From c52ae17df480603f9ae47cb915f3a9895f7a5bcd Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 12 Jan 2014 08:40:52 +0100 Subject: [PATCH 01/42] add bbcode support for the page register textfield (Bug #871) --- mod/register.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mod/register.php b/mod/register.php index 1370eb42f1..c00d2315ce 100644 --- a/mod/register.php +++ b/mod/register.php @@ -1,6 +1,7 @@ $realpeople, '$regtitle' => t('Registration'), '$registertext' =>((x($a->config,'register_text')) - ? '
' . $a->config['register_text'] . '
' + ? '
' . bbcode($a->config['register_text']) . '
' : "" ), '$fillwith' => $fillwith, '$fillext' => $fillext, From 0d7c91fc10e0d32171459bdde2f1d829f9306624 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 12 Jan 2014 09:16:46 +0100 Subject: [PATCH 02/42] added a check for http in homepage url, this should fix issue #768 --- mod/profiles.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mod/profiles.php b/mod/profiles.php index 148c632914..ad1f9a3512 100644 --- a/mod/profiles.php +++ b/mod/profiles.php @@ -288,6 +288,10 @@ function profiles_post(&$a) { $sexual = notags(trim($_POST['sexual'])); $homepage = notags(trim($_POST['homepage'])); + if (strpos($homepage, 'http') === false) { + // neither http nor https in URL, add them + $homepage = 'http://'.$homepage; + } $hometown = notags(trim($_POST['hometown'])); $politic = notags(trim($_POST['politic'])); $religion = notags(trim($_POST['religion'])); From fda7bdca2eb7666c9c04b45f0c5952e87a045e2c Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 13 Jan 2014 14:25:50 +0100 Subject: [PATCH 03/42] better logic --- mod/profiles.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/profiles.php b/mod/profiles.php index ad1f9a3512..65c329af1c 100644 --- a/mod/profiles.php +++ b/mod/profiles.php @@ -288,7 +288,7 @@ function profiles_post(&$a) { $sexual = notags(trim($_POST['sexual'])); $homepage = notags(trim($_POST['homepage'])); - if (strpos($homepage, 'http') === false) { + if (strpos($homepage, 'http') !== 0) { // neither http nor https in URL, add them $homepage = 'http://'.$homepage; } From b84502c4e66e4e002c5f89aeae8d628b5d154220 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 13 Jan 2014 14:40:26 +0100 Subject: [PATCH 04/42] move
to the register.tpl --- mod/register.php | 2 +- view/templates/register.tpl | 8 ++------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/mod/register.php b/mod/register.php index c00d2315ce..5e011cb9a9 100644 --- a/mod/register.php +++ b/mod/register.php @@ -264,7 +264,7 @@ function register_content(&$a) { '$realpeople' => $realpeople, '$regtitle' => t('Registration'), '$registertext' =>((x($a->config,'register_text')) - ? '
' . bbcode($a->config['register_text']) . '
' + ? bbcode($a->config['register_text']) : "" ), '$fillwith' => $fillwith, '$fillext' => $fillext, diff --git a/view/templates/register.tpl b/view/templates/register.tpl index ff650e2470..4b74e54f70 100644 --- a/view/templates/register.tpl +++ b/view/templates/register.tpl @@ -1,15 +1,11 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}}

{{$regtitle}}

- {{$registertext}} + {{if $registertext != ""}}
'{{$registertext}} '
'{{/if}} +

{{$realpeople}}

From 1e87780f5dffdd9b2e3a18b0139a1d1368399de3 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 13 Jan 2014 14:45:37 +0100 Subject: [PATCH 05/42] removed copy and paste leftover --- view/templates/register.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/templates/register.tpl b/view/templates/register.tpl index 4b74e54f70..120855ecaa 100644 --- a/view/templates/register.tpl +++ b/view/templates/register.tpl @@ -4,7 +4,7 @@ - {{if $registertext != ""}}
'{{$registertext}} '
'{{/if}} + {{if $registertext != ""}}
'{{$registertext}}
{{/if}}

{{$realpeople}}

From 2cc72a1bc75451a69d0f4f31bbedb3259e416269 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 13 Jan 2014 14:49:49 +0100 Subject: [PATCH 06/42] removed copy and paste leftover --- view/templates/register.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/templates/register.tpl b/view/templates/register.tpl index 120855ecaa..15fcf29938 100644 --- a/view/templates/register.tpl +++ b/view/templates/register.tpl @@ -4,7 +4,7 @@ - {{if $registertext != ""}}
'{{$registertext}}
{{/if}} + {{if $registertext != ""}}
{{$registertext}}
{{/if}}

{{$realpeople}}

From 40f414f11e21de420742905a6c37b5a4e39e978b Mon Sep 17 00:00:00 2001 From: fabrixxm Date: Tue, 14 Jan 2014 10:11:06 +0100 Subject: [PATCH 07/42] Update messages.po --- util/messages.po | 1 - 1 file changed, 1 deletion(-) diff --git a/util/messages.po b/util/messages.po index 8d50655518..4d6c3deb44 100644 --- a/util/messages.po +++ b/util/messages.po @@ -16,7 +16,6 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../../object/Item.php:92 msgid "This entry was edited" From efbd20310a31d4a192972a515808fe64125d758f Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Thu, 16 Jan 2014 10:55:31 +0100 Subject: [PATCH 08/42] IS: update to the update_fail_eml template --- view/is/update_fail_eml.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/is/update_fail_eml.tpl b/view/is/update_fail_eml.tpl index e9572a7d88..5d73d7d25e 100644 --- a/view/is/update_fail_eml.tpl +++ b/view/is/update_fail_eml.tpl @@ -1,5 +1,5 @@ Hæ, -Ég er $sitename. +Ég er $sitename; Þróunarteymi friendica gáfu nýlega út uppfærslu $update, En þegar ég reyndi að uppfæra, gerist eitthvað hræðilegt. Þetta þarf að laga strax og ég get það ekki ein. Hafðu samband við From 1e87f4eb8cb29d362efba7da1df89b688d68b949 Mon Sep 17 00:00:00 2001 From: Fabrixxm Date: Thu, 16 Jan 2014 09:08:51 -0500 Subject: [PATCH 09/42] use htmlspecialchars in xmlify and htmlspecialchars_decode in unxmlify --- include/text.php | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/include/text.php b/include/text.php index a47e352bae..7b4d7e1914 100644 --- a/include/text.php +++ b/include/text.php @@ -218,14 +218,16 @@ function xmlify($str) { break; } }*/ - + /* $buffer = mb_ereg_replace("&", "&", $str); $buffer = mb_ereg_replace("'", "'", $buffer); - $buffer = mb_ereg_replace("\"", """, $buffer); + $buffer = mb_ereg_replace('"', """, $buffer); $buffer = mb_ereg_replace("<", "<", $buffer); $buffer = mb_ereg_replace(">", ">", $buffer); - + */ + $buffer = htmlspecialchars($str); $buffer = trim($buffer); + return($buffer); }} @@ -238,11 +240,13 @@ if(! function_exists('unxmlify')) { function unxmlify($s) { // $ret = str_replace('&','&', $s); // $ret = str_replace(array('<','>','"','''),array('<','>','"',"'"),$ret); - $ret = mb_ereg_replace('&', '&', $s); + /*$ret = mb_ereg_replace('&', '&', $s); $ret = mb_ereg_replace(''', "'", $ret); $ret = mb_ereg_replace('"', '"', $ret); $ret = mb_ereg_replace('<', "<", $ret); $ret = mb_ereg_replace('>', ">", $ret); + */ + $ret = htmlspecialchars_decode($s); return $ret; }} From c52973f9565af70c8562806e8b87257a3aa7ca7d Mon Sep 17 00:00:00 2001 From: tobiasd Date: Fri, 17 Jan 2014 09:25:52 +0100 Subject: [PATCH 10/42] red# links to redmatrix.me --- include/text.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/text.php b/include/text.php index a47e352bae..ee15290229 100644 --- a/include/text.php +++ b/include/text.php @@ -1129,7 +1129,7 @@ function smilies($s, $sample = false) { ':like', ':dislike', '~friendica ~friendica', - 'red red' + 'red red' ); $params = array('texts' => $texts, 'icons' => $icons, 'string' => $s); From 682793ccd30ac2f32acd70d34292815d0a58e847 Mon Sep 17 00:00:00 2001 From: Fabrixxm Date: Mon, 20 Jan 2014 02:59:20 -0500 Subject: [PATCH 11/42] use 'ENT_QUOTES' in xmlify/unxmlify --- include/text.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/text.php b/include/text.php index 7b4d7e1914..8b9a5e58cc 100644 --- a/include/text.php +++ b/include/text.php @@ -225,7 +225,7 @@ function xmlify($str) { $buffer = mb_ereg_replace("<", "<", $buffer); $buffer = mb_ereg_replace(">", ">", $buffer); */ - $buffer = htmlspecialchars($str); + $buffer = htmlspecialchars($str, ENT_QUOTES); $buffer = trim($buffer); return($buffer); @@ -246,7 +246,7 @@ function unxmlify($s) { $ret = mb_ereg_replace('<', "<", $ret); $ret = mb_ereg_replace('>', ">", $ret); */ - $ret = htmlspecialchars_decode($s); + $ret = htmlspecialchars_decode($s, ENT_QUOTES); return $ret; }} From dd356c3d81cf5e9bd41212f69c2113aed21ef68e Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Thu, 23 Jan 2014 07:51:07 +0100 Subject: [PATCH 12/42] NB NO: update to the strings --- view/nb-no/messages.po | 12629 ++++++++++++++++++++------------------- view/nb-no/strings.php | 2977 ++++----- 2 files changed, 7920 insertions(+), 7686 deletions(-) diff --git a/view/nb-no/messages.po b/view/nb-no/messages.po index d7d9e4f714..621b97f3ba 100644 --- a/view/nb-no/messages.po +++ b/view/nb-no/messages.po @@ -3,13 +3,13 @@ # This file is distributed under the same license as the Friendica package. # # Translators: -# Haakon Meland Eriksen , 2012-2013 +# Haakon Meland Eriksen , 2012-2014 msgid "" msgstr "" "Project-Id-Version: friendica\n" -"Report-Msgid-Bugs-To: http://bugs.friendica.com/\n" -"POT-Creation-Date: 2013-06-12 00:01-0700\n" -"PO-Revision-Date: 2013-06-20 17:34+0000\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-12-31 18:07+0100\n" +"PO-Revision-Date: 2014-01-22 19:57+0000\n" "Last-Translator: Haakon Meland Eriksen \n" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/friendica/language/nb_NO/)\n" "MIME-Version: 1.0\n" @@ -18,2633 +18,827 @@ msgstr "" "Language: nb_NO\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../include/profile_advanced.php:7 ../../include/profile_advanced.php:84 -#: ../../include/nav.php:77 ../../mod/profperm.php:103 -#: ../../mod/newmember.php:32 ../../view/theme/diabook/theme.php:88 -#: ../../boot.php:1947 -msgid "Profile" -msgstr "Profil" +#: ../../object/Item.php:92 +msgid "This entry was edited" +msgstr "Denne oppføringen ble endret" -#: ../../include/profile_advanced.php:15 ../../mod/settings.php:1079 -msgid "Full Name:" -msgstr "Fullt navn:" +#: ../../object/Item.php:113 ../../mod/content.php:619 +#: ../../mod/photos.php:1351 +msgid "Private Message" +msgstr "Privat melding" -#: ../../include/profile_advanced.php:17 ../../mod/directory.php:136 -#: ../../boot.php:1487 -msgid "Gender:" -msgstr "Kjønn:" +#: ../../object/Item.php:117 ../../mod/editpost.php:109 +#: ../../mod/content.php:727 ../../mod/settings.php:663 +msgid "Edit" +msgstr "Endre" -#: ../../include/profile_advanced.php:22 -msgid "j F, Y" -msgstr "j F, Y" +#: ../../object/Item.php:126 ../../mod/content.php:437 +#: ../../mod/content.php:739 ../../include/conversation.php:611 +msgid "Select" +msgstr "Velg" -#: ../../include/profile_advanced.php:23 -msgid "j F" -msgstr "j F" +#: ../../object/Item.php:127 ../../mod/admin.php:907 ../../mod/content.php:438 +#: ../../mod/content.php:740 ../../mod/contacts.php:695 +#: ../../mod/settings.php:664 ../../mod/group.php:171 +#: ../../mod/photos.php:1637 ../../include/conversation.php:612 +msgid "Delete" +msgstr "Slett" -#: ../../include/profile_advanced.php:30 -msgid "Birthday:" -msgstr "Fødselsdag:" +#: ../../object/Item.php:130 ../../mod/content.php:762 +msgid "save to folder" +msgstr "lagre i mappe" -#: ../../include/profile_advanced.php:34 -msgid "Age:" -msgstr "Alder:" +#: ../../object/Item.php:192 ../../mod/content.php:752 +msgid "add star" +msgstr "legg til stjerne" -#: ../../include/profile_advanced.php:37 ../../mod/directory.php:138 -#: ../../boot.php:1490 -msgid "Status:" -msgstr "Status:" +#: ../../object/Item.php:193 ../../mod/content.php:753 +msgid "remove star" +msgstr "fjern stjerne" -#: ../../include/profile_advanced.php:43 +#: ../../object/Item.php:194 ../../mod/content.php:754 +msgid "toggle star status" +msgstr "veksle stjernestatus" + +#: ../../object/Item.php:197 ../../mod/content.php:757 +msgid "starred" +msgstr "Med stjerne" + +#: ../../object/Item.php:202 ../../mod/content.php:758 +msgid "add tag" +msgstr "Legg til merkelapp" + +#: ../../object/Item.php:213 ../../mod/content.php:683 +#: ../../mod/photos.php:1529 +msgid "I like this (toggle)" +msgstr "Jeg liker dette (skru på/av)" + +#: ../../object/Item.php:213 ../../mod/content.php:683 +msgid "like" +msgstr "liker" + +#: ../../object/Item.php:214 ../../mod/content.php:684 +#: ../../mod/photos.php:1530 +msgid "I don't like this (toggle)" +msgstr "Jeg liker ikke dette (skru på/av)" + +#: ../../object/Item.php:214 ../../mod/content.php:684 +msgid "dislike" +msgstr "liker ikke" + +#: ../../object/Item.php:216 ../../mod/content.php:686 +msgid "Share this" +msgstr "Del denne" + +#: ../../object/Item.php:216 ../../mod/content.php:686 +msgid "share" +msgstr "Del" + +#: ../../object/Item.php:278 ../../include/conversation.php:663 +msgid "Categories:" +msgstr "Kategorier:" + +#: ../../object/Item.php:279 ../../include/conversation.php:664 +msgid "Filed under:" +msgstr "Lagret i:" + +#: ../../object/Item.php:287 ../../object/Item.php:288 +#: ../../mod/content.php:471 ../../mod/content.php:851 +#: ../../mod/content.php:852 ../../include/conversation.php:651 #, php-format -msgid "for %1$d %2$s" -msgstr "for %1$d %2$s" +msgid "View %s's profile @ %s" +msgstr "Besøk %ss profil [%s]" -#: ../../include/profile_advanced.php:46 ../../mod/profiles.php:650 -msgid "Sexual Preference:" -msgstr "Seksuell orientering:" +#: ../../object/Item.php:289 ../../mod/content.php:853 +msgid "to" +msgstr "til" -#: ../../include/profile_advanced.php:48 ../../mod/directory.php:140 -#: ../../boot.php:1492 -msgid "Homepage:" -msgstr "Hjemmeside:" +#: ../../object/Item.php:290 +msgid "via" +msgstr "via" -#: ../../include/profile_advanced.php:50 ../../mod/profiles.php:652 -msgid "Hometown:" -msgstr "Hjemsted:" +#: ../../object/Item.php:291 ../../mod/content.php:854 +msgid "Wall-to-Wall" +msgstr "vegg-til-vegg" -#: ../../include/profile_advanced.php:52 -msgid "Tags:" -msgstr "Merkelapper:" +#: ../../object/Item.php:292 ../../mod/content.php:855 +msgid "via Wall-To-Wall:" +msgstr "via vegg-til-vegg" -#: ../../include/profile_advanced.php:54 ../../mod/profiles.php:653 -msgid "Political Views:" -msgstr "Politisk ståsted:" - -#: ../../include/profile_advanced.php:56 -msgid "Religion:" -msgstr "Religion:" - -#: ../../include/profile_advanced.php:58 ../../mod/directory.php:142 -msgid "About:" -msgstr "Om:" - -#: ../../include/profile_advanced.php:60 -msgid "Hobbies/Interests:" -msgstr "Hobbyer/Interesser:" - -#: ../../include/profile_advanced.php:62 ../../mod/profiles.php:657 -msgid "Likes:" -msgstr "Liker:" - -#: ../../include/profile_advanced.php:64 ../../mod/profiles.php:658 -msgid "Dislikes:" -msgstr "Liker ikke:" - -#: ../../include/profile_advanced.php:67 -msgid "Contact information and Social Networks:" -msgstr "Kontaktinformasjon og sosiale nettverk:" - -#: ../../include/profile_advanced.php:69 -msgid "Musical interests:" -msgstr "Musikksmak:" - -#: ../../include/profile_advanced.php:71 -msgid "Books, literature:" -msgstr "Bøker, litteratur:" - -#: ../../include/profile_advanced.php:73 -msgid "Television:" -msgstr "TV:" - -#: ../../include/profile_advanced.php:75 -msgid "Film/dance/culture/entertainment:" -msgstr "Film/dans/kultur/underholdning:" - -#: ../../include/profile_advanced.php:77 -msgid "Love/Romance:" -msgstr "Kjærlighet/romanse:" - -#: ../../include/profile_advanced.php:79 -msgid "Work/employment:" -msgstr "Arbeid/ansatt hos:" - -#: ../../include/profile_advanced.php:81 -msgid "School/education:" -msgstr "Skole/utdanning:" - -#: ../../include/profile_selectors.php:6 -msgid "Male" -msgstr "Mann" - -#: ../../include/profile_selectors.php:6 -msgid "Female" -msgstr "Kvinne" - -#: ../../include/profile_selectors.php:6 -msgid "Currently Male" -msgstr "For øyeblikket mann" - -#: ../../include/profile_selectors.php:6 -msgid "Currently Female" -msgstr "For øyeblikket kvinne" - -#: ../../include/profile_selectors.php:6 -msgid "Mostly Male" -msgstr "Stort sett mann" - -#: ../../include/profile_selectors.php:6 -msgid "Mostly Female" -msgstr "Stort sett kvinne" - -#: ../../include/profile_selectors.php:6 -msgid "Transgender" -msgstr "Transkjønnet" - -#: ../../include/profile_selectors.php:6 -msgid "Intersex" -msgstr "Tvekjønnet" - -#: ../../include/profile_selectors.php:6 -msgid "Transsexual" -msgstr "Transseksuell" - -#: ../../include/profile_selectors.php:6 -msgid "Hermaphrodite" -msgstr "Hermafroditt" - -#: ../../include/profile_selectors.php:6 -msgid "Neuter" -msgstr "Intetkjønn" - -#: ../../include/profile_selectors.php:6 -msgid "Non-specific" -msgstr "Ikke spesifisert" - -#: ../../include/profile_selectors.php:6 -msgid "Other" -msgstr "Annet" - -#: ../../include/profile_selectors.php:6 -msgid "Undecided" -msgstr "Ubestemt" - -#: ../../include/profile_selectors.php:23 -msgid "Males" -msgstr "Menn" - -#: ../../include/profile_selectors.php:23 -msgid "Females" -msgstr "Kvinner" - -#: ../../include/profile_selectors.php:23 -msgid "Gay" -msgstr "Homse" - -#: ../../include/profile_selectors.php:23 -msgid "Lesbian" -msgstr "Lesbe" - -#: ../../include/profile_selectors.php:23 -msgid "No Preference" -msgstr "Ingen preferanse" - -#: ../../include/profile_selectors.php:23 -msgid "Bisexual" -msgstr "Biseksuell" - -#: ../../include/profile_selectors.php:23 -msgid "Autosexual" -msgstr "Autoseksuell" - -#: ../../include/profile_selectors.php:23 -msgid "Abstinent" -msgstr "Avholdende" - -#: ../../include/profile_selectors.php:23 -msgid "Virgin" -msgstr "Jomfru" - -#: ../../include/profile_selectors.php:23 -msgid "Deviant" -msgstr "Avvikende" - -#: ../../include/profile_selectors.php:23 -msgid "Fetish" -msgstr "Fetisj" - -#: ../../include/profile_selectors.php:23 -msgid "Oodles" -msgstr "Mange" - -#: ../../include/profile_selectors.php:23 -msgid "Nonsexual" -msgstr "Aseksuell" - -#: ../../include/profile_selectors.php:42 -msgid "Single" -msgstr "Alene" - -#: ../../include/profile_selectors.php:42 -msgid "Lonely" -msgstr "Ensom" - -#: ../../include/profile_selectors.php:42 -msgid "Available" -msgstr "Tilgjengelig" - -#: ../../include/profile_selectors.php:42 -msgid "Unavailable" -msgstr "Ikke tilgjengelig" - -#: ../../include/profile_selectors.php:42 -msgid "Has crush" -msgstr "Er forelsket" - -#: ../../include/profile_selectors.php:42 -msgid "Infatuated" -msgstr "Betatt" - -#: ../../include/profile_selectors.php:42 -msgid "Dating" -msgstr "Stevnemøter/dater" - -#: ../../include/profile_selectors.php:42 -msgid "Unfaithful" -msgstr "Utro" - -#: ../../include/profile_selectors.php:42 -msgid "Sex Addict" -msgstr "Sexavhengig" - -#: ../../include/profile_selectors.php:42 ../../include/user.php:279 -#: ../../include/user.php:283 -msgid "Friends" -msgstr "Venner" - -#: ../../include/profile_selectors.php:42 -msgid "Friends/Benefits" -msgstr "Venner med fordeler" - -#: ../../include/profile_selectors.php:42 -msgid "Casual" -msgstr "Tilfeldig" - -#: ../../include/profile_selectors.php:42 -msgid "Engaged" -msgstr "Forlovet" - -#: ../../include/profile_selectors.php:42 -msgid "Married" -msgstr "Gift" - -#: ../../include/profile_selectors.php:42 -msgid "Imaginarily married" -msgstr "Fantasiekteskap" - -#: ../../include/profile_selectors.php:42 -msgid "Partners" -msgstr "Partnere" - -#: ../../include/profile_selectors.php:42 -msgid "Cohabiting" -msgstr "Samboere" - -#: ../../include/profile_selectors.php:42 -msgid "Common law" -msgstr "Samboer" - -#: ../../include/profile_selectors.php:42 -msgid "Happy" -msgstr "Lykkelig" - -#: ../../include/profile_selectors.php:42 -msgid "Not looking" -msgstr "Ikke på utkikk" - -#: ../../include/profile_selectors.php:42 -msgid "Swinger" -msgstr "Partnerbytte/swinger" - -#: ../../include/profile_selectors.php:42 -msgid "Betrayed" -msgstr "Bedratt" - -#: ../../include/profile_selectors.php:42 -msgid "Separated" -msgstr "Separert" - -#: ../../include/profile_selectors.php:42 -msgid "Unstable" -msgstr "Ustabil" - -#: ../../include/profile_selectors.php:42 -msgid "Divorced" -msgstr "Skilt" - -#: ../../include/profile_selectors.php:42 -msgid "Imaginarily divorced" -msgstr "Fantasiskilt" - -#: ../../include/profile_selectors.php:42 -msgid "Widowed" -msgstr "Enke/enkemann" - -#: ../../include/profile_selectors.php:42 -msgid "Uncertain" -msgstr "Usikker" - -#: ../../include/profile_selectors.php:42 -msgid "It's complicated" -msgstr "Det er komplisert" - -#: ../../include/profile_selectors.php:42 -msgid "Don't care" -msgstr "Uinteressert" - -#: ../../include/profile_selectors.php:42 -msgid "Ask me" -msgstr "Spør meg" - -#: ../../include/Contact.php:115 -msgid "stopped following" -msgstr "sluttet å følge" - -#: ../../include/Contact.php:225 ../../include/conversation.php:878 -msgid "Poke" -msgstr "Dytt" - -#: ../../include/Contact.php:226 ../../include/conversation.php:872 -msgid "View Status" -msgstr "Vis status" - -#: ../../include/Contact.php:227 ../../include/conversation.php:873 -msgid "View Profile" -msgstr "Vis profil" - -#: ../../include/Contact.php:228 ../../include/conversation.php:874 -msgid "View Photos" -msgstr "Vis bilder" - -#: ../../include/Contact.php:229 ../../include/Contact.php:251 -#: ../../include/conversation.php:875 -msgid "Network Posts" -msgstr "Nettverksinnlegg" - -#: ../../include/Contact.php:230 ../../include/Contact.php:251 -#: ../../include/conversation.php:876 -msgid "Edit Contact" -msgstr "Endre kontakt" - -#: ../../include/Contact.php:231 ../../include/Contact.php:251 -#: ../../include/conversation.php:877 -msgid "Send PM" -msgstr "Send privat melding" - -#: ../../include/bbcode.php:210 ../../include/bbcode.php:550 -#: ../../include/bbcode.php:551 -msgid "Image/photo" -msgstr "Bilde/fotografi" - -#: ../../include/bbcode.php:272 +#: ../../object/Item.php:301 ../../mod/content.php:481 +#: ../../mod/content.php:863 ../../include/conversation.php:671 #, php-format -msgid "" -"%s wrote the following post" -msgstr "%s skrev det følgende innlegget" - -#: ../../include/bbcode.php:514 ../../include/bbcode.php:534 -msgid "$1 wrote:" -msgstr "$1 skrev:" - -#: ../../include/bbcode.php:559 ../../include/bbcode.php:560 -msgid "Encrypted content" -msgstr "Kryptert innhold" - -#: ../../include/acl_selectors.php:325 -msgid "Visible to everybody" -msgstr "Synlig for alle" - -#: ../../include/acl_selectors.php:326 ../../view/theme/diabook/config.php:146 -#: ../../view/theme/diabook/theme.php:629 -msgid "show" -msgstr "vis" - -#: ../../include/acl_selectors.php:327 ../../view/theme/diabook/config.php:146 -#: ../../view/theme/diabook/theme.php:629 -msgid "don't show" -msgstr "ikke vis" - -#: ../../include/auth.php:38 -msgid "Logged out." -msgstr "Logget ut." - -#: ../../include/auth.php:112 ../../include/auth.php:175 -#: ../../mod/openid.php:93 -msgid "Login failed." -msgstr "Innlogging mislyktes." - -#: ../../include/auth.php:128 -msgid "" -"We encountered a problem while logging in with the OpenID you provided. " -"Please check the correct spelling of the ID." -msgstr "Vi støtte på et problem under innloggingen med OpenID-en du oppgav. Vennligst sjekk at du stavet ID-en riktig." - -#: ../../include/auth.php:128 -msgid "The error message was:" -msgstr "Feilmeldingen var:" - -#: ../../include/bb2diaspora.php:393 ../../include/event.php:11 -#: ../../mod/localtime.php:12 -msgid "l F d, Y \\@ g:i A" -msgstr "l F d, Y \\@ g:i A" - -#: ../../include/bb2diaspora.php:399 ../../include/event.php:20 -msgid "Starts:" -msgstr "Starter:" - -#: ../../include/bb2diaspora.php:407 ../../include/event.php:30 -msgid "Finishes:" -msgstr "Slutter:" - -#: ../../include/bb2diaspora.php:415 ../../include/event.php:40 -#: ../../mod/directory.php:134 ../../mod/events.php:471 ../../boot.php:1485 -msgid "Location:" -msgstr "Plassering:" - -#: ../../include/follow.php:27 ../../mod/dfrn_request.php:502 -msgid "Disallowed profile URL." -msgstr "Underkjent profil-URL." - -#: ../../include/follow.php:32 -msgid "Connect URL missing." -msgstr "Forbindelses-URL mangler." - -#: ../../include/follow.php:59 -msgid "" -"This site is not configured to allow communications with other networks." -msgstr "Dette nettverkets konfigurasjon tillater ikke kommunikasjon med andre nettverk." - -#: ../../include/follow.php:60 ../../include/follow.php:80 -msgid "No compatible communication protocols or feeds were discovered." -msgstr "Ingen passende kommunikasjonsprotokoller eller strømmer ble oppdaget." - -#: ../../include/follow.php:78 -msgid "The profile address specified does not provide adequate information." -msgstr "Den angitte profiladressen inneholder for lite information." - -#: ../../include/follow.php:82 -msgid "An author or name was not found." -msgstr "Fant ingen forfatter eller navn." - -#: ../../include/follow.php:84 -msgid "No browser URL could be matched to this address." -msgstr "Ingen nettleser-URL passet med denne adressen." - -#: ../../include/follow.php:86 -msgid "" -"Unable to match @-style Identity Address with a known protocol or email " -"contact." -msgstr "Finner ikke samsvar mellom @-stilens identitetsadresse og en kjent protokoll eller e-postkontakt." - -#: ../../include/follow.php:87 -msgid "Use mailto: in front of address to force email check." -msgstr "Bruk mailto: foran adresser for å tvinge e-postsjekk." - -#: ../../include/follow.php:93 -msgid "" -"The profile address specified belongs to a network which has been disabled " -"on this site." -msgstr "Den oppgitte profiladressen tilhører et nettverk som har blitt avskrudd på dette nettstedet." - -#: ../../include/follow.php:103 -msgid "" -"Limited profile. This person will be unable to receive direct/personal " -"notifications from you." -msgstr "Begrenset profil. Denne personen kan ikke motta direkte/personlige oppdateringer fra deg." - -#: ../../include/follow.php:205 -msgid "Unable to retrieve contact information." -msgstr "Ikke i stand til å hente kontaktinformasjon." - -#: ../../include/follow.php:259 -msgid "following" -msgstr "følger" - -#: ../../include/user.php:39 -msgid "An invitation is required." -msgstr "En invitasjon er nødvendig." - -#: ../../include/user.php:44 -msgid "Invitation could not be verified." -msgstr "Invitasjon kunne ikke bekreftes." - -#: ../../include/user.php:52 -msgid "Invalid OpenID url" -msgstr "Ugyldig OpenID URL" - -#: ../../include/user.php:67 -msgid "Please enter the required information." -msgstr "Vennligst skriv inn den nødvendige informasjonen." - -#: ../../include/user.php:81 -msgid "Please use a shorter name." -msgstr "Vennligst bruk et kortere navn." - -#: ../../include/user.php:83 -msgid "Name too short." -msgstr "Navnet er for kort." - -#: ../../include/user.php:98 -msgid "That doesn't appear to be your full (First Last) name." -msgstr "Dette ser ikke ut til å være ditt full navn (Fornavn Etternavn)." - -#: ../../include/user.php:103 -msgid "Your email domain is not among those allowed on this site." -msgstr "Ditt e-postdomene er ikke blant de som er tillat på dette stedet." - -#: ../../include/user.php:106 -msgid "Not a valid email address." -msgstr "Ugyldig e-postadresse." - -#: ../../include/user.php:116 -msgid "Cannot use that email." -msgstr "Kan ikke bruke den e-postadressen." - -#: ../../include/user.php:122 -msgid "" -"Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and " -"must also begin with a letter." -msgstr "Ditt kallenavn kan bare inneholde \"a-z\", \"0-9\", \"-\", \"_\", og må også begynne med en bokstav." - -#: ../../include/user.php:128 ../../include/user.php:226 -msgid "Nickname is already registered. Please choose another." -msgstr "Kallenavnet er allerede registrert. Vennligst velg et annet." - -#: ../../include/user.php:138 -msgid "" -"Nickname was once registered here and may not be re-used. Please choose " -"another." -msgstr "Kallenavnet ble registrert her en gang og kan ikke brukes om igjen. Vennligst velg et annet." - -#: ../../include/user.php:154 -msgid "SERIOUS ERROR: Generation of security keys failed." -msgstr "ALVORLIG FEIL: mislyktes med å lage sikkerhetsnøkler." - -#: ../../include/user.php:212 -msgid "An error occurred during registration. Please try again." -msgstr "En feil oppstod under registreringen. Vennligst prøv igjen." - -#: ../../include/user.php:237 ../../include/text.php:1596 -msgid "default" -msgstr "standard" - -#: ../../include/user.php:247 -msgid "An error occurred creating your default profile. Please try again." -msgstr "En feil oppstod under opprettelsen av din standardprofil. Vennligst prøv igjen." - -#: ../../include/user.php:325 ../../include/user.php:332 -#: ../../include/user.php:339 ../../mod/photos.php:154 -#: ../../mod/photos.php:725 ../../mod/photos.php:1183 -#: ../../mod/photos.php:1206 ../../mod/profile_photo.php:74 -#: ../../mod/profile_photo.php:81 ../../mod/profile_photo.php:88 -#: ../../mod/profile_photo.php:204 ../../mod/profile_photo.php:296 -#: ../../mod/profile_photo.php:305 ../../view/theme/diabook/theme.php:493 -msgid "Profile Photos" -msgstr "Profilbilder" - -#: ../../include/contact_selectors.php:32 -msgid "Unknown | Not categorised" -msgstr "Ukjent | Ikke kategorisert" - -#: ../../include/contact_selectors.php:33 -msgid "Block immediately" -msgstr "Blokker umiddelbart" - -#: ../../include/contact_selectors.php:34 -msgid "Shady, spammer, self-marketer" -msgstr "Grumsete, poster søppel, fremhever bare seg selv" - -#: ../../include/contact_selectors.php:35 -msgid "Known to me, but no opinion" -msgstr "Bekjent av meg, men har ingen mening" - -#: ../../include/contact_selectors.php:36 -msgid "OK, probably harmless" -msgstr "OK, antakelig harmløs" - -#: ../../include/contact_selectors.php:37 -msgid "Reputable, has my trust" -msgstr "Respektert, har min tillit" - -#: ../../include/contact_selectors.php:56 ../../mod/admin.php:452 -msgid "Frequently" -msgstr "Ofte" - -#: ../../include/contact_selectors.php:57 ../../mod/admin.php:453 -msgid "Hourly" -msgstr "Hver time" - -#: ../../include/contact_selectors.php:58 ../../mod/admin.php:454 -msgid "Twice daily" -msgstr "To ganger daglig" - -#: ../../include/contact_selectors.php:59 ../../mod/admin.php:455 -msgid "Daily" -msgstr "Daglig" - -#: ../../include/contact_selectors.php:60 -msgid "Weekly" -msgstr "Ukentlig" - -#: ../../include/contact_selectors.php:61 -msgid "Monthly" -msgstr "Månedlig" - -#: ../../include/contact_selectors.php:76 ../../mod/dfrn_request.php:840 -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 -#: ../../include/contact_selectors.php:86 ../../mod/admin.php:766 -#: ../../mod/admin.php:777 -msgid "Email" -msgstr "E-post" - -#: ../../include/contact_selectors.php:80 ../../mod/settings.php:705 -#: ../../mod/dfrn_request.php:842 -msgid "Diaspora" -msgstr "Diaspora" - -#: ../../include/contact_selectors.php:81 ../../mod/newmember.php:49 -#: ../../mod/newmember.php:51 -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_selectors.php:87 -msgid "Google+" -msgstr "Google+" - -#: ../../include/contact_widgets.php:6 -msgid "Add New Contact" -msgstr "Legg til ny kontakt" - -#: ../../include/contact_widgets.php:7 -msgid "Enter address or web location" -msgstr "Skriv adresse eller web-plassering" - -#: ../../include/contact_widgets.php:8 -msgid "Example: bob@example.com, http://example.com/barbara" -msgstr "Eksempel: ole@eksempel.no, http://eksempel.no/kari" - -#: ../../include/contact_widgets.php:9 ../../mod/suggest.php:88 -#: ../../mod/match.php:58 ../../boot.php:1417 -msgid "Connect" -msgstr "Forbindelse" - -#: ../../include/contact_widgets.php:23 +msgid "%s from %s" +msgstr "%s fra %s" + +#: ../../object/Item.php:319 ../../object/Item.php:635 ../../boot.php:685 +#: ../../mod/content.php:708 ../../mod/photos.php:1551 +#: ../../mod/photos.php:1595 ../../mod/photos.php:1678 +msgid "Comment" +msgstr "Kommentar" + +#: ../../object/Item.php:322 ../../mod/wallmessage.php:156 +#: ../../mod/editpost.php:124 ../../mod/content.php:498 +#: ../../mod/content.php:882 ../../mod/message.php:334 +#: ../../mod/message.php:565 ../../mod/photos.php:1532 +#: ../../include/conversation.php:688 ../../include/conversation.php:1099 +msgid "Please wait" +msgstr "Vennligst vent" + +#: ../../object/Item.php:345 ../../mod/content.php:602 #, php-format -msgid "%d invitation available" -msgid_plural "%d invitations available" -msgstr[0] "%d invitasjon tilgjengelig" -msgstr[1] "%d invitasjoner tilgjengelig" +msgid "%d comment" +msgid_plural "%d comments" +msgstr[0] "%d kommentar" +msgstr[1] "%d kommentarer" -#: ../../include/contact_widgets.php:29 -msgid "Find People" -msgstr "Finn personer" - -#: ../../include/contact_widgets.php:30 -msgid "Enter name or interest" -msgstr "Skriv navn eller interesse" - -#: ../../include/contact_widgets.php:31 -msgid "Connect/Follow" -msgstr "Koble/Følg" - -#: ../../include/contact_widgets.php:32 -msgid "Examples: Robert Morgenstein, Fishing" -msgstr "Eksempler: Robert Morgenstein, fisking" - -#: ../../include/contact_widgets.php:33 ../../mod/contacts.php:613 -#: ../../mod/directory.php:61 -msgid "Find" -msgstr "Finn" - -#: ../../include/contact_widgets.php:34 ../../mod/suggest.php:66 -#: ../../view/theme/diabook/theme.php:520 -msgid "Friend Suggestions" -msgstr "Venneforslag" - -#: ../../include/contact_widgets.php:35 ../../view/theme/diabook/theme.php:519 -msgid "Similar Interests" -msgstr "Liknende interesser" - -#: ../../include/contact_widgets.php:36 -msgid "Random Profile" -msgstr "Tilfeldig profil" - -#: ../../include/contact_widgets.php:37 ../../view/theme/diabook/theme.php:521 -msgid "Invite Friends" -msgstr "Inviterer venner" - -#: ../../include/contact_widgets.php:70 -msgid "Networks" -msgstr "Nettverk" - -#: ../../include/contact_widgets.php:73 -msgid "All Networks" -msgstr "Alle nettverk" - -#: ../../include/contact_widgets.php:103 ../../include/features.php:59 -msgid "Saved Folders" -msgstr "Lagrede mapper" - -#: ../../include/contact_widgets.php:106 ../../include/contact_widgets.php:138 -msgid "Everything" -msgstr "Alt" - -#: ../../include/contact_widgets.php:135 -msgid "Categories" -msgstr "Kategorier" - -#: ../../include/contact_widgets.php:199 ../../mod/contacts.php:343 -#, php-format -msgid "%d contact in common" -msgid_plural "%d contacts in common" -msgstr[0] "%d felles kontakt" -msgstr[1] "%d felles kontakter" - -#: ../../include/contact_widgets.php:204 ../../mod/content.php:629 -#: ../../object/Item.php:365 ../../boot.php:671 -msgid "show more" -msgstr "vis mer" - -#: ../../include/Scrape.php:583 -msgid " on Last.fm" -msgstr "på Last.fm" - -#: ../../include/network.php:877 -msgid "view full size" -msgstr "Vis i full størrelse" - -#: ../../include/datetime.php:43 ../../include/datetime.php:45 -msgid "Miscellaneous" -msgstr "Diverse" - -#: ../../include/datetime.php:153 ../../include/datetime.php:285 -msgid "year" -msgstr "år" - -#: ../../include/datetime.php:158 ../../include/datetime.php:286 -msgid "month" -msgstr "måned" - -#: ../../include/datetime.php:163 ../../include/datetime.php:288 -msgid "day" -msgstr "dag" - -#: ../../include/datetime.php:276 -msgid "never" -msgstr "aldri" - -#: ../../include/datetime.php:282 -msgid "less than a second ago" -msgstr "for mindre enn ett sekund siden" - -#: ../../include/datetime.php:285 -msgid "years" -msgstr "år" - -#: ../../include/datetime.php:286 -msgid "months" -msgstr "måneder" - -#: ../../include/datetime.php:287 -msgid "week" -msgstr "uke" - -#: ../../include/datetime.php:287 -msgid "weeks" -msgstr "uker" - -#: ../../include/datetime.php:288 -msgid "days" -msgstr "dager" - -#: ../../include/datetime.php:289 -msgid "hour" -msgstr "time" - -#: ../../include/datetime.php:289 -msgid "hours" -msgstr "timer" - -#: ../../include/datetime.php:290 -msgid "minute" -msgstr "minutt" - -#: ../../include/datetime.php:290 -msgid "minutes" -msgstr "minutter" - -#: ../../include/datetime.php:291 -msgid "second" -msgstr "sekund" - -#: ../../include/datetime.php:291 -msgid "seconds" -msgstr "sekunder" - -#: ../../include/datetime.php:300 -#, php-format -msgid "%1$d %2$s ago" -msgstr "%1$d %2$s siden" - -#: ../../include/datetime.php:472 ../../include/items.php:1813 -#, php-format -msgid "%s's birthday" -msgstr "%s sin bursdag" - -#: ../../include/datetime.php:473 ../../include/items.php:1814 -#, php-format -msgid "Happy Birthday %s" -msgstr "Gratulerer med dagen, %s" - -#: ../../include/plugin.php:439 ../../include/plugin.php:441 -msgid "Click here to upgrade." -msgstr "Klikk her for oppgradere." - -#: ../../include/plugin.php:447 -msgid "This action exceeds the limits set by your subscription plan." -msgstr "Denne handlingen overstiger grensene satt i din abonnementsplan." - -#: ../../include/plugin.php:452 -msgid "This action is not available under your subscription plan." -msgstr "Denne handlingen er ikke tilgjengelig i henhold til din abonnementsplan." - -#: ../../include/delivery.php:457 ../../include/notifier.php:775 -msgid "(no subject)" -msgstr "(uten emne)" - -#: ../../include/delivery.php:468 ../../include/enotify.php:28 -#: ../../include/notifier.php:785 -msgid "noreply" -msgstr "ikke svar" - -#: ../../include/diaspora.php:621 ../../include/conversation.php:172 -#: ../../mod/dfrn_confirm.php:477 -#, php-format -msgid "%1$s is now friends with %2$s" -msgstr "%1$s er nå venner med %2$s" - -#: ../../include/diaspora.php:704 -msgid "Sharing notification from Diaspora network" -msgstr "Dele varslinger fra Diaspora nettverket" - -#: ../../include/diaspora.php:1874 ../../include/text.php:1862 -#: ../../include/conversation.php:126 ../../include/conversation.php:254 -#: ../../mod/subthread.php:87 ../../mod/tagger.php:62 ../../mod/like.php:151 -#: ../../view/theme/diabook/theme.php:464 -msgid "photo" -msgstr "bilde" - -#: ../../include/diaspora.php:1874 ../../include/conversation.php:121 -#: ../../include/conversation.php:130 ../../include/conversation.php:249 -#: ../../include/conversation.php:258 ../../mod/subthread.php:87 -#: ../../mod/tagger.php:62 ../../mod/like.php:151 ../../mod/like.php:322 -#: ../../view/theme/diabook/theme.php:459 -#: ../../view/theme/diabook/theme.php:468 -msgid "status" -msgstr "status" - -#: ../../include/diaspora.php:1890 ../../include/conversation.php:137 -#: ../../mod/like.php:168 ../../view/theme/diabook/theme.php:473 -#, php-format -msgid "%1$s likes %2$s's %3$s" -msgstr "%1$s liker %2$s's %3$s" - -#: ../../include/diaspora.php:2262 -msgid "Attachments:" -msgstr "Vedlegg:" - -#: ../../include/items.php:3488 ../../mod/dfrn_request.php:716 -msgid "[Name Withheld]" -msgstr "[Navnet tilbakeholdt]" - -#: ../../include/items.php:3495 -msgid "A new person is sharing with you at " -msgstr "En ny person deler med deg hos" - -#: ../../include/items.php:3495 -msgid "You have a new follower at " -msgstr "Du har en ny følgesvenn på " - -#: ../../include/items.php:3979 ../../mod/display.php:51 -#: ../../mod/display.php:246 ../../mod/admin.php:158 ../../mod/admin.php:809 -#: ../../mod/admin.php:1009 ../../mod/viewsrc.php:15 ../../mod/notice.php:15 -msgid "Item not found." -msgstr "Enheten ble ikke funnet." - -#: ../../include/items.php:4018 -msgid "Do you really want to delete this item?" -msgstr "Ønsker du virkelig å slette dette elementet?" - -#: ../../include/items.php:4020 ../../mod/profiles.php:610 -#: ../../mod/api.php:105 ../../mod/register.php:239 ../../mod/contacts.php:246 -#: ../../mod/settings.php:961 ../../mod/settings.php:967 -#: ../../mod/settings.php:975 ../../mod/settings.php:979 -#: ../../mod/settings.php:984 ../../mod/settings.php:990 -#: ../../mod/settings.php:996 ../../mod/settings.php:1002 -#: ../../mod/settings.php:1032 ../../mod/settings.php:1033 -#: ../../mod/settings.php:1034 ../../mod/settings.php:1035 -#: ../../mod/settings.php:1036 ../../mod/dfrn_request.php:836 -#: ../../mod/suggest.php:29 ../../mod/message.php:209 -msgid "Yes" -msgstr "Ja" - -#: ../../include/items.php:4023 ../../include/conversation.php:1120 -#: ../../mod/contacts.php:249 ../../mod/settings.php:585 -#: ../../mod/settings.php:611 ../../mod/dfrn_request.php:848 -#: ../../mod/suggest.php:32 ../../mod/tagrm.php:11 ../../mod/tagrm.php:94 -#: ../../mod/editpost.php:148 ../../mod/fbrowser.php:81 -#: ../../mod/fbrowser.php:116 ../../mod/message.php:212 -#: ../../mod/photos.php:202 ../../mod/photos.php:290 -msgid "Cancel" -msgstr "Avbryt" - -#: ../../include/items.php:4143 ../../mod/profiles.php:146 -#: ../../mod/profiles.php:571 ../../mod/notes.php:20 ../../mod/display.php:242 -#: ../../mod/nogroup.php:25 ../../mod/item.php:143 ../../mod/item.php:159 -#: ../../mod/allfriends.php:9 ../../mod/api.php:26 ../../mod/api.php:31 -#: ../../mod/register.php:40 ../../mod/regmod.php:118 ../../mod/attach.php:33 -#: ../../mod/contacts.php:147 ../../mod/settings.php:91 -#: ../../mod/settings.php:566 ../../mod/settings.php:571 -#: ../../mod/crepair.php:115 ../../mod/delegate.php:6 ../../mod/poke.php:135 -#: ../../mod/dfrn_confirm.php:53 ../../mod/suggest.php:56 -#: ../../mod/editpost.php:10 ../../mod/events.php:140 ../../mod/uimport.php:23 -#: ../../mod/follow.php:9 ../../mod/fsuggest.php:78 ../../mod/group.php:19 -#: ../../mod/viewcontacts.php:22 ../../mod/wall_attach.php:55 -#: ../../mod/wall_upload.php:66 ../../mod/invite.php:15 -#: ../../mod/invite.php:101 ../../mod/wallmessage.php:9 -#: ../../mod/wallmessage.php:33 ../../mod/wallmessage.php:79 -#: ../../mod/wallmessage.php:103 ../../mod/manage.php:96 -#: ../../mod/message.php:38 ../../mod/message.php:174 ../../mod/mood.php:114 -#: ../../mod/network.php:6 ../../mod/notifications.php:66 -#: ../../mod/photos.php:133 ../../mod/photos.php:1044 -#: ../../mod/install.php:151 ../../mod/profile_photo.php:19 -#: ../../mod/profile_photo.php:169 ../../mod/profile_photo.php:180 -#: ../../mod/profile_photo.php:193 ../../index.php:346 -msgid "Permission denied." -msgstr "Ingen tilgang." - -#: ../../include/items.php:4213 -msgid "Archives" -msgstr "Arkiverer" - -#: ../../include/features.php:23 -msgid "General Features" -msgstr "Generelle egenskaper" - -#: ../../include/features.php:25 -msgid "Multiple Profiles" -msgstr "Flere profiler" - -#: ../../include/features.php:25 -msgid "Ability to create multiple profiles" -msgstr "Mulighet for å lage flere profiler" - -#: ../../include/features.php:30 -msgid "Post Composition Features" -msgstr "Funksjoner for å skrive innlegg" - -#: ../../include/features.php:31 -msgid "Richtext Editor" -msgstr "Rik tekstredigering" - -#: ../../include/features.php:31 -msgid "Enable richtext editor" -msgstr "Skru på rik tekstredigering" - -#: ../../include/features.php:32 -msgid "Post Preview" -msgstr "Forhåndsvisning av innlegg" - -#: ../../include/features.php:32 -msgid "Allow previewing posts and comments before publishing them" -msgstr "Tillat forhåndsvisning av innlegg og kommentarer før publisering" - -#: ../../include/features.php:37 -msgid "Network Sidebar Widgets" -msgstr "Småprogrammer i sidestolpen for Nettverk" - -#: ../../include/features.php:38 -msgid "Search by Date" -msgstr "Søk etter dato" - -#: ../../include/features.php:38 -msgid "Ability to select posts by date ranges" -msgstr "Mulighet for å velge innlegg etter datoområder" - -#: ../../include/features.php:39 -msgid "Group Filter" -msgstr "Gruppefilter" - -#: ../../include/features.php:39 -msgid "Enable widget to display Network posts only from selected group" -msgstr "Skru på småprogrammet som viser Nettverksinnlegg bare fra den valgte gruppen" - -#: ../../include/features.php:40 -msgid "Network Filter" -msgstr "Nettverksfilter" - -#: ../../include/features.php:40 -msgid "Enable widget to display Network posts only from selected network" -msgstr "Skru på småprogrammet for å vise Nettverksinnlegg bare fra valgt nettverk" - -#: ../../include/features.php:41 ../../mod/search.php:30 -#: ../../mod/network.php:233 -msgid "Saved Searches" -msgstr "Lagrede søk" - -#: ../../include/features.php:41 -msgid "Save search terms for re-use" -msgstr "Lagre søkeuttrykk for gjenbruk" - -#: ../../include/features.php:46 -msgid "Network Tabs" -msgstr "Nettverksfaner" - -#: ../../include/features.php:47 -msgid "Network Personal Tab" -msgstr "Nettverk personlig fane" - -#: ../../include/features.php:47 -msgid "Enable tab to display only Network posts that you've interacted on" -msgstr "Skru på fane for å vise bare Nettverksinnlegg som du har vært med i" - -#: ../../include/features.php:48 -msgid "Network New Tab" -msgstr "Nettverk Ny fane" - -#: ../../include/features.php:48 -msgid "Enable tab to display only new Network posts (from the last 12 hours)" -msgstr "Skru på fane for å vise bare nye Nettverksinnlegg (fra de siste 12 timer)" - -#: ../../include/features.php:49 -msgid "Network Shared Links Tab" -msgstr "Nettverk Delte lenker fane" - -#: ../../include/features.php:49 -msgid "Enable tab to display only Network posts with links in them" -msgstr "Skru på fane for å vise bare Nettverksinnlegg med lenker i dem" - -#: ../../include/features.php:54 -msgid "Post/Comment Tools" -msgstr "Innleggs-/kommentarverktøy" - -#: ../../include/features.php:55 -msgid "Multiple Deletion" -msgstr "Slett flere" - -#: ../../include/features.php:55 -msgid "Select and delete multiple posts/comments at once" -msgstr "Velg og slett flere innlegg/kommentarer på en gang" - -#: ../../include/features.php:56 -msgid "Edit Sent Posts" -msgstr "Endre sendte innlegg" - -#: ../../include/features.php:56 -msgid "Edit and correct posts and comments after sending" -msgstr "Endre og korriger innlegg og kommentarer etter sending" - -#: ../../include/features.php:57 -msgid "Tagging" -msgstr "Merking" - -#: ../../include/features.php:57 -msgid "Ability to tag existing posts" -msgstr "Mulighet til å merke eksisterende innlegg" - -#: ../../include/features.php:58 -msgid "Post Categories" -msgstr "Innleggskategorier" - -#: ../../include/features.php:58 -msgid "Add categories to your posts" -msgstr "Legg til kategorier til dine innlegg" - -#: ../../include/features.php:59 -msgid "Ability to file posts under folders" -msgstr "Mulighet til å sortere innlegg i mapper" - -#: ../../include/features.php:60 -msgid "Dislike Posts" -msgstr "Liker ikke innlegg" - -#: ../../include/features.php:60 -msgid "Ability to dislike posts/comments" -msgstr "Mulighet til å ikke like innlegg/kommentarer" - -#: ../../include/features.php:61 -msgid "Star Posts" -msgstr "Stjerneinnlegg" - -#: ../../include/features.php:61 -msgid "Ability to mark special posts with a star indicator" -msgstr "Mulighet til å merke spesielle innlegg med en stjerneindikator" - -#: ../../include/dba.php:44 -#, php-format -msgid "Cannot locate DNS info for database server '%s'" -msgstr "Kan ikke finne DNS informasjon for databasetjeneren '%s' " - -#: ../../include/text.php:294 -msgid "prev" -msgstr "forrige" - -#: ../../include/text.php:296 -msgid "first" -msgstr "første" - -#: ../../include/text.php:325 -msgid "last" -msgstr "siste" - -#: ../../include/text.php:328 -msgid "next" -msgstr "neste" - -#: ../../include/text.php:352 -msgid "newer" -msgstr "nyere" - -#: ../../include/text.php:356 -msgid "older" -msgstr "eldre" - -#: ../../include/text.php:807 -msgid "No contacts" -msgstr "Ingen kontakter" - -#: ../../include/text.php:816 -#, php-format -msgid "%d Contact" -msgid_plural "%d Contacts" -msgstr[0] "%d kontakt" -msgstr[1] "%d kontakter" - -#: ../../include/text.php:828 ../../mod/viewcontacts.php:76 -msgid "View Contacts" -msgstr "Vis kontakter" - -#: ../../include/text.php:905 ../../include/text.php:906 -#: ../../include/nav.php:118 ../../mod/search.php:99 -msgid "Search" -msgstr "Søk" - -#: ../../include/text.php:908 ../../mod/notes.php:63 ../../mod/filer.php:31 -msgid "Save" -msgstr "Lagre" - -#: ../../include/text.php:957 -msgid "poke" -msgstr "dytt" - -#: ../../include/text.php:957 ../../include/conversation.php:211 -msgid "poked" -msgstr "dyttet" - -#: ../../include/text.php:958 -msgid "ping" -msgstr "ping" - -#: ../../include/text.php:958 -msgid "pinged" -msgstr "pinget" - -#: ../../include/text.php:959 -msgid "prod" -msgstr "dult" - -#: ../../include/text.php:959 -msgid "prodded" -msgstr "dultet" - -#: ../../include/text.php:960 -msgid "slap" -msgstr "klaske" - -#: ../../include/text.php:960 -msgid "slapped" -msgstr "klasket" - -#: ../../include/text.php:961 -msgid "finger" -msgstr "fingre" - -#: ../../include/text.php:961 -msgid "fingered" -msgstr "fingret" - -#: ../../include/text.php:962 -msgid "rebuff" -msgstr "avslå" - -#: ../../include/text.php:962 -msgid "rebuffed" -msgstr "avslo" - -#: ../../include/text.php:976 -msgid "happy" -msgstr "glad" - -#: ../../include/text.php:977 -msgid "sad" -msgstr "trist" - -#: ../../include/text.php:978 -msgid "mellow" -msgstr "dempet" - -#: ../../include/text.php:979 -msgid "tired" -msgstr "trøtt" - -#: ../../include/text.php:980 -msgid "perky" -msgstr "oppkvikket" - -#: ../../include/text.php:981 -msgid "angry" -msgstr "sint" - -#: ../../include/text.php:982 -msgid "stupified" -msgstr "tanketom" - -#: ../../include/text.php:983 -msgid "puzzled" -msgstr "forundret" - -#: ../../include/text.php:984 -msgid "interested" -msgstr "interessert" - -#: ../../include/text.php:985 -msgid "bitter" -msgstr "bitter" - -#: ../../include/text.php:986 -msgid "cheerful" -msgstr "munter" - -#: ../../include/text.php:987 -msgid "alive" -msgstr "livlig" - -#: ../../include/text.php:988 -msgid "annoyed" -msgstr "irritert" - -#: ../../include/text.php:989 -msgid "anxious" -msgstr "nervøs" - -#: ../../include/text.php:990 -msgid "cranky" -msgstr "grinete" - -#: ../../include/text.php:991 -msgid "disturbed" -msgstr "forstyrret" - -#: ../../include/text.php:992 -msgid "frustrated" -msgstr "frustrert" - -#: ../../include/text.php:993 -msgid "motivated" -msgstr "motivert" - -#: ../../include/text.php:994 -msgid "relaxed" -msgstr "avslappet" - -#: ../../include/text.php:995 -msgid "surprised" -msgstr "overrasket" - -#: ../../include/text.php:1163 -msgid "Monday" -msgstr "mandag" - -#: ../../include/text.php:1163 -msgid "Tuesday" -msgstr "tirsdag" - -#: ../../include/text.php:1163 -msgid "Wednesday" -msgstr "onsdag" - -#: ../../include/text.php:1163 -msgid "Thursday" -msgstr "torsdag" - -#: ../../include/text.php:1163 -msgid "Friday" -msgstr "fredag" - -#: ../../include/text.php:1163 -msgid "Saturday" -msgstr "lørdag" - -#: ../../include/text.php:1163 -msgid "Sunday" -msgstr "søndag" - -#: ../../include/text.php:1167 -msgid "January" -msgstr "januar" - -#: ../../include/text.php:1167 -msgid "February" -msgstr "februar" - -#: ../../include/text.php:1167 -msgid "March" -msgstr "mars" - -#: ../../include/text.php:1167 -msgid "April" -msgstr "april" - -#: ../../include/text.php:1167 -msgid "May" -msgstr "mai" - -#: ../../include/text.php:1167 -msgid "June" -msgstr "juni" - -#: ../../include/text.php:1167 -msgid "July" -msgstr "juli" - -#: ../../include/text.php:1167 -msgid "August" -msgstr "august" - -#: ../../include/text.php:1167 -msgid "September" -msgstr "september" - -#: ../../include/text.php:1167 -msgid "October" -msgstr "oktober" - -#: ../../include/text.php:1167 -msgid "November" -msgstr "november" - -#: ../../include/text.php:1167 -msgid "December" -msgstr "desember" - -#: ../../include/text.php:1323 ../../mod/videos.php:301 -msgid "View Video" -msgstr "Vis video" - -#: ../../include/text.php:1355 -msgid "bytes" -msgstr "bytes" - -#: ../../include/text.php:1379 ../../include/text.php:1391 -msgid "Click to open/close" -msgstr "Klikk for å åpne/lukke" - -#: ../../include/text.php:1553 ../../mod/events.php:335 -msgid "link to source" -msgstr "lenke til kilde" - -#: ../../include/text.php:1608 -msgid "Select an alternate language" -msgstr "Velg et annet språk" - -#: ../../include/text.php:1860 ../../include/conversation.php:118 -#: ../../include/conversation.php:246 ../../view/theme/diabook/theme.php:456 -msgid "event" -msgstr "hendelse" - -#: ../../include/text.php:1864 -msgid "activity" -msgstr "aktivitet" - -#: ../../include/text.php:1866 ../../mod/content.php:628 -#: ../../object/Item.php:364 ../../object/Item.php:377 +#: ../../object/Item.php:347 ../../object/Item.php:360 +#: ../../mod/content.php:604 ../../include/text.php:1928 msgid "comment" msgid_plural "comments" msgstr[0] "kommentar" msgstr[1] "kommentarer" -#: ../../include/text.php:1867 -msgid "post" -msgstr "innlegg" +#: ../../object/Item.php:348 ../../boot.php:686 ../../mod/content.php:605 +#: ../../include/contact_widgets.php:204 +msgid "show more" +msgstr "vis mer" -#: ../../include/text.php:2022 -msgid "Item filed" -msgstr "Element arkivert" +#: ../../object/Item.php:633 ../../mod/content.php:706 +#: ../../mod/photos.php:1549 ../../mod/photos.php:1593 +#: ../../mod/photos.php:1676 +msgid "This is you" +msgstr "Dette er deg" -#: ../../include/group.php:25 +#: ../../object/Item.php:636 ../../view/theme/perihel/config.php:95 +#: ../../view/theme/diabook/theme.php:633 +#: ../../view/theme/diabook/config.php:148 +#: ../../view/theme/quattro/config.php:64 ../../view/theme/dispy/config.php:70 +#: ../../view/theme/clean/config.php:71 +#: ../../view/theme/cleanzero/config.php:80 ../../mod/mood.php:137 +#: ../../mod/install.php:248 ../../mod/install.php:286 +#: ../../mod/crepair.php:171 ../../mod/content.php:709 +#: ../../mod/contacts.php:458 ../../mod/profiles.php:630 +#: ../../mod/message.php:335 ../../mod/message.php:564 +#: ../../mod/localtime.php:45 ../../mod/photos.php:1078 +#: ../../mod/photos.php:1199 ../../mod/photos.php:1501 +#: ../../mod/photos.php:1552 ../../mod/photos.php:1596 +#: ../../mod/photos.php:1679 ../../mod/poke.php:199 ../../mod/events.php:478 +#: ../../mod/fsuggest.php:107 ../../mod/invite.php:140 +#: ../../mod/manage.php:110 +msgid "Submit" +msgstr "Lagre" + +#: ../../object/Item.php:637 ../../mod/content.php:710 +msgid "Bold" +msgstr "uthevet" + +#: ../../object/Item.php:638 ../../mod/content.php:711 +msgid "Italic" +msgstr "kursiv" + +#: ../../object/Item.php:639 ../../mod/content.php:712 +msgid "Underline" +msgstr "understrek" + +#: ../../object/Item.php:640 ../../mod/content.php:713 +msgid "Quote" +msgstr "sitat" + +#: ../../object/Item.php:641 ../../mod/content.php:714 +msgid "Code" +msgstr "kode" + +#: ../../object/Item.php:642 ../../mod/content.php:715 +msgid "Image" +msgstr "Bilde/fotografi" + +#: ../../object/Item.php:643 ../../mod/content.php:716 +msgid "Link" +msgstr "lenke" + +#: ../../object/Item.php:644 ../../mod/content.php:717 +msgid "Video" +msgstr "video" + +#: ../../object/Item.php:645 ../../mod/editpost.php:145 +#: ../../mod/content.php:718 ../../mod/photos.php:1553 +#: ../../mod/photos.php:1597 ../../mod/photos.php:1680 +#: ../../include/conversation.php:1116 +msgid "Preview" +msgstr "forhåndsvisning" + +#: ../../index.php:199 ../../mod/apps.php:7 +msgid "You must be logged in to use addons. " +msgstr "Du må være innlogget for å bruke tillegg." + +#: ../../index.php:243 ../../mod/help.php:90 +msgid "Not Found" +msgstr "Ikke funnet" + +#: ../../index.php:246 ../../mod/help.php:93 +msgid "Page not found." +msgstr "Fant ikke siden." + +#: ../../index.php:355 ../../mod/group.php:72 ../../mod/profperm.php:19 +msgid "Permission denied" +msgstr "Tilgang nektet" + +#: ../../index.php:356 ../../mod/mood.php:114 ../../mod/display.php:242 +#: ../../mod/register.php:40 ../../mod/dfrn_confirm.php:53 +#: ../../mod/api.php:26 ../../mod/api.php:31 ../../mod/wallmessage.php:9 +#: ../../mod/wallmessage.php:33 ../../mod/wallmessage.php:79 +#: ../../mod/wallmessage.php:103 ../../mod/suggest.php:56 +#: ../../mod/network.php:6 ../../mod/install.php:151 ../../mod/editpost.php:10 +#: ../../mod/attach.php:33 ../../mod/regmod.php:118 ../../mod/crepair.php:117 +#: ../../mod/uimport.php:23 ../../mod/notes.php:20 ../../mod/contacts.php:240 +#: ../../mod/settings.php:96 ../../mod/settings.php:583 +#: ../../mod/settings.php:588 ../../mod/profiles.php:146 +#: ../../mod/profiles.php:571 ../../mod/group.php:19 ../../mod/follow.php:9 +#: ../../mod/message.php:38 ../../mod/message.php:174 +#: ../../mod/viewcontacts.php:22 ../../mod/photos.php:133 +#: ../../mod/photos.php:1044 ../../mod/wall_attach.php:55 +#: ../../mod/poke.php:135 ../../mod/wall_upload.php:66 +#: ../../mod/profile_photo.php:19 ../../mod/profile_photo.php:169 +#: ../../mod/profile_photo.php:180 ../../mod/profile_photo.php:193 +#: ../../mod/events.php:140 ../../mod/delegate.php:6 ../../mod/nogroup.php:25 +#: ../../mod/fsuggest.php:78 ../../mod/item.php:143 ../../mod/item.php:159 +#: ../../mod/notifications.php:66 ../../mod/invite.php:15 +#: ../../mod/invite.php:101 ../../mod/manage.php:96 ../../mod/allfriends.php:9 +#: ../../include/items.php:4215 +msgid "Permission denied." +msgstr "Ingen tilgang." + +#: ../../index.php:415 +msgid "toggle mobile" +msgstr "Velg mobilvisning" + +#: ../../view/theme/perihel/theme.php:33 +#: ../../view/theme/diabook/theme.php:123 ../../mod/notifications.php:93 +#: ../../include/nav.php:104 ../../include/nav.php:143 +msgid "Home" +msgstr "Hjem" + +#: ../../view/theme/perihel/theme.php:33 +#: ../../view/theme/diabook/theme.php:123 ../../include/nav.php:76 +#: ../../include/nav.php:143 +msgid "Your posts and conversations" +msgstr "Dine innlegg og samtaler" + +#: ../../view/theme/perihel/theme.php:34 +#: ../../view/theme/diabook/theme.php:124 ../../boot.php:1967 +#: ../../mod/newmember.php:32 ../../mod/profperm.php:103 +#: ../../include/nav.php:77 ../../include/profile_advanced.php:7 +#: ../../include/profile_advanced.php:84 +msgid "Profile" +msgstr "Profil" + +#: ../../view/theme/perihel/theme.php:34 +#: ../../view/theme/diabook/theme.php:124 ../../include/nav.php:77 +msgid "Your profile page" +msgstr "Din profilside" + +#: ../../view/theme/perihel/theme.php:35 +#: ../../view/theme/diabook/theme.php:126 ../../boot.php:1974 +#: ../../mod/fbrowser.php:25 ../../include/nav.php:78 +msgid "Photos" +msgstr "Bilder" + +#: ../../view/theme/perihel/theme.php:35 +#: ../../view/theme/diabook/theme.php:126 ../../include/nav.php:78 +msgid "Your photos" +msgstr "Dine bilder" + +#: ../../view/theme/perihel/theme.php:36 +#: ../../view/theme/diabook/theme.php:127 ../../boot.php:1991 +#: ../../mod/events.php:370 ../../include/nav.php:79 +msgid "Events" +msgstr "Hendelser" + +#: ../../view/theme/perihel/theme.php:36 +#: ../../view/theme/diabook/theme.php:127 ../../include/nav.php:79 +msgid "Your events" +msgstr "Dine hendelser" + +#: ../../view/theme/perihel/theme.php:37 +#: ../../view/theme/diabook/theme.php:128 ../../include/nav.php:80 +msgid "Personal notes" +msgstr "Personlige notater" + +#: ../../view/theme/perihel/theme.php:37 +#: ../../view/theme/diabook/theme.php:128 ../../include/nav.php:80 +msgid "Your personal photos" +msgstr "Dine personlige bilder" + +#: ../../view/theme/perihel/theme.php:38 +#: ../../view/theme/diabook/theme.php:129 ../../mod/community.php:32 +#: ../../include/nav.php:128 +msgid "Community" +msgstr "Fellesskap" + +#: ../../view/theme/perihel/config.php:89 +#: ../../view/theme/diabook/theme.php:621 +#: ../../view/theme/diabook/config.php:142 ../../include/acl_selectors.php:327 +msgid "don't show" +msgstr "ikke vis" + +#: ../../view/theme/perihel/config.php:89 +#: ../../view/theme/diabook/theme.php:621 +#: ../../view/theme/diabook/config.php:142 ../../include/acl_selectors.php:326 +msgid "show" +msgstr "vis" + +#: ../../view/theme/perihel/config.php:97 +#: ../../view/theme/diabook/config.php:150 +#: ../../view/theme/quattro/config.php:66 ../../view/theme/dispy/config.php:72 +#: ../../view/theme/clean/config.php:73 +#: ../../view/theme/cleanzero/config.php:82 +msgid "Theme settings" +msgstr "Temainnstillinger" + +#: ../../view/theme/perihel/config.php:98 +#: ../../view/theme/diabook/config.php:151 +#: ../../view/theme/dispy/config.php:73 +#: ../../view/theme/cleanzero/config.php:84 +msgid "Set font-size for posts and comments" +msgstr "Angi skriftstørrelse for innlegg og kommentarer" + +#: ../../view/theme/perihel/config.php:99 +#: ../../view/theme/diabook/config.php:152 +#: ../../view/theme/dispy/config.php:74 +msgid "Set line-height for posts and comments" +msgstr "Angi linjeavstand for innlegg og kommentarer" + +#: ../../view/theme/perihel/config.php:100 +#: ../../view/theme/diabook/config.php:153 +msgid "Set resolution for middle column" +msgstr "Angi oppløsning for midtkolonnen" + +#: ../../view/theme/diabook/theme.php:125 ../../mod/contacts.php:680 +#: ../../include/nav.php:171 +msgid "Contacts" +msgstr "Kontakter" + +#: ../../view/theme/diabook/theme.php:125 +msgid "Your contacts" +msgstr "Dine kontakter" + +#: ../../view/theme/diabook/theme.php:130 +#: ../../view/theme/diabook/theme.php:544 +#: ../../view/theme/diabook/theme.php:624 +#: ../../view/theme/diabook/config.php:158 +msgid "Community Pages" +msgstr "Felleskapssider" + +#: ../../view/theme/diabook/theme.php:391 +#: ../../view/theme/diabook/theme.php:626 +#: ../../view/theme/diabook/config.php:160 +msgid "Community Profiles" +msgstr "Fellesskapsprofiler" + +#: ../../view/theme/diabook/theme.php:412 +#: ../../view/theme/diabook/theme.php:630 +#: ../../view/theme/diabook/config.php:164 +msgid "Last users" +msgstr "Siste brukere" + +#: ../../view/theme/diabook/theme.php:441 +#: ../../view/theme/diabook/theme.php:632 +#: ../../view/theme/diabook/config.php:166 +msgid "Last likes" +msgstr "Siste liker" + +#: ../../view/theme/diabook/theme.php:463 ../../include/conversation.php:118 +#: ../../include/conversation.php:246 ../../include/text.php:1922 +msgid "event" +msgstr "hendelse" + +#: ../../view/theme/diabook/theme.php:466 +#: ../../view/theme/diabook/theme.php:475 ../../mod/tagger.php:62 +#: ../../mod/like.php:151 ../../mod/like.php:322 ../../mod/subthread.php:87 +#: ../../include/conversation.php:121 ../../include/conversation.php:130 +#: ../../include/conversation.php:249 ../../include/conversation.php:258 +#: ../../include/diaspora.php:1878 +msgid "status" +msgstr "status" + +#: ../../view/theme/diabook/theme.php:471 ../../mod/tagger.php:62 +#: ../../mod/like.php:151 ../../mod/subthread.php:87 +#: ../../include/conversation.php:126 ../../include/conversation.php:254 +#: ../../include/text.php:1924 ../../include/diaspora.php:1878 +msgid "photo" +msgstr "bilde" + +#: ../../view/theme/diabook/theme.php:480 ../../mod/like.php:168 +#: ../../include/conversation.php:137 ../../include/diaspora.php:1894 +#, php-format +msgid "%1$s likes %2$s's %3$s" +msgstr "%1$s liker %2$s's %3$s" + +#: ../../view/theme/diabook/theme.php:486 +#: ../../view/theme/diabook/theme.php:631 +#: ../../view/theme/diabook/config.php:165 +msgid "Last photos" +msgstr "Siste bilder" + +#: ../../view/theme/diabook/theme.php:499 ../../mod/photos.php:59 +#: ../../mod/photos.php:154 ../../mod/photos.php:1058 +#: ../../mod/photos.php:1183 ../../mod/photos.php:1206 +#: ../../mod/photos.php:1736 ../../mod/photos.php:1748 +msgid "Contact Photos" +msgstr "Kontaktbilder" + +#: ../../view/theme/diabook/theme.php:500 ../../mod/photos.php:154 +#: ../../mod/photos.php:725 ../../mod/photos.php:1183 +#: ../../mod/photos.php:1206 ../../mod/profile_photo.php:74 +#: ../../mod/profile_photo.php:81 ../../mod/profile_photo.php:88 +#: ../../mod/profile_photo.php:204 ../../mod/profile_photo.php:296 +#: ../../mod/profile_photo.php:305 ../../include/user.php:334 +#: ../../include/user.php:341 ../../include/user.php:348 +msgid "Profile Photos" +msgstr "Profilbilder" + +#: ../../view/theme/diabook/theme.php:523 +#: ../../view/theme/diabook/theme.php:629 +#: ../../view/theme/diabook/config.php:163 +msgid "Find Friends" +msgstr "Finn venner" + +#: ../../view/theme/diabook/theme.php:524 +msgid "Local Directory" +msgstr "Lokal katalog" + +#: ../../view/theme/diabook/theme.php:525 ../../mod/directory.php:49 +msgid "Global Directory" +msgstr "Global katalog" + +#: ../../view/theme/diabook/theme.php:526 ../../include/contact_widgets.php:35 +msgid "Similar Interests" +msgstr "Liknende interesser" + +#: ../../view/theme/diabook/theme.php:527 ../../mod/suggest.php:66 +#: ../../include/contact_widgets.php:34 +msgid "Friend Suggestions" +msgstr "Venneforslag" + +#: ../../view/theme/diabook/theme.php:528 ../../include/contact_widgets.php:37 +msgid "Invite Friends" +msgstr "Inviterer venner" + +#: ../../view/theme/diabook/theme.php:544 +#: ../../view/theme/diabook/theme.php:648 ../../mod/newmember.php:22 +#: ../../mod/admin.php:1004 ../../mod/admin.php:1212 ../../mod/settings.php:79 +#: ../../mod/uexport.php:48 ../../include/nav.php:167 +msgid "Settings" +msgstr "Innstillinger" + +#: ../../view/theme/diabook/theme.php:579 +#: ../../view/theme/diabook/theme.php:625 +#: ../../view/theme/diabook/config.php:159 +msgid "Earth Layers" +msgstr "Earth Layers" + +#: ../../view/theme/diabook/theme.php:584 +msgid "Set zoomfactor for Earth Layers" +msgstr "Angi zoomfaktor for Earth Layers" + +#: ../../view/theme/diabook/theme.php:585 +#: ../../view/theme/diabook/config.php:156 +msgid "Set longitude (X) for Earth Layers" +msgstr "Angi lengdegrad (X) for Earth Layers" + +#: ../../view/theme/diabook/theme.php:586 +#: ../../view/theme/diabook/config.php:157 +msgid "Set latitude (Y) for Earth Layers" +msgstr "Angi breddegrad (Y) for Earth Layers" + +#: ../../view/theme/diabook/theme.php:599 +#: ../../view/theme/diabook/theme.php:627 +#: ../../view/theme/diabook/config.php:161 +msgid "Help or @NewHere ?" +msgstr "Hjelp eller @NewHere ?" + +#: ../../view/theme/diabook/theme.php:606 +#: ../../view/theme/diabook/theme.php:628 +#: ../../view/theme/diabook/config.php:162 +msgid "Connect Services" +msgstr "Forbindelse til tjenester" + +#: ../../view/theme/diabook/theme.php:622 +msgid "Show/hide boxes at right-hand column:" +msgstr "Vis/skjul bokser i kolonnen til høyre:" + +#: ../../view/theme/diabook/config.php:154 +msgid "Set color scheme" +msgstr "Angi fargekart" + +#: ../../view/theme/diabook/config.php:155 +msgid "Set zoomfactor for Earth Layer" +msgstr "Angi zoomfaktor for Earth Layer" + +#: ../../view/theme/quattro/config.php:67 +msgid "Alignment" +msgstr "Justering" + +#: ../../view/theme/quattro/config.php:67 +msgid "Left" +msgstr "Venstre" + +#: ../../view/theme/quattro/config.php:67 +msgid "Center" +msgstr "Midtstilt" + +#: ../../view/theme/quattro/config.php:68 ../../view/theme/clean/config.php:76 +#: ../../view/theme/cleanzero/config.php:86 +msgid "Color scheme" +msgstr "Fargekart" + +#: ../../view/theme/quattro/config.php:69 +msgid "Posts font size" +msgstr "Skriftstørrelse for innlegg" + +#: ../../view/theme/quattro/config.php:70 +msgid "Textareas font size" +msgstr "Skriftstørrelse for tekstområder" + +#: ../../view/theme/dispy/config.php:75 +msgid "Set colour scheme" +msgstr "Angi fargekart" + +#: ../../view/theme/clean/config.php:54 ../../include/user.php:246 +#: ../../include/text.php:1658 +msgid "default" +msgstr "standard" + +#: ../../view/theme/clean/config.php:74 +msgid "Background Image" +msgstr "Bakgrunnsbilde" + +#: ../../view/theme/clean/config.php:74 msgid "" -"A deleted group with this name was revived. Existing item permissions " -"may apply to this group and any future members. If this is " -"not what you intended, please create another group with a different name." -msgstr "En slettet gruppe med dette navnet ble gjenopprettet. Eksisterende elementtillatelser kan gjelde for denne gruppen og fremtidige medlemmer. Hvis det ikke var dette du ønsket, vær snill å opprette en annen gruppe med et annet navn." +"The URL to a picture (e.g. from your photo album) that should be used as " +"background image." +msgstr "URL-en til et bilde (for eksempel fra ditt fotoalbum) som skal brukes som bakgrunnsbilde" -#: ../../include/group.php:207 -msgid "Default privacy group for new contacts" -msgstr "Standard personverngruppe for nye kontakter" +#: ../../view/theme/clean/config.php:75 +msgid "Background Color" +msgstr "Bakgrunnsfarge" -#: ../../include/group.php:226 -msgid "Everybody" -msgstr "Alle" +#: ../../view/theme/clean/config.php:75 +msgid "HEX value for the background color. Don't include the #" +msgstr "HEX-verdi til bakgrunnsfargen. Ikke ta med #" -#: ../../include/group.php:249 -msgid "edit" -msgstr "endre" +#: ../../view/theme/clean/config.php:77 +msgid "font size" +msgstr "skriftstørrelse" -#: ../../include/group.php:270 ../../mod/newmember.php:66 -msgid "Groups" -msgstr "Grupper" +#: ../../view/theme/clean/config.php:77 +msgid "base font size for your interface" +msgstr "standard skriftstørrelse i ditt brukergrensesnitt" -#: ../../include/group.php:271 -msgid "Edit group" -msgstr "Endre gruppe" +#: ../../view/theme/cleanzero/config.php:83 +msgid "Set resize level for images in posts and comments (width and height)" +msgstr "Angi størrelsesendringen for bilder i innlegg og kommentarer (bredde og høyde)" -#: ../../include/group.php:272 -msgid "Create a new group" -msgstr "Lag en ny gruppe" +#: ../../view/theme/cleanzero/config.php:85 +msgid "Set theme width" +msgstr "Angi temabredde" -#: ../../include/group.php:273 -msgid "Contacts not in any group" -msgstr "Kontakter som ikke er i noen gruppe" +#: ../../boot.php:684 +msgid "Delete this item?" +msgstr "Slett dette elementet?" -#: ../../include/group.php:275 ../../mod/network.php:234 -msgid "add" -msgstr "legg til" +#: ../../boot.php:687 +msgid "show fewer" +msgstr "vis færre" -#: ../../include/conversation.php:140 ../../mod/like.php:170 +#: ../../boot.php:1015 #, php-format -msgid "%1$s doesn't like %2$s's %3$s" -msgstr "%1$s liker ikke %2$s's %3$s" +msgid "Update %s failed. See error logs." +msgstr "Oppdatering %s mislyktes. Se feilloggene." -#: ../../include/conversation.php:207 +#: ../../boot.php:1017 #, php-format -msgid "%1$s poked %2$s" -msgstr "%1$s dyttet %2$s" +msgid "Update Error at %s" +msgstr "Oppdateringsfeil i %s" -#: ../../include/conversation.php:227 ../../mod/mood.php:62 +#: ../../boot.php:1127 +msgid "Create a New Account" +msgstr "Lag en ny konto" + +#: ../../boot.php:1128 ../../mod/register.php:278 ../../include/nav.php:108 +msgid "Register" +msgstr "Registrer" + +#: ../../boot.php:1152 ../../include/nav.php:73 +msgid "Logout" +msgstr "Logg ut" + +#: ../../boot.php:1153 ../../include/nav.php:91 +msgid "Login" +msgstr "Logg inn" + +#: ../../boot.php:1155 +msgid "Nickname or Email address: " +msgstr "Kallenavn eller epostadresse: " + +#: ../../boot.php:1156 +msgid "Password: " +msgstr "Passord: " + +#: ../../boot.php:1157 +msgid "Remember me" +msgstr "Husk meg" + +#: ../../boot.php:1160 +msgid "Or login using OpenID: " +msgstr "Eller logg inn med OpenID:" + +#: ../../boot.php:1166 +msgid "Forgot your password?" +msgstr "Glemt passordet?" + +#: ../../boot.php:1167 ../../mod/lostpass.php:84 +msgid "Password Reset" +msgstr "Passord tilbakestilling" + +#: ../../boot.php:1169 +msgid "Website Terms of Service" +msgstr "Nettstedets bruksbetingelser" + +#: ../../boot.php:1170 +msgid "terms of service" +msgstr "bruksbetingelser" + +#: ../../boot.php:1172 +msgid "Website Privacy Policy" +msgstr "Nettstedets retningslinjer for personvern" + +#: ../../boot.php:1173 +msgid "privacy policy" +msgstr "retningslinjer for personvern" + +#: ../../boot.php:1302 +msgid "Requested account is not available." +msgstr "Profil utilgjengelig." + +#: ../../boot.php:1341 ../../mod/profile.php:21 +msgid "Requested profile is not available." +msgstr "Profil utilgjengelig." + +#: ../../boot.php:1381 ../../boot.php:1485 +msgid "Edit profile" +msgstr "Rediger profil" + +#: ../../boot.php:1433 ../../mod/suggest.php:88 ../../mod/match.php:58 +#: ../../include/contact_widgets.php:9 +msgid "Connect" +msgstr "Forbindelse" + +#: ../../boot.php:1447 +msgid "Message" +msgstr "Melding" + +#: ../../boot.php:1455 ../../include/nav.php:169 +msgid "Profiles" +msgstr "Profiler" + +#: ../../boot.php:1455 +msgid "Manage/edit profiles" +msgstr "Behandle/endre profiler" + +#: ../../boot.php:1461 ../../boot.php:1487 ../../mod/profiles.php:726 +msgid "Change profile photo" +msgstr "Endre profilbilde" + +#: ../../boot.php:1462 ../../mod/profiles.php:727 +msgid "Create New Profile" +msgstr "Lag ny profil" + +#: ../../boot.php:1472 ../../mod/profiles.php:738 +msgid "Profile Image" +msgstr "Profilbilde" + +#: ../../boot.php:1475 ../../mod/profiles.php:740 +msgid "visible to everybody" +msgstr "synlig for alle" + +#: ../../boot.php:1476 ../../mod/profiles.php:741 +msgid "Edit visibility" +msgstr "Endre synlighet" + +#: ../../boot.php:1501 ../../mod/directory.php:134 ../../mod/events.php:471 +#: ../../include/event.php:40 ../../include/bb2diaspora.php:415 +msgid "Location:" +msgstr "Plassering:" + +#: ../../boot.php:1503 ../../mod/directory.php:136 +#: ../../include/profile_advanced.php:17 +msgid "Gender:" +msgstr "Kjønn:" + +#: ../../boot.php:1506 ../../mod/directory.php:138 +#: ../../include/profile_advanced.php:37 +msgid "Status:" +msgstr "Status:" + +#: ../../boot.php:1508 ../../mod/directory.php:140 +#: ../../include/profile_advanced.php:48 +msgid "Homepage:" +msgstr "Hjemmeside:" + +#: ../../boot.php:1584 ../../boot.php:1670 +msgid "g A l F d" +msgstr "g A l F d" + +#: ../../boot.php:1585 ../../boot.php:1671 +msgid "F d" +msgstr "F d" + +#: ../../boot.php:1630 ../../boot.php:1711 +msgid "[today]" +msgstr "[idag]" + +#: ../../boot.php:1642 +msgid "Birthday Reminders" +msgstr "Fødselsdager" + +#: ../../boot.php:1643 +msgid "Birthdays this week:" +msgstr "Fødselsdager denne uken:" + +#: ../../boot.php:1704 +msgid "[No description]" +msgstr "[Ingen beskrivelse]" + +#: ../../boot.php:1722 +msgid "Event Reminders" +msgstr "Påminnelser om hendelser" + +#: ../../boot.php:1723 +msgid "Events this week:" +msgstr "Hendelser denne uken:" + +#: ../../boot.php:1960 ../../include/nav.php:76 +msgid "Status" +msgstr "Status" + +#: ../../boot.php:1963 +msgid "Status Messages and Posts" +msgstr "Status meldinger og innlegg" + +#: ../../boot.php:1970 +msgid "Profile Details" +msgstr "Profildetaljer" + +#: ../../boot.php:1977 ../../mod/photos.php:51 +msgid "Photo Albums" +msgstr "Fotoalbum" + +#: ../../boot.php:1981 ../../boot.php:1984 +msgid "Videos" +msgstr "Videoer" + +#: ../../boot.php:1994 +msgid "Events and Calendar" +msgstr "Hendelser og kalender" + +#: ../../boot.php:1998 ../../mod/notes.php:44 +msgid "Personal Notes" +msgstr "Personlige notater" + +#: ../../boot.php:2001 +msgid "Only You Can See This" +msgstr "Bare du kan se dette" + +#: ../../mod/mood.php:62 ../../include/conversation.php:227 #, php-format msgid "%1$s is currently %2$s" msgstr "%1$s er for øyeblikket %2$s" -#: ../../include/conversation.php:266 ../../mod/tagger.php:95 -#, php-format -msgid "%1$s tagged %2$s's %3$s with %4$s" -msgstr "%1$s merket %2$s sitt %3$s med %4$s" - -#: ../../include/conversation.php:291 -msgid "post/item" -msgstr "innlegg/element" - -#: ../../include/conversation.php:292 -#, php-format -msgid "%1$s marked %2$s's %3$s as favorite" -msgstr "%1$s merket %2$s's %3$s som en favoritt" - -#: ../../include/conversation.php:612 ../../mod/content.php:461 -#: ../../mod/content.php:763 ../../object/Item.php:126 -msgid "Select" -msgstr "Velg" - -#: ../../include/conversation.php:613 ../../mod/admin.php:770 -#: ../../mod/settings.php:647 ../../mod/group.php:171 -#: ../../mod/photos.php:1637 ../../mod/content.php:462 -#: ../../mod/content.php:764 ../../object/Item.php:127 -msgid "Delete" -msgstr "Slett" - -#: ../../include/conversation.php:652 ../../mod/content.php:495 -#: ../../mod/content.php:875 ../../mod/content.php:876 -#: ../../object/Item.php:306 ../../object/Item.php:307 -#, php-format -msgid "View %s's profile @ %s" -msgstr "Besøk %ss profil [%s]" - -#: ../../include/conversation.php:664 ../../object/Item.php:297 -msgid "Categories:" -msgstr "Kategorier:" - -#: ../../include/conversation.php:665 ../../object/Item.php:298 -msgid "Filed under:" -msgstr "Lagret i:" - -#: ../../include/conversation.php:672 ../../mod/content.php:505 -#: ../../mod/content.php:887 ../../object/Item.php:320 -#, php-format -msgid "%s from %s" -msgstr "%s fra %s" - -#: ../../include/conversation.php:687 ../../mod/content.php:520 -msgid "View in context" -msgstr "Vis i sammenheng" - -#: ../../include/conversation.php:689 ../../include/conversation.php:1100 -#: ../../mod/editpost.php:124 ../../mod/wallmessage.php:156 -#: ../../mod/message.php:334 ../../mod/message.php:565 -#: ../../mod/photos.php:1532 ../../mod/content.php:522 -#: ../../mod/content.php:906 ../../object/Item.php:341 -msgid "Please wait" -msgstr "Vennligst vent" - -#: ../../include/conversation.php:768 -msgid "remove" -msgstr "slett" - -#: ../../include/conversation.php:772 -msgid "Delete Selected Items" -msgstr "Slette valgte elementer" - -#: ../../include/conversation.php:871 -msgid "Follow Thread" -msgstr "Følg tråd" - -#: ../../include/conversation.php:940 -#, php-format -msgid "%s likes this." -msgstr "%s liker dette." - -#: ../../include/conversation.php:940 -#, php-format -msgid "%s doesn't like this." -msgstr "%s liker ikke dette." - -#: ../../include/conversation.php:945 -#, php-format -msgid "%2$d people like this" -msgstr "%2$d personer liker dette" - -#: ../../include/conversation.php:948 -#, php-format -msgid "%2$d people don't like this" -msgstr "%2$d personer liker ikke dette" - -#: ../../include/conversation.php:962 -msgid "and" -msgstr "og" - -#: ../../include/conversation.php:968 -#, php-format -msgid ", and %d other people" -msgstr ", og %d andre personer" - -#: ../../include/conversation.php:970 -#, php-format -msgid "%s like this." -msgstr "%s liker dette." - -#: ../../include/conversation.php:970 -#, php-format -msgid "%s don't like this." -msgstr "%s liker ikke dette." - -#: ../../include/conversation.php:997 ../../include/conversation.php:1015 -msgid "Visible to everybody" -msgstr "Synlig for alle" - -#: ../../include/conversation.php:998 ../../include/conversation.php:1016 -#: ../../mod/wallmessage.php:127 ../../mod/wallmessage.php:135 -#: ../../mod/message.php:283 ../../mod/message.php:291 -#: ../../mod/message.php:466 ../../mod/message.php:474 -msgid "Please enter a link URL:" -msgstr "Vennligst skriv inn en lenke URL:" - -#: ../../include/conversation.php:999 ../../include/conversation.php:1017 -msgid "Please enter a video link/URL:" -msgstr "Vennligst skriv inn en videolenke/-URL:" - -#: ../../include/conversation.php:1000 ../../include/conversation.php:1018 -msgid "Please enter an audio link/URL:" -msgstr "Vennligst skriv inn en lydlenke/-URL:" - -#: ../../include/conversation.php:1001 ../../include/conversation.php:1019 -msgid "Tag term:" -msgstr "Merkelapp begrep:" - -#: ../../include/conversation.php:1002 ../../include/conversation.php:1020 -#: ../../mod/filer.php:30 -msgid "Save to Folder:" -msgstr "Lagre til mappe:" - -#: ../../include/conversation.php:1003 ../../include/conversation.php:1021 -msgid "Where are you right now?" -msgstr "Hvor er du akkurat nå?" - -#: ../../include/conversation.php:1004 -msgid "Delete item(s)?" -msgstr "Slett element(er)?" - -#: ../../include/conversation.php:1046 -msgid "Post to Email" -msgstr "Innlegg til e-post" - -#: ../../include/conversation.php:1081 ../../mod/photos.php:1531 -msgid "Share" -msgstr "Del" - -#: ../../include/conversation.php:1082 ../../mod/editpost.php:110 -#: ../../mod/wallmessage.php:154 ../../mod/message.php:332 -#: ../../mod/message.php:562 -msgid "Upload photo" -msgstr "Last opp bilde" - -#: ../../include/conversation.php:1083 ../../mod/editpost.php:111 -msgid "upload photo" -msgstr "last opp bilde" - -#: ../../include/conversation.php:1084 ../../mod/editpost.php:112 -msgid "Attach file" -msgstr "Legg ved fil" - -#: ../../include/conversation.php:1085 ../../mod/editpost.php:113 -msgid "attach file" -msgstr "legg ved fil" - -#: ../../include/conversation.php:1086 ../../mod/editpost.php:114 -#: ../../mod/wallmessage.php:155 ../../mod/message.php:333 -#: ../../mod/message.php:563 -msgid "Insert web link" -msgstr "Sett inn web-adresse" - -#: ../../include/conversation.php:1087 ../../mod/editpost.php:115 -msgid "web link" -msgstr "web-adresse" - -#: ../../include/conversation.php:1088 ../../mod/editpost.php:116 -msgid "Insert video link" -msgstr "Sett inn video-link" - -#: ../../include/conversation.php:1089 ../../mod/editpost.php:117 -msgid "video link" -msgstr "videolink" - -#: ../../include/conversation.php:1090 ../../mod/editpost.php:118 -msgid "Insert audio link" -msgstr "Sett inn lydlink" - -#: ../../include/conversation.php:1091 ../../mod/editpost.php:119 -msgid "audio link" -msgstr "lydlink" - -#: ../../include/conversation.php:1092 ../../mod/editpost.php:120 -msgid "Set your location" -msgstr "Angi din plassering" - -#: ../../include/conversation.php:1093 ../../mod/editpost.php:121 -msgid "set location" -msgstr "angi plassering" - -#: ../../include/conversation.php:1094 ../../mod/editpost.php:122 -msgid "Clear browser location" -msgstr "Fjern nettleserplassering" - -#: ../../include/conversation.php:1095 ../../mod/editpost.php:123 -msgid "clear location" -msgstr "fjern plassering" - -#: ../../include/conversation.php:1097 ../../mod/editpost.php:137 -msgid "Set title" -msgstr "Lagre tittel" - -#: ../../include/conversation.php:1099 ../../mod/editpost.php:139 -msgid "Categories (comma-separated list)" -msgstr "Kategorier (kommaseparert liste)" - -#: ../../include/conversation.php:1101 ../../mod/editpost.php:125 -msgid "Permission settings" -msgstr "Tillatelser" - -#: ../../include/conversation.php:1102 -msgid "permissions" -msgstr "tillatelser" - -#: ../../include/conversation.php:1110 ../../mod/editpost.php:133 -msgid "CC: email addresses" -msgstr "Kopi: e-postadresser" - -#: ../../include/conversation.php:1111 ../../mod/editpost.php:134 -msgid "Public post" -msgstr "Offentlig innlegg" - -#: ../../include/conversation.php:1113 ../../mod/editpost.php:140 -msgid "Example: bob@example.com, mary@example.com" -msgstr "Eksempel: ola@example.com, kari@example.com" - -#: ../../include/conversation.php:1117 ../../mod/editpost.php:145 -#: ../../mod/photos.php:1553 ../../mod/photos.php:1597 -#: ../../mod/photos.php:1680 ../../mod/content.php:742 -#: ../../object/Item.php:662 -msgid "Preview" -msgstr "forhåndsvisning" - -#: ../../include/conversation.php:1126 -msgid "Post to Groups" -msgstr "Innlegg til grupper" - -#: ../../include/conversation.php:1127 -msgid "Post to Contacts" -msgstr "Innlegg til kontakter" - -#: ../../include/conversation.php:1128 -msgid "Private post" -msgstr "Privat innlegg" - -#: ../../include/enotify.php:16 -msgid "Friendica Notification" -msgstr "Friendica varsel" - -#: ../../include/enotify.php:19 -msgid "Thank You," -msgstr "Mange takk," - -#: ../../include/enotify.php:21 -#, php-format -msgid "%s Administrator" -msgstr "%s administrator" - -#: ../../include/enotify.php:40 -#, php-format -msgid "%s " -msgstr "%s " - -#: ../../include/enotify.php:44 -#, php-format -msgid "[Friendica:Notify] New mail received at %s" -msgstr "[Friendica:Notify] Ny melding mottatt hos %s" - -#: ../../include/enotify.php:46 -#, php-format -msgid "%1$s sent you a new private message at %2$s." -msgstr "%1$s sendte deg en ny privat melding hos %2$s." - -#: ../../include/enotify.php:47 -#, php-format -msgid "%1$s sent you %2$s." -msgstr "%1$s sendte deg %2$s." - -#: ../../include/enotify.php:47 -msgid "a private message" -msgstr "en privat melding" - -#: ../../include/enotify.php:48 -#, php-format -msgid "Please visit %s to view and/or reply to your private messages." -msgstr "Vennligst besøk %s for å se og/eller svare på dine private meldinger." - -#: ../../include/enotify.php:90 -#, php-format -msgid "%1$s commented on [url=%2$s]a %3$s[/url]" -msgstr "%1$s kommenterte på [url=%2$s]a %3$s[/url]" - -#: ../../include/enotify.php:97 -#, php-format -msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]" -msgstr "%1$s kommenterte på [url=%2$s]%3$s sin %4$s[/url]" - -#: ../../include/enotify.php:105 -#, php-format -msgid "%1$s commented on [url=%2$s]your %3$s[/url]" -msgstr "%1$s kommenterte på [url=%2$s] din %3$s[/url]" - -#: ../../include/enotify.php:115 -#, php-format -msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s" -msgstr "[Friendica:Notify] Kommentar til samtale #%1$d av %2$s" - -#: ../../include/enotify.php:116 -#, php-format -msgid "%s commented on an item/conversation you have been following." -msgstr "%s kommenterte på et element/en samtale du har fulgt." - -#: ../../include/enotify.php:119 ../../include/enotify.php:134 -#: ../../include/enotify.php:147 ../../include/enotify.php:165 -#: ../../include/enotify.php:178 -#, php-format -msgid "Please visit %s to view and/or reply to the conversation." -msgstr "Vennligst besøk %s for å se og/eller svare på samtalen." - -#: ../../include/enotify.php:126 -#, php-format -msgid "[Friendica:Notify] %s posted to your profile wall" -msgstr "[Friendica:Notify] %s skrev et innlegg på veggen til din profil" - -#: ../../include/enotify.php:128 -#, php-format -msgid "%1$s posted to your profile wall at %2$s" -msgstr "%1$s skrev et innlegg på veggen til din profil %2$s" - -#: ../../include/enotify.php:130 -#, php-format -msgid "%1$s posted to [url=%2$s]your wall[/url]" -msgstr "%1$s skrev et innlegg til [url=%2$s]din vegg[/url]" - -#: ../../include/enotify.php:141 -#, php-format -msgid "[Friendica:Notify] %s tagged you" -msgstr "[Friendica:Notify] %s merket deg" - -#: ../../include/enotify.php:142 -#, php-format -msgid "%1$s tagged you at %2$s" -msgstr "%1$s merket deg %2$s" - -#: ../../include/enotify.php:143 -#, php-format -msgid "%1$s [url=%2$s]tagged you[/url]." -msgstr "%1$s [url=%2$s]merket deg[/url]." - -#: ../../include/enotify.php:155 -#, php-format -msgid "[Friendica:Notify] %1$s poked you" -msgstr "[Friendica:Notify] %1$s dyttet deg" - -#: ../../include/enotify.php:156 -#, php-format -msgid "%1$s poked you at %2$s" -msgstr "%1$s dyttet deg %2$s" - -#: ../../include/enotify.php:157 -#, php-format -msgid "%1$s [url=%2$s]poked you[/url]." -msgstr "%1$s [url=%2$s]dyttet deg[/url]." - -#: ../../include/enotify.php:172 -#, php-format -msgid "[Friendica:Notify] %s tagged your post" -msgstr "[Friendica:Notify] %s merket ditt innlegg" - -#: ../../include/enotify.php:173 -#, php-format -msgid "%1$s tagged your post at %2$s" -msgstr "%1$s merket ditt innlegg %2$s" - -#: ../../include/enotify.php:174 -#, php-format -msgid "%1$s tagged [url=%2$s]your post[/url]" -msgstr "%1$s merket [url=%2$s]ditt innlegg[/url]" - -#: ../../include/enotify.php:185 -msgid "[Friendica:Notify] Introduction received" -msgstr "[Friendica:Notify] Introduksjon mottatt" - -#: ../../include/enotify.php:186 -#, php-format -msgid "You've received an introduction from '%1$s' at %2$s" -msgstr "Du mottok en introduksjon fra '%1$s' %2$s" - -#: ../../include/enotify.php:187 -#, php-format -msgid "You've received [url=%1$s]an introduction[/url] from %2$s." -msgstr "Du mottok [url=%1$s]en introduksjon[/url] fra %2$s." - -#: ../../include/enotify.php:190 ../../include/enotify.php:208 -#, php-format -msgid "You may visit their profile at %s" -msgstr "Du kan besøke profilen deres på %s" - -#: ../../include/enotify.php:192 -#, php-format -msgid "Please visit %s to approve or reject the introduction." -msgstr "Vennligst besøk %s for å godkjenne eller avslå introduksjonen." - -#: ../../include/enotify.php:199 -msgid "[Friendica:Notify] Friend suggestion received" -msgstr "[Friendica:Notify] Venneforslag mottatt" - -#: ../../include/enotify.php:200 -#, php-format -msgid "You've received a friend suggestion from '%1$s' at %2$s" -msgstr "Du mottok et venneforslag fra '%1$s' %2$s" - -#: ../../include/enotify.php:201 -#, php-format -msgid "" -"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s." -msgstr "Du mottok [url=%1$s]et venneforslag[/url] om %2$s fra %3$s." - -#: ../../include/enotify.php:206 -msgid "Name:" -msgstr "Navn:" - -#: ../../include/enotify.php:207 -msgid "Photo:" -msgstr "Bilde:" - -#: ../../include/enotify.php:210 -#, php-format -msgid "Please visit %s to approve or reject the suggestion." -msgstr "Vennligst besøk %s for å godkjenne eller avslå forslaget." - -#: ../../include/message.php:15 ../../include/message.php:172 -msgid "[no subject]" -msgstr "[ikke noe emne]" - -#: ../../include/message.php:144 ../../mod/item.php:446 -#: ../../mod/wall_upload.php:135 ../../mod/wall_upload.php:144 -#: ../../mod/wall_upload.php:151 -msgid "Wall Photos" -msgstr "Veggbilder" - -#: ../../include/nav.php:34 ../../mod/navigation.php:20 -msgid "Nothing new here" -msgstr "Ikke noe nytt her" - -#: ../../include/nav.php:38 ../../mod/navigation.php:24 -msgid "Clear notifications" -msgstr "Fjern varslinger" - -#: ../../include/nav.php:73 ../../boot.php:1136 -msgid "Logout" -msgstr "Logg ut" - -#: ../../include/nav.php:73 -msgid "End this session" -msgstr "Avslutt denne økten" - -#: ../../include/nav.php:76 ../../boot.php:1940 -msgid "Status" -msgstr "Status" - -#: ../../include/nav.php:76 ../../include/nav.php:143 -#: ../../view/theme/diabook/theme.php:87 -msgid "Your posts and conversations" -msgstr "Dine innlegg og samtaler" - -#: ../../include/nav.php:77 ../../view/theme/diabook/theme.php:88 -msgid "Your profile page" -msgstr "Din profilside" - -#: ../../include/nav.php:78 ../../mod/fbrowser.php:25 -#: ../../view/theme/diabook/theme.php:90 ../../boot.php:1954 -msgid "Photos" -msgstr "Bilder" - -#: ../../include/nav.php:78 ../../view/theme/diabook/theme.php:90 -msgid "Your photos" -msgstr "Dine bilder" - -#: ../../include/nav.php:79 ../../mod/events.php:370 -#: ../../view/theme/diabook/theme.php:91 ../../boot.php:1971 -msgid "Events" -msgstr "Hendelser" - -#: ../../include/nav.php:79 ../../view/theme/diabook/theme.php:91 -msgid "Your events" -msgstr "Dine hendelser" - -#: ../../include/nav.php:80 ../../view/theme/diabook/theme.php:92 -msgid "Personal notes" -msgstr "Personlige notater" - -#: ../../include/nav.php:80 ../../view/theme/diabook/theme.php:92 -msgid "Your personal photos" -msgstr "Dine personlige bilder" - -#: ../../include/nav.php:91 ../../boot.php:1137 -msgid "Login" -msgstr "Logg inn" - -#: ../../include/nav.php:91 -msgid "Sign in" -msgstr "Logg inn" - -#: ../../include/nav.php:104 ../../include/nav.php:143 -#: ../../mod/notifications.php:93 ../../view/theme/diabook/theme.php:87 -msgid "Home" -msgstr "Hjem" - -#: ../../include/nav.php:104 -msgid "Home Page" -msgstr "Hovedside" - -#: ../../include/nav.php:108 ../../mod/register.php:275 ../../boot.php:1112 -msgid "Register" -msgstr "Registrer" - -#: ../../include/nav.php:108 -msgid "Create an account" -msgstr "Lag konto" - -#: ../../include/nav.php:113 ../../mod/help.php:84 -msgid "Help" -msgstr "Hjelp" - -#: ../../include/nav.php:113 -msgid "Help and documentation" -msgstr "Hjelp og dokumentasjon" - -#: ../../include/nav.php:116 -msgid "Apps" -msgstr "Programmer" - -#: ../../include/nav.php:116 -msgid "Addon applications, utilities, games" -msgstr "Tilleggsprorammer, verktøy, spill" - -#: ../../include/nav.php:118 -msgid "Search site content" -msgstr "Søk i nettstedets innhold" - -#: ../../include/nav.php:128 ../../mod/community.php:32 -#: ../../view/theme/diabook/theme.php:93 -msgid "Community" -msgstr "Fellesskap" - -#: ../../include/nav.php:128 -msgid "Conversations on this site" -msgstr "Samtaler på dette nettstedet" - -#: ../../include/nav.php:130 -msgid "Directory" -msgstr "Katalog" - -#: ../../include/nav.php:130 -msgid "People directory" -msgstr "Personkatalog" - -#: ../../include/nav.php:140 ../../mod/notifications.php:83 -msgid "Network" -msgstr "Nettverk" - -#: ../../include/nav.php:140 -msgid "Conversations from your friends" -msgstr "Samtaler fra dine venner" - -#: ../../include/nav.php:141 -msgid "Network Reset" -msgstr "Nettverk tilbakestilling" - -#: ../../include/nav.php:141 -msgid "Load Network page with no filters" -msgstr "Hent Nettverk-siden uten filter" - -#: ../../include/nav.php:149 ../../mod/notifications.php:98 -msgid "Introductions" -msgstr "Introduksjoner" - -#: ../../include/nav.php:149 -msgid "Friend Requests" -msgstr "Venneforespørsler" - -#: ../../include/nav.php:150 ../../mod/notifications.php:220 -msgid "Notifications" -msgstr "Varslinger" - -#: ../../include/nav.php:151 -msgid "See all notifications" -msgstr "Se alle varslinger" - -#: ../../include/nav.php:152 -msgid "Mark all system notifications seen" -msgstr "Merk alle systemvarsler som sett" - -#: ../../include/nav.php:156 ../../mod/message.php:182 -#: ../../mod/notifications.php:103 -msgid "Messages" -msgstr "Meldinger" - -#: ../../include/nav.php:156 -msgid "Private mail" -msgstr "Privat post" - -#: ../../include/nav.php:157 -msgid "Inbox" -msgstr "Innboks" - -#: ../../include/nav.php:158 -msgid "Outbox" -msgstr "Utboks" - -#: ../../include/nav.php:159 ../../mod/message.php:9 -msgid "New Message" -msgstr "Ny melding" - -#: ../../include/nav.php:162 -msgid "Manage" -msgstr "Behandle" - -#: ../../include/nav.php:162 -msgid "Manage other pages" -msgstr "Behandle andre sider" - -#: ../../include/nav.php:165 -msgid "Delegations" -msgstr "Delegasjoner" - -#: ../../include/nav.php:165 ../../mod/delegate.php:121 -msgid "Delegate Page Management" -msgstr "Deleger sidebehandling" - -#: ../../include/nav.php:167 ../../mod/admin.php:861 ../../mod/admin.php:1069 -#: ../../mod/settings.php:74 ../../mod/uexport.php:48 -#: ../../mod/newmember.php:22 ../../view/theme/diabook/theme.php:537 -#: ../../view/theme/diabook/theme.php:658 -msgid "Settings" -msgstr "Innstillinger" - -#: ../../include/nav.php:167 ../../mod/settings.php:30 ../../mod/uexport.php:9 -msgid "Account settings" -msgstr "Kontoinnstillinger" - -#: ../../include/nav.php:169 ../../boot.php:1439 -msgid "Profiles" -msgstr "Profiler" - -#: ../../include/nav.php:169 -msgid "Manage/Edit Profiles" -msgstr "Behandle/endre profiler" - -#: ../../include/nav.php:171 ../../mod/contacts.php:607 -#: ../../view/theme/diabook/theme.php:89 -msgid "Contacts" -msgstr "Kontakter" - -#: ../../include/nav.php:171 -msgid "Manage/edit friends and contacts" -msgstr "Behandle/endre venner og kontakter" - -#: ../../include/nav.php:178 ../../mod/admin.php:120 -msgid "Admin" -msgstr "Administrator" - -#: ../../include/nav.php:178 -msgid "Site setup and configuration" -msgstr "Nettstedsoppsett og konfigurasjon" - -#: ../../include/nav.php:182 -msgid "Navigation" -msgstr "Navigasjon" - -#: ../../include/nav.php:182 -msgid "Site map" -msgstr "Nettstedskart" - -#: ../../include/oembed.php:138 -msgid "Embedded content" -msgstr "Innebygd innhold" - -#: ../../include/oembed.php:147 -msgid "Embedding disabled" -msgstr "Innebygging avskrudd" - -#: ../../include/uimport.php:94 -msgid "Error decoding account file" -msgstr "Feil ved dekoding av kontofil" - -#: ../../include/uimport.php:100 -msgid "Error! No version data in file! This is not a Friendica account file?" -msgstr "Feil! Ingen versjonsdata i filen! Dette er ikke en Friendica kontofil?" - -#: ../../include/uimport.php:116 -msgid "Error! Cannot check nickname" -msgstr "Feil! Kan ikke sjekke kallenavn" - -#: ../../include/uimport.php:120 -#, php-format -msgid "User '%s' already exists on this server!" -msgstr "Brukeren '%s' finnes allerede på denne tjeneren!" - -#: ../../include/uimport.php:139 -msgid "User creation error" -msgstr "Feil ved oppretting av bruker" - -#: ../../include/uimport.php:157 -msgid "User profile creation error" -msgstr "Feil ved opprettelsen av brukerprofil" - -#: ../../include/uimport.php:202 -#, php-format -msgid "%d contact not imported" -msgid_plural "%d contacts not imported" -msgstr[0] "%d kontakt ikke importert" -msgstr[1] "%d kontakter ikke importert" - -#: ../../include/uimport.php:272 -msgid "Done. You can now login with your username and password" -msgstr "Ferdig. Du kan nå logge inn med ditt brukernavn og passord" - -#: ../../include/security.php:22 -msgid "Welcome " -msgstr "Velkommen" - -#: ../../include/security.php:23 -msgid "Please upload a profile photo." -msgstr "Vennligst last opp et profilbilde." - -#: ../../include/security.php:26 -msgid "Welcome back " -msgstr "Velkommen tilbake" - -#: ../../include/security.php:366 -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 "Skjemaets sikkerhetsnøkkel var ikke riktig. Dette skjedde antakelig fordi skjemaet har stått åpent for lenge (>3 timer) før innsending." - -#: ../../mod/profiles.php:18 ../../mod/profiles.php:133 -#: ../../mod/profiles.php:160 ../../mod/profiles.php:583 -#: ../../mod/dfrn_confirm.php:62 -msgid "Profile not found." -msgstr "Fant ikke profilen." - -#: ../../mod/profiles.php:37 -msgid "Profile deleted." -msgstr "Profil slettet." - -#: ../../mod/profiles.php:55 ../../mod/profiles.php:89 -msgid "Profile-" -msgstr "Profil-" - -#: ../../mod/profiles.php:74 ../../mod/profiles.php:117 -msgid "New profile created." -msgstr "Ny profil opprettet." - -#: ../../mod/profiles.php:95 -msgid "Profile unavailable to clone." -msgstr "Profilen er utilgjengelig for kloning." - -#: ../../mod/profiles.php:170 -msgid "Profile Name is required." -msgstr "Profilnavn er påkrevet." - -#: ../../mod/profiles.php:317 -msgid "Marital Status" -msgstr "Ekteskapelig status" - -#: ../../mod/profiles.php:321 -msgid "Romantic Partner" -msgstr "Romantisk partner" - -#: ../../mod/profiles.php:325 -msgid "Likes" -msgstr "Liker" - -#: ../../mod/profiles.php:329 -msgid "Dislikes" -msgstr "Liker ikke" - -#: ../../mod/profiles.php:333 -msgid "Work/Employment" -msgstr "Arbeid/ansatt hos" - -#: ../../mod/profiles.php:336 -msgid "Religion" -msgstr "Religion" - -#: ../../mod/profiles.php:340 -msgid "Political Views" -msgstr "Politisk ståsted" - -#: ../../mod/profiles.php:344 -msgid "Gender" -msgstr "Kjønn" - -#: ../../mod/profiles.php:348 -msgid "Sexual Preference" -msgstr "Seksuell orientering" - -#: ../../mod/profiles.php:352 -msgid "Homepage" -msgstr "Hjemmeside" - -#: ../../mod/profiles.php:356 -msgid "Interests" -msgstr "Interesser" - -#: ../../mod/profiles.php:360 -msgid "Address" -msgstr "Adresse" - -#: ../../mod/profiles.php:367 -msgid "Location" -msgstr "Plassering" - -#: ../../mod/profiles.php:450 -msgid "Profile updated." -msgstr "Profil oppdatert." - -#: ../../mod/profiles.php:521 -msgid " and " -msgstr "og" - -#: ../../mod/profiles.php:529 -msgid "public profile" -msgstr "offentlig profil" - -#: ../../mod/profiles.php:532 -#, php-format -msgid "%1$s changed %2$s to “%3$s”" -msgstr "%1$s endret %2$s til “%3$s”" - -#: ../../mod/profiles.php:533 -#, php-format -msgid " - Visit %1$s's %2$s" -msgstr "- Besøk %1$s sin %2$s" - -#: ../../mod/profiles.php:536 -#, php-format -msgid "%1$s has an updated %2$s, changing %3$s." -msgstr "%1$s har oppdatert %2$s, endret %3$s." - -#: ../../mod/profiles.php:609 -msgid "Hide your contact/friend list from viewers of this profile?" -msgstr "Skjul kontakten/vennen din fra folk som kan se denne profilen?" - -#: ../../mod/profiles.php:611 ../../mod/api.php:106 ../../mod/register.php:240 -#: ../../mod/settings.php:961 ../../mod/settings.php:967 -#: ../../mod/settings.php:975 ../../mod/settings.php:979 -#: ../../mod/settings.php:984 ../../mod/settings.php:990 -#: ../../mod/settings.php:996 ../../mod/settings.php:1002 -#: ../../mod/settings.php:1032 ../../mod/settings.php:1033 -#: ../../mod/settings.php:1034 ../../mod/settings.php:1035 -#: ../../mod/settings.php:1036 ../../mod/dfrn_request.php:837 -msgid "No" -msgstr "Nei" - -#: ../../mod/profiles.php:629 -msgid "Edit Profile Details" -msgstr "Endre profildetaljer" - -#: ../../mod/profiles.php:630 ../../mod/admin.php:491 ../../mod/admin.php:763 -#: ../../mod/admin.php:902 ../../mod/admin.php:1102 ../../mod/admin.php:1189 -#: ../../mod/contacts.php:386 ../../mod/settings.php:584 -#: ../../mod/settings.php:694 ../../mod/settings.php:763 -#: ../../mod/settings.php:837 ../../mod/settings.php:1064 -#: ../../mod/crepair.php:166 ../../mod/poke.php:199 ../../mod/events.php:478 -#: ../../mod/fsuggest.php:107 ../../mod/group.php:87 ../../mod/invite.php:140 -#: ../../mod/localtime.php:45 ../../mod/manage.php:110 -#: ../../mod/message.php:335 ../../mod/message.php:564 ../../mod/mood.php:137 -#: ../../mod/photos.php:1078 ../../mod/photos.php:1199 -#: ../../mod/photos.php:1501 ../../mod/photos.php:1552 -#: ../../mod/photos.php:1596 ../../mod/photos.php:1679 -#: ../../mod/install.php:248 ../../mod/install.php:286 -#: ../../mod/content.php:733 ../../object/Item.php:653 -#: ../../view/theme/cleanzero/config.php:80 -#: ../../view/theme/diabook/config.php:152 -#: ../../view/theme/diabook/theme.php:642 ../../view/theme/dispy/config.php:70 -#: ../../view/theme/quattro/config.php:64 -msgid "Submit" -msgstr "Lagre" - -#: ../../mod/profiles.php:631 -msgid "Change Profile Photo" -msgstr "Endre profilbilde" - -#: ../../mod/profiles.php:632 -msgid "View this profile" -msgstr "Vis denne profilen" - -#: ../../mod/profiles.php:633 -msgid "Create a new profile using these settings" -msgstr "Opprett en ny profil med disse innstillingene" - -#: ../../mod/profiles.php:634 -msgid "Clone this profile" -msgstr "Klon denne profilen" - -#: ../../mod/profiles.php:635 -msgid "Delete this profile" -msgstr "Slette denne profilen" - -#: ../../mod/profiles.php:636 -msgid "Profile Name:" -msgstr "Profilnavn:" - -#: ../../mod/profiles.php:637 -msgid "Your Full Name:" -msgstr "Ditt fulle navn:" - -#: ../../mod/profiles.php:638 -msgid "Title/Description:" -msgstr "Tittel/Beskrivelse:" - -#: ../../mod/profiles.php:639 -msgid "Your Gender:" -msgstr "Ditt kjønn:" - -#: ../../mod/profiles.php:640 -#, php-format -msgid "Birthday (%s):" -msgstr "Fødselsdag (%s):" - -#: ../../mod/profiles.php:641 -msgid "Street Address:" -msgstr "Gateadresse:" - -#: ../../mod/profiles.php:642 -msgid "Locality/City:" -msgstr "Plassering/by:" - -#: ../../mod/profiles.php:643 -msgid "Postal/Zip Code:" -msgstr "Postnummer:" - -#: ../../mod/profiles.php:644 -msgid "Country:" -msgstr "Land:" - -#: ../../mod/profiles.php:645 -msgid "Region/State:" -msgstr "Region/fylke:" - -#: ../../mod/profiles.php:646 -msgid " Marital Status:" -msgstr " Sivilstand:" - -#: ../../mod/profiles.php:647 -msgid "Who: (if applicable)" -msgstr "Hvem: (hvis gjeldende)" - -#: ../../mod/profiles.php:648 -msgid "Examples: cathy123, Cathy Williams, cathy@example.com" -msgstr "Eksempler: kari123, Kari Nordmann, kari@example.com" - -#: ../../mod/profiles.php:649 -msgid "Since [date]:" -msgstr "Fra [dato]:" - -#: ../../mod/profiles.php:651 -msgid "Homepage URL:" -msgstr "Hjemmeside URL:" - -#: ../../mod/profiles.php:654 -msgid "Religious Views:" -msgstr "Religiøst ståsted:" - -#: ../../mod/profiles.php:655 -msgid "Public Keywords:" -msgstr "Offentlige nøkkelord:" - -#: ../../mod/profiles.php:656 -msgid "Private Keywords:" -msgstr "Private nøkkelord:" - -#: ../../mod/profiles.php:659 -msgid "Example: fishing photography software" -msgstr "Eksempel: fisking fotografering programvare" - -#: ../../mod/profiles.php:660 -msgid "(Used for suggesting potential friends, can be seen by others)" -msgstr "(Brukes for å foreslå mulige venner, kan ses av andre)" - -#: ../../mod/profiles.php:661 -msgid "(Used for searching profiles, never shown to others)" -msgstr "(Brukes for å søke i profiler, vises aldri til andre)" - -#: ../../mod/profiles.php:662 -msgid "Tell us about yourself..." -msgstr "Fortell oss om deg selv..." - -#: ../../mod/profiles.php:663 -msgid "Hobbies/Interests" -msgstr "Hobbier/interesser" - -#: ../../mod/profiles.php:664 -msgid "Contact information and Social Networks" -msgstr "Kontaktinformasjon og sosiale nettverk" - -#: ../../mod/profiles.php:665 -msgid "Musical interests" -msgstr "Musikksmak" - -#: ../../mod/profiles.php:666 -msgid "Books, literature" -msgstr "Bøker, litteratur" - -#: ../../mod/profiles.php:667 -msgid "Television" -msgstr "TV" - -#: ../../mod/profiles.php:668 -msgid "Film/dance/culture/entertainment" -msgstr "Film/dans/kultur/underholdning" - -#: ../../mod/profiles.php:669 -msgid "Love/romance" -msgstr "Kjærlighet/romanse" - -#: ../../mod/profiles.php:670 -msgid "Work/employment" -msgstr "Arbeid/ansatt hos" - -#: ../../mod/profiles.php:671 -msgid "School/education" -msgstr "Skole/utdanning" - -#: ../../mod/profiles.php:676 -msgid "" -"This is your public profile.
It may " -"be visible to anybody using the internet." -msgstr "Dette er din offentlige profil.
Den kan ses av alle på Internet." - -#: ../../mod/profiles.php:686 ../../mod/directory.php:111 -msgid "Age: " -msgstr "Alder:" - -#: ../../mod/profiles.php:725 -msgid "Edit/Manage Profiles" -msgstr "Rediger/Behandle profiler" - -#: ../../mod/profiles.php:726 ../../boot.php:1445 ../../boot.php:1471 -msgid "Change profile photo" -msgstr "Endre profilbilde" - -#: ../../mod/profiles.php:727 ../../boot.php:1446 -msgid "Create New Profile" -msgstr "Lag ny profil" - -#: ../../mod/profiles.php:738 ../../boot.php:1456 -msgid "Profile Image" -msgstr "Profilbilde" - -#: ../../mod/profiles.php:740 ../../boot.php:1459 -msgid "visible to everybody" -msgstr "synlig for alle" - -#: ../../mod/profiles.php:741 ../../boot.php:1460 -msgid "Edit visibility" -msgstr "Endre synlighet" - -#: ../../mod/profperm.php:19 ../../mod/group.php:72 ../../index.php:345 -msgid "Permission denied" -msgstr "Tilgang nektet" - -#: ../../mod/profperm.php:25 ../../mod/profperm.php:55 -msgid "Invalid profile identifier." -msgstr "Ugyldig profilidentifikator." - -#: ../../mod/profperm.php:101 -msgid "Profile Visibility Editor" -msgstr "Behandle profilsynlighet" - -#: ../../mod/profperm.php:105 ../../mod/group.php:224 -msgid "Click on a contact to add or remove." -msgstr "Klikk på en kontakt for å legge til eller fjerne." - -#: ../../mod/profperm.php:114 -msgid "Visible To" -msgstr "Synlig for" - -#: ../../mod/profperm.php:130 -msgid "All Contacts (with secure profile access)" -msgstr "Alle kontakter (med sikret profiltilgang)" - -#: ../../mod/notes.php:44 ../../boot.php:1978 -msgid "Personal Notes" -msgstr "Personlige notater" - -#: ../../mod/display.php:19 ../../mod/search.php:89 -#: ../../mod/dfrn_request.php:761 ../../mod/directory.php:31 -#: ../../mod/videos.php:115 ../../mod/viewcontacts.php:17 -#: ../../mod/photos.php:914 ../../mod/community.php:18 +#: ../../mod/mood.php:133 +msgid "Mood" +msgstr "Stemning" + +#: ../../mod/mood.php:134 +msgid "Set your current mood and tell your friends" +msgstr "Angi din stemning og fortell dine venner" + +#: ../../mod/display.php:19 ../../mod/_search.php:89 +#: ../../mod/directory.php:31 ../../mod/search.php:89 +#: ../../mod/dfrn_request.php:761 ../../mod/community.php:18 +#: ../../mod/viewcontacts.php:17 ../../mod/photos.php:914 +#: ../../mod/videos.php:115 msgid "Public access denied." msgstr "Offentlig tilgang ikke tillatt." +#: ../../mod/display.php:51 ../../mod/display.php:246 ../../mod/decrypt.php:15 +#: ../../mod/admin.php:163 ../../mod/admin.php:952 ../../mod/admin.php:1152 +#: ../../mod/notice.php:15 ../../mod/viewsrc.php:15 +#: ../../include/items.php:4023 +msgid "Item not found." +msgstr "Enheten ble ikke funnet." + #: ../../mod/display.php:99 ../../mod/profile.php:155 msgid "Access to this profile has been restricted." msgstr "Tilgang til denne profilen er blitt begrenset." @@ -2653,935 +847,48 @@ msgstr "Tilgang til denne profilen er blitt begrenset." msgid "Item has been removed." msgstr "Elementet har blitt slettet." -#: ../../mod/nogroup.php:40 ../../mod/contacts.php:395 -#: ../../mod/contacts.php:585 ../../mod/viewcontacts.php:62 +#: ../../mod/decrypt.php:9 ../../mod/viewsrc.php:7 +msgid "Access denied." +msgstr "Tilgang avslått." + +#: ../../mod/friendica.php:58 +msgid "This is Friendica, version" +msgstr "Dette er Friendica, versjon" + +#: ../../mod/friendica.php:59 +msgid "running at web location" +msgstr "kjører på web-plassering" + +#: ../../mod/friendica.php:61 +msgid "" +"Please visit Friendica.com to learn " +"more about the Friendica project." +msgstr "Vennligst besøk Friendica.com for å lære mer om Friendica-prosjektet." + +#: ../../mod/friendica.php:63 +msgid "Bug reports and issues: please visit" +msgstr "Feilrapporter og problemer: vennligst besøk" + +#: ../../mod/friendica.php:64 +msgid "" +"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - " +"dot com" +msgstr "Forslag, ros, donasjoner, og så videre - vennligst send e-post til \"Info\" alfakrøll Friendica punktum com" + +#: ../../mod/friendica.php:78 +msgid "Installed plugins/addons/apps:" +msgstr "Installerte plugins/tillegg/apper:" + +#: ../../mod/friendica.php:91 +msgid "No installed plugins/addons/apps" +msgstr "Ingen installerte plugins/tillegg/apper" + +#: ../../mod/dfrn_poll.php:103 ../../mod/dfrn_poll.php:536 #, php-format -msgid "Visit %s's profile [%s]" -msgstr "Besøk %ss profil [%s]" +msgid "%1$s welcomes %2$s" +msgstr "%1$s hilser %2$s" -#: ../../mod/nogroup.php:41 ../../mod/contacts.php:586 -msgid "Edit contact" -msgstr "Endre kontakt" - -#: ../../mod/nogroup.php:59 -msgid "Contacts who are not members of a group" -msgstr "Kontakter som ikke er medlemmer av en gruppe" - -#: ../../mod/ping.php:238 -msgid "{0} wants to be your friend" -msgstr "{0} ønsker å bli din venn" - -#: ../../mod/ping.php:243 -msgid "{0} sent you a message" -msgstr "{0} sendte deg en melding" - -#: ../../mod/ping.php:248 -msgid "{0} requested registration" -msgstr "{0} forespurte om registrering" - -#: ../../mod/ping.php:254 -#, php-format -msgid "{0} commented %s's post" -msgstr "{0} kommenterte %s sitt innlegg" - -#: ../../mod/ping.php:259 -#, php-format -msgid "{0} liked %s's post" -msgstr "{0} likte %s sitt innlegg" - -#: ../../mod/ping.php:264 -#, php-format -msgid "{0} disliked %s's post" -msgstr "{0} likte ikke %s sitt innlegg" - -#: ../../mod/ping.php:269 -#, php-format -msgid "{0} is now friends with %s" -msgstr "{0} er nå venner med %s" - -#: ../../mod/ping.php:274 -msgid "{0} posted" -msgstr "{0} postet et innlegg" - -#: ../../mod/ping.php:279 -#, php-format -msgid "{0} tagged %s's post with #%s" -msgstr "{0} merket %s sitt innlegg med #%s" - -#: ../../mod/ping.php:285 -msgid "{0} mentioned you in a post" -msgstr "{0} nevnte deg i et innlegg" - -#: ../../mod/admin.php:55 -msgid "Theme settings updated." -msgstr "Temainnstillinger oppdatert." - -#: ../../mod/admin.php:96 ../../mod/admin.php:490 -msgid "Site" -msgstr "Nettsted" - -#: ../../mod/admin.php:97 ../../mod/admin.php:762 ../../mod/admin.php:776 -msgid "Users" -msgstr "Brukere" - -#: ../../mod/admin.php:98 ../../mod/admin.php:859 ../../mod/admin.php:901 -msgid "Plugins" -msgstr "Tillegg" - -#: ../../mod/admin.php:99 ../../mod/admin.php:1067 ../../mod/admin.php:1101 -msgid "Themes" -msgstr "Tema" - -#: ../../mod/admin.php:100 -msgid "DB updates" -msgstr "Databaseoppdateringer" - -#: ../../mod/admin.php:115 ../../mod/admin.php:122 ../../mod/admin.php:1188 -msgid "Logs" -msgstr "Logger" - -#: ../../mod/admin.php:121 -msgid "Plugin Features" -msgstr "Utvidelse - egenskaper" - -#: ../../mod/admin.php:123 -msgid "User registrations waiting for confirmation" -msgstr "Brukerregistreringer venter på bekreftelse" - -#: ../../mod/admin.php:182 ../../mod/admin.php:733 -msgid "Normal Account" -msgstr "Vanlig konto" - -#: ../../mod/admin.php:183 ../../mod/admin.php:734 -msgid "Soapbox Account" -msgstr "Talerstol-konto" - -#: ../../mod/admin.php:184 ../../mod/admin.php:735 -msgid "Community/Celebrity Account" -msgstr "Gruppe-/kjendiskonto" - -#: ../../mod/admin.php:185 ../../mod/admin.php:736 -msgid "Automatic Friend Account" -msgstr "Automatisk vennekonto" - -#: ../../mod/admin.php:186 -msgid "Blog Account" -msgstr "Bloggkonto" - -#: ../../mod/admin.php:187 -msgid "Private Forum" -msgstr "Privat forum" - -#: ../../mod/admin.php:206 -msgid "Message queues" -msgstr "Meldingskøer" - -#: ../../mod/admin.php:211 ../../mod/admin.php:489 ../../mod/admin.php:761 -#: ../../mod/admin.php:858 ../../mod/admin.php:900 ../../mod/admin.php:1066 -#: ../../mod/admin.php:1100 ../../mod/admin.php:1187 -msgid "Administration" -msgstr "Administrasjon" - -#: ../../mod/admin.php:212 -msgid "Summary" -msgstr "Oppsummering" - -#: ../../mod/admin.php:214 -msgid "Registered users" -msgstr "Registrerte brukere" - -#: ../../mod/admin.php:216 -msgid "Pending registrations" -msgstr "Ventende registreringer" - -#: ../../mod/admin.php:217 -msgid "Version" -msgstr "Versjon" - -#: ../../mod/admin.php:219 -msgid "Active plugins" -msgstr "Aktive tillegg" - -#: ../../mod/admin.php:405 -msgid "Site settings updated." -msgstr "Nettstedets innstillinger er oppdatert." - -#: ../../mod/admin.php:434 ../../mod/settings.php:793 -msgid "No special theme for mobile devices" -msgstr "Ikke eget tema for mobile enheter" - -#: ../../mod/admin.php:451 ../../mod/contacts.php:330 -msgid "Never" -msgstr "Aldri" - -#: ../../mod/admin.php:460 -msgid "Multi user instance" -msgstr "Flerbrukerinstans" - -#: ../../mod/admin.php:476 -msgid "Closed" -msgstr "Stengt" - -#: ../../mod/admin.php:477 -msgid "Requires approval" -msgstr "Krever godkjenning" - -#: ../../mod/admin.php:478 -msgid "Open" -msgstr "Åpen" - -#: ../../mod/admin.php:482 -msgid "No SSL policy, links will track page SSL state" -msgstr "Ingen SSL-retningslinjer, lenker vil spore sidens SSL-tilstand" - -#: ../../mod/admin.php:483 -msgid "Force all links to use SSL" -msgstr "Tving alle lenker til å bruke SSL" - -#: ../../mod/admin.php:484 -msgid "Self-signed certificate, use SSL for local links only (discouraged)" -msgstr "Selvsignert sertifikat, bruk SSL bare til lokale lenker (ikke anbefalt)" - -#: ../../mod/admin.php:492 ../../mod/register.php:261 -msgid "Registration" -msgstr "Registrering" - -#: ../../mod/admin.php:493 -msgid "File upload" -msgstr "Last opp fil" - -#: ../../mod/admin.php:494 -msgid "Policies" -msgstr "Retningslinjer" - -#: ../../mod/admin.php:495 -msgid "Advanced" -msgstr "Avansert" - -#: ../../mod/admin.php:496 -msgid "Performance" -msgstr "Ytelse" - -#: ../../mod/admin.php:500 -msgid "Site name" -msgstr "Nettstedets navn" - -#: ../../mod/admin.php:501 -msgid "Banner/Logo" -msgstr "Banner/logo" - -#: ../../mod/admin.php:502 -msgid "System language" -msgstr "Systemspråk" - -#: ../../mod/admin.php:503 -msgid "System theme" -msgstr "Systemtema" - -#: ../../mod/admin.php:503 -msgid "" -"Default system theme - may be over-ridden by user profiles - change theme settings" -msgstr "Standard tema for systemet - kan overstyres av brukerprofiler - endre temainnstillinger" - -#: ../../mod/admin.php:504 -msgid "Mobile system theme" -msgstr "Mobilt tema til systemet" - -#: ../../mod/admin.php:504 -msgid "Theme for mobile devices" -msgstr "Tema for mobile enheter" - -#: ../../mod/admin.php:505 -msgid "SSL link policy" -msgstr "Retningslinjer for SSL og lenker" - -#: ../../mod/admin.php:505 -msgid "Determines whether generated links should be forced to use SSL" -msgstr "Avgjør om genererte lenker skal tvinges til å bruke SSL" - -#: ../../mod/admin.php:506 -msgid "'Share' element" -msgstr "'Dele' element" - -#: ../../mod/admin.php:506 -msgid "Activates the bbcode element 'share' for repeating items." -msgstr "Aktiverer BBCode-elementet 'dele' for å gjenta elementer." - -#: ../../mod/admin.php:507 -msgid "Hide help entry from navigation menu" -msgstr "Skjul punktet om hjelp fra navigasjonsmenyen" - -#: ../../mod/admin.php:507 -msgid "" -"Hides the menu entry for the Help pages from the navigation menu. You can " -"still access it calling /help directly." -msgstr "Skjuler menypunktet for Hjelp-sidene fra navigasjonsmenyen. Du kan fremdeles få tilgang ved å bruke /help direkte." - -#: ../../mod/admin.php:508 -msgid "Single user instance" -msgstr "Enkeltbrukerinstans" - -#: ../../mod/admin.php:508 -msgid "Make this instance multi-user or single-user for the named user" -msgstr "Gjør denne instansen til flerbruker eller enkeltbruker for den navngitte brukeren" - -#: ../../mod/admin.php:509 -msgid "Maximum image size" -msgstr "Maksimum bildestørrelse" - -#: ../../mod/admin.php:509 -msgid "" -"Maximum size in bytes of uploaded images. Default is 0, which means no " -"limits." -msgstr "Maksimal størrelse i bytes for opplastede bilder. Standard er 0, som betyr ingen størrelsesgrense." - -#: ../../mod/admin.php:510 -msgid "Maximum image length" -msgstr "Maksimal bildelenge" - -#: ../../mod/admin.php:510 -msgid "" -"Maximum length in pixels of the longest side of uploaded images. Default is " -"-1, which means no limits." -msgstr "Maksimal lengde i pixler for den lengste siden til opplastede bilder. Standard er -1, some betyr ingen grense." - -#: ../../mod/admin.php:511 -msgid "JPEG image quality" -msgstr "JPEG-bildekvalitet" - -#: ../../mod/admin.php:511 -msgid "" -"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " -"100, which is full quality." -msgstr "Opplastede JPEG-er vil bli lagret med disse kvalitetsinnstillingene [0-100]. Standard er 100, som er høyeste kvalitet." - -#: ../../mod/admin.php:513 -msgid "Register policy" -msgstr "Registrer retningslinjer" - -#: ../../mod/admin.php:514 -msgid "Maximum Daily Registrations" -msgstr "Maksimalt antall daglige registreringer" - -#: ../../mod/admin.php:514 -msgid "" -"If registration is permitted above, this sets the maximum number of new user" -" registrations to accept per day. If register is set to closed, this " -"setting has no effect." -msgstr "Hvis registrering er tillat ovenfor, så vil dette angi maksimalt antall nye brukerregistreringer som aksepteres per dag. Hvis registrering er satt til stengt, så vil ikke denne innstillingen ha noen effekt." - -#: ../../mod/admin.php:515 -msgid "Register text" -msgstr "Registrer tekst" - -#: ../../mod/admin.php:515 -msgid "Will be displayed prominently on the registration page." -msgstr "Vil bli vist på en fremtredende måte på registreringssiden." - -#: ../../mod/admin.php:516 -msgid "Accounts abandoned after x days" -msgstr "Kontoer forlatt etter x dager" - -#: ../../mod/admin.php:516 -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 om forlatte kontoer. Skriv 0 for ingen tidsgrense." - -#: ../../mod/admin.php:517 -msgid "Allowed friend domains" -msgstr "Tillate vennedomener" - -#: ../../mod/admin.php:517 -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 med domener som har lov til å etablere vennskap med dette nettstedet.\nJokertegn aksepteres. Tom for å tillate alle domener." - -#: ../../mod/admin.php:518 -msgid "Allowed email domains" -msgstr "Tillate e-postdomener" - -#: ../../mod/admin.php:518 -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 tillatt. Tom for å tillate alle domener." - -#: ../../mod/admin.php:519 -msgid "Block public" -msgstr "Utesteng publikum" - -#: ../../mod/admin.php:519 -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 offentlig tilgang til sider som ellers ville vært offentlige personlige sider med mindre du er logget inn." - -#: ../../mod/admin.php:520 -msgid "Force publish" -msgstr "Tving publisering" - -#: ../../mod/admin.php:520 -msgid "" -"Check to force all profiles on this site to be listed in the site directory." -msgstr "Sett hake for å tvinge alle profiler på dette nettstedet til å vises i nettstedskatalogen." - -#: ../../mod/admin.php:521 -msgid "Global directory update URL" -msgstr "URL for oppdatering av Global-katalog" - -#: ../../mod/admin.php:521 -msgid "" -"URL to update the global directory. If this is not set, the global directory" -" is completely unavailable to the application." -msgstr "URL for å oppdatere den globale katalogen. Hvis denne ikke er angitt, så vil den globale katalogen være helt utilgjengelige for programmet." - -#: ../../mod/admin.php:522 -msgid "Allow threaded items" -msgstr "Tillat en tråd av elementer " - -#: ../../mod/admin.php:522 -msgid "Allow infinite level threading for items on this site." -msgstr "Tillat ubegrenset antall nivåer i en tråd for elementer på dette nettstedet." - -#: ../../mod/admin.php:523 -msgid "Private posts by default for new users" -msgstr "Private meldinger som standard for nye brukere" - -#: ../../mod/admin.php:523 -msgid "" -"Set default post permissions for all new members to the default privacy " -"group rather than public." -msgstr "Sett standard postetillatelser for alle nye medlemmer til standard personverngruppe i stedet for offentlig." - -#: ../../mod/admin.php:524 -msgid "Don't include post content in email notifications" -msgstr "Ikke inkluder innholdet i en melding i epostvarsler" - -#: ../../mod/admin.php:524 -msgid "" -"Don't include the content of a post/comment/private message/etc. in the " -"email notifications that are sent out from this site, as a privacy measure." -msgstr "Ikke inkluder innholdet i en melding/kommentar/privat melding/osv. i epostvarsler som sendes ut fra dette nettstedet, som et personverntiltak." - -#: ../../mod/admin.php:525 -msgid "Disallow public access to addons listed in the apps menu." -msgstr "Ikke tillat offentlig tilgang til tillegg som listes opp i app-menyen." - -#: ../../mod/admin.php:525 -msgid "" -"Checking this box will restrict addons listed in the apps menu to members " -"only." -msgstr "Kryss i denne boksen vil begrense tillegg opplistet i app-menyen til bare medlemmer." - -#: ../../mod/admin.php:526 -msgid "Don't embed private images in posts" -msgstr "Ikke innebygg private bilder i innlegg" - -#: ../../mod/admin.php:526 -msgid "" -"Don't replace locally-hosted private photos in posts with an embedded copy " -"of the image. This means that contacts who receive posts containing private " -"photos will have to authenticate and load each image, which may take a " -"while." -msgstr "Ikke bytt ut lokalt lagrede private bilder i innlegg med innebygd kopi av bildet. Dette betyr at kontakter som mottar innlegg med private bilder må autentisere og laste hvert bilde, noe som kan ta en stund." - -#: ../../mod/admin.php:528 -msgid "Block multiple registrations" -msgstr "Blokker flere registreringer" - -#: ../../mod/admin.php:528 -msgid "Disallow users to register additional accounts for use as pages." -msgstr "Ikke tillat brukere å registrere ytterligere kontoer til bruk som sider." - -#: ../../mod/admin.php:529 -msgid "OpenID support" -msgstr "OpenID-støtte" - -#: ../../mod/admin.php:529 -msgid "OpenID support for registration and logins." -msgstr "OpenID-støtte for registrering og innlogging." - -#: ../../mod/admin.php:530 -msgid "Fullname check" -msgstr "Sjekk fullt navn" - -#: ../../mod/admin.php:530 -msgid "" -"Force users to register with a space between firstname and lastname in Full " -"name, as an antispam measure" -msgstr "Tving brukere til å registrere med et mellomrom mellom fornavn og etternavn i Fullt navn, som et tiltak mot søppelpost (antispam)." - -#: ../../mod/admin.php:531 -msgid "UTF-8 Regular expressions" -msgstr "UTF-8 regulære uttrykk" - -#: ../../mod/admin.php:531 -msgid "Use PHP UTF8 regular expressions" -msgstr "Bruk PHP UTF8 regulære uttrykk" - -#: ../../mod/admin.php:532 -msgid "Show Community Page" -msgstr "Vis Felleskap-side" - -#: ../../mod/admin.php:532 -msgid "" -"Display a Community page showing all recent public postings on this site." -msgstr "Vis en Fellesskapsside som viser de siste offentlige meldinger på dette nettstedet." - -#: ../../mod/admin.php:533 -msgid "Enable OStatus support" -msgstr "Aktiver Ostatus-støtte" - -#: ../../mod/admin.php:533 -msgid "" -"Provide built-in OStatus (identi.ca, status.net, etc.) compatibility. All " -"communications in OStatus are public, so privacy warnings will be " -"occasionally displayed." -msgstr "Tilby innebygget OStatus-kompatibilitet (identi.ca, status.net, etc.). All kommunikasjon via OStatus er offentlig, så personvernadvarsler vil bli vist av og til." - -#: ../../mod/admin.php:534 -msgid "OStatus conversation completion interval" -msgstr "OStatus intervall for samtalefullførelse" - -#: ../../mod/admin.php:534 -msgid "" -"How often shall the poller check for new entries in OStatus conversations? " -"This can be a very ressource task." -msgstr "Hvor ofte skal spørrefunksjonen sjekke etter nye oppføringer i OStatus-samtaler? Dette kan være en svært ressurskrevende oppgave." - -#: ../../mod/admin.php:535 -msgid "Enable Diaspora support" -msgstr "Aktiver Diaspora-støtte" - -#: ../../mod/admin.php:535 -msgid "Provide built-in Diaspora network compatibility." -msgstr "Tilby innebygget kompatibilitet med Diaspora-nettverket." - -#: ../../mod/admin.php:536 -msgid "Only allow Friendica contacts" -msgstr "Bare tillat Friendica-kontakter" - -#: ../../mod/admin.php:536 -msgid "" -"All contacts must use Friendica protocols. All other built-in communication " -"protocols disabled." -msgstr "Alle kontakter må bruke Friendica-protokoller. Alle andre innebyggede kommunikasjonsprotokoller blir deaktivert." - -#: ../../mod/admin.php:537 -msgid "Verify SSL" -msgstr "Bekreft SSL" - -#: ../../mod/admin.php:537 -msgid "" -"If you wish, you can turn on strict certificate checking. This will mean you" -" cannot connect (at all) to self-signed SSL sites." -msgstr "Hvis du vil, så kan du skru på streng sertifikatkontroll. Dette betyr at du ikke kan opprette forbindelse (i det hele tatt) med nettsteder som bruker selvsignerte SSL-sertifikater." - -#: ../../mod/admin.php:538 -msgid "Proxy user" -msgstr "Brukernavn til mellomtjener" - -#: ../../mod/admin.php:539 -msgid "Proxy URL" -msgstr "Mellomtjener URL" - -#: ../../mod/admin.php:540 -msgid "Network timeout" -msgstr "Tidsavbrudd for nettverk" - -#: ../../mod/admin.php:540 -msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." -msgstr "Verdien er i sekunder. Sett til 0 for ubegrenset (ikke anbefalt)." - -#: ../../mod/admin.php:541 -msgid "Delivery interval" -msgstr "Leveringsintervall" - -#: ../../mod/admin.php:541 -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 bakgrunnsprosesser for levering med så mange sekunder for å redusere belastningen på systemet. Anbefalinger: 4-5 for delt tjener, 2-3 for virtuelle private tjenere. 0-1 for store, dedikerte tjenere." - -#: ../../mod/admin.php:542 -msgid "Poll interval" -msgstr "Spørreintervall" - -#: ../../mod/admin.php:542 -msgid "" -"Delay background polling processes by this many seconds to reduce system " -"load. If 0, use delivery interval." -msgstr "Reduser spørreprosesser i bakgrunnen med så mange sekunder for å redusere belastningen på systemet. Hvis 0, bruk leveringsintervall." - -#: ../../mod/admin.php:543 -msgid "Maximum Load Average" -msgstr "Maksimal snittlast" - -#: ../../mod/admin.php:543 -msgid "" -"Maximum system load before delivery and poll processes are deferred - " -"default 50." -msgstr "Maksimal systemlast før leverings- og spørreprosesser utsettes - standard er 50." - -#: ../../mod/admin.php:545 -msgid "Use MySQL full text engine" -msgstr "Bruk MySQL fulltekstmotor" - -#: ../../mod/admin.php:545 -msgid "" -"Activates the full text engine. Speeds up search - but can only search for " -"four and more characters." -msgstr "Aktiverer fulltekstmotoren. Øker hastigheten til søk, men kan bare søke etter minimum fire eller flere tegn." - -#: ../../mod/admin.php:546 -msgid "Path to item cache" -msgstr "Sti til mellomlager for elementer" - -#: ../../mod/admin.php:547 -msgid "Cache duration in seconds" -msgstr "Mellomlagringens varighet i sekunder" - -#: ../../mod/admin.php:547 -msgid "" -"How long should the cache files be hold? Default value is 86400 seconds (One" -" day)." -msgstr "Hvor lenge skal filene i mellomlagret beholdes? Standardveri er 86400 sekunder (Et døgn)." - -#: ../../mod/admin.php:548 -msgid "Path for lock file" -msgstr "Sti til fillås" - -#: ../../mod/admin.php:549 -msgid "Temp path" -msgstr "Temp-sti" - -#: ../../mod/admin.php:550 -msgid "Base path to installation" -msgstr "Sti til installasjonsbasen" - -#: ../../mod/admin.php:567 -msgid "Update has been marked successful" -msgstr "Oppdatering har blitt markert som vellykket" - -#: ../../mod/admin.php:577 -#, php-format -msgid "Executing %s failed. Check system logs." -msgstr "Utføring av %s mislyktes. Sjekk systemlogger." - -#: ../../mod/admin.php:580 -#, php-format -msgid "Update %s was successfully applied." -msgstr "Oppdatering %s ble iverksatt på en vellykket måte." - -#: ../../mod/admin.php:584 -#, php-format -msgid "Update %s did not return a status. Unknown if it succeeded." -msgstr "Oppdatering %s returnerte ikke en status. Ukjent om oppdateringen er vellykket." - -#: ../../mod/admin.php:587 -#, php-format -msgid "Update function %s could not be found." -msgstr "Oppdateringsfunksjon %s ble ikke funnet." - -#: ../../mod/admin.php:602 -msgid "No failed updates." -msgstr "Ingen mislykkede oppdateringer." - -#: ../../mod/admin.php:606 -msgid "Failed Updates" -msgstr "Mislykkede oppdateringer" - -#: ../../mod/admin.php:607 -msgid "" -"This does not include updates prior to 1139, which did not return a status." -msgstr "Dette inkluderer ikke oppdateringer som kom før 1139, som ikke returnerer en status." - -#: ../../mod/admin.php:608 -msgid "Mark success (if update was manually applied)" -msgstr "Marker vellykket (hvis oppdatering ble iverksatt manuelt)" - -#: ../../mod/admin.php:609 -msgid "Attempt to execute this update step automatically" -msgstr "Forsøk å utføre dette oppdateringspunktet automatisk" - -#: ../../mod/admin.php:634 -#, php-format -msgid "%s user blocked/unblocked" -msgid_plural "%s users blocked/unblocked" -msgstr[0] "%s bruker blokkert/ikke blokkert" -msgstr[1] "%s brukere blokkert/ikke blokkert" - -#: ../../mod/admin.php:641 -#, php-format -msgid "%s user deleted" -msgid_plural "%s users deleted" -msgstr[0] "%s bruker slettet" -msgstr[1] "%s brukere slettet" - -#: ../../mod/admin.php:680 -#, php-format -msgid "User '%s' deleted" -msgstr "Brukeren '%s' er slettet" - -#: ../../mod/admin.php:688 -#, php-format -msgid "User '%s' unblocked" -msgstr "Brukeren '%s' er ikke blokkert" - -#: ../../mod/admin.php:688 -#, php-format -msgid "User '%s' blocked" -msgstr "Brukeren '%s' er blokkert" - -#: ../../mod/admin.php:764 -msgid "select all" -msgstr "velg alle" - -#: ../../mod/admin.php:765 -msgid "User registrations waiting for confirm" -msgstr "Brukerregistreringer venter på bekreftelse" - -#: ../../mod/admin.php:766 -msgid "Request date" -msgstr "Forespørselsdato" - -#: ../../mod/admin.php:766 ../../mod/admin.php:777 ../../mod/settings.php:586 -#: ../../mod/settings.php:612 ../../mod/crepair.php:148 -msgid "Name" -msgstr "Navn" - -#: ../../mod/admin.php:767 -msgid "No registrations." -msgstr "Ingen registreringer." - -#: ../../mod/admin.php:768 ../../mod/notifications.php:161 -#: ../../mod/notifications.php:208 -msgid "Approve" -msgstr "Godkjenn" - -#: ../../mod/admin.php:769 -msgid "Deny" -msgstr "Nekt" - -#: ../../mod/admin.php:771 ../../mod/contacts.php:353 -#: ../../mod/contacts.php:412 -msgid "Block" -msgstr "Blokker" - -#: ../../mod/admin.php:772 ../../mod/contacts.php:353 -#: ../../mod/contacts.php:412 -msgid "Unblock" -msgstr "Ikke blokker" - -#: ../../mod/admin.php:773 -msgid "Site admin" -msgstr "Nettstedets administrator" - -#: ../../mod/admin.php:774 -msgid "Account expired" -msgstr "Konto utgått" - -#: ../../mod/admin.php:777 -msgid "Register date" -msgstr "Registreringsdato" - -#: ../../mod/admin.php:777 -msgid "Last login" -msgstr "Siste innlogging" - -#: ../../mod/admin.php:777 -msgid "Last item" -msgstr "Siste element" - -#: ../../mod/admin.php:777 -msgid "Account" -msgstr "Konto" - -#: ../../mod/admin.php:779 -msgid "" -"Selected users will be deleted!\\n\\nEverything these users had posted on " -"this site will be permanently deleted!\\n\\nAre you sure?" -msgstr "Valgte brukere vil bli slettet!\\n\\nAlt disse brukerne har lagt inn på dette nettstedet vil bli slettet for alltid!\\n\\nEr du sikker på at du vil slette disse brukerne?" - -#: ../../mod/admin.php:780 -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 "Brukeren {0} vil bli slettet!\\n\\nAlt denne brukeren har lagt inn på dette nettstedet vil bli slettet for alltid!\\n\\nEr du sikker på at du vil slette denne brukeren?" - -#: ../../mod/admin.php:821 -#, php-format -msgid "Plugin %s disabled." -msgstr "Tillegget %s er avskrudd." - -#: ../../mod/admin.php:825 -#, php-format -msgid "Plugin %s enabled." -msgstr "Tillegget %s er aktivert." - -#: ../../mod/admin.php:835 ../../mod/admin.php:1038 -msgid "Disable" -msgstr "Skru av" - -#: ../../mod/admin.php:837 ../../mod/admin.php:1040 -msgid "Enable" -msgstr "Aktiver" - -#: ../../mod/admin.php:860 ../../mod/admin.php:1068 -msgid "Toggle" -msgstr "Veksle" - -#: ../../mod/admin.php:868 ../../mod/admin.php:1078 -msgid "Author: " -msgstr "Forfatter:" - -#: ../../mod/admin.php:869 ../../mod/admin.php:1079 -msgid "Maintainer: " -msgstr "Vedlikeholder:" - -#: ../../mod/admin.php:998 -msgid "No themes found." -msgstr "Ingen temaer funnet." - -#: ../../mod/admin.php:1060 -msgid "Screenshot" -msgstr "Skjermbilde" - -#: ../../mod/admin.php:1106 -msgid "[Experimental]" -msgstr "[Eksperimentell]" - -#: ../../mod/admin.php:1107 -msgid "[Unsupported]" -msgstr "[Ikke støttet]" - -#: ../../mod/admin.php:1134 -msgid "Log settings updated." -msgstr "Logginnstillinger er oppdatert." - -#: ../../mod/admin.php:1190 -msgid "Clear" -msgstr "Tøm" - -#: ../../mod/admin.php:1196 -msgid "Enable Debugging" -msgstr "Aktiver feilsøking" - -#: ../../mod/admin.php:1197 -msgid "Log file" -msgstr "Loggfil" - -#: ../../mod/admin.php:1197 -msgid "" -"Must be writable by web server. Relative to your Friendica top-level " -"directory." -msgstr "Web-serveren må ha skriverettigheter. Relativt til toppnivåkatalogen til din Friendicas." - -#: ../../mod/admin.php:1198 -msgid "Log level" -msgstr "Loggnivå" - -#: ../../mod/admin.php:1247 ../../mod/contacts.php:409 -msgid "Update now" -msgstr "Oppdater nå" - -#: ../../mod/admin.php:1248 -msgid "Close" -msgstr "Lukk" - -#: ../../mod/admin.php:1254 -msgid "FTP Host" -msgstr "FTP-tjener" - -#: ../../mod/admin.php:1255 -msgid "FTP Path" -msgstr "FTP-sti" - -#: ../../mod/admin.php:1256 -msgid "FTP User" -msgstr "FTP-bruker" - -#: ../../mod/admin.php:1257 -msgid "FTP Password" -msgstr "FTP-passord" - -#: ../../mod/item.php:108 -msgid "Unable to locate original post." -msgstr "Mislyktes med å lokalisere opprinnelig melding." - -#: ../../mod/item.php:310 -msgid "Empty post discarded." -msgstr "Tom melding forkastet." - -#: ../../mod/item.php:872 -msgid "System error. Post not saved." -msgstr "Systemfeil. Meldingen ble ikke lagret." - -#: ../../mod/item.php:897 -#, php-format -msgid "" -"This message was sent to you by %s, a member of the Friendica social " -"network." -msgstr "Denne meldingen ble sendt til deg av %s, et medlem av det sosiale nettverket Friendica." - -#: ../../mod/item.php:899 -#, php-format -msgid "You may visit them online at %s" -msgstr "Du kan besøke dem online på %s" - -#: ../../mod/item.php:900 -msgid "" -"Please contact the sender by replying to this post if you do not wish to " -"receive these messages." -msgstr "Vennligst kontakt avsenderen ved å svare på denne meldingen hvis du ikke ønsker å motta disse meldingene." - -#: ../../mod/item.php:904 -#, php-format -msgid "%s posted an update." -msgstr "%s postet en oppdatering." - -#: ../../mod/allfriends.php:34 -#, php-format -msgid "Friends of %s" -msgstr "Venner av %s" - -#: ../../mod/allfriends.php:40 -msgid "No friends to display." -msgstr "Ingen venner å vise." - -#: ../../mod/search.php:21 ../../mod/network.php:224 -msgid "Remove term" -msgstr "Fjern uttrykk" - -#: ../../mod/search.php:180 ../../mod/search.php:206 -#: ../../mod/community.php:61 ../../mod/community.php:89 -msgid "No results." -msgstr "Fant ikke noe." - -#: ../../mod/api.php:76 ../../mod/api.php:102 -msgid "Authorize application connection" -msgstr "Tillat forbindelse til program" - -#: ../../mod/api.php:77 -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 -msgid "Please login to continue." -msgstr "Vennligst logg inn for å fortsette." - -#: ../../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 "Vil du tillate at dette programmet får tilgang til dine innlegg og kontakter, og/eller kan opprette nye innlegg for deg?" - -#: ../../mod/register.php:91 ../../mod/regmod.php:54 +#: ../../mod/register.php:91 ../../mod/admin.php:734 ../../mod/regmod.php:54 #, php-format msgid "Registration details for %s" msgstr "Registeringsdetaljer for %s" @@ -3599,1158 +906,116 @@ msgstr "Mislyktes med å sende e-postmelding. Her er meldingen som mislyktes." msgid "Your registration can not be processed." msgstr "Din registrering kan ikke behandles." -#: ../../mod/register.php:145 +#: ../../mod/register.php:148 #, php-format msgid "Registration request at %s" msgstr "Henvendelse om registrering ved %s" -#: ../../mod/register.php:154 +#: ../../mod/register.php:157 msgid "Your registration is pending approval by the site owner." msgstr "Din registrering venter på godkjenning fra eier av stedet." -#: ../../mod/register.php:192 ../../mod/uimport.php:50 +#: ../../mod/register.php:195 ../../mod/uimport.php:50 msgid "" "This site has exceeded the number of allowed daily account registrations. " "Please try again tomorrow." msgstr "Dette nettstedet har overskredet antallet tillate daglige kontoregistreringer. Vennligst prøv igjen imorgen." -#: ../../mod/register.php:220 +#: ../../mod/register.php:223 msgid "" "You may (optionally) fill in this form via OpenID by supplying your OpenID " "and clicking 'Register'." msgstr "Du kan (valgfritt) fylle ut dette skjemaet via OpenID ved å oppgi din OpenID og klikke \"Registrer\"." -#: ../../mod/register.php:221 +#: ../../mod/register.php:224 msgid "" "If you are not familiar with OpenID, please leave that field blank and fill " "in the rest of the items." msgstr "Hvis du ikke er kjent med OpenID, vennligst la feltet stå tomt, og fyll ut de andre feltene." -#: ../../mod/register.php:222 +#: ../../mod/register.php:225 msgid "Your OpenID (optional): " msgstr "Din OpenID (valgfritt):" -#: ../../mod/register.php:236 +#: ../../mod/register.php:239 msgid "Include your profile in member directory?" msgstr "Legg til profilen din i medlemskatalogen?" -#: ../../mod/register.php:257 +#: ../../mod/register.php:242 ../../mod/api.php:105 ../../mod/suggest.php:29 +#: ../../mod/dfrn_request.php:836 ../../mod/contacts.php:320 +#: ../../mod/settings.php:981 ../../mod/settings.php:987 +#: ../../mod/settings.php:995 ../../mod/settings.php:999 +#: ../../mod/settings.php:1004 ../../mod/settings.php:1010 +#: ../../mod/settings.php:1016 ../../mod/settings.php:1022 +#: ../../mod/settings.php:1052 ../../mod/settings.php:1053 +#: ../../mod/settings.php:1054 ../../mod/settings.php:1055 +#: ../../mod/settings.php:1056 ../../mod/profiles.php:610 +#: ../../mod/message.php:209 ../../include/items.php:4064 +msgid "Yes" +msgstr "Ja" + +#: ../../mod/register.php:243 ../../mod/api.php:106 +#: ../../mod/dfrn_request.php:837 ../../mod/settings.php:981 +#: ../../mod/settings.php:987 ../../mod/settings.php:995 +#: ../../mod/settings.php:999 ../../mod/settings.php:1004 +#: ../../mod/settings.php:1010 ../../mod/settings.php:1016 +#: ../../mod/settings.php:1022 ../../mod/settings.php:1052 +#: ../../mod/settings.php:1053 ../../mod/settings.php:1054 +#: ../../mod/settings.php:1055 ../../mod/settings.php:1056 +#: ../../mod/profiles.php:611 +msgid "No" +msgstr "Nei" + +#: ../../mod/register.php:260 msgid "Membership on this site is by invitation only." msgstr "Medlemskap ved dette nettstedet skjer bare på invitasjon." -#: ../../mod/register.php:258 +#: ../../mod/register.php:261 msgid "Your invitation ID: " msgstr "Din invitasjons-ID:" -#: ../../mod/register.php:269 +#: ../../mod/register.php:264 ../../mod/admin.php:572 +msgid "Registration" +msgstr "Registrering" + +#: ../../mod/register.php:272 msgid "Your Full Name (e.g. Joe Smith): " msgstr "Ditt fulle navn (f.eks. Ola Nordmann):" -#: ../../mod/register.php:270 +#: ../../mod/register.php:273 msgid "Your Email Address: " msgstr "Din e-postadresse:" -#: ../../mod/register.php:271 +#: ../../mod/register.php:274 msgid "" "Choose a profile nickname. This must begin with a text character. Your " "profile address on this site will then be " "'nickname@$sitename'." msgstr "Velg et kallenavn til profilen. Dette må begynne med en bokstav. Din profiladresse på dette stedet vil bli \"kallenavn@$sitename\"." -#: ../../mod/register.php:272 +#: ../../mod/register.php:275 msgid "Choose a nickname: " msgstr "Velg et kallenavn:" -#: ../../mod/regmod.php:63 -msgid "Account approved." -msgstr "Konto godkjent." +#: ../../mod/register.php:284 ../../mod/uimport.php:64 +msgid "Import" +msgstr "Importer" -#: ../../mod/regmod.php:100 -#, php-format -msgid "Registration revoked for %s" -msgstr "Registreringen til %s er trukket tilbake" +#: ../../mod/register.php:285 +msgid "Import your profile to this friendica instance" +msgstr "Importer din profil til denne Friendica-instansen." -#: ../../mod/regmod.php:112 -msgid "Please login." -msgstr "Vennligst logg inn." +#: ../../mod/dfrn_confirm.php:62 ../../mod/profiles.php:18 +#: ../../mod/profiles.php:133 ../../mod/profiles.php:160 +#: ../../mod/profiles.php:583 +msgid "Profile not found." +msgstr "Fant ikke profilen." -#: ../../mod/attach.php:8 -msgid "Item not available." -msgstr "Elementet er ikke tilgjengelig." - -#: ../../mod/attach.php:20 -msgid "Item was not found." -msgstr "Elementet ble ikke funnet." - -#: ../../mod/removeme.php:45 ../../mod/removeme.php:48 -msgid "Remove My Account" -msgstr "Slett min konto" - -#: ../../mod/removeme.php:46 -msgid "" -"This will completely remove your account. Once this has been done it is not " -"recoverable." -msgstr "Dette vil slette din konto fullstendig. Når dette er gjort kan den ikke gjenopprettes." - -#: ../../mod/removeme.php:47 -msgid "Please enter your password for verification:" -msgstr "Vennligst skriv inn ditt passord for å bekrefte:" - -#: ../../mod/babel.php:17 -msgid "Source (bbcode) text:" -msgstr "BBcode kildetekst:" - -#: ../../mod/babel.php:23 -msgid "Source (Diaspora) text to convert to BBcode:" -msgstr "Diaspora kildetekst å konvertere til BBcode:" - -#: ../../mod/babel.php:31 -msgid "Source input: " -msgstr "Kilde-input:" - -#: ../../mod/babel.php:35 -msgid "bb2html (raw HTML): " -msgstr "bb2html (rå HTML):" - -#: ../../mod/babel.php:39 -msgid "bb2html: " -msgstr "bb2html:" - -#: ../../mod/babel.php:43 -msgid "bb2html2bb: " -msgstr "bb2html2bb:" - -#: ../../mod/babel.php:47 -msgid "bb2md: " -msgstr "bb2md:" - -#: ../../mod/babel.php:51 -msgid "bb2md2html: " -msgstr "bb2md2html:" - -#: ../../mod/babel.php:55 -msgid "bb2dia2bb: " -msgstr "bb2dia2bb:" - -#: ../../mod/babel.php:59 -msgid "bb2md2html2bb: " -msgstr "bb2md2html2bb:" - -#: ../../mod/babel.php:69 -msgid "Source input (Diaspora format): " -msgstr "Diaspora-formatert kilde-input:" - -#: ../../mod/babel.php:74 -msgid "diaspora2bb: " -msgstr "diaspora2bb:" - -#: ../../mod/common.php:42 -msgid "Common Friends" -msgstr "Felles venner" - -#: ../../mod/common.php:78 -msgid "No contacts in common." -msgstr "Ingen kontakter felles." - -#: ../../mod/apps.php:7 -msgid "You must be logged in to use addons. " -msgstr "Du må være innlogget for å bruke tillegg." - -#: ../../mod/apps.php:11 -msgid "Applications" -msgstr "Programmer" - -#: ../../mod/apps.php:14 -msgid "No installed applications." -msgstr "Ingen installerte programmer." - -#: ../../mod/contacts.php:85 ../../mod/contacts.php:165 -msgid "Could not access contact record." -msgstr "Fikk ikke tilgang til kontaktposten." - -#: ../../mod/contacts.php:99 -msgid "Could not locate selected profile." -msgstr "Kunne ikke lokalisere valgt profil." - -#: ../../mod/contacts.php:122 -msgid "Contact updated." -msgstr "Kontakt oppdatert." - -#: ../../mod/contacts.php:124 ../../mod/dfrn_request.php:571 -msgid "Failed to update contact record." -msgstr "Mislyktes med å oppdatere kontaktposten." - -#: ../../mod/contacts.php:187 -msgid "Contact has been blocked" -msgstr "Kontakten er blokkert" - -#: ../../mod/contacts.php:187 -msgid "Contact has been unblocked" -msgstr "Kontakten er ikke blokkert lenger" - -#: ../../mod/contacts.php:201 -msgid "Contact has been ignored" -msgstr "Kontakten er ignorert" - -#: ../../mod/contacts.php:201 -msgid "Contact has been unignored" -msgstr "Kontakten er ikke ignorert lenger" - -#: ../../mod/contacts.php:220 -msgid "Contact has been archived" -msgstr "Kontakt har blitt arkivert" - -#: ../../mod/contacts.php:220 -msgid "Contact has been unarchived" -msgstr "Kontakt har blitt hentet tilbake fra arkivet" - -#: ../../mod/contacts.php:244 -msgid "Do you really want to delete this contact?" -msgstr "Ønsker du virkelig å slette denne kontakten?" - -#: ../../mod/contacts.php:263 -msgid "Contact has been removed." -msgstr "Kontakten er fjernet." - -#: ../../mod/contacts.php:301 -#, php-format -msgid "You are mutual friends with %s" -msgstr "Du er gjensidig venn med %s" - -#: ../../mod/contacts.php:305 -#, php-format -msgid "You are sharing with %s" -msgstr "Du deler med %s" - -#: ../../mod/contacts.php:310 -#, php-format -msgid "%s is sharing with you" -msgstr "%s deler med deg" - -#: ../../mod/contacts.php:327 -msgid "Private communications are not available for this contact." -msgstr "Privat kommunikasjon er ikke tilgjengelig mot denne kontakten." - -#: ../../mod/contacts.php:334 -msgid "(Update was successful)" -msgstr "(Oppdatering vellykket)" - -#: ../../mod/contacts.php:334 -msgid "(Update was not successful)" -msgstr "(Oppdatering mislykket)" - -#: ../../mod/contacts.php:336 -msgid "Suggest friends" -msgstr "Foreslå venner" - -#: ../../mod/contacts.php:340 -#, php-format -msgid "Network type: %s" -msgstr "Nettverkstype: %s" - -#: ../../mod/contacts.php:348 -msgid "View all contacts" -msgstr "Vis alle kontakter" - -#: ../../mod/contacts.php:356 -msgid "Toggle Blocked status" -msgstr "Veksle blokkeringsstatus" - -#: ../../mod/contacts.php:359 ../../mod/contacts.php:413 -msgid "Unignore" -msgstr "Fjern ignorering" - -#: ../../mod/contacts.php:359 ../../mod/contacts.php:413 -#: ../../mod/notifications.php:51 ../../mod/notifications.php:164 -#: ../../mod/notifications.php:210 -msgid "Ignore" -msgstr "Ignorer" - -#: ../../mod/contacts.php:362 -msgid "Toggle Ignored status" -msgstr "Veksle ingnorertstatus" - -#: ../../mod/contacts.php:366 -msgid "Unarchive" -msgstr "Hent ut av arkivet" - -#: ../../mod/contacts.php:366 -msgid "Archive" -msgstr "Arkiver" - -#: ../../mod/contacts.php:369 -msgid "Toggle Archive status" -msgstr "Veksle arkivertstatus" - -#: ../../mod/contacts.php:372 -msgid "Repair" -msgstr "Reparer" - -#: ../../mod/contacts.php:375 -msgid "Advanced Contact Settings" -msgstr "Avanserte kontaktinnstillinger" - -#: ../../mod/contacts.php:381 -msgid "Communications lost with this contact!" -msgstr "Kommunikasjon tapt med denne kontakten!" - -#: ../../mod/contacts.php:384 -msgid "Contact Editor" -msgstr "Endre kontakt" - -#: ../../mod/contacts.php:387 -msgid "Profile Visibility" -msgstr "Profilens synlighet" - -#: ../../mod/contacts.php:388 -#, php-format -msgid "" -"Please choose the profile you would like to display to %s when viewing your " -"profile securely." -msgstr "Vennligst velg profilen du ønsker å vise til %s når denne ser profilen på en sikret måte." - -#: ../../mod/contacts.php:389 -msgid "Contact Information / Notes" -msgstr "Kontaktinformasjon/-notater" - -#: ../../mod/contacts.php:390 -msgid "Edit contact notes" -msgstr "Endre kontaktnotater" - -#: ../../mod/contacts.php:396 -msgid "Block/Unblock contact" -msgstr "Blokker kontakt/fjern blokkering for kontakt" - -#: ../../mod/contacts.php:397 -msgid "Ignore contact" -msgstr "Ignorer kontakt" - -#: ../../mod/contacts.php:398 -msgid "Repair URL settings" -msgstr "Reparer URL-innstillinger" - -#: ../../mod/contacts.php:399 -msgid "View conversations" -msgstr "Vis samtaler" - -#: ../../mod/contacts.php:401 -msgid "Delete contact" -msgstr "Slett kontakt" - -#: ../../mod/contacts.php:405 -msgid "Last update:" -msgstr "Siste oppdatering:" - -#: ../../mod/contacts.php:407 -msgid "Update public posts" -msgstr "Oppdater offentlige innlegg" - -#: ../../mod/contacts.php:416 -msgid "Currently blocked" -msgstr "Blokkert nå" - -#: ../../mod/contacts.php:417 -msgid "Currently ignored" -msgstr "Ignorert nå" - -#: ../../mod/contacts.php:418 -msgid "Currently archived" -msgstr "For øyeblikket arkivert" - -#: ../../mod/contacts.php:419 ../../mod/notifications.php:157 -#: ../../mod/notifications.php:204 -msgid "Hide this contact from others" -msgstr "Skjul denne kontakten for andre" - -#: ../../mod/contacts.php:419 -msgid "" -"Replies/likes to your public posts may still be visible" -msgstr "Svar/liker til dine offentlige innlegg kan fortsatt være synlige" - -#: ../../mod/contacts.php:470 -msgid "Suggestions" -msgstr "Forslag" - -#: ../../mod/contacts.php:473 -msgid "Suggest potential friends" -msgstr "Foreslå mulige venner" - -#: ../../mod/contacts.php:476 ../../mod/group.php:194 -msgid "All Contacts" -msgstr "Alle kontakter" - -#: ../../mod/contacts.php:479 -msgid "Show all contacts" -msgstr "Vis alle kontakter" - -#: ../../mod/contacts.php:482 -msgid "Unblocked" -msgstr "Ikke blokkert" - -#: ../../mod/contacts.php:485 -msgid "Only show unblocked contacts" -msgstr "Bare vis ikke blokkerte kontakter" - -#: ../../mod/contacts.php:489 -msgid "Blocked" -msgstr "Blokkert" - -#: ../../mod/contacts.php:492 -msgid "Only show blocked contacts" -msgstr "Bare vis blokkerte kontakter" - -#: ../../mod/contacts.php:496 -msgid "Ignored" -msgstr "Ignorert" - -#: ../../mod/contacts.php:499 -msgid "Only show ignored contacts" -msgstr "Bare vis ignorerte kontakter" - -#: ../../mod/contacts.php:503 -msgid "Archived" -msgstr "Arkivert" - -#: ../../mod/contacts.php:506 -msgid "Only show archived contacts" -msgstr "Bare vis arkiverte kontakter" - -#: ../../mod/contacts.php:510 -msgid "Hidden" -msgstr "Skjult" - -#: ../../mod/contacts.php:513 -msgid "Only show hidden contacts" -msgstr "Bare vis skjulte kontakter" - -#: ../../mod/contacts.php:561 -msgid "Mutual Friendship" -msgstr "Gjensidig vennskap" - -#: ../../mod/contacts.php:565 -msgid "is a fan of yours" -msgstr "er en tilhenger av deg" - -#: ../../mod/contacts.php:569 -msgid "you are a fan of" -msgstr "du er en tilhenger av" - -#: ../../mod/contacts.php:611 -msgid "Search your contacts" -msgstr "Søk i dine kontakter" - -#: ../../mod/contacts.php:612 ../../mod/directory.php:59 -msgid "Finding: " -msgstr "Fant:" - -#: ../../mod/settings.php:23 ../../mod/photos.php:79 -msgid "everybody" -msgstr "alle" - -#: ../../mod/settings.php:35 -msgid "Additional features" -msgstr "Tilleggsfunksjoner" - -#: ../../mod/settings.php:40 ../../mod/uexport.php:14 -msgid "Display settings" -msgstr "Visningsinnstillinger" - -#: ../../mod/settings.php:46 ../../mod/uexport.php:20 -msgid "Connector settings" -msgstr "Koblingsinnstillinger" - -#: ../../mod/settings.php:51 ../../mod/uexport.php:25 -msgid "Plugin settings" -msgstr "Tilleggsinnstillinger" - -#: ../../mod/settings.php:56 ../../mod/uexport.php:30 -msgid "Connected apps" -msgstr "Tilkoblede programmer" - -#: ../../mod/settings.php:61 ../../mod/uexport.php:35 ../../mod/uexport.php:80 -msgid "Export personal data" -msgstr "Eksporter personlige data" - -#: ../../mod/settings.php:66 ../../mod/uexport.php:40 -msgid "Remove account" -msgstr "Fjern konto" - -#: ../../mod/settings.php:118 -msgid "Missing some important data!" -msgstr "Mangler noen viktige data!" - -#: ../../mod/settings.php:121 ../../mod/settings.php:610 -msgid "Update" -msgstr "Oppdater" - -#: ../../mod/settings.php:227 -msgid "Failed to connect with email account using the settings provided." -msgstr "Mislyktes i å opprette forbindelse med e-postkontoen med de oppgitte innstillingene." - -#: ../../mod/settings.php:232 -msgid "Email settings updated." -msgstr "E-postinnstillinger er oppdatert." - -#: ../../mod/settings.php:247 -msgid "Features updated" -msgstr "Funksjoner oppdatert" - -#: ../../mod/settings.php:312 -msgid "Passwords do not match. Password unchanged." -msgstr "Passordene er ikke like. Passord uendret." - -#: ../../mod/settings.php:317 -msgid "Empty passwords are not allowed. Password unchanged." -msgstr "Tomme passord er ikke lov. Passord uendret." - -#: ../../mod/settings.php:325 -msgid "Wrong password." -msgstr "Feil passord." - -#: ../../mod/settings.php:336 -msgid "Password changed." -msgstr "Passord endret." - -#: ../../mod/settings.php:338 -msgid "Password update failed. Please try again." -msgstr "Passordoppdatering mislyktes. Vennligst prøv igjen." - -#: ../../mod/settings.php:403 -msgid " Please use a shorter name." -msgstr "Vennligst bruk et kortere navn." - -#: ../../mod/settings.php:405 -msgid " Name too short." -msgstr "Navnet er for kort." - -#: ../../mod/settings.php:414 -msgid "Wrong Password" -msgstr "Feil passord" - -#: ../../mod/settings.php:419 -msgid " Not valid email." -msgstr "Ugyldig e-postadresse." - -#: ../../mod/settings.php:422 -msgid " Cannot change to that email." -msgstr "Kan ikke endre til den e-postadressen." - -#: ../../mod/settings.php:476 -msgid "Private forum has no privacy permissions. Using default privacy group." -msgstr "Privat forum har ingen personverntillatelser. Bruker standard personverngruppe." - -#: ../../mod/settings.php:480 -msgid "Private forum has no privacy permissions and no default privacy group." -msgstr "Privat forum har ingen personverntillatelser og ingen standard personverngruppe." - -#: ../../mod/settings.php:510 -msgid "Settings updated." -msgstr "Innstillinger oppdatert." - -#: ../../mod/settings.php:583 ../../mod/settings.php:609 -#: ../../mod/settings.php:645 -msgid "Add application" -msgstr "Legg til program" - -#: ../../mod/settings.php:587 ../../mod/settings.php:613 -msgid "Consumer Key" -msgstr "Consumer Key" - -#: ../../mod/settings.php:588 ../../mod/settings.php:614 -msgid "Consumer Secret" -msgstr "Consumer Secret" - -#: ../../mod/settings.php:589 ../../mod/settings.php:615 -msgid "Redirect" -msgstr "Omdiriger" - -#: ../../mod/settings.php:590 ../../mod/settings.php:616 -msgid "Icon url" -msgstr "Ikon URL" - -#: ../../mod/settings.php:601 -msgid "You can't edit this application." -msgstr "Du kan ikke redigere dette programmet." - -#: ../../mod/settings.php:644 -msgid "Connected Apps" -msgstr "Tilkoblede programmer" - -#: ../../mod/settings.php:646 ../../mod/editpost.php:109 -#: ../../mod/content.php:751 ../../object/Item.php:117 -msgid "Edit" -msgstr "Endre" - -#: ../../mod/settings.php:648 -msgid "Client key starts with" -msgstr "Klientnøkkelen starter med" - -#: ../../mod/settings.php:649 -msgid "No name" -msgstr "Ingen navn" - -#: ../../mod/settings.php:650 -msgid "Remove authorization" -msgstr "Fjern tillatelse" - -#: ../../mod/settings.php:662 -msgid "No Plugin settings configured" -msgstr "Ingen tilleggsinnstillinger konfigurert" - -#: ../../mod/settings.php:670 -msgid "Plugin Settings" -msgstr "Tilleggsinnstillinger" - -#: ../../mod/settings.php:684 -msgid "Off" -msgstr "Av" - -#: ../../mod/settings.php:684 -msgid "On" -msgstr "På" - -#: ../../mod/settings.php:692 -msgid "Additional Features" -msgstr "Tilleggsfunksjoner" - -#: ../../mod/settings.php:705 ../../mod/settings.php:706 -#, php-format -msgid "Built-in support for %s connectivity is %s" -msgstr "Innebygget støtte for %s forbindelse er %s" - -#: ../../mod/settings.php:705 ../../mod/settings.php:706 -msgid "enabled" -msgstr "aktivert" - -#: ../../mod/settings.php:705 ../../mod/settings.php:706 -msgid "disabled" -msgstr "avskrudd" - -#: ../../mod/settings.php:706 -msgid "StatusNet" -msgstr "StatusNet" - -#: ../../mod/settings.php:738 -msgid "Email access is disabled on this site." -msgstr "E-posttilgang er avskrudd på dette stedet." - -#: ../../mod/settings.php:745 -msgid "Connector Settings" -msgstr "Koblingsinnstillinger" - -#: ../../mod/settings.php:750 -msgid "Email/Mailbox Setup" -msgstr "E-post-/postboksinnstillinger" - -#: ../../mod/settings.php:751 -msgid "" -"If you wish to communicate with email contacts using this service " -"(optional), please specify how to connect to your mailbox." -msgstr "Hvis du ønsker å kommunisere med e-postkontakter via denne tjenesten (frivillig), vennligst oppgi hvordan din postboks kontaktes." - -#: ../../mod/settings.php:752 -msgid "Last successful email check:" -msgstr "Siste vellykkede e-postsjekk:" - -#: ../../mod/settings.php:754 -msgid "IMAP server name:" -msgstr "IMAP-tjeners navn:" - -#: ../../mod/settings.php:755 -msgid "IMAP port:" -msgstr "IMAP port:" - -#: ../../mod/settings.php:756 -msgid "Security:" -msgstr "Sikkerhet:" - -#: ../../mod/settings.php:756 ../../mod/settings.php:761 -msgid "None" -msgstr "Ingen" - -#: ../../mod/settings.php:757 -msgid "Email login name:" -msgstr "E-post brukernavn:" - -#: ../../mod/settings.php:758 -msgid "Email password:" -msgstr "E-post passord:" - -#: ../../mod/settings.php:759 -msgid "Reply-to address:" -msgstr "Svar-til-adresse:" - -#: ../../mod/settings.php:760 -msgid "Send public posts to all email contacts:" -msgstr "Send offentlige meldinger til alle e-postkontakter:" - -#: ../../mod/settings.php:761 -msgid "Action after import:" -msgstr "Handling etter import:" - -#: ../../mod/settings.php:761 -msgid "Mark as seen" -msgstr "Marker som sett" - -#: ../../mod/settings.php:761 -msgid "Move to folder" -msgstr "Flytt til mappe" - -#: ../../mod/settings.php:762 -msgid "Move to folder:" -msgstr "Flytt til mappe:" - -#: ../../mod/settings.php:835 -msgid "Display Settings" -msgstr "Visningsinnstillinger" - -#: ../../mod/settings.php:841 ../../mod/settings.php:853 -msgid "Display Theme:" -msgstr "Vis tema:" - -#: ../../mod/settings.php:842 -msgid "Mobile Theme:" -msgstr "Mobilt tema:" - -#: ../../mod/settings.php:843 -msgid "Update browser every xx seconds" -msgstr "Oppdater nettleser hvert xx sekund" - -#: ../../mod/settings.php:843 -msgid "Minimum of 10 seconds, no maximum" -msgstr "Minimum 10 sekunder, ikke noe maksimum" - -#: ../../mod/settings.php:844 -msgid "Number of items to display per page:" -msgstr "Antall elementer som vises per side:" - -#: ../../mod/settings.php:844 ../../mod/settings.php:845 -msgid "Maximum of 100 items" -msgstr "Maksimum 100 elementer" - -#: ../../mod/settings.php:845 -msgid "Number of items to display per page when viewed from mobile device:" -msgstr "Antall elementer å vise per side ved visning på mobil enhet:" - -#: ../../mod/settings.php:846 -msgid "Don't show emoticons" -msgstr "Ikke vis uttrykksikoner" - -#: ../../mod/settings.php:922 -msgid "Normal Account Page" -msgstr "Vanlig konto-side" - -#: ../../mod/settings.php:923 -msgid "This account is a normal personal profile" -msgstr "Denne kontoen er en vanlig personlig profil" - -#: ../../mod/settings.php:926 -msgid "Soapbox Page" -msgstr "Talerstol-side" - -#: ../../mod/settings.php:927 -msgid "Automatically approve all connection/friend requests as read-only fans" -msgstr "Automatisk godkjenning av alle forespørsler om forbindelse/venner som fans med kun leserettigheter" - -#: ../../mod/settings.php:930 -msgid "Community Forum/Celebrity Account" -msgstr "Fellesskapsforum/Kjendis-side" - -#: ../../mod/settings.php:931 -msgid "" -"Automatically approve all connection/friend requests as read-write fans" -msgstr "Automatisk godkjenning av alle forespørsler om forbindelse/venner som fans med lese- og skriverettigheter" - -#: ../../mod/settings.php:934 -msgid "Automatic Friend Page" -msgstr "Automatisk venn-side" - -#: ../../mod/settings.php:935 -msgid "Automatically approve all connection/friend requests as friends" -msgstr "Automatisk godkjenning av alle forespørsler om forbindelse/venner som venner" - -#: ../../mod/settings.php:938 -msgid "Private Forum [Experimental]" -msgstr "Privat forum [Eksperimentell]" - -#: ../../mod/settings.php:939 -msgid "Private forum - approved members only" -msgstr "Privat forum - kun godkjente medlemmer" - -#: ../../mod/settings.php:951 -msgid "OpenID:" -msgstr "OpenID:" - -#: ../../mod/settings.php:951 -msgid "(Optional) Allow this OpenID to login to this account." -msgstr "(Valgfritt) Tillat denne OpenID-en å logge inn i denne kontoen." - -#: ../../mod/settings.php:961 -msgid "Publish your default profile in your local site directory?" -msgstr "Skal standardprofilen din publiseres i katalogen til nettstedet ditt?" - -#: ../../mod/settings.php:967 -msgid "Publish your default profile in the global social directory?" -msgstr "Skal standardprofilen din publiseres i den globale sosiale katalogen?" - -#: ../../mod/settings.php:975 -msgid "Hide your contact/friend list from viewers of your default profile?" -msgstr "Skjul kontakt-/venne-listen din for besøkende til standardprofilen din?" - -#: ../../mod/settings.php:979 -msgid "Hide your profile details from unknown viewers?" -msgstr "Skjul dine profildetaljer fra ukjente besøkende?" - -#: ../../mod/settings.php:984 -msgid "Allow friends to post to your profile page?" -msgstr "Tillat venner å poste innlegg på din profilside?" - -#: ../../mod/settings.php:990 -msgid "Allow friends to tag your posts?" -msgstr "Tillat venner å merke dine innlegg?" - -#: ../../mod/settings.php:996 -msgid "Allow us to suggest you as a potential friend to new members?" -msgstr "Tillat oss å foreslå deg som en mulig venn til nye medlemmer?" - -#: ../../mod/settings.php:1002 -msgid "Permit unknown people to send you private mail?" -msgstr "Tillat ukjente personer å sende deg privat post?" - -#: ../../mod/settings.php:1010 -msgid "Profile is not published." -msgstr "Profilen er ikke publisert." - -#: ../../mod/settings.php:1013 ../../mod/profile_photo.php:248 -msgid "or" -msgstr "eller" - -#: ../../mod/settings.php:1018 -msgid "Your Identity Address is" -msgstr "Din identitetsadresse er" - -#: ../../mod/settings.php:1029 -msgid "Automatically expire posts after this many days:" -msgstr "Innlegg utgår automatisk etter så mange dager:" - -#: ../../mod/settings.php:1029 -msgid "If empty, posts will not expire. Expired posts will be deleted" -msgstr "Tomme innlegg utgår ikke. Utgåtte innlegg slettes." - -#: ../../mod/settings.php:1030 -msgid "Advanced expiration settings" -msgstr "Avanserte innstillinger for å utgå" - -#: ../../mod/settings.php:1031 -msgid "Advanced Expiration" -msgstr "Avansert utgå" - -#: ../../mod/settings.php:1032 -msgid "Expire posts:" -msgstr "Innlegg utgår:" - -#: ../../mod/settings.php:1033 -msgid "Expire personal notes:" -msgstr "Personlige notater utgår:" - -#: ../../mod/settings.php:1034 -msgid "Expire starred posts:" -msgstr "Innlegg med stjerne utgår:" - -#: ../../mod/settings.php:1035 -msgid "Expire photos:" -msgstr "Bilder utgår:" - -#: ../../mod/settings.php:1036 -msgid "Only expire posts by others:" -msgstr "Kun innlegg fra andre utgår:" - -#: ../../mod/settings.php:1062 -msgid "Account Settings" -msgstr "Kontoinnstillinger" - -#: ../../mod/settings.php:1070 -msgid "Password Settings" -msgstr "Passordinnstillinger" - -#: ../../mod/settings.php:1071 -msgid "New Password:" -msgstr "Nytt passord:" - -#: ../../mod/settings.php:1072 -msgid "Confirm:" -msgstr "Bekreft:" - -#: ../../mod/settings.php:1072 -msgid "Leave password fields blank unless changing" -msgstr "La passordfeltene stå tomme hvis du ikke skal bytte" - -#: ../../mod/settings.php:1073 -msgid "Current Password:" -msgstr "Gjeldende passord:" - -#: ../../mod/settings.php:1073 ../../mod/settings.php:1074 -msgid "Your current password to confirm the changes" -msgstr "Ditt gjeldende passord for å bekrefte endringene" - -#: ../../mod/settings.php:1074 -msgid "Password:" -msgstr "Passord:" - -#: ../../mod/settings.php:1078 -msgid "Basic Settings" -msgstr "Grunninnstillinger" - -#: ../../mod/settings.php:1080 -msgid "Email Address:" -msgstr "E-postadresse:" - -#: ../../mod/settings.php:1081 -msgid "Your Timezone:" -msgstr "Din tidssone:" - -#: ../../mod/settings.php:1082 -msgid "Default Post Location:" -msgstr "Standard oppholdssted når du poster:" - -#: ../../mod/settings.php:1083 -msgid "Use Browser Location:" -msgstr "Bruk nettleserens oppholdssted:" - -#: ../../mod/settings.php:1086 -msgid "Security and Privacy Settings" -msgstr "Sikkerhet og privatlivsinnstillinger" - -#: ../../mod/settings.php:1088 -msgid "Maximum Friend Requests/Day:" -msgstr "Maksimum venneforespørsler/dag:" - -#: ../../mod/settings.php:1088 ../../mod/settings.php:1118 -msgid "(to prevent spam abuse)" -msgstr "(for å forhindre søppelpost)" - -#: ../../mod/settings.php:1089 -msgid "Default Post Permissions" -msgstr "Standardtillatelser ved posting" - -#: ../../mod/settings.php:1090 -msgid "(click to open/close)" -msgstr "(klikk for å åpne/lukke)" - -#: ../../mod/settings.php:1099 ../../mod/photos.php:1140 -#: ../../mod/photos.php:1506 -msgid "Show to Groups" -msgstr "Vis til grupper" - -#: ../../mod/settings.php:1100 ../../mod/photos.php:1141 -#: ../../mod/photos.php:1507 -msgid "Show to Contacts" -msgstr "Vis til kontakter" - -#: ../../mod/settings.php:1101 -msgid "Default Private Post" -msgstr "Standard privat innlegg" - -#: ../../mod/settings.php:1102 -msgid "Default Public Post" -msgstr "Standard offentlig innlegg" - -#: ../../mod/settings.php:1106 -msgid "Default Permissions for New Posts" -msgstr "Standard tillatelser for nye innlegg" - -#: ../../mod/settings.php:1118 -msgid "Maximum private messages per day from unknown people:" -msgstr "Maksimalt antall private meldinger per dag fra ukjente personer:" - -#: ../../mod/settings.php:1121 -msgid "Notification Settings" -msgstr "Beskjedinnstillinger" - -#: ../../mod/settings.php:1122 -msgid "By default post a status message when:" -msgstr "Standard å legge inn en statusmelding når:" - -#: ../../mod/settings.php:1123 -msgid "accepting a friend request" -msgstr "aksepterer en venneforespørsel" - -#: ../../mod/settings.php:1124 -msgid "joining a forum/community" -msgstr "blir med i et forum/fellesskap" - -#: ../../mod/settings.php:1125 -msgid "making an interesting profile change" -msgstr "gjør en interessant profilendring" - -#: ../../mod/settings.php:1126 -msgid "Send a notification email when:" -msgstr "Send en e-post med beskjed når:" - -#: ../../mod/settings.php:1127 -msgid "You receive an introduction" -msgstr "Du mottar en introduksjon" - -#: ../../mod/settings.php:1128 -msgid "Your introductions are confirmed" -msgstr "Dine introduksjoner er bekreftet" - -#: ../../mod/settings.php:1129 -msgid "Someone writes on your profile wall" -msgstr "Noen skriver på veggen til profilen din" - -#: ../../mod/settings.php:1130 -msgid "Someone writes a followup comment" -msgstr "Noen skriver en oppfølgingskommentar" - -#: ../../mod/settings.php:1131 -msgid "You receive a private message" -msgstr "Du mottar en privat melding" - -#: ../../mod/settings.php:1132 -msgid "You receive a friend suggestion" -msgstr "Du mottar et venneforslag" - -#: ../../mod/settings.php:1133 -msgid "You are tagged in a post" -msgstr "Du er merket i et innlegg" - -#: ../../mod/settings.php:1134 -msgid "You are poked/prodded/etc. in a post" -msgstr "Du er dyttet/dultet/etc i et innlegg" - -#: ../../mod/settings.php:1137 -msgid "Advanced Account/Page Type Settings" -msgstr "Avanserte konto-/sidetype-innstillinger" - -#: ../../mod/settings.php:1138 -msgid "Change the behaviour of this account for special situations" -msgstr "Endre oppførselen til denne kontoen i spesielle situasjoner" - -#: ../../mod/share.php:44 -msgid "link" -msgstr "lenke" - -#: ../../mod/crepair.php:102 -msgid "Contact settings applied." -msgstr "Kontaktinnstillinger i bruk." - -#: ../../mod/crepair.php:104 -msgid "Contact update failed." -msgstr "Kontaktoppdatering mislyktes." - -#: ../../mod/crepair.php:129 ../../mod/dfrn_confirm.php:118 +#: ../../mod/dfrn_confirm.php:118 ../../mod/crepair.php:131 #: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92 msgid "Contact not found." msgstr "Kontakt ikke funnet." -#: ../../mod/crepair.php:135 -msgid "Repair Contact Settings" -msgstr "Reparer kontaktinnstillinger" - -#: ../../mod/crepair.php:137 -msgid "" -"WARNING: This is highly advanced and if you enter incorrect" -" information your communications with this contact may stop working." -msgstr "ADVARSEL: Dette er meget avansert og hvis du skriver feil informasjon her, så kan kommunikasjonen med denne kontakten slutte å virke." - -#: ../../mod/crepair.php:138 -msgid "" -"Please use your browser 'Back' button now if you are " -"uncertain what to do on this page." -msgstr "Vennligst bruk Tilbake-knappen i nettleseren din hvis du er usikker på hva du bør gjøre på denne siden." - -#: ../../mod/crepair.php:144 -msgid "Return to contact editor" -msgstr "Gå tilbake til å endre kontakt" - -#: ../../mod/crepair.php:149 -msgid "Account Nickname" -msgstr "Konto Kallenavn" - -#: ../../mod/crepair.php:150 -msgid "@Tagname - overrides Name/Nickname" -msgstr "@Merkelappnavn - overstyrer Navn/Kallenavn" - -#: ../../mod/crepair.php:151 -msgid "Account URL" -msgstr "Konto URL" - -#: ../../mod/crepair.php:152 -msgid "Friend Request URL" -msgstr "Venneforespørsel URL" - -#: ../../mod/crepair.php:153 -msgid "Friend Confirm URL" -msgstr "Vennebekreftelse URL" - -#: ../../mod/crepair.php:154 -msgid "Notification Endpoint URL" -msgstr "Endepunkt URL for beskjed" - -#: ../../mod/crepair.php:155 -msgid "Poll/Feed URL" -msgstr "Poll/Feed URL" - -#: ../../mod/crepair.php:156 -msgid "New photo from this URL" -msgstr "Nytt bilde fra denne URL-en" - -#: ../../mod/delegate.php:95 -msgid "No potential page delegates located." -msgstr "Fant ingen potensielle sidedelegater." - -#: ../../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 "Delegater kan behandle alle sider ved denne kontoen/siden, bortsett fra grunnleggende kontoinnstillinger. Vennligst ikke deleger din personlige konto til noen som du ikke stoler fullt og fast på." - -#: ../../mod/delegate.php:124 -msgid "Existing Page Managers" -msgstr "Eksisterende sidebehandlere" - -#: ../../mod/delegate.php:126 -msgid "Existing Page Delegates" -msgstr "Eksisterende sidedelegater" - -#: ../../mod/delegate.php:128 -msgid "Potential Delegates" -msgstr "Mulige delegater" - -#: ../../mod/delegate.php:130 ../../mod/tagrm.php:93 -msgid "Remove" -msgstr "Slett" - -#: ../../mod/delegate.php:131 -msgid "Add" -msgstr "Legg til" - -#: ../../mod/delegate.php:132 -msgid "No entries." -msgstr "Ingen oppføringer" - -#: ../../mod/poke.php:192 -msgid "Poke/Prod" -msgstr "Dytt/dult" - -#: ../../mod/poke.php:193 -msgid "poke, prod or do other things to somebody" -msgstr "dytt, dult eller gjør andre ting med noen" - -#: ../../mod/poke.php:194 -msgid "Recipient" -msgstr "Mottaker" - -#: ../../mod/poke.php:195 -msgid "Choose what you wish to do to recipient" -msgstr "Velg hva du ønsker å gjøre med mottakeren" - -#: ../../mod/poke.php:198 -msgid "Make this post private" -msgstr "Gjør dette innlegget privat" - #: ../../mod/dfrn_confirm.php:119 msgid "" "This may occasionally happen if contact was requested by both persons and it" @@ -4786,6 +1051,12 @@ msgstr "Introduksjon mislyktes eller ble trukket tilbake." msgid "Unable to set contact photo." msgstr "Fikk ikke satt kontaktbilde." +#: ../../mod/dfrn_confirm.php:477 ../../include/conversation.php:172 +#: ../../include/diaspora.php:621 +#, php-format +msgid "%1$s is now friends with %2$s" +msgstr "%1$s er nå venner med %2$s" + #: ../../mod/dfrn_confirm.php:562 #, php-format msgid "No user record found for '%s' " @@ -4832,730 +1103,23 @@ msgstr "Tilkobling godtatt på %s" msgid "%1$s has joined %2$s" msgstr "%1$s har blitt med %2$s" -#: ../../mod/dfrn_poll.php:103 ../../mod/dfrn_poll.php:536 -#, php-format -msgid "%1$s welcomes %2$s" -msgstr "%1$s hilser %2$s" +#: ../../mod/api.php:76 ../../mod/api.php:102 +msgid "Authorize application connection" +msgstr "Tillat forbindelse til program" -#: ../../mod/dfrn_request.php:93 -msgid "This introduction has already been accepted." -msgstr "Denne introduksjonen har allerede blitt akseptert." +#: ../../mod/api.php:77 +msgid "Return to your app and insert this Securty Code:" +msgstr "Gå tilbake til din app og legg inn denne sikkerhetskoden:" -#: ../../mod/dfrn_request.php:118 ../../mod/dfrn_request.php:513 -msgid "Profile location is not valid or does not contain profile information." -msgstr "Profilstedet er ikke gyldig og inneholder ikke profilinformasjon." +#: ../../mod/api.php:89 +msgid "Please login to continue." +msgstr "Vennligst logg inn for å fortsette." -#: ../../mod/dfrn_request.php:123 ../../mod/dfrn_request.php:518 -msgid "Warning: profile location has no identifiable owner name." -msgstr "Advarsel: profilstedet har ikke identifiserbart eiernavn." - -#: ../../mod/dfrn_request.php:125 ../../mod/dfrn_request.php:520 -msgid "Warning: profile location has no profile photo." -msgstr "Advarsel: profilstedet har ikke noe profilbilde." - -#: ../../mod/dfrn_request.php:128 ../../mod/dfrn_request.php:523 -#, php-format -msgid "%d required parameter was not found at the given location" -msgid_plural "%d required parameters were not found at the given location" -msgstr[0] "one: %d nødvendig parameter ble ikke funnet på angitt sted" -msgstr[1] "other: %d nødvendige parametre ble ikke funnet på angitt sted" - -#: ../../mod/dfrn_request.php:170 -msgid "Introduction complete." -msgstr "Introduksjon ferdig." - -#: ../../mod/dfrn_request.php:209 -msgid "Unrecoverable protocol error." -msgstr "Uopprettelig protokollfeil." - -#: ../../mod/dfrn_request.php:237 -msgid "Profile unavailable." -msgstr "Profil utilgjengelig." - -#: ../../mod/dfrn_request.php:262 -#, php-format -msgid "%s has received too many connection requests today." -msgstr "%s har mottatt for mange kontaktforespørsler idag." - -#: ../../mod/dfrn_request.php:263 -msgid "Spam protection measures have been invoked." -msgstr "Tiltak mot søppelpost har blitt iverksatt." - -#: ../../mod/dfrn_request.php:264 -msgid "Friends are advised to please try again in 24 hours." -msgstr "Venner anbefales å prøve igjen om 24 timer." - -#: ../../mod/dfrn_request.php:326 -msgid "Invalid locator" -msgstr "Ugyldig stedsangivelse" - -#: ../../mod/dfrn_request.php:335 -msgid "Invalid email address." -msgstr "Ugyldig e-postadresse." - -#: ../../mod/dfrn_request.php:362 -msgid "This account has not been configured for email. Request failed." -msgstr "Denne kontoen er ikke konfigurert for e-post. Forespørsel mislyktes." - -#: ../../mod/dfrn_request.php:458 -msgid "Unable to resolve your name at the provided location." -msgstr "Ikke i stand til å avgjøre navnet ditt hos det oppgitte stedet." - -#: ../../mod/dfrn_request.php:471 -msgid "You have already introduced yourself here." -msgstr "Du har allerede introdusert deg selv her." - -#: ../../mod/dfrn_request.php:475 -#, php-format -msgid "Apparently you are already friends with %s." -msgstr "Du er visst allerede venn med %s." - -#: ../../mod/dfrn_request.php:496 -msgid "Invalid profile URL." -msgstr "Ugyldig profil-URL." - -#: ../../mod/dfrn_request.php:592 -msgid "Your introduction has been sent." -msgstr "Din introduksjon er sendt." - -#: ../../mod/dfrn_request.php:645 -msgid "Please login to confirm introduction." -msgstr "Vennligst logg inn for å bekrefte introduksjonen." - -#: ../../mod/dfrn_request.php:659 +#: ../../mod/api.php:104 msgid "" -"Incorrect identity currently logged in. Please login to " -"this profile." -msgstr "Feil identitet er logget inn for øyeblikket. Vennligst logg inn i denne profilen." - -#: ../../mod/dfrn_request.php:670 -msgid "Hide this contact" -msgstr "Skjul denne kontakten" - -#: ../../mod/dfrn_request.php:673 -#, php-format -msgid "Welcome home %s." -msgstr "Velkommen hjem %s." - -#: ../../mod/dfrn_request.php:674 -#, php-format -msgid "Please confirm your introduction/connection request to %s." -msgstr "Vennligst bekreft din introduksjons-/forbindelses- forespørsel til %s." - -#: ../../mod/dfrn_request.php:675 -msgid "Confirm" -msgstr "Bekreft" - -#: ../../mod/dfrn_request.php:811 -msgid "" -"Please enter your 'Identity Address' from one of the following supported " -"communications networks:" -msgstr "Vennligst skriv inn din identitetsadresse fra en av følgende støttede sosiale nettverk:" - -#: ../../mod/dfrn_request.php:827 -msgid "Connect as an email follower (Coming soon)" -msgstr "Koble til som en e-postfølgesvenn (Kommer snart)" - -#: ../../mod/dfrn_request.php:829 -msgid "" -"If you are not yet a member of the free social web, follow this link to find a public" -" Friendica site and join us today." -msgstr "Hvis du ennå ikke er en del av den frie sosiale webben, følg denne lenken for å finne et offentlig Friendica-nettsted og bli med oss idag." - -#: ../../mod/dfrn_request.php:832 -msgid "Friend/Connection Request" -msgstr "Venne-/Koblings-forespørsel" - -#: ../../mod/dfrn_request.php:833 -msgid "" -"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, " -"testuser@identi.ca" -msgstr "Eksempler: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca" - -#: ../../mod/dfrn_request.php:834 -msgid "Please answer the following:" -msgstr "Vennligst svar på følgende:" - -#: ../../mod/dfrn_request.php:835 -#, php-format -msgid "Does %s know you?" -msgstr "Kjenner %s deg?" - -#: ../../mod/dfrn_request.php:838 -msgid "Add a personal note:" -msgstr "Legg til en personlig melding:" - -#: ../../mod/dfrn_request.php:841 -msgid "StatusNet/Federated Social Web" -msgstr "StatusNet/Federeated Social Web" - -#: ../../mod/dfrn_request.php:843 -#, php-format -msgid "" -" - please do not use this form. Instead, enter %s into your Diaspora search" -" bar." -msgstr "- vennligst ikke bruk dette skjemaet. I stedet skriver du %s inn søkelinjen i Diaspora." - -#: ../../mod/dfrn_request.php:844 -msgid "Your Identity Address:" -msgstr "Din identitetsadresse:" - -#: ../../mod/dfrn_request.php:847 -msgid "Submit Request" -msgstr "Send forespørsel" - -#: ../../mod/subthread.php:103 -#, php-format -msgid "%1$s is following %2$s's %3$s" -msgstr "%1$s følger %2$s sin %3$s" - -#: ../../mod/directory.php:49 ../../view/theme/diabook/theme.php:518 -msgid "Global Directory" -msgstr "Global katalog" - -#: ../../mod/directory.php:57 -msgid "Find on this site" -msgstr "Finn på dette nettstedet" - -#: ../../mod/directory.php:60 -msgid "Site Directory" -msgstr "Stedets katalog" - -#: ../../mod/directory.php:114 -msgid "Gender: " -msgstr "Kjønn:" - -#: ../../mod/directory.php:187 -msgid "No entries (some entries may be hidden)." -msgstr "Ingen oppføringer (noen oppføringer kan være skjulte)." - -#: ../../mod/suggest.php:27 -msgid "Do you really want to delete this suggestion?" -msgstr "Vil du virkelig slette dette forslaget?" - -#: ../../mod/suggest.php:72 -msgid "" -"No suggestions available. If this is a new site, please try again in 24 " -"hours." -msgstr "Ingen forslag tilgjengelig. Hvis dette er et nytt nettsted, vennligst prøv igjen om 24 timer." - -#: ../../mod/suggest.php:90 -msgid "Ignore/Hide" -msgstr "Ignorér/Skjul" - -#: ../../mod/dirfind.php:26 -msgid "People Search" -msgstr "Personsøk" - -#: ../../mod/dirfind.php:60 ../../mod/match.php:65 -msgid "No matches" -msgstr "Ingen treff" - -#: ../../mod/videos.php:125 -msgid "No videos selected" -msgstr "Ingen videoer er valgt" - -#: ../../mod/videos.php:226 ../../mod/photos.php:1025 -msgid "Access to this item is restricted." -msgstr "Tilgang til dette elementet er begrenset." - -#: ../../mod/videos.php:308 ../../mod/photos.php:1784 -msgid "View Album" -msgstr "Vis album" - -#: ../../mod/videos.php:317 -msgid "Recent Videos" -msgstr "Nye videoer" - -#: ../../mod/videos.php:319 -msgid "Upload New Videos" -msgstr "Last opp nye videoer" - -#: ../../mod/tagrm.php:41 -msgid "Tag removed" -msgstr "Fjernet tag" - -#: ../../mod/tagrm.php:79 -msgid "Remove Item Tag" -msgstr "Fjern tag" - -#: ../../mod/tagrm.php:81 -msgid "Select a tag to remove: " -msgstr "Velg en tag å fjerne:" - -#: ../../mod/editpost.php:17 ../../mod/editpost.php:27 -msgid "Item not found" -msgstr "Fant ikke elementet" - -#: ../../mod/editpost.php:39 -msgid "Edit post" -msgstr "Endre innlegg" - -#: ../../mod/events.php:66 -msgid "Event title and start time are required." -msgstr "Hendelsens tittel og starttidspunkt er påkrevet." - -#: ../../mod/events.php:291 -msgid "l, F j" -msgstr "l, F j" - -#: ../../mod/events.php:313 -msgid "Edit event" -msgstr "Rediger hendelse" - -#: ../../mod/events.php:371 -msgid "Create New Event" -msgstr "Lag ny hendelse" - -#: ../../mod/events.php:372 -msgid "Previous" -msgstr "Forrige" - -#: ../../mod/events.php:373 ../../mod/install.php:207 -msgid "Next" -msgstr "Neste" - -#: ../../mod/events.php:446 -msgid "hour:minute" -msgstr "time:minutt" - -#: ../../mod/events.php:456 -msgid "Event details" -msgstr "Hendelsesdetaljer" - -#: ../../mod/events.php:457 -#, php-format -msgid "Format is %s %s. Starting date and Title are required." -msgstr "Formatet er %s %s. Startdato og tittel er påkrevet." - -#: ../../mod/events.php:459 -msgid "Event Starts:" -msgstr "Hendelsen starter:" - -#: ../../mod/events.php:459 ../../mod/events.php:473 -msgid "Required" -msgstr "Påkrevet" - -#: ../../mod/events.php:462 -msgid "Finish date/time is not known or not relevant" -msgstr "Avslutningsdato/-tid er ukjent eller ikke relevant" - -#: ../../mod/events.php:464 -msgid "Event Finishes:" -msgstr "Hendelsen slutter:" - -#: ../../mod/events.php:467 -msgid "Adjust for viewer timezone" -msgstr "Tilpass til iakttakerens tidssone" - -#: ../../mod/events.php:469 -msgid "Description:" -msgstr "Beskrivelse:" - -#: ../../mod/events.php:473 -msgid "Title:" -msgstr "Tittel:" - -#: ../../mod/events.php:475 -msgid "Share this event" -msgstr "Del denne hendelsen" - -#: ../../mod/fbrowser.php:113 -msgid "Files" -msgstr "Filer" - -#: ../../mod/uexport.php:72 -msgid "Export account" -msgstr "Eksporter konto" - -#: ../../mod/uexport.php:72 -msgid "" -"Export your account info and contacts. Use this to make a backup of your " -"account and/or to move it to another server." -msgstr "Eksporter din kontos informasjon og kontakter. Bruk denne til å ta en sikkerhetskopi av kontoen din og/eller for å flytte til en annen tjener." - -#: ../../mod/uexport.php:73 -msgid "Export all" -msgstr "Eksporter alt" - -#: ../../mod/uexport.php:73 -msgid "" -"Export your accout info, contacts and all your items as json. Could be a " -"very big file, and could take a lot of time. Use this to make a full backup " -"of your account (photos are not exported)" -msgstr "Eksporter din kontoinformasjon, kontakter og alle dine elementer som JSON. Det kan bli en svært stor fil, og kan ta lang tid. Bruk denne til å gjøre en full sikkerhetskopi av kontoen din (bilder blir ikke eksportert)" - -#: ../../mod/filer.php:30 -msgid "- select -" -msgstr "- velg -" - -#: ../../mod/uimport.php:64 -msgid "Import" -msgstr "Importer" - -#: ../../mod/uimport.php:66 -msgid "Move account" -msgstr "Flytt konto" - -#: ../../mod/uimport.php:67 -msgid "You can import an account from another Friendica server." -msgstr "Du kan importere en konto fra en annen Friendica-tjener." - -#: ../../mod/uimport.php:68 -msgid "" -"You need to export your account from the old server and upload it here. We " -"will recreate your old account here with all your contacts. We will try also" -" to inform your friends that you moved here." -msgstr "Du må eksportere din konto fra den gamle tjeneren og laste den opp hit. Vi vil gjenskape din gamle konto her med alle dine kontakter. Vi vil også forsøke å informere dine venner at du har flyttet hit." - -#: ../../mod/uimport.php:69 -msgid "" -"This feature is experimental. We can't import contacts from the OStatus " -"network (statusnet/identi.ca) or from Diaspora" -msgstr "Denne egenskapen er eksperimentell. Vi kan ikke importere kontakter fra OStatus-nettverk (statusnet/identi.ca) eller fra Diaspora" - -#: ../../mod/uimport.php:70 -msgid "Account file" -msgstr "Kontofil" - -#: ../../mod/uimport.php:70 -msgid "" -"To export your accont, go to \"Settings->Export your porsonal data\" and " -"select \"Export account\"" -msgstr "For å eksportere din konto, gå til \"Innstillnger -> Eksporter dine personlige data\" og velg \"Eksporter konto\"" - -#: ../../mod/update_community.php:18 ../../mod/update_display.php:22 -#: ../../mod/update_network.php:22 ../../mod/update_notes.php:41 -#: ../../mod/update_profile.php:41 -msgid "[Embedded content - reload page to view]" -msgstr "[Innebygget innhold - hent siden på nytt for å se det]" - -#: ../../mod/follow.php:27 -msgid "Contact added" -msgstr "Kontakt lagt til " - -#: ../../mod/friendica.php:55 -msgid "This is Friendica, version" -msgstr "Dette er Friendica, versjon" - -#: ../../mod/friendica.php:56 -msgid "running at web location" -msgstr "kjører på web-plassering" - -#: ../../mod/friendica.php:58 -msgid "" -"Please visit Friendica.com to learn " -"more about the Friendica project." -msgstr "Vennligst besøk Friendica.com for å lære mer om Friendica-prosjektet." - -#: ../../mod/friendica.php:60 -msgid "Bug reports and issues: please visit" -msgstr "Feilrapporter og problemer: vennligst besøk" - -#: ../../mod/friendica.php:61 -msgid "" -"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - " -"dot com" -msgstr "Forslag, ros, donasjoner, og så videre - vennligst send e-post til \"Info\" alfakrøll Friendica punktum com" - -#: ../../mod/friendica.php:75 -msgid "Installed plugins/addons/apps:" -msgstr "Installerte plugins/tillegg/apper:" - -#: ../../mod/friendica.php:88 -msgid "No installed plugins/addons/apps" -msgstr "Ingen installerte plugins/tillegg/apper" - -#: ../../mod/fsuggest.php:63 -msgid "Friend suggestion sent." -msgstr "Venneforslag sendt." - -#: ../../mod/fsuggest.php:97 -msgid "Suggest Friends" -msgstr "Foreslå venner" - -#: ../../mod/fsuggest.php:99 -#, php-format -msgid "Suggest a friend for %s" -msgstr "Foreslå en venn for %s" - -#: ../../mod/group.php:29 -msgid "Group created." -msgstr "Gruppen er laget." - -#: ../../mod/group.php:35 -msgid "Could not create group." -msgstr "Kunne ikke lage gruppen." - -#: ../../mod/group.php:47 ../../mod/group.php:140 -msgid "Group not found." -msgstr "Fant ikke gruppen." - -#: ../../mod/group.php:60 -msgid "Group name changed." -msgstr "Gruppenavnet er endret" - -#: ../../mod/group.php:93 -msgid "Create a group of contacts/friends." -msgstr "Lag en gruppe med kontakter/venner." - -#: ../../mod/group.php:94 ../../mod/group.php:180 -msgid "Group Name: " -msgstr "Gruppenavn:" - -#: ../../mod/group.php:113 -msgid "Group removed." -msgstr "Gruppe fjernet." - -#: ../../mod/group.php:115 -msgid "Unable to remove group." -msgstr "Mislyktes med å fjerne gruppe." - -#: ../../mod/group.php:179 -msgid "Group Editor" -msgstr "Gruppebehandler" - -#: ../../mod/group.php:192 -msgid "Members" -msgstr "Medlemmer" - -#: ../../mod/hcard.php:10 -msgid "No profile" -msgstr "Ingen profil" - -#: ../../mod/help.php:79 -msgid "Help:" -msgstr "Hjelp:" - -#: ../../mod/help.php:90 ../../index.php:231 -msgid "Not Found" -msgstr "Ikke funnet" - -#: ../../mod/help.php:93 ../../index.php:234 -msgid "Page not found." -msgstr "Fant ikke siden." - -#: ../../mod/viewcontacts.php:39 -msgid "No contacts." -msgstr "Ingen kontakter." - -#: ../../mod/home.php:34 -#, php-format -msgid "Welcome to %s" -msgstr "Velkommen til %s" - -#: ../../mod/viewsrc.php:7 -msgid "Access denied." -msgstr "Tilgang avslått." - -#: ../../mod/wall_attach.php:69 -#, php-format -msgid "File exceeds size limit of %d" -msgstr "Filstørrelsen er større enn begrensning på %d" - -#: ../../mod/wall_attach.php:110 ../../mod/wall_attach.php:121 -msgid "File upload failed." -msgstr "Opplasting av filen mislyktes." - -#: ../../mod/wall_upload.php:90 ../../mod/profile_photo.php:144 -#, php-format -msgid "Image exceeds size limit of %d" -msgstr "Bildets størrelse overstiger størrelsesbegrensningen på %d" - -#: ../../mod/wall_upload.php:112 ../../mod/photos.php:801 -#: ../../mod/profile_photo.php:153 -msgid "Unable to process image." -msgstr "Ikke i stand til å behandle bildet." - -#: ../../mod/wall_upload.php:138 ../../mod/photos.php:828 -#: ../../mod/profile_photo.php:301 -msgid "Image upload failed." -msgstr "Mislyktes med å laste opp bilde." - -#: ../../mod/invite.php:27 -msgid "Total invitation limit exceeded." -msgstr "Grensen for totalt antall invitasjoner er overskredet." - -#: ../../mod/invite.php:49 -#, php-format -msgid "%s : Not a valid email address." -msgstr "%s: Ugyldig e-postadresse." - -#: ../../mod/invite.php:73 -msgid "Please join us on Friendica" -msgstr "Vær med oss på Friendica" - -#: ../../mod/invite.php:84 -msgid "Invitation limit exceeded. Please contact your site administrator." -msgstr "Invitasjonsgrense overskredet. Vennligst kontakt administrator på ditt nettsted." - -#: ../../mod/invite.php:89 -#, php-format -msgid "%s : Message delivery failed." -msgstr "%s: Mislyktes med å levere meldingen." - -#: ../../mod/invite.php:93 -#, php-format -msgid "%d message sent." -msgid_plural "%d messages sent." -msgstr[0] "one: %d melding sendt." -msgstr[1] "other: %d meldinger sendt." - -#: ../../mod/invite.php:112 -msgid "You have no more invitations available" -msgstr "Du har ingen flere tilgjengelige invitasjoner" - -#: ../../mod/invite.php:120 -#, php-format -msgid "" -"Visit %s for a list of public sites that you can join. Friendica members on " -"other sites can all connect with each other, as well as with members of many" -" other social networks." -msgstr "Besøk %s for en liste med offentlige nettsteder du kan bli med i. Friendica-medlemmer ved andre nettsteder kan alle opprette forbindelse til hverandre, og i tillegg til medlemmer av mange andre sosiale nettverk." - -#: ../../mod/invite.php:122 -#, php-format -msgid "" -"To accept this invitation, please visit and register at %s or any other " -"public Friendica website." -msgstr "For å akseptere denne invitasjonen, vær så snill å besøk og registrer deg hos %s eller et hvilket som helst annet offentlig Friendica-nettsted." - -#: ../../mod/invite.php:123 -#, php-format -msgid "" -"Friendica sites all inter-connect to create a huge privacy-enhanced social " -"web that is owned and controlled by its members. They can also connect with " -"many traditional social networks. See %s for a list of alternate Friendica " -"sites you can join." -msgstr "Friendica-nettsteder er alle forbundet med hverandre for å lage et personvern-forbedret sosialt nettverk som eies og kontrolleres av medlemmene selv. De kan også forbindes med mange tradisjonelle sosiale nettverk. Se %s for en liste over alternative Friendica-nettsteder du kan bli med i." - -#: ../../mod/invite.php:126 -msgid "" -"Our apologies. This system is not currently configured to connect with other" -" public sites or invite members." -msgstr "Vi beklager. Dette systemet er for øyeblikket ikke konfigurert for forbindelser med andre offentlige nettsteder eller å invitere medlemmer." - -#: ../../mod/invite.php:132 -msgid "Send invitations" -msgstr "Send invitasjoner" - -#: ../../mod/invite.php:133 -msgid "Enter email addresses, one per line:" -msgstr "Skriv e-postadresser, en per linje:" - -#: ../../mod/invite.php:134 ../../mod/wallmessage.php:151 -#: ../../mod/message.php:329 ../../mod/message.php:558 -msgid "Your message:" -msgstr "Din melding:" - -#: ../../mod/invite.php:135 -msgid "" -"You are cordially invited to join me and other close friends on Friendica - " -"and help us to create a better social web." -msgstr "Du er herved hjertelig invitert til å bli med meg og andre nære venner på Friendica - hjelp oss å skape en bedre sosial web." - -#: ../../mod/invite.php:137 -msgid "You will need to supply this invitation code: $invite_code" -msgstr "Du må oppgi denne invitasjonskoden: $invite_code" - -#: ../../mod/invite.php:137 -msgid "" -"Once you have registered, please connect with me via my profile page at:" -msgstr "Når du har registrert, vennligst kontakt meg via min profilside på:" - -#: ../../mod/invite.php:139 -msgid "" -"For more information about the Friendica project and why we feel it is " -"important, please visit http://friendica.com" -msgstr "For mer informasjon om Friendica-prosjektet og hvorfor vi mener det er viktig, vennligst besøk http://friendica.com" - -#: ../../mod/wallmessage.php:42 ../../mod/wallmessage.php:112 -#, php-format -msgid "Number of daily wall messages for %s exceeded. Message failed." -msgstr "Antall daglige veggmeldinger for %s er overskredet. Melding mislyktes." - -#: ../../mod/wallmessage.php:56 ../../mod/message.php:63 -msgid "No recipient selected." -msgstr "Ingen mottaker valgt." - -#: ../../mod/wallmessage.php:59 -msgid "Unable to check your home location." -msgstr "Ikke i stand til avgjøre plasseringen til ditt hjemsted." - -#: ../../mod/wallmessage.php:62 ../../mod/message.php:70 -msgid "Message could not be sent." -msgstr "Meldingen kunne ikke sendes." - -#: ../../mod/wallmessage.php:65 ../../mod/message.php:73 -msgid "Message collection failure." -msgstr "Meldingsinnsamling mislyktes." - -#: ../../mod/wallmessage.php:68 ../../mod/message.php:76 -msgid "Message sent." -msgstr "Melding sendt." - -#: ../../mod/wallmessage.php:86 ../../mod/wallmessage.php:95 -msgid "No recipient." -msgstr "Ingen mottaker." - -#: ../../mod/wallmessage.php:142 ../../mod/message.php:319 -msgid "Send Private Message" -msgstr "Send privat melding" - -#: ../../mod/wallmessage.php:143 -#, php-format -msgid "" -"If you wish for %s to respond, please check that the privacy settings on " -"your site allow private mail from unknown senders." -msgstr "Hvis du ønsker å la %s få svare, vennligst sjekk om personverninnstillingene på ditt nettsted tillater private post fra ukjente avsendere." - -#: ../../mod/wallmessage.php:144 ../../mod/message.php:320 -#: ../../mod/message.php:553 -msgid "To:" -msgstr "Til:" - -#: ../../mod/wallmessage.php:145 ../../mod/message.php:325 -#: ../../mod/message.php:555 -msgid "Subject:" -msgstr "Emne:" - -#: ../../mod/localtime.php:24 -msgid "Time Conversion" -msgstr "Tidskonvertering" - -#: ../../mod/localtime.php:26 -msgid "" -"Friendica provides this service for sharing events with other networks and " -"friends in unknown timezones." -msgstr "Friendica har denne tjenesten for å dele hendelser med andre nettverk og venner i ukjente tidssoner." - -#: ../../mod/localtime.php:30 -#, php-format -msgid "UTC time: %s" -msgstr "UTC tid: %s" - -#: ../../mod/localtime.php:33 -#, php-format -msgid "Current timezone: %s" -msgstr "Gjeldende tidssone: %s" - -#: ../../mod/localtime.php:36 -#, php-format -msgid "Converted localtime: %s" -msgstr "Konvertert lokaltid: %s" - -#: ../../mod/localtime.php:41 -msgid "Please select your timezone:" -msgstr "Vennligst velg din tidssone:" - -#: ../../mod/lockview.php:31 ../../mod/lockview.php:39 -msgid "Remote privacy information not available." -msgstr "Ekstern informasjon om privatlivsinnstillinger er ikke tilgjengelig." - -#: ../../mod/lockview.php:48 -msgid "Visible to:" -msgstr "Synlig for:" +"Do you want to authorize this application to access your posts and contacts," +" and/or create new posts for you?" +msgstr "Vil du tillate at dette programmet får tilgang til dine innlegg og kontakter, og/eller kan opprette nye innlegg for deg?" #: ../../mod/lostpass.php:17 msgid "No valid account found." @@ -5576,10 +1140,6 @@ msgid "" "Password reset failed." msgstr "Forespørselen kunne ikke verifiseres. (Du kan ha sendt den inn tidligere.) Tilbakestilling av passord milslyktes." -#: ../../mod/lostpass.php:84 ../../boot.php:1151 -msgid "Password Reset" -msgstr "Passord tilbakestilling" - #: ../../mod/lostpass.php:85 msgid "Your password has been reset as requested." msgstr "Ditt passord er tilbakestilt som forespurt." @@ -5625,547 +1185,79 @@ msgstr "Kallenavn eller e-post:" msgid "Reset" msgstr "Tilbakestill" -#: ../../mod/maintenance.php:5 -msgid "System down for maintenance" -msgstr "Systemet er nede for vedlikehold" +#: ../../mod/wallmessage.php:42 ../../mod/wallmessage.php:112 +#, php-format +msgid "Number of daily wall messages for %s exceeded. Message failed." +msgstr "Antall daglige veggmeldinger for %s er overskredet. Melding mislyktes." -#: ../../mod/manage.php:106 -msgid "Manage Identities and/or Pages" -msgstr "Behandle identiteter og/eller sider" +#: ../../mod/wallmessage.php:56 ../../mod/message.php:63 +msgid "No recipient selected." +msgstr "Ingen mottaker valgt." -#: ../../mod/manage.php:107 +#: ../../mod/wallmessage.php:59 +msgid "Unable to check your home location." +msgstr "Ikke i stand til avgjøre plasseringen til ditt hjemsted." + +#: ../../mod/wallmessage.php:62 ../../mod/message.php:70 +msgid "Message could not be sent." +msgstr "Meldingen kunne ikke sendes." + +#: ../../mod/wallmessage.php:65 ../../mod/message.php:73 +msgid "Message collection failure." +msgstr "Meldingsinnsamling mislyktes." + +#: ../../mod/wallmessage.php:68 ../../mod/message.php:76 +msgid "Message sent." +msgstr "Melding sendt." + +#: ../../mod/wallmessage.php:86 ../../mod/wallmessage.php:95 +msgid "No recipient." +msgstr "Ingen mottaker." + +#: ../../mod/wallmessage.php:127 ../../mod/wallmessage.php:135 +#: ../../mod/message.php:283 ../../mod/message.php:291 +#: ../../mod/message.php:466 ../../mod/message.php:474 +#: ../../include/conversation.php:997 ../../include/conversation.php:1015 +msgid "Please enter a link URL:" +msgstr "Vennligst skriv inn en lenke URL:" + +#: ../../mod/wallmessage.php:142 ../../mod/message.php:319 +msgid "Send Private Message" +msgstr "Send privat melding" + +#: ../../mod/wallmessage.php:143 +#, php-format msgid "" -"Toggle between different identities or community/group pages which share " -"your account details or which you have been granted \"manage\" permissions" -msgstr "Veksle mellom ulike identiteter eller felleskaps-/gruppesider som deler dine kontodetaljer eller som du har blitt gitt \"behandle\" tillatelser" - -#: ../../mod/manage.php:108 -msgid "Select an identity to manage: " -msgstr "Velg en identitet å behandle:" - -#: ../../mod/match.php:12 -msgid "Profile Match" -msgstr "Profiltreff" - -#: ../../mod/match.php:20 -msgid "No keywords to match. Please add keywords to your default profile." -msgstr "Ingen nøkkelord å sammenlikne. Vennligst legg til nøkkelord i din standardprofil." - -#: ../../mod/match.php:57 -msgid "is interested in:" -msgstr "er interessert i:" - -#: ../../mod/message.php:67 -msgid "Unable to locate contact information." -msgstr "Mislyktes med å finne kontaktinformasjon." - -#: ../../mod/message.php:207 -msgid "Do you really want to delete this message?" -msgstr "Ønsker du virkelig å slette denne meldingen?" - -#: ../../mod/message.php:227 -msgid "Message deleted." -msgstr "Melding slettet." - -#: ../../mod/message.php:258 -msgid "Conversation removed." -msgstr "Samtale slettet." - -#: ../../mod/message.php:371 -msgid "No messages." -msgstr "Ingen meldinger." - -#: ../../mod/message.php:378 -#, php-format -msgid "Unknown sender - %s" -msgstr "Ukjent avsender - %s" - -#: ../../mod/message.php:381 -#, php-format -msgid "You and %s" -msgstr "Du og %s" - -#: ../../mod/message.php:384 -#, php-format -msgid "%s and You" -msgstr "%s og du" - -#: ../../mod/message.php:405 ../../mod/message.php:546 -msgid "Delete conversation" -msgstr "Slett samtale" - -#: ../../mod/message.php:408 -msgid "D, d M Y - g:i A" -msgstr "D, d M Y - g:i A" - -#: ../../mod/message.php:411 -#, php-format -msgid "%d message" -msgid_plural "%d messages" -msgstr[0] "%d melding" -msgstr[1] "%d meldinger" - -#: ../../mod/message.php:450 -msgid "Message not available." -msgstr "Melding utilgjengelig." - -#: ../../mod/message.php:520 -msgid "Delete message" -msgstr "Slett melding" - -#: ../../mod/message.php:548 -msgid "" -"No secure communications available. You may be able to " -"respond from the sender's profile page." -msgstr "Ingen sikker kommunikasjon tilgjengelig. Du kan kanskje svare fra senderens profilside." - -#: ../../mod/message.php:552 -msgid "Send Reply" -msgstr "Send svar" - -#: ../../mod/mood.php:133 -msgid "Mood" -msgstr "Stemning" - -#: ../../mod/mood.php:134 -msgid "Set your current mood and tell your friends" -msgstr "Angi din stemning og fortell dine venner" - -#: ../../mod/network.php:181 -msgid "Search Results For:" -msgstr "Søkeresultater for:" - -#: ../../mod/network.php:397 -msgid "Commented Order" -msgstr "Etter kommentarer" - -#: ../../mod/network.php:400 -msgid "Sort by Comment Date" -msgstr "Sorter etter kommentardato" - -#: ../../mod/network.php:403 -msgid "Posted Order" -msgstr "Etter innlegg" - -#: ../../mod/network.php:406 -msgid "Sort by Post Date" -msgstr "Sorter etter innleggsdato" - -#: ../../mod/network.php:444 ../../mod/notifications.php:88 -msgid "Personal" -msgstr "Personlig" - -#: ../../mod/network.php:447 -msgid "Posts that mention or involve you" -msgstr "Innlegg som nevner eller involverer deg" - -#: ../../mod/network.php:453 -msgid "New" -msgstr "Ny" - -#: ../../mod/network.php:456 -msgid "Activity Stream - by date" -msgstr "Aktivitetsstrøm - etter dato" - -#: ../../mod/network.php:462 -msgid "Shared Links" -msgstr "Delte lenker" - -#: ../../mod/network.php:465 -msgid "Interesting Links" -msgstr "Interessante lenker" - -#: ../../mod/network.php:471 -msgid "Starred" -msgstr "Med stjerne" - -#: ../../mod/network.php:474 -msgid "Favourite Posts" -msgstr "Favorittinnlegg" - -#: ../../mod/network.php:546 -#, php-format -msgid "Warning: This group contains %s member from an insecure network." -msgid_plural "" -"Warning: This group contains %s members from an insecure network." -msgstr[0] "Advarsel: denne gruppen inneholder %s medlem fra et usikkert nettverk." -msgstr[1] "Advarsel: denne gruppe inneholder %s medlemmer fra et usikkert nettverk." - -#: ../../mod/network.php:549 -msgid "Private messages to this group are at risk of public disclosure." -msgstr "Private meldinger til denne gruppen risikerer å bli offentliggjort." - -#: ../../mod/network.php:596 ../../mod/content.php:119 -msgid "No such group" -msgstr "Gruppen finnes ikke" - -#: ../../mod/network.php:607 ../../mod/content.php:130 -msgid "Group is empty" -msgstr "Gruppen er tom" - -#: ../../mod/network.php:611 ../../mod/content.php:134 -msgid "Group: " -msgstr "Gruppe:" - -#: ../../mod/network.php:621 -msgid "Contact: " -msgstr "Kontakt:" - -#: ../../mod/network.php:623 -msgid "Private messages to this person are at risk of public disclosure." -msgstr "Private meldinger til denne personen risikerer å bli offentliggjort." - -#: ../../mod/network.php:628 -msgid "Invalid contact." -msgstr "Ugyldig kontakt." - -#: ../../mod/notifications.php:26 -msgid "Invalid request identifier." -msgstr "Ugyldig forespørselsidentifikator." - -#: ../../mod/notifications.php:35 ../../mod/notifications.php:165 -#: ../../mod/notifications.php:211 -msgid "Discard" -msgstr "Forkast" - -#: ../../mod/notifications.php:78 -msgid "System" -msgstr "System" - -#: ../../mod/notifications.php:122 -msgid "Show Ignored Requests" -msgstr "Vis ignorerte forespørsler" - -#: ../../mod/notifications.php:122 -msgid "Hide Ignored Requests" -msgstr "Skjul ignorerte forespørsler" - -#: ../../mod/notifications.php:149 ../../mod/notifications.php:195 -msgid "Notification type: " -msgstr "Beskjedtype:" - -#: ../../mod/notifications.php:150 -msgid "Friend Suggestion" -msgstr "Venneforslag" - -#: ../../mod/notifications.php:152 -#, php-format -msgid "suggested by %s" -msgstr "foreslått av %s" - -#: ../../mod/notifications.php:158 ../../mod/notifications.php:205 -msgid "Post a new friend activity" -msgstr "Post om en ny venn" - -#: ../../mod/notifications.php:158 ../../mod/notifications.php:205 -msgid "if applicable" -msgstr "hvis gyldig" - -#: ../../mod/notifications.php:181 -msgid "Claims to be known to you: " -msgstr "Påstår å kjenne deg:" - -#: ../../mod/notifications.php:181 -msgid "yes" -msgstr "ja" - -#: ../../mod/notifications.php:181 -msgid "no" -msgstr "ei" - -#: ../../mod/notifications.php:188 -msgid "Approve as: " -msgstr "Godkjenn som:" - -#: ../../mod/notifications.php:189 -msgid "Friend" -msgstr "Venn" - -#: ../../mod/notifications.php:190 -msgid "Sharer" -msgstr "Deler" - -#: ../../mod/notifications.php:190 -msgid "Fan/Admirer" -msgstr "Fan/Beundrer" - -#: ../../mod/notifications.php:196 -msgid "Friend/Connect Request" -msgstr "Venn/kontakt-forespørsel" - -#: ../../mod/notifications.php:196 -msgid "New Follower" -msgstr "Ny følgesvenn" - -#: ../../mod/notifications.php:217 -msgid "No introductions." -msgstr "Ingen introduksjoner." - -#: ../../mod/notifications.php:257 ../../mod/notifications.php:382 -#: ../../mod/notifications.php:469 -#, php-format -msgid "%s liked %s's post" -msgstr "%s likte %s sitt innlegg" - -#: ../../mod/notifications.php:266 ../../mod/notifications.php:391 -#: ../../mod/notifications.php:478 -#, php-format -msgid "%s disliked %s's post" -msgstr "%s mislikte %s sitt innlegg" - -#: ../../mod/notifications.php:280 ../../mod/notifications.php:405 -#: ../../mod/notifications.php:492 -#, php-format -msgid "%s is now friends with %s" -msgstr "%s er nå venner med %s" - -#: ../../mod/notifications.php:287 ../../mod/notifications.php:412 -#, php-format -msgid "%s created a new post" -msgstr "%s skrev et nytt innlegg" - -#: ../../mod/notifications.php:288 ../../mod/notifications.php:413 -#: ../../mod/notifications.php:501 -#, php-format -msgid "%s commented on %s's post" -msgstr "%s kommenterte på %s sitt innlegg" - -#: ../../mod/notifications.php:302 -msgid "No more network notifications." -msgstr "Ingen flere nettverksvarslinger." - -#: ../../mod/notifications.php:306 -msgid "Network Notifications" -msgstr "Nettverksvarslinger" - -#: ../../mod/notifications.php:332 ../../mod/notify.php:61 -msgid "No more system notifications." -msgstr "Ingen flere systemvarsler." - -#: ../../mod/notifications.php:336 ../../mod/notify.php:65 -msgid "System Notifications" -msgstr "Systemvarsler" - -#: ../../mod/notifications.php:427 -msgid "No more personal notifications." -msgstr "Ingen flere personlige varsler." - -#: ../../mod/notifications.php:431 -msgid "Personal Notifications" -msgstr "Personlige varsler" - -#: ../../mod/notifications.php:508 -msgid "No more home notifications." -msgstr "Ingen flere hjemmevarsler." - -#: ../../mod/notifications.php:512 -msgid "Home Notifications" -msgstr "Hjemmevarsler" - -#: ../../mod/photos.php:51 ../../boot.php:1957 -msgid "Photo Albums" -msgstr "Fotoalbum" - -#: ../../mod/photos.php:59 ../../mod/photos.php:154 ../../mod/photos.php:1058 -#: ../../mod/photos.php:1183 ../../mod/photos.php:1206 -#: ../../mod/photos.php:1736 ../../mod/photos.php:1748 -#: ../../view/theme/diabook/theme.php:492 -msgid "Contact Photos" -msgstr "Kontaktbilder" - -#: ../../mod/photos.php:66 ../../mod/photos.php:1222 ../../mod/photos.php:1795 -msgid "Upload New Photos" -msgstr "Last opp nye bilder" - -#: ../../mod/photos.php:143 -msgid "Contact information unavailable" -msgstr "Kontaktinformasjon utilgjengelig" - -#: ../../mod/photos.php:164 -msgid "Album not found." -msgstr "Album ble ikke funnet." - -#: ../../mod/photos.php:187 ../../mod/photos.php:199 ../../mod/photos.php:1200 -msgid "Delete Album" -msgstr "Slett album" - -#: ../../mod/photos.php:197 -msgid "Do you really want to delete this photo album and all its photos?" -msgstr "Ønsker du virkelig å slette dette fotoalbumet og alle bildene i det?" - -#: ../../mod/photos.php:276 ../../mod/photos.php:287 ../../mod/photos.php:1502 -msgid "Delete Photo" -msgstr "Slett bilde" - -#: ../../mod/photos.php:285 -msgid "Do you really want to delete this photo?" -msgstr "Ønsker du virkelig å slette dette bildet?" - -#: ../../mod/photos.php:656 -#, php-format -msgid "%1$s was tagged in %2$s by %3$s" -msgstr "%1$s ble merket i %2$s av %3$s" - -#: ../../mod/photos.php:656 -msgid "a photo" -msgstr "et bilde" - -#: ../../mod/photos.php:761 -msgid "Image exceeds size limit of " -msgstr "Bilde overstiger størrelsesbegrensningen på " - -#: ../../mod/photos.php:769 -msgid "Image file is empty." -msgstr "Bildefilen er tom." - -#: ../../mod/photos.php:924 -msgid "No photos selected" -msgstr "Ingen bilder er valgt" - -#: ../../mod/photos.php:1088 -#, php-format -msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage." -msgstr "Du har brukt %1$.2f Mbytes av %2$.2f Mbytes bildelagring." - -#: ../../mod/photos.php:1123 -msgid "Upload Photos" -msgstr "Last opp bilder" - -#: ../../mod/photos.php:1127 ../../mod/photos.php:1195 -msgid "New album name: " -msgstr "Nytt albumnavn:" - -#: ../../mod/photos.php:1128 -msgid "or existing album name: " -msgstr "eller eksisterende albumnavn:" - -#: ../../mod/photos.php:1129 -msgid "Do not show a status post for this upload" -msgstr "Ikke vis statusoppdatering for denne opplastingen" - -#: ../../mod/photos.php:1131 ../../mod/photos.php:1497 -msgid "Permissions" -msgstr "Tillatelser" - -#: ../../mod/photos.php:1142 -msgid "Private Photo" -msgstr "Privat bilde" - -#: ../../mod/photos.php:1143 -msgid "Public Photo" -msgstr "Offentlig bilde" - -#: ../../mod/photos.php:1210 -msgid "Edit Album" -msgstr "Endre album" - -#: ../../mod/photos.php:1216 -msgid "Show Newest First" -msgstr "Vis nyeste først" - -#: ../../mod/photos.php:1218 -msgid "Show Oldest First" -msgstr "Vis eldste først" - -#: ../../mod/photos.php:1251 ../../mod/photos.php:1778 -msgid "View Photo" -msgstr "Vis bilde" - -#: ../../mod/photos.php:1286 -msgid "Permission denied. Access to this item may be restricted." -msgstr "Tilgang nektet. Tilgang til dette elementet kan være begrenset." - -#: ../../mod/photos.php:1288 -msgid "Photo not available" -msgstr "Bilde ikke tilgjengelig" - -#: ../../mod/photos.php:1344 -msgid "View photo" -msgstr "Vis foto" - -#: ../../mod/photos.php:1344 -msgid "Edit photo" -msgstr "Endre bilde" - -#: ../../mod/photos.php:1345 -msgid "Use as profile photo" -msgstr "Bruk som profilbilde" - -#: ../../mod/photos.php:1351 ../../mod/content.php:643 -#: ../../object/Item.php:113 -msgid "Private Message" -msgstr "Privat melding" - -#: ../../mod/photos.php:1370 -msgid "View Full Size" -msgstr "Vis i full størrelse" - -#: ../../mod/photos.php:1444 -msgid "Tags: " -msgstr "Tagger:" - -#: ../../mod/photos.php:1447 -msgid "[Remove any tag]" -msgstr "[Fjern en tag]" - -#: ../../mod/photos.php:1487 -msgid "Rotate CW (right)" -msgstr "Roter med klokka (høyre)" - -#: ../../mod/photos.php:1488 -msgid "Rotate CCW (left)" -msgstr "Roter mot klokka (venstre)" - -#: ../../mod/photos.php:1490 -msgid "New album name" -msgstr "Nytt albumnavn" - -#: ../../mod/photos.php:1493 -msgid "Caption" -msgstr "Overskrift" - -#: ../../mod/photos.php:1495 -msgid "Add a Tag" -msgstr "Legg til tag" - -#: ../../mod/photos.php:1499 -msgid "" -"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" -msgstr "Eksempel: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" - -#: ../../mod/photos.php:1508 -msgid "Private photo" -msgstr "Privat bilde" - -#: ../../mod/photos.php:1509 -msgid "Public photo" -msgstr "Offentlig bilde" - -#: ../../mod/photos.php:1529 ../../mod/content.php:707 -#: ../../object/Item.php:232 -msgid "I like this (toggle)" -msgstr "Jeg liker dette (skru på/av)" - -#: ../../mod/photos.php:1530 ../../mod/content.php:708 -#: ../../object/Item.php:233 -msgid "I don't like this (toggle)" -msgstr "Jeg liker ikke dette (skru på/av)" - -#: ../../mod/photos.php:1549 ../../mod/photos.php:1593 -#: ../../mod/photos.php:1676 ../../mod/content.php:730 -#: ../../object/Item.php:650 -msgid "This is you" -msgstr "Dette er deg" - -#: ../../mod/photos.php:1551 ../../mod/photos.php:1595 -#: ../../mod/photos.php:1678 ../../mod/content.php:732 -#: ../../object/Item.php:338 ../../object/Item.php:652 ../../boot.php:670 -msgid "Comment" -msgstr "Kommentar" - -#: ../../mod/photos.php:1793 -msgid "Recent Photos" -msgstr "Nye bilder" +"If you wish for %s to respond, please check that the privacy settings on " +"your site allow private mail from unknown senders." +msgstr "Hvis du ønsker å la %s få svare, vennligst sjekk om personverninnstillingene på ditt nettsted tillater private post fra ukjente avsendere." + +#: ../../mod/wallmessage.php:144 ../../mod/message.php:320 +#: ../../mod/message.php:553 +msgid "To:" +msgstr "Til:" + +#: ../../mod/wallmessage.php:145 ../../mod/message.php:325 +#: ../../mod/message.php:555 +msgid "Subject:" +msgstr "Emne:" + +#: ../../mod/wallmessage.php:151 ../../mod/message.php:329 +#: ../../mod/message.php:558 ../../mod/invite.php:134 +msgid "Your message:" +msgstr "Din melding:" + +#: ../../mod/wallmessage.php:154 ../../mod/editpost.php:110 +#: ../../mod/message.php:332 ../../mod/message.php:562 +#: ../../include/conversation.php:1081 +msgid "Upload photo" +msgstr "Last opp bilde" + +#: ../../mod/wallmessage.php:155 ../../mod/editpost.php:114 +#: ../../mod/message.php:333 ../../mod/message.php:563 +#: ../../include/conversation.php:1085 +msgid "Insert web link" +msgstr "Sett inn web-adresse" #: ../../mod/newmember.php:6 msgid "Welcome to Friendica" @@ -6254,6 +1346,11 @@ msgstr "Legg til noen offentlige nøkkelord til standardprofilen din som beskriv msgid "Connecting" msgstr "Kobling" +#: ../../mod/newmember.php:49 ../../mod/newmember.php:51 +#: ../../include/contact_selectors.php:81 +msgid "Facebook" +msgstr "Facebook" + #: ../../mod/newmember.php:49 msgid "" "Authorise the Facebook Connector if you currently have a Facebook account " @@ -6312,6 +1409,10 @@ msgid "" "hours." msgstr "I sidepanelet på Kontakter-siden er flere verktøy for å finne nye venner. Vi kan matche personer utfra interesse, slå opp personer på navn eller interesse, og gi forslag basert på nettverksforbindelser. På et helt nytt nettsted, så vil venneforslag vanligvis dukke opp innen 24 timer." +#: ../../mod/newmember.php:66 ../../include/group.php:270 +msgid "Groups" +msgstr "Grupper" + #: ../../mod/newmember.php:70 msgid "Group Your Contacts" msgstr "Kontaktgrupper" @@ -6348,13 +1449,130 @@ msgid "" " features and resources." msgstr "Våre hjelpesider kan leses for flere detaljer og ressurser om andre egenskaper ved programmet." -#: ../../mod/profile.php:21 ../../boot.php:1325 -msgid "Requested profile is not available." -msgstr "Profil utilgjengelig." +#: ../../mod/suggest.php:27 +msgid "Do you really want to delete this suggestion?" +msgstr "Vil du virkelig slette dette forslaget?" -#: ../../mod/profile.php:180 -msgid "Tips for New Members" -msgstr "Tips til nye medlemmer" +#: ../../mod/suggest.php:32 ../../mod/editpost.php:148 +#: ../../mod/dfrn_request.php:848 ../../mod/contacts.php:323 +#: ../../mod/settings.php:602 ../../mod/settings.php:628 +#: ../../mod/message.php:212 ../../mod/photos.php:202 ../../mod/photos.php:290 +#: ../../mod/tagrm.php:11 ../../mod/tagrm.php:94 ../../mod/fbrowser.php:81 +#: ../../mod/fbrowser.php:116 ../../include/conversation.php:1119 +#: ../../include/items.php:4067 +msgid "Cancel" +msgstr "Avbryt" + +#: ../../mod/suggest.php:72 +msgid "" +"No suggestions available. If this is a new site, please try again in 24 " +"hours." +msgstr "Ingen forslag tilgjengelig. Hvis dette er et nytt nettsted, vennligst prøv igjen om 24 timer." + +#: ../../mod/suggest.php:90 +msgid "Ignore/Hide" +msgstr "Ignorér/Skjul" + +#: ../../mod/network.php:179 +msgid "Search Results For:" +msgstr "Søkeresultater for:" + +#: ../../mod/network.php:222 ../../mod/_search.php:21 ../../mod/search.php:21 +msgid "Remove term" +msgstr "Fjern uttrykk" + +#: ../../mod/network.php:231 ../../mod/_search.php:30 ../../mod/search.php:30 +#: ../../include/features.php:41 +msgid "Saved Searches" +msgstr "Lagrede søk" + +#: ../../mod/network.php:232 ../../include/group.php:275 +msgid "add" +msgstr "legg til" + +#: ../../mod/network.php:394 +msgid "Commented Order" +msgstr "Etter kommentarer" + +#: ../../mod/network.php:397 +msgid "Sort by Comment Date" +msgstr "Sorter etter kommentardato" + +#: ../../mod/network.php:400 +msgid "Posted Order" +msgstr "Etter innlegg" + +#: ../../mod/network.php:403 +msgid "Sort by Post Date" +msgstr "Sorter etter innleggsdato" + +#: ../../mod/network.php:441 ../../mod/notifications.php:88 +msgid "Personal" +msgstr "Personlig" + +#: ../../mod/network.php:444 +msgid "Posts that mention or involve you" +msgstr "Innlegg som nevner eller involverer deg" + +#: ../../mod/network.php:450 +msgid "New" +msgstr "Ny" + +#: ../../mod/network.php:453 +msgid "Activity Stream - by date" +msgstr "Aktivitetsstrøm - etter dato" + +#: ../../mod/network.php:459 +msgid "Shared Links" +msgstr "Delte lenker" + +#: ../../mod/network.php:462 +msgid "Interesting Links" +msgstr "Interessante lenker" + +#: ../../mod/network.php:468 +msgid "Starred" +msgstr "Med stjerne" + +#: ../../mod/network.php:471 +msgid "Favourite Posts" +msgstr "Favorittinnlegg" + +#: ../../mod/network.php:539 +#, php-format +msgid "Warning: This group contains %s member from an insecure network." +msgid_plural "" +"Warning: This group contains %s members from an insecure network." +msgstr[0] "Advarsel: denne gruppen inneholder %s medlem fra et usikkert nettverk." +msgstr[1] "Advarsel: denne gruppe inneholder %s medlemmer fra et usikkert nettverk." + +#: ../../mod/network.php:542 +msgid "Private messages to this group are at risk of public disclosure." +msgstr "Private meldinger til denne gruppen risikerer å bli offentliggjort." + +#: ../../mod/network.php:588 ../../mod/content.php:119 +msgid "No such group" +msgstr "Gruppen finnes ikke" + +#: ../../mod/network.php:599 ../../mod/content.php:130 +msgid "Group is empty" +msgstr "Gruppen er tom" + +#: ../../mod/network.php:605 ../../mod/content.php:134 +msgid "Group: " +msgstr "Gruppe:" + +#: ../../mod/network.php:617 +msgid "Contact: " +msgstr "Kontakt:" + +#: ../../mod/network.php:619 +msgid "Private messages to this person are at risk of public disclosure." +msgstr "Private meldinger til denne personen risikerer å bli offentliggjort." + +#: ../../mod/network.php:624 +msgid "Invalid contact." +msgstr "Ugyldig kontakt." #: ../../mod/install.php:117 msgid "Friendica Communications Server - Setup" @@ -6387,6 +1605,10 @@ msgstr "Vennligst se filen \"INSTALL.txt\"." msgid "System check" msgstr "Systemsjekk" +#: ../../mod/install.php:207 ../../mod/events.php:373 +msgid "Next" +msgstr "Neste" + #: ../../mod/install.php:208 msgid "Check again" msgstr "Sjekk på nytt" @@ -6651,18 +1873,3137 @@ msgid "" "poller." msgstr "VIKTIG: Du må [manuelt] sette opp en planlagt oppgave for oppdatering." +#: ../../mod/admin.php:55 +msgid "Theme settings updated." +msgstr "Temainnstillinger oppdatert." + +#: ../../mod/admin.php:101 ../../mod/admin.php:570 +msgid "Site" +msgstr "Nettsted" + +#: ../../mod/admin.php:102 ../../mod/admin.php:898 ../../mod/admin.php:913 +msgid "Users" +msgstr "Brukere" + +#: ../../mod/admin.php:103 ../../mod/admin.php:1002 ../../mod/admin.php:1044 +msgid "Plugins" +msgstr "Tillegg" + +#: ../../mod/admin.php:104 ../../mod/admin.php:1210 ../../mod/admin.php:1244 +msgid "Themes" +msgstr "Tema" + +#: ../../mod/admin.php:105 +msgid "DB updates" +msgstr "Databaseoppdateringer" + +#: ../../mod/admin.php:120 ../../mod/admin.php:127 ../../mod/admin.php:1331 +msgid "Logs" +msgstr "Logger" + +#: ../../mod/admin.php:125 ../../include/nav.php:178 +msgid "Admin" +msgstr "Administrator" + +#: ../../mod/admin.php:126 +msgid "Plugin Features" +msgstr "Utvidelse - egenskaper" + +#: ../../mod/admin.php:128 +msgid "User registrations waiting for confirmation" +msgstr "Brukerregistreringer venter på bekreftelse" + +#: ../../mod/admin.php:187 ../../mod/admin.php:852 +msgid "Normal Account" +msgstr "Vanlig konto" + +#: ../../mod/admin.php:188 ../../mod/admin.php:853 +msgid "Soapbox Account" +msgstr "Talerstol-konto" + +#: ../../mod/admin.php:189 ../../mod/admin.php:854 +msgid "Community/Celebrity Account" +msgstr "Gruppe-/kjendiskonto" + +#: ../../mod/admin.php:190 ../../mod/admin.php:855 +msgid "Automatic Friend Account" +msgstr "Automatisk vennekonto" + +#: ../../mod/admin.php:191 +msgid "Blog Account" +msgstr "Bloggkonto" + +#: ../../mod/admin.php:192 +msgid "Private Forum" +msgstr "Privat forum" + +#: ../../mod/admin.php:211 +msgid "Message queues" +msgstr "Meldingskøer" + +#: ../../mod/admin.php:216 ../../mod/admin.php:569 ../../mod/admin.php:897 +#: ../../mod/admin.php:1001 ../../mod/admin.php:1043 ../../mod/admin.php:1209 +#: ../../mod/admin.php:1243 ../../mod/admin.php:1330 +msgid "Administration" +msgstr "Administrasjon" + +#: ../../mod/admin.php:217 +msgid "Summary" +msgstr "Oppsummering" + +#: ../../mod/admin.php:219 +msgid "Registered users" +msgstr "Registrerte brukere" + +#: ../../mod/admin.php:221 +msgid "Pending registrations" +msgstr "Ventende registreringer" + +#: ../../mod/admin.php:222 +msgid "Version" +msgstr "Versjon" + +#: ../../mod/admin.php:224 +msgid "Active plugins" +msgstr "Aktive tillegg" + +#: ../../mod/admin.php:247 +msgid "Can not parse base url. Must have at least ://" +msgstr "Kan ikke tolke base URL. Må ha minst ://" + +#: ../../mod/admin.php:483 +msgid "Site settings updated." +msgstr "Nettstedets innstillinger er oppdatert." + +#: ../../mod/admin.php:512 ../../mod/settings.php:810 +msgid "No special theme for mobile devices" +msgstr "Ikke eget tema for mobile enheter" + +#: ../../mod/admin.php:529 ../../mod/contacts.php:402 +msgid "Never" +msgstr "Aldri" + +#: ../../mod/admin.php:530 ../../include/contact_selectors.php:56 +msgid "Frequently" +msgstr "Ofte" + +#: ../../mod/admin.php:531 ../../include/contact_selectors.php:57 +msgid "Hourly" +msgstr "Hver time" + +#: ../../mod/admin.php:532 ../../include/contact_selectors.php:58 +msgid "Twice daily" +msgstr "To ganger daglig" + +#: ../../mod/admin.php:533 ../../include/contact_selectors.php:59 +msgid "Daily" +msgstr "Daglig" + +#: ../../mod/admin.php:538 +msgid "Multi user instance" +msgstr "Flerbrukerinstans" + +#: ../../mod/admin.php:556 +msgid "Closed" +msgstr "Stengt" + +#: ../../mod/admin.php:557 +msgid "Requires approval" +msgstr "Krever godkjenning" + +#: ../../mod/admin.php:558 +msgid "Open" +msgstr "Åpen" + +#: ../../mod/admin.php:562 +msgid "No SSL policy, links will track page SSL state" +msgstr "Ingen SSL-retningslinjer, lenker vil spore sidens SSL-tilstand" + +#: ../../mod/admin.php:563 +msgid "Force all links to use SSL" +msgstr "Tving alle lenker til å bruke SSL" + +#: ../../mod/admin.php:564 +msgid "Self-signed certificate, use SSL for local links only (discouraged)" +msgstr "Selvsignert sertifikat, bruk SSL bare til lokale lenker (ikke anbefalt)" + +#: ../../mod/admin.php:571 ../../mod/admin.php:1045 ../../mod/admin.php:1245 +#: ../../mod/admin.php:1332 ../../mod/settings.php:601 +#: ../../mod/settings.php:711 ../../mod/settings.php:780 +#: ../../mod/settings.php:856 ../../mod/settings.php:1084 +msgid "Save Settings" +msgstr "Lagre innstillinger" + +#: ../../mod/admin.php:573 +msgid "File upload" +msgstr "Last opp fil" + +#: ../../mod/admin.php:574 +msgid "Policies" +msgstr "Retningslinjer" + +#: ../../mod/admin.php:575 +msgid "Advanced" +msgstr "Avansert" + +#: ../../mod/admin.php:576 +msgid "Performance" +msgstr "Ytelse" + +#: ../../mod/admin.php:577 +msgid "" +"Relocate - WARNING: advanced function. Could make this server unreachable." +msgstr "Omplasser - ADVARSEL: avansert funksjon. Kan gjøre denne tjeneren utilgjengelig." + +#: ../../mod/admin.php:580 +msgid "Site name" +msgstr "Nettstedets navn" + +#: ../../mod/admin.php:581 +msgid "Banner/Logo" +msgstr "Banner/logo" + +#: ../../mod/admin.php:582 +msgid "Additional Info" +msgstr "Ekstra informasjon" + +#: ../../mod/admin.php:582 +msgid "" +"For public servers: you can add additional information here that will be " +"listed at dir.friendica.com/siteinfo." +msgstr "For offentlige tjenere: du kan legge til ekstra informasjon her som vil bli vist på dir.friendica.com/siteinfo." + +#: ../../mod/admin.php:583 +msgid "System language" +msgstr "Systemspråk" + +#: ../../mod/admin.php:584 +msgid "System theme" +msgstr "Systemtema" + +#: ../../mod/admin.php:584 +msgid "" +"Default system theme - may be over-ridden by user profiles - change theme settings" +msgstr "Standard tema for systemet - kan overstyres av brukerprofiler - endre temainnstillinger" + +#: ../../mod/admin.php:585 +msgid "Mobile system theme" +msgstr "Mobilt tema til systemet" + +#: ../../mod/admin.php:585 +msgid "Theme for mobile devices" +msgstr "Tema for mobile enheter" + +#: ../../mod/admin.php:586 +msgid "SSL link policy" +msgstr "Retningslinjer for SSL og lenker" + +#: ../../mod/admin.php:586 +msgid "Determines whether generated links should be forced to use SSL" +msgstr "Avgjør om genererte lenker skal tvinges til å bruke SSL" + +#: ../../mod/admin.php:587 +msgid "Old style 'Share'" +msgstr "\"Deling\" på gamlemåten" + +#: ../../mod/admin.php:587 +msgid "Deactivates the bbcode element 'share' for repeating items." +msgstr "Skrur av bbcode \"dele\" for gjentatte elementer." + +#: ../../mod/admin.php:588 +msgid "Hide help entry from navigation menu" +msgstr "Skjul punktet om hjelp fra navigasjonsmenyen" + +#: ../../mod/admin.php:588 +msgid "" +"Hides the menu entry for the Help pages from the navigation menu. You can " +"still access it calling /help directly." +msgstr "Skjuler menypunktet for Hjelp-sidene fra navigasjonsmenyen. Du kan fremdeles få tilgang ved å bruke /help direkte." + +#: ../../mod/admin.php:589 +msgid "Single user instance" +msgstr "Enkeltbrukerinstans" + +#: ../../mod/admin.php:589 +msgid "Make this instance multi-user or single-user for the named user" +msgstr "Gjør denne instansen til flerbruker eller enkeltbruker for den navngitte brukeren" + +#: ../../mod/admin.php:590 +msgid "Maximum image size" +msgstr "Maksimum bildestørrelse" + +#: ../../mod/admin.php:590 +msgid "" +"Maximum size in bytes of uploaded images. Default is 0, which means no " +"limits." +msgstr "Maksimal størrelse i bytes for opplastede bilder. Standard er 0, som betyr ingen størrelsesgrense." + +#: ../../mod/admin.php:591 +msgid "Maximum image length" +msgstr "Maksimal bildelenge" + +#: ../../mod/admin.php:591 +msgid "" +"Maximum length in pixels of the longest side of uploaded images. Default is " +"-1, which means no limits." +msgstr "Maksimal lengde i pixler for den lengste siden til opplastede bilder. Standard er -1, some betyr ingen grense." + +#: ../../mod/admin.php:592 +msgid "JPEG image quality" +msgstr "JPEG-bildekvalitet" + +#: ../../mod/admin.php:592 +msgid "" +"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " +"100, which is full quality." +msgstr "Opplastede JPEG-er vil bli lagret med disse kvalitetsinnstillingene [0-100]. Standard er 100, som er høyeste kvalitet." + +#: ../../mod/admin.php:594 +msgid "Register policy" +msgstr "Registrer retningslinjer" + +#: ../../mod/admin.php:595 +msgid "Maximum Daily Registrations" +msgstr "Maksimalt antall daglige registreringer" + +#: ../../mod/admin.php:595 +msgid "" +"If registration is permitted above, this sets the maximum number of new user" +" registrations to accept per day. If register is set to closed, this " +"setting has no effect." +msgstr "Hvis registrering er tillat ovenfor, så vil dette angi maksimalt antall nye brukerregistreringer som aksepteres per dag. Hvis registrering er satt til stengt, så vil ikke denne innstillingen ha noen effekt." + +#: ../../mod/admin.php:596 +msgid "Register text" +msgstr "Registrer tekst" + +#: ../../mod/admin.php:596 +msgid "Will be displayed prominently on the registration page." +msgstr "Vil bli vist på en fremtredende måte på registreringssiden." + +#: ../../mod/admin.php:597 +msgid "Accounts abandoned after x days" +msgstr "Kontoer forlatt etter x dager" + +#: ../../mod/admin.php:597 +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 om forlatte kontoer. Skriv 0 for ingen tidsgrense." + +#: ../../mod/admin.php:598 +msgid "Allowed friend domains" +msgstr "Tillate vennedomener" + +#: ../../mod/admin.php:598 +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 med domener som har lov til å etablere vennskap med dette nettstedet.\nJokertegn aksepteres. Tom for å tillate alle domener." + +#: ../../mod/admin.php:599 +msgid "Allowed email domains" +msgstr "Tillate e-postdomener" + +#: ../../mod/admin.php:599 +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 tillatt. Tom for å tillate alle domener." + +#: ../../mod/admin.php:600 +msgid "Block public" +msgstr "Utesteng publikum" + +#: ../../mod/admin.php:600 +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 offentlig tilgang til sider som ellers ville vært offentlige personlige sider med mindre du er logget inn." + +#: ../../mod/admin.php:601 +msgid "Force publish" +msgstr "Tving publisering" + +#: ../../mod/admin.php:601 +msgid "" +"Check to force all profiles on this site to be listed in the site directory." +msgstr "Sett hake for å tvinge alle profiler på dette nettstedet til å vises i nettstedskatalogen." + +#: ../../mod/admin.php:602 +msgid "Global directory update URL" +msgstr "URL for oppdatering av Global-katalog" + +#: ../../mod/admin.php:602 +msgid "" +"URL to update the global directory. If this is not set, the global directory" +" is completely unavailable to the application." +msgstr "URL for å oppdatere den globale katalogen. Hvis denne ikke er angitt, så vil den globale katalogen være helt utilgjengelige for programmet." + +#: ../../mod/admin.php:603 +msgid "Allow threaded items" +msgstr "Tillat en tråd av elementer " + +#: ../../mod/admin.php:603 +msgid "Allow infinite level threading for items on this site." +msgstr "Tillat ubegrenset antall nivåer i en tråd for elementer på dette nettstedet." + +#: ../../mod/admin.php:604 +msgid "Private posts by default for new users" +msgstr "Private meldinger som standard for nye brukere" + +#: ../../mod/admin.php:604 +msgid "" +"Set default post permissions for all new members to the default privacy " +"group rather than public." +msgstr "Sett standard postetillatelser for alle nye medlemmer til standard personverngruppe i stedet for offentlig." + +#: ../../mod/admin.php:605 +msgid "Don't include post content in email notifications" +msgstr "Ikke inkluder innholdet i en melding i epostvarsler" + +#: ../../mod/admin.php:605 +msgid "" +"Don't include the content of a post/comment/private message/etc. in the " +"email notifications that are sent out from this site, as a privacy measure." +msgstr "Ikke inkluder innholdet i en melding/kommentar/privat melding/osv. i epostvarsler som sendes ut fra dette nettstedet, som et personverntiltak." + +#: ../../mod/admin.php:606 +msgid "Disallow public access to addons listed in the apps menu." +msgstr "Ikke tillat offentlig tilgang til tillegg som listes opp i app-menyen." + +#: ../../mod/admin.php:606 +msgid "" +"Checking this box will restrict addons listed in the apps menu to members " +"only." +msgstr "Kryss i denne boksen vil begrense tillegg opplistet i app-menyen til bare medlemmer." + +#: ../../mod/admin.php:607 +msgid "Don't embed private images in posts" +msgstr "Ikke innebygg private bilder i innlegg" + +#: ../../mod/admin.php:607 +msgid "" +"Don't replace locally-hosted private photos in posts with an embedded copy " +"of the image. This means that contacts who receive posts containing private " +"photos will have to authenticate and load each image, which may take a " +"while." +msgstr "Ikke bytt ut lokalt lagrede private bilder i innlegg med innebygd kopi av bildet. Dette betyr at kontakter som mottar innlegg med private bilder må autentisere og laste hvert bilde, noe som kan ta en stund." + +#: ../../mod/admin.php:608 +msgid "Allow Users to set remote_self" +msgstr "Tillat brukere å sette remote_self" + +#: ../../mod/admin.php:608 +msgid "" +"With checking this, every user is allowed to mark every contact as a " +"remote_self in the repair contact dialog. Setting this flag on a contact " +"causes mirroring every posting of that contact in the users stream." +msgstr "Ved å sette hake her får hver bruker lov å markere hver kontakt som en remote_self i dialogen for kontaktreparasjon. Å sette denne haken på en kontakt medfører speiling av hvert innlegg fra denne kontakten i brukerens strøm. " + +#: ../../mod/admin.php:609 +msgid "Block multiple registrations" +msgstr "Blokker flere registreringer" + +#: ../../mod/admin.php:609 +msgid "Disallow users to register additional accounts for use as pages." +msgstr "Ikke tillat brukere å registrere ytterligere kontoer til bruk som sider." + +#: ../../mod/admin.php:610 +msgid "OpenID support" +msgstr "OpenID-støtte" + +#: ../../mod/admin.php:610 +msgid "OpenID support for registration and logins." +msgstr "OpenID-støtte for registrering og innlogging." + +#: ../../mod/admin.php:611 +msgid "Fullname check" +msgstr "Sjekk fullt navn" + +#: ../../mod/admin.php:611 +msgid "" +"Force users to register with a space between firstname and lastname in Full " +"name, as an antispam measure" +msgstr "Tving brukere til å registrere med et mellomrom mellom fornavn og etternavn i Fullt navn, som et tiltak mot søppelpost (antispam)." + +#: ../../mod/admin.php:612 +msgid "UTF-8 Regular expressions" +msgstr "UTF-8 regulære uttrykk" + +#: ../../mod/admin.php:612 +msgid "Use PHP UTF8 regular expressions" +msgstr "Bruk PHP UTF8 regulære uttrykk" + +#: ../../mod/admin.php:613 +msgid "Show Community Page" +msgstr "Vis Felleskap-side" + +#: ../../mod/admin.php:613 +msgid "" +"Display a Community page showing all recent public postings on this site." +msgstr "Vis en Fellesskapsside som viser de siste offentlige meldinger på dette nettstedet." + +#: ../../mod/admin.php:614 +msgid "Enable OStatus support" +msgstr "Aktiver Ostatus-støtte" + +#: ../../mod/admin.php:614 +msgid "" +"Provide built-in OStatus (identi.ca, status.net, etc.) compatibility. All " +"communications in OStatus are public, so privacy warnings will be " +"occasionally displayed." +msgstr "Tilby innebygget OStatus-kompatibilitet (identi.ca, status.net, etc.). All kommunikasjon via OStatus er offentlig, så personvernadvarsler vil bli vist av og til." + +#: ../../mod/admin.php:615 +msgid "OStatus conversation completion interval" +msgstr "OStatus intervall for samtalefullførelse" + +#: ../../mod/admin.php:615 +msgid "" +"How often shall the poller check for new entries in OStatus conversations? " +"This can be a very ressource task." +msgstr "Hvor ofte skal spørrefunksjonen sjekke etter nye oppføringer i OStatus-samtaler? Dette kan være en svært ressurskrevende oppgave." + +#: ../../mod/admin.php:616 +msgid "Enable Diaspora support" +msgstr "Aktiver Diaspora-støtte" + +#: ../../mod/admin.php:616 +msgid "Provide built-in Diaspora network compatibility." +msgstr "Tilby innebygget kompatibilitet med Diaspora-nettverket." + +#: ../../mod/admin.php:617 +msgid "Only allow Friendica contacts" +msgstr "Bare tillat Friendica-kontakter" + +#: ../../mod/admin.php:617 +msgid "" +"All contacts must use Friendica protocols. All other built-in communication " +"protocols disabled." +msgstr "Alle kontakter må bruke Friendica-protokoller. Alle andre innebyggede kommunikasjonsprotokoller blir deaktivert." + +#: ../../mod/admin.php:618 +msgid "Verify SSL" +msgstr "Bekreft SSL" + +#: ../../mod/admin.php:618 +msgid "" +"If you wish, you can turn on strict certificate checking. This will mean you" +" cannot connect (at all) to self-signed SSL sites." +msgstr "Hvis du vil, så kan du skru på streng sertifikatkontroll. Dette betyr at du ikke kan opprette forbindelse (i det hele tatt) med nettsteder som bruker selvsignerte SSL-sertifikater." + +#: ../../mod/admin.php:619 +msgid "Proxy user" +msgstr "Brukernavn til mellomtjener" + +#: ../../mod/admin.php:620 +msgid "Proxy URL" +msgstr "Mellomtjener URL" + +#: ../../mod/admin.php:621 +msgid "Network timeout" +msgstr "Tidsavbrudd for nettverk" + +#: ../../mod/admin.php:621 +msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." +msgstr "Verdien er i sekunder. Sett til 0 for ubegrenset (ikke anbefalt)." + +#: ../../mod/admin.php:622 +msgid "Delivery interval" +msgstr "Leveringsintervall" + +#: ../../mod/admin.php:622 +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 bakgrunnsprosesser for levering med så mange sekunder for å redusere belastningen på systemet. Anbefalinger: 4-5 for delt tjener, 2-3 for virtuelle private tjenere. 0-1 for store, dedikerte tjenere." + +#: ../../mod/admin.php:623 +msgid "Poll interval" +msgstr "Spørreintervall" + +#: ../../mod/admin.php:623 +msgid "" +"Delay background polling processes by this many seconds to reduce system " +"load. If 0, use delivery interval." +msgstr "Reduser spørreprosesser i bakgrunnen med så mange sekunder for å redusere belastningen på systemet. Hvis 0, bruk leveringsintervall." + +#: ../../mod/admin.php:624 +msgid "Maximum Load Average" +msgstr "Maksimal snittlast" + +#: ../../mod/admin.php:624 +msgid "" +"Maximum system load before delivery and poll processes are deferred - " +"default 50." +msgstr "Maksimal systemlast før leverings- og spørreprosesser utsettes - standard er 50." + +#: ../../mod/admin.php:626 +msgid "Use MySQL full text engine" +msgstr "Bruk MySQL fulltekstmotor" + +#: ../../mod/admin.php:626 +msgid "" +"Activates the full text engine. Speeds up search - but can only search for " +"four and more characters." +msgstr "Aktiverer fulltekstmotoren. Øker hastigheten til søk, men kan bare søke etter minimum fire eller flere tegn." + +#: ../../mod/admin.php:627 +msgid "Suppress Language" +msgstr "Ikke vis språk" + +#: ../../mod/admin.php:627 +msgid "Suppress language information in meta information about a posting." +msgstr "Ikke vis språkinformasjon i metainformasjon om et innlegg." + +#: ../../mod/admin.php:628 +msgid "Path to item cache" +msgstr "Sti til mellomlager for elementer" + +#: ../../mod/admin.php:629 +msgid "Cache duration in seconds" +msgstr "Mellomlagringens varighet i sekunder" + +#: ../../mod/admin.php:629 +msgid "" +"How long should the cache files be hold? Default value is 86400 seconds (One" +" day)." +msgstr "Hvor lenge skal filene i mellomlagret beholdes? Standardveri er 86400 sekunder (Et døgn)." + +#: ../../mod/admin.php:630 +msgid "Path for lock file" +msgstr "Sti til fillås" + +#: ../../mod/admin.php:631 +msgid "Temp path" +msgstr "Temp-sti" + +#: ../../mod/admin.php:632 +msgid "Base path to installation" +msgstr "Sti til installasjonsbasen" + +#: ../../mod/admin.php:634 +msgid "New base url" +msgstr "Ny base URL" + +#: ../../mod/admin.php:652 +msgid "Update has been marked successful" +msgstr "Oppdatering har blitt markert som vellykket" + +#: ../../mod/admin.php:662 +#, php-format +msgid "Executing %s failed. Check system logs." +msgstr "Utføring av %s mislyktes. Sjekk systemlogger." + +#: ../../mod/admin.php:665 +#, php-format +msgid "Update %s was successfully applied." +msgstr "Oppdatering %s ble iverksatt på en vellykket måte." + +#: ../../mod/admin.php:669 +#, php-format +msgid "Update %s did not return a status. Unknown if it succeeded." +msgstr "Oppdatering %s returnerte ikke en status. Ukjent om oppdateringen er vellykket." + +#: ../../mod/admin.php:672 +#, php-format +msgid "Update function %s could not be found." +msgstr "Oppdateringsfunksjon %s ble ikke funnet." + +#: ../../mod/admin.php:687 +msgid "No failed updates." +msgstr "Ingen mislykkede oppdateringer." + +#: ../../mod/admin.php:691 +msgid "Failed Updates" +msgstr "Mislykkede oppdateringer" + +#: ../../mod/admin.php:692 +msgid "" +"This does not include updates prior to 1139, which did not return a status." +msgstr "Dette inkluderer ikke oppdateringer som kom før 1139, som ikke returnerer en status." + +#: ../../mod/admin.php:693 +msgid "Mark success (if update was manually applied)" +msgstr "Marker vellykket (hvis oppdatering ble iverksatt manuelt)" + +#: ../../mod/admin.php:694 +msgid "Attempt to execute this update step automatically" +msgstr "Forsøk å utføre dette oppdateringspunktet automatisk" + +#: ../../mod/admin.php:740 +msgid "Registration successful. Email send to user" +msgstr "Vellykket registrering. E-post er sendt til bruker" + +#: ../../mod/admin.php:750 +#, php-format +msgid "%s user blocked/unblocked" +msgid_plural "%s users blocked/unblocked" +msgstr[0] "%s bruker blokkert/ikke blokkert" +msgstr[1] "%s brukere blokkert/ikke blokkert" + +#: ../../mod/admin.php:757 +#, php-format +msgid "%s user deleted" +msgid_plural "%s users deleted" +msgstr[0] "%s bruker slettet" +msgstr[1] "%s brukere slettet" + +#: ../../mod/admin.php:796 +#, php-format +msgid "User '%s' deleted" +msgstr "Brukeren '%s' er slettet" + +#: ../../mod/admin.php:804 +#, php-format +msgid "User '%s' unblocked" +msgstr "Brukeren '%s' er ikke blokkert" + +#: ../../mod/admin.php:804 +#, php-format +msgid "User '%s' blocked" +msgstr "Brukeren '%s' er blokkert" + +#: ../../mod/admin.php:899 +msgid "Add User" +msgstr "Legg til bruker" + +#: ../../mod/admin.php:900 +msgid "select all" +msgstr "velg alle" + +#: ../../mod/admin.php:901 +msgid "User registrations waiting for confirm" +msgstr "Brukerregistreringer venter på bekreftelse" + +#: ../../mod/admin.php:902 +msgid "User waiting for permanent deletion" +msgstr "Bruker venter på permanent sletting" + +#: ../../mod/admin.php:903 +msgid "Request date" +msgstr "Forespørselsdato" + +#: ../../mod/admin.php:903 ../../mod/admin.php:915 ../../mod/admin.php:916 +#: ../../mod/admin.php:929 ../../mod/crepair.php:150 +#: ../../mod/settings.php:603 ../../mod/settings.php:629 +msgid "Name" +msgstr "Navn" + +#: ../../mod/admin.php:903 ../../mod/admin.php:915 ../../mod/admin.php:916 +#: ../../mod/admin.php:931 ../../include/contact_selectors.php:79 +#: ../../include/contact_selectors.php:86 +msgid "Email" +msgstr "E-post" + +#: ../../mod/admin.php:904 +msgid "No registrations." +msgstr "Ingen registreringer." + +#: ../../mod/admin.php:905 ../../mod/notifications.php:161 +#: ../../mod/notifications.php:208 +msgid "Approve" +msgstr "Godkjenn" + +#: ../../mod/admin.php:906 +msgid "Deny" +msgstr "Nekt" + +#: ../../mod/admin.php:908 ../../mod/contacts.php:425 +#: ../../mod/contacts.php:484 ../../mod/contacts.php:692 +msgid "Block" +msgstr "Blokker" + +#: ../../mod/admin.php:909 ../../mod/contacts.php:425 +#: ../../mod/contacts.php:484 ../../mod/contacts.php:692 +msgid "Unblock" +msgstr "Ikke blokker" + +#: ../../mod/admin.php:910 +msgid "Site admin" +msgstr "Nettstedets administrator" + +#: ../../mod/admin.php:911 +msgid "Account expired" +msgstr "Konto utgått" + +#: ../../mod/admin.php:914 +msgid "New User" +msgstr "Ny bruker" + +#: ../../mod/admin.php:915 ../../mod/admin.php:916 +msgid "Register date" +msgstr "Registreringsdato" + +#: ../../mod/admin.php:915 ../../mod/admin.php:916 +msgid "Last login" +msgstr "Siste innlogging" + +#: ../../mod/admin.php:915 ../../mod/admin.php:916 +msgid "Last item" +msgstr "Siste element" + +#: ../../mod/admin.php:915 +msgid "Deleted since" +msgstr "Slettet siden" + +#: ../../mod/admin.php:916 +msgid "Account" +msgstr "Konto" + +#: ../../mod/admin.php:918 +msgid "" +"Selected users will be deleted!\\n\\nEverything these users had posted on " +"this site will be permanently deleted!\\n\\nAre you sure?" +msgstr "Valgte brukere vil bli slettet!\\n\\nAlt disse brukerne har lagt inn på dette nettstedet vil bli slettet for alltid!\\n\\nEr du sikker på at du vil slette disse brukerne?" + +#: ../../mod/admin.php:919 +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 "Brukeren {0} vil bli slettet!\\n\\nAlt denne brukeren har lagt inn på dette nettstedet vil bli slettet for alltid!\\n\\nEr du sikker på at du vil slette denne brukeren?" + +#: ../../mod/admin.php:929 +msgid "Name of the new user." +msgstr "Navnet til den nye brukeren." + +#: ../../mod/admin.php:930 +msgid "Nickname" +msgstr "Kallenavn" + +#: ../../mod/admin.php:930 +msgid "Nickname of the new user." +msgstr "Kallenavnet til den nye brukeren." + +#: ../../mod/admin.php:931 +msgid "Email address of the new user." +msgstr "E-postadressen til den nye brukeren." + +#: ../../mod/admin.php:964 +#, php-format +msgid "Plugin %s disabled." +msgstr "Tillegget %s er avskrudd." + +#: ../../mod/admin.php:968 +#, php-format +msgid "Plugin %s enabled." +msgstr "Tillegget %s er aktivert." + +#: ../../mod/admin.php:978 ../../mod/admin.php:1181 +msgid "Disable" +msgstr "Skru av" + +#: ../../mod/admin.php:980 ../../mod/admin.php:1183 +msgid "Enable" +msgstr "Aktiver" + +#: ../../mod/admin.php:1003 ../../mod/admin.php:1211 +msgid "Toggle" +msgstr "Veksle" + +#: ../../mod/admin.php:1011 ../../mod/admin.php:1221 +msgid "Author: " +msgstr "Forfatter:" + +#: ../../mod/admin.php:1012 ../../mod/admin.php:1222 +msgid "Maintainer: " +msgstr "Vedlikeholder:" + +#: ../../mod/admin.php:1141 +msgid "No themes found." +msgstr "Ingen temaer funnet." + +#: ../../mod/admin.php:1203 +msgid "Screenshot" +msgstr "Skjermbilde" + +#: ../../mod/admin.php:1249 +msgid "[Experimental]" +msgstr "[Eksperimentell]" + +#: ../../mod/admin.php:1250 +msgid "[Unsupported]" +msgstr "[Ikke støttet]" + +#: ../../mod/admin.php:1277 +msgid "Log settings updated." +msgstr "Logginnstillinger er oppdatert." + +#: ../../mod/admin.php:1333 +msgid "Clear" +msgstr "Tøm" + +#: ../../mod/admin.php:1339 +msgid "Enable Debugging" +msgstr "Aktiver feilsøking" + +#: ../../mod/admin.php:1340 +msgid "Log file" +msgstr "Loggfil" + +#: ../../mod/admin.php:1340 +msgid "" +"Must be writable by web server. Relative to your Friendica top-level " +"directory." +msgstr "Web-serveren må ha skriverettigheter. Relativt til toppnivåkatalogen til din Friendicas." + +#: ../../mod/admin.php:1341 +msgid "Log level" +msgstr "Loggnivå" + +#: ../../mod/admin.php:1390 ../../mod/contacts.php:481 +msgid "Update now" +msgstr "Oppdater nå" + +#: ../../mod/admin.php:1391 +msgid "Close" +msgstr "Lukk" + +#: ../../mod/admin.php:1397 +msgid "FTP Host" +msgstr "FTP-tjener" + +#: ../../mod/admin.php:1398 +msgid "FTP Path" +msgstr "FTP-sti" + +#: ../../mod/admin.php:1399 +msgid "FTP User" +msgstr "FTP-bruker" + +#: ../../mod/admin.php:1400 +msgid "FTP Password" +msgstr "FTP-passord" + +#: ../../mod/_search.php:99 ../../mod/search.php:99 ../../include/text.php:934 +#: ../../include/text.php:935 ../../include/nav.php:118 +msgid "Search" +msgstr "Søk" + +#: ../../mod/_search.php:180 ../../mod/_search.php:206 +#: ../../mod/search.php:179 ../../mod/search.php:205 +#: ../../mod/community.php:61 ../../mod/community.php:91 +msgid "No results." +msgstr "Fant ikke noe." + +#: ../../mod/profile.php:180 +msgid "Tips for New Members" +msgstr "Tips til nye medlemmer" + +#: ../../mod/share.php:44 +msgid "link" +msgstr "lenke" + +#: ../../mod/tagger.php:95 ../../include/conversation.php:266 +#, php-format +msgid "%1$s tagged %2$s's %3$s with %4$s" +msgstr "%1$s merket %2$s sitt %3$s med %4$s" + +#: ../../mod/editpost.php:17 ../../mod/editpost.php:27 +msgid "Item not found" +msgstr "Fant ikke elementet" + +#: ../../mod/editpost.php:39 +msgid "Edit post" +msgstr "Endre innlegg" + +#: ../../mod/editpost.php:111 ../../include/conversation.php:1082 +msgid "upload photo" +msgstr "last opp bilde" + +#: ../../mod/editpost.php:112 ../../include/conversation.php:1083 +msgid "Attach file" +msgstr "Legg ved fil" + +#: ../../mod/editpost.php:113 ../../include/conversation.php:1084 +msgid "attach file" +msgstr "legg ved fil" + +#: ../../mod/editpost.php:115 ../../include/conversation.php:1086 +msgid "web link" +msgstr "web-adresse" + +#: ../../mod/editpost.php:116 ../../include/conversation.php:1087 +msgid "Insert video link" +msgstr "Sett inn video-link" + +#: ../../mod/editpost.php:117 ../../include/conversation.php:1088 +msgid "video link" +msgstr "videolink" + +#: ../../mod/editpost.php:118 ../../include/conversation.php:1089 +msgid "Insert audio link" +msgstr "Sett inn lydlink" + +#: ../../mod/editpost.php:119 ../../include/conversation.php:1090 +msgid "audio link" +msgstr "lydlink" + +#: ../../mod/editpost.php:120 ../../include/conversation.php:1091 +msgid "Set your location" +msgstr "Angi din plassering" + +#: ../../mod/editpost.php:121 ../../include/conversation.php:1092 +msgid "set location" +msgstr "angi plassering" + +#: ../../mod/editpost.php:122 ../../include/conversation.php:1093 +msgid "Clear browser location" +msgstr "Fjern nettleserplassering" + +#: ../../mod/editpost.php:123 ../../include/conversation.php:1094 +msgid "clear location" +msgstr "fjern plassering" + +#: ../../mod/editpost.php:125 ../../include/conversation.php:1100 +msgid "Permission settings" +msgstr "Tillatelser" + +#: ../../mod/editpost.php:133 ../../include/conversation.php:1109 +msgid "CC: email addresses" +msgstr "Kopi: e-postadresser" + +#: ../../mod/editpost.php:134 ../../include/conversation.php:1110 +msgid "Public post" +msgstr "Offentlig innlegg" + +#: ../../mod/editpost.php:137 ../../include/conversation.php:1096 +msgid "Set title" +msgstr "Lagre tittel" + +#: ../../mod/editpost.php:139 ../../include/conversation.php:1098 +msgid "Categories (comma-separated list)" +msgstr "Kategorier (kommaseparert liste)" + +#: ../../mod/editpost.php:140 ../../include/conversation.php:1112 +msgid "Example: bob@example.com, mary@example.com" +msgstr "Eksempel: ola@example.com, kari@example.com" + +#: ../../mod/attach.php:8 +msgid "Item not available." +msgstr "Elementet er ikke tilgjengelig." + +#: ../../mod/attach.php:20 +msgid "Item was not found." +msgstr "Elementet ble ikke funnet." + +#: ../../mod/regmod.php:63 +msgid "Account approved." +msgstr "Konto godkjent." + +#: ../../mod/regmod.php:100 +#, php-format +msgid "Registration revoked for %s" +msgstr "Registreringen til %s er trukket tilbake" + +#: ../../mod/regmod.php:112 +msgid "Please login." +msgstr "Vennligst logg inn." + +#: ../../mod/directory.php:57 +msgid "Find on this site" +msgstr "Finn på dette nettstedet" + +#: ../../mod/directory.php:59 ../../mod/contacts.php:685 +msgid "Finding: " +msgstr "Fant:" + +#: ../../mod/directory.php:60 +msgid "Site Directory" +msgstr "Stedets katalog" + +#: ../../mod/directory.php:61 ../../mod/contacts.php:686 +#: ../../include/contact_widgets.php:33 +msgid "Find" +msgstr "Finn" + +#: ../../mod/directory.php:111 ../../mod/profiles.php:686 +msgid "Age: " +msgstr "Alder:" + +#: ../../mod/directory.php:114 +msgid "Gender: " +msgstr "Kjønn:" + +#: ../../mod/directory.php:142 ../../include/profile_advanced.php:58 +msgid "About:" +msgstr "Om:" + +#: ../../mod/directory.php:187 +msgid "No entries (some entries may be hidden)." +msgstr "Ingen oppføringer (noen oppføringer kan være skjulte)." + +#: ../../mod/crepair.php:104 +msgid "Contact settings applied." +msgstr "Kontaktinnstillinger i bruk." + +#: ../../mod/crepair.php:106 +msgid "Contact update failed." +msgstr "Kontaktoppdatering mislyktes." + +#: ../../mod/crepair.php:137 +msgid "Repair Contact Settings" +msgstr "Reparer kontaktinnstillinger" + +#: ../../mod/crepair.php:139 +msgid "" +"WARNING: This is highly advanced and if you enter incorrect" +" information your communications with this contact may stop working." +msgstr "ADVARSEL: Dette er meget avansert og hvis du skriver feil informasjon her, så kan kommunikasjonen med denne kontakten slutte å virke." + +#: ../../mod/crepair.php:140 +msgid "" +"Please use your browser 'Back' button now if you are " +"uncertain what to do on this page." +msgstr "Vennligst bruk Tilbake-knappen i nettleseren din hvis du er usikker på hva du bør gjøre på denne siden." + +#: ../../mod/crepair.php:146 +msgid "Return to contact editor" +msgstr "Gå tilbake til å endre kontakt" + +#: ../../mod/crepair.php:151 +msgid "Account Nickname" +msgstr "Konto Kallenavn" + +#: ../../mod/crepair.php:152 +msgid "@Tagname - overrides Name/Nickname" +msgstr "@Merkelappnavn - overstyrer Navn/Kallenavn" + +#: ../../mod/crepair.php:153 +msgid "Account URL" +msgstr "Konto URL" + +#: ../../mod/crepair.php:154 +msgid "Friend Request URL" +msgstr "Venneforespørsel URL" + +#: ../../mod/crepair.php:155 +msgid "Friend Confirm URL" +msgstr "Vennebekreftelse URL" + +#: ../../mod/crepair.php:156 +msgid "Notification Endpoint URL" +msgstr "Endepunkt URL for beskjed" + +#: ../../mod/crepair.php:157 +msgid "Poll/Feed URL" +msgstr "Poll/Feed URL" + +#: ../../mod/crepair.php:158 +msgid "New photo from this URL" +msgstr "Nytt bilde fra denne URL-en" + +#: ../../mod/crepair.php:159 +msgid "Remote Self" +msgstr "Fjernbetjent selv" + +#: ../../mod/crepair.php:161 +msgid "Mirror postings from this contact" +msgstr "Speil innlegg fra denne kontakten" + +#: ../../mod/crepair.php:161 +msgid "" +"Mark this contact as remote_self, this will cause friendica to repost new " +"entries from this contact." +msgstr "Merk denne kontakten som remote_self, da vil Friendica omposte nye innlegg fra denne kontakten." + +#: ../../mod/uimport.php:66 +msgid "Move account" +msgstr "Flytt konto" + +#: ../../mod/uimport.php:67 +msgid "You can import an account from another Friendica server." +msgstr "Du kan importere en konto fra en annen Friendica-tjener." + +#: ../../mod/uimport.php:68 +msgid "" +"You need to export your account from the old server and upload it here. We " +"will recreate your old account here with all your contacts. We will try also" +" to inform your friends that you moved here." +msgstr "Du må eksportere din konto fra den gamle tjeneren og laste den opp hit. Vi vil gjenskape din gamle konto her med alle dine kontakter. Vi vil også forsøke å informere dine venner at du har flyttet hit." + +#: ../../mod/uimport.php:69 +msgid "" +"This feature is experimental. We can't import contacts from the OStatus " +"network (statusnet/identi.ca) or from Diaspora" +msgstr "Denne egenskapen er eksperimentell. Vi kan ikke importere kontakter fra OStatus-nettverk (statusnet/identi.ca) eller fra Diaspora" + +#: ../../mod/uimport.php:70 +msgid "Account file" +msgstr "Kontofil" + +#: ../../mod/uimport.php:70 +msgid "" +"To export your account, go to \"Settings->Export your personal data\" and " +"select \"Export account\"" +msgstr "For å eksportere din konto, gå til \"Innstillinger -> Eksporter dine personlige data\" og velg \"Eksporter konto\"" + +#: ../../mod/lockview.php:31 ../../mod/lockview.php:39 +msgid "Remote privacy information not available." +msgstr "Ekstern informasjon om privatlivsinnstillinger er ikke tilgjengelig." + +#: ../../mod/lockview.php:48 +msgid "Visible to:" +msgstr "Synlig for:" + +#: ../../mod/notes.php:63 ../../mod/filer.php:31 ../../include/text.php:937 +msgid "Save" +msgstr "Lagre" + +#: ../../mod/help.php:79 +msgid "Help:" +msgstr "Hjelp:" + +#: ../../mod/help.php:84 ../../include/nav.php:113 +msgid "Help" +msgstr "Hjelp" + +#: ../../mod/hcard.php:10 +msgid "No profile" +msgstr "Ingen profil" + +#: ../../mod/dfrn_request.php:93 +msgid "This introduction has already been accepted." +msgstr "Denne introduksjonen har allerede blitt akseptert." + +#: ../../mod/dfrn_request.php:118 ../../mod/dfrn_request.php:513 +msgid "Profile location is not valid or does not contain profile information." +msgstr "Profilstedet er ikke gyldig og inneholder ikke profilinformasjon." + +#: ../../mod/dfrn_request.php:123 ../../mod/dfrn_request.php:518 +msgid "Warning: profile location has no identifiable owner name." +msgstr "Advarsel: profilstedet har ikke identifiserbart eiernavn." + +#: ../../mod/dfrn_request.php:125 ../../mod/dfrn_request.php:520 +msgid "Warning: profile location has no profile photo." +msgstr "Advarsel: profilstedet har ikke noe profilbilde." + +#: ../../mod/dfrn_request.php:128 ../../mod/dfrn_request.php:523 +#, php-format +msgid "%d required parameter was not found at the given location" +msgid_plural "%d required parameters were not found at the given location" +msgstr[0] "one: %d nødvendig parameter ble ikke funnet på angitt sted" +msgstr[1] "other: %d nødvendige parametre ble ikke funnet på angitt sted" + +#: ../../mod/dfrn_request.php:170 +msgid "Introduction complete." +msgstr "Introduksjon ferdig." + +#: ../../mod/dfrn_request.php:209 +msgid "Unrecoverable protocol error." +msgstr "Uopprettelig protokollfeil." + +#: ../../mod/dfrn_request.php:237 +msgid "Profile unavailable." +msgstr "Profil utilgjengelig." + +#: ../../mod/dfrn_request.php:262 +#, php-format +msgid "%s has received too many connection requests today." +msgstr "%s har mottatt for mange kontaktforespørsler idag." + +#: ../../mod/dfrn_request.php:263 +msgid "Spam protection measures have been invoked." +msgstr "Tiltak mot søppelpost har blitt iverksatt." + +#: ../../mod/dfrn_request.php:264 +msgid "Friends are advised to please try again in 24 hours." +msgstr "Venner anbefales å prøve igjen om 24 timer." + +#: ../../mod/dfrn_request.php:326 +msgid "Invalid locator" +msgstr "Ugyldig stedsangivelse" + +#: ../../mod/dfrn_request.php:335 +msgid "Invalid email address." +msgstr "Ugyldig e-postadresse." + +#: ../../mod/dfrn_request.php:362 +msgid "This account has not been configured for email. Request failed." +msgstr "Denne kontoen er ikke konfigurert for e-post. Forespørsel mislyktes." + +#: ../../mod/dfrn_request.php:458 +msgid "Unable to resolve your name at the provided location." +msgstr "Ikke i stand til å avgjøre navnet ditt hos det oppgitte stedet." + +#: ../../mod/dfrn_request.php:471 +msgid "You have already introduced yourself here." +msgstr "Du har allerede introdusert deg selv her." + +#: ../../mod/dfrn_request.php:475 +#, php-format +msgid "Apparently you are already friends with %s." +msgstr "Du er visst allerede venn med %s." + +#: ../../mod/dfrn_request.php:496 +msgid "Invalid profile URL." +msgstr "Ugyldig profil-URL." + +#: ../../mod/dfrn_request.php:502 ../../include/follow.php:27 +msgid "Disallowed profile URL." +msgstr "Underkjent profil-URL." + +#: ../../mod/dfrn_request.php:571 ../../mod/contacts.php:174 +msgid "Failed to update contact record." +msgstr "Mislyktes med å oppdatere kontaktposten." + +#: ../../mod/dfrn_request.php:592 +msgid "Your introduction has been sent." +msgstr "Din introduksjon er sendt." + +#: ../../mod/dfrn_request.php:645 +msgid "Please login to confirm introduction." +msgstr "Vennligst logg inn for å bekrefte introduksjonen." + +#: ../../mod/dfrn_request.php:659 +msgid "" +"Incorrect identity currently logged in. Please login to " +"this profile." +msgstr "Feil identitet er logget inn for øyeblikket. Vennligst logg inn i denne profilen." + +#: ../../mod/dfrn_request.php:670 +msgid "Hide this contact" +msgstr "Skjul denne kontakten" + +#: ../../mod/dfrn_request.php:673 +#, php-format +msgid "Welcome home %s." +msgstr "Velkommen hjem %s." + +#: ../../mod/dfrn_request.php:674 +#, php-format +msgid "Please confirm your introduction/connection request to %s." +msgstr "Vennligst bekreft din introduksjons-/forbindelses- forespørsel til %s." + +#: ../../mod/dfrn_request.php:675 +msgid "Confirm" +msgstr "Bekreft" + +#: ../../mod/dfrn_request.php:716 ../../include/items.php:3532 +msgid "[Name Withheld]" +msgstr "[Navnet tilbakeholdt]" + +#: ../../mod/dfrn_request.php:811 +msgid "" +"Please enter your 'Identity Address' from one of the following supported " +"communications networks:" +msgstr "Vennligst skriv inn din identitetsadresse fra en av følgende støttede sosiale nettverk:" + +#: ../../mod/dfrn_request.php:827 +msgid "Connect as an email follower (Coming soon)" +msgstr "Koble til som en e-postfølgesvenn (Kommer snart)" + +#: ../../mod/dfrn_request.php:829 +msgid "" +"If you are not yet a member of the free social web, follow this link to find a public" +" Friendica site and join us today." +msgstr "Hvis du ennå ikke er en del av den frie sosiale webben, følg denne lenken for å finne et offentlig Friendica-nettsted og bli med oss idag." + +#: ../../mod/dfrn_request.php:832 +msgid "Friend/Connection Request" +msgstr "Venne-/Koblings-forespørsel" + +#: ../../mod/dfrn_request.php:833 +msgid "" +"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, " +"testuser@identi.ca" +msgstr "Eksempler: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca" + +#: ../../mod/dfrn_request.php:834 +msgid "Please answer the following:" +msgstr "Vennligst svar på følgende:" + +#: ../../mod/dfrn_request.php:835 +#, php-format +msgid "Does %s know you?" +msgstr "Kjenner %s deg?" + +#: ../../mod/dfrn_request.php:838 +msgid "Add a personal note:" +msgstr "Legg til en personlig melding:" + +#: ../../mod/dfrn_request.php:840 ../../include/contact_selectors.php:76 +msgid "Friendica" +msgstr "Friendica" + +#: ../../mod/dfrn_request.php:841 +msgid "StatusNet/Federated Social Web" +msgstr "StatusNet/Federeated Social Web" + +#: ../../mod/dfrn_request.php:842 ../../mod/settings.php:722 +#: ../../include/contact_selectors.php:80 +msgid "Diaspora" +msgstr "Diaspora" + +#: ../../mod/dfrn_request.php:843 +#, php-format +msgid "" +" - please do not use this form. Instead, enter %s into your Diaspora search" +" bar." +msgstr "- vennligst ikke bruk dette skjemaet. I stedet skriver du %s inn søkelinjen i Diaspora." + +#: ../../mod/dfrn_request.php:844 +msgid "Your Identity Address:" +msgstr "Din identitetsadresse:" + +#: ../../mod/dfrn_request.php:847 +msgid "Submit Request" +msgstr "Send forespørsel" + +#: ../../mod/update_profile.php:41 ../../mod/update_network.php:22 +#: ../../mod/update_display.php:22 ../../mod/update_community.php:18 +#: ../../mod/update_notes.php:41 +msgid "[Embedded content - reload page to view]" +msgstr "[Innebygget innhold - hent siden på nytt for å se det]" + +#: ../../mod/content.php:496 ../../include/conversation.php:686 +msgid "View in context" +msgstr "Vis i sammenheng" + +#: ../../mod/contacts.php:104 +#, php-format +msgid "%d contact edited." +msgid_plural "%d contacts edited" +msgstr[0] "%d kontakt redigert." +msgstr[1] "%d kontakter redigert" + +#: ../../mod/contacts.php:135 ../../mod/contacts.php:258 +msgid "Could not access contact record." +msgstr "Fikk ikke tilgang til kontaktposten." + +#: ../../mod/contacts.php:149 +msgid "Could not locate selected profile." +msgstr "Kunne ikke lokalisere valgt profil." + +#: ../../mod/contacts.php:172 +msgid "Contact updated." +msgstr "Kontakt oppdatert." + +#: ../../mod/contacts.php:272 +msgid "Contact has been blocked" +msgstr "Kontakten er blokkert" + +#: ../../mod/contacts.php:272 +msgid "Contact has been unblocked" +msgstr "Kontakten er ikke blokkert lenger" + +#: ../../mod/contacts.php:282 +msgid "Contact has been ignored" +msgstr "Kontakten er ignorert" + +#: ../../mod/contacts.php:282 +msgid "Contact has been unignored" +msgstr "Kontakten er ikke ignorert lenger" + +#: ../../mod/contacts.php:293 +msgid "Contact has been archived" +msgstr "Kontakt har blitt arkivert" + +#: ../../mod/contacts.php:293 +msgid "Contact has been unarchived" +msgstr "Kontakt har blitt hentet tilbake fra arkivet" + +#: ../../mod/contacts.php:318 ../../mod/contacts.php:689 +msgid "Do you really want to delete this contact?" +msgstr "Ønsker du virkelig å slette denne kontakten?" + +#: ../../mod/contacts.php:335 +msgid "Contact has been removed." +msgstr "Kontakten er fjernet." + +#: ../../mod/contacts.php:373 +#, php-format +msgid "You are mutual friends with %s" +msgstr "Du er gjensidig venn med %s" + +#: ../../mod/contacts.php:377 +#, php-format +msgid "You are sharing with %s" +msgstr "Du deler med %s" + +#: ../../mod/contacts.php:382 +#, php-format +msgid "%s is sharing with you" +msgstr "%s deler med deg" + +#: ../../mod/contacts.php:399 +msgid "Private communications are not available for this contact." +msgstr "Privat kommunikasjon er ikke tilgjengelig mot denne kontakten." + +#: ../../mod/contacts.php:406 +msgid "(Update was successful)" +msgstr "(Oppdatering vellykket)" + +#: ../../mod/contacts.php:406 +msgid "(Update was not successful)" +msgstr "(Oppdatering mislykket)" + +#: ../../mod/contacts.php:408 +msgid "Suggest friends" +msgstr "Foreslå venner" + +#: ../../mod/contacts.php:412 +#, php-format +msgid "Network type: %s" +msgstr "Nettverkstype: %s" + +#: ../../mod/contacts.php:415 ../../include/contact_widgets.php:199 +#, php-format +msgid "%d contact in common" +msgid_plural "%d contacts in common" +msgstr[0] "%d felles kontakt" +msgstr[1] "%d felles kontakter" + +#: ../../mod/contacts.php:420 +msgid "View all contacts" +msgstr "Vis alle kontakter" + +#: ../../mod/contacts.php:428 +msgid "Toggle Blocked status" +msgstr "Veksle blokkeringsstatus" + +#: ../../mod/contacts.php:431 ../../mod/contacts.php:485 +#: ../../mod/contacts.php:693 +msgid "Unignore" +msgstr "Fjern ignorering" + +#: ../../mod/contacts.php:431 ../../mod/contacts.php:485 +#: ../../mod/contacts.php:693 ../../mod/notifications.php:51 +#: ../../mod/notifications.php:164 ../../mod/notifications.php:210 +msgid "Ignore" +msgstr "Ignorer" + +#: ../../mod/contacts.php:434 +msgid "Toggle Ignored status" +msgstr "Veksle ingnorertstatus" + +#: ../../mod/contacts.php:438 ../../mod/contacts.php:694 +msgid "Unarchive" +msgstr "Hent ut av arkivet" + +#: ../../mod/contacts.php:438 ../../mod/contacts.php:694 +msgid "Archive" +msgstr "Arkiver" + +#: ../../mod/contacts.php:441 +msgid "Toggle Archive status" +msgstr "Veksle arkivertstatus" + +#: ../../mod/contacts.php:444 +msgid "Repair" +msgstr "Reparer" + +#: ../../mod/contacts.php:447 +msgid "Advanced Contact Settings" +msgstr "Avanserte kontaktinnstillinger" + +#: ../../mod/contacts.php:453 +msgid "Communications lost with this contact!" +msgstr "Kommunikasjon tapt med denne kontakten!" + +#: ../../mod/contacts.php:456 +msgid "Contact Editor" +msgstr "Endre kontakt" + +#: ../../mod/contacts.php:459 +msgid "Profile Visibility" +msgstr "Profilens synlighet" + +#: ../../mod/contacts.php:460 +#, php-format +msgid "" +"Please choose the profile you would like to display to %s when viewing your " +"profile securely." +msgstr "Vennligst velg profilen du ønsker å vise til %s når denne ser profilen på en sikret måte." + +#: ../../mod/contacts.php:461 +msgid "Contact Information / Notes" +msgstr "Kontaktinformasjon/-notater" + +#: ../../mod/contacts.php:462 +msgid "Edit contact notes" +msgstr "Endre kontaktnotater" + +#: ../../mod/contacts.php:467 ../../mod/contacts.php:657 +#: ../../mod/viewcontacts.php:62 ../../mod/nogroup.php:40 +#, php-format +msgid "Visit %s's profile [%s]" +msgstr "Besøk %ss profil [%s]" + +#: ../../mod/contacts.php:468 +msgid "Block/Unblock contact" +msgstr "Blokker kontakt/fjern blokkering for kontakt" + +#: ../../mod/contacts.php:469 +msgid "Ignore contact" +msgstr "Ignorer kontakt" + +#: ../../mod/contacts.php:470 +msgid "Repair URL settings" +msgstr "Reparer URL-innstillinger" + +#: ../../mod/contacts.php:471 +msgid "View conversations" +msgstr "Vis samtaler" + +#: ../../mod/contacts.php:473 +msgid "Delete contact" +msgstr "Slett kontakt" + +#: ../../mod/contacts.php:477 +msgid "Last update:" +msgstr "Siste oppdatering:" + +#: ../../mod/contacts.php:479 +msgid "Update public posts" +msgstr "Oppdater offentlige innlegg" + +#: ../../mod/contacts.php:488 +msgid "Currently blocked" +msgstr "Blokkert nå" + +#: ../../mod/contacts.php:489 +msgid "Currently ignored" +msgstr "Ignorert nå" + +#: ../../mod/contacts.php:490 +msgid "Currently archived" +msgstr "For øyeblikket arkivert" + +#: ../../mod/contacts.php:491 ../../mod/notifications.php:157 +#: ../../mod/notifications.php:204 +msgid "Hide this contact from others" +msgstr "Skjul denne kontakten for andre" + +#: ../../mod/contacts.php:491 +msgid "" +"Replies/likes to your public posts may still be visible" +msgstr "Svar/liker til dine offentlige innlegg kan fortsatt være synlige" + +#: ../../mod/contacts.php:542 +msgid "Suggestions" +msgstr "Forslag" + +#: ../../mod/contacts.php:545 +msgid "Suggest potential friends" +msgstr "Foreslå mulige venner" + +#: ../../mod/contacts.php:548 ../../mod/group.php:194 +msgid "All Contacts" +msgstr "Alle kontakter" + +#: ../../mod/contacts.php:551 +msgid "Show all contacts" +msgstr "Vis alle kontakter" + +#: ../../mod/contacts.php:554 +msgid "Unblocked" +msgstr "Ikke blokkert" + +#: ../../mod/contacts.php:557 +msgid "Only show unblocked contacts" +msgstr "Bare vis ikke blokkerte kontakter" + +#: ../../mod/contacts.php:561 +msgid "Blocked" +msgstr "Blokkert" + +#: ../../mod/contacts.php:564 +msgid "Only show blocked contacts" +msgstr "Bare vis blokkerte kontakter" + +#: ../../mod/contacts.php:568 +msgid "Ignored" +msgstr "Ignorert" + +#: ../../mod/contacts.php:571 +msgid "Only show ignored contacts" +msgstr "Bare vis ignorerte kontakter" + +#: ../../mod/contacts.php:575 +msgid "Archived" +msgstr "Arkivert" + +#: ../../mod/contacts.php:578 +msgid "Only show archived contacts" +msgstr "Bare vis arkiverte kontakter" + +#: ../../mod/contacts.php:582 +msgid "Hidden" +msgstr "Skjult" + +#: ../../mod/contacts.php:585 +msgid "Only show hidden contacts" +msgstr "Bare vis skjulte kontakter" + +#: ../../mod/contacts.php:633 +msgid "Mutual Friendship" +msgstr "Gjensidig vennskap" + +#: ../../mod/contacts.php:637 +msgid "is a fan of yours" +msgstr "er en tilhenger av deg" + +#: ../../mod/contacts.php:641 +msgid "you are a fan of" +msgstr "du er en tilhenger av" + +#: ../../mod/contacts.php:658 ../../mod/nogroup.php:41 +msgid "Edit contact" +msgstr "Endre kontakt" + +#: ../../mod/contacts.php:684 +msgid "Search your contacts" +msgstr "Søk i dine kontakter" + +#: ../../mod/contacts.php:691 ../../mod/settings.php:126 +#: ../../mod/settings.php:627 +msgid "Update" +msgstr "Oppdater" + +#: ../../mod/settings.php:28 ../../mod/photos.php:79 +msgid "everybody" +msgstr "alle" + +#: ../../mod/settings.php:35 ../../mod/uexport.php:9 ../../include/nav.php:167 +msgid "Account settings" +msgstr "Kontoinnstillinger" + +#: ../../mod/settings.php:40 +msgid "Additional features" +msgstr "Tilleggsfunksjoner" + +#: ../../mod/settings.php:45 ../../mod/uexport.php:14 +msgid "Display settings" +msgstr "Visningsinnstillinger" + +#: ../../mod/settings.php:51 ../../mod/uexport.php:20 +msgid "Connector settings" +msgstr "Koblingsinnstillinger" + +#: ../../mod/settings.php:56 ../../mod/uexport.php:25 +msgid "Plugin settings" +msgstr "Tilleggsinnstillinger" + +#: ../../mod/settings.php:61 ../../mod/uexport.php:30 +msgid "Connected apps" +msgstr "Tilkoblede programmer" + +#: ../../mod/settings.php:66 ../../mod/uexport.php:35 ../../mod/uexport.php:80 +msgid "Export personal data" +msgstr "Eksporter personlige data" + +#: ../../mod/settings.php:71 ../../mod/uexport.php:40 +msgid "Remove account" +msgstr "Fjern konto" + +#: ../../mod/settings.php:123 +msgid "Missing some important data!" +msgstr "Mangler noen viktige data!" + +#: ../../mod/settings.php:232 +msgid "Failed to connect with email account using the settings provided." +msgstr "Mislyktes i å opprette forbindelse med e-postkontoen med de oppgitte innstillingene." + +#: ../../mod/settings.php:237 +msgid "Email settings updated." +msgstr "E-postinnstillinger er oppdatert." + +#: ../../mod/settings.php:252 +msgid "Features updated" +msgstr "Funksjoner oppdatert" + +#: ../../mod/settings.php:311 +msgid "Relocate message has been send to your contacts" +msgstr "Omplasseringsmelding har blitt sendt til dine kontakter" + +#: ../../mod/settings.php:325 +msgid "Passwords do not match. Password unchanged." +msgstr "Passordene er ikke like. Passord uendret." + +#: ../../mod/settings.php:330 +msgid "Empty passwords are not allowed. Password unchanged." +msgstr "Tomme passord er ikke lov. Passord uendret." + +#: ../../mod/settings.php:338 +msgid "Wrong password." +msgstr "Feil passord." + +#: ../../mod/settings.php:349 +msgid "Password changed." +msgstr "Passord endret." + +#: ../../mod/settings.php:351 +msgid "Password update failed. Please try again." +msgstr "Passordoppdatering mislyktes. Vennligst prøv igjen." + +#: ../../mod/settings.php:416 +msgid " Please use a shorter name." +msgstr "Vennligst bruk et kortere navn." + +#: ../../mod/settings.php:418 +msgid " Name too short." +msgstr "Navnet er for kort." + +#: ../../mod/settings.php:427 +msgid "Wrong Password" +msgstr "Feil passord" + +#: ../../mod/settings.php:432 +msgid " Not valid email." +msgstr "Ugyldig e-postadresse." + +#: ../../mod/settings.php:438 +msgid " Cannot change to that email." +msgstr "Kan ikke endre til den e-postadressen." + +#: ../../mod/settings.php:493 +msgid "Private forum has no privacy permissions. Using default privacy group." +msgstr "Privat forum har ingen personverntillatelser. Bruker standard personverngruppe." + +#: ../../mod/settings.php:497 +msgid "Private forum has no privacy permissions and no default privacy group." +msgstr "Privat forum har ingen personverntillatelser og ingen standard personverngruppe." + +#: ../../mod/settings.php:527 +msgid "Settings updated." +msgstr "Innstillinger oppdatert." + +#: ../../mod/settings.php:600 ../../mod/settings.php:626 +#: ../../mod/settings.php:662 +msgid "Add application" +msgstr "Legg til program" + +#: ../../mod/settings.php:604 ../../mod/settings.php:630 +msgid "Consumer Key" +msgstr "Consumer Key" + +#: ../../mod/settings.php:605 ../../mod/settings.php:631 +msgid "Consumer Secret" +msgstr "Consumer Secret" + +#: ../../mod/settings.php:606 ../../mod/settings.php:632 +msgid "Redirect" +msgstr "Omdiriger" + +#: ../../mod/settings.php:607 ../../mod/settings.php:633 +msgid "Icon url" +msgstr "Ikon URL" + +#: ../../mod/settings.php:618 +msgid "You can't edit this application." +msgstr "Du kan ikke redigere dette programmet." + +#: ../../mod/settings.php:661 +msgid "Connected Apps" +msgstr "Tilkoblede programmer" + +#: ../../mod/settings.php:665 +msgid "Client key starts with" +msgstr "Klientnøkkelen starter med" + +#: ../../mod/settings.php:666 +msgid "No name" +msgstr "Ingen navn" + +#: ../../mod/settings.php:667 +msgid "Remove authorization" +msgstr "Fjern tillatelse" + +#: ../../mod/settings.php:679 +msgid "No Plugin settings configured" +msgstr "Ingen tilleggsinnstillinger konfigurert" + +#: ../../mod/settings.php:687 +msgid "Plugin Settings" +msgstr "Tilleggsinnstillinger" + +#: ../../mod/settings.php:701 +msgid "Off" +msgstr "Av" + +#: ../../mod/settings.php:701 +msgid "On" +msgstr "På" + +#: ../../mod/settings.php:709 +msgid "Additional Features" +msgstr "Tilleggsfunksjoner" + +#: ../../mod/settings.php:722 ../../mod/settings.php:723 +#, php-format +msgid "Built-in support for %s connectivity is %s" +msgstr "Innebygget støtte for %s forbindelse er %s" + +#: ../../mod/settings.php:722 ../../mod/settings.php:723 +msgid "enabled" +msgstr "aktivert" + +#: ../../mod/settings.php:722 ../../mod/settings.php:723 +msgid "disabled" +msgstr "avskrudd" + +#: ../../mod/settings.php:723 +msgid "StatusNet" +msgstr "StatusNet" + +#: ../../mod/settings.php:755 +msgid "Email access is disabled on this site." +msgstr "E-posttilgang er avskrudd på dette stedet." + +#: ../../mod/settings.php:762 +msgid "Connector Settings" +msgstr "Koblingsinnstillinger" + +#: ../../mod/settings.php:767 +msgid "Email/Mailbox Setup" +msgstr "E-post-/postboksinnstillinger" + +#: ../../mod/settings.php:768 +msgid "" +"If you wish to communicate with email contacts using this service " +"(optional), please specify how to connect to your mailbox." +msgstr "Hvis du ønsker å kommunisere med e-postkontakter via denne tjenesten (frivillig), vennligst oppgi hvordan din postboks kontaktes." + +#: ../../mod/settings.php:769 +msgid "Last successful email check:" +msgstr "Siste vellykkede e-postsjekk:" + +#: ../../mod/settings.php:771 +msgid "IMAP server name:" +msgstr "IMAP-tjeners navn:" + +#: ../../mod/settings.php:772 +msgid "IMAP port:" +msgstr "IMAP port:" + +#: ../../mod/settings.php:773 +msgid "Security:" +msgstr "Sikkerhet:" + +#: ../../mod/settings.php:773 ../../mod/settings.php:778 +msgid "None" +msgstr "Ingen" + +#: ../../mod/settings.php:774 +msgid "Email login name:" +msgstr "E-post brukernavn:" + +#: ../../mod/settings.php:775 +msgid "Email password:" +msgstr "E-post passord:" + +#: ../../mod/settings.php:776 +msgid "Reply-to address:" +msgstr "Svar-til-adresse:" + +#: ../../mod/settings.php:777 +msgid "Send public posts to all email contacts:" +msgstr "Send offentlige meldinger til alle e-postkontakter:" + +#: ../../mod/settings.php:778 +msgid "Action after import:" +msgstr "Handling etter import:" + +#: ../../mod/settings.php:778 +msgid "Mark as seen" +msgstr "Marker som sett" + +#: ../../mod/settings.php:778 +msgid "Move to folder" +msgstr "Flytt til mappe" + +#: ../../mod/settings.php:779 +msgid "Move to folder:" +msgstr "Flytt til mappe:" + +#: ../../mod/settings.php:854 +msgid "Display Settings" +msgstr "Visningsinnstillinger" + +#: ../../mod/settings.php:860 ../../mod/settings.php:873 +msgid "Display Theme:" +msgstr "Vis tema:" + +#: ../../mod/settings.php:861 +msgid "Mobile Theme:" +msgstr "Mobilt tema:" + +#: ../../mod/settings.php:862 +msgid "Update browser every xx seconds" +msgstr "Oppdater nettleser hvert xx sekund" + +#: ../../mod/settings.php:862 +msgid "Minimum of 10 seconds, no maximum" +msgstr "Minimum 10 sekunder, ikke noe maksimum" + +#: ../../mod/settings.php:863 +msgid "Number of items to display per page:" +msgstr "Antall elementer som vises per side:" + +#: ../../mod/settings.php:863 ../../mod/settings.php:864 +msgid "Maximum of 100 items" +msgstr "Maksimum 100 elementer" + +#: ../../mod/settings.php:864 +msgid "Number of items to display per page when viewed from mobile device:" +msgstr "Antall elementer å vise per side ved visning på mobil enhet:" + +#: ../../mod/settings.php:865 +msgid "Don't show emoticons" +msgstr "Ikke vis uttrykksikoner" + +#: ../../mod/settings.php:866 +msgid "Infinite scroll" +msgstr "Uendelig rulling" + +#: ../../mod/settings.php:942 +msgid "Normal Account Page" +msgstr "Vanlig konto-side" + +#: ../../mod/settings.php:943 +msgid "This account is a normal personal profile" +msgstr "Denne kontoen er en vanlig personlig profil" + +#: ../../mod/settings.php:946 +msgid "Soapbox Page" +msgstr "Talerstol-side" + +#: ../../mod/settings.php:947 +msgid "Automatically approve all connection/friend requests as read-only fans" +msgstr "Automatisk godkjenning av alle forespørsler om forbindelse/venner som fans med kun leserettigheter" + +#: ../../mod/settings.php:950 +msgid "Community Forum/Celebrity Account" +msgstr "Fellesskapsforum/Kjendis-side" + +#: ../../mod/settings.php:951 +msgid "" +"Automatically approve all connection/friend requests as read-write fans" +msgstr "Automatisk godkjenning av alle forespørsler om forbindelse/venner som fans med lese- og skriverettigheter" + +#: ../../mod/settings.php:954 +msgid "Automatic Friend Page" +msgstr "Automatisk venn-side" + +#: ../../mod/settings.php:955 +msgid "Automatically approve all connection/friend requests as friends" +msgstr "Automatisk godkjenning av alle forespørsler om forbindelse/venner som venner" + +#: ../../mod/settings.php:958 +msgid "Private Forum [Experimental]" +msgstr "Privat forum [Eksperimentell]" + +#: ../../mod/settings.php:959 +msgid "Private forum - approved members only" +msgstr "Privat forum - kun godkjente medlemmer" + +#: ../../mod/settings.php:971 +msgid "OpenID:" +msgstr "OpenID:" + +#: ../../mod/settings.php:971 +msgid "(Optional) Allow this OpenID to login to this account." +msgstr "(Valgfritt) Tillat denne OpenID-en å logge inn i denne kontoen." + +#: ../../mod/settings.php:981 +msgid "Publish your default profile in your local site directory?" +msgstr "Skal standardprofilen din publiseres i katalogen til nettstedet ditt?" + +#: ../../mod/settings.php:987 +msgid "Publish your default profile in the global social directory?" +msgstr "Skal standardprofilen din publiseres i den globale sosiale katalogen?" + +#: ../../mod/settings.php:995 +msgid "Hide your contact/friend list from viewers of your default profile?" +msgstr "Skjul kontakt-/venne-listen din for besøkende til standardprofilen din?" + +#: ../../mod/settings.php:999 +msgid "Hide your profile details from unknown viewers?" +msgstr "Skjul dine profildetaljer fra ukjente besøkende?" + +#: ../../mod/settings.php:1004 +msgid "Allow friends to post to your profile page?" +msgstr "Tillat venner å poste innlegg på din profilside?" + +#: ../../mod/settings.php:1010 +msgid "Allow friends to tag your posts?" +msgstr "Tillat venner å merke dine innlegg?" + +#: ../../mod/settings.php:1016 +msgid "Allow us to suggest you as a potential friend to new members?" +msgstr "Tillat oss å foreslå deg som en mulig venn til nye medlemmer?" + +#: ../../mod/settings.php:1022 +msgid "Permit unknown people to send you private mail?" +msgstr "Tillat ukjente personer å sende deg privat post?" + +#: ../../mod/settings.php:1030 +msgid "Profile is not published." +msgstr "Profilen er ikke publisert." + +#: ../../mod/settings.php:1033 ../../mod/profile_photo.php:248 +msgid "or" +msgstr "eller" + +#: ../../mod/settings.php:1038 +msgid "Your Identity Address is" +msgstr "Din identitetsadresse er" + +#: ../../mod/settings.php:1049 +msgid "Automatically expire posts after this many days:" +msgstr "Innlegg utgår automatisk etter så mange dager:" + +#: ../../mod/settings.php:1049 +msgid "If empty, posts will not expire. Expired posts will be deleted" +msgstr "Tomme innlegg utgår ikke. Utgåtte innlegg slettes." + +#: ../../mod/settings.php:1050 +msgid "Advanced expiration settings" +msgstr "Avanserte innstillinger for å utgå" + +#: ../../mod/settings.php:1051 +msgid "Advanced Expiration" +msgstr "Avansert utgå" + +#: ../../mod/settings.php:1052 +msgid "Expire posts:" +msgstr "Innlegg utgår:" + +#: ../../mod/settings.php:1053 +msgid "Expire personal notes:" +msgstr "Personlige notater utgår:" + +#: ../../mod/settings.php:1054 +msgid "Expire starred posts:" +msgstr "Innlegg med stjerne utgår:" + +#: ../../mod/settings.php:1055 +msgid "Expire photos:" +msgstr "Bilder utgår:" + +#: ../../mod/settings.php:1056 +msgid "Only expire posts by others:" +msgstr "Kun innlegg fra andre utgår:" + +#: ../../mod/settings.php:1082 +msgid "Account Settings" +msgstr "Kontoinnstillinger" + +#: ../../mod/settings.php:1090 +msgid "Password Settings" +msgstr "Passordinnstillinger" + +#: ../../mod/settings.php:1091 +msgid "New Password:" +msgstr "Nytt passord:" + +#: ../../mod/settings.php:1092 +msgid "Confirm:" +msgstr "Bekreft:" + +#: ../../mod/settings.php:1092 +msgid "Leave password fields blank unless changing" +msgstr "La passordfeltene stå tomme hvis du ikke skal bytte" + +#: ../../mod/settings.php:1093 +msgid "Current Password:" +msgstr "Gjeldende passord:" + +#: ../../mod/settings.php:1093 ../../mod/settings.php:1094 +msgid "Your current password to confirm the changes" +msgstr "Ditt gjeldende passord for å bekrefte endringene" + +#: ../../mod/settings.php:1094 +msgid "Password:" +msgstr "Passord:" + +#: ../../mod/settings.php:1098 +msgid "Basic Settings" +msgstr "Grunninnstillinger" + +#: ../../mod/settings.php:1099 ../../include/profile_advanced.php:15 +msgid "Full Name:" +msgstr "Fullt navn:" + +#: ../../mod/settings.php:1100 +msgid "Email Address:" +msgstr "E-postadresse:" + +#: ../../mod/settings.php:1101 +msgid "Your Timezone:" +msgstr "Din tidssone:" + +#: ../../mod/settings.php:1102 +msgid "Default Post Location:" +msgstr "Standard oppholdssted når du poster:" + +#: ../../mod/settings.php:1103 +msgid "Use Browser Location:" +msgstr "Bruk nettleserens oppholdssted:" + +#: ../../mod/settings.php:1106 +msgid "Security and Privacy Settings" +msgstr "Sikkerhet og privatlivsinnstillinger" + +#: ../../mod/settings.php:1108 +msgid "Maximum Friend Requests/Day:" +msgstr "Maksimum venneforespørsler/dag:" + +#: ../../mod/settings.php:1108 ../../mod/settings.php:1138 +msgid "(to prevent spam abuse)" +msgstr "(for å forhindre søppelpost)" + +#: ../../mod/settings.php:1109 +msgid "Default Post Permissions" +msgstr "Standardtillatelser ved posting" + +#: ../../mod/settings.php:1110 +msgid "(click to open/close)" +msgstr "(klikk for å åpne/lukke)" + +#: ../../mod/settings.php:1119 ../../mod/photos.php:1140 +#: ../../mod/photos.php:1506 +msgid "Show to Groups" +msgstr "Vis til grupper" + +#: ../../mod/settings.php:1120 ../../mod/photos.php:1141 +#: ../../mod/photos.php:1507 +msgid "Show to Contacts" +msgstr "Vis til kontakter" + +#: ../../mod/settings.php:1121 +msgid "Default Private Post" +msgstr "Standard privat innlegg" + +#: ../../mod/settings.php:1122 +msgid "Default Public Post" +msgstr "Standard offentlig innlegg" + +#: ../../mod/settings.php:1126 +msgid "Default Permissions for New Posts" +msgstr "Standard tillatelser for nye innlegg" + +#: ../../mod/settings.php:1138 +msgid "Maximum private messages per day from unknown people:" +msgstr "Maksimalt antall private meldinger per dag fra ukjente personer:" + +#: ../../mod/settings.php:1141 +msgid "Notification Settings" +msgstr "Beskjedinnstillinger" + +#: ../../mod/settings.php:1142 +msgid "By default post a status message when:" +msgstr "Standard å legge inn en statusmelding når:" + +#: ../../mod/settings.php:1143 +msgid "accepting a friend request" +msgstr "aksepterer en venneforespørsel" + +#: ../../mod/settings.php:1144 +msgid "joining a forum/community" +msgstr "blir med i et forum/fellesskap" + +#: ../../mod/settings.php:1145 +msgid "making an interesting profile change" +msgstr "gjør en interessant profilendring" + +#: ../../mod/settings.php:1146 +msgid "Send a notification email when:" +msgstr "Send en e-post med beskjed når:" + +#: ../../mod/settings.php:1147 +msgid "You receive an introduction" +msgstr "Du mottar en introduksjon" + +#: ../../mod/settings.php:1148 +msgid "Your introductions are confirmed" +msgstr "Dine introduksjoner er bekreftet" + +#: ../../mod/settings.php:1149 +msgid "Someone writes on your profile wall" +msgstr "Noen skriver på veggen til profilen din" + +#: ../../mod/settings.php:1150 +msgid "Someone writes a followup comment" +msgstr "Noen skriver en oppfølgingskommentar" + +#: ../../mod/settings.php:1151 +msgid "You receive a private message" +msgstr "Du mottar en privat melding" + +#: ../../mod/settings.php:1152 +msgid "You receive a friend suggestion" +msgstr "Du mottar et venneforslag" + +#: ../../mod/settings.php:1153 +msgid "You are tagged in a post" +msgstr "Du er merket i et innlegg" + +#: ../../mod/settings.php:1154 +msgid "You are poked/prodded/etc. in a post" +msgstr "Du er dyttet/dultet/etc i et innlegg" + +#: ../../mod/settings.php:1157 +msgid "Advanced Account/Page Type Settings" +msgstr "Avanserte konto-/sidetype-innstillinger" + +#: ../../mod/settings.php:1158 +msgid "Change the behaviour of this account for special situations" +msgstr "Endre oppførselen til denne kontoen i spesielle situasjoner" + +#: ../../mod/settings.php:1161 +msgid "Relocate" +msgstr "Omplasser" + +#: ../../mod/settings.php:1162 +msgid "" +"If you have moved this profile from another server, and some of your " +"contacts don't receive your updates, try pushing this button." +msgstr "Hvis du har flyttet denne profilen fra en annen tjener, og noen av dine kontakter ikke mottar dine oppdateringer, prøv å trykke denne knappen." + +#: ../../mod/settings.php:1163 +msgid "Resend relocate message to contacts" +msgstr "Send omplasseringsmelding på nytt til kontakter" + +#: ../../mod/profiles.php:37 +msgid "Profile deleted." +msgstr "Profil slettet." + +#: ../../mod/profiles.php:55 ../../mod/profiles.php:89 +msgid "Profile-" +msgstr "Profil-" + +#: ../../mod/profiles.php:74 ../../mod/profiles.php:117 +msgid "New profile created." +msgstr "Ny profil opprettet." + +#: ../../mod/profiles.php:95 +msgid "Profile unavailable to clone." +msgstr "Profilen er utilgjengelig for kloning." + +#: ../../mod/profiles.php:170 +msgid "Profile Name is required." +msgstr "Profilnavn er påkrevet." + +#: ../../mod/profiles.php:317 +msgid "Marital Status" +msgstr "Ekteskapelig status" + +#: ../../mod/profiles.php:321 +msgid "Romantic Partner" +msgstr "Romantisk partner" + +#: ../../mod/profiles.php:325 +msgid "Likes" +msgstr "Liker" + +#: ../../mod/profiles.php:329 +msgid "Dislikes" +msgstr "Liker ikke" + +#: ../../mod/profiles.php:333 +msgid "Work/Employment" +msgstr "Arbeid/ansatt hos" + +#: ../../mod/profiles.php:336 +msgid "Religion" +msgstr "Religion" + +#: ../../mod/profiles.php:340 +msgid "Political Views" +msgstr "Politisk ståsted" + +#: ../../mod/profiles.php:344 +msgid "Gender" +msgstr "Kjønn" + +#: ../../mod/profiles.php:348 +msgid "Sexual Preference" +msgstr "Seksuell orientering" + +#: ../../mod/profiles.php:352 +msgid "Homepage" +msgstr "Hjemmeside" + +#: ../../mod/profiles.php:356 +msgid "Interests" +msgstr "Interesser" + +#: ../../mod/profiles.php:360 +msgid "Address" +msgstr "Adresse" + +#: ../../mod/profiles.php:367 +msgid "Location" +msgstr "Plassering" + +#: ../../mod/profiles.php:450 +msgid "Profile updated." +msgstr "Profil oppdatert." + +#: ../../mod/profiles.php:521 +msgid " and " +msgstr "og" + +#: ../../mod/profiles.php:529 +msgid "public profile" +msgstr "offentlig profil" + +#: ../../mod/profiles.php:532 +#, php-format +msgid "%1$s changed %2$s to “%3$s”" +msgstr "%1$s endret %2$s til “%3$s”" + +#: ../../mod/profiles.php:533 +#, php-format +msgid " - Visit %1$s's %2$s" +msgstr "- Besøk %1$s sin %2$s" + +#: ../../mod/profiles.php:536 +#, php-format +msgid "%1$s has an updated %2$s, changing %3$s." +msgstr "%1$s har oppdatert %2$s, endret %3$s." + +#: ../../mod/profiles.php:609 +msgid "Hide your contact/friend list from viewers of this profile?" +msgstr "Skjul kontakten/vennen din fra folk som kan se denne profilen?" + +#: ../../mod/profiles.php:629 +msgid "Edit Profile Details" +msgstr "Endre profildetaljer" + +#: ../../mod/profiles.php:631 +msgid "Change Profile Photo" +msgstr "Endre profilbilde" + +#: ../../mod/profiles.php:632 +msgid "View this profile" +msgstr "Vis denne profilen" + +#: ../../mod/profiles.php:633 +msgid "Create a new profile using these settings" +msgstr "Opprett en ny profil med disse innstillingene" + +#: ../../mod/profiles.php:634 +msgid "Clone this profile" +msgstr "Klon denne profilen" + +#: ../../mod/profiles.php:635 +msgid "Delete this profile" +msgstr "Slette denne profilen" + +#: ../../mod/profiles.php:636 +msgid "Profile Name:" +msgstr "Profilnavn:" + +#: ../../mod/profiles.php:637 +msgid "Your Full Name:" +msgstr "Ditt fulle navn:" + +#: ../../mod/profiles.php:638 +msgid "Title/Description:" +msgstr "Tittel/Beskrivelse:" + +#: ../../mod/profiles.php:639 +msgid "Your Gender:" +msgstr "Ditt kjønn:" + +#: ../../mod/profiles.php:640 +#, php-format +msgid "Birthday (%s):" +msgstr "Fødselsdag (%s):" + +#: ../../mod/profiles.php:641 +msgid "Street Address:" +msgstr "Gateadresse:" + +#: ../../mod/profiles.php:642 +msgid "Locality/City:" +msgstr "Plassering/by:" + +#: ../../mod/profiles.php:643 +msgid "Postal/Zip Code:" +msgstr "Postnummer:" + +#: ../../mod/profiles.php:644 +msgid "Country:" +msgstr "Land:" + +#: ../../mod/profiles.php:645 +msgid "Region/State:" +msgstr "Region/fylke:" + +#: ../../mod/profiles.php:646 +msgid " Marital Status:" +msgstr " Sivilstand:" + +#: ../../mod/profiles.php:647 +msgid "Who: (if applicable)" +msgstr "Hvem: (hvis gjeldende)" + +#: ../../mod/profiles.php:648 +msgid "Examples: cathy123, Cathy Williams, cathy@example.com" +msgstr "Eksempler: kari123, Kari Nordmann, kari@example.com" + +#: ../../mod/profiles.php:649 +msgid "Since [date]:" +msgstr "Fra [dato]:" + +#: ../../mod/profiles.php:650 ../../include/profile_advanced.php:46 +msgid "Sexual Preference:" +msgstr "Seksuell orientering:" + +#: ../../mod/profiles.php:651 +msgid "Homepage URL:" +msgstr "Hjemmeside URL:" + +#: ../../mod/profiles.php:652 ../../include/profile_advanced.php:50 +msgid "Hometown:" +msgstr "Hjemsted:" + +#: ../../mod/profiles.php:653 ../../include/profile_advanced.php:54 +msgid "Political Views:" +msgstr "Politisk ståsted:" + +#: ../../mod/profiles.php:654 +msgid "Religious Views:" +msgstr "Religiøst ståsted:" + +#: ../../mod/profiles.php:655 +msgid "Public Keywords:" +msgstr "Offentlige nøkkelord:" + +#: ../../mod/profiles.php:656 +msgid "Private Keywords:" +msgstr "Private nøkkelord:" + +#: ../../mod/profiles.php:657 ../../include/profile_advanced.php:62 +msgid "Likes:" +msgstr "Liker:" + +#: ../../mod/profiles.php:658 ../../include/profile_advanced.php:64 +msgid "Dislikes:" +msgstr "Liker ikke:" + +#: ../../mod/profiles.php:659 +msgid "Example: fishing photography software" +msgstr "Eksempel: fisking fotografering programvare" + +#: ../../mod/profiles.php:660 +msgid "(Used for suggesting potential friends, can be seen by others)" +msgstr "(Brukes for å foreslå mulige venner, kan ses av andre)" + +#: ../../mod/profiles.php:661 +msgid "(Used for searching profiles, never shown to others)" +msgstr "(Brukes for å søke i profiler, vises aldri til andre)" + +#: ../../mod/profiles.php:662 +msgid "Tell us about yourself..." +msgstr "Fortell oss om deg selv..." + +#: ../../mod/profiles.php:663 +msgid "Hobbies/Interests" +msgstr "Hobbier/interesser" + +#: ../../mod/profiles.php:664 +msgid "Contact information and Social Networks" +msgstr "Kontaktinformasjon og sosiale nettverk" + +#: ../../mod/profiles.php:665 +msgid "Musical interests" +msgstr "Musikksmak" + +#: ../../mod/profiles.php:666 +msgid "Books, literature" +msgstr "Bøker, litteratur" + +#: ../../mod/profiles.php:667 +msgid "Television" +msgstr "TV" + +#: ../../mod/profiles.php:668 +msgid "Film/dance/culture/entertainment" +msgstr "Film/dans/kultur/underholdning" + +#: ../../mod/profiles.php:669 +msgid "Love/romance" +msgstr "Kjærlighet/romanse" + +#: ../../mod/profiles.php:670 +msgid "Work/employment" +msgstr "Arbeid/ansatt hos" + +#: ../../mod/profiles.php:671 +msgid "School/education" +msgstr "Skole/utdanning" + +#: ../../mod/profiles.php:676 +msgid "" +"This is your public profile.
It may " +"be visible to anybody using the internet." +msgstr "Dette er din offentlige profil.
Den kan ses av alle på Internet." + +#: ../../mod/profiles.php:725 +msgid "Edit/Manage Profiles" +msgstr "Rediger/Behandle profiler" + +#: ../../mod/group.php:29 +msgid "Group created." +msgstr "Gruppen er laget." + +#: ../../mod/group.php:35 +msgid "Could not create group." +msgstr "Kunne ikke lage gruppen." + +#: ../../mod/group.php:47 ../../mod/group.php:140 +msgid "Group not found." +msgstr "Fant ikke gruppen." + +#: ../../mod/group.php:60 +msgid "Group name changed." +msgstr "Gruppenavnet er endret" + +#: ../../mod/group.php:87 +msgid "Save Group" +msgstr "Lagre gruppe" + +#: ../../mod/group.php:93 +msgid "Create a group of contacts/friends." +msgstr "Lag en gruppe med kontakter/venner." + +#: ../../mod/group.php:94 ../../mod/group.php:180 +msgid "Group Name: " +msgstr "Gruppenavn:" + +#: ../../mod/group.php:113 +msgid "Group removed." +msgstr "Gruppe fjernet." + +#: ../../mod/group.php:115 +msgid "Unable to remove group." +msgstr "Mislyktes med å fjerne gruppe." + +#: ../../mod/group.php:179 +msgid "Group Editor" +msgstr "Gruppebehandler" + +#: ../../mod/group.php:192 +msgid "Members" +msgstr "Medlemmer" + +#: ../../mod/group.php:224 ../../mod/profperm.php:105 +msgid "Click on a contact to add or remove." +msgstr "Klikk på en kontakt for å legge til eller fjerne." + +#: ../../mod/babel.php:17 +msgid "Source (bbcode) text:" +msgstr "BBcode kildetekst:" + +#: ../../mod/babel.php:23 +msgid "Source (Diaspora) text to convert to BBcode:" +msgstr "Diaspora kildetekst å konvertere til BBcode:" + +#: ../../mod/babel.php:31 +msgid "Source input: " +msgstr "Kilde-input:" + +#: ../../mod/babel.php:35 +msgid "bb2html (raw HTML): " +msgstr "bb2html (rå HTML):" + +#: ../../mod/babel.php:39 +msgid "bb2html: " +msgstr "bb2html:" + +#: ../../mod/babel.php:43 +msgid "bb2html2bb: " +msgstr "bb2html2bb:" + +#: ../../mod/babel.php:47 +msgid "bb2md: " +msgstr "bb2md:" + +#: ../../mod/babel.php:51 +msgid "bb2md2html: " +msgstr "bb2md2html:" + +#: ../../mod/babel.php:55 +msgid "bb2dia2bb: " +msgstr "bb2dia2bb:" + +#: ../../mod/babel.php:59 +msgid "bb2md2html2bb: " +msgstr "bb2md2html2bb:" + +#: ../../mod/babel.php:69 +msgid "Source input (Diaspora format): " +msgstr "Diaspora-formatert kilde-input:" + +#: ../../mod/babel.php:74 +msgid "diaspora2bb: " +msgstr "diaspora2bb:" + +#: ../../mod/community.php:23 +msgid "Not available." +msgstr "Ikke tilgjengelig." + +#: ../../mod/follow.php:27 +msgid "Contact added" +msgstr "Kontakt lagt til " + +#: ../../mod/notify.php:61 ../../mod/notifications.php:332 +msgid "No more system notifications." +msgstr "Ingen flere systemvarsler." + +#: ../../mod/notify.php:65 ../../mod/notifications.php:336 +msgid "System Notifications" +msgstr "Systemvarsler" + +#: ../../mod/message.php:9 ../../include/nav.php:159 +msgid "New Message" +msgstr "Ny melding" + +#: ../../mod/message.php:67 +msgid "Unable to locate contact information." +msgstr "Mislyktes med å finne kontaktinformasjon." + +#: ../../mod/message.php:182 ../../mod/notifications.php:103 +#: ../../include/nav.php:156 +msgid "Messages" +msgstr "Meldinger" + +#: ../../mod/message.php:207 +msgid "Do you really want to delete this message?" +msgstr "Ønsker du virkelig å slette denne meldingen?" + +#: ../../mod/message.php:227 +msgid "Message deleted." +msgstr "Melding slettet." + +#: ../../mod/message.php:258 +msgid "Conversation removed." +msgstr "Samtale slettet." + +#: ../../mod/message.php:371 +msgid "No messages." +msgstr "Ingen meldinger." + +#: ../../mod/message.php:378 +#, php-format +msgid "Unknown sender - %s" +msgstr "Ukjent avsender - %s" + +#: ../../mod/message.php:381 +#, php-format +msgid "You and %s" +msgstr "Du og %s" + +#: ../../mod/message.php:384 +#, php-format +msgid "%s and You" +msgstr "%s og du" + +#: ../../mod/message.php:405 ../../mod/message.php:546 +msgid "Delete conversation" +msgstr "Slett samtale" + +#: ../../mod/message.php:408 +msgid "D, d M Y - g:i A" +msgstr "D, d M Y - g:i A" + +#: ../../mod/message.php:411 +#, php-format +msgid "%d message" +msgid_plural "%d messages" +msgstr[0] "%d melding" +msgstr[1] "%d meldinger" + +#: ../../mod/message.php:450 +msgid "Message not available." +msgstr "Melding utilgjengelig." + +#: ../../mod/message.php:520 +msgid "Delete message" +msgstr "Slett melding" + +#: ../../mod/message.php:548 +msgid "" +"No secure communications available. You may be able to " +"respond from the sender's profile page." +msgstr "Ingen sikker kommunikasjon tilgjengelig. Du kan kanskje svare fra senderens profilside." + +#: ../../mod/message.php:552 +msgid "Send Reply" +msgstr "Send svar" + +#: ../../mod/like.php:170 ../../include/conversation.php:140 +#, php-format +msgid "%1$s doesn't like %2$s's %3$s" +msgstr "%1$s liker ikke %2$s's %3$s" + #: ../../mod/oexchange.php:25 msgid "Post successful." msgstr "Innlegg vellykket." -#: ../../mod/openid.php:24 -msgid "OpenID protocol error. No ID returned." -msgstr "OpenID protokollfeil. Ingen ID kom i retur." +#: ../../mod/localtime.php:12 ../../include/event.php:11 +#: ../../include/bb2diaspora.php:393 +msgid "l F d, Y \\@ g:i A" +msgstr "l F d, Y \\@ g:i A" -#: ../../mod/openid.php:53 +#: ../../mod/localtime.php:24 +msgid "Time Conversion" +msgstr "Tidskonvertering" + +#: ../../mod/localtime.php:26 msgid "" -"Account not found and OpenID registration is not permitted on this site." -msgstr "Kontoen ble ikke funnet og OpenID-registrering er ikke tillat på dette nettstedet." +"Friendica provides this service for sharing events with other networks and " +"friends in unknown timezones." +msgstr "Friendica har denne tjenesten for å dele hendelser med andre nettverk og venner i ukjente tidssoner." + +#: ../../mod/localtime.php:30 +#, php-format +msgid "UTC time: %s" +msgstr "UTC tid: %s" + +#: ../../mod/localtime.php:33 +#, php-format +msgid "Current timezone: %s" +msgstr "Gjeldende tidssone: %s" + +#: ../../mod/localtime.php:36 +#, php-format +msgid "Converted localtime: %s" +msgstr "Konvertert lokaltid: %s" + +#: ../../mod/localtime.php:41 +msgid "Please select your timezone:" +msgstr "Vennligst velg din tidssone:" + +#: ../../mod/filer.php:30 ../../include/conversation.php:1001 +#: ../../include/conversation.php:1019 +msgid "Save to Folder:" +msgstr "Lagre til mappe:" + +#: ../../mod/filer.php:30 +msgid "- select -" +msgstr "- velg -" + +#: ../../mod/profperm.php:25 ../../mod/profperm.php:55 +msgid "Invalid profile identifier." +msgstr "Ugyldig profilidentifikator." + +#: ../../mod/profperm.php:101 +msgid "Profile Visibility Editor" +msgstr "Behandle profilsynlighet" + +#: ../../mod/profperm.php:114 +msgid "Visible To" +msgstr "Synlig for" + +#: ../../mod/profperm.php:130 +msgid "All Contacts (with secure profile access)" +msgstr "Alle kontakter (med sikret profiltilgang)" + +#: ../../mod/viewcontacts.php:39 +msgid "No contacts." +msgstr "Ingen kontakter." + +#: ../../mod/viewcontacts.php:76 ../../include/text.php:857 +msgid "View Contacts" +msgstr "Vis kontakter" + +#: ../../mod/dirfind.php:26 +msgid "People Search" +msgstr "Personsøk" + +#: ../../mod/dirfind.php:60 ../../mod/match.php:65 +msgid "No matches" +msgstr "Ingen treff" + +#: ../../mod/photos.php:66 ../../mod/photos.php:1222 ../../mod/photos.php:1795 +msgid "Upload New Photos" +msgstr "Last opp nye bilder" + +#: ../../mod/photos.php:143 +msgid "Contact information unavailable" +msgstr "Kontaktinformasjon utilgjengelig" + +#: ../../mod/photos.php:164 +msgid "Album not found." +msgstr "Album ble ikke funnet." + +#: ../../mod/photos.php:187 ../../mod/photos.php:199 ../../mod/photos.php:1200 +msgid "Delete Album" +msgstr "Slett album" + +#: ../../mod/photos.php:197 +msgid "Do you really want to delete this photo album and all its photos?" +msgstr "Ønsker du virkelig å slette dette fotoalbumet og alle bildene i det?" + +#: ../../mod/photos.php:276 ../../mod/photos.php:287 ../../mod/photos.php:1502 +msgid "Delete Photo" +msgstr "Slett bilde" + +#: ../../mod/photos.php:285 +msgid "Do you really want to delete this photo?" +msgstr "Ønsker du virkelig å slette dette bildet?" + +#: ../../mod/photos.php:656 +#, php-format +msgid "%1$s was tagged in %2$s by %3$s" +msgstr "%1$s ble merket i %2$s av %3$s" + +#: ../../mod/photos.php:656 +msgid "a photo" +msgstr "et bilde" + +#: ../../mod/photos.php:761 +msgid "Image exceeds size limit of " +msgstr "Bilde overstiger størrelsesbegrensningen på " + +#: ../../mod/photos.php:769 +msgid "Image file is empty." +msgstr "Bildefilen er tom." + +#: ../../mod/photos.php:801 ../../mod/wall_upload.php:112 +#: ../../mod/profile_photo.php:153 +msgid "Unable to process image." +msgstr "Ikke i stand til å behandle bildet." + +#: ../../mod/photos.php:828 ../../mod/wall_upload.php:138 +#: ../../mod/profile_photo.php:301 +msgid "Image upload failed." +msgstr "Mislyktes med å laste opp bilde." + +#: ../../mod/photos.php:924 +msgid "No photos selected" +msgstr "Ingen bilder er valgt" + +#: ../../mod/photos.php:1025 ../../mod/videos.php:226 +msgid "Access to this item is restricted." +msgstr "Tilgang til dette elementet er begrenset." + +#: ../../mod/photos.php:1088 +#, php-format +msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage." +msgstr "Du har brukt %1$.2f Mbytes av %2$.2f Mbytes bildelagring." + +#: ../../mod/photos.php:1123 +msgid "Upload Photos" +msgstr "Last opp bilder" + +#: ../../mod/photos.php:1127 ../../mod/photos.php:1195 +msgid "New album name: " +msgstr "Nytt albumnavn:" + +#: ../../mod/photos.php:1128 +msgid "or existing album name: " +msgstr "eller eksisterende albumnavn:" + +#: ../../mod/photos.php:1129 +msgid "Do not show a status post for this upload" +msgstr "Ikke vis statusoppdatering for denne opplastingen" + +#: ../../mod/photos.php:1131 ../../mod/photos.php:1497 +msgid "Permissions" +msgstr "Tillatelser" + +#: ../../mod/photos.php:1142 +msgid "Private Photo" +msgstr "Privat bilde" + +#: ../../mod/photos.php:1143 +msgid "Public Photo" +msgstr "Offentlig bilde" + +#: ../../mod/photos.php:1210 +msgid "Edit Album" +msgstr "Endre album" + +#: ../../mod/photos.php:1216 +msgid "Show Newest First" +msgstr "Vis nyeste først" + +#: ../../mod/photos.php:1218 +msgid "Show Oldest First" +msgstr "Vis eldste først" + +#: ../../mod/photos.php:1251 ../../mod/photos.php:1778 +msgid "View Photo" +msgstr "Vis bilde" + +#: ../../mod/photos.php:1286 +msgid "Permission denied. Access to this item may be restricted." +msgstr "Tilgang nektet. Tilgang til dette elementet kan være begrenset." + +#: ../../mod/photos.php:1288 +msgid "Photo not available" +msgstr "Bilde ikke tilgjengelig" + +#: ../../mod/photos.php:1344 +msgid "View photo" +msgstr "Vis foto" + +#: ../../mod/photos.php:1344 +msgid "Edit photo" +msgstr "Endre bilde" + +#: ../../mod/photos.php:1345 +msgid "Use as profile photo" +msgstr "Bruk som profilbilde" + +#: ../../mod/photos.php:1370 +msgid "View Full Size" +msgstr "Vis i full størrelse" + +#: ../../mod/photos.php:1444 +msgid "Tags: " +msgstr "Tagger:" + +#: ../../mod/photos.php:1447 +msgid "[Remove any tag]" +msgstr "[Fjern en tag]" + +#: ../../mod/photos.php:1487 +msgid "Rotate CW (right)" +msgstr "Roter med klokka (høyre)" + +#: ../../mod/photos.php:1488 +msgid "Rotate CCW (left)" +msgstr "Roter mot klokka (venstre)" + +#: ../../mod/photos.php:1490 +msgid "New album name" +msgstr "Nytt albumnavn" + +#: ../../mod/photos.php:1493 +msgid "Caption" +msgstr "Overskrift" + +#: ../../mod/photos.php:1495 +msgid "Add a Tag" +msgstr "Legg til tag" + +#: ../../mod/photos.php:1499 +msgid "" +"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" +msgstr "Eksempel: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" + +#: ../../mod/photos.php:1508 +msgid "Private photo" +msgstr "Privat bilde" + +#: ../../mod/photos.php:1509 +msgid "Public photo" +msgstr "Offentlig bilde" + +#: ../../mod/photos.php:1531 ../../include/conversation.php:1080 +msgid "Share" +msgstr "Del" + +#: ../../mod/photos.php:1784 ../../mod/videos.php:308 +msgid "View Album" +msgstr "Vis album" + +#: ../../mod/photos.php:1793 +msgid "Recent Photos" +msgstr "Nye bilder" + +#: ../../mod/wall_attach.php:69 +#, php-format +msgid "File exceeds size limit of %d" +msgstr "Filstørrelsen er større enn begrensning på %d" + +#: ../../mod/wall_attach.php:110 ../../mod/wall_attach.php:121 +msgid "File upload failed." +msgstr "Opplasting av filen mislyktes." + +#: ../../mod/videos.php:125 +msgid "No videos selected" +msgstr "Ingen videoer er valgt" + +#: ../../mod/videos.php:301 ../../include/text.php:1383 +msgid "View Video" +msgstr "Vis video" + +#: ../../mod/videos.php:317 +msgid "Recent Videos" +msgstr "Nye videoer" + +#: ../../mod/videos.php:319 +msgid "Upload New Videos" +msgstr "Last opp nye videoer" + +#: ../../mod/poke.php:192 +msgid "Poke/Prod" +msgstr "Dytt/dult" + +#: ../../mod/poke.php:193 +msgid "poke, prod or do other things to somebody" +msgstr "dytt, dult eller gjør andre ting med noen" + +#: ../../mod/poke.php:194 +msgid "Recipient" +msgstr "Mottaker" + +#: ../../mod/poke.php:195 +msgid "Choose what you wish to do to recipient" +msgstr "Velg hva du ønsker å gjøre med mottakeren" + +#: ../../mod/poke.php:198 +msgid "Make this post private" +msgstr "Gjør dette innlegget privat" + +#: ../../mod/subthread.php:103 +#, php-format +msgid "%1$s is following %2$s's %3$s" +msgstr "%1$s følger %2$s sin %3$s" + +#: ../../mod/uexport.php:72 +msgid "Export account" +msgstr "Eksporter konto" + +#: ../../mod/uexport.php:72 +msgid "" +"Export your account info and contacts. Use this to make a backup of your " +"account and/or to move it to another server." +msgstr "Eksporter din kontos informasjon og kontakter. Bruk denne til å ta en sikkerhetskopi av kontoen din og/eller for å flytte til en annen tjener." + +#: ../../mod/uexport.php:73 +msgid "Export all" +msgstr "Eksporter alt" + +#: ../../mod/uexport.php:73 +msgid "" +"Export your accout info, contacts and all your items as json. Could be a " +"very big file, and could take a lot of time. Use this to make a full backup " +"of your account (photos are not exported)" +msgstr "Eksporter din kontoinformasjon, kontakter og alle dine elementer som JSON. Det kan bli en svært stor fil, og kan ta lang tid. Bruk denne til å gjøre en full sikkerhetskopi av kontoen din (bilder blir ikke eksportert)" + +#: ../../mod/common.php:42 +msgid "Common Friends" +msgstr "Felles venner" + +#: ../../mod/common.php:78 +msgid "No contacts in common." +msgstr "Ingen kontakter felles." + +#: ../../mod/wall_upload.php:90 ../../mod/profile_photo.php:144 +#, php-format +msgid "Image exceeds size limit of %d" +msgstr "Bildets størrelse overstiger størrelsesbegrensningen på %d" + +#: ../../mod/wall_upload.php:135 ../../mod/wall_upload.php:144 +#: ../../mod/wall_upload.php:151 ../../mod/item.php:453 +#: ../../include/message.php:144 +msgid "Wall Photos" +msgstr "Veggbilder" #: ../../mod/profile_photo.php:44 msgid "Image uploaded but image cropping failed." @@ -6720,396 +5061,2248 @@ msgstr "Behandling ferdig" msgid "Image uploaded successfully." msgstr "Bilde ble lastet opp." -#: ../../mod/community.php:23 -msgid "Not available." -msgstr "Ikke tilgjengelig." +#: ../../mod/apps.php:11 +msgid "Applications" +msgstr "Programmer" -#: ../../mod/content.php:626 ../../object/Item.php:362 +#: ../../mod/apps.php:14 +msgid "No installed applications." +msgstr "Ingen installerte programmer." + +#: ../../mod/navigation.php:20 ../../include/nav.php:34 +msgid "Nothing new here" +msgstr "Ikke noe nytt her" + +#: ../../mod/navigation.php:24 ../../include/nav.php:38 +msgid "Clear notifications" +msgstr "Fjern varslinger" + +#: ../../mod/match.php:12 +msgid "Profile Match" +msgstr "Profiltreff" + +#: ../../mod/match.php:20 +msgid "No keywords to match. Please add keywords to your default profile." +msgstr "Ingen nøkkelord å sammenlikne. Vennligst legg til nøkkelord i din standardprofil." + +#: ../../mod/match.php:57 +msgid "is interested in:" +msgstr "er interessert i:" + +#: ../../mod/tagrm.php:41 +msgid "Tag removed" +msgstr "Fjernet tag" + +#: ../../mod/tagrm.php:79 +msgid "Remove Item Tag" +msgstr "Fjern tag" + +#: ../../mod/tagrm.php:81 +msgid "Select a tag to remove: " +msgstr "Velg en tag å fjerne:" + +#: ../../mod/tagrm.php:93 ../../mod/delegate.php:130 +msgid "Remove" +msgstr "Slett" + +#: ../../mod/events.php:66 +msgid "Event title and start time are required." +msgstr "Hendelsens tittel og starttidspunkt er påkrevet." + +#: ../../mod/events.php:291 +msgid "l, F j" +msgstr "l, F j" + +#: ../../mod/events.php:313 +msgid "Edit event" +msgstr "Rediger hendelse" + +#: ../../mod/events.php:335 ../../include/text.php:1615 +msgid "link to source" +msgstr "lenke til kilde" + +#: ../../mod/events.php:371 +msgid "Create New Event" +msgstr "Lag ny hendelse" + +#: ../../mod/events.php:372 +msgid "Previous" +msgstr "Forrige" + +#: ../../mod/events.php:446 +msgid "hour:minute" +msgstr "time:minutt" + +#: ../../mod/events.php:456 +msgid "Event details" +msgstr "Hendelsesdetaljer" + +#: ../../mod/events.php:457 #, php-format -msgid "%d comment" -msgid_plural "%d comments" -msgstr[0] "%d kommentar" -msgstr[1] "%d kommentarer" +msgid "Format is %s %s. Starting date and Title are required." +msgstr "Formatet er %s %s. Startdato og tittel er påkrevet." -#: ../../mod/content.php:707 ../../object/Item.php:232 -msgid "like" -msgstr "liker" +#: ../../mod/events.php:459 +msgid "Event Starts:" +msgstr "Hendelsen starter:" -#: ../../mod/content.php:708 ../../object/Item.php:233 -msgid "dislike" -msgstr "liker ikke" +#: ../../mod/events.php:459 ../../mod/events.php:473 +msgid "Required" +msgstr "Påkrevet" -#: ../../mod/content.php:710 ../../object/Item.php:235 -msgid "Share this" -msgstr "Del denne" +#: ../../mod/events.php:462 +msgid "Finish date/time is not known or not relevant" +msgstr "Avslutningsdato/-tid er ukjent eller ikke relevant" -#: ../../mod/content.php:710 ../../object/Item.php:235 -msgid "share" -msgstr "Del" +#: ../../mod/events.php:464 +msgid "Event Finishes:" +msgstr "Hendelsen slutter:" -#: ../../mod/content.php:734 ../../object/Item.php:654 -msgid "Bold" -msgstr "uthevet" +#: ../../mod/events.php:467 +msgid "Adjust for viewer timezone" +msgstr "Tilpass til iakttakerens tidssone" -#: ../../mod/content.php:735 ../../object/Item.php:655 -msgid "Italic" -msgstr "kursiv" +#: ../../mod/events.php:469 +msgid "Description:" +msgstr "Beskrivelse:" -#: ../../mod/content.php:736 ../../object/Item.php:656 -msgid "Underline" -msgstr "understrek" +#: ../../mod/events.php:473 +msgid "Title:" +msgstr "Tittel:" -#: ../../mod/content.php:737 ../../object/Item.php:657 -msgid "Quote" -msgstr "sitat" +#: ../../mod/events.php:475 +msgid "Share this event" +msgstr "Del denne hendelsen" -#: ../../mod/content.php:738 ../../object/Item.php:658 -msgid "Code" -msgstr "kode" +#: ../../mod/delegate.php:95 +msgid "No potential page delegates located." +msgstr "Fant ingen potensielle sidedelegater." -#: ../../mod/content.php:739 ../../object/Item.php:659 -msgid "Image" -msgstr "Bilde/fotografi" +#: ../../mod/delegate.php:121 ../../include/nav.php:165 +msgid "Delegate Page Management" +msgstr "Deleger sidebehandling" -#: ../../mod/content.php:740 ../../object/Item.php:660 -msgid "Link" -msgstr "lenke" +#: ../../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 "Delegater kan behandle alle sider ved denne kontoen/siden, bortsett fra grunnleggende kontoinnstillinger. Vennligst ikke deleger din personlige konto til noen som du ikke stoler fullt og fast på." -#: ../../mod/content.php:741 ../../object/Item.php:661 -msgid "Video" -msgstr "video" +#: ../../mod/delegate.php:124 +msgid "Existing Page Managers" +msgstr "Eksisterende sidebehandlere" -#: ../../mod/content.php:776 ../../object/Item.php:211 -msgid "add star" -msgstr "legg til stjerne" +#: ../../mod/delegate.php:126 +msgid "Existing Page Delegates" +msgstr "Eksisterende sidedelegater" -#: ../../mod/content.php:777 ../../object/Item.php:212 -msgid "remove star" -msgstr "fjern stjerne" +#: ../../mod/delegate.php:128 +msgid "Potential Delegates" +msgstr "Mulige delegater" -#: ../../mod/content.php:778 ../../object/Item.php:213 -msgid "toggle star status" -msgstr "veksle stjernestatus" +#: ../../mod/delegate.php:131 +msgid "Add" +msgstr "Legg til" -#: ../../mod/content.php:781 ../../object/Item.php:216 -msgid "starred" -msgstr "Med stjerne" +#: ../../mod/delegate.php:132 +msgid "No entries." +msgstr "Ingen oppføringer" -#: ../../mod/content.php:782 ../../object/Item.php:221 -msgid "add tag" -msgstr "Legg til merkelapp" +#: ../../mod/nogroup.php:59 +msgid "Contacts who are not members of a group" +msgstr "Kontakter som ikke er medlemmer av en gruppe" -#: ../../mod/content.php:786 ../../object/Item.php:130 -msgid "save to folder" -msgstr "lagre i mappe" +#: ../../mod/fbrowser.php:113 +msgid "Files" +msgstr "Filer" -#: ../../mod/content.php:877 ../../object/Item.php:308 -msgid "to" -msgstr "til" +#: ../../mod/maintenance.php:5 +msgid "System down for maintenance" +msgstr "Systemet er nede for vedlikehold" -#: ../../mod/content.php:878 ../../object/Item.php:310 -msgid "Wall-to-Wall" -msgstr "vegg-til-vegg" +#: ../../mod/removeme.php:45 ../../mod/removeme.php:48 +msgid "Remove My Account" +msgstr "Slett min konto" -#: ../../mod/content.php:879 ../../object/Item.php:311 -msgid "via Wall-To-Wall:" -msgstr "via vegg-til-vegg" +#: ../../mod/removeme.php:46 +msgid "" +"This will completely remove your account. Once this has been done it is not " +"recoverable." +msgstr "Dette vil slette din konto fullstendig. Når dette er gjort kan den ikke gjenopprettes." -#: ../../object/Item.php:92 -msgid "This entry was edited" -msgstr "Denne oppføringen ble endret" +#: ../../mod/removeme.php:47 +msgid "Please enter your password for verification:" +msgstr "Vennligst skriv inn ditt passord for å bekrefte:" -#: ../../object/Item.php:309 -msgid "via" -msgstr "via" +#: ../../mod/fsuggest.php:63 +msgid "Friend suggestion sent." +msgstr "Venneforslag sendt." -#: ../../view/theme/cleanzero/config.php:82 -#: ../../view/theme/diabook/config.php:154 -#: ../../view/theme/dispy/config.php:72 ../../view/theme/quattro/config.php:66 -msgid "Theme settings" -msgstr "Temainnstillinger" +#: ../../mod/fsuggest.php:97 +msgid "Suggest Friends" +msgstr "Foreslå venner" -#: ../../view/theme/cleanzero/config.php:83 -msgid "Set resize level for images in posts and comments (width and height)" -msgstr "Angi størrelsesendringen for bilder i innlegg og kommentarer (bredde og høyde)" - -#: ../../view/theme/cleanzero/config.php:84 -#: ../../view/theme/diabook/config.php:155 -#: ../../view/theme/dispy/config.php:73 -msgid "Set font-size for posts and comments" -msgstr "Angi skriftstørrelse for innlegg og kommentarer" - -#: ../../view/theme/cleanzero/config.php:85 -msgid "Set theme width" -msgstr "Angi temabredde" - -#: ../../view/theme/cleanzero/config.php:86 -#: ../../view/theme/quattro/config.php:68 -msgid "Color scheme" -msgstr "Fargekart" - -#: ../../view/theme/diabook/config.php:156 -#: ../../view/theme/dispy/config.php:74 -msgid "Set line-height for posts and comments" -msgstr "Angi linjeavstand for innlegg og kommentarer" - -#: ../../view/theme/diabook/config.php:157 -msgid "Set resolution for middle column" -msgstr "Angi oppløsning for midtkolonnen" - -#: ../../view/theme/diabook/config.php:158 -msgid "Set color scheme" -msgstr "Angi fargekart" - -#: ../../view/theme/diabook/config.php:159 -#: ../../view/theme/diabook/theme.php:609 -msgid "Set twitter search term" -msgstr "Angi twitter søkeord" - -#: ../../view/theme/diabook/config.php:160 -msgid "Set zoomfactor for Earth Layer" -msgstr "Angi zoomfaktor for Earth Layer" - -#: ../../view/theme/diabook/config.php:161 -#: ../../view/theme/diabook/theme.php:578 -msgid "Set longitude (X) for Earth Layers" -msgstr "Angi lengdegrad (X) for Earth Layers" - -#: ../../view/theme/diabook/config.php:162 -#: ../../view/theme/diabook/theme.php:579 -msgid "Set latitude (Y) for Earth Layers" -msgstr "Angi breddegrad (Y) for Earth Layers" - -#: ../../view/theme/diabook/config.php:163 -#: ../../view/theme/diabook/theme.php:94 -#: ../../view/theme/diabook/theme.php:537 -#: ../../view/theme/diabook/theme.php:632 -msgid "Community Pages" -msgstr "Felleskapssider" - -#: ../../view/theme/diabook/config.php:164 -#: ../../view/theme/diabook/theme.php:572 -#: ../../view/theme/diabook/theme.php:633 -msgid "Earth Layers" -msgstr "Earth Layers" - -#: ../../view/theme/diabook/config.php:165 -#: ../../view/theme/diabook/theme.php:384 -#: ../../view/theme/diabook/theme.php:634 -msgid "Community Profiles" -msgstr "Fellesskapsprofiler" - -#: ../../view/theme/diabook/config.php:166 -#: ../../view/theme/diabook/theme.php:592 -#: ../../view/theme/diabook/theme.php:635 -msgid "Help or @NewHere ?" -msgstr "Hjelp eller @NewHere ?" - -#: ../../view/theme/diabook/config.php:167 -#: ../../view/theme/diabook/theme.php:599 -#: ../../view/theme/diabook/theme.php:636 -msgid "Connect Services" -msgstr "Forbindelse til tjenester" - -#: ../../view/theme/diabook/config.php:168 -#: ../../view/theme/diabook/theme.php:516 -#: ../../view/theme/diabook/theme.php:637 -msgid "Find Friends" -msgstr "Finn venner" - -#: ../../view/theme/diabook/config.php:169 -msgid "Last tweets" -msgstr "Siste kvitringer" - -#: ../../view/theme/diabook/config.php:170 -#: ../../view/theme/diabook/theme.php:405 -#: ../../view/theme/diabook/theme.php:639 -msgid "Last users" -msgstr "Siste brukere" - -#: ../../view/theme/diabook/config.php:171 -#: ../../view/theme/diabook/theme.php:479 -#: ../../view/theme/diabook/theme.php:640 -msgid "Last photos" -msgstr "Siste bilder" - -#: ../../view/theme/diabook/config.php:172 -#: ../../view/theme/diabook/theme.php:434 -#: ../../view/theme/diabook/theme.php:641 -msgid "Last likes" -msgstr "Siste liker" - -#: ../../view/theme/diabook/theme.php:89 -msgid "Your contacts" -msgstr "Dine kontakter" - -#: ../../view/theme/diabook/theme.php:517 -msgid "Local Directory" -msgstr "Lokal katalog" - -#: ../../view/theme/diabook/theme.php:577 -msgid "Set zoomfactor for Earth Layers" -msgstr "Angi zoomfaktor for Earth Layers" - -#: ../../view/theme/diabook/theme.php:606 -#: ../../view/theme/diabook/theme.php:638 -msgid "Last Tweets" -msgstr "Siste Tweets" - -#: ../../view/theme/diabook/theme.php:630 -msgid "Show/hide boxes at right-hand column:" -msgstr "Vis/skjul bokser i kolonnen til høyre:" - -#: ../../view/theme/dispy/config.php:75 -msgid "Set colour scheme" -msgstr "Angi fargekart" - -#: ../../view/theme/quattro/config.php:67 -msgid "Alignment" -msgstr "Justering" - -#: ../../view/theme/quattro/config.php:67 -msgid "Left" -msgstr "Venstre" - -#: ../../view/theme/quattro/config.php:67 -msgid "Center" -msgstr "Midtstilt" - -#: ../../view/theme/quattro/config.php:69 -msgid "Posts font size" -msgstr "Skriftstørrelse for innlegg" - -#: ../../view/theme/quattro/config.php:70 -msgid "Textareas font size" -msgstr "Skriftstørrelse for tekstområder" - -#: ../../index.php:405 -msgid "toggle mobile" -msgstr "Velg mobilvisning" - -#: ../../boot.php:669 -msgid "Delete this item?" -msgstr "Slett dette elementet?" - -#: ../../boot.php:672 -msgid "show fewer" -msgstr "vis færre" - -#: ../../boot.php:999 +#: ../../mod/fsuggest.php:99 #, php-format -msgid "Update %s failed. See error logs." -msgstr "Oppdatering %s mislyktes. Se feilloggene." +msgid "Suggest a friend for %s" +msgstr "Foreslå en venn for %s" -#: ../../boot.php:1001 +#: ../../mod/item.php:108 +msgid "Unable to locate original post." +msgstr "Mislyktes med å lokalisere opprinnelig melding." + +#: ../../mod/item.php:317 +msgid "Empty post discarded." +msgstr "Tom melding forkastet." + +#: ../../mod/item.php:884 +msgid "System error. Post not saved." +msgstr "Systemfeil. Meldingen ble ikke lagret." + +#: ../../mod/item.php:909 #, php-format -msgid "Update Error at %s" -msgstr "Oppdateringsfeil i %s" +msgid "" +"This message was sent to you by %s, a member of the Friendica social " +"network." +msgstr "Denne meldingen ble sendt til deg av %s, et medlem av det sosiale nettverket Friendica." -#: ../../boot.php:1111 -msgid "Create a New Account" -msgstr "Lag en ny konto" +#: ../../mod/item.php:911 +#, php-format +msgid "You may visit them online at %s" +msgstr "Du kan besøke dem online på %s" -#: ../../boot.php:1139 -msgid "Nickname or Email address: " -msgstr "Kallenavn eller epostadresse: " +#: ../../mod/item.php:912 +msgid "" +"Please contact the sender by replying to this post if you do not wish to " +"receive these messages." +msgstr "Vennligst kontakt avsenderen ved å svare på denne meldingen hvis du ikke ønsker å motta disse meldingene." -#: ../../boot.php:1140 -msgid "Password: " -msgstr "Passord: " +#: ../../mod/item.php:916 +#, php-format +msgid "%s posted an update." +msgstr "%s postet en oppdatering." -#: ../../boot.php:1141 -msgid "Remember me" -msgstr "Husk meg" +#: ../../mod/ping.php:238 +msgid "{0} wants to be your friend" +msgstr "{0} ønsker å bli din venn" -#: ../../boot.php:1144 -msgid "Or login using OpenID: " -msgstr "Eller logg inn med OpenID:" +#: ../../mod/ping.php:243 +msgid "{0} sent you a message" +msgstr "{0} sendte deg en melding" -#: ../../boot.php:1150 -msgid "Forgot your password?" -msgstr "Glemt passordet?" +#: ../../mod/ping.php:248 +msgid "{0} requested registration" +msgstr "{0} forespurte om registrering" -#: ../../boot.php:1153 -msgid "Website Terms of Service" -msgstr "Nettstedets bruksbetingelser" +#: ../../mod/ping.php:254 +#, php-format +msgid "{0} commented %s's post" +msgstr "{0} kommenterte %s sitt innlegg" -#: ../../boot.php:1154 -msgid "terms of service" -msgstr "bruksbetingelser" +#: ../../mod/ping.php:259 +#, php-format +msgid "{0} liked %s's post" +msgstr "{0} likte %s sitt innlegg" -#: ../../boot.php:1156 -msgid "Website Privacy Policy" -msgstr "Nettstedets retningslinjer for personvern" +#: ../../mod/ping.php:264 +#, php-format +msgid "{0} disliked %s's post" +msgstr "{0} likte ikke %s sitt innlegg" -#: ../../boot.php:1157 -msgid "privacy policy" -msgstr "retningslinjer for personvern" +#: ../../mod/ping.php:269 +#, php-format +msgid "{0} is now friends with %s" +msgstr "{0} er nå venner med %s" -#: ../../boot.php:1286 -msgid "Requested account is not available." -msgstr "Profil utilgjengelig." +#: ../../mod/ping.php:274 +msgid "{0} posted" +msgstr "{0} postet et innlegg" -#: ../../boot.php:1365 ../../boot.php:1469 -msgid "Edit profile" -msgstr "Rediger profil" +#: ../../mod/ping.php:279 +#, php-format +msgid "{0} tagged %s's post with #%s" +msgstr "{0} merket %s sitt innlegg med #%s" -#: ../../boot.php:1431 -msgid "Message" -msgstr "Melding" +#: ../../mod/ping.php:285 +msgid "{0} mentioned you in a post" +msgstr "{0} nevnte deg i et innlegg" -#: ../../boot.php:1439 -msgid "Manage/edit profiles" +#: ../../mod/openid.php:24 +msgid "OpenID protocol error. No ID returned." +msgstr "OpenID protokollfeil. Ingen ID kom i retur." + +#: ../../mod/openid.php:53 +msgid "" +"Account not found and OpenID registration is not permitted on this site." +msgstr "Kontoen ble ikke funnet og OpenID-registrering er ikke tillat på dette nettstedet." + +#: ../../mod/openid.php:93 ../../include/auth.php:112 +#: ../../include/auth.php:175 +msgid "Login failed." +msgstr "Innlogging mislyktes." + +#: ../../mod/notifications.php:26 +msgid "Invalid request identifier." +msgstr "Ugyldig forespørselsidentifikator." + +#: ../../mod/notifications.php:35 ../../mod/notifications.php:165 +#: ../../mod/notifications.php:211 +msgid "Discard" +msgstr "Forkast" + +#: ../../mod/notifications.php:78 +msgid "System" +msgstr "System" + +#: ../../mod/notifications.php:83 ../../include/nav.php:140 +msgid "Network" +msgstr "Nettverk" + +#: ../../mod/notifications.php:98 ../../include/nav.php:149 +msgid "Introductions" +msgstr "Introduksjoner" + +#: ../../mod/notifications.php:122 +msgid "Show Ignored Requests" +msgstr "Vis ignorerte forespørsler" + +#: ../../mod/notifications.php:122 +msgid "Hide Ignored Requests" +msgstr "Skjul ignorerte forespørsler" + +#: ../../mod/notifications.php:149 ../../mod/notifications.php:195 +msgid "Notification type: " +msgstr "Beskjedtype:" + +#: ../../mod/notifications.php:150 +msgid "Friend Suggestion" +msgstr "Venneforslag" + +#: ../../mod/notifications.php:152 +#, php-format +msgid "suggested by %s" +msgstr "foreslått av %s" + +#: ../../mod/notifications.php:158 ../../mod/notifications.php:205 +msgid "Post a new friend activity" +msgstr "Post om en ny venn" + +#: ../../mod/notifications.php:158 ../../mod/notifications.php:205 +msgid "if applicable" +msgstr "hvis gyldig" + +#: ../../mod/notifications.php:181 +msgid "Claims to be known to you: " +msgstr "Påstår å kjenne deg:" + +#: ../../mod/notifications.php:181 +msgid "yes" +msgstr "ja" + +#: ../../mod/notifications.php:181 +msgid "no" +msgstr "ei" + +#: ../../mod/notifications.php:188 +msgid "Approve as: " +msgstr "Godkjenn som:" + +#: ../../mod/notifications.php:189 +msgid "Friend" +msgstr "Venn" + +#: ../../mod/notifications.php:190 +msgid "Sharer" +msgstr "Deler" + +#: ../../mod/notifications.php:190 +msgid "Fan/Admirer" +msgstr "Fan/Beundrer" + +#: ../../mod/notifications.php:196 +msgid "Friend/Connect Request" +msgstr "Venn/kontakt-forespørsel" + +#: ../../mod/notifications.php:196 +msgid "New Follower" +msgstr "Ny følgesvenn" + +#: ../../mod/notifications.php:217 +msgid "No introductions." +msgstr "Ingen introduksjoner." + +#: ../../mod/notifications.php:220 ../../include/nav.php:150 +msgid "Notifications" +msgstr "Varslinger" + +#: ../../mod/notifications.php:257 ../../mod/notifications.php:382 +#: ../../mod/notifications.php:469 +#, php-format +msgid "%s liked %s's post" +msgstr "%s likte %s sitt innlegg" + +#: ../../mod/notifications.php:266 ../../mod/notifications.php:391 +#: ../../mod/notifications.php:478 +#, php-format +msgid "%s disliked %s's post" +msgstr "%s mislikte %s sitt innlegg" + +#: ../../mod/notifications.php:280 ../../mod/notifications.php:405 +#: ../../mod/notifications.php:492 +#, php-format +msgid "%s is now friends with %s" +msgstr "%s er nå venner med %s" + +#: ../../mod/notifications.php:287 ../../mod/notifications.php:412 +#, php-format +msgid "%s created a new post" +msgstr "%s skrev et nytt innlegg" + +#: ../../mod/notifications.php:288 ../../mod/notifications.php:413 +#: ../../mod/notifications.php:501 +#, php-format +msgid "%s commented on %s's post" +msgstr "%s kommenterte på %s sitt innlegg" + +#: ../../mod/notifications.php:302 +msgid "No more network notifications." +msgstr "Ingen flere nettverksvarslinger." + +#: ../../mod/notifications.php:306 +msgid "Network Notifications" +msgstr "Nettverksvarslinger" + +#: ../../mod/notifications.php:427 +msgid "No more personal notifications." +msgstr "Ingen flere personlige varsler." + +#: ../../mod/notifications.php:431 +msgid "Personal Notifications" +msgstr "Personlige varsler" + +#: ../../mod/notifications.php:508 +msgid "No more home notifications." +msgstr "Ingen flere hjemmevarsler." + +#: ../../mod/notifications.php:512 +msgid "Home Notifications" +msgstr "Hjemmevarsler" + +#: ../../mod/invite.php:27 +msgid "Total invitation limit exceeded." +msgstr "Grensen for totalt antall invitasjoner er overskredet." + +#: ../../mod/invite.php:49 +#, php-format +msgid "%s : Not a valid email address." +msgstr "%s: Ugyldig e-postadresse." + +#: ../../mod/invite.php:73 +msgid "Please join us on Friendica" +msgstr "Vær med oss på Friendica" + +#: ../../mod/invite.php:84 +msgid "Invitation limit exceeded. Please contact your site administrator." +msgstr "Invitasjonsgrense overskredet. Vennligst kontakt administrator på ditt nettsted." + +#: ../../mod/invite.php:89 +#, php-format +msgid "%s : Message delivery failed." +msgstr "%s: Mislyktes med å levere meldingen." + +#: ../../mod/invite.php:93 +#, php-format +msgid "%d message sent." +msgid_plural "%d messages sent." +msgstr[0] "one: %d melding sendt." +msgstr[1] "other: %d meldinger sendt." + +#: ../../mod/invite.php:112 +msgid "You have no more invitations available" +msgstr "Du har ingen flere tilgjengelige invitasjoner" + +#: ../../mod/invite.php:120 +#, php-format +msgid "" +"Visit %s for a list of public sites that you can join. Friendica members on " +"other sites can all connect with each other, as well as with members of many" +" other social networks." +msgstr "Besøk %s for en liste med offentlige nettsteder du kan bli med i. Friendica-medlemmer ved andre nettsteder kan alle opprette forbindelse til hverandre, og i tillegg til medlemmer av mange andre sosiale nettverk." + +#: ../../mod/invite.php:122 +#, php-format +msgid "" +"To accept this invitation, please visit and register at %s or any other " +"public Friendica website." +msgstr "For å akseptere denne invitasjonen, vær så snill å besøk og registrer deg hos %s eller et hvilket som helst annet offentlig Friendica-nettsted." + +#: ../../mod/invite.php:123 +#, php-format +msgid "" +"Friendica sites all inter-connect to create a huge privacy-enhanced social " +"web that is owned and controlled by its members. They can also connect with " +"many traditional social networks. See %s for a list of alternate Friendica " +"sites you can join." +msgstr "Friendica-nettsteder er alle forbundet med hverandre for å lage et personvern-forbedret sosialt nettverk som eies og kontrolleres av medlemmene selv. De kan også forbindes med mange tradisjonelle sosiale nettverk. Se %s for en liste over alternative Friendica-nettsteder du kan bli med i." + +#: ../../mod/invite.php:126 +msgid "" +"Our apologies. This system is not currently configured to connect with other" +" public sites or invite members." +msgstr "Vi beklager. Dette systemet er for øyeblikket ikke konfigurert for forbindelser med andre offentlige nettsteder eller å invitere medlemmer." + +#: ../../mod/invite.php:132 +msgid "Send invitations" +msgstr "Send invitasjoner" + +#: ../../mod/invite.php:133 +msgid "Enter email addresses, one per line:" +msgstr "Skriv e-postadresser, en per linje:" + +#: ../../mod/invite.php:135 +msgid "" +"You are cordially invited to join me and other close friends on Friendica - " +"and help us to create a better social web." +msgstr "Du er herved hjertelig invitert til å bli med meg og andre nære venner på Friendica - hjelp oss å skape en bedre sosial web." + +#: ../../mod/invite.php:137 +msgid "You will need to supply this invitation code: $invite_code" +msgstr "Du må oppgi denne invitasjonskoden: $invite_code" + +#: ../../mod/invite.php:137 +msgid "" +"Once you have registered, please connect with me via my profile page at:" +msgstr "Når du har registrert, vennligst kontakt meg via min profilside på:" + +#: ../../mod/invite.php:139 +msgid "" +"For more information about the Friendica project and why we feel it is " +"important, please visit http://friendica.com" +msgstr "For mer informasjon om Friendica-prosjektet og hvorfor vi mener det er viktig, vennligst besøk http://friendica.com" + +#: ../../mod/manage.php:106 +msgid "Manage Identities and/or Pages" +msgstr "Behandle identiteter og/eller sider" + +#: ../../mod/manage.php:107 +msgid "" +"Toggle between different identities or community/group pages which share " +"your account details or which you have been granted \"manage\" permissions" +msgstr "Veksle mellom ulike identiteter eller felleskaps-/gruppesider som deler dine kontodetaljer eller som du har blitt gitt \"behandle\" tillatelser" + +#: ../../mod/manage.php:108 +msgid "Select an identity to manage: " +msgstr "Velg en identitet å behandle:" + +#: ../../mod/home.php:34 +#, php-format +msgid "Welcome to %s" +msgstr "Velkommen til %s" + +#: ../../mod/allfriends.php:34 +#, php-format +msgid "Friends of %s" +msgstr "Venner av %s" + +#: ../../mod/allfriends.php:40 +msgid "No friends to display." +msgstr "Ingen venner å vise." + +#: ../../include/contact_widgets.php:6 +msgid "Add New Contact" +msgstr "Legg til ny kontakt" + +#: ../../include/contact_widgets.php:7 +msgid "Enter address or web location" +msgstr "Skriv adresse eller web-plassering" + +#: ../../include/contact_widgets.php:8 +msgid "Example: bob@example.com, http://example.com/barbara" +msgstr "Eksempel: ole@eksempel.no, http://eksempel.no/kari" + +#: ../../include/contact_widgets.php:23 +#, php-format +msgid "%d invitation available" +msgid_plural "%d invitations available" +msgstr[0] "%d invitasjon tilgjengelig" +msgstr[1] "%d invitasjoner tilgjengelig" + +#: ../../include/contact_widgets.php:29 +msgid "Find People" +msgstr "Finn personer" + +#: ../../include/contact_widgets.php:30 +msgid "Enter name or interest" +msgstr "Skriv navn eller interesse" + +#: ../../include/contact_widgets.php:31 +msgid "Connect/Follow" +msgstr "Koble/Følg" + +#: ../../include/contact_widgets.php:32 +msgid "Examples: Robert Morgenstein, Fishing" +msgstr "Eksempler: Robert Morgenstein, fisking" + +#: ../../include/contact_widgets.php:36 +msgid "Random Profile" +msgstr "Tilfeldig profil" + +#: ../../include/contact_widgets.php:70 +msgid "Networks" +msgstr "Nettverk" + +#: ../../include/contact_widgets.php:73 +msgid "All Networks" +msgstr "Alle nettverk" + +#: ../../include/contact_widgets.php:103 ../../include/features.php:59 +msgid "Saved Folders" +msgstr "Lagrede mapper" + +#: ../../include/contact_widgets.php:106 ../../include/contact_widgets.php:138 +msgid "Everything" +msgstr "Alt" + +#: ../../include/contact_widgets.php:135 +msgid "Categories" +msgstr "Kategorier" + +#: ../../include/plugin.php:454 ../../include/plugin.php:456 +msgid "Click here to upgrade." +msgstr "Klikk her for oppgradere." + +#: ../../include/plugin.php:462 +msgid "This action exceeds the limits set by your subscription plan." +msgstr "Denne handlingen overstiger grensene satt i din abonnementsplan." + +#: ../../include/plugin.php:467 +msgid "This action is not available under your subscription plan." +msgstr "Denne handlingen er ikke tilgjengelig i henhold til din abonnementsplan." + +#: ../../include/api.php:255 ../../include/api.php:266 +#: ../../include/api.php:356 +msgid "User not found." +msgstr "Brukeren ble ikke funnet." + +#: ../../include/api.php:1024 +msgid "There is no status with this id." +msgstr "Det er ingen status tilknyttet denne id-en." + +#: ../../include/network.php:883 +msgid "view full size" +msgstr "Vis i full størrelse" + +#: ../../include/event.php:20 ../../include/bb2diaspora.php:399 +msgid "Starts:" +msgstr "Starter:" + +#: ../../include/event.php:30 ../../include/bb2diaspora.php:407 +msgid "Finishes:" +msgstr "Slutter:" + +#: ../../include/notifier.php:774 ../../include/delivery.php:457 +msgid "(no subject)" +msgstr "(uten emne)" + +#: ../../include/notifier.php:784 ../../include/enotify.php:28 +#: ../../include/delivery.php:468 +msgid "noreply" +msgstr "ikke svar" + +#: ../../include/user.php:39 +msgid "An invitation is required." +msgstr "En invitasjon er nødvendig." + +#: ../../include/user.php:44 +msgid "Invitation could not be verified." +msgstr "Invitasjon kunne ikke bekreftes." + +#: ../../include/user.php:52 +msgid "Invalid OpenID url" +msgstr "Ugyldig OpenID URL" + +#: ../../include/user.php:66 ../../include/auth.php:128 +msgid "" +"We encountered a problem while logging in with the OpenID you provided. " +"Please check the correct spelling of the ID." +msgstr "Vi støtte på et problem under innloggingen med OpenID-en du oppgav. Vennligst sjekk at du stavet ID-en riktig." + +#: ../../include/user.php:66 ../../include/auth.php:128 +msgid "The error message was:" +msgstr "Feilmeldingen var:" + +#: ../../include/user.php:73 +msgid "Please enter the required information." +msgstr "Vennligst skriv inn den nødvendige informasjonen." + +#: ../../include/user.php:87 +msgid "Please use a shorter name." +msgstr "Vennligst bruk et kortere navn." + +#: ../../include/user.php:89 +msgid "Name too short." +msgstr "Navnet er for kort." + +#: ../../include/user.php:104 +msgid "That doesn't appear to be your full (First Last) name." +msgstr "Dette ser ikke ut til å være ditt full navn (Fornavn Etternavn)." + +#: ../../include/user.php:109 +msgid "Your email domain is not among those allowed on this site." +msgstr "Ditt e-postdomene er ikke blant de som er tillat på dette stedet." + +#: ../../include/user.php:112 +msgid "Not a valid email address." +msgstr "Ugyldig e-postadresse." + +#: ../../include/user.php:125 +msgid "Cannot use that email." +msgstr "Kan ikke bruke den e-postadressen." + +#: ../../include/user.php:131 +msgid "" +"Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and " +"must also begin with a letter." +msgstr "Ditt kallenavn kan bare inneholde \"a-z\", \"0-9\", \"-\", \"_\", og må også begynne med en bokstav." + +#: ../../include/user.php:137 ../../include/user.php:235 +msgid "Nickname is already registered. Please choose another." +msgstr "Kallenavnet er allerede registrert. Vennligst velg et annet." + +#: ../../include/user.php:147 +msgid "" +"Nickname was once registered here and may not be re-used. Please choose " +"another." +msgstr "Kallenavnet ble registrert her en gang og kan ikke brukes om igjen. Vennligst velg et annet." + +#: ../../include/user.php:163 +msgid "SERIOUS ERROR: Generation of security keys failed." +msgstr "ALVORLIG FEIL: mislyktes med å lage sikkerhetsnøkler." + +#: ../../include/user.php:221 +msgid "An error occurred during registration. Please try again." +msgstr "En feil oppstod under registreringen. Vennligst prøv igjen." + +#: ../../include/user.php:256 +msgid "An error occurred creating your default profile. Please try again." +msgstr "En feil oppstod under opprettelsen av din standardprofil. Vennligst prøv igjen." + +#: ../../include/user.php:288 ../../include/user.php:292 +#: ../../include/profile_selectors.php:42 +msgid "Friends" +msgstr "Venner" + +#: ../../include/conversation.php:207 +#, php-format +msgid "%1$s poked %2$s" +msgstr "%1$s dyttet %2$s" + +#: ../../include/conversation.php:211 ../../include/text.php:986 +msgid "poked" +msgstr "dyttet" + +#: ../../include/conversation.php:291 +msgid "post/item" +msgstr "innlegg/element" + +#: ../../include/conversation.php:292 +#, php-format +msgid "%1$s marked %2$s's %3$s as favorite" +msgstr "%1$s merket %2$s's %3$s som en favoritt" + +#: ../../include/conversation.php:767 +msgid "remove" +msgstr "slett" + +#: ../../include/conversation.php:771 +msgid "Delete Selected Items" +msgstr "Slette valgte elementer" + +#: ../../include/conversation.php:870 +msgid "Follow Thread" +msgstr "Følg tråd" + +#: ../../include/conversation.php:871 ../../include/Contact.php:229 +msgid "View Status" +msgstr "Vis status" + +#: ../../include/conversation.php:872 ../../include/Contact.php:230 +msgid "View Profile" +msgstr "Vis profil" + +#: ../../include/conversation.php:873 ../../include/Contact.php:231 +msgid "View Photos" +msgstr "Vis bilder" + +#: ../../include/conversation.php:874 ../../include/Contact.php:232 +#: ../../include/Contact.php:255 +msgid "Network Posts" +msgstr "Nettverksinnlegg" + +#: ../../include/conversation.php:875 ../../include/Contact.php:233 +#: ../../include/Contact.php:255 +msgid "Edit Contact" +msgstr "Endre kontakt" + +#: ../../include/conversation.php:876 ../../include/Contact.php:235 +#: ../../include/Contact.php:255 +msgid "Send PM" +msgstr "Send privat melding" + +#: ../../include/conversation.php:877 ../../include/Contact.php:228 +msgid "Poke" +msgstr "Dytt" + +#: ../../include/conversation.php:939 +#, php-format +msgid "%s likes this." +msgstr "%s liker dette." + +#: ../../include/conversation.php:939 +#, php-format +msgid "%s doesn't like this." +msgstr "%s liker ikke dette." + +#: ../../include/conversation.php:944 +#, php-format +msgid "%2$d people like this" +msgstr "%2$d personer liker dette" + +#: ../../include/conversation.php:947 +#, php-format +msgid "%2$d people don't like this" +msgstr "%2$d personer liker ikke dette" + +#: ../../include/conversation.php:961 +msgid "and" +msgstr "og" + +#: ../../include/conversation.php:967 +#, php-format +msgid ", and %d other people" +msgstr ", og %d andre personer" + +#: ../../include/conversation.php:969 +#, php-format +msgid "%s like this." +msgstr "%s liker dette." + +#: ../../include/conversation.php:969 +#, php-format +msgid "%s don't like this." +msgstr "%s liker ikke dette." + +#: ../../include/conversation.php:996 ../../include/conversation.php:1014 +msgid "Visible to everybody" +msgstr "Synlig for alle" + +#: ../../include/conversation.php:998 ../../include/conversation.php:1016 +msgid "Please enter a video link/URL:" +msgstr "Vennligst skriv inn en videolenke/-URL:" + +#: ../../include/conversation.php:999 ../../include/conversation.php:1017 +msgid "Please enter an audio link/URL:" +msgstr "Vennligst skriv inn en lydlenke/-URL:" + +#: ../../include/conversation.php:1000 ../../include/conversation.php:1018 +msgid "Tag term:" +msgstr "Merkelapp begrep:" + +#: ../../include/conversation.php:1002 ../../include/conversation.php:1020 +msgid "Where are you right now?" +msgstr "Hvor er du akkurat nå?" + +#: ../../include/conversation.php:1003 +msgid "Delete item(s)?" +msgstr "Slett element(er)?" + +#: ../../include/conversation.php:1045 +msgid "Post to Email" +msgstr "Innlegg til e-post" + +#: ../../include/conversation.php:1101 +msgid "permissions" +msgstr "tillatelser" + +#: ../../include/conversation.php:1125 +msgid "Post to Groups" +msgstr "Innlegg til grupper" + +#: ../../include/conversation.php:1126 +msgid "Post to Contacts" +msgstr "Innlegg til kontakter" + +#: ../../include/conversation.php:1127 +msgid "Private post" +msgstr "Privat innlegg" + +#: ../../include/auth.php:38 +msgid "Logged out." +msgstr "Logget ut." + +#: ../../include/uimport.php:94 +msgid "Error decoding account file" +msgstr "Feil ved dekoding av kontofil" + +#: ../../include/uimport.php:100 +msgid "Error! No version data in file! This is not a Friendica account file?" +msgstr "Feil! Ingen versjonsdata i filen! Dette er ikke en Friendica kontofil?" + +#: ../../include/uimport.php:116 ../../include/uimport.php:127 +msgid "Error! Cannot check nickname" +msgstr "Feil! Kan ikke sjekke kallenavn" + +#: ../../include/uimport.php:120 ../../include/uimport.php:131 +#, php-format +msgid "User '%s' already exists on this server!" +msgstr "Brukeren '%s' finnes allerede på denne tjeneren!" + +#: ../../include/uimport.php:153 +msgid "User creation error" +msgstr "Feil ved oppretting av bruker" + +#: ../../include/uimport.php:171 +msgid "User profile creation error" +msgstr "Feil ved opprettelsen av brukerprofil" + +#: ../../include/uimport.php:220 +#, php-format +msgid "%d contact not imported" +msgid_plural "%d contacts not imported" +msgstr[0] "%d kontakt ikke importert" +msgstr[1] "%d kontakter ikke importert" + +#: ../../include/uimport.php:290 +msgid "Done. You can now login with your username and password" +msgstr "Ferdig. Du kan nå logge inn med ditt brukernavn og passord" + +#: ../../include/text.php:300 +msgid "newer" +msgstr "nyere" + +#: ../../include/text.php:302 +msgid "older" +msgstr "eldre" + +#: ../../include/text.php:307 +msgid "prev" +msgstr "forrige" + +#: ../../include/text.php:309 +msgid "first" +msgstr "første" + +#: ../../include/text.php:341 +msgid "last" +msgstr "siste" + +#: ../../include/text.php:344 +msgid "next" +msgstr "neste" + +#: ../../include/text.php:836 +msgid "No contacts" +msgstr "Ingen kontakter" + +#: ../../include/text.php:845 +#, php-format +msgid "%d Contact" +msgid_plural "%d Contacts" +msgstr[0] "%d kontakt" +msgstr[1] "%d kontakter" + +#: ../../include/text.php:986 +msgid "poke" +msgstr "dytt" + +#: ../../include/text.php:987 +msgid "ping" +msgstr "ping" + +#: ../../include/text.php:987 +msgid "pinged" +msgstr "pinget" + +#: ../../include/text.php:988 +msgid "prod" +msgstr "dult" + +#: ../../include/text.php:988 +msgid "prodded" +msgstr "dultet" + +#: ../../include/text.php:989 +msgid "slap" +msgstr "klaske" + +#: ../../include/text.php:989 +msgid "slapped" +msgstr "klasket" + +#: ../../include/text.php:990 +msgid "finger" +msgstr "fingre" + +#: ../../include/text.php:990 +msgid "fingered" +msgstr "fingret" + +#: ../../include/text.php:991 +msgid "rebuff" +msgstr "avslå" + +#: ../../include/text.php:991 +msgid "rebuffed" +msgstr "avslo" + +#: ../../include/text.php:1005 +msgid "happy" +msgstr "glad" + +#: ../../include/text.php:1006 +msgid "sad" +msgstr "trist" + +#: ../../include/text.php:1007 +msgid "mellow" +msgstr "dempet" + +#: ../../include/text.php:1008 +msgid "tired" +msgstr "trøtt" + +#: ../../include/text.php:1009 +msgid "perky" +msgstr "oppkvikket" + +#: ../../include/text.php:1010 +msgid "angry" +msgstr "sint" + +#: ../../include/text.php:1011 +msgid "stupified" +msgstr "tanketom" + +#: ../../include/text.php:1012 +msgid "puzzled" +msgstr "forundret" + +#: ../../include/text.php:1013 +msgid "interested" +msgstr "interessert" + +#: ../../include/text.php:1014 +msgid "bitter" +msgstr "bitter" + +#: ../../include/text.php:1015 +msgid "cheerful" +msgstr "munter" + +#: ../../include/text.php:1016 +msgid "alive" +msgstr "livlig" + +#: ../../include/text.php:1017 +msgid "annoyed" +msgstr "irritert" + +#: ../../include/text.php:1018 +msgid "anxious" +msgstr "nervøs" + +#: ../../include/text.php:1019 +msgid "cranky" +msgstr "grinete" + +#: ../../include/text.php:1020 +msgid "disturbed" +msgstr "forstyrret" + +#: ../../include/text.php:1021 +msgid "frustrated" +msgstr "frustrert" + +#: ../../include/text.php:1022 +msgid "motivated" +msgstr "motivert" + +#: ../../include/text.php:1023 +msgid "relaxed" +msgstr "avslappet" + +#: ../../include/text.php:1024 +msgid "surprised" +msgstr "overrasket" + +#: ../../include/text.php:1192 +msgid "Monday" +msgstr "mandag" + +#: ../../include/text.php:1192 +msgid "Tuesday" +msgstr "tirsdag" + +#: ../../include/text.php:1192 +msgid "Wednesday" +msgstr "onsdag" + +#: ../../include/text.php:1192 +msgid "Thursday" +msgstr "torsdag" + +#: ../../include/text.php:1192 +msgid "Friday" +msgstr "fredag" + +#: ../../include/text.php:1192 +msgid "Saturday" +msgstr "lørdag" + +#: ../../include/text.php:1192 +msgid "Sunday" +msgstr "søndag" + +#: ../../include/text.php:1196 +msgid "January" +msgstr "januar" + +#: ../../include/text.php:1196 +msgid "February" +msgstr "februar" + +#: ../../include/text.php:1196 +msgid "March" +msgstr "mars" + +#: ../../include/text.php:1196 +msgid "April" +msgstr "april" + +#: ../../include/text.php:1196 +msgid "May" +msgstr "mai" + +#: ../../include/text.php:1196 +msgid "June" +msgstr "juni" + +#: ../../include/text.php:1196 +msgid "July" +msgstr "juli" + +#: ../../include/text.php:1196 +msgid "August" +msgstr "august" + +#: ../../include/text.php:1196 +msgid "September" +msgstr "september" + +#: ../../include/text.php:1196 +msgid "October" +msgstr "oktober" + +#: ../../include/text.php:1196 +msgid "November" +msgstr "november" + +#: ../../include/text.php:1196 +msgid "December" +msgstr "desember" + +#: ../../include/text.php:1415 +msgid "bytes" +msgstr "bytes" + +#: ../../include/text.php:1439 ../../include/text.php:1451 +msgid "Click to open/close" +msgstr "Klikk for å åpne/lukke" + +#: ../../include/text.php:1670 +msgid "Select an alternate language" +msgstr "Velg et annet språk" + +#: ../../include/text.php:1926 +msgid "activity" +msgstr "aktivitet" + +#: ../../include/text.php:1929 +msgid "post" +msgstr "innlegg" + +#: ../../include/text.php:2084 +msgid "Item filed" +msgstr "Element arkivert" + +#: ../../include/enotify.php:16 +msgid "Friendica Notification" +msgstr "Friendica varsel" + +#: ../../include/enotify.php:19 +msgid "Thank You," +msgstr "Mange takk," + +#: ../../include/enotify.php:21 +#, php-format +msgid "%s Administrator" +msgstr "%s administrator" + +#: ../../include/enotify.php:40 +#, php-format +msgid "%s " +msgstr "%s " + +#: ../../include/enotify.php:44 +#, php-format +msgid "[Friendica:Notify] New mail received at %s" +msgstr "[Friendica:Notify] Ny melding mottatt hos %s" + +#: ../../include/enotify.php:46 +#, php-format +msgid "%1$s sent you a new private message at %2$s." +msgstr "%1$s sendte deg en ny privat melding hos %2$s." + +#: ../../include/enotify.php:47 +#, php-format +msgid "%1$s sent you %2$s." +msgstr "%1$s sendte deg %2$s." + +#: ../../include/enotify.php:47 +msgid "a private message" +msgstr "en privat melding" + +#: ../../include/enotify.php:48 +#, php-format +msgid "Please visit %s to view and/or reply to your private messages." +msgstr "Vennligst besøk %s for å se og/eller svare på dine private meldinger." + +#: ../../include/enotify.php:90 +#, php-format +msgid "%1$s commented on [url=%2$s]a %3$s[/url]" +msgstr "%1$s kommenterte på [url=%2$s]a %3$s[/url]" + +#: ../../include/enotify.php:97 +#, php-format +msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]" +msgstr "%1$s kommenterte på [url=%2$s]%3$s sin %4$s[/url]" + +#: ../../include/enotify.php:105 +#, php-format +msgid "%1$s commented on [url=%2$s]your %3$s[/url]" +msgstr "%1$s kommenterte på [url=%2$s] din %3$s[/url]" + +#: ../../include/enotify.php:115 +#, php-format +msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s" +msgstr "[Friendica:Notify] Kommentar til samtale #%1$d av %2$s" + +#: ../../include/enotify.php:116 +#, php-format +msgid "%s commented on an item/conversation you have been following." +msgstr "%s kommenterte på et element/en samtale du har fulgt." + +#: ../../include/enotify.php:119 ../../include/enotify.php:134 +#: ../../include/enotify.php:147 ../../include/enotify.php:165 +#: ../../include/enotify.php:178 +#, php-format +msgid "Please visit %s to view and/or reply to the conversation." +msgstr "Vennligst besøk %s for å se og/eller svare på samtalen." + +#: ../../include/enotify.php:126 +#, php-format +msgid "[Friendica:Notify] %s posted to your profile wall" +msgstr "[Friendica:Notify] %s skrev et innlegg på veggen til din profil" + +#: ../../include/enotify.php:128 +#, php-format +msgid "%1$s posted to your profile wall at %2$s" +msgstr "%1$s skrev et innlegg på veggen til din profil %2$s" + +#: ../../include/enotify.php:130 +#, php-format +msgid "%1$s posted to [url=%2$s]your wall[/url]" +msgstr "%1$s skrev et innlegg til [url=%2$s]din vegg[/url]" + +#: ../../include/enotify.php:141 +#, php-format +msgid "[Friendica:Notify] %s tagged you" +msgstr "[Friendica:Notify] %s merket deg" + +#: ../../include/enotify.php:142 +#, php-format +msgid "%1$s tagged you at %2$s" +msgstr "%1$s merket deg %2$s" + +#: ../../include/enotify.php:143 +#, php-format +msgid "%1$s [url=%2$s]tagged you[/url]." +msgstr "%1$s [url=%2$s]merket deg[/url]." + +#: ../../include/enotify.php:155 +#, php-format +msgid "[Friendica:Notify] %1$s poked you" +msgstr "[Friendica:Notify] %1$s dyttet deg" + +#: ../../include/enotify.php:156 +#, php-format +msgid "%1$s poked you at %2$s" +msgstr "%1$s dyttet deg %2$s" + +#: ../../include/enotify.php:157 +#, php-format +msgid "%1$s [url=%2$s]poked you[/url]." +msgstr "%1$s [url=%2$s]dyttet deg[/url]." + +#: ../../include/enotify.php:172 +#, php-format +msgid "[Friendica:Notify] %s tagged your post" +msgstr "[Friendica:Notify] %s merket ditt innlegg" + +#: ../../include/enotify.php:173 +#, php-format +msgid "%1$s tagged your post at %2$s" +msgstr "%1$s merket ditt innlegg %2$s" + +#: ../../include/enotify.php:174 +#, php-format +msgid "%1$s tagged [url=%2$s]your post[/url]" +msgstr "%1$s merket [url=%2$s]ditt innlegg[/url]" + +#: ../../include/enotify.php:185 +msgid "[Friendica:Notify] Introduction received" +msgstr "[Friendica:Notify] Introduksjon mottatt" + +#: ../../include/enotify.php:186 +#, php-format +msgid "You've received an introduction from '%1$s' at %2$s" +msgstr "Du mottok en introduksjon fra '%1$s' %2$s" + +#: ../../include/enotify.php:187 +#, php-format +msgid "You've received [url=%1$s]an introduction[/url] from %2$s." +msgstr "Du mottok [url=%1$s]en introduksjon[/url] fra %2$s." + +#: ../../include/enotify.php:190 ../../include/enotify.php:208 +#, php-format +msgid "You may visit their profile at %s" +msgstr "Du kan besøke profilen deres på %s" + +#: ../../include/enotify.php:192 +#, php-format +msgid "Please visit %s to approve or reject the introduction." +msgstr "Vennligst besøk %s for å godkjenne eller avslå introduksjonen." + +#: ../../include/enotify.php:199 +msgid "[Friendica:Notify] Friend suggestion received" +msgstr "[Friendica:Notify] Venneforslag mottatt" + +#: ../../include/enotify.php:200 +#, php-format +msgid "You've received a friend suggestion from '%1$s' at %2$s" +msgstr "Du mottok et venneforslag fra '%1$s' %2$s" + +#: ../../include/enotify.php:201 +#, php-format +msgid "" +"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s." +msgstr "Du mottok [url=%1$s]et venneforslag[/url] om %2$s fra %3$s." + +#: ../../include/enotify.php:206 +msgid "Name:" +msgstr "Navn:" + +#: ../../include/enotify.php:207 +msgid "Photo:" +msgstr "Bilde:" + +#: ../../include/enotify.php:210 +#, php-format +msgid "Please visit %s to approve or reject the suggestion." +msgstr "Vennligst besøk %s for å godkjenne eller avslå forslaget." + +#: ../../include/Scrape.php:583 +msgid " on Last.fm" +msgstr "på Last.fm" + +#: ../../include/group.php:25 +msgid "" +"A deleted group with this name was revived. Existing item permissions " +"may apply to this group and any future members. If this is " +"not what you intended, please create another group with a different name." +msgstr "En slettet gruppe med dette navnet ble gjenopprettet. Eksisterende elementtillatelser kan gjelde for denne gruppen og fremtidige medlemmer. Hvis det ikke var dette du ønsket, vær snill å opprette en annen gruppe med et annet navn." + +#: ../../include/group.php:207 +msgid "Default privacy group for new contacts" +msgstr "Standard personverngruppe for nye kontakter" + +#: ../../include/group.php:226 +msgid "Everybody" +msgstr "Alle" + +#: ../../include/group.php:249 +msgid "edit" +msgstr "endre" + +#: ../../include/group.php:271 +msgid "Edit group" +msgstr "Endre gruppe" + +#: ../../include/group.php:272 +msgid "Create a new group" +msgstr "Lag en ny gruppe" + +#: ../../include/group.php:273 +msgid "Contacts not in any group" +msgstr "Kontakter som ikke er i noen gruppe" + +#: ../../include/follow.php:32 +msgid "Connect URL missing." +msgstr "Forbindelses-URL mangler." + +#: ../../include/follow.php:59 +msgid "" +"This site is not configured to allow communications with other networks." +msgstr "Dette nettverkets konfigurasjon tillater ikke kommunikasjon med andre nettverk." + +#: ../../include/follow.php:60 ../../include/follow.php:80 +msgid "No compatible communication protocols or feeds were discovered." +msgstr "Ingen passende kommunikasjonsprotokoller eller strømmer ble oppdaget." + +#: ../../include/follow.php:78 +msgid "The profile address specified does not provide adequate information." +msgstr "Den angitte profiladressen inneholder for lite information." + +#: ../../include/follow.php:82 +msgid "An author or name was not found." +msgstr "Fant ingen forfatter eller navn." + +#: ../../include/follow.php:84 +msgid "No browser URL could be matched to this address." +msgstr "Ingen nettleser-URL passet med denne adressen." + +#: ../../include/follow.php:86 +msgid "" +"Unable to match @-style Identity Address with a known protocol or email " +"contact." +msgstr "Finner ikke samsvar mellom @-stilens identitetsadresse og en kjent protokoll eller e-postkontakt." + +#: ../../include/follow.php:87 +msgid "Use mailto: in front of address to force email check." +msgstr "Bruk mailto: foran adresser for å tvinge e-postsjekk." + +#: ../../include/follow.php:93 +msgid "" +"The profile address specified belongs to a network which has been disabled " +"on this site." +msgstr "Den oppgitte profiladressen tilhører et nettverk som har blitt avskrudd på dette nettstedet." + +#: ../../include/follow.php:103 +msgid "" +"Limited profile. This person will be unable to receive direct/personal " +"notifications from you." +msgstr "Begrenset profil. Denne personen kan ikke motta direkte/personlige oppdateringer fra deg." + +#: ../../include/follow.php:205 +msgid "Unable to retrieve contact information." +msgstr "Ikke i stand til å hente kontaktinformasjon." + +#: ../../include/follow.php:259 +msgid "following" +msgstr "følger" + +#: ../../include/message.php:15 ../../include/message.php:172 +msgid "[no subject]" +msgstr "[ikke noe emne]" + +#: ../../include/nav.php:73 +msgid "End this session" +msgstr "Avslutt denne økten" + +#: ../../include/nav.php:91 +msgid "Sign in" +msgstr "Logg inn" + +#: ../../include/nav.php:104 +msgid "Home Page" +msgstr "Hovedside" + +#: ../../include/nav.php:108 +msgid "Create an account" +msgstr "Lag konto" + +#: ../../include/nav.php:113 +msgid "Help and documentation" +msgstr "Hjelp og dokumentasjon" + +#: ../../include/nav.php:116 +msgid "Apps" +msgstr "Programmer" + +#: ../../include/nav.php:116 +msgid "Addon applications, utilities, games" +msgstr "Tilleggsprorammer, verktøy, spill" + +#: ../../include/nav.php:118 +msgid "Search site content" +msgstr "Søk i nettstedets innhold" + +#: ../../include/nav.php:128 +msgid "Conversations on this site" +msgstr "Samtaler på dette nettstedet" + +#: ../../include/nav.php:130 +msgid "Directory" +msgstr "Katalog" + +#: ../../include/nav.php:130 +msgid "People directory" +msgstr "Personkatalog" + +#: ../../include/nav.php:140 +msgid "Conversations from your friends" +msgstr "Samtaler fra dine venner" + +#: ../../include/nav.php:141 +msgid "Network Reset" +msgstr "Nettverk tilbakestilling" + +#: ../../include/nav.php:141 +msgid "Load Network page with no filters" +msgstr "Hent Nettverk-siden uten filter" + +#: ../../include/nav.php:149 +msgid "Friend Requests" +msgstr "Venneforespørsler" + +#: ../../include/nav.php:151 +msgid "See all notifications" +msgstr "Se alle varslinger" + +#: ../../include/nav.php:152 +msgid "Mark all system notifications seen" +msgstr "Merk alle systemvarsler som sett" + +#: ../../include/nav.php:156 +msgid "Private mail" +msgstr "Privat post" + +#: ../../include/nav.php:157 +msgid "Inbox" +msgstr "Innboks" + +#: ../../include/nav.php:158 +msgid "Outbox" +msgstr "Utboks" + +#: ../../include/nav.php:162 +msgid "Manage" +msgstr "Behandle" + +#: ../../include/nav.php:162 +msgid "Manage other pages" +msgstr "Behandle andre sider" + +#: ../../include/nav.php:165 +msgid "Delegations" +msgstr "Delegasjoner" + +#: ../../include/nav.php:169 +msgid "Manage/Edit Profiles" msgstr "Behandle/endre profiler" -#: ../../boot.php:1568 ../../boot.php:1654 -msgid "g A l F d" -msgstr "g A l F d" +#: ../../include/nav.php:171 +msgid "Manage/edit friends and contacts" +msgstr "Behandle/endre venner og kontakter" -#: ../../boot.php:1569 ../../boot.php:1655 -msgid "F d" -msgstr "F d" +#: ../../include/nav.php:178 +msgid "Site setup and configuration" +msgstr "Nettstedsoppsett og konfigurasjon" -#: ../../boot.php:1614 ../../boot.php:1695 -msgid "[today]" -msgstr "[idag]" +#: ../../include/nav.php:182 +msgid "Navigation" +msgstr "Navigasjon" -#: ../../boot.php:1626 -msgid "Birthday Reminders" -msgstr "Fødselsdager" +#: ../../include/nav.php:182 +msgid "Site map" +msgstr "Nettstedskart" -#: ../../boot.php:1627 -msgid "Birthdays this week:" -msgstr "Fødselsdager denne uken:" +#: ../../include/profile_advanced.php:22 +msgid "j F, Y" +msgstr "j F, Y" -#: ../../boot.php:1688 -msgid "[No description]" -msgstr "[Ingen beskrivelse]" +#: ../../include/profile_advanced.php:23 +msgid "j F" +msgstr "j F" -#: ../../boot.php:1706 -msgid "Event Reminders" -msgstr "Påminnelser om hendelser" +#: ../../include/profile_advanced.php:30 +msgid "Birthday:" +msgstr "Fødselsdag:" -#: ../../boot.php:1707 -msgid "Events this week:" -msgstr "Hendelser denne uken:" +#: ../../include/profile_advanced.php:34 +msgid "Age:" +msgstr "Alder:" -#: ../../boot.php:1943 -msgid "Status Messages and Posts" -msgstr "Status meldinger og innlegg" +#: ../../include/profile_advanced.php:43 +#, php-format +msgid "for %1$d %2$s" +msgstr "for %1$d %2$s" -#: ../../boot.php:1950 -msgid "Profile Details" -msgstr "Profildetaljer" +#: ../../include/profile_advanced.php:52 +msgid "Tags:" +msgstr "Merkelapper:" -#: ../../boot.php:1961 ../../boot.php:1964 -msgid "Videos" -msgstr "Videoer" +#: ../../include/profile_advanced.php:56 +msgid "Religion:" +msgstr "Religion:" -#: ../../boot.php:1974 -msgid "Events and Calendar" -msgstr "Hendelser og kalender" +#: ../../include/profile_advanced.php:60 +msgid "Hobbies/Interests:" +msgstr "Hobbyer/Interesser:" -#: ../../boot.php:1981 -msgid "Only You Can See This" -msgstr "Bare du kan se dette" +#: ../../include/profile_advanced.php:67 +msgid "Contact information and Social Networks:" +msgstr "Kontaktinformasjon og sosiale nettverk:" + +#: ../../include/profile_advanced.php:69 +msgid "Musical interests:" +msgstr "Musikksmak:" + +#: ../../include/profile_advanced.php:71 +msgid "Books, literature:" +msgstr "Bøker, litteratur:" + +#: ../../include/profile_advanced.php:73 +msgid "Television:" +msgstr "TV:" + +#: ../../include/profile_advanced.php:75 +msgid "Film/dance/culture/entertainment:" +msgstr "Film/dans/kultur/underholdning:" + +#: ../../include/profile_advanced.php:77 +msgid "Love/Romance:" +msgstr "Kjærlighet/romanse:" + +#: ../../include/profile_advanced.php:79 +msgid "Work/employment:" +msgstr "Arbeid/ansatt hos:" + +#: ../../include/profile_advanced.php:81 +msgid "School/education:" +msgstr "Skole/utdanning:" + +#: ../../include/bbcode.php:215 ../../include/bbcode.php:620 +#: ../../include/bbcode.php:621 +msgid "Image/photo" +msgstr "Bilde/fotografi" + +#: ../../include/bbcode.php:285 +#, php-format +msgid "" +"%s wrote the following post" +msgstr "%s skrev det følgende innlegget" + +#: ../../include/bbcode.php:584 ../../include/bbcode.php:604 +msgid "$1 wrote:" +msgstr "$1 skrev:" + +#: ../../include/bbcode.php:631 ../../include/bbcode.php:632 +msgid "Encrypted content" +msgstr "Kryptert innhold" + +#: ../../include/contact_selectors.php:32 +msgid "Unknown | Not categorised" +msgstr "Ukjent | Ikke kategorisert" + +#: ../../include/contact_selectors.php:33 +msgid "Block immediately" +msgstr "Blokker umiddelbart" + +#: ../../include/contact_selectors.php:34 +msgid "Shady, spammer, self-marketer" +msgstr "Grumsete, poster søppel, fremhever bare seg selv" + +#: ../../include/contact_selectors.php:35 +msgid "Known to me, but no opinion" +msgstr "Bekjent av meg, men har ingen mening" + +#: ../../include/contact_selectors.php:36 +msgid "OK, probably harmless" +msgstr "OK, antakelig harmløs" + +#: ../../include/contact_selectors.php:37 +msgid "Reputable, has my trust" +msgstr "Respektert, har min tillit" + +#: ../../include/contact_selectors.php:60 +msgid "Weekly" +msgstr "Ukentlig" + +#: ../../include/contact_selectors.php:61 +msgid "Monthly" +msgstr "Månedlig" + +#: ../../include/contact_selectors.php:77 +msgid "OStatus" +msgstr "OStatus" + +#: ../../include/contact_selectors.php:78 +msgid "RSS/Atom" +msgstr "RSS/Atom" + +#: ../../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_selectors.php:87 +msgid "Google+" +msgstr "Google+" + +#: ../../include/contact_selectors.php:88 +msgid "pump.io" +msgstr "pump.io" + +#: ../../include/contact_selectors.php:89 +msgid "Twitter" +msgstr "Twitter" + +#: ../../include/datetime.php:43 ../../include/datetime.php:45 +msgid "Miscellaneous" +msgstr "Diverse" + +#: ../../include/datetime.php:153 ../../include/datetime.php:285 +msgid "year" +msgstr "år" + +#: ../../include/datetime.php:158 ../../include/datetime.php:286 +msgid "month" +msgstr "måned" + +#: ../../include/datetime.php:163 ../../include/datetime.php:288 +msgid "day" +msgstr "dag" + +#: ../../include/datetime.php:276 +msgid "never" +msgstr "aldri" + +#: ../../include/datetime.php:282 +msgid "less than a second ago" +msgstr "for mindre enn ett sekund siden" + +#: ../../include/datetime.php:285 +msgid "years" +msgstr "år" + +#: ../../include/datetime.php:286 +msgid "months" +msgstr "måneder" + +#: ../../include/datetime.php:287 +msgid "week" +msgstr "uke" + +#: ../../include/datetime.php:287 +msgid "weeks" +msgstr "uker" + +#: ../../include/datetime.php:288 +msgid "days" +msgstr "dager" + +#: ../../include/datetime.php:289 +msgid "hour" +msgstr "time" + +#: ../../include/datetime.php:289 +msgid "hours" +msgstr "timer" + +#: ../../include/datetime.php:290 +msgid "minute" +msgstr "minutt" + +#: ../../include/datetime.php:290 +msgid "minutes" +msgstr "minutter" + +#: ../../include/datetime.php:291 +msgid "second" +msgstr "sekund" + +#: ../../include/datetime.php:291 +msgid "seconds" +msgstr "sekunder" + +#: ../../include/datetime.php:300 +#, php-format +msgid "%1$d %2$s ago" +msgstr "%1$d %2$s siden" + +#: ../../include/datetime.php:472 ../../include/items.php:1829 +#, php-format +msgid "%s's birthday" +msgstr "%s sin bursdag" + +#: ../../include/datetime.php:473 ../../include/items.php:1830 +#, php-format +msgid "Happy Birthday %s" +msgstr "Gratulerer med dagen, %s" + +#: ../../include/features.php:23 +msgid "General Features" +msgstr "Generelle egenskaper" + +#: ../../include/features.php:25 +msgid "Multiple Profiles" +msgstr "Flere profiler" + +#: ../../include/features.php:25 +msgid "Ability to create multiple profiles" +msgstr "Mulighet for å lage flere profiler" + +#: ../../include/features.php:30 +msgid "Post Composition Features" +msgstr "Funksjoner for å skrive innlegg" + +#: ../../include/features.php:31 +msgid "Richtext Editor" +msgstr "Rik tekstredigering" + +#: ../../include/features.php:31 +msgid "Enable richtext editor" +msgstr "Skru på rik tekstredigering" + +#: ../../include/features.php:32 +msgid "Post Preview" +msgstr "Forhåndsvisning av innlegg" + +#: ../../include/features.php:32 +msgid "Allow previewing posts and comments before publishing them" +msgstr "Tillat forhåndsvisning av innlegg og kommentarer før publisering" + +#: ../../include/features.php:37 +msgid "Network Sidebar Widgets" +msgstr "Småprogrammer i sidestolpen for Nettverk" + +#: ../../include/features.php:38 +msgid "Search by Date" +msgstr "Søk etter dato" + +#: ../../include/features.php:38 +msgid "Ability to select posts by date ranges" +msgstr "Mulighet for å velge innlegg etter datoområder" + +#: ../../include/features.php:39 +msgid "Group Filter" +msgstr "Gruppefilter" + +#: ../../include/features.php:39 +msgid "Enable widget to display Network posts only from selected group" +msgstr "Skru på småprogrammet som viser Nettverksinnlegg bare fra den valgte gruppen" + +#: ../../include/features.php:40 +msgid "Network Filter" +msgstr "Nettverksfilter" + +#: ../../include/features.php:40 +msgid "Enable widget to display Network posts only from selected network" +msgstr "Skru på småprogrammet for å vise Nettverksinnlegg bare fra valgt nettverk" + +#: ../../include/features.php:41 +msgid "Save search terms for re-use" +msgstr "Lagre søkeuttrykk for gjenbruk" + +#: ../../include/features.php:46 +msgid "Network Tabs" +msgstr "Nettverksfaner" + +#: ../../include/features.php:47 +msgid "Network Personal Tab" +msgstr "Nettverk personlig fane" + +#: ../../include/features.php:47 +msgid "Enable tab to display only Network posts that you've interacted on" +msgstr "Skru på fane for å vise bare Nettverksinnlegg som du har vært med i" + +#: ../../include/features.php:48 +msgid "Network New Tab" +msgstr "Nettverk Ny fane" + +#: ../../include/features.php:48 +msgid "Enable tab to display only new Network posts (from the last 12 hours)" +msgstr "Skru på fane for å vise bare nye Nettverksinnlegg (fra de siste 12 timer)" + +#: ../../include/features.php:49 +msgid "Network Shared Links Tab" +msgstr "Nettverk Delte lenker fane" + +#: ../../include/features.php:49 +msgid "Enable tab to display only Network posts with links in them" +msgstr "Skru på fane for å vise bare Nettverksinnlegg med lenker i dem" + +#: ../../include/features.php:54 +msgid "Post/Comment Tools" +msgstr "Innleggs-/kommentarverktøy" + +#: ../../include/features.php:55 +msgid "Multiple Deletion" +msgstr "Slett flere" + +#: ../../include/features.php:55 +msgid "Select and delete multiple posts/comments at once" +msgstr "Velg og slett flere innlegg/kommentarer på en gang" + +#: ../../include/features.php:56 +msgid "Edit Sent Posts" +msgstr "Endre sendte innlegg" + +#: ../../include/features.php:56 +msgid "Edit and correct posts and comments after sending" +msgstr "Endre og korriger innlegg og kommentarer etter sending" + +#: ../../include/features.php:57 +msgid "Tagging" +msgstr "Merking" + +#: ../../include/features.php:57 +msgid "Ability to tag existing posts" +msgstr "Mulighet til å merke eksisterende innlegg" + +#: ../../include/features.php:58 +msgid "Post Categories" +msgstr "Innleggskategorier" + +#: ../../include/features.php:58 +msgid "Add categories to your posts" +msgstr "Legg til kategorier til dine innlegg" + +#: ../../include/features.php:59 +msgid "Ability to file posts under folders" +msgstr "Mulighet til å sortere innlegg i mapper" + +#: ../../include/features.php:60 +msgid "Dislike Posts" +msgstr "Liker ikke innlegg" + +#: ../../include/features.php:60 +msgid "Ability to dislike posts/comments" +msgstr "Mulighet til å ikke like innlegg/kommentarer" + +#: ../../include/features.php:61 +msgid "Star Posts" +msgstr "Stjerneinnlegg" + +#: ../../include/features.php:61 +msgid "Ability to mark special posts with a star indicator" +msgstr "Mulighet til å merke spesielle innlegg med en stjerneindikator" + +#: ../../include/diaspora.php:704 +msgid "Sharing notification from Diaspora network" +msgstr "Dele varslinger fra Diaspora nettverket" + +#: ../../include/diaspora.php:2269 +msgid "Attachments:" +msgstr "Vedlegg:" + +#: ../../include/acl_selectors.php:325 +msgid "Visible to everybody" +msgstr "Synlig for alle" + +#: ../../include/items.php:3539 +msgid "A new person is sharing with you at " +msgstr "En ny person deler med deg hos" + +#: ../../include/items.php:3539 +msgid "You have a new follower at " +msgstr "Du har en ny følgesvenn på " + +#: ../../include/items.php:4062 +msgid "Do you really want to delete this item?" +msgstr "Ønsker du virkelig å slette dette elementet?" + +#: ../../include/items.php:4285 +msgid "Archives" +msgstr "Arkiverer" + +#: ../../include/oembed.php:140 +msgid "Embedded content" +msgstr "Innebygd innhold" + +#: ../../include/oembed.php:149 +msgid "Embedding disabled" +msgstr "Innebygging avskrudd" + +#: ../../include/security.php:22 +msgid "Welcome " +msgstr "Velkommen" + +#: ../../include/security.php:23 +msgid "Please upload a profile photo." +msgstr "Vennligst last opp et profilbilde." + +#: ../../include/security.php:26 +msgid "Welcome back " +msgstr "Velkommen tilbake" + +#: ../../include/security.php:366 +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 "Skjemaets sikkerhetsnøkkel var ikke riktig. Dette skjedde antakelig fordi skjemaet har stått åpent for lenge (>3 timer) før innsending." + +#: ../../include/profile_selectors.php:6 +msgid "Male" +msgstr "Mann" + +#: ../../include/profile_selectors.php:6 +msgid "Female" +msgstr "Kvinne" + +#: ../../include/profile_selectors.php:6 +msgid "Currently Male" +msgstr "For øyeblikket mann" + +#: ../../include/profile_selectors.php:6 +msgid "Currently Female" +msgstr "For øyeblikket kvinne" + +#: ../../include/profile_selectors.php:6 +msgid "Mostly Male" +msgstr "Stort sett mann" + +#: ../../include/profile_selectors.php:6 +msgid "Mostly Female" +msgstr "Stort sett kvinne" + +#: ../../include/profile_selectors.php:6 +msgid "Transgender" +msgstr "Transkjønnet" + +#: ../../include/profile_selectors.php:6 +msgid "Intersex" +msgstr "Tvekjønnet" + +#: ../../include/profile_selectors.php:6 +msgid "Transsexual" +msgstr "Transseksuell" + +#: ../../include/profile_selectors.php:6 +msgid "Hermaphrodite" +msgstr "Hermafroditt" + +#: ../../include/profile_selectors.php:6 +msgid "Neuter" +msgstr "Intetkjønn" + +#: ../../include/profile_selectors.php:6 +msgid "Non-specific" +msgstr "Ikke spesifisert" + +#: ../../include/profile_selectors.php:6 +msgid "Other" +msgstr "Annet" + +#: ../../include/profile_selectors.php:6 +msgid "Undecided" +msgstr "Ubestemt" + +#: ../../include/profile_selectors.php:23 +msgid "Males" +msgstr "Menn" + +#: ../../include/profile_selectors.php:23 +msgid "Females" +msgstr "Kvinner" + +#: ../../include/profile_selectors.php:23 +msgid "Gay" +msgstr "Homse" + +#: ../../include/profile_selectors.php:23 +msgid "Lesbian" +msgstr "Lesbe" + +#: ../../include/profile_selectors.php:23 +msgid "No Preference" +msgstr "Ingen preferanse" + +#: ../../include/profile_selectors.php:23 +msgid "Bisexual" +msgstr "Biseksuell" + +#: ../../include/profile_selectors.php:23 +msgid "Autosexual" +msgstr "Autoseksuell" + +#: ../../include/profile_selectors.php:23 +msgid "Abstinent" +msgstr "Avholdende" + +#: ../../include/profile_selectors.php:23 +msgid "Virgin" +msgstr "Jomfru" + +#: ../../include/profile_selectors.php:23 +msgid "Deviant" +msgstr "Avvikende" + +#: ../../include/profile_selectors.php:23 +msgid "Fetish" +msgstr "Fetisj" + +#: ../../include/profile_selectors.php:23 +msgid "Oodles" +msgstr "Mange" + +#: ../../include/profile_selectors.php:23 +msgid "Nonsexual" +msgstr "Aseksuell" + +#: ../../include/profile_selectors.php:42 +msgid "Single" +msgstr "Alene" + +#: ../../include/profile_selectors.php:42 +msgid "Lonely" +msgstr "Ensom" + +#: ../../include/profile_selectors.php:42 +msgid "Available" +msgstr "Tilgjengelig" + +#: ../../include/profile_selectors.php:42 +msgid "Unavailable" +msgstr "Ikke tilgjengelig" + +#: ../../include/profile_selectors.php:42 +msgid "Has crush" +msgstr "Er forelsket" + +#: ../../include/profile_selectors.php:42 +msgid "Infatuated" +msgstr "Betatt" + +#: ../../include/profile_selectors.php:42 +msgid "Dating" +msgstr "Stevnemøter/dater" + +#: ../../include/profile_selectors.php:42 +msgid "Unfaithful" +msgstr "Utro" + +#: ../../include/profile_selectors.php:42 +msgid "Sex Addict" +msgstr "Sexavhengig" + +#: ../../include/profile_selectors.php:42 +msgid "Friends/Benefits" +msgstr "Venner med fordeler" + +#: ../../include/profile_selectors.php:42 +msgid "Casual" +msgstr "Tilfeldig" + +#: ../../include/profile_selectors.php:42 +msgid "Engaged" +msgstr "Forlovet" + +#: ../../include/profile_selectors.php:42 +msgid "Married" +msgstr "Gift" + +#: ../../include/profile_selectors.php:42 +msgid "Imaginarily married" +msgstr "Fantasiekteskap" + +#: ../../include/profile_selectors.php:42 +msgid "Partners" +msgstr "Partnere" + +#: ../../include/profile_selectors.php:42 +msgid "Cohabiting" +msgstr "Samboere" + +#: ../../include/profile_selectors.php:42 +msgid "Common law" +msgstr "Samboer" + +#: ../../include/profile_selectors.php:42 +msgid "Happy" +msgstr "Lykkelig" + +#: ../../include/profile_selectors.php:42 +msgid "Not looking" +msgstr "Ikke på utkikk" + +#: ../../include/profile_selectors.php:42 +msgid "Swinger" +msgstr "Partnerbytte/swinger" + +#: ../../include/profile_selectors.php:42 +msgid "Betrayed" +msgstr "Bedratt" + +#: ../../include/profile_selectors.php:42 +msgid "Separated" +msgstr "Separert" + +#: ../../include/profile_selectors.php:42 +msgid "Unstable" +msgstr "Ustabil" + +#: ../../include/profile_selectors.php:42 +msgid "Divorced" +msgstr "Skilt" + +#: ../../include/profile_selectors.php:42 +msgid "Imaginarily divorced" +msgstr "Fantasiskilt" + +#: ../../include/profile_selectors.php:42 +msgid "Widowed" +msgstr "Enke/enkemann" + +#: ../../include/profile_selectors.php:42 +msgid "Uncertain" +msgstr "Usikker" + +#: ../../include/profile_selectors.php:42 +msgid "It's complicated" +msgstr "Det er komplisert" + +#: ../../include/profile_selectors.php:42 +msgid "Don't care" +msgstr "Uinteressert" + +#: ../../include/profile_selectors.php:42 +msgid "Ask me" +msgstr "Spør meg" + +#: ../../include/Contact.php:115 +msgid "stopped following" +msgstr "sluttet å følge" + +#: ../../include/Contact.php:234 +msgid "Drop Contact" +msgstr "Fjern kontakt" + +#: ../../include/dba.php:44 +#, php-format +msgid "Cannot locate DNS info for database server '%s'" +msgstr "Kan ikke finne DNS informasjon for databasetjeneren '%s' " diff --git a/view/nb-no/strings.php b/view/nb-no/strings.php index 386e26b0ed..3b6d3a77e1 100644 --- a/view/nb-no/strings.php +++ b/view/nb-no/strings.php @@ -5,469 +5,62 @@ function string_plural_select_nb_no($n){ return ($n != 1);; }} ; -$a->strings["Profile"] = "Profil"; -$a->strings["Full Name:"] = "Fullt navn:"; -$a->strings["Gender:"] = "Kjønn:"; -$a->strings["j F, Y"] = "j F, Y"; -$a->strings["j F"] = "j F"; -$a->strings["Birthday:"] = "Fødselsdag:"; -$a->strings["Age:"] = "Alder:"; -$a->strings["Status:"] = "Status:"; -$a->strings["for %1\$d %2\$s"] = "for %1\$d %2\$s"; -$a->strings["Sexual Preference:"] = "Seksuell orientering:"; -$a->strings["Homepage:"] = "Hjemmeside:"; -$a->strings["Hometown:"] = "Hjemsted:"; -$a->strings["Tags:"] = "Merkelapper:"; -$a->strings["Political Views:"] = "Politisk ståsted:"; -$a->strings["Religion:"] = "Religion:"; -$a->strings["About:"] = "Om:"; -$a->strings["Hobbies/Interests:"] = "Hobbyer/Interesser:"; -$a->strings["Likes:"] = "Liker:"; -$a->strings["Dislikes:"] = "Liker ikke:"; -$a->strings["Contact information and Social Networks:"] = "Kontaktinformasjon og sosiale nettverk:"; -$a->strings["Musical interests:"] = "Musikksmak:"; -$a->strings["Books, literature:"] = "Bøker, litteratur:"; -$a->strings["Television:"] = "TV:"; -$a->strings["Film/dance/culture/entertainment:"] = "Film/dans/kultur/underholdning:"; -$a->strings["Love/Romance:"] = "Kjærlighet/romanse:"; -$a->strings["Work/employment:"] = "Arbeid/ansatt hos:"; -$a->strings["School/education:"] = "Skole/utdanning:"; -$a->strings["Male"] = "Mann"; -$a->strings["Female"] = "Kvinne"; -$a->strings["Currently Male"] = "For øyeblikket mann"; -$a->strings["Currently Female"] = "For øyeblikket kvinne"; -$a->strings["Mostly Male"] = "Stort sett mann"; -$a->strings["Mostly Female"] = "Stort sett kvinne"; -$a->strings["Transgender"] = "Transkjønnet"; -$a->strings["Intersex"] = "Tvekjønnet"; -$a->strings["Transsexual"] = "Transseksuell"; -$a->strings["Hermaphrodite"] = "Hermafroditt"; -$a->strings["Neuter"] = "Intetkjønn"; -$a->strings["Non-specific"] = "Ikke spesifisert"; -$a->strings["Other"] = "Annet"; -$a->strings["Undecided"] = "Ubestemt"; -$a->strings["Males"] = "Menn"; -$a->strings["Females"] = "Kvinner"; -$a->strings["Gay"] = "Homse"; -$a->strings["Lesbian"] = "Lesbe"; -$a->strings["No Preference"] = "Ingen preferanse"; -$a->strings["Bisexual"] = "Biseksuell"; -$a->strings["Autosexual"] = "Autoseksuell"; -$a->strings["Abstinent"] = "Avholdende"; -$a->strings["Virgin"] = "Jomfru"; -$a->strings["Deviant"] = "Avvikende"; -$a->strings["Fetish"] = "Fetisj"; -$a->strings["Oodles"] = "Mange"; -$a->strings["Nonsexual"] = "Aseksuell"; -$a->strings["Single"] = "Alene"; -$a->strings["Lonely"] = "Ensom"; -$a->strings["Available"] = "Tilgjengelig"; -$a->strings["Unavailable"] = "Ikke tilgjengelig"; -$a->strings["Has crush"] = "Er forelsket"; -$a->strings["Infatuated"] = "Betatt"; -$a->strings["Dating"] = "Stevnemøter/dater"; -$a->strings["Unfaithful"] = "Utro"; -$a->strings["Sex Addict"] = "Sexavhengig"; -$a->strings["Friends"] = "Venner"; -$a->strings["Friends/Benefits"] = "Venner med fordeler"; -$a->strings["Casual"] = "Tilfeldig"; -$a->strings["Engaged"] = "Forlovet"; -$a->strings["Married"] = "Gift"; -$a->strings["Imaginarily married"] = "Fantasiekteskap"; -$a->strings["Partners"] = "Partnere"; -$a->strings["Cohabiting"] = "Samboere"; -$a->strings["Common law"] = "Samboer"; -$a->strings["Happy"] = "Lykkelig"; -$a->strings["Not looking"] = "Ikke på utkikk"; -$a->strings["Swinger"] = "Partnerbytte/swinger"; -$a->strings["Betrayed"] = "Bedratt"; -$a->strings["Separated"] = "Separert"; -$a->strings["Unstable"] = "Ustabil"; -$a->strings["Divorced"] = "Skilt"; -$a->strings["Imaginarily divorced"] = "Fantasiskilt"; -$a->strings["Widowed"] = "Enke/enkemann"; -$a->strings["Uncertain"] = "Usikker"; -$a->strings["It's complicated"] = "Det er komplisert"; -$a->strings["Don't care"] = "Uinteressert"; -$a->strings["Ask me"] = "Spør meg"; -$a->strings["stopped following"] = "sluttet å følge"; -$a->strings["Poke"] = "Dytt"; -$a->strings["View Status"] = "Vis status"; -$a->strings["View Profile"] = "Vis profil"; -$a->strings["View Photos"] = "Vis bilder"; -$a->strings["Network Posts"] = "Nettverksinnlegg"; -$a->strings["Edit Contact"] = "Endre kontakt"; -$a->strings["Send PM"] = "Send privat melding"; -$a->strings["Image/photo"] = "Bilde/fotografi"; -$a->strings["%s wrote the following post"] = "%s skrev det følgende innlegget"; -$a->strings["$1 wrote:"] = "$1 skrev:"; -$a->strings["Encrypted content"] = "Kryptert innhold"; -$a->strings["Visible to everybody"] = "Synlig for alle"; -$a->strings["show"] = "vis"; -$a->strings["don't show"] = "ikke vis"; -$a->strings["Logged out."] = "Logget ut."; -$a->strings["Login failed."] = "Innlogging mislyktes."; -$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Vi støtte på et problem under innloggingen med OpenID-en du oppgav. Vennligst sjekk at du stavet ID-en riktig."; -$a->strings["The error message was:"] = "Feilmeldingen var:"; -$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["Disallowed profile URL."] = "Underkjent profil-URL."; -$a->strings["Connect URL missing."] = "Forbindelses-URL mangler."; -$a->strings["This site is not configured to allow communications with other networks."] = "Dette nettverkets konfigurasjon tillater ikke kommunikasjon med andre nettverk."; -$a->strings["No compatible communication protocols or feeds were discovered."] = "Ingen passende kommunikasjonsprotokoller eller strømmer ble oppdaget."; -$a->strings["The profile address specified does not provide adequate information."] = "Den angitte profiladressen inneholder for lite information."; -$a->strings["An author or name was not found."] = "Fant ingen forfatter eller navn."; -$a->strings["No browser URL could be matched to this address."] = "Ingen nettleser-URL passet med denne adressen."; -$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "Finner ikke samsvar mellom @-stilens identitetsadresse og en kjent protokoll eller e-postkontakt."; -$a->strings["Use mailto: in front of address to force email check."] = "Bruk mailto: foran adresser for å tvinge e-postsjekk."; -$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "Den oppgitte profiladressen tilhører et nettverk som har blitt avskrudd på dette nettstedet."; -$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Begrenset profil. Denne personen kan ikke motta direkte/personlige oppdateringer fra deg."; -$a->strings["Unable to retrieve contact information."] = "Ikke i stand til å hente kontaktinformasjon."; -$a->strings["following"] = "følger"; -$a->strings["An invitation is required."] = "En invitasjon er nødvendig."; -$a->strings["Invitation could not be verified."] = "Invitasjon kunne ikke bekreftes."; -$a->strings["Invalid OpenID url"] = "Ugyldig OpenID URL"; -$a->strings["Please enter the required information."] = "Vennligst skriv inn den nødvendige informasjonen."; -$a->strings["Please use a shorter name."] = "Vennligst bruk et kortere navn."; -$a->strings["Name too short."] = "Navnet er for kort."; -$a->strings["That doesn't appear to be your full (First Last) name."] = "Dette ser ikke ut til å være ditt full navn (Fornavn Etternavn)."; -$a->strings["Your email domain is not among those allowed on this site."] = "Ditt e-postdomene er ikke blant de som er tillat på dette stedet."; -$a->strings["Not a valid email address."] = "Ugyldig e-postadresse."; -$a->strings["Cannot use that email."] = "Kan ikke bruke den e-postadressen."; -$a->strings["Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and must also begin with a letter."] = "Ditt kallenavn kan bare inneholde \"a-z\", \"0-9\", \"-\", \"_\", og må også begynne med en bokstav."; -$a->strings["Nickname is already registered. Please choose another."] = "Kallenavnet er allerede registrert. Vennligst velg et annet."; -$a->strings["Nickname was once registered here and may not be re-used. Please choose another."] = "Kallenavnet ble registrert her en gang og kan ikke brukes om igjen. Vennligst velg et annet."; -$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "ALVORLIG FEIL: mislyktes med å lage sikkerhetsnøkler."; -$a->strings["An error occurred during registration. Please try again."] = "En feil oppstod under registreringen. Vennligst prøv igjen."; -$a->strings["default"] = "standard"; -$a->strings["An error occurred creating your default profile. Please try again."] = "En feil oppstod under opprettelsen av din standardprofil. Vennligst prøv igjen."; -$a->strings["Profile Photos"] = "Profilbilder"; -$a->strings["Unknown | Not categorised"] = "Ukjent | Ikke kategorisert"; -$a->strings["Block immediately"] = "Blokker umiddelbart"; -$a->strings["Shady, spammer, self-marketer"] = "Grumsete, poster søppel, fremhever bare seg selv"; -$a->strings["Known to me, but no opinion"] = "Bekjent av meg, men har ingen mening"; -$a->strings["OK, probably harmless"] = "OK, antakelig harmløs"; -$a->strings["Reputable, has my trust"] = "Respektert, har min tillit"; -$a->strings["Frequently"] = "Ofte"; -$a->strings["Hourly"] = "Hver time"; -$a->strings["Twice daily"] = "To ganger daglig"; -$a->strings["Daily"] = "Daglig"; -$a->strings["Weekly"] = "Ukentlig"; -$a->strings["Monthly"] = "Månedlig"; -$a->strings["Friendica"] = "Friendica"; -$a->strings["OStatus"] = "OStatus"; -$a->strings["RSS/Atom"] = "RSS/Atom"; -$a->strings["Email"] = "E-post"; -$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["Google+"] = "Google+"; -$a->strings["Add New Contact"] = "Legg til ny kontakt"; -$a->strings["Enter address or web location"] = "Skriv adresse eller web-plassering"; -$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Eksempel: ole@eksempel.no, http://eksempel.no/kari"; -$a->strings["Connect"] = "Forbindelse"; -$a->strings["%d invitation available"] = array( - 0 => "%d invitasjon tilgjengelig", - 1 => "%d invitasjoner tilgjengelig", +$a->strings["This entry was edited"] = "Denne oppføringen ble endret"; +$a->strings["Private Message"] = "Privat melding"; +$a->strings["Edit"] = "Endre"; +$a->strings["Select"] = "Velg"; +$a->strings["Delete"] = "Slett"; +$a->strings["save to folder"] = "lagre i mappe"; +$a->strings["add star"] = "legg til stjerne"; +$a->strings["remove star"] = "fjern stjerne"; +$a->strings["toggle star status"] = "veksle stjernestatus"; +$a->strings["starred"] = "Med stjerne"; +$a->strings["add tag"] = "Legg til merkelapp"; +$a->strings["I like this (toggle)"] = "Jeg liker dette (skru på/av)"; +$a->strings["like"] = "liker"; +$a->strings["I don't like this (toggle)"] = "Jeg liker ikke dette (skru på/av)"; +$a->strings["dislike"] = "liker ikke"; +$a->strings["Share this"] = "Del denne"; +$a->strings["share"] = "Del"; +$a->strings["Categories:"] = "Kategorier:"; +$a->strings["Filed under:"] = "Lagret i:"; +$a->strings["View %s's profile @ %s"] = "Besøk %ss profil [%s]"; +$a->strings["to"] = "til"; +$a->strings["via"] = "via"; +$a->strings["Wall-to-Wall"] = "vegg-til-vegg"; +$a->strings["via Wall-To-Wall:"] = "via vegg-til-vegg"; +$a->strings["%s from %s"] = "%s fra %s"; +$a->strings["Comment"] = "Kommentar"; +$a->strings["Please wait"] = "Vennligst vent"; +$a->strings["%d comment"] = array( + 0 => "%d kommentar", + 1 => "%d kommentarer", ); -$a->strings["Find People"] = "Finn personer"; -$a->strings["Enter name or interest"] = "Skriv navn eller interesse"; -$a->strings["Connect/Follow"] = "Koble/Følg"; -$a->strings["Examples: Robert Morgenstein, Fishing"] = "Eksempler: Robert Morgenstein, fisking"; -$a->strings["Find"] = "Finn"; -$a->strings["Friend Suggestions"] = "Venneforslag"; -$a->strings["Similar Interests"] = "Liknende interesser"; -$a->strings["Random Profile"] = "Tilfeldig profil"; -$a->strings["Invite Friends"] = "Inviterer venner"; -$a->strings["Networks"] = "Nettverk"; -$a->strings["All Networks"] = "Alle nettverk"; -$a->strings["Saved Folders"] = "Lagrede mapper"; -$a->strings["Everything"] = "Alt"; -$a->strings["Categories"] = "Kategorier"; -$a->strings["%d contact in common"] = array( - 0 => "%d felles kontakt", - 1 => "%d felles kontakter", -); -$a->strings["show more"] = "vis mer"; -$a->strings[" on Last.fm"] = "på Last.fm"; -$a->strings["view full size"] = "Vis i full størrelse"; -$a->strings["Miscellaneous"] = "Diverse"; -$a->strings["year"] = "år"; -$a->strings["month"] = "måned"; -$a->strings["day"] = "dag"; -$a->strings["never"] = "aldri"; -$a->strings["less than a second ago"] = "for mindre enn ett sekund siden"; -$a->strings["years"] = "år"; -$a->strings["months"] = "måneder"; -$a->strings["week"] = "uke"; -$a->strings["weeks"] = "uker"; -$a->strings["days"] = "dager"; -$a->strings["hour"] = "time"; -$a->strings["hours"] = "timer"; -$a->strings["minute"] = "minutt"; -$a->strings["minutes"] = "minutter"; -$a->strings["second"] = "sekund"; -$a->strings["seconds"] = "sekunder"; -$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s siden"; -$a->strings["%s's birthday"] = "%s sin bursdag"; -$a->strings["Happy Birthday %s"] = "Gratulerer med dagen, %s"; -$a->strings["Click here to upgrade."] = "Klikk her for oppgradere."; -$a->strings["This action exceeds the limits set by your subscription plan."] = "Denne handlingen overstiger grensene satt i din abonnementsplan."; -$a->strings["This action is not available under your subscription plan."] = "Denne handlingen er ikke tilgjengelig i henhold til din abonnementsplan."; -$a->strings["(no subject)"] = "(uten emne)"; -$a->strings["noreply"] = "ikke svar"; -$a->strings["%1\$s is now friends with %2\$s"] = "%1\$s er nå venner med %2\$s"; -$a->strings["Sharing notification from Diaspora network"] = "Dele varslinger fra Diaspora nettverket"; -$a->strings["photo"] = "bilde"; -$a->strings["status"] = "status"; -$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s liker %2\$s's %3\$s"; -$a->strings["Attachments:"] = "Vedlegg:"; -$a->strings["[Name Withheld]"] = "[Navnet tilbakeholdt]"; -$a->strings["A new person is sharing with you at "] = "En ny person deler med deg hos"; -$a->strings["You have a new follower at "] = "Du har en ny følgesvenn på "; -$a->strings["Item not found."] = "Enheten ble ikke funnet."; -$a->strings["Do you really want to delete this item?"] = "Ønsker du virkelig å slette dette elementet?"; -$a->strings["Yes"] = "Ja"; -$a->strings["Cancel"] = "Avbryt"; -$a->strings["Permission denied."] = "Ingen tilgang."; -$a->strings["Archives"] = "Arkiverer"; -$a->strings["General Features"] = "Generelle egenskaper"; -$a->strings["Multiple Profiles"] = "Flere profiler"; -$a->strings["Ability to create multiple profiles"] = "Mulighet for å lage flere profiler"; -$a->strings["Post Composition Features"] = "Funksjoner for å skrive innlegg"; -$a->strings["Richtext Editor"] = "Rik tekstredigering"; -$a->strings["Enable richtext editor"] = "Skru på rik tekstredigering"; -$a->strings["Post Preview"] = "Forhåndsvisning av innlegg"; -$a->strings["Allow previewing posts and comments before publishing them"] = "Tillat forhåndsvisning av innlegg og kommentarer før publisering"; -$a->strings["Network Sidebar Widgets"] = "Småprogrammer i sidestolpen for Nettverk"; -$a->strings["Search by Date"] = "Søk etter dato"; -$a->strings["Ability to select posts by date ranges"] = "Mulighet for å velge innlegg etter datoområder"; -$a->strings["Group Filter"] = "Gruppefilter"; -$a->strings["Enable widget to display Network posts only from selected group"] = "Skru på småprogrammet som viser Nettverksinnlegg bare fra den valgte gruppen"; -$a->strings["Network Filter"] = "Nettverksfilter"; -$a->strings["Enable widget to display Network posts only from selected network"] = "Skru på småprogrammet for å vise Nettverksinnlegg bare fra valgt nettverk"; -$a->strings["Saved Searches"] = "Lagrede søk"; -$a->strings["Save search terms for re-use"] = "Lagre søkeuttrykk for gjenbruk"; -$a->strings["Network Tabs"] = "Nettverksfaner"; -$a->strings["Network Personal Tab"] = "Nettverk personlig fane"; -$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Skru på fane for å vise bare Nettverksinnlegg som du har vært med i"; -$a->strings["Network New Tab"] = "Nettverk Ny fane"; -$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "Skru på fane for å vise bare nye Nettverksinnlegg (fra de siste 12 timer)"; -$a->strings["Network Shared Links Tab"] = "Nettverk Delte lenker fane"; -$a->strings["Enable tab to display only Network posts with links in them"] = "Skru på fane for å vise bare Nettverksinnlegg med lenker i dem"; -$a->strings["Post/Comment Tools"] = "Innleggs-/kommentarverktøy"; -$a->strings["Multiple Deletion"] = "Slett flere"; -$a->strings["Select and delete multiple posts/comments at once"] = "Velg og slett flere innlegg/kommentarer på en gang"; -$a->strings["Edit Sent Posts"] = "Endre sendte innlegg"; -$a->strings["Edit and correct posts and comments after sending"] = "Endre og korriger innlegg og kommentarer etter sending"; -$a->strings["Tagging"] = "Merking"; -$a->strings["Ability to tag existing posts"] = "Mulighet til å merke eksisterende innlegg"; -$a->strings["Post Categories"] = "Innleggskategorier"; -$a->strings["Add categories to your posts"] = "Legg til kategorier til dine innlegg"; -$a->strings["Ability to file posts under folders"] = "Mulighet til å sortere innlegg i mapper"; -$a->strings["Dislike Posts"] = "Liker ikke innlegg"; -$a->strings["Ability to dislike posts/comments"] = "Mulighet til å ikke like innlegg/kommentarer"; -$a->strings["Star Posts"] = "Stjerneinnlegg"; -$a->strings["Ability to mark special posts with a star indicator"] = "Mulighet til å merke spesielle innlegg med en stjerneindikator"; -$a->strings["Cannot locate DNS info for database server '%s'"] = "Kan ikke finne DNS informasjon for databasetjeneren '%s' "; -$a->strings["prev"] = "forrige"; -$a->strings["first"] = "første"; -$a->strings["last"] = "siste"; -$a->strings["next"] = "neste"; -$a->strings["newer"] = "nyere"; -$a->strings["older"] = "eldre"; -$a->strings["No contacts"] = "Ingen kontakter"; -$a->strings["%d Contact"] = array( - 0 => "%d kontakt", - 1 => "%d kontakter", -); -$a->strings["View Contacts"] = "Vis kontakter"; -$a->strings["Search"] = "Søk"; -$a->strings["Save"] = "Lagre"; -$a->strings["poke"] = "dytt"; -$a->strings["poked"] = "dyttet"; -$a->strings["ping"] = "ping"; -$a->strings["pinged"] = "pinget"; -$a->strings["prod"] = "dult"; -$a->strings["prodded"] = "dultet"; -$a->strings["slap"] = "klaske"; -$a->strings["slapped"] = "klasket"; -$a->strings["finger"] = "fingre"; -$a->strings["fingered"] = "fingret"; -$a->strings["rebuff"] = "avslå"; -$a->strings["rebuffed"] = "avslo"; -$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"] = "tanketom"; -$a->strings["puzzled"] = "forundret"; -$a->strings["interested"] = "interessert"; -$a->strings["bitter"] = "bitter"; -$a->strings["cheerful"] = "munter"; -$a->strings["alive"] = "livlig"; -$a->strings["annoyed"] = "irritert"; -$a->strings["anxious"] = "nervøs"; -$a->strings["cranky"] = "grinete"; -$a->strings["disturbed"] = "forstyrret"; -$a->strings["frustrated"] = "frustrert"; -$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["View Video"] = "Vis video"; -$a->strings["bytes"] = "bytes"; -$a->strings["Click to open/close"] = "Klikk for å åpne/lukke"; -$a->strings["link to source"] = "lenke til kilde"; -$a->strings["Select an alternate language"] = "Velg et annet språk"; -$a->strings["event"] = "hendelse"; -$a->strings["activity"] = "aktivitet"; $a->strings["comment"] = array( 0 => "kommentar", 1 => "kommentarer", ); -$a->strings["post"] = "innlegg"; -$a->strings["Item filed"] = "Element arkivert"; -$a->strings["A deleted group with this name was revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "En slettet gruppe med dette navnet ble gjenopprettet. Eksisterende elementtillatelser kan gjelde for denne gruppen og fremtidige medlemmer. Hvis det ikke var dette du ønsket, vær snill å opprette en annen gruppe med et annet navn."; -$a->strings["Default privacy group for new contacts"] = "Standard personverngruppe for nye kontakter"; -$a->strings["Everybody"] = "Alle"; -$a->strings["edit"] = "endre"; -$a->strings["Groups"] = "Grupper"; -$a->strings["Edit group"] = "Endre gruppe"; -$a->strings["Create a new group"] = "Lag en ny gruppe"; -$a->strings["Contacts not in any group"] = "Kontakter som ikke er i noen gruppe"; -$a->strings["add"] = "legg til"; -$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s liker ikke %2\$s's %3\$s"; -$a->strings["%1\$s poked %2\$s"] = "%1\$s dyttet %2\$s"; -$a->strings["%1\$s is currently %2\$s"] = "%1\$s er for øyeblikket %2\$s"; -$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s merket %2\$s sitt %3\$s med %4\$s"; -$a->strings["post/item"] = "innlegg/element"; -$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "%1\$s merket %2\$s's %3\$s som en favoritt"; -$a->strings["Select"] = "Velg"; -$a->strings["Delete"] = "Slett"; -$a->strings["View %s's profile @ %s"] = "Besøk %ss profil [%s]"; -$a->strings["Categories:"] = "Kategorier:"; -$a->strings["Filed under:"] = "Lagret i:"; -$a->strings["%s from %s"] = "%s fra %s"; -$a->strings["View in context"] = "Vis i sammenheng"; -$a->strings["Please wait"] = "Vennligst vent"; -$a->strings["remove"] = "slett"; -$a->strings["Delete Selected Items"] = "Slette valgte elementer"; -$a->strings["Follow Thread"] = "Følg tråd"; -$a->strings["%s likes this."] = "%s liker dette."; -$a->strings["%s doesn't like this."] = "%s liker ikke dette."; -$a->strings["%2\$d people like this"] = "%2\$d personer liker dette"; -$a->strings["%2\$d people don't like this"] = "%2\$d personer liker ikke dette"; -$a->strings["and"] = "og"; -$a->strings[", and %d other people"] = ", og %d andre personer"; -$a->strings["%s like this."] = "%s liker dette."; -$a->strings["%s don't like this."] = "%s liker ikke dette."; -$a->strings["Visible to everybody"] = "Synlig for alle"; -$a->strings["Please enter a link URL:"] = "Vennligst skriv inn en lenke URL:"; -$a->strings["Please enter a video link/URL:"] = "Vennligst skriv inn en videolenke/-URL:"; -$a->strings["Please enter an audio link/URL:"] = "Vennligst skriv inn en lydlenke/-URL:"; -$a->strings["Tag term:"] = "Merkelapp begrep:"; -$a->strings["Save to Folder:"] = "Lagre til mappe:"; -$a->strings["Where are you right now?"] = "Hvor er du akkurat nå?"; -$a->strings["Delete item(s)?"] = "Slett element(er)?"; -$a->strings["Post to Email"] = "Innlegg til e-post"; -$a->strings["Share"] = "Del"; -$a->strings["Upload photo"] = "Last opp bilde"; -$a->strings["upload photo"] = "last opp bilde"; -$a->strings["Attach file"] = "Legg ved fil"; -$a->strings["attach file"] = "legg ved fil"; -$a->strings["Insert web link"] = "Sett inn web-adresse"; -$a->strings["web link"] = "web-adresse"; -$a->strings["Insert video link"] = "Sett inn video-link"; -$a->strings["video link"] = "videolink"; -$a->strings["Insert audio link"] = "Sett inn lydlink"; -$a->strings["audio link"] = "lydlink"; -$a->strings["Set your location"] = "Angi din plassering"; -$a->strings["set location"] = "angi plassering"; -$a->strings["Clear browser location"] = "Fjern nettleserplassering"; -$a->strings["clear location"] = "fjern plassering"; -$a->strings["Set title"] = "Lagre tittel"; -$a->strings["Categories (comma-separated list)"] = "Kategorier (kommaseparert liste)"; -$a->strings["Permission settings"] = "Tillatelser"; -$a->strings["permissions"] = "tillatelser"; -$a->strings["CC: email addresses"] = "Kopi: e-postadresser"; -$a->strings["Public post"] = "Offentlig innlegg"; -$a->strings["Example: bob@example.com, mary@example.com"] = "Eksempel: ola@example.com, kari@example.com"; +$a->strings["show more"] = "vis mer"; +$a->strings["This is you"] = "Dette er deg"; +$a->strings["Submit"] = "Lagre"; +$a->strings["Bold"] = "uthevet"; +$a->strings["Italic"] = "kursiv"; +$a->strings["Underline"] = "understrek"; +$a->strings["Quote"] = "sitat"; +$a->strings["Code"] = "kode"; +$a->strings["Image"] = "Bilde/fotografi"; +$a->strings["Link"] = "lenke"; +$a->strings["Video"] = "video"; $a->strings["Preview"] = "forhåndsvisning"; -$a->strings["Post to Groups"] = "Innlegg til grupper"; -$a->strings["Post to Contacts"] = "Innlegg til kontakter"; -$a->strings["Private post"] = "Privat innlegg"; -$a->strings["Friendica Notification"] = "Friendica varsel"; -$a->strings["Thank You,"] = "Mange takk,"; -$a->strings["%s Administrator"] = "%s administrator"; -$a->strings["%s "] = "%s "; -$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica:Notify] Ny melding mottatt hos %s"; -$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s sendte deg en ny privat melding hos %2\$s."; -$a->strings["%1\$s sent you %2\$s."] = "%1\$s sendte deg %2\$s."; -$a->strings["a private message"] = "en privat melding"; -$a->strings["Please visit %s to view and/or reply to your private messages."] = "Vennligst besøk %s for å se og/eller svare på dine private meldinger."; -$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s kommenterte på [url=%2\$s]a %3\$s[/url]"; -$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s kommenterte på [url=%2\$s]%3\$s sin %4\$s[/url]"; -$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s kommenterte på [url=%2\$s] din %3\$s[/url]"; -$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Friendica:Notify] Kommentar til samtale #%1\$d av %2\$s"; -$a->strings["%s commented on an item/conversation you have been following."] = "%s kommenterte på et element/en samtale du har fulgt."; -$a->strings["Please visit %s to view and/or reply to the conversation."] = "Vennligst besøk %s for å se og/eller svare på samtalen."; -$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica:Notify] %s skrev et innlegg på veggen til din profil"; -$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$s skrev et innlegg på veggen til din profil %2\$s"; -$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "%1\$s skrev et innlegg til [url=%2\$s]din vegg[/url]"; -$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica:Notify] %s merket deg"; -$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s merket deg %2\$s"; -$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = "%1\$s [url=%2\$s]merket deg[/url]."; -$a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica:Notify] %1\$s dyttet deg"; -$a->strings["%1\$s poked you at %2\$s"] = "%1\$s dyttet deg %2\$s"; -$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "%1\$s [url=%2\$s]dyttet deg[/url]."; -$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica:Notify] %s merket ditt innlegg"; -$a->strings["%1\$s tagged your post at %2\$s"] = "%1\$s merket ditt innlegg %2\$s"; -$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$s merket [url=%2\$s]ditt innlegg[/url]"; -$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Notify] Introduksjon mottatt"; -$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "Du mottok en introduksjon fra '%1\$s' %2\$s"; -$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "Du mottok [url=%1\$s]en introduksjon[/url] fra %2\$s."; -$a->strings["You may visit their profile at %s"] = "Du kan besøke profilen deres på %s"; -$a->strings["Please visit %s to approve or reject the introduction."] = "Vennligst besøk %s for å godkjenne eller avslå introduksjonen."; -$a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica:Notify] Venneforslag mottatt"; -$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "Du mottok et venneforslag fra '%1\$s' %2\$s"; -$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "Du mottok [url=%1\$s]et venneforslag[/url] om %2\$s fra %3\$s."; -$a->strings["Name:"] = "Navn:"; -$a->strings["Photo:"] = "Bilde:"; -$a->strings["Please visit %s to approve or reject the suggestion."] = "Vennligst besøk %s for å godkjenne eller avslå forslaget."; -$a->strings["[no subject]"] = "[ikke noe emne]"; -$a->strings["Wall Photos"] = "Veggbilder"; -$a->strings["Nothing new here"] = "Ikke noe nytt her"; -$a->strings["Clear notifications"] = "Fjern varslinger"; -$a->strings["Logout"] = "Logg ut"; -$a->strings["End this session"] = "Avslutt denne økten"; -$a->strings["Status"] = "Status"; +$a->strings["You must be logged in to use addons. "] = "Du må være innlogget for å bruke tillegg."; +$a->strings["Not Found"] = "Ikke funnet"; +$a->strings["Page not found."] = "Fant ikke siden."; +$a->strings["Permission denied"] = "Tilgang nektet"; +$a->strings["Permission denied."] = "Ingen tilgang."; +$a->strings["toggle mobile"] = "Velg mobilvisning"; +$a->strings["Home"] = "Hjem"; $a->strings["Your posts and conversations"] = "Dine innlegg og samtaler"; +$a->strings["Profile"] = "Profil"; $a->strings["Your profile page"] = "Din profilside"; $a->strings["Photos"] = "Bilder"; $a->strings["Your photos"] = "Dine bilder"; @@ -475,361 +68,124 @@ $a->strings["Events"] = "Hendelser"; $a->strings["Your events"] = "Dine hendelser"; $a->strings["Personal notes"] = "Personlige notater"; $a->strings["Your personal photos"] = "Dine personlige bilder"; -$a->strings["Login"] = "Logg inn"; -$a->strings["Sign in"] = "Logg inn"; -$a->strings["Home"] = "Hjem"; -$a->strings["Home Page"] = "Hovedside"; -$a->strings["Register"] = "Registrer"; -$a->strings["Create an account"] = "Lag konto"; -$a->strings["Help"] = "Hjelp"; -$a->strings["Help and documentation"] = "Hjelp og dokumentasjon"; -$a->strings["Apps"] = "Programmer"; -$a->strings["Addon applications, utilities, games"] = "Tilleggsprorammer, verktøy, spill"; -$a->strings["Search site content"] = "Søk i nettstedets innhold"; $a->strings["Community"] = "Fellesskap"; -$a->strings["Conversations on this site"] = "Samtaler på dette nettstedet"; -$a->strings["Directory"] = "Katalog"; -$a->strings["People directory"] = "Personkatalog"; -$a->strings["Network"] = "Nettverk"; -$a->strings["Conversations from your friends"] = "Samtaler fra dine venner"; -$a->strings["Network Reset"] = "Nettverk tilbakestilling"; -$a->strings["Load Network page with no filters"] = "Hent Nettverk-siden uten filter"; -$a->strings["Introductions"] = "Introduksjoner"; -$a->strings["Friend Requests"] = "Venneforespørsler"; -$a->strings["Notifications"] = "Varslinger"; -$a->strings["See all notifications"] = "Se alle varslinger"; -$a->strings["Mark all system notifications seen"] = "Merk alle systemvarsler som sett"; -$a->strings["Messages"] = "Meldinger"; -$a->strings["Private mail"] = "Privat post"; -$a->strings["Inbox"] = "Innboks"; -$a->strings["Outbox"] = "Utboks"; -$a->strings["New Message"] = "Ny melding"; -$a->strings["Manage"] = "Behandle"; -$a->strings["Manage other pages"] = "Behandle andre sider"; -$a->strings["Delegations"] = "Delegasjoner"; -$a->strings["Delegate Page Management"] = "Deleger sidebehandling"; -$a->strings["Settings"] = "Innstillinger"; -$a->strings["Account settings"] = "Kontoinnstillinger"; -$a->strings["Profiles"] = "Profiler"; -$a->strings["Manage/Edit Profiles"] = "Behandle/endre profiler"; +$a->strings["don't show"] = "ikke vis"; +$a->strings["show"] = "vis"; +$a->strings["Theme settings"] = "Temainnstillinger"; +$a->strings["Set font-size for posts and comments"] = "Angi skriftstørrelse for innlegg og kommentarer"; +$a->strings["Set line-height for posts and comments"] = "Angi linjeavstand for innlegg og kommentarer"; +$a->strings["Set resolution for middle column"] = "Angi oppløsning for midtkolonnen"; $a->strings["Contacts"] = "Kontakter"; -$a->strings["Manage/edit friends and contacts"] = "Behandle/endre venner og kontakter"; -$a->strings["Admin"] = "Administrator"; -$a->strings["Site setup and configuration"] = "Nettstedsoppsett og konfigurasjon"; -$a->strings["Navigation"] = "Navigasjon"; -$a->strings["Site map"] = "Nettstedskart"; -$a->strings["Embedded content"] = "Innebygd innhold"; -$a->strings["Embedding disabled"] = "Innebygging avskrudd"; -$a->strings["Error decoding account file"] = "Feil ved dekoding av kontofil"; -$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "Feil! Ingen versjonsdata i filen! Dette er ikke en Friendica kontofil?"; -$a->strings["Error! Cannot check nickname"] = "Feil! Kan ikke sjekke kallenavn"; -$a->strings["User '%s' already exists on this server!"] = "Brukeren '%s' finnes allerede på denne tjeneren!"; -$a->strings["User creation error"] = "Feil ved oppretting av bruker"; -$a->strings["User profile creation error"] = "Feil ved opprettelsen av brukerprofil"; -$a->strings["%d contact not imported"] = array( - 0 => "%d kontakt ikke importert", - 1 => "%d kontakter ikke importert", -); -$a->strings["Done. You can now login with your username and password"] = "Ferdig. Du kan nå logge inn med ditt brukernavn og passord"; -$a->strings["Welcome "] = "Velkommen"; -$a->strings["Please upload a profile photo."] = "Vennligst last opp et profilbilde."; -$a->strings["Welcome back "] = "Velkommen tilbake"; -$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 sikkerhetsnøkkel var ikke riktig. Dette skjedde antakelig fordi skjemaet har stått åpent for lenge (>3 timer) før innsending."; -$a->strings["Profile not found."] = "Fant ikke profilen."; -$a->strings["Profile deleted."] = "Profil slettet."; -$a->strings["Profile-"] = "Profil-"; -$a->strings["New profile created."] = "Ny profil opprettet."; -$a->strings["Profile unavailable to clone."] = "Profilen er utilgjengelig for kloning."; -$a->strings["Profile Name is required."] = "Profilnavn er påkrevet."; -$a->strings["Marital Status"] = "Ekteskapelig status"; -$a->strings["Romantic Partner"] = "Romantisk partner"; -$a->strings["Likes"] = "Liker"; -$a->strings["Dislikes"] = "Liker ikke"; -$a->strings["Work/Employment"] = "Arbeid/ansatt hos"; -$a->strings["Religion"] = "Religion"; -$a->strings["Political Views"] = "Politisk ståsted"; -$a->strings["Gender"] = "Kjønn"; -$a->strings["Sexual Preference"] = "Seksuell orientering"; -$a->strings["Homepage"] = "Hjemmeside"; -$a->strings["Interests"] = "Interesser"; -$a->strings["Address"] = "Adresse"; -$a->strings["Location"] = "Plassering"; -$a->strings["Profile updated."] = "Profil oppdatert."; -$a->strings[" and "] = "og"; -$a->strings["public profile"] = "offentlig profil"; -$a->strings["%1\$s changed %2\$s to “%3\$s”"] = "%1\$s endret %2\$s til “%3\$s”"; -$a->strings[" - Visit %1\$s's %2\$s"] = "- Besøk %1\$s sin %2\$s"; -$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s har oppdatert %2\$s, endret %3\$s."; -$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Skjul kontakten/vennen din fra folk som kan se denne profilen?"; -$a->strings["No"] = "Nei"; -$a->strings["Edit Profile Details"] = "Endre profildetaljer"; -$a->strings["Submit"] = "Lagre"; -$a->strings["Change Profile Photo"] = "Endre profilbilde"; -$a->strings["View this profile"] = "Vis denne profilen"; -$a->strings["Create a new profile using these settings"] = "Opprett en ny profil med disse innstillingene"; -$a->strings["Clone this profile"] = "Klon denne profilen"; -$a->strings["Delete this profile"] = "Slette denne profilen"; -$a->strings["Profile Name:"] = "Profilnavn:"; -$a->strings["Your Full Name:"] = "Ditt fulle navn:"; -$a->strings["Title/Description:"] = "Tittel/Beskrivelse:"; -$a->strings["Your Gender:"] = "Ditt kjønn:"; -$a->strings["Birthday (%s):"] = "Fødselsdag (%s):"; -$a->strings["Street Address:"] = "Gateadresse:"; -$a->strings["Locality/City:"] = "Plassering/by:"; -$a->strings["Postal/Zip Code:"] = "Postnummer:"; -$a->strings["Country:"] = "Land:"; -$a->strings["Region/State:"] = "Region/fylke:"; -$a->strings[" Marital Status:"] = " Sivilstand:"; -$a->strings["Who: (if applicable)"] = "Hvem: (hvis gjeldende)"; -$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Eksempler: kari123, Kari Nordmann, kari@example.com"; -$a->strings["Since [date]:"] = "Fra [dato]:"; -$a->strings["Homepage URL:"] = "Hjemmeside URL:"; -$a->strings["Religious Views:"] = "Religiøst ståsted:"; -$a->strings["Public Keywords:"] = "Offentlige nøkkelord:"; -$a->strings["Private Keywords:"] = "Private nøkkelord:"; -$a->strings["Example: fishing photography software"] = "Eksempel: fisking fotografering programvare"; -$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(Brukes for å foreslå mulige venner, kan ses av andre)"; -$a->strings["(Used for searching profiles, never shown to others)"] = "(Brukes for å søke i profiler, vises aldri til andre)"; -$a->strings["Tell us about yourself..."] = "Fortell oss om deg selv..."; -$a->strings["Hobbies/Interests"] = "Hobbier/interesser"; -$a->strings["Contact information and Social Networks"] = "Kontaktinformasjon og sosiale nettverk"; -$a->strings["Musical interests"] = "Musikksmak"; -$a->strings["Books, literature"] = "Bøker, litteratur"; -$a->strings["Television"] = "TV"; -$a->strings["Film/dance/culture/entertainment"] = "Film/dans/kultur/underholdning"; -$a->strings["Love/romance"] = "Kjærlighet/romanse"; -$a->strings["Work/employment"] = "Arbeid/ansatt hos"; -$a->strings["School/education"] = "Skole/utdanning"; -$a->strings["This is your public profile.
It may be visible to anybody using the internet."] = "Dette er din offentlige profil.
Den kan ses av alle på Internet."; -$a->strings["Age: "] = "Alder:"; -$a->strings["Edit/Manage Profiles"] = "Rediger/Behandle profiler"; +$a->strings["Your contacts"] = "Dine kontakter"; +$a->strings["Community Pages"] = "Felleskapssider"; +$a->strings["Community Profiles"] = "Fellesskapsprofiler"; +$a->strings["Last users"] = "Siste brukere"; +$a->strings["Last likes"] = "Siste liker"; +$a->strings["event"] = "hendelse"; +$a->strings["status"] = "status"; +$a->strings["photo"] = "bilde"; +$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s liker %2\$s's %3\$s"; +$a->strings["Last photos"] = "Siste bilder"; +$a->strings["Contact Photos"] = "Kontaktbilder"; +$a->strings["Profile Photos"] = "Profilbilder"; +$a->strings["Find Friends"] = "Finn venner"; +$a->strings["Local Directory"] = "Lokal katalog"; +$a->strings["Global Directory"] = "Global katalog"; +$a->strings["Similar Interests"] = "Liknende interesser"; +$a->strings["Friend Suggestions"] = "Venneforslag"; +$a->strings["Invite Friends"] = "Inviterer venner"; +$a->strings["Settings"] = "Innstillinger"; +$a->strings["Earth Layers"] = "Earth Layers"; +$a->strings["Set zoomfactor for Earth Layers"] = "Angi zoomfaktor for Earth Layers"; +$a->strings["Set longitude (X) for Earth Layers"] = "Angi lengdegrad (X) for Earth Layers"; +$a->strings["Set latitude (Y) for Earth Layers"] = "Angi breddegrad (Y) for Earth Layers"; +$a->strings["Help or @NewHere ?"] = "Hjelp eller @NewHere ?"; +$a->strings["Connect Services"] = "Forbindelse til tjenester"; +$a->strings["Show/hide boxes at right-hand column:"] = "Vis/skjul bokser i kolonnen til høyre:"; +$a->strings["Set color scheme"] = "Angi fargekart"; +$a->strings["Set zoomfactor for Earth Layer"] = "Angi zoomfaktor for Earth Layer"; +$a->strings["Alignment"] = "Justering"; +$a->strings["Left"] = "Venstre"; +$a->strings["Center"] = "Midtstilt"; +$a->strings["Color scheme"] = "Fargekart"; +$a->strings["Posts font size"] = "Skriftstørrelse for innlegg"; +$a->strings["Textareas font size"] = "Skriftstørrelse for tekstområder"; +$a->strings["Set colour scheme"] = "Angi fargekart"; +$a->strings["default"] = "standard"; +$a->strings["Background Image"] = "Bakgrunnsbilde"; +$a->strings["The URL to a picture (e.g. from your photo album) that should be used as background image."] = "URL-en til et bilde (for eksempel fra ditt fotoalbum) som skal brukes som bakgrunnsbilde"; +$a->strings["Background Color"] = "Bakgrunnsfarge"; +$a->strings["HEX value for the background color. Don't include the #"] = "HEX-verdi til bakgrunnsfargen. Ikke ta med #"; +$a->strings["font size"] = "skriftstørrelse"; +$a->strings["base font size for your interface"] = "standard skriftstørrelse i ditt brukergrensesnitt"; +$a->strings["Set resize level for images in posts and comments (width and height)"] = "Angi størrelsesendringen for bilder i innlegg og kommentarer (bredde og høyde)"; +$a->strings["Set theme width"] = "Angi temabredde"; +$a->strings["Delete this item?"] = "Slett dette elementet?"; +$a->strings["show fewer"] = "vis færre"; +$a->strings["Update %s failed. See error logs."] = "Oppdatering %s mislyktes. Se feilloggene."; +$a->strings["Update Error at %s"] = "Oppdateringsfeil i %s"; +$a->strings["Create a New Account"] = "Lag en ny konto"; +$a->strings["Register"] = "Registrer"; +$a->strings["Logout"] = "Logg ut"; +$a->strings["Login"] = "Logg inn"; +$a->strings["Nickname or Email address: "] = "Kallenavn eller epostadresse: "; +$a->strings["Password: "] = "Passord: "; +$a->strings["Remember me"] = "Husk meg"; +$a->strings["Or login using OpenID: "] = "Eller logg inn med OpenID:"; +$a->strings["Forgot your password?"] = "Glemt passordet?"; +$a->strings["Password Reset"] = "Passord tilbakestilling"; +$a->strings["Website Terms of Service"] = "Nettstedets bruksbetingelser"; +$a->strings["terms of service"] = "bruksbetingelser"; +$a->strings["Website Privacy Policy"] = "Nettstedets retningslinjer for personvern"; +$a->strings["privacy policy"] = "retningslinjer for personvern"; +$a->strings["Requested account is not available."] = "Profil utilgjengelig."; +$a->strings["Requested profile is not available."] = "Profil utilgjengelig."; +$a->strings["Edit profile"] = "Rediger profil"; +$a->strings["Connect"] = "Forbindelse"; +$a->strings["Message"] = "Melding"; +$a->strings["Profiles"] = "Profiler"; +$a->strings["Manage/edit profiles"] = "Behandle/endre profiler"; $a->strings["Change profile photo"] = "Endre profilbilde"; $a->strings["Create New Profile"] = "Lag ny profil"; $a->strings["Profile Image"] = "Profilbilde"; $a->strings["visible to everybody"] = "synlig for alle"; $a->strings["Edit visibility"] = "Endre synlighet"; -$a->strings["Permission denied"] = "Tilgang nektet"; -$a->strings["Invalid profile identifier."] = "Ugyldig profilidentifikator."; -$a->strings["Profile Visibility Editor"] = "Behandle profilsynlighet"; -$a->strings["Click on a contact to add or remove."] = "Klikk på en kontakt for å legge til eller fjerne."; -$a->strings["Visible To"] = "Synlig for"; -$a->strings["All Contacts (with secure profile access)"] = "Alle kontakter (med sikret profiltilgang)"; +$a->strings["Location:"] = "Plassering:"; +$a->strings["Gender:"] = "Kjønn:"; +$a->strings["Status:"] = "Status:"; +$a->strings["Homepage:"] = "Hjemmeside:"; +$a->strings["g A l F d"] = "g A l F d"; +$a->strings["F d"] = "F d"; +$a->strings["[today]"] = "[idag]"; +$a->strings["Birthday Reminders"] = "Fødselsdager"; +$a->strings["Birthdays this week:"] = "Fødselsdager denne uken:"; +$a->strings["[No description]"] = "[Ingen beskrivelse]"; +$a->strings["Event Reminders"] = "Påminnelser om hendelser"; +$a->strings["Events this week:"] = "Hendelser denne uken:"; +$a->strings["Status"] = "Status"; +$a->strings["Status Messages and Posts"] = "Status meldinger og innlegg"; +$a->strings["Profile Details"] = "Profildetaljer"; +$a->strings["Photo Albums"] = "Fotoalbum"; +$a->strings["Videos"] = "Videoer"; +$a->strings["Events and Calendar"] = "Hendelser og kalender"; $a->strings["Personal Notes"] = "Personlige notater"; +$a->strings["Only You Can See This"] = "Bare du kan se dette"; +$a->strings["%1\$s is currently %2\$s"] = "%1\$s er for øyeblikket %2\$s"; +$a->strings["Mood"] = "Stemning"; +$a->strings["Set your current mood and tell your friends"] = "Angi din stemning og fortell dine venner"; $a->strings["Public access denied."] = "Offentlig tilgang ikke tillatt."; +$a->strings["Item not found."] = "Enheten ble ikke funnet."; $a->strings["Access to this profile has been restricted."] = "Tilgang til denne profilen er blitt begrenset."; $a->strings["Item has been removed."] = "Elementet har blitt slettet."; -$a->strings["Visit %s's profile [%s]"] = "Besøk %ss profil [%s]"; -$a->strings["Edit contact"] = "Endre kontakt"; -$a->strings["Contacts who are not members of a group"] = "Kontakter som ikke er medlemmer av en gruppe"; -$a->strings["{0} wants to be your friend"] = "{0} ønsker å bli din venn"; -$a->strings["{0} sent you a message"] = "{0} sendte deg en melding"; -$a->strings["{0} requested registration"] = "{0} forespurte om registrering"; -$a->strings["{0} commented %s's post"] = "{0} kommenterte %s sitt innlegg"; -$a->strings["{0} liked %s's post"] = "{0} likte %s sitt innlegg"; -$a->strings["{0} disliked %s's post"] = "{0} likte ikke %s sitt innlegg"; -$a->strings["{0} is now friends with %s"] = "{0} er nå venner med %s"; -$a->strings["{0} posted"] = "{0} postet et innlegg"; -$a->strings["{0} tagged %s's post with #%s"] = "{0} merket %s sitt innlegg med #%s"; -$a->strings["{0} mentioned you in a post"] = "{0} nevnte deg i et innlegg"; -$a->strings["Theme settings updated."] = "Temainnstillinger oppdatert."; -$a->strings["Site"] = "Nettsted"; -$a->strings["Users"] = "Brukere"; -$a->strings["Plugins"] = "Tillegg"; -$a->strings["Themes"] = "Tema"; -$a->strings["DB updates"] = "Databaseoppdateringer"; -$a->strings["Logs"] = "Logger"; -$a->strings["Plugin Features"] = "Utvidelse - egenskaper"; -$a->strings["User registrations waiting for confirmation"] = "Brukerregistreringer venter på bekreftelse"; -$a->strings["Normal Account"] = "Vanlig konto"; -$a->strings["Soapbox Account"] = "Talerstol-konto"; -$a->strings["Community/Celebrity Account"] = "Gruppe-/kjendiskonto"; -$a->strings["Automatic Friend Account"] = "Automatisk vennekonto"; -$a->strings["Blog Account"] = "Bloggkonto"; -$a->strings["Private Forum"] = "Privat forum"; -$a->strings["Message queues"] = "Meldingskøer"; -$a->strings["Administration"] = "Administrasjon"; -$a->strings["Summary"] = "Oppsummering"; -$a->strings["Registered users"] = "Registrerte brukere"; -$a->strings["Pending registrations"] = "Ventende registreringer"; -$a->strings["Version"] = "Versjon"; -$a->strings["Active plugins"] = "Aktive tillegg"; -$a->strings["Site settings updated."] = "Nettstedets innstillinger er oppdatert."; -$a->strings["No special theme for mobile devices"] = "Ikke eget tema for mobile enheter"; -$a->strings["Never"] = "Aldri"; -$a->strings["Multi user instance"] = "Flerbrukerinstans"; -$a->strings["Closed"] = "Stengt"; -$a->strings["Requires approval"] = "Krever godkjenning"; -$a->strings["Open"] = "Åpen"; -$a->strings["No SSL policy, links will track page SSL state"] = "Ingen SSL-retningslinjer, lenker vil spore sidens SSL-tilstand"; -$a->strings["Force all links to use SSL"] = "Tving alle lenker til å bruke SSL"; -$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Selvsignert sertifikat, bruk SSL bare til lokale lenker (ikke anbefalt)"; -$a->strings["Registration"] = "Registrering"; -$a->strings["File upload"] = "Last opp fil"; -$a->strings["Policies"] = "Retningslinjer"; -$a->strings["Advanced"] = "Avansert"; -$a->strings["Performance"] = "Ytelse"; -$a->strings["Site name"] = "Nettstedets navn"; -$a->strings["Banner/Logo"] = "Banner/logo"; -$a->strings["System language"] = "Systemspråk"; -$a->strings["System theme"] = "Systemtema"; -$a->strings["Default system theme - may be over-ridden by user profiles - change theme settings"] = "Standard tema for systemet - kan overstyres av brukerprofiler - endre temainnstillinger"; -$a->strings["Mobile system theme"] = "Mobilt tema til systemet"; -$a->strings["Theme for mobile devices"] = "Tema for mobile enheter"; -$a->strings["SSL link policy"] = "Retningslinjer for SSL og lenker"; -$a->strings["Determines whether generated links should be forced to use SSL"] = "Avgjør om genererte lenker skal tvinges til å bruke SSL"; -$a->strings["'Share' element"] = "'Dele' element"; -$a->strings["Activates the bbcode element 'share' for repeating items."] = "Aktiverer BBCode-elementet 'dele' for å gjenta elementer."; -$a->strings["Hide help entry from navigation menu"] = "Skjul punktet om hjelp fra navigasjonsmenyen"; -$a->strings["Hides the menu entry for the Help pages from the navigation menu. You can still access it calling /help directly."] = "Skjuler menypunktet for Hjelp-sidene fra navigasjonsmenyen. Du kan fremdeles få tilgang ved å bruke /help direkte."; -$a->strings["Single user instance"] = "Enkeltbrukerinstans"; -$a->strings["Make this instance multi-user or single-user for the named user"] = "Gjør denne instansen til flerbruker eller enkeltbruker for den navngitte brukeren"; -$a->strings["Maximum image size"] = "Maksimum bildestørrelse"; -$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Maksimal størrelse i bytes for opplastede bilder. Standard er 0, som betyr ingen størrelsesgrense."; -$a->strings["Maximum image length"] = "Maksimal bildelenge"; -$a->strings["Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits."] = "Maksimal lengde i pixler for den lengste siden til opplastede bilder. Standard er -1, some betyr ingen grense."; -$a->strings["JPEG image quality"] = "JPEG-bildekvalitet"; -$a->strings["Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is full quality."] = "Opplastede JPEG-er vil bli lagret med disse kvalitetsinnstillingene [0-100]. Standard er 100, som er høyeste kvalitet."; -$a->strings["Register policy"] = "Registrer retningslinjer"; -$a->strings["Maximum Daily Registrations"] = "Maksimalt antall daglige registreringer"; -$a->strings["If registration is permitted above, this sets the maximum number of new user registrations to accept per day. If register is set to closed, this setting has no effect."] = "Hvis registrering er tillat ovenfor, så vil dette angi maksimalt antall nye brukerregistreringer som aksepteres per dag. Hvis registrering er satt til stengt, så vil ikke denne innstillingen ha noen effekt."; -$a->strings["Register text"] = "Registrer tekst"; -$a->strings["Will be displayed prominently on the registration page."] = "Vil bli vist på en fremtredende måte på registreringssiden."; -$a->strings["Accounts abandoned after x days"] = "Kontoer forlatt etter x dager"; -$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "Vil ikke kaste bort systemressurser på å spørre eksterne nettsteder om forlatte kontoer. Skriv 0 for ingen tidsgrense."; -$a->strings["Allowed friend domains"] = "Tillate vennedomener"; -$a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = "Kommaseparert liste med domener som har lov til å etablere vennskap med dette nettstedet.\nJokertegn aksepteres. Tom for å tillate alle domener."; -$a->strings["Allowed email domains"] = "Tillate e-postdomener"; -$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"] = "Kommaseparert liste med domener som er tillatt i e-postadresser ved registrering på dette nettstedet. Jokertegn er tillatt. Tom for å tillate alle domener."; -$a->strings["Block public"] = "Utesteng publikum"; -$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "Kryss av for å blokkere offentlig tilgang til sider som ellers ville vært offentlige personlige sider med mindre du er logget inn."; -$a->strings["Force publish"] = "Tving publisering"; -$a->strings["Check to force all profiles on this site to be listed in the site directory."] = "Sett hake for å tvinge alle profiler på dette nettstedet til å vises i nettstedskatalogen."; -$a->strings["Global directory update URL"] = "URL for oppdatering av Global-katalog"; -$a->strings["URL to update the global directory. If this is not set, the global directory is completely unavailable to the application."] = "URL for å oppdatere den globale katalogen. Hvis denne ikke er angitt, så vil den globale katalogen være helt utilgjengelige for programmet."; -$a->strings["Allow threaded items"] = "Tillat en tråd av elementer "; -$a->strings["Allow infinite level threading for items on this site."] = "Tillat ubegrenset antall nivåer i en tråd for elementer på dette nettstedet."; -$a->strings["Private posts by default for new users"] = "Private meldinger som standard for nye brukere"; -$a->strings["Set default post permissions for all new members to the default privacy group rather than public."] = "Sett standard postetillatelser for alle nye medlemmer til standard personverngruppe i stedet for offentlig."; -$a->strings["Don't include post content in email notifications"] = "Ikke inkluder innholdet i en melding i epostvarsler"; -$a->strings["Don't include the content of a post/comment/private message/etc. in the email notifications that are sent out from this site, as a privacy measure."] = "Ikke inkluder innholdet i en melding/kommentar/privat melding/osv. i epostvarsler som sendes ut fra dette nettstedet, som et personverntiltak."; -$a->strings["Disallow public access to addons listed in the apps menu."] = "Ikke tillat offentlig tilgang til tillegg som listes opp i app-menyen."; -$a->strings["Checking this box will restrict addons listed in the apps menu to members only."] = "Kryss i denne boksen vil begrense tillegg opplistet i app-menyen til bare medlemmer."; -$a->strings["Don't embed private images in posts"] = "Ikke innebygg private bilder i innlegg"; -$a->strings["Don't replace locally-hosted private photos in posts with an embedded copy of the image. This means that contacts who receive posts containing private photos will have to authenticate and load each image, which may take a while."] = "Ikke bytt ut lokalt lagrede private bilder i innlegg med innebygd kopi av bildet. Dette betyr at kontakter som mottar innlegg med private bilder må autentisere og laste hvert bilde, noe som kan ta en stund."; -$a->strings["Block multiple registrations"] = "Blokker flere registreringer"; -$a->strings["Disallow users to register additional accounts for use as pages."] = "Ikke tillat brukere å registrere ytterligere kontoer til bruk som sider."; -$a->strings["OpenID support"] = "OpenID-støtte"; -$a->strings["OpenID support for registration and logins."] = "OpenID-støtte for registrering og innlogging."; -$a->strings["Fullname check"] = "Sjekk fullt navn"; -$a->strings["Force users to register with a space between firstname and lastname in Full name, as an antispam measure"] = "Tving brukere til å registrere med et mellomrom mellom fornavn og etternavn i Fullt navn, som et tiltak mot søppelpost (antispam)."; -$a->strings["UTF-8 Regular expressions"] = "UTF-8 regulære uttrykk"; -$a->strings["Use PHP UTF8 regular expressions"] = "Bruk PHP UTF8 regulære uttrykk"; -$a->strings["Show Community Page"] = "Vis Felleskap-side"; -$a->strings["Display a Community page showing all recent public postings on this site."] = "Vis en Fellesskapsside som viser de siste offentlige meldinger på dette nettstedet."; -$a->strings["Enable OStatus support"] = "Aktiver Ostatus-støtte"; -$a->strings["Provide built-in OStatus (identi.ca, status.net, etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."] = "Tilby innebygget OStatus-kompatibilitet (identi.ca, status.net, etc.). All kommunikasjon via OStatus er offentlig, så personvernadvarsler vil bli vist av og til."; -$a->strings["OStatus conversation completion interval"] = "OStatus intervall for samtalefullførelse"; -$a->strings["How often shall the poller check for new entries in OStatus conversations? This can be a very ressource task."] = "Hvor ofte skal spørrefunksjonen sjekke etter nye oppføringer i OStatus-samtaler? Dette kan være en svært ressurskrevende oppgave."; -$a->strings["Enable Diaspora support"] = "Aktiver Diaspora-støtte"; -$a->strings["Provide built-in Diaspora network compatibility."] = "Tilby innebygget kompatibilitet med Diaspora-nettverket."; -$a->strings["Only allow Friendica contacts"] = "Bare tillat Friendica-kontakter"; -$a->strings["All contacts must use Friendica protocols. All other built-in communication protocols disabled."] = "Alle kontakter må bruke Friendica-protokoller. Alle andre innebyggede kommunikasjonsprotokoller blir deaktivert."; -$a->strings["Verify SSL"] = "Bekreft SSL"; -$a->strings["If you wish, you can turn on strict certificate checking. This will mean you cannot connect (at all) to self-signed SSL sites."] = "Hvis du vil, så kan du skru på streng sertifikatkontroll. Dette betyr at du ikke kan opprette forbindelse (i det hele tatt) med nettsteder som bruker selvsignerte SSL-sertifikater."; -$a->strings["Proxy user"] = "Brukernavn til mellomtjener"; -$a->strings["Proxy URL"] = "Mellomtjener URL"; -$a->strings["Network timeout"] = "Tidsavbrudd for nettverk"; -$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "Verdien er i sekunder. Sett til 0 for ubegrenset (ikke anbefalt)."; -$a->strings["Delivery interval"] = "Leveringsintervall"; -$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."] = "Forsink bakgrunnsprosesser for levering med så mange sekunder for å redusere belastningen på systemet. Anbefalinger: 4-5 for delt tjener, 2-3 for virtuelle private tjenere. 0-1 for store, dedikerte tjenere."; -$a->strings["Poll interval"] = "Spørreintervall"; -$a->strings["Delay background polling processes by this many seconds to reduce system load. If 0, use delivery interval."] = "Reduser spørreprosesser i bakgrunnen med så mange sekunder for å redusere belastningen på systemet. Hvis 0, bruk leveringsintervall."; -$a->strings["Maximum Load Average"] = "Maksimal snittlast"; -$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Maksimal systemlast før leverings- og spørreprosesser utsettes - standard er 50."; -$a->strings["Use MySQL full text engine"] = "Bruk MySQL fulltekstmotor"; -$a->strings["Activates the full text engine. Speeds up search - but can only search for four and more characters."] = "Aktiverer fulltekstmotoren. Øker hastigheten til søk, men kan bare søke etter minimum fire eller flere tegn."; -$a->strings["Path to item cache"] = "Sti til mellomlager for elementer"; -$a->strings["Cache duration in seconds"] = "Mellomlagringens varighet i sekunder"; -$a->strings["How long should the cache files be hold? Default value is 86400 seconds (One day)."] = "Hvor lenge skal filene i mellomlagret beholdes? Standardveri er 86400 sekunder (Et døgn)."; -$a->strings["Path for lock file"] = "Sti til fillås"; -$a->strings["Temp path"] = "Temp-sti"; -$a->strings["Base path to installation"] = "Sti til installasjonsbasen"; -$a->strings["Update has been marked successful"] = "Oppdatering har blitt markert som vellykket"; -$a->strings["Executing %s failed. Check system logs."] = "Utføring av %s mislyktes. Sjekk systemlogger."; -$a->strings["Update %s was successfully applied."] = "Oppdatering %s ble iverksatt på en vellykket måte."; -$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "Oppdatering %s returnerte ikke en status. Ukjent om oppdateringen er vellykket."; -$a->strings["Update function %s could not be found."] = "Oppdateringsfunksjon %s ble ikke funnet."; -$a->strings["No failed updates."] = "Ingen mislykkede oppdateringer."; -$a->strings["Failed Updates"] = "Mislykkede oppdateringer"; -$a->strings["This does not include updates prior to 1139, which did not return a status."] = "Dette inkluderer ikke oppdateringer som kom før 1139, som ikke returnerer en status."; -$a->strings["Mark success (if update was manually applied)"] = "Marker vellykket (hvis oppdatering ble iverksatt manuelt)"; -$a->strings["Attempt to execute this update step automatically"] = "Forsøk å utføre dette oppdateringspunktet automatisk"; -$a->strings["%s user blocked/unblocked"] = array( - 0 => "%s bruker blokkert/ikke blokkert", - 1 => "%s brukere blokkert/ikke blokkert", -); -$a->strings["%s user deleted"] = array( - 0 => "%s bruker slettet", - 1 => "%s brukere slettet", -); -$a->strings["User '%s' deleted"] = "Brukeren '%s' er slettet"; -$a->strings["User '%s' unblocked"] = "Brukeren '%s' er ikke blokkert"; -$a->strings["User '%s' blocked"] = "Brukeren '%s' er blokkert"; -$a->strings["select all"] = "velg alle"; -$a->strings["User registrations waiting for confirm"] = "Brukerregistreringer venter på bekreftelse"; -$a->strings["Request date"] = "Forespørselsdato"; -$a->strings["Name"] = "Navn"; -$a->strings["No registrations."] = "Ingen registreringer."; -$a->strings["Approve"] = "Godkjenn"; -$a->strings["Deny"] = "Nekt"; -$a->strings["Block"] = "Blokker"; -$a->strings["Unblock"] = "Ikke blokker"; -$a->strings["Site admin"] = "Nettstedets administrator"; -$a->strings["Account expired"] = "Konto utgått"; -$a->strings["Register date"] = "Registreringsdato"; -$a->strings["Last login"] = "Siste innlogging"; -$a->strings["Last item"] = "Siste element"; -$a->strings["Account"] = "Konto"; -$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Valgte brukere vil bli slettet!\\n\\nAlt disse brukerne har lagt inn på dette nettstedet vil bli slettet for alltid!\\n\\nEr du sikker på at du vil slette disse brukerne?"; -$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?"] = "Brukeren {0} vil bli slettet!\\n\\nAlt denne brukeren har lagt inn på dette nettstedet vil bli slettet for alltid!\\n\\nEr du sikker på at du vil slette denne brukeren?"; -$a->strings["Plugin %s disabled."] = "Tillegget %s er avskrudd."; -$a->strings["Plugin %s enabled."] = "Tillegget %s er aktivert."; -$a->strings["Disable"] = "Skru av"; -$a->strings["Enable"] = "Aktiver"; -$a->strings["Toggle"] = "Veksle"; -$a->strings["Author: "] = "Forfatter:"; -$a->strings["Maintainer: "] = "Vedlikeholder:"; -$a->strings["No themes found."] = "Ingen temaer funnet."; -$a->strings["Screenshot"] = "Skjermbilde"; -$a->strings["[Experimental]"] = "[Eksperimentell]"; -$a->strings["[Unsupported]"] = "[Ikke støttet]"; -$a->strings["Log settings updated."] = "Logginnstillinger er oppdatert."; -$a->strings["Clear"] = "Tøm"; -$a->strings["Enable Debugging"] = "Aktiver feilsøking"; -$a->strings["Log file"] = "Loggfil"; -$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "Web-serveren må ha skriverettigheter. Relativt til toppnivåkatalogen til din Friendicas."; -$a->strings["Log level"] = "Loggnivå"; -$a->strings["Update now"] = "Oppdater nå"; -$a->strings["Close"] = "Lukk"; -$a->strings["FTP Host"] = "FTP-tjener"; -$a->strings["FTP Path"] = "FTP-sti"; -$a->strings["FTP User"] = "FTP-bruker"; -$a->strings["FTP Password"] = "FTP-passord"; -$a->strings["Unable to locate original post."] = "Mislyktes med å lokalisere opprinnelig melding."; -$a->strings["Empty post discarded."] = "Tom melding forkastet."; -$a->strings["System error. Post not saved."] = "Systemfeil. Meldingen ble ikke lagret."; -$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Denne meldingen ble sendt til deg av %s, et medlem av det sosiale nettverket Friendica."; -$a->strings["You may visit them online at %s"] = "Du kan besøke dem online på %s"; -$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Vennligst kontakt avsenderen ved å svare på denne meldingen hvis du ikke ønsker å motta disse meldingene."; -$a->strings["%s posted an update."] = "%s postet en oppdatering."; -$a->strings["Friends of %s"] = "Venner av %s"; -$a->strings["No friends to display."] = "Ingen venner å vise."; -$a->strings["Remove term"] = "Fjern uttrykk"; -$a->strings["No results."] = "Fant ikke noe."; -$a->strings["Authorize application connection"] = "Tillat forbindelse til program"; -$a->strings["Return to your app and insert this Securty Code:"] = "Gå tilbake til din app og legg inn denne sikkerhetskoden:"; -$a->strings["Please login to continue."] = "Vennligst logg inn for å fortsette."; -$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Vil du tillate at dette programmet får tilgang til dine innlegg og kontakter, og/eller kan opprette nye innlegg for deg?"; +$a->strings["Access denied."] = "Tilgang avslått."; +$a->strings["This is Friendica, version"] = "Dette er Friendica, versjon"; +$a->strings["running at web location"] = "kjører på web-plassering"; +$a->strings["Please visit Friendica.com to learn more about the Friendica project."] = "Vennligst besøk Friendica.com for å lære mer om Friendica-prosjektet."; +$a->strings["Bug reports and issues: please visit"] = "Feilrapporter og problemer: vennligst besøk"; +$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Forslag, ros, donasjoner, og så videre - vennligst send e-post til \"Info\" alfakrøll Friendica punktum com"; +$a->strings["Installed plugins/addons/apps:"] = "Installerte plugins/tillegg/apper:"; +$a->strings["No installed plugins/addons/apps"] = "Ingen installerte plugins/tillegg/apper"; +$a->strings["%1\$s welcomes %2\$s"] = "%1\$s hilser %2\$s"; $a->strings["Registration details for %s"] = "Registeringsdetaljer for %s"; $a->strings["Registration successful. Please check your email for further instructions."] = "Vellykket registrering. Vennligst sjekk e-posten din for videre instruksjoner."; $a->strings["Failed to send email message. Here is the message that failed."] = "Mislyktes med å sende e-postmelding. Her er meldingen som mislyktes."; @@ -841,277 +197,19 @@ $a->strings["You may (optionally) fill in this form via OpenID by supplying your $a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "Hvis du ikke er kjent med OpenID, vennligst la feltet stå tomt, og fyll ut de andre feltene."; $a->strings["Your OpenID (optional): "] = "Din OpenID (valgfritt):"; $a->strings["Include your profile in member directory?"] = "Legg til profilen din i medlemskatalogen?"; +$a->strings["Yes"] = "Ja"; +$a->strings["No"] = "Nei"; $a->strings["Membership on this site is by invitation only."] = "Medlemskap ved dette nettstedet skjer bare på invitasjon."; $a->strings["Your invitation ID: "] = "Din invitasjons-ID:"; +$a->strings["Registration"] = "Registrering"; $a->strings["Your Full Name (e.g. Joe Smith): "] = "Ditt fulle navn (f.eks. Ola Nordmann):"; $a->strings["Your Email Address: "] = "Din e-postadresse:"; $a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be 'nickname@\$sitename'."] = "Velg et kallenavn til profilen. Dette må begynne med en bokstav. Din profiladresse på dette stedet vil bli \"kallenavn@\$sitename\"."; $a->strings["Choose a nickname: "] = "Velg et kallenavn:"; -$a->strings["Account approved."] = "Konto godkjent."; -$a->strings["Registration revoked for %s"] = "Registreringen til %s er trukket tilbake"; -$a->strings["Please login."] = "Vennligst logg inn."; -$a->strings["Item not available."] = "Elementet er ikke tilgjengelig."; -$a->strings["Item was not found."] = "Elementet ble ikke funnet."; -$a->strings["Remove My Account"] = "Slett min konto"; -$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Dette vil slette din konto fullstendig. Når dette er gjort kan den ikke gjenopprettes."; -$a->strings["Please enter your password for verification:"] = "Vennligst skriv inn ditt passord for å bekrefte:"; -$a->strings["Source (bbcode) text:"] = "BBcode kildetekst:"; -$a->strings["Source (Diaspora) text to convert to BBcode:"] = "Diaspora kildetekst å konvertere til BBcode:"; -$a->strings["Source input: "] = "Kilde-input:"; -$a->strings["bb2html (raw HTML): "] = "bb2html (rå HTML):"; -$a->strings["bb2html: "] = "bb2html:"; -$a->strings["bb2html2bb: "] = "bb2html2bb:"; -$a->strings["bb2md: "] = "bb2md:"; -$a->strings["bb2md2html: "] = "bb2md2html:"; -$a->strings["bb2dia2bb: "] = "bb2dia2bb:"; -$a->strings["bb2md2html2bb: "] = "bb2md2html2bb:"; -$a->strings["Source input (Diaspora format): "] = "Diaspora-formatert kilde-input:"; -$a->strings["diaspora2bb: "] = "diaspora2bb:"; -$a->strings["Common Friends"] = "Felles venner"; -$a->strings["No contacts in common."] = "Ingen kontakter felles."; -$a->strings["You must be logged in to use addons. "] = "Du må være innlogget for å bruke tillegg."; -$a->strings["Applications"] = "Programmer"; -$a->strings["No installed applications."] = "Ingen installerte programmer."; -$a->strings["Could not access contact record."] = "Fikk ikke tilgang til kontaktposten."; -$a->strings["Could not locate selected profile."] = "Kunne ikke lokalisere valgt profil."; -$a->strings["Contact updated."] = "Kontakt oppdatert."; -$a->strings["Failed to update contact record."] = "Mislyktes med å oppdatere kontaktposten."; -$a->strings["Contact has been blocked"] = "Kontakten er blokkert"; -$a->strings["Contact has been unblocked"] = "Kontakten er ikke blokkert lenger"; -$a->strings["Contact has been ignored"] = "Kontakten er ignorert"; -$a->strings["Contact has been unignored"] = "Kontakten er ikke ignorert lenger"; -$a->strings["Contact has been archived"] = "Kontakt har blitt arkivert"; -$a->strings["Contact has been unarchived"] = "Kontakt har blitt hentet tilbake fra arkivet"; -$a->strings["Do you really want to delete this contact?"] = "Ønsker du virkelig å slette denne kontakten?"; -$a->strings["Contact has been removed."] = "Kontakten er fjernet."; -$a->strings["You are mutual friends with %s"] = "Du er gjensidig venn med %s"; -$a->strings["You are sharing with %s"] = "Du deler med %s"; -$a->strings["%s is sharing with you"] = "%s deler med deg"; -$a->strings["Private communications are not available for this contact."] = "Privat kommunikasjon er ikke tilgjengelig mot denne kontakten."; -$a->strings["(Update was successful)"] = "(Oppdatering vellykket)"; -$a->strings["(Update was not successful)"] = "(Oppdatering mislykket)"; -$a->strings["Suggest friends"] = "Foreslå venner"; -$a->strings["Network type: %s"] = "Nettverkstype: %s"; -$a->strings["View all contacts"] = "Vis alle kontakter"; -$a->strings["Toggle Blocked status"] = "Veksle blokkeringsstatus"; -$a->strings["Unignore"] = "Fjern ignorering"; -$a->strings["Ignore"] = "Ignorer"; -$a->strings["Toggle Ignored status"] = "Veksle ingnorertstatus"; -$a->strings["Unarchive"] = "Hent ut av arkivet"; -$a->strings["Archive"] = "Arkiver"; -$a->strings["Toggle Archive status"] = "Veksle arkivertstatus"; -$a->strings["Repair"] = "Reparer"; -$a->strings["Advanced Contact Settings"] = "Avanserte kontaktinnstillinger"; -$a->strings["Communications lost with this contact!"] = "Kommunikasjon tapt med denne kontakten!"; -$a->strings["Contact Editor"] = "Endre kontakt"; -$a->strings["Profile Visibility"] = "Profilens synlighet"; -$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Vennligst velg profilen du ønsker å vise til %s når denne ser profilen på en sikret måte."; -$a->strings["Contact Information / Notes"] = "Kontaktinformasjon/-notater"; -$a->strings["Edit contact notes"] = "Endre kontaktnotater"; -$a->strings["Block/Unblock contact"] = "Blokker kontakt/fjern blokkering for kontakt"; -$a->strings["Ignore contact"] = "Ignorer kontakt"; -$a->strings["Repair URL settings"] = "Reparer URL-innstillinger"; -$a->strings["View conversations"] = "Vis samtaler"; -$a->strings["Delete contact"] = "Slett kontakt"; -$a->strings["Last update:"] = "Siste oppdatering:"; -$a->strings["Update public posts"] = "Oppdater offentlige innlegg"; -$a->strings["Currently blocked"] = "Blokkert nå"; -$a->strings["Currently ignored"] = "Ignorert nå"; -$a->strings["Currently archived"] = "For øyeblikket arkivert"; -$a->strings["Hide this contact from others"] = "Skjul denne kontakten for andre"; -$a->strings["Replies/likes to your public posts may still be visible"] = "Svar/liker til dine offentlige innlegg kan fortsatt være synlige"; -$a->strings["Suggestions"] = "Forslag"; -$a->strings["Suggest potential friends"] = "Foreslå mulige venner"; -$a->strings["All Contacts"] = "Alle kontakter"; -$a->strings["Show all contacts"] = "Vis alle kontakter"; -$a->strings["Unblocked"] = "Ikke blokkert"; -$a->strings["Only show unblocked contacts"] = "Bare vis ikke blokkerte kontakter"; -$a->strings["Blocked"] = "Blokkert"; -$a->strings["Only show blocked contacts"] = "Bare vis blokkerte kontakter"; -$a->strings["Ignored"] = "Ignorert"; -$a->strings["Only show ignored contacts"] = "Bare vis ignorerte kontakter"; -$a->strings["Archived"] = "Arkivert"; -$a->strings["Only show archived contacts"] = "Bare vis arkiverte kontakter"; -$a->strings["Hidden"] = "Skjult"; -$a->strings["Only show hidden contacts"] = "Bare vis skjulte kontakter"; -$a->strings["Mutual Friendship"] = "Gjensidig vennskap"; -$a->strings["is a fan of yours"] = "er en tilhenger av deg"; -$a->strings["you are a fan of"] = "du er en tilhenger av"; -$a->strings["Search your contacts"] = "Søk i dine kontakter"; -$a->strings["Finding: "] = "Fant:"; -$a->strings["everybody"] = "alle"; -$a->strings["Additional features"] = "Tilleggsfunksjoner"; -$a->strings["Display settings"] = "Visningsinnstillinger"; -$a->strings["Connector settings"] = "Koblingsinnstillinger"; -$a->strings["Plugin settings"] = "Tilleggsinnstillinger"; -$a->strings["Connected apps"] = "Tilkoblede programmer"; -$a->strings["Export personal data"] = "Eksporter personlige data"; -$a->strings["Remove account"] = "Fjern konto"; -$a->strings["Missing some important data!"] = "Mangler noen viktige data!"; -$a->strings["Update"] = "Oppdater"; -$a->strings["Failed to connect with email account using the settings provided."] = "Mislyktes i å opprette forbindelse med e-postkontoen med de oppgitte innstillingene."; -$a->strings["Email settings updated."] = "E-postinnstillinger er oppdatert."; -$a->strings["Features updated"] = "Funksjoner oppdatert"; -$a->strings["Passwords do not match. Password unchanged."] = "Passordene er ikke like. Passord uendret."; -$a->strings["Empty passwords are not allowed. Password unchanged."] = "Tomme passord er ikke lov. Passord uendret."; -$a->strings["Wrong password."] = "Feil passord."; -$a->strings["Password changed."] = "Passord endret."; -$a->strings["Password update failed. Please try again."] = "Passordoppdatering mislyktes. Vennligst prøv igjen."; -$a->strings[" Please use a shorter name."] = "Vennligst bruk et kortere navn."; -$a->strings[" Name too short."] = "Navnet er for kort."; -$a->strings["Wrong Password"] = "Feil passord"; -$a->strings[" Not valid email."] = "Ugyldig e-postadresse."; -$a->strings[" Cannot change to that email."] = "Kan ikke endre til den e-postadressen."; -$a->strings["Private forum has no privacy permissions. Using default privacy group."] = "Privat forum har ingen personverntillatelser. Bruker standard personverngruppe."; -$a->strings["Private forum has no privacy permissions and no default privacy group."] = "Privat forum har ingen personverntillatelser og ingen standard personverngruppe."; -$a->strings["Settings updated."] = "Innstillinger oppdatert."; -$a->strings["Add application"] = "Legg til program"; -$a->strings["Consumer Key"] = "Consumer Key"; -$a->strings["Consumer Secret"] = "Consumer Secret"; -$a->strings["Redirect"] = "Omdiriger"; -$a->strings["Icon url"] = "Ikon URL"; -$a->strings["You can't edit this application."] = "Du kan ikke redigere dette programmet."; -$a->strings["Connected Apps"] = "Tilkoblede programmer"; -$a->strings["Edit"] = "Endre"; -$a->strings["Client key starts with"] = "Klientnøkkelen starter med"; -$a->strings["No name"] = "Ingen navn"; -$a->strings["Remove authorization"] = "Fjern tillatelse"; -$a->strings["No Plugin settings configured"] = "Ingen tilleggsinnstillinger konfigurert"; -$a->strings["Plugin Settings"] = "Tilleggsinnstillinger"; -$a->strings["Off"] = "Av"; -$a->strings["On"] = "På"; -$a->strings["Additional Features"] = "Tilleggsfunksjoner"; -$a->strings["Built-in support for %s connectivity is %s"] = "Innebygget støtte for %s forbindelse er %s"; -$a->strings["enabled"] = "aktivert"; -$a->strings["disabled"] = "avskrudd"; -$a->strings["StatusNet"] = "StatusNet"; -$a->strings["Email access is disabled on this site."] = "E-posttilgang er avskrudd på dette stedet."; -$a->strings["Connector Settings"] = "Koblingsinnstillinger"; -$a->strings["Email/Mailbox Setup"] = "E-post-/postboksinnstillinger"; -$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "Hvis du ønsker å kommunisere med e-postkontakter via denne tjenesten (frivillig), vennligst oppgi hvordan din postboks kontaktes."; -$a->strings["Last successful email check:"] = "Siste vellykkede e-postsjekk:"; -$a->strings["IMAP server name:"] = "IMAP-tjeners navn:"; -$a->strings["IMAP port:"] = "IMAP port:"; -$a->strings["Security:"] = "Sikkerhet:"; -$a->strings["None"] = "Ingen"; -$a->strings["Email login name:"] = "E-post brukernavn:"; -$a->strings["Email password:"] = "E-post passord:"; -$a->strings["Reply-to address:"] = "Svar-til-adresse:"; -$a->strings["Send public posts to all email contacts:"] = "Send offentlige meldinger til alle e-postkontakter:"; -$a->strings["Action after import:"] = "Handling etter import:"; -$a->strings["Mark as seen"] = "Marker som sett"; -$a->strings["Move to folder"] = "Flytt til mappe"; -$a->strings["Move to folder:"] = "Flytt til mappe:"; -$a->strings["Display Settings"] = "Visningsinnstillinger"; -$a->strings["Display Theme:"] = "Vis tema:"; -$a->strings["Mobile Theme:"] = "Mobilt tema:"; -$a->strings["Update browser every xx seconds"] = "Oppdater nettleser hvert xx sekund"; -$a->strings["Minimum of 10 seconds, no maximum"] = "Minimum 10 sekunder, ikke noe maksimum"; -$a->strings["Number of items to display per page:"] = "Antall elementer som vises per side:"; -$a->strings["Maximum of 100 items"] = "Maksimum 100 elementer"; -$a->strings["Number of items to display per page when viewed from mobile device:"] = "Antall elementer å vise per side ved visning på mobil enhet:"; -$a->strings["Don't show emoticons"] = "Ikke vis uttrykksikoner"; -$a->strings["Normal Account Page"] = "Vanlig konto-side"; -$a->strings["This account is a normal personal profile"] = "Denne kontoen er en vanlig personlig profil"; -$a->strings["Soapbox Page"] = "Talerstol-side"; -$a->strings["Automatically approve all connection/friend requests as read-only fans"] = "Automatisk godkjenning av alle forespørsler om forbindelse/venner som fans med kun leserettigheter"; -$a->strings["Community Forum/Celebrity Account"] = "Fellesskapsforum/Kjendis-side"; -$a->strings["Automatically approve all connection/friend requests as read-write fans"] = "Automatisk godkjenning av alle forespørsler om forbindelse/venner som fans med lese- og skriverettigheter"; -$a->strings["Automatic Friend Page"] = "Automatisk venn-side"; -$a->strings["Automatically approve all connection/friend requests as friends"] = "Automatisk godkjenning av alle forespørsler om forbindelse/venner som venner"; -$a->strings["Private Forum [Experimental]"] = "Privat forum [Eksperimentell]"; -$a->strings["Private forum - approved members only"] = "Privat forum - kun godkjente medlemmer"; -$a->strings["OpenID:"] = "OpenID:"; -$a->strings["(Optional) Allow this OpenID to login to this account."] = "(Valgfritt) Tillat denne OpenID-en å logge inn i denne kontoen."; -$a->strings["Publish your default profile in your local site directory?"] = "Skal standardprofilen din publiseres i katalogen til nettstedet ditt?"; -$a->strings["Publish your default profile in the global social directory?"] = "Skal standardprofilen din publiseres i den globale sosiale katalogen?"; -$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Skjul kontakt-/venne-listen din for besøkende til standardprofilen din?"; -$a->strings["Hide your profile details from unknown viewers?"] = "Skjul dine profildetaljer fra ukjente besøkende?"; -$a->strings["Allow friends to post to your profile page?"] = "Tillat venner å poste innlegg på din profilside?"; -$a->strings["Allow friends to tag your posts?"] = "Tillat venner å merke dine innlegg?"; -$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Tillat oss å foreslå deg som en mulig venn til nye medlemmer?"; -$a->strings["Permit unknown people to send you private mail?"] = "Tillat ukjente personer å sende deg privat post?"; -$a->strings["Profile is not published."] = "Profilen er ikke publisert."; -$a->strings["or"] = "eller"; -$a->strings["Your Identity Address is"] = "Din identitetsadresse er"; -$a->strings["Automatically expire posts after this many days:"] = "Innlegg utgår automatisk etter så mange dager:"; -$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Tomme innlegg utgår ikke. Utgåtte innlegg slettes."; -$a->strings["Advanced expiration settings"] = "Avanserte innstillinger for å utgå"; -$a->strings["Advanced Expiration"] = "Avansert utgå"; -$a->strings["Expire posts:"] = "Innlegg utgår:"; -$a->strings["Expire personal notes:"] = "Personlige notater utgår:"; -$a->strings["Expire starred posts:"] = "Innlegg med stjerne utgår:"; -$a->strings["Expire photos:"] = "Bilder utgår:"; -$a->strings["Only expire posts by others:"] = "Kun innlegg fra andre utgår:"; -$a->strings["Account Settings"] = "Kontoinnstillinger"; -$a->strings["Password Settings"] = "Passordinnstillinger"; -$a->strings["New Password:"] = "Nytt passord:"; -$a->strings["Confirm:"] = "Bekreft:"; -$a->strings["Leave password fields blank unless changing"] = "La passordfeltene stå tomme hvis du ikke skal bytte"; -$a->strings["Current Password:"] = "Gjeldende passord:"; -$a->strings["Your current password to confirm the changes"] = "Ditt gjeldende passord for å bekrefte endringene"; -$a->strings["Password:"] = "Passord:"; -$a->strings["Basic Settings"] = "Grunninnstillinger"; -$a->strings["Email Address:"] = "E-postadresse:"; -$a->strings["Your Timezone:"] = "Din tidssone:"; -$a->strings["Default Post Location:"] = "Standard oppholdssted når du poster:"; -$a->strings["Use Browser Location:"] = "Bruk nettleserens oppholdssted:"; -$a->strings["Security and Privacy Settings"] = "Sikkerhet og privatlivsinnstillinger"; -$a->strings["Maximum Friend Requests/Day:"] = "Maksimum venneforespørsler/dag:"; -$a->strings["(to prevent spam abuse)"] = "(for å forhindre søppelpost)"; -$a->strings["Default Post Permissions"] = "Standardtillatelser ved posting"; -$a->strings["(click to open/close)"] = "(klikk for å åpne/lukke)"; -$a->strings["Show to Groups"] = "Vis til grupper"; -$a->strings["Show to Contacts"] = "Vis til kontakter"; -$a->strings["Default Private Post"] = "Standard privat innlegg"; -$a->strings["Default Public Post"] = "Standard offentlig innlegg"; -$a->strings["Default Permissions for New Posts"] = "Standard tillatelser for nye innlegg"; -$a->strings["Maximum private messages per day from unknown people:"] = "Maksimalt antall private meldinger per dag fra ukjente personer:"; -$a->strings["Notification Settings"] = "Beskjedinnstillinger"; -$a->strings["By default post a status message when:"] = "Standard å legge inn en statusmelding når:"; -$a->strings["accepting a friend request"] = "aksepterer en venneforespørsel"; -$a->strings["joining a forum/community"] = "blir med i et forum/fellesskap"; -$a->strings["making an interesting profile change"] = "gjør en interessant profilendring"; -$a->strings["Send a notification email when:"] = "Send en e-post med beskjed når:"; -$a->strings["You receive an introduction"] = "Du mottar en introduksjon"; -$a->strings["Your introductions are confirmed"] = "Dine introduksjoner er bekreftet"; -$a->strings["Someone writes on your profile wall"] = "Noen skriver på veggen til profilen din"; -$a->strings["Someone writes a followup comment"] = "Noen skriver en oppfølgingskommentar"; -$a->strings["You receive a private message"] = "Du mottar en privat melding"; -$a->strings["You receive a friend suggestion"] = "Du mottar et venneforslag"; -$a->strings["You are tagged in a post"] = "Du er merket i et innlegg"; -$a->strings["You are poked/prodded/etc. in a post"] = "Du er dyttet/dultet/etc i et innlegg"; -$a->strings["Advanced Account/Page Type Settings"] = "Avanserte konto-/sidetype-innstillinger"; -$a->strings["Change the behaviour of this account for special situations"] = "Endre oppførselen til denne kontoen i spesielle situasjoner"; -$a->strings["link"] = "lenke"; -$a->strings["Contact settings applied."] = "Kontaktinnstillinger i bruk."; -$a->strings["Contact update failed."] = "Kontaktoppdatering mislyktes."; +$a->strings["Import"] = "Importer"; +$a->strings["Import your profile to this friendica instance"] = "Importer din profil til denne Friendica-instansen."; +$a->strings["Profile not found."] = "Fant ikke profilen."; $a->strings["Contact not found."] = "Kontakt ikke funnet."; -$a->strings["Repair Contact Settings"] = "Reparer kontaktinnstillinger"; -$a->strings["WARNING: This is highly advanced and if you enter incorrect information your communications with this contact may stop working."] = "ADVARSEL: Dette er meget avansert og hvis du skriver feil informasjon her, så kan kommunikasjonen med denne kontakten slutte å virke."; -$a->strings["Please use your browser 'Back' button now if you are uncertain what to do on this page."] = "Vennligst bruk Tilbake-knappen i nettleseren din hvis du er usikker på hva du bør gjøre på denne siden."; -$a->strings["Return to contact editor"] = "Gå tilbake til å endre kontakt"; -$a->strings["Account Nickname"] = "Konto Kallenavn"; -$a->strings["@Tagname - overrides Name/Nickname"] = "@Merkelappnavn - overstyrer Navn/Kallenavn"; -$a->strings["Account URL"] = "Konto URL"; -$a->strings["Friend Request URL"] = "Venneforespørsel URL"; -$a->strings["Friend Confirm URL"] = "Vennebekreftelse URL"; -$a->strings["Notification Endpoint URL"] = "Endepunkt URL for beskjed"; -$a->strings["Poll/Feed URL"] = "Poll/Feed URL"; -$a->strings["New photo from this URL"] = "Nytt bilde fra denne URL-en"; -$a->strings["No potential page delegates located."] = "Fant ingen potensielle sidedelegater."; -$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."] = "Delegater kan behandle alle sider ved denne kontoen/siden, bortsett fra grunnleggende kontoinnstillinger. Vennligst ikke deleger din personlige konto til noen som du ikke stoler fullt og fast på."; -$a->strings["Existing Page Managers"] = "Eksisterende sidebehandlere"; -$a->strings["Existing Page Delegates"] = "Eksisterende sidedelegater"; -$a->strings["Potential Delegates"] = "Mulige delegater"; -$a->strings["Remove"] = "Slett"; -$a->strings["Add"] = "Legg til"; -$a->strings["No entries."] = "Ingen oppføringer"; -$a->strings["Poke/Prod"] = "Dytt/dult"; -$a->strings["poke, prod or do other things to somebody"] = "dytt, dult eller gjør andre ting med noen"; -$a->strings["Recipient"] = "Mottaker"; -$a->strings["Choose what you wish to do to recipient"] = "Velg hva du ønsker å gjøre med mottakeren"; -$a->strings["Make this post private"] = "Gjør dette innlegget privat"; $a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "Denne kan skje innimellom hvis kontakt ble forespurt av begge personer og den allerede er godkjent."; $a->strings["Response from remote site was not understood."] = "Forstod ikke svaret fra det andre stedet."; $a->strings["Unexpected response from remote site: "] = "Uventet svar fra det andre stedet:"; @@ -1120,6 +218,7 @@ $a->strings["Remote site reported: "] = "Det andre stedet rapporterte:"; $a->strings["Temporary failure. Please wait and try again."] = "Midlertidig feil. Vennligst vent og prøv igjen."; $a->strings["Introduction failed or was revoked."] = "Introduksjon mislyktes eller ble trukket tilbake."; $a->strings["Unable to set contact photo."] = "Fikk ikke satt kontaktbilde."; +$a->strings["%1\$s is now friends with %2\$s"] = "%1\$s er nå venner med %2\$s"; $a->strings["No user record found for '%s' "] = "Ingen brukerregistrering funnet for '%s'"; $a->strings["Our site encryption key is apparently messed up."] = "Krypteringsnøkkelen til nettstedet vårt ser ut til å være ødelagt."; $a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "En tom nettsteds-URL ble oppgitt eller URL-en kunne ikke dekrypteres av oss."; @@ -1130,177 +229,14 @@ $a->strings["Unable to set your contact credentials on our system."] = "Får ikk $a->strings["Unable to update your contact profile details on our system"] = "Får ikke oppdatert kontaktdetaljene dine på vårt system."; $a->strings["Connection accepted at %s"] = "Tilkobling godtatt på %s"; $a->strings["%1\$s has joined %2\$s"] = "%1\$s har blitt med %2\$s"; -$a->strings["%1\$s welcomes %2\$s"] = "%1\$s hilser %2\$s"; -$a->strings["This introduction has already been accepted."] = "Denne introduksjonen har allerede blitt akseptert."; -$a->strings["Profile location is not valid or does not contain profile information."] = "Profilstedet er ikke gyldig og inneholder ikke profilinformasjon."; -$a->strings["Warning: profile location has no identifiable owner name."] = "Advarsel: profilstedet har ikke identifiserbart eiernavn."; -$a->strings["Warning: profile location has no profile photo."] = "Advarsel: profilstedet har ikke noe profilbilde."; -$a->strings["%d required parameter was not found at the given location"] = array( - 0 => "one: %d nødvendig parameter ble ikke funnet på angitt sted", - 1 => "other: %d nødvendige parametre ble ikke funnet på angitt sted", -); -$a->strings["Introduction complete."] = "Introduksjon ferdig."; -$a->strings["Unrecoverable protocol error."] = "Uopprettelig protokollfeil."; -$a->strings["Profile unavailable."] = "Profil utilgjengelig."; -$a->strings["%s has received too many connection requests today."] = "%s har mottatt for mange kontaktforespørsler idag."; -$a->strings["Spam protection measures have been invoked."] = "Tiltak mot søppelpost har blitt iverksatt."; -$a->strings["Friends are advised to please try again in 24 hours."] = "Venner anbefales å prøve igjen om 24 timer."; -$a->strings["Invalid locator"] = "Ugyldig stedsangivelse"; -$a->strings["Invalid email address."] = "Ugyldig e-postadresse."; -$a->strings["This account has not been configured for email. Request failed."] = "Denne kontoen er ikke konfigurert for e-post. Forespørsel mislyktes."; -$a->strings["Unable to resolve your name at the provided location."] = "Ikke i stand til å avgjøre navnet ditt hos det oppgitte stedet."; -$a->strings["You have already introduced yourself here."] = "Du har allerede introdusert deg selv her."; -$a->strings["Apparently you are already friends with %s."] = "Du er visst allerede venn med %s."; -$a->strings["Invalid profile URL."] = "Ugyldig profil-URL."; -$a->strings["Your introduction has been sent."] = "Din introduksjon er sendt."; -$a->strings["Please login to confirm introduction."] = "Vennligst logg inn for å bekrefte introduksjonen."; -$a->strings["Incorrect identity currently logged in. Please login to this profile."] = "Feil identitet er logget inn for øyeblikket. Vennligst logg inn i denne profilen."; -$a->strings["Hide this contact"] = "Skjul denne kontakten"; -$a->strings["Welcome home %s."] = "Velkommen hjem %s."; -$a->strings["Please confirm your introduction/connection request to %s."] = "Vennligst bekreft din introduksjons-/forbindelses- forespørsel til %s."; -$a->strings["Confirm"] = "Bekreft"; -$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Vennligst skriv inn din identitetsadresse fra en av følgende støttede sosiale nettverk:"; -$a->strings["Connect as an email follower (Coming soon)"] = "Koble til som en e-postfølgesvenn (Kommer snart)"; -$a->strings["If you are not yet a member of the free social web, follow this link to find a public Friendica site and join us today."] = "Hvis du ennå ikke er en del av den frie sosiale webben, følg denne lenken for å finne et offentlig Friendica-nettsted og bli med oss idag."; -$a->strings["Friend/Connection Request"] = "Venne-/Koblings-forespørsel"; -$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"] = "Eksempler: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"; -$a->strings["Please answer the following:"] = "Vennligst svar på følgende:"; -$a->strings["Does %s know you?"] = "Kjenner %s deg?"; -$a->strings["Add a personal note:"] = "Legg til en personlig melding:"; -$a->strings["StatusNet/Federated Social Web"] = "StatusNet/Federeated Social Web"; -$a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = "- vennligst ikke bruk dette skjemaet. I stedet skriver du %s inn søkelinjen i Diaspora."; -$a->strings["Your Identity Address:"] = "Din identitetsadresse:"; -$a->strings["Submit Request"] = "Send forespørsel"; -$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s følger %2\$s sin %3\$s"; -$a->strings["Global Directory"] = "Global katalog"; -$a->strings["Find on this site"] = "Finn på dette nettstedet"; -$a->strings["Site Directory"] = "Stedets katalog"; -$a->strings["Gender: "] = "Kjønn:"; -$a->strings["No entries (some entries may be hidden)."] = "Ingen oppføringer (noen oppføringer kan være skjulte)."; -$a->strings["Do you really want to delete this suggestion?"] = "Vil du virkelig slette dette forslaget?"; -$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Ingen forslag tilgjengelig. Hvis dette er et nytt nettsted, vennligst prøv igjen om 24 timer."; -$a->strings["Ignore/Hide"] = "Ignorér/Skjul"; -$a->strings["People Search"] = "Personsøk"; -$a->strings["No matches"] = "Ingen treff"; -$a->strings["No videos selected"] = "Ingen videoer er valgt"; -$a->strings["Access to this item is restricted."] = "Tilgang til dette elementet er begrenset."; -$a->strings["View Album"] = "Vis album"; -$a->strings["Recent Videos"] = "Nye videoer"; -$a->strings["Upload New Videos"] = "Last opp nye videoer"; -$a->strings["Tag removed"] = "Fjernet tag"; -$a->strings["Remove Item Tag"] = "Fjern tag"; -$a->strings["Select a tag to remove: "] = "Velg en tag å fjerne:"; -$a->strings["Item not found"] = "Fant ikke elementet"; -$a->strings["Edit post"] = "Endre innlegg"; -$a->strings["Event title and start time are required."] = "Hendelsens tittel og starttidspunkt er påkrevet."; -$a->strings["l, F j"] = "l, F j"; -$a->strings["Edit event"] = "Rediger hendelse"; -$a->strings["Create New Event"] = "Lag ny hendelse"; -$a->strings["Previous"] = "Forrige"; -$a->strings["Next"] = "Neste"; -$a->strings["hour:minute"] = "time:minutt"; -$a->strings["Event details"] = "Hendelsesdetaljer"; -$a->strings["Format is %s %s. Starting date and Title are required."] = "Formatet er %s %s. Startdato og tittel er påkrevet."; -$a->strings["Event Starts:"] = "Hendelsen starter:"; -$a->strings["Required"] = "Påkrevet"; -$a->strings["Finish date/time is not known or not relevant"] = "Avslutningsdato/-tid er ukjent eller ikke relevant"; -$a->strings["Event Finishes:"] = "Hendelsen slutter:"; -$a->strings["Adjust for viewer timezone"] = "Tilpass til iakttakerens tidssone"; -$a->strings["Description:"] = "Beskrivelse:"; -$a->strings["Title:"] = "Tittel:"; -$a->strings["Share this event"] = "Del denne hendelsen"; -$a->strings["Files"] = "Filer"; -$a->strings["Export account"] = "Eksporter konto"; -$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "Eksporter din kontos informasjon og kontakter. Bruk denne til å ta en sikkerhetskopi av kontoen din og/eller for å flytte til en annen tjener."; -$a->strings["Export all"] = "Eksporter alt"; -$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "Eksporter din kontoinformasjon, kontakter og alle dine elementer som JSON. Det kan bli en svært stor fil, og kan ta lang tid. Bruk denne til å gjøre en full sikkerhetskopi av kontoen din (bilder blir ikke eksportert)"; -$a->strings["- select -"] = "- velg -"; -$a->strings["Import"] = "Importer"; -$a->strings["Move account"] = "Flytt konto"; -$a->strings["You can import an account from another Friendica server."] = "Du kan importere en konto fra en annen Friendica-tjener."; -$a->strings["You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."] = "Du må eksportere din konto fra den gamle tjeneren og laste den opp hit. Vi vil gjenskape din gamle konto her med alle dine kontakter. Vi vil også forsøke å informere dine venner at du har flyttet hit."; -$a->strings["This feature is experimental. We can't import contacts from the OStatus network (statusnet/identi.ca) or from Diaspora"] = "Denne egenskapen er eksperimentell. Vi kan ikke importere kontakter fra OStatus-nettverk (statusnet/identi.ca) eller fra Diaspora"; -$a->strings["Account file"] = "Kontofil"; -$a->strings["To export your accont, go to \"Settings->Export your porsonal data\" and select \"Export account\""] = "For å eksportere din konto, gå til \"Innstillnger -> Eksporter dine personlige data\" og velg \"Eksporter konto\""; -$a->strings["[Embedded content - reload page to view]"] = "[Innebygget innhold - hent siden på nytt for å se det]"; -$a->strings["Contact added"] = "Kontakt lagt til "; -$a->strings["This is Friendica, version"] = "Dette er Friendica, versjon"; -$a->strings["running at web location"] = "kjører på web-plassering"; -$a->strings["Please visit Friendica.com to learn more about the Friendica project."] = "Vennligst besøk Friendica.com for å lære mer om Friendica-prosjektet."; -$a->strings["Bug reports and issues: please visit"] = "Feilrapporter og problemer: vennligst besøk"; -$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Forslag, ros, donasjoner, og så videre - vennligst send e-post til \"Info\" alfakrøll Friendica punktum com"; -$a->strings["Installed plugins/addons/apps:"] = "Installerte plugins/tillegg/apper:"; -$a->strings["No installed plugins/addons/apps"] = "Ingen installerte plugins/tillegg/apper"; -$a->strings["Friend suggestion sent."] = "Venneforslag sendt."; -$a->strings["Suggest Friends"] = "Foreslå venner"; -$a->strings["Suggest a friend for %s"] = "Foreslå en venn for %s"; -$a->strings["Group created."] = "Gruppen er laget."; -$a->strings["Could not create group."] = "Kunne ikke lage gruppen."; -$a->strings["Group not found."] = "Fant ikke gruppen."; -$a->strings["Group name changed."] = "Gruppenavnet er endret"; -$a->strings["Create a group of contacts/friends."] = "Lag en gruppe med kontakter/venner."; -$a->strings["Group Name: "] = "Gruppenavn:"; -$a->strings["Group removed."] = "Gruppe fjernet."; -$a->strings["Unable to remove group."] = "Mislyktes med å fjerne gruppe."; -$a->strings["Group Editor"] = "Gruppebehandler"; -$a->strings["Members"] = "Medlemmer"; -$a->strings["No profile"] = "Ingen profil"; -$a->strings["Help:"] = "Hjelp:"; -$a->strings["Not Found"] = "Ikke funnet"; -$a->strings["Page not found."] = "Fant ikke siden."; -$a->strings["No contacts."] = "Ingen kontakter."; -$a->strings["Welcome to %s"] = "Velkommen til %s"; -$a->strings["Access denied."] = "Tilgang avslått."; -$a->strings["File exceeds size limit of %d"] = "Filstørrelsen er større enn begrensning på %d"; -$a->strings["File upload failed."] = "Opplasting av filen mislyktes."; -$a->strings["Image exceeds size limit of %d"] = "Bildets størrelse overstiger størrelsesbegrensningen på %d"; -$a->strings["Unable to process image."] = "Ikke i stand til å behandle bildet."; -$a->strings["Image upload failed."] = "Mislyktes med å laste opp bilde."; -$a->strings["Total invitation limit exceeded."] = "Grensen for totalt antall invitasjoner er overskredet."; -$a->strings["%s : Not a valid email address."] = "%s: Ugyldig e-postadresse."; -$a->strings["Please join us on Friendica"] = "Vær med oss på Friendica"; -$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Invitasjonsgrense overskredet. Vennligst kontakt administrator på ditt nettsted."; -$a->strings["%s : Message delivery failed."] = "%s: Mislyktes med å levere meldingen."; -$a->strings["%d message sent."] = array( - 0 => "one: %d melding sendt.", - 1 => "other: %d meldinger sendt.", -); -$a->strings["You have no more invitations available"] = "Du har ingen flere tilgjengelige invitasjoner"; -$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = "Besøk %s for en liste med offentlige nettsteder du kan bli med i. Friendica-medlemmer ved andre nettsteder kan alle opprette forbindelse til hverandre, og i tillegg til medlemmer av mange andre sosiale nettverk."; -$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "For å akseptere denne invitasjonen, vær så snill å besøk og registrer deg hos %s eller et hvilket som helst annet offentlig Friendica-nettsted."; -$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "Friendica-nettsteder er alle forbundet med hverandre for å lage et personvern-forbedret sosialt nettverk som eies og kontrolleres av medlemmene selv. De kan også forbindes med mange tradisjonelle sosiale nettverk. Se %s for en liste over alternative Friendica-nettsteder du kan bli med i."; -$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Vi beklager. Dette systemet er for øyeblikket ikke konfigurert for forbindelser med andre offentlige nettsteder eller å invitere medlemmer."; -$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["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "Du er herved hjertelig invitert til å bli med meg og andre nære venner på Friendica - hjelp oss å skape en bedre sosial web."; -$a->strings["You will need to supply this invitation code: \$invite_code"] = "Du må oppgi denne invitasjonskoden: \$invite_code"; -$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Når du har registrert, vennligst kontakt meg via min profilside på:"; -$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendica.com"] = "For mer informasjon om Friendica-prosjektet og hvorfor vi mener det er viktig, vennligst besøk http://friendica.com"; -$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Antall daglige veggmeldinger for %s er overskredet. Melding mislyktes."; -$a->strings["No recipient selected."] = "Ingen mottaker valgt."; -$a->strings["Unable to check your home location."] = "Ikke i stand til avgjøre plasseringen til ditt hjemsted."; -$a->strings["Message could not be sent."] = "Meldingen kunne ikke sendes."; -$a->strings["Message collection failure."] = "Meldingsinnsamling mislyktes."; -$a->strings["Message sent."] = "Melding sendt."; -$a->strings["No recipient."] = "Ingen mottaker."; -$a->strings["Send Private Message"] = "Send privat melding"; -$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "Hvis du ønsker å la %s få svare, vennligst sjekk om personverninnstillingene på ditt nettsted tillater private post fra ukjente avsendere."; -$a->strings["To:"] = "Til:"; -$a->strings["Subject:"] = "Emne:"; -$a->strings["Time Conversion"] = "Tidskonvertering"; -$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica har denne tjenesten for å dele hendelser med andre nettverk og venner i ukjente tidssoner."; -$a->strings["UTC time: %s"] = "UTC tid: %s"; -$a->strings["Current timezone: %s"] = "Gjeldende tidssone: %s"; -$a->strings["Converted localtime: %s"] = "Konvertert lokaltid: %s"; -$a->strings["Please select your timezone:"] = "Vennligst velg din tidssone:"; -$a->strings["Remote privacy information not available."] = "Ekstern informasjon om privatlivsinnstillinger er ikke tilgjengelig."; -$a->strings["Visible to:"] = "Synlig for:"; +$a->strings["Authorize application connection"] = "Tillat forbindelse til program"; +$a->strings["Return to your app and insert this Securty Code:"] = "Gå tilbake til din app og legg inn denne sikkerhetskoden:"; +$a->strings["Please login to continue."] = "Vennligst logg inn for å fortsette."; +$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Vil du tillate at dette programmet får tilgang til dine innlegg og kontakter, og/eller kan opprette nye innlegg for deg?"; $a->strings["No valid account found."] = "Fant ingen gyldig konto."; $a->strings["Password reset request issued. Check your email."] = "Forespørsel om å tilbakestille passord er sendt. Sjekk e-posten din."; $a->strings["Password reset requested at %s"] = "Forespørsel om tilbakestilling av passord ved %s"; $a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Forespørselen kunne ikke verifiseres. (Du kan ha sendt den inn tidligere.) Tilbakestilling av passord milslyktes."; -$a->strings["Password Reset"] = "Passord tilbakestilling"; $a->strings["Your password has been reset as requested."] = "Ditt passord er tilbakestilt som forespurt."; $a->strings["Your new password is"] = "Ditt nye passord er"; $a->strings["Save or copy your new password - and then"] = "Lagre eller kopier ditt nye passord, og deretter"; @@ -1311,34 +247,64 @@ $a->strings["Forgot your Password?"] = "Glemte du passordet?"; $a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Skriv inn e-postadressen og send inn for å tilbakestille passordet ditt. Sjekk deretter e-posten din for nærmere forklaring."; $a->strings["Nickname or Email: "] = "Kallenavn eller e-post:"; $a->strings["Reset"] = "Tilbakestill"; -$a->strings["System down for maintenance"] = "Systemet er nede for vedlikehold"; -$a->strings["Manage Identities and/or Pages"] = "Behandle identiteter og/eller sider"; -$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Veksle mellom ulike identiteter eller felleskaps-/gruppesider som deler dine kontodetaljer eller som du har blitt gitt \"behandle\" tillatelser"; -$a->strings["Select an identity to manage: "] = "Velg en identitet å behandle:"; -$a->strings["Profile Match"] = "Profiltreff"; -$a->strings["No keywords to match. Please add keywords to your default profile."] = "Ingen nøkkelord å sammenlikne. Vennligst legg til nøkkelord i din standardprofil."; -$a->strings["is interested in:"] = "er interessert i:"; -$a->strings["Unable to locate contact information."] = "Mislyktes med å finne kontaktinformasjon."; -$a->strings["Do you really want to delete this message?"] = "Ønsker du virkelig å slette denne meldingen?"; -$a->strings["Message deleted."] = "Melding slettet."; -$a->strings["Conversation removed."] = "Samtale slettet."; -$a->strings["No messages."] = "Ingen meldinger."; -$a->strings["Unknown sender - %s"] = "Ukjent avsender - %s"; -$a->strings["You and %s"] = "Du og %s"; -$a->strings["%s and You"] = "%s og du"; -$a->strings["Delete conversation"] = "Slett samtale"; -$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A"; -$a->strings["%d message"] = array( - 0 => "%d melding", - 1 => "%d meldinger", -); -$a->strings["Message not available."] = "Melding utilgjengelig."; -$a->strings["Delete message"] = "Slett melding"; -$a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = "Ingen sikker kommunikasjon tilgjengelig. Du kan kanskje svare fra senderens profilside."; -$a->strings["Send Reply"] = "Send svar"; -$a->strings["Mood"] = "Stemning"; -$a->strings["Set your current mood and tell your friends"] = "Angi din stemning og fortell dine venner"; +$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Antall daglige veggmeldinger for %s er overskredet. Melding mislyktes."; +$a->strings["No recipient selected."] = "Ingen mottaker valgt."; +$a->strings["Unable to check your home location."] = "Ikke i stand til avgjøre plasseringen til ditt hjemsted."; +$a->strings["Message could not be sent."] = "Meldingen kunne ikke sendes."; +$a->strings["Message collection failure."] = "Meldingsinnsamling mislyktes."; +$a->strings["Message sent."] = "Melding sendt."; +$a->strings["No recipient."] = "Ingen mottaker."; +$a->strings["Please enter a link URL:"] = "Vennligst skriv inn en lenke URL:"; +$a->strings["Send Private Message"] = "Send privat melding"; +$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "Hvis du ønsker å la %s få svare, vennligst sjekk om personverninnstillingene på ditt nettsted tillater private post fra ukjente avsendere."; +$a->strings["To:"] = "Til:"; +$a->strings["Subject:"] = "Emne:"; +$a->strings["Your message:"] = "Din melding:"; +$a->strings["Upload photo"] = "Last opp bilde"; +$a->strings["Insert web link"] = "Sett inn web-adresse"; +$a->strings["Welcome to Friendica"] = "Velkommen til Friendica"; +$a->strings["New Member Checklist"] = "Sjekkliste for nye medlemmer"; +$a->strings["We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."] = "Vi vil gjerne gi noe noen tips og lenker for å hjelpe deg til en hyggelig opplevelse. Klikk på et element for å besøke den relevante siden. En lenke til denne siden vil være synlig på din hovedside i to uker etter at du registrerte deg og så vil den bli borte av seg selv."; +$a->strings["Getting Started"] = "Komme igang"; +$a->strings["Friendica Walk-Through"] = "Friendica gjennomgang"; +$a->strings["On your Quick Start page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."] = "På Hurtigstart-siden din, så finner du en kort introduksjon til profilen din og nettverksfanen, hvordan du oppretter nye forbindelser, og hvordan du finner grupper å bli med i."; +$a->strings["Go to Your Settings"] = "Gå til Dine innstillinger"; +$a->strings["On your Settings page - change your initial password. Also make a note of your Identity Address. This looks just like an email address - and will be useful in making friends on the free social web."] = "På siden Innstillinger - bytt passordet du fikk. Merk deg også Din identitetsadresse. Denne ser ut som en vanlig e-postadresse, og er nyttig for å bli venner i den frie sosiale web'en."; +$a->strings["Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you."] = "Se over de andre innstillingene, særlig personverninnstillingene. En katalogoppføring som ikke er publisert er som å ha skjult telefonnummer. Generelt, så bør du antakelig publisere oppføringen, med mindre dine venner eller potensielle venner vet nøyaktig hvordan de skal finne deg."; +$a->strings["Upload Profile Photo"] = "Last opp profilbilde"; +$a->strings["Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not."] = "Last opp et profilbilde hvis du ikke har gjort det allerede. Studier viser at folk som har ekte bilde av seg selv har ti ganger større sannsynlighet for å få venner enn folk som ikke gjør det."; +$a->strings["Edit Your Profile"] = "Endre profilen din"; +$a->strings["Edit your default profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."] = "Du kan endre standardprofilen din slik du ønsker. Se over innstillingene som lar deg skjule vennelisten og skjule profilen fra ukjente besøkende."; +$a->strings["Profile Keywords"] = "Profilnøkkelord"; +$a->strings["Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships."] = "Legg til noen offentlige nøkkelord til standardprofilen din som beskriver dine interesser. Det kan hende vi klarer å finne andre folk med liknende interesser og foreslå vennskap."; +$a->strings["Connecting"] = "Kobling"; +$a->strings["Facebook"] = "Facebook"; +$a->strings["Authorise the Facebook Connector if you currently have a Facebook account and we will (optionally) import all your Facebook friends and conversations."] = "Tillat Facebook-koblingen hvis du har en Facebook-konto og vi vil (valgfritt) importere alle dine Facebook-venner og samtaler."; +$a->strings["If this is your own personal server, installing the Facebook addon may ease your transition to the free social web."] = "Hvis dette er din egen personlige tjener, så kan installasjon av Facebook-tillegget gjøre overgangen til den frie sosiale web'en lettere."; +$a->strings["Importing Emails"] = "Importere e-post"; +$a->strings["Enter your email access information on your Connector Settings page if you wish to import and interact with friends or mailing lists from your email INBOX"] = "Skriv inn tilgangsinformasjon til e-posten din på siden for Koblingsinnstillinger, hvis du ønsker å importere og samhandle med venner eller e-postlister fra din e-post INNBOKS"; +$a->strings["Go to Your Contacts Page"] = "Gå til Dine kontakter-siden"; +$a->strings["Your Contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the Add New Contact dialog."] = "Dine kontakter-siden er der du håndterer vennskap og skaper forbindelser med venner på andre nettverk. Vanligvis skriver du deres adresse eller nettsteds-URL i dialogboksen Legg til ny kontakt"; +$a->strings["Go to Your Site's Directory"] = "Gå til Din lokale katalog"; +$a->strings["The Directory page lets you find other people in this network or other federated sites. Look for a Connect or Follow link on their profile page. Provide your own Identity Address if requested."] = "Katalog-siden lar deg finne andre folk i dette nettverket eller andre forente nettsteder. Se etter en Connect eller Follow lenke på profilsiden deres. Oppgi din egen identitetsadresse hvis du blir forespurt om det."; +$a->strings["Finding New People"] = "Finn nye personer"; +$a->strings["On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours."] = "I sidepanelet på Kontakter-siden er flere verktøy for å finne nye venner. Vi kan matche personer utfra interesse, slå opp personer på navn eller interesse, og gi forslag basert på nettverksforbindelser. På et helt nytt nettsted, så vil venneforslag vanligvis dukke opp innen 24 timer."; +$a->strings["Groups"] = "Grupper"; +$a->strings["Group Your Contacts"] = "Kontaktgrupper"; +$a->strings["Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page."] = "Når du har fått noen venner, så kan du organisere dem i private samtalegrupper i sidefeltet på Kontakt-siden din, og deretter kan du samhandle med hver gruppe privat på din Nettverk-side."; +$a->strings["Why Aren't My Posts Public?"] = "Hvorfor er ikke mine innlegg offentlige?"; +$a->strings["Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above."] = "Friendica respekterer ditt privatliv. Som standard, så vil dine innlegg bare vises til personer du har lagt til som venner. For mer informasjon, se Hjelp-siden fra lenken ovenfor."; +$a->strings["Getting Help"] = "Få hjelp"; +$a->strings["Go to the Help Section"] = "Gå til Hjelp-siden"; +$a->strings["Our help pages may be consulted for detail on other program features and resources."] = "Våre hjelpesider kan leses for flere detaljer og ressurser om andre egenskaper ved programmet."; +$a->strings["Do you really want to delete this suggestion?"] = "Vil du virkelig slette dette forslaget?"; +$a->strings["Cancel"] = "Avbryt"; +$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Ingen forslag tilgjengelig. Hvis dette er et nytt nettsted, vennligst prøv igjen om 24 timer."; +$a->strings["Ignore/Hide"] = "Ignorér/Skjul"; $a->strings["Search Results For:"] = "Søkeresultater for:"; +$a->strings["Remove term"] = "Fjern uttrykk"; +$a->strings["Saved Searches"] = "Lagrede søk"; +$a->strings["add"] = "legg til"; $a->strings["Commented Order"] = "Etter kommentarer"; $a->strings["Sort by Comment Date"] = "Sorter etter kommentardato"; $a->strings["Posted Order"] = "Etter innlegg"; @@ -1362,122 +328,6 @@ $a->strings["Group: "] = "Gruppe:"; $a->strings["Contact: "] = "Kontakt:"; $a->strings["Private messages to this person are at risk of public disclosure."] = "Private meldinger til denne personen risikerer å bli offentliggjort."; $a->strings["Invalid contact."] = "Ugyldig kontakt."; -$a->strings["Invalid request identifier."] = "Ugyldig forespørselsidentifikator."; -$a->strings["Discard"] = "Forkast"; -$a->strings["System"] = "System"; -$a->strings["Show Ignored Requests"] = "Vis ignorerte forespørsler"; -$a->strings["Hide Ignored Requests"] = "Skjul ignorerte forespørsler"; -$a->strings["Notification type: "] = "Beskjedtype:"; -$a->strings["Friend Suggestion"] = "Venneforslag"; -$a->strings["suggested by %s"] = "foreslått av %s"; -$a->strings["Post a new friend activity"] = "Post om en ny venn"; -$a->strings["if applicable"] = "hvis gyldig"; -$a->strings["Claims to be known to you: "] = "Påstår å kjenne deg:"; -$a->strings["yes"] = "ja"; -$a->strings["no"] = "ei"; -$a->strings["Approve as: "] = "Godkjenn som:"; -$a->strings["Friend"] = "Venn"; -$a->strings["Sharer"] = "Deler"; -$a->strings["Fan/Admirer"] = "Fan/Beundrer"; -$a->strings["Friend/Connect Request"] = "Venn/kontakt-forespørsel"; -$a->strings["New Follower"] = "Ny følgesvenn"; -$a->strings["No introductions."] = "Ingen introduksjoner."; -$a->strings["%s liked %s's post"] = "%s likte %s sitt innlegg"; -$a->strings["%s disliked %s's post"] = "%s mislikte %s sitt innlegg"; -$a->strings["%s is now friends with %s"] = "%s er nå venner med %s"; -$a->strings["%s created a new post"] = "%s skrev et nytt innlegg"; -$a->strings["%s commented on %s's post"] = "%s kommenterte på %s sitt innlegg"; -$a->strings["No more network notifications."] = "Ingen flere nettverksvarslinger."; -$a->strings["Network Notifications"] = "Nettverksvarslinger"; -$a->strings["No more system notifications."] = "Ingen flere systemvarsler."; -$a->strings["System Notifications"] = "Systemvarsler"; -$a->strings["No more personal notifications."] = "Ingen flere personlige varsler."; -$a->strings["Personal Notifications"] = "Personlige varsler"; -$a->strings["No more home notifications."] = "Ingen flere hjemmevarsler."; -$a->strings["Home Notifications"] = "Hjemmevarsler"; -$a->strings["Photo Albums"] = "Fotoalbum"; -$a->strings["Contact Photos"] = "Kontaktbilder"; -$a->strings["Upload New Photos"] = "Last opp nye bilder"; -$a->strings["Contact information unavailable"] = "Kontaktinformasjon utilgjengelig"; -$a->strings["Album not found."] = "Album ble ikke funnet."; -$a->strings["Delete Album"] = "Slett album"; -$a->strings["Do you really want to delete this photo album and all its photos?"] = "Ønsker du virkelig å slette dette fotoalbumet og alle bildene i det?"; -$a->strings["Delete Photo"] = "Slett bilde"; -$a->strings["Do you really want to delete this photo?"] = "Ønsker du virkelig å slette dette bildet?"; -$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s ble merket i %2\$s av %3\$s"; -$a->strings["a photo"] = "et bilde"; -$a->strings["Image exceeds size limit of "] = "Bilde overstiger størrelsesbegrensningen på "; -$a->strings["Image file is empty."] = "Bildefilen er tom."; -$a->strings["No photos selected"] = "Ingen bilder er valgt"; -$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "Du har brukt %1$.2f Mbytes av %2$.2f Mbytes bildelagring."; -$a->strings["Upload Photos"] = "Last opp bilder"; -$a->strings["New album name: "] = "Nytt albumnavn:"; -$a->strings["or existing album name: "] = "eller eksisterende albumnavn:"; -$a->strings["Do not show a status post for this upload"] = "Ikke vis statusoppdatering for denne opplastingen"; -$a->strings["Permissions"] = "Tillatelser"; -$a->strings["Private Photo"] = "Privat bilde"; -$a->strings["Public Photo"] = "Offentlig bilde"; -$a->strings["Edit Album"] = "Endre album"; -$a->strings["Show Newest First"] = "Vis nyeste først"; -$a->strings["Show Oldest First"] = "Vis eldste først"; -$a->strings["View Photo"] = "Vis bilde"; -$a->strings["Permission denied. Access to this item may be restricted."] = "Tilgang nektet. Tilgang til dette elementet kan være begrenset."; -$a->strings["Photo not available"] = "Bilde ikke tilgjengelig"; -$a->strings["View photo"] = "Vis foto"; -$a->strings["Edit photo"] = "Endre bilde"; -$a->strings["Use as profile photo"] = "Bruk som profilbilde"; -$a->strings["Private Message"] = "Privat melding"; -$a->strings["View Full Size"] = "Vis i full størrelse"; -$a->strings["Tags: "] = "Tagger:"; -$a->strings["[Remove any tag]"] = "[Fjern en tag]"; -$a->strings["Rotate CW (right)"] = "Roter med klokka (høyre)"; -$a->strings["Rotate CCW (left)"] = "Roter mot klokka (venstre)"; -$a->strings["New album name"] = "Nytt albumnavn"; -$a->strings["Caption"] = "Overskrift"; -$a->strings["Add a Tag"] = "Legg til tag"; -$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Eksempel: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"; -$a->strings["Private photo"] = "Privat bilde"; -$a->strings["Public photo"] = "Offentlig bilde"; -$a->strings["I like this (toggle)"] = "Jeg liker dette (skru på/av)"; -$a->strings["I don't like this (toggle)"] = "Jeg liker ikke dette (skru på/av)"; -$a->strings["This is you"] = "Dette er deg"; -$a->strings["Comment"] = "Kommentar"; -$a->strings["Recent Photos"] = "Nye bilder"; -$a->strings["Welcome to Friendica"] = "Velkommen til Friendica"; -$a->strings["New Member Checklist"] = "Sjekkliste for nye medlemmer"; -$a->strings["We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."] = "Vi vil gjerne gi noe noen tips og lenker for å hjelpe deg til en hyggelig opplevelse. Klikk på et element for å besøke den relevante siden. En lenke til denne siden vil være synlig på din hovedside i to uker etter at du registrerte deg og så vil den bli borte av seg selv."; -$a->strings["Getting Started"] = "Komme igang"; -$a->strings["Friendica Walk-Through"] = "Friendica gjennomgang"; -$a->strings["On your Quick Start page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."] = "På Hurtigstart-siden din, så finner du en kort introduksjon til profilen din og nettverksfanen, hvordan du oppretter nye forbindelser, og hvordan du finner grupper å bli med i."; -$a->strings["Go to Your Settings"] = "Gå til Dine innstillinger"; -$a->strings["On your Settings page - change your initial password. Also make a note of your Identity Address. This looks just like an email address - and will be useful in making friends on the free social web."] = "På siden Innstillinger - bytt passordet du fikk. Merk deg også Din identitetsadresse. Denne ser ut som en vanlig e-postadresse, og er nyttig for å bli venner i den frie sosiale web'en."; -$a->strings["Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you."] = "Se over de andre innstillingene, særlig personverninnstillingene. En katalogoppføring som ikke er publisert er som å ha skjult telefonnummer. Generelt, så bør du antakelig publisere oppføringen, med mindre dine venner eller potensielle venner vet nøyaktig hvordan de skal finne deg."; -$a->strings["Upload Profile Photo"] = "Last opp profilbilde"; -$a->strings["Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not."] = "Last opp et profilbilde hvis du ikke har gjort det allerede. Studier viser at folk som har ekte bilde av seg selv har ti ganger større sannsynlighet for å få venner enn folk som ikke gjør det."; -$a->strings["Edit Your Profile"] = "Endre profilen din"; -$a->strings["Edit your default profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."] = "Du kan endre standardprofilen din slik du ønsker. Se over innstillingene som lar deg skjule vennelisten og skjule profilen fra ukjente besøkende."; -$a->strings["Profile Keywords"] = "Profilnøkkelord"; -$a->strings["Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships."] = "Legg til noen offentlige nøkkelord til standardprofilen din som beskriver dine interesser. Det kan hende vi klarer å finne andre folk med liknende interesser og foreslå vennskap."; -$a->strings["Connecting"] = "Kobling"; -$a->strings["Authorise the Facebook Connector if you currently have a Facebook account and we will (optionally) import all your Facebook friends and conversations."] = "Tillat Facebook-koblingen hvis du har en Facebook-konto og vi vil (valgfritt) importere alle dine Facebook-venner og samtaler."; -$a->strings["If this is your own personal server, installing the Facebook addon may ease your transition to the free social web."] = "Hvis dette er din egen personlige tjener, så kan installasjon av Facebook-tillegget gjøre overgangen til den frie sosiale web'en lettere."; -$a->strings["Importing Emails"] = "Importere e-post"; -$a->strings["Enter your email access information on your Connector Settings page if you wish to import and interact with friends or mailing lists from your email INBOX"] = "Skriv inn tilgangsinformasjon til e-posten din på siden for Koblingsinnstillinger, hvis du ønsker å importere og samhandle med venner eller e-postlister fra din e-post INNBOKS"; -$a->strings["Go to Your Contacts Page"] = "Gå til Dine kontakter-siden"; -$a->strings["Your Contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the Add New Contact dialog."] = "Dine kontakter-siden er der du håndterer vennskap og skaper forbindelser med venner på andre nettverk. Vanligvis skriver du deres adresse eller nettsteds-URL i dialogboksen Legg til ny kontakt"; -$a->strings["Go to Your Site's Directory"] = "Gå til Din lokale katalog"; -$a->strings["The Directory page lets you find other people in this network or other federated sites. Look for a Connect or Follow link on their profile page. Provide your own Identity Address if requested."] = "Katalog-siden lar deg finne andre folk i dette nettverket eller andre forente nettsteder. Se etter en Connect eller Follow lenke på profilsiden deres. Oppgi din egen identitetsadresse hvis du blir forespurt om det."; -$a->strings["Finding New People"] = "Finn nye personer"; -$a->strings["On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours."] = "I sidepanelet på Kontakter-siden er flere verktøy for å finne nye venner. Vi kan matche personer utfra interesse, slå opp personer på navn eller interesse, og gi forslag basert på nettverksforbindelser. På et helt nytt nettsted, så vil venneforslag vanligvis dukke opp innen 24 timer."; -$a->strings["Group Your Contacts"] = "Kontaktgrupper"; -$a->strings["Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page."] = "Når du har fått noen venner, så kan du organisere dem i private samtalegrupper i sidefeltet på Kontakt-siden din, og deretter kan du samhandle med hver gruppe privat på din Nettverk-side."; -$a->strings["Why Aren't My Posts Public?"] = "Hvorfor er ikke mine innlegg offentlige?"; -$a->strings["Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above."] = "Friendica respekterer ditt privatliv. Som standard, så vil dine innlegg bare vises til personer du har lagt til som venner. For mer informasjon, se Hjelp-siden fra lenken ovenfor."; -$a->strings["Getting Help"] = "Få hjelp"; -$a->strings["Go to the Help Section"] = "Gå til Hjelp-siden"; -$a->strings["Our help pages may be consulted for detail on other program features and resources."] = "Våre hjelpesider kan leses for flere detaljer og ressurser om andre egenskaper ved programmet."; -$a->strings["Requested profile is not available."] = "Profil utilgjengelig."; -$a->strings["Tips for New Members"] = "Tips til nye medlemmer"; $a->strings["Friendica Communications Server - Setup"] = "Friendica kommunikasjonstjeneste - oppsett"; $a->strings["Could not connect to database."] = "Kunne ikke koble til database."; $a->strings["Could not create table."] = "Kunne ikke lage tabell."; @@ -1485,6 +335,7 @@ $a->strings["Your Friendica site database has been installed."] = "Databasen til $a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Du må kanskje importere filen \"database.sql\" manuelt ved hjelp av phpmyadmin eller mysql."; $a->strings["Please see the file \"INSTALL.txt\"."] = "Vennligst se filen \"INSTALL.txt\"."; $a->strings["System check"] = "Systemsjekk"; +$a->strings["Next"] = "Neste"; $a->strings["Check again"] = "Sjekk på nytt"; $a->strings["Database connection"] = "Databaseforbindelse"; $a->strings["In order to install Friendica we need to know how to connect to your database."] = "For å installere Friendica må vi vite hvordan man kan koble seg til din database."; @@ -1540,9 +391,755 @@ $a->strings["The database configuration file \".htconfig.php\" could not be writ $a->strings["Errors encountered creating database tables."] = "Feil oppstod under opprettelsen av databasetabeller."; $a->strings["

What next

"] = "

Hva nå

"; $a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "VIKTIG: Du må [manuelt] sette opp en planlagt oppgave for oppdatering."; +$a->strings["Theme settings updated."] = "Temainnstillinger oppdatert."; +$a->strings["Site"] = "Nettsted"; +$a->strings["Users"] = "Brukere"; +$a->strings["Plugins"] = "Tillegg"; +$a->strings["Themes"] = "Tema"; +$a->strings["DB updates"] = "Databaseoppdateringer"; +$a->strings["Logs"] = "Logger"; +$a->strings["Admin"] = "Administrator"; +$a->strings["Plugin Features"] = "Utvidelse - egenskaper"; +$a->strings["User registrations waiting for confirmation"] = "Brukerregistreringer venter på bekreftelse"; +$a->strings["Normal Account"] = "Vanlig konto"; +$a->strings["Soapbox Account"] = "Talerstol-konto"; +$a->strings["Community/Celebrity Account"] = "Gruppe-/kjendiskonto"; +$a->strings["Automatic Friend Account"] = "Automatisk vennekonto"; +$a->strings["Blog Account"] = "Bloggkonto"; +$a->strings["Private Forum"] = "Privat forum"; +$a->strings["Message queues"] = "Meldingskøer"; +$a->strings["Administration"] = "Administrasjon"; +$a->strings["Summary"] = "Oppsummering"; +$a->strings["Registered users"] = "Registrerte brukere"; +$a->strings["Pending registrations"] = "Ventende registreringer"; +$a->strings["Version"] = "Versjon"; +$a->strings["Active plugins"] = "Aktive tillegg"; +$a->strings["Can not parse base url. Must have at least ://"] = "Kan ikke tolke base URL. Må ha minst ://"; +$a->strings["Site settings updated."] = "Nettstedets innstillinger er oppdatert."; +$a->strings["No special theme for mobile devices"] = "Ikke eget tema for mobile enheter"; +$a->strings["Never"] = "Aldri"; +$a->strings["Frequently"] = "Ofte"; +$a->strings["Hourly"] = "Hver time"; +$a->strings["Twice daily"] = "To ganger daglig"; +$a->strings["Daily"] = "Daglig"; +$a->strings["Multi user instance"] = "Flerbrukerinstans"; +$a->strings["Closed"] = "Stengt"; +$a->strings["Requires approval"] = "Krever godkjenning"; +$a->strings["Open"] = "Åpen"; +$a->strings["No SSL policy, links will track page SSL state"] = "Ingen SSL-retningslinjer, lenker vil spore sidens SSL-tilstand"; +$a->strings["Force all links to use SSL"] = "Tving alle lenker til å bruke SSL"; +$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Selvsignert sertifikat, bruk SSL bare til lokale lenker (ikke anbefalt)"; +$a->strings["Save Settings"] = "Lagre innstillinger"; +$a->strings["File upload"] = "Last opp fil"; +$a->strings["Policies"] = "Retningslinjer"; +$a->strings["Advanced"] = "Avansert"; +$a->strings["Performance"] = "Ytelse"; +$a->strings["Relocate - WARNING: advanced function. Could make this server unreachable."] = "Omplasser - ADVARSEL: avansert funksjon. Kan gjøre denne tjeneren utilgjengelig."; +$a->strings["Site name"] = "Nettstedets navn"; +$a->strings["Banner/Logo"] = "Banner/logo"; +$a->strings["Additional Info"] = "Ekstra informasjon"; +$a->strings["For public servers: you can add additional information here that will be listed at dir.friendica.com/siteinfo."] = "For offentlige tjenere: du kan legge til ekstra informasjon her som vil bli vist på dir.friendica.com/siteinfo."; +$a->strings["System language"] = "Systemspråk"; +$a->strings["System theme"] = "Systemtema"; +$a->strings["Default system theme - may be over-ridden by user profiles - change theme settings"] = "Standard tema for systemet - kan overstyres av brukerprofiler - endre temainnstillinger"; +$a->strings["Mobile system theme"] = "Mobilt tema til systemet"; +$a->strings["Theme for mobile devices"] = "Tema for mobile enheter"; +$a->strings["SSL link policy"] = "Retningslinjer for SSL og lenker"; +$a->strings["Determines whether generated links should be forced to use SSL"] = "Avgjør om genererte lenker skal tvinges til å bruke SSL"; +$a->strings["Old style 'Share'"] = "\"Deling\" på gamlemåten"; +$a->strings["Deactivates the bbcode element 'share' for repeating items."] = "Skrur av bbcode \"dele\" for gjentatte elementer."; +$a->strings["Hide help entry from navigation menu"] = "Skjul punktet om hjelp fra navigasjonsmenyen"; +$a->strings["Hides the menu entry for the Help pages from the navigation menu. You can still access it calling /help directly."] = "Skjuler menypunktet for Hjelp-sidene fra navigasjonsmenyen. Du kan fremdeles få tilgang ved å bruke /help direkte."; +$a->strings["Single user instance"] = "Enkeltbrukerinstans"; +$a->strings["Make this instance multi-user or single-user for the named user"] = "Gjør denne instansen til flerbruker eller enkeltbruker for den navngitte brukeren"; +$a->strings["Maximum image size"] = "Maksimum bildestørrelse"; +$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Maksimal størrelse i bytes for opplastede bilder. Standard er 0, som betyr ingen størrelsesgrense."; +$a->strings["Maximum image length"] = "Maksimal bildelenge"; +$a->strings["Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits."] = "Maksimal lengde i pixler for den lengste siden til opplastede bilder. Standard er -1, some betyr ingen grense."; +$a->strings["JPEG image quality"] = "JPEG-bildekvalitet"; +$a->strings["Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is full quality."] = "Opplastede JPEG-er vil bli lagret med disse kvalitetsinnstillingene [0-100]. Standard er 100, som er høyeste kvalitet."; +$a->strings["Register policy"] = "Registrer retningslinjer"; +$a->strings["Maximum Daily Registrations"] = "Maksimalt antall daglige registreringer"; +$a->strings["If registration is permitted above, this sets the maximum number of new user registrations to accept per day. If register is set to closed, this setting has no effect."] = "Hvis registrering er tillat ovenfor, så vil dette angi maksimalt antall nye brukerregistreringer som aksepteres per dag. Hvis registrering er satt til stengt, så vil ikke denne innstillingen ha noen effekt."; +$a->strings["Register text"] = "Registrer tekst"; +$a->strings["Will be displayed prominently on the registration page."] = "Vil bli vist på en fremtredende måte på registreringssiden."; +$a->strings["Accounts abandoned after x days"] = "Kontoer forlatt etter x dager"; +$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "Vil ikke kaste bort systemressurser på å spørre eksterne nettsteder om forlatte kontoer. Skriv 0 for ingen tidsgrense."; +$a->strings["Allowed friend domains"] = "Tillate vennedomener"; +$a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = "Kommaseparert liste med domener som har lov til å etablere vennskap med dette nettstedet.\nJokertegn aksepteres. Tom for å tillate alle domener."; +$a->strings["Allowed email domains"] = "Tillate e-postdomener"; +$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"] = "Kommaseparert liste med domener som er tillatt i e-postadresser ved registrering på dette nettstedet. Jokertegn er tillatt. Tom for å tillate alle domener."; +$a->strings["Block public"] = "Utesteng publikum"; +$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "Kryss av for å blokkere offentlig tilgang til sider som ellers ville vært offentlige personlige sider med mindre du er logget inn."; +$a->strings["Force publish"] = "Tving publisering"; +$a->strings["Check to force all profiles on this site to be listed in the site directory."] = "Sett hake for å tvinge alle profiler på dette nettstedet til å vises i nettstedskatalogen."; +$a->strings["Global directory update URL"] = "URL for oppdatering av Global-katalog"; +$a->strings["URL to update the global directory. If this is not set, the global directory is completely unavailable to the application."] = "URL for å oppdatere den globale katalogen. Hvis denne ikke er angitt, så vil den globale katalogen være helt utilgjengelige for programmet."; +$a->strings["Allow threaded items"] = "Tillat en tråd av elementer "; +$a->strings["Allow infinite level threading for items on this site."] = "Tillat ubegrenset antall nivåer i en tråd for elementer på dette nettstedet."; +$a->strings["Private posts by default for new users"] = "Private meldinger som standard for nye brukere"; +$a->strings["Set default post permissions for all new members to the default privacy group rather than public."] = "Sett standard postetillatelser for alle nye medlemmer til standard personverngruppe i stedet for offentlig."; +$a->strings["Don't include post content in email notifications"] = "Ikke inkluder innholdet i en melding i epostvarsler"; +$a->strings["Don't include the content of a post/comment/private message/etc. in the email notifications that are sent out from this site, as a privacy measure."] = "Ikke inkluder innholdet i en melding/kommentar/privat melding/osv. i epostvarsler som sendes ut fra dette nettstedet, som et personverntiltak."; +$a->strings["Disallow public access to addons listed in the apps menu."] = "Ikke tillat offentlig tilgang til tillegg som listes opp i app-menyen."; +$a->strings["Checking this box will restrict addons listed in the apps menu to members only."] = "Kryss i denne boksen vil begrense tillegg opplistet i app-menyen til bare medlemmer."; +$a->strings["Don't embed private images in posts"] = "Ikke innebygg private bilder i innlegg"; +$a->strings["Don't replace locally-hosted private photos in posts with an embedded copy of the image. This means that contacts who receive posts containing private photos will have to authenticate and load each image, which may take a while."] = "Ikke bytt ut lokalt lagrede private bilder i innlegg med innebygd kopi av bildet. Dette betyr at kontakter som mottar innlegg med private bilder må autentisere og laste hvert bilde, noe som kan ta en stund."; +$a->strings["Allow Users to set remote_self"] = "Tillat brukere å sette remote_self"; +$a->strings["With checking this, every user is allowed to mark every contact as a remote_self in the repair contact dialog. Setting this flag on a contact causes mirroring every posting of that contact in the users stream."] = "Ved å sette hake her får hver bruker lov å markere hver kontakt som en remote_self i dialogen for kontaktreparasjon. Å sette denne haken på en kontakt medfører speiling av hvert innlegg fra denne kontakten i brukerens strøm. "; +$a->strings["Block multiple registrations"] = "Blokker flere registreringer"; +$a->strings["Disallow users to register additional accounts for use as pages."] = "Ikke tillat brukere å registrere ytterligere kontoer til bruk som sider."; +$a->strings["OpenID support"] = "OpenID-støtte"; +$a->strings["OpenID support for registration and logins."] = "OpenID-støtte for registrering og innlogging."; +$a->strings["Fullname check"] = "Sjekk fullt navn"; +$a->strings["Force users to register with a space between firstname and lastname in Full name, as an antispam measure"] = "Tving brukere til å registrere med et mellomrom mellom fornavn og etternavn i Fullt navn, som et tiltak mot søppelpost (antispam)."; +$a->strings["UTF-8 Regular expressions"] = "UTF-8 regulære uttrykk"; +$a->strings["Use PHP UTF8 regular expressions"] = "Bruk PHP UTF8 regulære uttrykk"; +$a->strings["Show Community Page"] = "Vis Felleskap-side"; +$a->strings["Display a Community page showing all recent public postings on this site."] = "Vis en Fellesskapsside som viser de siste offentlige meldinger på dette nettstedet."; +$a->strings["Enable OStatus support"] = "Aktiver Ostatus-støtte"; +$a->strings["Provide built-in OStatus (identi.ca, status.net, etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."] = "Tilby innebygget OStatus-kompatibilitet (identi.ca, status.net, etc.). All kommunikasjon via OStatus er offentlig, så personvernadvarsler vil bli vist av og til."; +$a->strings["OStatus conversation completion interval"] = "OStatus intervall for samtalefullførelse"; +$a->strings["How often shall the poller check for new entries in OStatus conversations? This can be a very ressource task."] = "Hvor ofte skal spørrefunksjonen sjekke etter nye oppføringer i OStatus-samtaler? Dette kan være en svært ressurskrevende oppgave."; +$a->strings["Enable Diaspora support"] = "Aktiver Diaspora-støtte"; +$a->strings["Provide built-in Diaspora network compatibility."] = "Tilby innebygget kompatibilitet med Diaspora-nettverket."; +$a->strings["Only allow Friendica contacts"] = "Bare tillat Friendica-kontakter"; +$a->strings["All contacts must use Friendica protocols. All other built-in communication protocols disabled."] = "Alle kontakter må bruke Friendica-protokoller. Alle andre innebyggede kommunikasjonsprotokoller blir deaktivert."; +$a->strings["Verify SSL"] = "Bekreft SSL"; +$a->strings["If you wish, you can turn on strict certificate checking. This will mean you cannot connect (at all) to self-signed SSL sites."] = "Hvis du vil, så kan du skru på streng sertifikatkontroll. Dette betyr at du ikke kan opprette forbindelse (i det hele tatt) med nettsteder som bruker selvsignerte SSL-sertifikater."; +$a->strings["Proxy user"] = "Brukernavn til mellomtjener"; +$a->strings["Proxy URL"] = "Mellomtjener URL"; +$a->strings["Network timeout"] = "Tidsavbrudd for nettverk"; +$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "Verdien er i sekunder. Sett til 0 for ubegrenset (ikke anbefalt)."; +$a->strings["Delivery interval"] = "Leveringsintervall"; +$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."] = "Forsink bakgrunnsprosesser for levering med så mange sekunder for å redusere belastningen på systemet. Anbefalinger: 4-5 for delt tjener, 2-3 for virtuelle private tjenere. 0-1 for store, dedikerte tjenere."; +$a->strings["Poll interval"] = "Spørreintervall"; +$a->strings["Delay background polling processes by this many seconds to reduce system load. If 0, use delivery interval."] = "Reduser spørreprosesser i bakgrunnen med så mange sekunder for å redusere belastningen på systemet. Hvis 0, bruk leveringsintervall."; +$a->strings["Maximum Load Average"] = "Maksimal snittlast"; +$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Maksimal systemlast før leverings- og spørreprosesser utsettes - standard er 50."; +$a->strings["Use MySQL full text engine"] = "Bruk MySQL fulltekstmotor"; +$a->strings["Activates the full text engine. Speeds up search - but can only search for four and more characters."] = "Aktiverer fulltekstmotoren. Øker hastigheten til søk, men kan bare søke etter minimum fire eller flere tegn."; +$a->strings["Suppress Language"] = "Ikke vis språk"; +$a->strings["Suppress language information in meta information about a posting."] = "Ikke vis språkinformasjon i metainformasjon om et innlegg."; +$a->strings["Path to item cache"] = "Sti til mellomlager for elementer"; +$a->strings["Cache duration in seconds"] = "Mellomlagringens varighet i sekunder"; +$a->strings["How long should the cache files be hold? Default value is 86400 seconds (One day)."] = "Hvor lenge skal filene i mellomlagret beholdes? Standardveri er 86400 sekunder (Et døgn)."; +$a->strings["Path for lock file"] = "Sti til fillås"; +$a->strings["Temp path"] = "Temp-sti"; +$a->strings["Base path to installation"] = "Sti til installasjonsbasen"; +$a->strings["New base url"] = "Ny base URL"; +$a->strings["Update has been marked successful"] = "Oppdatering har blitt markert som vellykket"; +$a->strings["Executing %s failed. Check system logs."] = "Utføring av %s mislyktes. Sjekk systemlogger."; +$a->strings["Update %s was successfully applied."] = "Oppdatering %s ble iverksatt på en vellykket måte."; +$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "Oppdatering %s returnerte ikke en status. Ukjent om oppdateringen er vellykket."; +$a->strings["Update function %s could not be found."] = "Oppdateringsfunksjon %s ble ikke funnet."; +$a->strings["No failed updates."] = "Ingen mislykkede oppdateringer."; +$a->strings["Failed Updates"] = "Mislykkede oppdateringer"; +$a->strings["This does not include updates prior to 1139, which did not return a status."] = "Dette inkluderer ikke oppdateringer som kom før 1139, som ikke returnerer en status."; +$a->strings["Mark success (if update was manually applied)"] = "Marker vellykket (hvis oppdatering ble iverksatt manuelt)"; +$a->strings["Attempt to execute this update step automatically"] = "Forsøk å utføre dette oppdateringspunktet automatisk"; +$a->strings["Registration successful. Email send to user"] = "Vellykket registrering. E-post er sendt til bruker"; +$a->strings["%s user blocked/unblocked"] = array( + 0 => "%s bruker blokkert/ikke blokkert", + 1 => "%s brukere blokkert/ikke blokkert", +); +$a->strings["%s user deleted"] = array( + 0 => "%s bruker slettet", + 1 => "%s brukere slettet", +); +$a->strings["User '%s' deleted"] = "Brukeren '%s' er slettet"; +$a->strings["User '%s' unblocked"] = "Brukeren '%s' er ikke blokkert"; +$a->strings["User '%s' blocked"] = "Brukeren '%s' er blokkert"; +$a->strings["Add User"] = "Legg til bruker"; +$a->strings["select all"] = "velg alle"; +$a->strings["User registrations waiting for confirm"] = "Brukerregistreringer venter på bekreftelse"; +$a->strings["User waiting for permanent deletion"] = "Bruker venter på permanent sletting"; +$a->strings["Request date"] = "Forespørselsdato"; +$a->strings["Name"] = "Navn"; +$a->strings["Email"] = "E-post"; +$a->strings["No registrations."] = "Ingen registreringer."; +$a->strings["Approve"] = "Godkjenn"; +$a->strings["Deny"] = "Nekt"; +$a->strings["Block"] = "Blokker"; +$a->strings["Unblock"] = "Ikke blokker"; +$a->strings["Site admin"] = "Nettstedets administrator"; +$a->strings["Account expired"] = "Konto utgått"; +$a->strings["New User"] = "Ny bruker"; +$a->strings["Register date"] = "Registreringsdato"; +$a->strings["Last login"] = "Siste innlogging"; +$a->strings["Last item"] = "Siste element"; +$a->strings["Deleted since"] = "Slettet siden"; +$a->strings["Account"] = "Konto"; +$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Valgte brukere vil bli slettet!\\n\\nAlt disse brukerne har lagt inn på dette nettstedet vil bli slettet for alltid!\\n\\nEr du sikker på at du vil slette disse brukerne?"; +$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?"] = "Brukeren {0} vil bli slettet!\\n\\nAlt denne brukeren har lagt inn på dette nettstedet vil bli slettet for alltid!\\n\\nEr du sikker på at du vil slette denne brukeren?"; +$a->strings["Name of the new user."] = "Navnet til den nye brukeren."; +$a->strings["Nickname"] = "Kallenavn"; +$a->strings["Nickname of the new user."] = "Kallenavnet til den nye brukeren."; +$a->strings["Email address of the new user."] = "E-postadressen til den nye brukeren."; +$a->strings["Plugin %s disabled."] = "Tillegget %s er avskrudd."; +$a->strings["Plugin %s enabled."] = "Tillegget %s er aktivert."; +$a->strings["Disable"] = "Skru av"; +$a->strings["Enable"] = "Aktiver"; +$a->strings["Toggle"] = "Veksle"; +$a->strings["Author: "] = "Forfatter:"; +$a->strings["Maintainer: "] = "Vedlikeholder:"; +$a->strings["No themes found."] = "Ingen temaer funnet."; +$a->strings["Screenshot"] = "Skjermbilde"; +$a->strings["[Experimental]"] = "[Eksperimentell]"; +$a->strings["[Unsupported]"] = "[Ikke støttet]"; +$a->strings["Log settings updated."] = "Logginnstillinger er oppdatert."; +$a->strings["Clear"] = "Tøm"; +$a->strings["Enable Debugging"] = "Aktiver feilsøking"; +$a->strings["Log file"] = "Loggfil"; +$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "Web-serveren må ha skriverettigheter. Relativt til toppnivåkatalogen til din Friendicas."; +$a->strings["Log level"] = "Loggnivå"; +$a->strings["Update now"] = "Oppdater nå"; +$a->strings["Close"] = "Lukk"; +$a->strings["FTP Host"] = "FTP-tjener"; +$a->strings["FTP Path"] = "FTP-sti"; +$a->strings["FTP User"] = "FTP-bruker"; +$a->strings["FTP Password"] = "FTP-passord"; +$a->strings["Search"] = "Søk"; +$a->strings["No results."] = "Fant ikke noe."; +$a->strings["Tips for New Members"] = "Tips til nye medlemmer"; +$a->strings["link"] = "lenke"; +$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s merket %2\$s sitt %3\$s med %4\$s"; +$a->strings["Item not found"] = "Fant ikke elementet"; +$a->strings["Edit post"] = "Endre innlegg"; +$a->strings["upload photo"] = "last opp bilde"; +$a->strings["Attach file"] = "Legg ved fil"; +$a->strings["attach file"] = "legg ved fil"; +$a->strings["web link"] = "web-adresse"; +$a->strings["Insert video link"] = "Sett inn video-link"; +$a->strings["video link"] = "videolink"; +$a->strings["Insert audio link"] = "Sett inn lydlink"; +$a->strings["audio link"] = "lydlink"; +$a->strings["Set your location"] = "Angi din plassering"; +$a->strings["set location"] = "angi plassering"; +$a->strings["Clear browser location"] = "Fjern nettleserplassering"; +$a->strings["clear location"] = "fjern plassering"; +$a->strings["Permission settings"] = "Tillatelser"; +$a->strings["CC: email addresses"] = "Kopi: e-postadresser"; +$a->strings["Public post"] = "Offentlig innlegg"; +$a->strings["Set title"] = "Lagre tittel"; +$a->strings["Categories (comma-separated list)"] = "Kategorier (kommaseparert liste)"; +$a->strings["Example: bob@example.com, mary@example.com"] = "Eksempel: ola@example.com, kari@example.com"; +$a->strings["Item not available."] = "Elementet er ikke tilgjengelig."; +$a->strings["Item was not found."] = "Elementet ble ikke funnet."; +$a->strings["Account approved."] = "Konto godkjent."; +$a->strings["Registration revoked for %s"] = "Registreringen til %s er trukket tilbake"; +$a->strings["Please login."] = "Vennligst logg inn."; +$a->strings["Find on this site"] = "Finn på dette nettstedet"; +$a->strings["Finding: "] = "Fant:"; +$a->strings["Site Directory"] = "Stedets katalog"; +$a->strings["Find"] = "Finn"; +$a->strings["Age: "] = "Alder:"; +$a->strings["Gender: "] = "Kjønn:"; +$a->strings["About:"] = "Om:"; +$a->strings["No entries (some entries may be hidden)."] = "Ingen oppføringer (noen oppføringer kan være skjulte)."; +$a->strings["Contact settings applied."] = "Kontaktinnstillinger i bruk."; +$a->strings["Contact update failed."] = "Kontaktoppdatering mislyktes."; +$a->strings["Repair Contact Settings"] = "Reparer kontaktinnstillinger"; +$a->strings["WARNING: This is highly advanced and if you enter incorrect information your communications with this contact may stop working."] = "ADVARSEL: Dette er meget avansert og hvis du skriver feil informasjon her, så kan kommunikasjonen med denne kontakten slutte å virke."; +$a->strings["Please use your browser 'Back' button now if you are uncertain what to do on this page."] = "Vennligst bruk Tilbake-knappen i nettleseren din hvis du er usikker på hva du bør gjøre på denne siden."; +$a->strings["Return to contact editor"] = "Gå tilbake til å endre kontakt"; +$a->strings["Account Nickname"] = "Konto Kallenavn"; +$a->strings["@Tagname - overrides Name/Nickname"] = "@Merkelappnavn - overstyrer Navn/Kallenavn"; +$a->strings["Account URL"] = "Konto URL"; +$a->strings["Friend Request URL"] = "Venneforespørsel URL"; +$a->strings["Friend Confirm URL"] = "Vennebekreftelse URL"; +$a->strings["Notification Endpoint URL"] = "Endepunkt URL for beskjed"; +$a->strings["Poll/Feed URL"] = "Poll/Feed URL"; +$a->strings["New photo from this URL"] = "Nytt bilde fra denne URL-en"; +$a->strings["Remote Self"] = "Fjernbetjent selv"; +$a->strings["Mirror postings from this contact"] = "Speil innlegg fra denne kontakten"; +$a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = "Merk denne kontakten som remote_self, da vil Friendica omposte nye innlegg fra denne kontakten."; +$a->strings["Move account"] = "Flytt konto"; +$a->strings["You can import an account from another Friendica server."] = "Du kan importere en konto fra en annen Friendica-tjener."; +$a->strings["You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."] = "Du må eksportere din konto fra den gamle tjeneren og laste den opp hit. Vi vil gjenskape din gamle konto her med alle dine kontakter. Vi vil også forsøke å informere dine venner at du har flyttet hit."; +$a->strings["This feature is experimental. We can't import contacts from the OStatus network (statusnet/identi.ca) or from Diaspora"] = "Denne egenskapen er eksperimentell. Vi kan ikke importere kontakter fra OStatus-nettverk (statusnet/identi.ca) eller fra Diaspora"; +$a->strings["Account file"] = "Kontofil"; +$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "For å eksportere din konto, gå til \"Innstillinger -> Eksporter dine personlige data\" og velg \"Eksporter konto\""; +$a->strings["Remote privacy information not available."] = "Ekstern informasjon om privatlivsinnstillinger er ikke tilgjengelig."; +$a->strings["Visible to:"] = "Synlig for:"; +$a->strings["Save"] = "Lagre"; +$a->strings["Help:"] = "Hjelp:"; +$a->strings["Help"] = "Hjelp"; +$a->strings["No profile"] = "Ingen profil"; +$a->strings["This introduction has already been accepted."] = "Denne introduksjonen har allerede blitt akseptert."; +$a->strings["Profile location is not valid or does not contain profile information."] = "Profilstedet er ikke gyldig og inneholder ikke profilinformasjon."; +$a->strings["Warning: profile location has no identifiable owner name."] = "Advarsel: profilstedet har ikke identifiserbart eiernavn."; +$a->strings["Warning: profile location has no profile photo."] = "Advarsel: profilstedet har ikke noe profilbilde."; +$a->strings["%d required parameter was not found at the given location"] = array( + 0 => "one: %d nødvendig parameter ble ikke funnet på angitt sted", + 1 => "other: %d nødvendige parametre ble ikke funnet på angitt sted", +); +$a->strings["Introduction complete."] = "Introduksjon ferdig."; +$a->strings["Unrecoverable protocol error."] = "Uopprettelig protokollfeil."; +$a->strings["Profile unavailable."] = "Profil utilgjengelig."; +$a->strings["%s has received too many connection requests today."] = "%s har mottatt for mange kontaktforespørsler idag."; +$a->strings["Spam protection measures have been invoked."] = "Tiltak mot søppelpost har blitt iverksatt."; +$a->strings["Friends are advised to please try again in 24 hours."] = "Venner anbefales å prøve igjen om 24 timer."; +$a->strings["Invalid locator"] = "Ugyldig stedsangivelse"; +$a->strings["Invalid email address."] = "Ugyldig e-postadresse."; +$a->strings["This account has not been configured for email. Request failed."] = "Denne kontoen er ikke konfigurert for e-post. Forespørsel mislyktes."; +$a->strings["Unable to resolve your name at the provided location."] = "Ikke i stand til å avgjøre navnet ditt hos det oppgitte stedet."; +$a->strings["You have already introduced yourself here."] = "Du har allerede introdusert deg selv her."; +$a->strings["Apparently you are already friends with %s."] = "Du er visst allerede venn med %s."; +$a->strings["Invalid profile URL."] = "Ugyldig profil-URL."; +$a->strings["Disallowed profile URL."] = "Underkjent profil-URL."; +$a->strings["Failed to update contact record."] = "Mislyktes med å oppdatere kontaktposten."; +$a->strings["Your introduction has been sent."] = "Din introduksjon er sendt."; +$a->strings["Please login to confirm introduction."] = "Vennligst logg inn for å bekrefte introduksjonen."; +$a->strings["Incorrect identity currently logged in. Please login to this profile."] = "Feil identitet er logget inn for øyeblikket. Vennligst logg inn i denne profilen."; +$a->strings["Hide this contact"] = "Skjul denne kontakten"; +$a->strings["Welcome home %s."] = "Velkommen hjem %s."; +$a->strings["Please confirm your introduction/connection request to %s."] = "Vennligst bekreft din introduksjons-/forbindelses- forespørsel til %s."; +$a->strings["Confirm"] = "Bekreft"; +$a->strings["[Name Withheld]"] = "[Navnet tilbakeholdt]"; +$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Vennligst skriv inn din identitetsadresse fra en av følgende støttede sosiale nettverk:"; +$a->strings["Connect as an email follower (Coming soon)"] = "Koble til som en e-postfølgesvenn (Kommer snart)"; +$a->strings["If you are not yet a member of the free social web, follow this link to find a public Friendica site and join us today."] = "Hvis du ennå ikke er en del av den frie sosiale webben, følg denne lenken for å finne et offentlig Friendica-nettsted og bli med oss idag."; +$a->strings["Friend/Connection Request"] = "Venne-/Koblings-forespørsel"; +$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"] = "Eksempler: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"; +$a->strings["Please answer the following:"] = "Vennligst svar på følgende:"; +$a->strings["Does %s know you?"] = "Kjenner %s deg?"; +$a->strings["Add a personal note:"] = "Legg til en personlig melding:"; +$a->strings["Friendica"] = "Friendica"; +$a->strings["StatusNet/Federated Social Web"] = "StatusNet/Federeated Social Web"; +$a->strings["Diaspora"] = "Diaspora"; +$a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = "- vennligst ikke bruk dette skjemaet. I stedet skriver du %s inn søkelinjen i Diaspora."; +$a->strings["Your Identity Address:"] = "Din identitetsadresse:"; +$a->strings["Submit Request"] = "Send forespørsel"; +$a->strings["[Embedded content - reload page to view]"] = "[Innebygget innhold - hent siden på nytt for å se det]"; +$a->strings["View in context"] = "Vis i sammenheng"; +$a->strings["%d contact edited."] = array( + 0 => "%d kontakt redigert.", + 1 => "%d kontakter redigert", +); +$a->strings["Could not access contact record."] = "Fikk ikke tilgang til kontaktposten."; +$a->strings["Could not locate selected profile."] = "Kunne ikke lokalisere valgt profil."; +$a->strings["Contact updated."] = "Kontakt oppdatert."; +$a->strings["Contact has been blocked"] = "Kontakten er blokkert"; +$a->strings["Contact has been unblocked"] = "Kontakten er ikke blokkert lenger"; +$a->strings["Contact has been ignored"] = "Kontakten er ignorert"; +$a->strings["Contact has been unignored"] = "Kontakten er ikke ignorert lenger"; +$a->strings["Contact has been archived"] = "Kontakt har blitt arkivert"; +$a->strings["Contact has been unarchived"] = "Kontakt har blitt hentet tilbake fra arkivet"; +$a->strings["Do you really want to delete this contact?"] = "Ønsker du virkelig å slette denne kontakten?"; +$a->strings["Contact has been removed."] = "Kontakten er fjernet."; +$a->strings["You are mutual friends with %s"] = "Du er gjensidig venn med %s"; +$a->strings["You are sharing with %s"] = "Du deler med %s"; +$a->strings["%s is sharing with you"] = "%s deler med deg"; +$a->strings["Private communications are not available for this contact."] = "Privat kommunikasjon er ikke tilgjengelig mot denne kontakten."; +$a->strings["(Update was successful)"] = "(Oppdatering vellykket)"; +$a->strings["(Update was not successful)"] = "(Oppdatering mislykket)"; +$a->strings["Suggest friends"] = "Foreslå venner"; +$a->strings["Network type: %s"] = "Nettverkstype: %s"; +$a->strings["%d contact in common"] = array( + 0 => "%d felles kontakt", + 1 => "%d felles kontakter", +); +$a->strings["View all contacts"] = "Vis alle kontakter"; +$a->strings["Toggle Blocked status"] = "Veksle blokkeringsstatus"; +$a->strings["Unignore"] = "Fjern ignorering"; +$a->strings["Ignore"] = "Ignorer"; +$a->strings["Toggle Ignored status"] = "Veksle ingnorertstatus"; +$a->strings["Unarchive"] = "Hent ut av arkivet"; +$a->strings["Archive"] = "Arkiver"; +$a->strings["Toggle Archive status"] = "Veksle arkivertstatus"; +$a->strings["Repair"] = "Reparer"; +$a->strings["Advanced Contact Settings"] = "Avanserte kontaktinnstillinger"; +$a->strings["Communications lost with this contact!"] = "Kommunikasjon tapt med denne kontakten!"; +$a->strings["Contact Editor"] = "Endre kontakt"; +$a->strings["Profile Visibility"] = "Profilens synlighet"; +$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Vennligst velg profilen du ønsker å vise til %s når denne ser profilen på en sikret måte."; +$a->strings["Contact Information / Notes"] = "Kontaktinformasjon/-notater"; +$a->strings["Edit contact notes"] = "Endre kontaktnotater"; +$a->strings["Visit %s's profile [%s]"] = "Besøk %ss profil [%s]"; +$a->strings["Block/Unblock contact"] = "Blokker kontakt/fjern blokkering for kontakt"; +$a->strings["Ignore contact"] = "Ignorer kontakt"; +$a->strings["Repair URL settings"] = "Reparer URL-innstillinger"; +$a->strings["View conversations"] = "Vis samtaler"; +$a->strings["Delete contact"] = "Slett kontakt"; +$a->strings["Last update:"] = "Siste oppdatering:"; +$a->strings["Update public posts"] = "Oppdater offentlige innlegg"; +$a->strings["Currently blocked"] = "Blokkert nå"; +$a->strings["Currently ignored"] = "Ignorert nå"; +$a->strings["Currently archived"] = "For øyeblikket arkivert"; +$a->strings["Hide this contact from others"] = "Skjul denne kontakten for andre"; +$a->strings["Replies/likes to your public posts may still be visible"] = "Svar/liker til dine offentlige innlegg kan fortsatt være synlige"; +$a->strings["Suggestions"] = "Forslag"; +$a->strings["Suggest potential friends"] = "Foreslå mulige venner"; +$a->strings["All Contacts"] = "Alle kontakter"; +$a->strings["Show all contacts"] = "Vis alle kontakter"; +$a->strings["Unblocked"] = "Ikke blokkert"; +$a->strings["Only show unblocked contacts"] = "Bare vis ikke blokkerte kontakter"; +$a->strings["Blocked"] = "Blokkert"; +$a->strings["Only show blocked contacts"] = "Bare vis blokkerte kontakter"; +$a->strings["Ignored"] = "Ignorert"; +$a->strings["Only show ignored contacts"] = "Bare vis ignorerte kontakter"; +$a->strings["Archived"] = "Arkivert"; +$a->strings["Only show archived contacts"] = "Bare vis arkiverte kontakter"; +$a->strings["Hidden"] = "Skjult"; +$a->strings["Only show hidden contacts"] = "Bare vis skjulte kontakter"; +$a->strings["Mutual Friendship"] = "Gjensidig vennskap"; +$a->strings["is a fan of yours"] = "er en tilhenger av deg"; +$a->strings["you are a fan of"] = "du er en tilhenger av"; +$a->strings["Edit contact"] = "Endre kontakt"; +$a->strings["Search your contacts"] = "Søk i dine kontakter"; +$a->strings["Update"] = "Oppdater"; +$a->strings["everybody"] = "alle"; +$a->strings["Account settings"] = "Kontoinnstillinger"; +$a->strings["Additional features"] = "Tilleggsfunksjoner"; +$a->strings["Display settings"] = "Visningsinnstillinger"; +$a->strings["Connector settings"] = "Koblingsinnstillinger"; +$a->strings["Plugin settings"] = "Tilleggsinnstillinger"; +$a->strings["Connected apps"] = "Tilkoblede programmer"; +$a->strings["Export personal data"] = "Eksporter personlige data"; +$a->strings["Remove account"] = "Fjern konto"; +$a->strings["Missing some important data!"] = "Mangler noen viktige data!"; +$a->strings["Failed to connect with email account using the settings provided."] = "Mislyktes i å opprette forbindelse med e-postkontoen med de oppgitte innstillingene."; +$a->strings["Email settings updated."] = "E-postinnstillinger er oppdatert."; +$a->strings["Features updated"] = "Funksjoner oppdatert"; +$a->strings["Relocate message has been send to your contacts"] = "Omplasseringsmelding har blitt sendt til dine kontakter"; +$a->strings["Passwords do not match. Password unchanged."] = "Passordene er ikke like. Passord uendret."; +$a->strings["Empty passwords are not allowed. Password unchanged."] = "Tomme passord er ikke lov. Passord uendret."; +$a->strings["Wrong password."] = "Feil passord."; +$a->strings["Password changed."] = "Passord endret."; +$a->strings["Password update failed. Please try again."] = "Passordoppdatering mislyktes. Vennligst prøv igjen."; +$a->strings[" Please use a shorter name."] = "Vennligst bruk et kortere navn."; +$a->strings[" Name too short."] = "Navnet er for kort."; +$a->strings["Wrong Password"] = "Feil passord"; +$a->strings[" Not valid email."] = "Ugyldig e-postadresse."; +$a->strings[" Cannot change to that email."] = "Kan ikke endre til den e-postadressen."; +$a->strings["Private forum has no privacy permissions. Using default privacy group."] = "Privat forum har ingen personverntillatelser. Bruker standard personverngruppe."; +$a->strings["Private forum has no privacy permissions and no default privacy group."] = "Privat forum har ingen personverntillatelser og ingen standard personverngruppe."; +$a->strings["Settings updated."] = "Innstillinger oppdatert."; +$a->strings["Add application"] = "Legg til program"; +$a->strings["Consumer Key"] = "Consumer Key"; +$a->strings["Consumer Secret"] = "Consumer Secret"; +$a->strings["Redirect"] = "Omdiriger"; +$a->strings["Icon url"] = "Ikon URL"; +$a->strings["You can't edit this application."] = "Du kan ikke redigere dette programmet."; +$a->strings["Connected Apps"] = "Tilkoblede programmer"; +$a->strings["Client key starts with"] = "Klientnøkkelen starter med"; +$a->strings["No name"] = "Ingen navn"; +$a->strings["Remove authorization"] = "Fjern tillatelse"; +$a->strings["No Plugin settings configured"] = "Ingen tilleggsinnstillinger konfigurert"; +$a->strings["Plugin Settings"] = "Tilleggsinnstillinger"; +$a->strings["Off"] = "Av"; +$a->strings["On"] = "På"; +$a->strings["Additional Features"] = "Tilleggsfunksjoner"; +$a->strings["Built-in support for %s connectivity is %s"] = "Innebygget støtte for %s forbindelse er %s"; +$a->strings["enabled"] = "aktivert"; +$a->strings["disabled"] = "avskrudd"; +$a->strings["StatusNet"] = "StatusNet"; +$a->strings["Email access is disabled on this site."] = "E-posttilgang er avskrudd på dette stedet."; +$a->strings["Connector Settings"] = "Koblingsinnstillinger"; +$a->strings["Email/Mailbox Setup"] = "E-post-/postboksinnstillinger"; +$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "Hvis du ønsker å kommunisere med e-postkontakter via denne tjenesten (frivillig), vennligst oppgi hvordan din postboks kontaktes."; +$a->strings["Last successful email check:"] = "Siste vellykkede e-postsjekk:"; +$a->strings["IMAP server name:"] = "IMAP-tjeners navn:"; +$a->strings["IMAP port:"] = "IMAP port:"; +$a->strings["Security:"] = "Sikkerhet:"; +$a->strings["None"] = "Ingen"; +$a->strings["Email login name:"] = "E-post brukernavn:"; +$a->strings["Email password:"] = "E-post passord:"; +$a->strings["Reply-to address:"] = "Svar-til-adresse:"; +$a->strings["Send public posts to all email contacts:"] = "Send offentlige meldinger til alle e-postkontakter:"; +$a->strings["Action after import:"] = "Handling etter import:"; +$a->strings["Mark as seen"] = "Marker som sett"; +$a->strings["Move to folder"] = "Flytt til mappe"; +$a->strings["Move to folder:"] = "Flytt til mappe:"; +$a->strings["Display Settings"] = "Visningsinnstillinger"; +$a->strings["Display Theme:"] = "Vis tema:"; +$a->strings["Mobile Theme:"] = "Mobilt tema:"; +$a->strings["Update browser every xx seconds"] = "Oppdater nettleser hvert xx sekund"; +$a->strings["Minimum of 10 seconds, no maximum"] = "Minimum 10 sekunder, ikke noe maksimum"; +$a->strings["Number of items to display per page:"] = "Antall elementer som vises per side:"; +$a->strings["Maximum of 100 items"] = "Maksimum 100 elementer"; +$a->strings["Number of items to display per page when viewed from mobile device:"] = "Antall elementer å vise per side ved visning på mobil enhet:"; +$a->strings["Don't show emoticons"] = "Ikke vis uttrykksikoner"; +$a->strings["Infinite scroll"] = "Uendelig rulling"; +$a->strings["Normal Account Page"] = "Vanlig konto-side"; +$a->strings["This account is a normal personal profile"] = "Denne kontoen er en vanlig personlig profil"; +$a->strings["Soapbox Page"] = "Talerstol-side"; +$a->strings["Automatically approve all connection/friend requests as read-only fans"] = "Automatisk godkjenning av alle forespørsler om forbindelse/venner som fans med kun leserettigheter"; +$a->strings["Community Forum/Celebrity Account"] = "Fellesskapsforum/Kjendis-side"; +$a->strings["Automatically approve all connection/friend requests as read-write fans"] = "Automatisk godkjenning av alle forespørsler om forbindelse/venner som fans med lese- og skriverettigheter"; +$a->strings["Automatic Friend Page"] = "Automatisk venn-side"; +$a->strings["Automatically approve all connection/friend requests as friends"] = "Automatisk godkjenning av alle forespørsler om forbindelse/venner som venner"; +$a->strings["Private Forum [Experimental]"] = "Privat forum [Eksperimentell]"; +$a->strings["Private forum - approved members only"] = "Privat forum - kun godkjente medlemmer"; +$a->strings["OpenID:"] = "OpenID:"; +$a->strings["(Optional) Allow this OpenID to login to this account."] = "(Valgfritt) Tillat denne OpenID-en å logge inn i denne kontoen."; +$a->strings["Publish your default profile in your local site directory?"] = "Skal standardprofilen din publiseres i katalogen til nettstedet ditt?"; +$a->strings["Publish your default profile in the global social directory?"] = "Skal standardprofilen din publiseres i den globale sosiale katalogen?"; +$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Skjul kontakt-/venne-listen din for besøkende til standardprofilen din?"; +$a->strings["Hide your profile details from unknown viewers?"] = "Skjul dine profildetaljer fra ukjente besøkende?"; +$a->strings["Allow friends to post to your profile page?"] = "Tillat venner å poste innlegg på din profilside?"; +$a->strings["Allow friends to tag your posts?"] = "Tillat venner å merke dine innlegg?"; +$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Tillat oss å foreslå deg som en mulig venn til nye medlemmer?"; +$a->strings["Permit unknown people to send you private mail?"] = "Tillat ukjente personer å sende deg privat post?"; +$a->strings["Profile is not published."] = "Profilen er ikke publisert."; +$a->strings["or"] = "eller"; +$a->strings["Your Identity Address is"] = "Din identitetsadresse er"; +$a->strings["Automatically expire posts after this many days:"] = "Innlegg utgår automatisk etter så mange dager:"; +$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Tomme innlegg utgår ikke. Utgåtte innlegg slettes."; +$a->strings["Advanced expiration settings"] = "Avanserte innstillinger for å utgå"; +$a->strings["Advanced Expiration"] = "Avansert utgå"; +$a->strings["Expire posts:"] = "Innlegg utgår:"; +$a->strings["Expire personal notes:"] = "Personlige notater utgår:"; +$a->strings["Expire starred posts:"] = "Innlegg med stjerne utgår:"; +$a->strings["Expire photos:"] = "Bilder utgår:"; +$a->strings["Only expire posts by others:"] = "Kun innlegg fra andre utgår:"; +$a->strings["Account Settings"] = "Kontoinnstillinger"; +$a->strings["Password Settings"] = "Passordinnstillinger"; +$a->strings["New Password:"] = "Nytt passord:"; +$a->strings["Confirm:"] = "Bekreft:"; +$a->strings["Leave password fields blank unless changing"] = "La passordfeltene stå tomme hvis du ikke skal bytte"; +$a->strings["Current Password:"] = "Gjeldende passord:"; +$a->strings["Your current password to confirm the changes"] = "Ditt gjeldende passord for å bekrefte endringene"; +$a->strings["Password:"] = "Passord:"; +$a->strings["Basic Settings"] = "Grunninnstillinger"; +$a->strings["Full Name:"] = "Fullt navn:"; +$a->strings["Email Address:"] = "E-postadresse:"; +$a->strings["Your Timezone:"] = "Din tidssone:"; +$a->strings["Default Post Location:"] = "Standard oppholdssted når du poster:"; +$a->strings["Use Browser Location:"] = "Bruk nettleserens oppholdssted:"; +$a->strings["Security and Privacy Settings"] = "Sikkerhet og privatlivsinnstillinger"; +$a->strings["Maximum Friend Requests/Day:"] = "Maksimum venneforespørsler/dag:"; +$a->strings["(to prevent spam abuse)"] = "(for å forhindre søppelpost)"; +$a->strings["Default Post Permissions"] = "Standardtillatelser ved posting"; +$a->strings["(click to open/close)"] = "(klikk for å åpne/lukke)"; +$a->strings["Show to Groups"] = "Vis til grupper"; +$a->strings["Show to Contacts"] = "Vis til kontakter"; +$a->strings["Default Private Post"] = "Standard privat innlegg"; +$a->strings["Default Public Post"] = "Standard offentlig innlegg"; +$a->strings["Default Permissions for New Posts"] = "Standard tillatelser for nye innlegg"; +$a->strings["Maximum private messages per day from unknown people:"] = "Maksimalt antall private meldinger per dag fra ukjente personer:"; +$a->strings["Notification Settings"] = "Beskjedinnstillinger"; +$a->strings["By default post a status message when:"] = "Standard å legge inn en statusmelding når:"; +$a->strings["accepting a friend request"] = "aksepterer en venneforespørsel"; +$a->strings["joining a forum/community"] = "blir med i et forum/fellesskap"; +$a->strings["making an interesting profile change"] = "gjør en interessant profilendring"; +$a->strings["Send a notification email when:"] = "Send en e-post med beskjed når:"; +$a->strings["You receive an introduction"] = "Du mottar en introduksjon"; +$a->strings["Your introductions are confirmed"] = "Dine introduksjoner er bekreftet"; +$a->strings["Someone writes on your profile wall"] = "Noen skriver på veggen til profilen din"; +$a->strings["Someone writes a followup comment"] = "Noen skriver en oppfølgingskommentar"; +$a->strings["You receive a private message"] = "Du mottar en privat melding"; +$a->strings["You receive a friend suggestion"] = "Du mottar et venneforslag"; +$a->strings["You are tagged in a post"] = "Du er merket i et innlegg"; +$a->strings["You are poked/prodded/etc. in a post"] = "Du er dyttet/dultet/etc i et innlegg"; +$a->strings["Advanced Account/Page Type Settings"] = "Avanserte konto-/sidetype-innstillinger"; +$a->strings["Change the behaviour of this account for special situations"] = "Endre oppførselen til denne kontoen i spesielle situasjoner"; +$a->strings["Relocate"] = "Omplasser"; +$a->strings["If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."] = "Hvis du har flyttet denne profilen fra en annen tjener, og noen av dine kontakter ikke mottar dine oppdateringer, prøv å trykke denne knappen."; +$a->strings["Resend relocate message to contacts"] = "Send omplasseringsmelding på nytt til kontakter"; +$a->strings["Profile deleted."] = "Profil slettet."; +$a->strings["Profile-"] = "Profil-"; +$a->strings["New profile created."] = "Ny profil opprettet."; +$a->strings["Profile unavailable to clone."] = "Profilen er utilgjengelig for kloning."; +$a->strings["Profile Name is required."] = "Profilnavn er påkrevet."; +$a->strings["Marital Status"] = "Ekteskapelig status"; +$a->strings["Romantic Partner"] = "Romantisk partner"; +$a->strings["Likes"] = "Liker"; +$a->strings["Dislikes"] = "Liker ikke"; +$a->strings["Work/Employment"] = "Arbeid/ansatt hos"; +$a->strings["Religion"] = "Religion"; +$a->strings["Political Views"] = "Politisk ståsted"; +$a->strings["Gender"] = "Kjønn"; +$a->strings["Sexual Preference"] = "Seksuell orientering"; +$a->strings["Homepage"] = "Hjemmeside"; +$a->strings["Interests"] = "Interesser"; +$a->strings["Address"] = "Adresse"; +$a->strings["Location"] = "Plassering"; +$a->strings["Profile updated."] = "Profil oppdatert."; +$a->strings[" and "] = "og"; +$a->strings["public profile"] = "offentlig profil"; +$a->strings["%1\$s changed %2\$s to “%3\$s”"] = "%1\$s endret %2\$s til “%3\$s”"; +$a->strings[" - Visit %1\$s's %2\$s"] = "- Besøk %1\$s sin %2\$s"; +$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s har oppdatert %2\$s, endret %3\$s."; +$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Skjul kontakten/vennen din fra folk som kan se denne profilen?"; +$a->strings["Edit Profile Details"] = "Endre profildetaljer"; +$a->strings["Change Profile Photo"] = "Endre profilbilde"; +$a->strings["View this profile"] = "Vis denne profilen"; +$a->strings["Create a new profile using these settings"] = "Opprett en ny profil med disse innstillingene"; +$a->strings["Clone this profile"] = "Klon denne profilen"; +$a->strings["Delete this profile"] = "Slette denne profilen"; +$a->strings["Profile Name:"] = "Profilnavn:"; +$a->strings["Your Full Name:"] = "Ditt fulle navn:"; +$a->strings["Title/Description:"] = "Tittel/Beskrivelse:"; +$a->strings["Your Gender:"] = "Ditt kjønn:"; +$a->strings["Birthday (%s):"] = "Fødselsdag (%s):"; +$a->strings["Street Address:"] = "Gateadresse:"; +$a->strings["Locality/City:"] = "Plassering/by:"; +$a->strings["Postal/Zip Code:"] = "Postnummer:"; +$a->strings["Country:"] = "Land:"; +$a->strings["Region/State:"] = "Region/fylke:"; +$a->strings[" Marital Status:"] = " Sivilstand:"; +$a->strings["Who: (if applicable)"] = "Hvem: (hvis gjeldende)"; +$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Eksempler: kari123, Kari Nordmann, kari@example.com"; +$a->strings["Since [date]:"] = "Fra [dato]:"; +$a->strings["Sexual Preference:"] = "Seksuell orientering:"; +$a->strings["Homepage URL:"] = "Hjemmeside URL:"; +$a->strings["Hometown:"] = "Hjemsted:"; +$a->strings["Political Views:"] = "Politisk ståsted:"; +$a->strings["Religious Views:"] = "Religiøst ståsted:"; +$a->strings["Public Keywords:"] = "Offentlige nøkkelord:"; +$a->strings["Private Keywords:"] = "Private nøkkelord:"; +$a->strings["Likes:"] = "Liker:"; +$a->strings["Dislikes:"] = "Liker ikke:"; +$a->strings["Example: fishing photography software"] = "Eksempel: fisking fotografering programvare"; +$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(Brukes for å foreslå mulige venner, kan ses av andre)"; +$a->strings["(Used for searching profiles, never shown to others)"] = "(Brukes for å søke i profiler, vises aldri til andre)"; +$a->strings["Tell us about yourself..."] = "Fortell oss om deg selv..."; +$a->strings["Hobbies/Interests"] = "Hobbier/interesser"; +$a->strings["Contact information and Social Networks"] = "Kontaktinformasjon og sosiale nettverk"; +$a->strings["Musical interests"] = "Musikksmak"; +$a->strings["Books, literature"] = "Bøker, litteratur"; +$a->strings["Television"] = "TV"; +$a->strings["Film/dance/culture/entertainment"] = "Film/dans/kultur/underholdning"; +$a->strings["Love/romance"] = "Kjærlighet/romanse"; +$a->strings["Work/employment"] = "Arbeid/ansatt hos"; +$a->strings["School/education"] = "Skole/utdanning"; +$a->strings["This is your public profile.
It may be visible to anybody using the internet."] = "Dette er din offentlige profil.
Den kan ses av alle på Internet."; +$a->strings["Edit/Manage Profiles"] = "Rediger/Behandle profiler"; +$a->strings["Group created."] = "Gruppen er laget."; +$a->strings["Could not create group."] = "Kunne ikke lage gruppen."; +$a->strings["Group not found."] = "Fant ikke gruppen."; +$a->strings["Group name changed."] = "Gruppenavnet er endret"; +$a->strings["Save Group"] = "Lagre gruppe"; +$a->strings["Create a group of contacts/friends."] = "Lag en gruppe med kontakter/venner."; +$a->strings["Group Name: "] = "Gruppenavn:"; +$a->strings["Group removed."] = "Gruppe fjernet."; +$a->strings["Unable to remove group."] = "Mislyktes med å fjerne gruppe."; +$a->strings["Group Editor"] = "Gruppebehandler"; +$a->strings["Members"] = "Medlemmer"; +$a->strings["Click on a contact to add or remove."] = "Klikk på en kontakt for å legge til eller fjerne."; +$a->strings["Source (bbcode) text:"] = "BBcode kildetekst:"; +$a->strings["Source (Diaspora) text to convert to BBcode:"] = "Diaspora kildetekst å konvertere til BBcode:"; +$a->strings["Source input: "] = "Kilde-input:"; +$a->strings["bb2html (raw HTML): "] = "bb2html (rå HTML):"; +$a->strings["bb2html: "] = "bb2html:"; +$a->strings["bb2html2bb: "] = "bb2html2bb:"; +$a->strings["bb2md: "] = "bb2md:"; +$a->strings["bb2md2html: "] = "bb2md2html:"; +$a->strings["bb2dia2bb: "] = "bb2dia2bb:"; +$a->strings["bb2md2html2bb: "] = "bb2md2html2bb:"; +$a->strings["Source input (Diaspora format): "] = "Diaspora-formatert kilde-input:"; +$a->strings["diaspora2bb: "] = "diaspora2bb:"; +$a->strings["Not available."] = "Ikke tilgjengelig."; +$a->strings["Contact added"] = "Kontakt lagt til "; +$a->strings["No more system notifications."] = "Ingen flere systemvarsler."; +$a->strings["System Notifications"] = "Systemvarsler"; +$a->strings["New Message"] = "Ny melding"; +$a->strings["Unable to locate contact information."] = "Mislyktes med å finne kontaktinformasjon."; +$a->strings["Messages"] = "Meldinger"; +$a->strings["Do you really want to delete this message?"] = "Ønsker du virkelig å slette denne meldingen?"; +$a->strings["Message deleted."] = "Melding slettet."; +$a->strings["Conversation removed."] = "Samtale slettet."; +$a->strings["No messages."] = "Ingen meldinger."; +$a->strings["Unknown sender - %s"] = "Ukjent avsender - %s"; +$a->strings["You and %s"] = "Du og %s"; +$a->strings["%s and You"] = "%s og du"; +$a->strings["Delete conversation"] = "Slett samtale"; +$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A"; +$a->strings["%d message"] = array( + 0 => "%d melding", + 1 => "%d meldinger", +); +$a->strings["Message not available."] = "Melding utilgjengelig."; +$a->strings["Delete message"] = "Slett melding"; +$a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = "Ingen sikker kommunikasjon tilgjengelig. Du kan kanskje svare fra senderens profilside."; +$a->strings["Send Reply"] = "Send svar"; +$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s liker ikke %2\$s's %3\$s"; $a->strings["Post successful."] = "Innlegg vellykket."; -$a->strings["OpenID protocol error. No ID returned."] = "OpenID protokollfeil. Ingen ID kom i retur."; -$a->strings["Account not found and OpenID registration is not permitted on this site."] = "Kontoen ble ikke funnet og OpenID-registrering er ikke tillat på dette nettstedet."; +$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A"; +$a->strings["Time Conversion"] = "Tidskonvertering"; +$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica har denne tjenesten for å dele hendelser med andre nettverk og venner i ukjente tidssoner."; +$a->strings["UTC time: %s"] = "UTC tid: %s"; +$a->strings["Current timezone: %s"] = "Gjeldende tidssone: %s"; +$a->strings["Converted localtime: %s"] = "Konvertert lokaltid: %s"; +$a->strings["Please select your timezone:"] = "Vennligst velg din tidssone:"; +$a->strings["Save to Folder:"] = "Lagre til mappe:"; +$a->strings["- select -"] = "- velg -"; +$a->strings["Invalid profile identifier."] = "Ugyldig profilidentifikator."; +$a->strings["Profile Visibility Editor"] = "Behandle profilsynlighet"; +$a->strings["Visible To"] = "Synlig for"; +$a->strings["All Contacts (with secure profile access)"] = "Alle kontakter (med sikret profiltilgang)"; +$a->strings["No contacts."] = "Ingen kontakter."; +$a->strings["View Contacts"] = "Vis kontakter"; +$a->strings["People Search"] = "Personsøk"; +$a->strings["No matches"] = "Ingen treff"; +$a->strings["Upload New Photos"] = "Last opp nye bilder"; +$a->strings["Contact information unavailable"] = "Kontaktinformasjon utilgjengelig"; +$a->strings["Album not found."] = "Album ble ikke funnet."; +$a->strings["Delete Album"] = "Slett album"; +$a->strings["Do you really want to delete this photo album and all its photos?"] = "Ønsker du virkelig å slette dette fotoalbumet og alle bildene i det?"; +$a->strings["Delete Photo"] = "Slett bilde"; +$a->strings["Do you really want to delete this photo?"] = "Ønsker du virkelig å slette dette bildet?"; +$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s ble merket i %2\$s av %3\$s"; +$a->strings["a photo"] = "et bilde"; +$a->strings["Image exceeds size limit of "] = "Bilde overstiger størrelsesbegrensningen på "; +$a->strings["Image file is empty."] = "Bildefilen er tom."; +$a->strings["Unable to process image."] = "Ikke i stand til å behandle bildet."; +$a->strings["Image upload failed."] = "Mislyktes med å laste opp bilde."; +$a->strings["No photos selected"] = "Ingen bilder er valgt"; +$a->strings["Access to this item is restricted."] = "Tilgang til dette elementet er begrenset."; +$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "Du har brukt %1$.2f Mbytes av %2$.2f Mbytes bildelagring."; +$a->strings["Upload Photos"] = "Last opp bilder"; +$a->strings["New album name: "] = "Nytt albumnavn:"; +$a->strings["or existing album name: "] = "eller eksisterende albumnavn:"; +$a->strings["Do not show a status post for this upload"] = "Ikke vis statusoppdatering for denne opplastingen"; +$a->strings["Permissions"] = "Tillatelser"; +$a->strings["Private Photo"] = "Privat bilde"; +$a->strings["Public Photo"] = "Offentlig bilde"; +$a->strings["Edit Album"] = "Endre album"; +$a->strings["Show Newest First"] = "Vis nyeste først"; +$a->strings["Show Oldest First"] = "Vis eldste først"; +$a->strings["View Photo"] = "Vis bilde"; +$a->strings["Permission denied. Access to this item may be restricted."] = "Tilgang nektet. Tilgang til dette elementet kan være begrenset."; +$a->strings["Photo not available"] = "Bilde ikke tilgjengelig"; +$a->strings["View photo"] = "Vis foto"; +$a->strings["Edit photo"] = "Endre bilde"; +$a->strings["Use as profile photo"] = "Bruk som profilbilde"; +$a->strings["View Full Size"] = "Vis i full størrelse"; +$a->strings["Tags: "] = "Tagger:"; +$a->strings["[Remove any tag]"] = "[Fjern en tag]"; +$a->strings["Rotate CW (right)"] = "Roter med klokka (høyre)"; +$a->strings["Rotate CCW (left)"] = "Roter mot klokka (venstre)"; +$a->strings["New album name"] = "Nytt albumnavn"; +$a->strings["Caption"] = "Overskrift"; +$a->strings["Add a Tag"] = "Legg til tag"; +$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Eksempel: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"; +$a->strings["Private photo"] = "Privat bilde"; +$a->strings["Public photo"] = "Offentlig bilde"; +$a->strings["Share"] = "Del"; +$a->strings["View Album"] = "Vis album"; +$a->strings["Recent Photos"] = "Nye bilder"; +$a->strings["File exceeds size limit of %d"] = "Filstørrelsen er større enn begrensning på %d"; +$a->strings["File upload failed."] = "Opplasting av filen mislyktes."; +$a->strings["No videos selected"] = "Ingen videoer er valgt"; +$a->strings["View Video"] = "Vis video"; +$a->strings["Recent Videos"] = "Nye videoer"; +$a->strings["Upload New Videos"] = "Last opp nye videoer"; +$a->strings["Poke/Prod"] = "Dytt/dult"; +$a->strings["poke, prod or do other things to somebody"] = "dytt, dult eller gjør andre ting med noen"; +$a->strings["Recipient"] = "Mottaker"; +$a->strings["Choose what you wish to do to recipient"] = "Velg hva du ønsker å gjøre med mottakeren"; +$a->strings["Make this post private"] = "Gjør dette innlegget privat"; +$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s følger %2\$s sin %3\$s"; +$a->strings["Export account"] = "Eksporter konto"; +$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "Eksporter din kontos informasjon og kontakter. Bruk denne til å ta en sikkerhetskopi av kontoen din og/eller for å flytte til en annen tjener."; +$a->strings["Export all"] = "Eksporter alt"; +$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "Eksporter din kontoinformasjon, kontakter og alle dine elementer som JSON. Det kan bli en svært stor fil, og kan ta lang tid. Bruk denne til å gjøre en full sikkerhetskopi av kontoen din (bilder blir ikke eksportert)"; +$a->strings["Common Friends"] = "Felles venner"; +$a->strings["No contacts in common."] = "Ingen kontakter felles."; +$a->strings["Image exceeds size limit of %d"] = "Bildets størrelse overstiger størrelsesbegrensningen på %d"; +$a->strings["Wall Photos"] = "Veggbilder"; $a->strings["Image uploaded but image cropping failed."] = "Bildet ble lastet opp, men beskjæringen mislyktes."; $a->strings["Image size reduction [%s] failed."] = "Reduksjon av bildestørrelse [%s] mislyktes."; $a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Shift-last-siden-på-nytt eller slett mellomlagret i nettleseren hvis det nye bildet ikke vises umiddelbart."; @@ -1556,96 +1153,540 @@ $a->strings["Crop Image"] = "Beskjær bilde"; $a->strings["Please adjust the image cropping for optimum viewing."] = "Vennligst juster beskjæringen av bildet for optimal visning."; $a->strings["Done Editing"] = "Behandling ferdig"; $a->strings["Image uploaded successfully."] = "Bilde ble lastet opp."; -$a->strings["Not available."] = "Ikke tilgjengelig."; -$a->strings["%d comment"] = array( - 0 => "%d kommentar", - 1 => "%d kommentarer", +$a->strings["Applications"] = "Programmer"; +$a->strings["No installed applications."] = "Ingen installerte programmer."; +$a->strings["Nothing new here"] = "Ikke noe nytt her"; +$a->strings["Clear notifications"] = "Fjern varslinger"; +$a->strings["Profile Match"] = "Profiltreff"; +$a->strings["No keywords to match. Please add keywords to your default profile."] = "Ingen nøkkelord å sammenlikne. Vennligst legg til nøkkelord i din standardprofil."; +$a->strings["is interested in:"] = "er interessert i:"; +$a->strings["Tag removed"] = "Fjernet tag"; +$a->strings["Remove Item Tag"] = "Fjern tag"; +$a->strings["Select a tag to remove: "] = "Velg en tag å fjerne:"; +$a->strings["Remove"] = "Slett"; +$a->strings["Event title and start time are required."] = "Hendelsens tittel og starttidspunkt er påkrevet."; +$a->strings["l, F j"] = "l, F j"; +$a->strings["Edit event"] = "Rediger hendelse"; +$a->strings["link to source"] = "lenke til kilde"; +$a->strings["Create New Event"] = "Lag ny hendelse"; +$a->strings["Previous"] = "Forrige"; +$a->strings["hour:minute"] = "time:minutt"; +$a->strings["Event details"] = "Hendelsesdetaljer"; +$a->strings["Format is %s %s. Starting date and Title are required."] = "Formatet er %s %s. Startdato og tittel er påkrevet."; +$a->strings["Event Starts:"] = "Hendelsen starter:"; +$a->strings["Required"] = "Påkrevet"; +$a->strings["Finish date/time is not known or not relevant"] = "Avslutningsdato/-tid er ukjent eller ikke relevant"; +$a->strings["Event Finishes:"] = "Hendelsen slutter:"; +$a->strings["Adjust for viewer timezone"] = "Tilpass til iakttakerens tidssone"; +$a->strings["Description:"] = "Beskrivelse:"; +$a->strings["Title:"] = "Tittel:"; +$a->strings["Share this event"] = "Del denne hendelsen"; +$a->strings["No potential page delegates located."] = "Fant ingen potensielle sidedelegater."; +$a->strings["Delegate Page Management"] = "Deleger sidebehandling"; +$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."] = "Delegater kan behandle alle sider ved denne kontoen/siden, bortsett fra grunnleggende kontoinnstillinger. Vennligst ikke deleger din personlige konto til noen som du ikke stoler fullt og fast på."; +$a->strings["Existing Page Managers"] = "Eksisterende sidebehandlere"; +$a->strings["Existing Page Delegates"] = "Eksisterende sidedelegater"; +$a->strings["Potential Delegates"] = "Mulige delegater"; +$a->strings["Add"] = "Legg til"; +$a->strings["No entries."] = "Ingen oppføringer"; +$a->strings["Contacts who are not members of a group"] = "Kontakter som ikke er medlemmer av en gruppe"; +$a->strings["Files"] = "Filer"; +$a->strings["System down for maintenance"] = "Systemet er nede for vedlikehold"; +$a->strings["Remove My Account"] = "Slett min konto"; +$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Dette vil slette din konto fullstendig. Når dette er gjort kan den ikke gjenopprettes."; +$a->strings["Please enter your password for verification:"] = "Vennligst skriv inn ditt passord for å bekrefte:"; +$a->strings["Friend suggestion sent."] = "Venneforslag sendt."; +$a->strings["Suggest Friends"] = "Foreslå venner"; +$a->strings["Suggest a friend for %s"] = "Foreslå en venn for %s"; +$a->strings["Unable to locate original post."] = "Mislyktes med å lokalisere opprinnelig melding."; +$a->strings["Empty post discarded."] = "Tom melding forkastet."; +$a->strings["System error. Post not saved."] = "Systemfeil. Meldingen ble ikke lagret."; +$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Denne meldingen ble sendt til deg av %s, et medlem av det sosiale nettverket Friendica."; +$a->strings["You may visit them online at %s"] = "Du kan besøke dem online på %s"; +$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Vennligst kontakt avsenderen ved å svare på denne meldingen hvis du ikke ønsker å motta disse meldingene."; +$a->strings["%s posted an update."] = "%s postet en oppdatering."; +$a->strings["{0} wants to be your friend"] = "{0} ønsker å bli din venn"; +$a->strings["{0} sent you a message"] = "{0} sendte deg en melding"; +$a->strings["{0} requested registration"] = "{0} forespurte om registrering"; +$a->strings["{0} commented %s's post"] = "{0} kommenterte %s sitt innlegg"; +$a->strings["{0} liked %s's post"] = "{0} likte %s sitt innlegg"; +$a->strings["{0} disliked %s's post"] = "{0} likte ikke %s sitt innlegg"; +$a->strings["{0} is now friends with %s"] = "{0} er nå venner med %s"; +$a->strings["{0} posted"] = "{0} postet et innlegg"; +$a->strings["{0} tagged %s's post with #%s"] = "{0} merket %s sitt innlegg med #%s"; +$a->strings["{0} mentioned you in a post"] = "{0} nevnte deg i et innlegg"; +$a->strings["OpenID protocol error. No ID returned."] = "OpenID protokollfeil. Ingen ID kom i retur."; +$a->strings["Account not found and OpenID registration is not permitted on this site."] = "Kontoen ble ikke funnet og OpenID-registrering er ikke tillat på dette nettstedet."; +$a->strings["Login failed."] = "Innlogging mislyktes."; +$a->strings["Invalid request identifier."] = "Ugyldig forespørselsidentifikator."; +$a->strings["Discard"] = "Forkast"; +$a->strings["System"] = "System"; +$a->strings["Network"] = "Nettverk"; +$a->strings["Introductions"] = "Introduksjoner"; +$a->strings["Show Ignored Requests"] = "Vis ignorerte forespørsler"; +$a->strings["Hide Ignored Requests"] = "Skjul ignorerte forespørsler"; +$a->strings["Notification type: "] = "Beskjedtype:"; +$a->strings["Friend Suggestion"] = "Venneforslag"; +$a->strings["suggested by %s"] = "foreslått av %s"; +$a->strings["Post a new friend activity"] = "Post om en ny venn"; +$a->strings["if applicable"] = "hvis gyldig"; +$a->strings["Claims to be known to you: "] = "Påstår å kjenne deg:"; +$a->strings["yes"] = "ja"; +$a->strings["no"] = "ei"; +$a->strings["Approve as: "] = "Godkjenn som:"; +$a->strings["Friend"] = "Venn"; +$a->strings["Sharer"] = "Deler"; +$a->strings["Fan/Admirer"] = "Fan/Beundrer"; +$a->strings["Friend/Connect Request"] = "Venn/kontakt-forespørsel"; +$a->strings["New Follower"] = "Ny følgesvenn"; +$a->strings["No introductions."] = "Ingen introduksjoner."; +$a->strings["Notifications"] = "Varslinger"; +$a->strings["%s liked %s's post"] = "%s likte %s sitt innlegg"; +$a->strings["%s disliked %s's post"] = "%s mislikte %s sitt innlegg"; +$a->strings["%s is now friends with %s"] = "%s er nå venner med %s"; +$a->strings["%s created a new post"] = "%s skrev et nytt innlegg"; +$a->strings["%s commented on %s's post"] = "%s kommenterte på %s sitt innlegg"; +$a->strings["No more network notifications."] = "Ingen flere nettverksvarslinger."; +$a->strings["Network Notifications"] = "Nettverksvarslinger"; +$a->strings["No more personal notifications."] = "Ingen flere personlige varsler."; +$a->strings["Personal Notifications"] = "Personlige varsler"; +$a->strings["No more home notifications."] = "Ingen flere hjemmevarsler."; +$a->strings["Home Notifications"] = "Hjemmevarsler"; +$a->strings["Total invitation limit exceeded."] = "Grensen for totalt antall invitasjoner er overskredet."; +$a->strings["%s : Not a valid email address."] = "%s: Ugyldig e-postadresse."; +$a->strings["Please join us on Friendica"] = "Vær med oss på Friendica"; +$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Invitasjonsgrense overskredet. Vennligst kontakt administrator på ditt nettsted."; +$a->strings["%s : Message delivery failed."] = "%s: Mislyktes med å levere meldingen."; +$a->strings["%d message sent."] = array( + 0 => "one: %d melding sendt.", + 1 => "other: %d meldinger sendt.", ); -$a->strings["like"] = "liker"; -$a->strings["dislike"] = "liker ikke"; -$a->strings["Share this"] = "Del denne"; -$a->strings["share"] = "Del"; -$a->strings["Bold"] = "uthevet"; -$a->strings["Italic"] = "kursiv"; -$a->strings["Underline"] = "understrek"; -$a->strings["Quote"] = "sitat"; -$a->strings["Code"] = "kode"; -$a->strings["Image"] = "Bilde/fotografi"; -$a->strings["Link"] = "lenke"; -$a->strings["Video"] = "video"; -$a->strings["add star"] = "legg til stjerne"; -$a->strings["remove star"] = "fjern stjerne"; -$a->strings["toggle star status"] = "veksle stjernestatus"; -$a->strings["starred"] = "Med stjerne"; -$a->strings["add tag"] = "Legg til merkelapp"; -$a->strings["save to folder"] = "lagre i mappe"; -$a->strings["to"] = "til"; -$a->strings["Wall-to-Wall"] = "vegg-til-vegg"; -$a->strings["via Wall-To-Wall:"] = "via vegg-til-vegg"; -$a->strings["This entry was edited"] = "Denne oppføringen ble endret"; -$a->strings["via"] = "via"; -$a->strings["Theme settings"] = "Temainnstillinger"; -$a->strings["Set resize level for images in posts and comments (width and height)"] = "Angi størrelsesendringen for bilder i innlegg og kommentarer (bredde og høyde)"; -$a->strings["Set font-size for posts and comments"] = "Angi skriftstørrelse for innlegg og kommentarer"; -$a->strings["Set theme width"] = "Angi temabredde"; -$a->strings["Color scheme"] = "Fargekart"; -$a->strings["Set line-height for posts and comments"] = "Angi linjeavstand for innlegg og kommentarer"; -$a->strings["Set resolution for middle column"] = "Angi oppløsning for midtkolonnen"; -$a->strings["Set color scheme"] = "Angi fargekart"; -$a->strings["Set twitter search term"] = "Angi twitter søkeord"; -$a->strings["Set zoomfactor for Earth Layer"] = "Angi zoomfaktor for Earth Layer"; -$a->strings["Set longitude (X) for Earth Layers"] = "Angi lengdegrad (X) for Earth Layers"; -$a->strings["Set latitude (Y) for Earth Layers"] = "Angi breddegrad (Y) for Earth Layers"; -$a->strings["Community Pages"] = "Felleskapssider"; -$a->strings["Earth Layers"] = "Earth Layers"; -$a->strings["Community Profiles"] = "Fellesskapsprofiler"; -$a->strings["Help or @NewHere ?"] = "Hjelp eller @NewHere ?"; -$a->strings["Connect Services"] = "Forbindelse til tjenester"; -$a->strings["Find Friends"] = "Finn venner"; -$a->strings["Last tweets"] = "Siste kvitringer"; -$a->strings["Last users"] = "Siste brukere"; -$a->strings["Last photos"] = "Siste bilder"; -$a->strings["Last likes"] = "Siste liker"; -$a->strings["Your contacts"] = "Dine kontakter"; -$a->strings["Local Directory"] = "Lokal katalog"; -$a->strings["Set zoomfactor for Earth Layers"] = "Angi zoomfaktor for Earth Layers"; -$a->strings["Last Tweets"] = "Siste Tweets"; -$a->strings["Show/hide boxes at right-hand column:"] = "Vis/skjul bokser i kolonnen til høyre:"; -$a->strings["Set colour scheme"] = "Angi fargekart"; -$a->strings["Alignment"] = "Justering"; -$a->strings["Left"] = "Venstre"; -$a->strings["Center"] = "Midtstilt"; -$a->strings["Posts font size"] = "Skriftstørrelse for innlegg"; -$a->strings["Textareas font size"] = "Skriftstørrelse for tekstområder"; -$a->strings["toggle mobile"] = "Velg mobilvisning"; -$a->strings["Delete this item?"] = "Slett dette elementet?"; -$a->strings["show fewer"] = "vis færre"; -$a->strings["Update %s failed. See error logs."] = "Oppdatering %s mislyktes. Se feilloggene."; -$a->strings["Update Error at %s"] = "Oppdateringsfeil i %s"; -$a->strings["Create a New Account"] = "Lag en ny konto"; -$a->strings["Nickname or Email address: "] = "Kallenavn eller epostadresse: "; -$a->strings["Password: "] = "Passord: "; -$a->strings["Remember me"] = "Husk meg"; -$a->strings["Or login using OpenID: "] = "Eller logg inn med OpenID:"; -$a->strings["Forgot your password?"] = "Glemt passordet?"; -$a->strings["Website Terms of Service"] = "Nettstedets bruksbetingelser"; -$a->strings["terms of service"] = "bruksbetingelser"; -$a->strings["Website Privacy Policy"] = "Nettstedets retningslinjer for personvern"; -$a->strings["privacy policy"] = "retningslinjer for personvern"; -$a->strings["Requested account is not available."] = "Profil utilgjengelig."; -$a->strings["Edit profile"] = "Rediger profil"; -$a->strings["Message"] = "Melding"; -$a->strings["Manage/edit profiles"] = "Behandle/endre profiler"; -$a->strings["g A l F d"] = "g A l F d"; -$a->strings["F d"] = "F d"; -$a->strings["[today]"] = "[idag]"; -$a->strings["Birthday Reminders"] = "Fødselsdager"; -$a->strings["Birthdays this week:"] = "Fødselsdager denne uken:"; -$a->strings["[No description]"] = "[Ingen beskrivelse]"; -$a->strings["Event Reminders"] = "Påminnelser om hendelser"; -$a->strings["Events this week:"] = "Hendelser denne uken:"; -$a->strings["Status Messages and Posts"] = "Status meldinger og innlegg"; -$a->strings["Profile Details"] = "Profildetaljer"; -$a->strings["Videos"] = "Videoer"; -$a->strings["Events and Calendar"] = "Hendelser og kalender"; -$a->strings["Only You Can See This"] = "Bare du kan se dette"; +$a->strings["You have no more invitations available"] = "Du har ingen flere tilgjengelige invitasjoner"; +$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = "Besøk %s for en liste med offentlige nettsteder du kan bli med i. Friendica-medlemmer ved andre nettsteder kan alle opprette forbindelse til hverandre, og i tillegg til medlemmer av mange andre sosiale nettverk."; +$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "For å akseptere denne invitasjonen, vær så snill å besøk og registrer deg hos %s eller et hvilket som helst annet offentlig Friendica-nettsted."; +$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "Friendica-nettsteder er alle forbundet med hverandre for å lage et personvern-forbedret sosialt nettverk som eies og kontrolleres av medlemmene selv. De kan også forbindes med mange tradisjonelle sosiale nettverk. Se %s for en liste over alternative Friendica-nettsteder du kan bli med i."; +$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Vi beklager. Dette systemet er for øyeblikket ikke konfigurert for forbindelser med andre offentlige nettsteder eller å invitere medlemmer."; +$a->strings["Send invitations"] = "Send invitasjoner"; +$a->strings["Enter email addresses, one per line:"] = "Skriv e-postadresser, en per linje:"; +$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "Du er herved hjertelig invitert til å bli med meg og andre nære venner på Friendica - hjelp oss å skape en bedre sosial web."; +$a->strings["You will need to supply this invitation code: \$invite_code"] = "Du må oppgi denne invitasjonskoden: \$invite_code"; +$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Når du har registrert, vennligst kontakt meg via min profilside på:"; +$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendica.com"] = "For mer informasjon om Friendica-prosjektet og hvorfor vi mener det er viktig, vennligst besøk http://friendica.com"; +$a->strings["Manage Identities and/or Pages"] = "Behandle identiteter og/eller sider"; +$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Veksle mellom ulike identiteter eller felleskaps-/gruppesider som deler dine kontodetaljer eller som du har blitt gitt \"behandle\" tillatelser"; +$a->strings["Select an identity to manage: "] = "Velg en identitet å behandle:"; +$a->strings["Welcome to %s"] = "Velkommen til %s"; +$a->strings["Friends of %s"] = "Venner av %s"; +$a->strings["No friends to display."] = "Ingen venner å vise."; +$a->strings["Add New Contact"] = "Legg til ny kontakt"; +$a->strings["Enter address or web location"] = "Skriv adresse eller web-plassering"; +$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Eksempel: ole@eksempel.no, http://eksempel.no/kari"; +$a->strings["%d invitation available"] = array( + 0 => "%d invitasjon tilgjengelig", + 1 => "%d invitasjoner tilgjengelig", +); +$a->strings["Find People"] = "Finn personer"; +$a->strings["Enter name or interest"] = "Skriv navn eller interesse"; +$a->strings["Connect/Follow"] = "Koble/Følg"; +$a->strings["Examples: Robert Morgenstein, Fishing"] = "Eksempler: Robert Morgenstein, fisking"; +$a->strings["Random Profile"] = "Tilfeldig profil"; +$a->strings["Networks"] = "Nettverk"; +$a->strings["All Networks"] = "Alle nettverk"; +$a->strings["Saved Folders"] = "Lagrede mapper"; +$a->strings["Everything"] = "Alt"; +$a->strings["Categories"] = "Kategorier"; +$a->strings["Click here to upgrade."] = "Klikk her for oppgradere."; +$a->strings["This action exceeds the limits set by your subscription plan."] = "Denne handlingen overstiger grensene satt i din abonnementsplan."; +$a->strings["This action is not available under your subscription plan."] = "Denne handlingen er ikke tilgjengelig i henhold til din abonnementsplan."; +$a->strings["User not found."] = "Brukeren ble ikke funnet."; +$a->strings["There is no status with this id."] = "Det er ingen status tilknyttet denne id-en."; +$a->strings["view full size"] = "Vis i full størrelse"; +$a->strings["Starts:"] = "Starter:"; +$a->strings["Finishes:"] = "Slutter:"; +$a->strings["(no subject)"] = "(uten emne)"; +$a->strings["noreply"] = "ikke svar"; +$a->strings["An invitation is required."] = "En invitasjon er nødvendig."; +$a->strings["Invitation could not be verified."] = "Invitasjon kunne ikke bekreftes."; +$a->strings["Invalid OpenID url"] = "Ugyldig OpenID URL"; +$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Vi støtte på et problem under innloggingen med OpenID-en du oppgav. Vennligst sjekk at du stavet ID-en riktig."; +$a->strings["The error message was:"] = "Feilmeldingen var:"; +$a->strings["Please enter the required information."] = "Vennligst skriv inn den nødvendige informasjonen."; +$a->strings["Please use a shorter name."] = "Vennligst bruk et kortere navn."; +$a->strings["Name too short."] = "Navnet er for kort."; +$a->strings["That doesn't appear to be your full (First Last) name."] = "Dette ser ikke ut til å være ditt full navn (Fornavn Etternavn)."; +$a->strings["Your email domain is not among those allowed on this site."] = "Ditt e-postdomene er ikke blant de som er tillat på dette stedet."; +$a->strings["Not a valid email address."] = "Ugyldig e-postadresse."; +$a->strings["Cannot use that email."] = "Kan ikke bruke den e-postadressen."; +$a->strings["Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and must also begin with a letter."] = "Ditt kallenavn kan bare inneholde \"a-z\", \"0-9\", \"-\", \"_\", og må også begynne med en bokstav."; +$a->strings["Nickname is already registered. Please choose another."] = "Kallenavnet er allerede registrert. Vennligst velg et annet."; +$a->strings["Nickname was once registered here and may not be re-used. Please choose another."] = "Kallenavnet ble registrert her en gang og kan ikke brukes om igjen. Vennligst velg et annet."; +$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "ALVORLIG FEIL: mislyktes med å lage sikkerhetsnøkler."; +$a->strings["An error occurred during registration. Please try again."] = "En feil oppstod under registreringen. Vennligst prøv igjen."; +$a->strings["An error occurred creating your default profile. Please try again."] = "En feil oppstod under opprettelsen av din standardprofil. Vennligst prøv igjen."; +$a->strings["Friends"] = "Venner"; +$a->strings["%1\$s poked %2\$s"] = "%1\$s dyttet %2\$s"; +$a->strings["poked"] = "dyttet"; +$a->strings["post/item"] = "innlegg/element"; +$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "%1\$s merket %2\$s's %3\$s som en favoritt"; +$a->strings["remove"] = "slett"; +$a->strings["Delete Selected Items"] = "Slette valgte elementer"; +$a->strings["Follow Thread"] = "Følg tråd"; +$a->strings["View Status"] = "Vis status"; +$a->strings["View Profile"] = "Vis profil"; +$a->strings["View Photos"] = "Vis bilder"; +$a->strings["Network Posts"] = "Nettverksinnlegg"; +$a->strings["Edit Contact"] = "Endre kontakt"; +$a->strings["Send PM"] = "Send privat melding"; +$a->strings["Poke"] = "Dytt"; +$a->strings["%s likes this."] = "%s liker dette."; +$a->strings["%s doesn't like this."] = "%s liker ikke dette."; +$a->strings["%2\$d people like this"] = "%2\$d personer liker dette"; +$a->strings["%2\$d people don't like this"] = "%2\$d personer liker ikke dette"; +$a->strings["and"] = "og"; +$a->strings[", and %d other people"] = ", og %d andre personer"; +$a->strings["%s like this."] = "%s liker dette."; +$a->strings["%s don't like this."] = "%s liker ikke dette."; +$a->strings["Visible to everybody"] = "Synlig for alle"; +$a->strings["Please enter a video link/URL:"] = "Vennligst skriv inn en videolenke/-URL:"; +$a->strings["Please enter an audio link/URL:"] = "Vennligst skriv inn en lydlenke/-URL:"; +$a->strings["Tag term:"] = "Merkelapp begrep:"; +$a->strings["Where are you right now?"] = "Hvor er du akkurat nå?"; +$a->strings["Delete item(s)?"] = "Slett element(er)?"; +$a->strings["Post to Email"] = "Innlegg til e-post"; +$a->strings["permissions"] = "tillatelser"; +$a->strings["Post to Groups"] = "Innlegg til grupper"; +$a->strings["Post to Contacts"] = "Innlegg til kontakter"; +$a->strings["Private post"] = "Privat innlegg"; +$a->strings["Logged out."] = "Logget ut."; +$a->strings["Error decoding account file"] = "Feil ved dekoding av kontofil"; +$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "Feil! Ingen versjonsdata i filen! Dette er ikke en Friendica kontofil?"; +$a->strings["Error! Cannot check nickname"] = "Feil! Kan ikke sjekke kallenavn"; +$a->strings["User '%s' already exists on this server!"] = "Brukeren '%s' finnes allerede på denne tjeneren!"; +$a->strings["User creation error"] = "Feil ved oppretting av bruker"; +$a->strings["User profile creation error"] = "Feil ved opprettelsen av brukerprofil"; +$a->strings["%d contact not imported"] = array( + 0 => "%d kontakt ikke importert", + 1 => "%d kontakter ikke importert", +); +$a->strings["Done. You can now login with your username and password"] = "Ferdig. Du kan nå logge inn med ditt brukernavn og passord"; +$a->strings["newer"] = "nyere"; +$a->strings["older"] = "eldre"; +$a->strings["prev"] = "forrige"; +$a->strings["first"] = "første"; +$a->strings["last"] = "siste"; +$a->strings["next"] = "neste"; +$a->strings["No contacts"] = "Ingen kontakter"; +$a->strings["%d Contact"] = array( + 0 => "%d kontakt", + 1 => "%d kontakter", +); +$a->strings["poke"] = "dytt"; +$a->strings["ping"] = "ping"; +$a->strings["pinged"] = "pinget"; +$a->strings["prod"] = "dult"; +$a->strings["prodded"] = "dultet"; +$a->strings["slap"] = "klaske"; +$a->strings["slapped"] = "klasket"; +$a->strings["finger"] = "fingre"; +$a->strings["fingered"] = "fingret"; +$a->strings["rebuff"] = "avslå"; +$a->strings["rebuffed"] = "avslo"; +$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"] = "tanketom"; +$a->strings["puzzled"] = "forundret"; +$a->strings["interested"] = "interessert"; +$a->strings["bitter"] = "bitter"; +$a->strings["cheerful"] = "munter"; +$a->strings["alive"] = "livlig"; +$a->strings["annoyed"] = "irritert"; +$a->strings["anxious"] = "nervøs"; +$a->strings["cranky"] = "grinete"; +$a->strings["disturbed"] = "forstyrret"; +$a->strings["frustrated"] = "frustrert"; +$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["bytes"] = "bytes"; +$a->strings["Click to open/close"] = "Klikk for å åpne/lukke"; +$a->strings["Select an alternate language"] = "Velg et annet språk"; +$a->strings["activity"] = "aktivitet"; +$a->strings["post"] = "innlegg"; +$a->strings["Item filed"] = "Element arkivert"; +$a->strings["Friendica Notification"] = "Friendica varsel"; +$a->strings["Thank You,"] = "Mange takk,"; +$a->strings["%s Administrator"] = "%s administrator"; +$a->strings["%s "] = "%s "; +$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica:Notify] Ny melding mottatt hos %s"; +$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s sendte deg en ny privat melding hos %2\$s."; +$a->strings["%1\$s sent you %2\$s."] = "%1\$s sendte deg %2\$s."; +$a->strings["a private message"] = "en privat melding"; +$a->strings["Please visit %s to view and/or reply to your private messages."] = "Vennligst besøk %s for å se og/eller svare på dine private meldinger."; +$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s kommenterte på [url=%2\$s]a %3\$s[/url]"; +$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s kommenterte på [url=%2\$s]%3\$s sin %4\$s[/url]"; +$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s kommenterte på [url=%2\$s] din %3\$s[/url]"; +$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Friendica:Notify] Kommentar til samtale #%1\$d av %2\$s"; +$a->strings["%s commented on an item/conversation you have been following."] = "%s kommenterte på et element/en samtale du har fulgt."; +$a->strings["Please visit %s to view and/or reply to the conversation."] = "Vennligst besøk %s for å se og/eller svare på samtalen."; +$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica:Notify] %s skrev et innlegg på veggen til din profil"; +$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$s skrev et innlegg på veggen til din profil %2\$s"; +$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "%1\$s skrev et innlegg til [url=%2\$s]din vegg[/url]"; +$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica:Notify] %s merket deg"; +$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s merket deg %2\$s"; +$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = "%1\$s [url=%2\$s]merket deg[/url]."; +$a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica:Notify] %1\$s dyttet deg"; +$a->strings["%1\$s poked you at %2\$s"] = "%1\$s dyttet deg %2\$s"; +$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "%1\$s [url=%2\$s]dyttet deg[/url]."; +$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica:Notify] %s merket ditt innlegg"; +$a->strings["%1\$s tagged your post at %2\$s"] = "%1\$s merket ditt innlegg %2\$s"; +$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$s merket [url=%2\$s]ditt innlegg[/url]"; +$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Notify] Introduksjon mottatt"; +$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "Du mottok en introduksjon fra '%1\$s' %2\$s"; +$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "Du mottok [url=%1\$s]en introduksjon[/url] fra %2\$s."; +$a->strings["You may visit their profile at %s"] = "Du kan besøke profilen deres på %s"; +$a->strings["Please visit %s to approve or reject the introduction."] = "Vennligst besøk %s for å godkjenne eller avslå introduksjonen."; +$a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica:Notify] Venneforslag mottatt"; +$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "Du mottok et venneforslag fra '%1\$s' %2\$s"; +$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "Du mottok [url=%1\$s]et venneforslag[/url] om %2\$s fra %3\$s."; +$a->strings["Name:"] = "Navn:"; +$a->strings["Photo:"] = "Bilde:"; +$a->strings["Please visit %s to approve or reject the suggestion."] = "Vennligst besøk %s for å godkjenne eller avslå forslaget."; +$a->strings[" on Last.fm"] = "på Last.fm"; +$a->strings["A deleted group with this name was revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "En slettet gruppe med dette navnet ble gjenopprettet. Eksisterende elementtillatelser kan gjelde for denne gruppen og fremtidige medlemmer. Hvis det ikke var dette du ønsket, vær snill å opprette en annen gruppe med et annet navn."; +$a->strings["Default privacy group for new contacts"] = "Standard personverngruppe for nye kontakter"; +$a->strings["Everybody"] = "Alle"; +$a->strings["edit"] = "endre"; +$a->strings["Edit group"] = "Endre gruppe"; +$a->strings["Create a new group"] = "Lag en ny gruppe"; +$a->strings["Contacts not in any group"] = "Kontakter som ikke er i noen gruppe"; +$a->strings["Connect URL missing."] = "Forbindelses-URL mangler."; +$a->strings["This site is not configured to allow communications with other networks."] = "Dette nettverkets konfigurasjon tillater ikke kommunikasjon med andre nettverk."; +$a->strings["No compatible communication protocols or feeds were discovered."] = "Ingen passende kommunikasjonsprotokoller eller strømmer ble oppdaget."; +$a->strings["The profile address specified does not provide adequate information."] = "Den angitte profiladressen inneholder for lite information."; +$a->strings["An author or name was not found."] = "Fant ingen forfatter eller navn."; +$a->strings["No browser URL could be matched to this address."] = "Ingen nettleser-URL passet med denne adressen."; +$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "Finner ikke samsvar mellom @-stilens identitetsadresse og en kjent protokoll eller e-postkontakt."; +$a->strings["Use mailto: in front of address to force email check."] = "Bruk mailto: foran adresser for å tvinge e-postsjekk."; +$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "Den oppgitte profiladressen tilhører et nettverk som har blitt avskrudd på dette nettstedet."; +$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Begrenset profil. Denne personen kan ikke motta direkte/personlige oppdateringer fra deg."; +$a->strings["Unable to retrieve contact information."] = "Ikke i stand til å hente kontaktinformasjon."; +$a->strings["following"] = "følger"; +$a->strings["[no subject]"] = "[ikke noe emne]"; +$a->strings["End this session"] = "Avslutt denne økten"; +$a->strings["Sign in"] = "Logg inn"; +$a->strings["Home Page"] = "Hovedside"; +$a->strings["Create an account"] = "Lag konto"; +$a->strings["Help and documentation"] = "Hjelp og dokumentasjon"; +$a->strings["Apps"] = "Programmer"; +$a->strings["Addon applications, utilities, games"] = "Tilleggsprorammer, verktøy, spill"; +$a->strings["Search site content"] = "Søk i nettstedets innhold"; +$a->strings["Conversations on this site"] = "Samtaler på dette nettstedet"; +$a->strings["Directory"] = "Katalog"; +$a->strings["People directory"] = "Personkatalog"; +$a->strings["Conversations from your friends"] = "Samtaler fra dine venner"; +$a->strings["Network Reset"] = "Nettverk tilbakestilling"; +$a->strings["Load Network page with no filters"] = "Hent Nettverk-siden uten filter"; +$a->strings["Friend Requests"] = "Venneforespørsler"; +$a->strings["See all notifications"] = "Se alle varslinger"; +$a->strings["Mark all system notifications seen"] = "Merk alle systemvarsler som sett"; +$a->strings["Private mail"] = "Privat post"; +$a->strings["Inbox"] = "Innboks"; +$a->strings["Outbox"] = "Utboks"; +$a->strings["Manage"] = "Behandle"; +$a->strings["Manage other pages"] = "Behandle andre sider"; +$a->strings["Delegations"] = "Delegasjoner"; +$a->strings["Manage/Edit Profiles"] = "Behandle/endre profiler"; +$a->strings["Manage/edit friends and contacts"] = "Behandle/endre venner og kontakter"; +$a->strings["Site setup and configuration"] = "Nettstedsoppsett og konfigurasjon"; +$a->strings["Navigation"] = "Navigasjon"; +$a->strings["Site map"] = "Nettstedskart"; +$a->strings["j F, Y"] = "j F, Y"; +$a->strings["j F"] = "j F"; +$a->strings["Birthday:"] = "Fødselsdag:"; +$a->strings["Age:"] = "Alder:"; +$a->strings["for %1\$d %2\$s"] = "for %1\$d %2\$s"; +$a->strings["Tags:"] = "Merkelapper:"; +$a->strings["Religion:"] = "Religion:"; +$a->strings["Hobbies/Interests:"] = "Hobbyer/Interesser:"; +$a->strings["Contact information and Social Networks:"] = "Kontaktinformasjon og sosiale nettverk:"; +$a->strings["Musical interests:"] = "Musikksmak:"; +$a->strings["Books, literature:"] = "Bøker, litteratur:"; +$a->strings["Television:"] = "TV:"; +$a->strings["Film/dance/culture/entertainment:"] = "Film/dans/kultur/underholdning:"; +$a->strings["Love/Romance:"] = "Kjærlighet/romanse:"; +$a->strings["Work/employment:"] = "Arbeid/ansatt hos:"; +$a->strings["School/education:"] = "Skole/utdanning:"; +$a->strings["Image/photo"] = "Bilde/fotografi"; +$a->strings["%s wrote the following post"] = "%s skrev det følgende innlegget"; +$a->strings["$1 wrote:"] = "$1 skrev:"; +$a->strings["Encrypted content"] = "Kryptert innhold"; +$a->strings["Unknown | Not categorised"] = "Ukjent | Ikke kategorisert"; +$a->strings["Block immediately"] = "Blokker umiddelbart"; +$a->strings["Shady, spammer, self-marketer"] = "Grumsete, poster søppel, fremhever bare seg selv"; +$a->strings["Known to me, but no opinion"] = "Bekjent av meg, men har ingen mening"; +$a->strings["OK, probably harmless"] = "OK, antakelig harmløs"; +$a->strings["Reputable, has my trust"] = "Respektert, har min tillit"; +$a->strings["Weekly"] = "Ukentlig"; +$a->strings["Monthly"] = "Månedlig"; +$a->strings["OStatus"] = "OStatus"; +$a->strings["RSS/Atom"] = "RSS/Atom"; +$a->strings["Zot!"] = "Zot!"; +$a->strings["LinkedIn"] = "LinkedIn"; +$a->strings["XMPP/IM"] = "XMPP/IM"; +$a->strings["MySpace"] = "MySpace"; +$a->strings["Google+"] = "Google+"; +$a->strings["pump.io"] = "pump.io"; +$a->strings["Twitter"] = "Twitter"; +$a->strings["Miscellaneous"] = "Diverse"; +$a->strings["year"] = "år"; +$a->strings["month"] = "måned"; +$a->strings["day"] = "dag"; +$a->strings["never"] = "aldri"; +$a->strings["less than a second ago"] = "for mindre enn ett sekund siden"; +$a->strings["years"] = "år"; +$a->strings["months"] = "måneder"; +$a->strings["week"] = "uke"; +$a->strings["weeks"] = "uker"; +$a->strings["days"] = "dager"; +$a->strings["hour"] = "time"; +$a->strings["hours"] = "timer"; +$a->strings["minute"] = "minutt"; +$a->strings["minutes"] = "minutter"; +$a->strings["second"] = "sekund"; +$a->strings["seconds"] = "sekunder"; +$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s siden"; +$a->strings["%s's birthday"] = "%s sin bursdag"; +$a->strings["Happy Birthday %s"] = "Gratulerer med dagen, %s"; +$a->strings["General Features"] = "Generelle egenskaper"; +$a->strings["Multiple Profiles"] = "Flere profiler"; +$a->strings["Ability to create multiple profiles"] = "Mulighet for å lage flere profiler"; +$a->strings["Post Composition Features"] = "Funksjoner for å skrive innlegg"; +$a->strings["Richtext Editor"] = "Rik tekstredigering"; +$a->strings["Enable richtext editor"] = "Skru på rik tekstredigering"; +$a->strings["Post Preview"] = "Forhåndsvisning av innlegg"; +$a->strings["Allow previewing posts and comments before publishing them"] = "Tillat forhåndsvisning av innlegg og kommentarer før publisering"; +$a->strings["Network Sidebar Widgets"] = "Småprogrammer i sidestolpen for Nettverk"; +$a->strings["Search by Date"] = "Søk etter dato"; +$a->strings["Ability to select posts by date ranges"] = "Mulighet for å velge innlegg etter datoområder"; +$a->strings["Group Filter"] = "Gruppefilter"; +$a->strings["Enable widget to display Network posts only from selected group"] = "Skru på småprogrammet som viser Nettverksinnlegg bare fra den valgte gruppen"; +$a->strings["Network Filter"] = "Nettverksfilter"; +$a->strings["Enable widget to display Network posts only from selected network"] = "Skru på småprogrammet for å vise Nettverksinnlegg bare fra valgt nettverk"; +$a->strings["Save search terms for re-use"] = "Lagre søkeuttrykk for gjenbruk"; +$a->strings["Network Tabs"] = "Nettverksfaner"; +$a->strings["Network Personal Tab"] = "Nettverk personlig fane"; +$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Skru på fane for å vise bare Nettverksinnlegg som du har vært med i"; +$a->strings["Network New Tab"] = "Nettverk Ny fane"; +$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "Skru på fane for å vise bare nye Nettverksinnlegg (fra de siste 12 timer)"; +$a->strings["Network Shared Links Tab"] = "Nettverk Delte lenker fane"; +$a->strings["Enable tab to display only Network posts with links in them"] = "Skru på fane for å vise bare Nettverksinnlegg med lenker i dem"; +$a->strings["Post/Comment Tools"] = "Innleggs-/kommentarverktøy"; +$a->strings["Multiple Deletion"] = "Slett flere"; +$a->strings["Select and delete multiple posts/comments at once"] = "Velg og slett flere innlegg/kommentarer på en gang"; +$a->strings["Edit Sent Posts"] = "Endre sendte innlegg"; +$a->strings["Edit and correct posts and comments after sending"] = "Endre og korriger innlegg og kommentarer etter sending"; +$a->strings["Tagging"] = "Merking"; +$a->strings["Ability to tag existing posts"] = "Mulighet til å merke eksisterende innlegg"; +$a->strings["Post Categories"] = "Innleggskategorier"; +$a->strings["Add categories to your posts"] = "Legg til kategorier til dine innlegg"; +$a->strings["Ability to file posts under folders"] = "Mulighet til å sortere innlegg i mapper"; +$a->strings["Dislike Posts"] = "Liker ikke innlegg"; +$a->strings["Ability to dislike posts/comments"] = "Mulighet til å ikke like innlegg/kommentarer"; +$a->strings["Star Posts"] = "Stjerneinnlegg"; +$a->strings["Ability to mark special posts with a star indicator"] = "Mulighet til å merke spesielle innlegg med en stjerneindikator"; +$a->strings["Sharing notification from Diaspora network"] = "Dele varslinger fra Diaspora nettverket"; +$a->strings["Attachments:"] = "Vedlegg:"; +$a->strings["Visible to everybody"] = "Synlig for alle"; +$a->strings["A new person is sharing with you at "] = "En ny person deler med deg hos"; +$a->strings["You have a new follower at "] = "Du har en ny følgesvenn på "; +$a->strings["Do you really want to delete this item?"] = "Ønsker du virkelig å slette dette elementet?"; +$a->strings["Archives"] = "Arkiverer"; +$a->strings["Embedded content"] = "Innebygd innhold"; +$a->strings["Embedding disabled"] = "Innebygging avskrudd"; +$a->strings["Welcome "] = "Velkommen"; +$a->strings["Please upload a profile photo."] = "Vennligst last opp et profilbilde."; +$a->strings["Welcome back "] = "Velkommen tilbake"; +$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 sikkerhetsnøkkel var ikke riktig. Dette skjedde antakelig fordi skjemaet har stått åpent for lenge (>3 timer) før innsending."; +$a->strings["Male"] = "Mann"; +$a->strings["Female"] = "Kvinne"; +$a->strings["Currently Male"] = "For øyeblikket mann"; +$a->strings["Currently Female"] = "For øyeblikket kvinne"; +$a->strings["Mostly Male"] = "Stort sett mann"; +$a->strings["Mostly Female"] = "Stort sett kvinne"; +$a->strings["Transgender"] = "Transkjønnet"; +$a->strings["Intersex"] = "Tvekjønnet"; +$a->strings["Transsexual"] = "Transseksuell"; +$a->strings["Hermaphrodite"] = "Hermafroditt"; +$a->strings["Neuter"] = "Intetkjønn"; +$a->strings["Non-specific"] = "Ikke spesifisert"; +$a->strings["Other"] = "Annet"; +$a->strings["Undecided"] = "Ubestemt"; +$a->strings["Males"] = "Menn"; +$a->strings["Females"] = "Kvinner"; +$a->strings["Gay"] = "Homse"; +$a->strings["Lesbian"] = "Lesbe"; +$a->strings["No Preference"] = "Ingen preferanse"; +$a->strings["Bisexual"] = "Biseksuell"; +$a->strings["Autosexual"] = "Autoseksuell"; +$a->strings["Abstinent"] = "Avholdende"; +$a->strings["Virgin"] = "Jomfru"; +$a->strings["Deviant"] = "Avvikende"; +$a->strings["Fetish"] = "Fetisj"; +$a->strings["Oodles"] = "Mange"; +$a->strings["Nonsexual"] = "Aseksuell"; +$a->strings["Single"] = "Alene"; +$a->strings["Lonely"] = "Ensom"; +$a->strings["Available"] = "Tilgjengelig"; +$a->strings["Unavailable"] = "Ikke tilgjengelig"; +$a->strings["Has crush"] = "Er forelsket"; +$a->strings["Infatuated"] = "Betatt"; +$a->strings["Dating"] = "Stevnemøter/dater"; +$a->strings["Unfaithful"] = "Utro"; +$a->strings["Sex Addict"] = "Sexavhengig"; +$a->strings["Friends/Benefits"] = "Venner med fordeler"; +$a->strings["Casual"] = "Tilfeldig"; +$a->strings["Engaged"] = "Forlovet"; +$a->strings["Married"] = "Gift"; +$a->strings["Imaginarily married"] = "Fantasiekteskap"; +$a->strings["Partners"] = "Partnere"; +$a->strings["Cohabiting"] = "Samboere"; +$a->strings["Common law"] = "Samboer"; +$a->strings["Happy"] = "Lykkelig"; +$a->strings["Not looking"] = "Ikke på utkikk"; +$a->strings["Swinger"] = "Partnerbytte/swinger"; +$a->strings["Betrayed"] = "Bedratt"; +$a->strings["Separated"] = "Separert"; +$a->strings["Unstable"] = "Ustabil"; +$a->strings["Divorced"] = "Skilt"; +$a->strings["Imaginarily divorced"] = "Fantasiskilt"; +$a->strings["Widowed"] = "Enke/enkemann"; +$a->strings["Uncertain"] = "Usikker"; +$a->strings["It's complicated"] = "Det er komplisert"; +$a->strings["Don't care"] = "Uinteressert"; +$a->strings["Ask me"] = "Spør meg"; +$a->strings["stopped following"] = "sluttet å følge"; +$a->strings["Drop Contact"] = "Fjern kontakt"; +$a->strings["Cannot locate DNS info for database server '%s'"] = "Kan ikke finne DNS informasjon for databasetjeneren '%s' "; From 7e05c7377b50cf739588aaaf32e42d6df8176585 Mon Sep 17 00:00:00 2001 From: fabrixxm Date: Thu, 23 Jan 2014 10:02:18 +0100 Subject: [PATCH 13/42] Make transifex happy transifex no more accept message.po with "Plural-Forms" commented out. now the line is completely removed. --- util/run_xgettext.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/run_xgettext.sh b/util/run_xgettext.sh index 554bba8472..bd6bd8d7ff 100755 --- a/util/run_xgettext.sh +++ b/util/run_xgettext.sh @@ -63,7 +63,7 @@ then sed -i "s/PACKAGE VERSION//g" "$OUTFILE" sed -i "s/PACKAGE/Friendica $ADDONNAME addon/g" "$OUTFILE" sed -i "s/CHARSET/UTF-8/g" "$OUTFILE" - sed -i "s/^\"Plural-Forms/#\"Plural-Forms/g" "$OUTFILE" + sed -i "s/^\"Plural-Forms.$//g" "$OUTFILE" else sed -i "s/SOME DESCRIPTIVE TITLE./FRIENDICA Distributed Social Network/g" "$OUTFILE" sed -i "s/YEAR THE PACKAGE'S COPYRIGHT HOLDER/2010, 2011, 2012, 2013 the Friendica Project/g" "$OUTFILE" @@ -71,7 +71,7 @@ else sed -i "s/PACKAGE VERSION/$F9KVERSION/g" "$OUTFILE" sed -i "s/PACKAGE/Friendica/g" "$OUTFILE" sed -i "s/CHARSET/UTF-8/g" "$OUTFILE" - sed -i "s/^\"Plural-Forms/#\"Plural-Forms/g" "$OUTFILE" + sed -i "s/^\"Plural-Forms.$//g" "$OUTFILE" fi echo "done." From 7c20d5e37549984131b23a80687d5f4282719948 Mon Sep 17 00:00:00 2001 From: fabrixxm Date: Thu, 23 Jan 2014 11:15:56 +0100 Subject: [PATCH 14/42] Update run_xgettext.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit missing a ´*´ --- util/run_xgettext.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/run_xgettext.sh b/util/run_xgettext.sh index bd6bd8d7ff..ec11bbcb85 100755 --- a/util/run_xgettext.sh +++ b/util/run_xgettext.sh @@ -63,7 +63,7 @@ then sed -i "s/PACKAGE VERSION//g" "$OUTFILE" sed -i "s/PACKAGE/Friendica $ADDONNAME addon/g" "$OUTFILE" sed -i "s/CHARSET/UTF-8/g" "$OUTFILE" - sed -i "s/^\"Plural-Forms.$//g" "$OUTFILE" + sed -i "s/^\"Plural-Forms.*$//g" "$OUTFILE" else sed -i "s/SOME DESCRIPTIVE TITLE./FRIENDICA Distributed Social Network/g" "$OUTFILE" sed -i "s/YEAR THE PACKAGE'S COPYRIGHT HOLDER/2010, 2011, 2012, 2013 the Friendica Project/g" "$OUTFILE" @@ -71,7 +71,7 @@ else sed -i "s/PACKAGE VERSION/$F9KVERSION/g" "$OUTFILE" sed -i "s/PACKAGE/Friendica/g" "$OUTFILE" sed -i "s/CHARSET/UTF-8/g" "$OUTFILE" - sed -i "s/^\"Plural-Forms.$//g" "$OUTFILE" + sed -i "s/^\"Plural-Forms.*$//g" "$OUTFILE" fi echo "done." From c3be0e929565a411de8dc641a4f8205cf1da89c8 Mon Sep 17 00:00:00 2001 From: pixelroot Date: Mon, 27 Jan 2014 14:36:38 +0100 Subject: [PATCH 15/42] modified: view/theme/smoothly/style.css modified: view/theme/smoothly/theme.php --- .htaccess | 1 + view/theme/smoothly/style.css | 2 +- view/theme/smoothly/theme.php | 10 +++++----- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.htaccess b/.htaccess index b6b2538e71..83d67e8f89 100644 --- a/.htaccess +++ b/.htaccess @@ -1,6 +1,7 @@ Options -Indexes AddType application/x-java-archive .jar AddType audio/ogg .oga +#AddHandler php53-cgi .php Deny from all diff --git a/view/theme/smoothly/style.css b/view/theme/smoothly/style.css index 476cd980e1..9356c8a6a8 100644 --- a/view/theme/smoothly/style.css +++ b/view/theme/smoothly/style.css @@ -1,7 +1,7 @@ /* style.css Theme: Smoothly - Maintainer: alex@friendica.pixelbits.de + Maintainer: Nomen Nominandum last change: 2013-05-08 ** Colors ** diff --git a/view/theme/smoothly/theme.php b/view/theme/smoothly/theme.php index 9c4c7ca330..d3ebbc1d15 100644 --- a/view/theme/smoothly/theme.php +++ b/view/theme/smoothly/theme.php @@ -2,11 +2,11 @@ /* * Name: Smoothly - * Description: Like coffee with milk. Theme optimized for iPad[2]. - * Version: Version 2013-05-08.2 - * Author: Anne Walk - * Author: Devlon Duthied - * Maintainer: Alex + * Description: Theme based on Testbubble and optimized for Tablets. + * Version: Version 2013-05-08 + * Author: Anne Walk, Devlon Duthied + * Author: Alex + * Maintainer: Nomen Nominandum * Screenshot: Screenshot */ From c0eada4f03b3cc747ea1142e7bc0c33b3a4a29b9 Mon Sep 17 00:00:00 2001 From: pixelroot Date: Mon, 27 Jan 2014 14:37:07 +0100 Subject: [PATCH 16/42] new file: view/theme/smoothly/unsupported --- view/theme/smoothly/unsupported | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 view/theme/smoothly/unsupported diff --git a/view/theme/smoothly/unsupported b/view/theme/smoothly/unsupported new file mode 100644 index 0000000000..e69de29bb2 From 99380bc60d8fe9758d3b4bc7d5a9138c066f45ba Mon Sep 17 00:00:00 2001 From: fabrixxm Date: Wed, 5 Feb 2014 20:48:40 +0100 Subject: [PATCH 17/42] quattro: css for reshare moved to LESS file --- view/theme/quattro/Makefile | 4 +++ view/theme/quattro/dark/style.css | 29 ++------------------- view/theme/quattro/green/style.css | 27 ++----------------- view/theme/quattro/lilac/style.css | 27 ++----------------- view/theme/quattro/quattro.less | 42 ++++++++++++++++++++++++++++++ 5 files changed, 52 insertions(+), 77 deletions(-) diff --git a/view/theme/quattro/Makefile b/view/theme/quattro/Makefile index 5b3d692a21..042fcdd67d 100644 --- a/view/theme/quattro/Makefile +++ b/view/theme/quattro/Makefile @@ -3,4 +3,8 @@ all: cd green; make; cd .. cd lilac; make; cd .. +clean: + rm dark/style.css + rm green/style.css + rm lilac/style.css diff --git a/view/theme/quattro/dark/style.css b/view/theme/quattro/dark/style.css index 4e2ab475e0..22d3f13b0b 100644 --- a/view/theme/quattro/dark/style.css +++ b/view/theme/quattro/dark/style.css @@ -486,7 +486,6 @@ header { margin: 0px; padding: 0px; /*width: 100%; height: 12px; */ - z-index: 110; color: #ffffff; } @@ -816,7 +815,6 @@ aside #profiles-menu { overflow: auto; height: auto; /*.contact-block-div { width:60px; height: 60px; }*/ - } #contact-block .contact-block-h4 { float: left; @@ -898,7 +896,6 @@ aside #profiles-menu { margin-bottom: 2em; /*.action .s10 { width: 10px; overflow: hidden; padding: 0px;} .action .s16 { width: 16px; overflow: hidden; padding: 0px;}*/ - } .widget h3 { padding: 0px; @@ -1177,7 +1174,6 @@ section { height: 32px; margin-left: 16px; /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/ - } .comment-edit-preview .contact-photo-menu-button { top: 15px !important; @@ -1269,7 +1265,7 @@ section { width: 25px; height: 25px; } - +/* reshare */ .wall-item-container .wall-item-content .type-link img, .type-link img { max-width: 160px; @@ -1282,48 +1278,27 @@ section { max-height: 160px; overflow: hidden; } -.type-link .oembed { -} - .shared_header { height: 32px; color: #999; - border-top: 1px solid #D2D2D2; + border-top: 1px solid #cccccc; padding-top: 5px; margin-top: 5px; } - -.shared_header a { - color: black; - -webkit-transition: all 0.2s ease-in-out; - -moz-transition: all 0.2s ease-in-out; - -o-transition: all 0.2s ease-in-out; - -ms-transition: all 0.2s ease-in-out; - transition: all 0.2s ease-in-out; -} - -.shared_header a:hover { - color: #36c; -} - .shared_header img { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; float: left; } - .shared_header span { margin-left: 9px; } - blockquote.shared_content { margin-left: 32px; color: #000; border: none; } - - /* threaded comments */ .children { margin-top: 1em; diff --git a/view/theme/quattro/green/style.css b/view/theme/quattro/green/style.css index aee9b70db1..24ce51c65b 100644 --- a/view/theme/quattro/green/style.css +++ b/view/theme/quattro/green/style.css @@ -486,7 +486,6 @@ header { margin: 0px; padding: 0px; /*width: 100%; height: 12px; */ - z-index: 110; color: #ffffff; } @@ -816,7 +815,6 @@ aside #profiles-menu { overflow: auto; height: auto; /*.contact-block-div { width:60px; height: 60px; }*/ - } #contact-block .contact-block-h4 { float: left; @@ -898,7 +896,6 @@ aside #profiles-menu { margin-bottom: 2em; /*.action .s10 { width: 10px; overflow: hidden; padding: 0px;} .action .s16 { width: 16px; overflow: hidden; padding: 0px;}*/ - } .widget h3 { padding: 0px; @@ -1177,7 +1174,6 @@ section { height: 32px; margin-left: 16px; /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/ - } .comment-edit-preview .contact-photo-menu-button { top: 15px !important; @@ -1269,6 +1265,7 @@ section { width: 25px; height: 25px; } +/* reshare */ .wall-item-container .wall-item-content .type-link img, .type-link img { max-width: 160px; @@ -1281,47 +1278,27 @@ section { max-height: 160px; overflow: hidden; } -.type-link .oembed { -} - .shared_header { height: 32px; color: #999; - border-top: 1px solid #D2D2D2; + border-top: 1px solid #cccccc; padding-top: 5px; margin-top: 5px; } - -.shared_header a { - color: black; - -webkit-transition: all 0.2s ease-in-out; - -moz-transition: all 0.2s ease-in-out; - -o-transition: all 0.2s ease-in-out; - -ms-transition: all 0.2s ease-in-out; - transition: all 0.2s ease-in-out; -} - -.shared_header a:hover { - color: #36c; -} - .shared_header img { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; float: left; } - .shared_header span { margin-left: 9px; } - blockquote.shared_content { margin-left: 32px; color: #000; border: none; } - /* threaded comments */ .children { margin-top: 1em; diff --git a/view/theme/quattro/lilac/style.css b/view/theme/quattro/lilac/style.css index 97ca47308d..7c002b112e 100644 --- a/view/theme/quattro/lilac/style.css +++ b/view/theme/quattro/lilac/style.css @@ -486,7 +486,6 @@ header { margin: 0px; padding: 0px; /*width: 100%; height: 12px; */ - z-index: 110; color: #ffffff; } @@ -816,7 +815,6 @@ aside #profiles-menu { overflow: auto; height: auto; /*.contact-block-div { width:60px; height: 60px; }*/ - } #contact-block .contact-block-h4 { float: left; @@ -898,7 +896,6 @@ aside #profiles-menu { margin-bottom: 2em; /*.action .s10 { width: 10px; overflow: hidden; padding: 0px;} .action .s16 { width: 16px; overflow: hidden; padding: 0px;}*/ - } .widget h3 { padding: 0px; @@ -1177,7 +1174,6 @@ section { height: 32px; margin-left: 16px; /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/ - } .comment-edit-preview .contact-photo-menu-button { top: 15px !important; @@ -1269,6 +1265,7 @@ section { width: 25px; height: 25px; } +/* reshare */ .wall-item-container .wall-item-content .type-link img, .type-link img { max-width: 160px; @@ -1281,47 +1278,27 @@ section { max-height: 160px; overflow: hidden; } -.type-link .oembed { -} - .shared_header { height: 32px; color: #999; - border-top: 1px solid #D2D2D2; + border-top: 1px solid #cccccc; padding-top: 5px; margin-top: 5px; } - -.shared_header a { - color: black; - -webkit-transition: all 0.2s ease-in-out; - -moz-transition: all 0.2s ease-in-out; - -o-transition: all 0.2s ease-in-out; - -ms-transition: all 0.2s ease-in-out; - transition: all 0.2s ease-in-out; -} - -.shared_header a:hover { - color: #36c; -} - .shared_header img { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; float: left; } - .shared_header span { margin-left: 9px; } - blockquote.shared_content { margin-left: 32px; color: #000; border: none; } - /* threaded comments */ .children { margin-top: 1em; diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less index 768f1cab29..96019e0927 100644 --- a/view/theme/quattro/quattro.less +++ b/view/theme/quattro/quattro.less @@ -670,6 +670,48 @@ section { } .wwto .contact-photo { width: 25px; height: 25px; } +/* reshare */ +.wall-item-container .wall-item-content .type-link img, +.type-link img { + max-width: 160px; + max-height: 160px; + float: left; + margin-right: 10px; +} +.type-link { + blockquote { + margin-left: 160px; + max-height: 160px; + overflow: hidden; + } + .oembed {} +} + +.shared_header { + height: 32px; + color: #999; + border-top: 1px solid @ThreadBottomBorderColor; + padding-top: 5px; + margin-top: 5px; + + img { + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; + float: left; + } + + span { margin-left: 9px; } +} + + +blockquote.shared_content { + margin-left: 32px; + color: #000; + border: none; +} + + /* threaded comments */ .children { From b8aa366496a627451a657235d1b9e67a2b372fcd Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 22 Feb 2014 12:40:45 +0100 Subject: [PATCH 18/42] RU: Update to the strings --- view/ru/messages.po | 13769 +++++++++++++++++++++--------------------- view/ru/strings.php | 3086 +++++----- 2 files changed, 8577 insertions(+), 8278 deletions(-) diff --git a/view/ru/messages.po b/view/ru/messages.po index d561c36b85..85c88f1936 100644 --- a/view/ru/messages.po +++ b/view/ru/messages.po @@ -3,20 +3,21 @@ # This file is distributed under the same license as the Friendica package. # # Translators: -# Alex , 2013. -# , 2013. -# , 2012. -# , 2011. -# Pavel Morozov , 2011. -# , 2012. -# Михаил , 2013. +# alexej , 2013 +# vislav , 2014 +# alexej , 2013 +# alexej , 2012 +# Pavel Morozov , 2011 +# Pavel Morozov , 2011 +# pztrn , 2012 +# muhas , 2013 msgid "" msgstr "" "Project-Id-Version: friendica\n" -"Report-Msgid-Bugs-To: http://bugs.friendica.com/\n" -"POT-Creation-Date: 2013-03-19 03:30-0700\n" -"PO-Revision-Date: 2013-03-22 11:40+0000\n" -"Last-Translator: alexej \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-12-31 18:07+0100\n" +"PO-Revision-Date: 2014-02-19 12:16+0000\n" +"Last-Translator: vislav \n" "Language-Team: Russian (http://www.transifex.com/projects/p/friendica/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,21 +25,6628 @@ msgstr "" "Language: ru\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: ../../include/profile_advanced.php:7 ../../include/profile_advanced.php:84 -#: ../../include/nav.php:77 ../../mod/profperm.php:103 -#: ../../mod/newmember.php:32 ../../view/theme/diabook/theme.php:88 -#: ../../boot.php:1868 +#: ../../object/Item.php:92 +msgid "This entry was edited" +msgstr "Эта запись была отредактирована" + +#: ../../object/Item.php:113 ../../mod/content.php:619 +#: ../../mod/photos.php:1351 +msgid "Private Message" +msgstr "Личное сообщение" + +#: ../../object/Item.php:117 ../../mod/editpost.php:109 +#: ../../mod/content.php:727 ../../mod/settings.php:663 +msgid "Edit" +msgstr "Редактировать" + +#: ../../object/Item.php:126 ../../mod/content.php:437 +#: ../../mod/content.php:739 ../../include/conversation.php:611 +msgid "Select" +msgstr "Выберите" + +#: ../../object/Item.php:127 ../../mod/admin.php:907 ../../mod/content.php:438 +#: ../../mod/content.php:740 ../../mod/contacts.php:695 +#: ../../mod/settings.php:664 ../../mod/group.php:171 +#: ../../mod/photos.php:1637 ../../include/conversation.php:612 +msgid "Delete" +msgstr "Удалить" + +#: ../../object/Item.php:130 ../../mod/content.php:762 +msgid "save to folder" +msgstr "сохранить в папке" + +#: ../../object/Item.php:192 ../../mod/content.php:752 +msgid "add star" +msgstr "пометить" + +#: ../../object/Item.php:193 ../../mod/content.php:753 +msgid "remove star" +msgstr "убрать метку" + +#: ../../object/Item.php:194 ../../mod/content.php:754 +msgid "toggle star status" +msgstr "переключить статус" + +#: ../../object/Item.php:197 ../../mod/content.php:757 +msgid "starred" +msgstr "помечено" + +#: ../../object/Item.php:202 ../../mod/content.php:758 +msgid "add tag" +msgstr "добавить ключевое слово (таг)" + +#: ../../object/Item.php:213 ../../mod/content.php:683 +#: ../../mod/photos.php:1529 +msgid "I like this (toggle)" +msgstr "Нравится" + +#: ../../object/Item.php:213 ../../mod/content.php:683 +msgid "like" +msgstr "нравится" + +#: ../../object/Item.php:214 ../../mod/content.php:684 +#: ../../mod/photos.php:1530 +msgid "I don't like this (toggle)" +msgstr "Не нравится" + +#: ../../object/Item.php:214 ../../mod/content.php:684 +msgid "dislike" +msgstr "не нравитса" + +#: ../../object/Item.php:216 ../../mod/content.php:686 +msgid "Share this" +msgstr "Поделитесь этим" + +#: ../../object/Item.php:216 ../../mod/content.php:686 +msgid "share" +msgstr "делиться" + +#: ../../object/Item.php:278 ../../include/conversation.php:663 +msgid "Categories:" +msgstr "Категории:" + +#: ../../object/Item.php:279 ../../include/conversation.php:664 +msgid "Filed under:" +msgstr "В рубрике:" + +#: ../../object/Item.php:287 ../../object/Item.php:288 +#: ../../mod/content.php:471 ../../mod/content.php:851 +#: ../../mod/content.php:852 ../../include/conversation.php:651 +#, php-format +msgid "View %s's profile @ %s" +msgstr "Просмотреть профиль %s [@ %s]" + +#: ../../object/Item.php:289 ../../mod/content.php:853 +msgid "to" +msgstr "к" + +#: ../../object/Item.php:290 +msgid "via" +msgstr "через" + +#: ../../object/Item.php:291 ../../mod/content.php:854 +msgid "Wall-to-Wall" +msgstr "Стена-на-Стену" + +#: ../../object/Item.php:292 ../../mod/content.php:855 +msgid "via Wall-To-Wall:" +msgstr "через Стена-на-Стену:" + +#: ../../object/Item.php:301 ../../mod/content.php:481 +#: ../../mod/content.php:863 ../../include/conversation.php:671 +#, php-format +msgid "%s from %s" +msgstr "%s с %s" + +#: ../../object/Item.php:319 ../../object/Item.php:635 ../../boot.php:685 +#: ../../mod/content.php:708 ../../mod/photos.php:1551 +#: ../../mod/photos.php:1595 ../../mod/photos.php:1678 +msgid "Comment" +msgstr "Комментарий" + +#: ../../object/Item.php:322 ../../mod/wallmessage.php:156 +#: ../../mod/editpost.php:124 ../../mod/content.php:498 +#: ../../mod/content.php:882 ../../mod/message.php:334 +#: ../../mod/message.php:565 ../../mod/photos.php:1532 +#: ../../include/conversation.php:688 ../../include/conversation.php:1099 +msgid "Please wait" +msgstr "Пожалуйста, подождите" + +#: ../../object/Item.php:345 ../../mod/content.php:602 +#, php-format +msgid "%d comment" +msgid_plural "%d comments" +msgstr[0] "%d комментарий" +msgstr[1] "%d комментариев" +msgstr[2] "%d комментариев" + +#: ../../object/Item.php:347 ../../object/Item.php:360 +#: ../../mod/content.php:604 ../../include/text.php:1928 +msgid "comment" +msgid_plural "comments" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "комментарий" + +#: ../../object/Item.php:348 ../../boot.php:686 ../../mod/content.php:605 +#: ../../include/contact_widgets.php:204 +msgid "show more" +msgstr "показать больше" + +#: ../../object/Item.php:633 ../../mod/content.php:706 +#: ../../mod/photos.php:1549 ../../mod/photos.php:1593 +#: ../../mod/photos.php:1676 +msgid "This is you" +msgstr "Это вы" + +#: ../../object/Item.php:636 ../../view/theme/perihel/config.php:95 +#: ../../view/theme/diabook/theme.php:633 +#: ../../view/theme/diabook/config.php:148 +#: ../../view/theme/quattro/config.php:64 ../../view/theme/dispy/config.php:70 +#: ../../view/theme/clean/config.php:71 +#: ../../view/theme/cleanzero/config.php:80 ../../mod/mood.php:137 +#: ../../mod/install.php:248 ../../mod/install.php:286 +#: ../../mod/crepair.php:171 ../../mod/content.php:709 +#: ../../mod/contacts.php:458 ../../mod/profiles.php:630 +#: ../../mod/message.php:335 ../../mod/message.php:564 +#: ../../mod/localtime.php:45 ../../mod/photos.php:1078 +#: ../../mod/photos.php:1199 ../../mod/photos.php:1501 +#: ../../mod/photos.php:1552 ../../mod/photos.php:1596 +#: ../../mod/photos.php:1679 ../../mod/poke.php:199 ../../mod/events.php:478 +#: ../../mod/fsuggest.php:107 ../../mod/invite.php:140 +#: ../../mod/manage.php:110 +msgid "Submit" +msgstr "Подтвердить" + +#: ../../object/Item.php:637 ../../mod/content.php:710 +msgid "Bold" +msgstr "Жирный" + +#: ../../object/Item.php:638 ../../mod/content.php:711 +msgid "Italic" +msgstr "Kурсивный" + +#: ../../object/Item.php:639 ../../mod/content.php:712 +msgid "Underline" +msgstr "Подчеркнутый" + +#: ../../object/Item.php:640 ../../mod/content.php:713 +msgid "Quote" +msgstr "Цитата" + +#: ../../object/Item.php:641 ../../mod/content.php:714 +msgid "Code" +msgstr "Код" + +#: ../../object/Item.php:642 ../../mod/content.php:715 +msgid "Image" +msgstr "Изображение / Фото" + +#: ../../object/Item.php:643 ../../mod/content.php:716 +msgid "Link" +msgstr "Ссылка" + +#: ../../object/Item.php:644 ../../mod/content.php:717 +msgid "Video" +msgstr "Видео" + +#: ../../object/Item.php:645 ../../mod/editpost.php:145 +#: ../../mod/content.php:718 ../../mod/photos.php:1553 +#: ../../mod/photos.php:1597 ../../mod/photos.php:1680 +#: ../../include/conversation.php:1116 +msgid "Preview" +msgstr "предварительный просмотр" + +#: ../../index.php:199 ../../mod/apps.php:7 +msgid "You must be logged in to use addons. " +msgstr "Вы должны войти в систему, чтобы использовать аддоны." + +#: ../../index.php:243 ../../mod/help.php:90 +msgid "Not Found" +msgstr "Не найдено" + +#: ../../index.php:246 ../../mod/help.php:93 +msgid "Page not found." +msgstr "Страница не найдена." + +#: ../../index.php:355 ../../mod/group.php:72 ../../mod/profperm.php:19 +msgid "Permission denied" +msgstr "Доступ запрещен" + +#: ../../index.php:356 ../../mod/mood.php:114 ../../mod/display.php:242 +#: ../../mod/register.php:40 ../../mod/dfrn_confirm.php:53 +#: ../../mod/api.php:26 ../../mod/api.php:31 ../../mod/wallmessage.php:9 +#: ../../mod/wallmessage.php:33 ../../mod/wallmessage.php:79 +#: ../../mod/wallmessage.php:103 ../../mod/suggest.php:56 +#: ../../mod/network.php:6 ../../mod/install.php:151 ../../mod/editpost.php:10 +#: ../../mod/attach.php:33 ../../mod/regmod.php:118 ../../mod/crepair.php:117 +#: ../../mod/uimport.php:23 ../../mod/notes.php:20 ../../mod/contacts.php:240 +#: ../../mod/settings.php:96 ../../mod/settings.php:583 +#: ../../mod/settings.php:588 ../../mod/profiles.php:146 +#: ../../mod/profiles.php:571 ../../mod/group.php:19 ../../mod/follow.php:9 +#: ../../mod/message.php:38 ../../mod/message.php:174 +#: ../../mod/viewcontacts.php:22 ../../mod/photos.php:133 +#: ../../mod/photos.php:1044 ../../mod/wall_attach.php:55 +#: ../../mod/poke.php:135 ../../mod/wall_upload.php:66 +#: ../../mod/profile_photo.php:19 ../../mod/profile_photo.php:169 +#: ../../mod/profile_photo.php:180 ../../mod/profile_photo.php:193 +#: ../../mod/events.php:140 ../../mod/delegate.php:6 ../../mod/nogroup.php:25 +#: ../../mod/fsuggest.php:78 ../../mod/item.php:143 ../../mod/item.php:159 +#: ../../mod/notifications.php:66 ../../mod/invite.php:15 +#: ../../mod/invite.php:101 ../../mod/manage.php:96 ../../mod/allfriends.php:9 +#: ../../include/items.php:4215 +msgid "Permission denied." +msgstr "Нет разрешения." + +#: ../../index.php:415 +msgid "toggle mobile" +msgstr "мобильная версия" + +#: ../../view/theme/perihel/theme.php:33 +#: ../../view/theme/diabook/theme.php:123 ../../mod/notifications.php:93 +#: ../../include/nav.php:104 ../../include/nav.php:143 +msgid "Home" +msgstr "Главная" + +#: ../../view/theme/perihel/theme.php:33 +#: ../../view/theme/diabook/theme.php:123 ../../include/nav.php:76 +#: ../../include/nav.php:143 +msgid "Your posts and conversations" +msgstr "Ваши сообщения и беседы" + +#: ../../view/theme/perihel/theme.php:34 +#: ../../view/theme/diabook/theme.php:124 ../../boot.php:1967 +#: ../../mod/newmember.php:32 ../../mod/profperm.php:103 +#: ../../include/nav.php:77 ../../include/profile_advanced.php:7 +#: ../../include/profile_advanced.php:84 msgid "Profile" msgstr "Профиль" -#: ../../include/profile_advanced.php:15 ../../mod/settings.php:1050 +#: ../../view/theme/perihel/theme.php:34 +#: ../../view/theme/diabook/theme.php:124 ../../include/nav.php:77 +msgid "Your profile page" +msgstr "Страница Вашего профиля" + +#: ../../view/theme/perihel/theme.php:35 +#: ../../view/theme/diabook/theme.php:126 ../../boot.php:1974 +#: ../../mod/fbrowser.php:25 ../../include/nav.php:78 +msgid "Photos" +msgstr "Фото" + +#: ../../view/theme/perihel/theme.php:35 +#: ../../view/theme/diabook/theme.php:126 ../../include/nav.php:78 +msgid "Your photos" +msgstr "Ваши фотографии" + +#: ../../view/theme/perihel/theme.php:36 +#: ../../view/theme/diabook/theme.php:127 ../../boot.php:1991 +#: ../../mod/events.php:370 ../../include/nav.php:79 +msgid "Events" +msgstr "Мероприятия" + +#: ../../view/theme/perihel/theme.php:36 +#: ../../view/theme/diabook/theme.php:127 ../../include/nav.php:79 +msgid "Your events" +msgstr "Ваши события" + +#: ../../view/theme/perihel/theme.php:37 +#: ../../view/theme/diabook/theme.php:128 ../../include/nav.php:80 +msgid "Personal notes" +msgstr "Личные заметки" + +#: ../../view/theme/perihel/theme.php:37 +#: ../../view/theme/diabook/theme.php:128 ../../include/nav.php:80 +msgid "Your personal photos" +msgstr "Ваши личные фотографии" + +#: ../../view/theme/perihel/theme.php:38 +#: ../../view/theme/diabook/theme.php:129 ../../mod/community.php:32 +#: ../../include/nav.php:128 +msgid "Community" +msgstr "Сообщество" + +#: ../../view/theme/perihel/config.php:89 +#: ../../view/theme/diabook/theme.php:621 +#: ../../view/theme/diabook/config.php:142 ../../include/acl_selectors.php:327 +msgid "don't show" +msgstr "не показывать" + +#: ../../view/theme/perihel/config.php:89 +#: ../../view/theme/diabook/theme.php:621 +#: ../../view/theme/diabook/config.php:142 ../../include/acl_selectors.php:326 +msgid "show" +msgstr "показывать" + +#: ../../view/theme/perihel/config.php:97 +#: ../../view/theme/diabook/config.php:150 +#: ../../view/theme/quattro/config.php:66 ../../view/theme/dispy/config.php:72 +#: ../../view/theme/clean/config.php:73 +#: ../../view/theme/cleanzero/config.php:82 +msgid "Theme settings" +msgstr "Настройки темы" + +#: ../../view/theme/perihel/config.php:98 +#: ../../view/theme/diabook/config.php:151 +#: ../../view/theme/dispy/config.php:73 +#: ../../view/theme/cleanzero/config.php:84 +msgid "Set font-size for posts and comments" +msgstr "Установить шрифт-размер для постов и комментариев" + +#: ../../view/theme/perihel/config.php:99 +#: ../../view/theme/diabook/config.php:152 +#: ../../view/theme/dispy/config.php:74 +msgid "Set line-height for posts and comments" +msgstr "Установить высоту строки для постов и комментариев" + +#: ../../view/theme/perihel/config.php:100 +#: ../../view/theme/diabook/config.php:153 +msgid "Set resolution for middle column" +msgstr "Установить разрешение для средней колонки" + +#: ../../view/theme/diabook/theme.php:125 ../../mod/contacts.php:680 +#: ../../include/nav.php:171 +msgid "Contacts" +msgstr "Контакты" + +#: ../../view/theme/diabook/theme.php:125 +msgid "Your contacts" +msgstr "Ваши контакты" + +#: ../../view/theme/diabook/theme.php:130 +#: ../../view/theme/diabook/theme.php:544 +#: ../../view/theme/diabook/theme.php:624 +#: ../../view/theme/diabook/config.php:158 +msgid "Community Pages" +msgstr "Страницы сообщества" + +#: ../../view/theme/diabook/theme.php:391 +#: ../../view/theme/diabook/theme.php:626 +#: ../../view/theme/diabook/config.php:160 +msgid "Community Profiles" +msgstr "Профили сообщества" + +#: ../../view/theme/diabook/theme.php:412 +#: ../../view/theme/diabook/theme.php:630 +#: ../../view/theme/diabook/config.php:164 +msgid "Last users" +msgstr "Последние пользователи" + +#: ../../view/theme/diabook/theme.php:441 +#: ../../view/theme/diabook/theme.php:632 +#: ../../view/theme/diabook/config.php:166 +msgid "Last likes" +msgstr "Последние likes" + +#: ../../view/theme/diabook/theme.php:463 ../../include/conversation.php:118 +#: ../../include/conversation.php:246 ../../include/text.php:1922 +msgid "event" +msgstr "мероприятие" + +#: ../../view/theme/diabook/theme.php:466 +#: ../../view/theme/diabook/theme.php:475 ../../mod/tagger.php:62 +#: ../../mod/like.php:151 ../../mod/like.php:322 ../../mod/subthread.php:87 +#: ../../include/conversation.php:121 ../../include/conversation.php:130 +#: ../../include/conversation.php:249 ../../include/conversation.php:258 +#: ../../include/diaspora.php:1878 +msgid "status" +msgstr "статус" + +#: ../../view/theme/diabook/theme.php:471 ../../mod/tagger.php:62 +#: ../../mod/like.php:151 ../../mod/subthread.php:87 +#: ../../include/conversation.php:126 ../../include/conversation.php:254 +#: ../../include/text.php:1924 ../../include/diaspora.php:1878 +msgid "photo" +msgstr "фото" + +#: ../../view/theme/diabook/theme.php:480 ../../mod/like.php:168 +#: ../../include/conversation.php:137 ../../include/diaspora.php:1894 +#, php-format +msgid "%1$s likes %2$s's %3$s" +msgstr "%1$s нравится %3$s от %2$s " + +#: ../../view/theme/diabook/theme.php:486 +#: ../../view/theme/diabook/theme.php:631 +#: ../../view/theme/diabook/config.php:165 +msgid "Last photos" +msgstr "Последние фото" + +#: ../../view/theme/diabook/theme.php:499 ../../mod/photos.php:59 +#: ../../mod/photos.php:154 ../../mod/photos.php:1058 +#: ../../mod/photos.php:1183 ../../mod/photos.php:1206 +#: ../../mod/photos.php:1736 ../../mod/photos.php:1748 +msgid "Contact Photos" +msgstr "Фотографии контакта" + +#: ../../view/theme/diabook/theme.php:500 ../../mod/photos.php:154 +#: ../../mod/photos.php:725 ../../mod/photos.php:1183 +#: ../../mod/photos.php:1206 ../../mod/profile_photo.php:74 +#: ../../mod/profile_photo.php:81 ../../mod/profile_photo.php:88 +#: ../../mod/profile_photo.php:204 ../../mod/profile_photo.php:296 +#: ../../mod/profile_photo.php:305 ../../include/user.php:334 +#: ../../include/user.php:341 ../../include/user.php:348 +msgid "Profile Photos" +msgstr "Фотографии профиля" + +#: ../../view/theme/diabook/theme.php:523 +#: ../../view/theme/diabook/theme.php:629 +#: ../../view/theme/diabook/config.php:163 +msgid "Find Friends" +msgstr "Найти друзей" + +#: ../../view/theme/diabook/theme.php:524 +msgid "Local Directory" +msgstr "Локальный каталог" + +#: ../../view/theme/diabook/theme.php:525 ../../mod/directory.php:49 +msgid "Global Directory" +msgstr "Глобальный каталог" + +#: ../../view/theme/diabook/theme.php:526 ../../include/contact_widgets.php:35 +msgid "Similar Interests" +msgstr "Похожие интересы" + +#: ../../view/theme/diabook/theme.php:527 ../../mod/suggest.php:66 +#: ../../include/contact_widgets.php:34 +msgid "Friend Suggestions" +msgstr "Предложения друзей" + +#: ../../view/theme/diabook/theme.php:528 ../../include/contact_widgets.php:37 +msgid "Invite Friends" +msgstr "Пригласить друзей" + +#: ../../view/theme/diabook/theme.php:544 +#: ../../view/theme/diabook/theme.php:648 ../../mod/newmember.php:22 +#: ../../mod/admin.php:1004 ../../mod/admin.php:1212 ../../mod/settings.php:79 +#: ../../mod/uexport.php:48 ../../include/nav.php:167 +msgid "Settings" +msgstr "Настройки" + +#: ../../view/theme/diabook/theme.php:579 +#: ../../view/theme/diabook/theme.php:625 +#: ../../view/theme/diabook/config.php:159 +msgid "Earth Layers" +msgstr "Карта" + +#: ../../view/theme/diabook/theme.php:584 +msgid "Set zoomfactor for Earth Layers" +msgstr "Установить масштаб карты" + +#: ../../view/theme/diabook/theme.php:585 +#: ../../view/theme/diabook/config.php:156 +msgid "Set longitude (X) for Earth Layers" +msgstr "Установить длину (X) карты" + +#: ../../view/theme/diabook/theme.php:586 +#: ../../view/theme/diabook/config.php:157 +msgid "Set latitude (Y) for Earth Layers" +msgstr "Установить ширину (Y) карты" + +#: ../../view/theme/diabook/theme.php:599 +#: ../../view/theme/diabook/theme.php:627 +#: ../../view/theme/diabook/config.php:161 +msgid "Help or @NewHere ?" +msgstr "Помощь" + +#: ../../view/theme/diabook/theme.php:606 +#: ../../view/theme/diabook/theme.php:628 +#: ../../view/theme/diabook/config.php:162 +msgid "Connect Services" +msgstr "Подключить службы" + +#: ../../view/theme/diabook/theme.php:622 +msgid "Show/hide boxes at right-hand column:" +msgstr "Показать/скрыть блоки в правой колонке:" + +#: ../../view/theme/diabook/config.php:154 +msgid "Set color scheme" +msgstr "Установить цветовую схему" + +#: ../../view/theme/diabook/config.php:155 +msgid "Set zoomfactor for Earth Layer" +msgstr "Установить масштаб карты" + +#: ../../view/theme/quattro/config.php:67 +msgid "Alignment" +msgstr "Выравнивание" + +#: ../../view/theme/quattro/config.php:67 +msgid "Left" +msgstr "" + +#: ../../view/theme/quattro/config.php:67 +msgid "Center" +msgstr "Центр" + +#: ../../view/theme/quattro/config.php:68 ../../view/theme/clean/config.php:76 +#: ../../view/theme/cleanzero/config.php:86 +msgid "Color scheme" +msgstr "Цветовая схема" + +#: ../../view/theme/quattro/config.php:69 +msgid "Posts font size" +msgstr "Размер шрифта постов" + +#: ../../view/theme/quattro/config.php:70 +msgid "Textareas font size" +msgstr "Размер шрифта текстовых полей" + +#: ../../view/theme/dispy/config.php:75 +msgid "Set colour scheme" +msgstr "Установить цветовую схему" + +#: ../../view/theme/clean/config.php:54 ../../include/user.php:246 +#: ../../include/text.php:1658 +msgid "default" +msgstr "значение по умолчанию" + +#: ../../view/theme/clean/config.php:74 +msgid "Background Image" +msgstr "Фоновое изображение" + +#: ../../view/theme/clean/config.php:74 +msgid "" +"The URL to a picture (e.g. from your photo album) that should be used as " +"background image." +msgstr "URL изображения (например, из вашего фотоальбома), которое должно быть использовано в качестве фонового изображения." + +#: ../../view/theme/clean/config.php:75 +msgid "Background Color" +msgstr "Цвет фона" + +#: ../../view/theme/clean/config.php:75 +msgid "HEX value for the background color. Don't include the #" +msgstr "HEX код для фонового изображения. Не используйте #" + +#: ../../view/theme/clean/config.php:77 +msgid "font size" +msgstr "размер шрифта" + +#: ../../view/theme/clean/config.php:77 +msgid "base font size for your interface" +msgstr "основной размер шрифта для вашего интерфейса" + +#: ../../view/theme/cleanzero/config.php:83 +msgid "Set resize level for images in posts and comments (width and height)" +msgstr "Установить уровень изменения размера изображений в постах и ​​комментариях (ширина и высота)" + +#: ../../view/theme/cleanzero/config.php:85 +msgid "Set theme width" +msgstr "Установить ширину темы" + +#: ../../boot.php:684 +msgid "Delete this item?" +msgstr "Удалить этот элемент?" + +#: ../../boot.php:687 +msgid "show fewer" +msgstr "показать меньше" + +#: ../../boot.php:1015 +#, php-format +msgid "Update %s failed. See error logs." +msgstr "Обновление %s не удалось. Смотрите журнал ошибок." + +#: ../../boot.php:1017 +#, php-format +msgid "Update Error at %s" +msgstr "Ошибка обновления в %s" + +#: ../../boot.php:1127 +msgid "Create a New Account" +msgstr "Создать новый аккаунт" + +#: ../../boot.php:1128 ../../mod/register.php:278 ../../include/nav.php:108 +msgid "Register" +msgstr "Регистрация" + +#: ../../boot.php:1152 ../../include/nav.php:73 +msgid "Logout" +msgstr "Выход" + +#: ../../boot.php:1153 ../../include/nav.php:91 +msgid "Login" +msgstr "Вход" + +#: ../../boot.php:1155 +msgid "Nickname or Email address: " +msgstr "Ник или адрес электронной почты: " + +#: ../../boot.php:1156 +msgid "Password: " +msgstr "Пароль: " + +#: ../../boot.php:1157 +msgid "Remember me" +msgstr "Напомнить" + +#: ../../boot.php:1160 +msgid "Or login using OpenID: " +msgstr "Или зайти с OpenID: " + +#: ../../boot.php:1166 +msgid "Forgot your password?" +msgstr "Забыли пароль?" + +#: ../../boot.php:1167 ../../mod/lostpass.php:84 +msgid "Password Reset" +msgstr "Сброс пароля" + +#: ../../boot.php:1169 +msgid "Website Terms of Service" +msgstr "Правила сайта" + +#: ../../boot.php:1170 +msgid "terms of service" +msgstr "правила" + +#: ../../boot.php:1172 +msgid "Website Privacy Policy" +msgstr "Политика конфиденциальности сервера" + +#: ../../boot.php:1173 +msgid "privacy policy" +msgstr "политика конфиденциальности" + +#: ../../boot.php:1302 +msgid "Requested account is not available." +msgstr "Запрашиваемый профиль недоступен." + +#: ../../boot.php:1341 ../../mod/profile.php:21 +msgid "Requested profile is not available." +msgstr "Запрашиваемый профиль недоступен." + +#: ../../boot.php:1381 ../../boot.php:1485 +msgid "Edit profile" +msgstr "Редактировать профиль" + +#: ../../boot.php:1433 ../../mod/suggest.php:88 ../../mod/match.php:58 +#: ../../include/contact_widgets.php:9 +msgid "Connect" +msgstr "Подключить" + +#: ../../boot.php:1447 +msgid "Message" +msgstr "Сообщение" + +#: ../../boot.php:1455 ../../include/nav.php:169 +msgid "Profiles" +msgstr "Профили" + +#: ../../boot.php:1455 +msgid "Manage/edit profiles" +msgstr "Управление / редактирование профилей" + +#: ../../boot.php:1461 ../../boot.php:1487 ../../mod/profiles.php:726 +msgid "Change profile photo" +msgstr "Изменить фото профиля" + +#: ../../boot.php:1462 ../../mod/profiles.php:727 +msgid "Create New Profile" +msgstr "Создать новый профиль" + +#: ../../boot.php:1472 ../../mod/profiles.php:738 +msgid "Profile Image" +msgstr "Фото профиля" + +#: ../../boot.php:1475 ../../mod/profiles.php:740 +msgid "visible to everybody" +msgstr "видимый всем" + +#: ../../boot.php:1476 ../../mod/profiles.php:741 +msgid "Edit visibility" +msgstr "Редактировать видимость" + +#: ../../boot.php:1501 ../../mod/directory.php:134 ../../mod/events.php:471 +#: ../../include/event.php:40 ../../include/bb2diaspora.php:415 +msgid "Location:" +msgstr "Откуда:" + +#: ../../boot.php:1503 ../../mod/directory.php:136 +#: ../../include/profile_advanced.php:17 +msgid "Gender:" +msgstr "Пол:" + +#: ../../boot.php:1506 ../../mod/directory.php:138 +#: ../../include/profile_advanced.php:37 +msgid "Status:" +msgstr "Статус:" + +#: ../../boot.php:1508 ../../mod/directory.php:140 +#: ../../include/profile_advanced.php:48 +msgid "Homepage:" +msgstr "Домашняя страничка:" + +#: ../../boot.php:1584 ../../boot.php:1670 +msgid "g A l F d" +msgstr "g A l F d" + +#: ../../boot.php:1585 ../../boot.php:1671 +msgid "F d" +msgstr "F d" + +#: ../../boot.php:1630 ../../boot.php:1711 +msgid "[today]" +msgstr "[сегодня]" + +#: ../../boot.php:1642 +msgid "Birthday Reminders" +msgstr "Напоминания о днях рождения" + +#: ../../boot.php:1643 +msgid "Birthdays this week:" +msgstr "Дни рождения на этой неделе:" + +#: ../../boot.php:1704 +msgid "[No description]" +msgstr "[без описания]" + +#: ../../boot.php:1722 +msgid "Event Reminders" +msgstr "Напоминания о мероприятиях" + +#: ../../boot.php:1723 +msgid "Events this week:" +msgstr "Мероприятия на этой неделе:" + +#: ../../boot.php:1960 ../../include/nav.php:76 +msgid "Status" +msgstr "Статус" + +#: ../../boot.php:1963 +msgid "Status Messages and Posts" +msgstr "Сообщение статуса и посты" + +#: ../../boot.php:1970 +msgid "Profile Details" +msgstr "Детали профиля" + +#: ../../boot.php:1977 ../../mod/photos.php:51 +msgid "Photo Albums" +msgstr "Фотоальбомы" + +#: ../../boot.php:1981 ../../boot.php:1984 +msgid "Videos" +msgstr "Видео" + +#: ../../boot.php:1994 +msgid "Events and Calendar" +msgstr "Календарь и события" + +#: ../../boot.php:1998 ../../mod/notes.php:44 +msgid "Personal Notes" +msgstr "Личные заметки" + +#: ../../boot.php:2001 +msgid "Only You Can See This" +msgstr "Только вы можете это видеть" + +#: ../../mod/mood.php:62 ../../include/conversation.php:227 +#, php-format +msgid "%1$s is currently %2$s" +msgstr "" + +#: ../../mod/mood.php:133 +msgid "Mood" +msgstr "Настроение" + +#: ../../mod/mood.php:134 +msgid "Set your current mood and tell your friends" +msgstr "Напишите о вашем настроении и расскажите своим друзьям" + +#: ../../mod/display.php:19 ../../mod/_search.php:89 +#: ../../mod/directory.php:31 ../../mod/search.php:89 +#: ../../mod/dfrn_request.php:761 ../../mod/community.php:18 +#: ../../mod/viewcontacts.php:17 ../../mod/photos.php:914 +#: ../../mod/videos.php:115 +msgid "Public access denied." +msgstr "Свободный доступ закрыт." + +#: ../../mod/display.php:51 ../../mod/display.php:246 ../../mod/decrypt.php:15 +#: ../../mod/admin.php:163 ../../mod/admin.php:952 ../../mod/admin.php:1152 +#: ../../mod/notice.php:15 ../../mod/viewsrc.php:15 +#: ../../include/items.php:4023 +msgid "Item not found." +msgstr "Пункт не найден." + +#: ../../mod/display.php:99 ../../mod/profile.php:155 +msgid "Access to this profile has been restricted." +msgstr "Доступ к этому профилю ограничен." + +#: ../../mod/display.php:239 +msgid "Item has been removed." +msgstr "Пункт был удален." + +#: ../../mod/decrypt.php:9 ../../mod/viewsrc.php:7 +msgid "Access denied." +msgstr "Доступ запрещен." + +#: ../../mod/friendica.php:58 +msgid "This is Friendica, version" +msgstr "Это Friendica, версия" + +#: ../../mod/friendica.php:59 +msgid "running at web location" +msgstr "работает на веб-узле" + +#: ../../mod/friendica.php:61 +msgid "" +"Please visit Friendica.com to learn " +"more about the Friendica project." +msgstr "Пожалуйста, посетите сайт Friendica.com, чтобы узнать больше о проекте Friendica." + +#: ../../mod/friendica.php:63 +msgid "Bug reports and issues: please visit" +msgstr "Отчет об ошибках и проблемах: пожалуйста, посетите" + +#: ../../mod/friendica.php:64 +msgid "" +"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - " +"dot com" +msgstr "Предложения, похвала, пожертвования? Пишите на \"info\" на Friendica - точка com" + +#: ../../mod/friendica.php:78 +msgid "Installed plugins/addons/apps:" +msgstr "Установленные плагины / добавки / приложения:" + +#: ../../mod/friendica.php:91 +msgid "No installed plugins/addons/apps" +msgstr "Нет установленных плагинов / добавок / приложений" + +#: ../../mod/dfrn_poll.php:103 ../../mod/dfrn_poll.php:536 +#, php-format +msgid "%1$s welcomes %2$s" +msgstr "%1$s добро пожаловать %2$s" + +#: ../../mod/register.php:91 ../../mod/admin.php:734 ../../mod/regmod.php:54 +#, php-format +msgid "Registration details for %s" +msgstr "Подробности регистрации для %s" + +#: ../../mod/register.php:99 +msgid "" +"Registration successful. Please check your email for further instructions." +msgstr "Регистрация успешна. Пожалуйста, проверьте свою электронную почту для получения дальнейших инструкций." + +#: ../../mod/register.php:103 +msgid "Failed to send email message. Here is the message that failed." +msgstr "Невозможно отправить сообщение электронной почтой. Вот сообщение, которое не удалось." + +#: ../../mod/register.php:108 +msgid "Your registration can not be processed." +msgstr "Ваша регистрация не может быть обработана." + +#: ../../mod/register.php:148 +#, php-format +msgid "Registration request at %s" +msgstr "Запрос на регистрацию на %s" + +#: ../../mod/register.php:157 +msgid "Your registration is pending approval by the site owner." +msgstr "Ваша регистрация в ожидании одобрения владельцем сайта." + +#: ../../mod/register.php:195 ../../mod/uimport.php:50 +msgid "" +"This site has exceeded the number of allowed daily account registrations. " +"Please try again tomorrow." +msgstr "Этот сайт превысил допустимое количество ежедневных регистраций. Пожалуйста, повторите попытку завтра." + +#: ../../mod/register.php:223 +msgid "" +"You may (optionally) fill in this form via OpenID by supplying your OpenID " +"and clicking 'Register'." +msgstr "Вы можете (по желанию), заполнить эту форму с помощью OpenID, поддерживая ваш OpenID и нажав клавишу \"Регистрация\"." + +#: ../../mod/register.php:224 +msgid "" +"If you are not familiar with OpenID, please leave that field blank and fill " +"in the rest of the items." +msgstr "Если вы не знакомы с OpenID, пожалуйста, оставьте это поле пустым и заполните остальные элементы." + +#: ../../mod/register.php:225 +msgid "Your OpenID (optional): " +msgstr "Ваш OpenID (необязательно):" + +#: ../../mod/register.php:239 +msgid "Include your profile in member directory?" +msgstr "Включить ваш профиль в каталог участников?" + +#: ../../mod/register.php:242 ../../mod/api.php:105 ../../mod/suggest.php:29 +#: ../../mod/dfrn_request.php:836 ../../mod/contacts.php:320 +#: ../../mod/settings.php:981 ../../mod/settings.php:987 +#: ../../mod/settings.php:995 ../../mod/settings.php:999 +#: ../../mod/settings.php:1004 ../../mod/settings.php:1010 +#: ../../mod/settings.php:1016 ../../mod/settings.php:1022 +#: ../../mod/settings.php:1052 ../../mod/settings.php:1053 +#: ../../mod/settings.php:1054 ../../mod/settings.php:1055 +#: ../../mod/settings.php:1056 ../../mod/profiles.php:610 +#: ../../mod/message.php:209 ../../include/items.php:4064 +msgid "Yes" +msgstr "Да" + +#: ../../mod/register.php:243 ../../mod/api.php:106 +#: ../../mod/dfrn_request.php:837 ../../mod/settings.php:981 +#: ../../mod/settings.php:987 ../../mod/settings.php:995 +#: ../../mod/settings.php:999 ../../mod/settings.php:1004 +#: ../../mod/settings.php:1010 ../../mod/settings.php:1016 +#: ../../mod/settings.php:1022 ../../mod/settings.php:1052 +#: ../../mod/settings.php:1053 ../../mod/settings.php:1054 +#: ../../mod/settings.php:1055 ../../mod/settings.php:1056 +#: ../../mod/profiles.php:611 +msgid "No" +msgstr "Нет" + +#: ../../mod/register.php:260 +msgid "Membership on this site is by invitation only." +msgstr "Членство на сайте только по приглашению." + +#: ../../mod/register.php:261 +msgid "Your invitation ID: " +msgstr "ID вашего приглашения:" + +#: ../../mod/register.php:264 ../../mod/admin.php:572 +msgid "Registration" +msgstr "Регистрация" + +#: ../../mod/register.php:272 +msgid "Your Full Name (e.g. Joe Smith): " +msgstr "Ваше полное имя (например, Joe Smith): " + +#: ../../mod/register.php:273 +msgid "Your Email Address: " +msgstr "Ваш адрес электронной почты: " + +#: ../../mod/register.php:274 +msgid "" +"Choose a profile nickname. This must begin with a text character. Your " +"profile address on this site will then be " +"'nickname@$sitename'." +msgstr "Выбор псевдонима профиля. Он должен начинаться с буквы. Адрес вашего профиля на данном сайте будет в этом случае 'nickname@$sitename'." + +#: ../../mod/register.php:275 +msgid "Choose a nickname: " +msgstr "Выберите псевдоним: " + +#: ../../mod/register.php:284 ../../mod/uimport.php:64 +msgid "Import" +msgstr "Импорт" + +#: ../../mod/register.php:285 +msgid "Import your profile to this friendica instance" +msgstr "Импорт своего профиля в этот экземпляр friendica" + +#: ../../mod/dfrn_confirm.php:62 ../../mod/profiles.php:18 +#: ../../mod/profiles.php:133 ../../mod/profiles.php:160 +#: ../../mod/profiles.php:583 +msgid "Profile not found." +msgstr "Профиль не найден." + +#: ../../mod/dfrn_confirm.php:118 ../../mod/crepair.php:131 +#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92 +msgid "Contact not found." +msgstr "Контакт не найден." + +#: ../../mod/dfrn_confirm.php:119 +msgid "" +"This may occasionally happen if contact was requested by both persons and it" +" has already been approved." +msgstr "Это может иногда происходить, если контакт запрашивали двое людей, и он был уже одобрен." + +#: ../../mod/dfrn_confirm.php:237 +msgid "Response from remote site was not understood." +msgstr "Ответ от удаленного сайта не был понят." + +#: ../../mod/dfrn_confirm.php:246 +msgid "Unexpected response from remote site: " +msgstr "Неожиданный ответ от удаленного сайта: " + +#: ../../mod/dfrn_confirm.php:254 +msgid "Confirmation completed successfully." +msgstr "Подтверждение успешно завершено." + +#: ../../mod/dfrn_confirm.php:256 ../../mod/dfrn_confirm.php:270 +#: ../../mod/dfrn_confirm.php:277 +msgid "Remote site reported: " +msgstr "Удаленный сайт сообщил: " + +#: ../../mod/dfrn_confirm.php:268 +msgid "Temporary failure. Please wait and try again." +msgstr "Временные неудачи. Подождите и попробуйте еще раз." + +#: ../../mod/dfrn_confirm.php:275 +msgid "Introduction failed or was revoked." +msgstr "Запрос ошибочен или был отозван." + +#: ../../mod/dfrn_confirm.php:420 +msgid "Unable to set contact photo." +msgstr "Не удается установить фото контакта." + +#: ../../mod/dfrn_confirm.php:477 ../../include/conversation.php:172 +#: ../../include/diaspora.php:621 +#, php-format +msgid "%1$s is now friends with %2$s" +msgstr "%1$s и %2$s теперь друзья" + +#: ../../mod/dfrn_confirm.php:562 +#, php-format +msgid "No user record found for '%s' " +msgstr "Не найдено записи пользователя для '%s' " + +#: ../../mod/dfrn_confirm.php:572 +msgid "Our site encryption key is apparently messed up." +msgstr "Наш ключ шифрования сайта, по-видимому, перепутался." + +#: ../../mod/dfrn_confirm.php:583 +msgid "Empty site URL was provided or URL could not be decrypted by us." +msgstr "Был предоставлен пустой URL сайта ​​или URL не может быть расшифрован нами." + +#: ../../mod/dfrn_confirm.php:604 +msgid "Contact record was not found for you on our site." +msgstr "Запись контакта не найдена для вас на нашем сайте." + +#: ../../mod/dfrn_confirm.php:618 +#, php-format +msgid "Site public key not available in contact record for URL %s." +msgstr "Публичный ключ недоступен в записи о контакте по ссылке %s" + +#: ../../mod/dfrn_confirm.php:638 +msgid "" +"The ID provided by your system is a duplicate on our system. It should work " +"if you try again." +msgstr "ID, предложенный вашей системой, является дубликатом в нашей системе. Он должен работать, если вы повторите попытку." + +#: ../../mod/dfrn_confirm.php:649 +msgid "Unable to set your contact credentials on our system." +msgstr "Не удалось установить ваши учетные данные контакта в нашей системе." + +#: ../../mod/dfrn_confirm.php:716 +msgid "Unable to update your contact profile details on our system" +msgstr "Не удается обновить ваши контактные детали профиля в нашей системе" + +#: ../../mod/dfrn_confirm.php:751 +#, php-format +msgid "Connection accepted at %s" +msgstr "Подключение принято в %s" + +#: ../../mod/dfrn_confirm.php:800 +#, php-format +msgid "%1$s has joined %2$s" +msgstr "%1$s присоединился %2$s" + +#: ../../mod/api.php:76 ../../mod/api.php:102 +msgid "Authorize application connection" +msgstr "Разрешить связь с приложением" + +#: ../../mod/api.php:77 +msgid "Return to your app and insert this Securty Code:" +msgstr "Вернитесь в ваше приложение и задайте этот код:" + +#: ../../mod/api.php:89 +msgid "Please login to continue." +msgstr "Пожалуйста, войдите для продолжения." + +#: ../../mod/api.php:104 +msgid "" +"Do you want to authorize this application to access your posts and contacts," +" and/or create new posts for you?" +msgstr "Вы действительно хотите разрешить этому приложению доступ к своим постам и контактам, а также создавать новые записи от вашего имени?" + +#: ../../mod/lostpass.php:17 +msgid "No valid account found." +msgstr "Не найдено действительного аккаунта." + +#: ../../mod/lostpass.php:33 +msgid "Password reset request issued. Check your email." +msgstr "Запрос на сброс пароля принят. Проверьте вашу электронную почту." + +#: ../../mod/lostpass.php:44 +#, php-format +msgid "Password reset requested at %s" +msgstr "Запрос на сброс пароля получен %s" + +#: ../../mod/lostpass.php:66 +msgid "" +"Request could not be verified. (You may have previously submitted it.) " +"Password reset failed." +msgstr "Запрос не может быть проверен. (Вы, возможно, ранее представляли его.) Попытка сброса пароля неудачная." + +#: ../../mod/lostpass.php:85 +msgid "Your password has been reset as requested." +msgstr "Ваш пароль был сброшен по требованию." + +#: ../../mod/lostpass.php:86 +msgid "Your new password is" +msgstr "Ваш новый пароль" + +#: ../../mod/lostpass.php:87 +msgid "Save or copy your new password - and then" +msgstr "Сохраните или скопируйте новый пароль - и затем" + +#: ../../mod/lostpass.php:88 +msgid "click here to login" +msgstr "нажмите здесь для входа" + +#: ../../mod/lostpass.php:89 +msgid "" +"Your password may be changed from the Settings page after " +"successful login." +msgstr "Ваш пароль может быть изменен на странице Настройки после успешного входа." + +#: ../../mod/lostpass.php:107 +#, php-format +msgid "Your password has been changed at %s" +msgstr "Ваш пароль был изменен %s" + +#: ../../mod/lostpass.php:122 +msgid "Forgot your Password?" +msgstr "Забыли пароль?" + +#: ../../mod/lostpass.php:123 +msgid "" +"Enter your email address and submit to have your password reset. Then check " +"your email for further instructions." +msgstr "Введите адрес электронной почты и подтвердите, что вы хотите сбросить ваш пароль. Затем проверьте свою электронную почту для получения дальнейших инструкций." + +#: ../../mod/lostpass.php:124 +msgid "Nickname or Email: " +msgstr "Ник или E-mail: " + +#: ../../mod/lostpass.php:125 +msgid "Reset" +msgstr "Сброс" + +#: ../../mod/wallmessage.php:42 ../../mod/wallmessage.php:112 +#, php-format +msgid "Number of daily wall messages for %s exceeded. Message failed." +msgstr "Количество ежедневных сообщений на стене %s превышено. Сообщение отменено.." + +#: ../../mod/wallmessage.php:56 ../../mod/message.php:63 +msgid "No recipient selected." +msgstr "Не выбран получатель." + +#: ../../mod/wallmessage.php:59 +msgid "Unable to check your home location." +msgstr "Невозможно проверить местоположение." + +#: ../../mod/wallmessage.php:62 ../../mod/message.php:70 +msgid "Message could not be sent." +msgstr "Сообщение не может быть отправлено." + +#: ../../mod/wallmessage.php:65 ../../mod/message.php:73 +msgid "Message collection failure." +msgstr "Неудача коллекции сообщения." + +#: ../../mod/wallmessage.php:68 ../../mod/message.php:76 +msgid "Message sent." +msgstr "Сообщение отправлено." + +#: ../../mod/wallmessage.php:86 ../../mod/wallmessage.php:95 +msgid "No recipient." +msgstr "Без адресата." + +#: ../../mod/wallmessage.php:127 ../../mod/wallmessage.php:135 +#: ../../mod/message.php:283 ../../mod/message.php:291 +#: ../../mod/message.php:466 ../../mod/message.php:474 +#: ../../include/conversation.php:997 ../../include/conversation.php:1015 +msgid "Please enter a link URL:" +msgstr "Пожалуйста, введите URL ссылки:" + +#: ../../mod/wallmessage.php:142 ../../mod/message.php:319 +msgid "Send Private Message" +msgstr "Отправить личное сообщение" + +#: ../../mod/wallmessage.php:143 +#, php-format +msgid "" +"If you wish for %s to respond, please check that the privacy settings on " +"your site allow private mail from unknown senders." +msgstr "Если Вы хотите ответить %s, пожалуйста, проверьте, позволяют ли настройки конфиденциальности на Вашем сайте принимать персональную почту от неизвестных отправителей." + +#: ../../mod/wallmessage.php:144 ../../mod/message.php:320 +#: ../../mod/message.php:553 +msgid "To:" +msgstr "Кому:" + +#: ../../mod/wallmessage.php:145 ../../mod/message.php:325 +#: ../../mod/message.php:555 +msgid "Subject:" +msgstr "Тема:" + +#: ../../mod/wallmessage.php:151 ../../mod/message.php:329 +#: ../../mod/message.php:558 ../../mod/invite.php:134 +msgid "Your message:" +msgstr "Ваше сообщение:" + +#: ../../mod/wallmessage.php:154 ../../mod/editpost.php:110 +#: ../../mod/message.php:332 ../../mod/message.php:562 +#: ../../include/conversation.php:1081 +msgid "Upload photo" +msgstr "Загрузить фото" + +#: ../../mod/wallmessage.php:155 ../../mod/editpost.php:114 +#: ../../mod/message.php:333 ../../mod/message.php:563 +#: ../../include/conversation.php:1085 +msgid "Insert web link" +msgstr "Вставить веб-ссылку" + +#: ../../mod/newmember.php:6 +msgid "Welcome to Friendica" +msgstr "Добро пожаловать в Friendica" + +#: ../../mod/newmember.php:8 +msgid "New Member Checklist" +msgstr "Новый контрольный список участников" + +#: ../../mod/newmember.php:12 +msgid "" +"We would like to offer some tips and links to help make your experience " +"enjoyable. Click any item to visit the relevant page. A link to this page " +"will be visible from your home page for two weeks after your initial " +"registration and then will quietly disappear." +msgstr "Мы хотели бы предложить некоторые советы и ссылки, помогающие сделать вашу работу приятнее. Нажмите на любой элемент, чтобы посетить соответствующую страницу. Ссылка на эту страницу будет видна на вашей домашней странице в течение двух недель после первоначальной регистрации, а затем она исчезнет." + +#: ../../mod/newmember.php:14 +msgid "Getting Started" +msgstr "Начало работы" + +#: ../../mod/newmember.php:18 +msgid "Friendica Walk-Through" +msgstr "Friendica тур" + +#: ../../mod/newmember.php:18 +msgid "" +"On your Quick Start page - find a brief introduction to your " +"profile and network tabs, make some new connections, and find some groups to" +" join." +msgstr "На вашей странице Быстрый старт - можно найти краткое введение в ваш профиль и сетевые закладки, создать новые связи, и найти группы, чтобы присоединиться к ним." + +#: ../../mod/newmember.php:26 +msgid "Go to Your Settings" +msgstr "Перейти к вашим настройкам" + +#: ../../mod/newmember.php:26 +msgid "" +"On your Settings page - change your initial password. Also make a " +"note of your Identity Address. This looks just like an email address - and " +"will be useful in making friends on the free social web." +msgstr "На вашей странице Настройки - вы можете изменить свой первоначальный пароль. Также обратите внимание на ваш личный адрес. Он выглядит так же, как адрес электронной почты - и будет полезен для поиска друзей в свободной социальной сети." + +#: ../../mod/newmember.php:28 +msgid "" +"Review the other settings, particularly the privacy settings. An unpublished" +" directory listing is like having an unlisted phone number. In general, you " +"should probably publish your listing - unless all of your friends and " +"potential friends know exactly how to find you." +msgstr "Просмотрите другие установки, в частности, параметры конфиденциальности. Неопубликованные пункты каталога с частными номерами телефона. В общем, вам, вероятно, следует опубликовать свою информацию - если все ваши друзья и потенциальные друзья точно знают, как вас найти." + +#: ../../mod/newmember.php:36 ../../mod/profile_photo.php:244 +msgid "Upload Profile Photo" +msgstr "Загрузить фото профиля" + +#: ../../mod/newmember.php:36 +msgid "" +"Upload a profile photo if you have not done so already. Studies have shown " +"that people with real photos of themselves are ten times more likely to make" +" friends than people who do not." +msgstr "Загрузите фотографию профиля, если вы еще не сделали это. Исследования показали, что люди с реальными фотографиями имеют в десять раз больше шансов подружиться, чем люди, которые этого не делают." + +#: ../../mod/newmember.php:38 +msgid "Edit Your Profile" +msgstr "Редактировать профиль" + +#: ../../mod/newmember.php:38 +msgid "" +"Edit your default profile to your liking. Review the " +"settings for hiding your list of friends and hiding the profile from unknown" +" visitors." +msgstr "Отредактируйте профиль по умолчанию на свой ​​вкус. Просмотрите установки для сокрытия вашего списка друзей и сокрытия профиля от неизвестных посетителей." + +#: ../../mod/newmember.php:40 +msgid "Profile Keywords" +msgstr "Ключевые слова профиля" + +#: ../../mod/newmember.php:40 +msgid "" +"Set some public keywords for your default profile which describe your " +"interests. We may be able to find other people with similar interests and " +"suggest friendships." +msgstr "Установите некоторые публичные ключевые слова для вашего профиля по умолчанию, которые описывают ваши интересы. Мы можем быть в состоянии найти других людей со схожими интересами и предложить дружбу." + +#: ../../mod/newmember.php:44 +msgid "Connecting" +msgstr "Подключение" + +#: ../../mod/newmember.php:49 ../../mod/newmember.php:51 +#: ../../include/contact_selectors.php:81 +msgid "Facebook" +msgstr "Facebook" + +#: ../../mod/newmember.php:49 +msgid "" +"Authorise the Facebook Connector if you currently have a Facebook account " +"and we will (optionally) import all your Facebook friends and conversations." +msgstr "Авторизуйте Facebook Connector , если у вас уже есть аккаунт на Facebook, и мы (по желанию) импортируем всех ваших друзей и беседы с Facebook." + +#: ../../mod/newmember.php:51 +msgid "" +"If this is your own personal server, installing the Facebook addon " +"may ease your transition to the free social web." +msgstr "Если это ваш личный сервер, установите дополнение Facebook, это может облегчить ваш переход на свободную социальную сеть." + +#: ../../mod/newmember.php:56 +msgid "Importing Emails" +msgstr "Импортирование Email-ов" + +#: ../../mod/newmember.php:56 +msgid "" +"Enter your email access information on your Connector Settings page if you " +"wish to import and interact with friends or mailing lists from your email " +"INBOX" +msgstr "Введите информацию о доступе к вашему email на странице настроек вашего коннектора, если вы хотите импортировать, и общаться с друзьями или получать рассылки на ваш ящик электронной почты" + +#: ../../mod/newmember.php:58 +msgid "Go to Your Contacts Page" +msgstr "Перейти на страницу ваших контактов" + +#: ../../mod/newmember.php:58 +msgid "" +"Your Contacts page is your gateway to managing friendships and connecting " +"with friends on other networks. Typically you enter their address or site " +"URL in the Add New Contact dialog." +msgstr "Ваша страница контактов - это ваш шлюз к управлению дружбой и общением с друзьями в других сетях. Обычно вы вводите свой ​​адрес или адрес сайта в диалог Добавить новый контакт." + +#: ../../mod/newmember.php:60 +msgid "Go to Your Site's Directory" +msgstr "Перейти в каталог вашего сайта" + +#: ../../mod/newmember.php:60 +msgid "" +"The Directory page lets you find other people in this network or other " +"federated sites. Look for a Connect or Follow link on " +"their profile page. Provide your own Identity Address if requested." +msgstr "На странице каталога вы можете найти других людей в этой сети или на других похожих сайтах. Ищите ссылки Подключить или Следовать на страницах их профилей. Укажите свой собственный адрес идентификации, если требуется." + +#: ../../mod/newmember.php:62 +msgid "Finding New People" +msgstr "Поиск людей" + +#: ../../mod/newmember.php:62 +msgid "" +"On the side panel of the Contacts page are several tools to find new " +"friends. We can match people by interest, look up people by name or " +"interest, and provide suggestions based on network relationships. On a brand" +" new site, friend suggestions will usually begin to be populated within 24 " +"hours." +msgstr "На боковой панели страницы Контакты есть несколько инструментов, чтобы найти новых друзей. Мы можем искать по соответствию интересам, посмотреть людей по имени или интересам, и внести предложения на основе сетевых отношений. На новом сайте, предложения дружбы, как правило, начинают заполняться в течение 24 часов." + +#: ../../mod/newmember.php:66 ../../include/group.php:270 +msgid "Groups" +msgstr "Группы" + +#: ../../mod/newmember.php:70 +msgid "Group Your Contacts" +msgstr "Группа \"ваши контакты\"" + +#: ../../mod/newmember.php:70 +msgid "" +"Once you have made some friends, organize them into private conversation " +"groups from the sidebar of your Contacts page and then you can interact with" +" each group privately on your Network page." +msgstr "После того, как вы найдете несколько друзей, организуйте их в группы частных бесед в боковой панели на странице Контакты, а затем вы можете взаимодействовать с каждой группой приватно или на вашей странице Сеть." + +#: ../../mod/newmember.php:73 +msgid "Why Aren't My Posts Public?" +msgstr "Почему мои посты не публичные?" + +#: ../../mod/newmember.php:73 +msgid "" +"Friendica respects your privacy. By default, your posts will only show up to" +" people you've added as friends. For more information, see the help section " +"from the link above." +msgstr "Friendica уважает вашу приватность. По умолчанию, ваши сообщения будут показываться только для людей, которых вы добавили в список друзей. Для получения дополнительной информации см. раздел справки по ссылке выше." + +#: ../../mod/newmember.php:78 +msgid "Getting Help" +msgstr "Получить помощь" + +#: ../../mod/newmember.php:82 +msgid "Go to the Help Section" +msgstr "Перейти в раздел справки" + +#: ../../mod/newmember.php:82 +msgid "" +"Our help pages may be consulted for detail on other program" +" features and resources." +msgstr "Наши страницы помощи могут проконсультировать о подробностях и возможностях программы и ресурса." + +#: ../../mod/suggest.php:27 +msgid "Do you really want to delete this suggestion?" +msgstr "Вы действительно хотите удалить это предложение?" + +#: ../../mod/suggest.php:32 ../../mod/editpost.php:148 +#: ../../mod/dfrn_request.php:848 ../../mod/contacts.php:323 +#: ../../mod/settings.php:602 ../../mod/settings.php:628 +#: ../../mod/message.php:212 ../../mod/photos.php:202 ../../mod/photos.php:290 +#: ../../mod/tagrm.php:11 ../../mod/tagrm.php:94 ../../mod/fbrowser.php:81 +#: ../../mod/fbrowser.php:116 ../../include/conversation.php:1119 +#: ../../include/items.php:4067 +msgid "Cancel" +msgstr "Отмена" + +#: ../../mod/suggest.php:72 +msgid "" +"No suggestions available. If this is a new site, please try again in 24 " +"hours." +msgstr "Нет предложений. Если это новый сайт, пожалуйста, попробуйте снова через 24 часа." + +#: ../../mod/suggest.php:90 +msgid "Ignore/Hide" +msgstr "Проигнорировать/Скрыть" + +#: ../../mod/network.php:179 +msgid "Search Results For:" +msgstr "Результаты поиска для:" + +#: ../../mod/network.php:222 ../../mod/_search.php:21 ../../mod/search.php:21 +msgid "Remove term" +msgstr "Удалить элемент" + +#: ../../mod/network.php:231 ../../mod/_search.php:30 ../../mod/search.php:30 +#: ../../include/features.php:41 +msgid "Saved Searches" +msgstr "запомненные поиски" + +#: ../../mod/network.php:232 ../../include/group.php:275 +msgid "add" +msgstr "добавить" + +#: ../../mod/network.php:394 +msgid "Commented Order" +msgstr "Прокомментированный запрос" + +#: ../../mod/network.php:397 +msgid "Sort by Comment Date" +msgstr "Сортировать по дате комментария" + +#: ../../mod/network.php:400 +msgid "Posted Order" +msgstr "Отправленный запрос" + +#: ../../mod/network.php:403 +msgid "Sort by Post Date" +msgstr "Сортировать по дате отправки" + +#: ../../mod/network.php:441 ../../mod/notifications.php:88 +msgid "Personal" +msgstr "Персонал" + +#: ../../mod/network.php:444 +msgid "Posts that mention or involve you" +msgstr "" + +#: ../../mod/network.php:450 +msgid "New" +msgstr "Новый" + +#: ../../mod/network.php:453 +msgid "Activity Stream - by date" +msgstr "Лента активности - по дате" + +#: ../../mod/network.php:459 +msgid "Shared Links" +msgstr "Ссылки, которыми поделились" + +#: ../../mod/network.php:462 +msgid "Interesting Links" +msgstr "Интересные ссылки" + +#: ../../mod/network.php:468 +msgid "Starred" +msgstr "Помеченный" + +#: ../../mod/network.php:471 +msgid "Favourite Posts" +msgstr "Избранные посты" + +#: ../../mod/network.php:539 +#, php-format +msgid "Warning: This group contains %s member from an insecure network." +msgid_plural "" +"Warning: This group contains %s members from an insecure network." +msgstr[0] "Внимание: Эта группа содержит %s участника с незащищенной сети." +msgstr[1] "Внимание: Эта группа содержит %s участников с незащищенной сети." +msgstr[2] "Внимание: Эта группа содержит %s участников с незащищенной сети." + +#: ../../mod/network.php:542 +msgid "Private messages to this group are at risk of public disclosure." +msgstr "Личные сообщения к этой группе находятся под угрозой обнародования." + +#: ../../mod/network.php:588 ../../mod/content.php:119 +msgid "No such group" +msgstr "Нет такой группы" + +#: ../../mod/network.php:599 ../../mod/content.php:130 +msgid "Group is empty" +msgstr "Группа пуста" + +#: ../../mod/network.php:605 ../../mod/content.php:134 +msgid "Group: " +msgstr "Группа: " + +#: ../../mod/network.php:617 +msgid "Contact: " +msgstr "Контакт: " + +#: ../../mod/network.php:619 +msgid "Private messages to this person are at risk of public disclosure." +msgstr "Личные сообщения этому человеку находятся под угрозой обнародования." + +#: ../../mod/network.php:624 +msgid "Invalid contact." +msgstr "Недопустимый контакт." + +#: ../../mod/install.php:117 +msgid "Friendica Communications Server - Setup" +msgstr "Коммуникационный сервер Friendica - Доступ" + +#: ../../mod/install.php:123 +msgid "Could not connect to database." +msgstr "Не удалось подключиться к базе данных." + +#: ../../mod/install.php:127 +msgid "Could not create table." +msgstr "Не удалось создать таблицу." + +#: ../../mod/install.php:133 +msgid "Your Friendica site database has been installed." +msgstr "База данных сайта установлена." + +#: ../../mod/install.php:138 +msgid "" +"You may need to import the file \"database.sql\" manually using phpmyadmin " +"or mysql." +msgstr "Вам может понадобиться импортировать файл \"database.sql\" вручную с помощью PhpMyAdmin или MySQL." + +#: ../../mod/install.php:139 ../../mod/install.php:206 +#: ../../mod/install.php:521 +msgid "Please see the file \"INSTALL.txt\"." +msgstr "Пожалуйста, смотрите файл \"INSTALL.txt\"." + +#: ../../mod/install.php:203 +msgid "System check" +msgstr "Проверить систему" + +#: ../../mod/install.php:207 ../../mod/events.php:373 +msgid "Next" +msgstr "Далее" + +#: ../../mod/install.php:208 +msgid "Check again" +msgstr "Проверить еще раз" + +#: ../../mod/install.php:227 +msgid "Database connection" +msgstr "Подключение к базе данных" + +#: ../../mod/install.php:228 +msgid "" +"In order to install Friendica we need to know how to connect to your " +"database." +msgstr "Для того, чтобы установить Friendica, мы должны знать, как подключиться к базе данных." + +#: ../../mod/install.php:229 +msgid "" +"Please contact your hosting provider or site administrator if you have " +"questions about these settings." +msgstr "Пожалуйста, свяжитесь с вашим хостинг-провайдером или администратором сайта, если у вас есть вопросы об этих параметрах." + +#: ../../mod/install.php:230 +msgid "" +"The database you specify below should already exist. If it does not, please " +"create it before continuing." +msgstr "Базы данных, указанная ниже, должна уже существовать. Если этого нет, пожалуйста, создайте ее перед продолжением." + +#: ../../mod/install.php:234 +msgid "Database Server Name" +msgstr "Имя сервера базы данных" + +#: ../../mod/install.php:235 +msgid "Database Login Name" +msgstr "Логин базы данных" + +#: ../../mod/install.php:236 +msgid "Database Login Password" +msgstr "Пароль базы данных" + +#: ../../mod/install.php:237 +msgid "Database Name" +msgstr "Имя базы данных" + +#: ../../mod/install.php:238 ../../mod/install.php:277 +msgid "Site administrator email address" +msgstr "Адрес электронной почты администратора сайта" + +#: ../../mod/install.php:238 ../../mod/install.php:277 +msgid "" +"Your account email address must match this in order to use the web admin " +"panel." +msgstr "Ваш адрес электронной почты аккаунта должен соответствовать этому, чтобы использовать веб-панель администратора." + +#: ../../mod/install.php:242 ../../mod/install.php:280 +msgid "Please select a default timezone for your website" +msgstr "Пожалуйста, выберите часовой пояс по умолчанию для вашего сайта" + +#: ../../mod/install.php:267 +msgid "Site settings" +msgstr "Настройки сайта" + +#: ../../mod/install.php:321 +msgid "Could not find a command line version of PHP in the web server PATH." +msgstr "Не удалось найти PATH веб-сервера в установках PHP." + +#: ../../mod/install.php:322 +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. See 'Activating scheduled tasks'" +msgstr "Если на вашем сервере не установлена версия командной строки PHP, вы не будете иметь возможность запускать фоновые опросы через крон. См. 'Активация запланированных задачах' " + +#: ../../mod/install.php:326 +msgid "PHP executable path" +msgstr "PHP executable path" + +#: ../../mod/install.php:326 +msgid "" +"Enter full path to php executable. You can leave this blank to continue the " +"installation." +msgstr "Введите полный путь к исполняемому файлу PHP. Вы можете оставить это поле пустым, чтобы продолжить установку." + +#: ../../mod/install.php:331 +msgid "Command line PHP" +msgstr "Command line PHP" + +#: ../../mod/install.php:340 +msgid "PHP executable is not the php cli binary (could be cgi-fgci version)" +msgstr "" + +#: ../../mod/install.php:341 +msgid "Found PHP version: " +msgstr "Найденная PHP версия: " + +#: ../../mod/install.php:343 +msgid "PHP cli binary" +msgstr "PHP cli binary" + +#: ../../mod/install.php:354 +msgid "" +"The command line version of PHP on your system does not have " +"\"register_argc_argv\" enabled." +msgstr "Не включено \"register_argc_argv\" в установках PHP." + +#: ../../mod/install.php:355 +msgid "This is required for message delivery to work." +msgstr "Это необходимо для работы доставки сообщений." + +#: ../../mod/install.php:357 +msgid "PHP register_argc_argv" +msgstr "PHP register_argc_argv" + +#: ../../mod/install.php:378 +msgid "" +"Error: the \"openssl_pkey_new\" function on this system is not able to " +"generate encryption keys" +msgstr "Ошибка: функция \"openssl_pkey_new\" в этой системе не в состоянии генерировать ключи шифрования" + +#: ../../mod/install.php:379 +msgid "" +"If running under Windows, please see " +"\"http://www.php.net/manual/en/openssl.installation.php\"." +msgstr "Если вы работаете под Windows, см. \"http://www.php.net/manual/en/openssl.installation.php\"." + +#: ../../mod/install.php:381 +msgid "Generate encryption keys" +msgstr "Генерация шифрованых ключей" + +#: ../../mod/install.php:388 +msgid "libCurl PHP module" +msgstr "libCurl PHP модуль" + +#: ../../mod/install.php:389 +msgid "GD graphics PHP module" +msgstr "GD graphics PHP модуль" + +#: ../../mod/install.php:390 +msgid "OpenSSL PHP module" +msgstr "OpenSSL PHP модуль" + +#: ../../mod/install.php:391 +msgid "mysqli PHP module" +msgstr "mysqli PHP модуль" + +#: ../../mod/install.php:392 +msgid "mb_string PHP module" +msgstr "mb_string PHP модуль" + +#: ../../mod/install.php:397 ../../mod/install.php:399 +msgid "Apache mod_rewrite module" +msgstr "Apache mod_rewrite module" + +#: ../../mod/install.php:397 +msgid "" +"Error: Apache webserver mod-rewrite module is required but not installed." +msgstr "Ошибка: необходим модуль веб-сервера Apache mod-rewrite, но он не установлен." + +#: ../../mod/install.php:405 +msgid "Error: libCURL PHP module required but not installed." +msgstr "Ошибка: необходим libCURL PHP модуль, но он не установлен." + +#: ../../mod/install.php:409 +msgid "" +"Error: GD graphics PHP module with JPEG support required but not installed." +msgstr "Ошибка: необходим PHP модуль GD графики с поддержкой JPEG, но он не установлен." + +#: ../../mod/install.php:413 +msgid "Error: openssl PHP module required but not installed." +msgstr "Ошибка: необходим PHP модуль OpenSSL, но он не установлен." + +#: ../../mod/install.php:417 +msgid "Error: mysqli PHP module required but not installed." +msgstr "Ошибка: необходим PHP модуль MySQLi, но он не установлен." + +#: ../../mod/install.php:421 +msgid "Error: mb_string PHP module required but not installed." +msgstr "Ошибка: необходим PHP модуль mb_string, но он не установлен." + +#: ../../mod/install.php:438 +msgid "" +"The web installer needs to be able to create a file called \".htconfig.php\"" +" in the top folder of your web server and it is unable to do so." +msgstr "Веб-инсталлятору требуется создать файл с именем \". htconfig.php\" в верхней папке веб-сервера, но он не в состоянии это сделать." + +#: ../../mod/install.php:439 +msgid "" +"This is most often a permission setting, as the web server may not be able " +"to write files in your folder - even if you can." +msgstr "Это наиболее частые параметры разрешений, когда веб-сервер не может записать файлы в папке - даже если вы можете." + +#: ../../mod/install.php:440 +msgid "" +"At the end of this procedure, we will give you a text to save in a file " +"named .htconfig.php in your Friendica top folder." +msgstr "В конце этой процедуры, мы дадим вам текст, для сохранения в файле с именем .htconfig.php в корневой папке, где установлена Friendica." + +#: ../../mod/install.php:441 +msgid "" +"You can alternatively skip this procedure and perform a manual installation." +" Please see the file \"INSTALL.txt\" for instructions." +msgstr "В качестве альтернативы вы можете пропустить эту процедуру и выполнить установку вручную. Пожалуйста, обратитесь к файлу \"INSTALL.txt\" для получения инструкций." + +#: ../../mod/install.php:444 +msgid ".htconfig.php is writable" +msgstr ".htconfig.php is writable" + +#: ../../mod/install.php:454 +msgid "" +"Friendica uses the Smarty3 template engine to render its web views. Smarty3 " +"compiles templates to PHP to speed up rendering." +msgstr "Friendica использует механизм шаблонов Smarty3 для генерации веб-страниц. Smarty3 компилирует шаблоны в PHP для увеличения скорости загрузки." + +#: ../../mod/install.php:455 +msgid "" +"In order to store these compiled templates, the web server needs to have " +"write access to the directory view/smarty3/ under the Friendica top level " +"folder." +msgstr "Для того чтобы хранить эти скомпилированные шаблоны, веб-сервер должен иметь доступ на запись для папки view/smarty3 в директории, где установлена Friendica." + +#: ../../mod/install.php:456 +msgid "" +"Please ensure that the user that your web server runs as (e.g. www-data) has" +" write access to this folder." +msgstr "Пожалуйста, убедитесь, что пользователь, под которым работает ваш веб-сервер (например www-data), имеет доступ на запись в этой папке." + +#: ../../mod/install.php:457 +msgid "" +"Note: as a security measure, you should give the web server write access to " +"view/smarty3/ only--not the template files (.tpl) that it contains." +msgstr "Примечание: в качестве меры безопасности, вы должны дать вебсерверу доступ на запись только в view/smarty3 - но не на сами файлы шаблонов (.tpl)., Которые содержатся в этой папке." + +#: ../../mod/install.php:460 +msgid "view/smarty3 is writable" +msgstr "view/smarty3 доступен для записи" + +#: ../../mod/install.php:472 +msgid "" +"Url rewrite in .htaccess is not working. Check your server configuration." +msgstr "Url rewrite в .htaccess не работает. Проверьте конфигурацию вашего сервера.." + +#: ../../mod/install.php:474 +msgid "Url rewrite is working" +msgstr "Url rewrite работает" + +#: ../../mod/install.php:484 +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 "Файл конфигурации базы данных \".htconfig.php\" не могла быть записан. Пожалуйста, используйте приложенный текст, чтобы создать конфигурационный файл в корневом каталоге веб-сервера." + +#: ../../mod/install.php:508 +msgid "Errors encountered creating database tables." +msgstr "Обнаружены ошибки при создании таблиц базы данных." + +#: ../../mod/install.php:519 +msgid "

What next

" +msgstr "

Что далее

" + +#: ../../mod/install.php:520 +msgid "" +"IMPORTANT: You will need to [manually] setup a scheduled task for the " +"poller." +msgstr "ВАЖНО: Вам нужно будет [вручную] установить запланированное задание для регистратора." + +#: ../../mod/admin.php:55 +msgid "Theme settings updated." +msgstr "Настройки темы обновлены." + +#: ../../mod/admin.php:101 ../../mod/admin.php:570 +msgid "Site" +msgstr "Сайт" + +#: ../../mod/admin.php:102 ../../mod/admin.php:898 ../../mod/admin.php:913 +msgid "Users" +msgstr "Пользователи" + +#: ../../mod/admin.php:103 ../../mod/admin.php:1002 ../../mod/admin.php:1044 +msgid "Plugins" +msgstr "Плагины" + +#: ../../mod/admin.php:104 ../../mod/admin.php:1210 ../../mod/admin.php:1244 +msgid "Themes" +msgstr "Темы" + +#: ../../mod/admin.php:105 +msgid "DB updates" +msgstr "Обновление БД" + +#: ../../mod/admin.php:120 ../../mod/admin.php:127 ../../mod/admin.php:1331 +msgid "Logs" +msgstr "Журналы" + +#: ../../mod/admin.php:125 ../../include/nav.php:178 +msgid "Admin" +msgstr "Администратор" + +#: ../../mod/admin.php:126 +msgid "Plugin Features" +msgstr "Возможности плагина" + +#: ../../mod/admin.php:128 +msgid "User registrations waiting for confirmation" +msgstr "Регистрации пользователей, ожидающие подтверждения" + +#: ../../mod/admin.php:187 ../../mod/admin.php:852 +msgid "Normal Account" +msgstr "Обычный аккаунт" + +#: ../../mod/admin.php:188 ../../mod/admin.php:853 +msgid "Soapbox Account" +msgstr "Аккаунт Витрина" + +#: ../../mod/admin.php:189 ../../mod/admin.php:854 +msgid "Community/Celebrity Account" +msgstr "Аккаунт Сообщество / Знаменитость" + +#: ../../mod/admin.php:190 ../../mod/admin.php:855 +msgid "Automatic Friend Account" +msgstr "\"Автоматический друг\" Аккаунт" + +#: ../../mod/admin.php:191 +msgid "Blog Account" +msgstr "Аккаунт блога" + +#: ../../mod/admin.php:192 +msgid "Private Forum" +msgstr "Личный форум" + +#: ../../mod/admin.php:211 +msgid "Message queues" +msgstr "Очереди сообщений" + +#: ../../mod/admin.php:216 ../../mod/admin.php:569 ../../mod/admin.php:897 +#: ../../mod/admin.php:1001 ../../mod/admin.php:1043 ../../mod/admin.php:1209 +#: ../../mod/admin.php:1243 ../../mod/admin.php:1330 +msgid "Administration" +msgstr "Администрация" + +#: ../../mod/admin.php:217 +msgid "Summary" +msgstr "Резюме" + +#: ../../mod/admin.php:219 +msgid "Registered users" +msgstr "Зарегистрированные пользователи" + +#: ../../mod/admin.php:221 +msgid "Pending registrations" +msgstr "Ожидающие регистрации" + +#: ../../mod/admin.php:222 +msgid "Version" +msgstr "Версия" + +#: ../../mod/admin.php:224 +msgid "Active plugins" +msgstr "Активные плагины" + +#: ../../mod/admin.php:247 +msgid "Can not parse base url. Must have at least ://" +msgstr "Невозможно определить базовый URL. Он должен иметь следующий вид - ://" + +#: ../../mod/admin.php:483 +msgid "Site settings updated." +msgstr "Установки сайта обновлены." + +#: ../../mod/admin.php:512 ../../mod/settings.php:810 +msgid "No special theme for mobile devices" +msgstr "Нет специальной темы для мобильных устройств" + +#: ../../mod/admin.php:529 ../../mod/contacts.php:402 +msgid "Never" +msgstr "Никогда" + +#: ../../mod/admin.php:530 ../../include/contact_selectors.php:56 +msgid "Frequently" +msgstr "Часто" + +#: ../../mod/admin.php:531 ../../include/contact_selectors.php:57 +msgid "Hourly" +msgstr "Раз в час" + +#: ../../mod/admin.php:532 ../../include/contact_selectors.php:58 +msgid "Twice daily" +msgstr "Два раза в день" + +#: ../../mod/admin.php:533 ../../include/contact_selectors.php:59 +msgid "Daily" +msgstr "Ежедневно" + +#: ../../mod/admin.php:538 +msgid "Multi user instance" +msgstr "Многопользовательский вид" + +#: ../../mod/admin.php:556 +msgid "Closed" +msgstr "Закрыто" + +#: ../../mod/admin.php:557 +msgid "Requires approval" +msgstr "Требуется подтверждение" + +#: ../../mod/admin.php:558 +msgid "Open" +msgstr "Открыто" + +#: ../../mod/admin.php:562 +msgid "No SSL policy, links will track page SSL state" +msgstr "Нет режима SSL, состояние SSL не будет отслеживаться" + +#: ../../mod/admin.php:563 +msgid "Force all links to use SSL" +msgstr "Заставить все ссылки использовать SSL" + +#: ../../mod/admin.php:564 +msgid "Self-signed certificate, use SSL for local links only (discouraged)" +msgstr "Само-подписанный сертификат, использовать SSL только локально (не рекомендуется)" + +#: ../../mod/admin.php:571 ../../mod/admin.php:1045 ../../mod/admin.php:1245 +#: ../../mod/admin.php:1332 ../../mod/settings.php:601 +#: ../../mod/settings.php:711 ../../mod/settings.php:780 +#: ../../mod/settings.php:856 ../../mod/settings.php:1084 +msgid "Save Settings" +msgstr "Сохранить настройки" + +#: ../../mod/admin.php:573 +msgid "File upload" +msgstr "Загрузка файлов" + +#: ../../mod/admin.php:574 +msgid "Policies" +msgstr "Политики" + +#: ../../mod/admin.php:575 +msgid "Advanced" +msgstr "Расширенный" + +#: ../../mod/admin.php:576 +msgid "Performance" +msgstr "Производительность" + +#: ../../mod/admin.php:577 +msgid "" +"Relocate - WARNING: advanced function. Could make this server unreachable." +msgstr "Переместить - ПРЕДУПРЕЖДЕНИЕ: расширеная функция. Может сделать этот сервер недоступным." + +#: ../../mod/admin.php:580 +msgid "Site name" +msgstr "Название сайта" + +#: ../../mod/admin.php:581 +msgid "Banner/Logo" +msgstr "Баннер/Логотип" + +#: ../../mod/admin.php:582 +msgid "Additional Info" +msgstr "Дополнительная информация" + +#: ../../mod/admin.php:582 +msgid "" +"For public servers: you can add additional information here that will be " +"listed at dir.friendica.com/siteinfo." +msgstr "Для публичных серверов: вы можете добавить дополнительную информацию, которая будет перечислена в dir.friendica.com/siteinfo." + +#: ../../mod/admin.php:583 +msgid "System language" +msgstr "Системный язык" + +#: ../../mod/admin.php:584 +msgid "System theme" +msgstr "Системная тема" + +#: ../../mod/admin.php:584 +msgid "" +"Default system theme - may be over-ridden by user profiles - change theme settings" +msgstr "Тема системы по умолчанию - может быть переопределена пользователем - изменить настройки темы" + +#: ../../mod/admin.php:585 +msgid "Mobile system theme" +msgstr "Мобильная тема системы" + +#: ../../mod/admin.php:585 +msgid "Theme for mobile devices" +msgstr "Тема для мобильных устройств" + +#: ../../mod/admin.php:586 +msgid "SSL link policy" +msgstr "Политика SSL" + +#: ../../mod/admin.php:586 +msgid "Determines whether generated links should be forced to use SSL" +msgstr "Ссылки должны быть вынуждены использовать SSL" + +#: ../../mod/admin.php:587 +msgid "Old style 'Share'" +msgstr "Старый стиль 'Share'" + +#: ../../mod/admin.php:587 +msgid "Deactivates the bbcode element 'share' for repeating items." +msgstr "Отключение BBCode элемента 'share' для повторяющихся элементов." + +#: ../../mod/admin.php:588 +msgid "Hide help entry from navigation menu" +msgstr "Скрыть пункт \"помощь\" в меню навигации" + +#: ../../mod/admin.php:588 +msgid "" +"Hides the menu entry for the Help pages from the navigation menu. You can " +"still access it calling /help directly." +msgstr "Скрывает элемент меню для страницы справки из меню навигации. Вы все еще можете получить доступ к нему через вызов/помощь напрямую." + +#: ../../mod/admin.php:589 +msgid "Single user instance" +msgstr "Однопользовательский режим" + +#: ../../mod/admin.php:589 +msgid "Make this instance multi-user or single-user for the named user" +msgstr "Сделать этот экземпляр многопользовательским, или однопользовательским для названного пользователя" + +#: ../../mod/admin.php:590 +msgid "Maximum image size" +msgstr "Максимальный размер изображения" + +#: ../../mod/admin.php:590 +msgid "" +"Maximum size in bytes of uploaded images. Default is 0, which means no " +"limits." +msgstr "Максимальный размер в байтах для загружаемых изображений. По умолчанию 0, что означает отсутствие ограничений." + +#: ../../mod/admin.php:591 +msgid "Maximum image length" +msgstr "Максимальная длина картинки" + +#: ../../mod/admin.php:591 +msgid "" +"Maximum length in pixels of the longest side of uploaded images. Default is " +"-1, which means no limits." +msgstr "Максимальная длина в пикселях для длинной стороны загруженных изображений. По умолчанию равно -1, что означает отсутствие ограничений." + +#: ../../mod/admin.php:592 +msgid "JPEG image quality" +msgstr "Качество JPEG изображения" + +#: ../../mod/admin.php:592 +msgid "" +"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " +"100, which is full quality." +msgstr "Загруженные изображения JPEG будут сохранены в этом качестве [0-100]. По умолчанию 100, что означает полное качество." + +#: ../../mod/admin.php:594 +msgid "Register policy" +msgstr "Политика регистрация" + +#: ../../mod/admin.php:595 +msgid "Maximum Daily Registrations" +msgstr "Максимальное число регистраций в день" + +#: ../../mod/admin.php:595 +msgid "" +"If registration is permitted above, this sets the maximum number of new user" +" registrations to accept per day. If register is set to closed, this " +"setting has no effect." +msgstr "Если регистрация разрешена, этот параметр устанавливает максимальное количество новых регистраций пользователей в день. Если регистрация закрыта, эта опция не имеет никакого эффекта." + +#: ../../mod/admin.php:596 +msgid "Register text" +msgstr "Текст регистрации" + +#: ../../mod/admin.php:596 +msgid "Will be displayed prominently on the registration page." +msgstr "Будет находиться на видном месте на странице регистрации." + +#: ../../mod/admin.php:597 +msgid "Accounts abandoned after x days" +msgstr "Аккаунт считается после x дней не воспользованным" + +#: ../../mod/admin.php:597 +msgid "" +"Will not waste system resources polling external sites for abandonded " +"accounts. Enter 0 for no time limit." +msgstr "Не будет тратить ресурсы для опроса сайтов для бесхозных контактов. Введите 0 для отключения лимита времени." + +#: ../../mod/admin.php:598 +msgid "Allowed friend domains" +msgstr "Разрешенные домены друзей" + +#: ../../mod/admin.php:598 +msgid "" +"Comma separated list of domains which are allowed to establish friendships " +"with this site. Wildcards are accepted. Empty to allow any domains" +msgstr "Разделенный запятыми список доменов, которые разрешены для установления связей. Групповые символы принимаются. Оставьте пустым для разрешения связи со всеми доменами." + +#: ../../mod/admin.php:599 +msgid "Allowed email domains" +msgstr "Разрешенные почтовые домены" + +#: ../../mod/admin.php:599 +msgid "" +"Comma separated list of domains which are allowed in email addresses for " +"registrations to this site. Wildcards are accepted. Empty to allow any " +"domains" +msgstr "Разделенный запятыми список доменов, которые разрешены для установления связей. Групповые символы принимаются. Оставьте пустым для разрешения связи со всеми доменами." + +#: ../../mod/admin.php:600 +msgid "Block public" +msgstr "Блокировать общественный доступ" + +#: ../../mod/admin.php:600 +msgid "" +"Check to block public access to all otherwise public personal pages on this " +"site unless you are currently logged in." +msgstr "Отметьте, чтобы заблокировать публичный доступ ко всем иным публичным персональным страницам на этом сайте, если вы не вошли на сайт." + +#: ../../mod/admin.php:601 +msgid "Force publish" +msgstr "Принудительная публикация" + +#: ../../mod/admin.php:601 +msgid "" +"Check to force all profiles on this site to be listed in the site directory." +msgstr "Отметьте, чтобы принудительно заставить все профили на этом сайте, быть перечислеными в каталоге сайта." + +#: ../../mod/admin.php:602 +msgid "Global directory update URL" +msgstr "URL обновления глобального каталога" + +#: ../../mod/admin.php:602 +msgid "" +"URL to update the global directory. If this is not set, the global directory" +" is completely unavailable to the application." +msgstr "URL для обновления глобального каталога. Если он не установлен, глобальный каталог полностью недоступен для приложения." + +#: ../../mod/admin.php:603 +msgid "Allow threaded items" +msgstr "Разрешить темы в обсуждении" + +#: ../../mod/admin.php:603 +msgid "Allow infinite level threading for items on this site." +msgstr "Разрешить бесконечный уровень для тем на этом сайте." + +#: ../../mod/admin.php:604 +msgid "Private posts by default for new users" +msgstr "Частные сообщения по умолчанию для новых пользователей" + +#: ../../mod/admin.php:604 +msgid "" +"Set default post permissions for all new members to the default privacy " +"group rather than public." +msgstr "Установить права на создание постов по умолчанию для всех участников в дефолтной приватной группе, а не для публичных участников." + +#: ../../mod/admin.php:605 +msgid "Don't include post content in email notifications" +msgstr "Не включать текст сообщения в email-оповещение." + +#: ../../mod/admin.php:605 +msgid "" +"Don't include the content of a post/comment/private message/etc. in the " +"email notifications that are sent out from this site, as a privacy measure." +msgstr "Не включать содержание сообщения/комментария/личного сообщения и т.д.. в уведомления электронной почты, отправленных с сайта, в качестве меры конфиденциальности." + +#: ../../mod/admin.php:606 +msgid "Disallow public access to addons listed in the apps menu." +msgstr "Запретить публичный доступ к аддонам, перечисленным в меню приложений." + +#: ../../mod/admin.php:606 +msgid "" +"Checking this box will restrict addons listed in the apps menu to members " +"only." +msgstr "При установке этого флажка, будут ограничены аддоны, перечисленные в меню приложений, только для участников." + +#: ../../mod/admin.php:607 +msgid "Don't embed private images in posts" +msgstr "Не вставлять личные картинки в постах" + +#: ../../mod/admin.php:607 +msgid "" +"Don't replace locally-hosted private photos in posts with an embedded copy " +"of the image. This means that contacts who receive posts containing private " +"photos will have to authenticate and load each image, which may take a " +"while." +msgstr "Не заменяйте локально расположенные фотографии в постах на внедрённые копии изображений. Это означает, что контакты, которые получают сообщения, содержащие личные фотографии, будут вынуждены идентефицироваться и грузить каждое изображение, что может занять некоторое время." + +#: ../../mod/admin.php:608 +msgid "Allow Users to set remote_self" +msgstr "Разрешить пользователям установить remote_self" + +#: ../../mod/admin.php:608 +msgid "" +"With checking this, every user is allowed to mark every contact as a " +"remote_self in the repair contact dialog. Setting this flag on a contact " +"causes mirroring every posting of that contact in the users stream." +msgstr "" + +#: ../../mod/admin.php:609 +msgid "Block multiple registrations" +msgstr "Блокировать множественные регистрации" + +#: ../../mod/admin.php:609 +msgid "Disallow users to register additional accounts for use as pages." +msgstr "Запретить пользователям регистрировать дополнительные аккаунты для использования в качестве страниц." + +#: ../../mod/admin.php:610 +msgid "OpenID support" +msgstr "Поддержка OpenID" + +#: ../../mod/admin.php:610 +msgid "OpenID support for registration and logins." +msgstr "OpenID поддержка для регистрации и входа в систему." + +#: ../../mod/admin.php:611 +msgid "Fullname check" +msgstr "Проверка полного имени" + +#: ../../mod/admin.php:611 +msgid "" +"Force users to register with a space between firstname and lastname in Full " +"name, as an antispam measure" +msgstr "Принудить пользователей регистрироваться с пробелом между именем и фамилией в строке \"полное имя\". Антиспам мера." + +#: ../../mod/admin.php:612 +msgid "UTF-8 Regular expressions" +msgstr "UTF-8 регулярные выражения" + +#: ../../mod/admin.php:612 +msgid "Use PHP UTF8 regular expressions" +msgstr "Используйте PHP UTF-8 для регулярных выражений" + +#: ../../mod/admin.php:613 +msgid "Show Community Page" +msgstr "Показать страницу сообщества" + +#: ../../mod/admin.php:613 +msgid "" +"Display a Community page showing all recent public postings on this site." +msgstr "Показывать страницу сообщества с указанием всех последних публичных сообщений на этом сайте." + +#: ../../mod/admin.php:614 +msgid "Enable OStatus support" +msgstr "Включить поддержку OStatus" + +#: ../../mod/admin.php:614 +msgid "" +"Provide built-in OStatus (identi.ca, status.net, etc.) compatibility. All " +"communications in OStatus are public, so privacy warnings will be " +"occasionally displayed." +msgstr "Обеспечить встроенную совместимость с OStatus (identi.ca, status.net и т.д.). Все коммуникации в OStatus являются открытыми, поэтому предупреждения безопасности будут иногда отображаться." + +#: ../../mod/admin.php:615 +msgid "OStatus conversation completion interval" +msgstr "" + +#: ../../mod/admin.php:615 +msgid "" +"How often shall the poller check for new entries in OStatus conversations? " +"This can be a very ressource task." +msgstr "Как часто процессы должны проверять наличие новых записей в OStatus разговорах? Это может быть очень ресурсоёмкой задачей." + +#: ../../mod/admin.php:616 +msgid "Enable Diaspora support" +msgstr "Включить поддержку Diaspora" + +#: ../../mod/admin.php:616 +msgid "Provide built-in Diaspora network compatibility." +msgstr "Обеспечить встроенную поддержку сети Diaspora." + +#: ../../mod/admin.php:617 +msgid "Only allow Friendica contacts" +msgstr "Позвольть только Friendica контакты" + +#: ../../mod/admin.php:617 +msgid "" +"All contacts must use Friendica protocols. All other built-in communication " +"protocols disabled." +msgstr "Все контакты должны использовать только Friendica протоколы. Все другие встроенные коммуникационные протоколы отключены." + +#: ../../mod/admin.php:618 +msgid "Verify SSL" +msgstr "Проверка SSL" + +#: ../../mod/admin.php:618 +msgid "" +"If you wish, you can turn on strict certificate checking. This will mean you" +" cannot connect (at all) to self-signed SSL sites." +msgstr "Если хотите, вы можете включить строгую проверку сертификатов. Это будет означать, что вы не сможете соединиться (вообще) с сайтами, имеющими само-подписанный SSL сертификат." + +#: ../../mod/admin.php:619 +msgid "Proxy user" +msgstr "Прокси пользователь" + +#: ../../mod/admin.php:620 +msgid "Proxy URL" +msgstr "Прокси URL" + +#: ../../mod/admin.php:621 +msgid "Network timeout" +msgstr "Тайм-аут сети" + +#: ../../mod/admin.php:621 +msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." +msgstr "Значение указывается в секундах. Установите 0 для снятия ограничений (не рекомендуется)." + +#: ../../mod/admin.php:622 +msgid "Delivery interval" +msgstr "Интервал поставки" + +#: ../../mod/admin.php:622 +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 "Установите задержку выполнения фоновых процессов доставки до указанного количества секунд, чтобы уменьшить нагрузку на систему. Рекомендация: 4-5 для обычного shared хостинга, 2-3 для виртуальных частных серверов. 0-1 для мощных выделенных серверов." + +#: ../../mod/admin.php:623 +msgid "Poll interval" +msgstr "Интервал опроса" + +#: ../../mod/admin.php:623 +msgid "" +"Delay background polling processes by this many seconds to reduce system " +"load. If 0, use delivery interval." +msgstr "Установить задержку фоновых процессов опросов путем ограничения количества секунд, чтобы уменьшить нагрузку на систему. Если 0, используется интервал доставки." + +#: ../../mod/admin.php:624 +msgid "Maximum Load Average" +msgstr "Средняя максимальная нагрузка" + +#: ../../mod/admin.php:624 +msgid "" +"Maximum system load before delivery and poll processes are deferred - " +"default 50." +msgstr "Максимальная нагрузка на систему перед приостановкой процессов доставки и опросов - по умолчанию 50." + +#: ../../mod/admin.php:626 +msgid "Use MySQL full text engine" +msgstr "Использовать систему полнотексного поиска MySQL" + +#: ../../mod/admin.php:626 +msgid "" +"Activates the full text engine. Speeds up search - but can only search for " +"four and more characters." +msgstr "Активизирует систему полнотексного поиска. Ускоряет поиск - но может искать только при указании четырех и более символов." + +#: ../../mod/admin.php:627 +msgid "Suppress Language" +msgstr "" + +#: ../../mod/admin.php:627 +msgid "Suppress language information in meta information about a posting." +msgstr "" + +#: ../../mod/admin.php:628 +msgid "Path to item cache" +msgstr "Путь к элементам кэша" + +#: ../../mod/admin.php:629 +msgid "Cache duration in seconds" +msgstr "Время жизни кэша в секундах" + +#: ../../mod/admin.php:629 +msgid "" +"How long should the cache files be hold? Default value is 86400 seconds (One" +" day)." +msgstr "Как долго необходимо хранить файлы кэша? Значение по умолчанию 86400 секунд (один день)." + +#: ../../mod/admin.php:630 +msgid "Path for lock file" +msgstr "Путь к файлу блокировки" + +#: ../../mod/admin.php:631 +msgid "Temp path" +msgstr "Временная папка" + +#: ../../mod/admin.php:632 +msgid "Base path to installation" +msgstr "Путь для установки" + +#: ../../mod/admin.php:634 +msgid "New base url" +msgstr "Новый базовый url" + +#: ../../mod/admin.php:652 +msgid "Update has been marked successful" +msgstr "Обновление было успешно отмечено" + +#: ../../mod/admin.php:662 +#, php-format +msgid "Executing %s failed. Check system logs." +msgstr "Не удалось выполнить %s. Проверьте логи системы." + +#: ../../mod/admin.php:665 +#, php-format +msgid "Update %s was successfully applied." +msgstr "Обновление %s успешно применено." + +#: ../../mod/admin.php:669 +#, php-format +msgid "Update %s did not return a status. Unknown if it succeeded." +msgstr "Процесс обновления %s не вернул статус. Не известно, выполнено, или нет." + +#: ../../mod/admin.php:672 +#, php-format +msgid "Update function %s could not be found." +msgstr "Функция обновления %s не найдена." + +#: ../../mod/admin.php:687 +msgid "No failed updates." +msgstr "Неудавшихся обновлений нет." + +#: ../../mod/admin.php:691 +msgid "Failed Updates" +msgstr "Неудавшиеся обновления" + +#: ../../mod/admin.php:692 +msgid "" +"This does not include updates prior to 1139, which did not return a status." +msgstr "Эта цифра не включает обновления до 1139, которое не возвращает статус." + +#: ../../mod/admin.php:693 +msgid "Mark success (if update was manually applied)" +msgstr "Отмечено успешно (если обновление было применено вручную)" + +#: ../../mod/admin.php:694 +msgid "Attempt to execute this update step automatically" +msgstr "Попытаться выполнить этот шаг обновления автоматически" + +#: ../../mod/admin.php:740 +msgid "Registration successful. Email send to user" +msgstr "Регистрация завершена. Email отправлен пользователю." + +#: ../../mod/admin.php:750 +#, php-format +msgid "%s user blocked/unblocked" +msgid_plural "%s users blocked/unblocked" +msgstr[0] "%s пользователь заблокирован/разблокирован" +msgstr[1] "%s пользователей заблокировано/разблокировано" +msgstr[2] "%s пользователей заблокировано/разблокировано" + +#: ../../mod/admin.php:757 +#, php-format +msgid "%s user deleted" +msgid_plural "%s users deleted" +msgstr[0] "%s человек удален" +msgstr[1] "%s чел. удалено" +msgstr[2] "%s чел. удалено" + +#: ../../mod/admin.php:796 +#, php-format +msgid "User '%s' deleted" +msgstr "Пользователь '%s' удален" + +#: ../../mod/admin.php:804 +#, php-format +msgid "User '%s' unblocked" +msgstr "Пользователь '%s' разблокирован" + +#: ../../mod/admin.php:804 +#, php-format +msgid "User '%s' blocked" +msgstr "Пользователь '%s' блокирован" + +#: ../../mod/admin.php:899 +msgid "Add User" +msgstr "Добавить пользователя" + +#: ../../mod/admin.php:900 +msgid "select all" +msgstr "выбрать все" + +#: ../../mod/admin.php:901 +msgid "User registrations waiting for confirm" +msgstr "Регистрации пользователей, ожидающие подтверждения" + +#: ../../mod/admin.php:902 +msgid "User waiting for permanent deletion" +msgstr "Пользователь ожидает окончательного удаления" + +#: ../../mod/admin.php:903 +msgid "Request date" +msgstr "Запрос даты" + +#: ../../mod/admin.php:903 ../../mod/admin.php:915 ../../mod/admin.php:916 +#: ../../mod/admin.php:929 ../../mod/crepair.php:150 +#: ../../mod/settings.php:603 ../../mod/settings.php:629 +msgid "Name" +msgstr "Имя" + +#: ../../mod/admin.php:903 ../../mod/admin.php:915 ../../mod/admin.php:916 +#: ../../mod/admin.php:931 ../../include/contact_selectors.php:79 +#: ../../include/contact_selectors.php:86 +msgid "Email" +msgstr "Эл. почта" + +#: ../../mod/admin.php:904 +msgid "No registrations." +msgstr "Нет регистраций." + +#: ../../mod/admin.php:905 ../../mod/notifications.php:161 +#: ../../mod/notifications.php:208 +msgid "Approve" +msgstr "Одобрить" + +#: ../../mod/admin.php:906 +msgid "Deny" +msgstr "Отклонить" + +#: ../../mod/admin.php:908 ../../mod/contacts.php:425 +#: ../../mod/contacts.php:484 ../../mod/contacts.php:692 +msgid "Block" +msgstr "Заблокировать" + +#: ../../mod/admin.php:909 ../../mod/contacts.php:425 +#: ../../mod/contacts.php:484 ../../mod/contacts.php:692 +msgid "Unblock" +msgstr "Разблокировать" + +#: ../../mod/admin.php:910 +msgid "Site admin" +msgstr "Админ сайта" + +#: ../../mod/admin.php:911 +msgid "Account expired" +msgstr "Аккаунт просрочен" + +#: ../../mod/admin.php:914 +msgid "New User" +msgstr "Новый пользователь" + +#: ../../mod/admin.php:915 ../../mod/admin.php:916 +msgid "Register date" +msgstr "Дата регистрации" + +#: ../../mod/admin.php:915 ../../mod/admin.php:916 +msgid "Last login" +msgstr "Последний вход" + +#: ../../mod/admin.php:915 ../../mod/admin.php:916 +msgid "Last item" +msgstr "Последний пункт" + +#: ../../mod/admin.php:915 +msgid "Deleted since" +msgstr "Удалён с" + +#: ../../mod/admin.php:916 +msgid "Account" +msgstr "Аккаунт" + +#: ../../mod/admin.php:918 +msgid "" +"Selected users will be deleted!\\n\\nEverything these users had posted on " +"this site will be permanently deleted!\\n\\nAre you sure?" +msgstr "Выбранные пользователи будут удалены!\\n\\nВсе, что эти пользователи написали на этом сайте, будет удалено!\\n\\nВы уверены в вашем действии?" + +#: ../../mod/admin.php:919 +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 "Пользователь {0} будет удален!\\n\\nВсе, что этот пользователь написал на этом сайте, будет удалено!\\n\\nВы уверены в вашем действии?" + +#: ../../mod/admin.php:929 +msgid "Name of the new user." +msgstr "Имя нового пользователя." + +#: ../../mod/admin.php:930 +msgid "Nickname" +msgstr "Ник" + +#: ../../mod/admin.php:930 +msgid "Nickname of the new user." +msgstr "Ник нового пользователя." + +#: ../../mod/admin.php:931 +msgid "Email address of the new user." +msgstr "Email адрес нового пользователя." + +#: ../../mod/admin.php:964 +#, php-format +msgid "Plugin %s disabled." +msgstr "Плагин %s отключен." + +#: ../../mod/admin.php:968 +#, php-format +msgid "Plugin %s enabled." +msgstr "Плагин %s включен." + +#: ../../mod/admin.php:978 ../../mod/admin.php:1181 +msgid "Disable" +msgstr "Отключить" + +#: ../../mod/admin.php:980 ../../mod/admin.php:1183 +msgid "Enable" +msgstr "Включить" + +#: ../../mod/admin.php:1003 ../../mod/admin.php:1211 +msgid "Toggle" +msgstr "Переключить" + +#: ../../mod/admin.php:1011 ../../mod/admin.php:1221 +msgid "Author: " +msgstr "Автор:" + +#: ../../mod/admin.php:1012 ../../mod/admin.php:1222 +msgid "Maintainer: " +msgstr "Программа обслуживания: " + +#: ../../mod/admin.php:1141 +msgid "No themes found." +msgstr "Темы не найдены." + +#: ../../mod/admin.php:1203 +msgid "Screenshot" +msgstr "Скриншот" + +#: ../../mod/admin.php:1249 +msgid "[Experimental]" +msgstr "[экспериментально]" + +#: ../../mod/admin.php:1250 +msgid "[Unsupported]" +msgstr "[Неподдерживаемое]" + +#: ../../mod/admin.php:1277 +msgid "Log settings updated." +msgstr "Настройки журнала обновлены." + +#: ../../mod/admin.php:1333 +msgid "Clear" +msgstr "Очистить" + +#: ../../mod/admin.php:1339 +msgid "Enable Debugging" +msgstr "Включить отладку" + +#: ../../mod/admin.php:1340 +msgid "Log file" +msgstr "Лог-файл" + +#: ../../mod/admin.php:1340 +msgid "" +"Must be writable by web server. Relative to your Friendica top-level " +"directory." +msgstr "Должно быть доступно для записи в веб-сервере. Относительно вашего Friendica каталога верхнего уровня." + +#: ../../mod/admin.php:1341 +msgid "Log level" +msgstr "Уровень лога" + +#: ../../mod/admin.php:1390 ../../mod/contacts.php:481 +msgid "Update now" +msgstr "Обновить сейчас" + +#: ../../mod/admin.php:1391 +msgid "Close" +msgstr "Закрыть" + +#: ../../mod/admin.php:1397 +msgid "FTP Host" +msgstr "FTP хост" + +#: ../../mod/admin.php:1398 +msgid "FTP Path" +msgstr "Путь FTP" + +#: ../../mod/admin.php:1399 +msgid "FTP User" +msgstr "FTP пользователь" + +#: ../../mod/admin.php:1400 +msgid "FTP Password" +msgstr "FTP пароль" + +#: ../../mod/_search.php:99 ../../mod/search.php:99 ../../include/text.php:934 +#: ../../include/text.php:935 ../../include/nav.php:118 +msgid "Search" +msgstr "Поиск" + +#: ../../mod/_search.php:180 ../../mod/_search.php:206 +#: ../../mod/search.php:179 ../../mod/search.php:205 +#: ../../mod/community.php:61 ../../mod/community.php:91 +msgid "No results." +msgstr "Нет результатов." + +#: ../../mod/profile.php:180 +msgid "Tips for New Members" +msgstr "Советы для новых участников" + +#: ../../mod/share.php:44 +msgid "link" +msgstr "ссылка" + +#: ../../mod/tagger.php:95 ../../include/conversation.php:266 +#, php-format +msgid "%1$s tagged %2$s's %3$s with %4$s" +msgstr "%1$s tagged %2$s's %3$s в %4$s" + +#: ../../mod/editpost.php:17 ../../mod/editpost.php:27 +msgid "Item not found" +msgstr "Элемент не найден" + +#: ../../mod/editpost.php:39 +msgid "Edit post" +msgstr "Редактировать сообщение" + +#: ../../mod/editpost.php:111 ../../include/conversation.php:1082 +msgid "upload photo" +msgstr "загрузить фото" + +#: ../../mod/editpost.php:112 ../../include/conversation.php:1083 +msgid "Attach file" +msgstr "Приложить файл" + +#: ../../mod/editpost.php:113 ../../include/conversation.php:1084 +msgid "attach file" +msgstr "приложить файл" + +#: ../../mod/editpost.php:115 ../../include/conversation.php:1086 +msgid "web link" +msgstr "веб-ссылка" + +#: ../../mod/editpost.php:116 ../../include/conversation.php:1087 +msgid "Insert video link" +msgstr "Вставить ссылку видео" + +#: ../../mod/editpost.php:117 ../../include/conversation.php:1088 +msgid "video link" +msgstr "видео-ссылка" + +#: ../../mod/editpost.php:118 ../../include/conversation.php:1089 +msgid "Insert audio link" +msgstr "Вставить ссылку аудио" + +#: ../../mod/editpost.php:119 ../../include/conversation.php:1090 +msgid "audio link" +msgstr "аудио-ссылка" + +#: ../../mod/editpost.php:120 ../../include/conversation.php:1091 +msgid "Set your location" +msgstr "Задать ваше местоположение" + +#: ../../mod/editpost.php:121 ../../include/conversation.php:1092 +msgid "set location" +msgstr "установить местонахождение" + +#: ../../mod/editpost.php:122 ../../include/conversation.php:1093 +msgid "Clear browser location" +msgstr "Очистить местонахождение браузера" + +#: ../../mod/editpost.php:123 ../../include/conversation.php:1094 +msgid "clear location" +msgstr "убрать местонахождение" + +#: ../../mod/editpost.php:125 ../../include/conversation.php:1100 +msgid "Permission settings" +msgstr "Настройки разрешений" + +#: ../../mod/editpost.php:133 ../../include/conversation.php:1109 +msgid "CC: email addresses" +msgstr "Копии на email адреса" + +#: ../../mod/editpost.php:134 ../../include/conversation.php:1110 +msgid "Public post" +msgstr "Публичное сообщение" + +#: ../../mod/editpost.php:137 ../../include/conversation.php:1096 +msgid "Set title" +msgstr "Установить заголовок" + +#: ../../mod/editpost.php:139 ../../include/conversation.php:1098 +msgid "Categories (comma-separated list)" +msgstr "Категории (список через запятую)" + +#: ../../mod/editpost.php:140 ../../include/conversation.php:1112 +msgid "Example: bob@example.com, mary@example.com" +msgstr "Пример: bob@example.com, mary@example.com" + +#: ../../mod/attach.php:8 +msgid "Item not available." +msgstr "Пункт не доступен." + +#: ../../mod/attach.php:20 +msgid "Item was not found." +msgstr "Пункт не был найден." + +#: ../../mod/regmod.php:63 +msgid "Account approved." +msgstr "Аккаунт утвержден." + +#: ../../mod/regmod.php:100 +#, php-format +msgid "Registration revoked for %s" +msgstr "Регистрация отменена для %s" + +#: ../../mod/regmod.php:112 +msgid "Please login." +msgstr "Пожалуйста, войдите с паролем." + +#: ../../mod/directory.php:57 +msgid "Find on this site" +msgstr "Найти на этом сайте" + +#: ../../mod/directory.php:59 ../../mod/contacts.php:685 +msgid "Finding: " +msgstr "Результат поиска: " + +#: ../../mod/directory.php:60 +msgid "Site Directory" +msgstr "Каталог сайта" + +#: ../../mod/directory.php:61 ../../mod/contacts.php:686 +#: ../../include/contact_widgets.php:33 +msgid "Find" +msgstr "Найти" + +#: ../../mod/directory.php:111 ../../mod/profiles.php:686 +msgid "Age: " +msgstr "Возраст: " + +#: ../../mod/directory.php:114 +msgid "Gender: " +msgstr "Пол: " + +#: ../../mod/directory.php:142 ../../include/profile_advanced.php:58 +msgid "About:" +msgstr "О себе:" + +#: ../../mod/directory.php:187 +msgid "No entries (some entries may be hidden)." +msgstr "Нет записей (некоторые записи могут быть скрыты)." + +#: ../../mod/crepair.php:104 +msgid "Contact settings applied." +msgstr "Установки контакта приняты." + +#: ../../mod/crepair.php:106 +msgid "Contact update failed." +msgstr "Обновление контакта неудачное." + +#: ../../mod/crepair.php:137 +msgid "Repair Contact Settings" +msgstr "Восстановить установки контакта" + +#: ../../mod/crepair.php:139 +msgid "" +"WARNING: This is highly advanced and if you enter incorrect" +" information your communications with this contact may stop working." +msgstr "ВНИМАНИЕ: Это крайне важно! Если вы введете неверную информацию, ваша связь с этим контактом перестанет работать." + +#: ../../mod/crepair.php:140 +msgid "" +"Please use your browser 'Back' button now if you are " +"uncertain what to do on this page." +msgstr "Пожалуйста, нажмите клавишу вашего браузера 'Back' или 'Назад' сейчас, если вы не уверены, что делаете на этой странице." + +#: ../../mod/crepair.php:146 +msgid "Return to contact editor" +msgstr "Возврат к редактору контакта" + +#: ../../mod/crepair.php:151 +msgid "Account Nickname" +msgstr "Ник аккаунта" + +#: ../../mod/crepair.php:152 +msgid "@Tagname - overrides Name/Nickname" +msgstr "" + +#: ../../mod/crepair.php:153 +msgid "Account URL" +msgstr "URL аккаунта" + +#: ../../mod/crepair.php:154 +msgid "Friend Request URL" +msgstr "URL запроса в друзья" + +#: ../../mod/crepair.php:155 +msgid "Friend Confirm URL" +msgstr "URL подтверждения друга" + +#: ../../mod/crepair.php:156 +msgid "Notification Endpoint URL" +msgstr "URL эндпоинта уведомления" + +#: ../../mod/crepair.php:157 +msgid "Poll/Feed URL" +msgstr "URL опроса/ленты" + +#: ../../mod/crepair.php:158 +msgid "New photo from this URL" +msgstr "Новое фото из этой URL" + +#: ../../mod/crepair.php:159 +msgid "Remote Self" +msgstr "" + +#: ../../mod/crepair.php:161 +msgid "Mirror postings from this contact" +msgstr "" + +#: ../../mod/crepair.php:161 +msgid "" +"Mark this contact as remote_self, this will cause friendica to repost new " +"entries from this contact." +msgstr "" + +#: ../../mod/uimport.php:66 +msgid "Move account" +msgstr "Удалить аккаунт" + +#: ../../mod/uimport.php:67 +msgid "You can import an account from another Friendica server." +msgstr "Вы можете импортировать учетную запись с другого сервера Friendica." + +#: ../../mod/uimport.php:68 +msgid "" +"You need to export your account from the old server and upload it here. We " +"will recreate your old account here with all your contacts. We will try also" +" to inform your friends that you moved here." +msgstr "Вам нужно экспортировать свой ​​аккаунт со старого сервера и загрузить его сюда. Мы восстановим ваш ​​старый аккаунт здесь со всеми вашими контактами. Мы постараемся также сообщить друзьям, что вы переехали сюда." + +#: ../../mod/uimport.php:69 +msgid "" +"This feature is experimental. We can't import contacts from the OStatus " +"network (statusnet/identi.ca) or from Diaspora" +msgstr "Это экспериментальная функция. Мы не можем импортировать контакты из сети OStatus (StatusNet / identi.ca) или из Diaspora" + +#: ../../mod/uimport.php:70 +msgid "Account file" +msgstr "Файл аккаунта" + +#: ../../mod/uimport.php:70 +msgid "" +"To export your account, go to \"Settings->Export your personal data\" and " +"select \"Export account\"" +msgstr "Для экспорта аккаунта, перейдите в \"Настройки->Экспортировать ваши данные\" и выберите \"Экспорт аккаунта\"" + +#: ../../mod/lockview.php:31 ../../mod/lockview.php:39 +msgid "Remote privacy information not available." +msgstr "Личная информация удаленно недоступна." + +#: ../../mod/lockview.php:48 +msgid "Visible to:" +msgstr "Кто может видеть:" + +#: ../../mod/notes.php:63 ../../mod/filer.php:31 ../../include/text.php:937 +msgid "Save" +msgstr "Сохранить" + +#: ../../mod/help.php:79 +msgid "Help:" +msgstr "Помощь:" + +#: ../../mod/help.php:84 ../../include/nav.php:113 +msgid "Help" +msgstr "Помощь" + +#: ../../mod/hcard.php:10 +msgid "No profile" +msgstr "Нет профиля" + +#: ../../mod/dfrn_request.php:93 +msgid "This introduction has already been accepted." +msgstr "Этот запрос был уже принят." + +#: ../../mod/dfrn_request.php:118 ../../mod/dfrn_request.php:513 +msgid "Profile location is not valid or does not contain profile information." +msgstr "Местоположение профиля является недопустимым или не содержит информацию о профиле." + +#: ../../mod/dfrn_request.php:123 ../../mod/dfrn_request.php:518 +msgid "Warning: profile location has no identifiable owner name." +msgstr "Внимание: местоположение профиля не имеет идентифицируемого имени владельца." + +#: ../../mod/dfrn_request.php:125 ../../mod/dfrn_request.php:520 +msgid "Warning: profile location has no profile photo." +msgstr "Внимание: местоположение профиля не имеет еще фотографии профиля." + +#: ../../mod/dfrn_request.php:128 ../../mod/dfrn_request.php:523 +#, php-format +msgid "%d required parameter was not found at the given location" +msgid_plural "%d required parameters were not found at the given location" +msgstr[0] "%d требуемый параметр не был найден в заданном месте" +msgstr[1] "%d требуемых параметров не были найдены в заданном месте" +msgstr[2] "%d требуемых параметров не были найдены в заданном месте" + +#: ../../mod/dfrn_request.php:170 +msgid "Introduction complete." +msgstr "Запрос создан." + +#: ../../mod/dfrn_request.php:209 +msgid "Unrecoverable protocol error." +msgstr "Неисправимая ошибка протокола." + +#: ../../mod/dfrn_request.php:237 +msgid "Profile unavailable." +msgstr "Профиль недоступен." + +#: ../../mod/dfrn_request.php:262 +#, php-format +msgid "%s has received too many connection requests today." +msgstr "К %s пришло сегодня слишком много запросов на подключение." + +#: ../../mod/dfrn_request.php:263 +msgid "Spam protection measures have been invoked." +msgstr "Были применены меры защиты от спама." + +#: ../../mod/dfrn_request.php:264 +msgid "Friends are advised to please try again in 24 hours." +msgstr "Друзья советуют попробовать еще раз в ближайшие 24 часа." + +#: ../../mod/dfrn_request.php:326 +msgid "Invalid locator" +msgstr "Недопустимый локатор" + +#: ../../mod/dfrn_request.php:335 +msgid "Invalid email address." +msgstr "Неверный адрес электронной почты." + +#: ../../mod/dfrn_request.php:362 +msgid "This account has not been configured for email. Request failed." +msgstr "Этот аккаунт не настроен для электронной почты. Запрос не удался." + +#: ../../mod/dfrn_request.php:458 +msgid "Unable to resolve your name at the provided location." +msgstr "Не удается установить ваше имя на предложенном местоположении." + +#: ../../mod/dfrn_request.php:471 +msgid "You have already introduced yourself here." +msgstr "Вы уже ввели информацию о себе здесь." + +#: ../../mod/dfrn_request.php:475 +#, php-format +msgid "Apparently you are already friends with %s." +msgstr "Похоже, что вы уже друзья с %s." + +#: ../../mod/dfrn_request.php:496 +msgid "Invalid profile URL." +msgstr "Неверный URL профиля." + +#: ../../mod/dfrn_request.php:502 ../../include/follow.php:27 +msgid "Disallowed profile URL." +msgstr "Запрещенный URL профиля." + +#: ../../mod/dfrn_request.php:571 ../../mod/contacts.php:174 +msgid "Failed to update contact record." +msgstr "Не удалось обновить запись контакта." + +#: ../../mod/dfrn_request.php:592 +msgid "Your introduction has been sent." +msgstr "Ваш запрос отправлен." + +#: ../../mod/dfrn_request.php:645 +msgid "Please login to confirm introduction." +msgstr "Для подтверждения запроса войдите пожалуйста с паролем." + +#: ../../mod/dfrn_request.php:659 +msgid "" +"Incorrect identity currently logged in. Please login to " +"this profile." +msgstr "Неверно идентифицирован вход. Пожалуйста, войдите в этот профиль." + +#: ../../mod/dfrn_request.php:670 +msgid "Hide this contact" +msgstr "Скрыть этот контакт" + +#: ../../mod/dfrn_request.php:673 +#, php-format +msgid "Welcome home %s." +msgstr "Добро пожаловать домой, %s!" + +#: ../../mod/dfrn_request.php:674 +#, php-format +msgid "Please confirm your introduction/connection request to %s." +msgstr "Пожалуйста, подтвердите краткую информацию / запрос на подключение к %s." + +#: ../../mod/dfrn_request.php:675 +msgid "Confirm" +msgstr "Подтвердить" + +#: ../../mod/dfrn_request.php:716 ../../include/items.php:3532 +msgid "[Name Withheld]" +msgstr "[Имя не разглашается]" + +#: ../../mod/dfrn_request.php:811 +msgid "" +"Please enter your 'Identity Address' from one of the following supported " +"communications networks:" +msgstr "Пожалуйста, введите ваш 'идентификационный адрес' одной из следующих поддерживаемых социальных сетей:" + +#: ../../mod/dfrn_request.php:827 +msgid "Connect as an email follower (Coming soon)" +msgstr "Соединитесь как email последователь (скоро)" + +#: ../../mod/dfrn_request.php:829 +msgid "" +"If you are not yet a member of the free social web, follow this link to find a public" +" Friendica site and join us today." +msgstr "Если вы еще не являетесь членом свободной социальной сети, перейдите по этой ссылке, чтобы найти публичный сервер Friendica и присоединиться к нам сейчас ." + +#: ../../mod/dfrn_request.php:832 +msgid "Friend/Connection Request" +msgstr "Запрос в друзья / на подключение" + +#: ../../mod/dfrn_request.php:833 +msgid "" +"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, " +"testuser@identi.ca" +msgstr "Примеры: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca" + +#: ../../mod/dfrn_request.php:834 +msgid "Please answer the following:" +msgstr "Пожалуйста, ответьте следующее:" + +#: ../../mod/dfrn_request.php:835 +#, php-format +msgid "Does %s know you?" +msgstr "%s знает вас?" + +#: ../../mod/dfrn_request.php:838 +msgid "Add a personal note:" +msgstr "Добавить личную заметку:" + +#: ../../mod/dfrn_request.php:840 ../../include/contact_selectors.php:76 +msgid "Friendica" +msgstr "Friendica" + +#: ../../mod/dfrn_request.php:841 +msgid "StatusNet/Federated Social Web" +msgstr "StatusNet / Federated Social Web" + +#: ../../mod/dfrn_request.php:842 ../../mod/settings.php:722 +#: ../../include/contact_selectors.php:80 +msgid "Diaspora" +msgstr "Diaspora" + +#: ../../mod/dfrn_request.php:843 +#, php-format +msgid "" +" - please do not use this form. Instead, enter %s into your Diaspora search" +" bar." +msgstr "Участники сети Diaspora: пожалуйста, не пользуйтесь этой формой. Вместо этого введите %s в строке поиска Diaspora" + +#: ../../mod/dfrn_request.php:844 +msgid "Your Identity Address:" +msgstr "Ваш идентификационный адрес:" + +#: ../../mod/dfrn_request.php:847 +msgid "Submit Request" +msgstr "Отправить запрос" + +#: ../../mod/update_profile.php:41 ../../mod/update_network.php:22 +#: ../../mod/update_display.php:22 ../../mod/update_community.php:18 +#: ../../mod/update_notes.php:41 +msgid "[Embedded content - reload page to view]" +msgstr "[Встроенное содержание - перезагрузите страницу для просмотра]" + +#: ../../mod/content.php:496 ../../include/conversation.php:686 +msgid "View in context" +msgstr "Смотреть в контексте" + +#: ../../mod/contacts.php:104 +#, php-format +msgid "%d contact edited." +msgid_plural "%d contacts edited" +msgstr[0] "%d контакт изменён." +msgstr[1] "%d контакты изменены" +msgstr[2] "%d контакты изменены" + +#: ../../mod/contacts.php:135 ../../mod/contacts.php:258 +msgid "Could not access contact record." +msgstr "Не удалось получить доступ к записи контакта." + +#: ../../mod/contacts.php:149 +msgid "Could not locate selected profile." +msgstr "Не удалось найти выбранный профиль." + +#: ../../mod/contacts.php:172 +msgid "Contact updated." +msgstr "Контакт обновлен." + +#: ../../mod/contacts.php:272 +msgid "Contact has been blocked" +msgstr "Контакт заблокирован" + +#: ../../mod/contacts.php:272 +msgid "Contact has been unblocked" +msgstr "Контакт разблокирован" + +#: ../../mod/contacts.php:282 +msgid "Contact has been ignored" +msgstr "Контакт проигнорирован" + +#: ../../mod/contacts.php:282 +msgid "Contact has been unignored" +msgstr "У контакта отменено игнорирование" + +#: ../../mod/contacts.php:293 +msgid "Contact has been archived" +msgstr "Контакт заархивирован" + +#: ../../mod/contacts.php:293 +msgid "Contact has been unarchived" +msgstr "Контакт разархивирован" + +#: ../../mod/contacts.php:318 ../../mod/contacts.php:689 +msgid "Do you really want to delete this contact?" +msgstr "Вы действительно хотите удалить этот контакт?" + +#: ../../mod/contacts.php:335 +msgid "Contact has been removed." +msgstr "Контакт удален." + +#: ../../mod/contacts.php:373 +#, php-format +msgid "You are mutual friends with %s" +msgstr "У Вас взаимная дружба с %s" + +#: ../../mod/contacts.php:377 +#, php-format +msgid "You are sharing with %s" +msgstr "Вы делитесь с %s" + +#: ../../mod/contacts.php:382 +#, php-format +msgid "%s is sharing with you" +msgstr "%s делитса с Вами" + +#: ../../mod/contacts.php:399 +msgid "Private communications are not available for this contact." +msgstr "Личные коммуникации недоступны для этого контакта." + +#: ../../mod/contacts.php:406 +msgid "(Update was successful)" +msgstr "(Обновление было успешно)" + +#: ../../mod/contacts.php:406 +msgid "(Update was not successful)" +msgstr "(Обновление не удалось)" + +#: ../../mod/contacts.php:408 +msgid "Suggest friends" +msgstr "Предложить друзей" + +#: ../../mod/contacts.php:412 +#, php-format +msgid "Network type: %s" +msgstr "Сеть: %s" + +#: ../../mod/contacts.php:415 ../../include/contact_widgets.php:199 +#, php-format +msgid "%d contact in common" +msgid_plural "%d contacts in common" +msgstr[0] "%d Контакт" +msgstr[1] "%d Контактов" +msgstr[2] "%d Контактов" + +#: ../../mod/contacts.php:420 +msgid "View all contacts" +msgstr "Показать все контакты" + +#: ../../mod/contacts.php:428 +msgid "Toggle Blocked status" +msgstr "Изменить статус блокированности (заблокировать/разблокировать)" + +#: ../../mod/contacts.php:431 ../../mod/contacts.php:485 +#: ../../mod/contacts.php:693 +msgid "Unignore" +msgstr "Не игнорировать" + +#: ../../mod/contacts.php:431 ../../mod/contacts.php:485 +#: ../../mod/contacts.php:693 ../../mod/notifications.php:51 +#: ../../mod/notifications.php:164 ../../mod/notifications.php:210 +msgid "Ignore" +msgstr "Игнорировать" + +#: ../../mod/contacts.php:434 +msgid "Toggle Ignored status" +msgstr "Изменить статус игнорирования" + +#: ../../mod/contacts.php:438 ../../mod/contacts.php:694 +msgid "Unarchive" +msgstr "Разархивировать" + +#: ../../mod/contacts.php:438 ../../mod/contacts.php:694 +msgid "Archive" +msgstr "Архивировать" + +#: ../../mod/contacts.php:441 +msgid "Toggle Archive status" +msgstr "Сменить статус архивации (архивирова/не архивировать)" + +#: ../../mod/contacts.php:444 +msgid "Repair" +msgstr "Восстановить" + +#: ../../mod/contacts.php:447 +msgid "Advanced Contact Settings" +msgstr "Дополнительные Настройки Контакта" + +#: ../../mod/contacts.php:453 +msgid "Communications lost with this contact!" +msgstr "Связь с контактом утеряна!" + +#: ../../mod/contacts.php:456 +msgid "Contact Editor" +msgstr "Редактор контакта" + +#: ../../mod/contacts.php:459 +msgid "Profile Visibility" +msgstr "Видимость профиля" + +#: ../../mod/contacts.php:460 +#, php-format +msgid "" +"Please choose the profile you would like to display to %s when viewing your " +"profile securely." +msgstr "Пожалуйста, выберите профиль, который вы хотите отображать %s, когда просмотр вашего профиля безопасен." + +#: ../../mod/contacts.php:461 +msgid "Contact Information / Notes" +msgstr "Информация о контакте / Заметки" + +#: ../../mod/contacts.php:462 +msgid "Edit contact notes" +msgstr "Редактировать заметки контакта" + +#: ../../mod/contacts.php:467 ../../mod/contacts.php:657 +#: ../../mod/viewcontacts.php:62 ../../mod/nogroup.php:40 +#, php-format +msgid "Visit %s's profile [%s]" +msgstr "Посетить профиль %s [%s]" + +#: ../../mod/contacts.php:468 +msgid "Block/Unblock contact" +msgstr "Блокировать / Разблокировать контакт" + +#: ../../mod/contacts.php:469 +msgid "Ignore contact" +msgstr "Игнорировать контакт" + +#: ../../mod/contacts.php:470 +msgid "Repair URL settings" +msgstr "Восстановить настройки URL" + +#: ../../mod/contacts.php:471 +msgid "View conversations" +msgstr "Просмотр бесед" + +#: ../../mod/contacts.php:473 +msgid "Delete contact" +msgstr "Удалить контакт" + +#: ../../mod/contacts.php:477 +msgid "Last update:" +msgstr "Последнее обновление: " + +#: ../../mod/contacts.php:479 +msgid "Update public posts" +msgstr "Обновить публичные сообщения" + +#: ../../mod/contacts.php:488 +msgid "Currently blocked" +msgstr "В настоящее время заблокирован" + +#: ../../mod/contacts.php:489 +msgid "Currently ignored" +msgstr "В настоящее время игнорируется" + +#: ../../mod/contacts.php:490 +msgid "Currently archived" +msgstr "В данный момент архивирован" + +#: ../../mod/contacts.php:491 ../../mod/notifications.php:157 +#: ../../mod/notifications.php:204 +msgid "Hide this contact from others" +msgstr "Скрыть этот контакт от других" + +#: ../../mod/contacts.php:491 +msgid "" +"Replies/likes to your public posts may still be visible" +msgstr "Ответы/лайки ваших публичных сообщений будут видимы." + +#: ../../mod/contacts.php:542 +msgid "Suggestions" +msgstr "Предложения" + +#: ../../mod/contacts.php:545 +msgid "Suggest potential friends" +msgstr "Предложить потенциального знакомого" + +#: ../../mod/contacts.php:548 ../../mod/group.php:194 +msgid "All Contacts" +msgstr "Все контакты" + +#: ../../mod/contacts.php:551 +msgid "Show all contacts" +msgstr "Показать все контакты" + +#: ../../mod/contacts.php:554 +msgid "Unblocked" +msgstr "Не блокирован" + +#: ../../mod/contacts.php:557 +msgid "Only show unblocked contacts" +msgstr "Показать только не блокированные контакты" + +#: ../../mod/contacts.php:561 +msgid "Blocked" +msgstr "Заблокирован" + +#: ../../mod/contacts.php:564 +msgid "Only show blocked contacts" +msgstr "Показать только блокированные контакты" + +#: ../../mod/contacts.php:568 +msgid "Ignored" +msgstr "Игнорирован" + +#: ../../mod/contacts.php:571 +msgid "Only show ignored contacts" +msgstr "Показать только игнорируемые контакты" + +#: ../../mod/contacts.php:575 +msgid "Archived" +msgstr "Архивированные" + +#: ../../mod/contacts.php:578 +msgid "Only show archived contacts" +msgstr "Показывать только архивные контакты" + +#: ../../mod/contacts.php:582 +msgid "Hidden" +msgstr "Скрытые" + +#: ../../mod/contacts.php:585 +msgid "Only show hidden contacts" +msgstr "Показывать только скрытые контакты" + +#: ../../mod/contacts.php:633 +msgid "Mutual Friendship" +msgstr "Взаимная дружба" + +#: ../../mod/contacts.php:637 +msgid "is a fan of yours" +msgstr "является вашим поклонником" + +#: ../../mod/contacts.php:641 +msgid "you are a fan of" +msgstr "Вы - поклонник" + +#: ../../mod/contacts.php:658 ../../mod/nogroup.php:41 +msgid "Edit contact" +msgstr "Редактировать контакт" + +#: ../../mod/contacts.php:684 +msgid "Search your contacts" +msgstr "Поиск ваших контактов" + +#: ../../mod/contacts.php:691 ../../mod/settings.php:126 +#: ../../mod/settings.php:627 +msgid "Update" +msgstr "Обновление" + +#: ../../mod/settings.php:28 ../../mod/photos.php:79 +msgid "everybody" +msgstr "каждый" + +#: ../../mod/settings.php:35 ../../mod/uexport.php:9 ../../include/nav.php:167 +msgid "Account settings" +msgstr "Настройки аккаунта" + +#: ../../mod/settings.php:40 +msgid "Additional features" +msgstr "Дополнительные возможности" + +#: ../../mod/settings.php:45 ../../mod/uexport.php:14 +msgid "Display settings" +msgstr "Параметры дисплея" + +#: ../../mod/settings.php:51 ../../mod/uexport.php:20 +msgid "Connector settings" +msgstr "Настройки соединителя" + +#: ../../mod/settings.php:56 ../../mod/uexport.php:25 +msgid "Plugin settings" +msgstr "Настройки плагина" + +#: ../../mod/settings.php:61 ../../mod/uexport.php:30 +msgid "Connected apps" +msgstr "Подключенные приложения" + +#: ../../mod/settings.php:66 ../../mod/uexport.php:35 ../../mod/uexport.php:80 +msgid "Export personal data" +msgstr "Экспорт личных данных" + +#: ../../mod/settings.php:71 ../../mod/uexport.php:40 +msgid "Remove account" +msgstr "Удалить аккаунт" + +#: ../../mod/settings.php:123 +msgid "Missing some important data!" +msgstr "Не хватает важных данных!" + +#: ../../mod/settings.php:232 +msgid "Failed to connect with email account using the settings provided." +msgstr "Не удалось подключиться к аккаунту e-mail, используя указанные настройки." + +#: ../../mod/settings.php:237 +msgid "Email settings updated." +msgstr "Настройки эл. почты обновлены." + +#: ../../mod/settings.php:252 +msgid "Features updated" +msgstr "Настройки обновлены" + +#: ../../mod/settings.php:311 +msgid "Relocate message has been send to your contacts" +msgstr "Перемещённое сообщение было отправлено списку контактов" + +#: ../../mod/settings.php:325 +msgid "Passwords do not match. Password unchanged." +msgstr "Пароли не совпадают. Пароль не изменен." + +#: ../../mod/settings.php:330 +msgid "Empty passwords are not allowed. Password unchanged." +msgstr "Пустые пароли не допускаются. Пароль не изменен." + +#: ../../mod/settings.php:338 +msgid "Wrong password." +msgstr "Неверный пароль." + +#: ../../mod/settings.php:349 +msgid "Password changed." +msgstr "Пароль изменен." + +#: ../../mod/settings.php:351 +msgid "Password update failed. Please try again." +msgstr "Обновление пароля не удалось. Пожалуйста, попробуйте еще раз." + +#: ../../mod/settings.php:416 +msgid " Please use a shorter name." +msgstr " Пожалуйста, используйте более короткое имя." + +#: ../../mod/settings.php:418 +msgid " Name too short." +msgstr " Имя слишком короткое." + +#: ../../mod/settings.php:427 +msgid "Wrong Password" +msgstr "Неверный пароль." + +#: ../../mod/settings.php:432 +msgid " Not valid email." +msgstr " Неверный e-mail." + +#: ../../mod/settings.php:438 +msgid " Cannot change to that email." +msgstr " Невозможно изменить на этот e-mail." + +#: ../../mod/settings.php:493 +msgid "Private forum has no privacy permissions. Using default privacy group." +msgstr "Частный форум не имеет настроек приватности. Используется группа конфиденциальности по умолчанию." + +#: ../../mod/settings.php:497 +msgid "Private forum has no privacy permissions and no default privacy group." +msgstr "Частный форум не имеет настроек приватности и не имеет групп приватности по умолчанию." + +#: ../../mod/settings.php:527 +msgid "Settings updated." +msgstr "Настройки обновлены." + +#: ../../mod/settings.php:600 ../../mod/settings.php:626 +#: ../../mod/settings.php:662 +msgid "Add application" +msgstr "Добавить приложения" + +#: ../../mod/settings.php:604 ../../mod/settings.php:630 +msgid "Consumer Key" +msgstr "Consumer Key" + +#: ../../mod/settings.php:605 ../../mod/settings.php:631 +msgid "Consumer Secret" +msgstr "Consumer Secret" + +#: ../../mod/settings.php:606 ../../mod/settings.php:632 +msgid "Redirect" +msgstr "Перенаправление" + +#: ../../mod/settings.php:607 ../../mod/settings.php:633 +msgid "Icon url" +msgstr "URL символа" + +#: ../../mod/settings.php:618 +msgid "You can't edit this application." +msgstr "Вы не можете изменить это приложение." + +#: ../../mod/settings.php:661 +msgid "Connected Apps" +msgstr "Подключенные приложения" + +#: ../../mod/settings.php:665 +msgid "Client key starts with" +msgstr "Ключ клиента начинается с" + +#: ../../mod/settings.php:666 +msgid "No name" +msgstr "Нет имени" + +#: ../../mod/settings.php:667 +msgid "Remove authorization" +msgstr "Удалить авторизацию" + +#: ../../mod/settings.php:679 +msgid "No Plugin settings configured" +msgstr "Нет сконфигурированных настроек плагина" + +#: ../../mod/settings.php:687 +msgid "Plugin Settings" +msgstr "Настройки плагина" + +#: ../../mod/settings.php:701 +msgid "Off" +msgstr "" + +#: ../../mod/settings.php:701 +msgid "On" +msgstr "" + +#: ../../mod/settings.php:709 +msgid "Additional Features" +msgstr "Дополнительные возможности" + +#: ../../mod/settings.php:722 ../../mod/settings.php:723 +#, php-format +msgid "Built-in support for %s connectivity is %s" +msgstr "Встроенная поддержка для %s подключение %s" + +#: ../../mod/settings.php:722 ../../mod/settings.php:723 +msgid "enabled" +msgstr "подключено" + +#: ../../mod/settings.php:722 ../../mod/settings.php:723 +msgid "disabled" +msgstr "отключено" + +#: ../../mod/settings.php:723 +msgid "StatusNet" +msgstr "StatusNet" + +#: ../../mod/settings.php:755 +msgid "Email access is disabled on this site." +msgstr "Доступ эл. почты отключен на этом сайте." + +#: ../../mod/settings.php:762 +msgid "Connector Settings" +msgstr "Настройки соединителя" + +#: ../../mod/settings.php:767 +msgid "Email/Mailbox Setup" +msgstr "Настройка эл. почты / почтового ящика" + +#: ../../mod/settings.php:768 +msgid "" +"If you wish to communicate with email contacts using this service " +"(optional), please specify how to connect to your mailbox." +msgstr "Если вы хотите общаться с Email контактами, используя этот сервис (по желанию), пожалуйста, уточните, как подключиться к вашему почтовому ящику." + +#: ../../mod/settings.php:769 +msgid "Last successful email check:" +msgstr "Последняя успешная проверка электронной почты:" + +#: ../../mod/settings.php:771 +msgid "IMAP server name:" +msgstr "Имя IMAP сервера:" + +#: ../../mod/settings.php:772 +msgid "IMAP port:" +msgstr "Порт IMAP:" + +#: ../../mod/settings.php:773 +msgid "Security:" +msgstr "Безопасность:" + +#: ../../mod/settings.php:773 ../../mod/settings.php:778 +msgid "None" +msgstr "Ничего" + +#: ../../mod/settings.php:774 +msgid "Email login name:" +msgstr "Логин эл. почты:" + +#: ../../mod/settings.php:775 +msgid "Email password:" +msgstr "Пароль эл. почты:" + +#: ../../mod/settings.php:776 +msgid "Reply-to address:" +msgstr "Адрес для ответа:" + +#: ../../mod/settings.php:777 +msgid "Send public posts to all email contacts:" +msgstr "Отправлять открытые сообщения на все контакты электронной почты:" + +#: ../../mod/settings.php:778 +msgid "Action after import:" +msgstr "Действие после импорта:" + +#: ../../mod/settings.php:778 +msgid "Mark as seen" +msgstr "Отметить, как прочитанное" + +#: ../../mod/settings.php:778 +msgid "Move to folder" +msgstr "Переместить в папку" + +#: ../../mod/settings.php:779 +msgid "Move to folder:" +msgstr "Переместить в папку:" + +#: ../../mod/settings.php:854 +msgid "Display Settings" +msgstr "Параметры дисплея" + +#: ../../mod/settings.php:860 ../../mod/settings.php:873 +msgid "Display Theme:" +msgstr "Показать тему:" + +#: ../../mod/settings.php:861 +msgid "Mobile Theme:" +msgstr "Мобильная тема:" + +#: ../../mod/settings.php:862 +msgid "Update browser every xx seconds" +msgstr "Обновление браузера каждые хх секунд" + +#: ../../mod/settings.php:862 +msgid "Minimum of 10 seconds, no maximum" +msgstr "Минимум 10 секунд, максимума нет" + +#: ../../mod/settings.php:863 +msgid "Number of items to display per page:" +msgstr "Количество элементов, отображаемых на одной странице:" + +#: ../../mod/settings.php:863 ../../mod/settings.php:864 +msgid "Maximum of 100 items" +msgstr "Максимум 100 элементов" + +#: ../../mod/settings.php:864 +msgid "Number of items to display per page when viewed from mobile device:" +msgstr "Количество элементов на странице, когда просмотр осуществляется с мобильных устройств:" + +#: ../../mod/settings.php:865 +msgid "Don't show emoticons" +msgstr "не показывать emoticons" + +#: ../../mod/settings.php:866 +msgid "Infinite scroll" +msgstr "Бесконечная прокрутка" + +#: ../../mod/settings.php:942 +msgid "Normal Account Page" +msgstr "Стандартная страница аккаунта" + +#: ../../mod/settings.php:943 +msgid "This account is a normal personal profile" +msgstr "Этот аккаунт является обычным персональным профилем" + +#: ../../mod/settings.php:946 +msgid "Soapbox Page" +msgstr "" + +#: ../../mod/settings.php:947 +msgid "Automatically approve all connection/friend requests as read-only fans" +msgstr "Автоматически одобряются все подключения / запросы в друзья, \"только для чтения\" поклонниками" + +#: ../../mod/settings.php:950 +msgid "Community Forum/Celebrity Account" +msgstr "Аккаунт сообщества Форум/Знаменитость" + +#: ../../mod/settings.php:951 +msgid "" +"Automatically approve all connection/friend requests as read-write fans" +msgstr "Автоматически одобряются все подключения / запросы в друзья, \"для чтения и записей\" поклонников" + +#: ../../mod/settings.php:954 +msgid "Automatic Friend Page" +msgstr "\"Автоматический друг\" страница" + +#: ../../mod/settings.php:955 +msgid "Automatically approve all connection/friend requests as friends" +msgstr "Автоматически одобряются все подключения / запросы в друзья, расширяется список друзей" + +#: ../../mod/settings.php:958 +msgid "Private Forum [Experimental]" +msgstr "Личный форум [экспериментально]" + +#: ../../mod/settings.php:959 +msgid "Private forum - approved members only" +msgstr "Приватный форум - разрешено только участникам" + +#: ../../mod/settings.php:971 +msgid "OpenID:" +msgstr "OpenID:" + +#: ../../mod/settings.php:971 +msgid "(Optional) Allow this OpenID to login to this account." +msgstr "(Необязательно) Разрешить этому OpenID входить в этот аккаунт" + +#: ../../mod/settings.php:981 +msgid "Publish your default profile in your local site directory?" +msgstr "Публиковать ваш профиль по умолчанию в вашем локальном каталоге на сайте?" + +#: ../../mod/settings.php:987 +msgid "Publish your default profile in the global social directory?" +msgstr "Публиковать ваш профиль по умолчанию в глобальном социальном каталоге?" + +#: ../../mod/settings.php:995 +msgid "Hide your contact/friend list from viewers of your default profile?" +msgstr "Скрывать ваш список контактов/друзей от посетителей вашего профиля по умолчанию?" + +#: ../../mod/settings.php:999 +msgid "Hide your profile details from unknown viewers?" +msgstr "Скрыть данные профиля из неизвестных зрителей?" + +#: ../../mod/settings.php:1004 +msgid "Allow friends to post to your profile page?" +msgstr "Разрешить друзьям оставлять сообщения на страницу вашего профиля?" + +#: ../../mod/settings.php:1010 +msgid "Allow friends to tag your posts?" +msgstr "Разрешить друзьям отмечять ваши сообщения?" + +#: ../../mod/settings.php:1016 +msgid "Allow us to suggest you as a potential friend to new members?" +msgstr "Позвольть предлогать Вам потенциальных друзей?" + +#: ../../mod/settings.php:1022 +msgid "Permit unknown people to send you private mail?" +msgstr "Разрешить незнакомым людям отправлять вам личные сообщения?" + +#: ../../mod/settings.php:1030 +msgid "Profile is not published." +msgstr "Профиль не публикуется." + +#: ../../mod/settings.php:1033 ../../mod/profile_photo.php:248 +msgid "or" +msgstr "или" + +#: ../../mod/settings.php:1038 +msgid "Your Identity Address is" +msgstr "Ваш идентификационный адрес" + +#: ../../mod/settings.php:1049 +msgid "Automatically expire posts after this many days:" +msgstr "Автоматическое истекание срока действия сообщения после стольких дней:" + +#: ../../mod/settings.php:1049 +msgid "If empty, posts will not expire. Expired posts will be deleted" +msgstr "Если пусто, срок действия сообщений не будет ограничен. Сообщения с истекшим сроком действия будут удалены" + +#: ../../mod/settings.php:1050 +msgid "Advanced expiration settings" +msgstr "Настройки расширенного окончания срока действия" + +#: ../../mod/settings.php:1051 +msgid "Advanced Expiration" +msgstr "Расширенное окончание срока действия" + +#: ../../mod/settings.php:1052 +msgid "Expire posts:" +msgstr "Срок хранения сообщений:" + +#: ../../mod/settings.php:1053 +msgid "Expire personal notes:" +msgstr "Срок хранения личных заметок:" + +#: ../../mod/settings.php:1054 +msgid "Expire starred posts:" +msgstr "Срок хранения усеянных сообщений:" + +#: ../../mod/settings.php:1055 +msgid "Expire photos:" +msgstr "Срок хранения фотографий:" + +#: ../../mod/settings.php:1056 +msgid "Only expire posts by others:" +msgstr "Только устаревшие посты других:" + +#: ../../mod/settings.php:1082 +msgid "Account Settings" +msgstr "Настройки аккаунта" + +#: ../../mod/settings.php:1090 +msgid "Password Settings" +msgstr "Настройка пароля" + +#: ../../mod/settings.php:1091 +msgid "New Password:" +msgstr "Новый пароль:" + +#: ../../mod/settings.php:1092 +msgid "Confirm:" +msgstr "Подтвердите:" + +#: ../../mod/settings.php:1092 +msgid "Leave password fields blank unless changing" +msgstr "Оставьте поля пароля пустыми, если он не изменяется" + +#: ../../mod/settings.php:1093 +msgid "Current Password:" +msgstr "Текущий пароль:" + +#: ../../mod/settings.php:1093 ../../mod/settings.php:1094 +msgid "Your current password to confirm the changes" +msgstr "Ваш текущий пароль, для подтверждения изменений" + +#: ../../mod/settings.php:1094 +msgid "Password:" +msgstr "Пароль:" + +#: ../../mod/settings.php:1098 +msgid "Basic Settings" +msgstr "Основные параметры" + +#: ../../mod/settings.php:1099 ../../include/profile_advanced.php:15 msgid "Full Name:" msgstr "Полное имя:" -#: ../../include/profile_advanced.php:17 ../../mod/directory.php:136 -#: ../../boot.php:1408 -msgid "Gender:" -msgstr "Пол:" +#: ../../mod/settings.php:1100 +msgid "Email Address:" +msgstr "Адрес электронной почты:" + +#: ../../mod/settings.php:1101 +msgid "Your Timezone:" +msgstr "Ваш часовой пояс:" + +#: ../../mod/settings.php:1102 +msgid "Default Post Location:" +msgstr "Местонахождение по умолчанию:" + +#: ../../mod/settings.php:1103 +msgid "Use Browser Location:" +msgstr "Использовать определение местоположения браузером:" + +#: ../../mod/settings.php:1106 +msgid "Security and Privacy Settings" +msgstr "Параметры безопасности и конфиденциальности" + +#: ../../mod/settings.php:1108 +msgid "Maximum Friend Requests/Day:" +msgstr "Максимум запросов в друзья в день:" + +#: ../../mod/settings.php:1108 ../../mod/settings.php:1138 +msgid "(to prevent spam abuse)" +msgstr "(для предотвращения спама)" + +#: ../../mod/settings.php:1109 +msgid "Default Post Permissions" +msgstr "Разрешение на сообщения по умолчанию" + +#: ../../mod/settings.php:1110 +msgid "(click to open/close)" +msgstr "(нажмите, чтобы открыть / закрыть)" + +#: ../../mod/settings.php:1119 ../../mod/photos.php:1140 +#: ../../mod/photos.php:1506 +msgid "Show to Groups" +msgstr "Показать в группах" + +#: ../../mod/settings.php:1120 ../../mod/photos.php:1141 +#: ../../mod/photos.php:1507 +msgid "Show to Contacts" +msgstr "Показывать контактам" + +#: ../../mod/settings.php:1121 +msgid "Default Private Post" +msgstr "Личное сообщение по умолчанию" + +#: ../../mod/settings.php:1122 +msgid "Default Public Post" +msgstr "Публичное сообщение по умолчанию" + +#: ../../mod/settings.php:1126 +msgid "Default Permissions for New Posts" +msgstr "Права для новых записей по умолчанию" + +#: ../../mod/settings.php:1138 +msgid "Maximum private messages per day from unknown people:" +msgstr "Максимальное количество личных сообщений от незнакомых людей в день:" + +#: ../../mod/settings.php:1141 +msgid "Notification Settings" +msgstr "Настройка уведомлений" + +#: ../../mod/settings.php:1142 +msgid "By default post a status message when:" +msgstr "Отправить состояние о статусе по умолчанию, если:" + +#: ../../mod/settings.php:1143 +msgid "accepting a friend request" +msgstr "принятие запроса на добавление в друзья" + +#: ../../mod/settings.php:1144 +msgid "joining a forum/community" +msgstr "вступление в сообщество/форум" + +#: ../../mod/settings.php:1145 +msgid "making an interesting profile change" +msgstr "сделать изменения в настройках интересов профиля" + +#: ../../mod/settings.php:1146 +msgid "Send a notification email when:" +msgstr "Отправлять уведомление по электронной почте, когда:" + +#: ../../mod/settings.php:1147 +msgid "You receive an introduction" +msgstr "Вы получили запрос" + +#: ../../mod/settings.php:1148 +msgid "Your introductions are confirmed" +msgstr "Ваши запросы подтверждены" + +#: ../../mod/settings.php:1149 +msgid "Someone writes on your profile wall" +msgstr "Кто-то пишет на стене вашего профиля" + +#: ../../mod/settings.php:1150 +msgid "Someone writes a followup comment" +msgstr "Кто-то пишет последующий комментарий" + +#: ../../mod/settings.php:1151 +msgid "You receive a private message" +msgstr "Вы получаете личное сообщение" + +#: ../../mod/settings.php:1152 +msgid "You receive a friend suggestion" +msgstr "Вы полулили предложение о добавлении в друзья" + +#: ../../mod/settings.php:1153 +msgid "You are tagged in a post" +msgstr "Вы отмечены в посте" + +#: ../../mod/settings.php:1154 +msgid "You are poked/prodded/etc. in a post" +msgstr "" + +#: ../../mod/settings.php:1157 +msgid "Advanced Account/Page Type Settings" +msgstr "Расширенные настройки типа аккаунта/страницы" + +#: ../../mod/settings.php:1158 +msgid "Change the behaviour of this account for special situations" +msgstr "Измените поведение этого аккаунта в специальных ситуациях" + +#: ../../mod/settings.php:1161 +msgid "Relocate" +msgstr "Переместить" + +#: ../../mod/settings.php:1162 +msgid "" +"If you have moved this profile from another server, and some of your " +"contacts don't receive your updates, try pushing this button." +msgstr "Если вы переместили эту анкету с другого сервера, и некоторые из ваших контактов не получили ваши обновления, попробуйте нажать эту кнопку." + +#: ../../mod/settings.php:1163 +msgid "Resend relocate message to contacts" +msgstr "Отправить перемещённые сообщения контактам" + +#: ../../mod/profiles.php:37 +msgid "Profile deleted." +msgstr "Профиль удален." + +#: ../../mod/profiles.php:55 ../../mod/profiles.php:89 +msgid "Profile-" +msgstr "Профиль-" + +#: ../../mod/profiles.php:74 ../../mod/profiles.php:117 +msgid "New profile created." +msgstr "Новый профиль создан." + +#: ../../mod/profiles.php:95 +msgid "Profile unavailable to clone." +msgstr "Профиль недоступен для клонирования." + +#: ../../mod/profiles.php:170 +msgid "Profile Name is required." +msgstr "Необходимо имя профиля." + +#: ../../mod/profiles.php:317 +msgid "Marital Status" +msgstr "Семейное положение" + +#: ../../mod/profiles.php:321 +msgid "Romantic Partner" +msgstr "Любимый человек" + +#: ../../mod/profiles.php:325 +msgid "Likes" +msgstr "Лайки" + +#: ../../mod/profiles.php:329 +msgid "Dislikes" +msgstr "Дизлайк" + +#: ../../mod/profiles.php:333 +msgid "Work/Employment" +msgstr "Работа/Занятость" + +#: ../../mod/profiles.php:336 +msgid "Religion" +msgstr "Религия" + +#: ../../mod/profiles.php:340 +msgid "Political Views" +msgstr "Политические взгляды" + +#: ../../mod/profiles.php:344 +msgid "Gender" +msgstr "Пол" + +#: ../../mod/profiles.php:348 +msgid "Sexual Preference" +msgstr "Сексуальные предпочтения" + +#: ../../mod/profiles.php:352 +msgid "Homepage" +msgstr "Домашняя страница" + +#: ../../mod/profiles.php:356 +msgid "Interests" +msgstr "Хобби / Интересы" + +#: ../../mod/profiles.php:360 +msgid "Address" +msgstr "Адрес" + +#: ../../mod/profiles.php:367 +msgid "Location" +msgstr "Местонахождение" + +#: ../../mod/profiles.php:450 +msgid "Profile updated." +msgstr "Профиль обновлен." + +#: ../../mod/profiles.php:521 +msgid " and " +msgstr "и" + +#: ../../mod/profiles.php:529 +msgid "public profile" +msgstr "публичный профиль" + +#: ../../mod/profiles.php:532 +#, php-format +msgid "%1$s changed %2$s to “%3$s”" +msgstr "%1$s изменились с %2$s на “%3$s”" + +#: ../../mod/profiles.php:533 +#, php-format +msgid " - Visit %1$s's %2$s" +msgstr " - Посетить профиль %1$s [%2$s]" + +#: ../../mod/profiles.php:536 +#, php-format +msgid "%1$s has an updated %2$s, changing %3$s." +msgstr "" + +#: ../../mod/profiles.php:609 +msgid "Hide your contact/friend list from viewers of this profile?" +msgstr "Скрывать ваш список контактов / друзей от посетителей этого профиля?" + +#: ../../mod/profiles.php:629 +msgid "Edit Profile Details" +msgstr "Редактировать детали профиля" + +#: ../../mod/profiles.php:631 +msgid "Change Profile Photo" +msgstr "Изменить фото профиля" + +#: ../../mod/profiles.php:632 +msgid "View this profile" +msgstr "Просмотреть этот профиль" + +#: ../../mod/profiles.php:633 +msgid "Create a new profile using these settings" +msgstr "Создать новый профиль, используя эти настройки" + +#: ../../mod/profiles.php:634 +msgid "Clone this profile" +msgstr "Клонировать этот профиль" + +#: ../../mod/profiles.php:635 +msgid "Delete this profile" +msgstr "Удалить этот профиль" + +#: ../../mod/profiles.php:636 +msgid "Profile Name:" +msgstr "Имя профиля:" + +#: ../../mod/profiles.php:637 +msgid "Your Full Name:" +msgstr "Ваше полное имя:" + +#: ../../mod/profiles.php:638 +msgid "Title/Description:" +msgstr "Заголовок / Описание:" + +#: ../../mod/profiles.php:639 +msgid "Your Gender:" +msgstr "Ваш пол:" + +#: ../../mod/profiles.php:640 +#, php-format +msgid "Birthday (%s):" +msgstr "День рождения (%s):" + +#: ../../mod/profiles.php:641 +msgid "Street Address:" +msgstr "Адрес:" + +#: ../../mod/profiles.php:642 +msgid "Locality/City:" +msgstr "Город / Населенный пункт:" + +#: ../../mod/profiles.php:643 +msgid "Postal/Zip Code:" +msgstr "Почтовый индекс:" + +#: ../../mod/profiles.php:644 +msgid "Country:" +msgstr "Страна:" + +#: ../../mod/profiles.php:645 +msgid "Region/State:" +msgstr "Район / Область:" + +#: ../../mod/profiles.php:646 +msgid " Marital Status:" +msgstr " Семейное положение:" + +#: ../../mod/profiles.php:647 +msgid "Who: (if applicable)" +msgstr "Кто: (если требуется)" + +#: ../../mod/profiles.php:648 +msgid "Examples: cathy123, Cathy Williams, cathy@example.com" +msgstr "Примеры: cathy123, Кэти Уильямс, cathy@example.com" + +#: ../../mod/profiles.php:649 +msgid "Since [date]:" +msgstr "С какого времени [дата]:" + +#: ../../mod/profiles.php:650 ../../include/profile_advanced.php:46 +msgid "Sexual Preference:" +msgstr "Сексуальные предпочтения:" + +#: ../../mod/profiles.php:651 +msgid "Homepage URL:" +msgstr "Адрес домашней странички:" + +#: ../../mod/profiles.php:652 ../../include/profile_advanced.php:50 +msgid "Hometown:" +msgstr "Родной город:" + +#: ../../mod/profiles.php:653 ../../include/profile_advanced.php:54 +msgid "Political Views:" +msgstr "Политические взгляды:" + +#: ../../mod/profiles.php:654 +msgid "Religious Views:" +msgstr "Религиозные взгляды:" + +#: ../../mod/profiles.php:655 +msgid "Public Keywords:" +msgstr "Общественные ключевые слова:" + +#: ../../mod/profiles.php:656 +msgid "Private Keywords:" +msgstr "Личные ключевые слова:" + +#: ../../mod/profiles.php:657 ../../include/profile_advanced.php:62 +msgid "Likes:" +msgstr "Лайки:" + +#: ../../mod/profiles.php:658 ../../include/profile_advanced.php:64 +msgid "Dislikes:" +msgstr "Дизлайки:" + +#: ../../mod/profiles.php:659 +msgid "Example: fishing photography software" +msgstr "Пример: рыбалка фотографии программное обеспечение" + +#: ../../mod/profiles.php:660 +msgid "(Used for suggesting potential friends, can be seen by others)" +msgstr "(Используется для предложения потенциальным друзьям, могут увидеть другие)" + +#: ../../mod/profiles.php:661 +msgid "(Used for searching profiles, never shown to others)" +msgstr "(Используется для поиска профилей, никогда не показывается другим)" + +#: ../../mod/profiles.php:662 +msgid "Tell us about yourself..." +msgstr "Расскажите нам о себе ..." + +#: ../../mod/profiles.php:663 +msgid "Hobbies/Interests" +msgstr "Хобби / Интересы" + +#: ../../mod/profiles.php:664 +msgid "Contact information and Social Networks" +msgstr "Контактная информация и социальные сети" + +#: ../../mod/profiles.php:665 +msgid "Musical interests" +msgstr "Музыкальные интересы" + +#: ../../mod/profiles.php:666 +msgid "Books, literature" +msgstr "Книги, литература" + +#: ../../mod/profiles.php:667 +msgid "Television" +msgstr "Телевидение" + +#: ../../mod/profiles.php:668 +msgid "Film/dance/culture/entertainment" +msgstr "Кино / танцы / культура / развлечения" + +#: ../../mod/profiles.php:669 +msgid "Love/romance" +msgstr "Любовь / романтика" + +#: ../../mod/profiles.php:670 +msgid "Work/employment" +msgstr "Работа / занятость" + +#: ../../mod/profiles.php:671 +msgid "School/education" +msgstr "Школа / образование" + +#: ../../mod/profiles.php:676 +msgid "" +"This is your public profile.
It may " +"be visible to anybody using the internet." +msgstr "Это ваш публичный профиль.
Он может быть виден каждому, используя Интернет." + +#: ../../mod/profiles.php:725 +msgid "Edit/Manage Profiles" +msgstr "Редактировать профиль" + +#: ../../mod/group.php:29 +msgid "Group created." +msgstr "Группа создана." + +#: ../../mod/group.php:35 +msgid "Could not create group." +msgstr "Не удалось создать группу." + +#: ../../mod/group.php:47 ../../mod/group.php:140 +msgid "Group not found." +msgstr "Группа не найдена." + +#: ../../mod/group.php:60 +msgid "Group name changed." +msgstr "Название группы изменено." + +#: ../../mod/group.php:87 +msgid "Save Group" +msgstr "Сохранить группу" + +#: ../../mod/group.php:93 +msgid "Create a group of contacts/friends." +msgstr "Создать группу контактов / друзей." + +#: ../../mod/group.php:94 ../../mod/group.php:180 +msgid "Group Name: " +msgstr "Название группы: " + +#: ../../mod/group.php:113 +msgid "Group removed." +msgstr "Группа удалена." + +#: ../../mod/group.php:115 +msgid "Unable to remove group." +msgstr "Не удается удалить группу." + +#: ../../mod/group.php:179 +msgid "Group Editor" +msgstr "Редактор групп" + +#: ../../mod/group.php:192 +msgid "Members" +msgstr "Участники" + +#: ../../mod/group.php:224 ../../mod/profperm.php:105 +msgid "Click on a contact to add or remove." +msgstr "Нажмите на контакт, чтобы добавить или удалить." + +#: ../../mod/babel.php:17 +msgid "Source (bbcode) text:" +msgstr "Код (bbcode):" + +#: ../../mod/babel.php:23 +msgid "Source (Diaspora) text to convert to BBcode:" +msgstr "Код (Diaspora) для конвертации в BBcode:" + +#: ../../mod/babel.php:31 +msgid "Source input: " +msgstr "Ввести код:" + +#: ../../mod/babel.php:35 +msgid "bb2html (raw HTML): " +msgstr "bb2html (raw HTML): " + +#: ../../mod/babel.php:39 +msgid "bb2html: " +msgstr "bb2html: " + +#: ../../mod/babel.php:43 +msgid "bb2html2bb: " +msgstr "bb2html2bb: " + +#: ../../mod/babel.php:47 +msgid "bb2md: " +msgstr "bb2md: " + +#: ../../mod/babel.php:51 +msgid "bb2md2html: " +msgstr "bb2md2html: " + +#: ../../mod/babel.php:55 +msgid "bb2dia2bb: " +msgstr "bb2dia2bb: " + +#: ../../mod/babel.php:59 +msgid "bb2md2html2bb: " +msgstr "bb2md2html2bb: " + +#: ../../mod/babel.php:69 +msgid "Source input (Diaspora format): " +msgstr "Ввод кода (формат Diaspora):" + +#: ../../mod/babel.php:74 +msgid "diaspora2bb: " +msgstr "diaspora2bb: " + +#: ../../mod/community.php:23 +msgid "Not available." +msgstr "Недоступно." + +#: ../../mod/follow.php:27 +msgid "Contact added" +msgstr "Контакт добавлен" + +#: ../../mod/notify.php:61 ../../mod/notifications.php:332 +msgid "No more system notifications." +msgstr "Системных уведомлений больше нет." + +#: ../../mod/notify.php:65 ../../mod/notifications.php:336 +msgid "System Notifications" +msgstr "Уведомления системы" + +#: ../../mod/message.php:9 ../../include/nav.php:159 +msgid "New Message" +msgstr "Новое сообщение" + +#: ../../mod/message.php:67 +msgid "Unable to locate contact information." +msgstr "Не удалось найти контактную информацию." + +#: ../../mod/message.php:182 ../../mod/notifications.php:103 +#: ../../include/nav.php:156 +msgid "Messages" +msgstr "Сообщения" + +#: ../../mod/message.php:207 +msgid "Do you really want to delete this message?" +msgstr "Вы действительно хотите удалить это сообщение?" + +#: ../../mod/message.php:227 +msgid "Message deleted." +msgstr "Сообщение удалено." + +#: ../../mod/message.php:258 +msgid "Conversation removed." +msgstr "Беседа удалена." + +#: ../../mod/message.php:371 +msgid "No messages." +msgstr "Нет сообщений." + +#: ../../mod/message.php:378 +#, php-format +msgid "Unknown sender - %s" +msgstr "Неизвестный отправитель - %s" + +#: ../../mod/message.php:381 +#, php-format +msgid "You and %s" +msgstr "Вы и %s" + +#: ../../mod/message.php:384 +#, php-format +msgid "%s and You" +msgstr "%s и Вы" + +#: ../../mod/message.php:405 ../../mod/message.php:546 +msgid "Delete conversation" +msgstr "Удалить историю общения" + +#: ../../mod/message.php:408 +msgid "D, d M Y - g:i A" +msgstr "D, d M Y - g:i A" + +#: ../../mod/message.php:411 +#, php-format +msgid "%d message" +msgid_plural "%d messages" +msgstr[0] "%d сообщение" +msgstr[1] "%d сообщений" +msgstr[2] "%d сообщений" + +#: ../../mod/message.php:450 +msgid "Message not available." +msgstr "Сообщение не доступно." + +#: ../../mod/message.php:520 +msgid "Delete message" +msgstr "Удалить сообщение" + +#: ../../mod/message.php:548 +msgid "" +"No secure communications available. You may be able to " +"respond from the sender's profile page." +msgstr "Невозможно защищённое соединение. Вы имеете возможность ответить со страницы профиля отправителя." + +#: ../../mod/message.php:552 +msgid "Send Reply" +msgstr "Отправить ответ" + +#: ../../mod/like.php:170 ../../include/conversation.php:140 +#, php-format +msgid "%1$s doesn't like %2$s's %3$s" +msgstr "%1$s не нравится %3$s от %2$s " + +#: ../../mod/oexchange.php:25 +msgid "Post successful." +msgstr "Успешно добавлено." + +#: ../../mod/localtime.php:12 ../../include/event.php:11 +#: ../../include/bb2diaspora.php:393 +msgid "l F d, Y \\@ g:i A" +msgstr "l F d, Y \\@ g:i A" + +#: ../../mod/localtime.php:24 +msgid "Time Conversion" +msgstr "История общения" + +#: ../../mod/localtime.php:26 +msgid "" +"Friendica provides this service for sharing events with other networks and " +"friends in unknown timezones." +msgstr "Friendica предоставляет этот сервис для обмена событиями с другими сетями и друзьями, находящимися в неопределённых часовых поясах." + +#: ../../mod/localtime.php:30 +#, php-format +msgid "UTC time: %s" +msgstr "UTC время: %s" + +#: ../../mod/localtime.php:33 +#, php-format +msgid "Current timezone: %s" +msgstr "Ваш часовой пояс: %s" + +#: ../../mod/localtime.php:36 +#, php-format +msgid "Converted localtime: %s" +msgstr "Ваше изменённое время: %s" + +#: ../../mod/localtime.php:41 +msgid "Please select your timezone:" +msgstr "Выберите пожалуйста ваш часовой пояс:" + +#: ../../mod/filer.php:30 ../../include/conversation.php:1001 +#: ../../include/conversation.php:1019 +msgid "Save to Folder:" +msgstr "Сохранить в папку:" + +#: ../../mod/filer.php:30 +msgid "- select -" +msgstr "- выбрать -" + +#: ../../mod/profperm.php:25 ../../mod/profperm.php:55 +msgid "Invalid profile identifier." +msgstr "Недопустимый идентификатор профиля." + +#: ../../mod/profperm.php:101 +msgid "Profile Visibility Editor" +msgstr "Редактор видимости профиля" + +#: ../../mod/profperm.php:114 +msgid "Visible To" +msgstr "Видимый для" + +#: ../../mod/profperm.php:130 +msgid "All Contacts (with secure profile access)" +msgstr "Все контакты (с безопасным доступом к профилю)" + +#: ../../mod/viewcontacts.php:39 +msgid "No contacts." +msgstr "Нет контактов." + +#: ../../mod/viewcontacts.php:76 ../../include/text.php:857 +msgid "View Contacts" +msgstr "Просмотр контактов" + +#: ../../mod/dirfind.php:26 +msgid "People Search" +msgstr "Поиск людей" + +#: ../../mod/dirfind.php:60 ../../mod/match.php:65 +msgid "No matches" +msgstr "Нет соответствий" + +#: ../../mod/photos.php:66 ../../mod/photos.php:1222 ../../mod/photos.php:1795 +msgid "Upload New Photos" +msgstr "Загрузить новые фото" + +#: ../../mod/photos.php:143 +msgid "Contact information unavailable" +msgstr "Информация о контакте недоступна" + +#: ../../mod/photos.php:164 +msgid "Album not found." +msgstr "Альбом не найден." + +#: ../../mod/photos.php:187 ../../mod/photos.php:199 ../../mod/photos.php:1200 +msgid "Delete Album" +msgstr "Удалить альбом" + +#: ../../mod/photos.php:197 +msgid "Do you really want to delete this photo album and all its photos?" +msgstr "Вы действительно хотите удалить этот альбом и все его фотографии?" + +#: ../../mod/photos.php:276 ../../mod/photos.php:287 ../../mod/photos.php:1502 +msgid "Delete Photo" +msgstr "Удалить фото" + +#: ../../mod/photos.php:285 +msgid "Do you really want to delete this photo?" +msgstr "Вы действительно хотите удалить эту фотографию?" + +#: ../../mod/photos.php:656 +#, php-format +msgid "%1$s was tagged in %2$s by %3$s" +msgstr "%1$s отмечен/а/ в %2$s by %3$s" + +#: ../../mod/photos.php:656 +msgid "a photo" +msgstr "фото" + +#: ../../mod/photos.php:761 +msgid "Image exceeds size limit of " +msgstr "Размер фото превышает лимит " + +#: ../../mod/photos.php:769 +msgid "Image file is empty." +msgstr "Файл изображения пуст." + +#: ../../mod/photos.php:801 ../../mod/wall_upload.php:112 +#: ../../mod/profile_photo.php:153 +msgid "Unable to process image." +msgstr "Невозможно обработать фото." + +#: ../../mod/photos.php:828 ../../mod/wall_upload.php:138 +#: ../../mod/profile_photo.php:301 +msgid "Image upload failed." +msgstr "Загрузка фото неудачная." + +#: ../../mod/photos.php:924 +msgid "No photos selected" +msgstr "Не выбрано фото." + +#: ../../mod/photos.php:1025 ../../mod/videos.php:226 +msgid "Access to this item is restricted." +msgstr "Доступ к этому пункту ограничен." + +#: ../../mod/photos.php:1088 +#, php-format +msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage." +msgstr "Вы использовали %1$.2f мегабайт из %2$.2f возможных для хранения фотографий." + +#: ../../mod/photos.php:1123 +msgid "Upload Photos" +msgstr "Загрузить фото" + +#: ../../mod/photos.php:1127 ../../mod/photos.php:1195 +msgid "New album name: " +msgstr "Название нового альбома: " + +#: ../../mod/photos.php:1128 +msgid "or existing album name: " +msgstr "или название существующего альбома: " + +#: ../../mod/photos.php:1129 +msgid "Do not show a status post for this upload" +msgstr "Не показывать статус-сообщение для этой закачки" + +#: ../../mod/photos.php:1131 ../../mod/photos.php:1497 +msgid "Permissions" +msgstr "Разрешения" + +#: ../../mod/photos.php:1142 +msgid "Private Photo" +msgstr "Личное фото" + +#: ../../mod/photos.php:1143 +msgid "Public Photo" +msgstr "Публичное фото" + +#: ../../mod/photos.php:1210 +msgid "Edit Album" +msgstr "Редактировать альбом" + +#: ../../mod/photos.php:1216 +msgid "Show Newest First" +msgstr "Показать новые первыми" + +#: ../../mod/photos.php:1218 +msgid "Show Oldest First" +msgstr "Показать старые первыми" + +#: ../../mod/photos.php:1251 ../../mod/photos.php:1778 +msgid "View Photo" +msgstr "Просмотр фото" + +#: ../../mod/photos.php:1286 +msgid "Permission denied. Access to this item may be restricted." +msgstr "Нет разрешения. Доступ к этому элементу ограничен." + +#: ../../mod/photos.php:1288 +msgid "Photo not available" +msgstr "Фото недоступно" + +#: ../../mod/photos.php:1344 +msgid "View photo" +msgstr "Просмотр фото" + +#: ../../mod/photos.php:1344 +msgid "Edit photo" +msgstr "Редактировать фото" + +#: ../../mod/photos.php:1345 +msgid "Use as profile photo" +msgstr "Использовать как фото профиля" + +#: ../../mod/photos.php:1370 +msgid "View Full Size" +msgstr "Просмотреть полный размер" + +#: ../../mod/photos.php:1444 +msgid "Tags: " +msgstr "Ключевые слова: " + +#: ../../mod/photos.php:1447 +msgid "[Remove any tag]" +msgstr "[Удалить любое ключевое слово]" + +#: ../../mod/photos.php:1487 +msgid "Rotate CW (right)" +msgstr "Поворот по часовой стрелке (направо)" + +#: ../../mod/photos.php:1488 +msgid "Rotate CCW (left)" +msgstr "Поворот против часовой стрелки (налево)" + +#: ../../mod/photos.php:1490 +msgid "New album name" +msgstr "Название нового альбома" + +#: ../../mod/photos.php:1493 +msgid "Caption" +msgstr "Подпись" + +#: ../../mod/photos.php:1495 +msgid "Add a Tag" +msgstr "Добавить ключевое слово (таг)" + +#: ../../mod/photos.php:1499 +msgid "" +"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" +msgstr "Пример: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" + +#: ../../mod/photos.php:1508 +msgid "Private photo" +msgstr "Личное фото" + +#: ../../mod/photos.php:1509 +msgid "Public photo" +msgstr "Публичное фото" + +#: ../../mod/photos.php:1531 ../../include/conversation.php:1080 +msgid "Share" +msgstr "Поделиться" + +#: ../../mod/photos.php:1784 ../../mod/videos.php:308 +msgid "View Album" +msgstr "Просмотреть альбом" + +#: ../../mod/photos.php:1793 +msgid "Recent Photos" +msgstr "Последние фото" + +#: ../../mod/wall_attach.php:69 +#, php-format +msgid "File exceeds size limit of %d" +msgstr "Файл превышает предельный размер %d" + +#: ../../mod/wall_attach.php:110 ../../mod/wall_attach.php:121 +msgid "File upload failed." +msgstr "Загрузка файла не удалась." + +#: ../../mod/videos.php:125 +msgid "No videos selected" +msgstr "Видео не выбрано" + +#: ../../mod/videos.php:301 ../../include/text.php:1383 +msgid "View Video" +msgstr "Просмотреть видео" + +#: ../../mod/videos.php:317 +msgid "Recent Videos" +msgstr "Последние видео" + +#: ../../mod/videos.php:319 +msgid "Upload New Videos" +msgstr "Загрузить новые видео" + +#: ../../mod/poke.php:192 +msgid "Poke/Prod" +msgstr "" + +#: ../../mod/poke.php:193 +msgid "poke, prod or do other things to somebody" +msgstr "" + +#: ../../mod/poke.php:194 +msgid "Recipient" +msgstr "Получатель" + +#: ../../mod/poke.php:195 +msgid "Choose what you wish to do to recipient" +msgstr "Выберите действия для получателя" + +#: ../../mod/poke.php:198 +msgid "Make this post private" +msgstr "Сделать эту запись личной" + +#: ../../mod/subthread.php:103 +#, php-format +msgid "%1$s is following %2$s's %3$s" +msgstr "" + +#: ../../mod/uexport.php:72 +msgid "Export account" +msgstr "Экспорт аккаунта" + +#: ../../mod/uexport.php:72 +msgid "" +"Export your account info and contacts. Use this to make a backup of your " +"account and/or to move it to another server." +msgstr "Экспорт ваших регистрационных данные и контактов. Используйте, чтобы создать резервную копию вашего аккаунта и/или переместить его на другой сервер." + +#: ../../mod/uexport.php:73 +msgid "Export all" +msgstr "Экспорт всего" + +#: ../../mod/uexport.php:73 +msgid "" +"Export your accout info, contacts and all your items as json. Could be a " +"very big file, and could take a lot of time. Use this to make a full backup " +"of your account (photos are not exported)" +msgstr "Экспорт информации вашего аккаунта, контактов и всех ваших пунктов, как JSON. Может получиться очень большой файл и это может занять много времени. Используйте, чтобы создать полную резервную копию вашего аккаунта (фото не экспортируются)" + +#: ../../mod/common.php:42 +msgid "Common Friends" +msgstr "Общие друзья" + +#: ../../mod/common.php:78 +msgid "No contacts in common." +msgstr "Нет общих контактов." + +#: ../../mod/wall_upload.php:90 ../../mod/profile_photo.php:144 +#, php-format +msgid "Image exceeds size limit of %d" +msgstr "Изображение превышает предельный размер %d" + +#: ../../mod/wall_upload.php:135 ../../mod/wall_upload.php:144 +#: ../../mod/wall_upload.php:151 ../../mod/item.php:453 +#: ../../include/message.php:144 +msgid "Wall Photos" +msgstr "Фото стены" + +#: ../../mod/profile_photo.php:44 +msgid "Image uploaded but image cropping failed." +msgstr "Изображение загружено, но обрезка изображения не удалась." + +#: ../../mod/profile_photo.php:77 ../../mod/profile_photo.php:84 +#: ../../mod/profile_photo.php:91 ../../mod/profile_photo.php:308 +#, php-format +msgid "Image size reduction [%s] failed." +msgstr "Уменьшение размера изображения [%s] не удалось." + +#: ../../mod/profile_photo.php:118 +msgid "" +"Shift-reload the page or clear browser cache if the new photo does not " +"display immediately." +msgstr "Перезагрузите страницу с зажатой клавишей \"Shift\" для того, чтобы увидеть свое новое фото немедленно." + +#: ../../mod/profile_photo.php:128 +msgid "Unable to process image" +msgstr "Не удается обработать изображение" + +#: ../../mod/profile_photo.php:242 +msgid "Upload File:" +msgstr "Загрузить файл:" + +#: ../../mod/profile_photo.php:243 +msgid "Select a profile:" +msgstr "Выбрать этот профиль:" + +#: ../../mod/profile_photo.php:245 +msgid "Upload" +msgstr "Загрузить" + +#: ../../mod/profile_photo.php:248 +msgid "skip this step" +msgstr "пропустить этот шаг" + +#: ../../mod/profile_photo.php:248 +msgid "select a photo from your photo albums" +msgstr "выберите фото из ваших фотоальбомов" + +#: ../../mod/profile_photo.php:262 +msgid "Crop Image" +msgstr "Обрезать изображение" + +#: ../../mod/profile_photo.php:263 +msgid "Please adjust the image cropping for optimum viewing." +msgstr "Пожалуйста, настройте обрезку изображения для оптимального просмотра." + +#: ../../mod/profile_photo.php:265 +msgid "Done Editing" +msgstr "Редактирование выполнено" + +#: ../../mod/profile_photo.php:299 +msgid "Image uploaded successfully." +msgstr "Изображение загружено успешно." + +#: ../../mod/apps.php:11 +msgid "Applications" +msgstr "Приложения" + +#: ../../mod/apps.php:14 +msgid "No installed applications." +msgstr "Нет установленных приложений." + +#: ../../mod/navigation.php:20 ../../include/nav.php:34 +msgid "Nothing new here" +msgstr "Ничего нового здесь" + +#: ../../mod/navigation.php:24 ../../include/nav.php:38 +msgid "Clear notifications" +msgstr "Стереть уведомления" + +#: ../../mod/match.php:12 +msgid "Profile Match" +msgstr "Похожие профили" + +#: ../../mod/match.php:20 +msgid "No keywords to match. Please add keywords to your default profile." +msgstr "Нет соответствующих ключевых слов. Пожалуйста, добавьте ключевые слова для вашего профиля по умолчанию." + +#: ../../mod/match.php:57 +msgid "is interested in:" +msgstr "интересуется:" + +#: ../../mod/tagrm.php:41 +msgid "Tag removed" +msgstr "Ключевое слово удалено" + +#: ../../mod/tagrm.php:79 +msgid "Remove Item Tag" +msgstr "Удалить ключевое слово" + +#: ../../mod/tagrm.php:81 +msgid "Select a tag to remove: " +msgstr "Выберите ключевое слово для удаления: " + +#: ../../mod/tagrm.php:93 ../../mod/delegate.php:130 +msgid "Remove" +msgstr "Удалить" + +#: ../../mod/events.php:66 +msgid "Event title and start time are required." +msgstr "Название мероприятия и время начала обязательны для заполнения." + +#: ../../mod/events.php:291 +msgid "l, F j" +msgstr "l, j F" + +#: ../../mod/events.php:313 +msgid "Edit event" +msgstr "Редактировать мероприятие" + +#: ../../mod/events.php:335 ../../include/text.php:1615 +msgid "link to source" +msgstr "ссылка на источник" + +#: ../../mod/events.php:371 +msgid "Create New Event" +msgstr "Создать новое мероприятие" + +#: ../../mod/events.php:372 +msgid "Previous" +msgstr "Назад" + +#: ../../mod/events.php:446 +msgid "hour:minute" +msgstr "час:минута" + +#: ../../mod/events.php:456 +msgid "Event details" +msgstr "Сведения о мероприятии" + +#: ../../mod/events.php:457 +#, php-format +msgid "Format is %s %s. Starting date and Title are required." +msgstr "Формат %s %s. Необхлдима дата старта и заголовок." + +#: ../../mod/events.php:459 +msgid "Event Starts:" +msgstr "Начало мероприятия:" + +#: ../../mod/events.php:459 ../../mod/events.php:473 +msgid "Required" +msgstr "Требуется" + +#: ../../mod/events.php:462 +msgid "Finish date/time is not known or not relevant" +msgstr "Дата/время окончания не известны, или не указаны" + +#: ../../mod/events.php:464 +msgid "Event Finishes:" +msgstr "Окончание мероприятия:" + +#: ../../mod/events.php:467 +msgid "Adjust for viewer timezone" +msgstr "Настройка часового пояса" + +#: ../../mod/events.php:469 +msgid "Description:" +msgstr "Описание:" + +#: ../../mod/events.php:473 +msgid "Title:" +msgstr "Титул:" + +#: ../../mod/events.php:475 +msgid "Share this event" +msgstr "Поделитесь этим мероприятием" + +#: ../../mod/delegate.php:95 +msgid "No potential page delegates located." +msgstr "" + +#: ../../mod/delegate.php:121 ../../include/nav.php:165 +msgid "Delegate Page Management" +msgstr "Делегировать управление страницей" + +#: ../../mod/delegate.php:123 +msgid "" +"Delegates are able to manage all aspects of this account/page except for " +"basic account settings. Please do not delegate your personal account to " +"anybody that you do not trust completely." +msgstr "Доверенные лица могут управлять всеми аспектами этого аккаунта/страницы, за исключением основных настроек аккаунта. Пожалуйста, не предоставляйте доступ в личный кабинет тому, кому вы не полностью доверяете." + +#: ../../mod/delegate.php:124 +msgid "Existing Page Managers" +msgstr "Существующие менеджеры страницы" + +#: ../../mod/delegate.php:126 +msgid "Existing Page Delegates" +msgstr "Существующие уполномоченные страницы" + +#: ../../mod/delegate.php:128 +msgid "Potential Delegates" +msgstr "Возможные доверенные лица" + +#: ../../mod/delegate.php:131 +msgid "Add" +msgstr "Добавить" + +#: ../../mod/delegate.php:132 +msgid "No entries." +msgstr "Нет записей." + +#: ../../mod/nogroup.php:59 +msgid "Contacts who are not members of a group" +msgstr "Контакты, которые не являются членами группы" + +#: ../../mod/fbrowser.php:113 +msgid "Files" +msgstr "Файлы" + +#: ../../mod/maintenance.php:5 +msgid "System down for maintenance" +msgstr "Система закрыта на техническое обслуживание" + +#: ../../mod/removeme.php:45 ../../mod/removeme.php:48 +msgid "Remove My Account" +msgstr "Удалить мой аккаунт" + +#: ../../mod/removeme.php:46 +msgid "" +"This will completely remove your account. Once this has been done it is not " +"recoverable." +msgstr "Это позволит полностью удалить ваш аккаунт. Как только это будет сделано, аккаунт восстановлению не подлежит." + +#: ../../mod/removeme.php:47 +msgid "Please enter your password for verification:" +msgstr "Пожалуйста, введите свой пароль для проверки:" + +#: ../../mod/fsuggest.php:63 +msgid "Friend suggestion sent." +msgstr "Приглашение в друзья отправлено." + +#: ../../mod/fsuggest.php:97 +msgid "Suggest Friends" +msgstr "Предложить друзей" + +#: ../../mod/fsuggest.php:99 +#, php-format +msgid "Suggest a friend for %s" +msgstr "Предложить друга для %s." + +#: ../../mod/item.php:108 +msgid "Unable to locate original post." +msgstr "Не удалось найти оригинальный пост." + +#: ../../mod/item.php:317 +msgid "Empty post discarded." +msgstr "Пустое сообщение отбрасывается." + +#: ../../mod/item.php:884 +msgid "System error. Post not saved." +msgstr "Системная ошибка. Сообщение не сохранено." + +#: ../../mod/item.php:909 +#, php-format +msgid "" +"This message was sent to you by %s, a member of the Friendica social " +"network." +msgstr "Это сообщение было отправлено вам %s, участником социальной сети Friendica." + +#: ../../mod/item.php:911 +#, php-format +msgid "You may visit them online at %s" +msgstr "Вы можете посетить их в онлайне на %s" + +#: ../../mod/item.php:912 +msgid "" +"Please contact the sender by replying to this post if you do not wish to " +"receive these messages." +msgstr "Пожалуйста, свяжитесь с отправителем, ответив на это сообщение, если вы не хотите получать эти сообщения." + +#: ../../mod/item.php:916 +#, php-format +msgid "%s posted an update." +msgstr "%s отправил/а/ обновление." + +#: ../../mod/ping.php:238 +msgid "{0} wants to be your friend" +msgstr "{0} хочет стать Вашим другом" + +#: ../../mod/ping.php:243 +msgid "{0} sent you a message" +msgstr "{0} отправил Вам сообщение" + +#: ../../mod/ping.php:248 +msgid "{0} requested registration" +msgstr "{0} требуемая регистрация" + +#: ../../mod/ping.php:254 +#, php-format +msgid "{0} commented %s's post" +msgstr "{0} прокомментировал сообщение от %s" + +#: ../../mod/ping.php:259 +#, php-format +msgid "{0} liked %s's post" +msgstr "{0} нравится сообщение от %s" + +#: ../../mod/ping.php:264 +#, php-format +msgid "{0} disliked %s's post" +msgstr "{0} не нравится сообщение от %s" + +#: ../../mod/ping.php:269 +#, php-format +msgid "{0} is now friends with %s" +msgstr "{0} теперь друзья с %s" + +#: ../../mod/ping.php:274 +msgid "{0} posted" +msgstr "{0} опубликовано" + +#: ../../mod/ping.php:279 +#, php-format +msgid "{0} tagged %s's post with #%s" +msgstr "{0} пометил сообщение %s с #%s" + +#: ../../mod/ping.php:285 +msgid "{0} mentioned you in a post" +msgstr "{0} упоменул Вас в сообщение" + +#: ../../mod/openid.php:24 +msgid "OpenID protocol error. No ID returned." +msgstr "Ошибка протокола OpenID. Не возвращён ID." + +#: ../../mod/openid.php:53 +msgid "" +"Account not found and OpenID registration is not permitted on this site." +msgstr "Аккаунт не найден и OpenID регистрация не допускается на этом сайте." + +#: ../../mod/openid.php:93 ../../include/auth.php:112 +#: ../../include/auth.php:175 +msgid "Login failed." +msgstr "Войти не удалось." + +#: ../../mod/notifications.php:26 +msgid "Invalid request identifier." +msgstr "Неверный идентификатор запроса." + +#: ../../mod/notifications.php:35 ../../mod/notifications.php:165 +#: ../../mod/notifications.php:211 +msgid "Discard" +msgstr "Отказаться" + +#: ../../mod/notifications.php:78 +msgid "System" +msgstr "Система" + +#: ../../mod/notifications.php:83 ../../include/nav.php:140 +msgid "Network" +msgstr "Сеть" + +#: ../../mod/notifications.php:98 ../../include/nav.php:149 +msgid "Introductions" +msgstr "Запросы" + +#: ../../mod/notifications.php:122 +msgid "Show Ignored Requests" +msgstr "Показать проигнорированные запросы" + +#: ../../mod/notifications.php:122 +msgid "Hide Ignored Requests" +msgstr "Скрыть проигнорированные запросы" + +#: ../../mod/notifications.php:149 ../../mod/notifications.php:195 +msgid "Notification type: " +msgstr "Тип уведомления: " + +#: ../../mod/notifications.php:150 +msgid "Friend Suggestion" +msgstr "Предложение в друзья" + +#: ../../mod/notifications.php:152 +#, php-format +msgid "suggested by %s" +msgstr "предложено юзером %s" + +#: ../../mod/notifications.php:158 ../../mod/notifications.php:205 +msgid "Post a new friend activity" +msgstr "Настроение" + +#: ../../mod/notifications.php:158 ../../mod/notifications.php:205 +msgid "if applicable" +msgstr "если требуется" + +#: ../../mod/notifications.php:181 +msgid "Claims to be known to you: " +msgstr "Утверждения, о которых должно быть вам известно: " + +#: ../../mod/notifications.php:181 +msgid "yes" +msgstr "да" + +#: ../../mod/notifications.php:181 +msgid "no" +msgstr "нет" + +#: ../../mod/notifications.php:188 +msgid "Approve as: " +msgstr "Утвердить как: " + +#: ../../mod/notifications.php:189 +msgid "Friend" +msgstr "Друг" + +#: ../../mod/notifications.php:190 +msgid "Sharer" +msgstr "Участник" + +#: ../../mod/notifications.php:190 +msgid "Fan/Admirer" +msgstr "Фанат / Поклонник" + +#: ../../mod/notifications.php:196 +msgid "Friend/Connect Request" +msgstr "Запрос в друзья / на подключение" + +#: ../../mod/notifications.php:196 +msgid "New Follower" +msgstr "Новый фолловер" + +#: ../../mod/notifications.php:217 +msgid "No introductions." +msgstr "Запросов нет." + +#: ../../mod/notifications.php:220 ../../include/nav.php:150 +msgid "Notifications" +msgstr "Уведомления" + +#: ../../mod/notifications.php:257 ../../mod/notifications.php:382 +#: ../../mod/notifications.php:469 +#, php-format +msgid "%s liked %s's post" +msgstr "%s нравится %s сообшение" + +#: ../../mod/notifications.php:266 ../../mod/notifications.php:391 +#: ../../mod/notifications.php:478 +#, php-format +msgid "%s disliked %s's post" +msgstr "%s не нравится %s сообшение" + +#: ../../mod/notifications.php:280 ../../mod/notifications.php:405 +#: ../../mod/notifications.php:492 +#, php-format +msgid "%s is now friends with %s" +msgstr "%s теперь друзья с %s" + +#: ../../mod/notifications.php:287 ../../mod/notifications.php:412 +#, php-format +msgid "%s created a new post" +msgstr "%s написал новое сообщение" + +#: ../../mod/notifications.php:288 ../../mod/notifications.php:413 +#: ../../mod/notifications.php:501 +#, php-format +msgid "%s commented on %s's post" +msgstr "%s прокомментировал %s сообщение" + +#: ../../mod/notifications.php:302 +msgid "No more network notifications." +msgstr "Уведомлений из сети больше нет." + +#: ../../mod/notifications.php:306 +msgid "Network Notifications" +msgstr "Уведомления сети" + +#: ../../mod/notifications.php:427 +msgid "No more personal notifications." +msgstr "Персональных уведомлений больше нет." + +#: ../../mod/notifications.php:431 +msgid "Personal Notifications" +msgstr "Личные уведомления" + +#: ../../mod/notifications.php:508 +msgid "No more home notifications." +msgstr "Уведомлений больше нет." + +#: ../../mod/notifications.php:512 +msgid "Home Notifications" +msgstr "Уведомления" + +#: ../../mod/invite.php:27 +msgid "Total invitation limit exceeded." +msgstr "Превышен общий лимит приглашений." + +#: ../../mod/invite.php:49 +#, php-format +msgid "%s : Not a valid email address." +msgstr "%s: Неверный адрес электронной почты." + +#: ../../mod/invite.php:73 +msgid "Please join us on Friendica" +msgstr "Пожалуйста, присоединяйтесь к нам на Friendica" + +#: ../../mod/invite.php:84 +msgid "Invitation limit exceeded. Please contact your site administrator." +msgstr "Лимит приглашений превышен. Пожалуйста, свяжитесь с администратором сайта." + +#: ../../mod/invite.php:89 +#, php-format +msgid "%s : Message delivery failed." +msgstr "%s: Доставка сообщения не удалась." + +#: ../../mod/invite.php:93 +#, php-format +msgid "%d message sent." +msgid_plural "%d messages sent." +msgstr[0] "%d сообщение отправлено." +msgstr[1] "%d сообщений отправлено." +msgstr[2] "%d сообщений отправлено." + +#: ../../mod/invite.php:112 +msgid "You have no more invitations available" +msgstr "У вас нет больше приглашений" + +#: ../../mod/invite.php:120 +#, php-format +msgid "" +"Visit %s for a list of public sites that you can join. Friendica members on " +"other sites can all connect with each other, as well as with members of many" +" other social networks." +msgstr "Посетите %s со списком общедоступных сайтов, к которым вы можете присоединиться. Все участники Friendica на других сайтах могут соединиться друг с другом, а также с участниками многих других социальных сетей." + +#: ../../mod/invite.php:122 +#, php-format +msgid "" +"To accept this invitation, please visit and register at %s or any other " +"public Friendica website." +msgstr "Для одобрения этого приглашения, пожалуйста, посетите и зарегистрируйтесь на %s ,или любом другом публичном сервере Friendica" + +#: ../../mod/invite.php:123 +#, php-format +msgid "" +"Friendica sites all inter-connect to create a huge privacy-enhanced social " +"web that is owned and controlled by its members. They can also connect with " +"many traditional social networks. See %s for a list of alternate Friendica " +"sites you can join." +msgstr "Сайты Friendica, подключившись между собой, могут создать сеть с повышенной безопасностью, которая принадлежит и управляется её членами. Они также могут подключаться ко многим традиционным социальным сетям. См. %s со списком альтернативных сайтов Friendica, к которым вы можете присоединиться." + +#: ../../mod/invite.php:126 +msgid "" +"Our apologies. This system is not currently configured to connect with other" +" public sites or invite members." +msgstr "Извините. Эта система в настоящее время не сконфигурирована для соединения с другими общественными сайтами и для приглашения участников." + +#: ../../mod/invite.php:132 +msgid "Send invitations" +msgstr "Отправить приглашения" + +#: ../../mod/invite.php:133 +msgid "Enter email addresses, one per line:" +msgstr "Введите адреса электронной почты, по одному в строке:" + +#: ../../mod/invite.php:135 +msgid "" +"You are cordially invited to join me and other close friends on Friendica - " +"and help us to create a better social web." +msgstr "Приглашаем Вас присоединиться ко мне и другим близким друзьям на Friendica - помочь нам создать лучшую социальную сеть." + +#: ../../mod/invite.php:137 +msgid "You will need to supply this invitation code: $invite_code" +msgstr "Вам нужно будет предоставить этот код приглашения: $invite_code" + +#: ../../mod/invite.php:137 +msgid "" +"Once you have registered, please connect with me via my profile page at:" +msgstr "После того как вы зарегистрировались, пожалуйста, свяжитесь со мной через мою страницу профиля по адресу:" + +#: ../../mod/invite.php:139 +msgid "" +"For more information about the Friendica project and why we feel it is " +"important, please visit http://friendica.com" +msgstr "Для получения более подробной информации о проекте Friendica, пожалуйста, посетите http://friendica.com" + +#: ../../mod/manage.php:106 +msgid "Manage Identities and/or Pages" +msgstr "Управление идентификацией и / или страницами" + +#: ../../mod/manage.php:107 +msgid "" +"Toggle between different identities or community/group pages which share " +"your account details or which you have been granted \"manage\" permissions" +msgstr "" + +#: ../../mod/manage.php:108 +msgid "Select an identity to manage: " +msgstr "Выберите идентификацию для управления: " + +#: ../../mod/home.php:34 +#, php-format +msgid "Welcome to %s" +msgstr "Добро пожаловать на %s!" + +#: ../../mod/allfriends.php:34 +#, php-format +msgid "Friends of %s" +msgstr "%s Друзья" + +#: ../../mod/allfriends.php:40 +msgid "No friends to display." +msgstr "Нет друзей." + +#: ../../include/contact_widgets.php:6 +msgid "Add New Contact" +msgstr "Добавить контакт" + +#: ../../include/contact_widgets.php:7 +msgid "Enter address or web location" +msgstr "Введите адрес или веб-местонахождение" + +#: ../../include/contact_widgets.php:8 +msgid "Example: bob@example.com, http://example.com/barbara" +msgstr "Пример: bob@example.com, http://example.com/barbara" + +#: ../../include/contact_widgets.php:23 +#, php-format +msgid "%d invitation available" +msgid_plural "%d invitations available" +msgstr[0] "%d приглашение доступно" +msgstr[1] "%d приглашений доступно" +msgstr[2] "%d приглашений доступно" + +#: ../../include/contact_widgets.php:29 +msgid "Find People" +msgstr "Поиск людей" + +#: ../../include/contact_widgets.php:30 +msgid "Enter name or interest" +msgstr "Введите имя или интерес" + +#: ../../include/contact_widgets.php:31 +msgid "Connect/Follow" +msgstr "Подключиться/Следовать" + +#: ../../include/contact_widgets.php:32 +msgid "Examples: Robert Morgenstein, Fishing" +msgstr "Примеры: Роберт Morgenstein, Рыбалка" + +#: ../../include/contact_widgets.php:36 +msgid "Random Profile" +msgstr "Случайный профиль" + +#: ../../include/contact_widgets.php:70 +msgid "Networks" +msgstr "Сети" + +#: ../../include/contact_widgets.php:73 +msgid "All Networks" +msgstr "Все сети" + +#: ../../include/contact_widgets.php:103 ../../include/features.php:59 +msgid "Saved Folders" +msgstr "Сохранённые папки" + +#: ../../include/contact_widgets.php:106 ../../include/contact_widgets.php:138 +msgid "Everything" +msgstr "Всё" + +#: ../../include/contact_widgets.php:135 +msgid "Categories" +msgstr "Категории" + +#: ../../include/plugin.php:454 ../../include/plugin.php:456 +msgid "Click here to upgrade." +msgstr "Нажмите для обновления." + +#: ../../include/plugin.php:462 +msgid "This action exceeds the limits set by your subscription plan." +msgstr "Это действие превышает лимиты, установленные вашим тарифным планом." + +#: ../../include/plugin.php:467 +msgid "This action is not available under your subscription plan." +msgstr "Это действие не доступно в соответствии с вашим планом подписки." + +#: ../../include/api.php:255 ../../include/api.php:266 +#: ../../include/api.php:356 +msgid "User not found." +msgstr "Пользователь не найден." + +#: ../../include/api.php:1024 +msgid "There is no status with this id." +msgstr "Нет статуса с таким id." + +#: ../../include/network.php:883 +msgid "view full size" +msgstr "посмотреть в полный размер" + +#: ../../include/event.php:20 ../../include/bb2diaspora.php:399 +msgid "Starts:" +msgstr "Начало:" + +#: ../../include/event.php:30 ../../include/bb2diaspora.php:407 +msgid "Finishes:" +msgstr "Окончание:" + +#: ../../include/notifier.php:774 ../../include/delivery.php:457 +msgid "(no subject)" +msgstr "(без темы)" + +#: ../../include/notifier.php:784 ../../include/enotify.php:28 +#: ../../include/delivery.php:468 +msgid "noreply" +msgstr "без ответа" + +#: ../../include/user.php:39 +msgid "An invitation is required." +msgstr "Требуется приглашение." + +#: ../../include/user.php:44 +msgid "Invitation could not be verified." +msgstr "Приглашение не может быть проверено." + +#: ../../include/user.php:52 +msgid "Invalid OpenID url" +msgstr "Неверный URL OpenID" + +#: ../../include/user.php:66 ../../include/auth.php:128 +msgid "" +"We encountered a problem while logging in with the OpenID you provided. " +"Please check the correct spelling of the ID." +msgstr "Мы столкнулись с проблемой при входе с OpenID, который вы указали. Пожалуйста, проверьте правильность написания ID." + +#: ../../include/user.php:66 ../../include/auth.php:128 +msgid "The error message was:" +msgstr "Сообщение об ошибке было:" + +#: ../../include/user.php:73 +msgid "Please enter the required information." +msgstr "Пожалуйста, введите необходимую информацию." + +#: ../../include/user.php:87 +msgid "Please use a shorter name." +msgstr "Пожалуйста, используйте более короткое имя." + +#: ../../include/user.php:89 +msgid "Name too short." +msgstr "Имя слишком короткое." + +#: ../../include/user.php:104 +msgid "That doesn't appear to be your full (First Last) name." +msgstr "Кажется, что это ваше неполное (Имя Фамилия) имя." + +#: ../../include/user.php:109 +msgid "Your email domain is not among those allowed on this site." +msgstr "Домен вашего адреса электронной почты не относится к числу разрешенных на этом сайте." + +#: ../../include/user.php:112 +msgid "Not a valid email address." +msgstr "Неверный адрес электронной почты." + +#: ../../include/user.php:125 +msgid "Cannot use that email." +msgstr "Нельзя использовать этот Email." + +#: ../../include/user.php:131 +msgid "" +"Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and " +"must also begin with a letter." +msgstr "Ваш \"ник\" может содержать только \"a-z\", \"0-9\", \"-\", и \"_\", а также должен начинаться с буквы." + +#: ../../include/user.php:137 ../../include/user.php:235 +msgid "Nickname is already registered. Please choose another." +msgstr "Такой ник уже зарегистрирован. Пожалуйста, выберите другой." + +#: ../../include/user.php:147 +msgid "" +"Nickname was once registered here and may not be re-used. Please choose " +"another." +msgstr "Ник уже зарегистрирован на этом сайте и не может быть изменён. Пожалуйста, выберите другой ник." + +#: ../../include/user.php:163 +msgid "SERIOUS ERROR: Generation of security keys failed." +msgstr "СЕРЬЕЗНАЯ ОШИБКА: генерация ключей безопасности не удалась." + +#: ../../include/user.php:221 +msgid "An error occurred during registration. Please try again." +msgstr "Ошибка при регистрации. Пожалуйста, попробуйте еще раз." + +#: ../../include/user.php:256 +msgid "An error occurred creating your default profile. Please try again." +msgstr "Ошибка создания вашего профиля. Пожалуйста, попробуйте еще раз." + +#: ../../include/user.php:288 ../../include/user.php:292 +#: ../../include/profile_selectors.php:42 +msgid "Friends" +msgstr "Друзья" + +#: ../../include/conversation.php:207 +#, php-format +msgid "%1$s poked %2$s" +msgstr "" + +#: ../../include/conversation.php:211 ../../include/text.php:986 +msgid "poked" +msgstr "" + +#: ../../include/conversation.php:291 +msgid "post/item" +msgstr "пост/элемент" + +#: ../../include/conversation.php:292 +#, php-format +msgid "%1$s marked %2$s's %3$s as favorite" +msgstr "%1$s пометил %2$s %3$s как Фаворит" + +#: ../../include/conversation.php:767 +msgid "remove" +msgstr "удалить" + +#: ../../include/conversation.php:771 +msgid "Delete Selected Items" +msgstr "Удалить выбранные позиции" + +#: ../../include/conversation.php:870 +msgid "Follow Thread" +msgstr "" + +#: ../../include/conversation.php:871 ../../include/Contact.php:229 +msgid "View Status" +msgstr "Просмотреть статус" + +#: ../../include/conversation.php:872 ../../include/Contact.php:230 +msgid "View Profile" +msgstr "Просмотреть профиль" + +#: ../../include/conversation.php:873 ../../include/Contact.php:231 +msgid "View Photos" +msgstr "Просмотреть фото" + +#: ../../include/conversation.php:874 ../../include/Contact.php:232 +#: ../../include/Contact.php:255 +msgid "Network Posts" +msgstr "Посты сети" + +#: ../../include/conversation.php:875 ../../include/Contact.php:233 +#: ../../include/Contact.php:255 +msgid "Edit Contact" +msgstr "Редактировать контакт" + +#: ../../include/conversation.php:876 ../../include/Contact.php:235 +#: ../../include/Contact.php:255 +msgid "Send PM" +msgstr "Отправить ЛС" + +#: ../../include/conversation.php:877 ../../include/Contact.php:228 +msgid "Poke" +msgstr "" + +#: ../../include/conversation.php:939 +#, php-format +msgid "%s likes this." +msgstr "%s нравится это." + +#: ../../include/conversation.php:939 +#, php-format +msgid "%s doesn't like this." +msgstr "%s не нравится это." + +#: ../../include/conversation.php:944 +#, php-format +msgid "%2$d people like this" +msgstr "" + +#: ../../include/conversation.php:947 +#, php-format +msgid "%2$d people don't like this" +msgstr "" + +#: ../../include/conversation.php:961 +msgid "and" +msgstr "и" + +#: ../../include/conversation.php:967 +#, php-format +msgid ", and %d other people" +msgstr ", и %d других чел." + +#: ../../include/conversation.php:969 +#, php-format +msgid "%s like this." +msgstr "%s нравится это." + +#: ../../include/conversation.php:969 +#, php-format +msgid "%s don't like this." +msgstr "%s не нравится это." + +#: ../../include/conversation.php:996 ../../include/conversation.php:1014 +msgid "Visible to everybody" +msgstr "Видимое всем" + +#: ../../include/conversation.php:998 ../../include/conversation.php:1016 +msgid "Please enter a video link/URL:" +msgstr "Введите ссылку на видео link/URL:" + +#: ../../include/conversation.php:999 ../../include/conversation.php:1017 +msgid "Please enter an audio link/URL:" +msgstr "Введите ссылку на аудио link/URL:" + +#: ../../include/conversation.php:1000 ../../include/conversation.php:1018 +msgid "Tag term:" +msgstr "" + +#: ../../include/conversation.php:1002 ../../include/conversation.php:1020 +msgid "Where are you right now?" +msgstr "И где вы сейчас?" + +#: ../../include/conversation.php:1003 +msgid "Delete item(s)?" +msgstr "Удалить елемент(ты)?" + +#: ../../include/conversation.php:1045 +msgid "Post to Email" +msgstr "Отправить на Email" + +#: ../../include/conversation.php:1101 +msgid "permissions" +msgstr "разрешения" + +#: ../../include/conversation.php:1125 +msgid "Post to Groups" +msgstr "Пост для групп" + +#: ../../include/conversation.php:1126 +msgid "Post to Contacts" +msgstr "Пост для контактов" + +#: ../../include/conversation.php:1127 +msgid "Private post" +msgstr "Личное сообщение" + +#: ../../include/auth.php:38 +msgid "Logged out." +msgstr "Выход из системы." + +#: ../../include/uimport.php:94 +msgid "Error decoding account file" +msgstr "Ошибка расшифровки файла аккаунта" + +#: ../../include/uimport.php:100 +msgid "Error! No version data in file! This is not a Friendica account file?" +msgstr "Ошибка! Неправильная версия данных в файле! Это не файл аккаунта Friendica?" + +#: ../../include/uimport.php:116 ../../include/uimport.php:127 +msgid "Error! Cannot check nickname" +msgstr "Ошибка! Невозможно проверить никнейм" + +#: ../../include/uimport.php:120 ../../include/uimport.php:131 +#, php-format +msgid "User '%s' already exists on this server!" +msgstr "Пользователь '%s' уже существует на этом сервере!" + +#: ../../include/uimport.php:153 +msgid "User creation error" +msgstr "Ошибка создания пользователя" + +#: ../../include/uimport.php:171 +msgid "User profile creation error" +msgstr "Ошибка создания профиля пользователя" + +#: ../../include/uimport.php:220 +#, php-format +msgid "%d contact not imported" +msgid_plural "%d contacts not imported" +msgstr[0] "%d контакт не импортирован" +msgstr[1] "%d контакты не импортированы" +msgstr[2] "%d контакты не импортированы" + +#: ../../include/uimport.php:290 +msgid "Done. You can now login with your username and password" +msgstr "Завершено. Теперь вы можете войти с вашим логином и паролем" + +#: ../../include/text.php:300 +msgid "newer" +msgstr "новее" + +#: ../../include/text.php:302 +msgid "older" +msgstr "старее" + +#: ../../include/text.php:307 +msgid "prev" +msgstr "пред." + +#: ../../include/text.php:309 +msgid "first" +msgstr "первый" + +#: ../../include/text.php:341 +msgid "last" +msgstr "последний" + +#: ../../include/text.php:344 +msgid "next" +msgstr "след." + +#: ../../include/text.php:836 +msgid "No contacts" +msgstr "Нет контактов" + +#: ../../include/text.php:845 +#, php-format +msgid "%d Contact" +msgid_plural "%d Contacts" +msgstr[0] "%d контакт" +msgstr[1] "%d контактов" +msgstr[2] "%d контактов" + +#: ../../include/text.php:986 +msgid "poke" +msgstr "poke" + +#: ../../include/text.php:987 +msgid "ping" +msgstr "пинг" + +#: ../../include/text.php:987 +msgid "pinged" +msgstr "пингуется" + +#: ../../include/text.php:988 +msgid "prod" +msgstr "" + +#: ../../include/text.php:988 +msgid "prodded" +msgstr "" + +#: ../../include/text.php:989 +msgid "slap" +msgstr "" + +#: ../../include/text.php:989 +msgid "slapped" +msgstr "" + +#: ../../include/text.php:990 +msgid "finger" +msgstr "" + +#: ../../include/text.php:990 +msgid "fingered" +msgstr "" + +#: ../../include/text.php:991 +msgid "rebuff" +msgstr "" + +#: ../../include/text.php:991 +msgid "rebuffed" +msgstr "" + +#: ../../include/text.php:1005 +msgid "happy" +msgstr "" + +#: ../../include/text.php:1006 +msgid "sad" +msgstr "" + +#: ../../include/text.php:1007 +msgid "mellow" +msgstr "" + +#: ../../include/text.php:1008 +msgid "tired" +msgstr "" + +#: ../../include/text.php:1009 +msgid "perky" +msgstr "" + +#: ../../include/text.php:1010 +msgid "angry" +msgstr "" + +#: ../../include/text.php:1011 +msgid "stupified" +msgstr "" + +#: ../../include/text.php:1012 +msgid "puzzled" +msgstr "" + +#: ../../include/text.php:1013 +msgid "interested" +msgstr "" + +#: ../../include/text.php:1014 +msgid "bitter" +msgstr "" + +#: ../../include/text.php:1015 +msgid "cheerful" +msgstr "" + +#: ../../include/text.php:1016 +msgid "alive" +msgstr "" + +#: ../../include/text.php:1017 +msgid "annoyed" +msgstr "" + +#: ../../include/text.php:1018 +msgid "anxious" +msgstr "" + +#: ../../include/text.php:1019 +msgid "cranky" +msgstr "" + +#: ../../include/text.php:1020 +msgid "disturbed" +msgstr "" + +#: ../../include/text.php:1021 +msgid "frustrated" +msgstr "" + +#: ../../include/text.php:1022 +msgid "motivated" +msgstr "" + +#: ../../include/text.php:1023 +msgid "relaxed" +msgstr "" + +#: ../../include/text.php:1024 +msgid "surprised" +msgstr "" + +#: ../../include/text.php:1192 +msgid "Monday" +msgstr "Понедельник" + +#: ../../include/text.php:1192 +msgid "Tuesday" +msgstr "Вторник" + +#: ../../include/text.php:1192 +msgid "Wednesday" +msgstr "Среда" + +#: ../../include/text.php:1192 +msgid "Thursday" +msgstr "Четверг" + +#: ../../include/text.php:1192 +msgid "Friday" +msgstr "Пятница" + +#: ../../include/text.php:1192 +msgid "Saturday" +msgstr "Суббота" + +#: ../../include/text.php:1192 +msgid "Sunday" +msgstr "Воскресенье" + +#: ../../include/text.php:1196 +msgid "January" +msgstr "Январь" + +#: ../../include/text.php:1196 +msgid "February" +msgstr "Февраль" + +#: ../../include/text.php:1196 +msgid "March" +msgstr "Март" + +#: ../../include/text.php:1196 +msgid "April" +msgstr "Апрель" + +#: ../../include/text.php:1196 +msgid "May" +msgstr "Май" + +#: ../../include/text.php:1196 +msgid "June" +msgstr "Июнь" + +#: ../../include/text.php:1196 +msgid "July" +msgstr "Июль" + +#: ../../include/text.php:1196 +msgid "August" +msgstr "Август" + +#: ../../include/text.php:1196 +msgid "September" +msgstr "Сентябрь" + +#: ../../include/text.php:1196 +msgid "October" +msgstr "Октябрь" + +#: ../../include/text.php:1196 +msgid "November" +msgstr "Ноябрь" + +#: ../../include/text.php:1196 +msgid "December" +msgstr "Декабрь" + +#: ../../include/text.php:1415 +msgid "bytes" +msgstr "байт" + +#: ../../include/text.php:1439 ../../include/text.php:1451 +msgid "Click to open/close" +msgstr "Нажмите, чтобы открыть / закрыть" + +#: ../../include/text.php:1670 +msgid "Select an alternate language" +msgstr "Выбор альтернативного языка" + +#: ../../include/text.php:1926 +msgid "activity" +msgstr "активность" + +#: ../../include/text.php:1929 +msgid "post" +msgstr "сообщение" + +#: ../../include/text.php:2084 +msgid "Item filed" +msgstr "" + +#: ../../include/enotify.php:16 +msgid "Friendica Notification" +msgstr "Friendica уведомления" + +#: ../../include/enotify.php:19 +msgid "Thank You," +msgstr "Спасибо," + +#: ../../include/enotify.php:21 +#, php-format +msgid "%s Administrator" +msgstr "%s администратор" + +#: ../../include/enotify.php:40 +#, php-format +msgid "%s " +msgstr "%s " + +#: ../../include/enotify.php:44 +#, php-format +msgid "[Friendica:Notify] New mail received at %s" +msgstr "[Friendica: Оповещение] Новое сообщение, пришедшее на %s" + +#: ../../include/enotify.php:46 +#, php-format +msgid "%1$s sent you a new private message at %2$s." +msgstr "%1$s отправил вам новое личное сообщение на %2$s." + +#: ../../include/enotify.php:47 +#, php-format +msgid "%1$s sent you %2$s." +msgstr "%1$s послал вам %2$s." + +#: ../../include/enotify.php:47 +msgid "a private message" +msgstr "личное сообщение" + +#: ../../include/enotify.php:48 +#, php-format +msgid "Please visit %s to view and/or reply to your private messages." +msgstr "Пожалуйста, посетите %s для просмотра и/или ответа на личные сообщения." + +#: ../../include/enotify.php:90 +#, php-format +msgid "%1$s commented on [url=%2$s]a %3$s[/url]" +msgstr "%1$s прокомментировал [url=%2$s]a %3$s[/url]" + +#: ../../include/enotify.php:97 +#, php-format +msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]" +msgstr "%1$s прокомментировал [url=%2$s]%3$s's %4$s[/url]" + +#: ../../include/enotify.php:105 +#, php-format +msgid "%1$s commented on [url=%2$s]your %3$s[/url]" +msgstr "%1$s прокомментировал [url=%2$s]your %3$s[/url]" + +#: ../../include/enotify.php:115 +#, php-format +msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s" +msgstr "" + +#: ../../include/enotify.php:116 +#, php-format +msgid "%s commented on an item/conversation you have been following." +msgstr "" + +#: ../../include/enotify.php:119 ../../include/enotify.php:134 +#: ../../include/enotify.php:147 ../../include/enotify.php:165 +#: ../../include/enotify.php:178 +#, php-format +msgid "Please visit %s to view and/or reply to the conversation." +msgstr "" + +#: ../../include/enotify.php:126 +#, php-format +msgid "[Friendica:Notify] %s posted to your profile wall" +msgstr "[Friendica:Оповещение] %s написал на стене вашего профиля" + +#: ../../include/enotify.php:128 +#, php-format +msgid "%1$s posted to your profile wall at %2$s" +msgstr "" + +#: ../../include/enotify.php:130 +#, php-format +msgid "%1$s posted to [url=%2$s]your wall[/url]" +msgstr "" + +#: ../../include/enotify.php:141 +#, php-format +msgid "[Friendica:Notify] %s tagged you" +msgstr "" + +#: ../../include/enotify.php:142 +#, php-format +msgid "%1$s tagged you at %2$s" +msgstr "" + +#: ../../include/enotify.php:143 +#, php-format +msgid "%1$s [url=%2$s]tagged you[/url]." +msgstr "" + +#: ../../include/enotify.php:155 +#, php-format +msgid "[Friendica:Notify] %1$s poked you" +msgstr "" + +#: ../../include/enotify.php:156 +#, php-format +msgid "%1$s poked you at %2$s" +msgstr "" + +#: ../../include/enotify.php:157 +#, php-format +msgid "%1$s [url=%2$s]poked you[/url]." +msgstr "" + +#: ../../include/enotify.php:172 +#, php-format +msgid "[Friendica:Notify] %s tagged your post" +msgstr "" + +#: ../../include/enotify.php:173 +#, php-format +msgid "%1$s tagged your post at %2$s" +msgstr "" + +#: ../../include/enotify.php:174 +#, php-format +msgid "%1$s tagged [url=%2$s]your post[/url]" +msgstr "" + +#: ../../include/enotify.php:185 +msgid "[Friendica:Notify] Introduction received" +msgstr "[Friendica:Сообщение] получен запрос" + +#: ../../include/enotify.php:186 +#, php-format +msgid "You've received an introduction from '%1$s' at %2$s" +msgstr "" + +#: ../../include/enotify.php:187 +#, php-format +msgid "You've received [url=%1$s]an introduction[/url] from %2$s." +msgstr "" + +#: ../../include/enotify.php:190 ../../include/enotify.php:208 +#, php-format +msgid "You may visit their profile at %s" +msgstr "Вы можете посмотреть его профиль здесь %s" + +#: ../../include/enotify.php:192 +#, php-format +msgid "Please visit %s to approve or reject the introduction." +msgstr "Посетите %s для подтверждения или отказа запроса." + +#: ../../include/enotify.php:199 +msgid "[Friendica:Notify] Friend suggestion received" +msgstr "[Friendica: Оповещение] получено предложение дружбы" + +#: ../../include/enotify.php:200 +#, php-format +msgid "You've received a friend suggestion from '%1$s' at %2$s" +msgstr "Вы получили предложение дружбы от '%1$s' на %2$s" + +#: ../../include/enotify.php:201 +#, php-format +msgid "" +"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s." +msgstr "" + +#: ../../include/enotify.php:206 +msgid "Name:" +msgstr "Имя:" + +#: ../../include/enotify.php:207 +msgid "Photo:" +msgstr "Фото:" + +#: ../../include/enotify.php:210 +#, php-format +msgid "Please visit %s to approve or reject the suggestion." +msgstr "Пожалуйста, посетите %s для подтверждения, или отказа запроса." + +#: ../../include/Scrape.php:583 +msgid " on Last.fm" +msgstr "на Last.fm" + +#: ../../include/group.php:25 +msgid "" +"A deleted group with this name was revived. Existing item permissions " +"may apply to this group and any future members. If this is " +"not what you intended, please create another group with a different name." +msgstr "Удаленная группа с таким названием была восстановлена. Существующие права доступа могут применяться к этой группе и любым будущим участникам. Если это не то, что вы хотели, пожалуйста, создайте еще ​​одну группу с другим названием." + +#: ../../include/group.php:207 +msgid "Default privacy group for new contacts" +msgstr "Группа доступа по умолчанию для новых контактов" + +#: ../../include/group.php:226 +msgid "Everybody" +msgstr "Каждый" + +#: ../../include/group.php:249 +msgid "edit" +msgstr "редактировать" + +#: ../../include/group.php:271 +msgid "Edit group" +msgstr "Редактировать группу" + +#: ../../include/group.php:272 +msgid "Create a new group" +msgstr "Создать новую группу" + +#: ../../include/group.php:273 +msgid "Contacts not in any group" +msgstr "Контакты не состоят в группе" + +#: ../../include/follow.php:32 +msgid "Connect URL missing." +msgstr "Connect-URL отсутствует." + +#: ../../include/follow.php:59 +msgid "" +"This site is not configured to allow communications with other networks." +msgstr "Данный сайт не настроен так, чтобы держать связь с другими сетями." + +#: ../../include/follow.php:60 ../../include/follow.php:80 +msgid "No compatible communication protocols or feeds were discovered." +msgstr "Обнаружены несовместимые протоколы связи или каналы." + +#: ../../include/follow.php:78 +msgid "The profile address specified does not provide adequate information." +msgstr "Указанный адрес профиля не дает адекватной информации." + +#: ../../include/follow.php:82 +msgid "An author or name was not found." +msgstr "Автор или имя не найдены." + +#: ../../include/follow.php:84 +msgid "No browser URL could be matched to this address." +msgstr "Нет URL браузера, который соответствует этому адресу." + +#: ../../include/follow.php:86 +msgid "" +"Unable to match @-style Identity Address with a known protocol or email " +"contact." +msgstr "" + +#: ../../include/follow.php:87 +msgid "Use mailto: in front of address to force email check." +msgstr "Bcgjkmpeqnt mailto: перед адресом для быстрого доступа к email." + +#: ../../include/follow.php:93 +msgid "" +"The profile address specified belongs to a network which has been disabled " +"on this site." +msgstr "Указанный адрес профиля принадлежит сети, недоступной на этом сайта." + +#: ../../include/follow.php:103 +msgid "" +"Limited profile. This person will be unable to receive direct/personal " +"notifications from you." +msgstr "Ограниченный профиль. Этот человек не сможет получить прямые / личные уведомления от вас." + +#: ../../include/follow.php:205 +msgid "Unable to retrieve contact information." +msgstr "Невозможно получить контактную информацию." + +#: ../../include/follow.php:259 +msgid "following" +msgstr "следует" + +#: ../../include/message.php:15 ../../include/message.php:172 +msgid "[no subject]" +msgstr "[без темы]" + +#: ../../include/nav.php:73 +msgid "End this session" +msgstr "Конец этой сессии" + +#: ../../include/nav.php:91 +msgid "Sign in" +msgstr "Вход" + +#: ../../include/nav.php:104 +msgid "Home Page" +msgstr "Главная страница" + +#: ../../include/nav.php:108 +msgid "Create an account" +msgstr "Создать аккаунт" + +#: ../../include/nav.php:113 +msgid "Help and documentation" +msgstr "Помощь и документация" + +#: ../../include/nav.php:116 +msgid "Apps" +msgstr "Приложения" + +#: ../../include/nav.php:116 +msgid "Addon applications, utilities, games" +msgstr "Дополнительные приложения, утилиты, игры" + +#: ../../include/nav.php:118 +msgid "Search site content" +msgstr "Поиск по сайту" + +#: ../../include/nav.php:128 +msgid "Conversations on this site" +msgstr "Беседы на этом сайте" + +#: ../../include/nav.php:130 +msgid "Directory" +msgstr "Каталог" + +#: ../../include/nav.php:130 +msgid "People directory" +msgstr "Каталог участников" + +#: ../../include/nav.php:140 +msgid "Conversations from your friends" +msgstr "Беседы с друзьями" + +#: ../../include/nav.php:141 +msgid "Network Reset" +msgstr "Перезагрузка сети" + +#: ../../include/nav.php:141 +msgid "Load Network page with no filters" +msgstr "Загрузить страницу сети без фильтров" + +#: ../../include/nav.php:149 +msgid "Friend Requests" +msgstr "Запросы на добавление в список друзей" + +#: ../../include/nav.php:151 +msgid "See all notifications" +msgstr "Посмотреть все уведомления" + +#: ../../include/nav.php:152 +msgid "Mark all system notifications seen" +msgstr "Отметить все системные уведомления, как прочитанные" + +#: ../../include/nav.php:156 +msgid "Private mail" +msgstr "Личная почта" + +#: ../../include/nav.php:157 +msgid "Inbox" +msgstr "Входящие" + +#: ../../include/nav.php:158 +msgid "Outbox" +msgstr "Исходящие" + +#: ../../include/nav.php:162 +msgid "Manage" +msgstr "Управлять" + +#: ../../include/nav.php:162 +msgid "Manage other pages" +msgstr "Управление другими страницами" + +#: ../../include/nav.php:165 +msgid "Delegations" +msgstr "" + +#: ../../include/nav.php:169 +msgid "Manage/Edit Profiles" +msgstr "Управление/редактирование профилей" + +#: ../../include/nav.php:171 +msgid "Manage/edit friends and contacts" +msgstr "Управление / редактирование друзей и контактов" + +#: ../../include/nav.php:178 +msgid "Site setup and configuration" +msgstr "Установка и конфигурация сайта" + +#: ../../include/nav.php:182 +msgid "Navigation" +msgstr "Навигация" + +#: ../../include/nav.php:182 +msgid "Site map" +msgstr "Карта сайта" #: ../../include/profile_advanced.php:22 msgid "j F, Y" @@ -56,57 +6664,23 @@ msgstr "День рождения:" msgid "Age:" msgstr "Возраст:" -#: ../../include/profile_advanced.php:37 ../../mod/directory.php:138 -#: ../../boot.php:1411 -msgid "Status:" -msgstr "Статус:" - #: ../../include/profile_advanced.php:43 #, php-format msgid "for %1$d %2$s" msgstr "" -#: ../../include/profile_advanced.php:46 ../../mod/profiles.php:646 -msgid "Sexual Preference:" -msgstr "Сексуальные предпочтения:" - -#: ../../include/profile_advanced.php:48 ../../mod/directory.php:140 -#: ../../boot.php:1413 -msgid "Homepage:" -msgstr "Домашняя страничка:" - -#: ../../include/profile_advanced.php:50 ../../mod/profiles.php:648 -msgid "Hometown:" -msgstr "" - #: ../../include/profile_advanced.php:52 msgid "Tags:" msgstr "Ключевые слова: " -#: ../../include/profile_advanced.php:54 ../../mod/profiles.php:649 -msgid "Political Views:" -msgstr "Политические взгляды:" - #: ../../include/profile_advanced.php:56 msgid "Religion:" msgstr "Религия:" -#: ../../include/profile_advanced.php:58 ../../mod/directory.php:142 -msgid "About:" -msgstr "О себе:" - #: ../../include/profile_advanced.php:60 msgid "Hobbies/Interests:" msgstr "Хобби / Интересы:" -#: ../../include/profile_advanced.php:62 ../../mod/profiles.php:653 -msgid "Likes:" -msgstr "" - -#: ../../include/profile_advanced.php:64 ../../mod/profiles.php:654 -msgid "Dislikes:" -msgstr "" - #: ../../include/profile_advanced.php:67 msgid "Contact information and Social Networks:" msgstr "Информация о контакте и социальных сетях:" @@ -139,6 +6713,379 @@ msgstr "Работа / Занятость:" msgid "School/education:" msgstr "Школа / Образование:" +#: ../../include/bbcode.php:215 ../../include/bbcode.php:620 +#: ../../include/bbcode.php:621 +msgid "Image/photo" +msgstr "Изображение / Фото" + +#: ../../include/bbcode.php:285 +#, php-format +msgid "" +"%s wrote the following post" +msgstr "" + +#: ../../include/bbcode.php:584 ../../include/bbcode.php:604 +msgid "$1 wrote:" +msgstr "$1 написал:" + +#: ../../include/bbcode.php:631 ../../include/bbcode.php:632 +msgid "Encrypted content" +msgstr "Зашифрованный контент" + +#: ../../include/contact_selectors.php:32 +msgid "Unknown | Not categorised" +msgstr "Неизвестно | Не определено" + +#: ../../include/contact_selectors.php:33 +msgid "Block immediately" +msgstr "Блокировать немедленно" + +#: ../../include/contact_selectors.php:34 +msgid "Shady, spammer, self-marketer" +msgstr "Тролль, спаммер, рассылает рекламу" + +#: ../../include/contact_selectors.php:35 +msgid "Known to me, but no opinion" +msgstr "Известные мне, но нет определенного мнения" + +#: ../../include/contact_selectors.php:36 +msgid "OK, probably harmless" +msgstr "Хорошо, наверное, безвредные" + +#: ../../include/contact_selectors.php:37 +msgid "Reputable, has my trust" +msgstr "Уважаемые, есть мое доверие" + +#: ../../include/contact_selectors.php:60 +msgid "Weekly" +msgstr "Еженедельно" + +#: ../../include/contact_selectors.php:61 +msgid "Monthly" +msgstr "Ежемесячно" + +#: ../../include/contact_selectors.php:77 +msgid "OStatus" +msgstr "OStatus" + +#: ../../include/contact_selectors.php:78 +msgid "RSS/Atom" +msgstr "RSS/Atom" + +#: ../../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_selectors.php:87 +msgid "Google+" +msgstr "Google+" + +#: ../../include/contact_selectors.php:88 +msgid "pump.io" +msgstr "pump.io" + +#: ../../include/contact_selectors.php:89 +msgid "Twitter" +msgstr "Twitter" + +#: ../../include/datetime.php:43 ../../include/datetime.php:45 +msgid "Miscellaneous" +msgstr "Разное" + +#: ../../include/datetime.php:153 ../../include/datetime.php:285 +msgid "year" +msgstr "год" + +#: ../../include/datetime.php:158 ../../include/datetime.php:286 +msgid "month" +msgstr "мес." + +#: ../../include/datetime.php:163 ../../include/datetime.php:288 +msgid "day" +msgstr "день" + +#: ../../include/datetime.php:276 +msgid "never" +msgstr "никогда" + +#: ../../include/datetime.php:282 +msgid "less than a second ago" +msgstr "менее сек. назад" + +#: ../../include/datetime.php:285 +msgid "years" +msgstr "лет" + +#: ../../include/datetime.php:286 +msgid "months" +msgstr "мес." + +#: ../../include/datetime.php:287 +msgid "week" +msgstr "неделя" + +#: ../../include/datetime.php:287 +msgid "weeks" +msgstr "недель" + +#: ../../include/datetime.php:288 +msgid "days" +msgstr "дней" + +#: ../../include/datetime.php:289 +msgid "hour" +msgstr "час" + +#: ../../include/datetime.php:289 +msgid "hours" +msgstr "час." + +#: ../../include/datetime.php:290 +msgid "minute" +msgstr "минута" + +#: ../../include/datetime.php:290 +msgid "minutes" +msgstr "мин." + +#: ../../include/datetime.php:291 +msgid "second" +msgstr "секунда" + +#: ../../include/datetime.php:291 +msgid "seconds" +msgstr "сек." + +#: ../../include/datetime.php:300 +#, php-format +msgid "%1$d %2$s ago" +msgstr "%1$d %2$s назад" + +#: ../../include/datetime.php:472 ../../include/items.php:1829 +#, php-format +msgid "%s's birthday" +msgstr "день рождения %s" + +#: ../../include/datetime.php:473 ../../include/items.php:1830 +#, php-format +msgid "Happy Birthday %s" +msgstr "С днём рождения %s" + +#: ../../include/features.php:23 +msgid "General Features" +msgstr "Основные возможности" + +#: ../../include/features.php:25 +msgid "Multiple Profiles" +msgstr "Несколько профилей" + +#: ../../include/features.php:25 +msgid "Ability to create multiple profiles" +msgstr "Возможность создания нескольких профилей" + +#: ../../include/features.php:30 +msgid "Post Composition Features" +msgstr "" + +#: ../../include/features.php:31 +msgid "Richtext Editor" +msgstr "Редактор RTF" + +#: ../../include/features.php:31 +msgid "Enable richtext editor" +msgstr "Включить редактор RTF" + +#: ../../include/features.php:32 +msgid "Post Preview" +msgstr "предварительный просмотр" + +#: ../../include/features.php:32 +msgid "Allow previewing posts and comments before publishing them" +msgstr "Разрешить предпросмотр сообщения и комментария перед их публикацией" + +#: ../../include/features.php:37 +msgid "Network Sidebar Widgets" +msgstr "Виджет боковой панели \"Сеть\"" + +#: ../../include/features.php:38 +msgid "Search by Date" +msgstr "Поиск по датам" + +#: ../../include/features.php:38 +msgid "Ability to select posts by date ranges" +msgstr "Возможность выбора постов по диапазону дат" + +#: ../../include/features.php:39 +msgid "Group Filter" +msgstr "Фильтр групп" + +#: ../../include/features.php:39 +msgid "Enable widget to display Network posts only from selected group" +msgstr "Включить виджет для отображения сообщений сети только от выбранной группы" + +#: ../../include/features.php:40 +msgid "Network Filter" +msgstr "Фильтр сети" + +#: ../../include/features.php:40 +msgid "Enable widget to display Network posts only from selected network" +msgstr "Включить виджет для отображения сообщений сети только от выбранной сети" + +#: ../../include/features.php:41 +msgid "Save search terms for re-use" +msgstr "Сохранить условия поиска для повторного использования" + +#: ../../include/features.php:46 +msgid "Network Tabs" +msgstr "Сетевые вкладки" + +#: ../../include/features.php:47 +msgid "Network Personal Tab" +msgstr "Персональные сетевые вкладки" + +#: ../../include/features.php:47 +msgid "Enable tab to display only Network posts that you've interacted on" +msgstr "Включить вкладку для отображения только сообщений сети, с которой вы взаимодействовали" + +#: ../../include/features.php:48 +msgid "Network New Tab" +msgstr "Новая вкладка сеть" + +#: ../../include/features.php:48 +msgid "Enable tab to display only new Network posts (from the last 12 hours)" +msgstr "Включить вкладку для отображения только новых сообщений сети (за последние 12 часов)" + +#: ../../include/features.php:49 +msgid "Network Shared Links Tab" +msgstr "Вкладка shared ссылок сети" + +#: ../../include/features.php:49 +msgid "Enable tab to display only Network posts with links in them" +msgstr "Включить вкладку для отображения только сообщений сети со ссылками на них" + +#: ../../include/features.php:54 +msgid "Post/Comment Tools" +msgstr "Инструменты пост/комментарий" + +#: ../../include/features.php:55 +msgid "Multiple Deletion" +msgstr "Множественное удаление" + +#: ../../include/features.php:55 +msgid "Select and delete multiple posts/comments at once" +msgstr "Выбрать и удалить несколько постов/комментариев одновременно." + +#: ../../include/features.php:56 +msgid "Edit Sent Posts" +msgstr "Редактировать отправленные посты" + +#: ../../include/features.php:56 +msgid "Edit and correct posts and comments after sending" +msgstr "Редактировать и править посты и комментарии после отправления" + +#: ../../include/features.php:57 +msgid "Tagging" +msgstr "Отмеченное" + +#: ../../include/features.php:57 +msgid "Ability to tag existing posts" +msgstr "Возможность отмечать существующие посты" + +#: ../../include/features.php:58 +msgid "Post Categories" +msgstr "Категории постов" + +#: ../../include/features.php:58 +msgid "Add categories to your posts" +msgstr "Добавить категории вашего поста" + +#: ../../include/features.php:59 +msgid "Ability to file posts under folders" +msgstr "" + +#: ../../include/features.php:60 +msgid "Dislike Posts" +msgstr "Посты дизлайк" + +#: ../../include/features.php:60 +msgid "Ability to dislike posts/comments" +msgstr "Возможность дизлайка постов/комментариев" + +#: ../../include/features.php:61 +msgid "Star Posts" +msgstr "Популярные посты" + +#: ../../include/features.php:61 +msgid "Ability to mark special posts with a star indicator" +msgstr "Возможность отметить специальные сообщения индикатором популярности" + +#: ../../include/diaspora.php:704 +msgid "Sharing notification from Diaspora network" +msgstr "Делиться уведомлениями из сети Diaspora" + +#: ../../include/diaspora.php:2269 +msgid "Attachments:" +msgstr "Вложения:" + +#: ../../include/acl_selectors.php:325 +msgid "Visible to everybody" +msgstr "Видимо всем" + +#: ../../include/items.php:3539 +msgid "A new person is sharing with you at " +msgstr "Новый человек делится с вами" + +#: ../../include/items.php:3539 +msgid "You have a new follower at " +msgstr "У вас есть новый фолловер на " + +#: ../../include/items.php:4062 +msgid "Do you really want to delete this item?" +msgstr "Вы действительно хотите удалить этот элемент?" + +#: ../../include/items.php:4285 +msgid "Archives" +msgstr "Архивы" + +#: ../../include/oembed.php:140 +msgid "Embedded content" +msgstr "Встроенное содержание" + +#: ../../include/oembed.php:149 +msgid "Embedding disabled" +msgstr "Встраивание отключено" + +#: ../../include/security.php:22 +msgid "Welcome " +msgstr "Добро пожаловать, " + +#: ../../include/security.php:23 +msgid "Please upload a profile photo." +msgstr "Пожалуйста, загрузите фотографию профиля." + +#: ../../include/security.php:26 +msgid "Welcome back " +msgstr "Добро пожаловать обратно, " + +#: ../../include/security.php:366 +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 "Ключ формы безопасности неправильный. Вероятно, это произошло потому, что форма была открыта слишком долго (более 3 часов) до её отправки." + #: ../../include/profile_selectors.php:6 msgid "Male" msgstr "Мужчина" @@ -265,11 +7212,11 @@ msgstr "Не ищу никого" #: ../../include/profile_selectors.php:42 msgid "Has crush" -msgstr "" +msgstr "Имеет ошибку" #: ../../include/profile_selectors.php:42 msgid "Infatuated" -msgstr "" +msgstr "Влюблён" #: ../../include/profile_selectors.php:42 msgid "Dating" @@ -283,11 +7230,6 @@ msgstr "Изменяю супругу" msgid "Sex Addict" msgstr "Люблю секс" -#: ../../include/profile_selectors.php:42 ../../include/user.php:279 -#: ../../include/user.php:283 -msgid "Friends" -msgstr "Друзья" - #: ../../include/profile_selectors.php:42 msgid "Friends/Benefits" msgstr "Друзья / Предпочтения" @@ -326,7 +7268,7 @@ msgstr "Счастлив/а/" #: ../../include/profile_selectors.php:42 msgid "Not looking" -msgstr "" +msgstr "Не в поиске" #: ../../include/profile_selectors.php:42 msgid "Swinger" @@ -376,6708 +7318,11 @@ msgstr "Спросите меня" msgid "stopped following" msgstr "остановлено следование" -#: ../../include/Contact.php:225 ../../include/conversation.php:838 -msgid "Poke" -msgstr "" - -#: ../../include/Contact.php:226 ../../include/conversation.php:832 -msgid "View Status" -msgstr "Просмотреть статус" - -#: ../../include/Contact.php:227 ../../include/conversation.php:833 -msgid "View Profile" -msgstr "" - -#: ../../include/Contact.php:228 ../../include/conversation.php:834 -msgid "View Photos" -msgstr "" - -#: ../../include/Contact.php:229 ../../include/Contact.php:251 -#: ../../include/conversation.php:835 -msgid "Network Posts" -msgstr "" - -#: ../../include/Contact.php:230 ../../include/Contact.php:251 -#: ../../include/conversation.php:836 -msgid "Edit Contact" -msgstr "Редактировать контакт" - -#: ../../include/Contact.php:231 ../../include/Contact.php:251 -#: ../../include/conversation.php:837 -msgid "Send PM" -msgstr "Отправить ЛС" - -#: ../../include/text.php:276 -msgid "prev" -msgstr "пред." - -#: ../../include/text.php:278 -msgid "first" -msgstr "первый" - -#: ../../include/text.php:307 -msgid "last" -msgstr "последний" - -#: ../../include/text.php:310 -msgid "next" -msgstr "след." - -#: ../../include/text.php:328 -msgid "newer" -msgstr "новее" - -#: ../../include/text.php:332 -msgid "older" -msgstr "старее" - -#: ../../include/text.php:697 -msgid "No contacts" -msgstr "Нет контактов" - -#: ../../include/text.php:706 -#, php-format -msgid "%d Contact" -msgid_plural "%d Contacts" -msgstr[0] "%d контакт" -msgstr[1] "%d контактов" -msgstr[2] "%d контактов" - -#: ../../include/text.php:718 ../../mod/viewcontacts.php:76 -msgid "View Contacts" -msgstr "Просмотр контактов" - -#: ../../include/text.php:778 ../../include/text.php:779 -#: ../../include/nav.php:118 ../../mod/search.php:99 -msgid "Search" -msgstr "Поиск" - -#: ../../include/text.php:781 ../../mod/notes.php:63 ../../mod/filer.php:31 -msgid "Save" -msgstr "Сохранить" - -#: ../../include/text.php:819 -msgid "poke" -msgstr "poke" - -#: ../../include/text.php:819 ../../include/conversation.php:211 -msgid "poked" -msgstr "" - -#: ../../include/text.php:820 -msgid "ping" -msgstr "" - -#: ../../include/text.php:820 -msgid "pinged" -msgstr "" - -#: ../../include/text.php:821 -msgid "prod" -msgstr "" - -#: ../../include/text.php:821 -msgid "prodded" -msgstr "" - -#: ../../include/text.php:822 -msgid "slap" -msgstr "" - -#: ../../include/text.php:822 -msgid "slapped" -msgstr "" - -#: ../../include/text.php:823 -msgid "finger" -msgstr "" - -#: ../../include/text.php:823 -msgid "fingered" -msgstr "" - -#: ../../include/text.php:824 -msgid "rebuff" -msgstr "" - -#: ../../include/text.php:824 -msgid "rebuffed" -msgstr "" - -#: ../../include/text.php:836 -msgid "happy" -msgstr "" - -#: ../../include/text.php:837 -msgid "sad" -msgstr "" - -#: ../../include/text.php:838 -msgid "mellow" -msgstr "" - -#: ../../include/text.php:839 -msgid "tired" -msgstr "" - -#: ../../include/text.php:840 -msgid "perky" -msgstr "" - -#: ../../include/text.php:841 -msgid "angry" -msgstr "" - -#: ../../include/text.php:842 -msgid "stupified" -msgstr "" - -#: ../../include/text.php:843 -msgid "puzzled" -msgstr "" - -#: ../../include/text.php:844 -msgid "interested" -msgstr "" - -#: ../../include/text.php:845 -msgid "bitter" -msgstr "" - -#: ../../include/text.php:846 -msgid "cheerful" -msgstr "" - -#: ../../include/text.php:847 -msgid "alive" -msgstr "" - -#: ../../include/text.php:848 -msgid "annoyed" -msgstr "" - -#: ../../include/text.php:849 -msgid "anxious" -msgstr "" - -#: ../../include/text.php:850 -msgid "cranky" -msgstr "" - -#: ../../include/text.php:851 -msgid "disturbed" -msgstr "" - -#: ../../include/text.php:852 -msgid "frustrated" -msgstr "" - -#: ../../include/text.php:853 -msgid "motivated" -msgstr "" - -#: ../../include/text.php:854 -msgid "relaxed" -msgstr "" - -#: ../../include/text.php:855 -msgid "surprised" -msgstr "" - -#: ../../include/text.php:1015 -msgid "Monday" -msgstr "Понедельник" - -#: ../../include/text.php:1015 -msgid "Tuesday" -msgstr "Вторник" - -#: ../../include/text.php:1015 -msgid "Wednesday" -msgstr "Среда" - -#: ../../include/text.php:1015 -msgid "Thursday" -msgstr "Четверг" - -#: ../../include/text.php:1015 -msgid "Friday" -msgstr "Пятница" - -#: ../../include/text.php:1015 -msgid "Saturday" -msgstr "Суббота" - -#: ../../include/text.php:1015 -msgid "Sunday" -msgstr "Воскресенье" - -#: ../../include/text.php:1019 -msgid "January" -msgstr "Январь" - -#: ../../include/text.php:1019 -msgid "February" -msgstr "Февраль" - -#: ../../include/text.php:1019 -msgid "March" -msgstr "Март" - -#: ../../include/text.php:1019 -msgid "April" -msgstr "Апрель" - -#: ../../include/text.php:1019 -msgid "May" -msgstr "Май" - -#: ../../include/text.php:1019 -msgid "June" -msgstr "Июнь" - -#: ../../include/text.php:1019 -msgid "July" -msgstr "Июль" - -#: ../../include/text.php:1019 -msgid "August" -msgstr "Август" - -#: ../../include/text.php:1019 -msgid "September" -msgstr "Сентябрь" - -#: ../../include/text.php:1019 -msgid "October" -msgstr "Октябрь" - -#: ../../include/text.php:1019 -msgid "November" -msgstr "Ноябрь" - -#: ../../include/text.php:1019 -msgid "December" -msgstr "Декабрь" - -#: ../../include/text.php:1153 -msgid "bytes" -msgstr "байт" - -#: ../../include/text.php:1180 ../../include/text.php:1192 -msgid "Click to open/close" -msgstr "Нажмите, чтобы открыть / закрыть" - -#: ../../include/text.php:1333 ../../mod/events.php:335 -msgid "link to source" -msgstr "ссылка на источник" - -#: ../../include/text.php:1365 ../../include/user.php:237 -msgid "default" -msgstr "значение по умолчанию" - -#: ../../include/text.php:1377 -msgid "Select an alternate language" -msgstr "Выбор альтернативного языка" - -#: ../../include/text.php:1583 ../../include/conversation.php:118 -#: ../../include/conversation.php:246 ../../view/theme/diabook/theme.php:456 -msgid "event" -msgstr "мероприятие" - -#: ../../include/text.php:1585 ../../include/diaspora.php:1874 -#: ../../include/conversation.php:126 ../../include/conversation.php:254 -#: ../../mod/subthread.php:87 ../../mod/tagger.php:62 ../../mod/like.php:151 -#: ../../view/theme/diabook/theme.php:464 -msgid "photo" -msgstr "фото" - -#: ../../include/text.php:1587 -msgid "activity" -msgstr "активность" - -#: ../../include/text.php:1589 ../../mod/content.php:628 -#: ../../object/Item.php:364 ../../object/Item.php:377 -msgid "comment" -msgid_plural "comments" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "комментарий" - -#: ../../include/text.php:1590 -msgid "post" -msgstr "сообщение" - -#: ../../include/text.php:1745 -msgid "Item filed" -msgstr "" - -#: ../../include/acl_selectors.php:325 -msgid "Visible to everybody" -msgstr "Видимо всем" - -#: ../../include/acl_selectors.php:326 ../../view/theme/diabook/config.php:146 -#: ../../view/theme/diabook/theme.php:629 -msgid "show" -msgstr "показывать" - -#: ../../include/acl_selectors.php:327 ../../view/theme/diabook/config.php:146 -#: ../../view/theme/diabook/theme.php:629 -msgid "don't show" -msgstr "не показывать" - -#: ../../include/auth.php:38 -msgid "Logged out." -msgstr "Выход из системы." - -#: ../../include/auth.php:112 ../../include/auth.php:175 -#: ../../mod/openid.php:93 -msgid "Login failed." -msgstr "Войти не удалось." - -#: ../../include/auth.php:128 -msgid "" -"We encountered a problem while logging in with the OpenID you provided. " -"Please check the correct spelling of the ID." -msgstr "" - -#: ../../include/auth.php:128 -msgid "The error message was:" -msgstr "" - -#: ../../include/uimport.php:61 -msgid "Error decoding account file" -msgstr "" - -#: ../../include/uimport.php:67 -msgid "Error! No version data in file! This is not a Friendica account file?" -msgstr "" - -#: ../../include/uimport.php:72 -msgid "Error! I can't import this file: DB schema version is not compatible." -msgstr "" - -#: ../../include/uimport.php:81 -msgid "Error! Cannot check nickname" -msgstr "" - -#: ../../include/uimport.php:85 -#, php-format -msgid "User '%s' already exists on this server!" -msgstr "" - -#: ../../include/uimport.php:104 -msgid "User creation error" -msgstr "" - -#: ../../include/uimport.php:122 -msgid "User profile creation error" -msgstr "" - -#: ../../include/uimport.php:167 -#, php-format -msgid "%d contact not imported" -msgid_plural "%d contacts not imported" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#: ../../include/uimport.php:245 -msgid "Done. You can now login with your username and password" -msgstr "" - -#: ../../include/bb2diaspora.php:393 ../../include/event.php:11 -#: ../../mod/localtime.php:12 -msgid "l F d, Y \\@ g:i A" -msgstr "l F d, Y \\@ g:i A" - -#: ../../include/bb2diaspora.php:399 ../../include/event.php:20 -msgid "Starts:" -msgstr "Начало:" - -#: ../../include/bb2diaspora.php:407 ../../include/event.php:30 -msgid "Finishes:" -msgstr "Окончание:" - -#: ../../include/bb2diaspora.php:415 ../../include/event.php:40 -#: ../../mod/directory.php:134 ../../mod/events.php:471 ../../boot.php:1406 -msgid "Location:" -msgstr "Откуда:" - -#: ../../include/follow.php:27 ../../mod/dfrn_request.php:502 -msgid "Disallowed profile URL." -msgstr "Запрещенный URL профиля." - -#: ../../include/follow.php:32 -msgid "Connect URL missing." -msgstr "Connect-URL отсутствует." - -#: ../../include/follow.php:59 -msgid "" -"This site is not configured to allow communications with other networks." -msgstr "Данный сайт не настроен так, чтобы держать связь с другими сетями." - -#: ../../include/follow.php:60 ../../include/follow.php:80 -msgid "No compatible communication protocols or feeds were discovered." -msgstr "Обнаружены несовместимые протоколы связи или каналы." - -#: ../../include/follow.php:78 -msgid "The profile address specified does not provide adequate information." -msgstr "Указанный адрес профиля не дает адекватной информации." - -#: ../../include/follow.php:82 -msgid "An author or name was not found." -msgstr "Автор или имя не найдены." - -#: ../../include/follow.php:84 -msgid "No browser URL could be matched to this address." -msgstr "Нет URL браузера, который соответствует этому адресу." - -#: ../../include/follow.php:86 -msgid "" -"Unable to match @-style Identity Address with a known protocol or email " -"contact." -msgstr "" - -#: ../../include/follow.php:87 -msgid "Use mailto: in front of address to force email check." -msgstr "" - -#: ../../include/follow.php:93 -msgid "" -"The profile address specified belongs to a network which has been disabled " -"on this site." -msgstr "Указанный адрес профиля принадлежит сети, недоступной на этом сайта." - -#: ../../include/follow.php:103 -msgid "" -"Limited profile. This person will be unable to receive direct/personal " -"notifications from you." -msgstr "Ограниченный профиль. Этот человек не сможет получить прямые / личные уведомления от вас." - -#: ../../include/follow.php:205 -msgid "Unable to retrieve contact information." -msgstr "Невозможно получить контактную информацию." - -#: ../../include/follow.php:259 -msgid "following" -msgstr "следует" - -#: ../../include/user.php:39 -msgid "An invitation is required." -msgstr "Требуется приглашение." - -#: ../../include/user.php:44 -msgid "Invitation could not be verified." -msgstr "Приглашение не может быть проверено." - -#: ../../include/user.php:52 -msgid "Invalid OpenID url" -msgstr "Неверный URL OpenID" - -#: ../../include/user.php:67 -msgid "Please enter the required information." -msgstr "Пожалуйста, введите необходимую информацию." - -#: ../../include/user.php:81 -msgid "Please use a shorter name." -msgstr "Пожалуйста, используйте более короткое имя." - -#: ../../include/user.php:83 -msgid "Name too short." -msgstr "Имя слишком короткое." - -#: ../../include/user.php:98 -msgid "That doesn't appear to be your full (First Last) name." -msgstr "Кажется, что это ваше неполное (Имя Фамилия) имя." - -#: ../../include/user.php:103 -msgid "Your email domain is not among those allowed on this site." -msgstr "Домен вашего адреса электронной почты не относится к числу разрешенных на этом сайте." - -#: ../../include/user.php:106 -msgid "Not a valid email address." -msgstr "Неверный адрес электронной почты." - -#: ../../include/user.php:116 -msgid "Cannot use that email." -msgstr "Нельзя использовать этот Email." - -#: ../../include/user.php:122 -msgid "" -"Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and " -"must also begin with a letter." -msgstr "Ваш \"ник\" может содержать только \"a-z\", \"0-9\", \"-\", и \"_\", а также должен начинаться с буквы." - -#: ../../include/user.php:128 ../../include/user.php:226 -msgid "Nickname is already registered. Please choose another." -msgstr "Такой ник уже зарегистрирован. Пожалуйста, выберите другой." - -#: ../../include/user.php:138 -msgid "" -"Nickname was once registered here and may not be re-used. Please choose " -"another." -msgstr "" - -#: ../../include/user.php:154 -msgid "SERIOUS ERROR: Generation of security keys failed." -msgstr "СЕРЬЕЗНАЯ ОШИБКА: генерация ключей безопасности не удалась." - -#: ../../include/user.php:212 -msgid "An error occurred during registration. Please try again." -msgstr "Ошибка при регистрации. Пожалуйста, попробуйте еще раз." - -#: ../../include/user.php:247 -msgid "An error occurred creating your default profile. Please try again." -msgstr "Ошибка создания вашего профиля. Пожалуйста, попробуйте еще раз." - -#: ../../include/user.php:325 ../../include/user.php:332 -#: ../../include/user.php:339 ../../mod/photos.php:154 -#: ../../mod/photos.php:725 ../../mod/photos.php:1183 -#: ../../mod/photos.php:1206 ../../mod/profile_photo.php:74 -#: ../../mod/profile_photo.php:81 ../../mod/profile_photo.php:88 -#: ../../mod/profile_photo.php:204 ../../mod/profile_photo.php:296 -#: ../../mod/profile_photo.php:305 ../../view/theme/diabook/theme.php:493 -msgid "Profile Photos" -msgstr "Фотографии профиля" - -#: ../../include/contact_selectors.php:32 -msgid "Unknown | Not categorised" -msgstr "Неизвестно | Не определено" - -#: ../../include/contact_selectors.php:33 -msgid "Block immediately" -msgstr "Блокировать немедленно" - -#: ../../include/contact_selectors.php:34 -msgid "Shady, spammer, self-marketer" -msgstr "Тролль, спаммер, рассылает рекламу" - -#: ../../include/contact_selectors.php:35 -msgid "Known to me, but no opinion" -msgstr "Известные мне, но нет определенного мнения" - -#: ../../include/contact_selectors.php:36 -msgid "OK, probably harmless" -msgstr "Хорошо, наверное, безвредные" - -#: ../../include/contact_selectors.php:37 -msgid "Reputable, has my trust" -msgstr "Уважаемые, есть мое доверие" - -#: ../../include/contact_selectors.php:56 -msgid "Frequently" -msgstr "Часто" - -#: ../../include/contact_selectors.php:57 -msgid "Hourly" -msgstr "Раз в час" - -#: ../../include/contact_selectors.php:58 -msgid "Twice daily" -msgstr "Два раза в день" - -#: ../../include/contact_selectors.php:59 -msgid "Daily" -msgstr "Ежедневно" - -#: ../../include/contact_selectors.php:60 -msgid "Weekly" -msgstr "Еженедельно" - -#: ../../include/contact_selectors.php:61 -msgid "Monthly" -msgstr "Ежемесячно" - -#: ../../include/contact_selectors.php:76 ../../mod/dfrn_request.php:840 -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 -#: ../../include/contact_selectors.php:86 ../../mod/admin.php:754 -#: ../../mod/admin.php:765 -msgid "Email" -msgstr "Эл. почта" - -#: ../../include/contact_selectors.php:80 ../../mod/settings.php:681 -#: ../../mod/dfrn_request.php:842 -msgid "Diaspora" -msgstr "Diaspora" - -#: ../../include/contact_selectors.php:81 ../../mod/newmember.php:49 -#: ../../mod/newmember.php:51 -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_selectors.php:87 -msgid "Google+" -msgstr "Google+" - -#: ../../include/contact_widgets.php:6 -msgid "Add New Contact" -msgstr "Добавить контакт" - -#: ../../include/contact_widgets.php:7 -msgid "Enter address or web location" -msgstr "Введите адрес или веб-местонахождение" - -#: ../../include/contact_widgets.php:8 -msgid "Example: bob@example.com, http://example.com/barbara" -msgstr "Пример: bob@example.com, http://example.com/barbara" - -#: ../../include/contact_widgets.php:9 ../../mod/suggest.php:88 -#: ../../mod/match.php:58 ../../boot.php:1338 -msgid "Connect" -msgstr "Подключить" - -#: ../../include/contact_widgets.php:23 -#, php-format -msgid "%d invitation available" -msgid_plural "%d invitations available" -msgstr[0] "%d приглашение доступно" -msgstr[1] "%d приглашений доступно" -msgstr[2] "%d приглашений доступно" - -#: ../../include/contact_widgets.php:29 -msgid "Find People" -msgstr "Поиск людей" - -#: ../../include/contact_widgets.php:30 -msgid "Enter name or interest" -msgstr "Введите имя или интерес" - -#: ../../include/contact_widgets.php:31 -msgid "Connect/Follow" -msgstr "Подключиться/Следовать" - -#: ../../include/contact_widgets.php:32 -msgid "Examples: Robert Morgenstein, Fishing" -msgstr "Примеры: Роберт Morgenstein, Рыбалка" - -#: ../../include/contact_widgets.php:33 ../../mod/contacts.php:613 -#: ../../mod/directory.php:61 -msgid "Find" -msgstr "Найти" - -#: ../../include/contact_widgets.php:34 ../../mod/suggest.php:66 -#: ../../view/theme/diabook/theme.php:520 -msgid "Friend Suggestions" -msgstr "Предложения друзей" - -#: ../../include/contact_widgets.php:35 ../../view/theme/diabook/theme.php:519 -msgid "Similar Interests" -msgstr "Похожие интересы" - -#: ../../include/contact_widgets.php:36 -msgid "Random Profile" -msgstr "" - -#: ../../include/contact_widgets.php:37 ../../view/theme/diabook/theme.php:521 -msgid "Invite Friends" -msgstr "Пригласить друзей" - -#: ../../include/contact_widgets.php:70 -msgid "Networks" -msgstr "Сети" - -#: ../../include/contact_widgets.php:73 -msgid "All Networks" -msgstr "Все сети" - -#: ../../include/contact_widgets.php:103 ../../include/features.php:59 -msgid "Saved Folders" -msgstr "" - -#: ../../include/contact_widgets.php:106 ../../include/contact_widgets.php:138 -msgid "Everything" -msgstr "Всё" - -#: ../../include/contact_widgets.php:135 -msgid "Categories" -msgstr "Категории" - -#: ../../include/contact_widgets.php:199 ../../mod/contacts.php:343 -#, php-format -msgid "%d contact in common" -msgid_plural "%d contacts in common" -msgstr[0] "%d Контакт" -msgstr[1] "%d Контактов" -msgstr[2] "%d Контактов" - -#: ../../include/contact_widgets.php:204 ../../mod/content.php:629 -#: ../../object/Item.php:365 ../../boot.php:652 -msgid "show more" -msgstr "показать больше" - -#: ../../include/Scrape.php:583 -msgid " on Last.fm" -msgstr "" - -#: ../../include/bbcode.php:210 ../../include/bbcode.php:545 -msgid "Image/photo" -msgstr "Изображение / Фото" - -#: ../../include/bbcode.php:272 -#, php-format -msgid "" -"%s wrote the following post" -msgstr "" - -#: ../../include/bbcode.php:510 ../../include/bbcode.php:530 -msgid "$1 wrote:" -msgstr "$1 написал:" - -#: ../../include/bbcode.php:553 ../../include/bbcode.php:554 -msgid "Encrypted content" -msgstr "" - -#: ../../include/datetime.php:43 ../../include/datetime.php:45 -msgid "Miscellaneous" -msgstr "Разное" - -#: ../../include/datetime.php:153 ../../include/datetime.php:285 -msgid "year" -msgstr "год" - -#: ../../include/datetime.php:158 ../../include/datetime.php:286 -msgid "month" -msgstr "мес." - -#: ../../include/datetime.php:163 ../../include/datetime.php:288 -msgid "day" -msgstr "день" - -#: ../../include/datetime.php:276 -msgid "never" -msgstr "никогда" - -#: ../../include/datetime.php:282 -msgid "less than a second ago" -msgstr "менее сек. назад" - -#: ../../include/datetime.php:285 -msgid "years" -msgstr "лет" - -#: ../../include/datetime.php:286 -msgid "months" -msgstr "мес." - -#: ../../include/datetime.php:287 -msgid "week" -msgstr "неделя" - -#: ../../include/datetime.php:287 -msgid "weeks" -msgstr "недель" - -#: ../../include/datetime.php:288 -msgid "days" -msgstr "дней" - -#: ../../include/datetime.php:289 -msgid "hour" -msgstr "час" - -#: ../../include/datetime.php:289 -msgid "hours" -msgstr "час." - -#: ../../include/datetime.php:290 -msgid "minute" -msgstr "минута" - -#: ../../include/datetime.php:290 -msgid "minutes" -msgstr "мин." - -#: ../../include/datetime.php:291 -msgid "second" -msgstr "секунда" - -#: ../../include/datetime.php:291 -msgid "seconds" -msgstr "сек." - -#: ../../include/datetime.php:300 -#, php-format -msgid "%1$d %2$s ago" -msgstr "%1$d %2$s назад" - -#: ../../include/datetime.php:472 ../../include/items.php:1771 -#, php-format -msgid "%s's birthday" -msgstr "" - -#: ../../include/datetime.php:473 ../../include/items.php:1772 -#, php-format -msgid "Happy Birthday %s" -msgstr "" - -#: ../../include/plugin.php:439 ../../include/plugin.php:441 -msgid "Click here to upgrade." -msgstr "" - -#: ../../include/plugin.php:447 -msgid "This action exceeds the limits set by your subscription plan." -msgstr "" - -#: ../../include/plugin.php:452 -msgid "This action is not available under your subscription plan." -msgstr "" - -#: ../../include/delivery.php:457 ../../include/notifier.php:775 -msgid "(no subject)" -msgstr "(без темы)" - -#: ../../include/delivery.php:468 ../../include/enotify.php:28 -#: ../../include/notifier.php:785 -msgid "noreply" -msgstr "без ответа" - -#: ../../include/diaspora.php:621 ../../include/conversation.php:172 -#: ../../mod/dfrn_confirm.php:477 -#, php-format -msgid "%1$s is now friends with %2$s" -msgstr "%1$s и %2$s теперь друзья" - -#: ../../include/diaspora.php:704 -msgid "Sharing notification from Diaspora network" -msgstr "Делиться уведомлениями из сети Diaspora" - -#: ../../include/diaspora.php:1874 ../../include/conversation.php:121 -#: ../../include/conversation.php:130 ../../include/conversation.php:249 -#: ../../include/conversation.php:258 ../../mod/subthread.php:87 -#: ../../mod/tagger.php:62 ../../mod/like.php:151 ../../mod/like.php:322 -#: ../../view/theme/diabook/theme.php:459 -#: ../../view/theme/diabook/theme.php:468 -msgid "status" -msgstr "статус" - -#: ../../include/diaspora.php:1890 ../../include/conversation.php:137 -#: ../../mod/like.php:168 ../../view/theme/diabook/theme.php:473 -#, php-format -msgid "%1$s likes %2$s's %3$s" -msgstr "%1$s нравится %3$s от %2$s " - -#: ../../include/diaspora.php:2262 -msgid "Attachments:" -msgstr "Вложения:" - -#: ../../include/features.php:23 -msgid "General Features" -msgstr "" - -#: ../../include/features.php:25 -msgid "Multiple Profiles" -msgstr "" - -#: ../../include/features.php:25 -msgid "Ability to create multiple profiles" -msgstr "" - -#: ../../include/features.php:30 -msgid "Post Composition Features" -msgstr "" - -#: ../../include/features.php:31 -msgid "Richtext Editor" -msgstr "" - -#: ../../include/features.php:31 -msgid "Enable richtext editor" -msgstr "" - -#: ../../include/features.php:32 -msgid "Post Preview" -msgstr "предварительный просмотр" - -#: ../../include/features.php:32 -msgid "Allow previewing posts and comments before publishing them" -msgstr "" - -#: ../../include/features.php:37 -msgid "Network Sidebar Widgets" -msgstr "" - -#: ../../include/features.php:38 -msgid "Search by Date" -msgstr "Поиск по датам" - -#: ../../include/features.php:38 -msgid "Ability to select posts by date ranges" -msgstr "" - -#: ../../include/features.php:39 -msgid "Group Filter" -msgstr "" - -#: ../../include/features.php:39 -msgid "Enable widget to display Network posts only from selected group" -msgstr "" - -#: ../../include/features.php:40 -msgid "Network Filter" -msgstr "Фильтр сети" - -#: ../../include/features.php:40 -msgid "Enable widget to display Network posts only from selected network" -msgstr "" - -#: ../../include/features.php:41 ../../mod/search.php:30 -#: ../../mod/network.php:233 -msgid "Saved Searches" -msgstr "запомненные поиски" - -#: ../../include/features.php:41 -msgid "Save search terms for re-use" -msgstr "" - -#: ../../include/features.php:46 -msgid "Network Tabs" -msgstr "" - -#: ../../include/features.php:47 -msgid "Network Personal Tab" -msgstr "" - -#: ../../include/features.php:47 -msgid "Enable tab to display only Network posts that you've interacted on" -msgstr "" - -#: ../../include/features.php:48 -msgid "Network New Tab" -msgstr "" - -#: ../../include/features.php:48 -msgid "Enable tab to display only new Network posts (from the last 12 hours)" -msgstr "" - -#: ../../include/features.php:49 -msgid "Network Shared Links Tab" -msgstr "" - -#: ../../include/features.php:49 -msgid "Enable tab to display only Network posts with links in them" -msgstr "" - -#: ../../include/features.php:54 -msgid "Post/Comment Tools" -msgstr "" - -#: ../../include/features.php:55 -msgid "Multiple Deletion" -msgstr "" - -#: ../../include/features.php:55 -msgid "Select and delete multiple posts/comments at once" -msgstr "" - -#: ../../include/features.php:56 -msgid "Edit Sent Posts" -msgstr "" - -#: ../../include/features.php:56 -msgid "Edit and correct posts and comments after sending" -msgstr "" - -#: ../../include/features.php:57 -msgid "Tagging" -msgstr "" - -#: ../../include/features.php:57 -msgid "Ability to tag existing posts" -msgstr "" - -#: ../../include/features.php:58 -msgid "Post Categories" -msgstr "" - -#: ../../include/features.php:58 -msgid "Add categories to your posts" -msgstr "" - -#: ../../include/features.php:59 -msgid "Ability to file posts under folders" -msgstr "" - -#: ../../include/features.php:60 -msgid "Dislike Posts" -msgstr "" - -#: ../../include/features.php:60 -msgid "Ability to dislike posts/comments" -msgstr "" - -#: ../../include/features.php:61 -msgid "Star Posts" -msgstr "" - -#: ../../include/features.php:61 -msgid "Ability to mark special posts with a star indicator" -msgstr "" +#: ../../include/Contact.php:234 +msgid "Drop Contact" +msgstr "Удалить контакт" #: ../../include/dba.php:44 #, php-format msgid "Cannot locate DNS info for database server '%s'" msgstr "Не могу найти информацию для DNS-сервера базы данных '%s'" - -#: ../../include/group.php:25 -msgid "" -"A deleted group with this name was revived. Existing item permissions " -"may apply to this group and any future members. If this is " -"not what you intended, please create another group with a different name." -msgstr "" - -#: ../../include/group.php:207 -msgid "Default privacy group for new contacts" -msgstr "" - -#: ../../include/group.php:226 -msgid "Everybody" -msgstr "Каждый" - -#: ../../include/group.php:249 -msgid "edit" -msgstr "редактировать" - -#: ../../include/group.php:270 ../../mod/newmember.php:66 -msgid "Groups" -msgstr "Группы" - -#: ../../include/group.php:271 -msgid "Edit group" -msgstr "Редактировать группу" - -#: ../../include/group.php:272 -msgid "Create a new group" -msgstr "Создать новую группу" - -#: ../../include/group.php:273 -msgid "Contacts not in any group" -msgstr "" - -#: ../../include/group.php:275 ../../mod/network.php:234 -msgid "add" -msgstr "добавить" - -#: ../../include/conversation.php:140 ../../mod/like.php:170 -#, php-format -msgid "%1$s doesn't like %2$s's %3$s" -msgstr "%1$s не нравится %3$s от %2$s " - -#: ../../include/conversation.php:207 -#, php-format -msgid "%1$s poked %2$s" -msgstr "" - -#: ../../include/conversation.php:227 ../../mod/mood.php:62 -#, php-format -msgid "%1$s is currently %2$s" -msgstr "" - -#: ../../include/conversation.php:266 ../../mod/tagger.php:95 -#, php-format -msgid "%1$s tagged %2$s's %3$s with %4$s" -msgstr "%1$s tagged %2$s's %3$s в %4$s" - -#: ../../include/conversation.php:291 -msgid "post/item" -msgstr "" - -#: ../../include/conversation.php:292 -#, php-format -msgid "%1$s marked %2$s's %3$s as favorite" -msgstr "%1$s пометил %2$s %3$s как Фаворит" - -#: ../../include/conversation.php:587 ../../mod/content.php:461 -#: ../../mod/content.php:763 ../../object/Item.php:126 -msgid "Select" -msgstr "Выберите" - -#: ../../include/conversation.php:588 ../../mod/settings.php:623 -#: ../../mod/admin.php:758 ../../mod/group.php:171 ../../mod/photos.php:1637 -#: ../../mod/content.php:462 ../../mod/content.php:764 -#: ../../object/Item.php:127 -msgid "Delete" -msgstr "Удалить" - -#: ../../include/conversation.php:627 ../../mod/content.php:495 -#: ../../mod/content.php:875 ../../mod/content.php:876 -#: ../../object/Item.php:306 ../../object/Item.php:307 -#, php-format -msgid "View %s's profile @ %s" -msgstr "Просмотреть профиль %s [@ %s]" - -#: ../../include/conversation.php:639 ../../object/Item.php:297 -msgid "Categories:" -msgstr "Категории:" - -#: ../../include/conversation.php:640 ../../object/Item.php:298 -msgid "Filed under:" -msgstr "В рубрике:" - -#: ../../include/conversation.php:647 ../../mod/content.php:505 -#: ../../mod/content.php:887 ../../object/Item.php:320 -#, php-format -msgid "%s from %s" -msgstr "%s с %s" - -#: ../../include/conversation.php:662 ../../mod/content.php:520 -msgid "View in context" -msgstr "Смотреть в контексте" - -#: ../../include/conversation.php:664 ../../include/conversation.php:1060 -#: ../../mod/editpost.php:124 ../../mod/wallmessage.php:156 -#: ../../mod/message.php:334 ../../mod/message.php:565 -#: ../../mod/photos.php:1532 ../../mod/content.php:522 -#: ../../mod/content.php:906 ../../object/Item.php:341 -msgid "Please wait" -msgstr "Пожалуйста, подождите" - -#: ../../include/conversation.php:728 -msgid "remove" -msgstr "удалить" - -#: ../../include/conversation.php:732 -msgid "Delete Selected Items" -msgstr "Удалить выбранные позиции" - -#: ../../include/conversation.php:831 -msgid "Follow Thread" -msgstr "" - -#: ../../include/conversation.php:900 -#, php-format -msgid "%s likes this." -msgstr "%s нравится это." - -#: ../../include/conversation.php:900 -#, php-format -msgid "%s doesn't like this." -msgstr "%s не нравится это." - -#: ../../include/conversation.php:905 -#, php-format -msgid "%2$d people like this" -msgstr "" - -#: ../../include/conversation.php:908 -#, php-format -msgid "%2$d people don't like this" -msgstr "" - -#: ../../include/conversation.php:922 -msgid "and" -msgstr "и" - -#: ../../include/conversation.php:928 -#, php-format -msgid ", and %d other people" -msgstr ", и %d других чел." - -#: ../../include/conversation.php:930 -#, php-format -msgid "%s like this." -msgstr "%s нравится это." - -#: ../../include/conversation.php:930 -#, php-format -msgid "%s don't like this." -msgstr "%s не нравится это." - -#: ../../include/conversation.php:957 ../../include/conversation.php:975 -msgid "Visible to everybody" -msgstr "Видимое всем" - -#: ../../include/conversation.php:958 ../../include/conversation.php:976 -#: ../../mod/wallmessage.php:127 ../../mod/wallmessage.php:135 -#: ../../mod/message.php:283 ../../mod/message.php:291 -#: ../../mod/message.php:466 ../../mod/message.php:474 -msgid "Please enter a link URL:" -msgstr "Пожалуйста, введите URL ссылки:" - -#: ../../include/conversation.php:959 ../../include/conversation.php:977 -msgid "Please enter a video link/URL:" -msgstr "" - -#: ../../include/conversation.php:960 ../../include/conversation.php:978 -msgid "Please enter an audio link/URL:" -msgstr "" - -#: ../../include/conversation.php:961 ../../include/conversation.php:979 -msgid "Tag term:" -msgstr "" - -#: ../../include/conversation.php:962 ../../include/conversation.php:980 -#: ../../mod/filer.php:30 -msgid "Save to Folder:" -msgstr "Сохранить в папку:" - -#: ../../include/conversation.php:963 ../../include/conversation.php:981 -msgid "Where are you right now?" -msgstr "И где вы сейчас?" - -#: ../../include/conversation.php:964 -msgid "Delete item(s)?" -msgstr "" - -#: ../../include/conversation.php:1006 -msgid "Post to Email" -msgstr "Отправить на Email" - -#: ../../include/conversation.php:1041 ../../mod/photos.php:1531 -msgid "Share" -msgstr "Поделиться" - -#: ../../include/conversation.php:1042 ../../mod/editpost.php:110 -#: ../../mod/wallmessage.php:154 ../../mod/message.php:332 -#: ../../mod/message.php:562 -msgid "Upload photo" -msgstr "Загрузить фото" - -#: ../../include/conversation.php:1043 ../../mod/editpost.php:111 -msgid "upload photo" -msgstr "загрузить фото" - -#: ../../include/conversation.php:1044 ../../mod/editpost.php:112 -msgid "Attach file" -msgstr "Приложить файл" - -#: ../../include/conversation.php:1045 ../../mod/editpost.php:113 -msgid "attach file" -msgstr "приложить файл" - -#: ../../include/conversation.php:1046 ../../mod/editpost.php:114 -#: ../../mod/wallmessage.php:155 ../../mod/message.php:333 -#: ../../mod/message.php:563 -msgid "Insert web link" -msgstr "Вставить веб-ссылку" - -#: ../../include/conversation.php:1047 ../../mod/editpost.php:115 -msgid "web link" -msgstr "веб-ссылка" - -#: ../../include/conversation.php:1048 ../../mod/editpost.php:116 -msgid "Insert video link" -msgstr "Вставить ссылку видео" - -#: ../../include/conversation.php:1049 ../../mod/editpost.php:117 -msgid "video link" -msgstr "видео-ссылка" - -#: ../../include/conversation.php:1050 ../../mod/editpost.php:118 -msgid "Insert audio link" -msgstr "Вставить ссылку аудио" - -#: ../../include/conversation.php:1051 ../../mod/editpost.php:119 -msgid "audio link" -msgstr "аудио-ссылка" - -#: ../../include/conversation.php:1052 ../../mod/editpost.php:120 -msgid "Set your location" -msgstr "Задать ваше местоположение" - -#: ../../include/conversation.php:1053 ../../mod/editpost.php:121 -msgid "set location" -msgstr "установить местонахождение" - -#: ../../include/conversation.php:1054 ../../mod/editpost.php:122 -msgid "Clear browser location" -msgstr "Очистить местонахождение браузера" - -#: ../../include/conversation.php:1055 ../../mod/editpost.php:123 -msgid "clear location" -msgstr "убрать местонахождение" - -#: ../../include/conversation.php:1057 ../../mod/editpost.php:137 -msgid "Set title" -msgstr "Установить заголовок" - -#: ../../include/conversation.php:1059 ../../mod/editpost.php:139 -msgid "Categories (comma-separated list)" -msgstr "Категории (список через запятую)" - -#: ../../include/conversation.php:1061 ../../mod/editpost.php:125 -msgid "Permission settings" -msgstr "Настройки разрешений" - -#: ../../include/conversation.php:1062 -msgid "permissions" -msgstr "разрешения" - -#: ../../include/conversation.php:1070 ../../mod/editpost.php:133 -msgid "CC: email addresses" -msgstr "Копии на email адреса" - -#: ../../include/conversation.php:1071 ../../mod/editpost.php:134 -msgid "Public post" -msgstr "Публичное сообщение" - -#: ../../include/conversation.php:1073 ../../mod/editpost.php:140 -msgid "Example: bob@example.com, mary@example.com" -msgstr "Пример: bob@example.com, mary@example.com" - -#: ../../include/conversation.php:1077 ../../mod/editpost.php:145 -#: ../../mod/photos.php:1553 ../../mod/photos.php:1597 -#: ../../mod/photos.php:1680 ../../mod/content.php:742 -#: ../../object/Item.php:662 -msgid "Preview" -msgstr "предварительный просмотр" - -#: ../../include/conversation.php:1080 ../../include/items.php:3981 -#: ../../mod/contacts.php:249 ../../mod/settings.php:561 -#: ../../mod/settings.php:587 ../../mod/dfrn_request.php:848 -#: ../../mod/suggest.php:32 ../../mod/tagrm.php:11 ../../mod/tagrm.php:94 -#: ../../mod/editpost.php:148 ../../mod/fbrowser.php:81 -#: ../../mod/fbrowser.php:116 ../../mod/message.php:212 -#: ../../mod/photos.php:202 ../../mod/photos.php:290 -msgid "Cancel" -msgstr "Отмена" - -#: ../../include/conversation.php:1086 -msgid "Post to Groups" -msgstr "" - -#: ../../include/conversation.php:1087 -msgid "Post to Contacts" -msgstr "" - -#: ../../include/conversation.php:1088 -msgid "Private post" -msgstr "Личное сообщение" - -#: ../../include/enotify.php:16 -msgid "Friendica Notification" -msgstr "Friendica уведомления" - -#: ../../include/enotify.php:19 -msgid "Thank You," -msgstr "Спасибо," - -#: ../../include/enotify.php:21 -#, php-format -msgid "%s Administrator" -msgstr "%s администратор" - -#: ../../include/enotify.php:40 -#, php-format -msgid "%s " -msgstr "%s " - -#: ../../include/enotify.php:44 -#, php-format -msgid "[Friendica:Notify] New mail received at %s" -msgstr "" - -#: ../../include/enotify.php:46 -#, php-format -msgid "%1$s sent you a new private message at %2$s." -msgstr "" - -#: ../../include/enotify.php:47 -#, php-format -msgid "%1$s sent you %2$s." -msgstr "" - -#: ../../include/enotify.php:47 -msgid "a private message" -msgstr "личное сообщение" - -#: ../../include/enotify.php:48 -#, php-format -msgid "Please visit %s to view and/or reply to your private messages." -msgstr "" - -#: ../../include/enotify.php:90 -#, php-format -msgid "%1$s commented on [url=%2$s]a %3$s[/url]" -msgstr "" - -#: ../../include/enotify.php:97 -#, php-format -msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]" -msgstr "" - -#: ../../include/enotify.php:105 -#, php-format -msgid "%1$s commented on [url=%2$s]your %3$s[/url]" -msgstr "" - -#: ../../include/enotify.php:115 -#, php-format -msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s" -msgstr "" - -#: ../../include/enotify.php:116 -#, php-format -msgid "%s commented on an item/conversation you have been following." -msgstr "" - -#: ../../include/enotify.php:119 ../../include/enotify.php:134 -#: ../../include/enotify.php:147 ../../include/enotify.php:165 -#: ../../include/enotify.php:178 -#, php-format -msgid "Please visit %s to view and/or reply to the conversation." -msgstr "" - -#: ../../include/enotify.php:126 -#, php-format -msgid "[Friendica:Notify] %s posted to your profile wall" -msgstr "" - -#: ../../include/enotify.php:128 -#, php-format -msgid "%1$s posted to your profile wall at %2$s" -msgstr "" - -#: ../../include/enotify.php:130 -#, php-format -msgid "%1$s posted to [url=%2$s]your wall[/url]" -msgstr "" - -#: ../../include/enotify.php:141 -#, php-format -msgid "[Friendica:Notify] %s tagged you" -msgstr "" - -#: ../../include/enotify.php:142 -#, php-format -msgid "%1$s tagged you at %2$s" -msgstr "" - -#: ../../include/enotify.php:143 -#, php-format -msgid "%1$s [url=%2$s]tagged you[/url]." -msgstr "" - -#: ../../include/enotify.php:155 -#, php-format -msgid "[Friendica:Notify] %1$s poked you" -msgstr "" - -#: ../../include/enotify.php:156 -#, php-format -msgid "%1$s poked you at %2$s" -msgstr "" - -#: ../../include/enotify.php:157 -#, php-format -msgid "%1$s [url=%2$s]poked you[/url]." -msgstr "" - -#: ../../include/enotify.php:172 -#, php-format -msgid "[Friendica:Notify] %s tagged your post" -msgstr "" - -#: ../../include/enotify.php:173 -#, php-format -msgid "%1$s tagged your post at %2$s" -msgstr "" - -#: ../../include/enotify.php:174 -#, php-format -msgid "%1$s tagged [url=%2$s]your post[/url]" -msgstr "" - -#: ../../include/enotify.php:185 -msgid "[Friendica:Notify] Introduction received" -msgstr "[Friendica:Сообщение] получен запрос" - -#: ../../include/enotify.php:186 -#, php-format -msgid "You've received an introduction from '%1$s' at %2$s" -msgstr "" - -#: ../../include/enotify.php:187 -#, php-format -msgid "You've received [url=%1$s]an introduction[/url] from %2$s." -msgstr "" - -#: ../../include/enotify.php:190 ../../include/enotify.php:208 -#, php-format -msgid "You may visit their profile at %s" -msgstr "" - -#: ../../include/enotify.php:192 -#, php-format -msgid "Please visit %s to approve or reject the introduction." -msgstr "Посетите %s для подтверждения или отказа запроса." - -#: ../../include/enotify.php:199 -msgid "[Friendica:Notify] Friend suggestion received" -msgstr "" - -#: ../../include/enotify.php:200 -#, php-format -msgid "You've received a friend suggestion from '%1$s' at %2$s" -msgstr "" - -#: ../../include/enotify.php:201 -#, php-format -msgid "" -"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s." -msgstr "" - -#: ../../include/enotify.php:206 -msgid "Name:" -msgstr "Имя:" - -#: ../../include/enotify.php:207 -msgid "Photo:" -msgstr "Фото:" - -#: ../../include/enotify.php:210 -#, php-format -msgid "Please visit %s to approve or reject the suggestion." -msgstr "" - -#: ../../include/message.php:15 ../../include/message.php:172 -msgid "[no subject]" -msgstr "[без темы]" - -#: ../../include/message.php:144 ../../mod/item.php:443 -#: ../../mod/wall_upload.php:135 ../../mod/wall_upload.php:144 -#: ../../mod/wall_upload.php:151 -msgid "Wall Photos" -msgstr "Фото стены" - -#: ../../include/nav.php:34 ../../mod/navigation.php:20 -msgid "Nothing new here" -msgstr "Ничего нового здесь" - -#: ../../include/nav.php:38 ../../mod/navigation.php:24 -msgid "Clear notifications" -msgstr "Стереть уведомления" - -#: ../../include/nav.php:73 ../../boot.php:1057 -msgid "Logout" -msgstr "Выход" - -#: ../../include/nav.php:73 -msgid "End this session" -msgstr "Конец этой сессии" - -#: ../../include/nav.php:76 ../../boot.php:1861 -msgid "Status" -msgstr "Статус" - -#: ../../include/nav.php:76 ../../include/nav.php:143 -#: ../../view/theme/diabook/theme.php:87 -msgid "Your posts and conversations" -msgstr "Ваши сообщения и беседы" - -#: ../../include/nav.php:77 ../../view/theme/diabook/theme.php:88 -msgid "Your profile page" -msgstr "Страница Вашего профиля" - -#: ../../include/nav.php:78 ../../mod/fbrowser.php:25 -#: ../../view/theme/diabook/theme.php:90 ../../boot.php:1875 -msgid "Photos" -msgstr "Фото" - -#: ../../include/nav.php:78 ../../view/theme/diabook/theme.php:90 -msgid "Your photos" -msgstr "Ваши фотографии" - -#: ../../include/nav.php:79 ../../mod/events.php:370 -#: ../../view/theme/diabook/theme.php:91 ../../boot.php:1885 -msgid "Events" -msgstr "Мероприятия" - -#: ../../include/nav.php:79 ../../view/theme/diabook/theme.php:91 -msgid "Your events" -msgstr "Ваши события" - -#: ../../include/nav.php:80 ../../view/theme/diabook/theme.php:92 -msgid "Personal notes" -msgstr "Личные заметки" - -#: ../../include/nav.php:80 ../../view/theme/diabook/theme.php:92 -msgid "Your personal photos" -msgstr "Ваши личные фотографии" - -#: ../../include/nav.php:91 ../../boot.php:1058 -msgid "Login" -msgstr "Вход" - -#: ../../include/nav.php:91 -msgid "Sign in" -msgstr "Вход" - -#: ../../include/nav.php:104 ../../include/nav.php:143 -#: ../../mod/notifications.php:93 ../../view/theme/diabook/theme.php:87 -msgid "Home" -msgstr "Главная" - -#: ../../include/nav.php:104 -msgid "Home Page" -msgstr "Главная страница" - -#: ../../include/nav.php:108 ../../mod/register.php:275 ../../boot.php:1033 -msgid "Register" -msgstr "Регистрация" - -#: ../../include/nav.php:108 -msgid "Create an account" -msgstr "Создать аккаунт" - -#: ../../include/nav.php:113 ../../mod/help.php:84 -msgid "Help" -msgstr "Помощь" - -#: ../../include/nav.php:113 -msgid "Help and documentation" -msgstr "Помощь и документация" - -#: ../../include/nav.php:116 -msgid "Apps" -msgstr "Приложения" - -#: ../../include/nav.php:116 -msgid "Addon applications, utilities, games" -msgstr "Дополнительные приложения, утилиты, игры" - -#: ../../include/nav.php:118 -msgid "Search site content" -msgstr "Поиск по сайту" - -#: ../../include/nav.php:128 ../../mod/community.php:32 -#: ../../view/theme/diabook/theme.php:93 -msgid "Community" -msgstr "Сообщество" - -#: ../../include/nav.php:128 -msgid "Conversations on this site" -msgstr "Беседы на этом сайте" - -#: ../../include/nav.php:130 -msgid "Directory" -msgstr "Каталог" - -#: ../../include/nav.php:130 -msgid "People directory" -msgstr "Каталог участников" - -#: ../../include/nav.php:140 ../../mod/notifications.php:83 -msgid "Network" -msgstr "Сеть" - -#: ../../include/nav.php:140 -msgid "Conversations from your friends" -msgstr "Беседы с друзьями" - -#: ../../include/nav.php:141 -msgid "Network Reset" -msgstr "" - -#: ../../include/nav.php:141 -msgid "Load Network page with no filters" -msgstr "" - -#: ../../include/nav.php:149 ../../mod/notifications.php:98 -msgid "Introductions" -msgstr "Запросы" - -#: ../../include/nav.php:149 -msgid "Friend Requests" -msgstr "Запросы на добавление в список друзей" - -#: ../../include/nav.php:150 ../../mod/notifications.php:220 -msgid "Notifications" -msgstr "Уведомления" - -#: ../../include/nav.php:151 -msgid "See all notifications" -msgstr "Посмотреть все уведомления" - -#: ../../include/nav.php:152 -msgid "Mark all system notifications seen" -msgstr "" - -#: ../../include/nav.php:156 ../../mod/message.php:182 -#: ../../mod/notifications.php:103 -msgid "Messages" -msgstr "Сообщения" - -#: ../../include/nav.php:156 -msgid "Private mail" -msgstr "Личная почта" - -#: ../../include/nav.php:157 -msgid "Inbox" -msgstr "Входящие" - -#: ../../include/nav.php:158 -msgid "Outbox" -msgstr "Исходящие" - -#: ../../include/nav.php:159 ../../mod/message.php:9 -msgid "New Message" -msgstr "Новое сообщение" - -#: ../../include/nav.php:162 -msgid "Manage" -msgstr "Управлять" - -#: ../../include/nav.php:162 -msgid "Manage other pages" -msgstr "Управление другими страницами" - -#: ../../include/nav.php:165 -msgid "Delegations" -msgstr "" - -#: ../../include/nav.php:165 ../../mod/delegate.php:121 -msgid "Delegate Page Management" -msgstr "Делегировать управление страницей" - -#: ../../include/nav.php:167 ../../mod/settings.php:74 ../../mod/admin.php:849 -#: ../../mod/admin.php:1057 ../../mod/uexport.php:48 -#: ../../mod/newmember.php:22 ../../view/theme/diabook/theme.php:537 -#: ../../view/theme/diabook/theme.php:658 -msgid "Settings" -msgstr "Настройки" - -#: ../../include/nav.php:167 ../../mod/settings.php:30 ../../mod/uexport.php:9 -msgid "Account settings" -msgstr "Настройки аккаунта" - -#: ../../include/nav.php:169 ../../boot.php:1360 -msgid "Profiles" -msgstr "Профили" - -#: ../../include/nav.php:169 -msgid "Manage/Edit Profiles" -msgstr "" - -#: ../../include/nav.php:171 ../../mod/contacts.php:607 -#: ../../view/theme/diabook/theme.php:89 -msgid "Contacts" -msgstr "Контакты" - -#: ../../include/nav.php:171 -msgid "Manage/edit friends and contacts" -msgstr "Управление / редактирование друзей и контактов" - -#: ../../include/nav.php:178 ../../mod/admin.php:120 -msgid "Admin" -msgstr "Администратор" - -#: ../../include/nav.php:178 -msgid "Site setup and configuration" -msgstr "Установка и конфигурация сайта" - -#: ../../include/nav.php:182 -msgid "Navigation" -msgstr "" - -#: ../../include/nav.php:182 -msgid "Site map" -msgstr "" - -#: ../../include/network.php:875 -msgid "view full size" -msgstr "посмотреть в полный размер" - -#: ../../include/oembed.php:138 -msgid "Embedded content" -msgstr "Встроенное содержание" - -#: ../../include/oembed.php:147 -msgid "Embedding disabled" -msgstr "Встраивание отключено" - -#: ../../include/items.php:3446 ../../mod/dfrn_request.php:716 -msgid "[Name Withheld]" -msgstr "[Имя не разглашается]" - -#: ../../include/items.php:3453 -msgid "A new person is sharing with you at " -msgstr "Новый человек делится с вами" - -#: ../../include/items.php:3453 -msgid "You have a new follower at " -msgstr "У вас есть новый фолловер на " - -#: ../../include/items.php:3937 ../../mod/admin.php:158 -#: ../../mod/admin.php:797 ../../mod/admin.php:997 ../../mod/viewsrc.php:15 -#: ../../mod/notice.php:15 ../../mod/display.php:51 ../../mod/display.php:213 -msgid "Item not found." -msgstr "Пункт не найден." - -#: ../../include/items.php:3976 -msgid "Do you really want to delete this item?" -msgstr "" - -#: ../../include/items.php:3978 ../../mod/profiles.php:606 -#: ../../mod/api.php:105 ../../mod/register.php:239 ../../mod/contacts.php:246 -#: ../../mod/settings.php:934 ../../mod/settings.php:940 -#: ../../mod/settings.php:948 ../../mod/settings.php:952 -#: ../../mod/settings.php:957 ../../mod/settings.php:963 -#: ../../mod/settings.php:969 ../../mod/settings.php:975 -#: ../../mod/settings.php:1005 ../../mod/settings.php:1006 -#: ../../mod/settings.php:1007 ../../mod/settings.php:1008 -#: ../../mod/settings.php:1009 ../../mod/dfrn_request.php:836 -#: ../../mod/suggest.php:29 ../../mod/message.php:209 -msgid "Yes" -msgstr "Да" - -#: ../../include/items.php:4101 ../../mod/profiles.php:146 -#: ../../mod/profiles.php:567 ../../mod/notes.php:20 ../../mod/nogroup.php:25 -#: ../../mod/item.php:140 ../../mod/item.php:156 ../../mod/allfriends.php:9 -#: ../../mod/api.php:26 ../../mod/api.php:31 ../../mod/register.php:40 -#: ../../mod/regmod.php:118 ../../mod/attach.php:33 ../../mod/contacts.php:147 -#: ../../mod/settings.php:91 ../../mod/settings.php:542 -#: ../../mod/settings.php:547 ../../mod/crepair.php:115 -#: ../../mod/delegate.php:6 ../../mod/poke.php:135 -#: ../../mod/dfrn_confirm.php:53 ../../mod/suggest.php:56 -#: ../../mod/editpost.php:10 ../../mod/events.php:140 ../../mod/uimport.php:23 -#: ../../mod/follow.php:9 ../../mod/fsuggest.php:78 ../../mod/group.php:19 -#: ../../mod/viewcontacts.php:22 ../../mod/wall_attach.php:55 -#: ../../mod/wall_upload.php:66 ../../mod/invite.php:15 -#: ../../mod/invite.php:101 ../../mod/wallmessage.php:9 -#: ../../mod/wallmessage.php:33 ../../mod/wallmessage.php:79 -#: ../../mod/wallmessage.php:103 ../../mod/manage.php:96 -#: ../../mod/message.php:38 ../../mod/message.php:174 ../../mod/mood.php:114 -#: ../../mod/network.php:6 ../../mod/notifications.php:66 -#: ../../mod/photos.php:133 ../../mod/photos.php:1044 -#: ../../mod/display.php:209 ../../mod/install.php:151 -#: ../../mod/profile_photo.php:19 ../../mod/profile_photo.php:169 -#: ../../mod/profile_photo.php:180 ../../mod/profile_photo.php:193 -#: ../../index.php:346 -msgid "Permission denied." -msgstr "Нет разрешения." - -#: ../../include/items.php:4171 -msgid "Archives" -msgstr "Архивы" - -#: ../../include/security.php:22 -msgid "Welcome " -msgstr "Добро пожаловать, " - -#: ../../include/security.php:23 -msgid "Please upload a profile photo." -msgstr "Пожалуйста, загрузите фотографию профиля." - -#: ../../include/security.php:26 -msgid "Welcome back " -msgstr "Добро пожаловать обратно, " - -#: ../../include/security.php:366 -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 "" - -#: ../../mod/profiles.php:18 ../../mod/profiles.php:133 -#: ../../mod/profiles.php:160 ../../mod/profiles.php:579 -#: ../../mod/dfrn_confirm.php:62 -msgid "Profile not found." -msgstr "Профиль не найден." - -#: ../../mod/profiles.php:37 -msgid "Profile deleted." -msgstr "Профиль удален." - -#: ../../mod/profiles.php:55 ../../mod/profiles.php:89 -msgid "Profile-" -msgstr "Профиль-" - -#: ../../mod/profiles.php:74 ../../mod/profiles.php:117 -msgid "New profile created." -msgstr "Новый профиль создан." - -#: ../../mod/profiles.php:95 -msgid "Profile unavailable to clone." -msgstr "Профиль недоступен для клонирования." - -#: ../../mod/profiles.php:170 -msgid "Profile Name is required." -msgstr "Необходимо имя профиля." - -#: ../../mod/profiles.php:317 -msgid "Marital Status" -msgstr "" - -#: ../../mod/profiles.php:321 -msgid "Romantic Partner" -msgstr "" - -#: ../../mod/profiles.php:325 -msgid "Likes" -msgstr "" - -#: ../../mod/profiles.php:329 -msgid "Dislikes" -msgstr "" - -#: ../../mod/profiles.php:333 -msgid "Work/Employment" -msgstr "" - -#: ../../mod/profiles.php:336 -msgid "Religion" -msgstr "Религия" - -#: ../../mod/profiles.php:340 -msgid "Political Views" -msgstr "" - -#: ../../mod/profiles.php:344 -msgid "Gender" -msgstr "Пол" - -#: ../../mod/profiles.php:348 -msgid "Sexual Preference" -msgstr "" - -#: ../../mod/profiles.php:352 -msgid "Homepage" -msgstr "" - -#: ../../mod/profiles.php:356 -msgid "Interests" -msgstr "Хобби / Интересы" - -#: ../../mod/profiles.php:360 -msgid "Address" -msgstr "Адрес" - -#: ../../mod/profiles.php:367 -msgid "Location" -msgstr "Местонахождение" - -#: ../../mod/profiles.php:450 -msgid "Profile updated." -msgstr "Профиль обновлен." - -#: ../../mod/profiles.php:517 -msgid " and " -msgstr "и" - -#: ../../mod/profiles.php:525 -msgid "public profile" -msgstr "публичный профиль" - -#: ../../mod/profiles.php:528 -#, php-format -msgid "%1$s changed %2$s to “%3$s”" -msgstr "" - -#: ../../mod/profiles.php:529 -#, php-format -msgid " - Visit %1$s's %2$s" -msgstr " - Посетить профиль %1$s [%2$s]" - -#: ../../mod/profiles.php:532 -#, php-format -msgid "%1$s has an updated %2$s, changing %3$s." -msgstr "" - -#: ../../mod/profiles.php:605 -msgid "Hide your contact/friend list from viewers of this profile?" -msgstr "Скрывать ваш список контактов / друзей от посетителей этого профиля?" - -#: ../../mod/profiles.php:607 ../../mod/api.php:106 ../../mod/register.php:240 -#: ../../mod/settings.php:934 ../../mod/settings.php:940 -#: ../../mod/settings.php:948 ../../mod/settings.php:952 -#: ../../mod/settings.php:957 ../../mod/settings.php:963 -#: ../../mod/settings.php:969 ../../mod/settings.php:975 -#: ../../mod/settings.php:1005 ../../mod/settings.php:1006 -#: ../../mod/settings.php:1007 ../../mod/settings.php:1008 -#: ../../mod/settings.php:1009 ../../mod/dfrn_request.php:837 -msgid "No" -msgstr "Нет" - -#: ../../mod/profiles.php:625 -msgid "Edit Profile Details" -msgstr "Редактировать детали профиля" - -#: ../../mod/profiles.php:626 ../../mod/contacts.php:386 -#: ../../mod/settings.php:560 ../../mod/settings.php:670 -#: ../../mod/settings.php:739 ../../mod/settings.php:811 -#: ../../mod/settings.php:1037 ../../mod/crepair.php:166 -#: ../../mod/poke.php:199 ../../mod/admin.php:480 ../../mod/admin.php:751 -#: ../../mod/admin.php:890 ../../mod/admin.php:1090 ../../mod/admin.php:1177 -#: ../../mod/events.php:478 ../../mod/fsuggest.php:107 ../../mod/group.php:87 -#: ../../mod/invite.php:140 ../../mod/localtime.php:45 -#: ../../mod/manage.php:110 ../../mod/message.php:335 -#: ../../mod/message.php:564 ../../mod/mood.php:137 ../../mod/photos.php:1078 -#: ../../mod/photos.php:1199 ../../mod/photos.php:1501 -#: ../../mod/photos.php:1552 ../../mod/photos.php:1596 -#: ../../mod/photos.php:1679 ../../mod/install.php:248 -#: ../../mod/install.php:286 ../../mod/content.php:733 -#: ../../object/Item.php:653 ../../view/theme/cleanzero/config.php:80 -#: ../../view/theme/diabook/config.php:152 -#: ../../view/theme/diabook/theme.php:642 ../../view/theme/dispy/config.php:70 -#: ../../view/theme/quattro/config.php:64 -msgid "Submit" -msgstr "Подтвердить" - -#: ../../mod/profiles.php:627 -msgid "Change Profile Photo" -msgstr "" - -#: ../../mod/profiles.php:628 -msgid "View this profile" -msgstr "Просмотреть этот профиль" - -#: ../../mod/profiles.php:629 -msgid "Create a new profile using these settings" -msgstr "Создать новый профиль, используя эти настройки" - -#: ../../mod/profiles.php:630 -msgid "Clone this profile" -msgstr "Клонировать этот профиль" - -#: ../../mod/profiles.php:631 -msgid "Delete this profile" -msgstr "Удалить этот профиль" - -#: ../../mod/profiles.php:632 -msgid "Profile Name:" -msgstr "Имя профиля:" - -#: ../../mod/profiles.php:633 -msgid "Your Full Name:" -msgstr "Ваше полное имя:" - -#: ../../mod/profiles.php:634 -msgid "Title/Description:" -msgstr "Заголовок / Описание:" - -#: ../../mod/profiles.php:635 -msgid "Your Gender:" -msgstr "Ваш пол:" - -#: ../../mod/profiles.php:636 -#, php-format -msgid "Birthday (%s):" -msgstr "День рождения (%s):" - -#: ../../mod/profiles.php:637 -msgid "Street Address:" -msgstr "Адрес:" - -#: ../../mod/profiles.php:638 -msgid "Locality/City:" -msgstr "Город / Населенный пункт:" - -#: ../../mod/profiles.php:639 -msgid "Postal/Zip Code:" -msgstr "Почтовый индекс:" - -#: ../../mod/profiles.php:640 -msgid "Country:" -msgstr "Страна:" - -#: ../../mod/profiles.php:641 -msgid "Region/State:" -msgstr "Район / Область:" - -#: ../../mod/profiles.php:642 -msgid " Marital Status:" -msgstr " Семейное положение:" - -#: ../../mod/profiles.php:643 -msgid "Who: (if applicable)" -msgstr "Кто: (если требуется)" - -#: ../../mod/profiles.php:644 -msgid "Examples: cathy123, Cathy Williams, cathy@example.com" -msgstr "Примеры: cathy123, Кэти Уильямс, cathy@example.com" - -#: ../../mod/profiles.php:645 -msgid "Since [date]:" -msgstr "" - -#: ../../mod/profiles.php:647 -msgid "Homepage URL:" -msgstr "Адрес домашней странички:" - -#: ../../mod/profiles.php:650 -msgid "Religious Views:" -msgstr "Религиозные взгляды:" - -#: ../../mod/profiles.php:651 -msgid "Public Keywords:" -msgstr "Общественные ключевые слова:" - -#: ../../mod/profiles.php:652 -msgid "Private Keywords:" -msgstr "Личные ключевые слова:" - -#: ../../mod/profiles.php:655 -msgid "Example: fishing photography software" -msgstr "Пример: рыбалка фотографии программное обеспечение" - -#: ../../mod/profiles.php:656 -msgid "(Used for suggesting potential friends, can be seen by others)" -msgstr "(Используется для предложения потенциальным друзьям, могут увидеть другие)" - -#: ../../mod/profiles.php:657 -msgid "(Used for searching profiles, never shown to others)" -msgstr "(Используется для поиска профилей, никогда не показывается другим)" - -#: ../../mod/profiles.php:658 -msgid "Tell us about yourself..." -msgstr "Расскажите нам о себе ..." - -#: ../../mod/profiles.php:659 -msgid "Hobbies/Interests" -msgstr "Хобби / Интересы" - -#: ../../mod/profiles.php:660 -msgid "Contact information and Social Networks" -msgstr "Контактная информация и социальные сети" - -#: ../../mod/profiles.php:661 -msgid "Musical interests" -msgstr "Музыкальные интересы" - -#: ../../mod/profiles.php:662 -msgid "Books, literature" -msgstr "Книги, литература" - -#: ../../mod/profiles.php:663 -msgid "Television" -msgstr "Телевидение" - -#: ../../mod/profiles.php:664 -msgid "Film/dance/culture/entertainment" -msgstr "Кино / танцы / культура / развлечения" - -#: ../../mod/profiles.php:665 -msgid "Love/romance" -msgstr "Любовь / романтика" - -#: ../../mod/profiles.php:666 -msgid "Work/employment" -msgstr "Работа / занятость" - -#: ../../mod/profiles.php:667 -msgid "School/education" -msgstr "Школа / образование" - -#: ../../mod/profiles.php:672 -msgid "" -"This is your public profile.
It may " -"be visible to anybody using the internet." -msgstr "Это ваш публичный профиль.
Он может быть виден каждому, используя Интернет." - -#: ../../mod/profiles.php:682 ../../mod/directory.php:111 -msgid "Age: " -msgstr "Возраст: " - -#: ../../mod/profiles.php:721 -msgid "Edit/Manage Profiles" -msgstr "Редактировать профиль" - -#: ../../mod/profiles.php:722 ../../boot.php:1366 ../../boot.php:1392 -msgid "Change profile photo" -msgstr "Изменить фото профиля" - -#: ../../mod/profiles.php:723 ../../boot.php:1367 -msgid "Create New Profile" -msgstr "Создать новый профиль" - -#: ../../mod/profiles.php:734 ../../boot.php:1377 -msgid "Profile Image" -msgstr "Фото профиля" - -#: ../../mod/profiles.php:736 ../../boot.php:1380 -msgid "visible to everybody" -msgstr "видимый всем" - -#: ../../mod/profiles.php:737 ../../boot.php:1381 -msgid "Edit visibility" -msgstr "Редактировать видимость" - -#: ../../mod/profperm.php:19 ../../mod/group.php:72 ../../index.php:345 -msgid "Permission denied" -msgstr "Доступ запрещен" - -#: ../../mod/profperm.php:25 ../../mod/profperm.php:55 -msgid "Invalid profile identifier." -msgstr "Недопустимый идентификатор профиля." - -#: ../../mod/profperm.php:101 -msgid "Profile Visibility Editor" -msgstr "Редактор видимости профиля" - -#: ../../mod/profperm.php:105 ../../mod/group.php:224 -msgid "Click on a contact to add or remove." -msgstr "Нажмите на контакт, чтобы добавить или удалить." - -#: ../../mod/profperm.php:114 -msgid "Visible To" -msgstr "Видимый для" - -#: ../../mod/profperm.php:130 -msgid "All Contacts (with secure profile access)" -msgstr "Все контакты (с безопасным доступом к профилю)" - -#: ../../mod/notes.php:44 ../../boot.php:1892 -msgid "Personal Notes" -msgstr "Личные заметки" - -#: ../../mod/nogroup.php:40 ../../mod/contacts.php:395 -#: ../../mod/contacts.php:585 ../../mod/viewcontacts.php:62 -#, php-format -msgid "Visit %s's profile [%s]" -msgstr "Посетить профиль %s [%s]" - -#: ../../mod/nogroup.php:41 ../../mod/contacts.php:586 -msgid "Edit contact" -msgstr "Редактировать контакт" - -#: ../../mod/nogroup.php:59 -msgid "Contacts who are not members of a group" -msgstr "Контакты, которые не являются членами группы" - -#: ../../mod/ping.php:238 -msgid "{0} wants to be your friend" -msgstr "{0} хочет стать Вашим другом" - -#: ../../mod/ping.php:243 -msgid "{0} sent you a message" -msgstr "{0} отправил Вам сообщение" - -#: ../../mod/ping.php:248 -msgid "{0} requested registration" -msgstr "{0} требуемая регистрация" - -#: ../../mod/ping.php:254 -#, php-format -msgid "{0} commented %s's post" -msgstr "{0} прокомментировал сообщение от %s" - -#: ../../mod/ping.php:259 -#, php-format -msgid "{0} liked %s's post" -msgstr "{0} нравится сообщение от %s" - -#: ../../mod/ping.php:264 -#, php-format -msgid "{0} disliked %s's post" -msgstr "{0} не нравится сообщение от %s" - -#: ../../mod/ping.php:269 -#, php-format -msgid "{0} is now friends with %s" -msgstr "{0} теперь друзья с %s" - -#: ../../mod/ping.php:274 -msgid "{0} posted" -msgstr "{0} опубликовано" - -#: ../../mod/ping.php:279 -#, php-format -msgid "{0} tagged %s's post with #%s" -msgstr "{0} пометил сообщение %s с #%s" - -#: ../../mod/ping.php:285 -msgid "{0} mentioned you in a post" -msgstr "{0} упоменул Вас в сообщение" - -#: ../../mod/item.php:105 -msgid "Unable to locate original post." -msgstr "Не удалось найти оригинальный пост." - -#: ../../mod/item.php:307 -msgid "Empty post discarded." -msgstr "Пустое сообщение отбрасывается." - -#: ../../mod/item.php:869 -msgid "System error. Post not saved." -msgstr "Системная ошибка. Сообщение не сохранено." - -#: ../../mod/item.php:894 -#, php-format -msgid "" -"This message was sent to you by %s, a member of the Friendica social " -"network." -msgstr "" - -#: ../../mod/item.php:896 -#, php-format -msgid "You may visit them online at %s" -msgstr "Вы можете посетить их в онлайне на %s" - -#: ../../mod/item.php:897 -msgid "" -"Please contact the sender by replying to this post if you do not wish to " -"receive these messages." -msgstr "Пожалуйста, свяжитесь с отправителем, ответив на это сообщение, если вы не хотите получать эти сообщения." - -#: ../../mod/item.php:901 -#, php-format -msgid "%s posted an update." -msgstr "%s отправил/а/ обновление." - -#: ../../mod/allfriends.php:34 -#, php-format -msgid "Friends of %s" -msgstr "%s Друзья" - -#: ../../mod/allfriends.php:40 -msgid "No friends to display." -msgstr "Нет друзей." - -#: ../../mod/search.php:21 ../../mod/network.php:224 -msgid "Remove term" -msgstr "Удалить элемент" - -#: ../../mod/search.php:89 ../../mod/dfrn_request.php:761 -#: ../../mod/directory.php:31 ../../mod/viewcontacts.php:17 -#: ../../mod/photos.php:914 ../../mod/display.php:19 -#: ../../mod/community.php:18 -msgid "Public access denied." -msgstr "Свободный доступ закрыт." - -#: ../../mod/search.php:180 ../../mod/search.php:206 -#: ../../mod/community.php:61 ../../mod/community.php:89 -msgid "No results." -msgstr "Нет результатов." - -#: ../../mod/api.php:76 ../../mod/api.php:102 -msgid "Authorize application connection" -msgstr "Разрешить связь с приложением" - -#: ../../mod/api.php:77 -msgid "Return to your app and insert this Securty Code:" -msgstr "Вернитесь в ваше приложение и задайте этот код:" - -#: ../../mod/api.php:89 -msgid "Please login to continue." -msgstr "Пожалуйста, войдите для продолжения." - -#: ../../mod/api.php:104 -msgid "" -"Do you want to authorize this application to access your posts and contacts," -" and/or create new posts for you?" -msgstr "Вы действительно хотите разрешить этому приложению доступ к своим постам и контактам, а также создавать новые записи от вашего имени?" - -#: ../../mod/register.php:91 ../../mod/regmod.php:54 -#, php-format -msgid "Registration details for %s" -msgstr "Подробности регистрации для %s" - -#: ../../mod/register.php:99 -msgid "" -"Registration successful. Please check your email for further instructions." -msgstr "Регистрация успешна. Пожалуйста, проверьте свою электронную почту для получения дальнейших инструкций." - -#: ../../mod/register.php:103 -msgid "Failed to send email message. Here is the message that failed." -msgstr "Невозможно отправить сообщение электронной почтой. Вот сообщение, которое не удалось." - -#: ../../mod/register.php:108 -msgid "Your registration can not be processed." -msgstr "Ваша регистрация не может быть обработана." - -#: ../../mod/register.php:145 -#, php-format -msgid "Registration request at %s" -msgstr "Запрос на регистрацию на %s" - -#: ../../mod/register.php:154 -msgid "Your registration is pending approval by the site owner." -msgstr "Ваша регистрация в ожидании одобрения владельцем сайта." - -#: ../../mod/register.php:192 ../../mod/uimport.php:50 -msgid "" -"This site has exceeded the number of allowed daily account registrations. " -"Please try again tomorrow." -msgstr "Этот сайт превысил допустимое количество ежедневных регистраций. Пожалуйста, повторите попытку завтра." - -#: ../../mod/register.php:220 -msgid "" -"You may (optionally) fill in this form via OpenID by supplying your OpenID " -"and clicking 'Register'." -msgstr "Вы можете (по желанию), заполнить эту форму с помощью OpenID, поддерживая ваш OpenID и нажав клавишу \"Регистрация\"." - -#: ../../mod/register.php:221 -msgid "" -"If you are not familiar with OpenID, please leave that field blank and fill " -"in the rest of the items." -msgstr "Если вы не знакомы с OpenID, пожалуйста, оставьте это поле пустым и заполните остальные элементы." - -#: ../../mod/register.php:222 -msgid "Your OpenID (optional): " -msgstr "Ваш OpenID (необязательно):" - -#: ../../mod/register.php:236 -msgid "Include your profile in member directory?" -msgstr "Включить ваш профиль в каталог участников?" - -#: ../../mod/register.php:257 -msgid "Membership on this site is by invitation only." -msgstr "Членство на сайте только по приглашению." - -#: ../../mod/register.php:258 -msgid "Your invitation ID: " -msgstr "ID вашего приглашения:" - -#: ../../mod/register.php:261 ../../mod/admin.php:481 -msgid "Registration" -msgstr "Регистрация" - -#: ../../mod/register.php:269 -msgid "Your Full Name (e.g. Joe Smith): " -msgstr "Ваше полное имя (например, Joe Smith): " - -#: ../../mod/register.php:270 -msgid "Your Email Address: " -msgstr "Ваш адрес электронной почты: " - -#: ../../mod/register.php:271 -msgid "" -"Choose a profile nickname. This must begin with a text character. Your " -"profile address on this site will then be " -"'nickname@$sitename'." -msgstr "Выбор псевдонима профиля. Он должен начинаться с буквы. Адрес вашего профиля на данном сайте будет в этом случае 'nickname@$sitename'." - -#: ../../mod/register.php:272 -msgid "Choose a nickname: " -msgstr "Выберите псевдоним: " - -#: ../../mod/regmod.php:63 -msgid "Account approved." -msgstr "Аккаунт утвержден." - -#: ../../mod/regmod.php:100 -#, php-format -msgid "Registration revoked for %s" -msgstr "Регистрация отменена для %s" - -#: ../../mod/regmod.php:112 -msgid "Please login." -msgstr "Пожалуйста, войдите с паролем." - -#: ../../mod/attach.php:8 -msgid "Item not available." -msgstr "Пункт не доступен." - -#: ../../mod/attach.php:20 -msgid "Item was not found." -msgstr "Пункт не был найден." - -#: ../../mod/removeme.php:45 ../../mod/removeme.php:48 -msgid "Remove My Account" -msgstr "Удалить мой аккаунт" - -#: ../../mod/removeme.php:46 -msgid "" -"This will completely remove your account. Once this has been done it is not " -"recoverable." -msgstr "Это позволит полностью удалить ваш аккаунт. Как только это будет сделано, аккаунт восстановлению не подлежит." - -#: ../../mod/removeme.php:47 -msgid "Please enter your password for verification:" -msgstr "Пожалуйста, введите свой пароль для проверки:" - -#: ../../mod/babel.php:17 -msgid "Source (bbcode) text:" -msgstr "" - -#: ../../mod/babel.php:23 -msgid "Source (Diaspora) text to convert to BBcode:" -msgstr "" - -#: ../../mod/babel.php:31 -msgid "Source input: " -msgstr "" - -#: ../../mod/babel.php:35 -msgid "bb2html (raw HTML): " -msgstr "bb2html (raw HTML): " - -#: ../../mod/babel.php:39 -msgid "bb2html: " -msgstr "bb2html: " - -#: ../../mod/babel.php:43 -msgid "bb2html2bb: " -msgstr "bb2html2bb: " - -#: ../../mod/babel.php:47 -msgid "bb2md: " -msgstr "bb2md: " - -#: ../../mod/babel.php:51 -msgid "bb2md2html: " -msgstr "bb2md2html: " - -#: ../../mod/babel.php:55 -msgid "bb2dia2bb: " -msgstr "bb2dia2bb: " - -#: ../../mod/babel.php:59 -msgid "bb2md2html2bb: " -msgstr "bb2md2html2bb: " - -#: ../../mod/babel.php:69 -msgid "Source input (Diaspora format): " -msgstr "" - -#: ../../mod/babel.php:74 -msgid "diaspora2bb: " -msgstr "diaspora2bb: " - -#: ../../mod/common.php:42 -msgid "Common Friends" -msgstr "Общие друзья" - -#: ../../mod/common.php:78 -msgid "No contacts in common." -msgstr "" - -#: ../../mod/apps.php:7 -msgid "You must be logged in to use addons. " -msgstr "" - -#: ../../mod/apps.php:11 -msgid "Applications" -msgstr "Приложения" - -#: ../../mod/apps.php:14 -msgid "No installed applications." -msgstr "Нет установленных приложений." - -#: ../../mod/contacts.php:85 ../../mod/contacts.php:165 -msgid "Could not access contact record." -msgstr "Не удалось получить доступ к записи контакта." - -#: ../../mod/contacts.php:99 -msgid "Could not locate selected profile." -msgstr "Не удалось найти выбранный профиль." - -#: ../../mod/contacts.php:122 -msgid "Contact updated." -msgstr "Контакт обновлен." - -#: ../../mod/contacts.php:124 ../../mod/dfrn_request.php:571 -msgid "Failed to update contact record." -msgstr "Не удалось обновить запись контакта." - -#: ../../mod/contacts.php:187 -msgid "Contact has been blocked" -msgstr "Контакт заблокирован" - -#: ../../mod/contacts.php:187 -msgid "Contact has been unblocked" -msgstr "Контакт разблокирован" - -#: ../../mod/contacts.php:201 -msgid "Contact has been ignored" -msgstr "Контакт проигнорирован" - -#: ../../mod/contacts.php:201 -msgid "Contact has been unignored" -msgstr "У контакта отменено игнорирование" - -#: ../../mod/contacts.php:220 -msgid "Contact has been archived" -msgstr "Контакт заархивирован" - -#: ../../mod/contacts.php:220 -msgid "Contact has been unarchived" -msgstr "Контакт разархивирован" - -#: ../../mod/contacts.php:244 -msgid "Do you really want to delete this contact?" -msgstr "" - -#: ../../mod/contacts.php:263 -msgid "Contact has been removed." -msgstr "Контакт удален." - -#: ../../mod/contacts.php:301 -#, php-format -msgid "You are mutual friends with %s" -msgstr "У Вас взаимная дружба с %s" - -#: ../../mod/contacts.php:305 -#, php-format -msgid "You are sharing with %s" -msgstr "Вы делитесь с %s" - -#: ../../mod/contacts.php:310 -#, php-format -msgid "%s is sharing with you" -msgstr "%s делитса с Вами" - -#: ../../mod/contacts.php:327 -msgid "Private communications are not available for this contact." -msgstr "Личные коммуникации недоступны для этого контакта." - -#: ../../mod/contacts.php:330 -msgid "Never" -msgstr "Никогда" - -#: ../../mod/contacts.php:334 -msgid "(Update was successful)" -msgstr "(Обновление было успешно)" - -#: ../../mod/contacts.php:334 -msgid "(Update was not successful)" -msgstr "(Обновление не удалось)" - -#: ../../mod/contacts.php:336 -msgid "Suggest friends" -msgstr "Предложить друзей" - -#: ../../mod/contacts.php:340 -#, php-format -msgid "Network type: %s" -msgstr "Сеть: %s" - -#: ../../mod/contacts.php:348 -msgid "View all contacts" -msgstr "Показать все контакты" - -#: ../../mod/contacts.php:353 ../../mod/contacts.php:412 -#: ../../mod/admin.php:760 -msgid "Unblock" -msgstr "Разблокировать" - -#: ../../mod/contacts.php:353 ../../mod/contacts.php:412 -#: ../../mod/admin.php:759 -msgid "Block" -msgstr "Заблокировать" - -#: ../../mod/contacts.php:356 -msgid "Toggle Blocked status" -msgstr "Изменить статус блокированности (заблокировать/разблокировать)" - -#: ../../mod/contacts.php:359 ../../mod/contacts.php:413 -msgid "Unignore" -msgstr "Не игнорировать" - -#: ../../mod/contacts.php:359 ../../mod/contacts.php:413 -#: ../../mod/notifications.php:51 ../../mod/notifications.php:164 -#: ../../mod/notifications.php:210 -msgid "Ignore" -msgstr "Игнорировать" - -#: ../../mod/contacts.php:362 -msgid "Toggle Ignored status" -msgstr "Изменить статус игнорирования" - -#: ../../mod/contacts.php:366 -msgid "Unarchive" -msgstr "Разархивировать" - -#: ../../mod/contacts.php:366 -msgid "Archive" -msgstr "Архивировать" - -#: ../../mod/contacts.php:369 -msgid "Toggle Archive status" -msgstr "Сменить статус архивации (архивирова/не архивировать)" - -#: ../../mod/contacts.php:372 -msgid "Repair" -msgstr "Восстановить" - -#: ../../mod/contacts.php:375 -msgid "Advanced Contact Settings" -msgstr "Дополнительные Настройки Контакта" - -#: ../../mod/contacts.php:381 -msgid "Communications lost with this contact!" -msgstr "Связь с контактом утеряна!" - -#: ../../mod/contacts.php:384 -msgid "Contact Editor" -msgstr "Редактор контакта" - -#: ../../mod/contacts.php:387 -msgid "Profile Visibility" -msgstr "Видимость профиля" - -#: ../../mod/contacts.php:388 -#, php-format -msgid "" -"Please choose the profile you would like to display to %s when viewing your " -"profile securely." -msgstr "Пожалуйста, выберите профиль, который вы хотите отображать %s, когда просмотр вашего профиля безопасен." - -#: ../../mod/contacts.php:389 -msgid "Contact Information / Notes" -msgstr "Информация о контакте / Заметки" - -#: ../../mod/contacts.php:390 -msgid "Edit contact notes" -msgstr "Редактировать заметки контакта" - -#: ../../mod/contacts.php:396 -msgid "Block/Unblock contact" -msgstr "Блокировать / Разблокировать контакт" - -#: ../../mod/contacts.php:397 -msgid "Ignore contact" -msgstr "Игнорировать контакт" - -#: ../../mod/contacts.php:398 -msgid "Repair URL settings" -msgstr "Восстановить настройки URL" - -#: ../../mod/contacts.php:399 -msgid "View conversations" -msgstr "Просмотр бесед" - -#: ../../mod/contacts.php:401 -msgid "Delete contact" -msgstr "Удалить контакт" - -#: ../../mod/contacts.php:405 -msgid "Last update:" -msgstr "Последнее обновление: " - -#: ../../mod/contacts.php:407 -msgid "Update public posts" -msgstr "Обновить публичные сообщения" - -#: ../../mod/contacts.php:409 ../../mod/admin.php:1235 -msgid "Update now" -msgstr "Обновить сейчас" - -#: ../../mod/contacts.php:416 -msgid "Currently blocked" -msgstr "В настоящее время заблокирован" - -#: ../../mod/contacts.php:417 -msgid "Currently ignored" -msgstr "В настоящее время игнорируется" - -#: ../../mod/contacts.php:418 -msgid "Currently archived" -msgstr "В данный момент архивирован" - -#: ../../mod/contacts.php:419 ../../mod/notifications.php:157 -#: ../../mod/notifications.php:204 -msgid "Hide this contact from others" -msgstr "Скрыть этот контакт от других" - -#: ../../mod/contacts.php:419 -msgid "" -"Replies/likes to your public posts may still be visible" -msgstr "" - -#: ../../mod/contacts.php:470 -msgid "Suggestions" -msgstr "Предложения" - -#: ../../mod/contacts.php:473 -msgid "Suggest potential friends" -msgstr "Предложить потенциального знакомого" - -#: ../../mod/contacts.php:476 ../../mod/group.php:194 -msgid "All Contacts" -msgstr "Все контакты" - -#: ../../mod/contacts.php:479 -msgid "Show all contacts" -msgstr "Показать все контакты" - -#: ../../mod/contacts.php:482 -msgid "Unblocked" -msgstr "Не блокирован" - -#: ../../mod/contacts.php:485 -msgid "Only show unblocked contacts" -msgstr "Показать только не блокированные контакты" - -#: ../../mod/contacts.php:489 -msgid "Blocked" -msgstr "Заблокирован" - -#: ../../mod/contacts.php:492 -msgid "Only show blocked contacts" -msgstr "Показать только блокированные контакты" - -#: ../../mod/contacts.php:496 -msgid "Ignored" -msgstr "Игнорирован" - -#: ../../mod/contacts.php:499 -msgid "Only show ignored contacts" -msgstr "Показать только игнорируемые контакты" - -#: ../../mod/contacts.php:503 -msgid "Archived" -msgstr "Архивированные" - -#: ../../mod/contacts.php:506 -msgid "Only show archived contacts" -msgstr "" - -#: ../../mod/contacts.php:510 -msgid "Hidden" -msgstr "Скрытые" - -#: ../../mod/contacts.php:513 -msgid "Only show hidden contacts" -msgstr "" - -#: ../../mod/contacts.php:561 -msgid "Mutual Friendship" -msgstr "Взаимная дружба" - -#: ../../mod/contacts.php:565 -msgid "is a fan of yours" -msgstr "является вашим поклонником" - -#: ../../mod/contacts.php:569 -msgid "you are a fan of" -msgstr "Вы - поклонник" - -#: ../../mod/contacts.php:611 -msgid "Search your contacts" -msgstr "Поиск ваших контактов" - -#: ../../mod/contacts.php:612 ../../mod/directory.php:59 -msgid "Finding: " -msgstr "Результат поиска: " - -#: ../../mod/settings.php:23 ../../mod/photos.php:79 -msgid "everybody" -msgstr "каждый" - -#: ../../mod/settings.php:35 -msgid "Additional features" -msgstr "" - -#: ../../mod/settings.php:40 ../../mod/uexport.php:14 -msgid "Display settings" -msgstr "Параметры дисплея" - -#: ../../mod/settings.php:46 ../../mod/uexport.php:20 -msgid "Connector settings" -msgstr "Настройки соединителя" - -#: ../../mod/settings.php:51 ../../mod/uexport.php:25 -msgid "Plugin settings" -msgstr "Настройки плагина" - -#: ../../mod/settings.php:56 ../../mod/uexport.php:30 -msgid "Connected apps" -msgstr "" - -#: ../../mod/settings.php:61 ../../mod/uexport.php:35 ../../mod/uexport.php:80 -msgid "Export personal data" -msgstr "Экспорт личных данных" - -#: ../../mod/settings.php:66 ../../mod/uexport.php:40 -msgid "Remove account" -msgstr "Удалить аккаунт" - -#: ../../mod/settings.php:118 -msgid "Missing some important data!" -msgstr "Не хватает важных данных!" - -#: ../../mod/settings.php:121 ../../mod/settings.php:586 -msgid "Update" -msgstr "Обновление" - -#: ../../mod/settings.php:227 -msgid "Failed to connect with email account using the settings provided." -msgstr "Не удалось подключиться к аккаунту e-mail, используя указанные настройки." - -#: ../../mod/settings.php:232 -msgid "Email settings updated." -msgstr "Настройки эл. почты обновлены." - -#: ../../mod/settings.php:247 -msgid "Features updated" -msgstr "Настройки обновлены" - -#: ../../mod/settings.php:307 -msgid "Passwords do not match. Password unchanged." -msgstr "Пароли не совпадают. Пароль не изменен." - -#: ../../mod/settings.php:312 -msgid "Empty passwords are not allowed. Password unchanged." -msgstr "Пустые пароли не допускаются. Пароль не изменен." - -#: ../../mod/settings.php:323 -msgid "Password changed." -msgstr "Пароль изменен." - -#: ../../mod/settings.php:325 -msgid "Password update failed. Please try again." -msgstr "Обновление пароля не удалось. Пожалуйста, попробуйте еще раз." - -#: ../../mod/settings.php:390 -msgid " Please use a shorter name." -msgstr " Пожалуйста, используйте более короткое имя." - -#: ../../mod/settings.php:392 -msgid " Name too short." -msgstr " Имя слишком короткое." - -#: ../../mod/settings.php:398 -msgid " Not valid email." -msgstr " Неверный e-mail." - -#: ../../mod/settings.php:400 -msgid " Cannot change to that email." -msgstr " Невозможно изменить на этот e-mail." - -#: ../../mod/settings.php:454 -msgid "Private forum has no privacy permissions. Using default privacy group." -msgstr "" - -#: ../../mod/settings.php:458 -msgid "Private forum has no privacy permissions and no default privacy group." -msgstr "" - -#: ../../mod/settings.php:488 -msgid "Settings updated." -msgstr "Настройки обновлены." - -#: ../../mod/settings.php:559 ../../mod/settings.php:585 -#: ../../mod/settings.php:621 -msgid "Add application" -msgstr "Добавить приложения" - -#: ../../mod/settings.php:562 ../../mod/settings.php:588 -#: ../../mod/crepair.php:148 ../../mod/admin.php:754 ../../mod/admin.php:765 -msgid "Name" -msgstr "Имя" - -#: ../../mod/settings.php:563 ../../mod/settings.php:589 -msgid "Consumer Key" -msgstr "Consumer Key" - -#: ../../mod/settings.php:564 ../../mod/settings.php:590 -msgid "Consumer Secret" -msgstr "Consumer Secret" - -#: ../../mod/settings.php:565 ../../mod/settings.php:591 -msgid "Redirect" -msgstr "Перенаправление" - -#: ../../mod/settings.php:566 ../../mod/settings.php:592 -msgid "Icon url" -msgstr "URL символа" - -#: ../../mod/settings.php:577 -msgid "You can't edit this application." -msgstr "Вы не можете изменить это приложение." - -#: ../../mod/settings.php:620 -msgid "Connected Apps" -msgstr "Подключенные приложения" - -#: ../../mod/settings.php:622 ../../mod/editpost.php:109 -#: ../../mod/content.php:751 ../../object/Item.php:117 -msgid "Edit" -msgstr "Редактировать" - -#: ../../mod/settings.php:624 -msgid "Client key starts with" -msgstr "Ключ клиента начинается с" - -#: ../../mod/settings.php:625 -msgid "No name" -msgstr "Нет имени" - -#: ../../mod/settings.php:626 -msgid "Remove authorization" -msgstr "Удалить авторизацию" - -#: ../../mod/settings.php:638 -msgid "No Plugin settings configured" -msgstr "Нет сконфигурированных настроек плагина" - -#: ../../mod/settings.php:646 -msgid "Plugin Settings" -msgstr "Настройки плагина" - -#: ../../mod/settings.php:660 -msgid "Off" -msgstr "" - -#: ../../mod/settings.php:660 -msgid "On" -msgstr "" - -#: ../../mod/settings.php:668 -msgid "Additional Features" -msgstr "" - -#: ../../mod/settings.php:681 ../../mod/settings.php:682 -#, php-format -msgid "Built-in support for %s connectivity is %s" -msgstr "Встроенная поддержка для %s подключение %s" - -#: ../../mod/settings.php:681 ../../mod/settings.php:682 -msgid "enabled" -msgstr "подключено" - -#: ../../mod/settings.php:681 ../../mod/settings.php:682 -msgid "disabled" -msgstr "отключено" - -#: ../../mod/settings.php:682 -msgid "StatusNet" -msgstr "StatusNet" - -#: ../../mod/settings.php:714 -msgid "Email access is disabled on this site." -msgstr "Доступ эл. почты отключен на этом сайте." - -#: ../../mod/settings.php:721 -msgid "Connector Settings" -msgstr "Настройки соединителя" - -#: ../../mod/settings.php:726 -msgid "Email/Mailbox Setup" -msgstr "Настройка эл. почты / почтового ящика" - -#: ../../mod/settings.php:727 -msgid "" -"If you wish to communicate with email contacts using this service " -"(optional), please specify how to connect to your mailbox." -msgstr "Если вы хотите общаться с Email контактами, используя этот сервис (по желанию), пожалуйста, уточните, как подключиться к вашему почтовому ящику." - -#: ../../mod/settings.php:728 -msgid "Last successful email check:" -msgstr "Последняя успешная проверка электронной почты:" - -#: ../../mod/settings.php:730 -msgid "IMAP server name:" -msgstr "Имя IMAP сервера:" - -#: ../../mod/settings.php:731 -msgid "IMAP port:" -msgstr "Порт IMAP:" - -#: ../../mod/settings.php:732 -msgid "Security:" -msgstr "Безопасность:" - -#: ../../mod/settings.php:732 ../../mod/settings.php:737 -msgid "None" -msgstr "Ничего" - -#: ../../mod/settings.php:733 -msgid "Email login name:" -msgstr "Логин эл. почты:" - -#: ../../mod/settings.php:734 -msgid "Email password:" -msgstr "Пароль эл. почты:" - -#: ../../mod/settings.php:735 -msgid "Reply-to address:" -msgstr "Адрес для ответа:" - -#: ../../mod/settings.php:736 -msgid "Send public posts to all email contacts:" -msgstr "Отправлять открытые сообщения на все контакты электронной почты:" - -#: ../../mod/settings.php:737 -msgid "Action after import:" -msgstr "Действие после импорта:" - -#: ../../mod/settings.php:737 -msgid "Mark as seen" -msgstr "" - -#: ../../mod/settings.php:737 -msgid "Move to folder" -msgstr "" - -#: ../../mod/settings.php:738 -msgid "Move to folder:" -msgstr "" - -#: ../../mod/settings.php:769 ../../mod/admin.php:432 -msgid "No special theme for mobile devices" -msgstr "" - -#: ../../mod/settings.php:809 -msgid "Display Settings" -msgstr "Параметры дисплея" - -#: ../../mod/settings.php:815 ../../mod/settings.php:826 -msgid "Display Theme:" -msgstr "Показать тему:" - -#: ../../mod/settings.php:816 -msgid "Mobile Theme:" -msgstr "" - -#: ../../mod/settings.php:817 -msgid "Update browser every xx seconds" -msgstr "Обновление браузера каждые хх секунд" - -#: ../../mod/settings.php:817 -msgid "Minimum of 10 seconds, no maximum" -msgstr "Минимум 10 секунд, максимума нет" - -#: ../../mod/settings.php:818 -msgid "Number of items to display per page:" -msgstr "" - -#: ../../mod/settings.php:818 -msgid "Maximum of 100 items" -msgstr "" - -#: ../../mod/settings.php:819 -msgid "Don't show emoticons" -msgstr "не показывать emoticons" - -#: ../../mod/settings.php:895 -msgid "Normal Account Page" -msgstr "" - -#: ../../mod/settings.php:896 -msgid "This account is a normal personal profile" -msgstr "Этот аккаунт является обычным персональным профилем" - -#: ../../mod/settings.php:899 -msgid "Soapbox Page" -msgstr "" - -#: ../../mod/settings.php:900 -msgid "Automatically approve all connection/friend requests as read-only fans" -msgstr "Автоматически одобряются все подключения / запросы в друзья, \"только для чтения\" поклонниками" - -#: ../../mod/settings.php:903 -msgid "Community Forum/Celebrity Account" -msgstr "" - -#: ../../mod/settings.php:904 -msgid "" -"Automatically approve all connection/friend requests as read-write fans" -msgstr "Автоматически одобряются все подключения / запросы в друзья, \"для чтения и записей\" поклонников" - -#: ../../mod/settings.php:907 -msgid "Automatic Friend Page" -msgstr "" - -#: ../../mod/settings.php:908 -msgid "Automatically approve all connection/friend requests as friends" -msgstr "Автоматически одобряются все подключения / запросы в друзья, расширяется список друзей" - -#: ../../mod/settings.php:911 -msgid "Private Forum [Experimental]" -msgstr "Личный форум [экспериментально]" - -#: ../../mod/settings.php:912 -msgid "Private forum - approved members only" -msgstr "" - -#: ../../mod/settings.php:924 -msgid "OpenID:" -msgstr "OpenID:" - -#: ../../mod/settings.php:924 -msgid "(Optional) Allow this OpenID to login to this account." -msgstr "(Необязательно) Разрешить этому OpenID входить в этот аккаунт" - -#: ../../mod/settings.php:934 -msgid "Publish your default profile in your local site directory?" -msgstr "Публиковать ваш профиль по умолчанию в вашем локальном каталоге на сайте?" - -#: ../../mod/settings.php:940 -msgid "Publish your default profile in the global social directory?" -msgstr "Публиковать ваш профиль по умолчанию в глобальном социальном каталоге?" - -#: ../../mod/settings.php:948 -msgid "Hide your contact/friend list from viewers of your default profile?" -msgstr "Скрывать ваш список контактов/друзей от посетителей вашего профиля по умолчанию?" - -#: ../../mod/settings.php:952 -msgid "Hide your profile details from unknown viewers?" -msgstr "Скрыть данные профиля из неизвестных зрителей?" - -#: ../../mod/settings.php:957 -msgid "Allow friends to post to your profile page?" -msgstr "Разрешить друзьям оставлять сообщения на страницу вашего профиля?" - -#: ../../mod/settings.php:963 -msgid "Allow friends to tag your posts?" -msgstr "Разрешить друзьям отмечять ваши сообщения?" - -#: ../../mod/settings.php:969 -msgid "Allow us to suggest you as a potential friend to new members?" -msgstr "Позвольть предлогать Вам потенциальных друзей?" - -#: ../../mod/settings.php:975 -msgid "Permit unknown people to send you private mail?" -msgstr "" - -#: ../../mod/settings.php:983 -msgid "Profile is not published." -msgstr "Профиль не публикуется." - -#: ../../mod/settings.php:986 ../../mod/profile_photo.php:248 -msgid "or" -msgstr "или" - -#: ../../mod/settings.php:991 -msgid "Your Identity Address is" -msgstr "Ваш идентификационный адрес" - -#: ../../mod/settings.php:1002 -msgid "Automatically expire posts after this many days:" -msgstr "Автоматическое истекание срока действия сообщения после стольких дней:" - -#: ../../mod/settings.php:1002 -msgid "If empty, posts will not expire. Expired posts will be deleted" -msgstr "Если пусто, срок действия сообщений не будет ограничен. Сообщения с истекшим сроком действия будут удалены" - -#: ../../mod/settings.php:1003 -msgid "Advanced expiration settings" -msgstr "Настройки расширенного окончания срока действия" - -#: ../../mod/settings.php:1004 -msgid "Advanced Expiration" -msgstr "Расширенное окончание срока действия" - -#: ../../mod/settings.php:1005 -msgid "Expire posts:" -msgstr "Срок хранения сообщений:" - -#: ../../mod/settings.php:1006 -msgid "Expire personal notes:" -msgstr "Срок хранения личных заметок:" - -#: ../../mod/settings.php:1007 -msgid "Expire starred posts:" -msgstr "Срок хранения усеянных сообщений:" - -#: ../../mod/settings.php:1008 -msgid "Expire photos:" -msgstr "Срок хранения фотографий:" - -#: ../../mod/settings.php:1009 -msgid "Only expire posts by others:" -msgstr "" - -#: ../../mod/settings.php:1035 -msgid "Account Settings" -msgstr "Настройки аккаунта" - -#: ../../mod/settings.php:1043 -msgid "Password Settings" -msgstr "Настройка пароля" - -#: ../../mod/settings.php:1044 -msgid "New Password:" -msgstr "Новый пароль:" - -#: ../../mod/settings.php:1045 -msgid "Confirm:" -msgstr "Подтвердите:" - -#: ../../mod/settings.php:1045 -msgid "Leave password fields blank unless changing" -msgstr "Оставьте поля пароля пустыми, если он не изменяется" - -#: ../../mod/settings.php:1049 -msgid "Basic Settings" -msgstr "Основные параметры" - -#: ../../mod/settings.php:1051 -msgid "Email Address:" -msgstr "Адрес электронной почты:" - -#: ../../mod/settings.php:1052 -msgid "Your Timezone:" -msgstr "Ваш часовой пояс:" - -#: ../../mod/settings.php:1053 -msgid "Default Post Location:" -msgstr "Местонахождение по умолчанию:" - -#: ../../mod/settings.php:1054 -msgid "Use Browser Location:" -msgstr "Использовать определение местоположения браузером:" - -#: ../../mod/settings.php:1057 -msgid "Security and Privacy Settings" -msgstr "Параметры безопасности и конфиденциальности" - -#: ../../mod/settings.php:1059 -msgid "Maximum Friend Requests/Day:" -msgstr "Максимум запросов в друзья в день:" - -#: ../../mod/settings.php:1059 ../../mod/settings.php:1089 -msgid "(to prevent spam abuse)" -msgstr "(для предотвращения спама)" - -#: ../../mod/settings.php:1060 -msgid "Default Post Permissions" -msgstr "Разрешение на сообщения по умолчанию" - -#: ../../mod/settings.php:1061 -msgid "(click to open/close)" -msgstr "(нажмите, чтобы открыть / закрыть)" - -#: ../../mod/settings.php:1070 ../../mod/photos.php:1140 -#: ../../mod/photos.php:1506 -msgid "Show to Groups" -msgstr "Показать в группах" - -#: ../../mod/settings.php:1071 ../../mod/photos.php:1141 -#: ../../mod/photos.php:1507 -msgid "Show to Contacts" -msgstr "" - -#: ../../mod/settings.php:1072 -msgid "Default Private Post" -msgstr "" - -#: ../../mod/settings.php:1073 -msgid "Default Public Post" -msgstr "" - -#: ../../mod/settings.php:1077 -msgid "Default Permissions for New Posts" -msgstr "" - -#: ../../mod/settings.php:1089 -msgid "Maximum private messages per day from unknown people:" -msgstr "" - -#: ../../mod/settings.php:1092 -msgid "Notification Settings" -msgstr "Настройка уведомлений" - -#: ../../mod/settings.php:1093 -msgid "By default post a status message when:" -msgstr "" - -#: ../../mod/settings.php:1094 -msgid "accepting a friend request" -msgstr "" - -#: ../../mod/settings.php:1095 -msgid "joining a forum/community" -msgstr "" - -#: ../../mod/settings.php:1096 -msgid "making an interesting profile change" -msgstr "" - -#: ../../mod/settings.php:1097 -msgid "Send a notification email when:" -msgstr "Отправлять уведомление по электронной почте, когда:" - -#: ../../mod/settings.php:1098 -msgid "You receive an introduction" -msgstr "Вы получили запрос" - -#: ../../mod/settings.php:1099 -msgid "Your introductions are confirmed" -msgstr "Ваши запросы подтверждены" - -#: ../../mod/settings.php:1100 -msgid "Someone writes on your profile wall" -msgstr "Кто-то пишет на стене вашего профиля" - -#: ../../mod/settings.php:1101 -msgid "Someone writes a followup comment" -msgstr "Кто-то пишет последующий комментарий" - -#: ../../mod/settings.php:1102 -msgid "You receive a private message" -msgstr "Вы получаете личное сообщение" - -#: ../../mod/settings.php:1103 -msgid "You receive a friend suggestion" -msgstr "" - -#: ../../mod/settings.php:1104 -msgid "You are tagged in a post" -msgstr "" - -#: ../../mod/settings.php:1105 -msgid "You are poked/prodded/etc. in a post" -msgstr "" - -#: ../../mod/settings.php:1108 -msgid "Advanced Account/Page Type Settings" -msgstr "" - -#: ../../mod/settings.php:1109 -msgid "Change the behaviour of this account for special situations" -msgstr "" - -#: ../../mod/share.php:44 -msgid "link" -msgstr "" - -#: ../../mod/crepair.php:102 -msgid "Contact settings applied." -msgstr "Установки контакта приняты." - -#: ../../mod/crepair.php:104 -msgid "Contact update failed." -msgstr "Обновление контакта неудачное." - -#: ../../mod/crepair.php:129 ../../mod/dfrn_confirm.php:118 -#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92 -msgid "Contact not found." -msgstr "Контакт не найден." - -#: ../../mod/crepair.php:135 -msgid "Repair Contact Settings" -msgstr "Восстановить установки контакта" - -#: ../../mod/crepair.php:137 -msgid "" -"WARNING: This is highly advanced and if you enter incorrect" -" information your communications with this contact may stop working." -msgstr "ВНИМАНИЕ: Это крайне важно! Если вы введете неверную информацию, ваша связь с этим контактом перестанет работать." - -#: ../../mod/crepair.php:138 -msgid "" -"Please use your browser 'Back' button now if you are " -"uncertain what to do on this page." -msgstr "Пожалуйста, нажмите клавишу вашего браузера 'Back' или 'Назад' сейчас, если вы не уверены, что делаете на этой странице." - -#: ../../mod/crepair.php:144 -msgid "Return to contact editor" -msgstr "" - -#: ../../mod/crepair.php:149 -msgid "Account Nickname" -msgstr "Ник аккаунта" - -#: ../../mod/crepair.php:150 -msgid "@Tagname - overrides Name/Nickname" -msgstr "" - -#: ../../mod/crepair.php:151 -msgid "Account URL" -msgstr "URL аккаунта" - -#: ../../mod/crepair.php:152 -msgid "Friend Request URL" -msgstr "URL запроса в друзья" - -#: ../../mod/crepair.php:153 -msgid "Friend Confirm URL" -msgstr "URL подтверждения друга" - -#: ../../mod/crepair.php:154 -msgid "Notification Endpoint URL" -msgstr "URL эндпоинта уведомления" - -#: ../../mod/crepair.php:155 -msgid "Poll/Feed URL" -msgstr "URL опроса/ленты" - -#: ../../mod/crepair.php:156 -msgid "New photo from this URL" -msgstr "Новое фото из этой URL" - -#: ../../mod/delegate.php:95 -msgid "No potential page delegates located." -msgstr "" - -#: ../../mod/delegate.php:123 -msgid "" -"Delegates are able to manage all aspects of this account/page except for " -"basic account settings. Please do not delegate your personal account to " -"anybody that you do not trust completely." -msgstr "" - -#: ../../mod/delegate.php:124 -msgid "Existing Page Managers" -msgstr "Существующие менеджеры страницы" - -#: ../../mod/delegate.php:126 -msgid "Existing Page Delegates" -msgstr "Существующие уполномоченные страницы" - -#: ../../mod/delegate.php:128 -msgid "Potential Delegates" -msgstr "" - -#: ../../mod/delegate.php:130 ../../mod/tagrm.php:93 -msgid "Remove" -msgstr "Удалить" - -#: ../../mod/delegate.php:131 -msgid "Add" -msgstr "Добавить" - -#: ../../mod/delegate.php:132 -msgid "No entries." -msgstr "Нет записей." - -#: ../../mod/poke.php:192 -msgid "Poke/Prod" -msgstr "" - -#: ../../mod/poke.php:193 -msgid "poke, prod or do other things to somebody" -msgstr "" - -#: ../../mod/poke.php:194 -msgid "Recipient" -msgstr "" - -#: ../../mod/poke.php:195 -msgid "Choose what you wish to do to recipient" -msgstr "" - -#: ../../mod/poke.php:198 -msgid "Make this post private" -msgstr "" - -#: ../../mod/dfrn_confirm.php:119 -msgid "" -"This may occasionally happen if contact was requested by both persons and it" -" has already been approved." -msgstr "" - -#: ../../mod/dfrn_confirm.php:237 -msgid "Response from remote site was not understood." -msgstr "Ответ от удаленного сайта не был понят." - -#: ../../mod/dfrn_confirm.php:246 -msgid "Unexpected response from remote site: " -msgstr "Неожиданный ответ от удаленного сайта: " - -#: ../../mod/dfrn_confirm.php:254 -msgid "Confirmation completed successfully." -msgstr "Подтверждение успешно завершено." - -#: ../../mod/dfrn_confirm.php:256 ../../mod/dfrn_confirm.php:270 -#: ../../mod/dfrn_confirm.php:277 -msgid "Remote site reported: " -msgstr "Удаленный сайт сообщил: " - -#: ../../mod/dfrn_confirm.php:268 -msgid "Temporary failure. Please wait and try again." -msgstr "Временные неудачи. Подождите и попробуйте еще раз." - -#: ../../mod/dfrn_confirm.php:275 -msgid "Introduction failed or was revoked." -msgstr "Запрос ошибочен или был отозван." - -#: ../../mod/dfrn_confirm.php:420 -msgid "Unable to set contact photo." -msgstr "Не удается установить фото контакта." - -#: ../../mod/dfrn_confirm.php:562 -#, php-format -msgid "No user record found for '%s' " -msgstr "Не найдено записи пользователя для '%s' " - -#: ../../mod/dfrn_confirm.php:572 -msgid "Our site encryption key is apparently messed up." -msgstr "Наш ключ шифрования сайта, по-видимому, перепутался." - -#: ../../mod/dfrn_confirm.php:583 -msgid "Empty site URL was provided or URL could not be decrypted by us." -msgstr "Был предоставлен пустой URL сайта ​​или URL не может быть расшифрован нами." - -#: ../../mod/dfrn_confirm.php:604 -msgid "Contact record was not found for you on our site." -msgstr "Запись контакта не найдена для вас на нашем сайте." - -#: ../../mod/dfrn_confirm.php:618 -#, php-format -msgid "Site public key not available in contact record for URL %s." -msgstr "Публичный ключ недоступен в записи о контакте по ссылке %s" - -#: ../../mod/dfrn_confirm.php:638 -msgid "" -"The ID provided by your system is a duplicate on our system. It should work " -"if you try again." -msgstr "ID, предложенный вашей системой, является дубликатом в нашей системе. Он должен работать, если вы повторите попытку." - -#: ../../mod/dfrn_confirm.php:649 -msgid "Unable to set your contact credentials on our system." -msgstr "Не удалось установить ваши учетные данные контакта в нашей системе." - -#: ../../mod/dfrn_confirm.php:716 -msgid "Unable to update your contact profile details on our system" -msgstr "Не удается обновить ваши контактные детали профиля в нашей системе" - -#: ../../mod/dfrn_confirm.php:751 -#, php-format -msgid "Connection accepted at %s" -msgstr "Подключение принято в %s" - -#: ../../mod/dfrn_confirm.php:800 -#, php-format -msgid "%1$s has joined %2$s" -msgstr "%1$s присоединился %2$s" - -#: ../../mod/dfrn_poll.php:101 ../../mod/dfrn_poll.php:534 -#, php-format -msgid "%1$s welcomes %2$s" -msgstr "" - -#: ../../mod/dfrn_request.php:93 -msgid "This introduction has already been accepted." -msgstr "Этот запрос был уже принят." - -#: ../../mod/dfrn_request.php:118 ../../mod/dfrn_request.php:513 -msgid "Profile location is not valid or does not contain profile information." -msgstr "Местоположение профиля является недопустимым или не содержит информацию о профиле." - -#: ../../mod/dfrn_request.php:123 ../../mod/dfrn_request.php:518 -msgid "Warning: profile location has no identifiable owner name." -msgstr "Внимание: местоположение профиля не имеет идентифицируемого имени владельца." - -#: ../../mod/dfrn_request.php:125 ../../mod/dfrn_request.php:520 -msgid "Warning: profile location has no profile photo." -msgstr "Внимание: местоположение профиля не имеет еще фотографии профиля." - -#: ../../mod/dfrn_request.php:128 ../../mod/dfrn_request.php:523 -#, php-format -msgid "%d required parameter was not found at the given location" -msgid_plural "%d required parameters were not found at the given location" -msgstr[0] "%d требуемый параметр не был найден в заданном месте" -msgstr[1] "%d требуемых параметров не были найдены в заданном месте" -msgstr[2] "%d требуемых параметров не были найдены в заданном месте" - -#: ../../mod/dfrn_request.php:170 -msgid "Introduction complete." -msgstr "Запрос создан." - -#: ../../mod/dfrn_request.php:209 -msgid "Unrecoverable protocol error." -msgstr "Неисправимая ошибка протокола." - -#: ../../mod/dfrn_request.php:237 -msgid "Profile unavailable." -msgstr "Профиль недоступен." - -#: ../../mod/dfrn_request.php:262 -#, php-format -msgid "%s has received too many connection requests today." -msgstr "К %s пришло сегодня слишком много запросов на подключение." - -#: ../../mod/dfrn_request.php:263 -msgid "Spam protection measures have been invoked." -msgstr "Были применены меры защиты от спама." - -#: ../../mod/dfrn_request.php:264 -msgid "Friends are advised to please try again in 24 hours." -msgstr "Друзья советуют попробовать еще раз в ближайшие 24 часа." - -#: ../../mod/dfrn_request.php:326 -msgid "Invalid locator" -msgstr "Недопустимый локатор" - -#: ../../mod/dfrn_request.php:335 -msgid "Invalid email address." -msgstr "Неверный адрес электронной почты." - -#: ../../mod/dfrn_request.php:362 -msgid "This account has not been configured for email. Request failed." -msgstr "Этот аккаунт не настроен для электронной почты. Запрос не удался." - -#: ../../mod/dfrn_request.php:458 -msgid "Unable to resolve your name at the provided location." -msgstr "Не удается установить ваше имя на предложенном местоположении." - -#: ../../mod/dfrn_request.php:471 -msgid "You have already introduced yourself here." -msgstr "Вы уже ввели информацию о себе здесь." - -#: ../../mod/dfrn_request.php:475 -#, php-format -msgid "Apparently you are already friends with %s." -msgstr "Похоже, что вы уже друзья с %s." - -#: ../../mod/dfrn_request.php:496 -msgid "Invalid profile URL." -msgstr "Неверный URL профиля." - -#: ../../mod/dfrn_request.php:592 -msgid "Your introduction has been sent." -msgstr "Ваш запрос отправлен." - -#: ../../mod/dfrn_request.php:645 -msgid "Please login to confirm introduction." -msgstr "Для подтверждения запроса войдите пожалуйста с паролем." - -#: ../../mod/dfrn_request.php:659 -msgid "" -"Incorrect identity currently logged in. Please login to " -"this profile." -msgstr "Неверно идентифицирован вход. Пожалуйста, войдите в этот профиль." - -#: ../../mod/dfrn_request.php:670 -msgid "Hide this contact" -msgstr "Скрыть этот контакт" - -#: ../../mod/dfrn_request.php:673 -#, php-format -msgid "Welcome home %s." -msgstr "Добро пожаловать домой, %s!" - -#: ../../mod/dfrn_request.php:674 -#, php-format -msgid "Please confirm your introduction/connection request to %s." -msgstr "Пожалуйста, подтвердите краткую информацию / запрос на подключение к %s." - -#: ../../mod/dfrn_request.php:675 -msgid "Confirm" -msgstr "Подтвердить" - -#: ../../mod/dfrn_request.php:811 -msgid "" -"Please enter your 'Identity Address' from one of the following supported " -"communications networks:" -msgstr "Пожалуйста, введите ваш 'идентификационный адрес' одной из следующих поддерживаемых социальных сетей:" - -#: ../../mod/dfrn_request.php:827 -msgid "Connect as an email follower (Coming soon)" -msgstr "Соединитесь как email последователь (скоро)" - -#: ../../mod/dfrn_request.php:829 -msgid "" -"If you are not yet a member of the free social web, follow this link to find a public" -" Friendica site and join us today." -msgstr "" - -#: ../../mod/dfrn_request.php:832 -msgid "Friend/Connection Request" -msgstr "Запрос в друзья / на подключение" - -#: ../../mod/dfrn_request.php:833 -msgid "" -"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, " -"testuser@identi.ca" -msgstr "Примеры: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca" - -#: ../../mod/dfrn_request.php:834 -msgid "Please answer the following:" -msgstr "Пожалуйста, ответьте следующее:" - -#: ../../mod/dfrn_request.php:835 -#, php-format -msgid "Does %s know you?" -msgstr "%s знает вас?" - -#: ../../mod/dfrn_request.php:838 -msgid "Add a personal note:" -msgstr "Добавить личную заметку:" - -#: ../../mod/dfrn_request.php:841 -msgid "StatusNet/Federated Social Web" -msgstr "StatusNet / Federated Social Web" - -#: ../../mod/dfrn_request.php:843 -#, php-format -msgid "" -" - please do not use this form. Instead, enter %s into your Diaspora search" -" bar." -msgstr "" - -#: ../../mod/dfrn_request.php:844 -msgid "Your Identity Address:" -msgstr "Ваш идентификационный адрес:" - -#: ../../mod/dfrn_request.php:847 -msgid "Submit Request" -msgstr "Отправить запрос" - -#: ../../mod/subthread.php:103 -#, php-format -msgid "%1$s is following %2$s's %3$s" -msgstr "" - -#: ../../mod/directory.php:49 ../../view/theme/diabook/theme.php:518 -msgid "Global Directory" -msgstr "Глобальный каталог" - -#: ../../mod/directory.php:57 -msgid "Find on this site" -msgstr "Найти на этом сайте" - -#: ../../mod/directory.php:60 -msgid "Site Directory" -msgstr "Каталог сайта" - -#: ../../mod/directory.php:114 -msgid "Gender: " -msgstr "Пол: " - -#: ../../mod/directory.php:187 -msgid "No entries (some entries may be hidden)." -msgstr "Нет записей (некоторые записи могут быть скрыты)." - -#: ../../mod/suggest.php:27 -msgid "Do you really want to delete this suggestion?" -msgstr "" - -#: ../../mod/suggest.php:72 -msgid "" -"No suggestions available. If this is a new site, please try again in 24 " -"hours." -msgstr "" - -#: ../../mod/suggest.php:90 -msgid "Ignore/Hide" -msgstr "Проигнорировать/Скрыть" - -#: ../../mod/dirfind.php:26 -msgid "People Search" -msgstr "Поиск людей" - -#: ../../mod/dirfind.php:60 ../../mod/match.php:65 -msgid "No matches" -msgstr "Нет соответствий" - -#: ../../mod/admin.php:55 -msgid "Theme settings updated." -msgstr "" - -#: ../../mod/admin.php:96 ../../mod/admin.php:479 -msgid "Site" -msgstr "Сайт" - -#: ../../mod/admin.php:97 ../../mod/admin.php:750 ../../mod/admin.php:764 -msgid "Users" -msgstr "Пользователи" - -#: ../../mod/admin.php:98 ../../mod/admin.php:847 ../../mod/admin.php:889 -msgid "Plugins" -msgstr "Плагины" - -#: ../../mod/admin.php:99 ../../mod/admin.php:1055 ../../mod/admin.php:1089 -msgid "Themes" -msgstr "" - -#: ../../mod/admin.php:100 -msgid "DB updates" -msgstr "" - -#: ../../mod/admin.php:115 ../../mod/admin.php:122 ../../mod/admin.php:1176 -msgid "Logs" -msgstr "Журналы" - -#: ../../mod/admin.php:121 -msgid "Plugin Features" -msgstr "" - -#: ../../mod/admin.php:123 -msgid "User registrations waiting for confirmation" -msgstr "Регистрации пользователей, ожидающие подтверждения" - -#: ../../mod/admin.php:182 ../../mod/admin.php:721 -msgid "Normal Account" -msgstr "Обычный аккаунт" - -#: ../../mod/admin.php:183 ../../mod/admin.php:722 -msgid "Soapbox Account" -msgstr "Аккаунт Витрина" - -#: ../../mod/admin.php:184 ../../mod/admin.php:723 -msgid "Community/Celebrity Account" -msgstr "Аккаунт Сообщество / Знаменитость" - -#: ../../mod/admin.php:185 ../../mod/admin.php:724 -msgid "Automatic Friend Account" -msgstr "\"Автоматический друг\" Аккаунт" - -#: ../../mod/admin.php:186 -msgid "Blog Account" -msgstr "" - -#: ../../mod/admin.php:187 -msgid "Private Forum" -msgstr "Личный форум" - -#: ../../mod/admin.php:206 -msgid "Message queues" -msgstr "Очереди сообщений" - -#: ../../mod/admin.php:211 ../../mod/admin.php:478 ../../mod/admin.php:749 -#: ../../mod/admin.php:846 ../../mod/admin.php:888 ../../mod/admin.php:1054 -#: ../../mod/admin.php:1088 ../../mod/admin.php:1175 -msgid "Administration" -msgstr "Администрация" - -#: ../../mod/admin.php:212 -msgid "Summary" -msgstr "Резюме" - -#: ../../mod/admin.php:214 -msgid "Registered users" -msgstr "Зарегистрированные пользователи" - -#: ../../mod/admin.php:216 -msgid "Pending registrations" -msgstr "Ожидающие регистрации" - -#: ../../mod/admin.php:217 -msgid "Version" -msgstr "Версия" - -#: ../../mod/admin.php:219 -msgid "Active plugins" -msgstr "Активные плагины" - -#: ../../mod/admin.php:403 -msgid "Site settings updated." -msgstr "Установки сайта обновлены." - -#: ../../mod/admin.php:449 -msgid "Multi user instance" -msgstr "" - -#: ../../mod/admin.php:465 -msgid "Closed" -msgstr "Закрыто" - -#: ../../mod/admin.php:466 -msgid "Requires approval" -msgstr "Требуется подтверждение" - -#: ../../mod/admin.php:467 -msgid "Open" -msgstr "Открыто" - -#: ../../mod/admin.php:471 -msgid "No SSL policy, links will track page SSL state" -msgstr "" - -#: ../../mod/admin.php:472 -msgid "Force all links to use SSL" -msgstr "Заставить все ссылки использовать SSL" - -#: ../../mod/admin.php:473 -msgid "Self-signed certificate, use SSL for local links only (discouraged)" -msgstr "" - -#: ../../mod/admin.php:482 -msgid "File upload" -msgstr "Загрузка файлов" - -#: ../../mod/admin.php:483 -msgid "Policies" -msgstr "Политики" - -#: ../../mod/admin.php:484 -msgid "Advanced" -msgstr "Расширенный" - -#: ../../mod/admin.php:485 -msgid "Performance" -msgstr "Производительность" - -#: ../../mod/admin.php:489 -msgid "Site name" -msgstr "Название сайта" - -#: ../../mod/admin.php:490 -msgid "Banner/Logo" -msgstr "Баннер/Логотип" - -#: ../../mod/admin.php:491 -msgid "System language" -msgstr "Системный язык" - -#: ../../mod/admin.php:492 -msgid "System theme" -msgstr "Системная тема" - -#: ../../mod/admin.php:492 -msgid "" -"Default system theme - may be over-ridden by user profiles - change theme settings" -msgstr "" - -#: ../../mod/admin.php:493 -msgid "Mobile system theme" -msgstr "Мобильная тема системы" - -#: ../../mod/admin.php:493 -msgid "Theme for mobile devices" -msgstr "Тема для мобильных устройств" - -#: ../../mod/admin.php:494 -msgid "SSL link policy" -msgstr "Политика SSL" - -#: ../../mod/admin.php:494 -msgid "Determines whether generated links should be forced to use SSL" -msgstr "Ссылки должны быть вынуждены использовать SSL" - -#: ../../mod/admin.php:495 -msgid "'Share' element" -msgstr "'Share' элемент" - -#: ../../mod/admin.php:495 -msgid "Activates the bbcode element 'share' for repeating items." -msgstr "" - -#: ../../mod/admin.php:496 -msgid "Hide help entry from navigation menu" -msgstr "Скрыть пункт \"помощь\" в меню навигации" - -#: ../../mod/admin.php:496 -msgid "" -"Hides the menu entry for the Help pages from the navigation menu. You can " -"still access it calling /help directly." -msgstr "" - -#: ../../mod/admin.php:497 -msgid "Single user instance" -msgstr "Однопользовательский режим" - -#: ../../mod/admin.php:497 -msgid "Make this instance multi-user or single-user for the named user" -msgstr "" - -#: ../../mod/admin.php:498 -msgid "Maximum image size" -msgstr "Максимальный размер изображения" - -#: ../../mod/admin.php:498 -msgid "" -"Maximum size in bytes of uploaded images. Default is 0, which means no " -"limits." -msgstr "" - -#: ../../mod/admin.php:499 -msgid "Maximum image length" -msgstr "Максимальная длина картинки" - -#: ../../mod/admin.php:499 -msgid "" -"Maximum length in pixels of the longest side of uploaded images. Default is " -"-1, which means no limits." -msgstr "" - -#: ../../mod/admin.php:500 -msgid "JPEG image quality" -msgstr "Качество JPEG изображения" - -#: ../../mod/admin.php:500 -msgid "" -"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " -"100, which is full quality." -msgstr "" - -#: ../../mod/admin.php:502 -msgid "Register policy" -msgstr "Политика регистрация" - -#: ../../mod/admin.php:503 -msgid "Maximum Daily Registrations" -msgstr "Максимальное число регистраций в день" - -#: ../../mod/admin.php:503 -msgid "" -"If registration is permitted above, this sets the maximum number of new user" -" registrations to accept per day. If register is set to closed, this " -"setting has no effect." -msgstr "" - -#: ../../mod/admin.php:504 -msgid "Register text" -msgstr "Текст регистрации" - -#: ../../mod/admin.php:504 -msgid "Will be displayed prominently on the registration page." -msgstr "Будет находиться на видном месте на странице регистрации." - -#: ../../mod/admin.php:505 -msgid "Accounts abandoned after x days" -msgstr "Аккаунт считается после x дней не воспользованным" - -#: ../../mod/admin.php:505 -msgid "" -"Will not waste system resources polling external sites for abandonded " -"accounts. Enter 0 for no time limit." -msgstr "Не будет тратить ресурсы для опроса сайтов для бесхозных контактов. Введите 0 для отключения лимита времени." - -#: ../../mod/admin.php:506 -msgid "Allowed friend domains" -msgstr "Разрешенные домены друзей" - -#: ../../mod/admin.php:506 -msgid "" -"Comma separated list of domains which are allowed to establish friendships " -"with this site. Wildcards are accepted. Empty to allow any domains" -msgstr "" - -#: ../../mod/admin.php:507 -msgid "Allowed email domains" -msgstr "Разрешенные почтовые домены" - -#: ../../mod/admin.php:507 -msgid "" -"Comma separated list of domains which are allowed in email addresses for " -"registrations to this site. Wildcards are accepted. Empty to allow any " -"domains" -msgstr "" - -#: ../../mod/admin.php:508 -msgid "Block public" -msgstr "Блокировать общественный доступ" - -#: ../../mod/admin.php:508 -msgid "" -"Check to block public access to all otherwise public personal pages on this " -"site unless you are currently logged in." -msgstr "" - -#: ../../mod/admin.php:509 -msgid "Force publish" -msgstr "Принудительная публикация" - -#: ../../mod/admin.php:509 -msgid "" -"Check to force all profiles on this site to be listed in the site directory." -msgstr "" - -#: ../../mod/admin.php:510 -msgid "Global directory update URL" -msgstr "URL обновления глобального каталога" - -#: ../../mod/admin.php:510 -msgid "" -"URL to update the global directory. If this is not set, the global directory" -" is completely unavailable to the application." -msgstr "" - -#: ../../mod/admin.php:511 -msgid "Allow threaded items" -msgstr "" - -#: ../../mod/admin.php:511 -msgid "Allow infinite level threading for items on this site." -msgstr "" - -#: ../../mod/admin.php:512 -msgid "Private posts by default for new users" -msgstr "Частные сообщения по умолчанию для новых пользователей" - -#: ../../mod/admin.php:512 -msgid "" -"Set default post permissions for all new members to the default privacy " -"group rather than public." -msgstr "" - -#: ../../mod/admin.php:513 -msgid "Don't include post content in email notifications" -msgstr "" - -#: ../../mod/admin.php:513 -msgid "" -"Don't include the content of a post/comment/private message/etc. in the " -"email notifications that are sent out from this site, as a privacy measure." -msgstr "" - -#: ../../mod/admin.php:514 -msgid "Disallow public access to addons listed in the apps menu." -msgstr "" - -#: ../../mod/admin.php:514 -msgid "" -"Checking this box will restrict addons listed in the apps menu to members " -"only." -msgstr "" - -#: ../../mod/admin.php:515 -msgid "Don't embed private images in posts" -msgstr "" - -#: ../../mod/admin.php:515 -msgid "" -"Don't replace locally-hosted private photos in posts with an embedded copy " -"of the image. This means that contacts who receive posts containing private " -"photos will have to authenticate and load each image, which may take a " -"while." -msgstr "" - -#: ../../mod/admin.php:517 -msgid "Block multiple registrations" -msgstr "Блокировать множественные регистрации" - -#: ../../mod/admin.php:517 -msgid "Disallow users to register additional accounts for use as pages." -msgstr "Запретить пользователям регистрировать дополнительные аккаунты для использования в качестве страниц." - -#: ../../mod/admin.php:518 -msgid "OpenID support" -msgstr "Поддержка OpenID" - -#: ../../mod/admin.php:518 -msgid "OpenID support for registration and logins." -msgstr "OpenID поддержка для регистрации и входа в систему." - -#: ../../mod/admin.php:519 -msgid "Fullname check" -msgstr "Проверка полного имени" - -#: ../../mod/admin.php:519 -msgid "" -"Force users to register with a space between firstname and lastname in Full " -"name, as an antispam measure" -msgstr "" - -#: ../../mod/admin.php:520 -msgid "UTF-8 Regular expressions" -msgstr "UTF-8 регулярные выражения" - -#: ../../mod/admin.php:520 -msgid "Use PHP UTF8 regular expressions" -msgstr "Используйте PHP UTF-8 для регулярных выражений" - -#: ../../mod/admin.php:521 -msgid "Show Community Page" -msgstr "Показать страницу сообщества" - -#: ../../mod/admin.php:521 -msgid "" -"Display a Community page showing all recent public postings on this site." -msgstr "Показывать страницу сообщества с указанием всех последних публичных сообщений на этом сайте." - -#: ../../mod/admin.php:522 -msgid "Enable OStatus support" -msgstr "Включить поддержку OStatus" - -#: ../../mod/admin.php:522 -msgid "" -"Provide built-in OStatus (identi.ca, status.net, etc.) compatibility. All " -"communications in OStatus are public, so privacy warnings will be " -"occasionally displayed." -msgstr "" - -#: ../../mod/admin.php:523 -msgid "Enable Diaspora support" -msgstr "Включить поддержку Diaspora" - -#: ../../mod/admin.php:523 -msgid "Provide built-in Diaspora network compatibility." -msgstr "" - -#: ../../mod/admin.php:524 -msgid "Only allow Friendica contacts" -msgstr "Позвольть только Friendica контакты" - -#: ../../mod/admin.php:524 -msgid "" -"All contacts must use Friendica protocols. All other built-in communication " -"protocols disabled." -msgstr "Все контакты должны использовать только Friendica протоколы. Все другие встроенные коммуникационные протоколы отключены." - -#: ../../mod/admin.php:525 -msgid "Verify SSL" -msgstr "Проверка SSL" - -#: ../../mod/admin.php:525 -msgid "" -"If you wish, you can turn on strict certificate checking. This will mean you" -" cannot connect (at all) to self-signed SSL sites." -msgstr "" - -#: ../../mod/admin.php:526 -msgid "Proxy user" -msgstr "Прокси пользователь" - -#: ../../mod/admin.php:527 -msgid "Proxy URL" -msgstr "Прокси URL" - -#: ../../mod/admin.php:528 -msgid "Network timeout" -msgstr "Тайм-аут сети" - -#: ../../mod/admin.php:528 -msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." -msgstr "" - -#: ../../mod/admin.php:529 -msgid "Delivery interval" -msgstr "Интервал поставки" - -#: ../../mod/admin.php:529 -msgid "" -"Delay background delivery processes by this many seconds to reduce system " -"load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 " -"for large dedicated servers." -msgstr "" - -#: ../../mod/admin.php:530 -msgid "Poll interval" -msgstr "Интервал опроса" - -#: ../../mod/admin.php:530 -msgid "" -"Delay background polling processes by this many seconds to reduce system " -"load. If 0, use delivery interval." -msgstr "" - -#: ../../mod/admin.php:531 -msgid "Maximum Load Average" -msgstr "" - -#: ../../mod/admin.php:531 -msgid "" -"Maximum system load before delivery and poll processes are deferred - " -"default 50." -msgstr "" - -#: ../../mod/admin.php:533 -msgid "Use MySQL full text engine" -msgstr "" - -#: ../../mod/admin.php:533 -msgid "" -"Activates the full text engine. Speeds up search - but can only search for " -"four and more characters." -msgstr "" - -#: ../../mod/admin.php:534 -msgid "Path to item cache" -msgstr "" - -#: ../../mod/admin.php:535 -msgid "Cache duration in seconds" -msgstr "" - -#: ../../mod/admin.php:535 -msgid "" -"How long should the cache files be hold? Default value is 86400 seconds (One" -" day)." -msgstr "" - -#: ../../mod/admin.php:536 -msgid "Path for lock file" -msgstr "" - -#: ../../mod/admin.php:537 -msgid "Temp path" -msgstr "" - -#: ../../mod/admin.php:538 -msgid "Base path to installation" -msgstr "" - -#: ../../mod/admin.php:555 -msgid "Update has been marked successful" -msgstr "" - -#: ../../mod/admin.php:565 -#, php-format -msgid "Executing %s failed. Check system logs." -msgstr "" - -#: ../../mod/admin.php:568 -#, php-format -msgid "Update %s was successfully applied." -msgstr "" - -#: ../../mod/admin.php:572 -#, php-format -msgid "Update %s did not return a status. Unknown if it succeeded." -msgstr "" - -#: ../../mod/admin.php:575 -#, php-format -msgid "Update function %s could not be found." -msgstr "" - -#: ../../mod/admin.php:590 -msgid "No failed updates." -msgstr "Неудавшихся обновлений нет." - -#: ../../mod/admin.php:594 -msgid "Failed Updates" -msgstr "Неудавшиеся обновления" - -#: ../../mod/admin.php:595 -msgid "" -"This does not include updates prior to 1139, which did not return a status." -msgstr "" - -#: ../../mod/admin.php:596 -msgid "Mark success (if update was manually applied)" -msgstr "" - -#: ../../mod/admin.php:597 -msgid "Attempt to execute this update step automatically" -msgstr "" - -#: ../../mod/admin.php:622 -#, php-format -msgid "%s user blocked/unblocked" -msgid_plural "%s users blocked/unblocked" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#: ../../mod/admin.php:629 -#, php-format -msgid "%s user deleted" -msgid_plural "%s users deleted" -msgstr[0] "%s человек удален" -msgstr[1] "%s чел. удалено" -msgstr[2] "%s чел. удалено" - -#: ../../mod/admin.php:668 -#, php-format -msgid "User '%s' deleted" -msgstr "Пользователь '%s' удален" - -#: ../../mod/admin.php:676 -#, php-format -msgid "User '%s' unblocked" -msgstr "Пользователь '%s' разблокирован" - -#: ../../mod/admin.php:676 -#, php-format -msgid "User '%s' blocked" -msgstr "Пользователь '%s' блокирован" - -#: ../../mod/admin.php:752 -msgid "select all" -msgstr "выбрать все" - -#: ../../mod/admin.php:753 -msgid "User registrations waiting for confirm" -msgstr "Регистрации пользователей, ожидающие подтверждения" - -#: ../../mod/admin.php:754 -msgid "Request date" -msgstr "Запрос даты" - -#: ../../mod/admin.php:755 -msgid "No registrations." -msgstr "Нет регистраций." - -#: ../../mod/admin.php:756 ../../mod/notifications.php:161 -#: ../../mod/notifications.php:208 -msgid "Approve" -msgstr "Одобрить" - -#: ../../mod/admin.php:757 -msgid "Deny" -msgstr "Отклонить" - -#: ../../mod/admin.php:761 -msgid "Site admin" -msgstr "Админ сайта" - -#: ../../mod/admin.php:762 -msgid "Account expired" -msgstr "Аккаунт просрочен" - -#: ../../mod/admin.php:765 -msgid "Register date" -msgstr "Дата регистрации" - -#: ../../mod/admin.php:765 -msgid "Last login" -msgstr "Последний вход" - -#: ../../mod/admin.php:765 -msgid "Last item" -msgstr "Последний пункт" - -#: ../../mod/admin.php:765 -msgid "Account" -msgstr "Аккаунт" - -#: ../../mod/admin.php:767 -msgid "" -"Selected users will be deleted!\\n\\nEverything these users had posted on " -"this site will be permanently deleted!\\n\\nAre you sure?" -msgstr "Выбранные пользователи будут удалены!\\n\\nВсе, что эти пользователи написали на этом сайте, будет удалено!\\n\\nВы уверены в вашем действии?" - -#: ../../mod/admin.php:768 -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 "Пользователь {0} будет удален!\\n\\nВсе, что этот пользователь написал на этом сайте, будет удалено!\\n\\nВы уверены в вашем действии?" - -#: ../../mod/admin.php:809 -#, php-format -msgid "Plugin %s disabled." -msgstr "Плагин %s отключен." - -#: ../../mod/admin.php:813 -#, php-format -msgid "Plugin %s enabled." -msgstr "Плагин %s включен." - -#: ../../mod/admin.php:823 ../../mod/admin.php:1026 -msgid "Disable" -msgstr "Отключить" - -#: ../../mod/admin.php:825 ../../mod/admin.php:1028 -msgid "Enable" -msgstr "Включить" - -#: ../../mod/admin.php:848 ../../mod/admin.php:1056 -msgid "Toggle" -msgstr "Переключить" - -#: ../../mod/admin.php:856 ../../mod/admin.php:1066 -msgid "Author: " -msgstr "Автор:" - -#: ../../mod/admin.php:857 ../../mod/admin.php:1067 -msgid "Maintainer: " -msgstr "Программа обслуживания: " - -#: ../../mod/admin.php:986 -msgid "No themes found." -msgstr "Темы не найдены." - -#: ../../mod/admin.php:1048 -msgid "Screenshot" -msgstr "Скриншот" - -#: ../../mod/admin.php:1094 -msgid "[Experimental]" -msgstr "[экспериментально]" - -#: ../../mod/admin.php:1095 -msgid "[Unsupported]" -msgstr "[Неподдерживаемое]" - -#: ../../mod/admin.php:1122 -msgid "Log settings updated." -msgstr "Настройки журнала обновлены." - -#: ../../mod/admin.php:1178 -msgid "Clear" -msgstr "Очистить" - -#: ../../mod/admin.php:1184 -msgid "Debugging" -msgstr "Отладка" - -#: ../../mod/admin.php:1185 -msgid "Log file" -msgstr "Лог-файл" - -#: ../../mod/admin.php:1185 -msgid "" -"Must be writable by web server. Relative to your Friendica top-level " -"directory." -msgstr "" - -#: ../../mod/admin.php:1186 -msgid "Log level" -msgstr "Уровень лога" - -#: ../../mod/admin.php:1236 -msgid "Close" -msgstr "Закрыть" - -#: ../../mod/admin.php:1242 -msgid "FTP Host" -msgstr "FTP хост" - -#: ../../mod/admin.php:1243 -msgid "FTP Path" -msgstr "Путь FTP" - -#: ../../mod/admin.php:1244 -msgid "FTP User" -msgstr "FTP пользователь" - -#: ../../mod/admin.php:1245 -msgid "FTP Password" -msgstr "FTP пароль" - -#: ../../mod/tagrm.php:41 -msgid "Tag removed" -msgstr "Ключевое слово удалено" - -#: ../../mod/tagrm.php:79 -msgid "Remove Item Tag" -msgstr "Удалить ключевое слово" - -#: ../../mod/tagrm.php:81 -msgid "Select a tag to remove: " -msgstr "Выберите ключевое слово для удаления: " - -#: ../../mod/editpost.php:17 ../../mod/editpost.php:27 -msgid "Item not found" -msgstr "Элемент не найден" - -#: ../../mod/editpost.php:39 -msgid "Edit post" -msgstr "Редактировать сообщение" - -#: ../../mod/events.php:66 -msgid "Event title and start time are required." -msgstr "" - -#: ../../mod/events.php:291 -msgid "l, F j" -msgstr "l, j F" - -#: ../../mod/events.php:313 -msgid "Edit event" -msgstr "Редактировать мероприятие" - -#: ../../mod/events.php:371 -msgid "Create New Event" -msgstr "Создать новое мероприятие" - -#: ../../mod/events.php:372 -msgid "Previous" -msgstr "Назад" - -#: ../../mod/events.php:373 ../../mod/install.php:207 -msgid "Next" -msgstr "Далее" - -#: ../../mod/events.php:446 -msgid "hour:minute" -msgstr "час:минута" - -#: ../../mod/events.php:456 -msgid "Event details" -msgstr "Сведения о мероприятии" - -#: ../../mod/events.php:457 -#, php-format -msgid "Format is %s %s. Starting date and Title are required." -msgstr "" - -#: ../../mod/events.php:459 -msgid "Event Starts:" -msgstr "Начало мероприятия:" - -#: ../../mod/events.php:459 ../../mod/events.php:473 -msgid "Required" -msgstr "Требуется" - -#: ../../mod/events.php:462 -msgid "Finish date/time is not known or not relevant" -msgstr "Дата/время окончания не известны, или не указаны" - -#: ../../mod/events.php:464 -msgid "Event Finishes:" -msgstr "Окончание мероприятия:" - -#: ../../mod/events.php:467 -msgid "Adjust for viewer timezone" -msgstr "Настройка часового пояса" - -#: ../../mod/events.php:469 -msgid "Description:" -msgstr "Описание:" - -#: ../../mod/events.php:473 -msgid "Title:" -msgstr "Титул:" - -#: ../../mod/events.php:475 -msgid "Share this event" -msgstr "Поделитесь этим мероприятием" - -#: ../../mod/fbrowser.php:113 -msgid "Files" -msgstr "Файлы" - -#: ../../mod/uexport.php:72 -msgid "Export account" -msgstr "Экспорт аккаунта" - -#: ../../mod/uexport.php:72 -msgid "" -"Export your account info and contacts. Use this to make a backup of your " -"account and/or to move it to another server." -msgstr "" - -#: ../../mod/uexport.php:73 -msgid "Export all" -msgstr "Экспорт всего" - -#: ../../mod/uexport.php:73 -msgid "" -"Export your accout info, contacts and all your items as json. Could be a " -"very big file, and could take a lot of time. Use this to make a full backup " -"of your account (photos are not exported)" -msgstr "" - -#: ../../mod/filer.php:30 -msgid "- select -" -msgstr "- выбрать -" - -#: ../../mod/uimport.php:64 -msgid "Import" -msgstr "Импорт" - -#: ../../mod/uimport.php:66 -msgid "Move account" -msgstr "Удалить аккаунт" - -#: ../../mod/uimport.php:67 -msgid "You can import an account from another Friendica server." -msgstr "" - -#: ../../mod/uimport.php:68 -msgid "" -"You need to export your account from the old server and upload it here. We " -"will recreate your old account here with all your contacts. We will try also" -" to inform your friends that you moved here." -msgstr "" - -#: ../../mod/uimport.php:69 -msgid "" -"This feature is experimental. We can't import contacts from the OStatus " -"network (statusnet/identi.ca) or from Diaspora" -msgstr "" - -#: ../../mod/uimport.php:70 -msgid "Account file" -msgstr "Файл аккаунта" - -#: ../../mod/uimport.php:70 -msgid "" -"To export your accont, go to \"Settings->Export your porsonal data\" and " -"select \"Export account\"" -msgstr "" - -#: ../../mod/update_community.php:18 ../../mod/update_display.php:22 -#: ../../mod/update_network.php:22 ../../mod/update_notes.php:41 -#: ../../mod/update_profile.php:41 -msgid "[Embedded content - reload page to view]" -msgstr "[Встроенное содержание - перезагрузите страницу для просмотра]" - -#: ../../mod/follow.php:27 -msgid "Contact added" -msgstr "Контакт добавлен" - -#: ../../mod/friendica.php:55 -msgid "This is Friendica, version" -msgstr "Это Friendica, версия" - -#: ../../mod/friendica.php:56 -msgid "running at web location" -msgstr "работает на веб-узле" - -#: ../../mod/friendica.php:58 -msgid "" -"Please visit Friendica.com to learn " -"more about the Friendica project." -msgstr "" - -#: ../../mod/friendica.php:60 -msgid "Bug reports and issues: please visit" -msgstr "Отчет об ошибках и проблемах: пожалуйста, посетите" - -#: ../../mod/friendica.php:61 -msgid "" -"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - " -"dot com" -msgstr "Предложения, похвала, пожертвования? Пишите на \"info\" на Friendica - точка com" - -#: ../../mod/friendica.php:75 -msgid "Installed plugins/addons/apps:" -msgstr "Установленные плагины / добавки / приложения:" - -#: ../../mod/friendica.php:88 -msgid "No installed plugins/addons/apps" -msgstr "Нет установленных плагинов / добавок / приложений" - -#: ../../mod/fsuggest.php:63 -msgid "Friend suggestion sent." -msgstr "Приглашение в друзья отправлено." - -#: ../../mod/fsuggest.php:97 -msgid "Suggest Friends" -msgstr "Предложить друзей" - -#: ../../mod/fsuggest.php:99 -#, php-format -msgid "Suggest a friend for %s" -msgstr "Предложить друга для %s." - -#: ../../mod/group.php:29 -msgid "Group created." -msgstr "Группа создана." - -#: ../../mod/group.php:35 -msgid "Could not create group." -msgstr "Не удалось создать группу." - -#: ../../mod/group.php:47 ../../mod/group.php:140 -msgid "Group not found." -msgstr "Группа не найдена." - -#: ../../mod/group.php:60 -msgid "Group name changed." -msgstr "Название группы изменено." - -#: ../../mod/group.php:93 -msgid "Create a group of contacts/friends." -msgstr "Создать группу контактов / друзей." - -#: ../../mod/group.php:94 ../../mod/group.php:180 -msgid "Group Name: " -msgstr "Название группы: " - -#: ../../mod/group.php:113 -msgid "Group removed." -msgstr "Группа удалена." - -#: ../../mod/group.php:115 -msgid "Unable to remove group." -msgstr "Не удается удалить группу." - -#: ../../mod/group.php:179 -msgid "Group Editor" -msgstr "Редактор групп" - -#: ../../mod/group.php:192 -msgid "Members" -msgstr "Участники" - -#: ../../mod/hcard.php:10 -msgid "No profile" -msgstr "Нет профиля" - -#: ../../mod/help.php:79 -msgid "Help:" -msgstr "Помощь:" - -#: ../../mod/help.php:90 ../../index.php:231 -msgid "Not Found" -msgstr "Не найдено" - -#: ../../mod/help.php:93 ../../index.php:234 -msgid "Page not found." -msgstr "Страница не найдена." - -#: ../../mod/viewcontacts.php:39 -msgid "No contacts." -msgstr "Нет контактов." - -#: ../../mod/home.php:34 -#, php-format -msgid "Welcome to %s" -msgstr "Добро пожаловать на %s!" - -#: ../../mod/viewsrc.php:7 -msgid "Access denied." -msgstr "Доступ запрещен." - -#: ../../mod/wall_attach.php:69 -#, php-format -msgid "File exceeds size limit of %d" -msgstr "Файл превышает предельный размер %d" - -#: ../../mod/wall_attach.php:110 ../../mod/wall_attach.php:121 -msgid "File upload failed." -msgstr "Загрузка файла не удалась." - -#: ../../mod/wall_upload.php:90 ../../mod/profile_photo.php:144 -#, php-format -msgid "Image exceeds size limit of %d" -msgstr "Изображение превышает предельный размер %d" - -#: ../../mod/wall_upload.php:112 ../../mod/photos.php:801 -#: ../../mod/profile_photo.php:153 -msgid "Unable to process image." -msgstr "Невозможно обработать фото." - -#: ../../mod/wall_upload.php:138 ../../mod/photos.php:828 -#: ../../mod/profile_photo.php:301 -msgid "Image upload failed." -msgstr "Загрузка фото неудачная." - -#: ../../mod/invite.php:27 -msgid "Total invitation limit exceeded." -msgstr "" - -#: ../../mod/invite.php:49 -#, php-format -msgid "%s : Not a valid email address." -msgstr "%s: Неверный адрес электронной почты." - -#: ../../mod/invite.php:73 -msgid "Please join us on Friendica" -msgstr "" - -#: ../../mod/invite.php:84 -msgid "Invitation limit exceeded. Please contact your site administrator." -msgstr "" - -#: ../../mod/invite.php:89 -#, php-format -msgid "%s : Message delivery failed." -msgstr "%s: Доставка сообщения не удалась." - -#: ../../mod/invite.php:93 -#, php-format -msgid "%d message sent." -msgid_plural "%d messages sent." -msgstr[0] "%d сообщение отправлено." -msgstr[1] "%d сообщений отправлено." -msgstr[2] "%d сообщений отправлено." - -#: ../../mod/invite.php:112 -msgid "You have no more invitations available" -msgstr "У вас нет больше приглашений" - -#: ../../mod/invite.php:120 -#, php-format -msgid "" -"Visit %s for a list of public sites that you can join. Friendica members on " -"other sites can all connect with each other, as well as with members of many" -" other social networks." -msgstr "" - -#: ../../mod/invite.php:122 -#, php-format -msgid "" -"To accept this invitation, please visit and register at %s or any other " -"public Friendica website." -msgstr "" - -#: ../../mod/invite.php:123 -#, php-format -msgid "" -"Friendica sites all inter-connect to create a huge privacy-enhanced social " -"web that is owned and controlled by its members. They can also connect with " -"many traditional social networks. See %s for a list of alternate Friendica " -"sites you can join." -msgstr "" - -#: ../../mod/invite.php:126 -msgid "" -"Our apologies. This system is not currently configured to connect with other" -" public sites or invite members." -msgstr "" - -#: ../../mod/invite.php:132 -msgid "Send invitations" -msgstr "Отправить приглашения" - -#: ../../mod/invite.php:133 -msgid "Enter email addresses, one per line:" -msgstr "Введите адреса электронной почты, по одному в строке:" - -#: ../../mod/invite.php:134 ../../mod/wallmessage.php:151 -#: ../../mod/message.php:329 ../../mod/message.php:558 -msgid "Your message:" -msgstr "Ваше сообщение:" - -#: ../../mod/invite.php:135 -msgid "" -"You are cordially invited to join me and other close friends on Friendica - " -"and help us to create a better social web." -msgstr "" - -#: ../../mod/invite.php:137 -msgid "You will need to supply this invitation code: $invite_code" -msgstr "Вам нужно будет предоставить этот код приглашения: $invite_code" - -#: ../../mod/invite.php:137 -msgid "" -"Once you have registered, please connect with me via my profile page at:" -msgstr "После того как вы зарегистрировались, пожалуйста, свяжитесь со мной через мою страницу профиля по адресу:" - -#: ../../mod/invite.php:139 -msgid "" -"For more information about the Friendica project and why we feel it is " -"important, please visit http://friendica.com" -msgstr "" - -#: ../../mod/wallmessage.php:42 ../../mod/wallmessage.php:112 -#, php-format -msgid "Number of daily wall messages for %s exceeded. Message failed." -msgstr "" - -#: ../../mod/wallmessage.php:56 ../../mod/message.php:63 -msgid "No recipient selected." -msgstr "Не выбран получатель." - -#: ../../mod/wallmessage.php:59 -msgid "Unable to check your home location." -msgstr "Невозможно проверить местоположение." - -#: ../../mod/wallmessage.php:62 ../../mod/message.php:70 -msgid "Message could not be sent." -msgstr "Сообщение не может быть отправлено." - -#: ../../mod/wallmessage.php:65 ../../mod/message.php:73 -msgid "Message collection failure." -msgstr "Неудача коллекции сообщения." - -#: ../../mod/wallmessage.php:68 ../../mod/message.php:76 -msgid "Message sent." -msgstr "Сообщение отправлено." - -#: ../../mod/wallmessage.php:86 ../../mod/wallmessage.php:95 -msgid "No recipient." -msgstr "Без адресата." - -#: ../../mod/wallmessage.php:142 ../../mod/message.php:319 -msgid "Send Private Message" -msgstr "Отправить личное сообщение" - -#: ../../mod/wallmessage.php:143 -#, php-format -msgid "" -"If you wish for %s to respond, please check that the privacy settings on " -"your site allow private mail from unknown senders." -msgstr "" - -#: ../../mod/wallmessage.php:144 ../../mod/message.php:320 -#: ../../mod/message.php:553 -msgid "To:" -msgstr "Кому:" - -#: ../../mod/wallmessage.php:145 ../../mod/message.php:325 -#: ../../mod/message.php:555 -msgid "Subject:" -msgstr "Тема:" - -#: ../../mod/localtime.php:24 -msgid "Time Conversion" -msgstr "История общения" - -#: ../../mod/localtime.php:26 -msgid "" -"Friendica provides this service for sharing events with other networks and " -"friends in unknown timezones." -msgstr "" - -#: ../../mod/localtime.php:30 -#, php-format -msgid "UTC time: %s" -msgstr "UTC время: %s" - -#: ../../mod/localtime.php:33 -#, php-format -msgid "Current timezone: %s" -msgstr "Ваш часовой пояс: %s" - -#: ../../mod/localtime.php:36 -#, php-format -msgid "Converted localtime: %s" -msgstr "Ваше изменённое время: %s" - -#: ../../mod/localtime.php:41 -msgid "Please select your timezone:" -msgstr "Выберите пожалуйста ваш часовой пояс:" - -#: ../../mod/lockview.php:31 ../../mod/lockview.php:39 -msgid "Remote privacy information not available." -msgstr "Личная информация удаленно недоступна." - -#: ../../mod/lockview.php:48 -msgid "Visible to:" -msgstr "Кто может видеть:" - -#: ../../mod/lostpass.php:17 -msgid "No valid account found." -msgstr "Не найдено действительного аккаунта." - -#: ../../mod/lostpass.php:33 -msgid "Password reset request issued. Check your email." -msgstr "Запрос на сброс пароля принят. Проверьте вашу электронную почту." - -#: ../../mod/lostpass.php:44 -#, php-format -msgid "Password reset requested at %s" -msgstr "Запрос на сброс пароля получен %s" - -#: ../../mod/lostpass.php:66 -msgid "" -"Request could not be verified. (You may have previously submitted it.) " -"Password reset failed." -msgstr "Запрос не может быть проверен. (Вы, возможно, ранее представляли его.) Попытка сброса пароля неудачная." - -#: ../../mod/lostpass.php:84 ../../boot.php:1072 -msgid "Password Reset" -msgstr "Сброс пароля" - -#: ../../mod/lostpass.php:85 -msgid "Your password has been reset as requested." -msgstr "Ваш пароль был сброшен по требованию." - -#: ../../mod/lostpass.php:86 -msgid "Your new password is" -msgstr "Ваш новый пароль" - -#: ../../mod/lostpass.php:87 -msgid "Save or copy your new password - and then" -msgstr "Сохраните или скопируйте новый пароль - и затем" - -#: ../../mod/lostpass.php:88 -msgid "click here to login" -msgstr "нажмите здесь для входа" - -#: ../../mod/lostpass.php:89 -msgid "" -"Your password may be changed from the Settings page after " -"successful login." -msgstr "Ваш пароль может быть изменен на странице Настройки после успешного входа." - -#: ../../mod/lostpass.php:107 -#, php-format -msgid "Your password has been changed at %s" -msgstr "Ваш пароль был изменен %s" - -#: ../../mod/lostpass.php:122 -msgid "Forgot your Password?" -msgstr "Забыли пароль?" - -#: ../../mod/lostpass.php:123 -msgid "" -"Enter your email address and submit to have your password reset. Then check " -"your email for further instructions." -msgstr "Введите адрес электронной почты и подтвердите, что вы хотите сбросить ваш пароль. Затем проверьте свою электронную почту для получения дальнейших инструкций." - -#: ../../mod/lostpass.php:124 -msgid "Nickname or Email: " -msgstr "Ник или E-mail: " - -#: ../../mod/lostpass.php:125 -msgid "Reset" -msgstr "Сброс" - -#: ../../mod/maintenance.php:5 -msgid "System down for maintenance" -msgstr "Система закрыта на техническое обслуживание" - -#: ../../mod/manage.php:106 -msgid "Manage Identities and/or Pages" -msgstr "Управление идентификацией и / или страницами" - -#: ../../mod/manage.php:107 -msgid "" -"Toggle between different identities or community/group pages which share " -"your account details or which you have been granted \"manage\" permissions" -msgstr "" - -#: ../../mod/manage.php:108 -msgid "Select an identity to manage: " -msgstr "Выберите идентификацию для управления: " - -#: ../../mod/match.php:12 -msgid "Profile Match" -msgstr "Похожие профили" - -#: ../../mod/match.php:20 -msgid "No keywords to match. Please add keywords to your default profile." -msgstr "Нет соответствующих ключевых слов. Пожалуйста, добавьте ключевые слова для вашего профиля по умолчанию." - -#: ../../mod/match.php:57 -msgid "is interested in:" -msgstr "" - -#: ../../mod/message.php:67 -msgid "Unable to locate contact information." -msgstr "Не удалось найти контактную информацию." - -#: ../../mod/message.php:207 -msgid "Do you really want to delete this message?" -msgstr "" - -#: ../../mod/message.php:227 -msgid "Message deleted." -msgstr "Сообщение удалено." - -#: ../../mod/message.php:258 -msgid "Conversation removed." -msgstr "Беседа удалена." - -#: ../../mod/message.php:371 -msgid "No messages." -msgstr "Нет сообщений." - -#: ../../mod/message.php:378 -#, php-format -msgid "Unknown sender - %s" -msgstr "Неизвестный отправитель - %s" - -#: ../../mod/message.php:381 -#, php-format -msgid "You and %s" -msgstr "Вы и %s" - -#: ../../mod/message.php:384 -#, php-format -msgid "%s and You" -msgstr "%s и Вы" - -#: ../../mod/message.php:405 ../../mod/message.php:546 -msgid "Delete conversation" -msgstr "Удалить историю общения" - -#: ../../mod/message.php:408 -msgid "D, d M Y - g:i A" -msgstr "D, d M Y - g:i A" - -#: ../../mod/message.php:411 -#, php-format -msgid "%d message" -msgid_plural "%d messages" -msgstr[0] "%d сообщение" -msgstr[1] "%d сообщений" -msgstr[2] "%d сообщений" - -#: ../../mod/message.php:450 -msgid "Message not available." -msgstr "Сообщение не доступно." - -#: ../../mod/message.php:520 -msgid "Delete message" -msgstr "Удалить сообщение" - -#: ../../mod/message.php:548 -msgid "" -"No secure communications available. You may be able to " -"respond from the sender's profile page." -msgstr "" - -#: ../../mod/message.php:552 -msgid "Send Reply" -msgstr "Отправить ответ" - -#: ../../mod/mood.php:133 -msgid "Mood" -msgstr "" - -#: ../../mod/mood.php:134 -msgid "Set your current mood and tell your friends" -msgstr "" - -#: ../../mod/network.php:181 -msgid "Search Results For:" -msgstr "" - -#: ../../mod/network.php:397 -msgid "Commented Order" -msgstr "Прокомментированный запрос" - -#: ../../mod/network.php:400 -msgid "Sort by Comment Date" -msgstr "" - -#: ../../mod/network.php:403 -msgid "Posted Order" -msgstr "Отправленный запрос" - -#: ../../mod/network.php:406 -msgid "Sort by Post Date" -msgstr "" - -#: ../../mod/network.php:444 ../../mod/notifications.php:88 -msgid "Personal" -msgstr "Персонал" - -#: ../../mod/network.php:447 -msgid "Posts that mention or involve you" -msgstr "" - -#: ../../mod/network.php:453 -msgid "New" -msgstr "Новый" - -#: ../../mod/network.php:456 -msgid "Activity Stream - by date" -msgstr "" - -#: ../../mod/network.php:462 -msgid "Shared Links" -msgstr "" - -#: ../../mod/network.php:465 -msgid "Interesting Links" -msgstr "" - -#: ../../mod/network.php:471 -msgid "Starred" -msgstr "Помеченный" - -#: ../../mod/network.php:474 -msgid "Favourite Posts" -msgstr "" - -#: ../../mod/network.php:546 -#, php-format -msgid "Warning: This group contains %s member from an insecure network." -msgid_plural "" -"Warning: This group contains %s members from an insecure network." -msgstr[0] "Внимание: Эта группа содержит %s участника с незащищенной сети." -msgstr[1] "Внимание: Эта группа содержит %s участников с незащищенной сети." -msgstr[2] "Внимание: Эта группа содержит %s участников с незащищенной сети." - -#: ../../mod/network.php:549 -msgid "Private messages to this group are at risk of public disclosure." -msgstr "Личные сообщения к этой группе находятся под угрозой обнародования." - -#: ../../mod/network.php:596 ../../mod/content.php:119 -msgid "No such group" -msgstr "Нет такой группы" - -#: ../../mod/network.php:607 ../../mod/content.php:130 -msgid "Group is empty" -msgstr "Группа пуста" - -#: ../../mod/network.php:611 ../../mod/content.php:134 -msgid "Group: " -msgstr "Группа: " - -#: ../../mod/network.php:621 -msgid "Contact: " -msgstr "Контакт: " - -#: ../../mod/network.php:623 -msgid "Private messages to this person are at risk of public disclosure." -msgstr "Личные сообщения этому человеку находятся под угрозой обнародования." - -#: ../../mod/network.php:628 -msgid "Invalid contact." -msgstr "Недопустимый контакт." - -#: ../../mod/notifications.php:26 -msgid "Invalid request identifier." -msgstr "Неверный идентификатор запроса." - -#: ../../mod/notifications.php:35 ../../mod/notifications.php:165 -#: ../../mod/notifications.php:211 -msgid "Discard" -msgstr "Отказаться" - -#: ../../mod/notifications.php:78 -msgid "System" -msgstr "Система" - -#: ../../mod/notifications.php:122 -msgid "Show Ignored Requests" -msgstr "Показать проигнорированные запросы" - -#: ../../mod/notifications.php:122 -msgid "Hide Ignored Requests" -msgstr "Скрыть проигнорированные запросы" - -#: ../../mod/notifications.php:149 ../../mod/notifications.php:195 -msgid "Notification type: " -msgstr "Тип уведомления: " - -#: ../../mod/notifications.php:150 -msgid "Friend Suggestion" -msgstr "Предложение в друзья" - -#: ../../mod/notifications.php:152 -#, php-format -msgid "suggested by %s" -msgstr "предложено юзером %s" - -#: ../../mod/notifications.php:158 ../../mod/notifications.php:205 -msgid "Post a new friend activity" -msgstr "" - -#: ../../mod/notifications.php:158 ../../mod/notifications.php:205 -msgid "if applicable" -msgstr "если требуется" - -#: ../../mod/notifications.php:181 -msgid "Claims to be known to you: " -msgstr "Утверждения, о которых должно быть вам известно: " - -#: ../../mod/notifications.php:181 -msgid "yes" -msgstr "да" - -#: ../../mod/notifications.php:181 -msgid "no" -msgstr "нет" - -#: ../../mod/notifications.php:188 -msgid "Approve as: " -msgstr "Утвердить как: " - -#: ../../mod/notifications.php:189 -msgid "Friend" -msgstr "Друг" - -#: ../../mod/notifications.php:190 -msgid "Sharer" -msgstr "Участник" - -#: ../../mod/notifications.php:190 -msgid "Fan/Admirer" -msgstr "Фанат / Поклонник" - -#: ../../mod/notifications.php:196 -msgid "Friend/Connect Request" -msgstr "Запрос в друзья / на подключение" - -#: ../../mod/notifications.php:196 -msgid "New Follower" -msgstr "Новый фолловер" - -#: ../../mod/notifications.php:217 -msgid "No introductions." -msgstr "Запросов нет." - -#: ../../mod/notifications.php:257 ../../mod/notifications.php:382 -#: ../../mod/notifications.php:469 -#, php-format -msgid "%s liked %s's post" -msgstr "%s нравится %s сообшение" - -#: ../../mod/notifications.php:266 ../../mod/notifications.php:391 -#: ../../mod/notifications.php:478 -#, php-format -msgid "%s disliked %s's post" -msgstr "%s не нравится %s сообшение" - -#: ../../mod/notifications.php:280 ../../mod/notifications.php:405 -#: ../../mod/notifications.php:492 -#, php-format -msgid "%s is now friends with %s" -msgstr "%s теперь друзья с %s" - -#: ../../mod/notifications.php:287 ../../mod/notifications.php:412 -#, php-format -msgid "%s created a new post" -msgstr "%s написал новое сообщение" - -#: ../../mod/notifications.php:288 ../../mod/notifications.php:413 -#: ../../mod/notifications.php:501 -#, php-format -msgid "%s commented on %s's post" -msgstr "%s прокомментировал %s сообщение" - -#: ../../mod/notifications.php:302 -msgid "No more network notifications." -msgstr "Уведомлений из сети больше нет." - -#: ../../mod/notifications.php:306 -msgid "Network Notifications" -msgstr "Уведомления сети" - -#: ../../mod/notifications.php:332 ../../mod/notify.php:61 -msgid "No more system notifications." -msgstr "Системных уведомлений больше нет." - -#: ../../mod/notifications.php:336 ../../mod/notify.php:65 -msgid "System Notifications" -msgstr "Уведомления системы" - -#: ../../mod/notifications.php:427 -msgid "No more personal notifications." -msgstr "Персональных уведомлений больше нет." - -#: ../../mod/notifications.php:431 -msgid "Personal Notifications" -msgstr "Личные уведомления" - -#: ../../mod/notifications.php:508 -msgid "No more home notifications." -msgstr "Уведомлений больше нет." - -#: ../../mod/notifications.php:512 -msgid "Home Notifications" -msgstr "Уведомления" - -#: ../../mod/photos.php:51 ../../boot.php:1878 -msgid "Photo Albums" -msgstr "Фотоальбомы" - -#: ../../mod/photos.php:59 ../../mod/photos.php:154 ../../mod/photos.php:1058 -#: ../../mod/photos.php:1183 ../../mod/photos.php:1206 -#: ../../mod/photos.php:1736 ../../mod/photos.php:1748 -#: ../../view/theme/diabook/theme.php:492 -msgid "Contact Photos" -msgstr "Фотографии контакта" - -#: ../../mod/photos.php:66 ../../mod/photos.php:1222 ../../mod/photos.php:1795 -msgid "Upload New Photos" -msgstr "Загрузить новые фото" - -#: ../../mod/photos.php:143 -msgid "Contact information unavailable" -msgstr "Информация о контакте недоступна" - -#: ../../mod/photos.php:164 -msgid "Album not found." -msgstr "Альбом не найден." - -#: ../../mod/photos.php:187 ../../mod/photos.php:199 ../../mod/photos.php:1200 -msgid "Delete Album" -msgstr "Удалить альбом" - -#: ../../mod/photos.php:197 -msgid "Do you really want to delete this photo album and all its photos?" -msgstr "Вы действительно хотите удалить этот альбом и все его фотографии?" - -#: ../../mod/photos.php:276 ../../mod/photos.php:287 ../../mod/photos.php:1502 -msgid "Delete Photo" -msgstr "Удалить фото" - -#: ../../mod/photos.php:285 -msgid "Do you really want to delete this photo?" -msgstr "Вы действительно хотите удалить эту фотографию?" - -#: ../../mod/photos.php:656 -#, php-format -msgid "%1$s was tagged in %2$s by %3$s" -msgstr "" - -#: ../../mod/photos.php:656 -msgid "a photo" -msgstr "фото" - -#: ../../mod/photos.php:761 -msgid "Image exceeds size limit of " -msgstr "Размер фото превышает лимит " - -#: ../../mod/photos.php:769 -msgid "Image file is empty." -msgstr "Файл изображения пуст." - -#: ../../mod/photos.php:924 -msgid "No photos selected" -msgstr "Не выбрано фото." - -#: ../../mod/photos.php:1025 -msgid "Access to this item is restricted." -msgstr "Доступ к этому пункту ограничен." - -#: ../../mod/photos.php:1088 -#, php-format -msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage." -msgstr "" - -#: ../../mod/photos.php:1123 -msgid "Upload Photos" -msgstr "Загрузить фото" - -#: ../../mod/photos.php:1127 ../../mod/photos.php:1195 -msgid "New album name: " -msgstr "Название нового альбома: " - -#: ../../mod/photos.php:1128 -msgid "or existing album name: " -msgstr "или название существующего альбома: " - -#: ../../mod/photos.php:1129 -msgid "Do not show a status post for this upload" -msgstr "Не показывать статус-сообщение для этой закачки" - -#: ../../mod/photos.php:1131 ../../mod/photos.php:1497 -msgid "Permissions" -msgstr "Разрешения" - -#: ../../mod/photos.php:1142 -msgid "Private Photo" -msgstr "Личное фото" - -#: ../../mod/photos.php:1143 -msgid "Public Photo" -msgstr "Публичное фото" - -#: ../../mod/photos.php:1210 -msgid "Edit Album" -msgstr "Редактировать альбом" - -#: ../../mod/photos.php:1216 -msgid "Show Newest First" -msgstr "Показать новые первыми" - -#: ../../mod/photos.php:1218 -msgid "Show Oldest First" -msgstr "Показать старые первыми" - -#: ../../mod/photos.php:1251 ../../mod/photos.php:1778 -msgid "View Photo" -msgstr "Просмотр фото" - -#: ../../mod/photos.php:1286 -msgid "Permission denied. Access to this item may be restricted." -msgstr "Нет разрешения. Доступ к этому элементу ограничен." - -#: ../../mod/photos.php:1288 -msgid "Photo not available" -msgstr "Фото недоступно" - -#: ../../mod/photos.php:1344 -msgid "View photo" -msgstr "Просмотр фото" - -#: ../../mod/photos.php:1344 -msgid "Edit photo" -msgstr "Редактировать фото" - -#: ../../mod/photos.php:1345 -msgid "Use as profile photo" -msgstr "Использовать как фото профиля" - -#: ../../mod/photos.php:1351 ../../mod/content.php:643 -#: ../../object/Item.php:113 -msgid "Private Message" -msgstr "Личное сообщение" - -#: ../../mod/photos.php:1370 -msgid "View Full Size" -msgstr "Просмотреть полный размер" - -#: ../../mod/photos.php:1444 -msgid "Tags: " -msgstr "Ключевые слова: " - -#: ../../mod/photos.php:1447 -msgid "[Remove any tag]" -msgstr "[Удалить любое ключевое слово]" - -#: ../../mod/photos.php:1487 -msgid "Rotate CW (right)" -msgstr "Поворот по часовой стрелке (направо)" - -#: ../../mod/photos.php:1488 -msgid "Rotate CCW (left)" -msgstr "Поворот против часовой стрелки (налево)" - -#: ../../mod/photos.php:1490 -msgid "New album name" -msgstr "Название нового альбома" - -#: ../../mod/photos.php:1493 -msgid "Caption" -msgstr "Подпись" - -#: ../../mod/photos.php:1495 -msgid "Add a Tag" -msgstr "Добавить ключевое слово (таг)" - -#: ../../mod/photos.php:1499 -msgid "" -"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" -msgstr "Пример: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" - -#: ../../mod/photos.php:1508 -msgid "Private photo" -msgstr "Личное фото" - -#: ../../mod/photos.php:1509 -msgid "Public photo" -msgstr "Публичное фото" - -#: ../../mod/photos.php:1529 ../../mod/content.php:707 -#: ../../object/Item.php:232 -msgid "I like this (toggle)" -msgstr "Нравится" - -#: ../../mod/photos.php:1530 ../../mod/content.php:708 -#: ../../object/Item.php:233 -msgid "I don't like this (toggle)" -msgstr "Не нравится" - -#: ../../mod/photos.php:1549 ../../mod/photos.php:1593 -#: ../../mod/photos.php:1676 ../../mod/content.php:730 -#: ../../object/Item.php:650 -msgid "This is you" -msgstr "Это вы" - -#: ../../mod/photos.php:1551 ../../mod/photos.php:1595 -#: ../../mod/photos.php:1678 ../../mod/content.php:732 -#: ../../object/Item.php:338 ../../object/Item.php:652 ../../boot.php:651 -msgid "Comment" -msgstr "Комментарий" - -#: ../../mod/photos.php:1784 -msgid "View Album" -msgstr "Просмотреть альбом" - -#: ../../mod/photos.php:1793 -msgid "Recent Photos" -msgstr "Последние фото" - -#: ../../mod/newmember.php:6 -msgid "Welcome to Friendica" -msgstr "Добро пожаловать в Friendica" - -#: ../../mod/newmember.php:8 -msgid "New Member Checklist" -msgstr "Новый контрольный список участников" - -#: ../../mod/newmember.php:12 -msgid "" -"We would like to offer some tips and links to help make your experience " -"enjoyable. Click any item to visit the relevant page. A link to this page " -"will be visible from your home page for two weeks after your initial " -"registration and then will quietly disappear." -msgstr "" - -#: ../../mod/newmember.php:14 -msgid "Getting Started" -msgstr "" - -#: ../../mod/newmember.php:18 -msgid "Friendica Walk-Through" -msgstr "" - -#: ../../mod/newmember.php:18 -msgid "" -"On your Quick Start page - find a brief introduction to your " -"profile and network tabs, make some new connections, and find some groups to" -" join." -msgstr "" - -#: ../../mod/newmember.php:26 -msgid "Go to Your Settings" -msgstr "" - -#: ../../mod/newmember.php:26 -msgid "" -"On your Settings page - change your initial password. Also make a " -"note of your Identity Address. This looks just like an email address - and " -"will be useful in making friends on the free social web." -msgstr "" - -#: ../../mod/newmember.php:28 -msgid "" -"Review the other settings, particularly the privacy settings. An unpublished" -" directory listing is like having an unlisted phone number. In general, you " -"should probably publish your listing - unless all of your friends and " -"potential friends know exactly how to find you." -msgstr "Просмотрите другие установки, в частности, параметры конфиденциальности. Неопубликованные пункты каталога с частными номерами телефона. В общем, вам, вероятно, следует опубликовать свою информацию - если все ваши друзья и потенциальные друзья точно знают, как вас найти." - -#: ../../mod/newmember.php:36 ../../mod/profile_photo.php:244 -msgid "Upload Profile Photo" -msgstr "Загрузить фото профиля" - -#: ../../mod/newmember.php:36 -msgid "" -"Upload a profile photo if you have not done so already. Studies have shown " -"that people with real photos of themselves are ten times more likely to make" -" friends than people who do not." -msgstr "Загрузите фотографию профиля, если вы еще не сделали это. Исследования показали, что люди с реальными фотографиями имеют в десять раз больше шансов подружиться, чем люди, которые этого не делают." - -#: ../../mod/newmember.php:38 -msgid "Edit Your Profile" -msgstr "Редактировать профиль" - -#: ../../mod/newmember.php:38 -msgid "" -"Edit your default profile to your liking. Review the " -"settings for hiding your list of friends and hiding the profile from unknown" -" visitors." -msgstr "Отредактируйте профиль по умолчанию на свой ​​вкус. Просмотрите установки для сокрытия вашего списка друзей и сокрытия профиля от неизвестных посетителей." - -#: ../../mod/newmember.php:40 -msgid "Profile Keywords" -msgstr "Ключевые слова профиля" - -#: ../../mod/newmember.php:40 -msgid "" -"Set some public keywords for your default profile which describe your " -"interests. We may be able to find other people with similar interests and " -"suggest friendships." -msgstr "Установите некоторые публичные ключевые слова для вашего профиля по умолчанию, которые описывают ваши интересы. Мы можем быть в состоянии найти других людей со схожими интересами и предложить дружбу." - -#: ../../mod/newmember.php:44 -msgid "Connecting" -msgstr "Подключение" - -#: ../../mod/newmember.php:49 -msgid "" -"Authorise the Facebook Connector if you currently have a Facebook account " -"and we will (optionally) import all your Facebook friends and conversations." -msgstr "Авторизуйте Facebook Connector , если у вас уже есть аккаунт на Facebook, и мы (по желанию) импортируем всех ваших друзей и беседы с Facebook." - -#: ../../mod/newmember.php:51 -msgid "" -"If this is your own personal server, installing the Facebook addon " -"may ease your transition to the free social web." -msgstr "" - -#: ../../mod/newmember.php:56 -msgid "Importing Emails" -msgstr "" - -#: ../../mod/newmember.php:56 -msgid "" -"Enter your email access information on your Connector Settings page if you " -"wish to import and interact with friends or mailing lists from your email " -"INBOX" -msgstr "" - -#: ../../mod/newmember.php:58 -msgid "Go to Your Contacts Page" -msgstr "" - -#: ../../mod/newmember.php:58 -msgid "" -"Your Contacts page is your gateway to managing friendships and connecting " -"with friends on other networks. Typically you enter their address or site " -"URL in the Add New Contact dialog." -msgstr "" - -#: ../../mod/newmember.php:60 -msgid "Go to Your Site's Directory" -msgstr "" - -#: ../../mod/newmember.php:60 -msgid "" -"The Directory page lets you find other people in this network or other " -"federated sites. Look for a Connect or Follow link on " -"their profile page. Provide your own Identity Address if requested." -msgstr "На странице каталога вы можете найти других людей в этой сети или на других похожих сайтах. Ищите ссылки Подключить или Следовать на страницах их профилей. Укажите свой собственный адрес идентификации, если требуется." - -#: ../../mod/newmember.php:62 -msgid "Finding New People" -msgstr "Поиск людей" - -#: ../../mod/newmember.php:62 -msgid "" -"On the side panel of the Contacts page are several tools to find new " -"friends. We can match people by interest, look up people by name or " -"interest, and provide suggestions based on network relationships. On a brand" -" new site, friend suggestions will usually begin to be populated within 24 " -"hours." -msgstr "" - -#: ../../mod/newmember.php:70 -msgid "Group Your Contacts" -msgstr "" - -#: ../../mod/newmember.php:70 -msgid "" -"Once you have made some friends, organize them into private conversation " -"groups from the sidebar of your Contacts page and then you can interact with" -" each group privately on your Network page." -msgstr "После того, как вы найдете несколько друзей, организуйте их в группы частных бесед в боковой панели на странице Контакты, а затем вы можете взаимодействовать с каждой группой приватно или на вашей странице Сеть." - -#: ../../mod/newmember.php:73 -msgid "Why Aren't My Posts Public?" -msgstr "" - -#: ../../mod/newmember.php:73 -msgid "" -"Friendica respects your privacy. By default, your posts will only show up to" -" people you've added as friends. For more information, see the help section " -"from the link above." -msgstr "" - -#: ../../mod/newmember.php:78 -msgid "Getting Help" -msgstr "" - -#: ../../mod/newmember.php:82 -msgid "Go to the Help Section" -msgstr "" - -#: ../../mod/newmember.php:82 -msgid "" -"Our help pages may be consulted for detail on other program" -" features and resources." -msgstr "Наши страницы помощи могут проконсультировать о подробностях и возможностях программы и ресурса." - -#: ../../mod/profile.php:21 ../../boot.php:1246 -msgid "Requested profile is not available." -msgstr "Запрашиваемый профиль недоступен." - -#: ../../mod/profile.php:155 ../../mod/display.php:99 -msgid "Access to this profile has been restricted." -msgstr "Доступ к этому профилю ограничен." - -#: ../../mod/profile.php:180 -msgid "Tips for New Members" -msgstr "Советы для новых участников" - -#: ../../mod/display.php:206 -msgid "Item has been removed." -msgstr "Пункт был удален." - -#: ../../mod/install.php:117 -msgid "Friendica Social Communications Server - Setup" -msgstr "" - -#: ../../mod/install.php:123 -msgid "Could not connect to database." -msgstr "Не удалось подключиться к базе данных." - -#: ../../mod/install.php:127 -msgid "Could not create table." -msgstr "Не удалось создать таблицу." - -#: ../../mod/install.php:133 -msgid "Your Friendica site database has been installed." -msgstr "База данных сайта установлена." - -#: ../../mod/install.php:138 -msgid "" -"You may need to import the file \"database.sql\" manually using phpmyadmin " -"or mysql." -msgstr "Вам может понадобиться импортировать файл \"database.sql\" вручную с помощью PhpMyAdmin или MySQL." - -#: ../../mod/install.php:139 ../../mod/install.php:206 -#: ../../mod/install.php:521 -msgid "Please see the file \"INSTALL.txt\"." -msgstr "Пожалуйста, смотрите файл \"INSTALL.txt\"." - -#: ../../mod/install.php:203 -msgid "System check" -msgstr "Проверить систему" - -#: ../../mod/install.php:208 -msgid "Check again" -msgstr "Проверить еще раз" - -#: ../../mod/install.php:227 -msgid "Database connection" -msgstr "Подключение к базе данных" - -#: ../../mod/install.php:228 -msgid "" -"In order to install Friendica we need to know how to connect to your " -"database." -msgstr "" - -#: ../../mod/install.php:229 -msgid "" -"Please contact your hosting provider or site administrator if you have " -"questions about these settings." -msgstr "Пожалуйста, свяжитесь с вашим хостинг-провайдером или администратором сайта, если у вас есть вопросы об этих параметрах." - -#: ../../mod/install.php:230 -msgid "" -"The database you specify below should already exist. If it does not, please " -"create it before continuing." -msgstr "Базы данных, указанная ниже, должна уже существовать. Если этого нет, пожалуйста, создайте ее перед продолжением." - -#: ../../mod/install.php:234 -msgid "Database Server Name" -msgstr "Имя сервера базы данных" - -#: ../../mod/install.php:235 -msgid "Database Login Name" -msgstr "Логин базы данных" - -#: ../../mod/install.php:236 -msgid "Database Login Password" -msgstr "Пароль базы данных" - -#: ../../mod/install.php:237 -msgid "Database Name" -msgstr "Имя базы данных" - -#: ../../mod/install.php:238 ../../mod/install.php:277 -msgid "Site administrator email address" -msgstr "Адрес электронной почты администратора сайта" - -#: ../../mod/install.php:238 ../../mod/install.php:277 -msgid "" -"Your account email address must match this in order to use the web admin " -"panel." -msgstr "" - -#: ../../mod/install.php:242 ../../mod/install.php:280 -msgid "Please select a default timezone for your website" -msgstr "Пожалуйста, выберите часовой пояс по умолчанию для вашего сайта" - -#: ../../mod/install.php:267 -msgid "Site settings" -msgstr "Настройки сайта" - -#: ../../mod/install.php:321 -msgid "Could not find a command line version of PHP in the web server PATH." -msgstr "Не удалось найти PATH веб-сервера в установках PHP." - -#: ../../mod/install.php:322 -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. See 'Activating scheduled tasks'" -msgstr "" - -#: ../../mod/install.php:326 -msgid "PHP executable path" -msgstr "PHP executable path" - -#: ../../mod/install.php:326 -msgid "" -"Enter full path to php executable. You can leave this blank to continue the " -"installation." -msgstr "" - -#: ../../mod/install.php:331 -msgid "Command line PHP" -msgstr "Command line PHP" - -#: ../../mod/install.php:340 -msgid "PHP executable is not the php cli binary (could be cgi-fgci version)" -msgstr "" - -#: ../../mod/install.php:341 -msgid "Found PHP version: " -msgstr "Найденная PHP версия: " - -#: ../../mod/install.php:343 -msgid "PHP cli binary" -msgstr "PHP cli binary" - -#: ../../mod/install.php:354 -msgid "" -"The command line version of PHP on your system does not have " -"\"register_argc_argv\" enabled." -msgstr "Не включено \"register_argc_argv\" в установках PHP." - -#: ../../mod/install.php:355 -msgid "This is required for message delivery to work." -msgstr "Это необходимо для работы доставки сообщений." - -#: ../../mod/install.php:357 -msgid "PHP register_argc_argv" -msgstr "PHP register_argc_argv" - -#: ../../mod/install.php:378 -msgid "" -"Error: the \"openssl_pkey_new\" function on this system is not able to " -"generate encryption keys" -msgstr "Ошибка: функция \"openssl_pkey_new\" в этой системе не в состоянии генерировать ключи шифрования" - -#: ../../mod/install.php:379 -msgid "" -"If running under Windows, please see " -"\"http://www.php.net/manual/en/openssl.installation.php\"." -msgstr "Если вы работаете под Windows, см. \"http://www.php.net/manual/en/openssl.installation.php\"." - -#: ../../mod/install.php:381 -msgid "Generate encryption keys" -msgstr "Генерация шифрованых ключей" - -#: ../../mod/install.php:388 -msgid "libCurl PHP module" -msgstr "libCurl PHP модуль" - -#: ../../mod/install.php:389 -msgid "GD graphics PHP module" -msgstr "GD graphics PHP модуль" - -#: ../../mod/install.php:390 -msgid "OpenSSL PHP module" -msgstr "OpenSSL PHP модуль" - -#: ../../mod/install.php:391 -msgid "mysqli PHP module" -msgstr "mysqli PHP модуль" - -#: ../../mod/install.php:392 -msgid "mb_string PHP module" -msgstr "mb_string PHP модуль" - -#: ../../mod/install.php:397 ../../mod/install.php:399 -msgid "Apache mod_rewrite module" -msgstr "Apache mod_rewrite module" - -#: ../../mod/install.php:397 -msgid "" -"Error: Apache webserver mod-rewrite module is required but not installed." -msgstr "Ошибка: необходим модуль веб-сервера Apache mod-rewrite, но он не установлен." - -#: ../../mod/install.php:405 -msgid "Error: libCURL PHP module required but not installed." -msgstr "Ошибка: необходим libCURL PHP модуль, но он не установлен." - -#: ../../mod/install.php:409 -msgid "" -"Error: GD graphics PHP module with JPEG support required but not installed." -msgstr "Ошибка: необходим PHP модуль GD графики с поддержкой JPEG, но он не установлен." - -#: ../../mod/install.php:413 -msgid "Error: openssl PHP module required but not installed." -msgstr "Ошибка: необходим PHP модуль OpenSSL, но он не установлен." - -#: ../../mod/install.php:417 -msgid "Error: mysqli PHP module required but not installed." -msgstr "Ошибка: необходим PHP модуль MySQLi, но он не установлен." - -#: ../../mod/install.php:421 -msgid "Error: mb_string PHP module required but not installed." -msgstr "Ошибка: необходим PHP модуль mb_string, но он не установлен." - -#: ../../mod/install.php:438 -msgid "" -"The web installer needs to be able to create a file called \".htconfig.php\"" -" in the top folder of your web server and it is unable to do so." -msgstr "Веб-инсталлятору требуется создать файл с именем \". htconfig.php\" в верхней папке веб-сервера, но он не в состоянии это сделать." - -#: ../../mod/install.php:439 -msgid "" -"This is most often a permission setting, as the web server may not be able " -"to write files in your folder - even if you can." -msgstr "Это наиболее частые параметры разрешений, когда веб-сервер не может записать файлы в папке - даже если вы можете." - -#: ../../mod/install.php:440 -msgid "" -"At the end of this procedure, we will give you a text to save in a file " -"named .htconfig.php in your Friendica top folder." -msgstr "" - -#: ../../mod/install.php:441 -msgid "" -"You can alternatively skip this procedure and perform a manual installation." -" Please see the file \"INSTALL.txt\" for instructions." -msgstr "" - -#: ../../mod/install.php:444 -msgid ".htconfig.php is writable" -msgstr ".htconfig.php is writable" - -#: ../../mod/install.php:454 -msgid "" -"Friendica uses the Smarty3 template engine to render its web views. Smarty3 " -"compiles templates to PHP to speed up rendering." -msgstr "" - -#: ../../mod/install.php:455 -msgid "" -"In order to store these compiled templates, the web server needs to have " -"write access to the directory view/smarty3/ under the Friendica top level " -"folder." -msgstr "" - -#: ../../mod/install.php:456 -msgid "" -"Please ensure that the user that your web server runs as (e.g. www-data) has" -" write access to this folder." -msgstr "" - -#: ../../mod/install.php:457 -msgid "" -"Note: as a security measure, you should give the web server write access to " -"view/smarty3/ only--not the template files (.tpl) that it contains." -msgstr "" - -#: ../../mod/install.php:460 -msgid "view/smarty3 is writable" -msgstr "" - -#: ../../mod/install.php:472 -msgid "" -"Url rewrite in .htaccess is not working. Check your server configuration." -msgstr "" - -#: ../../mod/install.php:474 -msgid "Url rewrite is working" -msgstr "" - -#: ../../mod/install.php:484 -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 "Файл конфигурации базы данных \".htconfig.php\" не могла быть записан. Пожалуйста, используйте приложенный текст, чтобы создать конфигурационный файл в корневом каталоге веб-сервера." - -#: ../../mod/install.php:508 -msgid "Errors encountered creating database tables." -msgstr "Обнаружены ошибки при создании таблиц базы данных." - -#: ../../mod/install.php:519 -msgid "

What next

" -msgstr "

Что далее

" - -#: ../../mod/install.php:520 -msgid "" -"IMPORTANT: You will need to [manually] setup a scheduled task for the " -"poller." -msgstr "ВАЖНО: Вам нужно будет [вручную] установить запланированное задание для регистратора." - -#: ../../mod/oexchange.php:25 -msgid "Post successful." -msgstr "Успешно добавлено." - -#: ../../mod/openid.php:24 -msgid "OpenID protocol error. No ID returned." -msgstr "" - -#: ../../mod/openid.php:53 -msgid "" -"Account not found and OpenID registration is not permitted on this site." -msgstr "Аккаунт не найден и OpenID регистрация не допускается на этом сайте." - -#: ../../mod/profile_photo.php:44 -msgid "Image uploaded but image cropping failed." -msgstr "Изображение загружено, но обрезка изображения не удалась." - -#: ../../mod/profile_photo.php:77 ../../mod/profile_photo.php:84 -#: ../../mod/profile_photo.php:91 ../../mod/profile_photo.php:308 -#, php-format -msgid "Image size reduction [%s] failed." -msgstr "Уменьшение размера изображения [%s] не удалось." - -#: ../../mod/profile_photo.php:118 -msgid "" -"Shift-reload the page or clear browser cache if the new photo does not " -"display immediately." -msgstr "Перезагрузите страницу с зажатой клавишей \"Shift\" для того, чтобы увидеть свое новое фото немедленно." - -#: ../../mod/profile_photo.php:128 -msgid "Unable to process image" -msgstr "Не удается обработать изображение" - -#: ../../mod/profile_photo.php:242 -msgid "Upload File:" -msgstr "Загрузить файл:" - -#: ../../mod/profile_photo.php:243 -msgid "Select a profile:" -msgstr "Выбрать этот профиль:" - -#: ../../mod/profile_photo.php:245 -msgid "Upload" -msgstr "Загрузить" - -#: ../../mod/profile_photo.php:248 -msgid "skip this step" -msgstr "пропустить этот шаг" - -#: ../../mod/profile_photo.php:248 -msgid "select a photo from your photo albums" -msgstr "выберите фото из ваших фотоальбомов" - -#: ../../mod/profile_photo.php:262 -msgid "Crop Image" -msgstr "Обрезать изображение" - -#: ../../mod/profile_photo.php:263 -msgid "Please adjust the image cropping for optimum viewing." -msgstr "Пожалуйста, настройте обрезку изображения для оптимального просмотра." - -#: ../../mod/profile_photo.php:265 -msgid "Done Editing" -msgstr "Редактирование выполнено" - -#: ../../mod/profile_photo.php:299 -msgid "Image uploaded successfully." -msgstr "Изображение загружено успешно." - -#: ../../mod/community.php:23 -msgid "Not available." -msgstr "Недоступно." - -#: ../../mod/content.php:626 ../../object/Item.php:362 -#, php-format -msgid "%d comment" -msgid_plural "%d comments" -msgstr[0] "%d комментарий" -msgstr[1] "%d комментариев" -msgstr[2] "%d комментариев" - -#: ../../mod/content.php:707 ../../object/Item.php:232 -msgid "like" -msgstr "нравится" - -#: ../../mod/content.php:708 ../../object/Item.php:233 -msgid "dislike" -msgstr "не нравитса" - -#: ../../mod/content.php:710 ../../object/Item.php:235 -msgid "Share this" -msgstr "Поделитесь этим" - -#: ../../mod/content.php:710 ../../object/Item.php:235 -msgid "share" -msgstr "делиться" - -#: ../../mod/content.php:734 ../../object/Item.php:654 -msgid "Bold" -msgstr "Жирный" - -#: ../../mod/content.php:735 ../../object/Item.php:655 -msgid "Italic" -msgstr "Kурсивный" - -#: ../../mod/content.php:736 ../../object/Item.php:656 -msgid "Underline" -msgstr "Подчеркнутый" - -#: ../../mod/content.php:737 ../../object/Item.php:657 -msgid "Quote" -msgstr "Цитата" - -#: ../../mod/content.php:738 ../../object/Item.php:658 -msgid "Code" -msgstr "Код" - -#: ../../mod/content.php:739 ../../object/Item.php:659 -msgid "Image" -msgstr "Изображение / Фото" - -#: ../../mod/content.php:740 ../../object/Item.php:660 -msgid "Link" -msgstr "Ссылка" - -#: ../../mod/content.php:741 ../../object/Item.php:661 -msgid "Video" -msgstr "Видео" - -#: ../../mod/content.php:776 ../../object/Item.php:211 -msgid "add star" -msgstr "пометить" - -#: ../../mod/content.php:777 ../../object/Item.php:212 -msgid "remove star" -msgstr "убрать метку" - -#: ../../mod/content.php:778 ../../object/Item.php:213 -msgid "toggle star status" -msgstr "переключить статус" - -#: ../../mod/content.php:781 ../../object/Item.php:216 -msgid "starred" -msgstr "помечено" - -#: ../../mod/content.php:782 ../../object/Item.php:221 -msgid "add tag" -msgstr "добавить ключевое слово (таг)" - -#: ../../mod/content.php:786 ../../object/Item.php:130 -msgid "save to folder" -msgstr "сохранить в папке" - -#: ../../mod/content.php:877 ../../object/Item.php:308 -msgid "to" -msgstr "к" - -#: ../../mod/content.php:878 ../../object/Item.php:310 -msgid "Wall-to-Wall" -msgstr "Стена-на-Стену" - -#: ../../mod/content.php:879 ../../object/Item.php:311 -msgid "via Wall-To-Wall:" -msgstr "через Стена-на-Стену:" - -#: ../../object/Item.php:92 -msgid "This entry was edited" -msgstr "" - -#: ../../object/Item.php:309 -msgid "via" -msgstr "через" - -#: ../../view/theme/cleanzero/config.php:82 -#: ../../view/theme/diabook/config.php:154 -#: ../../view/theme/dispy/config.php:72 ../../view/theme/quattro/config.php:66 -msgid "Theme settings" -msgstr "" - -#: ../../view/theme/cleanzero/config.php:83 -msgid "Set resize level for images in posts and comments (width and height)" -msgstr "" - -#: ../../view/theme/cleanzero/config.php:84 -#: ../../view/theme/diabook/config.php:155 -#: ../../view/theme/dispy/config.php:73 -msgid "Set font-size for posts and comments" -msgstr "" - -#: ../../view/theme/cleanzero/config.php:85 -msgid "Set theme width" -msgstr "" - -#: ../../view/theme/cleanzero/config.php:86 -#: ../../view/theme/quattro/config.php:68 -msgid "Color scheme" -msgstr "Цветовая схема" - -#: ../../view/theme/diabook/config.php:156 -#: ../../view/theme/dispy/config.php:74 -msgid "Set line-height for posts and comments" -msgstr "" - -#: ../../view/theme/diabook/config.php:157 -msgid "Set resolution for middle column" -msgstr "" - -#: ../../view/theme/diabook/config.php:158 -msgid "Set color scheme" -msgstr "" - -#: ../../view/theme/diabook/config.php:159 -#: ../../view/theme/diabook/theme.php:609 -msgid "Set twitter search term" -msgstr "" - -#: ../../view/theme/diabook/config.php:160 -msgid "Set zoomfactor for Earth Layer" -msgstr "" - -#: ../../view/theme/diabook/config.php:161 -#: ../../view/theme/diabook/theme.php:578 -msgid "Set longitude (X) for Earth Layers" -msgstr "" - -#: ../../view/theme/diabook/config.php:162 -#: ../../view/theme/diabook/theme.php:579 -msgid "Set latitude (Y) for Earth Layers" -msgstr "" - -#: ../../view/theme/diabook/config.php:163 -#: ../../view/theme/diabook/theme.php:94 -#: ../../view/theme/diabook/theme.php:537 -#: ../../view/theme/diabook/theme.php:632 -msgid "Community Pages" -msgstr "Страницы сообщества" - -#: ../../view/theme/diabook/config.php:164 -#: ../../view/theme/diabook/theme.php:572 -#: ../../view/theme/diabook/theme.php:633 -msgid "Earth Layers" -msgstr "" - -#: ../../view/theme/diabook/config.php:165 -#: ../../view/theme/diabook/theme.php:384 -#: ../../view/theme/diabook/theme.php:634 -msgid "Community Profiles" -msgstr "" - -#: ../../view/theme/diabook/config.php:166 -#: ../../view/theme/diabook/theme.php:592 -#: ../../view/theme/diabook/theme.php:635 -msgid "Help or @NewHere ?" -msgstr "" - -#: ../../view/theme/diabook/config.php:167 -#: ../../view/theme/diabook/theme.php:599 -#: ../../view/theme/diabook/theme.php:636 -msgid "Connect Services" -msgstr "Подключить службы" - -#: ../../view/theme/diabook/config.php:168 -#: ../../view/theme/diabook/theme.php:516 -#: ../../view/theme/diabook/theme.php:637 -msgid "Find Friends" -msgstr "Найти друзей" - -#: ../../view/theme/diabook/config.php:169 -msgid "Last tweets" -msgstr "" - -#: ../../view/theme/diabook/config.php:170 -#: ../../view/theme/diabook/theme.php:405 -#: ../../view/theme/diabook/theme.php:639 -msgid "Last users" -msgstr "Последние пользователи" - -#: ../../view/theme/diabook/config.php:171 -#: ../../view/theme/diabook/theme.php:479 -#: ../../view/theme/diabook/theme.php:640 -msgid "Last photos" -msgstr "Последние фото" - -#: ../../view/theme/diabook/config.php:172 -#: ../../view/theme/diabook/theme.php:434 -#: ../../view/theme/diabook/theme.php:641 -msgid "Last likes" -msgstr "Последние likes" - -#: ../../view/theme/diabook/theme.php:89 -msgid "Your contacts" -msgstr "Ваши контакты" - -#: ../../view/theme/diabook/theme.php:517 -msgid "Local Directory" -msgstr "Локальный каталог" - -#: ../../view/theme/diabook/theme.php:577 -msgid "Set zoomfactor for Earth Layers" -msgstr "" - -#: ../../view/theme/diabook/theme.php:606 -#: ../../view/theme/diabook/theme.php:638 -msgid "Last Tweets" -msgstr "Последние твиты" - -#: ../../view/theme/diabook/theme.php:630 -msgid "Show/hide boxes at right-hand column:" -msgstr "" - -#: ../../view/theme/dispy/config.php:75 -msgid "Set colour scheme" -msgstr "" - -#: ../../view/theme/quattro/config.php:67 -msgid "Alignment" -msgstr "Выравнивание" - -#: ../../view/theme/quattro/config.php:67 -msgid "Left" -msgstr "" - -#: ../../view/theme/quattro/config.php:67 -msgid "Center" -msgstr "Центр" - -#: ../../view/theme/quattro/config.php:69 -msgid "Posts font size" -msgstr "" - -#: ../../view/theme/quattro/config.php:70 -msgid "Textareas font size" -msgstr "" - -#: ../../boot.php:650 -msgid "Delete this item?" -msgstr "Удалить этот элемент?" - -#: ../../boot.php:653 -msgid "show fewer" -msgstr "показать меньше" - -#: ../../boot.php:920 -#, php-format -msgid "Update %s failed. See error logs." -msgstr "" - -#: ../../boot.php:922 -#, php-format -msgid "Update Error at %s" -msgstr "" - -#: ../../boot.php:1032 -msgid "Create a New Account" -msgstr "Создать новый аккаунт" - -#: ../../boot.php:1060 -msgid "Nickname or Email address: " -msgstr "Ник или адрес электронной почты: " - -#: ../../boot.php:1061 -msgid "Password: " -msgstr "Пароль: " - -#: ../../boot.php:1062 -msgid "Remember me" -msgstr "Напомнить" - -#: ../../boot.php:1065 -msgid "Or login using OpenID: " -msgstr "Или зайти с OpenID: " - -#: ../../boot.php:1071 -msgid "Forgot your password?" -msgstr "Забыли пароль?" - -#: ../../boot.php:1074 -msgid "Website Terms of Service" -msgstr "" - -#: ../../boot.php:1075 -msgid "terms of service" -msgstr "" - -#: ../../boot.php:1077 -msgid "Website Privacy Policy" -msgstr "" - -#: ../../boot.php:1078 -msgid "privacy policy" -msgstr "" - -#: ../../boot.php:1207 -msgid "Requested account is not available." -msgstr "" - -#: ../../boot.php:1286 ../../boot.php:1390 -msgid "Edit profile" -msgstr "Редактировать профиль" - -#: ../../boot.php:1352 -msgid "Message" -msgstr "Сообщение" - -#: ../../boot.php:1360 -msgid "Manage/edit profiles" -msgstr "Управление / редактирование профилей" - -#: ../../boot.php:1489 ../../boot.php:1575 -msgid "g A l F d" -msgstr "g A l F d" - -#: ../../boot.php:1490 ../../boot.php:1576 -msgid "F d" -msgstr "F d" - -#: ../../boot.php:1535 ../../boot.php:1616 -msgid "[today]" -msgstr "[сегодня]" - -#: ../../boot.php:1547 -msgid "Birthday Reminders" -msgstr "Напоминания о днях рождения" - -#: ../../boot.php:1548 -msgid "Birthdays this week:" -msgstr "Дни рождения на этой неделе:" - -#: ../../boot.php:1609 -msgid "[No description]" -msgstr "[без описания]" - -#: ../../boot.php:1627 -msgid "Event Reminders" -msgstr "Напоминания о мероприятиях" - -#: ../../boot.php:1628 -msgid "Events this week:" -msgstr "Мероприятия на этой неделе:" - -#: ../../boot.php:1864 -msgid "Status Messages and Posts" -msgstr "" - -#: ../../boot.php:1871 -msgid "Profile Details" -msgstr "Детали профиля" - -#: ../../boot.php:1888 -msgid "Events and Calendar" -msgstr "" - -#: ../../boot.php:1895 -msgid "Only You Can See This" -msgstr "Только вы можете это видеть" - -#: ../../index.php:405 -msgid "toggle mobile" -msgstr "мобильная версия" diff --git a/view/ru/strings.php b/view/ru/strings.php index a0f722a181..596720ea8d 100644 --- a/view/ru/strings.php +++ b/view/ru/strings.php @@ -5,118 +5,1397 @@ function string_plural_select_ru($n){ return ($n%10==1 && $n%100!=11 ? 0 : $n%10>=2 && $n%10<=4 && ($n%100<10 || $n%100>=20) ? 1 : 2);; }} ; +$a->strings["This entry was edited"] = "Эта запись была отредактирована"; +$a->strings["Private Message"] = "Личное сообщение"; +$a->strings["Edit"] = "Редактировать"; +$a->strings["Select"] = "Выберите"; +$a->strings["Delete"] = "Удалить"; +$a->strings["save to folder"] = "сохранить в папке"; +$a->strings["add star"] = "пометить"; +$a->strings["remove star"] = "убрать метку"; +$a->strings["toggle star status"] = "переключить статус"; +$a->strings["starred"] = "помечено"; +$a->strings["add tag"] = "добавить ключевое слово (таг)"; +$a->strings["I like this (toggle)"] = "Нравится"; +$a->strings["like"] = "нравится"; +$a->strings["I don't like this (toggle)"] = "Не нравится"; +$a->strings["dislike"] = "не нравитса"; +$a->strings["Share this"] = "Поделитесь этим"; +$a->strings["share"] = "делиться"; +$a->strings["Categories:"] = "Категории:"; +$a->strings["Filed under:"] = "В рубрике:"; +$a->strings["View %s's profile @ %s"] = "Просмотреть профиль %s [@ %s]"; +$a->strings["to"] = "к"; +$a->strings["via"] = "через"; +$a->strings["Wall-to-Wall"] = "Стена-на-Стену"; +$a->strings["via Wall-To-Wall:"] = "через Стена-на-Стену:"; +$a->strings["%s from %s"] = "%s с %s"; +$a->strings["Comment"] = "Комментарий"; +$a->strings["Please wait"] = "Пожалуйста, подождите"; +$a->strings["%d comment"] = array( + 0 => "%d комментарий", + 1 => "%d комментариев", + 2 => "%d комментариев", +); +$a->strings["comment"] = array( + 0 => "", + 1 => "", + 2 => "комментарий", +); +$a->strings["show more"] = "показать больше"; +$a->strings["This is you"] = "Это вы"; +$a->strings["Submit"] = "Подтвердить"; +$a->strings["Bold"] = "Жирный"; +$a->strings["Italic"] = "Kурсивный"; +$a->strings["Underline"] = "Подчеркнутый"; +$a->strings["Quote"] = "Цитата"; +$a->strings["Code"] = "Код"; +$a->strings["Image"] = "Изображение / Фото"; +$a->strings["Link"] = "Ссылка"; +$a->strings["Video"] = "Видео"; +$a->strings["Preview"] = "предварительный просмотр"; +$a->strings["You must be logged in to use addons. "] = "Вы должны войти в систему, чтобы использовать аддоны."; +$a->strings["Not Found"] = "Не найдено"; +$a->strings["Page not found."] = "Страница не найдена."; +$a->strings["Permission denied"] = "Доступ запрещен"; +$a->strings["Permission denied."] = "Нет разрешения."; +$a->strings["toggle mobile"] = "мобильная версия"; +$a->strings["Home"] = "Главная"; +$a->strings["Your posts and conversations"] = "Ваши сообщения и беседы"; $a->strings["Profile"] = "Профиль"; -$a->strings["Full Name:"] = "Полное имя:"; +$a->strings["Your profile page"] = "Страница Вашего профиля"; +$a->strings["Photos"] = "Фото"; +$a->strings["Your photos"] = "Ваши фотографии"; +$a->strings["Events"] = "Мероприятия"; +$a->strings["Your events"] = "Ваши события"; +$a->strings["Personal notes"] = "Личные заметки"; +$a->strings["Your personal photos"] = "Ваши личные фотографии"; +$a->strings["Community"] = "Сообщество"; +$a->strings["don't show"] = "не показывать"; +$a->strings["show"] = "показывать"; +$a->strings["Theme settings"] = "Настройки темы"; +$a->strings["Set font-size for posts and comments"] = "Установить шрифт-размер для постов и комментариев"; +$a->strings["Set line-height for posts and comments"] = "Установить высоту строки для постов и комментариев"; +$a->strings["Set resolution for middle column"] = "Установить разрешение для средней колонки"; +$a->strings["Contacts"] = "Контакты"; +$a->strings["Your contacts"] = "Ваши контакты"; +$a->strings["Community Pages"] = "Страницы сообщества"; +$a->strings["Community Profiles"] = "Профили сообщества"; +$a->strings["Last users"] = "Последние пользователи"; +$a->strings["Last likes"] = "Последние likes"; +$a->strings["event"] = "мероприятие"; +$a->strings["status"] = "статус"; +$a->strings["photo"] = "фото"; +$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s нравится %3\$s от %2\$s "; +$a->strings["Last photos"] = "Последние фото"; +$a->strings["Contact Photos"] = "Фотографии контакта"; +$a->strings["Profile Photos"] = "Фотографии профиля"; +$a->strings["Find Friends"] = "Найти друзей"; +$a->strings["Local Directory"] = "Локальный каталог"; +$a->strings["Global Directory"] = "Глобальный каталог"; +$a->strings["Similar Interests"] = "Похожие интересы"; +$a->strings["Friend Suggestions"] = "Предложения друзей"; +$a->strings["Invite Friends"] = "Пригласить друзей"; +$a->strings["Settings"] = "Настройки"; +$a->strings["Earth Layers"] = "Карта"; +$a->strings["Set zoomfactor for Earth Layers"] = "Установить масштаб карты"; +$a->strings["Set longitude (X) for Earth Layers"] = "Установить длину (X) карты"; +$a->strings["Set latitude (Y) for Earth Layers"] = "Установить ширину (Y) карты"; +$a->strings["Help or @NewHere ?"] = "Помощь"; +$a->strings["Connect Services"] = "Подключить службы"; +$a->strings["Show/hide boxes at right-hand column:"] = "Показать/скрыть блоки в правой колонке:"; +$a->strings["Set color scheme"] = "Установить цветовую схему"; +$a->strings["Set zoomfactor for Earth Layer"] = "Установить масштаб карты"; +$a->strings["Alignment"] = "Выравнивание"; +$a->strings["Left"] = ""; +$a->strings["Center"] = "Центр"; +$a->strings["Color scheme"] = "Цветовая схема"; +$a->strings["Posts font size"] = "Размер шрифта постов"; +$a->strings["Textareas font size"] = "Размер шрифта текстовых полей"; +$a->strings["Set colour scheme"] = "Установить цветовую схему"; +$a->strings["default"] = "значение по умолчанию"; +$a->strings["Background Image"] = "Фоновое изображение"; +$a->strings["The URL to a picture (e.g. from your photo album) that should be used as background image."] = "URL изображения (например, из вашего фотоальбома), которое должно быть использовано в качестве фонового изображения."; +$a->strings["Background Color"] = "Цвет фона"; +$a->strings["HEX value for the background color. Don't include the #"] = "HEX код для фонового изображения. Не используйте #"; +$a->strings["font size"] = "размер шрифта"; +$a->strings["base font size for your interface"] = "основной размер шрифта для вашего интерфейса"; +$a->strings["Set resize level for images in posts and comments (width and height)"] = "Установить уровень изменения размера изображений в постах и ​​комментариях (ширина и высота)"; +$a->strings["Set theme width"] = "Установить ширину темы"; +$a->strings["Delete this item?"] = "Удалить этот элемент?"; +$a->strings["show fewer"] = "показать меньше"; +$a->strings["Update %s failed. See error logs."] = "Обновление %s не удалось. Смотрите журнал ошибок."; +$a->strings["Update Error at %s"] = "Ошибка обновления в %s"; +$a->strings["Create a New Account"] = "Создать новый аккаунт"; +$a->strings["Register"] = "Регистрация"; +$a->strings["Logout"] = "Выход"; +$a->strings["Login"] = "Вход"; +$a->strings["Nickname or Email address: "] = "Ник или адрес электронной почты: "; +$a->strings["Password: "] = "Пароль: "; +$a->strings["Remember me"] = "Напомнить"; +$a->strings["Or login using OpenID: "] = "Или зайти с OpenID: "; +$a->strings["Forgot your password?"] = "Забыли пароль?"; +$a->strings["Password Reset"] = "Сброс пароля"; +$a->strings["Website Terms of Service"] = "Правила сайта"; +$a->strings["terms of service"] = "правила"; +$a->strings["Website Privacy Policy"] = "Политика конфиденциальности сервера"; +$a->strings["privacy policy"] = "политика конфиденциальности"; +$a->strings["Requested account is not available."] = "Запрашиваемый профиль недоступен."; +$a->strings["Requested profile is not available."] = "Запрашиваемый профиль недоступен."; +$a->strings["Edit profile"] = "Редактировать профиль"; +$a->strings["Connect"] = "Подключить"; +$a->strings["Message"] = "Сообщение"; +$a->strings["Profiles"] = "Профили"; +$a->strings["Manage/edit profiles"] = "Управление / редактирование профилей"; +$a->strings["Change profile photo"] = "Изменить фото профиля"; +$a->strings["Create New Profile"] = "Создать новый профиль"; +$a->strings["Profile Image"] = "Фото профиля"; +$a->strings["visible to everybody"] = "видимый всем"; +$a->strings["Edit visibility"] = "Редактировать видимость"; +$a->strings["Location:"] = "Откуда:"; $a->strings["Gender:"] = "Пол:"; -$a->strings["j F, Y"] = "j F, Y"; -$a->strings["j F"] = "j F"; -$a->strings["Birthday:"] = "День рождения:"; -$a->strings["Age:"] = "Возраст:"; $a->strings["Status:"] = "Статус:"; -$a->strings["for %1\$d %2\$s"] = ""; -$a->strings["Sexual Preference:"] = "Сексуальные предпочтения:"; $a->strings["Homepage:"] = "Домашняя страничка:"; -$a->strings["Hometown:"] = ""; -$a->strings["Tags:"] = "Ключевые слова: "; -$a->strings["Political Views:"] = "Политические взгляды:"; -$a->strings["Religion:"] = "Религия:"; +$a->strings["g A l F d"] = "g A l F d"; +$a->strings["F d"] = "F d"; +$a->strings["[today]"] = "[сегодня]"; +$a->strings["Birthday Reminders"] = "Напоминания о днях рождения"; +$a->strings["Birthdays this week:"] = "Дни рождения на этой неделе:"; +$a->strings["[No description]"] = "[без описания]"; +$a->strings["Event Reminders"] = "Напоминания о мероприятиях"; +$a->strings["Events this week:"] = "Мероприятия на этой неделе:"; +$a->strings["Status"] = "Статус"; +$a->strings["Status Messages and Posts"] = "Сообщение статуса и посты"; +$a->strings["Profile Details"] = "Детали профиля"; +$a->strings["Photo Albums"] = "Фотоальбомы"; +$a->strings["Videos"] = "Видео"; +$a->strings["Events and Calendar"] = "Календарь и события"; +$a->strings["Personal Notes"] = "Личные заметки"; +$a->strings["Only You Can See This"] = "Только вы можете это видеть"; +$a->strings["%1\$s is currently %2\$s"] = ""; +$a->strings["Mood"] = "Настроение"; +$a->strings["Set your current mood and tell your friends"] = "Напишите о вашем настроении и расскажите своим друзьям"; +$a->strings["Public access denied."] = "Свободный доступ закрыт."; +$a->strings["Item not found."] = "Пункт не найден."; +$a->strings["Access to this profile has been restricted."] = "Доступ к этому профилю ограничен."; +$a->strings["Item has been removed."] = "Пункт был удален."; +$a->strings["Access denied."] = "Доступ запрещен."; +$a->strings["This is Friendica, version"] = "Это Friendica, версия"; +$a->strings["running at web location"] = "работает на веб-узле"; +$a->strings["Please visit Friendica.com to learn more about the Friendica project."] = "Пожалуйста, посетите сайт Friendica.com, чтобы узнать больше о проекте Friendica."; +$a->strings["Bug reports and issues: please visit"] = "Отчет об ошибках и проблемах: пожалуйста, посетите"; +$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Предложения, похвала, пожертвования? Пишите на \"info\" на Friendica - точка com"; +$a->strings["Installed plugins/addons/apps:"] = "Установленные плагины / добавки / приложения:"; +$a->strings["No installed plugins/addons/apps"] = "Нет установленных плагинов / добавок / приложений"; +$a->strings["%1\$s welcomes %2\$s"] = "%1\$s добро пожаловать %2\$s"; +$a->strings["Registration details for %s"] = "Подробности регистрации для %s"; +$a->strings["Registration successful. Please check your email for further instructions."] = "Регистрация успешна. Пожалуйста, проверьте свою электронную почту для получения дальнейших инструкций."; +$a->strings["Failed to send email message. Here is the message that failed."] = "Невозможно отправить сообщение электронной почтой. Вот сообщение, которое не удалось."; +$a->strings["Your registration can not be processed."] = "Ваша регистрация не может быть обработана."; +$a->strings["Registration request at %s"] = "Запрос на регистрацию на %s"; +$a->strings["Your registration is pending approval by the site owner."] = "Ваша регистрация в ожидании одобрения владельцем сайта."; +$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Этот сайт превысил допустимое количество ежедневных регистраций. Пожалуйста, повторите попытку завтра."; +$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "Вы можете (по желанию), заполнить эту форму с помощью OpenID, поддерживая ваш OpenID и нажав клавишу \"Регистрация\"."; +$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "Если вы не знакомы с OpenID, пожалуйста, оставьте это поле пустым и заполните остальные элементы."; +$a->strings["Your OpenID (optional): "] = "Ваш OpenID (необязательно):"; +$a->strings["Include your profile in member directory?"] = "Включить ваш профиль в каталог участников?"; +$a->strings["Yes"] = "Да"; +$a->strings["No"] = "Нет"; +$a->strings["Membership on this site is by invitation only."] = "Членство на сайте только по приглашению."; +$a->strings["Your invitation ID: "] = "ID вашего приглашения:"; +$a->strings["Registration"] = "Регистрация"; +$a->strings["Your Full Name (e.g. Joe Smith): "] = "Ваше полное имя (например, Joe Smith): "; +$a->strings["Your Email Address: "] = "Ваш адрес электронной почты: "; +$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be 'nickname@\$sitename'."] = "Выбор псевдонима профиля. Он должен начинаться с буквы. Адрес вашего профиля на данном сайте будет в этом случае 'nickname@\$sitename'."; +$a->strings["Choose a nickname: "] = "Выберите псевдоним: "; +$a->strings["Import"] = "Импорт"; +$a->strings["Import your profile to this friendica instance"] = "Импорт своего профиля в этот экземпляр friendica"; +$a->strings["Profile not found."] = "Профиль не найден."; +$a->strings["Contact not found."] = "Контакт не найден."; +$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "Это может иногда происходить, если контакт запрашивали двое людей, и он был уже одобрен."; +$a->strings["Response from remote site was not understood."] = "Ответ от удаленного сайта не был понят."; +$a->strings["Unexpected response from remote site: "] = "Неожиданный ответ от удаленного сайта: "; +$a->strings["Confirmation completed successfully."] = "Подтверждение успешно завершено."; +$a->strings["Remote site reported: "] = "Удаленный сайт сообщил: "; +$a->strings["Temporary failure. Please wait and try again."] = "Временные неудачи. Подождите и попробуйте еще раз."; +$a->strings["Introduction failed or was revoked."] = "Запрос ошибочен или был отозван."; +$a->strings["Unable to set contact photo."] = "Не удается установить фото контакта."; +$a->strings["%1\$s is now friends with %2\$s"] = "%1\$s и %2\$s теперь друзья"; +$a->strings["No user record found for '%s' "] = "Не найдено записи пользователя для '%s' "; +$a->strings["Our site encryption key is apparently messed up."] = "Наш ключ шифрования сайта, по-видимому, перепутался."; +$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "Был предоставлен пустой URL сайта ​​или URL не может быть расшифрован нами."; +$a->strings["Contact record was not found for you on our site."] = "Запись контакта не найдена для вас на нашем сайте."; +$a->strings["Site public key not available in contact record for URL %s."] = "Публичный ключ недоступен в записи о контакте по ссылке %s"; +$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "ID, предложенный вашей системой, является дубликатом в нашей системе. Он должен работать, если вы повторите попытку."; +$a->strings["Unable to set your contact credentials on our system."] = "Не удалось установить ваши учетные данные контакта в нашей системе."; +$a->strings["Unable to update your contact profile details on our system"] = "Не удается обновить ваши контактные детали профиля в нашей системе"; +$a->strings["Connection accepted at %s"] = "Подключение принято в %s"; +$a->strings["%1\$s has joined %2\$s"] = "%1\$s присоединился %2\$s"; +$a->strings["Authorize application connection"] = "Разрешить связь с приложением"; +$a->strings["Return to your app and insert this Securty Code:"] = "Вернитесь в ваше приложение и задайте этот код:"; +$a->strings["Please login to continue."] = "Пожалуйста, войдите для продолжения."; +$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Вы действительно хотите разрешить этому приложению доступ к своим постам и контактам, а также создавать новые записи от вашего имени?"; +$a->strings["No valid account found."] = "Не найдено действительного аккаунта."; +$a->strings["Password reset request issued. Check your email."] = "Запрос на сброс пароля принят. Проверьте вашу электронную почту."; +$a->strings["Password reset requested at %s"] = "Запрос на сброс пароля получен %s"; +$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Запрос не может быть проверен. (Вы, возможно, ранее представляли его.) Попытка сброса пароля неудачная."; +$a->strings["Your password has been reset as requested."] = "Ваш пароль был сброшен по требованию."; +$a->strings["Your new password is"] = "Ваш новый пароль"; +$a->strings["Save or copy your new password - and then"] = "Сохраните или скопируйте новый пароль - и затем"; +$a->strings["click here to login"] = "нажмите здесь для входа"; +$a->strings["Your password may be changed from the Settings page after successful login."] = "Ваш пароль может быть изменен на странице Настройки после успешного входа."; +$a->strings["Your password has been changed at %s"] = "Ваш пароль был изменен %s"; +$a->strings["Forgot your Password?"] = "Забыли пароль?"; +$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Введите адрес электронной почты и подтвердите, что вы хотите сбросить ваш пароль. Затем проверьте свою электронную почту для получения дальнейших инструкций."; +$a->strings["Nickname or Email: "] = "Ник или E-mail: "; +$a->strings["Reset"] = "Сброс"; +$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Количество ежедневных сообщений на стене %s превышено. Сообщение отменено.."; +$a->strings["No recipient selected."] = "Не выбран получатель."; +$a->strings["Unable to check your home location."] = "Невозможно проверить местоположение."; +$a->strings["Message could not be sent."] = "Сообщение не может быть отправлено."; +$a->strings["Message collection failure."] = "Неудача коллекции сообщения."; +$a->strings["Message sent."] = "Сообщение отправлено."; +$a->strings["No recipient."] = "Без адресата."; +$a->strings["Please enter a link URL:"] = "Пожалуйста, введите URL ссылки:"; +$a->strings["Send Private Message"] = "Отправить личное сообщение"; +$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "Если Вы хотите ответить %s, пожалуйста, проверьте, позволяют ли настройки конфиденциальности на Вашем сайте принимать персональную почту от неизвестных отправителей."; +$a->strings["To:"] = "Кому:"; +$a->strings["Subject:"] = "Тема:"; +$a->strings["Your message:"] = "Ваше сообщение:"; +$a->strings["Upload photo"] = "Загрузить фото"; +$a->strings["Insert web link"] = "Вставить веб-ссылку"; +$a->strings["Welcome to Friendica"] = "Добро пожаловать в Friendica"; +$a->strings["New Member Checklist"] = "Новый контрольный список участников"; +$a->strings["We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."] = "Мы хотели бы предложить некоторые советы и ссылки, помогающие сделать вашу работу приятнее. Нажмите на любой элемент, чтобы посетить соответствующую страницу. Ссылка на эту страницу будет видна на вашей домашней странице в течение двух недель после первоначальной регистрации, а затем она исчезнет."; +$a->strings["Getting Started"] = "Начало работы"; +$a->strings["Friendica Walk-Through"] = "Friendica тур"; +$a->strings["On your Quick Start page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."] = "На вашей странице Быстрый старт - можно найти краткое введение в ваш профиль и сетевые закладки, создать новые связи, и найти группы, чтобы присоединиться к ним."; +$a->strings["Go to Your Settings"] = "Перейти к вашим настройкам"; +$a->strings["On your Settings page - change your initial password. Also make a note of your Identity Address. This looks just like an email address - and will be useful in making friends on the free social web."] = "На вашей странице Настройки - вы можете изменить свой первоначальный пароль. Также обратите внимание на ваш личный адрес. Он выглядит так же, как адрес электронной почты - и будет полезен для поиска друзей в свободной социальной сети."; +$a->strings["Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you."] = "Просмотрите другие установки, в частности, параметры конфиденциальности. Неопубликованные пункты каталога с частными номерами телефона. В общем, вам, вероятно, следует опубликовать свою информацию - если все ваши друзья и потенциальные друзья точно знают, как вас найти."; +$a->strings["Upload Profile Photo"] = "Загрузить фото профиля"; +$a->strings["Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not."] = "Загрузите фотографию профиля, если вы еще не сделали это. Исследования показали, что люди с реальными фотографиями имеют в десять раз больше шансов подружиться, чем люди, которые этого не делают."; +$a->strings["Edit Your Profile"] = "Редактировать профиль"; +$a->strings["Edit your default profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."] = "Отредактируйте профиль по умолчанию на свой ​​вкус. Просмотрите установки для сокрытия вашего списка друзей и сокрытия профиля от неизвестных посетителей."; +$a->strings["Profile Keywords"] = "Ключевые слова профиля"; +$a->strings["Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships."] = "Установите некоторые публичные ключевые слова для вашего профиля по умолчанию, которые описывают ваши интересы. Мы можем быть в состоянии найти других людей со схожими интересами и предложить дружбу."; +$a->strings["Connecting"] = "Подключение"; +$a->strings["Facebook"] = "Facebook"; +$a->strings["Authorise the Facebook Connector if you currently have a Facebook account and we will (optionally) import all your Facebook friends and conversations."] = "Авторизуйте Facebook Connector , если у вас уже есть аккаунт на Facebook, и мы (по желанию) импортируем всех ваших друзей и беседы с Facebook."; +$a->strings["If this is your own personal server, installing the Facebook addon may ease your transition to the free social web."] = "Если это ваш личный сервер, установите дополнение Facebook, это может облегчить ваш переход на свободную социальную сеть."; +$a->strings["Importing Emails"] = "Импортирование Email-ов"; +$a->strings["Enter your email access information on your Connector Settings page if you wish to import and interact with friends or mailing lists from your email INBOX"] = "Введите информацию о доступе к вашему email на странице настроек вашего коннектора, если вы хотите импортировать, и общаться с друзьями или получать рассылки на ваш ящик электронной почты"; +$a->strings["Go to Your Contacts Page"] = "Перейти на страницу ваших контактов"; +$a->strings["Your Contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the Add New Contact dialog."] = "Ваша страница контактов - это ваш шлюз к управлению дружбой и общением с друзьями в других сетях. Обычно вы вводите свой ​​адрес или адрес сайта в диалог Добавить новый контакт."; +$a->strings["Go to Your Site's Directory"] = "Перейти в каталог вашего сайта"; +$a->strings["The Directory page lets you find other people in this network or other federated sites. Look for a Connect or Follow link on their profile page. Provide your own Identity Address if requested."] = "На странице каталога вы можете найти других людей в этой сети или на других похожих сайтах. Ищите ссылки Подключить или Следовать на страницах их профилей. Укажите свой собственный адрес идентификации, если требуется."; +$a->strings["Finding New People"] = "Поиск людей"; +$a->strings["On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours."] = "На боковой панели страницы Контакты есть несколько инструментов, чтобы найти новых друзей. Мы можем искать по соответствию интересам, посмотреть людей по имени или интересам, и внести предложения на основе сетевых отношений. На новом сайте, предложения дружбы, как правило, начинают заполняться в течение 24 часов."; +$a->strings["Groups"] = "Группы"; +$a->strings["Group Your Contacts"] = "Группа \"ваши контакты\""; +$a->strings["Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page."] = "После того, как вы найдете несколько друзей, организуйте их в группы частных бесед в боковой панели на странице Контакты, а затем вы можете взаимодействовать с каждой группой приватно или на вашей странице Сеть."; +$a->strings["Why Aren't My Posts Public?"] = "Почему мои посты не публичные?"; +$a->strings["Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above."] = "Friendica уважает вашу приватность. По умолчанию, ваши сообщения будут показываться только для людей, которых вы добавили в список друзей. Для получения дополнительной информации см. раздел справки по ссылке выше."; +$a->strings["Getting Help"] = "Получить помощь"; +$a->strings["Go to the Help Section"] = "Перейти в раздел справки"; +$a->strings["Our help pages may be consulted for detail on other program features and resources."] = "Наши страницы помощи могут проконсультировать о подробностях и возможностях программы и ресурса."; +$a->strings["Do you really want to delete this suggestion?"] = "Вы действительно хотите удалить это предложение?"; +$a->strings["Cancel"] = "Отмена"; +$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Нет предложений. Если это новый сайт, пожалуйста, попробуйте снова через 24 часа."; +$a->strings["Ignore/Hide"] = "Проигнорировать/Скрыть"; +$a->strings["Search Results For:"] = "Результаты поиска для:"; +$a->strings["Remove term"] = "Удалить элемент"; +$a->strings["Saved Searches"] = "запомненные поиски"; +$a->strings["add"] = "добавить"; +$a->strings["Commented Order"] = "Прокомментированный запрос"; +$a->strings["Sort by Comment Date"] = "Сортировать по дате комментария"; +$a->strings["Posted Order"] = "Отправленный запрос"; +$a->strings["Sort by Post Date"] = "Сортировать по дате отправки"; +$a->strings["Personal"] = "Персонал"; +$a->strings["Posts that mention or involve you"] = ""; +$a->strings["New"] = "Новый"; +$a->strings["Activity Stream - by date"] = "Лента активности - по дате"; +$a->strings["Shared Links"] = "Ссылки, которыми поделились"; +$a->strings["Interesting Links"] = "Интересные ссылки"; +$a->strings["Starred"] = "Помеченный"; +$a->strings["Favourite Posts"] = "Избранные посты"; +$a->strings["Warning: This group contains %s member from an insecure network."] = array( + 0 => "Внимание: Эта группа содержит %s участника с незащищенной сети.", + 1 => "Внимание: Эта группа содержит %s участников с незащищенной сети.", + 2 => "Внимание: Эта группа содержит %s участников с незащищенной сети.", +); +$a->strings["Private messages to this group are at risk of public disclosure."] = "Личные сообщения к этой группе находятся под угрозой обнародования."; +$a->strings["No such group"] = "Нет такой группы"; +$a->strings["Group is empty"] = "Группа пуста"; +$a->strings["Group: "] = "Группа: "; +$a->strings["Contact: "] = "Контакт: "; +$a->strings["Private messages to this person are at risk of public disclosure."] = "Личные сообщения этому человеку находятся под угрозой обнародования."; +$a->strings["Invalid contact."] = "Недопустимый контакт."; +$a->strings["Friendica Communications Server - Setup"] = "Коммуникационный сервер Friendica - Доступ"; +$a->strings["Could not connect to database."] = "Не удалось подключиться к базе данных."; +$a->strings["Could not create table."] = "Не удалось создать таблицу."; +$a->strings["Your Friendica site database has been installed."] = "База данных сайта установлена."; +$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Вам может понадобиться импортировать файл \"database.sql\" вручную с помощью PhpMyAdmin или MySQL."; +$a->strings["Please see the file \"INSTALL.txt\"."] = "Пожалуйста, смотрите файл \"INSTALL.txt\"."; +$a->strings["System check"] = "Проверить систему"; +$a->strings["Next"] = "Далее"; +$a->strings["Check again"] = "Проверить еще раз"; +$a->strings["Database connection"] = "Подключение к базе данных"; +$a->strings["In order to install Friendica we need to know how to connect to your database."] = "Для того, чтобы установить Friendica, мы должны знать, как подключиться к базе данных."; +$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Пожалуйста, свяжитесь с вашим хостинг-провайдером или администратором сайта, если у вас есть вопросы об этих параметрах."; +$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Базы данных, указанная ниже, должна уже существовать. Если этого нет, пожалуйста, создайте ее перед продолжением."; +$a->strings["Database Server Name"] = "Имя сервера базы данных"; +$a->strings["Database Login Name"] = "Логин базы данных"; +$a->strings["Database Login Password"] = "Пароль базы данных"; +$a->strings["Database Name"] = "Имя базы данных"; +$a->strings["Site administrator email address"] = "Адрес электронной почты администратора сайта"; +$a->strings["Your account email address must match this in order to use the web admin panel."] = "Ваш адрес электронной почты аккаунта должен соответствовать этому, чтобы использовать веб-панель администратора."; +$a->strings["Please select a default timezone for your website"] = "Пожалуйста, выберите часовой пояс по умолчанию для вашего сайта"; +$a->strings["Site settings"] = "Настройки сайта"; +$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Не удалось найти PATH веб-сервера в установках PHP."; +$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. See 'Activating scheduled tasks'"] = "Если на вашем сервере не установлена версия командной строки PHP, вы не будете иметь возможность запускать фоновые опросы через крон. См. 'Активация запланированных задачах' "; +$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."] = "Введите полный путь к исполняемому файлу PHP. Вы можете оставить это поле пустым, чтобы продолжить установку."; +$a->strings["Command line PHP"] = "Command line PHP"; +$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = ""; +$a->strings["Found PHP version: "] = "Найденная PHP версия: "; +$a->strings["PHP cli binary"] = "PHP cli binary"; +$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "Не включено \"register_argc_argv\" в установках PHP."; +$a->strings["This is required for message delivery to work."] = "Это необходимо для работы доставки сообщений."; +$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv"; +$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Ошибка: функция \"openssl_pkey_new\" в этой системе не в состоянии генерировать ключи шифрования"; +$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Если вы работаете под Windows, см. \"http://www.php.net/manual/en/openssl.installation.php\"."; +$a->strings["Generate encryption keys"] = "Генерация шифрованых ключей"; +$a->strings["libCurl PHP module"] = "libCurl PHP модуль"; +$a->strings["GD graphics PHP module"] = "GD graphics PHP модуль"; +$a->strings["OpenSSL PHP module"] = "OpenSSL PHP модуль"; +$a->strings["mysqli PHP module"] = "mysqli PHP модуль"; +$a->strings["mb_string PHP module"] = "mb_string PHP модуль"; +$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite module"; +$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Ошибка: необходим модуль веб-сервера Apache mod-rewrite, но он не установлен."; +$a->strings["Error: libCURL PHP module required but not installed."] = "Ошибка: необходим libCURL PHP модуль, но он не установлен."; +$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Ошибка: необходим PHP модуль GD графики с поддержкой JPEG, но он не установлен."; +$a->strings["Error: openssl PHP module required but not installed."] = "Ошибка: необходим PHP модуль OpenSSL, но он не установлен."; +$a->strings["Error: mysqli PHP module required but not installed."] = "Ошибка: необходим PHP модуль MySQLi, но он не установлен."; +$a->strings["Error: mb_string PHP module required but not installed."] = "Ошибка: необходим PHP модуль mb_string, но он не установлен."; +$a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "Веб-инсталлятору требуется создать файл с именем \". htconfig.php\" в верхней папке веб-сервера, но он не в состоянии это сделать."; +$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "Это наиболее частые параметры разрешений, когда веб-сервер не может записать файлы в папке - даже если вы можете."; +$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top folder."] = "В конце этой процедуры, мы дадим вам текст, для сохранения в файле с именем .htconfig.php в корневой папке, где установлена Friendica."; +$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "В качестве альтернативы вы можете пропустить эту процедуру и выполнить установку вручную. Пожалуйста, обратитесь к файлу \"INSTALL.txt\" для получения инструкций."; +$a->strings[".htconfig.php is writable"] = ".htconfig.php is writable"; +$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Friendica использует механизм шаблонов Smarty3 для генерации веб-страниц. Smarty3 компилирует шаблоны в PHP для увеличения скорости загрузки."; +$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top level folder."] = "Для того чтобы хранить эти скомпилированные шаблоны, веб-сервер должен иметь доступ на запись для папки view/smarty3 в директории, где установлена Friendica."; +$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Пожалуйста, убедитесь, что пользователь, под которым работает ваш веб-сервер (например www-data), имеет доступ на запись в этой папке."; +$a->strings["Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."] = "Примечание: в качестве меры безопасности, вы должны дать вебсерверу доступ на запись только в view/smarty3 - но не на сами файлы шаблонов (.tpl)., Которые содержатся в этой папке."; +$a->strings["view/smarty3 is writable"] = "view/smarty3 доступен для записи"; +$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "Url rewrite в .htaccess не работает. Проверьте конфигурацию вашего сервера.."; +$a->strings["Url rewrite is working"] = "Url rewrite работает"; +$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "Файл конфигурации базы данных \".htconfig.php\" не могла быть записан. Пожалуйста, используйте приложенный текст, чтобы создать конфигурационный файл в корневом каталоге веб-сервера."; +$a->strings["Errors encountered creating database tables."] = "Обнаружены ошибки при создании таблиц базы данных."; +$a->strings["

What next

"] = "

Что далее

"; +$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "ВАЖНО: Вам нужно будет [вручную] установить запланированное задание для регистратора."; +$a->strings["Theme settings updated."] = "Настройки темы обновлены."; +$a->strings["Site"] = "Сайт"; +$a->strings["Users"] = "Пользователи"; +$a->strings["Plugins"] = "Плагины"; +$a->strings["Themes"] = "Темы"; +$a->strings["DB updates"] = "Обновление БД"; +$a->strings["Logs"] = "Журналы"; +$a->strings["Admin"] = "Администратор"; +$a->strings["Plugin Features"] = "Возможности плагина"; +$a->strings["User registrations waiting for confirmation"] = "Регистрации пользователей, ожидающие подтверждения"; +$a->strings["Normal Account"] = "Обычный аккаунт"; +$a->strings["Soapbox Account"] = "Аккаунт Витрина"; +$a->strings["Community/Celebrity Account"] = "Аккаунт Сообщество / Знаменитость"; +$a->strings["Automatic Friend Account"] = "\"Автоматический друг\" Аккаунт"; +$a->strings["Blog Account"] = "Аккаунт блога"; +$a->strings["Private Forum"] = "Личный форум"; +$a->strings["Message queues"] = "Очереди сообщений"; +$a->strings["Administration"] = "Администрация"; +$a->strings["Summary"] = "Резюме"; +$a->strings["Registered users"] = "Зарегистрированные пользователи"; +$a->strings["Pending registrations"] = "Ожидающие регистрации"; +$a->strings["Version"] = "Версия"; +$a->strings["Active plugins"] = "Активные плагины"; +$a->strings["Can not parse base url. Must have at least ://"] = "Невозможно определить базовый URL. Он должен иметь следующий вид - ://"; +$a->strings["Site settings updated."] = "Установки сайта обновлены."; +$a->strings["No special theme for mobile devices"] = "Нет специальной темы для мобильных устройств"; +$a->strings["Never"] = "Никогда"; +$a->strings["Frequently"] = "Часто"; +$a->strings["Hourly"] = "Раз в час"; +$a->strings["Twice daily"] = "Два раза в день"; +$a->strings["Daily"] = "Ежедневно"; +$a->strings["Multi user instance"] = "Многопользовательский вид"; +$a->strings["Closed"] = "Закрыто"; +$a->strings["Requires approval"] = "Требуется подтверждение"; +$a->strings["Open"] = "Открыто"; +$a->strings["No SSL policy, links will track page SSL state"] = "Нет режима SSL, состояние SSL не будет отслеживаться"; +$a->strings["Force all links to use SSL"] = "Заставить все ссылки использовать SSL"; +$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Само-подписанный сертификат, использовать SSL только локально (не рекомендуется)"; +$a->strings["Save Settings"] = "Сохранить настройки"; +$a->strings["File upload"] = "Загрузка файлов"; +$a->strings["Policies"] = "Политики"; +$a->strings["Advanced"] = "Расширенный"; +$a->strings["Performance"] = "Производительность"; +$a->strings["Relocate - WARNING: advanced function. Could make this server unreachable."] = "Переместить - ПРЕДУПРЕЖДЕНИЕ: расширеная функция. Может сделать этот сервер недоступным."; +$a->strings["Site name"] = "Название сайта"; +$a->strings["Banner/Logo"] = "Баннер/Логотип"; +$a->strings["Additional Info"] = "Дополнительная информация"; +$a->strings["For public servers: you can add additional information here that will be listed at dir.friendica.com/siteinfo."] = "Для публичных серверов: вы можете добавить дополнительную информацию, которая будет перечислена в dir.friendica.com/siteinfo."; +$a->strings["System language"] = "Системный язык"; +$a->strings["System theme"] = "Системная тема"; +$a->strings["Default system theme - may be over-ridden by user profiles - change theme settings"] = "Тема системы по умолчанию - может быть переопределена пользователем - изменить настройки темы"; +$a->strings["Mobile system theme"] = "Мобильная тема системы"; +$a->strings["Theme for mobile devices"] = "Тема для мобильных устройств"; +$a->strings["SSL link policy"] = "Политика SSL"; +$a->strings["Determines whether generated links should be forced to use SSL"] = "Ссылки должны быть вынуждены использовать SSL"; +$a->strings["Old style 'Share'"] = "Старый стиль 'Share'"; +$a->strings["Deactivates the bbcode element 'share' for repeating items."] = "Отключение BBCode элемента 'share' для повторяющихся элементов."; +$a->strings["Hide help entry from navigation menu"] = "Скрыть пункт \"помощь\" в меню навигации"; +$a->strings["Hides the menu entry for the Help pages from the navigation menu. You can still access it calling /help directly."] = "Скрывает элемент меню для страницы справки из меню навигации. Вы все еще можете получить доступ к нему через вызов/помощь напрямую."; +$a->strings["Single user instance"] = "Однопользовательский режим"; +$a->strings["Make this instance multi-user or single-user for the named user"] = "Сделать этот экземпляр многопользовательским, или однопользовательским для названного пользователя"; +$a->strings["Maximum image size"] = "Максимальный размер изображения"; +$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Максимальный размер в байтах для загружаемых изображений. По умолчанию 0, что означает отсутствие ограничений."; +$a->strings["Maximum image length"] = "Максимальная длина картинки"; +$a->strings["Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits."] = "Максимальная длина в пикселях для длинной стороны загруженных изображений. По умолчанию равно -1, что означает отсутствие ограничений."; +$a->strings["JPEG image quality"] = "Качество JPEG изображения"; +$a->strings["Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is full quality."] = "Загруженные изображения JPEG будут сохранены в этом качестве [0-100]. По умолчанию 100, что означает полное качество."; +$a->strings["Register policy"] = "Политика регистрация"; +$a->strings["Maximum Daily Registrations"] = "Максимальное число регистраций в день"; +$a->strings["If registration is permitted above, this sets the maximum number of new user registrations to accept per day. If register is set to closed, this setting has no effect."] = "Если регистрация разрешена, этот параметр устанавливает максимальное количество новых регистраций пользователей в день. Если регистрация закрыта, эта опция не имеет никакого эффекта."; +$a->strings["Register text"] = "Текст регистрации"; +$a->strings["Will be displayed prominently on the registration page."] = "Будет находиться на видном месте на странице регистрации."; +$a->strings["Accounts abandoned after x days"] = "Аккаунт считается после x дней не воспользованным"; +$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "Не будет тратить ресурсы для опроса сайтов для бесхозных контактов. Введите 0 для отключения лимита времени."; +$a->strings["Allowed friend domains"] = "Разрешенные домены друзей"; +$a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = "Разделенный запятыми список доменов, которые разрешены для установления связей. Групповые символы принимаются. Оставьте пустым для разрешения связи со всеми доменами."; +$a->strings["Allowed email domains"] = "Разрешенные почтовые домены"; +$a->strings["Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains"] = "Разделенный запятыми список доменов, которые разрешены для установления связей. Групповые символы принимаются. Оставьте пустым для разрешения связи со всеми доменами."; +$a->strings["Block public"] = "Блокировать общественный доступ"; +$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "Отметьте, чтобы заблокировать публичный доступ ко всем иным публичным персональным страницам на этом сайте, если вы не вошли на сайт."; +$a->strings["Force publish"] = "Принудительная публикация"; +$a->strings["Check to force all profiles on this site to be listed in the site directory."] = "Отметьте, чтобы принудительно заставить все профили на этом сайте, быть перечислеными в каталоге сайта."; +$a->strings["Global directory update URL"] = "URL обновления глобального каталога"; +$a->strings["URL to update the global directory. If this is not set, the global directory is completely unavailable to the application."] = "URL для обновления глобального каталога. Если он не установлен, глобальный каталог полностью недоступен для приложения."; +$a->strings["Allow threaded items"] = "Разрешить темы в обсуждении"; +$a->strings["Allow infinite level threading for items on this site."] = "Разрешить бесконечный уровень для тем на этом сайте."; +$a->strings["Private posts by default for new users"] = "Частные сообщения по умолчанию для новых пользователей"; +$a->strings["Set default post permissions for all new members to the default privacy group rather than public."] = "Установить права на создание постов по умолчанию для всех участников в дефолтной приватной группе, а не для публичных участников."; +$a->strings["Don't include post content in email notifications"] = "Не включать текст сообщения в email-оповещение."; +$a->strings["Don't include the content of a post/comment/private message/etc. in the email notifications that are sent out from this site, as a privacy measure."] = "Не включать содержание сообщения/комментария/личного сообщения и т.д.. в уведомления электронной почты, отправленных с сайта, в качестве меры конфиденциальности."; +$a->strings["Disallow public access to addons listed in the apps menu."] = "Запретить публичный доступ к аддонам, перечисленным в меню приложений."; +$a->strings["Checking this box will restrict addons listed in the apps menu to members only."] = "При установке этого флажка, будут ограничены аддоны, перечисленные в меню приложений, только для участников."; +$a->strings["Don't embed private images in posts"] = "Не вставлять личные картинки в постах"; +$a->strings["Don't replace locally-hosted private photos in posts with an embedded copy of the image. This means that contacts who receive posts containing private photos will have to authenticate and load each image, which may take a while."] = "Не заменяйте локально расположенные фотографии в постах на внедрённые копии изображений. Это означает, что контакты, которые получают сообщения, содержащие личные фотографии, будут вынуждены идентефицироваться и грузить каждое изображение, что может занять некоторое время."; +$a->strings["Allow Users to set remote_self"] = "Разрешить пользователям установить remote_self"; +$a->strings["With checking this, every user is allowed to mark every contact as a remote_self in the repair contact dialog. Setting this flag on a contact causes mirroring every posting of that contact in the users stream."] = ""; +$a->strings["Block multiple registrations"] = "Блокировать множественные регистрации"; +$a->strings["Disallow users to register additional accounts for use as pages."] = "Запретить пользователям регистрировать дополнительные аккаунты для использования в качестве страниц."; +$a->strings["OpenID support"] = "Поддержка OpenID"; +$a->strings["OpenID support for registration and logins."] = "OpenID поддержка для регистрации и входа в систему."; +$a->strings["Fullname check"] = "Проверка полного имени"; +$a->strings["Force users to register with a space between firstname and lastname in Full name, as an antispam measure"] = "Принудить пользователей регистрироваться с пробелом между именем и фамилией в строке \"полное имя\". Антиспам мера."; +$a->strings["UTF-8 Regular expressions"] = "UTF-8 регулярные выражения"; +$a->strings["Use PHP UTF8 regular expressions"] = "Используйте PHP UTF-8 для регулярных выражений"; +$a->strings["Show Community Page"] = "Показать страницу сообщества"; +$a->strings["Display a Community page showing all recent public postings on this site."] = "Показывать страницу сообщества с указанием всех последних публичных сообщений на этом сайте."; +$a->strings["Enable OStatus support"] = "Включить поддержку OStatus"; +$a->strings["Provide built-in OStatus (identi.ca, status.net, etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."] = "Обеспечить встроенную совместимость с OStatus (identi.ca, status.net и т.д.). Все коммуникации в OStatus являются открытыми, поэтому предупреждения безопасности будут иногда отображаться."; +$a->strings["OStatus conversation completion interval"] = ""; +$a->strings["How often shall the poller check for new entries in OStatus conversations? This can be a very ressource task."] = "Как часто процессы должны проверять наличие новых записей в OStatus разговорах? Это может быть очень ресурсоёмкой задачей."; +$a->strings["Enable Diaspora support"] = "Включить поддержку Diaspora"; +$a->strings["Provide built-in Diaspora network compatibility."] = "Обеспечить встроенную поддержку сети Diaspora."; +$a->strings["Only allow Friendica contacts"] = "Позвольть только Friendica контакты"; +$a->strings["All contacts must use Friendica protocols. All other built-in communication protocols disabled."] = "Все контакты должны использовать только Friendica протоколы. Все другие встроенные коммуникационные протоколы отключены."; +$a->strings["Verify SSL"] = "Проверка SSL"; +$a->strings["If you wish, you can turn on strict certificate checking. This will mean you cannot connect (at all) to self-signed SSL sites."] = "Если хотите, вы можете включить строгую проверку сертификатов. Это будет означать, что вы не сможете соединиться (вообще) с сайтами, имеющими само-подписанный SSL сертификат."; +$a->strings["Proxy user"] = "Прокси пользователь"; +$a->strings["Proxy URL"] = "Прокси URL"; +$a->strings["Network timeout"] = "Тайм-аут сети"; +$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "Значение указывается в секундах. Установите 0 для снятия ограничений (не рекомендуется)."; +$a->strings["Delivery interval"] = "Интервал поставки"; +$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."] = "Установите задержку выполнения фоновых процессов доставки до указанного количества секунд, чтобы уменьшить нагрузку на систему. Рекомендация: 4-5 для обычного shared хостинга, 2-3 для виртуальных частных серверов. 0-1 для мощных выделенных серверов."; +$a->strings["Poll interval"] = "Интервал опроса"; +$a->strings["Delay background polling processes by this many seconds to reduce system load. If 0, use delivery interval."] = "Установить задержку фоновых процессов опросов путем ограничения количества секунд, чтобы уменьшить нагрузку на систему. Если 0, используется интервал доставки."; +$a->strings["Maximum Load Average"] = "Средняя максимальная нагрузка"; +$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Максимальная нагрузка на систему перед приостановкой процессов доставки и опросов - по умолчанию 50."; +$a->strings["Use MySQL full text engine"] = "Использовать систему полнотексного поиска MySQL"; +$a->strings["Activates the full text engine. Speeds up search - but can only search for four and more characters."] = "Активизирует систему полнотексного поиска. Ускоряет поиск - но может искать только при указании четырех и более символов."; +$a->strings["Suppress Language"] = ""; +$a->strings["Suppress language information in meta information about a posting."] = ""; +$a->strings["Path to item cache"] = "Путь к элементам кэша"; +$a->strings["Cache duration in seconds"] = "Время жизни кэша в секундах"; +$a->strings["How long should the cache files be hold? Default value is 86400 seconds (One day)."] = "Как долго необходимо хранить файлы кэша? Значение по умолчанию 86400 секунд (один день)."; +$a->strings["Path for lock file"] = "Путь к файлу блокировки"; +$a->strings["Temp path"] = "Временная папка"; +$a->strings["Base path to installation"] = "Путь для установки"; +$a->strings["New base url"] = "Новый базовый url"; +$a->strings["Update has been marked successful"] = "Обновление было успешно отмечено"; +$a->strings["Executing %s failed. Check system logs."] = "Не удалось выполнить %s. Проверьте логи системы."; +$a->strings["Update %s was successfully applied."] = "Обновление %s успешно применено."; +$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "Процесс обновления %s не вернул статус. Не известно, выполнено, или нет."; +$a->strings["Update function %s could not be found."] = "Функция обновления %s не найдена."; +$a->strings["No failed updates."] = "Неудавшихся обновлений нет."; +$a->strings["Failed Updates"] = "Неудавшиеся обновления"; +$a->strings["This does not include updates prior to 1139, which did not return a status."] = "Эта цифра не включает обновления до 1139, которое не возвращает статус."; +$a->strings["Mark success (if update was manually applied)"] = "Отмечено успешно (если обновление было применено вручную)"; +$a->strings["Attempt to execute this update step automatically"] = "Попытаться выполнить этот шаг обновления автоматически"; +$a->strings["Registration successful. Email send to user"] = "Регистрация завершена. Email отправлен пользователю."; +$a->strings["%s user blocked/unblocked"] = array( + 0 => "%s пользователь заблокирован/разблокирован", + 1 => "%s пользователей заблокировано/разблокировано", + 2 => "%s пользователей заблокировано/разблокировано", +); +$a->strings["%s user deleted"] = array( + 0 => "%s человек удален", + 1 => "%s чел. удалено", + 2 => "%s чел. удалено", +); +$a->strings["User '%s' deleted"] = "Пользователь '%s' удален"; +$a->strings["User '%s' unblocked"] = "Пользователь '%s' разблокирован"; +$a->strings["User '%s' blocked"] = "Пользователь '%s' блокирован"; +$a->strings["Add User"] = "Добавить пользователя"; +$a->strings["select all"] = "выбрать все"; +$a->strings["User registrations waiting for confirm"] = "Регистрации пользователей, ожидающие подтверждения"; +$a->strings["User waiting for permanent deletion"] = "Пользователь ожидает окончательного удаления"; +$a->strings["Request date"] = "Запрос даты"; +$a->strings["Name"] = "Имя"; +$a->strings["Email"] = "Эл. почта"; +$a->strings["No registrations."] = "Нет регистраций."; +$a->strings["Approve"] = "Одобрить"; +$a->strings["Deny"] = "Отклонить"; +$a->strings["Block"] = "Заблокировать"; +$a->strings["Unblock"] = "Разблокировать"; +$a->strings["Site admin"] = "Админ сайта"; +$a->strings["Account expired"] = "Аккаунт просрочен"; +$a->strings["New User"] = "Новый пользователь"; +$a->strings["Register date"] = "Дата регистрации"; +$a->strings["Last login"] = "Последний вход"; +$a->strings["Last item"] = "Последний пункт"; +$a->strings["Deleted since"] = "Удалён с"; +$a->strings["Account"] = "Аккаунт"; +$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Выбранные пользователи будут удалены!\\n\\nВсе, что эти пользователи написали на этом сайте, будет удалено!\\n\\nВы уверены в вашем действии?"; +$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?"] = "Пользователь {0} будет удален!\\n\\nВсе, что этот пользователь написал на этом сайте, будет удалено!\\n\\nВы уверены в вашем действии?"; +$a->strings["Name of the new user."] = "Имя нового пользователя."; +$a->strings["Nickname"] = "Ник"; +$a->strings["Nickname of the new user."] = "Ник нового пользователя."; +$a->strings["Email address of the new user."] = "Email адрес нового пользователя."; +$a->strings["Plugin %s disabled."] = "Плагин %s отключен."; +$a->strings["Plugin %s enabled."] = "Плагин %s включен."; +$a->strings["Disable"] = "Отключить"; +$a->strings["Enable"] = "Включить"; +$a->strings["Toggle"] = "Переключить"; +$a->strings["Author: "] = "Автор:"; +$a->strings["Maintainer: "] = "Программа обслуживания: "; +$a->strings["No themes found."] = "Темы не найдены."; +$a->strings["Screenshot"] = "Скриншот"; +$a->strings["[Experimental]"] = "[экспериментально]"; +$a->strings["[Unsupported]"] = "[Неподдерживаемое]"; +$a->strings["Log settings updated."] = "Настройки журнала обновлены."; +$a->strings["Clear"] = "Очистить"; +$a->strings["Enable Debugging"] = "Включить отладку"; +$a->strings["Log file"] = "Лог-файл"; +$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "Должно быть доступно для записи в веб-сервере. Относительно вашего Friendica каталога верхнего уровня."; +$a->strings["Log level"] = "Уровень лога"; +$a->strings["Update now"] = "Обновить сейчас"; +$a->strings["Close"] = "Закрыть"; +$a->strings["FTP Host"] = "FTP хост"; +$a->strings["FTP Path"] = "Путь FTP"; +$a->strings["FTP User"] = "FTP пользователь"; +$a->strings["FTP Password"] = "FTP пароль"; +$a->strings["Search"] = "Поиск"; +$a->strings["No results."] = "Нет результатов."; +$a->strings["Tips for New Members"] = "Советы для новых участников"; +$a->strings["link"] = "ссылка"; +$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s tagged %2\$s's %3\$s в %4\$s"; +$a->strings["Item not found"] = "Элемент не найден"; +$a->strings["Edit post"] = "Редактировать сообщение"; +$a->strings["upload photo"] = "загрузить фото"; +$a->strings["Attach file"] = "Приложить файл"; +$a->strings["attach file"] = "приложить файл"; +$a->strings["web link"] = "веб-ссылка"; +$a->strings["Insert video link"] = "Вставить ссылку видео"; +$a->strings["video link"] = "видео-ссылка"; +$a->strings["Insert audio link"] = "Вставить ссылку аудио"; +$a->strings["audio link"] = "аудио-ссылка"; +$a->strings["Set your location"] = "Задать ваше местоположение"; +$a->strings["set location"] = "установить местонахождение"; +$a->strings["Clear browser location"] = "Очистить местонахождение браузера"; +$a->strings["clear location"] = "убрать местонахождение"; +$a->strings["Permission settings"] = "Настройки разрешений"; +$a->strings["CC: email addresses"] = "Копии на email адреса"; +$a->strings["Public post"] = "Публичное сообщение"; +$a->strings["Set title"] = "Установить заголовок"; +$a->strings["Categories (comma-separated list)"] = "Категории (список через запятую)"; +$a->strings["Example: bob@example.com, mary@example.com"] = "Пример: bob@example.com, mary@example.com"; +$a->strings["Item not available."] = "Пункт не доступен."; +$a->strings["Item was not found."] = "Пункт не был найден."; +$a->strings["Account approved."] = "Аккаунт утвержден."; +$a->strings["Registration revoked for %s"] = "Регистрация отменена для %s"; +$a->strings["Please login."] = "Пожалуйста, войдите с паролем."; +$a->strings["Find on this site"] = "Найти на этом сайте"; +$a->strings["Finding: "] = "Результат поиска: "; +$a->strings["Site Directory"] = "Каталог сайта"; +$a->strings["Find"] = "Найти"; +$a->strings["Age: "] = "Возраст: "; +$a->strings["Gender: "] = "Пол: "; $a->strings["About:"] = "О себе:"; -$a->strings["Hobbies/Interests:"] = "Хобби / Интересы:"; -$a->strings["Likes:"] = ""; -$a->strings["Dislikes:"] = ""; -$a->strings["Contact information and Social Networks:"] = "Информация о контакте и социальных сетях:"; -$a->strings["Musical interests:"] = "Музыкальные интересы:"; -$a->strings["Books, literature:"] = "Книги, литература:"; -$a->strings["Television:"] = "Телевидение:"; -$a->strings["Film/dance/culture/entertainment:"] = "Кино / Танцы / Культура / Развлечения:"; -$a->strings["Love/Romance:"] = "Любовь / Романтика:"; -$a->strings["Work/employment:"] = "Работа / Занятость:"; -$a->strings["School/education:"] = "Школа / Образование:"; -$a->strings["Male"] = "Мужчина"; -$a->strings["Female"] = "Женщина"; -$a->strings["Currently Male"] = "В данный момент мужчина"; -$a->strings["Currently Female"] = "В настоящее время женщина"; -$a->strings["Mostly Male"] = "В основном мужчина"; -$a->strings["Mostly Female"] = "В основном женщина"; -$a->strings["Transgender"] = "Транссексуал"; -$a->strings["Intersex"] = "Интерсексуал"; -$a->strings["Transsexual"] = "Транссексуал"; -$a->strings["Hermaphrodite"] = "Гермафродит"; -$a->strings["Neuter"] = "Средний род"; -$a->strings["Non-specific"] = "Не определен"; -$a->strings["Other"] = "Другой"; -$a->strings["Undecided"] = "Не решено"; -$a->strings["Males"] = "Мужчины"; -$a->strings["Females"] = "Женщины"; -$a->strings["Gay"] = "Гей"; -$a->strings["Lesbian"] = "Лесбиянка"; -$a->strings["No Preference"] = "Без предпочтений"; -$a->strings["Bisexual"] = "Бисексуал"; -$a->strings["Autosexual"] = "Автосексуал"; -$a->strings["Abstinent"] = "Воздержанный"; -$a->strings["Virgin"] = "Девственница"; -$a->strings["Deviant"] = "Deviant"; -$a->strings["Fetish"] = "Фетиш"; -$a->strings["Oodles"] = "Групповой"; -$a->strings["Nonsexual"] = "Нет интереса к сексу"; -$a->strings["Single"] = "Без пары"; -$a->strings["Lonely"] = "Пока никого нет"; -$a->strings["Available"] = "Доступный"; -$a->strings["Unavailable"] = "Не ищу никого"; -$a->strings["Has crush"] = ""; -$a->strings["Infatuated"] = ""; -$a->strings["Dating"] = "Свидания"; -$a->strings["Unfaithful"] = "Изменяю супругу"; -$a->strings["Sex Addict"] = "Люблю секс"; +$a->strings["No entries (some entries may be hidden)."] = "Нет записей (некоторые записи могут быть скрыты)."; +$a->strings["Contact settings applied."] = "Установки контакта приняты."; +$a->strings["Contact update failed."] = "Обновление контакта неудачное."; +$a->strings["Repair Contact Settings"] = "Восстановить установки контакта"; +$a->strings["WARNING: This is highly advanced and if you enter incorrect information your communications with this contact may stop working."] = "ВНИМАНИЕ: Это крайне важно! Если вы введете неверную информацию, ваша связь с этим контактом перестанет работать."; +$a->strings["Please use your browser 'Back' button now if you are uncertain what to do on this page."] = "Пожалуйста, нажмите клавишу вашего браузера 'Back' или 'Назад' сейчас, если вы не уверены, что делаете на этой странице."; +$a->strings["Return to contact editor"] = "Возврат к редактору контакта"; +$a->strings["Account Nickname"] = "Ник аккаунта"; +$a->strings["@Tagname - overrides Name/Nickname"] = ""; +$a->strings["Account URL"] = "URL аккаунта"; +$a->strings["Friend Request URL"] = "URL запроса в друзья"; +$a->strings["Friend Confirm URL"] = "URL подтверждения друга"; +$a->strings["Notification Endpoint URL"] = "URL эндпоинта уведомления"; +$a->strings["Poll/Feed URL"] = "URL опроса/ленты"; +$a->strings["New photo from this URL"] = "Новое фото из этой URL"; +$a->strings["Remote Self"] = ""; +$a->strings["Mirror postings from this contact"] = ""; +$a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = ""; +$a->strings["Move account"] = "Удалить аккаунт"; +$a->strings["You can import an account from another Friendica server."] = "Вы можете импортировать учетную запись с другого сервера Friendica."; +$a->strings["You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."] = "Вам нужно экспортировать свой ​​аккаунт со старого сервера и загрузить его сюда. Мы восстановим ваш ​​старый аккаунт здесь со всеми вашими контактами. Мы постараемся также сообщить друзьям, что вы переехали сюда."; +$a->strings["This feature is experimental. We can't import contacts from the OStatus network (statusnet/identi.ca) or from Diaspora"] = "Это экспериментальная функция. Мы не можем импортировать контакты из сети OStatus (StatusNet / identi.ca) или из Diaspora"; +$a->strings["Account file"] = "Файл аккаунта"; +$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "Для экспорта аккаунта, перейдите в \"Настройки->Экспортировать ваши данные\" и выберите \"Экспорт аккаунта\""; +$a->strings["Remote privacy information not available."] = "Личная информация удаленно недоступна."; +$a->strings["Visible to:"] = "Кто может видеть:"; +$a->strings["Save"] = "Сохранить"; +$a->strings["Help:"] = "Помощь:"; +$a->strings["Help"] = "Помощь"; +$a->strings["No profile"] = "Нет профиля"; +$a->strings["This introduction has already been accepted."] = "Этот запрос был уже принят."; +$a->strings["Profile location is not valid or does not contain profile information."] = "Местоположение профиля является недопустимым или не содержит информацию о профиле."; +$a->strings["Warning: profile location has no identifiable owner name."] = "Внимание: местоположение профиля не имеет идентифицируемого имени владельца."; +$a->strings["Warning: profile location has no profile photo."] = "Внимание: местоположение профиля не имеет еще фотографии профиля."; +$a->strings["%d required parameter was not found at the given location"] = array( + 0 => "%d требуемый параметр не был найден в заданном месте", + 1 => "%d требуемых параметров не были найдены в заданном месте", + 2 => "%d требуемых параметров не были найдены в заданном месте", +); +$a->strings["Introduction complete."] = "Запрос создан."; +$a->strings["Unrecoverable protocol error."] = "Неисправимая ошибка протокола."; +$a->strings["Profile unavailable."] = "Профиль недоступен."; +$a->strings["%s has received too many connection requests today."] = "К %s пришло сегодня слишком много запросов на подключение."; +$a->strings["Spam protection measures have been invoked."] = "Были применены меры защиты от спама."; +$a->strings["Friends are advised to please try again in 24 hours."] = "Друзья советуют попробовать еще раз в ближайшие 24 часа."; +$a->strings["Invalid locator"] = "Недопустимый локатор"; +$a->strings["Invalid email address."] = "Неверный адрес электронной почты."; +$a->strings["This account has not been configured for email. Request failed."] = "Этот аккаунт не настроен для электронной почты. Запрос не удался."; +$a->strings["Unable to resolve your name at the provided location."] = "Не удается установить ваше имя на предложенном местоположении."; +$a->strings["You have already introduced yourself here."] = "Вы уже ввели информацию о себе здесь."; +$a->strings["Apparently you are already friends with %s."] = "Похоже, что вы уже друзья с %s."; +$a->strings["Invalid profile URL."] = "Неверный URL профиля."; +$a->strings["Disallowed profile URL."] = "Запрещенный URL профиля."; +$a->strings["Failed to update contact record."] = "Не удалось обновить запись контакта."; +$a->strings["Your introduction has been sent."] = "Ваш запрос отправлен."; +$a->strings["Please login to confirm introduction."] = "Для подтверждения запроса войдите пожалуйста с паролем."; +$a->strings["Incorrect identity currently logged in. Please login to this profile."] = "Неверно идентифицирован вход. Пожалуйста, войдите в этот профиль."; +$a->strings["Hide this contact"] = "Скрыть этот контакт"; +$a->strings["Welcome home %s."] = "Добро пожаловать домой, %s!"; +$a->strings["Please confirm your introduction/connection request to %s."] = "Пожалуйста, подтвердите краткую информацию / запрос на подключение к %s."; +$a->strings["Confirm"] = "Подтвердить"; +$a->strings["[Name Withheld]"] = "[Имя не разглашается]"; +$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Пожалуйста, введите ваш 'идентификационный адрес' одной из следующих поддерживаемых социальных сетей:"; +$a->strings["Connect as an email follower (Coming soon)"] = "Соединитесь как email последователь (скоро)"; +$a->strings["If you are not yet a member of the free social web, follow this link to find a public Friendica site and join us today."] = "Если вы еще не являетесь членом свободной социальной сети, перейдите по этой ссылке, чтобы найти публичный сервер Friendica и присоединиться к нам сейчас ."; +$a->strings["Friend/Connection Request"] = "Запрос в друзья / на подключение"; +$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"] = "Примеры: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"; +$a->strings["Please answer the following:"] = "Пожалуйста, ответьте следующее:"; +$a->strings["Does %s know you?"] = "%s знает вас?"; +$a->strings["Add a personal note:"] = "Добавить личную заметку:"; +$a->strings["Friendica"] = "Friendica"; +$a->strings["StatusNet/Federated Social Web"] = "StatusNet / Federated Social Web"; +$a->strings["Diaspora"] = "Diaspora"; +$a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = "Участники сети Diaspora: пожалуйста, не пользуйтесь этой формой. Вместо этого введите %s в строке поиска Diaspora"; +$a->strings["Your Identity Address:"] = "Ваш идентификационный адрес:"; +$a->strings["Submit Request"] = "Отправить запрос"; +$a->strings["[Embedded content - reload page to view]"] = "[Встроенное содержание - перезагрузите страницу для просмотра]"; +$a->strings["View in context"] = "Смотреть в контексте"; +$a->strings["%d contact edited."] = array( + 0 => "%d контакт изменён.", + 1 => "%d контакты изменены", + 2 => "%d контакты изменены", +); +$a->strings["Could not access contact record."] = "Не удалось получить доступ к записи контакта."; +$a->strings["Could not locate selected profile."] = "Не удалось найти выбранный профиль."; +$a->strings["Contact updated."] = "Контакт обновлен."; +$a->strings["Contact has been blocked"] = "Контакт заблокирован"; +$a->strings["Contact has been unblocked"] = "Контакт разблокирован"; +$a->strings["Contact has been ignored"] = "Контакт проигнорирован"; +$a->strings["Contact has been unignored"] = "У контакта отменено игнорирование"; +$a->strings["Contact has been archived"] = "Контакт заархивирован"; +$a->strings["Contact has been unarchived"] = "Контакт разархивирован"; +$a->strings["Do you really want to delete this contact?"] = "Вы действительно хотите удалить этот контакт?"; +$a->strings["Contact has been removed."] = "Контакт удален."; +$a->strings["You are mutual friends with %s"] = "У Вас взаимная дружба с %s"; +$a->strings["You are sharing with %s"] = "Вы делитесь с %s"; +$a->strings["%s is sharing with you"] = "%s делитса с Вами"; +$a->strings["Private communications are not available for this contact."] = "Личные коммуникации недоступны для этого контакта."; +$a->strings["(Update was successful)"] = "(Обновление было успешно)"; +$a->strings["(Update was not successful)"] = "(Обновление не удалось)"; +$a->strings["Suggest friends"] = "Предложить друзей"; +$a->strings["Network type: %s"] = "Сеть: %s"; +$a->strings["%d contact in common"] = array( + 0 => "%d Контакт", + 1 => "%d Контактов", + 2 => "%d Контактов", +); +$a->strings["View all contacts"] = "Показать все контакты"; +$a->strings["Toggle Blocked status"] = "Изменить статус блокированности (заблокировать/разблокировать)"; +$a->strings["Unignore"] = "Не игнорировать"; +$a->strings["Ignore"] = "Игнорировать"; +$a->strings["Toggle Ignored status"] = "Изменить статус игнорирования"; +$a->strings["Unarchive"] = "Разархивировать"; +$a->strings["Archive"] = "Архивировать"; +$a->strings["Toggle Archive status"] = "Сменить статус архивации (архивирова/не архивировать)"; +$a->strings["Repair"] = "Восстановить"; +$a->strings["Advanced Contact Settings"] = "Дополнительные Настройки Контакта"; +$a->strings["Communications lost with this contact!"] = "Связь с контактом утеряна!"; +$a->strings["Contact Editor"] = "Редактор контакта"; +$a->strings["Profile Visibility"] = "Видимость профиля"; +$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Пожалуйста, выберите профиль, который вы хотите отображать %s, когда просмотр вашего профиля безопасен."; +$a->strings["Contact Information / Notes"] = "Информация о контакте / Заметки"; +$a->strings["Edit contact notes"] = "Редактировать заметки контакта"; +$a->strings["Visit %s's profile [%s]"] = "Посетить профиль %s [%s]"; +$a->strings["Block/Unblock contact"] = "Блокировать / Разблокировать контакт"; +$a->strings["Ignore contact"] = "Игнорировать контакт"; +$a->strings["Repair URL settings"] = "Восстановить настройки URL"; +$a->strings["View conversations"] = "Просмотр бесед"; +$a->strings["Delete contact"] = "Удалить контакт"; +$a->strings["Last update:"] = "Последнее обновление: "; +$a->strings["Update public posts"] = "Обновить публичные сообщения"; +$a->strings["Currently blocked"] = "В настоящее время заблокирован"; +$a->strings["Currently ignored"] = "В настоящее время игнорируется"; +$a->strings["Currently archived"] = "В данный момент архивирован"; +$a->strings["Hide this contact from others"] = "Скрыть этот контакт от других"; +$a->strings["Replies/likes to your public posts may still be visible"] = "Ответы/лайки ваших публичных сообщений будут видимы."; +$a->strings["Suggestions"] = "Предложения"; +$a->strings["Suggest potential friends"] = "Предложить потенциального знакомого"; +$a->strings["All Contacts"] = "Все контакты"; +$a->strings["Show all contacts"] = "Показать все контакты"; +$a->strings["Unblocked"] = "Не блокирован"; +$a->strings["Only show unblocked contacts"] = "Показать только не блокированные контакты"; +$a->strings["Blocked"] = "Заблокирован"; +$a->strings["Only show blocked contacts"] = "Показать только блокированные контакты"; +$a->strings["Ignored"] = "Игнорирован"; +$a->strings["Only show ignored contacts"] = "Показать только игнорируемые контакты"; +$a->strings["Archived"] = "Архивированные"; +$a->strings["Only show archived contacts"] = "Показывать только архивные контакты"; +$a->strings["Hidden"] = "Скрытые"; +$a->strings["Only show hidden contacts"] = "Показывать только скрытые контакты"; +$a->strings["Mutual Friendship"] = "Взаимная дружба"; +$a->strings["is a fan of yours"] = "является вашим поклонником"; +$a->strings["you are a fan of"] = "Вы - поклонник"; +$a->strings["Edit contact"] = "Редактировать контакт"; +$a->strings["Search your contacts"] = "Поиск ваших контактов"; +$a->strings["Update"] = "Обновление"; +$a->strings["everybody"] = "каждый"; +$a->strings["Account settings"] = "Настройки аккаунта"; +$a->strings["Additional features"] = "Дополнительные возможности"; +$a->strings["Display settings"] = "Параметры дисплея"; +$a->strings["Connector settings"] = "Настройки соединителя"; +$a->strings["Plugin settings"] = "Настройки плагина"; +$a->strings["Connected apps"] = "Подключенные приложения"; +$a->strings["Export personal data"] = "Экспорт личных данных"; +$a->strings["Remove account"] = "Удалить аккаунт"; +$a->strings["Missing some important data!"] = "Не хватает важных данных!"; +$a->strings["Failed to connect with email account using the settings provided."] = "Не удалось подключиться к аккаунту e-mail, используя указанные настройки."; +$a->strings["Email settings updated."] = "Настройки эл. почты обновлены."; +$a->strings["Features updated"] = "Настройки обновлены"; +$a->strings["Relocate message has been send to your contacts"] = "Перемещённое сообщение было отправлено списку контактов"; +$a->strings["Passwords do not match. Password unchanged."] = "Пароли не совпадают. Пароль не изменен."; +$a->strings["Empty passwords are not allowed. Password unchanged."] = "Пустые пароли не допускаются. Пароль не изменен."; +$a->strings["Wrong password."] = "Неверный пароль."; +$a->strings["Password changed."] = "Пароль изменен."; +$a->strings["Password update failed. Please try again."] = "Обновление пароля не удалось. Пожалуйста, попробуйте еще раз."; +$a->strings[" Please use a shorter name."] = " Пожалуйста, используйте более короткое имя."; +$a->strings[" Name too short."] = " Имя слишком короткое."; +$a->strings["Wrong Password"] = "Неверный пароль."; +$a->strings[" Not valid email."] = " Неверный e-mail."; +$a->strings[" Cannot change to that email."] = " Невозможно изменить на этот e-mail."; +$a->strings["Private forum has no privacy permissions. Using default privacy group."] = "Частный форум не имеет настроек приватности. Используется группа конфиденциальности по умолчанию."; +$a->strings["Private forum has no privacy permissions and no default privacy group."] = "Частный форум не имеет настроек приватности и не имеет групп приватности по умолчанию."; +$a->strings["Settings updated."] = "Настройки обновлены."; +$a->strings["Add application"] = "Добавить приложения"; +$a->strings["Consumer Key"] = "Consumer Key"; +$a->strings["Consumer Secret"] = "Consumer Secret"; +$a->strings["Redirect"] = "Перенаправление"; +$a->strings["Icon url"] = "URL символа"; +$a->strings["You can't edit this application."] = "Вы не можете изменить это приложение."; +$a->strings["Connected Apps"] = "Подключенные приложения"; +$a->strings["Client key starts with"] = "Ключ клиента начинается с"; +$a->strings["No name"] = "Нет имени"; +$a->strings["Remove authorization"] = "Удалить авторизацию"; +$a->strings["No Plugin settings configured"] = "Нет сконфигурированных настроек плагина"; +$a->strings["Plugin Settings"] = "Настройки плагина"; +$a->strings["Off"] = ""; +$a->strings["On"] = ""; +$a->strings["Additional Features"] = "Дополнительные возможности"; +$a->strings["Built-in support for %s connectivity is %s"] = "Встроенная поддержка для %s подключение %s"; +$a->strings["enabled"] = "подключено"; +$a->strings["disabled"] = "отключено"; +$a->strings["StatusNet"] = "StatusNet"; +$a->strings["Email access is disabled on this site."] = "Доступ эл. почты отключен на этом сайте."; +$a->strings["Connector Settings"] = "Настройки соединителя"; +$a->strings["Email/Mailbox Setup"] = "Настройка эл. почты / почтового ящика"; +$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "Если вы хотите общаться с Email контактами, используя этот сервис (по желанию), пожалуйста, уточните, как подключиться к вашему почтовому ящику."; +$a->strings["Last successful email check:"] = "Последняя успешная проверка электронной почты:"; +$a->strings["IMAP server name:"] = "Имя IMAP сервера:"; +$a->strings["IMAP port:"] = "Порт IMAP:"; +$a->strings["Security:"] = "Безопасность:"; +$a->strings["None"] = "Ничего"; +$a->strings["Email login name:"] = "Логин эл. почты:"; +$a->strings["Email password:"] = "Пароль эл. почты:"; +$a->strings["Reply-to address:"] = "Адрес для ответа:"; +$a->strings["Send public posts to all email contacts:"] = "Отправлять открытые сообщения на все контакты электронной почты:"; +$a->strings["Action after import:"] = "Действие после импорта:"; +$a->strings["Mark as seen"] = "Отметить, как прочитанное"; +$a->strings["Move to folder"] = "Переместить в папку"; +$a->strings["Move to folder:"] = "Переместить в папку:"; +$a->strings["Display Settings"] = "Параметры дисплея"; +$a->strings["Display Theme:"] = "Показать тему:"; +$a->strings["Mobile Theme:"] = "Мобильная тема:"; +$a->strings["Update browser every xx seconds"] = "Обновление браузера каждые хх секунд"; +$a->strings["Minimum of 10 seconds, no maximum"] = "Минимум 10 секунд, максимума нет"; +$a->strings["Number of items to display per page:"] = "Количество элементов, отображаемых на одной странице:"; +$a->strings["Maximum of 100 items"] = "Максимум 100 элементов"; +$a->strings["Number of items to display per page when viewed from mobile device:"] = "Количество элементов на странице, когда просмотр осуществляется с мобильных устройств:"; +$a->strings["Don't show emoticons"] = "не показывать emoticons"; +$a->strings["Infinite scroll"] = "Бесконечная прокрутка"; +$a->strings["Normal Account Page"] = "Стандартная страница аккаунта"; +$a->strings["This account is a normal personal profile"] = "Этот аккаунт является обычным персональным профилем"; +$a->strings["Soapbox Page"] = ""; +$a->strings["Automatically approve all connection/friend requests as read-only fans"] = "Автоматически одобряются все подключения / запросы в друзья, \"только для чтения\" поклонниками"; +$a->strings["Community Forum/Celebrity Account"] = "Аккаунт сообщества Форум/Знаменитость"; +$a->strings["Automatically approve all connection/friend requests as read-write fans"] = "Автоматически одобряются все подключения / запросы в друзья, \"для чтения и записей\" поклонников"; +$a->strings["Automatic Friend Page"] = "\"Автоматический друг\" страница"; +$a->strings["Automatically approve all connection/friend requests as friends"] = "Автоматически одобряются все подключения / запросы в друзья, расширяется список друзей"; +$a->strings["Private Forum [Experimental]"] = "Личный форум [экспериментально]"; +$a->strings["Private forum - approved members only"] = "Приватный форум - разрешено только участникам"; +$a->strings["OpenID:"] = "OpenID:"; +$a->strings["(Optional) Allow this OpenID to login to this account."] = "(Необязательно) Разрешить этому OpenID входить в этот аккаунт"; +$a->strings["Publish your default profile in your local site directory?"] = "Публиковать ваш профиль по умолчанию в вашем локальном каталоге на сайте?"; +$a->strings["Publish your default profile in the global social directory?"] = "Публиковать ваш профиль по умолчанию в глобальном социальном каталоге?"; +$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Скрывать ваш список контактов/друзей от посетителей вашего профиля по умолчанию?"; +$a->strings["Hide your profile details from unknown viewers?"] = "Скрыть данные профиля из неизвестных зрителей?"; +$a->strings["Allow friends to post to your profile page?"] = "Разрешить друзьям оставлять сообщения на страницу вашего профиля?"; +$a->strings["Allow friends to tag your posts?"] = "Разрешить друзьям отмечять ваши сообщения?"; +$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Позвольть предлогать Вам потенциальных друзей?"; +$a->strings["Permit unknown people to send you private mail?"] = "Разрешить незнакомым людям отправлять вам личные сообщения?"; +$a->strings["Profile is not published."] = "Профиль не публикуется."; +$a->strings["or"] = "или"; +$a->strings["Your Identity Address is"] = "Ваш идентификационный адрес"; +$a->strings["Automatically expire posts after this many days:"] = "Автоматическое истекание срока действия сообщения после стольких дней:"; +$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Если пусто, срок действия сообщений не будет ограничен. Сообщения с истекшим сроком действия будут удалены"; +$a->strings["Advanced expiration settings"] = "Настройки расширенного окончания срока действия"; +$a->strings["Advanced Expiration"] = "Расширенное окончание срока действия"; +$a->strings["Expire posts:"] = "Срок хранения сообщений:"; +$a->strings["Expire personal notes:"] = "Срок хранения личных заметок:"; +$a->strings["Expire starred posts:"] = "Срок хранения усеянных сообщений:"; +$a->strings["Expire photos:"] = "Срок хранения фотографий:"; +$a->strings["Only expire posts by others:"] = "Только устаревшие посты других:"; +$a->strings["Account Settings"] = "Настройки аккаунта"; +$a->strings["Password Settings"] = "Настройка пароля"; +$a->strings["New Password:"] = "Новый пароль:"; +$a->strings["Confirm:"] = "Подтвердите:"; +$a->strings["Leave password fields blank unless changing"] = "Оставьте поля пароля пустыми, если он не изменяется"; +$a->strings["Current Password:"] = "Текущий пароль:"; +$a->strings["Your current password to confirm the changes"] = "Ваш текущий пароль, для подтверждения изменений"; +$a->strings["Password:"] = "Пароль:"; +$a->strings["Basic Settings"] = "Основные параметры"; +$a->strings["Full Name:"] = "Полное имя:"; +$a->strings["Email Address:"] = "Адрес электронной почты:"; +$a->strings["Your Timezone:"] = "Ваш часовой пояс:"; +$a->strings["Default Post Location:"] = "Местонахождение по умолчанию:"; +$a->strings["Use Browser Location:"] = "Использовать определение местоположения браузером:"; +$a->strings["Security and Privacy Settings"] = "Параметры безопасности и конфиденциальности"; +$a->strings["Maximum Friend Requests/Day:"] = "Максимум запросов в друзья в день:"; +$a->strings["(to prevent spam abuse)"] = "(для предотвращения спама)"; +$a->strings["Default Post Permissions"] = "Разрешение на сообщения по умолчанию"; +$a->strings["(click to open/close)"] = "(нажмите, чтобы открыть / закрыть)"; +$a->strings["Show to Groups"] = "Показать в группах"; +$a->strings["Show to Contacts"] = "Показывать контактам"; +$a->strings["Default Private Post"] = "Личное сообщение по умолчанию"; +$a->strings["Default Public Post"] = "Публичное сообщение по умолчанию"; +$a->strings["Default Permissions for New Posts"] = "Права для новых записей по умолчанию"; +$a->strings["Maximum private messages per day from unknown people:"] = "Максимальное количество личных сообщений от незнакомых людей в день:"; +$a->strings["Notification Settings"] = "Настройка уведомлений"; +$a->strings["By default post a status message when:"] = "Отправить состояние о статусе по умолчанию, если:"; +$a->strings["accepting a friend request"] = "принятие запроса на добавление в друзья"; +$a->strings["joining a forum/community"] = "вступление в сообщество/форум"; +$a->strings["making an interesting profile change"] = "сделать изменения в настройках интересов профиля"; +$a->strings["Send a notification email when:"] = "Отправлять уведомление по электронной почте, когда:"; +$a->strings["You receive an introduction"] = "Вы получили запрос"; +$a->strings["Your introductions are confirmed"] = "Ваши запросы подтверждены"; +$a->strings["Someone writes on your profile wall"] = "Кто-то пишет на стене вашего профиля"; +$a->strings["Someone writes a followup comment"] = "Кто-то пишет последующий комментарий"; +$a->strings["You receive a private message"] = "Вы получаете личное сообщение"; +$a->strings["You receive a friend suggestion"] = "Вы полулили предложение о добавлении в друзья"; +$a->strings["You are tagged in a post"] = "Вы отмечены в посте"; +$a->strings["You are poked/prodded/etc. in a post"] = ""; +$a->strings["Advanced Account/Page Type Settings"] = "Расширенные настройки типа аккаунта/страницы"; +$a->strings["Change the behaviour of this account for special situations"] = "Измените поведение этого аккаунта в специальных ситуациях"; +$a->strings["Relocate"] = "Переместить"; +$a->strings["If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."] = "Если вы переместили эту анкету с другого сервера, и некоторые из ваших контактов не получили ваши обновления, попробуйте нажать эту кнопку."; +$a->strings["Resend relocate message to contacts"] = "Отправить перемещённые сообщения контактам"; +$a->strings["Profile deleted."] = "Профиль удален."; +$a->strings["Profile-"] = "Профиль-"; +$a->strings["New profile created."] = "Новый профиль создан."; +$a->strings["Profile unavailable to clone."] = "Профиль недоступен для клонирования."; +$a->strings["Profile Name is required."] = "Необходимо имя профиля."; +$a->strings["Marital Status"] = "Семейное положение"; +$a->strings["Romantic Partner"] = "Любимый человек"; +$a->strings["Likes"] = "Лайки"; +$a->strings["Dislikes"] = "Дизлайк"; +$a->strings["Work/Employment"] = "Работа/Занятость"; +$a->strings["Religion"] = "Религия"; +$a->strings["Political Views"] = "Политические взгляды"; +$a->strings["Gender"] = "Пол"; +$a->strings["Sexual Preference"] = "Сексуальные предпочтения"; +$a->strings["Homepage"] = "Домашняя страница"; +$a->strings["Interests"] = "Хобби / Интересы"; +$a->strings["Address"] = "Адрес"; +$a->strings["Location"] = "Местонахождение"; +$a->strings["Profile updated."] = "Профиль обновлен."; +$a->strings[" and "] = "и"; +$a->strings["public profile"] = "публичный профиль"; +$a->strings["%1\$s changed %2\$s to “%3\$s”"] = "%1\$s изменились с %2\$s на “%3\$s”"; +$a->strings[" - Visit %1\$s's %2\$s"] = " - Посетить профиль %1\$s [%2\$s]"; +$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = ""; +$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Скрывать ваш список контактов / друзей от посетителей этого профиля?"; +$a->strings["Edit Profile Details"] = "Редактировать детали профиля"; +$a->strings["Change Profile Photo"] = "Изменить фото профиля"; +$a->strings["View this profile"] = "Просмотреть этот профиль"; +$a->strings["Create a new profile using these settings"] = "Создать новый профиль, используя эти настройки"; +$a->strings["Clone this profile"] = "Клонировать этот профиль"; +$a->strings["Delete this profile"] = "Удалить этот профиль"; +$a->strings["Profile Name:"] = "Имя профиля:"; +$a->strings["Your Full Name:"] = "Ваше полное имя:"; +$a->strings["Title/Description:"] = "Заголовок / Описание:"; +$a->strings["Your Gender:"] = "Ваш пол:"; +$a->strings["Birthday (%s):"] = "День рождения (%s):"; +$a->strings["Street Address:"] = "Адрес:"; +$a->strings["Locality/City:"] = "Город / Населенный пункт:"; +$a->strings["Postal/Zip Code:"] = "Почтовый индекс:"; +$a->strings["Country:"] = "Страна:"; +$a->strings["Region/State:"] = "Район / Область:"; +$a->strings[" Marital Status:"] = " Семейное положение:"; +$a->strings["Who: (if applicable)"] = "Кто: (если требуется)"; +$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Примеры: cathy123, Кэти Уильямс, cathy@example.com"; +$a->strings["Since [date]:"] = "С какого времени [дата]:"; +$a->strings["Sexual Preference:"] = "Сексуальные предпочтения:"; +$a->strings["Homepage URL:"] = "Адрес домашней странички:"; +$a->strings["Hometown:"] = "Родной город:"; +$a->strings["Political Views:"] = "Политические взгляды:"; +$a->strings["Religious Views:"] = "Религиозные взгляды:"; +$a->strings["Public Keywords:"] = "Общественные ключевые слова:"; +$a->strings["Private Keywords:"] = "Личные ключевые слова:"; +$a->strings["Likes:"] = "Лайки:"; +$a->strings["Dislikes:"] = "Дизлайки:"; +$a->strings["Example: fishing photography software"] = "Пример: рыбалка фотографии программное обеспечение"; +$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(Используется для предложения потенциальным друзьям, могут увидеть другие)"; +$a->strings["(Used for searching profiles, never shown to others)"] = "(Используется для поиска профилей, никогда не показывается другим)"; +$a->strings["Tell us about yourself..."] = "Расскажите нам о себе ..."; +$a->strings["Hobbies/Interests"] = "Хобби / Интересы"; +$a->strings["Contact information and Social Networks"] = "Контактная информация и социальные сети"; +$a->strings["Musical interests"] = "Музыкальные интересы"; +$a->strings["Books, literature"] = "Книги, литература"; +$a->strings["Television"] = "Телевидение"; +$a->strings["Film/dance/culture/entertainment"] = "Кино / танцы / культура / развлечения"; +$a->strings["Love/romance"] = "Любовь / романтика"; +$a->strings["Work/employment"] = "Работа / занятость"; +$a->strings["School/education"] = "Школа / образование"; +$a->strings["This is your public profile.
It may be visible to anybody using the internet."] = "Это ваш публичный профиль.
Он может быть виден каждому, используя Интернет."; +$a->strings["Edit/Manage Profiles"] = "Редактировать профиль"; +$a->strings["Group created."] = "Группа создана."; +$a->strings["Could not create group."] = "Не удалось создать группу."; +$a->strings["Group not found."] = "Группа не найдена."; +$a->strings["Group name changed."] = "Название группы изменено."; +$a->strings["Save Group"] = "Сохранить группу"; +$a->strings["Create a group of contacts/friends."] = "Создать группу контактов / друзей."; +$a->strings["Group Name: "] = "Название группы: "; +$a->strings["Group removed."] = "Группа удалена."; +$a->strings["Unable to remove group."] = "Не удается удалить группу."; +$a->strings["Group Editor"] = "Редактор групп"; +$a->strings["Members"] = "Участники"; +$a->strings["Click on a contact to add or remove."] = "Нажмите на контакт, чтобы добавить или удалить."; +$a->strings["Source (bbcode) text:"] = "Код (bbcode):"; +$a->strings["Source (Diaspora) text to convert to BBcode:"] = "Код (Diaspora) для конвертации в BBcode:"; +$a->strings["Source input: "] = "Ввести код:"; +$a->strings["bb2html (raw HTML): "] = "bb2html (raw HTML): "; +$a->strings["bb2html: "] = "bb2html: "; +$a->strings["bb2html2bb: "] = "bb2html2bb: "; +$a->strings["bb2md: "] = "bb2md: "; +$a->strings["bb2md2html: "] = "bb2md2html: "; +$a->strings["bb2dia2bb: "] = "bb2dia2bb: "; +$a->strings["bb2md2html2bb: "] = "bb2md2html2bb: "; +$a->strings["Source input (Diaspora format): "] = "Ввод кода (формат Diaspora):"; +$a->strings["diaspora2bb: "] = "diaspora2bb: "; +$a->strings["Not available."] = "Недоступно."; +$a->strings["Contact added"] = "Контакт добавлен"; +$a->strings["No more system notifications."] = "Системных уведомлений больше нет."; +$a->strings["System Notifications"] = "Уведомления системы"; +$a->strings["New Message"] = "Новое сообщение"; +$a->strings["Unable to locate contact information."] = "Не удалось найти контактную информацию."; +$a->strings["Messages"] = "Сообщения"; +$a->strings["Do you really want to delete this message?"] = "Вы действительно хотите удалить это сообщение?"; +$a->strings["Message deleted."] = "Сообщение удалено."; +$a->strings["Conversation removed."] = "Беседа удалена."; +$a->strings["No messages."] = "Нет сообщений."; +$a->strings["Unknown sender - %s"] = "Неизвестный отправитель - %s"; +$a->strings["You and %s"] = "Вы и %s"; +$a->strings["%s and You"] = "%s и Вы"; +$a->strings["Delete conversation"] = "Удалить историю общения"; +$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A"; +$a->strings["%d message"] = array( + 0 => "%d сообщение", + 1 => "%d сообщений", + 2 => "%d сообщений", +); +$a->strings["Message not available."] = "Сообщение не доступно."; +$a->strings["Delete message"] = "Удалить сообщение"; +$a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = "Невозможно защищённое соединение. Вы имеете возможность ответить со страницы профиля отправителя."; +$a->strings["Send Reply"] = "Отправить ответ"; +$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s не нравится %3\$s от %2\$s "; +$a->strings["Post successful."] = "Успешно добавлено."; +$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A"; +$a->strings["Time Conversion"] = "История общения"; +$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica предоставляет этот сервис для обмена событиями с другими сетями и друзьями, находящимися в неопределённых часовых поясах."; +$a->strings["UTC time: %s"] = "UTC время: %s"; +$a->strings["Current timezone: %s"] = "Ваш часовой пояс: %s"; +$a->strings["Converted localtime: %s"] = "Ваше изменённое время: %s"; +$a->strings["Please select your timezone:"] = "Выберите пожалуйста ваш часовой пояс:"; +$a->strings["Save to Folder:"] = "Сохранить в папку:"; +$a->strings["- select -"] = "- выбрать -"; +$a->strings["Invalid profile identifier."] = "Недопустимый идентификатор профиля."; +$a->strings["Profile Visibility Editor"] = "Редактор видимости профиля"; +$a->strings["Visible To"] = "Видимый для"; +$a->strings["All Contacts (with secure profile access)"] = "Все контакты (с безопасным доступом к профилю)"; +$a->strings["No contacts."] = "Нет контактов."; +$a->strings["View Contacts"] = "Просмотр контактов"; +$a->strings["People Search"] = "Поиск людей"; +$a->strings["No matches"] = "Нет соответствий"; +$a->strings["Upload New Photos"] = "Загрузить новые фото"; +$a->strings["Contact information unavailable"] = "Информация о контакте недоступна"; +$a->strings["Album not found."] = "Альбом не найден."; +$a->strings["Delete Album"] = "Удалить альбом"; +$a->strings["Do you really want to delete this photo album and all its photos?"] = "Вы действительно хотите удалить этот альбом и все его фотографии?"; +$a->strings["Delete Photo"] = "Удалить фото"; +$a->strings["Do you really want to delete this photo?"] = "Вы действительно хотите удалить эту фотографию?"; +$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s отмечен/а/ в %2\$s by %3\$s"; +$a->strings["a photo"] = "фото"; +$a->strings["Image exceeds size limit of "] = "Размер фото превышает лимит "; +$a->strings["Image file is empty."] = "Файл изображения пуст."; +$a->strings["Unable to process image."] = "Невозможно обработать фото."; +$a->strings["Image upload failed."] = "Загрузка фото неудачная."; +$a->strings["No photos selected"] = "Не выбрано фото."; +$a->strings["Access to this item is restricted."] = "Доступ к этому пункту ограничен."; +$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "Вы использовали %1$.2f мегабайт из %2$.2f возможных для хранения фотографий."; +$a->strings["Upload Photos"] = "Загрузить фото"; +$a->strings["New album name: "] = "Название нового альбома: "; +$a->strings["or existing album name: "] = "или название существующего альбома: "; +$a->strings["Do not show a status post for this upload"] = "Не показывать статус-сообщение для этой закачки"; +$a->strings["Permissions"] = "Разрешения"; +$a->strings["Private Photo"] = "Личное фото"; +$a->strings["Public Photo"] = "Публичное фото"; +$a->strings["Edit Album"] = "Редактировать альбом"; +$a->strings["Show Newest First"] = "Показать новые первыми"; +$a->strings["Show Oldest First"] = "Показать старые первыми"; +$a->strings["View Photo"] = "Просмотр фото"; +$a->strings["Permission denied. Access to this item may be restricted."] = "Нет разрешения. Доступ к этому элементу ограничен."; +$a->strings["Photo not available"] = "Фото недоступно"; +$a->strings["View photo"] = "Просмотр фото"; +$a->strings["Edit photo"] = "Редактировать фото"; +$a->strings["Use as profile photo"] = "Использовать как фото профиля"; +$a->strings["View Full Size"] = "Просмотреть полный размер"; +$a->strings["Tags: "] = "Ключевые слова: "; +$a->strings["[Remove any tag]"] = "[Удалить любое ключевое слово]"; +$a->strings["Rotate CW (right)"] = "Поворот по часовой стрелке (направо)"; +$a->strings["Rotate CCW (left)"] = "Поворот против часовой стрелки (налево)"; +$a->strings["New album name"] = "Название нового альбома"; +$a->strings["Caption"] = "Подпись"; +$a->strings["Add a Tag"] = "Добавить ключевое слово (таг)"; +$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Пример: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"; +$a->strings["Private photo"] = "Личное фото"; +$a->strings["Public photo"] = "Публичное фото"; +$a->strings["Share"] = "Поделиться"; +$a->strings["View Album"] = "Просмотреть альбом"; +$a->strings["Recent Photos"] = "Последние фото"; +$a->strings["File exceeds size limit of %d"] = "Файл превышает предельный размер %d"; +$a->strings["File upload failed."] = "Загрузка файла не удалась."; +$a->strings["No videos selected"] = "Видео не выбрано"; +$a->strings["View Video"] = "Просмотреть видео"; +$a->strings["Recent Videos"] = "Последние видео"; +$a->strings["Upload New Videos"] = "Загрузить новые видео"; +$a->strings["Poke/Prod"] = ""; +$a->strings["poke, prod or do other things to somebody"] = ""; +$a->strings["Recipient"] = "Получатель"; +$a->strings["Choose what you wish to do to recipient"] = "Выберите действия для получателя"; +$a->strings["Make this post private"] = "Сделать эту запись личной"; +$a->strings["%1\$s is following %2\$s's %3\$s"] = ""; +$a->strings["Export account"] = "Экспорт аккаунта"; +$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "Экспорт ваших регистрационных данные и контактов. Используйте, чтобы создать резервную копию вашего аккаунта и/или переместить его на другой сервер."; +$a->strings["Export all"] = "Экспорт всего"; +$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "Экспорт информации вашего аккаунта, контактов и всех ваших пунктов, как JSON. Может получиться очень большой файл и это может занять много времени. Используйте, чтобы создать полную резервную копию вашего аккаунта (фото не экспортируются)"; +$a->strings["Common Friends"] = "Общие друзья"; +$a->strings["No contacts in common."] = "Нет общих контактов."; +$a->strings["Image exceeds size limit of %d"] = "Изображение превышает предельный размер %d"; +$a->strings["Wall Photos"] = "Фото стены"; +$a->strings["Image uploaded but image cropping failed."] = "Изображение загружено, но обрезка изображения не удалась."; +$a->strings["Image size reduction [%s] failed."] = "Уменьшение размера изображения [%s] не удалось."; +$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Перезагрузите страницу с зажатой клавишей \"Shift\" для того, чтобы увидеть свое новое фото немедленно."; +$a->strings["Unable to process image"] = "Не удается обработать изображение"; +$a->strings["Upload File:"] = "Загрузить файл:"; +$a->strings["Select a profile:"] = "Выбрать этот профиль:"; +$a->strings["Upload"] = "Загрузить"; +$a->strings["skip this step"] = "пропустить этот шаг"; +$a->strings["select a photo from your photo albums"] = "выберите фото из ваших фотоальбомов"; +$a->strings["Crop Image"] = "Обрезать изображение"; +$a->strings["Please adjust the image cropping for optimum viewing."] = "Пожалуйста, настройте обрезку изображения для оптимального просмотра."; +$a->strings["Done Editing"] = "Редактирование выполнено"; +$a->strings["Image uploaded successfully."] = "Изображение загружено успешно."; +$a->strings["Applications"] = "Приложения"; +$a->strings["No installed applications."] = "Нет установленных приложений."; +$a->strings["Nothing new here"] = "Ничего нового здесь"; +$a->strings["Clear notifications"] = "Стереть уведомления"; +$a->strings["Profile Match"] = "Похожие профили"; +$a->strings["No keywords to match. Please add keywords to your default profile."] = "Нет соответствующих ключевых слов. Пожалуйста, добавьте ключевые слова для вашего профиля по умолчанию."; +$a->strings["is interested in:"] = "интересуется:"; +$a->strings["Tag removed"] = "Ключевое слово удалено"; +$a->strings["Remove Item Tag"] = "Удалить ключевое слово"; +$a->strings["Select a tag to remove: "] = "Выберите ключевое слово для удаления: "; +$a->strings["Remove"] = "Удалить"; +$a->strings["Event title and start time are required."] = "Название мероприятия и время начала обязательны для заполнения."; +$a->strings["l, F j"] = "l, j F"; +$a->strings["Edit event"] = "Редактировать мероприятие"; +$a->strings["link to source"] = "ссылка на источник"; +$a->strings["Create New Event"] = "Создать новое мероприятие"; +$a->strings["Previous"] = "Назад"; +$a->strings["hour:minute"] = "час:минута"; +$a->strings["Event details"] = "Сведения о мероприятии"; +$a->strings["Format is %s %s. Starting date and Title are required."] = "Формат %s %s. Необхлдима дата старта и заголовок."; +$a->strings["Event Starts:"] = "Начало мероприятия:"; +$a->strings["Required"] = "Требуется"; +$a->strings["Finish date/time is not known or not relevant"] = "Дата/время окончания не известны, или не указаны"; +$a->strings["Event Finishes:"] = "Окончание мероприятия:"; +$a->strings["Adjust for viewer timezone"] = "Настройка часового пояса"; +$a->strings["Description:"] = "Описание:"; +$a->strings["Title:"] = "Титул:"; +$a->strings["Share this event"] = "Поделитесь этим мероприятием"; +$a->strings["No potential page delegates located."] = ""; +$a->strings["Delegate Page Management"] = "Делегировать управление страницей"; +$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "Доверенные лица могут управлять всеми аспектами этого аккаунта/страницы, за исключением основных настроек аккаунта. Пожалуйста, не предоставляйте доступ в личный кабинет тому, кому вы не полностью доверяете."; +$a->strings["Existing Page Managers"] = "Существующие менеджеры страницы"; +$a->strings["Existing Page Delegates"] = "Существующие уполномоченные страницы"; +$a->strings["Potential Delegates"] = "Возможные доверенные лица"; +$a->strings["Add"] = "Добавить"; +$a->strings["No entries."] = "Нет записей."; +$a->strings["Contacts who are not members of a group"] = "Контакты, которые не являются членами группы"; +$a->strings["Files"] = "Файлы"; +$a->strings["System down for maintenance"] = "Система закрыта на техническое обслуживание"; +$a->strings["Remove My Account"] = "Удалить мой аккаунт"; +$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Это позволит полностью удалить ваш аккаунт. Как только это будет сделано, аккаунт восстановлению не подлежит."; +$a->strings["Please enter your password for verification:"] = "Пожалуйста, введите свой пароль для проверки:"; +$a->strings["Friend suggestion sent."] = "Приглашение в друзья отправлено."; +$a->strings["Suggest Friends"] = "Предложить друзей"; +$a->strings["Suggest a friend for %s"] = "Предложить друга для %s."; +$a->strings["Unable to locate original post."] = "Не удалось найти оригинальный пост."; +$a->strings["Empty post discarded."] = "Пустое сообщение отбрасывается."; +$a->strings["System error. Post not saved."] = "Системная ошибка. Сообщение не сохранено."; +$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Это сообщение было отправлено вам %s, участником социальной сети Friendica."; +$a->strings["You may visit them online at %s"] = "Вы можете посетить их в онлайне на %s"; +$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Пожалуйста, свяжитесь с отправителем, ответив на это сообщение, если вы не хотите получать эти сообщения."; +$a->strings["%s posted an update."] = "%s отправил/а/ обновление."; +$a->strings["{0} wants to be your friend"] = "{0} хочет стать Вашим другом"; +$a->strings["{0} sent you a message"] = "{0} отправил Вам сообщение"; +$a->strings["{0} requested registration"] = "{0} требуемая регистрация"; +$a->strings["{0} commented %s's post"] = "{0} прокомментировал сообщение от %s"; +$a->strings["{0} liked %s's post"] = "{0} нравится сообщение от %s"; +$a->strings["{0} disliked %s's post"] = "{0} не нравится сообщение от %s"; +$a->strings["{0} is now friends with %s"] = "{0} теперь друзья с %s"; +$a->strings["{0} posted"] = "{0} опубликовано"; +$a->strings["{0} tagged %s's post with #%s"] = "{0} пометил сообщение %s с #%s"; +$a->strings["{0} mentioned you in a post"] = "{0} упоменул Вас в сообщение"; +$a->strings["OpenID protocol error. No ID returned."] = "Ошибка протокола OpenID. Не возвращён ID."; +$a->strings["Account not found and OpenID registration is not permitted on this site."] = "Аккаунт не найден и OpenID регистрация не допускается на этом сайте."; +$a->strings["Login failed."] = "Войти не удалось."; +$a->strings["Invalid request identifier."] = "Неверный идентификатор запроса."; +$a->strings["Discard"] = "Отказаться"; +$a->strings["System"] = "Система"; +$a->strings["Network"] = "Сеть"; +$a->strings["Introductions"] = "Запросы"; +$a->strings["Show Ignored Requests"] = "Показать проигнорированные запросы"; +$a->strings["Hide Ignored Requests"] = "Скрыть проигнорированные запросы"; +$a->strings["Notification type: "] = "Тип уведомления: "; +$a->strings["Friend Suggestion"] = "Предложение в друзья"; +$a->strings["suggested by %s"] = "предложено юзером %s"; +$a->strings["Post a new friend activity"] = "Настроение"; +$a->strings["if applicable"] = "если требуется"; +$a->strings["Claims to be known to you: "] = "Утверждения, о которых должно быть вам известно: "; +$a->strings["yes"] = "да"; +$a->strings["no"] = "нет"; +$a->strings["Approve as: "] = "Утвердить как: "; +$a->strings["Friend"] = "Друг"; +$a->strings["Sharer"] = "Участник"; +$a->strings["Fan/Admirer"] = "Фанат / Поклонник"; +$a->strings["Friend/Connect Request"] = "Запрос в друзья / на подключение"; +$a->strings["New Follower"] = "Новый фолловер"; +$a->strings["No introductions."] = "Запросов нет."; +$a->strings["Notifications"] = "Уведомления"; +$a->strings["%s liked %s's post"] = "%s нравится %s сообшение"; +$a->strings["%s disliked %s's post"] = "%s не нравится %s сообшение"; +$a->strings["%s is now friends with %s"] = "%s теперь друзья с %s"; +$a->strings["%s created a new post"] = "%s написал новое сообщение"; +$a->strings["%s commented on %s's post"] = "%s прокомментировал %s сообщение"; +$a->strings["No more network notifications."] = "Уведомлений из сети больше нет."; +$a->strings["Network Notifications"] = "Уведомления сети"; +$a->strings["No more personal notifications."] = "Персональных уведомлений больше нет."; +$a->strings["Personal Notifications"] = "Личные уведомления"; +$a->strings["No more home notifications."] = "Уведомлений больше нет."; +$a->strings["Home Notifications"] = "Уведомления"; +$a->strings["Total invitation limit exceeded."] = "Превышен общий лимит приглашений."; +$a->strings["%s : Not a valid email address."] = "%s: Неверный адрес электронной почты."; +$a->strings["Please join us on Friendica"] = "Пожалуйста, присоединяйтесь к нам на Friendica"; +$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Лимит приглашений превышен. Пожалуйста, свяжитесь с администратором сайта."; +$a->strings["%s : Message delivery failed."] = "%s: Доставка сообщения не удалась."; +$a->strings["%d message sent."] = array( + 0 => "%d сообщение отправлено.", + 1 => "%d сообщений отправлено.", + 2 => "%d сообщений отправлено.", +); +$a->strings["You have no more invitations available"] = "У вас нет больше приглашений"; +$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = "Посетите %s со списком общедоступных сайтов, к которым вы можете присоединиться. Все участники Friendica на других сайтах могут соединиться друг с другом, а также с участниками многих других социальных сетей."; +$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "Для одобрения этого приглашения, пожалуйста, посетите и зарегистрируйтесь на %s ,или любом другом публичном сервере Friendica"; +$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "Сайты Friendica, подключившись между собой, могут создать сеть с повышенной безопасностью, которая принадлежит и управляется её членами. Они также могут подключаться ко многим традиционным социальным сетям. См. %s со списком альтернативных сайтов Friendica, к которым вы можете присоединиться."; +$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Извините. Эта система в настоящее время не сконфигурирована для соединения с другими общественными сайтами и для приглашения участников."; +$a->strings["Send invitations"] = "Отправить приглашения"; +$a->strings["Enter email addresses, one per line:"] = "Введите адреса электронной почты, по одному в строке:"; +$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "Приглашаем Вас присоединиться ко мне и другим близким друзьям на Friendica - помочь нам создать лучшую социальную сеть."; +$a->strings["You will need to supply this invitation code: \$invite_code"] = "Вам нужно будет предоставить этот код приглашения: \$invite_code"; +$a->strings["Once you have registered, please connect with me via my profile page at:"] = "После того как вы зарегистрировались, пожалуйста, свяжитесь со мной через мою страницу профиля по адресу:"; +$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendica.com"] = "Для получения более подробной информации о проекте Friendica, пожалуйста, посетите http://friendica.com"; +$a->strings["Manage Identities and/or Pages"] = "Управление идентификацией и / или страницами"; +$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = ""; +$a->strings["Select an identity to manage: "] = "Выберите идентификацию для управления: "; +$a->strings["Welcome to %s"] = "Добро пожаловать на %s!"; +$a->strings["Friends of %s"] = "%s Друзья"; +$a->strings["No friends to display."] = "Нет друзей."; +$a->strings["Add New Contact"] = "Добавить контакт"; +$a->strings["Enter address or web location"] = "Введите адрес или веб-местонахождение"; +$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Пример: bob@example.com, http://example.com/barbara"; +$a->strings["%d invitation available"] = array( + 0 => "%d приглашение доступно", + 1 => "%d приглашений доступно", + 2 => "%d приглашений доступно", +); +$a->strings["Find People"] = "Поиск людей"; +$a->strings["Enter name or interest"] = "Введите имя или интерес"; +$a->strings["Connect/Follow"] = "Подключиться/Следовать"; +$a->strings["Examples: Robert Morgenstein, Fishing"] = "Примеры: Роберт Morgenstein, Рыбалка"; +$a->strings["Random Profile"] = "Случайный профиль"; +$a->strings["Networks"] = "Сети"; +$a->strings["All Networks"] = "Все сети"; +$a->strings["Saved Folders"] = "Сохранённые папки"; +$a->strings["Everything"] = "Всё"; +$a->strings["Categories"] = "Категории"; +$a->strings["Click here to upgrade."] = "Нажмите для обновления."; +$a->strings["This action exceeds the limits set by your subscription plan."] = "Это действие превышает лимиты, установленные вашим тарифным планом."; +$a->strings["This action is not available under your subscription plan."] = "Это действие не доступно в соответствии с вашим планом подписки."; +$a->strings["User not found."] = "Пользователь не найден."; +$a->strings["There is no status with this id."] = "Нет статуса с таким id."; +$a->strings["view full size"] = "посмотреть в полный размер"; +$a->strings["Starts:"] = "Начало:"; +$a->strings["Finishes:"] = "Окончание:"; +$a->strings["(no subject)"] = "(без темы)"; +$a->strings["noreply"] = "без ответа"; +$a->strings["An invitation is required."] = "Требуется приглашение."; +$a->strings["Invitation could not be verified."] = "Приглашение не может быть проверено."; +$a->strings["Invalid OpenID url"] = "Неверный URL OpenID"; +$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Мы столкнулись с проблемой при входе с OpenID, который вы указали. Пожалуйста, проверьте правильность написания ID."; +$a->strings["The error message was:"] = "Сообщение об ошибке было:"; +$a->strings["Please enter the required information."] = "Пожалуйста, введите необходимую информацию."; +$a->strings["Please use a shorter name."] = "Пожалуйста, используйте более короткое имя."; +$a->strings["Name too short."] = "Имя слишком короткое."; +$a->strings["That doesn't appear to be your full (First Last) name."] = "Кажется, что это ваше неполное (Имя Фамилия) имя."; +$a->strings["Your email domain is not among those allowed on this site."] = "Домен вашего адреса электронной почты не относится к числу разрешенных на этом сайте."; +$a->strings["Not a valid email address."] = "Неверный адрес электронной почты."; +$a->strings["Cannot use that email."] = "Нельзя использовать этот Email."; +$a->strings["Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and must also begin with a letter."] = "Ваш \"ник\" может содержать только \"a-z\", \"0-9\", \"-\", и \"_\", а также должен начинаться с буквы."; +$a->strings["Nickname is already registered. Please choose another."] = "Такой ник уже зарегистрирован. Пожалуйста, выберите другой."; +$a->strings["Nickname was once registered here and may not be re-used. Please choose another."] = "Ник уже зарегистрирован на этом сайте и не может быть изменён. Пожалуйста, выберите другой ник."; +$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "СЕРЬЕЗНАЯ ОШИБКА: генерация ключей безопасности не удалась."; +$a->strings["An error occurred during registration. Please try again."] = "Ошибка при регистрации. Пожалуйста, попробуйте еще раз."; +$a->strings["An error occurred creating your default profile. Please try again."] = "Ошибка создания вашего профиля. Пожалуйста, попробуйте еще раз."; $a->strings["Friends"] = "Друзья"; -$a->strings["Friends/Benefits"] = "Друзья / Предпочтения"; -$a->strings["Casual"] = "Обычный"; -$a->strings["Engaged"] = "Занят"; -$a->strings["Married"] = "Женат / Замужем"; -$a->strings["Imaginarily married"] = ""; -$a->strings["Partners"] = "Партнеры"; -$a->strings["Cohabiting"] = "Партнерство"; -$a->strings["Common law"] = ""; -$a->strings["Happy"] = "Счастлив/а/"; -$a->strings["Not looking"] = ""; -$a->strings["Swinger"] = "Свинг"; -$a->strings["Betrayed"] = "Преданный"; -$a->strings["Separated"] = "Разделенный"; -$a->strings["Unstable"] = "Нестабильный"; -$a->strings["Divorced"] = "Разведен(а)"; -$a->strings["Imaginarily divorced"] = ""; -$a->strings["Widowed"] = "Овдовевший"; -$a->strings["Uncertain"] = "Неопределенный"; -$a->strings["It's complicated"] = "влишком сложно"; -$a->strings["Don't care"] = "Не беспокоить"; -$a->strings["Ask me"] = "Спросите меня"; -$a->strings["stopped following"] = "остановлено следование"; -$a->strings["Poke"] = ""; +$a->strings["%1\$s poked %2\$s"] = ""; +$a->strings["poked"] = ""; +$a->strings["post/item"] = "пост/элемент"; +$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "%1\$s пометил %2\$s %3\$s как Фаворит"; +$a->strings["remove"] = "удалить"; +$a->strings["Delete Selected Items"] = "Удалить выбранные позиции"; +$a->strings["Follow Thread"] = ""; $a->strings["View Status"] = "Просмотреть статус"; -$a->strings["View Profile"] = ""; -$a->strings["View Photos"] = ""; -$a->strings["Network Posts"] = ""; +$a->strings["View Profile"] = "Просмотреть профиль"; +$a->strings["View Photos"] = "Просмотреть фото"; +$a->strings["Network Posts"] = "Посты сети"; $a->strings["Edit Contact"] = "Редактировать контакт"; $a->strings["Send PM"] = "Отправить ЛС"; +$a->strings["Poke"] = ""; +$a->strings["%s likes this."] = "%s нравится это."; +$a->strings["%s doesn't like this."] = "%s не нравится это."; +$a->strings["%2\$d people like this"] = ""; +$a->strings["%2\$d people don't like this"] = ""; +$a->strings["and"] = "и"; +$a->strings[", and %d other people"] = ", и %d других чел."; +$a->strings["%s like this."] = "%s нравится это."; +$a->strings["%s don't like this."] = "%s не нравится это."; +$a->strings["Visible to everybody"] = "Видимое всем"; +$a->strings["Please enter a video link/URL:"] = "Введите ссылку на видео link/URL:"; +$a->strings["Please enter an audio link/URL:"] = "Введите ссылку на аудио link/URL:"; +$a->strings["Tag term:"] = ""; +$a->strings["Where are you right now?"] = "И где вы сейчас?"; +$a->strings["Delete item(s)?"] = "Удалить елемент(ты)?"; +$a->strings["Post to Email"] = "Отправить на Email"; +$a->strings["permissions"] = "разрешения"; +$a->strings["Post to Groups"] = "Пост для групп"; +$a->strings["Post to Contacts"] = "Пост для контактов"; +$a->strings["Private post"] = "Личное сообщение"; +$a->strings["Logged out."] = "Выход из системы."; +$a->strings["Error decoding account file"] = "Ошибка расшифровки файла аккаунта"; +$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "Ошибка! Неправильная версия данных в файле! Это не файл аккаунта Friendica?"; +$a->strings["Error! Cannot check nickname"] = "Ошибка! Невозможно проверить никнейм"; +$a->strings["User '%s' already exists on this server!"] = "Пользователь '%s' уже существует на этом сервере!"; +$a->strings["User creation error"] = "Ошибка создания пользователя"; +$a->strings["User profile creation error"] = "Ошибка создания профиля пользователя"; +$a->strings["%d contact not imported"] = array( + 0 => "%d контакт не импортирован", + 1 => "%d контакты не импортированы", + 2 => "%d контакты не импортированы", +); +$a->strings["Done. You can now login with your username and password"] = "Завершено. Теперь вы можете войти с вашим логином и паролем"; +$a->strings["newer"] = "новее"; +$a->strings["older"] = "старее"; $a->strings["prev"] = "пред."; $a->strings["first"] = "первый"; $a->strings["last"] = "последний"; $a->strings["next"] = "след."; -$a->strings["newer"] = "новее"; -$a->strings["older"] = "старее"; $a->strings["No contacts"] = "Нет контактов"; $a->strings["%d Contact"] = array( 0 => "%d контакт", 1 => "%d контактов", 2 => "%d контактов", ); -$a->strings["View Contacts"] = "Просмотр контактов"; -$a->strings["Search"] = "Поиск"; -$a->strings["Save"] = "Сохранить"; $a->strings["poke"] = "poke"; -$a->strings["poked"] = ""; -$a->strings["ping"] = ""; -$a->strings["pinged"] = ""; +$a->strings["ping"] = "пинг"; +$a->strings["pinged"] = "пингуется"; $a->strings["prod"] = ""; $a->strings["prodded"] = ""; $a->strings["slap"] = ""; @@ -166,44 +1445,56 @@ $a->strings["November"] = "Ноябрь"; $a->strings["December"] = "Декабрь"; $a->strings["bytes"] = "байт"; $a->strings["Click to open/close"] = "Нажмите, чтобы открыть / закрыть"; -$a->strings["link to source"] = "ссылка на источник"; -$a->strings["default"] = "значение по умолчанию"; $a->strings["Select an alternate language"] = "Выбор альтернативного языка"; -$a->strings["event"] = "мероприятие"; -$a->strings["photo"] = "фото"; $a->strings["activity"] = "активность"; -$a->strings["comment"] = array( - 0 => "", - 1 => "", - 2 => "комментарий", -); $a->strings["post"] = "сообщение"; $a->strings["Item filed"] = ""; -$a->strings["Visible to everybody"] = "Видимо всем"; -$a->strings["show"] = "показывать"; -$a->strings["don't show"] = "не показывать"; -$a->strings["Logged out."] = "Выход из системы."; -$a->strings["Login failed."] = "Войти не удалось."; -$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = ""; -$a->strings["The error message was:"] = ""; -$a->strings["Error decoding account file"] = ""; -$a->strings["Error! No version data in file! This is not a Friendica account file?"] = ""; -$a->strings["Error! I can't import this file: DB schema version is not compatible."] = ""; -$a->strings["Error! Cannot check nickname"] = ""; -$a->strings["User '%s' already exists on this server!"] = ""; -$a->strings["User creation error"] = ""; -$a->strings["User profile creation error"] = ""; -$a->strings["%d contact not imported"] = array( - 0 => "", - 1 => "", - 2 => "", -); -$a->strings["Done. You can now login with your username and password"] = ""; -$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A"; -$a->strings["Starts:"] = "Начало:"; -$a->strings["Finishes:"] = "Окончание:"; -$a->strings["Location:"] = "Откуда:"; -$a->strings["Disallowed profile URL."] = "Запрещенный URL профиля."; +$a->strings["Friendica Notification"] = "Friendica уведомления"; +$a->strings["Thank You,"] = "Спасибо,"; +$a->strings["%s Administrator"] = "%s администратор"; +$a->strings["%s "] = "%s "; +$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica: Оповещение] Новое сообщение, пришедшее на %s"; +$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s отправил вам новое личное сообщение на %2\$s."; +$a->strings["%1\$s sent you %2\$s."] = "%1\$s послал вам %2\$s."; +$a->strings["a private message"] = "личное сообщение"; +$a->strings["Please visit %s to view and/or reply to your private messages."] = "Пожалуйста, посетите %s для просмотра и/или ответа на личные сообщения."; +$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s прокомментировал [url=%2\$s]a %3\$s[/url]"; +$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s прокомментировал [url=%2\$s]%3\$s's %4\$s[/url]"; +$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s прокомментировал [url=%2\$s]your %3\$s[/url]"; +$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = ""; +$a->strings["%s commented on an item/conversation you have been following."] = ""; +$a->strings["Please visit %s to view and/or reply to the conversation."] = ""; +$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica:Оповещение] %s написал на стене вашего профиля"; +$a->strings["%1\$s posted to your profile wall at %2\$s"] = ""; +$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = ""; +$a->strings["[Friendica:Notify] %s tagged you"] = ""; +$a->strings["%1\$s tagged you at %2\$s"] = ""; +$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = ""; +$a->strings["[Friendica:Notify] %1\$s poked you"] = ""; +$a->strings["%1\$s poked you at %2\$s"] = ""; +$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = ""; +$a->strings["[Friendica:Notify] %s tagged your post"] = ""; +$a->strings["%1\$s tagged your post at %2\$s"] = ""; +$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = ""; +$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Сообщение] получен запрос"; +$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = ""; +$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = ""; +$a->strings["You may visit their profile at %s"] = "Вы можете посмотреть его профиль здесь %s"; +$a->strings["Please visit %s to approve or reject the introduction."] = "Посетите %s для подтверждения или отказа запроса."; +$a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica: Оповещение] получено предложение дружбы"; +$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "Вы получили предложение дружбы от '%1\$s' на %2\$s"; +$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = ""; +$a->strings["Name:"] = "Имя:"; +$a->strings["Photo:"] = "Фото:"; +$a->strings["Please visit %s to approve or reject the suggestion."] = "Пожалуйста, посетите %s для подтверждения, или отказа запроса."; +$a->strings[" on Last.fm"] = "на Last.fm"; +$a->strings["A deleted group with this name was revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Удаленная группа с таким названием была восстановлена. Существующие права доступа могут применяться к этой группе и любым будущим участникам. Если это не то, что вы хотели, пожалуйста, создайте еще ​​одну группу с другим названием."; +$a->strings["Default privacy group for new contacts"] = "Группа доступа по умолчанию для новых контактов"; +$a->strings["Everybody"] = "Каждый"; +$a->strings["edit"] = "редактировать"; +$a->strings["Edit group"] = "Редактировать группу"; +$a->strings["Create a new group"] = "Создать новую группу"; +$a->strings["Contacts not in any group"] = "Контакты не состоят в группе"; $a->strings["Connect URL missing."] = "Connect-URL отсутствует."; $a->strings["This site is not configured to allow communications with other networks."] = "Данный сайт не настроен так, чтобы держать связь с другими сетями."; $a->strings["No compatible communication protocols or feeds were discovered."] = "Обнаружены несовместимые протоколы связи или каналы."; @@ -211,85 +1502,77 @@ $a->strings["The profile address specified does not provide adequate information $a->strings["An author or name was not found."] = "Автор или имя не найдены."; $a->strings["No browser URL could be matched to this address."] = "Нет URL браузера, который соответствует этому адресу."; $a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = ""; -$a->strings["Use mailto: in front of address to force email check."] = ""; +$a->strings["Use mailto: in front of address to force email check."] = "Bcgjkmpeqnt mailto: перед адресом для быстрого доступа к email."; $a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "Указанный адрес профиля принадлежит сети, недоступной на этом сайта."; $a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Ограниченный профиль. Этот человек не сможет получить прямые / личные уведомления от вас."; $a->strings["Unable to retrieve contact information."] = "Невозможно получить контактную информацию."; $a->strings["following"] = "следует"; -$a->strings["An invitation is required."] = "Требуется приглашение."; -$a->strings["Invitation could not be verified."] = "Приглашение не может быть проверено."; -$a->strings["Invalid OpenID url"] = "Неверный URL OpenID"; -$a->strings["Please enter the required information."] = "Пожалуйста, введите необходимую информацию."; -$a->strings["Please use a shorter name."] = "Пожалуйста, используйте более короткое имя."; -$a->strings["Name too short."] = "Имя слишком короткое."; -$a->strings["That doesn't appear to be your full (First Last) name."] = "Кажется, что это ваше неполное (Имя Фамилия) имя."; -$a->strings["Your email domain is not among those allowed on this site."] = "Домен вашего адреса электронной почты не относится к числу разрешенных на этом сайте."; -$a->strings["Not a valid email address."] = "Неверный адрес электронной почты."; -$a->strings["Cannot use that email."] = "Нельзя использовать этот Email."; -$a->strings["Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and must also begin with a letter."] = "Ваш \"ник\" может содержать только \"a-z\", \"0-9\", \"-\", и \"_\", а также должен начинаться с буквы."; -$a->strings["Nickname is already registered. Please choose another."] = "Такой ник уже зарегистрирован. Пожалуйста, выберите другой."; -$a->strings["Nickname was once registered here and may not be re-used. Please choose another."] = ""; -$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "СЕРЬЕЗНАЯ ОШИБКА: генерация ключей безопасности не удалась."; -$a->strings["An error occurred during registration. Please try again."] = "Ошибка при регистрации. Пожалуйста, попробуйте еще раз."; -$a->strings["An error occurred creating your default profile. Please try again."] = "Ошибка создания вашего профиля. Пожалуйста, попробуйте еще раз."; -$a->strings["Profile Photos"] = "Фотографии профиля"; +$a->strings["[no subject]"] = "[без темы]"; +$a->strings["End this session"] = "Конец этой сессии"; +$a->strings["Sign in"] = "Вход"; +$a->strings["Home Page"] = "Главная страница"; +$a->strings["Create an account"] = "Создать аккаунт"; +$a->strings["Help and documentation"] = "Помощь и документация"; +$a->strings["Apps"] = "Приложения"; +$a->strings["Addon applications, utilities, games"] = "Дополнительные приложения, утилиты, игры"; +$a->strings["Search site content"] = "Поиск по сайту"; +$a->strings["Conversations on this site"] = "Беседы на этом сайте"; +$a->strings["Directory"] = "Каталог"; +$a->strings["People directory"] = "Каталог участников"; +$a->strings["Conversations from your friends"] = "Беседы с друзьями"; +$a->strings["Network Reset"] = "Перезагрузка сети"; +$a->strings["Load Network page with no filters"] = "Загрузить страницу сети без фильтров"; +$a->strings["Friend Requests"] = "Запросы на добавление в список друзей"; +$a->strings["See all notifications"] = "Посмотреть все уведомления"; +$a->strings["Mark all system notifications seen"] = "Отметить все системные уведомления, как прочитанные"; +$a->strings["Private mail"] = "Личная почта"; +$a->strings["Inbox"] = "Входящие"; +$a->strings["Outbox"] = "Исходящие"; +$a->strings["Manage"] = "Управлять"; +$a->strings["Manage other pages"] = "Управление другими страницами"; +$a->strings["Delegations"] = ""; +$a->strings["Manage/Edit Profiles"] = "Управление/редактирование профилей"; +$a->strings["Manage/edit friends and contacts"] = "Управление / редактирование друзей и контактов"; +$a->strings["Site setup and configuration"] = "Установка и конфигурация сайта"; +$a->strings["Navigation"] = "Навигация"; +$a->strings["Site map"] = "Карта сайта"; +$a->strings["j F, Y"] = "j F, Y"; +$a->strings["j F"] = "j F"; +$a->strings["Birthday:"] = "День рождения:"; +$a->strings["Age:"] = "Возраст:"; +$a->strings["for %1\$d %2\$s"] = ""; +$a->strings["Tags:"] = "Ключевые слова: "; +$a->strings["Religion:"] = "Религия:"; +$a->strings["Hobbies/Interests:"] = "Хобби / Интересы:"; +$a->strings["Contact information and Social Networks:"] = "Информация о контакте и социальных сетях:"; +$a->strings["Musical interests:"] = "Музыкальные интересы:"; +$a->strings["Books, literature:"] = "Книги, литература:"; +$a->strings["Television:"] = "Телевидение:"; +$a->strings["Film/dance/culture/entertainment:"] = "Кино / Танцы / Культура / Развлечения:"; +$a->strings["Love/Romance:"] = "Любовь / Романтика:"; +$a->strings["Work/employment:"] = "Работа / Занятость:"; +$a->strings["School/education:"] = "Школа / Образование:"; +$a->strings["Image/photo"] = "Изображение / Фото"; +$a->strings["%s wrote the following post"] = ""; +$a->strings["$1 wrote:"] = "$1 написал:"; +$a->strings["Encrypted content"] = "Зашифрованный контент"; $a->strings["Unknown | Not categorised"] = "Неизвестно | Не определено"; $a->strings["Block immediately"] = "Блокировать немедленно"; $a->strings["Shady, spammer, self-marketer"] = "Тролль, спаммер, рассылает рекламу"; $a->strings["Known to me, but no opinion"] = "Известные мне, но нет определенного мнения"; $a->strings["OK, probably harmless"] = "Хорошо, наверное, безвредные"; $a->strings["Reputable, has my trust"] = "Уважаемые, есть мое доверие"; -$a->strings["Frequently"] = "Часто"; -$a->strings["Hourly"] = "Раз в час"; -$a->strings["Twice daily"] = "Два раза в день"; -$a->strings["Daily"] = "Ежедневно"; $a->strings["Weekly"] = "Еженедельно"; $a->strings["Monthly"] = "Ежемесячно"; -$a->strings["Friendica"] = "Friendica"; $a->strings["OStatus"] = "OStatus"; $a->strings["RSS/Atom"] = "RSS/Atom"; -$a->strings["Email"] = "Эл. почта"; -$a->strings["Diaspora"] = "Diaspora"; -$a->strings["Facebook"] = "Facebook"; $a->strings["Zot!"] = "Zot!"; $a->strings["LinkedIn"] = "LinkedIn"; $a->strings["XMPP/IM"] = "XMPP/IM"; $a->strings["MySpace"] = "MySpace"; $a->strings["Google+"] = "Google+"; -$a->strings["Add New Contact"] = "Добавить контакт"; -$a->strings["Enter address or web location"] = "Введите адрес или веб-местонахождение"; -$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Пример: bob@example.com, http://example.com/barbara"; -$a->strings["Connect"] = "Подключить"; -$a->strings["%d invitation available"] = array( - 0 => "%d приглашение доступно", - 1 => "%d приглашений доступно", - 2 => "%d приглашений доступно", -); -$a->strings["Find People"] = "Поиск людей"; -$a->strings["Enter name or interest"] = "Введите имя или интерес"; -$a->strings["Connect/Follow"] = "Подключиться/Следовать"; -$a->strings["Examples: Robert Morgenstein, Fishing"] = "Примеры: Роберт Morgenstein, Рыбалка"; -$a->strings["Find"] = "Найти"; -$a->strings["Friend Suggestions"] = "Предложения друзей"; -$a->strings["Similar Interests"] = "Похожие интересы"; -$a->strings["Random Profile"] = ""; -$a->strings["Invite Friends"] = "Пригласить друзей"; -$a->strings["Networks"] = "Сети"; -$a->strings["All Networks"] = "Все сети"; -$a->strings["Saved Folders"] = ""; -$a->strings["Everything"] = "Всё"; -$a->strings["Categories"] = "Категории"; -$a->strings["%d contact in common"] = array( - 0 => "%d Контакт", - 1 => "%d Контактов", - 2 => "%d Контактов", -); -$a->strings["show more"] = "показать больше"; -$a->strings[" on Last.fm"] = ""; -$a->strings["Image/photo"] = "Изображение / Фото"; -$a->strings["%s wrote the following post"] = ""; -$a->strings["$1 wrote:"] = "$1 написал:"; -$a->strings["Encrypted content"] = ""; +$a->strings["pump.io"] = "pump.io"; +$a->strings["Twitter"] = "Twitter"; $a->strings["Miscellaneous"] = "Разное"; $a->strings["year"] = "год"; $a->strings["month"] = "мес."; @@ -308,1344 +1591,115 @@ $a->strings["minutes"] = "мин."; $a->strings["second"] = "секунда"; $a->strings["seconds"] = "сек."; $a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s назад"; -$a->strings["%s's birthday"] = ""; -$a->strings["Happy Birthday %s"] = ""; -$a->strings["Click here to upgrade."] = ""; -$a->strings["This action exceeds the limits set by your subscription plan."] = ""; -$a->strings["This action is not available under your subscription plan."] = ""; -$a->strings["(no subject)"] = "(без темы)"; -$a->strings["noreply"] = "без ответа"; -$a->strings["%1\$s is now friends with %2\$s"] = "%1\$s и %2\$s теперь друзья"; -$a->strings["Sharing notification from Diaspora network"] = "Делиться уведомлениями из сети Diaspora"; -$a->strings["status"] = "статус"; -$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s нравится %3\$s от %2\$s "; -$a->strings["Attachments:"] = "Вложения:"; -$a->strings["General Features"] = ""; -$a->strings["Multiple Profiles"] = ""; -$a->strings["Ability to create multiple profiles"] = ""; +$a->strings["%s's birthday"] = "день рождения %s"; +$a->strings["Happy Birthday %s"] = "С днём рождения %s"; +$a->strings["General Features"] = "Основные возможности"; +$a->strings["Multiple Profiles"] = "Несколько профилей"; +$a->strings["Ability to create multiple profiles"] = "Возможность создания нескольких профилей"; $a->strings["Post Composition Features"] = ""; -$a->strings["Richtext Editor"] = ""; -$a->strings["Enable richtext editor"] = ""; +$a->strings["Richtext Editor"] = "Редактор RTF"; +$a->strings["Enable richtext editor"] = "Включить редактор RTF"; $a->strings["Post Preview"] = "предварительный просмотр"; -$a->strings["Allow previewing posts and comments before publishing them"] = ""; -$a->strings["Network Sidebar Widgets"] = ""; +$a->strings["Allow previewing posts and comments before publishing them"] = "Разрешить предпросмотр сообщения и комментария перед их публикацией"; +$a->strings["Network Sidebar Widgets"] = "Виджет боковой панели \"Сеть\""; $a->strings["Search by Date"] = "Поиск по датам"; -$a->strings["Ability to select posts by date ranges"] = ""; -$a->strings["Group Filter"] = ""; -$a->strings["Enable widget to display Network posts only from selected group"] = ""; +$a->strings["Ability to select posts by date ranges"] = "Возможность выбора постов по диапазону дат"; +$a->strings["Group Filter"] = "Фильтр групп"; +$a->strings["Enable widget to display Network posts only from selected group"] = "Включить виджет для отображения сообщений сети только от выбранной группы"; $a->strings["Network Filter"] = "Фильтр сети"; -$a->strings["Enable widget to display Network posts only from selected network"] = ""; -$a->strings["Saved Searches"] = "запомненные поиски"; -$a->strings["Save search terms for re-use"] = ""; -$a->strings["Network Tabs"] = ""; -$a->strings["Network Personal Tab"] = ""; -$a->strings["Enable tab to display only Network posts that you've interacted on"] = ""; -$a->strings["Network New Tab"] = ""; -$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = ""; -$a->strings["Network Shared Links Tab"] = ""; -$a->strings["Enable tab to display only Network posts with links in them"] = ""; -$a->strings["Post/Comment Tools"] = ""; -$a->strings["Multiple Deletion"] = ""; -$a->strings["Select and delete multiple posts/comments at once"] = ""; -$a->strings["Edit Sent Posts"] = ""; -$a->strings["Edit and correct posts and comments after sending"] = ""; -$a->strings["Tagging"] = ""; -$a->strings["Ability to tag existing posts"] = ""; -$a->strings["Post Categories"] = ""; -$a->strings["Add categories to your posts"] = ""; +$a->strings["Enable widget to display Network posts only from selected network"] = "Включить виджет для отображения сообщений сети только от выбранной сети"; +$a->strings["Save search terms for re-use"] = "Сохранить условия поиска для повторного использования"; +$a->strings["Network Tabs"] = "Сетевые вкладки"; +$a->strings["Network Personal Tab"] = "Персональные сетевые вкладки"; +$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Включить вкладку для отображения только сообщений сети, с которой вы взаимодействовали"; +$a->strings["Network New Tab"] = "Новая вкладка сеть"; +$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "Включить вкладку для отображения только новых сообщений сети (за последние 12 часов)"; +$a->strings["Network Shared Links Tab"] = "Вкладка shared ссылок сети"; +$a->strings["Enable tab to display only Network posts with links in them"] = "Включить вкладку для отображения только сообщений сети со ссылками на них"; +$a->strings["Post/Comment Tools"] = "Инструменты пост/комментарий"; +$a->strings["Multiple Deletion"] = "Множественное удаление"; +$a->strings["Select and delete multiple posts/comments at once"] = "Выбрать и удалить несколько постов/комментариев одновременно."; +$a->strings["Edit Sent Posts"] = "Редактировать отправленные посты"; +$a->strings["Edit and correct posts and comments after sending"] = "Редактировать и править посты и комментарии после отправления"; +$a->strings["Tagging"] = "Отмеченное"; +$a->strings["Ability to tag existing posts"] = "Возможность отмечать существующие посты"; +$a->strings["Post Categories"] = "Категории постов"; +$a->strings["Add categories to your posts"] = "Добавить категории вашего поста"; $a->strings["Ability to file posts under folders"] = ""; -$a->strings["Dislike Posts"] = ""; -$a->strings["Ability to dislike posts/comments"] = ""; -$a->strings["Star Posts"] = ""; -$a->strings["Ability to mark special posts with a star indicator"] = ""; -$a->strings["Cannot locate DNS info for database server '%s'"] = "Не могу найти информацию для DNS-сервера базы данных '%s'"; -$a->strings["A deleted group with this name was revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = ""; -$a->strings["Default privacy group for new contacts"] = ""; -$a->strings["Everybody"] = "Каждый"; -$a->strings["edit"] = "редактировать"; -$a->strings["Groups"] = "Группы"; -$a->strings["Edit group"] = "Редактировать группу"; -$a->strings["Create a new group"] = "Создать новую группу"; -$a->strings["Contacts not in any group"] = ""; -$a->strings["add"] = "добавить"; -$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s не нравится %3\$s от %2\$s "; -$a->strings["%1\$s poked %2\$s"] = ""; -$a->strings["%1\$s is currently %2\$s"] = ""; -$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s tagged %2\$s's %3\$s в %4\$s"; -$a->strings["post/item"] = ""; -$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "%1\$s пометил %2\$s %3\$s как Фаворит"; -$a->strings["Select"] = "Выберите"; -$a->strings["Delete"] = "Удалить"; -$a->strings["View %s's profile @ %s"] = "Просмотреть профиль %s [@ %s]"; -$a->strings["Categories:"] = "Категории:"; -$a->strings["Filed under:"] = "В рубрике:"; -$a->strings["%s from %s"] = "%s с %s"; -$a->strings["View in context"] = "Смотреть в контексте"; -$a->strings["Please wait"] = "Пожалуйста, подождите"; -$a->strings["remove"] = "удалить"; -$a->strings["Delete Selected Items"] = "Удалить выбранные позиции"; -$a->strings["Follow Thread"] = ""; -$a->strings["%s likes this."] = "%s нравится это."; -$a->strings["%s doesn't like this."] = "%s не нравится это."; -$a->strings["%2\$d people like this"] = ""; -$a->strings["%2\$d people don't like this"] = ""; -$a->strings["and"] = "и"; -$a->strings[", and %d other people"] = ", и %d других чел."; -$a->strings["%s like this."] = "%s нравится это."; -$a->strings["%s don't like this."] = "%s не нравится это."; -$a->strings["Visible to everybody"] = "Видимое всем"; -$a->strings["Please enter a link URL:"] = "Пожалуйста, введите URL ссылки:"; -$a->strings["Please enter a video link/URL:"] = ""; -$a->strings["Please enter an audio link/URL:"] = ""; -$a->strings["Tag term:"] = ""; -$a->strings["Save to Folder:"] = "Сохранить в папку:"; -$a->strings["Where are you right now?"] = "И где вы сейчас?"; -$a->strings["Delete item(s)?"] = ""; -$a->strings["Post to Email"] = "Отправить на Email"; -$a->strings["Share"] = "Поделиться"; -$a->strings["Upload photo"] = "Загрузить фото"; -$a->strings["upload photo"] = "загрузить фото"; -$a->strings["Attach file"] = "Приложить файл"; -$a->strings["attach file"] = "приложить файл"; -$a->strings["Insert web link"] = "Вставить веб-ссылку"; -$a->strings["web link"] = "веб-ссылка"; -$a->strings["Insert video link"] = "Вставить ссылку видео"; -$a->strings["video link"] = "видео-ссылка"; -$a->strings["Insert audio link"] = "Вставить ссылку аудио"; -$a->strings["audio link"] = "аудио-ссылка"; -$a->strings["Set your location"] = "Задать ваше местоположение"; -$a->strings["set location"] = "установить местонахождение"; -$a->strings["Clear browser location"] = "Очистить местонахождение браузера"; -$a->strings["clear location"] = "убрать местонахождение"; -$a->strings["Set title"] = "Установить заголовок"; -$a->strings["Categories (comma-separated list)"] = "Категории (список через запятую)"; -$a->strings["Permission settings"] = "Настройки разрешений"; -$a->strings["permissions"] = "разрешения"; -$a->strings["CC: email addresses"] = "Копии на email адреса"; -$a->strings["Public post"] = "Публичное сообщение"; -$a->strings["Example: bob@example.com, mary@example.com"] = "Пример: bob@example.com, mary@example.com"; -$a->strings["Preview"] = "предварительный просмотр"; -$a->strings["Cancel"] = "Отмена"; -$a->strings["Post to Groups"] = ""; -$a->strings["Post to Contacts"] = ""; -$a->strings["Private post"] = "Личное сообщение"; -$a->strings["Friendica Notification"] = "Friendica уведомления"; -$a->strings["Thank You,"] = "Спасибо,"; -$a->strings["%s Administrator"] = "%s администратор"; -$a->strings["%s "] = "%s "; -$a->strings["[Friendica:Notify] New mail received at %s"] = ""; -$a->strings["%1\$s sent you a new private message at %2\$s."] = ""; -$a->strings["%1\$s sent you %2\$s."] = ""; -$a->strings["a private message"] = "личное сообщение"; -$a->strings["Please visit %s to view and/or reply to your private messages."] = ""; -$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = ""; -$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = ""; -$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = ""; -$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = ""; -$a->strings["%s commented on an item/conversation you have been following."] = ""; -$a->strings["Please visit %s to view and/or reply to the conversation."] = ""; -$a->strings["[Friendica:Notify] %s posted to your profile wall"] = ""; -$a->strings["%1\$s posted to your profile wall at %2\$s"] = ""; -$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = ""; -$a->strings["[Friendica:Notify] %s tagged you"] = ""; -$a->strings["%1\$s tagged you at %2\$s"] = ""; -$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = ""; -$a->strings["[Friendica:Notify] %1\$s poked you"] = ""; -$a->strings["%1\$s poked you at %2\$s"] = ""; -$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = ""; -$a->strings["[Friendica:Notify] %s tagged your post"] = ""; -$a->strings["%1\$s tagged your post at %2\$s"] = ""; -$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = ""; -$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Сообщение] получен запрос"; -$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = ""; -$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = ""; -$a->strings["You may visit their profile at %s"] = ""; -$a->strings["Please visit %s to approve or reject the introduction."] = "Посетите %s для подтверждения или отказа запроса."; -$a->strings["[Friendica:Notify] Friend suggestion received"] = ""; -$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = ""; -$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = ""; -$a->strings["Name:"] = "Имя:"; -$a->strings["Photo:"] = "Фото:"; -$a->strings["Please visit %s to approve or reject the suggestion."] = ""; -$a->strings["[no subject]"] = "[без темы]"; -$a->strings["Wall Photos"] = "Фото стены"; -$a->strings["Nothing new here"] = "Ничего нового здесь"; -$a->strings["Clear notifications"] = "Стереть уведомления"; -$a->strings["Logout"] = "Выход"; -$a->strings["End this session"] = "Конец этой сессии"; -$a->strings["Status"] = "Статус"; -$a->strings["Your posts and conversations"] = "Ваши сообщения и беседы"; -$a->strings["Your profile page"] = "Страница Вашего профиля"; -$a->strings["Photos"] = "Фото"; -$a->strings["Your photos"] = "Ваши фотографии"; -$a->strings["Events"] = "Мероприятия"; -$a->strings["Your events"] = "Ваши события"; -$a->strings["Personal notes"] = "Личные заметки"; -$a->strings["Your personal photos"] = "Ваши личные фотографии"; -$a->strings["Login"] = "Вход"; -$a->strings["Sign in"] = "Вход"; -$a->strings["Home"] = "Главная"; -$a->strings["Home Page"] = "Главная страница"; -$a->strings["Register"] = "Регистрация"; -$a->strings["Create an account"] = "Создать аккаунт"; -$a->strings["Help"] = "Помощь"; -$a->strings["Help and documentation"] = "Помощь и документация"; -$a->strings["Apps"] = "Приложения"; -$a->strings["Addon applications, utilities, games"] = "Дополнительные приложения, утилиты, игры"; -$a->strings["Search site content"] = "Поиск по сайту"; -$a->strings["Community"] = "Сообщество"; -$a->strings["Conversations on this site"] = "Беседы на этом сайте"; -$a->strings["Directory"] = "Каталог"; -$a->strings["People directory"] = "Каталог участников"; -$a->strings["Network"] = "Сеть"; -$a->strings["Conversations from your friends"] = "Беседы с друзьями"; -$a->strings["Network Reset"] = ""; -$a->strings["Load Network page with no filters"] = ""; -$a->strings["Introductions"] = "Запросы"; -$a->strings["Friend Requests"] = "Запросы на добавление в список друзей"; -$a->strings["Notifications"] = "Уведомления"; -$a->strings["See all notifications"] = "Посмотреть все уведомления"; -$a->strings["Mark all system notifications seen"] = ""; -$a->strings["Messages"] = "Сообщения"; -$a->strings["Private mail"] = "Личная почта"; -$a->strings["Inbox"] = "Входящие"; -$a->strings["Outbox"] = "Исходящие"; -$a->strings["New Message"] = "Новое сообщение"; -$a->strings["Manage"] = "Управлять"; -$a->strings["Manage other pages"] = "Управление другими страницами"; -$a->strings["Delegations"] = ""; -$a->strings["Delegate Page Management"] = "Делегировать управление страницей"; -$a->strings["Settings"] = "Настройки"; -$a->strings["Account settings"] = "Настройки аккаунта"; -$a->strings["Profiles"] = "Профили"; -$a->strings["Manage/Edit Profiles"] = ""; -$a->strings["Contacts"] = "Контакты"; -$a->strings["Manage/edit friends and contacts"] = "Управление / редактирование друзей и контактов"; -$a->strings["Admin"] = "Администратор"; -$a->strings["Site setup and configuration"] = "Установка и конфигурация сайта"; -$a->strings["Navigation"] = ""; -$a->strings["Site map"] = ""; -$a->strings["view full size"] = "посмотреть в полный размер"; -$a->strings["Embedded content"] = "Встроенное содержание"; -$a->strings["Embedding disabled"] = "Встраивание отключено"; -$a->strings["[Name Withheld]"] = "[Имя не разглашается]"; +$a->strings["Dislike Posts"] = "Посты дизлайк"; +$a->strings["Ability to dislike posts/comments"] = "Возможность дизлайка постов/комментариев"; +$a->strings["Star Posts"] = "Популярные посты"; +$a->strings["Ability to mark special posts with a star indicator"] = "Возможность отметить специальные сообщения индикатором популярности"; +$a->strings["Sharing notification from Diaspora network"] = "Делиться уведомлениями из сети Diaspora"; +$a->strings["Attachments:"] = "Вложения:"; +$a->strings["Visible to everybody"] = "Видимо всем"; $a->strings["A new person is sharing with you at "] = "Новый человек делится с вами"; $a->strings["You have a new follower at "] = "У вас есть новый фолловер на "; -$a->strings["Item not found."] = "Пункт не найден."; -$a->strings["Do you really want to delete this item?"] = ""; -$a->strings["Yes"] = "Да"; -$a->strings["Permission denied."] = "Нет разрешения."; +$a->strings["Do you really want to delete this item?"] = "Вы действительно хотите удалить этот элемент?"; $a->strings["Archives"] = "Архивы"; +$a->strings["Embedded content"] = "Встроенное содержание"; +$a->strings["Embedding disabled"] = "Встраивание отключено"; $a->strings["Welcome "] = "Добро пожаловать, "; $a->strings["Please upload a profile photo."] = "Пожалуйста, загрузите фотографию профиля."; $a->strings["Welcome back "] = "Добро пожаловать обратно, "; -$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = ""; -$a->strings["Profile not found."] = "Профиль не найден."; -$a->strings["Profile deleted."] = "Профиль удален."; -$a->strings["Profile-"] = "Профиль-"; -$a->strings["New profile created."] = "Новый профиль создан."; -$a->strings["Profile unavailable to clone."] = "Профиль недоступен для клонирования."; -$a->strings["Profile Name is required."] = "Необходимо имя профиля."; -$a->strings["Marital Status"] = ""; -$a->strings["Romantic Partner"] = ""; -$a->strings["Likes"] = ""; -$a->strings["Dislikes"] = ""; -$a->strings["Work/Employment"] = ""; -$a->strings["Religion"] = "Религия"; -$a->strings["Political Views"] = ""; -$a->strings["Gender"] = "Пол"; -$a->strings["Sexual Preference"] = ""; -$a->strings["Homepage"] = ""; -$a->strings["Interests"] = "Хобби / Интересы"; -$a->strings["Address"] = "Адрес"; -$a->strings["Location"] = "Местонахождение"; -$a->strings["Profile updated."] = "Профиль обновлен."; -$a->strings[" and "] = "и"; -$a->strings["public profile"] = "публичный профиль"; -$a->strings["%1\$s changed %2\$s to “%3\$s”"] = ""; -$a->strings[" - Visit %1\$s's %2\$s"] = " - Посетить профиль %1\$s [%2\$s]"; -$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = ""; -$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Скрывать ваш список контактов / друзей от посетителей этого профиля?"; -$a->strings["No"] = "Нет"; -$a->strings["Edit Profile Details"] = "Редактировать детали профиля"; -$a->strings["Submit"] = "Подтвердить"; -$a->strings["Change Profile Photo"] = ""; -$a->strings["View this profile"] = "Просмотреть этот профиль"; -$a->strings["Create a new profile using these settings"] = "Создать новый профиль, используя эти настройки"; -$a->strings["Clone this profile"] = "Клонировать этот профиль"; -$a->strings["Delete this profile"] = "Удалить этот профиль"; -$a->strings["Profile Name:"] = "Имя профиля:"; -$a->strings["Your Full Name:"] = "Ваше полное имя:"; -$a->strings["Title/Description:"] = "Заголовок / Описание:"; -$a->strings["Your Gender:"] = "Ваш пол:"; -$a->strings["Birthday (%s):"] = "День рождения (%s):"; -$a->strings["Street Address:"] = "Адрес:"; -$a->strings["Locality/City:"] = "Город / Населенный пункт:"; -$a->strings["Postal/Zip Code:"] = "Почтовый индекс:"; -$a->strings["Country:"] = "Страна:"; -$a->strings["Region/State:"] = "Район / Область:"; -$a->strings[" Marital Status:"] = " Семейное положение:"; -$a->strings["Who: (if applicable)"] = "Кто: (если требуется)"; -$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Примеры: cathy123, Кэти Уильямс, cathy@example.com"; -$a->strings["Since [date]:"] = ""; -$a->strings["Homepage URL:"] = "Адрес домашней странички:"; -$a->strings["Religious Views:"] = "Религиозные взгляды:"; -$a->strings["Public Keywords:"] = "Общественные ключевые слова:"; -$a->strings["Private Keywords:"] = "Личные ключевые слова:"; -$a->strings["Example: fishing photography software"] = "Пример: рыбалка фотографии программное обеспечение"; -$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(Используется для предложения потенциальным друзьям, могут увидеть другие)"; -$a->strings["(Used for searching profiles, never shown to others)"] = "(Используется для поиска профилей, никогда не показывается другим)"; -$a->strings["Tell us about yourself..."] = "Расскажите нам о себе ..."; -$a->strings["Hobbies/Interests"] = "Хобби / Интересы"; -$a->strings["Contact information and Social Networks"] = "Контактная информация и социальные сети"; -$a->strings["Musical interests"] = "Музыкальные интересы"; -$a->strings["Books, literature"] = "Книги, литература"; -$a->strings["Television"] = "Телевидение"; -$a->strings["Film/dance/culture/entertainment"] = "Кино / танцы / культура / развлечения"; -$a->strings["Love/romance"] = "Любовь / романтика"; -$a->strings["Work/employment"] = "Работа / занятость"; -$a->strings["School/education"] = "Школа / образование"; -$a->strings["This is your public profile.
It may be visible to anybody using the internet."] = "Это ваш публичный профиль.
Он может быть виден каждому, используя Интернет."; -$a->strings["Age: "] = "Возраст: "; -$a->strings["Edit/Manage Profiles"] = "Редактировать профиль"; -$a->strings["Change profile photo"] = "Изменить фото профиля"; -$a->strings["Create New Profile"] = "Создать новый профиль"; -$a->strings["Profile Image"] = "Фото профиля"; -$a->strings["visible to everybody"] = "видимый всем"; -$a->strings["Edit visibility"] = "Редактировать видимость"; -$a->strings["Permission denied"] = "Доступ запрещен"; -$a->strings["Invalid profile identifier."] = "Недопустимый идентификатор профиля."; -$a->strings["Profile Visibility Editor"] = "Редактор видимости профиля"; -$a->strings["Click on a contact to add or remove."] = "Нажмите на контакт, чтобы добавить или удалить."; -$a->strings["Visible To"] = "Видимый для"; -$a->strings["All Contacts (with secure profile access)"] = "Все контакты (с безопасным доступом к профилю)"; -$a->strings["Personal Notes"] = "Личные заметки"; -$a->strings["Visit %s's profile [%s]"] = "Посетить профиль %s [%s]"; -$a->strings["Edit contact"] = "Редактировать контакт"; -$a->strings["Contacts who are not members of a group"] = "Контакты, которые не являются членами группы"; -$a->strings["{0} wants to be your friend"] = "{0} хочет стать Вашим другом"; -$a->strings["{0} sent you a message"] = "{0} отправил Вам сообщение"; -$a->strings["{0} requested registration"] = "{0} требуемая регистрация"; -$a->strings["{0} commented %s's post"] = "{0} прокомментировал сообщение от %s"; -$a->strings["{0} liked %s's post"] = "{0} нравится сообщение от %s"; -$a->strings["{0} disliked %s's post"] = "{0} не нравится сообщение от %s"; -$a->strings["{0} is now friends with %s"] = "{0} теперь друзья с %s"; -$a->strings["{0} posted"] = "{0} опубликовано"; -$a->strings["{0} tagged %s's post with #%s"] = "{0} пометил сообщение %s с #%s"; -$a->strings["{0} mentioned you in a post"] = "{0} упоменул Вас в сообщение"; -$a->strings["Unable to locate original post."] = "Не удалось найти оригинальный пост."; -$a->strings["Empty post discarded."] = "Пустое сообщение отбрасывается."; -$a->strings["System error. Post not saved."] = "Системная ошибка. Сообщение не сохранено."; -$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = ""; -$a->strings["You may visit them online at %s"] = "Вы можете посетить их в онлайне на %s"; -$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Пожалуйста, свяжитесь с отправителем, ответив на это сообщение, если вы не хотите получать эти сообщения."; -$a->strings["%s posted an update."] = "%s отправил/а/ обновление."; -$a->strings["Friends of %s"] = "%s Друзья"; -$a->strings["No friends to display."] = "Нет друзей."; -$a->strings["Remove term"] = "Удалить элемент"; -$a->strings["Public access denied."] = "Свободный доступ закрыт."; -$a->strings["No results."] = "Нет результатов."; -$a->strings["Authorize application connection"] = "Разрешить связь с приложением"; -$a->strings["Return to your app and insert this Securty Code:"] = "Вернитесь в ваше приложение и задайте этот код:"; -$a->strings["Please login to continue."] = "Пожалуйста, войдите для продолжения."; -$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Вы действительно хотите разрешить этому приложению доступ к своим постам и контактам, а также создавать новые записи от вашего имени?"; -$a->strings["Registration details for %s"] = "Подробности регистрации для %s"; -$a->strings["Registration successful. Please check your email for further instructions."] = "Регистрация успешна. Пожалуйста, проверьте свою электронную почту для получения дальнейших инструкций."; -$a->strings["Failed to send email message. Here is the message that failed."] = "Невозможно отправить сообщение электронной почтой. Вот сообщение, которое не удалось."; -$a->strings["Your registration can not be processed."] = "Ваша регистрация не может быть обработана."; -$a->strings["Registration request at %s"] = "Запрос на регистрацию на %s"; -$a->strings["Your registration is pending approval by the site owner."] = "Ваша регистрация в ожидании одобрения владельцем сайта."; -$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Этот сайт превысил допустимое количество ежедневных регистраций. Пожалуйста, повторите попытку завтра."; -$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "Вы можете (по желанию), заполнить эту форму с помощью OpenID, поддерживая ваш OpenID и нажав клавишу \"Регистрация\"."; -$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "Если вы не знакомы с OpenID, пожалуйста, оставьте это поле пустым и заполните остальные элементы."; -$a->strings["Your OpenID (optional): "] = "Ваш OpenID (необязательно):"; -$a->strings["Include your profile in member directory?"] = "Включить ваш профиль в каталог участников?"; -$a->strings["Membership on this site is by invitation only."] = "Членство на сайте только по приглашению."; -$a->strings["Your invitation ID: "] = "ID вашего приглашения:"; -$a->strings["Registration"] = "Регистрация"; -$a->strings["Your Full Name (e.g. Joe Smith): "] = "Ваше полное имя (например, Joe Smith): "; -$a->strings["Your Email Address: "] = "Ваш адрес электронной почты: "; -$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be 'nickname@\$sitename'."] = "Выбор псевдонима профиля. Он должен начинаться с буквы. Адрес вашего профиля на данном сайте будет в этом случае 'nickname@\$sitename'."; -$a->strings["Choose a nickname: "] = "Выберите псевдоним: "; -$a->strings["Account approved."] = "Аккаунт утвержден."; -$a->strings["Registration revoked for %s"] = "Регистрация отменена для %s"; -$a->strings["Please login."] = "Пожалуйста, войдите с паролем."; -$a->strings["Item not available."] = "Пункт не доступен."; -$a->strings["Item was not found."] = "Пункт не был найден."; -$a->strings["Remove My Account"] = "Удалить мой аккаунт"; -$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Это позволит полностью удалить ваш аккаунт. Как только это будет сделано, аккаунт восстановлению не подлежит."; -$a->strings["Please enter your password for verification:"] = "Пожалуйста, введите свой пароль для проверки:"; -$a->strings["Source (bbcode) text:"] = ""; -$a->strings["Source (Diaspora) text to convert to BBcode:"] = ""; -$a->strings["Source input: "] = ""; -$a->strings["bb2html (raw HTML): "] = "bb2html (raw HTML): "; -$a->strings["bb2html: "] = "bb2html: "; -$a->strings["bb2html2bb: "] = "bb2html2bb: "; -$a->strings["bb2md: "] = "bb2md: "; -$a->strings["bb2md2html: "] = "bb2md2html: "; -$a->strings["bb2dia2bb: "] = "bb2dia2bb: "; -$a->strings["bb2md2html2bb: "] = "bb2md2html2bb: "; -$a->strings["Source input (Diaspora format): "] = ""; -$a->strings["diaspora2bb: "] = "diaspora2bb: "; -$a->strings["Common Friends"] = "Общие друзья"; -$a->strings["No contacts in common."] = ""; -$a->strings["You must be logged in to use addons. "] = ""; -$a->strings["Applications"] = "Приложения"; -$a->strings["No installed applications."] = "Нет установленных приложений."; -$a->strings["Could not access contact record."] = "Не удалось получить доступ к записи контакта."; -$a->strings["Could not locate selected profile."] = "Не удалось найти выбранный профиль."; -$a->strings["Contact updated."] = "Контакт обновлен."; -$a->strings["Failed to update contact record."] = "Не удалось обновить запись контакта."; -$a->strings["Contact has been blocked"] = "Контакт заблокирован"; -$a->strings["Contact has been unblocked"] = "Контакт разблокирован"; -$a->strings["Contact has been ignored"] = "Контакт проигнорирован"; -$a->strings["Contact has been unignored"] = "У контакта отменено игнорирование"; -$a->strings["Contact has been archived"] = "Контакт заархивирован"; -$a->strings["Contact has been unarchived"] = "Контакт разархивирован"; -$a->strings["Do you really want to delete this contact?"] = ""; -$a->strings["Contact has been removed."] = "Контакт удален."; -$a->strings["You are mutual friends with %s"] = "У Вас взаимная дружба с %s"; -$a->strings["You are sharing with %s"] = "Вы делитесь с %s"; -$a->strings["%s is sharing with you"] = "%s делитса с Вами"; -$a->strings["Private communications are not available for this contact."] = "Личные коммуникации недоступны для этого контакта."; -$a->strings["Never"] = "Никогда"; -$a->strings["(Update was successful)"] = "(Обновление было успешно)"; -$a->strings["(Update was not successful)"] = "(Обновление не удалось)"; -$a->strings["Suggest friends"] = "Предложить друзей"; -$a->strings["Network type: %s"] = "Сеть: %s"; -$a->strings["View all contacts"] = "Показать все контакты"; -$a->strings["Unblock"] = "Разблокировать"; -$a->strings["Block"] = "Заблокировать"; -$a->strings["Toggle Blocked status"] = "Изменить статус блокированности (заблокировать/разблокировать)"; -$a->strings["Unignore"] = "Не игнорировать"; -$a->strings["Ignore"] = "Игнорировать"; -$a->strings["Toggle Ignored status"] = "Изменить статус игнорирования"; -$a->strings["Unarchive"] = "Разархивировать"; -$a->strings["Archive"] = "Архивировать"; -$a->strings["Toggle Archive status"] = "Сменить статус архивации (архивирова/не архивировать)"; -$a->strings["Repair"] = "Восстановить"; -$a->strings["Advanced Contact Settings"] = "Дополнительные Настройки Контакта"; -$a->strings["Communications lost with this contact!"] = "Связь с контактом утеряна!"; -$a->strings["Contact Editor"] = "Редактор контакта"; -$a->strings["Profile Visibility"] = "Видимость профиля"; -$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Пожалуйста, выберите профиль, который вы хотите отображать %s, когда просмотр вашего профиля безопасен."; -$a->strings["Contact Information / Notes"] = "Информация о контакте / Заметки"; -$a->strings["Edit contact notes"] = "Редактировать заметки контакта"; -$a->strings["Block/Unblock contact"] = "Блокировать / Разблокировать контакт"; -$a->strings["Ignore contact"] = "Игнорировать контакт"; -$a->strings["Repair URL settings"] = "Восстановить настройки URL"; -$a->strings["View conversations"] = "Просмотр бесед"; -$a->strings["Delete contact"] = "Удалить контакт"; -$a->strings["Last update:"] = "Последнее обновление: "; -$a->strings["Update public posts"] = "Обновить публичные сообщения"; -$a->strings["Update now"] = "Обновить сейчас"; -$a->strings["Currently blocked"] = "В настоящее время заблокирован"; -$a->strings["Currently ignored"] = "В настоящее время игнорируется"; -$a->strings["Currently archived"] = "В данный момент архивирован"; -$a->strings["Hide this contact from others"] = "Скрыть этот контакт от других"; -$a->strings["Replies/likes to your public posts may still be visible"] = ""; -$a->strings["Suggestions"] = "Предложения"; -$a->strings["Suggest potential friends"] = "Предложить потенциального знакомого"; -$a->strings["All Contacts"] = "Все контакты"; -$a->strings["Show all contacts"] = "Показать все контакты"; -$a->strings["Unblocked"] = "Не блокирован"; -$a->strings["Only show unblocked contacts"] = "Показать только не блокированные контакты"; -$a->strings["Blocked"] = "Заблокирован"; -$a->strings["Only show blocked contacts"] = "Показать только блокированные контакты"; -$a->strings["Ignored"] = "Игнорирован"; -$a->strings["Only show ignored contacts"] = "Показать только игнорируемые контакты"; -$a->strings["Archived"] = "Архивированные"; -$a->strings["Only show archived contacts"] = ""; -$a->strings["Hidden"] = "Скрытые"; -$a->strings["Only show hidden contacts"] = ""; -$a->strings["Mutual Friendship"] = "Взаимная дружба"; -$a->strings["is a fan of yours"] = "является вашим поклонником"; -$a->strings["you are a fan of"] = "Вы - поклонник"; -$a->strings["Search your contacts"] = "Поиск ваших контактов"; -$a->strings["Finding: "] = "Результат поиска: "; -$a->strings["everybody"] = "каждый"; -$a->strings["Additional features"] = ""; -$a->strings["Display settings"] = "Параметры дисплея"; -$a->strings["Connector settings"] = "Настройки соединителя"; -$a->strings["Plugin settings"] = "Настройки плагина"; -$a->strings["Connected apps"] = ""; -$a->strings["Export personal data"] = "Экспорт личных данных"; -$a->strings["Remove account"] = "Удалить аккаунт"; -$a->strings["Missing some important data!"] = "Не хватает важных данных!"; -$a->strings["Update"] = "Обновление"; -$a->strings["Failed to connect with email account using the settings provided."] = "Не удалось подключиться к аккаунту e-mail, используя указанные настройки."; -$a->strings["Email settings updated."] = "Настройки эл. почты обновлены."; -$a->strings["Features updated"] = "Настройки обновлены"; -$a->strings["Passwords do not match. Password unchanged."] = "Пароли не совпадают. Пароль не изменен."; -$a->strings["Empty passwords are not allowed. Password unchanged."] = "Пустые пароли не допускаются. Пароль не изменен."; -$a->strings["Password changed."] = "Пароль изменен."; -$a->strings["Password update failed. Please try again."] = "Обновление пароля не удалось. Пожалуйста, попробуйте еще раз."; -$a->strings[" Please use a shorter name."] = " Пожалуйста, используйте более короткое имя."; -$a->strings[" Name too short."] = " Имя слишком короткое."; -$a->strings[" Not valid email."] = " Неверный e-mail."; -$a->strings[" Cannot change to that email."] = " Невозможно изменить на этот e-mail."; -$a->strings["Private forum has no privacy permissions. Using default privacy group."] = ""; -$a->strings["Private forum has no privacy permissions and no default privacy group."] = ""; -$a->strings["Settings updated."] = "Настройки обновлены."; -$a->strings["Add application"] = "Добавить приложения"; -$a->strings["Name"] = "Имя"; -$a->strings["Consumer Key"] = "Consumer Key"; -$a->strings["Consumer Secret"] = "Consumer Secret"; -$a->strings["Redirect"] = "Перенаправление"; -$a->strings["Icon url"] = "URL символа"; -$a->strings["You can't edit this application."] = "Вы не можете изменить это приложение."; -$a->strings["Connected Apps"] = "Подключенные приложения"; -$a->strings["Edit"] = "Редактировать"; -$a->strings["Client key starts with"] = "Ключ клиента начинается с"; -$a->strings["No name"] = "Нет имени"; -$a->strings["Remove authorization"] = "Удалить авторизацию"; -$a->strings["No Plugin settings configured"] = "Нет сконфигурированных настроек плагина"; -$a->strings["Plugin Settings"] = "Настройки плагина"; -$a->strings["Off"] = ""; -$a->strings["On"] = ""; -$a->strings["Additional Features"] = ""; -$a->strings["Built-in support for %s connectivity is %s"] = "Встроенная поддержка для %s подключение %s"; -$a->strings["enabled"] = "подключено"; -$a->strings["disabled"] = "отключено"; -$a->strings["StatusNet"] = "StatusNet"; -$a->strings["Email access is disabled on this site."] = "Доступ эл. почты отключен на этом сайте."; -$a->strings["Connector Settings"] = "Настройки соединителя"; -$a->strings["Email/Mailbox Setup"] = "Настройка эл. почты / почтового ящика"; -$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "Если вы хотите общаться с Email контактами, используя этот сервис (по желанию), пожалуйста, уточните, как подключиться к вашему почтовому ящику."; -$a->strings["Last successful email check:"] = "Последняя успешная проверка электронной почты:"; -$a->strings["IMAP server name:"] = "Имя IMAP сервера:"; -$a->strings["IMAP port:"] = "Порт IMAP:"; -$a->strings["Security:"] = "Безопасность:"; -$a->strings["None"] = "Ничего"; -$a->strings["Email login name:"] = "Логин эл. почты:"; -$a->strings["Email password:"] = "Пароль эл. почты:"; -$a->strings["Reply-to address:"] = "Адрес для ответа:"; -$a->strings["Send public posts to all email contacts:"] = "Отправлять открытые сообщения на все контакты электронной почты:"; -$a->strings["Action after import:"] = "Действие после импорта:"; -$a->strings["Mark as seen"] = ""; -$a->strings["Move to folder"] = ""; -$a->strings["Move to folder:"] = ""; -$a->strings["No special theme for mobile devices"] = ""; -$a->strings["Display Settings"] = "Параметры дисплея"; -$a->strings["Display Theme:"] = "Показать тему:"; -$a->strings["Mobile Theme:"] = ""; -$a->strings["Update browser every xx seconds"] = "Обновление браузера каждые хх секунд"; -$a->strings["Minimum of 10 seconds, no maximum"] = "Минимум 10 секунд, максимума нет"; -$a->strings["Number of items to display per page:"] = ""; -$a->strings["Maximum of 100 items"] = ""; -$a->strings["Don't show emoticons"] = "не показывать emoticons"; -$a->strings["Normal Account Page"] = ""; -$a->strings["This account is a normal personal profile"] = "Этот аккаунт является обычным персональным профилем"; -$a->strings["Soapbox Page"] = ""; -$a->strings["Automatically approve all connection/friend requests as read-only fans"] = "Автоматически одобряются все подключения / запросы в друзья, \"только для чтения\" поклонниками"; -$a->strings["Community Forum/Celebrity Account"] = ""; -$a->strings["Automatically approve all connection/friend requests as read-write fans"] = "Автоматически одобряются все подключения / запросы в друзья, \"для чтения и записей\" поклонников"; -$a->strings["Automatic Friend Page"] = ""; -$a->strings["Automatically approve all connection/friend requests as friends"] = "Автоматически одобряются все подключения / запросы в друзья, расширяется список друзей"; -$a->strings["Private Forum [Experimental]"] = "Личный форум [экспериментально]"; -$a->strings["Private forum - approved members only"] = ""; -$a->strings["OpenID:"] = "OpenID:"; -$a->strings["(Optional) Allow this OpenID to login to this account."] = "(Необязательно) Разрешить этому OpenID входить в этот аккаунт"; -$a->strings["Publish your default profile in your local site directory?"] = "Публиковать ваш профиль по умолчанию в вашем локальном каталоге на сайте?"; -$a->strings["Publish your default profile in the global social directory?"] = "Публиковать ваш профиль по умолчанию в глобальном социальном каталоге?"; -$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Скрывать ваш список контактов/друзей от посетителей вашего профиля по умолчанию?"; -$a->strings["Hide your profile details from unknown viewers?"] = "Скрыть данные профиля из неизвестных зрителей?"; -$a->strings["Allow friends to post to your profile page?"] = "Разрешить друзьям оставлять сообщения на страницу вашего профиля?"; -$a->strings["Allow friends to tag your posts?"] = "Разрешить друзьям отмечять ваши сообщения?"; -$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Позвольть предлогать Вам потенциальных друзей?"; -$a->strings["Permit unknown people to send you private mail?"] = ""; -$a->strings["Profile is not published."] = "Профиль не публикуется."; -$a->strings["or"] = "или"; -$a->strings["Your Identity Address is"] = "Ваш идентификационный адрес"; -$a->strings["Automatically expire posts after this many days:"] = "Автоматическое истекание срока действия сообщения после стольких дней:"; -$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Если пусто, срок действия сообщений не будет ограничен. Сообщения с истекшим сроком действия будут удалены"; -$a->strings["Advanced expiration settings"] = "Настройки расширенного окончания срока действия"; -$a->strings["Advanced Expiration"] = "Расширенное окончание срока действия"; -$a->strings["Expire posts:"] = "Срок хранения сообщений:"; -$a->strings["Expire personal notes:"] = "Срок хранения личных заметок:"; -$a->strings["Expire starred posts:"] = "Срок хранения усеянных сообщений:"; -$a->strings["Expire photos:"] = "Срок хранения фотографий:"; -$a->strings["Only expire posts by others:"] = ""; -$a->strings["Account Settings"] = "Настройки аккаунта"; -$a->strings["Password Settings"] = "Настройка пароля"; -$a->strings["New Password:"] = "Новый пароль:"; -$a->strings["Confirm:"] = "Подтвердите:"; -$a->strings["Leave password fields blank unless changing"] = "Оставьте поля пароля пустыми, если он не изменяется"; -$a->strings["Basic Settings"] = "Основные параметры"; -$a->strings["Email Address:"] = "Адрес электронной почты:"; -$a->strings["Your Timezone:"] = "Ваш часовой пояс:"; -$a->strings["Default Post Location:"] = "Местонахождение по умолчанию:"; -$a->strings["Use Browser Location:"] = "Использовать определение местоположения браузером:"; -$a->strings["Security and Privacy Settings"] = "Параметры безопасности и конфиденциальности"; -$a->strings["Maximum Friend Requests/Day:"] = "Максимум запросов в друзья в день:"; -$a->strings["(to prevent spam abuse)"] = "(для предотвращения спама)"; -$a->strings["Default Post Permissions"] = "Разрешение на сообщения по умолчанию"; -$a->strings["(click to open/close)"] = "(нажмите, чтобы открыть / закрыть)"; -$a->strings["Show to Groups"] = "Показать в группах"; -$a->strings["Show to Contacts"] = ""; -$a->strings["Default Private Post"] = ""; -$a->strings["Default Public Post"] = ""; -$a->strings["Default Permissions for New Posts"] = ""; -$a->strings["Maximum private messages per day from unknown people:"] = ""; -$a->strings["Notification Settings"] = "Настройка уведомлений"; -$a->strings["By default post a status message when:"] = ""; -$a->strings["accepting a friend request"] = ""; -$a->strings["joining a forum/community"] = ""; -$a->strings["making an interesting profile change"] = ""; -$a->strings["Send a notification email when:"] = "Отправлять уведомление по электронной почте, когда:"; -$a->strings["You receive an introduction"] = "Вы получили запрос"; -$a->strings["Your introductions are confirmed"] = "Ваши запросы подтверждены"; -$a->strings["Someone writes on your profile wall"] = "Кто-то пишет на стене вашего профиля"; -$a->strings["Someone writes a followup comment"] = "Кто-то пишет последующий комментарий"; -$a->strings["You receive a private message"] = "Вы получаете личное сообщение"; -$a->strings["You receive a friend suggestion"] = ""; -$a->strings["You are tagged in a post"] = ""; -$a->strings["You are poked/prodded/etc. in a post"] = ""; -$a->strings["Advanced Account/Page Type Settings"] = ""; -$a->strings["Change the behaviour of this account for special situations"] = ""; -$a->strings["link"] = ""; -$a->strings["Contact settings applied."] = "Установки контакта приняты."; -$a->strings["Contact update failed."] = "Обновление контакта неудачное."; -$a->strings["Contact not found."] = "Контакт не найден."; -$a->strings["Repair Contact Settings"] = "Восстановить установки контакта"; -$a->strings["WARNING: This is highly advanced and if you enter incorrect information your communications with this contact may stop working."] = "ВНИМАНИЕ: Это крайне важно! Если вы введете неверную информацию, ваша связь с этим контактом перестанет работать."; -$a->strings["Please use your browser 'Back' button now if you are uncertain what to do on this page."] = "Пожалуйста, нажмите клавишу вашего браузера 'Back' или 'Назад' сейчас, если вы не уверены, что делаете на этой странице."; -$a->strings["Return to contact editor"] = ""; -$a->strings["Account Nickname"] = "Ник аккаунта"; -$a->strings["@Tagname - overrides Name/Nickname"] = ""; -$a->strings["Account URL"] = "URL аккаунта"; -$a->strings["Friend Request URL"] = "URL запроса в друзья"; -$a->strings["Friend Confirm URL"] = "URL подтверждения друга"; -$a->strings["Notification Endpoint URL"] = "URL эндпоинта уведомления"; -$a->strings["Poll/Feed URL"] = "URL опроса/ленты"; -$a->strings["New photo from this URL"] = "Новое фото из этой URL"; -$a->strings["No potential page delegates located."] = ""; -$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = ""; -$a->strings["Existing Page Managers"] = "Существующие менеджеры страницы"; -$a->strings["Existing Page Delegates"] = "Существующие уполномоченные страницы"; -$a->strings["Potential Delegates"] = ""; -$a->strings["Remove"] = "Удалить"; -$a->strings["Add"] = "Добавить"; -$a->strings["No entries."] = "Нет записей."; -$a->strings["Poke/Prod"] = ""; -$a->strings["poke, prod or do other things to somebody"] = ""; -$a->strings["Recipient"] = ""; -$a->strings["Choose what you wish to do to recipient"] = ""; -$a->strings["Make this post private"] = ""; -$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = ""; -$a->strings["Response from remote site was not understood."] = "Ответ от удаленного сайта не был понят."; -$a->strings["Unexpected response from remote site: "] = "Неожиданный ответ от удаленного сайта: "; -$a->strings["Confirmation completed successfully."] = "Подтверждение успешно завершено."; -$a->strings["Remote site reported: "] = "Удаленный сайт сообщил: "; -$a->strings["Temporary failure. Please wait and try again."] = "Временные неудачи. Подождите и попробуйте еще раз."; -$a->strings["Introduction failed or was revoked."] = "Запрос ошибочен или был отозван."; -$a->strings["Unable to set contact photo."] = "Не удается установить фото контакта."; -$a->strings["No user record found for '%s' "] = "Не найдено записи пользователя для '%s' "; -$a->strings["Our site encryption key is apparently messed up."] = "Наш ключ шифрования сайта, по-видимому, перепутался."; -$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "Был предоставлен пустой URL сайта ​​или URL не может быть расшифрован нами."; -$a->strings["Contact record was not found for you on our site."] = "Запись контакта не найдена для вас на нашем сайте."; -$a->strings["Site public key not available in contact record for URL %s."] = "Публичный ключ недоступен в записи о контакте по ссылке %s"; -$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "ID, предложенный вашей системой, является дубликатом в нашей системе. Он должен работать, если вы повторите попытку."; -$a->strings["Unable to set your contact credentials on our system."] = "Не удалось установить ваши учетные данные контакта в нашей системе."; -$a->strings["Unable to update your contact profile details on our system"] = "Не удается обновить ваши контактные детали профиля в нашей системе"; -$a->strings["Connection accepted at %s"] = "Подключение принято в %s"; -$a->strings["%1\$s has joined %2\$s"] = "%1\$s присоединился %2\$s"; -$a->strings["%1\$s welcomes %2\$s"] = ""; -$a->strings["This introduction has already been accepted."] = "Этот запрос был уже принят."; -$a->strings["Profile location is not valid or does not contain profile information."] = "Местоположение профиля является недопустимым или не содержит информацию о профиле."; -$a->strings["Warning: profile location has no identifiable owner name."] = "Внимание: местоположение профиля не имеет идентифицируемого имени владельца."; -$a->strings["Warning: profile location has no profile photo."] = "Внимание: местоположение профиля не имеет еще фотографии профиля."; -$a->strings["%d required parameter was not found at the given location"] = array( - 0 => "%d требуемый параметр не был найден в заданном месте", - 1 => "%d требуемых параметров не были найдены в заданном месте", - 2 => "%d требуемых параметров не были найдены в заданном месте", -); -$a->strings["Introduction complete."] = "Запрос создан."; -$a->strings["Unrecoverable protocol error."] = "Неисправимая ошибка протокола."; -$a->strings["Profile unavailable."] = "Профиль недоступен."; -$a->strings["%s has received too many connection requests today."] = "К %s пришло сегодня слишком много запросов на подключение."; -$a->strings["Spam protection measures have been invoked."] = "Были применены меры защиты от спама."; -$a->strings["Friends are advised to please try again in 24 hours."] = "Друзья советуют попробовать еще раз в ближайшие 24 часа."; -$a->strings["Invalid locator"] = "Недопустимый локатор"; -$a->strings["Invalid email address."] = "Неверный адрес электронной почты."; -$a->strings["This account has not been configured for email. Request failed."] = "Этот аккаунт не настроен для электронной почты. Запрос не удался."; -$a->strings["Unable to resolve your name at the provided location."] = "Не удается установить ваше имя на предложенном местоположении."; -$a->strings["You have already introduced yourself here."] = "Вы уже ввели информацию о себе здесь."; -$a->strings["Apparently you are already friends with %s."] = "Похоже, что вы уже друзья с %s."; -$a->strings["Invalid profile URL."] = "Неверный URL профиля."; -$a->strings["Your introduction has been sent."] = "Ваш запрос отправлен."; -$a->strings["Please login to confirm introduction."] = "Для подтверждения запроса войдите пожалуйста с паролем."; -$a->strings["Incorrect identity currently logged in. Please login to this profile."] = "Неверно идентифицирован вход. Пожалуйста, войдите в этот профиль."; -$a->strings["Hide this contact"] = "Скрыть этот контакт"; -$a->strings["Welcome home %s."] = "Добро пожаловать домой, %s!"; -$a->strings["Please confirm your introduction/connection request to %s."] = "Пожалуйста, подтвердите краткую информацию / запрос на подключение к %s."; -$a->strings["Confirm"] = "Подтвердить"; -$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Пожалуйста, введите ваш 'идентификационный адрес' одной из следующих поддерживаемых социальных сетей:"; -$a->strings["Connect as an email follower (Coming soon)"] = "Соединитесь как email последователь (скоро)"; -$a->strings["If you are not yet a member of the free social web, follow this link to find a public Friendica site and join us today."] = ""; -$a->strings["Friend/Connection Request"] = "Запрос в друзья / на подключение"; -$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"] = "Примеры: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"; -$a->strings["Please answer the following:"] = "Пожалуйста, ответьте следующее:"; -$a->strings["Does %s know you?"] = "%s знает вас?"; -$a->strings["Add a personal note:"] = "Добавить личную заметку:"; -$a->strings["StatusNet/Federated Social Web"] = "StatusNet / Federated Social Web"; -$a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = ""; -$a->strings["Your Identity Address:"] = "Ваш идентификационный адрес:"; -$a->strings["Submit Request"] = "Отправить запрос"; -$a->strings["%1\$s is following %2\$s's %3\$s"] = ""; -$a->strings["Global Directory"] = "Глобальный каталог"; -$a->strings["Find on this site"] = "Найти на этом сайте"; -$a->strings["Site Directory"] = "Каталог сайта"; -$a->strings["Gender: "] = "Пол: "; -$a->strings["No entries (some entries may be hidden)."] = "Нет записей (некоторые записи могут быть скрыты)."; -$a->strings["Do you really want to delete this suggestion?"] = ""; -$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = ""; -$a->strings["Ignore/Hide"] = "Проигнорировать/Скрыть"; -$a->strings["People Search"] = "Поиск людей"; -$a->strings["No matches"] = "Нет соответствий"; -$a->strings["Theme settings updated."] = ""; -$a->strings["Site"] = "Сайт"; -$a->strings["Users"] = "Пользователи"; -$a->strings["Plugins"] = "Плагины"; -$a->strings["Themes"] = ""; -$a->strings["DB updates"] = ""; -$a->strings["Logs"] = "Журналы"; -$a->strings["Plugin Features"] = ""; -$a->strings["User registrations waiting for confirmation"] = "Регистрации пользователей, ожидающие подтверждения"; -$a->strings["Normal Account"] = "Обычный аккаунт"; -$a->strings["Soapbox Account"] = "Аккаунт Витрина"; -$a->strings["Community/Celebrity Account"] = "Аккаунт Сообщество / Знаменитость"; -$a->strings["Automatic Friend Account"] = "\"Автоматический друг\" Аккаунт"; -$a->strings["Blog Account"] = ""; -$a->strings["Private Forum"] = "Личный форум"; -$a->strings["Message queues"] = "Очереди сообщений"; -$a->strings["Administration"] = "Администрация"; -$a->strings["Summary"] = "Резюме"; -$a->strings["Registered users"] = "Зарегистрированные пользователи"; -$a->strings["Pending registrations"] = "Ожидающие регистрации"; -$a->strings["Version"] = "Версия"; -$a->strings["Active plugins"] = "Активные плагины"; -$a->strings["Site settings updated."] = "Установки сайта обновлены."; -$a->strings["Multi user instance"] = ""; -$a->strings["Closed"] = "Закрыто"; -$a->strings["Requires approval"] = "Требуется подтверждение"; -$a->strings["Open"] = "Открыто"; -$a->strings["No SSL policy, links will track page SSL state"] = ""; -$a->strings["Force all links to use SSL"] = "Заставить все ссылки использовать SSL"; -$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = ""; -$a->strings["File upload"] = "Загрузка файлов"; -$a->strings["Policies"] = "Политики"; -$a->strings["Advanced"] = "Расширенный"; -$a->strings["Performance"] = "Производительность"; -$a->strings["Site name"] = "Название сайта"; -$a->strings["Banner/Logo"] = "Баннер/Логотип"; -$a->strings["System language"] = "Системный язык"; -$a->strings["System theme"] = "Системная тема"; -$a->strings["Default system theme - may be over-ridden by user profiles - change theme settings"] = ""; -$a->strings["Mobile system theme"] = "Мобильная тема системы"; -$a->strings["Theme for mobile devices"] = "Тема для мобильных устройств"; -$a->strings["SSL link policy"] = "Политика SSL"; -$a->strings["Determines whether generated links should be forced to use SSL"] = "Ссылки должны быть вынуждены использовать SSL"; -$a->strings["'Share' element"] = "'Share' элемент"; -$a->strings["Activates the bbcode element 'share' for repeating items."] = ""; -$a->strings["Hide help entry from navigation menu"] = "Скрыть пункт \"помощь\" в меню навигации"; -$a->strings["Hides the menu entry for the Help pages from the navigation menu. You can still access it calling /help directly."] = ""; -$a->strings["Single user instance"] = "Однопользовательский режим"; -$a->strings["Make this instance multi-user or single-user for the named user"] = ""; -$a->strings["Maximum image size"] = "Максимальный размер изображения"; -$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = ""; -$a->strings["Maximum image length"] = "Максимальная длина картинки"; -$a->strings["Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits."] = ""; -$a->strings["JPEG image quality"] = "Качество JPEG изображения"; -$a->strings["Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is full quality."] = ""; -$a->strings["Register policy"] = "Политика регистрация"; -$a->strings["Maximum Daily Registrations"] = "Максимальное число регистраций в день"; -$a->strings["If registration is permitted above, this sets the maximum number of new user registrations to accept per day. If register is set to closed, this setting has no effect."] = ""; -$a->strings["Register text"] = "Текст регистрации"; -$a->strings["Will be displayed prominently on the registration page."] = "Будет находиться на видном месте на странице регистрации."; -$a->strings["Accounts abandoned after x days"] = "Аккаунт считается после x дней не воспользованным"; -$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "Не будет тратить ресурсы для опроса сайтов для бесхозных контактов. Введите 0 для отключения лимита времени."; -$a->strings["Allowed friend domains"] = "Разрешенные домены друзей"; -$a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = ""; -$a->strings["Allowed email domains"] = "Разрешенные почтовые домены"; -$a->strings["Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains"] = ""; -$a->strings["Block public"] = "Блокировать общественный доступ"; -$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = ""; -$a->strings["Force publish"] = "Принудительная публикация"; -$a->strings["Check to force all profiles on this site to be listed in the site directory."] = ""; -$a->strings["Global directory update URL"] = "URL обновления глобального каталога"; -$a->strings["URL to update the global directory. If this is not set, the global directory is completely unavailable to the application."] = ""; -$a->strings["Allow threaded items"] = ""; -$a->strings["Allow infinite level threading for items on this site."] = ""; -$a->strings["Private posts by default for new users"] = "Частные сообщения по умолчанию для новых пользователей"; -$a->strings["Set default post permissions for all new members to the default privacy group rather than public."] = ""; -$a->strings["Don't include post content in email notifications"] = ""; -$a->strings["Don't include the content of a post/comment/private message/etc. in the email notifications that are sent out from this site, as a privacy measure."] = ""; -$a->strings["Disallow public access to addons listed in the apps menu."] = ""; -$a->strings["Checking this box will restrict addons listed in the apps menu to members only."] = ""; -$a->strings["Don't embed private images in posts"] = ""; -$a->strings["Don't replace locally-hosted private photos in posts with an embedded copy of the image. This means that contacts who receive posts containing private photos will have to authenticate and load each image, which may take a while."] = ""; -$a->strings["Block multiple registrations"] = "Блокировать множественные регистрации"; -$a->strings["Disallow users to register additional accounts for use as pages."] = "Запретить пользователям регистрировать дополнительные аккаунты для использования в качестве страниц."; -$a->strings["OpenID support"] = "Поддержка OpenID"; -$a->strings["OpenID support for registration and logins."] = "OpenID поддержка для регистрации и входа в систему."; -$a->strings["Fullname check"] = "Проверка полного имени"; -$a->strings["Force users to register with a space between firstname and lastname in Full name, as an antispam measure"] = ""; -$a->strings["UTF-8 Regular expressions"] = "UTF-8 регулярные выражения"; -$a->strings["Use PHP UTF8 regular expressions"] = "Используйте PHP UTF-8 для регулярных выражений"; -$a->strings["Show Community Page"] = "Показать страницу сообщества"; -$a->strings["Display a Community page showing all recent public postings on this site."] = "Показывать страницу сообщества с указанием всех последних публичных сообщений на этом сайте."; -$a->strings["Enable OStatus support"] = "Включить поддержку OStatus"; -$a->strings["Provide built-in OStatus (identi.ca, status.net, etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."] = ""; -$a->strings["Enable Diaspora support"] = "Включить поддержку Diaspora"; -$a->strings["Provide built-in Diaspora network compatibility."] = ""; -$a->strings["Only allow Friendica contacts"] = "Позвольть только Friendica контакты"; -$a->strings["All contacts must use Friendica protocols. All other built-in communication protocols disabled."] = "Все контакты должны использовать только Friendica протоколы. Все другие встроенные коммуникационные протоколы отключены."; -$a->strings["Verify SSL"] = "Проверка SSL"; -$a->strings["If you wish, you can turn on strict certificate checking. This will mean you cannot connect (at all) to self-signed SSL sites."] = ""; -$a->strings["Proxy user"] = "Прокси пользователь"; -$a->strings["Proxy URL"] = "Прокси URL"; -$a->strings["Network timeout"] = "Тайм-аут сети"; -$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = ""; -$a->strings["Delivery interval"] = "Интервал поставки"; -$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."] = ""; -$a->strings["Poll interval"] = "Интервал опроса"; -$a->strings["Delay background polling processes by this many seconds to reduce system load. If 0, use delivery interval."] = ""; -$a->strings["Maximum Load Average"] = ""; -$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = ""; -$a->strings["Use MySQL full text engine"] = ""; -$a->strings["Activates the full text engine. Speeds up search - but can only search for four and more characters."] = ""; -$a->strings["Path to item cache"] = ""; -$a->strings["Cache duration in seconds"] = ""; -$a->strings["How long should the cache files be hold? Default value is 86400 seconds (One day)."] = ""; -$a->strings["Path for lock file"] = ""; -$a->strings["Temp path"] = ""; -$a->strings["Base path to installation"] = ""; -$a->strings["Update has been marked successful"] = ""; -$a->strings["Executing %s failed. Check system logs."] = ""; -$a->strings["Update %s was successfully applied."] = ""; -$a->strings["Update %s did not return a status. Unknown if it succeeded."] = ""; -$a->strings["Update function %s could not be found."] = ""; -$a->strings["No failed updates."] = "Неудавшихся обновлений нет."; -$a->strings["Failed Updates"] = "Неудавшиеся обновления"; -$a->strings["This does not include updates prior to 1139, which did not return a status."] = ""; -$a->strings["Mark success (if update was manually applied)"] = ""; -$a->strings["Attempt to execute this update step automatically"] = ""; -$a->strings["%s user blocked/unblocked"] = array( - 0 => "", - 1 => "", - 2 => "", -); -$a->strings["%s user deleted"] = array( - 0 => "%s человек удален", - 1 => "%s чел. удалено", - 2 => "%s чел. удалено", -); -$a->strings["User '%s' deleted"] = "Пользователь '%s' удален"; -$a->strings["User '%s' unblocked"] = "Пользователь '%s' разблокирован"; -$a->strings["User '%s' blocked"] = "Пользователь '%s' блокирован"; -$a->strings["select all"] = "выбрать все"; -$a->strings["User registrations waiting for confirm"] = "Регистрации пользователей, ожидающие подтверждения"; -$a->strings["Request date"] = "Запрос даты"; -$a->strings["No registrations."] = "Нет регистраций."; -$a->strings["Approve"] = "Одобрить"; -$a->strings["Deny"] = "Отклонить"; -$a->strings["Site admin"] = "Админ сайта"; -$a->strings["Account expired"] = "Аккаунт просрочен"; -$a->strings["Register date"] = "Дата регистрации"; -$a->strings["Last login"] = "Последний вход"; -$a->strings["Last item"] = "Последний пункт"; -$a->strings["Account"] = "Аккаунт"; -$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Выбранные пользователи будут удалены!\\n\\nВсе, что эти пользователи написали на этом сайте, будет удалено!\\n\\nВы уверены в вашем действии?"; -$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?"] = "Пользователь {0} будет удален!\\n\\nВсе, что этот пользователь написал на этом сайте, будет удалено!\\n\\nВы уверены в вашем действии?"; -$a->strings["Plugin %s disabled."] = "Плагин %s отключен."; -$a->strings["Plugin %s enabled."] = "Плагин %s включен."; -$a->strings["Disable"] = "Отключить"; -$a->strings["Enable"] = "Включить"; -$a->strings["Toggle"] = "Переключить"; -$a->strings["Author: "] = "Автор:"; -$a->strings["Maintainer: "] = "Программа обслуживания: "; -$a->strings["No themes found."] = "Темы не найдены."; -$a->strings["Screenshot"] = "Скриншот"; -$a->strings["[Experimental]"] = "[экспериментально]"; -$a->strings["[Unsupported]"] = "[Неподдерживаемое]"; -$a->strings["Log settings updated."] = "Настройки журнала обновлены."; -$a->strings["Clear"] = "Очистить"; -$a->strings["Debugging"] = "Отладка"; -$a->strings["Log file"] = "Лог-файл"; -$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = ""; -$a->strings["Log level"] = "Уровень лога"; -$a->strings["Close"] = "Закрыть"; -$a->strings["FTP Host"] = "FTP хост"; -$a->strings["FTP Path"] = "Путь FTP"; -$a->strings["FTP User"] = "FTP пользователь"; -$a->strings["FTP Password"] = "FTP пароль"; -$a->strings["Tag removed"] = "Ключевое слово удалено"; -$a->strings["Remove Item Tag"] = "Удалить ключевое слово"; -$a->strings["Select a tag to remove: "] = "Выберите ключевое слово для удаления: "; -$a->strings["Item not found"] = "Элемент не найден"; -$a->strings["Edit post"] = "Редактировать сообщение"; -$a->strings["Event title and start time are required."] = ""; -$a->strings["l, F j"] = "l, j F"; -$a->strings["Edit event"] = "Редактировать мероприятие"; -$a->strings["Create New Event"] = "Создать новое мероприятие"; -$a->strings["Previous"] = "Назад"; -$a->strings["Next"] = "Далее"; -$a->strings["hour:minute"] = "час:минута"; -$a->strings["Event details"] = "Сведения о мероприятии"; -$a->strings["Format is %s %s. Starting date and Title are required."] = ""; -$a->strings["Event Starts:"] = "Начало мероприятия:"; -$a->strings["Required"] = "Требуется"; -$a->strings["Finish date/time is not known or not relevant"] = "Дата/время окончания не известны, или не указаны"; -$a->strings["Event Finishes:"] = "Окончание мероприятия:"; -$a->strings["Adjust for viewer timezone"] = "Настройка часового пояса"; -$a->strings["Description:"] = "Описание:"; -$a->strings["Title:"] = "Титул:"; -$a->strings["Share this event"] = "Поделитесь этим мероприятием"; -$a->strings["Files"] = "Файлы"; -$a->strings["Export account"] = "Экспорт аккаунта"; -$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = ""; -$a->strings["Export all"] = "Экспорт всего"; -$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = ""; -$a->strings["- select -"] = "- выбрать -"; -$a->strings["Import"] = "Импорт"; -$a->strings["Move account"] = "Удалить аккаунт"; -$a->strings["You can import an account from another Friendica server."] = ""; -$a->strings["You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."] = ""; -$a->strings["This feature is experimental. We can't import contacts from the OStatus network (statusnet/identi.ca) or from Diaspora"] = ""; -$a->strings["Account file"] = "Файл аккаунта"; -$a->strings["To export your accont, go to \"Settings->Export your porsonal data\" and select \"Export account\""] = ""; -$a->strings["[Embedded content - reload page to view]"] = "[Встроенное содержание - перезагрузите страницу для просмотра]"; -$a->strings["Contact added"] = "Контакт добавлен"; -$a->strings["This is Friendica, version"] = "Это Friendica, версия"; -$a->strings["running at web location"] = "работает на веб-узле"; -$a->strings["Please visit Friendica.com to learn more about the Friendica project."] = ""; -$a->strings["Bug reports and issues: please visit"] = "Отчет об ошибках и проблемах: пожалуйста, посетите"; -$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Предложения, похвала, пожертвования? Пишите на \"info\" на Friendica - точка com"; -$a->strings["Installed plugins/addons/apps:"] = "Установленные плагины / добавки / приложения:"; -$a->strings["No installed plugins/addons/apps"] = "Нет установленных плагинов / добавок / приложений"; -$a->strings["Friend suggestion sent."] = "Приглашение в друзья отправлено."; -$a->strings["Suggest Friends"] = "Предложить друзей"; -$a->strings["Suggest a friend for %s"] = "Предложить друга для %s."; -$a->strings["Group created."] = "Группа создана."; -$a->strings["Could not create group."] = "Не удалось создать группу."; -$a->strings["Group not found."] = "Группа не найдена."; -$a->strings["Group name changed."] = "Название группы изменено."; -$a->strings["Create a group of contacts/friends."] = "Создать группу контактов / друзей."; -$a->strings["Group Name: "] = "Название группы: "; -$a->strings["Group removed."] = "Группа удалена."; -$a->strings["Unable to remove group."] = "Не удается удалить группу."; -$a->strings["Group Editor"] = "Редактор групп"; -$a->strings["Members"] = "Участники"; -$a->strings["No profile"] = "Нет профиля"; -$a->strings["Help:"] = "Помощь:"; -$a->strings["Not Found"] = "Не найдено"; -$a->strings["Page not found."] = "Страница не найдена."; -$a->strings["No contacts."] = "Нет контактов."; -$a->strings["Welcome to %s"] = "Добро пожаловать на %s!"; -$a->strings["Access denied."] = "Доступ запрещен."; -$a->strings["File exceeds size limit of %d"] = "Файл превышает предельный размер %d"; -$a->strings["File upload failed."] = "Загрузка файла не удалась."; -$a->strings["Image exceeds size limit of %d"] = "Изображение превышает предельный размер %d"; -$a->strings["Unable to process image."] = "Невозможно обработать фото."; -$a->strings["Image upload failed."] = "Загрузка фото неудачная."; -$a->strings["Total invitation limit exceeded."] = ""; -$a->strings["%s : Not a valid email address."] = "%s: Неверный адрес электронной почты."; -$a->strings["Please join us on Friendica"] = ""; -$a->strings["Invitation limit exceeded. Please contact your site administrator."] = ""; -$a->strings["%s : Message delivery failed."] = "%s: Доставка сообщения не удалась."; -$a->strings["%d message sent."] = array( - 0 => "%d сообщение отправлено.", - 1 => "%d сообщений отправлено.", - 2 => "%d сообщений отправлено.", -); -$a->strings["You have no more invitations available"] = "У вас нет больше приглашений"; -$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = ""; -$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = ""; -$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = ""; -$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = ""; -$a->strings["Send invitations"] = "Отправить приглашения"; -$a->strings["Enter email addresses, one per line:"] = "Введите адреса электронной почты, по одному в строке:"; -$a->strings["Your message:"] = "Ваше сообщение:"; -$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = ""; -$a->strings["You will need to supply this invitation code: \$invite_code"] = "Вам нужно будет предоставить этот код приглашения: \$invite_code"; -$a->strings["Once you have registered, please connect with me via my profile page at:"] = "После того как вы зарегистрировались, пожалуйста, свяжитесь со мной через мою страницу профиля по адресу:"; -$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendica.com"] = ""; -$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = ""; -$a->strings["No recipient selected."] = "Не выбран получатель."; -$a->strings["Unable to check your home location."] = "Невозможно проверить местоположение."; -$a->strings["Message could not be sent."] = "Сообщение не может быть отправлено."; -$a->strings["Message collection failure."] = "Неудача коллекции сообщения."; -$a->strings["Message sent."] = "Сообщение отправлено."; -$a->strings["No recipient."] = "Без адресата."; -$a->strings["Send Private Message"] = "Отправить личное сообщение"; -$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = ""; -$a->strings["To:"] = "Кому:"; -$a->strings["Subject:"] = "Тема:"; -$a->strings["Time Conversion"] = "История общения"; -$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = ""; -$a->strings["UTC time: %s"] = "UTC время: %s"; -$a->strings["Current timezone: %s"] = "Ваш часовой пояс: %s"; -$a->strings["Converted localtime: %s"] = "Ваше изменённое время: %s"; -$a->strings["Please select your timezone:"] = "Выберите пожалуйста ваш часовой пояс:"; -$a->strings["Remote privacy information not available."] = "Личная информация удаленно недоступна."; -$a->strings["Visible to:"] = "Кто может видеть:"; -$a->strings["No valid account found."] = "Не найдено действительного аккаунта."; -$a->strings["Password reset request issued. Check your email."] = "Запрос на сброс пароля принят. Проверьте вашу электронную почту."; -$a->strings["Password reset requested at %s"] = "Запрос на сброс пароля получен %s"; -$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Запрос не может быть проверен. (Вы, возможно, ранее представляли его.) Попытка сброса пароля неудачная."; -$a->strings["Password Reset"] = "Сброс пароля"; -$a->strings["Your password has been reset as requested."] = "Ваш пароль был сброшен по требованию."; -$a->strings["Your new password is"] = "Ваш новый пароль"; -$a->strings["Save or copy your new password - and then"] = "Сохраните или скопируйте новый пароль - и затем"; -$a->strings["click here to login"] = "нажмите здесь для входа"; -$a->strings["Your password may be changed from the Settings page after successful login."] = "Ваш пароль может быть изменен на странице Настройки после успешного входа."; -$a->strings["Your password has been changed at %s"] = "Ваш пароль был изменен %s"; -$a->strings["Forgot your Password?"] = "Забыли пароль?"; -$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Введите адрес электронной почты и подтвердите, что вы хотите сбросить ваш пароль. Затем проверьте свою электронную почту для получения дальнейших инструкций."; -$a->strings["Nickname or Email: "] = "Ник или E-mail: "; -$a->strings["Reset"] = "Сброс"; -$a->strings["System down for maintenance"] = "Система закрыта на техническое обслуживание"; -$a->strings["Manage Identities and/or Pages"] = "Управление идентификацией и / или страницами"; -$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = ""; -$a->strings["Select an identity to manage: "] = "Выберите идентификацию для управления: "; -$a->strings["Profile Match"] = "Похожие профили"; -$a->strings["No keywords to match. Please add keywords to your default profile."] = "Нет соответствующих ключевых слов. Пожалуйста, добавьте ключевые слова для вашего профиля по умолчанию."; -$a->strings["is interested in:"] = ""; -$a->strings["Unable to locate contact information."] = "Не удалось найти контактную информацию."; -$a->strings["Do you really want to delete this message?"] = ""; -$a->strings["Message deleted."] = "Сообщение удалено."; -$a->strings["Conversation removed."] = "Беседа удалена."; -$a->strings["No messages."] = "Нет сообщений."; -$a->strings["Unknown sender - %s"] = "Неизвестный отправитель - %s"; -$a->strings["You and %s"] = "Вы и %s"; -$a->strings["%s and You"] = "%s и Вы"; -$a->strings["Delete conversation"] = "Удалить историю общения"; -$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A"; -$a->strings["%d message"] = array( - 0 => "%d сообщение", - 1 => "%d сообщений", - 2 => "%d сообщений", -); -$a->strings["Message not available."] = "Сообщение не доступно."; -$a->strings["Delete message"] = "Удалить сообщение"; -$a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = ""; -$a->strings["Send Reply"] = "Отправить ответ"; -$a->strings["Mood"] = ""; -$a->strings["Set your current mood and tell your friends"] = ""; -$a->strings["Search Results For:"] = ""; -$a->strings["Commented Order"] = "Прокомментированный запрос"; -$a->strings["Sort by Comment Date"] = ""; -$a->strings["Posted Order"] = "Отправленный запрос"; -$a->strings["Sort by Post Date"] = ""; -$a->strings["Personal"] = "Персонал"; -$a->strings["Posts that mention or involve you"] = ""; -$a->strings["New"] = "Новый"; -$a->strings["Activity Stream - by date"] = ""; -$a->strings["Shared Links"] = ""; -$a->strings["Interesting Links"] = ""; -$a->strings["Starred"] = "Помеченный"; -$a->strings["Favourite Posts"] = ""; -$a->strings["Warning: This group contains %s member from an insecure network."] = array( - 0 => "Внимание: Эта группа содержит %s участника с незащищенной сети.", - 1 => "Внимание: Эта группа содержит %s участников с незащищенной сети.", - 2 => "Внимание: Эта группа содержит %s участников с незащищенной сети.", -); -$a->strings["Private messages to this group are at risk of public disclosure."] = "Личные сообщения к этой группе находятся под угрозой обнародования."; -$a->strings["No such group"] = "Нет такой группы"; -$a->strings["Group is empty"] = "Группа пуста"; -$a->strings["Group: "] = "Группа: "; -$a->strings["Contact: "] = "Контакт: "; -$a->strings["Private messages to this person are at risk of public disclosure."] = "Личные сообщения этому человеку находятся под угрозой обнародования."; -$a->strings["Invalid contact."] = "Недопустимый контакт."; -$a->strings["Invalid request identifier."] = "Неверный идентификатор запроса."; -$a->strings["Discard"] = "Отказаться"; -$a->strings["System"] = "Система"; -$a->strings["Show Ignored Requests"] = "Показать проигнорированные запросы"; -$a->strings["Hide Ignored Requests"] = "Скрыть проигнорированные запросы"; -$a->strings["Notification type: "] = "Тип уведомления: "; -$a->strings["Friend Suggestion"] = "Предложение в друзья"; -$a->strings["suggested by %s"] = "предложено юзером %s"; -$a->strings["Post a new friend activity"] = ""; -$a->strings["if applicable"] = "если требуется"; -$a->strings["Claims to be known to you: "] = "Утверждения, о которых должно быть вам известно: "; -$a->strings["yes"] = "да"; -$a->strings["no"] = "нет"; -$a->strings["Approve as: "] = "Утвердить как: "; -$a->strings["Friend"] = "Друг"; -$a->strings["Sharer"] = "Участник"; -$a->strings["Fan/Admirer"] = "Фанат / Поклонник"; -$a->strings["Friend/Connect Request"] = "Запрос в друзья / на подключение"; -$a->strings["New Follower"] = "Новый фолловер"; -$a->strings["No introductions."] = "Запросов нет."; -$a->strings["%s liked %s's post"] = "%s нравится %s сообшение"; -$a->strings["%s disliked %s's post"] = "%s не нравится %s сообшение"; -$a->strings["%s is now friends with %s"] = "%s теперь друзья с %s"; -$a->strings["%s created a new post"] = "%s написал новое сообщение"; -$a->strings["%s commented on %s's post"] = "%s прокомментировал %s сообщение"; -$a->strings["No more network notifications."] = "Уведомлений из сети больше нет."; -$a->strings["Network Notifications"] = "Уведомления сети"; -$a->strings["No more system notifications."] = "Системных уведомлений больше нет."; -$a->strings["System Notifications"] = "Уведомления системы"; -$a->strings["No more personal notifications."] = "Персональных уведомлений больше нет."; -$a->strings["Personal Notifications"] = "Личные уведомления"; -$a->strings["No more home notifications."] = "Уведомлений больше нет."; -$a->strings["Home Notifications"] = "Уведомления"; -$a->strings["Photo Albums"] = "Фотоальбомы"; -$a->strings["Contact Photos"] = "Фотографии контакта"; -$a->strings["Upload New Photos"] = "Загрузить новые фото"; -$a->strings["Contact information unavailable"] = "Информация о контакте недоступна"; -$a->strings["Album not found."] = "Альбом не найден."; -$a->strings["Delete Album"] = "Удалить альбом"; -$a->strings["Do you really want to delete this photo album and all its photos?"] = "Вы действительно хотите удалить этот альбом и все его фотографии?"; -$a->strings["Delete Photo"] = "Удалить фото"; -$a->strings["Do you really want to delete this photo?"] = "Вы действительно хотите удалить эту фотографию?"; -$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = ""; -$a->strings["a photo"] = "фото"; -$a->strings["Image exceeds size limit of "] = "Размер фото превышает лимит "; -$a->strings["Image file is empty."] = "Файл изображения пуст."; -$a->strings["No photos selected"] = "Не выбрано фото."; -$a->strings["Access to this item is restricted."] = "Доступ к этому пункту ограничен."; -$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = ""; -$a->strings["Upload Photos"] = "Загрузить фото"; -$a->strings["New album name: "] = "Название нового альбома: "; -$a->strings["or existing album name: "] = "или название существующего альбома: "; -$a->strings["Do not show a status post for this upload"] = "Не показывать статус-сообщение для этой закачки"; -$a->strings["Permissions"] = "Разрешения"; -$a->strings["Private Photo"] = "Личное фото"; -$a->strings["Public Photo"] = "Публичное фото"; -$a->strings["Edit Album"] = "Редактировать альбом"; -$a->strings["Show Newest First"] = "Показать новые первыми"; -$a->strings["Show Oldest First"] = "Показать старые первыми"; -$a->strings["View Photo"] = "Просмотр фото"; -$a->strings["Permission denied. Access to this item may be restricted."] = "Нет разрешения. Доступ к этому элементу ограничен."; -$a->strings["Photo not available"] = "Фото недоступно"; -$a->strings["View photo"] = "Просмотр фото"; -$a->strings["Edit photo"] = "Редактировать фото"; -$a->strings["Use as profile photo"] = "Использовать как фото профиля"; -$a->strings["Private Message"] = "Личное сообщение"; -$a->strings["View Full Size"] = "Просмотреть полный размер"; -$a->strings["Tags: "] = "Ключевые слова: "; -$a->strings["[Remove any tag]"] = "[Удалить любое ключевое слово]"; -$a->strings["Rotate CW (right)"] = "Поворот по часовой стрелке (направо)"; -$a->strings["Rotate CCW (left)"] = "Поворот против часовой стрелки (налево)"; -$a->strings["New album name"] = "Название нового альбома"; -$a->strings["Caption"] = "Подпись"; -$a->strings["Add a Tag"] = "Добавить ключевое слово (таг)"; -$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Пример: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"; -$a->strings["Private photo"] = "Личное фото"; -$a->strings["Public photo"] = "Публичное фото"; -$a->strings["I like this (toggle)"] = "Нравится"; -$a->strings["I don't like this (toggle)"] = "Не нравится"; -$a->strings["This is you"] = "Это вы"; -$a->strings["Comment"] = "Комментарий"; -$a->strings["View Album"] = "Просмотреть альбом"; -$a->strings["Recent Photos"] = "Последние фото"; -$a->strings["Welcome to Friendica"] = "Добро пожаловать в Friendica"; -$a->strings["New Member Checklist"] = "Новый контрольный список участников"; -$a->strings["We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."] = ""; -$a->strings["Getting Started"] = ""; -$a->strings["Friendica Walk-Through"] = ""; -$a->strings["On your Quick Start page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."] = ""; -$a->strings["Go to Your Settings"] = ""; -$a->strings["On your Settings page - change your initial password. Also make a note of your Identity Address. This looks just like an email address - and will be useful in making friends on the free social web."] = ""; -$a->strings["Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you."] = "Просмотрите другие установки, в частности, параметры конфиденциальности. Неопубликованные пункты каталога с частными номерами телефона. В общем, вам, вероятно, следует опубликовать свою информацию - если все ваши друзья и потенциальные друзья точно знают, как вас найти."; -$a->strings["Upload Profile Photo"] = "Загрузить фото профиля"; -$a->strings["Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not."] = "Загрузите фотографию профиля, если вы еще не сделали это. Исследования показали, что люди с реальными фотографиями имеют в десять раз больше шансов подружиться, чем люди, которые этого не делают."; -$a->strings["Edit Your Profile"] = "Редактировать профиль"; -$a->strings["Edit your default profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."] = "Отредактируйте профиль по умолчанию на свой ​​вкус. Просмотрите установки для сокрытия вашего списка друзей и сокрытия профиля от неизвестных посетителей."; -$a->strings["Profile Keywords"] = "Ключевые слова профиля"; -$a->strings["Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships."] = "Установите некоторые публичные ключевые слова для вашего профиля по умолчанию, которые описывают ваши интересы. Мы можем быть в состоянии найти других людей со схожими интересами и предложить дружбу."; -$a->strings["Connecting"] = "Подключение"; -$a->strings["Authorise the Facebook Connector if you currently have a Facebook account and we will (optionally) import all your Facebook friends and conversations."] = "Авторизуйте Facebook Connector , если у вас уже есть аккаунт на Facebook, и мы (по желанию) импортируем всех ваших друзей и беседы с Facebook."; -$a->strings["If this is your own personal server, installing the Facebook addon may ease your transition to the free social web."] = ""; -$a->strings["Importing Emails"] = ""; -$a->strings["Enter your email access information on your Connector Settings page if you wish to import and interact with friends or mailing lists from your email INBOX"] = ""; -$a->strings["Go to Your Contacts Page"] = ""; -$a->strings["Your Contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the Add New Contact dialog."] = ""; -$a->strings["Go to Your Site's Directory"] = ""; -$a->strings["The Directory page lets you find other people in this network or other federated sites. Look for a Connect or Follow link on their profile page. Provide your own Identity Address if requested."] = "На странице каталога вы можете найти других людей в этой сети или на других похожих сайтах. Ищите ссылки Подключить или Следовать на страницах их профилей. Укажите свой собственный адрес идентификации, если требуется."; -$a->strings["Finding New People"] = "Поиск людей"; -$a->strings["On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours."] = ""; -$a->strings["Group Your Contacts"] = ""; -$a->strings["Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page."] = "После того, как вы найдете несколько друзей, организуйте их в группы частных бесед в боковой панели на странице Контакты, а затем вы можете взаимодействовать с каждой группой приватно или на вашей странице Сеть."; -$a->strings["Why Aren't My Posts Public?"] = ""; -$a->strings["Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above."] = ""; -$a->strings["Getting Help"] = ""; -$a->strings["Go to the Help Section"] = ""; -$a->strings["Our help pages may be consulted for detail on other program features and resources."] = "Наши страницы помощи могут проконсультировать о подробностях и возможностях программы и ресурса."; -$a->strings["Requested profile is not available."] = "Запрашиваемый профиль недоступен."; -$a->strings["Access to this profile has been restricted."] = "Доступ к этому профилю ограничен."; -$a->strings["Tips for New Members"] = "Советы для новых участников"; -$a->strings["Item has been removed."] = "Пункт был удален."; -$a->strings["Friendica Social Communications Server - Setup"] = ""; -$a->strings["Could not connect to database."] = "Не удалось подключиться к базе данных."; -$a->strings["Could not create table."] = "Не удалось создать таблицу."; -$a->strings["Your Friendica site database has been installed."] = "База данных сайта установлена."; -$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Вам может понадобиться импортировать файл \"database.sql\" вручную с помощью PhpMyAdmin или MySQL."; -$a->strings["Please see the file \"INSTALL.txt\"."] = "Пожалуйста, смотрите файл \"INSTALL.txt\"."; -$a->strings["System check"] = "Проверить систему"; -$a->strings["Check again"] = "Проверить еще раз"; -$a->strings["Database connection"] = "Подключение к базе данных"; -$a->strings["In order to install Friendica we need to know how to connect to your database."] = ""; -$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Пожалуйста, свяжитесь с вашим хостинг-провайдером или администратором сайта, если у вас есть вопросы об этих параметрах."; -$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Базы данных, указанная ниже, должна уже существовать. Если этого нет, пожалуйста, создайте ее перед продолжением."; -$a->strings["Database Server Name"] = "Имя сервера базы данных"; -$a->strings["Database Login Name"] = "Логин базы данных"; -$a->strings["Database Login Password"] = "Пароль базы данных"; -$a->strings["Database Name"] = "Имя базы данных"; -$a->strings["Site administrator email address"] = "Адрес электронной почты администратора сайта"; -$a->strings["Your account email address must match this in order to use the web admin panel."] = ""; -$a->strings["Please select a default timezone for your website"] = "Пожалуйста, выберите часовой пояс по умолчанию для вашего сайта"; -$a->strings["Site settings"] = "Настройки сайта"; -$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Не удалось найти PATH веб-сервера в установках PHP."; -$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. See 'Activating scheduled tasks'"] = ""; -$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."] = ""; -$a->strings["Command line PHP"] = "Command line PHP"; -$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = ""; -$a->strings["Found PHP version: "] = "Найденная PHP версия: "; -$a->strings["PHP cli binary"] = "PHP cli binary"; -$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "Не включено \"register_argc_argv\" в установках PHP."; -$a->strings["This is required for message delivery to work."] = "Это необходимо для работы доставки сообщений."; -$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv"; -$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Ошибка: функция \"openssl_pkey_new\" в этой системе не в состоянии генерировать ключи шифрования"; -$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Если вы работаете под Windows, см. \"http://www.php.net/manual/en/openssl.installation.php\"."; -$a->strings["Generate encryption keys"] = "Генерация шифрованых ключей"; -$a->strings["libCurl PHP module"] = "libCurl PHP модуль"; -$a->strings["GD graphics PHP module"] = "GD graphics PHP модуль"; -$a->strings["OpenSSL PHP module"] = "OpenSSL PHP модуль"; -$a->strings["mysqli PHP module"] = "mysqli PHP модуль"; -$a->strings["mb_string PHP module"] = "mb_string PHP модуль"; -$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite module"; -$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Ошибка: необходим модуль веб-сервера Apache mod-rewrite, но он не установлен."; -$a->strings["Error: libCURL PHP module required but not installed."] = "Ошибка: необходим libCURL PHP модуль, но он не установлен."; -$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Ошибка: необходим PHP модуль GD графики с поддержкой JPEG, но он не установлен."; -$a->strings["Error: openssl PHP module required but not installed."] = "Ошибка: необходим PHP модуль OpenSSL, но он не установлен."; -$a->strings["Error: mysqli PHP module required but not installed."] = "Ошибка: необходим PHP модуль MySQLi, но он не установлен."; -$a->strings["Error: mb_string PHP module required but not installed."] = "Ошибка: необходим PHP модуль mb_string, но он не установлен."; -$a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "Веб-инсталлятору требуется создать файл с именем \". htconfig.php\" в верхней папке веб-сервера, но он не в состоянии это сделать."; -$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "Это наиболее частые параметры разрешений, когда веб-сервер не может записать файлы в папке - даже если вы можете."; -$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top folder."] = ""; -$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = ""; -$a->strings[".htconfig.php is writable"] = ".htconfig.php is writable"; -$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = ""; -$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top level folder."] = ""; -$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = ""; -$a->strings["Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."] = ""; -$a->strings["view/smarty3 is writable"] = ""; -$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = ""; -$a->strings["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."] = "Файл конфигурации базы данных \".htconfig.php\" не могла быть записан. Пожалуйста, используйте приложенный текст, чтобы создать конфигурационный файл в корневом каталоге веб-сервера."; -$a->strings["Errors encountered creating database tables."] = "Обнаружены ошибки при создании таблиц базы данных."; -$a->strings["

What next

"] = "

Что далее

"; -$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "ВАЖНО: Вам нужно будет [вручную] установить запланированное задание для регистратора."; -$a->strings["Post successful."] = "Успешно добавлено."; -$a->strings["OpenID protocol error. No ID returned."] = ""; -$a->strings["Account not found and OpenID registration is not permitted on this site."] = "Аккаунт не найден и OpenID регистрация не допускается на этом сайте."; -$a->strings["Image uploaded but image cropping failed."] = "Изображение загружено, но обрезка изображения не удалась."; -$a->strings["Image size reduction [%s] failed."] = "Уменьшение размера изображения [%s] не удалось."; -$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Перезагрузите страницу с зажатой клавишей \"Shift\" для того, чтобы увидеть свое новое фото немедленно."; -$a->strings["Unable to process image"] = "Не удается обработать изображение"; -$a->strings["Upload File:"] = "Загрузить файл:"; -$a->strings["Select a profile:"] = "Выбрать этот профиль:"; -$a->strings["Upload"] = "Загрузить"; -$a->strings["skip this step"] = "пропустить этот шаг"; -$a->strings["select a photo from your photo albums"] = "выберите фото из ваших фотоальбомов"; -$a->strings["Crop Image"] = "Обрезать изображение"; -$a->strings["Please adjust the image cropping for optimum viewing."] = "Пожалуйста, настройте обрезку изображения для оптимального просмотра."; -$a->strings["Done Editing"] = "Редактирование выполнено"; -$a->strings["Image uploaded successfully."] = "Изображение загружено успешно."; -$a->strings["Not available."] = "Недоступно."; -$a->strings["%d comment"] = array( - 0 => "%d комментарий", - 1 => "%d комментариев", - 2 => "%d комментариев", -); -$a->strings["like"] = "нравится"; -$a->strings["dislike"] = "не нравитса"; -$a->strings["Share this"] = "Поделитесь этим"; -$a->strings["share"] = "делиться"; -$a->strings["Bold"] = "Жирный"; -$a->strings["Italic"] = "Kурсивный"; -$a->strings["Underline"] = "Подчеркнутый"; -$a->strings["Quote"] = "Цитата"; -$a->strings["Code"] = "Код"; -$a->strings["Image"] = "Изображение / Фото"; -$a->strings["Link"] = "Ссылка"; -$a->strings["Video"] = "Видео"; -$a->strings["add star"] = "пометить"; -$a->strings["remove star"] = "убрать метку"; -$a->strings["toggle star status"] = "переключить статус"; -$a->strings["starred"] = "помечено"; -$a->strings["add tag"] = "добавить ключевое слово (таг)"; -$a->strings["save to folder"] = "сохранить в папке"; -$a->strings["to"] = "к"; -$a->strings["Wall-to-Wall"] = "Стена-на-Стену"; -$a->strings["via Wall-To-Wall:"] = "через Стена-на-Стену:"; -$a->strings["This entry was edited"] = ""; -$a->strings["via"] = "через"; -$a->strings["Theme settings"] = ""; -$a->strings["Set resize level for images in posts and comments (width and height)"] = ""; -$a->strings["Set font-size for posts and comments"] = ""; -$a->strings["Set theme width"] = ""; -$a->strings["Color scheme"] = "Цветовая схема"; -$a->strings["Set line-height for posts and comments"] = ""; -$a->strings["Set resolution for middle column"] = ""; -$a->strings["Set color scheme"] = ""; -$a->strings["Set twitter search term"] = ""; -$a->strings["Set zoomfactor for Earth Layer"] = ""; -$a->strings["Set longitude (X) for Earth Layers"] = ""; -$a->strings["Set latitude (Y) for Earth Layers"] = ""; -$a->strings["Community Pages"] = "Страницы сообщества"; -$a->strings["Earth Layers"] = ""; -$a->strings["Community Profiles"] = ""; -$a->strings["Help or @NewHere ?"] = ""; -$a->strings["Connect Services"] = "Подключить службы"; -$a->strings["Find Friends"] = "Найти друзей"; -$a->strings["Last tweets"] = ""; -$a->strings["Last users"] = "Последние пользователи"; -$a->strings["Last photos"] = "Последние фото"; -$a->strings["Last likes"] = "Последние likes"; -$a->strings["Your contacts"] = "Ваши контакты"; -$a->strings["Local Directory"] = "Локальный каталог"; -$a->strings["Set zoomfactor for Earth Layers"] = ""; -$a->strings["Last Tweets"] = "Последние твиты"; -$a->strings["Show/hide boxes at right-hand column:"] = ""; -$a->strings["Set colour scheme"] = ""; -$a->strings["Alignment"] = "Выравнивание"; -$a->strings["Left"] = ""; -$a->strings["Center"] = "Центр"; -$a->strings["Posts font size"] = ""; -$a->strings["Textareas font size"] = ""; -$a->strings["Delete this item?"] = "Удалить этот элемент?"; -$a->strings["show fewer"] = "показать меньше"; -$a->strings["Update %s failed. See error logs."] = ""; -$a->strings["Update Error at %s"] = ""; -$a->strings["Create a New Account"] = "Создать новый аккаунт"; -$a->strings["Nickname or Email address: "] = "Ник или адрес электронной почты: "; -$a->strings["Password: "] = "Пароль: "; -$a->strings["Remember me"] = "Напомнить"; -$a->strings["Or login using OpenID: "] = "Или зайти с OpenID: "; -$a->strings["Forgot your password?"] = "Забыли пароль?"; -$a->strings["Website Terms of Service"] = ""; -$a->strings["terms of service"] = ""; -$a->strings["Website Privacy Policy"] = ""; -$a->strings["privacy policy"] = ""; -$a->strings["Requested account is not available."] = ""; -$a->strings["Edit profile"] = "Редактировать профиль"; -$a->strings["Message"] = "Сообщение"; -$a->strings["Manage/edit profiles"] = "Управление / редактирование профилей"; -$a->strings["g A l F d"] = "g A l F d"; -$a->strings["F d"] = "F d"; -$a->strings["[today]"] = "[сегодня]"; -$a->strings["Birthday Reminders"] = "Напоминания о днях рождения"; -$a->strings["Birthdays this week:"] = "Дни рождения на этой неделе:"; -$a->strings["[No description]"] = "[без описания]"; -$a->strings["Event Reminders"] = "Напоминания о мероприятиях"; -$a->strings["Events this week:"] = "Мероприятия на этой неделе:"; -$a->strings["Status Messages and Posts"] = ""; -$a->strings["Profile Details"] = "Детали профиля"; -$a->strings["Events and Calendar"] = ""; -$a->strings["Only You Can See This"] = "Только вы можете это видеть"; -$a->strings["toggle mobile"] = "мобильная версия"; +$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."] = "Ключ формы безопасности неправильный. Вероятно, это произошло потому, что форма была открыта слишком долго (более 3 часов) до её отправки."; +$a->strings["Male"] = "Мужчина"; +$a->strings["Female"] = "Женщина"; +$a->strings["Currently Male"] = "В данный момент мужчина"; +$a->strings["Currently Female"] = "В настоящее время женщина"; +$a->strings["Mostly Male"] = "В основном мужчина"; +$a->strings["Mostly Female"] = "В основном женщина"; +$a->strings["Transgender"] = "Транссексуал"; +$a->strings["Intersex"] = "Интерсексуал"; +$a->strings["Transsexual"] = "Транссексуал"; +$a->strings["Hermaphrodite"] = "Гермафродит"; +$a->strings["Neuter"] = "Средний род"; +$a->strings["Non-specific"] = "Не определен"; +$a->strings["Other"] = "Другой"; +$a->strings["Undecided"] = "Не решено"; +$a->strings["Males"] = "Мужчины"; +$a->strings["Females"] = "Женщины"; +$a->strings["Gay"] = "Гей"; +$a->strings["Lesbian"] = "Лесбиянка"; +$a->strings["No Preference"] = "Без предпочтений"; +$a->strings["Bisexual"] = "Бисексуал"; +$a->strings["Autosexual"] = "Автосексуал"; +$a->strings["Abstinent"] = "Воздержанный"; +$a->strings["Virgin"] = "Девственница"; +$a->strings["Deviant"] = "Deviant"; +$a->strings["Fetish"] = "Фетиш"; +$a->strings["Oodles"] = "Групповой"; +$a->strings["Nonsexual"] = "Нет интереса к сексу"; +$a->strings["Single"] = "Без пары"; +$a->strings["Lonely"] = "Пока никого нет"; +$a->strings["Available"] = "Доступный"; +$a->strings["Unavailable"] = "Не ищу никого"; +$a->strings["Has crush"] = "Имеет ошибку"; +$a->strings["Infatuated"] = "Влюблён"; +$a->strings["Dating"] = "Свидания"; +$a->strings["Unfaithful"] = "Изменяю супругу"; +$a->strings["Sex Addict"] = "Люблю секс"; +$a->strings["Friends/Benefits"] = "Друзья / Предпочтения"; +$a->strings["Casual"] = "Обычный"; +$a->strings["Engaged"] = "Занят"; +$a->strings["Married"] = "Женат / Замужем"; +$a->strings["Imaginarily married"] = ""; +$a->strings["Partners"] = "Партнеры"; +$a->strings["Cohabiting"] = "Партнерство"; +$a->strings["Common law"] = ""; +$a->strings["Happy"] = "Счастлив/а/"; +$a->strings["Not looking"] = "Не в поиске"; +$a->strings["Swinger"] = "Свинг"; +$a->strings["Betrayed"] = "Преданный"; +$a->strings["Separated"] = "Разделенный"; +$a->strings["Unstable"] = "Нестабильный"; +$a->strings["Divorced"] = "Разведен(а)"; +$a->strings["Imaginarily divorced"] = ""; +$a->strings["Widowed"] = "Овдовевший"; +$a->strings["Uncertain"] = "Неопределенный"; +$a->strings["It's complicated"] = "влишком сложно"; +$a->strings["Don't care"] = "Не беспокоить"; +$a->strings["Ask me"] = "Спросите меня"; +$a->strings["stopped following"] = "остановлено следование"; +$a->strings["Drop Contact"] = "Удалить контакт"; +$a->strings["Cannot locate DNS info for database server '%s'"] = "Не могу найти информацию для DNS-сервера базы данных '%s'"; From dd70b2814452f8ffe7af91cb7518ebafaa1719da Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 25 Feb 2014 08:22:22 +0100 Subject: [PATCH 19/42] RU: update to the strings --- view/ru/messages.po | 10 +++++----- view/ru/strings.php | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/view/ru/messages.po b/view/ru/messages.po index 85c88f1936..37190792f1 100644 --- a/view/ru/messages.po +++ b/view/ru/messages.po @@ -16,7 +16,7 @@ msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-12-31 18:07+0100\n" -"PO-Revision-Date: 2014-02-19 12:16+0000\n" +"PO-Revision-Date: 2014-02-24 07:21+0000\n" "Last-Translator: vislav \n" "Language-Team: Russian (http://www.transifex.com/projects/p/friendica/language/ru/)\n" "MIME-Version: 1.0\n" @@ -657,7 +657,7 @@ msgstr "Пароль: " #: ../../boot.php:1157 msgid "Remember me" -msgstr "Напомнить" +msgstr "Запомнить" #: ../../boot.php:1160 msgid "Or login using OpenID: " @@ -4400,11 +4400,11 @@ msgstr "Личные ключевые слова:" #: ../../mod/profiles.php:657 ../../include/profile_advanced.php:62 msgid "Likes:" -msgstr "Лайки:" +msgstr "Нравится:" #: ../../mod/profiles.php:658 ../../include/profile_advanced.php:64 msgid "Dislikes:" -msgstr "Дизлайки:" +msgstr "Не нравится:" #: ../../mod/profiles.php:659 msgid "Example: fishing photography software" @@ -4462,7 +4462,7 @@ msgstr "Школа / образование" msgid "" "This is your public profile.
It may " "be visible to anybody using the internet." -msgstr "Это ваш публичный профиль.
Он может быть виден каждому, используя Интернет." +msgstr "Это ваш публичный профиль.
Он может быть виден каждому через Интернет." #: ../../mod/profiles.php:725 msgid "Edit/Manage Profiles" diff --git a/view/ru/strings.php b/view/ru/strings.php index 596720ea8d..4e5c264bc6 100644 --- a/view/ru/strings.php +++ b/view/ru/strings.php @@ -132,7 +132,7 @@ $a->strings["Logout"] = "Выход"; $a->strings["Login"] = "Вход"; $a->strings["Nickname or Email address: "] = "Ник или адрес электронной почты: "; $a->strings["Password: "] = "Пароль: "; -$a->strings["Remember me"] = "Напомнить"; +$a->strings["Remember me"] = "Запомнить"; $a->strings["Or login using OpenID: "] = "Или зайти с OpenID: "; $a->strings["Forgot your password?"] = "Забыли пароль?"; $a->strings["Password Reset"] = "Сброс пароля"; @@ -998,8 +998,8 @@ $a->strings["Political Views:"] = "Политические взгляды:"; $a->strings["Religious Views:"] = "Религиозные взгляды:"; $a->strings["Public Keywords:"] = "Общественные ключевые слова:"; $a->strings["Private Keywords:"] = "Личные ключевые слова:"; -$a->strings["Likes:"] = "Лайки:"; -$a->strings["Dislikes:"] = "Дизлайки:"; +$a->strings["Likes:"] = "Нравится:"; +$a->strings["Dislikes:"] = "Не нравится:"; $a->strings["Example: fishing photography software"] = "Пример: рыбалка фотографии программное обеспечение"; $a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(Используется для предложения потенциальным друзьям, могут увидеть другие)"; $a->strings["(Used for searching profiles, never shown to others)"] = "(Используется для поиска профилей, никогда не показывается другим)"; @@ -1013,7 +1013,7 @@ $a->strings["Film/dance/culture/entertainment"] = "Кино / танцы / ку $a->strings["Love/romance"] = "Любовь / романтика"; $a->strings["Work/employment"] = "Работа / занятость"; $a->strings["School/education"] = "Школа / образование"; -$a->strings["This is your public profile.
It may be visible to anybody using the internet."] = "Это ваш публичный профиль.
Он может быть виден каждому, используя Интернет."; +$a->strings["This is your public profile.
It may be visible to anybody using the internet."] = "Это ваш публичный профиль.
Он может быть виден каждому через Интернет."; $a->strings["Edit/Manage Profiles"] = "Редактировать профиль"; $a->strings["Group created."] = "Группа создана."; $a->strings["Could not create group."] = "Не удалось создать группу."; From eb044671ce4259b1cf51e5d7ef1c14ac579da270 Mon Sep 17 00:00:00 2001 From: Seth Date: Sun, 30 Mar 2014 15:36:55 -0700 Subject: [PATCH 20/42] Update Install.md Added PHP hash extension as a requirement. --- doc/Install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Install.md b/doc/Install.md index 7f9330752e..4ef1e40e53 100644 --- a/doc/Install.md +++ b/doc/Install.md @@ -15,7 +15,7 @@ local .htaccess file - PHP 5.2+. The later the better. You'll need 5.3 for encryption of key exchange conversations. On a Windows environment, 5.2+ might not work as the function dns_get_record() is only available with version 5.3. - PHP *command line* access with register_argc_argv set to true in the php.ini file - - curl, gd, mysql, and openssl extensions + - curl, gd, mysql, hash and openssl extensions - some form of email server or email gateway such that PHP mail() works - mcrypt (optional; used for server-to-server message encryption) From 46365399046d59d38d975ecad20f13d5df0652a3 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 6 Apr 2014 07:33:23 +0200 Subject: [PATCH 21/42] added DE help page for the BBCode elements --- doc/de/BBCode.md | 138 +++++++++++++++++++++++++++++++++++++++++++++++ doc/de/Home.md | 1 + 2 files changed, 139 insertions(+) create mode 100644 doc/de/BBCode.md diff --git a/doc/de/BBCode.md b/doc/de/BBCode.md new file mode 100644 index 0000000000..db22fb8144 --- /dev/null +++ b/doc/de/BBCode.md @@ -0,0 +1,138 @@ +Referenz der Friendica BBCode Tags +======================== + +* [Zur Startseite der Hilfe](help) + +Inline Tags +----- + + +
[b]fett[/b]
: fett + +
[i]kursiv[/i]
: kursiv + +
[u]unterstrichen[/u]
: unterstrichen + +
[s]durchgestrichen[/s]
: durchgestrichen + +
[color=red]rot[/color]
: rot + +
[url=http://www.friendica.com]Friendica[/url]
: Friendica + +
[img]http://friendica.com/sites/default/files/friendika-32.png[/img]
: Immagine/foto + +
[size=xx-small]kleiner Text[/size]
: kleiner Text + +
[size=xx-large]groß Text[/size]
: großer Text + +
[size=20]exakte Textgröße[/size] (Textgröße kann jede Zahl sein, in Pixeln)
: exakte Größe + + + + + + + +Block Tags +----- + +
[code]Code[/code]
+ +Code + +

 

+ +
[quote]Zitat[/quote]
+ +
Zitat
+ +

 

+ +
[quote=Autor]Der Autor? Ich? Nein, nein, nein...[/quote]
+ +Autor hat geschrieben:
Der Autor? Ich? Nein, nein, nein...
+ +

 

+ +
[center]zentrierter Text[/center]
+ +
zentrierter Text
+ +

 

+ +**Tabelle** +
[table border=1]
+ [tr] 
+   [th]Tabellenzeile[/th]
+ [/tr]
+ [tr]
+   [td]haben Überschriften[/td]
+ [/tr]
+[/table]
+ +
Tabellenzeile
haben Überschriften
+ +

 

+ +**Listen** + +
[list]
+ [*] Erstes Listenelement
+ [*] Zweites Listenelement
+[/list]
+
    +
  • Erstes Listenelement
    +
  • +
  • Zweites Listenelement
  • +
+ +[list] ist Equivalent zu [ul] (unsortierte Liste). + +[ol] kann anstelle von [list] verwendet werden um eine sortierte Liste zu erzeugen: + +
[ol]
+ [*] Erstes Listenelement
+ [*] Zweites Listenelement
+[/ol]
+
  • Erstes Listenelement
  • Zweites Listenelement
+ +Für weitere Optionen von sortierten Listen kann man den Stiel der Numerierung der Liste definieren: +
[list=1]
: dezimal + +
[list=i]
: römisch, Kleinbuchstaben + +
[list=I]
: römisch, Großbuchstaben + +
[list=a]
: alphabetisch, Kleinbuchstaben + +
[list=A] 
: alphabethisch, Großbuchstaben + + + + +Einbettung von Inhalten +------ + +Man kann viele Dinge, z.B. Video und Audio Dateine, in Nachrichten einbetten. + +
[video]url[/video]
+
[audio]url[/audio]
+ +Wobei die *url* von youtube, vimeo, soundcloud oder einer anderen Seite stammen kann die die oembed oder opengraph Spezifikationen unterstützt. Außerdem kann *url* die genaue url zu einer ogg Datei sein, die dann per HTML5 eingebunden wird. + +
[url]*url*[/url]
+ +Wenn *url* entweder oembed oder opengraph unterstützt wird das eingebettete +Objekt (z.B. ein Dokument von scribd) eingebunden. +Der Titel der Seite mit einem Link zur *url* wird ebenfalls angezeigt. + + + +Spezielle Tags +------- + +Wenn du über BBCode Tags in einer Nachricht schreiben möchtest, kannst du [noparse], [nobb] oder [pre] verwenden um den BBCode Tags vor der Evaluierung zu schützen: + +
[noparse][b]fett[/b][/noparse]
: [b]fett[/b] + + diff --git a/doc/de/Home.md b/doc/de/Home.md index 87f323d2fb..fee7b6a58b 100644 --- a/doc/de/Home.md +++ b/doc/de/Home.md @@ -7,6 +7,7 @@ Friendica - Dokumentation und Ressourcen * [Account - Basics](help/Account-Basics) * [Schnellstart für neue Benutzer](help/Quick-Start-guide) * [Beiträge erstellen](help/Text_editor) + * [Referenz der BBCode Elemente](help/BBCode) * [Beiträge kommentieren, einordnen und löschen](help/Text_comment) * [Profile](help/Profiles) * Du und andere Nutzer From dd0f35d4430e1960b9836800b0e093beeeccff03 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 6 Apr 2014 07:57:06 +0200 Subject: [PATCH 22/42] NL: update to the strings --- view/nl/messages.po | 12236 +++++++++++++++++++++--------------------- view/nl/strings.php | 2861 +++++----- 2 files changed, 7666 insertions(+), 7431 deletions(-) diff --git a/view/nl/messages.po b/view/nl/messages.po index affa663430..89158fb018 100644 --- a/view/nl/messages.po +++ b/view/nl/messages.po @@ -4,15 +4,17 @@ # # Translators: # eddy2508 , 2013 +# eddy2508 , 2013 # gertc , 2013 -# jeroenpraat <>, 2013 +# gertc , 2013 +# jeroenpraat <>, 2012-2013 # jeroenpraat <>, 2012 msgid "" msgstr "" "Project-Id-Version: friendica\n" -"Report-Msgid-Bugs-To: http://bugs.friendica.com/\n" -"POT-Creation-Date: 2013-06-26 00:01-0700\n" -"PO-Revision-Date: 2013-08-29 20:31+0000\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-12-31 18:07+0100\n" +"PO-Revision-Date: 2014-03-15 17:44+0000\n" "Last-Translator: jeroenpraat <>\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/friendica/language/nl/)\n" "MIME-Version: 1.0\n" @@ -21,2634 +23,827 @@ msgstr "" "Language: nl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../include/profile_advanced.php:7 ../../include/profile_advanced.php:84 -#: ../../include/nav.php:77 ../../mod/profperm.php:103 -#: ../../mod/newmember.php:32 ../../view/theme/diabook/theme.php:88 -#: ../../boot.php:1951 -msgid "Profile" -msgstr "Profiel" +#: ../../object/Item.php:92 +msgid "This entry was edited" +msgstr "" -#: ../../include/profile_advanced.php:15 ../../mod/settings.php:1079 -msgid "Full Name:" -msgstr "Volledige Naam:" +#: ../../object/Item.php:113 ../../mod/content.php:619 +#: ../../mod/photos.php:1351 +msgid "Private Message" +msgstr "Privébericht" -#: ../../include/profile_advanced.php:17 ../../mod/directory.php:136 -#: ../../boot.php:1491 -msgid "Gender:" -msgstr "Geslacht:" +#: ../../object/Item.php:117 ../../mod/editpost.php:109 +#: ../../mod/content.php:727 ../../mod/settings.php:663 +msgid "Edit" +msgstr "Bewerken" -#: ../../include/profile_advanced.php:22 -msgid "j F, Y" -msgstr "F j Y" +#: ../../object/Item.php:126 ../../mod/content.php:437 +#: ../../mod/content.php:739 ../../include/conversation.php:611 +msgid "Select" +msgstr "Kies" -#: ../../include/profile_advanced.php:23 -msgid "j F" -msgstr "F j" +#: ../../object/Item.php:127 ../../mod/admin.php:907 ../../mod/content.php:438 +#: ../../mod/content.php:740 ../../mod/contacts.php:695 +#: ../../mod/settings.php:664 ../../mod/group.php:171 +#: ../../mod/photos.php:1637 ../../include/conversation.php:612 +msgid "Delete" +msgstr "Verwijder" -#: ../../include/profile_advanced.php:30 -msgid "Birthday:" -msgstr "Verjaardag:" +#: ../../object/Item.php:130 ../../mod/content.php:762 +msgid "save to folder" +msgstr "Bewaren in map" -#: ../../include/profile_advanced.php:34 -msgid "Age:" -msgstr "Leeftijd:" +#: ../../object/Item.php:192 ../../mod/content.php:752 +msgid "add star" +msgstr "ster toevoegen" -#: ../../include/profile_advanced.php:37 ../../mod/directory.php:138 -#: ../../boot.php:1494 -msgid "Status:" -msgstr "Status:" +#: ../../object/Item.php:193 ../../mod/content.php:753 +msgid "remove star" +msgstr "ster verwijderen" -#: ../../include/profile_advanced.php:43 +#: ../../object/Item.php:194 ../../mod/content.php:754 +msgid "toggle star status" +msgstr "ster toevoegen of verwijderen" + +#: ../../object/Item.php:197 ../../mod/content.php:757 +msgid "starred" +msgstr "met ster" + +#: ../../object/Item.php:202 ../../mod/content.php:758 +msgid "add tag" +msgstr "label toevoegen" + +#: ../../object/Item.php:213 ../../mod/content.php:683 +#: ../../mod/photos.php:1529 +msgid "I like this (toggle)" +msgstr "Vind ik leuk" + +#: ../../object/Item.php:213 ../../mod/content.php:683 +msgid "like" +msgstr "leuk" + +#: ../../object/Item.php:214 ../../mod/content.php:684 +#: ../../mod/photos.php:1530 +msgid "I don't like this (toggle)" +msgstr "Vind ik niet leuk" + +#: ../../object/Item.php:214 ../../mod/content.php:684 +msgid "dislike" +msgstr "niet leuk" + +#: ../../object/Item.php:216 ../../mod/content.php:686 +msgid "Share this" +msgstr "Delen" + +#: ../../object/Item.php:216 ../../mod/content.php:686 +msgid "share" +msgstr "Delen" + +#: ../../object/Item.php:278 ../../include/conversation.php:663 +msgid "Categories:" +msgstr "Categorieën:" + +#: ../../object/Item.php:279 ../../include/conversation.php:664 +msgid "Filed under:" +msgstr "Bewaard onder:" + +#: ../../object/Item.php:287 ../../object/Item.php:288 +#: ../../mod/content.php:471 ../../mod/content.php:851 +#: ../../mod/content.php:852 ../../include/conversation.php:651 #, php-format -msgid "for %1$d %2$s" -msgstr "voor %1$d %2$s" +msgid "View %s's profile @ %s" +msgstr "Bekijk het profiel van %s @ %s" -#: ../../include/profile_advanced.php:46 ../../mod/profiles.php:650 -msgid "Sexual Preference:" -msgstr "Seksuele Voorkeur:" +#: ../../object/Item.php:289 ../../mod/content.php:853 +msgid "to" +msgstr "aan" -#: ../../include/profile_advanced.php:48 ../../mod/directory.php:140 -#: ../../boot.php:1496 -msgid "Homepage:" -msgstr "Homepagina:" +#: ../../object/Item.php:290 +msgid "via" +msgstr "via" -#: ../../include/profile_advanced.php:50 ../../mod/profiles.php:652 -msgid "Hometown:" -msgstr "Woonplaats:" +#: ../../object/Item.php:291 ../../mod/content.php:854 +msgid "Wall-to-Wall" +msgstr "wall-to-wall" -#: ../../include/profile_advanced.php:52 -msgid "Tags:" -msgstr "Labels:" +#: ../../object/Item.php:292 ../../mod/content.php:855 +msgid "via Wall-To-Wall:" +msgstr "via wall-to-wall" -#: ../../include/profile_advanced.php:54 ../../mod/profiles.php:653 -msgid "Political Views:" -msgstr "Politieke standpunten:" - -#: ../../include/profile_advanced.php:56 -msgid "Religion:" -msgstr "Religie:" - -#: ../../include/profile_advanced.php:58 ../../mod/directory.php:142 -msgid "About:" -msgstr "Over:" - -#: ../../include/profile_advanced.php:60 -msgid "Hobbies/Interests:" -msgstr "Hobby:" - -#: ../../include/profile_advanced.php:62 ../../mod/profiles.php:657 -msgid "Likes:" -msgstr "Houdt van:" - -#: ../../include/profile_advanced.php:64 ../../mod/profiles.php:658 -msgid "Dislikes:" -msgstr "Houdt niet van:" - -#: ../../include/profile_advanced.php:67 -msgid "Contact information and Social Networks:" -msgstr "Contactinformatie en Sociale Netwerken:" - -#: ../../include/profile_advanced.php:69 -msgid "Musical interests:" -msgstr "Muzikale interesse " - -#: ../../include/profile_advanced.php:71 -msgid "Books, literature:" -msgstr "Boeken, literatuur:" - -#: ../../include/profile_advanced.php:73 -msgid "Television:" -msgstr "Televisie" - -#: ../../include/profile_advanced.php:75 -msgid "Film/dance/culture/entertainment:" -msgstr "Film/dans/cultuur/ontspanning:" - -#: ../../include/profile_advanced.php:77 -msgid "Love/Romance:" -msgstr "Liefde/romantiek:" - -#: ../../include/profile_advanced.php:79 -msgid "Work/employment:" -msgstr "Werk/beroep:" - -#: ../../include/profile_advanced.php:81 -msgid "School/education:" -msgstr "School/opleiding:" - -#: ../../include/profile_selectors.php:6 -msgid "Male" -msgstr "Man" - -#: ../../include/profile_selectors.php:6 -msgid "Female" -msgstr "Vrouw" - -#: ../../include/profile_selectors.php:6 -msgid "Currently Male" -msgstr "Momenteel mannelijk" - -#: ../../include/profile_selectors.php:6 -msgid "Currently Female" -msgstr "Momenteel vrouwelijk" - -#: ../../include/profile_selectors.php:6 -msgid "Mostly Male" -msgstr "Meestal mannelijk" - -#: ../../include/profile_selectors.php:6 -msgid "Mostly Female" -msgstr "Meestal vrouwelijk" - -#: ../../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-specifiek" - -#: ../../include/profile_selectors.php:6 -msgid "Other" -msgstr "Anders" - -#: ../../include/profile_selectors.php:6 -msgid "Undecided" -msgstr "Onbeslist" - -#: ../../include/profile_selectors.php:23 -msgid "Males" -msgstr "Manen" - -#: ../../include/profile_selectors.php:23 -msgid "Females" -msgstr "Vrouwen" - -#: ../../include/profile_selectors.php:23 -msgid "Gay" -msgstr "Homo" - -#: ../../include/profile_selectors.php:23 -msgid "Lesbian" -msgstr "Lesbie" - -#: ../../include/profile_selectors.php:23 -msgid "No Preference" -msgstr "Geen voorkeur" - -#: ../../include/profile_selectors.php:23 -msgid "Bisexual" -msgstr "Biseksueel" - -#: ../../include/profile_selectors.php:23 -msgid "Autosexual" -msgstr "Autoseksueel" - -#: ../../include/profile_selectors.php:23 -msgid "Abstinent" -msgstr "Onthouder" - -#: ../../include/profile_selectors.php:23 -msgid "Virgin" -msgstr "Maagd" - -#: ../../include/profile_selectors.php:23 -msgid "Deviant" -msgstr "Afwijkend" - -#: ../../include/profile_selectors.php:23 -msgid "Fetish" -msgstr "" - -#: ../../include/profile_selectors.php:23 -msgid "Oodles" -msgstr "" - -#: ../../include/profile_selectors.php:23 -msgid "Nonsexual" -msgstr "Niet seksueel" - -#: ../../include/profile_selectors.php:42 -msgid "Single" -msgstr "Alleenstaand" - -#: ../../include/profile_selectors.php:42 -msgid "Lonely" -msgstr "Eenzaam" - -#: ../../include/profile_selectors.php:42 -msgid "Available" -msgstr "Beschikbaar" - -#: ../../include/profile_selectors.php:42 -msgid "Unavailable" -msgstr "Onbeschikbaar" - -#: ../../include/profile_selectors.php:42 -msgid "Has crush" -msgstr "Verliefd" - -#: ../../include/profile_selectors.php:42 -msgid "Infatuated" -msgstr "" - -#: ../../include/profile_selectors.php:42 -msgid "Dating" -msgstr "Aan het daten" - -#: ../../include/profile_selectors.php:42 -msgid "Unfaithful" -msgstr "Ontrouw" - -#: ../../include/profile_selectors.php:42 -msgid "Sex Addict" -msgstr "Seksverslaafd" - -#: ../../include/profile_selectors.php:42 ../../include/user.php:279 -#: ../../include/user.php:283 -msgid "Friends" -msgstr "Vrienden" - -#: ../../include/profile_selectors.php:42 -msgid "Friends/Benefits" -msgstr "Vrienden met een beetje meer" - -#: ../../include/profile_selectors.php:42 -msgid "Casual" -msgstr "" - -#: ../../include/profile_selectors.php:42 -msgid "Engaged" -msgstr "Verloofd" - -#: ../../include/profile_selectors.php:42 -msgid "Married" -msgstr "Getrouwd" - -#: ../../include/profile_selectors.php:42 -msgid "Imaginarily married" -msgstr "" - -#: ../../include/profile_selectors.php:42 -msgid "Partners" -msgstr "Partners" - -#: ../../include/profile_selectors.php:42 -msgid "Cohabiting" -msgstr "Samenwonend" - -#: ../../include/profile_selectors.php:42 -msgid "Common law" -msgstr "" - -#: ../../include/profile_selectors.php:42 -msgid "Happy" -msgstr "Blij" - -#: ../../include/profile_selectors.php:42 -msgid "Not looking" -msgstr "" - -#: ../../include/profile_selectors.php:42 -msgid "Swinger" -msgstr "Swinger" - -#: ../../include/profile_selectors.php:42 -msgid "Betrayed" -msgstr "Bedrogen" - -#: ../../include/profile_selectors.php:42 -msgid "Separated" -msgstr "" - -#: ../../include/profile_selectors.php:42 -msgid "Unstable" -msgstr "Onstabiel" - -#: ../../include/profile_selectors.php:42 -msgid "Divorced" -msgstr "Gescheiden" - -#: ../../include/profile_selectors.php:42 -msgid "Imaginarily divorced" -msgstr "" - -#: ../../include/profile_selectors.php:42 -msgid "Widowed" -msgstr "" - -#: ../../include/profile_selectors.php:42 -msgid "Uncertain" -msgstr "Onzeker" - -#: ../../include/profile_selectors.php:42 -msgid "It's complicated" -msgstr "Het is gecompliceerd" - -#: ../../include/profile_selectors.php:42 -msgid "Don't care" -msgstr "Kan me niet schelen" - -#: ../../include/profile_selectors.php:42 -msgid "Ask me" -msgstr "Vraag me" - -#: ../../include/Contact.php:115 -msgid "stopped following" -msgstr "" - -#: ../../include/Contact.php:225 ../../include/conversation.php:878 -msgid "Poke" -msgstr "Por" - -#: ../../include/Contact.php:226 ../../include/conversation.php:872 -msgid "View Status" -msgstr "Bekijk status" - -#: ../../include/Contact.php:227 ../../include/conversation.php:873 -msgid "View Profile" -msgstr "Bekijk profiel" - -#: ../../include/Contact.php:228 ../../include/conversation.php:874 -msgid "View Photos" -msgstr "Bekijk foto's" - -#: ../../include/Contact.php:229 ../../include/Contact.php:251 -#: ../../include/conversation.php:875 -msgid "Network Posts" -msgstr "Netwerkberichten" - -#: ../../include/Contact.php:230 ../../include/Contact.php:251 -#: ../../include/conversation.php:876 -msgid "Edit Contact" -msgstr "Bewerk contact" - -#: ../../include/Contact.php:231 ../../include/Contact.php:251 -#: ../../include/conversation.php:877 -msgid "Send PM" -msgstr "Stuur een privébericht" - -#: ../../include/bbcode.php:210 ../../include/bbcode.php:550 -#: ../../include/bbcode.php:551 -msgid "Image/photo" -msgstr "Afbeelding/foto" - -#: ../../include/bbcode.php:272 +#: ../../object/Item.php:301 ../../mod/content.php:481 +#: ../../mod/content.php:863 ../../include/conversation.php:671 #, php-format -msgid "" -"%s wrote the following post" -msgstr "%s schreef het volgende bericht" - -#: ../../include/bbcode.php:514 ../../include/bbcode.php:534 -msgid "$1 wrote:" -msgstr "$1 schreef:" - -#: ../../include/bbcode.php:559 ../../include/bbcode.php:560 -msgid "Encrypted content" -msgstr "Versleutelde inhoud" - -#: ../../include/acl_selectors.php:325 -msgid "Visible to everybody" -msgstr "Zichtbaar voor iedereen" - -#: ../../include/acl_selectors.php:326 ../../view/theme/diabook/config.php:146 -#: ../../view/theme/diabook/theme.php:629 -msgid "show" -msgstr "tonen" - -#: ../../include/acl_selectors.php:327 ../../view/theme/diabook/config.php:146 -#: ../../view/theme/diabook/theme.php:629 -msgid "don't show" -msgstr "Niet tonen" - -#: ../../include/auth.php:38 -msgid "Logged out." -msgstr "Uitgelogd." - -#: ../../include/auth.php:112 ../../include/auth.php:175 -#: ../../mod/openid.php:93 -msgid "Login failed." -msgstr "Login mislukt." - -#: ../../include/auth.php:128 -msgid "" -"We encountered a problem while logging in with the OpenID you provided. " -"Please check the correct spelling of the ID." -msgstr "" - -#: ../../include/auth.php:128 -msgid "The error message was:" -msgstr "De foutboodschap was:" - -#: ../../include/bb2diaspora.php:393 ../../include/event.php:11 -#: ../../mod/localtime.php:12 -msgid "l F d, Y \\@ g:i A" -msgstr "l F d, Y \\@ g:i A" - -#: ../../include/bb2diaspora.php:399 ../../include/event.php:20 -msgid "Starts:" -msgstr "Begint:" - -#: ../../include/bb2diaspora.php:407 ../../include/event.php:30 -msgid "Finishes:" -msgstr "Eindigt:" - -#: ../../include/bb2diaspora.php:415 ../../include/event.php:40 -#: ../../mod/directory.php:134 ../../mod/events.php:471 ../../boot.php:1489 -msgid "Location:" -msgstr "Plaats:" - -#: ../../include/follow.php:27 ../../mod/dfrn_request.php:502 -msgid "Disallowed profile URL." -msgstr "Niet toegelaten profiel adres." - -#: ../../include/follow.php:32 -msgid "Connect URL missing." -msgstr "" - -#: ../../include/follow.php:59 -msgid "" -"This site is not configured to allow communications with other networks." -msgstr "Deze website is niet geconfigureerd voor communicatie met andere netwerken." - -#: ../../include/follow.php:60 ../../include/follow.php:80 -msgid "No compatible communication protocols or feeds were discovered." -msgstr "Er werden geen compatibele communicatieprotocols of feeds ontdekt." - -#: ../../include/follow.php:78 -msgid "The profile address specified does not provide adequate information." -msgstr "" - -#: ../../include/follow.php:82 -msgid "An author or name was not found." -msgstr "" - -#: ../../include/follow.php:84 -msgid "No browser URL could be matched to this address." -msgstr "" - -#: ../../include/follow.php:86 -msgid "" -"Unable to match @-style Identity Address with a known protocol or email " -"contact." -msgstr "Het @-stijl-identiteitsadres komt niet overeen met een nekend protocol of e-mailcontact." - -#: ../../include/follow.php:87 -msgid "Use mailto: in front of address to force email check." -msgstr "Gebruik mailto: voor het adres om een e-mailcontrole af te dwingen." - -#: ../../include/follow.php:93 -msgid "" -"The profile address specified belongs to a network which has been disabled " -"on this site." -msgstr "" - -#: ../../include/follow.php:103 -msgid "" -"Limited profile. This person will be unable to receive direct/personal " -"notifications from you." -msgstr "" - -#: ../../include/follow.php:205 -msgid "Unable to retrieve contact information." -msgstr "" - -#: ../../include/follow.php:259 -msgid "following" -msgstr "volgend" - -#: ../../include/user.php:39 -msgid "An invitation is required." -msgstr "Een uitnodiging is vereist." - -#: ../../include/user.php:44 -msgid "Invitation could not be verified." -msgstr "Uitnodiging kon niet geverifieerd worden." - -#: ../../include/user.php:52 -msgid "Invalid OpenID url" -msgstr "Ongeldige OpenID url" - -#: ../../include/user.php:67 -msgid "Please enter the required information." -msgstr "Vul a.u.b. de vereiste informatie in." - -#: ../../include/user.php:81 -msgid "Please use a shorter name." -msgstr "gebruik een kortere naam" - -#: ../../include/user.php:83 -msgid "Name too short." -msgstr "Naam te kort" - -#: ../../include/user.php:98 -msgid "That doesn't appear to be your full (First Last) name." -msgstr "Dat lijkt niet je volledige naam (voor- en achternaam) te zijn." - -#: ../../include/user.php:103 -msgid "Your email domain is not among those allowed on this site." -msgstr "Je e-maildomein is op deze website niet toegestaan." - -#: ../../include/user.php:106 -msgid "Not a valid email address." -msgstr "Geen geldig e-mailadres." - -#: ../../include/user.php:116 -msgid "Cannot use that email." -msgstr "Ik kan die e-mail niet gebruiken." - -#: ../../include/user.php:122 -msgid "" -"Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and " -"must also begin with a letter." -msgstr "Je \"bijnaam\" kan alleen \"a-z\", \"0-9\", \"-\", en \"_\" bevatten, en moet ook met een letter beginnen." - -#: ../../include/user.php:128 ../../include/user.php:226 -msgid "Nickname is already registered. Please choose another." -msgstr "Bijnaam is al geregistreerd. Kies een andere." - -#: ../../include/user.php:138 -msgid "" -"Nickname was once registered here and may not be re-used. Please choose " -"another." -msgstr "Bijnaam was ooit hier geregistreerd en kan niet herbruikt worden. Kies een andere." - -#: ../../include/user.php:154 -msgid "SERIOUS ERROR: Generation of security keys failed." -msgstr "ERNSTIGE FOUT: aanmaken van beveiligingssleutels mislukt." - -#: ../../include/user.php:212 -msgid "An error occurred during registration. Please try again." -msgstr "" - -#: ../../include/user.php:237 ../../include/text.php:1618 -msgid "default" -msgstr "standaard" - -#: ../../include/user.php:247 -msgid "An error occurred creating your default profile. Please try again." -msgstr "" - -#: ../../include/user.php:325 ../../include/user.php:332 -#: ../../include/user.php:339 ../../mod/photos.php:154 -#: ../../mod/photos.php:725 ../../mod/photos.php:1183 -#: ../../mod/photos.php:1206 ../../mod/profile_photo.php:74 -#: ../../mod/profile_photo.php:81 ../../mod/profile_photo.php:88 -#: ../../mod/profile_photo.php:204 ../../mod/profile_photo.php:296 -#: ../../mod/profile_photo.php:305 ../../view/theme/diabook/theme.php:493 -msgid "Profile Photos" -msgstr "Profielfoto's" - -#: ../../include/contact_selectors.php:32 -msgid "Unknown | Not categorised" -msgstr "Onbekend | Niet " - -#: ../../include/contact_selectors.php:33 -msgid "Block immediately" -msgstr "Onmiddellijk blokkeren" - -#: ../../include/contact_selectors.php:34 -msgid "Shady, spammer, self-marketer" -msgstr "" - -#: ../../include/contact_selectors.php:35 -msgid "Known to me, but no opinion" -msgstr "Bekend, maar geen mening" - -#: ../../include/contact_selectors.php:36 -msgid "OK, probably harmless" -msgstr "OK, waarschijnlijk onschadelijk" - -#: ../../include/contact_selectors.php:37 -msgid "Reputable, has my trust" -msgstr "Gerenommeerd, heeft mijn vertrouwen" - -#: ../../include/contact_selectors.php:56 ../../mod/admin.php:452 -msgid "Frequently" -msgstr "Frequent" - -#: ../../include/contact_selectors.php:57 ../../mod/admin.php:453 -msgid "Hourly" -msgstr "elk uur" - -#: ../../include/contact_selectors.php:58 ../../mod/admin.php:454 -msgid "Twice daily" -msgstr "Twee keer per dag" - -#: ../../include/contact_selectors.php:59 ../../mod/admin.php:455 -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 ../../mod/dfrn_request.php:840 -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 -#: ../../include/contact_selectors.php:86 ../../mod/admin.php:766 -#: ../../mod/admin.php:777 -msgid "Email" -msgstr "E-mail" - -#: ../../include/contact_selectors.php:80 ../../mod/settings.php:705 -#: ../../mod/dfrn_request.php:842 -msgid "Diaspora" -msgstr "Diaspora" - -#: ../../include/contact_selectors.php:81 ../../mod/newmember.php:49 -#: ../../mod/newmember.php:51 -msgid "Facebook" -msgstr "Facebook" - -#: ../../include/contact_selectors.php:82 -msgid "Zot!" -msgstr "Zot!" - -#: ../../include/contact_selectors.php:83 -msgid "LinkedIn" -msgstr "Linkedln" - -#: ../../include/contact_selectors.php:84 -msgid "XMPP/IM" -msgstr "XMPP/IM" - -#: ../../include/contact_selectors.php:85 -msgid "MySpace" -msgstr "Myspace" - -#: ../../include/contact_selectors.php:87 -msgid "Google+" -msgstr "Google+" - -#: ../../include/contact_widgets.php:6 -msgid "Add New Contact" -msgstr "Nieuw Contact toevoegen" - -#: ../../include/contact_widgets.php:7 -msgid "Enter address or web location" -msgstr "Voeg een webadres of -locatie in:" - -#: ../../include/contact_widgets.php:8 -msgid "Example: bob@example.com, http://example.com/barbara" -msgstr "Voorbeeld: jan@voorbeeld.be, http://voorbeeld.nl/barbara" - -#: ../../include/contact_widgets.php:9 ../../mod/suggest.php:88 -#: ../../mod/match.php:58 ../../boot.php:1421 -msgid "Connect" -msgstr "Verbinden" - -#: ../../include/contact_widgets.php:23 +msgid "%s from %s" +msgstr "%s van %s" + +#: ../../object/Item.php:319 ../../object/Item.php:635 ../../boot.php:685 +#: ../../mod/content.php:708 ../../mod/photos.php:1551 +#: ../../mod/photos.php:1595 ../../mod/photos.php:1678 +msgid "Comment" +msgstr "Reacties" + +#: ../../object/Item.php:322 ../../mod/wallmessage.php:156 +#: ../../mod/editpost.php:124 ../../mod/content.php:498 +#: ../../mod/content.php:882 ../../mod/message.php:334 +#: ../../mod/message.php:565 ../../mod/photos.php:1532 +#: ../../include/conversation.php:688 ../../include/conversation.php:1099 +msgid "Please wait" +msgstr "Even geduld" + +#: ../../object/Item.php:345 ../../mod/content.php:602 #, php-format -msgid "%d invitation available" -msgid_plural "%d invitations available" -msgstr[0] "%d uitnodiging beschikbaar" -msgstr[1] "%d uitnodigingen beschikbaar" +msgid "%d comment" +msgid_plural "%d comments" +msgstr[0] "%d reactie" +msgstr[1] "%d reacties" -#: ../../include/contact_widgets.php:29 -msgid "Find People" -msgstr "Zoek mensen" - -#: ../../include/contact_widgets.php:30 -msgid "Enter name or interest" -msgstr "Vul naam of interesse in" - -#: ../../include/contact_widgets.php:31 -msgid "Connect/Follow" -msgstr "Verbind/Volg" - -#: ../../include/contact_widgets.php:32 -msgid "Examples: Robert Morgenstein, Fishing" -msgstr "Voorbeelden: Jan Peeters, Vissen" - -#: ../../include/contact_widgets.php:33 ../../mod/directory.php:61 -#: ../../mod/contacts.php:613 -msgid "Find" -msgstr "Zoek" - -#: ../../include/contact_widgets.php:34 ../../mod/suggest.php:66 -#: ../../view/theme/diabook/theme.php:520 -msgid "Friend Suggestions" -msgstr "Vriendschapsvoorstellen" - -#: ../../include/contact_widgets.php:35 ../../view/theme/diabook/theme.php:519 -msgid "Similar Interests" -msgstr "Dezelfde interesses" - -#: ../../include/contact_widgets.php:36 -msgid "Random Profile" -msgstr "Willekeurig Profiel" - -#: ../../include/contact_widgets.php:37 ../../view/theme/diabook/theme.php:521 -msgid "Invite Friends" -msgstr "Vrienden uitnodigen" - -#: ../../include/contact_widgets.php:70 -msgid "Networks" -msgstr "Netwerken" - -#: ../../include/contact_widgets.php:73 -msgid "All Networks" -msgstr "Alle netwerken" - -#: ../../include/contact_widgets.php:103 ../../include/features.php:59 -msgid "Saved Folders" -msgstr "Bewaarde Mappen" - -#: ../../include/contact_widgets.php:106 ../../include/contact_widgets.php:138 -msgid "Everything" -msgstr "Alles" - -#: ../../include/contact_widgets.php:135 -msgid "Categories" -msgstr "Categorieën" - -#: ../../include/contact_widgets.php:199 ../../mod/contacts.php:343 -#, php-format -msgid "%d contact in common" -msgid_plural "%d contacts in common" -msgstr[0] "%d gedeeld contact" -msgstr[1] "%d gedeelde contacten" - -#: ../../include/contact_widgets.php:204 ../../mod/content.php:629 -#: ../../object/Item.php:365 ../../boot.php:675 -msgid "show more" -msgstr "toon meer" - -#: ../../include/Scrape.php:583 -msgid " on Last.fm" -msgstr " op Last.fm" - -#: ../../include/network.php:877 -msgid "view full size" -msgstr "Volledig formaat" - -#: ../../include/datetime.php:43 ../../include/datetime.php:45 -msgid "Miscellaneous" -msgstr "Diversen" - -#: ../../include/datetime.php:153 ../../include/datetime.php:285 -msgid "year" -msgstr "jaar" - -#: ../../include/datetime.php:158 ../../include/datetime.php:286 -msgid "month" -msgstr "maand" - -#: ../../include/datetime.php:163 ../../include/datetime.php:288 -msgid "day" -msgstr "dag" - -#: ../../include/datetime.php:276 -msgid "never" -msgstr "nooit" - -#: ../../include/datetime.php:282 -msgid "less than a second ago" -msgstr "minder dan een seconde geleden" - -#: ../../include/datetime.php:285 -msgid "years" -msgstr "jaren" - -#: ../../include/datetime.php:286 -msgid "months" -msgstr "maanden" - -#: ../../include/datetime.php:287 -msgid "week" -msgstr "week" - -#: ../../include/datetime.php:287 -msgid "weeks" -msgstr "weken" - -#: ../../include/datetime.php:288 -msgid "days" -msgstr "dagen" - -#: ../../include/datetime.php:289 -msgid "hour" -msgstr "uur" - -#: ../../include/datetime.php:289 -msgid "hours" -msgstr "uren" - -#: ../../include/datetime.php:290 -msgid "minute" -msgstr "minuut" - -#: ../../include/datetime.php:290 -msgid "minutes" -msgstr "minuten" - -#: ../../include/datetime.php:291 -msgid "second" -msgstr "seconde" - -#: ../../include/datetime.php:291 -msgid "seconds" -msgstr "secondes" - -#: ../../include/datetime.php:300 -#, php-format -msgid "%1$d %2$s ago" -msgstr "%1$d %2$s geleden" - -#: ../../include/datetime.php:472 ../../include/items.php:1813 -#, php-format -msgid "%s's birthday" -msgstr "%s's verjaardag" - -#: ../../include/datetime.php:473 ../../include/items.php:1814 -#, php-format -msgid "Happy Birthday %s" -msgstr "Gefeliciteerd %s" - -#: ../../include/plugin.php:439 ../../include/plugin.php:441 -msgid "Click here to upgrade." -msgstr "" - -#: ../../include/plugin.php:447 -msgid "This action exceeds the limits set by your subscription plan." -msgstr "" - -#: ../../include/plugin.php:452 -msgid "This action is not available under your subscription plan." -msgstr "" - -#: ../../include/delivery.php:457 ../../include/notifier.php:775 -msgid "(no subject)" -msgstr "(geen onderwerp)" - -#: ../../include/delivery.php:468 ../../include/enotify.php:28 -#: ../../include/notifier.php:785 -msgid "noreply" -msgstr "geen reactie" - -#: ../../include/diaspora.php:621 ../../include/conversation.php:172 -#: ../../mod/dfrn_confirm.php:477 -#, php-format -msgid "%1$s is now friends with %2$s" -msgstr "%1$s is nu bevriend met %2$s" - -#: ../../include/diaspora.php:704 -msgid "Sharing notification from Diaspora network" -msgstr "" - -#: ../../include/diaspora.php:1874 ../../include/text.php:1884 -#: ../../include/conversation.php:126 ../../include/conversation.php:254 -#: ../../mod/subthread.php:87 ../../mod/tagger.php:62 ../../mod/like.php:151 -#: ../../view/theme/diabook/theme.php:464 -msgid "photo" -msgstr "Foto" - -#: ../../include/diaspora.php:1874 ../../include/conversation.php:121 -#: ../../include/conversation.php:130 ../../include/conversation.php:249 -#: ../../include/conversation.php:258 ../../mod/subthread.php:87 -#: ../../mod/tagger.php:62 ../../mod/like.php:151 ../../mod/like.php:322 -#: ../../view/theme/diabook/theme.php:459 -#: ../../view/theme/diabook/theme.php:468 -msgid "status" -msgstr "Status" - -#: ../../include/diaspora.php:1890 ../../include/conversation.php:137 -#: ../../mod/like.php:168 ../../view/theme/diabook/theme.php:473 -#, php-format -msgid "%1$s likes %2$s's %3$s" -msgstr "%1$s vond %3$s van %2$s leuk" - -#: ../../include/diaspora.php:2262 -msgid "Attachments:" -msgstr "Bijlagen:" - -#: ../../include/items.php:3488 ../../mod/dfrn_request.php:716 -msgid "[Name Withheld]" -msgstr "[Naam achtergehouden]" - -#: ../../include/items.php:3495 -msgid "A new person is sharing with you at " -msgstr "" - -#: ../../include/items.php:3495 -msgid "You have a new follower at " -msgstr "Je hebt een nieuwe volger op " - -#: ../../include/items.php:3979 ../../mod/display.php:51 -#: ../../mod/display.php:246 ../../mod/admin.php:158 ../../mod/admin.php:809 -#: ../../mod/admin.php:1009 ../../mod/viewsrc.php:15 ../../mod/notice.php:15 -msgid "Item not found." -msgstr "Item niet gevonden." - -#: ../../include/items.php:4018 -msgid "Do you really want to delete this item?" -msgstr "Wil je echt dit item verwijderen?" - -#: ../../include/items.php:4020 ../../mod/profiles.php:610 -#: ../../mod/api.php:105 ../../mod/register.php:239 ../../mod/settings.php:961 -#: ../../mod/settings.php:967 ../../mod/settings.php:975 -#: ../../mod/settings.php:979 ../../mod/settings.php:984 -#: ../../mod/settings.php:990 ../../mod/settings.php:996 -#: ../../mod/settings.php:1002 ../../mod/settings.php:1032 -#: ../../mod/settings.php:1033 ../../mod/settings.php:1034 -#: ../../mod/settings.php:1035 ../../mod/settings.php:1036 -#: ../../mod/dfrn_request.php:836 ../../mod/suggest.php:29 -#: ../../mod/message.php:209 ../../mod/contacts.php:246 -msgid "Yes" -msgstr "Ja" - -#: ../../include/items.php:4023 ../../include/conversation.php:1120 -#: ../../mod/settings.php:585 ../../mod/settings.php:611 -#: ../../mod/dfrn_request.php:848 ../../mod/suggest.php:32 -#: ../../mod/tagrm.php:11 ../../mod/tagrm.php:94 ../../mod/editpost.php:148 -#: ../../mod/fbrowser.php:81 ../../mod/fbrowser.php:116 -#: ../../mod/message.php:212 ../../mod/photos.php:202 ../../mod/photos.php:290 -#: ../../mod/contacts.php:249 -msgid "Cancel" -msgstr "Annuleren" - -#: ../../include/items.php:4143 ../../mod/profiles.php:146 -#: ../../mod/profiles.php:571 ../../mod/notes.php:20 ../../mod/display.php:242 -#: ../../mod/nogroup.php:25 ../../mod/item.php:143 ../../mod/item.php:159 -#: ../../mod/allfriends.php:9 ../../mod/api.php:26 ../../mod/api.php:31 -#: ../../mod/register.php:40 ../../mod/regmod.php:118 ../../mod/attach.php:33 -#: ../../mod/uimport.php:23 ../../mod/settings.php:91 -#: ../../mod/settings.php:566 ../../mod/settings.php:571 -#: ../../mod/crepair.php:115 ../../mod/delegate.php:6 ../../mod/poke.php:135 -#: ../../mod/dfrn_confirm.php:53 ../../mod/suggest.php:56 -#: ../../mod/editpost.php:10 ../../mod/events.php:140 ../../mod/follow.php:9 -#: ../../mod/fsuggest.php:78 ../../mod/group.php:19 -#: ../../mod/viewcontacts.php:22 ../../mod/wall_attach.php:55 -#: ../../mod/wall_upload.php:66 ../../mod/invite.php:15 -#: ../../mod/invite.php:101 ../../mod/wallmessage.php:9 -#: ../../mod/wallmessage.php:33 ../../mod/wallmessage.php:79 -#: ../../mod/wallmessage.php:103 ../../mod/manage.php:96 -#: ../../mod/message.php:38 ../../mod/message.php:174 ../../mod/mood.php:114 -#: ../../mod/network.php:6 ../../mod/notifications.php:66 -#: ../../mod/photos.php:133 ../../mod/photos.php:1044 -#: ../../mod/install.php:151 ../../mod/contacts.php:147 -#: ../../mod/profile_photo.php:19 ../../mod/profile_photo.php:169 -#: ../../mod/profile_photo.php:180 ../../mod/profile_photo.php:193 -#: ../../index.php:346 -msgid "Permission denied." -msgstr "Toegang geweigerd" - -#: ../../include/items.php:4213 -msgid "Archives" -msgstr "Archieven" - -#: ../../include/features.php:23 -msgid "General Features" -msgstr "Algemene functies" - -#: ../../include/features.php:25 -msgid "Multiple Profiles" -msgstr "Meerdere profielen" - -#: ../../include/features.php:25 -msgid "Ability to create multiple profiles" -msgstr "Mogelijkheid om meerdere profielen aan te maken" - -#: ../../include/features.php:30 -msgid "Post Composition Features" -msgstr "Functies voor het opstellen van berichten" - -#: ../../include/features.php:31 -msgid "Richtext Editor" -msgstr "RTF-tekstverwerker" - -#: ../../include/features.php:31 -msgid "Enable richtext editor" -msgstr "Gebruik een tekstverwerker met eenvoudige opmaakfuncties" - -#: ../../include/features.php:32 -msgid "Post Preview" -msgstr "Voorvertoning bericht" - -#: ../../include/features.php:32 -msgid "Allow previewing posts and comments before publishing them" -msgstr "" - -#: ../../include/features.php:37 -msgid "Network Sidebar Widgets" -msgstr "Zijbalkwidgets op netwerkpagina" - -#: ../../include/features.php:38 -msgid "Search by Date" -msgstr "Zoeken op datum" - -#: ../../include/features.php:38 -msgid "Ability to select posts by date ranges" -msgstr "Mogelijkheid om berichten te selecteren volgens datumbereik" - -#: ../../include/features.php:39 -msgid "Group Filter" -msgstr "Groepsfilter" - -#: ../../include/features.php:39 -msgid "Enable widget to display Network posts only from selected group" -msgstr "Sta de widget toe om netwerkberichten te tonen van bepaalde groepen" - -#: ../../include/features.php:40 -msgid "Network Filter" -msgstr "Netwerkfilter" - -#: ../../include/features.php:40 -msgid "Enable widget to display Network posts only from selected network" -msgstr "Sta de widget toe om netwerkberichten te tonen van bepaalde netwerken" - -#: ../../include/features.php:41 ../../mod/search.php:30 -#: ../../mod/network.php:233 -msgid "Saved Searches" -msgstr "Opgeslagen zoekopdrachten" - -#: ../../include/features.php:41 -msgid "Save search terms for re-use" -msgstr "Sla zoekopdrachten op voor hergebruik" - -#: ../../include/features.php:46 -msgid "Network Tabs" -msgstr "Netwerktabs" - -#: ../../include/features.php:47 -msgid "Network Personal Tab" -msgstr "Persoonlijke netwerktab" - -#: ../../include/features.php:47 -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:48 -msgid "Network New Tab" -msgstr "Nieuwe netwerktab" - -#: ../../include/features.php:48 -msgid "Enable tab to display only new Network posts (from the last 12 hours)" -msgstr "Laat de tab alleen nieuwe netwerkberichten tonen (van de laatste 12 uur)" - -#: ../../include/features.php:49 -msgid "Network Shared Links Tab" -msgstr "" - -#: ../../include/features.php:49 -msgid "Enable tab to display only Network posts with links in them" -msgstr "" - -#: ../../include/features.php:54 -msgid "Post/Comment Tools" -msgstr "Bericht-/reactiehulpmiddelen" - -#: ../../include/features.php:55 -msgid "Multiple Deletion" -msgstr "" - -#: ../../include/features.php:55 -msgid "Select and delete multiple posts/comments at once" -msgstr "" - -#: ../../include/features.php:56 -msgid "Edit Sent Posts" -msgstr "Bewerk verzonden berichten" - -#: ../../include/features.php:56 -msgid "Edit and correct posts and comments after sending" -msgstr "Bewerk en corrigeer berichten en reacties na verzending" - -#: ../../include/features.php:57 -msgid "Tagging" -msgstr "Labelen" - -#: ../../include/features.php:57 -msgid "Ability to tag existing posts" -msgstr "Mogelijkheid om bestaande berichten te labelen" - -#: ../../include/features.php:58 -msgid "Post Categories" -msgstr "Categorieën berichten" - -#: ../../include/features.php:58 -msgid "Add categories to your posts" -msgstr "Voeg categorieën toe aan je berichten" - -#: ../../include/features.php:59 -msgid "Ability to file posts under folders" -msgstr "Mogelijkheid om berichten in mappen te bewaren" - -#: ../../include/features.php:60 -msgid "Dislike Posts" -msgstr "Vind berichten niet leuk" - -#: ../../include/features.php:60 -msgid "Ability to dislike posts/comments" -msgstr "Mogelijkheid om berichten of reacties niet leuk te vinden" - -#: ../../include/features.php:61 -msgid "Star Posts" -msgstr "Geef berichten een ster" - -#: ../../include/features.php:61 -msgid "Ability to mark special posts with a star indicator" -msgstr "" - -#: ../../include/dba.php:44 -#, php-format -msgid "Cannot locate DNS info for database server '%s'" -msgstr "" - -#: ../../include/text.php:293 -msgid "newer" -msgstr "nieuwere berichten" - -#: ../../include/text.php:295 -msgid "older" -msgstr "oudere berichten" - -#: ../../include/text.php:300 -msgid "prev" -msgstr "vorige" - -#: ../../include/text.php:302 -msgid "first" -msgstr "eerste" - -#: ../../include/text.php:334 -msgid "last" -msgstr "laatste" - -#: ../../include/text.php:337 -msgid "next" -msgstr "volgende" - -#: ../../include/text.php:829 -msgid "No contacts" -msgstr "Geen contacten" - -#: ../../include/text.php:838 -#, php-format -msgid "%d Contact" -msgid_plural "%d Contacts" -msgstr[0] "%d contact" -msgstr[1] "%d contacten" - -#: ../../include/text.php:850 ../../mod/viewcontacts.php:76 -msgid "View Contacts" -msgstr "Bekijk contacten" - -#: ../../include/text.php:927 ../../include/text.php:928 -#: ../../include/nav.php:118 ../../mod/search.php:99 -msgid "Search" -msgstr "Zoeken" - -#: ../../include/text.php:930 ../../mod/notes.php:63 ../../mod/filer.php:31 -msgid "Save" -msgstr "Bewaren" - -#: ../../include/text.php:979 -msgid "poke" -msgstr "por" - -#: ../../include/text.php:979 ../../include/conversation.php:211 -msgid "poked" -msgstr "gepord" - -#: ../../include/text.php:980 -msgid "ping" -msgstr "ping" - -#: ../../include/text.php:980 -msgid "pinged" -msgstr "gepingd" - -#: ../../include/text.php:981 -msgid "prod" -msgstr "" - -#: ../../include/text.php:981 -msgid "prodded" -msgstr "" - -#: ../../include/text.php:982 -msgid "slap" -msgstr "" - -#: ../../include/text.php:982 -msgid "slapped" -msgstr "" - -#: ../../include/text.php:983 -msgid "finger" -msgstr "" - -#: ../../include/text.php:983 -msgid "fingered" -msgstr "" - -#: ../../include/text.php:984 -msgid "rebuff" -msgstr "" - -#: ../../include/text.php:984 -msgid "rebuffed" -msgstr "" - -#: ../../include/text.php:998 -msgid "happy" -msgstr "Blij" - -#: ../../include/text.php:999 -msgid "sad" -msgstr "Verdrietig" - -#: ../../include/text.php:1000 -msgid "mellow" -msgstr "" - -#: ../../include/text.php:1001 -msgid "tired" -msgstr "vermoeid" - -#: ../../include/text.php:1002 -msgid "perky" -msgstr "" - -#: ../../include/text.php:1003 -msgid "angry" -msgstr "boos" - -#: ../../include/text.php:1004 -msgid "stupified" -msgstr "" - -#: ../../include/text.php:1005 -msgid "puzzled" -msgstr "onzeker" - -#: ../../include/text.php:1006 -msgid "interested" -msgstr "Geïnteresseerd" - -#: ../../include/text.php:1007 -msgid "bitter" -msgstr "bitter" - -#: ../../include/text.php:1008 -msgid "cheerful" -msgstr "vrolijk" - -#: ../../include/text.php:1009 -msgid "alive" -msgstr "levend" - -#: ../../include/text.php:1010 -msgid "annoyed" -msgstr "verveeld" - -#: ../../include/text.php:1011 -msgid "anxious" -msgstr "" - -#: ../../include/text.php:1012 -msgid "cranky" -msgstr "" - -#: ../../include/text.php:1013 -msgid "disturbed" -msgstr "" - -#: ../../include/text.php:1014 -msgid "frustrated" -msgstr "gefrustreerd" - -#: ../../include/text.php:1015 -msgid "motivated" -msgstr "gemotiveerd" - -#: ../../include/text.php:1016 -msgid "relaxed" -msgstr "ontspannen" - -#: ../../include/text.php:1017 -msgid "surprised" -msgstr "verbaasd" - -#: ../../include/text.php:1185 -msgid "Monday" -msgstr "Maandag" - -#: ../../include/text.php:1185 -msgid "Tuesday" -msgstr "Dinsdag" - -#: ../../include/text.php:1185 -msgid "Wednesday" -msgstr "Woensdag" - -#: ../../include/text.php:1185 -msgid "Thursday" -msgstr "Donderdag" - -#: ../../include/text.php:1185 -msgid "Friday" -msgstr "Vrijdag" - -#: ../../include/text.php:1185 -msgid "Saturday" -msgstr "Zaterdag" - -#: ../../include/text.php:1185 -msgid "Sunday" -msgstr "Zondag" - -#: ../../include/text.php:1189 -msgid "January" -msgstr "Januari" - -#: ../../include/text.php:1189 -msgid "February" -msgstr "Februari" - -#: ../../include/text.php:1189 -msgid "March" -msgstr "Maart" - -#: ../../include/text.php:1189 -msgid "April" -msgstr "April" - -#: ../../include/text.php:1189 -msgid "May" -msgstr "Mei" - -#: ../../include/text.php:1189 -msgid "June" -msgstr "Juni" - -#: ../../include/text.php:1189 -msgid "July" -msgstr "Juli" - -#: ../../include/text.php:1189 -msgid "August" -msgstr "Augustus" - -#: ../../include/text.php:1189 -msgid "September" -msgstr "September" - -#: ../../include/text.php:1189 -msgid "October" -msgstr "Oktober" - -#: ../../include/text.php:1189 -msgid "November" -msgstr "November" - -#: ../../include/text.php:1189 -msgid "December" -msgstr "December" - -#: ../../include/text.php:1345 ../../mod/videos.php:301 -msgid "View Video" -msgstr "Bekijk Video" - -#: ../../include/text.php:1377 -msgid "bytes" -msgstr "bytes" - -#: ../../include/text.php:1401 ../../include/text.php:1413 -msgid "Click to open/close" -msgstr "klik om te openen/sluiten" - -#: ../../include/text.php:1575 ../../mod/events.php:335 -msgid "link to source" -msgstr "Verwijzing naar bron" - -#: ../../include/text.php:1630 -msgid "Select an alternate language" -msgstr "Kies een andere taal" - -#: ../../include/text.php:1882 ../../include/conversation.php:118 -#: ../../include/conversation.php:246 ../../view/theme/diabook/theme.php:456 -msgid "event" -msgstr "gebeurtenis" - -#: ../../include/text.php:1886 -msgid "activity" -msgstr "activiteit" - -#: ../../include/text.php:1888 ../../mod/content.php:628 -#: ../../object/Item.php:364 ../../object/Item.php:377 +#: ../../object/Item.php:347 ../../object/Item.php:360 +#: ../../mod/content.php:604 ../../include/text.php:1928 msgid "comment" msgid_plural "comments" msgstr[0] "reactie" msgstr[1] "reacties" -#: ../../include/text.php:1889 -msgid "post" -msgstr "bericht" - -#: ../../include/text.php:2044 -msgid "Item filed" -msgstr "Item bewaard" - -#: ../../include/group.php:25 -msgid "" -"A deleted group with this name was revived. Existing item permissions " -"may apply to this group and any future members. If this is " -"not what you intended, please create another group with a different name." -msgstr "Een verwijderde groep met deze naam is weer tot leven gewekt. Bestaande itemrechten kunnen voor deze groep en toekomstige leden gelden. Wanneer je niet zo had bedoeld kan je een andere groep met een andere naam creëren. " - -#: ../../include/group.php:207 -msgid "Default privacy group for new contacts" -msgstr "" - -#: ../../include/group.php:226 -msgid "Everybody" -msgstr "Iedereen" - -#: ../../include/group.php:249 -msgid "edit" -msgstr "verander" - -#: ../../include/group.php:270 ../../mod/newmember.php:66 -msgid "Groups" -msgstr "Groepen" - -#: ../../include/group.php:271 -msgid "Edit group" -msgstr "Verander groep" - -#: ../../include/group.php:272 -msgid "Create a new group" -msgstr "Maak nieuwe groep" - -#: ../../include/group.php:273 -msgid "Contacts not in any group" -msgstr "" - -#: ../../include/group.php:275 ../../mod/network.php:234 -msgid "add" -msgstr "toevoegen" - -#: ../../include/conversation.php:140 ../../mod/like.php:170 -#, php-format -msgid "%1$s doesn't like %2$s's %3$s" -msgstr "%1$s vond %3$s van %2$s niet leuk" - -#: ../../include/conversation.php:207 -#, php-format -msgid "%1$s poked %2$s" -msgstr "%1$s porde %2$s" - -#: ../../include/conversation.php:227 ../../mod/mood.php:62 -#, php-format -msgid "%1$s is currently %2$s" -msgstr "%1$s is nu %2$s" - -#: ../../include/conversation.php:266 ../../mod/tagger.php:95 -#, php-format -msgid "%1$s tagged %2$s's %3$s with %4$s" -msgstr "%1$s labelde %3$s van %2$s met %4$s" - -#: ../../include/conversation.php:291 -msgid "post/item" -msgstr "bericht/item" - -#: ../../include/conversation.php:292 -#, php-format -msgid "%1$s marked %2$s's %3$s as favorite" -msgstr "%1$s markeerde %2$s's %3$s als favoriet" - -#: ../../include/conversation.php:612 ../../mod/content.php:461 -#: ../../mod/content.php:763 ../../object/Item.php:126 -msgid "Select" -msgstr "Kies" - -#: ../../include/conversation.php:613 ../../mod/admin.php:770 -#: ../../mod/settings.php:647 ../../mod/group.php:171 -#: ../../mod/photos.php:1637 ../../mod/content.php:462 -#: ../../mod/content.php:764 ../../object/Item.php:127 -msgid "Delete" -msgstr "Verwijder" - -#: ../../include/conversation.php:652 ../../mod/content.php:495 -#: ../../mod/content.php:875 ../../mod/content.php:876 -#: ../../object/Item.php:306 ../../object/Item.php:307 -#, php-format -msgid "View %s's profile @ %s" -msgstr "Bekijk het profiel van %s @ %s" - -#: ../../include/conversation.php:664 ../../object/Item.php:297 -msgid "Categories:" -msgstr "Categorieën:" - -#: ../../include/conversation.php:665 ../../object/Item.php:298 -msgid "Filed under:" -msgstr "Bewaard onder:" - -#: ../../include/conversation.php:672 ../../mod/content.php:505 -#: ../../mod/content.php:887 ../../object/Item.php:320 -#, php-format -msgid "%s from %s" -msgstr "%s van %s" - -#: ../../include/conversation.php:687 ../../mod/content.php:520 -msgid "View in context" -msgstr "In context bekijken" - -#: ../../include/conversation.php:689 ../../include/conversation.php:1100 -#: ../../mod/editpost.php:124 ../../mod/wallmessage.php:156 -#: ../../mod/message.php:334 ../../mod/message.php:565 -#: ../../mod/photos.php:1532 ../../mod/content.php:522 -#: ../../mod/content.php:906 ../../object/Item.php:341 -msgid "Please wait" -msgstr "Even geduld" - -#: ../../include/conversation.php:768 -msgid "remove" -msgstr "verwijder" - -#: ../../include/conversation.php:772 -msgid "Delete Selected Items" -msgstr "Geselecteerde items verwijderen" - -#: ../../include/conversation.php:871 -msgid "Follow Thread" -msgstr "Volg conversatie" - -#: ../../include/conversation.php:940 -#, php-format -msgid "%s likes this." -msgstr "%s vind dit leuk." - -#: ../../include/conversation.php:940 -#, php-format -msgid "%s doesn't like this." -msgstr "%s vind dit niet leuk." - -#: ../../include/conversation.php:945 -#, php-format -msgid "%2$d people like this" -msgstr "%2$d mensen vinden dit leuk" - -#: ../../include/conversation.php:948 -#, php-format -msgid "%2$d people don't like this" -msgstr "%2$d people vinden dit niet leuk" - -#: ../../include/conversation.php:962 -msgid "and" -msgstr "en" - -#: ../../include/conversation.php:968 -#, php-format -msgid ", and %d other people" -msgstr ", en %d andere mensen" - -#: ../../include/conversation.php:970 -#, php-format -msgid "%s like this." -msgstr "%s vind dit leuk." - -#: ../../include/conversation.php:970 -#, php-format -msgid "%s don't like this." -msgstr "%s vind dit niet leuk." - -#: ../../include/conversation.php:997 ../../include/conversation.php:1015 -msgid "Visible to everybody" -msgstr "Zichtbaar voor iedereen" - -#: ../../include/conversation.php:998 ../../include/conversation.php:1016 -#: ../../mod/wallmessage.php:127 ../../mod/wallmessage.php:135 -#: ../../mod/message.php:283 ../../mod/message.php:291 -#: ../../mod/message.php:466 ../../mod/message.php:474 -msgid "Please enter a link URL:" -msgstr "Geef aub een link URL op:" - -#: ../../include/conversation.php:999 ../../include/conversation.php:1017 -msgid "Please enter a video link/URL:" -msgstr "Voer een videolink/URL in:" - -#: ../../include/conversation.php:1000 ../../include/conversation.php:1018 -msgid "Please enter an audio link/URL:" -msgstr "Voeg een audiolink/URL in:" - -#: ../../include/conversation.php:1001 ../../include/conversation.php:1019 -msgid "Tag term:" -msgstr "Label:" - -#: ../../include/conversation.php:1002 ../../include/conversation.php:1020 -#: ../../mod/filer.php:30 -msgid "Save to Folder:" -msgstr "Bewaren in map:" - -#: ../../include/conversation.php:1003 ../../include/conversation.php:1021 -msgid "Where are you right now?" -msgstr "Waar ben je nu?" - -#: ../../include/conversation.php:1004 -msgid "Delete item(s)?" -msgstr "Item(s) verwijderen?" - -#: ../../include/conversation.php:1046 -msgid "Post to Email" -msgstr "Verzenden per e-mail" - -#: ../../include/conversation.php:1081 ../../mod/photos.php:1531 -msgid "Share" -msgstr "Delen" - -#: ../../include/conversation.php:1082 ../../mod/editpost.php:110 -#: ../../mod/wallmessage.php:154 ../../mod/message.php:332 -#: ../../mod/message.php:562 -msgid "Upload photo" -msgstr "Foto uploaden" - -#: ../../include/conversation.php:1083 ../../mod/editpost.php:111 -msgid "upload photo" -msgstr "Foto uploaden" - -#: ../../include/conversation.php:1084 ../../mod/editpost.php:112 -msgid "Attach file" -msgstr "Bestand bijvoegen" - -#: ../../include/conversation.php:1085 ../../mod/editpost.php:113 -msgid "attach file" -msgstr "bestand bijvoegen" - -#: ../../include/conversation.php:1086 ../../mod/editpost.php:114 -#: ../../mod/wallmessage.php:155 ../../mod/message.php:333 -#: ../../mod/message.php:563 -msgid "Insert web link" -msgstr "Voeg een webadres in" - -#: ../../include/conversation.php:1087 ../../mod/editpost.php:115 -msgid "web link" -msgstr "webadres" - -#: ../../include/conversation.php:1088 ../../mod/editpost.php:116 -msgid "Insert video link" -msgstr "Voeg video toe" - -#: ../../include/conversation.php:1089 ../../mod/editpost.php:117 -msgid "video link" -msgstr "video adres" - -#: ../../include/conversation.php:1090 ../../mod/editpost.php:118 -msgid "Insert audio link" -msgstr "Voeg audio adres toe" - -#: ../../include/conversation.php:1091 ../../mod/editpost.php:119 -msgid "audio link" -msgstr "audio adres" - -#: ../../include/conversation.php:1092 ../../mod/editpost.php:120 -msgid "Set your location" -msgstr "Stel uw locatie in" - -#: ../../include/conversation.php:1093 ../../mod/editpost.php:121 -msgid "set location" -msgstr "Stel uw locatie in" - -#: ../../include/conversation.php:1094 ../../mod/editpost.php:122 -msgid "Clear browser location" -msgstr "Verwijder locatie uit uw webbrowser" - -#: ../../include/conversation.php:1095 ../../mod/editpost.php:123 -msgid "clear location" -msgstr "Verwijder locatie uit uw webbrowser" - -#: ../../include/conversation.php:1097 ../../mod/editpost.php:137 -msgid "Set title" -msgstr "Titel plaatsen" - -#: ../../include/conversation.php:1099 ../../mod/editpost.php:139 -msgid "Categories (comma-separated list)" -msgstr "Categorieën (komma-gescheiden lijst)" - -#: ../../include/conversation.php:1101 ../../mod/editpost.php:125 -msgid "Permission settings" -msgstr "Instellingen van rechten" - -#: ../../include/conversation.php:1102 -msgid "permissions" -msgstr "rechten" - -#: ../../include/conversation.php:1110 ../../mod/editpost.php:133 -msgid "CC: email addresses" -msgstr "CC: e-mailadressen" - -#: ../../include/conversation.php:1111 ../../mod/editpost.php:134 -msgid "Public post" -msgstr "Openbare post" - -#: ../../include/conversation.php:1113 ../../mod/editpost.php:140 -msgid "Example: bob@example.com, mary@example.com" -msgstr "Voorbeeld: bob@voorbeeld.nl, an@voorbeeld.be" - -#: ../../include/conversation.php:1117 ../../mod/editpost.php:145 -#: ../../mod/photos.php:1553 ../../mod/photos.php:1597 -#: ../../mod/photos.php:1680 ../../mod/content.php:742 -#: ../../object/Item.php:662 -msgid "Preview" -msgstr "Voorvertoning" - -#: ../../include/conversation.php:1126 -msgid "Post to Groups" -msgstr "Verzenden naar Groepen" - -#: ../../include/conversation.php:1127 -msgid "Post to Contacts" -msgstr "Verzenden naar Contacten" - -#: ../../include/conversation.php:1128 -msgid "Private post" -msgstr "Privé verzending" - -#: ../../include/enotify.php:16 -msgid "Friendica Notification" -msgstr "Friendica Notificatie" - -#: ../../include/enotify.php:19 -msgid "Thank You," -msgstr "Bedankt" - -#: ../../include/enotify.php:21 -#, php-format -msgid "%s Administrator" -msgstr "%s Beheerder" - -#: ../../include/enotify.php:40 -#, php-format -msgid "%s " -msgstr "%s " - -#: ../../include/enotify.php:44 -#, php-format -msgid "[Friendica:Notify] New mail received at %s" -msgstr "[Friendica:Notificatie] Nieuw bericht ontvangen op %s" - -#: ../../include/enotify.php:46 -#, php-format -msgid "%1$s sent you a new private message at %2$s." -msgstr "%1$s sent you a new private message at %2$s." - -#: ../../include/enotify.php:47 -#, php-format -msgid "%1$s sent you %2$s." -msgstr "%1$s stuurde jou %2$s." - -#: ../../include/enotify.php:47 -msgid "a private message" -msgstr "een prive bericht" - -#: ../../include/enotify.php:48 -#, 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 te beantwoorden." - -#: ../../include/enotify.php:90 -#, php-format -msgid "%1$s commented on [url=%2$s]a %3$s[/url]" -msgstr "%1$s gaf een reactie op [url=%2$s]a %3$s[/url]" - -#: ../../include/enotify.php:97 -#, php-format -msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]" -msgstr "%1$s gaf een reactie op [url=%2$s]%3$s's %4$s[/url]" - -#: ../../include/enotify.php:105 -#, php-format -msgid "%1$s commented on [url=%2$s]your %3$s[/url]" -msgstr "%1$s gaf een reactie op [url=%2$s]jouw %3$s[/url]" - -#: ../../include/enotify.php:115 -#, php-format -msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s" -msgstr "" - -#: ../../include/enotify.php:116 -#, php-format -msgid "%s commented on an item/conversation you have been following." -msgstr "%s gaf een reactie op een bericht/conversatie die jij volgt." - -#: ../../include/enotify.php:119 ../../include/enotify.php:134 -#: ../../include/enotify.php:147 ../../include/enotify.php:165 -#: ../../include/enotify.php:178 -#, php-format -msgid "Please visit %s to view and/or reply to the conversation." -msgstr "Bezoek %s om de conversatie te bekijken en/of te beantwoorden." - -#: ../../include/enotify.php:126 -#, php-format -msgid "[Friendica:Notify] %s posted to your profile wall" -msgstr "" - -#: ../../include/enotify.php:128 -#, php-format -msgid "%1$s posted to your profile wall at %2$s" -msgstr "" - -#: ../../include/enotify.php:130 -#, php-format -msgid "%1$s posted to [url=%2$s]your wall[/url]" -msgstr "" - -#: ../../include/enotify.php:141 -#, php-format -msgid "[Friendica:Notify] %s tagged you" -msgstr "[Friendica:Notificatie] %s heeft jou genoemd" - -#: ../../include/enotify.php:142 -#, php-format -msgid "%1$s tagged you at %2$s" -msgstr "%1$s heeft jou in %2$s genoemd" - -#: ../../include/enotify.php:143 -#, php-format -msgid "%1$s [url=%2$s]tagged you[/url]." -msgstr "%1$s [url=%2$s]heeft jou genoemd[/url]." - -#: ../../include/enotify.php:155 -#, php-format -msgid "[Friendica:Notify] %1$s poked you" -msgstr "" - -#: ../../include/enotify.php:156 -#, php-format -msgid "%1$s poked you at %2$s" -msgstr "" - -#: ../../include/enotify.php:157 -#, php-format -msgid "%1$s [url=%2$s]poked you[/url]." -msgstr "" - -#: ../../include/enotify.php:172 -#, php-format -msgid "[Friendica:Notify] %s tagged your post" -msgstr "[Friendica:Notificatie] %s heeft jouw bericht gelabeld" - -#: ../../include/enotify.php:173 -#, php-format -msgid "%1$s tagged your post at %2$s" -msgstr "%1$s heeft jouw bericht gelabeld in %2$s" - -#: ../../include/enotify.php:174 -#, php-format -msgid "%1$s tagged [url=%2$s]your post[/url]" -msgstr "%1$s labelde [url=%2$s]jouw bericht[/url]" - -#: ../../include/enotify.php:185 -msgid "[Friendica:Notify] Introduction received" -msgstr "[Friendica:Notificatie] Vriendschaps-/connectieverzoek ontvangen" - -#: ../../include/enotify.php:186 -#, php-format -msgid "You've received an introduction from '%1$s' at %2$s" -msgstr "Je hebt een vriendschaps- of connectieverzoek ontvangen van '%1$s' om %2$s" - -#: ../../include/enotify.php:187 -#, php-format -msgid "You've received [url=%1$s]an introduction[/url] from %2$s." -msgstr "Je ontving [url=%1$s]een vriendschaps- of connectieverzoek[/url] van %2$s." - -#: ../../include/enotify.php:190 ../../include/enotify.php:208 -#, php-format -msgid "You may visit their profile at %s" -msgstr "U kunt hun profiel bezoeken op %s" - -#: ../../include/enotify.php:192 -#, php-format -msgid "Please visit %s to approve or reject the introduction." -msgstr "Bezoek %s om het verzoek goed of af te keuren." - -#: ../../include/enotify.php:199 -msgid "[Friendica:Notify] Friend suggestion received" -msgstr "" - -#: ../../include/enotify.php:200 -#, php-format -msgid "You've received a friend suggestion from '%1$s' at %2$s" -msgstr "" - -#: ../../include/enotify.php:201 -#, php-format -msgid "" -"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s." -msgstr "" - -#: ../../include/enotify.php:206 -msgid "Name:" -msgstr "Naam:" - -#: ../../include/enotify.php:207 -msgid "Photo:" -msgstr "Foto: " - -#: ../../include/enotify.php:210 -#, php-format -msgid "Please visit %s to approve or reject the suggestion." -msgstr "" - -#: ../../include/message.php:15 ../../include/message.php:172 -msgid "[no subject]" -msgstr "[geen onderwerp]" - -#: ../../include/message.php:144 ../../mod/item.php:446 -#: ../../mod/wall_upload.php:135 ../../mod/wall_upload.php:144 -#: ../../mod/wall_upload.php:151 -msgid "Wall Photos" -msgstr "" - -#: ../../include/nav.php:34 ../../mod/navigation.php:20 -msgid "Nothing new here" -msgstr "Niets nieuw hier" - -#: ../../include/nav.php:38 ../../mod/navigation.php:24 -msgid "Clear notifications" -msgstr "Notificaties verwijderen" - -#: ../../include/nav.php:73 ../../boot.php:1140 -msgid "Logout" -msgstr "Uitloggen" - -#: ../../include/nav.php:73 -msgid "End this session" -msgstr "Deze sessie beëindigen" - -#: ../../include/nav.php:76 ../../boot.php:1944 -msgid "Status" -msgstr "Status" - -#: ../../include/nav.php:76 ../../include/nav.php:143 -#: ../../view/theme/diabook/theme.php:87 -msgid "Your posts and conversations" -msgstr "Jouw berichten en conversaties" - -#: ../../include/nav.php:77 ../../view/theme/diabook/theme.php:88 -msgid "Your profile page" -msgstr "Jouw profiel pagina" - -#: ../../include/nav.php:78 ../../mod/fbrowser.php:25 -#: ../../view/theme/diabook/theme.php:90 ../../boot.php:1958 -msgid "Photos" -msgstr "Foto's" - -#: ../../include/nav.php:78 ../../view/theme/diabook/theme.php:90 -msgid "Your photos" -msgstr "Jouw foto's" - -#: ../../include/nav.php:79 ../../mod/events.php:370 -#: ../../view/theme/diabook/theme.php:91 ../../boot.php:1975 -msgid "Events" -msgstr "Gebeurtenissen" - -#: ../../include/nav.php:79 ../../view/theme/diabook/theme.php:91 -msgid "Your events" -msgstr "Gebruik mailto: voor het adres om een e-mailcontrole af te dwingen." - -#: ../../include/nav.php:80 ../../view/theme/diabook/theme.php:92 -msgid "Personal notes" -msgstr "Persoonlijke nota's" - -#: ../../include/nav.php:80 ../../view/theme/diabook/theme.php:92 -msgid "Your personal photos" -msgstr "Jouw persoonlijke foto's" - -#: ../../include/nav.php:91 ../../boot.php:1141 -msgid "Login" -msgstr "Login" - -#: ../../include/nav.php:91 -msgid "Sign in" -msgstr "Inloggen" - -#: ../../include/nav.php:104 ../../include/nav.php:143 -#: ../../mod/notifications.php:93 ../../view/theme/diabook/theme.php:87 -msgid "Home" -msgstr "Home" - -#: ../../include/nav.php:104 -msgid "Home Page" -msgstr "Homepagina" - -#: ../../include/nav.php:108 ../../mod/register.php:275 ../../boot.php:1116 -msgid "Register" -msgstr "Registreer" - -#: ../../include/nav.php:108 -msgid "Create an account" -msgstr "Maak een accoount" - -#: ../../include/nav.php:113 ../../mod/help.php:84 -msgid "Help" -msgstr "Help" - -#: ../../include/nav.php:113 -msgid "Help and documentation" -msgstr "Hulp en documentatie" - -#: ../../include/nav.php:116 -msgid "Apps" -msgstr "Apps" - -#: ../../include/nav.php:116 -msgid "Addon applications, utilities, games" -msgstr "Extra toepassingen, hulpmiddelen, spelletjes" - -#: ../../include/nav.php:118 -msgid "Search site content" -msgstr "Doorzoek de inhoud van de website" - -#: ../../include/nav.php:128 ../../mod/community.php:32 -#: ../../view/theme/diabook/theme.php:93 -msgid "Community" -msgstr "Gemeenschap" - -#: ../../include/nav.php:128 -msgid "Conversations on this site" -msgstr "Conversaties op deze website" - -#: ../../include/nav.php:130 -msgid "Directory" -msgstr "Gids" - -#: ../../include/nav.php:130 -msgid "People directory" -msgstr "Personengids" - -#: ../../include/nav.php:140 ../../mod/notifications.php:83 -msgid "Network" -msgstr "Netwerk" - -#: ../../include/nav.php:140 -msgid "Conversations from your friends" -msgstr "Conversaties van je vrienden" - -#: ../../include/nav.php:141 -msgid "Network Reset" -msgstr "Netwerkpagina opnieuw instellen" - -#: ../../include/nav.php:141 -msgid "Load Network page with no filters" -msgstr "Laad de netwerkpagina zonder filters" - -#: ../../include/nav.php:149 ../../mod/notifications.php:98 -msgid "Introductions" -msgstr "Verzoeken" - -#: ../../include/nav.php:149 -msgid "Friend Requests" -msgstr "Vriendschapsverzoeken" - -#: ../../include/nav.php:150 ../../mod/notifications.php:220 -msgid "Notifications" -msgstr "Notificaties" - -#: ../../include/nav.php:151 -msgid "See all notifications" -msgstr "Toon alle notificaties" - -#: ../../include/nav.php:152 -msgid "Mark all system notifications seen" -msgstr "Alle systeemnotificaties als gelezen markeren" - -#: ../../include/nav.php:156 ../../mod/message.php:182 -#: ../../mod/notifications.php:103 -msgid "Messages" -msgstr "Privéberichten" - -#: ../../include/nav.php:156 -msgid "Private mail" -msgstr "Privéberichten" - -#: ../../include/nav.php:157 -msgid "Inbox" -msgstr "Inbox" - -#: ../../include/nav.php:158 -msgid "Outbox" -msgstr "Verzonden berichten" - -#: ../../include/nav.php:159 ../../mod/message.php:9 -msgid "New Message" -msgstr "Nieuw Bericht" - -#: ../../include/nav.php:162 -msgid "Manage" -msgstr "Beheren" - -#: ../../include/nav.php:162 -msgid "Manage other pages" -msgstr "Andere pagina's beheren" - -#: ../../include/nav.php:165 -msgid "Delegations" -msgstr "" - -#: ../../include/nav.php:165 ../../mod/delegate.php:121 -msgid "Delegate Page Management" -msgstr "" - -#: ../../include/nav.php:167 ../../mod/admin.php:861 ../../mod/admin.php:1069 -#: ../../mod/settings.php:74 ../../mod/uexport.php:48 -#: ../../mod/newmember.php:22 ../../view/theme/diabook/theme.php:537 -#: ../../view/theme/diabook/theme.php:658 -msgid "Settings" -msgstr "Instellingen" - -#: ../../include/nav.php:167 ../../mod/settings.php:30 ../../mod/uexport.php:9 -msgid "Account settings" -msgstr "Account instellingen" - -#: ../../include/nav.php:169 ../../boot.php:1443 -msgid "Profiles" -msgstr "Profielen" - -#: ../../include/nav.php:169 -msgid "Manage/Edit Profiles" -msgstr "Beheer/Wijzig Profielen" - -#: ../../include/nav.php:171 ../../mod/contacts.php:607 -#: ../../view/theme/diabook/theme.php:89 -msgid "Contacts" -msgstr "Contacten" - -#: ../../include/nav.php:171 -msgid "Manage/edit friends and contacts" -msgstr "Beheer/Wijzig vrienden en contacten" - -#: ../../include/nav.php:178 ../../mod/admin.php:120 -msgid "Admin" -msgstr "Beheer" - -#: ../../include/nav.php:178 -msgid "Site setup and configuration" -msgstr "Website opzetten en configureren" - -#: ../../include/nav.php:182 -msgid "Navigation" -msgstr "Navigatie" - -#: ../../include/nav.php:182 -msgid "Site map" -msgstr "Sitemap" - -#: ../../include/oembed.php:138 -msgid "Embedded content" -msgstr "Ingebedde inhoud" - -#: ../../include/oembed.php:147 -msgid "Embedding disabled" -msgstr "Inbedden uitgeschakeld" - -#: ../../include/uimport.php:94 -msgid "Error decoding account file" -msgstr "" - -#: ../../include/uimport.php:100 -msgid "Error! No version data in file! This is not a Friendica account file?" -msgstr "" - -#: ../../include/uimport.php:116 -msgid "Error! Cannot check nickname" -msgstr "" - -#: ../../include/uimport.php:120 -#, php-format -msgid "User '%s' already exists on this server!" -msgstr "Gebruiker '%s' bestaat al op deze server!" - -#: ../../include/uimport.php:139 -msgid "User creation error" -msgstr "Fout bij het aanmaken van de gebruiker" - -#: ../../include/uimport.php:157 -msgid "User profile creation error" -msgstr "Fout bij het aanmaken van het gebruikersprofiel" - -#: ../../include/uimport.php:206 -#, php-format -msgid "%d contact not imported" -msgid_plural "%d contacts not imported" -msgstr[0] "%d contact werd niet geïmporteerd" -msgstr[1] "%d contacten werden niet geïmporteerd" - -#: ../../include/uimport.php:276 -msgid "Done. You can now login with your username and password" -msgstr "Gebeurd. Je kunt nu inloggen met je gebruikersnaam en wachtwoord" - -#: ../../include/security.php:22 -msgid "Welcome " -msgstr "Welkom" - -#: ../../include/security.php:23 -msgid "Please upload a profile photo." -msgstr "Upload een profielfoto." - -#: ../../include/security.php:26 -msgid "Welcome back " -msgstr "Welkom terug " - -#: ../../include/security.php:366 -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 "" - -#: ../../mod/profiles.php:18 ../../mod/profiles.php:133 -#: ../../mod/profiles.php:160 ../../mod/profiles.php:583 -#: ../../mod/dfrn_confirm.php:62 -msgid "Profile not found." -msgstr "Profiel niet gevonden" - -#: ../../mod/profiles.php:37 -msgid "Profile deleted." -msgstr "Profiel verwijderd" - -#: ../../mod/profiles.php:55 ../../mod/profiles.php:89 -msgid "Profile-" -msgstr "Profiel-" - -#: ../../mod/profiles.php:74 ../../mod/profiles.php:117 -msgid "New profile created." -msgstr "Nieuw profiel aangemaakt." - -#: ../../mod/profiles.php:95 -msgid "Profile unavailable to clone." -msgstr "Profiel niet beschikbaar om te klonen." - -#: ../../mod/profiles.php:170 -msgid "Profile Name is required." -msgstr "Profielnaam is vereist." - -#: ../../mod/profiles.php:317 -msgid "Marital Status" -msgstr "Echtelijke staat" - -#: ../../mod/profiles.php:321 -msgid "Romantic Partner" -msgstr "Romantische Partner" - -#: ../../mod/profiles.php:325 -msgid "Likes" -msgstr "Houdt van" - -#: ../../mod/profiles.php:329 -msgid "Dislikes" -msgstr "Houdt niet van" - -#: ../../mod/profiles.php:333 -msgid "Work/Employment" -msgstr "Werk" - -#: ../../mod/profiles.php:336 -msgid "Religion" -msgstr "Godsdienst" - -#: ../../mod/profiles.php:340 -msgid "Political Views" -msgstr "Politieke standpunten" - -#: ../../mod/profiles.php:344 -msgid "Gender" -msgstr "Geslacht" - -#: ../../mod/profiles.php:348 -msgid "Sexual Preference" -msgstr "Seksuele Voorkeur" - -#: ../../mod/profiles.php:352 -msgid "Homepage" -msgstr "Homepagina" - -#: ../../mod/profiles.php:356 -msgid "Interests" -msgstr "Interesses" - -#: ../../mod/profiles.php:360 -msgid "Address" -msgstr "Adres" - -#: ../../mod/profiles.php:367 -msgid "Location" -msgstr "Plaats" - -#: ../../mod/profiles.php:450 -msgid "Profile updated." -msgstr "Profiel bijgewerkt." - -#: ../../mod/profiles.php:521 -msgid " and " -msgstr "en" - -#: ../../mod/profiles.php:529 -msgid "public profile" -msgstr "publiek profiel" - -#: ../../mod/profiles.php:532 -#, php-format -msgid "%1$s changed %2$s to “%3$s”" -msgstr "%1$s veranderde %2$s naar “%3$s”" - -#: ../../mod/profiles.php:533 -#, php-format -msgid " - Visit %1$s's %2$s" -msgstr " - Bezoek %2$s van %1$s" - -#: ../../mod/profiles.php:536 -#, php-format -msgid "%1$s has an updated %2$s, changing %3$s." -msgstr "%1$s heeft een aangepast %2$s, %3$s veranderd." - -#: ../../mod/profiles.php:609 -msgid "Hide your contact/friend list from viewers of this profile?" -msgstr "Je vrienden/contacten verbergen voor bezoekers van dit profiel?" - -#: ../../mod/profiles.php:611 ../../mod/api.php:106 ../../mod/register.php:240 -#: ../../mod/settings.php:961 ../../mod/settings.php:967 -#: ../../mod/settings.php:975 ../../mod/settings.php:979 -#: ../../mod/settings.php:984 ../../mod/settings.php:990 -#: ../../mod/settings.php:996 ../../mod/settings.php:1002 -#: ../../mod/settings.php:1032 ../../mod/settings.php:1033 -#: ../../mod/settings.php:1034 ../../mod/settings.php:1035 -#: ../../mod/settings.php:1036 ../../mod/dfrn_request.php:837 -msgid "No" -msgstr "Nee" - -#: ../../mod/profiles.php:629 -msgid "Edit Profile Details" -msgstr "Profiel details bewerken" - -#: ../../mod/profiles.php:630 ../../mod/admin.php:491 ../../mod/admin.php:763 -#: ../../mod/admin.php:902 ../../mod/admin.php:1102 ../../mod/admin.php:1189 -#: ../../mod/settings.php:584 ../../mod/settings.php:694 -#: ../../mod/settings.php:763 ../../mod/settings.php:837 -#: ../../mod/settings.php:1064 ../../mod/crepair.php:166 -#: ../../mod/poke.php:199 ../../mod/events.php:478 ../../mod/fsuggest.php:107 -#: ../../mod/group.php:87 ../../mod/invite.php:140 ../../mod/localtime.php:45 -#: ../../mod/manage.php:110 ../../mod/message.php:335 -#: ../../mod/message.php:564 ../../mod/mood.php:137 ../../mod/photos.php:1078 +#: ../../object/Item.php:348 ../../boot.php:686 ../../mod/content.php:605 +#: ../../include/contact_widgets.php:204 +msgid "show more" +msgstr "toon meer" + +#: ../../object/Item.php:633 ../../mod/content.php:706 +#: ../../mod/photos.php:1549 ../../mod/photos.php:1593 +#: ../../mod/photos.php:1676 +msgid "This is you" +msgstr "Dit ben jij" + +#: ../../object/Item.php:636 ../../view/theme/perihel/config.php:95 +#: ../../view/theme/diabook/theme.php:633 +#: ../../view/theme/diabook/config.php:148 +#: ../../view/theme/quattro/config.php:64 ../../view/theme/dispy/config.php:70 +#: ../../view/theme/clean/config.php:71 +#: ../../view/theme/cleanzero/config.php:80 ../../mod/mood.php:137 +#: ../../mod/install.php:248 ../../mod/install.php:286 +#: ../../mod/crepair.php:171 ../../mod/content.php:709 +#: ../../mod/contacts.php:458 ../../mod/profiles.php:630 +#: ../../mod/message.php:335 ../../mod/message.php:564 +#: ../../mod/localtime.php:45 ../../mod/photos.php:1078 #: ../../mod/photos.php:1199 ../../mod/photos.php:1501 #: ../../mod/photos.php:1552 ../../mod/photos.php:1596 -#: ../../mod/photos.php:1679 ../../mod/install.php:248 -#: ../../mod/install.php:286 ../../mod/contacts.php:386 -#: ../../mod/content.php:733 ../../object/Item.php:653 -#: ../../view/theme/cleanzero/config.php:80 -#: ../../view/theme/diabook/config.php:152 -#: ../../view/theme/diabook/theme.php:642 ../../view/theme/dispy/config.php:70 -#: ../../view/theme/quattro/config.php:64 +#: ../../mod/photos.php:1679 ../../mod/poke.php:199 ../../mod/events.php:478 +#: ../../mod/fsuggest.php:107 ../../mod/invite.php:140 +#: ../../mod/manage.php:110 msgid "Submit" msgstr "Opslaan" -#: ../../mod/profiles.php:631 -msgid "Change Profile Photo" -msgstr "Profiel foto wijzigen" +#: ../../object/Item.php:637 ../../mod/content.php:710 +msgid "Bold" +msgstr "Vet" -#: ../../mod/profiles.php:632 -msgid "View this profile" -msgstr "Dit profiel bekijken" +#: ../../object/Item.php:638 ../../mod/content.php:711 +msgid "Italic" +msgstr "Cursief" -#: ../../mod/profiles.php:633 -msgid "Create a new profile using these settings" -msgstr "Nieuw profiel aanmaken met deze instellingen" +#: ../../object/Item.php:639 ../../mod/content.php:712 +msgid "Underline" +msgstr "Onderstrepen" -#: ../../mod/profiles.php:634 -msgid "Clone this profile" -msgstr "Dit profiel klonen" +#: ../../object/Item.php:640 ../../mod/content.php:713 +msgid "Quote" +msgstr "Citeren" -#: ../../mod/profiles.php:635 -msgid "Delete this profile" -msgstr "Dit profiel verwijderen" +#: ../../object/Item.php:641 ../../mod/content.php:714 +msgid "Code" +msgstr "Broncode" -#: ../../mod/profiles.php:636 -msgid "Profile Name:" -msgstr "Profiel Naam:" +#: ../../object/Item.php:642 ../../mod/content.php:715 +msgid "Image" +msgstr "Afbeelding" -#: ../../mod/profiles.php:637 -msgid "Your Full Name:" -msgstr "Je volledige naam:" +#: ../../object/Item.php:643 ../../mod/content.php:716 +msgid "Link" +msgstr "Link" -#: ../../mod/profiles.php:638 -msgid "Title/Description:" -msgstr "Titel/Beschrijving:" +#: ../../object/Item.php:644 ../../mod/content.php:717 +msgid "Video" +msgstr "Video" -#: ../../mod/profiles.php:639 -msgid "Your Gender:" -msgstr "Je Geslacht:" +#: ../../object/Item.php:645 ../../mod/editpost.php:145 +#: ../../mod/content.php:718 ../../mod/photos.php:1553 +#: ../../mod/photos.php:1597 ../../mod/photos.php:1680 +#: ../../include/conversation.php:1116 +msgid "Preview" +msgstr "Voorvertoning" -#: ../../mod/profiles.php:640 -#, php-format -msgid "Birthday (%s):" -msgstr "Geboortedatum (%s):" +#: ../../index.php:199 ../../mod/apps.php:7 +msgid "You must be logged in to use addons. " +msgstr "" -#: ../../mod/profiles.php:641 -msgid "Street Address:" -msgstr "Postadres:" +#: ../../index.php:243 ../../mod/help.php:90 +msgid "Not Found" +msgstr "Niet gevonden" -#: ../../mod/profiles.php:642 -msgid "Locality/City:" -msgstr "Gemeente/Stad:" +#: ../../index.php:246 ../../mod/help.php:93 +msgid "Page not found." +msgstr "Pagina niet gevonden" -#: ../../mod/profiles.php:643 -msgid "Postal/Zip Code:" -msgstr "Postcode:" - -#: ../../mod/profiles.php:644 -msgid "Country:" -msgstr "Land:" - -#: ../../mod/profiles.php:645 -msgid "Region/State:" -msgstr "Regio/Staat:" - -#: ../../mod/profiles.php:646 -msgid " Marital Status:" -msgstr " Echtelijke Staat:" - -#: ../../mod/profiles.php:647 -msgid "Who: (if applicable)" -msgstr "Wie: (indien toepasbaar)" - -#: ../../mod/profiles.php:648 -msgid "Examples: cathy123, Cathy Williams, cathy@example.com" -msgstr "Voorbeelden: Kathleen123, Kathleen Peeters, kathleen@voorbeeld.nl" - -#: ../../mod/profiles.php:649 -msgid "Since [date]:" -msgstr "Sinds [datum]:" - -#: ../../mod/profiles.php:651 -msgid "Homepage URL:" -msgstr "Adres homepagina:" - -#: ../../mod/profiles.php:654 -msgid "Religious Views:" -msgstr "Geloof:" - -#: ../../mod/profiles.php:655 -msgid "Public Keywords:" -msgstr "Publieke Sleutelwoorden:" - -#: ../../mod/profiles.php:656 -msgid "Private Keywords:" -msgstr "Privé Sleutelwoorden:" - -#: ../../mod/profiles.php:659 -msgid "Example: fishing photography software" -msgstr "Voorbeeld: vissen fotografie software" - -#: ../../mod/profiles.php:660 -msgid "(Used for suggesting potential friends, can be seen by others)" -msgstr "(Gebruikt om mogelijke vrienden voor te stellen, kan door anderen gezien worden)" - -#: ../../mod/profiles.php:661 -msgid "(Used for searching profiles, never shown to others)" -msgstr "(Gebruikt om profielen te zoeken, nooit aan anderen getoond)" - -#: ../../mod/profiles.php:662 -msgid "Tell us about yourself..." -msgstr "Vertel iets over jezelf..." - -#: ../../mod/profiles.php:663 -msgid "Hobbies/Interests" -msgstr "Hobby's/Interesses" - -#: ../../mod/profiles.php:664 -msgid "Contact information and Social Networks" -msgstr "Contactinformatie en Sociale Netwerken" - -#: ../../mod/profiles.php:665 -msgid "Musical interests" -msgstr "Muzikale interesses" - -#: ../../mod/profiles.php:666 -msgid "Books, literature" -msgstr "Boeken, literatuur" - -#: ../../mod/profiles.php:667 -msgid "Television" -msgstr "Televisie" - -#: ../../mod/profiles.php:668 -msgid "Film/dance/culture/entertainment" -msgstr "Film/dans/cultuur/ontspanning" - -#: ../../mod/profiles.php:669 -msgid "Love/romance" -msgstr "Liefde/romantiek" - -#: ../../mod/profiles.php:670 -msgid "Work/employment" -msgstr "Werk" - -#: ../../mod/profiles.php:671 -msgid "School/education" -msgstr "School/opleiding" - -#: ../../mod/profiles.php:676 -msgid "" -"This is your public profile.
It may " -"be visible to anybody using the internet." -msgstr "Dit is jouw publiek profiel.
Het kan zichtbaar zijn voor iedereen op het internet." - -#: ../../mod/profiles.php:686 ../../mod/directory.php:111 -msgid "Age: " -msgstr "Leeftijd:" - -#: ../../mod/profiles.php:725 -msgid "Edit/Manage Profiles" -msgstr "Wijzig/Beheer Profielen" - -#: ../../mod/profiles.php:726 ../../boot.php:1449 ../../boot.php:1475 -msgid "Change profile photo" -msgstr "Profiel foto wijzigen" - -#: ../../mod/profiles.php:727 ../../boot.php:1450 -msgid "Create New Profile" -msgstr "Maak nieuw profiel" - -#: ../../mod/profiles.php:738 ../../boot.php:1460 -msgid "Profile Image" -msgstr "Profiel afbeelding" - -#: ../../mod/profiles.php:740 ../../boot.php:1463 -msgid "visible to everybody" -msgstr "zichtbaar voor iedereen" - -#: ../../mod/profiles.php:741 ../../boot.php:1464 -msgid "Edit visibility" -msgstr "Pas zichtbaarheid aan" - -#: ../../mod/profperm.php:19 ../../mod/group.php:72 ../../index.php:345 +#: ../../index.php:355 ../../mod/group.php:72 ../../mod/profperm.php:19 msgid "Permission denied" msgstr "Toegang geweigerd" -#: ../../mod/profperm.php:25 ../../mod/profperm.php:55 -msgid "Invalid profile identifier." -msgstr "Ongeldige profiel-identificatie." +#: ../../index.php:356 ../../mod/mood.php:114 ../../mod/display.php:242 +#: ../../mod/register.php:40 ../../mod/dfrn_confirm.php:53 +#: ../../mod/api.php:26 ../../mod/api.php:31 ../../mod/wallmessage.php:9 +#: ../../mod/wallmessage.php:33 ../../mod/wallmessage.php:79 +#: ../../mod/wallmessage.php:103 ../../mod/suggest.php:56 +#: ../../mod/network.php:6 ../../mod/install.php:151 ../../mod/editpost.php:10 +#: ../../mod/attach.php:33 ../../mod/regmod.php:118 ../../mod/crepair.php:117 +#: ../../mod/uimport.php:23 ../../mod/notes.php:20 ../../mod/contacts.php:240 +#: ../../mod/settings.php:96 ../../mod/settings.php:583 +#: ../../mod/settings.php:588 ../../mod/profiles.php:146 +#: ../../mod/profiles.php:571 ../../mod/group.php:19 ../../mod/follow.php:9 +#: ../../mod/message.php:38 ../../mod/message.php:174 +#: ../../mod/viewcontacts.php:22 ../../mod/photos.php:133 +#: ../../mod/photos.php:1044 ../../mod/wall_attach.php:55 +#: ../../mod/poke.php:135 ../../mod/wall_upload.php:66 +#: ../../mod/profile_photo.php:19 ../../mod/profile_photo.php:169 +#: ../../mod/profile_photo.php:180 ../../mod/profile_photo.php:193 +#: ../../mod/events.php:140 ../../mod/delegate.php:6 ../../mod/nogroup.php:25 +#: ../../mod/fsuggest.php:78 ../../mod/item.php:143 ../../mod/item.php:159 +#: ../../mod/notifications.php:66 ../../mod/invite.php:15 +#: ../../mod/invite.php:101 ../../mod/manage.php:96 ../../mod/allfriends.php:9 +#: ../../include/items.php:4215 +msgid "Permission denied." +msgstr "Toegang geweigerd" -#: ../../mod/profperm.php:101 -msgid "Profile Visibility Editor" +#: ../../index.php:415 +msgid "toggle mobile" +msgstr "mobiel thema omwisselen" + +#: ../../view/theme/perihel/theme.php:33 +#: ../../view/theme/diabook/theme.php:123 ../../mod/notifications.php:93 +#: ../../include/nav.php:104 ../../include/nav.php:143 +msgid "Home" +msgstr "Tijdlijn" + +#: ../../view/theme/perihel/theme.php:33 +#: ../../view/theme/diabook/theme.php:123 ../../include/nav.php:76 +#: ../../include/nav.php:143 +msgid "Your posts and conversations" +msgstr "Jouw berichten en conversaties" + +#: ../../view/theme/perihel/theme.php:34 +#: ../../view/theme/diabook/theme.php:124 ../../boot.php:1967 +#: ../../mod/newmember.php:32 ../../mod/profperm.php:103 +#: ../../include/nav.php:77 ../../include/profile_advanced.php:7 +#: ../../include/profile_advanced.php:84 +msgid "Profile" +msgstr "Profiel" + +#: ../../view/theme/perihel/theme.php:34 +#: ../../view/theme/diabook/theme.php:124 ../../include/nav.php:77 +msgid "Your profile page" +msgstr "Jouw profiel pagina" + +#: ../../view/theme/perihel/theme.php:35 +#: ../../view/theme/diabook/theme.php:126 ../../boot.php:1974 +#: ../../mod/fbrowser.php:25 ../../include/nav.php:78 +msgid "Photos" +msgstr "Foto's" + +#: ../../view/theme/perihel/theme.php:35 +#: ../../view/theme/diabook/theme.php:126 ../../include/nav.php:78 +msgid "Your photos" +msgstr "Jouw foto's" + +#: ../../view/theme/perihel/theme.php:36 +#: ../../view/theme/diabook/theme.php:127 ../../boot.php:1991 +#: ../../mod/events.php:370 ../../include/nav.php:79 +msgid "Events" +msgstr "Gebeurtenissen" + +#: ../../view/theme/perihel/theme.php:36 +#: ../../view/theme/diabook/theme.php:127 ../../include/nav.php:79 +msgid "Your events" +msgstr "Gebruik mailto: voor het adres om een e-mailcontrole af te dwingen." + +#: ../../view/theme/perihel/theme.php:37 +#: ../../view/theme/diabook/theme.php:128 ../../include/nav.php:80 +msgid "Personal notes" +msgstr "Persoonlijke nota's" + +#: ../../view/theme/perihel/theme.php:37 +#: ../../view/theme/diabook/theme.php:128 ../../include/nav.php:80 +msgid "Your personal photos" +msgstr "Jouw persoonlijke foto's" + +#: ../../view/theme/perihel/theme.php:38 +#: ../../view/theme/diabook/theme.php:129 ../../mod/community.php:32 +#: ../../include/nav.php:128 +msgid "Community" +msgstr "Gemeenschap" + +#: ../../view/theme/perihel/config.php:89 +#: ../../view/theme/diabook/theme.php:621 +#: ../../view/theme/diabook/config.php:142 ../../include/acl_selectors.php:327 +msgid "don't show" +msgstr "Niet tonen" + +#: ../../view/theme/perihel/config.php:89 +#: ../../view/theme/diabook/theme.php:621 +#: ../../view/theme/diabook/config.php:142 ../../include/acl_selectors.php:326 +msgid "show" +msgstr "tonen" + +#: ../../view/theme/perihel/config.php:97 +#: ../../view/theme/diabook/config.php:150 +#: ../../view/theme/quattro/config.php:66 ../../view/theme/dispy/config.php:72 +#: ../../view/theme/clean/config.php:73 +#: ../../view/theme/cleanzero/config.php:82 +msgid "Theme settings" +msgstr "Thema instellingen" + +#: ../../view/theme/perihel/config.php:98 +#: ../../view/theme/diabook/config.php:151 +#: ../../view/theme/dispy/config.php:73 +#: ../../view/theme/cleanzero/config.php:84 +msgid "Set font-size for posts and comments" +msgstr "Stel lettergrootte voor berichten en reacties in" + +#: ../../view/theme/perihel/config.php:99 +#: ../../view/theme/diabook/config.php:152 +#: ../../view/theme/dispy/config.php:74 +msgid "Set line-height for posts and comments" msgstr "" -#: ../../mod/profperm.php:105 ../../mod/group.php:224 -msgid "Click on a contact to add or remove." -msgstr "Klik op een contact om het toe te voegen of te verwijderen." +#: ../../view/theme/perihel/config.php:100 +#: ../../view/theme/diabook/config.php:153 +msgid "Set resolution for middle column" +msgstr "" -#: ../../mod/profperm.php:114 -msgid "Visible To" -msgstr "Zichtbaar voor" +#: ../../view/theme/diabook/theme.php:125 ../../mod/contacts.php:680 +#: ../../include/nav.php:171 +msgid "Contacts" +msgstr "Contacten" -#: ../../mod/profperm.php:130 -msgid "All Contacts (with secure profile access)" -msgstr "Alle contacten (met veilige profieltoegang)" +#: ../../view/theme/diabook/theme.php:125 +msgid "Your contacts" +msgstr "Jouw contacten" -#: ../../mod/notes.php:44 ../../boot.php:1982 +#: ../../view/theme/diabook/theme.php:130 +#: ../../view/theme/diabook/theme.php:544 +#: ../../view/theme/diabook/theme.php:624 +#: ../../view/theme/diabook/config.php:158 +msgid "Community Pages" +msgstr "Gemeenschapspagina's" + +#: ../../view/theme/diabook/theme.php:391 +#: ../../view/theme/diabook/theme.php:626 +#: ../../view/theme/diabook/config.php:160 +msgid "Community Profiles" +msgstr "Gemeenschapsprofielen" + +#: ../../view/theme/diabook/theme.php:412 +#: ../../view/theme/diabook/theme.php:630 +#: ../../view/theme/diabook/config.php:164 +msgid "Last users" +msgstr "Laatste gebruikers" + +#: ../../view/theme/diabook/theme.php:441 +#: ../../view/theme/diabook/theme.php:632 +#: ../../view/theme/diabook/config.php:166 +msgid "Last likes" +msgstr "Recent leuk gevonden" + +#: ../../view/theme/diabook/theme.php:463 ../../include/conversation.php:118 +#: ../../include/conversation.php:246 ../../include/text.php:1922 +msgid "event" +msgstr "gebeurtenis" + +#: ../../view/theme/diabook/theme.php:466 +#: ../../view/theme/diabook/theme.php:475 ../../mod/tagger.php:62 +#: ../../mod/like.php:151 ../../mod/like.php:322 ../../mod/subthread.php:87 +#: ../../include/conversation.php:121 ../../include/conversation.php:130 +#: ../../include/conversation.php:249 ../../include/conversation.php:258 +#: ../../include/diaspora.php:1878 +msgid "status" +msgstr "Status" + +#: ../../view/theme/diabook/theme.php:471 ../../mod/tagger.php:62 +#: ../../mod/like.php:151 ../../mod/subthread.php:87 +#: ../../include/conversation.php:126 ../../include/conversation.php:254 +#: ../../include/text.php:1924 ../../include/diaspora.php:1878 +msgid "photo" +msgstr "Foto" + +#: ../../view/theme/diabook/theme.php:480 ../../mod/like.php:168 +#: ../../include/conversation.php:137 ../../include/diaspora.php:1894 +#, php-format +msgid "%1$s likes %2$s's %3$s" +msgstr "%1$s vind %3$s van %2$s leuk" + +#: ../../view/theme/diabook/theme.php:486 +#: ../../view/theme/diabook/theme.php:631 +#: ../../view/theme/diabook/config.php:165 +msgid "Last photos" +msgstr "Laatste foto's" + +#: ../../view/theme/diabook/theme.php:499 ../../mod/photos.php:59 +#: ../../mod/photos.php:154 ../../mod/photos.php:1058 +#: ../../mod/photos.php:1183 ../../mod/photos.php:1206 +#: ../../mod/photos.php:1736 ../../mod/photos.php:1748 +msgid "Contact Photos" +msgstr "Contactfoto's" + +#: ../../view/theme/diabook/theme.php:500 ../../mod/photos.php:154 +#: ../../mod/photos.php:725 ../../mod/photos.php:1183 +#: ../../mod/photos.php:1206 ../../mod/profile_photo.php:74 +#: ../../mod/profile_photo.php:81 ../../mod/profile_photo.php:88 +#: ../../mod/profile_photo.php:204 ../../mod/profile_photo.php:296 +#: ../../mod/profile_photo.php:305 ../../include/user.php:334 +#: ../../include/user.php:341 ../../include/user.php:348 +msgid "Profile Photos" +msgstr "Profielfoto's" + +#: ../../view/theme/diabook/theme.php:523 +#: ../../view/theme/diabook/theme.php:629 +#: ../../view/theme/diabook/config.php:163 +msgid "Find Friends" +msgstr "Zoek vrienden" + +#: ../../view/theme/diabook/theme.php:524 +msgid "Local Directory" +msgstr "Lokale gids" + +#: ../../view/theme/diabook/theme.php:525 ../../mod/directory.php:49 +msgid "Global Directory" +msgstr "Globale gids" + +#: ../../view/theme/diabook/theme.php:526 ../../include/contact_widgets.php:35 +msgid "Similar Interests" +msgstr "Dezelfde interesses" + +#: ../../view/theme/diabook/theme.php:527 ../../mod/suggest.php:66 +#: ../../include/contact_widgets.php:34 +msgid "Friend Suggestions" +msgstr "Vriendschapsvoorstellen" + +#: ../../view/theme/diabook/theme.php:528 ../../include/contact_widgets.php:37 +msgid "Invite Friends" +msgstr "Vrienden uitnodigen" + +#: ../../view/theme/diabook/theme.php:544 +#: ../../view/theme/diabook/theme.php:648 ../../mod/newmember.php:22 +#: ../../mod/admin.php:1004 ../../mod/admin.php:1212 ../../mod/settings.php:79 +#: ../../mod/uexport.php:48 ../../include/nav.php:167 +msgid "Settings" +msgstr "Instellingen" + +#: ../../view/theme/diabook/theme.php:579 +#: ../../view/theme/diabook/theme.php:625 +#: ../../view/theme/diabook/config.php:159 +msgid "Earth Layers" +msgstr "Earth Layers" + +#: ../../view/theme/diabook/theme.php:584 +msgid "Set zoomfactor for Earth Layers" +msgstr "" + +#: ../../view/theme/diabook/theme.php:585 +#: ../../view/theme/diabook/config.php:156 +msgid "Set longitude (X) for Earth Layers" +msgstr "" + +#: ../../view/theme/diabook/theme.php:586 +#: ../../view/theme/diabook/config.php:157 +msgid "Set latitude (Y) for Earth Layers" +msgstr "" + +#: ../../view/theme/diabook/theme.php:599 +#: ../../view/theme/diabook/theme.php:627 +#: ../../view/theme/diabook/config.php:161 +msgid "Help or @NewHere ?" +msgstr "" + +#: ../../view/theme/diabook/theme.php:606 +#: ../../view/theme/diabook/theme.php:628 +#: ../../view/theme/diabook/config.php:162 +msgid "Connect Services" +msgstr "Diensten verbinden" + +#: ../../view/theme/diabook/theme.php:622 +msgid "Show/hide boxes at right-hand column:" +msgstr "" + +#: ../../view/theme/diabook/config.php:154 +msgid "Set color scheme" +msgstr "Stel kleurenschema in" + +#: ../../view/theme/diabook/config.php:155 +msgid "Set zoomfactor for Earth Layer" +msgstr "" + +#: ../../view/theme/quattro/config.php:67 +msgid "Alignment" +msgstr "Uitlijning" + +#: ../../view/theme/quattro/config.php:67 +msgid "Left" +msgstr "Links" + +#: ../../view/theme/quattro/config.php:67 +msgid "Center" +msgstr "Gecentreerd" + +#: ../../view/theme/quattro/config.php:68 ../../view/theme/clean/config.php:76 +#: ../../view/theme/cleanzero/config.php:86 +msgid "Color scheme" +msgstr "Kleurschema" + +#: ../../view/theme/quattro/config.php:69 +msgid "Posts font size" +msgstr "Lettergrootte berichten" + +#: ../../view/theme/quattro/config.php:70 +msgid "Textareas font size" +msgstr "Lettergrootte tekstgebieden" + +#: ../../view/theme/dispy/config.php:75 +msgid "Set colour scheme" +msgstr "Stel kleurschema in" + +#: ../../view/theme/clean/config.php:54 ../../include/user.php:246 +#: ../../include/text.php:1658 +msgid "default" +msgstr "standaard" + +#: ../../view/theme/clean/config.php:74 +msgid "Background Image" +msgstr "" + +#: ../../view/theme/clean/config.php:74 +msgid "" +"The URL to a picture (e.g. from your photo album) that should be used as " +"background image." +msgstr "" + +#: ../../view/theme/clean/config.php:75 +msgid "Background Color" +msgstr "" + +#: ../../view/theme/clean/config.php:75 +msgid "HEX value for the background color. Don't include the #" +msgstr "" + +#: ../../view/theme/clean/config.php:77 +msgid "font size" +msgstr "" + +#: ../../view/theme/clean/config.php:77 +msgid "base font size for your interface" +msgstr "" + +#: ../../view/theme/cleanzero/config.php:83 +msgid "Set resize level for images in posts and comments (width and height)" +msgstr "" + +#: ../../view/theme/cleanzero/config.php:85 +msgid "Set theme width" +msgstr "Stel breedte van het thema in" + +#: ../../boot.php:684 +msgid "Delete this item?" +msgstr "Dit item verwijderen?" + +#: ../../boot.php:687 +msgid "show fewer" +msgstr "Minder tonen" + +#: ../../boot.php:1015 +#, php-format +msgid "Update %s failed. See error logs." +msgstr "Wijziging %s mislukt. Lees de error logbestanden." + +#: ../../boot.php:1017 +#, php-format +msgid "Update Error at %s" +msgstr "Wijzigingsfout op %s" + +#: ../../boot.php:1127 +msgid "Create a New Account" +msgstr "Nieuw account aanmaken" + +#: ../../boot.php:1128 ../../mod/register.php:278 ../../include/nav.php:108 +msgid "Register" +msgstr "Registreer" + +#: ../../boot.php:1152 ../../include/nav.php:73 +msgid "Logout" +msgstr "Uitloggen" + +#: ../../boot.php:1153 ../../include/nav.php:91 +msgid "Login" +msgstr "Login" + +#: ../../boot.php:1155 +msgid "Nickname or Email address: " +msgstr "Bijnaam of e-mailadres:" + +#: ../../boot.php:1156 +msgid "Password: " +msgstr "Wachtwoord:" + +#: ../../boot.php:1157 +msgid "Remember me" +msgstr "Onthou me" + +#: ../../boot.php:1160 +msgid "Or login using OpenID: " +msgstr "Of log in met OpenID:" + +#: ../../boot.php:1166 +msgid "Forgot your password?" +msgstr "Wachtwoord vergeten?" + +#: ../../boot.php:1167 ../../mod/lostpass.php:84 +msgid "Password Reset" +msgstr "Wachtwoord opnieuw instellen" + +#: ../../boot.php:1169 +msgid "Website Terms of Service" +msgstr "Gebruikersvoorwaarden website" + +#: ../../boot.php:1170 +msgid "terms of service" +msgstr "servicevoorwaarden" + +#: ../../boot.php:1172 +msgid "Website Privacy Policy" +msgstr "Privacybeleid website" + +#: ../../boot.php:1173 +msgid "privacy policy" +msgstr "privacybeleid" + +#: ../../boot.php:1302 +msgid "Requested account is not available." +msgstr "Gevraagde account is niet beschikbaar." + +#: ../../boot.php:1341 ../../mod/profile.php:21 +msgid "Requested profile is not available." +msgstr "Gevraagde profiel is niet beschikbaar." + +#: ../../boot.php:1381 ../../boot.php:1485 +msgid "Edit profile" +msgstr "Bewerk profiel" + +#: ../../boot.php:1433 ../../mod/suggest.php:88 ../../mod/match.php:58 +#: ../../include/contact_widgets.php:9 +msgid "Connect" +msgstr "Verbinden" + +#: ../../boot.php:1447 +msgid "Message" +msgstr "Bericht" + +#: ../../boot.php:1455 ../../include/nav.php:169 +msgid "Profiles" +msgstr "Profielen" + +#: ../../boot.php:1455 +msgid "Manage/edit profiles" +msgstr "Beheer/wijzig profielen" + +#: ../../boot.php:1461 ../../boot.php:1487 ../../mod/profiles.php:726 +msgid "Change profile photo" +msgstr "Profiel foto wijzigen" + +#: ../../boot.php:1462 ../../mod/profiles.php:727 +msgid "Create New Profile" +msgstr "Maak nieuw profiel" + +#: ../../boot.php:1472 ../../mod/profiles.php:738 +msgid "Profile Image" +msgstr "Profiel afbeelding" + +#: ../../boot.php:1475 ../../mod/profiles.php:740 +msgid "visible to everybody" +msgstr "zichtbaar voor iedereen" + +#: ../../boot.php:1476 ../../mod/profiles.php:741 +msgid "Edit visibility" +msgstr "Pas zichtbaarheid aan" + +#: ../../boot.php:1501 ../../mod/directory.php:134 ../../mod/events.php:471 +#: ../../include/event.php:40 ../../include/bb2diaspora.php:415 +msgid "Location:" +msgstr "Plaats:" + +#: ../../boot.php:1503 ../../mod/directory.php:136 +#: ../../include/profile_advanced.php:17 +msgid "Gender:" +msgstr "Geslacht:" + +#: ../../boot.php:1506 ../../mod/directory.php:138 +#: ../../include/profile_advanced.php:37 +msgid "Status:" +msgstr "Tijdlijn:" + +#: ../../boot.php:1508 ../../mod/directory.php:140 +#: ../../include/profile_advanced.php:48 +msgid "Homepage:" +msgstr "Jouw tijdlijn:" + +#: ../../boot.php:1584 ../../boot.php:1670 +msgid "g A l F d" +msgstr "G l j F" + +#: ../../boot.php:1585 ../../boot.php:1671 +msgid "F d" +msgstr "d F" + +#: ../../boot.php:1630 ../../boot.php:1711 +msgid "[today]" +msgstr "[vandaag]" + +#: ../../boot.php:1642 +msgid "Birthday Reminders" +msgstr "Verjaardagsherinneringen" + +#: ../../boot.php:1643 +msgid "Birthdays this week:" +msgstr "Verjaardagen deze week:" + +#: ../../boot.php:1704 +msgid "[No description]" +msgstr "[Geen beschrijving]" + +#: ../../boot.php:1722 +msgid "Event Reminders" +msgstr "Gebeurtenisherinneringen" + +#: ../../boot.php:1723 +msgid "Events this week:" +msgstr "Gebeurtenissen deze week:" + +#: ../../boot.php:1960 ../../include/nav.php:76 +msgid "Status" +msgstr "Tijdlijn" + +#: ../../boot.php:1963 +msgid "Status Messages and Posts" +msgstr "Berichten op jouw tijdlijn" + +#: ../../boot.php:1970 +msgid "Profile Details" +msgstr "Profiel Details" + +#: ../../boot.php:1977 ../../mod/photos.php:51 +msgid "Photo Albums" +msgstr "Fotoalbums" + +#: ../../boot.php:1981 ../../boot.php:1984 +msgid "Videos" +msgstr "Video's" + +#: ../../boot.php:1994 +msgid "Events and Calendar" +msgstr "Gebeurtenissen en kalender" + +#: ../../boot.php:1998 ../../mod/notes.php:44 msgid "Personal Notes" msgstr "Persoonlijke Nota's" -#: ../../mod/display.php:19 ../../mod/search.php:89 -#: ../../mod/dfrn_request.php:761 ../../mod/directory.php:31 -#: ../../mod/videos.php:115 ../../mod/viewcontacts.php:17 -#: ../../mod/photos.php:914 ../../mod/community.php:18 +#: ../../boot.php:2001 +msgid "Only You Can See This" +msgstr "Alleen jij kunt dit zien" + +#: ../../mod/mood.php:62 ../../include/conversation.php:227 +#, php-format +msgid "%1$s is currently %2$s" +msgstr "%1$s is op dit moment %2$s" + +#: ../../mod/mood.php:133 +msgid "Mood" +msgstr "Stemming" + +#: ../../mod/mood.php:134 +msgid "Set your current mood and tell your friends" +msgstr "Stel je huidige stemming in, en vertel het je vrienden" + +#: ../../mod/display.php:19 ../../mod/_search.php:89 +#: ../../mod/directory.php:31 ../../mod/search.php:89 +#: ../../mod/dfrn_request.php:761 ../../mod/community.php:18 +#: ../../mod/viewcontacts.php:17 ../../mod/photos.php:914 +#: ../../mod/videos.php:115 msgid "Public access denied." msgstr "Niet vrij toegankelijk" +#: ../../mod/display.php:51 ../../mod/display.php:246 ../../mod/decrypt.php:15 +#: ../../mod/admin.php:163 ../../mod/admin.php:952 ../../mod/admin.php:1152 +#: ../../mod/notice.php:15 ../../mod/viewsrc.php:15 +#: ../../include/items.php:4023 +msgid "Item not found." +msgstr "Item niet gevonden." + #: ../../mod/display.php:99 ../../mod/profile.php:155 msgid "Access to this profile has been restricted." msgstr "Toegang tot dit profiel is beperkt." @@ -2657,935 +852,48 @@ msgstr "Toegang tot dit profiel is beperkt." msgid "Item has been removed." msgstr "Item is verwijderd." -#: ../../mod/nogroup.php:40 ../../mod/viewcontacts.php:62 -#: ../../mod/contacts.php:395 ../../mod/contacts.php:585 +#: ../../mod/decrypt.php:9 ../../mod/viewsrc.php:7 +msgid "Access denied." +msgstr "Toegang geweigerd" + +#: ../../mod/friendica.php:58 +msgid "This is Friendica, version" +msgstr "Dit is Friendica, versie" + +#: ../../mod/friendica.php:59 +msgid "running at web location" +msgstr "draaiend op web-adres" + +#: ../../mod/friendica.php:61 +msgid "" +"Please visit Friendica.com to learn " +"more about the Friendica project." +msgstr "Bezoek Friendica.com om meer te leren over het Friendica project." + +#: ../../mod/friendica.php:63 +msgid "Bug reports and issues: please visit" +msgstr "Bug rapporten en problemen: bezoek" + +#: ../../mod/friendica.php:64 +msgid "" +"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - " +"dot com" +msgstr "Suggesties, lof, donaties, enzovoort - stuur een e-mail naar \"info\" op Friendica - dot com" + +#: ../../mod/friendica.php:78 +msgid "Installed plugins/addons/apps:" +msgstr "Geïnstalleerde plugins/toepassingen:" + +#: ../../mod/friendica.php:91 +msgid "No installed plugins/addons/apps" +msgstr "Geen plugins of toepassingen geïnstalleerd" + +#: ../../mod/dfrn_poll.php:103 ../../mod/dfrn_poll.php:536 #, php-format -msgid "Visit %s's profile [%s]" -msgstr "Bekijk het profiel van %s [%s]" +msgid "%1$s welcomes %2$s" +msgstr "%1$s heet %2$s van harte welkom" -#: ../../mod/nogroup.php:41 ../../mod/contacts.php:586 -msgid "Edit contact" -msgstr "Contact bewerken" - -#: ../../mod/nogroup.php:59 -msgid "Contacts who are not members of a group" -msgstr "Contacten die geen leden zijn van een groep" - -#: ../../mod/ping.php:238 -msgid "{0} wants to be your friend" -msgstr "{0} wilt je vriend worden" - -#: ../../mod/ping.php:243 -msgid "{0} sent you a message" -msgstr "{0} stuurde jou een berichtje" - -#: ../../mod/ping.php:248 -msgid "{0} requested registration" -msgstr "{0} vroeg om zich te registreren" - -#: ../../mod/ping.php:254 -#, php-format -msgid "{0} commented %s's post" -msgstr "{0} gaf een reactie op het bericht van %s" - -#: ../../mod/ping.php:259 -#, php-format -msgid "{0} liked %s's post" -msgstr "{0} vond het bericht van %s leuk" - -#: ../../mod/ping.php:264 -#, php-format -msgid "{0} disliked %s's post" -msgstr "{0} vond het bericht van %s niet leuk" - -#: ../../mod/ping.php:269 -#, php-format -msgid "{0} is now friends with %s" -msgstr "{0} is nu bevriend met %s" - -#: ../../mod/ping.php:274 -msgid "{0} posted" -msgstr "{0} plaatste" - -#: ../../mod/ping.php:279 -#, php-format -msgid "{0} tagged %s's post with #%s" -msgstr "{0} labelde %s's bericht met #%s" - -#: ../../mod/ping.php:285 -msgid "{0} mentioned you in a post" -msgstr "{0} vermeldde je in een bericht" - -#: ../../mod/admin.php:55 -msgid "Theme settings updated." -msgstr "Thema instellingen aangepast." - -#: ../../mod/admin.php:96 ../../mod/admin.php:490 -msgid "Site" -msgstr "Website" - -#: ../../mod/admin.php:97 ../../mod/admin.php:762 ../../mod/admin.php:776 -msgid "Users" -msgstr "Gebruiker" - -#: ../../mod/admin.php:98 ../../mod/admin.php:859 ../../mod/admin.php:901 -msgid "Plugins" -msgstr "Plugins" - -#: ../../mod/admin.php:99 ../../mod/admin.php:1067 ../../mod/admin.php:1101 -msgid "Themes" -msgstr "Thema's" - -#: ../../mod/admin.php:100 -msgid "DB updates" -msgstr "DB aanpassingen" - -#: ../../mod/admin.php:115 ../../mod/admin.php:122 ../../mod/admin.php:1188 -msgid "Logs" -msgstr "Logs" - -#: ../../mod/admin.php:121 -msgid "Plugin Features" -msgstr "Plugin Functies" - -#: ../../mod/admin.php:123 -msgid "User registrations waiting for confirmation" -msgstr "Gebruikersregistraties wachten op bevestiging" - -#: ../../mod/admin.php:182 ../../mod/admin.php:733 -msgid "Normal Account" -msgstr "Normale Account" - -#: ../../mod/admin.php:183 ../../mod/admin.php:734 -msgid "Soapbox Account" -msgstr "Zeepkist Account" - -#: ../../mod/admin.php:184 ../../mod/admin.php:735 -msgid "Community/Celebrity Account" -msgstr "Gemeenschap/Beroemdheid Account" - -#: ../../mod/admin.php:185 ../../mod/admin.php:736 -msgid "Automatic Friend Account" -msgstr "Automatisch Vriendschapsaccount" - -#: ../../mod/admin.php:186 -msgid "Blog Account" -msgstr "Blog Account" - -#: ../../mod/admin.php:187 -msgid "Private Forum" -msgstr "Privé Forum" - -#: ../../mod/admin.php:206 -msgid "Message queues" -msgstr "Bericht-wachtrijen" - -#: ../../mod/admin.php:211 ../../mod/admin.php:489 ../../mod/admin.php:761 -#: ../../mod/admin.php:858 ../../mod/admin.php:900 ../../mod/admin.php:1066 -#: ../../mod/admin.php:1100 ../../mod/admin.php:1187 -msgid "Administration" -msgstr "Beheer" - -#: ../../mod/admin.php:212 -msgid "Summary" -msgstr "Samenvatting" - -#: ../../mod/admin.php:214 -msgid "Registered users" -msgstr "Geregistreerde gebruikers" - -#: ../../mod/admin.php:216 -msgid "Pending registrations" -msgstr "Registraties die in de wacht staan" - -#: ../../mod/admin.php:217 -msgid "Version" -msgstr "Versie" - -#: ../../mod/admin.php:219 -msgid "Active plugins" -msgstr "Actieve plug-ins" - -#: ../../mod/admin.php:405 -msgid "Site settings updated." -msgstr "Site instellingen gewijzigd." - -#: ../../mod/admin.php:434 ../../mod/settings.php:793 -msgid "No special theme for mobile devices" -msgstr "Geen speciaal thema voor mobiele apparaten" - -#: ../../mod/admin.php:451 ../../mod/contacts.php:330 -msgid "Never" -msgstr "Nooit" - -#: ../../mod/admin.php:460 -msgid "Multi user instance" -msgstr "Server voor meerdere gebruikers" - -#: ../../mod/admin.php:476 -msgid "Closed" -msgstr "Gesloten" - -#: ../../mod/admin.php:477 -msgid "Requires approval" -msgstr "Toestemming vereist" - -#: ../../mod/admin.php:478 -msgid "Open" -msgstr "Open" - -#: ../../mod/admin.php:482 -msgid "No SSL policy, links will track page SSL state" -msgstr "Geen SSL beleid, links zullen SSL status van pagina volgen" - -#: ../../mod/admin.php:483 -msgid "Force all links to use SSL" -msgstr "Verplicht alle links om SSL te gebruiken" - -#: ../../mod/admin.php:484 -msgid "Self-signed certificate, use SSL for local links only (discouraged)" -msgstr "Zelf-ondertekend certificaat, gebruik SSL alleen voor lokale links (afgeraden)" - -#: ../../mod/admin.php:492 ../../mod/register.php:261 -msgid "Registration" -msgstr "Registratie" - -#: ../../mod/admin.php:493 -msgid "File upload" -msgstr "Uploaden bestand" - -#: ../../mod/admin.php:494 -msgid "Policies" -msgstr "Beleid" - -#: ../../mod/admin.php:495 -msgid "Advanced" -msgstr "Geavanceerd" - -#: ../../mod/admin.php:496 -msgid "Performance" -msgstr "Performantie" - -#: ../../mod/admin.php:500 -msgid "Site name" -msgstr "Site naam" - -#: ../../mod/admin.php:501 -msgid "Banner/Logo" -msgstr "Banner/Logo" - -#: ../../mod/admin.php:502 -msgid "System language" -msgstr "Systeemtaal" - -#: ../../mod/admin.php:503 -msgid "System theme" -msgstr "Systeem thema" - -#: ../../mod/admin.php:503 -msgid "" -"Default system theme - may be over-ridden by user profiles - change theme settings" -msgstr "Standaard systeem thema - kan door gebruikersprofielen veranderd worden - verander thema instellingen" - -#: ../../mod/admin.php:504 -msgid "Mobile system theme" -msgstr "Mobiel systeem thema" - -#: ../../mod/admin.php:504 -msgid "Theme for mobile devices" -msgstr "Thema voor mobiele apparaten" - -#: ../../mod/admin.php:505 -msgid "SSL link policy" -msgstr "Beleid SSL-links" - -#: ../../mod/admin.php:505 -msgid "Determines whether generated links should be forced to use SSL" -msgstr "Bepaald of gegenereerde verwijzingen verplicht SSL moeten gebruiken" - -#: ../../mod/admin.php:506 -msgid "'Share' element" -msgstr "'Deel'-element" - -#: ../../mod/admin.php:506 -msgid "Activates the bbcode element 'share' for repeating items." -msgstr "Activeer het bbcode-element 'share' voor herhalende items." - -#: ../../mod/admin.php:507 -msgid "Hide help entry from navigation menu" -msgstr "Verberg de 'help' uit het navigatiemenu" - -#: ../../mod/admin.php:507 -msgid "" -"Hides the menu entry for the Help pages from the navigation menu. You can " -"still access it calling /help directly." -msgstr "Verbergt het menu-item voor de Help pagina's uit het navigatiemenu. Je kunt ze nog altijd vinden door /help direct in te geven." - -#: ../../mod/admin.php:508 -msgid "Single user instance" -msgstr "Server voor één gebruiker" - -#: ../../mod/admin.php:508 -msgid "Make this instance multi-user or single-user for the named user" -msgstr "Stel deze server in voor meerdere gebruikers, of enkel voor de geselecteerde gebruiker." - -#: ../../mod/admin.php:509 -msgid "Maximum image size" -msgstr "Maximum afbeeldingsgrootte" - -#: ../../mod/admin.php:509 -msgid "" -"Maximum size in bytes of uploaded images. Default is 0, which means no " -"limits." -msgstr "Maximum afmeting in bytes van afbeeldingen. Standaard is 0, dus geen beperking." - -#: ../../mod/admin.php:510 -msgid "Maximum image length" -msgstr "Maximum afbeeldingslengte" - -#: ../../mod/admin.php:510 -msgid "" -"Maximum length in pixels of the longest side of uploaded images. Default is " -"-1, which means no limits." -msgstr "Maximum lengte in pixels van de langste kant van afbeeldingen. Standaard is -1, dus geen beperkingen." - -#: ../../mod/admin.php:511 -msgid "JPEG image quality" -msgstr "JPEG afbeeldingskwaliteit" - -#: ../../mod/admin.php:511 -msgid "" -"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " -"100, which is full quality." -msgstr "JPEGS zullen met deze kwaliteitsinstelling bewaard worden [0-100]. Standaard is 100, dit is volledige kwaliteit." - -#: ../../mod/admin.php:513 -msgid "Register policy" -msgstr "Registratiebeleid" - -#: ../../mod/admin.php:514 -msgid "Maximum Daily Registrations" -msgstr "Maximum aantal registraties per dag" - -#: ../../mod/admin.php:514 -msgid "" -"If registration is permitted above, this sets the maximum number of new user" -" registrations to accept per day. If register is set to closed, this " -"setting has no effect." -msgstr "Als registratie hierboven is toegelaten, zet dit het maximum aantal registraties van nieuwe gebruikers per dag. Als registratie niet is toegelaten heeft deze instelling geen effect." - -#: ../../mod/admin.php:515 -msgid "Register text" -msgstr "Registratietekst" - -#: ../../mod/admin.php:515 -msgid "Will be displayed prominently on the registration page." -msgstr "Dit zal prominent op de registratiepagina getoond worden." - -#: ../../mod/admin.php:516 -msgid "Accounts abandoned after x days" -msgstr "Verlaten accounts na x dagen" - -#: ../../mod/admin.php:516 -msgid "" -"Will not waste system resources polling external sites for abandonded " -"accounts. Enter 0 for no time limit." -msgstr "Dit zal geen systeembronnen verspillen aan het nakijken van externe sites voor verlaten accounts. Geef 0 is voor geen tijdslimiet." - -#: ../../mod/admin.php:517 -msgid "Allowed friend domains" -msgstr "Toegelaten vriend domeinen" - -#: ../../mod/admin.php:517 -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 die een vriendschapsband met deze website mogen aangaan. Jokers zijn toegelaten. Laat leeg om alle domeinen toe te laten." - -#: ../../mod/admin.php:518 -msgid "Allowed email domains" -msgstr "Toegelaten e-mail domeinen" - -#: ../../mod/admin.php:518 -msgid "" -"Comma separated list of domains which are allowed in email addresses for " -"registrations to this site. Wildcards are accepted. Empty to allow any " -"domains" -msgstr "Door komma's gescheiden lijst met e-maildomeinen die op deze website mogen registeren. Wildcards zijn toegestaan.\nLeeg laten om alle domeinen toe te staan." - -#: ../../mod/admin.php:519 -msgid "Block public" -msgstr "Openbare toegang blokkeren" - -#: ../../mod/admin.php:519 -msgid "" -"Check to block public access to all otherwise public personal pages on this " -"site unless you are currently logged in." -msgstr "Kruis dit aan om alle openbare persoonlijke pagina's alleen toegankelijk te maken voor ingelogde gebruikers." - -#: ../../mod/admin.php:520 -msgid "Force publish" -msgstr "Dwing publiceren af" - -#: ../../mod/admin.php:520 -msgid "" -"Check to force all profiles on this site to be listed in the site directory." -msgstr "Kruis dit aan om af te dwingen dat alle profielen op deze website in de gids van deze website gepubliceerd worden." - -#: ../../mod/admin.php:521 -msgid "Global directory update URL" -msgstr "Update-adres van de globale gids" - -#: ../../mod/admin.php:521 -msgid "" -"URL to update the global directory. If this is not set, the global directory" -" is completely unavailable to the application." -msgstr "URL om de globale gids aan te passen. Als dit niet is ingevuld, is de globale gids volledig onbeschikbaar voor deze toepassing." - -#: ../../mod/admin.php:522 -msgid "Allow threaded items" -msgstr "Sta threads in conversaties toe" - -#: ../../mod/admin.php:522 -msgid "Allow infinite level threading for items on this site." -msgstr "Sta oneindige niveaus threads in conversaties op deze website toe." - -#: ../../mod/admin.php:523 -msgid "Private posts by default for new users" -msgstr "Privéberichten als standaard voor nieuwe gebruikers" - -#: ../../mod/admin.php:523 -msgid "" -"Set default post permissions for all new members to the default privacy " -"group rather than public." -msgstr "Stel de standaard rechten van berichten voor nieuwe leden op de standaard privacygroep in, in plaats van openbaar." - -#: ../../mod/admin.php:524 -msgid "Don't include post content in email notifications" -msgstr "De inhoud van het bericht niet insluiten bij e-mail notificaties" - -#: ../../mod/admin.php:524 -msgid "" -"Don't include the content of a post/comment/private message/etc. in the " -"email notifications that are sent out from this site, as a privacy measure." -msgstr "De inhoud van berichten/commentaar/privéberichten/enzovoort niet insluiten in e-mailnotificaties die door deze website verzonden worden, voor de bescherming van je privacy." - -#: ../../mod/admin.php:525 -msgid "Disallow public access to addons listed in the apps menu." -msgstr "" - -#: ../../mod/admin.php:525 -msgid "" -"Checking this box will restrict addons listed in the apps menu to members " -"only." -msgstr "" - -#: ../../mod/admin.php:526 -msgid "Don't embed private images in posts" -msgstr "" - -#: ../../mod/admin.php:526 -msgid "" -"Don't replace locally-hosted private photos in posts with an embedded copy " -"of the image. This means that contacts who receive posts containing private " -"photos will have to authenticate and load each image, which may take a " -"while." -msgstr "" - -#: ../../mod/admin.php:528 -msgid "Block multiple registrations" -msgstr "Blokkeer meerdere registraties" - -#: ../../mod/admin.php:528 -msgid "Disallow users to register additional accounts for use as pages." -msgstr "Laat niet toe dat gebruikers meerdere accounts aanmaken." - -#: ../../mod/admin.php:529 -msgid "OpenID support" -msgstr "OpenID ondersteuning" - -#: ../../mod/admin.php:529 -msgid "OpenID support for registration and logins." -msgstr "OpenID ondersteuning voor registraties en logins." - -#: ../../mod/admin.php:530 -msgid "Fullname check" -msgstr "Controleer volledige naam" - -#: ../../mod/admin.php:530 -msgid "" -"Force users to register with a space between firstname and lastname in Full " -"name, as an antispam measure" -msgstr "Verplicht gebruikers om zich te registreren met een spatie tussen voornaam en achternaam, als anti-spam maatregel" - -#: ../../mod/admin.php:531 -msgid "UTF-8 Regular expressions" -msgstr "UTF-8 reguliere uitdrukkingen" - -#: ../../mod/admin.php:531 -msgid "Use PHP UTF8 regular expressions" -msgstr "Gebruik PHP UTF8 reguliere uitdrukkingen" - -#: ../../mod/admin.php:532 -msgid "Show Community Page" -msgstr "Toon Gemeenschapspagina" - -#: ../../mod/admin.php:532 -msgid "" -"Display a Community page showing all recent public postings on this site." -msgstr "Toon een gemeenschapspagina die alle recente openbare berichten op deze website toont." - -#: ../../mod/admin.php:533 -msgid "Enable OStatus support" -msgstr "Activeer OStatus ondersteuning" - -#: ../../mod/admin.php:533 -msgid "" -"Provide built-in OStatus (identi.ca, status.net, etc.) compatibility. All " -"communications in OStatus are public, so privacy warnings will be " -"occasionally displayed." -msgstr "Bied ingebouwde Ostatus (identi.ca, status.net, enz.) ondersteuning. Alle communicaties in Ostatus zijn openbaar, dus zullen af en toe privacy waarschuwingen getoond worden." - -#: ../../mod/admin.php:534 -msgid "OStatus conversation completion interval" -msgstr "" - -#: ../../mod/admin.php:534 -msgid "" -"How often shall the poller check for new entries in OStatus conversations? " -"This can be a very ressource task." -msgstr "" - -#: ../../mod/admin.php:535 -msgid "Enable Diaspora support" -msgstr "Activeer Diaspora ondersteuning" - -#: ../../mod/admin.php:535 -msgid "Provide built-in Diaspora network compatibility." -msgstr "Bied ingebouwde ondersteuning voor het Diaspora netwerk." - -#: ../../mod/admin.php:536 -msgid "Only allow Friendica contacts" -msgstr "Laat alleen Friendica contacten toe" - -#: ../../mod/admin.php:536 -msgid "" -"All contacts must use Friendica protocols. All other built-in communication " -"protocols disabled." -msgstr "Alle contacten moeten een Friendica protocol gebruiken. Alle andere ingebouwde communicatieprotocols worden uitgeschakeld." - -#: ../../mod/admin.php:537 -msgid "Verify SSL" -msgstr "Controleer SSL" - -#: ../../mod/admin.php:537 -msgid "" -"If you wish, you can turn on strict certificate checking. This will mean you" -" cannot connect (at all) to self-signed SSL sites." -msgstr "Als je wilt kun je striktere certificaat controle activeren. Dit betekent dat je (totaal) niet kunt connecteren met sites die zelf-ondertekende SSL certificaten gebruiken." - -#: ../../mod/admin.php:538 -msgid "Proxy user" -msgstr "Proxy-gebruiker" - -#: ../../mod/admin.php:539 -msgid "Proxy URL" -msgstr "Proxy-URL" - -#: ../../mod/admin.php:540 -msgid "Network timeout" -msgstr "Netwerk timeout" - -#: ../../mod/admin.php:540 -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:541 -msgid "Delivery interval" -msgstr "Afleverinterval" - -#: ../../mod/admin.php:541 -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 "Stel achtergrond processen voor aflevering een aantal seconden uit om systeembelasting te beperken. Aanbevolen: 4-5 voor gedeelde hosten, 2-3 voor virtuele privé servers, 0-1 voor grote servers." - -#: ../../mod/admin.php:542 -msgid "Poll interval" -msgstr "Poll-interval" - -#: ../../mod/admin.php:542 -msgid "" -"Delay background polling processes by this many seconds to reduce system " -"load. If 0, use delivery interval." -msgstr "Stel achtergrondprocessen zoveel seconden uit om de systeembelasting te beperken. Indien 0 wordt het afleverinterval gebruikt." - -#: ../../mod/admin.php:543 -msgid "Maximum Load Average" -msgstr "Maximum gemiddelde belasting" - -#: ../../mod/admin.php:543 -msgid "" -"Maximum system load before delivery and poll processes are deferred - " -"default 50." -msgstr "Maximum systeembelasting voordat aflever- en poll-processen uitgesteld worden - standaard 50." - -#: ../../mod/admin.php:545 -msgid "Use MySQL full text engine" -msgstr "Gebruik de tekst-zoekfunctie van MySQL" - -#: ../../mod/admin.php:545 -msgid "" -"Activates the full text engine. Speeds up search - but can only search for " -"four and more characters." -msgstr "Activeert de zoekmotor. Dit maakt zoeken sneller, maar het kan alleen zoeken naar teksten van minstens vier letters." - -#: ../../mod/admin.php:546 -msgid "Path to item cache" -msgstr "Pad naar cache voor items" - -#: ../../mod/admin.php:547 -msgid "Cache duration in seconds" -msgstr "Cache tijdsduur in seconden" - -#: ../../mod/admin.php:547 -msgid "" -"How long should the cache files be hold? Default value is 86400 seconds (One" -" day)." -msgstr "Hoe lang moeten bestanden in cache gehouden worden? Standaard waarde is 86400 seconden (een dag)." - -#: ../../mod/admin.php:548 -msgid "Path for lock file" -msgstr "Pad voor lock bestand" - -#: ../../mod/admin.php:549 -msgid "Temp path" -msgstr "Tijdelijk pad" - -#: ../../mod/admin.php:550 -msgid "Base path to installation" -msgstr "Basispad voor installatie" - -#: ../../mod/admin.php:567 -msgid "Update has been marked successful" -msgstr "Wijziging succesvol gemarkeerd " - -#: ../../mod/admin.php:577 -#, php-format -msgid "Executing %s failed. Check system logs." -msgstr "Uitvoering van %s is mislukt. Kijk de systeem logbestanden na." - -#: ../../mod/admin.php:580 -#, php-format -msgid "Update %s was successfully applied." -msgstr "Wijziging %s geslaagd." - -#: ../../mod/admin.php:584 -#, php-format -msgid "Update %s did not return a status. Unknown if it succeeded." -msgstr "Wijziging %s gaf geen status. We weten niet of de wijziging geslaagd is." - -#: ../../mod/admin.php:587 -#, php-format -msgid "Update function %s could not be found." -msgstr "Update-functie %s kon niet gevonden worden." - -#: ../../mod/admin.php:602 -msgid "No failed updates." -msgstr "Geen misluke wijzigingen" - -#: ../../mod/admin.php:606 -msgid "Failed Updates" -msgstr "Misluke wijzigingen" - -#: ../../mod/admin.php:607 -msgid "" -"This does not include updates prior to 1139, which did not return a status." -msgstr "Dit is zonder de wijzigingen voor 1139, welke geen status teruggaven." - -#: ../../mod/admin.php:608 -msgid "Mark success (if update was manually applied)" -msgstr "Markeren als succes (als aanpassing manueel doorgevoerd werd)" - -#: ../../mod/admin.php:609 -msgid "Attempt to execute this update step automatically" -msgstr "Probeer deze stap automatisch uit te voeren" - -#: ../../mod/admin.php:634 -#, php-format -msgid "%s user blocked/unblocked" -msgid_plural "%s users blocked/unblocked" -msgstr[0] "%s gebruiker geblokkeerd/niet geblokkeerd" -msgstr[1] "%s gebruikers geblokkeerd/niet geblokkeerd" - -#: ../../mod/admin.php:641 -#, php-format -msgid "%s user deleted" -msgid_plural "%s users deleted" -msgstr[0] "%s gebruiker verwijderd" -msgstr[1] "%s gebruikers verwijderd" - -#: ../../mod/admin.php:680 -#, php-format -msgid "User '%s' deleted" -msgstr "Gebruiker '%s' verwijderd" - -#: ../../mod/admin.php:688 -#, php-format -msgid "User '%s' unblocked" -msgstr "Gebruiker '%s' niet meer geblokkeerd" - -#: ../../mod/admin.php:688 -#, php-format -msgid "User '%s' blocked" -msgstr "Gebruiker '%s' geblokkeerd" - -#: ../../mod/admin.php:764 -msgid "select all" -msgstr "Alles selecteren" - -#: ../../mod/admin.php:765 -msgid "User registrations waiting for confirm" -msgstr "Gebruikersregistraties wachten op een bevestiging" - -#: ../../mod/admin.php:766 -msgid "Request date" -msgstr "Registratiedatum" - -#: ../../mod/admin.php:766 ../../mod/admin.php:777 ../../mod/settings.php:586 -#: ../../mod/settings.php:612 ../../mod/crepair.php:148 -msgid "Name" -msgstr "Naam" - -#: ../../mod/admin.php:767 -msgid "No registrations." -msgstr "Geen registraties." - -#: ../../mod/admin.php:768 ../../mod/notifications.php:161 -#: ../../mod/notifications.php:208 -msgid "Approve" -msgstr "Goedkeuren" - -#: ../../mod/admin.php:769 -msgid "Deny" -msgstr "Weiger" - -#: ../../mod/admin.php:771 ../../mod/contacts.php:353 -#: ../../mod/contacts.php:412 -msgid "Block" -msgstr "Blokkeren" - -#: ../../mod/admin.php:772 ../../mod/contacts.php:353 -#: ../../mod/contacts.php:412 -msgid "Unblock" -msgstr "Blokkering opheffen" - -#: ../../mod/admin.php:773 -msgid "Site admin" -msgstr "Sitebeheerder" - -#: ../../mod/admin.php:774 -msgid "Account expired" -msgstr "Account verlopen" - -#: ../../mod/admin.php:777 -msgid "Register date" -msgstr "Registratiedatum" - -#: ../../mod/admin.php:777 -msgid "Last login" -msgstr "Laatste login" - -#: ../../mod/admin.php:777 -msgid "Last item" -msgstr "Laatste item" - -#: ../../mod/admin.php:777 -msgid "Account" -msgstr "Account" - -#: ../../mod/admin.php:779 -msgid "" -"Selected users will be deleted!\\n\\nEverything these users had posted on " -"this site will be permanently deleted!\\n\\nAre you sure?" -msgstr "Geselecteerde gebruikers zullen verwijderd worden!\\n\\nAlles wat deze gebruikers gepost hebben op deze website zal permanent verwijderd worden!\\n\\nBen je zeker?" - -#: ../../mod/admin.php:780 -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 "De gebruiker {0} zal verwijderd worden!\\n\\nAlles wat deze gebruiker gepost heeft op deze website zal permanent verwijderd worden!\\n\\nBen je zeker?" - -#: ../../mod/admin.php:821 -#, php-format -msgid "Plugin %s disabled." -msgstr "Plugin %s uitgeschakeld." - -#: ../../mod/admin.php:825 -#, php-format -msgid "Plugin %s enabled." -msgstr "Plugin %s ingeschakeld." - -#: ../../mod/admin.php:835 ../../mod/admin.php:1038 -msgid "Disable" -msgstr "Uitschakelen" - -#: ../../mod/admin.php:837 ../../mod/admin.php:1040 -msgid "Enable" -msgstr "Inschakelen" - -#: ../../mod/admin.php:860 ../../mod/admin.php:1068 -msgid "Toggle" -msgstr "Schakelaar" - -#: ../../mod/admin.php:868 ../../mod/admin.php:1078 -msgid "Author: " -msgstr "Auteur:" - -#: ../../mod/admin.php:869 ../../mod/admin.php:1079 -msgid "Maintainer: " -msgstr "Onderhoud:" - -#: ../../mod/admin.php:998 -msgid "No themes found." -msgstr "Geen thema's gevonden." - -#: ../../mod/admin.php:1060 -msgid "Screenshot" -msgstr "Schermafdruk" - -#: ../../mod/admin.php:1106 -msgid "[Experimental]" -msgstr "[Experimenteel]" - -#: ../../mod/admin.php:1107 -msgid "[Unsupported]" -msgstr "[Niet ondersteund]" - -#: ../../mod/admin.php:1134 -msgid "Log settings updated." -msgstr "Log instellingen gewijzigd" - -#: ../../mod/admin.php:1190 -msgid "Clear" -msgstr "Wis" - -#: ../../mod/admin.php:1196 -msgid "Enable Debugging" -msgstr "" - -#: ../../mod/admin.php:1197 -msgid "Log file" -msgstr "Logbestand" - -#: ../../mod/admin.php:1197 -msgid "" -"Must be writable by web server. Relative to your Friendica top-level " -"directory." -msgstr "De webserver moet hier kunnen schrijven. Relatief t.o.v. van de hoogste folder binnen uw Friendica-installatie." - -#: ../../mod/admin.php:1198 -msgid "Log level" -msgstr "Log niveau" - -#: ../../mod/admin.php:1247 ../../mod/contacts.php:409 -msgid "Update now" -msgstr "Wijzig nu" - -#: ../../mod/admin.php:1248 -msgid "Close" -msgstr "Afsluiten" - -#: ../../mod/admin.php:1254 -msgid "FTP Host" -msgstr "FTP Server" - -#: ../../mod/admin.php:1255 -msgid "FTP Path" -msgstr "FTP Pad" - -#: ../../mod/admin.php:1256 -msgid "FTP User" -msgstr "FTP Gebruiker" - -#: ../../mod/admin.php:1257 -msgid "FTP Password" -msgstr "FTP wachtwoord" - -#: ../../mod/item.php:108 -msgid "Unable to locate original post." -msgstr "Ik kan de originele post niet meer vinden." - -#: ../../mod/item.php:310 -msgid "Empty post discarded." -msgstr "Lege post weggegooid." - -#: ../../mod/item.php:872 -msgid "System error. Post not saved." -msgstr "Systeemfout. Post niet bewaard." - -#: ../../mod/item.php:897 -#, php-format -msgid "" -"This message was sent to you by %s, a member of the Friendica social " -"network." -msgstr "Dit bericht werd naar jou gestuurd door %s, een lid van het Friendica sociale netwerk." - -#: ../../mod/item.php:899 -#, php-format -msgid "You may visit them online at %s" -msgstr "Je kunt ze online bezoeken op %s" - -#: ../../mod/item.php:900 -msgid "" -"Please contact the sender by replying to this post if you do not wish to " -"receive these messages." -msgstr "Contacteer de afzender door op dit bericht te antwoorden als je deze berichten niet wilt ontvangen." - -#: ../../mod/item.php:904 -#, php-format -msgid "%s posted an update." -msgstr "%s heeft een wijziging geplaatst." - -#: ../../mod/allfriends.php:34 -#, php-format -msgid "Friends of %s" -msgstr "Vrienden van %s" - -#: ../../mod/allfriends.php:40 -msgid "No friends to display." -msgstr "Geen vrienden om te laten zien." - -#: ../../mod/search.php:21 ../../mod/network.php:224 -msgid "Remove term" -msgstr "Verwijder zoekterm" - -#: ../../mod/search.php:180 ../../mod/search.php:206 -#: ../../mod/community.php:61 ../../mod/community.php:89 -msgid "No results." -msgstr "Geen resultaten." - -#: ../../mod/api.php:76 ../../mod/api.php:102 -msgid "Authorize application connection" -msgstr "" - -#: ../../mod/api.php:77 -msgid "Return to your app and insert this Securty Code:" -msgstr "" - -#: ../../mod/api.php:89 -msgid "Please login to continue." -msgstr "Log in om verder te gaan." - -#: ../../mod/api.php:104 -msgid "" -"Do you want to authorize this application to access your posts and contacts," -" and/or create new posts for you?" -msgstr "Wil je deze toepassing toestemming geven om jouw berichten en contacten in te kijken, en/of nieuwe berichten in jouw plaats aan te maken?" - -#: ../../mod/register.php:91 ../../mod/regmod.php:54 +#: ../../mod/register.php:91 ../../mod/admin.php:734 ../../mod/regmod.php:54 #, php-format msgid "Registration details for %s" msgstr "Registratie details voor %s" @@ -3603,914 +911,116 @@ msgstr "E-mail bericht kon niet verstuurd worden. Hier is het bericht." msgid "Your registration can not be processed." msgstr "Je registratie kan niet verwerkt worden." -#: ../../mod/register.php:145 +#: ../../mod/register.php:148 #, php-format msgid "Registration request at %s" msgstr "Registratieverzoek op %s" -#: ../../mod/register.php:154 +#: ../../mod/register.php:157 msgid "Your registration is pending approval by the site owner." msgstr "Je registratie wacht op goedkeuring van de beheerder." -#: ../../mod/register.php:192 ../../mod/uimport.php:50 +#: ../../mod/register.php:195 ../../mod/uimport.php:50 msgid "" "This site has exceeded the number of allowed daily account registrations. " "Please try again tomorrow." msgstr "Deze website heeft het toegelaten dagelijkse aantal registraties overschreden. Probeer morgen a.u.b. opnieuw." -#: ../../mod/register.php:220 +#: ../../mod/register.php:223 msgid "" "You may (optionally) fill in this form via OpenID by supplying your OpenID " "and clicking 'Register'." msgstr "Je kunt (optioneel) dit formulier invullen via OpenID door je OpenID in te geven en op 'Registreren' te klikken." -#: ../../mod/register.php:221 +#: ../../mod/register.php:224 msgid "" "If you are not familiar with OpenID, please leave that field blank and fill " "in the rest of the items." msgstr "Laat dit veld leeg als je niet vertrouwd bent met OpenID, en vul de rest van de items in." -#: ../../mod/register.php:222 +#: ../../mod/register.php:225 msgid "Your OpenID (optional): " msgstr "Je OpenID (optioneel):" -#: ../../mod/register.php:236 +#: ../../mod/register.php:239 msgid "Include your profile in member directory?" msgstr "Je profiel in de ledengids opnemen?" -#: ../../mod/register.php:257 +#: ../../mod/register.php:242 ../../mod/api.php:105 ../../mod/suggest.php:29 +#: ../../mod/dfrn_request.php:836 ../../mod/contacts.php:320 +#: ../../mod/settings.php:981 ../../mod/settings.php:987 +#: ../../mod/settings.php:995 ../../mod/settings.php:999 +#: ../../mod/settings.php:1004 ../../mod/settings.php:1010 +#: ../../mod/settings.php:1016 ../../mod/settings.php:1022 +#: ../../mod/settings.php:1052 ../../mod/settings.php:1053 +#: ../../mod/settings.php:1054 ../../mod/settings.php:1055 +#: ../../mod/settings.php:1056 ../../mod/profiles.php:610 +#: ../../mod/message.php:209 ../../include/items.php:4064 +msgid "Yes" +msgstr "Ja" + +#: ../../mod/register.php:243 ../../mod/api.php:106 +#: ../../mod/dfrn_request.php:837 ../../mod/settings.php:981 +#: ../../mod/settings.php:987 ../../mod/settings.php:995 +#: ../../mod/settings.php:999 ../../mod/settings.php:1004 +#: ../../mod/settings.php:1010 ../../mod/settings.php:1016 +#: ../../mod/settings.php:1022 ../../mod/settings.php:1052 +#: ../../mod/settings.php:1053 ../../mod/settings.php:1054 +#: ../../mod/settings.php:1055 ../../mod/settings.php:1056 +#: ../../mod/profiles.php:611 +msgid "No" +msgstr "Nee" + +#: ../../mod/register.php:260 msgid "Membership on this site is by invitation only." msgstr "Lidmaatschap van deze website is uitsluitend op uitnodiging." -#: ../../mod/register.php:258 +#: ../../mod/register.php:261 msgid "Your invitation ID: " msgstr "Je uitnodigingsid:" -#: ../../mod/register.php:269 +#: ../../mod/register.php:264 ../../mod/admin.php:572 +msgid "Registration" +msgstr "Registratie" + +#: ../../mod/register.php:272 msgid "Your Full Name (e.g. Joe Smith): " msgstr "Je volledige naam (bijv. Jan Jansens):" -#: ../../mod/register.php:270 +#: ../../mod/register.php:273 msgid "Your Email Address: " msgstr "Je email adres:" -#: ../../mod/register.php:271 +#: ../../mod/register.php:274 msgid "" "Choose a profile nickname. This must begin with a text character. Your " "profile address on this site will then be " "'nickname@$sitename'." msgstr "Kies een bijnaam voor je profiel. Deze moet met een letter beginnen. Je profieladres op deze website zal dan 'bijnaam@$sitename' zijn." -#: ../../mod/register.php:272 +#: ../../mod/register.php:275 msgid "Choose a nickname: " msgstr "Kies een bijnaam:" -#: ../../mod/regmod.php:63 -msgid "Account approved." -msgstr "Account goedgekeurd." - -#: ../../mod/regmod.php:100 -#, php-format -msgid "Registration revoked for %s" -msgstr "Registratie ingetrokken voor %s" - -#: ../../mod/regmod.php:112 -msgid "Please login." -msgstr "Log a.u.b. in." - -#: ../../mod/attach.php:8 -msgid "Item not available." -msgstr "Item niet beschikbaar" - -#: ../../mod/attach.php:20 -msgid "Item was not found." -msgstr "Item niet gevonden" - -#: ../../mod/removeme.php:45 ../../mod/removeme.php:48 -msgid "Remove My Account" -msgstr "Verwijder mijn account" - -#: ../../mod/removeme.php:46 -msgid "" -"This will completely remove your account. Once this has been done it is not " -"recoverable." -msgstr "Dit zal je account volledig verwijderen. Dit kan niet hersteld worden als het eenmaal uitgevoerd is." - -#: ../../mod/removeme.php:47 -msgid "Please enter your password for verification:" -msgstr "Voer je wachtwoord in voor verificatie:" - -#: ../../mod/babel.php:17 -msgid "Source (bbcode) text:" -msgstr "Bron (bbcode) tekst:" - -#: ../../mod/babel.php:23 -msgid "Source (Diaspora) text to convert to BBcode:" -msgstr "Bron (Diaspora) tekst om naar BBCode om te zetten:" - -#: ../../mod/babel.php:31 -msgid "Source input: " -msgstr "Bron ingave:" - -#: ../../mod/babel.php:35 -msgid "bb2html (raw HTML): " -msgstr "bb2html (ruwe HTML):" - -#: ../../mod/babel.php:39 -msgid "bb2html: " -msgstr "bb2html:" - -#: ../../mod/babel.php:43 -msgid "bb2html2bb: " -msgstr "bb2html2bb: " - -#: ../../mod/babel.php:47 -msgid "bb2md: " -msgstr "bb2md: " - -#: ../../mod/babel.php:51 -msgid "bb2md2html: " -msgstr "bb2md2html: " - -#: ../../mod/babel.php:55 -msgid "bb2dia2bb: " -msgstr "bb2dia2bb: " - -#: ../../mod/babel.php:59 -msgid "bb2md2html2bb: " -msgstr "bb2md2html2bb: " - -#: ../../mod/babel.php:69 -msgid "Source input (Diaspora format): " -msgstr "Bron ingave (Diaspora formaat):" - -#: ../../mod/babel.php:74 -msgid "diaspora2bb: " -msgstr "diaspora2bb: " - -#: ../../mod/common.php:42 -msgid "Common Friends" -msgstr "Gedeelde Vrienden" - -#: ../../mod/common.php:78 -msgid "No contacts in common." -msgstr "Geen gedeelde contacten." - -#: ../../mod/apps.php:7 -msgid "You must be logged in to use addons. " -msgstr "" - -#: ../../mod/apps.php:11 -msgid "Applications" -msgstr "Toepassingen" - -#: ../../mod/apps.php:14 -msgid "No installed applications." -msgstr "Geen toepassingen geïnstalleerd" - -#: ../../mod/uimport.php:64 +#: ../../mod/register.php:284 ../../mod/uimport.php:64 msgid "Import" msgstr "Importeren" -#: ../../mod/uimport.php:66 -msgid "Move account" -msgstr "Account verplaatsen" - -#: ../../mod/uimport.php:67 -msgid "You can import an account from another Friendica server." -msgstr "Je kunt een account van een andere Friendica server importeren." - -#: ../../mod/uimport.php:68 -msgid "" -"You need to export your account from the old server and upload it here. We " -"will recreate your old account here with all your contacts. We will try also" -" to inform your friends that you moved here." -msgstr "Je moet je account bij de oude server exporteren, en hier uploaden. We zullen je oude account hier opnieuw aanmaken, met al je contacten. We zullen ook proberen om je vrienden in te lichten dat je naar hier verhuisd bent." - -#: ../../mod/uimport.php:69 -msgid "" -"This feature is experimental. We can't import contacts from the OStatus " -"network (statusnet/identi.ca) or from Diaspora" -msgstr "Deze functie is experimenteel. We kunnen geen contacten van het OStatus netwerk (statusnet/identi.ca) of van Diaspora importeren." - -#: ../../mod/uimport.php:70 -msgid "Account file" -msgstr "Account bestand" - -#: ../../mod/uimport.php:70 -msgid "" -"To export your account, go to \"Settings->Export your personal data\" and " -"select \"Export account\"" +#: ../../mod/register.php:285 +msgid "Import your profile to this friendica instance" msgstr "" -#: ../../mod/settings.php:23 ../../mod/photos.php:79 -msgid "everybody" -msgstr "iedereen" +#: ../../mod/dfrn_confirm.php:62 ../../mod/profiles.php:18 +#: ../../mod/profiles.php:133 ../../mod/profiles.php:160 +#: ../../mod/profiles.php:583 +msgid "Profile not found." +msgstr "Profiel niet gevonden" -#: ../../mod/settings.php:35 -msgid "Additional features" -msgstr "Extra functies" - -#: ../../mod/settings.php:40 ../../mod/uexport.php:14 -msgid "Display settings" -msgstr "Scherminstellingen" - -#: ../../mod/settings.php:46 ../../mod/uexport.php:20 -msgid "Connector settings" -msgstr "Connector instellingen" - -#: ../../mod/settings.php:51 ../../mod/uexport.php:25 -msgid "Plugin settings" -msgstr "Plugin instellingen" - -#: ../../mod/settings.php:56 ../../mod/uexport.php:30 -msgid "Connected apps" -msgstr "Verbonden applicaties" - -#: ../../mod/settings.php:61 ../../mod/uexport.php:35 ../../mod/uexport.php:80 -msgid "Export personal data" -msgstr "Persoonlijke gegevens exporteren" - -#: ../../mod/settings.php:66 ../../mod/uexport.php:40 -msgid "Remove account" -msgstr "Account verwijderen" - -#: ../../mod/settings.php:118 -msgid "Missing some important data!" -msgstr "Een belangrijk gegeven ontbreekt!" - -#: ../../mod/settings.php:121 ../../mod/settings.php:610 -msgid "Update" -msgstr "Wijzigen" - -#: ../../mod/settings.php:227 -msgid "Failed to connect with email account using the settings provided." -msgstr "Ik kon geen verbinding maken met het e-mail account met de gegeven instellingen." - -#: ../../mod/settings.php:232 -msgid "Email settings updated." -msgstr "E-mail instellingen bijgewerkt.." - -#: ../../mod/settings.php:247 -msgid "Features updated" -msgstr "Functies bijgewerkt" - -#: ../../mod/settings.php:312 -msgid "Passwords do not match. Password unchanged." -msgstr "Wachtwoorden komen niet overeen. Wachtwoord niet gewijzigd." - -#: ../../mod/settings.php:317 -msgid "Empty passwords are not allowed. Password unchanged." -msgstr "Lege wachtwoorden zijn niet toegelaten. Wachtwoord niet gewijzigd." - -#: ../../mod/settings.php:325 -msgid "Wrong password." -msgstr "Verkeerd wachtwoord." - -#: ../../mod/settings.php:336 -msgid "Password changed." -msgstr "Wachtwoord gewijzigd." - -#: ../../mod/settings.php:338 -msgid "Password update failed. Please try again." -msgstr "Wachtwoord-)wijziging mislukt. Probeer opnieuw." - -#: ../../mod/settings.php:403 -msgid " Please use a shorter name." -msgstr "Gebruik a.u.b. een kortere naam." - -#: ../../mod/settings.php:405 -msgid " Name too short." -msgstr "Naam te kort." - -#: ../../mod/settings.php:414 -msgid "Wrong Password" -msgstr "Verkeerd wachtwoord" - -#: ../../mod/settings.php:419 -msgid " Not valid email." -msgstr "Geen geldig e-mailadres." - -#: ../../mod/settings.php:422 -msgid " Cannot change to that email." -msgstr "Kan niet veranderen naar die e-mail." - -#: ../../mod/settings.php:476 -msgid "Private forum has no privacy permissions. Using default privacy group." -msgstr "Privéforum heeft geen privacyrechten . De standaard privacygroep wordt gebruikt." - -#: ../../mod/settings.php:480 -msgid "Private forum has no privacy permissions and no default privacy group." -msgstr "Privéforum heeft geen privacyrechten en geen standaard privacygroep." - -#: ../../mod/settings.php:510 -msgid "Settings updated." -msgstr "Instellingen bijgewerkt." - -#: ../../mod/settings.php:583 ../../mod/settings.php:609 -#: ../../mod/settings.php:645 -msgid "Add application" -msgstr "Toepassing toevoegen" - -#: ../../mod/settings.php:587 ../../mod/settings.php:613 -msgid "Consumer Key" -msgstr "Gebruikerssleutel" - -#: ../../mod/settings.php:588 ../../mod/settings.php:614 -msgid "Consumer Secret" -msgstr "Gebruikersgeheim" - -#: ../../mod/settings.php:589 ../../mod/settings.php:615 -msgid "Redirect" -msgstr "Doorverwijzing" - -#: ../../mod/settings.php:590 ../../mod/settings.php:616 -msgid "Icon url" -msgstr "URL pictogram" - -#: ../../mod/settings.php:601 -msgid "You can't edit this application." -msgstr "Je kunt deze toepassing niet wijzigen." - -#: ../../mod/settings.php:644 -msgid "Connected Apps" -msgstr "Verbonden applicaties" - -#: ../../mod/settings.php:646 ../../mod/editpost.php:109 -#: ../../mod/content.php:751 ../../object/Item.php:117 -msgid "Edit" -msgstr "Bewerken" - -#: ../../mod/settings.php:648 -msgid "Client key starts with" -msgstr "" - -#: ../../mod/settings.php:649 -msgid "No name" -msgstr "Geen naam" - -#: ../../mod/settings.php:650 -msgid "Remove authorization" -msgstr "Verwijder authorisatie" - -#: ../../mod/settings.php:662 -msgid "No Plugin settings configured" -msgstr "" - -#: ../../mod/settings.php:670 -msgid "Plugin Settings" -msgstr "Plugin Instellingen" - -#: ../../mod/settings.php:684 -msgid "Off" -msgstr "Uit" - -#: ../../mod/settings.php:684 -msgid "On" -msgstr "Aan" - -#: ../../mod/settings.php:692 -msgid "Additional Features" -msgstr "Extra functies" - -#: ../../mod/settings.php:705 ../../mod/settings.php:706 -#, php-format -msgid "Built-in support for %s connectivity is %s" -msgstr "Ingebouwde ondersteuning voor connectiviteit met %s is %s" - -#: ../../mod/settings.php:705 ../../mod/settings.php:706 -msgid "enabled" -msgstr "ingeschakeld" - -#: ../../mod/settings.php:705 ../../mod/settings.php:706 -msgid "disabled" -msgstr "uitgeschakeld" - -#: ../../mod/settings.php:706 -msgid "StatusNet" -msgstr "StatusNet" - -#: ../../mod/settings.php:738 -msgid "Email access is disabled on this site." -msgstr "E-mailtoegang is op deze website uitgeschakeld." - -#: ../../mod/settings.php:745 -msgid "Connector Settings" -msgstr "Connector Instellingen" - -#: ../../mod/settings.php:750 -msgid "Email/Mailbox Setup" -msgstr "E-mail Instellen" - -#: ../../mod/settings.php:751 -msgid "" -"If you wish to communicate with email contacts using this service " -"(optional), please specify how to connect to your mailbox." -msgstr "Als je wilt communiceren met e-mail contacten via deze dienst (optioneel), moet je hier opgeven hoe ik jouw mailbox kan bereiken." - -#: ../../mod/settings.php:752 -msgid "Last successful email check:" -msgstr "Laatste succesvolle e-mail controle:" - -#: ../../mod/settings.php:754 -msgid "IMAP server name:" -msgstr "IMAP server naam:" - -#: ../../mod/settings.php:755 -msgid "IMAP port:" -msgstr "IMAP poort:" - -#: ../../mod/settings.php:756 -msgid "Security:" -msgstr "Beveiliging:" - -#: ../../mod/settings.php:756 ../../mod/settings.php:761 -msgid "None" -msgstr "Geen" - -#: ../../mod/settings.php:757 -msgid "Email login name:" -msgstr "E-mail login naam:" - -#: ../../mod/settings.php:758 -msgid "Email password:" -msgstr "E-mail wachtwoord:" - -#: ../../mod/settings.php:759 -msgid "Reply-to address:" -msgstr "Antwoord adres:" - -#: ../../mod/settings.php:760 -msgid "Send public posts to all email contacts:" -msgstr "Openbare posts naar alle e-mail contacten versturen:" - -#: ../../mod/settings.php:761 -msgid "Action after import:" -msgstr "Actie na importeren:" - -#: ../../mod/settings.php:761 -msgid "Mark as seen" -msgstr "Als 'gelezen' markeren" - -#: ../../mod/settings.php:761 -msgid "Move to folder" -msgstr "Naar map verplaatsen" - -#: ../../mod/settings.php:762 -msgid "Move to folder:" -msgstr "Verplaatsen naar map:" - -#: ../../mod/settings.php:835 -msgid "Display Settings" -msgstr "Scherminstellingen" - -#: ../../mod/settings.php:841 ../../mod/settings.php:853 -msgid "Display Theme:" -msgstr "Schermthema:" - -#: ../../mod/settings.php:842 -msgid "Mobile Theme:" -msgstr "Mobiel thema:" - -#: ../../mod/settings.php:843 -msgid "Update browser every xx seconds" -msgstr "Browser elke xx seconden verversen" - -#: ../../mod/settings.php:843 -msgid "Minimum of 10 seconds, no maximum" -msgstr "Minimum 10 seconden, geen maximum" - -#: ../../mod/settings.php:844 -msgid "Number of items to display per page:" -msgstr "Aantal items te tonen per pagina:" - -#: ../../mod/settings.php:844 ../../mod/settings.php:845 -msgid "Maximum of 100 items" -msgstr "Maximum 100 items" - -#: ../../mod/settings.php:845 -msgid "Number of items to display per page when viewed from mobile device:" -msgstr "Aantal items per pagina als je een mobiel toestel gebruikt:" - -#: ../../mod/settings.php:846 -msgid "Don't show emoticons" -msgstr "Emoticons niet tonen" - -#: ../../mod/settings.php:922 -msgid "Normal Account Page" -msgstr "Normale account pagina" - -#: ../../mod/settings.php:923 -msgid "This account is a normal personal profile" -msgstr "Deze account is een normaal persoonlijk profiel" - -#: ../../mod/settings.php:926 -msgid "Soapbox Page" -msgstr "Zeepkist pagina" - -#: ../../mod/settings.php:927 -msgid "Automatically approve all connection/friend requests as read-only fans" -msgstr "Keur automatisch alle vriendschaps-/connectieverzoeken goed als fans met alleen recht tot lezen." - -#: ../../mod/settings.php:930 -msgid "Community Forum/Celebrity Account" -msgstr "Gemeenschapsforum/Account van beroemdheid" - -#: ../../mod/settings.php:931 -msgid "" -"Automatically approve all connection/friend requests as read-write fans" -msgstr "Keur automatisch alle vriendschaps-/connectieverzoeken goed als fans met recht tot lezen en schrijven." - -#: ../../mod/settings.php:934 -msgid "Automatic Friend Page" -msgstr "Automatisch Vriendschapspagina" - -#: ../../mod/settings.php:935 -msgid "Automatically approve all connection/friend requests as friends" -msgstr "Keur automatisch alle vriendschaps-/connectieverzoeken goed als vrienden." - -#: ../../mod/settings.php:938 -msgid "Private Forum [Experimental]" -msgstr "Privé-forum [experimenteel]" - -#: ../../mod/settings.php:939 -msgid "Private forum - approved members only" -msgstr "Privé-forum - enkel voor goedgekeurde leden" - -#: ../../mod/settings.php:951 -msgid "OpenID:" -msgstr "OpenID:" - -#: ../../mod/settings.php:951 -msgid "(Optional) Allow this OpenID to login to this account." -msgstr "(Optioneel) Laat dit OpenID toe om in te loggen op deze account." - -#: ../../mod/settings.php:961 -msgid "Publish your default profile in your local site directory?" -msgstr "Je standaardprofiel in je lokale gids publiceren?" - -#: ../../mod/settings.php:967 -msgid "Publish your default profile in the global social directory?" -msgstr "Je standaardprofiel in de globale sociale gids publiceren?" - -#: ../../mod/settings.php:975 -msgid "Hide your contact/friend list from viewers of your default profile?" -msgstr "Je vrienden/contacten verbergen voor bezoekers van je standaard profiel?" - -#: ../../mod/settings.php:979 -msgid "Hide your profile details from unknown viewers?" -msgstr "Je profieldetails verbergen voor onbekende bezoekers?" - -#: ../../mod/settings.php:984 -msgid "Allow friends to post to your profile page?" -msgstr "Vrienden toestaan om op jou profielpagina te posten?" - -#: ../../mod/settings.php:990 -msgid "Allow friends to tag your posts?" -msgstr "Sta vrienden toe om jouw berichten te labelen?" - -#: ../../mod/settings.php:996 -msgid "Allow us to suggest you as a potential friend to new members?" -msgstr "Sta je mij toe om jou als mogelijke vriend voor te stellen aan nieuwe leden?" - -#: ../../mod/settings.php:1002 -msgid "Permit unknown people to send you private mail?" -msgstr "Mogen onbekende personen jou privé berichten sturen?" - -#: ../../mod/settings.php:1010 -msgid "Profile is not published." -msgstr "Profiel is niet gepubliceerd." - -#: ../../mod/settings.php:1013 ../../mod/profile_photo.php:248 -msgid "or" -msgstr "of" - -#: ../../mod/settings.php:1018 -msgid "Your Identity Address is" -msgstr "Jouw Identiteitsadres is" - -#: ../../mod/settings.php:1029 -msgid "Automatically expire posts after this many days:" -msgstr "Laat berichten automatisch vervallen na zo veel dagen:" - -#: ../../mod/settings.php:1029 -msgid "If empty, posts will not expire. Expired posts will be deleted" -msgstr "Berichten zullen niet vervallen indien leeg. Vervallen berichten zullen worden verwijderd." - -#: ../../mod/settings.php:1030 -msgid "Advanced expiration settings" -msgstr "Geavanceerde instellingen voor vervallen" - -#: ../../mod/settings.php:1031 -msgid "Advanced Expiration" -msgstr "Geavanceerd Verval:" - -#: ../../mod/settings.php:1032 -msgid "Expire posts:" -msgstr "Laat berichten vervallen:" - -#: ../../mod/settings.php:1033 -msgid "Expire personal notes:" -msgstr "Laat persoonlijke nota's vervallen:" - -#: ../../mod/settings.php:1034 -msgid "Expire starred posts:" -msgstr "" - -#: ../../mod/settings.php:1035 -msgid "Expire photos:" -msgstr "Laat foto's vervallen:" - -#: ../../mod/settings.php:1036 -msgid "Only expire posts by others:" -msgstr "Laat alleen berichten door anderen vervallen:" - -#: ../../mod/settings.php:1062 -msgid "Account Settings" -msgstr "Account Instellingen" - -#: ../../mod/settings.php:1070 -msgid "Password Settings" -msgstr "Wachtwoord Instellingen" - -#: ../../mod/settings.php:1071 -msgid "New Password:" -msgstr "Nieuw Wachtwoord:" - -#: ../../mod/settings.php:1072 -msgid "Confirm:" -msgstr "Bevestig:" - -#: ../../mod/settings.php:1072 -msgid "Leave password fields blank unless changing" -msgstr "Laat de wachtwoord-velden leeg, tenzij je het wilt veranderen" - -#: ../../mod/settings.php:1073 -msgid "Current Password:" -msgstr "Huidig wachtwoord:" - -#: ../../mod/settings.php:1073 ../../mod/settings.php:1074 -msgid "Your current password to confirm the changes" -msgstr "Je huidig wachtwoord om de wijzigingen te bevestigen" - -#: ../../mod/settings.php:1074 -msgid "Password:" -msgstr "Wachtwoord:" - -#: ../../mod/settings.php:1078 -msgid "Basic Settings" -msgstr "Basis Instellingen" - -#: ../../mod/settings.php:1080 -msgid "Email Address:" -msgstr "E-mailadres:" - -#: ../../mod/settings.php:1081 -msgid "Your Timezone:" -msgstr "Je Tijdzone:" - -#: ../../mod/settings.php:1082 -msgid "Default Post Location:" -msgstr "Standaard locatie:" - -#: ../../mod/settings.php:1083 -msgid "Use Browser Location:" -msgstr "Gebruik Webbrowser Locatie:" - -#: ../../mod/settings.php:1086 -msgid "Security and Privacy Settings" -msgstr "Instellingen voor Beveiliging en Privacy" - -#: ../../mod/settings.php:1088 -msgid "Maximum Friend Requests/Day:" -msgstr "Maximum aantal vriendschapsverzoeken per dag:" - -#: ../../mod/settings.php:1088 ../../mod/settings.php:1118 -msgid "(to prevent spam abuse)" -msgstr "(om spam misbruik te voorkomen)" - -#: ../../mod/settings.php:1089 -msgid "Default Post Permissions" -msgstr "Standaard rechten voor nieuwe berichten" - -#: ../../mod/settings.php:1090 -msgid "(click to open/close)" -msgstr "(klik om te openen/sluiten)" - -#: ../../mod/settings.php:1099 ../../mod/photos.php:1140 -#: ../../mod/photos.php:1506 -msgid "Show to Groups" -msgstr "Tonen aan groepen" - -#: ../../mod/settings.php:1100 ../../mod/photos.php:1141 -#: ../../mod/photos.php:1507 -msgid "Show to Contacts" -msgstr "Tonen aan contacten" - -#: ../../mod/settings.php:1101 -msgid "Default Private Post" -msgstr "Standaard Privé Post" - -#: ../../mod/settings.php:1102 -msgid "Default Public Post" -msgstr "Standaard Publieke Post" - -#: ../../mod/settings.php:1106 -msgid "Default Permissions for New Posts" -msgstr "Standaard rechten voor nieuwe berichten" - -#: ../../mod/settings.php:1118 -msgid "Maximum private messages per day from unknown people:" -msgstr "Maximum aantal privé-berichten per dag van onbekende personen:" - -#: ../../mod/settings.php:1121 -msgid "Notification Settings" -msgstr "Notificatie Instellingen" - -#: ../../mod/settings.php:1122 -msgid "By default post a status message when:" -msgstr "Post automatisch een status bericht wanneer:" - -#: ../../mod/settings.php:1123 -msgid "accepting a friend request" -msgstr "Een vriendschapsverzoek accepteren" - -#: ../../mod/settings.php:1124 -msgid "joining a forum/community" -msgstr "Lid worden van een forum of gemeenschap" - -#: ../../mod/settings.php:1125 -msgid "making an interesting profile change" -msgstr "Een interessante verandering aan je profiel" - -#: ../../mod/settings.php:1126 -msgid "Send a notification email when:" -msgstr "Stuur een notificatie e-mail wanneer:" - -#: ../../mod/settings.php:1127 -msgid "You receive an introduction" -msgstr "Je ontvangt een vriendschaps- of connectieverzoek" - -#: ../../mod/settings.php:1128 -msgid "Your introductions are confirmed" -msgstr "Jouw vriendschaps- of connectieverzoeken zijn bevestigd" - -#: ../../mod/settings.php:1129 -msgid "Someone writes on your profile wall" -msgstr "Iemand iets op de muur van je profiel schrijft" - -#: ../../mod/settings.php:1130 -msgid "Someone writes a followup comment" -msgstr "Iemand een commentaar schrijft" - -#: ../../mod/settings.php:1131 -msgid "You receive a private message" -msgstr "Je een privé-bericht ontvangt" - -#: ../../mod/settings.php:1132 -msgid "You receive a friend suggestion" -msgstr "Je een suggestie voor een vriendschap ontvangt" - -#: ../../mod/settings.php:1133 -msgid "You are tagged in a post" -msgstr "Je bent in een bericht genoemd" - -#: ../../mod/settings.php:1134 -msgid "You are poked/prodded/etc. in a post" -msgstr "" - -#: ../../mod/settings.php:1137 -msgid "Advanced Account/Page Type Settings" -msgstr "" - -#: ../../mod/settings.php:1138 -msgid "Change the behaviour of this account for special situations" -msgstr "" - -#: ../../mod/share.php:44 -msgid "link" -msgstr "link" - -#: ../../mod/crepair.php:102 -msgid "Contact settings applied." -msgstr "Contactinstellingen toegepast." - -#: ../../mod/crepair.php:104 -msgid "Contact update failed." -msgstr "Aanpassen van contact mislukt." - -#: ../../mod/crepair.php:129 ../../mod/dfrn_confirm.php:118 +#: ../../mod/dfrn_confirm.php:118 ../../mod/crepair.php:131 #: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92 msgid "Contact not found." msgstr "Contact niet gevonden" -#: ../../mod/crepair.php:135 -msgid "Repair Contact Settings" -msgstr "Contactinstellingen herstellen" - -#: ../../mod/crepair.php:137 -msgid "" -"WARNING: This is highly advanced and if you enter incorrect" -" information your communications with this contact may stop working." -msgstr "" - -#: ../../mod/crepair.php:138 -msgid "" -"Please use your browser 'Back' button now if you are " -"uncertain what to do on this page." -msgstr "Gebruik nu de \"terug\"-knop in je webbrowser wanneer je niet weet wat je op deze pagina moet doen." - -#: ../../mod/crepair.php:144 -msgid "Return to contact editor" -msgstr "Ga terug naar contactbewerker" - -#: ../../mod/crepair.php:149 -msgid "Account Nickname" -msgstr "Bijnaam account" - -#: ../../mod/crepair.php:150 -msgid "@Tagname - overrides Name/Nickname" -msgstr "@Labelnaam - krijgt voorrang op naam/bijnaam" - -#: ../../mod/crepair.php:151 -msgid "Account URL" -msgstr "URL account" - -#: ../../mod/crepair.php:152 -msgid "Friend Request URL" -msgstr "URL vriendschapsverzoek" - -#: ../../mod/crepair.php:153 -msgid "Friend Confirm URL" -msgstr "" - -#: ../../mod/crepair.php:154 -msgid "Notification Endpoint URL" -msgstr "" - -#: ../../mod/crepair.php:155 -msgid "Poll/Feed URL" -msgstr "URL poll/feed" - -#: ../../mod/crepair.php:156 -msgid "New photo from this URL" -msgstr "Nieuwe foto van deze URL" - -#: ../../mod/delegate.php:95 -msgid "No potential page delegates located." -msgstr "" - -#: ../../mod/delegate.php:123 -msgid "" -"Delegates are able to manage all aspects of this account/page except for " -"basic account settings. Please do not delegate your personal account to " -"anybody that you do not trust completely." -msgstr "" - -#: ../../mod/delegate.php:124 -msgid "Existing Page Managers" -msgstr "" - -#: ../../mod/delegate.php:126 -msgid "Existing Page Delegates" -msgstr "" - -#: ../../mod/delegate.php:128 -msgid "Potential Delegates" -msgstr "" - -#: ../../mod/delegate.php:130 ../../mod/tagrm.php:93 -msgid "Remove" -msgstr "Verwijderen" - -#: ../../mod/delegate.php:131 -msgid "Add" -msgstr "Toevoegen" - -#: ../../mod/delegate.php:132 -msgid "No entries." -msgstr "Geen gegevens." - -#: ../../mod/poke.php:192 -msgid "Poke/Prod" -msgstr "" - -#: ../../mod/poke.php:193 -msgid "poke, prod or do other things to somebody" -msgstr "" - -#: ../../mod/poke.php:194 -msgid "Recipient" -msgstr "Ontvanger" - -#: ../../mod/poke.php:195 -msgid "Choose what you wish to do to recipient" -msgstr "Kies wat je wilt doen met de ontvanger" - -#: ../../mod/poke.php:198 -msgid "Make this post private" -msgstr "Dit bericht privé maken" - #: ../../mod/dfrn_confirm.php:119 msgid "" "This may occasionally happen if contact was requested by both persons and it" @@ -4546,6 +1056,12 @@ msgstr "Verzoek mislukt of herroepen." msgid "Unable to set contact photo." msgstr "Ik kan geen contact foto instellen." +#: ../../mod/dfrn_confirm.php:477 ../../include/conversation.php:172 +#: ../../include/diaspora.php:621 +#, php-format +msgid "%1$s is now friends with %2$s" +msgstr "%1$s is nu bevriend met %2$s" + #: ../../mod/dfrn_confirm.php:562 #, php-format msgid "No user record found for '%s' " @@ -4576,7 +1092,7 @@ msgstr "Het ID dat jouw systeem aangeeft is een dubbel op ons systeem. Als je op #: ../../mod/dfrn_confirm.php:649 msgid "Unable to set your contact credentials on our system." -msgstr "" +msgstr "Niet in staat om op dit systeem je contactreferenties in te stellen." #: ../../mod/dfrn_confirm.php:716 msgid "Unable to update your contact profile details on our system" @@ -4592,707 +1108,23 @@ msgstr "Uw connectie werd geaccepteerd op %s" msgid "%1$s has joined %2$s" msgstr "%1$s is toegetreden tot %2$s" -#: ../../mod/dfrn_poll.php:103 ../../mod/dfrn_poll.php:536 -#, php-format -msgid "%1$s welcomes %2$s" -msgstr "%1$s heet %2$s van harte welkom" - -#: ../../mod/dfrn_request.php:93 -msgid "This introduction has already been accepted." -msgstr "Verzoek is al goedgekeurd" - -#: ../../mod/dfrn_request.php:118 ../../mod/dfrn_request.php:513 -msgid "Profile location is not valid or does not contain profile information." -msgstr "Profiel is ongeldig of bevat geen informatie" - -#: ../../mod/dfrn_request.php:123 ../../mod/dfrn_request.php:518 -msgid "Warning: profile location has no identifiable owner name." -msgstr "Waarschuwing: de profiellocatie heeft geen identificeerbare eigenaar." - -#: ../../mod/dfrn_request.php:125 ../../mod/dfrn_request.php:520 -msgid "Warning: profile location has no profile photo." -msgstr "Waarschuwing: Profieladres heeft geen profielfoto." - -#: ../../mod/dfrn_request.php:128 ../../mod/dfrn_request.php:523 -#, php-format -msgid "%d required parameter was not found at the given location" -msgid_plural "%d required parameters were not found at the given location" -msgstr[0] "De %d vereiste parameter is niet op het gegeven adres gevonden" -msgstr[1] "De %d vereiste parameters zijn niet op het gegeven adres gevonden" - -#: ../../mod/dfrn_request.php:170 -msgid "Introduction complete." -msgstr "Verzoek voltooid." - -#: ../../mod/dfrn_request.php:209 -msgid "Unrecoverable protocol error." -msgstr "Onherstelbare protocolfout. " - -#: ../../mod/dfrn_request.php:237 -msgid "Profile unavailable." -msgstr "Profiel onbeschikbaar" - -#: ../../mod/dfrn_request.php:262 -#, php-format -msgid "%s has received too many connection requests today." -msgstr "%s heeft te veel verzoeken gehad vandaag." - -#: ../../mod/dfrn_request.php:263 -msgid "Spam protection measures have been invoked." -msgstr "Beveiligingsmaatregelen tegen spam zijn in werking getreden." - -#: ../../mod/dfrn_request.php:264 -msgid "Friends are advised to please try again in 24 hours." -msgstr "Wij adviseren vrienden om het over 24 uur nog een keer te proberen." - -#: ../../mod/dfrn_request.php:326 -msgid "Invalid locator" -msgstr "Ongeldige plaatsbepaler" - -#: ../../mod/dfrn_request.php:335 -msgid "Invalid email address." -msgstr "Geen geldig e-mailadres" - -#: ../../mod/dfrn_request.php:362 -msgid "This account has not been configured for email. Request failed." -msgstr "Aanvraag mislukt. Dit account is niet geconfigureerd voor e-mail." - -#: ../../mod/dfrn_request.php:458 -msgid "Unable to resolve your name at the provided location." -msgstr "Ik kan jouw naam op het opgegeven adres niet vinden." - -#: ../../mod/dfrn_request.php:471 -msgid "You have already introduced yourself here." -msgstr "Je hebt jezelf hier al voorgesteld." - -#: ../../mod/dfrn_request.php:475 -#, php-format -msgid "Apparently you are already friends with %s." -msgstr "Blijkbaar bent u al bevriend met %s." - -#: ../../mod/dfrn_request.php:496 -msgid "Invalid profile URL." -msgstr "Ongeldig profiel adres." - -#: ../../mod/dfrn_request.php:571 ../../mod/contacts.php:124 -msgid "Failed to update contact record." -msgstr "Ik kon de contactgegevens niet aanpassen." - -#: ../../mod/dfrn_request.php:592 -msgid "Your introduction has been sent." -msgstr "Je verzoek is verzonden." - -#: ../../mod/dfrn_request.php:645 -msgid "Please login to confirm introduction." -msgstr "Log in om je verzoek te bevestigen." - -#: ../../mod/dfrn_request.php:659 -msgid "" -"Incorrect identity currently logged in. Please login to " -"this profile." -msgstr "Je huidige identiteit is niet de juiste. Log a.u.b. in met dit profiel." - -#: ../../mod/dfrn_request.php:670 -msgid "Hide this contact" -msgstr "Verberg dit contact" - -#: ../../mod/dfrn_request.php:673 -#, php-format -msgid "Welcome home %s." -msgstr "Welkom thuis %s." - -#: ../../mod/dfrn_request.php:674 -#, php-format -msgid "Please confirm your introduction/connection request to %s." -msgstr "Bevestig je vriendschaps-/connectieverzoek voor %s." - -#: ../../mod/dfrn_request.php:675 -msgid "Confirm" -msgstr "Bevestig" - -#: ../../mod/dfrn_request.php:811 -msgid "" -"Please enter your 'Identity Address' from one of the following supported " -"communications networks:" -msgstr "Vul hier uw 'Identiteitsadres' in van een van de volgende ondersteunde communicatienetwerken:" - -#: ../../mod/dfrn_request.php:827 -msgid "Connect as an email follower (Coming soon)" -msgstr "Sluit aan als e-mail volger (Binnenkort)" - -#: ../../mod/dfrn_request.php:829 -msgid "" -"If you are not yet a member of the free social web, follow this link to find a public" -" Friendica site and join us today." -msgstr "Als je nog geen lid bent van het vrije sociale web, volg dan deze link om een openbare Friendica-website te vinden, en sluit je vandaag nog aan." - -#: ../../mod/dfrn_request.php:832 -msgid "Friend/Connection Request" -msgstr "Vriendschaps-/connectieverzoek" - -#: ../../mod/dfrn_request.php:833 -msgid "" -"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, " -"testuser@identi.ca" -msgstr "Voorbeelden: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca" - -#: ../../mod/dfrn_request.php:834 -msgid "Please answer the following:" -msgstr "Beantwoord het volgende:" - -#: ../../mod/dfrn_request.php:835 -#, php-format -msgid "Does %s know you?" -msgstr "Kent %s jou?" - -#: ../../mod/dfrn_request.php:838 -msgid "Add a personal note:" -msgstr "Voeg een persoonlijke opmerking toe:" - -#: ../../mod/dfrn_request.php:841 -msgid "StatusNet/Federated Social Web" -msgstr "StatusNet/Gefedereerde Sociale Web" - -#: ../../mod/dfrn_request.php:843 -#, php-format -msgid "" -" - please do not use this form. Instead, enter %s into your Diaspora search" -" bar." -msgstr "- Gebruik a.u.b. niet dit formulier. Vul %s in in je Diaspora zoekbalk." - -#: ../../mod/dfrn_request.php:844 -msgid "Your Identity Address:" -msgstr "Adres van uw identiteit:" - -#: ../../mod/dfrn_request.php:847 -msgid "Submit Request" -msgstr "Aanvraag indienen" - -#: ../../mod/subthread.php:103 -#, php-format -msgid "%1$s is following %2$s's %3$s" -msgstr "%1$s volgt %3$s van %2$s" - -#: ../../mod/directory.php:49 ../../view/theme/diabook/theme.php:518 -msgid "Global Directory" -msgstr "Globale gids" - -#: ../../mod/directory.php:57 -msgid "Find on this site" -msgstr "Op deze website zoeken" - -#: ../../mod/directory.php:59 ../../mod/contacts.php:612 -msgid "Finding: " -msgstr "Gevonden:" - -#: ../../mod/directory.php:60 -msgid "Site Directory" -msgstr "Websitegids" - -#: ../../mod/directory.php:114 -msgid "Gender: " -msgstr "Geslacht:" - -#: ../../mod/directory.php:187 -msgid "No entries (some entries may be hidden)." -msgstr "Geen gegevens (sommige gegevens kunnen verborgen zijn)." - -#: ../../mod/suggest.php:27 -msgid "Do you really want to delete this suggestion?" -msgstr "Wil je echt dit voorstel verwijderen?" - -#: ../../mod/suggest.php:72 -msgid "" -"No suggestions available. If this is a new site, please try again in 24 " -"hours." -msgstr "Geen voorstellen beschikbaar. Als dit een nieuwe website is, kun je het over 24 uur nog eens proberen." - -#: ../../mod/suggest.php:90 -msgid "Ignore/Hide" -msgstr "Negeren/Verbergen" - -#: ../../mod/dirfind.php:26 -msgid "People Search" -msgstr "Mensen Zoeken" - -#: ../../mod/dirfind.php:60 ../../mod/match.php:65 -msgid "No matches" -msgstr "Geen resultaten" - -#: ../../mod/videos.php:125 -msgid "No videos selected" -msgstr "Geen video's geselecteerd" - -#: ../../mod/videos.php:226 ../../mod/photos.php:1025 -msgid "Access to this item is restricted." -msgstr "Toegang tot dit item is beperkt." - -#: ../../mod/videos.php:308 ../../mod/photos.php:1784 -msgid "View Album" -msgstr "Album bekijken" - -#: ../../mod/videos.php:317 -msgid "Recent Videos" -msgstr "Recente video's" - -#: ../../mod/videos.php:319 -msgid "Upload New Videos" -msgstr "Nieuwe video's uploaden" - -#: ../../mod/tagrm.php:41 -msgid "Tag removed" -msgstr "Label verwijderd" - -#: ../../mod/tagrm.php:79 -msgid "Remove Item Tag" -msgstr "Verwijder label van item" - -#: ../../mod/tagrm.php:81 -msgid "Select a tag to remove: " -msgstr "Selecteer een label om te verwijderen: " - -#: ../../mod/editpost.php:17 ../../mod/editpost.php:27 -msgid "Item not found" -msgstr "Item niet gevonden" - -#: ../../mod/editpost.php:39 -msgid "Edit post" -msgstr "Bericht bewerken" - -#: ../../mod/events.php:66 -msgid "Event title and start time are required." -msgstr "Titel en begintijd van de gebeurtenis zijn vereist." - -#: ../../mod/events.php:291 -msgid "l, F j" -msgstr "l j F" - -#: ../../mod/events.php:313 -msgid "Edit event" -msgstr "Gebeurtenis bewerken" - -#: ../../mod/events.php:371 -msgid "Create New Event" -msgstr "Maak een nieuwe gebeurtenis" - -#: ../../mod/events.php:372 -msgid "Previous" -msgstr "Vorige" - -#: ../../mod/events.php:373 ../../mod/install.php:207 -msgid "Next" -msgstr "Volgende" - -#: ../../mod/events.php:446 -msgid "hour:minute" -msgstr "uur:minuut" - -#: ../../mod/events.php:456 -msgid "Event details" -msgstr "Gebeurtenis details" - -#: ../../mod/events.php:457 -#, php-format -msgid "Format is %s %s. Starting date and Title are required." -msgstr "Formaat is %s %s. Begindatum en titel zijn vereist." - -#: ../../mod/events.php:459 -msgid "Event Starts:" -msgstr "Gebeurtenis begint:" - -#: ../../mod/events.php:459 ../../mod/events.php:473 -msgid "Required" -msgstr "Vereist" - -#: ../../mod/events.php:462 -msgid "Finish date/time is not known or not relevant" -msgstr "Einddatum/tijd is niet gekend of niet relevant" - -#: ../../mod/events.php:464 -msgid "Event Finishes:" -msgstr "Gebeurtenis eindigt:" - -#: ../../mod/events.php:467 -msgid "Adjust for viewer timezone" -msgstr "Pas aan aan de tijdzone van de gebruiker" - -#: ../../mod/events.php:469 -msgid "Description:" -msgstr "Beschrijving:" - -#: ../../mod/events.php:473 -msgid "Title:" -msgstr "Titel:" - -#: ../../mod/events.php:475 -msgid "Share this event" -msgstr "Deel deze gebeurtenis" - -#: ../../mod/fbrowser.php:113 -msgid "Files" -msgstr "Bestanden" - -#: ../../mod/uexport.php:72 -msgid "Export account" -msgstr "Account exporteren" - -#: ../../mod/uexport.php:72 -msgid "" -"Export your account info and contacts. Use this to make a backup of your " -"account and/or to move it to another server." -msgstr "Je account informatie en contacten exporteren. Gebruik dit om een backup van je account te maken en/of om het te verhuizen naar een andere server." - -#: ../../mod/uexport.php:73 -msgid "Export all" -msgstr "Alles exporteren" - -#: ../../mod/uexport.php:73 -msgid "" -"Export your accout info, contacts and all your items as json. Could be a " -"very big file, and could take a lot of time. Use this to make a full backup " -"of your account (photos are not exported)" -msgstr "Je account info, contacten en al je items in json formaat exporteren. Dit kan een heel groot bestand worden, en kan lang duren. Gebruik dit om een volledige backup van je account te maken (foto's worden niet geexporteerd)" - -#: ../../mod/filer.php:30 -msgid "- select -" -msgstr "- Kies -" - -#: ../../mod/update_community.php:18 ../../mod/update_display.php:22 -#: ../../mod/update_network.php:22 ../../mod/update_notes.php:41 -#: ../../mod/update_profile.php:41 -msgid "[Embedded content - reload page to view]" -msgstr "[Ingebedde inhoud - herlaad pagina om het te bekijken]" - -#: ../../mod/follow.php:27 -msgid "Contact added" -msgstr "Contact toegevoegd" - -#: ../../mod/friendica.php:55 -msgid "This is Friendica, version" -msgstr "Dit is Friendica, versie" - -#: ../../mod/friendica.php:56 -msgid "running at web location" -msgstr "draaiend op web-adres" - -#: ../../mod/friendica.php:58 -msgid "" -"Please visit Friendica.com to learn " -"more about the Friendica project." -msgstr "Bezoek Friendica.com om meer te leren over het Friendica project." - -#: ../../mod/friendica.php:60 -msgid "Bug reports and issues: please visit" -msgstr "Bug rapporten en problemen: bezoek" - -#: ../../mod/friendica.php:61 -msgid "" -"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - " -"dot com" -msgstr "Suggesties, lof, donaties, enzovoort - stuur een e-mail naar \"info\" op Friendica - dot com" - -#: ../../mod/friendica.php:75 -msgid "Installed plugins/addons/apps:" -msgstr "Geïnstalleerde plugins/toepassingen:" - -#: ../../mod/friendica.php:88 -msgid "No installed plugins/addons/apps" -msgstr "Geen plugins of toepassingen geïnstalleerd" - -#: ../../mod/fsuggest.php:63 -msgid "Friend suggestion sent." -msgstr "Vriendschapsvoorstel verzonden." - -#: ../../mod/fsuggest.php:97 -msgid "Suggest Friends" -msgstr "Stel vrienden voor" - -#: ../../mod/fsuggest.php:99 -#, php-format -msgid "Suggest a friend for %s" -msgstr "Stel een vriend voor voor %s" - -#: ../../mod/group.php:29 -msgid "Group created." -msgstr "Groep aangemaakt." - -#: ../../mod/group.php:35 -msgid "Could not create group." -msgstr "Kon de groep niet aanmaken." - -#: ../../mod/group.php:47 ../../mod/group.php:140 -msgid "Group not found." -msgstr "Groep niet gevonden." - -#: ../../mod/group.php:60 -msgid "Group name changed." -msgstr "Groepsnaam gewijzigd." - -#: ../../mod/group.php:93 -msgid "Create a group of contacts/friends." -msgstr "Maak een groep contacten/vrienden aan." - -#: ../../mod/group.php:94 ../../mod/group.php:180 -msgid "Group Name: " -msgstr "Groepsnaam:" - -#: ../../mod/group.php:113 -msgid "Group removed." -msgstr "Groep verwijderd." - -#: ../../mod/group.php:115 -msgid "Unable to remove group." -msgstr "Niet in staat om groep te verwijderen." - -#: ../../mod/group.php:179 -msgid "Group Editor" -msgstr "Groepsbewerker" - -#: ../../mod/group.php:192 -msgid "Members" -msgstr "Leden" - -#: ../../mod/group.php:194 ../../mod/contacts.php:476 -msgid "All Contacts" -msgstr "Alle Contacten" - -#: ../../mod/hcard.php:10 -msgid "No profile" -msgstr "Geen profiel" - -#: ../../mod/help.php:79 -msgid "Help:" -msgstr "Help:" - -#: ../../mod/help.php:90 ../../index.php:231 -msgid "Not Found" -msgstr "Niet gevonden" - -#: ../../mod/help.php:93 ../../index.php:234 -msgid "Page not found." -msgstr "Pagina niet gevonden" - -#: ../../mod/viewcontacts.php:39 -msgid "No contacts." -msgstr "Geen contacten." - -#: ../../mod/home.php:34 -#, php-format -msgid "Welcome to %s" -msgstr "Welkom op %s" - -#: ../../mod/viewsrc.php:7 -msgid "Access denied." -msgstr "Toegang geweigerd" - -#: ../../mod/wall_attach.php:69 -#, php-format -msgid "File exceeds size limit of %d" -msgstr "Bestand is groter dan de toegelaten %d" - -#: ../../mod/wall_attach.php:110 ../../mod/wall_attach.php:121 -msgid "File upload failed." -msgstr "Uploaden van bestand mislukt." - -#: ../../mod/wall_upload.php:90 ../../mod/profile_photo.php:144 -#, php-format -msgid "Image exceeds size limit of %d" -msgstr "Afbeelding is groter dan de toegestane %d" - -#: ../../mod/wall_upload.php:112 ../../mod/photos.php:801 -#: ../../mod/profile_photo.php:153 -msgid "Unable to process image." -msgstr "Niet in staat om de afbeelding te verwerken" - -#: ../../mod/wall_upload.php:138 ../../mod/photos.php:828 -#: ../../mod/profile_photo.php:301 -msgid "Image upload failed." -msgstr "Uploaden van afbeelding mislukt." - -#: ../../mod/invite.php:27 -msgid "Total invitation limit exceeded." -msgstr "Totale uitnodigingslimiet overschreden." - -#: ../../mod/invite.php:49 -#, php-format -msgid "%s : Not a valid email address." -msgstr "%s: Geen geldig e-mailadres." - -#: ../../mod/invite.php:73 -msgid "Please join us on Friendica" -msgstr "Kom bij ons op Friendica" - -#: ../../mod/invite.php:84 -msgid "Invitation limit exceeded. Please contact your site administrator." -msgstr "Uitnodigingslimiet overschreden. Neem contact op met de beheerder van je website." - -#: ../../mod/invite.php:89 -#, php-format -msgid "%s : Message delivery failed." -msgstr "%s : Aflevering van bericht mislukt." - -#: ../../mod/invite.php:93 -#, php-format -msgid "%d message sent." -msgid_plural "%d messages sent." -msgstr[0] "%d bericht verzonden." -msgstr[1] "%d berichten verzonden." - -#: ../../mod/invite.php:112 -msgid "You have no more invitations available" -msgstr "Je kunt geen uitnodigingen meer sturen" - -#: ../../mod/invite.php:120 -#, php-format -msgid "" -"Visit %s for a list of public sites that you can join. Friendica members on " -"other sites can all connect with each other, as well as with members of many" -" other social networks." -msgstr "Bezoek %s voor een lijst van openbare sites waar je je kunt aansluiten. Friendica leden op andere sites kunnen allemaal met elkaar verbonden worden, en ook met leden van verschillende andere sociale netwerken." - -#: ../../mod/invite.php:122 -#, php-format -msgid "" -"To accept this invitation, please visit and register at %s or any other " -"public Friendica website." -msgstr "Om deze uitnodiging te accepteren kan je je op %s registreren of op een andere vrij toegankelijke Friendica-website." - -#: ../../mod/invite.php:123 -#, php-format -msgid "" -"Friendica sites all inter-connect to create a huge privacy-enhanced social " -"web that is owned and controlled by its members. They can also connect with " -"many traditional social networks. See %s for a list of alternate Friendica " -"sites you can join." -msgstr "Friendica servers zijn allemaal onderling verbonden om een reusachtig sociaal web te maken met verbeterde privacy, dat eigendom is van en gecontroleerd door zijn leden. Ze kunnen ook verbindingen maken met verschillende traditionele sociale netwerken. Bekijk %s voor een lijst van alternatieve Friendica servers waar je aan kunt sluiten." - -#: ../../mod/invite.php:126 -msgid "" -"Our apologies. This system is not currently configured to connect with other" -" public sites or invite members." -msgstr "Onze verontschuldigingen. Dit systeem is momenteel niet ingesteld om verbinding te maken met andere openbare plaatsen of leden uit te nodigen." - -#: ../../mod/invite.php:132 -msgid "Send invitations" -msgstr "Verstuur uitnodigingen" - -#: ../../mod/invite.php:133 -msgid "Enter email addresses, one per line:" -msgstr "Vul e-mailadressen in, één per lijn:" - -#: ../../mod/invite.php:134 ../../mod/wallmessage.php:151 -#: ../../mod/message.php:329 ../../mod/message.php:558 -msgid "Your message:" -msgstr "Jouw bericht:" - -#: ../../mod/invite.php:135 -msgid "" -"You are cordially invited to join me and other close friends on Friendica - " -"and help us to create a better social web." -msgstr "Ik nodig je vriendelijk uit om bij mij en andere vrienden te komen op Friendica - en ons te helpen om een beter sociaal web te bouwen." - -#: ../../mod/invite.php:137 -msgid "You will need to supply this invitation code: $invite_code" -msgstr "Je zult deze uitnodigingscode moeten invullen: $invite_code" - -#: ../../mod/invite.php:137 -msgid "" -"Once you have registered, please connect with me via my profile page at:" -msgstr "Eens je geregistreerd bent kun je contact leggen met mij via mijn profielpagina op:" - -#: ../../mod/invite.php:139 -msgid "" -"For more information about the Friendica project and why we feel it is " -"important, please visit http://friendica.com" -msgstr "Voor meer informatie over het Friendica project en waarom wij denken dat het belangrijk is kun je http://friendica.com/ bezoeken" - -#: ../../mod/wallmessage.php:42 ../../mod/wallmessage.php:112 -#, php-format -msgid "Number of daily wall messages for %s exceeded. Message failed." +#: ../../mod/api.php:76 ../../mod/api.php:102 +msgid "Authorize application connection" msgstr "" -#: ../../mod/wallmessage.php:56 ../../mod/message.php:63 -msgid "No recipient selected." -msgstr "Geen ontvanger geselecteerd." +#: ../../mod/api.php:77 +msgid "Return to your app and insert this Securty Code:" +msgstr "" -#: ../../mod/wallmessage.php:59 -msgid "Unable to check your home location." -msgstr "Niet in staat om je huidige locatie vast te stellen" +#: ../../mod/api.php:89 +msgid "Please login to continue." +msgstr "Log in om verder te gaan." -#: ../../mod/wallmessage.php:62 ../../mod/message.php:70 -msgid "Message could not be sent." -msgstr "Bericht kon niet verzonden worden." - -#: ../../mod/wallmessage.php:65 ../../mod/message.php:73 -msgid "Message collection failure." -msgstr "Fout bij het verzamelen van berichten." - -#: ../../mod/wallmessage.php:68 ../../mod/message.php:76 -msgid "Message sent." -msgstr "Bericht verzonden." - -#: ../../mod/wallmessage.php:86 ../../mod/wallmessage.php:95 -msgid "No recipient." -msgstr "Geen ontvanger." - -#: ../../mod/wallmessage.php:142 ../../mod/message.php:319 -msgid "Send Private Message" -msgstr "Verstuur privébericht" - -#: ../../mod/wallmessage.php:143 -#, php-format +#: ../../mod/api.php:104 msgid "" -"If you wish for %s to respond, please check that the privacy settings on " -"your site allow private mail from unknown senders." -msgstr "Als je wilt dat %s antwoordt moet je nakijken dat de privacy-instellingen op jouw website privéberichten van onbekende afzenders toelaat." - -#: ../../mod/wallmessage.php:144 ../../mod/message.php:320 -#: ../../mod/message.php:553 -msgid "To:" -msgstr "Aan:" - -#: ../../mod/wallmessage.php:145 ../../mod/message.php:325 -#: ../../mod/message.php:555 -msgid "Subject:" -msgstr "Onderwerp:" - -#: ../../mod/localtime.php:24 -msgid "Time Conversion" -msgstr "Tijdsconversie" - -#: ../../mod/localtime.php:26 -msgid "" -"Friendica provides this service for sharing events with other networks and " -"friends in unknown timezones." -msgstr "Friendica biedt deze dienst aan om gebeurtenissen te delen met andere netwerken en vrienden in onbekende tijdzones." - -#: ../../mod/localtime.php:30 -#, php-format -msgid "UTC time: %s" -msgstr "UTC tijd: %s" - -#: ../../mod/localtime.php:33 -#, php-format -msgid "Current timezone: %s" -msgstr "Huidige Tijdzone: %s" - -#: ../../mod/localtime.php:36 -#, php-format -msgid "Converted localtime: %s" -msgstr "Omgerekende lokale tijd: %s" - -#: ../../mod/localtime.php:41 -msgid "Please select your timezone:" -msgstr "Selecteer je tijdzone:" - -#: ../../mod/lockview.php:31 ../../mod/lockview.php:39 -msgid "Remote privacy information not available." -msgstr "Privacyinformatie op afstand niet beschikbaar." - -#: ../../mod/lockview.php:48 -msgid "Visible to:" -msgstr "Zichtbaar voor:" +"Do you want to authorize this application to access your posts and contacts," +" and/or create new posts for you?" +msgstr "Wil je deze toepassing toestemming geven om jouw berichten en contacten in te kijken, en/of nieuwe berichten in jouw plaats aan te maken?" #: ../../mod/lostpass.php:17 msgid "No valid account found." @@ -5313,10 +1145,6 @@ msgid "" "Password reset failed." msgstr "Verzoek kon niet geverifieerd worden. (Misschien heb je het voordien al ingediend.) Wachtwoord niet opnieuw ingesteld." -#: ../../mod/lostpass.php:84 ../../boot.php:1155 -msgid "Password Reset" -msgstr "Wachtwoord opnieuw instellen" - #: ../../mod/lostpass.php:85 msgid "Your password has been reset as requested." msgstr "Je wachtwoord is opnieuw ingesteld zoals gevraagd." @@ -5362,558 +1190,79 @@ msgstr "Bijnaam of e-mail:" msgid "Reset" msgstr "Opnieuw" -#: ../../mod/maintenance.php:5 -msgid "System down for maintenance" -msgstr "Systeem onbeschikbaar wegens onderhoud" +#: ../../mod/wallmessage.php:42 ../../mod/wallmessage.php:112 +#, php-format +msgid "Number of daily wall messages for %s exceeded. Message failed." +msgstr "" -#: ../../mod/manage.php:106 -msgid "Manage Identities and/or Pages" -msgstr "Beheer Identiteiten en/of Pagina's" +#: ../../mod/wallmessage.php:56 ../../mod/message.php:63 +msgid "No recipient selected." +msgstr "Geen ontvanger geselecteerd." -#: ../../mod/manage.php:107 +#: ../../mod/wallmessage.php:59 +msgid "Unable to check your home location." +msgstr "Niet in staat om je tijdlijn-locatie vast te stellen" + +#: ../../mod/wallmessage.php:62 ../../mod/message.php:70 +msgid "Message could not be sent." +msgstr "Bericht kon niet verzonden worden." + +#: ../../mod/wallmessage.php:65 ../../mod/message.php:73 +msgid "Message collection failure." +msgstr "Fout bij het verzamelen van berichten." + +#: ../../mod/wallmessage.php:68 ../../mod/message.php:76 +msgid "Message sent." +msgstr "Bericht verzonden." + +#: ../../mod/wallmessage.php:86 ../../mod/wallmessage.php:95 +msgid "No recipient." +msgstr "Geen ontvanger." + +#: ../../mod/wallmessage.php:127 ../../mod/wallmessage.php:135 +#: ../../mod/message.php:283 ../../mod/message.php:291 +#: ../../mod/message.php:466 ../../mod/message.php:474 +#: ../../include/conversation.php:997 ../../include/conversation.php:1015 +msgid "Please enter a link URL:" +msgstr "Vul een internetadres/URL in:" + +#: ../../mod/wallmessage.php:142 ../../mod/message.php:319 +msgid "Send Private Message" +msgstr "Verstuur privébericht" + +#: ../../mod/wallmessage.php:143 +#, php-format msgid "" -"Toggle between different identities or community/group pages which share " -"your account details or which you have been granted \"manage\" permissions" -msgstr "Wissel tussen verschillende identiteiten of groeppagina's die jouw accountdetails delen of waar je \"beheerdersrechten\" hebt gekregen." - -#: ../../mod/manage.php:108 -msgid "Select an identity to manage: " -msgstr "Selecteer een identiteit om te beheren:" - -#: ../../mod/match.php:12 -msgid "Profile Match" -msgstr "Profielmatch" - -#: ../../mod/match.php:20 -msgid "No keywords to match. Please add keywords to your default profile." -msgstr "Geen sleutelwoorden om te zoeken. Voeg sleutelwoorden toe aan je standaard profiel." - -#: ../../mod/match.php:57 -msgid "is interested in:" -msgstr "Is geïnteresseerd in:" - -#: ../../mod/message.php:67 -msgid "Unable to locate contact information." -msgstr "Ik kan geen contact informatie vinden." - -#: ../../mod/message.php:207 -msgid "Do you really want to delete this message?" -msgstr "Wil je echt dit bericht verwijderen?" - -#: ../../mod/message.php:227 -msgid "Message deleted." -msgstr "Bericht verwijderd." - -#: ../../mod/message.php:258 -msgid "Conversation removed." -msgstr "Gesprek verwijderd." - -#: ../../mod/message.php:371 -msgid "No messages." -msgstr "Geen berichten." - -#: ../../mod/message.php:378 -#, php-format -msgid "Unknown sender - %s" -msgstr "Onbekende afzender - %s" - -#: ../../mod/message.php:381 -#, php-format -msgid "You and %s" -msgstr "Jij en %s" - -#: ../../mod/message.php:384 -#, php-format -msgid "%s and You" -msgstr "%s en jij" - -#: ../../mod/message.php:405 ../../mod/message.php:546 -msgid "Delete conversation" -msgstr "Verwijder gesprek" - -#: ../../mod/message.php:408 -msgid "D, d M Y - g:i A" -msgstr "D, d M Y - g:i A" - -#: ../../mod/message.php:411 -#, php-format -msgid "%d message" -msgid_plural "%d messages" -msgstr[0] "%d bericht" -msgstr[1] "%d berichten" - -#: ../../mod/message.php:450 -msgid "Message not available." -msgstr "Bericht niet beschikbaar." - -#: ../../mod/message.php:520 -msgid "Delete message" -msgstr "Verwijder bericht" - -#: ../../mod/message.php:548 -msgid "" -"No secure communications available. You may be able to " -"respond from the sender's profile page." -msgstr "Geen beveiligde communicatie beschikbaar. Je kunt misschien antwoorden vanaf de profiel-pagina van de afzender." - -#: ../../mod/message.php:552 -msgid "Send Reply" -msgstr "Verstuur Antwoord" - -#: ../../mod/mood.php:133 -msgid "Mood" -msgstr "Stemming" - -#: ../../mod/mood.php:134 -msgid "Set your current mood and tell your friends" -msgstr "Stel je huidige stemming in, en vertel het je vrienden" - -#: ../../mod/network.php:181 -msgid "Search Results For:" -msgstr "Zoekresultaten voor:" - -#: ../../mod/network.php:397 -msgid "Commented Order" -msgstr "Nieuwe reacties bovenaan" - -#: ../../mod/network.php:400 -msgid "Sort by Comment Date" -msgstr "Berichten met nieuwe reacties bovenaan" - -#: ../../mod/network.php:403 -msgid "Posted Order" -msgstr "Nieuwe berichten bovenaan" - -#: ../../mod/network.php:406 -msgid "Sort by Post Date" -msgstr "Nieuwe berichten bovenaan" - -#: ../../mod/network.php:444 ../../mod/notifications.php:88 -msgid "Personal" -msgstr "Persoonlijk" - -#: ../../mod/network.php:447 -msgid "Posts that mention or involve you" -msgstr "Alleen berichten die jou vermelden of op jou betrekking hebben" - -#: ../../mod/network.php:453 -msgid "New" -msgstr "Nieuw" - -#: ../../mod/network.php:456 -msgid "Activity Stream - by date" -msgstr "Activiteitenstroom - volgens datum" - -#: ../../mod/network.php:462 -msgid "Shared Links" -msgstr "Gedeelde links" - -#: ../../mod/network.php:465 -msgid "Interesting Links" -msgstr "Interessante links" - -#: ../../mod/network.php:471 -msgid "Starred" -msgstr "Met ster" - -#: ../../mod/network.php:474 -msgid "Favourite Posts" -msgstr "Favoriete berichten" - -#: ../../mod/network.php:546 -#, php-format -msgid "Warning: This group contains %s member from an insecure network." -msgid_plural "" -"Warning: This group contains %s members from an insecure network." -msgstr[0] "Waarschuwing: Deze groep bevat %s lid van een onveilig netwerk." -msgstr[1] "Waarschuwing: Deze groep bevat %s leden van een onveilig netwerk." - -#: ../../mod/network.php:549 -msgid "Private messages to this group are at risk of public disclosure." -msgstr "Privéberichten naar deze groep kunnen openbaar gemaakt worden." - -#: ../../mod/network.php:596 ../../mod/content.php:119 -msgid "No such group" -msgstr "Zo'n groep bestaat niet" - -#: ../../mod/network.php:607 ../../mod/content.php:130 -msgid "Group is empty" -msgstr "De groep is leeg" - -#: ../../mod/network.php:611 ../../mod/content.php:134 -msgid "Group: " -msgstr "Groep:" - -#: ../../mod/network.php:621 -msgid "Contact: " -msgstr "Contact: " - -#: ../../mod/network.php:623 -msgid "Private messages to this person are at risk of public disclosure." -msgstr "Privéberichten naar deze persoon kunnen openbaar gemaakt worden." - -#: ../../mod/network.php:628 -msgid "Invalid contact." -msgstr "Ongeldig contact." - -#: ../../mod/notifications.php:26 -msgid "Invalid request identifier." -msgstr "Ongeldige request identifier." - -#: ../../mod/notifications.php:35 ../../mod/notifications.php:165 -#: ../../mod/notifications.php:211 -msgid "Discard" -msgstr "Verwerpen" - -#: ../../mod/notifications.php:51 ../../mod/notifications.php:164 -#: ../../mod/notifications.php:210 ../../mod/contacts.php:359 -#: ../../mod/contacts.php:413 -msgid "Ignore" -msgstr "Negeren" - -#: ../../mod/notifications.php:78 -msgid "System" -msgstr "Systeem" - -#: ../../mod/notifications.php:122 -msgid "Show Ignored Requests" -msgstr "Toon genegeerde verzoeken" - -#: ../../mod/notifications.php:122 -msgid "Hide Ignored Requests" -msgstr "Verberg genegeerde verzoeken" - -#: ../../mod/notifications.php:149 ../../mod/notifications.php:195 -msgid "Notification type: " -msgstr "Notificatiesoort:" - -#: ../../mod/notifications.php:150 -msgid "Friend Suggestion" -msgstr "Vriendschapsvoorstel" - -#: ../../mod/notifications.php:152 -#, php-format -msgid "suggested by %s" -msgstr "Voorgesteld door %s" - -#: ../../mod/notifications.php:157 ../../mod/notifications.php:204 -#: ../../mod/contacts.php:419 -msgid "Hide this contact from others" -msgstr "Verberg dit contact voor anderen" - -#: ../../mod/notifications.php:158 ../../mod/notifications.php:205 -msgid "Post a new friend activity" -msgstr "Bericht over een nieuwe vriend" - -#: ../../mod/notifications.php:158 ../../mod/notifications.php:205 -msgid "if applicable" -msgstr "Indien toepasbaar" - -#: ../../mod/notifications.php:181 -msgid "Claims to be known to you: " -msgstr "Denkt dat u hem of haar kent:" - -#: ../../mod/notifications.php:181 -msgid "yes" -msgstr "Ja" - -#: ../../mod/notifications.php:181 -msgid "no" -msgstr "Nee" - -#: ../../mod/notifications.php:188 -msgid "Approve as: " -msgstr "Goedkeuren als:" - -#: ../../mod/notifications.php:189 -msgid "Friend" -msgstr "Vriend" - -#: ../../mod/notifications.php:190 -msgid "Sharer" -msgstr "Deler" - -#: ../../mod/notifications.php:190 -msgid "Fan/Admirer" -msgstr "Fan/Bewonderaar" - -#: ../../mod/notifications.php:196 -msgid "Friend/Connect Request" -msgstr "Vriendschapsverzoek" - -#: ../../mod/notifications.php:196 -msgid "New Follower" -msgstr "Nieuwe Volger" - -#: ../../mod/notifications.php:217 -msgid "No introductions." -msgstr "Geen vriendschaps- of connectieverzoeken." - -#: ../../mod/notifications.php:257 ../../mod/notifications.php:382 -#: ../../mod/notifications.php:469 -#, php-format -msgid "%s liked %s's post" -msgstr "%s vond het bericht van %s leuk" - -#: ../../mod/notifications.php:266 ../../mod/notifications.php:391 -#: ../../mod/notifications.php:478 -#, php-format -msgid "%s disliked %s's post" -msgstr "%s vond het bericht van %s niet leuk" - -#: ../../mod/notifications.php:280 ../../mod/notifications.php:405 -#: ../../mod/notifications.php:492 -#, php-format -msgid "%s is now friends with %s" -msgstr "%s is nu bevriend met %s" - -#: ../../mod/notifications.php:287 ../../mod/notifications.php:412 -#, php-format -msgid "%s created a new post" -msgstr "%s schreef een nieuw bericht" - -#: ../../mod/notifications.php:288 ../../mod/notifications.php:413 -#: ../../mod/notifications.php:501 -#, php-format -msgid "%s commented on %s's post" -msgstr "%s gaf een reactie op het bericht van %s" - -#: ../../mod/notifications.php:302 -msgid "No more network notifications." -msgstr "Geen netwerk notificaties meer" - -#: ../../mod/notifications.php:306 -msgid "Network Notifications" -msgstr "Netwerk Notificaties" - -#: ../../mod/notifications.php:332 ../../mod/notify.php:61 -msgid "No more system notifications." -msgstr "Geen systeem notificaties meer." - -#: ../../mod/notifications.php:336 ../../mod/notify.php:65 -msgid "System Notifications" -msgstr "Systeem Notificaties" - -#: ../../mod/notifications.php:427 -msgid "No more personal notifications." -msgstr "Geen persoonlijke notificaties meer" - -#: ../../mod/notifications.php:431 -msgid "Personal Notifications" -msgstr "Persoonlijke Notificaties" - -#: ../../mod/notifications.php:508 -msgid "No more home notifications." -msgstr "Geen home-notificaties meer" - -#: ../../mod/notifications.php:512 -msgid "Home Notifications" -msgstr "Home-otificaties" - -#: ../../mod/photos.php:51 ../../boot.php:1961 -msgid "Photo Albums" -msgstr "Fotoalbums" - -#: ../../mod/photos.php:59 ../../mod/photos.php:154 ../../mod/photos.php:1058 -#: ../../mod/photos.php:1183 ../../mod/photos.php:1206 -#: ../../mod/photos.php:1736 ../../mod/photos.php:1748 -#: ../../view/theme/diabook/theme.php:492 -msgid "Contact Photos" -msgstr "Contactfoto's" - -#: ../../mod/photos.php:66 ../../mod/photos.php:1222 ../../mod/photos.php:1795 -msgid "Upload New Photos" -msgstr "Nieuwe foto's uploaden" - -#: ../../mod/photos.php:143 -msgid "Contact information unavailable" -msgstr "Contactinformatie niet beschikbaar" - -#: ../../mod/photos.php:164 -msgid "Album not found." -msgstr "Album niet gevonden" - -#: ../../mod/photos.php:187 ../../mod/photos.php:199 ../../mod/photos.php:1200 -msgid "Delete Album" -msgstr "Verwijder album" - -#: ../../mod/photos.php:197 -msgid "Do you really want to delete this photo album and all its photos?" -msgstr "Wil je echt dit fotoalbum en alle foto's erin verwijderen?" - -#: ../../mod/photos.php:276 ../../mod/photos.php:287 ../../mod/photos.php:1502 -msgid "Delete Photo" -msgstr "Verwijder foto" - -#: ../../mod/photos.php:285 -msgid "Do you really want to delete this photo?" -msgstr "Wil je echt deze foto verwijderen?" - -#: ../../mod/photos.php:656 -#, php-format -msgid "%1$s was tagged in %2$s by %3$s" -msgstr "%1$s is gelabeld in %2$s door %3$s" - -#: ../../mod/photos.php:656 -msgid "a photo" -msgstr "een foto" - -#: ../../mod/photos.php:761 -msgid "Image exceeds size limit of " -msgstr "Afbeelding is groter dan de maximale afmeting van" - -#: ../../mod/photos.php:769 -msgid "Image file is empty." -msgstr "Afbeeldingsbestand is leeg." - -#: ../../mod/photos.php:924 -msgid "No photos selected" -msgstr "Geen foto's geselecteerd" - -#: ../../mod/photos.php:1088 -#, php-format -msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage." -msgstr "Je hebt %1$.2f Mbytes van %2$.2f Mbytes foto-opslagruimte gebruikt." - -#: ../../mod/photos.php:1123 -msgid "Upload Photos" -msgstr "Upload foto's" - -#: ../../mod/photos.php:1127 ../../mod/photos.php:1195 -msgid "New album name: " -msgstr "Nieuwe albumnaam: " - -#: ../../mod/photos.php:1128 -msgid "or existing album name: " -msgstr "of bestaande albumnaam: " - -#: ../../mod/photos.php:1129 -msgid "Do not show a status post for this upload" -msgstr "Toon geen status post voor deze upload" - -#: ../../mod/photos.php:1131 ../../mod/photos.php:1497 -msgid "Permissions" -msgstr "Rechten" - -#: ../../mod/photos.php:1142 -msgid "Private Photo" -msgstr "Privé foto" - -#: ../../mod/photos.php:1143 -msgid "Public Photo" -msgstr "Publieke foto" - -#: ../../mod/photos.php:1210 -msgid "Edit Album" -msgstr "Album wijzigen" - -#: ../../mod/photos.php:1216 -msgid "Show Newest First" -msgstr "Toon niewste eerst" - -#: ../../mod/photos.php:1218 -msgid "Show Oldest First" -msgstr "Toon oudste eerst" - -#: ../../mod/photos.php:1251 ../../mod/photos.php:1778 -msgid "View Photo" -msgstr "Bekijk foto" - -#: ../../mod/photos.php:1286 -msgid "Permission denied. Access to this item may be restricted." -msgstr "Toegang geweigerd. Toegang tot dit item is mogelijk beperkt." - -#: ../../mod/photos.php:1288 -msgid "Photo not available" -msgstr "Foto is niet beschikbaar" - -#: ../../mod/photos.php:1344 -msgid "View photo" -msgstr "Bekijk foto" - -#: ../../mod/photos.php:1344 -msgid "Edit photo" -msgstr "Bewerk foto" - -#: ../../mod/photos.php:1345 -msgid "Use as profile photo" -msgstr "Gebruik als profielfoto" - -#: ../../mod/photos.php:1351 ../../mod/content.php:643 -#: ../../object/Item.php:113 -msgid "Private Message" -msgstr "Privébericht" - -#: ../../mod/photos.php:1370 -msgid "View Full Size" -msgstr "Bekijk in volledig formaat" - -#: ../../mod/photos.php:1444 -msgid "Tags: " -msgstr "Labels: " - -#: ../../mod/photos.php:1447 -msgid "[Remove any tag]" -msgstr "[Alle labels verwijderen]" - -#: ../../mod/photos.php:1487 -msgid "Rotate CW (right)" -msgstr "Roteren met de klok mee (rechts)" - -#: ../../mod/photos.php:1488 -msgid "Rotate CCW (left)" -msgstr "Roteren tegen de klok in (links)" - -#: ../../mod/photos.php:1490 -msgid "New album name" -msgstr "Nieuwe albumnaam" - -#: ../../mod/photos.php:1493 -msgid "Caption" -msgstr "Onderschrift" - -#: ../../mod/photos.php:1495 -msgid "Add a Tag" -msgstr "Een label toevoegen" - -#: ../../mod/photos.php:1499 -msgid "" -"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" -msgstr "Voorbeeld: @bob, @Barbara_Jansen, @jan@voorbeeld.nl, #Ardennen, #camping " - -#: ../../mod/photos.php:1508 -msgid "Private photo" -msgstr "Privé foto" - -#: ../../mod/photos.php:1509 -msgid "Public photo" -msgstr "Publieke foto" - -#: ../../mod/photos.php:1529 ../../mod/content.php:707 -#: ../../object/Item.php:232 -msgid "I like this (toggle)" -msgstr "Vind ik leuk (omwisselen)" - -#: ../../mod/photos.php:1530 ../../mod/content.php:708 -#: ../../object/Item.php:233 -msgid "I don't like this (toggle)" -msgstr "Vind ik niet leuk (omwisselen)" - -#: ../../mod/photos.php:1549 ../../mod/photos.php:1593 -#: ../../mod/photos.php:1676 ../../mod/content.php:730 -#: ../../object/Item.php:650 -msgid "This is you" -msgstr "Dit ben jij" - -#: ../../mod/photos.php:1551 ../../mod/photos.php:1595 -#: ../../mod/photos.php:1678 ../../mod/content.php:732 -#: ../../object/Item.php:338 ../../object/Item.php:652 ../../boot.php:674 -msgid "Comment" -msgstr "Reacties" - -#: ../../mod/photos.php:1793 -msgid "Recent Photos" -msgstr "Recente foto's" +"If you wish for %s to respond, please check that the privacy settings on " +"your site allow private mail from unknown senders." +msgstr "Als je wilt dat %s antwoordt moet je nakijken dat de privacy-instellingen op jouw website privéberichten van onbekende afzenders toelaat." + +#: ../../mod/wallmessage.php:144 ../../mod/message.php:320 +#: ../../mod/message.php:553 +msgid "To:" +msgstr "Aan:" + +#: ../../mod/wallmessage.php:145 ../../mod/message.php:325 +#: ../../mod/message.php:555 +msgid "Subject:" +msgstr "Onderwerp:" + +#: ../../mod/wallmessage.php:151 ../../mod/message.php:329 +#: ../../mod/message.php:558 ../../mod/invite.php:134 +msgid "Your message:" +msgstr "Jouw bericht:" + +#: ../../mod/wallmessage.php:154 ../../mod/editpost.php:110 +#: ../../mod/message.php:332 ../../mod/message.php:562 +#: ../../include/conversation.php:1081 +msgid "Upload photo" +msgstr "Foto uploaden" + +#: ../../mod/wallmessage.php:155 ../../mod/editpost.php:114 +#: ../../mod/message.php:333 ../../mod/message.php:563 +#: ../../include/conversation.php:1085 +msgid "Insert web link" +msgstr "Voeg een webadres in" #: ../../mod/newmember.php:6 msgid "Welcome to Friendica" @@ -5929,7 +1278,7 @@ msgid "" "enjoyable. Click any item to visit the relevant page. A link to this page " "will be visible from your home page for two weeks after your initial " "registration and then will quietly disappear." -msgstr "We willen je een paar tips en verwijzingen aanreiken om je een aangename ervaring te bezorgen. Klik op een item om de relevante pagina's te bezoeken. Een verwijzing naar deze pagina zal twee weken lang na je registratie zichtbaar zijn op je homepagina. Daarna zal de verwijzing stilletjes verdwijnen." +msgstr "We willen je een paar tips en verwijzingen aanreiken om je een aangename ervaring te bezorgen. Klik op een item om de relevante pagina's te bezoeken. Een verwijzing naar deze pagina zal twee weken lang na je registratie zichtbaar zijn op je tijdlijn. Daarna zal de verwijzing stilletjes verdwijnen." #: ../../mod/newmember.php:14 msgid "Getting Started" @@ -5974,7 +1323,7 @@ msgid "" "Upload a profile photo if you have not done so already. Studies have shown " "that people with real photos of themselves are ten times more likely to make" " friends than people who do not." -msgstr "Laad een profielfoto op, als je dat nog niet gedaan hebt. Studies tonen aan dat mensen met echte foto's van zichzelf tien keer gemakkelijker vrienden maken dan mensen die dat niet doen." +msgstr "Upload een profielfoto, als je dat nog niet gedaan hebt. Studies tonen aan dat mensen met echte foto's van zichzelf tien keer gemakkelijker vrienden maken dan mensen die dat niet doen." #: ../../mod/newmember.php:38 msgid "Edit Your Profile" @@ -6002,6 +1351,11 @@ msgstr "Stel enkele openbare sleutelwoorden in voor je standaard profiel die je msgid "Connecting" msgstr "Verbinding aan het maken" +#: ../../mod/newmember.php:49 ../../mod/newmember.php:51 +#: ../../include/contact_selectors.php:81 +msgid "Facebook" +msgstr "Facebook" + #: ../../mod/newmember.php:49 msgid "" "Authorise the Facebook Connector if you currently have a Facebook account " @@ -6060,6 +1414,10 @@ msgid "" "hours." msgstr "Op het zijpaneel van de Contacten pagina vind je verschillende tools om nieuwe vrienden te zoeken. We kunnen mensen op interesses matchen, mensen opzoeken op naam of hobby, en suggesties doen gebaseerd op netwerk-relaties. Op een nieuwe webstek beginnen vriendschapssuggesties meestal binnen de 24 uur beschikbaar te worden." +#: ../../mod/newmember.php:66 ../../include/group.php:270 +msgid "Groups" +msgstr "Groepen" + #: ../../mod/newmember.php:70 msgid "Group Your Contacts" msgstr "Groepeer je contacten" @@ -6096,13 +1454,130 @@ msgid "" " features and resources." msgstr "Je kunt onze help pagina's raadplegen voor gedetailleerde informatie over andere functies van dit programma." -#: ../../mod/profile.php:21 ../../boot.php:1329 -msgid "Requested profile is not available." -msgstr "Gevraagde profiel is niet beschikbaar." +#: ../../mod/suggest.php:27 +msgid "Do you really want to delete this suggestion?" +msgstr "Wil je echt dit voorstel verwijderen?" -#: ../../mod/profile.php:180 -msgid "Tips for New Members" -msgstr "Tips voor nieuwe leden" +#: ../../mod/suggest.php:32 ../../mod/editpost.php:148 +#: ../../mod/dfrn_request.php:848 ../../mod/contacts.php:323 +#: ../../mod/settings.php:602 ../../mod/settings.php:628 +#: ../../mod/message.php:212 ../../mod/photos.php:202 ../../mod/photos.php:290 +#: ../../mod/tagrm.php:11 ../../mod/tagrm.php:94 ../../mod/fbrowser.php:81 +#: ../../mod/fbrowser.php:116 ../../include/conversation.php:1119 +#: ../../include/items.php:4067 +msgid "Cancel" +msgstr "Annuleren" + +#: ../../mod/suggest.php:72 +msgid "" +"No suggestions available. If this is a new site, please try again in 24 " +"hours." +msgstr "Geen voorstellen beschikbaar. Als dit een nieuwe website is, kun je het over 24 uur nog eens proberen." + +#: ../../mod/suggest.php:90 +msgid "Ignore/Hide" +msgstr "Negeren/Verbergen" + +#: ../../mod/network.php:179 +msgid "Search Results For:" +msgstr "Zoekresultaten voor:" + +#: ../../mod/network.php:222 ../../mod/_search.php:21 ../../mod/search.php:21 +msgid "Remove term" +msgstr "Verwijder zoekterm" + +#: ../../mod/network.php:231 ../../mod/_search.php:30 ../../mod/search.php:30 +#: ../../include/features.php:41 +msgid "Saved Searches" +msgstr "Opgeslagen zoekopdrachten" + +#: ../../mod/network.php:232 ../../include/group.php:275 +msgid "add" +msgstr "toevoegen" + +#: ../../mod/network.php:394 +msgid "Commented Order" +msgstr "Nieuwe reacties bovenaan" + +#: ../../mod/network.php:397 +msgid "Sort by Comment Date" +msgstr "Berichten met nieuwe reacties bovenaan" + +#: ../../mod/network.php:400 +msgid "Posted Order" +msgstr "Nieuwe berichten bovenaan" + +#: ../../mod/network.php:403 +msgid "Sort by Post Date" +msgstr "Nieuwe berichten bovenaan" + +#: ../../mod/network.php:441 ../../mod/notifications.php:88 +msgid "Personal" +msgstr "Persoonlijk" + +#: ../../mod/network.php:444 +msgid "Posts that mention or involve you" +msgstr "Alleen berichten die jou vermelden of op jou betrekking hebben" + +#: ../../mod/network.php:450 +msgid "New" +msgstr "Nieuw" + +#: ../../mod/network.php:453 +msgid "Activity Stream - by date" +msgstr "Activiteitenstroom - volgens datum" + +#: ../../mod/network.php:459 +msgid "Shared Links" +msgstr "Gedeelde links" + +#: ../../mod/network.php:462 +msgid "Interesting Links" +msgstr "Interessante links" + +#: ../../mod/network.php:468 +msgid "Starred" +msgstr "Met ster" + +#: ../../mod/network.php:471 +msgid "Favourite Posts" +msgstr "Favoriete berichten" + +#: ../../mod/network.php:539 +#, php-format +msgid "Warning: This group contains %s member from an insecure network." +msgid_plural "" +"Warning: This group contains %s members from an insecure network." +msgstr[0] "Waarschuwing: Deze groep bevat %s lid van een onveilig netwerk." +msgstr[1] "Waarschuwing: Deze groep bevat %s leden van een onveilig netwerk." + +#: ../../mod/network.php:542 +msgid "Private messages to this group are at risk of public disclosure." +msgstr "Privéberichten naar deze groep kunnen openbaar gemaakt worden." + +#: ../../mod/network.php:588 ../../mod/content.php:119 +msgid "No such group" +msgstr "Zo'n groep bestaat niet" + +#: ../../mod/network.php:599 ../../mod/content.php:130 +msgid "Group is empty" +msgstr "De groep is leeg" + +#: ../../mod/network.php:605 ../../mod/content.php:134 +msgid "Group: " +msgstr "Groep:" + +#: ../../mod/network.php:617 +msgid "Contact: " +msgstr "Contact: " + +#: ../../mod/network.php:619 +msgid "Private messages to this person are at risk of public disclosure." +msgstr "Privéberichten naar deze persoon kunnen openbaar gemaakt worden." + +#: ../../mod/network.php:624 +msgid "Invalid contact." +msgstr "Ongeldig contact." #: ../../mod/install.php:117 msgid "Friendica Communications Server - Setup" @@ -6135,6 +1610,10 @@ msgstr "Zie het bestand \"INSTALL.txt\"." msgid "System check" msgstr "Systeemcontrole" +#: ../../mod/install.php:207 ../../mod/events.php:373 +msgid "Next" +msgstr "Volgende" + #: ../../mod/install.php:208 msgid "Check again" msgstr "Controleer opnieuw" @@ -6399,274 +1878,3137 @@ msgid "" "poller." msgstr "BELANGRIJK: Je zult [manueel] een geplande taak moeten aanmaken voor de poller." -#: ../../mod/contacts.php:85 ../../mod/contacts.php:165 +#: ../../mod/admin.php:55 +msgid "Theme settings updated." +msgstr "Thema instellingen aangepast." + +#: ../../mod/admin.php:101 ../../mod/admin.php:570 +msgid "Site" +msgstr "Website" + +#: ../../mod/admin.php:102 ../../mod/admin.php:898 ../../mod/admin.php:913 +msgid "Users" +msgstr "Gebruiker" + +#: ../../mod/admin.php:103 ../../mod/admin.php:1002 ../../mod/admin.php:1044 +msgid "Plugins" +msgstr "Plugins" + +#: ../../mod/admin.php:104 ../../mod/admin.php:1210 ../../mod/admin.php:1244 +msgid "Themes" +msgstr "Thema's" + +#: ../../mod/admin.php:105 +msgid "DB updates" +msgstr "DB aanpassingen" + +#: ../../mod/admin.php:120 ../../mod/admin.php:127 ../../mod/admin.php:1331 +msgid "Logs" +msgstr "Logs" + +#: ../../mod/admin.php:125 ../../include/nav.php:178 +msgid "Admin" +msgstr "Beheer" + +#: ../../mod/admin.php:126 +msgid "Plugin Features" +msgstr "Plugin Functies" + +#: ../../mod/admin.php:128 +msgid "User registrations waiting for confirmation" +msgstr "Gebruikersregistraties wachten op bevestiging" + +#: ../../mod/admin.php:187 ../../mod/admin.php:852 +msgid "Normal Account" +msgstr "Normale Account" + +#: ../../mod/admin.php:188 ../../mod/admin.php:853 +msgid "Soapbox Account" +msgstr "Zeepkist Account" + +#: ../../mod/admin.php:189 ../../mod/admin.php:854 +msgid "Community/Celebrity Account" +msgstr "Gemeenschap/Beroemdheid Account" + +#: ../../mod/admin.php:190 ../../mod/admin.php:855 +msgid "Automatic Friend Account" +msgstr "Automatisch Vriendschapsaccount" + +#: ../../mod/admin.php:191 +msgid "Blog Account" +msgstr "Blog Account" + +#: ../../mod/admin.php:192 +msgid "Private Forum" +msgstr "Privé Forum" + +#: ../../mod/admin.php:211 +msgid "Message queues" +msgstr "Bericht-wachtrijen" + +#: ../../mod/admin.php:216 ../../mod/admin.php:569 ../../mod/admin.php:897 +#: ../../mod/admin.php:1001 ../../mod/admin.php:1043 ../../mod/admin.php:1209 +#: ../../mod/admin.php:1243 ../../mod/admin.php:1330 +msgid "Administration" +msgstr "Beheer" + +#: ../../mod/admin.php:217 +msgid "Summary" +msgstr "Samenvatting" + +#: ../../mod/admin.php:219 +msgid "Registered users" +msgstr "Geregistreerde gebruikers" + +#: ../../mod/admin.php:221 +msgid "Pending registrations" +msgstr "Registraties die in de wacht staan" + +#: ../../mod/admin.php:222 +msgid "Version" +msgstr "Versie" + +#: ../../mod/admin.php:224 +msgid "Active plugins" +msgstr "Actieve plug-ins" + +#: ../../mod/admin.php:247 +msgid "Can not parse base url. Must have at least ://" +msgstr "" + +#: ../../mod/admin.php:483 +msgid "Site settings updated." +msgstr "Site instellingen gewijzigd." + +#: ../../mod/admin.php:512 ../../mod/settings.php:810 +msgid "No special theme for mobile devices" +msgstr "Geen speciaal thema voor mobiele apparaten" + +#: ../../mod/admin.php:529 ../../mod/contacts.php:402 +msgid "Never" +msgstr "Nooit" + +#: ../../mod/admin.php:530 ../../include/contact_selectors.php:56 +msgid "Frequently" +msgstr "Frequent" + +#: ../../mod/admin.php:531 ../../include/contact_selectors.php:57 +msgid "Hourly" +msgstr "elk uur" + +#: ../../mod/admin.php:532 ../../include/contact_selectors.php:58 +msgid "Twice daily" +msgstr "Twee keer per dag" + +#: ../../mod/admin.php:533 ../../include/contact_selectors.php:59 +msgid "Daily" +msgstr "dagelijks" + +#: ../../mod/admin.php:538 +msgid "Multi user instance" +msgstr "Server voor meerdere gebruikers" + +#: ../../mod/admin.php:556 +msgid "Closed" +msgstr "Gesloten" + +#: ../../mod/admin.php:557 +msgid "Requires approval" +msgstr "Toestemming vereist" + +#: ../../mod/admin.php:558 +msgid "Open" +msgstr "Open" + +#: ../../mod/admin.php:562 +msgid "No SSL policy, links will track page SSL state" +msgstr "Geen SSL beleid, links zullen SSL status van pagina volgen" + +#: ../../mod/admin.php:563 +msgid "Force all links to use SSL" +msgstr "Verplicht alle links om SSL te gebruiken" + +#: ../../mod/admin.php:564 +msgid "Self-signed certificate, use SSL for local links only (discouraged)" +msgstr "Zelf-ondertekend certificaat, gebruik SSL alleen voor lokale links (afgeraden)" + +#: ../../mod/admin.php:571 ../../mod/admin.php:1045 ../../mod/admin.php:1245 +#: ../../mod/admin.php:1332 ../../mod/settings.php:601 +#: ../../mod/settings.php:711 ../../mod/settings.php:780 +#: ../../mod/settings.php:856 ../../mod/settings.php:1084 +msgid "Save Settings" +msgstr "" + +#: ../../mod/admin.php:573 +msgid "File upload" +msgstr "Uploaden bestand" + +#: ../../mod/admin.php:574 +msgid "Policies" +msgstr "Beleid" + +#: ../../mod/admin.php:575 +msgid "Advanced" +msgstr "Geavanceerd" + +#: ../../mod/admin.php:576 +msgid "Performance" +msgstr "Performantie" + +#: ../../mod/admin.php:577 +msgid "" +"Relocate - WARNING: advanced function. Could make this server unreachable." +msgstr "" + +#: ../../mod/admin.php:580 +msgid "Site name" +msgstr "Site naam" + +#: ../../mod/admin.php:581 +msgid "Banner/Logo" +msgstr "Banner/Logo" + +#: ../../mod/admin.php:582 +msgid "Additional Info" +msgstr "" + +#: ../../mod/admin.php:582 +msgid "" +"For public servers: you can add additional information here that will be " +"listed at dir.friendica.com/siteinfo." +msgstr "" + +#: ../../mod/admin.php:583 +msgid "System language" +msgstr "Systeemtaal" + +#: ../../mod/admin.php:584 +msgid "System theme" +msgstr "Systeem thema" + +#: ../../mod/admin.php:584 +msgid "" +"Default system theme - may be over-ridden by user profiles - change theme settings" +msgstr "Standaard systeem thema - kan door gebruikersprofielen veranderd worden - verander thema instellingen" + +#: ../../mod/admin.php:585 +msgid "Mobile system theme" +msgstr "Mobiel systeem thema" + +#: ../../mod/admin.php:585 +msgid "Theme for mobile devices" +msgstr "Thema voor mobiele apparaten" + +#: ../../mod/admin.php:586 +msgid "SSL link policy" +msgstr "Beleid SSL-links" + +#: ../../mod/admin.php:586 +msgid "Determines whether generated links should be forced to use SSL" +msgstr "Bepaald of gegenereerde verwijzingen verplicht SSL moeten gebruiken" + +#: ../../mod/admin.php:587 +msgid "Old style 'Share'" +msgstr "" + +#: ../../mod/admin.php:587 +msgid "Deactivates the bbcode element 'share' for repeating items." +msgstr "" + +#: ../../mod/admin.php:588 +msgid "Hide help entry from navigation menu" +msgstr "Verberg de 'help' uit het navigatiemenu" + +#: ../../mod/admin.php:588 +msgid "" +"Hides the menu entry for the Help pages from the navigation menu. You can " +"still access it calling /help directly." +msgstr "Verbergt het menu-item voor de Help pagina's uit het navigatiemenu. Je kunt ze nog altijd vinden door /help direct in te geven." + +#: ../../mod/admin.php:589 +msgid "Single user instance" +msgstr "Server voor één gebruiker" + +#: ../../mod/admin.php:589 +msgid "Make this instance multi-user or single-user for the named user" +msgstr "Stel deze server in voor meerdere gebruikers, of enkel voor de geselecteerde gebruiker." + +#: ../../mod/admin.php:590 +msgid "Maximum image size" +msgstr "Maximum afbeeldingsgrootte" + +#: ../../mod/admin.php:590 +msgid "" +"Maximum size in bytes of uploaded images. Default is 0, which means no " +"limits." +msgstr "Maximum afmeting in bytes van afbeeldingen. Standaard is 0, dus geen beperking." + +#: ../../mod/admin.php:591 +msgid "Maximum image length" +msgstr "Maximum afbeeldingslengte" + +#: ../../mod/admin.php:591 +msgid "" +"Maximum length in pixels of the longest side of uploaded images. Default is " +"-1, which means no limits." +msgstr "Maximum lengte in pixels van de langste kant van afbeeldingen. Standaard is -1, dus geen beperkingen." + +#: ../../mod/admin.php:592 +msgid "JPEG image quality" +msgstr "JPEG afbeeldingskwaliteit" + +#: ../../mod/admin.php:592 +msgid "" +"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " +"100, which is full quality." +msgstr "JPEGS zullen met deze kwaliteitsinstelling bewaard worden [0-100]. Standaard is 100, dit is volledige kwaliteit." + +#: ../../mod/admin.php:594 +msgid "Register policy" +msgstr "Registratiebeleid" + +#: ../../mod/admin.php:595 +msgid "Maximum Daily Registrations" +msgstr "Maximum aantal registraties per dag" + +#: ../../mod/admin.php:595 +msgid "" +"If registration is permitted above, this sets the maximum number of new user" +" registrations to accept per day. If register is set to closed, this " +"setting has no effect." +msgstr "Als registratie hierboven is toegelaten, zet dit het maximum aantal registraties van nieuwe gebruikers per dag. Als registratie niet is toegelaten heeft deze instelling geen effect." + +#: ../../mod/admin.php:596 +msgid "Register text" +msgstr "Registratietekst" + +#: ../../mod/admin.php:596 +msgid "Will be displayed prominently on the registration page." +msgstr "Dit zal prominent op de registratiepagina getoond worden." + +#: ../../mod/admin.php:597 +msgid "Accounts abandoned after x days" +msgstr "Verlaten accounts na x dagen" + +#: ../../mod/admin.php:597 +msgid "" +"Will not waste system resources polling external sites for abandonded " +"accounts. Enter 0 for no time limit." +msgstr "Dit zal geen systeembronnen verspillen aan het nakijken van externe sites voor verlaten accounts. Geef 0 is voor geen tijdslimiet." + +#: ../../mod/admin.php:598 +msgid "Allowed friend domains" +msgstr "Toegelaten vriend domeinen" + +#: ../../mod/admin.php:598 +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 die een vriendschapsband met deze website mogen aangaan. Jokers zijn toegelaten. Laat leeg om alle domeinen toe te laten." + +#: ../../mod/admin.php:599 +msgid "Allowed email domains" +msgstr "Toegelaten e-mail domeinen" + +#: ../../mod/admin.php:599 +msgid "" +"Comma separated list of domains which are allowed in email addresses for " +"registrations to this site. Wildcards are accepted. Empty to allow any " +"domains" +msgstr "Door komma's gescheiden lijst met e-maildomeinen die op deze website mogen registeren. Wildcards zijn toegestaan.\nLeeg laten om alle domeinen toe te staan." + +#: ../../mod/admin.php:600 +msgid "Block public" +msgstr "Openbare toegang blokkeren" + +#: ../../mod/admin.php:600 +msgid "" +"Check to block public access to all otherwise public personal pages on this " +"site unless you are currently logged in." +msgstr "Kruis dit aan om alle openbare persoonlijke pagina's alleen toegankelijk te maken voor ingelogde gebruikers." + +#: ../../mod/admin.php:601 +msgid "Force publish" +msgstr "Dwing publiceren af" + +#: ../../mod/admin.php:601 +msgid "" +"Check to force all profiles on this site to be listed in the site directory." +msgstr "Kruis dit aan om af te dwingen dat alle profielen op deze website in de gids van deze website gepubliceerd worden." + +#: ../../mod/admin.php:602 +msgid "Global directory update URL" +msgstr "Update-adres van de globale gids" + +#: ../../mod/admin.php:602 +msgid "" +"URL to update the global directory. If this is not set, the global directory" +" is completely unavailable to the application." +msgstr "URL om de globale gids aan te passen. Als dit niet is ingevuld, is de globale gids volledig onbeschikbaar voor deze toepassing." + +#: ../../mod/admin.php:603 +msgid "Allow threaded items" +msgstr "Sta threads in conversaties toe" + +#: ../../mod/admin.php:603 +msgid "Allow infinite level threading for items on this site." +msgstr "Sta oneindige niveaus threads in conversaties op deze website toe." + +#: ../../mod/admin.php:604 +msgid "Private posts by default for new users" +msgstr "Privéberichten als standaard voor nieuwe gebruikers" + +#: ../../mod/admin.php:604 +msgid "" +"Set default post permissions for all new members to the default privacy " +"group rather than public." +msgstr "Stel de standaard rechten van berichten voor nieuwe leden op de standaard privacygroep in, in plaats van openbaar." + +#: ../../mod/admin.php:605 +msgid "Don't include post content in email notifications" +msgstr "De inhoud van het bericht niet insluiten bij e-mailnotificaties" + +#: ../../mod/admin.php:605 +msgid "" +"Don't include the content of a post/comment/private message/etc. in the " +"email notifications that are sent out from this site, as a privacy measure." +msgstr "De inhoud van berichten/commentaar/privéberichten/enzovoort niet insluiten in e-mailnotificaties die door deze website verzonden worden, voor de bescherming van je privacy." + +#: ../../mod/admin.php:606 +msgid "Disallow public access to addons listed in the apps menu." +msgstr "" + +#: ../../mod/admin.php:606 +msgid "" +"Checking this box will restrict addons listed in the apps menu to members " +"only." +msgstr "" + +#: ../../mod/admin.php:607 +msgid "Don't embed private images in posts" +msgstr "" + +#: ../../mod/admin.php:607 +msgid "" +"Don't replace locally-hosted private photos in posts with an embedded copy " +"of the image. This means that contacts who receive posts containing private " +"photos will have to authenticate and load each image, which may take a " +"while." +msgstr "" + +#: ../../mod/admin.php:608 +msgid "Allow Users to set remote_self" +msgstr "" + +#: ../../mod/admin.php:608 +msgid "" +"With checking this, every user is allowed to mark every contact as a " +"remote_self in the repair contact dialog. Setting this flag on a contact " +"causes mirroring every posting of that contact in the users stream." +msgstr "" + +#: ../../mod/admin.php:609 +msgid "Block multiple registrations" +msgstr "Blokkeer meerdere registraties" + +#: ../../mod/admin.php:609 +msgid "Disallow users to register additional accounts for use as pages." +msgstr "Laat niet toe dat gebruikers meerdere accounts aanmaken." + +#: ../../mod/admin.php:610 +msgid "OpenID support" +msgstr "OpenID ondersteuning" + +#: ../../mod/admin.php:610 +msgid "OpenID support for registration and logins." +msgstr "OpenID ondersteuning voor registraties en logins." + +#: ../../mod/admin.php:611 +msgid "Fullname check" +msgstr "Controleer volledige naam" + +#: ../../mod/admin.php:611 +msgid "" +"Force users to register with a space between firstname and lastname in Full " +"name, as an antispam measure" +msgstr "Verplicht gebruikers om zich te registreren met een spatie tussen voornaam en achternaam, als anti-spam maatregel" + +#: ../../mod/admin.php:612 +msgid "UTF-8 Regular expressions" +msgstr "UTF-8 reguliere uitdrukkingen" + +#: ../../mod/admin.php:612 +msgid "Use PHP UTF8 regular expressions" +msgstr "Gebruik PHP UTF8 reguliere uitdrukkingen" + +#: ../../mod/admin.php:613 +msgid "Show Community Page" +msgstr "Toon Gemeenschapspagina" + +#: ../../mod/admin.php:613 +msgid "" +"Display a Community page showing all recent public postings on this site." +msgstr "Toon een gemeenschapspagina die alle recente openbare berichten op deze website toont." + +#: ../../mod/admin.php:614 +msgid "Enable OStatus support" +msgstr "Activeer OStatus ondersteuning" + +#: ../../mod/admin.php:614 +msgid "" +"Provide built-in OStatus (identi.ca, status.net, etc.) compatibility. All " +"communications in OStatus are public, so privacy warnings will be " +"occasionally displayed." +msgstr "Bied ingebouwde Ostatus (identi.ca, status.net, enz.) ondersteuning. Alle communicaties in Ostatus zijn openbaar, dus zullen af en toe privacy waarschuwingen getoond worden." + +#: ../../mod/admin.php:615 +msgid "OStatus conversation completion interval" +msgstr "" + +#: ../../mod/admin.php:615 +msgid "" +"How often shall the poller check for new entries in OStatus conversations? " +"This can be a very ressource task." +msgstr "" + +#: ../../mod/admin.php:616 +msgid "Enable Diaspora support" +msgstr "Activeer Diaspora ondersteuning" + +#: ../../mod/admin.php:616 +msgid "Provide built-in Diaspora network compatibility." +msgstr "Bied ingebouwde ondersteuning voor het Diaspora netwerk." + +#: ../../mod/admin.php:617 +msgid "Only allow Friendica contacts" +msgstr "Laat alleen Friendica contacten toe" + +#: ../../mod/admin.php:617 +msgid "" +"All contacts must use Friendica protocols. All other built-in communication " +"protocols disabled." +msgstr "Alle contacten moeten een Friendica protocol gebruiken. Alle andere ingebouwde communicatieprotocols worden uitgeschakeld." + +#: ../../mod/admin.php:618 +msgid "Verify SSL" +msgstr "Controleer SSL" + +#: ../../mod/admin.php:618 +msgid "" +"If you wish, you can turn on strict certificate checking. This will mean you" +" cannot connect (at all) to self-signed SSL sites." +msgstr "Als je wilt kun je striktere certificaat controle activeren. Dit betekent dat je (totaal) niet kunt connecteren met sites die zelf-ondertekende SSL certificaten gebruiken." + +#: ../../mod/admin.php:619 +msgid "Proxy user" +msgstr "Proxy-gebruiker" + +#: ../../mod/admin.php:620 +msgid "Proxy URL" +msgstr "Proxy-URL" + +#: ../../mod/admin.php:621 +msgid "Network timeout" +msgstr "Netwerk timeout" + +#: ../../mod/admin.php:621 +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:622 +msgid "Delivery interval" +msgstr "Afleverinterval" + +#: ../../mod/admin.php:622 +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 "Stel achtergrond processen voor aflevering een aantal seconden uit om systeembelasting te beperken. Aanbevolen: 4-5 voor gedeelde hosten, 2-3 voor virtuele privé servers, 0-1 voor grote servers." + +#: ../../mod/admin.php:623 +msgid "Poll interval" +msgstr "Poll-interval" + +#: ../../mod/admin.php:623 +msgid "" +"Delay background polling processes by this many seconds to reduce system " +"load. If 0, use delivery interval." +msgstr "Stel achtergrondprocessen zoveel seconden uit om de systeembelasting te beperken. Indien 0 wordt het afleverinterval gebruikt." + +#: ../../mod/admin.php:624 +msgid "Maximum Load Average" +msgstr "Maximum gemiddelde belasting" + +#: ../../mod/admin.php:624 +msgid "" +"Maximum system load before delivery and poll processes are deferred - " +"default 50." +msgstr "Maximum systeembelasting voordat aflever- en poll-processen uitgesteld worden - standaard 50." + +#: ../../mod/admin.php:626 +msgid "Use MySQL full text engine" +msgstr "Gebruik de tekst-zoekfunctie van MySQL" + +#: ../../mod/admin.php:626 +msgid "" +"Activates the full text engine. Speeds up search - but can only search for " +"four and more characters." +msgstr "Activeert de zoekmotor. Dit maakt zoeken sneller, maar het kan alleen zoeken naar teksten van minstens vier letters." + +#: ../../mod/admin.php:627 +msgid "Suppress Language" +msgstr "" + +#: ../../mod/admin.php:627 +msgid "Suppress language information in meta information about a posting." +msgstr "" + +#: ../../mod/admin.php:628 +msgid "Path to item cache" +msgstr "Pad naar cache voor items" + +#: ../../mod/admin.php:629 +msgid "Cache duration in seconds" +msgstr "Cache tijdsduur in seconden" + +#: ../../mod/admin.php:629 +msgid "" +"How long should the cache files be hold? Default value is 86400 seconds (One" +" day)." +msgstr "Hoe lang moeten bestanden in cache gehouden worden? Standaard waarde is 86400 seconden (een dag)." + +#: ../../mod/admin.php:630 +msgid "Path for lock file" +msgstr "Pad voor lock bestand" + +#: ../../mod/admin.php:631 +msgid "Temp path" +msgstr "Tijdelijk pad" + +#: ../../mod/admin.php:632 +msgid "Base path to installation" +msgstr "Basispad voor installatie" + +#: ../../mod/admin.php:634 +msgid "New base url" +msgstr "" + +#: ../../mod/admin.php:652 +msgid "Update has been marked successful" +msgstr "Wijziging succesvol gemarkeerd " + +#: ../../mod/admin.php:662 +#, php-format +msgid "Executing %s failed. Check system logs." +msgstr "Uitvoering van %s is mislukt. Kijk de systeem logbestanden na." + +#: ../../mod/admin.php:665 +#, php-format +msgid "Update %s was successfully applied." +msgstr "Wijziging %s geslaagd." + +#: ../../mod/admin.php:669 +#, php-format +msgid "Update %s did not return a status. Unknown if it succeeded." +msgstr "Wijziging %s gaf geen status terug. We weten niet of de wijziging geslaagd is." + +#: ../../mod/admin.php:672 +#, php-format +msgid "Update function %s could not be found." +msgstr "Update-functie %s kon niet gevonden worden." + +#: ../../mod/admin.php:687 +msgid "No failed updates." +msgstr "Geen misluke wijzigingen" + +#: ../../mod/admin.php:691 +msgid "Failed Updates" +msgstr "Misluke wijzigingen" + +#: ../../mod/admin.php:692 +msgid "" +"This does not include updates prior to 1139, which did not return a status." +msgstr "Dit is zonder de wijzigingen voor 1139, welke geen status teruggaven." + +#: ../../mod/admin.php:693 +msgid "Mark success (if update was manually applied)" +msgstr "Markeren als succes (als aanpassing manueel doorgevoerd werd)" + +#: ../../mod/admin.php:694 +msgid "Attempt to execute this update step automatically" +msgstr "Probeer deze stap automatisch uit te voeren" + +#: ../../mod/admin.php:740 +msgid "Registration successful. Email send to user" +msgstr "" + +#: ../../mod/admin.php:750 +#, php-format +msgid "%s user blocked/unblocked" +msgid_plural "%s users blocked/unblocked" +msgstr[0] "%s gebruiker geblokkeerd/niet geblokkeerd" +msgstr[1] "%s gebruikers geblokkeerd/niet geblokkeerd" + +#: ../../mod/admin.php:757 +#, php-format +msgid "%s user deleted" +msgid_plural "%s users deleted" +msgstr[0] "%s gebruiker verwijderd" +msgstr[1] "%s gebruikers verwijderd" + +#: ../../mod/admin.php:796 +#, php-format +msgid "User '%s' deleted" +msgstr "Gebruiker '%s' verwijderd" + +#: ../../mod/admin.php:804 +#, php-format +msgid "User '%s' unblocked" +msgstr "Gebruiker '%s' niet meer geblokkeerd" + +#: ../../mod/admin.php:804 +#, php-format +msgid "User '%s' blocked" +msgstr "Gebruiker '%s' geblokkeerd" + +#: ../../mod/admin.php:899 +msgid "Add User" +msgstr "" + +#: ../../mod/admin.php:900 +msgid "select all" +msgstr "Alles selecteren" + +#: ../../mod/admin.php:901 +msgid "User registrations waiting for confirm" +msgstr "Gebruikersregistraties wachten op een bevestiging" + +#: ../../mod/admin.php:902 +msgid "User waiting for permanent deletion" +msgstr "" + +#: ../../mod/admin.php:903 +msgid "Request date" +msgstr "Registratiedatum" + +#: ../../mod/admin.php:903 ../../mod/admin.php:915 ../../mod/admin.php:916 +#: ../../mod/admin.php:929 ../../mod/crepair.php:150 +#: ../../mod/settings.php:603 ../../mod/settings.php:629 +msgid "Name" +msgstr "Naam" + +#: ../../mod/admin.php:903 ../../mod/admin.php:915 ../../mod/admin.php:916 +#: ../../mod/admin.php:931 ../../include/contact_selectors.php:79 +#: ../../include/contact_selectors.php:86 +msgid "Email" +msgstr "E-mail" + +#: ../../mod/admin.php:904 +msgid "No registrations." +msgstr "Geen registraties." + +#: ../../mod/admin.php:905 ../../mod/notifications.php:161 +#: ../../mod/notifications.php:208 +msgid "Approve" +msgstr "Goedkeuren" + +#: ../../mod/admin.php:906 +msgid "Deny" +msgstr "Weiger" + +#: ../../mod/admin.php:908 ../../mod/contacts.php:425 +#: ../../mod/contacts.php:484 ../../mod/contacts.php:692 +msgid "Block" +msgstr "Blokkeren" + +#: ../../mod/admin.php:909 ../../mod/contacts.php:425 +#: ../../mod/contacts.php:484 ../../mod/contacts.php:692 +msgid "Unblock" +msgstr "Blokkering opheffen" + +#: ../../mod/admin.php:910 +msgid "Site admin" +msgstr "Sitebeheerder" + +#: ../../mod/admin.php:911 +msgid "Account expired" +msgstr "Account verlopen" + +#: ../../mod/admin.php:914 +msgid "New User" +msgstr "" + +#: ../../mod/admin.php:915 ../../mod/admin.php:916 +msgid "Register date" +msgstr "Registratiedatum" + +#: ../../mod/admin.php:915 ../../mod/admin.php:916 +msgid "Last login" +msgstr "Laatste login" + +#: ../../mod/admin.php:915 ../../mod/admin.php:916 +msgid "Last item" +msgstr "Laatste item" + +#: ../../mod/admin.php:915 +msgid "Deleted since" +msgstr "" + +#: ../../mod/admin.php:916 +msgid "Account" +msgstr "Account" + +#: ../../mod/admin.php:918 +msgid "" +"Selected users will be deleted!\\n\\nEverything these users had posted on " +"this site will be permanently deleted!\\n\\nAre you sure?" +msgstr "Geselecteerde gebruikers zullen verwijderd worden!\\n\\nAlles wat deze gebruikers gepost hebben op deze website zal permanent verwijderd worden!\\n\\nBen je zeker?" + +#: ../../mod/admin.php:919 +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 "De gebruiker {0} zal verwijderd worden!\\n\\nAlles wat deze gebruiker gepost heeft op deze website zal permanent verwijderd worden!\\n\\nBen je zeker?" + +#: ../../mod/admin.php:929 +msgid "Name of the new user." +msgstr "" + +#: ../../mod/admin.php:930 +msgid "Nickname" +msgstr "" + +#: ../../mod/admin.php:930 +msgid "Nickname of the new user." +msgstr "" + +#: ../../mod/admin.php:931 +msgid "Email address of the new user." +msgstr "" + +#: ../../mod/admin.php:964 +#, php-format +msgid "Plugin %s disabled." +msgstr "Plugin %s uitgeschakeld." + +#: ../../mod/admin.php:968 +#, php-format +msgid "Plugin %s enabled." +msgstr "Plugin %s ingeschakeld." + +#: ../../mod/admin.php:978 ../../mod/admin.php:1181 +msgid "Disable" +msgstr "Uitschakelen" + +#: ../../mod/admin.php:980 ../../mod/admin.php:1183 +msgid "Enable" +msgstr "Inschakelen" + +#: ../../mod/admin.php:1003 ../../mod/admin.php:1211 +msgid "Toggle" +msgstr "Schakelaar" + +#: ../../mod/admin.php:1011 ../../mod/admin.php:1221 +msgid "Author: " +msgstr "Auteur:" + +#: ../../mod/admin.php:1012 ../../mod/admin.php:1222 +msgid "Maintainer: " +msgstr "Onderhoud:" + +#: ../../mod/admin.php:1141 +msgid "No themes found." +msgstr "Geen thema's gevonden." + +#: ../../mod/admin.php:1203 +msgid "Screenshot" +msgstr "Schermafdruk" + +#: ../../mod/admin.php:1249 +msgid "[Experimental]" +msgstr "[Experimenteel]" + +#: ../../mod/admin.php:1250 +msgid "[Unsupported]" +msgstr "[Niet ondersteund]" + +#: ../../mod/admin.php:1277 +msgid "Log settings updated." +msgstr "Log instellingen gewijzigd" + +#: ../../mod/admin.php:1333 +msgid "Clear" +msgstr "Wis" + +#: ../../mod/admin.php:1339 +msgid "Enable Debugging" +msgstr "" + +#: ../../mod/admin.php:1340 +msgid "Log file" +msgstr "Logbestand" + +#: ../../mod/admin.php:1340 +msgid "" +"Must be writable by web server. Relative to your Friendica top-level " +"directory." +msgstr "De webserver moet hier kunnen schrijven. Relatief t.o.v. van de hoogste folder binnen uw Friendica-installatie." + +#: ../../mod/admin.php:1341 +msgid "Log level" +msgstr "Log niveau" + +#: ../../mod/admin.php:1390 ../../mod/contacts.php:481 +msgid "Update now" +msgstr "Wijzig nu" + +#: ../../mod/admin.php:1391 +msgid "Close" +msgstr "Afsluiten" + +#: ../../mod/admin.php:1397 +msgid "FTP Host" +msgstr "FTP Server" + +#: ../../mod/admin.php:1398 +msgid "FTP Path" +msgstr "FTP Pad" + +#: ../../mod/admin.php:1399 +msgid "FTP User" +msgstr "FTP Gebruiker" + +#: ../../mod/admin.php:1400 +msgid "FTP Password" +msgstr "FTP wachtwoord" + +#: ../../mod/_search.php:99 ../../mod/search.php:99 ../../include/text.php:934 +#: ../../include/text.php:935 ../../include/nav.php:118 +msgid "Search" +msgstr "Zoeken" + +#: ../../mod/_search.php:180 ../../mod/_search.php:206 +#: ../../mod/search.php:179 ../../mod/search.php:205 +#: ../../mod/community.php:61 ../../mod/community.php:91 +msgid "No results." +msgstr "Geen resultaten." + +#: ../../mod/profile.php:180 +msgid "Tips for New Members" +msgstr "Tips voor nieuwe leden" + +#: ../../mod/share.php:44 +msgid "link" +msgstr "link" + +#: ../../mod/tagger.php:95 ../../include/conversation.php:266 +#, php-format +msgid "%1$s tagged %2$s's %3$s with %4$s" +msgstr "%1$s labelde %3$s van %2$s met %4$s" + +#: ../../mod/editpost.php:17 ../../mod/editpost.php:27 +msgid "Item not found" +msgstr "Item niet gevonden" + +#: ../../mod/editpost.php:39 +msgid "Edit post" +msgstr "Bericht bewerken" + +#: ../../mod/editpost.php:111 ../../include/conversation.php:1082 +msgid "upload photo" +msgstr "Foto uploaden" + +#: ../../mod/editpost.php:112 ../../include/conversation.php:1083 +msgid "Attach file" +msgstr "Bestand bijvoegen" + +#: ../../mod/editpost.php:113 ../../include/conversation.php:1084 +msgid "attach file" +msgstr "bestand bijvoegen" + +#: ../../mod/editpost.php:115 ../../include/conversation.php:1086 +msgid "web link" +msgstr "webadres" + +#: ../../mod/editpost.php:116 ../../include/conversation.php:1087 +msgid "Insert video link" +msgstr "Voeg video toe" + +#: ../../mod/editpost.php:117 ../../include/conversation.php:1088 +msgid "video link" +msgstr "video adres" + +#: ../../mod/editpost.php:118 ../../include/conversation.php:1089 +msgid "Insert audio link" +msgstr "Voeg audio adres toe" + +#: ../../mod/editpost.php:119 ../../include/conversation.php:1090 +msgid "audio link" +msgstr "audio adres" + +#: ../../mod/editpost.php:120 ../../include/conversation.php:1091 +msgid "Set your location" +msgstr "Stel uw locatie in" + +#: ../../mod/editpost.php:121 ../../include/conversation.php:1092 +msgid "set location" +msgstr "Stel uw locatie in" + +#: ../../mod/editpost.php:122 ../../include/conversation.php:1093 +msgid "Clear browser location" +msgstr "Verwijder locatie uit uw webbrowser" + +#: ../../mod/editpost.php:123 ../../include/conversation.php:1094 +msgid "clear location" +msgstr "Verwijder locatie uit uw webbrowser" + +#: ../../mod/editpost.php:125 ../../include/conversation.php:1100 +msgid "Permission settings" +msgstr "Instellingen van rechten" + +#: ../../mod/editpost.php:133 ../../include/conversation.php:1109 +msgid "CC: email addresses" +msgstr "CC: e-mailadressen" + +#: ../../mod/editpost.php:134 ../../include/conversation.php:1110 +msgid "Public post" +msgstr "Openbare post" + +#: ../../mod/editpost.php:137 ../../include/conversation.php:1096 +msgid "Set title" +msgstr "Titel plaatsen" + +#: ../../mod/editpost.php:139 ../../include/conversation.php:1098 +msgid "Categories (comma-separated list)" +msgstr "Categorieën (komma-gescheiden lijst)" + +#: ../../mod/editpost.php:140 ../../include/conversation.php:1112 +msgid "Example: bob@example.com, mary@example.com" +msgstr "Voorbeeld: bob@voorbeeld.nl, an@voorbeeld.be" + +#: ../../mod/attach.php:8 +msgid "Item not available." +msgstr "Item niet beschikbaar" + +#: ../../mod/attach.php:20 +msgid "Item was not found." +msgstr "Item niet gevonden" + +#: ../../mod/regmod.php:63 +msgid "Account approved." +msgstr "Account goedgekeurd." + +#: ../../mod/regmod.php:100 +#, php-format +msgid "Registration revoked for %s" +msgstr "Registratie ingetrokken voor %s" + +#: ../../mod/regmod.php:112 +msgid "Please login." +msgstr "Log a.u.b. in." + +#: ../../mod/directory.php:57 +msgid "Find on this site" +msgstr "Op deze website zoeken" + +#: ../../mod/directory.php:59 ../../mod/contacts.php:685 +msgid "Finding: " +msgstr "Gevonden:" + +#: ../../mod/directory.php:60 +msgid "Site Directory" +msgstr "Websitegids" + +#: ../../mod/directory.php:61 ../../mod/contacts.php:686 +#: ../../include/contact_widgets.php:33 +msgid "Find" +msgstr "Zoek" + +#: ../../mod/directory.php:111 ../../mod/profiles.php:686 +msgid "Age: " +msgstr "Leeftijd:" + +#: ../../mod/directory.php:114 +msgid "Gender: " +msgstr "Geslacht:" + +#: ../../mod/directory.php:142 ../../include/profile_advanced.php:58 +msgid "About:" +msgstr "Over:" + +#: ../../mod/directory.php:187 +msgid "No entries (some entries may be hidden)." +msgstr "Geen gegevens (sommige gegevens kunnen verborgen zijn)." + +#: ../../mod/crepair.php:104 +msgid "Contact settings applied." +msgstr "Contactinstellingen toegepast." + +#: ../../mod/crepair.php:106 +msgid "Contact update failed." +msgstr "Aanpassen van contact mislukt." + +#: ../../mod/crepair.php:137 +msgid "Repair Contact Settings" +msgstr "Contactinstellingen herstellen" + +#: ../../mod/crepair.php:139 +msgid "" +"WARNING: This is highly advanced and if you enter incorrect" +" information your communications with this contact may stop working." +msgstr "" + +#: ../../mod/crepair.php:140 +msgid "" +"Please use your browser 'Back' button now if you are " +"uncertain what to do on this page." +msgstr "Gebruik nu de \"terug\"-knop in je webbrowser wanneer je niet weet wat je op deze pagina moet doen." + +#: ../../mod/crepair.php:146 +msgid "Return to contact editor" +msgstr "Ga terug naar contactbewerker" + +#: ../../mod/crepair.php:151 +msgid "Account Nickname" +msgstr "Bijnaam account" + +#: ../../mod/crepair.php:152 +msgid "@Tagname - overrides Name/Nickname" +msgstr "@Labelnaam - krijgt voorrang op naam/bijnaam" + +#: ../../mod/crepair.php:153 +msgid "Account URL" +msgstr "URL account" + +#: ../../mod/crepair.php:154 +msgid "Friend Request URL" +msgstr "URL vriendschapsverzoek" + +#: ../../mod/crepair.php:155 +msgid "Friend Confirm URL" +msgstr "" + +#: ../../mod/crepair.php:156 +msgid "Notification Endpoint URL" +msgstr "" + +#: ../../mod/crepair.php:157 +msgid "Poll/Feed URL" +msgstr "URL poll/feed" + +#: ../../mod/crepair.php:158 +msgid "New photo from this URL" +msgstr "Nieuwe foto van deze URL" + +#: ../../mod/crepair.php:159 +msgid "Remote Self" +msgstr "" + +#: ../../mod/crepair.php:161 +msgid "Mirror postings from this contact" +msgstr "" + +#: ../../mod/crepair.php:161 +msgid "" +"Mark this contact as remote_self, this will cause friendica to repost new " +"entries from this contact." +msgstr "" + +#: ../../mod/uimport.php:66 +msgid "Move account" +msgstr "Account verplaatsen" + +#: ../../mod/uimport.php:67 +msgid "You can import an account from another Friendica server." +msgstr "Je kunt een account van een andere Friendica server importeren." + +#: ../../mod/uimport.php:68 +msgid "" +"You need to export your account from the old server and upload it here. We " +"will recreate your old account here with all your contacts. We will try also" +" to inform your friends that you moved here." +msgstr "Je moet je account bij de oude server exporteren, en hier uploaden. We zullen je oude account hier opnieuw aanmaken, met al je contacten. We zullen ook proberen om je vrienden in te lichten dat je naar hier verhuisd bent." + +#: ../../mod/uimport.php:69 +msgid "" +"This feature is experimental. We can't import contacts from the OStatus " +"network (statusnet/identi.ca) or from Diaspora" +msgstr "Deze functie is experimenteel. We kunnen geen contacten van het OStatus netwerk (statusnet/identi.ca) of van Diaspora importeren." + +#: ../../mod/uimport.php:70 +msgid "Account file" +msgstr "Account bestand" + +#: ../../mod/uimport.php:70 +msgid "" +"To export your account, go to \"Settings->Export your personal data\" and " +"select \"Export account\"" +msgstr "" + +#: ../../mod/lockview.php:31 ../../mod/lockview.php:39 +msgid "Remote privacy information not available." +msgstr "Privacyinformatie op afstand niet beschikbaar." + +#: ../../mod/lockview.php:48 +msgid "Visible to:" +msgstr "Zichtbaar voor:" + +#: ../../mod/notes.php:63 ../../mod/filer.php:31 ../../include/text.php:937 +msgid "Save" +msgstr "Bewaren" + +#: ../../mod/help.php:79 +msgid "Help:" +msgstr "Help:" + +#: ../../mod/help.php:84 ../../include/nav.php:113 +msgid "Help" +msgstr "Help" + +#: ../../mod/hcard.php:10 +msgid "No profile" +msgstr "Geen profiel" + +#: ../../mod/dfrn_request.php:93 +msgid "This introduction has already been accepted." +msgstr "Verzoek is al goedgekeurd" + +#: ../../mod/dfrn_request.php:118 ../../mod/dfrn_request.php:513 +msgid "Profile location is not valid or does not contain profile information." +msgstr "Profiel is ongeldig of bevat geen informatie" + +#: ../../mod/dfrn_request.php:123 ../../mod/dfrn_request.php:518 +msgid "Warning: profile location has no identifiable owner name." +msgstr "Waarschuwing: de profiellocatie heeft geen identificeerbare eigenaar." + +#: ../../mod/dfrn_request.php:125 ../../mod/dfrn_request.php:520 +msgid "Warning: profile location has no profile photo." +msgstr "Waarschuwing: Profieladres heeft geen profielfoto." + +#: ../../mod/dfrn_request.php:128 ../../mod/dfrn_request.php:523 +#, php-format +msgid "%d required parameter was not found at the given location" +msgid_plural "%d required parameters were not found at the given location" +msgstr[0] "De %d vereiste parameter is niet op het gegeven adres gevonden" +msgstr[1] "De %d vereiste parameters zijn niet op het gegeven adres gevonden" + +#: ../../mod/dfrn_request.php:170 +msgid "Introduction complete." +msgstr "Verzoek voltooid." + +#: ../../mod/dfrn_request.php:209 +msgid "Unrecoverable protocol error." +msgstr "Onherstelbare protocolfout. " + +#: ../../mod/dfrn_request.php:237 +msgid "Profile unavailable." +msgstr "Profiel onbeschikbaar" + +#: ../../mod/dfrn_request.php:262 +#, php-format +msgid "%s has received too many connection requests today." +msgstr "%s heeft te veel verzoeken gehad vandaag." + +#: ../../mod/dfrn_request.php:263 +msgid "Spam protection measures have been invoked." +msgstr "Beveiligingsmaatregelen tegen spam zijn in werking getreden." + +#: ../../mod/dfrn_request.php:264 +msgid "Friends are advised to please try again in 24 hours." +msgstr "Wij adviseren vrienden om het over 24 uur nog een keer te proberen." + +#: ../../mod/dfrn_request.php:326 +msgid "Invalid locator" +msgstr "Ongeldige plaatsbepaler" + +#: ../../mod/dfrn_request.php:335 +msgid "Invalid email address." +msgstr "Geen geldig e-mailadres" + +#: ../../mod/dfrn_request.php:362 +msgid "This account has not been configured for email. Request failed." +msgstr "Aanvraag mislukt. Dit account is niet geconfigureerd voor e-mail." + +#: ../../mod/dfrn_request.php:458 +msgid "Unable to resolve your name at the provided location." +msgstr "Ik kan jouw naam op het opgegeven adres niet vinden." + +#: ../../mod/dfrn_request.php:471 +msgid "You have already introduced yourself here." +msgstr "Je hebt jezelf hier al voorgesteld." + +#: ../../mod/dfrn_request.php:475 +#, php-format +msgid "Apparently you are already friends with %s." +msgstr "Blijkbaar bent u al bevriend met %s." + +#: ../../mod/dfrn_request.php:496 +msgid "Invalid profile URL." +msgstr "Ongeldig profiel adres." + +#: ../../mod/dfrn_request.php:502 ../../include/follow.php:27 +msgid "Disallowed profile URL." +msgstr "Niet toegelaten profiel adres." + +#: ../../mod/dfrn_request.php:571 ../../mod/contacts.php:174 +msgid "Failed to update contact record." +msgstr "Ik kon de contactgegevens niet aanpassen." + +#: ../../mod/dfrn_request.php:592 +msgid "Your introduction has been sent." +msgstr "Je verzoek is verzonden." + +#: ../../mod/dfrn_request.php:645 +msgid "Please login to confirm introduction." +msgstr "Log in om je verzoek te bevestigen." + +#: ../../mod/dfrn_request.php:659 +msgid "" +"Incorrect identity currently logged in. Please login to " +"this profile." +msgstr "Je huidige identiteit is niet de juiste. Log a.u.b. in met dit profiel." + +#: ../../mod/dfrn_request.php:670 +msgid "Hide this contact" +msgstr "Verberg dit contact" + +#: ../../mod/dfrn_request.php:673 +#, php-format +msgid "Welcome home %s." +msgstr "Welkom terug %s." + +#: ../../mod/dfrn_request.php:674 +#, php-format +msgid "Please confirm your introduction/connection request to %s." +msgstr "Bevestig je vriendschaps-/connectieverzoek voor %s." + +#: ../../mod/dfrn_request.php:675 +msgid "Confirm" +msgstr "Bevestig" + +#: ../../mod/dfrn_request.php:716 ../../include/items.php:3532 +msgid "[Name Withheld]" +msgstr "[Naam achtergehouden]" + +#: ../../mod/dfrn_request.php:811 +msgid "" +"Please enter your 'Identity Address' from one of the following supported " +"communications networks:" +msgstr "Vul hier uw 'Identiteitsadres' in van een van de volgende ondersteunde communicatienetwerken:" + +#: ../../mod/dfrn_request.php:827 +msgid "Connect as an email follower (Coming soon)" +msgstr "Sluit aan als e-mail volger (Binnenkort)" + +#: ../../mod/dfrn_request.php:829 +msgid "" +"If you are not yet a member of the free social web, follow this link to find a public" +" Friendica site and join us today." +msgstr "Als je nog geen lid bent van het vrije sociale web, volg dan deze link om een openbare Friendica-website te vinden, en sluit je vandaag nog aan." + +#: ../../mod/dfrn_request.php:832 +msgid "Friend/Connection Request" +msgstr "Vriendschaps-/connectieverzoek" + +#: ../../mod/dfrn_request.php:833 +msgid "" +"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, " +"testuser@identi.ca" +msgstr "Voorbeelden: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca" + +#: ../../mod/dfrn_request.php:834 +msgid "Please answer the following:" +msgstr "Beantwoord het volgende:" + +#: ../../mod/dfrn_request.php:835 +#, php-format +msgid "Does %s know you?" +msgstr "Kent %s jou?" + +#: ../../mod/dfrn_request.php:838 +msgid "Add a personal note:" +msgstr "Voeg een persoonlijke opmerking toe:" + +#: ../../mod/dfrn_request.php:840 ../../include/contact_selectors.php:76 +msgid "Friendica" +msgstr "Friendica" + +#: ../../mod/dfrn_request.php:841 +msgid "StatusNet/Federated Social Web" +msgstr "StatusNet/Gefedereerde Sociale Web" + +#: ../../mod/dfrn_request.php:842 ../../mod/settings.php:722 +#: ../../include/contact_selectors.php:80 +msgid "Diaspora" +msgstr "Diaspora" + +#: ../../mod/dfrn_request.php:843 +#, php-format +msgid "" +" - please do not use this form. Instead, enter %s into your Diaspora search" +" bar." +msgstr "- Gebruik a.u.b. niet dit formulier. Vul %s in in je Diaspora zoekbalk." + +#: ../../mod/dfrn_request.php:844 +msgid "Your Identity Address:" +msgstr "Adres van uw identiteit:" + +#: ../../mod/dfrn_request.php:847 +msgid "Submit Request" +msgstr "Aanvraag indienen" + +#: ../../mod/update_profile.php:41 ../../mod/update_network.php:22 +#: ../../mod/update_display.php:22 ../../mod/update_community.php:18 +#: ../../mod/update_notes.php:41 +msgid "[Embedded content - reload page to view]" +msgstr "[Ingebedde inhoud - herlaad pagina om het te bekijken]" + +#: ../../mod/content.php:496 ../../include/conversation.php:686 +msgid "View in context" +msgstr "In context bekijken" + +#: ../../mod/contacts.php:104 +#, php-format +msgid "%d contact edited." +msgid_plural "%d contacts edited" +msgstr[0] "" +msgstr[1] "" + +#: ../../mod/contacts.php:135 ../../mod/contacts.php:258 msgid "Could not access contact record." msgstr "Kon geen toegang krijgen tot de contactgegevens" -#: ../../mod/contacts.php:99 +#: ../../mod/contacts.php:149 msgid "Could not locate selected profile." msgstr "Kon het geselecteerde profiel niet vinden." -#: ../../mod/contacts.php:122 +#: ../../mod/contacts.php:172 msgid "Contact updated." msgstr "Contact bijgewerkt." -#: ../../mod/contacts.php:187 +#: ../../mod/contacts.php:272 msgid "Contact has been blocked" msgstr "Contact is geblokkeerd" -#: ../../mod/contacts.php:187 +#: ../../mod/contacts.php:272 msgid "Contact has been unblocked" msgstr "Contact is gedeblokkeerd" -#: ../../mod/contacts.php:201 +#: ../../mod/contacts.php:282 msgid "Contact has been ignored" msgstr "Contact wordt genegeerd" -#: ../../mod/contacts.php:201 +#: ../../mod/contacts.php:282 msgid "Contact has been unignored" msgstr "Contact wordt niet meer genegeerd" -#: ../../mod/contacts.php:220 +#: ../../mod/contacts.php:293 msgid "Contact has been archived" msgstr "Contact is gearchiveerd" -#: ../../mod/contacts.php:220 +#: ../../mod/contacts.php:293 msgid "Contact has been unarchived" msgstr "Contact is niet meer gearchiveerd" -#: ../../mod/contacts.php:244 +#: ../../mod/contacts.php:318 ../../mod/contacts.php:689 msgid "Do you really want to delete this contact?" msgstr "Wil je echt dit contact verwijderen?" -#: ../../mod/contacts.php:263 +#: ../../mod/contacts.php:335 msgid "Contact has been removed." msgstr "Contact is verwijderd." -#: ../../mod/contacts.php:301 +#: ../../mod/contacts.php:373 #, php-format msgid "You are mutual friends with %s" msgstr "Je bent wederzijds bevriend met %s" -#: ../../mod/contacts.php:305 +#: ../../mod/contacts.php:377 #, php-format msgid "You are sharing with %s" msgstr "Je deelt met %s" -#: ../../mod/contacts.php:310 +#: ../../mod/contacts.php:382 #, php-format msgid "%s is sharing with you" msgstr "%s deelt met jou" -#: ../../mod/contacts.php:327 +#: ../../mod/contacts.php:399 msgid "Private communications are not available for this contact." msgstr "Privécommunicatie met dit contact is niet beschikbaar." -#: ../../mod/contacts.php:334 +#: ../../mod/contacts.php:406 msgid "(Update was successful)" msgstr "(Wijziging is geslaagd)" -#: ../../mod/contacts.php:334 +#: ../../mod/contacts.php:406 msgid "(Update was not successful)" msgstr "(Wijziging is niet geslaagd)" -#: ../../mod/contacts.php:336 +#: ../../mod/contacts.php:408 msgid "Suggest friends" msgstr "Stel vrienden voor" -#: ../../mod/contacts.php:340 +#: ../../mod/contacts.php:412 #, php-format msgid "Network type: %s" msgstr "Netwerk type: %s" -#: ../../mod/contacts.php:348 +#: ../../mod/contacts.php:415 ../../include/contact_widgets.php:199 +#, php-format +msgid "%d contact in common" +msgid_plural "%d contacts in common" +msgstr[0] "%d gedeeld contact" +msgstr[1] "%d gedeelde contacten" + +#: ../../mod/contacts.php:420 msgid "View all contacts" msgstr "Alle contacten zien" -#: ../../mod/contacts.php:356 +#: ../../mod/contacts.php:428 msgid "Toggle Blocked status" msgstr "Schakel geblokkeerde status" -#: ../../mod/contacts.php:359 ../../mod/contacts.php:413 +#: ../../mod/contacts.php:431 ../../mod/contacts.php:485 +#: ../../mod/contacts.php:693 msgid "Unignore" msgstr "Negeer niet meer" -#: ../../mod/contacts.php:362 -msgid "Toggle Ignored status" -msgstr "Schakel negeer status" +#: ../../mod/contacts.php:431 ../../mod/contacts.php:485 +#: ../../mod/contacts.php:693 ../../mod/notifications.php:51 +#: ../../mod/notifications.php:164 ../../mod/notifications.php:210 +msgid "Ignore" +msgstr "Negeren" -#: ../../mod/contacts.php:366 +#: ../../mod/contacts.php:434 +msgid "Toggle Ignored status" +msgstr "Schakel negeerstatus" + +#: ../../mod/contacts.php:438 ../../mod/contacts.php:694 msgid "Unarchive" msgstr "Archiveer niet meer" -#: ../../mod/contacts.php:366 +#: ../../mod/contacts.php:438 ../../mod/contacts.php:694 msgid "Archive" msgstr "Archiveer" -#: ../../mod/contacts.php:369 +#: ../../mod/contacts.php:441 msgid "Toggle Archive status" msgstr "Schakel archiveringsstatus" -#: ../../mod/contacts.php:372 +#: ../../mod/contacts.php:444 msgid "Repair" msgstr "Herstellen" -#: ../../mod/contacts.php:375 +#: ../../mod/contacts.php:447 msgid "Advanced Contact Settings" msgstr "Geavanceerde instellingen voor contacten" -#: ../../mod/contacts.php:381 +#: ../../mod/contacts.php:453 msgid "Communications lost with this contact!" msgstr "Communicatie met dit contact is verbroken!" -#: ../../mod/contacts.php:384 +#: ../../mod/contacts.php:456 msgid "Contact Editor" msgstr "Contactbewerker" -#: ../../mod/contacts.php:387 +#: ../../mod/contacts.php:459 msgid "Profile Visibility" msgstr "Zichtbaarheid profiel" -#: ../../mod/contacts.php:388 +#: ../../mod/contacts.php:460 #, php-format msgid "" "Please choose the profile you would like to display to %s when viewing your " "profile securely." msgstr "Kies het profiel dat getoond moet worden wanneer %s uw profiel bezoekt. " -#: ../../mod/contacts.php:389 +#: ../../mod/contacts.php:461 msgid "Contact Information / Notes" -msgstr "Contactinformatie / Opmerkingen" +msgstr "Contactinformatie / aantekeningen" -#: ../../mod/contacts.php:390 +#: ../../mod/contacts.php:462 msgid "Edit contact notes" -msgstr "Wijzig opmerkingen over dit contact" +msgstr "Wijzig aantekeningen over dit contact" -#: ../../mod/contacts.php:396 +#: ../../mod/contacts.php:467 ../../mod/contacts.php:657 +#: ../../mod/viewcontacts.php:62 ../../mod/nogroup.php:40 +#, php-format +msgid "Visit %s's profile [%s]" +msgstr "Bekijk het profiel van %s [%s]" + +#: ../../mod/contacts.php:468 msgid "Block/Unblock contact" msgstr "Blokkeer/deblokkeer contact" -#: ../../mod/contacts.php:397 +#: ../../mod/contacts.php:469 msgid "Ignore contact" msgstr "Negeer contact" -#: ../../mod/contacts.php:398 +#: ../../mod/contacts.php:470 msgid "Repair URL settings" -msgstr "" +msgstr "Repareer URL-instellingen" -#: ../../mod/contacts.php:399 +#: ../../mod/contacts.php:471 msgid "View conversations" msgstr "Toon conversaties" -#: ../../mod/contacts.php:401 +#: ../../mod/contacts.php:473 msgid "Delete contact" msgstr "Verwijder contact" -#: ../../mod/contacts.php:405 +#: ../../mod/contacts.php:477 msgid "Last update:" msgstr "Laatste wijziging:" -#: ../../mod/contacts.php:407 +#: ../../mod/contacts.php:479 msgid "Update public posts" msgstr "Openbare posts aanpassen" -#: ../../mod/contacts.php:416 +#: ../../mod/contacts.php:488 msgid "Currently blocked" msgstr "Op dit moment geblokkeerd" -#: ../../mod/contacts.php:417 +#: ../../mod/contacts.php:489 msgid "Currently ignored" msgstr "Op dit moment genegeerd" -#: ../../mod/contacts.php:418 +#: ../../mod/contacts.php:490 msgid "Currently archived" msgstr "Op dit moment gearchiveerd" -#: ../../mod/contacts.php:419 +#: ../../mod/contacts.php:491 ../../mod/notifications.php:157 +#: ../../mod/notifications.php:204 +msgid "Hide this contact from others" +msgstr "Verberg dit contact voor anderen" + +#: ../../mod/contacts.php:491 msgid "" "Replies/likes to your public posts may still be visible" msgstr "Antwoorden of 'vind ik leuk's op je openbare posts kunnen nog zichtbaar zijn" -#: ../../mod/contacts.php:470 +#: ../../mod/contacts.php:542 msgid "Suggestions" msgstr "Voorstellen" -#: ../../mod/contacts.php:473 +#: ../../mod/contacts.php:545 msgid "Suggest potential friends" msgstr "Stel vrienden voor" -#: ../../mod/contacts.php:479 +#: ../../mod/contacts.php:548 ../../mod/group.php:194 +msgid "All Contacts" +msgstr "Alle Contacten" + +#: ../../mod/contacts.php:551 msgid "Show all contacts" msgstr "Toon alle contacten" -#: ../../mod/contacts.php:482 +#: ../../mod/contacts.php:554 msgid "Unblocked" msgstr "Niet geblokkeerd" -#: ../../mod/contacts.php:485 +#: ../../mod/contacts.php:557 msgid "Only show unblocked contacts" msgstr "Toon alleen niet-geblokkeerde contacten" -#: ../../mod/contacts.php:489 +#: ../../mod/contacts.php:561 msgid "Blocked" msgstr "Geblokkeerd" -#: ../../mod/contacts.php:492 +#: ../../mod/contacts.php:564 msgid "Only show blocked contacts" msgstr "Toon alleen geblokkeerde contacten" -#: ../../mod/contacts.php:496 +#: ../../mod/contacts.php:568 msgid "Ignored" msgstr "Genegeerd" -#: ../../mod/contacts.php:499 +#: ../../mod/contacts.php:571 msgid "Only show ignored contacts" msgstr "Toon alleen genegeerde contacten" -#: ../../mod/contacts.php:503 +#: ../../mod/contacts.php:575 msgid "Archived" msgstr "Gearchiveerd" -#: ../../mod/contacts.php:506 +#: ../../mod/contacts.php:578 msgid "Only show archived contacts" msgstr "Toon alleen gearchiveerde contacten" -#: ../../mod/contacts.php:510 +#: ../../mod/contacts.php:582 msgid "Hidden" msgstr "Verborgen" -#: ../../mod/contacts.php:513 +#: ../../mod/contacts.php:585 msgid "Only show hidden contacts" msgstr "Toon alleen verborgen contacten" -#: ../../mod/contacts.php:561 +#: ../../mod/contacts.php:633 msgid "Mutual Friendship" msgstr "Wederzijdse vriendschap" -#: ../../mod/contacts.php:565 +#: ../../mod/contacts.php:637 msgid "is a fan of yours" msgstr "Is een fan van jou" -#: ../../mod/contacts.php:569 +#: ../../mod/contacts.php:641 msgid "you are a fan of" msgstr "Jij bent een fan van" -#: ../../mod/contacts.php:611 +#: ../../mod/contacts.php:658 ../../mod/nogroup.php:41 +msgid "Edit contact" +msgstr "Contact bewerken" + +#: ../../mod/contacts.php:684 msgid "Search your contacts" msgstr "Doorzoek je contacten" +#: ../../mod/contacts.php:691 ../../mod/settings.php:126 +#: ../../mod/settings.php:627 +msgid "Update" +msgstr "Wijzigen" + +#: ../../mod/settings.php:28 ../../mod/photos.php:79 +msgid "everybody" +msgstr "iedereen" + +#: ../../mod/settings.php:35 ../../mod/uexport.php:9 ../../include/nav.php:167 +msgid "Account settings" +msgstr "Account instellingen" + +#: ../../mod/settings.php:40 +msgid "Additional features" +msgstr "Extra functies" + +#: ../../mod/settings.php:45 ../../mod/uexport.php:14 +msgid "Display settings" +msgstr "Scherminstellingen" + +#: ../../mod/settings.php:51 ../../mod/uexport.php:20 +msgid "Connector settings" +msgstr "Connector instellingen" + +#: ../../mod/settings.php:56 ../../mod/uexport.php:25 +msgid "Plugin settings" +msgstr "Plugin instellingen" + +#: ../../mod/settings.php:61 ../../mod/uexport.php:30 +msgid "Connected apps" +msgstr "Verbonden applicaties" + +#: ../../mod/settings.php:66 ../../mod/uexport.php:35 ../../mod/uexport.php:80 +msgid "Export personal data" +msgstr "Persoonlijke gegevens exporteren" + +#: ../../mod/settings.php:71 ../../mod/uexport.php:40 +msgid "Remove account" +msgstr "Account verwijderen" + +#: ../../mod/settings.php:123 +msgid "Missing some important data!" +msgstr "Een belangrijk gegeven ontbreekt!" + +#: ../../mod/settings.php:232 +msgid "Failed to connect with email account using the settings provided." +msgstr "Ik kon geen verbinding maken met het e-mail account met de gegeven instellingen." + +#: ../../mod/settings.php:237 +msgid "Email settings updated." +msgstr "E-mail instellingen bijgewerkt.." + +#: ../../mod/settings.php:252 +msgid "Features updated" +msgstr "Functies bijgewerkt" + +#: ../../mod/settings.php:311 +msgid "Relocate message has been send to your contacts" +msgstr "" + +#: ../../mod/settings.php:325 +msgid "Passwords do not match. Password unchanged." +msgstr "Wachtwoorden komen niet overeen. Wachtwoord niet gewijzigd." + +#: ../../mod/settings.php:330 +msgid "Empty passwords are not allowed. Password unchanged." +msgstr "Lege wachtwoorden zijn niet toegelaten. Wachtwoord niet gewijzigd." + +#: ../../mod/settings.php:338 +msgid "Wrong password." +msgstr "Verkeerd wachtwoord." + +#: ../../mod/settings.php:349 +msgid "Password changed." +msgstr "Wachtwoord gewijzigd." + +#: ../../mod/settings.php:351 +msgid "Password update failed. Please try again." +msgstr "Wachtwoord-)wijziging mislukt. Probeer opnieuw." + +#: ../../mod/settings.php:416 +msgid " Please use a shorter name." +msgstr "Gebruik a.u.b. een kortere naam." + +#: ../../mod/settings.php:418 +msgid " Name too short." +msgstr "Naam te kort." + +#: ../../mod/settings.php:427 +msgid "Wrong Password" +msgstr "Verkeerd wachtwoord" + +#: ../../mod/settings.php:432 +msgid " Not valid email." +msgstr "Geen geldig e-mailadres." + +#: ../../mod/settings.php:438 +msgid " Cannot change to that email." +msgstr "Kan niet veranderen naar die e-mail." + +#: ../../mod/settings.php:493 +msgid "Private forum has no privacy permissions. Using default privacy group." +msgstr "Privéforum heeft geen privacyrechten . De standaard privacygroep wordt gebruikt." + +#: ../../mod/settings.php:497 +msgid "Private forum has no privacy permissions and no default privacy group." +msgstr "Privéforum heeft geen privacyrechten en geen standaard privacygroep." + +#: ../../mod/settings.php:527 +msgid "Settings updated." +msgstr "Instellingen bijgewerkt." + +#: ../../mod/settings.php:600 ../../mod/settings.php:626 +#: ../../mod/settings.php:662 +msgid "Add application" +msgstr "Toepassing toevoegen" + +#: ../../mod/settings.php:604 ../../mod/settings.php:630 +msgid "Consumer Key" +msgstr "Gebruikerssleutel" + +#: ../../mod/settings.php:605 ../../mod/settings.php:631 +msgid "Consumer Secret" +msgstr "Gebruikersgeheim" + +#: ../../mod/settings.php:606 ../../mod/settings.php:632 +msgid "Redirect" +msgstr "Doorverwijzing" + +#: ../../mod/settings.php:607 ../../mod/settings.php:633 +msgid "Icon url" +msgstr "URL pictogram" + +#: ../../mod/settings.php:618 +msgid "You can't edit this application." +msgstr "Je kunt deze toepassing niet wijzigen." + +#: ../../mod/settings.php:661 +msgid "Connected Apps" +msgstr "Verbonden applicaties" + +#: ../../mod/settings.php:665 +msgid "Client key starts with" +msgstr "" + +#: ../../mod/settings.php:666 +msgid "No name" +msgstr "Geen naam" + +#: ../../mod/settings.php:667 +msgid "Remove authorization" +msgstr "Verwijder authorisatie" + +#: ../../mod/settings.php:679 +msgid "No Plugin settings configured" +msgstr "" + +#: ../../mod/settings.php:687 +msgid "Plugin Settings" +msgstr "Plugin Instellingen" + +#: ../../mod/settings.php:701 +msgid "Off" +msgstr "Uit" + +#: ../../mod/settings.php:701 +msgid "On" +msgstr "Aan" + +#: ../../mod/settings.php:709 +msgid "Additional Features" +msgstr "Extra functies" + +#: ../../mod/settings.php:722 ../../mod/settings.php:723 +#, php-format +msgid "Built-in support for %s connectivity is %s" +msgstr "Ingebouwde ondersteuning voor connectiviteit met %s is %s" + +#: ../../mod/settings.php:722 ../../mod/settings.php:723 +msgid "enabled" +msgstr "ingeschakeld" + +#: ../../mod/settings.php:722 ../../mod/settings.php:723 +msgid "disabled" +msgstr "uitgeschakeld" + +#: ../../mod/settings.php:723 +msgid "StatusNet" +msgstr "StatusNet" + +#: ../../mod/settings.php:755 +msgid "Email access is disabled on this site." +msgstr "E-mailtoegang is op deze website uitgeschakeld." + +#: ../../mod/settings.php:762 +msgid "Connector Settings" +msgstr "Connector Instellingen" + +#: ../../mod/settings.php:767 +msgid "Email/Mailbox Setup" +msgstr "E-mail Instellen" + +#: ../../mod/settings.php:768 +msgid "" +"If you wish to communicate with email contacts using this service " +"(optional), please specify how to connect to your mailbox." +msgstr "Als je wilt communiceren met e-mail contacten via deze dienst (optioneel), moet je hier opgeven hoe ik jouw mailbox kan bereiken." + +#: ../../mod/settings.php:769 +msgid "Last successful email check:" +msgstr "Laatste succesvolle e-mail controle:" + +#: ../../mod/settings.php:771 +msgid "IMAP server name:" +msgstr "IMAP server naam:" + +#: ../../mod/settings.php:772 +msgid "IMAP port:" +msgstr "IMAP poort:" + +#: ../../mod/settings.php:773 +msgid "Security:" +msgstr "Beveiliging:" + +#: ../../mod/settings.php:773 ../../mod/settings.php:778 +msgid "None" +msgstr "Geen" + +#: ../../mod/settings.php:774 +msgid "Email login name:" +msgstr "E-mail login naam:" + +#: ../../mod/settings.php:775 +msgid "Email password:" +msgstr "E-mail wachtwoord:" + +#: ../../mod/settings.php:776 +msgid "Reply-to address:" +msgstr "Antwoord adres:" + +#: ../../mod/settings.php:777 +msgid "Send public posts to all email contacts:" +msgstr "Openbare posts naar alle e-mail contacten versturen:" + +#: ../../mod/settings.php:778 +msgid "Action after import:" +msgstr "Actie na importeren:" + +#: ../../mod/settings.php:778 +msgid "Mark as seen" +msgstr "Als 'gelezen' markeren" + +#: ../../mod/settings.php:778 +msgid "Move to folder" +msgstr "Naar map verplaatsen" + +#: ../../mod/settings.php:779 +msgid "Move to folder:" +msgstr "Verplaatsen naar map:" + +#: ../../mod/settings.php:854 +msgid "Display Settings" +msgstr "Scherminstellingen" + +#: ../../mod/settings.php:860 ../../mod/settings.php:873 +msgid "Display Theme:" +msgstr "Schermthema:" + +#: ../../mod/settings.php:861 +msgid "Mobile Theme:" +msgstr "Mobiel thema:" + +#: ../../mod/settings.php:862 +msgid "Update browser every xx seconds" +msgstr "Browser elke xx seconden verversen" + +#: ../../mod/settings.php:862 +msgid "Minimum of 10 seconds, no maximum" +msgstr "Minimum 10 seconden, geen maximum" + +#: ../../mod/settings.php:863 +msgid "Number of items to display per page:" +msgstr "Aantal items te tonen per pagina:" + +#: ../../mod/settings.php:863 ../../mod/settings.php:864 +msgid "Maximum of 100 items" +msgstr "Maximum 100 items" + +#: ../../mod/settings.php:864 +msgid "Number of items to display per page when viewed from mobile device:" +msgstr "Aantal items per pagina als je een mobiel toestel gebruikt:" + +#: ../../mod/settings.php:865 +msgid "Don't show emoticons" +msgstr "Emoticons niet tonen" + +#: ../../mod/settings.php:866 +msgid "Infinite scroll" +msgstr "" + +#: ../../mod/settings.php:942 +msgid "Normal Account Page" +msgstr "Normale account pagina" + +#: ../../mod/settings.php:943 +msgid "This account is a normal personal profile" +msgstr "Deze account is een normaal persoonlijk profiel" + +#: ../../mod/settings.php:946 +msgid "Soapbox Page" +msgstr "Zeepkist pagina" + +#: ../../mod/settings.php:947 +msgid "Automatically approve all connection/friend requests as read-only fans" +msgstr "Keur automatisch alle vriendschaps-/connectieverzoeken goed als fans met alleen recht tot lezen." + +#: ../../mod/settings.php:950 +msgid "Community Forum/Celebrity Account" +msgstr "Gemeenschapsforum/Account van beroemdheid" + +#: ../../mod/settings.php:951 +msgid "" +"Automatically approve all connection/friend requests as read-write fans" +msgstr "Keur automatisch alle vriendschaps-/connectieverzoeken goed als fans met recht tot lezen en schrijven." + +#: ../../mod/settings.php:954 +msgid "Automatic Friend Page" +msgstr "Automatisch Vriendschapspagina" + +#: ../../mod/settings.php:955 +msgid "Automatically approve all connection/friend requests as friends" +msgstr "Keur automatisch alle vriendschaps-/connectieverzoeken goed als vrienden." + +#: ../../mod/settings.php:958 +msgid "Private Forum [Experimental]" +msgstr "Privé-forum [experimenteel]" + +#: ../../mod/settings.php:959 +msgid "Private forum - approved members only" +msgstr "Privé-forum - enkel voor goedgekeurde leden" + +#: ../../mod/settings.php:971 +msgid "OpenID:" +msgstr "OpenID:" + +#: ../../mod/settings.php:971 +msgid "(Optional) Allow this OpenID to login to this account." +msgstr "(Optioneel) Laat dit OpenID toe om in te loggen op deze account." + +#: ../../mod/settings.php:981 +msgid "Publish your default profile in your local site directory?" +msgstr "Je standaardprofiel in je lokale gids publiceren?" + +#: ../../mod/settings.php:987 +msgid "Publish your default profile in the global social directory?" +msgstr "Je standaardprofiel in de globale sociale gids publiceren?" + +#: ../../mod/settings.php:995 +msgid "Hide your contact/friend list from viewers of your default profile?" +msgstr "Je vrienden/contacten verbergen voor bezoekers van je standaard profiel?" + +#: ../../mod/settings.php:999 +msgid "Hide your profile details from unknown viewers?" +msgstr "Je profieldetails verbergen voor onbekende bezoekers?" + +#: ../../mod/settings.php:1004 +msgid "Allow friends to post to your profile page?" +msgstr "Vrienden toestaan om op jou profielpagina te posten?" + +#: ../../mod/settings.php:1010 +msgid "Allow friends to tag your posts?" +msgstr "Sta vrienden toe om jouw berichten te labelen?" + +#: ../../mod/settings.php:1016 +msgid "Allow us to suggest you as a potential friend to new members?" +msgstr "Sta je mij toe om jou als mogelijke vriend voor te stellen aan nieuwe leden?" + +#: ../../mod/settings.php:1022 +msgid "Permit unknown people to send you private mail?" +msgstr "Mogen onbekende personen jou privé berichten sturen?" + +#: ../../mod/settings.php:1030 +msgid "Profile is not published." +msgstr "Profiel is niet gepubliceerd." + +#: ../../mod/settings.php:1033 ../../mod/profile_photo.php:248 +msgid "or" +msgstr "of" + +#: ../../mod/settings.php:1038 +msgid "Your Identity Address is" +msgstr "Jouw Identiteitsadres is" + +#: ../../mod/settings.php:1049 +msgid "Automatically expire posts after this many days:" +msgstr "Laat berichten automatisch vervallen na zo veel dagen:" + +#: ../../mod/settings.php:1049 +msgid "If empty, posts will not expire. Expired posts will be deleted" +msgstr "Berichten zullen niet vervallen indien leeg. Vervallen berichten zullen worden verwijderd." + +#: ../../mod/settings.php:1050 +msgid "Advanced expiration settings" +msgstr "Geavanceerde instellingen voor vervallen" + +#: ../../mod/settings.php:1051 +msgid "Advanced Expiration" +msgstr "Geavanceerd Verval:" + +#: ../../mod/settings.php:1052 +msgid "Expire posts:" +msgstr "Laat berichten vervallen:" + +#: ../../mod/settings.php:1053 +msgid "Expire personal notes:" +msgstr "Laat persoonlijke aantekeningen verlopen:" + +#: ../../mod/settings.php:1054 +msgid "Expire starred posts:" +msgstr "Laat berichten met ster verlopen" + +#: ../../mod/settings.php:1055 +msgid "Expire photos:" +msgstr "Laat foto's vervallen:" + +#: ../../mod/settings.php:1056 +msgid "Only expire posts by others:" +msgstr "Laat alleen berichten door anderen vervallen:" + +#: ../../mod/settings.php:1082 +msgid "Account Settings" +msgstr "Account Instellingen" + +#: ../../mod/settings.php:1090 +msgid "Password Settings" +msgstr "Wachtwoord Instellingen" + +#: ../../mod/settings.php:1091 +msgid "New Password:" +msgstr "Nieuw Wachtwoord:" + +#: ../../mod/settings.php:1092 +msgid "Confirm:" +msgstr "Bevestig:" + +#: ../../mod/settings.php:1092 +msgid "Leave password fields blank unless changing" +msgstr "Laat de wachtwoord-velden leeg, tenzij je het wilt veranderen" + +#: ../../mod/settings.php:1093 +msgid "Current Password:" +msgstr "Huidig wachtwoord:" + +#: ../../mod/settings.php:1093 ../../mod/settings.php:1094 +msgid "Your current password to confirm the changes" +msgstr "Je huidig wachtwoord om de wijzigingen te bevestigen" + +#: ../../mod/settings.php:1094 +msgid "Password:" +msgstr "Wachtwoord:" + +#: ../../mod/settings.php:1098 +msgid "Basic Settings" +msgstr "Basis Instellingen" + +#: ../../mod/settings.php:1099 ../../include/profile_advanced.php:15 +msgid "Full Name:" +msgstr "Volledige Naam:" + +#: ../../mod/settings.php:1100 +msgid "Email Address:" +msgstr "E-mailadres:" + +#: ../../mod/settings.php:1101 +msgid "Your Timezone:" +msgstr "Je Tijdzone:" + +#: ../../mod/settings.php:1102 +msgid "Default Post Location:" +msgstr "Standaard locatie:" + +#: ../../mod/settings.php:1103 +msgid "Use Browser Location:" +msgstr "Gebruik Webbrowser Locatie:" + +#: ../../mod/settings.php:1106 +msgid "Security and Privacy Settings" +msgstr "Instellingen voor Beveiliging en Privacy" + +#: ../../mod/settings.php:1108 +msgid "Maximum Friend Requests/Day:" +msgstr "Maximum aantal vriendschapsverzoeken per dag:" + +#: ../../mod/settings.php:1108 ../../mod/settings.php:1138 +msgid "(to prevent spam abuse)" +msgstr "(om spam misbruik te voorkomen)" + +#: ../../mod/settings.php:1109 +msgid "Default Post Permissions" +msgstr "Standaard rechten voor nieuwe berichten" + +#: ../../mod/settings.php:1110 +msgid "(click to open/close)" +msgstr "(klik om te openen/sluiten)" + +#: ../../mod/settings.php:1119 ../../mod/photos.php:1140 +#: ../../mod/photos.php:1506 +msgid "Show to Groups" +msgstr "Tonen aan groepen" + +#: ../../mod/settings.php:1120 ../../mod/photos.php:1141 +#: ../../mod/photos.php:1507 +msgid "Show to Contacts" +msgstr "Tonen aan contacten" + +#: ../../mod/settings.php:1121 +msgid "Default Private Post" +msgstr "Standaard Privé Post" + +#: ../../mod/settings.php:1122 +msgid "Default Public Post" +msgstr "Standaard Publieke Post" + +#: ../../mod/settings.php:1126 +msgid "Default Permissions for New Posts" +msgstr "Standaard rechten voor nieuwe berichten" + +#: ../../mod/settings.php:1138 +msgid "Maximum private messages per day from unknown people:" +msgstr "Maximum aantal privé-berichten per dag van onbekende personen:" + +#: ../../mod/settings.php:1141 +msgid "Notification Settings" +msgstr "Notificatie Instellingen" + +#: ../../mod/settings.php:1142 +msgid "By default post a status message when:" +msgstr "Post automatisch een bericht op je tijdlijn wanneer:" + +#: ../../mod/settings.php:1143 +msgid "accepting a friend request" +msgstr "Een vriendschapsverzoek accepteren" + +#: ../../mod/settings.php:1144 +msgid "joining a forum/community" +msgstr "Lid worden van een forum of gemeenschap" + +#: ../../mod/settings.php:1145 +msgid "making an interesting profile change" +msgstr "Een interessante verandering aan je profiel" + +#: ../../mod/settings.php:1146 +msgid "Send a notification email when:" +msgstr "Stuur een notificatie e-mail wanneer:" + +#: ../../mod/settings.php:1147 +msgid "You receive an introduction" +msgstr "Je ontvangt een vriendschaps- of connectieverzoek" + +#: ../../mod/settings.php:1148 +msgid "Your introductions are confirmed" +msgstr "Jouw vriendschaps- of connectieverzoeken zijn bevestigd" + +#: ../../mod/settings.php:1149 +msgid "Someone writes on your profile wall" +msgstr "Iemand iets op de muur van je profiel schrijft" + +#: ../../mod/settings.php:1150 +msgid "Someone writes a followup comment" +msgstr "Iemand een commentaar schrijft" + +#: ../../mod/settings.php:1151 +msgid "You receive a private message" +msgstr "Je een privé-bericht ontvangt" + +#: ../../mod/settings.php:1152 +msgid "You receive a friend suggestion" +msgstr "Je een suggestie voor een vriendschap ontvangt" + +#: ../../mod/settings.php:1153 +msgid "You are tagged in a post" +msgstr "Je bent in een bericht genoemd" + +#: ../../mod/settings.php:1154 +msgid "You are poked/prodded/etc. in a post" +msgstr "Je bent in een bericht aangestoten/gepord/etc." + +#: ../../mod/settings.php:1157 +msgid "Advanced Account/Page Type Settings" +msgstr "" + +#: ../../mod/settings.php:1158 +msgid "Change the behaviour of this account for special situations" +msgstr "" + +#: ../../mod/settings.php:1161 +msgid "Relocate" +msgstr "" + +#: ../../mod/settings.php:1162 +msgid "" +"If you have moved this profile from another server, and some of your " +"contacts don't receive your updates, try pushing this button." +msgstr "" + +#: ../../mod/settings.php:1163 +msgid "Resend relocate message to contacts" +msgstr "" + +#: ../../mod/profiles.php:37 +msgid "Profile deleted." +msgstr "Profiel verwijderd" + +#: ../../mod/profiles.php:55 ../../mod/profiles.php:89 +msgid "Profile-" +msgstr "Profiel-" + +#: ../../mod/profiles.php:74 ../../mod/profiles.php:117 +msgid "New profile created." +msgstr "Nieuw profiel aangemaakt." + +#: ../../mod/profiles.php:95 +msgid "Profile unavailable to clone." +msgstr "Profiel niet beschikbaar om te klonen." + +#: ../../mod/profiles.php:170 +msgid "Profile Name is required." +msgstr "Profielnaam is vereist." + +#: ../../mod/profiles.php:317 +msgid "Marital Status" +msgstr "Echtelijke staat" + +#: ../../mod/profiles.php:321 +msgid "Romantic Partner" +msgstr "Romantische Partner" + +#: ../../mod/profiles.php:325 +msgid "Likes" +msgstr "Houdt van" + +#: ../../mod/profiles.php:329 +msgid "Dislikes" +msgstr "Houdt niet van" + +#: ../../mod/profiles.php:333 +msgid "Work/Employment" +msgstr "Werk" + +#: ../../mod/profiles.php:336 +msgid "Religion" +msgstr "Godsdienst" + +#: ../../mod/profiles.php:340 +msgid "Political Views" +msgstr "Politieke standpunten" + +#: ../../mod/profiles.php:344 +msgid "Gender" +msgstr "Geslacht" + +#: ../../mod/profiles.php:348 +msgid "Sexual Preference" +msgstr "Seksuele Voorkeur" + +#: ../../mod/profiles.php:352 +msgid "Homepage" +msgstr "Tijdlijn" + +#: ../../mod/profiles.php:356 +msgid "Interests" +msgstr "Interesses" + +#: ../../mod/profiles.php:360 +msgid "Address" +msgstr "Adres" + +#: ../../mod/profiles.php:367 +msgid "Location" +msgstr "Plaats" + +#: ../../mod/profiles.php:450 +msgid "Profile updated." +msgstr "Profiel bijgewerkt." + +#: ../../mod/profiles.php:521 +msgid " and " +msgstr "en" + +#: ../../mod/profiles.php:529 +msgid "public profile" +msgstr "publiek profiel" + +#: ../../mod/profiles.php:532 +#, php-format +msgid "%1$s changed %2$s to “%3$s”" +msgstr "%1$s veranderde %2$s naar “%3$s”" + +#: ../../mod/profiles.php:533 +#, php-format +msgid " - Visit %1$s's %2$s" +msgstr " - Bezoek %2$s van %1$s" + +#: ../../mod/profiles.php:536 +#, php-format +msgid "%1$s has an updated %2$s, changing %3$s." +msgstr "%1$s heeft een aangepast %2$s, %3$s veranderd." + +#: ../../mod/profiles.php:609 +msgid "Hide your contact/friend list from viewers of this profile?" +msgstr "Je vrienden/contacten verbergen voor bezoekers van dit profiel?" + +#: ../../mod/profiles.php:629 +msgid "Edit Profile Details" +msgstr "Profiel details bewerken" + +#: ../../mod/profiles.php:631 +msgid "Change Profile Photo" +msgstr "Profiel foto wijzigen" + +#: ../../mod/profiles.php:632 +msgid "View this profile" +msgstr "Dit profiel bekijken" + +#: ../../mod/profiles.php:633 +msgid "Create a new profile using these settings" +msgstr "Nieuw profiel aanmaken met deze instellingen" + +#: ../../mod/profiles.php:634 +msgid "Clone this profile" +msgstr "Dit profiel klonen" + +#: ../../mod/profiles.php:635 +msgid "Delete this profile" +msgstr "Dit profiel verwijderen" + +#: ../../mod/profiles.php:636 +msgid "Profile Name:" +msgstr "Profiel Naam:" + +#: ../../mod/profiles.php:637 +msgid "Your Full Name:" +msgstr "Je volledige naam:" + +#: ../../mod/profiles.php:638 +msgid "Title/Description:" +msgstr "Titel/Beschrijving:" + +#: ../../mod/profiles.php:639 +msgid "Your Gender:" +msgstr "Je Geslacht:" + +#: ../../mod/profiles.php:640 +#, php-format +msgid "Birthday (%s):" +msgstr "Geboortedatum (%s):" + +#: ../../mod/profiles.php:641 +msgid "Street Address:" +msgstr "Postadres:" + +#: ../../mod/profiles.php:642 +msgid "Locality/City:" +msgstr "Gemeente/Stad:" + +#: ../../mod/profiles.php:643 +msgid "Postal/Zip Code:" +msgstr "Postcode:" + +#: ../../mod/profiles.php:644 +msgid "Country:" +msgstr "Land:" + +#: ../../mod/profiles.php:645 +msgid "Region/State:" +msgstr "Regio/Staat:" + +#: ../../mod/profiles.php:646 +msgid " Marital Status:" +msgstr " Echtelijke Staat:" + +#: ../../mod/profiles.php:647 +msgid "Who: (if applicable)" +msgstr "Wie: (indien toepasbaar)" + +#: ../../mod/profiles.php:648 +msgid "Examples: cathy123, Cathy Williams, cathy@example.com" +msgstr "Voorbeelden: Kathleen123, Kathleen Peeters, kathleen@voorbeeld.nl" + +#: ../../mod/profiles.php:649 +msgid "Since [date]:" +msgstr "Sinds [datum]:" + +#: ../../mod/profiles.php:650 ../../include/profile_advanced.php:46 +msgid "Sexual Preference:" +msgstr "Seksuele Voorkeur:" + +#: ../../mod/profiles.php:651 +msgid "Homepage URL:" +msgstr "Adres tijdlijn:" + +#: ../../mod/profiles.php:652 ../../include/profile_advanced.php:50 +msgid "Hometown:" +msgstr "Woonplaats:" + +#: ../../mod/profiles.php:653 ../../include/profile_advanced.php:54 +msgid "Political Views:" +msgstr "Politieke standpunten:" + +#: ../../mod/profiles.php:654 +msgid "Religious Views:" +msgstr "Geloof:" + +#: ../../mod/profiles.php:655 +msgid "Public Keywords:" +msgstr "Publieke Sleutelwoorden:" + +#: ../../mod/profiles.php:656 +msgid "Private Keywords:" +msgstr "Privé Sleutelwoorden:" + +#: ../../mod/profiles.php:657 ../../include/profile_advanced.php:62 +msgid "Likes:" +msgstr "Houdt van:" + +#: ../../mod/profiles.php:658 ../../include/profile_advanced.php:64 +msgid "Dislikes:" +msgstr "Houdt niet van:" + +#: ../../mod/profiles.php:659 +msgid "Example: fishing photography software" +msgstr "Voorbeeld: vissen fotografie software" + +#: ../../mod/profiles.php:660 +msgid "(Used for suggesting potential friends, can be seen by others)" +msgstr "(Gebruikt om mogelijke vrienden voor te stellen, kan door anderen gezien worden)" + +#: ../../mod/profiles.php:661 +msgid "(Used for searching profiles, never shown to others)" +msgstr "(Gebruikt om profielen te zoeken, nooit aan anderen getoond)" + +#: ../../mod/profiles.php:662 +msgid "Tell us about yourself..." +msgstr "Vertel iets over jezelf..." + +#: ../../mod/profiles.php:663 +msgid "Hobbies/Interests" +msgstr "Hobby's/Interesses" + +#: ../../mod/profiles.php:664 +msgid "Contact information and Social Networks" +msgstr "Contactinformatie en sociale netwerken" + +#: ../../mod/profiles.php:665 +msgid "Musical interests" +msgstr "Muzikale interesses" + +#: ../../mod/profiles.php:666 +msgid "Books, literature" +msgstr "Boeken, literatuur" + +#: ../../mod/profiles.php:667 +msgid "Television" +msgstr "Televisie" + +#: ../../mod/profiles.php:668 +msgid "Film/dance/culture/entertainment" +msgstr "Film/dans/cultuur/ontspanning" + +#: ../../mod/profiles.php:669 +msgid "Love/romance" +msgstr "Liefde/romance" + +#: ../../mod/profiles.php:670 +msgid "Work/employment" +msgstr "Werk" + +#: ../../mod/profiles.php:671 +msgid "School/education" +msgstr "School/opleiding" + +#: ../../mod/profiles.php:676 +msgid "" +"This is your public profile.
It may " +"be visible to anybody using the internet." +msgstr "Dit is jouw publiek profiel.
Het kan zichtbaar zijn voor iedereen op het internet." + +#: ../../mod/profiles.php:725 +msgid "Edit/Manage Profiles" +msgstr "Wijzig/Beheer Profielen" + +#: ../../mod/group.php:29 +msgid "Group created." +msgstr "Groep aangemaakt." + +#: ../../mod/group.php:35 +msgid "Could not create group." +msgstr "Kon de groep niet aanmaken." + +#: ../../mod/group.php:47 ../../mod/group.php:140 +msgid "Group not found." +msgstr "Groep niet gevonden." + +#: ../../mod/group.php:60 +msgid "Group name changed." +msgstr "Groepsnaam gewijzigd." + +#: ../../mod/group.php:87 +msgid "Save Group" +msgstr "" + +#: ../../mod/group.php:93 +msgid "Create a group of contacts/friends." +msgstr "Maak een groep contacten/vrienden aan." + +#: ../../mod/group.php:94 ../../mod/group.php:180 +msgid "Group Name: " +msgstr "Groepsnaam:" + +#: ../../mod/group.php:113 +msgid "Group removed." +msgstr "Groep verwijderd." + +#: ../../mod/group.php:115 +msgid "Unable to remove group." +msgstr "Niet in staat om groep te verwijderen." + +#: ../../mod/group.php:179 +msgid "Group Editor" +msgstr "Groepsbewerker" + +#: ../../mod/group.php:192 +msgid "Members" +msgstr "Leden" + +#: ../../mod/group.php:224 ../../mod/profperm.php:105 +msgid "Click on a contact to add or remove." +msgstr "Klik op een contact om het toe te voegen of te verwijderen." + +#: ../../mod/babel.php:17 +msgid "Source (bbcode) text:" +msgstr "Bron (bbcode) tekst:" + +#: ../../mod/babel.php:23 +msgid "Source (Diaspora) text to convert to BBcode:" +msgstr "Bron (Diaspora) tekst om naar BBCode om te zetten:" + +#: ../../mod/babel.php:31 +msgid "Source input: " +msgstr "Bron ingave:" + +#: ../../mod/babel.php:35 +msgid "bb2html (raw HTML): " +msgstr "bb2html (ruwe HTML):" + +#: ../../mod/babel.php:39 +msgid "bb2html: " +msgstr "bb2html:" + +#: ../../mod/babel.php:43 +msgid "bb2html2bb: " +msgstr "bb2html2bb: " + +#: ../../mod/babel.php:47 +msgid "bb2md: " +msgstr "bb2md: " + +#: ../../mod/babel.php:51 +msgid "bb2md2html: " +msgstr "bb2md2html: " + +#: ../../mod/babel.php:55 +msgid "bb2dia2bb: " +msgstr "bb2dia2bb: " + +#: ../../mod/babel.php:59 +msgid "bb2md2html2bb: " +msgstr "bb2md2html2bb: " + +#: ../../mod/babel.php:69 +msgid "Source input (Diaspora format): " +msgstr "Bron ingave (Diaspora formaat):" + +#: ../../mod/babel.php:74 +msgid "diaspora2bb: " +msgstr "diaspora2bb: " + +#: ../../mod/community.php:23 +msgid "Not available." +msgstr "Niet beschikbaar" + +#: ../../mod/follow.php:27 +msgid "Contact added" +msgstr "Contact toegevoegd" + +#: ../../mod/notify.php:61 ../../mod/notifications.php:332 +msgid "No more system notifications." +msgstr "Geen systeemnotificaties meer." + +#: ../../mod/notify.php:65 ../../mod/notifications.php:336 +msgid "System Notifications" +msgstr "Systeemnotificaties" + +#: ../../mod/message.php:9 ../../include/nav.php:159 +msgid "New Message" +msgstr "Nieuw Bericht" + +#: ../../mod/message.php:67 +msgid "Unable to locate contact information." +msgstr "Ik kan geen contact informatie vinden." + +#: ../../mod/message.php:182 ../../mod/notifications.php:103 +#: ../../include/nav.php:156 +msgid "Messages" +msgstr "Privéberichten" + +#: ../../mod/message.php:207 +msgid "Do you really want to delete this message?" +msgstr "Wil je echt dit bericht verwijderen?" + +#: ../../mod/message.php:227 +msgid "Message deleted." +msgstr "Bericht verwijderd." + +#: ../../mod/message.php:258 +msgid "Conversation removed." +msgstr "Gesprek verwijderd." + +#: ../../mod/message.php:371 +msgid "No messages." +msgstr "Geen berichten." + +#: ../../mod/message.php:378 +#, php-format +msgid "Unknown sender - %s" +msgstr "Onbekende afzender - %s" + +#: ../../mod/message.php:381 +#, php-format +msgid "You and %s" +msgstr "Jij en %s" + +#: ../../mod/message.php:384 +#, php-format +msgid "%s and You" +msgstr "%s en jij" + +#: ../../mod/message.php:405 ../../mod/message.php:546 +msgid "Delete conversation" +msgstr "Verwijder gesprek" + +#: ../../mod/message.php:408 +msgid "D, d M Y - g:i A" +msgstr "D, d M Y - g:i A" + +#: ../../mod/message.php:411 +#, php-format +msgid "%d message" +msgid_plural "%d messages" +msgstr[0] "%d bericht" +msgstr[1] "%d berichten" + +#: ../../mod/message.php:450 +msgid "Message not available." +msgstr "Bericht niet beschikbaar." + +#: ../../mod/message.php:520 +msgid "Delete message" +msgstr "Verwijder bericht" + +#: ../../mod/message.php:548 +msgid "" +"No secure communications available. You may be able to " +"respond from the sender's profile page." +msgstr "Geen beveiligde communicatie beschikbaar. Je kunt misschien antwoorden vanaf de profiel-pagina van de afzender." + +#: ../../mod/message.php:552 +msgid "Send Reply" +msgstr "Verstuur Antwoord" + +#: ../../mod/like.php:170 ../../include/conversation.php:140 +#, php-format +msgid "%1$s doesn't like %2$s's %3$s" +msgstr "%1$s vind %3$s van %2$s niet leuk" + #: ../../mod/oexchange.php:25 msgid "Post successful." msgstr "Bericht succesvol geplaatst." -#: ../../mod/openid.php:24 -msgid "OpenID protocol error. No ID returned." -msgstr "OpenID protocol fout. Geen ID Gevonden." +#: ../../mod/localtime.php:12 ../../include/event.php:11 +#: ../../include/bb2diaspora.php:393 +msgid "l F d, Y \\@ g:i A" +msgstr "l F d, Y \\@ g:i A" -#: ../../mod/openid.php:53 +#: ../../mod/localtime.php:24 +msgid "Time Conversion" +msgstr "Tijdsconversie" + +#: ../../mod/localtime.php:26 msgid "" -"Account not found and OpenID registration is not permitted on this site." -msgstr "Account niet gevonden, en OpenID-registratie is niet toegelaten op deze website." +"Friendica provides this service for sharing events with other networks and " +"friends in unknown timezones." +msgstr "Friendica biedt deze dienst aan om gebeurtenissen te delen met andere netwerken en vrienden in onbekende tijdzones." + +#: ../../mod/localtime.php:30 +#, php-format +msgid "UTC time: %s" +msgstr "UTC tijd: %s" + +#: ../../mod/localtime.php:33 +#, php-format +msgid "Current timezone: %s" +msgstr "Huidige Tijdzone: %s" + +#: ../../mod/localtime.php:36 +#, php-format +msgid "Converted localtime: %s" +msgstr "Omgerekende lokale tijd: %s" + +#: ../../mod/localtime.php:41 +msgid "Please select your timezone:" +msgstr "Selecteer je tijdzone:" + +#: ../../mod/filer.php:30 ../../include/conversation.php:1001 +#: ../../include/conversation.php:1019 +msgid "Save to Folder:" +msgstr "Bewaren in map:" + +#: ../../mod/filer.php:30 +msgid "- select -" +msgstr "- Kies -" + +#: ../../mod/profperm.php:25 ../../mod/profperm.php:55 +msgid "Invalid profile identifier." +msgstr "Ongeldige profiel-identificatie." + +#: ../../mod/profperm.php:101 +msgid "Profile Visibility Editor" +msgstr "" + +#: ../../mod/profperm.php:114 +msgid "Visible To" +msgstr "Zichtbaar voor" + +#: ../../mod/profperm.php:130 +msgid "All Contacts (with secure profile access)" +msgstr "Alle contacten (met veilige profieltoegang)" + +#: ../../mod/viewcontacts.php:39 +msgid "No contacts." +msgstr "Geen contacten." + +#: ../../mod/viewcontacts.php:76 ../../include/text.php:857 +msgid "View Contacts" +msgstr "Bekijk contacten" + +#: ../../mod/dirfind.php:26 +msgid "People Search" +msgstr "Mensen Zoeken" + +#: ../../mod/dirfind.php:60 ../../mod/match.php:65 +msgid "No matches" +msgstr "Geen resultaten" + +#: ../../mod/photos.php:66 ../../mod/photos.php:1222 ../../mod/photos.php:1795 +msgid "Upload New Photos" +msgstr "Nieuwe foto's uploaden" + +#: ../../mod/photos.php:143 +msgid "Contact information unavailable" +msgstr "Contactinformatie niet beschikbaar" + +#: ../../mod/photos.php:164 +msgid "Album not found." +msgstr "Album niet gevonden" + +#: ../../mod/photos.php:187 ../../mod/photos.php:199 ../../mod/photos.php:1200 +msgid "Delete Album" +msgstr "Verwijder album" + +#: ../../mod/photos.php:197 +msgid "Do you really want to delete this photo album and all its photos?" +msgstr "Wil je echt dit fotoalbum en alle foto's erin verwijderen?" + +#: ../../mod/photos.php:276 ../../mod/photos.php:287 ../../mod/photos.php:1502 +msgid "Delete Photo" +msgstr "Verwijder foto" + +#: ../../mod/photos.php:285 +msgid "Do you really want to delete this photo?" +msgstr "Wil je echt deze foto verwijderen?" + +#: ../../mod/photos.php:656 +#, php-format +msgid "%1$s was tagged in %2$s by %3$s" +msgstr "%1$s is gelabeld in %2$s door %3$s" + +#: ../../mod/photos.php:656 +msgid "a photo" +msgstr "een foto" + +#: ../../mod/photos.php:761 +msgid "Image exceeds size limit of " +msgstr "Afbeelding is groter dan de maximale afmeting van" + +#: ../../mod/photos.php:769 +msgid "Image file is empty." +msgstr "Afbeeldingsbestand is leeg." + +#: ../../mod/photos.php:801 ../../mod/wall_upload.php:112 +#: ../../mod/profile_photo.php:153 +msgid "Unable to process image." +msgstr "Niet in staat om de afbeelding te verwerken" + +#: ../../mod/photos.php:828 ../../mod/wall_upload.php:138 +#: ../../mod/profile_photo.php:301 +msgid "Image upload failed." +msgstr "Uploaden van afbeelding mislukt." + +#: ../../mod/photos.php:924 +msgid "No photos selected" +msgstr "Geen foto's geselecteerd" + +#: ../../mod/photos.php:1025 ../../mod/videos.php:226 +msgid "Access to this item is restricted." +msgstr "Toegang tot dit item is beperkt." + +#: ../../mod/photos.php:1088 +#, php-format +msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage." +msgstr "Je hebt %1$.2f Mbytes van %2$.2f Mbytes foto-opslagruimte gebruikt." + +#: ../../mod/photos.php:1123 +msgid "Upload Photos" +msgstr "Upload foto's" + +#: ../../mod/photos.php:1127 ../../mod/photos.php:1195 +msgid "New album name: " +msgstr "Nieuwe albumnaam: " + +#: ../../mod/photos.php:1128 +msgid "or existing album name: " +msgstr "of bestaande albumnaam: " + +#: ../../mod/photos.php:1129 +msgid "Do not show a status post for this upload" +msgstr "Toon geen bericht op je tijdlijn van deze upload" + +#: ../../mod/photos.php:1131 ../../mod/photos.php:1497 +msgid "Permissions" +msgstr "Rechten" + +#: ../../mod/photos.php:1142 +msgid "Private Photo" +msgstr "Privé foto" + +#: ../../mod/photos.php:1143 +msgid "Public Photo" +msgstr "Publieke foto" + +#: ../../mod/photos.php:1210 +msgid "Edit Album" +msgstr "Album wijzigen" + +#: ../../mod/photos.php:1216 +msgid "Show Newest First" +msgstr "Toon niewste eerst" + +#: ../../mod/photos.php:1218 +msgid "Show Oldest First" +msgstr "Toon oudste eerst" + +#: ../../mod/photos.php:1251 ../../mod/photos.php:1778 +msgid "View Photo" +msgstr "Bekijk foto" + +#: ../../mod/photos.php:1286 +msgid "Permission denied. Access to this item may be restricted." +msgstr "Toegang geweigerd. Toegang tot dit item is mogelijk beperkt." + +#: ../../mod/photos.php:1288 +msgid "Photo not available" +msgstr "Foto is niet beschikbaar" + +#: ../../mod/photos.php:1344 +msgid "View photo" +msgstr "Bekijk foto" + +#: ../../mod/photos.php:1344 +msgid "Edit photo" +msgstr "Bewerk foto" + +#: ../../mod/photos.php:1345 +msgid "Use as profile photo" +msgstr "Gebruik als profielfoto" + +#: ../../mod/photos.php:1370 +msgid "View Full Size" +msgstr "Bekijk in volledig formaat" + +#: ../../mod/photos.php:1444 +msgid "Tags: " +msgstr "Labels: " + +#: ../../mod/photos.php:1447 +msgid "[Remove any tag]" +msgstr "[Alle labels verwijderen]" + +#: ../../mod/photos.php:1487 +msgid "Rotate CW (right)" +msgstr "Roteren met de klok mee (rechts)" + +#: ../../mod/photos.php:1488 +msgid "Rotate CCW (left)" +msgstr "Roteren tegen de klok in (links)" + +#: ../../mod/photos.php:1490 +msgid "New album name" +msgstr "Nieuwe albumnaam" + +#: ../../mod/photos.php:1493 +msgid "Caption" +msgstr "Onderschrift" + +#: ../../mod/photos.php:1495 +msgid "Add a Tag" +msgstr "Een label toevoegen" + +#: ../../mod/photos.php:1499 +msgid "" +"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" +msgstr "Voorbeeld: @bob, @Barbara_Jansen, @jan@voorbeeld.nl, #Ardennen, #camping " + +#: ../../mod/photos.php:1508 +msgid "Private photo" +msgstr "Privé foto" + +#: ../../mod/photos.php:1509 +msgid "Public photo" +msgstr "Publieke foto" + +#: ../../mod/photos.php:1531 ../../include/conversation.php:1080 +msgid "Share" +msgstr "Delen" + +#: ../../mod/photos.php:1784 ../../mod/videos.php:308 +msgid "View Album" +msgstr "Album bekijken" + +#: ../../mod/photos.php:1793 +msgid "Recent Photos" +msgstr "Recente foto's" + +#: ../../mod/wall_attach.php:69 +#, php-format +msgid "File exceeds size limit of %d" +msgstr "Bestand is groter dan de toegelaten %d" + +#: ../../mod/wall_attach.php:110 ../../mod/wall_attach.php:121 +msgid "File upload failed." +msgstr "Uploaden van bestand mislukt." + +#: ../../mod/videos.php:125 +msgid "No videos selected" +msgstr "Geen video's geselecteerd" + +#: ../../mod/videos.php:301 ../../include/text.php:1383 +msgid "View Video" +msgstr "Bekijk Video" + +#: ../../mod/videos.php:317 +msgid "Recent Videos" +msgstr "Recente video's" + +#: ../../mod/videos.php:319 +msgid "Upload New Videos" +msgstr "Nieuwe video's uploaden" + +#: ../../mod/poke.php:192 +msgid "Poke/Prod" +msgstr "Aanstoten/porren" + +#: ../../mod/poke.php:193 +msgid "poke, prod or do other things to somebody" +msgstr "aanstoten, porren of andere dingen met iemand doen" + +#: ../../mod/poke.php:194 +msgid "Recipient" +msgstr "Ontvanger" + +#: ../../mod/poke.php:195 +msgid "Choose what you wish to do to recipient" +msgstr "Kies wat je met de ontvanger wil doen" + +#: ../../mod/poke.php:198 +msgid "Make this post private" +msgstr "Dit bericht privé maken" + +#: ../../mod/subthread.php:103 +#, php-format +msgid "%1$s is following %2$s's %3$s" +msgstr "%1$s volgt %3$s van %2$s" + +#: ../../mod/uexport.php:72 +msgid "Export account" +msgstr "Account exporteren" + +#: ../../mod/uexport.php:72 +msgid "" +"Export your account info and contacts. Use this to make a backup of your " +"account and/or to move it to another server." +msgstr "Je account informatie en contacten exporteren. Gebruik dit om een backup van je account te maken en/of om het te verhuizen naar een andere server." + +#: ../../mod/uexport.php:73 +msgid "Export all" +msgstr "Alles exporteren" + +#: ../../mod/uexport.php:73 +msgid "" +"Export your accout info, contacts and all your items as json. Could be a " +"very big file, and could take a lot of time. Use this to make a full backup " +"of your account (photos are not exported)" +msgstr "Je account info, contacten en al je items in json formaat exporteren. Dit kan een heel groot bestand worden, en kan lang duren. Gebruik dit om een volledige backup van je account te maken (foto's worden niet geexporteerd)" + +#: ../../mod/common.php:42 +msgid "Common Friends" +msgstr "Gedeelde Vrienden" + +#: ../../mod/common.php:78 +msgid "No contacts in common." +msgstr "Geen gedeelde contacten." + +#: ../../mod/wall_upload.php:90 ../../mod/profile_photo.php:144 +#, php-format +msgid "Image exceeds size limit of %d" +msgstr "Afbeelding is groter dan de toegestane %d" + +#: ../../mod/wall_upload.php:135 ../../mod/wall_upload.php:144 +#: ../../mod/wall_upload.php:151 ../../mod/item.php:453 +#: ../../include/message.php:144 +msgid "Wall Photos" +msgstr "" #: ../../mod/profile_photo.php:44 msgid "Image uploaded but image cropping failed." @@ -6724,396 +5066,2248 @@ msgstr "Wijzigingen compleet" msgid "Image uploaded successfully." msgstr "Uploaden van afbeelding gelukt." -#: ../../mod/community.php:23 -msgid "Not available." -msgstr "Niet beschikbaar" +#: ../../mod/apps.php:11 +msgid "Applications" +msgstr "Toepassingen" -#: ../../mod/content.php:626 ../../object/Item.php:362 +#: ../../mod/apps.php:14 +msgid "No installed applications." +msgstr "Geen toepassingen geïnstalleerd" + +#: ../../mod/navigation.php:20 ../../include/nav.php:34 +msgid "Nothing new here" +msgstr "Niets nieuw hier" + +#: ../../mod/navigation.php:24 ../../include/nav.php:38 +msgid "Clear notifications" +msgstr "Notificaties verwijderen" + +#: ../../mod/match.php:12 +msgid "Profile Match" +msgstr "Profielmatch" + +#: ../../mod/match.php:20 +msgid "No keywords to match. Please add keywords to your default profile." +msgstr "Geen sleutelwoorden om te zoeken. Voeg sleutelwoorden toe aan je standaard profiel." + +#: ../../mod/match.php:57 +msgid "is interested in:" +msgstr "Is geïnteresseerd in:" + +#: ../../mod/tagrm.php:41 +msgid "Tag removed" +msgstr "Label verwijderd" + +#: ../../mod/tagrm.php:79 +msgid "Remove Item Tag" +msgstr "Verwijder label van item" + +#: ../../mod/tagrm.php:81 +msgid "Select a tag to remove: " +msgstr "Selecteer een label om te verwijderen: " + +#: ../../mod/tagrm.php:93 ../../mod/delegate.php:130 +msgid "Remove" +msgstr "Verwijderen" + +#: ../../mod/events.php:66 +msgid "Event title and start time are required." +msgstr "Titel en begintijd van de gebeurtenis zijn vereist." + +#: ../../mod/events.php:291 +msgid "l, F j" +msgstr "l j F" + +#: ../../mod/events.php:313 +msgid "Edit event" +msgstr "Gebeurtenis bewerken" + +#: ../../mod/events.php:335 ../../include/text.php:1615 +msgid "link to source" +msgstr "Verwijzing naar bron" + +#: ../../mod/events.php:371 +msgid "Create New Event" +msgstr "Maak een nieuwe gebeurtenis" + +#: ../../mod/events.php:372 +msgid "Previous" +msgstr "Vorige" + +#: ../../mod/events.php:446 +msgid "hour:minute" +msgstr "uur:minuut" + +#: ../../mod/events.php:456 +msgid "Event details" +msgstr "Gebeurtenis details" + +#: ../../mod/events.php:457 #, php-format -msgid "%d comment" -msgid_plural "%d comments" -msgstr[0] "%d reactie" -msgstr[1] "%d reacties" +msgid "Format is %s %s. Starting date and Title are required." +msgstr "Formaat is %s %s. Begindatum en titel zijn vereist." -#: ../../mod/content.php:707 ../../object/Item.php:232 -msgid "like" -msgstr "Leuk" +#: ../../mod/events.php:459 +msgid "Event Starts:" +msgstr "Gebeurtenis begint:" -#: ../../mod/content.php:708 ../../object/Item.php:233 -msgid "dislike" -msgstr "Niet leuk" +#: ../../mod/events.php:459 ../../mod/events.php:473 +msgid "Required" +msgstr "Vereist" -#: ../../mod/content.php:710 ../../object/Item.php:235 -msgid "Share this" -msgstr "Delen" +#: ../../mod/events.php:462 +msgid "Finish date/time is not known or not relevant" +msgstr "Einddatum/tijd is niet gekend of niet relevant" -#: ../../mod/content.php:710 ../../object/Item.php:235 -msgid "share" -msgstr "Delen" +#: ../../mod/events.php:464 +msgid "Event Finishes:" +msgstr "Gebeurtenis eindigt:" -#: ../../mod/content.php:734 ../../object/Item.php:654 -msgid "Bold" -msgstr "Vet" +#: ../../mod/events.php:467 +msgid "Adjust for viewer timezone" +msgstr "Pas aan aan de tijdzone van de gebruiker" -#: ../../mod/content.php:735 ../../object/Item.php:655 -msgid "Italic" -msgstr "Cursief" +#: ../../mod/events.php:469 +msgid "Description:" +msgstr "Beschrijving:" -#: ../../mod/content.php:736 ../../object/Item.php:656 -msgid "Underline" -msgstr "Onderstrepen" +#: ../../mod/events.php:473 +msgid "Title:" +msgstr "Titel:" -#: ../../mod/content.php:737 ../../object/Item.php:657 -msgid "Quote" -msgstr "Citeer" +#: ../../mod/events.php:475 +msgid "Share this event" +msgstr "Deel deze gebeurtenis" -#: ../../mod/content.php:738 ../../object/Item.php:658 -msgid "Code" -msgstr "Code" +#: ../../mod/delegate.php:95 +msgid "No potential page delegates located." +msgstr "Niemand gevonden waar het paginabeheer mogelijk aan uitbesteed kan worden." -#: ../../mod/content.php:739 ../../object/Item.php:659 -msgid "Image" -msgstr "Afbeelding" +#: ../../mod/delegate.php:121 ../../include/nav.php:165 +msgid "Delegate Page Management" +msgstr "Paginabeheer uitbesteden" -#: ../../mod/content.php:740 ../../object/Item.php:660 -msgid "Link" -msgstr "Link" +#: ../../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 "Personen waaraan het beheer is uitbesteed kunnen alle onderdelen van een account/pagina beheren, behalve de basisinstellingen van een account. Besteed je persoonlijke account daarom niet uit aan personen die je niet volledig vertrouwd." -#: ../../mod/content.php:741 ../../object/Item.php:661 -msgid "Video" -msgstr "Video" +#: ../../mod/delegate.php:124 +msgid "Existing Page Managers" +msgstr "Bestaande paginabeheerders" -#: ../../mod/content.php:776 ../../object/Item.php:211 -msgid "add star" -msgstr "Ster toevoegen" +#: ../../mod/delegate.php:126 +msgid "Existing Page Delegates" +msgstr "Bestaande personen waaraan het paginabeheer is uitbesteed" -#: ../../mod/content.php:777 ../../object/Item.php:212 -msgid "remove star" -msgstr "Ster verwijderen" +#: ../../mod/delegate.php:128 +msgid "Potential Delegates" +msgstr "Mogelijke personen waaraan het paginabeheer kan worden uitbesteed " -#: ../../mod/content.php:778 ../../object/Item.php:213 -msgid "toggle star status" -msgstr "Ster toevoegen of verwijderen" +#: ../../mod/delegate.php:131 +msgid "Add" +msgstr "Toevoegen" -#: ../../mod/content.php:781 ../../object/Item.php:216 -msgid "starred" -msgstr "Met ster" +#: ../../mod/delegate.php:132 +msgid "No entries." +msgstr "Geen gegevens." -#: ../../mod/content.php:782 ../../object/Item.php:221 -msgid "add tag" -msgstr "Label toevoegen" +#: ../../mod/nogroup.php:59 +msgid "Contacts who are not members of a group" +msgstr "Contacten die geen leden zijn van een groep" -#: ../../mod/content.php:786 ../../object/Item.php:130 -msgid "save to folder" -msgstr "Bewaren in map" +#: ../../mod/fbrowser.php:113 +msgid "Files" +msgstr "Bestanden" -#: ../../mod/content.php:877 ../../object/Item.php:308 -msgid "to" -msgstr "aan" +#: ../../mod/maintenance.php:5 +msgid "System down for maintenance" +msgstr "Systeem onbeschikbaar wegens onderhoud" -#: ../../mod/content.php:878 ../../object/Item.php:310 -msgid "Wall-to-Wall" -msgstr "wall-to-wall" +#: ../../mod/removeme.php:45 ../../mod/removeme.php:48 +msgid "Remove My Account" +msgstr "Verwijder mijn account" -#: ../../mod/content.php:879 ../../object/Item.php:311 -msgid "via Wall-To-Wall:" -msgstr "via wall-to-wall" +#: ../../mod/removeme.php:46 +msgid "" +"This will completely remove your account. Once this has been done it is not " +"recoverable." +msgstr "Dit zal je account volledig verwijderen. Dit kan niet hersteld worden als het eenmaal uitgevoerd is." -#: ../../object/Item.php:92 -msgid "This entry was edited" -msgstr "" +#: ../../mod/removeme.php:47 +msgid "Please enter your password for verification:" +msgstr "Voer je wachtwoord in voor verificatie:" -#: ../../object/Item.php:309 -msgid "via" -msgstr "via" +#: ../../mod/fsuggest.php:63 +msgid "Friend suggestion sent." +msgstr "Vriendschapsvoorstel verzonden." -#: ../../view/theme/cleanzero/config.php:82 -#: ../../view/theme/diabook/config.php:154 -#: ../../view/theme/dispy/config.php:72 ../../view/theme/quattro/config.php:66 -msgid "Theme settings" -msgstr "Thema instellingen" +#: ../../mod/fsuggest.php:97 +msgid "Suggest Friends" +msgstr "Stel vrienden voor" -#: ../../view/theme/cleanzero/config.php:83 -msgid "Set resize level for images in posts and comments (width and height)" -msgstr "" - -#: ../../view/theme/cleanzero/config.php:84 -#: ../../view/theme/diabook/config.php:155 -#: ../../view/theme/dispy/config.php:73 -msgid "Set font-size for posts and comments" -msgstr "Stel lettergrootte voor berichten en reacties in" - -#: ../../view/theme/cleanzero/config.php:85 -msgid "Set theme width" -msgstr "Stel breedte van het thema in" - -#: ../../view/theme/cleanzero/config.php:86 -#: ../../view/theme/quattro/config.php:68 -msgid "Color scheme" -msgstr "Kleurschema" - -#: ../../view/theme/diabook/config.php:156 -#: ../../view/theme/dispy/config.php:74 -msgid "Set line-height for posts and comments" -msgstr "" - -#: ../../view/theme/diabook/config.php:157 -msgid "Set resolution for middle column" -msgstr "" - -#: ../../view/theme/diabook/config.php:158 -msgid "Set color scheme" -msgstr "Stel kleurenschema in" - -#: ../../view/theme/diabook/config.php:159 -#: ../../view/theme/diabook/theme.php:609 -msgid "Set twitter search term" -msgstr "Stel zoekterm Twitter in" - -#: ../../view/theme/diabook/config.php:160 -msgid "Set zoomfactor for Earth Layer" -msgstr "" - -#: ../../view/theme/diabook/config.php:161 -#: ../../view/theme/diabook/theme.php:578 -msgid "Set longitude (X) for Earth Layers" -msgstr "" - -#: ../../view/theme/diabook/config.php:162 -#: ../../view/theme/diabook/theme.php:579 -msgid "Set latitude (Y) for Earth Layers" -msgstr "" - -#: ../../view/theme/diabook/config.php:163 -#: ../../view/theme/diabook/theme.php:94 -#: ../../view/theme/diabook/theme.php:537 -#: ../../view/theme/diabook/theme.php:632 -msgid "Community Pages" -msgstr "Gemeenschapspagina's" - -#: ../../view/theme/diabook/config.php:164 -#: ../../view/theme/diabook/theme.php:572 -#: ../../view/theme/diabook/theme.php:633 -msgid "Earth Layers" -msgstr "Earth Layers" - -#: ../../view/theme/diabook/config.php:165 -#: ../../view/theme/diabook/theme.php:384 -#: ../../view/theme/diabook/theme.php:634 -msgid "Community Profiles" -msgstr "Gemeenschapsprofielen" - -#: ../../view/theme/diabook/config.php:166 -#: ../../view/theme/diabook/theme.php:592 -#: ../../view/theme/diabook/theme.php:635 -msgid "Help or @NewHere ?" -msgstr "" - -#: ../../view/theme/diabook/config.php:167 -#: ../../view/theme/diabook/theme.php:599 -#: ../../view/theme/diabook/theme.php:636 -msgid "Connect Services" -msgstr "Diensten verbinden" - -#: ../../view/theme/diabook/config.php:168 -#: ../../view/theme/diabook/theme.php:516 -#: ../../view/theme/diabook/theme.php:637 -msgid "Find Friends" -msgstr "Zoek vrienden" - -#: ../../view/theme/diabook/config.php:169 -msgid "Last tweets" -msgstr "Recente tweets" - -#: ../../view/theme/diabook/config.php:170 -#: ../../view/theme/diabook/theme.php:405 -#: ../../view/theme/diabook/theme.php:639 -msgid "Last users" -msgstr "Laatste gebruikers" - -#: ../../view/theme/diabook/config.php:171 -#: ../../view/theme/diabook/theme.php:479 -#: ../../view/theme/diabook/theme.php:640 -msgid "Last photos" -msgstr "Laatste foto's" - -#: ../../view/theme/diabook/config.php:172 -#: ../../view/theme/diabook/theme.php:434 -#: ../../view/theme/diabook/theme.php:641 -msgid "Last likes" -msgstr "Recent leuk gevonden" - -#: ../../view/theme/diabook/theme.php:89 -msgid "Your contacts" -msgstr "Jouw contacten" - -#: ../../view/theme/diabook/theme.php:517 -msgid "Local Directory" -msgstr "Lokale gids" - -#: ../../view/theme/diabook/theme.php:577 -msgid "Set zoomfactor for Earth Layers" -msgstr "" - -#: ../../view/theme/diabook/theme.php:606 -#: ../../view/theme/diabook/theme.php:638 -msgid "Last Tweets" -msgstr "Recente tweets" - -#: ../../view/theme/diabook/theme.php:630 -msgid "Show/hide boxes at right-hand column:" -msgstr "" - -#: ../../view/theme/dispy/config.php:75 -msgid "Set colour scheme" -msgstr "Stel kleurschema in" - -#: ../../view/theme/quattro/config.php:67 -msgid "Alignment" -msgstr "Uitlijning" - -#: ../../view/theme/quattro/config.php:67 -msgid "Left" -msgstr "Links" - -#: ../../view/theme/quattro/config.php:67 -msgid "Center" -msgstr "Gecentreerd" - -#: ../../view/theme/quattro/config.php:69 -msgid "Posts font size" -msgstr "Lettergrootte berichten" - -#: ../../view/theme/quattro/config.php:70 -msgid "Textareas font size" -msgstr "Lettergrootte tekstgebieden" - -#: ../../index.php:405 -msgid "toggle mobile" -msgstr "mobiel thema omwisselen" - -#: ../../boot.php:673 -msgid "Delete this item?" -msgstr "Dit item verwijderen?" - -#: ../../boot.php:676 -msgid "show fewer" -msgstr "Minder tonen" - -#: ../../boot.php:1003 +#: ../../mod/fsuggest.php:99 #, php-format -msgid "Update %s failed. See error logs." -msgstr "Wijziging %s mislukt. Lees de error logbestanden." +msgid "Suggest a friend for %s" +msgstr "Stel een vriend voor aan %s" -#: ../../boot.php:1005 +#: ../../mod/item.php:108 +msgid "Unable to locate original post." +msgstr "Ik kan de originele post niet meer vinden." + +#: ../../mod/item.php:317 +msgid "Empty post discarded." +msgstr "Lege post weggegooid." + +#: ../../mod/item.php:884 +msgid "System error. Post not saved." +msgstr "Systeemfout. Post niet bewaard." + +#: ../../mod/item.php:909 #, php-format -msgid "Update Error at %s" -msgstr "Wijzigingsfout op %s" +msgid "" +"This message was sent to you by %s, a member of the Friendica social " +"network." +msgstr "Dit bericht werd naar jou gestuurd door %s, een lid van het Friendica sociale netwerk." -#: ../../boot.php:1115 -msgid "Create a New Account" -msgstr "Nieuw account aanmaken" +#: ../../mod/item.php:911 +#, php-format +msgid "You may visit them online at %s" +msgstr "Je kunt ze online bezoeken op %s" -#: ../../boot.php:1143 -msgid "Nickname or Email address: " -msgstr "Bijnaam of e-mailadres:" +#: ../../mod/item.php:912 +msgid "" +"Please contact the sender by replying to this post if you do not wish to " +"receive these messages." +msgstr "Contacteer de afzender door op dit bericht te antwoorden als je deze berichten niet wilt ontvangen." -#: ../../boot.php:1144 -msgid "Password: " -msgstr "Wachtwoord:" +#: ../../mod/item.php:916 +#, php-format +msgid "%s posted an update." +msgstr "%s heeft een wijziging geplaatst." -#: ../../boot.php:1145 -msgid "Remember me" -msgstr "Onthou me" +#: ../../mod/ping.php:238 +msgid "{0} wants to be your friend" +msgstr "{0} wilt je vriend worden" -#: ../../boot.php:1148 -msgid "Or login using OpenID: " -msgstr "Of log in met OpenID:" +#: ../../mod/ping.php:243 +msgid "{0} sent you a message" +msgstr "{0} stuurde jou een berichtje" -#: ../../boot.php:1154 -msgid "Forgot your password?" -msgstr "Wachtwoord vergeten?" +#: ../../mod/ping.php:248 +msgid "{0} requested registration" +msgstr "{0} vroeg om zich te registreren" -#: ../../boot.php:1157 -msgid "Website Terms of Service" -msgstr "Gebruikersvoorwaarden website" +#: ../../mod/ping.php:254 +#, php-format +msgid "{0} commented %s's post" +msgstr "{0} gaf een reactie op het bericht van %s" -#: ../../boot.php:1158 -msgid "terms of service" -msgstr "servicevoorwaarden" +#: ../../mod/ping.php:259 +#, php-format +msgid "{0} liked %s's post" +msgstr "{0} vond het bericht van %s leuk" -#: ../../boot.php:1160 -msgid "Website Privacy Policy" -msgstr "Privacybeleid website" +#: ../../mod/ping.php:264 +#, php-format +msgid "{0} disliked %s's post" +msgstr "{0} vond het bericht van %s niet leuk" -#: ../../boot.php:1161 -msgid "privacy policy" -msgstr "privacybeleid" +#: ../../mod/ping.php:269 +#, php-format +msgid "{0} is now friends with %s" +msgstr "{0} is nu bevriend met %s" -#: ../../boot.php:1290 -msgid "Requested account is not available." -msgstr "Gevraagde account is niet beschikbaar." +#: ../../mod/ping.php:274 +msgid "{0} posted" +msgstr "{0} plaatste" -#: ../../boot.php:1369 ../../boot.php:1473 -msgid "Edit profile" -msgstr "Bewerk profiel" +#: ../../mod/ping.php:279 +#, php-format +msgid "{0} tagged %s's post with #%s" +msgstr "{0} labelde %s's bericht met #%s" -#: ../../boot.php:1435 -msgid "Message" -msgstr "Bericht" +#: ../../mod/ping.php:285 +msgid "{0} mentioned you in a post" +msgstr "{0} vermeldde je in een bericht" -#: ../../boot.php:1443 -msgid "Manage/edit profiles" -msgstr "Beheer/Wijzig profielen" +#: ../../mod/openid.php:24 +msgid "OpenID protocol error. No ID returned." +msgstr "OpenID protocol fout. Geen ID Gevonden." -#: ../../boot.php:1572 ../../boot.php:1658 -msgid "g A l F d" -msgstr "G l j F" +#: ../../mod/openid.php:53 +msgid "" +"Account not found and OpenID registration is not permitted on this site." +msgstr "Account niet gevonden, en OpenID-registratie is niet toegelaten op deze website." -#: ../../boot.php:1573 ../../boot.php:1659 -msgid "F d" -msgstr "d F" +#: ../../mod/openid.php:93 ../../include/auth.php:112 +#: ../../include/auth.php:175 +msgid "Login failed." +msgstr "Login mislukt." -#: ../../boot.php:1618 ../../boot.php:1699 -msgid "[today]" -msgstr "[vandaag]" +#: ../../mod/notifications.php:26 +msgid "Invalid request identifier." +msgstr "Ongeldige request identifier." -#: ../../boot.php:1630 -msgid "Birthday Reminders" -msgstr "Verjaardagsherinneringen" +#: ../../mod/notifications.php:35 ../../mod/notifications.php:165 +#: ../../mod/notifications.php:211 +msgid "Discard" +msgstr "Verwerpen" -#: ../../boot.php:1631 -msgid "Birthdays this week:" -msgstr "Verjaardagen deze week:" +#: ../../mod/notifications.php:78 +msgid "System" +msgstr "Systeem" -#: ../../boot.php:1692 -msgid "[No description]" -msgstr "[Geen beschrijving]" +#: ../../mod/notifications.php:83 ../../include/nav.php:140 +msgid "Network" +msgstr "Netwerk" -#: ../../boot.php:1710 -msgid "Event Reminders" -msgstr "Gebeurtenisherinneringen" +#: ../../mod/notifications.php:98 ../../include/nav.php:149 +msgid "Introductions" +msgstr "Verzoeken" -#: ../../boot.php:1711 -msgid "Events this week:" -msgstr "Gebeurtenissen deze week:" +#: ../../mod/notifications.php:122 +msgid "Show Ignored Requests" +msgstr "Toon genegeerde verzoeken" -#: ../../boot.php:1947 -msgid "Status Messages and Posts" -msgstr "Statusmeldingen en berichten" +#: ../../mod/notifications.php:122 +msgid "Hide Ignored Requests" +msgstr "Verberg genegeerde verzoeken" -#: ../../boot.php:1954 -msgid "Profile Details" -msgstr "Profiel Details" +#: ../../mod/notifications.php:149 ../../mod/notifications.php:195 +msgid "Notification type: " +msgstr "Notificatiesoort:" -#: ../../boot.php:1965 ../../boot.php:1968 -msgid "Videos" -msgstr "Video's" +#: ../../mod/notifications.php:150 +msgid "Friend Suggestion" +msgstr "Vriendschapsvoorstel" -#: ../../boot.php:1978 -msgid "Events and Calendar" -msgstr "Gebeurtenissen en kalender" +#: ../../mod/notifications.php:152 +#, php-format +msgid "suggested by %s" +msgstr "Voorgesteld door %s" -#: ../../boot.php:1985 -msgid "Only You Can See This" -msgstr "Alleen jij kunt dit zien" +#: ../../mod/notifications.php:158 ../../mod/notifications.php:205 +msgid "Post a new friend activity" +msgstr "Bericht over een nieuwe vriend" + +#: ../../mod/notifications.php:158 ../../mod/notifications.php:205 +msgid "if applicable" +msgstr "Indien toepasbaar" + +#: ../../mod/notifications.php:181 +msgid "Claims to be known to you: " +msgstr "Denkt dat u hem of haar kent:" + +#: ../../mod/notifications.php:181 +msgid "yes" +msgstr "Ja" + +#: ../../mod/notifications.php:181 +msgid "no" +msgstr "Nee" + +#: ../../mod/notifications.php:188 +msgid "Approve as: " +msgstr "Goedkeuren als:" + +#: ../../mod/notifications.php:189 +msgid "Friend" +msgstr "Vriend" + +#: ../../mod/notifications.php:190 +msgid "Sharer" +msgstr "Deler" + +#: ../../mod/notifications.php:190 +msgid "Fan/Admirer" +msgstr "Fan/Bewonderaar" + +#: ../../mod/notifications.php:196 +msgid "Friend/Connect Request" +msgstr "Vriendschapsverzoek" + +#: ../../mod/notifications.php:196 +msgid "New Follower" +msgstr "Nieuwe Volger" + +#: ../../mod/notifications.php:217 +msgid "No introductions." +msgstr "Geen vriendschaps- of connectieverzoeken." + +#: ../../mod/notifications.php:220 ../../include/nav.php:150 +msgid "Notifications" +msgstr "Notificaties" + +#: ../../mod/notifications.php:257 ../../mod/notifications.php:382 +#: ../../mod/notifications.php:469 +#, php-format +msgid "%s liked %s's post" +msgstr "%s vond het bericht van %s leuk" + +#: ../../mod/notifications.php:266 ../../mod/notifications.php:391 +#: ../../mod/notifications.php:478 +#, php-format +msgid "%s disliked %s's post" +msgstr "%s vond het bericht van %s niet leuk" + +#: ../../mod/notifications.php:280 ../../mod/notifications.php:405 +#: ../../mod/notifications.php:492 +#, php-format +msgid "%s is now friends with %s" +msgstr "%s is nu bevriend met %s" + +#: ../../mod/notifications.php:287 ../../mod/notifications.php:412 +#, php-format +msgid "%s created a new post" +msgstr "%s schreef een nieuw bericht" + +#: ../../mod/notifications.php:288 ../../mod/notifications.php:413 +#: ../../mod/notifications.php:501 +#, php-format +msgid "%s commented on %s's post" +msgstr "%s gaf een reactie op het bericht van %s" + +#: ../../mod/notifications.php:302 +msgid "No more network notifications." +msgstr "Geen netwerknotificaties meer" + +#: ../../mod/notifications.php:306 +msgid "Network Notifications" +msgstr "Netwerknotificaties" + +#: ../../mod/notifications.php:427 +msgid "No more personal notifications." +msgstr "Geen persoonlijke notificaties meer" + +#: ../../mod/notifications.php:431 +msgid "Personal Notifications" +msgstr "Persoonlijke notificaties" + +#: ../../mod/notifications.php:508 +msgid "No more home notifications." +msgstr "Geen tijdlijn-notificaties meer" + +#: ../../mod/notifications.php:512 +msgid "Home Notifications" +msgstr "Tijdlijn-notificaties" + +#: ../../mod/invite.php:27 +msgid "Total invitation limit exceeded." +msgstr "Totale uitnodigingslimiet overschreden." + +#: ../../mod/invite.php:49 +#, php-format +msgid "%s : Not a valid email address." +msgstr "%s: Geen geldig e-mailadres." + +#: ../../mod/invite.php:73 +msgid "Please join us on Friendica" +msgstr "Kom bij ons op Friendica" + +#: ../../mod/invite.php:84 +msgid "Invitation limit exceeded. Please contact your site administrator." +msgstr "Uitnodigingslimiet overschreden. Neem contact op met de beheerder van je website." + +#: ../../mod/invite.php:89 +#, php-format +msgid "%s : Message delivery failed." +msgstr "%s : Aflevering van bericht mislukt." + +#: ../../mod/invite.php:93 +#, php-format +msgid "%d message sent." +msgid_plural "%d messages sent." +msgstr[0] "%d bericht verzonden." +msgstr[1] "%d berichten verzonden." + +#: ../../mod/invite.php:112 +msgid "You have no more invitations available" +msgstr "Je kunt geen uitnodigingen meer sturen" + +#: ../../mod/invite.php:120 +#, php-format +msgid "" +"Visit %s for a list of public sites that you can join. Friendica members on " +"other sites can all connect with each other, as well as with members of many" +" other social networks." +msgstr "Bezoek %s voor een lijst van openbare sites waar je je kunt aansluiten. Friendica leden op andere sites kunnen allemaal met elkaar verbonden worden, en ook met leden van verschillende andere sociale netwerken." + +#: ../../mod/invite.php:122 +#, php-format +msgid "" +"To accept this invitation, please visit and register at %s or any other " +"public Friendica website." +msgstr "Om deze uitnodiging te accepteren kan je je op %s registreren of op een andere vrij toegankelijke Friendica-website." + +#: ../../mod/invite.php:123 +#, php-format +msgid "" +"Friendica sites all inter-connect to create a huge privacy-enhanced social " +"web that is owned and controlled by its members. They can also connect with " +"many traditional social networks. See %s for a list of alternate Friendica " +"sites you can join." +msgstr "Friendica servers zijn allemaal onderling verbonden om een reusachtig sociaal web te maken met verbeterde privacy, dat eigendom is van en gecontroleerd door zijn leden. Ze kunnen ook verbindingen maken met verschillende traditionele sociale netwerken. Bekijk %s voor een lijst van alternatieve Friendica servers waar je aan kunt sluiten." + +#: ../../mod/invite.php:126 +msgid "" +"Our apologies. This system is not currently configured to connect with other" +" public sites or invite members." +msgstr "Onze verontschuldigingen. Dit systeem is momenteel niet ingesteld om verbinding te maken met andere openbare plaatsen of leden uit te nodigen." + +#: ../../mod/invite.php:132 +msgid "Send invitations" +msgstr "Verstuur uitnodigingen" + +#: ../../mod/invite.php:133 +msgid "Enter email addresses, one per line:" +msgstr "Vul e-mailadressen in, één per lijn:" + +#: ../../mod/invite.php:135 +msgid "" +"You are cordially invited to join me and other close friends on Friendica - " +"and help us to create a better social web." +msgstr "Ik nodig je vriendelijk uit om bij mij en andere vrienden te komen op Friendica - en ons te helpen om een beter sociaal web te bouwen." + +#: ../../mod/invite.php:137 +msgid "You will need to supply this invitation code: $invite_code" +msgstr "Je zult deze uitnodigingscode moeten invullen: $invite_code" + +#: ../../mod/invite.php:137 +msgid "" +"Once you have registered, please connect with me via my profile page at:" +msgstr "Eens je geregistreerd bent kun je contact leggen met mij via mijn profielpagina op:" + +#: ../../mod/invite.php:139 +msgid "" +"For more information about the Friendica project and why we feel it is " +"important, please visit http://friendica.com" +msgstr "Voor meer informatie over het Friendica project en waarom wij denken dat het belangrijk is kun je http://friendica.com/ bezoeken" + +#: ../../mod/manage.php:106 +msgid "Manage Identities and/or Pages" +msgstr "Beheer Identiteiten en/of Pagina's" + +#: ../../mod/manage.php:107 +msgid "" +"Toggle between different identities or community/group pages which share " +"your account details or which you have been granted \"manage\" permissions" +msgstr "Wissel tussen verschillende identiteiten of groeppagina's die jouw accountdetails delen of waar je \"beheerdersrechten\" hebt gekregen." + +#: ../../mod/manage.php:108 +msgid "Select an identity to manage: " +msgstr "Selecteer een identiteit om te beheren:" + +#: ../../mod/home.php:34 +#, php-format +msgid "Welcome to %s" +msgstr "Welkom op %s" + +#: ../../mod/allfriends.php:34 +#, php-format +msgid "Friends of %s" +msgstr "Vrienden van %s" + +#: ../../mod/allfriends.php:40 +msgid "No friends to display." +msgstr "Geen vrienden om te laten zien." + +#: ../../include/contact_widgets.php:6 +msgid "Add New Contact" +msgstr "Nieuw Contact toevoegen" + +#: ../../include/contact_widgets.php:7 +msgid "Enter address or web location" +msgstr "Voeg een webadres of -locatie in:" + +#: ../../include/contact_widgets.php:8 +msgid "Example: bob@example.com, http://example.com/barbara" +msgstr "Voorbeeld: jan@voorbeeld.be, http://voorbeeld.nl/barbara" + +#: ../../include/contact_widgets.php:23 +#, php-format +msgid "%d invitation available" +msgid_plural "%d invitations available" +msgstr[0] "%d uitnodiging beschikbaar" +msgstr[1] "%d uitnodigingen beschikbaar" + +#: ../../include/contact_widgets.php:29 +msgid "Find People" +msgstr "Zoek mensen" + +#: ../../include/contact_widgets.php:30 +msgid "Enter name or interest" +msgstr "Vul naam of interesse in" + +#: ../../include/contact_widgets.php:31 +msgid "Connect/Follow" +msgstr "Verbind/Volg" + +#: ../../include/contact_widgets.php:32 +msgid "Examples: Robert Morgenstein, Fishing" +msgstr "Voorbeelden: Jan Peeters, Vissen" + +#: ../../include/contact_widgets.php:36 +msgid "Random Profile" +msgstr "Willekeurig Profiel" + +#: ../../include/contact_widgets.php:70 +msgid "Networks" +msgstr "Netwerken" + +#: ../../include/contact_widgets.php:73 +msgid "All Networks" +msgstr "Alle netwerken" + +#: ../../include/contact_widgets.php:103 ../../include/features.php:59 +msgid "Saved Folders" +msgstr "Bewaarde Mappen" + +#: ../../include/contact_widgets.php:106 ../../include/contact_widgets.php:138 +msgid "Everything" +msgstr "Alles" + +#: ../../include/contact_widgets.php:135 +msgid "Categories" +msgstr "Categorieën" + +#: ../../include/plugin.php:454 ../../include/plugin.php:456 +msgid "Click here to upgrade." +msgstr "" + +#: ../../include/plugin.php:462 +msgid "This action exceeds the limits set by your subscription plan." +msgstr "" + +#: ../../include/plugin.php:467 +msgid "This action is not available under your subscription plan." +msgstr "" + +#: ../../include/api.php:255 ../../include/api.php:266 +#: ../../include/api.php:356 +msgid "User not found." +msgstr "" + +#: ../../include/api.php:1024 +msgid "There is no status with this id." +msgstr "Er is geen status met dit kenmerk" + +#: ../../include/network.php:883 +msgid "view full size" +msgstr "Volledig formaat" + +#: ../../include/event.php:20 ../../include/bb2diaspora.php:399 +msgid "Starts:" +msgstr "Begint:" + +#: ../../include/event.php:30 ../../include/bb2diaspora.php:407 +msgid "Finishes:" +msgstr "Eindigt:" + +#: ../../include/notifier.php:774 ../../include/delivery.php:457 +msgid "(no subject)" +msgstr "(geen onderwerp)" + +#: ../../include/notifier.php:784 ../../include/enotify.php:28 +#: ../../include/delivery.php:468 +msgid "noreply" +msgstr "geen reactie" + +#: ../../include/user.php:39 +msgid "An invitation is required." +msgstr "Een uitnodiging is vereist." + +#: ../../include/user.php:44 +msgid "Invitation could not be verified." +msgstr "Uitnodiging kon niet geverifieerd worden." + +#: ../../include/user.php:52 +msgid "Invalid OpenID url" +msgstr "Ongeldige OpenID url" + +#: ../../include/user.php:66 ../../include/auth.php:128 +msgid "" +"We encountered a problem while logging in with the OpenID you provided. " +"Please check the correct spelling of the ID." +msgstr "" + +#: ../../include/user.php:66 ../../include/auth.php:128 +msgid "The error message was:" +msgstr "De foutboodschap was:" + +#: ../../include/user.php:73 +msgid "Please enter the required information." +msgstr "Vul a.u.b. de vereiste informatie in." + +#: ../../include/user.php:87 +msgid "Please use a shorter name." +msgstr "gebruik een kortere naam" + +#: ../../include/user.php:89 +msgid "Name too short." +msgstr "Naam te kort" + +#: ../../include/user.php:104 +msgid "That doesn't appear to be your full (First Last) name." +msgstr "Dat lijkt niet je volledige naam (voor- en achternaam) te zijn." + +#: ../../include/user.php:109 +msgid "Your email domain is not among those allowed on this site." +msgstr "Je e-maildomein is op deze website niet toegestaan." + +#: ../../include/user.php:112 +msgid "Not a valid email address." +msgstr "Geen geldig e-mailadres." + +#: ../../include/user.php:125 +msgid "Cannot use that email." +msgstr "Ik kan die e-mail niet gebruiken." + +#: ../../include/user.php:131 +msgid "" +"Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and " +"must also begin with a letter." +msgstr "Je \"bijnaam\" kan alleen \"a-z\", \"0-9\", \"-\", en \"_\" bevatten, en moet ook met een letter beginnen." + +#: ../../include/user.php:137 ../../include/user.php:235 +msgid "Nickname is already registered. Please choose another." +msgstr "Bijnaam is al geregistreerd. Kies een andere." + +#: ../../include/user.php:147 +msgid "" +"Nickname was once registered here and may not be re-used. Please choose " +"another." +msgstr "Bijnaam was ooit hier geregistreerd en kan niet herbruikt worden. Kies een andere." + +#: ../../include/user.php:163 +msgid "SERIOUS ERROR: Generation of security keys failed." +msgstr "ERNSTIGE FOUT: aanmaken van beveiligingssleutels mislukt." + +#: ../../include/user.php:221 +msgid "An error occurred during registration. Please try again." +msgstr "" + +#: ../../include/user.php:256 +msgid "An error occurred creating your default profile. Please try again." +msgstr "" + +#: ../../include/user.php:288 ../../include/user.php:292 +#: ../../include/profile_selectors.php:42 +msgid "Friends" +msgstr "Vrienden" + +#: ../../include/conversation.php:207 +#, php-format +msgid "%1$s poked %2$s" +msgstr "%1$s stootte %2$s aan" + +#: ../../include/conversation.php:211 ../../include/text.php:986 +msgid "poked" +msgstr "aangestoten" + +#: ../../include/conversation.php:291 +msgid "post/item" +msgstr "bericht/item" + +#: ../../include/conversation.php:292 +#, php-format +msgid "%1$s marked %2$s's %3$s as favorite" +msgstr "%1$s markeerde %2$s's %3$s als favoriet" + +#: ../../include/conversation.php:767 +msgid "remove" +msgstr "verwijder" + +#: ../../include/conversation.php:771 +msgid "Delete Selected Items" +msgstr "Geselecteerde items verwijderen" + +#: ../../include/conversation.php:870 +msgid "Follow Thread" +msgstr "Conversatie volgen" + +#: ../../include/conversation.php:871 ../../include/Contact.php:229 +msgid "View Status" +msgstr "Bekijk status" + +#: ../../include/conversation.php:872 ../../include/Contact.php:230 +msgid "View Profile" +msgstr "Bekijk profiel" + +#: ../../include/conversation.php:873 ../../include/Contact.php:231 +msgid "View Photos" +msgstr "Bekijk foto's" + +#: ../../include/conversation.php:874 ../../include/Contact.php:232 +#: ../../include/Contact.php:255 +msgid "Network Posts" +msgstr "Netwerkberichten" + +#: ../../include/conversation.php:875 ../../include/Contact.php:233 +#: ../../include/Contact.php:255 +msgid "Edit Contact" +msgstr "Bewerk contact" + +#: ../../include/conversation.php:876 ../../include/Contact.php:235 +#: ../../include/Contact.php:255 +msgid "Send PM" +msgstr "Stuur een privébericht" + +#: ../../include/conversation.php:877 ../../include/Contact.php:228 +msgid "Poke" +msgstr "Aanstoten" + +#: ../../include/conversation.php:939 +#, php-format +msgid "%s likes this." +msgstr "%s vind dit leuk." + +#: ../../include/conversation.php:939 +#, php-format +msgid "%s doesn't like this." +msgstr "%s vind dit niet leuk." + +#: ../../include/conversation.php:944 +#, php-format +msgid "%2$d people like this" +msgstr "%2$d mensen vinden dit leuk" + +#: ../../include/conversation.php:947 +#, php-format +msgid "%2$d people don't like this" +msgstr "%2$d people vinden dit niet leuk" + +#: ../../include/conversation.php:961 +msgid "and" +msgstr "en" + +#: ../../include/conversation.php:967 +#, php-format +msgid ", and %d other people" +msgstr ", en %d andere mensen" + +#: ../../include/conversation.php:969 +#, php-format +msgid "%s like this." +msgstr "%s vind dit leuk." + +#: ../../include/conversation.php:969 +#, php-format +msgid "%s don't like this." +msgstr "%s vind dit niet leuk." + +#: ../../include/conversation.php:996 ../../include/conversation.php:1014 +msgid "Visible to everybody" +msgstr "Zichtbaar voor iedereen" + +#: ../../include/conversation.php:998 ../../include/conversation.php:1016 +msgid "Please enter a video link/URL:" +msgstr "Vul een videolink/URL in:" + +#: ../../include/conversation.php:999 ../../include/conversation.php:1017 +msgid "Please enter an audio link/URL:" +msgstr "Vul een audiolink/URL in:" + +#: ../../include/conversation.php:1000 ../../include/conversation.php:1018 +msgid "Tag term:" +msgstr "Label:" + +#: ../../include/conversation.php:1002 ../../include/conversation.php:1020 +msgid "Where are you right now?" +msgstr "Waar ben je nu?" + +#: ../../include/conversation.php:1003 +msgid "Delete item(s)?" +msgstr "Item(s) verwijderen?" + +#: ../../include/conversation.php:1045 +msgid "Post to Email" +msgstr "Verzenden per e-mail" + +#: ../../include/conversation.php:1101 +msgid "permissions" +msgstr "rechten" + +#: ../../include/conversation.php:1125 +msgid "Post to Groups" +msgstr "Verzenden naar Groepen" + +#: ../../include/conversation.php:1126 +msgid "Post to Contacts" +msgstr "Verzenden naar Contacten" + +#: ../../include/conversation.php:1127 +msgid "Private post" +msgstr "Privé verzending" + +#: ../../include/auth.php:38 +msgid "Logged out." +msgstr "Uitgelogd." + +#: ../../include/uimport.php:94 +msgid "Error decoding account file" +msgstr "" + +#: ../../include/uimport.php:100 +msgid "Error! No version data in file! This is not a Friendica account file?" +msgstr "" + +#: ../../include/uimport.php:116 ../../include/uimport.php:127 +msgid "Error! Cannot check nickname" +msgstr "" + +#: ../../include/uimport.php:120 ../../include/uimport.php:131 +#, php-format +msgid "User '%s' already exists on this server!" +msgstr "Gebruiker '%s' bestaat al op deze server!" + +#: ../../include/uimport.php:153 +msgid "User creation error" +msgstr "Fout bij het aanmaken van de gebruiker" + +#: ../../include/uimport.php:171 +msgid "User profile creation error" +msgstr "Fout bij het aanmaken van het gebruikersprofiel" + +#: ../../include/uimport.php:220 +#, php-format +msgid "%d contact not imported" +msgid_plural "%d contacts not imported" +msgstr[0] "%d contact werd niet geïmporteerd" +msgstr[1] "%d contacten werden niet geïmporteerd" + +#: ../../include/uimport.php:290 +msgid "Done. You can now login with your username and password" +msgstr "Gebeurd. Je kunt nu inloggen met je gebruikersnaam en wachtwoord" + +#: ../../include/text.php:300 +msgid "newer" +msgstr "nieuwere berichten" + +#: ../../include/text.php:302 +msgid "older" +msgstr "oudere berichten" + +#: ../../include/text.php:307 +msgid "prev" +msgstr "vorige" + +#: ../../include/text.php:309 +msgid "first" +msgstr "eerste" + +#: ../../include/text.php:341 +msgid "last" +msgstr "laatste" + +#: ../../include/text.php:344 +msgid "next" +msgstr "volgende" + +#: ../../include/text.php:836 +msgid "No contacts" +msgstr "Geen contacten" + +#: ../../include/text.php:845 +#, php-format +msgid "%d Contact" +msgid_plural "%d Contacts" +msgstr[0] "%d contact" +msgstr[1] "%d contacten" + +#: ../../include/text.php:986 +msgid "poke" +msgstr "aanstoten" + +#: ../../include/text.php:987 +msgid "ping" +msgstr "ping" + +#: ../../include/text.php:987 +msgid "pinged" +msgstr "gepingd" + +#: ../../include/text.php:988 +msgid "prod" +msgstr "porren" + +#: ../../include/text.php:988 +msgid "prodded" +msgstr "gepord" + +#: ../../include/text.php:989 +msgid "slap" +msgstr "" + +#: ../../include/text.php:989 +msgid "slapped" +msgstr "" + +#: ../../include/text.php:990 +msgid "finger" +msgstr "" + +#: ../../include/text.php:990 +msgid "fingered" +msgstr "" + +#: ../../include/text.php:991 +msgid "rebuff" +msgstr "" + +#: ../../include/text.php:991 +msgid "rebuffed" +msgstr "" + +#: ../../include/text.php:1005 +msgid "happy" +msgstr "Blij" + +#: ../../include/text.php:1006 +msgid "sad" +msgstr "Verdrietig" + +#: ../../include/text.php:1007 +msgid "mellow" +msgstr "" + +#: ../../include/text.php:1008 +msgid "tired" +msgstr "vermoeid" + +#: ../../include/text.php:1009 +msgid "perky" +msgstr "" + +#: ../../include/text.php:1010 +msgid "angry" +msgstr "boos" + +#: ../../include/text.php:1011 +msgid "stupified" +msgstr "" + +#: ../../include/text.php:1012 +msgid "puzzled" +msgstr "onzeker" + +#: ../../include/text.php:1013 +msgid "interested" +msgstr "Geïnteresseerd" + +#: ../../include/text.php:1014 +msgid "bitter" +msgstr "bitter" + +#: ../../include/text.php:1015 +msgid "cheerful" +msgstr "vrolijk" + +#: ../../include/text.php:1016 +msgid "alive" +msgstr "levend" + +#: ../../include/text.php:1017 +msgid "annoyed" +msgstr "verveeld" + +#: ../../include/text.php:1018 +msgid "anxious" +msgstr "" + +#: ../../include/text.php:1019 +msgid "cranky" +msgstr "" + +#: ../../include/text.php:1020 +msgid "disturbed" +msgstr "" + +#: ../../include/text.php:1021 +msgid "frustrated" +msgstr "gefrustreerd" + +#: ../../include/text.php:1022 +msgid "motivated" +msgstr "gemotiveerd" + +#: ../../include/text.php:1023 +msgid "relaxed" +msgstr "ontspannen" + +#: ../../include/text.php:1024 +msgid "surprised" +msgstr "verbaasd" + +#: ../../include/text.php:1192 +msgid "Monday" +msgstr "Maandag" + +#: ../../include/text.php:1192 +msgid "Tuesday" +msgstr "Dinsdag" + +#: ../../include/text.php:1192 +msgid "Wednesday" +msgstr "Woensdag" + +#: ../../include/text.php:1192 +msgid "Thursday" +msgstr "Donderdag" + +#: ../../include/text.php:1192 +msgid "Friday" +msgstr "Vrijdag" + +#: ../../include/text.php:1192 +msgid "Saturday" +msgstr "Zaterdag" + +#: ../../include/text.php:1192 +msgid "Sunday" +msgstr "Zondag" + +#: ../../include/text.php:1196 +msgid "January" +msgstr "Januari" + +#: ../../include/text.php:1196 +msgid "February" +msgstr "Februari" + +#: ../../include/text.php:1196 +msgid "March" +msgstr "Maart" + +#: ../../include/text.php:1196 +msgid "April" +msgstr "April" + +#: ../../include/text.php:1196 +msgid "May" +msgstr "Mei" + +#: ../../include/text.php:1196 +msgid "June" +msgstr "Juni" + +#: ../../include/text.php:1196 +msgid "July" +msgstr "Juli" + +#: ../../include/text.php:1196 +msgid "August" +msgstr "Augustus" + +#: ../../include/text.php:1196 +msgid "September" +msgstr "September" + +#: ../../include/text.php:1196 +msgid "October" +msgstr "Oktober" + +#: ../../include/text.php:1196 +msgid "November" +msgstr "November" + +#: ../../include/text.php:1196 +msgid "December" +msgstr "December" + +#: ../../include/text.php:1415 +msgid "bytes" +msgstr "bytes" + +#: ../../include/text.php:1439 ../../include/text.php:1451 +msgid "Click to open/close" +msgstr "klik om te openen/sluiten" + +#: ../../include/text.php:1670 +msgid "Select an alternate language" +msgstr "Kies een andere taal" + +#: ../../include/text.php:1926 +msgid "activity" +msgstr "activiteit" + +#: ../../include/text.php:1929 +msgid "post" +msgstr "bericht" + +#: ../../include/text.php:2084 +msgid "Item filed" +msgstr "Item bewaard" + +#: ../../include/enotify.php:16 +msgid "Friendica Notification" +msgstr "Friendica Notificatie" + +#: ../../include/enotify.php:19 +msgid "Thank You," +msgstr "Bedankt" + +#: ../../include/enotify.php:21 +#, php-format +msgid "%s Administrator" +msgstr "%s Beheerder" + +#: ../../include/enotify.php:40 +#, php-format +msgid "%s " +msgstr "%s " + +#: ../../include/enotify.php:44 +#, php-format +msgid "[Friendica:Notify] New mail received at %s" +msgstr "[Friendica:Notificatie] Nieuw bericht ontvangen op %s" + +#: ../../include/enotify.php:46 +#, php-format +msgid "%1$s sent you a new private message at %2$s." +msgstr "%1$s sent you a new private message at %2$s." + +#: ../../include/enotify.php:47 +#, php-format +msgid "%1$s sent you %2$s." +msgstr "%1$s stuurde jou %2$s." + +#: ../../include/enotify.php:47 +msgid "a private message" +msgstr "een prive bericht" + +#: ../../include/enotify.php:48 +#, 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 te beantwoorden." + +#: ../../include/enotify.php:90 +#, php-format +msgid "%1$s commented on [url=%2$s]a %3$s[/url]" +msgstr "%1$s gaf een reactie op [url=%2$s]a %3$s[/url]" + +#: ../../include/enotify.php:97 +#, php-format +msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]" +msgstr "%1$s gaf een reactie op [url=%2$s]%3$s's %4$s[/url]" + +#: ../../include/enotify.php:105 +#, php-format +msgid "%1$s commented on [url=%2$s]your %3$s[/url]" +msgstr "%1$s gaf een reactie op [url=%2$s]jouw %3$s[/url]" + +#: ../../include/enotify.php:115 +#, php-format +msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s" +msgstr "" + +#: ../../include/enotify.php:116 +#, php-format +msgid "%s commented on an item/conversation you have been following." +msgstr "%s gaf een reactie op een bericht/conversatie die jij volgt." + +#: ../../include/enotify.php:119 ../../include/enotify.php:134 +#: ../../include/enotify.php:147 ../../include/enotify.php:165 +#: ../../include/enotify.php:178 +#, php-format +msgid "Please visit %s to view and/or reply to the conversation." +msgstr "Bezoek %s om de conversatie te bekijken en/of te beantwoorden." + +#: ../../include/enotify.php:126 +#, php-format +msgid "[Friendica:Notify] %s posted to your profile wall" +msgstr "" + +#: ../../include/enotify.php:128 +#, php-format +msgid "%1$s posted to your profile wall at %2$s" +msgstr "" + +#: ../../include/enotify.php:130 +#, php-format +msgid "%1$s posted to [url=%2$s]your wall[/url]" +msgstr "" + +#: ../../include/enotify.php:141 +#, php-format +msgid "[Friendica:Notify] %s tagged you" +msgstr "[Friendica:Notificatie] %s heeft jou genoemd" + +#: ../../include/enotify.php:142 +#, php-format +msgid "%1$s tagged you at %2$s" +msgstr "%1$s heeft jou in %2$s genoemd" + +#: ../../include/enotify.php:143 +#, php-format +msgid "%1$s [url=%2$s]tagged you[/url]." +msgstr "%1$s [url=%2$s]heeft jou genoemd[/url]." + +#: ../../include/enotify.php:155 +#, php-format +msgid "[Friendica:Notify] %1$s poked you" +msgstr "[Friendica:Notify] %1$s heeft jou aangestoten" + +#: ../../include/enotify.php:156 +#, php-format +msgid "%1$s poked you at %2$s" +msgstr "%1$s heeft jou aangestoten op %2$s" + +#: ../../include/enotify.php:157 +#, php-format +msgid "%1$s [url=%2$s]poked you[/url]." +msgstr "" + +#: ../../include/enotify.php:172 +#, php-format +msgid "[Friendica:Notify] %s tagged your post" +msgstr "[Friendica:Notificatie] %s heeft jouw bericht gelabeld" + +#: ../../include/enotify.php:173 +#, php-format +msgid "%1$s tagged your post at %2$s" +msgstr "%1$s heeft jouw bericht gelabeld in %2$s" + +#: ../../include/enotify.php:174 +#, php-format +msgid "%1$s tagged [url=%2$s]your post[/url]" +msgstr "%1$s labelde [url=%2$s]jouw bericht[/url]" + +#: ../../include/enotify.php:185 +msgid "[Friendica:Notify] Introduction received" +msgstr "[Friendica:Notificatie] Vriendschaps-/connectieverzoek ontvangen" + +#: ../../include/enotify.php:186 +#, php-format +msgid "You've received an introduction from '%1$s' at %2$s" +msgstr "Je hebt een vriendschaps- of connectieverzoek ontvangen van '%1$s' om %2$s" + +#: ../../include/enotify.php:187 +#, php-format +msgid "You've received [url=%1$s]an introduction[/url] from %2$s." +msgstr "Je ontving [url=%1$s]een vriendschaps- of connectieverzoek[/url] van %2$s." + +#: ../../include/enotify.php:190 ../../include/enotify.php:208 +#, php-format +msgid "You may visit their profile at %s" +msgstr "U kunt hun profiel bezoeken op %s" + +#: ../../include/enotify.php:192 +#, php-format +msgid "Please visit %s to approve or reject the introduction." +msgstr "Bezoek %s om het verzoek goed of af te keuren." + +#: ../../include/enotify.php:199 +msgid "[Friendica:Notify] Friend suggestion received" +msgstr "" + +#: ../../include/enotify.php:200 +#, php-format +msgid "You've received a friend suggestion from '%1$s' at %2$s" +msgstr "" + +#: ../../include/enotify.php:201 +#, php-format +msgid "" +"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s." +msgstr "" + +#: ../../include/enotify.php:206 +msgid "Name:" +msgstr "Naam:" + +#: ../../include/enotify.php:207 +msgid "Photo:" +msgstr "Foto: " + +#: ../../include/enotify.php:210 +#, php-format +msgid "Please visit %s to approve or reject the suggestion." +msgstr "" + +#: ../../include/Scrape.php:583 +msgid " on Last.fm" +msgstr " op Last.fm" + +#: ../../include/group.php:25 +msgid "" +"A deleted group with this name was revived. Existing item permissions " +"may apply to this group and any future members. If this is " +"not what you intended, please create another group with a different name." +msgstr "Een verwijderde groep met deze naam is weer tot leven gewekt. Bestaande itemrechten kunnen voor deze groep en toekomstige leden gelden. Wanneer je niet zo had bedoeld kan je een andere groep met een andere naam creëren. " + +#: ../../include/group.php:207 +msgid "Default privacy group for new contacts" +msgstr "" + +#: ../../include/group.php:226 +msgid "Everybody" +msgstr "Iedereen" + +#: ../../include/group.php:249 +msgid "edit" +msgstr "verander" + +#: ../../include/group.php:271 +msgid "Edit group" +msgstr "Verander groep" + +#: ../../include/group.php:272 +msgid "Create a new group" +msgstr "Maak nieuwe groep" + +#: ../../include/group.php:273 +msgid "Contacts not in any group" +msgstr "" + +#: ../../include/follow.php:32 +msgid "Connect URL missing." +msgstr "" + +#: ../../include/follow.php:59 +msgid "" +"This site is not configured to allow communications with other networks." +msgstr "Deze website is niet geconfigureerd voor communicatie met andere netwerken." + +#: ../../include/follow.php:60 ../../include/follow.php:80 +msgid "No compatible communication protocols or feeds were discovered." +msgstr "Er werden geen compatibele communicatieprotocols of feeds ontdekt." + +#: ../../include/follow.php:78 +msgid "The profile address specified does not provide adequate information." +msgstr "" + +#: ../../include/follow.php:82 +msgid "An author or name was not found." +msgstr "" + +#: ../../include/follow.php:84 +msgid "No browser URL could be matched to this address." +msgstr "" + +#: ../../include/follow.php:86 +msgid "" +"Unable to match @-style Identity Address with a known protocol or email " +"contact." +msgstr "Het @-stijl-identiteitsadres komt niet overeen met een nekend protocol of e-mailcontact." + +#: ../../include/follow.php:87 +msgid "Use mailto: in front of address to force email check." +msgstr "Gebruik mailto: voor het adres om een e-mailcontrole af te dwingen." + +#: ../../include/follow.php:93 +msgid "" +"The profile address specified belongs to a network which has been disabled " +"on this site." +msgstr "" + +#: ../../include/follow.php:103 +msgid "" +"Limited profile. This person will be unable to receive direct/personal " +"notifications from you." +msgstr "" + +#: ../../include/follow.php:205 +msgid "Unable to retrieve contact information." +msgstr "" + +#: ../../include/follow.php:259 +msgid "following" +msgstr "volgend" + +#: ../../include/message.php:15 ../../include/message.php:172 +msgid "[no subject]" +msgstr "[geen onderwerp]" + +#: ../../include/nav.php:73 +msgid "End this session" +msgstr "Deze sessie beëindigen" + +#: ../../include/nav.php:91 +msgid "Sign in" +msgstr "Inloggen" + +#: ../../include/nav.php:104 +msgid "Home Page" +msgstr "Jouw tijdlijn" + +#: ../../include/nav.php:108 +msgid "Create an account" +msgstr "Maak een accoount" + +#: ../../include/nav.php:113 +msgid "Help and documentation" +msgstr "Hulp en documentatie" + +#: ../../include/nav.php:116 +msgid "Apps" +msgstr "Apps" + +#: ../../include/nav.php:116 +msgid "Addon applications, utilities, games" +msgstr "Extra toepassingen, hulpmiddelen of spelletjes" + +#: ../../include/nav.php:118 +msgid "Search site content" +msgstr "Doorzoek de inhoud van de website" + +#: ../../include/nav.php:128 +msgid "Conversations on this site" +msgstr "Conversaties op deze website" + +#: ../../include/nav.php:130 +msgid "Directory" +msgstr "Gids" + +#: ../../include/nav.php:130 +msgid "People directory" +msgstr "Personengids" + +#: ../../include/nav.php:140 +msgid "Conversations from your friends" +msgstr "Conversaties van je vrienden" + +#: ../../include/nav.php:141 +msgid "Network Reset" +msgstr "Netwerkpagina opnieuw instellen" + +#: ../../include/nav.php:141 +msgid "Load Network page with no filters" +msgstr "Laad de netwerkpagina zonder filters" + +#: ../../include/nav.php:149 +msgid "Friend Requests" +msgstr "Vriendschapsverzoeken" + +#: ../../include/nav.php:151 +msgid "See all notifications" +msgstr "Toon alle notificaties" + +#: ../../include/nav.php:152 +msgid "Mark all system notifications seen" +msgstr "Alle systeemnotificaties als gelezen markeren" + +#: ../../include/nav.php:156 +msgid "Private mail" +msgstr "Privéberichten" + +#: ../../include/nav.php:157 +msgid "Inbox" +msgstr "Inbox" + +#: ../../include/nav.php:158 +msgid "Outbox" +msgstr "Verzonden berichten" + +#: ../../include/nav.php:162 +msgid "Manage" +msgstr "Beheren" + +#: ../../include/nav.php:162 +msgid "Manage other pages" +msgstr "Andere pagina's beheren" + +#: ../../include/nav.php:165 +msgid "Delegations" +msgstr "" + +#: ../../include/nav.php:169 +msgid "Manage/Edit Profiles" +msgstr "Beheer/Wijzig Profielen" + +#: ../../include/nav.php:171 +msgid "Manage/edit friends and contacts" +msgstr "Beheer/Wijzig vrienden en contacten" + +#: ../../include/nav.php:178 +msgid "Site setup and configuration" +msgstr "Website opzetten en configureren" + +#: ../../include/nav.php:182 +msgid "Navigation" +msgstr "Navigatie" + +#: ../../include/nav.php:182 +msgid "Site map" +msgstr "Sitemap" + +#: ../../include/profile_advanced.php:22 +msgid "j F, Y" +msgstr "F j Y" + +#: ../../include/profile_advanced.php:23 +msgid "j F" +msgstr "F j" + +#: ../../include/profile_advanced.php:30 +msgid "Birthday:" +msgstr "Verjaardag:" + +#: ../../include/profile_advanced.php:34 +msgid "Age:" +msgstr "Leeftijd:" + +#: ../../include/profile_advanced.php:43 +#, php-format +msgid "for %1$d %2$s" +msgstr "voor %1$d %2$s" + +#: ../../include/profile_advanced.php:52 +msgid "Tags:" +msgstr "Labels:" + +#: ../../include/profile_advanced.php:56 +msgid "Religion:" +msgstr "Religie:" + +#: ../../include/profile_advanced.php:60 +msgid "Hobbies/Interests:" +msgstr "Hobby:" + +#: ../../include/profile_advanced.php:67 +msgid "Contact information and Social Networks:" +msgstr "Contactinformatie en sociale netwerken:" + +#: ../../include/profile_advanced.php:69 +msgid "Musical interests:" +msgstr "Muzikale interesse " + +#: ../../include/profile_advanced.php:71 +msgid "Books, literature:" +msgstr "Boeken, literatuur:" + +#: ../../include/profile_advanced.php:73 +msgid "Television:" +msgstr "Televisie" + +#: ../../include/profile_advanced.php:75 +msgid "Film/dance/culture/entertainment:" +msgstr "Film/dans/cultuur/ontspanning:" + +#: ../../include/profile_advanced.php:77 +msgid "Love/Romance:" +msgstr "Liefde/romance:" + +#: ../../include/profile_advanced.php:79 +msgid "Work/employment:" +msgstr "Werk/beroep:" + +#: ../../include/profile_advanced.php:81 +msgid "School/education:" +msgstr "School/opleiding:" + +#: ../../include/bbcode.php:215 ../../include/bbcode.php:620 +#: ../../include/bbcode.php:621 +msgid "Image/photo" +msgstr "Afbeelding/foto" + +#: ../../include/bbcode.php:285 +#, php-format +msgid "" +"%s wrote the following post" +msgstr "%s schreef het volgende bericht" + +#: ../../include/bbcode.php:584 ../../include/bbcode.php:604 +msgid "$1 wrote:" +msgstr "$1 schreef:" + +#: ../../include/bbcode.php:631 ../../include/bbcode.php:632 +msgid "Encrypted content" +msgstr "Versleutelde inhoud" + +#: ../../include/contact_selectors.php:32 +msgid "Unknown | Not categorised" +msgstr "Onbekend | Niet " + +#: ../../include/contact_selectors.php:33 +msgid "Block immediately" +msgstr "Onmiddellijk blokkeren" + +#: ../../include/contact_selectors.php:34 +msgid "Shady, spammer, self-marketer" +msgstr "" + +#: ../../include/contact_selectors.php:35 +msgid "Known to me, but no opinion" +msgstr "Bekend, maar geen mening" + +#: ../../include/contact_selectors.php:36 +msgid "OK, probably harmless" +msgstr "OK, waarschijnlijk onschadelijk" + +#: ../../include/contact_selectors.php:37 +msgid "Reputable, has my trust" +msgstr "Gerenommeerd, heeft mijn vertrouwen" + +#: ../../include/contact_selectors.php:60 +msgid "Weekly" +msgstr "wekelijks" + +#: ../../include/contact_selectors.php:61 +msgid "Monthly" +msgstr "maandelijks" + +#: ../../include/contact_selectors.php:77 +msgid "OStatus" +msgstr "OStatus" + +#: ../../include/contact_selectors.php:78 +msgid "RSS/Atom" +msgstr "RSS/Atom" + +#: ../../include/contact_selectors.php:82 +msgid "Zot!" +msgstr "Zot!" + +#: ../../include/contact_selectors.php:83 +msgid "LinkedIn" +msgstr "Linkedln" + +#: ../../include/contact_selectors.php:84 +msgid "XMPP/IM" +msgstr "XMPP/IM" + +#: ../../include/contact_selectors.php:85 +msgid "MySpace" +msgstr "Myspace" + +#: ../../include/contact_selectors.php:87 +msgid "Google+" +msgstr "Google+" + +#: ../../include/contact_selectors.php:88 +msgid "pump.io" +msgstr "" + +#: ../../include/contact_selectors.php:89 +msgid "Twitter" +msgstr "" + +#: ../../include/datetime.php:43 ../../include/datetime.php:45 +msgid "Miscellaneous" +msgstr "Diversen" + +#: ../../include/datetime.php:153 ../../include/datetime.php:285 +msgid "year" +msgstr "jaar" + +#: ../../include/datetime.php:158 ../../include/datetime.php:286 +msgid "month" +msgstr "maand" + +#: ../../include/datetime.php:163 ../../include/datetime.php:288 +msgid "day" +msgstr "dag" + +#: ../../include/datetime.php:276 +msgid "never" +msgstr "nooit" + +#: ../../include/datetime.php:282 +msgid "less than a second ago" +msgstr "minder dan een seconde geleden" + +#: ../../include/datetime.php:285 +msgid "years" +msgstr "jaren" + +#: ../../include/datetime.php:286 +msgid "months" +msgstr "maanden" + +#: ../../include/datetime.php:287 +msgid "week" +msgstr "week" + +#: ../../include/datetime.php:287 +msgid "weeks" +msgstr "weken" + +#: ../../include/datetime.php:288 +msgid "days" +msgstr "dagen" + +#: ../../include/datetime.php:289 +msgid "hour" +msgstr "uur" + +#: ../../include/datetime.php:289 +msgid "hours" +msgstr "uren" + +#: ../../include/datetime.php:290 +msgid "minute" +msgstr "minuut" + +#: ../../include/datetime.php:290 +msgid "minutes" +msgstr "minuten" + +#: ../../include/datetime.php:291 +msgid "second" +msgstr "seconde" + +#: ../../include/datetime.php:291 +msgid "seconds" +msgstr "secondes" + +#: ../../include/datetime.php:300 +#, php-format +msgid "%1$d %2$s ago" +msgstr "%1$d %2$s geleden" + +#: ../../include/datetime.php:472 ../../include/items.php:1829 +#, php-format +msgid "%s's birthday" +msgstr "%s's verjaardag" + +#: ../../include/datetime.php:473 ../../include/items.php:1830 +#, php-format +msgid "Happy Birthday %s" +msgstr "Gefeliciteerd %s" + +#: ../../include/features.php:23 +msgid "General Features" +msgstr "Algemene functies" + +#: ../../include/features.php:25 +msgid "Multiple Profiles" +msgstr "Meerdere profielen" + +#: ../../include/features.php:25 +msgid "Ability to create multiple profiles" +msgstr "Mogelijkheid om meerdere profielen aan te maken" + +#: ../../include/features.php:30 +msgid "Post Composition Features" +msgstr "Functies voor het opstellen van berichten" + +#: ../../include/features.php:31 +msgid "Richtext Editor" +msgstr "RTF-tekstverwerker" + +#: ../../include/features.php:31 +msgid "Enable richtext editor" +msgstr "Gebruik een tekstverwerker met eenvoudige opmaakfuncties" + +#: ../../include/features.php:32 +msgid "Post Preview" +msgstr "Voorvertoning bericht" + +#: ../../include/features.php:32 +msgid "Allow previewing posts and comments before publishing them" +msgstr "" + +#: ../../include/features.php:37 +msgid "Network Sidebar Widgets" +msgstr "Zijbalkwidgets op netwerkpagina" + +#: ../../include/features.php:38 +msgid "Search by Date" +msgstr "Zoeken op datum" + +#: ../../include/features.php:38 +msgid "Ability to select posts by date ranges" +msgstr "Mogelijkheid om berichten te selecteren volgens datumbereik" + +#: ../../include/features.php:39 +msgid "Group Filter" +msgstr "Groepsfilter" + +#: ../../include/features.php:39 +msgid "Enable widget to display Network posts only from selected group" +msgstr "Sta de widget toe om netwerkberichten te tonen van bepaalde groepen" + +#: ../../include/features.php:40 +msgid "Network Filter" +msgstr "Netwerkfilter" + +#: ../../include/features.php:40 +msgid "Enable widget to display Network posts only from selected network" +msgstr "Sta de widget toe om netwerkberichten te tonen van bepaalde netwerken" + +#: ../../include/features.php:41 +msgid "Save search terms for re-use" +msgstr "Sla zoekopdrachten op voor hergebruik" + +#: ../../include/features.php:46 +msgid "Network Tabs" +msgstr "Netwerktabs" + +#: ../../include/features.php:47 +msgid "Network Personal Tab" +msgstr "Persoonlijke netwerktab" + +#: ../../include/features.php:47 +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:48 +msgid "Network New Tab" +msgstr "Nieuwe netwerktab" + +#: ../../include/features.php:48 +msgid "Enable tab to display only new Network posts (from the last 12 hours)" +msgstr "Laat de tab alleen nieuwe netwerkberichten tonen (van de laatste 12 uur)" + +#: ../../include/features.php:49 +msgid "Network Shared Links Tab" +msgstr "" + +#: ../../include/features.php:49 +msgid "Enable tab to display only Network posts with links in them" +msgstr "" + +#: ../../include/features.php:54 +msgid "Post/Comment Tools" +msgstr "Bericht-/reactiehulpmiddelen" + +#: ../../include/features.php:55 +msgid "Multiple Deletion" +msgstr "Meervoudige verwijdering" + +#: ../../include/features.php:55 +msgid "Select and delete multiple posts/comments at once" +msgstr "Selecteer en verwijder meerdere berichten/reacties in een keer" + +#: ../../include/features.php:56 +msgid "Edit Sent Posts" +msgstr "Bewerk verzonden berichten" + +#: ../../include/features.php:56 +msgid "Edit and correct posts and comments after sending" +msgstr "Bewerk en corrigeer berichten en reacties na verzending" + +#: ../../include/features.php:57 +msgid "Tagging" +msgstr "Labelen" + +#: ../../include/features.php:57 +msgid "Ability to tag existing posts" +msgstr "Mogelijkheid om bestaande berichten te labelen" + +#: ../../include/features.php:58 +msgid "Post Categories" +msgstr "Categorieën berichten" + +#: ../../include/features.php:58 +msgid "Add categories to your posts" +msgstr "Voeg categorieën toe aan je berichten" + +#: ../../include/features.php:59 +msgid "Ability to file posts under folders" +msgstr "Mogelijkheid om berichten in mappen te bewaren" + +#: ../../include/features.php:60 +msgid "Dislike Posts" +msgstr "Vind berichten niet leuk" + +#: ../../include/features.php:60 +msgid "Ability to dislike posts/comments" +msgstr "Mogelijkheid om berichten of reacties niet leuk te vinden" + +#: ../../include/features.php:61 +msgid "Star Posts" +msgstr "Geef berichten een ster" + +#: ../../include/features.php:61 +msgid "Ability to mark special posts with a star indicator" +msgstr "" + +#: ../../include/diaspora.php:704 +msgid "Sharing notification from Diaspora network" +msgstr "" + +#: ../../include/diaspora.php:2269 +msgid "Attachments:" +msgstr "Bijlagen:" + +#: ../../include/acl_selectors.php:325 +msgid "Visible to everybody" +msgstr "Zichtbaar voor iedereen" + +#: ../../include/items.php:3539 +msgid "A new person is sharing with you at " +msgstr "" + +#: ../../include/items.php:3539 +msgid "You have a new follower at " +msgstr "Je hebt een nieuwe volger op " + +#: ../../include/items.php:4062 +msgid "Do you really want to delete this item?" +msgstr "Wil je echt dit item verwijderen?" + +#: ../../include/items.php:4285 +msgid "Archives" +msgstr "Archieven" + +#: ../../include/oembed.php:140 +msgid "Embedded content" +msgstr "Ingebedde inhoud" + +#: ../../include/oembed.php:149 +msgid "Embedding disabled" +msgstr "Inbedden uitgeschakeld" + +#: ../../include/security.php:22 +msgid "Welcome " +msgstr "Welkom" + +#: ../../include/security.php:23 +msgid "Please upload a profile photo." +msgstr "Upload een profielfoto." + +#: ../../include/security.php:26 +msgid "Welcome back " +msgstr "Welkom terug " + +#: ../../include/security.php:366 +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 "" + +#: ../../include/profile_selectors.php:6 +msgid "Male" +msgstr "Man" + +#: ../../include/profile_selectors.php:6 +msgid "Female" +msgstr "Vrouw" + +#: ../../include/profile_selectors.php:6 +msgid "Currently Male" +msgstr "Momenteel mannelijk" + +#: ../../include/profile_selectors.php:6 +msgid "Currently Female" +msgstr "Momenteel vrouwelijk" + +#: ../../include/profile_selectors.php:6 +msgid "Mostly Male" +msgstr "Meestal mannelijk" + +#: ../../include/profile_selectors.php:6 +msgid "Mostly Female" +msgstr "Meestal vrouwelijk" + +#: ../../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-specifiek" + +#: ../../include/profile_selectors.php:6 +msgid "Other" +msgstr "Anders" + +#: ../../include/profile_selectors.php:6 +msgid "Undecided" +msgstr "Onbeslist" + +#: ../../include/profile_selectors.php:23 +msgid "Males" +msgstr "Manen" + +#: ../../include/profile_selectors.php:23 +msgid "Females" +msgstr "Vrouwen" + +#: ../../include/profile_selectors.php:23 +msgid "Gay" +msgstr "Homo" + +#: ../../include/profile_selectors.php:23 +msgid "Lesbian" +msgstr "Lesbie" + +#: ../../include/profile_selectors.php:23 +msgid "No Preference" +msgstr "Geen voorkeur" + +#: ../../include/profile_selectors.php:23 +msgid "Bisexual" +msgstr "Biseksueel" + +#: ../../include/profile_selectors.php:23 +msgid "Autosexual" +msgstr "Autoseksueel" + +#: ../../include/profile_selectors.php:23 +msgid "Abstinent" +msgstr "Onthouder" + +#: ../../include/profile_selectors.php:23 +msgid "Virgin" +msgstr "Maagd" + +#: ../../include/profile_selectors.php:23 +msgid "Deviant" +msgstr "Afwijkend" + +#: ../../include/profile_selectors.php:23 +msgid "Fetish" +msgstr "" + +#: ../../include/profile_selectors.php:23 +msgid "Oodles" +msgstr "" + +#: ../../include/profile_selectors.php:23 +msgid "Nonsexual" +msgstr "Niet seksueel" + +#: ../../include/profile_selectors.php:42 +msgid "Single" +msgstr "Alleenstaand" + +#: ../../include/profile_selectors.php:42 +msgid "Lonely" +msgstr "Eenzaam" + +#: ../../include/profile_selectors.php:42 +msgid "Available" +msgstr "Beschikbaar" + +#: ../../include/profile_selectors.php:42 +msgid "Unavailable" +msgstr "Onbeschikbaar" + +#: ../../include/profile_selectors.php:42 +msgid "Has crush" +msgstr "Verliefd" + +#: ../../include/profile_selectors.php:42 +msgid "Infatuated" +msgstr "" + +#: ../../include/profile_selectors.php:42 +msgid "Dating" +msgstr "Aan het daten" + +#: ../../include/profile_selectors.php:42 +msgid "Unfaithful" +msgstr "Ontrouw" + +#: ../../include/profile_selectors.php:42 +msgid "Sex Addict" +msgstr "Seksverslaafd" + +#: ../../include/profile_selectors.php:42 +msgid "Friends/Benefits" +msgstr "Vriendschap plus" + +#: ../../include/profile_selectors.php:42 +msgid "Casual" +msgstr "" + +#: ../../include/profile_selectors.php:42 +msgid "Engaged" +msgstr "Verloofd" + +#: ../../include/profile_selectors.php:42 +msgid "Married" +msgstr "Getrouwd" + +#: ../../include/profile_selectors.php:42 +msgid "Imaginarily married" +msgstr "" + +#: ../../include/profile_selectors.php:42 +msgid "Partners" +msgstr "Partners" + +#: ../../include/profile_selectors.php:42 +msgid "Cohabiting" +msgstr "Samenwonend" + +#: ../../include/profile_selectors.php:42 +msgid "Common law" +msgstr "" + +#: ../../include/profile_selectors.php:42 +msgid "Happy" +msgstr "Blij" + +#: ../../include/profile_selectors.php:42 +msgid "Not looking" +msgstr "" + +#: ../../include/profile_selectors.php:42 +msgid "Swinger" +msgstr "Swinger" + +#: ../../include/profile_selectors.php:42 +msgid "Betrayed" +msgstr "Bedrogen" + +#: ../../include/profile_selectors.php:42 +msgid "Separated" +msgstr "" + +#: ../../include/profile_selectors.php:42 +msgid "Unstable" +msgstr "Onstabiel" + +#: ../../include/profile_selectors.php:42 +msgid "Divorced" +msgstr "Gescheiden" + +#: ../../include/profile_selectors.php:42 +msgid "Imaginarily divorced" +msgstr "" + +#: ../../include/profile_selectors.php:42 +msgid "Widowed" +msgstr "" + +#: ../../include/profile_selectors.php:42 +msgid "Uncertain" +msgstr "Onzeker" + +#: ../../include/profile_selectors.php:42 +msgid "It's complicated" +msgstr "Het is gecompliceerd" + +#: ../../include/profile_selectors.php:42 +msgid "Don't care" +msgstr "Kan me niet schelen" + +#: ../../include/profile_selectors.php:42 +msgid "Ask me" +msgstr "Vraag me" + +#: ../../include/Contact.php:115 +msgid "stopped following" +msgstr "" + +#: ../../include/Contact.php:234 +msgid "Drop Contact" +msgstr "" + +#: ../../include/dba.php:44 +#, php-format +msgid "Cannot locate DNS info for database server '%s'" +msgstr "" diff --git a/view/nl/strings.php b/view/nl/strings.php index 37e73256f6..2b75789853 100644 --- a/view/nl/strings.php +++ b/view/nl/strings.php @@ -5,469 +5,62 @@ function string_plural_select_nl($n){ return ($n != 1);; }} ; -$a->strings["Profile"] = "Profiel"; -$a->strings["Full Name:"] = "Volledige Naam:"; -$a->strings["Gender:"] = "Geslacht:"; -$a->strings["j F, Y"] = "F j Y"; -$a->strings["j F"] = "F j"; -$a->strings["Birthday:"] = "Verjaardag:"; -$a->strings["Age:"] = "Leeftijd:"; -$a->strings["Status:"] = "Status:"; -$a->strings["for %1\$d %2\$s"] = "voor %1\$d %2\$s"; -$a->strings["Sexual Preference:"] = "Seksuele Voorkeur:"; -$a->strings["Homepage:"] = "Homepagina:"; -$a->strings["Hometown:"] = "Woonplaats:"; -$a->strings["Tags:"] = "Labels:"; -$a->strings["Political Views:"] = "Politieke standpunten:"; -$a->strings["Religion:"] = "Religie:"; -$a->strings["About:"] = "Over:"; -$a->strings["Hobbies/Interests:"] = "Hobby:"; -$a->strings["Likes:"] = "Houdt van:"; -$a->strings["Dislikes:"] = "Houdt niet van:"; -$a->strings["Contact information and Social Networks:"] = "Contactinformatie en Sociale Netwerken:"; -$a->strings["Musical interests:"] = "Muzikale interesse "; -$a->strings["Books, literature:"] = "Boeken, literatuur:"; -$a->strings["Television:"] = "Televisie"; -$a->strings["Film/dance/culture/entertainment:"] = "Film/dans/cultuur/ontspanning:"; -$a->strings["Love/Romance:"] = "Liefde/romantiek:"; -$a->strings["Work/employment:"] = "Werk/beroep:"; -$a->strings["School/education:"] = "School/opleiding:"; -$a->strings["Male"] = "Man"; -$a->strings["Female"] = "Vrouw"; -$a->strings["Currently Male"] = "Momenteel mannelijk"; -$a->strings["Currently Female"] = "Momenteel vrouwelijk"; -$a->strings["Mostly Male"] = "Meestal mannelijk"; -$a->strings["Mostly Female"] = "Meestal vrouwelijk"; -$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-specifiek"; -$a->strings["Other"] = "Anders"; -$a->strings["Undecided"] = "Onbeslist"; -$a->strings["Males"] = "Manen"; -$a->strings["Females"] = "Vrouwen"; -$a->strings["Gay"] = "Homo"; -$a->strings["Lesbian"] = "Lesbie"; -$a->strings["No Preference"] = "Geen voorkeur"; -$a->strings["Bisexual"] = "Biseksueel"; -$a->strings["Autosexual"] = "Autoseksueel"; -$a->strings["Abstinent"] = "Onthouder"; -$a->strings["Virgin"] = "Maagd"; -$a->strings["Deviant"] = "Afwijkend"; -$a->strings["Fetish"] = ""; -$a->strings["Oodles"] = ""; -$a->strings["Nonsexual"] = "Niet seksueel"; -$a->strings["Single"] = "Alleenstaand"; -$a->strings["Lonely"] = "Eenzaam"; -$a->strings["Available"] = "Beschikbaar"; -$a->strings["Unavailable"] = "Onbeschikbaar"; -$a->strings["Has crush"] = "Verliefd"; -$a->strings["Infatuated"] = ""; -$a->strings["Dating"] = "Aan het daten"; -$a->strings["Unfaithful"] = "Ontrouw"; -$a->strings["Sex Addict"] = "Seksverslaafd"; -$a->strings["Friends"] = "Vrienden"; -$a->strings["Friends/Benefits"] = "Vrienden met een beetje meer"; -$a->strings["Casual"] = ""; -$a->strings["Engaged"] = "Verloofd"; -$a->strings["Married"] = "Getrouwd"; -$a->strings["Imaginarily married"] = ""; -$a->strings["Partners"] = "Partners"; -$a->strings["Cohabiting"] = "Samenwonend"; -$a->strings["Common law"] = ""; -$a->strings["Happy"] = "Blij"; -$a->strings["Not looking"] = ""; -$a->strings["Swinger"] = "Swinger"; -$a->strings["Betrayed"] = "Bedrogen"; -$a->strings["Separated"] = ""; -$a->strings["Unstable"] = "Onstabiel"; -$a->strings["Divorced"] = "Gescheiden"; -$a->strings["Imaginarily divorced"] = ""; -$a->strings["Widowed"] = ""; -$a->strings["Uncertain"] = "Onzeker"; -$a->strings["It's complicated"] = "Het is gecompliceerd"; -$a->strings["Don't care"] = "Kan me niet schelen"; -$a->strings["Ask me"] = "Vraag me"; -$a->strings["stopped following"] = ""; -$a->strings["Poke"] = "Por"; -$a->strings["View Status"] = "Bekijk status"; -$a->strings["View Profile"] = "Bekijk profiel"; -$a->strings["View Photos"] = "Bekijk foto's"; -$a->strings["Network Posts"] = "Netwerkberichten"; -$a->strings["Edit Contact"] = "Bewerk contact"; -$a->strings["Send PM"] = "Stuur een privébericht"; -$a->strings["Image/photo"] = "Afbeelding/foto"; -$a->strings["%s wrote the following post"] = "%s schreef het volgende bericht"; -$a->strings["$1 wrote:"] = "$1 schreef:"; -$a->strings["Encrypted content"] = "Versleutelde inhoud"; -$a->strings["Visible to everybody"] = "Zichtbaar voor iedereen"; -$a->strings["show"] = "tonen"; -$a->strings["don't show"] = "Niet tonen"; -$a->strings["Logged out."] = "Uitgelogd."; -$a->strings["Login failed."] = "Login mislukt."; -$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = ""; -$a->strings["The error message was:"] = "De foutboodschap was:"; -$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A"; -$a->strings["Starts:"] = "Begint:"; -$a->strings["Finishes:"] = "Eindigt:"; -$a->strings["Location:"] = "Plaats:"; -$a->strings["Disallowed profile URL."] = "Niet toegelaten profiel adres."; -$a->strings["Connect URL missing."] = ""; -$a->strings["This site is not configured to allow communications with other networks."] = "Deze website is niet geconfigureerd voor communicatie met andere netwerken."; -$a->strings["No compatible communication protocols or feeds were discovered."] = "Er werden geen compatibele communicatieprotocols of feeds ontdekt."; -$a->strings["The profile address specified does not provide adequate information."] = ""; -$a->strings["An author or name was not found."] = ""; -$a->strings["No browser URL could be matched to this address."] = ""; -$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "Het @-stijl-identiteitsadres komt niet overeen met een nekend protocol of e-mailcontact."; -$a->strings["Use mailto: in front of address to force email check."] = "Gebruik mailto: voor het adres om een e-mailcontrole af te dwingen."; -$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = ""; -$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = ""; -$a->strings["Unable to retrieve contact information."] = ""; -$a->strings["following"] = "volgend"; -$a->strings["An invitation is required."] = "Een uitnodiging is vereist."; -$a->strings["Invitation could not be verified."] = "Uitnodiging kon niet geverifieerd worden."; -$a->strings["Invalid OpenID url"] = "Ongeldige OpenID url"; -$a->strings["Please enter the required information."] = "Vul a.u.b. de vereiste informatie in."; -$a->strings["Please use a shorter name."] = "gebruik een kortere naam"; -$a->strings["Name too short."] = "Naam te kort"; -$a->strings["That doesn't appear to be your full (First Last) name."] = "Dat lijkt niet je volledige naam (voor- en achternaam) te zijn."; -$a->strings["Your email domain is not among those allowed on this site."] = "Je e-maildomein is op deze website niet toegestaan."; -$a->strings["Not a valid email address."] = "Geen geldig e-mailadres."; -$a->strings["Cannot use that email."] = "Ik kan die e-mail niet gebruiken."; -$a->strings["Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and must also begin with a letter."] = "Je \"bijnaam\" kan alleen \"a-z\", \"0-9\", \"-\", en \"_\" bevatten, en moet ook met een letter beginnen."; -$a->strings["Nickname is already registered. Please choose another."] = "Bijnaam is al geregistreerd. Kies een andere."; -$a->strings["Nickname was once registered here and may not be re-used. Please choose another."] = "Bijnaam was ooit hier geregistreerd en kan niet herbruikt worden. Kies een andere."; -$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "ERNSTIGE FOUT: aanmaken van beveiligingssleutels mislukt."; -$a->strings["An error occurred during registration. Please try again."] = ""; -$a->strings["default"] = "standaard"; -$a->strings["An error occurred creating your default profile. Please try again."] = ""; -$a->strings["Profile Photos"] = "Profielfoto's"; -$a->strings["Unknown | Not categorised"] = "Onbekend | Niet "; -$a->strings["Block immediately"] = "Onmiddellijk blokkeren"; -$a->strings["Shady, spammer, self-marketer"] = ""; -$a->strings["Known to me, but no opinion"] = "Bekend, maar geen mening"; -$a->strings["OK, probably harmless"] = "OK, waarschijnlijk onschadelijk"; -$a->strings["Reputable, has my trust"] = "Gerenommeerd, heeft mijn vertrouwen"; -$a->strings["Frequently"] = "Frequent"; -$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"] = "Linkedln"; -$a->strings["XMPP/IM"] = "XMPP/IM"; -$a->strings["MySpace"] = "Myspace"; -$a->strings["Google+"] = "Google+"; -$a->strings["Add New Contact"] = "Nieuw Contact toevoegen"; -$a->strings["Enter address or web location"] = "Voeg een webadres of -locatie in:"; -$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Voorbeeld: jan@voorbeeld.be, http://voorbeeld.nl/barbara"; -$a->strings["Connect"] = "Verbinden"; -$a->strings["%d invitation available"] = array( - 0 => "%d uitnodiging beschikbaar", - 1 => "%d uitnodigingen beschikbaar", +$a->strings["This entry was edited"] = ""; +$a->strings["Private Message"] = "Privébericht"; +$a->strings["Edit"] = "Bewerken"; +$a->strings["Select"] = "Kies"; +$a->strings["Delete"] = "Verwijder"; +$a->strings["save to folder"] = "Bewaren in map"; +$a->strings["add star"] = "ster toevoegen"; +$a->strings["remove star"] = "ster verwijderen"; +$a->strings["toggle star status"] = "ster toevoegen of verwijderen"; +$a->strings["starred"] = "met ster"; +$a->strings["add tag"] = "label toevoegen"; +$a->strings["I like this (toggle)"] = "Vind ik leuk"; +$a->strings["like"] = "leuk"; +$a->strings["I don't like this (toggle)"] = "Vind ik niet leuk"; +$a->strings["dislike"] = "niet leuk"; +$a->strings["Share this"] = "Delen"; +$a->strings["share"] = "Delen"; +$a->strings["Categories:"] = "Categorieën:"; +$a->strings["Filed under:"] = "Bewaard onder:"; +$a->strings["View %s's profile @ %s"] = "Bekijk het profiel van %s @ %s"; +$a->strings["to"] = "aan"; +$a->strings["via"] = "via"; +$a->strings["Wall-to-Wall"] = "wall-to-wall"; +$a->strings["via Wall-To-Wall:"] = "via wall-to-wall"; +$a->strings["%s from %s"] = "%s van %s"; +$a->strings["Comment"] = "Reacties"; +$a->strings["Please wait"] = "Even geduld"; +$a->strings["%d comment"] = array( + 0 => "%d reactie", + 1 => "%d reacties", ); -$a->strings["Find People"] = "Zoek mensen"; -$a->strings["Enter name or interest"] = "Vul naam of interesse in"; -$a->strings["Connect/Follow"] = "Verbind/Volg"; -$a->strings["Examples: Robert Morgenstein, Fishing"] = "Voorbeelden: Jan Peeters, Vissen"; -$a->strings["Find"] = "Zoek"; -$a->strings["Friend Suggestions"] = "Vriendschapsvoorstellen"; -$a->strings["Similar Interests"] = "Dezelfde interesses"; -$a->strings["Random Profile"] = "Willekeurig Profiel"; -$a->strings["Invite Friends"] = "Vrienden uitnodigen"; -$a->strings["Networks"] = "Netwerken"; -$a->strings["All Networks"] = "Alle netwerken"; -$a->strings["Saved Folders"] = "Bewaarde Mappen"; -$a->strings["Everything"] = "Alles"; -$a->strings["Categories"] = "Categorieën"; -$a->strings["%d contact in common"] = array( - 0 => "%d gedeeld contact", - 1 => "%d gedeelde contacten", -); -$a->strings["show more"] = "toon meer"; -$a->strings[" on Last.fm"] = " op Last.fm"; -$a->strings["view full size"] = "Volledig formaat"; -$a->strings["Miscellaneous"] = "Diversen"; -$a->strings["year"] = "jaar"; -$a->strings["month"] = "maand"; -$a->strings["day"] = "dag"; -$a->strings["never"] = "nooit"; -$a->strings["less than a second ago"] = "minder dan een seconde geleden"; -$a->strings["years"] = "jaren"; -$a->strings["months"] = "maanden"; -$a->strings["week"] = "week"; -$a->strings["weeks"] = "weken"; -$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"] = "secondes"; -$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s geleden"; -$a->strings["%s's birthday"] = "%s's verjaardag"; -$a->strings["Happy Birthday %s"] = "Gefeliciteerd %s"; -$a->strings["Click here to upgrade."] = ""; -$a->strings["This action exceeds the limits set by your subscription plan."] = ""; -$a->strings["This action is not available under your subscription plan."] = ""; -$a->strings["(no subject)"] = "(geen onderwerp)"; -$a->strings["noreply"] = "geen reactie"; -$a->strings["%1\$s is now friends with %2\$s"] = "%1\$s is nu bevriend met %2\$s"; -$a->strings["Sharing notification from Diaspora network"] = ""; -$a->strings["photo"] = "Foto"; -$a->strings["status"] = "Status"; -$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s vond %3\$s van %2\$s leuk"; -$a->strings["Attachments:"] = "Bijlagen:"; -$a->strings["[Name Withheld]"] = "[Naam achtergehouden]"; -$a->strings["A new person is sharing with you at "] = ""; -$a->strings["You have a new follower at "] = "Je hebt een nieuwe volger op "; -$a->strings["Item not found."] = "Item niet gevonden."; -$a->strings["Do you really want to delete this item?"] = "Wil je echt dit item verwijderen?"; -$a->strings["Yes"] = "Ja"; -$a->strings["Cancel"] = "Annuleren"; -$a->strings["Permission denied."] = "Toegang geweigerd"; -$a->strings["Archives"] = "Archieven"; -$a->strings["General Features"] = "Algemene functies"; -$a->strings["Multiple Profiles"] = "Meerdere profielen"; -$a->strings["Ability to create multiple profiles"] = "Mogelijkheid om meerdere profielen aan te maken"; -$a->strings["Post Composition Features"] = "Functies voor het opstellen van berichten"; -$a->strings["Richtext Editor"] = "RTF-tekstverwerker"; -$a->strings["Enable richtext editor"] = "Gebruik een tekstverwerker met eenvoudige opmaakfuncties"; -$a->strings["Post Preview"] = "Voorvertoning bericht"; -$a->strings["Allow previewing posts and comments before publishing them"] = ""; -$a->strings["Network Sidebar Widgets"] = "Zijbalkwidgets op netwerkpagina"; -$a->strings["Search by Date"] = "Zoeken op datum"; -$a->strings["Ability to select posts by date ranges"] = "Mogelijkheid om berichten te selecteren volgens datumbereik"; -$a->strings["Group Filter"] = "Groepsfilter"; -$a->strings["Enable widget to display Network posts only from selected group"] = "Sta de widget toe om netwerkberichten te tonen van bepaalde groepen"; -$a->strings["Network Filter"] = "Netwerkfilter"; -$a->strings["Enable widget to display Network posts only from selected network"] = "Sta de widget toe om netwerkberichten te tonen van bepaalde netwerken"; -$a->strings["Saved Searches"] = "Opgeslagen zoekopdrachten"; -$a->strings["Save search terms for re-use"] = "Sla zoekopdrachten op voor hergebruik"; -$a->strings["Network Tabs"] = "Netwerktabs"; -$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 only new Network posts (from the last 12 hours)"] = "Laat de tab alleen nieuwe netwerkberichten tonen (van de laatste 12 uur)"; -$a->strings["Network Shared Links Tab"] = ""; -$a->strings["Enable tab to display only Network posts with links in them"] = ""; -$a->strings["Post/Comment Tools"] = "Bericht-/reactiehulpmiddelen"; -$a->strings["Multiple Deletion"] = ""; -$a->strings["Select and delete multiple posts/comments at once"] = ""; -$a->strings["Edit Sent Posts"] = "Bewerk verzonden berichten"; -$a->strings["Edit and correct posts and comments after sending"] = "Bewerk en corrigeer berichten en reacties na verzending"; -$a->strings["Tagging"] = "Labelen"; -$a->strings["Ability to tag existing posts"] = "Mogelijkheid om bestaande berichten te labelen"; -$a->strings["Post Categories"] = "Categorieën berichten"; -$a->strings["Add categories to your posts"] = "Voeg categorieën toe aan je berichten"; -$a->strings["Ability to file posts under folders"] = "Mogelijkheid om berichten in mappen te bewaren"; -$a->strings["Dislike Posts"] = "Vind berichten niet leuk"; -$a->strings["Ability to dislike posts/comments"] = "Mogelijkheid om berichten of reacties niet leuk te vinden"; -$a->strings["Star Posts"] = "Geef berichten een ster"; -$a->strings["Ability to mark special posts with a star indicator"] = ""; -$a->strings["Cannot locate DNS info for database server '%s'"] = ""; -$a->strings["newer"] = "nieuwere berichten"; -$a->strings["older"] = "oudere berichten"; -$a->strings["prev"] = "vorige"; -$a->strings["first"] = "eerste"; -$a->strings["last"] = "laatste"; -$a->strings["next"] = "volgende"; -$a->strings["No contacts"] = "Geen contacten"; -$a->strings["%d Contact"] = array( - 0 => "%d contact", - 1 => "%d contacten", -); -$a->strings["View Contacts"] = "Bekijk contacten"; -$a->strings["Search"] = "Zoeken"; -$a->strings["Save"] = "Bewaren"; -$a->strings["poke"] = "por"; -$a->strings["poked"] = "gepord"; -$a->strings["ping"] = "ping"; -$a->strings["pinged"] = "gepingd"; -$a->strings["prod"] = ""; -$a->strings["prodded"] = ""; -$a->strings["slap"] = ""; -$a->strings["slapped"] = ""; -$a->strings["finger"] = ""; -$a->strings["fingered"] = ""; -$a->strings["rebuff"] = ""; -$a->strings["rebuffed"] = ""; -$a->strings["happy"] = "Blij"; -$a->strings["sad"] = "Verdrietig"; -$a->strings["mellow"] = ""; -$a->strings["tired"] = "vermoeid"; -$a->strings["perky"] = ""; -$a->strings["angry"] = "boos"; -$a->strings["stupified"] = ""; -$a->strings["puzzled"] = "onzeker"; -$a->strings["interested"] = "Geïnteresseerd"; -$a->strings["bitter"] = "bitter"; -$a->strings["cheerful"] = "vrolijk"; -$a->strings["alive"] = "levend"; -$a->strings["annoyed"] = "verveeld"; -$a->strings["anxious"] = ""; -$a->strings["cranky"] = ""; -$a->strings["disturbed"] = ""; -$a->strings["frustrated"] = "gefrustreerd"; -$a->strings["motivated"] = "gemotiveerd"; -$a->strings["relaxed"] = "ontspannen"; -$a->strings["surprised"] = "verbaasd"; -$a->strings["Monday"] = "Maandag"; -$a->strings["Tuesday"] = "Dinsdag"; -$a->strings["Wednesday"] = "Woensdag"; -$a->strings["Thursday"] = "Donderdag"; -$a->strings["Friday"] = "Vrijdag"; -$a->strings["Saturday"] = "Zaterdag"; -$a->strings["Sunday"] = "Zondag"; -$a->strings["January"] = "Januari"; -$a->strings["February"] = "Februari"; -$a->strings["March"] = "Maart"; -$a->strings["April"] = "April"; -$a->strings["May"] = "Mei"; -$a->strings["June"] = "Juni"; -$a->strings["July"] = "Juli"; -$a->strings["August"] = "Augustus"; -$a->strings["September"] = "September"; -$a->strings["October"] = "Oktober"; -$a->strings["November"] = "November"; -$a->strings["December"] = "December"; -$a->strings["View Video"] = "Bekijk Video"; -$a->strings["bytes"] = "bytes"; -$a->strings["Click to open/close"] = "klik om te openen/sluiten"; -$a->strings["link to source"] = "Verwijzing naar bron"; -$a->strings["Select an alternate language"] = "Kies een andere taal"; -$a->strings["event"] = "gebeurtenis"; -$a->strings["activity"] = "activiteit"; $a->strings["comment"] = array( 0 => "reactie", 1 => "reacties", ); -$a->strings["post"] = "bericht"; -$a->strings["Item filed"] = "Item bewaard"; -$a->strings["A deleted group with this name was revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Een verwijderde groep met deze naam is weer tot leven gewekt. Bestaande itemrechten kunnen voor deze groep en toekomstige leden gelden. Wanneer je niet zo had bedoeld kan je een andere groep met een andere naam creëren. "; -$a->strings["Default privacy group for new contacts"] = ""; -$a->strings["Everybody"] = "Iedereen"; -$a->strings["edit"] = "verander"; -$a->strings["Groups"] = "Groepen"; -$a->strings["Edit group"] = "Verander groep"; -$a->strings["Create a new group"] = "Maak nieuwe groep"; -$a->strings["Contacts not in any group"] = ""; -$a->strings["add"] = "toevoegen"; -$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s vond %3\$s van %2\$s niet leuk"; -$a->strings["%1\$s poked %2\$s"] = "%1\$s porde %2\$s"; -$a->strings["%1\$s is currently %2\$s"] = "%1\$s is nu %2\$s"; -$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s labelde %3\$s van %2\$s met %4\$s"; -$a->strings["post/item"] = "bericht/item"; -$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "%1\$s markeerde %2\$s's %3\$s als favoriet"; -$a->strings["Select"] = "Kies"; -$a->strings["Delete"] = "Verwijder"; -$a->strings["View %s's profile @ %s"] = "Bekijk het profiel van %s @ %s"; -$a->strings["Categories:"] = "Categorieën:"; -$a->strings["Filed under:"] = "Bewaard onder:"; -$a->strings["%s from %s"] = "%s van %s"; -$a->strings["View in context"] = "In context bekijken"; -$a->strings["Please wait"] = "Even geduld"; -$a->strings["remove"] = "verwijder"; -$a->strings["Delete Selected Items"] = "Geselecteerde items verwijderen"; -$a->strings["Follow Thread"] = "Volg conversatie"; -$a->strings["%s likes this."] = "%s vind dit leuk."; -$a->strings["%s doesn't like this."] = "%s vind dit niet leuk."; -$a->strings["%2\$d people like this"] = "%2\$d mensen vinden dit leuk"; -$a->strings["%2\$d people don't like this"] = "%2\$d people vinden dit niet leuk"; -$a->strings["and"] = "en"; -$a->strings[", and %d other people"] = ", en %d andere mensen"; -$a->strings["%s like this."] = "%s vind dit leuk."; -$a->strings["%s don't like this."] = "%s vind dit niet leuk."; -$a->strings["Visible to everybody"] = "Zichtbaar voor iedereen"; -$a->strings["Please enter a link URL:"] = "Geef aub een link URL op:"; -$a->strings["Please enter a video link/URL:"] = "Voer een videolink/URL in:"; -$a->strings["Please enter an audio link/URL:"] = "Voeg een audiolink/URL in:"; -$a->strings["Tag term:"] = "Label:"; -$a->strings["Save to Folder:"] = "Bewaren in map:"; -$a->strings["Where are you right now?"] = "Waar ben je nu?"; -$a->strings["Delete item(s)?"] = "Item(s) verwijderen?"; -$a->strings["Post to Email"] = "Verzenden per e-mail"; -$a->strings["Share"] = "Delen"; -$a->strings["Upload photo"] = "Foto uploaden"; -$a->strings["upload photo"] = "Foto uploaden"; -$a->strings["Attach file"] = "Bestand bijvoegen"; -$a->strings["attach file"] = "bestand bijvoegen"; -$a->strings["Insert web link"] = "Voeg een webadres in"; -$a->strings["web link"] = "webadres"; -$a->strings["Insert video link"] = "Voeg video toe"; -$a->strings["video link"] = "video adres"; -$a->strings["Insert audio link"] = "Voeg audio adres toe"; -$a->strings["audio link"] = "audio adres"; -$a->strings["Set your location"] = "Stel uw locatie in"; -$a->strings["set location"] = "Stel uw locatie in"; -$a->strings["Clear browser location"] = "Verwijder locatie uit uw webbrowser"; -$a->strings["clear location"] = "Verwijder locatie uit uw webbrowser"; -$a->strings["Set title"] = "Titel plaatsen"; -$a->strings["Categories (comma-separated list)"] = "Categorieën (komma-gescheiden lijst)"; -$a->strings["Permission settings"] = "Instellingen van rechten"; -$a->strings["permissions"] = "rechten"; -$a->strings["CC: email addresses"] = "CC: e-mailadressen"; -$a->strings["Public post"] = "Openbare post"; -$a->strings["Example: bob@example.com, mary@example.com"] = "Voorbeeld: bob@voorbeeld.nl, an@voorbeeld.be"; +$a->strings["show more"] = "toon meer"; +$a->strings["This is you"] = "Dit ben jij"; +$a->strings["Submit"] = "Opslaan"; +$a->strings["Bold"] = "Vet"; +$a->strings["Italic"] = "Cursief"; +$a->strings["Underline"] = "Onderstrepen"; +$a->strings["Quote"] = "Citeren"; +$a->strings["Code"] = "Broncode"; +$a->strings["Image"] = "Afbeelding"; +$a->strings["Link"] = "Link"; +$a->strings["Video"] = "Video"; $a->strings["Preview"] = "Voorvertoning"; -$a->strings["Post to Groups"] = "Verzenden naar Groepen"; -$a->strings["Post to Contacts"] = "Verzenden naar Contacten"; -$a->strings["Private post"] = "Privé verzending"; -$a->strings["Friendica Notification"] = "Friendica Notificatie"; -$a->strings["Thank You,"] = "Bedankt"; -$a->strings["%s Administrator"] = "%s Beheerder"; -$a->strings["%s "] = "%s "; -$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica:Notificatie] Nieuw bericht ontvangen op %s"; -$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s sent you a new private message at %2\$s."; -$a->strings["%1\$s sent you %2\$s."] = "%1\$s stuurde jou %2\$s."; -$a->strings["a private message"] = "een prive 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 te beantwoorden."; -$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s gaf een reactie op [url=%2\$s]a %3\$s[/url]"; -$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s gaf een reactie op [url=%2\$s]%3\$s's %4\$s[/url]"; -$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s gaf een reactie op [url=%2\$s]jouw %3\$s[/url]"; -$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = ""; -$a->strings["%s commented on an item/conversation you have been following."] = "%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 te beantwoorden."; -$a->strings["[Friendica:Notify] %s posted to your profile wall"] = ""; -$a->strings["%1\$s posted to your profile wall at %2\$s"] = ""; -$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = ""; -$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica:Notificatie] %s heeft jou genoemd"; -$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s heeft jou in %2\$s genoemd"; -$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = "%1\$s [url=%2\$s]heeft jou genoemd[/url]."; -$a->strings["[Friendica:Notify] %1\$s poked you"] = ""; -$a->strings["%1\$s poked you at %2\$s"] = ""; -$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = ""; -$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica:Notificatie] %s heeft jouw bericht gelabeld"; -$a->strings["%1\$s tagged your post at %2\$s"] = "%1\$s heeft jouw bericht gelabeld in %2\$s"; -$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$s labelde [url=%2\$s]jouw bericht[/url]"; -$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Notificatie] Vriendschaps-/connectieverzoek ontvangen"; -$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "Je hebt een vriendschaps- of connectieverzoek ontvangen van '%1\$s' om %2\$s"; -$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "Je ontving [url=%1\$s]een vriendschaps- of connectieverzoek[/url] van %2\$s."; -$a->strings["You may visit their profile at %s"] = "U kunt hun profiel bezoeken op %s"; -$a->strings["Please visit %s to approve or reject the introduction."] = "Bezoek %s om het verzoek goed of af te keuren."; -$a->strings["[Friendica:Notify] Friend suggestion received"] = ""; -$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = ""; -$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = ""; -$a->strings["Name:"] = "Naam:"; -$a->strings["Photo:"] = "Foto: "; -$a->strings["Please visit %s to approve or reject the suggestion."] = ""; -$a->strings["[no subject]"] = "[geen onderwerp]"; -$a->strings["Wall Photos"] = ""; -$a->strings["Nothing new here"] = "Niets nieuw hier"; -$a->strings["Clear notifications"] = "Notificaties verwijderen"; -$a->strings["Logout"] = "Uitloggen"; -$a->strings["End this session"] = "Deze sessie beëindigen"; -$a->strings["Status"] = "Status"; +$a->strings["You must be logged in to use addons. "] = ""; +$a->strings["Not Found"] = "Niet gevonden"; +$a->strings["Page not found."] = "Pagina niet gevonden"; +$a->strings["Permission denied"] = "Toegang geweigerd"; +$a->strings["Permission denied."] = "Toegang geweigerd"; +$a->strings["toggle mobile"] = "mobiel thema omwisselen"; +$a->strings["Home"] = "Tijdlijn"; $a->strings["Your posts and conversations"] = "Jouw berichten en conversaties"; +$a->strings["Profile"] = "Profiel"; $a->strings["Your profile page"] = "Jouw profiel pagina"; $a->strings["Photos"] = "Foto's"; $a->strings["Your photos"] = "Jouw foto's"; @@ -475,361 +68,124 @@ $a->strings["Events"] = "Gebeurtenissen"; $a->strings["Your events"] = "Gebruik mailto: voor het adres om een e-mailcontrole af te dwingen."; $a->strings["Personal notes"] = "Persoonlijke nota's"; $a->strings["Your personal photos"] = "Jouw persoonlijke foto's"; -$a->strings["Login"] = "Login"; -$a->strings["Sign in"] = "Inloggen"; -$a->strings["Home"] = "Home"; -$a->strings["Home Page"] = "Homepagina"; -$a->strings["Register"] = "Registreer"; -$a->strings["Create an account"] = "Maak een accoount"; -$a->strings["Help"] = "Help"; -$a->strings["Help and documentation"] = "Hulp en documentatie"; -$a->strings["Apps"] = "Apps"; -$a->strings["Addon applications, utilities, games"] = "Extra toepassingen, hulpmiddelen, spelletjes"; -$a->strings["Search site content"] = "Doorzoek de inhoud van de website"; $a->strings["Community"] = "Gemeenschap"; -$a->strings["Conversations on this site"] = "Conversaties op deze website"; -$a->strings["Directory"] = "Gids"; -$a->strings["People directory"] = "Personengids"; -$a->strings["Network"] = "Netwerk"; -$a->strings["Conversations from your friends"] = "Conversaties van je vrienden"; -$a->strings["Network Reset"] = "Netwerkpagina opnieuw instellen"; -$a->strings["Load Network page with no filters"] = "Laad de netwerkpagina zonder filters"; -$a->strings["Introductions"] = "Verzoeken"; -$a->strings["Friend Requests"] = "Vriendschapsverzoeken"; -$a->strings["Notifications"] = "Notificaties"; -$a->strings["See all notifications"] = "Toon alle notificaties"; -$a->strings["Mark all system notifications seen"] = "Alle systeemnotificaties als gelezen markeren"; -$a->strings["Messages"] = "Privéberichten"; -$a->strings["Private mail"] = "Privéberichten"; -$a->strings["Inbox"] = "Inbox"; -$a->strings["Outbox"] = "Verzonden berichten"; -$a->strings["New Message"] = "Nieuw Bericht"; -$a->strings["Manage"] = "Beheren"; -$a->strings["Manage other pages"] = "Andere pagina's beheren"; -$a->strings["Delegations"] = ""; -$a->strings["Delegate Page Management"] = ""; -$a->strings["Settings"] = "Instellingen"; -$a->strings["Account settings"] = "Account instellingen"; -$a->strings["Profiles"] = "Profielen"; -$a->strings["Manage/Edit Profiles"] = "Beheer/Wijzig Profielen"; +$a->strings["don't show"] = "Niet tonen"; +$a->strings["show"] = "tonen"; +$a->strings["Theme settings"] = "Thema instellingen"; +$a->strings["Set font-size for posts and comments"] = "Stel lettergrootte voor berichten en reacties in"; +$a->strings["Set line-height for posts and comments"] = ""; +$a->strings["Set resolution for middle column"] = ""; $a->strings["Contacts"] = "Contacten"; -$a->strings["Manage/edit friends and contacts"] = "Beheer/Wijzig vrienden en contacten"; -$a->strings["Admin"] = "Beheer"; -$a->strings["Site setup and configuration"] = "Website opzetten en configureren"; -$a->strings["Navigation"] = "Navigatie"; -$a->strings["Site map"] = "Sitemap"; -$a->strings["Embedded content"] = "Ingebedde inhoud"; -$a->strings["Embedding disabled"] = "Inbedden uitgeschakeld"; -$a->strings["Error decoding account file"] = ""; -$a->strings["Error! No version data in file! This is not a Friendica account file?"] = ""; -$a->strings["Error! Cannot check nickname"] = ""; -$a->strings["User '%s' already exists on this server!"] = "Gebruiker '%s' bestaat al op deze server!"; -$a->strings["User creation error"] = "Fout bij het aanmaken van de gebruiker"; -$a->strings["User profile creation error"] = "Fout bij het aanmaken van het gebruikersprofiel"; -$a->strings["%d contact not imported"] = array( - 0 => "%d contact werd niet geïmporteerd", - 1 => "%d contacten werden niet geïmporteerd", -); -$a->strings["Done. You can now login with your username and password"] = "Gebeurd. Je kunt nu inloggen met je gebruikersnaam en wachtwoord"; -$a->strings["Welcome "] = "Welkom"; -$a->strings["Please upload a profile photo."] = "Upload een profielfoto."; -$a->strings["Welcome back "] = "Welkom terug "; -$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = ""; -$a->strings["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 Name is required."] = "Profielnaam is vereist."; -$a->strings["Marital Status"] = "Echtelijke staat"; -$a->strings["Romantic Partner"] = "Romantische Partner"; -$a->strings["Likes"] = "Houdt van"; -$a->strings["Dislikes"] = "Houdt niet van"; -$a->strings["Work/Employment"] = "Werk"; -$a->strings["Religion"] = "Godsdienst"; -$a->strings["Political Views"] = "Politieke standpunten"; -$a->strings["Gender"] = "Geslacht"; -$a->strings["Sexual Preference"] = "Seksuele Voorkeur"; -$a->strings["Homepage"] = "Homepagina"; -$a->strings["Interests"] = "Interesses"; -$a->strings["Address"] = "Adres"; -$a->strings["Location"] = "Plaats"; -$a->strings["Profile updated."] = "Profiel bijgewerkt."; -$a->strings[" and "] = "en"; -$a->strings["public profile"] = "publiek 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 %2\$s van %1\$s"; -$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s heeft een aangepast %2\$s, %3\$s veranderd."; -$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Je vrienden/contacten verbergen voor bezoekers van dit profiel?"; -$a->strings["No"] = "Nee"; -$a->strings["Edit Profile Details"] = "Profiel details bewerken"; -$a->strings["Submit"] = "Opslaan"; -$a->strings["Change Profile Photo"] = "Profiel foto wijzigen"; -$a->strings["View this profile"] = "Dit profiel bekijken"; -$a->strings["Create a new profile using these settings"] = "Nieuw profiel aanmaken met deze instellingen"; -$a->strings["Clone this profile"] = "Dit profiel klonen"; -$a->strings["Delete this profile"] = "Dit profiel verwijderen"; -$a->strings["Profile Name:"] = "Profiel Naam:"; -$a->strings["Your Full Name:"] = "Je volledige naam:"; -$a->strings["Title/Description:"] = "Titel/Beschrijving:"; -$a->strings["Your Gender:"] = "Je Geslacht:"; -$a->strings["Birthday (%s):"] = "Geboortedatum (%s):"; -$a->strings["Street Address:"] = "Postadres:"; -$a->strings["Locality/City:"] = "Gemeente/Stad:"; -$a->strings["Postal/Zip Code:"] = "Postcode:"; -$a->strings["Country:"] = "Land:"; -$a->strings["Region/State:"] = "Regio/Staat:"; -$a->strings[" Marital Status:"] = " Echtelijke Staat:"; -$a->strings["Who: (if applicable)"] = "Wie: (indien toepasbaar)"; -$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Voorbeelden: Kathleen123, Kathleen Peeters, kathleen@voorbeeld.nl"; -$a->strings["Since [date]:"] = "Sinds [datum]:"; -$a->strings["Homepage URL:"] = "Adres homepagina:"; -$a->strings["Religious Views:"] = "Geloof:"; -$a->strings["Public Keywords:"] = "Publieke Sleutelwoorden:"; -$a->strings["Private Keywords:"] = "Privé Sleutelwoorden:"; -$a->strings["Example: fishing photography software"] = "Voorbeeld: vissen fotografie software"; -$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(Gebruikt om mogelijke vrienden voor te stellen, kan door anderen gezien worden)"; -$a->strings["(Used for searching profiles, never shown to others)"] = "(Gebruikt om profielen te zoeken, nooit aan anderen getoond)"; -$a->strings["Tell us about yourself..."] = "Vertel iets over jezelf..."; -$a->strings["Hobbies/Interests"] = "Hobby's/Interesses"; -$a->strings["Contact information and Social Networks"] = "Contactinformatie en Sociale Netwerken"; -$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/ontspanning"; -$a->strings["Love/romance"] = "Liefde/romantiek"; -$a->strings["Work/employment"] = "Werk"; -$a->strings["School/education"] = "School/opleiding"; -$a->strings["This is your public profile.
It may be visible to anybody using the internet."] = "Dit is jouw publiek profiel.
Het kan zichtbaar zijn voor iedereen op het internet."; -$a->strings["Age: "] = "Leeftijd:"; -$a->strings["Edit/Manage Profiles"] = "Wijzig/Beheer Profielen"; +$a->strings["Your contacts"] = "Jouw contacten"; +$a->strings["Community Pages"] = "Gemeenschapspagina's"; +$a->strings["Community Profiles"] = "Gemeenschapsprofielen"; +$a->strings["Last users"] = "Laatste gebruikers"; +$a->strings["Last likes"] = "Recent leuk gevonden"; +$a->strings["event"] = "gebeurtenis"; +$a->strings["status"] = "Status"; +$a->strings["photo"] = "Foto"; +$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s vind %3\$s van %2\$s leuk"; +$a->strings["Last photos"] = "Laatste foto's"; +$a->strings["Contact Photos"] = "Contactfoto's"; +$a->strings["Profile Photos"] = "Profielfoto's"; +$a->strings["Find Friends"] = "Zoek vrienden"; +$a->strings["Local Directory"] = "Lokale gids"; +$a->strings["Global Directory"] = "Globale gids"; +$a->strings["Similar Interests"] = "Dezelfde interesses"; +$a->strings["Friend Suggestions"] = "Vriendschapsvoorstellen"; +$a->strings["Invite Friends"] = "Vrienden uitnodigen"; +$a->strings["Settings"] = "Instellingen"; +$a->strings["Earth Layers"] = "Earth Layers"; +$a->strings["Set zoomfactor for Earth Layers"] = ""; +$a->strings["Set longitude (X) for Earth Layers"] = ""; +$a->strings["Set latitude (Y) for Earth Layers"] = ""; +$a->strings["Help or @NewHere ?"] = ""; +$a->strings["Connect Services"] = "Diensten verbinden"; +$a->strings["Show/hide boxes at right-hand column:"] = ""; +$a->strings["Set color scheme"] = "Stel kleurenschema in"; +$a->strings["Set zoomfactor for Earth Layer"] = ""; +$a->strings["Alignment"] = "Uitlijning"; +$a->strings["Left"] = "Links"; +$a->strings["Center"] = "Gecentreerd"; +$a->strings["Color scheme"] = "Kleurschema"; +$a->strings["Posts font size"] = "Lettergrootte berichten"; +$a->strings["Textareas font size"] = "Lettergrootte tekstgebieden"; +$a->strings["Set colour scheme"] = "Stel kleurschema in"; +$a->strings["default"] = "standaard"; +$a->strings["Background Image"] = ""; +$a->strings["The URL to a picture (e.g. from your photo album) that should be used as background image."] = ""; +$a->strings["Background Color"] = ""; +$a->strings["HEX value for the background color. Don't include the #"] = ""; +$a->strings["font size"] = ""; +$a->strings["base font size for your interface"] = ""; +$a->strings["Set resize level for images in posts and comments (width and height)"] = ""; +$a->strings["Set theme width"] = "Stel breedte van het thema in"; +$a->strings["Delete this item?"] = "Dit item verwijderen?"; +$a->strings["show fewer"] = "Minder tonen"; +$a->strings["Update %s failed. See error logs."] = "Wijziging %s mislukt. Lees de error logbestanden."; +$a->strings["Update Error at %s"] = "Wijzigingsfout op %s"; +$a->strings["Create a New Account"] = "Nieuw account aanmaken"; +$a->strings["Register"] = "Registreer"; +$a->strings["Logout"] = "Uitloggen"; +$a->strings["Login"] = "Login"; +$a->strings["Nickname or Email address: "] = "Bijnaam of e-mailadres:"; +$a->strings["Password: "] = "Wachtwoord:"; +$a->strings["Remember me"] = "Onthou me"; +$a->strings["Or login using OpenID: "] = "Of log in met OpenID:"; +$a->strings["Forgot your password?"] = "Wachtwoord vergeten?"; +$a->strings["Password Reset"] = "Wachtwoord opnieuw instellen"; +$a->strings["Website Terms of Service"] = "Gebruikersvoorwaarden website"; +$a->strings["terms of service"] = "servicevoorwaarden"; +$a->strings["Website Privacy Policy"] = "Privacybeleid website"; +$a->strings["privacy policy"] = "privacybeleid"; +$a->strings["Requested account is not available."] = "Gevraagde account is niet beschikbaar."; +$a->strings["Requested profile is not available."] = "Gevraagde profiel is niet beschikbaar."; +$a->strings["Edit profile"] = "Bewerk profiel"; +$a->strings["Connect"] = "Verbinden"; +$a->strings["Message"] = "Bericht"; +$a->strings["Profiles"] = "Profielen"; +$a->strings["Manage/edit profiles"] = "Beheer/wijzig profielen"; $a->strings["Change profile photo"] = "Profiel foto wijzigen"; $a->strings["Create New Profile"] = "Maak nieuw profiel"; $a->strings["Profile Image"] = "Profiel afbeelding"; $a->strings["visible to everybody"] = "zichtbaar voor iedereen"; $a->strings["Edit visibility"] = "Pas zichtbaarheid aan"; -$a->strings["Permission denied"] = "Toegang geweigerd"; -$a->strings["Invalid profile identifier."] = "Ongeldige profiel-identificatie."; -$a->strings["Profile Visibility Editor"] = ""; -$a->strings["Click on a contact to add or remove."] = "Klik op een contact om het toe te voegen of te verwijderen."; -$a->strings["Visible To"] = "Zichtbaar voor"; -$a->strings["All Contacts (with secure profile access)"] = "Alle contacten (met veilige profieltoegang)"; +$a->strings["Location:"] = "Plaats:"; +$a->strings["Gender:"] = "Geslacht:"; +$a->strings["Status:"] = "Tijdlijn:"; +$a->strings["Homepage:"] = "Jouw tijdlijn:"; +$a->strings["g A l F d"] = "G l j 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 beschrijving]"; +$a->strings["Event Reminders"] = "Gebeurtenisherinneringen"; +$a->strings["Events this week:"] = "Gebeurtenissen deze week:"; +$a->strings["Status"] = "Tijdlijn"; +$a->strings["Status Messages and Posts"] = "Berichten op jouw tijdlijn"; +$a->strings["Profile Details"] = "Profiel Details"; +$a->strings["Photo Albums"] = "Fotoalbums"; +$a->strings["Videos"] = "Video's"; +$a->strings["Events and Calendar"] = "Gebeurtenissen en kalender"; $a->strings["Personal Notes"] = "Persoonlijke Nota's"; +$a->strings["Only You Can See This"] = "Alleen jij kunt dit zien"; +$a->strings["%1\$s is currently %2\$s"] = "%1\$s is op dit moment %2\$s"; +$a->strings["Mood"] = "Stemming"; +$a->strings["Set your current mood and tell your friends"] = "Stel je huidige stemming in, en vertel het je vrienden"; $a->strings["Public access denied."] = "Niet vrij toegankelijk"; +$a->strings["Item not found."] = "Item niet gevonden."; $a->strings["Access to this profile has been restricted."] = "Toegang tot dit profiel is beperkt."; $a->strings["Item has been removed."] = "Item is verwijderd."; -$a->strings["Visit %s's profile [%s]"] = "Bekijk het profiel van %s [%s]"; -$a->strings["Edit contact"] = "Contact bewerken"; -$a->strings["Contacts who are not members of a group"] = "Contacten die geen leden zijn van een groep"; -$a->strings["{0} wants to be your friend"] = "{0} wilt je vriend worden"; -$a->strings["{0} sent you a message"] = "{0} stuurde jou een berichtje"; -$a->strings["{0} requested registration"] = "{0} vroeg om zich te registreren"; -$a->strings["{0} commented %s's post"] = "{0} gaf een reactie op het bericht van %s"; -$a->strings["{0} liked %s's post"] = "{0} vond het bericht van %s leuk"; -$a->strings["{0} disliked %s's post"] = "{0} vond het bericht van %s niet leuk"; -$a->strings["{0} is now friends with %s"] = "{0} is nu bevriend met %s"; -$a->strings["{0} posted"] = "{0} plaatste"; -$a->strings["{0} tagged %s's post with #%s"] = "{0} labelde %s's bericht met #%s"; -$a->strings["{0} mentioned you in a post"] = "{0} vermeldde je in een bericht"; -$a->strings["Theme settings updated."] = "Thema instellingen aangepast."; -$a->strings["Site"] = "Website"; -$a->strings["Users"] = "Gebruiker"; -$a->strings["Plugins"] = "Plugins"; -$a->strings["Themes"] = "Thema's"; -$a->strings["DB updates"] = "DB aanpassingen"; -$a->strings["Logs"] = "Logs"; -$a->strings["Plugin Features"] = "Plugin Functies"; -$a->strings["User registrations waiting for confirmation"] = "Gebruikersregistraties wachten op bevestiging"; -$a->strings["Normal Account"] = "Normale Account"; -$a->strings["Soapbox Account"] = "Zeepkist Account"; -$a->strings["Community/Celebrity Account"] = "Gemeenschap/Beroemdheid Account"; -$a->strings["Automatic Friend Account"] = "Automatisch Vriendschapsaccount"; -$a->strings["Blog Account"] = "Blog Account"; -$a->strings["Private Forum"] = "Privé Forum"; -$a->strings["Message queues"] = "Bericht-wachtrijen"; -$a->strings["Administration"] = "Beheer"; -$a->strings["Summary"] = "Samenvatting"; -$a->strings["Registered users"] = "Geregistreerde gebruikers"; -$a->strings["Pending registrations"] = "Registraties die in de wacht staan"; -$a->strings["Version"] = "Versie"; -$a->strings["Active plugins"] = "Actieve plug-ins"; -$a->strings["Site settings updated."] = "Site instellingen gewijzigd."; -$a->strings["No special theme for mobile devices"] = "Geen speciaal thema voor mobiele apparaten"; -$a->strings["Never"] = "Nooit"; -$a->strings["Multi user instance"] = "Server voor meerdere gebruikers"; -$a->strings["Closed"] = "Gesloten"; -$a->strings["Requires approval"] = "Toestemming vereist"; -$a->strings["Open"] = "Open"; -$a->strings["No SSL policy, links will track page SSL state"] = "Geen SSL beleid, links zullen SSL status van pagina volgen"; -$a->strings["Force all links to use SSL"] = "Verplicht alle links om SSL te gebruiken"; -$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Zelf-ondertekend certificaat, gebruik SSL alleen voor lokale links (afgeraden)"; -$a->strings["Registration"] = "Registratie"; -$a->strings["File upload"] = "Uploaden bestand"; -$a->strings["Policies"] = "Beleid"; -$a->strings["Advanced"] = "Geavanceerd"; -$a->strings["Performance"] = "Performantie"; -$a->strings["Site name"] = "Site naam"; -$a->strings["Banner/Logo"] = "Banner/Logo"; -$a->strings["System language"] = "Systeemtaal"; -$a->strings["System theme"] = "Systeem thema"; -$a->strings["Default system theme - may be over-ridden by user profiles - change theme settings"] = "Standaard systeem thema - kan door gebruikersprofielen veranderd worden - verander thema instellingen"; -$a->strings["Mobile system theme"] = "Mobiel systeem thema"; -$a->strings["Theme for mobile devices"] = "Thema voor mobiele apparaten"; -$a->strings["SSL link policy"] = "Beleid SSL-links"; -$a->strings["Determines whether generated links should be forced to use SSL"] = "Bepaald of gegenereerde verwijzingen verplicht SSL moeten gebruiken"; -$a->strings["'Share' element"] = "'Deel'-element"; -$a->strings["Activates the bbcode element 'share' for repeating items."] = "Activeer het bbcode-element 'share' voor herhalende items."; -$a->strings["Hide help entry from navigation menu"] = "Verberg de 'help' uit het navigatiemenu"; -$a->strings["Hides the menu entry for the Help pages from the navigation menu. You can still access it calling /help directly."] = "Verbergt het menu-item voor de Help pagina's uit het navigatiemenu. Je kunt ze nog altijd vinden door /help direct in te geven."; -$a->strings["Single user instance"] = "Server voor één gebruiker"; -$a->strings["Make this instance multi-user or single-user for the named user"] = "Stel deze server in voor meerdere gebruikers, of enkel voor de geselecteerde gebruiker."; -$a->strings["Maximum image size"] = "Maximum afbeeldingsgrootte"; -$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Maximum afmeting in bytes van afbeeldingen. Standaard is 0, dus geen beperking."; -$a->strings["Maximum image length"] = "Maximum afbeeldingslengte"; -$a->strings["Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits."] = "Maximum lengte in pixels van de langste kant van afbeeldingen. Standaard is -1, dus geen beperkingen."; -$a->strings["JPEG image quality"] = "JPEG afbeeldingskwaliteit"; -$a->strings["Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is full quality."] = "JPEGS zullen met deze kwaliteitsinstelling bewaard worden [0-100]. Standaard is 100, dit is volledige kwaliteit."; -$a->strings["Register policy"] = "Registratiebeleid"; -$a->strings["Maximum Daily Registrations"] = "Maximum aantal registraties per dag"; -$a->strings["If registration is permitted above, this sets the maximum number of new user registrations to accept per day. If register is set to closed, this setting has no effect."] = "Als registratie hierboven is toegelaten, zet dit het maximum aantal registraties van nieuwe gebruikers per dag. Als registratie niet is toegelaten heeft deze instelling geen effect."; -$a->strings["Register text"] = "Registratietekst"; -$a->strings["Will be displayed prominently on the registration page."] = "Dit zal prominent op de registratiepagina getoond worden."; -$a->strings["Accounts abandoned after x days"] = "Verlaten accounts na x dagen"; -$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "Dit zal geen systeembronnen verspillen aan het nakijken van externe sites voor verlaten accounts. Geef 0 is voor geen tijdslimiet."; -$a->strings["Allowed friend domains"] = "Toegelaten vriend domeinen"; -$a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = "Komma-gescheiden lijst van domeinen die een vriendschapsband met deze website mogen aangaan. Jokers zijn toegelaten. Laat leeg om alle domeinen toe te laten."; -$a->strings["Allowed email domains"] = "Toegelaten e-mail domeinen"; -$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 die op deze website mogen registeren. Wildcards zijn toegestaan.\nLeeg laten om alle domeinen toe te staan."; -$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."] = "Kruis dit aan om alle openbare persoonlijke pagina's alleen toegankelijk te maken voor ingelogde gebruikers."; -$a->strings["Force publish"] = "Dwing publiceren af"; -$a->strings["Check to force all profiles on this site to be listed in the site directory."] = "Kruis dit aan om af te dwingen dat alle profielen op deze website in de gids van deze website gepubliceerd worden."; -$a->strings["Global directory update URL"] = "Update-adres van de globale gids"; -$a->strings["URL to update the global directory. If this is not set, the global directory is completely unavailable to the application."] = "URL om de globale gids aan te passen. Als dit niet is ingevuld, is de globale gids volledig onbeschikbaar voor deze toepassing."; -$a->strings["Allow threaded items"] = "Sta threads in conversaties toe"; -$a->strings["Allow infinite level threading for items on this site."] = "Sta oneindige niveaus threads in conversaties op deze website toe."; -$a->strings["Private posts by default for new users"] = "Privéberichten als standaard voor nieuwe gebruikers"; -$a->strings["Set default post permissions for all new members to the default privacy group rather than public."] = "Stel de standaard rechten van berichten voor nieuwe leden op de standaard privacygroep in, in plaats van openbaar."; -$a->strings["Don't include post content in email notifications"] = "De inhoud van het bericht niet insluiten bij e-mail notificaties"; -$a->strings["Don't include the content of a post/comment/private message/etc. in the email notifications that are sent out from this site, as a privacy measure."] = "De inhoud van berichten/commentaar/privéberichten/enzovoort niet insluiten in e-mailnotificaties die door deze website verzonden worden, voor de bescherming van je privacy."; -$a->strings["Disallow public access to addons listed in the apps menu."] = ""; -$a->strings["Checking this box will restrict addons listed in the apps menu to members only."] = ""; -$a->strings["Don't embed private images in posts"] = ""; -$a->strings["Don't replace locally-hosted private photos in posts with an embedded copy of the image. This means that contacts who receive posts containing private photos will have to authenticate and load each image, which may take a while."] = ""; -$a->strings["Block multiple registrations"] = "Blokkeer meerdere registraties"; -$a->strings["Disallow users to register additional accounts for use as pages."] = "Laat niet toe dat gebruikers meerdere accounts aanmaken."; -$a->strings["OpenID support"] = "OpenID ondersteuning"; -$a->strings["OpenID support for registration and logins."] = "OpenID ondersteuning voor registraties en logins."; -$a->strings["Fullname check"] = "Controleer volledige naam"; -$a->strings["Force users to register with a space between firstname and lastname in Full name, as an antispam measure"] = "Verplicht gebruikers om zich te registreren met een spatie tussen voornaam en achternaam, als anti-spam maatregel"; -$a->strings["UTF-8 Regular expressions"] = "UTF-8 reguliere uitdrukkingen"; -$a->strings["Use PHP UTF8 regular expressions"] = "Gebruik PHP UTF8 reguliere uitdrukkingen"; -$a->strings["Show Community Page"] = "Toon Gemeenschapspagina"; -$a->strings["Display a Community page showing all recent public postings on this site."] = "Toon een gemeenschapspagina die alle recente openbare berichten op deze website toont."; -$a->strings["Enable OStatus support"] = "Activeer OStatus ondersteuning"; -$a->strings["Provide built-in OStatus (identi.ca, status.net, etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."] = "Bied ingebouwde Ostatus (identi.ca, status.net, enz.) ondersteuning. Alle communicaties in Ostatus zijn openbaar, dus zullen af en toe privacy waarschuwingen getoond worden."; -$a->strings["OStatus conversation completion interval"] = ""; -$a->strings["How often shall the poller check for new entries in OStatus conversations? This can be a very ressource task."] = ""; -$a->strings["Enable Diaspora support"] = "Activeer Diaspora ondersteuning"; -$a->strings["Provide built-in Diaspora network compatibility."] = "Bied ingebouwde ondersteuning voor het Diaspora netwerk."; -$a->strings["Only allow Friendica contacts"] = "Laat alleen Friendica contacten toe"; -$a->strings["All contacts must use Friendica protocols. All other built-in communication protocols disabled."] = "Alle contacten moeten een Friendica protocol gebruiken. Alle andere ingebouwde communicatieprotocols worden uitgeschakeld."; -$a->strings["Verify SSL"] = "Controleer SSL"; -$a->strings["If you wish, you can turn on strict certificate checking. This will mean you cannot connect (at all) to self-signed SSL sites."] = "Als je wilt kun je striktere certificaat controle activeren. Dit betekent dat je (totaal) niet kunt connecteren met sites die zelf-ondertekende SSL certificaten gebruiken."; -$a->strings["Proxy user"] = "Proxy-gebruiker"; -$a->strings["Proxy URL"] = "Proxy-URL"; -$a->strings["Network timeout"] = "Netwerk timeout"; -$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "Waarde is in seconden. Zet op 0 voor onbeperkt (niet aanbevolen)."; -$a->strings["Delivery interval"] = "Afleverinterval"; -$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."] = "Stel achtergrond processen voor aflevering een aantal seconden uit om systeembelasting te beperken. Aanbevolen: 4-5 voor gedeelde hosten, 2-3 voor virtuele privé servers, 0-1 voor grote servers."; -$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."] = "Stel achtergrondprocessen zoveel seconden uit om de systeembelasting te beperken. Indien 0 wordt het afleverinterval gebruikt."; -$a->strings["Maximum Load Average"] = "Maximum gemiddelde belasting"; -$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Maximum systeembelasting voordat aflever- en poll-processen uitgesteld worden - standaard 50."; -$a->strings["Use MySQL full text engine"] = "Gebruik de tekst-zoekfunctie van MySQL"; -$a->strings["Activates the full text engine. Speeds up search - but can only search for four and more characters."] = "Activeert de zoekmotor. Dit maakt zoeken sneller, maar het kan alleen zoeken naar teksten van minstens vier letters."; -$a->strings["Path to item cache"] = "Pad naar cache voor items"; -$a->strings["Cache duration in seconds"] = "Cache tijdsduur in seconden"; -$a->strings["How long should the cache files be hold? Default value is 86400 seconds (One day)."] = "Hoe lang moeten bestanden in cache gehouden worden? Standaard waarde is 86400 seconden (een dag)."; -$a->strings["Path for lock file"] = "Pad voor lock bestand"; -$a->strings["Temp path"] = "Tijdelijk pad"; -$a->strings["Base path to installation"] = "Basispad voor installatie"; -$a->strings["Update has been marked successful"] = "Wijziging succesvol gemarkeerd "; -$a->strings["Executing %s failed. Check system logs."] = "Uitvoering van %s is mislukt. Kijk de systeem logbestanden na."; -$a->strings["Update %s was successfully applied."] = "Wijziging %s geslaagd."; -$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "Wijziging %s gaf geen status. We weten niet of de wijziging geslaagd is."; -$a->strings["Update function %s could not be found."] = "Update-functie %s kon niet gevonden worden."; -$a->strings["No failed updates."] = "Geen misluke wijzigingen"; -$a->strings["Failed Updates"] = "Misluke wijzigingen"; -$a->strings["This does not include updates prior to 1139, which did not return a status."] = "Dit is zonder de wijzigingen voor 1139, welke geen status teruggaven."; -$a->strings["Mark success (if update was manually applied)"] = "Markeren als succes (als aanpassing manueel doorgevoerd werd)"; -$a->strings["Attempt to execute this update step automatically"] = "Probeer deze stap automatisch uit te voeren"; -$a->strings["%s user blocked/unblocked"] = array( - 0 => "%s gebruiker geblokkeerd/niet geblokkeerd", - 1 => "%s gebruikers geblokkeerd/niet geblokkeerd", -); -$a->strings["%s user deleted"] = array( - 0 => "%s gebruiker verwijderd", - 1 => "%s gebruikers verwijderd", -); -$a->strings["User '%s' deleted"] = "Gebruiker '%s' verwijderd"; -$a->strings["User '%s' unblocked"] = "Gebruiker '%s' niet meer geblokkeerd"; -$a->strings["User '%s' blocked"] = "Gebruiker '%s' geblokkeerd"; -$a->strings["select all"] = "Alles selecteren"; -$a->strings["User registrations waiting for confirm"] = "Gebruikersregistraties wachten op een bevestiging"; -$a->strings["Request date"] = "Registratiedatum"; -$a->strings["Name"] = "Naam"; -$a->strings["No registrations."] = "Geen registraties."; -$a->strings["Approve"] = "Goedkeuren"; -$a->strings["Deny"] = "Weiger"; -$a->strings["Block"] = "Blokkeren"; -$a->strings["Unblock"] = "Blokkering opheffen"; -$a->strings["Site admin"] = "Sitebeheerder"; -$a->strings["Account expired"] = "Account verlopen"; -$a->strings["Register date"] = "Registratiedatum"; -$a->strings["Last login"] = "Laatste login"; -$a->strings["Last item"] = "Laatste item"; -$a->strings["Account"] = "Account"; -$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Geselecteerde gebruikers zullen verwijderd worden!\\n\\nAlles wat deze gebruikers gepost hebben op deze website zal permanent verwijderd worden!\\n\\nBen je zeker?"; -$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?"] = "De gebruiker {0} zal verwijderd worden!\\n\\nAlles wat deze gebruiker gepost heeft op deze website zal permanent verwijderd worden!\\n\\nBen je zeker?"; -$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"] = "Schakelaar"; -$a->strings["Author: "] = "Auteur:"; -$a->strings["Maintainer: "] = "Onderhoud:"; -$a->strings["No themes found."] = "Geen thema's gevonden."; -$a->strings["Screenshot"] = "Schermafdruk"; -$a->strings["[Experimental]"] = "[Experimenteel]"; -$a->strings["[Unsupported]"] = "[Niet ondersteund]"; -$a->strings["Log settings updated."] = "Log instellingen gewijzigd"; -$a->strings["Clear"] = "Wis"; -$a->strings["Enable Debugging"] = ""; -$a->strings["Log file"] = "Logbestand"; -$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "De webserver moet hier kunnen schrijven. Relatief t.o.v. van de hoogste folder binnen uw Friendica-installatie."; -$a->strings["Log level"] = "Log niveau"; -$a->strings["Update now"] = "Wijzig nu"; -$a->strings["Close"] = "Afsluiten"; -$a->strings["FTP Host"] = "FTP Server"; -$a->strings["FTP Path"] = "FTP Pad"; -$a->strings["FTP User"] = "FTP Gebruiker"; -$a->strings["FTP Password"] = "FTP wachtwoord"; -$a->strings["Unable to locate original post."] = "Ik kan de originele post niet meer vinden."; -$a->strings["Empty post discarded."] = "Lege post weggegooid."; -$a->strings["System error. Post not saved."] = "Systeemfout. Post niet bewaard."; -$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Dit bericht werd naar jou gestuurd door %s, een lid van het Friendica sociale netwerk."; -$a->strings["You may visit them online at %s"] = "Je kunt ze online bezoeken op %s"; -$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Contacteer de afzender door op dit bericht te antwoorden als je deze berichten niet wilt ontvangen."; -$a->strings["%s posted an update."] = "%s heeft een wijziging geplaatst."; -$a->strings["Friends of %s"] = "Vrienden van %s"; -$a->strings["No friends to display."] = "Geen vrienden om te laten zien."; -$a->strings["Remove term"] = "Verwijder zoekterm"; -$a->strings["No results."] = "Geen resultaten."; -$a->strings["Authorize application connection"] = ""; -$a->strings["Return to your app and insert this Securty Code:"] = ""; -$a->strings["Please login to continue."] = "Log in om verder te 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 toepassing toestemming geven om jouw berichten en contacten in te kijken, en/of nieuwe berichten in jouw plaats aan te maken?"; +$a->strings["Access denied."] = "Toegang geweigerd"; +$a->strings["This is Friendica, version"] = "Dit is Friendica, versie"; +$a->strings["running at web location"] = "draaiend op web-adres"; +$a->strings["Please visit Friendica.com to learn more about the Friendica project."] = "Bezoek Friendica.com om meer te leren over het Friendica project."; +$a->strings["Bug reports and issues: please visit"] = "Bug rapporten en problemen: bezoek"; +$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Suggesties, lof, donaties, enzovoort - stuur een e-mail naar \"info\" op Friendica - dot com"; +$a->strings["Installed plugins/addons/apps:"] = "Geïnstalleerde plugins/toepassingen:"; +$a->strings["No installed plugins/addons/apps"] = "Geen plugins of toepassingen geïnstalleerd"; +$a->strings["%1\$s welcomes %2\$s"] = "%1\$s heet %2\$s van harte welkom"; $a->strings["Registration details for %s"] = "Registratie details voor %s"; $a->strings["Registration successful. Please check your email for further instructions."] = "Registratie geslaagd. Kijk je e-mail na voor verdere instructies."; $a->strings["Failed to send email message. Here is the message that failed."] = "E-mail bericht kon niet verstuurd worden. Hier is het bericht."; @@ -841,217 +197,19 @@ $a->strings["You may (optionally) fill in this form via OpenID by supplying your $a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "Laat dit veld leeg als je niet vertrouwd bent met OpenID, en vul de rest van de items in."; $a->strings["Your OpenID (optional): "] = "Je OpenID (optioneel):"; $a->strings["Include your profile in member directory?"] = "Je profiel in de ledengids opnemen?"; +$a->strings["Yes"] = "Ja"; +$a->strings["No"] = "Nee"; $a->strings["Membership on this site is by invitation only."] = "Lidmaatschap van deze website is uitsluitend op uitnodiging."; $a->strings["Your invitation ID: "] = "Je uitnodigingsid:"; +$a->strings["Registration"] = "Registratie"; $a->strings["Your Full Name (e.g. Joe Smith): "] = "Je volledige naam (bijv. Jan Jansens):"; $a->strings["Your Email Address: "] = "Je email adres:"; $a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be 'nickname@\$sitename'."] = "Kies een bijnaam voor je profiel. Deze moet met een letter beginnen. Je profieladres op deze website zal dan 'bijnaam@\$sitename' zijn."; $a->strings["Choose a nickname: "] = "Kies een bijnaam:"; -$a->strings["Account approved."] = "Account goedgekeurd."; -$a->strings["Registration revoked for %s"] = "Registratie ingetrokken voor %s"; -$a->strings["Please login."] = "Log a.u.b. in."; -$a->strings["Item not available."] = "Item niet beschikbaar"; -$a->strings["Item was not found."] = "Item niet gevonden"; -$a->strings["Remove My Account"] = "Verwijder mijn account"; -$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Dit zal je account volledig verwijderen. Dit kan niet hersteld worden als het eenmaal uitgevoerd is."; -$a->strings["Please enter your password for verification:"] = "Voer je wachtwoord in voor verificatie:"; -$a->strings["Source (bbcode) text:"] = "Bron (bbcode) tekst:"; -$a->strings["Source (Diaspora) text to convert to BBcode:"] = "Bron (Diaspora) tekst om naar BBCode om te zetten:"; -$a->strings["Source input: "] = "Bron ingave:"; -$a->strings["bb2html (raw HTML): "] = "bb2html (ruwe HTML):"; -$a->strings["bb2html: "] = "bb2html:"; -$a->strings["bb2html2bb: "] = "bb2html2bb: "; -$a->strings["bb2md: "] = "bb2md: "; -$a->strings["bb2md2html: "] = "bb2md2html: "; -$a->strings["bb2dia2bb: "] = "bb2dia2bb: "; -$a->strings["bb2md2html2bb: "] = "bb2md2html2bb: "; -$a->strings["Source input (Diaspora format): "] = "Bron ingave (Diaspora formaat):"; -$a->strings["diaspora2bb: "] = "diaspora2bb: "; -$a->strings["Common Friends"] = "Gedeelde Vrienden"; -$a->strings["No contacts in common."] = "Geen gedeelde contacten."; -$a->strings["You must be logged in to use addons. "] = ""; -$a->strings["Applications"] = "Toepassingen"; -$a->strings["No installed applications."] = "Geen toepassingen geïnstalleerd"; $a->strings["Import"] = "Importeren"; -$a->strings["Move account"] = "Account verplaatsen"; -$a->strings["You can import an account from another Friendica server."] = "Je kunt een account van een andere Friendica server importeren."; -$a->strings["You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."] = "Je moet je account bij de oude server exporteren, en hier uploaden. We zullen je oude account hier opnieuw aanmaken, met al je contacten. We zullen ook proberen om je vrienden in te lichten dat je naar hier verhuisd bent."; -$a->strings["This feature is experimental. We can't import contacts from the OStatus network (statusnet/identi.ca) or from Diaspora"] = "Deze functie is experimenteel. We kunnen geen contacten van het OStatus netwerk (statusnet/identi.ca) of van Diaspora importeren."; -$a->strings["Account file"] = "Account bestand"; -$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = ""; -$a->strings["everybody"] = "iedereen"; -$a->strings["Additional features"] = "Extra functies"; -$a->strings["Display settings"] = "Scherminstellingen"; -$a->strings["Connector settings"] = "Connector instellingen"; -$a->strings["Plugin settings"] = "Plugin instellingen"; -$a->strings["Connected apps"] = "Verbonden applicaties"; -$a->strings["Export personal data"] = "Persoonlijke gegevens exporteren"; -$a->strings["Remove account"] = "Account verwijderen"; -$a->strings["Missing some important data!"] = "Een belangrijk gegeven ontbreekt!"; -$a->strings["Update"] = "Wijzigen"; -$a->strings["Failed to connect with email account using the settings provided."] = "Ik kon geen verbinding maken met het e-mail account met de gegeven instellingen."; -$a->strings["Email settings updated."] = "E-mail instellingen bijgewerkt.."; -$a->strings["Features updated"] = "Functies bijgewerkt"; -$a->strings["Passwords do not match. Password unchanged."] = "Wachtwoorden komen niet overeen. Wachtwoord niet gewijzigd."; -$a->strings["Empty passwords are not allowed. Password unchanged."] = "Lege wachtwoorden zijn niet toegelaten. Wachtwoord niet gewijzigd."; -$a->strings["Wrong password."] = "Verkeerd wachtwoord."; -$a->strings["Password changed."] = "Wachtwoord gewijzigd."; -$a->strings["Password update failed. Please try again."] = "Wachtwoord-)wijziging mislukt. Probeer opnieuw."; -$a->strings[" Please use a shorter name."] = "Gebruik a.u.b. een kortere naam."; -$a->strings[" Name too short."] = "Naam te kort."; -$a->strings["Wrong Password"] = "Verkeerd wachtwoord"; -$a->strings[" Not valid email."] = "Geen geldig e-mailadres."; -$a->strings[" Cannot change to that email."] = "Kan niet veranderen naar die e-mail."; -$a->strings["Private forum has no privacy permissions. Using default privacy group."] = "Privéforum heeft geen privacyrechten . De standaard privacygroep wordt gebruikt."; -$a->strings["Private forum has no privacy permissions and no default privacy group."] = "Privéforum heeft geen privacyrechten en geen standaard privacygroep."; -$a->strings["Settings updated."] = "Instellingen bijgewerkt."; -$a->strings["Add application"] = "Toepassing toevoegen"; -$a->strings["Consumer Key"] = "Gebruikerssleutel"; -$a->strings["Consumer Secret"] = "Gebruikersgeheim"; -$a->strings["Redirect"] = "Doorverwijzing"; -$a->strings["Icon url"] = "URL pictogram"; -$a->strings["You can't edit this application."] = "Je kunt deze toepassing niet wijzigen."; -$a->strings["Connected Apps"] = "Verbonden applicaties"; -$a->strings["Edit"] = "Bewerken"; -$a->strings["Client key starts with"] = ""; -$a->strings["No name"] = "Geen naam"; -$a->strings["Remove authorization"] = "Verwijder authorisatie"; -$a->strings["No Plugin settings configured"] = ""; -$a->strings["Plugin Settings"] = "Plugin Instellingen"; -$a->strings["Off"] = "Uit"; -$a->strings["On"] = "Aan"; -$a->strings["Additional Features"] = "Extra functies"; -$a->strings["Built-in support for %s connectivity is %s"] = "Ingebouwde ondersteuning voor connectiviteit met %s is %s"; -$a->strings["enabled"] = "ingeschakeld"; -$a->strings["disabled"] = "uitgeschakeld"; -$a->strings["StatusNet"] = "StatusNet"; -$a->strings["Email access is disabled on this site."] = "E-mailtoegang is op deze website uitgeschakeld."; -$a->strings["Connector Settings"] = "Connector Instellingen"; -$a->strings["Email/Mailbox Setup"] = "E-mail Instellen"; -$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "Als je wilt communiceren met e-mail contacten via deze dienst (optioneel), moet je hier opgeven hoe ik jouw mailbox kan bereiken."; -$a->strings["Last successful email check:"] = "Laatste succesvolle e-mail controle:"; -$a->strings["IMAP server name:"] = "IMAP server naam:"; -$a->strings["IMAP port:"] = "IMAP poort:"; -$a->strings["Security:"] = "Beveiliging:"; -$a->strings["None"] = "Geen"; -$a->strings["Email login name:"] = "E-mail login naam:"; -$a->strings["Email password:"] = "E-mail wachtwoord:"; -$a->strings["Reply-to address:"] = "Antwoord adres:"; -$a->strings["Send public posts to all email contacts:"] = "Openbare posts naar alle e-mail contacten versturen:"; -$a->strings["Action after import:"] = "Actie na importeren:"; -$a->strings["Mark as seen"] = "Als 'gelezen' markeren"; -$a->strings["Move to folder"] = "Naar map verplaatsen"; -$a->strings["Move to folder:"] = "Verplaatsen naar map:"; -$a->strings["Display Settings"] = "Scherminstellingen"; -$a->strings["Display Theme:"] = "Schermthema:"; -$a->strings["Mobile Theme:"] = "Mobiel thema:"; -$a->strings["Update browser every xx seconds"] = "Browser elke xx seconden verversen"; -$a->strings["Minimum of 10 seconds, no maximum"] = "Minimum 10 seconden, geen maximum"; -$a->strings["Number of items to display per page:"] = "Aantal items te tonen per pagina:"; -$a->strings["Maximum of 100 items"] = "Maximum 100 items"; -$a->strings["Number of items to display per page when viewed from mobile device:"] = "Aantal items per pagina als je een mobiel toestel gebruikt:"; -$a->strings["Don't show emoticons"] = "Emoticons niet tonen"; -$a->strings["Normal Account Page"] = "Normale account pagina"; -$a->strings["This account is a normal personal profile"] = "Deze account is een normaal persoonlijk profiel"; -$a->strings["Soapbox Page"] = "Zeepkist pagina"; -$a->strings["Automatically approve all connection/friend requests as read-only fans"] = "Keur automatisch alle vriendschaps-/connectieverzoeken goed als fans met alleen recht tot lezen."; -$a->strings["Community Forum/Celebrity Account"] = "Gemeenschapsforum/Account van beroemdheid"; -$a->strings["Automatically approve all connection/friend requests as read-write fans"] = "Keur automatisch alle vriendschaps-/connectieverzoeken goed als fans met recht tot lezen en schrijven."; -$a->strings["Automatic Friend Page"] = "Automatisch Vriendschapspagina"; -$a->strings["Automatically approve all connection/friend requests as friends"] = "Keur automatisch alle vriendschaps-/connectieverzoeken goed als vrienden."; -$a->strings["Private Forum [Experimental]"] = "Privé-forum [experimenteel]"; -$a->strings["Private forum - approved members only"] = "Privé-forum - enkel voor goedgekeurde leden"; -$a->strings["OpenID:"] = "OpenID:"; -$a->strings["(Optional) Allow this OpenID to login to this account."] = "(Optioneel) Laat dit OpenID toe om in te loggen op deze account."; -$a->strings["Publish your default profile in your local site directory?"] = "Je standaardprofiel in je lokale gids publiceren?"; -$a->strings["Publish your default profile in the global social directory?"] = "Je standaardprofiel in de globale sociale gids publiceren?"; -$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Je vrienden/contacten verbergen voor bezoekers van je standaard profiel?"; -$a->strings["Hide your profile details from unknown viewers?"] = "Je profieldetails verbergen voor onbekende bezoekers?"; -$a->strings["Allow friends to post to your profile page?"] = "Vrienden toestaan om op jou profielpagina te posten?"; -$a->strings["Allow friends to tag your posts?"] = "Sta vrienden toe om jouw berichten te labelen?"; -$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Sta je mij toe om jou als mogelijke vriend voor te stellen aan nieuwe leden?"; -$a->strings["Permit unknown people to send you private mail?"] = "Mogen onbekende personen jou privé berichten sturen?"; -$a->strings["Profile is not published."] = "Profiel is niet gepubliceerd."; -$a->strings["or"] = "of"; -$a->strings["Your Identity Address is"] = "Jouw Identiteitsadres is"; -$a->strings["Automatically expire posts after this many days:"] = "Laat berichten automatisch vervallen na zo veel dagen:"; -$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Berichten zullen niet vervallen indien leeg. Vervallen berichten zullen worden verwijderd."; -$a->strings["Advanced expiration settings"] = "Geavanceerde instellingen voor vervallen"; -$a->strings["Advanced Expiration"] = "Geavanceerd Verval:"; -$a->strings["Expire posts:"] = "Laat berichten vervallen:"; -$a->strings["Expire personal notes:"] = "Laat persoonlijke nota's vervallen:"; -$a->strings["Expire starred posts:"] = ""; -$a->strings["Expire photos:"] = "Laat foto's vervallen:"; -$a->strings["Only expire posts by others:"] = "Laat alleen berichten door anderen vervallen:"; -$a->strings["Account Settings"] = "Account Instellingen"; -$a->strings["Password Settings"] = "Wachtwoord Instellingen"; -$a->strings["New Password:"] = "Nieuw Wachtwoord:"; -$a->strings["Confirm:"] = "Bevestig:"; -$a->strings["Leave password fields blank unless changing"] = "Laat de wachtwoord-velden leeg, tenzij je het wilt veranderen"; -$a->strings["Current Password:"] = "Huidig wachtwoord:"; -$a->strings["Your current password to confirm the changes"] = "Je huidig wachtwoord om de wijzigingen te bevestigen"; -$a->strings["Password:"] = "Wachtwoord:"; -$a->strings["Basic Settings"] = "Basis Instellingen"; -$a->strings["Email Address:"] = "E-mailadres:"; -$a->strings["Your Timezone:"] = "Je Tijdzone:"; -$a->strings["Default Post Location:"] = "Standaard locatie:"; -$a->strings["Use Browser Location:"] = "Gebruik Webbrowser Locatie:"; -$a->strings["Security and Privacy Settings"] = "Instellingen voor Beveiliging en Privacy"; -$a->strings["Maximum Friend Requests/Day:"] = "Maximum aantal vriendschapsverzoeken per dag:"; -$a->strings["(to prevent spam abuse)"] = "(om spam misbruik te voorkomen)"; -$a->strings["Default Post Permissions"] = "Standaard rechten voor nieuwe berichten"; -$a->strings["(click to open/close)"] = "(klik om te openen/sluiten)"; -$a->strings["Show to Groups"] = "Tonen aan groepen"; -$a->strings["Show to Contacts"] = "Tonen aan contacten"; -$a->strings["Default Private Post"] = "Standaard Privé Post"; -$a->strings["Default Public Post"] = "Standaard Publieke Post"; -$a->strings["Default Permissions for New Posts"] = "Standaard rechten voor nieuwe berichten"; -$a->strings["Maximum private messages per day from unknown people:"] = "Maximum aantal privé-berichten per dag van onbekende personen:"; -$a->strings["Notification Settings"] = "Notificatie Instellingen"; -$a->strings["By default post a status message when:"] = "Post automatisch een status bericht wanneer:"; -$a->strings["accepting a friend request"] = "Een vriendschapsverzoek accepteren"; -$a->strings["joining a forum/community"] = "Lid worden van een forum of gemeenschap"; -$a->strings["making an interesting profile change"] = "Een interessante verandering aan je profiel"; -$a->strings["Send a notification email when:"] = "Stuur een notificatie e-mail wanneer:"; -$a->strings["You receive an introduction"] = "Je ontvangt een vriendschaps- of connectieverzoek"; -$a->strings["Your introductions are confirmed"] = "Jouw vriendschaps- of connectieverzoeken zijn bevestigd"; -$a->strings["Someone writes on your profile wall"] = "Iemand iets op de muur van je profiel schrijft"; -$a->strings["Someone writes a followup comment"] = "Iemand een commentaar schrijft"; -$a->strings["You receive a private message"] = "Je een privé-bericht ontvangt"; -$a->strings["You receive a friend suggestion"] = "Je een suggestie voor een vriendschap ontvangt"; -$a->strings["You are tagged in a post"] = "Je bent in een bericht genoemd"; -$a->strings["You are poked/prodded/etc. in a post"] = ""; -$a->strings["Advanced Account/Page Type Settings"] = ""; -$a->strings["Change the behaviour of this account for special situations"] = ""; -$a->strings["link"] = "link"; -$a->strings["Contact settings applied."] = "Contactinstellingen toegepast."; -$a->strings["Contact update failed."] = "Aanpassen van contact mislukt."; +$a->strings["Import your profile to this friendica instance"] = ""; +$a->strings["Profile not found."] = "Profiel niet gevonden"; $a->strings["Contact not found."] = "Contact niet gevonden"; -$a->strings["Repair Contact Settings"] = "Contactinstellingen herstellen"; -$a->strings["WARNING: This is highly advanced and if you enter incorrect information your communications with this contact may stop working."] = ""; -$a->strings["Please use your browser 'Back' button now if you are uncertain what to do on this page."] = "Gebruik nu de \"terug\"-knop in je webbrowser wanneer je niet weet wat je op deze pagina moet doen."; -$a->strings["Return to contact editor"] = "Ga terug naar contactbewerker"; -$a->strings["Account Nickname"] = "Bijnaam account"; -$a->strings["@Tagname - overrides Name/Nickname"] = "@Labelnaam - krijgt voorrang op naam/bijnaam"; -$a->strings["Account URL"] = "URL account"; -$a->strings["Friend Request URL"] = "URL vriendschapsverzoek"; -$a->strings["Friend Confirm URL"] = ""; -$a->strings["Notification Endpoint URL"] = ""; -$a->strings["Poll/Feed URL"] = "URL poll/feed"; -$a->strings["New photo from this URL"] = "Nieuwe foto van deze URL"; -$a->strings["No potential page delegates located."] = ""; -$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = ""; -$a->strings["Existing Page Managers"] = ""; -$a->strings["Existing Page Delegates"] = ""; -$a->strings["Potential Delegates"] = ""; -$a->strings["Remove"] = "Verwijderen"; -$a->strings["Add"] = "Toevoegen"; -$a->strings["No entries."] = "Geen gegevens."; -$a->strings["Poke/Prod"] = ""; -$a->strings["poke, prod or do other things to somebody"] = ""; -$a->strings["Recipient"] = "Ontvanger"; -$a->strings["Choose what you wish to do to recipient"] = "Kies wat je wilt doen met de ontvanger"; -$a->strings["Make this post private"] = "Dit bericht privé maken"; $a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "Dit kan soms gebeuren als het contact door beide personen werd gevraagd, en het werd al goedgekeurd."; $a->strings["Response from remote site was not understood."] = "Antwoord van de website op afstand werd niet begrepen."; $a->strings["Unexpected response from remote site: "] = "Onverwacht antwoord van website op afstand:"; @@ -1060,183 +218,25 @@ $a->strings["Remote site reported: "] = "Website op afstand berichtte: "; $a->strings["Temporary failure. Please wait and try again."] = "Tijdelijke fout. Wacht even en probeer opnieuw."; $a->strings["Introduction failed or was revoked."] = "Verzoek mislukt of herroepen."; $a->strings["Unable to set contact photo."] = "Ik kan geen contact foto instellen."; +$a->strings["%1\$s is now friends with %2\$s"] = "%1\$s is nu bevriend met %2\$s"; $a->strings["No user record found for '%s' "] = "Geen gebruiker gevonden voor '%s'"; $a->strings["Our site encryption key is apparently messed up."] = "De encryptie-sleutel van onze webstek is blijkbaar beschadigd."; $a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "Er werd een lege URL gegeven, of de URL kon niet ontcijferd worden door ons."; $a->strings["Contact record was not found for you on our site."] = "We vonden op onze webstek geen contactrecord voor jou."; $a->strings["Site public key not available in contact record for URL %s."] = "Publieke sleutel voor webstek niet beschikbaar in contactrecord voor URL %s."; $a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "Het ID dat jouw systeem aangeeft is een dubbel op ons systeem. Als je opnieuw probeert zou het moeten werken."; -$a->strings["Unable to set your contact credentials on our system."] = ""; +$a->strings["Unable to set your contact credentials on our system."] = "Niet in staat om op dit systeem je contactreferenties in te stellen."; $a->strings["Unable to update your contact profile details on our system"] = ""; $a->strings["Connection accepted at %s"] = "Uw connectie werd geaccepteerd op %s"; $a->strings["%1\$s has joined %2\$s"] = "%1\$s is toegetreden tot %2\$s"; -$a->strings["%1\$s welcomes %2\$s"] = "%1\$s heet %2\$s van harte welkom"; -$a->strings["This introduction has already been accepted."] = "Verzoek is al goedgekeurd"; -$a->strings["Profile location is not valid or does not contain profile information."] = "Profiel is ongeldig of bevat geen informatie"; -$a->strings["Warning: profile location has no identifiable owner name."] = "Waarschuwing: de profiellocatie heeft geen identificeerbare eigenaar."; -$a->strings["Warning: profile location has no profile photo."] = "Waarschuwing: Profieladres heeft geen profielfoto."; -$a->strings["%d required parameter was not found at the given location"] = array( - 0 => "De %d vereiste parameter is niet op het gegeven adres gevonden", - 1 => "De %d vereiste parameters zijn niet op het gegeven adres gevonden", -); -$a->strings["Introduction complete."] = "Verzoek voltooid."; -$a->strings["Unrecoverable protocol error."] = "Onherstelbare protocolfout. "; -$a->strings["Profile unavailable."] = "Profiel onbeschikbaar"; -$a->strings["%s has received too many connection requests today."] = "%s heeft te veel verzoeken gehad vandaag."; -$a->strings["Spam protection measures have been invoked."] = "Beveiligingsmaatregelen tegen spam zijn in werking getreden."; -$a->strings["Friends are advised to please try again in 24 hours."] = "Wij adviseren vrienden om het over 24 uur nog een keer te proberen."; -$a->strings["Invalid locator"] = "Ongeldige plaatsbepaler"; -$a->strings["Invalid email address."] = "Geen geldig e-mailadres"; -$a->strings["This account has not been configured for email. Request failed."] = "Aanvraag mislukt. Dit account is niet geconfigureerd voor e-mail."; -$a->strings["Unable to resolve your name at the provided location."] = "Ik kan jouw naam op het opgegeven adres niet vinden."; -$a->strings["You have already introduced yourself here."] = "Je hebt jezelf hier al voorgesteld."; -$a->strings["Apparently you are already friends with %s."] = "Blijkbaar bent u al bevriend met %s."; -$a->strings["Invalid profile URL."] = "Ongeldig profiel adres."; -$a->strings["Failed to update contact record."] = "Ik kon de contactgegevens niet aanpassen."; -$a->strings["Your introduction has been sent."] = "Je verzoek is verzonden."; -$a->strings["Please login to confirm introduction."] = "Log in om je verzoek te bevestigen."; -$a->strings["Incorrect identity currently logged in. Please login to this profile."] = "Je huidige identiteit is niet de juiste. Log a.u.b. in met dit profiel."; -$a->strings["Hide this contact"] = "Verberg dit contact"; -$a->strings["Welcome home %s."] = "Welkom thuis %s."; -$a->strings["Please confirm your introduction/connection request to %s."] = "Bevestig je vriendschaps-/connectieverzoek voor %s."; -$a->strings["Confirm"] = "Bevestig"; -$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Vul hier uw 'Identiteitsadres' in van een van de volgende ondersteunde communicatienetwerken:"; -$a->strings["Connect as an email follower (Coming soon)"] = "Sluit aan als e-mail volger (Binnenkort)"; -$a->strings["If you are not yet a member of the free social web, follow this link to find a public Friendica site and join us today."] = "Als je nog geen lid bent van het vrije sociale web, volg dan deze link om een openbare Friendica-website te vinden, en sluit je vandaag nog aan."; -$a->strings["Friend/Connection Request"] = "Vriendschaps-/connectieverzoek"; -$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"] = "Voorbeelden: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"; -$a->strings["Please answer the following:"] = "Beantwoord het volgende:"; -$a->strings["Does %s know you?"] = "Kent %s jou?"; -$a->strings["Add a personal note:"] = "Voeg een persoonlijke opmerking toe:"; -$a->strings["StatusNet/Federated Social Web"] = "StatusNet/Gefedereerde Sociale Web"; -$a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = "- Gebruik a.u.b. niet dit formulier. Vul %s in in je Diaspora zoekbalk."; -$a->strings["Your Identity Address:"] = "Adres van uw identiteit:"; -$a->strings["Submit Request"] = "Aanvraag indienen"; -$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s volgt %3\$s van %2\$s"; -$a->strings["Global Directory"] = "Globale gids"; -$a->strings["Find on this site"] = "Op deze website zoeken"; -$a->strings["Finding: "] = "Gevonden:"; -$a->strings["Site Directory"] = "Websitegids"; -$a->strings["Gender: "] = "Geslacht:"; -$a->strings["No entries (some entries may be hidden)."] = "Geen gegevens (sommige gegevens kunnen verborgen zijn)."; -$a->strings["Do you really want to delete this suggestion?"] = "Wil je echt dit voorstel verwijderen?"; -$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Geen voorstellen beschikbaar. Als dit een nieuwe website is, kun je het over 24 uur nog eens proberen."; -$a->strings["Ignore/Hide"] = "Negeren/Verbergen"; -$a->strings["People Search"] = "Mensen Zoeken"; -$a->strings["No matches"] = "Geen resultaten"; -$a->strings["No videos selected"] = "Geen video's geselecteerd"; -$a->strings["Access to this item is restricted."] = "Toegang tot dit item is beperkt."; -$a->strings["View Album"] = "Album bekijken"; -$a->strings["Recent Videos"] = "Recente video's"; -$a->strings["Upload New Videos"] = "Nieuwe video's uploaden"; -$a->strings["Tag removed"] = "Label verwijderd"; -$a->strings["Remove Item Tag"] = "Verwijder label van item"; -$a->strings["Select a tag to remove: "] = "Selecteer een label om te verwijderen: "; -$a->strings["Item not found"] = "Item niet gevonden"; -$a->strings["Edit post"] = "Bericht bewerken"; -$a->strings["Event title and start time are required."] = "Titel en begintijd van de gebeurtenis zijn vereist."; -$a->strings["l, F j"] = "l j F"; -$a->strings["Edit event"] = "Gebeurtenis bewerken"; -$a->strings["Create New Event"] = "Maak een nieuwe gebeurtenis"; -$a->strings["Previous"] = "Vorige"; -$a->strings["Next"] = "Volgende"; -$a->strings["hour:minute"] = "uur:minuut"; -$a->strings["Event details"] = "Gebeurtenis details"; -$a->strings["Format is %s %s. Starting date and Title are required."] = "Formaat is %s %s. Begindatum en titel zijn vereist."; -$a->strings["Event Starts:"] = "Gebeurtenis begint:"; -$a->strings["Required"] = "Vereist"; -$a->strings["Finish date/time is not known or not relevant"] = "Einddatum/tijd is niet gekend of niet relevant"; -$a->strings["Event Finishes:"] = "Gebeurtenis eindigt:"; -$a->strings["Adjust for viewer timezone"] = "Pas aan aan de tijdzone van de gebruiker"; -$a->strings["Description:"] = "Beschrijving:"; -$a->strings["Title:"] = "Titel:"; -$a->strings["Share this event"] = "Deel deze gebeurtenis"; -$a->strings["Files"] = "Bestanden"; -$a->strings["Export account"] = "Account exporteren"; -$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "Je account informatie en contacten exporteren. Gebruik dit om een backup van je account te maken en/of om het te verhuizen naar een andere server."; -$a->strings["Export all"] = "Alles exporteren"; -$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "Je account info, contacten en al je items in json formaat exporteren. Dit kan een heel groot bestand worden, en kan lang duren. Gebruik dit om een volledige backup van je account te maken (foto's worden niet geexporteerd)"; -$a->strings["- select -"] = "- Kies -"; -$a->strings["[Embedded content - reload page to view]"] = "[Ingebedde inhoud - herlaad pagina om het te bekijken]"; -$a->strings["Contact added"] = "Contact toegevoegd"; -$a->strings["This is Friendica, version"] = "Dit is Friendica, versie"; -$a->strings["running at web location"] = "draaiend op web-adres"; -$a->strings["Please visit Friendica.com to learn more about the Friendica project."] = "Bezoek Friendica.com om meer te leren over het Friendica project."; -$a->strings["Bug reports and issues: please visit"] = "Bug rapporten en problemen: bezoek"; -$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Suggesties, lof, donaties, enzovoort - stuur een e-mail naar \"info\" op Friendica - dot com"; -$a->strings["Installed plugins/addons/apps:"] = "Geïnstalleerde plugins/toepassingen:"; -$a->strings["No installed plugins/addons/apps"] = "Geen plugins of toepassingen geïnstalleerd"; -$a->strings["Friend suggestion sent."] = "Vriendschapsvoorstel verzonden."; -$a->strings["Suggest Friends"] = "Stel vrienden voor"; -$a->strings["Suggest a friend for %s"] = "Stel een vriend voor voor %s"; -$a->strings["Group created."] = "Groep aangemaakt."; -$a->strings["Could not create group."] = "Kon de groep niet aanmaken."; -$a->strings["Group not found."] = "Groep niet gevonden."; -$a->strings["Group name changed."] = "Groepsnaam gewijzigd."; -$a->strings["Create a group of contacts/friends."] = "Maak een groep contacten/vrienden aan."; -$a->strings["Group Name: "] = "Groepsnaam:"; -$a->strings["Group removed."] = "Groep verwijderd."; -$a->strings["Unable to remove group."] = "Niet in staat om groep te verwijderen."; -$a->strings["Group Editor"] = "Groepsbewerker"; -$a->strings["Members"] = "Leden"; -$a->strings["All Contacts"] = "Alle Contacten"; -$a->strings["No profile"] = "Geen profiel"; -$a->strings["Help:"] = "Help:"; -$a->strings["Not Found"] = "Niet gevonden"; -$a->strings["Page not found."] = "Pagina niet gevonden"; -$a->strings["No contacts."] = "Geen contacten."; -$a->strings["Welcome to %s"] = "Welkom op %s"; -$a->strings["Access denied."] = "Toegang geweigerd"; -$a->strings["File exceeds size limit of %d"] = "Bestand is groter dan de toegelaten %d"; -$a->strings["File upload failed."] = "Uploaden van bestand mislukt."; -$a->strings["Image exceeds size limit of %d"] = "Afbeelding is groter dan de toegestane %d"; -$a->strings["Unable to process image."] = "Niet in staat om de afbeelding te verwerken"; -$a->strings["Image upload failed."] = "Uploaden van afbeelding mislukt."; -$a->strings["Total invitation limit exceeded."] = "Totale uitnodigingslimiet overschreden."; -$a->strings["%s : Not a valid email address."] = "%s: Geen geldig e-mailadres."; -$a->strings["Please join us on Friendica"] = "Kom bij ons op Friendica"; -$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Uitnodigingslimiet overschreden. Neem contact op met de beheerder van je website."; -$a->strings["%s : Message delivery failed."] = "%s : Aflevering van bericht mislukt."; -$a->strings["%d message sent."] = array( - 0 => "%d bericht verzonden.", - 1 => "%d berichten verzonden.", -); -$a->strings["You have no more invitations available"] = "Je kunt geen uitnodigingen meer sturen"; -$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = "Bezoek %s voor een lijst van openbare sites waar je je kunt aansluiten. Friendica leden op andere sites kunnen allemaal met elkaar verbonden worden, en ook met leden van verschillende andere sociale netwerken."; -$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "Om deze uitnodiging te accepteren kan je je op %s registreren of op een andere vrij toegankelijke Friendica-website."; -$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "Friendica servers zijn allemaal onderling verbonden om een reusachtig sociaal web te maken met verbeterde privacy, dat eigendom is van en gecontroleerd door zijn leden. Ze kunnen ook verbindingen maken met verschillende traditionele sociale netwerken. Bekijk %s voor een lijst van alternatieve Friendica servers waar je aan kunt sluiten."; -$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Onze verontschuldigingen. Dit systeem is momenteel niet ingesteld om verbinding te maken met andere openbare plaatsen of leden uit te nodigen."; -$a->strings["Send invitations"] = "Verstuur uitnodigingen"; -$a->strings["Enter email addresses, one per line:"] = "Vul e-mailadressen in, één per lijn:"; -$a->strings["Your message:"] = "Jouw bericht:"; -$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "Ik nodig je vriendelijk uit om bij mij en andere vrienden te komen op Friendica - en ons te helpen om een beter sociaal web te bouwen."; -$a->strings["You will need to supply this invitation code: \$invite_code"] = "Je zult deze uitnodigingscode moeten invullen: \$invite_code"; -$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Eens je geregistreerd bent kun je contact leggen met mij via mijn profielpagina op:"; -$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendica.com"] = "Voor meer informatie over het Friendica project en waarom wij denken dat het belangrijk is kun je http://friendica.com/ bezoeken"; -$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = ""; -$a->strings["No recipient selected."] = "Geen ontvanger geselecteerd."; -$a->strings["Unable to check your home location."] = "Niet in staat om je huidige locatie vast te stellen"; -$a->strings["Message could not be sent."] = "Bericht kon niet verzonden worden."; -$a->strings["Message collection failure."] = "Fout bij het verzamelen van berichten."; -$a->strings["Message sent."] = "Bericht verzonden."; -$a->strings["No recipient."] = "Geen ontvanger."; -$a->strings["Send Private Message"] = "Verstuur privébericht"; -$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "Als je wilt dat %s antwoordt moet je nakijken dat de privacy-instellingen op jouw website privéberichten van onbekende afzenders toelaat."; -$a->strings["To:"] = "Aan:"; -$a->strings["Subject:"] = "Onderwerp:"; -$a->strings["Time Conversion"] = "Tijdsconversie"; -$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica biedt deze dienst aan om gebeurtenissen te delen met andere netwerken en vrienden in onbekende tijdzones."; -$a->strings["UTC time: %s"] = "UTC tijd: %s"; -$a->strings["Current timezone: %s"] = "Huidige Tijdzone: %s"; -$a->strings["Converted localtime: %s"] = "Omgerekende lokale tijd: %s"; -$a->strings["Please select your timezone:"] = "Selecteer je tijdzone:"; -$a->strings["Remote privacy information not available."] = "Privacyinformatie op afstand niet beschikbaar."; -$a->strings["Visible to:"] = "Zichtbaar voor:"; +$a->strings["Authorize application connection"] = ""; +$a->strings["Return to your app and insert this Securty Code:"] = ""; +$a->strings["Please login to continue."] = "Log in om verder te 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 toepassing toestemming geven om jouw berichten en contacten in te kijken, en/of nieuwe berichten in jouw plaats aan te maken?"; $a->strings["No valid account found."] = "Geen geldige account gevonden."; $a->strings["Password reset request issued. Check your email."] = "Verzoek om wachtwoord opnieuw in te stellen werd verstuurd. Kijk uw e-mail na."; $a->strings["Password reset requested at %s"] = "Op %s werd gevraagd je wachtwoord opnieuw in te stellen"; $a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Verzoek kon niet geverifieerd worden. (Misschien heb je het voordien al ingediend.) Wachtwoord niet opnieuw ingesteld."; -$a->strings["Password Reset"] = "Wachtwoord opnieuw instellen"; $a->strings["Your password has been reset as requested."] = "Je wachtwoord is opnieuw ingesteld zoals gevraagd."; $a->strings["Your new password is"] = "Je nieuwe wachtwoord is"; $a->strings["Save or copy your new password - and then"] = "Bewaar of kopieer je nieuw wachtwoord - en dan"; @@ -1247,34 +247,64 @@ $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 het om je wachtwoord opnieuw in te stellen. Kijk dan je e-mail na voor verdere instructies."; $a->strings["Nickname or Email: "] = "Bijnaam of e-mail:"; $a->strings["Reset"] = "Opnieuw"; -$a->strings["System down for maintenance"] = "Systeem onbeschikbaar wegens onderhoud"; -$a->strings["Manage Identities and/or Pages"] = "Beheer Identiteiten en/of Pagina's"; -$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Wissel tussen verschillende identiteiten of groeppagina's die jouw accountdetails delen of waar je \"beheerdersrechten\" hebt gekregen."; -$a->strings["Select an identity to manage: "] = "Selecteer een identiteit om te beheren:"; -$a->strings["Profile Match"] = "Profielmatch"; -$a->strings["No keywords to match. Please add keywords to your default profile."] = "Geen sleutelwoorden om te zoeken. Voeg sleutelwoorden toe aan je standaard profiel."; -$a->strings["is interested in:"] = "Is geïnteresseerd in:"; -$a->strings["Unable to locate contact information."] = "Ik kan geen contact informatie vinden."; -$a->strings["Do you really want to delete this message?"] = "Wil je echt dit bericht verwijderen?"; -$a->strings["Message deleted."] = "Bericht verwijderd."; -$a->strings["Conversation removed."] = "Gesprek verwijderd."; -$a->strings["No messages."] = "Geen berichten."; -$a->strings["Unknown sender - %s"] = "Onbekende afzender - %s"; -$a->strings["You and %s"] = "Jij en %s"; -$a->strings["%s and You"] = "%s en jij"; -$a->strings["Delete conversation"] = "Verwijder gesprek"; -$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A"; -$a->strings["%d message"] = array( - 0 => "%d bericht", - 1 => "%d berichten", -); -$a->strings["Message not available."] = "Bericht niet beschikbaar."; -$a->strings["Delete message"] = "Verwijder bericht"; -$a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = "Geen beveiligde communicatie beschikbaar. Je kunt misschien antwoorden vanaf de profiel-pagina van de afzender."; -$a->strings["Send Reply"] = "Verstuur Antwoord"; -$a->strings["Mood"] = "Stemming"; -$a->strings["Set your current mood and tell your friends"] = "Stel je huidige stemming in, en vertel het je vrienden"; +$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = ""; +$a->strings["No recipient selected."] = "Geen ontvanger geselecteerd."; +$a->strings["Unable to check your home location."] = "Niet in staat om je tijdlijn-locatie vast te stellen"; +$a->strings["Message could not be sent."] = "Bericht kon niet verzonden worden."; +$a->strings["Message collection failure."] = "Fout bij het verzamelen van berichten."; +$a->strings["Message sent."] = "Bericht verzonden."; +$a->strings["No recipient."] = "Geen ontvanger."; +$a->strings["Please enter a link URL:"] = "Vul een internetadres/URL in:"; +$a->strings["Send Private Message"] = "Verstuur privébericht"; +$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "Als je wilt dat %s antwoordt moet je nakijken dat de privacy-instellingen op jouw website privéberichten van onbekende afzenders toelaat."; +$a->strings["To:"] = "Aan:"; +$a->strings["Subject:"] = "Onderwerp:"; +$a->strings["Your message:"] = "Jouw bericht:"; +$a->strings["Upload photo"] = "Foto uploaden"; +$a->strings["Insert web link"] = "Voeg een webadres in"; +$a->strings["Welcome to Friendica"] = "Welkom bij Friendica"; +$a->strings["New Member Checklist"] = "Checklist voor nieuwe leden"; +$a->strings["We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."] = "We willen je een paar tips en verwijzingen aanreiken om je een aangename ervaring te bezorgen. Klik op een item om de relevante pagina's te bezoeken. Een verwijzing naar deze pagina zal twee weken lang na je registratie zichtbaar zijn op je tijdlijn. Daarna zal de verwijzing stilletjes verdwijnen."; +$a->strings["Getting Started"] = "Aan de slag"; +$a->strings["Friendica Walk-Through"] = "Doorloop Friendica"; +$a->strings["On your Quick Start page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."] = "Op je Snelstart pagina kun je een korte inleiding vinden over je profiel en netwerk tabs, om enkele nieuwe connecties te leggen en groepen te vinden om lid van te worden."; +$a->strings["Go to Your Settings"] = "Ga naar je instellingen"; +$a->strings["On your Settings page - change your initial password. Also make a note of your Identity Address. This looks just like an email address - and will be useful in making friends on the free social web."] = "Verander je initieel wachtwoord op je instellingenpagina. Noteer ook het adres van je identiteit. Dit ziet er uit als een e-mailadres - en zal nuttig zijn om vrienden te maken op het vrije sociale web."; +$a->strings["Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you."] = "Controleer ook de andere instellingen, in het bijzonder de privacy-instellingen. Een niet-gepubliceerd adres is zoals een privé-telefoonnummer. In het algemeen wil je waarschijnlijk je adres publiceren - tenzij al je vrienden en mogelijke vrienden precies weten hoe je te vinden."; +$a->strings["Upload Profile Photo"] = "Profielfoto uploaden"; +$a->strings["Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not."] = "Upload een profielfoto, als je dat nog niet gedaan hebt. Studies tonen aan dat mensen met echte foto's van zichzelf tien keer gemakkelijker vrienden maken dan mensen die dat niet doen."; +$a->strings["Edit Your Profile"] = "Bewerk je profiel"; +$a->strings["Edit your default profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."] = "Bewerk je standaard profiel zoals je wilt. Controleer de instellingen om je vriendenlijst te verbergen, en om je profiel voor ongekende bezoekers te verbergen."; +$a->strings["Profile Keywords"] = "Sleutelwoorden voor dit profiel"; +$a->strings["Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships."] = "Stel enkele openbare sleutelwoorden in voor je standaard profiel die je interesses beschrijven. We kunnen dan misschien mensen vinden met gelijkaardige interesses, en vrienden voorstellen."; +$a->strings["Connecting"] = "Verbinding aan het maken"; +$a->strings["Facebook"] = "Facebook"; +$a->strings["Authorise the Facebook Connector if you currently have a Facebook account and we will (optionally) import all your Facebook friends and conversations."] = "Machtig de Facebook Connector als je een Facebook account hebt. We zullen (optioneel) al je Facebook vrienden en conversaties importeren."; +$a->strings["If this is your own personal server, installing the Facebook addon may ease your transition to the free social web."] = "Als dit jouw eigen persoonlijke server is kan het installeren van de Facebook toevoeging je overgang naar het vrije sociale web vergemakkelijken."; +$a->strings["Importing Emails"] = "E-mails importeren"; +$a->strings["Enter your email access information on your Connector Settings page if you wish to import and interact with friends or mailing lists from your email INBOX"] = "Vul je e-mailtoegangsinformatie in op je pagina met verbindingsinstellingen als je vrienden of mailinglijsten uit je e-mail-inbox wilt importeren, en met hen wilt communiceren"; +$a->strings["Go to Your Contacts Page"] = "Ga naar je contactenpagina"; +$a->strings["Your Contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the Add New Contact dialog."] = "Je contactenpagina is jouw poort om vriendschappen te beheren en verbinding te leggen met vrienden op andere netwerken. Je kunt hun adres of URL toevoegen in de Voeg nieuw contact toe dialoog."; +$a->strings["Go to Your Site's Directory"] = "Ga naar de gids van je website"; +$a->strings["The Directory page lets you find other people in this network or other federated sites. Look for a Connect or Follow link on their profile page. Provide your own Identity Address if requested."] = "In de gids vind je andere mensen in dit netwerk of op andere federatieve sites. Zoek naar het woord Connect of Follow op hun profielpagina (meestal aan de linkerkant). Vul je eigen identiteitsadres in wanneer daar om wordt gevraagd."; +$a->strings["Finding New People"] = "Nieuwe mensen vinden"; +$a->strings["On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours."] = "Op het zijpaneel van de Contacten pagina vind je verschillende tools om nieuwe vrienden te zoeken. We kunnen mensen op interesses matchen, mensen opzoeken op naam of hobby, en suggesties doen gebaseerd op netwerk-relaties. Op een nieuwe webstek beginnen vriendschapssuggesties meestal binnen de 24 uur beschikbaar te worden."; +$a->strings["Groups"] = "Groepen"; +$a->strings["Group Your Contacts"] = "Groepeer je contacten"; +$a->strings["Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page."] = "Als je een aantal vrienden gemaakt hebt kun je ze in je eigen conversatiegroepen indelen vanuit de zijbalk van je 'Conacten' pagina, en dan kun je met elke groep apart contact houden op je Netwerk pagina. "; +$a->strings["Why Aren't My Posts Public?"] = "Waarom zijn mijn berichten niet openbaar?"; +$a->strings["Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above."] = "Friendica respecteert je privacy. Standaard zullen je berichten alleen zichtbaar zijn voor personen die jij als vriend hebt toegevoegd. Lees de help (zie de verwijzing hierboven) voor meer informatie."; +$a->strings["Getting Help"] = "Hulp krijgen"; +$a->strings["Go to the Help Section"] = "Ga naar de help"; +$a->strings["Our help pages may be consulted for detail on other program features and resources."] = "Je kunt onze help pagina's raadplegen voor gedetailleerde informatie over andere functies van dit programma."; +$a->strings["Do you really want to delete this suggestion?"] = "Wil je echt dit voorstel verwijderen?"; +$a->strings["Cancel"] = "Annuleren"; +$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Geen voorstellen beschikbaar. Als dit een nieuwe website is, kun je het over 24 uur nog eens proberen."; +$a->strings["Ignore/Hide"] = "Negeren/Verbergen"; $a->strings["Search Results For:"] = "Zoekresultaten voor:"; +$a->strings["Remove term"] = "Verwijder zoekterm"; +$a->strings["Saved Searches"] = "Opgeslagen zoekopdrachten"; +$a->strings["add"] = "toevoegen"; $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"; @@ -1298,124 +328,6 @@ $a->strings["Group: "] = "Groep:"; $a->strings["Contact: "] = "Contact: "; $a->strings["Private messages to this person are at risk of public disclosure."] = "Privéberichten naar deze persoon kunnen openbaar gemaakt worden."; $a->strings["Invalid contact."] = "Ongeldig contact."; -$a->strings["Invalid request identifier."] = "Ongeldige request identifier."; -$a->strings["Discard"] = "Verwerpen"; -$a->strings["Ignore"] = "Negeren"; -$a->strings["System"] = "Systeem"; -$a->strings["Show Ignored Requests"] = "Toon genegeerde verzoeken"; -$a->strings["Hide Ignored Requests"] = "Verberg genegeerde verzoeken"; -$a->strings["Notification type: "] = "Notificatiesoort:"; -$a->strings["Friend Suggestion"] = "Vriendschapsvoorstel"; -$a->strings["suggested by %s"] = "Voorgesteld door %s"; -$a->strings["Hide this contact from others"] = "Verberg dit contact voor anderen"; -$a->strings["Post a new friend activity"] = "Bericht over een nieuwe vriend"; -$a->strings["if applicable"] = "Indien toepasbaar"; -$a->strings["Claims to be known to you: "] = "Denkt dat u hem of haar kent:"; -$a->strings["yes"] = "Ja"; -$a->strings["no"] = "Nee"; -$a->strings["Approve as: "] = "Goedkeuren als:"; -$a->strings["Friend"] = "Vriend"; -$a->strings["Sharer"] = "Deler"; -$a->strings["Fan/Admirer"] = "Fan/Bewonderaar"; -$a->strings["Friend/Connect Request"] = "Vriendschapsverzoek"; -$a->strings["New Follower"] = "Nieuwe Volger"; -$a->strings["No introductions."] = "Geen vriendschaps- of connectieverzoeken."; -$a->strings["%s liked %s's post"] = "%s vond het bericht van %s leuk"; -$a->strings["%s disliked %s's post"] = "%s vond het bericht van %s niet leuk"; -$a->strings["%s is now friends with %s"] = "%s is nu bevriend met %s"; -$a->strings["%s created a new post"] = "%s schreef een nieuw bericht"; -$a->strings["%s commented on %s's post"] = "%s gaf een reactie op het bericht van %s"; -$a->strings["No more network notifications."] = "Geen netwerk notificaties meer"; -$a->strings["Network Notifications"] = "Netwerk Notificaties"; -$a->strings["No more system notifications."] = "Geen systeem notificaties meer."; -$a->strings["System Notifications"] = "Systeem Notificaties"; -$a->strings["No more personal notifications."] = "Geen persoonlijke notificaties meer"; -$a->strings["Personal Notifications"] = "Persoonlijke Notificaties"; -$a->strings["No more home notifications."] = "Geen home-notificaties meer"; -$a->strings["Home Notifications"] = "Home-otificaties"; -$a->strings["Photo Albums"] = "Fotoalbums"; -$a->strings["Contact Photos"] = "Contactfoto's"; -$a->strings["Upload New Photos"] = "Nieuwe foto's uploaden"; -$a->strings["Contact information unavailable"] = "Contactinformatie niet beschikbaar"; -$a->strings["Album not found."] = "Album niet gevonden"; -$a->strings["Delete Album"] = "Verwijder album"; -$a->strings["Do you really want to delete this photo album and all its photos?"] = "Wil je echt dit fotoalbum en alle foto's erin verwijderen?"; -$a->strings["Delete Photo"] = "Verwijder foto"; -$a->strings["Do you really want to delete this photo?"] = "Wil je echt deze foto verwijderen?"; -$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s is gelabeld in %2\$s door %3\$s"; -$a->strings["a photo"] = "een foto"; -$a->strings["Image exceeds size limit of "] = "Afbeelding is groter dan de maximale afmeting van"; -$a->strings["Image file is empty."] = "Afbeeldingsbestand is leeg."; -$a->strings["No photos selected"] = "Geen foto's geselecteerd"; -$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "Je hebt %1$.2f Mbytes van %2$.2f Mbytes foto-opslagruimte gebruikt."; -$a->strings["Upload Photos"] = "Upload foto's"; -$a->strings["New album name: "] = "Nieuwe albumnaam: "; -$a->strings["or existing album name: "] = "of bestaande albumnaam: "; -$a->strings["Do not show a status post for this upload"] = "Toon geen status post voor deze upload"; -$a->strings["Permissions"] = "Rechten"; -$a->strings["Private Photo"] = "Privé foto"; -$a->strings["Public Photo"] = "Publieke foto"; -$a->strings["Edit Album"] = "Album wijzigen"; -$a->strings["Show Newest First"] = "Toon niewste eerst"; -$a->strings["Show Oldest First"] = "Toon oudste eerst"; -$a->strings["View Photo"] = "Bekijk foto"; -$a->strings["Permission denied. Access to this item may be restricted."] = "Toegang geweigerd. Toegang tot dit item is mogelijk beperkt."; -$a->strings["Photo not available"] = "Foto is niet beschikbaar"; -$a->strings["View photo"] = "Bekijk foto"; -$a->strings["Edit photo"] = "Bewerk foto"; -$a->strings["Use as profile photo"] = "Gebruik als profielfoto"; -$a->strings["Private Message"] = "Privébericht"; -$a->strings["View Full Size"] = "Bekijk in volledig formaat"; -$a->strings["Tags: "] = "Labels: "; -$a->strings["[Remove any tag]"] = "[Alle labels verwijderen]"; -$a->strings["Rotate CW (right)"] = "Roteren met de klok mee (rechts)"; -$a->strings["Rotate CCW (left)"] = "Roteren tegen de klok in (links)"; -$a->strings["New album name"] = "Nieuwe albumnaam"; -$a->strings["Caption"] = "Onderschrift"; -$a->strings["Add a Tag"] = "Een label toevoegen"; -$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Voorbeeld: @bob, @Barbara_Jansen, @jan@voorbeeld.nl, #Ardennen, #camping "; -$a->strings["Private photo"] = "Privé foto"; -$a->strings["Public photo"] = "Publieke foto"; -$a->strings["I like this (toggle)"] = "Vind ik leuk (omwisselen)"; -$a->strings["I don't like this (toggle)"] = "Vind ik niet leuk (omwisselen)"; -$a->strings["This is you"] = "Dit ben jij"; -$a->strings["Comment"] = "Reacties"; -$a->strings["Recent Photos"] = "Recente foto's"; -$a->strings["Welcome to Friendica"] = "Welkom bij Friendica"; -$a->strings["New Member Checklist"] = "Checklist voor nieuwe leden"; -$a->strings["We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."] = "We willen je een paar tips en verwijzingen aanreiken om je een aangename ervaring te bezorgen. Klik op een item om de relevante pagina's te bezoeken. Een verwijzing naar deze pagina zal twee weken lang na je registratie zichtbaar zijn op je homepagina. Daarna zal de verwijzing stilletjes verdwijnen."; -$a->strings["Getting Started"] = "Aan de slag"; -$a->strings["Friendica Walk-Through"] = "Doorloop Friendica"; -$a->strings["On your Quick Start page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."] = "Op je Snelstart pagina kun je een korte inleiding vinden over je profiel en netwerk tabs, om enkele nieuwe connecties te leggen en groepen te vinden om lid van te worden."; -$a->strings["Go to Your Settings"] = "Ga naar je instellingen"; -$a->strings["On your Settings page - change your initial password. Also make a note of your Identity Address. This looks just like an email address - and will be useful in making friends on the free social web."] = "Verander je initieel wachtwoord op je instellingenpagina. Noteer ook het adres van je identiteit. Dit ziet er uit als een e-mailadres - en zal nuttig zijn om vrienden te maken op het vrije sociale web."; -$a->strings["Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you."] = "Controleer ook de andere instellingen, in het bijzonder de privacy-instellingen. Een niet-gepubliceerd adres is zoals een privé-telefoonnummer. In het algemeen wil je waarschijnlijk je adres publiceren - tenzij al je vrienden en mogelijke vrienden precies weten hoe je te vinden."; -$a->strings["Upload Profile Photo"] = "Profielfoto uploaden"; -$a->strings["Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not."] = "Laad een profielfoto op, als je dat nog niet gedaan hebt. Studies tonen aan dat mensen met echte foto's van zichzelf tien keer gemakkelijker vrienden maken dan mensen die dat niet doen."; -$a->strings["Edit Your Profile"] = "Bewerk je profiel"; -$a->strings["Edit your default profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."] = "Bewerk je standaard profiel zoals je wilt. Controleer de instellingen om je vriendenlijst te verbergen, en om je profiel voor ongekende bezoekers te verbergen."; -$a->strings["Profile Keywords"] = "Sleutelwoorden voor dit profiel"; -$a->strings["Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships."] = "Stel enkele openbare sleutelwoorden in voor je standaard profiel die je interesses beschrijven. We kunnen dan misschien mensen vinden met gelijkaardige interesses, en vrienden voorstellen."; -$a->strings["Connecting"] = "Verbinding aan het maken"; -$a->strings["Authorise the Facebook Connector if you currently have a Facebook account and we will (optionally) import all your Facebook friends and conversations."] = "Machtig de Facebook Connector als je een Facebook account hebt. We zullen (optioneel) al je Facebook vrienden en conversaties importeren."; -$a->strings["If this is your own personal server, installing the Facebook addon may ease your transition to the free social web."] = "Als dit jouw eigen persoonlijke server is kan het installeren van de Facebook toevoeging je overgang naar het vrije sociale web vergemakkelijken."; -$a->strings["Importing Emails"] = "E-mails importeren"; -$a->strings["Enter your email access information on your Connector Settings page if you wish to import and interact with friends or mailing lists from your email INBOX"] = "Vul je e-mailtoegangsinformatie in op je pagina met verbindingsinstellingen als je vrienden of mailinglijsten uit je e-mail-inbox wilt importeren, en met hen wilt communiceren"; -$a->strings["Go to Your Contacts Page"] = "Ga naar je contactenpagina"; -$a->strings["Your Contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the Add New Contact dialog."] = "Je contactenpagina is jouw poort om vriendschappen te beheren en verbinding te leggen met vrienden op andere netwerken. Je kunt hun adres of URL toevoegen in de Voeg nieuw contact toe dialoog."; -$a->strings["Go to Your Site's Directory"] = "Ga naar de gids van je website"; -$a->strings["The Directory page lets you find other people in this network or other federated sites. Look for a Connect or Follow link on their profile page. Provide your own Identity Address if requested."] = "In de gids vind je andere mensen in dit netwerk of op andere federatieve sites. Zoek naar het woord Connect of Follow op hun profielpagina (meestal aan de linkerkant). Vul je eigen identiteitsadres in wanneer daar om wordt gevraagd."; -$a->strings["Finding New People"] = "Nieuwe mensen vinden"; -$a->strings["On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours."] = "Op het zijpaneel van de Contacten pagina vind je verschillende tools om nieuwe vrienden te zoeken. We kunnen mensen op interesses matchen, mensen opzoeken op naam of hobby, en suggesties doen gebaseerd op netwerk-relaties. Op een nieuwe webstek beginnen vriendschapssuggesties meestal binnen de 24 uur beschikbaar te worden."; -$a->strings["Group Your Contacts"] = "Groepeer je contacten"; -$a->strings["Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page."] = "Als je een aantal vrienden gemaakt hebt kun je ze in je eigen conversatiegroepen indelen vanuit de zijbalk van je 'Conacten' pagina, en dan kun je met elke groep apart contact houden op je Netwerk pagina. "; -$a->strings["Why Aren't My Posts Public?"] = "Waarom zijn mijn berichten niet openbaar?"; -$a->strings["Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above."] = "Friendica respecteert je privacy. Standaard zullen je berichten alleen zichtbaar zijn voor personen die jij als vriend hebt toegevoegd. Lees de help (zie de verwijzing hierboven) voor meer informatie."; -$a->strings["Getting Help"] = "Hulp krijgen"; -$a->strings["Go to the Help Section"] = "Ga naar de help"; -$a->strings["Our help pages may be consulted for detail on other program features and resources."] = "Je kunt onze help pagina's raadplegen voor gedetailleerde informatie over andere functies van dit programma."; -$a->strings["Requested profile is not available."] = "Gevraagde profiel is niet beschikbaar."; -$a->strings["Tips for New Members"] = "Tips voor nieuwe leden"; $a->strings["Friendica Communications Server - Setup"] = ""; $a->strings["Could not connect to database."] = "Kon geen toegang krijgen tot de database."; $a->strings["Could not create table."] = "Kon tabel niet aanmaken."; @@ -1423,6 +335,7 @@ $a->strings["Your Friendica site database has been installed."] = "De database v $a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Het kan nodig zijn om het bestand \"database.sql\" manueel te importeren met phpmyadmin of mysql."; $a->strings["Please see the file \"INSTALL.txt\"."] = "Zie het bestand \"INSTALL.txt\"."; $a->strings["System check"] = "Systeemcontrole"; +$a->strings["Next"] = "Volgende"; $a->strings["Check again"] = "Controleer opnieuw"; $a->strings["Database connection"] = "Verbinding met database"; $a->strings["In order to install Friendica we need to know how to connect to your database."] = "Om Friendica te kunnen installeren moet ik weten hoe ik jouw database kan bereiken."; @@ -1478,6 +391,332 @@ $a->strings["The database configuration file \".htconfig.php\" could not be writ $a->strings["Errors encountered creating database tables."] = "Tijdens het aanmaken van databasetabellen zijn fouten vastgesteld."; $a->strings["

What next

"] = "

Wat nu

"; $a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "BELANGRIJK: Je zult [manueel] een geplande taak moeten aanmaken voor de poller."; +$a->strings["Theme settings updated."] = "Thema instellingen aangepast."; +$a->strings["Site"] = "Website"; +$a->strings["Users"] = "Gebruiker"; +$a->strings["Plugins"] = "Plugins"; +$a->strings["Themes"] = "Thema's"; +$a->strings["DB updates"] = "DB aanpassingen"; +$a->strings["Logs"] = "Logs"; +$a->strings["Admin"] = "Beheer"; +$a->strings["Plugin Features"] = "Plugin Functies"; +$a->strings["User registrations waiting for confirmation"] = "Gebruikersregistraties wachten op bevestiging"; +$a->strings["Normal Account"] = "Normale Account"; +$a->strings["Soapbox Account"] = "Zeepkist Account"; +$a->strings["Community/Celebrity Account"] = "Gemeenschap/Beroemdheid Account"; +$a->strings["Automatic Friend Account"] = "Automatisch Vriendschapsaccount"; +$a->strings["Blog Account"] = "Blog Account"; +$a->strings["Private Forum"] = "Privé Forum"; +$a->strings["Message queues"] = "Bericht-wachtrijen"; +$a->strings["Administration"] = "Beheer"; +$a->strings["Summary"] = "Samenvatting"; +$a->strings["Registered users"] = "Geregistreerde gebruikers"; +$a->strings["Pending registrations"] = "Registraties die in de wacht staan"; +$a->strings["Version"] = "Versie"; +$a->strings["Active plugins"] = "Actieve plug-ins"; +$a->strings["Can not parse base url. Must have at least ://"] = ""; +$a->strings["Site settings updated."] = "Site instellingen gewijzigd."; +$a->strings["No special theme for mobile devices"] = "Geen speciaal thema voor mobiele apparaten"; +$a->strings["Never"] = "Nooit"; +$a->strings["Frequently"] = "Frequent"; +$a->strings["Hourly"] = "elk uur"; +$a->strings["Twice daily"] = "Twee keer per dag"; +$a->strings["Daily"] = "dagelijks"; +$a->strings["Multi user instance"] = "Server voor meerdere gebruikers"; +$a->strings["Closed"] = "Gesloten"; +$a->strings["Requires approval"] = "Toestemming vereist"; +$a->strings["Open"] = "Open"; +$a->strings["No SSL policy, links will track page SSL state"] = "Geen SSL beleid, links zullen SSL status van pagina volgen"; +$a->strings["Force all links to use SSL"] = "Verplicht alle links om SSL te gebruiken"; +$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Zelf-ondertekend certificaat, gebruik SSL alleen voor lokale links (afgeraden)"; +$a->strings["Save Settings"] = ""; +$a->strings["File upload"] = "Uploaden bestand"; +$a->strings["Policies"] = "Beleid"; +$a->strings["Advanced"] = "Geavanceerd"; +$a->strings["Performance"] = "Performantie"; +$a->strings["Relocate - WARNING: advanced function. Could make this server unreachable."] = ""; +$a->strings["Site name"] = "Site naam"; +$a->strings["Banner/Logo"] = "Banner/Logo"; +$a->strings["Additional Info"] = ""; +$a->strings["For public servers: you can add additional information here that will be listed at dir.friendica.com/siteinfo."] = ""; +$a->strings["System language"] = "Systeemtaal"; +$a->strings["System theme"] = "Systeem thema"; +$a->strings["Default system theme - may be over-ridden by user profiles - change theme settings"] = "Standaard systeem thema - kan door gebruikersprofielen veranderd worden - verander thema instellingen"; +$a->strings["Mobile system theme"] = "Mobiel systeem thema"; +$a->strings["Theme for mobile devices"] = "Thema voor mobiele apparaten"; +$a->strings["SSL link policy"] = "Beleid SSL-links"; +$a->strings["Determines whether generated links should be forced to use SSL"] = "Bepaald of gegenereerde verwijzingen verplicht SSL moeten gebruiken"; +$a->strings["Old style 'Share'"] = ""; +$a->strings["Deactivates the bbcode element 'share' for repeating items."] = ""; +$a->strings["Hide help entry from navigation menu"] = "Verberg de 'help' uit het navigatiemenu"; +$a->strings["Hides the menu entry for the Help pages from the navigation menu. You can still access it calling /help directly."] = "Verbergt het menu-item voor de Help pagina's uit het navigatiemenu. Je kunt ze nog altijd vinden door /help direct in te geven."; +$a->strings["Single user instance"] = "Server voor één gebruiker"; +$a->strings["Make this instance multi-user or single-user for the named user"] = "Stel deze server in voor meerdere gebruikers, of enkel voor de geselecteerde gebruiker."; +$a->strings["Maximum image size"] = "Maximum afbeeldingsgrootte"; +$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Maximum afmeting in bytes van afbeeldingen. Standaard is 0, dus geen beperking."; +$a->strings["Maximum image length"] = "Maximum afbeeldingslengte"; +$a->strings["Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits."] = "Maximum lengte in pixels van de langste kant van afbeeldingen. Standaard is -1, dus geen beperkingen."; +$a->strings["JPEG image quality"] = "JPEG afbeeldingskwaliteit"; +$a->strings["Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is full quality."] = "JPEGS zullen met deze kwaliteitsinstelling bewaard worden [0-100]. Standaard is 100, dit is volledige kwaliteit."; +$a->strings["Register policy"] = "Registratiebeleid"; +$a->strings["Maximum Daily Registrations"] = "Maximum aantal registraties per dag"; +$a->strings["If registration is permitted above, this sets the maximum number of new user registrations to accept per day. If register is set to closed, this setting has no effect."] = "Als registratie hierboven is toegelaten, zet dit het maximum aantal registraties van nieuwe gebruikers per dag. Als registratie niet is toegelaten heeft deze instelling geen effect."; +$a->strings["Register text"] = "Registratietekst"; +$a->strings["Will be displayed prominently on the registration page."] = "Dit zal prominent op de registratiepagina getoond worden."; +$a->strings["Accounts abandoned after x days"] = "Verlaten accounts na x dagen"; +$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "Dit zal geen systeembronnen verspillen aan het nakijken van externe sites voor verlaten accounts. Geef 0 is voor geen tijdslimiet."; +$a->strings["Allowed friend domains"] = "Toegelaten vriend domeinen"; +$a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = "Komma-gescheiden lijst van domeinen die een vriendschapsband met deze website mogen aangaan. Jokers zijn toegelaten. Laat leeg om alle domeinen toe te laten."; +$a->strings["Allowed email domains"] = "Toegelaten e-mail domeinen"; +$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 die op deze website mogen registeren. Wildcards zijn toegestaan.\nLeeg laten om alle domeinen toe te staan."; +$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."] = "Kruis dit aan om alle openbare persoonlijke pagina's alleen toegankelijk te maken voor ingelogde gebruikers."; +$a->strings["Force publish"] = "Dwing publiceren af"; +$a->strings["Check to force all profiles on this site to be listed in the site directory."] = "Kruis dit aan om af te dwingen dat alle profielen op deze website in de gids van deze website gepubliceerd worden."; +$a->strings["Global directory update URL"] = "Update-adres van de globale gids"; +$a->strings["URL to update the global directory. If this is not set, the global directory is completely unavailable to the application."] = "URL om de globale gids aan te passen. Als dit niet is ingevuld, is de globale gids volledig onbeschikbaar voor deze toepassing."; +$a->strings["Allow threaded items"] = "Sta threads in conversaties toe"; +$a->strings["Allow infinite level threading for items on this site."] = "Sta oneindige niveaus threads in conversaties op deze website toe."; +$a->strings["Private posts by default for new users"] = "Privéberichten als standaard voor nieuwe gebruikers"; +$a->strings["Set default post permissions for all new members to the default privacy group rather than public."] = "Stel de standaard rechten van berichten voor nieuwe leden op de standaard privacygroep in, in plaats van openbaar."; +$a->strings["Don't include post content in email notifications"] = "De inhoud van het bericht niet insluiten bij e-mailnotificaties"; +$a->strings["Don't include the content of a post/comment/private message/etc. in the email notifications that are sent out from this site, as a privacy measure."] = "De inhoud van berichten/commentaar/privéberichten/enzovoort niet insluiten in e-mailnotificaties die door deze website verzonden worden, voor de bescherming van je privacy."; +$a->strings["Disallow public access to addons listed in the apps menu."] = ""; +$a->strings["Checking this box will restrict addons listed in the apps menu to members only."] = ""; +$a->strings["Don't embed private images in posts"] = ""; +$a->strings["Don't replace locally-hosted private photos in posts with an embedded copy of the image. This means that contacts who receive posts containing private photos will have to authenticate and load each image, which may take a while."] = ""; +$a->strings["Allow Users to set remote_self"] = ""; +$a->strings["With checking this, every user is allowed to mark every contact as a remote_self in the repair contact dialog. Setting this flag on a contact causes mirroring every posting of that contact in the users stream."] = ""; +$a->strings["Block multiple registrations"] = "Blokkeer meerdere registraties"; +$a->strings["Disallow users to register additional accounts for use as pages."] = "Laat niet toe dat gebruikers meerdere accounts aanmaken."; +$a->strings["OpenID support"] = "OpenID ondersteuning"; +$a->strings["OpenID support for registration and logins."] = "OpenID ondersteuning voor registraties en logins."; +$a->strings["Fullname check"] = "Controleer volledige naam"; +$a->strings["Force users to register with a space between firstname and lastname in Full name, as an antispam measure"] = "Verplicht gebruikers om zich te registreren met een spatie tussen voornaam en achternaam, als anti-spam maatregel"; +$a->strings["UTF-8 Regular expressions"] = "UTF-8 reguliere uitdrukkingen"; +$a->strings["Use PHP UTF8 regular expressions"] = "Gebruik PHP UTF8 reguliere uitdrukkingen"; +$a->strings["Show Community Page"] = "Toon Gemeenschapspagina"; +$a->strings["Display a Community page showing all recent public postings on this site."] = "Toon een gemeenschapspagina die alle recente openbare berichten op deze website toont."; +$a->strings["Enable OStatus support"] = "Activeer OStatus ondersteuning"; +$a->strings["Provide built-in OStatus (identi.ca, status.net, etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."] = "Bied ingebouwde Ostatus (identi.ca, status.net, enz.) ondersteuning. Alle communicaties in Ostatus zijn openbaar, dus zullen af en toe privacy waarschuwingen getoond worden."; +$a->strings["OStatus conversation completion interval"] = ""; +$a->strings["How often shall the poller check for new entries in OStatus conversations? This can be a very ressource task."] = ""; +$a->strings["Enable Diaspora support"] = "Activeer Diaspora ondersteuning"; +$a->strings["Provide built-in Diaspora network compatibility."] = "Bied ingebouwde ondersteuning voor het Diaspora netwerk."; +$a->strings["Only allow Friendica contacts"] = "Laat alleen Friendica contacten toe"; +$a->strings["All contacts must use Friendica protocols. All other built-in communication protocols disabled."] = "Alle contacten moeten een Friendica protocol gebruiken. Alle andere ingebouwde communicatieprotocols worden uitgeschakeld."; +$a->strings["Verify SSL"] = "Controleer SSL"; +$a->strings["If you wish, you can turn on strict certificate checking. This will mean you cannot connect (at all) to self-signed SSL sites."] = "Als je wilt kun je striktere certificaat controle activeren. Dit betekent dat je (totaal) niet kunt connecteren met sites die zelf-ondertekende SSL certificaten gebruiken."; +$a->strings["Proxy user"] = "Proxy-gebruiker"; +$a->strings["Proxy URL"] = "Proxy-URL"; +$a->strings["Network timeout"] = "Netwerk timeout"; +$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "Waarde is in seconden. Zet op 0 voor onbeperkt (niet aanbevolen)."; +$a->strings["Delivery interval"] = "Afleverinterval"; +$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."] = "Stel achtergrond processen voor aflevering een aantal seconden uit om systeembelasting te beperken. Aanbevolen: 4-5 voor gedeelde hosten, 2-3 voor virtuele privé servers, 0-1 voor grote servers."; +$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."] = "Stel achtergrondprocessen zoveel seconden uit om de systeembelasting te beperken. Indien 0 wordt het afleverinterval gebruikt."; +$a->strings["Maximum Load Average"] = "Maximum gemiddelde belasting"; +$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Maximum systeembelasting voordat aflever- en poll-processen uitgesteld worden - standaard 50."; +$a->strings["Use MySQL full text engine"] = "Gebruik de tekst-zoekfunctie van MySQL"; +$a->strings["Activates the full text engine. Speeds up search - but can only search for four and more characters."] = "Activeert de zoekmotor. Dit maakt zoeken sneller, maar het kan alleen zoeken naar teksten van minstens vier letters."; +$a->strings["Suppress Language"] = ""; +$a->strings["Suppress language information in meta information about a posting."] = ""; +$a->strings["Path to item cache"] = "Pad naar cache voor items"; +$a->strings["Cache duration in seconds"] = "Cache tijdsduur in seconden"; +$a->strings["How long should the cache files be hold? Default value is 86400 seconds (One day)."] = "Hoe lang moeten bestanden in cache gehouden worden? Standaard waarde is 86400 seconden (een dag)."; +$a->strings["Path for lock file"] = "Pad voor lock bestand"; +$a->strings["Temp path"] = "Tijdelijk pad"; +$a->strings["Base path to installation"] = "Basispad voor installatie"; +$a->strings["New base url"] = ""; +$a->strings["Update has been marked successful"] = "Wijziging succesvol gemarkeerd "; +$a->strings["Executing %s failed. Check system logs."] = "Uitvoering van %s is mislukt. Kijk de systeem logbestanden na."; +$a->strings["Update %s was successfully applied."] = "Wijziging %s geslaagd."; +$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "Wijziging %s gaf geen status terug. We weten niet of de wijziging geslaagd is."; +$a->strings["Update function %s could not be found."] = "Update-functie %s kon niet gevonden worden."; +$a->strings["No failed updates."] = "Geen misluke wijzigingen"; +$a->strings["Failed Updates"] = "Misluke wijzigingen"; +$a->strings["This does not include updates prior to 1139, which did not return a status."] = "Dit is zonder de wijzigingen voor 1139, welke geen status teruggaven."; +$a->strings["Mark success (if update was manually applied)"] = "Markeren als succes (als aanpassing manueel doorgevoerd werd)"; +$a->strings["Attempt to execute this update step automatically"] = "Probeer deze stap automatisch uit te voeren"; +$a->strings["Registration successful. Email send to user"] = ""; +$a->strings["%s user blocked/unblocked"] = array( + 0 => "%s gebruiker geblokkeerd/niet geblokkeerd", + 1 => "%s gebruikers geblokkeerd/niet geblokkeerd", +); +$a->strings["%s user deleted"] = array( + 0 => "%s gebruiker verwijderd", + 1 => "%s gebruikers verwijderd", +); +$a->strings["User '%s' deleted"] = "Gebruiker '%s' verwijderd"; +$a->strings["User '%s' unblocked"] = "Gebruiker '%s' niet meer geblokkeerd"; +$a->strings["User '%s' blocked"] = "Gebruiker '%s' geblokkeerd"; +$a->strings["Add User"] = ""; +$a->strings["select all"] = "Alles selecteren"; +$a->strings["User registrations waiting for confirm"] = "Gebruikersregistraties wachten op een bevestiging"; +$a->strings["User waiting for permanent deletion"] = ""; +$a->strings["Request date"] = "Registratiedatum"; +$a->strings["Name"] = "Naam"; +$a->strings["Email"] = "E-mail"; +$a->strings["No registrations."] = "Geen registraties."; +$a->strings["Approve"] = "Goedkeuren"; +$a->strings["Deny"] = "Weiger"; +$a->strings["Block"] = "Blokkeren"; +$a->strings["Unblock"] = "Blokkering opheffen"; +$a->strings["Site admin"] = "Sitebeheerder"; +$a->strings["Account expired"] = "Account verlopen"; +$a->strings["New User"] = ""; +$a->strings["Register date"] = "Registratiedatum"; +$a->strings["Last login"] = "Laatste login"; +$a->strings["Last item"] = "Laatste item"; +$a->strings["Deleted since"] = ""; +$a->strings["Account"] = "Account"; +$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Geselecteerde gebruikers zullen verwijderd worden!\\n\\nAlles wat deze gebruikers gepost hebben op deze website zal permanent verwijderd worden!\\n\\nBen je zeker?"; +$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?"] = "De gebruiker {0} zal verwijderd worden!\\n\\nAlles wat deze gebruiker gepost heeft op deze website zal permanent verwijderd worden!\\n\\nBen je zeker?"; +$a->strings["Name of the new user."] = ""; +$a->strings["Nickname"] = ""; +$a->strings["Nickname of the new user."] = ""; +$a->strings["Email address of the new user."] = ""; +$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"] = "Schakelaar"; +$a->strings["Author: "] = "Auteur:"; +$a->strings["Maintainer: "] = "Onderhoud:"; +$a->strings["No themes found."] = "Geen thema's gevonden."; +$a->strings["Screenshot"] = "Schermafdruk"; +$a->strings["[Experimental]"] = "[Experimenteel]"; +$a->strings["[Unsupported]"] = "[Niet ondersteund]"; +$a->strings["Log settings updated."] = "Log instellingen gewijzigd"; +$a->strings["Clear"] = "Wis"; +$a->strings["Enable Debugging"] = ""; +$a->strings["Log file"] = "Logbestand"; +$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "De webserver moet hier kunnen schrijven. Relatief t.o.v. van de hoogste folder binnen uw Friendica-installatie."; +$a->strings["Log level"] = "Log niveau"; +$a->strings["Update now"] = "Wijzig nu"; +$a->strings["Close"] = "Afsluiten"; +$a->strings["FTP Host"] = "FTP Server"; +$a->strings["FTP Path"] = "FTP Pad"; +$a->strings["FTP User"] = "FTP Gebruiker"; +$a->strings["FTP Password"] = "FTP wachtwoord"; +$a->strings["Search"] = "Zoeken"; +$a->strings["No results."] = "Geen resultaten."; +$a->strings["Tips for New Members"] = "Tips voor nieuwe leden"; +$a->strings["link"] = "link"; +$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s labelde %3\$s van %2\$s met %4\$s"; +$a->strings["Item not found"] = "Item niet gevonden"; +$a->strings["Edit post"] = "Bericht bewerken"; +$a->strings["upload photo"] = "Foto uploaden"; +$a->strings["Attach file"] = "Bestand bijvoegen"; +$a->strings["attach file"] = "bestand bijvoegen"; +$a->strings["web link"] = "webadres"; +$a->strings["Insert video link"] = "Voeg video toe"; +$a->strings["video link"] = "video adres"; +$a->strings["Insert audio link"] = "Voeg audio adres toe"; +$a->strings["audio link"] = "audio adres"; +$a->strings["Set your location"] = "Stel uw locatie in"; +$a->strings["set location"] = "Stel uw locatie in"; +$a->strings["Clear browser location"] = "Verwijder locatie uit uw webbrowser"; +$a->strings["clear location"] = "Verwijder locatie uit uw webbrowser"; +$a->strings["Permission settings"] = "Instellingen van rechten"; +$a->strings["CC: email addresses"] = "CC: e-mailadressen"; +$a->strings["Public post"] = "Openbare post"; +$a->strings["Set title"] = "Titel plaatsen"; +$a->strings["Categories (comma-separated list)"] = "Categorieën (komma-gescheiden lijst)"; +$a->strings["Example: bob@example.com, mary@example.com"] = "Voorbeeld: bob@voorbeeld.nl, an@voorbeeld.be"; +$a->strings["Item not available."] = "Item niet beschikbaar"; +$a->strings["Item was not found."] = "Item niet gevonden"; +$a->strings["Account approved."] = "Account goedgekeurd."; +$a->strings["Registration revoked for %s"] = "Registratie ingetrokken voor %s"; +$a->strings["Please login."] = "Log a.u.b. in."; +$a->strings["Find on this site"] = "Op deze website zoeken"; +$a->strings["Finding: "] = "Gevonden:"; +$a->strings["Site Directory"] = "Websitegids"; +$a->strings["Find"] = "Zoek"; +$a->strings["Age: "] = "Leeftijd:"; +$a->strings["Gender: "] = "Geslacht:"; +$a->strings["About:"] = "Over:"; +$a->strings["No entries (some entries may be hidden)."] = "Geen gegevens (sommige gegevens kunnen verborgen zijn)."; +$a->strings["Contact settings applied."] = "Contactinstellingen toegepast."; +$a->strings["Contact update failed."] = "Aanpassen van contact mislukt."; +$a->strings["Repair Contact Settings"] = "Contactinstellingen herstellen"; +$a->strings["WARNING: This is highly advanced and if you enter incorrect information your communications with this contact may stop working."] = ""; +$a->strings["Please use your browser 'Back' button now if you are uncertain what to do on this page."] = "Gebruik nu de \"terug\"-knop in je webbrowser wanneer je niet weet wat je op deze pagina moet doen."; +$a->strings["Return to contact editor"] = "Ga terug naar contactbewerker"; +$a->strings["Account Nickname"] = "Bijnaam account"; +$a->strings["@Tagname - overrides Name/Nickname"] = "@Labelnaam - krijgt voorrang op naam/bijnaam"; +$a->strings["Account URL"] = "URL account"; +$a->strings["Friend Request URL"] = "URL vriendschapsverzoek"; +$a->strings["Friend Confirm URL"] = ""; +$a->strings["Notification Endpoint URL"] = ""; +$a->strings["Poll/Feed URL"] = "URL poll/feed"; +$a->strings["New photo from this URL"] = "Nieuwe foto van deze URL"; +$a->strings["Remote Self"] = ""; +$a->strings["Mirror postings from this contact"] = ""; +$a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = ""; +$a->strings["Move account"] = "Account verplaatsen"; +$a->strings["You can import an account from another Friendica server."] = "Je kunt een account van een andere Friendica server importeren."; +$a->strings["You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."] = "Je moet je account bij de oude server exporteren, en hier uploaden. We zullen je oude account hier opnieuw aanmaken, met al je contacten. We zullen ook proberen om je vrienden in te lichten dat je naar hier verhuisd bent."; +$a->strings["This feature is experimental. We can't import contacts from the OStatus network (statusnet/identi.ca) or from Diaspora"] = "Deze functie is experimenteel. We kunnen geen contacten van het OStatus netwerk (statusnet/identi.ca) of van Diaspora importeren."; +$a->strings["Account file"] = "Account bestand"; +$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = ""; +$a->strings["Remote privacy information not available."] = "Privacyinformatie op afstand niet beschikbaar."; +$a->strings["Visible to:"] = "Zichtbaar voor:"; +$a->strings["Save"] = "Bewaren"; +$a->strings["Help:"] = "Help:"; +$a->strings["Help"] = "Help"; +$a->strings["No profile"] = "Geen profiel"; +$a->strings["This introduction has already been accepted."] = "Verzoek is al goedgekeurd"; +$a->strings["Profile location is not valid or does not contain profile information."] = "Profiel is ongeldig of bevat geen informatie"; +$a->strings["Warning: profile location has no identifiable owner name."] = "Waarschuwing: de profiellocatie heeft geen identificeerbare eigenaar."; +$a->strings["Warning: profile location has no profile photo."] = "Waarschuwing: Profieladres heeft geen profielfoto."; +$a->strings["%d required parameter was not found at the given location"] = array( + 0 => "De %d vereiste parameter is niet op het gegeven adres gevonden", + 1 => "De %d vereiste parameters zijn niet op het gegeven adres gevonden", +); +$a->strings["Introduction complete."] = "Verzoek voltooid."; +$a->strings["Unrecoverable protocol error."] = "Onherstelbare protocolfout. "; +$a->strings["Profile unavailable."] = "Profiel onbeschikbaar"; +$a->strings["%s has received too many connection requests today."] = "%s heeft te veel verzoeken gehad vandaag."; +$a->strings["Spam protection measures have been invoked."] = "Beveiligingsmaatregelen tegen spam zijn in werking getreden."; +$a->strings["Friends are advised to please try again in 24 hours."] = "Wij adviseren vrienden om het over 24 uur nog een keer te proberen."; +$a->strings["Invalid locator"] = "Ongeldige plaatsbepaler"; +$a->strings["Invalid email address."] = "Geen geldig e-mailadres"; +$a->strings["This account has not been configured for email. Request failed."] = "Aanvraag mislukt. Dit account is niet geconfigureerd voor e-mail."; +$a->strings["Unable to resolve your name at the provided location."] = "Ik kan jouw naam op het opgegeven adres niet vinden."; +$a->strings["You have already introduced yourself here."] = "Je hebt jezelf hier al voorgesteld."; +$a->strings["Apparently you are already friends with %s."] = "Blijkbaar bent u al bevriend met %s."; +$a->strings["Invalid profile URL."] = "Ongeldig profiel adres."; +$a->strings["Disallowed profile URL."] = "Niet toegelaten profiel adres."; +$a->strings["Failed to update contact record."] = "Ik kon de contactgegevens niet aanpassen."; +$a->strings["Your introduction has been sent."] = "Je verzoek is verzonden."; +$a->strings["Please login to confirm introduction."] = "Log in om je verzoek te bevestigen."; +$a->strings["Incorrect identity currently logged in. Please login to this profile."] = "Je huidige identiteit is niet de juiste. Log a.u.b. in met dit profiel."; +$a->strings["Hide this contact"] = "Verberg dit contact"; +$a->strings["Welcome home %s."] = "Welkom terug %s."; +$a->strings["Please confirm your introduction/connection request to %s."] = "Bevestig je vriendschaps-/connectieverzoek voor %s."; +$a->strings["Confirm"] = "Bevestig"; +$a->strings["[Name Withheld]"] = "[Naam achtergehouden]"; +$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Vul hier uw 'Identiteitsadres' in van een van de volgende ondersteunde communicatienetwerken:"; +$a->strings["Connect as an email follower (Coming soon)"] = "Sluit aan als e-mail volger (Binnenkort)"; +$a->strings["If you are not yet a member of the free social web, follow this link to find a public Friendica site and join us today."] = "Als je nog geen lid bent van het vrije sociale web, volg dan deze link om een openbare Friendica-website te vinden, en sluit je vandaag nog aan."; +$a->strings["Friend/Connection Request"] = "Vriendschaps-/connectieverzoek"; +$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"] = "Voorbeelden: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"; +$a->strings["Please answer the following:"] = "Beantwoord het volgende:"; +$a->strings["Does %s know you?"] = "Kent %s jou?"; +$a->strings["Add a personal note:"] = "Voeg een persoonlijke opmerking toe:"; +$a->strings["Friendica"] = "Friendica"; +$a->strings["StatusNet/Federated Social Web"] = "StatusNet/Gefedereerde Sociale Web"; +$a->strings["Diaspora"] = "Diaspora"; +$a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = "- Gebruik a.u.b. niet dit formulier. Vul %s in in je Diaspora zoekbalk."; +$a->strings["Your Identity Address:"] = "Adres van uw identiteit:"; +$a->strings["Submit Request"] = "Aanvraag indienen"; +$a->strings["[Embedded content - reload page to view]"] = "[Ingebedde inhoud - herlaad pagina om het te bekijken]"; +$a->strings["View in context"] = "In context bekijken"; +$a->strings["%d contact edited."] = array( + 0 => "", + 1 => "", +); $a->strings["Could not access contact record."] = "Kon geen toegang krijgen tot de contactgegevens"; $a->strings["Could not locate selected profile."] = "Kon het geselecteerde profiel niet vinden."; $a->strings["Contact updated."] = "Contact bijgewerkt."; @@ -1497,10 +736,15 @@ $a->strings["(Update was successful)"] = "(Wijziging is geslaagd)"; $a->strings["(Update was not successful)"] = "(Wijziging is niet geslaagd)"; $a->strings["Suggest friends"] = "Stel vrienden voor"; $a->strings["Network type: %s"] = "Netwerk type: %s"; +$a->strings["%d contact in common"] = array( + 0 => "%d gedeeld contact", + 1 => "%d gedeelde contacten", +); $a->strings["View all contacts"] = "Alle contacten zien"; $a->strings["Toggle Blocked status"] = "Schakel geblokkeerde status"; $a->strings["Unignore"] = "Negeer niet meer"; -$a->strings["Toggle Ignored status"] = "Schakel negeer status"; +$a->strings["Ignore"] = "Negeren"; +$a->strings["Toggle Ignored status"] = "Schakel negeerstatus"; $a->strings["Unarchive"] = "Archiveer niet meer"; $a->strings["Archive"] = "Archiveer"; $a->strings["Toggle Archive status"] = "Schakel archiveringsstatus"; @@ -1510,11 +754,12 @@ $a->strings["Communications lost with this contact!"] = "Communicatie met dit co $a->strings["Contact Editor"] = "Contactbewerker"; $a->strings["Profile Visibility"] = "Zichtbaarheid profiel"; $a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Kies het profiel dat getoond moet worden wanneer %s uw profiel bezoekt. "; -$a->strings["Contact Information / Notes"] = "Contactinformatie / Opmerkingen"; -$a->strings["Edit contact notes"] = "Wijzig opmerkingen over dit contact"; +$a->strings["Contact Information / Notes"] = "Contactinformatie / aantekeningen"; +$a->strings["Edit contact notes"] = "Wijzig aantekeningen over dit contact"; +$a->strings["Visit %s's profile [%s]"] = "Bekijk het profiel van %s [%s]"; $a->strings["Block/Unblock contact"] = "Blokkeer/deblokkeer contact"; $a->strings["Ignore contact"] = "Negeer contact"; -$a->strings["Repair URL settings"] = ""; +$a->strings["Repair URL settings"] = "Repareer URL-instellingen"; $a->strings["View conversations"] = "Toon conversaties"; $a->strings["Delete contact"] = "Verwijder contact"; $a->strings["Last update:"] = "Laatste wijziging:"; @@ -1522,9 +767,11 @@ $a->strings["Update public posts"] = "Openbare posts aanpassen"; $a->strings["Currently blocked"] = "Op dit moment geblokkeerd"; $a->strings["Currently ignored"] = "Op dit moment genegeerd"; $a->strings["Currently archived"] = "Op dit moment gearchiveerd"; +$a->strings["Hide this contact from others"] = "Verberg dit contact voor anderen"; $a->strings["Replies/likes to your public posts may still be visible"] = "Antwoorden of 'vind ik leuk's op je openbare posts kunnen nog zichtbaar zijn"; $a->strings["Suggestions"] = "Voorstellen"; $a->strings["Suggest potential friends"] = "Stel vrienden voor"; +$a->strings["All Contacts"] = "Alle Contacten"; $a->strings["Show all contacts"] = "Toon alle contacten"; $a->strings["Unblocked"] = "Niet geblokkeerd"; $a->strings["Only show unblocked contacts"] = "Toon alleen niet-geblokkeerde contacten"; @@ -1539,10 +786,360 @@ $a->strings["Only show hidden contacts"] = "Toon alleen verborgen contacten"; $a->strings["Mutual Friendship"] = "Wederzijdse vriendschap"; $a->strings["is a fan of yours"] = "Is een fan van jou"; $a->strings["you are a fan of"] = "Jij bent een fan van"; +$a->strings["Edit contact"] = "Contact bewerken"; $a->strings["Search your contacts"] = "Doorzoek je contacten"; +$a->strings["Update"] = "Wijzigen"; +$a->strings["everybody"] = "iedereen"; +$a->strings["Account settings"] = "Account instellingen"; +$a->strings["Additional features"] = "Extra functies"; +$a->strings["Display settings"] = "Scherminstellingen"; +$a->strings["Connector settings"] = "Connector instellingen"; +$a->strings["Plugin settings"] = "Plugin instellingen"; +$a->strings["Connected apps"] = "Verbonden applicaties"; +$a->strings["Export personal data"] = "Persoonlijke gegevens exporteren"; +$a->strings["Remove account"] = "Account verwijderen"; +$a->strings["Missing some important data!"] = "Een belangrijk gegeven ontbreekt!"; +$a->strings["Failed to connect with email account using the settings provided."] = "Ik kon geen verbinding maken met het e-mail account met de gegeven instellingen."; +$a->strings["Email settings updated."] = "E-mail instellingen bijgewerkt.."; +$a->strings["Features updated"] = "Functies bijgewerkt"; +$a->strings["Relocate message has been send to your contacts"] = ""; +$a->strings["Passwords do not match. Password unchanged."] = "Wachtwoorden komen niet overeen. Wachtwoord niet gewijzigd."; +$a->strings["Empty passwords are not allowed. Password unchanged."] = "Lege wachtwoorden zijn niet toegelaten. Wachtwoord niet gewijzigd."; +$a->strings["Wrong password."] = "Verkeerd wachtwoord."; +$a->strings["Password changed."] = "Wachtwoord gewijzigd."; +$a->strings["Password update failed. Please try again."] = "Wachtwoord-)wijziging mislukt. Probeer opnieuw."; +$a->strings[" Please use a shorter name."] = "Gebruik a.u.b. een kortere naam."; +$a->strings[" Name too short."] = "Naam te kort."; +$a->strings["Wrong Password"] = "Verkeerd wachtwoord"; +$a->strings[" Not valid email."] = "Geen geldig e-mailadres."; +$a->strings[" Cannot change to that email."] = "Kan niet veranderen naar die e-mail."; +$a->strings["Private forum has no privacy permissions. Using default privacy group."] = "Privéforum heeft geen privacyrechten . De standaard privacygroep wordt gebruikt."; +$a->strings["Private forum has no privacy permissions and no default privacy group."] = "Privéforum heeft geen privacyrechten en geen standaard privacygroep."; +$a->strings["Settings updated."] = "Instellingen bijgewerkt."; +$a->strings["Add application"] = "Toepassing toevoegen"; +$a->strings["Consumer Key"] = "Gebruikerssleutel"; +$a->strings["Consumer Secret"] = "Gebruikersgeheim"; +$a->strings["Redirect"] = "Doorverwijzing"; +$a->strings["Icon url"] = "URL pictogram"; +$a->strings["You can't edit this application."] = "Je kunt deze toepassing niet wijzigen."; +$a->strings["Connected Apps"] = "Verbonden applicaties"; +$a->strings["Client key starts with"] = ""; +$a->strings["No name"] = "Geen naam"; +$a->strings["Remove authorization"] = "Verwijder authorisatie"; +$a->strings["No Plugin settings configured"] = ""; +$a->strings["Plugin Settings"] = "Plugin Instellingen"; +$a->strings["Off"] = "Uit"; +$a->strings["On"] = "Aan"; +$a->strings["Additional Features"] = "Extra functies"; +$a->strings["Built-in support for %s connectivity is %s"] = "Ingebouwde ondersteuning voor connectiviteit met %s is %s"; +$a->strings["enabled"] = "ingeschakeld"; +$a->strings["disabled"] = "uitgeschakeld"; +$a->strings["StatusNet"] = "StatusNet"; +$a->strings["Email access is disabled on this site."] = "E-mailtoegang is op deze website uitgeschakeld."; +$a->strings["Connector Settings"] = "Connector Instellingen"; +$a->strings["Email/Mailbox Setup"] = "E-mail Instellen"; +$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "Als je wilt communiceren met e-mail contacten via deze dienst (optioneel), moet je hier opgeven hoe ik jouw mailbox kan bereiken."; +$a->strings["Last successful email check:"] = "Laatste succesvolle e-mail controle:"; +$a->strings["IMAP server name:"] = "IMAP server naam:"; +$a->strings["IMAP port:"] = "IMAP poort:"; +$a->strings["Security:"] = "Beveiliging:"; +$a->strings["None"] = "Geen"; +$a->strings["Email login name:"] = "E-mail login naam:"; +$a->strings["Email password:"] = "E-mail wachtwoord:"; +$a->strings["Reply-to address:"] = "Antwoord adres:"; +$a->strings["Send public posts to all email contacts:"] = "Openbare posts naar alle e-mail contacten versturen:"; +$a->strings["Action after import:"] = "Actie na importeren:"; +$a->strings["Mark as seen"] = "Als 'gelezen' markeren"; +$a->strings["Move to folder"] = "Naar map verplaatsen"; +$a->strings["Move to folder:"] = "Verplaatsen naar map:"; +$a->strings["Display Settings"] = "Scherminstellingen"; +$a->strings["Display Theme:"] = "Schermthema:"; +$a->strings["Mobile Theme:"] = "Mobiel thema:"; +$a->strings["Update browser every xx seconds"] = "Browser elke xx seconden verversen"; +$a->strings["Minimum of 10 seconds, no maximum"] = "Minimum 10 seconden, geen maximum"; +$a->strings["Number of items to display per page:"] = "Aantal items te tonen per pagina:"; +$a->strings["Maximum of 100 items"] = "Maximum 100 items"; +$a->strings["Number of items to display per page when viewed from mobile device:"] = "Aantal items per pagina als je een mobiel toestel gebruikt:"; +$a->strings["Don't show emoticons"] = "Emoticons niet tonen"; +$a->strings["Infinite scroll"] = ""; +$a->strings["Normal Account Page"] = "Normale account pagina"; +$a->strings["This account is a normal personal profile"] = "Deze account is een normaal persoonlijk profiel"; +$a->strings["Soapbox Page"] = "Zeepkist pagina"; +$a->strings["Automatically approve all connection/friend requests as read-only fans"] = "Keur automatisch alle vriendschaps-/connectieverzoeken goed als fans met alleen recht tot lezen."; +$a->strings["Community Forum/Celebrity Account"] = "Gemeenschapsforum/Account van beroemdheid"; +$a->strings["Automatically approve all connection/friend requests as read-write fans"] = "Keur automatisch alle vriendschaps-/connectieverzoeken goed als fans met recht tot lezen en schrijven."; +$a->strings["Automatic Friend Page"] = "Automatisch Vriendschapspagina"; +$a->strings["Automatically approve all connection/friend requests as friends"] = "Keur automatisch alle vriendschaps-/connectieverzoeken goed als vrienden."; +$a->strings["Private Forum [Experimental]"] = "Privé-forum [experimenteel]"; +$a->strings["Private forum - approved members only"] = "Privé-forum - enkel voor goedgekeurde leden"; +$a->strings["OpenID:"] = "OpenID:"; +$a->strings["(Optional) Allow this OpenID to login to this account."] = "(Optioneel) Laat dit OpenID toe om in te loggen op deze account."; +$a->strings["Publish your default profile in your local site directory?"] = "Je standaardprofiel in je lokale gids publiceren?"; +$a->strings["Publish your default profile in the global social directory?"] = "Je standaardprofiel in de globale sociale gids publiceren?"; +$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Je vrienden/contacten verbergen voor bezoekers van je standaard profiel?"; +$a->strings["Hide your profile details from unknown viewers?"] = "Je profieldetails verbergen voor onbekende bezoekers?"; +$a->strings["Allow friends to post to your profile page?"] = "Vrienden toestaan om op jou profielpagina te posten?"; +$a->strings["Allow friends to tag your posts?"] = "Sta vrienden toe om jouw berichten te labelen?"; +$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Sta je mij toe om jou als mogelijke vriend voor te stellen aan nieuwe leden?"; +$a->strings["Permit unknown people to send you private mail?"] = "Mogen onbekende personen jou privé berichten sturen?"; +$a->strings["Profile is not published."] = "Profiel is niet gepubliceerd."; +$a->strings["or"] = "of"; +$a->strings["Your Identity Address is"] = "Jouw Identiteitsadres is"; +$a->strings["Automatically expire posts after this many days:"] = "Laat berichten automatisch vervallen na zo veel dagen:"; +$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Berichten zullen niet vervallen indien leeg. Vervallen berichten zullen worden verwijderd."; +$a->strings["Advanced expiration settings"] = "Geavanceerde instellingen voor vervallen"; +$a->strings["Advanced Expiration"] = "Geavanceerd Verval:"; +$a->strings["Expire posts:"] = "Laat berichten vervallen:"; +$a->strings["Expire personal notes:"] = "Laat persoonlijke aantekeningen verlopen:"; +$a->strings["Expire starred posts:"] = "Laat berichten met ster verlopen"; +$a->strings["Expire photos:"] = "Laat foto's vervallen:"; +$a->strings["Only expire posts by others:"] = "Laat alleen berichten door anderen vervallen:"; +$a->strings["Account Settings"] = "Account Instellingen"; +$a->strings["Password Settings"] = "Wachtwoord Instellingen"; +$a->strings["New Password:"] = "Nieuw Wachtwoord:"; +$a->strings["Confirm:"] = "Bevestig:"; +$a->strings["Leave password fields blank unless changing"] = "Laat de wachtwoord-velden leeg, tenzij je het wilt veranderen"; +$a->strings["Current Password:"] = "Huidig wachtwoord:"; +$a->strings["Your current password to confirm the changes"] = "Je huidig wachtwoord om de wijzigingen te bevestigen"; +$a->strings["Password:"] = "Wachtwoord:"; +$a->strings["Basic Settings"] = "Basis Instellingen"; +$a->strings["Full Name:"] = "Volledige Naam:"; +$a->strings["Email Address:"] = "E-mailadres:"; +$a->strings["Your Timezone:"] = "Je Tijdzone:"; +$a->strings["Default Post Location:"] = "Standaard locatie:"; +$a->strings["Use Browser Location:"] = "Gebruik Webbrowser Locatie:"; +$a->strings["Security and Privacy Settings"] = "Instellingen voor Beveiliging en Privacy"; +$a->strings["Maximum Friend Requests/Day:"] = "Maximum aantal vriendschapsverzoeken per dag:"; +$a->strings["(to prevent spam abuse)"] = "(om spam misbruik te voorkomen)"; +$a->strings["Default Post Permissions"] = "Standaard rechten voor nieuwe berichten"; +$a->strings["(click to open/close)"] = "(klik om te openen/sluiten)"; +$a->strings["Show to Groups"] = "Tonen aan groepen"; +$a->strings["Show to Contacts"] = "Tonen aan contacten"; +$a->strings["Default Private Post"] = "Standaard Privé Post"; +$a->strings["Default Public Post"] = "Standaard Publieke Post"; +$a->strings["Default Permissions for New Posts"] = "Standaard rechten voor nieuwe berichten"; +$a->strings["Maximum private messages per day from unknown people:"] = "Maximum aantal privé-berichten per dag van onbekende personen:"; +$a->strings["Notification Settings"] = "Notificatie Instellingen"; +$a->strings["By default post a status message when:"] = "Post automatisch een bericht op je tijdlijn wanneer:"; +$a->strings["accepting a friend request"] = "Een vriendschapsverzoek accepteren"; +$a->strings["joining a forum/community"] = "Lid worden van een forum of gemeenschap"; +$a->strings["making an interesting profile change"] = "Een interessante verandering aan je profiel"; +$a->strings["Send a notification email when:"] = "Stuur een notificatie e-mail wanneer:"; +$a->strings["You receive an introduction"] = "Je ontvangt een vriendschaps- of connectieverzoek"; +$a->strings["Your introductions are confirmed"] = "Jouw vriendschaps- of connectieverzoeken zijn bevestigd"; +$a->strings["Someone writes on your profile wall"] = "Iemand iets op de muur van je profiel schrijft"; +$a->strings["Someone writes a followup comment"] = "Iemand een commentaar schrijft"; +$a->strings["You receive a private message"] = "Je een privé-bericht ontvangt"; +$a->strings["You receive a friend suggestion"] = "Je een suggestie voor een vriendschap ontvangt"; +$a->strings["You are tagged in a post"] = "Je bent in een bericht genoemd"; +$a->strings["You are poked/prodded/etc. in a post"] = "Je bent in een bericht aangestoten/gepord/etc."; +$a->strings["Advanced Account/Page Type Settings"] = ""; +$a->strings["Change the behaviour of this account for special situations"] = ""; +$a->strings["Relocate"] = ""; +$a->strings["If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."] = ""; +$a->strings["Resend relocate message to contacts"] = ""; +$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 Name is required."] = "Profielnaam is vereist."; +$a->strings["Marital Status"] = "Echtelijke staat"; +$a->strings["Romantic Partner"] = "Romantische Partner"; +$a->strings["Likes"] = "Houdt van"; +$a->strings["Dislikes"] = "Houdt niet van"; +$a->strings["Work/Employment"] = "Werk"; +$a->strings["Religion"] = "Godsdienst"; +$a->strings["Political Views"] = "Politieke standpunten"; +$a->strings["Gender"] = "Geslacht"; +$a->strings["Sexual Preference"] = "Seksuele Voorkeur"; +$a->strings["Homepage"] = "Tijdlijn"; +$a->strings["Interests"] = "Interesses"; +$a->strings["Address"] = "Adres"; +$a->strings["Location"] = "Plaats"; +$a->strings["Profile updated."] = "Profiel bijgewerkt."; +$a->strings[" and "] = "en"; +$a->strings["public profile"] = "publiek 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 %2\$s van %1\$s"; +$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s heeft een aangepast %2\$s, %3\$s veranderd."; +$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Je vrienden/contacten verbergen voor bezoekers van dit profiel?"; +$a->strings["Edit Profile Details"] = "Profiel details bewerken"; +$a->strings["Change Profile Photo"] = "Profiel foto wijzigen"; +$a->strings["View this profile"] = "Dit profiel bekijken"; +$a->strings["Create a new profile using these settings"] = "Nieuw profiel aanmaken met deze instellingen"; +$a->strings["Clone this profile"] = "Dit profiel klonen"; +$a->strings["Delete this profile"] = "Dit profiel verwijderen"; +$a->strings["Profile Name:"] = "Profiel Naam:"; +$a->strings["Your Full Name:"] = "Je volledige naam:"; +$a->strings["Title/Description:"] = "Titel/Beschrijving:"; +$a->strings["Your Gender:"] = "Je Geslacht:"; +$a->strings["Birthday (%s):"] = "Geboortedatum (%s):"; +$a->strings["Street Address:"] = "Postadres:"; +$a->strings["Locality/City:"] = "Gemeente/Stad:"; +$a->strings["Postal/Zip Code:"] = "Postcode:"; +$a->strings["Country:"] = "Land:"; +$a->strings["Region/State:"] = "Regio/Staat:"; +$a->strings[" Marital Status:"] = " Echtelijke Staat:"; +$a->strings["Who: (if applicable)"] = "Wie: (indien toepasbaar)"; +$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Voorbeelden: Kathleen123, Kathleen Peeters, kathleen@voorbeeld.nl"; +$a->strings["Since [date]:"] = "Sinds [datum]:"; +$a->strings["Sexual Preference:"] = "Seksuele Voorkeur:"; +$a->strings["Homepage URL:"] = "Adres tijdlijn:"; +$a->strings["Hometown:"] = "Woonplaats:"; +$a->strings["Political Views:"] = "Politieke standpunten:"; +$a->strings["Religious Views:"] = "Geloof:"; +$a->strings["Public Keywords:"] = "Publieke Sleutelwoorden:"; +$a->strings["Private Keywords:"] = "Privé Sleutelwoorden:"; +$a->strings["Likes:"] = "Houdt van:"; +$a->strings["Dislikes:"] = "Houdt niet van:"; +$a->strings["Example: fishing photography software"] = "Voorbeeld: vissen fotografie software"; +$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(Gebruikt om mogelijke vrienden voor te stellen, kan door anderen gezien worden)"; +$a->strings["(Used for searching profiles, never shown to others)"] = "(Gebruikt om profielen te zoeken, nooit aan anderen getoond)"; +$a->strings["Tell us about yourself..."] = "Vertel iets over jezelf..."; +$a->strings["Hobbies/Interests"] = "Hobby's/Interesses"; +$a->strings["Contact information and Social Networks"] = "Contactinformatie en sociale netwerken"; +$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/ontspanning"; +$a->strings["Love/romance"] = "Liefde/romance"; +$a->strings["Work/employment"] = "Werk"; +$a->strings["School/education"] = "School/opleiding"; +$a->strings["This is your public profile.
It may be visible to anybody using the internet."] = "Dit is jouw publiek profiel.
Het kan zichtbaar zijn voor iedereen op het internet."; +$a->strings["Edit/Manage Profiles"] = "Wijzig/Beheer Profielen"; +$a->strings["Group created."] = "Groep aangemaakt."; +$a->strings["Could not create group."] = "Kon de groep niet aanmaken."; +$a->strings["Group not found."] = "Groep niet gevonden."; +$a->strings["Group name changed."] = "Groepsnaam gewijzigd."; +$a->strings["Save Group"] = ""; +$a->strings["Create a group of contacts/friends."] = "Maak een groep contacten/vrienden aan."; +$a->strings["Group Name: "] = "Groepsnaam:"; +$a->strings["Group removed."] = "Groep verwijderd."; +$a->strings["Unable to remove group."] = "Niet in staat om groep te verwijderen."; +$a->strings["Group Editor"] = "Groepsbewerker"; +$a->strings["Members"] = "Leden"; +$a->strings["Click on a contact to add or remove."] = "Klik op een contact om het toe te voegen of te verwijderen."; +$a->strings["Source (bbcode) text:"] = "Bron (bbcode) tekst:"; +$a->strings["Source (Diaspora) text to convert to BBcode:"] = "Bron (Diaspora) tekst om naar BBCode om te zetten:"; +$a->strings["Source input: "] = "Bron ingave:"; +$a->strings["bb2html (raw HTML): "] = "bb2html (ruwe HTML):"; +$a->strings["bb2html: "] = "bb2html:"; +$a->strings["bb2html2bb: "] = "bb2html2bb: "; +$a->strings["bb2md: "] = "bb2md: "; +$a->strings["bb2md2html: "] = "bb2md2html: "; +$a->strings["bb2dia2bb: "] = "bb2dia2bb: "; +$a->strings["bb2md2html2bb: "] = "bb2md2html2bb: "; +$a->strings["Source input (Diaspora format): "] = "Bron ingave (Diaspora formaat):"; +$a->strings["diaspora2bb: "] = "diaspora2bb: "; +$a->strings["Not available."] = "Niet beschikbaar"; +$a->strings["Contact added"] = "Contact toegevoegd"; +$a->strings["No more system notifications."] = "Geen systeemnotificaties meer."; +$a->strings["System Notifications"] = "Systeemnotificaties"; +$a->strings["New Message"] = "Nieuw Bericht"; +$a->strings["Unable to locate contact information."] = "Ik kan geen contact informatie vinden."; +$a->strings["Messages"] = "Privéberichten"; +$a->strings["Do you really want to delete this message?"] = "Wil je echt dit bericht verwijderen?"; +$a->strings["Message deleted."] = "Bericht verwijderd."; +$a->strings["Conversation removed."] = "Gesprek verwijderd."; +$a->strings["No messages."] = "Geen berichten."; +$a->strings["Unknown sender - %s"] = "Onbekende afzender - %s"; +$a->strings["You and %s"] = "Jij en %s"; +$a->strings["%s and You"] = "%s en jij"; +$a->strings["Delete conversation"] = "Verwijder gesprek"; +$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A"; +$a->strings["%d message"] = array( + 0 => "%d bericht", + 1 => "%d berichten", +); +$a->strings["Message not available."] = "Bericht niet beschikbaar."; +$a->strings["Delete message"] = "Verwijder bericht"; +$a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = "Geen beveiligde communicatie beschikbaar. Je kunt misschien antwoorden vanaf de profiel-pagina van de afzender."; +$a->strings["Send Reply"] = "Verstuur Antwoord"; +$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s vind %3\$s van %2\$s niet leuk"; $a->strings["Post successful."] = "Bericht succesvol geplaatst."; -$a->strings["OpenID protocol error. No ID returned."] = "OpenID protocol fout. Geen ID Gevonden."; -$a->strings["Account not found and OpenID registration is not permitted on this site."] = "Account niet gevonden, en OpenID-registratie is niet toegelaten op deze website."; +$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A"; +$a->strings["Time Conversion"] = "Tijdsconversie"; +$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica biedt deze dienst aan om gebeurtenissen te delen met andere netwerken en vrienden in onbekende tijdzones."; +$a->strings["UTC time: %s"] = "UTC tijd: %s"; +$a->strings["Current timezone: %s"] = "Huidige Tijdzone: %s"; +$a->strings["Converted localtime: %s"] = "Omgerekende lokale tijd: %s"; +$a->strings["Please select your timezone:"] = "Selecteer je tijdzone:"; +$a->strings["Save to Folder:"] = "Bewaren in map:"; +$a->strings["- select -"] = "- Kies -"; +$a->strings["Invalid profile identifier."] = "Ongeldige profiel-identificatie."; +$a->strings["Profile Visibility Editor"] = ""; +$a->strings["Visible To"] = "Zichtbaar voor"; +$a->strings["All Contacts (with secure profile access)"] = "Alle contacten (met veilige profieltoegang)"; +$a->strings["No contacts."] = "Geen contacten."; +$a->strings["View Contacts"] = "Bekijk contacten"; +$a->strings["People Search"] = "Mensen Zoeken"; +$a->strings["No matches"] = "Geen resultaten"; +$a->strings["Upload New Photos"] = "Nieuwe foto's uploaden"; +$a->strings["Contact information unavailable"] = "Contactinformatie niet beschikbaar"; +$a->strings["Album not found."] = "Album niet gevonden"; +$a->strings["Delete Album"] = "Verwijder album"; +$a->strings["Do you really want to delete this photo album and all its photos?"] = "Wil je echt dit fotoalbum en alle foto's erin verwijderen?"; +$a->strings["Delete Photo"] = "Verwijder foto"; +$a->strings["Do you really want to delete this photo?"] = "Wil je echt deze foto verwijderen?"; +$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s is gelabeld in %2\$s door %3\$s"; +$a->strings["a photo"] = "een foto"; +$a->strings["Image exceeds size limit of "] = "Afbeelding is groter dan de maximale afmeting van"; +$a->strings["Image file is empty."] = "Afbeeldingsbestand is leeg."; +$a->strings["Unable to process image."] = "Niet in staat om de afbeelding te verwerken"; +$a->strings["Image upload failed."] = "Uploaden van afbeelding mislukt."; +$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["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "Je hebt %1$.2f Mbytes van %2$.2f Mbytes foto-opslagruimte gebruikt."; +$a->strings["Upload Photos"] = "Upload foto's"; +$a->strings["New album name: "] = "Nieuwe albumnaam: "; +$a->strings["or existing album name: "] = "of bestaande albumnaam: "; +$a->strings["Do not show a status post for this upload"] = "Toon geen bericht op je tijdlijn van deze upload"; +$a->strings["Permissions"] = "Rechten"; +$a->strings["Private Photo"] = "Privé foto"; +$a->strings["Public Photo"] = "Publieke foto"; +$a->strings["Edit Album"] = "Album wijzigen"; +$a->strings["Show Newest First"] = "Toon niewste eerst"; +$a->strings["Show Oldest First"] = "Toon oudste eerst"; +$a->strings["View Photo"] = "Bekijk foto"; +$a->strings["Permission denied. Access to this item may be restricted."] = "Toegang geweigerd. Toegang tot dit item is mogelijk beperkt."; +$a->strings["Photo not available"] = "Foto is niet beschikbaar"; +$a->strings["View photo"] = "Bekijk foto"; +$a->strings["Edit photo"] = "Bewerk foto"; +$a->strings["Use as profile photo"] = "Gebruik als profielfoto"; +$a->strings["View Full Size"] = "Bekijk in volledig formaat"; +$a->strings["Tags: "] = "Labels: "; +$a->strings["[Remove any tag]"] = "[Alle labels verwijderen]"; +$a->strings["Rotate CW (right)"] = "Roteren met de klok mee (rechts)"; +$a->strings["Rotate CCW (left)"] = "Roteren tegen de klok in (links)"; +$a->strings["New album name"] = "Nieuwe albumnaam"; +$a->strings["Caption"] = "Onderschrift"; +$a->strings["Add a Tag"] = "Een label toevoegen"; +$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Voorbeeld: @bob, @Barbara_Jansen, @jan@voorbeeld.nl, #Ardennen, #camping "; +$a->strings["Private photo"] = "Privé foto"; +$a->strings["Public photo"] = "Publieke foto"; +$a->strings["Share"] = "Delen"; +$a->strings["View Album"] = "Album bekijken"; +$a->strings["Recent Photos"] = "Recente foto's"; +$a->strings["File exceeds size limit of %d"] = "Bestand is groter dan de toegelaten %d"; +$a->strings["File upload failed."] = "Uploaden van bestand mislukt."; +$a->strings["No videos selected"] = "Geen video's geselecteerd"; +$a->strings["View Video"] = "Bekijk Video"; +$a->strings["Recent Videos"] = "Recente video's"; +$a->strings["Upload New Videos"] = "Nieuwe video's uploaden"; +$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"] = "Dit bericht privé maken"; +$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s volgt %3\$s van %2\$s"; +$a->strings["Export account"] = "Account exporteren"; +$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "Je account informatie en contacten exporteren. Gebruik dit om een backup van je account te maken en/of om het te verhuizen naar een andere server."; +$a->strings["Export all"] = "Alles exporteren"; +$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "Je account info, contacten en al je items in json formaat exporteren. Dit kan een heel groot bestand worden, en kan lang duren. Gebruik dit om een volledige backup van je account te maken (foto's worden niet geexporteerd)"; +$a->strings["Common Friends"] = "Gedeelde Vrienden"; +$a->strings["No contacts in common."] = "Geen gedeelde contacten."; +$a->strings["Image exceeds size limit of %d"] = "Afbeelding is groter dan de toegestane %d"; +$a->strings["Wall Photos"] = ""; $a->strings["Image uploaded but image cropping failed."] = "Afbeelding opgeladen, maar bijsnijden mislukt."; $a->strings["Image size reduction [%s] failed."] = "Verkleining van de afbeelding [%s] mislukt."; $a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Shift-herlaad de pagina, of maak de browser cache leeg als nieuwe foto's niet onmiddellijk verschijnen."; @@ -1556,96 +1153,540 @@ $a->strings["Crop Image"] = "Afbeelding bijsnijden"; $a->strings["Please adjust the image cropping for optimum viewing."] = "Pas het afsnijden van de afbeelding aan voor het beste resultaat."; $a->strings["Done Editing"] = "Wijzigingen compleet"; $a->strings["Image uploaded successfully."] = "Uploaden van afbeelding gelukt."; -$a->strings["Not available."] = "Niet beschikbaar"; -$a->strings["%d comment"] = array( - 0 => "%d reactie", - 1 => "%d reacties", +$a->strings["Applications"] = "Toepassingen"; +$a->strings["No installed applications."] = "Geen toepassingen geïnstalleerd"; +$a->strings["Nothing new here"] = "Niets nieuw hier"; +$a->strings["Clear notifications"] = "Notificaties verwijderen"; +$a->strings["Profile Match"] = "Profielmatch"; +$a->strings["No keywords to match. Please add keywords to your default profile."] = "Geen sleutelwoorden om te zoeken. Voeg sleutelwoorden toe aan je standaard profiel."; +$a->strings["is interested in:"] = "Is geïnteresseerd in:"; +$a->strings["Tag removed"] = "Label verwijderd"; +$a->strings["Remove Item Tag"] = "Verwijder label van item"; +$a->strings["Select a tag to remove: "] = "Selecteer een label om te verwijderen: "; +$a->strings["Remove"] = "Verwijderen"; +$a->strings["Event title and start time are required."] = "Titel en begintijd van de gebeurtenis zijn vereist."; +$a->strings["l, F j"] = "l j F"; +$a->strings["Edit event"] = "Gebeurtenis bewerken"; +$a->strings["link to source"] = "Verwijzing naar bron"; +$a->strings["Create New Event"] = "Maak een nieuwe gebeurtenis"; +$a->strings["Previous"] = "Vorige"; +$a->strings["hour:minute"] = "uur:minuut"; +$a->strings["Event details"] = "Gebeurtenis details"; +$a->strings["Format is %s %s. Starting date and Title are required."] = "Formaat is %s %s. Begindatum en titel zijn vereist."; +$a->strings["Event Starts:"] = "Gebeurtenis begint:"; +$a->strings["Required"] = "Vereist"; +$a->strings["Finish date/time is not known or not relevant"] = "Einddatum/tijd is niet gekend of niet relevant"; +$a->strings["Event Finishes:"] = "Gebeurtenis eindigt:"; +$a->strings["Adjust for viewer timezone"] = "Pas aan aan de tijdzone van de gebruiker"; +$a->strings["Description:"] = "Beschrijving:"; +$a->strings["Title:"] = "Titel:"; +$a->strings["Share this event"] = "Deel deze gebeurtenis"; +$a->strings["No potential page delegates located."] = "Niemand gevonden waar het paginabeheer mogelijk aan uitbesteed kan worden."; +$a->strings["Delegate Page Management"] = "Paginabeheer uitbesteden"; +$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "Personen waaraan het beheer is uitbesteed kunnen alle onderdelen van een account/pagina beheren, behalve de basisinstellingen van een account. Besteed je persoonlijke account daarom niet uit aan personen die je niet volledig vertrouwd."; +$a->strings["Existing Page Managers"] = "Bestaande paginabeheerders"; +$a->strings["Existing Page Delegates"] = "Bestaande personen waaraan het paginabeheer is uitbesteed"; +$a->strings["Potential Delegates"] = "Mogelijke personen waaraan het paginabeheer kan worden uitbesteed "; +$a->strings["Add"] = "Toevoegen"; +$a->strings["No entries."] = "Geen gegevens."; +$a->strings["Contacts who are not members of a group"] = "Contacten die geen leden zijn van een groep"; +$a->strings["Files"] = "Bestanden"; +$a->strings["System down for maintenance"] = "Systeem onbeschikbaar wegens onderhoud"; +$a->strings["Remove My Account"] = "Verwijder mijn account"; +$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Dit zal je account volledig verwijderen. Dit kan niet hersteld worden als het eenmaal uitgevoerd is."; +$a->strings["Please enter your password for verification:"] = "Voer je wachtwoord in voor verificatie:"; +$a->strings["Friend suggestion sent."] = "Vriendschapsvoorstel verzonden."; +$a->strings["Suggest Friends"] = "Stel vrienden voor"; +$a->strings["Suggest a friend for %s"] = "Stel een vriend voor aan %s"; +$a->strings["Unable to locate original post."] = "Ik kan de originele post niet meer vinden."; +$a->strings["Empty post discarded."] = "Lege post weggegooid."; +$a->strings["System error. Post not saved."] = "Systeemfout. Post niet bewaard."; +$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Dit bericht werd naar jou gestuurd door %s, een lid van het Friendica sociale netwerk."; +$a->strings["You may visit them online at %s"] = "Je kunt ze online bezoeken op %s"; +$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Contacteer de afzender door op dit bericht te antwoorden als je deze berichten niet wilt ontvangen."; +$a->strings["%s posted an update."] = "%s heeft een wijziging geplaatst."; +$a->strings["{0} wants to be your friend"] = "{0} wilt je vriend worden"; +$a->strings["{0} sent you a message"] = "{0} stuurde jou een berichtje"; +$a->strings["{0} requested registration"] = "{0} vroeg om zich te registreren"; +$a->strings["{0} commented %s's post"] = "{0} gaf een reactie op het bericht van %s"; +$a->strings["{0} liked %s's post"] = "{0} vond het bericht van %s leuk"; +$a->strings["{0} disliked %s's post"] = "{0} vond het bericht van %s niet leuk"; +$a->strings["{0} is now friends with %s"] = "{0} is nu bevriend met %s"; +$a->strings["{0} posted"] = "{0} plaatste"; +$a->strings["{0} tagged %s's post with #%s"] = "{0} labelde %s's bericht met #%s"; +$a->strings["{0} mentioned you in a post"] = "{0} vermeldde je in een bericht"; +$a->strings["OpenID protocol error. No ID returned."] = "OpenID protocol fout. Geen ID Gevonden."; +$a->strings["Account not found and OpenID registration is not permitted on this site."] = "Account niet gevonden, en OpenID-registratie is niet toegelaten op deze website."; +$a->strings["Login failed."] = "Login mislukt."; +$a->strings["Invalid request identifier."] = "Ongeldige request identifier."; +$a->strings["Discard"] = "Verwerpen"; +$a->strings["System"] = "Systeem"; +$a->strings["Network"] = "Netwerk"; +$a->strings["Introductions"] = "Verzoeken"; +$a->strings["Show Ignored Requests"] = "Toon genegeerde verzoeken"; +$a->strings["Hide Ignored Requests"] = "Verberg genegeerde verzoeken"; +$a->strings["Notification type: "] = "Notificatiesoort:"; +$a->strings["Friend Suggestion"] = "Vriendschapsvoorstel"; +$a->strings["suggested by %s"] = "Voorgesteld door %s"; +$a->strings["Post a new friend activity"] = "Bericht over een nieuwe vriend"; +$a->strings["if applicable"] = "Indien toepasbaar"; +$a->strings["Claims to be known to you: "] = "Denkt dat u hem of haar kent:"; +$a->strings["yes"] = "Ja"; +$a->strings["no"] = "Nee"; +$a->strings["Approve as: "] = "Goedkeuren als:"; +$a->strings["Friend"] = "Vriend"; +$a->strings["Sharer"] = "Deler"; +$a->strings["Fan/Admirer"] = "Fan/Bewonderaar"; +$a->strings["Friend/Connect Request"] = "Vriendschapsverzoek"; +$a->strings["New Follower"] = "Nieuwe Volger"; +$a->strings["No introductions."] = "Geen vriendschaps- of connectieverzoeken."; +$a->strings["Notifications"] = "Notificaties"; +$a->strings["%s liked %s's post"] = "%s vond het bericht van %s leuk"; +$a->strings["%s disliked %s's post"] = "%s vond het bericht van %s niet leuk"; +$a->strings["%s is now friends with %s"] = "%s is nu bevriend met %s"; +$a->strings["%s created a new post"] = "%s schreef een nieuw bericht"; +$a->strings["%s commented on %s's post"] = "%s gaf een reactie op het bericht van %s"; +$a->strings["No more network notifications."] = "Geen netwerknotificaties meer"; +$a->strings["Network Notifications"] = "Netwerknotificaties"; +$a->strings["No more personal notifications."] = "Geen persoonlijke notificaties meer"; +$a->strings["Personal Notifications"] = "Persoonlijke notificaties"; +$a->strings["No more home notifications."] = "Geen tijdlijn-notificaties meer"; +$a->strings["Home Notifications"] = "Tijdlijn-notificaties"; +$a->strings["Total invitation limit exceeded."] = "Totale uitnodigingslimiet overschreden."; +$a->strings["%s : Not a valid email address."] = "%s: Geen geldig e-mailadres."; +$a->strings["Please join us on Friendica"] = "Kom bij ons op Friendica"; +$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Uitnodigingslimiet overschreden. Neem contact op met de beheerder van je website."; +$a->strings["%s : Message delivery failed."] = "%s : Aflevering van bericht mislukt."; +$a->strings["%d message sent."] = array( + 0 => "%d bericht verzonden.", + 1 => "%d berichten verzonden.", ); -$a->strings["like"] = "Leuk"; -$a->strings["dislike"] = "Niet leuk"; -$a->strings["Share this"] = "Delen"; -$a->strings["share"] = "Delen"; -$a->strings["Bold"] = "Vet"; -$a->strings["Italic"] = "Cursief"; -$a->strings["Underline"] = "Onderstrepen"; -$a->strings["Quote"] = "Citeer"; -$a->strings["Code"] = "Code"; -$a->strings["Image"] = "Afbeelding"; -$a->strings["Link"] = "Link"; -$a->strings["Video"] = "Video"; -$a->strings["add star"] = "Ster toevoegen"; -$a->strings["remove star"] = "Ster verwijderen"; -$a->strings["toggle star status"] = "Ster toevoegen of verwijderen"; -$a->strings["starred"] = "Met ster"; -$a->strings["add tag"] = "Label toevoegen"; -$a->strings["save to folder"] = "Bewaren in map"; -$a->strings["to"] = "aan"; -$a->strings["Wall-to-Wall"] = "wall-to-wall"; -$a->strings["via Wall-To-Wall:"] = "via wall-to-wall"; -$a->strings["This entry was edited"] = ""; -$a->strings["via"] = "via"; -$a->strings["Theme settings"] = "Thema instellingen"; -$a->strings["Set resize level for images in posts and comments (width and height)"] = ""; -$a->strings["Set font-size for posts and comments"] = "Stel lettergrootte voor berichten en reacties in"; -$a->strings["Set theme width"] = "Stel breedte van het thema in"; -$a->strings["Color scheme"] = "Kleurschema"; -$a->strings["Set line-height for posts and comments"] = ""; -$a->strings["Set resolution for middle column"] = ""; -$a->strings["Set color scheme"] = "Stel kleurenschema in"; -$a->strings["Set twitter search term"] = "Stel zoekterm Twitter in"; -$a->strings["Set zoomfactor for Earth Layer"] = ""; -$a->strings["Set longitude (X) for Earth Layers"] = ""; -$a->strings["Set latitude (Y) for Earth Layers"] = ""; -$a->strings["Community Pages"] = "Gemeenschapspagina's"; -$a->strings["Earth Layers"] = "Earth Layers"; -$a->strings["Community Profiles"] = "Gemeenschapsprofielen"; -$a->strings["Help or @NewHere ?"] = ""; -$a->strings["Connect Services"] = "Diensten verbinden"; -$a->strings["Find Friends"] = "Zoek vrienden"; -$a->strings["Last tweets"] = "Recente tweets"; -$a->strings["Last users"] = "Laatste gebruikers"; -$a->strings["Last photos"] = "Laatste foto's"; -$a->strings["Last likes"] = "Recent leuk gevonden"; -$a->strings["Your contacts"] = "Jouw contacten"; -$a->strings["Local Directory"] = "Lokale gids"; -$a->strings["Set zoomfactor for Earth Layers"] = ""; -$a->strings["Last Tweets"] = "Recente tweets"; -$a->strings["Show/hide boxes at right-hand column:"] = ""; -$a->strings["Set colour scheme"] = "Stel kleurschema in"; -$a->strings["Alignment"] = "Uitlijning"; -$a->strings["Left"] = "Links"; -$a->strings["Center"] = "Gecentreerd"; -$a->strings["Posts font size"] = "Lettergrootte berichten"; -$a->strings["Textareas font size"] = "Lettergrootte tekstgebieden"; -$a->strings["toggle mobile"] = "mobiel thema omwisselen"; -$a->strings["Delete this item?"] = "Dit item verwijderen?"; -$a->strings["show fewer"] = "Minder tonen"; -$a->strings["Update %s failed. See error logs."] = "Wijziging %s mislukt. Lees de error logbestanden."; -$a->strings["Update Error at %s"] = "Wijzigingsfout op %s"; -$a->strings["Create a New Account"] = "Nieuw account aanmaken"; -$a->strings["Nickname or Email address: "] = "Bijnaam of e-mailadres:"; -$a->strings["Password: "] = "Wachtwoord:"; -$a->strings["Remember me"] = "Onthou me"; -$a->strings["Or login using OpenID: "] = "Of log in met OpenID:"; -$a->strings["Forgot your password?"] = "Wachtwoord vergeten?"; -$a->strings["Website Terms of Service"] = "Gebruikersvoorwaarden website"; -$a->strings["terms of service"] = "servicevoorwaarden"; -$a->strings["Website Privacy Policy"] = "Privacybeleid website"; -$a->strings["privacy policy"] = "privacybeleid"; -$a->strings["Requested account is not available."] = "Gevraagde account is niet beschikbaar."; -$a->strings["Edit profile"] = "Bewerk profiel"; -$a->strings["Message"] = "Bericht"; -$a->strings["Manage/edit profiles"] = "Beheer/Wijzig profielen"; -$a->strings["g A l F d"] = "G l j 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 beschrijving]"; -$a->strings["Event Reminders"] = "Gebeurtenisherinneringen"; -$a->strings["Events this week:"] = "Gebeurtenissen deze week:"; -$a->strings["Status Messages and Posts"] = "Statusmeldingen en berichten"; -$a->strings["Profile Details"] = "Profiel Details"; -$a->strings["Videos"] = "Video's"; -$a->strings["Events and Calendar"] = "Gebeurtenissen en kalender"; -$a->strings["Only You Can See This"] = "Alleen jij kunt dit zien"; +$a->strings["You have no more invitations available"] = "Je kunt geen uitnodigingen meer sturen"; +$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = "Bezoek %s voor een lijst van openbare sites waar je je kunt aansluiten. Friendica leden op andere sites kunnen allemaal met elkaar verbonden worden, en ook met leden van verschillende andere sociale netwerken."; +$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "Om deze uitnodiging te accepteren kan je je op %s registreren of op een andere vrij toegankelijke Friendica-website."; +$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "Friendica servers zijn allemaal onderling verbonden om een reusachtig sociaal web te maken met verbeterde privacy, dat eigendom is van en gecontroleerd door zijn leden. Ze kunnen ook verbindingen maken met verschillende traditionele sociale netwerken. Bekijk %s voor een lijst van alternatieve Friendica servers waar je aan kunt sluiten."; +$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Onze verontschuldigingen. Dit systeem is momenteel niet ingesteld om verbinding te maken met andere openbare plaatsen of leden uit te nodigen."; +$a->strings["Send invitations"] = "Verstuur uitnodigingen"; +$a->strings["Enter email addresses, one per line:"] = "Vul e-mailadressen in, één per lijn:"; +$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "Ik nodig je vriendelijk uit om bij mij en andere vrienden te komen op Friendica - en ons te helpen om een beter sociaal web te bouwen."; +$a->strings["You will need to supply this invitation code: \$invite_code"] = "Je zult deze uitnodigingscode moeten invullen: \$invite_code"; +$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Eens je geregistreerd bent kun je contact leggen met mij via mijn profielpagina op:"; +$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendica.com"] = "Voor meer informatie over het Friendica project en waarom wij denken dat het belangrijk is kun je http://friendica.com/ bezoeken"; +$a->strings["Manage Identities and/or Pages"] = "Beheer Identiteiten en/of Pagina's"; +$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Wissel tussen verschillende identiteiten of groeppagina's die jouw accountdetails delen of waar je \"beheerdersrechten\" hebt gekregen."; +$a->strings["Select an identity to manage: "] = "Selecteer een identiteit om te beheren:"; +$a->strings["Welcome to %s"] = "Welkom op %s"; +$a->strings["Friends of %s"] = "Vrienden van %s"; +$a->strings["No friends to display."] = "Geen vrienden om te laten zien."; +$a->strings["Add New Contact"] = "Nieuw Contact toevoegen"; +$a->strings["Enter address or web location"] = "Voeg een webadres of -locatie in:"; +$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Voorbeeld: jan@voorbeeld.be, http://voorbeeld.nl/barbara"; +$a->strings["%d invitation available"] = array( + 0 => "%d uitnodiging beschikbaar", + 1 => "%d uitnodigingen beschikbaar", +); +$a->strings["Find People"] = "Zoek mensen"; +$a->strings["Enter name or interest"] = "Vul naam of interesse in"; +$a->strings["Connect/Follow"] = "Verbind/Volg"; +$a->strings["Examples: Robert Morgenstein, Fishing"] = "Voorbeelden: Jan Peeters, Vissen"; +$a->strings["Random Profile"] = "Willekeurig Profiel"; +$a->strings["Networks"] = "Netwerken"; +$a->strings["All Networks"] = "Alle netwerken"; +$a->strings["Saved Folders"] = "Bewaarde Mappen"; +$a->strings["Everything"] = "Alles"; +$a->strings["Categories"] = "Categorieën"; +$a->strings["Click here to upgrade."] = ""; +$a->strings["This action exceeds the limits set by your subscription plan."] = ""; +$a->strings["This action is not available under your subscription plan."] = ""; +$a->strings["User not found."] = ""; +$a->strings["There is no status with this id."] = "Er is geen status met dit kenmerk"; +$a->strings["view full size"] = "Volledig formaat"; +$a->strings["Starts:"] = "Begint:"; +$a->strings["Finishes:"] = "Eindigt:"; +$a->strings["(no subject)"] = "(geen onderwerp)"; +$a->strings["noreply"] = "geen reactie"; +$a->strings["An invitation is required."] = "Een uitnodiging is vereist."; +$a->strings["Invitation could not be verified."] = "Uitnodiging kon niet geverifieerd worden."; +$a->strings["Invalid OpenID url"] = "Ongeldige OpenID url"; +$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = ""; +$a->strings["The error message was:"] = "De foutboodschap was:"; +$a->strings["Please enter the required information."] = "Vul a.u.b. de vereiste informatie in."; +$a->strings["Please use a shorter name."] = "gebruik een kortere naam"; +$a->strings["Name too short."] = "Naam te kort"; +$a->strings["That doesn't appear to be your full (First Last) name."] = "Dat lijkt niet je volledige naam (voor- en achternaam) te zijn."; +$a->strings["Your email domain is not among those allowed on this site."] = "Je e-maildomein is op deze website niet toegestaan."; +$a->strings["Not a valid email address."] = "Geen geldig e-mailadres."; +$a->strings["Cannot use that email."] = "Ik kan die e-mail niet gebruiken."; +$a->strings["Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and must also begin with a letter."] = "Je \"bijnaam\" kan alleen \"a-z\", \"0-9\", \"-\", en \"_\" bevatten, en moet ook met een letter beginnen."; +$a->strings["Nickname is already registered. Please choose another."] = "Bijnaam is al geregistreerd. Kies een andere."; +$a->strings["Nickname was once registered here and may not be re-used. Please choose another."] = "Bijnaam was ooit hier geregistreerd en kan niet herbruikt worden. Kies een andere."; +$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "ERNSTIGE FOUT: aanmaken van beveiligingssleutels mislukt."; +$a->strings["An error occurred during registration. Please try again."] = ""; +$a->strings["An error occurred creating your default profile. Please try again."] = ""; +$a->strings["Friends"] = "Vrienden"; +$a->strings["%1\$s poked %2\$s"] = "%1\$s stootte %2\$s aan"; +$a->strings["poked"] = "aangestoten"; +$a->strings["post/item"] = "bericht/item"; +$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "%1\$s markeerde %2\$s's %3\$s als favoriet"; +$a->strings["remove"] = "verwijder"; +$a->strings["Delete Selected Items"] = "Geselecteerde items verwijderen"; +$a->strings["Follow Thread"] = "Conversatie volgen"; +$a->strings["View Status"] = "Bekijk status"; +$a->strings["View Profile"] = "Bekijk profiel"; +$a->strings["View Photos"] = "Bekijk foto's"; +$a->strings["Network Posts"] = "Netwerkberichten"; +$a->strings["Edit Contact"] = "Bewerk contact"; +$a->strings["Send PM"] = "Stuur een privébericht"; +$a->strings["Poke"] = "Aanstoten"; +$a->strings["%s likes this."] = "%s vind dit leuk."; +$a->strings["%s doesn't like this."] = "%s vind dit niet leuk."; +$a->strings["%2\$d people like this"] = "%2\$d mensen vinden dit leuk"; +$a->strings["%2\$d people don't like this"] = "%2\$d people vinden dit niet leuk"; +$a->strings["and"] = "en"; +$a->strings[", and %d other people"] = ", en %d andere mensen"; +$a->strings["%s like this."] = "%s vind dit leuk."; +$a->strings["%s don't like this."] = "%s vind dit niet leuk."; +$a->strings["Visible to everybody"] = "Zichtbaar voor iedereen"; +$a->strings["Please enter a video link/URL:"] = "Vul een videolink/URL in:"; +$a->strings["Please enter an audio link/URL:"] = "Vul een audiolink/URL in:"; +$a->strings["Tag term:"] = "Label:"; +$a->strings["Where are you right now?"] = "Waar ben je nu?"; +$a->strings["Delete item(s)?"] = "Item(s) verwijderen?"; +$a->strings["Post to Email"] = "Verzenden per e-mail"; +$a->strings["permissions"] = "rechten"; +$a->strings["Post to Groups"] = "Verzenden naar Groepen"; +$a->strings["Post to Contacts"] = "Verzenden naar Contacten"; +$a->strings["Private post"] = "Privé verzending"; +$a->strings["Logged out."] = "Uitgelogd."; +$a->strings["Error decoding account file"] = ""; +$a->strings["Error! No version data in file! This is not a Friendica account file?"] = ""; +$a->strings["Error! Cannot check nickname"] = ""; +$a->strings["User '%s' already exists on this server!"] = "Gebruiker '%s' bestaat al op deze server!"; +$a->strings["User creation error"] = "Fout bij het aanmaken van de gebruiker"; +$a->strings["User profile creation error"] = "Fout bij het aanmaken van het gebruikersprofiel"; +$a->strings["%d contact not imported"] = array( + 0 => "%d contact werd niet geïmporteerd", + 1 => "%d contacten werden niet geïmporteerd", +); +$a->strings["Done. You can now login with your username and password"] = "Gebeurd. Je kunt nu inloggen met je gebruikersnaam en wachtwoord"; +$a->strings["newer"] = "nieuwere berichten"; +$a->strings["older"] = "oudere berichten"; +$a->strings["prev"] = "vorige"; +$a->strings["first"] = "eerste"; +$a->strings["last"] = "laatste"; +$a->strings["next"] = "volgende"; +$a->strings["No contacts"] = "Geen contacten"; +$a->strings["%d Contact"] = array( + 0 => "%d contact", + 1 => "%d contacten", +); +$a->strings["poke"] = "aanstoten"; +$a->strings["ping"] = "ping"; +$a->strings["pinged"] = "gepingd"; +$a->strings["prod"] = "porren"; +$a->strings["prodded"] = "gepord"; +$a->strings["slap"] = ""; +$a->strings["slapped"] = ""; +$a->strings["finger"] = ""; +$a->strings["fingered"] = ""; +$a->strings["rebuff"] = ""; +$a->strings["rebuffed"] = ""; +$a->strings["happy"] = "Blij"; +$a->strings["sad"] = "Verdrietig"; +$a->strings["mellow"] = ""; +$a->strings["tired"] = "vermoeid"; +$a->strings["perky"] = ""; +$a->strings["angry"] = "boos"; +$a->strings["stupified"] = ""; +$a->strings["puzzled"] = "onzeker"; +$a->strings["interested"] = "Geïnteresseerd"; +$a->strings["bitter"] = "bitter"; +$a->strings["cheerful"] = "vrolijk"; +$a->strings["alive"] = "levend"; +$a->strings["annoyed"] = "verveeld"; +$a->strings["anxious"] = ""; +$a->strings["cranky"] = ""; +$a->strings["disturbed"] = ""; +$a->strings["frustrated"] = "gefrustreerd"; +$a->strings["motivated"] = "gemotiveerd"; +$a->strings["relaxed"] = "ontspannen"; +$a->strings["surprised"] = "verbaasd"; +$a->strings["Monday"] = "Maandag"; +$a->strings["Tuesday"] = "Dinsdag"; +$a->strings["Wednesday"] = "Woensdag"; +$a->strings["Thursday"] = "Donderdag"; +$a->strings["Friday"] = "Vrijdag"; +$a->strings["Saturday"] = "Zaterdag"; +$a->strings["Sunday"] = "Zondag"; +$a->strings["January"] = "Januari"; +$a->strings["February"] = "Februari"; +$a->strings["March"] = "Maart"; +$a->strings["April"] = "April"; +$a->strings["May"] = "Mei"; +$a->strings["June"] = "Juni"; +$a->strings["July"] = "Juli"; +$a->strings["August"] = "Augustus"; +$a->strings["September"] = "September"; +$a->strings["October"] = "Oktober"; +$a->strings["November"] = "November"; +$a->strings["December"] = "December"; +$a->strings["bytes"] = "bytes"; +$a->strings["Click to open/close"] = "klik om te openen/sluiten"; +$a->strings["Select an alternate language"] = "Kies een andere taal"; +$a->strings["activity"] = "activiteit"; +$a->strings["post"] = "bericht"; +$a->strings["Item filed"] = "Item bewaard"; +$a->strings["Friendica Notification"] = "Friendica Notificatie"; +$a->strings["Thank You,"] = "Bedankt"; +$a->strings["%s Administrator"] = "%s Beheerder"; +$a->strings["%s "] = "%s "; +$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica:Notificatie] Nieuw bericht ontvangen op %s"; +$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s sent you a new private message at %2\$s."; +$a->strings["%1\$s sent you %2\$s."] = "%1\$s stuurde jou %2\$s."; +$a->strings["a private message"] = "een prive 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 te beantwoorden."; +$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s gaf een reactie op [url=%2\$s]a %3\$s[/url]"; +$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s gaf een reactie op [url=%2\$s]%3\$s's %4\$s[/url]"; +$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s gaf een reactie op [url=%2\$s]jouw %3\$s[/url]"; +$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = ""; +$a->strings["%s commented on an item/conversation you have been following."] = "%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 te beantwoorden."; +$a->strings["[Friendica:Notify] %s posted to your profile wall"] = ""; +$a->strings["%1\$s posted to your profile wall at %2\$s"] = ""; +$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = ""; +$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica:Notificatie] %s heeft jou genoemd"; +$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s heeft jou in %2\$s genoemd"; +$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = "%1\$s [url=%2\$s]heeft jou genoemd[/url]."; +$a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica:Notify] %1\$s heeft jou aangestoten"; +$a->strings["%1\$s poked you at %2\$s"] = "%1\$s heeft jou aangestoten op %2\$s"; +$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = ""; +$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica:Notificatie] %s heeft jouw bericht gelabeld"; +$a->strings["%1\$s tagged your post at %2\$s"] = "%1\$s heeft jouw bericht gelabeld in %2\$s"; +$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$s labelde [url=%2\$s]jouw bericht[/url]"; +$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Notificatie] Vriendschaps-/connectieverzoek ontvangen"; +$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "Je hebt een vriendschaps- of connectieverzoek ontvangen van '%1\$s' om %2\$s"; +$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "Je ontving [url=%1\$s]een vriendschaps- of connectieverzoek[/url] van %2\$s."; +$a->strings["You may visit their profile at %s"] = "U kunt hun profiel bezoeken op %s"; +$a->strings["Please visit %s to approve or reject the introduction."] = "Bezoek %s om het verzoek goed of af te keuren."; +$a->strings["[Friendica:Notify] Friend suggestion received"] = ""; +$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = ""; +$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = ""; +$a->strings["Name:"] = "Naam:"; +$a->strings["Photo:"] = "Foto: "; +$a->strings["Please visit %s to approve or reject the suggestion."] = ""; +$a->strings[" on Last.fm"] = " op Last.fm"; +$a->strings["A deleted group with this name was revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Een verwijderde groep met deze naam is weer tot leven gewekt. Bestaande itemrechten kunnen voor deze groep en toekomstige leden gelden. Wanneer je niet zo had bedoeld kan je een andere groep met een andere naam creëren. "; +$a->strings["Default privacy group for new contacts"] = ""; +$a->strings["Everybody"] = "Iedereen"; +$a->strings["edit"] = "verander"; +$a->strings["Edit group"] = "Verander groep"; +$a->strings["Create a new group"] = "Maak nieuwe groep"; +$a->strings["Contacts not in any group"] = ""; +$a->strings["Connect URL missing."] = ""; +$a->strings["This site is not configured to allow communications with other networks."] = "Deze website is niet geconfigureerd voor communicatie met andere netwerken."; +$a->strings["No compatible communication protocols or feeds were discovered."] = "Er werden geen compatibele communicatieprotocols of feeds ontdekt."; +$a->strings["The profile address specified does not provide adequate information."] = ""; +$a->strings["An author or name was not found."] = ""; +$a->strings["No browser URL could be matched to this address."] = ""; +$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "Het @-stijl-identiteitsadres komt niet overeen met een nekend protocol of e-mailcontact."; +$a->strings["Use mailto: in front of address to force email check."] = "Gebruik mailto: voor het adres om een e-mailcontrole af te dwingen."; +$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = ""; +$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = ""; +$a->strings["Unable to retrieve contact information."] = ""; +$a->strings["following"] = "volgend"; +$a->strings["[no subject]"] = "[geen onderwerp]"; +$a->strings["End this session"] = "Deze sessie beëindigen"; +$a->strings["Sign in"] = "Inloggen"; +$a->strings["Home Page"] = "Jouw tijdlijn"; +$a->strings["Create an account"] = "Maak een accoount"; +$a->strings["Help and documentation"] = "Hulp en documentatie"; +$a->strings["Apps"] = "Apps"; +$a->strings["Addon applications, utilities, games"] = "Extra toepassingen, hulpmiddelen of spelletjes"; +$a->strings["Search site content"] = "Doorzoek de inhoud van de website"; +$a->strings["Conversations on this site"] = "Conversaties op deze website"; +$a->strings["Directory"] = "Gids"; +$a->strings["People directory"] = "Personengids"; +$a->strings["Conversations from your friends"] = "Conversaties van je vrienden"; +$a->strings["Network Reset"] = "Netwerkpagina opnieuw instellen"; +$a->strings["Load Network page with no filters"] = "Laad de netwerkpagina zonder filters"; +$a->strings["Friend Requests"] = "Vriendschapsverzoeken"; +$a->strings["See all notifications"] = "Toon alle notificaties"; +$a->strings["Mark all system notifications seen"] = "Alle systeemnotificaties als gelezen markeren"; +$a->strings["Private mail"] = "Privéberichten"; +$a->strings["Inbox"] = "Inbox"; +$a->strings["Outbox"] = "Verzonden berichten"; +$a->strings["Manage"] = "Beheren"; +$a->strings["Manage other pages"] = "Andere pagina's beheren"; +$a->strings["Delegations"] = ""; +$a->strings["Manage/Edit Profiles"] = "Beheer/Wijzig Profielen"; +$a->strings["Manage/edit friends and contacts"] = "Beheer/Wijzig vrienden en contacten"; +$a->strings["Site setup and configuration"] = "Website opzetten en configureren"; +$a->strings["Navigation"] = "Navigatie"; +$a->strings["Site map"] = "Sitemap"; +$a->strings["j F, Y"] = "F j Y"; +$a->strings["j F"] = "F j"; +$a->strings["Birthday:"] = "Verjaardag:"; +$a->strings["Age:"] = "Leeftijd:"; +$a->strings["for %1\$d %2\$s"] = "voor %1\$d %2\$s"; +$a->strings["Tags:"] = "Labels:"; +$a->strings["Religion:"] = "Religie:"; +$a->strings["Hobbies/Interests:"] = "Hobby:"; +$a->strings["Contact information and Social Networks:"] = "Contactinformatie en sociale netwerken:"; +$a->strings["Musical interests:"] = "Muzikale interesse "; +$a->strings["Books, literature:"] = "Boeken, literatuur:"; +$a->strings["Television:"] = "Televisie"; +$a->strings["Film/dance/culture/entertainment:"] = "Film/dans/cultuur/ontspanning:"; +$a->strings["Love/Romance:"] = "Liefde/romance:"; +$a->strings["Work/employment:"] = "Werk/beroep:"; +$a->strings["School/education:"] = "School/opleiding:"; +$a->strings["Image/photo"] = "Afbeelding/foto"; +$a->strings["%s wrote the following post"] = "%s schreef het volgende bericht"; +$a->strings["$1 wrote:"] = "$1 schreef:"; +$a->strings["Encrypted content"] = "Versleutelde inhoud"; +$a->strings["Unknown | Not categorised"] = "Onbekend | Niet "; +$a->strings["Block immediately"] = "Onmiddellijk blokkeren"; +$a->strings["Shady, spammer, self-marketer"] = ""; +$a->strings["Known to me, but no opinion"] = "Bekend, maar geen mening"; +$a->strings["OK, probably harmless"] = "OK, waarschijnlijk onschadelijk"; +$a->strings["Reputable, has my trust"] = "Gerenommeerd, heeft mijn vertrouwen"; +$a->strings["Weekly"] = "wekelijks"; +$a->strings["Monthly"] = "maandelijks"; +$a->strings["OStatus"] = "OStatus"; +$a->strings["RSS/Atom"] = "RSS/Atom"; +$a->strings["Zot!"] = "Zot!"; +$a->strings["LinkedIn"] = "Linkedln"; +$a->strings["XMPP/IM"] = "XMPP/IM"; +$a->strings["MySpace"] = "Myspace"; +$a->strings["Google+"] = "Google+"; +$a->strings["pump.io"] = ""; +$a->strings["Twitter"] = ""; +$a->strings["Miscellaneous"] = "Diversen"; +$a->strings["year"] = "jaar"; +$a->strings["month"] = "maand"; +$a->strings["day"] = "dag"; +$a->strings["never"] = "nooit"; +$a->strings["less than a second ago"] = "minder dan een seconde geleden"; +$a->strings["years"] = "jaren"; +$a->strings["months"] = "maanden"; +$a->strings["week"] = "week"; +$a->strings["weeks"] = "weken"; +$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"] = "secondes"; +$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s geleden"; +$a->strings["%s's birthday"] = "%s's verjaardag"; +$a->strings["Happy Birthday %s"] = "Gefeliciteerd %s"; +$a->strings["General Features"] = "Algemene functies"; +$a->strings["Multiple Profiles"] = "Meerdere profielen"; +$a->strings["Ability to create multiple profiles"] = "Mogelijkheid om meerdere profielen aan te maken"; +$a->strings["Post Composition Features"] = "Functies voor het opstellen van berichten"; +$a->strings["Richtext Editor"] = "RTF-tekstverwerker"; +$a->strings["Enable richtext editor"] = "Gebruik een tekstverwerker met eenvoudige opmaakfuncties"; +$a->strings["Post Preview"] = "Voorvertoning bericht"; +$a->strings["Allow previewing posts and comments before publishing them"] = ""; +$a->strings["Network Sidebar Widgets"] = "Zijbalkwidgets op netwerkpagina"; +$a->strings["Search by Date"] = "Zoeken op datum"; +$a->strings["Ability to select posts by date ranges"] = "Mogelijkheid om berichten te selecteren volgens datumbereik"; +$a->strings["Group Filter"] = "Groepsfilter"; +$a->strings["Enable widget to display Network posts only from selected group"] = "Sta de widget toe om netwerkberichten te tonen van bepaalde groepen"; +$a->strings["Network Filter"] = "Netwerkfilter"; +$a->strings["Enable widget to display Network posts only from selected network"] = "Sta de widget toe om netwerkberichten te tonen van bepaalde netwerken"; +$a->strings["Save search terms for re-use"] = "Sla zoekopdrachten op voor hergebruik"; +$a->strings["Network Tabs"] = "Netwerktabs"; +$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 only new Network posts (from the last 12 hours)"] = "Laat de tab alleen nieuwe netwerkberichten tonen (van de laatste 12 uur)"; +$a->strings["Network Shared Links Tab"] = ""; +$a->strings["Enable tab to display only Network posts with links in them"] = ""; +$a->strings["Post/Comment Tools"] = "Bericht-/reactiehulpmiddelen"; +$a->strings["Multiple Deletion"] = "Meervoudige verwijdering"; +$a->strings["Select and delete multiple posts/comments at once"] = "Selecteer en verwijder meerdere berichten/reacties in een keer"; +$a->strings["Edit Sent Posts"] = "Bewerk verzonden berichten"; +$a->strings["Edit and correct posts and comments after sending"] = "Bewerk en corrigeer berichten en reacties na verzending"; +$a->strings["Tagging"] = "Labelen"; +$a->strings["Ability to tag existing posts"] = "Mogelijkheid om bestaande berichten te labelen"; +$a->strings["Post Categories"] = "Categorieën berichten"; +$a->strings["Add categories to your posts"] = "Voeg categorieën toe aan je berichten"; +$a->strings["Ability to file posts under folders"] = "Mogelijkheid om berichten in mappen te bewaren"; +$a->strings["Dislike Posts"] = "Vind berichten niet leuk"; +$a->strings["Ability to dislike posts/comments"] = "Mogelijkheid om berichten of reacties niet leuk te vinden"; +$a->strings["Star Posts"] = "Geef berichten een ster"; +$a->strings["Ability to mark special posts with a star indicator"] = ""; +$a->strings["Sharing notification from Diaspora network"] = ""; +$a->strings["Attachments:"] = "Bijlagen:"; +$a->strings["Visible to everybody"] = "Zichtbaar voor iedereen"; +$a->strings["A new person is sharing with you at "] = ""; +$a->strings["You have a new follower at "] = "Je hebt een nieuwe volger op "; +$a->strings["Do you really want to delete this item?"] = "Wil je echt dit item verwijderen?"; +$a->strings["Archives"] = "Archieven"; +$a->strings["Embedded content"] = "Ingebedde inhoud"; +$a->strings["Embedding disabled"] = "Inbedden uitgeschakeld"; +$a->strings["Welcome "] = "Welkom"; +$a->strings["Please upload a profile photo."] = "Upload een profielfoto."; +$a->strings["Welcome back "] = "Welkom terug "; +$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = ""; +$a->strings["Male"] = "Man"; +$a->strings["Female"] = "Vrouw"; +$a->strings["Currently Male"] = "Momenteel mannelijk"; +$a->strings["Currently Female"] = "Momenteel vrouwelijk"; +$a->strings["Mostly Male"] = "Meestal mannelijk"; +$a->strings["Mostly Female"] = "Meestal vrouwelijk"; +$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-specifiek"; +$a->strings["Other"] = "Anders"; +$a->strings["Undecided"] = "Onbeslist"; +$a->strings["Males"] = "Manen"; +$a->strings["Females"] = "Vrouwen"; +$a->strings["Gay"] = "Homo"; +$a->strings["Lesbian"] = "Lesbie"; +$a->strings["No Preference"] = "Geen voorkeur"; +$a->strings["Bisexual"] = "Biseksueel"; +$a->strings["Autosexual"] = "Autoseksueel"; +$a->strings["Abstinent"] = "Onthouder"; +$a->strings["Virgin"] = "Maagd"; +$a->strings["Deviant"] = "Afwijkend"; +$a->strings["Fetish"] = ""; +$a->strings["Oodles"] = ""; +$a->strings["Nonsexual"] = "Niet seksueel"; +$a->strings["Single"] = "Alleenstaand"; +$a->strings["Lonely"] = "Eenzaam"; +$a->strings["Available"] = "Beschikbaar"; +$a->strings["Unavailable"] = "Onbeschikbaar"; +$a->strings["Has crush"] = "Verliefd"; +$a->strings["Infatuated"] = ""; +$a->strings["Dating"] = "Aan het daten"; +$a->strings["Unfaithful"] = "Ontrouw"; +$a->strings["Sex Addict"] = "Seksverslaafd"; +$a->strings["Friends/Benefits"] = "Vriendschap plus"; +$a->strings["Casual"] = ""; +$a->strings["Engaged"] = "Verloofd"; +$a->strings["Married"] = "Getrouwd"; +$a->strings["Imaginarily married"] = ""; +$a->strings["Partners"] = "Partners"; +$a->strings["Cohabiting"] = "Samenwonend"; +$a->strings["Common law"] = ""; +$a->strings["Happy"] = "Blij"; +$a->strings["Not looking"] = ""; +$a->strings["Swinger"] = "Swinger"; +$a->strings["Betrayed"] = "Bedrogen"; +$a->strings["Separated"] = ""; +$a->strings["Unstable"] = "Onstabiel"; +$a->strings["Divorced"] = "Gescheiden"; +$a->strings["Imaginarily divorced"] = ""; +$a->strings["Widowed"] = ""; +$a->strings["Uncertain"] = "Onzeker"; +$a->strings["It's complicated"] = "Het is gecompliceerd"; +$a->strings["Don't care"] = "Kan me niet schelen"; +$a->strings["Ask me"] = "Vraag me"; +$a->strings["stopped following"] = ""; +$a->strings["Drop Contact"] = ""; +$a->strings["Cannot locate DNS info for database server '%s'"] = ""; From 90661a3cdcd9b8f1f14df4bd7e89761573d691a1 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 6 Apr 2014 07:58:32 +0200 Subject: [PATCH 23/42] RU: update to the strings --- view/ru/messages.po | 6 +++--- view/ru/strings.php | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/view/ru/messages.po b/view/ru/messages.po index 37190792f1..42f8d77f91 100644 --- a/view/ru/messages.po +++ b/view/ru/messages.po @@ -16,7 +16,7 @@ msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-12-31 18:07+0100\n" -"PO-Revision-Date: 2014-02-24 07:21+0000\n" +"PO-Revision-Date: 2014-03-12 05:32+0000\n" "Last-Translator: vislav \n" "Language-Team: Russian (http://www.transifex.com/projects/p/friendica/language/ru/)\n" "MIME-Version: 1.0\n" @@ -5885,12 +5885,12 @@ msgstr "%s не нравится это." #: ../../include/conversation.php:944 #, php-format msgid "%2$d people like this" -msgstr "" +msgstr "%2$d людям нравится это" #: ../../include/conversation.php:947 #, php-format msgid "%2$d people don't like this" -msgstr "" +msgstr "%2$d людям не нравится это" #: ../../include/conversation.php:961 msgid "and" diff --git a/view/ru/strings.php b/view/ru/strings.php index 4e5c264bc6..4e2a51ec9e 100644 --- a/view/ru/strings.php +++ b/view/ru/strings.php @@ -1351,8 +1351,8 @@ $a->strings["Send PM"] = "Отправить ЛС"; $a->strings["Poke"] = ""; $a->strings["%s likes this."] = "%s нравится это."; $a->strings["%s doesn't like this."] = "%s не нравится это."; -$a->strings["%2\$d people like this"] = ""; -$a->strings["%2\$d people don't like this"] = ""; +$a->strings["%2\$d people like this"] = "%2\$d людям нравится это"; +$a->strings["%2\$d people don't like this"] = "%2\$d людям не нравится это"; $a->strings["and"] = "и"; $a->strings[", and %d other people"] = ", и %d других чел."; $a->strings["%s like this."] = "%s нравится это."; From 0d46dca4c1f41017067d5dc3a778abc64a95dbad Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 6 Apr 2014 08:01:23 +0200 Subject: [PATCH 24/42] ES: update to the strings --- view/es/messages.po | 14412 +++++++++++++++------------------- view/es/strings.php | 2721 +++---- view/es/update_fail_eml.tpl | 11 + 3 files changed, 7407 insertions(+), 9737 deletions(-) create mode 100644 view/es/update_fail_eml.tpl diff --git a/view/es/messages.po b/view/es/messages.po index a6ecbbdfed..96cb55e9e2 100644 --- a/view/es/messages.po +++ b/view/es/messages.po @@ -1,23 +1,38 @@ # FRIENDICA Distributed Social Network -# Copyright (C) 2010, 2011 the Friendica Project +# Copyright (C) 2010, 2011, 2012, 2013 the Friendica Project # This file is distributed under the same license as the Friendica package. # # Translators: -# , 2011. -# Carlos Solís , 2012. -# David Martín Miranda, 2011. -# , 2011, 2012. -# Manuel Pérez , 2011-2012. -# Manuel Pérez Monís, 2011. -# Mike Macgirvin, 2010. -# , 2012. +# bavatar , 2011 +# Manuel Pérez , 2011 +# Carlos Solís , 2012 +# David Martín Miranda, 2011 +# Erkan Yilmaz , 2011 +# Fabian Dost , 2012 +# Fabian Dost , 2012 +# greeneyedred , 2012 +# Hauke Zühl , 2012 +# Hauke Zühl , 2011-2012 +# juanman , 2011-2012 +# leberwurscht , 2012 +# Manuel Pérez , 2011-2012,2014 +# Manuel Pérez Monís, 2011 +# marmor , 2012 +# Martin Schmitt , 2012 +# MatthiasMoritz , 2012 +# Mike Macgirvin, 2010 +# Oliver , 2012 +# Sennewood , 2013 +# bavatar , 2013 +# bavatar , 2012 +# tschlotfeldt , 2011 msgid "" msgstr "" "Project-Id-Version: friendica\n" -"Report-Msgid-Bugs-To: http://bugs.friendica.com/\n" -"POT-Creation-Date: 2012-10-30 10:00-0700\n" -"PO-Revision-Date: 2012-11-01 12:11+0000\n" -"Last-Translator: bavatar \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-12-31 18:07+0100\n" +"PO-Revision-Date: 2014-03-09 17:15+0000\n" +"Last-Translator: Manuel Pérez \n" "Language-Team: Spanish (http://www.transifex.com/projects/p/friendica/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -25,375 +40,1090 @@ msgstr "" "Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../mod/oexchange.php:25 -msgid "Post successful." -msgstr "¡Publicado!" +#: ../../object/Item.php:92 +msgid "This entry was edited" +msgstr "" -#: ../../mod/update_notes.php:41 ../../mod/update_community.php:18 -#: ../../mod/update_network.php:22 ../../mod/update_profile.php:41 -msgid "[Embedded content - reload page to view]" -msgstr "[Contenido incrustado - recarga la página para verlo]" +#: ../../object/Item.php:113 ../../mod/content.php:619 +#: ../../mod/photos.php:1351 +msgid "Private Message" +msgstr "Mensaje privado" -#: ../../mod/crepair.php:102 -msgid "Contact settings applied." -msgstr "Contacto configurado con éxito." +#: ../../object/Item.php:117 ../../mod/editpost.php:109 +#: ../../mod/content.php:727 ../../mod/settings.php:663 +msgid "Edit" +msgstr "Editar" -#: ../../mod/crepair.php:104 -msgid "Contact update failed." -msgstr "Error al actualizar el Contacto." +#: ../../object/Item.php:126 ../../mod/content.php:437 +#: ../../mod/content.php:739 ../../include/conversation.php:611 +msgid "Select" +msgstr "Seleccionar" -#: ../../mod/crepair.php:115 ../../mod/wall_attach.php:55 -#: ../../mod/fsuggest.php:78 ../../mod/events.php:140 ../../mod/api.php:26 -#: ../../mod/api.php:31 ../../mod/photos.php:132 ../../mod/photos.php:994 -#: ../../mod/editpost.php:10 ../../mod/install.php:151 ../../mod/poke.php:135 -#: ../../mod/notifications.php:66 ../../mod/contacts.php:146 -#: ../../mod/settings.php:86 ../../mod/settings.php:525 -#: ../../mod/settings.php:530 ../../mod/manage.php:90 ../../mod/network.php:6 -#: ../../mod/notes.php:20 ../../mod/wallmessage.php:9 -#: ../../mod/wallmessage.php:33 ../../mod/wallmessage.php:79 -#: ../../mod/wallmessage.php:103 ../../mod/attach.php:33 -#: ../../mod/group.php:19 ../../mod/viewcontacts.php:22 -#: ../../mod/register.php:38 ../../mod/regmod.php:116 ../../mod/item.php:126 -#: ../../mod/item.php:142 ../../mod/mood.php:114 -#: ../../mod/profile_photo.php:19 ../../mod/profile_photo.php:169 -#: ../../mod/profile_photo.php:180 ../../mod/profile_photo.php:193 -#: ../../mod/message.php:38 ../../mod/message.php:168 -#: ../../mod/allfriends.php:9 ../../mod/nogroup.php:25 -#: ../../mod/wall_upload.php:64 ../../mod/follow.php:9 -#: ../../mod/display.php:141 ../../mod/profiles.php:7 -#: ../../mod/profiles.php:424 ../../mod/delegate.php:6 -#: ../../mod/suggest.php:28 ../../mod/invite.php:13 ../../mod/invite.php:81 -#: ../../mod/dfrn_confirm.php:53 ../../addon/facebook/facebook.php:510 -#: ../../addon/facebook/facebook.php:516 ../../addon/fbpost/fbpost.php:159 -#: ../../addon/fbpost/fbpost.php:165 -#: ../../addon/dav/friendica/layout.fnk.php:354 ../../include/items.php:3914 -#: ../../index.php:319 ../../addon.old/facebook/facebook.php:510 -#: ../../addon.old/facebook/facebook.php:516 -#: ../../addon.old/fbpost/fbpost.php:159 ../../addon.old/fbpost/fbpost.php:165 -#: ../../addon.old/dav/friendica/layout.fnk.php:354 -msgid "Permission denied." -msgstr "Permiso denegado." +#: ../../object/Item.php:127 ../../mod/admin.php:907 ../../mod/content.php:438 +#: ../../mod/content.php:740 ../../mod/contacts.php:695 +#: ../../mod/settings.php:664 ../../mod/group.php:171 +#: ../../mod/photos.php:1637 ../../include/conversation.php:612 +msgid "Delete" +msgstr "Eliminar" -#: ../../mod/crepair.php:129 ../../mod/fsuggest.php:20 -#: ../../mod/fsuggest.php:92 ../../mod/dfrn_confirm.php:118 -msgid "Contact not found." -msgstr "Contacto no encontrado." +#: ../../object/Item.php:130 ../../mod/content.php:762 +msgid "save to folder" +msgstr "grabado en directorio" -#: ../../mod/crepair.php:135 -msgid "Repair Contact Settings" -msgstr "Reparar la configuración del Contacto" +#: ../../object/Item.php:192 ../../mod/content.php:752 +msgid "add star" +msgstr "Añadir estrella" -#: ../../mod/crepair.php:137 -msgid "" -"WARNING: This is highly advanced and if you enter incorrect" -" information your communications with this contact may stop working." -msgstr "ADVERTENCIA: Esto es muy avanzado y si se introduce información incorrecta tu conexión con este contacto puede dejar de funcionar." +#: ../../object/Item.php:193 ../../mod/content.php:753 +msgid "remove star" +msgstr "Quitar estrella" -#: ../../mod/crepair.php:138 -msgid "" -"Please use your browser 'Back' button now if you are " -"uncertain what to do on this page." -msgstr "Por favor usa el botón 'Atás' de tu navegador ahora si no tienes claro qué hacer en esta página." +#: ../../object/Item.php:194 ../../mod/content.php:754 +msgid "toggle star status" +msgstr "Añadir a destacados" -#: ../../mod/crepair.php:144 -msgid "Return to contact editor" -msgstr "Volver al editor de contactos" +#: ../../object/Item.php:197 ../../mod/content.php:757 +msgid "starred" +msgstr "marcados con estrellas" -#: ../../mod/crepair.php:148 ../../mod/settings.php:545 -#: ../../mod/settings.php:571 ../../mod/admin.php:692 ../../mod/admin.php:702 -msgid "Name" -msgstr "Nombre" +#: ../../object/Item.php:202 ../../mod/content.php:758 +msgid "add tag" +msgstr "añadir etiqueta" -#: ../../mod/crepair.php:149 -msgid "Account Nickname" -msgstr "Apodo de la cuenta" +#: ../../object/Item.php:213 ../../mod/content.php:683 +#: ../../mod/photos.php:1529 +msgid "I like this (toggle)" +msgstr "Me gusta esto (cambiar)" -#: ../../mod/crepair.php:150 -msgid "@Tagname - overrides Name/Nickname" -msgstr "@Etiqueta - Sobrescribe el Nombre/Apodo" +#: ../../object/Item.php:213 ../../mod/content.php:683 +msgid "like" +msgstr "me gusta" -#: ../../mod/crepair.php:151 -msgid "Account URL" -msgstr "Dirección de la cuenta" +#: ../../object/Item.php:214 ../../mod/content.php:684 +#: ../../mod/photos.php:1530 +msgid "I don't like this (toggle)" +msgstr "No me gusta esto (cambiar)" -#: ../../mod/crepair.php:152 -msgid "Friend Request URL" -msgstr "Dirección de la solicitud de amistad" +#: ../../object/Item.php:214 ../../mod/content.php:684 +msgid "dislike" +msgstr "no me gusta" -#: ../../mod/crepair.php:153 -msgid "Friend Confirm URL" -msgstr "Dirección de confirmación de tu amigo " +#: ../../object/Item.php:216 ../../mod/content.php:686 +msgid "Share this" +msgstr "Compartir esto" -#: ../../mod/crepair.php:154 -msgid "Notification Endpoint URL" -msgstr "Dirección URL de la notificación" +#: ../../object/Item.php:216 ../../mod/content.php:686 +msgid "share" +msgstr "compartir" -#: ../../mod/crepair.php:155 -msgid "Poll/Feed URL" -msgstr "Dirección del Sondeo/Fuentes" +#: ../../object/Item.php:278 ../../include/conversation.php:663 +msgid "Categories:" +msgstr "Categorías:" -#: ../../mod/crepair.php:156 -msgid "New photo from this URL" -msgstr "Nueva foto de esta dirección" +#: ../../object/Item.php:279 ../../include/conversation.php:664 +msgid "Filed under:" +msgstr "Archivado en:" -#: ../../mod/crepair.php:166 ../../mod/fsuggest.php:107 -#: ../../mod/events.php:455 ../../mod/photos.php:1027 -#: ../../mod/photos.php:1103 ../../mod/photos.php:1366 -#: ../../mod/photos.php:1406 ../../mod/photos.php:1449 -#: ../../mod/photos.php:1520 ../../mod/install.php:246 -#: ../../mod/install.php:284 ../../mod/localtime.php:45 ../../mod/poke.php:199 -#: ../../mod/content.php:693 ../../mod/contacts.php:348 -#: ../../mod/settings.php:543 ../../mod/settings.php:697 -#: ../../mod/settings.php:769 ../../mod/settings.php:976 -#: ../../mod/group.php:85 ../../mod/mood.php:137 ../../mod/message.php:294 -#: ../../mod/message.php:480 ../../mod/admin.php:443 ../../mod/admin.php:689 -#: ../../mod/admin.php:826 ../../mod/admin.php:1025 ../../mod/admin.php:1112 -#: ../../mod/profiles.php:594 ../../mod/invite.php:119 -#: ../../addon/fromgplus/fromgplus.php:40 -#: ../../addon/facebook/facebook.php:619 -#: ../../addon/snautofollow/snautofollow.php:64 -#: ../../addon/fbpost/fbpost.php:226 ../../addon/yourls/yourls.php:76 -#: ../../addon/ljpost/ljpost.php:93 ../../addon/nsfw/nsfw.php:88 -#: ../../addon/page/page.php:211 ../../addon/planets/planets.php:158 -#: ../../addon/uhremotestorage/uhremotestorage.php:89 -#: ../../addon/randplace/randplace.php:177 ../../addon/dwpost/dwpost.php:93 -#: ../../addon/remote_permissions/remote_permissions.php:47 -#: ../../addon/remote_permissions/remote_permissions.php:195 -#: ../../addon/startpage/startpage.php:92 -#: ../../addon/geonames/geonames.php:187 -#: ../../addon/forumlist/forumlist.php:175 -#: ../../addon/impressum/impressum.php:83 -#: ../../addon/notimeline/notimeline.php:64 ../../addon/blockem/blockem.php:57 -#: ../../addon/qcomment/qcomment.php:61 -#: ../../addon/openstreetmap/openstreetmap.php:70 -#: ../../addon/group_text/group_text.php:84 -#: ../../addon/libravatar/libravatar.php:99 -#: ../../addon/libertree/libertree.php:90 ../../addon/altpager/altpager.php:87 -#: ../../addon/mathjax/mathjax.php:42 ../../addon/editplain/editplain.php:84 -#: ../../addon/blackout/blackout.php:98 ../../addon/gravatar/gravatar.php:95 -#: ../../addon/pageheader/pageheader.php:55 ../../addon/ijpost/ijpost.php:93 -#: ../../addon/jappixmini/jappixmini.php:307 -#: ../../addon/statusnet/statusnet.php:278 -#: ../../addon/statusnet/statusnet.php:292 -#: ../../addon/statusnet/statusnet.php:318 -#: ../../addon/statusnet/statusnet.php:325 -#: ../../addon/statusnet/statusnet.php:353 -#: ../../addon/statusnet/statusnet.php:576 ../../addon/tumblr/tumblr.php:90 -#: ../../addon/numfriends/numfriends.php:85 ../../addon/gnot/gnot.php:88 -#: ../../addon/wppost/wppost.php:110 ../../addon/showmore/showmore.php:48 -#: ../../addon/piwik/piwik.php:89 ../../addon/twitter/twitter.php:180 -#: ../../addon/twitter/twitter.php:209 ../../addon/twitter/twitter.php:394 -#: ../../addon/irc/irc.php:55 ../../addon/fromapp/fromapp.php:77 -#: ../../addon/blogger/blogger.php:102 ../../addon/posterous/posterous.php:103 -#: ../../view/theme/cleanzero/config.php:80 -#: ../../view/theme/diabook/theme.php:599 -#: ../../view/theme/diabook/config.php:152 +#: ../../object/Item.php:287 ../../object/Item.php:288 +#: ../../mod/content.php:471 ../../mod/content.php:851 +#: ../../mod/content.php:852 ../../include/conversation.php:651 +#, php-format +msgid "View %s's profile @ %s" +msgstr "Ver perfil de %s @ %s" + +#: ../../object/Item.php:289 ../../mod/content.php:853 +msgid "to" +msgstr "a" + +#: ../../object/Item.php:290 +msgid "via" +msgstr "vía" + +#: ../../object/Item.php:291 ../../mod/content.php:854 +msgid "Wall-to-Wall" +msgstr "Muro-A-Muro" + +#: ../../object/Item.php:292 ../../mod/content.php:855 +msgid "via Wall-To-Wall:" +msgstr "via Muro-A-Muro:" + +#: ../../object/Item.php:301 ../../mod/content.php:481 +#: ../../mod/content.php:863 ../../include/conversation.php:671 +#, php-format +msgid "%s from %s" +msgstr "%s de %s" + +#: ../../object/Item.php:319 ../../object/Item.php:635 ../../boot.php:685 +#: ../../mod/content.php:708 ../../mod/photos.php:1551 +#: ../../mod/photos.php:1595 ../../mod/photos.php:1678 +msgid "Comment" +msgstr "Comentar" + +#: ../../object/Item.php:322 ../../mod/wallmessage.php:156 +#: ../../mod/editpost.php:124 ../../mod/content.php:498 +#: ../../mod/content.php:882 ../../mod/message.php:334 +#: ../../mod/message.php:565 ../../mod/photos.php:1532 +#: ../../include/conversation.php:688 ../../include/conversation.php:1099 +msgid "Please wait" +msgstr "Por favor, espera" + +#: ../../object/Item.php:345 ../../mod/content.php:602 +#, php-format +msgid "%d comment" +msgid_plural "%d comments" +msgstr[0] "%d comentario" +msgstr[1] "%d comentarios" + +#: ../../object/Item.php:347 ../../object/Item.php:360 +#: ../../mod/content.php:604 ../../include/text.php:1928 +msgid "comment" +msgid_plural "comments" +msgstr[0] "" +msgstr[1] "Comentario" + +#: ../../object/Item.php:348 ../../boot.php:686 ../../mod/content.php:605 +#: ../../include/contact_widgets.php:204 +msgid "show more" +msgstr "ver más" + +#: ../../object/Item.php:633 ../../mod/content.php:706 +#: ../../mod/photos.php:1549 ../../mod/photos.php:1593 +#: ../../mod/photos.php:1676 +msgid "This is you" +msgstr "Este eres tú" + +#: ../../object/Item.php:636 ../../view/theme/perihel/config.php:95 +#: ../../view/theme/diabook/theme.php:633 +#: ../../view/theme/diabook/config.php:148 #: ../../view/theme/quattro/config.php:64 ../../view/theme/dispy/config.php:70 -#: ../../object/Item.php:558 ../../addon.old/fromgplus/fromgplus.php:40 -#: ../../addon.old/facebook/facebook.php:619 -#: ../../addon.old/snautofollow/snautofollow.php:64 -#: ../../addon.old/bg/bg.php:90 ../../addon.old/fbpost/fbpost.php:226 -#: ../../addon.old/yourls/yourls.php:76 ../../addon.old/ljpost/ljpost.php:93 -#: ../../addon.old/nsfw/nsfw.php:88 ../../addon.old/page/page.php:211 -#: ../../addon.old/planets/planets.php:158 -#: ../../addon.old/uhremotestorage/uhremotestorage.php:89 -#: ../../addon.old/randplace/randplace.php:177 -#: ../../addon.old/dwpost/dwpost.php:93 ../../addon.old/drpost/drpost.php:110 -#: ../../addon.old/startpage/startpage.php:92 -#: ../../addon.old/geonames/geonames.php:187 -#: ../../addon.old/oembed.old/oembed.php:41 -#: ../../addon.old/forumlist/forumlist.php:175 -#: ../../addon.old/impressum/impressum.php:83 -#: ../../addon.old/notimeline/notimeline.php:64 -#: ../../addon.old/blockem/blockem.php:57 -#: ../../addon.old/qcomment/qcomment.php:61 -#: ../../addon.old/openstreetmap/openstreetmap.php:70 -#: ../../addon.old/group_text/group_text.php:84 -#: ../../addon.old/libravatar/libravatar.php:99 -#: ../../addon.old/libertree/libertree.php:90 -#: ../../addon.old/altpager/altpager.php:87 -#: ../../addon.old/mathjax/mathjax.php:42 -#: ../../addon.old/editplain/editplain.php:84 -#: ../../addon.old/blackout/blackout.php:98 -#: ../../addon.old/gravatar/gravatar.php:95 -#: ../../addon.old/pageheader/pageheader.php:55 -#: ../../addon.old/ijpost/ijpost.php:93 -#: ../../addon.old/jappixmini/jappixmini.php:307 -#: ../../addon.old/statusnet/statusnet.php:278 -#: ../../addon.old/statusnet/statusnet.php:292 -#: ../../addon.old/statusnet/statusnet.php:318 -#: ../../addon.old/statusnet/statusnet.php:325 -#: ../../addon.old/statusnet/statusnet.php:353 -#: ../../addon.old/statusnet/statusnet.php:576 -#: ../../addon.old/tumblr/tumblr.php:90 -#: ../../addon.old/numfriends/numfriends.php:85 -#: ../../addon.old/gnot/gnot.php:88 ../../addon.old/wppost/wppost.php:110 -#: ../../addon.old/showmore/showmore.php:48 ../../addon.old/piwik/piwik.php:89 -#: ../../addon.old/twitter/twitter.php:180 -#: ../../addon.old/twitter/twitter.php:209 -#: ../../addon.old/twitter/twitter.php:394 ../../addon.old/irc/irc.php:55 -#: ../../addon.old/fromapp/fromapp.php:77 -#: ../../addon.old/blogger/blogger.php:102 -#: ../../addon.old/posterous/posterous.php:103 +#: ../../view/theme/clean/config.php:71 +#: ../../view/theme/cleanzero/config.php:80 ../../mod/mood.php:137 +#: ../../mod/install.php:248 ../../mod/install.php:286 +#: ../../mod/crepair.php:171 ../../mod/content.php:709 +#: ../../mod/contacts.php:458 ../../mod/profiles.php:630 +#: ../../mod/message.php:335 ../../mod/message.php:564 +#: ../../mod/localtime.php:45 ../../mod/photos.php:1078 +#: ../../mod/photos.php:1199 ../../mod/photos.php:1501 +#: ../../mod/photos.php:1552 ../../mod/photos.php:1596 +#: ../../mod/photos.php:1679 ../../mod/poke.php:199 ../../mod/events.php:478 +#: ../../mod/fsuggest.php:107 ../../mod/invite.php:140 +#: ../../mod/manage.php:110 msgid "Submit" msgstr "Envíar" -#: ../../mod/help.php:30 -msgid "Help:" -msgstr "Ayuda:" +#: ../../object/Item.php:637 ../../mod/content.php:710 +msgid "Bold" +msgstr "Negrita" -#: ../../mod/help.php:34 ../../addon/dav/friendica/layout.fnk.php:225 -#: ../../include/nav.php:86 ../../addon.old/dav/friendica/layout.fnk.php:225 -msgid "Help" -msgstr "Ayuda" +#: ../../object/Item.php:638 ../../mod/content.php:711 +msgid "Italic" +msgstr "Cursiva" -#: ../../mod/help.php:38 ../../index.php:228 +#: ../../object/Item.php:639 ../../mod/content.php:712 +msgid "Underline" +msgstr "Subrayado" + +#: ../../object/Item.php:640 ../../mod/content.php:713 +msgid "Quote" +msgstr "Cita" + +#: ../../object/Item.php:641 ../../mod/content.php:714 +msgid "Code" +msgstr "Código" + +#: ../../object/Item.php:642 ../../mod/content.php:715 +msgid "Image" +msgstr "Imagen" + +#: ../../object/Item.php:643 ../../mod/content.php:716 +msgid "Link" +msgstr "Enlace" + +#: ../../object/Item.php:644 ../../mod/content.php:717 +msgid "Video" +msgstr "Vídeo" + +#: ../../object/Item.php:645 ../../mod/editpost.php:145 +#: ../../mod/content.php:718 ../../mod/photos.php:1553 +#: ../../mod/photos.php:1597 ../../mod/photos.php:1680 +#: ../../include/conversation.php:1116 +msgid "Preview" +msgstr "Vista previa" + +#: ../../index.php:199 ../../mod/apps.php:7 +msgid "You must be logged in to use addons. " +msgstr "" + +#: ../../index.php:243 ../../mod/help.php:90 msgid "Not Found" msgstr "No se ha encontrado" -#: ../../mod/help.php:41 ../../index.php:231 +#: ../../index.php:246 ../../mod/help.php:93 msgid "Page not found." msgstr "Página no encontrada." -#: ../../mod/wall_attach.php:69 -#, php-format -msgid "File exceeds size limit of %d" -msgstr "El tamaño del archivo excede el límite de %d" +#: ../../index.php:355 ../../mod/group.php:72 ../../mod/profperm.php:19 +msgid "Permission denied" +msgstr "Permiso denegado" -#: ../../mod/wall_attach.php:110 ../../mod/wall_attach.php:121 -msgid "File upload failed." -msgstr "Ha fallado la subida del archivo." +#: ../../index.php:356 ../../mod/mood.php:114 ../../mod/display.php:242 +#: ../../mod/register.php:40 ../../mod/dfrn_confirm.php:53 +#: ../../mod/api.php:26 ../../mod/api.php:31 ../../mod/wallmessage.php:9 +#: ../../mod/wallmessage.php:33 ../../mod/wallmessage.php:79 +#: ../../mod/wallmessage.php:103 ../../mod/suggest.php:56 +#: ../../mod/network.php:6 ../../mod/install.php:151 ../../mod/editpost.php:10 +#: ../../mod/attach.php:33 ../../mod/regmod.php:118 ../../mod/crepair.php:117 +#: ../../mod/uimport.php:23 ../../mod/notes.php:20 ../../mod/contacts.php:240 +#: ../../mod/settings.php:96 ../../mod/settings.php:583 +#: ../../mod/settings.php:588 ../../mod/profiles.php:146 +#: ../../mod/profiles.php:571 ../../mod/group.php:19 ../../mod/follow.php:9 +#: ../../mod/message.php:38 ../../mod/message.php:174 +#: ../../mod/viewcontacts.php:22 ../../mod/photos.php:133 +#: ../../mod/photos.php:1044 ../../mod/wall_attach.php:55 +#: ../../mod/poke.php:135 ../../mod/wall_upload.php:66 +#: ../../mod/profile_photo.php:19 ../../mod/profile_photo.php:169 +#: ../../mod/profile_photo.php:180 ../../mod/profile_photo.php:193 +#: ../../mod/events.php:140 ../../mod/delegate.php:6 ../../mod/nogroup.php:25 +#: ../../mod/fsuggest.php:78 ../../mod/item.php:143 ../../mod/item.php:159 +#: ../../mod/notifications.php:66 ../../mod/invite.php:15 +#: ../../mod/invite.php:101 ../../mod/manage.php:96 ../../mod/allfriends.php:9 +#: ../../include/items.php:4215 +msgid "Permission denied." +msgstr "Permiso denegado." -#: ../../mod/fsuggest.php:63 -msgid "Friend suggestion sent." -msgstr "Solicitud de amistad enviada." +#: ../../index.php:415 +msgid "toggle mobile" +msgstr "Cambiar a versión móvil" -#: ../../mod/fsuggest.php:97 -msgid "Suggest Friends" -msgstr "Sugerencias de amistad" +#: ../../view/theme/perihel/theme.php:33 +#: ../../view/theme/diabook/theme.php:123 ../../mod/notifications.php:93 +#: ../../include/nav.php:104 ../../include/nav.php:143 +msgid "Home" +msgstr "Inicio" -#: ../../mod/fsuggest.php:99 -#, php-format -msgid "Suggest a friend for %s" -msgstr "Recomienda un amigo a %s" +#: ../../view/theme/perihel/theme.php:33 +#: ../../view/theme/diabook/theme.php:123 ../../include/nav.php:76 +#: ../../include/nav.php:143 +msgid "Your posts and conversations" +msgstr "Tus publicaciones y conversaciones" -#: ../../mod/events.php:66 -msgid "Event title and start time are required." -msgstr "Título del evento y hora de inicio requeridas." +#: ../../view/theme/perihel/theme.php:34 +#: ../../view/theme/diabook/theme.php:124 ../../boot.php:1967 +#: ../../mod/newmember.php:32 ../../mod/profperm.php:103 +#: ../../include/nav.php:77 ../../include/profile_advanced.php:7 +#: ../../include/profile_advanced.php:84 +msgid "Profile" +msgstr "Perfil" -#: ../../mod/events.php:279 -msgid "l, F j" -msgstr "l, F j" +#: ../../view/theme/perihel/theme.php:34 +#: ../../view/theme/diabook/theme.php:124 ../../include/nav.php:77 +msgid "Your profile page" +msgstr "Tu página de perfil" -#: ../../mod/events.php:301 -msgid "Edit event" -msgstr "Editar evento" +#: ../../view/theme/perihel/theme.php:35 +#: ../../view/theme/diabook/theme.php:126 ../../boot.php:1974 +#: ../../mod/fbrowser.php:25 ../../include/nav.php:78 +msgid "Photos" +msgstr "Fotografías" -#: ../../mod/events.php:323 ../../include/text.php:1185 -msgid "link to source" -msgstr "Enlace al original" +#: ../../view/theme/perihel/theme.php:35 +#: ../../view/theme/diabook/theme.php:126 ../../include/nav.php:78 +msgid "Your photos" +msgstr "Tus fotos" -#: ../../mod/events.php:347 ../../view/theme/diabook/theme.php:90 -#: ../../include/nav.php:52 ../../boot.php:1701 +#: ../../view/theme/perihel/theme.php:36 +#: ../../view/theme/diabook/theme.php:127 ../../boot.php:1991 +#: ../../mod/events.php:370 ../../include/nav.php:79 msgid "Events" msgstr "Eventos" -#: ../../mod/events.php:348 -msgid "Create New Event" -msgstr "Crea un evento nuevo" +#: ../../view/theme/perihel/theme.php:36 +#: ../../view/theme/diabook/theme.php:127 ../../include/nav.php:79 +msgid "Your events" +msgstr "Tus eventos" -#: ../../mod/events.php:349 ../../addon/dav/friendica/layout.fnk.php:263 -#: ../../addon.old/dav/friendica/layout.fnk.php:263 -msgid "Previous" -msgstr "Previo" +#: ../../view/theme/perihel/theme.php:37 +#: ../../view/theme/diabook/theme.php:128 ../../include/nav.php:80 +msgid "Personal notes" +msgstr "Notas personales" -#: ../../mod/events.php:350 ../../mod/install.php:205 -#: ../../addon/dav/friendica/layout.fnk.php:266 -#: ../../addon.old/dav/friendica/layout.fnk.php:266 -msgid "Next" -msgstr "Siguiente" +#: ../../view/theme/perihel/theme.php:37 +#: ../../view/theme/diabook/theme.php:128 ../../include/nav.php:80 +msgid "Your personal photos" +msgstr "Tus fotos personales" -#: ../../mod/events.php:423 -msgid "hour:minute" -msgstr "hora:minuto" +#: ../../view/theme/perihel/theme.php:38 +#: ../../view/theme/diabook/theme.php:129 ../../mod/community.php:32 +#: ../../include/nav.php:128 +msgid "Community" +msgstr "Comunidad" -#: ../../mod/events.php:433 -msgid "Event details" -msgstr "Detalles del evento" +#: ../../view/theme/perihel/config.php:89 +#: ../../view/theme/diabook/theme.php:621 +#: ../../view/theme/diabook/config.php:142 ../../include/acl_selectors.php:327 +msgid "don't show" +msgstr "no mostrar" -#: ../../mod/events.php:434 +#: ../../view/theme/perihel/config.php:89 +#: ../../view/theme/diabook/theme.php:621 +#: ../../view/theme/diabook/config.php:142 ../../include/acl_selectors.php:326 +msgid "show" +msgstr "mostrar" + +#: ../../view/theme/perihel/config.php:97 +#: ../../view/theme/diabook/config.php:150 +#: ../../view/theme/quattro/config.php:66 ../../view/theme/dispy/config.php:72 +#: ../../view/theme/clean/config.php:73 +#: ../../view/theme/cleanzero/config.php:82 +msgid "Theme settings" +msgstr "Configuración del Tema" + +#: ../../view/theme/perihel/config.php:98 +#: ../../view/theme/diabook/config.php:151 +#: ../../view/theme/dispy/config.php:73 +#: ../../view/theme/cleanzero/config.php:84 +msgid "Set font-size for posts and comments" +msgstr "Tamaño del texto para publicaciones y comentarios" + +#: ../../view/theme/perihel/config.php:99 +#: ../../view/theme/diabook/config.php:152 +#: ../../view/theme/dispy/config.php:74 +msgid "Set line-height for posts and comments" +msgstr "Altura para las publicaciones y comentarios" + +#: ../../view/theme/perihel/config.php:100 +#: ../../view/theme/diabook/config.php:153 +msgid "Set resolution for middle column" +msgstr "Resolución para la columna central" + +#: ../../view/theme/diabook/theme.php:125 ../../mod/contacts.php:680 +#: ../../include/nav.php:171 +msgid "Contacts" +msgstr "Contactos" + +#: ../../view/theme/diabook/theme.php:125 +msgid "Your contacts" +msgstr "Tus contactos" + +#: ../../view/theme/diabook/theme.php:130 +#: ../../view/theme/diabook/theme.php:544 +#: ../../view/theme/diabook/theme.php:624 +#: ../../view/theme/diabook/config.php:158 +msgid "Community Pages" +msgstr "Páginas de Comunidad" + +#: ../../view/theme/diabook/theme.php:391 +#: ../../view/theme/diabook/theme.php:626 +#: ../../view/theme/diabook/config.php:160 +msgid "Community Profiles" +msgstr "Perfiles de la Comunidad" + +#: ../../view/theme/diabook/theme.php:412 +#: ../../view/theme/diabook/theme.php:630 +#: ../../view/theme/diabook/config.php:164 +msgid "Last users" +msgstr "Últimos usuarios" + +#: ../../view/theme/diabook/theme.php:441 +#: ../../view/theme/diabook/theme.php:632 +#: ../../view/theme/diabook/config.php:166 +msgid "Last likes" +msgstr "Últimos \"me gusta\"" + +#: ../../view/theme/diabook/theme.php:463 ../../include/conversation.php:118 +#: ../../include/conversation.php:246 ../../include/text.php:1922 +msgid "event" +msgstr "evento" + +#: ../../view/theme/diabook/theme.php:466 +#: ../../view/theme/diabook/theme.php:475 ../../mod/tagger.php:62 +#: ../../mod/like.php:151 ../../mod/like.php:322 ../../mod/subthread.php:87 +#: ../../include/conversation.php:121 ../../include/conversation.php:130 +#: ../../include/conversation.php:249 ../../include/conversation.php:258 +#: ../../include/diaspora.php:1878 +msgid "status" +msgstr "estado" + +#: ../../view/theme/diabook/theme.php:471 ../../mod/tagger.php:62 +#: ../../mod/like.php:151 ../../mod/subthread.php:87 +#: ../../include/conversation.php:126 ../../include/conversation.php:254 +#: ../../include/text.php:1924 ../../include/diaspora.php:1878 +msgid "photo" +msgstr "foto" + +#: ../../view/theme/diabook/theme.php:480 ../../mod/like.php:168 +#: ../../include/conversation.php:137 ../../include/diaspora.php:1894 #, php-format -msgid "Format is %s %s. Starting date and Title are required." -msgstr "El formato es %s %s. Fecha de inicio y título son obligatorios." +msgid "%1$s likes %2$s's %3$s" +msgstr "A %1$s le gusta %3$s de %2$s" -#: ../../mod/events.php:436 -msgid "Event Starts:" -msgstr "Inicio del evento:" +#: ../../view/theme/diabook/theme.php:486 +#: ../../view/theme/diabook/theme.php:631 +#: ../../view/theme/diabook/config.php:165 +msgid "Last photos" +msgstr "Últimas fotos" -#: ../../mod/events.php:436 ../../mod/events.php:450 -msgid "Required" -msgstr "Obligatorio" +#: ../../view/theme/diabook/theme.php:499 ../../mod/photos.php:59 +#: ../../mod/photos.php:154 ../../mod/photos.php:1058 +#: ../../mod/photos.php:1183 ../../mod/photos.php:1206 +#: ../../mod/photos.php:1736 ../../mod/photos.php:1748 +msgid "Contact Photos" +msgstr "Foto del contacto" -#: ../../mod/events.php:439 -msgid "Finish date/time is not known or not relevant" -msgstr "La fecha/hora de finalización no es conocida o es irrelevante." +#: ../../view/theme/diabook/theme.php:500 ../../mod/photos.php:154 +#: ../../mod/photos.php:725 ../../mod/photos.php:1183 +#: ../../mod/photos.php:1206 ../../mod/profile_photo.php:74 +#: ../../mod/profile_photo.php:81 ../../mod/profile_photo.php:88 +#: ../../mod/profile_photo.php:204 ../../mod/profile_photo.php:296 +#: ../../mod/profile_photo.php:305 ../../include/user.php:334 +#: ../../include/user.php:341 ../../include/user.php:348 +msgid "Profile Photos" +msgstr "Foto del perfil" -#: ../../mod/events.php:441 -msgid "Event Finishes:" -msgstr "Finalización del evento:" +#: ../../view/theme/diabook/theme.php:523 +#: ../../view/theme/diabook/theme.php:629 +#: ../../view/theme/diabook/config.php:163 +msgid "Find Friends" +msgstr "Buscar amigos" -#: ../../mod/events.php:444 -msgid "Adjust for viewer timezone" -msgstr "Ajuste de zona horaria" +#: ../../view/theme/diabook/theme.php:524 +msgid "Local Directory" +msgstr "Directorio local" -#: ../../mod/events.php:446 -msgid "Description:" -msgstr "Descripción:" +#: ../../view/theme/diabook/theme.php:525 ../../mod/directory.php:49 +msgid "Global Directory" +msgstr "Directorio global" -#: ../../mod/events.php:448 ../../mod/directory.php:134 -#: ../../include/event.php:40 ../../include/bb2diaspora.php:412 -#: ../../boot.php:1237 +#: ../../view/theme/diabook/theme.php:526 ../../include/contact_widgets.php:35 +msgid "Similar Interests" +msgstr "Intereses similares" + +#: ../../view/theme/diabook/theme.php:527 ../../mod/suggest.php:66 +#: ../../include/contact_widgets.php:34 +msgid "Friend Suggestions" +msgstr "Sugerencias de amigos" + +#: ../../view/theme/diabook/theme.php:528 ../../include/contact_widgets.php:37 +msgid "Invite Friends" +msgstr "Invitar amigos" + +#: ../../view/theme/diabook/theme.php:544 +#: ../../view/theme/diabook/theme.php:648 ../../mod/newmember.php:22 +#: ../../mod/admin.php:1004 ../../mod/admin.php:1212 ../../mod/settings.php:79 +#: ../../mod/uexport.php:48 ../../include/nav.php:167 +msgid "Settings" +msgstr "Configuración" + +#: ../../view/theme/diabook/theme.php:579 +#: ../../view/theme/diabook/theme.php:625 +#: ../../view/theme/diabook/config.php:159 +msgid "Earth Layers" +msgstr "Minimapa" + +#: ../../view/theme/diabook/theme.php:584 +msgid "Set zoomfactor for Earth Layers" +msgstr "Configurar zoom en Minimapa" + +#: ../../view/theme/diabook/theme.php:585 +#: ../../view/theme/diabook/config.php:156 +msgid "Set longitude (X) for Earth Layers" +msgstr "Configurar longitud (X) en Minimapa" + +#: ../../view/theme/diabook/theme.php:586 +#: ../../view/theme/diabook/config.php:157 +msgid "Set latitude (Y) for Earth Layers" +msgstr "Configurar latitud (Y) en Minimapa" + +#: ../../view/theme/diabook/theme.php:599 +#: ../../view/theme/diabook/theme.php:627 +#: ../../view/theme/diabook/config.php:161 +msgid "Help or @NewHere ?" +msgstr "¿Ayuda o @NuevoAquí?" + +#: ../../view/theme/diabook/theme.php:606 +#: ../../view/theme/diabook/theme.php:628 +#: ../../view/theme/diabook/config.php:162 +msgid "Connect Services" +msgstr "Servicios conectados" + +#: ../../view/theme/diabook/theme.php:622 +msgid "Show/hide boxes at right-hand column:" +msgstr "Mostrar/Ocultar casillas en la columna derecha:" + +#: ../../view/theme/diabook/config.php:154 +msgid "Set color scheme" +msgstr "Configurar esquema de color" + +#: ../../view/theme/diabook/config.php:155 +msgid "Set zoomfactor for Earth Layer" +msgstr "Establecer zoom para Minimapa" + +#: ../../view/theme/quattro/config.php:67 +msgid "Alignment" +msgstr "Alineación" + +#: ../../view/theme/quattro/config.php:67 +msgid "Left" +msgstr "Izquierda" + +#: ../../view/theme/quattro/config.php:67 +msgid "Center" +msgstr "Centrado" + +#: ../../view/theme/quattro/config.php:68 ../../view/theme/clean/config.php:76 +#: ../../view/theme/cleanzero/config.php:86 +msgid "Color scheme" +msgstr "Esquema de color" + +#: ../../view/theme/quattro/config.php:69 +msgid "Posts font size" +msgstr "" + +#: ../../view/theme/quattro/config.php:70 +msgid "Textareas font size" +msgstr "" + +#: ../../view/theme/dispy/config.php:75 +msgid "Set colour scheme" +msgstr "Configurar esquema de color" + +#: ../../view/theme/clean/config.php:54 ../../include/user.php:246 +#: ../../include/text.php:1658 +msgid "default" +msgstr "predeterminado" + +#: ../../view/theme/clean/config.php:74 +msgid "Background Image" +msgstr "" + +#: ../../view/theme/clean/config.php:74 +msgid "" +"The URL to a picture (e.g. from your photo album) that should be used as " +"background image." +msgstr "" + +#: ../../view/theme/clean/config.php:75 +msgid "Background Color" +msgstr "" + +#: ../../view/theme/clean/config.php:75 +msgid "HEX value for the background color. Don't include the #" +msgstr "" + +#: ../../view/theme/clean/config.php:77 +msgid "font size" +msgstr "" + +#: ../../view/theme/clean/config.php:77 +msgid "base font size for your interface" +msgstr "" + +#: ../../view/theme/cleanzero/config.php:83 +msgid "Set resize level for images in posts and comments (width and height)" +msgstr "Configurar el tamaño de las imágenes en las publicaciones" + +#: ../../view/theme/cleanzero/config.php:85 +msgid "Set theme width" +msgstr "Establecer el ancho para el tema" + +#: ../../boot.php:684 +msgid "Delete this item?" +msgstr "¿Eliminar este elemento?" + +#: ../../boot.php:687 +msgid "show fewer" +msgstr "ver menos" + +#: ../../boot.php:1015 +#, php-format +msgid "Update %s failed. See error logs." +msgstr "Falló la actualización de %s. Mira los registros de errores." + +#: ../../boot.php:1017 +#, php-format +msgid "Update Error at %s" +msgstr "Error actualizado en %s" + +#: ../../boot.php:1127 +msgid "Create a New Account" +msgstr "Crear una nueva cuenta" + +#: ../../boot.php:1128 ../../mod/register.php:278 ../../include/nav.php:108 +msgid "Register" +msgstr "Registrarse" + +#: ../../boot.php:1152 ../../include/nav.php:73 +msgid "Logout" +msgstr "Salir" + +#: ../../boot.php:1153 ../../include/nav.php:91 +msgid "Login" +msgstr "Acceder" + +#: ../../boot.php:1155 +msgid "Nickname or Email address: " +msgstr "Apodo o dirección de email: " + +#: ../../boot.php:1156 +msgid "Password: " +msgstr "Contraseña: " + +#: ../../boot.php:1157 +msgid "Remember me" +msgstr "" + +#: ../../boot.php:1160 +msgid "Or login using OpenID: " +msgstr "O inicia sesión usando OpenID: " + +#: ../../boot.php:1166 +msgid "Forgot your password?" +msgstr "¿Olvidaste la contraseña?" + +#: ../../boot.php:1167 ../../mod/lostpass.php:84 +msgid "Password Reset" +msgstr "Restablecer la contraseña" + +#: ../../boot.php:1169 +msgid "Website Terms of Service" +msgstr "" + +#: ../../boot.php:1170 +msgid "terms of service" +msgstr "" + +#: ../../boot.php:1172 +msgid "Website Privacy Policy" +msgstr "" + +#: ../../boot.php:1173 +msgid "privacy policy" +msgstr "" + +#: ../../boot.php:1302 +msgid "Requested account is not available." +msgstr "La cuenta solicitada no está disponible." + +#: ../../boot.php:1341 ../../mod/profile.php:21 +msgid "Requested profile is not available." +msgstr "El perfil solicitado no está disponible." + +#: ../../boot.php:1381 ../../boot.php:1485 +msgid "Edit profile" +msgstr "Editar perfil" + +#: ../../boot.php:1433 ../../mod/suggest.php:88 ../../mod/match.php:58 +#: ../../include/contact_widgets.php:9 +msgid "Connect" +msgstr "Conectar" + +#: ../../boot.php:1447 +msgid "Message" +msgstr "Mensaje" + +#: ../../boot.php:1455 ../../include/nav.php:169 +msgid "Profiles" +msgstr "Perfiles" + +#: ../../boot.php:1455 +msgid "Manage/edit profiles" +msgstr "Administrar/editar perfiles" + +#: ../../boot.php:1461 ../../boot.php:1487 ../../mod/profiles.php:726 +msgid "Change profile photo" +msgstr "Cambiar foto del perfil" + +#: ../../boot.php:1462 ../../mod/profiles.php:727 +msgid "Create New Profile" +msgstr "Crear nuevo perfil" + +#: ../../boot.php:1472 ../../mod/profiles.php:738 +msgid "Profile Image" +msgstr "Imagen del Perfil" + +#: ../../boot.php:1475 ../../mod/profiles.php:740 +msgid "visible to everybody" +msgstr "Visible para todos" + +#: ../../boot.php:1476 ../../mod/profiles.php:741 +msgid "Edit visibility" +msgstr "Editar visibilidad" + +#: ../../boot.php:1501 ../../mod/directory.php:134 ../../mod/events.php:471 +#: ../../include/event.php:40 ../../include/bb2diaspora.php:415 msgid "Location:" msgstr "Localización:" -#: ../../mod/events.php:450 -msgid "Title:" -msgstr "Título:" +#: ../../boot.php:1503 ../../mod/directory.php:136 +#: ../../include/profile_advanced.php:17 +msgid "Gender:" +msgstr "Género:" -#: ../../mod/events.php:452 -msgid "Share this event" -msgstr "Comparte este evento" +#: ../../boot.php:1506 ../../mod/directory.php:138 +#: ../../include/profile_advanced.php:37 +msgid "Status:" +msgstr "Estado:" -#: ../../mod/tagrm.php:11 ../../mod/tagrm.php:94 ../../mod/editpost.php:142 -#: ../../mod/dfrn_request.php:847 ../../mod/settings.php:544 -#: ../../mod/settings.php:570 ../../addon/js_upload/js_upload.php:45 -#: ../../include/conversation.php:996 -#: ../../addon.old/js_upload/js_upload.php:45 -msgid "Cancel" -msgstr "Cancelar" +#: ../../boot.php:1508 ../../mod/directory.php:140 +#: ../../include/profile_advanced.php:48 +msgid "Homepage:" +msgstr "Página de inicio:" -#: ../../mod/tagrm.php:41 -msgid "Tag removed" -msgstr "Etiqueta eliminada" +#: ../../boot.php:1584 ../../boot.php:1670 +msgid "g A l F d" +msgstr "g A l F d" -#: ../../mod/tagrm.php:79 -msgid "Remove Item Tag" -msgstr "Eliminar etiqueta" +#: ../../boot.php:1585 ../../boot.php:1671 +msgid "F d" +msgstr "F d" -#: ../../mod/tagrm.php:81 -msgid "Select a tag to remove: " -msgstr "Selecciona una etiqueta para eliminar: " +#: ../../boot.php:1630 ../../boot.php:1711 +msgid "[today]" +msgstr "[hoy]" -#: ../../mod/tagrm.php:93 ../../mod/delegate.php:130 -#: ../../addon/dav/common/wdcal_edit.inc.php:468 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:468 -msgid "Remove" -msgstr "Eliminar" +#: ../../boot.php:1642 +msgid "Birthday Reminders" +msgstr "Recordatorios de cumpleaños" -#: ../../mod/dfrn_poll.php:99 ../../mod/dfrn_poll.php:530 +#: ../../boot.php:1643 +msgid "Birthdays this week:" +msgstr "Cumpleaños esta semana:" + +#: ../../boot.php:1704 +msgid "[No description]" +msgstr "[Sin descripción]" + +#: ../../boot.php:1722 +msgid "Event Reminders" +msgstr "Recordatorios de eventos" + +#: ../../boot.php:1723 +msgid "Events this week:" +msgstr "Eventos de esta semana:" + +#: ../../boot.php:1960 ../../include/nav.php:76 +msgid "Status" +msgstr "Estado" + +#: ../../boot.php:1963 +msgid "Status Messages and Posts" +msgstr "Mensajes de Estado y Publicaciones" + +#: ../../boot.php:1970 +msgid "Profile Details" +msgstr "Detalles del Perfil" + +#: ../../boot.php:1977 ../../mod/photos.php:51 +msgid "Photo Albums" +msgstr "Álbum de Fotos" + +#: ../../boot.php:1981 ../../boot.php:1984 +msgid "Videos" +msgstr "" + +#: ../../boot.php:1994 +msgid "Events and Calendar" +msgstr "Eventos y Calendario" + +#: ../../boot.php:1998 ../../mod/notes.php:44 +msgid "Personal Notes" +msgstr "Notas personales" + +#: ../../boot.php:2001 +msgid "Only You Can See This" +msgstr "Únicamente tú puedes ver esto" + +#: ../../mod/mood.php:62 ../../include/conversation.php:227 #, php-format -msgid "%s welcomes %s" -msgstr "%s te da la bienvenida a %s" +msgid "%1$s is currently %2$s" +msgstr "%1$s está actualmente %2$s" + +#: ../../mod/mood.php:133 +msgid "Mood" +msgstr "Ánimo" + +#: ../../mod/mood.php:134 +msgid "Set your current mood and tell your friends" +msgstr "Coloca tu ánimo actual y cuéntaselo a tus amigos" + +#: ../../mod/display.php:19 ../../mod/_search.php:89 +#: ../../mod/directory.php:31 ../../mod/search.php:89 +#: ../../mod/dfrn_request.php:761 ../../mod/community.php:18 +#: ../../mod/viewcontacts.php:17 ../../mod/photos.php:914 +#: ../../mod/videos.php:115 +msgid "Public access denied." +msgstr "Acceso público denegado." + +#: ../../mod/display.php:51 ../../mod/display.php:246 ../../mod/decrypt.php:15 +#: ../../mod/admin.php:163 ../../mod/admin.php:952 ../../mod/admin.php:1152 +#: ../../mod/notice.php:15 ../../mod/viewsrc.php:15 +#: ../../include/items.php:4023 +msgid "Item not found." +msgstr "Elemento no encontrado." + +#: ../../mod/display.php:99 ../../mod/profile.php:155 +msgid "Access to this profile has been restricted." +msgstr "El acceso a este perfil ha sido restringido." + +#: ../../mod/display.php:239 +msgid "Item has been removed." +msgstr "El elemento ha sido eliminado." + +#: ../../mod/decrypt.php:9 ../../mod/viewsrc.php:7 +msgid "Access denied." +msgstr "Acceso denegado." + +#: ../../mod/friendica.php:58 +msgid "This is Friendica, version" +msgstr "Esto es Friendica, versión" + +#: ../../mod/friendica.php:59 +msgid "running at web location" +msgstr "ejecutándose en la dirección web" + +#: ../../mod/friendica.php:61 +msgid "" +"Please visit Friendica.com to learn " +"more about the Friendica project." +msgstr "Por favor, visita Friendica.com para saber más sobre el proyecto Friendica." + +#: ../../mod/friendica.php:63 +msgid "Bug reports and issues: please visit" +msgstr "Reporte de fallos y problemas: por favor visita" + +#: ../../mod/friendica.php:64 +msgid "" +"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - " +"dot com" +msgstr "Sugerencias, elogios, donaciones, etc. por favor manda un correo a Info arroba Friendica punto com" + +#: ../../mod/friendica.php:78 +msgid "Installed plugins/addons/apps:" +msgstr "Módulos/extensiones/aplicaciones instalados:" + +#: ../../mod/friendica.php:91 +msgid "No installed plugins/addons/apps" +msgstr "Módulos/extensiones/aplicaciones no instalados" + +#: ../../mod/dfrn_poll.php:103 ../../mod/dfrn_poll.php:536 +#, php-format +msgid "%1$s welcomes %2$s" +msgstr "%1$s te da la bienvenida a %2$s" + +#: ../../mod/register.php:91 ../../mod/admin.php:734 ../../mod/regmod.php:54 +#, php-format +msgid "Registration details for %s" +msgstr "Detalles de registro para %s" + +#: ../../mod/register.php:99 +msgid "" +"Registration successful. Please check your email for further instructions." +msgstr "Te has registrado con éxito. Por favor, consulta tu correo para más información." + +#: ../../mod/register.php:103 +msgid "Failed to send email message. Here is the message that failed." +msgstr "Error al enviar el mensaje de correo. Este es el mensaje no enviado." + +#: ../../mod/register.php:108 +msgid "Your registration can not be processed." +msgstr "Tu registro no se puede procesar." + +#: ../../mod/register.php:148 +#, php-format +msgid "Registration request at %s" +msgstr "Solicitud de registro en %s" + +#: ../../mod/register.php:157 +msgid "Your registration is pending approval by the site owner." +msgstr "Tu registro está pendiente de aprobación por el propietario del sitio." + +#: ../../mod/register.php:195 ../../mod/uimport.php:50 +msgid "" +"This site has exceeded the number of allowed daily account registrations. " +"Please try again tomorrow." +msgstr "Este sitio ha excedido el número de registros diarios permitidos. Inténtalo de nuevo mañana por favor." + +#: ../../mod/register.php:223 +msgid "" +"You may (optionally) fill in this form via OpenID by supplying your OpenID " +"and clicking 'Register'." +msgstr "Puedes (opcionalmente) rellenar este formulario a través de OpenID escribiendo tu OpenID y pulsando en \"Registrar\"." + +#: ../../mod/register.php:224 +msgid "" +"If you are not familiar with OpenID, please leave that field blank and fill " +"in the rest of the items." +msgstr "Si no estás familiarizado con OpenID, por favor deja ese campo en blanco y rellena el resto de los elementos." + +#: ../../mod/register.php:225 +msgid "Your OpenID (optional): " +msgstr "Tu OpenID (opcional):" + +#: ../../mod/register.php:239 +msgid "Include your profile in member directory?" +msgstr "¿Incluir tu perfil en el directorio de miembros?" + +#: ../../mod/register.php:242 ../../mod/api.php:105 ../../mod/suggest.php:29 +#: ../../mod/dfrn_request.php:836 ../../mod/contacts.php:320 +#: ../../mod/settings.php:981 ../../mod/settings.php:987 +#: ../../mod/settings.php:995 ../../mod/settings.php:999 +#: ../../mod/settings.php:1004 ../../mod/settings.php:1010 +#: ../../mod/settings.php:1016 ../../mod/settings.php:1022 +#: ../../mod/settings.php:1052 ../../mod/settings.php:1053 +#: ../../mod/settings.php:1054 ../../mod/settings.php:1055 +#: ../../mod/settings.php:1056 ../../mod/profiles.php:610 +#: ../../mod/message.php:209 ../../include/items.php:4064 +msgid "Yes" +msgstr "Sí" + +#: ../../mod/register.php:243 ../../mod/api.php:106 +#: ../../mod/dfrn_request.php:837 ../../mod/settings.php:981 +#: ../../mod/settings.php:987 ../../mod/settings.php:995 +#: ../../mod/settings.php:999 ../../mod/settings.php:1004 +#: ../../mod/settings.php:1010 ../../mod/settings.php:1016 +#: ../../mod/settings.php:1022 ../../mod/settings.php:1052 +#: ../../mod/settings.php:1053 ../../mod/settings.php:1054 +#: ../../mod/settings.php:1055 ../../mod/settings.php:1056 +#: ../../mod/profiles.php:611 +msgid "No" +msgstr "No" + +#: ../../mod/register.php:260 +msgid "Membership on this site is by invitation only." +msgstr "Sitio solo accesible mediante invitación." + +#: ../../mod/register.php:261 +msgid "Your invitation ID: " +msgstr "ID de tu invitación: " + +#: ../../mod/register.php:264 ../../mod/admin.php:572 +msgid "Registration" +msgstr "Registro" + +#: ../../mod/register.php:272 +msgid "Your Full Name (e.g. Joe Smith): " +msgstr "Tu nombre completo (por ejemplo, Manuel Pérez): " + +#: ../../mod/register.php:273 +msgid "Your Email Address: " +msgstr "Tu dirección de correo: " + +#: ../../mod/register.php:274 +msgid "" +"Choose a profile nickname. This must begin with a text character. Your " +"profile address on this site will then be " +"'nickname@$sitename'." +msgstr "Elije un apodo. Debe comenzar con una letra. Tu dirección de perfil en este sitio va a ser \"apodo@$nombredelsitio\"." + +#: ../../mod/register.php:275 +msgid "Choose a nickname: " +msgstr "Escoge un apodo: " + +#: ../../mod/register.php:284 ../../mod/uimport.php:64 +msgid "Import" +msgstr "Importar" + +#: ../../mod/register.php:285 +msgid "Import your profile to this friendica instance" +msgstr "" + +#: ../../mod/dfrn_confirm.php:62 ../../mod/profiles.php:18 +#: ../../mod/profiles.php:133 ../../mod/profiles.php:160 +#: ../../mod/profiles.php:583 +msgid "Profile not found." +msgstr "Perfil no encontrado." + +#: ../../mod/dfrn_confirm.php:118 ../../mod/crepair.php:131 +#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92 +msgid "Contact not found." +msgstr "Contacto no encontrado." + +#: ../../mod/dfrn_confirm.php:119 +msgid "" +"This may occasionally happen if contact was requested by both persons and it" +" has already been approved." +msgstr "Esto puede ocurrir a veces si la conexión fue solicitada por ambas personas y ya hubiera sido aprobada." + +#: ../../mod/dfrn_confirm.php:237 +msgid "Response from remote site was not understood." +msgstr "La respuesta desde el sitio remoto no ha sido entendida." + +#: ../../mod/dfrn_confirm.php:246 +msgid "Unexpected response from remote site: " +msgstr "Respuesta inesperada desde el sitio remoto: " + +#: ../../mod/dfrn_confirm.php:254 +msgid "Confirmation completed successfully." +msgstr "Confirmación completada con éxito." + +#: ../../mod/dfrn_confirm.php:256 ../../mod/dfrn_confirm.php:270 +#: ../../mod/dfrn_confirm.php:277 +msgid "Remote site reported: " +msgstr "El sito remoto informó: " + +#: ../../mod/dfrn_confirm.php:268 +msgid "Temporary failure. Please wait and try again." +msgstr "Error temporal. Por favor, espere y vuelva a intentarlo." + +#: ../../mod/dfrn_confirm.php:275 +msgid "Introduction failed or was revoked." +msgstr "La presentación ha fallado o ha sido anulada." + +#: ../../mod/dfrn_confirm.php:420 +msgid "Unable to set contact photo." +msgstr "Imposible establecer la foto del contacto." + +#: ../../mod/dfrn_confirm.php:477 ../../include/conversation.php:172 +#: ../../include/diaspora.php:621 +#, php-format +msgid "%1$s is now friends with %2$s" +msgstr "%1$s ahora es amigo de %2$s" + +#: ../../mod/dfrn_confirm.php:562 +#, php-format +msgid "No user record found for '%s' " +msgstr "No se ha encontrado a ningún '%s' " + +#: ../../mod/dfrn_confirm.php:572 +msgid "Our site encryption key is apparently messed up." +msgstr "Nuestra clave de cifrado del sitio es aparentemente un lío." + +#: ../../mod/dfrn_confirm.php:583 +msgid "Empty site URL was provided or URL could not be decrypted by us." +msgstr "Se ha proporcionado una dirección vacía o no hemos podido descifrarla." + +#: ../../mod/dfrn_confirm.php:604 +msgid "Contact record was not found for you on our site." +msgstr "El contacto no se ha encontrado en nuestra base de datos." + +#: ../../mod/dfrn_confirm.php:618 +#, php-format +msgid "Site public key not available in contact record for URL %s." +msgstr "La clave pública del sitio no está disponible en los datos del contacto para %s." + +#: ../../mod/dfrn_confirm.php:638 +msgid "" +"The ID provided by your system is a duplicate on our system. It should work " +"if you try again." +msgstr "La identificación proporcionada por el sistema es un duplicado de nuestro sistema. Debería funcionar si lo intentas de nuevo." + +#: ../../mod/dfrn_confirm.php:649 +msgid "Unable to set your contact credentials on our system." +msgstr "No se puede establecer las credenciales de tu contacto en nuestro sistema." + +#: ../../mod/dfrn_confirm.php:716 +msgid "Unable to update your contact profile details on our system" +msgstr "No se puede actualizar los datos de tu perfil de contacto en nuestro sistema" + +#: ../../mod/dfrn_confirm.php:751 +#, php-format +msgid "Connection accepted at %s" +msgstr "Conexión aceptada en %s" + +#: ../../mod/dfrn_confirm.php:800 +#, php-format +msgid "%1$s has joined %2$s" +msgstr "%1$s se ha unido a %2$s" #: ../../mod/api.php:76 ../../mod/api.php:102 msgid "Authorize application connection" @@ -413,2352 +1143,76 @@ msgid "" " and/or create new posts for you?" msgstr "¿Quieres autorizar a esta aplicación el acceso a tus mensajes y contactos, y/o crear nuevas publicaciones para ti?" -#: ../../mod/api.php:105 ../../mod/dfrn_request.php:835 -#: ../../mod/settings.php:892 ../../mod/settings.php:898 -#: ../../mod/settings.php:906 ../../mod/settings.php:910 -#: ../../mod/settings.php:915 ../../mod/settings.php:921 -#: ../../mod/settings.php:927 ../../mod/settings.php:933 -#: ../../mod/settings.php:963 ../../mod/settings.php:964 -#: ../../mod/settings.php:965 ../../mod/settings.php:966 -#: ../../mod/settings.php:967 ../../mod/register.php:236 -#: ../../mod/profiles.php:574 -msgid "Yes" -msgstr "Sí" - -#: ../../mod/api.php:106 ../../mod/dfrn_request.php:836 -#: ../../mod/settings.php:892 ../../mod/settings.php:898 -#: ../../mod/settings.php:906 ../../mod/settings.php:910 -#: ../../mod/settings.php:915 ../../mod/settings.php:921 -#: ../../mod/settings.php:927 ../../mod/settings.php:933 -#: ../../mod/settings.php:963 ../../mod/settings.php:964 -#: ../../mod/settings.php:965 ../../mod/settings.php:966 -#: ../../mod/settings.php:967 ../../mod/register.php:237 -#: ../../mod/profiles.php:575 -msgid "No" -msgstr "No" - -#: ../../mod/photos.php:50 ../../boot.php:1694 -msgid "Photo Albums" -msgstr "Álbum de Fotos" - -#: ../../mod/photos.php:58 ../../mod/photos.php:153 ../../mod/photos.php:1008 -#: ../../mod/photos.php:1095 ../../mod/photos.php:1110 -#: ../../mod/photos.php:1562 ../../mod/photos.php:1574 -#: ../../addon/communityhome/communityhome.php:110 -#: ../../view/theme/diabook/theme.php:485 -#: ../../addon.old/communityhome/communityhome.php:110 -msgid "Contact Photos" -msgstr "Foto del contacto" - -#: ../../mod/photos.php:65 ../../mod/photos.php:1126 ../../mod/photos.php:1612 -msgid "Upload New Photos" -msgstr "Subir nuevas fotos" - -#: ../../mod/photos.php:78 ../../mod/settings.php:23 -msgid "everybody" -msgstr "todos" - -#: ../../mod/photos.php:142 -msgid "Contact information unavailable" -msgstr "Información del contacto no disponible" - -#: ../../mod/photos.php:153 ../../mod/photos.php:675 ../../mod/photos.php:1095 -#: ../../mod/photos.php:1110 ../../mod/profile_photo.php:74 -#: ../../mod/profile_photo.php:81 ../../mod/profile_photo.php:88 -#: ../../mod/profile_photo.php:204 ../../mod/profile_photo.php:296 -#: ../../mod/profile_photo.php:305 -#: ../../addon/communityhome/communityhome.php:111 -#: ../../view/theme/diabook/theme.php:486 ../../include/user.php:324 -#: ../../include/user.php:331 ../../include/user.php:338 -#: ../../addon.old/communityhome/communityhome.php:111 -msgid "Profile Photos" -msgstr "Foto del perfil" - -#: ../../mod/photos.php:163 -msgid "Album not found." -msgstr "Álbum no encontrado." - -#: ../../mod/photos.php:181 ../../mod/photos.php:1104 -msgid "Delete Album" -msgstr "Eliminar álbum" - -#: ../../mod/photos.php:244 ../../mod/photos.php:1367 -msgid "Delete Photo" -msgstr "Eliminar foto" - -#: ../../mod/photos.php:606 -msgid "was tagged in a" -msgstr "ha sido etiquetado en" - -#: ../../mod/photos.php:606 ../../mod/like.php:145 ../../mod/subthread.php:87 -#: ../../mod/tagger.php:62 ../../addon/communityhome/communityhome.php:163 -#: ../../view/theme/diabook/theme.php:457 ../../include/text.php:1437 -#: ../../include/diaspora.php:1835 ../../include/conversation.php:125 -#: ../../include/conversation.php:253 -#: ../../addon.old/communityhome/communityhome.php:163 -msgid "photo" -msgstr "foto" - -#: ../../mod/photos.php:606 -msgid "by" -msgstr "por" - -#: ../../mod/photos.php:711 ../../addon/js_upload/js_upload.php:315 -#: ../../addon.old/js_upload/js_upload.php:315 -msgid "Image exceeds size limit of " -msgstr "La imagen supera tamaño límite de " - -#: ../../mod/photos.php:719 -msgid "Image file is empty." -msgstr "El archivo de imagen está vacío." - -#: ../../mod/photos.php:751 ../../mod/profile_photo.php:153 -#: ../../mod/wall_upload.php:110 -msgid "Unable to process image." -msgstr "Imposible procesar la imagen." - -#: ../../mod/photos.php:778 ../../mod/profile_photo.php:301 -#: ../../mod/wall_upload.php:136 -msgid "Image upload failed." -msgstr "Error al subir la imagen." - -#: ../../mod/photos.php:864 ../../mod/community.php:18 -#: ../../mod/dfrn_request.php:760 ../../mod/viewcontacts.php:17 -#: ../../mod/display.php:7 ../../mod/search.php:86 ../../mod/directory.php:31 -msgid "Public access denied." -msgstr "Acceso público denegado." - -#: ../../mod/photos.php:874 -msgid "No photos selected" -msgstr "Ninguna foto seleccionada" - -#: ../../mod/photos.php:975 -msgid "Access to this item is restricted." -msgstr "El acceso a este elemento está restringido." - -#: ../../mod/photos.php:1037 -#, php-format -msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage." -msgstr "Has usado %1$.2f MB de %2$.2f MB de tu álbum de fotos." - -#: ../../mod/photos.php:1040 -#, php-format -msgid "You have used %1$.2f Mbytes of photo storage." -msgstr "Has usado %1$.2f MB de tu álbum de fotos." - -#: ../../mod/photos.php:1046 -msgid "Upload Photos" -msgstr "Subir fotos" - -#: ../../mod/photos.php:1050 ../../mod/photos.php:1099 -msgid "New album name: " -msgstr "Nombre del nuevo álbum: " - -#: ../../mod/photos.php:1051 -msgid "or existing album name: " -msgstr "o nombre de un álbum existente: " - -#: ../../mod/photos.php:1052 -msgid "Do not show a status post for this upload" -msgstr "No actualizar tu estado con este envío" - -#: ../../mod/photos.php:1054 ../../mod/photos.php:1362 -msgid "Permissions" -msgstr "Permisos" - -#: ../../mod/photos.php:1114 -msgid "Edit Album" -msgstr "Modificar álbum" - -#: ../../mod/photos.php:1120 -msgid "Show Newest First" -msgstr "Mostrar más nuevos primero" - -#: ../../mod/photos.php:1122 -msgid "Show Oldest First" -msgstr "Mostrar más antiguos primero" - -#: ../../mod/photos.php:1146 ../../mod/photos.php:1595 -msgid "View Photo" -msgstr "Ver foto" - -#: ../../mod/photos.php:1181 -msgid "Permission denied. Access to this item may be restricted." -msgstr "Permiso denegado. El acceso a este elemento puede estar restringido." - -#: ../../mod/photos.php:1183 -msgid "Photo not available" -msgstr "Foto no disponible" - -#: ../../mod/photos.php:1239 -msgid "View photo" -msgstr "Ver foto" - -#: ../../mod/photos.php:1239 -msgid "Edit photo" -msgstr "Modificar foto" - -#: ../../mod/photos.php:1240 -msgid "Use as profile photo" -msgstr "Usar como foto del perfil" - -#: ../../mod/photos.php:1246 ../../mod/content.php:603 -#: ../../object/Item.php:103 -msgid "Private Message" -msgstr "Mensaje privado" - -#: ../../mod/photos.php:1265 -msgid "View Full Size" -msgstr "Ver a tamaño completo" - -#: ../../mod/photos.php:1339 -msgid "Tags: " -msgstr "Etiquetas: " - -#: ../../mod/photos.php:1342 -msgid "[Remove any tag]" -msgstr "[Borrar todas las etiquetas]" - -#: ../../mod/photos.php:1352 -msgid "Rotate CW (right)" -msgstr "Girar a la derecha" - -#: ../../mod/photos.php:1353 -msgid "Rotate CCW (left)" -msgstr "Girar a la izquierda" - -#: ../../mod/photos.php:1355 -msgid "New album name" -msgstr "Nuevo nombre del álbum" - -#: ../../mod/photos.php:1358 -msgid "Caption" -msgstr "Título" - -#: ../../mod/photos.php:1360 -msgid "Add a Tag" -msgstr "Añadir una etiqueta" - -#: ../../mod/photos.php:1364 -msgid "" -"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" -msgstr "Ejemplo: @juan, @Barbara_Ruiz, @julia@example.com, #California, #camping" - -#: ../../mod/photos.php:1384 ../../mod/content.php:667 -#: ../../object/Item.php:196 -msgid "I like this (toggle)" -msgstr "Me gusta esto (cambiar)" - -#: ../../mod/photos.php:1385 ../../mod/content.php:668 -#: ../../object/Item.php:197 -msgid "I don't like this (toggle)" -msgstr "No me gusta esto (cambiar)" - -#: ../../mod/photos.php:1386 ../../include/conversation.php:957 -msgid "Share" -msgstr "Compartir" - -#: ../../mod/photos.php:1387 ../../mod/editpost.php:118 -#: ../../mod/content.php:482 ../../mod/content.php:845 -#: ../../mod/wallmessage.php:152 ../../mod/message.php:293 -#: ../../mod/message.php:481 ../../include/conversation.php:620 -#: ../../include/conversation.php:976 ../../object/Item.php:258 -msgid "Please wait" -msgstr "Por favor, espera" - -#: ../../mod/photos.php:1403 ../../mod/photos.php:1446 -#: ../../mod/photos.php:1517 ../../mod/content.php:690 -#: ../../object/Item.php:555 -msgid "This is you" -msgstr "Este eres tú" - -#: ../../mod/photos.php:1405 ../../mod/photos.php:1448 -#: ../../mod/photos.php:1519 ../../mod/content.php:692 ../../boot.php:585 -#: ../../object/Item.php:557 -msgid "Comment" -msgstr "Comentar" - -#: ../../mod/photos.php:1407 ../../mod/photos.php:1450 -#: ../../mod/photos.php:1521 ../../mod/editpost.php:139 -#: ../../mod/content.php:702 ../../include/conversation.php:994 -#: ../../object/Item.php:567 -msgid "Preview" -msgstr "Vista previa" - -#: ../../mod/photos.php:1489 ../../mod/content.php:439 -#: ../../mod/content.php:723 ../../mod/settings.php:606 -#: ../../mod/group.php:168 ../../mod/admin.php:696 -#: ../../include/conversation.php:565 ../../object/Item.php:117 -msgid "Delete" -msgstr "Eliminar" - -#: ../../mod/photos.php:1601 -msgid "View Album" -msgstr "Ver Álbum" - -#: ../../mod/photos.php:1610 -msgid "Recent Photos" -msgstr "Fotos recientes" - -#: ../../mod/community.php:23 -msgid "Not available." -msgstr "No disponible" - -#: ../../mod/community.php:32 ../../view/theme/diabook/theme.php:92 -#: ../../include/nav.php:101 -msgid "Community" -msgstr "Comunidad" - -#: ../../mod/community.php:61 ../../mod/community.php:86 -#: ../../mod/search.php:159 ../../mod/search.php:185 -msgid "No results." -msgstr "Sin resultados." - -#: ../../mod/friendica.php:55 -msgid "This is Friendica, version" -msgstr "Esto es Friendica, versión" - -#: ../../mod/friendica.php:56 -msgid "running at web location" -msgstr "ejecutándose en la dirección web" - -#: ../../mod/friendica.php:58 -msgid "" -"Please visit Friendica.com to learn " -"more about the Friendica project." -msgstr "Por favor, visita Friendica.com para saber más sobre el proyecto Friendica." - -#: ../../mod/friendica.php:60 -msgid "Bug reports and issues: please visit" -msgstr "Reporte de fallos y problemas: por favor visita" - -#: ../../mod/friendica.php:61 -msgid "" -"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - " -"dot com" -msgstr "Sugerencias, elogios, donaciones, etc. por favor manda un correo a Info arroba Friendica punto com" - -#: ../../mod/friendica.php:75 -msgid "Installed plugins/addons/apps:" -msgstr "Módulos/extensiones/aplicaciones instalados:" - -#: ../../mod/friendica.php:88 -msgid "No installed plugins/addons/apps" -msgstr "Módulos/extensiones/aplicaciones no instalados" - -#: ../../mod/editpost.php:17 ../../mod/editpost.php:27 -msgid "Item not found" -msgstr "Elemento no encontrado" - -#: ../../mod/editpost.php:36 -msgid "Edit post" -msgstr "Editar publicación" - -#: ../../mod/editpost.php:88 ../../include/conversation.php:943 -msgid "Post to Email" -msgstr "Publicar mediante correo electrónico" - -#: ../../mod/editpost.php:103 ../../mod/content.php:710 -#: ../../mod/settings.php:605 ../../object/Item.php:107 -msgid "Edit" -msgstr "Editar" - -#: ../../mod/editpost.php:104 ../../mod/wallmessage.php:150 -#: ../../mod/message.php:291 ../../mod/message.php:478 -#: ../../include/conversation.php:958 -msgid "Upload photo" -msgstr "Subir foto" - -#: ../../mod/editpost.php:105 ../../include/conversation.php:959 -msgid "upload photo" -msgstr "subir imagen" - -#: ../../mod/editpost.php:106 ../../include/conversation.php:960 -msgid "Attach file" -msgstr "Adjuntar archivo" - -#: ../../mod/editpost.php:107 ../../include/conversation.php:961 -msgid "attach file" -msgstr "adjuntar archivo" - -#: ../../mod/editpost.php:108 ../../mod/wallmessage.php:151 -#: ../../mod/message.php:292 ../../mod/message.php:479 -#: ../../include/conversation.php:962 -msgid "Insert web link" -msgstr "Insertar enlace" - -#: ../../mod/editpost.php:109 ../../include/conversation.php:963 -msgid "web link" -msgstr "enlace web" - -#: ../../mod/editpost.php:110 ../../include/conversation.php:964 -msgid "Insert video link" -msgstr "Insertar enlace del vídeo" - -#: ../../mod/editpost.php:111 ../../include/conversation.php:965 -msgid "video link" -msgstr "enlace de video" - -#: ../../mod/editpost.php:112 ../../include/conversation.php:966 -msgid "Insert audio link" -msgstr "Insertar vínculo del audio" - -#: ../../mod/editpost.php:113 ../../include/conversation.php:967 -msgid "audio link" -msgstr "enlace de audio" - -#: ../../mod/editpost.php:114 ../../include/conversation.php:968 -msgid "Set your location" -msgstr "Configurar tu localización" - -#: ../../mod/editpost.php:115 ../../include/conversation.php:969 -msgid "set location" -msgstr "establecer tu ubicación" - -#: ../../mod/editpost.php:116 ../../include/conversation.php:970 -msgid "Clear browser location" -msgstr "Borrar la localización del navegador" - -#: ../../mod/editpost.php:117 ../../include/conversation.php:971 -msgid "clear location" -msgstr "limpiar la localización" - -#: ../../mod/editpost.php:119 ../../include/conversation.php:977 -msgid "Permission settings" -msgstr "Configuración de permisos" - -#: ../../mod/editpost.php:127 ../../include/conversation.php:986 -msgid "CC: email addresses" -msgstr "CC: dirección de correo electrónico" - -#: ../../mod/editpost.php:128 ../../include/conversation.php:987 -msgid "Public post" -msgstr "Publicación pública" - -#: ../../mod/editpost.php:131 ../../include/conversation.php:973 -msgid "Set title" -msgstr "Establecer el título" - -#: ../../mod/editpost.php:133 ../../include/conversation.php:975 -msgid "Categories (comma-separated list)" -msgstr "Categorías (lista separada por comas)" - -#: ../../mod/editpost.php:134 ../../include/conversation.php:989 -msgid "Example: bob@example.com, mary@example.com" -msgstr "Ejemplo: juan@ejemplo.com, sofia@ejemplo.com" - -#: ../../mod/dfrn_request.php:93 -msgid "This introduction has already been accepted." -msgstr "Esta presentación ya ha sido aceptada." - -#: ../../mod/dfrn_request.php:118 ../../mod/dfrn_request.php:512 -msgid "Profile location is not valid or does not contain profile information." -msgstr "La dirección del perfil no es válida o no contiene información del perfil." - -#: ../../mod/dfrn_request.php:123 ../../mod/dfrn_request.php:517 -msgid "Warning: profile location has no identifiable owner name." -msgstr "Aviso: La dirección del perfil no tiene un nombre de propietario identificable." - -#: ../../mod/dfrn_request.php:125 ../../mod/dfrn_request.php:519 -msgid "Warning: profile location has no profile photo." -msgstr "Aviso: la dirección del perfil no tiene foto de perfil." - -#: ../../mod/dfrn_request.php:128 ../../mod/dfrn_request.php:522 -#, php-format -msgid "%d required parameter was not found at the given location" -msgid_plural "%d required parameters were not found at the given location" -msgstr[0] "no se encontró %d parámetro requerido en el lugar determinado" -msgstr[1] "no se encontraron %d parámetros requeridos en el lugar determinado" - -#: ../../mod/dfrn_request.php:170 -msgid "Introduction complete." -msgstr "Presentación completa." - -#: ../../mod/dfrn_request.php:209 -msgid "Unrecoverable protocol error." -msgstr "Error de protocolo irrecuperable." - -#: ../../mod/dfrn_request.php:237 -msgid "Profile unavailable." -msgstr "Perfil no disponible." - -#: ../../mod/dfrn_request.php:262 -#, php-format -msgid "%s has received too many connection requests today." -msgstr "%s ha recibido demasiadas solicitudes de conexión hoy." - -#: ../../mod/dfrn_request.php:263 -msgid "Spam protection measures have been invoked." -msgstr "Han sido activadas las medidas de protección contra spam." - -#: ../../mod/dfrn_request.php:264 -msgid "Friends are advised to please try again in 24 hours." -msgstr "Tus amigos serán avisados para que lo intenten de nuevo pasadas 24 horas." - -#: ../../mod/dfrn_request.php:326 -msgid "Invalid locator" -msgstr "Localizador no válido" - -#: ../../mod/dfrn_request.php:335 -msgid "Invalid email address." -msgstr "Dirección de correo incorrecta" - -#: ../../mod/dfrn_request.php:361 -msgid "This account has not been configured for email. Request failed." -msgstr "Esta cuenta no ha sido configurada para el correo. Fallo de solicitud." - -#: ../../mod/dfrn_request.php:457 -msgid "Unable to resolve your name at the provided location." -msgstr "No se ha podido resolver tu nombre en la dirección indicada." - -#: ../../mod/dfrn_request.php:470 -msgid "You have already introduced yourself here." -msgstr "Ya te has presentado aquí." - -#: ../../mod/dfrn_request.php:474 -#, php-format -msgid "Apparently you are already friends with %s." -msgstr "Al parecer, ya eres amigo de %s." - -#: ../../mod/dfrn_request.php:495 -msgid "Invalid profile URL." -msgstr "Dirección de perfil no válida." - -#: ../../mod/dfrn_request.php:501 ../../include/follow.php:27 -msgid "Disallowed profile URL." -msgstr "Dirección de perfil no permitida." - -#: ../../mod/dfrn_request.php:570 ../../mod/contacts.php:123 -msgid "Failed to update contact record." -msgstr "Error al actualizar el contacto." - -#: ../../mod/dfrn_request.php:591 -msgid "Your introduction has been sent." -msgstr "Tu presentación ha sido enviada." - -#: ../../mod/dfrn_request.php:644 -msgid "Please login to confirm introduction." -msgstr "Inicia sesión para confirmar la presentación." - -#: ../../mod/dfrn_request.php:658 -msgid "" -"Incorrect identity currently logged in. Please login to " -"this profile." -msgstr "Sesión iniciada con la identificación incorrecta. Entra en este perfil." - -#: ../../mod/dfrn_request.php:669 -msgid "Hide this contact" -msgstr "Ocultar este contacto" - -#: ../../mod/dfrn_request.php:672 -#, php-format -msgid "Welcome home %s." -msgstr "Bienvenido a casa %s" - -#: ../../mod/dfrn_request.php:673 -#, php-format -msgid "Please confirm your introduction/connection request to %s." -msgstr "Por favor, confirma tu solicitud de presentación/conexión con %s." - -#: ../../mod/dfrn_request.php:674 -msgid "Confirm" -msgstr "Confirmar" - -#: ../../mod/dfrn_request.php:715 ../../include/items.php:3293 -msgid "[Name Withheld]" -msgstr "[Nombre oculto]" - -#: ../../mod/dfrn_request.php:810 -msgid "" -"Please enter your 'Identity Address' from one of the following supported " -"communications networks:" -msgstr "Por favor introduce tu dirección ID de una de las siguientes redes sociales soportadas:" - -#: ../../mod/dfrn_request.php:826 -msgid "Connect as an email follower (Coming soon)" -msgstr "Conecta como lector de correo (Disponible en breve)" - -#: ../../mod/dfrn_request.php:828 -msgid "" -"If you are not yet a member of the free social web, follow this link to find a public" -" Friendica site and join us today." -msgstr "Si aún no eres miembro de la red social libre sigue este enlace para encontrar un servidor público de Friendica y unirte a nosotros." - -#: ../../mod/dfrn_request.php:831 -msgid "Friend/Connection Request" -msgstr "Solicitud de Amistad/Conexión" - -#: ../../mod/dfrn_request.php:832 -msgid "" -"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, " -"testuser@identi.ca" -msgstr "Ejemplos: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca" - -#: ../../mod/dfrn_request.php:833 -msgid "Please answer the following:" -msgstr "Por favor responde lo siguiente:" - -#: ../../mod/dfrn_request.php:834 -#, php-format -msgid "Does %s know you?" -msgstr "¿%s te conoce?" - -#: ../../mod/dfrn_request.php:837 -msgid "Add a personal note:" -msgstr "Añade una nota personal:" - -#: ../../mod/dfrn_request.php:839 ../../include/contact_selectors.php:76 -msgid "Friendica" -msgstr "Friendica" - -#: ../../mod/dfrn_request.php:840 -msgid "StatusNet/Federated Social Web" -msgstr "StatusNet/Web Social Federada" - -#: ../../mod/dfrn_request.php:841 ../../mod/settings.php:640 -#: ../../include/contact_selectors.php:80 -msgid "Diaspora" -msgstr "Diaspora*" - -#: ../../mod/dfrn_request.php:842 -#, php-format -msgid "" -" - please do not use this form. Instead, enter %s into your Diaspora search" -" bar." -msgstr "(En vez de usar este formulario, introduce %s en la barra de búsqueda de Diaspora." - -#: ../../mod/dfrn_request.php:843 -msgid "Your Identity Address:" -msgstr "Dirección de tu perfil:" - -#: ../../mod/dfrn_request.php:846 -msgid "Submit Request" -msgstr "Enviar solicitud" - -#: ../../mod/install.php:117 -msgid "Friendica Social Communications Server - Setup" -msgstr "Servidor de Comunicaciones Sociales Friendica - Configuración" - -#: ../../mod/install.php:123 -msgid "Could not connect to database." -msgstr "No es posible la conexión con la base de datos." - -#: ../../mod/install.php:127 -msgid "Could not create table." -msgstr "No se puede crear la tabla." - -#: ../../mod/install.php:133 -msgid "Your Friendica site database has been installed." -msgstr "La base de datos de su sitio web de Friendica ha sido instalada." - -#: ../../mod/install.php:138 -msgid "" -"You may need to import the file \"database.sql\" manually using phpmyadmin " -"or mysql." -msgstr "Puede que tengas que importar el archivo \"Database.sql\" manualmente usando phpmyadmin o mysql." - -#: ../../mod/install.php:139 ../../mod/install.php:204 -#: ../../mod/install.php:488 -msgid "Please see the file \"INSTALL.txt\"." -msgstr "Por favor, consulta el archivo \"INSTALL.txt\"." - -#: ../../mod/install.php:201 -msgid "System check" -msgstr "Verificación del sistema" - -#: ../../mod/install.php:206 -msgid "Check again" -msgstr "Compruebalo de nuevo" - -#: ../../mod/install.php:225 -msgid "Database connection" -msgstr "Conexión con la base de datos" - -#: ../../mod/install.php:226 -msgid "" -"In order to install Friendica we need to know how to connect to your " -"database." -msgstr "Con el fin de poder instalar Friendica, necesitamos saber cómo conectar con tu base de datos." - -#: ../../mod/install.php:227 -msgid "" -"Please contact your hosting provider or site administrator if you have " -"questions about these settings." -msgstr "Por favor, contacta con tu proveedor de servicios o con el administrador de la página si tienes alguna pregunta sobre estas configuraciones." - -#: ../../mod/install.php:228 -msgid "" -"The database you specify below should already exist. If it does not, please " -"create it before continuing." -msgstr "La base de datos que especifiques a continuación debería existir ya. Si no es el caso, debes crearla antes de continuar." - -#: ../../mod/install.php:232 -msgid "Database Server Name" -msgstr "Nombre del servidor de la base de datos" - -#: ../../mod/install.php:233 -msgid "Database Login Name" -msgstr "Usuario de la base de datos" - -#: ../../mod/install.php:234 -msgid "Database Login Password" -msgstr "Contraseña de la base de datos" - -#: ../../mod/install.php:235 -msgid "Database Name" -msgstr "Nombre de la base de datos" - -#: ../../mod/install.php:236 ../../mod/install.php:275 -msgid "Site administrator email address" -msgstr "Dirección de correo del administrador de la web" - -#: ../../mod/install.php:236 ../../mod/install.php:275 -msgid "" -"Your account email address must match this in order to use the web admin " -"panel." -msgstr "La dirección de correo de tu cuenta debe coincidir con esta para poder usar el panel de administración de la web." - -#: ../../mod/install.php:240 ../../mod/install.php:278 -msgid "Please select a default timezone for your website" -msgstr "Por favor, selecciona la zona horaria predeterminada para tu web" - -#: ../../mod/install.php:265 -msgid "Site settings" -msgstr "Configuración de la página web" - -#: ../../mod/install.php:318 -msgid "Could not find a command line version of PHP in the web server PATH." -msgstr "No se pudo encontrar una versión de la línea de comandos de PHP en la ruta del servidor web." - -#: ../../mod/install.php:319 -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. See 'Activating scheduled tasks'" -msgstr "Si no tienes una versión en línea de comandos de PHP instalada en el servidor no podrás ejecutar actualizaciones en segundo plano a través de cron. Ver 'Activating scheduled tasks'" - -#: ../../mod/install.php:323 -msgid "PHP executable path" -msgstr "Dirección al ejecutable PHP" - -#: ../../mod/install.php:323 -msgid "" -"Enter full path to php executable. You can leave this blank to continue the " -"installation." -msgstr "Introduce la ruta completa al ejecutable php. Puedes dejarlo en blanco y seguir con la instalación." - -#: ../../mod/install.php:328 -msgid "Command line PHP" -msgstr "Línea de comandos PHP" - -#: ../../mod/install.php:337 -msgid "" -"The command line version of PHP on your system does not have " -"\"register_argc_argv\" enabled." -msgstr "La versión en línea de comandos de PHP en tu sistema no tiene \"register_argc_argv\" habilitado." - -#: ../../mod/install.php:338 -msgid "This is required for message delivery to work." -msgstr "Esto es necesario para que funcione la entrega de mensajes." - -#: ../../mod/install.php:340 -msgid "PHP register_argc_argv" -msgstr "PHP register_argc_argv" - -#: ../../mod/install.php:361 -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 generar claves de cifrado" - -#: ../../mod/install.php:362 -msgid "" -"If running under Windows, please see " -"\"http://www.php.net/manual/en/openssl.installation.php\"." -msgstr "Si se ejecuta en Windows, por favor consulta la sección \"http://www.php.net/manual/en/openssl.installation.php\"." - -#: ../../mod/install.php:364 -msgid "Generate encryption keys" -msgstr "Generar claves de encriptación" - -#: ../../mod/install.php:371 -msgid "libCurl PHP module" -msgstr "Módulo PHP libCurl" - -#: ../../mod/install.php:372 -msgid "GD graphics PHP module" -msgstr "Módulo PHP gráficos GD" - -#: ../../mod/install.php:373 -msgid "OpenSSL PHP module" -msgstr "Módulo PHP OpenSSL" - -#: ../../mod/install.php:374 -msgid "mysqli PHP module" -msgstr "Módulo PHP mysqli" - -#: ../../mod/install.php:375 -msgid "mb_string PHP module" -msgstr "Módulo PHP mb_string" - -#: ../../mod/install.php:380 ../../mod/install.php:382 -msgid "Apache mod_rewrite module" -msgstr "Módulo mod_rewrite de Apache" - -#: ../../mod/install.php:380 -msgid "" -"Error: Apache webserver mod-rewrite module is required but not installed." -msgstr "Error: El módulo de Apache mod-rewrite es necesario pero no está instalado." - -#: ../../mod/install.php:388 -msgid "Error: libCURL PHP module required but not installed." -msgstr "Error: El módulo de PHP libcurl es necesario, pero no está instalado." - -#: ../../mod/install.php:392 -msgid "" -"Error: GD graphics PHP module with JPEG support required but not installed." -msgstr "Error: El módulo de de PHP gráficos GD con soporte JPEG es necesario, pero no está instalado." - -#: ../../mod/install.php:396 -msgid "Error: openssl PHP module required but not installed." -msgstr "Error: El módulo de PHP openssl es necesario, pero no está instalado." - -#: ../../mod/install.php:400 -msgid "Error: mysqli PHP module required but not installed." -msgstr "Error: El módulo de PHP mysqli es necesario, pero no está instalado." - -#: ../../mod/install.php:404 -msgid "Error: mb_string PHP module required but not installed." -msgstr "Error: El módulo de PHP mb_string es necesario, pero no está instalado." - -#: ../../mod/install.php:421 -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 programa de instalación web necesita ser capaz de crear un archivo llamado \".htconfig.php\" en la carpeta principal de tu servidor web y es incapaz de hacerlo." - -#: ../../mod/install.php:422 -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 "Se trata a menudo de una configuración de permisos, pues el servidor web puede que no sea capaz de escribir archivos en la carpeta, aunque tú sí puedas." - -#: ../../mod/install.php:423 -msgid "" -"At the end of this procedure, we will give you a text to save in a file " -"named .htconfig.php in your Friendica top folder." -msgstr "Al final obtendremos un texto que debes guardar en un archivo llamado .htconfig.php en la carpeta de Friendica." - -#: ../../mod/install.php:424 -msgid "" -"You can alternatively skip this procedure and perform a manual installation." -" Please see the file \"INSTALL.txt\" for instructions." -msgstr "Como alternativa, puedes saltarte estos pasos y realizar una instalación manual. Por favor, consulta el archivo \"INSTALL.txt\" para las instrucciones." - -#: ../../mod/install.php:427 -msgid ".htconfig.php is writable" -msgstr ".htconfig.php tiene permiso de escritura" - -#: ../../mod/install.php:439 -msgid "" -"Url rewrite in .htaccess is not working. Check your server configuration." -msgstr "La reescritura de la dirección en .htaccess no funcionó. Revisa la configuración." - -#: ../../mod/install.php:441 -msgid "Url rewrite is working" -msgstr "Reescribiendo la dirección..." - -#: ../../mod/install.php:451 -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 archivo de configuración de base de datos \".htconfig.php\" no se pudo escribir. Por favor, utiliza el texto adjunto para crear un archivo de configuración en la raíz de tu servidor web." - -#: ../../mod/install.php:475 -msgid "Errors encountered creating database tables." -msgstr "Se han encontrados errores creando las tablas de la base de datos." - -#: ../../mod/install.php:486 -msgid "

What next

" -msgstr "

¿Ahora qué?

" - -#: ../../mod/install.php:487 -msgid "" -"IMPORTANT: You will need to [manually] setup a scheduled task for the " -"poller." -msgstr "IMPORTANTE: Tendrás que configurar [manualmente] una tarea programada para el sondeo" - -#: ../../mod/localtime.php:12 ../../include/event.php:11 -#: ../../include/bb2diaspora.php:390 -msgid "l F d, Y \\@ g:i A" -msgstr "l F d, Y \\@ g:i A" - -#: ../../mod/localtime.php:24 -msgid "Time Conversion" -msgstr "Conversión horária" - -#: ../../mod/localtime.php:26 -msgid "" -"Friendica provides this service for sharing events with other networks and " -"friends in unknown timezones." -msgstr "" - -#: ../../mod/localtime.php:30 -#, php-format -msgid "UTC time: %s" -msgstr "Tiempo UTC: %s" - -#: ../../mod/localtime.php:33 -#, php-format -msgid "Current timezone: %s" -msgstr "Zona horaria actual: %s" - -#: ../../mod/localtime.php:36 -#, php-format -msgid "Converted localtime: %s" -msgstr "Zona horaria local convertida: %s" - -#: ../../mod/localtime.php:41 -msgid "Please select your timezone:" -msgstr "Por favor, selecciona tu zona horaria:" - -#: ../../mod/poke.php:192 -msgid "Poke/Prod" -msgstr "Toque/Empujón" - -#: ../../mod/poke.php:193 -msgid "poke, prod or do other things to somebody" -msgstr "da un toque, empujón o similar a alguien" - -#: ../../mod/poke.php:194 -msgid "Recipient" -msgstr "Receptor" - -#: ../../mod/poke.php:195 -msgid "Choose what you wish to do to recipient" -msgstr "Elige qué desea hacer con el receptor" - -#: ../../mod/poke.php:198 -msgid "Make this post private" -msgstr "Hacer esta publicación privada" - -#: ../../mod/match.php:12 -msgid "Profile Match" -msgstr "Coincidencias de Perfil" - -#: ../../mod/match.php:20 -msgid "No keywords to match. Please add keywords to your default profile." -msgstr "No hay palabras clave que coincidan. Por favor, agrega algunas palabras claves en tu perfil predeterminado." - -#: ../../mod/match.php:57 -msgid "is interested in:" -msgstr "estás interesado en:" - -#: ../../mod/match.php:58 ../../mod/suggest.php:59 -#: ../../include/contact_widgets.php:9 ../../boot.php:1175 -msgid "Connect" -msgstr "Conectar" - -#: ../../mod/match.php:65 ../../mod/dirfind.php:60 -msgid "No matches" -msgstr "Sin conincidencias" - -#: ../../mod/lockview.php:31 ../../mod/lockview.php:39 -msgid "Remote privacy information not available." -msgstr "Privacidad de la información remota no disponible." - -#: ../../mod/lockview.php:48 -#: ../../addon/remote_permissions/remote_permissions.php:123 -msgid "Visible to:" -msgstr "Visible para:" - -#: ../../mod/content.php:119 ../../mod/network.php:544 -msgid "No such group" -msgstr "Ningún grupo" - -#: ../../mod/content.php:130 ../../mod/network.php:555 -msgid "Group is empty" -msgstr "El grupo está vacío" - -#: ../../mod/content.php:134 ../../mod/network.php:559 -msgid "Group: " -msgstr "Grupo: " - -#: ../../mod/content.php:438 ../../mod/content.php:722 -#: ../../include/conversation.php:564 ../../object/Item.php:116 -msgid "Select" -msgstr "Seleccionar" - -#: ../../mod/content.php:455 ../../mod/content.php:815 -#: ../../mod/content.php:816 ../../include/conversation.php:583 -#: ../../object/Item.php:227 ../../object/Item.php:228 -#, php-format -msgid "View %s's profile @ %s" -msgstr "Ver perfil de %s @ %s" - -#: ../../mod/content.php:465 ../../mod/content.php:827 -#: ../../include/conversation.php:603 ../../object/Item.php:240 -#, php-format -msgid "%s from %s" -msgstr "%s de %s" - -#: ../../mod/content.php:480 ../../include/conversation.php:618 -msgid "View in context" -msgstr "Verlo en contexto" - -#: ../../mod/content.php:586 ../../object/Item.php:277 -#, php-format -msgid "%d comment" -msgid_plural "%d comments" -msgstr[0] "%d comentario" -msgstr[1] "%d comentarios" - -#: ../../mod/content.php:588 ../../include/text.php:1441 -#: ../../object/Item.php:279 ../../object/Item.php:292 -msgid "comment" -msgid_plural "comments" -msgstr[0] "" -msgstr[1] "Comentario" - -#: ../../mod/content.php:589 ../../addon/page/page.php:77 -#: ../../addon/page/page.php:111 ../../addon/showmore/showmore.php:119 -#: ../../include/contact_widgets.php:195 ../../boot.php:586 -#: ../../object/Item.php:280 ../../addon.old/page/page.php:77 -#: ../../addon.old/page/page.php:111 ../../addon.old/showmore/showmore.php:119 -msgid "show more" -msgstr "ver más" - -#: ../../mod/content.php:667 ../../object/Item.php:196 -msgid "like" -msgstr "me gusta" - -#: ../../mod/content.php:668 ../../object/Item.php:197 -msgid "dislike" -msgstr "no me gusta" - -#: ../../mod/content.php:670 ../../object/Item.php:199 -msgid "Share this" -msgstr "Compartir esto" - -#: ../../mod/content.php:670 ../../object/Item.php:199 -msgid "share" -msgstr "compartir" - -#: ../../mod/content.php:694 ../../object/Item.php:559 -msgid "Bold" -msgstr "Negrita" - -#: ../../mod/content.php:695 ../../object/Item.php:560 -msgid "Italic" -msgstr "Cursiva" - -#: ../../mod/content.php:696 ../../object/Item.php:561 -msgid "Underline" -msgstr "Subrayado" - -#: ../../mod/content.php:697 ../../object/Item.php:562 -msgid "Quote" -msgstr "Cita" - -#: ../../mod/content.php:698 ../../object/Item.php:563 -msgid "Code" -msgstr "Código" - -#: ../../mod/content.php:699 ../../object/Item.php:564 -msgid "Image" -msgstr "Imagen" - -#: ../../mod/content.php:700 ../../object/Item.php:565 -msgid "Link" -msgstr "Enlace" - -#: ../../mod/content.php:701 ../../object/Item.php:566 -msgid "Video" -msgstr "Vídeo" - -#: ../../mod/content.php:735 ../../object/Item.php:180 -msgid "add star" -msgstr "Añadir estrella" - -#: ../../mod/content.php:736 ../../object/Item.php:181 -msgid "remove star" -msgstr "Quitar estrella" - -#: ../../mod/content.php:737 ../../object/Item.php:182 -msgid "toggle star status" -msgstr "Añadir a destacados" - -#: ../../mod/content.php:740 ../../object/Item.php:185 -msgid "starred" -msgstr "marcados con estrellas" - -#: ../../mod/content.php:741 ../../object/Item.php:186 -msgid "add tag" -msgstr "añadir etiqueta" - -#: ../../mod/content.php:745 ../../object/Item.php:120 -msgid "save to folder" -msgstr "grabado en directorio" - -#: ../../mod/content.php:817 ../../object/Item.php:229 -msgid "to" -msgstr "a" - -#: ../../mod/content.php:818 ../../object/Item.php:230 -msgid "Wall-to-Wall" -msgstr "Muro-A-Muro" - -#: ../../mod/content.php:819 ../../object/Item.php:231 -msgid "via Wall-To-Wall:" -msgstr "via Muro-A-Muro:" - -#: ../../mod/home.php:28 ../../addon/communityhome/communityhome.php:179 -#: ../../addon.old/communityhome/communityhome.php:179 -#, php-format -msgid "Welcome to %s" -msgstr "Bienvenido a %s" - -#: ../../mod/notifications.php:26 -msgid "Invalid request identifier." -msgstr "Solicitud de identificación no válida." - -#: ../../mod/notifications.php:35 ../../mod/notifications.php:164 -#: ../../mod/notifications.php:210 -msgid "Discard" -msgstr "Descartar" - -#: ../../mod/notifications.php:51 ../../mod/notifications.php:163 -#: ../../mod/notifications.php:209 ../../mod/contacts.php:321 -#: ../../mod/contacts.php:375 -msgid "Ignore" -msgstr "Ignorar" - -#: ../../mod/notifications.php:78 -msgid "System" -msgstr "Sistema" - -#: ../../mod/notifications.php:83 ../../include/nav.php:113 -msgid "Network" -msgstr "Red" - -#: ../../mod/notifications.php:88 ../../mod/network.php:407 -msgid "Personal" -msgstr "Personal" - -#: ../../mod/notifications.php:93 ../../view/theme/diabook/theme.php:86 -#: ../../include/nav.php:77 ../../include/nav.php:115 -msgid "Home" -msgstr "Inicio" - -#: ../../mod/notifications.php:98 ../../include/nav.php:121 -msgid "Introductions" -msgstr "Presentaciones" - -#: ../../mod/notifications.php:103 ../../mod/message.php:176 -#: ../../include/nav.php:128 -msgid "Messages" -msgstr "Mensajes" - -#: ../../mod/notifications.php:122 -msgid "Show Ignored Requests" -msgstr "Mostrar peticiones ignoradas" - -#: ../../mod/notifications.php:122 -msgid "Hide Ignored Requests" -msgstr "Ocultar peticiones ignoradas" - -#: ../../mod/notifications.php:148 ../../mod/notifications.php:194 -msgid "Notification type: " -msgstr "Tipo de notificación: " - -#: ../../mod/notifications.php:149 -msgid "Friend Suggestion" -msgstr "Propuestas de amistad" - -#: ../../mod/notifications.php:151 -#, php-format -msgid "suggested by %s" -msgstr "sugerido por %s" - -#: ../../mod/notifications.php:156 ../../mod/notifications.php:203 -#: ../../mod/contacts.php:381 -msgid "Hide this contact from others" -msgstr "Ocultar este contacto a los demás." - -#: ../../mod/notifications.php:157 ../../mod/notifications.php:204 -msgid "Post a new friend activity" -msgstr "Publica tu nueva amistad" - -#: ../../mod/notifications.php:157 ../../mod/notifications.php:204 -msgid "if applicable" -msgstr "Si corresponde" - -#: ../../mod/notifications.php:160 ../../mod/notifications.php:207 -#: ../../mod/admin.php:694 -msgid "Approve" -msgstr "Aprobar" - -#: ../../mod/notifications.php:180 -msgid "Claims to be known to you: " -msgstr "Dice conocerte: " - -#: ../../mod/notifications.php:180 -msgid "yes" -msgstr "sí" - -#: ../../mod/notifications.php:180 -msgid "no" -msgstr "no" - -#: ../../mod/notifications.php:187 -msgid "Approve as: " -msgstr "Aprobar como: " - -#: ../../mod/notifications.php:188 -msgid "Friend" -msgstr "Amigo" - -#: ../../mod/notifications.php:189 -msgid "Sharer" -msgstr "Lector" - -#: ../../mod/notifications.php:189 -msgid "Fan/Admirer" -msgstr "Fan/Admirador" - -#: ../../mod/notifications.php:195 -msgid "Friend/Connect Request" -msgstr "Solicitud de Amistad/Conexión" - -#: ../../mod/notifications.php:195 -msgid "New Follower" -msgstr "Nuevo seguidor" - -#: ../../mod/notifications.php:216 -msgid "No introductions." -msgstr "Sin presentaciones." - -#: ../../mod/notifications.php:219 ../../include/nav.php:122 -msgid "Notifications" -msgstr "Notificaciones" - -#: ../../mod/notifications.php:256 ../../mod/notifications.php:381 -#: ../../mod/notifications.php:468 -#, php-format -msgid "%s liked %s's post" -msgstr "A %s le gusta la publicación de %s" - -#: ../../mod/notifications.php:265 ../../mod/notifications.php:390 -#: ../../mod/notifications.php:477 -#, php-format -msgid "%s disliked %s's post" -msgstr "A %s no le gusta la publicación de %s" - -#: ../../mod/notifications.php:279 ../../mod/notifications.php:404 -#: ../../mod/notifications.php:491 -#, php-format -msgid "%s is now friends with %s" -msgstr "%s es ahora es amigo de %s" - -#: ../../mod/notifications.php:286 ../../mod/notifications.php:411 -#, php-format -msgid "%s created a new post" -msgstr "%s creó una nueva publicación" - -#: ../../mod/notifications.php:287 ../../mod/notifications.php:412 -#: ../../mod/notifications.php:500 -#, php-format -msgid "%s commented on %s's post" -msgstr "%s comentó la publicación de %s" - -#: ../../mod/notifications.php:301 -msgid "No more network notifications." -msgstr "No hay más notificaciones de red." - -#: ../../mod/notifications.php:305 -msgid "Network Notifications" -msgstr "Notificaciones de Red" - -#: ../../mod/notifications.php:331 ../../mod/notify.php:61 -msgid "No more system notifications." -msgstr "No hay más notificaciones del sistema." - -#: ../../mod/notifications.php:335 ../../mod/notify.php:65 -msgid "System Notifications" -msgstr "Notificaciones del sistema" - -#: ../../mod/notifications.php:426 -msgid "No more personal notifications." -msgstr "No hay más notificaciones personales." - -#: ../../mod/notifications.php:430 -msgid "Personal Notifications" -msgstr "Notificaciones personales" - -#: ../../mod/notifications.php:507 -msgid "No more home notifications." -msgstr "No hay más notificaciones de inicio." - -#: ../../mod/notifications.php:511 -msgid "Home Notifications" -msgstr "Notificaciones de Inicio" - -#: ../../mod/contacts.php:84 ../../mod/contacts.php:164 -msgid "Could not access contact record." -msgstr "No se pudo acceder a los datos del contacto." - -#: ../../mod/contacts.php:98 -msgid "Could not locate selected profile." -msgstr "No se pudo encontrar el perfil seleccionado." - -#: ../../mod/contacts.php:121 -msgid "Contact updated." -msgstr "Contacto actualizado." - -#: ../../mod/contacts.php:186 -msgid "Contact has been blocked" -msgstr "El contacto ha sido bloqueado" - -#: ../../mod/contacts.php:186 -msgid "Contact has been unblocked" -msgstr "El contacto ha sido desbloqueado" - -#: ../../mod/contacts.php:200 -msgid "Contact has been ignored" -msgstr "El contacto ha sido ignorado" - -#: ../../mod/contacts.php:200 -msgid "Contact has been unignored" -msgstr "El contacto ya no está ignorado" - -#: ../../mod/contacts.php:216 -msgid "Contact has been archived" -msgstr "El contacto ha sido archivado" - -#: ../../mod/contacts.php:216 -msgid "Contact has been unarchived" -msgstr "El contacto ya no está archivado" - -#: ../../mod/contacts.php:229 -msgid "Contact has been removed." -msgstr "El contacto ha sido eliminado" - -#: ../../mod/contacts.php:263 -#, php-format -msgid "You are mutual friends with %s" -msgstr "Ahora tienes una amistad mutua con %s" - -#: ../../mod/contacts.php:267 -#, php-format -msgid "You are sharing with %s" -msgstr "Estás compartiendo con %s" - -#: ../../mod/contacts.php:272 -#, php-format -msgid "%s is sharing with you" -msgstr "%s está compartiendo contigo" - -#: ../../mod/contacts.php:289 -msgid "Private communications are not available for this contact." -msgstr "Las comunicaciones privadas no está disponibles para este contacto." - -#: ../../mod/contacts.php:292 -msgid "Never" -msgstr "Nunca" - -#: ../../mod/contacts.php:296 -msgid "(Update was successful)" -msgstr "(La actualización se ha completado)" - -#: ../../mod/contacts.php:296 -msgid "(Update was not successful)" -msgstr "(La actualización no se ha completado)" - -#: ../../mod/contacts.php:298 -msgid "Suggest friends" -msgstr "Sugerir amigos" - -#: ../../mod/contacts.php:302 -#, php-format -msgid "Network type: %s" -msgstr "Tipo de red: %s" - -#: ../../mod/contacts.php:305 ../../include/contact_widgets.php:190 -#, php-format -msgid "%d contact in common" -msgid_plural "%d contacts in common" -msgstr[0] "%d contacto en común" -msgstr[1] "%d contactos en común" - -#: ../../mod/contacts.php:310 -msgid "View all contacts" -msgstr "Ver todos los contactos" - -#: ../../mod/contacts.php:315 ../../mod/contacts.php:374 -#: ../../mod/admin.php:698 -msgid "Unblock" -msgstr "Desbloquear" - -#: ../../mod/contacts.php:315 ../../mod/contacts.php:374 -#: ../../mod/admin.php:697 -msgid "Block" -msgstr "Bloquear" - -#: ../../mod/contacts.php:318 -msgid "Toggle Blocked status" -msgstr "Cambiar bloqueados" - -#: ../../mod/contacts.php:321 ../../mod/contacts.php:375 -msgid "Unignore" -msgstr "Quitar de Ignorados" - -#: ../../mod/contacts.php:324 -msgid "Toggle Ignored status" -msgstr "Cambiar ignorados" - -#: ../../mod/contacts.php:328 -msgid "Unarchive" -msgstr "Sin archivar" - -#: ../../mod/contacts.php:328 -msgid "Archive" -msgstr "Archivo" - -#: ../../mod/contacts.php:331 -msgid "Toggle Archive status" -msgstr "Cambiar archivados" - -#: ../../mod/contacts.php:334 -msgid "Repair" -msgstr "Reparar" - -#: ../../mod/contacts.php:337 -msgid "Advanced Contact Settings" -msgstr "Configuración avanzada" - -#: ../../mod/contacts.php:343 -msgid "Communications lost with this contact!" -msgstr "¡Se ha perdido la comunicación con este contacto!" - -#: ../../mod/contacts.php:346 -msgid "Contact Editor" -msgstr "Editor de contactos" - -#: ../../mod/contacts.php:349 -msgid "Profile Visibility" -msgstr "Visibilidad del Perfil" - -#: ../../mod/contacts.php:350 -#, php-format -msgid "" -"Please choose the profile you would like to display to %s when viewing your " -"profile securely." -msgstr "Por favor, selecciona el perfil que quieras mostrar a %s cuando esté viendo tu perfil de forma segura." - -#: ../../mod/contacts.php:351 -msgid "Contact Information / Notes" -msgstr "Información del Contacto / Notas" - -#: ../../mod/contacts.php:352 -msgid "Edit contact notes" -msgstr "Editar notas del contacto" - -#: ../../mod/contacts.php:357 ../../mod/contacts.php:549 -#: ../../mod/viewcontacts.php:62 ../../mod/nogroup.php:40 -#, php-format -msgid "Visit %s's profile [%s]" -msgstr "Ver el perfil de %s [%s]" - -#: ../../mod/contacts.php:358 -msgid "Block/Unblock contact" -msgstr "Boquear/Desbloquear contacto" - -#: ../../mod/contacts.php:359 -msgid "Ignore contact" -msgstr "Ignorar contacto" - -#: ../../mod/contacts.php:360 -msgid "Repair URL settings" -msgstr "Configuración de reparación de la dirección" - -#: ../../mod/contacts.php:361 -msgid "View conversations" -msgstr "Ver conversaciones" - -#: ../../mod/contacts.php:363 -msgid "Delete contact" -msgstr "Eliminar contacto" - -#: ../../mod/contacts.php:367 -msgid "Last update:" -msgstr "Última actualización:" - -#: ../../mod/contacts.php:369 -msgid "Update public posts" -msgstr "Actualizar publicaciones públicas" - -#: ../../mod/contacts.php:371 ../../mod/admin.php:1170 -msgid "Update now" -msgstr "Actualizar ahora" - -#: ../../mod/contacts.php:378 -msgid "Currently blocked" -msgstr "Bloqueados" - -#: ../../mod/contacts.php:379 -msgid "Currently ignored" -msgstr "Ignorados" - -#: ../../mod/contacts.php:380 -msgid "Currently archived" -msgstr "Archivados" - -#: ../../mod/contacts.php:381 -msgid "" -"Replies/likes to your public posts may still be visible" -msgstr "Los comentarios o \"me gusta\" en tus publicaciones públicas todavía pueden ser visibles." - -#: ../../mod/contacts.php:434 -msgid "Suggestions" -msgstr "Sugerencias" - -#: ../../mod/contacts.php:437 -msgid "Suggest potential friends" -msgstr "Amistades potenciales sugeridas" - -#: ../../mod/contacts.php:440 ../../mod/group.php:191 -msgid "All Contacts" -msgstr "Todos los contactos" - -#: ../../mod/contacts.php:443 -msgid "Show all contacts" -msgstr "Mostrar todos los contactos" - -#: ../../mod/contacts.php:446 -msgid "Unblocked" -msgstr "Desbloqueados" - -#: ../../mod/contacts.php:449 -msgid "Only show unblocked contacts" -msgstr "Mostrar solo contactos sin bloquear" - -#: ../../mod/contacts.php:453 -msgid "Blocked" -msgstr "Bloqueados" - -#: ../../mod/contacts.php:456 -msgid "Only show blocked contacts" -msgstr "Mostrar solo contactos bloqueados" - -#: ../../mod/contacts.php:460 -msgid "Ignored" -msgstr "Ignorados" - -#: ../../mod/contacts.php:463 -msgid "Only show ignored contacts" -msgstr "Mostrar solo contactos ignorados" - -#: ../../mod/contacts.php:467 -msgid "Archived" -msgstr "Archivados" - -#: ../../mod/contacts.php:470 -msgid "Only show archived contacts" -msgstr "Mostrar solo contactos archivados" - -#: ../../mod/contacts.php:474 -msgid "Hidden" -msgstr "Ocultos" - -#: ../../mod/contacts.php:477 -msgid "Only show hidden contacts" -msgstr "Mostrar solo contactos ocultos" - -#: ../../mod/contacts.php:525 -msgid "Mutual Friendship" -msgstr "Amistad recíproca" - -#: ../../mod/contacts.php:529 -msgid "is a fan of yours" -msgstr "es tu fan" - -#: ../../mod/contacts.php:533 -msgid "you are a fan of" -msgstr "eres fan de" - -#: ../../mod/contacts.php:550 ../../mod/nogroup.php:41 -msgid "Edit contact" -msgstr "Modificar contacto" - -#: ../../mod/contacts.php:571 ../../view/theme/diabook/theme.php:88 -#: ../../include/nav.php:139 -msgid "Contacts" -msgstr "Contactos" - -#: ../../mod/contacts.php:575 -msgid "Search your contacts" -msgstr "Buscar en tus contactos" - -#: ../../mod/contacts.php:576 ../../mod/directory.php:59 -msgid "Finding: " -msgstr "Buscando: " - -#: ../../mod/contacts.php:577 ../../mod/directory.php:61 -#: ../../include/contact_widgets.php:33 -msgid "Find" -msgstr "Buscar" - -#: ../../mod/lostpass.php:16 +#: ../../mod/lostpass.php:17 msgid "No valid account found." msgstr "No se ha encontrado ninguna cuenta válida" -#: ../../mod/lostpass.php:32 +#: ../../mod/lostpass.php:33 msgid "Password reset request issued. Check your email." msgstr "Solicitud de restablecimiento de contraseña enviada. Revisa tu correo." -#: ../../mod/lostpass.php:43 +#: ../../mod/lostpass.php:44 #, php-format msgid "Password reset requested at %s" msgstr "Contraseña restablecida enviada a %s" -#: ../../mod/lostpass.php:45 ../../mod/lostpass.php:107 -#: ../../mod/register.php:90 ../../mod/register.php:144 -#: ../../mod/regmod.php:54 ../../mod/dfrn_confirm.php:752 -#: ../../addon/facebook/facebook.php:702 -#: ../../addon/facebook/facebook.php:1200 ../../addon/fbpost/fbpost.php:661 -#: ../../addon/public_server/public_server.php:62 -#: ../../addon/testdrive/testdrive.php:67 ../../include/items.php:3302 -#: ../../boot.php:799 ../../addon.old/facebook/facebook.php:702 -#: ../../addon.old/facebook/facebook.php:1200 -#: ../../addon.old/fbpost/fbpost.php:661 -#: ../../addon.old/public_server/public_server.php:62 -#: ../../addon.old/testdrive/testdrive.php:67 -msgid "Administrator" -msgstr "Administrador" - -#: ../../mod/lostpass.php:65 +#: ../../mod/lostpass.php:66 msgid "" "Request could not be verified. (You may have previously submitted it.) " "Password reset failed." msgstr "La solicitud no puede ser verificada (deberías haberla proporcionado antes). Falló el restablecimiento de la contraseña." -#: ../../mod/lostpass.php:83 ../../boot.php:936 -msgid "Password Reset" -msgstr "Restablecer la contraseña" - -#: ../../mod/lostpass.php:84 +#: ../../mod/lostpass.php:85 msgid "Your password has been reset as requested." msgstr "Tu contraseña ha sido restablecida como solicitaste." -#: ../../mod/lostpass.php:85 +#: ../../mod/lostpass.php:86 msgid "Your new password is" msgstr "Tu nueva contraseña es" -#: ../../mod/lostpass.php:86 +#: ../../mod/lostpass.php:87 msgid "Save or copy your new password - and then" msgstr "Guarda o copia tu nueva contraseña y luego" -#: ../../mod/lostpass.php:87 +#: ../../mod/lostpass.php:88 msgid "click here to login" msgstr "pulsa aquí para acceder" -#: ../../mod/lostpass.php:88 +#: ../../mod/lostpass.php:89 msgid "" "Your password may be changed from the Settings page after " "successful login." msgstr "Puedes cambiar tu contraseña desde la página de Configuración después de acceder con éxito." -#: ../../mod/lostpass.php:119 +#: ../../mod/lostpass.php:107 +#, php-format +msgid "Your password has been changed at %s" +msgstr "Tu contraseña se ha cambiado por %s" + +#: ../../mod/lostpass.php:122 msgid "Forgot your Password?" msgstr "¿Olvidaste tu contraseña?" -#: ../../mod/lostpass.php:120 +#: ../../mod/lostpass.php:123 msgid "" "Enter your email address and submit to have your password reset. Then check " "your email for further instructions." msgstr "Introduce tu correo para restablecer tu contraseña. Luego comprueba tu correo para las instrucciones adicionales." -#: ../../mod/lostpass.php:121 +#: ../../mod/lostpass.php:124 msgid "Nickname or Email: " msgstr "Apodo o Correo electrónico: " -#: ../../mod/lostpass.php:122 +#: ../../mod/lostpass.php:125 msgid "Reset" msgstr "Restablecer" -#: ../../mod/settings.php:30 ../../include/nav.php:137 -msgid "Account settings" -msgstr "Configuración de tu cuenta" - -#: ../../mod/settings.php:35 -msgid "Display settings" -msgstr "Configuración Tema/Visualización" - -#: ../../mod/settings.php:41 -msgid "Connector settings" -msgstr "Configuración del conector" - -#: ../../mod/settings.php:46 -msgid "Plugin settings" -msgstr "Configuración de los módulos" - -#: ../../mod/settings.php:51 -msgid "Connected apps" -msgstr "Aplicaciones conectadas" - -#: ../../mod/settings.php:56 -msgid "Export personal data" -msgstr "Exportación de datos personales" - -#: ../../mod/settings.php:61 -msgid "Remove account" -msgstr "Eliminar cuenta" - -#: ../../mod/settings.php:69 ../../mod/newmember.php:22 -#: ../../mod/admin.php:785 ../../mod/admin.php:990 -#: ../../addon/dav/friendica/layout.fnk.php:225 -#: ../../addon/mathjax/mathjax.php:36 ../../view/theme/diabook/theme.php:614 -#: ../../include/nav.php:137 ../../addon.old/dav/friendica/layout.fnk.php:225 -#: ../../addon.old/mathjax/mathjax.php:36 -msgid "Settings" -msgstr "Configuración" - -#: ../../mod/settings.php:113 -msgid "Missing some important data!" -msgstr "¡Faltan algunos datos importantes!" - -#: ../../mod/settings.php:116 ../../mod/settings.php:569 -msgid "Update" -msgstr "Actualizar" - -#: ../../mod/settings.php:221 -msgid "Failed to connect with email account using the settings provided." -msgstr "Error al conectar con la cuenta de correo mediante la configuración suministrada." - -#: ../../mod/settings.php:226 -msgid "Email settings updated." -msgstr "Configuración de correo actualizada." - -#: ../../mod/settings.php:290 -msgid "Passwords do not match. Password unchanged." -msgstr "Las contraseñas no coinciden. La contraseña no ha sido modificada." - -#: ../../mod/settings.php:295 -msgid "Empty passwords are not allowed. Password unchanged." -msgstr "No se permiten contraseñas vacías. La contraseña no ha sido modificada." - -#: ../../mod/settings.php:306 -msgid "Password changed." -msgstr "Contraseña modificada." - -#: ../../mod/settings.php:308 -msgid "Password update failed. Please try again." -msgstr "La actualización de la contraseña ha fallado. Por favor, prueba otra vez." - -#: ../../mod/settings.php:373 -msgid " Please use a shorter name." -msgstr " Usa un nombre más corto." - -#: ../../mod/settings.php:375 -msgid " Name too short." -msgstr " Nombre demasiado corto." - -#: ../../mod/settings.php:381 -msgid " Not valid email." -msgstr " Correo no válido." - -#: ../../mod/settings.php:383 -msgid " Cannot change to that email." -msgstr " No se puede usar ese correo." - -#: ../../mod/settings.php:437 -msgid "Private forum has no privacy permissions. Using default privacy group." -msgstr "El foro privado no tiene permisos de privacidad. Usando el grupo de privacidad por defecto." - -#: ../../mod/settings.php:441 -msgid "Private forum has no privacy permissions and no default privacy group." -msgstr "El foro privado no tiene permisos de privacidad ni grupo por defecto de privacidad." - -#: ../../mod/settings.php:471 ../../addon/facebook/facebook.php:495 -#: ../../addon/fbpost/fbpost.php:144 -#: ../../addon/remote_permissions/remote_permissions.php:204 -#: ../../addon/impressum/impressum.php:78 -#: ../../addon/openstreetmap/openstreetmap.php:80 -#: ../../addon/mathjax/mathjax.php:66 ../../addon/piwik/piwik.php:105 -#: ../../addon/twitter/twitter.php:389 -#: ../../addon.old/facebook/facebook.php:495 -#: ../../addon.old/fbpost/fbpost.php:144 -#: ../../addon.old/impressum/impressum.php:78 -#: ../../addon.old/openstreetmap/openstreetmap.php:80 -#: ../../addon.old/mathjax/mathjax.php:66 ../../addon.old/piwik/piwik.php:105 -#: ../../addon.old/twitter/twitter.php:389 -msgid "Settings updated." -msgstr "Configuración actualizada." - -#: ../../mod/settings.php:542 ../../mod/settings.php:568 -#: ../../mod/settings.php:604 -msgid "Add application" -msgstr "Agregar aplicación" - -#: ../../mod/settings.php:546 ../../mod/settings.php:572 -#: ../../addon/statusnet/statusnet.php:570 -#: ../../addon.old/statusnet/statusnet.php:570 -msgid "Consumer Key" -msgstr "Clave del consumidor" - -#: ../../mod/settings.php:547 ../../mod/settings.php:573 -#: ../../addon/statusnet/statusnet.php:569 -#: ../../addon.old/statusnet/statusnet.php:569 -msgid "Consumer Secret" -msgstr "Secreto del consumidor" - -#: ../../mod/settings.php:548 ../../mod/settings.php:574 -msgid "Redirect" -msgstr "Redirigir" - -#: ../../mod/settings.php:549 ../../mod/settings.php:575 -msgid "Icon url" -msgstr "Dirección del ícono" - -#: ../../mod/settings.php:560 -msgid "You can't edit this application." -msgstr "No puedes editar esta aplicación." - -#: ../../mod/settings.php:603 -msgid "Connected Apps" -msgstr "Aplicaciones conectadas" - -#: ../../mod/settings.php:607 -msgid "Client key starts with" -msgstr "Clave de cliente comienza por" - -#: ../../mod/settings.php:608 -msgid "No name" -msgstr "Sin nombre" - -#: ../../mod/settings.php:609 -msgid "Remove authorization" -msgstr "Suprimir la autorización" - -#: ../../mod/settings.php:620 -msgid "No Plugin settings configured" -msgstr "No se ha configurado ningún módulo" - -#: ../../mod/settings.php:628 ../../addon/widgets/widgets.php:123 -#: ../../addon.old/widgets/widgets.php:123 -msgid "Plugin Settings" -msgstr "Configuración de los módulos" - -#: ../../mod/settings.php:640 ../../mod/settings.php:641 -#, php-format -msgid "Built-in support for %s connectivity is %s" -msgstr "El soporte integrado de conexión con %s está %s" - -#: ../../mod/settings.php:640 ../../mod/settings.php:641 -msgid "enabled" -msgstr "habilitado" - -#: ../../mod/settings.php:640 ../../mod/settings.php:641 -msgid "disabled" -msgstr "deshabilitado" - -#: ../../mod/settings.php:641 -msgid "StatusNet" -msgstr "StatusNet" - -#: ../../mod/settings.php:673 -msgid "Email access is disabled on this site." -msgstr "El acceso por correo está deshabilitado en esta web." - -#: ../../mod/settings.php:679 -msgid "Connector Settings" -msgstr "Configuración del conector" - -#: ../../mod/settings.php:684 -msgid "Email/Mailbox Setup" -msgstr "Configuración del correo/buzón" - -#: ../../mod/settings.php:685 -msgid "" -"If you wish to communicate with email contacts using this service " -"(optional), please specify how to connect to your mailbox." -msgstr "Si quieres comunicarte con tus contactos de correo usando este servicio (opcional), por favor, especifica cómo conectar con tu buzón." - -#: ../../mod/settings.php:686 -msgid "Last successful email check:" -msgstr "Última comprobación del correo con éxito:" - -#: ../../mod/settings.php:688 -msgid "IMAP server name:" -msgstr "Nombre del servidor IMAP:" - -#: ../../mod/settings.php:689 -msgid "IMAP port:" -msgstr "Puerto IMAP:" - -#: ../../mod/settings.php:690 -msgid "Security:" -msgstr "Seguridad:" - -#: ../../mod/settings.php:690 ../../mod/settings.php:695 -#: ../../addon/dav/common/wdcal_edit.inc.php:191 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:191 -msgid "None" -msgstr "Ninguna" - -#: ../../mod/settings.php:691 -msgid "Email login name:" -msgstr "Nombre de usuario:" - -#: ../../mod/settings.php:692 -msgid "Email password:" -msgstr "Contraseña:" - -#: ../../mod/settings.php:693 -msgid "Reply-to address:" -msgstr "Dirección de respuesta:" - -#: ../../mod/settings.php:694 -msgid "Send public posts to all email contacts:" -msgstr "Enviar publicaciones públicas a todos los contactos de correo:" - -#: ../../mod/settings.php:695 -msgid "Action after import:" -msgstr "Acción después de importar:" - -#: ../../mod/settings.php:695 -msgid "Mark as seen" -msgstr "Marcar como leído" - -#: ../../mod/settings.php:695 -msgid "Move to folder" -msgstr "Mover a un directorio" - -#: ../../mod/settings.php:696 -msgid "Move to folder:" -msgstr "Mover al directorio:" - -#: ../../mod/settings.php:727 ../../mod/admin.php:402 -msgid "No special theme for mobile devices" -msgstr "No hay tema especial para dispositivos móviles" - -#: ../../mod/settings.php:767 -msgid "Display Settings" -msgstr "Configuración Tema/Visualización" - -#: ../../mod/settings.php:773 ../../mod/settings.php:784 -msgid "Display Theme:" -msgstr "Utilizar tema:" - -#: ../../mod/settings.php:774 -msgid "Mobile Theme:" -msgstr "Tema móvil:" - -#: ../../mod/settings.php:775 -msgid "Update browser every xx seconds" -msgstr "Actualizar navegador cada xx segundos" - -#: ../../mod/settings.php:775 -msgid "Minimum of 10 seconds, no maximum" -msgstr "Mínimo 10 segundos, sin máximo" - -#: ../../mod/settings.php:776 -msgid "Number of items to display per page:" -msgstr "Número de elementos a mostrar por página:" - -#: ../../mod/settings.php:776 -msgid "Maximum of 100 items" -msgstr "Máximo 100 elementos" - -#: ../../mod/settings.php:777 -msgid "Don't show emoticons" -msgstr "No mostrar emoticones" - -#: ../../mod/settings.php:853 -msgid "Normal Account Page" -msgstr "Página de cuenta normal" - -#: ../../mod/settings.php:854 -msgid "This account is a normal personal profile" -msgstr "Esta cuenta es el perfil personal normal" - -#: ../../mod/settings.php:857 -msgid "Soapbox Page" -msgstr "Página de tribuna" - -#: ../../mod/settings.php:858 -msgid "Automatically approve all connection/friend requests as read-only fans" -msgstr "Acepta automáticamente todas las peticiones de conexión/amistad como seguidores de solo-lectura" - -#: ../../mod/settings.php:861 -msgid "Community Forum/Celebrity Account" -msgstr "Cuenta de Comunidad, Foro o Celebridad" - -#: ../../mod/settings.php:862 -msgid "" -"Automatically approve all connection/friend requests as read-write fans" -msgstr "Acepta automáticamente todas las peticiones de conexión/amistad como seguidores de lectura-escritura" - -#: ../../mod/settings.php:865 -msgid "Automatic Friend Page" -msgstr "Página de Amistad autómatica" - -#: ../../mod/settings.php:866 -msgid "Automatically approve all connection/friend requests as friends" -msgstr "Aceptar automáticamente todas las solicitudes de conexión/amistad como amigos" - -#: ../../mod/settings.php:869 -msgid "Private Forum [Experimental]" -msgstr "Foro privado [Experimental]" - -#: ../../mod/settings.php:870 -msgid "Private forum - approved members only" -msgstr "Foro privado - solo miembros" - -#: ../../mod/settings.php:882 -msgid "OpenID:" -msgstr "OpenID:" - -#: ../../mod/settings.php:882 -msgid "(Optional) Allow this OpenID to login to this account." -msgstr "(Opcional) Permitir a este OpenID acceder a esta cuenta." - -#: ../../mod/settings.php:892 -msgid "Publish your default profile in your local site directory?" -msgstr "¿Quieres publicar tu perfil predeterminado en el directorio local del sitio?" - -#: ../../mod/settings.php:898 -msgid "Publish your default profile in the global social directory?" -msgstr "¿Quieres publicar tu perfil predeterminado en el directorio social de forma global?" - -#: ../../mod/settings.php:906 -msgid "Hide your contact/friend list from viewers of your default profile?" -msgstr "¿Quieres ocultar tu lista de contactos/amigos en la vista de tu perfil predeterminado?" - -#: ../../mod/settings.php:910 -msgid "Hide your profile details from unknown viewers?" -msgstr "¿Quieres que los detalles de tu perfil permanezcan ocultos a los desconocidos?" - -#: ../../mod/settings.php:915 -msgid "Allow friends to post to your profile page?" -msgstr "¿Permites que tus amigos publiquen en tu página de perfil?" - -#: ../../mod/settings.php:921 -msgid "Allow friends to tag your posts?" -msgstr "¿Permites a los amigos etiquetar tus publicaciones?" - -#: ../../mod/settings.php:927 -msgid "Allow us to suggest you as a potential friend to new members?" -msgstr "¿Nos permite recomendarte como amigo potencial a los nuevos miembros?" - -#: ../../mod/settings.php:933 -msgid "Permit unknown people to send you private mail?" -msgstr "¿Permites que desconocidos te manden correos privados?" - -#: ../../mod/settings.php:941 -msgid "Profile is not published." -msgstr "El perfil no está publicado." - -#: ../../mod/settings.php:944 ../../mod/profile_photo.php:248 -msgid "or" -msgstr "o" - -#: ../../mod/settings.php:949 -msgid "Your Identity Address is" -msgstr "Tu dirección personal es" - -#: ../../mod/settings.php:960 -msgid "Automatically expire posts after this many days:" -msgstr "Las publicaciones expirarán automáticamente después de estos días:" - -#: ../../mod/settings.php:960 -msgid "If empty, posts will not expire. Expired posts will be deleted" -msgstr "Si lo dejas vacío no expirarán nunca. Las publicaciones que hayan expirado se borrarán" - -#: ../../mod/settings.php:961 -msgid "Advanced expiration settings" -msgstr "Configuración avanzada de expiración" - -#: ../../mod/settings.php:962 -msgid "Advanced Expiration" -msgstr "Expiración avanzada" - -#: ../../mod/settings.php:963 -msgid "Expire posts:" -msgstr "¿Expiran las publicaciones?" - -#: ../../mod/settings.php:964 -msgid "Expire personal notes:" -msgstr "¿Expiran las notas personales?" - -#: ../../mod/settings.php:965 -msgid "Expire starred posts:" -msgstr "¿Expiran los favoritos?" - -#: ../../mod/settings.php:966 -msgid "Expire photos:" -msgstr "¿Expiran las fotografías?" - -#: ../../mod/settings.php:967 -msgid "Only expire posts by others:" -msgstr "Solo expiran los mensajes de los demás:" - -#: ../../mod/settings.php:974 -msgid "Account Settings" -msgstr "Configuración de la cuenta" - -#: ../../mod/settings.php:982 -msgid "Password Settings" -msgstr "Configuración de la contraseña" - -#: ../../mod/settings.php:983 -msgid "New Password:" -msgstr "Contraseña nueva:" - -#: ../../mod/settings.php:984 -msgid "Confirm:" -msgstr "Confirmar:" - -#: ../../mod/settings.php:984 -msgid "Leave password fields blank unless changing" -msgstr "Deja la contraseña en blanco si no quieres cambiarla" - -#: ../../mod/settings.php:988 -msgid "Basic Settings" -msgstr "Configuración básica" - -#: ../../mod/settings.php:989 ../../include/profile_advanced.php:15 -msgid "Full Name:" -msgstr "Nombre completo:" - -#: ../../mod/settings.php:990 -msgid "Email Address:" -msgstr "Dirección de correo:" - -#: ../../mod/settings.php:991 -msgid "Your Timezone:" -msgstr "Zona horaria:" - -#: ../../mod/settings.php:992 -msgid "Default Post Location:" -msgstr "Localización predeterminada:" - -#: ../../mod/settings.php:993 -msgid "Use Browser Location:" -msgstr "Usar localización del navegador:" - -#: ../../mod/settings.php:996 -msgid "Security and Privacy Settings" -msgstr "Configuración de seguridad y privacidad" - -#: ../../mod/settings.php:998 -msgid "Maximum Friend Requests/Day:" -msgstr "Máximo número de peticiones de amistad por día:" - -#: ../../mod/settings.php:998 ../../mod/settings.php:1017 -msgid "(to prevent spam abuse)" -msgstr "(para prevenir el abuso de spam)" - -#: ../../mod/settings.php:999 -msgid "Default Post Permissions" -msgstr "Permisos por defecto para las publicaciones" - -#: ../../mod/settings.php:1000 -msgid "(click to open/close)" -msgstr "(pulsa para abrir/cerrar)" - -#: ../../mod/settings.php:1017 -msgid "Maximum private messages per day from unknown people:" -msgstr "Número máximo de mensajes diarios para desconocidos:" - -#: ../../mod/settings.php:1020 -msgid "Notification Settings" -msgstr "Configuración de notificaciones" - -#: ../../mod/settings.php:1021 -msgid "By default post a status message when:" -msgstr "Publicar en tu estado cuando:" - -#: ../../mod/settings.php:1022 -msgid "accepting a friend request" -msgstr "aceptes una solicitud de amistad" - -#: ../../mod/settings.php:1023 -msgid "joining a forum/community" -msgstr "te unas a un foro/comunidad" - -#: ../../mod/settings.php:1024 -msgid "making an interesting profile change" -msgstr "hagas un cambio interesante en tu perfil" - -#: ../../mod/settings.php:1025 -msgid "Send a notification email when:" -msgstr "Enviar notificación por correo cuando:" - -#: ../../mod/settings.php:1026 -msgid "You receive an introduction" -msgstr "Recibas una presentación" - -#: ../../mod/settings.php:1027 -msgid "Your introductions are confirmed" -msgstr "Tu presentación sea confirmada" - -#: ../../mod/settings.php:1028 -msgid "Someone writes on your profile wall" -msgstr "Alguien escriba en el muro de mi perfil" - -#: ../../mod/settings.php:1029 -msgid "Someone writes a followup comment" -msgstr "Algien escriba en un comentario que sigo" - -#: ../../mod/settings.php:1030 -msgid "You receive a private message" -msgstr "Recibas un mensaje privado" - -#: ../../mod/settings.php:1031 -msgid "You receive a friend suggestion" -msgstr "Recibas una sugerencia de amistad" - -#: ../../mod/settings.php:1032 -msgid "You are tagged in a post" -msgstr "Seas etiquetado en una publicación" - -#: ../../mod/settings.php:1033 -msgid "You are poked/prodded/etc. in a post" -msgstr "Te han tocado/empujado/etc. en una publicación" - -#: ../../mod/settings.php:1036 -msgid "Advanced Account/Page Type Settings" -msgstr "Configuración avanzada de tipo de Cuenta/Página" - -#: ../../mod/settings.php:1037 -msgid "Change the behaviour of this account for special situations" -msgstr "Cambiar el comportamiento de esta cuenta para situaciones especiales" - -#: ../../mod/manage.php:94 -msgid "Manage Identities and/or Pages" -msgstr "Administrar identidades y/o páginas" - -#: ../../mod/manage.php:97 -msgid "" -"Toggle between different identities or community/group pages which share " -"your account details or which you have been granted \"manage\" permissions" -msgstr "Cambia entre diferentes identidades o páginas de Comunidad/Grupos que comparten los detalles de tu cuenta o sobre los que tienes permisos para administrar" - -#: ../../mod/manage.php:99 -msgid "Select an identity to manage: " -msgstr "Selecciona una identidad a gestionar:" - -#: ../../mod/network.php:181 -msgid "Search Results For:" -msgstr "Resultados de la busqueda para:" - -#: ../../mod/network.php:221 ../../mod/search.php:18 -msgid "Remove term" -msgstr "Eliminar término" - -#: ../../mod/network.php:230 ../../mod/search.php:27 -msgid "Saved Searches" -msgstr "Búsquedas guardadas" - -#: ../../mod/network.php:231 ../../include/group.php:275 -msgid "add" -msgstr "añadir" - -#: ../../mod/network.php:394 -msgid "Commented Order" -msgstr "Orden de comentarios" - -#: ../../mod/network.php:397 -msgid "Sort by Comment Date" -msgstr "Ordenar por fecha de comentarios" - -#: ../../mod/network.php:400 -msgid "Posted Order" -msgstr "Orden de publicación" - -#: ../../mod/network.php:403 -msgid "Sort by Post Date" -msgstr "Ordenar por fecha de publicación" - -#: ../../mod/network.php:410 -msgid "Posts that mention or involve you" -msgstr "Publicaciones que te mencionan o involucran" - -#: ../../mod/network.php:413 -msgid "New" -msgstr "Nuevo" - -#: ../../mod/network.php:416 -msgid "Activity Stream - by date" -msgstr "Corriente de actividad por fecha" - -#: ../../mod/network.php:419 -msgid "Starred" -msgstr "Favoritos" - -#: ../../mod/network.php:422 -msgid "Favourite Posts" -msgstr "Publicaciones favoritas" - -#: ../../mod/network.php:425 -msgid "Shared Links" -msgstr "Enlaces compartidos" - -#: ../../mod/network.php:428 -msgid "Interesting Links" -msgstr "Enlaces interesantes" - -#: ../../mod/network.php:496 -#, php-format -msgid "Warning: This group contains %s member from an insecure network." -msgid_plural "" -"Warning: This group contains %s members from an insecure network." -msgstr[0] "Aviso: este grupo contiene %s contacto con conexión no segura." -msgstr[1] "Aviso: este grupo contiene %s contactos con conexiones no seguras." - -#: ../../mod/network.php:499 -msgid "Private messages to this group are at risk of public disclosure." -msgstr "Los mensajes privados a este grupo corren el riesgo de ser mostrados públicamente." - -#: ../../mod/network.php:569 -msgid "Contact: " -msgstr "Contacto: " - -#: ../../mod/network.php:571 -msgid "Private messages to this person are at risk of public disclosure." -msgstr "Los mensajes privados a esta persona corren el riesgo de ser mostrados públicamente." - -#: ../../mod/network.php:576 -msgid "Invalid contact." -msgstr "Contacto erróneo." - -#: ../../mod/notes.php:44 ../../boot.php:1708 -msgid "Personal Notes" -msgstr "Notas personales" - -#: ../../mod/notes.php:63 ../../mod/filer.php:30 -#: ../../addon/facebook/facebook.php:770 -#: ../../addon/privacy_image_cache/privacy_image_cache.php:263 -#: ../../addon/fbpost/fbpost.php:267 -#: ../../addon/dav/friendica/layout.fnk.php:441 -#: ../../addon/dav/friendica/layout.fnk.php:488 ../../include/text.php:681 -#: ../../addon.old/facebook/facebook.php:770 -#: ../../addon.old/privacy_image_cache/privacy_image_cache.php:263 -#: ../../addon.old/fbpost/fbpost.php:267 -#: ../../addon.old/dav/friendica/layout.fnk.php:441 -#: ../../addon.old/dav/friendica/layout.fnk.php:488 -msgid "Save" -msgstr "Guardar" - #: ../../mod/wallmessage.php:42 ../../mod/wallmessage.php:112 #, php-format msgid "Number of daily wall messages for %s exceeded. Message failed." msgstr "Excedido el número máximo de mensajes para %s. El mensaje no se ha enviado." -#: ../../mod/wallmessage.php:56 ../../mod/message.php:59 +#: ../../mod/wallmessage.php:56 ../../mod/message.php:63 msgid "No recipient selected." msgstr "Ningún destinatario seleccionado" @@ -2766,15 +1220,15 @@ msgstr "Ningún destinatario seleccionado" msgid "Unable to check your home location." msgstr "Imposible comprobar tu servidor de inicio." -#: ../../mod/wallmessage.php:62 ../../mod/message.php:66 +#: ../../mod/wallmessage.php:62 ../../mod/message.php:70 msgid "Message could not be sent." msgstr "El mensaje no ha podido ser enviado." -#: ../../mod/wallmessage.php:65 ../../mod/message.php:69 +#: ../../mod/wallmessage.php:65 ../../mod/message.php:73 msgid "Message collection failure." msgstr "Fallo en la recolección de mensajes." -#: ../../mod/wallmessage.php:68 ../../mod/message.php:72 +#: ../../mod/wallmessage.php:68 ../../mod/message.php:76 msgid "Message sent." msgstr "Mensaje enviado." @@ -2782,38 +1236,51 @@ msgstr "Mensaje enviado." msgid "No recipient." msgstr "Sin receptor." -#: ../../mod/wallmessage.php:123 ../../mod/wallmessage.php:131 -#: ../../mod/message.php:242 ../../mod/message.php:250 -#: ../../include/conversation.php:894 ../../include/conversation.php:911 +#: ../../mod/wallmessage.php:127 ../../mod/wallmessage.php:135 +#: ../../mod/message.php:283 ../../mod/message.php:291 +#: ../../mod/message.php:466 ../../mod/message.php:474 +#: ../../include/conversation.php:997 ../../include/conversation.php:1015 msgid "Please enter a link URL:" msgstr "Introduce la dirección del enlace:" -#: ../../mod/wallmessage.php:138 ../../mod/message.php:278 +#: ../../mod/wallmessage.php:142 ../../mod/message.php:319 msgid "Send Private Message" msgstr "Enviar mensaje privado" -#: ../../mod/wallmessage.php:139 +#: ../../mod/wallmessage.php:143 #, php-format msgid "" "If you wish for %s to respond, please check that the privacy settings on " "your site allow private mail from unknown senders." msgstr "Si quieres que %s te responda, asegúrate de que la configuración de privacidad permite enviar correo privado a desconocidos." -#: ../../mod/wallmessage.php:140 ../../mod/message.php:279 -#: ../../mod/message.php:469 +#: ../../mod/wallmessage.php:144 ../../mod/message.php:320 +#: ../../mod/message.php:553 msgid "To:" msgstr "Para:" -#: ../../mod/wallmessage.php:141 ../../mod/message.php:284 -#: ../../mod/message.php:471 +#: ../../mod/wallmessage.php:145 ../../mod/message.php:325 +#: ../../mod/message.php:555 msgid "Subject:" msgstr "Asunto:" -#: ../../mod/wallmessage.php:147 ../../mod/message.php:288 -#: ../../mod/message.php:474 ../../mod/invite.php:113 +#: ../../mod/wallmessage.php:151 ../../mod/message.php:329 +#: ../../mod/message.php:558 ../../mod/invite.php:134 msgid "Your message:" msgstr "Tu mensaje:" +#: ../../mod/wallmessage.php:154 ../../mod/editpost.php:110 +#: ../../mod/message.php:332 ../../mod/message.php:562 +#: ../../include/conversation.php:1081 +msgid "Upload photo" +msgstr "Subir foto" + +#: ../../mod/wallmessage.php:155 ../../mod/editpost.php:114 +#: ../../mod/message.php:333 ../../mod/message.php:563 +#: ../../include/conversation.php:1085 +msgid "Insert web link" +msgstr "Insertar enlace" + #: ../../mod/newmember.php:6 msgid "Welcome to Friendica" msgstr "Bienvenido a Friendica " @@ -2864,13 +1331,6 @@ msgid "" "potential friends know exactly how to find you." msgstr "Revisa las otras configuraciones, especialmente la configuración de privacidad. Un listado de directorio sin publicar es como tener un número de teléfono sin publicar. Normalmente querrás publicar tu listado, a menos que tus amigos y amigos potenciales sepan cómo ponerse en contacto contigo." -#: ../../mod/newmember.php:32 ../../mod/profperm.php:103 -#: ../../view/theme/diabook/theme.php:87 ../../include/profile_advanced.php:7 -#: ../../include/profile_advanced.php:84 ../../include/nav.php:50 -#: ../../boot.php:1684 -msgid "Profile" -msgstr "Perfil" - #: ../../mod/newmember.php:36 ../../mod/profile_photo.php:244 msgid "Upload Profile Photo" msgstr "Subir foto del Perfil" @@ -2909,10 +1369,7 @@ msgid "Connecting" msgstr "Conectando" #: ../../mod/newmember.php:49 ../../mod/newmember.php:51 -#: ../../addon/facebook/facebook.php:728 ../../addon/fbpost/fbpost.php:239 #: ../../include/contact_selectors.php:81 -#: ../../addon.old/facebook/facebook.php:728 -#: ../../addon.old/fbpost/fbpost.php:239 msgid "Facebook" msgstr "Facebook" @@ -3014,6 +1471,1440 @@ msgid "" " features and resources." msgstr "Puedes consultar nuestra página de Ayuda para más información y recursos de ayuda." +#: ../../mod/suggest.php:27 +msgid "Do you really want to delete this suggestion?" +msgstr "¿Estás seguro de que quieres borrar esta sugerencia?" + +#: ../../mod/suggest.php:32 ../../mod/editpost.php:148 +#: ../../mod/dfrn_request.php:848 ../../mod/contacts.php:323 +#: ../../mod/settings.php:602 ../../mod/settings.php:628 +#: ../../mod/message.php:212 ../../mod/photos.php:202 ../../mod/photos.php:290 +#: ../../mod/tagrm.php:11 ../../mod/tagrm.php:94 ../../mod/fbrowser.php:81 +#: ../../mod/fbrowser.php:116 ../../include/conversation.php:1119 +#: ../../include/items.php:4067 +msgid "Cancel" +msgstr "Cancelar" + +#: ../../mod/suggest.php:72 +msgid "" +"No suggestions available. If this is a new site, please try again in 24 " +"hours." +msgstr "No hay sugerencias disponibles. Si el sitio web es nuevo inténtalo de nuevo dentro de 24 horas." + +#: ../../mod/suggest.php:90 +msgid "Ignore/Hide" +msgstr "Ignorar/Ocultar" + +#: ../../mod/network.php:179 +msgid "Search Results For:" +msgstr "Resultados de la busqueda para:" + +#: ../../mod/network.php:222 ../../mod/_search.php:21 ../../mod/search.php:21 +msgid "Remove term" +msgstr "Eliminar término" + +#: ../../mod/network.php:231 ../../mod/_search.php:30 ../../mod/search.php:30 +#: ../../include/features.php:41 +msgid "Saved Searches" +msgstr "Búsquedas guardadas" + +#: ../../mod/network.php:232 ../../include/group.php:275 +msgid "add" +msgstr "añadir" + +#: ../../mod/network.php:394 +msgid "Commented Order" +msgstr "Orden de comentarios" + +#: ../../mod/network.php:397 +msgid "Sort by Comment Date" +msgstr "Ordenar por fecha de comentarios" + +#: ../../mod/network.php:400 +msgid "Posted Order" +msgstr "Orden de publicación" + +#: ../../mod/network.php:403 +msgid "Sort by Post Date" +msgstr "Ordenar por fecha de publicación" + +#: ../../mod/network.php:441 ../../mod/notifications.php:88 +msgid "Personal" +msgstr "Personal" + +#: ../../mod/network.php:444 +msgid "Posts that mention or involve you" +msgstr "Publicaciones que te mencionan o involucran" + +#: ../../mod/network.php:450 +msgid "New" +msgstr "Nuevo" + +#: ../../mod/network.php:453 +msgid "Activity Stream - by date" +msgstr "Corriente de actividad por fecha" + +#: ../../mod/network.php:459 +msgid "Shared Links" +msgstr "Enlaces compartidos" + +#: ../../mod/network.php:462 +msgid "Interesting Links" +msgstr "Enlaces interesantes" + +#: ../../mod/network.php:468 +msgid "Starred" +msgstr "Favoritos" + +#: ../../mod/network.php:471 +msgid "Favourite Posts" +msgstr "Publicaciones favoritas" + +#: ../../mod/network.php:539 +#, php-format +msgid "Warning: This group contains %s member from an insecure network." +msgid_plural "" +"Warning: This group contains %s members from an insecure network." +msgstr[0] "Aviso: este grupo contiene %s contacto con conexión no segura." +msgstr[1] "Aviso: este grupo contiene %s contactos con conexiones no seguras." + +#: ../../mod/network.php:542 +msgid "Private messages to this group are at risk of public disclosure." +msgstr "Los mensajes privados a este grupo corren el riesgo de ser mostrados públicamente." + +#: ../../mod/network.php:588 ../../mod/content.php:119 +msgid "No such group" +msgstr "Ningún grupo" + +#: ../../mod/network.php:599 ../../mod/content.php:130 +msgid "Group is empty" +msgstr "El grupo está vacío" + +#: ../../mod/network.php:605 ../../mod/content.php:134 +msgid "Group: " +msgstr "Grupo: " + +#: ../../mod/network.php:617 +msgid "Contact: " +msgstr "Contacto: " + +#: ../../mod/network.php:619 +msgid "Private messages to this person are at risk of public disclosure." +msgstr "Los mensajes privados a esta persona corren el riesgo de ser mostrados públicamente." + +#: ../../mod/network.php:624 +msgid "Invalid contact." +msgstr "Contacto erróneo." + +#: ../../mod/install.php:117 +msgid "Friendica Communications Server - Setup" +msgstr "" + +#: ../../mod/install.php:123 +msgid "Could not connect to database." +msgstr "No es posible la conexión con la base de datos." + +#: ../../mod/install.php:127 +msgid "Could not create table." +msgstr "No se puede crear la tabla." + +#: ../../mod/install.php:133 +msgid "Your Friendica site database has been installed." +msgstr "La base de datos de su sitio web de Friendica ha sido instalada." + +#: ../../mod/install.php:138 +msgid "" +"You may need to import the file \"database.sql\" manually using phpmyadmin " +"or mysql." +msgstr "Puede que tengas que importar el archivo \"Database.sql\" manualmente usando phpmyadmin o mysql." + +#: ../../mod/install.php:139 ../../mod/install.php:206 +#: ../../mod/install.php:521 +msgid "Please see the file \"INSTALL.txt\"." +msgstr "Por favor, consulta el archivo \"INSTALL.txt\"." + +#: ../../mod/install.php:203 +msgid "System check" +msgstr "Verificación del sistema" + +#: ../../mod/install.php:207 ../../mod/events.php:373 +msgid "Next" +msgstr "Siguiente" + +#: ../../mod/install.php:208 +msgid "Check again" +msgstr "Compruebalo de nuevo" + +#: ../../mod/install.php:227 +msgid "Database connection" +msgstr "Conexión con la base de datos" + +#: ../../mod/install.php:228 +msgid "" +"In order to install Friendica we need to know how to connect to your " +"database." +msgstr "Con el fin de poder instalar Friendica, necesitamos saber cómo conectar con tu base de datos." + +#: ../../mod/install.php:229 +msgid "" +"Please contact your hosting provider or site administrator if you have " +"questions about these settings." +msgstr "Por favor, contacta con tu proveedor de servicios o con el administrador de la página si tienes alguna pregunta sobre estas configuraciones." + +#: ../../mod/install.php:230 +msgid "" +"The database you specify below should already exist. If it does not, please " +"create it before continuing." +msgstr "La base de datos que especifiques a continuación debería existir ya. Si no es el caso, debes crearla antes de continuar." + +#: ../../mod/install.php:234 +msgid "Database Server Name" +msgstr "Nombre del servidor de la base de datos" + +#: ../../mod/install.php:235 +msgid "Database Login Name" +msgstr "Usuario de la base de datos" + +#: ../../mod/install.php:236 +msgid "Database Login Password" +msgstr "Contraseña de la base de datos" + +#: ../../mod/install.php:237 +msgid "Database Name" +msgstr "Nombre de la base de datos" + +#: ../../mod/install.php:238 ../../mod/install.php:277 +msgid "Site administrator email address" +msgstr "Dirección de correo del administrador de la web" + +#: ../../mod/install.php:238 ../../mod/install.php:277 +msgid "" +"Your account email address must match this in order to use the web admin " +"panel." +msgstr "La dirección de correo de tu cuenta debe coincidir con esta para poder usar el panel de administración de la web." + +#: ../../mod/install.php:242 ../../mod/install.php:280 +msgid "Please select a default timezone for your website" +msgstr "Por favor, selecciona la zona horaria predeterminada para tu web" + +#: ../../mod/install.php:267 +msgid "Site settings" +msgstr "Configuración de la página web" + +#: ../../mod/install.php:321 +msgid "Could not find a command line version of PHP in the web server PATH." +msgstr "No se pudo encontrar una versión de la línea de comandos de PHP en la ruta del servidor web." + +#: ../../mod/install.php:322 +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. See
'Activating scheduled tasks'" +msgstr "Si no tienes una versión en línea de comandos de PHP instalada en el servidor no podrás ejecutar actualizaciones en segundo plano a través de cron. Ver 'Activating scheduled tasks'" + +#: ../../mod/install.php:326 +msgid "PHP executable path" +msgstr "Dirección al ejecutable PHP" + +#: ../../mod/install.php:326 +msgid "" +"Enter full path to php executable. You can leave this blank to continue the " +"installation." +msgstr "Introduce la ruta completa al ejecutable php. Puedes dejarlo en blanco y seguir con la instalación." + +#: ../../mod/install.php:331 +msgid "Command line PHP" +msgstr "Línea de comandos PHP" + +#: ../../mod/install.php:340 +msgid "PHP executable is not the php cli binary (could be cgi-fgci version)" +msgstr "" + +#: ../../mod/install.php:341 +msgid "Found PHP version: " +msgstr "" + +#: ../../mod/install.php:343 +msgid "PHP cli binary" +msgstr "" + +#: ../../mod/install.php:354 +msgid "" +"The command line version of PHP on your system does not have " +"\"register_argc_argv\" enabled." +msgstr "La versión en línea de comandos de PHP en tu sistema no tiene \"register_argc_argv\" habilitado." + +#: ../../mod/install.php:355 +msgid "This is required for message delivery to work." +msgstr "Esto es necesario para que funcione la entrega de mensajes." + +#: ../../mod/install.php:357 +msgid "PHP register_argc_argv" +msgstr "PHP register_argc_argv" + +#: ../../mod/install.php:378 +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 generar claves de cifrado" + +#: ../../mod/install.php:379 +msgid "" +"If running under Windows, please see " +"\"http://www.php.net/manual/en/openssl.installation.php\"." +msgstr "Si se ejecuta en Windows, por favor consulta la sección \"http://www.php.net/manual/en/openssl.installation.php\"." + +#: ../../mod/install.php:381 +msgid "Generate encryption keys" +msgstr "Generar claves de encriptación" + +#: ../../mod/install.php:388 +msgid "libCurl PHP module" +msgstr "Módulo PHP libCurl" + +#: ../../mod/install.php:389 +msgid "GD graphics PHP module" +msgstr "Módulo PHP gráficos GD" + +#: ../../mod/install.php:390 +msgid "OpenSSL PHP module" +msgstr "Módulo PHP OpenSSL" + +#: ../../mod/install.php:391 +msgid "mysqli PHP module" +msgstr "Módulo PHP mysqli" + +#: ../../mod/install.php:392 +msgid "mb_string PHP module" +msgstr "Módulo PHP mb_string" + +#: ../../mod/install.php:397 ../../mod/install.php:399 +msgid "Apache mod_rewrite module" +msgstr "Módulo mod_rewrite de Apache" + +#: ../../mod/install.php:397 +msgid "" +"Error: Apache webserver mod-rewrite module is required but not installed." +msgstr "Error: El módulo de Apache mod-rewrite es necesario pero no está instalado." + +#: ../../mod/install.php:405 +msgid "Error: libCURL PHP module required but not installed." +msgstr "Error: El módulo de PHP libcurl es necesario, pero no está instalado." + +#: ../../mod/install.php:409 +msgid "" +"Error: GD graphics PHP module with JPEG support required but not installed." +msgstr "Error: El módulo de de PHP gráficos GD con soporte JPEG es necesario, pero no está instalado." + +#: ../../mod/install.php:413 +msgid "Error: openssl PHP module required but not installed." +msgstr "Error: El módulo de PHP openssl es necesario, pero no está instalado." + +#: ../../mod/install.php:417 +msgid "Error: mysqli PHP module required but not installed." +msgstr "Error: El módulo de PHP mysqli es necesario, pero no está instalado." + +#: ../../mod/install.php:421 +msgid "Error: mb_string PHP module required but not installed." +msgstr "Error: El módulo de PHP mb_string es necesario, pero no está instalado." + +#: ../../mod/install.php:438 +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 programa de instalación web necesita ser capaz de crear un archivo llamado \".htconfig.php\" en la carpeta principal de tu servidor web y es incapaz de hacerlo." + +#: ../../mod/install.php:439 +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 "Se trata a menudo de una configuración de permisos, pues el servidor web puede que no sea capaz de escribir archivos en la carpeta, aunque tú sí puedas." + +#: ../../mod/install.php:440 +msgid "" +"At the end of this procedure, we will give you a text to save in a file " +"named .htconfig.php in your Friendica top folder." +msgstr "Al final obtendremos un texto que debes guardar en un archivo llamado .htconfig.php en la carpeta de Friendica." + +#: ../../mod/install.php:441 +msgid "" +"You can alternatively skip this procedure and perform a manual installation." +" Please see the file \"INSTALL.txt\" for instructions." +msgstr "Como alternativa, puedes saltarte estos pasos y realizar una instalación manual. Por favor, consulta el archivo \"INSTALL.txt\" para las instrucciones." + +#: ../../mod/install.php:444 +msgid ".htconfig.php is writable" +msgstr ".htconfig.php tiene permiso de escritura" + +#: ../../mod/install.php:454 +msgid "" +"Friendica uses the Smarty3 template engine to render its web views. Smarty3 " +"compiles templates to PHP to speed up rendering." +msgstr "" + +#: ../../mod/install.php:455 +msgid "" +"In order to store these compiled templates, the web server needs to have " +"write access to the directory view/smarty3/ under the Friendica top level " +"folder." +msgstr "" + +#: ../../mod/install.php:456 +msgid "" +"Please ensure that the user that your web server runs as (e.g. www-data) has" +" write access to this folder." +msgstr "" + +#: ../../mod/install.php:457 +msgid "" +"Note: as a security measure, you should give the web server write access to " +"view/smarty3/ only--not the template files (.tpl) that it contains." +msgstr "" + +#: ../../mod/install.php:460 +msgid "view/smarty3 is writable" +msgstr "" + +#: ../../mod/install.php:472 +msgid "" +"Url rewrite in .htaccess is not working. Check your server configuration." +msgstr "La reescritura de la dirección en .htaccess no funcionó. Revisa la configuración." + +#: ../../mod/install.php:474 +msgid "Url rewrite is working" +msgstr "Reescribiendo la dirección..." + +#: ../../mod/install.php:484 +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 archivo de configuración de base de datos \".htconfig.php\" no se pudo escribir. Por favor, utiliza el texto adjunto para crear un archivo de configuración en la raíz de tu servidor web." + +#: ../../mod/install.php:508 +msgid "Errors encountered creating database tables." +msgstr "Se han encontrados errores creando las tablas de la base de datos." + +#: ../../mod/install.php:519 +msgid "

What next

" +msgstr "

¿Ahora qué?

" + +#: ../../mod/install.php:520 +msgid "" +"IMPORTANT: You will need to [manually] setup a scheduled task for the " +"poller." +msgstr "IMPORTANTE: Tendrás que configurar [manualmente] una tarea programada para el sondeo" + +#: ../../mod/admin.php:55 +msgid "Theme settings updated." +msgstr "Configuración de la apariencia actualizada." + +#: ../../mod/admin.php:101 ../../mod/admin.php:570 +msgid "Site" +msgstr "Sitio" + +#: ../../mod/admin.php:102 ../../mod/admin.php:898 ../../mod/admin.php:913 +msgid "Users" +msgstr "Usuarios" + +#: ../../mod/admin.php:103 ../../mod/admin.php:1002 ../../mod/admin.php:1044 +msgid "Plugins" +msgstr "Módulos" + +#: ../../mod/admin.php:104 ../../mod/admin.php:1210 ../../mod/admin.php:1244 +msgid "Themes" +msgstr "Temas" + +#: ../../mod/admin.php:105 +msgid "DB updates" +msgstr "Actualizaciones de la Base de Datos" + +#: ../../mod/admin.php:120 ../../mod/admin.php:127 ../../mod/admin.php:1331 +msgid "Logs" +msgstr "Registros" + +#: ../../mod/admin.php:125 ../../include/nav.php:178 +msgid "Admin" +msgstr "Admin" + +#: ../../mod/admin.php:126 +msgid "Plugin Features" +msgstr "Características del módulo" + +#: ../../mod/admin.php:128 +msgid "User registrations waiting for confirmation" +msgstr "Registro de usuarios esperando la confirmación" + +#: ../../mod/admin.php:187 ../../mod/admin.php:852 +msgid "Normal Account" +msgstr "Cuenta normal" + +#: ../../mod/admin.php:188 ../../mod/admin.php:853 +msgid "Soapbox Account" +msgstr "Cuenta tribuna" + +#: ../../mod/admin.php:189 ../../mod/admin.php:854 +msgid "Community/Celebrity Account" +msgstr "Cuenta de Comunidad/Celebridad" + +#: ../../mod/admin.php:190 ../../mod/admin.php:855 +msgid "Automatic Friend Account" +msgstr "Cuenta de amistad automática" + +#: ../../mod/admin.php:191 +msgid "Blog Account" +msgstr "Cuenta de blog" + +#: ../../mod/admin.php:192 +msgid "Private Forum" +msgstr "Foro privado" + +#: ../../mod/admin.php:211 +msgid "Message queues" +msgstr "Cola de mensajes" + +#: ../../mod/admin.php:216 ../../mod/admin.php:569 ../../mod/admin.php:897 +#: ../../mod/admin.php:1001 ../../mod/admin.php:1043 ../../mod/admin.php:1209 +#: ../../mod/admin.php:1243 ../../mod/admin.php:1330 +msgid "Administration" +msgstr "Administración" + +#: ../../mod/admin.php:217 +msgid "Summary" +msgstr "Resumen" + +#: ../../mod/admin.php:219 +msgid "Registered users" +msgstr "Usuarios registrados" + +#: ../../mod/admin.php:221 +msgid "Pending registrations" +msgstr "Pendientes de registro" + +#: ../../mod/admin.php:222 +msgid "Version" +msgstr "Versión" + +#: ../../mod/admin.php:224 +msgid "Active plugins" +msgstr "Módulos activos" + +#: ../../mod/admin.php:247 +msgid "Can not parse base url. Must have at least ://" +msgstr "" + +#: ../../mod/admin.php:483 +msgid "Site settings updated." +msgstr "Configuración de actualización." + +#: ../../mod/admin.php:512 ../../mod/settings.php:810 +msgid "No special theme for mobile devices" +msgstr "No hay tema especial para dispositivos móviles" + +#: ../../mod/admin.php:529 ../../mod/contacts.php:402 +msgid "Never" +msgstr "Nunca" + +#: ../../mod/admin.php:530 ../../include/contact_selectors.php:56 +msgid "Frequently" +msgstr "Frequentemente" + +#: ../../mod/admin.php:531 ../../include/contact_selectors.php:57 +msgid "Hourly" +msgstr "Cada hora" + +#: ../../mod/admin.php:532 ../../include/contact_selectors.php:58 +msgid "Twice daily" +msgstr "Dos veces al día" + +#: ../../mod/admin.php:533 ../../include/contact_selectors.php:59 +msgid "Daily" +msgstr "Diariamente" + +#: ../../mod/admin.php:538 +msgid "Multi user instance" +msgstr "Sesión multi usuario" + +#: ../../mod/admin.php:556 +msgid "Closed" +msgstr "Cerrado" + +#: ../../mod/admin.php:557 +msgid "Requires approval" +msgstr "Requiere aprobación" + +#: ../../mod/admin.php:558 +msgid "Open" +msgstr "Abierto" + +#: ../../mod/admin.php:562 +msgid "No SSL policy, links will track page SSL state" +msgstr "No existe una política de SSL, los vínculos harán un seguimiento del estado de SSL en la página" + +#: ../../mod/admin.php:563 +msgid "Force all links to use SSL" +msgstr "Forzar todos los enlaces a utilizar SSL" + +#: ../../mod/admin.php:564 +msgid "Self-signed certificate, use SSL for local links only (discouraged)" +msgstr "Certificación personal, usa SSL solo para enlaces locales (no recomendado)" + +#: ../../mod/admin.php:571 ../../mod/admin.php:1045 ../../mod/admin.php:1245 +#: ../../mod/admin.php:1332 ../../mod/settings.php:601 +#: ../../mod/settings.php:711 ../../mod/settings.php:780 +#: ../../mod/settings.php:856 ../../mod/settings.php:1084 +msgid "Save Settings" +msgstr "" + +#: ../../mod/admin.php:573 +msgid "File upload" +msgstr "Subida de archivo" + +#: ../../mod/admin.php:574 +msgid "Policies" +msgstr "Políticas" + +#: ../../mod/admin.php:575 +msgid "Advanced" +msgstr "Avanzado" + +#: ../../mod/admin.php:576 +msgid "Performance" +msgstr "Rendimiento" + +#: ../../mod/admin.php:577 +msgid "" +"Relocate - WARNING: advanced function. Could make this server unreachable." +msgstr "" + +#: ../../mod/admin.php:580 +msgid "Site name" +msgstr "Nombre del sitio" + +#: ../../mod/admin.php:581 +msgid "Banner/Logo" +msgstr "Imagen/Logotipo" + +#: ../../mod/admin.php:582 +msgid "Additional Info" +msgstr "" + +#: ../../mod/admin.php:582 +msgid "" +"For public servers: you can add additional information here that will be " +"listed at dir.friendica.com/siteinfo." +msgstr "" + +#: ../../mod/admin.php:583 +msgid "System language" +msgstr "Idioma" + +#: ../../mod/admin.php:584 +msgid "System theme" +msgstr "Tema" + +#: ../../mod/admin.php:584 +msgid "" +"Default system theme - may be over-ridden by user profiles -
change theme settings" +msgstr "Tema por defecto del sistema, los usuarios podrán elegir el suyo propio en su configuración cambiar configuración del tema" + +#: ../../mod/admin.php:585 +msgid "Mobile system theme" +msgstr "Tema de sistema móvil" + +#: ../../mod/admin.php:585 +msgid "Theme for mobile devices" +msgstr "Tema para dispositivos móviles" + +#: ../../mod/admin.php:586 +msgid "SSL link policy" +msgstr "Política de enlaces SSL" + +#: ../../mod/admin.php:586 +msgid "Determines whether generated links should be forced to use SSL" +msgstr "Determina si los enlaces generados deben ser forzados a utilizar SSL" + +#: ../../mod/admin.php:587 +msgid "Old style 'Share'" +msgstr "" + +#: ../../mod/admin.php:587 +msgid "Deactivates the bbcode element 'share' for repeating items." +msgstr "" + +#: ../../mod/admin.php:588 +msgid "Hide help entry from navigation menu" +msgstr "Ocultar la ayuda en el menú de navegación" + +#: ../../mod/admin.php:588 +msgid "" +"Hides the menu entry for the Help pages from the navigation menu. You can " +"still access it calling /help directly." +msgstr "Oculta la entrada de las páginas de Ayuda en el menú de navegación. Todavía se puede acceder escribiendo /ayuda directamente." + +#: ../../mod/admin.php:589 +msgid "Single user instance" +msgstr "Sesión de usuario único" + +#: ../../mod/admin.php:589 +msgid "Make this instance multi-user or single-user for the named user" +msgstr "Haz esta sesión multi-usuario o usuario único para el usuario" + +#: ../../mod/admin.php:590 +msgid "Maximum image size" +msgstr "Tamaño máximo de la imagen" + +#: ../../mod/admin.php:590 +msgid "" +"Maximum size in bytes of uploaded images. Default is 0, which means no " +"limits." +msgstr "Tamaño máximo en bytes de las imágenes a subir. Por defecto es 0, que quiere decir que no hay límite." + +#: ../../mod/admin.php:591 +msgid "Maximum image length" +msgstr "Largo máximo de imagen" + +#: ../../mod/admin.php:591 +msgid "" +"Maximum length in pixels of the longest side of uploaded images. Default is " +"-1, which means no limits." +msgstr "Longitud máxima en píxeles del lado más largo de las imágenes subidas. Por defecto es -1, que significa que no hay límites." + +#: ../../mod/admin.php:592 +msgid "JPEG image quality" +msgstr "Calidad de imagen JPEG" + +#: ../../mod/admin.php:592 +msgid "" +"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " +"100, which is full quality." +msgstr "Los archivos JPEG subidos se guardarán con este ajuste de calidad [0-100]. Por defecto es 100, que es calidad máxima." + +#: ../../mod/admin.php:594 +msgid "Register policy" +msgstr "Política de registros" + +#: ../../mod/admin.php:595 +msgid "Maximum Daily Registrations" +msgstr "Registros Máximos Diarios" + +#: ../../mod/admin.php:595 +msgid "" +"If registration is permitted above, this sets the maximum number of new user" +" registrations to accept per day. If register is set to closed, this " +"setting has no effect." +msgstr "Si anteriormente se ha permitido el registro, esto establece el número máximo de registro de nuevos usuarios aceptados por día. Si el registro se establece como cerrado, esta opción no tiene efecto." + +#: ../../mod/admin.php:596 +msgid "Register text" +msgstr "Términos" + +#: ../../mod/admin.php:596 +msgid "Will be displayed prominently on the registration page." +msgstr "Se mostrará en un lugar destacado en la página de registro." + +#: ../../mod/admin.php:597 +msgid "Accounts abandoned after x days" +msgstr "Cuentas abandonadas después de x días" + +#: ../../mod/admin.php:597 +msgid "" +"Will not waste system resources polling external sites for abandonded " +"accounts. Enter 0 for no time limit." +msgstr "No gastará recursos del sistema creando sondeos a sitios externos para cuentas abandonadas. Introduce 0 para ningún límite temporal." + +#: ../../mod/admin.php:598 +msgid "Allowed friend domains" +msgstr "Dominios amigos permitidos" + +#: ../../mod/admin.php:598 +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 los dominios que están autorizados para establecer conexiones con este sitio. Se aceptan comodines. Dejar en blanco para permitir cualquier dominio" + +#: ../../mod/admin.php:599 +msgid "Allowed email domains" +msgstr "Dominios de correo permitidos" + +#: ../../mod/admin.php:599 +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 que están autorizados en las direcciones de correo para registrarse en este sitio. Se aceptan comodines. Dejar en blanco para permitir cualquier dominio" + +#: ../../mod/admin.php:600 +msgid "Block public" +msgstr "Bloqueo público" + +#: ../../mod/admin.php:600 +msgid "" +"Check to block public access to all otherwise public personal pages on this " +"site unless you are currently logged in." +msgstr "Marca para bloquear el acceso público a todas las páginas personales, aún siendo públicas, hasta que no hayas iniciado tu sesión." + +#: ../../mod/admin.php:601 +msgid "Force publish" +msgstr "Forzar publicación" + +#: ../../mod/admin.php:601 +msgid "" +"Check to force all profiles on this site to be listed in the site directory." +msgstr "Marca para forzar que todos los perfiles de este sitio sean listados en el directorio del sitio." + +#: ../../mod/admin.php:602 +msgid "Global directory update URL" +msgstr "Dirección de actualización del directorio global" + +#: ../../mod/admin.php:602 +msgid "" +"URL to update the global directory. If this is not set, the global directory" +" is completely unavailable to the application." +msgstr "Dirección para actualizar el directorio global. Si no se establece ningún valor el directorio global será inaccesible para la aplicación." + +#: ../../mod/admin.php:603 +msgid "Allow threaded items" +msgstr "Permitir elementos en hilo" + +#: ../../mod/admin.php:603 +msgid "Allow infinite level threading for items on this site." +msgstr "Permitir infinitos niveles de hilo para los elementos de este sitio." + +#: ../../mod/admin.php:604 +msgid "Private posts by default for new users" +msgstr "Publicaciones privadas por defecto para usuarios nuevos" + +#: ../../mod/admin.php:604 +msgid "" +"Set default post permissions for all new members to the default privacy " +"group rather than public." +msgstr "Ajusta los permisos de publicación por defecto a los miembros nuevos al grupo privado por defecto en vez del público." + +#: ../../mod/admin.php:605 +msgid "Don't include post content in email notifications" +msgstr "No incluir el contenido del post en las notificaciones de correo electrónico" + +#: ../../mod/admin.php:605 +msgid "" +"Don't include the content of a post/comment/private message/etc. in the " +"email notifications that are sent out from this site, as a privacy measure." +msgstr "No incluye el contenido de un mensaje/comentario/mensaje privado/etc. en las notificaciones de correo electrónico que se envían desde este sitio, como una medida de privacidad." + +#: ../../mod/admin.php:606 +msgid "Disallow public access to addons listed in the apps menu." +msgstr "" + +#: ../../mod/admin.php:606 +msgid "" +"Checking this box will restrict addons listed in the apps menu to members " +"only." +msgstr "" + +#: ../../mod/admin.php:607 +msgid "Don't embed private images in posts" +msgstr "" + +#: ../../mod/admin.php:607 +msgid "" +"Don't replace locally-hosted private photos in posts with an embedded copy " +"of the image. This means that contacts who receive posts containing private " +"photos will have to authenticate and load each image, which may take a " +"while." +msgstr "" + +#: ../../mod/admin.php:608 +msgid "Allow Users to set remote_self" +msgstr "" + +#: ../../mod/admin.php:608 +msgid "" +"With checking this, every user is allowed to mark every contact as a " +"remote_self in the repair contact dialog. Setting this flag on a contact " +"causes mirroring every posting of that contact in the users stream." +msgstr "" + +#: ../../mod/admin.php:609 +msgid "Block multiple registrations" +msgstr "Bloquear registros multiples" + +#: ../../mod/admin.php:609 +msgid "Disallow users to register additional accounts for use as pages." +msgstr "Impedir que los usuarios registren cuentas adicionales para su uso como páginas." + +#: ../../mod/admin.php:610 +msgid "OpenID support" +msgstr "Soporte OpenID" + +#: ../../mod/admin.php:610 +msgid "OpenID support for registration and logins." +msgstr "Soporte OpenID para registros y accesos." + +#: ../../mod/admin.php:611 +msgid "Fullname check" +msgstr "Comprobar Nombre completo" + +#: ../../mod/admin.php:611 +msgid "" +"Force users to register with a space between firstname and lastname in Full " +"name, as an antispam measure" +msgstr "Fuerza a los usuarios a registrarse con un espacio entre su nombre y su apellido en el campo Nombre completo como medida anti-spam" + +#: ../../mod/admin.php:612 +msgid "UTF-8 Regular expressions" +msgstr "Expresiones regulares UTF-8" + +#: ../../mod/admin.php:612 +msgid "Use PHP UTF8 regular expressions" +msgstr "Usar expresiones regulares de UTF8 en PHP" + +#: ../../mod/admin.php:613 +msgid "Show Community Page" +msgstr "Ver página de la Comunidad" + +#: ../../mod/admin.php:613 +msgid "" +"Display a Community page showing all recent public postings on this site." +msgstr "Mostrar una página de Comunidad que resuma todas las publicaciones públicas recientes de este sitio." + +#: ../../mod/admin.php:614 +msgid "Enable OStatus support" +msgstr "Permitir soporte OStatus" + +#: ../../mod/admin.php:614 +msgid "" +"Provide built-in OStatus (identi.ca, status.net, etc.) compatibility. All " +"communications in OStatus are public, so privacy warnings will be " +"occasionally displayed." +msgstr "Provee una compatibilidad con OStatus (identi.ca, status.net, etc.) Todas las comunicaciones mediante OStatus son públicas, por lo que se mostrarán avisos sobre la privacidad con frecuencia." + +#: ../../mod/admin.php:615 +msgid "OStatus conversation completion interval" +msgstr "" + +#: ../../mod/admin.php:615 +msgid "" +"How often shall the poller check for new entries in OStatus conversations? " +"This can be a very ressource task." +msgstr "" + +#: ../../mod/admin.php:616 +msgid "Enable Diaspora support" +msgstr "Habilitar el soporte para Diaspora*" + +#: ../../mod/admin.php:616 +msgid "Provide built-in Diaspora network compatibility." +msgstr "Provee una compatibilidad con la red de Diaspora." + +#: ../../mod/admin.php:617 +msgid "Only allow Friendica contacts" +msgstr "Permitir solo contactos de Friendica" + +#: ../../mod/admin.php:617 +msgid "" +"All contacts must use Friendica protocols. All other built-in communication " +"protocols disabled." +msgstr "Todos los contactos deben usar protocolos de Friendica. El resto de protocolos serán desactivados." + +#: ../../mod/admin.php:618 +msgid "Verify SSL" +msgstr "Verificar SSL" + +#: ../../mod/admin.php:618 +msgid "" +"If you wish, you can turn on strict certificate checking. This will mean you" +" cannot connect (at all) to self-signed SSL sites." +msgstr "Si quieres puedes activar la comprobación estricta de certificados. Esto significa que serás incapaz de conectar con ningún sitio que use certificados SSL autofirmados." + +#: ../../mod/admin.php:619 +msgid "Proxy user" +msgstr "Usuario proxy" + +#: ../../mod/admin.php:620 +msgid "Proxy URL" +msgstr "Dirección proxy" + +#: ../../mod/admin.php:621 +msgid "Network timeout" +msgstr "Tiempo de espera de red" + +#: ../../mod/admin.php:621 +msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." +msgstr "Valor en segundos. Usar 0 para dejarlo sin límites (no se recomienda)." + +#: ../../mod/admin.php:622 +msgid "Delivery interval" +msgstr "Intervalo de actualización" + +#: ../../mod/admin.php:622 +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 la entrega de procesos en segundo plano por esta cantidad de segundos para reducir la carga del sistema. Recomendamos: 4-5 para los servidores compartidos, 2-3 para servidores privados virtuales, 0-1 para los grandes servidores dedicados." + +#: ../../mod/admin.php:623 +msgid "Poll interval" +msgstr "Intervalo de sondeo" + +#: ../../mod/admin.php:623 +msgid "" +"Delay background polling processes by this many seconds to reduce system " +"load. If 0, use delivery interval." +msgstr "Retrasar los procesos en segundo plano de sondeo en esta cantidad de segundos para reducir la carga del sistema. Si es 0, se usará el intervalo de entrega." + +#: ../../mod/admin.php:624 +msgid "Maximum Load Average" +msgstr "Promedio de carga máxima" + +#: ../../mod/admin.php:624 +msgid "" +"Maximum system load before delivery and poll processes are deferred - " +"default 50." +msgstr "Carga máxima del sistema antes de que la entrega y los procesos de sondeo sean retrasados - por defecto 50." + +#: ../../mod/admin.php:626 +msgid "Use MySQL full text engine" +msgstr "Usar motor MySQL de texto completo" + +#: ../../mod/admin.php:626 +msgid "" +"Activates the full text engine. Speeds up search - but can only search for " +"four and more characters." +msgstr "Activa el motor de texto completo. Agiliza las búsquedas, pero solo busca cuatro o más caracteres." + +#: ../../mod/admin.php:627 +msgid "Suppress Language" +msgstr "" + +#: ../../mod/admin.php:627 +msgid "Suppress language information in meta information about a posting." +msgstr "" + +#: ../../mod/admin.php:628 +msgid "Path to item cache" +msgstr "Ruta a la caché del objeto" + +#: ../../mod/admin.php:629 +msgid "Cache duration in seconds" +msgstr "Duración de la caché en segundos" + +#: ../../mod/admin.php:629 +msgid "" +"How long should the cache files be hold? Default value is 86400 seconds (One" +" day)." +msgstr "¿Cuánto tiempo debería guardar la caché? Por defecto son 86400 segundos (un día)." + +#: ../../mod/admin.php:630 +msgid "Path for lock file" +msgstr "Ruta al archivo protegido" + +#: ../../mod/admin.php:631 +msgid "Temp path" +msgstr "Ruta a los temporales" + +#: ../../mod/admin.php:632 +msgid "Base path to installation" +msgstr "Ruta base para la instalación" + +#: ../../mod/admin.php:634 +msgid "New base url" +msgstr "" + +#: ../../mod/admin.php:652 +msgid "Update has been marked successful" +msgstr "La actualización se ha completado con éxito" + +#: ../../mod/admin.php:662 +#, php-format +msgid "Executing %s failed. Check system logs." +msgstr "%s ha fallado, comprueba los registros." + +#: ../../mod/admin.php:665 +#, php-format +msgid "Update %s was successfully applied." +msgstr "Actualización %s aplicada con éxito." + +#: ../../mod/admin.php:669 +#, php-format +msgid "Update %s did not return a status. Unknown if it succeeded." +msgstr "La actualización %s no ha informado, se desconoce el estado." + +#: ../../mod/admin.php:672 +#, php-format +msgid "Update function %s could not be found." +msgstr "No se puede encontrar la función de actualización %s." + +#: ../../mod/admin.php:687 +msgid "No failed updates." +msgstr "Actualizaciones sin fallos." + +#: ../../mod/admin.php:691 +msgid "Failed Updates" +msgstr "Actualizaciones fallidas" + +#: ../../mod/admin.php:692 +msgid "" +"This does not include updates prior to 1139, which did not return a status." +msgstr "No se incluyen las anteriores a la 1139, que no indicaban su estado." + +#: ../../mod/admin.php:693 +msgid "Mark success (if update was manually applied)" +msgstr "Marcar como correcta (si actualizaste manualmente)" + +#: ../../mod/admin.php:694 +msgid "Attempt to execute this update step automatically" +msgstr "Intentando ejecutar este paso automáticamente" + +#: ../../mod/admin.php:740 +msgid "Registration successful. Email send to user" +msgstr "" + +#: ../../mod/admin.php:750 +#, php-format +msgid "%s user blocked/unblocked" +msgid_plural "%s users blocked/unblocked" +msgstr[0] "%s usuario bloqueado/desbloqueado" +msgstr[1] "%s usuarios bloqueados/desbloqueados" + +#: ../../mod/admin.php:757 +#, php-format +msgid "%s user deleted" +msgid_plural "%s users deleted" +msgstr[0] "%s usuario eliminado" +msgstr[1] "%s usuarios eliminados" + +#: ../../mod/admin.php:796 +#, php-format +msgid "User '%s' deleted" +msgstr "Usuario '%s' eliminado" + +#: ../../mod/admin.php:804 +#, php-format +msgid "User '%s' unblocked" +msgstr "Usuario '%s' desbloqueado" + +#: ../../mod/admin.php:804 +#, php-format +msgid "User '%s' blocked" +msgstr "Usuario '%s' bloqueado'" + +#: ../../mod/admin.php:899 +msgid "Add User" +msgstr "" + +#: ../../mod/admin.php:900 +msgid "select all" +msgstr "seleccionar todo" + +#: ../../mod/admin.php:901 +msgid "User registrations waiting for confirm" +msgstr "Registro de usuarios esperando confirmación" + +#: ../../mod/admin.php:902 +msgid "User waiting for permanent deletion" +msgstr "" + +#: ../../mod/admin.php:903 +msgid "Request date" +msgstr "Solicitud de fecha" + +#: ../../mod/admin.php:903 ../../mod/admin.php:915 ../../mod/admin.php:916 +#: ../../mod/admin.php:929 ../../mod/crepair.php:150 +#: ../../mod/settings.php:603 ../../mod/settings.php:629 +msgid "Name" +msgstr "Nombre" + +#: ../../mod/admin.php:903 ../../mod/admin.php:915 ../../mod/admin.php:916 +#: ../../mod/admin.php:931 ../../include/contact_selectors.php:79 +#: ../../include/contact_selectors.php:86 +msgid "Email" +msgstr "Correo electrónico" + +#: ../../mod/admin.php:904 +msgid "No registrations." +msgstr "Sin registros." + +#: ../../mod/admin.php:905 ../../mod/notifications.php:161 +#: ../../mod/notifications.php:208 +msgid "Approve" +msgstr "Aprobar" + +#: ../../mod/admin.php:906 +msgid "Deny" +msgstr "Denegado" + +#: ../../mod/admin.php:908 ../../mod/contacts.php:425 +#: ../../mod/contacts.php:484 ../../mod/contacts.php:692 +msgid "Block" +msgstr "Bloquear" + +#: ../../mod/admin.php:909 ../../mod/contacts.php:425 +#: ../../mod/contacts.php:484 ../../mod/contacts.php:692 +msgid "Unblock" +msgstr "Desbloquear" + +#: ../../mod/admin.php:910 +msgid "Site admin" +msgstr "Administrador de la web" + +#: ../../mod/admin.php:911 +msgid "Account expired" +msgstr "Cuenta caducada" + +#: ../../mod/admin.php:914 +msgid "New User" +msgstr "" + +#: ../../mod/admin.php:915 ../../mod/admin.php:916 +msgid "Register date" +msgstr "Fecha de registro" + +#: ../../mod/admin.php:915 ../../mod/admin.php:916 +msgid "Last login" +msgstr "Último acceso" + +#: ../../mod/admin.php:915 ../../mod/admin.php:916 +msgid "Last item" +msgstr "Último elemento" + +#: ../../mod/admin.php:915 +msgid "Deleted since" +msgstr "" + +#: ../../mod/admin.php:916 +msgid "Account" +msgstr "Cuenta" + +#: ../../mod/admin.php:918 +msgid "" +"Selected users will be deleted!\\n\\nEverything these users had posted on " +"this site will be permanently deleted!\\n\\nAre you sure?" +msgstr "¡Los usuarios seleccionados serán eliminados!\\n\\n¡Todo lo que hayan publicado en este sitio se borrará para siempre!\\n\\n¿Estás seguro?" + +#: ../../mod/admin.php:919 +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 "¡El usuario {0} será eliminado!\\n\\n¡Todo lo que haya publicado en este sitio se borrará para siempre!\\n\\n¿Estás seguro?" + +#: ../../mod/admin.php:929 +msgid "Name of the new user." +msgstr "" + +#: ../../mod/admin.php:930 +msgid "Nickname" +msgstr "" + +#: ../../mod/admin.php:930 +msgid "Nickname of the new user." +msgstr "" + +#: ../../mod/admin.php:931 +msgid "Email address of the new user." +msgstr "" + +#: ../../mod/admin.php:964 +#, php-format +msgid "Plugin %s disabled." +msgstr "Módulo %s deshabilitado." + +#: ../../mod/admin.php:968 +#, php-format +msgid "Plugin %s enabled." +msgstr "Módulo %s habilitado." + +#: ../../mod/admin.php:978 ../../mod/admin.php:1181 +msgid "Disable" +msgstr "Desactivado" + +#: ../../mod/admin.php:980 ../../mod/admin.php:1183 +msgid "Enable" +msgstr "Activado" + +#: ../../mod/admin.php:1003 ../../mod/admin.php:1211 +msgid "Toggle" +msgstr "Activar" + +#: ../../mod/admin.php:1011 ../../mod/admin.php:1221 +msgid "Author: " +msgstr "Autor:" + +#: ../../mod/admin.php:1012 ../../mod/admin.php:1222 +msgid "Maintainer: " +msgstr "Mantenedor: " + +#: ../../mod/admin.php:1141 +msgid "No themes found." +msgstr "No se encontraron temas." + +#: ../../mod/admin.php:1203 +msgid "Screenshot" +msgstr "Captura de pantalla" + +#: ../../mod/admin.php:1249 +msgid "[Experimental]" +msgstr "[Experimental]" + +#: ../../mod/admin.php:1250 +msgid "[Unsupported]" +msgstr "[Sin soporte]" + +#: ../../mod/admin.php:1277 +msgid "Log settings updated." +msgstr "Configuración de registro actualizada." + +#: ../../mod/admin.php:1333 +msgid "Clear" +msgstr "Limpiar" + +#: ../../mod/admin.php:1339 +msgid "Enable Debugging" +msgstr "" + +#: ../../mod/admin.php:1340 +msgid "Log file" +msgstr "Archivo de registro" + +#: ../../mod/admin.php:1340 +msgid "" +"Must be writable by web server. Relative to your Friendica top-level " +"directory." +msgstr "Debes tener permiso de escritura en el servidor. Relacionado con tu directorio de inicio de Friendica." + +#: ../../mod/admin.php:1341 +msgid "Log level" +msgstr "Nivel de registro" + +#: ../../mod/admin.php:1390 ../../mod/contacts.php:481 +msgid "Update now" +msgstr "Actualizar ahora" + +#: ../../mod/admin.php:1391 +msgid "Close" +msgstr "Cerrado" + +#: ../../mod/admin.php:1397 +msgid "FTP Host" +msgstr "Hospedaje FTP" + +#: ../../mod/admin.php:1398 +msgid "FTP Path" +msgstr "Ruta FTP" + +#: ../../mod/admin.php:1399 +msgid "FTP User" +msgstr "Usuario FTP" + +#: ../../mod/admin.php:1400 +msgid "FTP Password" +msgstr "Contraseña FTP" + +#: ../../mod/_search.php:99 ../../mod/search.php:99 ../../include/text.php:934 +#: ../../include/text.php:935 ../../include/nav.php:118 +msgid "Search" +msgstr "Buscar" + +#: ../../mod/_search.php:180 ../../mod/_search.php:206 +#: ../../mod/search.php:179 ../../mod/search.php:205 +#: ../../mod/community.php:61 ../../mod/community.php:91 +msgid "No results." +msgstr "Sin resultados." + +#: ../../mod/profile.php:180 +msgid "Tips for New Members" +msgstr "Consejos para nuevos miembros" + +#: ../../mod/share.php:44 +msgid "link" +msgstr "enlace" + +#: ../../mod/tagger.php:95 ../../include/conversation.php:266 +#, php-format +msgid "%1$s tagged %2$s's %3$s with %4$s" +msgstr "%1$s ha etiquetado el %3$s de %2$s con %4$s" + +#: ../../mod/editpost.php:17 ../../mod/editpost.php:27 +msgid "Item not found" +msgstr "Elemento no encontrado" + +#: ../../mod/editpost.php:39 +msgid "Edit post" +msgstr "Editar publicación" + +#: ../../mod/editpost.php:111 ../../include/conversation.php:1082 +msgid "upload photo" +msgstr "subir imagen" + +#: ../../mod/editpost.php:112 ../../include/conversation.php:1083 +msgid "Attach file" +msgstr "Adjuntar archivo" + +#: ../../mod/editpost.php:113 ../../include/conversation.php:1084 +msgid "attach file" +msgstr "adjuntar archivo" + +#: ../../mod/editpost.php:115 ../../include/conversation.php:1086 +msgid "web link" +msgstr "enlace web" + +#: ../../mod/editpost.php:116 ../../include/conversation.php:1087 +msgid "Insert video link" +msgstr "Insertar enlace del vídeo" + +#: ../../mod/editpost.php:117 ../../include/conversation.php:1088 +msgid "video link" +msgstr "enlace de video" + +#: ../../mod/editpost.php:118 ../../include/conversation.php:1089 +msgid "Insert audio link" +msgstr "Insertar vínculo del audio" + +#: ../../mod/editpost.php:119 ../../include/conversation.php:1090 +msgid "audio link" +msgstr "enlace de audio" + +#: ../../mod/editpost.php:120 ../../include/conversation.php:1091 +msgid "Set your location" +msgstr "Configurar tu localización" + +#: ../../mod/editpost.php:121 ../../include/conversation.php:1092 +msgid "set location" +msgstr "establecer tu ubicación" + +#: ../../mod/editpost.php:122 ../../include/conversation.php:1093 +msgid "Clear browser location" +msgstr "Borrar la localización del navegador" + +#: ../../mod/editpost.php:123 ../../include/conversation.php:1094 +msgid "clear location" +msgstr "limpiar la localización" + +#: ../../mod/editpost.php:125 ../../include/conversation.php:1100 +msgid "Permission settings" +msgstr "Configuración de permisos" + +#: ../../mod/editpost.php:133 ../../include/conversation.php:1109 +msgid "CC: email addresses" +msgstr "CC: dirección de correo electrónico" + +#: ../../mod/editpost.php:134 ../../include/conversation.php:1110 +msgid "Public post" +msgstr "Publicación pública" + +#: ../../mod/editpost.php:137 ../../include/conversation.php:1096 +msgid "Set title" +msgstr "Establecer el título" + +#: ../../mod/editpost.php:139 ../../include/conversation.php:1098 +msgid "Categories (comma-separated list)" +msgstr "Categorías (lista separada por comas)" + +#: ../../mod/editpost.php:140 ../../include/conversation.php:1112 +msgid "Example: bob@example.com, mary@example.com" +msgstr "Ejemplo: juan@ejemplo.com, sofia@ejemplo.com" + #: ../../mod/attach.php:8 msgid "Item not available." msgstr "Elemento no disponible." @@ -3022,6 +2913,1568 @@ msgstr "Elemento no disponible." msgid "Item was not found." msgstr "Elemento no encontrado." +#: ../../mod/regmod.php:63 +msgid "Account approved." +msgstr "Cuenta aprobada." + +#: ../../mod/regmod.php:100 +#, php-format +msgid "Registration revoked for %s" +msgstr "Registro anulado para %s" + +#: ../../mod/regmod.php:112 +msgid "Please login." +msgstr "Por favor accede." + +#: ../../mod/directory.php:57 +msgid "Find on this site" +msgstr "Buscar en este sitio" + +#: ../../mod/directory.php:59 ../../mod/contacts.php:685 +msgid "Finding: " +msgstr "Buscando: " + +#: ../../mod/directory.php:60 +msgid "Site Directory" +msgstr "Directorio del sitio" + +#: ../../mod/directory.php:61 ../../mod/contacts.php:686 +#: ../../include/contact_widgets.php:33 +msgid "Find" +msgstr "Buscar" + +#: ../../mod/directory.php:111 ../../mod/profiles.php:686 +msgid "Age: " +msgstr "Edad: " + +#: ../../mod/directory.php:114 +msgid "Gender: " +msgstr "Género:" + +#: ../../mod/directory.php:142 ../../include/profile_advanced.php:58 +msgid "About:" +msgstr "Acerca de:" + +#: ../../mod/directory.php:187 +msgid "No entries (some entries may be hidden)." +msgstr "Sin entradas (algunas pueden que estén ocultas)." + +#: ../../mod/crepair.php:104 +msgid "Contact settings applied." +msgstr "Contacto configurado con éxito." + +#: ../../mod/crepair.php:106 +msgid "Contact update failed." +msgstr "Error al actualizar el Contacto." + +#: ../../mod/crepair.php:137 +msgid "Repair Contact Settings" +msgstr "Reparar la configuración del Contacto" + +#: ../../mod/crepair.php:139 +msgid "" +"WARNING: This is highly advanced and if you enter incorrect" +" information your communications with this contact may stop working." +msgstr "ADVERTENCIA: Esto es muy avanzado y si se introduce información incorrecta tu conexión con este contacto puede dejar de funcionar." + +#: ../../mod/crepair.php:140 +msgid "" +"Please use your browser 'Back' button now if you are " +"uncertain what to do on this page." +msgstr "Por favor usa el botón 'Atás' de tu navegador ahora si no tienes claro qué hacer en esta página." + +#: ../../mod/crepair.php:146 +msgid "Return to contact editor" +msgstr "Volver al editor de contactos" + +#: ../../mod/crepair.php:151 +msgid "Account Nickname" +msgstr "Apodo de la cuenta" + +#: ../../mod/crepair.php:152 +msgid "@Tagname - overrides Name/Nickname" +msgstr "@Etiqueta - Sobrescribe el Nombre/Apodo" + +#: ../../mod/crepair.php:153 +msgid "Account URL" +msgstr "Dirección de la cuenta" + +#: ../../mod/crepair.php:154 +msgid "Friend Request URL" +msgstr "Dirección de la solicitud de amistad" + +#: ../../mod/crepair.php:155 +msgid "Friend Confirm URL" +msgstr "Dirección de confirmación de tu amigo " + +#: ../../mod/crepair.php:156 +msgid "Notification Endpoint URL" +msgstr "Dirección URL de la notificación" + +#: ../../mod/crepair.php:157 +msgid "Poll/Feed URL" +msgstr "Dirección del Sondeo/Fuentes" + +#: ../../mod/crepair.php:158 +msgid "New photo from this URL" +msgstr "Nueva foto de esta dirección" + +#: ../../mod/crepair.php:159 +msgid "Remote Self" +msgstr "" + +#: ../../mod/crepair.php:161 +msgid "Mirror postings from this contact" +msgstr "" + +#: ../../mod/crepair.php:161 +msgid "" +"Mark this contact as remote_self, this will cause friendica to repost new " +"entries from this contact." +msgstr "" + +#: ../../mod/uimport.php:66 +msgid "Move account" +msgstr "Mover cuenta" + +#: ../../mod/uimport.php:67 +msgid "You can import an account from another Friendica server." +msgstr "Puedes importar una cuenta desde otro servidor de Friendica." + +#: ../../mod/uimport.php:68 +msgid "" +"You need to export your account from the old server and upload it here. We " +"will recreate your old account here with all your contacts. We will try also" +" to inform your friends that you moved here." +msgstr "Necesitas exportar tu cuenta del antiguo servidor y subirla aquí. Volveremos a crear tu antigua cuenta con todos tus contactos aquí. También intentaremos de informar a tus amigos de que te has mudado." + +#: ../../mod/uimport.php:69 +msgid "" +"This feature is experimental. We can't import contacts from the OStatus " +"network (statusnet/identi.ca) or from Diaspora" +msgstr "Esta característica es experimental. No podemos importar contactos desde la red OStatus (statusnet/identi.ca) o desde Diaspora" + +#: ../../mod/uimport.php:70 +msgid "Account file" +msgstr "Archivo de la cuenta" + +#: ../../mod/uimport.php:70 +msgid "" +"To export your account, go to \"Settings->Export your personal data\" and " +"select \"Export account\"" +msgstr "" + +#: ../../mod/lockview.php:31 ../../mod/lockview.php:39 +msgid "Remote privacy information not available." +msgstr "Privacidad de la información remota no disponible." + +#: ../../mod/lockview.php:48 +msgid "Visible to:" +msgstr "Visible para:" + +#: ../../mod/notes.php:63 ../../mod/filer.php:31 ../../include/text.php:937 +msgid "Save" +msgstr "Guardar" + +#: ../../mod/help.php:79 +msgid "Help:" +msgstr "Ayuda:" + +#: ../../mod/help.php:84 ../../include/nav.php:113 +msgid "Help" +msgstr "Ayuda" + +#: ../../mod/hcard.php:10 +msgid "No profile" +msgstr "Nigún perfil" + +#: ../../mod/dfrn_request.php:93 +msgid "This introduction has already been accepted." +msgstr "Esta presentación ya ha sido aceptada." + +#: ../../mod/dfrn_request.php:118 ../../mod/dfrn_request.php:513 +msgid "Profile location is not valid or does not contain profile information." +msgstr "La dirección del perfil no es válida o no contiene información del perfil." + +#: ../../mod/dfrn_request.php:123 ../../mod/dfrn_request.php:518 +msgid "Warning: profile location has no identifiable owner name." +msgstr "Aviso: La dirección del perfil no tiene un nombre de propietario identificable." + +#: ../../mod/dfrn_request.php:125 ../../mod/dfrn_request.php:520 +msgid "Warning: profile location has no profile photo." +msgstr "Aviso: la dirección del perfil no tiene foto de perfil." + +#: ../../mod/dfrn_request.php:128 ../../mod/dfrn_request.php:523 +#, php-format +msgid "%d required parameter was not found at the given location" +msgid_plural "%d required parameters were not found at the given location" +msgstr[0] "no se encontró %d parámetro requerido en el lugar determinado" +msgstr[1] "no se encontraron %d parámetros requeridos en el lugar determinado" + +#: ../../mod/dfrn_request.php:170 +msgid "Introduction complete." +msgstr "Presentación completa." + +#: ../../mod/dfrn_request.php:209 +msgid "Unrecoverable protocol error." +msgstr "Error de protocolo irrecuperable." + +#: ../../mod/dfrn_request.php:237 +msgid "Profile unavailable." +msgstr "Perfil no disponible." + +#: ../../mod/dfrn_request.php:262 +#, php-format +msgid "%s has received too many connection requests today." +msgstr "%s ha recibido demasiadas solicitudes de conexión hoy." + +#: ../../mod/dfrn_request.php:263 +msgid "Spam protection measures have been invoked." +msgstr "Han sido activadas las medidas de protección contra spam." + +#: ../../mod/dfrn_request.php:264 +msgid "Friends are advised to please try again in 24 hours." +msgstr "Tus amigos serán avisados para que lo intenten de nuevo pasadas 24 horas." + +#: ../../mod/dfrn_request.php:326 +msgid "Invalid locator" +msgstr "Localizador no válido" + +#: ../../mod/dfrn_request.php:335 +msgid "Invalid email address." +msgstr "Dirección de correo incorrecta" + +#: ../../mod/dfrn_request.php:362 +msgid "This account has not been configured for email. Request failed." +msgstr "Esta cuenta no ha sido configurada para el correo. Fallo de solicitud." + +#: ../../mod/dfrn_request.php:458 +msgid "Unable to resolve your name at the provided location." +msgstr "No se ha podido resolver tu nombre en la dirección indicada." + +#: ../../mod/dfrn_request.php:471 +msgid "You have already introduced yourself here." +msgstr "Ya te has presentado aquí." + +#: ../../mod/dfrn_request.php:475 +#, php-format +msgid "Apparently you are already friends with %s." +msgstr "Al parecer, ya eres amigo de %s." + +#: ../../mod/dfrn_request.php:496 +msgid "Invalid profile URL." +msgstr "Dirección de perfil no válida." + +#: ../../mod/dfrn_request.php:502 ../../include/follow.php:27 +msgid "Disallowed profile URL." +msgstr "Dirección de perfil no permitida." + +#: ../../mod/dfrn_request.php:571 ../../mod/contacts.php:174 +msgid "Failed to update contact record." +msgstr "Error al actualizar el contacto." + +#: ../../mod/dfrn_request.php:592 +msgid "Your introduction has been sent." +msgstr "Tu presentación ha sido enviada." + +#: ../../mod/dfrn_request.php:645 +msgid "Please login to confirm introduction." +msgstr "Inicia sesión para confirmar la presentación." + +#: ../../mod/dfrn_request.php:659 +msgid "" +"Incorrect identity currently logged in. Please login to " +"this profile." +msgstr "Sesión iniciada con la identificación incorrecta. Entra en este perfil." + +#: ../../mod/dfrn_request.php:670 +msgid "Hide this contact" +msgstr "Ocultar este contacto" + +#: ../../mod/dfrn_request.php:673 +#, php-format +msgid "Welcome home %s." +msgstr "Bienvenido a casa %s" + +#: ../../mod/dfrn_request.php:674 +#, php-format +msgid "Please confirm your introduction/connection request to %s." +msgstr "Por favor, confirma tu solicitud de presentación/conexión con %s." + +#: ../../mod/dfrn_request.php:675 +msgid "Confirm" +msgstr "Confirmar" + +#: ../../mod/dfrn_request.php:716 ../../include/items.php:3532 +msgid "[Name Withheld]" +msgstr "[Nombre oculto]" + +#: ../../mod/dfrn_request.php:811 +msgid "" +"Please enter your 'Identity Address' from one of the following supported " +"communications networks:" +msgstr "Por favor introduce tu dirección ID de una de las siguientes redes sociales soportadas:" + +#: ../../mod/dfrn_request.php:827 +msgid "Connect as an email follower (Coming soon)" +msgstr "Conecta como lector de correo (Disponible en breve)" + +#: ../../mod/dfrn_request.php:829 +msgid "" +"If you are not yet a member of the free social web, follow this link to find a public" +" Friendica site and join us today." +msgstr "Si aún no eres miembro de la red social libre sigue este enlace para encontrar un servidor público de Friendica y unirte a nosotros." + +#: ../../mod/dfrn_request.php:832 +msgid "Friend/Connection Request" +msgstr "Solicitud de Amistad/Conexión" + +#: ../../mod/dfrn_request.php:833 +msgid "" +"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, " +"testuser@identi.ca" +msgstr "Ejemplos: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca" + +#: ../../mod/dfrn_request.php:834 +msgid "Please answer the following:" +msgstr "Por favor responde lo siguiente:" + +#: ../../mod/dfrn_request.php:835 +#, php-format +msgid "Does %s know you?" +msgstr "¿%s te conoce?" + +#: ../../mod/dfrn_request.php:838 +msgid "Add a personal note:" +msgstr "Añade una nota personal:" + +#: ../../mod/dfrn_request.php:840 ../../include/contact_selectors.php:76 +msgid "Friendica" +msgstr "Friendica" + +#: ../../mod/dfrn_request.php:841 +msgid "StatusNet/Federated Social Web" +msgstr "StatusNet/Web Social Federada" + +#: ../../mod/dfrn_request.php:842 ../../mod/settings.php:722 +#: ../../include/contact_selectors.php:80 +msgid "Diaspora" +msgstr "Diaspora*" + +#: ../../mod/dfrn_request.php:843 +#, php-format +msgid "" +" - please do not use this form. Instead, enter %s into your Diaspora search" +" bar." +msgstr "(En vez de usar este formulario, introduce %s en la barra de búsqueda de Diaspora." + +#: ../../mod/dfrn_request.php:844 +msgid "Your Identity Address:" +msgstr "Dirección de tu perfil:" + +#: ../../mod/dfrn_request.php:847 +msgid "Submit Request" +msgstr "Enviar solicitud" + +#: ../../mod/update_profile.php:41 ../../mod/update_network.php:22 +#: ../../mod/update_display.php:22 ../../mod/update_community.php:18 +#: ../../mod/update_notes.php:41 +msgid "[Embedded content - reload page to view]" +msgstr "[Contenido incrustado - recarga la página para verlo]" + +#: ../../mod/content.php:496 ../../include/conversation.php:686 +msgid "View in context" +msgstr "Verlo en contexto" + +#: ../../mod/contacts.php:104 +#, php-format +msgid "%d contact edited." +msgid_plural "%d contacts edited" +msgstr[0] "" +msgstr[1] "" + +#: ../../mod/contacts.php:135 ../../mod/contacts.php:258 +msgid "Could not access contact record." +msgstr "No se pudo acceder a los datos del contacto." + +#: ../../mod/contacts.php:149 +msgid "Could not locate selected profile." +msgstr "No se pudo encontrar el perfil seleccionado." + +#: ../../mod/contacts.php:172 +msgid "Contact updated." +msgstr "Contacto actualizado." + +#: ../../mod/contacts.php:272 +msgid "Contact has been blocked" +msgstr "El contacto ha sido bloqueado" + +#: ../../mod/contacts.php:272 +msgid "Contact has been unblocked" +msgstr "El contacto ha sido desbloqueado" + +#: ../../mod/contacts.php:282 +msgid "Contact has been ignored" +msgstr "El contacto ha sido ignorado" + +#: ../../mod/contacts.php:282 +msgid "Contact has been unignored" +msgstr "El contacto ya no está ignorado" + +#: ../../mod/contacts.php:293 +msgid "Contact has been archived" +msgstr "El contacto ha sido archivado" + +#: ../../mod/contacts.php:293 +msgid "Contact has been unarchived" +msgstr "El contacto ya no está archivado" + +#: ../../mod/contacts.php:318 ../../mod/contacts.php:689 +msgid "Do you really want to delete this contact?" +msgstr "¿Estás seguro de que quieres eliminar este contacto?" + +#: ../../mod/contacts.php:335 +msgid "Contact has been removed." +msgstr "El contacto ha sido eliminado" + +#: ../../mod/contacts.php:373 +#, php-format +msgid "You are mutual friends with %s" +msgstr "Ahora tienes una amistad mutua con %s" + +#: ../../mod/contacts.php:377 +#, php-format +msgid "You are sharing with %s" +msgstr "Estás compartiendo con %s" + +#: ../../mod/contacts.php:382 +#, php-format +msgid "%s is sharing with you" +msgstr "%s está compartiendo contigo" + +#: ../../mod/contacts.php:399 +msgid "Private communications are not available for this contact." +msgstr "Las comunicaciones privadas no está disponibles para este contacto." + +#: ../../mod/contacts.php:406 +msgid "(Update was successful)" +msgstr "(La actualización se ha completado)" + +#: ../../mod/contacts.php:406 +msgid "(Update was not successful)" +msgstr "(La actualización no se ha completado)" + +#: ../../mod/contacts.php:408 +msgid "Suggest friends" +msgstr "Sugerir amigos" + +#: ../../mod/contacts.php:412 +#, php-format +msgid "Network type: %s" +msgstr "Tipo de red: %s" + +#: ../../mod/contacts.php:415 ../../include/contact_widgets.php:199 +#, php-format +msgid "%d contact in common" +msgid_plural "%d contacts in common" +msgstr[0] "%d contacto en común" +msgstr[1] "%d contactos en común" + +#: ../../mod/contacts.php:420 +msgid "View all contacts" +msgstr "Ver todos los contactos" + +#: ../../mod/contacts.php:428 +msgid "Toggle Blocked status" +msgstr "Cambiar bloqueados" + +#: ../../mod/contacts.php:431 ../../mod/contacts.php:485 +#: ../../mod/contacts.php:693 +msgid "Unignore" +msgstr "Quitar de Ignorados" + +#: ../../mod/contacts.php:431 ../../mod/contacts.php:485 +#: ../../mod/contacts.php:693 ../../mod/notifications.php:51 +#: ../../mod/notifications.php:164 ../../mod/notifications.php:210 +msgid "Ignore" +msgstr "Ignorar" + +#: ../../mod/contacts.php:434 +msgid "Toggle Ignored status" +msgstr "Cambiar ignorados" + +#: ../../mod/contacts.php:438 ../../mod/contacts.php:694 +msgid "Unarchive" +msgstr "Sin archivar" + +#: ../../mod/contacts.php:438 ../../mod/contacts.php:694 +msgid "Archive" +msgstr "Archivo" + +#: ../../mod/contacts.php:441 +msgid "Toggle Archive status" +msgstr "Cambiar archivados" + +#: ../../mod/contacts.php:444 +msgid "Repair" +msgstr "Reparar" + +#: ../../mod/contacts.php:447 +msgid "Advanced Contact Settings" +msgstr "Configuración avanzada" + +#: ../../mod/contacts.php:453 +msgid "Communications lost with this contact!" +msgstr "¡Se ha perdido la comunicación con este contacto!" + +#: ../../mod/contacts.php:456 +msgid "Contact Editor" +msgstr "Editor de contactos" + +#: ../../mod/contacts.php:459 +msgid "Profile Visibility" +msgstr "Visibilidad del Perfil" + +#: ../../mod/contacts.php:460 +#, php-format +msgid "" +"Please choose the profile you would like to display to %s when viewing your " +"profile securely." +msgstr "Por favor, selecciona el perfil que quieras mostrar a %s cuando esté viendo tu perfil de forma segura." + +#: ../../mod/contacts.php:461 +msgid "Contact Information / Notes" +msgstr "Información del Contacto / Notas" + +#: ../../mod/contacts.php:462 +msgid "Edit contact notes" +msgstr "Editar notas del contacto" + +#: ../../mod/contacts.php:467 ../../mod/contacts.php:657 +#: ../../mod/viewcontacts.php:62 ../../mod/nogroup.php:40 +#, php-format +msgid "Visit %s's profile [%s]" +msgstr "Ver el perfil de %s [%s]" + +#: ../../mod/contacts.php:468 +msgid "Block/Unblock contact" +msgstr "Boquear/Desbloquear contacto" + +#: ../../mod/contacts.php:469 +msgid "Ignore contact" +msgstr "Ignorar contacto" + +#: ../../mod/contacts.php:470 +msgid "Repair URL settings" +msgstr "Configuración de reparación de la dirección" + +#: ../../mod/contacts.php:471 +msgid "View conversations" +msgstr "Ver conversaciones" + +#: ../../mod/contacts.php:473 +msgid "Delete contact" +msgstr "Eliminar contacto" + +#: ../../mod/contacts.php:477 +msgid "Last update:" +msgstr "Última actualización:" + +#: ../../mod/contacts.php:479 +msgid "Update public posts" +msgstr "Actualizar publicaciones públicas" + +#: ../../mod/contacts.php:488 +msgid "Currently blocked" +msgstr "Bloqueados" + +#: ../../mod/contacts.php:489 +msgid "Currently ignored" +msgstr "Ignorados" + +#: ../../mod/contacts.php:490 +msgid "Currently archived" +msgstr "Archivados" + +#: ../../mod/contacts.php:491 ../../mod/notifications.php:157 +#: ../../mod/notifications.php:204 +msgid "Hide this contact from others" +msgstr "Ocultar este contacto a los demás." + +#: ../../mod/contacts.php:491 +msgid "" +"Replies/likes to your public posts may still be visible" +msgstr "Los comentarios o \"me gusta\" en tus publicaciones públicas todavía pueden ser visibles." + +#: ../../mod/contacts.php:542 +msgid "Suggestions" +msgstr "Sugerencias" + +#: ../../mod/contacts.php:545 +msgid "Suggest potential friends" +msgstr "Amistades potenciales sugeridas" + +#: ../../mod/contacts.php:548 ../../mod/group.php:194 +msgid "All Contacts" +msgstr "Todos los contactos" + +#: ../../mod/contacts.php:551 +msgid "Show all contacts" +msgstr "Mostrar todos los contactos" + +#: ../../mod/contacts.php:554 +msgid "Unblocked" +msgstr "Desbloqueados" + +#: ../../mod/contacts.php:557 +msgid "Only show unblocked contacts" +msgstr "Mostrar solo contactos sin bloquear" + +#: ../../mod/contacts.php:561 +msgid "Blocked" +msgstr "Bloqueados" + +#: ../../mod/contacts.php:564 +msgid "Only show blocked contacts" +msgstr "Mostrar solo contactos bloqueados" + +#: ../../mod/contacts.php:568 +msgid "Ignored" +msgstr "Ignorados" + +#: ../../mod/contacts.php:571 +msgid "Only show ignored contacts" +msgstr "Mostrar solo contactos ignorados" + +#: ../../mod/contacts.php:575 +msgid "Archived" +msgstr "Archivados" + +#: ../../mod/contacts.php:578 +msgid "Only show archived contacts" +msgstr "Mostrar solo contactos archivados" + +#: ../../mod/contacts.php:582 +msgid "Hidden" +msgstr "Ocultos" + +#: ../../mod/contacts.php:585 +msgid "Only show hidden contacts" +msgstr "Mostrar solo contactos ocultos" + +#: ../../mod/contacts.php:633 +msgid "Mutual Friendship" +msgstr "Amistad recíproca" + +#: ../../mod/contacts.php:637 +msgid "is a fan of yours" +msgstr "es tu fan" + +#: ../../mod/contacts.php:641 +msgid "you are a fan of" +msgstr "eres fan de" + +#: ../../mod/contacts.php:658 ../../mod/nogroup.php:41 +msgid "Edit contact" +msgstr "Modificar contacto" + +#: ../../mod/contacts.php:684 +msgid "Search your contacts" +msgstr "Buscar en tus contactos" + +#: ../../mod/contacts.php:691 ../../mod/settings.php:126 +#: ../../mod/settings.php:627 +msgid "Update" +msgstr "Actualizar" + +#: ../../mod/settings.php:28 ../../mod/photos.php:79 +msgid "everybody" +msgstr "todos" + +#: ../../mod/settings.php:35 ../../mod/uexport.php:9 ../../include/nav.php:167 +msgid "Account settings" +msgstr "Configuración de tu cuenta" + +#: ../../mod/settings.php:40 +msgid "Additional features" +msgstr "Características adicionales" + +#: ../../mod/settings.php:45 ../../mod/uexport.php:14 +msgid "Display settings" +msgstr "Configuración Tema/Visualización" + +#: ../../mod/settings.php:51 ../../mod/uexport.php:20 +msgid "Connector settings" +msgstr "Configuración del conector" + +#: ../../mod/settings.php:56 ../../mod/uexport.php:25 +msgid "Plugin settings" +msgstr "Configuración de los módulos" + +#: ../../mod/settings.php:61 ../../mod/uexport.php:30 +msgid "Connected apps" +msgstr "Aplicaciones conectadas" + +#: ../../mod/settings.php:66 ../../mod/uexport.php:35 ../../mod/uexport.php:80 +msgid "Export personal data" +msgstr "Exportación de datos personales" + +#: ../../mod/settings.php:71 ../../mod/uexport.php:40 +msgid "Remove account" +msgstr "Eliminar cuenta" + +#: ../../mod/settings.php:123 +msgid "Missing some important data!" +msgstr "¡Faltan algunos datos importantes!" + +#: ../../mod/settings.php:232 +msgid "Failed to connect with email account using the settings provided." +msgstr "Error al conectar con la cuenta de correo mediante la configuración suministrada." + +#: ../../mod/settings.php:237 +msgid "Email settings updated." +msgstr "Configuración de correo actualizada." + +#: ../../mod/settings.php:252 +msgid "Features updated" +msgstr "Actualizaciones" + +#: ../../mod/settings.php:311 +msgid "Relocate message has been send to your contacts" +msgstr "" + +#: ../../mod/settings.php:325 +msgid "Passwords do not match. Password unchanged." +msgstr "Las contraseñas no coinciden. La contraseña no ha sido modificada." + +#: ../../mod/settings.php:330 +msgid "Empty passwords are not allowed. Password unchanged." +msgstr "No se permiten contraseñas vacías. La contraseña no ha sido modificada." + +#: ../../mod/settings.php:338 +msgid "Wrong password." +msgstr "" + +#: ../../mod/settings.php:349 +msgid "Password changed." +msgstr "Contraseña modificada." + +#: ../../mod/settings.php:351 +msgid "Password update failed. Please try again." +msgstr "La actualización de la contraseña ha fallado. Por favor, prueba otra vez." + +#: ../../mod/settings.php:416 +msgid " Please use a shorter name." +msgstr " Usa un nombre más corto." + +#: ../../mod/settings.php:418 +msgid " Name too short." +msgstr " Nombre demasiado corto." + +#: ../../mod/settings.php:427 +msgid "Wrong Password" +msgstr "" + +#: ../../mod/settings.php:432 +msgid " Not valid email." +msgstr " Correo no válido." + +#: ../../mod/settings.php:438 +msgid " Cannot change to that email." +msgstr " No se puede usar ese correo." + +#: ../../mod/settings.php:493 +msgid "Private forum has no privacy permissions. Using default privacy group." +msgstr "El foro privado no tiene permisos de privacidad. Usando el grupo de privacidad por defecto." + +#: ../../mod/settings.php:497 +msgid "Private forum has no privacy permissions and no default privacy group." +msgstr "El foro privado no tiene permisos de privacidad ni grupo por defecto de privacidad." + +#: ../../mod/settings.php:527 +msgid "Settings updated." +msgstr "Configuración actualizada." + +#: ../../mod/settings.php:600 ../../mod/settings.php:626 +#: ../../mod/settings.php:662 +msgid "Add application" +msgstr "Agregar aplicación" + +#: ../../mod/settings.php:604 ../../mod/settings.php:630 +msgid "Consumer Key" +msgstr "Clave del consumidor" + +#: ../../mod/settings.php:605 ../../mod/settings.php:631 +msgid "Consumer Secret" +msgstr "Secreto del consumidor" + +#: ../../mod/settings.php:606 ../../mod/settings.php:632 +msgid "Redirect" +msgstr "Redirigir" + +#: ../../mod/settings.php:607 ../../mod/settings.php:633 +msgid "Icon url" +msgstr "Dirección del ícono" + +#: ../../mod/settings.php:618 +msgid "You can't edit this application." +msgstr "No puedes editar esta aplicación." + +#: ../../mod/settings.php:661 +msgid "Connected Apps" +msgstr "Aplicaciones conectadas" + +#: ../../mod/settings.php:665 +msgid "Client key starts with" +msgstr "Clave de cliente comienza por" + +#: ../../mod/settings.php:666 +msgid "No name" +msgstr "Sin nombre" + +#: ../../mod/settings.php:667 +msgid "Remove authorization" +msgstr "Suprimir la autorización" + +#: ../../mod/settings.php:679 +msgid "No Plugin settings configured" +msgstr "No se ha configurado ningún módulo" + +#: ../../mod/settings.php:687 +msgid "Plugin Settings" +msgstr "Configuración de los módulos" + +#: ../../mod/settings.php:701 +msgid "Off" +msgstr "Apagado" + +#: ../../mod/settings.php:701 +msgid "On" +msgstr "Encendido" + +#: ../../mod/settings.php:709 +msgid "Additional Features" +msgstr "Características adicionales" + +#: ../../mod/settings.php:722 ../../mod/settings.php:723 +#, php-format +msgid "Built-in support for %s connectivity is %s" +msgstr "El soporte integrado de conexión con %s está %s" + +#: ../../mod/settings.php:722 ../../mod/settings.php:723 +msgid "enabled" +msgstr "habilitado" + +#: ../../mod/settings.php:722 ../../mod/settings.php:723 +msgid "disabled" +msgstr "deshabilitado" + +#: ../../mod/settings.php:723 +msgid "StatusNet" +msgstr "StatusNet" + +#: ../../mod/settings.php:755 +msgid "Email access is disabled on this site." +msgstr "El acceso por correo está deshabilitado en esta web." + +#: ../../mod/settings.php:762 +msgid "Connector Settings" +msgstr "Configuración del conector" + +#: ../../mod/settings.php:767 +msgid "Email/Mailbox Setup" +msgstr "Configuración del correo/buzón" + +#: ../../mod/settings.php:768 +msgid "" +"If you wish to communicate with email contacts using this service " +"(optional), please specify how to connect to your mailbox." +msgstr "Si quieres comunicarte con tus contactos de correo usando este servicio (opcional), por favor, especifica cómo conectar con tu buzón." + +#: ../../mod/settings.php:769 +msgid "Last successful email check:" +msgstr "Última comprobación del correo con éxito:" + +#: ../../mod/settings.php:771 +msgid "IMAP server name:" +msgstr "Nombre del servidor IMAP:" + +#: ../../mod/settings.php:772 +msgid "IMAP port:" +msgstr "Puerto IMAP:" + +#: ../../mod/settings.php:773 +msgid "Security:" +msgstr "Seguridad:" + +#: ../../mod/settings.php:773 ../../mod/settings.php:778 +msgid "None" +msgstr "Ninguna" + +#: ../../mod/settings.php:774 +msgid "Email login name:" +msgstr "Nombre de usuario:" + +#: ../../mod/settings.php:775 +msgid "Email password:" +msgstr "Contraseña:" + +#: ../../mod/settings.php:776 +msgid "Reply-to address:" +msgstr "Dirección de respuesta:" + +#: ../../mod/settings.php:777 +msgid "Send public posts to all email contacts:" +msgstr "Enviar publicaciones públicas a todos los contactos de correo:" + +#: ../../mod/settings.php:778 +msgid "Action after import:" +msgstr "Acción después de importar:" + +#: ../../mod/settings.php:778 +msgid "Mark as seen" +msgstr "Marcar como leído" + +#: ../../mod/settings.php:778 +msgid "Move to folder" +msgstr "Mover a un directorio" + +#: ../../mod/settings.php:779 +msgid "Move to folder:" +msgstr "Mover al directorio:" + +#: ../../mod/settings.php:854 +msgid "Display Settings" +msgstr "Configuración Tema/Visualización" + +#: ../../mod/settings.php:860 ../../mod/settings.php:873 +msgid "Display Theme:" +msgstr "Utilizar tema:" + +#: ../../mod/settings.php:861 +msgid "Mobile Theme:" +msgstr "Tema móvil:" + +#: ../../mod/settings.php:862 +msgid "Update browser every xx seconds" +msgstr "Actualizar navegador cada xx segundos" + +#: ../../mod/settings.php:862 +msgid "Minimum of 10 seconds, no maximum" +msgstr "Mínimo 10 segundos, sin máximo" + +#: ../../mod/settings.php:863 +msgid "Number of items to display per page:" +msgstr "Número de elementos a mostrar por página:" + +#: ../../mod/settings.php:863 ../../mod/settings.php:864 +msgid "Maximum of 100 items" +msgstr "Máximo 100 elementos" + +#: ../../mod/settings.php:864 +msgid "Number of items to display per page when viewed from mobile device:" +msgstr "" + +#: ../../mod/settings.php:865 +msgid "Don't show emoticons" +msgstr "No mostrar emoticones" + +#: ../../mod/settings.php:866 +msgid "Infinite scroll" +msgstr "" + +#: ../../mod/settings.php:942 +msgid "Normal Account Page" +msgstr "Página de cuenta normal" + +#: ../../mod/settings.php:943 +msgid "This account is a normal personal profile" +msgstr "Esta cuenta es el perfil personal normal" + +#: ../../mod/settings.php:946 +msgid "Soapbox Page" +msgstr "Página de tribuna" + +#: ../../mod/settings.php:947 +msgid "Automatically approve all connection/friend requests as read-only fans" +msgstr "Acepta automáticamente todas las peticiones de conexión/amistad como seguidores de solo-lectura" + +#: ../../mod/settings.php:950 +msgid "Community Forum/Celebrity Account" +msgstr "Cuenta de Comunidad, Foro o Celebridad" + +#: ../../mod/settings.php:951 +msgid "" +"Automatically approve all connection/friend requests as read-write fans" +msgstr "Acepta automáticamente todas las peticiones de conexión/amistad como seguidores de lectura-escritura" + +#: ../../mod/settings.php:954 +msgid "Automatic Friend Page" +msgstr "Página de Amistad autómatica" + +#: ../../mod/settings.php:955 +msgid "Automatically approve all connection/friend requests as friends" +msgstr "Aceptar automáticamente todas las solicitudes de conexión/amistad como amigos" + +#: ../../mod/settings.php:958 +msgid "Private Forum [Experimental]" +msgstr "Foro privado [Experimental]" + +#: ../../mod/settings.php:959 +msgid "Private forum - approved members only" +msgstr "Foro privado - solo miembros" + +#: ../../mod/settings.php:971 +msgid "OpenID:" +msgstr "OpenID:" + +#: ../../mod/settings.php:971 +msgid "(Optional) Allow this OpenID to login to this account." +msgstr "(Opcional) Permitir a este OpenID acceder a esta cuenta." + +#: ../../mod/settings.php:981 +msgid "Publish your default profile in your local site directory?" +msgstr "¿Quieres publicar tu perfil predeterminado en el directorio local del sitio?" + +#: ../../mod/settings.php:987 +msgid "Publish your default profile in the global social directory?" +msgstr "¿Quieres publicar tu perfil predeterminado en el directorio social de forma global?" + +#: ../../mod/settings.php:995 +msgid "Hide your contact/friend list from viewers of your default profile?" +msgstr "¿Quieres ocultar tu lista de contactos/amigos en la vista de tu perfil predeterminado?" + +#: ../../mod/settings.php:999 +msgid "Hide your profile details from unknown viewers?" +msgstr "¿Quieres que los detalles de tu perfil permanezcan ocultos a los desconocidos?" + +#: ../../mod/settings.php:1004 +msgid "Allow friends to post to your profile page?" +msgstr "¿Permites que tus amigos publiquen en tu página de perfil?" + +#: ../../mod/settings.php:1010 +msgid "Allow friends to tag your posts?" +msgstr "¿Permites a los amigos etiquetar tus publicaciones?" + +#: ../../mod/settings.php:1016 +msgid "Allow us to suggest you as a potential friend to new members?" +msgstr "¿Nos permite recomendarte como amigo potencial a los nuevos miembros?" + +#: ../../mod/settings.php:1022 +msgid "Permit unknown people to send you private mail?" +msgstr "¿Permites que desconocidos te manden correos privados?" + +#: ../../mod/settings.php:1030 +msgid "Profile is not published." +msgstr "El perfil no está publicado." + +#: ../../mod/settings.php:1033 ../../mod/profile_photo.php:248 +msgid "or" +msgstr "o" + +#: ../../mod/settings.php:1038 +msgid "Your Identity Address is" +msgstr "Tu dirección personal es" + +#: ../../mod/settings.php:1049 +msgid "Automatically expire posts after this many days:" +msgstr "Las publicaciones expirarán automáticamente después de estos días:" + +#: ../../mod/settings.php:1049 +msgid "If empty, posts will not expire. Expired posts will be deleted" +msgstr "Si lo dejas vacío no expirarán nunca. Las publicaciones que hayan expirado se borrarán" + +#: ../../mod/settings.php:1050 +msgid "Advanced expiration settings" +msgstr "Configuración avanzada de expiración" + +#: ../../mod/settings.php:1051 +msgid "Advanced Expiration" +msgstr "Expiración avanzada" + +#: ../../mod/settings.php:1052 +msgid "Expire posts:" +msgstr "¿Expiran las publicaciones?" + +#: ../../mod/settings.php:1053 +msgid "Expire personal notes:" +msgstr "¿Expiran las notas personales?" + +#: ../../mod/settings.php:1054 +msgid "Expire starred posts:" +msgstr "¿Expiran los favoritos?" + +#: ../../mod/settings.php:1055 +msgid "Expire photos:" +msgstr "¿Expiran las fotografías?" + +#: ../../mod/settings.php:1056 +msgid "Only expire posts by others:" +msgstr "Solo expiran los mensajes de los demás:" + +#: ../../mod/settings.php:1082 +msgid "Account Settings" +msgstr "Configuración de la cuenta" + +#: ../../mod/settings.php:1090 +msgid "Password Settings" +msgstr "Configuración de la contraseña" + +#: ../../mod/settings.php:1091 +msgid "New Password:" +msgstr "Contraseña nueva:" + +#: ../../mod/settings.php:1092 +msgid "Confirm:" +msgstr "Confirmar:" + +#: ../../mod/settings.php:1092 +msgid "Leave password fields blank unless changing" +msgstr "Deja la contraseña en blanco si no quieres cambiarla" + +#: ../../mod/settings.php:1093 +msgid "Current Password:" +msgstr "" + +#: ../../mod/settings.php:1093 ../../mod/settings.php:1094 +msgid "Your current password to confirm the changes" +msgstr "" + +#: ../../mod/settings.php:1094 +msgid "Password:" +msgstr "Contraseña:" + +#: ../../mod/settings.php:1098 +msgid "Basic Settings" +msgstr "Configuración básica" + +#: ../../mod/settings.php:1099 ../../include/profile_advanced.php:15 +msgid "Full Name:" +msgstr "Nombre completo:" + +#: ../../mod/settings.php:1100 +msgid "Email Address:" +msgstr "Dirección de correo:" + +#: ../../mod/settings.php:1101 +msgid "Your Timezone:" +msgstr "Zona horaria:" + +#: ../../mod/settings.php:1102 +msgid "Default Post Location:" +msgstr "Localización predeterminada:" + +#: ../../mod/settings.php:1103 +msgid "Use Browser Location:" +msgstr "Usar localización del navegador:" + +#: ../../mod/settings.php:1106 +msgid "Security and Privacy Settings" +msgstr "Configuración de seguridad y privacidad" + +#: ../../mod/settings.php:1108 +msgid "Maximum Friend Requests/Day:" +msgstr "Máximo número de peticiones de amistad por día:" + +#: ../../mod/settings.php:1108 ../../mod/settings.php:1138 +msgid "(to prevent spam abuse)" +msgstr "(para prevenir el abuso de spam)" + +#: ../../mod/settings.php:1109 +msgid "Default Post Permissions" +msgstr "Permisos por defecto para las publicaciones" + +#: ../../mod/settings.php:1110 +msgid "(click to open/close)" +msgstr "(pulsa para abrir/cerrar)" + +#: ../../mod/settings.php:1119 ../../mod/photos.php:1140 +#: ../../mod/photos.php:1506 +msgid "Show to Groups" +msgstr "Mostrar a los Grupos" + +#: ../../mod/settings.php:1120 ../../mod/photos.php:1141 +#: ../../mod/photos.php:1507 +msgid "Show to Contacts" +msgstr "Mostrar a los Contactos" + +#: ../../mod/settings.php:1121 +msgid "Default Private Post" +msgstr "Publicación Privada por defecto" + +#: ../../mod/settings.php:1122 +msgid "Default Public Post" +msgstr "Publicación Pública por defecto" + +#: ../../mod/settings.php:1126 +msgid "Default Permissions for New Posts" +msgstr "Permisos por defecto para nuevas publicaciones" + +#: ../../mod/settings.php:1138 +msgid "Maximum private messages per day from unknown people:" +msgstr "Número máximo de mensajes diarios para desconocidos:" + +#: ../../mod/settings.php:1141 +msgid "Notification Settings" +msgstr "Configuración de notificaciones" + +#: ../../mod/settings.php:1142 +msgid "By default post a status message when:" +msgstr "Publicar en tu estado cuando:" + +#: ../../mod/settings.php:1143 +msgid "accepting a friend request" +msgstr "aceptes una solicitud de amistad" + +#: ../../mod/settings.php:1144 +msgid "joining a forum/community" +msgstr "te unas a un foro/comunidad" + +#: ../../mod/settings.php:1145 +msgid "making an interesting profile change" +msgstr "hagas un cambio interesante en tu perfil" + +#: ../../mod/settings.php:1146 +msgid "Send a notification email when:" +msgstr "Enviar notificación por correo cuando:" + +#: ../../mod/settings.php:1147 +msgid "You receive an introduction" +msgstr "Recibas una presentación" + +#: ../../mod/settings.php:1148 +msgid "Your introductions are confirmed" +msgstr "Tu presentación sea confirmada" + +#: ../../mod/settings.php:1149 +msgid "Someone writes on your profile wall" +msgstr "Alguien escriba en el muro de mi perfil" + +#: ../../mod/settings.php:1150 +msgid "Someone writes a followup comment" +msgstr "Algien escriba en un comentario que sigo" + +#: ../../mod/settings.php:1151 +msgid "You receive a private message" +msgstr "Recibas un mensaje privado" + +#: ../../mod/settings.php:1152 +msgid "You receive a friend suggestion" +msgstr "Recibas una sugerencia de amistad" + +#: ../../mod/settings.php:1153 +msgid "You are tagged in a post" +msgstr "Seas etiquetado en una publicación" + +#: ../../mod/settings.php:1154 +msgid "You are poked/prodded/etc. in a post" +msgstr "Te han tocado/empujado/etc. en una publicación" + +#: ../../mod/settings.php:1157 +msgid "Advanced Account/Page Type Settings" +msgstr "Configuración avanzada de tipo de Cuenta/Página" + +#: ../../mod/settings.php:1158 +msgid "Change the behaviour of this account for special situations" +msgstr "Cambiar el comportamiento de esta cuenta para situaciones especiales" + +#: ../../mod/settings.php:1161 +msgid "Relocate" +msgstr "" + +#: ../../mod/settings.php:1162 +msgid "" +"If you have moved this profile from another server, and some of your " +"contacts don't receive your updates, try pushing this button." +msgstr "" + +#: ../../mod/settings.php:1163 +msgid "Resend relocate message to contacts" +msgstr "" + +#: ../../mod/profiles.php:37 +msgid "Profile deleted." +msgstr "Perfil eliminado." + +#: ../../mod/profiles.php:55 ../../mod/profiles.php:89 +msgid "Profile-" +msgstr "Perfil-" + +#: ../../mod/profiles.php:74 ../../mod/profiles.php:117 +msgid "New profile created." +msgstr "Nuevo perfil creado." + +#: ../../mod/profiles.php:95 +msgid "Profile unavailable to clone." +msgstr "Imposible duplicar el perfil." + +#: ../../mod/profiles.php:170 +msgid "Profile Name is required." +msgstr "Se necesita un nombre de perfil." + +#: ../../mod/profiles.php:317 +msgid "Marital Status" +msgstr "Estado civil" + +#: ../../mod/profiles.php:321 +msgid "Romantic Partner" +msgstr "Pareja sentimental" + +#: ../../mod/profiles.php:325 +msgid "Likes" +msgstr "Me gusta" + +#: ../../mod/profiles.php:329 +msgid "Dislikes" +msgstr "No me gusta" + +#: ../../mod/profiles.php:333 +msgid "Work/Employment" +msgstr "Trabajo/estudios" + +#: ../../mod/profiles.php:336 +msgid "Religion" +msgstr "Religión" + +#: ../../mod/profiles.php:340 +msgid "Political Views" +msgstr "Preferencias políticas" + +#: ../../mod/profiles.php:344 +msgid "Gender" +msgstr "Género" + +#: ../../mod/profiles.php:348 +msgid "Sexual Preference" +msgstr "Orientación sexual" + +#: ../../mod/profiles.php:352 +msgid "Homepage" +msgstr "Página de inicio" + +#: ../../mod/profiles.php:356 +msgid "Interests" +msgstr "Intereses" + +#: ../../mod/profiles.php:360 +msgid "Address" +msgstr "Dirección" + +#: ../../mod/profiles.php:367 +msgid "Location" +msgstr "Ubicación" + +#: ../../mod/profiles.php:450 +msgid "Profile updated." +msgstr "Perfil actualizado." + +#: ../../mod/profiles.php:521 +msgid " and " +msgstr " y " + +#: ../../mod/profiles.php:529 +msgid "public profile" +msgstr "perfil público" + +#: ../../mod/profiles.php:532 +#, php-format +msgid "%1$s changed %2$s to “%3$s”" +msgstr "%1$s cambió su %2$s a “%3$s”" + +#: ../../mod/profiles.php:533 +#, php-format +msgid " - Visit %1$s's %2$s" +msgstr " - Visita %1$s's %2$s" + +#: ../../mod/profiles.php:536 +#, php-format +msgid "%1$s has an updated %2$s, changing %3$s." +msgstr "%1$s tiene una actualización %2$s, cambiando %3$s." + +#: ../../mod/profiles.php:609 +msgid "Hide your contact/friend list from viewers of this profile?" +msgstr "¿Ocultar tu lista de contactos/amigos en este perfil?" + +#: ../../mod/profiles.php:629 +msgid "Edit Profile Details" +msgstr "Editar detalles de tu perfil" + +#: ../../mod/profiles.php:631 +msgid "Change Profile Photo" +msgstr "Cambiar imagen del Perfil" + +#: ../../mod/profiles.php:632 +msgid "View this profile" +msgstr "Ver este perfil" + +#: ../../mod/profiles.php:633 +msgid "Create a new profile using these settings" +msgstr "¿Crear un nuevo perfil con esta configuración?" + +#: ../../mod/profiles.php:634 +msgid "Clone this profile" +msgstr "Clonar este perfil" + +#: ../../mod/profiles.php:635 +msgid "Delete this profile" +msgstr "Eliminar este perfil" + +#: ../../mod/profiles.php:636 +msgid "Profile Name:" +msgstr "Nombres del perfil:" + +#: ../../mod/profiles.php:637 +msgid "Your Full Name:" +msgstr "Tu nombre completo:" + +#: ../../mod/profiles.php:638 +msgid "Title/Description:" +msgstr "Título/Descrición:" + +#: ../../mod/profiles.php:639 +msgid "Your Gender:" +msgstr "Género:" + +#: ../../mod/profiles.php:640 +#, php-format +msgid "Birthday (%s):" +msgstr "Cumpleaños (%s):" + +#: ../../mod/profiles.php:641 +msgid "Street Address:" +msgstr "Dirección" + +#: ../../mod/profiles.php:642 +msgid "Locality/City:" +msgstr "Localidad/Ciudad:" + +#: ../../mod/profiles.php:643 +msgid "Postal/Zip Code:" +msgstr "Código postal:" + +#: ../../mod/profiles.php:644 +msgid "Country:" +msgstr "País" + +#: ../../mod/profiles.php:645 +msgid "Region/State:" +msgstr "Región/Estado:" + +#: ../../mod/profiles.php:646 +msgid " Marital Status:" +msgstr " Estado civil:" + +#: ../../mod/profiles.php:647 +msgid "Who: (if applicable)" +msgstr "¿Quién? (si es aplicable)" + +#: ../../mod/profiles.php:648 +msgid "Examples: cathy123, Cathy Williams, cathy@example.com" +msgstr "Ejemplos: cathy123, Cathy Williams, cathy@example.com" + +#: ../../mod/profiles.php:649 +msgid "Since [date]:" +msgstr "Desde [fecha]:" + +#: ../../mod/profiles.php:650 ../../include/profile_advanced.php:46 +msgid "Sexual Preference:" +msgstr "Preferencia sexual:" + +#: ../../mod/profiles.php:651 +msgid "Homepage URL:" +msgstr "Dirección de tu página:" + +#: ../../mod/profiles.php:652 ../../include/profile_advanced.php:50 +msgid "Hometown:" +msgstr "Ciudad de origen:" + +#: ../../mod/profiles.php:653 ../../include/profile_advanced.php:54 +msgid "Political Views:" +msgstr "Ideas políticas:" + +#: ../../mod/profiles.php:654 +msgid "Religious Views:" +msgstr "Creencias religiosas:" + +#: ../../mod/profiles.php:655 +msgid "Public Keywords:" +msgstr "Palabras clave públicas:" + +#: ../../mod/profiles.php:656 +msgid "Private Keywords:" +msgstr "Palabras clave privadas:" + +#: ../../mod/profiles.php:657 ../../include/profile_advanced.php:62 +msgid "Likes:" +msgstr "Me gusta:" + +#: ../../mod/profiles.php:658 ../../include/profile_advanced.php:64 +msgid "Dislikes:" +msgstr "No me gusta:" + +#: ../../mod/profiles.php:659 +msgid "Example: fishing photography software" +msgstr "Ejemplo: pesca fotografía software" + +#: ../../mod/profiles.php:660 +msgid "(Used for suggesting potential friends, can be seen by others)" +msgstr "(Utilizadas para sugerir amigos potenciales, otros pueden verlo)" + +#: ../../mod/profiles.php:661 +msgid "(Used for searching profiles, never shown to others)" +msgstr "(Utilizadas para buscar perfiles, nunca se muestra a otros)" + +#: ../../mod/profiles.php:662 +msgid "Tell us about yourself..." +msgstr "Háblanos sobre ti..." + +#: ../../mod/profiles.php:663 +msgid "Hobbies/Interests" +msgstr "Aficiones/Intereses" + +#: ../../mod/profiles.php:664 +msgid "Contact information and Social Networks" +msgstr "Informacioń de contacto y Redes sociales" + +#: ../../mod/profiles.php:665 +msgid "Musical interests" +msgstr "Gustos musicales" + +#: ../../mod/profiles.php:666 +msgid "Books, literature" +msgstr "Libros, literatura" + +#: ../../mod/profiles.php:667 +msgid "Television" +msgstr "Televisión" + +#: ../../mod/profiles.php:668 +msgid "Film/dance/culture/entertainment" +msgstr "Películas/baile/cultura/entretenimiento" + +#: ../../mod/profiles.php:669 +msgid "Love/romance" +msgstr "Amor/Romance" + +#: ../../mod/profiles.php:670 +msgid "Work/employment" +msgstr "Trabajo/ocupación" + +#: ../../mod/profiles.php:671 +msgid "School/education" +msgstr "Escuela/estudios" + +#: ../../mod/profiles.php:676 +msgid "" +"This is your public profile.
It may " +"be visible to anybody using the internet." +msgstr "Éste es tu perfil público.
Puede ser visto por cualquier usuario de internet." + +#: ../../mod/profiles.php:725 +msgid "Edit/Manage Profiles" +msgstr "Editar/Administrar perfiles" + #: ../../mod/group.php:29 msgid "Group created." msgstr "Grupo creado." @@ -3030,7 +4483,7 @@ msgstr "Grupo creado." msgid "Could not create group." msgstr "Imposible crear el grupo." -#: ../../mod/group.php:47 ../../mod/group.php:137 +#: ../../mod/group.php:47 ../../mod/group.php:140 msgid "Group not found." msgstr "Grupo no encontrado." @@ -3038,38 +4491,231 @@ msgstr "Grupo no encontrado." msgid "Group name changed." msgstr "El nombre del grupo ha cambiado." -#: ../../mod/group.php:72 ../../mod/profperm.php:19 ../../index.php:318 -msgid "Permission denied" -msgstr "Permiso denegado" +#: ../../mod/group.php:87 +msgid "Save Group" +msgstr "" -#: ../../mod/group.php:90 +#: ../../mod/group.php:93 msgid "Create a group of contacts/friends." msgstr "Crea un grupo de contactos/amigos." -#: ../../mod/group.php:91 ../../mod/group.php:177 +#: ../../mod/group.php:94 ../../mod/group.php:180 msgid "Group Name: " msgstr "Nombre del grupo: " -#: ../../mod/group.php:110 +#: ../../mod/group.php:113 msgid "Group removed." msgstr "Grupo eliminado." -#: ../../mod/group.php:112 +#: ../../mod/group.php:115 msgid "Unable to remove group." msgstr "No se puede eliminar el grupo." -#: ../../mod/group.php:176 +#: ../../mod/group.php:179 msgid "Group Editor" msgstr "Editor de grupos" -#: ../../mod/group.php:189 +#: ../../mod/group.php:192 msgid "Members" msgstr "Miembros" -#: ../../mod/group.php:221 ../../mod/profperm.php:105 +#: ../../mod/group.php:224 ../../mod/profperm.php:105 msgid "Click on a contact to add or remove." msgstr "Pulsa en un contacto para añadirlo o eliminarlo." +#: ../../mod/babel.php:17 +msgid "Source (bbcode) text:" +msgstr "Texto fuente (bbcode):" + +#: ../../mod/babel.php:23 +msgid "Source (Diaspora) text to convert to BBcode:" +msgstr "Fuente (Diaspora) para pasar a BBcode:" + +#: ../../mod/babel.php:31 +msgid "Source input: " +msgstr "Entrada: " + +#: ../../mod/babel.php:35 +msgid "bb2html (raw HTML): " +msgstr "bb2html (raw HTML): " + +#: ../../mod/babel.php:39 +msgid "bb2html: " +msgstr "bb2html: " + +#: ../../mod/babel.php:43 +msgid "bb2html2bb: " +msgstr "bb2html2bb: " + +#: ../../mod/babel.php:47 +msgid "bb2md: " +msgstr "bb2md: " + +#: ../../mod/babel.php:51 +msgid "bb2md2html: " +msgstr "bb2md2html: " + +#: ../../mod/babel.php:55 +msgid "bb2dia2bb: " +msgstr "bb2dia2bb: " + +#: ../../mod/babel.php:59 +msgid "bb2md2html2bb: " +msgstr "bb2md2html2bb: " + +#: ../../mod/babel.php:69 +msgid "Source input (Diaspora format): " +msgstr "Fuente (formato Diaspora): " + +#: ../../mod/babel.php:74 +msgid "diaspora2bb: " +msgstr "diaspora2bb: " + +#: ../../mod/community.php:23 +msgid "Not available." +msgstr "No disponible" + +#: ../../mod/follow.php:27 +msgid "Contact added" +msgstr "Contacto añadido" + +#: ../../mod/notify.php:61 ../../mod/notifications.php:332 +msgid "No more system notifications." +msgstr "No hay más notificaciones del sistema." + +#: ../../mod/notify.php:65 ../../mod/notifications.php:336 +msgid "System Notifications" +msgstr "Notificaciones del sistema" + +#: ../../mod/message.php:9 ../../include/nav.php:159 +msgid "New Message" +msgstr "Nuevo mensaje" + +#: ../../mod/message.php:67 +msgid "Unable to locate contact information." +msgstr "No se puede encontrar información del contacto." + +#: ../../mod/message.php:182 ../../mod/notifications.php:103 +#: ../../include/nav.php:156 +msgid "Messages" +msgstr "Mensajes" + +#: ../../mod/message.php:207 +msgid "Do you really want to delete this message?" +msgstr "¿Estás seguro de que quieres borrar este mensaje?" + +#: ../../mod/message.php:227 +msgid "Message deleted." +msgstr "Mensaje eliminado." + +#: ../../mod/message.php:258 +msgid "Conversation removed." +msgstr "Conversación eliminada." + +#: ../../mod/message.php:371 +msgid "No messages." +msgstr "No hay mensajes." + +#: ../../mod/message.php:378 +#, php-format +msgid "Unknown sender - %s" +msgstr "Remitente desconocido - %s" + +#: ../../mod/message.php:381 +#, php-format +msgid "You and %s" +msgstr "Tú y %s" + +#: ../../mod/message.php:384 +#, php-format +msgid "%s and You" +msgstr "%s y Tú" + +#: ../../mod/message.php:405 ../../mod/message.php:546 +msgid "Delete conversation" +msgstr "Eliminar conversación" + +#: ../../mod/message.php:408 +msgid "D, d M Y - g:i A" +msgstr "D, d M Y - g:i A" + +#: ../../mod/message.php:411 +#, php-format +msgid "%d message" +msgid_plural "%d messages" +msgstr[0] "%d mensaje" +msgstr[1] "%d mensajes" + +#: ../../mod/message.php:450 +msgid "Message not available." +msgstr "Mensaje no disponibile." + +#: ../../mod/message.php:520 +msgid "Delete message" +msgstr "Borrar mensaje" + +#: ../../mod/message.php:548 +msgid "" +"No secure communications available. You may be able to " +"respond from the sender's profile page." +msgstr "No hay comunicaciones seguras disponibles. Podrías responder desde la página de perfil del remitente. " + +#: ../../mod/message.php:552 +msgid "Send Reply" +msgstr "Enviar respuesta" + +#: ../../mod/like.php:170 ../../include/conversation.php:140 +#, 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" + +#: ../../mod/oexchange.php:25 +msgid "Post successful." +msgstr "¡Publicado!" + +#: ../../mod/localtime.php:12 ../../include/event.php:11 +#: ../../include/bb2diaspora.php:393 +msgid "l F d, Y \\@ g:i A" +msgstr "l F d, Y \\@ g:i A" + +#: ../../mod/localtime.php:24 +msgid "Time Conversion" +msgstr "Conversión horária" + +#: ../../mod/localtime.php:26 +msgid "" +"Friendica provides this service for sharing events with other networks and " +"friends in unknown timezones." +msgstr "" + +#: ../../mod/localtime.php:30 +#, php-format +msgid "UTC time: %s" +msgstr "Tiempo UTC: %s" + +#: ../../mod/localtime.php:33 +#, php-format +msgid "Current timezone: %s" +msgstr "Zona horaria actual: %s" + +#: ../../mod/localtime.php:36 +#, php-format +msgid "Converted localtime: %s" +msgstr "Zona horaria local convertida: %s" + +#: ../../mod/localtime.php:41 +msgid "Please select your timezone:" +msgstr "Por favor, selecciona tu zona horaria:" + +#: ../../mod/filer.php:30 ../../include/conversation.php:1001 +#: ../../include/conversation.php:1019 +msgid "Save to Folder:" +msgstr "Guardar en directorio:" + +#: ../../mod/filer.php:30 +msgid "- select -" +msgstr "- seleccionar -" + #: ../../mod/profperm.php:25 ../../mod/profperm.php:55 msgid "Invalid profile identifier." msgstr "Identificador de perfil no válido." @@ -3090,217 +4736,297 @@ msgstr "Todos los contactos (con perfil de acceso seguro)" msgid "No contacts." msgstr "Ningún contacto." -#: ../../mod/viewcontacts.php:76 ../../include/text.php:618 +#: ../../mod/viewcontacts.php:76 ../../include/text.php:857 msgid "View Contacts" msgstr "Ver contactos" -#: ../../mod/register.php:88 ../../mod/regmod.php:52 -#, php-format -msgid "Registration details for %s" -msgstr "Detalles de registro para %s" - -#: ../../mod/register.php:96 -msgid "" -"Registration successful. Please check your email for further instructions." -msgstr "Te has registrado con éxito. Por favor, consulta tu correo para más información." - -#: ../../mod/register.php:100 -msgid "Failed to send email message. Here is the message that failed." -msgstr "Error al enviar el mensaje de correo. Este es el mensaje no enviado." - -#: ../../mod/register.php:105 -msgid "Your registration can not be processed." -msgstr "Tu registro no se puede procesar." - -#: ../../mod/register.php:142 -#, php-format -msgid "Registration request at %s" -msgstr "Solicitud de registro en %s" - -#: ../../mod/register.php:151 -msgid "Your registration is pending approval by the site owner." -msgstr "Tu registro está pendiente de aprobación por el propietario del sitio." - -#: ../../mod/register.php:189 -msgid "" -"This site has exceeded the number of allowed daily account registrations. " -"Please try again tomorrow." -msgstr "Este sitio ha excedido el número de registros diarios permitidos. Inténtalo de nuevo mañana por favor." - -#: ../../mod/register.php:217 -msgid "" -"You may (optionally) fill in this form via OpenID by supplying your OpenID " -"and clicking 'Register'." -msgstr "Puedes (opcionalmente) rellenar este formulario a través de OpenID escribiendo tu OpenID y pulsando en \"Registrar\"." - -#: ../../mod/register.php:218 -msgid "" -"If you are not familiar with OpenID, please leave that field blank and fill " -"in the rest of the items." -msgstr "Si no estás familiarizado con OpenID, por favor deja ese campo en blanco y rellena el resto de los elementos." - -#: ../../mod/register.php:219 -msgid "Your OpenID (optional): " -msgstr "Tu OpenID (opcional):" - -#: ../../mod/register.php:233 -msgid "Include your profile in member directory?" -msgstr "¿Incluir tu perfil en el directorio de miembros?" - -#: ../../mod/register.php:255 -msgid "Membership on this site is by invitation only." -msgstr "Sitio solo accesible mediante invitación." - -#: ../../mod/register.php:256 -msgid "Your invitation ID: " -msgstr "ID de tu invitación: " - -#: ../../mod/register.php:259 ../../mod/admin.php:444 -msgid "Registration" -msgstr "Registro" - -#: ../../mod/register.php:267 -msgid "Your Full Name (e.g. Joe Smith): " -msgstr "Tu nombre completo (por ejemplo, Manuel Pérez): " - -#: ../../mod/register.php:268 -msgid "Your Email Address: " -msgstr "Tu dirección de correo: " - -#: ../../mod/register.php:269 -msgid "" -"Choose a profile nickname. This must begin with a text character. Your " -"profile address on this site will then be " -"'nickname@$sitename'." -msgstr "Elije un apodo. Debe comenzar con una letra. Tu dirección de perfil en este sitio va a ser \"apodo@$nombredelsitio\"." - -#: ../../mod/register.php:270 -msgid "Choose a nickname: " -msgstr "Escoge un apodo: " - -#: ../../mod/register.php:273 ../../include/nav.php:81 ../../boot.php:898 -msgid "Register" -msgstr "Registrarse" - #: ../../mod/dirfind.php:26 msgid "People Search" msgstr "Buscar personas" -#: ../../mod/like.php:145 ../../mod/like.php:298 ../../mod/subthread.php:87 -#: ../../mod/tagger.php:62 ../../addon/facebook/facebook.php:1598 -#: ../../addon/communityhome/communityhome.php:158 -#: ../../addon/communityhome/communityhome.php:167 -#: ../../view/theme/diabook/theme.php:452 -#: ../../view/theme/diabook/theme.php:461 ../../include/diaspora.php:1835 -#: ../../include/conversation.php:120 ../../include/conversation.php:129 -#: ../../include/conversation.php:248 ../../include/conversation.php:257 -#: ../../addon.old/facebook/facebook.php:1598 -#: ../../addon.old/communityhome/communityhome.php:158 -#: ../../addon.old/communityhome/communityhome.php:167 -msgid "status" -msgstr "estado" +#: ../../mod/dirfind.php:60 ../../mod/match.php:65 +msgid "No matches" +msgstr "Sin conincidencias" -#: ../../mod/like.php:162 ../../addon/facebook/facebook.php:1602 -#: ../../addon/communityhome/communityhome.php:172 -#: ../../view/theme/diabook/theme.php:466 ../../include/diaspora.php:1851 -#: ../../include/conversation.php:136 -#: ../../addon.old/facebook/facebook.php:1602 -#: ../../addon.old/communityhome/communityhome.php:172 +#: ../../mod/photos.php:66 ../../mod/photos.php:1222 ../../mod/photos.php:1795 +msgid "Upload New Photos" +msgstr "Subir nuevas fotos" + +#: ../../mod/photos.php:143 +msgid "Contact information unavailable" +msgstr "Información del contacto no disponible" + +#: ../../mod/photos.php:164 +msgid "Album not found." +msgstr "Álbum no encontrado." + +#: ../../mod/photos.php:187 ../../mod/photos.php:199 ../../mod/photos.php:1200 +msgid "Delete Album" +msgstr "Eliminar álbum" + +#: ../../mod/photos.php:197 +msgid "Do you really want to delete this photo album and all its photos?" +msgstr "¿Estás seguro de quieres borrar este álbum y todas sus fotos?" + +#: ../../mod/photos.php:276 ../../mod/photos.php:287 ../../mod/photos.php:1502 +msgid "Delete Photo" +msgstr "Eliminar foto" + +#: ../../mod/photos.php:285 +msgid "Do you really want to delete this photo?" +msgstr "¿Estás seguro de que quieres borrar esta foto?" + +#: ../../mod/photos.php:656 #, php-format -msgid "%1$s likes %2$s's %3$s" -msgstr "A %1$s le gusta %3$s de %2$s" +msgid "%1$s was tagged in %2$s by %3$s" +msgstr "%1$s fue etiquetado en %2$s por %3$s" -#: ../../mod/like.php:164 ../../include/conversation.php:139 +#: ../../mod/photos.php:656 +msgid "a photo" +msgstr "una foto" + +#: ../../mod/photos.php:761 +msgid "Image exceeds size limit of " +msgstr "La imagen supera tamaño límite de " + +#: ../../mod/photos.php:769 +msgid "Image file is empty." +msgstr "El archivo de imagen está vacío." + +#: ../../mod/photos.php:801 ../../mod/wall_upload.php:112 +#: ../../mod/profile_photo.php:153 +msgid "Unable to process image." +msgstr "Imposible procesar la imagen." + +#: ../../mod/photos.php:828 ../../mod/wall_upload.php:138 +#: ../../mod/profile_photo.php:301 +msgid "Image upload failed." +msgstr "Error al subir la imagen." + +#: ../../mod/photos.php:924 +msgid "No photos selected" +msgstr "Ninguna foto seleccionada" + +#: ../../mod/photos.php:1025 ../../mod/videos.php:226 +msgid "Access to this item is restricted." +msgstr "El acceso a este elemento está restringido." + +#: ../../mod/photos.php:1088 #, 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" +msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage." +msgstr "Has usado %1$.2f MB de %2$.2f MB de tu álbum de fotos." -#: ../../mod/notice.php:15 ../../mod/viewsrc.php:15 ../../mod/admin.php:159 -#: ../../mod/admin.php:734 ../../mod/admin.php:933 ../../mod/display.php:29 -#: ../../mod/display.php:145 ../../include/items.php:3780 -msgid "Item not found." -msgstr "Elemento no encontrado." +#: ../../mod/photos.php:1123 +msgid "Upload Photos" +msgstr "Subir fotos" -#: ../../mod/viewsrc.php:7 -msgid "Access denied." -msgstr "Acceso denegado." +#: ../../mod/photos.php:1127 ../../mod/photos.php:1195 +msgid "New album name: " +msgstr "Nombre del nuevo álbum: " -#: ../../mod/fbrowser.php:25 ../../view/theme/diabook/theme.php:89 -#: ../../include/nav.php:51 ../../boot.php:1691 -msgid "Photos" -msgstr "Fotografías" +#: ../../mod/photos.php:1128 +msgid "or existing album name: " +msgstr "o nombre de un álbum existente: " -#: ../../mod/fbrowser.php:96 -msgid "Files" -msgstr "Archivos" +#: ../../mod/photos.php:1129 +msgid "Do not show a status post for this upload" +msgstr "No actualizar tu estado con este envío" -#: ../../mod/regmod.php:61 -msgid "Account approved." -msgstr "Cuenta aprobada." +#: ../../mod/photos.php:1131 ../../mod/photos.php:1497 +msgid "Permissions" +msgstr "Permisos" -#: ../../mod/regmod.php:98 +#: ../../mod/photos.php:1142 +msgid "Private Photo" +msgstr "Foto Privada" + +#: ../../mod/photos.php:1143 +msgid "Public Photo" +msgstr "Foto Pública" + +#: ../../mod/photos.php:1210 +msgid "Edit Album" +msgstr "Modificar álbum" + +#: ../../mod/photos.php:1216 +msgid "Show Newest First" +msgstr "Mostrar más nuevos primero" + +#: ../../mod/photos.php:1218 +msgid "Show Oldest First" +msgstr "Mostrar más antiguos primero" + +#: ../../mod/photos.php:1251 ../../mod/photos.php:1778 +msgid "View Photo" +msgstr "Ver foto" + +#: ../../mod/photos.php:1286 +msgid "Permission denied. Access to this item may be restricted." +msgstr "Permiso denegado. El acceso a este elemento puede estar restringido." + +#: ../../mod/photos.php:1288 +msgid "Photo not available" +msgstr "Foto no disponible" + +#: ../../mod/photos.php:1344 +msgid "View photo" +msgstr "Ver foto" + +#: ../../mod/photos.php:1344 +msgid "Edit photo" +msgstr "Modificar foto" + +#: ../../mod/photos.php:1345 +msgid "Use as profile photo" +msgstr "Usar como foto del perfil" + +#: ../../mod/photos.php:1370 +msgid "View Full Size" +msgstr "Ver a tamaño completo" + +#: ../../mod/photos.php:1444 +msgid "Tags: " +msgstr "Etiquetas: " + +#: ../../mod/photos.php:1447 +msgid "[Remove any tag]" +msgstr "[Borrar todas las etiquetas]" + +#: ../../mod/photos.php:1487 +msgid "Rotate CW (right)" +msgstr "Girar a la derecha" + +#: ../../mod/photos.php:1488 +msgid "Rotate CCW (left)" +msgstr "Girar a la izquierda" + +#: ../../mod/photos.php:1490 +msgid "New album name" +msgstr "Nuevo nombre del álbum" + +#: ../../mod/photos.php:1493 +msgid "Caption" +msgstr "Título" + +#: ../../mod/photos.php:1495 +msgid "Add a Tag" +msgstr "Añadir una etiqueta" + +#: ../../mod/photos.php:1499 +msgid "" +"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" +msgstr "Ejemplo: @juan, @Barbara_Ruiz, @julia@example.com, #California, #camping" + +#: ../../mod/photos.php:1508 +msgid "Private photo" +msgstr "Foto privada" + +#: ../../mod/photos.php:1509 +msgid "Public photo" +msgstr "Foto pública" + +#: ../../mod/photos.php:1531 ../../include/conversation.php:1080 +msgid "Share" +msgstr "Compartir" + +#: ../../mod/photos.php:1784 ../../mod/videos.php:308 +msgid "View Album" +msgstr "Ver Álbum" + +#: ../../mod/photos.php:1793 +msgid "Recent Photos" +msgstr "Fotos recientes" + +#: ../../mod/wall_attach.php:69 #, php-format -msgid "Registration revoked for %s" -msgstr "Registro anulado para %s" +msgid "File exceeds size limit of %d" +msgstr "El tamaño del archivo excede el límite de %d" -#: ../../mod/regmod.php:110 -msgid "Please login." -msgstr "Por favor accede." +#: ../../mod/wall_attach.php:110 ../../mod/wall_attach.php:121 +msgid "File upload failed." +msgstr "Ha fallado la subida del archivo." -#: ../../mod/item.php:91 -msgid "Unable to locate original post." -msgstr "No se puede encontrar la publicación original." +#: ../../mod/videos.php:125 +msgid "No videos selected" +msgstr "" -#: ../../mod/item.php:275 -msgid "Empty post discarded." -msgstr "Publicación vacía descartada." +#: ../../mod/videos.php:301 ../../include/text.php:1383 +msgid "View Video" +msgstr "" -#: ../../mod/item.php:407 ../../mod/wall_upload.php:133 -#: ../../mod/wall_upload.php:142 ../../mod/wall_upload.php:149 +#: ../../mod/videos.php:317 +msgid "Recent Videos" +msgstr "" + +#: ../../mod/videos.php:319 +msgid "Upload New Videos" +msgstr "" + +#: ../../mod/poke.php:192 +msgid "Poke/Prod" +msgstr "Toque/Empujón" + +#: ../../mod/poke.php:193 +msgid "poke, prod or do other things to somebody" +msgstr "da un toque, empujón o similar a alguien" + +#: ../../mod/poke.php:194 +msgid "Recipient" +msgstr "Receptor" + +#: ../../mod/poke.php:195 +msgid "Choose what you wish to do to recipient" +msgstr "Elige qué desea hacer con el receptor" + +#: ../../mod/poke.php:198 +msgid "Make this post private" +msgstr "Hacer esta publicación privada" + +#: ../../mod/subthread.php:103 +#, php-format +msgid "%1$s is following %2$s's %3$s" +msgstr "%1$s está siguiendo las %3$s de %2$s" + +#: ../../mod/uexport.php:72 +msgid "Export account" +msgstr "Exportar cuenta" + +#: ../../mod/uexport.php:72 +msgid "" +"Export your account info and contacts. Use this to make a backup of your " +"account and/or to move it to another server." +msgstr "Exporta la información de tu cuenta y tus contactos. Úsalo para guardar una copia de seguridad de tu cuenta y/o moverla a otro servidor." + +#: ../../mod/uexport.php:73 +msgid "Export all" +msgstr "Exportar todo" + +#: ../../mod/uexport.php:73 +msgid "" +"Export your accout info, contacts and all your items as json. Could be a " +"very big file, and could take a lot of time. Use this to make a full backup " +"of your account (photos are not exported)" +msgstr "Exporta la información de tu cuenta, contactos y lo demás en JSON. Puede ser un archivo bastante grande, por lo que llevará tiempo. Úsalo para hacer una copia de seguridad completa de tu cuenta (las fotos no se exportarán)" + +#: ../../mod/common.php:42 +msgid "Common Friends" +msgstr "Amigos comunes" + +#: ../../mod/common.php:78 +msgid "No contacts in common." +msgstr "Sin contactos en común." + +#: ../../mod/wall_upload.php:90 ../../mod/profile_photo.php:144 +#, php-format +msgid "Image exceeds size limit of %d" +msgstr "El tamaño de la imagen supera el límite de %d" + +#: ../../mod/wall_upload.php:135 ../../mod/wall_upload.php:144 +#: ../../mod/wall_upload.php:151 ../../mod/item.php:453 #: ../../include/message.php:144 msgid "Wall Photos" msgstr "Foto del Muro" -#: ../../mod/item.php:820 -msgid "System error. Post not saved." -msgstr "Error del sistema. Mensaje no guardado." - -#: ../../mod/item.php:845 -#, php-format -msgid "" -"This message was sent to you by %s, a member of the Friendica social " -"network." -msgstr "Este mensaje te lo ha enviado %s, miembro de la red social Friendica." - -#: ../../mod/item.php:847 -#, php-format -msgid "You may visit them online at %s" -msgstr "Los puedes visitar en línea en %s" - -#: ../../mod/item.php:848 -msgid "" -"Please contact the sender by replying to this post if you do not wish to " -"receive these messages." -msgstr "Por favor contacta con el remitente respondiendo a este mensaje si no deseas recibir estos mensajes." - -#: ../../mod/item.php:850 -#, php-format -msgid "%s posted an update." -msgstr "%s ha publicado una actualización." - -#: ../../mod/mood.php:62 ../../include/conversation.php:226 -#, php-format -msgid "%1$s is currently %2$s" -msgstr "%1$s está actualmente %2$s" - -#: ../../mod/mood.php:133 -msgid "Mood" -msgstr "Ánimo" - -#: ../../mod/mood.php:134 -msgid "Set your current mood and tell your friends" -msgstr "Coloca tu ánimo actual y cuéntaselo a tus amigos" - #: ../../mod/profile_photo.php:44 msgid "Image uploaded but image cropping failed." msgstr "Imagen recibida, pero ha fallado al recortarla." @@ -3321,11 +5047,6 @@ msgstr "Recarga la página o limpia la caché del navegador si la foto nueva no msgid "Unable to process image" msgstr "Imposible procesar la imagen" -#: ../../mod/profile_photo.php:144 ../../mod/wall_upload.php:88 -#, php-format -msgid "Image exceeds size limit of %d" -msgstr "El tamaño de la imagen supera el límite de %d" - #: ../../mod/profile_photo.php:242 msgid "Upload File:" msgstr "Subir archivo:" @@ -3335,8 +5056,6 @@ msgid "Select a profile:" msgstr "Elige un perfil:" #: ../../mod/profile_photo.php:245 -#: ../../addon/dav/friendica/layout.fnk.php:152 -#: ../../addon.old/dav/friendica/layout.fnk.php:152 msgid "Upload" msgstr "Subir" @@ -3364,9 +5083,165 @@ msgstr "Editado" msgid "Image uploaded successfully." msgstr "Imagen subida con éxito." -#: ../../mod/hcard.php:10 -msgid "No profile" -msgstr "Nigún perfil" +#: ../../mod/apps.php:11 +msgid "Applications" +msgstr "Aplicaciones" + +#: ../../mod/apps.php:14 +msgid "No installed applications." +msgstr "Sin aplicaciones" + +#: ../../mod/navigation.php:20 ../../include/nav.php:34 +msgid "Nothing new here" +msgstr "Nada nuevo por aquí" + +#: ../../mod/navigation.php:24 ../../include/nav.php:38 +msgid "Clear notifications" +msgstr "Limpiar notificaciones" + +#: ../../mod/match.php:12 +msgid "Profile Match" +msgstr "Coincidencias de Perfil" + +#: ../../mod/match.php:20 +msgid "No keywords to match. Please add keywords to your default profile." +msgstr "No hay palabras clave que coincidan. Por favor, agrega algunas palabras claves en tu perfil predeterminado." + +#: ../../mod/match.php:57 +msgid "is interested in:" +msgstr "estás interesado en:" + +#: ../../mod/tagrm.php:41 +msgid "Tag removed" +msgstr "Etiqueta eliminada" + +#: ../../mod/tagrm.php:79 +msgid "Remove Item Tag" +msgstr "Eliminar etiqueta" + +#: ../../mod/tagrm.php:81 +msgid "Select a tag to remove: " +msgstr "Selecciona una etiqueta para eliminar: " + +#: ../../mod/tagrm.php:93 ../../mod/delegate.php:130 +msgid "Remove" +msgstr "Eliminar" + +#: ../../mod/events.php:66 +msgid "Event title and start time are required." +msgstr "Título del evento y hora de inicio requeridas." + +#: ../../mod/events.php:291 +msgid "l, F j" +msgstr "l, F j" + +#: ../../mod/events.php:313 +msgid "Edit event" +msgstr "Editar evento" + +#: ../../mod/events.php:335 ../../include/text.php:1615 +msgid "link to source" +msgstr "Enlace al original" + +#: ../../mod/events.php:371 +msgid "Create New Event" +msgstr "Crea un evento nuevo" + +#: ../../mod/events.php:372 +msgid "Previous" +msgstr "Previo" + +#: ../../mod/events.php:446 +msgid "hour:minute" +msgstr "hora:minuto" + +#: ../../mod/events.php:456 +msgid "Event details" +msgstr "Detalles del evento" + +#: ../../mod/events.php:457 +#, php-format +msgid "Format is %s %s. Starting date and Title are required." +msgstr "El formato es %s %s. Fecha de inicio y título son obligatorios." + +#: ../../mod/events.php:459 +msgid "Event Starts:" +msgstr "Inicio del evento:" + +#: ../../mod/events.php:459 ../../mod/events.php:473 +msgid "Required" +msgstr "Obligatorio" + +#: ../../mod/events.php:462 +msgid "Finish date/time is not known or not relevant" +msgstr "La fecha/hora de finalización no es conocida o es irrelevante." + +#: ../../mod/events.php:464 +msgid "Event Finishes:" +msgstr "Finalización del evento:" + +#: ../../mod/events.php:467 +msgid "Adjust for viewer timezone" +msgstr "Ajuste de zona horaria" + +#: ../../mod/events.php:469 +msgid "Description:" +msgstr "Descripción:" + +#: ../../mod/events.php:473 +msgid "Title:" +msgstr "Título:" + +#: ../../mod/events.php:475 +msgid "Share this event" +msgstr "Comparte este evento" + +#: ../../mod/delegate.php:95 +msgid "No potential page delegates located." +msgstr "No se han localizado delegados potenciales de la página." + +#: ../../mod/delegate.php:121 ../../include/nav.php:165 +msgid "Delegate Page Management" +msgstr "Delegar la administración de la página" + +#: ../../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 "Los delegados tienen la capacidad de gestionar todos los aspectos de esta cuenta/página, excepto los ajustes básicos de la cuenta. Por favor, no delegues tu cuenta personal a nadie en quien no confíes completamente." + +#: ../../mod/delegate.php:124 +msgid "Existing Page Managers" +msgstr "Administradores actuales de la página" + +#: ../../mod/delegate.php:126 +msgid "Existing Page Delegates" +msgstr "Delegados actuales de la página" + +#: ../../mod/delegate.php:128 +msgid "Potential Delegates" +msgstr "Delegados potenciales" + +#: ../../mod/delegate.php:131 +msgid "Add" +msgstr "Añadir" + +#: ../../mod/delegate.php:132 +msgid "No entries." +msgstr "Sin entradas." + +#: ../../mod/nogroup.php:59 +msgid "Contacts who are not members of a group" +msgstr "Contactos sin grupo" + +#: ../../mod/fbrowser.php:113 +msgid "Files" +msgstr "Archivos" + +#: ../../mod/maintenance.php:5 +msgid "System down for maintenance" +msgstr "Servicio suspendido por mantenimiento" #: ../../mod/removeme.php:45 ../../mod/removeme.php:48 msgid "Remove My Account" @@ -3382,739 +5257,53 @@ msgstr "Esto eliminará por completo tu cuenta. Una vez hecho no se puede deshac msgid "Please enter your password for verification:" msgstr "Por favor, introduce tu contraseña para la verificación:" -#: ../../mod/message.php:9 ../../include/nav.php:131 -msgid "New Message" -msgstr "Nuevo mensaje" +#: ../../mod/fsuggest.php:63 +msgid "Friend suggestion sent." +msgstr "Solicitud de amistad enviada." -#: ../../mod/message.php:63 -msgid "Unable to locate contact information." -msgstr "No se puede encontrar información del contacto." +#: ../../mod/fsuggest.php:97 +msgid "Suggest Friends" +msgstr "Sugerencias de amistad" -#: ../../mod/message.php:191 -msgid "Message deleted." -msgstr "Mensaje eliminado." - -#: ../../mod/message.php:221 -msgid "Conversation removed." -msgstr "Conversación eliminada." - -#: ../../mod/message.php:327 -msgid "No messages." -msgstr "No hay mensajes." - -#: ../../mod/message.php:334 +#: ../../mod/fsuggest.php:99 #, php-format -msgid "Unknown sender - %s" -msgstr "Remitente desconocido - %s" +msgid "Suggest a friend for %s" +msgstr "Recomienda un amigo a %s" -#: ../../mod/message.php:337 +#: ../../mod/item.php:108 +msgid "Unable to locate original post." +msgstr "No se puede encontrar la publicación original." + +#: ../../mod/item.php:317 +msgid "Empty post discarded." +msgstr "Publicación vacía descartada." + +#: ../../mod/item.php:884 +msgid "System error. Post not saved." +msgstr "Error del sistema. Mensaje no guardado." + +#: ../../mod/item.php:909 #, php-format -msgid "You and %s" -msgstr "Tú y %s" +msgid "" +"This message was sent to you by %s, a member of the Friendica social " +"network." +msgstr "Este mensaje te lo ha enviado %s, miembro de la red social Friendica." -#: ../../mod/message.php:340 +#: ../../mod/item.php:911 #, php-format -msgid "%s and You" -msgstr "%s y Tú" +msgid "You may visit them online at %s" +msgstr "Los puedes visitar en línea en %s" -#: ../../mod/message.php:350 ../../mod/message.php:462 -msgid "Delete conversation" -msgstr "Eliminar conversación" +#: ../../mod/item.php:912 +msgid "" +"Please contact the sender by replying to this post if you do not wish to " +"receive these messages." +msgstr "Por favor contacta con el remitente respondiendo a este mensaje si no deseas recibir estos mensajes." -#: ../../mod/message.php:353 -msgid "D, d M Y - g:i A" -msgstr "D, d M Y - g:i A" - -#: ../../mod/message.php:356 +#: ../../mod/item.php:916 #, php-format -msgid "%d message" -msgid_plural "%d messages" -msgstr[0] "%d mensaje" -msgstr[1] "%d mensajes" - -#: ../../mod/message.php:391 -msgid "Message not available." -msgstr "Mensaje no disponibile." - -#: ../../mod/message.php:444 -msgid "Delete message" -msgstr "Borrar mensaje" - -#: ../../mod/message.php:464 -msgid "" -"No secure communications available. You may be able to " -"respond from the sender's profile page." -msgstr "No hay comunicaciones seguras disponibles. Podrías responder desde la página de perfil del remitente. " - -#: ../../mod/message.php:468 -msgid "Send Reply" -msgstr "Enviar respuesta" - -#: ../../mod/allfriends.php:34 -#, php-format -msgid "Friends of %s" -msgstr "Amigos de %s" - -#: ../../mod/allfriends.php:40 -msgid "No friends to display." -msgstr "No hay amigos para mostrar." - -#: ../../mod/admin.php:55 -msgid "Theme settings updated." -msgstr "Configuración de la apariencia actualizada." - -#: ../../mod/admin.php:96 ../../mod/admin.php:442 -msgid "Site" -msgstr "Sitio" - -#: ../../mod/admin.php:97 ../../mod/admin.php:688 ../../mod/admin.php:701 -msgid "Users" -msgstr "Usuarios" - -#: ../../mod/admin.php:98 ../../mod/admin.php:783 ../../mod/admin.php:825 -msgid "Plugins" -msgstr "Módulos" - -#: ../../mod/admin.php:99 ../../mod/admin.php:988 ../../mod/admin.php:1024 -msgid "Themes" -msgstr "Temas" - -#: ../../mod/admin.php:100 -msgid "DB updates" -msgstr "Actualizaciones de la Base de Datos" - -#: ../../mod/admin.php:115 ../../mod/admin.php:122 ../../mod/admin.php:1111 -msgid "Logs" -msgstr "Registros" - -#: ../../mod/admin.php:120 ../../include/nav.php:146 -msgid "Admin" -msgstr "Admin" - -#: ../../mod/admin.php:121 -msgid "Plugin Features" -msgstr "Características del módulo" - -#: ../../mod/admin.php:123 -msgid "User registrations waiting for confirmation" -msgstr "Registro de usuarios esperando la confirmación" - -#: ../../mod/admin.php:183 ../../mod/admin.php:669 -msgid "Normal Account" -msgstr "Cuenta normal" - -#: ../../mod/admin.php:184 ../../mod/admin.php:670 -msgid "Soapbox Account" -msgstr "Cuenta tribuna" - -#: ../../mod/admin.php:185 ../../mod/admin.php:671 -msgid "Community/Celebrity Account" -msgstr "Cuenta de Comunidad/Celebridad" - -#: ../../mod/admin.php:186 ../../mod/admin.php:672 -msgid "Automatic Friend Account" -msgstr "Cuenta de amistad automática" - -#: ../../mod/admin.php:187 -msgid "Blog Account" -msgstr "Cuenta de blog" - -#: ../../mod/admin.php:188 -msgid "Private Forum" -msgstr "Foro privado" - -#: ../../mod/admin.php:207 -msgid "Message queues" -msgstr "Cola de mensajes" - -#: ../../mod/admin.php:212 ../../mod/admin.php:441 ../../mod/admin.php:687 -#: ../../mod/admin.php:782 ../../mod/admin.php:824 ../../mod/admin.php:987 -#: ../../mod/admin.php:1023 ../../mod/admin.php:1110 -msgid "Administration" -msgstr "Administración" - -#: ../../mod/admin.php:213 -msgid "Summary" -msgstr "Resumen" - -#: ../../mod/admin.php:215 -msgid "Registered users" -msgstr "Usuarios registrados" - -#: ../../mod/admin.php:217 -msgid "Pending registrations" -msgstr "Pendientes de registro" - -#: ../../mod/admin.php:218 -msgid "Version" -msgstr "Versión" - -#: ../../mod/admin.php:220 -msgid "Active plugins" -msgstr "Módulos activos" - -#: ../../mod/admin.php:373 -msgid "Site settings updated." -msgstr "Configuración de actualización." - -#: ../../mod/admin.php:428 -msgid "Closed" -msgstr "Cerrado" - -#: ../../mod/admin.php:429 -msgid "Requires approval" -msgstr "Requiere aprobación" - -#: ../../mod/admin.php:430 -msgid "Open" -msgstr "Abierto" - -#: ../../mod/admin.php:434 -msgid "No SSL policy, links will track page SSL state" -msgstr "No existe una política de SSL, los vínculos harán un seguimiento del estado de SSL en la página" - -#: ../../mod/admin.php:435 -msgid "Force all links to use SSL" -msgstr "Forzar todos los enlaces a utilizar SSL" - -#: ../../mod/admin.php:436 -msgid "Self-signed certificate, use SSL for local links only (discouraged)" -msgstr "Certificación personal, usa SSL solo para enlaces locales (no recomendado)" - -#: ../../mod/admin.php:445 -msgid "File upload" -msgstr "Subida de archivo" - -#: ../../mod/admin.php:446 -msgid "Policies" -msgstr "Políticas" - -#: ../../mod/admin.php:447 -msgid "Advanced" -msgstr "Avanzado" - -#: ../../mod/admin.php:451 ../../addon/statusnet/statusnet.php:567 -#: ../../addon.old/statusnet/statusnet.php:567 -msgid "Site name" -msgstr "Nombre del sitio" - -#: ../../mod/admin.php:452 -msgid "Banner/Logo" -msgstr "Imagen/Logotipo" - -#: ../../mod/admin.php:453 -msgid "System language" -msgstr "Idioma" - -#: ../../mod/admin.php:454 -msgid "System theme" -msgstr "Tema" - -#: ../../mod/admin.php:454 -msgid "" -"Default system theme - may be over-ridden by user profiles - change theme settings" -msgstr "Tema por defecto del sistema, los usuarios podrán elegir el suyo propio en su configuración cambiar configuración del tema" - -#: ../../mod/admin.php:455 -msgid "Mobile system theme" -msgstr "Tema de sistema móvil" - -#: ../../mod/admin.php:455 -msgid "Theme for mobile devices" -msgstr "Tema para dispositivos móviles" - -#: ../../mod/admin.php:456 -msgid "SSL link policy" -msgstr "Política de enlaces SSL" - -#: ../../mod/admin.php:456 -msgid "Determines whether generated links should be forced to use SSL" -msgstr "Determina si los enlaces generados deben ser forzados a utilizar SSL" - -#: ../../mod/admin.php:457 -msgid "Maximum image size" -msgstr "Tamaño máximo de la imagen" - -#: ../../mod/admin.php:457 -msgid "" -"Maximum size in bytes of uploaded images. Default is 0, which means no " -"limits." -msgstr "Tamaño máximo en bytes de las imágenes a subir. Por defecto es 0, que quiere decir que no hay límite." - -#: ../../mod/admin.php:458 -msgid "Maximum image length" -msgstr "Largo máximo de imagen" - -#: ../../mod/admin.php:458 -msgid "" -"Maximum length in pixels of the longest side of uploaded images. Default is " -"-1, which means no limits." -msgstr "Longitud máxima en píxeles del lado más largo de las imágenes subidas. Por defecto es -1, que significa que no hay límites." - -#: ../../mod/admin.php:459 -msgid "JPEG image quality" -msgstr "Calidad de imagen JPEG" - -#: ../../mod/admin.php:459 -msgid "" -"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " -"100, which is full quality." -msgstr "Los archivos JPEG subidos se guardarán con este ajuste de calidad [0-100]. Por defecto es 100, que es calidad máxima." - -#: ../../mod/admin.php:461 -msgid "Register policy" -msgstr "Política de registros" - -#: ../../mod/admin.php:462 -msgid "Register text" -msgstr "Términos" - -#: ../../mod/admin.php:462 -msgid "Will be displayed prominently on the registration page." -msgstr "Se mostrará en un lugar destacado en la página de registro." - -#: ../../mod/admin.php:463 -msgid "Accounts abandoned after x days" -msgstr "Cuentas abandonadas después de x días" - -#: ../../mod/admin.php:463 -msgid "" -"Will not waste system resources polling external sites for abandonded " -"accounts. Enter 0 for no time limit." -msgstr "No gastará recursos del sistema creando sondeos a sitios externos para cuentas abandonadas. Introduce 0 para ningún límite temporal." - -#: ../../mod/admin.php:464 -msgid "Allowed friend domains" -msgstr "Dominios amigos permitidos" - -#: ../../mod/admin.php:464 -msgid "" -"Comma separated list of domains which are allowed to establish friendships " -"with this site. Wildcards are accepted. Empty to allow any domains" -msgstr "Lista separada por comas de los dominios que están autorizados para establecer conexiones con este sitio. Se aceptan comodines. Dejar en blanco para permitir cualquier dominio" - -#: ../../mod/admin.php:465 -msgid "Allowed email domains" -msgstr "Dominios de correo permitidos" - -#: ../../mod/admin.php:465 -msgid "" -"Comma separated list of domains which are allowed in email addresses for " -"registrations to this site. Wildcards are accepted. Empty to allow any " -"domains" -msgstr "Lista separada por comas de los dominios que están autorizados en las direcciones de correo para registrarse en este sitio. Se aceptan comodines. Dejar en blanco para permitir cualquier dominio" - -#: ../../mod/admin.php:466 -msgid "Block public" -msgstr "Bloqueo público" - -#: ../../mod/admin.php:466 -msgid "" -"Check to block public access to all otherwise public personal pages on this " -"site unless you are currently logged in." -msgstr "Marca para bloquear el acceso público a todas las páginas personales, aún siendo públicas, hasta que no hayas iniciado tu sesión." - -#: ../../mod/admin.php:467 -msgid "Force publish" -msgstr "Forzar publicación" - -#: ../../mod/admin.php:467 -msgid "" -"Check to force all profiles on this site to be listed in the site directory." -msgstr "Marca para forzar que todos los perfiles de este sitio sean listados en el directorio del sitio." - -#: ../../mod/admin.php:468 -msgid "Global directory update URL" -msgstr "Dirección de actualización del directorio global" - -#: ../../mod/admin.php:468 -msgid "" -"URL to update the global directory. If this is not set, the global directory" -" is completely unavailable to the application." -msgstr "Dirección para actualizar el directorio global. Si no se establece ningún valor el directorio global será inaccesible para la aplicación." - -#: ../../mod/admin.php:469 -msgid "Allow threaded items" -msgstr "Permitir elementos en hilo" - -#: ../../mod/admin.php:469 -msgid "Allow infinite level threading for items on this site." -msgstr "Permitir infinitos niveles de hilo para los elementos de este sitio." - -#: ../../mod/admin.php:470 -msgid "Private posts by default for new users" -msgstr "Publicaciones privadas por defecto para usuarios nuevos" - -#: ../../mod/admin.php:470 -msgid "" -"Set default post permissions for all new members to the default privacy " -"group rather than public." -msgstr "Ajusta los permisos de publicación por defecto a los miembros nuevos al grupo privado por defecto en vez del público." - -#: ../../mod/admin.php:472 -msgid "Block multiple registrations" -msgstr "Bloquear registros multiples" - -#: ../../mod/admin.php:472 -msgid "Disallow users to register additional accounts for use as pages." -msgstr "Impedir que los usuarios registren cuentas adicionales para su uso como páginas." - -#: ../../mod/admin.php:473 -msgid "OpenID support" -msgstr "Soporte OpenID" - -#: ../../mod/admin.php:473 -msgid "OpenID support for registration and logins." -msgstr "Soporte OpenID para registros y accesos." - -#: ../../mod/admin.php:474 -msgid "Fullname check" -msgstr "Comprobar Nombre completo" - -#: ../../mod/admin.php:474 -msgid "" -"Force users to register with a space between firstname and lastname in Full " -"name, as an antispam measure" -msgstr "Fuerza a los usuarios a registrarse con un espacio entre su nombre y su apellido en el campo Nombre completo como medida anti-spam" - -#: ../../mod/admin.php:475 -msgid "UTF-8 Regular expressions" -msgstr "Expresiones regulares UTF-8" - -#: ../../mod/admin.php:475 -msgid "Use PHP UTF8 regular expressions" -msgstr "Usar expresiones regulares de UTF8 en PHP" - -#: ../../mod/admin.php:476 -msgid "Show Community Page" -msgstr "Ver página de la Comunidad" - -#: ../../mod/admin.php:476 -msgid "" -"Display a Community page showing all recent public postings on this site." -msgstr "Mostrar una página de Comunidad que resuma todas las publicaciones públicas recientes de este sitio." - -#: ../../mod/admin.php:477 -msgid "Enable OStatus support" -msgstr "Permitir soporte OStatus" - -#: ../../mod/admin.php:477 -msgid "" -"Provide built-in OStatus (identi.ca, status.net, etc.) compatibility. All " -"communications in OStatus are public, so privacy warnings will be " -"occasionally displayed." -msgstr "Provee una compatibilidad con OStatus (identi.ca, status.net, etc.) Todas las comunicaciones mediante OStatus son públicas, por lo que se mostrarán avisos sobre la privacidad con frecuencia." - -#: ../../mod/admin.php:478 -msgid "Enable Diaspora support" -msgstr "Habilitar el soporte para Diaspora*" - -#: ../../mod/admin.php:478 -msgid "Provide built-in Diaspora network compatibility." -msgstr "Provee una compatibilidad con la red de Diaspora." - -#: ../../mod/admin.php:479 -msgid "Only allow Friendica contacts" -msgstr "Permitir solo contactos de Friendica" - -#: ../../mod/admin.php:479 -msgid "" -"All contacts must use Friendica protocols. All other built-in communication " -"protocols disabled." -msgstr "Todos los contactos deben usar protocolos de Friendica. El resto de protocolos serán desactivados." - -#: ../../mod/admin.php:480 -msgid "Verify SSL" -msgstr "Verificar SSL" - -#: ../../mod/admin.php:480 -msgid "" -"If you wish, you can turn on strict certificate checking. This will mean you" -" cannot connect (at all) to self-signed SSL sites." -msgstr "Si quieres puedes activar la comprobación estricta de certificados. Esto significa que serás incapaz de conectar con ningún sitio que use certificados SSL autofirmados." - -#: ../../mod/admin.php:481 -msgid "Proxy user" -msgstr "Usuario proxy" - -#: ../../mod/admin.php:482 -msgid "Proxy URL" -msgstr "Dirección proxy" - -#: ../../mod/admin.php:483 -msgid "Network timeout" -msgstr "Tiempo de espera de red" - -#: ../../mod/admin.php:483 -msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." -msgstr "Valor en segundos. Usar 0 para dejarlo sin límites (no se recomienda)." - -#: ../../mod/admin.php:484 -msgid "Delivery interval" -msgstr "Intervalo de actualización" - -#: ../../mod/admin.php:484 -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 la entrega de procesos en segundo plano por esta cantidad de segundos para reducir la carga del sistema. Recomendamos: 4-5 para los servidores compartidos, 2-3 para servidores privados virtuales, 0-1 para los grandes servidores dedicados." - -#: ../../mod/admin.php:485 -msgid "Poll interval" -msgstr "Intervalo de sondeo" - -#: ../../mod/admin.php:485 -msgid "" -"Delay background polling processes by this many seconds to reduce system " -"load. If 0, use delivery interval." -msgstr "Retrasar los procesos en segundo plano de sondeo en esta cantidad de segundos para reducir la carga del sistema. Si es 0, se usará el intervalo de entrega." - -#: ../../mod/admin.php:486 -msgid "Maximum Load Average" -msgstr "Promedio de carga máxima" - -#: ../../mod/admin.php:486 -msgid "" -"Maximum system load before delivery and poll processes are deferred - " -"default 50." -msgstr "Carga máxima del sistema antes de que la entrega y los procesos de sondeo sean retrasados - por defecto 50." - -#: ../../mod/admin.php:503 -msgid "Update has been marked successful" -msgstr "La actualización se ha completado con éxito" - -#: ../../mod/admin.php:513 -#, php-format -msgid "Executing %s failed. Check system logs." -msgstr "%s ha fallado, comprueba los registros." - -#: ../../mod/admin.php:516 -#, php-format -msgid "Update %s was successfully applied." -msgstr "Actualización %s aplicada con éxito." - -#: ../../mod/admin.php:520 -#, php-format -msgid "Update %s did not return a status. Unknown if it succeeded." -msgstr "La actualización %s no ha informado, se desconoce el estado." - -#: ../../mod/admin.php:523 -#, php-format -msgid "Update function %s could not be found." -msgstr "No se puede encontrar la función de actualización %s." - -#: ../../mod/admin.php:538 -msgid "No failed updates." -msgstr "Actualizaciones sin fallos." - -#: ../../mod/admin.php:542 -msgid "Failed Updates" -msgstr "Actualizaciones fallidas" - -#: ../../mod/admin.php:543 -msgid "" -"This does not include updates prior to 1139, which did not return a status." -msgstr "No se incluyen las anteriores a la 1139, que no indicaban su estado." - -#: ../../mod/admin.php:544 -msgid "Mark success (if update was manually applied)" -msgstr "Marcar como correcta (si actualizaste manualmente)" - -#: ../../mod/admin.php:545 -msgid "Attempt to execute this update step automatically" -msgstr "Intentando ejecutar este paso automáticamente" - -#: ../../mod/admin.php:570 -#, php-format -msgid "%s user blocked/unblocked" -msgid_plural "%s users blocked/unblocked" -msgstr[0] "%s usuario bloqueado/desbloqueado" -msgstr[1] "%s usuarios bloqueados/desbloqueados" - -#: ../../mod/admin.php:577 -#, php-format -msgid "%s user deleted" -msgid_plural "%s users deleted" -msgstr[0] "%s usuario eliminado" -msgstr[1] "%s usuarios eliminados" - -#: ../../mod/admin.php:616 -#, php-format -msgid "User '%s' deleted" -msgstr "Usuario '%s' eliminado" - -#: ../../mod/admin.php:624 -#, php-format -msgid "User '%s' unblocked" -msgstr "Usuario '%s' desbloqueado" - -#: ../../mod/admin.php:624 -#, php-format -msgid "User '%s' blocked" -msgstr "Usuario '%s' bloqueado'" - -#: ../../mod/admin.php:690 -msgid "select all" -msgstr "seleccionar todo" - -#: ../../mod/admin.php:691 -msgid "User registrations waiting for confirm" -msgstr "Registro de usuarios esperando confirmación" - -#: ../../mod/admin.php:692 -msgid "Request date" -msgstr "Solicitud de fecha" - -#: ../../mod/admin.php:692 ../../mod/admin.php:702 -#: ../../include/contact_selectors.php:79 -msgid "Email" -msgstr "Correo electrónico" - -#: ../../mod/admin.php:693 -msgid "No registrations." -msgstr "Sin registros." - -#: ../../mod/admin.php:695 -msgid "Deny" -msgstr "Denegado" - -#: ../../mod/admin.php:699 -msgid "Site admin" -msgstr "" - -#: ../../mod/admin.php:702 -msgid "Register date" -msgstr "Fecha de registro" - -#: ../../mod/admin.php:702 -msgid "Last login" -msgstr "Último acceso" - -#: ../../mod/admin.php:702 -msgid "Last item" -msgstr "Último elemento" - -#: ../../mod/admin.php:702 -msgid "Account" -msgstr "Cuenta" - -#: ../../mod/admin.php:704 -msgid "" -"Selected users will be deleted!\\n\\nEverything these users had posted on " -"this site will be permanently deleted!\\n\\nAre you sure?" -msgstr "¡Los usuarios seleccionados serán eliminados!\\n\\n¡Todo lo que hayan publicado en este sitio se borrará para siempre!\\n\\n¿Estás seguro?" - -#: ../../mod/admin.php:705 -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 "¡El usuario {0} será eliminado!\\n\\n¡Todo lo que haya publicado en este sitio se borrará para siempre!\\n\\n¿Estás seguro?" - -#: ../../mod/admin.php:746 -#, php-format -msgid "Plugin %s disabled." -msgstr "Módulo %s deshabilitado." - -#: ../../mod/admin.php:750 -#, php-format -msgid "Plugin %s enabled." -msgstr "Módulo %s habilitado." - -#: ../../mod/admin.php:760 ../../mod/admin.php:958 -msgid "Disable" -msgstr "Desactivado" - -#: ../../mod/admin.php:762 ../../mod/admin.php:960 -msgid "Enable" -msgstr "Activado" - -#: ../../mod/admin.php:784 ../../mod/admin.php:989 -msgid "Toggle" -msgstr "Activar" - -#: ../../mod/admin.php:792 ../../mod/admin.php:999 -msgid "Author: " -msgstr "Autor:" - -#: ../../mod/admin.php:793 ../../mod/admin.php:1000 -msgid "Maintainer: " -msgstr "Mantenedor: " - -#: ../../mod/admin.php:922 -msgid "No themes found." -msgstr "No se encontraron temas." - -#: ../../mod/admin.php:981 -msgid "Screenshot" -msgstr "Captura de pantalla" - -#: ../../mod/admin.php:1029 -msgid "[Experimental]" -msgstr "[Experimental]" - -#: ../../mod/admin.php:1030 -msgid "[Unsupported]" -msgstr "[Sin soporte]" - -#: ../../mod/admin.php:1057 -msgid "Log settings updated." -msgstr "Configuración de registro actualizada." - -#: ../../mod/admin.php:1113 -msgid "Clear" -msgstr "Limpiar" - -#: ../../mod/admin.php:1119 -msgid "Debugging" -msgstr "Depuración" - -#: ../../mod/admin.php:1120 -msgid "Log file" -msgstr "Archivo de registro" - -#: ../../mod/admin.php:1120 -msgid "" -"Must be writable by web server. Relative to your Friendica top-level " -"directory." -msgstr "Debes tener permiso de escritura en el servidor. Relacionado con tu directorio de inicio de Friendica." - -#: ../../mod/admin.php:1121 -msgid "Log level" -msgstr "Nivel de registro" - -#: ../../mod/admin.php:1171 -msgid "Close" -msgstr "Cerrado" - -#: ../../mod/admin.php:1177 -msgid "FTP Host" -msgstr "Hospedaje FTP" - -#: ../../mod/admin.php:1178 -msgid "FTP Path" -msgstr "Ruta FTP" - -#: ../../mod/admin.php:1179 -msgid "FTP User" -msgstr "Usuario FTP" - -#: ../../mod/admin.php:1180 -msgid "FTP Password" -msgstr "Contraseña FTP" - -#: ../../mod/profile.php:21 ../../boot.php:1085 -msgid "Requested profile is not available." -msgstr "El perfil solicitado no está disponible." - -#: ../../mod/profile.php:155 ../../mod/display.php:77 -msgid "Access to this profile has been restricted." -msgstr "El acceso a este perfil ha sido restringido." - -#: ../../mod/profile.php:180 -msgid "Tips for New Members" -msgstr "Consejos para nuevos miembros" +msgid "%s posted an update." +msgstr "%s ha publicado una actualización." #: ../../mod/ping.php:238 msgid "{0} wants to be your friend" @@ -4161,10 +5350,6 @@ msgstr "{0} etiquetó la publicación de %s como #%s" msgid "{0} mentioned you in a post" msgstr "{0} te mencionó en una publicación" -#: ../../mod/nogroup.php:58 -msgid "Contacts who are not members of a group" -msgstr "Contactos sin grupo" - #: ../../mod/openid.php:24 msgid "OpenID protocol error. No ID returned." msgstr "Error de protocolo OpenID. ID no devuelta." @@ -4174,530 +5359,192 @@ msgid "" "Account not found and OpenID registration is not permitted on this site." msgstr "Cuenta no encontrada y el registro OpenID no está permitido en ese sitio." -#: ../../mod/openid.php:93 ../../include/auth.php:98 -#: ../../include/auth.php:161 +#: ../../mod/openid.php:93 ../../include/auth.php:112 +#: ../../include/auth.php:175 msgid "Login failed." msgstr "Accesso fallido." -#: ../../mod/follow.php:27 -msgid "Contact added" -msgstr "Contacto añadido" +#: ../../mod/notifications.php:26 +msgid "Invalid request identifier." +msgstr "Solicitud de identificación no válida." -#: ../../mod/common.php:42 -msgid "Common Friends" -msgstr "Amigos comunes" +#: ../../mod/notifications.php:35 ../../mod/notifications.php:165 +#: ../../mod/notifications.php:211 +msgid "Discard" +msgstr "Descartar" -#: ../../mod/common.php:78 -msgid "No contacts in common." -msgstr "Sin contactos en común." +#: ../../mod/notifications.php:78 +msgid "System" +msgstr "Sistema" -#: ../../mod/subthread.php:103 +#: ../../mod/notifications.php:83 ../../include/nav.php:140 +msgid "Network" +msgstr "Red" + +#: ../../mod/notifications.php:98 ../../include/nav.php:149 +msgid "Introductions" +msgstr "Presentaciones" + +#: ../../mod/notifications.php:122 +msgid "Show Ignored Requests" +msgstr "Mostrar peticiones ignoradas" + +#: ../../mod/notifications.php:122 +msgid "Hide Ignored Requests" +msgstr "Ocultar peticiones ignoradas" + +#: ../../mod/notifications.php:149 ../../mod/notifications.php:195 +msgid "Notification type: " +msgstr "Tipo de notificación: " + +#: ../../mod/notifications.php:150 +msgid "Friend Suggestion" +msgstr "Propuestas de amistad" + +#: ../../mod/notifications.php:152 #, php-format -msgid "%1$s is following %2$s's %3$s" -msgstr "" +msgid "suggested by %s" +msgstr "sugerido por %s" -#: ../../mod/share.php:28 -msgid "link" -msgstr "enlace" +#: ../../mod/notifications.php:158 ../../mod/notifications.php:205 +msgid "Post a new friend activity" +msgstr "Publica tu nueva amistad" -#: ../../mod/display.php:138 -msgid "Item has been removed." -msgstr "El elemento ha sido eliminado." +#: ../../mod/notifications.php:158 ../../mod/notifications.php:205 +msgid "if applicable" +msgstr "Si corresponde" -#: ../../mod/apps.php:4 -msgid "Applications" -msgstr "Aplicaciones" +#: ../../mod/notifications.php:181 +msgid "Claims to be known to you: " +msgstr "Dice conocerte: " -#: ../../mod/apps.php:7 -msgid "No installed applications." -msgstr "Sin aplicaciones" +#: ../../mod/notifications.php:181 +msgid "yes" +msgstr "sí" -#: ../../mod/search.php:96 ../../include/text.php:678 -#: ../../include/text.php:679 ../../include/nav.php:91 -msgid "Search" -msgstr "Buscar" +#: ../../mod/notifications.php:181 +msgid "no" +msgstr "no" -#: ../../mod/profiles.php:21 ../../mod/profiles.php:434 -#: ../../mod/profiles.php:548 ../../mod/dfrn_confirm.php:62 -msgid "Profile not found." -msgstr "Perfil no encontrado." +#: ../../mod/notifications.php:188 +msgid "Approve as: " +msgstr "Aprobar como: " -#: ../../mod/profiles.php:31 -msgid "Profile Name is required." -msgstr "Se necesita un nombre de perfil." +#: ../../mod/notifications.php:189 +msgid "Friend" +msgstr "Amigo" -#: ../../mod/profiles.php:171 -msgid "Marital Status" -msgstr "Estado civil" +#: ../../mod/notifications.php:190 +msgid "Sharer" +msgstr "Lector" -#: ../../mod/profiles.php:175 -msgid "Romantic Partner" -msgstr "Pareja sentimental" +#: ../../mod/notifications.php:190 +msgid "Fan/Admirer" +msgstr "Fan/Admirador" -#: ../../mod/profiles.php:179 -msgid "Likes" -msgstr "Me gusta" +#: ../../mod/notifications.php:196 +msgid "Friend/Connect Request" +msgstr "Solicitud de Amistad/Conexión" -#: ../../mod/profiles.php:183 -msgid "Dislikes" -msgstr "No me gusta" +#: ../../mod/notifications.php:196 +msgid "New Follower" +msgstr "Nuevo seguidor" -#: ../../mod/profiles.php:187 -msgid "Work/Employment" -msgstr "Trabajo/estudios" +#: ../../mod/notifications.php:217 +msgid "No introductions." +msgstr "Sin presentaciones." -#: ../../mod/profiles.php:190 -msgid "Religion" -msgstr "Religión" +#: ../../mod/notifications.php:220 ../../include/nav.php:150 +msgid "Notifications" +msgstr "Notificaciones" -#: ../../mod/profiles.php:194 -msgid "Political Views" -msgstr "Preferencias políticas" - -#: ../../mod/profiles.php:198 -msgid "Gender" -msgstr "Género" - -#: ../../mod/profiles.php:202 -msgid "Sexual Preference" -msgstr "Orientación sexual" - -#: ../../mod/profiles.php:206 -msgid "Homepage" -msgstr "Página de inicio" - -#: ../../mod/profiles.php:210 -msgid "Interests" -msgstr "Intereses" - -#: ../../mod/profiles.php:214 -msgid "Address" -msgstr "Dirección" - -#: ../../mod/profiles.php:221 ../../addon/dav/common/wdcal_edit.inc.php:183 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:183 -msgid "Location" -msgstr "Ubicación" - -#: ../../mod/profiles.php:304 -msgid "Profile updated." -msgstr "Perfil actualizado." - -#: ../../mod/profiles.php:371 -msgid " and " -msgstr " y " - -#: ../../mod/profiles.php:379 -msgid "public profile" -msgstr "perfil público" - -#: ../../mod/profiles.php:382 +#: ../../mod/notifications.php:257 ../../mod/notifications.php:382 +#: ../../mod/notifications.php:469 #, php-format -msgid "%1$s changed %2$s to “%3$s”" -msgstr "%1$s cambió su %2$s a “%3$s”" +msgid "%s liked %s's post" +msgstr "A %s le gusta la publicación de %s" -#: ../../mod/profiles.php:383 +#: ../../mod/notifications.php:266 ../../mod/notifications.php:391 +#: ../../mod/notifications.php:478 #, php-format -msgid " - Visit %1$s's %2$s" -msgstr " - Visita %1$s's %2$s" +msgid "%s disliked %s's post" +msgstr "A %s no le gusta la publicación de %s" -#: ../../mod/profiles.php:386 +#: ../../mod/notifications.php:280 ../../mod/notifications.php:405 +#: ../../mod/notifications.php:492 #, php-format -msgid "%1$s has an updated %2$s, changing %3$s." -msgstr "%1$s tiene una actualización %2$s, cambiando %3$s." +msgid "%s is now friends with %s" +msgstr "%s es ahora es amigo de %s" -#: ../../mod/profiles.php:453 -msgid "Profile deleted." -msgstr "Perfil eliminado." - -#: ../../mod/profiles.php:471 ../../mod/profiles.php:505 -msgid "Profile-" -msgstr "Perfil-" - -#: ../../mod/profiles.php:490 ../../mod/profiles.php:532 -msgid "New profile created." -msgstr "Nuevo perfil creado." - -#: ../../mod/profiles.php:511 -msgid "Profile unavailable to clone." -msgstr "Imposible duplicar el perfil." - -#: ../../mod/profiles.php:573 -msgid "Hide your contact/friend list from viewers of this profile?" -msgstr "¿Ocultar tu lista de contactos/amigos en este perfil?" - -#: ../../mod/profiles.php:593 -msgid "Edit Profile Details" -msgstr "Editar detalles de tu perfil" - -#: ../../mod/profiles.php:595 -msgid "View this profile" -msgstr "Ver este perfil" - -#: ../../mod/profiles.php:596 -msgid "Create a new profile using these settings" -msgstr "¿Crear un nuevo perfil con esta configuración?" - -#: ../../mod/profiles.php:597 -msgid "Clone this profile" -msgstr "Clonar este perfil" - -#: ../../mod/profiles.php:598 -msgid "Delete this profile" -msgstr "Eliminar este perfil" - -#: ../../mod/profiles.php:599 -msgid "Profile Name:" -msgstr "Nombres del perfil:" - -#: ../../mod/profiles.php:600 -msgid "Your Full Name:" -msgstr "Tu nombre completo:" - -#: ../../mod/profiles.php:601 -msgid "Title/Description:" -msgstr "Título/Descrición:" - -#: ../../mod/profiles.php:602 -msgid "Your Gender:" -msgstr "Género:" - -#: ../../mod/profiles.php:603 +#: ../../mod/notifications.php:287 ../../mod/notifications.php:412 #, php-format -msgid "Birthday (%s):" -msgstr "Cumpleaños (%s):" +msgid "%s created a new post" +msgstr "%s creó una nueva publicación" -#: ../../mod/profiles.php:604 -msgid "Street Address:" -msgstr "Dirección" - -#: ../../mod/profiles.php:605 -msgid "Locality/City:" -msgstr "Localidad/Ciudad:" - -#: ../../mod/profiles.php:606 -msgid "Postal/Zip Code:" -msgstr "Código postal:" - -#: ../../mod/profiles.php:607 -msgid "Country:" -msgstr "País" - -#: ../../mod/profiles.php:608 -msgid "Region/State:" -msgstr "Región/Estado:" - -#: ../../mod/profiles.php:609 -msgid " Marital Status:" -msgstr " Estado civil:" - -#: ../../mod/profiles.php:610 -msgid "Who: (if applicable)" -msgstr "¿Quién? (si es aplicable)" - -#: ../../mod/profiles.php:611 -msgid "Examples: cathy123, Cathy Williams, cathy@example.com" -msgstr "Ejemplos: cathy123, Cathy Williams, cathy@example.com" - -#: ../../mod/profiles.php:612 -msgid "Since [date]:" -msgstr "Desde [fecha]:" - -#: ../../mod/profiles.php:613 ../../include/profile_advanced.php:46 -msgid "Sexual Preference:" -msgstr "Preferencia sexual:" - -#: ../../mod/profiles.php:614 -msgid "Homepage URL:" -msgstr "Dirección de tu página:" - -#: ../../mod/profiles.php:615 ../../include/profile_advanced.php:50 -msgid "Hometown:" -msgstr "Ciudad de origen:" - -#: ../../mod/profiles.php:616 ../../include/profile_advanced.php:54 -msgid "Political Views:" -msgstr "Ideas políticas:" - -#: ../../mod/profiles.php:617 -msgid "Religious Views:" -msgstr "Creencias religiosas:" - -#: ../../mod/profiles.php:618 -msgid "Public Keywords:" -msgstr "Palabras clave públicas:" - -#: ../../mod/profiles.php:619 -msgid "Private Keywords:" -msgstr "Palabras clave privadas:" - -#: ../../mod/profiles.php:620 ../../include/profile_advanced.php:62 -msgid "Likes:" -msgstr "Me gusta:" - -#: ../../mod/profiles.php:621 ../../include/profile_advanced.php:64 -msgid "Dislikes:" -msgstr "No me gusta:" - -#: ../../mod/profiles.php:622 -msgid "Example: fishing photography software" -msgstr "Ejemplo: pesca fotografía software" - -#: ../../mod/profiles.php:623 -msgid "(Used for suggesting potential friends, can be seen by others)" -msgstr "(Utilizadas para sugerir amigos potenciales, otros pueden verlo)" - -#: ../../mod/profiles.php:624 -msgid "(Used for searching profiles, never shown to others)" -msgstr "(Utilizadas para buscar perfiles, nunca se muestra a otros)" - -#: ../../mod/profiles.php:625 -msgid "Tell us about yourself..." -msgstr "Háblanos sobre ti..." - -#: ../../mod/profiles.php:626 -msgid "Hobbies/Interests" -msgstr "Aficiones/Intereses" - -#: ../../mod/profiles.php:627 -msgid "Contact information and Social Networks" -msgstr "Informacioń de contacto y Redes sociales" - -#: ../../mod/profiles.php:628 -msgid "Musical interests" -msgstr "Gustos musicales" - -#: ../../mod/profiles.php:629 -msgid "Books, literature" -msgstr "Libros, literatura" - -#: ../../mod/profiles.php:630 -msgid "Television" -msgstr "Televisión" - -#: ../../mod/profiles.php:631 -msgid "Film/dance/culture/entertainment" -msgstr "Películas/baile/cultura/entretenimiento" - -#: ../../mod/profiles.php:632 -msgid "Love/romance" -msgstr "Amor/Romance" - -#: ../../mod/profiles.php:633 -msgid "Work/employment" -msgstr "Trabajo/ocupación" - -#: ../../mod/profiles.php:634 -msgid "School/education" -msgstr "Escuela/estudios" - -#: ../../mod/profiles.php:639 -msgid "" -"This is your public profile.
It may " -"be visible to anybody using the internet." -msgstr "Éste es tu perfil público.
Puede ser visto por cualquier usuario de internet." - -#: ../../mod/profiles.php:649 ../../mod/directory.php:111 -msgid "Age: " -msgstr "Edad: " - -#: ../../mod/profiles.php:688 -msgid "Edit/Manage Profiles" -msgstr "Editar/Administrar perfiles" - -#: ../../mod/profiles.php:689 ../../boot.php:1203 -msgid "Change profile photo" -msgstr "Cambiar foto del perfil" - -#: ../../mod/profiles.php:690 ../../boot.php:1204 -msgid "Create New Profile" -msgstr "Crear nuevo perfil" - -#: ../../mod/profiles.php:701 ../../boot.php:1214 -msgid "Profile Image" -msgstr "Imagen del Perfil" - -#: ../../mod/profiles.php:703 ../../boot.php:1217 -msgid "visible to everybody" -msgstr "Visible para todos" - -#: ../../mod/profiles.php:704 ../../boot.php:1218 -msgid "Edit visibility" -msgstr "Editar visibilidad" - -#: ../../mod/filer.php:29 ../../include/conversation.php:898 -#: ../../include/conversation.php:915 -msgid "Save to Folder:" -msgstr "Guardar en directorio:" - -#: ../../mod/filer.php:29 -msgid "- select -" -msgstr "- seleccionar -" - -#: ../../mod/tagger.php:95 ../../include/conversation.php:265 +#: ../../mod/notifications.php:288 ../../mod/notifications.php:413 +#: ../../mod/notifications.php:501 #, php-format -msgid "%1$s tagged %2$s's %3$s with %4$s" -msgstr "%1$s ha etiquetado el %3$s de %2$s con %4$s" +msgid "%s commented on %s's post" +msgstr "%s comentó la publicación de %s" -#: ../../mod/delegate.php:95 -msgid "No potential page delegates located." -msgstr "No se han localizado delegados potenciales de la página." +#: ../../mod/notifications.php:302 +msgid "No more network notifications." +msgstr "No hay más notificaciones de red." -#: ../../mod/delegate.php:121 -msgid "Delegate Page Management" -msgstr "Delegar la administración de la página" +#: ../../mod/notifications.php:306 +msgid "Network Notifications" +msgstr "Notificaciones de Red" -#: ../../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 "Los delegados tienen la capacidad de gestionar todos los aspectos de esta cuenta/página, excepto los ajustes básicos de la cuenta. Por favor, no delegues tu cuenta personal a nadie en quien no confíes completamente." +#: ../../mod/notifications.php:427 +msgid "No more personal notifications." +msgstr "No hay más notificaciones personales." -#: ../../mod/delegate.php:124 -msgid "Existing Page Managers" -msgstr "Administradores actuales de la página" +#: ../../mod/notifications.php:431 +msgid "Personal Notifications" +msgstr "Notificaciones personales" -#: ../../mod/delegate.php:126 -msgid "Existing Page Delegates" -msgstr "Delegados actuales de la página" +#: ../../mod/notifications.php:508 +msgid "No more home notifications." +msgstr "No hay más notificaciones de inicio." -#: ../../mod/delegate.php:128 -msgid "Potential Delegates" -msgstr "Delegados potenciales" +#: ../../mod/notifications.php:512 +msgid "Home Notifications" +msgstr "Notificaciones de Inicio" -#: ../../mod/delegate.php:131 -msgid "Add" -msgstr "Añadir" +#: ../../mod/invite.php:27 +msgid "Total invitation limit exceeded." +msgstr "Límite total de invitaciones excedido." -#: ../../mod/delegate.php:132 -msgid "No entries." -msgstr "Sin entradas." - -#: ../../mod/babel.php:17 -msgid "Source (bbcode) text:" -msgstr "Texto fuente (bbcode):" - -#: ../../mod/babel.php:23 -msgid "Source (Diaspora) text to convert to BBcode:" -msgstr "Fuente (Diaspora) para pasar a BBcode:" - -#: ../../mod/babel.php:31 -msgid "Source input: " -msgstr "Entrada: " - -#: ../../mod/babel.php:35 -msgid "bb2html: " -msgstr "bb2html: " - -#: ../../mod/babel.php:39 -msgid "bb2html2bb: " -msgstr "bb2html2bb: " - -#: ../../mod/babel.php:43 -msgid "bb2md: " -msgstr "bb2md: " - -#: ../../mod/babel.php:47 -msgid "bb2md2html: " -msgstr "bb2md2html: " - -#: ../../mod/babel.php:51 -msgid "bb2dia2bb: " -msgstr "bb2dia2bb: " - -#: ../../mod/babel.php:55 -msgid "bb2md2html2bb: " -msgstr "bb2md2html2bb: " - -#: ../../mod/babel.php:65 -msgid "Source input (Diaspora format): " -msgstr "Fuente (formato Diaspora): " - -#: ../../mod/babel.php:70 -msgid "diaspora2bb: " -msgstr "diaspora2bb: " - -#: ../../mod/suggest.php:38 ../../view/theme/diabook/theme.php:513 -#: ../../include/contact_widgets.php:34 -msgid "Friend Suggestions" -msgstr "Sugerencias de amigos" - -#: ../../mod/suggest.php:44 -msgid "" -"No suggestions available. If this is a new site, please try again in 24 " -"hours." -msgstr "No hay sugerencias disponibles. Si el sitio web es nuevo inténtalo de nuevo dentro de 24 horas." - -#: ../../mod/suggest.php:61 -msgid "Ignore/Hide" -msgstr "Ignorar/Ocultar" - -#: ../../mod/directory.php:49 ../../view/theme/diabook/theme.php:511 -msgid "Global Directory" -msgstr "Directorio global" - -#: ../../mod/directory.php:57 -msgid "Find on this site" -msgstr "Buscar en este sitio" - -#: ../../mod/directory.php:60 -msgid "Site Directory" -msgstr "Directorio del sitio" - -#: ../../mod/directory.php:114 -msgid "Gender: " -msgstr "Género:" - -#: ../../mod/directory.php:136 ../../include/profile_advanced.php:17 -#: ../../boot.php:1239 -msgid "Gender:" -msgstr "Género:" - -#: ../../mod/directory.php:138 ../../include/profile_advanced.php:37 -#: ../../boot.php:1242 -msgid "Status:" -msgstr "Estado:" - -#: ../../mod/directory.php:140 ../../include/profile_advanced.php:48 -#: ../../boot.php:1244 -msgid "Homepage:" -msgstr "Página de inicio:" - -#: ../../mod/directory.php:142 ../../include/profile_advanced.php:58 -msgid "About:" -msgstr "Acerca de:" - -#: ../../mod/directory.php:180 -msgid "No entries (some entries may be hidden)." -msgstr "Sin entradas (algunas pueden que estén ocultas)." - -#: ../../mod/invite.php:35 +#: ../../mod/invite.php:49 #, php-format msgid "%s : Not a valid email address." msgstr "%s : No es una dirección de correo válida." -#: ../../mod/invite.php:59 +#: ../../mod/invite.php:73 msgid "Please join us on Friendica" msgstr "Únete a nosotros en Friendica" -#: ../../mod/invite.php:69 +#: ../../mod/invite.php:84 +msgid "Invitation limit exceeded. Please contact your site administrator." +msgstr "Límite de invitaciones sobrepasado. Contacta con el administrador del sitio." + +#: ../../mod/invite.php:89 #, php-format msgid "%s : Message delivery failed." msgstr "%s : Ha fallado la entrega del mensaje." -#: ../../mod/invite.php:73 +#: ../../mod/invite.php:93 #, php-format msgid "%d message sent." msgid_plural "%d messages sent." msgstr[0] "%d mensaje enviado." msgstr[1] "%d mensajes enviados." -#: ../../mod/invite.php:92 +#: ../../mod/invite.php:112 msgid "You have no more invitations available" msgstr "No tienes más invitaciones disponibles" -#: ../../mod/invite.php:100 +#: ../../mod/invite.php:120 #, php-format msgid "" "Visit %s for a list of public sites that you can join. Friendica members on " @@ -4705,14 +5552,14 @@ msgid "" " other social networks." msgstr "Visita %s para ver una lista de servidores públicos donde puedes darte de alta. Los miembros de otros servidores de Friendica pueden conectarse entre ellos, así como con miembros de otras redes sociales diferentes." -#: ../../mod/invite.php:102 +#: ../../mod/invite.php:122 #, php-format msgid "" "To accept this invitation, please visit and register at %s or any other " "public Friendica website." msgstr "Para aceptar la invitación visita y regístrate en %s o en cualquier otro servidor público de Friendica." -#: ../../mod/invite.php:103 +#: ../../mod/invite.php:123 #, php-format msgid "" "Friendica sites all inter-connect to create a huge privacy-enhanced social " @@ -4721,3046 +5568,1088 @@ msgid "" "sites you can join." msgstr "Los servidores de Friendica están interconectados para crear una enorme red social centrada en la privacidad y controlada por sus miembros. También se puede conectar con muchas redes sociales tradicionales. Mira en %s para poder ver un listado de servidores alternativos de Friendica donde puedes darte de alta." -#: ../../mod/invite.php:106 +#: ../../mod/invite.php:126 msgid "" "Our apologies. This system is not currently configured to connect with other" " public sites or invite members." msgstr "Discúlpanos. Este sistema no está configurado actualmente para conectar con otros servidores públicos o invitar nuevos miembros." -#: ../../mod/invite.php:111 +#: ../../mod/invite.php:132 msgid "Send invitations" msgstr "Enviar invitaciones" -#: ../../mod/invite.php:112 +#: ../../mod/invite.php:133 msgid "Enter email addresses, one per line:" msgstr "Introduce las direcciones de correo, una por línea:" -#: ../../mod/invite.php:114 +#: ../../mod/invite.php:135 msgid "" "You are cordially invited to join me and other close friends on Friendica - " "and help us to create a better social web." msgstr "Estás cordialmente invitado a unirte a mi y a otros amigos en Friendica, creemos juntos una red social mejor." -#: ../../mod/invite.php:116 +#: ../../mod/invite.php:137 msgid "You will need to supply this invitation code: $invite_code" msgstr "Tienes que proporcionar el siguiente código: $invite_code" -#: ../../mod/invite.php:116 +#: ../../mod/invite.php:137 msgid "" "Once you have registered, please connect with me via my profile page at:" msgstr "Una vez registrado, por favor contacta conmigo a través de mi página de perfil en:" -#: ../../mod/invite.php:118 +#: ../../mod/invite.php:139 msgid "" "For more information about the Friendica project and why we feel it is " "important, please visit http://friendica.com" msgstr "Para más información sobre el Proyecto Friendica y sobre por qué pensamos que es algo importante, visita http://friendica.com" -#: ../../mod/dfrn_confirm.php:119 +#: ../../mod/manage.php:106 +msgid "Manage Identities and/or Pages" +msgstr "Administrar identidades y/o páginas" + +#: ../../mod/manage.php:107 msgid "" -"This may occasionally happen if contact was requested by both persons and it" -" has already been approved." -msgstr "Esto puede ocurrir a veces si la conexión fue solicitada por ambas personas y ya hubiera sido aprobada." +"Toggle between different identities or community/group pages which share " +"your account details or which you have been granted \"manage\" permissions" +msgstr "Cambia entre diferentes identidades o páginas de Comunidad/Grupos que comparten los detalles de tu cuenta o sobre los que tienes permisos para administrar" -#: ../../mod/dfrn_confirm.php:237 -msgid "Response from remote site was not understood." -msgstr "La respuesta desde el sitio remoto no ha sido entendida." +#: ../../mod/manage.php:108 +msgid "Select an identity to manage: " +msgstr "Selecciona una identidad a gestionar:" -#: ../../mod/dfrn_confirm.php:246 -msgid "Unexpected response from remote site: " -msgstr "Respuesta inesperada desde el sitio remoto: " - -#: ../../mod/dfrn_confirm.php:254 -msgid "Confirmation completed successfully." -msgstr "Confirmación completada con éxito." - -#: ../../mod/dfrn_confirm.php:256 ../../mod/dfrn_confirm.php:270 -#: ../../mod/dfrn_confirm.php:277 -msgid "Remote site reported: " -msgstr "El sito remoto informó: " - -#: ../../mod/dfrn_confirm.php:268 -msgid "Temporary failure. Please wait and try again." -msgstr "Error temporal. Por favor, espere y vuelva a intentarlo." - -#: ../../mod/dfrn_confirm.php:275 -msgid "Introduction failed or was revoked." -msgstr "La presentación ha fallado o ha sido anulada." - -#: ../../mod/dfrn_confirm.php:420 -msgid "Unable to set contact photo." -msgstr "Imposible establecer la foto del contacto." - -#: ../../mod/dfrn_confirm.php:477 ../../include/diaspora.php:619 -#: ../../include/conversation.php:171 +#: ../../mod/home.php:34 #, php-format -msgid "%1$s is now friends with %2$s" -msgstr "%1$s ahora es amigo de %2$s" +msgid "Welcome to %s" +msgstr "Bienvenido a %s" -#: ../../mod/dfrn_confirm.php:562 +#: ../../mod/allfriends.php:34 #, php-format -msgid "No user record found for '%s' " -msgstr "No se ha encontrado a ningún '%s' " +msgid "Friends of %s" +msgstr "Amigos de %s" -#: ../../mod/dfrn_confirm.php:572 -msgid "Our site encryption key is apparently messed up." -msgstr "Nuestra clave de cifrado del sitio es aparentemente un lío." +#: ../../mod/allfriends.php:40 +msgid "No friends to display." +msgstr "No hay amigos para mostrar." -#: ../../mod/dfrn_confirm.php:583 -msgid "Empty site URL was provided or URL could not be decrypted by us." -msgstr "Se ha proporcionado una dirección vacía o no hemos podido descifrarla." +#: ../../include/contact_widgets.php:6 +msgid "Add New Contact" +msgstr "Añadir nuevo contacto" -#: ../../mod/dfrn_confirm.php:604 -msgid "Contact record was not found for you on our site." -msgstr "El contacto no se ha encontrado en nuestra base de datos." +#: ../../include/contact_widgets.php:7 +msgid "Enter address or web location" +msgstr "Escribe la dirección o página web" -#: ../../mod/dfrn_confirm.php:618 +#: ../../include/contact_widgets.php:8 +msgid "Example: bob@example.com, http://example.com/barbara" +msgstr "Ejemplo: miguel@ejemplo.com, http://ejemplo.com/miguel" + +#: ../../include/contact_widgets.php:23 #, php-format -msgid "Site public key not available in contact record for URL %s." -msgstr "La clave pública del sitio no está disponible en los datos del contacto para %s." - -#: ../../mod/dfrn_confirm.php:638 -msgid "" -"The ID provided by your system is a duplicate on our system. It should work " -"if you try again." -msgstr "La identificación proporcionada por el sistema es un duplicado de nuestro sistema. Debería funcionar si lo intentas de nuevo." - -#: ../../mod/dfrn_confirm.php:649 -msgid "Unable to set your contact credentials on our system." -msgstr "No se puede establecer las credenciales de tu contacto en nuestro sistema." - -#: ../../mod/dfrn_confirm.php:716 -msgid "Unable to update your contact profile details on our system" -msgstr "No se puede actualizar los datos de tu perfil de contacto en nuestro sistema" - -#: ../../mod/dfrn_confirm.php:750 -#, php-format -msgid "Connection accepted at %s" -msgstr "Conexión aceptada en %s" - -#: ../../mod/dfrn_confirm.php:799 -#, php-format -msgid "%1$s has joined %2$s" -msgstr "%1$s se ha unido a %2$s" - -#: ../../addon/fromgplus/fromgplus.php:29 -#: ../../addon.old/fromgplus/fromgplus.php:29 -msgid "Google+ Import Settings" -msgstr "Configuración de la importación de Google+" - -#: ../../addon/fromgplus/fromgplus.php:32 -#: ../../addon.old/fromgplus/fromgplus.php:32 -msgid "Enable Google+ Import" -msgstr "Habilitar la importación de Google+" - -#: ../../addon/fromgplus/fromgplus.php:35 -#: ../../addon.old/fromgplus/fromgplus.php:35 -msgid "Google Account ID" -msgstr "ID de la cuenta de Google" - -#: ../../addon/fromgplus/fromgplus.php:55 -#: ../../addon.old/fromgplus/fromgplus.php:55 -msgid "Google+ Import Settings saved." -msgstr "Configuración de la importación de Google+ guardada." - -#: ../../addon/facebook/facebook.php:523 -#: ../../addon.old/facebook/facebook.php:523 -msgid "Facebook disabled" -msgstr "Facebook deshabilitado" - -#: ../../addon/facebook/facebook.php:528 -#: ../../addon.old/facebook/facebook.php:528 -msgid "Updating contacts" -msgstr "Actualizando contactos" - -#: ../../addon/facebook/facebook.php:551 ../../addon/fbpost/fbpost.php:192 -#: ../../addon.old/facebook/facebook.php:551 -#: ../../addon.old/fbpost/fbpost.php:192 -msgid "Facebook API key is missing." -msgstr "Falta la clave API de Facebook." - -#: ../../addon/facebook/facebook.php:558 -#: ../../addon.old/facebook/facebook.php:558 -msgid "Facebook Connect" -msgstr "Conexión con Facebook" - -#: ../../addon/facebook/facebook.php:564 -#: ../../addon.old/facebook/facebook.php:564 -msgid "Install Facebook connector for this account." -msgstr "Instalar el conector de Facebook para esta cuenta." - -#: ../../addon/facebook/facebook.php:571 -#: ../../addon.old/facebook/facebook.php:571 -msgid "Remove Facebook connector" -msgstr "Eliminar el conector de Facebook" - -#: ../../addon/facebook/facebook.php:576 ../../addon/fbpost/fbpost.php:217 -#: ../../addon.old/facebook/facebook.php:576 -#: ../../addon.old/fbpost/fbpost.php:217 -msgid "" -"Re-authenticate [This is necessary whenever your Facebook password is " -"changed.]" -msgstr "Volver a identificarse [Esto es necesario cada vez que tu contraseña de Facebook cambie.]" - -#: ../../addon/facebook/facebook.php:583 ../../addon/fbpost/fbpost.php:224 -#: ../../addon.old/facebook/facebook.php:583 -#: ../../addon.old/fbpost/fbpost.php:224 -msgid "Post to Facebook by default" -msgstr "Publicar en Facebook de forma predeterminada" - -#: ../../addon/facebook/facebook.php:589 -#: ../../addon.old/facebook/facebook.php:589 -msgid "" -"Facebook friend linking has been disabled on this site. The following " -"settings will have no effect." -msgstr "El enlace con los contactos de Facebook ha sido desactivado en este servidor. La configuración no tendrá efecto alguno." - -#: ../../addon/facebook/facebook.php:593 -#: ../../addon.old/facebook/facebook.php:593 -msgid "" -"Facebook friend linking has been disabled on this site. If you disable it, " -"you will be unable to re-enable it." -msgstr "El enlace con los contactos de Facebook ha sido desactivado en este servidor. Si se desactiva no podrá volver a reactivarse." - -#: ../../addon/facebook/facebook.php:596 -#: ../../addon.old/facebook/facebook.php:596 -msgid "Link all your Facebook friends and conversations on this website" -msgstr "Vincula a todos tus amigos de Facebook y las conversaciones con este sitio" - -#: ../../addon/facebook/facebook.php:598 -#: ../../addon.old/facebook/facebook.php:598 -msgid "" -"Facebook conversations consist of your profile wall and your friend" -" stream." -msgstr "Las conversaciones de Facebook consisten en tu muro, tu perfil y las publicaciones de tus amigos." - -#: ../../addon/facebook/facebook.php:599 -#: ../../addon.old/facebook/facebook.php:599 -msgid "On this website, your Facebook friend stream is only visible to you." -msgstr "En esta página las publicaciones de tus amigos de Facebook solo son visibles para ti." - -#: ../../addon/facebook/facebook.php:600 -#: ../../addon.old/facebook/facebook.php:600 -msgid "" -"The following settings determine the privacy of your Facebook profile wall " -"on this website." -msgstr "La siguiente configuración determina la privacidad del muro de tu perfil de Facebook en este sitio." - -#: ../../addon/facebook/facebook.php:604 -#: ../../addon.old/facebook/facebook.php:604 -msgid "" -"On this website your Facebook profile wall conversations will only be " -"visible to you" -msgstr "En este sitio las publicaciones del muro de Facebook solo son visibles para ti" - -#: ../../addon/facebook/facebook.php:609 -#: ../../addon.old/facebook/facebook.php:609 -msgid "Do not import your Facebook profile wall conversations" -msgstr "No importar las conversaciones de tu muro de Facebook" - -#: ../../addon/facebook/facebook.php:611 -#: ../../addon.old/facebook/facebook.php:611 -msgid "" -"If you choose to link conversations and leave both of these boxes unchecked," -" your Facebook profile wall will be merged with your profile wall on this " -"website and your privacy settings on this website will be used to determine " -"who may see the conversations." -msgstr "Si decides conectar las conversaciones y dejar ambas casillas sin marcar, el muro de tu perfil de Facebook se fusionará con el muro de tu perfil en este sitio y la configuración de privacidad en este sitio será utilizada para determinar quién puede ver las conversaciones." - -#: ../../addon/facebook/facebook.php:616 -#: ../../addon.old/facebook/facebook.php:616 -msgid "Comma separated applications to ignore" -msgstr "Aplicaciones a ignorar separadas por comas" - -#: ../../addon/facebook/facebook.php:700 -#: ../../addon.old/facebook/facebook.php:700 -msgid "Problems with Facebook Real-Time Updates" -msgstr "Hay problemas con las actualizaciones en tiempo real de Facebook" - -#: ../../addon/facebook/facebook.php:729 -#: ../../addon.old/facebook/facebook.php:729 -msgid "Facebook Connector Settings" -msgstr "Configuración de conexión a Facebook" - -#: ../../addon/facebook/facebook.php:744 ../../addon/fbpost/fbpost.php:255 -#: ../../addon.old/facebook/facebook.php:744 -#: ../../addon.old/fbpost/fbpost.php:255 -msgid "Facebook API Key" -msgstr "Llave API de Facebook" - -#: ../../addon/facebook/facebook.php:754 ../../addon/fbpost/fbpost.php:262 -#: ../../addon.old/facebook/facebook.php:754 -#: ../../addon.old/fbpost/fbpost.php:262 -msgid "" -"Error: it appears that you have specified the App-ID and -Secret in your " -".htconfig.php file. As long as they are specified there, they cannot be set " -"using this form.

" -msgstr "Error: parece que la App-ID y el -Secret ya están configurados en tu archivo .htconfig.php. Al estar configurados allí, no se usará este formulario.

" - -#: ../../addon/facebook/facebook.php:759 -#: ../../addon.old/facebook/facebook.php:759 -msgid "" -"Error: the given API Key seems to be incorrect (the application access token" -" could not be retrieved)." -msgstr "Error: la llave API proporcionada parece incorrecta (no se pudo recuperar la ficha de acceso a la aplicación)." - -#: ../../addon/facebook/facebook.php:761 -#: ../../addon.old/facebook/facebook.php:761 -msgid "The given API Key seems to work correctly." -msgstr "La Llave API proporcionada parece funcionar correctamente." - -#: ../../addon/facebook/facebook.php:763 -#: ../../addon.old/facebook/facebook.php:763 -msgid "" -"The correctness of the API Key could not be detected. Something strange's " -"going on." -msgstr "No se ha podido detectar una llave API correcta. Algo raro está pasando." - -#: ../../addon/facebook/facebook.php:766 ../../addon/fbpost/fbpost.php:264 -#: ../../addon.old/facebook/facebook.php:766 -#: ../../addon.old/fbpost/fbpost.php:264 -msgid "App-ID / API-Key" -msgstr "Añadir ID / Llave API" - -#: ../../addon/facebook/facebook.php:767 ../../addon/fbpost/fbpost.php:265 -#: ../../addon.old/facebook/facebook.php:767 -#: ../../addon.old/fbpost/fbpost.php:265 -msgid "Application secret" -msgstr "Secreto de la aplicación" - -#: ../../addon/facebook/facebook.php:768 -#: ../../addon.old/facebook/facebook.php:768 -#, php-format -msgid "Polling Interval in minutes (minimum %1$s minutes)" -msgstr "Intervalo del sondeo en minutos (mínimo %1$s minutos)" - -#: ../../addon/facebook/facebook.php:769 -#: ../../addon.old/facebook/facebook.php:769 -msgid "" -"Synchronize comments (no comments on Facebook are missed, at the cost of " -"increased system load)" -msgstr "Sincronizar comentarios (no se perderán comentarios de Facebook, pero se incrementará la carga del sistema)" - -#: ../../addon/facebook/facebook.php:773 -#: ../../addon.old/facebook/facebook.php:773 -msgid "Real-Time Updates" -msgstr "Actualizaciones en tiempo real" - -#: ../../addon/facebook/facebook.php:777 -#: ../../addon.old/facebook/facebook.php:777 -msgid "Real-Time Updates are activated." -msgstr "Actualizaciones en tiempo real activada." - -#: ../../addon/facebook/facebook.php:778 -#: ../../addon.old/facebook/facebook.php:778 -msgid "Deactivate Real-Time Updates" -msgstr "Desactivar actualizaciones en tiempo real" - -#: ../../addon/facebook/facebook.php:780 -#: ../../addon.old/facebook/facebook.php:780 -msgid "Real-Time Updates not activated." -msgstr "Actualizaciones en tiempo real desactivada." - -#: ../../addon/facebook/facebook.php:780 -#: ../../addon.old/facebook/facebook.php:780 -msgid "Activate Real-Time Updates" -msgstr "Activar actualizaciones en tiempo real" - -#: ../../addon/facebook/facebook.php:799 ../../addon/fbpost/fbpost.php:282 -#: ../../addon/dav/friendica/layout.fnk.php:361 -#: ../../addon.old/facebook/facebook.php:799 -#: ../../addon.old/fbpost/fbpost.php:282 -#: ../../addon.old/dav/friendica/layout.fnk.php:361 -msgid "The new values have been saved." -msgstr "Los nuevos valores se han guardado." - -#: ../../addon/facebook/facebook.php:823 ../../addon/fbpost/fbpost.php:301 -#: ../../addon.old/facebook/facebook.php:823 -#: ../../addon.old/fbpost/fbpost.php:301 -msgid "Post to Facebook" -msgstr "Publicar en Facebook" - -#: ../../addon/facebook/facebook.php:921 ../../addon/fbpost/fbpost.php:399 -#: ../../addon.old/facebook/facebook.php:921 -#: ../../addon.old/fbpost/fbpost.php:399 -msgid "" -"Post to Facebook cancelled because of multi-network access permission " -"conflict." -msgstr "Publicación en Facebook cancelada debido a un conflicto con los permisos de acceso a la multi-red." - -#: ../../addon/facebook/facebook.php:1149 ../../addon/fbpost/fbpost.php:610 -#: ../../addon.old/facebook/facebook.php:1149 -#: ../../addon.old/fbpost/fbpost.php:610 -msgid "View on Friendica" -msgstr "Ver en Friendica" - -#: ../../addon/facebook/facebook.php:1182 ../../addon/fbpost/fbpost.php:643 -#: ../../addon.old/facebook/facebook.php:1182 -#: ../../addon.old/fbpost/fbpost.php:643 -msgid "Facebook post failed. Queued for retry." -msgstr "Publicación en Facebook errónea. Reintentando..." - -#: ../../addon/facebook/facebook.php:1222 ../../addon/fbpost/fbpost.php:683 -#: ../../addon.old/facebook/facebook.php:1222 -#: ../../addon.old/fbpost/fbpost.php:683 -msgid "Your Facebook connection became invalid. Please Re-authenticate." -msgstr "Tu conexión con Facebook ha sido invalidada. Por favor vuelve a identificarte." - -#: ../../addon/facebook/facebook.php:1223 ../../addon/fbpost/fbpost.php:684 -#: ../../addon.old/facebook/facebook.php:1223 -#: ../../addon.old/fbpost/fbpost.php:684 -msgid "Facebook connection became invalid" -msgstr "La conexión con Facebook ha sido invalidada" - -#: ../../addon/facebook/facebook.php:1224 ../../addon/fbpost/fbpost.php:685 -#: ../../addon.old/facebook/facebook.php:1224 -#: ../../addon.old/fbpost/fbpost.php:685 -#, php-format -msgid "" -"Hi %1$s,\n" -"\n" -"The connection between your accounts on %2$s and Facebook became invalid. This usually happens after you change your Facebook-password. To enable the connection again, you have to %3$sre-authenticate the Facebook-connector%4$s." -msgstr "Hola %1$s,\n\nLa conexión entre tu cuenta de %2$s y Facebook se ha roto. Normalmente esto suele ocurrir si has cambiado tu contraseña de Facebook. Para volver a establecerla, tienes que %3$sidentificarte de nuevo en el conector de Facebook%4$s." - -#: ../../addon/snautofollow/snautofollow.php:32 -#: ../../addon.old/snautofollow/snautofollow.php:32 -msgid "StatusNet AutoFollow settings updated." -msgstr "Configuración para seguir automáticamente en StatusNet actualizada." - -#: ../../addon/snautofollow/snautofollow.php:56 -#: ../../addon.old/snautofollow/snautofollow.php:56 -msgid "StatusNet AutoFollow Settings" -msgstr "Configuración para el seguimiento automático en StatusNet" - -#: ../../addon/snautofollow/snautofollow.php:58 -#: ../../addon.old/snautofollow/snautofollow.php:58 -msgid "Automatically follow any StatusNet followers/mentioners" -msgstr "Seguir automáticamente a cualquiera que me siga/mencione en StatusNet" - -#: ../../addon/privacy_image_cache/privacy_image_cache.php:260 -#: ../../addon.old/privacy_image_cache/privacy_image_cache.php:260 -msgid "Lifetime of the cache (in hours)" -msgstr "Vida útil de la caché (en horas)" - -#: ../../addon/privacy_image_cache/privacy_image_cache.php:265 -#: ../../addon.old/privacy_image_cache/privacy_image_cache.php:265 -msgid "Cache Statistics" -msgstr "Estadísticas de la caché" - -#: ../../addon/privacy_image_cache/privacy_image_cache.php:268 -#: ../../addon.old/privacy_image_cache/privacy_image_cache.php:268 -msgid "Number of items" -msgstr "Número de ítems" - -#: ../../addon/privacy_image_cache/privacy_image_cache.php:270 -#: ../../addon.old/privacy_image_cache/privacy_image_cache.php:270 -msgid "Size of the cache" -msgstr "Tamaño de la caché" - -#: ../../addon/privacy_image_cache/privacy_image_cache.php:272 -#: ../../addon.old/privacy_image_cache/privacy_image_cache.php:272 -msgid "Delete the whole cache" -msgstr "Borrar toda la caché" - -#: ../../addon/fbpost/fbpost.php:172 ../../addon.old/fbpost/fbpost.php:172 -msgid "Facebook Post disabled" -msgstr "Facebook deshabilitado" - -#: ../../addon/fbpost/fbpost.php:199 ../../addon.old/fbpost/fbpost.php:199 -msgid "Facebook Post" -msgstr "Facebook" - -#: ../../addon/fbpost/fbpost.php:205 ../../addon.old/fbpost/fbpost.php:205 -msgid "Install Facebook Post connector for this account." -msgstr "Instalar el conector de Facebook para esta cuenta." - -#: ../../addon/fbpost/fbpost.php:212 ../../addon.old/fbpost/fbpost.php:212 -msgid "Remove Facebook Post connector" -msgstr "Eliminar el conector de Facebook" - -#: ../../addon/fbpost/fbpost.php:240 ../../addon.old/fbpost/fbpost.php:240 -msgid "Facebook Post Settings" -msgstr "Configuración de conexión a Facebook" - -#: ../../addon/widgets/widget_like.php:58 -#: ../../addon.old/widgets/widget_like.php:58 -#, php-format -msgid "%d person likes this" -msgid_plural "%d people like this" -msgstr[0] "a %d persona le gusta esto" -msgstr[1] "a %d personas les gusta esto" - -#: ../../addon/widgets/widget_like.php:61 -#: ../../addon.old/widgets/widget_like.php:61 -#, php-format -msgid "%d person doesn't like this" -msgid_plural "%d people don't like this" -msgstr[0] "a %d persona no le gusta esto" -msgstr[1] "a %d personas no les gusta esto" - -#: ../../addon/widgets/widget_friendheader.php:40 -#: ../../addon.old/widgets/widget_friendheader.php:40 -msgid "Get added to this list!" -msgstr "¡Añadido a la lista!" - -#: ../../addon/widgets/widgets.php:56 ../../addon.old/widgets/widgets.php:56 -msgid "Generate new key" -msgstr "Generar clave nueva" - -#: ../../addon/widgets/widgets.php:59 ../../addon.old/widgets/widgets.php:59 -msgid "Widgets key" -msgstr "Clave de aplicaciones" - -#: ../../addon/widgets/widgets.php:61 ../../addon.old/widgets/widgets.php:61 -msgid "Widgets available" -msgstr "Aplicaciones disponibles" - -#: ../../addon/widgets/widget_friends.php:40 -#: ../../addon.old/widgets/widget_friends.php:40 -msgid "Connect on Friendica!" -msgstr "¡Conéctate en Friendica!" - -#: ../../addon/morepokes/morepokes.php:19 -#: ../../addon.old/morepokes/morepokes.php:19 -msgid "bitchslap" -msgstr "abofetear fuerte" - -#: ../../addon/morepokes/morepokes.php:19 -#: ../../addon.old/morepokes/morepokes.php:19 -msgid "bitchslapped" -msgstr "abofeteó fuertemente a" - -#: ../../addon/morepokes/morepokes.php:20 -#: ../../addon.old/morepokes/morepokes.php:20 -msgid "shag" -msgstr "picar" - -#: ../../addon/morepokes/morepokes.php:20 -#: ../../addon.old/morepokes/morepokes.php:20 -msgid "shagged" -msgstr "picó a" - -#: ../../addon/morepokes/morepokes.php:21 -#: ../../addon.old/morepokes/morepokes.php:21 -msgid "do something obscenely biological to" -msgstr "hacer algo obsceno y biológico a" - -#: ../../addon/morepokes/morepokes.php:21 -#: ../../addon.old/morepokes/morepokes.php:21 -msgid "did something obscenely biological to" -msgstr "hizo algo obsceno y biológico a" - -#: ../../addon/morepokes/morepokes.php:22 -#: ../../addon.old/morepokes/morepokes.php:22 -msgid "point out the poke feature to" -msgstr "señalar la habilidad de toques a" - -#: ../../addon/morepokes/morepokes.php:22 -#: ../../addon.old/morepokes/morepokes.php:22 -msgid "pointed out the poke feature to" -msgstr "señaló la habilidad de toques a" - -#: ../../addon/morepokes/morepokes.php:23 -#: ../../addon.old/morepokes/morepokes.php:23 -msgid "declare undying love for" -msgstr "declarar amor incondicional a" - -#: ../../addon/morepokes/morepokes.php:23 -#: ../../addon.old/morepokes/morepokes.php:23 -msgid "declared undying love for" -msgstr "declaró amor incondicional a" - -#: ../../addon/morepokes/morepokes.php:24 -#: ../../addon.old/morepokes/morepokes.php:24 -msgid "patent" -msgstr "patentar" - -#: ../../addon/morepokes/morepokes.php:24 -#: ../../addon.old/morepokes/morepokes.php:24 -msgid "patented" -msgstr "patentó" - -#: ../../addon/morepokes/morepokes.php:25 -#: ../../addon.old/morepokes/morepokes.php:25 -msgid "stroke beard" -msgstr "acariciar barba" - -#: ../../addon/morepokes/morepokes.php:25 -#: ../../addon.old/morepokes/morepokes.php:25 -msgid "stroked their beard at" -msgstr "acarició su barba a" - -#: ../../addon/morepokes/morepokes.php:26 -#: ../../addon.old/morepokes/morepokes.php:26 -msgid "" -"bemoan the declining standards of modern secondary and tertiary education to" -msgstr "deplorar los bajos estándares de educación secundaria y terciaria moderna a" - -#: ../../addon/morepokes/morepokes.php:26 -#: ../../addon.old/morepokes/morepokes.php:26 -msgid "" -"bemoans the declining standards of modern secondary and tertiary education " -"to" -msgstr "deplora los bajos estándares de educación secundaria y terciaria moderna a" - -#: ../../addon/morepokes/morepokes.php:27 -#: ../../addon.old/morepokes/morepokes.php:27 -msgid "hug" -msgstr "abrazar" - -#: ../../addon/morepokes/morepokes.php:27 -#: ../../addon.old/morepokes/morepokes.php:27 -msgid "hugged" -msgstr "abrazó a" - -#: ../../addon/morepokes/morepokes.php:28 -#: ../../addon.old/morepokes/morepokes.php:28 -msgid "kiss" -msgstr "besar" - -#: ../../addon/morepokes/morepokes.php:28 -#: ../../addon.old/morepokes/morepokes.php:28 -msgid "kissed" -msgstr "besó a" - -#: ../../addon/morepokes/morepokes.php:29 -#: ../../addon.old/morepokes/morepokes.php:29 -msgid "raise eyebrows at" -msgstr "alzar las cejas a" - -#: ../../addon/morepokes/morepokes.php:29 -#: ../../addon.old/morepokes/morepokes.php:29 -msgid "raised their eyebrows at" -msgstr "alzó sus cejas a" - -#: ../../addon/morepokes/morepokes.php:30 -#: ../../addon.old/morepokes/morepokes.php:30 -msgid "insult" -msgstr "insultar" - -#: ../../addon/morepokes/morepokes.php:30 -#: ../../addon.old/morepokes/morepokes.php:30 -msgid "insulted" -msgstr "insultó a" - -#: ../../addon/morepokes/morepokes.php:31 -#: ../../addon.old/morepokes/morepokes.php:31 -msgid "praise" -msgstr "alabar" - -#: ../../addon/morepokes/morepokes.php:31 -#: ../../addon.old/morepokes/morepokes.php:31 -msgid "praised" -msgstr "alabó a" - -#: ../../addon/morepokes/morepokes.php:32 -#: ../../addon.old/morepokes/morepokes.php:32 -msgid "be dubious of" -msgstr "dudar de" - -#: ../../addon/morepokes/morepokes.php:32 -#: ../../addon.old/morepokes/morepokes.php:32 -msgid "was dubious of" -msgstr "dudó de" - -#: ../../addon/morepokes/morepokes.php:33 -#: ../../addon.old/morepokes/morepokes.php:33 -msgid "eat" -msgstr "comer" - -#: ../../addon/morepokes/morepokes.php:33 -#: ../../addon.old/morepokes/morepokes.php:33 -msgid "ate" -msgstr "comió" - -#: ../../addon/morepokes/morepokes.php:34 -#: ../../addon.old/morepokes/morepokes.php:34 -msgid "giggle and fawn at" -msgstr "reír y carcajearse de" - -#: ../../addon/morepokes/morepokes.php:34 -#: ../../addon.old/morepokes/morepokes.php:34 -msgid "giggled and fawned at" -msgstr "rió y se carcajeó de" - -#: ../../addon/morepokes/morepokes.php:35 -#: ../../addon.old/morepokes/morepokes.php:35 -msgid "doubt" -msgstr "dudar" - -#: ../../addon/morepokes/morepokes.php:35 -#: ../../addon.old/morepokes/morepokes.php:35 -msgid "doubted" -msgstr "dudó" - -#: ../../addon/morepokes/morepokes.php:36 -#: ../../addon.old/morepokes/morepokes.php:36 -msgid "glare" -msgstr "mirar fijamente" - -#: ../../addon/morepokes/morepokes.php:36 -#: ../../addon.old/morepokes/morepokes.php:36 -msgid "glared at" -msgstr "miró fijamente a" - -#: ../../addon/yourls/yourls.php:55 ../../addon.old/yourls/yourls.php:55 -msgid "YourLS Settings" -msgstr "Tu configuración LS" - -#: ../../addon/yourls/yourls.php:57 ../../addon.old/yourls/yourls.php:57 -msgid "URL: http://" -msgstr "Dirección: http://" - -#: ../../addon/yourls/yourls.php:62 ../../addon.old/yourls/yourls.php:62 -msgid "Username:" -msgstr "Nombre de Usuario:" - -#: ../../addon/yourls/yourls.php:67 ../../addon.old/yourls/yourls.php:67 -msgid "Password:" -msgstr "Contraseña:" - -#: ../../addon/yourls/yourls.php:72 ../../addon.old/yourls/yourls.php:72 -msgid "Use SSL " -msgstr "Usar SSL " - -#: ../../addon/yourls/yourls.php:92 ../../addon.old/yourls/yourls.php:92 -msgid "yourls Settings saved." -msgstr "La configuración se ha guardado." - -#: ../../addon/ljpost/ljpost.php:39 ../../addon.old/ljpost/ljpost.php:39 -msgid "Post to LiveJournal" -msgstr "Publicar en Livejournal" - -#: ../../addon/ljpost/ljpost.php:70 ../../addon.old/ljpost/ljpost.php:70 -msgid "LiveJournal Post Settings" -msgstr "Configuración de las publicaciones en Livejournal" - -#: ../../addon/ljpost/ljpost.php:72 ../../addon.old/ljpost/ljpost.php:72 -msgid "Enable LiveJournal Post Plugin" -msgstr "Activar el módulo de publicación en Livejournal" - -#: ../../addon/ljpost/ljpost.php:77 ../../addon.old/ljpost/ljpost.php:77 -msgid "LiveJournal username" -msgstr "Nombre de usuario de Livejournal" - -#: ../../addon/ljpost/ljpost.php:82 ../../addon.old/ljpost/ljpost.php:82 -msgid "LiveJournal password" -msgstr "Contraseña de Livejournal" - -#: ../../addon/ljpost/ljpost.php:87 ../../addon.old/ljpost/ljpost.php:87 -msgid "Post to LiveJournal by default" -msgstr "Publicar en Livejournal por defecto" - -#: ../../addon/nsfw/nsfw.php:78 ../../addon.old/nsfw/nsfw.php:78 -msgid "Not Safe For Work (General Purpose Content Filter) settings" -msgstr "Configuración \"Not Safe For Work\" (Filtro de contenido de carácter general)" - -#: ../../addon/nsfw/nsfw.php:80 ../../addon.old/nsfw/nsfw.php:80 -msgid "" -"This plugin looks in posts for the words/text you specify below, and " -"collapses any content containing those keywords so it is not displayed at " -"inappropriate times, such as sexual innuendo that may be improper in a work " -"setting. It is polite and recommended to tag any content containing nudity " -"with #NSFW. This filter can also match any other word/text you specify, and" -" can thereby be used as a general purpose content filter." -msgstr "Este complemento busca las palabras clave que especifiques y oculta cualquier comentario que contenga dichas claves, para que no aparezcan en momentos inoportunos, como por ejemplo, material sexual. Se considera de buena educación y correcto etiquetar los desnudos con #NSFW. Este filtro puede servir para filtrar otro contenido, así que te puede servir como un filtro de carácter general, escogiendo las palabras clave adecuadas." - -#: ../../addon/nsfw/nsfw.php:81 ../../addon.old/nsfw/nsfw.php:81 -msgid "Enable Content filter" -msgstr "Activar el filtro de contenido" - -#: ../../addon/nsfw/nsfw.php:84 ../../addon.old/nsfw/nsfw.php:84 -msgid "Comma separated list of keywords to hide" -msgstr "Palabras clave para ocultar, lista separada por comas" - -#: ../../addon/nsfw/nsfw.php:89 ../../addon.old/nsfw/nsfw.php:89 -msgid "Use /expression/ to provide regular expressions" -msgstr "Usa /expresión/ para proporcionar expresiones regulares" - -#: ../../addon/nsfw/nsfw.php:105 ../../addon.old/nsfw/nsfw.php:105 -msgid "NSFW Settings saved." -msgstr "Configuración NSFW guardada." - -#: ../../addon/nsfw/nsfw.php:157 ../../addon.old/nsfw/nsfw.php:157 -#, php-format -msgid "%s - Click to open/close" -msgstr "%s - Pulsa aquí para abrir/cerrar" - -#: ../../addon/page/page.php:62 ../../addon/page/page.php:92 -#: ../../addon/forumlist/forumlist.php:60 ../../addon.old/page/page.php:62 -#: ../../addon.old/page/page.php:92 ../../addon.old/forumlist/forumlist.php:60 -msgid "Forums" -msgstr "Foros" - -#: ../../addon/page/page.php:130 ../../addon/forumlist/forumlist.php:94 -#: ../../addon.old/page/page.php:130 -#: ../../addon.old/forumlist/forumlist.php:94 -msgid "Forums:" -msgstr "Foros:" - -#: ../../addon/page/page.php:166 ../../addon.old/page/page.php:166 -msgid "Page settings updated." -msgstr "Configuración de la página actualizada" - -#: ../../addon/page/page.php:195 ../../addon.old/page/page.php:195 -msgid "Page Settings" -msgstr "Configuración de la página" - -#: ../../addon/page/page.php:197 ../../addon.old/page/page.php:197 -msgid "How many forums to display on sidebar without paging" -msgstr "¿Cuántos foros se mostrarán en la barra lateral?" - -#: ../../addon/page/page.php:200 ../../addon.old/page/page.php:200 -msgid "Randomise Page/Forum list" -msgstr "Lista de Página/Foro al azar" - -#: ../../addon/page/page.php:203 ../../addon.old/page/page.php:203 -msgid "Show pages/forums on profile page" -msgstr "Mostrar páginas/foros en tu perfil" - -#: ../../addon/planets/planets.php:150 ../../addon.old/planets/planets.php:150 -msgid "Planets Settings" -msgstr "Configuración de Planets" - -#: ../../addon/planets/planets.php:152 ../../addon.old/planets/planets.php:152 -msgid "Enable Planets Plugin" -msgstr "Activar el módulo de planetas Planets" - -#: ../../addon/communityhome/communityhome.php:28 -#: ../../addon/communityhome/communityhome.php:34 -#: ../../addon/communityhome/twillingham/communityhome.php:28 -#: ../../addon/communityhome/twillingham/communityhome.php:34 -#: ../../include/nav.php:64 ../../boot.php:923 -#: ../../addon.old/communityhome/communityhome.php:28 -#: ../../addon.old/communityhome/communityhome.php:34 -#: ../../addon.old/communityhome/twillingham/communityhome.php:28 -#: ../../addon.old/communityhome/twillingham/communityhome.php:34 -msgid "Login" -msgstr "Acceder" - -#: ../../addon/communityhome/communityhome.php:29 -#: ../../addon/communityhome/twillingham/communityhome.php:29 -#: ../../addon.old/communityhome/communityhome.php:29 -#: ../../addon.old/communityhome/twillingham/communityhome.php:29 -msgid "OpenID" -msgstr "OpenID" - -#: ../../addon/communityhome/communityhome.php:38 -#: ../../addon/communityhome/twillingham/communityhome.php:38 -#: ../../addon.old/communityhome/communityhome.php:38 -#: ../../addon.old/communityhome/twillingham/communityhome.php:38 -msgid "Latest users" -msgstr "Últimos usuarios" - -#: ../../addon/communityhome/communityhome.php:81 -#: ../../addon/communityhome/twillingham/communityhome.php:81 -#: ../../addon.old/communityhome/communityhome.php:81 -#: ../../addon.old/communityhome/twillingham/communityhome.php:81 -msgid "Most active users" -msgstr "Usuarios más activos" - -#: ../../addon/communityhome/communityhome.php:98 -#: ../../addon.old/communityhome/communityhome.php:98 -msgid "Latest photos" -msgstr "Últimas fotos" - -#: ../../addon/communityhome/communityhome.php:133 -#: ../../addon.old/communityhome/communityhome.php:133 -msgid "Latest likes" -msgstr "Últimos me gusta" - -#: ../../addon/communityhome/communityhome.php:155 -#: ../../view/theme/diabook/theme.php:449 ../../include/text.php:1435 -#: ../../include/conversation.php:117 ../../include/conversation.php:245 -#: ../../addon.old/communityhome/communityhome.php:155 -msgid "event" -msgstr "evento" - -#: ../../addon/dav/common/wdcal_backend.inc.php:92 -#: ../../addon/dav/common/wdcal_backend.inc.php:166 -#: ../../addon/dav/common/wdcal_backend.inc.php:178 -#: ../../addon/dav/common/wdcal_backend.inc.php:206 -#: ../../addon/dav/common/wdcal_backend.inc.php:214 -#: ../../addon/dav/common/wdcal_backend.inc.php:229 -#: ../../addon.old/dav/common/wdcal_backend.inc.php:92 -#: ../../addon.old/dav/common/wdcal_backend.inc.php:166 -#: ../../addon.old/dav/common/wdcal_backend.inc.php:178 -#: ../../addon.old/dav/common/wdcal_backend.inc.php:206 -#: ../../addon.old/dav/common/wdcal_backend.inc.php:214 -#: ../../addon.old/dav/common/wdcal_backend.inc.php:229 -msgid "No access" -msgstr "Sin acceso" - -#: ../../addon/dav/common/wdcal_edit.inc.php:30 -#: ../../addon/dav/common/wdcal_edit.inc.php:738 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:30 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:738 -msgid "Could not open component for editing" -msgstr "No se puede abrir para editar" - -#: ../../addon/dav/common/wdcal_edit.inc.php:140 -#: ../../addon/dav/friendica/layout.fnk.php:143 -#: ../../addon/dav/friendica/layout.fnk.php:422 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:140 -#: ../../addon.old/dav/friendica/layout.fnk.php:143 -#: ../../addon.old/dav/friendica/layout.fnk.php:422 -msgid "Go back to the calendar" -msgstr "Volver al calendario" - -#: ../../addon/dav/common/wdcal_edit.inc.php:144 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:144 -msgid "Event data" -msgstr "Datos del evento" - -#: ../../addon/dav/common/wdcal_edit.inc.php:146 -#: ../../addon/dav/friendica/main.php:239 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:146 -#: ../../addon.old/dav/friendica/main.php:239 -msgid "Calendar" -msgstr "Calendario" - -#: ../../addon/dav/common/wdcal_edit.inc.php:163 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:163 -msgid "Special color" -msgstr "Color especial" - -#: ../../addon/dav/common/wdcal_edit.inc.php:169 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:169 -msgid "Subject" -msgstr "Asunto" - -#: ../../addon/dav/common/wdcal_edit.inc.php:173 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:173 -msgid "Starts" -msgstr "Comienzo" - -#: ../../addon/dav/common/wdcal_edit.inc.php:178 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:178 -msgid "Ends" -msgstr "Final" - -#: ../../addon/dav/common/wdcal_edit.inc.php:185 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:185 -msgid "Description" -msgstr "Descripción" - -#: ../../addon/dav/common/wdcal_edit.inc.php:188 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:188 -msgid "Recurrence" -msgstr "Recurrencia" - -#: ../../addon/dav/common/wdcal_edit.inc.php:190 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:190 -msgid "Frequency" -msgstr "Frecuencia" - -#: ../../addon/dav/common/wdcal_edit.inc.php:194 -#: ../../include/contact_selectors.php:59 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:194 -msgid "Daily" -msgstr "Diariamente" - -#: ../../addon/dav/common/wdcal_edit.inc.php:197 -#: ../../include/contact_selectors.php:60 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:197 -msgid "Weekly" -msgstr "Semanalmente" - -#: ../../addon/dav/common/wdcal_edit.inc.php:200 -#: ../../include/contact_selectors.php:61 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:200 -msgid "Monthly" -msgstr "Mensualmente" - -#: ../../addon/dav/common/wdcal_edit.inc.php:203 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:203 -msgid "Yearly" -msgstr "Anual" - -#: ../../addon/dav/common/wdcal_edit.inc.php:214 -#: ../../include/datetime.php:288 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:214 -msgid "days" -msgstr "días" - -#: ../../addon/dav/common/wdcal_edit.inc.php:215 -#: ../../include/datetime.php:287 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:215 -msgid "weeks" -msgstr "semanas" - -#: ../../addon/dav/common/wdcal_edit.inc.php:216 -#: ../../include/datetime.php:286 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:216 -msgid "months" -msgstr "meses" - -#: ../../addon/dav/common/wdcal_edit.inc.php:217 -#: ../../include/datetime.php:285 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:217 -msgid "years" -msgstr "años" - -#: ../../addon/dav/common/wdcal_edit.inc.php:218 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:218 -msgid "Interval" -msgstr "Intérvalo" - -#: ../../addon/dav/common/wdcal_edit.inc.php:218 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:218 -msgid "All %select% %time%" -msgstr "Todos %select% %time%" - -#: ../../addon/dav/common/wdcal_edit.inc.php:222 -#: ../../addon/dav/common/wdcal_edit.inc.php:260 -#: ../../addon/dav/common/wdcal_edit.inc.php:481 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:222 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:260 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:481 -msgid "Days" -msgstr "Días" - -#: ../../addon/dav/common/wdcal_edit.inc.php:231 -#: ../../addon/dav/common/wdcal_edit.inc.php:254 -#: ../../addon/dav/common/wdcal_edit.inc.php:270 -#: ../../addon/dav/common/wdcal_edit.inc.php:293 -#: ../../addon/dav/common/wdcal_edit.inc.php:305 ../../include/text.php:915 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:231 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:254 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:270 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:293 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:305 -msgid "Sunday" -msgstr "Domingo" - -#: ../../addon/dav/common/wdcal_edit.inc.php:235 -#: ../../addon/dav/common/wdcal_edit.inc.php:274 -#: ../../addon/dav/common/wdcal_edit.inc.php:308 ../../include/text.php:915 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:235 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:274 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:308 -msgid "Monday" -msgstr "Lunes" - -#: ../../addon/dav/common/wdcal_edit.inc.php:238 -#: ../../addon/dav/common/wdcal_edit.inc.php:277 ../../include/text.php:915 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:238 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:277 -msgid "Tuesday" -msgstr "Martes" - -#: ../../addon/dav/common/wdcal_edit.inc.php:241 -#: ../../addon/dav/common/wdcal_edit.inc.php:280 ../../include/text.php:915 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:241 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:280 -msgid "Wednesday" -msgstr "Miércoles" - -#: ../../addon/dav/common/wdcal_edit.inc.php:244 -#: ../../addon/dav/common/wdcal_edit.inc.php:283 ../../include/text.php:915 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:244 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:283 -msgid "Thursday" -msgstr "Jueves" - -#: ../../addon/dav/common/wdcal_edit.inc.php:247 -#: ../../addon/dav/common/wdcal_edit.inc.php:286 ../../include/text.php:915 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:247 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:286 -msgid "Friday" -msgstr "Viernes" - -#: ../../addon/dav/common/wdcal_edit.inc.php:250 -#: ../../addon/dav/common/wdcal_edit.inc.php:289 ../../include/text.php:915 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:250 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:289 -msgid "Saturday" -msgstr "Sábado" - -#: ../../addon/dav/common/wdcal_edit.inc.php:297 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:297 -msgid "First day of week:" -msgstr "Primer día de la semana:" - -#: ../../addon/dav/common/wdcal_edit.inc.php:350 -#: ../../addon/dav/common/wdcal_edit.inc.php:373 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:350 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:373 -msgid "Day of month" -msgstr "Día del mes" - -#: ../../addon/dav/common/wdcal_edit.inc.php:354 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:354 -msgid "#num#th of each month" -msgstr "#num#º de cada mes" - -#: ../../addon/dav/common/wdcal_edit.inc.php:357 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:357 -msgid "#num#th-last of each month" -msgstr "#num#º antes del último de cada mes" - -#: ../../addon/dav/common/wdcal_edit.inc.php:360 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:360 -msgid "#num#th #wkday# of each month" -msgstr "#num#º #wkday# de cada mes" - -#: ../../addon/dav/common/wdcal_edit.inc.php:363 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:363 -msgid "#num#th-last #wkday# of each month" -msgstr "#num#º antes del último #wkday# de cada mes" - -#: ../../addon/dav/common/wdcal_edit.inc.php:372 -#: ../../addon/dav/friendica/layout.fnk.php:255 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:372 -#: ../../addon.old/dav/friendica/layout.fnk.php:255 -msgid "Month" -msgstr "Mes" - -#: ../../addon/dav/common/wdcal_edit.inc.php:377 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:377 -msgid "#num#th of the given month" -msgstr "#num#º del mes dado" - -#: ../../addon/dav/common/wdcal_edit.inc.php:380 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:380 -msgid "#num#th-last of the given month" -msgstr "#num#º antes del último del mes dado" - -#: ../../addon/dav/common/wdcal_edit.inc.php:383 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:383 -msgid "#num#th #wkday# of the given month" -msgstr "#num#º #wkday# del mes dado" - -#: ../../addon/dav/common/wdcal_edit.inc.php:386 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:386 -msgid "#num#th-last #wkday# of the given month" -msgstr "#num#º antes del último #wkday# del mes dado" - -#: ../../addon/dav/common/wdcal_edit.inc.php:413 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:413 -msgid "Repeat until" -msgstr "Repetir hasta" - -#: ../../addon/dav/common/wdcal_edit.inc.php:417 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:417 -msgid "Infinite" -msgstr "Infinito" - -#: ../../addon/dav/common/wdcal_edit.inc.php:420 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:420 -msgid "Until the following date" -msgstr "Hasta la fecha siguiente" - -#: ../../addon/dav/common/wdcal_edit.inc.php:423 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:423 -msgid "Number of times" -msgstr "Número de veces" - -#: ../../addon/dav/common/wdcal_edit.inc.php:429 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:429 -msgid "Exceptions" -msgstr "Excepciones" - -#: ../../addon/dav/common/wdcal_edit.inc.php:432 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:432 -msgid "none" -msgstr "ninguno" - -#: ../../addon/dav/common/wdcal_edit.inc.php:449 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:449 -msgid "Notification" -msgstr "Notificación" - -#: ../../addon/dav/common/wdcal_edit.inc.php:466 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:466 -msgid "Notify by" -msgstr "Notificar por" - -#: ../../addon/dav/common/wdcal_edit.inc.php:469 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:469 -msgid "E-Mail" -msgstr "Correo electrónico" - -#: ../../addon/dav/common/wdcal_edit.inc.php:470 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:470 -msgid "On Friendica / Display" -msgstr "Sobre Friendica / Mostrar" - -#: ../../addon/dav/common/wdcal_edit.inc.php:474 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:474 -msgid "Time" -msgstr "Hora" - -#: ../../addon/dav/common/wdcal_edit.inc.php:478 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:478 -msgid "Hours" -msgstr "Horas" - -#: ../../addon/dav/common/wdcal_edit.inc.php:479 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:479 -msgid "Minutes" -msgstr "Minutos" - -#: ../../addon/dav/common/wdcal_edit.inc.php:480 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:480 -msgid "Seconds" -msgstr "Segundos" - -#: ../../addon/dav/common/wdcal_edit.inc.php:482 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:482 -msgid "Weeks" -msgstr "Semanas" - -#: ../../addon/dav/common/wdcal_edit.inc.php:485 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:485 -msgid "before the" -msgstr "antes de" - -#: ../../addon/dav/common/wdcal_edit.inc.php:486 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:486 -msgid "start of the event" -msgstr "inicio del evento" - -#: ../../addon/dav/common/wdcal_edit.inc.php:487 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:487 -msgid "end of the event" -msgstr "final del evento" - -#: ../../addon/dav/common/wdcal_edit.inc.php:492 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:492 -msgid "Add a notification" -msgstr "Añadir una notificación" - -#: ../../addon/dav/common/wdcal_edit.inc.php:687 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:687 -msgid "The event #name# will start at #date" -msgstr "El evento #name# comenzará el #date" - -#: ../../addon/dav/common/wdcal_edit.inc.php:696 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:696 -msgid "#name# is about to begin." -msgstr "#name# está a punto de comenzar." - -#: ../../addon/dav/common/wdcal_edit.inc.php:769 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:769 -msgid "Saved" -msgstr "Guardado" - -#: ../../addon/dav/common/wdcal_configuration.php:148 -#: ../../addon.old/dav/common/wdcal_configuration.php:148 -msgid "U.S. Time Format (mm/dd/YYYY)" -msgstr "Hora, formato anglosajón (mm/dd/aaaa)" - -#: ../../addon/dav/common/wdcal_configuration.php:243 -#: ../../addon.old/dav/common/wdcal_configuration.php:243 -msgid "German Time Format (dd.mm.YYYY)" -msgstr "Hora, formato europeo (dd.mm.aaaa)" - -#: ../../addon/dav/common/dav_caldav_backend_private.inc.php:39 -#: ../../addon.old/dav/common/dav_caldav_backend_private.inc.php:39 -msgid "Private Events" -msgstr "Eventos privados" - -#: ../../addon/dav/common/dav_carddav_backend_private.inc.php:46 -#: ../../addon.old/dav/common/dav_carddav_backend_private.inc.php:46 -msgid "Private Addressbooks" -msgstr "Libretas de direcciones privada" - -#: ../../addon/dav/friendica/dav_caldav_backend_virtual_friendica.inc.php:36 -#: ../../addon.old/dav/friendica/dav_caldav_backend_virtual_friendica.inc.php:36 -msgid "Friendica-Native events" -msgstr "Eventos nativos de Friendica" - -#: ../../addon/dav/friendica/dav_carddav_backend_virtual_friendica.inc.php:36 -#: ../../addon/dav/friendica/dav_carddav_backend_virtual_friendica.inc.php:59 -#: ../../addon.old/dav/friendica/dav_carddav_backend_virtual_friendica.inc.php:36 -#: ../../addon.old/dav/friendica/dav_carddav_backend_virtual_friendica.inc.php:59 -msgid "Friendica-Contacts" -msgstr "Contactos de Friendica" - -#: ../../addon/dav/friendica/dav_carddav_backend_virtual_friendica.inc.php:60 -#: ../../addon.old/dav/friendica/dav_carddav_backend_virtual_friendica.inc.php:60 -msgid "Your Friendica-Contacts" -msgstr "Tus Contactos de Friendica" - -#: ../../addon/dav/friendica/layout.fnk.php:99 -#: ../../addon/dav/friendica/layout.fnk.php:136 -#: ../../addon.old/dav/friendica/layout.fnk.php:99 -#: ../../addon.old/dav/friendica/layout.fnk.php:136 -msgid "" -"Something went wrong when trying to import the file. Sorry. Maybe some " -"events were imported anyway." -msgstr "Algo salió mal al importar el archivo. Lo sentimos. Puede que algunos eventos se hayan importado." - -#: ../../addon/dav/friendica/layout.fnk.php:131 -#: ../../addon.old/dav/friendica/layout.fnk.php:131 -msgid "Something went wrong when trying to import the file. Sorry." -msgstr "Algo salió mal al importar el archivo. Lo sentimos." - -#: ../../addon/dav/friendica/layout.fnk.php:134 -#: ../../addon.old/dav/friendica/layout.fnk.php:134 -msgid "The ICS-File has been imported." -msgstr "El archivo ICS ha sido importado." - -#: ../../addon/dav/friendica/layout.fnk.php:138 -#: ../../addon.old/dav/friendica/layout.fnk.php:138 -msgid "No file was uploaded." -msgstr "No se ha importado ningún archivo." - -#: ../../addon/dav/friendica/layout.fnk.php:147 -#: ../../addon.old/dav/friendica/layout.fnk.php:147 -msgid "Import a ICS-file" -msgstr "Importar archivo ICS" - -#: ../../addon/dav/friendica/layout.fnk.php:150 -#: ../../addon.old/dav/friendica/layout.fnk.php:150 -msgid "ICS-File" -msgstr "Archivo ICS" - -#: ../../addon/dav/friendica/layout.fnk.php:151 -#: ../../addon.old/dav/friendica/layout.fnk.php:151 -msgid "Overwrite all #num# existing events" -msgstr "Sobreescribir los #num# eventos existentes" - -#: ../../addon/dav/friendica/layout.fnk.php:228 -#: ../../addon.old/dav/friendica/layout.fnk.php:228 -msgid "New event" -msgstr "Evento nuevo" - -#: ../../addon/dav/friendica/layout.fnk.php:232 -#: ../../addon.old/dav/friendica/layout.fnk.php:232 -msgid "Today" -msgstr "Hoy" - -#: ../../addon/dav/friendica/layout.fnk.php:241 -#: ../../addon.old/dav/friendica/layout.fnk.php:241 -msgid "Day" -msgstr "Día" - -#: ../../addon/dav/friendica/layout.fnk.php:248 -#: ../../addon.old/dav/friendica/layout.fnk.php:248 -msgid "Week" -msgstr "Semana" - -#: ../../addon/dav/friendica/layout.fnk.php:260 -#: ../../addon.old/dav/friendica/layout.fnk.php:260 -msgid "Reload" -msgstr "Recargar" - -#: ../../addon/dav/friendica/layout.fnk.php:271 -#: ../../addon.old/dav/friendica/layout.fnk.php:271 -msgid "Date" -msgstr "Fecha" - -#: ../../addon/dav/friendica/layout.fnk.php:313 -#: ../../addon.old/dav/friendica/layout.fnk.php:313 -msgid "Error" -msgstr "Error" - -#: ../../addon/dav/friendica/layout.fnk.php:380 -#: ../../addon.old/dav/friendica/layout.fnk.php:380 -msgid "The calendar has been updated." -msgstr "El calendario ha sido actualizado." - -#: ../../addon/dav/friendica/layout.fnk.php:393 -#: ../../addon.old/dav/friendica/layout.fnk.php:393 -msgid "The new calendar has been created." -msgstr "Se ha creado un nuevo calendario." - -#: ../../addon/dav/friendica/layout.fnk.php:417 -#: ../../addon.old/dav/friendica/layout.fnk.php:417 -msgid "The calendar has been deleted." -msgstr "El calendario se ha borrado." - -#: ../../addon/dav/friendica/layout.fnk.php:424 -#: ../../addon.old/dav/friendica/layout.fnk.php:424 -msgid "Calendar Settings" -msgstr "Configuración del Calendario" - -#: ../../addon/dav/friendica/layout.fnk.php:430 -#: ../../addon.old/dav/friendica/layout.fnk.php:430 -msgid "Date format" -msgstr "Formato de fecha" - -#: ../../addon/dav/friendica/layout.fnk.php:439 -#: ../../addon.old/dav/friendica/layout.fnk.php:439 -msgid "Time zone" -msgstr "Zona horaria" - -#: ../../addon/dav/friendica/layout.fnk.php:445 -#: ../../addon.old/dav/friendica/layout.fnk.php:445 -msgid "Calendars" -msgstr "Calendarios" - -#: ../../addon/dav/friendica/layout.fnk.php:487 -#: ../../addon.old/dav/friendica/layout.fnk.php:487 -msgid "Create a new calendar" -msgstr "Crear un nuevo calendario" - -#: ../../addon/dav/friendica/layout.fnk.php:496 -#: ../../addon.old/dav/friendica/layout.fnk.php:496 -msgid "Limitations" -msgstr "Limitaciones" - -#: ../../addon/dav/friendica/layout.fnk.php:500 -#: ../../addon/libravatar/libravatar.php:82 -#: ../../addon.old/dav/friendica/layout.fnk.php:500 -#: ../../addon.old/libravatar/libravatar.php:82 -msgid "Warning" -msgstr "Aviso" - -#: ../../addon/dav/friendica/layout.fnk.php:504 -#: ../../addon.old/dav/friendica/layout.fnk.php:504 -msgid "Synchronization (iPhone, Thunderbird Lightning, Android, ...)" -msgstr "Sincronización (iPhone, Thunderbird Lightning, Android...)" - -#: ../../addon/dav/friendica/layout.fnk.php:511 -#: ../../addon.old/dav/friendica/layout.fnk.php:511 -msgid "Synchronizing this calendar with the iPhone" -msgstr "Sincronizar este calendario con iPhone" - -#: ../../addon/dav/friendica/layout.fnk.php:522 -#: ../../addon.old/dav/friendica/layout.fnk.php:522 -msgid "Synchronizing your Friendica-Contacts with the iPhone" -msgstr "Sincronizar tus contactos de Friendica con iPhone" - -#: ../../addon/dav/friendica/main.php:202 -#: ../../addon.old/dav/friendica/main.php:202 -msgid "" -"The current version of this plugin has not been set up correctly. Please " -"contact the system administrator of your installation of friendica to fix " -"this." -msgstr "La versión actual de este módulo no se ha ajustado correctamente. Por favor contacta al administrador de sistema de tu instalación de Friendica para arreglarlo." - -#: ../../addon/dav/friendica/main.php:242 -#: ../../addon.old/dav/friendica/main.php:242 -msgid "Extended calendar with CalDAV-support" -msgstr "Calendario ampliado con soporte CalDAV" - -#: ../../addon/dav/friendica/main.php:279 -#: ../../addon/dav/friendica/main.php:280 ../../include/delivery.php:464 -#: ../../include/enotify.php:28 ../../include/notifier.php:710 -#: ../../addon.old/dav/friendica/main.php:279 -#: ../../addon.old/dav/friendica/main.php:280 +msgid "%d invitation available" +msgid_plural "%d invitations available" +msgstr[0] "%d invitación disponible" +msgstr[1] "%d invitaviones disponibles" + +#: ../../include/contact_widgets.php:29 +msgid "Find People" +msgstr "Buscar personas" + +#: ../../include/contact_widgets.php:30 +msgid "Enter name or interest" +msgstr "Introduzce nombre o intereses" + +#: ../../include/contact_widgets.php:31 +msgid "Connect/Follow" +msgstr "Conectar/Seguir" + +#: ../../include/contact_widgets.php:32 +msgid "Examples: Robert Morgenstein, Fishing" +msgstr "Ejemplos: Robert Morgenstein, Pesca" + +#: ../../include/contact_widgets.php:36 +msgid "Random Profile" +msgstr "Perfil aleatorio" + +#: ../../include/contact_widgets.php:70 +msgid "Networks" +msgstr "Redes" + +#: ../../include/contact_widgets.php:73 +msgid "All Networks" +msgstr "Todas las redes" + +#: ../../include/contact_widgets.php:103 ../../include/features.php:59 +msgid "Saved Folders" +msgstr "Directorios guardados" + +#: ../../include/contact_widgets.php:106 ../../include/contact_widgets.php:138 +msgid "Everything" +msgstr "Todo" + +#: ../../include/contact_widgets.php:135 +msgid "Categories" +msgstr "Categorías" + +#: ../../include/plugin.php:454 ../../include/plugin.php:456 +msgid "Click here to upgrade." +msgstr "Pulsa aquí para actualizar." + +#: ../../include/plugin.php:462 +msgid "This action exceeds the limits set by your subscription plan." +msgstr "Esta acción excede los límites permitidos por tu subscripción." + +#: ../../include/plugin.php:467 +msgid "This action is not available under your subscription plan." +msgstr "Esta acción no está permitida para tu subscripción." + +#: ../../include/api.php:255 ../../include/api.php:266 +#: ../../include/api.php:356 +msgid "User not found." +msgstr "" + +#: ../../include/api.php:1024 +msgid "There is no status with this id." +msgstr "" + +#: ../../include/network.php:883 +msgid "view full size" +msgstr "Ver a tamaño completo" + +#: ../../include/event.php:20 ../../include/bb2diaspora.php:399 +msgid "Starts:" +msgstr "Inicio:" + +#: ../../include/event.php:30 ../../include/bb2diaspora.php:407 +msgid "Finishes:" +msgstr "Final:" + +#: ../../include/notifier.php:774 ../../include/delivery.php:457 +msgid "(no subject)" +msgstr "(sin asunto)" + +#: ../../include/notifier.php:784 ../../include/enotify.php:28 +#: ../../include/delivery.php:468 msgid "noreply" msgstr "no responder" -#: ../../addon/dav/friendica/main.php:282 -#: ../../addon.old/dav/friendica/main.php:282 -msgid "Notification: " -msgstr "Notificación:" +#: ../../include/user.php:39 +msgid "An invitation is required." +msgstr "Se necesita invitación." -#: ../../addon/dav/friendica/main.php:309 -#: ../../addon.old/dav/friendica/main.php:309 -msgid "The database tables have been installed." -msgstr "Se han instalado las tablas de la base de datos." +#: ../../include/user.php:44 +msgid "Invitation could not be verified." +msgstr "No se puede verificar la invitación." -#: ../../addon/dav/friendica/main.php:310 -#: ../../addon.old/dav/friendica/main.php:310 -msgid "An error occurred during the installation." -msgstr "Ha ocurrido un error durante la instalación." +#: ../../include/user.php:52 +msgid "Invalid OpenID url" +msgstr "Dirección OpenID no válida" -#: ../../addon/dav/friendica/main.php:316 -#: ../../addon.old/dav/friendica/main.php:316 -msgid "The database tables have been updated." -msgstr "Las tablas de la base de datos han sido actualizadas." - -#: ../../addon/dav/friendica/main.php:317 -#: ../../addon.old/dav/friendica/main.php:317 -msgid "An error occurred during the update." -msgstr "Ocurrió un error durante la actualización." - -#: ../../addon/dav/friendica/main.php:333 -#: ../../addon.old/dav/friendica/main.php:333 -msgid "No system-wide settings yet." -msgstr "No se han configurado aún los ajustes del sistema." - -#: ../../addon/dav/friendica/main.php:336 -#: ../../addon.old/dav/friendica/main.php:336 -msgid "Database status" -msgstr "Estado de la base de datos" - -#: ../../addon/dav/friendica/main.php:339 -#: ../../addon.old/dav/friendica/main.php:339 -msgid "Installed" -msgstr "Instalada" - -#: ../../addon/dav/friendica/main.php:343 -#: ../../addon.old/dav/friendica/main.php:343 -msgid "Upgrade needed" -msgstr "Actualización necesaria" - -#: ../../addon/dav/friendica/main.php:343 -#: ../../addon.old/dav/friendica/main.php:343 +#: ../../include/user.php:66 ../../include/auth.php:128 msgid "" -"Please back up all calendar data (the tables beginning with dav_*) before " -"proceeding. While all calendar events should be converted to the new " -"database structure, it's always safe to have a backup. Below, you can have a" -" look at the database-queries that will be made when pressing the " -"'update'-button." -msgstr "Por favor respalda todos los datos de calendario (las tablas que comienzan con dav_*) antes de continuar. Aunque todos los eventos de calendario deberían convertirse a la nueva estructura de base de datos, siempre es seguro tener un respaldo. Abajo, puedes ver las consultas a la base de datos que se realizarán cuando presiones el botón de 'actualizar'." +"We encountered a problem while logging in with the OpenID you provided. " +"Please check the correct spelling of the ID." +msgstr "Se ha encontrado un problema para acceder con el OpenID que has escrito. Verifica que lo hayas escrito correctamente." -#: ../../addon/dav/friendica/main.php:343 -#: ../../addon.old/dav/friendica/main.php:343 -msgid "Upgrade" -msgstr "Actualizada" +#: ../../include/user.php:66 ../../include/auth.php:128 +msgid "The error message was:" +msgstr "El mensaje del error fue:" -#: ../../addon/dav/friendica/main.php:346 -#: ../../addon.old/dav/friendica/main.php:346 -msgid "Not installed" -msgstr "Sin instalar" +#: ../../include/user.php:73 +msgid "Please enter the required information." +msgstr "Por favor, introduce la información necesaria." -#: ../../addon/dav/friendica/main.php:346 -#: ../../addon.old/dav/friendica/main.php:346 -msgid "Install" -msgstr "Instalar" +#: ../../include/user.php:87 +msgid "Please use a shorter name." +msgstr "Por favor, usa un nombre más corto." -#: ../../addon/dav/friendica/main.php:350 -#: ../../addon.old/dav/friendica/main.php:350 -msgid "Unknown" -msgstr "Desconocido" +#: ../../include/user.php:89 +msgid "Name too short." +msgstr "El nombre es demasiado corto." -#: ../../addon/dav/friendica/main.php:350 -#: ../../addon.old/dav/friendica/main.php:350 +#: ../../include/user.php:104 +msgid "That doesn't appear to be your full (First Last) name." +msgstr "No parece que ese sea tu nombre completo." + +#: ../../include/user.php:109 +msgid "Your email domain is not among those allowed on this site." +msgstr "Tu dominio de correo no se encuentra entre los permitidos en este sitio." + +#: ../../include/user.php:112 +msgid "Not a valid email address." +msgstr "No es una dirección de correo electrónico válida." + +#: ../../include/user.php:125 +msgid "Cannot use that email." +msgstr "No se puede utilizar este correo electrónico." + +#: ../../include/user.php:131 msgid "" -"Something really went wrong. I cannot recover from this state automatically," -" sorry. Please go to the database backend, back up the data, and delete all " -"tables beginning with 'dav_' manually. Afterwards, this installation routine" -" should be able to reinitialize the tables automatically." -msgstr "Ha ocurrido algo muy malo. No puedo recuperarme automáticamente de este estado, lo siento. Por favor ve al manejador de fondo de la base de datos, respalda los datos, y borra todas las tablas que comienzan con 'dav_' manualmente. Después de eso, esta rutina de instalación debería de ser capaz de reinicializar las tablas automáticamente." +"Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and " +"must also begin with a letter." +msgstr "Tu \"apodo\" solo puede contener \"a-z\", \"0-9\", \"-\", y \"_\" y debe empezar por una letra." -#: ../../addon/dav/friendica/main.php:355 -#: ../../addon.old/dav/friendica/main.php:355 -msgid "Troubleshooting" -msgstr "Problemas" +#: ../../include/user.php:137 ../../include/user.php:235 +msgid "Nickname is already registered. Please choose another." +msgstr "Apodo ya registrado. Por favor, elije otro." -#: ../../addon/dav/friendica/main.php:356 -#: ../../addon.old/dav/friendica/main.php:356 -msgid "Manual creation of the database tables:" -msgstr "Manual para la creación de las tablas de la base de datos:" +#: ../../include/user.php:147 +msgid "" +"Nickname was once registered here and may not be re-used. Please choose " +"another." +msgstr "El apodo ya ha sido registrado alguna vez y no puede volver a usarse. Por favor, utiliza otro." -#: ../../addon/dav/friendica/main.php:357 -#: ../../addon.old/dav/friendica/main.php:357 -msgid "Show SQL-statements" -msgstr "Mostrar declaraciones SQL" +#: ../../include/user.php:163 +msgid "SERIOUS ERROR: Generation of security keys failed." +msgstr "ERROR GRAVE: La generación de claves de seguridad ha fallado." -#: ../../addon/dav/friendica/calendar.friendica.fnk.php:206 -#: ../../addon.old/dav/friendica/calendar.friendica.fnk.php:206 -msgid "Private Calendar" -msgstr "Calendario privado" +#: ../../include/user.php:221 +msgid "An error occurred during registration. Please try again." +msgstr "Se produjo un error durante el registro. Por favor, inténtalo de nuevo." -#: ../../addon/dav/friendica/calendar.friendica.fnk.php:207 -#: ../../addon.old/dav/friendica/calendar.friendica.fnk.php:207 -msgid "Friendica Events: Mine" -msgstr "Eventos de Friendica: Propios" +#: ../../include/user.php:256 +msgid "An error occurred creating your default profile. Please try again." +msgstr "Error al crear tu perfil predeterminado. Por favor, inténtalo de nuevo." -#: ../../addon/dav/friendica/calendar.friendica.fnk.php:208 -#: ../../addon.old/dav/friendica/calendar.friendica.fnk.php:208 -msgid "Friendica Events: Contacts" -msgstr "Eventos de Friendica: Contactos" +#: ../../include/user.php:288 ../../include/user.php:292 +#: ../../include/profile_selectors.php:42 +msgid "Friends" +msgstr "Amigos" -#: ../../addon/dav/friendica/calendar.friendica.fnk.php:248 -#: ../../addon.old/dav/friendica/calendar.friendica.fnk.php:248 -msgid "Private Addresses" -msgstr "Direcciones privadas" +#: ../../include/conversation.php:207 +#, php-format +msgid "%1$s poked %2$s" +msgstr "%1$s le dio un toque a %2$s" -#: ../../addon/dav/friendica/calendar.friendica.fnk.php:249 -#: ../../addon.old/dav/friendica/calendar.friendica.fnk.php:249 -msgid "Friendica Contacts" -msgstr "Contactos de Friendica" +#: ../../include/conversation.php:211 ../../include/text.php:986 +msgid "poked" +msgstr "tocó a" -#: ../../addon/uhremotestorage/uhremotestorage.php:84 -#: ../../addon.old/uhremotestorage/uhremotestorage.php:84 +#: ../../include/conversation.php:291 +msgid "post/item" +msgstr "publicación/tema" + +#: ../../include/conversation.php:292 +#, php-format +msgid "%1$s marked %2$s's %3$s as favorite" +msgstr "%1$s ha marcado %3$s de %2$s como Favorito" + +#: ../../include/conversation.php:767 +msgid "remove" +msgstr "eliminar" + +#: ../../include/conversation.php:771 +msgid "Delete Selected Items" +msgstr "Eliminar el elemento seleccionado" + +#: ../../include/conversation.php:870 +msgid "Follow Thread" +msgstr "" + +#: ../../include/conversation.php:871 ../../include/Contact.php:229 +msgid "View Status" +msgstr "Ver estado" + +#: ../../include/conversation.php:872 ../../include/Contact.php:230 +msgid "View Profile" +msgstr "Ver perfil" + +#: ../../include/conversation.php:873 ../../include/Contact.php:231 +msgid "View Photos" +msgstr "Ver fotos" + +#: ../../include/conversation.php:874 ../../include/Contact.php:232 +#: ../../include/Contact.php:255 +msgid "Network Posts" +msgstr "Publicaciones en la red" + +#: ../../include/conversation.php:875 ../../include/Contact.php:233 +#: ../../include/Contact.php:255 +msgid "Edit Contact" +msgstr "Editar contacto" + +#: ../../include/conversation.php:876 ../../include/Contact.php:235 +#: ../../include/Contact.php:255 +msgid "Send PM" +msgstr "Enviar mensaje privado" + +#: ../../include/conversation.php:877 ../../include/Contact.php:228 +msgid "Poke" +msgstr "Toque" + +#: ../../include/conversation.php:939 +#, php-format +msgid "%s likes this." +msgstr "A %s le gusta esto." + +#: ../../include/conversation.php:939 +#, php-format +msgid "%s doesn't like this." +msgstr "A %s no le gusta esto." + +#: ../../include/conversation.php:944 +#, php-format +msgid "%2$d people like this" +msgstr "" + +#: ../../include/conversation.php:947 +#, php-format +msgid "%2$d people don't like this" +msgstr "" + +#: ../../include/conversation.php:961 +msgid "and" +msgstr "y" + +#: ../../include/conversation.php:967 +#, php-format +msgid ", and %d other people" +msgstr " y a otras %d personas" + +#: ../../include/conversation.php:969 +#, php-format +msgid "%s like this." +msgstr "Le gusta a %s." + +#: ../../include/conversation.php:969 +#, php-format +msgid "%s don't like this." +msgstr "No le gusta a %s." + +#: ../../include/conversation.php:996 ../../include/conversation.php:1014 +msgid "Visible to everybody" +msgstr "Visible para cualquiera" + +#: ../../include/conversation.php:998 ../../include/conversation.php:1016 +msgid "Please enter a video link/URL:" +msgstr "Por favor, introduce la URL/enlace del vídeo:" + +#: ../../include/conversation.php:999 ../../include/conversation.php:1017 +msgid "Please enter an audio link/URL:" +msgstr "Por favor, introduce la URL/enlace del audio:" + +#: ../../include/conversation.php:1000 ../../include/conversation.php:1018 +msgid "Tag term:" +msgstr "Etiquetar:" + +#: ../../include/conversation.php:1002 ../../include/conversation.php:1020 +msgid "Where are you right now?" +msgstr "¿Dónde estás ahora?" + +#: ../../include/conversation.php:1003 +msgid "Delete item(s)?" +msgstr "" + +#: ../../include/conversation.php:1045 +msgid "Post to Email" +msgstr "Publicar mediante correo electrónico" + +#: ../../include/conversation.php:1101 +msgid "permissions" +msgstr "permisos" + +#: ../../include/conversation.php:1125 +msgid "Post to Groups" +msgstr "" + +#: ../../include/conversation.php:1126 +msgid "Post to Contacts" +msgstr "" + +#: ../../include/conversation.php:1127 +msgid "Private post" +msgstr "" + +#: ../../include/auth.php:38 +msgid "Logged out." +msgstr "Sesión finalizada" + +#: ../../include/uimport.php:94 +msgid "Error decoding account file" +msgstr "" + +#: ../../include/uimport.php:100 +msgid "Error! No version data in file! This is not a Friendica account file?" +msgstr "" + +#: ../../include/uimport.php:116 ../../include/uimport.php:127 +msgid "Error! Cannot check nickname" +msgstr "" + +#: ../../include/uimport.php:120 ../../include/uimport.php:131 +#, php-format +msgid "User '%s' already exists on this server!" +msgstr "" + +#: ../../include/uimport.php:153 +msgid "User creation error" +msgstr "" + +#: ../../include/uimport.php:171 +msgid "User profile creation error" +msgstr "" + +#: ../../include/uimport.php:220 +#, php-format +msgid "%d contact not imported" +msgid_plural "%d contacts not imported" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/uimport.php:290 +msgid "Done. You can now login with your username and password" +msgstr "" + +#: ../../include/text.php:300 +msgid "newer" +msgstr "más nuevo" + +#: ../../include/text.php:302 +msgid "older" +msgstr "más antiguo" + +#: ../../include/text.php:307 +msgid "prev" +msgstr "ant." + +#: ../../include/text.php:309 +msgid "first" +msgstr "primera" + +#: ../../include/text.php:341 +msgid "last" +msgstr "última" + +#: ../../include/text.php:344 +msgid "next" +msgstr "sig." + +#: ../../include/text.php:836 +msgid "No contacts" +msgstr "Sin contactos" + +#: ../../include/text.php:845 +#, php-format +msgid "%d Contact" +msgid_plural "%d Contacts" +msgstr[0] "%d Contacto" +msgstr[1] "%d Contactos" + +#: ../../include/text.php:986 +msgid "poke" +msgstr "tocar" + +#: ../../include/text.php:987 +msgid "ping" +msgstr "hacer \"ping\"" + +#: ../../include/text.php:987 +msgid "pinged" +msgstr "hizo \"ping\" a" + +#: ../../include/text.php:988 +msgid "prod" +msgstr "empujar" + +#: ../../include/text.php:988 +msgid "prodded" +msgstr "empujó a" + +#: ../../include/text.php:989 +msgid "slap" +msgstr "abofetear" + +#: ../../include/text.php:989 +msgid "slapped" +msgstr "abofeteó a" + +#: ../../include/text.php:990 +msgid "finger" +msgstr "meter dedo" + +#: ../../include/text.php:990 +msgid "fingered" +msgstr "le metió un dedo a" + +#: ../../include/text.php:991 +msgid "rebuff" +msgstr "desairar" + +#: ../../include/text.php:991 +msgid "rebuffed" +msgstr "desairó a" + +#: ../../include/text.php:1005 +msgid "happy" +msgstr "feliz" + +#: ../../include/text.php:1006 +msgid "sad" +msgstr "triste" + +#: ../../include/text.php:1007 +msgid "mellow" +msgstr "sentimental" + +#: ../../include/text.php:1008 +msgid "tired" +msgstr "cansado" + +#: ../../include/text.php:1009 +msgid "perky" +msgstr "alegre" + +#: ../../include/text.php:1010 +msgid "angry" +msgstr "furioso" + +#: ../../include/text.php:1011 +msgid "stupified" +msgstr "estupefacto" + +#: ../../include/text.php:1012 +msgid "puzzled" +msgstr "extrañado" + +#: ../../include/text.php:1013 +msgid "interested" +msgstr "interesado" + +#: ../../include/text.php:1014 +msgid "bitter" +msgstr "rencoroso" + +#: ../../include/text.php:1015 +msgid "cheerful" +msgstr "jovial" + +#: ../../include/text.php:1016 +msgid "alive" +msgstr "vivo" + +#: ../../include/text.php:1017 +msgid "annoyed" +msgstr "enojado" + +#: ../../include/text.php:1018 +msgid "anxious" +msgstr "ansioso" + +#: ../../include/text.php:1019 +msgid "cranky" +msgstr "irritable" + +#: ../../include/text.php:1020 +msgid "disturbed" +msgstr "perturbado" + +#: ../../include/text.php:1021 +msgid "frustrated" +msgstr "frustrado" + +#: ../../include/text.php:1022 +msgid "motivated" +msgstr "motivado" + +#: ../../include/text.php:1023 +msgid "relaxed" +msgstr "relajado" + +#: ../../include/text.php:1024 +msgid "surprised" +msgstr "sorprendido" + +#: ../../include/text.php:1192 +msgid "Monday" +msgstr "Lunes" + +#: ../../include/text.php:1192 +msgid "Tuesday" +msgstr "Martes" + +#: ../../include/text.php:1192 +msgid "Wednesday" +msgstr "Miércoles" + +#: ../../include/text.php:1192 +msgid "Thursday" +msgstr "Jueves" + +#: ../../include/text.php:1192 +msgid "Friday" +msgstr "Viernes" + +#: ../../include/text.php:1192 +msgid "Saturday" +msgstr "Sábado" + +#: ../../include/text.php:1192 +msgid "Sunday" +msgstr "Domingo" + +#: ../../include/text.php:1196 +msgid "January" +msgstr "Enero" + +#: ../../include/text.php:1196 +msgid "February" +msgstr "Febrero" + +#: ../../include/text.php:1196 +msgid "March" +msgstr "Marzo" + +#: ../../include/text.php:1196 +msgid "April" +msgstr "Abril" + +#: ../../include/text.php:1196 +msgid "May" +msgstr "Mayo" + +#: ../../include/text.php:1196 +msgid "June" +msgstr "Junio" + +#: ../../include/text.php:1196 +msgid "July" +msgstr "Julio" + +#: ../../include/text.php:1196 +msgid "August" +msgstr "Agosto" + +#: ../../include/text.php:1196 +msgid "September" +msgstr "Septiembre" + +#: ../../include/text.php:1196 +msgid "October" +msgstr "Octubre" + +#: ../../include/text.php:1196 +msgid "November" +msgstr "Noviembre" + +#: ../../include/text.php:1196 +msgid "December" +msgstr "Diciembre" + +#: ../../include/text.php:1415 +msgid "bytes" +msgstr "bytes" + +#: ../../include/text.php:1439 ../../include/text.php:1451 +msgid "Click to open/close" +msgstr "Pulsa para abrir/cerrar" + +#: ../../include/text.php:1670 +msgid "Select an alternate language" +msgstr "Elige otro idioma" + +#: ../../include/text.php:1926 +msgid "activity" +msgstr "Actividad" + +#: ../../include/text.php:1929 +msgid "post" +msgstr "Publicación" + +#: ../../include/text.php:2084 +msgid "Item filed" +msgstr "Elemento archivado" + +#: ../../include/enotify.php:16 +msgid "Friendica Notification" +msgstr "Notificación de Friendica" + +#: ../../include/enotify.php:19 +msgid "Thank You," +msgstr "Gracias," + +#: ../../include/enotify.php:21 +#, php-format +msgid "%s Administrator" +msgstr "%s Administrador" + +#: ../../include/enotify.php:40 +#, php-format +msgid "%s " +msgstr "%s " + +#: ../../include/enotify.php:44 +#, php-format +msgid "[Friendica:Notify] New mail received at %s" +msgstr "[Friendica:Notificación] Nuevo correo recibido de %s" + +#: ../../include/enotify.php:46 +#, php-format +msgid "%1$s sent you a new private message at %2$s." +msgstr "%1$s te ha enviado un mensaje privado desde %2$s." + +#: ../../include/enotify.php:47 +#, php-format +msgid "%1$s sent you %2$s." +msgstr "%1$s te ha enviado %2$s." + +#: ../../include/enotify.php:47 +msgid "a private message" +msgstr "un mensaje privado" + +#: ../../include/enotify.php:48 +#, php-format +msgid "Please visit %s to view and/or reply to your private messages." +msgstr "Por favor, visita %s para ver y/o responder a tus mensajes privados." + +#: ../../include/enotify.php:90 +#, php-format +msgid "%1$s commented on [url=%2$s]a %3$s[/url]" +msgstr "%1$s comentó en [url=%2$s]a %3$s[/url]" + +#: ../../include/enotify.php:97 +#, php-format +msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]" +msgstr "%1$s comentó en [url=%2$s] %4$s de %3$s[/url]" + +#: ../../include/enotify.php:105 +#, php-format +msgid "%1$s commented on [url=%2$s]your %3$s[/url]" +msgstr "%1$s comentó en [url=%2$s] tu %3$s[/url]" + +#: ../../include/enotify.php:115 +#, php-format +msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s" +msgstr "[Friendica:Notificación] Comentario en la conversación de #%1$d por %2$s" + +#: ../../include/enotify.php:116 +#, php-format +msgid "%s commented on an item/conversation you have been following." +msgstr "%s ha comentado en una conversación/elemento que sigues." + +#: ../../include/enotify.php:119 ../../include/enotify.php:134 +#: ../../include/enotify.php:147 ../../include/enotify.php:165 +#: ../../include/enotify.php:178 +#, php-format +msgid "Please visit %s to view and/or reply to the conversation." +msgstr "Por favor, visita %s para ver y/o responder a la conversación." + +#: ../../include/enotify.php:126 +#, php-format +msgid "[Friendica:Notify] %s posted to your profile wall" +msgstr "[Friendica:Notificación] %s publicó en tu muro" + +#: ../../include/enotify.php:128 +#, php-format +msgid "%1$s posted to your profile wall at %2$s" +msgstr "%1$s publicó en tu perfil de %2$s" + +#: ../../include/enotify.php:130 +#, php-format +msgid "%1$s posted to [url=%2$s]your wall[/url]" +msgstr "%1$s publicó en [url=%2$s]tu muro[/url]" + +#: ../../include/enotify.php:141 +#, php-format +msgid "[Friendica:Notify] %s tagged you" +msgstr "[Friendica:Notificación] %s te ha nombrado" + +#: ../../include/enotify.php:142 +#, php-format +msgid "%1$s tagged you at %2$s" +msgstr "%1$s te ha nombrado en %2$s" + +#: ../../include/enotify.php:143 +#, php-format +msgid "%1$s [url=%2$s]tagged you[/url]." +msgstr "%1$s [url=%2$s]te nombró[/url]." + +#: ../../include/enotify.php:155 +#, php-format +msgid "[Friendica:Notify] %1$s poked you" +msgstr "[Friendica:Notify] %1$s te dio un toque" + +#: ../../include/enotify.php:156 +#, php-format +msgid "%1$s poked you at %2$s" +msgstr "%1$s te dio un toque en %2$s" + +#: ../../include/enotify.php:157 +#, php-format +msgid "%1$s [url=%2$s]poked you[/url]." +msgstr "%1$s [url=%2$s]te dio un toque[/url]." + +#: ../../include/enotify.php:172 +#, php-format +msgid "[Friendica:Notify] %s tagged your post" +msgstr "[Friendica:Notificación] %s ha etiquetado tu publicación" + +#: ../../include/enotify.php:173 +#, php-format +msgid "%1$s tagged your post at %2$s" +msgstr "%1$s ha etiquetado tu publicación en %2$s" + +#: ../../include/enotify.php:174 +#, php-format +msgid "%1$s tagged [url=%2$s]your post[/url]" +msgstr "%1$s ha etiquetado [url=%2$s]tu publicación[/url]" + +#: ../../include/enotify.php:185 +msgid "[Friendica:Notify] Introduction received" +msgstr "[Friendica:Notificación] Presentación recibida" + +#: ../../include/enotify.php:186 +#, php-format +msgid "You've received an introduction from '%1$s' at %2$s" +msgstr "Has recibido una presentación de '%1$s' en %2$s" + +#: ../../include/enotify.php:187 +#, php-format +msgid "You've received [url=%1$s]an introduction[/url] from %2$s." +msgstr "Has recibido [url=%1$s]una presentación[/url] de %2$s." + +#: ../../include/enotify.php:190 ../../include/enotify.php:208 +#, php-format +msgid "You may visit their profile at %s" +msgstr "Puedes visitar su perfil en %s" + +#: ../../include/enotify.php:192 +#, php-format +msgid "Please visit %s to approve or reject the introduction." +msgstr "Visita %s para aceptar o rechazar la presentación por favor." + +#: ../../include/enotify.php:199 +msgid "[Friendica:Notify] Friend suggestion received" +msgstr "[Friendica:Notificación] Sugerencia de amigo recibida" + +#: ../../include/enotify.php:200 +#, php-format +msgid "You've received a friend suggestion from '%1$s' at %2$s" +msgstr "Has recibido una sugerencia de amigo de '%1$s' en %2$s" + +#: ../../include/enotify.php:201 #, php-format msgid "" -"Allow to use your friendica id (%s) to connecto to external unhosted-enabled" -" storage (like ownCloud). See RemoteStorage" -" WebFinger" -msgstr "Permitir el uso de tu ID de Friendica (%s) para conexiones de almacenamiento externo sin alojamiento activado (como OwnCloud). Mira RemoteStorage WebFinger" +"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s." +msgstr "Has recibido [url=%1$s]una sugerencia de amigo[/url] en %2$s de %3$s." -#: ../../addon/uhremotestorage/uhremotestorage.php:85 -#: ../../addon.old/uhremotestorage/uhremotestorage.php:85 -msgid "Template URL (with {category})" -msgstr "Dirección de la plantilla (con {categoría})" +#: ../../include/enotify.php:206 +msgid "Name:" +msgstr "Nombre: " -#: ../../addon/uhremotestorage/uhremotestorage.php:86 -#: ../../addon.old/uhremotestorage/uhremotestorage.php:86 -msgid "OAuth end-point" -msgstr "Punto final OAuth" +#: ../../include/enotify.php:207 +msgid "Photo:" +msgstr "Foto: " -#: ../../addon/uhremotestorage/uhremotestorage.php:87 -#: ../../addon.old/uhremotestorage/uhremotestorage.php:87 -msgid "Api" -msgstr "API" - -#: ../../addon/membersince/membersince.php:18 -#: ../../addon.old/membersince/membersince.php:18 -msgid "Member since:" -msgstr "Miembro desde:" - -#: ../../addon/tictac/tictac.php:20 ../../addon.old/tictac/tictac.php:20 -msgid "Three Dimensional Tic-Tac-Toe" -msgstr "Tres en Raya tridimensional" - -#: ../../addon/tictac/tictac.php:53 ../../addon.old/tictac/tictac.php:53 -msgid "3D Tic-Tac-Toe" -msgstr "Tres en Raya 3D" - -#: ../../addon/tictac/tictac.php:58 ../../addon.old/tictac/tictac.php:58 -msgid "New game" -msgstr "Nueva partida" - -#: ../../addon/tictac/tictac.php:59 ../../addon.old/tictac/tictac.php:59 -msgid "New game with handicap" -msgstr "Nuevo juego con handicap" - -#: ../../addon/tictac/tictac.php:60 ../../addon.old/tictac/tictac.php:60 -msgid "" -"Three dimensional tic-tac-toe is just like the traditional game except that " -"it is played on multiple levels simultaneously. " -msgstr "Tres en Raya tridimensional es como el juego tradicional, excepto que se juega en varios niveles simultáneamente." - -#: ../../addon/tictac/tictac.php:61 ../../addon.old/tictac/tictac.php:61 -msgid "" -"In this case there are three levels. You win by getting three in a row on " -"any level, as well as up, down, and diagonally across the different levels." -msgstr "En este caso hay tres niveles. Ganarás por conseguir tres en raya en cualquier nivel, así como arriba, abajo y en diagonal a través de los diferentes niveles." - -#: ../../addon/tictac/tictac.php:63 ../../addon.old/tictac/tictac.php:63 -msgid "" -"The handicap game disables the center position on the middle level because " -"the player claiming this square often has an unfair advantage." -msgstr "El juego con handicap desactiva la posición central en el nivel medio porque el jugador que la ocupa tiene a menudo una ventaja injusta." - -#: ../../addon/tictac/tictac.php:182 ../../addon.old/tictac/tictac.php:182 -msgid "You go first..." -msgstr "Comienzas tú..." - -#: ../../addon/tictac/tictac.php:187 ../../addon.old/tictac/tictac.php:187 -msgid "I'm going first this time..." -msgstr "Yo voy primero esta vez..." - -#: ../../addon/tictac/tictac.php:193 ../../addon.old/tictac/tictac.php:193 -msgid "You won!" -msgstr "¡Has ganado!" - -#: ../../addon/tictac/tictac.php:199 ../../addon/tictac/tictac.php:224 -#: ../../addon.old/tictac/tictac.php:199 ../../addon.old/tictac/tictac.php:224 -msgid "\"Cat\" game!" -msgstr "¡Empate!" - -#: ../../addon/tictac/tictac.php:222 ../../addon.old/tictac/tictac.php:222 -msgid "I won!" -msgstr "¡He ganado!" - -#: ../../addon/randplace/randplace.php:169 -#: ../../addon.old/randplace/randplace.php:169 -msgid "Randplace Settings" -msgstr "Configuración de Randplace" - -#: ../../addon/randplace/randplace.php:171 -#: ../../addon.old/randplace/randplace.php:171 -msgid "Enable Randplace Plugin" -msgstr "Activar el módulo de lugar aleatorio Randplace" - -#: ../../addon/dwpost/dwpost.php:39 ../../addon.old/dwpost/dwpost.php:39 -msgid "Post to Dreamwidth" -msgstr "Publicar en Dreamwidth" - -#: ../../addon/dwpost/dwpost.php:70 ../../addon.old/dwpost/dwpost.php:70 -msgid "Dreamwidth Post Settings" -msgstr "Configuración de las publicaciones en Dreamwidth" - -#: ../../addon/dwpost/dwpost.php:72 ../../addon.old/dwpost/dwpost.php:72 -msgid "Enable dreamwidth Post Plugin" -msgstr "Activar el módulo de publicación en Dreamwidth" - -#: ../../addon/dwpost/dwpost.php:77 ../../addon.old/dwpost/dwpost.php:77 -msgid "dreamwidth username" -msgstr "Nombre de usuario de Dreamwidth" - -#: ../../addon/dwpost/dwpost.php:82 ../../addon.old/dwpost/dwpost.php:82 -msgid "dreamwidth password" -msgstr "Contraseña de Dreamwidth" - -#: ../../addon/dwpost/dwpost.php:87 ../../addon.old/dwpost/dwpost.php:87 -msgid "Post to dreamwidth by default" -msgstr "Publicar en Dreamwidth por defecto" - -#: ../../addon/remote_permissions/remote_permissions.php:44 -msgid "Remote Permissions Settings" -msgstr "" - -#: ../../addon/remote_permissions/remote_permissions.php:45 -msgid "" -"Allow recipients of your private posts to see the other recipients of the " -"posts" -msgstr "" - -#: ../../addon/remote_permissions/remote_permissions.php:57 -msgid "Remote Permissions settings updated." -msgstr "" - -#: ../../addon/remote_permissions/remote_permissions.php:177 -msgid "Visible to" -msgstr "" - -#: ../../addon/remote_permissions/remote_permissions.php:177 -msgid "may only be a partial list" -msgstr "" - -#: ../../addon/remote_permissions/remote_permissions.php:196 -msgid "Global" -msgstr "" - -#: ../../addon/remote_permissions/remote_permissions.php:196 -msgid "The posts of every user on this server show the post recipients" -msgstr "" - -#: ../../addon/remote_permissions/remote_permissions.php:197 -msgid "Individual" -msgstr "" - -#: ../../addon/remote_permissions/remote_permissions.php:197 -msgid "Each user chooses whether his/her posts show the post recipients" -msgstr "" - -#: ../../addon/startpage/startpage.php:83 -#: ../../addon.old/startpage/startpage.php:83 -msgid "Startpage Settings" -msgstr "Configuración de página inicial" - -#: ../../addon/startpage/startpage.php:85 -#: ../../addon.old/startpage/startpage.php:85 -msgid "Home page to load after login - leave blank for profile wall" -msgstr "Página por defecto, dejálo en blanco para cargar tu perfil" - -#: ../../addon/startpage/startpage.php:88 -#: ../../addon.old/startpage/startpage.php:88 -msgid "Examples: "network" or "notifications/system"" -msgstr "Ejemplos: "red" o "notificaciones/sistema"" - -#: ../../addon/geonames/geonames.php:143 -#: ../../addon.old/geonames/geonames.php:143 -msgid "Geonames settings updated." -msgstr "Configuración de Geonames actualizada." - -#: ../../addon/geonames/geonames.php:179 -#: ../../addon.old/geonames/geonames.php:179 -msgid "Geonames Settings" -msgstr "Configuración de Geonames" - -#: ../../addon/geonames/geonames.php:181 -#: ../../addon.old/geonames/geonames.php:181 -msgid "Enable Geonames Plugin" -msgstr "Activar el complemento de nombres geográficos Geonames" - -#: ../../addon/public_server/public_server.php:126 -#: ../../addon/testdrive/testdrive.php:94 -#: ../../addon.old/public_server/public_server.php:126 -#: ../../addon.old/testdrive/testdrive.php:94 +#: ../../include/enotify.php:210 #, php-format -msgid "Your account on %s will expire in a few days." -msgstr "Tu cuenta de %s expirará en pocos días." +msgid "Please visit %s to approve or reject the suggestion." +msgstr "Visita %s para aceptar o rechazar la sugerencia por favor." -#: ../../addon/public_server/public_server.php:127 -#: ../../addon.old/public_server/public_server.php:127 -msgid "Your Friendica account is about to expire." -msgstr "Tu cuenta de Friendica está a punto de expirar." +#: ../../include/Scrape.php:583 +msgid " on Last.fm" +msgstr "en Last.fm" -#: ../../addon/public_server/public_server.php:128 -#: ../../addon.old/public_server/public_server.php:128 -#, php-format +#: ../../include/group.php:25 msgid "" -"Hi %1$s,\n" -"\n" -"Your account on %2$s will expire in less than five days. You may keep your account by logging in at least once every 30 days" -msgstr "Hola %1$s,\n\nTu cuenta en %2$s expirará en menos de 5 días. Puedes mantenerla iniciando tu sesión una vez cada 30 días" +"A deleted group with this name was revived. Existing item permissions " +"may apply to this group and any future members. If this is " +"not what you intended, please create another group with a different name." +msgstr "Un grupo eliminado con este nombre fue restablecido. Los permisos existentes pueden aplicarse a este grupo y a sus futuros miembros. Si esto no es lo que pretendes, por favor, crea otro grupo con un nombre diferente." -#: ../../addon/js_upload/js_upload.php:43 -#: ../../addon.old/js_upload/js_upload.php:43 -msgid "Upload a file" -msgstr "Subir un archivo" +#: ../../include/group.php:207 +msgid "Default privacy group for new contacts" +msgstr "Grupo por defecto para nuevos contactos" -#: ../../addon/js_upload/js_upload.php:44 -#: ../../addon.old/js_upload/js_upload.php:44 -msgid "Drop files here to upload" -msgstr "Arrastra los archivos aquí para subirlos" +#: ../../include/group.php:226 +msgid "Everybody" +msgstr "Todo el mundo" -#: ../../addon/js_upload/js_upload.php:46 -#: ../../addon.old/js_upload/js_upload.php:46 -msgid "Failed" -msgstr "Falló" +#: ../../include/group.php:249 +msgid "edit" +msgstr "editar" -#: ../../addon/js_upload/js_upload.php:297 -#: ../../addon.old/js_upload/js_upload.php:297 -msgid "No files were uploaded." -msgstr "No se han subido archivos aún." +#: ../../include/group.php:271 +msgid "Edit group" +msgstr "Editar grupo" -#: ../../addon/js_upload/js_upload.php:303 -#: ../../addon.old/js_upload/js_upload.php:303 -msgid "Uploaded file is empty" -msgstr "El archivo subido está vacío" +#: ../../include/group.php:272 +msgid "Create a new group" +msgstr "Crear un nuevo grupo" -#: ../../addon/js_upload/js_upload.php:326 -#: ../../addon.old/js_upload/js_upload.php:326 -msgid "File has an invalid extension, it should be one of " -msgstr "El archivo tiene una extensión no válida, debería ser una de " +#: ../../include/group.php:273 +msgid "Contacts not in any group" +msgstr "Contactos sin grupo" -#: ../../addon/js_upload/js_upload.php:337 -#: ../../addon.old/js_upload/js_upload.php:337 -msgid "Upload was cancelled, or server error encountered" -msgstr "La subida ha sido cancelada, o se encontró un error del servidor" +#: ../../include/follow.php:32 +msgid "Connect URL missing." +msgstr "Falta el conector URL." -#: ../../addon/forumlist/forumlist.php:63 -#: ../../addon.old/forumlist/forumlist.php:63 -msgid "show/hide" -msgstr "mostrar/ocultar" +#: ../../include/follow.php:59 +msgid "" +"This site is not configured to allow communications with other networks." +msgstr "Este sitio no está configurado para permitir la comunicación con otras redes." -#: ../../addon/forumlist/forumlist.php:77 -#: ../../addon.old/forumlist/forumlist.php:77 -msgid "No forum subscriptions" -msgstr "Foro sin suscrpciones" +#: ../../include/follow.php:60 ../../include/follow.php:80 +msgid "No compatible communication protocols or feeds were discovered." +msgstr "No se ha descubierto protocolos de comunicación o fuentes compatibles." -#: ../../addon/forumlist/forumlist.php:131 -#: ../../addon.old/forumlist/forumlist.php:131 -msgid "Forumlist settings updated." -msgstr "Ajustes de lista de foros actualizados." +#: ../../include/follow.php:78 +msgid "The profile address specified does not provide adequate information." +msgstr "La dirección del perfil especificado no proporciona información adecuada." -#: ../../addon/forumlist/forumlist.php:159 -#: ../../addon.old/forumlist/forumlist.php:159 -msgid "Forumlist Settings" -msgstr "Ajustes de lista de foros" +#: ../../include/follow.php:82 +msgid "An author or name was not found." +msgstr "No se ha encontrado un autor o nombre." -#: ../../addon/forumlist/forumlist.php:161 -#: ../../addon.old/forumlist/forumlist.php:161 -msgid "Randomise forum list" +#: ../../include/follow.php:84 +msgid "No browser URL could be matched to this address." +msgstr "Ninguna dirección concuerda con la suministrada." + +#: ../../include/follow.php:86 +msgid "" +"Unable to match @-style Identity Address with a known protocol or email " +"contact." +msgstr "Imposible identificar la dirección @ con algún protocolo conocido o dirección de contacto." + +#: ../../include/follow.php:87 +msgid "Use mailto: in front of address to force email check." +msgstr "Escribe mailto: al principio de la dirección para forzar el envío." + +#: ../../include/follow.php:93 +msgid "" +"The profile address specified belongs to a network which has been disabled " +"on this site." +msgstr "La dirección del perfil especificada pertenece a una red que ha sido deshabilitada en este sitio." + +#: ../../include/follow.php:103 +msgid "" +"Limited profile. This person will be unable to receive direct/personal " +"notifications from you." +msgstr "Perfil limitado. Esta persona no podrá recibir notificaciones directas/personales tuyas." + +#: ../../include/follow.php:205 +msgid "Unable to retrieve contact information." +msgstr "No ha sido posible recibir la información del contacto." + +#: ../../include/follow.php:259 +msgid "following" +msgstr "siguiendo" + +#: ../../include/message.php:15 ../../include/message.php:172 +msgid "[no subject]" +msgstr "[sin asunto]" + +#: ../../include/nav.php:73 +msgid "End this session" +msgstr "Cerrar la sesión" + +#: ../../include/nav.php:91 +msgid "Sign in" +msgstr "Date de alta" + +#: ../../include/nav.php:104 +msgid "Home Page" +msgstr "Página de inicio" + +#: ../../include/nav.php:108 +msgid "Create an account" +msgstr "Crea una cuenta" + +#: ../../include/nav.php:113 +msgid "Help and documentation" +msgstr "Ayuda y documentación" + +#: ../../include/nav.php:116 +msgid "Apps" +msgstr "Aplicaciones" + +#: ../../include/nav.php:116 +msgid "Addon applications, utilities, games" +msgstr "Aplicaciones, utilidades, juegos" + +#: ../../include/nav.php:118 +msgid "Search site content" +msgstr " Busca contenido en la página" + +#: ../../include/nav.php:128 +msgid "Conversations on this site" +msgstr "Conversaciones en este sitio" + +#: ../../include/nav.php:130 +msgid "Directory" +msgstr "Directorio" + +#: ../../include/nav.php:130 +msgid "People directory" +msgstr "Directorio de usuarios" + +#: ../../include/nav.php:140 +msgid "Conversations from your friends" +msgstr "Conversaciones de tus amigos" + +#: ../../include/nav.php:141 +msgid "Network Reset" msgstr "" -#: ../../addon/forumlist/forumlist.php:164 -#: ../../addon.old/forumlist/forumlist.php:164 -msgid "Show forums on profile page" +#: ../../include/nav.php:141 +msgid "Load Network page with no filters" msgstr "" -#: ../../addon/forumlist/forumlist.php:167 -#: ../../addon.old/forumlist/forumlist.php:167 -msgid "Show forums on network page" +#: ../../include/nav.php:149 +msgid "Friend Requests" +msgstr "Solicitudes de amistad" + +#: ../../include/nav.php:151 +msgid "See all notifications" +msgstr "Ver todas las notificaciones" + +#: ../../include/nav.php:152 +msgid "Mark all system notifications seen" +msgstr "Marcar todas las notificaciones del sistema como leídas" + +#: ../../include/nav.php:156 +msgid "Private mail" +msgstr "Correo privado" + +#: ../../include/nav.php:157 +msgid "Inbox" +msgstr "Entrada" + +#: ../../include/nav.php:158 +msgid "Outbox" +msgstr "Enviados" + +#: ../../include/nav.php:162 +msgid "Manage" +msgstr "Administrar" + +#: ../../include/nav.php:162 +msgid "Manage other pages" +msgstr "Administrar otras páginas" + +#: ../../include/nav.php:165 +msgid "Delegations" msgstr "" -#: ../../addon/impressum/impressum.php:37 -#: ../../addon.old/impressum/impressum.php:37 -msgid "Impressum" -msgstr "Términos y Política del sitio" - -#: ../../addon/impressum/impressum.php:50 -#: ../../addon/impressum/impressum.php:52 -#: ../../addon/impressum/impressum.php:84 -#: ../../addon.old/impressum/impressum.php:50 -#: ../../addon.old/impressum/impressum.php:52 -#: ../../addon.old/impressum/impressum.php:84 -msgid "Site Owner" -msgstr "Propietario" - -#: ../../addon/impressum/impressum.php:50 -#: ../../addon/impressum/impressum.php:88 -#: ../../addon.old/impressum/impressum.php:50 -#: ../../addon.old/impressum/impressum.php:88 -msgid "Email Address" -msgstr "Dirección de correo" - -#: ../../addon/impressum/impressum.php:55 -#: ../../addon/impressum/impressum.php:86 -#: ../../addon.old/impressum/impressum.php:55 -#: ../../addon.old/impressum/impressum.php:86 -msgid "Postal Address" -msgstr "Dirección" - -#: ../../addon/impressum/impressum.php:61 -#: ../../addon.old/impressum/impressum.php:61 -msgid "" -"The impressum addon needs to be configured!
Please add at least the " -"owner variable to your config file. For other variables please " -"refer to the README file of the addon." -msgstr "Impressum necesita ser configurado.
Por favor añade al menos la variable propietario a tu archivo de configuración. Para otras variables lee el archivo README." - -#: ../../addon/impressum/impressum.php:84 -#: ../../addon.old/impressum/impressum.php:84 -msgid "The page operators name." -msgstr "Nombre del operador de la página." - -#: ../../addon/impressum/impressum.php:85 -#: ../../addon.old/impressum/impressum.php:85 -msgid "Site Owners Profile" -msgstr "Perfil del propietario del sitio" - -#: ../../addon/impressum/impressum.php:85 -#: ../../addon.old/impressum/impressum.php:85 -msgid "Profile address of the operator." -msgstr "Dirección del perfil del operador." - -#: ../../addon/impressum/impressum.php:86 -#: ../../addon.old/impressum/impressum.php:86 -msgid "How to contact the operator via snail mail. You can use BBCode here." -msgstr "Cómo contactar con el operador vía correo postal. BBCode permitido." - -#: ../../addon/impressum/impressum.php:87 -#: ../../addon.old/impressum/impressum.php:87 -msgid "Notes" -msgstr "Notas" - -#: ../../addon/impressum/impressum.php:87 -#: ../../addon.old/impressum/impressum.php:87 -msgid "" -"Additional notes that are displayed beneath the contact information. You can" -" use BBCode here." -msgstr "Notas adicionales que se mostrarán bajo la información del contacto. BBCode permitido." - -#: ../../addon/impressum/impressum.php:88 -#: ../../addon.old/impressum/impressum.php:88 -msgid "How to contact the operator via email. (will be displayed obfuscated)" -msgstr "Cómo contactar con el operador vía email (aparecerá oculto)" - -#: ../../addon/impressum/impressum.php:89 -#: ../../addon.old/impressum/impressum.php:89 -msgid "Footer note" -msgstr "Nota a pie" - -#: ../../addon/impressum/impressum.php:89 -#: ../../addon.old/impressum/impressum.php:89 -msgid "Text for the footer. You can use BBCode here." -msgstr "Texto para el Pie de página. BBCode permitido." - -#: ../../addon/buglink/buglink.php:15 ../../addon.old/buglink/buglink.php:15 -msgid "Report Bug" -msgstr "Informe de errores" - -#: ../../addon/notimeline/notimeline.php:32 -#: ../../addon.old/notimeline/notimeline.php:32 -msgid "No Timeline settings updated." -msgstr "Configuración Sin Linea Temporal actualizada." - -#: ../../addon/notimeline/notimeline.php:56 -#: ../../addon.old/notimeline/notimeline.php:56 -msgid "No Timeline Settings" -msgstr "Configuración Sin Linea Temporal" - -#: ../../addon/notimeline/notimeline.php:58 -#: ../../addon.old/notimeline/notimeline.php:58 -msgid "Disable Archive selector on profile wall" -msgstr "Desactivar el selector de archivos en el muro del perfil" - -#: ../../addon/blockem/blockem.php:51 ../../addon.old/blockem/blockem.php:51 -msgid "\"Blockem\" Settings" -msgstr "Configuración de \"Blockem\"" - -#: ../../addon/blockem/blockem.php:53 ../../addon.old/blockem/blockem.php:53 -msgid "Comma separated profile URLS to block" -msgstr "Direcciones separadas por coma de los perfiles a bloquear" - -#: ../../addon/blockem/blockem.php:70 ../../addon.old/blockem/blockem.php:70 -msgid "BLOCKEM Settings saved." -msgstr "Configuracion Blockem guardada." - -#: ../../addon/blockem/blockem.php:105 ../../addon.old/blockem/blockem.php:105 -#, php-format -msgid "Blocked %s - Click to open/close" -msgstr "%s bloqueado. Pulsa aquí para mostrar/ocultar" - -#: ../../addon/blockem/blockem.php:160 ../../addon.old/blockem/blockem.php:160 -msgid "Unblock Author" -msgstr "Desbloquear Autor" - -#: ../../addon/blockem/blockem.php:162 ../../addon.old/blockem/blockem.php:162 -msgid "Block Author" -msgstr "Bloquear Autor" - -#: ../../addon/blockem/blockem.php:194 ../../addon.old/blockem/blockem.php:194 -msgid "blockem settings updated" -msgstr "Configuración de Blockem actualizada" - -#: ../../addon/qcomment/qcomment.php:51 -#: ../../addon.old/qcomment/qcomment.php:51 -msgid ":-)" -msgstr ":-)" - -#: ../../addon/qcomment/qcomment.php:51 -#: ../../addon.old/qcomment/qcomment.php:51 -msgid ":-(" -msgstr ":-(" - -#: ../../addon/qcomment/qcomment.php:51 -#: ../../addon.old/qcomment/qcomment.php:51 -msgid "lol" -msgstr "XD" - -#: ../../addon/qcomment/qcomment.php:54 -#: ../../addon.old/qcomment/qcomment.php:54 -msgid "Quick Comment Settings" -msgstr "Configuración de Qcomment" - -#: ../../addon/qcomment/qcomment.php:56 -#: ../../addon.old/qcomment/qcomment.php:56 -msgid "" -"Quick comments are found near comment boxes, sometimes hidden. Click them to" -" provide simple replies." -msgstr "Qcomments son comentarios rápidos que se encuentran cerca del cuadro de texto, a veces ocultos. Pulsa en ellos para dar respuestas simples." - -#: ../../addon/qcomment/qcomment.php:57 -#: ../../addon.old/qcomment/qcomment.php:57 -msgid "Enter quick comments, one per line" -msgstr "Introduce comentarios rápidos, uno por línea" - -#: ../../addon/qcomment/qcomment.php:75 -#: ../../addon.old/qcomment/qcomment.php:75 -msgid "Quick Comment settings saved." -msgstr "Configuración de Qcomment guardada." - -#: ../../addon/openstreetmap/openstreetmap.php:71 -#: ../../addon.old/openstreetmap/openstreetmap.php:71 -msgid "Tile Server URL" -msgstr "Dirección del servidor" - -#: ../../addon/openstreetmap/openstreetmap.php:71 -#: ../../addon.old/openstreetmap/openstreetmap.php:71 -msgid "" -"A list of public tile servers" -msgstr "Un listado de servidores públicos" - -#: ../../addon/openstreetmap/openstreetmap.php:72 -#: ../../addon.old/openstreetmap/openstreetmap.php:72 -msgid "Default zoom" -msgstr "Zoom por defecto" - -#: ../../addon/openstreetmap/openstreetmap.php:72 -#: ../../addon.old/openstreetmap/openstreetmap.php:72 -msgid "The default zoom level. (1:world, 18:highest)" -msgstr "Nivel de zoom predeterminado. (1:mínimo, 18:máximo)" - -#: ../../addon/group_text/group_text.php:46 -#: ../../addon/editplain/editplain.php:46 -#: ../../addon.old/group_text/group_text.php:46 -#: ../../addon.old/editplain/editplain.php:46 -msgid "Editplain settings updated." -msgstr "Configuración del Editor de texto plano actualizada." - -#: ../../addon/group_text/group_text.php:76 -#: ../../addon.old/group_text/group_text.php:76 -msgid "Group Text" -msgstr "Texto agrupado" - -#: ../../addon/group_text/group_text.php:78 -#: ../../addon.old/group_text/group_text.php:78 -msgid "Use a text only (non-image) group selector in the \"group edit\" menu" -msgstr "Usar selector de grupos solo texto (sin imágenes) en el menú \"editar grupo\"" - -#: ../../addon/libravatar/libravatar.php:14 -#: ../../addon.old/libravatar/libravatar.php:14 -msgid "Could NOT install Libravatar successfully.
It requires PHP >= 5.3" -msgstr "Libravatar puede no haberse instalado correctamente.
Requiere PHP >=5.3" - -#: ../../addon/libravatar/libravatar.php:73 -#: ../../addon/gravatar/gravatar.php:71 -#: ../../addon.old/libravatar/libravatar.php:73 -#: ../../addon.old/gravatar/gravatar.php:71 -msgid "generic profile image" -msgstr "imagen genérica del perfil" - -#: ../../addon/libravatar/libravatar.php:74 -#: ../../addon/gravatar/gravatar.php:72 -#: ../../addon.old/libravatar/libravatar.php:74 -#: ../../addon.old/gravatar/gravatar.php:72 -msgid "random geometric pattern" -msgstr "patrón geométrico aleatorio" - -#: ../../addon/libravatar/libravatar.php:75 -#: ../../addon/gravatar/gravatar.php:73 -#: ../../addon.old/libravatar/libravatar.php:75 -#: ../../addon.old/gravatar/gravatar.php:73 -msgid "monster face" -msgstr "monstruosa" - -#: ../../addon/libravatar/libravatar.php:76 -#: ../../addon/gravatar/gravatar.php:74 -#: ../../addon.old/libravatar/libravatar.php:76 -#: ../../addon.old/gravatar/gravatar.php:74 -msgid "computer generated face" -msgstr "generada por ordenador" - -#: ../../addon/libravatar/libravatar.php:77 -#: ../../addon/gravatar/gravatar.php:75 -#: ../../addon.old/libravatar/libravatar.php:77 -#: ../../addon.old/gravatar/gravatar.php:75 -msgid "retro arcade style face" -msgstr "estilo retro arcade" - -#: ../../addon/libravatar/libravatar.php:83 -#: ../../addon.old/libravatar/libravatar.php:83 -#, php-format -msgid "Your PHP version %s is lower than the required PHP >= 5.3." -msgstr "Tu versión de PHP %s, menor que la requerida (PHP >=5.3)." - -#: ../../addon/libravatar/libravatar.php:84 -#: ../../addon.old/libravatar/libravatar.php:84 -msgid "This addon is not functional on your server." -msgstr "Esta funcionalidad no está activa en tu servidor." - -#: ../../addon/libravatar/libravatar.php:93 -#: ../../addon/gravatar/gravatar.php:89 -#: ../../addon.old/libravatar/libravatar.php:93 -#: ../../addon.old/gravatar/gravatar.php:89 -msgid "Information" -msgstr "Información" - -#: ../../addon/libravatar/libravatar.php:93 -#: ../../addon.old/libravatar/libravatar.php:93 -msgid "" -"Gravatar addon is installed. Please disable the Gravatar addon.
The " -"Libravatar addon will fall back to Gravatar if nothing was found at " -"Libravatar." -msgstr "El complemento Gravatar está instalado. Por favor, desactiva dicho complemento.
El complemento Libravatar usará Gravatar si no encuentra nada en Libravatar." - -#: ../../addon/libravatar/libravatar.php:100 -#: ../../addon/gravatar/gravatar.php:96 -#: ../../addon.old/libravatar/libravatar.php:100 -#: ../../addon.old/gravatar/gravatar.php:96 -msgid "Default avatar image" -msgstr "Imagen del avatar por defecto" - -#: ../../addon/libravatar/libravatar.php:100 -#: ../../addon.old/libravatar/libravatar.php:100 -msgid "Select default avatar image if none was found. See README" -msgstr "Elige una imagen para tu avatar si no se encuentra ninguna (ver README)" - -#: ../../addon/libravatar/libravatar.php:112 -#: ../../addon.old/libravatar/libravatar.php:112 -msgid "Libravatar settings updated." -msgstr "Configuración de Libravatar actualizada." - -#: ../../addon/libertree/libertree.php:36 -#: ../../addon.old/libertree/libertree.php:36 -msgid "Post to libertree" -msgstr "Publicar en Libertree" - -#: ../../addon/libertree/libertree.php:67 -#: ../../addon.old/libertree/libertree.php:67 -msgid "libertree Post Settings" -msgstr "Configuración de la publicación en Libertree" - -#: ../../addon/libertree/libertree.php:69 -#: ../../addon.old/libertree/libertree.php:69 -msgid "Enable Libertree Post Plugin" -msgstr "Activar el módulo de publicación en Libertree" - -#: ../../addon/libertree/libertree.php:74 -#: ../../addon.old/libertree/libertree.php:74 -msgid "Libertree API token" -msgstr "Ficha API de Libertree" - -#: ../../addon/libertree/libertree.php:79 -#: ../../addon.old/libertree/libertree.php:79 -msgid "Libertree site URL" -msgstr "Dirección de Libertree" - -#: ../../addon/libertree/libertree.php:84 -#: ../../addon.old/libertree/libertree.php:84 -msgid "Post to Libertree by default" -msgstr "Publicar en Libertree por defecto" - -#: ../../addon/altpager/altpager.php:46 -#: ../../addon.old/altpager/altpager.php:46 -msgid "Altpager settings updated." -msgstr "Configuración de paginador alternativo actualizada." - -#: ../../addon/altpager/altpager.php:79 -#: ../../addon.old/altpager/altpager.php:79 -msgid "Alternate Pagination Setting" -msgstr "Configuración de paginación alternativa" - -#: ../../addon/altpager/altpager.php:81 -#: ../../addon.old/altpager/altpager.php:81 -msgid "Use links to \"newer\" and \"older\" pages in place of page numbers?" -msgstr "¿Usar \"más nuevo\" y \"más antiguo\" en vez de números en las páginas?" - -#: ../../addon/mathjax/mathjax.php:37 ../../addon.old/mathjax/mathjax.php:37 -msgid "" -"The MathJax addon renders mathematical formulae written using the LaTeX " -"syntax surrounded by the usual $$ or an eqnarray block in the postings of " -"your wall,network tab and private mail." -msgstr "El complemento MathJax renderiza las fórmulas matemáticas escritas usando la sintaxis de LaTeX rodeadas por el habitual $ $ o un bloque de eqnarray en las publicaciones de tu muro, pestaña de red y correo privado." - -#: ../../addon/mathjax/mathjax.php:38 ../../addon.old/mathjax/mathjax.php:38 -msgid "Use the MathJax renderer" -msgstr "Usar renderizado Mathjax" - -#: ../../addon/mathjax/mathjax.php:74 ../../addon.old/mathjax/mathjax.php:74 -msgid "MathJax Base URL" -msgstr "Dirección base de Mathjax" - -#: ../../addon/mathjax/mathjax.php:74 ../../addon.old/mathjax/mathjax.php:74 -msgid "" -"The URL for the javascript file that should be included to use MathJax. Can " -"be either the MathJax CDN or another installation of MathJax." -msgstr "La dirección para el archivo javascript debe estar incluida para usar Mathjax. Puede ser Mathjax CDN o cualquier otra instalación de Mathjax." - -#: ../../addon/editplain/editplain.php:76 -#: ../../addon.old/editplain/editplain.php:76 -msgid "Editplain Settings" -msgstr "Configuración del Editor de texto plano" - -#: ../../addon/editplain/editplain.php:78 -#: ../../addon.old/editplain/editplain.php:78 -msgid "Disable richtext status editor" -msgstr "Desactivar el editor de texto enriquecido" - -#: ../../addon/gravatar/gravatar.php:89 -#: ../../addon.old/gravatar/gravatar.php:89 -msgid "" -"Libravatar addon is installed, too. Please disable Libravatar addon or this " -"Gravatar addon.
The Libravatar addon will fall back to Gravatar if " -"nothing was found at Libravatar." -msgstr "El complemento Libravatar también está instalado. Por favor desactiva este complemento o el complemento de Gravatar.
El complemento Libravatar usará Gravatar si no encuentra nada en Libravatar." - -#: ../../addon/gravatar/gravatar.php:96 -#: ../../addon.old/gravatar/gravatar.php:96 -msgid "Select default avatar image if none was found at Gravatar. See README" -msgstr "Selecionar la imagen del avatar por defecto si no se ha encontrado ninguna en Gravatar. Mira el README" - -#: ../../addon/gravatar/gravatar.php:97 -#: ../../addon.old/gravatar/gravatar.php:97 -msgid "Rating of images" -msgstr "Valoración de las imágenes" - -#: ../../addon/gravatar/gravatar.php:97 -#: ../../addon.old/gravatar/gravatar.php:97 -msgid "Select the appropriate avatar rating for your site. See README" -msgstr "Selecciona el avatar de clasificación apropiado para tu sitio. Ver README" - -#: ../../addon/gravatar/gravatar.php:111 -#: ../../addon.old/gravatar/gravatar.php:111 -msgid "Gravatar settings updated." -msgstr "Configuración de Gravatar actualizada." - -#: ../../addon/testdrive/testdrive.php:95 -#: ../../addon.old/testdrive/testdrive.php:95 -msgid "Your Friendica test account is about to expire." -msgstr "Tu cuenta de prueba de Friendica está a punto de expirar." - -#: ../../addon/testdrive/testdrive.php:96 -#: ../../addon.old/testdrive/testdrive.php:96 -#, php-format -msgid "" -"Hi %1$s,\n" -"\n" -"Your test account on %2$s will expire in less than five days. We hope you enjoyed this test drive and use this opportunity to find a permanent Friendica website for your integrated social communications. A list of public sites is available at http://dir.friendica.com/siteinfo - and for more information on setting up your own Friendica server please see the Friendica project website at http://friendica.com." -msgstr "Hola %1$s,\n\nTu cuenta de prueba en %2$s expirará en menos de 5 días. Esperamos que hayas disfrutado de la experiencia y te decidas a unirte a la red social de Friendica. Dispones de un listado de servidores disponibles en http://dir.friendica.com/siteinfo Para saber más sobre cómo crear tu propio servidor de Friendica puedes visitar la web del Proyecto Friendica en http://friendica.com." - -#: ../../addon/pageheader/pageheader.php:50 -#: ../../addon.old/pageheader/pageheader.php:50 -msgid "\"pageheader\" Settings" -msgstr "Configuración de cabecera" - -#: ../../addon/pageheader/pageheader.php:68 -#: ../../addon.old/pageheader/pageheader.php:68 -msgid "pageheader Settings saved." -msgstr "Configuración de cabecera de página guardada." - -#: ../../addon/ijpost/ijpost.php:39 ../../addon.old/ijpost/ijpost.php:39 -msgid "Post to Insanejournal" -msgstr "Publicar en Insanejournal" - -#: ../../addon/ijpost/ijpost.php:70 ../../addon.old/ijpost/ijpost.php:70 -msgid "InsaneJournal Post Settings" -msgstr "Configuración de publicación en Insanejournal" - -#: ../../addon/ijpost/ijpost.php:72 ../../addon.old/ijpost/ijpost.php:72 -msgid "Enable InsaneJournal Post Plugin" -msgstr "Activar el módulo de publicación en Insanejournal" - -#: ../../addon/ijpost/ijpost.php:77 ../../addon.old/ijpost/ijpost.php:77 -msgid "InsaneJournal username" -msgstr "Nombre de usuario de Insanejournal" - -#: ../../addon/ijpost/ijpost.php:82 ../../addon.old/ijpost/ijpost.php:82 -msgid "InsaneJournal password" -msgstr "Contraseña de Insanejournal" - -#: ../../addon/ijpost/ijpost.php:87 ../../addon.old/ijpost/ijpost.php:87 -msgid "Post to InsaneJournal by default" -msgstr "Publicar en Insanejournal por defecto" - -#: ../../addon/jappixmini/jappixmini.php:266 -#: ../../addon.old/jappixmini/jappixmini.php:266 -msgid "Jappix Mini addon settings" -msgstr "Ajustes de complemento Jappix Mini" - -#: ../../addon/jappixmini/jappixmini.php:268 -#: ../../addon.old/jappixmini/jappixmini.php:268 -msgid "Activate addon" -msgstr "Activar complemento" - -#: ../../addon/jappixmini/jappixmini.php:271 -#: ../../addon.old/jappixmini/jappixmini.php:271 -msgid "" -"Do not insert the Jappixmini Chat-Widget into the webinterface" -msgstr "No insertar la aplicación de chat Jappixmini en la interfaz web" - -#: ../../addon/jappixmini/jappixmini.php:274 -#: ../../addon.old/jappixmini/jappixmini.php:274 -msgid "Jabber username" -msgstr "Nombre de usuario de Jabber" - -#: ../../addon/jappixmini/jappixmini.php:277 -#: ../../addon.old/jappixmini/jappixmini.php:277 -msgid "Jabber server" -msgstr "Servidor de Jabber" - -#: ../../addon/jappixmini/jappixmini.php:281 -#: ../../addon.old/jappixmini/jappixmini.php:281 -msgid "Jabber BOSH host" -msgstr "Anfitrión BOSH de Jabber" - -#: ../../addon/jappixmini/jappixmini.php:285 -#: ../../addon.old/jappixmini/jappixmini.php:285 -msgid "Jabber password" -msgstr "Contraseña de Jabber" - -#: ../../addon/jappixmini/jappixmini.php:290 -#: ../../addon.old/jappixmini/jappixmini.php:290 -msgid "Encrypt Jabber password with Friendica password (recommended)" -msgstr "Encriptar contraseña de Jabber con la contraseña de Friendica (recomendado)" - -#: ../../addon/jappixmini/jappixmini.php:293 -#: ../../addon.old/jappixmini/jappixmini.php:293 -msgid "Friendica password" -msgstr "Contraseña de Friendica" - -#: ../../addon/jappixmini/jappixmini.php:296 -#: ../../addon.old/jappixmini/jappixmini.php:296 -msgid "Approve subscription requests from Friendica contacts automatically" -msgstr "Aprobar peticiones de suscripción de contactos de Friendica automáticamente" - -#: ../../addon/jappixmini/jappixmini.php:299 -#: ../../addon.old/jappixmini/jappixmini.php:299 -msgid "Subscribe to Friendica contacts automatically" -msgstr "Suscribirse a contactos de Friendica automáticamente" - -#: ../../addon/jappixmini/jappixmini.php:302 -#: ../../addon.old/jappixmini/jappixmini.php:302 -msgid "Purge internal list of jabber addresses of contacts" -msgstr "Purgar los contactos de la lista interna de direcciones de Jabber" - -#: ../../addon/jappixmini/jappixmini.php:308 -#: ../../addon.old/jappixmini/jappixmini.php:308 -msgid "Add contact" -msgstr "Añadir contacto" - -#: ../../addon/viewsrc/viewsrc.php:37 ../../addon.old/viewsrc/viewsrc.php:37 -msgid "View Source" -msgstr "Ver fuente" - -#: ../../addon/statusnet/statusnet.php:134 -#: ../../addon.old/statusnet/statusnet.php:134 -msgid "Post to StatusNet" -msgstr "Publicar en StatusNet" - -#: ../../addon/statusnet/statusnet.php:176 -#: ../../addon.old/statusnet/statusnet.php:176 -msgid "" -"Please contact your site administrator.
The provided API URL is not " -"valid." -msgstr "Por favor, contacta con el administrador de tu web.
La dirección API suministrada no es válida." - -#: ../../addon/statusnet/statusnet.php:204 -#: ../../addon.old/statusnet/statusnet.php:204 -msgid "We could not contact the StatusNet API with the Path you entered." -msgstr "No podemos contantar con StatusNet en la ruta que has especificado." - -#: ../../addon/statusnet/statusnet.php:232 -#: ../../addon.old/statusnet/statusnet.php:232 -msgid "StatusNet settings updated." -msgstr "Actualición de la configuración de StatusNet." - -#: ../../addon/statusnet/statusnet.php:257 -#: ../../addon.old/statusnet/statusnet.php:257 -msgid "StatusNet Posting Settings" -msgstr "Configuración de envío a StatusNet" - -#: ../../addon/statusnet/statusnet.php:271 -#: ../../addon.old/statusnet/statusnet.php:271 -msgid "Globally Available StatusNet OAuthKeys" -msgstr "StatusNet OAuthKeys disponibles para todos" - -#: ../../addon/statusnet/statusnet.php:272 -#: ../../addon.old/statusnet/statusnet.php:272 -msgid "" -"There are preconfigured OAuth key pairs for some StatusNet servers " -"available. If you are useing one of them, please use these credentials. If " -"not feel free to connect to any other StatusNet instance (see below)." -msgstr "Existen pares de valores OAuthKey preconfigurados para algunos servidores. Si usas uno de ellos, por favor usa estas credenciales. De los contrario no dudes en conectar con cualquiera otra instancia de StatusNet (ver a continuación)." - -#: ../../addon/statusnet/statusnet.php:280 -#: ../../addon.old/statusnet/statusnet.php:280 -msgid "Provide your own OAuth Credentials" -msgstr "Proporciona tus propias credenciales OAuth" - -#: ../../addon/statusnet/statusnet.php:281 -#: ../../addon.old/statusnet/statusnet.php:281 -msgid "" -"No consumer key pair for StatusNet found. Register your Friendica Account as" -" an desktop client on your StatusNet account, copy the consumer key pair " -"here and enter the API base root.
Before you register your own OAuth " -"key pair ask the administrator if there is already a key pair for this " -"Friendica installation at your favorited StatusNet installation." -msgstr "No se ha encontrado ningún par de claves consumer para StatusNet. Registra tu cuenta de Friendica como un cliente de escritorio en tu cuenta de StatusNet, copia el par de claves consumer aquí e introduce la dirección de la API.
Antes de registrar tu propio par de claves OAuth pregunta a tu administrador si ya existe un par de claves para esa instalación de Friendica en tu instalación StatusNet favorita." - -#: ../../addon/statusnet/statusnet.php:283 -#: ../../addon.old/statusnet/statusnet.php:283 -msgid "OAuth Consumer Key" -msgstr "Clave OAuth del usuario" - -#: ../../addon/statusnet/statusnet.php:286 -#: ../../addon.old/statusnet/statusnet.php:286 -msgid "OAuth Consumer Secret" -msgstr "Secreto OAuth del usuario" - -#: ../../addon/statusnet/statusnet.php:289 -#: ../../addon.old/statusnet/statusnet.php:289 -msgid "Base API Path (remember the trailing /)" -msgstr "Dirección de la API (recordar el / al final)" - -#: ../../addon/statusnet/statusnet.php:310 -#: ../../addon.old/statusnet/statusnet.php:310 -msgid "" -"To connect to your StatusNet account click the button below to get a " -"security code from StatusNet which you have to copy into the input box below" -" and submit the form. Only your public posts will be posted" -" to StatusNet." -msgstr "Para conectarte a tu cuenta de StatusNet haz clic en el botón abajo para obtener un PIN de StatusNet, que tienes que copiar en el cuadro de entrada y enviar el formulario. Solo tus publicaciones públicas se publicarán en StatusNet." - -#: ../../addon/statusnet/statusnet.php:311 -#: ../../addon.old/statusnet/statusnet.php:311 -msgid "Log in with StatusNet" -msgstr "Inicia sesión en StatusNet" - -#: ../../addon/statusnet/statusnet.php:313 -#: ../../addon.old/statusnet/statusnet.php:313 -msgid "Copy the security code from StatusNet here" -msgstr "Copia el código de seguridad de StatusNet aquí" - -#: ../../addon/statusnet/statusnet.php:319 -#: ../../addon.old/statusnet/statusnet.php:319 -msgid "Cancel Connection Process" -msgstr "Cancelar la conexión en proceso" - -#: ../../addon/statusnet/statusnet.php:321 -#: ../../addon.old/statusnet/statusnet.php:321 -msgid "Current StatusNet API is" -msgstr "El estado actual de la API de StatusNet es" - -#: ../../addon/statusnet/statusnet.php:322 -#: ../../addon.old/statusnet/statusnet.php:322 -msgid "Cancel StatusNet Connection" -msgstr "Cancelar conexión con StatusNet" - -#: ../../addon/statusnet/statusnet.php:333 ../../addon/twitter/twitter.php:189 -#: ../../addon.old/statusnet/statusnet.php:333 -#: ../../addon.old/twitter/twitter.php:189 -msgid "Currently connected to: " -msgstr "Actualmente conectado a:" - -#: ../../addon/statusnet/statusnet.php:334 -#: ../../addon.old/statusnet/statusnet.php:334 -msgid "" -"If enabled all your public postings can be posted to the " -"associated StatusNet account. You can choose to do so by default (here) or " -"for every posting separately in the posting options when writing the entry." -msgstr "Si lo habilitas todas tus publicaciones públicas podrán ser publicadas en la cuenta asociada de StatusNet. Pudes elegir hacerlo por defecto (aquí) o para cada publicación individualmente en las opciones de publicacion cuando las escribes." - -#: ../../addon/statusnet/statusnet.php:336 -#: ../../addon.old/statusnet/statusnet.php:336 -msgid "" -"Note: Due your privacy settings (Hide your profile " -"details from unknown viewers?) the link potentially included in public " -"postings relayed to StatusNet will lead the visitor to a blank page " -"informing the visitor that the access to your profile has been restricted." -msgstr "Nota: Debido a tus opciones de privacidad (¿Ocultar los detalles de tu perfil de espectadores desconocidos?) el vínculo potencialmente incluido en publicaciones públicas que se transmiten a StatusNet conducirá al visitante a una página en blanco que informa a los visitantes que el acceso a tu perfil es restringido." - -#: ../../addon/statusnet/statusnet.php:339 -#: ../../addon.old/statusnet/statusnet.php:339 -msgid "Allow posting to StatusNet" -msgstr "Permitir publicaciones en StatusNet" - -#: ../../addon/statusnet/statusnet.php:342 -#: ../../addon.old/statusnet/statusnet.php:342 -msgid "Send public postings to StatusNet by default" -msgstr "Enviar publicaciones públicas a StatusNet por defecto" - -#: ../../addon/statusnet/statusnet.php:345 -#: ../../addon.old/statusnet/statusnet.php:345 -msgid "Send linked #-tags and @-names to StatusNet" -msgstr "Enviar a StatusNet las #-etiquetas y @-nombres" - -#: ../../addon/statusnet/statusnet.php:350 ../../addon/twitter/twitter.php:206 -#: ../../addon.old/statusnet/statusnet.php:350 -#: ../../addon.old/twitter/twitter.php:206 -msgid "Clear OAuth configuration" -msgstr "Borrar la configuración de OAuth" - -#: ../../addon/statusnet/statusnet.php:568 -#: ../../addon.old/statusnet/statusnet.php:568 -msgid "API URL" -msgstr "Dirección de la API" - -#: ../../addon/infiniteimprobabilitydrive/infiniteimprobabilitydrive.php:19 -#: ../../addon.old/infiniteimprobabilitydrive/infiniteimprobabilitydrive.php:19 -msgid "Infinite Improbability Drive" -msgstr "Unidad de improbabilidad infinita" - -#: ../../addon/tumblr/tumblr.php:36 ../../addon.old/tumblr/tumblr.php:36 -msgid "Post to Tumblr" -msgstr "Publicar en Tumblr" - -#: ../../addon/tumblr/tumblr.php:67 ../../addon.old/tumblr/tumblr.php:67 -msgid "Tumblr Post Settings" -msgstr "Configuración de publicación en Tumblr" - -#: ../../addon/tumblr/tumblr.php:69 ../../addon.old/tumblr/tumblr.php:69 -msgid "Enable Tumblr Post Plugin" -msgstr "Habilitar el módulo de publicación en Tumblr" - -#: ../../addon/tumblr/tumblr.php:74 ../../addon.old/tumblr/tumblr.php:74 -msgid "Tumblr login" -msgstr "Tumblr - inicio de sesión" - -#: ../../addon/tumblr/tumblr.php:79 ../../addon.old/tumblr/tumblr.php:79 -msgid "Tumblr password" -msgstr "Tumblr - contraseña" - -#: ../../addon/tumblr/tumblr.php:84 ../../addon.old/tumblr/tumblr.php:84 -msgid "Post to Tumblr by default" -msgstr "Publicar en Tumblr por defecto" - -#: ../../addon/numfriends/numfriends.php:46 -#: ../../addon.old/numfriends/numfriends.php:46 -msgid "Numfriends settings updated." -msgstr "Configuración del Contador de contactos actualizada" - -#: ../../addon/numfriends/numfriends.php:77 -#: ../../addon.old/numfriends/numfriends.php:77 -msgid "Numfriends Settings" -msgstr "Configuración del Contador de contactos" - -#: ../../addon/numfriends/numfriends.php:79 ../../addon.old/bg/bg.php:84 -#: ../../addon.old/numfriends/numfriends.php:79 -msgid "How many contacts to display on profile sidebar" -msgstr "¿Cuántos contactos quieres mostrar en la barra lateral de tu perfil?" - -#: ../../addon/gnot/gnot.php:48 ../../addon.old/gnot/gnot.php:48 -msgid "Gnot settings updated." -msgstr "Configuración de Gnot actualizada." - -#: ../../addon/gnot/gnot.php:79 ../../addon.old/gnot/gnot.php:79 -msgid "Gnot Settings" -msgstr "Configuración de Gnot" - -#: ../../addon/gnot/gnot.php:81 ../../addon.old/gnot/gnot.php:81 -msgid "" -"Allows threading of email comment notifications on Gmail and anonymising the" -" subject line." -msgstr "Permitir el enhebrado en las notificaciones de comentarios de correo en Gmail y hacer anónima la línea de \"Asunto\"." - -#: ../../addon/gnot/gnot.php:82 ../../addon.old/gnot/gnot.php:82 -msgid "Enable this plugin/addon?" -msgstr "¿Activar este módulo/extensión?" - -#: ../../addon/gnot/gnot.php:97 ../../addon.old/gnot/gnot.php:97 -#, php-format -msgid "[Friendica:Notify] Comment to conversation #%d" -msgstr "[Friendica:Notificación] Comentario en la conversación de #%d" - -#: ../../addon/wppost/wppost.php:42 ../../addon.old/wppost/wppost.php:42 -msgid "Post to Wordpress" -msgstr "Publicar en Wordpress" - -#: ../../addon/wppost/wppost.php:76 ../../addon.old/wppost/wppost.php:76 -msgid "WordPress Post Settings" -msgstr "Configuración de publicación en Wordpres" - -#: ../../addon/wppost/wppost.php:78 ../../addon.old/wppost/wppost.php:78 -msgid "Enable WordPress Post Plugin" -msgstr "Habilitar el módulo de publicación en Wordpress" - -#: ../../addon/wppost/wppost.php:83 ../../addon.old/wppost/wppost.php:83 -msgid "WordPress username" -msgstr "WordPress - nombre de usuario" - -#: ../../addon/wppost/wppost.php:88 ../../addon.old/wppost/wppost.php:88 -msgid "WordPress password" -msgstr "WordPress - contraseña" - -#: ../../addon/wppost/wppost.php:93 ../../addon.old/wppost/wppost.php:93 -msgid "WordPress API URL" -msgstr "WordPress - dirección API" - -#: ../../addon/wppost/wppost.php:98 ../../addon.old/wppost/wppost.php:98 -msgid "Post to WordPress by default" -msgstr "Publicar a WordPress por defecto" - -#: ../../addon/wppost/wppost.php:103 ../../addon.old/wppost/wppost.php:103 -msgid "Provide a backlink to the Friendica post" -msgstr "Añade un enlace de vuelta a la publicación de Friendica" - -#: ../../addon/wppost/wppost.php:201 ../../addon/blogger/blogger.php:172 -#: ../../addon/posterous/posterous.php:189 -#: ../../addon.old/drpost/drpost.php:184 ../../addon.old/wppost/wppost.php:201 -#: ../../addon.old/blogger/blogger.php:172 -#: ../../addon.old/posterous/posterous.php:189 -msgid "Post from Friendica" -msgstr "Publicado desde Friendica" - -#: ../../addon/wppost/wppost.php:207 ../../addon.old/wppost/wppost.php:207 -msgid "Read the original post and comment stream on Friendica" -msgstr "Leer la publicación original y los comentarios en Friendica" - -#: ../../addon/showmore/showmore.php:38 -#: ../../addon.old/showmore/showmore.php:38 -msgid "\"Show more\" Settings" -msgstr "Configuración de \"Muéstrame más\"" - -#: ../../addon/showmore/showmore.php:41 -#: ../../addon.old/showmore/showmore.php:41 -msgid "Enable Show More" -msgstr "Activar Muéstrame más" - -#: ../../addon/showmore/showmore.php:44 -#: ../../addon.old/showmore/showmore.php:44 -msgid "Cutting posts after how much characters" -msgstr "Cortar las publicaciones después de cuántos caracteres" - -#: ../../addon/showmore/showmore.php:65 -#: ../../addon.old/showmore/showmore.php:65 -msgid "Show More Settings saved." -msgstr "Configuración de Muéstrame más guardada." - -#: ../../addon/piwik/piwik.php:79 ../../addon.old/piwik/piwik.php:79 -msgid "" -"This website is tracked using the Piwik " -"analytics tool." -msgstr "Este sitio realiza un seguimiento mediante la herramienta de análisis Piwik." - -#: ../../addon/piwik/piwik.php:82 ../../addon.old/piwik/piwik.php:82 -#, php-format -msgid "" -"If you do not want that your visits are logged this way you can" -" set a cookie to prevent Piwik from tracking further visits of the site " -"(opt-out)." -msgstr "Si no quieres que tus visitas sean registradas de esta manera puedes establecer una cookie para evitar que Piwik realice un seguimiento de las visitas del sitio (opt-out)." - -#: ../../addon/piwik/piwik.php:90 ../../addon.old/piwik/piwik.php:90 -msgid "Piwik Base URL" -msgstr "Dirección base Piwik" - -#: ../../addon/piwik/piwik.php:90 ../../addon.old/piwik/piwik.php:90 -msgid "" -"Absolute path to your Piwik installation. (without protocol (http/s), with " -"trailing slash)" -msgstr "Ruta absoluta a tu instalación de Piwik (sin el protocolo (http/s) pero con la barra)." - -#: ../../addon/piwik/piwik.php:91 ../../addon.old/piwik/piwik.php:91 -msgid "Site ID" -msgstr "ID del sitio" - -#: ../../addon/piwik/piwik.php:92 ../../addon.old/piwik/piwik.php:92 -msgid "Show opt-out cookie link?" -msgstr "¿Mostrar enlace a las cookies?" - -#: ../../addon/piwik/piwik.php:93 ../../addon.old/piwik/piwik.php:93 -msgid "Asynchronous tracking" -msgstr "Seguimiento asíncrono" - -#: ../../addon/twitter/twitter.php:73 ../../addon.old/twitter/twitter.php:73 -msgid "Post to Twitter" -msgstr "Publicar en Twitter" - -#: ../../addon/twitter/twitter.php:122 ../../addon.old/twitter/twitter.php:122 -msgid "Twitter settings updated." -msgstr "Actualización de la configuración de Twitter" - -#: ../../addon/twitter/twitter.php:146 ../../addon.old/twitter/twitter.php:146 -msgid "Twitter Posting Settings" -msgstr "Configuración de publicaciones en Twitter" - -#: ../../addon/twitter/twitter.php:153 ../../addon.old/twitter/twitter.php:153 -msgid "" -"No consumer key pair for Twitter found. Please contact your site " -"administrator." -msgstr "No se ha encontrado ningún par de claves para Twitter. Póngase en contacto con el administrador del sitio." - -#: ../../addon/twitter/twitter.php:172 ../../addon.old/twitter/twitter.php:172 -msgid "" -"At this Friendica instance the Twitter plugin was enabled but you have not " -"yet connected your account to your Twitter account. To do so click the " -"button below to get a PIN from Twitter which you have to copy into the input" -" box below and submit the form. Only your public posts will" -" be posted to Twitter." -msgstr "En esta instalación de Friendica el módulo de Twitter está activo pero aún no has conectado tu cuenta con la de Twitter. Para hacerlo, pulsa en el siguiente botón para obtener un PIN de Twitter, que deberás introducir en la casilla de abajo y enviar el formulario. Unicamente el contenido público que publiques será publicado en Twitter." - -#: ../../addon/twitter/twitter.php:173 ../../addon.old/twitter/twitter.php:173 -msgid "Log in with Twitter" -msgstr "Acceder con Twitter" - -#: ../../addon/twitter/twitter.php:175 ../../addon.old/twitter/twitter.php:175 -msgid "Copy the PIN from Twitter here" -msgstr "Copia el PIN de Twitter aquí" - -#: ../../addon/twitter/twitter.php:190 ../../addon.old/twitter/twitter.php:190 -msgid "" -"If enabled all your public postings can be posted to the " -"associated Twitter account. You can choose to do so by default (here) or for" -" every posting separately in the posting options when writing the entry." -msgstr "Si lo habilitas todas tus publicaciones públicas serán publicadas en la cuenta de Twitter asociada. Puedes elegir hacerlo por defecto (aquí) o individualmente para cada publicación usando las opciones cuando escribas." - -#: ../../addon/twitter/twitter.php:192 ../../addon.old/twitter/twitter.php:192 -msgid "" -"Note: Due your privacy settings (Hide your profile " -"details from unknown viewers?) the link potentially included in public " -"postings relayed to Twitter will lead the visitor to a blank page informing " -"the visitor that the access to your profile has been restricted." -msgstr "Nota: Debido a tus opciones de privacidad (¿Ocultar los detalles de tu perfil de espectadores desconocidos?) el vínculo potencialmente incluido en publicaciones públicas que se transmiten a Twitter conducirá al visitante a una página en blanco que informa a los visitantes que el acceso a tu perfil es restringido." - -#: ../../addon/twitter/twitter.php:195 ../../addon.old/twitter/twitter.php:195 -msgid "Allow posting to Twitter" -msgstr "Permitir publicar en Twitter" - -#: ../../addon/twitter/twitter.php:198 ../../addon.old/twitter/twitter.php:198 -msgid "Send public postings to Twitter by default" -msgstr "Enviar publicaciones públicas a Twitter por defecto" - -#: ../../addon/twitter/twitter.php:201 ../../addon.old/twitter/twitter.php:201 -msgid "Send linked #-tags and @-names to Twitter" -msgstr "Enviar a Twitter las #-etiquetas y @-nombres" - -#: ../../addon/twitter/twitter.php:396 ../../addon.old/twitter/twitter.php:396 -msgid "Consumer key" -msgstr "Clave del usuario" - -#: ../../addon/twitter/twitter.php:397 ../../addon.old/twitter/twitter.php:397 -msgid "Consumer secret" -msgstr "Secreto del usuario" - -#: ../../addon/irc/irc.php:44 ../../addon.old/irc/irc.php:44 -msgid "IRC Settings" -msgstr "Configuración IRC" - -#: ../../addon/irc/irc.php:46 ../../addon.old/irc/irc.php:46 -msgid "Channel(s) to auto connect (comma separated)" -msgstr "Conectar automáticamente a (canales separados por coma)" - -#: ../../addon/irc/irc.php:51 ../../addon.old/irc/irc.php:51 -msgid "Popular Channels (comma separated)" -msgstr "Canales populares (separados por coma)" - -#: ../../addon/irc/irc.php:69 ../../addon.old/irc/irc.php:69 -msgid "IRC settings saved." -msgstr "Configuración de IRC guardada." - -#: ../../addon/irc/irc.php:74 ../../addon.old/irc/irc.php:74 -msgid "IRC Chatroom" -msgstr "Sala de Chat IRC" - -#: ../../addon/irc/irc.php:96 ../../addon.old/irc/irc.php:96 -msgid "Popular Channels" -msgstr "Canales populares" - -#: ../../addon/fromapp/fromapp.php:38 ../../addon.old/fromapp/fromapp.php:38 -msgid "Fromapp settings updated." +#: ../../include/nav.php:169 +msgid "Manage/Edit Profiles" msgstr "" -#: ../../addon/fromapp/fromapp.php:64 ../../addon.old/fromapp/fromapp.php:64 -msgid "FromApp Settings" +#: ../../include/nav.php:171 +msgid "Manage/edit friends and contacts" +msgstr "Administrar/editar amigos y contactos" + +#: ../../include/nav.php:178 +msgid "Site setup and configuration" +msgstr "Opciones y configuración del sitio" + +#: ../../include/nav.php:182 +msgid "Navigation" msgstr "" -#: ../../addon/fromapp/fromapp.php:66 ../../addon.old/fromapp/fromapp.php:66 -msgid "" -"The application name you would like to show your posts originating from." +#: ../../include/nav.php:182 +msgid "Site map" msgstr "" -#: ../../addon/fromapp/fromapp.php:70 ../../addon.old/fromapp/fromapp.php:70 -msgid "Use this application name even if another application was used." -msgstr "" - -#: ../../addon/blogger/blogger.php:42 ../../addon.old/blogger/blogger.php:42 -msgid "Post to blogger" -msgstr "Publícar en Blogger" - -#: ../../addon/blogger/blogger.php:74 ../../addon.old/blogger/blogger.php:74 -msgid "Blogger Post Settings" -msgstr "Configuración de las publicaciones en Blogger" - -#: ../../addon/blogger/blogger.php:76 ../../addon.old/blogger/blogger.php:76 -msgid "Enable Blogger Post Plugin" -msgstr "Activar el módulo de publicación en Blogger" - -#: ../../addon/blogger/blogger.php:81 ../../addon.old/blogger/blogger.php:81 -msgid "Blogger username" -msgstr "Nombre de usuario de Blogger" - -#: ../../addon/blogger/blogger.php:86 ../../addon.old/blogger/blogger.php:86 -msgid "Blogger password" -msgstr "Contraseña de Blogger" - -#: ../../addon/blogger/blogger.php:91 ../../addon.old/blogger/blogger.php:91 -msgid "Blogger API URL" -msgstr "Dirección de la API de Blogger" - -#: ../../addon/blogger/blogger.php:96 ../../addon.old/blogger/blogger.php:96 -msgid "Post to Blogger by default" -msgstr "Publicar en Blogger por defecto" - -#: ../../addon/posterous/posterous.php:37 -#: ../../addon.old/posterous/posterous.php:37 -msgid "Post to Posterous" -msgstr "Publicar en Posterous" - -#: ../../addon/posterous/posterous.php:70 -#: ../../addon.old/posterous/posterous.php:70 -msgid "Posterous Post Settings" -msgstr "Configuración de las publicaciones en Posterous" - -#: ../../addon/posterous/posterous.php:72 -#: ../../addon.old/posterous/posterous.php:72 -msgid "Enable Posterous Post Plugin" -msgstr "Activar el módulo de publicación en Posterous" - -#: ../../addon/posterous/posterous.php:77 -#: ../../addon.old/posterous/posterous.php:77 -msgid "Posterous login" -msgstr "Entrar en Posterous" - -#: ../../addon/posterous/posterous.php:82 -#: ../../addon.old/posterous/posterous.php:82 -msgid "Posterous password" -msgstr "Contraseña de Posterous" - -#: ../../addon/posterous/posterous.php:87 -#: ../../addon.old/posterous/posterous.php:87 -msgid "Posterous site ID" -msgstr "ID de Posterous" - -#: ../../addon/posterous/posterous.php:92 -#: ../../addon.old/posterous/posterous.php:92 -msgid "Posterous API token" -msgstr "API de Posterous" - -#: ../../addon/posterous/posterous.php:97 -#: ../../addon.old/posterous/posterous.php:97 -msgid "Post to Posterous by default" -msgstr "Publicar en Posterous por defecto" - -#: ../../view/theme/cleanzero/config.php:82 -#: ../../view/theme/diabook/config.php:154 -#: ../../view/theme/quattro/config.php:66 ../../view/theme/dispy/config.php:72 -msgid "Theme settings" -msgstr "Configuración del Tema" - -#: ../../view/theme/cleanzero/config.php:83 -msgid "Set resize level for images in posts and comments (width and height)" -msgstr "Configurar el tamaño de las imágenes en las publicaciones" - -#: ../../view/theme/cleanzero/config.php:84 -#: ../../view/theme/diabook/config.php:155 -#: ../../view/theme/dispy/config.php:73 -msgid "Set font-size for posts and comments" -msgstr "Tamaño del texto para publicaciones y comentarios" - -#: ../../view/theme/cleanzero/config.php:85 -msgid "Set theme width" -msgstr "Establecer el ancho para el tema" - -#: ../../view/theme/cleanzero/config.php:86 -#: ../../view/theme/quattro/config.php:68 -msgid "Color scheme" -msgstr "Esquema de color" - -#: ../../view/theme/diabook/theme.php:86 ../../include/nav.php:49 -#: ../../include/nav.php:115 -msgid "Your posts and conversations" -msgstr "Tus publicaciones y conversaciones" - -#: ../../view/theme/diabook/theme.php:87 ../../include/nav.php:50 -msgid "Your profile page" -msgstr "Tu página de perfil" - -#: ../../view/theme/diabook/theme.php:88 -msgid "Your contacts" -msgstr "Tus contactos" - -#: ../../view/theme/diabook/theme.php:89 ../../include/nav.php:51 -msgid "Your photos" -msgstr "Tus fotos" - -#: ../../view/theme/diabook/theme.php:90 ../../include/nav.php:52 -msgid "Your events" -msgstr "Tus eventos" - -#: ../../view/theme/diabook/theme.php:91 ../../include/nav.php:53 -msgid "Personal notes" -msgstr "Notas personales" - -#: ../../view/theme/diabook/theme.php:91 ../../include/nav.php:53 -msgid "Your personal photos" -msgstr "Tus fotos personales" - -#: ../../view/theme/diabook/theme.php:93 -#: ../../view/theme/diabook/config.php:163 -msgid "Community Pages" -msgstr "Páginas de Comunidad" - -#: ../../view/theme/diabook/theme.php:377 -#: ../../view/theme/diabook/theme.php:591 -#: ../../view/theme/diabook/config.php:165 -msgid "Community Profiles" -msgstr "Perfiles de la Comunidad" - -#: ../../view/theme/diabook/theme.php:398 -#: ../../view/theme/diabook/theme.php:596 -#: ../../view/theme/diabook/config.php:170 -msgid "Last users" -msgstr "Últimos usuarios" - -#: ../../view/theme/diabook/theme.php:427 -#: ../../view/theme/diabook/theme.php:598 -#: ../../view/theme/diabook/config.php:172 -msgid "Last likes" -msgstr "Últimos \"me gusta\"" - -#: ../../view/theme/diabook/theme.php:472 -#: ../../view/theme/diabook/theme.php:597 -#: ../../view/theme/diabook/config.php:171 -msgid "Last photos" -msgstr "Últimas fotos" - -#: ../../view/theme/diabook/theme.php:509 -#: ../../view/theme/diabook/theme.php:594 -#: ../../view/theme/diabook/config.php:168 -msgid "Find Friends" -msgstr "Buscar amigos" - -#: ../../view/theme/diabook/theme.php:510 -msgid "Local Directory" -msgstr "Directorio local" - -#: ../../view/theme/diabook/theme.php:512 ../../include/contact_widgets.php:35 -msgid "Similar Interests" -msgstr "Intereses similares" - -#: ../../view/theme/diabook/theme.php:514 ../../include/contact_widgets.php:37 -msgid "Invite Friends" -msgstr "Invitar amigos" - -#: ../../view/theme/diabook/theme.php:531 -#: ../../view/theme/diabook/theme.php:590 -#: ../../view/theme/diabook/config.php:164 -msgid "Earth Layers" -msgstr "Minimapa" - -#: ../../view/theme/diabook/theme.php:536 -msgid "Set zoomfactor for Earth Layers" -msgstr "Configurar zoom en Minimapa" - -#: ../../view/theme/diabook/theme.php:537 -#: ../../view/theme/diabook/config.php:161 -msgid "Set longitude (X) for Earth Layers" -msgstr "Configurar longitud (X) en Minimapa" - -#: ../../view/theme/diabook/theme.php:538 -#: ../../view/theme/diabook/config.php:162 -msgid "Set latitude (Y) for Earth Layers" -msgstr "Configurar latitud (Y) en Minimapa" - -#: ../../view/theme/diabook/theme.php:551 -#: ../../view/theme/diabook/theme.php:592 -#: ../../view/theme/diabook/config.php:166 -msgid "Help or @NewHere ?" -msgstr "¿Ayuda o @NuevoAquí?" - -#: ../../view/theme/diabook/theme.php:558 -#: ../../view/theme/diabook/theme.php:593 -#: ../../view/theme/diabook/config.php:167 -msgid "Connect Services" -msgstr "Servicios conectados" - -#: ../../view/theme/diabook/theme.php:565 -#: ../../view/theme/diabook/theme.php:595 -msgid "Last Tweets" -msgstr "Últimos tweets" - -#: ../../view/theme/diabook/theme.php:568 -#: ../../view/theme/diabook/config.php:159 -msgid "Set twitter search term" -msgstr "Establecer término de búsqueda en Twitter" - -#: ../../view/theme/diabook/theme.php:587 -#: ../../view/theme/diabook/config.php:146 ../../include/acl_selectors.php:288 -msgid "don't show" -msgstr "no mostrar" - -#: ../../view/theme/diabook/theme.php:587 -#: ../../view/theme/diabook/config.php:146 ../../include/acl_selectors.php:287 -msgid "show" -msgstr "mostrar" - -#: ../../view/theme/diabook/theme.php:588 -msgid "Show/hide boxes at right-hand column:" -msgstr "Mostrar/Ocultar casillas en la columna derecha:" - -#: ../../view/theme/diabook/config.php:156 -#: ../../view/theme/dispy/config.php:74 -msgid "Set line-height for posts and comments" -msgstr "Altura para las publicaciones y comentarios" - -#: ../../view/theme/diabook/config.php:157 -msgid "Set resolution for middle column" -msgstr "Resolución para la columna central" - -#: ../../view/theme/diabook/config.php:158 -msgid "Set color scheme" -msgstr "Configurar esquema de color" - -#: ../../view/theme/diabook/config.php:160 -msgid "Set zoomfactor for Earth Layer" -msgstr "Establecer zoom para Minimapa" - -#: ../../view/theme/diabook/config.php:169 -msgid "Last tweets" -msgstr "Últimos tweets" - -#: ../../view/theme/quattro/config.php:67 -msgid "Alignment" -msgstr "Alineación" - -#: ../../view/theme/quattro/config.php:67 -msgid "Left" -msgstr "Izquierda" - -#: ../../view/theme/quattro/config.php:67 -msgid "Center" -msgstr "Centrado" - -#: ../../view/theme/quattro/config.php:69 -msgid "Posts font size" -msgstr "" - -#: ../../view/theme/quattro/config.php:70 -msgid "Textareas font size" -msgstr "" - -#: ../../view/theme/dispy/config.php:75 -msgid "Set colour scheme" -msgstr "Configurar esquema de color" - #: ../../include/profile_advanced.php:22 msgid "j F, Y" msgstr "j F, Y" @@ -7826,6 +6715,26 @@ msgstr "Trabajo/ocupación:" msgid "School/education:" msgstr "Escuela/estudios:" +#: ../../include/bbcode.php:215 ../../include/bbcode.php:620 +#: ../../include/bbcode.php:621 +msgid "Image/photo" +msgstr "Imagen/Foto" + +#: ../../include/bbcode.php:285 +#, php-format +msgid "" +"%s wrote the following post" +msgstr "" + +#: ../../include/bbcode.php:584 ../../include/bbcode.php:604 +msgid "$1 wrote:" +msgstr "$1 escribió:" + +#: ../../include/bbcode.php:631 ../../include/bbcode.php:632 +msgid "Encrypted content" +msgstr "Contenido cifrado" + #: ../../include/contact_selectors.php:32 msgid "Unknown | Not categorised" msgstr "Desconocido | No clasificado" @@ -7850,17 +6759,13 @@ msgstr "OK, probablemente inofensivo" msgid "Reputable, has my trust" msgstr "Buena reputación, tiene mi confianza" -#: ../../include/contact_selectors.php:56 -msgid "Frequently" -msgstr "Frequentemente" +#: ../../include/contact_selectors.php:60 +msgid "Weekly" +msgstr "Semanalmente" -#: ../../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:61 +msgid "Monthly" +msgstr "Mensualmente" #: ../../include/contact_selectors.php:77 msgid "OStatus" @@ -7886,6 +6791,303 @@ msgstr "XMPP/IM" msgid "MySpace" msgstr "MySpace" +#: ../../include/contact_selectors.php:87 +msgid "Google+" +msgstr "" + +#: ../../include/contact_selectors.php:88 +msgid "pump.io" +msgstr "" + +#: ../../include/contact_selectors.php:89 +msgid "Twitter" +msgstr "" + +#: ../../include/datetime.php:43 ../../include/datetime.php:45 +msgid "Miscellaneous" +msgstr "Varios" + +#: ../../include/datetime.php:153 ../../include/datetime.php:285 +msgid "year" +msgstr "año" + +#: ../../include/datetime.php:158 ../../include/datetime.php:286 +msgid "month" +msgstr "mes" + +#: ../../include/datetime.php:163 ../../include/datetime.php:288 +msgid "day" +msgstr "día" + +#: ../../include/datetime.php:276 +msgid "never" +msgstr "nunca" + +#: ../../include/datetime.php:282 +msgid "less than a second ago" +msgstr "hace menos de un segundo" + +#: ../../include/datetime.php:285 +msgid "years" +msgstr "años" + +#: ../../include/datetime.php:286 +msgid "months" +msgstr "meses" + +#: ../../include/datetime.php:287 +msgid "week" +msgstr "semana" + +#: ../../include/datetime.php:287 +msgid "weeks" +msgstr "semanas" + +#: ../../include/datetime.php:288 +msgid "days" +msgstr "días" + +#: ../../include/datetime.php:289 +msgid "hour" +msgstr "hora" + +#: ../../include/datetime.php:289 +msgid "hours" +msgstr "horas" + +#: ../../include/datetime.php:290 +msgid "minute" +msgstr "minuto" + +#: ../../include/datetime.php:290 +msgid "minutes" +msgstr "minutos" + +#: ../../include/datetime.php:291 +msgid "second" +msgstr "segundo" + +#: ../../include/datetime.php:291 +msgid "seconds" +msgstr "segundos" + +#: ../../include/datetime.php:300 +#, php-format +msgid "%1$d %2$s ago" +msgstr "hace %1$d %2$s" + +#: ../../include/datetime.php:472 ../../include/items.php:1829 +#, php-format +msgid "%s's birthday" +msgstr "Cumpleaños de %s" + +#: ../../include/datetime.php:473 ../../include/items.php:1830 +#, php-format +msgid "Happy Birthday %s" +msgstr "Feliz cumpleaños %s" + +#: ../../include/features.php:23 +msgid "General Features" +msgstr "" + +#: ../../include/features.php:25 +msgid "Multiple Profiles" +msgstr "" + +#: ../../include/features.php:25 +msgid "Ability to create multiple profiles" +msgstr "" + +#: ../../include/features.php:30 +msgid "Post Composition Features" +msgstr "" + +#: ../../include/features.php:31 +msgid "Richtext Editor" +msgstr "" + +#: ../../include/features.php:31 +msgid "Enable richtext editor" +msgstr "" + +#: ../../include/features.php:32 +msgid "Post Preview" +msgstr "" + +#: ../../include/features.php:32 +msgid "Allow previewing posts and comments before publishing them" +msgstr "" + +#: ../../include/features.php:37 +msgid "Network Sidebar Widgets" +msgstr "" + +#: ../../include/features.php:38 +msgid "Search by Date" +msgstr "" + +#: ../../include/features.php:38 +msgid "Ability to select posts by date ranges" +msgstr "" + +#: ../../include/features.php:39 +msgid "Group Filter" +msgstr "" + +#: ../../include/features.php:39 +msgid "Enable widget to display Network posts only from selected group" +msgstr "" + +#: ../../include/features.php:40 +msgid "Network Filter" +msgstr "" + +#: ../../include/features.php:40 +msgid "Enable widget to display Network posts only from selected network" +msgstr "" + +#: ../../include/features.php:41 +msgid "Save search terms for re-use" +msgstr "" + +#: ../../include/features.php:46 +msgid "Network Tabs" +msgstr "" + +#: ../../include/features.php:47 +msgid "Network Personal Tab" +msgstr "" + +#: ../../include/features.php:47 +msgid "Enable tab to display only Network posts that you've interacted on" +msgstr "" + +#: ../../include/features.php:48 +msgid "Network New Tab" +msgstr "" + +#: ../../include/features.php:48 +msgid "Enable tab to display only new Network posts (from the last 12 hours)" +msgstr "" + +#: ../../include/features.php:49 +msgid "Network Shared Links Tab" +msgstr "" + +#: ../../include/features.php:49 +msgid "Enable tab to display only Network posts with links in them" +msgstr "" + +#: ../../include/features.php:54 +msgid "Post/Comment Tools" +msgstr "" + +#: ../../include/features.php:55 +msgid "Multiple Deletion" +msgstr "" + +#: ../../include/features.php:55 +msgid "Select and delete multiple posts/comments at once" +msgstr "" + +#: ../../include/features.php:56 +msgid "Edit Sent Posts" +msgstr "" + +#: ../../include/features.php:56 +msgid "Edit and correct posts and comments after sending" +msgstr "" + +#: ../../include/features.php:57 +msgid "Tagging" +msgstr "" + +#: ../../include/features.php:57 +msgid "Ability to tag existing posts" +msgstr "" + +#: ../../include/features.php:58 +msgid "Post Categories" +msgstr "" + +#: ../../include/features.php:58 +msgid "Add categories to your posts" +msgstr "" + +#: ../../include/features.php:59 +msgid "Ability to file posts under folders" +msgstr "" + +#: ../../include/features.php:60 +msgid "Dislike Posts" +msgstr "" + +#: ../../include/features.php:60 +msgid "Ability to dislike posts/comments" +msgstr "" + +#: ../../include/features.php:61 +msgid "Star Posts" +msgstr "" + +#: ../../include/features.php:61 +msgid "Ability to mark special posts with a star indicator" +msgstr "" + +#: ../../include/diaspora.php:704 +msgid "Sharing notification from Diaspora network" +msgstr "Compartir notificaciones con la red Diaspora*" + +#: ../../include/diaspora.php:2269 +msgid "Attachments:" +msgstr "Archivos adjuntos:" + +#: ../../include/acl_selectors.php:325 +msgid "Visible to everybody" +msgstr "Visible para cualquiera" + +#: ../../include/items.php:3539 +msgid "A new person is sharing with you at " +msgstr "Una nueva persona está compartiendo contigo en " + +#: ../../include/items.php:3539 +msgid "You have a new follower at " +msgstr "Tienes un nuevo seguidor en " + +#: ../../include/items.php:4062 +msgid "Do you really want to delete this item?" +msgstr "" + +#: ../../include/items.php:4285 +msgid "Archives" +msgstr "Archivos" + +#: ../../include/oembed.php:140 +msgid "Embedded content" +msgstr "Contenido integrado" + +#: ../../include/oembed.php:149 +msgid "Embedding disabled" +msgstr "Contenido incrustrado desabilitado" + +#: ../../include/security.php:22 +msgid "Welcome " +msgstr "Bienvenido " + +#: ../../include/security.php:23 +msgid "Please upload a profile photo." +msgstr "Por favor sube una foto para tu perfil." + +#: ../../include/security.php:26 +msgid "Welcome back " +msgstr "Bienvenido de nuevo " + +#: ../../include/security.php:366 +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 "La ficha de seguridad no es correcta. Seguramente haya ocurrido por haber dejado el formulario abierto demasiado tiempo (>3 horas) antes de enviarlo." + #: ../../include/profile_selectors.php:6 msgid "Male" msgstr "Hombre" @@ -8030,11 +7232,6 @@ msgstr "Infiel" msgid "Sex Addict" msgstr "Adicto al sexo" -#: ../../include/profile_selectors.php:42 ../../include/user.php:278 -#: ../../include/user.php:282 -msgid "Friends" -msgstr "Amigos" - #: ../../include/profile_selectors.php:42 msgid "Friends/Benefits" msgstr "Amigos con beneficios" @@ -8119,1226 +7316,15 @@ msgstr "No te importa" msgid "Ask me" msgstr "Pregúntame" -#: ../../include/event.php:20 ../../include/bb2diaspora.php:396 -msgid "Starts:" -msgstr "Inicio:" - -#: ../../include/event.php:30 ../../include/bb2diaspora.php:404 -msgid "Finishes:" -msgstr "Final:" - -#: ../../include/delivery.php:457 ../../include/notifier.php:703 -msgid "(no subject)" -msgstr "(sin asunto)" - -#: ../../include/Scrape.php:583 -msgid " on Last.fm" -msgstr "en Last.fm" - -#: ../../include/text.php:243 -msgid "prev" -msgstr "ant." - -#: ../../include/text.php:245 -msgid "first" -msgstr "primera" - -#: ../../include/text.php:274 -msgid "last" -msgstr "última" - -#: ../../include/text.php:277 -msgid "next" -msgstr "sig." - -#: ../../include/text.php:295 -msgid "newer" -msgstr "más nuevo" - -#: ../../include/text.php:299 -msgid "older" -msgstr "más antiguo" - -#: ../../include/text.php:597 -msgid "No contacts" -msgstr "Sin contactos" - -#: ../../include/text.php:606 -#, php-format -msgid "%d Contact" -msgid_plural "%d Contacts" -msgstr[0] "%d Contacto" -msgstr[1] "%d Contactos" - -#: ../../include/text.php:719 -msgid "poke" -msgstr "tocar" - -#: ../../include/text.php:719 ../../include/conversation.php:210 -msgid "poked" -msgstr "tocó a" - -#: ../../include/text.php:720 -msgid "ping" -msgstr "hacer \"ping\"" - -#: ../../include/text.php:720 -msgid "pinged" -msgstr "hizo \"ping\" a" - -#: ../../include/text.php:721 -msgid "prod" -msgstr "empujar" - -#: ../../include/text.php:721 -msgid "prodded" -msgstr "empujó a" - -#: ../../include/text.php:722 -msgid "slap" -msgstr "abofetear" - -#: ../../include/text.php:722 -msgid "slapped" -msgstr "abofeteó a" - -#: ../../include/text.php:723 -msgid "finger" -msgstr "meter dedo" - -#: ../../include/text.php:723 -msgid "fingered" -msgstr "le metió un dedo a" - -#: ../../include/text.php:724 -msgid "rebuff" -msgstr "desairar" - -#: ../../include/text.php:724 -msgid "rebuffed" -msgstr "desairó a" - -#: ../../include/text.php:736 -msgid "happy" -msgstr "feliz" - -#: ../../include/text.php:737 -msgid "sad" -msgstr "triste" - -#: ../../include/text.php:738 -msgid "mellow" -msgstr "sentimental" - -#: ../../include/text.php:739 -msgid "tired" -msgstr "cansado" - -#: ../../include/text.php:740 -msgid "perky" -msgstr "alegre" - -#: ../../include/text.php:741 -msgid "angry" -msgstr "furioso" - -#: ../../include/text.php:742 -msgid "stupified" -msgstr "estupefacto" - -#: ../../include/text.php:743 -msgid "puzzled" -msgstr "extrañado" - -#: ../../include/text.php:744 -msgid "interested" -msgstr "interesado" - -#: ../../include/text.php:745 -msgid "bitter" -msgstr "rencoroso" - -#: ../../include/text.php:746 -msgid "cheerful" -msgstr "jovial" - -#: ../../include/text.php:747 -msgid "alive" -msgstr "vivo" - -#: ../../include/text.php:748 -msgid "annoyed" -msgstr "enojado" - -#: ../../include/text.php:749 -msgid "anxious" -msgstr "ansioso" - -#: ../../include/text.php:750 -msgid "cranky" -msgstr "irritable" - -#: ../../include/text.php:751 -msgid "disturbed" -msgstr "perturbado" - -#: ../../include/text.php:752 -msgid "frustrated" -msgstr "frustrado" - -#: ../../include/text.php:753 -msgid "motivated" -msgstr "motivado" - -#: ../../include/text.php:754 -msgid "relaxed" -msgstr "relajado" - -#: ../../include/text.php:755 -msgid "surprised" -msgstr "sorprendido" - -#: ../../include/text.php:919 -msgid "January" -msgstr "Enero" - -#: ../../include/text.php:919 -msgid "February" -msgstr "Febrero" - -#: ../../include/text.php:919 -msgid "March" -msgstr "Marzo" - -#: ../../include/text.php:919 -msgid "April" -msgstr "Abril" - -#: ../../include/text.php:919 -msgid "May" -msgstr "Mayo" - -#: ../../include/text.php:919 -msgid "June" -msgstr "Junio" - -#: ../../include/text.php:919 -msgid "July" -msgstr "Julio" - -#: ../../include/text.php:919 -msgid "August" -msgstr "Agosto" - -#: ../../include/text.php:919 -msgid "September" -msgstr "Septiembre" - -#: ../../include/text.php:919 -msgid "October" -msgstr "Octubre" - -#: ../../include/text.php:919 -msgid "November" -msgstr "Noviembre" - -#: ../../include/text.php:919 -msgid "December" -msgstr "Diciembre" - -#: ../../include/text.php:1005 -msgid "bytes" -msgstr "bytes" - -#: ../../include/text.php:1032 ../../include/text.php:1044 -msgid "Click to open/close" -msgstr "Pulsa para abrir/cerrar" - -#: ../../include/text.php:1217 ../../include/user.php:236 -msgid "default" -msgstr "predeterminado" - -#: ../../include/text.php:1229 -msgid "Select an alternate language" -msgstr "Elige otro idioma" - -#: ../../include/text.php:1439 -msgid "activity" -msgstr "Actividad" - -#: ../../include/text.php:1442 -msgid "post" -msgstr "Publicación" - -#: ../../include/text.php:1597 -msgid "Item filed" -msgstr "Elemento archivado" - -#: ../../include/diaspora.php:702 -msgid "Sharing notification from Diaspora network" -msgstr "Compartir notificaciones con la red Diaspora*" - -#: ../../include/diaspora.php:2222 -msgid "Attachments:" -msgstr "Archivos adjuntos:" - -#: ../../include/network.php:849 -msgid "view full size" -msgstr "Ver a tamaño completo" - -#: ../../include/oembed.php:137 -msgid "Embedded content" -msgstr "Contenido integrado" - -#: ../../include/oembed.php:146 -msgid "Embedding disabled" -msgstr "Contenido incrustrado desabilitado" - -#: ../../include/group.php:25 -msgid "" -"A deleted group with this name was revived. Existing item permissions " -"may apply to this group and any future members. If this is " -"not what you intended, please create another group with a different name." -msgstr "Un grupo eliminado con este nombre fue restablecido. Los permisos existentes pueden aplicarse a este grupo y a sus futuros miembros. Si esto no es lo que pretendes, por favor, crea otro grupo con un nombre diferente." - -#: ../../include/group.php:207 -msgid "Default privacy group for new contacts" -msgstr "Grupo por defecto para nuevos contactos" - -#: ../../include/group.php:226 -msgid "Everybody" -msgstr "Todo el mundo" - -#: ../../include/group.php:249 -msgid "edit" -msgstr "editar" - -#: ../../include/group.php:271 -msgid "Edit group" -msgstr "Editar grupo" - -#: ../../include/group.php:272 -msgid "Create a new group" -msgstr "Crear un nuevo grupo" - -#: ../../include/group.php:273 -msgid "Contacts not in any group" -msgstr "Contactos sin grupo" - -#: ../../include/nav.php:46 ../../boot.php:922 -msgid "Logout" -msgstr "Salir" - -#: ../../include/nav.php:46 -msgid "End this session" -msgstr "Cerrar la sesión" - -#: ../../include/nav.php:49 ../../boot.php:1677 -msgid "Status" -msgstr "Estado" - -#: ../../include/nav.php:64 -msgid "Sign in" -msgstr "Date de alta" - -#: ../../include/nav.php:77 -msgid "Home Page" -msgstr "Página de inicio" - -#: ../../include/nav.php:81 -msgid "Create an account" -msgstr "Crea una cuenta" - -#: ../../include/nav.php:86 -msgid "Help and documentation" -msgstr "Ayuda y documentación" - -#: ../../include/nav.php:89 -msgid "Apps" -msgstr "Aplicaciones" - -#: ../../include/nav.php:89 -msgid "Addon applications, utilities, games" -msgstr "Aplicaciones, utilidades, juegos" - -#: ../../include/nav.php:91 -msgid "Search site content" -msgstr " Busca contenido en la página" - -#: ../../include/nav.php:101 -msgid "Conversations on this site" -msgstr "Conversaciones en este sitio" - -#: ../../include/nav.php:103 -msgid "Directory" -msgstr "Directorio" - -#: ../../include/nav.php:103 -msgid "People directory" -msgstr "Directorio de usuarios" - -#: ../../include/nav.php:113 -msgid "Conversations from your friends" -msgstr "Conversaciones de tus amigos" - -#: ../../include/nav.php:121 -msgid "Friend Requests" -msgstr "Solicitudes de amistad" - -#: ../../include/nav.php:123 -msgid "See all notifications" -msgstr "Ver todas las notificaciones" - -#: ../../include/nav.php:124 -msgid "Mark all system notifications seen" -msgstr "Marcar todas las notificaciones del sistema como leídas" - -#: ../../include/nav.php:128 -msgid "Private mail" -msgstr "Correo privado" - -#: ../../include/nav.php:129 -msgid "Inbox" -msgstr "Entrada" - -#: ../../include/nav.php:130 -msgid "Outbox" -msgstr "Enviados" - -#: ../../include/nav.php:134 -msgid "Manage" -msgstr "Administrar" - -#: ../../include/nav.php:134 -msgid "Manage other pages" -msgstr "Administrar otras páginas" - -#: ../../include/nav.php:138 ../../boot.php:1197 -msgid "Profiles" -msgstr "Perfiles" - -#: ../../include/nav.php:138 ../../boot.php:1197 -msgid "Manage/edit profiles" -msgstr "Administrar/editar perfiles" - -#: ../../include/nav.php:139 -msgid "Manage/edit friends and contacts" -msgstr "Administrar/editar amigos y contactos" - -#: ../../include/nav.php:146 -msgid "Site setup and configuration" -msgstr "Opciones y configuración del sitio" - -#: ../../include/nav.php:170 -msgid "Nothing new here" -msgstr "Nada nuevo por aquí" - -#: ../../include/contact_widgets.php:6 -msgid "Add New Contact" -msgstr "Añadir nuevo contacto" - -#: ../../include/contact_widgets.php:7 -msgid "Enter address or web location" -msgstr "Escribe la dirección o página web" - -#: ../../include/contact_widgets.php:8 -msgid "Example: bob@example.com, http://example.com/barbara" -msgstr "Ejemplo: miguel@ejemplo.com, http://ejemplo.com/miguel" - -#: ../../include/contact_widgets.php:23 -#, php-format -msgid "%d invitation available" -msgid_plural "%d invitations available" -msgstr[0] "%d invitación disponible" -msgstr[1] "%d invitaviones disponibles" - -#: ../../include/contact_widgets.php:29 -msgid "Find People" -msgstr "Buscar personas" - -#: ../../include/contact_widgets.php:30 -msgid "Enter name or interest" -msgstr "Introduzce nombre o intereses" - -#: ../../include/contact_widgets.php:31 -msgid "Connect/Follow" -msgstr "Conectar/Seguir" - -#: ../../include/contact_widgets.php:32 -msgid "Examples: Robert Morgenstein, Fishing" -msgstr "Ejemplos: Robert Morgenstein, Pesca" - -#: ../../include/contact_widgets.php:36 -msgid "Random Profile" -msgstr "Perfil aleatorio" - -#: ../../include/contact_widgets.php:68 -msgid "Networks" -msgstr "Redes" - -#: ../../include/contact_widgets.php:71 -msgid "All Networks" -msgstr "Todas las redes" - -#: ../../include/contact_widgets.php:98 -msgid "Saved Folders" -msgstr "Directorios guardados" - -#: ../../include/contact_widgets.php:101 ../../include/contact_widgets.php:129 -msgid "Everything" -msgstr "Todo" - -#: ../../include/contact_widgets.php:126 -msgid "Categories" -msgstr "Categorías" - -#: ../../include/auth.php:35 -msgid "Logged out." -msgstr "Sesión finalizada" - -#: ../../include/auth.php:114 -msgid "" -"We encountered a problem while logging in with the OpenID you provided. " -"Please check the correct spelling of the ID." -msgstr "Se ha encontrado un problema para acceder con el OpenID que has escrito. Verifica que lo hayas escrito correctamente." - -#: ../../include/auth.php:114 -msgid "The error message was:" -msgstr "El mensaje del error fue:" - -#: ../../include/datetime.php:43 ../../include/datetime.php:45 -msgid "Miscellaneous" -msgstr "Varios" - -#: ../../include/datetime.php:153 ../../include/datetime.php:285 -msgid "year" -msgstr "año" - -#: ../../include/datetime.php:158 ../../include/datetime.php:286 -msgid "month" -msgstr "mes" - -#: ../../include/datetime.php:163 ../../include/datetime.php:288 -msgid "day" -msgstr "día" - -#: ../../include/datetime.php:276 -msgid "never" -msgstr "nunca" - -#: ../../include/datetime.php:282 -msgid "less than a second ago" -msgstr "hace menos de un segundo" - -#: ../../include/datetime.php:287 -msgid "week" -msgstr "semana" - -#: ../../include/datetime.php:289 -msgid "hour" -msgstr "hora" - -#: ../../include/datetime.php:289 -msgid "hours" -msgstr "horas" - -#: ../../include/datetime.php:290 -msgid "minute" -msgstr "minuto" - -#: ../../include/datetime.php:290 -msgid "minutes" -msgstr "minutos" - -#: ../../include/datetime.php:291 -msgid "second" -msgstr "segundo" - -#: ../../include/datetime.php:291 -msgid "seconds" -msgstr "segundos" - -#: ../../include/datetime.php:300 -#, php-format -msgid "%1$d %2$s ago" -msgstr "hace %1$d %2$s" - -#: ../../include/datetime.php:472 ../../include/items.php:1689 -#, php-format -msgid "%s's birthday" -msgstr "Cumpleaños de %s" - -#: ../../include/datetime.php:473 ../../include/items.php:1690 -#, php-format -msgid "Happy Birthday %s" -msgstr "Feliz cumpleaños %s" - -#: ../../include/onepoll.php:414 -msgid "From: " -msgstr "De: " - -#: ../../include/bbcode.php:185 ../../include/bbcode.php:406 -msgid "Image/photo" -msgstr "Imagen/Foto" - -#: ../../include/bbcode.php:371 ../../include/bbcode.php:391 -msgid "$1 wrote:" -msgstr "$1 escribió:" - -#: ../../include/bbcode.php:410 ../../include/bbcode.php:411 -msgid "Encrypted content" -msgstr "Contenido cifrado" - -#: ../../include/dba.php:41 -#, php-format -msgid "Cannot locate DNS info for database server '%s'" -msgstr "No se puede encontrar información DNS para la base de datos del servidor '%s'" - -#: ../../include/message.php:15 ../../include/message.php:171 -msgid "[no subject]" -msgstr "[sin asunto]" - -#: ../../include/acl_selectors.php:286 -msgid "Visible to everybody" -msgstr "Visible para cualquiera" - -#: ../../include/enotify.php:16 -msgid "Friendica Notification" -msgstr "Notificación de Friendica" - -#: ../../include/enotify.php:19 -msgid "Thank You," -msgstr "Gracias," - -#: ../../include/enotify.php:21 -#, php-format -msgid "%s Administrator" -msgstr "%s Administrador" - -#: ../../include/enotify.php:40 -#, php-format -msgid "%s " -msgstr "%s " - -#: ../../include/enotify.php:44 -#, php-format -msgid "[Friendica:Notify] New mail received at %s" -msgstr "[Friendica:Notificación] Nuevo correo recibido de %s" - -#: ../../include/enotify.php:46 -#, php-format -msgid "%1$s sent you a new private message at %2$s." -msgstr "%1$s te ha enviado un mensaje privado desde %2$s." - -#: ../../include/enotify.php:47 -#, php-format -msgid "%1$s sent you %2$s." -msgstr "%1$s te ha enviado %2$s." - -#: ../../include/enotify.php:47 -msgid "a private message" -msgstr "un mensaje privado" - -#: ../../include/enotify.php:48 -#, php-format -msgid "Please visit %s to view and/or reply to your private messages." -msgstr "Por favor, visita %s para ver y/o responder a tus mensajes privados." - -#: ../../include/enotify.php:89 -#, php-format -msgid "%1$s commented on [url=%2$s]a %3$s[/url]" -msgstr "%1$s comentó en [url=%2$s]a %3$s[/url]" - -#: ../../include/enotify.php:96 -#, php-format -msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]" -msgstr "%1$s comentó en [url=%2$s] %4$s de %3$s[/url]" - -#: ../../include/enotify.php:104 -#, php-format -msgid "%1$s commented on [url=%2$s]your %3$s[/url]" -msgstr "%1$s comentó en [url=%2$s] tu %3$s[/url]" - -#: ../../include/enotify.php:114 -#, php-format -msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s" -msgstr "[Friendica:Notificación] Comentario en la conversación de #%1$d por %2$s" - -#: ../../include/enotify.php:115 -#, php-format -msgid "%s commented on an item/conversation you have been following." -msgstr "%s ha comentado en una conversación/elemento que sigues." - -#: ../../include/enotify.php:118 ../../include/enotify.php:133 -#: ../../include/enotify.php:146 ../../include/enotify.php:164 -#: ../../include/enotify.php:177 -#, php-format -msgid "Please visit %s to view and/or reply to the conversation." -msgstr "Por favor, visita %s para ver y/o responder a la conversación." - -#: ../../include/enotify.php:125 -#, php-format -msgid "[Friendica:Notify] %s posted to your profile wall" -msgstr "[Friendica:Notificación] %s publicó en tu muro" - -#: ../../include/enotify.php:127 -#, php-format -msgid "%1$s posted to your profile wall at %2$s" -msgstr "%1$s publicó en tu perfil de %2$s" - -#: ../../include/enotify.php:129 -#, php-format -msgid "%1$s posted to [url=%2$s]your wall[/url]" -msgstr "%1$s publicó en [url=%2$s]tu muro[/url]" - -#: ../../include/enotify.php:140 -#, php-format -msgid "[Friendica:Notify] %s tagged you" -msgstr "[Friendica:Notificación] %s te ha nombrado" - -#: ../../include/enotify.php:141 -#, php-format -msgid "%1$s tagged you at %2$s" -msgstr "%1$s te ha nombrado en %2$s" - -#: ../../include/enotify.php:142 -#, php-format -msgid "%1$s [url=%2$s]tagged you[/url]." -msgstr "%1$s [url=%2$s]te nombró[/url]." - -#: ../../include/enotify.php:154 -#, php-format -msgid "[Friendica:Notify] %1$s poked you" -msgstr "[Friendica:Notify] %1$s te dio un toque" - -#: ../../include/enotify.php:155 -#, php-format -msgid "%1$s poked you at %2$s" -msgstr "%1$s te dio un toque en %2$s" - -#: ../../include/enotify.php:156 -#, php-format -msgid "%1$s [url=%2$s]poked you[/url]." -msgstr "%1$s [url=%2$s]te dio un toque[/url]." - -#: ../../include/enotify.php:171 -#, php-format -msgid "[Friendica:Notify] %s tagged your post" -msgstr "[Friendica:Notificación] %s ha etiquetado tu publicación" - -#: ../../include/enotify.php:172 -#, php-format -msgid "%1$s tagged your post at %2$s" -msgstr "%1$s ha etiquetado tu publicación en %2$s" - -#: ../../include/enotify.php:173 -#, php-format -msgid "%1$s tagged [url=%2$s]your post[/url]" -msgstr "%1$s ha etiquetado [url=%2$s]tu publicación[/url]" - -#: ../../include/enotify.php:184 -msgid "[Friendica:Notify] Introduction received" -msgstr "[Friendica:Notificación] Presentación recibida" - -#: ../../include/enotify.php:185 -#, php-format -msgid "You've received an introduction from '%1$s' at %2$s" -msgstr "Has recibido una presentación de '%1$s' en %2$s" - -#: ../../include/enotify.php:186 -#, php-format -msgid "You've received [url=%1$s]an introduction[/url] from %2$s." -msgstr "Has recibido [url=%1$s]una presentación[/url] de %2$s." - -#: ../../include/enotify.php:189 ../../include/enotify.php:207 -#, php-format -msgid "You may visit their profile at %s" -msgstr "Puedes visitar su perfil en %s" - -#: ../../include/enotify.php:191 -#, php-format -msgid "Please visit %s to approve or reject the introduction." -msgstr "Visita %s para aceptar o rechazar la presentación por favor." - -#: ../../include/enotify.php:198 -msgid "[Friendica:Notify] Friend suggestion received" -msgstr "[Friendica:Notificación] Sugerencia de amigo recibida" - -#: ../../include/enotify.php:199 -#, php-format -msgid "You've received a friend suggestion from '%1$s' at %2$s" -msgstr "Has recibido una sugerencia de amigo de '%1$s' en %2$s" - -#: ../../include/enotify.php:200 -#, php-format -msgid "" -"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s." -msgstr "Has recibido [url=%1$s]una sugerencia de amigo[/url] en %2$s de %3$s." - -#: ../../include/enotify.php:205 -msgid "Name:" -msgstr "Nombre: " - -#: ../../include/enotify.php:206 -msgid "Photo:" -msgstr "Foto: " - -#: ../../include/enotify.php:209 -#, php-format -msgid "Please visit %s to approve or reject the suggestion." -msgstr "Visita %s para aceptar o rechazar la sugerencia por favor." - -#: ../../include/follow.php:32 -msgid "Connect URL missing." -msgstr "Falta el conector URL." - -#: ../../include/follow.php:59 -msgid "" -"This site is not configured to allow communications with other networks." -msgstr "Este sitio no está configurado para permitir la comunicación con otras redes." - -#: ../../include/follow.php:60 ../../include/follow.php:80 -msgid "No compatible communication protocols or feeds were discovered." -msgstr "No se ha descubierto protocolos de comunicación o fuentes compatibles." - -#: ../../include/follow.php:78 -msgid "The profile address specified does not provide adequate information." -msgstr "La dirección del perfil especificado no proporciona información adecuada." - -#: ../../include/follow.php:82 -msgid "An author or name was not found." -msgstr "No se ha encontrado un autor o nombre." - -#: ../../include/follow.php:84 -msgid "No browser URL could be matched to this address." -msgstr "Ninguna dirección concuerda con la suministrada." - -#: ../../include/follow.php:86 -msgid "" -"Unable to match @-style Identity Address with a known protocol or email " -"contact." -msgstr "Imposible identificar la dirección @ con algún protocolo conocido o dirección de contacto." - -#: ../../include/follow.php:87 -msgid "Use mailto: in front of address to force email check." -msgstr "Escribe mailto: al principio de la dirección para forzar el envío." - -#: ../../include/follow.php:93 -msgid "" -"The profile address specified belongs to a network which has been disabled " -"on this site." -msgstr "La dirección del perfil especificada pertenece a una red que ha sido deshabilitada en este sitio." - -#: ../../include/follow.php:103 -msgid "" -"Limited profile. This person will be unable to receive direct/personal " -"notifications from you." -msgstr "Perfil limitado. Esta persona no podrá recibir notificaciones directas/personales tuyas." - -#: ../../include/follow.php:205 -msgid "Unable to retrieve contact information." -msgstr "No ha sido posible recibir la información del contacto." - -#: ../../include/follow.php:259 -msgid "following" -msgstr "siguiendo" - -#: ../../include/items.php:3300 -msgid "A new person is sharing with you at " -msgstr "Una nueva persona está compartiendo contigo en " - -#: ../../include/items.php:3300 -msgid "You have a new follower at " -msgstr "Tienes un nuevo seguidor en " - -#: ../../include/items.php:3981 -msgid "Archives" -msgstr "Archivos" - -#: ../../include/user.php:38 -msgid "An invitation is required." -msgstr "Se necesita invitación." - -#: ../../include/user.php:43 -msgid "Invitation could not be verified." -msgstr "No se puede verificar la invitación." - -#: ../../include/user.php:51 -msgid "Invalid OpenID url" -msgstr "Dirección OpenID no válida" - -#: ../../include/user.php:66 -msgid "Please enter the required information." -msgstr "Por favor, introduce la información necesaria." - -#: ../../include/user.php:80 -msgid "Please use a shorter name." -msgstr "Por favor, usa un nombre más corto." - -#: ../../include/user.php:82 -msgid "Name too short." -msgstr "El nombre es demasiado corto." - -#: ../../include/user.php:97 -msgid "That doesn't appear to be your full (First Last) name." -msgstr "No parece que ese sea tu nombre completo." - -#: ../../include/user.php:102 -msgid "Your email domain is not among those allowed on this site." -msgstr "Tu dominio de correo no se encuentra entre los permitidos en este sitio." - -#: ../../include/user.php:105 -msgid "Not a valid email address." -msgstr "No es una dirección de correo electrónico válida." - -#: ../../include/user.php:115 -msgid "Cannot use that email." -msgstr "No se puede utilizar este correo electrónico." - -#: ../../include/user.php:121 -msgid "" -"Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and " -"must also begin with a letter." -msgstr "Tu \"apodo\" solo puede contener \"a-z\", \"0-9\", \"-\", y \"_\" y debe empezar por una letra." - -#: ../../include/user.php:127 ../../include/user.php:225 -msgid "Nickname is already registered. Please choose another." -msgstr "Apodo ya registrado. Por favor, elije otro." - -#: ../../include/user.php:137 -msgid "" -"Nickname was once registered here and may not be re-used. Please choose " -"another." -msgstr "El apodo ya ha sido registrado alguna vez y no puede volver a usarse. Por favor, utiliza otro." - -#: ../../include/user.php:153 -msgid "SERIOUS ERROR: Generation of security keys failed." -msgstr "ERROR GRAVE: La generación de claves de seguridad ha fallado." - -#: ../../include/user.php:211 -msgid "An error occurred during registration. Please try again." -msgstr "Se produjo un error durante el registro. Por favor, inténtalo de nuevo." - -#: ../../include/user.php:246 -msgid "An error occurred creating your default profile. Please try again." -msgstr "Error al crear tu perfil predeterminado. Por favor, inténtalo de nuevo." - -#: ../../include/security.php:22 -msgid "Welcome " -msgstr "Bienvenido " - -#: ../../include/security.php:23 -msgid "Please upload a profile photo." -msgstr "Por favor sube una foto para tu perfil." - -#: ../../include/security.php:26 -msgid "Welcome back " -msgstr "Bienvenido de nuevo " - -#: ../../include/security.php:354 -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 "La ficha de seguridad no es correcta. Seguramente haya ocurrido por haber dejado el formulario abierto demasiado tiempo (>3 horas) antes de enviarlo." - -#: ../../include/Contact.php:111 +#: ../../include/Contact.php:115 msgid "stopped following" msgstr "dejó de seguir" -#: ../../include/Contact.php:220 ../../include/conversation.php:791 -msgid "Poke" -msgstr "Toque" - -#: ../../include/Contact.php:221 ../../include/conversation.php:785 -msgid "View Status" -msgstr "Ver estado" - -#: ../../include/Contact.php:222 ../../include/conversation.php:786 -msgid "View Profile" -msgstr "Ver perfil" - -#: ../../include/Contact.php:223 ../../include/conversation.php:787 -msgid "View Photos" -msgstr "Ver fotos" - -#: ../../include/Contact.php:224 ../../include/Contact.php:237 -#: ../../include/conversation.php:788 -msgid "Network Posts" -msgstr "Publicaciones en la red" - -#: ../../include/Contact.php:225 ../../include/Contact.php:237 -#: ../../include/conversation.php:789 -msgid "Edit Contact" -msgstr "Editar contacto" - -#: ../../include/Contact.php:226 ../../include/Contact.php:237 -#: ../../include/conversation.php:790 -msgid "Send PM" -msgstr "Enviar mensaje privado" - -#: ../../include/conversation.php:206 -#, php-format -msgid "%1$s poked %2$s" -msgstr "%1$s le dio un toque a %2$s" - -#: ../../include/conversation.php:290 -msgid "post/item" -msgstr "publicación/tema" - -#: ../../include/conversation.php:291 -#, php-format -msgid "%1$s marked %2$s's %3$s as favorite" -msgstr "%1$s ha marcado %3$s de %2$s como Favorito" - -#: ../../include/conversation.php:595 ../../object/Item.php:218 -msgid "Categories:" +#: ../../include/Contact.php:234 +msgid "Drop Contact" msgstr "" -#: ../../include/conversation.php:596 ../../object/Item.php:219 -msgid "Filed under:" -msgstr "" - -#: ../../include/conversation.php:681 -msgid "remove" -msgstr "eliminar" - -#: ../../include/conversation.php:685 -msgid "Delete Selected Items" -msgstr "Eliminar el elemento seleccionado" - -#: ../../include/conversation.php:784 -msgid "Follow Thread" -msgstr "" - -#: ../../include/conversation.php:853 +#: ../../include/dba.php:44 #, php-format -msgid "%s likes this." -msgstr "A %s le gusta esto." - -#: ../../include/conversation.php:853 -#, php-format -msgid "%s doesn't like this." -msgstr "A %s no le gusta esto." - -#: ../../include/conversation.php:857 -#, php-format -msgid "%2$d people like this." -msgstr "Le gusta a %2$d personas." - -#: ../../include/conversation.php:859 -#, php-format -msgid "%2$d people don't like this." -msgstr "No le gusta a %2$d personas." - -#: ../../include/conversation.php:865 -msgid "and" -msgstr "y" - -#: ../../include/conversation.php:868 -#, php-format -msgid ", and %d other people" -msgstr " y a otras %d personas" - -#: ../../include/conversation.php:869 -#, php-format -msgid "%s like this." -msgstr "Le gusta a %s." - -#: ../../include/conversation.php:869 -#, php-format -msgid "%s don't like this." -msgstr "No le gusta a %s." - -#: ../../include/conversation.php:893 ../../include/conversation.php:910 -msgid "Visible to everybody" -msgstr "Visible para cualquiera" - -#: ../../include/conversation.php:895 ../../include/conversation.php:912 -msgid "Please enter a video link/URL:" -msgstr "Por favor, introduce la URL/enlace del vídeo:" - -#: ../../include/conversation.php:896 ../../include/conversation.php:913 -msgid "Please enter an audio link/URL:" -msgstr "Por favor, introduce la URL/enlace del audio:" - -#: ../../include/conversation.php:897 ../../include/conversation.php:914 -msgid "Tag term:" -msgstr "Etiquetar:" - -#: ../../include/conversation.php:899 ../../include/conversation.php:916 -msgid "Where are you right now?" -msgstr "¿Dónde estás ahora?" - -#: ../../include/conversation.php:978 -msgid "permissions" -msgstr "permisos" - -#: ../../include/plugin.php:389 ../../include/plugin.php:391 -msgid "Click here to upgrade." -msgstr "Pulsa aquí para actualizar." - -#: ../../include/plugin.php:397 -msgid "This action exceeds the limits set by your subscription plan." -msgstr "Esta acción excede los límites permitidos por tu subscripción." - -#: ../../include/plugin.php:402 -msgid "This action is not available under your subscription plan." -msgstr "Esta acción no está permitida para tu subscripción." - -#: ../../boot.php:584 -msgid "Delete this item?" -msgstr "¿Eliminar este elemento?" - -#: ../../boot.php:587 -msgid "show fewer" -msgstr "ver menos" - -#: ../../boot.php:794 -#, php-format -msgid "Update %s failed. See error logs." -msgstr "Falló la actualización de %s. Mira los registros de errores." - -#: ../../boot.php:796 -#, php-format -msgid "Update Error at %s" -msgstr "Error actualizado en %s" - -#: ../../boot.php:897 -msgid "Create a New Account" -msgstr "Crear una nueva cuenta" - -#: ../../boot.php:925 -msgid "Nickname or Email address: " -msgstr "Apodo o dirección de email: " - -#: ../../boot.php:926 -msgid "Password: " -msgstr "Contraseña: " - -#: ../../boot.php:929 -msgid "Or login using OpenID: " -msgstr "O inicia sesión usando OpenID: " - -#: ../../boot.php:935 -msgid "Forgot your password?" -msgstr "¿Olvidaste la contraseña?" - -#: ../../boot.php:1046 -msgid "Requested account is not available." -msgstr "La cuenta solicitada no está disponible." - -#: ../../boot.php:1123 -msgid "Edit profile" -msgstr "Editar perfil" - -#: ../../boot.php:1189 -msgid "Message" -msgstr "Mensaje" - -#: ../../boot.php:1311 ../../boot.php:1397 -msgid "g A l F d" -msgstr "g A l F d" - -#: ../../boot.php:1312 ../../boot.php:1398 -msgid "F d" -msgstr "F d" - -#: ../../boot.php:1357 ../../boot.php:1438 -msgid "[today]" -msgstr "[hoy]" - -#: ../../boot.php:1369 -msgid "Birthday Reminders" -msgstr "Recordatorios de cumpleaños" - -#: ../../boot.php:1370 -msgid "Birthdays this week:" -msgstr "Cumpleaños esta semana:" - -#: ../../boot.php:1431 -msgid "[No description]" -msgstr "[Sin descripción]" - -#: ../../boot.php:1449 -msgid "Event Reminders" -msgstr "Recordatorios de eventos" - -#: ../../boot.php:1450 -msgid "Events this week:" -msgstr "Eventos de esta semana:" - -#: ../../boot.php:1680 -msgid "Status Messages and Posts" -msgstr "Mensajes de Estado y Publicaciones" - -#: ../../boot.php:1687 -msgid "Profile Details" -msgstr "Detalles del Perfil" - -#: ../../boot.php:1704 -msgid "Events and Calendar" -msgstr "Eventos y Calendario" - -#: ../../boot.php:1711 -msgid "Only You Can See This" -msgstr "Únicamente tú puedes ver esto" - -#: ../../index.php:380 -msgid "toggle mobile" -msgstr "" - -#: ../../addon.old/bg/bg.php:51 -msgid "Bg settings updated." -msgstr "Ajustes de fondo actualizados." - -#: ../../addon.old/bg/bg.php:82 -msgid "Bg Settings" -msgstr "Ajustes de fondo" - -#: ../../addon.old/drpost/drpost.php:35 -msgid "Post to Drupal" -msgstr "Publicar en Drupal" - -#: ../../addon.old/drpost/drpost.php:72 -msgid "Drupal Post Settings" -msgstr "Configuración de las publicaciones en Drupal" - -#: ../../addon.old/drpost/drpost.php:74 -msgid "Enable Drupal Post Plugin" -msgstr "Activar el módulo de publicación en Drupal" - -#: ../../addon.old/drpost/drpost.php:79 -msgid "Drupal username" -msgstr "Nombre de usuario de Drupal" - -#: ../../addon.old/drpost/drpost.php:84 -msgid "Drupal password" -msgstr "Contraseña de Drupal" - -#: ../../addon.old/drpost/drpost.php:89 -msgid "Post Type - article,page,or blog" -msgstr "Tipo de publicación: artículo, página o blog" - -#: ../../addon.old/drpost/drpost.php:94 -msgid "Drupal site URL" -msgstr "Dirección de Drupal" - -#: ../../addon.old/drpost/drpost.php:99 -msgid "Drupal site uses clean URLS" -msgstr "El sitio de Drupal usa direcciones URL simples" - -#: ../../addon.old/drpost/drpost.php:104 -msgid "Post to Drupal by default" -msgstr "Publicar en Drupal por defecto" - -#: ../../addon.old/oembed.old/oembed.php:30 -msgid "OEmbed settings updated" -msgstr "Actualizar la configuración de OEmbed" - -#: ../../addon.old/oembed.old/oembed.php:43 -msgid "Use OEmbed for YouTube videos" -msgstr "Usar OEmbed para los vídeos de YouTube" - -#: ../../addon.old/oembed.old/oembed.php:71 -msgid "URL to embed:" -msgstr "Dirección del recurso:" +msgid "Cannot locate DNS info for database server '%s'" +msgstr "No se puede encontrar información DNS para la base de datos del servidor '%s'" diff --git a/view/es/strings.php b/view/es/strings.php index 4c314016da..1d10adaaf6 100644 --- a/view/es/strings.php +++ b/view/es/strings.php @@ -5,125 +5,179 @@ function string_plural_select_es($n){ return ($n != 1);; }} ; -$a->strings["Post successful."] = "¡Publicado!"; -$a->strings["[Embedded content - reload page to view]"] = "[Contenido incrustado - recarga la página para verlo]"; -$a->strings["Contact settings applied."] = "Contacto configurado con éxito."; -$a->strings["Contact update failed."] = "Error al actualizar el Contacto."; -$a->strings["Permission denied."] = "Permiso denegado."; -$a->strings["Contact not found."] = "Contacto no encontrado."; -$a->strings["Repair Contact Settings"] = "Reparar la configuración del Contacto"; -$a->strings["WARNING: This is highly advanced and if you enter incorrect information your communications with this contact may stop working."] = "ADVERTENCIA: Esto es muy avanzado y si se introduce información incorrecta tu conexión con este contacto puede dejar de funcionar."; -$a->strings["Please use your browser 'Back' button now if you are uncertain what to do on this page."] = "Por favor usa el botón 'Atás' de tu navegador ahora si no tienes claro qué hacer en esta página."; -$a->strings["Return to contact editor"] = "Volver al editor de contactos"; -$a->strings["Name"] = "Nombre"; -$a->strings["Account Nickname"] = "Apodo de la cuenta"; -$a->strings["@Tagname - overrides Name/Nickname"] = "@Etiqueta - Sobrescribe el Nombre/Apodo"; -$a->strings["Account URL"] = "Dirección de la cuenta"; -$a->strings["Friend Request URL"] = "Dirección de la solicitud de amistad"; -$a->strings["Friend Confirm URL"] = "Dirección de confirmación de tu amigo "; -$a->strings["Notification Endpoint URL"] = "Dirección URL de la notificación"; -$a->strings["Poll/Feed URL"] = "Dirección del Sondeo/Fuentes"; -$a->strings["New photo from this URL"] = "Nueva foto de esta dirección"; +$a->strings["This entry was edited"] = ""; +$a->strings["Private Message"] = "Mensaje privado"; +$a->strings["Edit"] = "Editar"; +$a->strings["Select"] = "Seleccionar"; +$a->strings["Delete"] = "Eliminar"; +$a->strings["save to folder"] = "grabado en directorio"; +$a->strings["add star"] = "Añadir estrella"; +$a->strings["remove star"] = "Quitar estrella"; +$a->strings["toggle star status"] = "Añadir a destacados"; +$a->strings["starred"] = "marcados con estrellas"; +$a->strings["add tag"] = "añadir etiqueta"; +$a->strings["I like this (toggle)"] = "Me gusta esto (cambiar)"; +$a->strings["like"] = "me gusta"; +$a->strings["I don't like this (toggle)"] = "No me gusta esto (cambiar)"; +$a->strings["dislike"] = "no me gusta"; +$a->strings["Share this"] = "Compartir esto"; +$a->strings["share"] = "compartir"; +$a->strings["Categories:"] = "Categorías:"; +$a->strings["Filed under:"] = "Archivado en:"; +$a->strings["View %s's profile @ %s"] = "Ver perfil de %s @ %s"; +$a->strings["to"] = "a"; +$a->strings["via"] = "vía"; +$a->strings["Wall-to-Wall"] = "Muro-A-Muro"; +$a->strings["via Wall-To-Wall:"] = "via Muro-A-Muro:"; +$a->strings["%s from %s"] = "%s de %s"; +$a->strings["Comment"] = "Comentar"; +$a->strings["Please wait"] = "Por favor, espera"; +$a->strings["%d comment"] = array( + 0 => "%d comentario", + 1 => "%d comentarios", +); +$a->strings["comment"] = array( + 0 => "", + 1 => "Comentario", +); +$a->strings["show more"] = "ver más"; +$a->strings["This is you"] = "Este eres tú"; $a->strings["Submit"] = "Envíar"; -$a->strings["Help:"] = "Ayuda:"; -$a->strings["Help"] = "Ayuda"; +$a->strings["Bold"] = "Negrita"; +$a->strings["Italic"] = "Cursiva"; +$a->strings["Underline"] = "Subrayado"; +$a->strings["Quote"] = "Cita"; +$a->strings["Code"] = "Código"; +$a->strings["Image"] = "Imagen"; +$a->strings["Link"] = "Enlace"; +$a->strings["Video"] = "Vídeo"; +$a->strings["Preview"] = "Vista previa"; +$a->strings["You must be logged in to use addons. "] = ""; $a->strings["Not Found"] = "No se ha encontrado"; $a->strings["Page not found."] = "Página no encontrada."; -$a->strings["File exceeds size limit of %d"] = "El tamaño del archivo excede el límite de %d"; -$a->strings["File upload failed."] = "Ha fallado la subida del archivo."; -$a->strings["Friend suggestion sent."] = "Solicitud de amistad enviada."; -$a->strings["Suggest Friends"] = "Sugerencias de amistad"; -$a->strings["Suggest a friend for %s"] = "Recomienda un amigo a %s"; -$a->strings["Event title and start time are required."] = "Título del evento y hora de inicio requeridas."; -$a->strings["l, F j"] = "l, F j"; -$a->strings["Edit event"] = "Editar evento"; -$a->strings["link to source"] = "Enlace al original"; +$a->strings["Permission denied"] = "Permiso denegado"; +$a->strings["Permission denied."] = "Permiso denegado."; +$a->strings["toggle mobile"] = "Cambiar a versión móvil"; +$a->strings["Home"] = "Inicio"; +$a->strings["Your posts and conversations"] = "Tus publicaciones y conversaciones"; +$a->strings["Profile"] = "Perfil"; +$a->strings["Your profile page"] = "Tu página de perfil"; +$a->strings["Photos"] = "Fotografías"; +$a->strings["Your photos"] = "Tus fotos"; $a->strings["Events"] = "Eventos"; -$a->strings["Create New Event"] = "Crea un evento nuevo"; -$a->strings["Previous"] = "Previo"; -$a->strings["Next"] = "Siguiente"; -$a->strings["hour:minute"] = "hora:minuto"; -$a->strings["Event details"] = "Detalles del evento"; -$a->strings["Format is %s %s. Starting date and Title are required."] = "El formato es %s %s. Fecha de inicio y título son obligatorios."; -$a->strings["Event Starts:"] = "Inicio del evento:"; -$a->strings["Required"] = "Obligatorio"; -$a->strings["Finish date/time is not known or not relevant"] = "La fecha/hora de finalización no es conocida o es irrelevante."; -$a->strings["Event Finishes:"] = "Finalización del evento:"; -$a->strings["Adjust for viewer timezone"] = "Ajuste de zona horaria"; -$a->strings["Description:"] = "Descripción:"; -$a->strings["Location:"] = "Localización:"; -$a->strings["Title:"] = "Título:"; -$a->strings["Share this event"] = "Comparte este evento"; -$a->strings["Cancel"] = "Cancelar"; -$a->strings["Tag removed"] = "Etiqueta eliminada"; -$a->strings["Remove Item Tag"] = "Eliminar etiqueta"; -$a->strings["Select a tag to remove: "] = "Selecciona una etiqueta para eliminar: "; -$a->strings["Remove"] = "Eliminar"; -$a->strings["%s welcomes %s"] = "%s te da la bienvenida a %s"; -$a->strings["Authorize application connection"] = "Autorizar la conexión de la aplicación"; -$a->strings["Return to your app and insert this Securty Code:"] = "Regresa a tu aplicación e introduce este código de seguridad:"; -$a->strings["Please login to continue."] = "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?"] = "¿Quieres autorizar a esta aplicación el acceso a tus mensajes y contactos, y/o crear nuevas publicaciones para ti?"; -$a->strings["Yes"] = "Sí"; -$a->strings["No"] = "No"; -$a->strings["Photo Albums"] = "Álbum de Fotos"; -$a->strings["Contact Photos"] = "Foto del contacto"; -$a->strings["Upload New Photos"] = "Subir nuevas fotos"; -$a->strings["everybody"] = "todos"; -$a->strings["Contact information unavailable"] = "Información del contacto no disponible"; -$a->strings["Profile Photos"] = "Foto del perfil"; -$a->strings["Album not found."] = "Álbum no encontrado."; -$a->strings["Delete Album"] = "Eliminar álbum"; -$a->strings["Delete Photo"] = "Eliminar foto"; -$a->strings["was tagged in a"] = "ha sido etiquetado en"; -$a->strings["photo"] = "foto"; -$a->strings["by"] = "por"; -$a->strings["Image exceeds size limit of "] = "La imagen supera tamaño límite de "; -$a->strings["Image file is empty."] = "El archivo de imagen está vacío."; -$a->strings["Unable to process image."] = "Imposible procesar la imagen."; -$a->strings["Image upload failed."] = "Error al subir la imagen."; -$a->strings["Public access denied."] = "Acceso público denegado."; -$a->strings["No photos selected"] = "Ninguna foto seleccionada"; -$a->strings["Access to this item is restricted."] = "El acceso a este elemento está restringido."; -$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "Has usado %1$.2f MB de %2$.2f MB de tu álbum de fotos."; -$a->strings["You have used %1$.2f Mbytes of photo storage."] = "Has usado %1$.2f MB de tu álbum de fotos."; -$a->strings["Upload Photos"] = "Subir fotos"; -$a->strings["New album name: "] = "Nombre del nuevo álbum: "; -$a->strings["or existing album name: "] = "o nombre de un álbum existente: "; -$a->strings["Do not show a status post for this upload"] = "No actualizar tu estado con este envío"; -$a->strings["Permissions"] = "Permisos"; -$a->strings["Edit Album"] = "Modificar álbum"; -$a->strings["Show Newest First"] = "Mostrar más nuevos primero"; -$a->strings["Show Oldest First"] = "Mostrar más antiguos primero"; -$a->strings["View Photo"] = "Ver foto"; -$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["View photo"] = "Ver foto"; -$a->strings["Edit photo"] = "Modificar foto"; -$a->strings["Use as profile photo"] = "Usar como foto del perfil"; -$a->strings["Private Message"] = "Mensaje privado"; -$a->strings["View Full Size"] = "Ver a tamaño completo"; -$a->strings["Tags: "] = "Etiquetas: "; -$a->strings["[Remove any tag]"] = "[Borrar todas las etiquetas]"; -$a->strings["Rotate CW (right)"] = "Girar a la derecha"; -$a->strings["Rotate CCW (left)"] = "Girar a la izquierda"; -$a->strings["New album name"] = "Nuevo nombre del álbum"; -$a->strings["Caption"] = "Título"; -$a->strings["Add a Tag"] = "Añadir una etiqueta"; -$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Ejemplo: @juan, @Barbara_Ruiz, @julia@example.com, #California, #camping"; -$a->strings["I like this (toggle)"] = "Me gusta esto (cambiar)"; -$a->strings["I don't like this (toggle)"] = "No me gusta esto (cambiar)"; -$a->strings["Share"] = "Compartir"; -$a->strings["Please wait"] = "Por favor, espera"; -$a->strings["This is you"] = "Este eres tú"; -$a->strings["Comment"] = "Comentar"; -$a->strings["Preview"] = "Vista previa"; -$a->strings["Delete"] = "Eliminar"; -$a->strings["View Album"] = "Ver Álbum"; -$a->strings["Recent Photos"] = "Fotos recientes"; -$a->strings["Not available."] = "No disponible"; +$a->strings["Your events"] = "Tus eventos"; +$a->strings["Personal notes"] = "Notas personales"; +$a->strings["Your personal photos"] = "Tus fotos personales"; $a->strings["Community"] = "Comunidad"; -$a->strings["No results."] = "Sin resultados."; +$a->strings["don't show"] = "no mostrar"; +$a->strings["show"] = "mostrar"; +$a->strings["Theme settings"] = "Configuración del Tema"; +$a->strings["Set font-size for posts and comments"] = "Tamaño del texto para publicaciones y comentarios"; +$a->strings["Set line-height for posts and comments"] = "Altura para las publicaciones y comentarios"; +$a->strings["Set resolution for middle column"] = "Resolución para la columna central"; +$a->strings["Contacts"] = "Contactos"; +$a->strings["Your contacts"] = "Tus contactos"; +$a->strings["Community Pages"] = "Páginas de Comunidad"; +$a->strings["Community Profiles"] = "Perfiles de la Comunidad"; +$a->strings["Last users"] = "Últimos usuarios"; +$a->strings["Last likes"] = "Últimos \"me gusta\""; +$a->strings["event"] = "evento"; +$a->strings["status"] = "estado"; +$a->strings["photo"] = "foto"; +$a->strings["%1\$s likes %2\$s's %3\$s"] = "A %1\$s le gusta %3\$s de %2\$s"; +$a->strings["Last photos"] = "Últimas fotos"; +$a->strings["Contact Photos"] = "Foto del contacto"; +$a->strings["Profile Photos"] = "Foto del perfil"; +$a->strings["Find Friends"] = "Buscar amigos"; +$a->strings["Local Directory"] = "Directorio local"; +$a->strings["Global Directory"] = "Directorio global"; +$a->strings["Similar Interests"] = "Intereses similares"; +$a->strings["Friend Suggestions"] = "Sugerencias de amigos"; +$a->strings["Invite Friends"] = "Invitar amigos"; +$a->strings["Settings"] = "Configuración"; +$a->strings["Earth Layers"] = "Minimapa"; +$a->strings["Set zoomfactor for Earth Layers"] = "Configurar zoom en Minimapa"; +$a->strings["Set longitude (X) for Earth Layers"] = "Configurar longitud (X) en Minimapa"; +$a->strings["Set latitude (Y) for Earth Layers"] = "Configurar latitud (Y) en Minimapa"; +$a->strings["Help or @NewHere ?"] = "¿Ayuda o @NuevoAquí?"; +$a->strings["Connect Services"] = "Servicios conectados"; +$a->strings["Show/hide boxes at right-hand column:"] = "Mostrar/Ocultar casillas en la columna derecha:"; +$a->strings["Set color scheme"] = "Configurar esquema de color"; +$a->strings["Set zoomfactor for Earth Layer"] = "Establecer zoom para Minimapa"; +$a->strings["Alignment"] = "Alineación"; +$a->strings["Left"] = "Izquierda"; +$a->strings["Center"] = "Centrado"; +$a->strings["Color scheme"] = "Esquema de color"; +$a->strings["Posts font size"] = ""; +$a->strings["Textareas font size"] = ""; +$a->strings["Set colour scheme"] = "Configurar esquema de color"; +$a->strings["default"] = "predeterminado"; +$a->strings["Background Image"] = ""; +$a->strings["The URL to a picture (e.g. from your photo album) that should be used as background image."] = ""; +$a->strings["Background Color"] = ""; +$a->strings["HEX value for the background color. Don't include the #"] = ""; +$a->strings["font size"] = ""; +$a->strings["base font size for your interface"] = ""; +$a->strings["Set resize level for images in posts and comments (width and height)"] = "Configurar el tamaño de las imágenes en las publicaciones"; +$a->strings["Set theme width"] = "Establecer el ancho para el tema"; +$a->strings["Delete this item?"] = "¿Eliminar este elemento?"; +$a->strings["show fewer"] = "ver menos"; +$a->strings["Update %s failed. See error logs."] = "Falló la actualización de %s. Mira los registros de errores."; +$a->strings["Update Error at %s"] = "Error actualizado en %s"; +$a->strings["Create a New Account"] = "Crear una nueva cuenta"; +$a->strings["Register"] = "Registrarse"; +$a->strings["Logout"] = "Salir"; +$a->strings["Login"] = "Acceder"; +$a->strings["Nickname or Email address: "] = "Apodo o dirección de email: "; +$a->strings["Password: "] = "Contraseña: "; +$a->strings["Remember me"] = ""; +$a->strings["Or login using OpenID: "] = "O inicia sesión usando OpenID: "; +$a->strings["Forgot your password?"] = "¿Olvidaste la contraseña?"; +$a->strings["Password Reset"] = "Restablecer la contraseña"; +$a->strings["Website Terms of Service"] = ""; +$a->strings["terms of service"] = ""; +$a->strings["Website Privacy Policy"] = ""; +$a->strings["privacy policy"] = ""; +$a->strings["Requested account is not available."] = "La cuenta solicitada no está disponible."; +$a->strings["Requested profile is not available."] = "El perfil solicitado no está disponible."; +$a->strings["Edit profile"] = "Editar perfil"; +$a->strings["Connect"] = "Conectar"; +$a->strings["Message"] = "Mensaje"; +$a->strings["Profiles"] = "Perfiles"; +$a->strings["Manage/edit profiles"] = "Administrar/editar perfiles"; +$a->strings["Change profile photo"] = "Cambiar foto del perfil"; +$a->strings["Create New Profile"] = "Crear nuevo perfil"; +$a->strings["Profile Image"] = "Imagen del Perfil"; +$a->strings["visible to everybody"] = "Visible para todos"; +$a->strings["Edit visibility"] = "Editar visibilidad"; +$a->strings["Location:"] = "Localización:"; +$a->strings["Gender:"] = "Género:"; +$a->strings["Status:"] = "Estado:"; +$a->strings["Homepage:"] = "Página de inicio:"; +$a->strings["g A l F d"] = "g A l F d"; +$a->strings["F d"] = "F d"; +$a->strings["[today]"] = "[hoy]"; +$a->strings["Birthday Reminders"] = "Recordatorios de cumpleaños"; +$a->strings["Birthdays this week:"] = "Cumpleaños 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["Status"] = "Estado"; +$a->strings["Status Messages and Posts"] = "Mensajes de Estado y Publicaciones"; +$a->strings["Profile Details"] = "Detalles del Perfil"; +$a->strings["Photo Albums"] = "Álbum de Fotos"; +$a->strings["Videos"] = ""; +$a->strings["Events and Calendar"] = "Eventos y Calendario"; +$a->strings["Personal Notes"] = "Notas personales"; +$a->strings["Only You Can See This"] = "Únicamente tú puedes ver esto"; +$a->strings["%1\$s is currently %2\$s"] = "%1\$s está actualmente %2\$s"; +$a->strings["Mood"] = "Ánimo"; +$a->strings["Set your current mood and tell your friends"] = "Coloca tu ánimo actual y cuéntaselo a tus amigos"; +$a->strings["Public access denied."] = "Acceso público denegado."; +$a->strings["Item not found."] = "Elemento no encontrado."; +$a->strings["Access to this profile has been restricted."] = "El acceso a este perfil ha sido restringido."; +$a->strings["Item has been removed."] = "El elemento ha sido eliminado."; +$a->strings["Access denied."] = "Acceso denegado."; $a->strings["This is Friendica, version"] = "Esto es Friendica, versión"; $a->strings["running at web location"] = "ejecutándose en la dirección web"; $a->strings["Please visit Friendica.com to learn more about the Friendica project."] = "Por favor, visita Friendica.com para saber más sobre el proyecto Friendica."; @@ -131,15 +185,430 @@ $a->strings["Bug reports and issues: please visit"] = "Reporte de fallos y probl $a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Sugerencias, elogios, donaciones, etc. por favor manda un correo a Info arroba Friendica punto com"; $a->strings["Installed plugins/addons/apps:"] = "Módulos/extensiones/aplicaciones instalados:"; $a->strings["No installed plugins/addons/apps"] = "Módulos/extensiones/aplicaciones no instalados"; +$a->strings["%1\$s welcomes %2\$s"] = "%1\$s te da la bienvenida a %2\$s"; +$a->strings["Registration details for %s"] = "Detalles de registro para %s"; +$a->strings["Registration successful. Please check your email for further instructions."] = "Te has registrado con éxito. Por favor, consulta tu correo para más información."; +$a->strings["Failed to send email message. Here is the message that failed."] = "Error al enviar el mensaje de correo. Este es el mensaje no enviado."; +$a->strings["Your registration can not be processed."] = "Tu registro no se puede procesar."; +$a->strings["Registration request at %s"] = "Solicitud de registro en %s"; +$a->strings["Your registration is pending approval by the site owner."] = "Tu registro está pendiente de aprobación por el propietario del sitio."; +$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Este sitio ha excedido el número de registros diarios permitidos. Inténtalo de nuevo mañana por favor."; +$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "Puedes (opcionalmente) rellenar este formulario a través de OpenID escribiendo tu OpenID y pulsando en \"Registrar\"."; +$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "Si no estás familiarizado con OpenID, por favor deja ese campo en blanco y rellena el resto de los elementos."; +$a->strings["Your OpenID (optional): "] = "Tu OpenID (opcional):"; +$a->strings["Include your profile in member directory?"] = "¿Incluir tu perfil en el directorio de miembros?"; +$a->strings["Yes"] = "Sí"; +$a->strings["No"] = "No"; +$a->strings["Membership on this site is by invitation only."] = "Sitio solo accesible mediante invitación."; +$a->strings["Your invitation ID: "] = "ID de tu invitación: "; +$a->strings["Registration"] = "Registro"; +$a->strings["Your Full Name (e.g. Joe Smith): "] = "Tu nombre completo (por ejemplo, Manuel Pérez): "; +$a->strings["Your Email Address: "] = "Tu dirección de correo: "; +$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be 'nickname@\$sitename'."] = "Elije un apodo. Debe comenzar con una letra. Tu dirección de perfil en este sitio va a ser \"apodo@\$nombredelsitio\"."; +$a->strings["Choose a nickname: "] = "Escoge un apodo: "; +$a->strings["Import"] = "Importar"; +$a->strings["Import your profile to this friendica instance"] = ""; +$a->strings["Profile not found."] = "Perfil no encontrado."; +$a->strings["Contact not found."] = "Contacto no encontrado."; +$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "Esto puede ocurrir a veces si la conexión fue solicitada por ambas personas y ya hubiera sido aprobada."; +$a->strings["Response from remote site was not understood."] = "La respuesta desde el sitio remoto no ha sido entendida."; +$a->strings["Unexpected response from remote site: "] = "Respuesta inesperada desde el sitio remoto: "; +$a->strings["Confirmation completed successfully."] = "Confirmación completada con éxito."; +$a->strings["Remote site reported: "] = "El sito remoto informó: "; +$a->strings["Temporary failure. Please wait and try again."] = "Error temporal. Por favor, espere y vuelva a intentarlo."; +$a->strings["Introduction failed or was revoked."] = "La presentación ha fallado o ha sido anulada."; +$a->strings["Unable to set contact photo."] = "Imposible establecer la foto del contacto."; +$a->strings["%1\$s is now friends with %2\$s"] = "%1\$s ahora es amigo de %2\$s"; +$a->strings["No user record found for '%s' "] = "No se ha encontrado a ningún '%s' "; +$a->strings["Our site encryption key is apparently messed up."] = "Nuestra clave de cifrado del sitio es aparentemente un lío."; +$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "Se ha proporcionado una dirección vacía o no hemos podido descifrarla."; +$a->strings["Contact record was not found for you on our site."] = "El contacto no se ha encontrado en nuestra base de datos."; +$a->strings["Site public key not available in contact record for URL %s."] = "La clave pública del sitio no está disponible en los datos del contacto para %s."; +$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "La identificación proporcionada por el sistema es un duplicado de nuestro sistema. Debería funcionar si lo intentas de nuevo."; +$a->strings["Unable to set your contact credentials on our system."] = "No se puede establecer las credenciales de tu contacto en nuestro sistema."; +$a->strings["Unable to update your contact profile details on our system"] = "No se puede actualizar los datos de tu perfil de contacto en nuestro sistema"; +$a->strings["Connection accepted at %s"] = "Conexión aceptada en %s"; +$a->strings["%1\$s has joined %2\$s"] = "%1\$s se ha unido a %2\$s"; +$a->strings["Authorize application connection"] = "Autorizar la conexión de la aplicación"; +$a->strings["Return to your app and insert this Securty Code:"] = "Regresa a tu aplicación e introduce este código de seguridad:"; +$a->strings["Please login to continue."] = "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?"] = "¿Quieres autorizar a esta aplicación el acceso a tus mensajes y contactos, y/o crear nuevas publicaciones para ti?"; +$a->strings["No valid account found."] = "No se ha encontrado ninguna cuenta válida"; +$a->strings["Password reset request issued. Check your email."] = "Solicitud de restablecimiento de contraseña enviada. Revisa tu correo."; +$a->strings["Password reset requested at %s"] = "Contraseña restablecida enviada a %s"; +$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "La solicitud no puede ser verificada (deberías haberla proporcionado antes). Falló el restablecimiento de la contraseña."; +$a->strings["Your password has been reset as requested."] = "Tu contraseña ha sido restablecida como solicitaste."; +$a->strings["Your new password is"] = "Tu nueva contraseña es"; +$a->strings["Save or copy your new password - and then"] = "Guarda o copia tu nueva contraseña y luego"; +$a->strings["click here to login"] = "pulsa aquí para acceder"; +$a->strings["Your password may be changed from the Settings page after successful login."] = "Puedes cambiar tu contraseña desde la página de Configuración después de acceder con éxito."; +$a->strings["Your password has been changed at %s"] = "Tu contraseña se ha cambiado por %s"; +$a->strings["Forgot your Password?"] = "¿Olvidaste tu contraseña?"; +$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Introduce tu correo para restablecer tu contraseña. Luego comprueba tu correo para las instrucciones adicionales."; +$a->strings["Nickname or Email: "] = "Apodo o Correo electrónico: "; +$a->strings["Reset"] = "Restablecer"; +$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Excedido el número máximo de mensajes para %s. El mensaje no se ha enviado."; +$a->strings["No recipient selected."] = "Ningún destinatario seleccionado"; +$a->strings["Unable to check your home location."] = "Imposible comprobar tu servidor de inicio."; +$a->strings["Message could not be sent."] = "El mensaje no ha podido ser enviado."; +$a->strings["Message collection failure."] = "Fallo en la recolección de mensajes."; +$a->strings["Message sent."] = "Mensaje enviado."; +$a->strings["No recipient."] = "Sin receptor."; +$a->strings["Please enter a link URL:"] = "Introduce la dirección del enlace:"; +$a->strings["Send Private Message"] = "Enviar mensaje privado"; +$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "Si quieres que %s te responda, asegúrate de que la configuración de privacidad permite enviar correo privado a desconocidos."; +$a->strings["To:"] = "Para:"; +$a->strings["Subject:"] = "Asunto:"; +$a->strings["Your message:"] = "Tu mensaje:"; +$a->strings["Upload photo"] = "Subir foto"; +$a->strings["Insert web link"] = "Insertar enlace"; +$a->strings["Welcome to Friendica"] = "Bienvenido a Friendica "; +$a->strings["New Member Checklist"] = "Listado de nuevos miembros"; +$a->strings["We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."] = "Nos gustaría ofrecerte algunos consejos y enlaces para ayudar a hacer tu experiencia más amena. Pulsa en cualquier elemento para visitar la página correspondiente. Un enlace a esta página será visible desde tu página de inicio durante las dos semanas siguientes a tu inscripción y luego desaparecerá."; +$a->strings["Getting Started"] = "Empezando"; +$a->strings["Friendica Walk-Through"] = "Visita guiada a Friendica"; +$a->strings["On your Quick Start page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."] = "En tu página de Inicio Rápido - busca una introducción breve para tus pestañas de perfil y red, haz algunas conexiones nuevas, y busca algunos grupos a los que unirte."; +$a->strings["Go to Your Settings"] = "Ir a tus ajustes"; +$a->strings["On your Settings page - change your initial password. Also make a note of your Identity Address. This looks just like an email address - and will be useful in making friends on the free social web."] = "En la página de Configuración puedes cambiar tu contraseña inicial. También aparece tu ID (Identity Address). Es parecida a una dirección de correo y te servirá para conectar con gente de redes sociales libres."; +$a->strings["Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you."] = "Revisa las otras configuraciones, especialmente la configuración de privacidad. Un listado de directorio sin publicar es como tener un número de teléfono sin publicar. Normalmente querrás publicar tu listado, a menos que tus amigos y amigos potenciales sepan cómo ponerse en contacto contigo."; +$a->strings["Upload Profile Photo"] = "Subir foto del Perfil"; +$a->strings["Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not."] = "Sube una foto para tu perfil si no lo has hecho aún. Los estudios han demostrado que la gente que usa fotos suyas reales tienen diez veces más éxito a la hora de entablar amistad que las que no."; +$a->strings["Edit Your Profile"] = "Editar tu perfil"; +$a->strings["Edit your default profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."] = "Edita tu perfil predeterminado como quieras. Revisa la configuración para ocultar tu lista de amigos o tu perfil a los visitantes desconocidos."; +$a->strings["Profile Keywords"] = "Palabras clave del perfil"; +$a->strings["Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships."] = "Define en tu perfil público algunas palabras que describan tus intereses. Así podremos buscar otras personas con los mismos gustos y sugerirte posibles amigos."; +$a->strings["Connecting"] = "Conectando"; +$a->strings["Facebook"] = "Facebook"; +$a->strings["Authorise the Facebook Connector if you currently have a Facebook account and we will (optionally) import all your Facebook friends and conversations."] = "Autoriza la conexión con Facebook si ya tienes una cuenta en Facebook y nosotros (opcionalmente) importaremos tus amistades y conversaciones desde Facebook."; +$a->strings["If this is your own personal server, installing the Facebook addon may ease your transition to the free social web."] = "Si este es tu propio servidor privado, instalar el conector de Facebook puede facilitar el paso hacia la red social libre."; +$a->strings["Importing Emails"] = "Importando correos electrónicos"; +$a->strings["Enter your email access information on your Connector Settings page if you wish to import and interact with friends or mailing lists from your email INBOX"] = "Introduce la información para acceder a tu correo en la página de Configuración del conector si quieres importar e interactuar con amigos o listas de correos del buzón de entrada de tu correo electrónico."; +$a->strings["Go to Your Contacts Page"] = "Ir a tu página de contactos"; +$a->strings["Your Contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the Add New Contact dialog."] = "Tu página de Contactos es el portal desde donde podrás manejar tus amistades y conectarte con amigos de otras redes. Normalmente introduces su dirección o la dirección de su sitio web en el recuadro \"Añadir contacto nuevo\"."; +$a->strings["Go to Your Site's Directory"] = "Ir al directorio de tu sitio"; +$a->strings["The Directory page lets you find other people in this network or other federated sites. Look for a Connect or Follow link on their profile page. Provide your own Identity Address if requested."] = "El Directorio te permite encontrar otras personas en esta red o en cualquier otro sitio federado. Busca algún enlace de Conectar o Seguir en su perfil. Proporciona tu direción personal si es necesario."; +$a->strings["Finding New People"] = "Encontrando nueva gente"; +$a->strings["On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours."] = "En el panel lateral de la página de Contactos existen varias herramientas para encontrar nuevos amigos. Podemos filtrar personas por sus intereses, buscar personas por nombre o por sus intereses, y ofrecerte sugerencias basadas en sus relaciones de la red. En un sitio nuevo, las sugerencias de amigos por lo general comienzan pasadas las 24 horas."; +$a->strings["Groups"] = "Grupos"; +$a->strings["Group Your Contacts"] = "Agrupa tus contactos"; +$a->strings["Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page."] = "Una vez que tengas algunos amigos, puedes organizarlos en grupos privados de conversación mediante el memnú en tu página de Contactos y luego puedes interactuar con cada grupo por separado desde tu página de Red."; +$a->strings["Why Aren't My Posts Public?"] = "¿Por qué mis publicaciones no son públicas?"; +$a->strings["Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above."] = "Friendica respeta tu privacidad. Por defecto, tus publicaciones solo se mostrarán a personas que hayas añadido como amistades. Para más información, mira la sección de ayuda en el enlace de más arriba."; +$a->strings["Getting Help"] = "Consiguiendo ayuda"; +$a->strings["Go to the Help Section"] = "Ir a la sección de ayuda"; +$a->strings["Our help pages may be consulted for detail on other program features and resources."] = "Puedes consultar nuestra página de Ayuda para más información y recursos de ayuda."; +$a->strings["Do you really want to delete this suggestion?"] = "¿Estás seguro de que quieres borrar esta sugerencia?"; +$a->strings["Cancel"] = "Cancelar"; +$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "No hay sugerencias disponibles. Si el sitio web es nuevo inténtalo de nuevo dentro de 24 horas."; +$a->strings["Ignore/Hide"] = "Ignorar/Ocultar"; +$a->strings["Search Results For:"] = "Resultados de la busqueda para:"; +$a->strings["Remove term"] = "Eliminar término"; +$a->strings["Saved Searches"] = "Búsquedas guardadas"; +$a->strings["add"] = "añadir"; +$a->strings["Commented Order"] = "Orden de comentarios"; +$a->strings["Sort by Comment Date"] = "Ordenar por fecha de comentarios"; +$a->strings["Posted Order"] = "Orden de publicación"; +$a->strings["Sort by Post Date"] = "Ordenar por fecha de publicación"; +$a->strings["Personal"] = "Personal"; +$a->strings["Posts that mention or involve you"] = "Publicaciones que te mencionan o involucran"; +$a->strings["New"] = "Nuevo"; +$a->strings["Activity Stream - by date"] = "Corriente de actividad por fecha"; +$a->strings["Shared Links"] = "Enlaces compartidos"; +$a->strings["Interesting Links"] = "Enlaces interesantes"; +$a->strings["Starred"] = "Favoritos"; +$a->strings["Favourite Posts"] = "Publicaciones favoritas"; +$a->strings["Warning: This group contains %s member from an insecure network."] = array( + 0 => "Aviso: este grupo contiene %s contacto con conexión no segura.", + 1 => "Aviso: este grupo contiene %s contactos con conexiones no seguras.", +); +$a->strings["Private messages to this group are at risk of public disclosure."] = "Los mensajes privados a este grupo corren el riesgo de ser mostrados públicamente."; +$a->strings["No such group"] = "Ningún grupo"; +$a->strings["Group is empty"] = "El grupo está vacío"; +$a->strings["Group: "] = "Grupo: "; +$a->strings["Contact: "] = "Contacto: "; +$a->strings["Private messages to this person are at risk of public disclosure."] = "Los mensajes privados a esta persona corren el riesgo de ser mostrados públicamente."; +$a->strings["Invalid contact."] = "Contacto erróneo."; +$a->strings["Friendica Communications Server - Setup"] = ""; +$a->strings["Could not connect to database."] = "No es posible la conexión con la base de datos."; +$a->strings["Could not create table."] = "No se puede crear la tabla."; +$a->strings["Your Friendica site database has been installed."] = "La base de datos de su sitio web de Friendica ha sido instalada."; +$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Puede que tengas que importar el archivo \"Database.sql\" manualmente usando phpmyadmin o mysql."; +$a->strings["Please see the file \"INSTALL.txt\"."] = "Por favor, consulta el archivo \"INSTALL.txt\"."; +$a->strings["System check"] = "Verificación del sistema"; +$a->strings["Next"] = "Siguiente"; +$a->strings["Check again"] = "Compruebalo de nuevo"; +$a->strings["Database connection"] = "Conexión con la base de datos"; +$a->strings["In order to install Friendica we need to know how to connect to your database."] = "Con el fin de poder instalar Friendica, necesitamos saber cómo conectar con tu base de datos."; +$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Por favor, contacta con tu proveedor de servicios o con el administrador de la página si tienes alguna pregunta sobre estas configuraciones."; +$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "La base de datos que especifiques a continuación debería existir ya. Si no es el caso, debes crearla antes de continuar."; +$a->strings["Database Server Name"] = "Nombre del servidor de la base de datos"; +$a->strings["Database Login Name"] = "Usuario de la base de datos"; +$a->strings["Database Login Password"] = "Contraseña de la base de datos"; +$a->strings["Database Name"] = "Nombre de la base de datos"; +$a->strings["Site administrator email address"] = "Dirección de correo del administrador de la web"; +$a->strings["Your account email address must match this in order to use the web admin panel."] = "La dirección de correo de tu cuenta debe coincidir con esta para poder usar el panel de administración de la web."; +$a->strings["Please select a default timezone for your website"] = "Por favor, selecciona la zona horaria predeterminada para tu web"; +$a->strings["Site settings"] = "Configuración de la página web"; +$a->strings["Could not find a command line version of PHP in the web server PATH."] = "No se pudo encontrar una versión de la 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. See 'Activating scheduled tasks'"] = "Si no tienes una versión en línea de comandos de PHP instalada en el servidor no podrás ejecutar actualizaciones en segundo plano a través de cron. Ver 'Activating scheduled tasks'"; +$a->strings["PHP executable path"] = "Dirección al ejecutable PHP"; +$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Introduce la ruta completa al ejecutable php. Puedes dejarlo en blanco y seguir con la instalación."; +$a->strings["Command line PHP"] = "Línea de comandos PHP"; +$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = ""; +$a->strings["Found PHP version: "] = ""; +$a->strings["PHP cli binary"] = ""; +$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "La versión en línea de comandos de PHP en tu sistema no tiene \"register_argc_argv\" habilitado."; +$a->strings["This is required for message delivery to work."] = "Esto es necesario para que funcione la entrega de mensajes."; +$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv"; +$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Error: La función \"openssl_pkey_new\" en este sistema no es capaz de generar claves de cifrado"; +$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Si se ejecuta en Windows, por favor consulta la sección \"http://www.php.net/manual/en/openssl.installation.php\"."; +$a->strings["Generate encryption keys"] = "Generar claves de encriptación"; +$a->strings["libCurl PHP module"] = "Módulo PHP libCurl"; +$a->strings["GD graphics PHP module"] = "Módulo PHP gráficos GD"; +$a->strings["OpenSSL PHP module"] = "Módulo PHP OpenSSL"; +$a->strings["mysqli PHP module"] = "Módulo PHP mysqli"; +$a->strings["mb_string PHP module"] = "Módulo PHP mb_string"; +$a->strings["Apache mod_rewrite module"] = "Módulo mod_rewrite de Apache"; +$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Error: El módulo de Apache mod-rewrite es necesario pero no está instalado."; +$a->strings["Error: libCURL PHP module required but not installed."] = "Error: El módulo de PHP libcurl es necesario, pero no está instalado."; +$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Error: El módulo de de PHP gráficos GD con soporte JPEG es necesario, pero no está instalado."; +$a->strings["Error: openssl PHP module required but not installed."] = "Error: El módulo de PHP openssl es necesario, pero no está instalado."; +$a->strings["Error: mysqli PHP module required but not installed."] = "Error: El módulo de PHP mysqli es necesario, pero no está instalado."; +$a->strings["Error: mb_string PHP module required but not installed."] = "Error: El módulo de PHP mb_string es necesario, 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 programa de instalación web necesita ser capaz de crear un archivo llamado \".htconfig.php\" en la carpeta principal de tu servidor web y es incapaz de hacerlo."; +$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."] = "Se trata a menudo de una configuración de permisos, pues el servidor web puede que no sea capaz de escribir archivos en la carpeta, aunque tú sí puedas."; +$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top folder."] = "Al final obtendremos un texto que debes guardar en un archivo llamado .htconfig.php en la carpeta de Friendica."; +$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "Como alternativa, puedes saltarte estos pasos y realizar una instalación manual. Por favor, consulta el archivo \"INSTALL.txt\" para las instrucciones."; +$a->strings[".htconfig.php is writable"] = ".htconfig.php tiene permiso de escritura"; +$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = ""; +$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top level folder."] = ""; +$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = ""; +$a->strings["Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."] = ""; +$a->strings["view/smarty3 is writable"] = ""; +$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "La reescritura de la dirección en .htaccess no funcionó. Revisa la configuración."; +$a->strings["Url rewrite is working"] = "Reescribiendo la dirección..."; +$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 archivo de configuración de base de datos \".htconfig.php\" no se pudo escribir. Por favor, utiliza el texto adjunto para crear un archivo de configuración en la raíz de tu servidor web."; +$a->strings["Errors encountered creating database tables."] = "Se han encontrados errores creando las tablas de la base de datos."; +$a->strings["

What next

"] = "

¿Ahora qué?

"; +$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "IMPORTANTE: Tendrás que configurar [manualmente] una tarea programada para el sondeo"; +$a->strings["Theme settings updated."] = "Configuración de la apariencia actualizada."; +$a->strings["Site"] = "Sitio"; +$a->strings["Users"] = "Usuarios"; +$a->strings["Plugins"] = "Módulos"; +$a->strings["Themes"] = "Temas"; +$a->strings["DB updates"] = "Actualizaciones de la Base de Datos"; +$a->strings["Logs"] = "Registros"; +$a->strings["Admin"] = "Admin"; +$a->strings["Plugin Features"] = "Características del módulo"; +$a->strings["User registrations waiting for confirmation"] = "Registro de usuarios esperando la confirmación"; +$a->strings["Normal Account"] = "Cuenta normal"; +$a->strings["Soapbox Account"] = "Cuenta tribuna"; +$a->strings["Community/Celebrity Account"] = "Cuenta de Comunidad/Celebridad"; +$a->strings["Automatic Friend Account"] = "Cuenta de amistad automática"; +$a->strings["Blog Account"] = "Cuenta de blog"; +$a->strings["Private Forum"] = "Foro privado"; +$a->strings["Message queues"] = "Cola de mensajes"; +$a->strings["Administration"] = "Administración"; +$a->strings["Summary"] = "Resumen"; +$a->strings["Registered users"] = "Usuarios registrados"; +$a->strings["Pending registrations"] = "Pendientes de registro"; +$a->strings["Version"] = "Versión"; +$a->strings["Active plugins"] = "Módulos activos"; +$a->strings["Can not parse base url. Must have at least ://"] = ""; +$a->strings["Site settings updated."] = "Configuración de actualización."; +$a->strings["No special theme for mobile devices"] = "No hay tema especial para dispositivos móviles"; +$a->strings["Never"] = "Nunca"; +$a->strings["Frequently"] = "Frequentemente"; +$a->strings["Hourly"] = "Cada hora"; +$a->strings["Twice daily"] = "Dos veces al día"; +$a->strings["Daily"] = "Diariamente"; +$a->strings["Multi user instance"] = "Sesión multi usuario"; +$a->strings["Closed"] = "Cerrado"; +$a->strings["Requires approval"] = "Requiere aprobación"; +$a->strings["Open"] = "Abierto"; +$a->strings["No SSL policy, links will track page SSL state"] = "No existe una política de SSL, los vínculos harán un seguimiento del estado de SSL en la página"; +$a->strings["Force all links to use SSL"] = "Forzar todos los enlaces a utilizar SSL"; +$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Certificación personal, usa SSL solo para enlaces locales (no recomendado)"; +$a->strings["Save Settings"] = ""; +$a->strings["File upload"] = "Subida de archivo"; +$a->strings["Policies"] = "Políticas"; +$a->strings["Advanced"] = "Avanzado"; +$a->strings["Performance"] = "Rendimiento"; +$a->strings["Relocate - WARNING: advanced function. Could make this server unreachable."] = ""; +$a->strings["Site name"] = "Nombre del sitio"; +$a->strings["Banner/Logo"] = "Imagen/Logotipo"; +$a->strings["Additional Info"] = ""; +$a->strings["For public servers: you can add additional information here that will be listed at dir.friendica.com/siteinfo."] = ""; +$a->strings["System language"] = "Idioma"; +$a->strings["System theme"] = "Tema"; +$a->strings["Default system theme - may be over-ridden by user profiles -
change theme settings"] = "Tema por defecto del sistema, los usuarios podrán elegir el suyo propio en su configuración cambiar configuración del tema"; +$a->strings["Mobile system theme"] = "Tema de sistema móvil"; +$a->strings["Theme for mobile devices"] = "Tema para dispositivos móviles"; +$a->strings["SSL link policy"] = "Política de enlaces SSL"; +$a->strings["Determines whether generated links should be forced to use SSL"] = "Determina si los enlaces generados deben ser forzados a utilizar SSL"; +$a->strings["Old style 'Share'"] = ""; +$a->strings["Deactivates the bbcode element 'share' for repeating items."] = ""; +$a->strings["Hide help entry from navigation menu"] = "Ocultar la ayuda en el menú de navegación"; +$a->strings["Hides the menu entry for the Help pages from the navigation menu. You can still access it calling /help directly."] = "Oculta la entrada de las páginas de Ayuda en el menú de navegación. Todavía se puede acceder escribiendo /ayuda directamente."; +$a->strings["Single user instance"] = "Sesión de usuario único"; +$a->strings["Make this instance multi-user or single-user for the named user"] = "Haz esta sesión multi-usuario o usuario único para el usuario"; +$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 las imágenes a subir. Por defecto es 0, que quiere decir que no hay límite."; +$a->strings["Maximum image length"] = "Largo máximo de imagen"; +$a->strings["Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits."] = "Longitud máxima en píxeles del lado más largo de las imágenes subidas. Por defecto es -1, que significa que no hay límites."; +$a->strings["JPEG image quality"] = "Calidad de imagen JPEG"; +$a->strings["Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is full quality."] = "Los archivos JPEG subidos se guardarán con este ajuste de calidad [0-100]. Por defecto es 100, que es calidad máxima."; +$a->strings["Register policy"] = "Política de registros"; +$a->strings["Maximum Daily Registrations"] = "Registros Máximos Diarios"; +$a->strings["If registration is permitted above, this sets the maximum number of new user registrations to accept per day. If register is set to closed, this setting has no effect."] = "Si anteriormente se ha permitido el registro, esto establece el número máximo de registro de nuevos usuarios aceptados por día. Si el registro se establece como cerrado, esta opción no tiene efecto."; +$a->strings["Register text"] = "Términos"; +$a->strings["Will be displayed prominently on the registration page."] = "Se mostrará en un lugar destacado en la página de registro."; +$a->strings["Accounts abandoned after x days"] = "Cuentas abandonadas después de x días"; +$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "No gastará recursos del sistema creando sondeos a sitios externos para cuentas abandonadas. Introduce 0 para ningún límite temporal."; +$a->strings["Allowed friend domains"] = "Dominios amigos permitidos"; +$a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = "Lista separada por comas de los dominios que están autorizados para establecer conexiones con este sitio. Se aceptan comodines. Dejar en blanco para permitir cualquier dominio"; +$a->strings["Allowed email domains"] = "Dominios de correo permitidos"; +$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 que están autorizados en las direcciones de correo para registrarse en este sitio. Se aceptan comodines. Dejar en blanco para permitir cualquier dominio"; +$a->strings["Block public"] = "Bloqueo público"; +$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "Marca para bloquear el acceso público a todas las páginas personales, aún siendo públicas, hasta que no hayas iniciado tu sesión."; +$a->strings["Force publish"] = "Forzar publicación"; +$a->strings["Check to force all profiles on this site to be listed in the site directory."] = "Marca para forzar que todos los perfiles de este sitio sean listados en el directorio del sitio."; +$a->strings["Global directory update URL"] = "Dirección de actualización del directorio global"; +$a->strings["URL to update the global directory. If this is not set, the global directory is completely unavailable to the application."] = "Dirección para actualizar el directorio global. Si no se establece ningún valor el directorio global será inaccesible para la aplicación."; +$a->strings["Allow threaded items"] = "Permitir elementos en hilo"; +$a->strings["Allow infinite level threading for items on this site."] = "Permitir infinitos niveles de hilo para los elementos de este sitio."; +$a->strings["Private posts by default for new users"] = "Publicaciones privadas por defecto para usuarios nuevos"; +$a->strings["Set default post permissions for all new members to the default privacy group rather than public."] = "Ajusta los permisos de publicación por defecto a los miembros nuevos al grupo privado por defecto en vez del público."; +$a->strings["Don't include post content in email notifications"] = "No incluir el contenido del post en las notificaciones de correo electrónico"; +$a->strings["Don't include the content of a post/comment/private message/etc. in the email notifications that are sent out from this site, as a privacy measure."] = "No incluye el contenido de un mensaje/comentario/mensaje privado/etc. en las notificaciones de correo electrónico que se envían desde este sitio, como una medida de privacidad."; +$a->strings["Disallow public access to addons listed in the apps menu."] = ""; +$a->strings["Checking this box will restrict addons listed in the apps menu to members only."] = ""; +$a->strings["Don't embed private images in posts"] = ""; +$a->strings["Don't replace locally-hosted private photos in posts with an embedded copy of the image. This means that contacts who receive posts containing private photos will have to authenticate and load each image, which may take a while."] = ""; +$a->strings["Allow Users to set remote_self"] = ""; +$a->strings["With checking this, every user is allowed to mark every contact as a remote_self in the repair contact dialog. Setting this flag on a contact causes mirroring every posting of that contact in the users stream."] = ""; +$a->strings["Block multiple registrations"] = "Bloquear registros multiples"; +$a->strings["Disallow users to register additional accounts for use as pages."] = "Impedir que los usuarios registren cuentas adicionales para su uso como páginas."; +$a->strings["OpenID support"] = "Soporte OpenID"; +$a->strings["OpenID support for registration and logins."] = "Soporte OpenID para registros y accesos."; +$a->strings["Fullname check"] = "Comprobar Nombre completo"; +$a->strings["Force users to register with a space between firstname and lastname in Full name, as an antispam measure"] = "Fuerza a los usuarios a registrarse con un espacio entre su nombre y su apellido en el campo Nombre completo como medida anti-spam"; +$a->strings["UTF-8 Regular expressions"] = "Expresiones regulares UTF-8"; +$a->strings["Use PHP UTF8 regular expressions"] = "Usar expresiones regulares de UTF8 en PHP"; +$a->strings["Show Community Page"] = "Ver página de la Comunidad"; +$a->strings["Display a Community page showing all recent public postings on this site."] = "Mostrar una página de Comunidad que resuma todas las publicaciones públicas recientes de este sitio."; +$a->strings["Enable OStatus support"] = "Permitir soporte OStatus"; +$a->strings["Provide built-in OStatus (identi.ca, status.net, etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."] = "Provee una compatibilidad con OStatus (identi.ca, status.net, etc.) Todas las comunicaciones mediante OStatus son públicas, por lo que se mostrarán avisos sobre la privacidad con frecuencia."; +$a->strings["OStatus conversation completion interval"] = ""; +$a->strings["How often shall the poller check for new entries in OStatus conversations? This can be a very ressource task."] = ""; +$a->strings["Enable Diaspora support"] = "Habilitar el soporte para Diaspora*"; +$a->strings["Provide built-in Diaspora network compatibility."] = "Provee una compatibilidad con la red de Diaspora."; +$a->strings["Only allow Friendica contacts"] = "Permitir solo contactos de Friendica"; +$a->strings["All contacts must use Friendica protocols. All other built-in communication protocols disabled."] = "Todos los contactos deben usar protocolos de Friendica. El resto de protocolos serán desactivados."; +$a->strings["Verify SSL"] = "Verificar SSL"; +$a->strings["If you wish, you can turn on strict certificate checking. This will mean you cannot connect (at all) to self-signed SSL sites."] = "Si quieres puedes activar la comprobación estricta de certificados. Esto significa que serás incapaz de conectar con ningún sitio que use certificados SSL autofirmados."; +$a->strings["Proxy user"] = "Usuario proxy"; +$a->strings["Proxy URL"] = "Dirección proxy"; +$a->strings["Network timeout"] = "Tiempo de espera de red"; +$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "Valor en segundos. Usar 0 para dejarlo sin límites (no se recomienda)."; +$a->strings["Delivery interval"] = "Intervalo de actualización"; +$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 la entrega de procesos en segundo plano por esta cantidad de segundos para reducir la carga del sistema. Recomendamos: 4-5 para los servidores compartidos, 2-3 para servidores privados virtuales, 0-1 para los grandes servidores dedicados."; +$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 los procesos en segundo plano de sondeo en esta cantidad de segundos para reducir la carga del sistema. Si es 0, se usará el intervalo de entrega."; +$a->strings["Maximum Load Average"] = "Promedio de carga máxima"; +$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Carga máxima del sistema antes de que la entrega y los procesos de sondeo sean retrasados - por defecto 50."; +$a->strings["Use MySQL full text engine"] = "Usar motor MySQL de texto completo"; +$a->strings["Activates the full text engine. Speeds up search - but can only search for four and more characters."] = "Activa el motor de texto completo. Agiliza las búsquedas, pero solo busca cuatro o más caracteres."; +$a->strings["Suppress Language"] = ""; +$a->strings["Suppress language information in meta information about a posting."] = ""; +$a->strings["Path to item cache"] = "Ruta a la caché del objeto"; +$a->strings["Cache duration in seconds"] = "Duración de la caché en segundos"; +$a->strings["How long should the cache files be hold? Default value is 86400 seconds (One day)."] = "¿Cuánto tiempo debería guardar la caché? Por defecto son 86400 segundos (un día)."; +$a->strings["Path for lock file"] = "Ruta al archivo protegido"; +$a->strings["Temp path"] = "Ruta a los temporales"; +$a->strings["Base path to installation"] = "Ruta base para la instalación"; +$a->strings["New base url"] = ""; +$a->strings["Update has been marked successful"] = "La actualización se ha completado con éxito"; +$a->strings["Executing %s failed. Check system logs."] = "%s ha fallado, comprueba los registros."; +$a->strings["Update %s was successfully applied."] = "Actualización %s aplicada con éxito."; +$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "La actualización %s no ha informado, se desconoce el estado."; +$a->strings["Update function %s could not be found."] = "No se puede encontrar la función de actualización %s."; +$a->strings["No failed updates."] = "Actualizaciones sin fallos."; +$a->strings["Failed Updates"] = "Actualizaciones fallidas"; +$a->strings["This does not include updates prior to 1139, which did not return a status."] = "No se incluyen las anteriores a la 1139, que no indicaban su estado."; +$a->strings["Mark success (if update was manually applied)"] = "Marcar como correcta (si actualizaste manualmente)"; +$a->strings["Attempt to execute this update step automatically"] = "Intentando ejecutar este paso automáticamente"; +$a->strings["Registration successful. Email send to user"] = ""; +$a->strings["%s user blocked/unblocked"] = array( + 0 => "%s usuario bloqueado/desbloqueado", + 1 => "%s usuarios bloqueados/desbloqueados", +); +$a->strings["%s user deleted"] = array( + 0 => "%s usuario eliminado", + 1 => "%s usuarios eliminados", +); +$a->strings["User '%s' deleted"] = "Usuario '%s' eliminado"; +$a->strings["User '%s' unblocked"] = "Usuario '%s' desbloqueado"; +$a->strings["User '%s' blocked"] = "Usuario '%s' bloqueado'"; +$a->strings["Add User"] = ""; +$a->strings["select all"] = "seleccionar todo"; +$a->strings["User registrations waiting for confirm"] = "Registro de usuarios esperando confirmación"; +$a->strings["User waiting for permanent deletion"] = ""; +$a->strings["Request date"] = "Solicitud de fecha"; +$a->strings["Name"] = "Nombre"; +$a->strings["Email"] = "Correo electrónico"; +$a->strings["No registrations."] = "Sin registros."; +$a->strings["Approve"] = "Aprobar"; +$a->strings["Deny"] = "Denegado"; +$a->strings["Block"] = "Bloquear"; +$a->strings["Unblock"] = "Desbloquear"; +$a->strings["Site admin"] = "Administrador de la web"; +$a->strings["Account expired"] = "Cuenta caducada"; +$a->strings["New User"] = ""; +$a->strings["Register date"] = "Fecha de registro"; +$a->strings["Last login"] = "Último acceso"; +$a->strings["Last item"] = "Último elemento"; +$a->strings["Deleted since"] = ""; +$a->strings["Account"] = "Cuenta"; +$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "¡Los usuarios seleccionados serán eliminados!\\n\\n¡Todo lo que hayan publicado en este sitio se borrará para siempre!\\n\\n¿Estás seguro?"; +$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?"] = "¡El usuario {0} será eliminado!\\n\\n¡Todo lo que haya publicado en este sitio se borrará para siempre!\\n\\n¿Estás seguro?"; +$a->strings["Name of the new user."] = ""; +$a->strings["Nickname"] = ""; +$a->strings["Nickname of the new user."] = ""; +$a->strings["Email address of the new user."] = ""; +$a->strings["Plugin %s disabled."] = "Módulo %s deshabilitado."; +$a->strings["Plugin %s enabled."] = "Módulo %s habilitado."; +$a->strings["Disable"] = "Desactivado"; +$a->strings["Enable"] = "Activado"; +$a->strings["Toggle"] = "Activar"; +$a->strings["Author: "] = "Autor:"; +$a->strings["Maintainer: "] = "Mantenedor: "; +$a->strings["No themes found."] = "No se encontraron temas."; +$a->strings["Screenshot"] = "Captura de pantalla"; +$a->strings["[Experimental]"] = "[Experimental]"; +$a->strings["[Unsupported]"] = "[Sin soporte]"; +$a->strings["Log settings updated."] = "Configuración de registro actualizada."; +$a->strings["Clear"] = "Limpiar"; +$a->strings["Enable Debugging"] = ""; +$a->strings["Log file"] = "Archivo de registro"; +$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "Debes tener permiso de escritura en el servidor. Relacionado con tu directorio de inicio de Friendica."; +$a->strings["Log level"] = "Nivel de registro"; +$a->strings["Update now"] = "Actualizar ahora"; +$a->strings["Close"] = "Cerrado"; +$a->strings["FTP Host"] = "Hospedaje FTP"; +$a->strings["FTP Path"] = "Ruta FTP"; +$a->strings["FTP User"] = "Usuario FTP"; +$a->strings["FTP Password"] = "Contraseña FTP"; +$a->strings["Search"] = "Buscar"; +$a->strings["No results."] = "Sin resultados."; +$a->strings["Tips for New Members"] = "Consejos para nuevos miembros"; +$a->strings["link"] = "enlace"; +$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s ha etiquetado el %3\$s de %2\$s con %4\$s"; $a->strings["Item not found"] = "Elemento no encontrado"; $a->strings["Edit post"] = "Editar publicación"; -$a->strings["Post to Email"] = "Publicar mediante correo electrónico"; -$a->strings["Edit"] = "Editar"; -$a->strings["Upload photo"] = "Subir foto"; $a->strings["upload photo"] = "subir imagen"; $a->strings["Attach file"] = "Adjuntar archivo"; $a->strings["attach file"] = "adjuntar archivo"; -$a->strings["Insert web link"] = "Insertar enlace"; $a->strings["web link"] = "enlace web"; $a->strings["Insert video link"] = "Insertar enlace del vídeo"; $a->strings["video link"] = "enlace de video"; @@ -155,6 +624,48 @@ $a->strings["Public post"] = "Publicación pública"; $a->strings["Set title"] = "Establecer el título"; $a->strings["Categories (comma-separated list)"] = "Categorías (lista separada por comas)"; $a->strings["Example: bob@example.com, mary@example.com"] = "Ejemplo: juan@ejemplo.com, sofia@ejemplo.com"; +$a->strings["Item not available."] = "Elemento no disponible."; +$a->strings["Item was not found."] = "Elemento no encontrado."; +$a->strings["Account approved."] = "Cuenta aprobada."; +$a->strings["Registration revoked for %s"] = "Registro anulado para %s"; +$a->strings["Please login."] = "Por favor accede."; +$a->strings["Find on this site"] = "Buscar en este sitio"; +$a->strings["Finding: "] = "Buscando: "; +$a->strings["Site Directory"] = "Directorio del sitio"; +$a->strings["Find"] = "Buscar"; +$a->strings["Age: "] = "Edad: "; +$a->strings["Gender: "] = "Género:"; +$a->strings["About:"] = "Acerca de:"; +$a->strings["No entries (some entries may be hidden)."] = "Sin entradas (algunas pueden que estén ocultas)."; +$a->strings["Contact settings applied."] = "Contacto configurado con éxito."; +$a->strings["Contact update failed."] = "Error al actualizar el Contacto."; +$a->strings["Repair Contact Settings"] = "Reparar la configuración del Contacto"; +$a->strings["WARNING: This is highly advanced and if you enter incorrect information your communications with this contact may stop working."] = "ADVERTENCIA: Esto es muy avanzado y si se introduce información incorrecta tu conexión con este contacto puede dejar de funcionar."; +$a->strings["Please use your browser 'Back' button now if you are uncertain what to do on this page."] = "Por favor usa el botón 'Atás' de tu navegador ahora si no tienes claro qué hacer en esta página."; +$a->strings["Return to contact editor"] = "Volver al editor de contactos"; +$a->strings["Account Nickname"] = "Apodo de la cuenta"; +$a->strings["@Tagname - overrides Name/Nickname"] = "@Etiqueta - Sobrescribe el Nombre/Apodo"; +$a->strings["Account URL"] = "Dirección de la cuenta"; +$a->strings["Friend Request URL"] = "Dirección de la solicitud de amistad"; +$a->strings["Friend Confirm URL"] = "Dirección de confirmación de tu amigo "; +$a->strings["Notification Endpoint URL"] = "Dirección URL de la notificación"; +$a->strings["Poll/Feed URL"] = "Dirección del Sondeo/Fuentes"; +$a->strings["New photo from this URL"] = "Nueva foto de esta dirección"; +$a->strings["Remote Self"] = ""; +$a->strings["Mirror postings from this contact"] = ""; +$a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = ""; +$a->strings["Move account"] = "Mover cuenta"; +$a->strings["You can import an account from another Friendica server."] = "Puedes importar una cuenta desde otro servidor de Friendica."; +$a->strings["You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."] = "Necesitas exportar tu cuenta del antiguo servidor y subirla aquí. Volveremos a crear tu antigua cuenta con todos tus contactos aquí. También intentaremos de informar a tus amigos de que te has mudado."; +$a->strings["This feature is experimental. We can't import contacts from the OStatus network (statusnet/identi.ca) or from Diaspora"] = "Esta característica es experimental. No podemos importar contactos desde la red OStatus (statusnet/identi.ca) o desde Diaspora"; +$a->strings["Account file"] = "Archivo de la cuenta"; +$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = ""; +$a->strings["Remote privacy information not available."] = "Privacidad de la información remota no disponible."; +$a->strings["Visible to:"] = "Visible para:"; +$a->strings["Save"] = "Guardar"; +$a->strings["Help:"] = "Ayuda:"; +$a->strings["Help"] = "Ayuda"; +$a->strings["No profile"] = "Nigún perfil"; $a->strings["This introduction has already been accepted."] = "Esta presentación ya ha sido aceptada."; $a->strings["Profile location is not valid or does not contain profile information."] = "La dirección del perfil no es válida o no contiene información del perfil."; $a->strings["Warning: profile location has no identifiable owner name."] = "Aviso: La dirección del perfil no tiene un nombre de propietario identificable."; @@ -200,159 +711,12 @@ $a->strings["Diaspora"] = "Diaspora*"; $a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = "(En vez de usar este formulario, introduce %s en la barra de búsqueda de Diaspora."; $a->strings["Your Identity Address:"] = "Dirección de tu perfil:"; $a->strings["Submit Request"] = "Enviar solicitud"; -$a->strings["Friendica Social Communications Server - Setup"] = "Servidor de Comunicaciones Sociales Friendica - Configuración"; -$a->strings["Could not connect to database."] = "No es posible la conexión con la base de datos."; -$a->strings["Could not create table."] = "No se puede crear la tabla."; -$a->strings["Your Friendica site database has been installed."] = "La base de datos de su sitio web de Friendica ha sido instalada."; -$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Puede que tengas que importar el archivo \"Database.sql\" manualmente usando phpmyadmin o mysql."; -$a->strings["Please see the file \"INSTALL.txt\"."] = "Por favor, consulta el archivo \"INSTALL.txt\"."; -$a->strings["System check"] = "Verificación del sistema"; -$a->strings["Check again"] = "Compruebalo de nuevo"; -$a->strings["Database connection"] = "Conexión con la base de datos"; -$a->strings["In order to install Friendica we need to know how to connect to your database."] = "Con el fin de poder instalar Friendica, necesitamos saber cómo conectar con tu base de datos."; -$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Por favor, contacta con tu proveedor de servicios o con el administrador de la página si tienes alguna pregunta sobre estas configuraciones."; -$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "La base de datos que especifiques a continuación debería existir ya. Si no es el caso, debes crearla antes de continuar."; -$a->strings["Database Server Name"] = "Nombre del servidor de la base de datos"; -$a->strings["Database Login Name"] = "Usuario de la base de datos"; -$a->strings["Database Login Password"] = "Contraseña de la base de datos"; -$a->strings["Database Name"] = "Nombre de la base de datos"; -$a->strings["Site administrator email address"] = "Dirección de correo del administrador de la web"; -$a->strings["Your account email address must match this in order to use the web admin panel."] = "La dirección de correo de tu cuenta debe coincidir con esta para poder usar el panel de administración de la web."; -$a->strings["Please select a default timezone for your website"] = "Por favor, selecciona la zona horaria predeterminada para tu web"; -$a->strings["Site settings"] = "Configuración de la página web"; -$a->strings["Could not find a command line version of PHP in the web server PATH."] = "No se pudo encontrar una versión de la 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. See 'Activating scheduled tasks'"] = "Si no tienes una versión en línea de comandos de PHP instalada en el servidor no podrás ejecutar actualizaciones en segundo plano a través de cron. Ver 'Activating scheduled tasks'"; -$a->strings["PHP executable path"] = "Dirección al ejecutable PHP"; -$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Introduce la ruta completa al ejecutable php. Puedes dejarlo en blanco y seguir con la instalación."; -$a->strings["Command line PHP"] = "Línea de comandos PHP"; -$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "La versión en línea de comandos de PHP en tu sistema no tiene \"register_argc_argv\" habilitado."; -$a->strings["This is required for message delivery to work."] = "Esto es necesario para que funcione la entrega de mensajes."; -$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv"; -$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Error: La función \"openssl_pkey_new\" en este sistema no es capaz de generar claves de cifrado"; -$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Si se ejecuta en Windows, por favor consulta la sección \"http://www.php.net/manual/en/openssl.installation.php\"."; -$a->strings["Generate encryption keys"] = "Generar claves de encriptación"; -$a->strings["libCurl PHP module"] = "Módulo PHP libCurl"; -$a->strings["GD graphics PHP module"] = "Módulo PHP gráficos GD"; -$a->strings["OpenSSL PHP module"] = "Módulo PHP OpenSSL"; -$a->strings["mysqli PHP module"] = "Módulo PHP mysqli"; -$a->strings["mb_string PHP module"] = "Módulo PHP mb_string"; -$a->strings["Apache mod_rewrite module"] = "Módulo mod_rewrite de Apache"; -$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Error: El módulo de Apache mod-rewrite es necesario pero no está instalado."; -$a->strings["Error: libCURL PHP module required but not installed."] = "Error: El módulo de PHP libcurl es necesario, pero no está instalado."; -$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Error: El módulo de de PHP gráficos GD con soporte JPEG es necesario, pero no está instalado."; -$a->strings["Error: openssl PHP module required but not installed."] = "Error: El módulo de PHP openssl es necesario, pero no está instalado."; -$a->strings["Error: mysqli PHP module required but not installed."] = "Error: El módulo de PHP mysqli es necesario, pero no está instalado."; -$a->strings["Error: mb_string PHP module required but not installed."] = "Error: El módulo de PHP mb_string es necesario, 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 programa de instalación web necesita ser capaz de crear un archivo llamado \".htconfig.php\" en la carpeta principal de tu servidor web y es incapaz de hacerlo."; -$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."] = "Se trata a menudo de una configuración de permisos, pues el servidor web puede que no sea capaz de escribir archivos en la carpeta, aunque tú sí puedas."; -$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top folder."] = "Al final obtendremos un texto que debes guardar en un archivo llamado .htconfig.php en la carpeta de Friendica."; -$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "Como alternativa, puedes saltarte estos pasos y realizar una instalación manual. Por favor, consulta el archivo \"INSTALL.txt\" para las instrucciones."; -$a->strings[".htconfig.php is writable"] = ".htconfig.php tiene permiso de escritura"; -$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "La reescritura de la dirección en .htaccess no funcionó. Revisa la configuración."; -$a->strings["Url rewrite is working"] = "Reescribiendo la dirección..."; -$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 archivo de configuración de base de datos \".htconfig.php\" no se pudo escribir. Por favor, utiliza el texto adjunto para crear un archivo de configuración en la raíz de tu servidor web."; -$a->strings["Errors encountered creating database tables."] = "Se han encontrados errores creando las tablas de la base de datos."; -$a->strings["

What next

"] = "

¿Ahora qué?

"; -$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "IMPORTANTE: Tendrás que configurar [manualmente] una tarea programada para el sondeo"; -$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A"; -$a->strings["Time Conversion"] = "Conversión horária"; -$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = ""; -$a->strings["UTC time: %s"] = "Tiempo UTC: %s"; -$a->strings["Current timezone: %s"] = "Zona horaria actual: %s"; -$a->strings["Converted localtime: %s"] = "Zona horaria local convertida: %s"; -$a->strings["Please select your timezone:"] = "Por favor, selecciona tu zona horaria:"; -$a->strings["Poke/Prod"] = "Toque/Empujón"; -$a->strings["poke, prod or do other things to somebody"] = "da un toque, empujón o similar a alguien"; -$a->strings["Recipient"] = "Receptor"; -$a->strings["Choose what you wish to do to recipient"] = "Elige qué desea hacer con el receptor"; -$a->strings["Make this post private"] = "Hacer esta publicación privada"; -$a->strings["Profile Match"] = "Coincidencias de Perfil"; -$a->strings["No keywords to match. Please add keywords to your default profile."] = "No hay palabras clave que coincidan. Por favor, agrega algunas palabras claves en tu perfil predeterminado."; -$a->strings["is interested in:"] = "estás interesado en:"; -$a->strings["Connect"] = "Conectar"; -$a->strings["No matches"] = "Sin conincidencias"; -$a->strings["Remote privacy information not available."] = "Privacidad de la información remota no disponible."; -$a->strings["Visible to:"] = "Visible para:"; -$a->strings["No such group"] = "Ningún grupo"; -$a->strings["Group is empty"] = "El grupo está vacío"; -$a->strings["Group: "] = "Grupo: "; -$a->strings["Select"] = "Seleccionar"; -$a->strings["View %s's profile @ %s"] = "Ver perfil de %s @ %s"; -$a->strings["%s from %s"] = "%s de %s"; +$a->strings["[Embedded content - reload page to view]"] = "[Contenido incrustado - recarga la página para verlo]"; $a->strings["View in context"] = "Verlo en contexto"; -$a->strings["%d comment"] = array( - 0 => "%d comentario", - 1 => "%d comentarios", -); -$a->strings["comment"] = array( +$a->strings["%d contact edited."] = array( 0 => "", - 1 => "Comentario", + 1 => "", ); -$a->strings["show more"] = "ver más"; -$a->strings["like"] = "me gusta"; -$a->strings["dislike"] = "no me gusta"; -$a->strings["Share this"] = "Compartir esto"; -$a->strings["share"] = "compartir"; -$a->strings["Bold"] = "Negrita"; -$a->strings["Italic"] = "Cursiva"; -$a->strings["Underline"] = "Subrayado"; -$a->strings["Quote"] = "Cita"; -$a->strings["Code"] = "Código"; -$a->strings["Image"] = "Imagen"; -$a->strings["Link"] = "Enlace"; -$a->strings["Video"] = "Vídeo"; -$a->strings["add star"] = "Añadir estrella"; -$a->strings["remove star"] = "Quitar estrella"; -$a->strings["toggle star status"] = "Añadir a destacados"; -$a->strings["starred"] = "marcados con estrellas"; -$a->strings["add tag"] = "añadir etiqueta"; -$a->strings["save to folder"] = "grabado en directorio"; -$a->strings["to"] = "a"; -$a->strings["Wall-to-Wall"] = "Muro-A-Muro"; -$a->strings["via Wall-To-Wall:"] = "via Muro-A-Muro:"; -$a->strings["Welcome to %s"] = "Bienvenido a %s"; -$a->strings["Invalid request identifier."] = "Solicitud de identificación no válida."; -$a->strings["Discard"] = "Descartar"; -$a->strings["Ignore"] = "Ignorar"; -$a->strings["System"] = "Sistema"; -$a->strings["Network"] = "Red"; -$a->strings["Personal"] = "Personal"; -$a->strings["Home"] = "Inicio"; -$a->strings["Introductions"] = "Presentaciones"; -$a->strings["Messages"] = "Mensajes"; -$a->strings["Show Ignored Requests"] = "Mostrar peticiones ignoradas"; -$a->strings["Hide Ignored Requests"] = "Ocultar peticiones ignoradas"; -$a->strings["Notification type: "] = "Tipo de notificación: "; -$a->strings["Friend Suggestion"] = "Propuestas de amistad"; -$a->strings["suggested by %s"] = "sugerido por %s"; -$a->strings["Hide this contact from others"] = "Ocultar este contacto a los demás."; -$a->strings["Post a new friend activity"] = "Publica tu nueva amistad"; -$a->strings["if applicable"] = "Si corresponde"; -$a->strings["Approve"] = "Aprobar"; -$a->strings["Claims to be known to you: "] = "Dice conocerte: "; -$a->strings["yes"] = "sí"; -$a->strings["no"] = "no"; -$a->strings["Approve as: "] = "Aprobar como: "; -$a->strings["Friend"] = "Amigo"; -$a->strings["Sharer"] = "Lector"; -$a->strings["Fan/Admirer"] = "Fan/Admirador"; -$a->strings["Friend/Connect Request"] = "Solicitud de Amistad/Conexión"; -$a->strings["New Follower"] = "Nuevo seguidor"; -$a->strings["No introductions."] = "Sin presentaciones."; -$a->strings["Notifications"] = "Notificaciones"; -$a->strings["%s liked %s's post"] = "A %s le gusta la publicación de %s"; -$a->strings["%s disliked %s's post"] = "A %s no le gusta la publicación de %s"; -$a->strings["%s is now friends with %s"] = "%s es ahora es amigo de %s"; -$a->strings["%s created a new post"] = "%s creó una nueva publicación"; -$a->strings["%s commented on %s's post"] = "%s comentó la publicación de %s"; -$a->strings["No more network notifications."] = "No hay más notificaciones de red."; -$a->strings["Network Notifications"] = "Notificaciones de Red"; -$a->strings["No more system notifications."] = "No hay más notificaciones del sistema."; -$a->strings["System Notifications"] = "Notificaciones del sistema"; -$a->strings["No more personal notifications."] = "No hay más notificaciones personales."; -$a->strings["Personal Notifications"] = "Notificaciones personales"; -$a->strings["No more home notifications."] = "No hay más notificaciones de inicio."; -$a->strings["Home Notifications"] = "Notificaciones de Inicio"; $a->strings["Could not access contact record."] = "No se pudo acceder a los datos del contacto."; $a->strings["Could not locate selected profile."] = "No se pudo encontrar el perfil seleccionado."; $a->strings["Contact updated."] = "Contacto actualizado."; @@ -362,12 +726,12 @@ $a->strings["Contact has been ignored"] = "El contacto ha sido ignorado"; $a->strings["Contact has been unignored"] = "El contacto ya no está ignorado"; $a->strings["Contact has been archived"] = "El contacto ha sido archivado"; $a->strings["Contact has been unarchived"] = "El contacto ya no está archivado"; +$a->strings["Do you really want to delete this contact?"] = "¿Estás seguro de que quieres eliminar este contacto?"; $a->strings["Contact has been removed."] = "El contacto ha sido eliminado"; $a->strings["You are mutual friends with %s"] = "Ahora tienes una amistad mutua con %s"; $a->strings["You are sharing with %s"] = "Estás compartiendo con %s"; $a->strings["%s is sharing with you"] = "%s está compartiendo contigo"; $a->strings["Private communications are not available for this contact."] = "Las comunicaciones privadas no está disponibles para este contacto."; -$a->strings["Never"] = "Nunca"; $a->strings["(Update was successful)"] = "(La actualización se ha completado)"; $a->strings["(Update was not successful)"] = "(La actualización no se ha completado)"; $a->strings["Suggest friends"] = "Sugerir amigos"; @@ -377,10 +741,9 @@ $a->strings["%d contact in common"] = array( 1 => "%d contactos en común", ); $a->strings["View all contacts"] = "Ver todos los contactos"; -$a->strings["Unblock"] = "Desbloquear"; -$a->strings["Block"] = "Bloquear"; $a->strings["Toggle Blocked status"] = "Cambiar bloqueados"; $a->strings["Unignore"] = "Quitar de Ignorados"; +$a->strings["Ignore"] = "Ignorar"; $a->strings["Toggle Ignored status"] = "Cambiar ignorados"; $a->strings["Unarchive"] = "Sin archivar"; $a->strings["Archive"] = "Archivo"; @@ -401,10 +764,10 @@ $a->strings["View conversations"] = "Ver conversaciones"; $a->strings["Delete contact"] = "Eliminar contacto"; $a->strings["Last update:"] = "Última actualización:"; $a->strings["Update public posts"] = "Actualizar publicaciones públicas"; -$a->strings["Update now"] = "Actualizar ahora"; $a->strings["Currently blocked"] = "Bloqueados"; $a->strings["Currently ignored"] = "Ignorados"; $a->strings["Currently archived"] = "Archivados"; +$a->strings["Hide this contact from others"] = "Ocultar este contacto a los demás."; $a->strings["Replies/likes to your public posts may still be visible"] = "Los comentarios o \"me gusta\" en tus publicaciones públicas todavía pueden ser visibles."; $a->strings["Suggestions"] = "Sugerencias"; $a->strings["Suggest potential friends"] = "Amistades potenciales sugeridas"; @@ -424,43 +787,30 @@ $a->strings["Mutual Friendship"] = "Amistad recíproca"; $a->strings["is a fan of yours"] = "es tu fan"; $a->strings["you are a fan of"] = "eres fan de"; $a->strings["Edit contact"] = "Modificar contacto"; -$a->strings["Contacts"] = "Contactos"; $a->strings["Search your contacts"] = "Buscar en tus contactos"; -$a->strings["Finding: "] = "Buscando: "; -$a->strings["Find"] = "Buscar"; -$a->strings["No valid account found."] = "No se ha encontrado ninguna cuenta válida"; -$a->strings["Password reset request issued. Check your email."] = "Solicitud de restablecimiento de contraseña enviada. Revisa tu correo."; -$a->strings["Password reset requested at %s"] = "Contraseña restablecida enviada a %s"; -$a->strings["Administrator"] = "Administrador"; -$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "La solicitud no puede ser verificada (deberías haberla proporcionado antes). Falló el restablecimiento de la contraseña."; -$a->strings["Password Reset"] = "Restablecer la contraseña"; -$a->strings["Your password has been reset as requested."] = "Tu contraseña ha sido restablecida como solicitaste."; -$a->strings["Your new password is"] = "Tu nueva contraseña es"; -$a->strings["Save or copy your new password - and then"] = "Guarda o copia tu nueva contraseña y luego"; -$a->strings["click here to login"] = "pulsa aquí para acceder"; -$a->strings["Your password may be changed from the Settings page after successful login."] = "Puedes cambiar tu contraseña desde la página de Configuración después de acceder con éxito."; -$a->strings["Forgot your Password?"] = "¿Olvidaste tu contraseña?"; -$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Introduce tu correo para restablecer tu contraseña. Luego comprueba tu correo para las instrucciones adicionales."; -$a->strings["Nickname or Email: "] = "Apodo o Correo electrónico: "; -$a->strings["Reset"] = "Restablecer"; +$a->strings["Update"] = "Actualizar"; +$a->strings["everybody"] = "todos"; $a->strings["Account settings"] = "Configuración de tu cuenta"; +$a->strings["Additional features"] = "Características adicionales"; $a->strings["Display settings"] = "Configuración Tema/Visualización"; $a->strings["Connector settings"] = "Configuración del conector"; $a->strings["Plugin settings"] = "Configuración de los módulos"; $a->strings["Connected apps"] = "Aplicaciones conectadas"; $a->strings["Export personal data"] = "Exportación de datos personales"; $a->strings["Remove account"] = "Eliminar cuenta"; -$a->strings["Settings"] = "Configuración"; $a->strings["Missing some important data!"] = "¡Faltan algunos datos importantes!"; -$a->strings["Update"] = "Actualizar"; $a->strings["Failed to connect with email account using the settings provided."] = "Error al conectar con la cuenta de correo mediante la configuración suministrada."; $a->strings["Email settings updated."] = "Configuración de correo actualizada."; +$a->strings["Features updated"] = "Actualizaciones"; +$a->strings["Relocate message has been send to your contacts"] = ""; $a->strings["Passwords do not match. Password unchanged."] = "Las contraseñas no coinciden. La contraseña no ha sido modificada."; $a->strings["Empty passwords are not allowed. Password unchanged."] = "No se permiten contraseñas vacías. La contraseña no ha sido modificada."; +$a->strings["Wrong password."] = ""; $a->strings["Password changed."] = "Contraseña modificada."; $a->strings["Password update failed. Please try again."] = "La actualización de la contraseña ha fallado. Por favor, prueba otra vez."; $a->strings[" Please use a shorter name."] = " Usa un nombre más corto."; $a->strings[" Name too short."] = " Nombre demasiado corto."; +$a->strings["Wrong Password"] = ""; $a->strings[" Not valid email."] = " Correo no válido."; $a->strings[" Cannot change to that email."] = " No se puede usar ese correo."; $a->strings["Private forum has no privacy permissions. Using default privacy group."] = "El foro privado no tiene permisos de privacidad. Usando el grupo de privacidad por defecto."; @@ -478,6 +828,9 @@ $a->strings["No name"] = "Sin nombre"; $a->strings["Remove authorization"] = "Suprimir la autorización"; $a->strings["No Plugin settings configured"] = "No se ha configurado ningún módulo"; $a->strings["Plugin Settings"] = "Configuración de los módulos"; +$a->strings["Off"] = "Apagado"; +$a->strings["On"] = "Encendido"; +$a->strings["Additional Features"] = "Características adicionales"; $a->strings["Built-in support for %s connectivity is %s"] = "El soporte integrado de conexión con %s está %s"; $a->strings["enabled"] = "habilitado"; $a->strings["disabled"] = "deshabilitado"; @@ -499,7 +852,6 @@ $a->strings["Action after import:"] = "Acción después de importar:"; $a->strings["Mark as seen"] = "Marcar como leído"; $a->strings["Move to folder"] = "Mover a un directorio"; $a->strings["Move to folder:"] = "Mover al directorio:"; -$a->strings["No special theme for mobile devices"] = "No hay tema especial para dispositivos móviles"; $a->strings["Display Settings"] = "Configuración Tema/Visualización"; $a->strings["Display Theme:"] = "Utilizar tema:"; $a->strings["Mobile Theme:"] = "Tema móvil:"; @@ -507,7 +859,9 @@ $a->strings["Update browser every xx seconds"] = "Actualizar navegador cada xx s $a->strings["Minimum of 10 seconds, no maximum"] = "Mínimo 10 segundos, sin máximo"; $a->strings["Number of items to display per page:"] = "Número de elementos a mostrar por página:"; $a->strings["Maximum of 100 items"] = "Máximo 100 elementos"; +$a->strings["Number of items to display per page when viewed from mobile device:"] = ""; $a->strings["Don't show emoticons"] = "No mostrar emoticones"; +$a->strings["Infinite scroll"] = ""; $a->strings["Normal Account Page"] = "Página de cuenta normal"; $a->strings["This account is a normal personal profile"] = "Esta cuenta es el perfil personal normal"; $a->strings["Soapbox Page"] = "Página de tribuna"; @@ -545,6 +899,9 @@ $a->strings["Password Settings"] = "Configuración de la contraseña"; $a->strings["New Password:"] = "Contraseña nueva:"; $a->strings["Confirm:"] = "Confirmar:"; $a->strings["Leave password fields blank unless changing"] = "Deja la contraseña en blanco si no quieres cambiarla"; +$a->strings["Current Password:"] = ""; +$a->strings["Your current password to confirm the changes"] = ""; +$a->strings["Password:"] = "Contraseña:"; $a->strings["Basic Settings"] = "Configuración básica"; $a->strings["Full Name:"] = "Nombre completo:"; $a->strings["Email Address:"] = "Dirección de correo:"; @@ -556,6 +913,11 @@ $a->strings["Maximum Friend Requests/Day:"] = "Máximo número de peticiones de $a->strings["(to prevent spam abuse)"] = "(para prevenir el abuso de spam)"; $a->strings["Default Post Permissions"] = "Permisos por defecto para las publicaciones"; $a->strings["(click to open/close)"] = "(pulsa para abrir/cerrar)"; +$a->strings["Show to Groups"] = "Mostrar a los Grupos"; +$a->strings["Show to Contacts"] = "Mostrar a los Contactos"; +$a->strings["Default Private Post"] = "Publicación Privada por defecto"; +$a->strings["Default Public Post"] = "Publicación Pública por defecto"; +$a->strings["Default Permissions for New Posts"] = "Permisos por defecto para nuevas publicaciones"; $a->strings["Maximum private messages per day from unknown people:"] = "Número máximo de mensajes diarios para desconocidos:"; $a->strings["Notification Settings"] = "Configuración de notificaciones"; $a->strings["By default post a status message when:"] = "Publicar en tu estado cuando:"; @@ -573,360 +935,13 @@ $a->strings["You are tagged in a post"] = "Seas etiquetado en una publicación"; $a->strings["You are poked/prodded/etc. in a post"] = "Te han tocado/empujado/etc. en una publicación"; $a->strings["Advanced Account/Page Type Settings"] = "Configuración avanzada de tipo de Cuenta/Página"; $a->strings["Change the behaviour of this account for special situations"] = "Cambiar el comportamiento de esta cuenta para situaciones especiales"; -$a->strings["Manage Identities and/or Pages"] = "Administrar identidades y/o páginas"; -$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Cambia entre diferentes identidades o páginas de Comunidad/Grupos que comparten los detalles de tu cuenta o sobre los que tienes permisos para administrar"; -$a->strings["Select an identity to manage: "] = "Selecciona una identidad a gestionar:"; -$a->strings["Search Results For:"] = "Resultados de la busqueda para:"; -$a->strings["Remove term"] = "Eliminar término"; -$a->strings["Saved Searches"] = "Búsquedas guardadas"; -$a->strings["add"] = "añadir"; -$a->strings["Commented Order"] = "Orden de comentarios"; -$a->strings["Sort by Comment Date"] = "Ordenar por fecha de comentarios"; -$a->strings["Posted Order"] = "Orden de publicación"; -$a->strings["Sort by Post Date"] = "Ordenar por fecha de publicación"; -$a->strings["Posts that mention or involve you"] = "Publicaciones que te mencionan o involucran"; -$a->strings["New"] = "Nuevo"; -$a->strings["Activity Stream - by date"] = "Corriente de actividad por fecha"; -$a->strings["Starred"] = "Favoritos"; -$a->strings["Favourite Posts"] = "Publicaciones favoritas"; -$a->strings["Shared Links"] = "Enlaces compartidos"; -$a->strings["Interesting Links"] = "Enlaces interesantes"; -$a->strings["Warning: This group contains %s member from an insecure network."] = array( - 0 => "Aviso: este grupo contiene %s contacto con conexión no segura.", - 1 => "Aviso: este grupo contiene %s contactos con conexiones no seguras.", -); -$a->strings["Private messages to this group are at risk of public disclosure."] = "Los mensajes privados a este grupo corren el riesgo de ser mostrados públicamente."; -$a->strings["Contact: "] = "Contacto: "; -$a->strings["Private messages to this person are at risk of public disclosure."] = "Los mensajes privados a esta persona corren el riesgo de ser mostrados públicamente."; -$a->strings["Invalid contact."] = "Contacto erróneo."; -$a->strings["Personal Notes"] = "Notas personales"; -$a->strings["Save"] = "Guardar"; -$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Excedido el número máximo de mensajes para %s. El mensaje no se ha enviado."; -$a->strings["No recipient selected."] = "Ningún destinatario seleccionado"; -$a->strings["Unable to check your home location."] = "Imposible comprobar tu servidor de inicio."; -$a->strings["Message could not be sent."] = "El mensaje no ha podido ser enviado."; -$a->strings["Message collection failure."] = "Fallo en la recolección de mensajes."; -$a->strings["Message sent."] = "Mensaje enviado."; -$a->strings["No recipient."] = "Sin receptor."; -$a->strings["Please enter a link URL:"] = "Introduce la dirección del enlace:"; -$a->strings["Send Private Message"] = "Enviar mensaje privado"; -$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "Si quieres que %s te responda, asegúrate de que la configuración de privacidad permite enviar correo privado a desconocidos."; -$a->strings["To:"] = "Para:"; -$a->strings["Subject:"] = "Asunto:"; -$a->strings["Your message:"] = "Tu mensaje:"; -$a->strings["Welcome to Friendica"] = "Bienvenido a Friendica "; -$a->strings["New Member Checklist"] = "Listado de nuevos miembros"; -$a->strings["We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."] = "Nos gustaría ofrecerte algunos consejos y enlaces para ayudar a hacer tu experiencia más amena. Pulsa en cualquier elemento para visitar la página correspondiente. Un enlace a esta página será visible desde tu página de inicio durante las dos semanas siguientes a tu inscripción y luego desaparecerá."; -$a->strings["Getting Started"] = "Empezando"; -$a->strings["Friendica Walk-Through"] = "Visita guiada a Friendica"; -$a->strings["On your Quick Start page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."] = "En tu página de Inicio Rápido - busca una introducción breve para tus pestañas de perfil y red, haz algunas conexiones nuevas, y busca algunos grupos a los que unirte."; -$a->strings["Go to Your Settings"] = "Ir a tus ajustes"; -$a->strings["On your Settings page - change your initial password. Also make a note of your Identity Address. This looks just like an email address - and will be useful in making friends on the free social web."] = "En la página de Configuración puedes cambiar tu contraseña inicial. También aparece tu ID (Identity Address). Es parecida a una dirección de correo y te servirá para conectar con gente de redes sociales libres."; -$a->strings["Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you."] = "Revisa las otras configuraciones, especialmente la configuración de privacidad. Un listado de directorio sin publicar es como tener un número de teléfono sin publicar. Normalmente querrás publicar tu listado, a menos que tus amigos y amigos potenciales sepan cómo ponerse en contacto contigo."; -$a->strings["Profile"] = "Perfil"; -$a->strings["Upload Profile Photo"] = "Subir foto del Perfil"; -$a->strings["Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not."] = "Sube una foto para tu perfil si no lo has hecho aún. Los estudios han demostrado que la gente que usa fotos suyas reales tienen diez veces más éxito a la hora de entablar amistad que las que no."; -$a->strings["Edit Your Profile"] = "Editar tu perfil"; -$a->strings["Edit your default profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."] = "Edita tu perfil predeterminado como quieras. Revisa la configuración para ocultar tu lista de amigos o tu perfil a los visitantes desconocidos."; -$a->strings["Profile Keywords"] = "Palabras clave del perfil"; -$a->strings["Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships."] = "Define en tu perfil público algunas palabras que describan tus intereses. Así podremos buscar otras personas con los mismos gustos y sugerirte posibles amigos."; -$a->strings["Connecting"] = "Conectando"; -$a->strings["Facebook"] = "Facebook"; -$a->strings["Authorise the Facebook Connector if you currently have a Facebook account and we will (optionally) import all your Facebook friends and conversations."] = "Autoriza la conexión con Facebook si ya tienes una cuenta en Facebook y nosotros (opcionalmente) importaremos tus amistades y conversaciones desde Facebook."; -$a->strings["If this is your own personal server, installing the Facebook addon may ease your transition to the free social web."] = "Si este es tu propio servidor privado, instalar el conector de Facebook puede facilitar el paso hacia la red social libre."; -$a->strings["Importing Emails"] = "Importando correos electrónicos"; -$a->strings["Enter your email access information on your Connector Settings page if you wish to import and interact with friends or mailing lists from your email INBOX"] = "Introduce la información para acceder a tu correo en la página de Configuración del conector si quieres importar e interactuar con amigos o listas de correos del buzón de entrada de tu correo electrónico."; -$a->strings["Go to Your Contacts Page"] = "Ir a tu página de contactos"; -$a->strings["Your Contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the Add New Contact dialog."] = "Tu página de Contactos es el portal desde donde podrás manejar tus amistades y conectarte con amigos de otras redes. Normalmente introduces su dirección o la dirección de su sitio web en el recuadro \"Añadir contacto nuevo\"."; -$a->strings["Go to Your Site's Directory"] = "Ir al directorio de tu sitio"; -$a->strings["The Directory page lets you find other people in this network or other federated sites. Look for a Connect or Follow link on their profile page. Provide your own Identity Address if requested."] = "El Directorio te permite encontrar otras personas en esta red o en cualquier otro sitio federado. Busca algún enlace de Conectar o Seguir en su perfil. Proporciona tu direción personal si es necesario."; -$a->strings["Finding New People"] = "Encontrando nueva gente"; -$a->strings["On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours."] = "En el panel lateral de la página de Contactos existen varias herramientas para encontrar nuevos amigos. Podemos filtrar personas por sus intereses, buscar personas por nombre o por sus intereses, y ofrecerte sugerencias basadas en sus relaciones de la red. En un sitio nuevo, las sugerencias de amigos por lo general comienzan pasadas las 24 horas."; -$a->strings["Groups"] = "Grupos"; -$a->strings["Group Your Contacts"] = "Agrupa tus contactos"; -$a->strings["Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page."] = "Una vez que tengas algunos amigos, puedes organizarlos en grupos privados de conversación mediante el memnú en tu página de Contactos y luego puedes interactuar con cada grupo por separado desde tu página de Red."; -$a->strings["Why Aren't My Posts Public?"] = "¿Por qué mis publicaciones no son públicas?"; -$a->strings["Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above."] = "Friendica respeta tu privacidad. Por defecto, tus publicaciones solo se mostrarán a personas que hayas añadido como amistades. Para más información, mira la sección de ayuda en el enlace de más arriba."; -$a->strings["Getting Help"] = "Consiguiendo ayuda"; -$a->strings["Go to the Help Section"] = "Ir a la sección de ayuda"; -$a->strings["Our help pages may be consulted for detail on other program features and resources."] = "Puedes consultar nuestra página de Ayuda para más información y recursos de ayuda."; -$a->strings["Item not available."] = "Elemento no disponible."; -$a->strings["Item was not found."] = "Elemento no encontrado."; -$a->strings["Group created."] = "Grupo creado."; -$a->strings["Could not create group."] = "Imposible crear el grupo."; -$a->strings["Group not found."] = "Grupo no encontrado."; -$a->strings["Group name changed."] = "El nombre del grupo ha cambiado."; -$a->strings["Permission denied"] = "Permiso denegado"; -$a->strings["Create a group of contacts/friends."] = "Crea un grupo de contactos/amigos."; -$a->strings["Group Name: "] = "Nombre del grupo: "; -$a->strings["Group removed."] = "Grupo eliminado."; -$a->strings["Unable to remove group."] = "No se puede eliminar el grupo."; -$a->strings["Group Editor"] = "Editor de grupos"; -$a->strings["Members"] = "Miembros"; -$a->strings["Click on a contact to add or remove."] = "Pulsa en un contacto para añadirlo o eliminarlo."; -$a->strings["Invalid profile identifier."] = "Identificador de perfil no válido."; -$a->strings["Profile Visibility Editor"] = "Editor de visibilidad del perfil"; -$a->strings["Visible To"] = "Visible para"; -$a->strings["All Contacts (with secure profile access)"] = "Todos los contactos (con perfil de acceso seguro)"; -$a->strings["No contacts."] = "Ningún contacto."; -$a->strings["View Contacts"] = "Ver contactos"; -$a->strings["Registration details for %s"] = "Detalles de registro para %s"; -$a->strings["Registration successful. Please check your email for further instructions."] = "Te has registrado con éxito. Por favor, consulta tu correo para más información."; -$a->strings["Failed to send email message. Here is the message that failed."] = "Error al enviar el mensaje de correo. Este es el mensaje no enviado."; -$a->strings["Your registration can not be processed."] = "Tu registro no se puede procesar."; -$a->strings["Registration request at %s"] = "Solicitud de registro en %s"; -$a->strings["Your registration is pending approval by the site owner."] = "Tu registro está pendiente de aprobación por el propietario del sitio."; -$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Este sitio ha excedido el número de registros diarios permitidos. Inténtalo de nuevo mañana por favor."; -$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "Puedes (opcionalmente) rellenar este formulario a través de OpenID escribiendo tu OpenID y pulsando en \"Registrar\"."; -$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "Si no estás familiarizado con OpenID, por favor deja ese campo en blanco y rellena el resto de los elementos."; -$a->strings["Your OpenID (optional): "] = "Tu OpenID (opcional):"; -$a->strings["Include your profile in member directory?"] = "¿Incluir tu perfil en el directorio de miembros?"; -$a->strings["Membership on this site is by invitation only."] = "Sitio solo accesible mediante invitación."; -$a->strings["Your invitation ID: "] = "ID de tu invitación: "; -$a->strings["Registration"] = "Registro"; -$a->strings["Your Full Name (e.g. Joe Smith): "] = "Tu nombre completo (por ejemplo, Manuel Pérez): "; -$a->strings["Your Email Address: "] = "Tu dirección de correo: "; -$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be 'nickname@\$sitename'."] = "Elije un apodo. Debe comenzar con una letra. Tu dirección de perfil en este sitio va a ser \"apodo@\$nombredelsitio\"."; -$a->strings["Choose a nickname: "] = "Escoge un apodo: "; -$a->strings["Register"] = "Registrarse"; -$a->strings["People Search"] = "Buscar personas"; -$a->strings["status"] = "estado"; -$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["Item not found."] = "Elemento no encontrado."; -$a->strings["Access denied."] = "Acceso denegado."; -$a->strings["Photos"] = "Fotografías"; -$a->strings["Files"] = "Archivos"; -$a->strings["Account approved."] = "Cuenta aprobada."; -$a->strings["Registration revoked for %s"] = "Registro anulado para %s"; -$a->strings["Please login."] = "Por favor accede."; -$a->strings["Unable to locate original post."] = "No se puede encontrar la publicación original."; -$a->strings["Empty post discarded."] = "Publicación vacía descartada."; -$a->strings["Wall Photos"] = "Foto del Muro"; -$a->strings["System error. Post not saved."] = "Error del sistema. Mensaje no guardado."; -$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Este mensaje te lo ha enviado %s, miembro de la red social Friendica."; -$a->strings["You may visit them online at %s"] = "Los puedes visitar en línea en %s"; -$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Por favor contacta con el remitente respondiendo a este mensaje si no deseas recibir estos mensajes."; -$a->strings["%s posted an update."] = "%s ha publicado una actualización."; -$a->strings["%1\$s is currently %2\$s"] = "%1\$s está actualmente %2\$s"; -$a->strings["Mood"] = "Ánimo"; -$a->strings["Set your current mood and tell your friends"] = "Coloca tu ánimo actual y cuéntaselo a tus amigos"; -$a->strings["Image uploaded but image cropping failed."] = "Imagen recibida, pero ha fallado al recortarla."; -$a->strings["Image size reduction [%s] failed."] = "Ha fallado la reducción de las dimensiones de la imagen [%s]."; -$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Recarga la página o limpia la caché del navegador si la foto nueva no aparece inmediatamente."; -$a->strings["Unable to process image"] = "Imposible procesar la imagen"; -$a->strings["Image exceeds size limit of %d"] = "El tamaño de la imagen supera el límite de %d"; -$a->strings["Upload File:"] = "Subir archivo:"; -$a->strings["Select a profile:"] = "Elige un perfil:"; -$a->strings["Upload"] = "Subir"; -$a->strings["skip this step"] = "saltar este paso"; -$a->strings["select a photo from your photo albums"] = "elige una foto de tus álbumes"; -$a->strings["Crop Image"] = "Recortar imagen"; -$a->strings["Please adjust the image cropping for optimum viewing."] = "Por favor, ajusta el recorte de la imagen para optimizarla."; -$a->strings["Done Editing"] = "Editado"; -$a->strings["Image uploaded successfully."] = "Imagen subida con éxito."; -$a->strings["No profile"] = "Nigún perfil"; -$a->strings["Remove My Account"] = "Eliminar mi cuenta"; -$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Esto eliminará por completo tu cuenta. Una vez hecho no se puede deshacer."; -$a->strings["Please enter your password for verification:"] = "Por favor, introduce tu contraseña para la verificación:"; -$a->strings["New Message"] = "Nuevo mensaje"; -$a->strings["Unable to locate contact information."] = "No se puede encontrar información del contacto."; -$a->strings["Message deleted."] = "Mensaje eliminado."; -$a->strings["Conversation removed."] = "Conversación eliminada."; -$a->strings["No messages."] = "No hay mensajes."; -$a->strings["Unknown sender - %s"] = "Remitente desconocido - %s"; -$a->strings["You and %s"] = "Tú y %s"; -$a->strings["%s and You"] = "%s y Tú"; -$a->strings["Delete conversation"] = "Eliminar conversación"; -$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A"; -$a->strings["%d message"] = array( - 0 => "%d mensaje", - 1 => "%d mensajes", -); -$a->strings["Message not available."] = "Mensaje no disponibile."; -$a->strings["Delete message"] = "Borrar mensaje"; -$a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = "No hay comunicaciones seguras disponibles. Podrías responder desde la página de perfil del remitente. "; -$a->strings["Send Reply"] = "Enviar respuesta"; -$a->strings["Friends of %s"] = "Amigos de %s"; -$a->strings["No friends to display."] = "No hay amigos para mostrar."; -$a->strings["Theme settings updated."] = "Configuración de la apariencia actualizada."; -$a->strings["Site"] = "Sitio"; -$a->strings["Users"] = "Usuarios"; -$a->strings["Plugins"] = "Módulos"; -$a->strings["Themes"] = "Temas"; -$a->strings["DB updates"] = "Actualizaciones de la Base de Datos"; -$a->strings["Logs"] = "Registros"; -$a->strings["Admin"] = "Admin"; -$a->strings["Plugin Features"] = "Características del módulo"; -$a->strings["User registrations waiting for confirmation"] = "Registro de usuarios esperando la confirmación"; -$a->strings["Normal Account"] = "Cuenta normal"; -$a->strings["Soapbox Account"] = "Cuenta tribuna"; -$a->strings["Community/Celebrity Account"] = "Cuenta de Comunidad/Celebridad"; -$a->strings["Automatic Friend Account"] = "Cuenta de amistad automática"; -$a->strings["Blog Account"] = "Cuenta de blog"; -$a->strings["Private Forum"] = "Foro privado"; -$a->strings["Message queues"] = "Cola de mensajes"; -$a->strings["Administration"] = "Administración"; -$a->strings["Summary"] = "Resumen"; -$a->strings["Registered users"] = "Usuarios registrados"; -$a->strings["Pending registrations"] = "Pendientes de registro"; -$a->strings["Version"] = "Versión"; -$a->strings["Active plugins"] = "Módulos activos"; -$a->strings["Site settings updated."] = "Configuración de actualización."; -$a->strings["Closed"] = "Cerrado"; -$a->strings["Requires approval"] = "Requiere aprobación"; -$a->strings["Open"] = "Abierto"; -$a->strings["No SSL policy, links will track page SSL state"] = "No existe una política de SSL, los vínculos harán un seguimiento del estado de SSL en la página"; -$a->strings["Force all links to use SSL"] = "Forzar todos los enlaces a utilizar SSL"; -$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Certificación personal, usa SSL solo para enlaces locales (no recomendado)"; -$a->strings["File upload"] = "Subida de archivo"; -$a->strings["Policies"] = "Políticas"; -$a->strings["Advanced"] = "Avanzado"; -$a->strings["Site name"] = "Nombre del sitio"; -$a->strings["Banner/Logo"] = "Imagen/Logotipo"; -$a->strings["System language"] = "Idioma"; -$a->strings["System theme"] = "Tema"; -$a->strings["Default system theme - may be over-ridden by user profiles -
change theme settings"] = "Tema por defecto del sistema, los usuarios podrán elegir el suyo propio en su configuración cambiar configuración del tema"; -$a->strings["Mobile system theme"] = "Tema de sistema móvil"; -$a->strings["Theme for mobile devices"] = "Tema para dispositivos móviles"; -$a->strings["SSL link policy"] = "Política de enlaces SSL"; -$a->strings["Determines whether generated links should be forced to use SSL"] = "Determina si los enlaces generados deben ser forzados a utilizar SSL"; -$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 las imágenes a subir. Por defecto es 0, que quiere decir que no hay límite."; -$a->strings["Maximum image length"] = "Largo máximo de imagen"; -$a->strings["Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits."] = "Longitud máxima en píxeles del lado más largo de las imágenes subidas. Por defecto es -1, que significa que no hay límites."; -$a->strings["JPEG image quality"] = "Calidad de imagen JPEG"; -$a->strings["Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is full quality."] = "Los archivos JPEG subidos se guardarán con este ajuste de calidad [0-100]. Por defecto es 100, que es calidad máxima."; -$a->strings["Register policy"] = "Política de registros"; -$a->strings["Register text"] = "Términos"; -$a->strings["Will be displayed prominently on the registration page."] = "Se mostrará en un lugar destacado en la página de registro."; -$a->strings["Accounts abandoned after x days"] = "Cuentas abandonadas después de x días"; -$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "No gastará recursos del sistema creando sondeos a sitios externos para cuentas abandonadas. Introduce 0 para ningún límite temporal."; -$a->strings["Allowed friend domains"] = "Dominios amigos permitidos"; -$a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = "Lista separada por comas de los dominios que están autorizados para establecer conexiones con este sitio. Se aceptan comodines. Dejar en blanco para permitir cualquier dominio"; -$a->strings["Allowed email domains"] = "Dominios de correo permitidos"; -$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 que están autorizados en las direcciones de correo para registrarse en este sitio. Se aceptan comodines. Dejar en blanco para permitir cualquier dominio"; -$a->strings["Block public"] = "Bloqueo público"; -$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "Marca para bloquear el acceso público a todas las páginas personales, aún siendo públicas, hasta que no hayas iniciado tu sesión."; -$a->strings["Force publish"] = "Forzar publicación"; -$a->strings["Check to force all profiles on this site to be listed in the site directory."] = "Marca para forzar que todos los perfiles de este sitio sean listados en el directorio del sitio."; -$a->strings["Global directory update URL"] = "Dirección de actualización del directorio global"; -$a->strings["URL to update the global directory. If this is not set, the global directory is completely unavailable to the application."] = "Dirección para actualizar el directorio global. Si no se establece ningún valor el directorio global será inaccesible para la aplicación."; -$a->strings["Allow threaded items"] = "Permitir elementos en hilo"; -$a->strings["Allow infinite level threading for items on this site."] = "Permitir infinitos niveles de hilo para los elementos de este sitio."; -$a->strings["Private posts by default for new users"] = "Publicaciones privadas por defecto para usuarios nuevos"; -$a->strings["Set default post permissions for all new members to the default privacy group rather than public."] = "Ajusta los permisos de publicación por defecto a los miembros nuevos al grupo privado por defecto en vez del público."; -$a->strings["Block multiple registrations"] = "Bloquear registros multiples"; -$a->strings["Disallow users to register additional accounts for use as pages."] = "Impedir que los usuarios registren cuentas adicionales para su uso como páginas."; -$a->strings["OpenID support"] = "Soporte OpenID"; -$a->strings["OpenID support for registration and logins."] = "Soporte OpenID para registros y accesos."; -$a->strings["Fullname check"] = "Comprobar Nombre completo"; -$a->strings["Force users to register with a space between firstname and lastname in Full name, as an antispam measure"] = "Fuerza a los usuarios a registrarse con un espacio entre su nombre y su apellido en el campo Nombre completo como medida anti-spam"; -$a->strings["UTF-8 Regular expressions"] = "Expresiones regulares UTF-8"; -$a->strings["Use PHP UTF8 regular expressions"] = "Usar expresiones regulares de UTF8 en PHP"; -$a->strings["Show Community Page"] = "Ver página de la Comunidad"; -$a->strings["Display a Community page showing all recent public postings on this site."] = "Mostrar una página de Comunidad que resuma todas las publicaciones públicas recientes de este sitio."; -$a->strings["Enable OStatus support"] = "Permitir soporte OStatus"; -$a->strings["Provide built-in OStatus (identi.ca, status.net, etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."] = "Provee una compatibilidad con OStatus (identi.ca, status.net, etc.) Todas las comunicaciones mediante OStatus son públicas, por lo que se mostrarán avisos sobre la privacidad con frecuencia."; -$a->strings["Enable Diaspora support"] = "Habilitar el soporte para Diaspora*"; -$a->strings["Provide built-in Diaspora network compatibility."] = "Provee una compatibilidad con la red de Diaspora."; -$a->strings["Only allow Friendica contacts"] = "Permitir solo contactos de Friendica"; -$a->strings["All contacts must use Friendica protocols. All other built-in communication protocols disabled."] = "Todos los contactos deben usar protocolos de Friendica. El resto de protocolos serán desactivados."; -$a->strings["Verify SSL"] = "Verificar SSL"; -$a->strings["If you wish, you can turn on strict certificate checking. This will mean you cannot connect (at all) to self-signed SSL sites."] = "Si quieres puedes activar la comprobación estricta de certificados. Esto significa que serás incapaz de conectar con ningún sitio que use certificados SSL autofirmados."; -$a->strings["Proxy user"] = "Usuario proxy"; -$a->strings["Proxy URL"] = "Dirección proxy"; -$a->strings["Network timeout"] = "Tiempo de espera de red"; -$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "Valor en segundos. Usar 0 para dejarlo sin límites (no se recomienda)."; -$a->strings["Delivery interval"] = "Intervalo de actualización"; -$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 la entrega de procesos en segundo plano por esta cantidad de segundos para reducir la carga del sistema. Recomendamos: 4-5 para los servidores compartidos, 2-3 para servidores privados virtuales, 0-1 para los grandes servidores dedicados."; -$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 los procesos en segundo plano de sondeo en esta cantidad de segundos para reducir la carga del sistema. Si es 0, se usará el intervalo de entrega."; -$a->strings["Maximum Load Average"] = "Promedio de carga máxima"; -$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Carga máxima del sistema antes de que la entrega y los procesos de sondeo sean retrasados - por defecto 50."; -$a->strings["Update has been marked successful"] = "La actualización se ha completado con éxito"; -$a->strings["Executing %s failed. Check system logs."] = "%s ha fallado, comprueba los registros."; -$a->strings["Update %s was successfully applied."] = "Actualización %s aplicada con éxito."; -$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "La actualización %s no ha informado, se desconoce el estado."; -$a->strings["Update function %s could not be found."] = "No se puede encontrar la función de actualización %s."; -$a->strings["No failed updates."] = "Actualizaciones sin fallos."; -$a->strings["Failed Updates"] = "Actualizaciones fallidas"; -$a->strings["This does not include updates prior to 1139, which did not return a status."] = "No se incluyen las anteriores a la 1139, que no indicaban su estado."; -$a->strings["Mark success (if update was manually applied)"] = "Marcar como correcta (si actualizaste manualmente)"; -$a->strings["Attempt to execute this update step automatically"] = "Intentando ejecutar este paso automáticamente"; -$a->strings["%s user blocked/unblocked"] = array( - 0 => "%s usuario bloqueado/desbloqueado", - 1 => "%s usuarios bloqueados/desbloqueados", -); -$a->strings["%s user deleted"] = array( - 0 => "%s usuario eliminado", - 1 => "%s usuarios eliminados", -); -$a->strings["User '%s' deleted"] = "Usuario '%s' eliminado"; -$a->strings["User '%s' unblocked"] = "Usuario '%s' desbloqueado"; -$a->strings["User '%s' blocked"] = "Usuario '%s' bloqueado'"; -$a->strings["select all"] = "seleccionar todo"; -$a->strings["User registrations waiting for confirm"] = "Registro de usuarios esperando confirmación"; -$a->strings["Request date"] = "Solicitud de fecha"; -$a->strings["Email"] = "Correo electrónico"; -$a->strings["No registrations."] = "Sin registros."; -$a->strings["Deny"] = "Denegado"; -$a->strings["Site admin"] = ""; -$a->strings["Register date"] = "Fecha de registro"; -$a->strings["Last login"] = "Último acceso"; -$a->strings["Last item"] = "Último elemento"; -$a->strings["Account"] = "Cuenta"; -$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "¡Los usuarios seleccionados serán eliminados!\\n\\n¡Todo lo que hayan publicado en este sitio se borrará para siempre!\\n\\n¿Estás seguro?"; -$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?"] = "¡El usuario {0} será eliminado!\\n\\n¡Todo lo que haya publicado en este sitio se borrará para siempre!\\n\\n¿Estás seguro?"; -$a->strings["Plugin %s disabled."] = "Módulo %s deshabilitado."; -$a->strings["Plugin %s enabled."] = "Módulo %s habilitado."; -$a->strings["Disable"] = "Desactivado"; -$a->strings["Enable"] = "Activado"; -$a->strings["Toggle"] = "Activar"; -$a->strings["Author: "] = "Autor:"; -$a->strings["Maintainer: "] = "Mantenedor: "; -$a->strings["No themes found."] = "No se encontraron temas."; -$a->strings["Screenshot"] = "Captura de pantalla"; -$a->strings["[Experimental]"] = "[Experimental]"; -$a->strings["[Unsupported]"] = "[Sin soporte]"; -$a->strings["Log settings updated."] = "Configuración de registro actualizada."; -$a->strings["Clear"] = "Limpiar"; -$a->strings["Debugging"] = "Depuración"; -$a->strings["Log file"] = "Archivo de registro"; -$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "Debes tener permiso de escritura en el servidor. Relacionado con tu directorio de inicio de Friendica."; -$a->strings["Log level"] = "Nivel de registro"; -$a->strings["Close"] = "Cerrado"; -$a->strings["FTP Host"] = "Hospedaje FTP"; -$a->strings["FTP Path"] = "Ruta FTP"; -$a->strings["FTP User"] = "Usuario FTP"; -$a->strings["FTP Password"] = "Contraseña FTP"; -$a->strings["Requested profile is not available."] = "El perfil solicitado no está disponible."; -$a->strings["Access to this profile has been restricted."] = "El acceso a este perfil ha sido restringido."; -$a->strings["Tips for New Members"] = "Consejos para nuevos miembros"; -$a->strings["{0} wants to be your friend"] = "{0} quiere ser tu amigo"; -$a->strings["{0} sent you a message"] = "{0} te ha enviado un mensaje"; -$a->strings["{0} requested registration"] = "{0} solicitudes de registro"; -$a->strings["{0} commented %s's post"] = "{0} comentó la publicación de %s"; -$a->strings["{0} liked %s's post"] = "A {0} le ha gustado la publicación de %s"; -$a->strings["{0} disliked %s's post"] = "A {0} no le ha gustado la publicación de %s"; -$a->strings["{0} is now friends with %s"] = "{0} ahora es amigo de %s"; -$a->strings["{0} posted"] = "{0} publicado"; -$a->strings["{0} tagged %s's post with #%s"] = "{0} etiquetó la publicación de %s como #%s"; -$a->strings["{0} mentioned you in a post"] = "{0} te mencionó en una publicación"; -$a->strings["Contacts who are not members of a group"] = "Contactos sin grupo"; -$a->strings["OpenID protocol error. No ID returned."] = "Error de protocolo OpenID. ID no devuelta."; -$a->strings["Account not found and OpenID registration is not permitted on this site."] = "Cuenta no encontrada y el registro OpenID no está permitido en ese sitio."; -$a->strings["Login failed."] = "Accesso fallido."; -$a->strings["Contact added"] = "Contacto añadido"; -$a->strings["Common Friends"] = "Amigos comunes"; -$a->strings["No contacts in common."] = "Sin contactos en común."; -$a->strings["%1\$s is following %2\$s's %3\$s"] = ""; -$a->strings["link"] = "enlace"; -$a->strings["Item has been removed."] = "El elemento ha sido eliminado."; -$a->strings["Applications"] = "Aplicaciones"; -$a->strings["No installed applications."] = "Sin aplicaciones"; -$a->strings["Search"] = "Buscar"; -$a->strings["Profile not found."] = "Perfil no encontrado."; +$a->strings["Relocate"] = ""; +$a->strings["If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."] = ""; +$a->strings["Resend relocate message to contacts"] = ""; +$a->strings["Profile deleted."] = "Perfil eliminado."; +$a->strings["Profile-"] = "Perfil-"; +$a->strings["New profile created."] = "Nuevo perfil creado."; +$a->strings["Profile unavailable to clone."] = "Imposible duplicar el perfil."; $a->strings["Profile Name is required."] = "Se necesita un nombre de perfil."; $a->strings["Marital Status"] = "Estado civil"; $a->strings["Romantic Partner"] = "Pareja sentimental"; @@ -947,12 +962,9 @@ $a->strings["public profile"] = "perfil público"; $a->strings["%1\$s changed %2\$s to “%3\$s”"] = "%1\$s cambió su %2\$s a “%3\$s”"; $a->strings[" - Visit %1\$s's %2\$s"] = " - Visita %1\$s's %2\$s"; $a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s tiene una actualización %2\$s, cambiando %3\$s."; -$a->strings["Profile deleted."] = "Perfil eliminado."; -$a->strings["Profile-"] = "Perfil-"; -$a->strings["New profile created."] = "Nuevo perfil creado."; -$a->strings["Profile unavailable to clone."] = "Imposible duplicar el perfil."; $a->strings["Hide your contact/friend list from viewers of this profile?"] = "¿Ocultar tu lista de contactos/amigos en este perfil?"; $a->strings["Edit Profile Details"] = "Editar detalles de tu perfil"; +$a->strings["Change Profile Photo"] = "Cambiar imagen del Perfil"; $a->strings["View this profile"] = "Ver este perfil"; $a->strings["Create a new profile using these settings"] = "¿Crear un nuevo perfil con esta configuración?"; $a->strings["Clone this profile"] = "Clonar este perfil"; @@ -994,27 +1006,23 @@ $a->strings["Love/romance"] = "Amor/Romance"; $a->strings["Work/employment"] = "Trabajo/ocupación"; $a->strings["School/education"] = "Escuela/estudios"; $a->strings["This is your public profile.
It may be visible to anybody using the internet."] = "Éste es tu perfil público.
Puede ser visto por cualquier usuario de internet."; -$a->strings["Age: "] = "Edad: "; $a->strings["Edit/Manage Profiles"] = "Editar/Administrar perfiles"; -$a->strings["Change profile photo"] = "Cambiar foto del perfil"; -$a->strings["Create New Profile"] = "Crear nuevo perfil"; -$a->strings["Profile Image"] = "Imagen del Perfil"; -$a->strings["visible to everybody"] = "Visible para todos"; -$a->strings["Edit visibility"] = "Editar visibilidad"; -$a->strings["Save to Folder:"] = "Guardar en directorio:"; -$a->strings["- select -"] = "- seleccionar -"; -$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s ha etiquetado el %3\$s de %2\$s con %4\$s"; -$a->strings["No potential page delegates located."] = "No se han localizado delegados potenciales de la página."; -$a->strings["Delegate Page Management"] = "Delegar la administración de la página"; -$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "Los delegados tienen la capacidad de gestionar todos los aspectos de esta cuenta/página, excepto los ajustes básicos de la cuenta. Por favor, no delegues tu cuenta personal a nadie en quien no confíes completamente."; -$a->strings["Existing Page Managers"] = "Administradores actuales de la página"; -$a->strings["Existing Page Delegates"] = "Delegados actuales de la página"; -$a->strings["Potential Delegates"] = "Delegados potenciales"; -$a->strings["Add"] = "Añadir"; -$a->strings["No entries."] = "Sin entradas."; +$a->strings["Group created."] = "Grupo creado."; +$a->strings["Could not create group."] = "Imposible crear el grupo."; +$a->strings["Group not found."] = "Grupo no encontrado."; +$a->strings["Group name changed."] = "El nombre del grupo ha cambiado."; +$a->strings["Save Group"] = ""; +$a->strings["Create a group of contacts/friends."] = "Crea un grupo de contactos/amigos."; +$a->strings["Group Name: "] = "Nombre del grupo: "; +$a->strings["Group removed."] = "Grupo eliminado."; +$a->strings["Unable to remove group."] = "No se puede eliminar el grupo."; +$a->strings["Group Editor"] = "Editor de grupos"; +$a->strings["Members"] = "Miembros"; +$a->strings["Click on a contact to add or remove."] = "Pulsa en un contacto para añadirlo o eliminarlo."; $a->strings["Source (bbcode) text:"] = "Texto fuente (bbcode):"; $a->strings["Source (Diaspora) text to convert to BBcode:"] = "Fuente (Diaspora) para pasar a BBcode:"; $a->strings["Source input: "] = "Entrada: "; +$a->strings["bb2html (raw HTML): "] = "bb2html (raw HTML): "; $a->strings["bb2html: "] = "bb2html: "; $a->strings["bb2html2bb: "] = "bb2html2bb: "; $a->strings["bb2md: "] = "bb2md: "; @@ -1023,20 +1031,231 @@ $a->strings["bb2dia2bb: "] = "bb2dia2bb: "; $a->strings["bb2md2html2bb: "] = "bb2md2html2bb: "; $a->strings["Source input (Diaspora format): "] = "Fuente (formato Diaspora): "; $a->strings["diaspora2bb: "] = "diaspora2bb: "; -$a->strings["Friend Suggestions"] = "Sugerencias de amigos"; -$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "No hay sugerencias disponibles. Si el sitio web es nuevo inténtalo de nuevo dentro de 24 horas."; -$a->strings["Ignore/Hide"] = "Ignorar/Ocultar"; -$a->strings["Global Directory"] = "Directorio global"; -$a->strings["Find on this site"] = "Buscar en este sitio"; -$a->strings["Site Directory"] = "Directorio del sitio"; -$a->strings["Gender: "] = "Género:"; -$a->strings["Gender:"] = "Género:"; -$a->strings["Status:"] = "Estado:"; -$a->strings["Homepage:"] = "Página de inicio:"; -$a->strings["About:"] = "Acerca de:"; -$a->strings["No entries (some entries may be hidden)."] = "Sin entradas (algunas pueden que estén ocultas)."; +$a->strings["Not available."] = "No disponible"; +$a->strings["Contact added"] = "Contacto añadido"; +$a->strings["No more system notifications."] = "No hay más notificaciones del sistema."; +$a->strings["System Notifications"] = "Notificaciones del sistema"; +$a->strings["New Message"] = "Nuevo mensaje"; +$a->strings["Unable to locate contact information."] = "No se puede encontrar información del contacto."; +$a->strings["Messages"] = "Mensajes"; +$a->strings["Do you really want to delete this message?"] = "¿Estás seguro de que quieres borrar este mensaje?"; +$a->strings["Message deleted."] = "Mensaje eliminado."; +$a->strings["Conversation removed."] = "Conversación eliminada."; +$a->strings["No messages."] = "No hay mensajes."; +$a->strings["Unknown sender - %s"] = "Remitente desconocido - %s"; +$a->strings["You and %s"] = "Tú y %s"; +$a->strings["%s and You"] = "%s y Tú"; +$a->strings["Delete conversation"] = "Eliminar conversación"; +$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A"; +$a->strings["%d message"] = array( + 0 => "%d mensaje", + 1 => "%d mensajes", +); +$a->strings["Message not available."] = "Mensaje no disponibile."; +$a->strings["Delete message"] = "Borrar mensaje"; +$a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = "No hay comunicaciones seguras disponibles. Podrías responder desde la página de perfil del remitente. "; +$a->strings["Send Reply"] = "Enviar respuesta"; +$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["Post successful."] = "¡Publicado!"; +$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A"; +$a->strings["Time Conversion"] = "Conversión horária"; +$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = ""; +$a->strings["UTC time: %s"] = "Tiempo UTC: %s"; +$a->strings["Current timezone: %s"] = "Zona horaria actual: %s"; +$a->strings["Converted localtime: %s"] = "Zona horaria local convertida: %s"; +$a->strings["Please select your timezone:"] = "Por favor, selecciona tu zona horaria:"; +$a->strings["Save to Folder:"] = "Guardar en directorio:"; +$a->strings["- select -"] = "- seleccionar -"; +$a->strings["Invalid profile identifier."] = "Identificador de perfil no válido."; +$a->strings["Profile Visibility Editor"] = "Editor de visibilidad del perfil"; +$a->strings["Visible To"] = "Visible para"; +$a->strings["All Contacts (with secure profile access)"] = "Todos los contactos (con perfil de acceso seguro)"; +$a->strings["No contacts."] = "Ningún contacto."; +$a->strings["View Contacts"] = "Ver contactos"; +$a->strings["People Search"] = "Buscar personas"; +$a->strings["No matches"] = "Sin conincidencias"; +$a->strings["Upload New Photos"] = "Subir nuevas fotos"; +$a->strings["Contact information unavailable"] = "Información del contacto no disponible"; +$a->strings["Album not found."] = "Álbum no encontrado."; +$a->strings["Delete Album"] = "Eliminar álbum"; +$a->strings["Do you really want to delete this photo album and all its photos?"] = "¿Estás seguro de quieres borrar este álbum y todas sus fotos?"; +$a->strings["Delete Photo"] = "Eliminar foto"; +$a->strings["Do you really want to delete this photo?"] = "¿Estás seguro de que quieres borrar esta foto?"; +$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s fue etiquetado en %2\$s por %3\$s"; +$a->strings["a photo"] = "una foto"; +$a->strings["Image exceeds size limit of "] = "La imagen supera tamaño límite de "; +$a->strings["Image file is empty."] = "El archivo de imagen está vacío."; +$a->strings["Unable to process image."] = "Imposible procesar la imagen."; +$a->strings["Image upload failed."] = "Error al subir la imagen."; +$a->strings["No photos selected"] = "Ninguna foto seleccionada"; +$a->strings["Access to this item is restricted."] = "El acceso a este elemento está restringido."; +$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "Has usado %1$.2f MB de %2$.2f MB de tu álbum de fotos."; +$a->strings["Upload Photos"] = "Subir fotos"; +$a->strings["New album name: "] = "Nombre del nuevo álbum: "; +$a->strings["or existing album name: "] = "o nombre de un álbum existente: "; +$a->strings["Do not show a status post for this upload"] = "No actualizar tu estado con este envío"; +$a->strings["Permissions"] = "Permisos"; +$a->strings["Private Photo"] = "Foto Privada"; +$a->strings["Public Photo"] = "Foto Pública"; +$a->strings["Edit Album"] = "Modificar álbum"; +$a->strings["Show Newest First"] = "Mostrar más nuevos primero"; +$a->strings["Show Oldest First"] = "Mostrar más antiguos primero"; +$a->strings["View Photo"] = "Ver foto"; +$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["View photo"] = "Ver foto"; +$a->strings["Edit photo"] = "Modificar foto"; +$a->strings["Use as profile photo"] = "Usar como foto del perfil"; +$a->strings["View Full Size"] = "Ver a tamaño completo"; +$a->strings["Tags: "] = "Etiquetas: "; +$a->strings["[Remove any tag]"] = "[Borrar todas las etiquetas]"; +$a->strings["Rotate CW (right)"] = "Girar a la derecha"; +$a->strings["Rotate CCW (left)"] = "Girar a la izquierda"; +$a->strings["New album name"] = "Nuevo nombre del álbum"; +$a->strings["Caption"] = "Título"; +$a->strings["Add a Tag"] = "Añadir una etiqueta"; +$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Ejemplo: @juan, @Barbara_Ruiz, @julia@example.com, #California, #camping"; +$a->strings["Private photo"] = "Foto privada"; +$a->strings["Public photo"] = "Foto pública"; +$a->strings["Share"] = "Compartir"; +$a->strings["View Album"] = "Ver Álbum"; +$a->strings["Recent Photos"] = "Fotos recientes"; +$a->strings["File exceeds size limit of %d"] = "El tamaño del archivo excede el límite de %d"; +$a->strings["File upload failed."] = "Ha fallado la subida del archivo."; +$a->strings["No videos selected"] = ""; +$a->strings["View Video"] = ""; +$a->strings["Recent Videos"] = ""; +$a->strings["Upload New Videos"] = ""; +$a->strings["Poke/Prod"] = "Toque/Empujón"; +$a->strings["poke, prod or do other things to somebody"] = "da un toque, empujón o similar a alguien"; +$a->strings["Recipient"] = "Receptor"; +$a->strings["Choose what you wish to do to recipient"] = "Elige qué desea hacer con el receptor"; +$a->strings["Make this post private"] = "Hacer esta publicación privada"; +$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s está siguiendo las %3\$s de %2\$s"; +$a->strings["Export account"] = "Exportar cuenta"; +$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "Exporta la información de tu cuenta y tus contactos. Úsalo para guardar una copia de seguridad de tu cuenta y/o moverla a otro servidor."; +$a->strings["Export all"] = "Exportar todo"; +$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "Exporta la información de tu cuenta, contactos y lo demás en JSON. Puede ser un archivo bastante grande, por lo que llevará tiempo. Úsalo para hacer una copia de seguridad completa de tu cuenta (las fotos no se exportarán)"; +$a->strings["Common Friends"] = "Amigos comunes"; +$a->strings["No contacts in common."] = "Sin contactos en común."; +$a->strings["Image exceeds size limit of %d"] = "El tamaño de la imagen supera el límite de %d"; +$a->strings["Wall Photos"] = "Foto del Muro"; +$a->strings["Image uploaded but image cropping failed."] = "Imagen recibida, pero ha fallado al recortarla."; +$a->strings["Image size reduction [%s] failed."] = "Ha fallado la reducción de las dimensiones de la imagen [%s]."; +$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Recarga la página o limpia la caché del navegador si la foto nueva no aparece inmediatamente."; +$a->strings["Unable to process image"] = "Imposible procesar la imagen"; +$a->strings["Upload File:"] = "Subir archivo:"; +$a->strings["Select a profile:"] = "Elige un perfil:"; +$a->strings["Upload"] = "Subir"; +$a->strings["skip this step"] = "saltar este paso"; +$a->strings["select a photo from your photo albums"] = "elige una foto de tus álbumes"; +$a->strings["Crop Image"] = "Recortar imagen"; +$a->strings["Please adjust the image cropping for optimum viewing."] = "Por favor, ajusta el recorte de la imagen para optimizarla."; +$a->strings["Done Editing"] = "Editado"; +$a->strings["Image uploaded successfully."] = "Imagen subida con éxito."; +$a->strings["Applications"] = "Aplicaciones"; +$a->strings["No installed applications."] = "Sin aplicaciones"; +$a->strings["Nothing new here"] = "Nada nuevo por aquí"; +$a->strings["Clear notifications"] = "Limpiar notificaciones"; +$a->strings["Profile Match"] = "Coincidencias de Perfil"; +$a->strings["No keywords to match. Please add keywords to your default profile."] = "No hay palabras clave que coincidan. Por favor, agrega algunas palabras claves en tu perfil predeterminado."; +$a->strings["is interested in:"] = "estás interesado en:"; +$a->strings["Tag removed"] = "Etiqueta eliminada"; +$a->strings["Remove Item Tag"] = "Eliminar etiqueta"; +$a->strings["Select a tag to remove: "] = "Selecciona una etiqueta para eliminar: "; +$a->strings["Remove"] = "Eliminar"; +$a->strings["Event title and start time are required."] = "Título del evento y hora de inicio requeridas."; +$a->strings["l, F j"] = "l, F j"; +$a->strings["Edit event"] = "Editar evento"; +$a->strings["link to source"] = "Enlace al original"; +$a->strings["Create New Event"] = "Crea un evento nuevo"; +$a->strings["Previous"] = "Previo"; +$a->strings["hour:minute"] = "hora:minuto"; +$a->strings["Event details"] = "Detalles del evento"; +$a->strings["Format is %s %s. Starting date and Title are required."] = "El formato es %s %s. Fecha de inicio y título son obligatorios."; +$a->strings["Event Starts:"] = "Inicio del evento:"; +$a->strings["Required"] = "Obligatorio"; +$a->strings["Finish date/time is not known or not relevant"] = "La fecha/hora de finalización no es conocida o es irrelevante."; +$a->strings["Event Finishes:"] = "Finalización del evento:"; +$a->strings["Adjust for viewer timezone"] = "Ajuste de zona horaria"; +$a->strings["Description:"] = "Descripción:"; +$a->strings["Title:"] = "Título:"; +$a->strings["Share this event"] = "Comparte este evento"; +$a->strings["No potential page delegates located."] = "No se han localizado delegados potenciales de la página."; +$a->strings["Delegate Page Management"] = "Delegar la administración de la página"; +$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "Los delegados tienen la capacidad de gestionar todos los aspectos de esta cuenta/página, excepto los ajustes básicos de la cuenta. Por favor, no delegues tu cuenta personal a nadie en quien no confíes completamente."; +$a->strings["Existing Page Managers"] = "Administradores actuales de la página"; +$a->strings["Existing Page Delegates"] = "Delegados actuales de la página"; +$a->strings["Potential Delegates"] = "Delegados potenciales"; +$a->strings["Add"] = "Añadir"; +$a->strings["No entries."] = "Sin entradas."; +$a->strings["Contacts who are not members of a group"] = "Contactos sin grupo"; +$a->strings["Files"] = "Archivos"; +$a->strings["System down for maintenance"] = "Servicio suspendido por mantenimiento"; +$a->strings["Remove My Account"] = "Eliminar mi cuenta"; +$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Esto eliminará por completo tu cuenta. Una vez hecho no se puede deshacer."; +$a->strings["Please enter your password for verification:"] = "Por favor, introduce tu contraseña para la verificación:"; +$a->strings["Friend suggestion sent."] = "Solicitud de amistad enviada."; +$a->strings["Suggest Friends"] = "Sugerencias de amistad"; +$a->strings["Suggest a friend for %s"] = "Recomienda un amigo a %s"; +$a->strings["Unable to locate original post."] = "No se puede encontrar la publicación original."; +$a->strings["Empty post discarded."] = "Publicación vacía descartada."; +$a->strings["System error. Post not saved."] = "Error del sistema. Mensaje no guardado."; +$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Este mensaje te lo ha enviado %s, miembro de la red social Friendica."; +$a->strings["You may visit them online at %s"] = "Los puedes visitar en línea en %s"; +$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Por favor contacta con el remitente respondiendo a este mensaje si no deseas recibir estos mensajes."; +$a->strings["%s posted an update."] = "%s ha publicado una actualización."; +$a->strings["{0} wants to be your friend"] = "{0} quiere ser tu amigo"; +$a->strings["{0} sent you a message"] = "{0} te ha enviado un mensaje"; +$a->strings["{0} requested registration"] = "{0} solicitudes de registro"; +$a->strings["{0} commented %s's post"] = "{0} comentó la publicación de %s"; +$a->strings["{0} liked %s's post"] = "A {0} le ha gustado la publicación de %s"; +$a->strings["{0} disliked %s's post"] = "A {0} no le ha gustado la publicación de %s"; +$a->strings["{0} is now friends with %s"] = "{0} ahora es amigo de %s"; +$a->strings["{0} posted"] = "{0} publicado"; +$a->strings["{0} tagged %s's post with #%s"] = "{0} etiquetó la publicación de %s como #%s"; +$a->strings["{0} mentioned you in a post"] = "{0} te mencionó en una publicación"; +$a->strings["OpenID protocol error. No ID returned."] = "Error de protocolo OpenID. ID no devuelta."; +$a->strings["Account not found and OpenID registration is not permitted on this site."] = "Cuenta no encontrada y el registro OpenID no está permitido en ese sitio."; +$a->strings["Login failed."] = "Accesso fallido."; +$a->strings["Invalid request identifier."] = "Solicitud de identificación no válida."; +$a->strings["Discard"] = "Descartar"; +$a->strings["System"] = "Sistema"; +$a->strings["Network"] = "Red"; +$a->strings["Introductions"] = "Presentaciones"; +$a->strings["Show Ignored Requests"] = "Mostrar peticiones ignoradas"; +$a->strings["Hide Ignored Requests"] = "Ocultar peticiones ignoradas"; +$a->strings["Notification type: "] = "Tipo de notificación: "; +$a->strings["Friend Suggestion"] = "Propuestas de amistad"; +$a->strings["suggested by %s"] = "sugerido por %s"; +$a->strings["Post a new friend activity"] = "Publica tu nueva amistad"; +$a->strings["if applicable"] = "Si corresponde"; +$a->strings["Claims to be known to you: "] = "Dice conocerte: "; +$a->strings["yes"] = "sí"; +$a->strings["no"] = "no"; +$a->strings["Approve as: "] = "Aprobar como: "; +$a->strings["Friend"] = "Amigo"; +$a->strings["Sharer"] = "Lector"; +$a->strings["Fan/Admirer"] = "Fan/Admirador"; +$a->strings["Friend/Connect Request"] = "Solicitud de Amistad/Conexión"; +$a->strings["New Follower"] = "Nuevo seguidor"; +$a->strings["No introductions."] = "Sin presentaciones."; +$a->strings["Notifications"] = "Notificaciones"; +$a->strings["%s liked %s's post"] = "A %s le gusta la publicación de %s"; +$a->strings["%s disliked %s's post"] = "A %s no le gusta la publicación de %s"; +$a->strings["%s is now friends with %s"] = "%s es ahora es amigo de %s"; +$a->strings["%s created a new post"] = "%s creó una nueva publicación"; +$a->strings["%s commented on %s's post"] = "%s comentó la publicación de %s"; +$a->strings["No more network notifications."] = "No hay más notificaciones de red."; +$a->strings["Network Notifications"] = "Notificaciones de Red"; +$a->strings["No more personal notifications."] = "No hay más notificaciones personales."; +$a->strings["Personal Notifications"] = "Notificaciones personales"; +$a->strings["No more home notifications."] = "No hay más notificaciones de inicio."; +$a->strings["Home Notifications"] = "Notificaciones de Inicio"; +$a->strings["Total invitation limit exceeded."] = "Límite total de invitaciones excedido."; $a->strings["%s : Not a valid email address."] = "%s : No es una dirección de correo válida."; $a->strings["Please join us on Friendica"] = "Únete a nosotros en Friendica"; +$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Límite de invitaciones sobrepasado. Contacta con el administrador del sitio."; $a->strings["%s : Message delivery failed."] = "%s : Ha fallado la entrega del mensaje."; $a->strings["%d message sent."] = array( 0 => "%d mensaje enviado.", @@ -1053,694 +1272,115 @@ $a->strings["You are cordially invited to join me and other close friends on Fri $a->strings["You will need to supply this invitation code: \$invite_code"] = "Tienes que proporcionar el siguiente código: \$invite_code"; $a->strings["Once you have registered, please connect with me via my profile page at:"] = "Una vez registrado, por favor contacta conmigo a través de mi página de perfil en:"; $a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendica.com"] = "Para más información sobre el Proyecto Friendica y sobre por qué pensamos que es algo importante, visita http://friendica.com"; -$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "Esto puede ocurrir a veces si la conexión fue solicitada por ambas personas y ya hubiera sido aprobada."; -$a->strings["Response from remote site was not understood."] = "La respuesta desde el sitio remoto no ha sido entendida."; -$a->strings["Unexpected response from remote site: "] = "Respuesta inesperada desde el sitio remoto: "; -$a->strings["Confirmation completed successfully."] = "Confirmación completada con éxito."; -$a->strings["Remote site reported: "] = "El sito remoto informó: "; -$a->strings["Temporary failure. Please wait and try again."] = "Error temporal. Por favor, espere y vuelva a intentarlo."; -$a->strings["Introduction failed or was revoked."] = "La presentación ha fallado o ha sido anulada."; -$a->strings["Unable to set contact photo."] = "Imposible establecer la foto del contacto."; -$a->strings["%1\$s is now friends with %2\$s"] = "%1\$s ahora es amigo de %2\$s"; -$a->strings["No user record found for '%s' "] = "No se ha encontrado a ningún '%s' "; -$a->strings["Our site encryption key is apparently messed up."] = "Nuestra clave de cifrado del sitio es aparentemente un lío."; -$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "Se ha proporcionado una dirección vacía o no hemos podido descifrarla."; -$a->strings["Contact record was not found for you on our site."] = "El contacto no se ha encontrado en nuestra base de datos."; -$a->strings["Site public key not available in contact record for URL %s."] = "La clave pública del sitio no está disponible en los datos del contacto para %s."; -$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "La identificación proporcionada por el sistema es un duplicado de nuestro sistema. Debería funcionar si lo intentas de nuevo."; -$a->strings["Unable to set your contact credentials on our system."] = "No se puede establecer las credenciales de tu contacto en nuestro sistema."; -$a->strings["Unable to update your contact profile details on our system"] = "No se puede actualizar los datos de tu perfil de contacto en nuestro sistema"; -$a->strings["Connection accepted at %s"] = "Conexión aceptada en %s"; -$a->strings["%1\$s has joined %2\$s"] = "%1\$s se ha unido a %2\$s"; -$a->strings["Google+ Import Settings"] = "Configuración de la importación de Google+"; -$a->strings["Enable Google+ Import"] = "Habilitar la importación de Google+"; -$a->strings["Google Account ID"] = "ID de la cuenta de Google"; -$a->strings["Google+ Import Settings saved."] = "Configuración de la importación de Google+ guardada."; -$a->strings["Facebook disabled"] = "Facebook deshabilitado"; -$a->strings["Updating contacts"] = "Actualizando contactos"; -$a->strings["Facebook API key is missing."] = "Falta la clave API de Facebook."; -$a->strings["Facebook Connect"] = "Conexión con Facebook"; -$a->strings["Install Facebook connector for this account."] = "Instalar el conector de Facebook para esta cuenta."; -$a->strings["Remove Facebook connector"] = "Eliminar el conector de Facebook"; -$a->strings["Re-authenticate [This is necessary whenever your Facebook password is changed.]"] = "Volver a identificarse [Esto es necesario cada vez que tu contraseña de Facebook cambie.]"; -$a->strings["Post to Facebook by default"] = "Publicar en Facebook de forma predeterminada"; -$a->strings["Facebook friend linking has been disabled on this site. The following settings will have no effect."] = "El enlace con los contactos de Facebook ha sido desactivado en este servidor. La configuración no tendrá efecto alguno."; -$a->strings["Facebook friend linking has been disabled on this site. If you disable it, you will be unable to re-enable it."] = "El enlace con los contactos de Facebook ha sido desactivado en este servidor. Si se desactiva no podrá volver a reactivarse."; -$a->strings["Link all your Facebook friends and conversations on this website"] = "Vincula a todos tus amigos de Facebook y las conversaciones con este sitio"; -$a->strings["Facebook conversations consist of your profile wall and your friend stream."] = "Las conversaciones de Facebook consisten en tu muro, tu perfil y las publicaciones de tus amigos."; -$a->strings["On this website, your Facebook friend stream is only visible to you."] = "En esta página las publicaciones de tus amigos de Facebook solo son visibles para ti."; -$a->strings["The following settings determine the privacy of your Facebook profile wall on this website."] = "La siguiente configuración determina la privacidad del muro de tu perfil de Facebook en este sitio."; -$a->strings["On this website your Facebook profile wall conversations will only be visible to you"] = "En este sitio las publicaciones del muro de Facebook solo son visibles para ti"; -$a->strings["Do not import your Facebook profile wall conversations"] = "No importar las conversaciones de tu muro de Facebook"; -$a->strings["If you choose to link conversations and leave both of these boxes unchecked, your Facebook profile wall will be merged with your profile wall on this website and your privacy settings on this website will be used to determine who may see the conversations."] = "Si decides conectar las conversaciones y dejar ambas casillas sin marcar, el muro de tu perfil de Facebook se fusionará con el muro de tu perfil en este sitio y la configuración de privacidad en este sitio será utilizada para determinar quién puede ver las conversaciones."; -$a->strings["Comma separated applications to ignore"] = "Aplicaciones a ignorar separadas por comas"; -$a->strings["Problems with Facebook Real-Time Updates"] = "Hay problemas con las actualizaciones en tiempo real de Facebook"; -$a->strings["Facebook Connector Settings"] = "Configuración de conexión a Facebook"; -$a->strings["Facebook API Key"] = "Llave API de Facebook"; -$a->strings["Error: it appears that you have specified the App-ID and -Secret in your .htconfig.php file. As long as they are specified there, they cannot be set using this form.

"] = "Error: parece que la App-ID y el -Secret ya están configurados en tu archivo .htconfig.php. Al estar configurados allí, no se usará este formulario.

"; -$a->strings["Error: the given API Key seems to be incorrect (the application access token could not be retrieved)."] = "Error: la llave API proporcionada parece incorrecta (no se pudo recuperar la ficha de acceso a la aplicación)."; -$a->strings["The given API Key seems to work correctly."] = "La Llave API proporcionada parece funcionar correctamente."; -$a->strings["The correctness of the API Key could not be detected. Something strange's going on."] = "No se ha podido detectar una llave API correcta. Algo raro está pasando."; -$a->strings["App-ID / API-Key"] = "Añadir ID / Llave API"; -$a->strings["Application secret"] = "Secreto de la aplicación"; -$a->strings["Polling Interval in minutes (minimum %1\$s minutes)"] = "Intervalo del sondeo en minutos (mínimo %1\$s minutos)"; -$a->strings["Synchronize comments (no comments on Facebook are missed, at the cost of increased system load)"] = "Sincronizar comentarios (no se perderán comentarios de Facebook, pero se incrementará la carga del sistema)"; -$a->strings["Real-Time Updates"] = "Actualizaciones en tiempo real"; -$a->strings["Real-Time Updates are activated."] = "Actualizaciones en tiempo real activada."; -$a->strings["Deactivate Real-Time Updates"] = "Desactivar actualizaciones en tiempo real"; -$a->strings["Real-Time Updates not activated."] = "Actualizaciones en tiempo real desactivada."; -$a->strings["Activate Real-Time Updates"] = "Activar actualizaciones en tiempo real"; -$a->strings["The new values have been saved."] = "Los nuevos valores se han guardado."; -$a->strings["Post to Facebook"] = "Publicar en Facebook"; -$a->strings["Post to Facebook cancelled because of multi-network access permission conflict."] = "Publicación en Facebook cancelada debido a un conflicto con los permisos de acceso a la multi-red."; -$a->strings["View on Friendica"] = "Ver en Friendica"; -$a->strings["Facebook post failed. Queued for retry."] = "Publicación en Facebook errónea. Reintentando..."; -$a->strings["Your Facebook connection became invalid. Please Re-authenticate."] = "Tu conexión con Facebook ha sido invalidada. Por favor vuelve a identificarte."; -$a->strings["Facebook connection became invalid"] = "La conexión con Facebook ha sido invalidada"; -$a->strings["Hi %1\$s,\n\nThe connection between your accounts on %2\$s and Facebook became invalid. This usually happens after you change your Facebook-password. To enable the connection again, you have to %3\$sre-authenticate the Facebook-connector%4\$s."] = "Hola %1\$s,\n\nLa conexión entre tu cuenta de %2\$s y Facebook se ha roto. Normalmente esto suele ocurrir si has cambiado tu contraseña de Facebook. Para volver a establecerla, tienes que %3\$sidentificarte de nuevo en el conector de Facebook%4\$s."; -$a->strings["StatusNet AutoFollow settings updated."] = "Configuración para seguir automáticamente en StatusNet actualizada."; -$a->strings["StatusNet AutoFollow Settings"] = "Configuración para el seguimiento automático en StatusNet"; -$a->strings["Automatically follow any StatusNet followers/mentioners"] = "Seguir automáticamente a cualquiera que me siga/mencione en StatusNet"; -$a->strings["Lifetime of the cache (in hours)"] = "Vida útil de la caché (en horas)"; -$a->strings["Cache Statistics"] = "Estadísticas de la caché"; -$a->strings["Number of items"] = "Número de ítems"; -$a->strings["Size of the cache"] = "Tamaño de la caché"; -$a->strings["Delete the whole cache"] = "Borrar toda la caché"; -$a->strings["Facebook Post disabled"] = "Facebook deshabilitado"; -$a->strings["Facebook Post"] = "Facebook"; -$a->strings["Install Facebook Post connector for this account."] = "Instalar el conector de Facebook para esta cuenta."; -$a->strings["Remove Facebook Post connector"] = "Eliminar el conector de Facebook"; -$a->strings["Facebook Post Settings"] = "Configuración de conexión a Facebook"; -$a->strings["%d person likes this"] = array( - 0 => "a %d persona le gusta esto", - 1 => "a %d personas les gusta esto", +$a->strings["Manage Identities and/or Pages"] = "Administrar identidades y/o páginas"; +$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Cambia entre diferentes identidades o páginas de Comunidad/Grupos que comparten los detalles de tu cuenta o sobre los que tienes permisos para administrar"; +$a->strings["Select an identity to manage: "] = "Selecciona una identidad a gestionar:"; +$a->strings["Welcome to %s"] = "Bienvenido a %s"; +$a->strings["Friends of %s"] = "Amigos de %s"; +$a->strings["No friends to display."] = "No hay amigos para mostrar."; +$a->strings["Add New Contact"] = "Añadir nuevo contacto"; +$a->strings["Enter address or web location"] = "Escribe la dirección o página web"; +$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Ejemplo: miguel@ejemplo.com, http://ejemplo.com/miguel"; +$a->strings["%d invitation available"] = array( + 0 => "%d invitación disponible", + 1 => "%d invitaviones disponibles", ); -$a->strings["%d person doesn't like this"] = array( - 0 => "a %d persona no le gusta esto", - 1 => "a %d personas no les gusta esto", -); -$a->strings["Get added to this list!"] = "¡Añadido a la lista!"; -$a->strings["Generate new key"] = "Generar clave nueva"; -$a->strings["Widgets key"] = "Clave de aplicaciones"; -$a->strings["Widgets available"] = "Aplicaciones disponibles"; -$a->strings["Connect on Friendica!"] = "¡Conéctate en Friendica!"; -$a->strings["bitchslap"] = "abofetear fuerte"; -$a->strings["bitchslapped"] = "abofeteó fuertemente a"; -$a->strings["shag"] = "picar"; -$a->strings["shagged"] = "picó a"; -$a->strings["do something obscenely biological to"] = "hacer algo obsceno y biológico a"; -$a->strings["did something obscenely biological to"] = "hizo algo obsceno y biológico a"; -$a->strings["point out the poke feature to"] = "señalar la habilidad de toques a"; -$a->strings["pointed out the poke feature to"] = "señaló la habilidad de toques a"; -$a->strings["declare undying love for"] = "declarar amor incondicional a"; -$a->strings["declared undying love for"] = "declaró amor incondicional a"; -$a->strings["patent"] = "patentar"; -$a->strings["patented"] = "patentó"; -$a->strings["stroke beard"] = "acariciar barba"; -$a->strings["stroked their beard at"] = "acarició su barba a"; -$a->strings["bemoan the declining standards of modern secondary and tertiary education to"] = "deplorar los bajos estándares de educación secundaria y terciaria moderna a"; -$a->strings["bemoans the declining standards of modern secondary and tertiary education to"] = "deplora los bajos estándares de educación secundaria y terciaria moderna a"; -$a->strings["hug"] = "abrazar"; -$a->strings["hugged"] = "abrazó a"; -$a->strings["kiss"] = "besar"; -$a->strings["kissed"] = "besó a"; -$a->strings["raise eyebrows at"] = "alzar las cejas a"; -$a->strings["raised their eyebrows at"] = "alzó sus cejas a"; -$a->strings["insult"] = "insultar"; -$a->strings["insulted"] = "insultó a"; -$a->strings["praise"] = "alabar"; -$a->strings["praised"] = "alabó a"; -$a->strings["be dubious of"] = "dudar de"; -$a->strings["was dubious of"] = "dudó de"; -$a->strings["eat"] = "comer"; -$a->strings["ate"] = "comió"; -$a->strings["giggle and fawn at"] = "reír y carcajearse de"; -$a->strings["giggled and fawned at"] = "rió y se carcajeó de"; -$a->strings["doubt"] = "dudar"; -$a->strings["doubted"] = "dudó"; -$a->strings["glare"] = "mirar fijamente"; -$a->strings["glared at"] = "miró fijamente a"; -$a->strings["YourLS Settings"] = "Tu configuración LS"; -$a->strings["URL: http://"] = "Dirección: http://"; -$a->strings["Username:"] = "Nombre de Usuario:"; -$a->strings["Password:"] = "Contraseña:"; -$a->strings["Use SSL "] = "Usar SSL "; -$a->strings["yourls Settings saved."] = "La configuración se ha guardado."; -$a->strings["Post to LiveJournal"] = "Publicar en Livejournal"; -$a->strings["LiveJournal Post Settings"] = "Configuración de las publicaciones en Livejournal"; -$a->strings["Enable LiveJournal Post Plugin"] = "Activar el módulo de publicación en Livejournal"; -$a->strings["LiveJournal username"] = "Nombre de usuario de Livejournal"; -$a->strings["LiveJournal password"] = "Contraseña de Livejournal"; -$a->strings["Post to LiveJournal by default"] = "Publicar en Livejournal por defecto"; -$a->strings["Not Safe For Work (General Purpose Content Filter) settings"] = "Configuración \"Not Safe For Work\" (Filtro de contenido de carácter general)"; -$a->strings["This plugin looks in posts for the words/text you specify below, and collapses any content containing those keywords so it is not displayed at inappropriate times, such as sexual innuendo that may be improper in a work setting. It is polite and recommended to tag any content containing nudity with #NSFW. This filter can also match any other word/text you specify, and can thereby be used as a general purpose content filter."] = "Este complemento busca las palabras clave que especifiques y oculta cualquier comentario que contenga dichas claves, para que no aparezcan en momentos inoportunos, como por ejemplo, material sexual. Se considera de buena educación y correcto etiquetar los desnudos con #NSFW. Este filtro puede servir para filtrar otro contenido, así que te puede servir como un filtro de carácter general, escogiendo las palabras clave adecuadas."; -$a->strings["Enable Content filter"] = "Activar el filtro de contenido"; -$a->strings["Comma separated list of keywords to hide"] = "Palabras clave para ocultar, lista separada por comas"; -$a->strings["Use /expression/ to provide regular expressions"] = "Usa /expresión/ para proporcionar expresiones regulares"; -$a->strings["NSFW Settings saved."] = "Configuración NSFW guardada."; -$a->strings["%s - Click to open/close"] = "%s - Pulsa aquí para abrir/cerrar"; -$a->strings["Forums"] = "Foros"; -$a->strings["Forums:"] = "Foros:"; -$a->strings["Page settings updated."] = "Configuración de la página actualizada"; -$a->strings["Page Settings"] = "Configuración de la página"; -$a->strings["How many forums to display on sidebar without paging"] = "¿Cuántos foros se mostrarán en la barra lateral?"; -$a->strings["Randomise Page/Forum list"] = "Lista de Página/Foro al azar"; -$a->strings["Show pages/forums on profile page"] = "Mostrar páginas/foros en tu perfil"; -$a->strings["Planets Settings"] = "Configuración de Planets"; -$a->strings["Enable Planets Plugin"] = "Activar el módulo de planetas Planets"; -$a->strings["Login"] = "Acceder"; -$a->strings["OpenID"] = "OpenID"; -$a->strings["Latest users"] = "Últimos usuarios"; -$a->strings["Most active users"] = "Usuarios más activos"; -$a->strings["Latest photos"] = "Últimas fotos"; -$a->strings["Latest likes"] = "Últimos me gusta"; -$a->strings["event"] = "evento"; -$a->strings["No access"] = "Sin acceso"; -$a->strings["Could not open component for editing"] = "No se puede abrir para editar"; -$a->strings["Go back to the calendar"] = "Volver al calendario"; -$a->strings["Event data"] = "Datos del evento"; -$a->strings["Calendar"] = "Calendario"; -$a->strings["Special color"] = "Color especial"; -$a->strings["Subject"] = "Asunto"; -$a->strings["Starts"] = "Comienzo"; -$a->strings["Ends"] = "Final"; -$a->strings["Description"] = "Descripción"; -$a->strings["Recurrence"] = "Recurrencia"; -$a->strings["Frequency"] = "Frecuencia"; -$a->strings["Daily"] = "Diariamente"; -$a->strings["Weekly"] = "Semanalmente"; -$a->strings["Monthly"] = "Mensualmente"; -$a->strings["Yearly"] = "Anual"; -$a->strings["days"] = "días"; -$a->strings["weeks"] = "semanas"; -$a->strings["months"] = "meses"; -$a->strings["years"] = "años"; -$a->strings["Interval"] = "Intérvalo"; -$a->strings["All %select% %time%"] = "Todos %select% %time%"; -$a->strings["Days"] = "Días"; -$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["First day of week:"] = "Primer día de la semana:"; -$a->strings["Day of month"] = "Día del mes"; -$a->strings["#num#th of each month"] = "#num#º de cada mes"; -$a->strings["#num#th-last of each month"] = "#num#º antes del último de cada mes"; -$a->strings["#num#th #wkday# of each month"] = "#num#º #wkday# de cada mes"; -$a->strings["#num#th-last #wkday# of each month"] = "#num#º antes del último #wkday# de cada mes"; -$a->strings["Month"] = "Mes"; -$a->strings["#num#th of the given month"] = "#num#º del mes dado"; -$a->strings["#num#th-last of the given month"] = "#num#º antes del último del mes dado"; -$a->strings["#num#th #wkday# of the given month"] = "#num#º #wkday# del mes dado"; -$a->strings["#num#th-last #wkday# of the given month"] = "#num#º antes del último #wkday# del mes dado"; -$a->strings["Repeat until"] = "Repetir hasta"; -$a->strings["Infinite"] = "Infinito"; -$a->strings["Until the following date"] = "Hasta la fecha siguiente"; -$a->strings["Number of times"] = "Número de veces"; -$a->strings["Exceptions"] = "Excepciones"; -$a->strings["none"] = "ninguno"; -$a->strings["Notification"] = "Notificación"; -$a->strings["Notify by"] = "Notificar por"; -$a->strings["E-Mail"] = "Correo electrónico"; -$a->strings["On Friendica / Display"] = "Sobre Friendica / Mostrar"; -$a->strings["Time"] = "Hora"; -$a->strings["Hours"] = "Horas"; -$a->strings["Minutes"] = "Minutos"; -$a->strings["Seconds"] = "Segundos"; -$a->strings["Weeks"] = "Semanas"; -$a->strings["before the"] = "antes de"; -$a->strings["start of the event"] = "inicio del evento"; -$a->strings["end of the event"] = "final del evento"; -$a->strings["Add a notification"] = "Añadir una notificación"; -$a->strings["The event #name# will start at #date"] = "El evento #name# comenzará el #date"; -$a->strings["#name# is about to begin."] = "#name# está a punto de comenzar."; -$a->strings["Saved"] = "Guardado"; -$a->strings["U.S. Time Format (mm/dd/YYYY)"] = "Hora, formato anglosajón (mm/dd/aaaa)"; -$a->strings["German Time Format (dd.mm.YYYY)"] = "Hora, formato europeo (dd.mm.aaaa)"; -$a->strings["Private Events"] = "Eventos privados"; -$a->strings["Private Addressbooks"] = "Libretas de direcciones privada"; -$a->strings["Friendica-Native events"] = "Eventos nativos de Friendica"; -$a->strings["Friendica-Contacts"] = "Contactos de Friendica"; -$a->strings["Your Friendica-Contacts"] = "Tus Contactos de Friendica"; -$a->strings["Something went wrong when trying to import the file. Sorry. Maybe some events were imported anyway."] = "Algo salió mal al importar el archivo. Lo sentimos. Puede que algunos eventos se hayan importado."; -$a->strings["Something went wrong when trying to import the file. Sorry."] = "Algo salió mal al importar el archivo. Lo sentimos."; -$a->strings["The ICS-File has been imported."] = "El archivo ICS ha sido importado."; -$a->strings["No file was uploaded."] = "No se ha importado ningún archivo."; -$a->strings["Import a ICS-file"] = "Importar archivo ICS"; -$a->strings["ICS-File"] = "Archivo ICS"; -$a->strings["Overwrite all #num# existing events"] = "Sobreescribir los #num# eventos existentes"; -$a->strings["New event"] = "Evento nuevo"; -$a->strings["Today"] = "Hoy"; -$a->strings["Day"] = "Día"; -$a->strings["Week"] = "Semana"; -$a->strings["Reload"] = "Recargar"; -$a->strings["Date"] = "Fecha"; -$a->strings["Error"] = "Error"; -$a->strings["The calendar has been updated."] = "El calendario ha sido actualizado."; -$a->strings["The new calendar has been created."] = "Se ha creado un nuevo calendario."; -$a->strings["The calendar has been deleted."] = "El calendario se ha borrado."; -$a->strings["Calendar Settings"] = "Configuración del Calendario"; -$a->strings["Date format"] = "Formato de fecha"; -$a->strings["Time zone"] = "Zona horaria"; -$a->strings["Calendars"] = "Calendarios"; -$a->strings["Create a new calendar"] = "Crear un nuevo calendario"; -$a->strings["Limitations"] = "Limitaciones"; -$a->strings["Warning"] = "Aviso"; -$a->strings["Synchronization (iPhone, Thunderbird Lightning, Android, ...)"] = "Sincronización (iPhone, Thunderbird Lightning, Android...)"; -$a->strings["Synchronizing this calendar with the iPhone"] = "Sincronizar este calendario con iPhone"; -$a->strings["Synchronizing your Friendica-Contacts with the iPhone"] = "Sincronizar tus contactos de Friendica con iPhone"; -$a->strings["The current version of this plugin has not been set up correctly. Please contact the system administrator of your installation of friendica to fix this."] = "La versión actual de este módulo no se ha ajustado correctamente. Por favor contacta al administrador de sistema de tu instalación de Friendica para arreglarlo."; -$a->strings["Extended calendar with CalDAV-support"] = "Calendario ampliado con soporte CalDAV"; -$a->strings["noreply"] = "no responder"; -$a->strings["Notification: "] = "Notificación:"; -$a->strings["The database tables have been installed."] = "Se han instalado las tablas de la base de datos."; -$a->strings["An error occurred during the installation."] = "Ha ocurrido un error durante la instalación."; -$a->strings["The database tables have been updated."] = "Las tablas de la base de datos han sido actualizadas."; -$a->strings["An error occurred during the update."] = "Ocurrió un error durante la actualización."; -$a->strings["No system-wide settings yet."] = "No se han configurado aún los ajustes del sistema."; -$a->strings["Database status"] = "Estado de la base de datos"; -$a->strings["Installed"] = "Instalada"; -$a->strings["Upgrade needed"] = "Actualización necesaria"; -$a->strings["Please back up all calendar data (the tables beginning with dav_*) before proceeding. While all calendar events should be converted to the new database structure, it's always safe to have a backup. Below, you can have a look at the database-queries that will be made when pressing the 'update'-button."] = "Por favor respalda todos los datos de calendario (las tablas que comienzan con dav_*) antes de continuar. Aunque todos los eventos de calendario deberían convertirse a la nueva estructura de base de datos, siempre es seguro tener un respaldo. Abajo, puedes ver las consultas a la base de datos que se realizarán cuando presiones el botón de 'actualizar'."; -$a->strings["Upgrade"] = "Actualizada"; -$a->strings["Not installed"] = "Sin instalar"; -$a->strings["Install"] = "Instalar"; -$a->strings["Unknown"] = "Desconocido"; -$a->strings["Something really went wrong. I cannot recover from this state automatically, sorry. Please go to the database backend, back up the data, and delete all tables beginning with 'dav_' manually. Afterwards, this installation routine should be able to reinitialize the tables automatically."] = "Ha ocurrido algo muy malo. No puedo recuperarme automáticamente de este estado, lo siento. Por favor ve al manejador de fondo de la base de datos, respalda los datos, y borra todas las tablas que comienzan con 'dav_' manualmente. Después de eso, esta rutina de instalación debería de ser capaz de reinicializar las tablas automáticamente."; -$a->strings["Troubleshooting"] = "Problemas"; -$a->strings["Manual creation of the database tables:"] = "Manual para la creación de las tablas de la base de datos:"; -$a->strings["Show SQL-statements"] = "Mostrar declaraciones SQL"; -$a->strings["Private Calendar"] = "Calendario privado"; -$a->strings["Friendica Events: Mine"] = "Eventos de Friendica: Propios"; -$a->strings["Friendica Events: Contacts"] = "Eventos de Friendica: Contactos"; -$a->strings["Private Addresses"] = "Direcciones privadas"; -$a->strings["Friendica Contacts"] = "Contactos de Friendica"; -$a->strings["Allow to use your friendica id (%s) to connecto to external unhosted-enabled storage (like ownCloud). See RemoteStorage WebFinger"] = "Permitir el uso de tu ID de Friendica (%s) para conexiones de almacenamiento externo sin alojamiento activado (como OwnCloud). Mira RemoteStorage WebFinger"; -$a->strings["Template URL (with {category})"] = "Dirección de la plantilla (con {categoría})"; -$a->strings["OAuth end-point"] = "Punto final OAuth"; -$a->strings["Api"] = "API"; -$a->strings["Member since:"] = "Miembro desde:"; -$a->strings["Three Dimensional Tic-Tac-Toe"] = "Tres en Raya tridimensional"; -$a->strings["3D Tic-Tac-Toe"] = "Tres en Raya 3D"; -$a->strings["New game"] = "Nueva partida"; -$a->strings["New game with handicap"] = "Nuevo juego con handicap"; -$a->strings["Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. "] = "Tres en Raya tridimensional es como el juego tradicional, excepto que se juega en varios niveles simultáneamente."; -$a->strings["In this case there are three levels. You win by getting three in a row on any level, as well as up, down, and diagonally across the different levels."] = "En este caso hay tres niveles. Ganarás por conseguir tres en raya en cualquier nivel, así como arriba, abajo y en diagonal a través de los diferentes niveles."; -$a->strings["The handicap game disables the center position on the middle level because the player claiming this square often has an unfair advantage."] = "El juego con handicap desactiva la posición central en el nivel medio porque el jugador que la ocupa tiene a menudo una ventaja injusta."; -$a->strings["You go first..."] = "Comienzas tú..."; -$a->strings["I'm going first this time..."] = "Yo voy primero esta vez..."; -$a->strings["You won!"] = "¡Has ganado!"; -$a->strings["\"Cat\" game!"] = "¡Empate!"; -$a->strings["I won!"] = "¡He ganado!"; -$a->strings["Randplace Settings"] = "Configuración de Randplace"; -$a->strings["Enable Randplace Plugin"] = "Activar el módulo de lugar aleatorio Randplace"; -$a->strings["Post to Dreamwidth"] = "Publicar en Dreamwidth"; -$a->strings["Dreamwidth Post Settings"] = "Configuración de las publicaciones en Dreamwidth"; -$a->strings["Enable dreamwidth Post Plugin"] = "Activar el módulo de publicación en Dreamwidth"; -$a->strings["dreamwidth username"] = "Nombre de usuario de Dreamwidth"; -$a->strings["dreamwidth password"] = "Contraseña de Dreamwidth"; -$a->strings["Post to dreamwidth by default"] = "Publicar en Dreamwidth por defecto"; -$a->strings["Remote Permissions Settings"] = ""; -$a->strings["Allow recipients of your private posts to see the other recipients of the posts"] = ""; -$a->strings["Remote Permissions settings updated."] = ""; -$a->strings["Visible to"] = ""; -$a->strings["may only be a partial list"] = ""; -$a->strings["Global"] = ""; -$a->strings["The posts of every user on this server show the post recipients"] = ""; -$a->strings["Individual"] = ""; -$a->strings["Each user chooses whether his/her posts show the post recipients"] = ""; -$a->strings["Startpage Settings"] = "Configuración de página inicial"; -$a->strings["Home page to load after login - leave blank for profile wall"] = "Página por defecto, dejálo en blanco para cargar tu perfil"; -$a->strings["Examples: "network" or "notifications/system""] = "Ejemplos: "red" o "notificaciones/sistema""; -$a->strings["Geonames settings updated."] = "Configuración de Geonames actualizada."; -$a->strings["Geonames Settings"] = "Configuración de Geonames"; -$a->strings["Enable Geonames Plugin"] = "Activar el complemento de nombres geográficos Geonames"; -$a->strings["Your account on %s will expire in a few days."] = "Tu cuenta de %s expirará en pocos días."; -$a->strings["Your Friendica account is about to expire."] = "Tu cuenta de Friendica está a punto de expirar."; -$a->strings["Hi %1\$s,\n\nYour account on %2\$s will expire in less than five days. You may keep your account by logging in at least once every 30 days"] = "Hola %1\$s,\n\nTu cuenta en %2\$s expirará en menos de 5 días. Puedes mantenerla iniciando tu sesión una vez cada 30 días"; -$a->strings["Upload a file"] = "Subir un archivo"; -$a->strings["Drop files here to upload"] = "Arrastra los archivos aquí para subirlos"; -$a->strings["Failed"] = "Falló"; -$a->strings["No files were uploaded."] = "No se han subido archivos aún."; -$a->strings["Uploaded file is empty"] = "El archivo subido está vacío"; -$a->strings["File has an invalid extension, it should be one of "] = "El archivo tiene una extensión no válida, debería ser una de "; -$a->strings["Upload was cancelled, or server error encountered"] = "La subida ha sido cancelada, o se encontró un error del servidor"; -$a->strings["show/hide"] = "mostrar/ocultar"; -$a->strings["No forum subscriptions"] = "Foro sin suscrpciones"; -$a->strings["Forumlist settings updated."] = "Ajustes de lista de foros actualizados."; -$a->strings["Forumlist Settings"] = "Ajustes de lista de foros"; -$a->strings["Randomise forum list"] = ""; -$a->strings["Show forums on profile page"] = ""; -$a->strings["Show forums on network page"] = ""; -$a->strings["Impressum"] = "Términos y Política del sitio"; -$a->strings["Site Owner"] = "Propietario"; -$a->strings["Email Address"] = "Dirección de correo"; -$a->strings["Postal Address"] = "Dirección"; -$a->strings["The impressum addon needs to be configured!
Please add at least the owner variable to your config file. For other variables please refer to the README file of the addon."] = "Impressum necesita ser configurado.
Por favor añade al menos la variable propietario a tu archivo de configuración. Para otras variables lee el archivo README."; -$a->strings["The page operators name."] = "Nombre del operador de la página."; -$a->strings["Site Owners Profile"] = "Perfil del propietario del sitio"; -$a->strings["Profile address of the operator."] = "Dirección del perfil del operador."; -$a->strings["How to contact the operator via snail mail. You can use BBCode here."] = "Cómo contactar con el operador vía correo postal. BBCode permitido."; -$a->strings["Notes"] = "Notas"; -$a->strings["Additional notes that are displayed beneath the contact information. You can use BBCode here."] = "Notas adicionales que se mostrarán bajo la información del contacto. BBCode permitido."; -$a->strings["How to contact the operator via email. (will be displayed obfuscated)"] = "Cómo contactar con el operador vía email (aparecerá oculto)"; -$a->strings["Footer note"] = "Nota a pie"; -$a->strings["Text for the footer. You can use BBCode here."] = "Texto para el Pie de página. BBCode permitido."; -$a->strings["Report Bug"] = "Informe de errores"; -$a->strings["No Timeline settings updated."] = "Configuración Sin Linea Temporal actualizada."; -$a->strings["No Timeline Settings"] = "Configuración Sin Linea Temporal"; -$a->strings["Disable Archive selector on profile wall"] = "Desactivar el selector de archivos en el muro del perfil"; -$a->strings["\"Blockem\" Settings"] = "Configuración de \"Blockem\""; -$a->strings["Comma separated profile URLS to block"] = "Direcciones separadas por coma de los perfiles a bloquear"; -$a->strings["BLOCKEM Settings saved."] = "Configuracion Blockem guardada."; -$a->strings["Blocked %s - Click to open/close"] = "%s bloqueado. Pulsa aquí para mostrar/ocultar"; -$a->strings["Unblock Author"] = "Desbloquear Autor"; -$a->strings["Block Author"] = "Bloquear Autor"; -$a->strings["blockem settings updated"] = "Configuración de Blockem actualizada"; -$a->strings[":-)"] = ":-)"; -$a->strings[":-("] = ":-("; -$a->strings["lol"] = "XD"; -$a->strings["Quick Comment Settings"] = "Configuración de Qcomment"; -$a->strings["Quick comments are found near comment boxes, sometimes hidden. Click them to provide simple replies."] = "Qcomments son comentarios rápidos que se encuentran cerca del cuadro de texto, a veces ocultos. Pulsa en ellos para dar respuestas simples."; -$a->strings["Enter quick comments, one per line"] = "Introduce comentarios rápidos, uno por línea"; -$a->strings["Quick Comment settings saved."] = "Configuración de Qcomment guardada."; -$a->strings["Tile Server URL"] = "Dirección del servidor"; -$a->strings["A list of public tile servers"] = "Un listado de servidores públicos"; -$a->strings["Default zoom"] = "Zoom por defecto"; -$a->strings["The default zoom level. (1:world, 18:highest)"] = "Nivel de zoom predeterminado. (1:mínimo, 18:máximo)"; -$a->strings["Editplain settings updated."] = "Configuración del Editor de texto plano actualizada."; -$a->strings["Group Text"] = "Texto agrupado"; -$a->strings["Use a text only (non-image) group selector in the \"group edit\" menu"] = "Usar selector de grupos solo texto (sin imágenes) en el menú \"editar grupo\""; -$a->strings["Could NOT install Libravatar successfully.
It requires PHP >= 5.3"] = "Libravatar puede no haberse instalado correctamente.
Requiere PHP >=5.3"; -$a->strings["generic profile image"] = "imagen genérica del perfil"; -$a->strings["random geometric pattern"] = "patrón geométrico aleatorio"; -$a->strings["monster face"] = "monstruosa"; -$a->strings["computer generated face"] = "generada por ordenador"; -$a->strings["retro arcade style face"] = "estilo retro arcade"; -$a->strings["Your PHP version %s is lower than the required PHP >= 5.3."] = "Tu versión de PHP %s, menor que la requerida (PHP >=5.3)."; -$a->strings["This addon is not functional on your server."] = "Esta funcionalidad no está activa en tu servidor."; -$a->strings["Information"] = "Información"; -$a->strings["Gravatar addon is installed. Please disable the Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "El complemento Gravatar está instalado. Por favor, desactiva dicho complemento.
El complemento Libravatar usará Gravatar si no encuentra nada en Libravatar."; -$a->strings["Default avatar image"] = "Imagen del avatar por defecto"; -$a->strings["Select default avatar image if none was found. See README"] = "Elige una imagen para tu avatar si no se encuentra ninguna (ver README)"; -$a->strings["Libravatar settings updated."] = "Configuración de Libravatar actualizada."; -$a->strings["Post to libertree"] = "Publicar en Libertree"; -$a->strings["libertree Post Settings"] = "Configuración de la publicación en Libertree"; -$a->strings["Enable Libertree Post Plugin"] = "Activar el módulo de publicación en Libertree"; -$a->strings["Libertree API token"] = "Ficha API de Libertree"; -$a->strings["Libertree site URL"] = "Dirección de Libertree"; -$a->strings["Post to Libertree by default"] = "Publicar en Libertree por defecto"; -$a->strings["Altpager settings updated."] = "Configuración de paginador alternativo actualizada."; -$a->strings["Alternate Pagination Setting"] = "Configuración de paginación alternativa"; -$a->strings["Use links to \"newer\" and \"older\" pages in place of page numbers?"] = "¿Usar \"más nuevo\" y \"más antiguo\" en vez de números en las páginas?"; -$a->strings["The MathJax addon renders mathematical formulae written using the LaTeX syntax surrounded by the usual $$ or an eqnarray block in the postings of your wall,network tab and private mail."] = "El complemento MathJax renderiza las fórmulas matemáticas escritas usando la sintaxis de LaTeX rodeadas por el habitual $ $ o un bloque de eqnarray en las publicaciones de tu muro, pestaña de red y correo privado."; -$a->strings["Use the MathJax renderer"] = "Usar renderizado Mathjax"; -$a->strings["MathJax Base URL"] = "Dirección base de Mathjax"; -$a->strings["The URL for the javascript file that should be included to use MathJax. Can be either the MathJax CDN or another installation of MathJax."] = "La dirección para el archivo javascript debe estar incluida para usar Mathjax. Puede ser Mathjax CDN o cualquier otra instalación de Mathjax."; -$a->strings["Editplain Settings"] = "Configuración del Editor de texto plano"; -$a->strings["Disable richtext status editor"] = "Desactivar el editor de texto enriquecido"; -$a->strings["Libravatar addon is installed, too. Please disable Libravatar addon or this Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "El complemento Libravatar también está instalado. Por favor desactiva este complemento o el complemento de Gravatar.
El complemento Libravatar usará Gravatar si no encuentra nada en Libravatar."; -$a->strings["Select default avatar image if none was found at Gravatar. See README"] = "Selecionar la imagen del avatar por defecto si no se ha encontrado ninguna en Gravatar. Mira el README"; -$a->strings["Rating of images"] = "Valoración de las imágenes"; -$a->strings["Select the appropriate avatar rating for your site. See README"] = "Selecciona el avatar de clasificación apropiado para tu sitio. Ver README"; -$a->strings["Gravatar settings updated."] = "Configuración de Gravatar actualizada."; -$a->strings["Your Friendica test account is about to expire."] = "Tu cuenta de prueba de Friendica está a punto de expirar."; -$a->strings["Hi %1\$s,\n\nYour test account on %2\$s will expire in less than five days. We hope you enjoyed this test drive and use this opportunity to find a permanent Friendica website for your integrated social communications. A list of public sites is available at http://dir.friendica.com/siteinfo - and for more information on setting up your own Friendica server please see the Friendica project website at http://friendica.com."] = "Hola %1\$s,\n\nTu cuenta de prueba en %2\$s expirará en menos de 5 días. Esperamos que hayas disfrutado de la experiencia y te decidas a unirte a la red social de Friendica. Dispones de un listado de servidores disponibles en http://dir.friendica.com/siteinfo Para saber más sobre cómo crear tu propio servidor de Friendica puedes visitar la web del Proyecto Friendica en http://friendica.com."; -$a->strings["\"pageheader\" Settings"] = "Configuración de cabecera"; -$a->strings["pageheader Settings saved."] = "Configuración de cabecera de página guardada."; -$a->strings["Post to Insanejournal"] = "Publicar en Insanejournal"; -$a->strings["InsaneJournal Post Settings"] = "Configuración de publicación en Insanejournal"; -$a->strings["Enable InsaneJournal Post Plugin"] = "Activar el módulo de publicación en Insanejournal"; -$a->strings["InsaneJournal username"] = "Nombre de usuario de Insanejournal"; -$a->strings["InsaneJournal password"] = "Contraseña de Insanejournal"; -$a->strings["Post to InsaneJournal by default"] = "Publicar en Insanejournal por defecto"; -$a->strings["Jappix Mini addon settings"] = "Ajustes de complemento Jappix Mini"; -$a->strings["Activate addon"] = "Activar complemento"; -$a->strings["Do not insert the Jappixmini Chat-Widget into the webinterface"] = "No insertar la aplicación de chat Jappixmini en la interfaz web"; -$a->strings["Jabber username"] = "Nombre de usuario de Jabber"; -$a->strings["Jabber server"] = "Servidor de Jabber"; -$a->strings["Jabber BOSH host"] = "Anfitrión BOSH de Jabber"; -$a->strings["Jabber password"] = "Contraseña de Jabber"; -$a->strings["Encrypt Jabber password with Friendica password (recommended)"] = "Encriptar contraseña de Jabber con la contraseña de Friendica (recomendado)"; -$a->strings["Friendica password"] = "Contraseña de Friendica"; -$a->strings["Approve subscription requests from Friendica contacts automatically"] = "Aprobar peticiones de suscripción de contactos de Friendica automáticamente"; -$a->strings["Subscribe to Friendica contacts automatically"] = "Suscribirse a contactos de Friendica automáticamente"; -$a->strings["Purge internal list of jabber addresses of contacts"] = "Purgar los contactos de la lista interna de direcciones de Jabber"; -$a->strings["Add contact"] = "Añadir contacto"; -$a->strings["View Source"] = "Ver fuente"; -$a->strings["Post to StatusNet"] = "Publicar en StatusNet"; -$a->strings["Please contact your site administrator.
The provided API URL is not valid."] = "Por favor, contacta con el administrador de tu web.
La dirección API suministrada no es válida."; -$a->strings["We could not contact the StatusNet API with the Path you entered."] = "No podemos contantar con StatusNet en la ruta que has especificado."; -$a->strings["StatusNet settings updated."] = "Actualición de la configuración de StatusNet."; -$a->strings["StatusNet Posting Settings"] = "Configuración de envío a StatusNet"; -$a->strings["Globally Available StatusNet OAuthKeys"] = "StatusNet OAuthKeys disponibles para todos"; -$a->strings["There are preconfigured OAuth key pairs for some StatusNet servers available. If you are useing one of them, please use these credentials. If not feel free to connect to any other StatusNet instance (see below)."] = "Existen pares de valores OAuthKey preconfigurados para algunos servidores. Si usas uno de ellos, por favor usa estas credenciales. De los contrario no dudes en conectar con cualquiera otra instancia de StatusNet (ver a continuación)."; -$a->strings["Provide your own OAuth Credentials"] = "Proporciona tus propias credenciales OAuth"; -$a->strings["No consumer key pair for StatusNet found. Register your Friendica Account as an desktop client on your StatusNet account, copy the consumer key pair here and enter the API base root.
Before you register your own OAuth key pair ask the administrator if there is already a key pair for this Friendica installation at your favorited StatusNet installation."] = "No se ha encontrado ningún par de claves consumer para StatusNet. Registra tu cuenta de Friendica como un cliente de escritorio en tu cuenta de StatusNet, copia el par de claves consumer aquí e introduce la dirección de la API.
Antes de registrar tu propio par de claves OAuth pregunta a tu administrador si ya existe un par de claves para esa instalación de Friendica en tu instalación StatusNet favorita."; -$a->strings["OAuth Consumer Key"] = "Clave OAuth del usuario"; -$a->strings["OAuth Consumer Secret"] = "Secreto OAuth del usuario"; -$a->strings["Base API Path (remember the trailing /)"] = "Dirección de la API (recordar el / al final)"; -$a->strings["To connect to your StatusNet account click the button below to get a security code from StatusNet which you have to copy into the input box below and submit the form. Only your public posts will be posted to StatusNet."] = "Para conectarte a tu cuenta de StatusNet haz clic en el botón abajo para obtener un PIN de StatusNet, que tienes que copiar en el cuadro de entrada y enviar el formulario. Solo tus publicaciones públicas se publicarán en StatusNet."; -$a->strings["Log in with StatusNet"] = "Inicia sesión en StatusNet"; -$a->strings["Copy the security code from StatusNet here"] = "Copia el código de seguridad de StatusNet aquí"; -$a->strings["Cancel Connection Process"] = "Cancelar la conexión en proceso"; -$a->strings["Current StatusNet API is"] = "El estado actual de la API de StatusNet es"; -$a->strings["Cancel StatusNet Connection"] = "Cancelar conexión con StatusNet"; -$a->strings["Currently connected to: "] = "Actualmente conectado a:"; -$a->strings["If enabled all your public postings can be posted to the associated StatusNet account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "Si lo habilitas todas tus publicaciones
públicas
podrán ser publicadas en la cuenta asociada de StatusNet. Pudes elegir hacerlo por defecto (aquí) o para cada publicación individualmente en las opciones de publicacion cuando las escribes."; -$a->strings["Note: Due your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to StatusNet will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "Nota: Debido a tus opciones de privacidad (¿Ocultar los detalles de tu perfil de espectadores desconocidos?) el vínculo potencialmente incluido en publicaciones públicas que se transmiten a StatusNet conducirá al visitante a una página en blanco que informa a los visitantes que el acceso a tu perfil es restringido."; -$a->strings["Allow posting to StatusNet"] = "Permitir publicaciones en StatusNet"; -$a->strings["Send public postings to StatusNet by default"] = "Enviar publicaciones públicas a StatusNet por defecto"; -$a->strings["Send linked #-tags and @-names to StatusNet"] = "Enviar a StatusNet las #-etiquetas y @-nombres"; -$a->strings["Clear OAuth configuration"] = "Borrar la configuración de OAuth"; -$a->strings["API URL"] = "Dirección de la API"; -$a->strings["Infinite Improbability Drive"] = "Unidad de improbabilidad infinita"; -$a->strings["Post to Tumblr"] = "Publicar en Tumblr"; -$a->strings["Tumblr Post Settings"] = "Configuración de publicación en Tumblr"; -$a->strings["Enable Tumblr Post Plugin"] = "Habilitar el módulo de publicación en Tumblr"; -$a->strings["Tumblr login"] = "Tumblr - inicio de sesión"; -$a->strings["Tumblr password"] = "Tumblr - contraseña"; -$a->strings["Post to Tumblr by default"] = "Publicar en Tumblr por defecto"; -$a->strings["Numfriends settings updated."] = "Configuración del Contador de contactos actualizada"; -$a->strings["Numfriends Settings"] = "Configuración del Contador de contactos"; -$a->strings["How many contacts to display on profile sidebar"] = "¿Cuántos contactos quieres mostrar en la barra lateral de tu perfil?"; -$a->strings["Gnot settings updated."] = "Configuración de Gnot actualizada."; -$a->strings["Gnot Settings"] = "Configuración de Gnot"; -$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Permitir el enhebrado en las notificaciones de comentarios de correo en Gmail y hacer anónima la línea de \"Asunto\"."; -$a->strings["Enable this plugin/addon?"] = "¿Activar este módulo/extensión?"; -$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica:Notificación] Comentario en la conversación de #%d"; -$a->strings["Post to Wordpress"] = "Publicar en Wordpress"; -$a->strings["WordPress Post Settings"] = "Configuración de publicación en Wordpres"; -$a->strings["Enable WordPress Post Plugin"] = "Habilitar el módulo de publicación en Wordpress"; -$a->strings["WordPress username"] = "WordPress - nombre de usuario"; -$a->strings["WordPress password"] = "WordPress - contraseña"; -$a->strings["WordPress API URL"] = "WordPress - dirección API"; -$a->strings["Post to WordPress by default"] = "Publicar a WordPress por defecto"; -$a->strings["Provide a backlink to the Friendica post"] = "Añade un enlace de vuelta a la publicación de Friendica"; -$a->strings["Post from Friendica"] = "Publicado desde Friendica"; -$a->strings["Read the original post and comment stream on Friendica"] = "Leer la publicación original y los comentarios en Friendica"; -$a->strings["\"Show more\" Settings"] = "Configuración de \"Muéstrame más\""; -$a->strings["Enable Show More"] = "Activar Muéstrame más"; -$a->strings["Cutting posts after how much characters"] = "Cortar las publicaciones después de cuántos caracteres"; -$a->strings["Show More Settings saved."] = "Configuración de Muéstrame más guardada."; -$a->strings["This website is tracked using the Piwik analytics tool."] = "Este sitio realiza un seguimiento mediante la herramienta de análisis Piwik."; -$a->strings["If you do not want that your visits are logged this way you can set a cookie to prevent Piwik from tracking further visits of the site (opt-out)."] = "Si no quieres que tus visitas sean registradas de esta manera puedes establecer una cookie para evitar que Piwik realice un seguimiento de las visitas del sitio (opt-out)."; -$a->strings["Piwik Base URL"] = "Dirección base Piwik"; -$a->strings["Absolute path to your Piwik installation. (without protocol (http/s), with trailing slash)"] = "Ruta absoluta a tu instalación de Piwik (sin el protocolo (http/s) pero con la barra)."; -$a->strings["Site ID"] = "ID del sitio"; -$a->strings["Show opt-out cookie link?"] = "¿Mostrar enlace a las cookies?"; -$a->strings["Asynchronous tracking"] = "Seguimiento asíncrono"; -$a->strings["Post to Twitter"] = "Publicar en Twitter"; -$a->strings["Twitter settings updated."] = "Actualización de la configuración de Twitter"; -$a->strings["Twitter Posting Settings"] = "Configuración de publicaciones en Twitter"; -$a->strings["No consumer key pair for Twitter found. Please contact your site administrator."] = "No se ha encontrado ningún par de claves para Twitter. Póngase en contacto con el administrador del sitio."; -$a->strings["At this Friendica instance the Twitter plugin was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your public posts will be posted to Twitter."] = "En esta instalación de Friendica el módulo de Twitter está activo pero aún no has conectado tu cuenta con la de Twitter. Para hacerlo, pulsa en el siguiente botón para obtener un PIN de Twitter, que deberás introducir en la casilla de abajo y enviar el formulario. Unicamente el contenido público que publiques será publicado en Twitter."; -$a->strings["Log in with Twitter"] = "Acceder con Twitter"; -$a->strings["Copy the PIN from Twitter here"] = "Copia el PIN de Twitter aquí"; -$a->strings["If enabled all your public postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "Si lo habilitas todas tus publicaciones públicas serán publicadas en la cuenta de Twitter asociada. Puedes elegir hacerlo por defecto (aquí) o individualmente para cada publicación usando las opciones cuando escribas."; -$a->strings["Note: Due your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "Nota: Debido a tus opciones de privacidad (¿Ocultar los detalles de tu perfil de espectadores desconocidos?) el vínculo potencialmente incluido en publicaciones públicas que se transmiten a Twitter conducirá al visitante a una página en blanco que informa a los visitantes que el acceso a tu perfil es restringido."; -$a->strings["Allow posting to Twitter"] = "Permitir publicar en Twitter"; -$a->strings["Send public postings to Twitter by default"] = "Enviar publicaciones públicas a Twitter por defecto"; -$a->strings["Send linked #-tags and @-names to Twitter"] = "Enviar a Twitter las #-etiquetas y @-nombres"; -$a->strings["Consumer key"] = "Clave del usuario"; -$a->strings["Consumer secret"] = "Secreto del usuario"; -$a->strings["IRC Settings"] = "Configuración IRC"; -$a->strings["Channel(s) to auto connect (comma separated)"] = "Conectar automáticamente a (canales separados por coma)"; -$a->strings["Popular Channels (comma separated)"] = "Canales populares (separados por coma)"; -$a->strings["IRC settings saved."] = "Configuración de IRC guardada."; -$a->strings["IRC Chatroom"] = "Sala de Chat IRC"; -$a->strings["Popular Channels"] = "Canales populares"; -$a->strings["Fromapp settings updated."] = ""; -$a->strings["FromApp Settings"] = ""; -$a->strings["The application name you would like to show your posts originating from."] = ""; -$a->strings["Use this application name even if another application was used."] = ""; -$a->strings["Post to blogger"] = "Publícar en Blogger"; -$a->strings["Blogger Post Settings"] = "Configuración de las publicaciones en Blogger"; -$a->strings["Enable Blogger Post Plugin"] = "Activar el módulo de publicación en Blogger"; -$a->strings["Blogger username"] = "Nombre de usuario de Blogger"; -$a->strings["Blogger password"] = "Contraseña de Blogger"; -$a->strings["Blogger API URL"] = "Dirección de la API de Blogger"; -$a->strings["Post to Blogger by default"] = "Publicar en Blogger por defecto"; -$a->strings["Post to Posterous"] = "Publicar en Posterous"; -$a->strings["Posterous Post Settings"] = "Configuración de las publicaciones en Posterous"; -$a->strings["Enable Posterous Post Plugin"] = "Activar el módulo de publicación en Posterous"; -$a->strings["Posterous login"] = "Entrar en Posterous"; -$a->strings["Posterous password"] = "Contraseña de Posterous"; -$a->strings["Posterous site ID"] = "ID de Posterous"; -$a->strings["Posterous API token"] = "API de Posterous"; -$a->strings["Post to Posterous by default"] = "Publicar en Posterous por defecto"; -$a->strings["Theme settings"] = "Configuración del Tema"; -$a->strings["Set resize level for images in posts and comments (width and height)"] = "Configurar el tamaño de las imágenes en las publicaciones"; -$a->strings["Set font-size for posts and comments"] = "Tamaño del texto para publicaciones y comentarios"; -$a->strings["Set theme width"] = "Establecer el ancho para el tema"; -$a->strings["Color scheme"] = "Esquema de color"; -$a->strings["Your posts and conversations"] = "Tus publicaciones y conversaciones"; -$a->strings["Your profile page"] = "Tu página de perfil"; -$a->strings["Your contacts"] = "Tus contactos"; -$a->strings["Your photos"] = "Tus fotos"; -$a->strings["Your events"] = "Tus eventos"; -$a->strings["Personal notes"] = "Notas personales"; -$a->strings["Your personal photos"] = "Tus fotos personales"; -$a->strings["Community Pages"] = "Páginas de Comunidad"; -$a->strings["Community Profiles"] = "Perfiles de la Comunidad"; -$a->strings["Last users"] = "Últimos usuarios"; -$a->strings["Last likes"] = "Últimos \"me gusta\""; -$a->strings["Last photos"] = "Últimas fotos"; -$a->strings["Find Friends"] = "Buscar amigos"; -$a->strings["Local Directory"] = "Directorio local"; -$a->strings["Similar Interests"] = "Intereses similares"; -$a->strings["Invite Friends"] = "Invitar amigos"; -$a->strings["Earth Layers"] = "Minimapa"; -$a->strings["Set zoomfactor for Earth Layers"] = "Configurar zoom en Minimapa"; -$a->strings["Set longitude (X) for Earth Layers"] = "Configurar longitud (X) en Minimapa"; -$a->strings["Set latitude (Y) for Earth Layers"] = "Configurar latitud (Y) en Minimapa"; -$a->strings["Help or @NewHere ?"] = "¿Ayuda o @NuevoAquí?"; -$a->strings["Connect Services"] = "Servicios conectados"; -$a->strings["Last Tweets"] = "Últimos tweets"; -$a->strings["Set twitter search term"] = "Establecer término de búsqueda en Twitter"; -$a->strings["don't show"] = "no mostrar"; -$a->strings["show"] = "mostrar"; -$a->strings["Show/hide boxes at right-hand column:"] = "Mostrar/Ocultar casillas en la columna derecha:"; -$a->strings["Set line-height for posts and comments"] = "Altura para las publicaciones y comentarios"; -$a->strings["Set resolution for middle column"] = "Resolución para la columna central"; -$a->strings["Set color scheme"] = "Configurar esquema de color"; -$a->strings["Set zoomfactor for Earth Layer"] = "Establecer zoom para Minimapa"; -$a->strings["Last tweets"] = "Últimos tweets"; -$a->strings["Alignment"] = "Alineación"; -$a->strings["Left"] = "Izquierda"; -$a->strings["Center"] = "Centrado"; -$a->strings["Posts font size"] = ""; -$a->strings["Textareas font size"] = ""; -$a->strings["Set colour scheme"] = "Configurar esquema de color"; -$a->strings["j F, Y"] = "j F, Y"; -$a->strings["j F"] = "j F"; -$a->strings["Birthday:"] = "Fecha de nacimiento:"; -$a->strings["Age:"] = "Edad:"; -$a->strings["for %1\$d %2\$s"] = "por %1\$d %2\$s"; -$a->strings["Tags:"] = "Etiquetas:"; -$a->strings["Religion:"] = "Religión:"; -$a->strings["Hobbies/Interests:"] = "Aficiones/Intereses:"; -$a->strings["Contact information and Social Networks:"] = "Información de contacto y Redes sociales:"; -$a->strings["Musical interests:"] = "Intereses musicales:"; -$a->strings["Books, literature:"] = "Libros, literatura:"; -$a->strings["Television:"] = "Televisión:"; -$a->strings["Film/dance/culture/entertainment:"] = "Películas/baile/cultura/entretenimiento:"; -$a->strings["Love/Romance:"] = "Amor/Romance:"; -$a->strings["Work/employment:"] = "Trabajo/ocupación:"; -$a->strings["School/education:"] = "Escuela/estudios:"; -$a->strings["Unknown | Not categorised"] = "Desconocido | No clasificado"; -$a->strings["Block immediately"] = "Bloquear inmediatamente"; -$a->strings["Shady, spammer, self-marketer"] = "Sospechoso, spammer, auto-publicidad"; -$a->strings["Known to me, but no opinion"] = "Le conozco, sin opinión"; -$a->strings["OK, probably harmless"] = "OK, probablemente inofensivo"; -$a->strings["Reputable, has my trust"] = "Buena reputación, tiene mi confianza"; -$a->strings["Frequently"] = "Frequentemente"; -$a->strings["Hourly"] = "Cada hora"; -$a->strings["Twice daily"] = "Dos veces al día"; -$a->strings["OStatus"] = "OStatus"; -$a->strings["RSS/Atom"] = "RSS/Atom"; -$a->strings["Zot!"] = "Zot!"; -$a->strings["LinkedIn"] = "LinkedIn"; -$a->strings["XMPP/IM"] = "XMPP/IM"; -$a->strings["MySpace"] = "MySpace"; -$a->strings["Male"] = "Hombre"; -$a->strings["Female"] = "Mujer"; -$a->strings["Currently Male"] = "Actualmente Hombre"; -$a->strings["Currently Female"] = "Actualmente Mujer"; -$a->strings["Mostly Male"] = "Mayormente Hombre"; -$a->strings["Mostly Female"] = "Mayormente Mujer"; -$a->strings["Transgender"] = "Transgenérico"; -$a->strings["Intersex"] = "Bisexual"; -$a->strings["Transsexual"] = "Transexual"; -$a->strings["Hermaphrodite"] = "Hermafrodita"; -$a->strings["Neuter"] = "Neutro"; -$a->strings["Non-specific"] = "Sin especificar"; -$a->strings["Other"] = "Otro"; -$a->strings["Undecided"] = "Indeciso"; -$a->strings["Males"] = "Hombres"; -$a->strings["Females"] = "Mujeres"; -$a->strings["Gay"] = "Gay"; -$a->strings["Lesbian"] = "Lesbiana"; -$a->strings["No Preference"] = "Sin preferencias"; -$a->strings["Bisexual"] = "Bisexual"; -$a->strings["Autosexual"] = "Autosexual"; -$a->strings["Abstinent"] = "Célibe"; -$a->strings["Virgin"] = "Virgen"; -$a->strings["Deviant"] = "Desviado"; -$a->strings["Fetish"] = "Fetichista"; -$a->strings["Oodles"] = "Orgiástico"; -$a->strings["Nonsexual"] = "Asexual"; -$a->strings["Single"] = "Soltero"; -$a->strings["Lonely"] = "Solitario"; -$a->strings["Available"] = "Disponible"; -$a->strings["Unavailable"] = "No disponible"; -$a->strings["Has crush"] = "Enamorado"; -$a->strings["Infatuated"] = "Loco/a por alguien"; -$a->strings["Dating"] = "De citas"; -$a->strings["Unfaithful"] = "Infiel"; -$a->strings["Sex Addict"] = "Adicto al sexo"; -$a->strings["Friends"] = "Amigos"; -$a->strings["Friends/Benefits"] = "Amigos con beneficios"; -$a->strings["Casual"] = "Casual"; -$a->strings["Engaged"] = "Comprometido/a"; -$a->strings["Married"] = "Casado/a"; -$a->strings["Imaginarily married"] = "Casado imaginario"; -$a->strings["Partners"] = "Socios"; -$a->strings["Cohabiting"] = "Cohabitando"; -$a->strings["Common law"] = "Pareja de hecho"; -$a->strings["Happy"] = "Feliz"; -$a->strings["Not looking"] = "No busca relación"; -$a->strings["Swinger"] = "Swinger"; -$a->strings["Betrayed"] = "Traicionado/a"; -$a->strings["Separated"] = "Separado/a"; -$a->strings["Unstable"] = "Inestable"; -$a->strings["Divorced"] = "Divorciado/a"; -$a->strings["Imaginarily divorced"] = "Divorciado imaginario"; -$a->strings["Widowed"] = "Viudo/a"; -$a->strings["Uncertain"] = "Incierto"; -$a->strings["It's complicated"] = "Es complicado"; -$a->strings["Don't care"] = "No te importa"; -$a->strings["Ask me"] = "Pregúntame"; +$a->strings["Find People"] = "Buscar personas"; +$a->strings["Enter name or interest"] = "Introduzce nombre o intereses"; +$a->strings["Connect/Follow"] = "Conectar/Seguir"; +$a->strings["Examples: Robert Morgenstein, Fishing"] = "Ejemplos: Robert Morgenstein, Pesca"; +$a->strings["Random Profile"] = "Perfil aleatorio"; +$a->strings["Networks"] = "Redes"; +$a->strings["All Networks"] = "Todas las redes"; +$a->strings["Saved Folders"] = "Directorios guardados"; +$a->strings["Everything"] = "Todo"; +$a->strings["Categories"] = "Categorías"; +$a->strings["Click here to upgrade."] = "Pulsa aquí para actualizar."; +$a->strings["This action exceeds the limits set by your subscription plan."] = "Esta acción excede los límites permitidos por tu subscripción."; +$a->strings["This action is not available under your subscription plan."] = "Esta acción no está permitida para tu subscripción."; +$a->strings["User not found."] = ""; +$a->strings["There is no status with this id."] = ""; +$a->strings["view full size"] = "Ver a tamaño completo"; $a->strings["Starts:"] = "Inicio:"; $a->strings["Finishes:"] = "Final:"; $a->strings["(no subject)"] = "(sin asunto)"; -$a->strings[" on Last.fm"] = "en Last.fm"; +$a->strings["noreply"] = "no responder"; +$a->strings["An invitation is required."] = "Se necesita invitación."; +$a->strings["Invitation could not be verified."] = "No se puede verificar la invitación."; +$a->strings["Invalid OpenID url"] = "Dirección OpenID no válida"; +$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Se ha encontrado un problema para acceder con el OpenID que has escrito. Verifica que lo hayas escrito correctamente."; +$a->strings["The error message was:"] = "El mensaje del error fue:"; +$a->strings["Please enter the required information."] = "Por favor, introduce la información necesaria."; +$a->strings["Please use a shorter name."] = "Por favor, usa un nombre más corto."; +$a->strings["Name too short."] = "El nombre es demasiado corto."; +$a->strings["That doesn't appear to be your full (First Last) name."] = "No parece que ese sea tu nombre completo."; +$a->strings["Your email domain is not among those allowed on this site."] = "Tu dominio de correo no se encuentra entre los permitidos en este sitio."; +$a->strings["Not a valid email address."] = "No es una dirección de correo electrónico válida."; +$a->strings["Cannot use that email."] = "No se puede utilizar este correo electrónico."; +$a->strings["Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and must also begin with a letter."] = "Tu \"apodo\" solo puede contener \"a-z\", \"0-9\", \"-\", y \"_\" y debe empezar por una letra."; +$a->strings["Nickname is already registered. Please choose another."] = "Apodo ya registrado. Por favor, elije otro."; +$a->strings["Nickname was once registered here and may not be re-used. Please choose another."] = "El apodo ya ha sido registrado alguna vez y no puede volver a usarse. Por favor, utiliza otro."; +$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "ERROR GRAVE: La generación de claves de seguridad ha fallado."; +$a->strings["An error occurred during registration. Please try again."] = "Se produjo un error durante el registro. Por favor, inténtalo de nuevo."; +$a->strings["An error occurred creating your default profile. Please try again."] = "Error al crear tu perfil predeterminado. Por favor, inténtalo de nuevo."; +$a->strings["Friends"] = "Amigos"; +$a->strings["%1\$s poked %2\$s"] = "%1\$s le dio un toque a %2\$s"; +$a->strings["poked"] = "tocó a"; +$a->strings["post/item"] = "publicación/tema"; +$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "%1\$s ha marcado %3\$s de %2\$s como Favorito"; +$a->strings["remove"] = "eliminar"; +$a->strings["Delete Selected Items"] = "Eliminar el elemento seleccionado"; +$a->strings["Follow Thread"] = ""; +$a->strings["View Status"] = "Ver estado"; +$a->strings["View Profile"] = "Ver perfil"; +$a->strings["View Photos"] = "Ver fotos"; +$a->strings["Network Posts"] = "Publicaciones en la red"; +$a->strings["Edit Contact"] = "Editar contacto"; +$a->strings["Send PM"] = "Enviar mensaje privado"; +$a->strings["Poke"] = "Toque"; +$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["%2\$d people like this"] = ""; +$a->strings["%2\$d people don't like this"] = ""; +$a->strings["and"] = "y"; +$a->strings[", and %d other people"] = " y a otras %d personas"; +$a->strings["%s like this."] = "Le gusta a %s."; +$a->strings["%s don't like this."] = "No le gusta a %s."; +$a->strings["Visible to everybody"] = "Visible para cualquiera"; +$a->strings["Please enter a video link/URL:"] = "Por favor, introduce la URL/enlace del vídeo:"; +$a->strings["Please enter an audio link/URL:"] = "Por favor, introduce la URL/enlace del audio:"; +$a->strings["Tag term:"] = "Etiquetar:"; +$a->strings["Where are you right now?"] = "¿Dónde estás ahora?"; +$a->strings["Delete item(s)?"] = ""; +$a->strings["Post to Email"] = "Publicar mediante correo electrónico"; +$a->strings["permissions"] = "permisos"; +$a->strings["Post to Groups"] = ""; +$a->strings["Post to Contacts"] = ""; +$a->strings["Private post"] = ""; +$a->strings["Logged out."] = "Sesión finalizada"; +$a->strings["Error decoding account file"] = ""; +$a->strings["Error! No version data in file! This is not a Friendica account file?"] = ""; +$a->strings["Error! Cannot check nickname"] = ""; +$a->strings["User '%s' already exists on this server!"] = ""; +$a->strings["User creation error"] = ""; +$a->strings["User profile creation error"] = ""; +$a->strings["%d contact not imported"] = array( + 0 => "", + 1 => "", +); +$a->strings["Done. You can now login with your username and password"] = ""; +$a->strings["newer"] = "más nuevo"; +$a->strings["older"] = "más antiguo"; $a->strings["prev"] = "ant."; $a->strings["first"] = "primera"; $a->strings["last"] = "última"; $a->strings["next"] = "sig."; -$a->strings["newer"] = "más nuevo"; -$a->strings["older"] = "más antiguo"; $a->strings["No contacts"] = "Sin contactos"; $a->strings["%d Contact"] = array( 0 => "%d Contacto", 1 => "%d Contactos", ); $a->strings["poke"] = "tocar"; -$a->strings["poked"] = "tocó a"; $a->strings["ping"] = "hacer \"ping\""; $a->strings["pinged"] = "hizo \"ping\" a"; $a->strings["prod"] = "empujar"; @@ -1771,6 +1411,13 @@ $a->strings["frustrated"] = "frustrado"; $a->strings["motivated"] = "motivado"; $a->strings["relaxed"] = "relajado"; $a->strings["surprised"] = "sorprendido"; +$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["Sunday"] = "Domingo"; $a->strings["January"] = "Enero"; $a->strings["February"] = "Febrero"; $a->strings["March"] = "Marzo"; @@ -1785,93 +1432,10 @@ $a->strings["November"] = "Noviembre"; $a->strings["December"] = "Diciembre"; $a->strings["bytes"] = "bytes"; $a->strings["Click to open/close"] = "Pulsa para abrir/cerrar"; -$a->strings["default"] = "predeterminado"; $a->strings["Select an alternate language"] = "Elige otro idioma"; $a->strings["activity"] = "Actividad"; $a->strings["post"] = "Publicación"; $a->strings["Item filed"] = "Elemento archivado"; -$a->strings["Sharing notification from Diaspora network"] = "Compartir notificaciones con la red Diaspora*"; -$a->strings["Attachments:"] = "Archivos adjuntos:"; -$a->strings["view full size"] = "Ver a tamaño completo"; -$a->strings["Embedded content"] = "Contenido integrado"; -$a->strings["Embedding disabled"] = "Contenido incrustrado desabilitado"; -$a->strings["A deleted group with this name was revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Un grupo eliminado con este nombre fue restablecido. Los permisos existentes pueden aplicarse a este grupo y a sus futuros miembros. Si esto no es lo que pretendes, por favor, crea otro grupo con un nombre diferente."; -$a->strings["Default privacy group for new contacts"] = "Grupo por defecto para nuevos contactos"; -$a->strings["Everybody"] = "Todo el mundo"; -$a->strings["edit"] = "editar"; -$a->strings["Edit group"] = "Editar grupo"; -$a->strings["Create a new group"] = "Crear un nuevo grupo"; -$a->strings["Contacts not in any group"] = "Contactos sin grupo"; -$a->strings["Logout"] = "Salir"; -$a->strings["End this session"] = "Cerrar la sesión"; -$a->strings["Status"] = "Estado"; -$a->strings["Sign in"] = "Date de alta"; -$a->strings["Home Page"] = "Página de inicio"; -$a->strings["Create an account"] = "Crea una cuenta"; -$a->strings["Help and documentation"] = "Ayuda y documentación"; -$a->strings["Apps"] = "Aplicaciones"; -$a->strings["Addon applications, utilities, games"] = "Aplicaciones, utilidades, juegos"; -$a->strings["Search site content"] = " Busca contenido en la página"; -$a->strings["Conversations on this site"] = "Conversaciones en este sitio"; -$a->strings["Directory"] = "Directorio"; -$a->strings["People directory"] = "Directorio de usuarios"; -$a->strings["Conversations from your friends"] = "Conversaciones de tus amigos"; -$a->strings["Friend Requests"] = "Solicitudes de amistad"; -$a->strings["See all notifications"] = "Ver todas las notificaciones"; -$a->strings["Mark all system notifications seen"] = "Marcar todas las notificaciones del sistema como leídas"; -$a->strings["Private mail"] = "Correo privado"; -$a->strings["Inbox"] = "Entrada"; -$a->strings["Outbox"] = "Enviados"; -$a->strings["Manage"] = "Administrar"; -$a->strings["Manage other pages"] = "Administrar otras páginas"; -$a->strings["Profiles"] = "Perfiles"; -$a->strings["Manage/edit profiles"] = "Administrar/editar perfiles"; -$a->strings["Manage/edit friends and contacts"] = "Administrar/editar amigos y contactos"; -$a->strings["Site setup and configuration"] = "Opciones y configuración del sitio"; -$a->strings["Nothing new here"] = "Nada nuevo por aquí"; -$a->strings["Add New Contact"] = "Añadir nuevo contacto"; -$a->strings["Enter address or web location"] = "Escribe la dirección o página web"; -$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Ejemplo: miguel@ejemplo.com, http://ejemplo.com/miguel"; -$a->strings["%d invitation available"] = array( - 0 => "%d invitación disponible", - 1 => "%d invitaviones disponibles", -); -$a->strings["Find People"] = "Buscar personas"; -$a->strings["Enter name or interest"] = "Introduzce nombre o intereses"; -$a->strings["Connect/Follow"] = "Conectar/Seguir"; -$a->strings["Examples: Robert Morgenstein, Fishing"] = "Ejemplos: Robert Morgenstein, Pesca"; -$a->strings["Random Profile"] = "Perfil aleatorio"; -$a->strings["Networks"] = "Redes"; -$a->strings["All Networks"] = "Todas las redes"; -$a->strings["Saved Folders"] = "Directorios guardados"; -$a->strings["Everything"] = "Todo"; -$a->strings["Categories"] = "Categorías"; -$a->strings["Logged out."] = "Sesión finalizada"; -$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Se ha encontrado un problema para acceder con el OpenID que has escrito. Verifica que lo hayas escrito correctamente."; -$a->strings["The error message was:"] = "El mensaje del error fue:"; -$a->strings["Miscellaneous"] = "Varios"; -$a->strings["year"] = "año"; -$a->strings["month"] = "mes"; -$a->strings["day"] = "día"; -$a->strings["never"] = "nunca"; -$a->strings["less than a second ago"] = "hace menos de un segundo"; -$a->strings["week"] = "semana"; -$a->strings["hour"] = "hora"; -$a->strings["hours"] = "horas"; -$a->strings["minute"] = "minuto"; -$a->strings["minutes"] = "minutos"; -$a->strings["second"] = "segundo"; -$a->strings["seconds"] = "segundos"; -$a->strings["%1\$d %2\$s ago"] = "hace %1\$d %2\$s"; -$a->strings["%s's birthday"] = "Cumpleaños de %s"; -$a->strings["Happy Birthday %s"] = "Feliz cumpleaños %s"; -$a->strings["From: "] = "De: "; -$a->strings["Image/photo"] = "Imagen/Foto"; -$a->strings["$1 wrote:"] = "$1 escribió:"; -$a->strings["Encrypted content"] = "Contenido cifrado"; -$a->strings["Cannot locate DNS info for database server '%s'"] = "No se puede encontrar información DNS para la base de datos del servidor '%s'"; -$a->strings["[no subject]"] = "[sin asunto]"; -$a->strings["Visible to everybody"] = "Visible para cualquiera"; $a->strings["Friendica Notification"] = "Notificación de Friendica"; $a->strings["Thank You,"] = "Gracias,"; $a->strings["%s Administrator"] = "%s Administrador"; @@ -1910,6 +1474,14 @@ $a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from $a->strings["Name:"] = "Nombre: "; $a->strings["Photo:"] = "Foto: "; $a->strings["Please visit %s to approve or reject the suggestion."] = "Visita %s para aceptar o rechazar la sugerencia por favor."; +$a->strings[" on Last.fm"] = "en Last.fm"; +$a->strings["A deleted group with this name was revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Un grupo eliminado con este nombre fue restablecido. Los permisos existentes pueden aplicarse a este grupo y a sus futuros miembros. Si esto no es lo que pretendes, por favor, crea otro grupo con un nombre diferente."; +$a->strings["Default privacy group for new contacts"] = "Grupo por defecto para nuevos contactos"; +$a->strings["Everybody"] = "Todo el mundo"; +$a->strings["edit"] = "editar"; +$a->strings["Edit group"] = "Editar grupo"; +$a->strings["Create a new group"] = "Crear un nuevo grupo"; +$a->strings["Contacts not in any group"] = "Contactos sin grupo"; $a->strings["Connect URL missing."] = "Falta el conector URL."; $a->strings["This site is not configured to allow communications with other networks."] = "Este sitio no está configurado para permitir la comunicación con otras redes."; $a->strings["No compatible communication protocols or feeds were discovered."] = "No se ha descubierto protocolos de comunicación o fuentes compatibles."; @@ -1922,98 +1494,199 @@ $a->strings["The profile address specified belongs to a network which has been d $a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Perfil limitado. Esta persona no podrá recibir notificaciones directas/personales tuyas."; $a->strings["Unable to retrieve contact information."] = "No ha sido posible recibir la información del contacto."; $a->strings["following"] = "siguiendo"; +$a->strings["[no subject]"] = "[sin asunto]"; +$a->strings["End this session"] = "Cerrar la sesión"; +$a->strings["Sign in"] = "Date de alta"; +$a->strings["Home Page"] = "Página de inicio"; +$a->strings["Create an account"] = "Crea una cuenta"; +$a->strings["Help and documentation"] = "Ayuda y documentación"; +$a->strings["Apps"] = "Aplicaciones"; +$a->strings["Addon applications, utilities, games"] = "Aplicaciones, utilidades, juegos"; +$a->strings["Search site content"] = " Busca contenido en la página"; +$a->strings["Conversations on this site"] = "Conversaciones en este sitio"; +$a->strings["Directory"] = "Directorio"; +$a->strings["People directory"] = "Directorio de usuarios"; +$a->strings["Conversations from your friends"] = "Conversaciones de tus amigos"; +$a->strings["Network Reset"] = ""; +$a->strings["Load Network page with no filters"] = ""; +$a->strings["Friend Requests"] = "Solicitudes de amistad"; +$a->strings["See all notifications"] = "Ver todas las notificaciones"; +$a->strings["Mark all system notifications seen"] = "Marcar todas las notificaciones del sistema como leídas"; +$a->strings["Private mail"] = "Correo privado"; +$a->strings["Inbox"] = "Entrada"; +$a->strings["Outbox"] = "Enviados"; +$a->strings["Manage"] = "Administrar"; +$a->strings["Manage other pages"] = "Administrar otras páginas"; +$a->strings["Delegations"] = ""; +$a->strings["Manage/Edit Profiles"] = ""; +$a->strings["Manage/edit friends and contacts"] = "Administrar/editar amigos y contactos"; +$a->strings["Site setup and configuration"] = "Opciones y configuración del sitio"; +$a->strings["Navigation"] = ""; +$a->strings["Site map"] = ""; +$a->strings["j F, Y"] = "j F, Y"; +$a->strings["j F"] = "j F"; +$a->strings["Birthday:"] = "Fecha de nacimiento:"; +$a->strings["Age:"] = "Edad:"; +$a->strings["for %1\$d %2\$s"] = "por %1\$d %2\$s"; +$a->strings["Tags:"] = "Etiquetas:"; +$a->strings["Religion:"] = "Religión:"; +$a->strings["Hobbies/Interests:"] = "Aficiones/Intereses:"; +$a->strings["Contact information and Social Networks:"] = "Información de contacto y Redes sociales:"; +$a->strings["Musical interests:"] = "Intereses musicales:"; +$a->strings["Books, literature:"] = "Libros, literatura:"; +$a->strings["Television:"] = "Televisión:"; +$a->strings["Film/dance/culture/entertainment:"] = "Películas/baile/cultura/entretenimiento:"; +$a->strings["Love/Romance:"] = "Amor/Romance:"; +$a->strings["Work/employment:"] = "Trabajo/ocupación:"; +$a->strings["School/education:"] = "Escuela/estudios:"; +$a->strings["Image/photo"] = "Imagen/Foto"; +$a->strings["%s wrote the following post"] = ""; +$a->strings["$1 wrote:"] = "$1 escribió:"; +$a->strings["Encrypted content"] = "Contenido cifrado"; +$a->strings["Unknown | Not categorised"] = "Desconocido | No clasificado"; +$a->strings["Block immediately"] = "Bloquear inmediatamente"; +$a->strings["Shady, spammer, self-marketer"] = "Sospechoso, spammer, auto-publicidad"; +$a->strings["Known to me, but no opinion"] = "Le conozco, sin opinión"; +$a->strings["OK, probably harmless"] = "OK, probablemente inofensivo"; +$a->strings["Reputable, has my trust"] = "Buena reputación, tiene mi confianza"; +$a->strings["Weekly"] = "Semanalmente"; +$a->strings["Monthly"] = "Mensualmente"; +$a->strings["OStatus"] = "OStatus"; +$a->strings["RSS/Atom"] = "RSS/Atom"; +$a->strings["Zot!"] = "Zot!"; +$a->strings["LinkedIn"] = "LinkedIn"; +$a->strings["XMPP/IM"] = "XMPP/IM"; +$a->strings["MySpace"] = "MySpace"; +$a->strings["Google+"] = ""; +$a->strings["pump.io"] = ""; +$a->strings["Twitter"] = ""; +$a->strings["Miscellaneous"] = "Varios"; +$a->strings["year"] = "año"; +$a->strings["month"] = "mes"; +$a->strings["day"] = "día"; +$a->strings["never"] = "nunca"; +$a->strings["less than a second ago"] = "hace menos de un segundo"; +$a->strings["years"] = "años"; +$a->strings["months"] = "meses"; +$a->strings["week"] = "semana"; +$a->strings["weeks"] = "semanas"; +$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["%1\$d %2\$s ago"] = "hace %1\$d %2\$s"; +$a->strings["%s's birthday"] = "Cumpleaños de %s"; +$a->strings["Happy Birthday %s"] = "Feliz cumpleaños %s"; +$a->strings["General Features"] = ""; +$a->strings["Multiple Profiles"] = ""; +$a->strings["Ability to create multiple profiles"] = ""; +$a->strings["Post Composition Features"] = ""; +$a->strings["Richtext Editor"] = ""; +$a->strings["Enable richtext editor"] = ""; +$a->strings["Post Preview"] = ""; +$a->strings["Allow previewing posts and comments before publishing them"] = ""; +$a->strings["Network Sidebar Widgets"] = ""; +$a->strings["Search by Date"] = ""; +$a->strings["Ability to select posts by date ranges"] = ""; +$a->strings["Group Filter"] = ""; +$a->strings["Enable widget to display Network posts only from selected group"] = ""; +$a->strings["Network Filter"] = ""; +$a->strings["Enable widget to display Network posts only from selected network"] = ""; +$a->strings["Save search terms for re-use"] = ""; +$a->strings["Network Tabs"] = ""; +$a->strings["Network Personal Tab"] = ""; +$a->strings["Enable tab to display only Network posts that you've interacted on"] = ""; +$a->strings["Network New Tab"] = ""; +$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = ""; +$a->strings["Network Shared Links Tab"] = ""; +$a->strings["Enable tab to display only Network posts with links in them"] = ""; +$a->strings["Post/Comment Tools"] = ""; +$a->strings["Multiple Deletion"] = ""; +$a->strings["Select and delete multiple posts/comments at once"] = ""; +$a->strings["Edit Sent Posts"] = ""; +$a->strings["Edit and correct posts and comments after sending"] = ""; +$a->strings["Tagging"] = ""; +$a->strings["Ability to tag existing posts"] = ""; +$a->strings["Post Categories"] = ""; +$a->strings["Add categories to your posts"] = ""; +$a->strings["Ability to file posts under folders"] = ""; +$a->strings["Dislike Posts"] = ""; +$a->strings["Ability to dislike posts/comments"] = ""; +$a->strings["Star Posts"] = ""; +$a->strings["Ability to mark special posts with a star indicator"] = ""; +$a->strings["Sharing notification from Diaspora network"] = "Compartir notificaciones con la red Diaspora*"; +$a->strings["Attachments:"] = "Archivos adjuntos:"; +$a->strings["Visible to everybody"] = "Visible para cualquiera"; $a->strings["A new person is sharing with you at "] = "Una nueva persona está compartiendo contigo en "; $a->strings["You have a new follower at "] = "Tienes un nuevo seguidor en "; +$a->strings["Do you really want to delete this item?"] = ""; $a->strings["Archives"] = "Archivos"; -$a->strings["An invitation is required."] = "Se necesita invitación."; -$a->strings["Invitation could not be verified."] = "No se puede verificar la invitación."; -$a->strings["Invalid OpenID url"] = "Dirección OpenID no válida"; -$a->strings["Please enter the required information."] = "Por favor, introduce la información necesaria."; -$a->strings["Please use a shorter name."] = "Por favor, usa un nombre más corto."; -$a->strings["Name too short."] = "El nombre es demasiado corto."; -$a->strings["That doesn't appear to be your full (First Last) name."] = "No parece que ese sea tu nombre completo."; -$a->strings["Your email domain is not among those allowed on this site."] = "Tu dominio de correo no se encuentra entre los permitidos en este sitio."; -$a->strings["Not a valid email address."] = "No es una dirección de correo electrónico válida."; -$a->strings["Cannot use that email."] = "No se puede utilizar este correo electrónico."; -$a->strings["Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and must also begin with a letter."] = "Tu \"apodo\" solo puede contener \"a-z\", \"0-9\", \"-\", y \"_\" y debe empezar por una letra."; -$a->strings["Nickname is already registered. Please choose another."] = "Apodo ya registrado. Por favor, elije otro."; -$a->strings["Nickname was once registered here and may not be re-used. Please choose another."] = "El apodo ya ha sido registrado alguna vez y no puede volver a usarse. Por favor, utiliza otro."; -$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "ERROR GRAVE: La generación de claves de seguridad ha fallado."; -$a->strings["An error occurred during registration. Please try again."] = "Se produjo un error durante el registro. Por favor, inténtalo de nuevo."; -$a->strings["An error occurred creating your default profile. Please try again."] = "Error al crear tu perfil predeterminado. Por favor, inténtalo de nuevo."; +$a->strings["Embedded content"] = "Contenido integrado"; +$a->strings["Embedding disabled"] = "Contenido incrustrado desabilitado"; $a->strings["Welcome "] = "Bienvenido "; $a->strings["Please upload a profile photo."] = "Por favor sube una foto para tu perfil."; $a->strings["Welcome back "] = "Bienvenido de nuevo "; $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."] = "La ficha de seguridad no es correcta. Seguramente haya ocurrido por haber dejado el formulario abierto demasiado tiempo (>3 horas) antes de enviarlo."; +$a->strings["Male"] = "Hombre"; +$a->strings["Female"] = "Mujer"; +$a->strings["Currently Male"] = "Actualmente Hombre"; +$a->strings["Currently Female"] = "Actualmente Mujer"; +$a->strings["Mostly Male"] = "Mayormente Hombre"; +$a->strings["Mostly Female"] = "Mayormente Mujer"; +$a->strings["Transgender"] = "Transgenérico"; +$a->strings["Intersex"] = "Bisexual"; +$a->strings["Transsexual"] = "Transexual"; +$a->strings["Hermaphrodite"] = "Hermafrodita"; +$a->strings["Neuter"] = "Neutro"; +$a->strings["Non-specific"] = "Sin especificar"; +$a->strings["Other"] = "Otro"; +$a->strings["Undecided"] = "Indeciso"; +$a->strings["Males"] = "Hombres"; +$a->strings["Females"] = "Mujeres"; +$a->strings["Gay"] = "Gay"; +$a->strings["Lesbian"] = "Lesbiana"; +$a->strings["No Preference"] = "Sin preferencias"; +$a->strings["Bisexual"] = "Bisexual"; +$a->strings["Autosexual"] = "Autosexual"; +$a->strings["Abstinent"] = "Célibe"; +$a->strings["Virgin"] = "Virgen"; +$a->strings["Deviant"] = "Desviado"; +$a->strings["Fetish"] = "Fetichista"; +$a->strings["Oodles"] = "Orgiástico"; +$a->strings["Nonsexual"] = "Asexual"; +$a->strings["Single"] = "Soltero"; +$a->strings["Lonely"] = "Solitario"; +$a->strings["Available"] = "Disponible"; +$a->strings["Unavailable"] = "No disponible"; +$a->strings["Has crush"] = "Enamorado"; +$a->strings["Infatuated"] = "Loco/a por alguien"; +$a->strings["Dating"] = "De citas"; +$a->strings["Unfaithful"] = "Infiel"; +$a->strings["Sex Addict"] = "Adicto al sexo"; +$a->strings["Friends/Benefits"] = "Amigos con beneficios"; +$a->strings["Casual"] = "Casual"; +$a->strings["Engaged"] = "Comprometido/a"; +$a->strings["Married"] = "Casado/a"; +$a->strings["Imaginarily married"] = "Casado imaginario"; +$a->strings["Partners"] = "Socios"; +$a->strings["Cohabiting"] = "Cohabitando"; +$a->strings["Common law"] = "Pareja de hecho"; +$a->strings["Happy"] = "Feliz"; +$a->strings["Not looking"] = "No busca relación"; +$a->strings["Swinger"] = "Swinger"; +$a->strings["Betrayed"] = "Traicionado/a"; +$a->strings["Separated"] = "Separado/a"; +$a->strings["Unstable"] = "Inestable"; +$a->strings["Divorced"] = "Divorciado/a"; +$a->strings["Imaginarily divorced"] = "Divorciado imaginario"; +$a->strings["Widowed"] = "Viudo/a"; +$a->strings["Uncertain"] = "Incierto"; +$a->strings["It's complicated"] = "Es complicado"; +$a->strings["Don't care"] = "No te importa"; +$a->strings["Ask me"] = "Pregúntame"; $a->strings["stopped following"] = "dejó de seguir"; -$a->strings["Poke"] = "Toque"; -$a->strings["View Status"] = "Ver estado"; -$a->strings["View Profile"] = "Ver perfil"; -$a->strings["View Photos"] = "Ver fotos"; -$a->strings["Network Posts"] = "Publicaciones en la red"; -$a->strings["Edit Contact"] = "Editar contacto"; -$a->strings["Send PM"] = "Enviar mensaje privado"; -$a->strings["%1\$s poked %2\$s"] = "%1\$s le dio un toque a %2\$s"; -$a->strings["post/item"] = "publicación/tema"; -$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "%1\$s ha marcado %3\$s de %2\$s como Favorito"; -$a->strings["Categories:"] = ""; -$a->strings["Filed under:"] = ""; -$a->strings["remove"] = "eliminar"; -$a->strings["Delete Selected Items"] = "Eliminar el elemento seleccionado"; -$a->strings["Follow Thread"] = ""; -$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["%2\$d people like this."] = "Le gusta a %2\$d personas."; -$a->strings["%2\$d people don't like this."] = "No le gusta a %2\$d personas."; -$a->strings["and"] = "y"; -$a->strings[", and %d other people"] = " y a otras %d personas"; -$a->strings["%s like this."] = "Le gusta a %s."; -$a->strings["%s don't like this."] = "No le gusta a %s."; -$a->strings["Visible to everybody"] = "Visible para cualquiera"; -$a->strings["Please enter a video link/URL:"] = "Por favor, introduce la URL/enlace del vídeo:"; -$a->strings["Please enter an audio link/URL:"] = "Por favor, introduce la URL/enlace del audio:"; -$a->strings["Tag term:"] = "Etiquetar:"; -$a->strings["Where are you right now?"] = "¿Dónde estás ahora?"; -$a->strings["permissions"] = "permisos"; -$a->strings["Click here to upgrade."] = "Pulsa aquí para actualizar."; -$a->strings["This action exceeds the limits set by your subscription plan."] = "Esta acción excede los límites permitidos por tu subscripción."; -$a->strings["This action is not available under your subscription plan."] = "Esta acción no está permitida para tu subscripción."; -$a->strings["Delete this item?"] = "¿Eliminar este elemento?"; -$a->strings["show fewer"] = "ver menos"; -$a->strings["Update %s failed. See error logs."] = "Falló la actualización de %s. Mira los registros de errores."; -$a->strings["Update Error at %s"] = "Error actualizado en %s"; -$a->strings["Create a New Account"] = "Crear una nueva cuenta"; -$a->strings["Nickname or Email address: "] = "Apodo o dirección de email: "; -$a->strings["Password: "] = "Contraseña: "; -$a->strings["Or login using OpenID: "] = "O inicia sesión usando OpenID: "; -$a->strings["Forgot your password?"] = "¿Olvidaste la contraseña?"; -$a->strings["Requested account is not available."] = "La cuenta solicitada no está disponible."; -$a->strings["Edit profile"] = "Editar perfil"; -$a->strings["Message"] = "Mensaje"; -$a->strings["g A l F d"] = "g A l F d"; -$a->strings["F d"] = "F d"; -$a->strings["[today]"] = "[hoy]"; -$a->strings["Birthday Reminders"] = "Recordatorios de cumpleaños"; -$a->strings["Birthdays this week:"] = "Cumpleaños 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["Status Messages and Posts"] = "Mensajes de Estado y Publicaciones"; -$a->strings["Profile Details"] = "Detalles del Perfil"; -$a->strings["Events and Calendar"] = "Eventos y Calendario"; -$a->strings["Only You Can See This"] = "Únicamente tú puedes ver esto"; -$a->strings["toggle mobile"] = ""; -$a->strings["Bg settings updated."] = "Ajustes de fondo actualizados."; -$a->strings["Bg Settings"] = "Ajustes de fondo"; -$a->strings["Post to Drupal"] = "Publicar en Drupal"; -$a->strings["Drupal Post Settings"] = "Configuración de las publicaciones en Drupal"; -$a->strings["Enable Drupal Post Plugin"] = "Activar el módulo de publicación en Drupal"; -$a->strings["Drupal username"] = "Nombre de usuario de Drupal"; -$a->strings["Drupal password"] = "Contraseña de Drupal"; -$a->strings["Post Type - article,page,or blog"] = "Tipo de publicación: artículo, página o blog"; -$a->strings["Drupal site URL"] = "Dirección de Drupal"; -$a->strings["Drupal site uses clean URLS"] = "El sitio de Drupal usa direcciones URL simples"; -$a->strings["Post to Drupal by default"] = "Publicar en Drupal por defecto"; -$a->strings["OEmbed settings updated"] = "Actualizar la configuración de OEmbed"; -$a->strings["Use OEmbed for YouTube videos"] = "Usar OEmbed para los vídeos de YouTube"; -$a->strings["URL to embed:"] = "Dirección del recurso:"; +$a->strings["Drop Contact"] = ""; +$a->strings["Cannot locate DNS info for database server '%s'"] = "No se puede encontrar información DNS para la base de datos del servidor '%s'"; diff --git a/view/es/update_fail_eml.tpl b/view/es/update_fail_eml.tpl new file mode 100644 index 0000000000..e75a708133 --- /dev/null +++ b/view/es/update_fail_eml.tpl @@ -0,0 +1,11 @@ +Hola, +Estoy en $sitename; +Los desarrolladores actualizaron a $update recientemente, +pero cuando intento instalarlo, algo falla. +Este error debe ser corregido, pero no puedo hacerlo solo. Por favor, +avisa a algún desarrollador si no puedes ayudarme tú mismo. Mi + +base de datos puede estar corrupta. El error que me da es '$error'. + +Lo siento, +tu servidor de Friendica en $siteurl \ No newline at end of file From 44beff1a9afa737e8c29fe4aec2526369e943962 Mon Sep 17 00:00:00 2001 From: David Date: Wed, 23 Apr 2014 20:22:53 +0200 Subject: [PATCH 25/42] Line: 68 f. When trying to upload a file greater than PHP's max_upload_filesize, the filesize is 0, and maybe some html code appears in the text input window of the form. Problem seems to disappear when refusing all uploads if filesize <=0. --- mod/wall_attach.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/mod/wall_attach.php b/mod/wall_attach.php index 8a355d6831..ad391856f0 100644 --- a/mod/wall_attach.php +++ b/mod/wall_attach.php @@ -65,6 +65,18 @@ function wall_attach_post(&$a) { $maxfilesize = get_config('system','maxfilesize'); + /* Found html code written in text field of form, + * when trying to upload a file with filesize + * greater than upload_max_filesize. Cause is unknown. + * Then Filesize gets <= 0. + */ + + if($filesize <=0) { + notice(t('$filesize <= 0; upload refused') . EOL); + @unlink($src); + killme(); + } + if(($maxfilesize) && ($filesize > $maxfilesize)) { notice( sprintf(t('File exceeds size limit of %d'), $maxfilesize) . EOL); @unlink($src); From 2dfbd448a39f209297bb2e86e1fc739758f25e8c Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Thu, 24 Apr 2014 21:18:12 +0200 Subject: [PATCH 26/42] ideni.ca is now pump.io, so don't mention it in OStatus settings --- mod/admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/admin.php b/mod/admin.php index 7ddd17ebe7..b7d5a50636 100644 --- a/mod/admin.php +++ b/mod/admin.php @@ -612,7 +612,7 @@ function admin_page_site(&$a) { '$no_regfullname' => array('no_regfullname', t("Fullname check"), !get_config('system','no_regfullname'), t("Force users to register with a space between firstname and lastname in Full name, as an antispam measure")), '$no_utf' => array('no_utf', t("UTF-8 Regular expressions"), !get_config('system','no_utf'), t("Use PHP UTF8 regular expressions")), '$no_community_page' => array('no_community_page', t("Show Community Page"), !get_config('system','no_community_page'), t("Display a Community page showing all recent public postings on this site.")), - '$ostatus_disabled' => array('ostatus_disabled', t("Enable OStatus support"), !get_config('system','ostatus_disabled'), t("Provide built-in OStatus \x28identi.ca, status.net, etc.\x29 compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed.")), + '$ostatus_disabled' => array('ostatus_disabled', t("Enable OStatus support"), !get_config('system','ostatus_disabled'), t("Provide built-in OStatus \x28StatusNet, GNU Social etc.\x29 compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed.")), '$ostatus_poll_interval' => array('ostatus_poll_interval', t("OStatus conversation completion interval"), (string) intval(get_config('system','ostatus_poll_interval')), t("How often shall the poller check for new entries in OStatus conversations? This can be a very ressource task."), $ostatus_poll_choices), '$diaspora_enabled' => array('diaspora_enabled', t("Enable Diaspora support"), get_config('system','diaspora_enabled'), t("Provide built-in Diaspora network compatibility.")), '$dfrn_only' => array('dfrn_only', t('Only allow Friendica contacts'), get_config('system','dfrn_only'), t("All contacts must use Friendica protocols. All other built-in communication protocols disabled.")), From 8f78e8dbed555335ee51ee5315f3280ac8689133 Mon Sep 17 00:00:00 2001 From: David Date: Fri, 25 Apr 2014 06:12:42 +0200 Subject: [PATCH 27/42] Now more friendly error message. Will tomorrow add a german translation. David --- wall_attach.php | 143 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 143 insertions(+) create mode 100644 wall_attach.php diff --git a/wall_attach.php b/wall_attach.php new file mode 100644 index 0000000000..646a776a4a --- /dev/null +++ b/wall_attach.php @@ -0,0 +1,143 @@ +argc > 1) { + $nick = $a->argv[1]; + $r = q("SELECT `user`.*, `contact`.`id` FROM `user` LEFT JOIN `contact` on `user`.`uid` = `contact`.`uid` WHERE `user`.`nickname` = '%s' AND `user`.`blocked` = 0 and `contact`.`self` = 1 LIMIT 1", + dbesc($nick) + ); + if(! count($r)) + return; + + } + else + return; + + $can_post = false; + $visitor = 0; + + $page_owner_uid = $r[0]['uid']; + $page_owner_cid = $r[0]['id']; + $page_owner_nick = $r[0]['nickname']; + $community_page = (($r[0]['page-flags'] == PAGE_COMMUNITY) ? true : false); + + if((local_user()) && (local_user() == $page_owner_uid)) + $can_post = true; + else { + if($community_page && remote_user()) { + $cid = 0; + if(is_array($_SESSION['remote'])) { + foreach($_SESSION['remote'] as $v) { + if($v['uid'] == $page_owner_uid) { + $cid = $v['cid']; + break; + } + } + } + if($cid) { + + $r = q("SELECT `uid` FROM `contact` WHERE `blocked` = 0 AND `pending` = 0 AND `id` = %d AND `uid` = %d LIMIT 1", + intval($cid), + intval($page_owner_uid) + ); + if(count($r)) { + $can_post = true; + $visitor = $cid; + } + } + } + } + if(! $can_post) { + notice( t('Permission denied.') . EOL ); + killme(); + } + + if(! x($_FILES,'userfile')) + killme(); + + $src = $_FILES['userfile']['tmp_name']; + $filename = basename($_FILES['userfile']['name']); + $filesize = intval($_FILES['userfile']['size']); + + $maxfilesize = get_config('system','maxfilesize'); + + /* Found html code written in text field of form, + * when trying to upload a file with filesize + * greater than upload_max_filesize. Cause is unknown. + * Then Filesize gets <= 0. + */ + + if($filesize <=0) { + notice(t('Sorry, maybe your upload is bigger than the PHP configuration allows') . EOL .(t('Or - did you try to upload an empty file?')) . EOL); + @unlink($src); + killme(); + } + + if(($maxfilesize) && ($filesize > $maxfilesize)) { + notice( sprintf(t('File exceeds size limit of %d'), $maxfilesize) . EOL); + @unlink($src); + return; + } + + $r = q("select sum(octet_length(data)) as total from attach where uid = %d ", + intval($page_owner_uid) + ); + + $limit = service_class_fetch($page_owner_uid,'attach_upload_limit'); + + if(($limit !== false) && (($r[0]['total'] + strlen($imagedata)) > $limit)) { + echo upgrade_message(true) . EOL ; + @unlink($src); + killme(); + } + + + $filedata = @file_get_contents($src); + $mimetype = z_mime_content_type($filename); + $hash = random_string(); + $created = datetime_convert(); + $r = q("INSERT INTO `attach` ( `uid`, `hash`, `filename`, `filetype`, `filesize`, `data`, `created`, `edited`, `allow_cid`, `allow_gid`,`deny_cid`, `deny_gid` ) + VALUES ( %d, '%s', '%s', '%s', %d, '%s', '%s', '%s', '%s', '%s', '%s', '%s' ) ", + intval($page_owner_uid), + dbesc($hash), + dbesc($filename), + dbesc($mimetype), + intval($filesize), + dbesc($filedata), + dbesc($created), + dbesc($created), + dbesc('<' . $page_owner_cid . '>'), + dbesc(''), + dbesc(''), + dbesc('') + ); + + @unlink($src); + + if(! $r) { + echo ( t('File upload failed.') . EOL); + killme(); + } + + $r = q("SELECT `id` FROM `attach` WHERE `uid` = %d AND `created` = '%s' AND `hash` = '%s' LIMIT 1", + intval($page_owner_uid), + dbesc($created), + dbesc($hash) + ); + + if(! count($r)) { + echo ( t('File upload failed.') . EOL); + killme(); + } + + $lf = "\n"; + + echo $lf . $lf . '[attachment]' . $r[0]['id'] . '[/attachment]' . $lf; + + killme(); + // NOTREACHED +} From 741aab091601ce268df44bb32b87cd9a81804192 Mon Sep 17 00:00:00 2001 From: David Date: Fri, 25 Apr 2014 06:29:03 +0200 Subject: [PATCH 28/42] Now more friendly error message. Will tomorrow add a german translation. David --- mod/wall_attach.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/wall_attach.php b/mod/wall_attach.php index ad391856f0..646a776a4a 100644 --- a/mod/wall_attach.php +++ b/mod/wall_attach.php @@ -72,7 +72,7 @@ function wall_attach_post(&$a) { */ if($filesize <=0) { - notice(t('$filesize <= 0; upload refused') . EOL); + notice(t('Sorry, maybe your upload is bigger than the PHP configuration allows') . EOL .(t('Or - did you try to upload an empty file?')) . EOL); @unlink($src); killme(); } From 44c45367a2cbf33c1c18d360bd7147cac0ea3b28 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Fri, 25 Apr 2014 08:30:20 +0200 Subject: [PATCH 29/42] update for the base strings --- util/messages.po | 2165 ++++++++++++++++++++++++---------------------- 1 file changed, 1121 insertions(+), 1044 deletions(-) diff --git a/util/messages.po b/util/messages.po index 4d6c3deb44..4465ddabba 100644 --- a/util/messages.po +++ b/util/messages.po @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: 3.2.1746\n" +"Project-Id-Version: 3.2.1748\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-12-31 18:07+0100\n" +"POT-Creation-Date: 2014-04-25 08:25+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,29 +17,30 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" + #: ../../object/Item.php:92 msgid "This entry was edited" msgstr "" #: ../../object/Item.php:113 ../../mod/content.php:619 -#: ../../mod/photos.php:1351 +#: ../../mod/photos.php:1355 msgid "Private Message" msgstr "" #: ../../object/Item.php:117 ../../mod/editpost.php:109 -#: ../../mod/content.php:727 ../../mod/settings.php:663 +#: ../../mod/content.php:727 ../../mod/settings.php:668 msgid "Edit" msgstr "" #: ../../object/Item.php:126 ../../mod/content.php:437 -#: ../../mod/content.php:739 ../../include/conversation.php:611 +#: ../../mod/content.php:739 ../../include/conversation.php:612 msgid "Select" msgstr "" -#: ../../object/Item.php:127 ../../mod/admin.php:907 ../../mod/content.php:438 -#: ../../mod/content.php:740 ../../mod/contacts.php:695 -#: ../../mod/settings.php:664 ../../mod/group.php:171 -#: ../../mod/photos.php:1637 ../../include/conversation.php:612 +#: ../../object/Item.php:127 ../../mod/admin.php:908 ../../mod/content.php:438 +#: ../../mod/content.php:740 ../../mod/contacts.php:703 +#: ../../mod/settings.php:669 ../../mod/group.php:171 +#: ../../mod/photos.php:1646 ../../include/conversation.php:613 msgid "Delete" msgstr "" @@ -68,7 +69,7 @@ msgid "add tag" msgstr "" #: ../../object/Item.php:213 ../../mod/content.php:683 -#: ../../mod/photos.php:1529 +#: ../../mod/photos.php:1538 msgid "I like this (toggle)" msgstr "" @@ -77,7 +78,7 @@ msgid "like" msgstr "" #: ../../object/Item.php:214 ../../mod/content.php:684 -#: ../../mod/photos.php:1530 +#: ../../mod/photos.php:1539 msgid "I don't like this (toggle)" msgstr "" @@ -93,199 +94,200 @@ msgstr "" msgid "share" msgstr "" -#: ../../object/Item.php:278 ../../include/conversation.php:663 +#: ../../object/Item.php:298 ../../include/conversation.php:665 msgid "Categories:" msgstr "" -#: ../../object/Item.php:279 ../../include/conversation.php:664 +#: ../../object/Item.php:299 ../../include/conversation.php:666 msgid "Filed under:" msgstr "" -#: ../../object/Item.php:287 ../../object/Item.php:288 +#: ../../object/Item.php:307 ../../object/Item.php:308 #: ../../mod/content.php:471 ../../mod/content.php:851 -#: ../../mod/content.php:852 ../../include/conversation.php:651 +#: ../../mod/content.php:852 ../../include/conversation.php:653 #, php-format msgid "View %s's profile @ %s" msgstr "" -#: ../../object/Item.php:289 ../../mod/content.php:853 +#: ../../object/Item.php:309 ../../mod/content.php:853 msgid "to" msgstr "" -#: ../../object/Item.php:290 +#: ../../object/Item.php:310 msgid "via" msgstr "" -#: ../../object/Item.php:291 ../../mod/content.php:854 +#: ../../object/Item.php:311 ../../mod/content.php:854 msgid "Wall-to-Wall" msgstr "" -#: ../../object/Item.php:292 ../../mod/content.php:855 +#: ../../object/Item.php:312 ../../mod/content.php:855 msgid "via Wall-To-Wall:" msgstr "" -#: ../../object/Item.php:301 ../../mod/content.php:481 -#: ../../mod/content.php:863 ../../include/conversation.php:671 +#: ../../object/Item.php:321 ../../mod/content.php:481 +#: ../../mod/content.php:863 ../../include/conversation.php:673 #, php-format msgid "%s from %s" msgstr "" -#: ../../object/Item.php:319 ../../object/Item.php:635 ../../boot.php:685 -#: ../../mod/content.php:708 ../../mod/photos.php:1551 -#: ../../mod/photos.php:1595 ../../mod/photos.php:1678 +#: ../../object/Item.php:341 ../../object/Item.php:657 ../../boot.php:693 +#: ../../mod/content.php:708 ../../mod/photos.php:1560 +#: ../../mod/photos.php:1604 ../../mod/photos.php:1687 msgid "Comment" msgstr "" -#: ../../object/Item.php:322 ../../mod/wallmessage.php:156 +#: ../../object/Item.php:344 ../../mod/wallmessage.php:156 #: ../../mod/editpost.php:124 ../../mod/content.php:498 #: ../../mod/content.php:882 ../../mod/message.php:334 -#: ../../mod/message.php:565 ../../mod/photos.php:1532 -#: ../../include/conversation.php:688 ../../include/conversation.php:1099 +#: ../../mod/message.php:565 ../../mod/photos.php:1541 +#: ../../include/conversation.php:690 ../../include/conversation.php:1102 msgid "Please wait" msgstr "" -#: ../../object/Item.php:345 ../../mod/content.php:602 +#: ../../object/Item.php:367 ../../mod/content.php:602 #, php-format msgid "%d comment" msgid_plural "%d comments" msgstr[0] "" msgstr[1] "" -#: ../../object/Item.php:347 ../../object/Item.php:360 -#: ../../mod/content.php:604 ../../include/text.php:1928 +#: ../../object/Item.php:369 ../../object/Item.php:382 +#: ../../mod/content.php:604 ../../include/text.php:1946 msgid "comment" msgid_plural "comments" msgstr[0] "" msgstr[1] "" -#: ../../object/Item.php:348 ../../boot.php:686 ../../mod/content.php:605 +#: ../../object/Item.php:370 ../../boot.php:694 ../../mod/content.php:605 #: ../../include/contact_widgets.php:204 msgid "show more" msgstr "" -#: ../../object/Item.php:633 ../../mod/content.php:706 -#: ../../mod/photos.php:1549 ../../mod/photos.php:1593 -#: ../../mod/photos.php:1676 +#: ../../object/Item.php:655 ../../mod/content.php:706 +#: ../../mod/photos.php:1558 ../../mod/photos.php:1602 +#: ../../mod/photos.php:1685 msgid "This is you" msgstr "" -#: ../../object/Item.php:636 ../../view/theme/perihel/config.php:95 +#: ../../object/Item.php:658 ../../view/theme/perihel/config.php:95 #: ../../view/theme/diabook/theme.php:633 #: ../../view/theme/diabook/config.php:148 #: ../../view/theme/quattro/config.php:64 ../../view/theme/dispy/config.php:70 #: ../../view/theme/clean/config.php:71 -#: ../../view/theme/cleanzero/config.php:80 ../../mod/mood.php:137 +#: ../../view/theme/cleanzero/config.php:80 +#: ../../view/theme/vier/config.php:47 ../../mod/mood.php:137 #: ../../mod/install.php:248 ../../mod/install.php:286 #: ../../mod/crepair.php:171 ../../mod/content.php:709 -#: ../../mod/contacts.php:458 ../../mod/profiles.php:630 +#: ../../mod/contacts.php:464 ../../mod/profiles.php:634 #: ../../mod/message.php:335 ../../mod/message.php:564 -#: ../../mod/localtime.php:45 ../../mod/photos.php:1078 -#: ../../mod/photos.php:1199 ../../mod/photos.php:1501 -#: ../../mod/photos.php:1552 ../../mod/photos.php:1596 -#: ../../mod/photos.php:1679 ../../mod/poke.php:199 ../../mod/events.php:478 +#: ../../mod/localtime.php:45 ../../mod/photos.php:1082 +#: ../../mod/photos.php:1203 ../../mod/photos.php:1510 +#: ../../mod/photos.php:1561 ../../mod/photos.php:1605 +#: ../../mod/photos.php:1688 ../../mod/poke.php:199 ../../mod/events.php:478 #: ../../mod/fsuggest.php:107 ../../mod/invite.php:140 #: ../../mod/manage.php:110 msgid "Submit" msgstr "" -#: ../../object/Item.php:637 ../../mod/content.php:710 +#: ../../object/Item.php:659 ../../mod/content.php:710 msgid "Bold" msgstr "" -#: ../../object/Item.php:638 ../../mod/content.php:711 +#: ../../object/Item.php:660 ../../mod/content.php:711 msgid "Italic" msgstr "" -#: ../../object/Item.php:639 ../../mod/content.php:712 +#: ../../object/Item.php:661 ../../mod/content.php:712 msgid "Underline" msgstr "" -#: ../../object/Item.php:640 ../../mod/content.php:713 +#: ../../object/Item.php:662 ../../mod/content.php:713 msgid "Quote" msgstr "" -#: ../../object/Item.php:641 ../../mod/content.php:714 +#: ../../object/Item.php:663 ../../mod/content.php:714 msgid "Code" msgstr "" -#: ../../object/Item.php:642 ../../mod/content.php:715 +#: ../../object/Item.php:664 ../../mod/content.php:715 msgid "Image" msgstr "" -#: ../../object/Item.php:643 ../../mod/content.php:716 +#: ../../object/Item.php:665 ../../mod/content.php:716 msgid "Link" msgstr "" -#: ../../object/Item.php:644 ../../mod/content.php:717 +#: ../../object/Item.php:666 ../../mod/content.php:717 msgid "Video" msgstr "" -#: ../../object/Item.php:645 ../../mod/editpost.php:145 -#: ../../mod/content.php:718 ../../mod/photos.php:1553 -#: ../../mod/photos.php:1597 ../../mod/photos.php:1680 -#: ../../include/conversation.php:1116 +#: ../../object/Item.php:667 ../../mod/editpost.php:145 +#: ../../mod/content.php:718 ../../mod/photos.php:1562 +#: ../../mod/photos.php:1606 ../../mod/photos.php:1689 +#: ../../include/conversation.php:1119 msgid "Preview" msgstr "" -#: ../../index.php:199 ../../mod/apps.php:7 +#: ../../index.php:203 ../../mod/apps.php:7 msgid "You must be logged in to use addons. " msgstr "" -#: ../../index.php:243 ../../mod/help.php:90 +#: ../../index.php:247 ../../mod/help.php:90 msgid "Not Found" msgstr "" -#: ../../index.php:246 ../../mod/help.php:93 +#: ../../index.php:250 ../../mod/help.php:93 msgid "Page not found." msgstr "" -#: ../../index.php:355 ../../mod/group.php:72 ../../mod/profperm.php:19 +#: ../../index.php:359 ../../mod/group.php:72 ../../mod/profperm.php:19 msgid "Permission denied" msgstr "" -#: ../../index.php:356 ../../mod/mood.php:114 ../../mod/display.php:242 -#: ../../mod/register.php:40 ../../mod/dfrn_confirm.php:53 +#: ../../index.php:360 ../../mod/mood.php:114 ../../mod/display.php:266 +#: ../../mod/register.php:41 ../../mod/dfrn_confirm.php:53 #: ../../mod/api.php:26 ../../mod/api.php:31 ../../mod/wallmessage.php:9 #: ../../mod/wallmessage.php:33 ../../mod/wallmessage.php:79 #: ../../mod/wallmessage.php:103 ../../mod/suggest.php:56 -#: ../../mod/network.php:6 ../../mod/install.php:151 ../../mod/editpost.php:10 +#: ../../mod/network.php:4 ../../mod/install.php:151 ../../mod/editpost.php:10 #: ../../mod/attach.php:33 ../../mod/regmod.php:118 ../../mod/crepair.php:117 -#: ../../mod/uimport.php:23 ../../mod/notes.php:20 ../../mod/contacts.php:240 -#: ../../mod/settings.php:96 ../../mod/settings.php:583 -#: ../../mod/settings.php:588 ../../mod/profiles.php:146 -#: ../../mod/profiles.php:571 ../../mod/group.php:19 ../../mod/follow.php:9 +#: ../../mod/uimport.php:23 ../../mod/notes.php:20 ../../mod/contacts.php:246 +#: ../../mod/settings.php:101 ../../mod/settings.php:588 +#: ../../mod/settings.php:593 ../../mod/profiles.php:146 +#: ../../mod/profiles.php:575 ../../mod/group.php:19 ../../mod/follow.php:9 #: ../../mod/message.php:38 ../../mod/message.php:174 -#: ../../mod/viewcontacts.php:22 ../../mod/photos.php:133 -#: ../../mod/photos.php:1044 ../../mod/wall_attach.php:55 +#: ../../mod/viewcontacts.php:22 ../../mod/photos.php:134 +#: ../../mod/photos.php:1048 ../../mod/wall_attach.php:55 #: ../../mod/poke.php:135 ../../mod/wall_upload.php:66 #: ../../mod/profile_photo.php:19 ../../mod/profile_photo.php:169 #: ../../mod/profile_photo.php:180 ../../mod/profile_photo.php:193 #: ../../mod/events.php:140 ../../mod/delegate.php:6 ../../mod/nogroup.php:25 -#: ../../mod/fsuggest.php:78 ../../mod/item.php:143 ../../mod/item.php:159 +#: ../../mod/fsuggest.php:78 ../../mod/item.php:145 ../../mod/item.php:161 #: ../../mod/notifications.php:66 ../../mod/invite.php:15 #: ../../mod/invite.php:101 ../../mod/manage.php:96 ../../mod/allfriends.php:9 -#: ../../include/items.php:4215 +#: ../../include/items.php:4373 msgid "Permission denied." msgstr "" -#: ../../index.php:415 +#: ../../index.php:419 msgid "toggle mobile" msgstr "" #: ../../view/theme/perihel/theme.php:33 #: ../../view/theme/diabook/theme.php:123 ../../mod/notifications.php:93 -#: ../../include/nav.php:104 ../../include/nav.php:143 +#: ../../include/nav.php:104 ../../include/nav.php:145 msgid "Home" msgstr "" #: ../../view/theme/perihel/theme.php:33 #: ../../view/theme/diabook/theme.php:123 ../../include/nav.php:76 -#: ../../include/nav.php:143 +#: ../../include/nav.php:145 msgid "Your posts and conversations" msgstr "" #: ../../view/theme/perihel/theme.php:34 -#: ../../view/theme/diabook/theme.php:124 ../../boot.php:1967 +#: ../../view/theme/diabook/theme.php:124 ../../boot.php:1975 #: ../../mod/newmember.php:32 ../../mod/profperm.php:103 #: ../../include/nav.php:77 ../../include/profile_advanced.php:7 #: ../../include/profile_advanced.php:84 @@ -298,7 +300,7 @@ msgid "Your profile page" msgstr "" #: ../../view/theme/perihel/theme.php:35 -#: ../../view/theme/diabook/theme.php:126 ../../boot.php:1974 +#: ../../view/theme/diabook/theme.php:126 ../../boot.php:1982 #: ../../mod/fbrowser.php:25 ../../include/nav.php:78 msgid "Photos" msgstr "" @@ -309,7 +311,7 @@ msgid "Your photos" msgstr "" #: ../../view/theme/perihel/theme.php:36 -#: ../../view/theme/diabook/theme.php:127 ../../boot.php:1991 +#: ../../view/theme/diabook/theme.php:127 ../../boot.php:1999 #: ../../mod/events.php:370 ../../include/nav.php:79 msgid "Events" msgstr "" @@ -337,13 +339,13 @@ msgstr "" #: ../../view/theme/perihel/config.php:89 #: ../../view/theme/diabook/theme.php:621 -#: ../../view/theme/diabook/config.php:142 ../../include/acl_selectors.php:327 +#: ../../view/theme/diabook/config.php:142 ../../include/acl_selectors.php:328 msgid "don't show" msgstr "" #: ../../view/theme/perihel/config.php:89 #: ../../view/theme/diabook/theme.php:621 -#: ../../view/theme/diabook/config.php:142 ../../include/acl_selectors.php:326 +#: ../../view/theme/diabook/config.php:142 ../../include/acl_selectors.php:327 msgid "show" msgstr "" @@ -352,6 +354,7 @@ msgstr "" #: ../../view/theme/quattro/config.php:66 ../../view/theme/dispy/config.php:72 #: ../../view/theme/clean/config.php:73 #: ../../view/theme/cleanzero/config.php:82 +#: ../../view/theme/vier/config.php:49 msgid "Theme settings" msgstr "" @@ -373,8 +376,8 @@ msgstr "" msgid "Set resolution for middle column" msgstr "" -#: ../../view/theme/diabook/theme.php:125 ../../mod/contacts.php:680 -#: ../../include/nav.php:171 +#: ../../view/theme/diabook/theme.php:125 ../../mod/contacts.php:688 +#: ../../include/nav.php:173 msgid "Contacts" msgstr "" @@ -408,28 +411,28 @@ msgid "Last likes" msgstr "" #: ../../view/theme/diabook/theme.php:463 ../../include/conversation.php:118 -#: ../../include/conversation.php:246 ../../include/text.php:1922 +#: ../../include/conversation.php:246 ../../include/text.php:1940 msgid "event" msgstr "" #: ../../view/theme/diabook/theme.php:466 #: ../../view/theme/diabook/theme.php:475 ../../mod/tagger.php:62 -#: ../../mod/like.php:151 ../../mod/like.php:322 ../../mod/subthread.php:87 +#: ../../mod/like.php:150 ../../mod/like.php:321 ../../mod/subthread.php:87 #: ../../include/conversation.php:121 ../../include/conversation.php:130 #: ../../include/conversation.php:249 ../../include/conversation.php:258 -#: ../../include/diaspora.php:1878 +#: ../../include/diaspora.php:1908 msgid "status" msgstr "" #: ../../view/theme/diabook/theme.php:471 ../../mod/tagger.php:62 -#: ../../mod/like.php:151 ../../mod/subthread.php:87 +#: ../../mod/like.php:150 ../../mod/subthread.php:87 #: ../../include/conversation.php:126 ../../include/conversation.php:254 -#: ../../include/text.php:1924 ../../include/diaspora.php:1878 +#: ../../include/text.php:1942 ../../include/diaspora.php:1908 msgid "photo" msgstr "" -#: ../../view/theme/diabook/theme.php:480 ../../mod/like.php:168 -#: ../../include/conversation.php:137 ../../include/diaspora.php:1894 +#: ../../view/theme/diabook/theme.php:480 ../../mod/like.php:167 +#: ../../include/conversation.php:137 ../../include/diaspora.php:1924 #, php-format msgid "%1$s likes %2$s's %3$s" msgstr "" @@ -440,16 +443,16 @@ msgstr "" msgid "Last photos" msgstr "" -#: ../../view/theme/diabook/theme.php:499 ../../mod/photos.php:59 -#: ../../mod/photos.php:154 ../../mod/photos.php:1058 -#: ../../mod/photos.php:1183 ../../mod/photos.php:1206 -#: ../../mod/photos.php:1736 ../../mod/photos.php:1748 +#: ../../view/theme/diabook/theme.php:499 ../../mod/photos.php:60 +#: ../../mod/photos.php:155 ../../mod/photos.php:1062 +#: ../../mod/photos.php:1187 ../../mod/photos.php:1210 +#: ../../mod/photos.php:1751 ../../mod/photos.php:1763 msgid "Contact Photos" msgstr "" -#: ../../view/theme/diabook/theme.php:500 ../../mod/photos.php:154 -#: ../../mod/photos.php:725 ../../mod/photos.php:1183 -#: ../../mod/photos.php:1206 ../../mod/profile_photo.php:74 +#: ../../view/theme/diabook/theme.php:500 ../../mod/photos.php:155 +#: ../../mod/photos.php:729 ../../mod/photos.php:1187 +#: ../../mod/photos.php:1210 ../../mod/profile_photo.php:74 #: ../../mod/profile_photo.php:81 ../../mod/profile_photo.php:88 #: ../../mod/profile_photo.php:204 ../../mod/profile_photo.php:296 #: ../../mod/profile_photo.php:305 ../../include/user.php:334 @@ -486,8 +489,8 @@ msgstr "" #: ../../view/theme/diabook/theme.php:544 #: ../../view/theme/diabook/theme.php:648 ../../mod/newmember.php:22 -#: ../../mod/admin.php:1004 ../../mod/admin.php:1212 ../../mod/settings.php:79 -#: ../../mod/uexport.php:48 ../../include/nav.php:167 +#: ../../mod/admin.php:1005 ../../mod/admin.php:1213 ../../mod/settings.php:84 +#: ../../mod/uexport.php:48 ../../include/nav.php:169 msgid "Settings" msgstr "" @@ -565,7 +568,7 @@ msgid "Set colour scheme" msgstr "" #: ../../view/theme/clean/config.php:54 ../../include/user.php:246 -#: ../../include/text.php:1658 +#: ../../include/text.php:1676 msgid "default" msgstr "" @@ -603,210 +606,214 @@ msgstr "" msgid "Set theme width" msgstr "" -#: ../../boot.php:684 +#: ../../view/theme/vier/config.php:50 +msgid "Set style" +msgstr "" + +#: ../../boot.php:692 msgid "Delete this item?" msgstr "" -#: ../../boot.php:687 +#: ../../boot.php:695 msgid "show fewer" msgstr "" -#: ../../boot.php:1015 +#: ../../boot.php:1023 #, php-format msgid "Update %s failed. See error logs." msgstr "" -#: ../../boot.php:1017 +#: ../../boot.php:1025 #, php-format msgid "Update Error at %s" msgstr "" -#: ../../boot.php:1127 +#: ../../boot.php:1135 msgid "Create a New Account" msgstr "" -#: ../../boot.php:1128 ../../mod/register.php:278 ../../include/nav.php:108 +#: ../../boot.php:1136 ../../mod/register.php:279 ../../include/nav.php:108 msgid "Register" msgstr "" -#: ../../boot.php:1152 ../../include/nav.php:73 +#: ../../boot.php:1160 ../../include/nav.php:73 msgid "Logout" msgstr "" -#: ../../boot.php:1153 ../../include/nav.php:91 +#: ../../boot.php:1161 ../../include/nav.php:91 msgid "Login" msgstr "" -#: ../../boot.php:1155 +#: ../../boot.php:1163 msgid "Nickname or Email address: " msgstr "" -#: ../../boot.php:1156 +#: ../../boot.php:1164 msgid "Password: " msgstr "" -#: ../../boot.php:1157 +#: ../../boot.php:1165 msgid "Remember me" msgstr "" -#: ../../boot.php:1160 +#: ../../boot.php:1168 msgid "Or login using OpenID: " msgstr "" -#: ../../boot.php:1166 +#: ../../boot.php:1174 msgid "Forgot your password?" msgstr "" -#: ../../boot.php:1167 ../../mod/lostpass.php:84 +#: ../../boot.php:1175 ../../mod/lostpass.php:84 msgid "Password Reset" msgstr "" -#: ../../boot.php:1169 +#: ../../boot.php:1177 msgid "Website Terms of Service" msgstr "" -#: ../../boot.php:1170 +#: ../../boot.php:1178 msgid "terms of service" msgstr "" -#: ../../boot.php:1172 +#: ../../boot.php:1180 msgid "Website Privacy Policy" msgstr "" -#: ../../boot.php:1173 +#: ../../boot.php:1181 msgid "privacy policy" msgstr "" -#: ../../boot.php:1302 +#: ../../boot.php:1310 msgid "Requested account is not available." msgstr "" -#: ../../boot.php:1341 ../../mod/profile.php:21 +#: ../../boot.php:1349 ../../mod/profile.php:21 msgid "Requested profile is not available." msgstr "" -#: ../../boot.php:1381 ../../boot.php:1485 +#: ../../boot.php:1389 ../../boot.php:1493 msgid "Edit profile" msgstr "" -#: ../../boot.php:1433 ../../mod/suggest.php:88 ../../mod/match.php:58 +#: ../../boot.php:1441 ../../mod/suggest.php:88 ../../mod/match.php:58 #: ../../include/contact_widgets.php:9 msgid "Connect" msgstr "" -#: ../../boot.php:1447 +#: ../../boot.php:1455 msgid "Message" msgstr "" -#: ../../boot.php:1455 ../../include/nav.php:169 +#: ../../boot.php:1463 ../../include/nav.php:171 msgid "Profiles" msgstr "" -#: ../../boot.php:1455 +#: ../../boot.php:1463 msgid "Manage/edit profiles" msgstr "" -#: ../../boot.php:1461 ../../boot.php:1487 ../../mod/profiles.php:726 +#: ../../boot.php:1469 ../../boot.php:1495 ../../mod/profiles.php:730 msgid "Change profile photo" msgstr "" -#: ../../boot.php:1462 ../../mod/profiles.php:727 +#: ../../boot.php:1470 ../../mod/profiles.php:731 msgid "Create New Profile" msgstr "" -#: ../../boot.php:1472 ../../mod/profiles.php:738 +#: ../../boot.php:1480 ../../mod/profiles.php:742 msgid "Profile Image" msgstr "" -#: ../../boot.php:1475 ../../mod/profiles.php:740 +#: ../../boot.php:1483 ../../mod/profiles.php:744 msgid "visible to everybody" msgstr "" -#: ../../boot.php:1476 ../../mod/profiles.php:741 +#: ../../boot.php:1484 ../../mod/profiles.php:745 msgid "Edit visibility" msgstr "" -#: ../../boot.php:1501 ../../mod/directory.php:134 ../../mod/events.php:471 -#: ../../include/event.php:40 ../../include/bb2diaspora.php:415 +#: ../../boot.php:1509 ../../mod/directory.php:134 ../../mod/events.php:471 +#: ../../include/event.php:40 ../../include/bb2diaspora.php:155 msgid "Location:" msgstr "" -#: ../../boot.php:1503 ../../mod/directory.php:136 +#: ../../boot.php:1511 ../../mod/directory.php:136 #: ../../include/profile_advanced.php:17 msgid "Gender:" msgstr "" -#: ../../boot.php:1506 ../../mod/directory.php:138 +#: ../../boot.php:1514 ../../mod/directory.php:138 #: ../../include/profile_advanced.php:37 msgid "Status:" msgstr "" -#: ../../boot.php:1508 ../../mod/directory.php:140 +#: ../../boot.php:1516 ../../mod/directory.php:140 #: ../../include/profile_advanced.php:48 msgid "Homepage:" msgstr "" -#: ../../boot.php:1584 ../../boot.php:1670 +#: ../../boot.php:1592 ../../boot.php:1678 msgid "g A l F d" msgstr "" -#: ../../boot.php:1585 ../../boot.php:1671 +#: ../../boot.php:1593 ../../boot.php:1679 msgid "F d" msgstr "" -#: ../../boot.php:1630 ../../boot.php:1711 +#: ../../boot.php:1638 ../../boot.php:1719 msgid "[today]" msgstr "" -#: ../../boot.php:1642 +#: ../../boot.php:1650 msgid "Birthday Reminders" msgstr "" -#: ../../boot.php:1643 +#: ../../boot.php:1651 msgid "Birthdays this week:" msgstr "" -#: ../../boot.php:1704 +#: ../../boot.php:1712 msgid "[No description]" msgstr "" -#: ../../boot.php:1722 +#: ../../boot.php:1730 msgid "Event Reminders" msgstr "" -#: ../../boot.php:1723 +#: ../../boot.php:1731 msgid "Events this week:" msgstr "" -#: ../../boot.php:1960 ../../include/nav.php:76 +#: ../../boot.php:1968 ../../include/nav.php:76 msgid "Status" msgstr "" -#: ../../boot.php:1963 +#: ../../boot.php:1971 msgid "Status Messages and Posts" msgstr "" -#: ../../boot.php:1970 +#: ../../boot.php:1978 msgid "Profile Details" msgstr "" -#: ../../boot.php:1977 ../../mod/photos.php:51 +#: ../../boot.php:1985 ../../mod/photos.php:52 msgid "Photo Albums" msgstr "" -#: ../../boot.php:1981 ../../boot.php:1984 +#: ../../boot.php:1989 ../../boot.php:1992 msgid "Videos" msgstr "" -#: ../../boot.php:1994 +#: ../../boot.php:2002 msgid "Events and Calendar" msgstr "" -#: ../../boot.php:1998 ../../mod/notes.php:44 +#: ../../boot.php:2006 ../../mod/notes.php:44 msgid "Personal Notes" msgstr "" -#: ../../boot.php:2001 +#: ../../boot.php:2009 msgid "Only You Can See This" msgstr "" @@ -826,15 +833,15 @@ msgstr "" #: ../../mod/display.php:19 ../../mod/_search.php:89 #: ../../mod/directory.php:31 ../../mod/search.php:89 #: ../../mod/dfrn_request.php:761 ../../mod/community.php:18 -#: ../../mod/viewcontacts.php:17 ../../mod/photos.php:914 +#: ../../mod/viewcontacts.php:17 ../../mod/photos.php:918 #: ../../mod/videos.php:115 msgid "Public access denied." msgstr "" -#: ../../mod/display.php:51 ../../mod/display.php:246 ../../mod/decrypt.php:15 -#: ../../mod/admin.php:163 ../../mod/admin.php:952 ../../mod/admin.php:1152 +#: ../../mod/display.php:51 ../../mod/display.php:270 ../../mod/decrypt.php:15 +#: ../../mod/admin.php:163 ../../mod/admin.php:953 ../../mod/admin.php:1153 #: ../../mod/notice.php:15 ../../mod/viewsrc.php:15 -#: ../../include/items.php:4023 +#: ../../include/items.php:4177 msgid "Item not found." msgstr "" @@ -842,7 +849,7 @@ msgstr "" msgid "Access to this profile has been restricted." msgstr "" -#: ../../mod/display.php:239 +#: ../../mod/display.php:263 msgid "Item has been removed." msgstr "" @@ -887,126 +894,126 @@ msgstr "" msgid "%1$s welcomes %2$s" msgstr "" -#: ../../mod/register.php:91 ../../mod/admin.php:734 ../../mod/regmod.php:54 +#: ../../mod/register.php:92 ../../mod/admin.php:735 ../../mod/regmod.php:54 #, php-format msgid "Registration details for %s" msgstr "" -#: ../../mod/register.php:99 +#: ../../mod/register.php:100 msgid "" "Registration successful. Please check your email for further instructions." msgstr "" -#: ../../mod/register.php:103 +#: ../../mod/register.php:104 msgid "Failed to send email message. Here is the message that failed." msgstr "" -#: ../../mod/register.php:108 +#: ../../mod/register.php:109 msgid "Your registration can not be processed." msgstr "" -#: ../../mod/register.php:148 +#: ../../mod/register.php:149 #, php-format msgid "Registration request at %s" msgstr "" -#: ../../mod/register.php:157 +#: ../../mod/register.php:158 msgid "Your registration is pending approval by the site owner." msgstr "" -#: ../../mod/register.php:195 ../../mod/uimport.php:50 +#: ../../mod/register.php:196 ../../mod/uimport.php:50 msgid "" "This site has exceeded the number of allowed daily account registrations. " "Please try again tomorrow." msgstr "" -#: ../../mod/register.php:223 +#: ../../mod/register.php:224 msgid "" "You may (optionally) fill in this form via OpenID by supplying your OpenID " "and clicking 'Register'." msgstr "" -#: ../../mod/register.php:224 +#: ../../mod/register.php:225 msgid "" "If you are not familiar with OpenID, please leave that field blank and fill " "in the rest of the items." msgstr "" -#: ../../mod/register.php:225 +#: ../../mod/register.php:226 msgid "Your OpenID (optional): " msgstr "" -#: ../../mod/register.php:239 +#: ../../mod/register.php:240 msgid "Include your profile in member directory?" msgstr "" -#: ../../mod/register.php:242 ../../mod/api.php:105 ../../mod/suggest.php:29 -#: ../../mod/dfrn_request.php:836 ../../mod/contacts.php:320 -#: ../../mod/settings.php:981 ../../mod/settings.php:987 -#: ../../mod/settings.php:995 ../../mod/settings.php:999 -#: ../../mod/settings.php:1004 ../../mod/settings.php:1010 -#: ../../mod/settings.php:1016 ../../mod/settings.php:1022 -#: ../../mod/settings.php:1052 ../../mod/settings.php:1053 -#: ../../mod/settings.php:1054 ../../mod/settings.php:1055 -#: ../../mod/settings.php:1056 ../../mod/profiles.php:610 -#: ../../mod/message.php:209 ../../include/items.php:4064 +#: ../../mod/register.php:243 ../../mod/api.php:105 ../../mod/suggest.php:29 +#: ../../mod/dfrn_request.php:836 ../../mod/contacts.php:326 +#: ../../mod/settings.php:992 ../../mod/settings.php:998 +#: ../../mod/settings.php:1006 ../../mod/settings.php:1010 +#: ../../mod/settings.php:1015 ../../mod/settings.php:1021 +#: ../../mod/settings.php:1027 ../../mod/settings.php:1033 +#: ../../mod/settings.php:1063 ../../mod/settings.php:1064 +#: ../../mod/settings.php:1065 ../../mod/settings.php:1066 +#: ../../mod/settings.php:1067 ../../mod/profiles.php:614 +#: ../../mod/message.php:209 ../../include/items.php:4218 msgid "Yes" msgstr "" -#: ../../mod/register.php:243 ../../mod/api.php:106 -#: ../../mod/dfrn_request.php:837 ../../mod/settings.php:981 -#: ../../mod/settings.php:987 ../../mod/settings.php:995 -#: ../../mod/settings.php:999 ../../mod/settings.php:1004 -#: ../../mod/settings.php:1010 ../../mod/settings.php:1016 -#: ../../mod/settings.php:1022 ../../mod/settings.php:1052 -#: ../../mod/settings.php:1053 ../../mod/settings.php:1054 -#: ../../mod/settings.php:1055 ../../mod/settings.php:1056 -#: ../../mod/profiles.php:611 +#: ../../mod/register.php:244 ../../mod/api.php:106 +#: ../../mod/dfrn_request.php:837 ../../mod/settings.php:992 +#: ../../mod/settings.php:998 ../../mod/settings.php:1006 +#: ../../mod/settings.php:1010 ../../mod/settings.php:1015 +#: ../../mod/settings.php:1021 ../../mod/settings.php:1027 +#: ../../mod/settings.php:1033 ../../mod/settings.php:1063 +#: ../../mod/settings.php:1064 ../../mod/settings.php:1065 +#: ../../mod/settings.php:1066 ../../mod/settings.php:1067 +#: ../../mod/profiles.php:615 msgid "No" msgstr "" -#: ../../mod/register.php:260 +#: ../../mod/register.php:261 msgid "Membership on this site is by invitation only." msgstr "" -#: ../../mod/register.php:261 +#: ../../mod/register.php:262 msgid "Your invitation ID: " msgstr "" -#: ../../mod/register.php:264 ../../mod/admin.php:572 +#: ../../mod/register.php:265 ../../mod/admin.php:573 msgid "Registration" msgstr "" -#: ../../mod/register.php:272 +#: ../../mod/register.php:273 msgid "Your Full Name (e.g. Joe Smith): " msgstr "" -#: ../../mod/register.php:273 +#: ../../mod/register.php:274 msgid "Your Email Address: " msgstr "" -#: ../../mod/register.php:274 +#: ../../mod/register.php:275 msgid "" "Choose a profile nickname. This must begin with a text character. Your " "profile address on this site will then be 'nickname@$sitename'." msgstr "" -#: ../../mod/register.php:275 +#: ../../mod/register.php:276 msgid "Choose a nickname: " msgstr "" -#: ../../mod/register.php:284 ../../mod/uimport.php:64 +#: ../../mod/register.php:285 ../../mod/uimport.php:64 msgid "Import" msgstr "" -#: ../../mod/register.php:285 +#: ../../mod/register.php:286 msgid "Import your profile to this friendica instance" msgstr "" #: ../../mod/dfrn_confirm.php:62 ../../mod/profiles.php:18 #: ../../mod/profiles.php:133 ../../mod/profiles.php:160 -#: ../../mod/profiles.php:583 +#: ../../mod/profiles.php:587 msgid "Profile not found." msgstr "" @@ -1051,7 +1058,7 @@ msgid "Unable to set contact photo." msgstr "" #: ../../mod/dfrn_confirm.php:477 ../../include/conversation.php:172 -#: ../../include/diaspora.php:621 +#: ../../include/diaspora.php:620 #, php-format msgid "%1$s is now friends with %2$s" msgstr "" @@ -1216,7 +1223,7 @@ msgstr "" #: ../../mod/wallmessage.php:127 ../../mod/wallmessage.php:135 #: ../../mod/message.php:283 ../../mod/message.php:291 #: ../../mod/message.php:466 ../../mod/message.php:474 -#: ../../include/conversation.php:997 ../../include/conversation.php:1015 +#: ../../include/conversation.php:1000 ../../include/conversation.php:1018 msgid "Please enter a link URL:" msgstr "" @@ -1248,13 +1255,13 @@ msgstr "" #: ../../mod/wallmessage.php:154 ../../mod/editpost.php:110 #: ../../mod/message.php:332 ../../mod/message.php:562 -#: ../../include/conversation.php:1081 +#: ../../include/conversation.php:1084 msgid "Upload photo" msgstr "" #: ../../mod/wallmessage.php:155 ../../mod/editpost.php:114 #: ../../mod/message.php:333 ../../mod/message.php:563 -#: ../../include/conversation.php:1085 +#: ../../include/conversation.php:1088 msgid "Insert web link" msgstr "" @@ -1453,12 +1460,12 @@ msgid "Do you really want to delete this suggestion?" msgstr "" #: ../../mod/suggest.php:32 ../../mod/editpost.php:148 -#: ../../mod/dfrn_request.php:848 ../../mod/contacts.php:323 -#: ../../mod/settings.php:602 ../../mod/settings.php:628 -#: ../../mod/message.php:212 ../../mod/photos.php:202 ../../mod/photos.php:290 +#: ../../mod/dfrn_request.php:848 ../../mod/contacts.php:329 +#: ../../mod/settings.php:607 ../../mod/settings.php:633 +#: ../../mod/message.php:212 ../../mod/photos.php:203 ../../mod/photos.php:292 #: ../../mod/tagrm.php:11 ../../mod/tagrm.php:94 ../../mod/fbrowser.php:81 -#: ../../mod/fbrowser.php:116 ../../include/conversation.php:1119 -#: ../../include/items.php:4067 +#: ../../mod/fbrowser.php:116 ../../include/conversation.php:1122 +#: ../../include/items.php:4221 msgid "Cancel" msgstr "" @@ -1472,72 +1479,72 @@ msgstr "" msgid "Ignore/Hide" msgstr "" -#: ../../mod/network.php:179 +#: ../../mod/network.php:136 msgid "Search Results For:" msgstr "" -#: ../../mod/network.php:222 ../../mod/_search.php:21 ../../mod/search.php:21 +#: ../../mod/network.php:179 ../../mod/_search.php:21 ../../mod/search.php:21 msgid "Remove term" msgstr "" -#: ../../mod/network.php:231 ../../mod/_search.php:30 ../../mod/search.php:30 -#: ../../include/features.php:41 +#: ../../mod/network.php:188 ../../mod/_search.php:30 ../../mod/search.php:30 +#: ../../include/features.php:42 msgid "Saved Searches" msgstr "" -#: ../../mod/network.php:232 ../../include/group.php:275 +#: ../../mod/network.php:189 ../../include/group.php:275 msgid "add" msgstr "" -#: ../../mod/network.php:394 +#: ../../mod/network.php:350 msgid "Commented Order" msgstr "" -#: ../../mod/network.php:397 +#: ../../mod/network.php:353 msgid "Sort by Comment Date" msgstr "" -#: ../../mod/network.php:400 +#: ../../mod/network.php:356 msgid "Posted Order" msgstr "" -#: ../../mod/network.php:403 +#: ../../mod/network.php:359 msgid "Sort by Post Date" msgstr "" -#: ../../mod/network.php:441 ../../mod/notifications.php:88 +#: ../../mod/network.php:365 ../../mod/notifications.php:88 msgid "Personal" msgstr "" -#: ../../mod/network.php:444 +#: ../../mod/network.php:368 msgid "Posts that mention or involve you" msgstr "" -#: ../../mod/network.php:450 +#: ../../mod/network.php:374 msgid "New" msgstr "" -#: ../../mod/network.php:453 +#: ../../mod/network.php:377 msgid "Activity Stream - by date" msgstr "" -#: ../../mod/network.php:459 +#: ../../mod/network.php:383 msgid "Shared Links" msgstr "" -#: ../../mod/network.php:462 +#: ../../mod/network.php:386 msgid "Interesting Links" msgstr "" -#: ../../mod/network.php:468 +#: ../../mod/network.php:392 msgid "Starred" msgstr "" -#: ../../mod/network.php:471 +#: ../../mod/network.php:395 msgid "Favourite Posts" msgstr "" -#: ../../mod/network.php:539 +#: ../../mod/network.php:457 #, php-format msgid "Warning: This group contains %s member from an insecure network." msgid_plural "" @@ -1545,31 +1552,31 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: ../../mod/network.php:542 +#: ../../mod/network.php:460 msgid "Private messages to this group are at risk of public disclosure." msgstr "" -#: ../../mod/network.php:588 ../../mod/content.php:119 +#: ../../mod/network.php:514 ../../mod/content.php:119 msgid "No such group" msgstr "" -#: ../../mod/network.php:599 ../../mod/content.php:130 +#: ../../mod/network.php:531 ../../mod/content.php:130 msgid "Group is empty" msgstr "" -#: ../../mod/network.php:605 ../../mod/content.php:134 +#: ../../mod/network.php:538 ../../mod/content.php:134 msgid "Group: " msgstr "" -#: ../../mod/network.php:617 +#: ../../mod/network.php:548 msgid "Contact: " msgstr "" -#: ../../mod/network.php:619 +#: ../../mod/network.php:550 msgid "Private messages to this person are at risk of public disclosure." msgstr "" -#: ../../mod/network.php:624 +#: ../../mod/network.php:555 msgid "Invalid contact." msgstr "" @@ -1875,19 +1882,20 @@ msgstr "" msgid "Theme settings updated." msgstr "" -#: ../../mod/admin.php:101 ../../mod/admin.php:570 +#: ../../mod/admin.php:101 ../../mod/admin.php:571 msgid "Site" msgstr "" -#: ../../mod/admin.php:102 ../../mod/admin.php:898 ../../mod/admin.php:913 +#: ../../mod/admin.php:102 ../../mod/admin.php:899 ../../mod/admin.php:914 msgid "Users" msgstr "" -#: ../../mod/admin.php:103 ../../mod/admin.php:1002 ../../mod/admin.php:1044 +#: ../../mod/admin.php:103 ../../mod/admin.php:1003 ../../mod/admin.php:1045 +#: ../../mod/settings.php:56 msgid "Plugins" msgstr "" -#: ../../mod/admin.php:104 ../../mod/admin.php:1210 ../../mod/admin.php:1244 +#: ../../mod/admin.php:104 ../../mod/admin.php:1211 ../../mod/admin.php:1245 msgid "Themes" msgstr "" @@ -1895,11 +1903,11 @@ msgstr "" msgid "DB updates" msgstr "" -#: ../../mod/admin.php:120 ../../mod/admin.php:127 ../../mod/admin.php:1331 +#: ../../mod/admin.php:120 ../../mod/admin.php:127 ../../mod/admin.php:1332 msgid "Logs" msgstr "" -#: ../../mod/admin.php:125 ../../include/nav.php:178 +#: ../../mod/admin.php:125 ../../include/nav.php:180 msgid "Admin" msgstr "" @@ -1911,19 +1919,19 @@ msgstr "" msgid "User registrations waiting for confirmation" msgstr "" -#: ../../mod/admin.php:187 ../../mod/admin.php:852 +#: ../../mod/admin.php:187 ../../mod/admin.php:853 msgid "Normal Account" msgstr "" -#: ../../mod/admin.php:188 ../../mod/admin.php:853 +#: ../../mod/admin.php:188 ../../mod/admin.php:854 msgid "Soapbox Account" msgstr "" -#: ../../mod/admin.php:189 ../../mod/admin.php:854 +#: ../../mod/admin.php:189 ../../mod/admin.php:855 msgid "Community/Celebrity Account" msgstr "" -#: ../../mod/admin.php:190 ../../mod/admin.php:855 +#: ../../mod/admin.php:190 ../../mod/admin.php:856 msgid "Automatic Friend Account" msgstr "" @@ -1939,9 +1947,9 @@ msgstr "" msgid "Message queues" msgstr "" -#: ../../mod/admin.php:216 ../../mod/admin.php:569 ../../mod/admin.php:897 -#: ../../mod/admin.php:1001 ../../mod/admin.php:1043 ../../mod/admin.php:1209 -#: ../../mod/admin.php:1243 ../../mod/admin.php:1330 +#: ../../mod/admin.php:216 ../../mod/admin.php:570 ../../mod/admin.php:898 +#: ../../mod/admin.php:1002 ../../mod/admin.php:1044 ../../mod/admin.php:1210 +#: ../../mod/admin.php:1244 ../../mod/admin.php:1331 msgid "Administration" msgstr "" @@ -1973,817 +1981,821 @@ msgstr "" msgid "Site settings updated." msgstr "" -#: ../../mod/admin.php:512 ../../mod/settings.php:810 +#: ../../mod/admin.php:512 ../../mod/settings.php:820 msgid "No special theme for mobile devices" msgstr "" -#: ../../mod/admin.php:529 ../../mod/contacts.php:402 +#: ../../mod/admin.php:529 ../../mod/contacts.php:408 msgid "Never" msgstr "" -#: ../../mod/admin.php:530 ../../include/contact_selectors.php:56 +#: ../../mod/admin.php:530 +msgid "At post arrival" +msgstr "" + +#: ../../mod/admin.php:531 ../../include/contact_selectors.php:56 msgid "Frequently" msgstr "" -#: ../../mod/admin.php:531 ../../include/contact_selectors.php:57 +#: ../../mod/admin.php:532 ../../include/contact_selectors.php:57 msgid "Hourly" msgstr "" -#: ../../mod/admin.php:532 ../../include/contact_selectors.php:58 +#: ../../mod/admin.php:533 ../../include/contact_selectors.php:58 msgid "Twice daily" msgstr "" -#: ../../mod/admin.php:533 ../../include/contact_selectors.php:59 +#: ../../mod/admin.php:534 ../../include/contact_selectors.php:59 msgid "Daily" msgstr "" -#: ../../mod/admin.php:538 +#: ../../mod/admin.php:539 msgid "Multi user instance" msgstr "" -#: ../../mod/admin.php:556 +#: ../../mod/admin.php:557 msgid "Closed" msgstr "" -#: ../../mod/admin.php:557 +#: ../../mod/admin.php:558 msgid "Requires approval" msgstr "" -#: ../../mod/admin.php:558 +#: ../../mod/admin.php:559 msgid "Open" msgstr "" -#: ../../mod/admin.php:562 +#: ../../mod/admin.php:563 msgid "No SSL policy, links will track page SSL state" msgstr "" -#: ../../mod/admin.php:563 +#: ../../mod/admin.php:564 msgid "Force all links to use SSL" msgstr "" -#: ../../mod/admin.php:564 +#: ../../mod/admin.php:565 msgid "Self-signed certificate, use SSL for local links only (discouraged)" msgstr "" -#: ../../mod/admin.php:571 ../../mod/admin.php:1045 ../../mod/admin.php:1245 -#: ../../mod/admin.php:1332 ../../mod/settings.php:601 -#: ../../mod/settings.php:711 ../../mod/settings.php:780 -#: ../../mod/settings.php:856 ../../mod/settings.php:1084 +#: ../../mod/admin.php:572 ../../mod/admin.php:1046 ../../mod/admin.php:1246 +#: ../../mod/admin.php:1333 ../../mod/settings.php:606 +#: ../../mod/settings.php:716 ../../mod/settings.php:790 +#: ../../mod/settings.php:866 ../../mod/settings.php:1095 msgid "Save Settings" msgstr "" -#: ../../mod/admin.php:573 +#: ../../mod/admin.php:574 msgid "File upload" msgstr "" -#: ../../mod/admin.php:574 +#: ../../mod/admin.php:575 msgid "Policies" msgstr "" -#: ../../mod/admin.php:575 +#: ../../mod/admin.php:576 msgid "Advanced" msgstr "" -#: ../../mod/admin.php:576 +#: ../../mod/admin.php:577 msgid "Performance" msgstr "" -#: ../../mod/admin.php:577 +#: ../../mod/admin.php:578 msgid "" "Relocate - WARNING: advanced function. Could make this server unreachable." msgstr "" -#: ../../mod/admin.php:580 +#: ../../mod/admin.php:581 msgid "Site name" msgstr "" -#: ../../mod/admin.php:581 +#: ../../mod/admin.php:582 msgid "Banner/Logo" msgstr "" -#: ../../mod/admin.php:582 +#: ../../mod/admin.php:583 msgid "Additional Info" msgstr "" -#: ../../mod/admin.php:582 +#: ../../mod/admin.php:583 msgid "" "For public servers: you can add additional information here that will be " "listed at dir.friendica.com/siteinfo." msgstr "" -#: ../../mod/admin.php:583 +#: ../../mod/admin.php:584 msgid "System language" msgstr "" -#: ../../mod/admin.php:584 +#: ../../mod/admin.php:585 msgid "System theme" msgstr "" -#: ../../mod/admin.php:584 +#: ../../mod/admin.php:585 msgid "" "Default system theme - may be over-ridden by user profiles - change theme settings" msgstr "" -#: ../../mod/admin.php:585 +#: ../../mod/admin.php:586 msgid "Mobile system theme" msgstr "" -#: ../../mod/admin.php:585 +#: ../../mod/admin.php:586 msgid "Theme for mobile devices" msgstr "" -#: ../../mod/admin.php:586 +#: ../../mod/admin.php:587 msgid "SSL link policy" msgstr "" -#: ../../mod/admin.php:586 +#: ../../mod/admin.php:587 msgid "Determines whether generated links should be forced to use SSL" msgstr "" -#: ../../mod/admin.php:587 +#: ../../mod/admin.php:588 msgid "Old style 'Share'" msgstr "" -#: ../../mod/admin.php:587 +#: ../../mod/admin.php:588 msgid "Deactivates the bbcode element 'share' for repeating items." msgstr "" -#: ../../mod/admin.php:588 +#: ../../mod/admin.php:589 msgid "Hide help entry from navigation menu" msgstr "" -#: ../../mod/admin.php:588 +#: ../../mod/admin.php:589 msgid "" "Hides the menu entry for the Help pages from the navigation menu. You can " "still access it calling /help directly." msgstr "" -#: ../../mod/admin.php:589 +#: ../../mod/admin.php:590 msgid "Single user instance" msgstr "" -#: ../../mod/admin.php:589 +#: ../../mod/admin.php:590 msgid "Make this instance multi-user or single-user for the named user" msgstr "" -#: ../../mod/admin.php:590 +#: ../../mod/admin.php:591 msgid "Maximum image size" msgstr "" -#: ../../mod/admin.php:590 +#: ../../mod/admin.php:591 msgid "" "Maximum size in bytes of uploaded images. Default is 0, which means no " "limits." msgstr "" -#: ../../mod/admin.php:591 +#: ../../mod/admin.php:592 msgid "Maximum image length" msgstr "" -#: ../../mod/admin.php:591 +#: ../../mod/admin.php:592 msgid "" "Maximum length in pixels of the longest side of uploaded images. Default is " "-1, which means no limits." msgstr "" -#: ../../mod/admin.php:592 +#: ../../mod/admin.php:593 msgid "JPEG image quality" msgstr "" -#: ../../mod/admin.php:592 +#: ../../mod/admin.php:593 msgid "" "Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " "100, which is full quality." msgstr "" -#: ../../mod/admin.php:594 +#: ../../mod/admin.php:595 msgid "Register policy" msgstr "" -#: ../../mod/admin.php:595 +#: ../../mod/admin.php:596 msgid "Maximum Daily Registrations" msgstr "" -#: ../../mod/admin.php:595 +#: ../../mod/admin.php:596 msgid "" "If registration is permitted above, this sets the maximum number of new user " "registrations to accept per day. If register is set to closed, this setting " "has no effect." msgstr "" -#: ../../mod/admin.php:596 +#: ../../mod/admin.php:597 msgid "Register text" msgstr "" -#: ../../mod/admin.php:596 +#: ../../mod/admin.php:597 msgid "Will be displayed prominently on the registration page." msgstr "" -#: ../../mod/admin.php:597 +#: ../../mod/admin.php:598 msgid "Accounts abandoned after x days" msgstr "" -#: ../../mod/admin.php:597 +#: ../../mod/admin.php:598 msgid "" "Will not waste system resources polling external sites for abandonded " "accounts. Enter 0 for no time limit." msgstr "" -#: ../../mod/admin.php:598 +#: ../../mod/admin.php:599 msgid "Allowed friend domains" msgstr "" -#: ../../mod/admin.php:598 +#: ../../mod/admin.php:599 msgid "" "Comma separated list of domains which are allowed to establish friendships " "with this site. Wildcards are accepted. Empty to allow any domains" msgstr "" -#: ../../mod/admin.php:599 +#: ../../mod/admin.php:600 msgid "Allowed email domains" msgstr "" -#: ../../mod/admin.php:599 +#: ../../mod/admin.php:600 msgid "" "Comma separated list of domains which are allowed in email addresses for " "registrations to this site. Wildcards are accepted. Empty to allow any " "domains" msgstr "" -#: ../../mod/admin.php:600 +#: ../../mod/admin.php:601 msgid "Block public" msgstr "" -#: ../../mod/admin.php:600 +#: ../../mod/admin.php:601 msgid "" "Check to block public access to all otherwise public personal pages on this " "site unless you are currently logged in." msgstr "" -#: ../../mod/admin.php:601 +#: ../../mod/admin.php:602 msgid "Force publish" msgstr "" -#: ../../mod/admin.php:601 +#: ../../mod/admin.php:602 msgid "" "Check to force all profiles on this site to be listed in the site directory." msgstr "" -#: ../../mod/admin.php:602 +#: ../../mod/admin.php:603 msgid "Global directory update URL" msgstr "" -#: ../../mod/admin.php:602 +#: ../../mod/admin.php:603 msgid "" "URL to update the global directory. If this is not set, the global directory " "is completely unavailable to the application." msgstr "" -#: ../../mod/admin.php:603 +#: ../../mod/admin.php:604 msgid "Allow threaded items" msgstr "" -#: ../../mod/admin.php:603 +#: ../../mod/admin.php:604 msgid "Allow infinite level threading for items on this site." msgstr "" -#: ../../mod/admin.php:604 +#: ../../mod/admin.php:605 msgid "Private posts by default for new users" msgstr "" -#: ../../mod/admin.php:604 +#: ../../mod/admin.php:605 msgid "" "Set default post permissions for all new members to the default privacy " "group rather than public." msgstr "" -#: ../../mod/admin.php:605 +#: ../../mod/admin.php:606 msgid "Don't include post content in email notifications" msgstr "" -#: ../../mod/admin.php:605 +#: ../../mod/admin.php:606 msgid "" "Don't include the content of a post/comment/private message/etc. in the " "email notifications that are sent out from this site, as a privacy measure." msgstr "" -#: ../../mod/admin.php:606 +#: ../../mod/admin.php:607 msgid "Disallow public access to addons listed in the apps menu." msgstr "" -#: ../../mod/admin.php:606 +#: ../../mod/admin.php:607 msgid "" "Checking this box will restrict addons listed in the apps menu to members " "only." msgstr "" -#: ../../mod/admin.php:607 +#: ../../mod/admin.php:608 msgid "Don't embed private images in posts" msgstr "" -#: ../../mod/admin.php:607 +#: ../../mod/admin.php:608 msgid "" "Don't replace locally-hosted private photos in posts with an embedded copy " "of the image. This means that contacts who receive posts containing private " "photos will have to authenticate and load each image, which may take a while." msgstr "" -#: ../../mod/admin.php:608 +#: ../../mod/admin.php:609 msgid "Allow Users to set remote_self" msgstr "" -#: ../../mod/admin.php:608 +#: ../../mod/admin.php:609 msgid "" "With checking this, every user is allowed to mark every contact as a " "remote_self in the repair contact dialog. Setting this flag on a contact " "causes mirroring every posting of that contact in the users stream." msgstr "" -#: ../../mod/admin.php:609 +#: ../../mod/admin.php:610 msgid "Block multiple registrations" msgstr "" -#: ../../mod/admin.php:609 +#: ../../mod/admin.php:610 msgid "Disallow users to register additional accounts for use as pages." msgstr "" -#: ../../mod/admin.php:610 +#: ../../mod/admin.php:611 msgid "OpenID support" msgstr "" -#: ../../mod/admin.php:610 +#: ../../mod/admin.php:611 msgid "OpenID support for registration and logins." msgstr "" -#: ../../mod/admin.php:611 +#: ../../mod/admin.php:612 msgid "Fullname check" msgstr "" -#: ../../mod/admin.php:611 +#: ../../mod/admin.php:612 msgid "" "Force users to register with a space between firstname and lastname in Full " "name, as an antispam measure" msgstr "" -#: ../../mod/admin.php:612 +#: ../../mod/admin.php:613 msgid "UTF-8 Regular expressions" msgstr "" -#: ../../mod/admin.php:612 +#: ../../mod/admin.php:613 msgid "Use PHP UTF8 regular expressions" msgstr "" -#: ../../mod/admin.php:613 +#: ../../mod/admin.php:614 msgid "Show Community Page" msgstr "" -#: ../../mod/admin.php:613 +#: ../../mod/admin.php:614 msgid "" "Display a Community page showing all recent public postings on this site." msgstr "" -#: ../../mod/admin.php:614 +#: ../../mod/admin.php:615 msgid "Enable OStatus support" msgstr "" -#: ../../mod/admin.php:614 +#: ../../mod/admin.php:615 msgid "" -"Provide built-in OStatus (identi.ca, status.net, etc.) compatibility. All " +"Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All " "communications in OStatus are public, so privacy warnings will be " "occasionally displayed." msgstr "" -#: ../../mod/admin.php:615 +#: ../../mod/admin.php:616 msgid "OStatus conversation completion interval" msgstr "" -#: ../../mod/admin.php:615 +#: ../../mod/admin.php:616 msgid "" "How often shall the poller check for new entries in OStatus conversations? " "This can be a very ressource task." msgstr "" -#: ../../mod/admin.php:616 +#: ../../mod/admin.php:617 msgid "Enable Diaspora support" msgstr "" -#: ../../mod/admin.php:616 +#: ../../mod/admin.php:617 msgid "Provide built-in Diaspora network compatibility." msgstr "" -#: ../../mod/admin.php:617 +#: ../../mod/admin.php:618 msgid "Only allow Friendica contacts" msgstr "" -#: ../../mod/admin.php:617 +#: ../../mod/admin.php:618 msgid "" "All contacts must use Friendica protocols. All other built-in communication " "protocols disabled." msgstr "" -#: ../../mod/admin.php:618 +#: ../../mod/admin.php:619 msgid "Verify SSL" msgstr "" -#: ../../mod/admin.php:618 +#: ../../mod/admin.php:619 msgid "" "If you wish, you can turn on strict certificate checking. This will mean you " "cannot connect (at all) to self-signed SSL sites." msgstr "" -#: ../../mod/admin.php:619 +#: ../../mod/admin.php:620 msgid "Proxy user" msgstr "" -#: ../../mod/admin.php:620 +#: ../../mod/admin.php:621 msgid "Proxy URL" msgstr "" -#: ../../mod/admin.php:621 +#: ../../mod/admin.php:622 msgid "Network timeout" msgstr "" -#: ../../mod/admin.php:621 +#: ../../mod/admin.php:622 msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." msgstr "" -#: ../../mod/admin.php:622 +#: ../../mod/admin.php:623 msgid "Delivery interval" msgstr "" -#: ../../mod/admin.php:622 +#: ../../mod/admin.php:623 msgid "" "Delay background delivery processes by this many seconds to reduce system " "load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 " "for large dedicated servers." msgstr "" -#: ../../mod/admin.php:623 +#: ../../mod/admin.php:624 msgid "Poll interval" msgstr "" -#: ../../mod/admin.php:623 +#: ../../mod/admin.php:624 msgid "" "Delay background polling processes by this many seconds to reduce system " "load. If 0, use delivery interval." msgstr "" -#: ../../mod/admin.php:624 +#: ../../mod/admin.php:625 msgid "Maximum Load Average" msgstr "" -#: ../../mod/admin.php:624 +#: ../../mod/admin.php:625 msgid "" "Maximum system load before delivery and poll processes are deferred - " "default 50." msgstr "" -#: ../../mod/admin.php:626 +#: ../../mod/admin.php:627 msgid "Use MySQL full text engine" msgstr "" -#: ../../mod/admin.php:626 +#: ../../mod/admin.php:627 msgid "" "Activates the full text engine. Speeds up search - but can only search for " "four and more characters." msgstr "" -#: ../../mod/admin.php:627 +#: ../../mod/admin.php:628 msgid "Suppress Language" msgstr "" -#: ../../mod/admin.php:627 +#: ../../mod/admin.php:628 msgid "Suppress language information in meta information about a posting." msgstr "" -#: ../../mod/admin.php:628 +#: ../../mod/admin.php:629 msgid "Path to item cache" msgstr "" -#: ../../mod/admin.php:629 +#: ../../mod/admin.php:630 msgid "Cache duration in seconds" msgstr "" -#: ../../mod/admin.php:629 +#: ../../mod/admin.php:630 msgid "" "How long should the cache files be hold? Default value is 86400 seconds (One " "day)." msgstr "" -#: ../../mod/admin.php:630 +#: ../../mod/admin.php:631 msgid "Path for lock file" msgstr "" -#: ../../mod/admin.php:631 +#: ../../mod/admin.php:632 msgid "Temp path" msgstr "" -#: ../../mod/admin.php:632 +#: ../../mod/admin.php:633 msgid "Base path to installation" msgstr "" -#: ../../mod/admin.php:634 +#: ../../mod/admin.php:635 msgid "New base url" msgstr "" -#: ../../mod/admin.php:652 +#: ../../mod/admin.php:653 msgid "Update has been marked successful" msgstr "" -#: ../../mod/admin.php:662 +#: ../../mod/admin.php:663 #, php-format msgid "Executing %s failed. Check system logs." msgstr "" -#: ../../mod/admin.php:665 +#: ../../mod/admin.php:666 #, php-format msgid "Update %s was successfully applied." msgstr "" -#: ../../mod/admin.php:669 +#: ../../mod/admin.php:670 #, php-format msgid "Update %s did not return a status. Unknown if it succeeded." msgstr "" -#: ../../mod/admin.php:672 +#: ../../mod/admin.php:673 #, php-format msgid "Update function %s could not be found." msgstr "" -#: ../../mod/admin.php:687 +#: ../../mod/admin.php:688 msgid "No failed updates." msgstr "" -#: ../../mod/admin.php:691 +#: ../../mod/admin.php:692 msgid "Failed Updates" msgstr "" -#: ../../mod/admin.php:692 +#: ../../mod/admin.php:693 msgid "" "This does not include updates prior to 1139, which did not return a status." msgstr "" -#: ../../mod/admin.php:693 +#: ../../mod/admin.php:694 msgid "Mark success (if update was manually applied)" msgstr "" -#: ../../mod/admin.php:694 +#: ../../mod/admin.php:695 msgid "Attempt to execute this update step automatically" msgstr "" -#: ../../mod/admin.php:740 +#: ../../mod/admin.php:741 msgid "Registration successful. Email send to user" msgstr "" -#: ../../mod/admin.php:750 +#: ../../mod/admin.php:751 #, php-format msgid "%s user blocked/unblocked" msgid_plural "%s users blocked/unblocked" msgstr[0] "" msgstr[1] "" -#: ../../mod/admin.php:757 +#: ../../mod/admin.php:758 #, php-format msgid "%s user deleted" msgid_plural "%s users deleted" msgstr[0] "" msgstr[1] "" -#: ../../mod/admin.php:796 +#: ../../mod/admin.php:797 #, php-format msgid "User '%s' deleted" msgstr "" -#: ../../mod/admin.php:804 +#: ../../mod/admin.php:805 #, php-format msgid "User '%s' unblocked" msgstr "" -#: ../../mod/admin.php:804 +#: ../../mod/admin.php:805 #, php-format msgid "User '%s' blocked" msgstr "" -#: ../../mod/admin.php:899 +#: ../../mod/admin.php:900 msgid "Add User" msgstr "" -#: ../../mod/admin.php:900 +#: ../../mod/admin.php:901 msgid "select all" msgstr "" -#: ../../mod/admin.php:901 +#: ../../mod/admin.php:902 msgid "User registrations waiting for confirm" msgstr "" -#: ../../mod/admin.php:902 +#: ../../mod/admin.php:903 msgid "User waiting for permanent deletion" msgstr "" -#: ../../mod/admin.php:903 +#: ../../mod/admin.php:904 msgid "Request date" msgstr "" -#: ../../mod/admin.php:903 ../../mod/admin.php:915 ../../mod/admin.php:916 -#: ../../mod/admin.php:929 ../../mod/crepair.php:150 -#: ../../mod/settings.php:603 ../../mod/settings.php:629 +#: ../../mod/admin.php:904 ../../mod/admin.php:916 ../../mod/admin.php:917 +#: ../../mod/admin.php:930 ../../mod/crepair.php:150 +#: ../../mod/settings.php:608 ../../mod/settings.php:634 msgid "Name" msgstr "" -#: ../../mod/admin.php:903 ../../mod/admin.php:915 ../../mod/admin.php:916 -#: ../../mod/admin.php:931 ../../include/contact_selectors.php:79 +#: ../../mod/admin.php:904 ../../mod/admin.php:916 ../../mod/admin.php:917 +#: ../../mod/admin.php:932 ../../include/contact_selectors.php:79 #: ../../include/contact_selectors.php:86 msgid "Email" msgstr "" -#: ../../mod/admin.php:904 +#: ../../mod/admin.php:905 msgid "No registrations." msgstr "" -#: ../../mod/admin.php:905 ../../mod/notifications.php:161 +#: ../../mod/admin.php:906 ../../mod/notifications.php:161 #: ../../mod/notifications.php:208 msgid "Approve" msgstr "" -#: ../../mod/admin.php:906 +#: ../../mod/admin.php:907 msgid "Deny" msgstr "" -#: ../../mod/admin.php:908 ../../mod/contacts.php:425 -#: ../../mod/contacts.php:484 ../../mod/contacts.php:692 +#: ../../mod/admin.php:909 ../../mod/contacts.php:431 +#: ../../mod/contacts.php:490 ../../mod/contacts.php:700 msgid "Block" msgstr "" -#: ../../mod/admin.php:909 ../../mod/contacts.php:425 -#: ../../mod/contacts.php:484 ../../mod/contacts.php:692 +#: ../../mod/admin.php:910 ../../mod/contacts.php:431 +#: ../../mod/contacts.php:490 ../../mod/contacts.php:700 msgid "Unblock" msgstr "" -#: ../../mod/admin.php:910 +#: ../../mod/admin.php:911 msgid "Site admin" msgstr "" -#: ../../mod/admin.php:911 +#: ../../mod/admin.php:912 msgid "Account expired" msgstr "" -#: ../../mod/admin.php:914 +#: ../../mod/admin.php:915 msgid "New User" msgstr "" -#: ../../mod/admin.php:915 ../../mod/admin.php:916 +#: ../../mod/admin.php:916 ../../mod/admin.php:917 msgid "Register date" msgstr "" -#: ../../mod/admin.php:915 ../../mod/admin.php:916 +#: ../../mod/admin.php:916 ../../mod/admin.php:917 msgid "Last login" msgstr "" -#: ../../mod/admin.php:915 ../../mod/admin.php:916 +#: ../../mod/admin.php:916 ../../mod/admin.php:917 msgid "Last item" msgstr "" -#: ../../mod/admin.php:915 +#: ../../mod/admin.php:916 msgid "Deleted since" msgstr "" -#: ../../mod/admin.php:916 +#: ../../mod/admin.php:917 ../../mod/settings.php:35 msgid "Account" msgstr "" -#: ../../mod/admin.php:918 +#: ../../mod/admin.php:919 msgid "" "Selected users will be deleted!\\n\\nEverything these users had posted on " "this site will be permanently deleted!\\n\\nAre you sure?" msgstr "" -#: ../../mod/admin.php:919 +#: ../../mod/admin.php:920 msgid "" "The user {0} will be deleted!\\n\\nEverything this user has posted on this " "site will be permanently deleted!\\n\\nAre you sure?" msgstr "" -#: ../../mod/admin.php:929 +#: ../../mod/admin.php:930 msgid "Name of the new user." msgstr "" -#: ../../mod/admin.php:930 +#: ../../mod/admin.php:931 msgid "Nickname" msgstr "" -#: ../../mod/admin.php:930 +#: ../../mod/admin.php:931 msgid "Nickname of the new user." msgstr "" -#: ../../mod/admin.php:931 +#: ../../mod/admin.php:932 msgid "Email address of the new user." msgstr "" -#: ../../mod/admin.php:964 +#: ../../mod/admin.php:965 #, php-format msgid "Plugin %s disabled." msgstr "" -#: ../../mod/admin.php:968 +#: ../../mod/admin.php:969 #, php-format msgid "Plugin %s enabled." msgstr "" -#: ../../mod/admin.php:978 ../../mod/admin.php:1181 +#: ../../mod/admin.php:979 ../../mod/admin.php:1182 msgid "Disable" msgstr "" -#: ../../mod/admin.php:980 ../../mod/admin.php:1183 +#: ../../mod/admin.php:981 ../../mod/admin.php:1184 msgid "Enable" msgstr "" -#: ../../mod/admin.php:1003 ../../mod/admin.php:1211 +#: ../../mod/admin.php:1004 ../../mod/admin.php:1212 msgid "Toggle" msgstr "" -#: ../../mod/admin.php:1011 ../../mod/admin.php:1221 +#: ../../mod/admin.php:1012 ../../mod/admin.php:1222 msgid "Author: " msgstr "" -#: ../../mod/admin.php:1012 ../../mod/admin.php:1222 +#: ../../mod/admin.php:1013 ../../mod/admin.php:1223 msgid "Maintainer: " msgstr "" -#: ../../mod/admin.php:1141 +#: ../../mod/admin.php:1142 msgid "No themes found." msgstr "" -#: ../../mod/admin.php:1203 +#: ../../mod/admin.php:1204 msgid "Screenshot" msgstr "" -#: ../../mod/admin.php:1249 +#: ../../mod/admin.php:1250 msgid "[Experimental]" msgstr "" -#: ../../mod/admin.php:1250 +#: ../../mod/admin.php:1251 msgid "[Unsupported]" msgstr "" -#: ../../mod/admin.php:1277 +#: ../../mod/admin.php:1278 msgid "Log settings updated." msgstr "" -#: ../../mod/admin.php:1333 +#: ../../mod/admin.php:1334 msgid "Clear" msgstr "" -#: ../../mod/admin.php:1339 +#: ../../mod/admin.php:1340 msgid "Enable Debugging" msgstr "" -#: ../../mod/admin.php:1340 +#: ../../mod/admin.php:1341 msgid "Log file" msgstr "" -#: ../../mod/admin.php:1340 +#: ../../mod/admin.php:1341 msgid "" "Must be writable by web server. Relative to your Friendica top-level " "directory." msgstr "" -#: ../../mod/admin.php:1341 +#: ../../mod/admin.php:1342 msgid "Log level" msgstr "" -#: ../../mod/admin.php:1390 ../../mod/contacts.php:481 +#: ../../mod/admin.php:1391 ../../mod/contacts.php:487 msgid "Update now" msgstr "" -#: ../../mod/admin.php:1391 +#: ../../mod/admin.php:1392 msgid "Close" msgstr "" -#: ../../mod/admin.php:1397 +#: ../../mod/admin.php:1398 msgid "FTP Host" msgstr "" -#: ../../mod/admin.php:1398 +#: ../../mod/admin.php:1399 msgid "FTP Path" msgstr "" -#: ../../mod/admin.php:1399 +#: ../../mod/admin.php:1400 msgid "FTP User" msgstr "" -#: ../../mod/admin.php:1400 +#: ../../mod/admin.php:1401 msgid "FTP Password" msgstr "" -#: ../../mod/_search.php:99 ../../mod/search.php:99 ../../include/text.php:934 -#: ../../include/text.php:935 ../../include/nav.php:118 +#: ../../mod/_search.php:99 ../../mod/search.php:99 ../../include/text.php:938 +#: ../../include/text.php:939 ../../include/nav.php:118 msgid "Search" msgstr "" #: ../../mod/_search.php:180 ../../mod/_search.php:206 -#: ../../mod/search.php:179 ../../mod/search.php:205 -#: ../../mod/community.php:61 ../../mod/community.php:91 +#: ../../mod/search.php:170 ../../mod/search.php:196 +#: ../../mod/community.php:62 ../../mod/community.php:89 msgid "No results." msgstr "" @@ -2808,75 +2820,75 @@ msgstr "" msgid "Edit post" msgstr "" -#: ../../mod/editpost.php:111 ../../include/conversation.php:1082 +#: ../../mod/editpost.php:111 ../../include/conversation.php:1085 msgid "upload photo" msgstr "" -#: ../../mod/editpost.php:112 ../../include/conversation.php:1083 +#: ../../mod/editpost.php:112 ../../include/conversation.php:1086 msgid "Attach file" msgstr "" -#: ../../mod/editpost.php:113 ../../include/conversation.php:1084 +#: ../../mod/editpost.php:113 ../../include/conversation.php:1087 msgid "attach file" msgstr "" -#: ../../mod/editpost.php:115 ../../include/conversation.php:1086 +#: ../../mod/editpost.php:115 ../../include/conversation.php:1089 msgid "web link" msgstr "" -#: ../../mod/editpost.php:116 ../../include/conversation.php:1087 +#: ../../mod/editpost.php:116 ../../include/conversation.php:1090 msgid "Insert video link" msgstr "" -#: ../../mod/editpost.php:117 ../../include/conversation.php:1088 +#: ../../mod/editpost.php:117 ../../include/conversation.php:1091 msgid "video link" msgstr "" -#: ../../mod/editpost.php:118 ../../include/conversation.php:1089 +#: ../../mod/editpost.php:118 ../../include/conversation.php:1092 msgid "Insert audio link" msgstr "" -#: ../../mod/editpost.php:119 ../../include/conversation.php:1090 +#: ../../mod/editpost.php:119 ../../include/conversation.php:1093 msgid "audio link" msgstr "" -#: ../../mod/editpost.php:120 ../../include/conversation.php:1091 +#: ../../mod/editpost.php:120 ../../include/conversation.php:1094 msgid "Set your location" msgstr "" -#: ../../mod/editpost.php:121 ../../include/conversation.php:1092 +#: ../../mod/editpost.php:121 ../../include/conversation.php:1095 msgid "set location" msgstr "" -#: ../../mod/editpost.php:122 ../../include/conversation.php:1093 +#: ../../mod/editpost.php:122 ../../include/conversation.php:1096 msgid "Clear browser location" msgstr "" -#: ../../mod/editpost.php:123 ../../include/conversation.php:1094 +#: ../../mod/editpost.php:123 ../../include/conversation.php:1097 msgid "clear location" msgstr "" -#: ../../mod/editpost.php:125 ../../include/conversation.php:1100 +#: ../../mod/editpost.php:125 ../../include/conversation.php:1103 msgid "Permission settings" msgstr "" -#: ../../mod/editpost.php:133 ../../include/conversation.php:1109 +#: ../../mod/editpost.php:133 ../../include/conversation.php:1112 msgid "CC: email addresses" msgstr "" -#: ../../mod/editpost.php:134 ../../include/conversation.php:1110 +#: ../../mod/editpost.php:134 ../../include/conversation.php:1113 msgid "Public post" msgstr "" -#: ../../mod/editpost.php:137 ../../include/conversation.php:1096 +#: ../../mod/editpost.php:137 ../../include/conversation.php:1099 msgid "Set title" msgstr "" -#: ../../mod/editpost.php:139 ../../include/conversation.php:1098 +#: ../../mod/editpost.php:139 ../../include/conversation.php:1101 msgid "Categories (comma-separated list)" msgstr "" -#: ../../mod/editpost.php:140 ../../include/conversation.php:1112 +#: ../../mod/editpost.php:140 ../../include/conversation.php:1115 msgid "Example: bob@example.com, mary@example.com" msgstr "" @@ -2905,7 +2917,7 @@ msgstr "" msgid "Find on this site" msgstr "" -#: ../../mod/directory.php:59 ../../mod/contacts.php:685 +#: ../../mod/directory.php:59 ../../mod/contacts.php:693 msgid "Finding: " msgstr "" @@ -2913,12 +2925,12 @@ msgstr "" msgid "Site Directory" msgstr "" -#: ../../mod/directory.php:61 ../../mod/contacts.php:686 +#: ../../mod/directory.php:61 ../../mod/contacts.php:694 #: ../../include/contact_widgets.php:33 msgid "Find" msgstr "" -#: ../../mod/directory.php:111 ../../mod/profiles.php:686 +#: ../../mod/directory.php:111 ../../mod/profiles.php:690 msgid "Age: " msgstr "" @@ -3047,7 +3059,7 @@ msgstr "" msgid "Visible to:" msgstr "" -#: ../../mod/notes.php:63 ../../mod/filer.php:31 ../../include/text.php:937 +#: ../../mod/notes.php:63 ../../mod/filer.php:31 ../../include/text.php:941 msgid "Save" msgstr "" @@ -3144,7 +3156,7 @@ msgstr "" msgid "Disallowed profile URL." msgstr "" -#: ../../mod/dfrn_request.php:571 ../../mod/contacts.php:174 +#: ../../mod/dfrn_request.php:571 ../../mod/contacts.php:180 msgid "Failed to update contact record." msgstr "" @@ -3180,7 +3192,7 @@ msgstr "" msgid "Confirm" msgstr "" -#: ../../mod/dfrn_request.php:716 ../../include/items.php:3532 +#: ../../mod/dfrn_request.php:716 ../../include/items.php:3686 msgid "[Name Withheld]" msgstr "" @@ -3232,7 +3244,7 @@ msgstr "" msgid "StatusNet/Federated Social Web" msgstr "" -#: ../../mod/dfrn_request.php:842 ../../mod/settings.php:722 +#: ../../mod/dfrn_request.php:842 ../../mod/settings.php:728 #: ../../include/contact_selectors.php:80 msgid "Diaspora" msgstr "" @@ -3258,7 +3270,7 @@ msgstr "" msgid "[Embedded content - reload page to view]" msgstr "" -#: ../../mod/content.php:496 ../../include/conversation.php:686 +#: ../../mod/content.php:496 ../../include/conversation.php:688 msgid "View in context" msgstr "" @@ -3269,7 +3281,7 @@ msgid_plural "%d contacts edited" msgstr[0] "" msgstr[1] "" -#: ../../mod/contacts.php:135 ../../mod/contacts.php:258 +#: ../../mod/contacts.php:135 ../../mod/contacts.php:264 msgid "Could not access contact record." msgstr "" @@ -3277,893 +3289,897 @@ msgstr "" msgid "Could not locate selected profile." msgstr "" -#: ../../mod/contacts.php:172 +#: ../../mod/contacts.php:178 msgid "Contact updated." msgstr "" -#: ../../mod/contacts.php:272 +#: ../../mod/contacts.php:278 msgid "Contact has been blocked" msgstr "" -#: ../../mod/contacts.php:272 +#: ../../mod/contacts.php:278 msgid "Contact has been unblocked" msgstr "" -#: ../../mod/contacts.php:282 +#: ../../mod/contacts.php:288 msgid "Contact has been ignored" msgstr "" -#: ../../mod/contacts.php:282 +#: ../../mod/contacts.php:288 msgid "Contact has been unignored" msgstr "" -#: ../../mod/contacts.php:293 +#: ../../mod/contacts.php:299 msgid "Contact has been archived" msgstr "" -#: ../../mod/contacts.php:293 +#: ../../mod/contacts.php:299 msgid "Contact has been unarchived" msgstr "" -#: ../../mod/contacts.php:318 ../../mod/contacts.php:689 +#: ../../mod/contacts.php:324 ../../mod/contacts.php:697 msgid "Do you really want to delete this contact?" msgstr "" -#: ../../mod/contacts.php:335 +#: ../../mod/contacts.php:341 msgid "Contact has been removed." msgstr "" -#: ../../mod/contacts.php:373 +#: ../../mod/contacts.php:379 #, php-format msgid "You are mutual friends with %s" msgstr "" -#: ../../mod/contacts.php:377 +#: ../../mod/contacts.php:383 #, php-format msgid "You are sharing with %s" msgstr "" -#: ../../mod/contacts.php:382 +#: ../../mod/contacts.php:388 #, php-format msgid "%s is sharing with you" msgstr "" -#: ../../mod/contacts.php:399 +#: ../../mod/contacts.php:405 msgid "Private communications are not available for this contact." msgstr "" -#: ../../mod/contacts.php:406 +#: ../../mod/contacts.php:412 msgid "(Update was successful)" msgstr "" -#: ../../mod/contacts.php:406 +#: ../../mod/contacts.php:412 msgid "(Update was not successful)" msgstr "" -#: ../../mod/contacts.php:408 +#: ../../mod/contacts.php:414 msgid "Suggest friends" msgstr "" -#: ../../mod/contacts.php:412 +#: ../../mod/contacts.php:418 #, php-format msgid "Network type: %s" msgstr "" -#: ../../mod/contacts.php:415 ../../include/contact_widgets.php:199 +#: ../../mod/contacts.php:421 ../../include/contact_widgets.php:199 #, php-format msgid "%d contact in common" msgid_plural "%d contacts in common" msgstr[0] "" msgstr[1] "" -#: ../../mod/contacts.php:420 +#: ../../mod/contacts.php:426 msgid "View all contacts" msgstr "" -#: ../../mod/contacts.php:428 +#: ../../mod/contacts.php:434 msgid "Toggle Blocked status" msgstr "" -#: ../../mod/contacts.php:431 ../../mod/contacts.php:485 -#: ../../mod/contacts.php:693 +#: ../../mod/contacts.php:437 ../../mod/contacts.php:491 +#: ../../mod/contacts.php:701 msgid "Unignore" msgstr "" -#: ../../mod/contacts.php:431 ../../mod/contacts.php:485 -#: ../../mod/contacts.php:693 ../../mod/notifications.php:51 +#: ../../mod/contacts.php:437 ../../mod/contacts.php:491 +#: ../../mod/contacts.php:701 ../../mod/notifications.php:51 #: ../../mod/notifications.php:164 ../../mod/notifications.php:210 msgid "Ignore" msgstr "" -#: ../../mod/contacts.php:434 +#: ../../mod/contacts.php:440 msgid "Toggle Ignored status" msgstr "" -#: ../../mod/contacts.php:438 ../../mod/contacts.php:694 +#: ../../mod/contacts.php:444 ../../mod/contacts.php:702 msgid "Unarchive" msgstr "" -#: ../../mod/contacts.php:438 ../../mod/contacts.php:694 +#: ../../mod/contacts.php:444 ../../mod/contacts.php:702 msgid "Archive" msgstr "" -#: ../../mod/contacts.php:441 +#: ../../mod/contacts.php:447 msgid "Toggle Archive status" msgstr "" -#: ../../mod/contacts.php:444 +#: ../../mod/contacts.php:450 msgid "Repair" msgstr "" -#: ../../mod/contacts.php:447 +#: ../../mod/contacts.php:453 msgid "Advanced Contact Settings" msgstr "" -#: ../../mod/contacts.php:453 +#: ../../mod/contacts.php:459 msgid "Communications lost with this contact!" msgstr "" -#: ../../mod/contacts.php:456 +#: ../../mod/contacts.php:462 msgid "Contact Editor" msgstr "" -#: ../../mod/contacts.php:459 +#: ../../mod/contacts.php:465 msgid "Profile Visibility" msgstr "" -#: ../../mod/contacts.php:460 +#: ../../mod/contacts.php:466 #, php-format msgid "" "Please choose the profile you would like to display to %s when viewing your " "profile securely." msgstr "" -#: ../../mod/contacts.php:461 +#: ../../mod/contacts.php:467 msgid "Contact Information / Notes" msgstr "" -#: ../../mod/contacts.php:462 +#: ../../mod/contacts.php:468 msgid "Edit contact notes" msgstr "" -#: ../../mod/contacts.php:467 ../../mod/contacts.php:657 +#: ../../mod/contacts.php:473 ../../mod/contacts.php:665 #: ../../mod/viewcontacts.php:62 ../../mod/nogroup.php:40 #, php-format msgid "Visit %s's profile [%s]" msgstr "" -#: ../../mod/contacts.php:468 +#: ../../mod/contacts.php:474 msgid "Block/Unblock contact" msgstr "" -#: ../../mod/contacts.php:469 +#: ../../mod/contacts.php:475 msgid "Ignore contact" msgstr "" -#: ../../mod/contacts.php:470 +#: ../../mod/contacts.php:476 msgid "Repair URL settings" msgstr "" -#: ../../mod/contacts.php:471 +#: ../../mod/contacts.php:477 msgid "View conversations" msgstr "" -#: ../../mod/contacts.php:473 +#: ../../mod/contacts.php:479 msgid "Delete contact" msgstr "" -#: ../../mod/contacts.php:477 +#: ../../mod/contacts.php:483 msgid "Last update:" msgstr "" -#: ../../mod/contacts.php:479 +#: ../../mod/contacts.php:485 msgid "Update public posts" msgstr "" -#: ../../mod/contacts.php:488 +#: ../../mod/contacts.php:494 msgid "Currently blocked" msgstr "" -#: ../../mod/contacts.php:489 +#: ../../mod/contacts.php:495 msgid "Currently ignored" msgstr "" -#: ../../mod/contacts.php:490 +#: ../../mod/contacts.php:496 msgid "Currently archived" msgstr "" -#: ../../mod/contacts.php:491 ../../mod/notifications.php:157 +#: ../../mod/contacts.php:497 ../../mod/notifications.php:157 #: ../../mod/notifications.php:204 msgid "Hide this contact from others" msgstr "" -#: ../../mod/contacts.php:491 +#: ../../mod/contacts.php:497 msgid "" "Replies/likes to your public posts may still be visible" msgstr "" -#: ../../mod/contacts.php:542 +#: ../../mod/contacts.php:498 +msgid "Notification for new posts" +msgstr "" + +#: ../../mod/contacts.php:498 +msgid "Send a notification of every new post of this contact" +msgstr "" + +#: ../../mod/contacts.php:499 +msgid "Fetch further information for feeds" +msgstr "" + +#: ../../mod/contacts.php:550 msgid "Suggestions" msgstr "" -#: ../../mod/contacts.php:545 +#: ../../mod/contacts.php:553 msgid "Suggest potential friends" msgstr "" -#: ../../mod/contacts.php:548 ../../mod/group.php:194 +#: ../../mod/contacts.php:556 ../../mod/group.php:194 msgid "All Contacts" msgstr "" -#: ../../mod/contacts.php:551 +#: ../../mod/contacts.php:559 msgid "Show all contacts" msgstr "" -#: ../../mod/contacts.php:554 +#: ../../mod/contacts.php:562 msgid "Unblocked" msgstr "" -#: ../../mod/contacts.php:557 +#: ../../mod/contacts.php:565 msgid "Only show unblocked contacts" msgstr "" -#: ../../mod/contacts.php:561 +#: ../../mod/contacts.php:569 msgid "Blocked" msgstr "" -#: ../../mod/contacts.php:564 +#: ../../mod/contacts.php:572 msgid "Only show blocked contacts" msgstr "" -#: ../../mod/contacts.php:568 +#: ../../mod/contacts.php:576 msgid "Ignored" msgstr "" -#: ../../mod/contacts.php:571 +#: ../../mod/contacts.php:579 msgid "Only show ignored contacts" msgstr "" -#: ../../mod/contacts.php:575 +#: ../../mod/contacts.php:583 msgid "Archived" msgstr "" -#: ../../mod/contacts.php:578 +#: ../../mod/contacts.php:586 msgid "Only show archived contacts" msgstr "" -#: ../../mod/contacts.php:582 +#: ../../mod/contacts.php:590 msgid "Hidden" msgstr "" -#: ../../mod/contacts.php:585 +#: ../../mod/contacts.php:593 msgid "Only show hidden contacts" msgstr "" -#: ../../mod/contacts.php:633 +#: ../../mod/contacts.php:641 msgid "Mutual Friendship" msgstr "" -#: ../../mod/contacts.php:637 +#: ../../mod/contacts.php:645 msgid "is a fan of yours" msgstr "" -#: ../../mod/contacts.php:641 +#: ../../mod/contacts.php:649 msgid "you are a fan of" msgstr "" -#: ../../mod/contacts.php:658 ../../mod/nogroup.php:41 +#: ../../mod/contacts.php:666 ../../mod/nogroup.php:41 msgid "Edit contact" msgstr "" -#: ../../mod/contacts.php:684 +#: ../../mod/contacts.php:692 msgid "Search your contacts" msgstr "" -#: ../../mod/contacts.php:691 ../../mod/settings.php:126 -#: ../../mod/settings.php:627 +#: ../../mod/contacts.php:699 ../../mod/settings.php:131 +#: ../../mod/settings.php:632 msgid "Update" msgstr "" -#: ../../mod/settings.php:28 ../../mod/photos.php:79 +#: ../../mod/settings.php:28 ../../mod/photos.php:80 msgid "everybody" msgstr "" -#: ../../mod/settings.php:35 ../../mod/uexport.php:9 ../../include/nav.php:167 -msgid "Account settings" -msgstr "" - #: ../../mod/settings.php:40 msgid "Additional features" msgstr "" -#: ../../mod/settings.php:45 ../../mod/uexport.php:14 -msgid "Display settings" +#: ../../mod/settings.php:45 +msgid "Display" msgstr "" -#: ../../mod/settings.php:51 ../../mod/uexport.php:20 -msgid "Connector settings" +#: ../../mod/settings.php:51 ../../mod/settings.php:772 +msgid "Social Networks" msgstr "" -#: ../../mod/settings.php:56 ../../mod/uexport.php:25 -msgid "Plugin settings" +#: ../../mod/settings.php:61 ../../include/nav.php:167 +msgid "Delegations" msgstr "" -#: ../../mod/settings.php:61 ../../mod/uexport.php:30 +#: ../../mod/settings.php:66 ../../mod/uexport.php:30 msgid "Connected apps" msgstr "" -#: ../../mod/settings.php:66 ../../mod/uexport.php:35 ../../mod/uexport.php:80 +#: ../../mod/settings.php:71 ../../mod/uexport.php:35 ../../mod/uexport.php:80 msgid "Export personal data" msgstr "" -#: ../../mod/settings.php:71 ../../mod/uexport.php:40 +#: ../../mod/settings.php:76 ../../mod/uexport.php:40 msgid "Remove account" msgstr "" -#: ../../mod/settings.php:123 +#: ../../mod/settings.php:128 msgid "Missing some important data!" msgstr "" -#: ../../mod/settings.php:232 +#: ../../mod/settings.php:237 msgid "Failed to connect with email account using the settings provided." msgstr "" -#: ../../mod/settings.php:237 +#: ../../mod/settings.php:242 msgid "Email settings updated." msgstr "" -#: ../../mod/settings.php:252 +#: ../../mod/settings.php:257 msgid "Features updated" msgstr "" -#: ../../mod/settings.php:311 +#: ../../mod/settings.php:316 msgid "Relocate message has been send to your contacts" msgstr "" -#: ../../mod/settings.php:325 +#: ../../mod/settings.php:330 msgid "Passwords do not match. Password unchanged." msgstr "" -#: ../../mod/settings.php:330 +#: ../../mod/settings.php:335 msgid "Empty passwords are not allowed. Password unchanged." msgstr "" -#: ../../mod/settings.php:338 +#: ../../mod/settings.php:343 msgid "Wrong password." msgstr "" -#: ../../mod/settings.php:349 +#: ../../mod/settings.php:354 msgid "Password changed." msgstr "" -#: ../../mod/settings.php:351 +#: ../../mod/settings.php:356 msgid "Password update failed. Please try again." msgstr "" -#: ../../mod/settings.php:416 +#: ../../mod/settings.php:421 msgid " Please use a shorter name." msgstr "" -#: ../../mod/settings.php:418 +#: ../../mod/settings.php:423 msgid " Name too short." msgstr "" -#: ../../mod/settings.php:427 +#: ../../mod/settings.php:432 msgid "Wrong Password" msgstr "" -#: ../../mod/settings.php:432 +#: ../../mod/settings.php:437 msgid " Not valid email." msgstr "" -#: ../../mod/settings.php:438 +#: ../../mod/settings.php:443 msgid " Cannot change to that email." msgstr "" -#: ../../mod/settings.php:493 +#: ../../mod/settings.php:498 msgid "Private forum has no privacy permissions. Using default privacy group." msgstr "" -#: ../../mod/settings.php:497 +#: ../../mod/settings.php:502 msgid "Private forum has no privacy permissions and no default privacy group." msgstr "" -#: ../../mod/settings.php:527 +#: ../../mod/settings.php:532 msgid "Settings updated." msgstr "" -#: ../../mod/settings.php:600 ../../mod/settings.php:626 -#: ../../mod/settings.php:662 +#: ../../mod/settings.php:605 ../../mod/settings.php:631 +#: ../../mod/settings.php:667 msgid "Add application" msgstr "" -#: ../../mod/settings.php:604 ../../mod/settings.php:630 +#: ../../mod/settings.php:609 ../../mod/settings.php:635 msgid "Consumer Key" msgstr "" -#: ../../mod/settings.php:605 ../../mod/settings.php:631 +#: ../../mod/settings.php:610 ../../mod/settings.php:636 msgid "Consumer Secret" msgstr "" -#: ../../mod/settings.php:606 ../../mod/settings.php:632 +#: ../../mod/settings.php:611 ../../mod/settings.php:637 msgid "Redirect" msgstr "" -#: ../../mod/settings.php:607 ../../mod/settings.php:633 +#: ../../mod/settings.php:612 ../../mod/settings.php:638 msgid "Icon url" msgstr "" -#: ../../mod/settings.php:618 +#: ../../mod/settings.php:623 msgid "You can't edit this application." msgstr "" -#: ../../mod/settings.php:661 +#: ../../mod/settings.php:666 msgid "Connected Apps" msgstr "" -#: ../../mod/settings.php:665 +#: ../../mod/settings.php:670 msgid "Client key starts with" msgstr "" -#: ../../mod/settings.php:666 +#: ../../mod/settings.php:671 msgid "No name" msgstr "" -#: ../../mod/settings.php:667 +#: ../../mod/settings.php:672 msgid "Remove authorization" msgstr "" -#: ../../mod/settings.php:679 +#: ../../mod/settings.php:684 msgid "No Plugin settings configured" msgstr "" -#: ../../mod/settings.php:687 +#: ../../mod/settings.php:692 msgid "Plugin Settings" msgstr "" -#: ../../mod/settings.php:701 +#: ../../mod/settings.php:706 msgid "Off" msgstr "" -#: ../../mod/settings.php:701 +#: ../../mod/settings.php:706 msgid "On" msgstr "" -#: ../../mod/settings.php:709 +#: ../../mod/settings.php:714 msgid "Additional Features" msgstr "" -#: ../../mod/settings.php:722 ../../mod/settings.php:723 +#: ../../mod/settings.php:728 ../../mod/settings.php:729 #, php-format msgid "Built-in support for %s connectivity is %s" msgstr "" -#: ../../mod/settings.php:722 ../../mod/settings.php:723 +#: ../../mod/settings.php:728 ../../mod/settings.php:729 msgid "enabled" msgstr "" -#: ../../mod/settings.php:722 ../../mod/settings.php:723 +#: ../../mod/settings.php:728 ../../mod/settings.php:729 msgid "disabled" msgstr "" -#: ../../mod/settings.php:723 +#: ../../mod/settings.php:729 msgid "StatusNet" msgstr "" -#: ../../mod/settings.php:755 +#: ../../mod/settings.php:765 msgid "Email access is disabled on this site." msgstr "" -#: ../../mod/settings.php:762 -msgid "Connector Settings" -msgstr "" - -#: ../../mod/settings.php:767 +#: ../../mod/settings.php:777 msgid "Email/Mailbox Setup" msgstr "" -#: ../../mod/settings.php:768 +#: ../../mod/settings.php:778 msgid "" "If you wish to communicate with email contacts using this service " "(optional), please specify how to connect to your mailbox." msgstr "" -#: ../../mod/settings.php:769 +#: ../../mod/settings.php:779 msgid "Last successful email check:" msgstr "" -#: ../../mod/settings.php:771 +#: ../../mod/settings.php:781 msgid "IMAP server name:" msgstr "" -#: ../../mod/settings.php:772 +#: ../../mod/settings.php:782 msgid "IMAP port:" msgstr "" -#: ../../mod/settings.php:773 +#: ../../mod/settings.php:783 msgid "Security:" msgstr "" -#: ../../mod/settings.php:773 ../../mod/settings.php:778 +#: ../../mod/settings.php:783 ../../mod/settings.php:788 msgid "None" msgstr "" -#: ../../mod/settings.php:774 +#: ../../mod/settings.php:784 msgid "Email login name:" msgstr "" -#: ../../mod/settings.php:775 +#: ../../mod/settings.php:785 msgid "Email password:" msgstr "" -#: ../../mod/settings.php:776 +#: ../../mod/settings.php:786 msgid "Reply-to address:" msgstr "" -#: ../../mod/settings.php:777 +#: ../../mod/settings.php:787 msgid "Send public posts to all email contacts:" msgstr "" -#: ../../mod/settings.php:778 +#: ../../mod/settings.php:788 msgid "Action after import:" msgstr "" -#: ../../mod/settings.php:778 +#: ../../mod/settings.php:788 msgid "Mark as seen" msgstr "" -#: ../../mod/settings.php:778 +#: ../../mod/settings.php:788 msgid "Move to folder" msgstr "" -#: ../../mod/settings.php:779 +#: ../../mod/settings.php:789 msgid "Move to folder:" msgstr "" -#: ../../mod/settings.php:854 +#: ../../mod/settings.php:864 msgid "Display Settings" msgstr "" -#: ../../mod/settings.php:860 ../../mod/settings.php:873 +#: ../../mod/settings.php:870 ../../mod/settings.php:883 msgid "Display Theme:" msgstr "" -#: ../../mod/settings.php:861 +#: ../../mod/settings.php:871 msgid "Mobile Theme:" msgstr "" -#: ../../mod/settings.php:862 +#: ../../mod/settings.php:872 msgid "Update browser every xx seconds" msgstr "" -#: ../../mod/settings.php:862 +#: ../../mod/settings.php:872 msgid "Minimum of 10 seconds, no maximum" msgstr "" -#: ../../mod/settings.php:863 +#: ../../mod/settings.php:873 msgid "Number of items to display per page:" msgstr "" -#: ../../mod/settings.php:863 ../../mod/settings.php:864 +#: ../../mod/settings.php:873 ../../mod/settings.php:874 msgid "Maximum of 100 items" msgstr "" -#: ../../mod/settings.php:864 +#: ../../mod/settings.php:874 msgid "Number of items to display per page when viewed from mobile device:" msgstr "" -#: ../../mod/settings.php:865 +#: ../../mod/settings.php:875 msgid "Don't show emoticons" msgstr "" -#: ../../mod/settings.php:866 +#: ../../mod/settings.php:876 msgid "Infinite scroll" msgstr "" -#: ../../mod/settings.php:942 +#: ../../mod/settings.php:953 msgid "Normal Account Page" msgstr "" -#: ../../mod/settings.php:943 +#: ../../mod/settings.php:954 msgid "This account is a normal personal profile" msgstr "" -#: ../../mod/settings.php:946 +#: ../../mod/settings.php:957 msgid "Soapbox Page" msgstr "" -#: ../../mod/settings.php:947 +#: ../../mod/settings.php:958 msgid "Automatically approve all connection/friend requests as read-only fans" msgstr "" -#: ../../mod/settings.php:950 +#: ../../mod/settings.php:961 msgid "Community Forum/Celebrity Account" msgstr "" -#: ../../mod/settings.php:951 +#: ../../mod/settings.php:962 msgid "Automatically approve all connection/friend requests as read-write fans" msgstr "" -#: ../../mod/settings.php:954 +#: ../../mod/settings.php:965 msgid "Automatic Friend Page" msgstr "" -#: ../../mod/settings.php:955 +#: ../../mod/settings.php:966 msgid "Automatically approve all connection/friend requests as friends" msgstr "" -#: ../../mod/settings.php:958 +#: ../../mod/settings.php:969 msgid "Private Forum [Experimental]" msgstr "" -#: ../../mod/settings.php:959 +#: ../../mod/settings.php:970 msgid "Private forum - approved members only" msgstr "" -#: ../../mod/settings.php:971 +#: ../../mod/settings.php:982 msgid "OpenID:" msgstr "" -#: ../../mod/settings.php:971 +#: ../../mod/settings.php:982 msgid "(Optional) Allow this OpenID to login to this account." msgstr "" -#: ../../mod/settings.php:981 +#: ../../mod/settings.php:992 msgid "Publish your default profile in your local site directory?" msgstr "" -#: ../../mod/settings.php:987 +#: ../../mod/settings.php:998 msgid "Publish your default profile in the global social directory?" msgstr "" -#: ../../mod/settings.php:995 +#: ../../mod/settings.php:1006 msgid "Hide your contact/friend list from viewers of your default profile?" msgstr "" -#: ../../mod/settings.php:999 +#: ../../mod/settings.php:1010 msgid "Hide your profile details from unknown viewers?" msgstr "" -#: ../../mod/settings.php:1004 +#: ../../mod/settings.php:1015 msgid "Allow friends to post to your profile page?" msgstr "" -#: ../../mod/settings.php:1010 +#: ../../mod/settings.php:1021 msgid "Allow friends to tag your posts?" msgstr "" -#: ../../mod/settings.php:1016 +#: ../../mod/settings.php:1027 msgid "Allow us to suggest you as a potential friend to new members?" msgstr "" -#: ../../mod/settings.php:1022 +#: ../../mod/settings.php:1033 msgid "Permit unknown people to send you private mail?" msgstr "" -#: ../../mod/settings.php:1030 +#: ../../mod/settings.php:1041 msgid "Profile is not published." msgstr "" -#: ../../mod/settings.php:1033 ../../mod/profile_photo.php:248 +#: ../../mod/settings.php:1044 ../../mod/profile_photo.php:248 msgid "or" msgstr "" -#: ../../mod/settings.php:1038 +#: ../../mod/settings.php:1049 msgid "Your Identity Address is" msgstr "" -#: ../../mod/settings.php:1049 +#: ../../mod/settings.php:1060 msgid "Automatically expire posts after this many days:" msgstr "" -#: ../../mod/settings.php:1049 +#: ../../mod/settings.php:1060 msgid "If empty, posts will not expire. Expired posts will be deleted" msgstr "" -#: ../../mod/settings.php:1050 +#: ../../mod/settings.php:1061 msgid "Advanced expiration settings" msgstr "" -#: ../../mod/settings.php:1051 +#: ../../mod/settings.php:1062 msgid "Advanced Expiration" msgstr "" -#: ../../mod/settings.php:1052 +#: ../../mod/settings.php:1063 msgid "Expire posts:" msgstr "" -#: ../../mod/settings.php:1053 +#: ../../mod/settings.php:1064 msgid "Expire personal notes:" msgstr "" -#: ../../mod/settings.php:1054 +#: ../../mod/settings.php:1065 msgid "Expire starred posts:" msgstr "" -#: ../../mod/settings.php:1055 +#: ../../mod/settings.php:1066 msgid "Expire photos:" msgstr "" -#: ../../mod/settings.php:1056 +#: ../../mod/settings.php:1067 msgid "Only expire posts by others:" msgstr "" -#: ../../mod/settings.php:1082 +#: ../../mod/settings.php:1093 msgid "Account Settings" msgstr "" -#: ../../mod/settings.php:1090 +#: ../../mod/settings.php:1101 msgid "Password Settings" msgstr "" -#: ../../mod/settings.php:1091 +#: ../../mod/settings.php:1102 msgid "New Password:" msgstr "" -#: ../../mod/settings.php:1092 +#: ../../mod/settings.php:1103 msgid "Confirm:" msgstr "" -#: ../../mod/settings.php:1092 +#: ../../mod/settings.php:1103 msgid "Leave password fields blank unless changing" msgstr "" -#: ../../mod/settings.php:1093 +#: ../../mod/settings.php:1104 msgid "Current Password:" msgstr "" -#: ../../mod/settings.php:1093 ../../mod/settings.php:1094 +#: ../../mod/settings.php:1104 ../../mod/settings.php:1105 msgid "Your current password to confirm the changes" msgstr "" -#: ../../mod/settings.php:1094 +#: ../../mod/settings.php:1105 msgid "Password:" msgstr "" -#: ../../mod/settings.php:1098 +#: ../../mod/settings.php:1109 msgid "Basic Settings" msgstr "" -#: ../../mod/settings.php:1099 ../../include/profile_advanced.php:15 +#: ../../mod/settings.php:1110 ../../include/profile_advanced.php:15 msgid "Full Name:" msgstr "" -#: ../../mod/settings.php:1100 +#: ../../mod/settings.php:1111 msgid "Email Address:" msgstr "" -#: ../../mod/settings.php:1101 +#: ../../mod/settings.php:1112 msgid "Your Timezone:" msgstr "" -#: ../../mod/settings.php:1102 +#: ../../mod/settings.php:1113 msgid "Default Post Location:" msgstr "" -#: ../../mod/settings.php:1103 +#: ../../mod/settings.php:1114 msgid "Use Browser Location:" msgstr "" -#: ../../mod/settings.php:1106 +#: ../../mod/settings.php:1117 msgid "Security and Privacy Settings" msgstr "" -#: ../../mod/settings.php:1108 +#: ../../mod/settings.php:1119 msgid "Maximum Friend Requests/Day:" msgstr "" -#: ../../mod/settings.php:1108 ../../mod/settings.php:1138 +#: ../../mod/settings.php:1119 ../../mod/settings.php:1149 msgid "(to prevent spam abuse)" msgstr "" -#: ../../mod/settings.php:1109 +#: ../../mod/settings.php:1120 msgid "Default Post Permissions" msgstr "" -#: ../../mod/settings.php:1110 +#: ../../mod/settings.php:1121 msgid "(click to open/close)" msgstr "" -#: ../../mod/settings.php:1119 ../../mod/photos.php:1140 -#: ../../mod/photos.php:1506 +#: ../../mod/settings.php:1130 ../../mod/photos.php:1144 +#: ../../mod/photos.php:1515 msgid "Show to Groups" msgstr "" -#: ../../mod/settings.php:1120 ../../mod/photos.php:1141 -#: ../../mod/photos.php:1507 +#: ../../mod/settings.php:1131 ../../mod/photos.php:1145 +#: ../../mod/photos.php:1516 msgid "Show to Contacts" msgstr "" -#: ../../mod/settings.php:1121 +#: ../../mod/settings.php:1132 msgid "Default Private Post" msgstr "" -#: ../../mod/settings.php:1122 +#: ../../mod/settings.php:1133 msgid "Default Public Post" msgstr "" -#: ../../mod/settings.php:1126 +#: ../../mod/settings.php:1137 msgid "Default Permissions for New Posts" msgstr "" -#: ../../mod/settings.php:1138 +#: ../../mod/settings.php:1149 msgid "Maximum private messages per day from unknown people:" msgstr "" -#: ../../mod/settings.php:1141 +#: ../../mod/settings.php:1152 msgid "Notification Settings" msgstr "" -#: ../../mod/settings.php:1142 +#: ../../mod/settings.php:1153 msgid "By default post a status message when:" msgstr "" -#: ../../mod/settings.php:1143 +#: ../../mod/settings.php:1154 msgid "accepting a friend request" msgstr "" -#: ../../mod/settings.php:1144 +#: ../../mod/settings.php:1155 msgid "joining a forum/community" msgstr "" -#: ../../mod/settings.php:1145 +#: ../../mod/settings.php:1156 msgid "making an interesting profile change" msgstr "" -#: ../../mod/settings.php:1146 +#: ../../mod/settings.php:1157 msgid "Send a notification email when:" msgstr "" -#: ../../mod/settings.php:1147 +#: ../../mod/settings.php:1158 msgid "You receive an introduction" msgstr "" -#: ../../mod/settings.php:1148 +#: ../../mod/settings.php:1159 msgid "Your introductions are confirmed" msgstr "" -#: ../../mod/settings.php:1149 +#: ../../mod/settings.php:1160 msgid "Someone writes on your profile wall" msgstr "" -#: ../../mod/settings.php:1150 +#: ../../mod/settings.php:1161 msgid "Someone writes a followup comment" msgstr "" -#: ../../mod/settings.php:1151 +#: ../../mod/settings.php:1162 msgid "You receive a private message" msgstr "" -#: ../../mod/settings.php:1152 +#: ../../mod/settings.php:1163 msgid "You receive a friend suggestion" msgstr "" -#: ../../mod/settings.php:1153 +#: ../../mod/settings.php:1164 msgid "You are tagged in a post" msgstr "" -#: ../../mod/settings.php:1154 +#: ../../mod/settings.php:1165 msgid "You are poked/prodded/etc. in a post" msgstr "" -#: ../../mod/settings.php:1157 +#: ../../mod/settings.php:1168 msgid "Advanced Account/Page Type Settings" msgstr "" -#: ../../mod/settings.php:1158 +#: ../../mod/settings.php:1169 msgid "Change the behaviour of this account for special situations" msgstr "" -#: ../../mod/settings.php:1161 +#: ../../mod/settings.php:1172 msgid "Relocate" msgstr "" -#: ../../mod/settings.php:1162 +#: ../../mod/settings.php:1173 msgid "" "If you have moved this profile from another server, and some of your " "contacts don't receive your updates, try pushing this button." msgstr "" -#: ../../mod/settings.php:1163 +#: ../../mod/settings.php:1174 msgid "Resend relocate message to contacts" msgstr "" @@ -4187,265 +4203,265 @@ msgstr "" msgid "Profile Name is required." msgstr "" -#: ../../mod/profiles.php:317 +#: ../../mod/profiles.php:321 msgid "Marital Status" msgstr "" -#: ../../mod/profiles.php:321 +#: ../../mod/profiles.php:325 msgid "Romantic Partner" msgstr "" -#: ../../mod/profiles.php:325 +#: ../../mod/profiles.php:329 msgid "Likes" msgstr "" -#: ../../mod/profiles.php:329 +#: ../../mod/profiles.php:333 msgid "Dislikes" msgstr "" -#: ../../mod/profiles.php:333 +#: ../../mod/profiles.php:337 msgid "Work/Employment" msgstr "" -#: ../../mod/profiles.php:336 +#: ../../mod/profiles.php:340 msgid "Religion" msgstr "" -#: ../../mod/profiles.php:340 +#: ../../mod/profiles.php:344 msgid "Political Views" msgstr "" -#: ../../mod/profiles.php:344 +#: ../../mod/profiles.php:348 msgid "Gender" msgstr "" -#: ../../mod/profiles.php:348 +#: ../../mod/profiles.php:352 msgid "Sexual Preference" msgstr "" -#: ../../mod/profiles.php:352 +#: ../../mod/profiles.php:356 msgid "Homepage" msgstr "" -#: ../../mod/profiles.php:356 +#: ../../mod/profiles.php:360 msgid "Interests" msgstr "" -#: ../../mod/profiles.php:360 +#: ../../mod/profiles.php:364 msgid "Address" msgstr "" -#: ../../mod/profiles.php:367 +#: ../../mod/profiles.php:371 msgid "Location" msgstr "" -#: ../../mod/profiles.php:450 +#: ../../mod/profiles.php:454 msgid "Profile updated." msgstr "" -#: ../../mod/profiles.php:521 +#: ../../mod/profiles.php:525 msgid " and " msgstr "" -#: ../../mod/profiles.php:529 -msgid "public profile" -msgstr "" - -#: ../../mod/profiles.php:532 -#, php-format -msgid "%1$s changed %2$s to “%3$s”" -msgstr "" - #: ../../mod/profiles.php:533 -#, php-format -msgid " - Visit %1$s's %2$s" +msgid "public profile" msgstr "" #: ../../mod/profiles.php:536 #, php-format +msgid "%1$s changed %2$s to “%3$s”" +msgstr "" + +#: ../../mod/profiles.php:537 +#, php-format +msgid " - Visit %1$s's %2$s" +msgstr "" + +#: ../../mod/profiles.php:540 +#, php-format msgid "%1$s has an updated %2$s, changing %3$s." msgstr "" -#: ../../mod/profiles.php:609 +#: ../../mod/profiles.php:613 msgid "Hide your contact/friend list from viewers of this profile?" msgstr "" -#: ../../mod/profiles.php:629 +#: ../../mod/profiles.php:633 msgid "Edit Profile Details" msgstr "" -#: ../../mod/profiles.php:631 +#: ../../mod/profiles.php:635 msgid "Change Profile Photo" msgstr "" -#: ../../mod/profiles.php:632 +#: ../../mod/profiles.php:636 msgid "View this profile" msgstr "" -#: ../../mod/profiles.php:633 +#: ../../mod/profiles.php:637 msgid "Create a new profile using these settings" msgstr "" -#: ../../mod/profiles.php:634 +#: ../../mod/profiles.php:638 msgid "Clone this profile" msgstr "" -#: ../../mod/profiles.php:635 +#: ../../mod/profiles.php:639 msgid "Delete this profile" msgstr "" -#: ../../mod/profiles.php:636 +#: ../../mod/profiles.php:640 msgid "Profile Name:" msgstr "" -#: ../../mod/profiles.php:637 +#: ../../mod/profiles.php:641 msgid "Your Full Name:" msgstr "" -#: ../../mod/profiles.php:638 +#: ../../mod/profiles.php:642 msgid "Title/Description:" msgstr "" -#: ../../mod/profiles.php:639 +#: ../../mod/profiles.php:643 msgid "Your Gender:" msgstr "" -#: ../../mod/profiles.php:640 +#: ../../mod/profiles.php:644 #, php-format msgid "Birthday (%s):" msgstr "" -#: ../../mod/profiles.php:641 +#: ../../mod/profiles.php:645 msgid "Street Address:" msgstr "" -#: ../../mod/profiles.php:642 +#: ../../mod/profiles.php:646 msgid "Locality/City:" msgstr "" -#: ../../mod/profiles.php:643 +#: ../../mod/profiles.php:647 msgid "Postal/Zip Code:" msgstr "" -#: ../../mod/profiles.php:644 +#: ../../mod/profiles.php:648 msgid "Country:" msgstr "" -#: ../../mod/profiles.php:645 +#: ../../mod/profiles.php:649 msgid "Region/State:" msgstr "" -#: ../../mod/profiles.php:646 +#: ../../mod/profiles.php:650 msgid " Marital Status:" msgstr "" -#: ../../mod/profiles.php:647 +#: ../../mod/profiles.php:651 msgid "Who: (if applicable)" msgstr "" -#: ../../mod/profiles.php:648 +#: ../../mod/profiles.php:652 msgid "Examples: cathy123, Cathy Williams, cathy@example.com" msgstr "" -#: ../../mod/profiles.php:649 +#: ../../mod/profiles.php:653 msgid "Since [date]:" msgstr "" -#: ../../mod/profiles.php:650 ../../include/profile_advanced.php:46 +#: ../../mod/profiles.php:654 ../../include/profile_advanced.php:46 msgid "Sexual Preference:" msgstr "" -#: ../../mod/profiles.php:651 +#: ../../mod/profiles.php:655 msgid "Homepage URL:" msgstr "" -#: ../../mod/profiles.php:652 ../../include/profile_advanced.php:50 +#: ../../mod/profiles.php:656 ../../include/profile_advanced.php:50 msgid "Hometown:" msgstr "" -#: ../../mod/profiles.php:653 ../../include/profile_advanced.php:54 +#: ../../mod/profiles.php:657 ../../include/profile_advanced.php:54 msgid "Political Views:" msgstr "" -#: ../../mod/profiles.php:654 +#: ../../mod/profiles.php:658 msgid "Religious Views:" msgstr "" -#: ../../mod/profiles.php:655 +#: ../../mod/profiles.php:659 msgid "Public Keywords:" msgstr "" -#: ../../mod/profiles.php:656 +#: ../../mod/profiles.php:660 msgid "Private Keywords:" msgstr "" -#: ../../mod/profiles.php:657 ../../include/profile_advanced.php:62 +#: ../../mod/profiles.php:661 ../../include/profile_advanced.php:62 msgid "Likes:" msgstr "" -#: ../../mod/profiles.php:658 ../../include/profile_advanced.php:64 +#: ../../mod/profiles.php:662 ../../include/profile_advanced.php:64 msgid "Dislikes:" msgstr "" -#: ../../mod/profiles.php:659 +#: ../../mod/profiles.php:663 msgid "Example: fishing photography software" msgstr "" -#: ../../mod/profiles.php:660 +#: ../../mod/profiles.php:664 msgid "(Used for suggesting potential friends, can be seen by others)" msgstr "" -#: ../../mod/profiles.php:661 +#: ../../mod/profiles.php:665 msgid "(Used for searching profiles, never shown to others)" msgstr "" -#: ../../mod/profiles.php:662 +#: ../../mod/profiles.php:666 msgid "Tell us about yourself..." msgstr "" -#: ../../mod/profiles.php:663 +#: ../../mod/profiles.php:667 msgid "Hobbies/Interests" msgstr "" -#: ../../mod/profiles.php:664 +#: ../../mod/profiles.php:668 msgid "Contact information and Social Networks" msgstr "" -#: ../../mod/profiles.php:665 +#: ../../mod/profiles.php:669 msgid "Musical interests" msgstr "" -#: ../../mod/profiles.php:666 +#: ../../mod/profiles.php:670 msgid "Books, literature" msgstr "" -#: ../../mod/profiles.php:667 +#: ../../mod/profiles.php:671 msgid "Television" msgstr "" -#: ../../mod/profiles.php:668 +#: ../../mod/profiles.php:672 msgid "Film/dance/culture/entertainment" msgstr "" -#: ../../mod/profiles.php:669 +#: ../../mod/profiles.php:673 msgid "Love/romance" msgstr "" -#: ../../mod/profiles.php:670 +#: ../../mod/profiles.php:674 msgid "Work/employment" msgstr "" -#: ../../mod/profiles.php:671 +#: ../../mod/profiles.php:675 msgid "School/education" msgstr "" -#: ../../mod/profiles.php:676 +#: ../../mod/profiles.php:680 msgid "" "This is your public profile.
It may " "be visible to anybody using the internet." msgstr "" -#: ../../mod/profiles.php:725 +#: ../../mod/profiles.php:729 msgid "Edit/Manage Profiles" msgstr "" @@ -4561,7 +4577,7 @@ msgstr "" msgid "System Notifications" msgstr "" -#: ../../mod/message.php:9 ../../include/nav.php:159 +#: ../../mod/message.php:9 ../../include/nav.php:161 msgid "New Message" msgstr "" @@ -4570,7 +4586,7 @@ msgid "Unable to locate contact information." msgstr "" #: ../../mod/message.php:182 ../../mod/notifications.php:103 -#: ../../include/nav.php:156 +#: ../../include/nav.php:158 msgid "Messages" msgstr "" @@ -4638,7 +4654,7 @@ msgstr "" msgid "Send Reply" msgstr "" -#: ../../mod/like.php:170 ../../include/conversation.php:140 +#: ../../mod/like.php:169 ../../include/conversation.php:140 #, php-format msgid "%1$s doesn't like %2$s's %3$s" msgstr "" @@ -4648,7 +4664,7 @@ msgid "Post successful." msgstr "" #: ../../mod/localtime.php:12 ../../include/event.php:11 -#: ../../include/bb2diaspora.php:393 +#: ../../include/bb2diaspora.php:133 msgid "l F d, Y \\@ g:i A" msgstr "" @@ -4681,8 +4697,8 @@ msgstr "" msgid "Please select your timezone:" msgstr "" -#: ../../mod/filer.php:30 ../../include/conversation.php:1001 -#: ../../include/conversation.php:1019 +#: ../../mod/filer.php:30 ../../include/conversation.php:1004 +#: ../../include/conversation.php:1022 msgid "Save to Folder:" msgstr "" @@ -4710,7 +4726,7 @@ msgstr "" msgid "No contacts." msgstr "" -#: ../../mod/viewcontacts.php:76 ../../include/text.php:857 +#: ../../mod/viewcontacts.php:76 ../../include/text.php:861 msgid "View Contacts" msgstr "" @@ -4722,191 +4738,191 @@ msgstr "" msgid "No matches" msgstr "" -#: ../../mod/photos.php:66 ../../mod/photos.php:1222 ../../mod/photos.php:1795 +#: ../../mod/photos.php:67 ../../mod/photos.php:1226 ../../mod/photos.php:1810 msgid "Upload New Photos" msgstr "" -#: ../../mod/photos.php:143 +#: ../../mod/photos.php:144 msgid "Contact information unavailable" msgstr "" -#: ../../mod/photos.php:164 +#: ../../mod/photos.php:165 msgid "Album not found." msgstr "" -#: ../../mod/photos.php:187 ../../mod/photos.php:199 ../../mod/photos.php:1200 +#: ../../mod/photos.php:188 ../../mod/photos.php:200 ../../mod/photos.php:1204 msgid "Delete Album" msgstr "" -#: ../../mod/photos.php:197 +#: ../../mod/photos.php:198 msgid "Do you really want to delete this photo album and all its photos?" msgstr "" -#: ../../mod/photos.php:276 ../../mod/photos.php:287 ../../mod/photos.php:1502 +#: ../../mod/photos.php:278 ../../mod/photos.php:289 ../../mod/photos.php:1511 msgid "Delete Photo" msgstr "" -#: ../../mod/photos.php:285 +#: ../../mod/photos.php:287 msgid "Do you really want to delete this photo?" msgstr "" -#: ../../mod/photos.php:656 +#: ../../mod/photos.php:660 #, php-format msgid "%1$s was tagged in %2$s by %3$s" msgstr "" -#: ../../mod/photos.php:656 +#: ../../mod/photos.php:660 msgid "a photo" msgstr "" -#: ../../mod/photos.php:761 +#: ../../mod/photos.php:765 msgid "Image exceeds size limit of " msgstr "" -#: ../../mod/photos.php:769 +#: ../../mod/photos.php:773 msgid "Image file is empty." msgstr "" -#: ../../mod/photos.php:801 ../../mod/wall_upload.php:112 +#: ../../mod/photos.php:805 ../../mod/wall_upload.php:112 #: ../../mod/profile_photo.php:153 msgid "Unable to process image." msgstr "" -#: ../../mod/photos.php:828 ../../mod/wall_upload.php:138 +#: ../../mod/photos.php:832 ../../mod/wall_upload.php:138 #: ../../mod/profile_photo.php:301 msgid "Image upload failed." msgstr "" -#: ../../mod/photos.php:924 +#: ../../mod/photos.php:928 msgid "No photos selected" msgstr "" -#: ../../mod/photos.php:1025 ../../mod/videos.php:226 +#: ../../mod/photos.php:1029 ../../mod/videos.php:226 msgid "Access to this item is restricted." msgstr "" -#: ../../mod/photos.php:1088 +#: ../../mod/photos.php:1092 #, php-format msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage." msgstr "" -#: ../../mod/photos.php:1123 +#: ../../mod/photos.php:1127 msgid "Upload Photos" msgstr "" -#: ../../mod/photos.php:1127 ../../mod/photos.php:1195 +#: ../../mod/photos.php:1131 ../../mod/photos.php:1199 msgid "New album name: " msgstr "" -#: ../../mod/photos.php:1128 +#: ../../mod/photos.php:1132 msgid "or existing album name: " msgstr "" -#: ../../mod/photos.php:1129 +#: ../../mod/photos.php:1133 msgid "Do not show a status post for this upload" msgstr "" -#: ../../mod/photos.php:1131 ../../mod/photos.php:1497 +#: ../../mod/photos.php:1135 ../../mod/photos.php:1506 msgid "Permissions" msgstr "" -#: ../../mod/photos.php:1142 +#: ../../mod/photos.php:1146 msgid "Private Photo" msgstr "" -#: ../../mod/photos.php:1143 +#: ../../mod/photos.php:1147 msgid "Public Photo" msgstr "" -#: ../../mod/photos.php:1210 +#: ../../mod/photos.php:1214 msgid "Edit Album" msgstr "" -#: ../../mod/photos.php:1216 +#: ../../mod/photos.php:1220 msgid "Show Newest First" msgstr "" -#: ../../mod/photos.php:1218 +#: ../../mod/photos.php:1222 msgid "Show Oldest First" msgstr "" -#: ../../mod/photos.php:1251 ../../mod/photos.php:1778 +#: ../../mod/photos.php:1255 ../../mod/photos.php:1793 msgid "View Photo" msgstr "" -#: ../../mod/photos.php:1286 +#: ../../mod/photos.php:1290 msgid "Permission denied. Access to this item may be restricted." msgstr "" -#: ../../mod/photos.php:1288 +#: ../../mod/photos.php:1292 msgid "Photo not available" msgstr "" -#: ../../mod/photos.php:1344 +#: ../../mod/photos.php:1348 msgid "View photo" msgstr "" -#: ../../mod/photos.php:1344 +#: ../../mod/photos.php:1348 msgid "Edit photo" msgstr "" -#: ../../mod/photos.php:1345 +#: ../../mod/photos.php:1349 msgid "Use as profile photo" msgstr "" -#: ../../mod/photos.php:1370 +#: ../../mod/photos.php:1374 msgid "View Full Size" msgstr "" -#: ../../mod/photos.php:1444 +#: ../../mod/photos.php:1453 msgid "Tags: " msgstr "" -#: ../../mod/photos.php:1447 +#: ../../mod/photos.php:1456 msgid "[Remove any tag]" msgstr "" -#: ../../mod/photos.php:1487 +#: ../../mod/photos.php:1496 msgid "Rotate CW (right)" msgstr "" -#: ../../mod/photos.php:1488 +#: ../../mod/photos.php:1497 msgid "Rotate CCW (left)" msgstr "" -#: ../../mod/photos.php:1490 +#: ../../mod/photos.php:1499 msgid "New album name" msgstr "" -#: ../../mod/photos.php:1493 +#: ../../mod/photos.php:1502 msgid "Caption" msgstr "" -#: ../../mod/photos.php:1495 +#: ../../mod/photos.php:1504 msgid "Add a Tag" msgstr "" -#: ../../mod/photos.php:1499 +#: ../../mod/photos.php:1508 msgid "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" msgstr "" -#: ../../mod/photos.php:1508 +#: ../../mod/photos.php:1517 msgid "Private photo" msgstr "" -#: ../../mod/photos.php:1509 +#: ../../mod/photos.php:1518 msgid "Public photo" msgstr "" -#: ../../mod/photos.php:1531 ../../include/conversation.php:1080 +#: ../../mod/photos.php:1540 ../../include/conversation.php:1083 msgid "Share" msgstr "" -#: ../../mod/photos.php:1784 ../../mod/videos.php:308 +#: ../../mod/photos.php:1799 ../../mod/videos.php:308 msgid "View Album" msgstr "" -#: ../../mod/photos.php:1793 +#: ../../mod/photos.php:1808 msgid "Recent Photos" msgstr "" @@ -4923,7 +4939,7 @@ msgstr "" msgid "No videos selected" msgstr "" -#: ../../mod/videos.php:301 ../../include/text.php:1383 +#: ../../mod/videos.php:301 ../../include/text.php:1387 msgid "View Video" msgstr "" @@ -4960,6 +4976,22 @@ msgstr "" msgid "%1$s is following %2$s's %3$s" msgstr "" +#: ../../mod/uexport.php:9 ../../include/nav.php:169 +msgid "Account settings" +msgstr "" + +#: ../../mod/uexport.php:14 +msgid "Display settings" +msgstr "" + +#: ../../mod/uexport.php:20 +msgid "Connector settings" +msgstr "" + +#: ../../mod/uexport.php:25 +msgid "Plugin settings" +msgstr "" + #: ../../mod/uexport.php:72 msgid "Export account" msgstr "" @@ -4995,7 +5027,7 @@ msgid "Image exceeds size limit of %d" msgstr "" #: ../../mod/wall_upload.php:135 ../../mod/wall_upload.php:144 -#: ../../mod/wall_upload.php:151 ../../mod/item.php:453 +#: ../../mod/wall_upload.php:151 ../../mod/item.php:455 #: ../../include/message.php:144 msgid "Wall Photos" msgstr "" @@ -5112,7 +5144,8 @@ msgstr "" msgid "Edit event" msgstr "" -#: ../../mod/events.php:335 ../../include/text.php:1615 +#: ../../mod/events.php:335 ../../include/text.php:1620 +#: ../../include/text.php:1631 msgid "link to source" msgstr "" @@ -5173,7 +5206,7 @@ msgstr "" msgid "No potential page delegates located." msgstr "" -#: ../../mod/delegate.php:121 ../../include/nav.php:165 +#: ../../mod/delegate.php:121 ../../include/nav.php:167 msgid "Delegate Page Management" msgstr "" @@ -5243,36 +5276,36 @@ msgstr "" msgid "Suggest a friend for %s" msgstr "" -#: ../../mod/item.php:108 +#: ../../mod/item.php:110 msgid "Unable to locate original post." msgstr "" -#: ../../mod/item.php:317 +#: ../../mod/item.php:319 msgid "Empty post discarded." msgstr "" -#: ../../mod/item.php:884 +#: ../../mod/item.php:891 msgid "System error. Post not saved." msgstr "" -#: ../../mod/item.php:909 +#: ../../mod/item.php:917 #, php-format msgid "" "This message was sent to you by %s, a member of the Friendica social network." msgstr "" -#: ../../mod/item.php:911 +#: ../../mod/item.php:919 #, php-format msgid "You may visit them online at %s" msgstr "" -#: ../../mod/item.php:912 +#: ../../mod/item.php:920 msgid "" "Please contact the sender by replying to this post if you do not wish to " "receive these messages." msgstr "" -#: ../../mod/item.php:916 +#: ../../mod/item.php:924 #, php-format msgid "%s posted an update." msgstr "" @@ -5349,11 +5382,11 @@ msgstr "" msgid "System" msgstr "" -#: ../../mod/notifications.php:83 ../../include/nav.php:140 +#: ../../mod/notifications.php:83 ../../include/nav.php:142 msgid "Network" msgstr "" -#: ../../mod/notifications.php:98 ../../include/nav.php:149 +#: ../../mod/notifications.php:98 ../../include/nav.php:151 msgid "Introductions" msgstr "" @@ -5426,7 +5459,7 @@ msgstr "" msgid "No introductions." msgstr "" -#: ../../mod/notifications.php:220 ../../include/nav.php:150 +#: ../../mod/notifications.php:220 ../../include/nav.php:152 msgid "Notifications" msgstr "" @@ -5650,7 +5683,7 @@ msgstr "" msgid "All Networks" msgstr "" -#: ../../include/contact_widgets.php:103 ../../include/features.php:59 +#: ../../include/contact_widgets.php:103 ../../include/features.php:60 msgid "Saved Folders" msgstr "" @@ -5674,33 +5707,37 @@ msgstr "" msgid "This action is not available under your subscription plan." msgstr "" -#: ../../include/api.php:255 ../../include/api.php:266 -#: ../../include/api.php:356 +#: ../../include/api.php:263 ../../include/api.php:274 +#: ../../include/api.php:375 msgid "User not found." msgstr "" -#: ../../include/api.php:1024 +#: ../../include/api.php:1123 msgid "There is no status with this id." msgstr "" -#: ../../include/network.php:883 +#: ../../include/api.php:1193 +msgid "There is no conversation with this id." +msgstr "" + +#: ../../include/network.php:886 msgid "view full size" msgstr "" -#: ../../include/event.php:20 ../../include/bb2diaspora.php:399 +#: ../../include/event.php:20 ../../include/bb2diaspora.php:139 msgid "Starts:" msgstr "" -#: ../../include/event.php:30 ../../include/bb2diaspora.php:407 +#: ../../include/event.php:30 ../../include/bb2diaspora.php:147 msgid "Finishes:" msgstr "" -#: ../../include/notifier.php:774 ../../include/delivery.php:457 +#: ../../include/notifier.php:774 ../../include/delivery.php:456 msgid "(no subject)" msgstr "" #: ../../include/notifier.php:784 ../../include/enotify.php:28 -#: ../../include/delivery.php:468 +#: ../../include/delivery.php:467 msgid "noreply" msgstr "" @@ -5792,7 +5829,7 @@ msgstr "" msgid "%1$s poked %2$s" msgstr "" -#: ../../include/conversation.php:211 ../../include/text.php:986 +#: ../../include/conversation.php:211 ../../include/text.php:990 msgid "poked" msgstr "" @@ -5805,129 +5842,129 @@ msgstr "" msgid "%1$s marked %2$s's %3$s as favorite" msgstr "" -#: ../../include/conversation.php:767 +#: ../../include/conversation.php:770 msgid "remove" msgstr "" -#: ../../include/conversation.php:771 +#: ../../include/conversation.php:774 msgid "Delete Selected Items" msgstr "" -#: ../../include/conversation.php:870 +#: ../../include/conversation.php:873 msgid "Follow Thread" msgstr "" -#: ../../include/conversation.php:871 ../../include/Contact.php:229 +#: ../../include/conversation.php:874 ../../include/Contact.php:229 msgid "View Status" msgstr "" -#: ../../include/conversation.php:872 ../../include/Contact.php:230 +#: ../../include/conversation.php:875 ../../include/Contact.php:230 msgid "View Profile" msgstr "" -#: ../../include/conversation.php:873 ../../include/Contact.php:231 +#: ../../include/conversation.php:876 ../../include/Contact.php:231 msgid "View Photos" msgstr "" -#: ../../include/conversation.php:874 ../../include/Contact.php:232 +#: ../../include/conversation.php:877 ../../include/Contact.php:232 #: ../../include/Contact.php:255 msgid "Network Posts" msgstr "" -#: ../../include/conversation.php:875 ../../include/Contact.php:233 +#: ../../include/conversation.php:878 ../../include/Contact.php:233 #: ../../include/Contact.php:255 msgid "Edit Contact" msgstr "" -#: ../../include/conversation.php:876 ../../include/Contact.php:235 +#: ../../include/conversation.php:879 ../../include/Contact.php:235 #: ../../include/Contact.php:255 msgid "Send PM" msgstr "" -#: ../../include/conversation.php:877 ../../include/Contact.php:228 +#: ../../include/conversation.php:880 ../../include/Contact.php:228 msgid "Poke" msgstr "" -#: ../../include/conversation.php:939 +#: ../../include/conversation.php:942 #, php-format msgid "%s likes this." msgstr "" -#: ../../include/conversation.php:939 +#: ../../include/conversation.php:942 #, php-format msgid "%s doesn't like this." msgstr "" -#: ../../include/conversation.php:944 +#: ../../include/conversation.php:947 #, php-format msgid "%2$d people like this" msgstr "" -#: ../../include/conversation.php:947 +#: ../../include/conversation.php:950 #, php-format msgid "%2$d people don't like this" msgstr "" -#: ../../include/conversation.php:961 +#: ../../include/conversation.php:964 msgid "and" msgstr "" -#: ../../include/conversation.php:967 +#: ../../include/conversation.php:970 #, php-format msgid ", and %d other people" msgstr "" -#: ../../include/conversation.php:969 +#: ../../include/conversation.php:972 #, php-format msgid "%s like this." msgstr "" -#: ../../include/conversation.php:969 +#: ../../include/conversation.php:972 #, php-format msgid "%s don't like this." msgstr "" -#: ../../include/conversation.php:996 ../../include/conversation.php:1014 +#: ../../include/conversation.php:999 ../../include/conversation.php:1017 msgid "Visible to everybody" msgstr "" -#: ../../include/conversation.php:998 ../../include/conversation.php:1016 +#: ../../include/conversation.php:1001 ../../include/conversation.php:1019 msgid "Please enter a video link/URL:" msgstr "" -#: ../../include/conversation.php:999 ../../include/conversation.php:1017 +#: ../../include/conversation.php:1002 ../../include/conversation.php:1020 msgid "Please enter an audio link/URL:" msgstr "" -#: ../../include/conversation.php:1000 ../../include/conversation.php:1018 +#: ../../include/conversation.php:1003 ../../include/conversation.php:1021 msgid "Tag term:" msgstr "" -#: ../../include/conversation.php:1002 ../../include/conversation.php:1020 +#: ../../include/conversation.php:1005 ../../include/conversation.php:1023 msgid "Where are you right now?" msgstr "" -#: ../../include/conversation.php:1003 +#: ../../include/conversation.php:1006 msgid "Delete item(s)?" msgstr "" -#: ../../include/conversation.php:1045 +#: ../../include/conversation.php:1048 msgid "Post to Email" msgstr "" -#: ../../include/conversation.php:1101 +#: ../../include/conversation.php:1104 msgid "permissions" msgstr "" -#: ../../include/conversation.php:1125 +#: ../../include/conversation.php:1128 msgid "Post to Groups" msgstr "" -#: ../../include/conversation.php:1126 +#: ../../include/conversation.php:1129 msgid "Post to Contacts" msgstr "" -#: ../../include/conversation.php:1127 +#: ../../include/conversation.php:1130 msgid "Private post" msgstr "" @@ -5971,262 +6008,262 @@ msgstr[1] "" msgid "Done. You can now login with your username and password" msgstr "" -#: ../../include/text.php:300 +#: ../../include/text.php:304 msgid "newer" msgstr "" -#: ../../include/text.php:302 +#: ../../include/text.php:306 msgid "older" msgstr "" -#: ../../include/text.php:307 +#: ../../include/text.php:311 msgid "prev" msgstr "" -#: ../../include/text.php:309 +#: ../../include/text.php:313 msgid "first" msgstr "" -#: ../../include/text.php:341 +#: ../../include/text.php:345 msgid "last" msgstr "" -#: ../../include/text.php:344 +#: ../../include/text.php:348 msgid "next" msgstr "" -#: ../../include/text.php:836 +#: ../../include/text.php:840 msgid "No contacts" msgstr "" -#: ../../include/text.php:845 +#: ../../include/text.php:849 #, php-format msgid "%d Contact" msgid_plural "%d Contacts" msgstr[0] "" msgstr[1] "" -#: ../../include/text.php:986 +#: ../../include/text.php:990 msgid "poke" msgstr "" -#: ../../include/text.php:987 +#: ../../include/text.php:991 msgid "ping" msgstr "" -#: ../../include/text.php:987 +#: ../../include/text.php:991 msgid "pinged" msgstr "" -#: ../../include/text.php:988 +#: ../../include/text.php:992 msgid "prod" msgstr "" -#: ../../include/text.php:988 +#: ../../include/text.php:992 msgid "prodded" msgstr "" -#: ../../include/text.php:989 +#: ../../include/text.php:993 msgid "slap" msgstr "" -#: ../../include/text.php:989 +#: ../../include/text.php:993 msgid "slapped" msgstr "" -#: ../../include/text.php:990 +#: ../../include/text.php:994 msgid "finger" msgstr "" -#: ../../include/text.php:990 +#: ../../include/text.php:994 msgid "fingered" msgstr "" -#: ../../include/text.php:991 +#: ../../include/text.php:995 msgid "rebuff" msgstr "" -#: ../../include/text.php:991 +#: ../../include/text.php:995 msgid "rebuffed" msgstr "" -#: ../../include/text.php:1005 +#: ../../include/text.php:1009 msgid "happy" msgstr "" -#: ../../include/text.php:1006 +#: ../../include/text.php:1010 msgid "sad" msgstr "" -#: ../../include/text.php:1007 +#: ../../include/text.php:1011 msgid "mellow" msgstr "" -#: ../../include/text.php:1008 +#: ../../include/text.php:1012 msgid "tired" msgstr "" -#: ../../include/text.php:1009 +#: ../../include/text.php:1013 msgid "perky" msgstr "" -#: ../../include/text.php:1010 +#: ../../include/text.php:1014 msgid "angry" msgstr "" -#: ../../include/text.php:1011 +#: ../../include/text.php:1015 msgid "stupified" msgstr "" -#: ../../include/text.php:1012 +#: ../../include/text.php:1016 msgid "puzzled" msgstr "" -#: ../../include/text.php:1013 +#: ../../include/text.php:1017 msgid "interested" msgstr "" -#: ../../include/text.php:1014 +#: ../../include/text.php:1018 msgid "bitter" msgstr "" -#: ../../include/text.php:1015 +#: ../../include/text.php:1019 msgid "cheerful" msgstr "" -#: ../../include/text.php:1016 +#: ../../include/text.php:1020 msgid "alive" msgstr "" -#: ../../include/text.php:1017 +#: ../../include/text.php:1021 msgid "annoyed" msgstr "" -#: ../../include/text.php:1018 +#: ../../include/text.php:1022 msgid "anxious" msgstr "" -#: ../../include/text.php:1019 +#: ../../include/text.php:1023 msgid "cranky" msgstr "" -#: ../../include/text.php:1020 +#: ../../include/text.php:1024 msgid "disturbed" msgstr "" -#: ../../include/text.php:1021 +#: ../../include/text.php:1025 msgid "frustrated" msgstr "" -#: ../../include/text.php:1022 +#: ../../include/text.php:1026 msgid "motivated" msgstr "" -#: ../../include/text.php:1023 +#: ../../include/text.php:1027 msgid "relaxed" msgstr "" -#: ../../include/text.php:1024 +#: ../../include/text.php:1028 msgid "surprised" msgstr "" -#: ../../include/text.php:1192 +#: ../../include/text.php:1196 msgid "Monday" msgstr "" -#: ../../include/text.php:1192 +#: ../../include/text.php:1196 msgid "Tuesday" msgstr "" -#: ../../include/text.php:1192 +#: ../../include/text.php:1196 msgid "Wednesday" msgstr "" -#: ../../include/text.php:1192 +#: ../../include/text.php:1196 msgid "Thursday" msgstr "" -#: ../../include/text.php:1192 +#: ../../include/text.php:1196 msgid "Friday" msgstr "" -#: ../../include/text.php:1192 +#: ../../include/text.php:1196 msgid "Saturday" msgstr "" -#: ../../include/text.php:1192 +#: ../../include/text.php:1196 msgid "Sunday" msgstr "" -#: ../../include/text.php:1196 +#: ../../include/text.php:1200 msgid "January" msgstr "" -#: ../../include/text.php:1196 +#: ../../include/text.php:1200 msgid "February" msgstr "" -#: ../../include/text.php:1196 +#: ../../include/text.php:1200 msgid "March" msgstr "" -#: ../../include/text.php:1196 +#: ../../include/text.php:1200 msgid "April" msgstr "" -#: ../../include/text.php:1196 +#: ../../include/text.php:1200 msgid "May" msgstr "" -#: ../../include/text.php:1196 +#: ../../include/text.php:1200 msgid "June" msgstr "" -#: ../../include/text.php:1196 +#: ../../include/text.php:1200 msgid "July" msgstr "" -#: ../../include/text.php:1196 +#: ../../include/text.php:1200 msgid "August" msgstr "" -#: ../../include/text.php:1196 +#: ../../include/text.php:1200 msgid "September" msgstr "" -#: ../../include/text.php:1196 +#: ../../include/text.php:1200 msgid "October" msgstr "" -#: ../../include/text.php:1196 +#: ../../include/text.php:1200 msgid "November" msgstr "" -#: ../../include/text.php:1196 +#: ../../include/text.php:1200 msgid "December" msgstr "" -#: ../../include/text.php:1415 +#: ../../include/text.php:1419 msgid "bytes" msgstr "" -#: ../../include/text.php:1439 ../../include/text.php:1451 +#: ../../include/text.php:1443 ../../include/text.php:1455 msgid "Click to open/close" msgstr "" -#: ../../include/text.php:1670 +#: ../../include/text.php:1688 msgid "Select an alternate language" msgstr "" -#: ../../include/text.php:1926 +#: ../../include/text.php:1944 msgid "activity" msgstr "" -#: ../../include/text.php:1929 +#: ../../include/text.php:1947 msgid "post" msgstr "" -#: ../../include/text.php:2084 +#: ../../include/text.php:2115 msgid "Item filed" msgstr "" @@ -6272,150 +6309,165 @@ msgstr "" msgid "Please visit %s to view and/or reply to your private messages." msgstr "" -#: ../../include/enotify.php:90 +#: ../../include/enotify.php:91 #, php-format msgid "%1$s commented on [url=%2$s]a %3$s[/url]" msgstr "" -#: ../../include/enotify.php:97 +#: ../../include/enotify.php:98 #, php-format msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]" msgstr "" -#: ../../include/enotify.php:105 +#: ../../include/enotify.php:106 #, php-format msgid "%1$s commented on [url=%2$s]your %3$s[/url]" msgstr "" -#: ../../include/enotify.php:115 +#: ../../include/enotify.php:116 #, php-format msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s" msgstr "" -#: ../../include/enotify.php:116 +#: ../../include/enotify.php:117 #, php-format msgid "%s commented on an item/conversation you have been following." msgstr "" -#: ../../include/enotify.php:119 ../../include/enotify.php:134 -#: ../../include/enotify.php:147 ../../include/enotify.php:165 -#: ../../include/enotify.php:178 +#: ../../include/enotify.php:120 ../../include/enotify.php:135 +#: ../../include/enotify.php:148 ../../include/enotify.php:161 +#: ../../include/enotify.php:179 ../../include/enotify.php:192 #, php-format msgid "Please visit %s to view and/or reply to the conversation." msgstr "" -#: ../../include/enotify.php:126 +#: ../../include/enotify.php:127 #, php-format msgid "[Friendica:Notify] %s posted to your profile wall" msgstr "" -#: ../../include/enotify.php:128 +#: ../../include/enotify.php:129 #, php-format msgid "%1$s posted to your profile wall at %2$s" msgstr "" -#: ../../include/enotify.php:130 +#: ../../include/enotify.php:131 #, php-format msgid "%1$s posted to [url=%2$s]your wall[/url]" msgstr "" -#: ../../include/enotify.php:141 +#: ../../include/enotify.php:142 #, php-format msgid "[Friendica:Notify] %s tagged you" msgstr "" -#: ../../include/enotify.php:142 +#: ../../include/enotify.php:143 #, php-format msgid "%1$s tagged you at %2$s" msgstr "" -#: ../../include/enotify.php:143 +#: ../../include/enotify.php:144 #, php-format msgid "%1$s [url=%2$s]tagged you[/url]." msgstr "" #: ../../include/enotify.php:155 #, php-format -msgid "[Friendica:Notify] %1$s poked you" +msgid "[Friendica:Notify] %s shared a new post" msgstr "" #: ../../include/enotify.php:156 #, php-format -msgid "%1$s poked you at %2$s" +msgid "%1$s shared a new post at %2$s" msgstr "" #: ../../include/enotify.php:157 #, php-format +msgid "%1$s [url=%2$s]shared a post[/url]." +msgstr "" + +#: ../../include/enotify.php:169 +#, php-format +msgid "[Friendica:Notify] %1$s poked you" +msgstr "" + +#: ../../include/enotify.php:170 +#, php-format +msgid "%1$s poked you at %2$s" +msgstr "" + +#: ../../include/enotify.php:171 +#, php-format msgid "%1$s [url=%2$s]poked you[/url]." msgstr "" -#: ../../include/enotify.php:172 -#, php-format -msgid "[Friendica:Notify] %s tagged your post" -msgstr "" - -#: ../../include/enotify.php:173 -#, php-format -msgid "%1$s tagged your post at %2$s" -msgstr "" - -#: ../../include/enotify.php:174 -#, php-format -msgid "%1$s tagged [url=%2$s]your post[/url]" -msgstr "" - -#: ../../include/enotify.php:185 -msgid "[Friendica:Notify] Introduction received" -msgstr "" - #: ../../include/enotify.php:186 #, php-format -msgid "You've received an introduction from '%1$s' at %2$s" +msgid "[Friendica:Notify] %s tagged your post" msgstr "" #: ../../include/enotify.php:187 #, php-format -msgid "You've received [url=%1$s]an introduction[/url] from %2$s." +msgid "%1$s tagged your post at %2$s" msgstr "" -#: ../../include/enotify.php:190 ../../include/enotify.php:208 +#: ../../include/enotify.php:188 #, php-format -msgid "You may visit their profile at %s" -msgstr "" - -#: ../../include/enotify.php:192 -#, php-format -msgid "Please visit %s to approve or reject the introduction." +msgid "%1$s tagged [url=%2$s]your post[/url]" msgstr "" #: ../../include/enotify.php:199 -msgid "[Friendica:Notify] Friend suggestion received" +msgid "[Friendica:Notify] Introduction received" msgstr "" #: ../../include/enotify.php:200 #, php-format -msgid "You've received a friend suggestion from '%1$s' at %2$s" +msgid "You've received an introduction from '%1$s' at %2$s" msgstr "" #: ../../include/enotify.php:201 #, php-format -msgid "You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s." +msgid "You've received [url=%1$s]an introduction[/url] from %2$s." +msgstr "" + +#: ../../include/enotify.php:204 ../../include/enotify.php:222 +#, php-format +msgid "You may visit their profile at %s" msgstr "" #: ../../include/enotify.php:206 +#, php-format +msgid "Please visit %s to approve or reject the introduction." +msgstr "" + +#: ../../include/enotify.php:213 +msgid "[Friendica:Notify] Friend suggestion received" +msgstr "" + +#: ../../include/enotify.php:214 +#, php-format +msgid "You've received a friend suggestion from '%1$s' at %2$s" +msgstr "" + +#: ../../include/enotify.php:215 +#, php-format +msgid "You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s." +msgstr "" + +#: ../../include/enotify.php:220 msgid "Name:" msgstr "" -#: ../../include/enotify.php:207 +#: ../../include/enotify.php:221 msgid "Photo:" msgstr "" -#: ../../include/enotify.php:210 +#: ../../include/enotify.php:224 #, php-format msgid "Please visit %s to approve or reject the suggestion." msgstr "" -#: ../../include/Scrape.php:583 +#: ../../include/Scrape.php:584 msgid " on Last.fm" msgstr "" @@ -6553,71 +6605,75 @@ msgstr "" msgid "People directory" msgstr "" -#: ../../include/nav.php:140 +#: ../../include/nav.php:132 +msgid "Information" +msgstr "" + +#: ../../include/nav.php:132 +msgid "Information about this friendica instance" +msgstr "" + +#: ../../include/nav.php:142 msgid "Conversations from your friends" msgstr "" -#: ../../include/nav.php:141 +#: ../../include/nav.php:143 msgid "Network Reset" msgstr "" -#: ../../include/nav.php:141 +#: ../../include/nav.php:143 msgid "Load Network page with no filters" msgstr "" -#: ../../include/nav.php:149 +#: ../../include/nav.php:151 msgid "Friend Requests" msgstr "" -#: ../../include/nav.php:151 +#: ../../include/nav.php:153 msgid "See all notifications" msgstr "" -#: ../../include/nav.php:152 +#: ../../include/nav.php:154 msgid "Mark all system notifications seen" msgstr "" -#: ../../include/nav.php:156 +#: ../../include/nav.php:158 msgid "Private mail" msgstr "" -#: ../../include/nav.php:157 +#: ../../include/nav.php:159 msgid "Inbox" msgstr "" -#: ../../include/nav.php:158 +#: ../../include/nav.php:160 msgid "Outbox" msgstr "" -#: ../../include/nav.php:162 +#: ../../include/nav.php:164 msgid "Manage" msgstr "" -#: ../../include/nav.php:162 +#: ../../include/nav.php:164 msgid "Manage other pages" msgstr "" -#: ../../include/nav.php:165 -msgid "Delegations" -msgstr "" - -#: ../../include/nav.php:169 +#: ../../include/nav.php:171 msgid "Manage/Edit Profiles" msgstr "" -#: ../../include/nav.php:171 +#: ../../include/nav.php:173 msgid "Manage/edit friends and contacts" msgstr "" -#: ../../include/nav.php:178 +#: ../../include/nav.php:180 msgid "Site setup and configuration" msgstr "" -#: ../../include/nav.php:182 +#: ../../include/nav.php:184 msgid "Navigation" msgstr "" -#: ../../include/nav.php:182 +#: ../../include/nav.php:184 msgid "Site map" msgstr "" @@ -6686,23 +6742,27 @@ msgstr "" msgid "School/education:" msgstr "" -#: ../../include/bbcode.php:215 ../../include/bbcode.php:620 -#: ../../include/bbcode.php:621 +#: ../../include/bbcode.php:284 ../../include/bbcode.php:917 +#: ../../include/bbcode.php:918 msgid "Image/photo" msgstr "" -#: ../../include/bbcode.php:285 +#: ../../include/bbcode.php:354 #, php-format msgid "" -"%s wrote the following post" +"%s wrote the following post" msgstr "" -#: ../../include/bbcode.php:584 ../../include/bbcode.php:604 +#: ../../include/bbcode.php:453 +msgid "" +msgstr "" + +#: ../../include/bbcode.php:881 ../../include/bbcode.php:901 msgid "$1 wrote:" msgstr "" -#: ../../include/bbcode.php:631 ../../include/bbcode.php:632 +#: ../../include/bbcode.php:932 ../../include/bbcode.php:933 msgid "Encrypted content" msgstr "" @@ -6774,6 +6834,14 @@ msgstr "" msgid "Twitter" msgstr "" +#: ../../include/contact_selectors.php:90 +msgid "Diaspora Connector" +msgstr "" + +#: ../../include/contact_selectors.php:91 +msgid "Statusnet" +msgstr "" + #: ../../include/datetime.php:43 ../../include/datetime.php:45 msgid "Miscellaneous" msgstr "" @@ -6847,12 +6915,12 @@ msgstr "" msgid "%1$d %2$s ago" msgstr "" -#: ../../include/datetime.php:472 ../../include/items.php:1829 +#: ../../include/datetime.php:472 ../../include/items.php:1964 #, php-format msgid "%s's birthday" msgstr "" -#: ../../include/datetime.php:473 ../../include/items.php:1830 +#: ../../include/datetime.php:473 ../../include/items.php:1965 #, php-format msgid "Happy Birthday %s" msgstr "" @@ -6889,155 +6957,164 @@ msgstr "" msgid "Allow previewing posts and comments before publishing them" msgstr "" -#: ../../include/features.php:37 +#: ../../include/features.php:33 +msgid "Auto-mention Forums" +msgstr "" + +#: ../../include/features.php:33 +msgid "" +"Add/remove mention when a fourm page is selected/deselected in ACL window." +msgstr "" + +#: ../../include/features.php:38 msgid "Network Sidebar Widgets" msgstr "" -#: ../../include/features.php:38 +#: ../../include/features.php:39 msgid "Search by Date" msgstr "" -#: ../../include/features.php:38 +#: ../../include/features.php:39 msgid "Ability to select posts by date ranges" msgstr "" -#: ../../include/features.php:39 +#: ../../include/features.php:40 msgid "Group Filter" msgstr "" -#: ../../include/features.php:39 +#: ../../include/features.php:40 msgid "Enable widget to display Network posts only from selected group" msgstr "" -#: ../../include/features.php:40 +#: ../../include/features.php:41 msgid "Network Filter" msgstr "" -#: ../../include/features.php:40 +#: ../../include/features.php:41 msgid "Enable widget to display Network posts only from selected network" msgstr "" -#: ../../include/features.php:41 +#: ../../include/features.php:42 msgid "Save search terms for re-use" msgstr "" -#: ../../include/features.php:46 +#: ../../include/features.php:47 msgid "Network Tabs" msgstr "" -#: ../../include/features.php:47 +#: ../../include/features.php:48 msgid "Network Personal Tab" msgstr "" -#: ../../include/features.php:47 +#: ../../include/features.php:48 msgid "Enable tab to display only Network posts that you've interacted on" msgstr "" -#: ../../include/features.php:48 +#: ../../include/features.php:49 msgid "Network New Tab" msgstr "" -#: ../../include/features.php:48 +#: ../../include/features.php:49 msgid "Enable tab to display only new Network posts (from the last 12 hours)" msgstr "" -#: ../../include/features.php:49 +#: ../../include/features.php:50 msgid "Network Shared Links Tab" msgstr "" -#: ../../include/features.php:49 +#: ../../include/features.php:50 msgid "Enable tab to display only Network posts with links in them" msgstr "" -#: ../../include/features.php:54 +#: ../../include/features.php:55 msgid "Post/Comment Tools" msgstr "" -#: ../../include/features.php:55 +#: ../../include/features.php:56 msgid "Multiple Deletion" msgstr "" -#: ../../include/features.php:55 +#: ../../include/features.php:56 msgid "Select and delete multiple posts/comments at once" msgstr "" -#: ../../include/features.php:56 +#: ../../include/features.php:57 msgid "Edit Sent Posts" msgstr "" -#: ../../include/features.php:56 +#: ../../include/features.php:57 msgid "Edit and correct posts and comments after sending" msgstr "" -#: ../../include/features.php:57 +#: ../../include/features.php:58 msgid "Tagging" msgstr "" -#: ../../include/features.php:57 +#: ../../include/features.php:58 msgid "Ability to tag existing posts" msgstr "" -#: ../../include/features.php:58 +#: ../../include/features.php:59 msgid "Post Categories" msgstr "" -#: ../../include/features.php:58 +#: ../../include/features.php:59 msgid "Add categories to your posts" msgstr "" -#: ../../include/features.php:59 +#: ../../include/features.php:60 msgid "Ability to file posts under folders" msgstr "" -#: ../../include/features.php:60 +#: ../../include/features.php:61 msgid "Dislike Posts" msgstr "" -#: ../../include/features.php:60 +#: ../../include/features.php:61 msgid "Ability to dislike posts/comments" msgstr "" -#: ../../include/features.php:61 +#: ../../include/features.php:62 msgid "Star Posts" msgstr "" -#: ../../include/features.php:61 +#: ../../include/features.php:62 msgid "Ability to mark special posts with a star indicator" msgstr "" -#: ../../include/diaspora.php:704 +#: ../../include/diaspora.php:703 msgid "Sharing notification from Diaspora network" msgstr "" -#: ../../include/diaspora.php:2269 +#: ../../include/diaspora.php:2299 msgid "Attachments:" msgstr "" -#: ../../include/acl_selectors.php:325 +#: ../../include/acl_selectors.php:326 msgid "Visible to everybody" msgstr "" -#: ../../include/items.php:3539 +#: ../../include/items.php:3693 msgid "A new person is sharing with you at " msgstr "" -#: ../../include/items.php:3539 +#: ../../include/items.php:3693 msgid "You have a new follower at " msgstr "" -#: ../../include/items.php:4062 +#: ../../include/items.php:4216 msgid "Do you really want to delete this item?" msgstr "" -#: ../../include/items.php:4285 +#: ../../include/items.php:4443 msgid "Archives" msgstr "" -#: ../../include/oembed.php:140 +#: ../../include/oembed.php:174 msgid "Embedded content" msgstr "" -#: ../../include/oembed.php:149 +#: ../../include/oembed.php:183 msgid "Embedding disabled" msgstr "" @@ -7295,7 +7372,7 @@ msgstr "" msgid "Drop Contact" msgstr "" -#: ../../include/dba.php:44 +#: ../../include/dba.php:45 #, php-format msgid "Cannot locate DNS info for database server '%s'" msgstr "" From ecc8ccebbafc5c5fb1e317675607d08e186915f9 Mon Sep 17 00:00:00 2001 From: David Date: Sat, 26 Apr 2014 08:05:07 +0200 Subject: [PATCH 30/42] File messages.po changed. Utility executed: po2php.php view/de/messages.po Friendica no longer works; gives blank page. When changing to English by disabling the german language package of the browser, it still works. David --- view/de/messages.po | 56 +++++++++++++++++++++++++++------------------ view/de/strings.php | 46 +++++++++++++++++++------------------ 2 files changed, 58 insertions(+), 44 deletions(-) diff --git a/view/de/messages.po b/view/de/messages.po index 453536230b..f05df43a71 100644 --- a/view/de/messages.po +++ b/view/de/messages.po @@ -766,7 +766,7 @@ msgstr "Homepage:" #: ../../boot.php:1584 ../../boot.php:1670 msgid "g A l F d" -msgstr "l, d. F G \\U\\h\\r" +msgstr "l, d. F G \U\h\r" #: ../../boot.php:1585 ../../boot.php:1671 msgid "F d" @@ -880,7 +880,7 @@ msgstr "die unter folgender Webadresse zu finden ist" msgid "" "Please visit Friendica.com to learn " "more about the Friendica project." -msgstr "Bitte besuche Friendica.com, um mehr über das Friendica Projekt zu erfahren." +msgstr "Bitte besuche Friendica.com, um mehr über das Friendica Projekt zu erfahren." #: ../../mod/friendica.php:63 msgid "Bug reports and issues: please visit" @@ -890,7 +890,7 @@ msgstr "Probleme oder Fehler gefunden? Bitte besuche" msgid "" "Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - " "dot com" -msgstr "Vorschläge, Lob, Spenden usw.: E-Mail an \"Info\" at Friendica - dot com" +msgstr "Vorschläge, Lob, Spenden usw.: E-Mail an "Info" at Friendica - dot com" #: ../../mod/friendica.php:78 msgid "Installed plugins/addons/apps:" @@ -1424,7 +1424,10 @@ msgid "" "interest, and provide suggestions based on network relationships. On a brand" " new site, friend suggestions will usually begin to be populated within 24 " "hours." -msgstr "Im seitlichen Bedienfeld der Kontakteseite gibt es diverse Werkzeuge, um neue Freunde zu finden. Wir können Menschen mit den gleichen Interessen finden, anhand von Namen oder Interessen suchen oder aber aufgrund vorhandener Kontakte neue Freunde vorschlagen.\nAuf einer brandneuen - soeben erstellten - Seite starten die Kontaktvorschläge innerhalb von 24 Stunden." +msgstr "Im seitlichen Bedienfeld der Kontakteseite gibt es diverse Werkzeuge, um neue Freunde zu finden. Wir können Menschen mit den gleichen Interessen finden, anhand von Namen oder Interessen suchen oder aber aufgrund vorhandener Kontakte neue Freunde vorschlagen. +Auf einer brandneuen - soeben erstellten - Seite starten die Kontaktvorschläge innerhalb von 24 Stunden." +Auf einer brandneuen - soeben erstellten - Seite starten die Kontaktvorschläge innerhalb von 24 Stunden." +Auf einer brandneuen - soeben erstellten - Seite starten die Kontaktvorschläge innerhalb von 24 Stunden." #: ../../mod/newmember.php:66 ../../include/group.php:270 msgid "Groups" @@ -1611,12 +1614,12 @@ msgstr "Die Datenbank deiner Friendicaseite wurde installiert." msgid "" "You may need to import the file \"database.sql\" manually using phpmyadmin " "or mysql." -msgstr "Möglicherweise musst du die Datei \"database.sql\" manuell mit phpmyadmin oder mysql importieren." +msgstr "Möglicherweise musst du die Datei "database.sql" manuell mit phpmyadmin oder mysql importieren." #: ../../mod/install.php:139 ../../mod/install.php:206 #: ../../mod/install.php:521 msgid "Please see the file \"INSTALL.txt\"." -msgstr "Lies bitte die \"INSTALL.txt\"." +msgstr "Lies bitte die "INSTALL.txt"." #: ../../mod/install.php:203 msgid "System check" @@ -1727,7 +1730,7 @@ msgstr "PHP CLI Binary" msgid "" "The command line version of PHP on your system does not have " "\"register_argc_argv\" enabled." -msgstr "Die Kommandozeilenversion von PHP auf deinem System hat \"register_argc_argv\" nicht aktiviert." +msgstr "Die Kommandozeilenversion von PHP auf deinem System hat "register_argc_argv" nicht aktiviert." #: ../../mod/install.php:355 msgid "This is required for message delivery to work." @@ -1741,13 +1744,13 @@ msgstr "PHP register_argc_argv" msgid "" "Error: the \"openssl_pkey_new\" function on this system is not able to " "generate encryption keys" -msgstr "Fehler: Die Funktion \"openssl_pkey_new\" auf diesem System ist nicht in der Lage, Verschlüsselungsschlüssel zu erzeugen" +msgstr "Fehler: Die Funktion "openssl_pkey_new" auf diesem System ist nicht in der Lage, Verschlüsselungsschlüssel zu erzeugen" #: ../../mod/install.php:379 msgid "" "If running under Windows, please see " "\"http://www.php.net/manual/en/openssl.installation.php\"." -msgstr "Wenn der Server unter Windows läuft, schau dir bitte \"http://www.php.net/manual/en/openssl.installation.php\" an." +msgstr "Wenn der Server unter Windows läuft, schau dir bitte "http://www.php.net/manual/en/openssl.installation.php" an." #: ../../mod/install.php:381 msgid "Generate encryption keys" @@ -1807,7 +1810,7 @@ msgstr "Fehler: mb_string PHP Module wird benötigt ist aber nicht installiert." msgid "" "The web installer needs to be able to create a file called \".htconfig.php\"" " in the top folder of your web server and it is unable to do so." -msgstr "Der Installationswizard muss in der Lage sein, eine Datei im Stammverzeichnis deines Webservers anzulegen, ist allerdings derzeit nicht in der Lage, dies zu tun." +msgstr "" #: ../../mod/install.php:439 msgid "" @@ -1874,7 +1877,7 @@ msgid "" "The database configuration file \".htconfig.php\" could not be written. " "Please use the enclosed text to create a configuration file in your web " "server root." -msgstr "Die Konfigurationsdatei \".htconfig.php\" konnte nicht angelegt werden. Bitte verwende den angefügten Text, um die Datei im Stammverzeichnis deiner Friendica-Installation zu erzeugen." +msgstr "Die Konfigurationsdatei ".htconfig.php" konnte nicht angelegt werden. Bitte verwende den angefügten Text, um die Datei im Stammverzeichnis deiner Friendica-Installation zu erzeugen." #: ../../mod/install.php:508 msgid "Errors encountered creating database tables." @@ -2122,11 +2125,11 @@ msgstr "Bestimmt, ob generierte Links SSL verwenden müssen" #: ../../mod/admin.php:587 msgid "Old style 'Share'" -msgstr "Altes \"Teilen\" Element" +msgstr "Altes "Teilen" Element" #: ../../mod/admin.php:587 msgid "Deactivates the bbcode element 'share' for repeating items." -msgstr "Deaktiviert das BBCode Element \"share\" beim Wiederholen von Beiträgen." +msgstr "Deaktiviert das BBCode Element "share" beim Wiederholen von Beiträgen." #: ../../mod/admin.php:588 msgid "Hide help entry from navigation menu" @@ -2676,13 +2679,13 @@ msgstr "Nutzerkonto" msgid "" "Selected users will be deleted!\\n\\nEverything these users had posted on " "this site will be permanently deleted!\\n\\nAre you sure?" -msgstr "Die markierten Nutzer werden gelöscht!\\n\\nAlle Beiträge, die diese Nutzer auf dieser Seite veröffentlicht haben, werden permanent gelöscht!\\n\\nBist du sicher?" +msgstr "" #: ../../mod/admin.php:919 msgid "" "The user {0} will be deleted!\\n\\nEverything this user has posted on this " "site will be permanently deleted!\\n\\nAre you sure?" -msgstr "Der Nutzer {0} wird gelöscht!\\n\\nAlles was dieser Nutzer auf dieser Seite veröffentlicht hat, wird permanent gelöscht!\\n\\nBist du sicher?" +msgstr "" #: ../../mod/admin.php:929 msgid "Name of the new user." @@ -3057,7 +3060,7 @@ msgstr "Account Datei" msgid "" "To export your account, go to \"Settings->Export your personal data\" and " "select \"Export account\"" -msgstr "Um deinen Account zu exportieren, rufe \"Einstellungen -> Persönliche Daten exportieren\" auf und wähle \"Account exportieren\"" +msgstr "" #: ../../mod/lockview.php:31 ../../mod/lockview.php:39 msgid "Remote privacy information not available." @@ -3219,7 +3222,7 @@ msgid "" "If you are not yet a member of the free social web, follow this link to find a public" " Friendica site and join us today." -msgstr "Wenn du noch kein Mitglied dieses freien sozialen Netzwerks bist, folge diesem Link um einen öffentlichen Friendica-Server zu finden und beizutreten." +msgstr "Wenn du noch kein Mitglied dieses freien sozialen Netzwerks bist, folge diesem Link um einen öffentlichen Friendica-Server zu finden und beizutreten." #: ../../mod/dfrn_request.php:832 msgid "Friend/Connection Request" @@ -4358,7 +4361,7 @@ msgstr "Region/Bundesstaat:" #: ../../mod/profiles.php:646 msgid " Marital Status:" -msgstr " Beziehungsstatus:" +msgstr " Beziehungsstatus:" #: ../../mod/profiles.php:647 msgid "Who: (if applicable)" @@ -4671,7 +4674,7 @@ msgstr "Beitrag erfolgreich veröffentlicht." #: ../../mod/localtime.php:12 ../../include/event.php:11 #: ../../include/bb2diaspora.php:393 msgid "l F d, Y \\@ g:i A" -msgstr "l, d. F Y\\, H:i" +msgstr "" #: ../../mod/localtime.php:24 msgid "Time Conversion" @@ -5781,7 +5784,7 @@ msgstr "Konnte diese E-Mail-Adresse nicht verwenden." msgid "" "Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and " "must also begin with a letter." -msgstr "Dein Spitzname darf nur aus Buchstaben und Zahlen (\"a-z\",\"0-9\", \"_\" und \"-\") bestehen, außerdem muss er mit einem Buchstaben beginnen." +msgstr "Dein Spitzname darf nur aus Buchstaben und Zahlen ("a-z","0-9", "_" und "-") bestehen, außerdem muss er mit einem Buchstaben beginnen." #: ../../include/user.php:137 ../../include/user.php:235 msgid "Nickname is already registered. Please choose another." @@ -5826,7 +5829,7 @@ msgstr "Nachricht/Beitrag" #: ../../include/conversation.php:292 #, php-format msgid "%1$s marked %2$s's %3$s as favorite" -msgstr "%1$s hat %2$s\\s %3$s als Favorit markiert" +msgstr "%1$s hat %2$s\s %3$s als Favorit markiert" #: ../../include/conversation.php:767 msgid "remove" @@ -6720,7 +6723,7 @@ msgstr "Bild/Foto" msgid "" "%s wrote the following post" -msgstr "%s schrieb den folgenden Beitrag" +msgstr "%s schrieb den folgenden Beitrag" #: ../../include/bbcode.php:584 ../../include/bbcode.php:604 msgid "$1 wrote:" @@ -7323,3 +7326,12 @@ msgstr "Kontakt löschen" #, php-format msgid "Cannot locate DNS info for database server '%s'" msgstr "Kann die DNS Informationen für den Datenbankserver '%s' nicht ermitteln." + +#: ../../mod/wall_attach:75 +msgid "Sorry, maybe your upload is bigger than the PHP configuration allows" +msgstr "Leider ist Dein Upload evtl. größer als die PHP-Konfiguration erlaubt" + +#: ../../mod/wall_attach:75 +msgid "Or - did you try to upload an empty file?" +msgstr "Oder hast Du versucht, eine leere Datei hochzuladen?" + diff --git a/view/de/strings.php b/view/de/strings.php index 285ff015fe..520b3446ef 100644 --- a/view/de/strings.php +++ b/view/de/strings.php @@ -154,7 +154,7 @@ $a->strings["Location:"] = "Ort:"; $a->strings["Gender:"] = "Geschlecht:"; $a->strings["Status:"] = "Status:"; $a->strings["Homepage:"] = "Homepage:"; -$a->strings["g A l F d"] = "l, d. F G \\U\\h\\r"; +$a->strings["g A l F d"] = "l, d. F G \U\h\r"; $a->strings["F d"] = "d. F"; $a->strings["[today]"] = "[heute]"; $a->strings["Birthday Reminders"] = "Geburtstagserinnerungen"; @@ -180,9 +180,9 @@ $a->strings["Item has been removed."] = "Eintrag wurde entfernt."; $a->strings["Access denied."] = "Zugriff verweigert."; $a->strings["This is Friendica, version"] = "Dies ist Friendica, Version"; $a->strings["running at web location"] = "die unter folgender Webadresse zu finden ist"; -$a->strings["Please visit Friendica.com to learn more about the Friendica project."] = "Bitte besuche Friendica.com, um mehr über das Friendica Projekt zu erfahren."; +$a->strings["Please visit Friendica.com to learn more about the Friendica project."] = "Bitte besuche Friendica.com, um mehr über das Friendica Projekt zu erfahren."; $a->strings["Bug reports and issues: please visit"] = "Probleme oder Fehler gefunden? Bitte besuche"; -$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Vorschläge, Lob, Spenden usw.: E-Mail an \"Info\" at Friendica - dot com"; +$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Vorschläge, Lob, Spenden usw.: E-Mail an "Info" at Friendica - dot com"; $a->strings["Installed plugins/addons/apps:"] = "Installierte Plugins/Erweiterungen/Apps"; $a->strings["No installed plugins/addons/apps"] = "Keine Plugins/Erweiterungen/Apps installiert"; $a->strings["%1\$s welcomes %2\$s"] = "%1\$s heißt %2\$s herzlich willkommen"; @@ -288,7 +288,7 @@ $a->strings["Your Contacts page is your gateway to managing friendships and conn $a->strings["Go to Your Site's Directory"] = "Gehe zum Verzeichnis deiner Friendica Instanz"; $a->strings["The Directory page lets you find other people in this network or other federated sites. Look for a Connect or Follow link on their profile page. Provide your own Identity Address if requested."] = "Über die Verzeichnisseite kannst du andere Personen auf diesem Server oder anderen verknüpften Seiten finden. Halte nach einem Verbinden oder Folgen Link auf deren Profilseiten Ausschau und gib deine eigene Profiladresse an, falls du danach gefragt wirst."; $a->strings["Finding New People"] = "Neue Leute kennenlernen"; -$a->strings["On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours."] = "Im seitlichen Bedienfeld der Kontakteseite gibt es diverse Werkzeuge, um neue Freunde zu finden. Wir können Menschen mit den gleichen Interessen finden, anhand von Namen oder Interessen suchen oder aber aufgrund vorhandener Kontakte neue Freunde vorschlagen.\nAuf einer brandneuen - soeben erstellten - Seite starten die Kontaktvorschläge innerhalb von 24 Stunden."; +$a->strings["On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours."] = "Im seitlichen Bedienfeld der Kontakteseite gibt es diverse Werkzeuge, um neue Freunde zu finden. Wir können Menschen mit den gleichen Interessen finden, anhand von Namen oder Interessen suchen oder aber aufgrund vorhandener Kontakte neue Freunde vorschlagenAuf einer brandneuen - soeben erstellten - Seite starten die Kontaktvorschläge innerhalb von 24 Stunden.Auf einer brandneuen - soeben erstellten - Seite starten die Kontaktvorschläge innerhalb von 24 Stunden.Auf einer brandneuen - soeben erstellten - Seite starten die Kontaktvorschläge innerhalb von 24 Stunden."; $a->strings["Groups"] = "Gruppen"; $a->strings["Group Your Contacts"] = "Gruppiere deine Kontakte"; $a->strings["Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page."] = "Sobald du einige Freunde gefunden hast, organisiere sie in Gruppen zur privaten Kommunikation im Seitenmenü der Kontakte-Seite. Du kannst dann mit jeder dieser Gruppen von der Netzwerkseite aus privat interagieren."; @@ -332,8 +332,8 @@ $a->strings["Friendica Communications Server - Setup"] = "Friendica-Server für $a->strings["Could not connect to database."] = "Verbindung zur Datenbank gescheitert."; $a->strings["Could not create table."] = "Tabelle konnte nicht angelegt werden."; $a->strings["Your Friendica site database has been installed."] = "Die Datenbank deiner Friendicaseite wurde installiert."; -$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Möglicherweise musst du die Datei \"database.sql\" manuell mit phpmyadmin oder mysql importieren."; -$a->strings["Please see the file \"INSTALL.txt\"."] = "Lies bitte die \"INSTALL.txt\"."; +$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Möglicherweise musst du die Datei "database.sql" manuell mit phpmyadmin oder mysql importieren."; +$a->strings["Please see the file \"INSTALL.txt\"."] = "Lies bitte die "INSTALL.txt"."; $a->strings["System check"] = "Systemtest"; $a->strings["Next"] = "Nächste"; $a->strings["Check again"] = "Noch einmal testen"; @@ -357,11 +357,11 @@ $a->strings["Command line PHP"] = "Kommandozeilen-PHP"; $a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = "Die ausführbare Datei von PHP stimmt nicht mit der PHP cli Version überein (es könnte sich um die cgi-fgci Version handeln)"; $a->strings["Found PHP version: "] = "Gefundene PHP Version:"; $a->strings["PHP cli binary"] = "PHP CLI Binary"; -$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "Die Kommandozeilenversion von PHP auf deinem System hat \"register_argc_argv\" nicht aktiviert."; +$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "Die Kommandozeilenversion von PHP auf deinem System hat "register_argc_argv" nicht aktiviert."; $a->strings["This is required for message delivery to work."] = "Dies wird für die Auslieferung von Nachrichten benötigt."; $a->strings["PHP register_argc_argv"] = "PHP register_argc_argv"; -$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Fehler: Die Funktion \"openssl_pkey_new\" auf diesem System ist nicht in der Lage, Verschlüsselungsschlüssel zu erzeugen"; -$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Wenn der Server unter Windows läuft, schau dir bitte \"http://www.php.net/manual/en/openssl.installation.php\" an."; +$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Fehler: Die Funktion "openssl_pkey_new" auf diesem System ist nicht in der Lage, Verschlüsselungsschlüssel zu erzeugen"; +$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Wenn der Server unter Windows läuft, schau dir bitte "http://www.php.net/manual/en/openssl.installation.php" an."; $a->strings["Generate encryption keys"] = "Schlüssel erzeugen"; $a->strings["libCurl PHP module"] = "PHP: libCurl-Modul"; $a->strings["GD graphics PHP module"] = "PHP: GD-Grafikmodul"; @@ -375,7 +375,7 @@ $a->strings["Error: GD graphics PHP module with JPEG support required but not in $a->strings["Error: openssl PHP module required but not installed."] = "Fehler: Das openssl-Modul von PHP ist nicht installiert."; $a->strings["Error: mysqli PHP module required but not installed."] = "Fehler: Das mysqli-Modul von PHP ist nicht installiert."; $a->strings["Error: mb_string PHP module required but not installed."] = "Fehler: mb_string PHP Module wird benötigt ist aber nicht installiert."; -$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."] = "Der Installationswizard muss in der Lage sein, eine Datei im Stammverzeichnis deines Webservers anzulegen, ist allerdings derzeit nicht in der Lage, dies zu tun."; +$a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = ""; $a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "In den meisten Fällen ist dies ein Problem mit den Schreibrechten. Der Webserver könnte keine Schreiberlaubnis haben, selbst wenn du sie hast."; $a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top folder."] = "Nachdem du alles ausgefüllt hast, erhältst du einen Text, den du in eine Datei namens .htconfig.php in deinem Friendica-Wurzelverzeichnis kopieren musst."; $a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "Alternativ kannst du diesen Schritt aber auch überspringen und die Installation manuell durchführen. Eine Anleitung dazu (Englisch) findest du in der Datei INSTALL.txt."; @@ -387,7 +387,7 @@ $a->strings["Note: as a security measure, you should give the web server write a $a->strings["view/smarty3 is writable"] = "view/smarty3 ist schreibbar"; $a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "Umschreiben der URLs in der .htaccess funktioniert nicht. Überprüfe die Konfiguration des Servers."; $a->strings["Url rewrite is working"] = "URL rewrite funktioniert"; -$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "Die Konfigurationsdatei \".htconfig.php\" konnte nicht angelegt werden. Bitte verwende den angefügten Text, um die Datei im Stammverzeichnis deiner Friendica-Installation zu erzeugen."; +$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "Die Konfigurationsdatei ".htconfig.php" konnte nicht angelegt werden. Bitte verwende den angefügten Text, um die Datei im Stammverzeichnis deiner Friendica-Installation zu erzeugen."; $a->strings["Errors encountered creating database tables."] = "Fehler aufgetreten während der Erzeugung der Datenbanktabellen."; $a->strings["

What next

"] = "

Wie geht es weiter?

"; $a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "WICHTIG: Du musst [manuell] einen Cronjob (o.ä.) für den Poller einrichten."; @@ -446,8 +446,8 @@ $a->strings["Mobile system theme"] = "Systemweites mobiles Theme"; $a->strings["Theme for mobile devices"] = "Thema für mobile Geräte"; $a->strings["SSL link policy"] = "Regeln für SSL Links"; $a->strings["Determines whether generated links should be forced to use SSL"] = "Bestimmt, ob generierte Links SSL verwenden müssen"; -$a->strings["Old style 'Share'"] = "Altes \"Teilen\" Element"; -$a->strings["Deactivates the bbcode element 'share' for repeating items."] = "Deaktiviert das BBCode Element \"share\" beim Wiederholen von Beiträgen."; +$a->strings["Old style 'Share'"] = "Altes "Teilen" Element"; +$a->strings["Deactivates the bbcode element 'share' for repeating items."] = "Deaktiviert das BBCode Element "share" beim Wiederholen von Beiträgen."; $a->strings["Hide help entry from navigation menu"] = "Verberge den Menüeintrag für die Hilfe im Navigationsmenü"; $a->strings["Hides the menu entry for the Help pages from the navigation menu. You can still access it calling /help directly."] = "Verbirgt den Menüeintrag für die Hilfe-Seiten im Navigationsmenü. Die Seiten können weiterhin über /help aufgerufen werden."; $a->strings["Single user instance"] = "Ein-Nutzer Instanz"; @@ -570,8 +570,8 @@ $a->strings["Last login"] = "Letzte Anmeldung"; $a->strings["Last item"] = "Letzter Beitrag"; $a->strings["Deleted since"] = "Gelöscht seit"; $a->strings["Account"] = "Nutzerkonto"; -$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Die markierten Nutzer werden gelöscht!\\n\\nAlle Beiträge, die diese Nutzer auf dieser Seite veröffentlicht haben, werden permanent gelöscht!\\n\\nBist du sicher?"; -$a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Der Nutzer {0} wird gelöscht!\\n\\nAlles was dieser Nutzer auf dieser Seite veröffentlicht hat, wird permanent gelöscht!\\n\\nBist du sicher?"; +$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = ""; +$a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = ""; $a->strings["Name of the new user."] = "Name des neuen Nutzers"; $a->strings["Nickname"] = "Spitzname"; $a->strings["Nickname of the new user."] = "Spitznamen für den neuen Nutzer"; @@ -659,7 +659,7 @@ $a->strings["You can import an account from another Friendica server."] = "Du ka $a->strings["You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."] = "Du musst deinen Account vom alten Server exportieren und hier hochladen. Wir stellen deinen alten Account mit all deinen Kontakten wieder her. Wir werden auch versuchen all deine Freunde darüber zu informieren, dass du hierher umgezogen bist."; $a->strings["This feature is experimental. We can't import contacts from the OStatus network (statusnet/identi.ca) or from Diaspora"] = "Dieses Feature ist experimentell. Wir können keine Kontakte vom OStatus Netzwerk (statusnet/identi.ca) oder von Diaspora importieren"; $a->strings["Account file"] = "Account Datei"; -$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "Um deinen Account zu exportieren, rufe \"Einstellungen -> Persönliche Daten exportieren\" auf und wähle \"Account exportieren\""; +$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = ""; $a->strings["Remote privacy information not available."] = "Entfernte Privatsphäreneinstellungen nicht verfügbar."; $a->strings["Visible to:"] = "Sichtbar für:"; $a->strings["Save"] = "Speichern"; @@ -699,7 +699,7 @@ $a->strings["Confirm"] = "Bestätigen"; $a->strings["[Name Withheld]"] = "[Name unterdrückt]"; $a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Bitte gib die Adresse deines Profils in einem der unterstützten sozialen Netzwerke an:"; $a->strings["Connect as an email follower (Coming soon)"] = "Als E-Mail-Kontakt verbinden (In Kürze verfügbar)"; -$a->strings["If you are not yet a member of the free social web, follow this link to find a public Friendica site and join us today."] = "Wenn du noch kein Mitglied dieses freien sozialen Netzwerks bist, folge diesem Link um einen öffentlichen Friendica-Server zu finden und beizutreten."; +$a->strings["If you are not yet a member of the free social web, follow this link to find a public Friendica site and join us today."] = "Wenn du noch kein Mitglied dieses freien sozialen Netzwerks bist, folge diesem Link um einen öffentlichen Friendica-Server zu finden und beizutreten."; $a->strings["Friend/Connection Request"] = "Freundschafts-/Kontaktanfrage"; $a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"] = "Beispiele: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"; $a->strings["Please answer the following:"] = "Bitte beantworte folgendes:"; @@ -979,7 +979,7 @@ $a->strings["Locality/City:"] = "Wohnort:"; $a->strings["Postal/Zip Code:"] = "Postleitzahl:"; $a->strings["Country:"] = "Land:"; $a->strings["Region/State:"] = "Region/Bundesstaat:"; -$a->strings[" Marital Status:"] = " Beziehungsstatus:"; +$a->strings[" Marital Status:"] = " Beziehungsstatus:"; $a->strings["Who: (if applicable)"] = "Wer: (falls anwendbar)"; $a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Beispiele: cathy123, Cathy Williams, cathy@example.com"; $a->strings["Since [date]:"] = "Seit [Datum]:"; @@ -1057,7 +1057,7 @@ $a->strings["No secure communications available. You may be abl $a->strings["Send Reply"] = "Antwort senden"; $a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s mag %2\$ss %3\$s nicht"; $a->strings["Post successful."] = "Beitrag erfolgreich veröffentlicht."; -$a->strings["l F d, Y \\@ g:i A"] = "l, d. F Y\\, H:i"; +$a->strings["l F d, Y \\@ g:i A"] = ""; $a->strings["Time Conversion"] = "Zeitumrechnung"; $a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica bietet diese Funktion an, um das Teilen von Events mit Kontakten zu vereinfachen, deren Zeitzone nicht ermittelt werden kann."; $a->strings["UTC time: %s"] = "UTC Zeit: %s"; @@ -1317,7 +1317,7 @@ $a->strings["That doesn't appear to be your full (First Last) name."] = "Das sch $a->strings["Your email domain is not among those allowed on this site."] = "Die Domain deiner E-Mail Adresse ist auf dieser Seite nicht erlaubt."; $a->strings["Not a valid email address."] = "Keine gültige E-Mail-Adresse."; $a->strings["Cannot use that email."] = "Konnte diese E-Mail-Adresse nicht verwenden."; -$a->strings["Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and must also begin with a letter."] = "Dein Spitzname darf nur aus Buchstaben und Zahlen (\"a-z\",\"0-9\", \"_\" und \"-\") bestehen, außerdem muss er mit einem Buchstaben beginnen."; +$a->strings["Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and must also begin with a letter."] = "Dein Spitzname darf nur aus Buchstaben und Zahlen ("a-z","0-9", "_" und "-") bestehen, außerdem muss er mit einem Buchstaben beginnen."; $a->strings["Nickname is already registered. Please choose another."] = "Dieser Spitzname ist bereits vergeben. Bitte wähle einen anderen."; $a->strings["Nickname was once registered here and may not be re-used. Please choose another."] = "Dieser Spitzname ist bereits vergeben. Bitte wähle einen anderen."; $a->strings["SERIOUS ERROR: Generation of security keys failed."] = "FATALER FEHLER: Sicherheitsschlüssel konnten nicht erzeugt werden."; @@ -1327,7 +1327,7 @@ $a->strings["Friends"] = "Freunde"; $a->strings["%1\$s poked %2\$s"] = "%1\$s stupste %2\$s"; $a->strings["poked"] = "stupste"; $a->strings["post/item"] = "Nachricht/Beitrag"; -$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "%1\$s hat %2\$s\\s %3\$s als Favorit markiert"; +$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "%1\$s hat %2\$s\s %3\$s als Favorit markiert"; $a->strings["remove"] = "löschen"; $a->strings["Delete Selected Items"] = "Lösche die markierten Beiträge"; $a->strings["Follow Thread"] = "Folge der Unterhaltung"; @@ -1540,7 +1540,7 @@ $a->strings["Love/Romance:"] = "Liebesleben:"; $a->strings["Work/employment:"] = "Arbeit/Beschäftigung:"; $a->strings["School/education:"] = "Schule/Ausbildung:"; $a->strings["Image/photo"] = "Bild/Foto"; -$a->strings["%s wrote the following post"] = "%s schrieb den folgenden Beitrag"; +$a->strings["%s wrote the following post"] = "%s schrieb den folgenden Beitrag"; $a->strings["$1 wrote:"] = "$1 hat geschrieben:"; $a->strings["Encrypted content"] = "Verschlüsselter Inhalt"; $a->strings["Unknown | Not categorised"] = "Unbekannt | Nicht kategorisiert"; @@ -1690,3 +1690,5 @@ $a->strings["Ask me"] = "Frag mich"; $a->strings["stopped following"] = "wird nicht mehr gefolgt"; $a->strings["Drop Contact"] = "Kontakt löschen"; $a->strings["Cannot locate DNS info for database server '%s'"] = "Kann die DNS Informationen für den Datenbankserver '%s' nicht ermitteln."; +$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "Leider ist Dein Upload evtl. größer als die PHP-Konfiguration erlaubt"; +$a->strings["Or - did you try to upload an empty file?"] = "Oder hast Du versucht, eine leere Datei hochzuladen?"; From 4503680a8f934540214cd9c1946c72bc9350d34d Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 26 Apr 2014 09:18:43 +0200 Subject: [PATCH 31/42] fix for the DE strings --- view/de/messages.po | 56 ++++++++++++++++++--------------------------- view/de/strings.php | 46 ++++++++++++++++++------------------- 2 files changed, 44 insertions(+), 58 deletions(-) diff --git a/view/de/messages.po b/view/de/messages.po index f05df43a71..453536230b 100644 --- a/view/de/messages.po +++ b/view/de/messages.po @@ -766,7 +766,7 @@ msgstr "Homepage:" #: ../../boot.php:1584 ../../boot.php:1670 msgid "g A l F d" -msgstr "l, d. F G \U\h\r" +msgstr "l, d. F G \\U\\h\\r" #: ../../boot.php:1585 ../../boot.php:1671 msgid "F d" @@ -880,7 +880,7 @@ msgstr "die unter folgender Webadresse zu finden ist" msgid "" "Please visit Friendica.com to learn " "more about the Friendica project." -msgstr "Bitte besuche Friendica.com, um mehr über das Friendica Projekt zu erfahren." +msgstr "Bitte besuche Friendica.com, um mehr über das Friendica Projekt zu erfahren." #: ../../mod/friendica.php:63 msgid "Bug reports and issues: please visit" @@ -890,7 +890,7 @@ msgstr "Probleme oder Fehler gefunden? Bitte besuche" msgid "" "Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - " "dot com" -msgstr "Vorschläge, Lob, Spenden usw.: E-Mail an "Info" at Friendica - dot com" +msgstr "Vorschläge, Lob, Spenden usw.: E-Mail an \"Info\" at Friendica - dot com" #: ../../mod/friendica.php:78 msgid "Installed plugins/addons/apps:" @@ -1424,10 +1424,7 @@ msgid "" "interest, and provide suggestions based on network relationships. On a brand" " new site, friend suggestions will usually begin to be populated within 24 " "hours." -msgstr "Im seitlichen Bedienfeld der Kontakteseite gibt es diverse Werkzeuge, um neue Freunde zu finden. Wir können Menschen mit den gleichen Interessen finden, anhand von Namen oder Interessen suchen oder aber aufgrund vorhandener Kontakte neue Freunde vorschlagen. -Auf einer brandneuen - soeben erstellten - Seite starten die Kontaktvorschläge innerhalb von 24 Stunden." -Auf einer brandneuen - soeben erstellten - Seite starten die Kontaktvorschläge innerhalb von 24 Stunden." -Auf einer brandneuen - soeben erstellten - Seite starten die Kontaktvorschläge innerhalb von 24 Stunden." +msgstr "Im seitlichen Bedienfeld der Kontakteseite gibt es diverse Werkzeuge, um neue Freunde zu finden. Wir können Menschen mit den gleichen Interessen finden, anhand von Namen oder Interessen suchen oder aber aufgrund vorhandener Kontakte neue Freunde vorschlagen.\nAuf einer brandneuen - soeben erstellten - Seite starten die Kontaktvorschläge innerhalb von 24 Stunden." #: ../../mod/newmember.php:66 ../../include/group.php:270 msgid "Groups" @@ -1614,12 +1611,12 @@ msgstr "Die Datenbank deiner Friendicaseite wurde installiert." msgid "" "You may need to import the file \"database.sql\" manually using phpmyadmin " "or mysql." -msgstr "Möglicherweise musst du die Datei "database.sql" manuell mit phpmyadmin oder mysql importieren." +msgstr "Möglicherweise musst du die Datei \"database.sql\" manuell mit phpmyadmin oder mysql importieren." #: ../../mod/install.php:139 ../../mod/install.php:206 #: ../../mod/install.php:521 msgid "Please see the file \"INSTALL.txt\"." -msgstr "Lies bitte die "INSTALL.txt"." +msgstr "Lies bitte die \"INSTALL.txt\"." #: ../../mod/install.php:203 msgid "System check" @@ -1730,7 +1727,7 @@ msgstr "PHP CLI Binary" msgid "" "The command line version of PHP on your system does not have " "\"register_argc_argv\" enabled." -msgstr "Die Kommandozeilenversion von PHP auf deinem System hat "register_argc_argv" nicht aktiviert." +msgstr "Die Kommandozeilenversion von PHP auf deinem System hat \"register_argc_argv\" nicht aktiviert." #: ../../mod/install.php:355 msgid "This is required for message delivery to work." @@ -1744,13 +1741,13 @@ msgstr "PHP register_argc_argv" msgid "" "Error: the \"openssl_pkey_new\" function on this system is not able to " "generate encryption keys" -msgstr "Fehler: Die Funktion "openssl_pkey_new" auf diesem System ist nicht in der Lage, Verschlüsselungsschlüssel zu erzeugen" +msgstr "Fehler: Die Funktion \"openssl_pkey_new\" auf diesem System ist nicht in der Lage, Verschlüsselungsschlüssel zu erzeugen" #: ../../mod/install.php:379 msgid "" "If running under Windows, please see " "\"http://www.php.net/manual/en/openssl.installation.php\"." -msgstr "Wenn der Server unter Windows läuft, schau dir bitte "http://www.php.net/manual/en/openssl.installation.php" an." +msgstr "Wenn der Server unter Windows läuft, schau dir bitte \"http://www.php.net/manual/en/openssl.installation.php\" an." #: ../../mod/install.php:381 msgid "Generate encryption keys" @@ -1810,7 +1807,7 @@ msgstr "Fehler: mb_string PHP Module wird benötigt ist aber nicht installiert." 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 "" +msgstr "Der Installationswizard muss in der Lage sein, eine Datei im Stammverzeichnis deines Webservers anzulegen, ist allerdings derzeit nicht in der Lage, dies zu tun." #: ../../mod/install.php:439 msgid "" @@ -1877,7 +1874,7 @@ msgid "" "The database configuration file \".htconfig.php\" could not be written. " "Please use the enclosed text to create a configuration file in your web " "server root." -msgstr "Die Konfigurationsdatei ".htconfig.php" konnte nicht angelegt werden. Bitte verwende den angefügten Text, um die Datei im Stammverzeichnis deiner Friendica-Installation zu erzeugen." +msgstr "Die Konfigurationsdatei \".htconfig.php\" konnte nicht angelegt werden. Bitte verwende den angefügten Text, um die Datei im Stammverzeichnis deiner Friendica-Installation zu erzeugen." #: ../../mod/install.php:508 msgid "Errors encountered creating database tables." @@ -2125,11 +2122,11 @@ msgstr "Bestimmt, ob generierte Links SSL verwenden müssen" #: ../../mod/admin.php:587 msgid "Old style 'Share'" -msgstr "Altes "Teilen" Element" +msgstr "Altes \"Teilen\" Element" #: ../../mod/admin.php:587 msgid "Deactivates the bbcode element 'share' for repeating items." -msgstr "Deaktiviert das BBCode Element "share" beim Wiederholen von Beiträgen." +msgstr "Deaktiviert das BBCode Element \"share\" beim Wiederholen von Beiträgen." #: ../../mod/admin.php:588 msgid "Hide help entry from navigation menu" @@ -2679,13 +2676,13 @@ msgstr "Nutzerkonto" msgid "" "Selected users will be deleted!\\n\\nEverything these users had posted on " "this site will be permanently deleted!\\n\\nAre you sure?" -msgstr "" +msgstr "Die markierten Nutzer werden gelöscht!\\n\\nAlle Beiträge, die diese Nutzer auf dieser Seite veröffentlicht haben, werden permanent gelöscht!\\n\\nBist du sicher?" #: ../../mod/admin.php:919 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 "" +msgstr "Der Nutzer {0} wird gelöscht!\\n\\nAlles was dieser Nutzer auf dieser Seite veröffentlicht hat, wird permanent gelöscht!\\n\\nBist du sicher?" #: ../../mod/admin.php:929 msgid "Name of the new user." @@ -3060,7 +3057,7 @@ msgstr "Account Datei" msgid "" "To export your account, go to \"Settings->Export your personal data\" and " "select \"Export account\"" -msgstr "" +msgstr "Um deinen Account zu exportieren, rufe \"Einstellungen -> Persönliche Daten exportieren\" auf und wähle \"Account exportieren\"" #: ../../mod/lockview.php:31 ../../mod/lockview.php:39 msgid "Remote privacy information not available." @@ -3222,7 +3219,7 @@ msgid "" "If you are not yet a member of the free social web, follow this link to find a public" " Friendica site and join us today." -msgstr "Wenn du noch kein Mitglied dieses freien sozialen Netzwerks bist, folge diesem Link um einen öffentlichen Friendica-Server zu finden und beizutreten." +msgstr "Wenn du noch kein Mitglied dieses freien sozialen Netzwerks bist, folge diesem Link um einen öffentlichen Friendica-Server zu finden und beizutreten." #: ../../mod/dfrn_request.php:832 msgid "Friend/Connection Request" @@ -4361,7 +4358,7 @@ msgstr "Region/Bundesstaat:" #: ../../mod/profiles.php:646 msgid " Marital Status:" -msgstr " Beziehungsstatus:" +msgstr " Beziehungsstatus:" #: ../../mod/profiles.php:647 msgid "Who: (if applicable)" @@ -4674,7 +4671,7 @@ msgstr "Beitrag erfolgreich veröffentlicht." #: ../../mod/localtime.php:12 ../../include/event.php:11 #: ../../include/bb2diaspora.php:393 msgid "l F d, Y \\@ g:i A" -msgstr "" +msgstr "l, d. F Y\\, H:i" #: ../../mod/localtime.php:24 msgid "Time Conversion" @@ -5784,7 +5781,7 @@ msgstr "Konnte diese E-Mail-Adresse nicht verwenden." msgid "" "Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and " "must also begin with a letter." -msgstr "Dein Spitzname darf nur aus Buchstaben und Zahlen ("a-z","0-9", "_" und "-") bestehen, außerdem muss er mit einem Buchstaben beginnen." +msgstr "Dein Spitzname darf nur aus Buchstaben und Zahlen (\"a-z\",\"0-9\", \"_\" und \"-\") bestehen, außerdem muss er mit einem Buchstaben beginnen." #: ../../include/user.php:137 ../../include/user.php:235 msgid "Nickname is already registered. Please choose another." @@ -5829,7 +5826,7 @@ msgstr "Nachricht/Beitrag" #: ../../include/conversation.php:292 #, php-format msgid "%1$s marked %2$s's %3$s as favorite" -msgstr "%1$s hat %2$s\s %3$s als Favorit markiert" +msgstr "%1$s hat %2$s\\s %3$s als Favorit markiert" #: ../../include/conversation.php:767 msgid "remove" @@ -6723,7 +6720,7 @@ msgstr "Bild/Foto" msgid "" "%s wrote the following post" -msgstr "%s schrieb den folgenden Beitrag" +msgstr "%s schrieb den folgenden Beitrag" #: ../../include/bbcode.php:584 ../../include/bbcode.php:604 msgid "$1 wrote:" @@ -7326,12 +7323,3 @@ msgstr "Kontakt löschen" #, php-format msgid "Cannot locate DNS info for database server '%s'" msgstr "Kann die DNS Informationen für den Datenbankserver '%s' nicht ermitteln." - -#: ../../mod/wall_attach:75 -msgid "Sorry, maybe your upload is bigger than the PHP configuration allows" -msgstr "Leider ist Dein Upload evtl. größer als die PHP-Konfiguration erlaubt" - -#: ../../mod/wall_attach:75 -msgid "Or - did you try to upload an empty file?" -msgstr "Oder hast Du versucht, eine leere Datei hochzuladen?" - diff --git a/view/de/strings.php b/view/de/strings.php index 520b3446ef..285ff015fe 100644 --- a/view/de/strings.php +++ b/view/de/strings.php @@ -154,7 +154,7 @@ $a->strings["Location:"] = "Ort:"; $a->strings["Gender:"] = "Geschlecht:"; $a->strings["Status:"] = "Status:"; $a->strings["Homepage:"] = "Homepage:"; -$a->strings["g A l F d"] = "l, d. F G \U\h\r"; +$a->strings["g A l F d"] = "l, d. F G \\U\\h\\r"; $a->strings["F d"] = "d. F"; $a->strings["[today]"] = "[heute]"; $a->strings["Birthday Reminders"] = "Geburtstagserinnerungen"; @@ -180,9 +180,9 @@ $a->strings["Item has been removed."] = "Eintrag wurde entfernt."; $a->strings["Access denied."] = "Zugriff verweigert."; $a->strings["This is Friendica, version"] = "Dies ist Friendica, Version"; $a->strings["running at web location"] = "die unter folgender Webadresse zu finden ist"; -$a->strings["Please visit Friendica.com to learn more about the Friendica project."] = "Bitte besuche Friendica.com, um mehr über das Friendica Projekt zu erfahren."; +$a->strings["Please visit Friendica.com to learn more about the Friendica project."] = "Bitte besuche Friendica.com, um mehr über das Friendica Projekt zu erfahren."; $a->strings["Bug reports and issues: please visit"] = "Probleme oder Fehler gefunden? Bitte besuche"; -$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Vorschläge, Lob, Spenden usw.: E-Mail an "Info" at Friendica - dot com"; +$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Vorschläge, Lob, Spenden usw.: E-Mail an \"Info\" at Friendica - dot com"; $a->strings["Installed plugins/addons/apps:"] = "Installierte Plugins/Erweiterungen/Apps"; $a->strings["No installed plugins/addons/apps"] = "Keine Plugins/Erweiterungen/Apps installiert"; $a->strings["%1\$s welcomes %2\$s"] = "%1\$s heißt %2\$s herzlich willkommen"; @@ -288,7 +288,7 @@ $a->strings["Your Contacts page is your gateway to managing friendships and conn $a->strings["Go to Your Site's Directory"] = "Gehe zum Verzeichnis deiner Friendica Instanz"; $a->strings["The Directory page lets you find other people in this network or other federated sites. Look for a Connect or Follow link on their profile page. Provide your own Identity Address if requested."] = "Über die Verzeichnisseite kannst du andere Personen auf diesem Server oder anderen verknüpften Seiten finden. Halte nach einem Verbinden oder Folgen Link auf deren Profilseiten Ausschau und gib deine eigene Profiladresse an, falls du danach gefragt wirst."; $a->strings["Finding New People"] = "Neue Leute kennenlernen"; -$a->strings["On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours."] = "Im seitlichen Bedienfeld der Kontakteseite gibt es diverse Werkzeuge, um neue Freunde zu finden. Wir können Menschen mit den gleichen Interessen finden, anhand von Namen oder Interessen suchen oder aber aufgrund vorhandener Kontakte neue Freunde vorschlagenAuf einer brandneuen - soeben erstellten - Seite starten die Kontaktvorschläge innerhalb von 24 Stunden.Auf einer brandneuen - soeben erstellten - Seite starten die Kontaktvorschläge innerhalb von 24 Stunden.Auf einer brandneuen - soeben erstellten - Seite starten die Kontaktvorschläge innerhalb von 24 Stunden."; +$a->strings["On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours."] = "Im seitlichen Bedienfeld der Kontakteseite gibt es diverse Werkzeuge, um neue Freunde zu finden. Wir können Menschen mit den gleichen Interessen finden, anhand von Namen oder Interessen suchen oder aber aufgrund vorhandener Kontakte neue Freunde vorschlagen.\nAuf einer brandneuen - soeben erstellten - Seite starten die Kontaktvorschläge innerhalb von 24 Stunden."; $a->strings["Groups"] = "Gruppen"; $a->strings["Group Your Contacts"] = "Gruppiere deine Kontakte"; $a->strings["Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page."] = "Sobald du einige Freunde gefunden hast, organisiere sie in Gruppen zur privaten Kommunikation im Seitenmenü der Kontakte-Seite. Du kannst dann mit jeder dieser Gruppen von der Netzwerkseite aus privat interagieren."; @@ -332,8 +332,8 @@ $a->strings["Friendica Communications Server - Setup"] = "Friendica-Server für $a->strings["Could not connect to database."] = "Verbindung zur Datenbank gescheitert."; $a->strings["Could not create table."] = "Tabelle konnte nicht angelegt werden."; $a->strings["Your Friendica site database has been installed."] = "Die Datenbank deiner Friendicaseite wurde installiert."; -$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Möglicherweise musst du die Datei "database.sql" manuell mit phpmyadmin oder mysql importieren."; -$a->strings["Please see the file \"INSTALL.txt\"."] = "Lies bitte die "INSTALL.txt"."; +$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Möglicherweise musst du die Datei \"database.sql\" manuell mit phpmyadmin oder mysql importieren."; +$a->strings["Please see the file \"INSTALL.txt\"."] = "Lies bitte die \"INSTALL.txt\"."; $a->strings["System check"] = "Systemtest"; $a->strings["Next"] = "Nächste"; $a->strings["Check again"] = "Noch einmal testen"; @@ -357,11 +357,11 @@ $a->strings["Command line PHP"] = "Kommandozeilen-PHP"; $a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = "Die ausführbare Datei von PHP stimmt nicht mit der PHP cli Version überein (es könnte sich um die cgi-fgci Version handeln)"; $a->strings["Found PHP version: "] = "Gefundene PHP Version:"; $a->strings["PHP cli binary"] = "PHP CLI Binary"; -$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "Die Kommandozeilenversion von PHP auf deinem System hat "register_argc_argv" nicht aktiviert."; +$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "Die Kommandozeilenversion von PHP auf deinem System hat \"register_argc_argv\" nicht aktiviert."; $a->strings["This is required for message delivery to work."] = "Dies wird für die Auslieferung von Nachrichten benötigt."; $a->strings["PHP register_argc_argv"] = "PHP register_argc_argv"; -$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Fehler: Die Funktion "openssl_pkey_new" auf diesem System ist nicht in der Lage, Verschlüsselungsschlüssel zu erzeugen"; -$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Wenn der Server unter Windows läuft, schau dir bitte "http://www.php.net/manual/en/openssl.installation.php" an."; +$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Fehler: Die Funktion \"openssl_pkey_new\" auf diesem System ist nicht in der Lage, Verschlüsselungsschlüssel zu erzeugen"; +$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Wenn der Server unter Windows läuft, schau dir bitte \"http://www.php.net/manual/en/openssl.installation.php\" an."; $a->strings["Generate encryption keys"] = "Schlüssel erzeugen"; $a->strings["libCurl PHP module"] = "PHP: libCurl-Modul"; $a->strings["GD graphics PHP module"] = "PHP: GD-Grafikmodul"; @@ -375,7 +375,7 @@ $a->strings["Error: GD graphics PHP module with JPEG support required but not in $a->strings["Error: openssl PHP module required but not installed."] = "Fehler: Das openssl-Modul von PHP ist nicht installiert."; $a->strings["Error: mysqli PHP module required but not installed."] = "Fehler: Das mysqli-Modul von PHP ist nicht installiert."; $a->strings["Error: mb_string PHP module required but not installed."] = "Fehler: mb_string PHP Module wird benötigt ist aber nicht installiert."; -$a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = ""; +$a->strings["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."] = "Der Installationswizard muss in der Lage sein, eine Datei im Stammverzeichnis deines Webservers anzulegen, ist allerdings derzeit nicht in der Lage, dies zu tun."; $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."] = "In den meisten Fällen ist dies ein Problem mit den Schreibrechten. Der Webserver könnte keine Schreiberlaubnis haben, selbst wenn du sie hast."; $a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top folder."] = "Nachdem du alles ausgefüllt hast, erhältst du einen Text, den du in eine Datei namens .htconfig.php in deinem Friendica-Wurzelverzeichnis kopieren musst."; $a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "Alternativ kannst du diesen Schritt aber auch überspringen und die Installation manuell durchführen. Eine Anleitung dazu (Englisch) findest du in der Datei INSTALL.txt."; @@ -387,7 +387,7 @@ $a->strings["Note: as a security measure, you should give the web server write a $a->strings["view/smarty3 is writable"] = "view/smarty3 ist schreibbar"; $a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "Umschreiben der URLs in der .htaccess funktioniert nicht. Überprüfe die Konfiguration des Servers."; $a->strings["Url rewrite is working"] = "URL rewrite funktioniert"; -$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "Die Konfigurationsdatei ".htconfig.php" konnte nicht angelegt werden. Bitte verwende den angefügten Text, um die Datei im Stammverzeichnis deiner Friendica-Installation zu erzeugen."; +$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "Die Konfigurationsdatei \".htconfig.php\" konnte nicht angelegt werden. Bitte verwende den angefügten Text, um die Datei im Stammverzeichnis deiner Friendica-Installation zu erzeugen."; $a->strings["Errors encountered creating database tables."] = "Fehler aufgetreten während der Erzeugung der Datenbanktabellen."; $a->strings["

What next

"] = "

Wie geht es weiter?

"; $a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "WICHTIG: Du musst [manuell] einen Cronjob (o.ä.) für den Poller einrichten."; @@ -446,8 +446,8 @@ $a->strings["Mobile system theme"] = "Systemweites mobiles Theme"; $a->strings["Theme for mobile devices"] = "Thema für mobile Geräte"; $a->strings["SSL link policy"] = "Regeln für SSL Links"; $a->strings["Determines whether generated links should be forced to use SSL"] = "Bestimmt, ob generierte Links SSL verwenden müssen"; -$a->strings["Old style 'Share'"] = "Altes "Teilen" Element"; -$a->strings["Deactivates the bbcode element 'share' for repeating items."] = "Deaktiviert das BBCode Element "share" beim Wiederholen von Beiträgen."; +$a->strings["Old style 'Share'"] = "Altes \"Teilen\" Element"; +$a->strings["Deactivates the bbcode element 'share' for repeating items."] = "Deaktiviert das BBCode Element \"share\" beim Wiederholen von Beiträgen."; $a->strings["Hide help entry from navigation menu"] = "Verberge den Menüeintrag für die Hilfe im Navigationsmenü"; $a->strings["Hides the menu entry for the Help pages from the navigation menu. You can still access it calling /help directly."] = "Verbirgt den Menüeintrag für die Hilfe-Seiten im Navigationsmenü. Die Seiten können weiterhin über /help aufgerufen werden."; $a->strings["Single user instance"] = "Ein-Nutzer Instanz"; @@ -570,8 +570,8 @@ $a->strings["Last login"] = "Letzte Anmeldung"; $a->strings["Last item"] = "Letzter Beitrag"; $a->strings["Deleted since"] = "Gelöscht seit"; $a->strings["Account"] = "Nutzerkonto"; -$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = ""; -$a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = ""; +$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Die markierten Nutzer werden gelöscht!\\n\\nAlle Beiträge, die diese Nutzer auf dieser Seite veröffentlicht haben, werden permanent gelöscht!\\n\\nBist du sicher?"; +$a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Der Nutzer {0} wird gelöscht!\\n\\nAlles was dieser Nutzer auf dieser Seite veröffentlicht hat, wird permanent gelöscht!\\n\\nBist du sicher?"; $a->strings["Name of the new user."] = "Name des neuen Nutzers"; $a->strings["Nickname"] = "Spitzname"; $a->strings["Nickname of the new user."] = "Spitznamen für den neuen Nutzer"; @@ -659,7 +659,7 @@ $a->strings["You can import an account from another Friendica server."] = "Du ka $a->strings["You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."] = "Du musst deinen Account vom alten Server exportieren und hier hochladen. Wir stellen deinen alten Account mit all deinen Kontakten wieder her. Wir werden auch versuchen all deine Freunde darüber zu informieren, dass du hierher umgezogen bist."; $a->strings["This feature is experimental. We can't import contacts from the OStatus network (statusnet/identi.ca) or from Diaspora"] = "Dieses Feature ist experimentell. Wir können keine Kontakte vom OStatus Netzwerk (statusnet/identi.ca) oder von Diaspora importieren"; $a->strings["Account file"] = "Account Datei"; -$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = ""; +$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "Um deinen Account zu exportieren, rufe \"Einstellungen -> Persönliche Daten exportieren\" auf und wähle \"Account exportieren\""; $a->strings["Remote privacy information not available."] = "Entfernte Privatsphäreneinstellungen nicht verfügbar."; $a->strings["Visible to:"] = "Sichtbar für:"; $a->strings["Save"] = "Speichern"; @@ -699,7 +699,7 @@ $a->strings["Confirm"] = "Bestätigen"; $a->strings["[Name Withheld]"] = "[Name unterdrückt]"; $a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Bitte gib die Adresse deines Profils in einem der unterstützten sozialen Netzwerke an:"; $a->strings["Connect as an email follower (Coming soon)"] = "Als E-Mail-Kontakt verbinden (In Kürze verfügbar)"; -$a->strings["If you are not yet a member of the free social web, follow this link to find a public Friendica site and join us today."] = "Wenn du noch kein Mitglied dieses freien sozialen Netzwerks bist, folge diesem Link um einen öffentlichen Friendica-Server zu finden und beizutreten."; +$a->strings["If you are not yet a member of the free social web, follow this link to find a public Friendica site and join us today."] = "Wenn du noch kein Mitglied dieses freien sozialen Netzwerks bist, folge diesem Link um einen öffentlichen Friendica-Server zu finden und beizutreten."; $a->strings["Friend/Connection Request"] = "Freundschafts-/Kontaktanfrage"; $a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"] = "Beispiele: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"; $a->strings["Please answer the following:"] = "Bitte beantworte folgendes:"; @@ -979,7 +979,7 @@ $a->strings["Locality/City:"] = "Wohnort:"; $a->strings["Postal/Zip Code:"] = "Postleitzahl:"; $a->strings["Country:"] = "Land:"; $a->strings["Region/State:"] = "Region/Bundesstaat:"; -$a->strings[" Marital Status:"] = " Beziehungsstatus:"; +$a->strings[" Marital Status:"] = " Beziehungsstatus:"; $a->strings["Who: (if applicable)"] = "Wer: (falls anwendbar)"; $a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Beispiele: cathy123, Cathy Williams, cathy@example.com"; $a->strings["Since [date]:"] = "Seit [Datum]:"; @@ -1057,7 +1057,7 @@ $a->strings["No secure communications available. You may be abl $a->strings["Send Reply"] = "Antwort senden"; $a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s mag %2\$ss %3\$s nicht"; $a->strings["Post successful."] = "Beitrag erfolgreich veröffentlicht."; -$a->strings["l F d, Y \\@ g:i A"] = ""; +$a->strings["l F d, Y \\@ g:i A"] = "l, d. F Y\\, H:i"; $a->strings["Time Conversion"] = "Zeitumrechnung"; $a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica bietet diese Funktion an, um das Teilen von Events mit Kontakten zu vereinfachen, deren Zeitzone nicht ermittelt werden kann."; $a->strings["UTC time: %s"] = "UTC Zeit: %s"; @@ -1317,7 +1317,7 @@ $a->strings["That doesn't appear to be your full (First Last) name."] = "Das sch $a->strings["Your email domain is not among those allowed on this site."] = "Die Domain deiner E-Mail Adresse ist auf dieser Seite nicht erlaubt."; $a->strings["Not a valid email address."] = "Keine gültige E-Mail-Adresse."; $a->strings["Cannot use that email."] = "Konnte diese E-Mail-Adresse nicht verwenden."; -$a->strings["Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and must also begin with a letter."] = "Dein Spitzname darf nur aus Buchstaben und Zahlen ("a-z","0-9", "_" und "-") bestehen, außerdem muss er mit einem Buchstaben beginnen."; +$a->strings["Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and must also begin with a letter."] = "Dein Spitzname darf nur aus Buchstaben und Zahlen (\"a-z\",\"0-9\", \"_\" und \"-\") bestehen, außerdem muss er mit einem Buchstaben beginnen."; $a->strings["Nickname is already registered. Please choose another."] = "Dieser Spitzname ist bereits vergeben. Bitte wähle einen anderen."; $a->strings["Nickname was once registered here and may not be re-used. Please choose another."] = "Dieser Spitzname ist bereits vergeben. Bitte wähle einen anderen."; $a->strings["SERIOUS ERROR: Generation of security keys failed."] = "FATALER FEHLER: Sicherheitsschlüssel konnten nicht erzeugt werden."; @@ -1327,7 +1327,7 @@ $a->strings["Friends"] = "Freunde"; $a->strings["%1\$s poked %2\$s"] = "%1\$s stupste %2\$s"; $a->strings["poked"] = "stupste"; $a->strings["post/item"] = "Nachricht/Beitrag"; -$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "%1\$s hat %2\$s\s %3\$s als Favorit markiert"; +$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "%1\$s hat %2\$s\\s %3\$s als Favorit markiert"; $a->strings["remove"] = "löschen"; $a->strings["Delete Selected Items"] = "Lösche die markierten Beiträge"; $a->strings["Follow Thread"] = "Folge der Unterhaltung"; @@ -1540,7 +1540,7 @@ $a->strings["Love/Romance:"] = "Liebesleben:"; $a->strings["Work/employment:"] = "Arbeit/Beschäftigung:"; $a->strings["School/education:"] = "Schule/Ausbildung:"; $a->strings["Image/photo"] = "Bild/Foto"; -$a->strings["%s wrote the following post"] = "%s schrieb den folgenden Beitrag"; +$a->strings["%s wrote the following post"] = "%s schrieb den folgenden Beitrag"; $a->strings["$1 wrote:"] = "$1 hat geschrieben:"; $a->strings["Encrypted content"] = "Verschlüsselter Inhalt"; $a->strings["Unknown | Not categorised"] = "Unbekannt | Nicht kategorisiert"; @@ -1690,5 +1690,3 @@ $a->strings["Ask me"] = "Frag mich"; $a->strings["stopped following"] = "wird nicht mehr gefolgt"; $a->strings["Drop Contact"] = "Kontakt löschen"; $a->strings["Cannot locate DNS info for database server '%s'"] = "Kann die DNS Informationen für den Datenbankserver '%s' nicht ermitteln."; -$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "Leider ist Dein Upload evtl. größer als die PHP-Konfiguration erlaubt"; -$a->strings["Or - did you try to upload an empty file?"] = "Oder hast Du versucht, eine leere Datei hochzuladen?"; From de51106cde4d184d0e3d2209046a59f327e58d80 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 26 Apr 2014 09:24:29 +0200 Subject: [PATCH 32/42] get strings from #942 into the master strings for translation --- util/messages.po | 469 ++++++++++++++++++++++++----------------------- 1 file changed, 235 insertions(+), 234 deletions(-) diff --git a/util/messages.po b/util/messages.po index 4465ddabba..c6fdbed186 100644 --- a/util/messages.po +++ b/util/messages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 3.2.1748\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-25 08:25+0200\n" +"POT-Creation-Date: 2014-04-26 09:22+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -28,7 +28,7 @@ msgid "Private Message" msgstr "" #: ../../object/Item.php:117 ../../mod/editpost.php:109 -#: ../../mod/content.php:727 ../../mod/settings.php:668 +#: ../../mod/content.php:727 ../../mod/settings.php:670 msgid "Edit" msgstr "" @@ -39,7 +39,7 @@ msgstr "" #: ../../object/Item.php:127 ../../mod/admin.php:908 ../../mod/content.php:438 #: ../../mod/content.php:740 ../../mod/contacts.php:703 -#: ../../mod/settings.php:669 ../../mod/group.php:171 +#: ../../mod/settings.php:671 ../../mod/group.php:171 #: ../../mod/photos.php:1646 ../../include/conversation.php:613 msgid "Delete" msgstr "" @@ -253,8 +253,8 @@ msgstr "" #: ../../mod/network.php:4 ../../mod/install.php:151 ../../mod/editpost.php:10 #: ../../mod/attach.php:33 ../../mod/regmod.php:118 ../../mod/crepair.php:117 #: ../../mod/uimport.php:23 ../../mod/notes.php:20 ../../mod/contacts.php:246 -#: ../../mod/settings.php:101 ../../mod/settings.php:588 -#: ../../mod/settings.php:593 ../../mod/profiles.php:146 +#: ../../mod/settings.php:101 ../../mod/settings.php:590 +#: ../../mod/settings.php:595 ../../mod/profiles.php:146 #: ../../mod/profiles.php:575 ../../mod/group.php:19 ../../mod/follow.php:9 #: ../../mod/message.php:38 ../../mod/message.php:174 #: ../../mod/viewcontacts.php:22 ../../mod/photos.php:134 @@ -266,7 +266,7 @@ msgstr "" #: ../../mod/fsuggest.php:78 ../../mod/item.php:145 ../../mod/item.php:161 #: ../../mod/notifications.php:66 ../../mod/invite.php:15 #: ../../mod/invite.php:101 ../../mod/manage.php:96 ../../mod/allfriends.php:9 -#: ../../include/items.php:4373 +#: ../../wall_attach.php:55 ../../include/items.php:4373 msgid "Permission denied." msgstr "" @@ -287,7 +287,7 @@ msgid "Your posts and conversations" msgstr "" #: ../../view/theme/perihel/theme.php:34 -#: ../../view/theme/diabook/theme.php:124 ../../boot.php:1975 +#: ../../view/theme/diabook/theme.php:124 ../../boot.php:1979 #: ../../mod/newmember.php:32 ../../mod/profperm.php:103 #: ../../include/nav.php:77 ../../include/profile_advanced.php:7 #: ../../include/profile_advanced.php:84 @@ -300,7 +300,7 @@ msgid "Your profile page" msgstr "" #: ../../view/theme/perihel/theme.php:35 -#: ../../view/theme/diabook/theme.php:126 ../../boot.php:1982 +#: ../../view/theme/diabook/theme.php:126 ../../boot.php:1986 #: ../../mod/fbrowser.php:25 ../../include/nav.php:78 msgid "Photos" msgstr "" @@ -311,7 +311,7 @@ msgid "Your photos" msgstr "" #: ../../view/theme/perihel/theme.php:36 -#: ../../view/theme/diabook/theme.php:127 ../../boot.php:1999 +#: ../../view/theme/diabook/theme.php:127 ../../boot.php:2003 #: ../../mod/events.php:370 ../../include/nav.php:79 msgid "Events" msgstr "" @@ -490,7 +490,7 @@ msgstr "" #: ../../view/theme/diabook/theme.php:544 #: ../../view/theme/diabook/theme.php:648 ../../mod/newmember.php:22 #: ../../mod/admin.php:1005 ../../mod/admin.php:1213 ../../mod/settings.php:84 -#: ../../mod/uexport.php:48 ../../include/nav.php:169 +#: ../../include/nav.php:169 msgid "Settings" msgstr "" @@ -684,136 +684,136 @@ msgstr "" msgid "privacy policy" msgstr "" -#: ../../boot.php:1310 +#: ../../boot.php:1314 msgid "Requested account is not available." msgstr "" -#: ../../boot.php:1349 ../../mod/profile.php:21 +#: ../../boot.php:1353 ../../mod/profile.php:21 msgid "Requested profile is not available." msgstr "" -#: ../../boot.php:1389 ../../boot.php:1493 +#: ../../boot.php:1393 ../../boot.php:1497 msgid "Edit profile" msgstr "" -#: ../../boot.php:1441 ../../mod/suggest.php:88 ../../mod/match.php:58 +#: ../../boot.php:1445 ../../mod/suggest.php:88 ../../mod/match.php:58 #: ../../include/contact_widgets.php:9 msgid "Connect" msgstr "" -#: ../../boot.php:1455 +#: ../../boot.php:1459 msgid "Message" msgstr "" -#: ../../boot.php:1463 ../../include/nav.php:171 +#: ../../boot.php:1467 ../../include/nav.php:171 msgid "Profiles" msgstr "" -#: ../../boot.php:1463 +#: ../../boot.php:1467 msgid "Manage/edit profiles" msgstr "" -#: ../../boot.php:1469 ../../boot.php:1495 ../../mod/profiles.php:730 +#: ../../boot.php:1473 ../../boot.php:1499 ../../mod/profiles.php:730 msgid "Change profile photo" msgstr "" -#: ../../boot.php:1470 ../../mod/profiles.php:731 +#: ../../boot.php:1474 ../../mod/profiles.php:731 msgid "Create New Profile" msgstr "" -#: ../../boot.php:1480 ../../mod/profiles.php:742 +#: ../../boot.php:1484 ../../mod/profiles.php:742 msgid "Profile Image" msgstr "" -#: ../../boot.php:1483 ../../mod/profiles.php:744 +#: ../../boot.php:1487 ../../mod/profiles.php:744 msgid "visible to everybody" msgstr "" -#: ../../boot.php:1484 ../../mod/profiles.php:745 +#: ../../boot.php:1488 ../../mod/profiles.php:745 msgid "Edit visibility" msgstr "" -#: ../../boot.php:1509 ../../mod/directory.php:134 ../../mod/events.php:471 +#: ../../boot.php:1513 ../../mod/directory.php:134 ../../mod/events.php:471 #: ../../include/event.php:40 ../../include/bb2diaspora.php:155 msgid "Location:" msgstr "" -#: ../../boot.php:1511 ../../mod/directory.php:136 +#: ../../boot.php:1515 ../../mod/directory.php:136 #: ../../include/profile_advanced.php:17 msgid "Gender:" msgstr "" -#: ../../boot.php:1514 ../../mod/directory.php:138 +#: ../../boot.php:1518 ../../mod/directory.php:138 #: ../../include/profile_advanced.php:37 msgid "Status:" msgstr "" -#: ../../boot.php:1516 ../../mod/directory.php:140 +#: ../../boot.php:1520 ../../mod/directory.php:140 #: ../../include/profile_advanced.php:48 msgid "Homepage:" msgstr "" -#: ../../boot.php:1592 ../../boot.php:1678 +#: ../../boot.php:1596 ../../boot.php:1682 msgid "g A l F d" msgstr "" -#: ../../boot.php:1593 ../../boot.php:1679 +#: ../../boot.php:1597 ../../boot.php:1683 msgid "F d" msgstr "" -#: ../../boot.php:1638 ../../boot.php:1719 +#: ../../boot.php:1642 ../../boot.php:1723 msgid "[today]" msgstr "" -#: ../../boot.php:1650 +#: ../../boot.php:1654 msgid "Birthday Reminders" msgstr "" -#: ../../boot.php:1651 +#: ../../boot.php:1655 msgid "Birthdays this week:" msgstr "" -#: ../../boot.php:1712 +#: ../../boot.php:1716 msgid "[No description]" msgstr "" -#: ../../boot.php:1730 +#: ../../boot.php:1734 msgid "Event Reminders" msgstr "" -#: ../../boot.php:1731 +#: ../../boot.php:1735 msgid "Events this week:" msgstr "" -#: ../../boot.php:1968 ../../include/nav.php:76 +#: ../../boot.php:1972 ../../include/nav.php:76 msgid "Status" msgstr "" -#: ../../boot.php:1971 +#: ../../boot.php:1975 msgid "Status Messages and Posts" msgstr "" -#: ../../boot.php:1978 +#: ../../boot.php:1982 msgid "Profile Details" msgstr "" -#: ../../boot.php:1985 ../../mod/photos.php:52 +#: ../../boot.php:1989 ../../mod/photos.php:52 msgid "Photo Albums" msgstr "" -#: ../../boot.php:1989 ../../boot.php:1992 +#: ../../boot.php:1993 ../../boot.php:1996 msgid "Videos" msgstr "" -#: ../../boot.php:2002 +#: ../../boot.php:2006 msgid "Events and Calendar" msgstr "" -#: ../../boot.php:2006 ../../mod/notes.php:44 +#: ../../boot.php:2010 ../../mod/notes.php:44 msgid "Personal Notes" msgstr "" -#: ../../boot.php:2009 +#: ../../boot.php:2013 msgid "Only You Can See This" msgstr "" @@ -949,25 +949,25 @@ msgstr "" #: ../../mod/register.php:243 ../../mod/api.php:105 ../../mod/suggest.php:29 #: ../../mod/dfrn_request.php:836 ../../mod/contacts.php:326 -#: ../../mod/settings.php:992 ../../mod/settings.php:998 -#: ../../mod/settings.php:1006 ../../mod/settings.php:1010 -#: ../../mod/settings.php:1015 ../../mod/settings.php:1021 -#: ../../mod/settings.php:1027 ../../mod/settings.php:1033 -#: ../../mod/settings.php:1063 ../../mod/settings.php:1064 -#: ../../mod/settings.php:1065 ../../mod/settings.php:1066 -#: ../../mod/settings.php:1067 ../../mod/profiles.php:614 +#: ../../mod/settings.php:998 ../../mod/settings.php:1004 +#: ../../mod/settings.php:1012 ../../mod/settings.php:1016 +#: ../../mod/settings.php:1021 ../../mod/settings.php:1027 +#: ../../mod/settings.php:1033 ../../mod/settings.php:1039 +#: ../../mod/settings.php:1069 ../../mod/settings.php:1070 +#: ../../mod/settings.php:1071 ../../mod/settings.php:1072 +#: ../../mod/settings.php:1073 ../../mod/profiles.php:614 #: ../../mod/message.php:209 ../../include/items.php:4218 msgid "Yes" msgstr "" #: ../../mod/register.php:244 ../../mod/api.php:106 -#: ../../mod/dfrn_request.php:837 ../../mod/settings.php:992 -#: ../../mod/settings.php:998 ../../mod/settings.php:1006 -#: ../../mod/settings.php:1010 ../../mod/settings.php:1015 -#: ../../mod/settings.php:1021 ../../mod/settings.php:1027 -#: ../../mod/settings.php:1033 ../../mod/settings.php:1063 -#: ../../mod/settings.php:1064 ../../mod/settings.php:1065 -#: ../../mod/settings.php:1066 ../../mod/settings.php:1067 +#: ../../mod/dfrn_request.php:837 ../../mod/settings.php:998 +#: ../../mod/settings.php:1004 ../../mod/settings.php:1012 +#: ../../mod/settings.php:1016 ../../mod/settings.php:1021 +#: ../../mod/settings.php:1027 ../../mod/settings.php:1033 +#: ../../mod/settings.php:1039 ../../mod/settings.php:1069 +#: ../../mod/settings.php:1070 ../../mod/settings.php:1071 +#: ../../mod/settings.php:1072 ../../mod/settings.php:1073 #: ../../mod/profiles.php:615 msgid "No" msgstr "" @@ -1461,7 +1461,7 @@ msgstr "" #: ../../mod/suggest.php:32 ../../mod/editpost.php:148 #: ../../mod/dfrn_request.php:848 ../../mod/contacts.php:329 -#: ../../mod/settings.php:607 ../../mod/settings.php:633 +#: ../../mod/settings.php:609 ../../mod/settings.php:635 #: ../../mod/message.php:212 ../../mod/photos.php:203 ../../mod/photos.php:292 #: ../../mod/tagrm.php:11 ../../mod/tagrm.php:94 ../../mod/fbrowser.php:81 #: ../../mod/fbrowser.php:116 ../../include/conversation.php:1122 @@ -1981,7 +1981,7 @@ msgstr "" msgid "Site settings updated." msgstr "" -#: ../../mod/admin.php:512 ../../mod/settings.php:820 +#: ../../mod/admin.php:512 ../../mod/settings.php:822 msgid "No special theme for mobile devices" msgstr "" @@ -2038,9 +2038,9 @@ msgid "Self-signed certificate, use SSL for local links only (discouraged)" msgstr "" #: ../../mod/admin.php:572 ../../mod/admin.php:1046 ../../mod/admin.php:1246 -#: ../../mod/admin.php:1333 ../../mod/settings.php:606 -#: ../../mod/settings.php:716 ../../mod/settings.php:790 -#: ../../mod/settings.php:866 ../../mod/settings.php:1095 +#: ../../mod/admin.php:1333 ../../mod/settings.php:608 +#: ../../mod/settings.php:718 ../../mod/settings.php:792 +#: ../../mod/settings.php:871 ../../mod/settings.php:1101 msgid "Save Settings" msgstr "" @@ -2599,7 +2599,7 @@ msgstr "" #: ../../mod/admin.php:904 ../../mod/admin.php:916 ../../mod/admin.php:917 #: ../../mod/admin.php:930 ../../mod/crepair.php:150 -#: ../../mod/settings.php:608 ../../mod/settings.php:634 +#: ../../mod/settings.php:610 ../../mod/settings.php:636 msgid "Name" msgstr "" @@ -3244,7 +3244,7 @@ msgstr "" msgid "StatusNet/Federated Social Web" msgstr "" -#: ../../mod/dfrn_request.php:842 ../../mod/settings.php:728 +#: ../../mod/dfrn_request.php:842 ../../mod/settings.php:730 #: ../../include/contact_selectors.php:80 msgid "Diaspora" msgstr "" @@ -3583,7 +3583,7 @@ msgid "Search your contacts" msgstr "" #: ../../mod/contacts.php:699 ../../mod/settings.php:131 -#: ../../mod/settings.php:632 +#: ../../mod/settings.php:634 msgid "Update" msgstr "" @@ -3599,7 +3599,7 @@ msgstr "" msgid "Display" msgstr "" -#: ../../mod/settings.php:51 ../../mod/settings.php:772 +#: ../../mod/settings.php:51 ../../mod/settings.php:774 msgid "Social Networks" msgstr "" @@ -3607,15 +3607,15 @@ msgstr "" msgid "Delegations" msgstr "" -#: ../../mod/settings.php:66 ../../mod/uexport.php:30 +#: ../../mod/settings.php:66 msgid "Connected apps" msgstr "" -#: ../../mod/settings.php:71 ../../mod/uexport.php:35 ../../mod/uexport.php:80 +#: ../../mod/settings.php:71 ../../mod/uexport.php:85 msgid "Export personal data" msgstr "" -#: ../../mod/settings.php:76 ../../mod/uexport.php:40 +#: ../../mod/settings.php:76 msgid "Remove account" msgstr "" @@ -3635,551 +3635,555 @@ msgstr "" msgid "Features updated" msgstr "" -#: ../../mod/settings.php:316 +#: ../../mod/settings.php:318 msgid "Relocate message has been send to your contacts" msgstr "" -#: ../../mod/settings.php:330 +#: ../../mod/settings.php:332 msgid "Passwords do not match. Password unchanged." msgstr "" -#: ../../mod/settings.php:335 +#: ../../mod/settings.php:337 msgid "Empty passwords are not allowed. Password unchanged." msgstr "" -#: ../../mod/settings.php:343 +#: ../../mod/settings.php:345 msgid "Wrong password." msgstr "" -#: ../../mod/settings.php:354 +#: ../../mod/settings.php:356 msgid "Password changed." msgstr "" -#: ../../mod/settings.php:356 +#: ../../mod/settings.php:358 msgid "Password update failed. Please try again." msgstr "" -#: ../../mod/settings.php:421 +#: ../../mod/settings.php:423 msgid " Please use a shorter name." msgstr "" -#: ../../mod/settings.php:423 +#: ../../mod/settings.php:425 msgid " Name too short." msgstr "" -#: ../../mod/settings.php:432 +#: ../../mod/settings.php:434 msgid "Wrong Password" msgstr "" -#: ../../mod/settings.php:437 +#: ../../mod/settings.php:439 msgid " Not valid email." msgstr "" -#: ../../mod/settings.php:443 +#: ../../mod/settings.php:445 msgid " Cannot change to that email." msgstr "" -#: ../../mod/settings.php:498 +#: ../../mod/settings.php:500 msgid "Private forum has no privacy permissions. Using default privacy group." msgstr "" -#: ../../mod/settings.php:502 +#: ../../mod/settings.php:504 msgid "Private forum has no privacy permissions and no default privacy group." msgstr "" -#: ../../mod/settings.php:532 +#: ../../mod/settings.php:534 msgid "Settings updated." msgstr "" -#: ../../mod/settings.php:605 ../../mod/settings.php:631 -#: ../../mod/settings.php:667 +#: ../../mod/settings.php:607 ../../mod/settings.php:633 +#: ../../mod/settings.php:669 msgid "Add application" msgstr "" -#: ../../mod/settings.php:609 ../../mod/settings.php:635 +#: ../../mod/settings.php:611 ../../mod/settings.php:637 msgid "Consumer Key" msgstr "" -#: ../../mod/settings.php:610 ../../mod/settings.php:636 +#: ../../mod/settings.php:612 ../../mod/settings.php:638 msgid "Consumer Secret" msgstr "" -#: ../../mod/settings.php:611 ../../mod/settings.php:637 +#: ../../mod/settings.php:613 ../../mod/settings.php:639 msgid "Redirect" msgstr "" -#: ../../mod/settings.php:612 ../../mod/settings.php:638 +#: ../../mod/settings.php:614 ../../mod/settings.php:640 msgid "Icon url" msgstr "" -#: ../../mod/settings.php:623 +#: ../../mod/settings.php:625 msgid "You can't edit this application." msgstr "" -#: ../../mod/settings.php:666 +#: ../../mod/settings.php:668 msgid "Connected Apps" msgstr "" -#: ../../mod/settings.php:670 +#: ../../mod/settings.php:672 msgid "Client key starts with" msgstr "" -#: ../../mod/settings.php:671 +#: ../../mod/settings.php:673 msgid "No name" msgstr "" -#: ../../mod/settings.php:672 +#: ../../mod/settings.php:674 msgid "Remove authorization" msgstr "" -#: ../../mod/settings.php:684 +#: ../../mod/settings.php:686 msgid "No Plugin settings configured" msgstr "" -#: ../../mod/settings.php:692 +#: ../../mod/settings.php:694 msgid "Plugin Settings" msgstr "" -#: ../../mod/settings.php:706 +#: ../../mod/settings.php:708 msgid "Off" msgstr "" -#: ../../mod/settings.php:706 +#: ../../mod/settings.php:708 msgid "On" msgstr "" -#: ../../mod/settings.php:714 +#: ../../mod/settings.php:716 msgid "Additional Features" msgstr "" -#: ../../mod/settings.php:728 ../../mod/settings.php:729 +#: ../../mod/settings.php:730 ../../mod/settings.php:731 #, php-format msgid "Built-in support for %s connectivity is %s" msgstr "" -#: ../../mod/settings.php:728 ../../mod/settings.php:729 +#: ../../mod/settings.php:730 ../../mod/settings.php:731 msgid "enabled" msgstr "" -#: ../../mod/settings.php:728 ../../mod/settings.php:729 +#: ../../mod/settings.php:730 ../../mod/settings.php:731 msgid "disabled" msgstr "" -#: ../../mod/settings.php:729 +#: ../../mod/settings.php:731 msgid "StatusNet" msgstr "" -#: ../../mod/settings.php:765 +#: ../../mod/settings.php:767 msgid "Email access is disabled on this site." msgstr "" -#: ../../mod/settings.php:777 +#: ../../mod/settings.php:779 msgid "Email/Mailbox Setup" msgstr "" -#: ../../mod/settings.php:778 +#: ../../mod/settings.php:780 msgid "" "If you wish to communicate with email contacts using this service " "(optional), please specify how to connect to your mailbox." msgstr "" -#: ../../mod/settings.php:779 +#: ../../mod/settings.php:781 msgid "Last successful email check:" msgstr "" -#: ../../mod/settings.php:781 +#: ../../mod/settings.php:783 msgid "IMAP server name:" msgstr "" -#: ../../mod/settings.php:782 +#: ../../mod/settings.php:784 msgid "IMAP port:" msgstr "" -#: ../../mod/settings.php:783 +#: ../../mod/settings.php:785 msgid "Security:" msgstr "" -#: ../../mod/settings.php:783 ../../mod/settings.php:788 +#: ../../mod/settings.php:785 ../../mod/settings.php:790 msgid "None" msgstr "" -#: ../../mod/settings.php:784 +#: ../../mod/settings.php:786 msgid "Email login name:" msgstr "" -#: ../../mod/settings.php:785 +#: ../../mod/settings.php:787 msgid "Email password:" msgstr "" -#: ../../mod/settings.php:786 +#: ../../mod/settings.php:788 msgid "Reply-to address:" msgstr "" -#: ../../mod/settings.php:787 +#: ../../mod/settings.php:789 msgid "Send public posts to all email contacts:" msgstr "" -#: ../../mod/settings.php:788 +#: ../../mod/settings.php:790 msgid "Action after import:" msgstr "" -#: ../../mod/settings.php:788 +#: ../../mod/settings.php:790 msgid "Mark as seen" msgstr "" -#: ../../mod/settings.php:788 +#: ../../mod/settings.php:790 msgid "Move to folder" msgstr "" -#: ../../mod/settings.php:789 +#: ../../mod/settings.php:791 msgid "Move to folder:" msgstr "" -#: ../../mod/settings.php:864 +#: ../../mod/settings.php:869 msgid "Display Settings" msgstr "" -#: ../../mod/settings.php:870 ../../mod/settings.php:883 +#: ../../mod/settings.php:875 ../../mod/settings.php:889 msgid "Display Theme:" msgstr "" -#: ../../mod/settings.php:871 +#: ../../mod/settings.php:876 msgid "Mobile Theme:" msgstr "" -#: ../../mod/settings.php:872 +#: ../../mod/settings.php:877 msgid "Update browser every xx seconds" msgstr "" -#: ../../mod/settings.php:872 +#: ../../mod/settings.php:877 msgid "Minimum of 10 seconds, no maximum" msgstr "" -#: ../../mod/settings.php:873 +#: ../../mod/settings.php:878 msgid "Number of items to display per page:" msgstr "" -#: ../../mod/settings.php:873 ../../mod/settings.php:874 +#: ../../mod/settings.php:878 ../../mod/settings.php:879 msgid "Maximum of 100 items" msgstr "" -#: ../../mod/settings.php:874 +#: ../../mod/settings.php:879 msgid "Number of items to display per page when viewed from mobile device:" msgstr "" -#: ../../mod/settings.php:875 +#: ../../mod/settings.php:880 msgid "Don't show emoticons" msgstr "" -#: ../../mod/settings.php:876 +#: ../../mod/settings.php:881 +msgid "Don't show notices" +msgstr "" + +#: ../../mod/settings.php:882 msgid "Infinite scroll" msgstr "" -#: ../../mod/settings.php:953 +#: ../../mod/settings.php:959 msgid "Normal Account Page" msgstr "" -#: ../../mod/settings.php:954 +#: ../../mod/settings.php:960 msgid "This account is a normal personal profile" msgstr "" -#: ../../mod/settings.php:957 +#: ../../mod/settings.php:963 msgid "Soapbox Page" msgstr "" -#: ../../mod/settings.php:958 +#: ../../mod/settings.php:964 msgid "Automatically approve all connection/friend requests as read-only fans" msgstr "" -#: ../../mod/settings.php:961 +#: ../../mod/settings.php:967 msgid "Community Forum/Celebrity Account" msgstr "" -#: ../../mod/settings.php:962 +#: ../../mod/settings.php:968 msgid "Automatically approve all connection/friend requests as read-write fans" msgstr "" -#: ../../mod/settings.php:965 +#: ../../mod/settings.php:971 msgid "Automatic Friend Page" msgstr "" -#: ../../mod/settings.php:966 +#: ../../mod/settings.php:972 msgid "Automatically approve all connection/friend requests as friends" msgstr "" -#: ../../mod/settings.php:969 +#: ../../mod/settings.php:975 msgid "Private Forum [Experimental]" msgstr "" -#: ../../mod/settings.php:970 +#: ../../mod/settings.php:976 msgid "Private forum - approved members only" msgstr "" -#: ../../mod/settings.php:982 +#: ../../mod/settings.php:988 msgid "OpenID:" msgstr "" -#: ../../mod/settings.php:982 +#: ../../mod/settings.php:988 msgid "(Optional) Allow this OpenID to login to this account." msgstr "" -#: ../../mod/settings.php:992 +#: ../../mod/settings.php:998 msgid "Publish your default profile in your local site directory?" msgstr "" -#: ../../mod/settings.php:998 +#: ../../mod/settings.php:1004 msgid "Publish your default profile in the global social directory?" msgstr "" -#: ../../mod/settings.php:1006 +#: ../../mod/settings.php:1012 msgid "Hide your contact/friend list from viewers of your default profile?" msgstr "" -#: ../../mod/settings.php:1010 +#: ../../mod/settings.php:1016 msgid "Hide your profile details from unknown viewers?" msgstr "" -#: ../../mod/settings.php:1015 +#: ../../mod/settings.php:1021 msgid "Allow friends to post to your profile page?" msgstr "" -#: ../../mod/settings.php:1021 +#: ../../mod/settings.php:1027 msgid "Allow friends to tag your posts?" msgstr "" -#: ../../mod/settings.php:1027 +#: ../../mod/settings.php:1033 msgid "Allow us to suggest you as a potential friend to new members?" msgstr "" -#: ../../mod/settings.php:1033 +#: ../../mod/settings.php:1039 msgid "Permit unknown people to send you private mail?" msgstr "" -#: ../../mod/settings.php:1041 +#: ../../mod/settings.php:1047 msgid "Profile is not published." msgstr "" -#: ../../mod/settings.php:1044 ../../mod/profile_photo.php:248 +#: ../../mod/settings.php:1050 ../../mod/profile_photo.php:248 msgid "or" msgstr "" -#: ../../mod/settings.php:1049 +#: ../../mod/settings.php:1055 msgid "Your Identity Address is" msgstr "" -#: ../../mod/settings.php:1060 +#: ../../mod/settings.php:1066 msgid "Automatically expire posts after this many days:" msgstr "" -#: ../../mod/settings.php:1060 +#: ../../mod/settings.php:1066 msgid "If empty, posts will not expire. Expired posts will be deleted" msgstr "" -#: ../../mod/settings.php:1061 +#: ../../mod/settings.php:1067 msgid "Advanced expiration settings" msgstr "" -#: ../../mod/settings.php:1062 +#: ../../mod/settings.php:1068 msgid "Advanced Expiration" msgstr "" -#: ../../mod/settings.php:1063 +#: ../../mod/settings.php:1069 msgid "Expire posts:" msgstr "" -#: ../../mod/settings.php:1064 +#: ../../mod/settings.php:1070 msgid "Expire personal notes:" msgstr "" -#: ../../mod/settings.php:1065 +#: ../../mod/settings.php:1071 msgid "Expire starred posts:" msgstr "" -#: ../../mod/settings.php:1066 +#: ../../mod/settings.php:1072 msgid "Expire photos:" msgstr "" -#: ../../mod/settings.php:1067 +#: ../../mod/settings.php:1073 msgid "Only expire posts by others:" msgstr "" -#: ../../mod/settings.php:1093 +#: ../../mod/settings.php:1099 msgid "Account Settings" msgstr "" -#: ../../mod/settings.php:1101 +#: ../../mod/settings.php:1107 msgid "Password Settings" msgstr "" -#: ../../mod/settings.php:1102 +#: ../../mod/settings.php:1108 msgid "New Password:" msgstr "" -#: ../../mod/settings.php:1103 +#: ../../mod/settings.php:1109 msgid "Confirm:" msgstr "" -#: ../../mod/settings.php:1103 +#: ../../mod/settings.php:1109 msgid "Leave password fields blank unless changing" msgstr "" -#: ../../mod/settings.php:1104 +#: ../../mod/settings.php:1110 msgid "Current Password:" msgstr "" -#: ../../mod/settings.php:1104 ../../mod/settings.php:1105 +#: ../../mod/settings.php:1110 ../../mod/settings.php:1111 msgid "Your current password to confirm the changes" msgstr "" -#: ../../mod/settings.php:1105 +#: ../../mod/settings.php:1111 msgid "Password:" msgstr "" -#: ../../mod/settings.php:1109 +#: ../../mod/settings.php:1115 msgid "Basic Settings" msgstr "" -#: ../../mod/settings.php:1110 ../../include/profile_advanced.php:15 +#: ../../mod/settings.php:1116 ../../include/profile_advanced.php:15 msgid "Full Name:" msgstr "" -#: ../../mod/settings.php:1111 +#: ../../mod/settings.php:1117 msgid "Email Address:" msgstr "" -#: ../../mod/settings.php:1112 +#: ../../mod/settings.php:1118 msgid "Your Timezone:" msgstr "" -#: ../../mod/settings.php:1113 +#: ../../mod/settings.php:1119 msgid "Default Post Location:" msgstr "" -#: ../../mod/settings.php:1114 +#: ../../mod/settings.php:1120 msgid "Use Browser Location:" msgstr "" -#: ../../mod/settings.php:1117 +#: ../../mod/settings.php:1123 msgid "Security and Privacy Settings" msgstr "" -#: ../../mod/settings.php:1119 +#: ../../mod/settings.php:1125 msgid "Maximum Friend Requests/Day:" msgstr "" -#: ../../mod/settings.php:1119 ../../mod/settings.php:1149 +#: ../../mod/settings.php:1125 ../../mod/settings.php:1155 msgid "(to prevent spam abuse)" msgstr "" -#: ../../mod/settings.php:1120 +#: ../../mod/settings.php:1126 msgid "Default Post Permissions" msgstr "" -#: ../../mod/settings.php:1121 +#: ../../mod/settings.php:1127 msgid "(click to open/close)" msgstr "" -#: ../../mod/settings.php:1130 ../../mod/photos.php:1144 +#: ../../mod/settings.php:1136 ../../mod/photos.php:1144 #: ../../mod/photos.php:1515 msgid "Show to Groups" msgstr "" -#: ../../mod/settings.php:1131 ../../mod/photos.php:1145 +#: ../../mod/settings.php:1137 ../../mod/photos.php:1145 #: ../../mod/photos.php:1516 msgid "Show to Contacts" msgstr "" -#: ../../mod/settings.php:1132 +#: ../../mod/settings.php:1138 msgid "Default Private Post" msgstr "" -#: ../../mod/settings.php:1133 +#: ../../mod/settings.php:1139 msgid "Default Public Post" msgstr "" -#: ../../mod/settings.php:1137 +#: ../../mod/settings.php:1143 msgid "Default Permissions for New Posts" msgstr "" -#: ../../mod/settings.php:1149 +#: ../../mod/settings.php:1155 msgid "Maximum private messages per day from unknown people:" msgstr "" -#: ../../mod/settings.php:1152 +#: ../../mod/settings.php:1158 msgid "Notification Settings" msgstr "" -#: ../../mod/settings.php:1153 +#: ../../mod/settings.php:1159 msgid "By default post a status message when:" msgstr "" -#: ../../mod/settings.php:1154 +#: ../../mod/settings.php:1160 msgid "accepting a friend request" msgstr "" -#: ../../mod/settings.php:1155 +#: ../../mod/settings.php:1161 msgid "joining a forum/community" msgstr "" -#: ../../mod/settings.php:1156 +#: ../../mod/settings.php:1162 msgid "making an interesting profile change" msgstr "" -#: ../../mod/settings.php:1157 +#: ../../mod/settings.php:1163 msgid "Send a notification email when:" msgstr "" -#: ../../mod/settings.php:1158 +#: ../../mod/settings.php:1164 msgid "You receive an introduction" msgstr "" -#: ../../mod/settings.php:1159 +#: ../../mod/settings.php:1165 msgid "Your introductions are confirmed" msgstr "" -#: ../../mod/settings.php:1160 +#: ../../mod/settings.php:1166 msgid "Someone writes on your profile wall" msgstr "" -#: ../../mod/settings.php:1161 +#: ../../mod/settings.php:1167 msgid "Someone writes a followup comment" msgstr "" -#: ../../mod/settings.php:1162 +#: ../../mod/settings.php:1168 msgid "You receive a private message" msgstr "" -#: ../../mod/settings.php:1163 +#: ../../mod/settings.php:1169 msgid "You receive a friend suggestion" msgstr "" -#: ../../mod/settings.php:1164 +#: ../../mod/settings.php:1170 msgid "You are tagged in a post" msgstr "" -#: ../../mod/settings.php:1165 +#: ../../mod/settings.php:1171 msgid "You are poked/prodded/etc. in a post" msgstr "" -#: ../../mod/settings.php:1168 +#: ../../mod/settings.php:1174 msgid "Advanced Account/Page Type Settings" msgstr "" -#: ../../mod/settings.php:1169 +#: ../../mod/settings.php:1175 msgid "Change the behaviour of this account for special situations" msgstr "" -#: ../../mod/settings.php:1172 +#: ../../mod/settings.php:1178 msgid "Relocate" msgstr "" -#: ../../mod/settings.php:1173 +#: ../../mod/settings.php:1179 msgid "" "If you have moved this profile from another server, and some of your " "contacts don't receive your updates, try pushing this button." msgstr "" -#: ../../mod/settings.php:1174 +#: ../../mod/settings.php:1180 msgid "Resend relocate message to contacts" msgstr "" @@ -4926,12 +4930,21 @@ msgstr "" msgid "Recent Photos" msgstr "" -#: ../../mod/wall_attach.php:69 +#: ../../mod/wall_attach.php:75 ../../wall_attach.php:75 +msgid "Sorry, maybe your upload is bigger than the PHP configuration allows" +msgstr "" + +#: ../../mod/wall_attach.php:75 ../../wall_attach.php:75 +msgid "Or - did you try to upload an empty file?" +msgstr "" + +#: ../../mod/wall_attach.php:81 ../../wall_attach.php:81 #, php-format msgid "File exceeds size limit of %d" msgstr "" -#: ../../mod/wall_attach.php:110 ../../mod/wall_attach.php:121 +#: ../../mod/wall_attach.php:122 ../../mod/wall_attach.php:133 +#: ../../wall_attach.php:122 ../../wall_attach.php:133 msgid "File upload failed." msgstr "" @@ -4976,37 +4989,21 @@ msgstr "" msgid "%1$s is following %2$s's %3$s" msgstr "" -#: ../../mod/uexport.php:9 ../../include/nav.php:169 -msgid "Account settings" -msgstr "" - -#: ../../mod/uexport.php:14 -msgid "Display settings" -msgstr "" - -#: ../../mod/uexport.php:20 -msgid "Connector settings" -msgstr "" - -#: ../../mod/uexport.php:25 -msgid "Plugin settings" -msgstr "" - -#: ../../mod/uexport.php:72 +#: ../../mod/uexport.php:77 msgid "Export account" msgstr "" -#: ../../mod/uexport.php:72 +#: ../../mod/uexport.php:77 msgid "" "Export your account info and contacts. Use this to make a backup of your " "account and/or to move it to another server." msgstr "" -#: ../../mod/uexport.php:73 +#: ../../mod/uexport.php:78 msgid "Export all" msgstr "" -#: ../../mod/uexport.php:73 +#: ../../mod/uexport.php:78 msgid "" "Export your accout info, contacts and all your items as json. Could be a " "very big file, and could take a lot of time. Use this to make a full backup " @@ -5128,7 +5125,7 @@ msgstr "" msgid "Select a tag to remove: " msgstr "" -#: ../../mod/tagrm.php:93 ../../mod/delegate.php:130 +#: ../../mod/tagrm.php:93 ../../mod/delegate.php:133 msgid "Remove" msgstr "" @@ -5206,34 +5203,34 @@ msgstr "" msgid "No potential page delegates located." msgstr "" -#: ../../mod/delegate.php:121 ../../include/nav.php:167 +#: ../../mod/delegate.php:124 ../../include/nav.php:167 msgid "Delegate Page Management" msgstr "" -#: ../../mod/delegate.php:123 +#: ../../mod/delegate.php:126 msgid "" "Delegates are able to manage all aspects of this account/page except for " "basic account settings. Please do not delegate your personal account to " "anybody that you do not trust completely." msgstr "" -#: ../../mod/delegate.php:124 +#: ../../mod/delegate.php:127 msgid "Existing Page Managers" msgstr "" -#: ../../mod/delegate.php:126 +#: ../../mod/delegate.php:129 msgid "Existing Page Delegates" msgstr "" -#: ../../mod/delegate.php:128 +#: ../../mod/delegate.php:131 msgid "Potential Delegates" msgstr "" -#: ../../mod/delegate.php:131 +#: ../../mod/delegate.php:134 msgid "Add" msgstr "" -#: ../../mod/delegate.php:132 +#: ../../mod/delegate.php:135 msgid "No entries." msgstr "" @@ -6657,6 +6654,10 @@ msgstr "" msgid "Manage other pages" msgstr "" +#: ../../include/nav.php:169 +msgid "Account settings" +msgstr "" + #: ../../include/nav.php:171 msgid "Manage/Edit Profiles" msgstr "" From 05dc93de7cfc5189e971d047c4062fa7871f4115 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 26 Apr 2014 12:27:44 +0200 Subject: [PATCH 33/42] DE: update to the strings --- view/de/messages.po | 2148 ++++++++++++++++++++++--------------------- view/de/strings.php | 33 +- 2 files changed, 1138 insertions(+), 1043 deletions(-) diff --git a/view/de/messages.po b/view/de/messages.po index 453536230b..11b74c4d60 100644 --- a/view/de/messages.po +++ b/view/de/messages.po @@ -6,6 +6,7 @@ # bavatar , 2011 # Erkan Yilmaz , 2011 # Fabian Dost , 2012 +# foss , 2014 # Fabian Dost , 2012 # greeneyedred , 2012 # Hauke Zühl , 2012 @@ -25,8 +26,8 @@ msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-12-31 18:07+0100\n" -"PO-Revision-Date: 2014-01-01 09:39+0000\n" +"POT-Creation-Date: 2014-04-26 09:22+0200\n" +"PO-Revision-Date: 2014-04-26 10:20+0000\n" "Last-Translator: bavatar \n" "Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n" "MIME-Version: 1.0\n" @@ -40,24 +41,24 @@ msgid "This entry was edited" msgstr "Dieser Beitrag wurde bearbeitet." #: ../../object/Item.php:113 ../../mod/content.php:619 -#: ../../mod/photos.php:1351 +#: ../../mod/photos.php:1355 msgid "Private Message" msgstr "Private Nachricht" #: ../../object/Item.php:117 ../../mod/editpost.php:109 -#: ../../mod/content.php:727 ../../mod/settings.php:663 +#: ../../mod/content.php:727 ../../mod/settings.php:670 msgid "Edit" msgstr "Bearbeiten" #: ../../object/Item.php:126 ../../mod/content.php:437 -#: ../../mod/content.php:739 ../../include/conversation.php:611 +#: ../../mod/content.php:739 ../../include/conversation.php:612 msgid "Select" msgstr "Auswählen" -#: ../../object/Item.php:127 ../../mod/admin.php:907 ../../mod/content.php:438 -#: ../../mod/content.php:740 ../../mod/contacts.php:695 -#: ../../mod/settings.php:664 ../../mod/group.php:171 -#: ../../mod/photos.php:1637 ../../include/conversation.php:612 +#: ../../object/Item.php:127 ../../mod/admin.php:908 ../../mod/content.php:438 +#: ../../mod/content.php:740 ../../mod/contacts.php:703 +#: ../../mod/settings.php:671 ../../mod/group.php:171 +#: ../../mod/photos.php:1646 ../../include/conversation.php:613 msgid "Delete" msgstr "Löschen" @@ -86,7 +87,7 @@ msgid "add tag" msgstr "Tag hinzufügen" #: ../../object/Item.php:213 ../../mod/content.php:683 -#: ../../mod/photos.php:1529 +#: ../../mod/photos.php:1538 msgid "I like this (toggle)" msgstr "Ich mag das (toggle)" @@ -95,7 +96,7 @@ msgid "like" msgstr "mag ich" #: ../../object/Item.php:214 ../../mod/content.php:684 -#: ../../mod/photos.php:1530 +#: ../../mod/photos.php:1539 msgid "I don't like this (toggle)" msgstr "Ich mag das nicht (toggle)" @@ -111,199 +112,200 @@ msgstr "Weitersagen" msgid "share" msgstr "Teilen" -#: ../../object/Item.php:278 ../../include/conversation.php:663 +#: ../../object/Item.php:298 ../../include/conversation.php:665 msgid "Categories:" msgstr "Kategorien:" -#: ../../object/Item.php:279 ../../include/conversation.php:664 +#: ../../object/Item.php:299 ../../include/conversation.php:666 msgid "Filed under:" msgstr "Abgelegt unter:" -#: ../../object/Item.php:287 ../../object/Item.php:288 +#: ../../object/Item.php:307 ../../object/Item.php:308 #: ../../mod/content.php:471 ../../mod/content.php:851 -#: ../../mod/content.php:852 ../../include/conversation.php:651 +#: ../../mod/content.php:852 ../../include/conversation.php:653 #, php-format msgid "View %s's profile @ %s" msgstr "Das Profil von %s auf %s betrachten." -#: ../../object/Item.php:289 ../../mod/content.php:853 +#: ../../object/Item.php:309 ../../mod/content.php:853 msgid "to" msgstr "zu" -#: ../../object/Item.php:290 +#: ../../object/Item.php:310 msgid "via" msgstr "via" -#: ../../object/Item.php:291 ../../mod/content.php:854 +#: ../../object/Item.php:311 ../../mod/content.php:854 msgid "Wall-to-Wall" msgstr "Wall-to-Wall" -#: ../../object/Item.php:292 ../../mod/content.php:855 +#: ../../object/Item.php:312 ../../mod/content.php:855 msgid "via Wall-To-Wall:" msgstr "via Wall-To-Wall:" -#: ../../object/Item.php:301 ../../mod/content.php:481 -#: ../../mod/content.php:863 ../../include/conversation.php:671 +#: ../../object/Item.php:321 ../../mod/content.php:481 +#: ../../mod/content.php:863 ../../include/conversation.php:673 #, php-format msgid "%s from %s" msgstr "%s von %s" -#: ../../object/Item.php:319 ../../object/Item.php:635 ../../boot.php:685 -#: ../../mod/content.php:708 ../../mod/photos.php:1551 -#: ../../mod/photos.php:1595 ../../mod/photos.php:1678 +#: ../../object/Item.php:341 ../../object/Item.php:657 ../../boot.php:693 +#: ../../mod/content.php:708 ../../mod/photos.php:1560 +#: ../../mod/photos.php:1604 ../../mod/photos.php:1687 msgid "Comment" msgstr "Kommentar" -#: ../../object/Item.php:322 ../../mod/wallmessage.php:156 +#: ../../object/Item.php:344 ../../mod/wallmessage.php:156 #: ../../mod/editpost.php:124 ../../mod/content.php:498 #: ../../mod/content.php:882 ../../mod/message.php:334 -#: ../../mod/message.php:565 ../../mod/photos.php:1532 -#: ../../include/conversation.php:688 ../../include/conversation.php:1099 +#: ../../mod/message.php:565 ../../mod/photos.php:1541 +#: ../../include/conversation.php:690 ../../include/conversation.php:1102 msgid "Please wait" msgstr "Bitte warten" -#: ../../object/Item.php:345 ../../mod/content.php:602 +#: ../../object/Item.php:367 ../../mod/content.php:602 #, php-format msgid "%d comment" msgid_plural "%d comments" msgstr[0] "%d Kommentar" msgstr[1] "%d Kommentare" -#: ../../object/Item.php:347 ../../object/Item.php:360 -#: ../../mod/content.php:604 ../../include/text.php:1928 +#: ../../object/Item.php:369 ../../object/Item.php:382 +#: ../../mod/content.php:604 ../../include/text.php:1946 msgid "comment" msgid_plural "comments" msgstr[0] "Kommentar" msgstr[1] "Kommentare" -#: ../../object/Item.php:348 ../../boot.php:686 ../../mod/content.php:605 +#: ../../object/Item.php:370 ../../boot.php:694 ../../mod/content.php:605 #: ../../include/contact_widgets.php:204 msgid "show more" msgstr "mehr anzeigen" -#: ../../object/Item.php:633 ../../mod/content.php:706 -#: ../../mod/photos.php:1549 ../../mod/photos.php:1593 -#: ../../mod/photos.php:1676 +#: ../../object/Item.php:655 ../../mod/content.php:706 +#: ../../mod/photos.php:1558 ../../mod/photos.php:1602 +#: ../../mod/photos.php:1685 msgid "This is you" msgstr "Das bist du" -#: ../../object/Item.php:636 ../../view/theme/perihel/config.php:95 +#: ../../object/Item.php:658 ../../view/theme/perihel/config.php:95 #: ../../view/theme/diabook/theme.php:633 #: ../../view/theme/diabook/config.php:148 #: ../../view/theme/quattro/config.php:64 ../../view/theme/dispy/config.php:70 #: ../../view/theme/clean/config.php:71 -#: ../../view/theme/cleanzero/config.php:80 ../../mod/mood.php:137 +#: ../../view/theme/cleanzero/config.php:80 +#: ../../view/theme/vier/config.php:47 ../../mod/mood.php:137 #: ../../mod/install.php:248 ../../mod/install.php:286 #: ../../mod/crepair.php:171 ../../mod/content.php:709 -#: ../../mod/contacts.php:458 ../../mod/profiles.php:630 +#: ../../mod/contacts.php:464 ../../mod/profiles.php:634 #: ../../mod/message.php:335 ../../mod/message.php:564 -#: ../../mod/localtime.php:45 ../../mod/photos.php:1078 -#: ../../mod/photos.php:1199 ../../mod/photos.php:1501 -#: ../../mod/photos.php:1552 ../../mod/photos.php:1596 -#: ../../mod/photos.php:1679 ../../mod/poke.php:199 ../../mod/events.php:478 +#: ../../mod/localtime.php:45 ../../mod/photos.php:1082 +#: ../../mod/photos.php:1203 ../../mod/photos.php:1510 +#: ../../mod/photos.php:1561 ../../mod/photos.php:1605 +#: ../../mod/photos.php:1688 ../../mod/poke.php:199 ../../mod/events.php:478 #: ../../mod/fsuggest.php:107 ../../mod/invite.php:140 #: ../../mod/manage.php:110 msgid "Submit" msgstr "Senden" -#: ../../object/Item.php:637 ../../mod/content.php:710 +#: ../../object/Item.php:659 ../../mod/content.php:710 msgid "Bold" msgstr "Fett" -#: ../../object/Item.php:638 ../../mod/content.php:711 +#: ../../object/Item.php:660 ../../mod/content.php:711 msgid "Italic" msgstr "Kursiv" -#: ../../object/Item.php:639 ../../mod/content.php:712 +#: ../../object/Item.php:661 ../../mod/content.php:712 msgid "Underline" msgstr "Unterstrichen" -#: ../../object/Item.php:640 ../../mod/content.php:713 +#: ../../object/Item.php:662 ../../mod/content.php:713 msgid "Quote" msgstr "Zitat" -#: ../../object/Item.php:641 ../../mod/content.php:714 +#: ../../object/Item.php:663 ../../mod/content.php:714 msgid "Code" msgstr "Code" -#: ../../object/Item.php:642 ../../mod/content.php:715 +#: ../../object/Item.php:664 ../../mod/content.php:715 msgid "Image" msgstr "Bild" -#: ../../object/Item.php:643 ../../mod/content.php:716 +#: ../../object/Item.php:665 ../../mod/content.php:716 msgid "Link" msgstr "Link" -#: ../../object/Item.php:644 ../../mod/content.php:717 +#: ../../object/Item.php:666 ../../mod/content.php:717 msgid "Video" msgstr "Video" -#: ../../object/Item.php:645 ../../mod/editpost.php:145 -#: ../../mod/content.php:718 ../../mod/photos.php:1553 -#: ../../mod/photos.php:1597 ../../mod/photos.php:1680 -#: ../../include/conversation.php:1116 +#: ../../object/Item.php:667 ../../mod/editpost.php:145 +#: ../../mod/content.php:718 ../../mod/photos.php:1562 +#: ../../mod/photos.php:1606 ../../mod/photos.php:1689 +#: ../../include/conversation.php:1119 msgid "Preview" msgstr "Vorschau" -#: ../../index.php:199 ../../mod/apps.php:7 +#: ../../index.php:203 ../../mod/apps.php:7 msgid "You must be logged in to use addons. " msgstr "Sie müssen angemeldet sein um Addons benutzen zu können." -#: ../../index.php:243 ../../mod/help.php:90 +#: ../../index.php:247 ../../mod/help.php:90 msgid "Not Found" msgstr "Nicht gefunden" -#: ../../index.php:246 ../../mod/help.php:93 +#: ../../index.php:250 ../../mod/help.php:93 msgid "Page not found." msgstr "Seite nicht gefunden." -#: ../../index.php:355 ../../mod/group.php:72 ../../mod/profperm.php:19 +#: ../../index.php:359 ../../mod/group.php:72 ../../mod/profperm.php:19 msgid "Permission denied" msgstr "Zugriff verweigert" -#: ../../index.php:356 ../../mod/mood.php:114 ../../mod/display.php:242 -#: ../../mod/register.php:40 ../../mod/dfrn_confirm.php:53 +#: ../../index.php:360 ../../mod/mood.php:114 ../../mod/display.php:266 +#: ../../mod/register.php:41 ../../mod/dfrn_confirm.php:53 #: ../../mod/api.php:26 ../../mod/api.php:31 ../../mod/wallmessage.php:9 #: ../../mod/wallmessage.php:33 ../../mod/wallmessage.php:79 #: ../../mod/wallmessage.php:103 ../../mod/suggest.php:56 -#: ../../mod/network.php:6 ../../mod/install.php:151 ../../mod/editpost.php:10 +#: ../../mod/network.php:4 ../../mod/install.php:151 ../../mod/editpost.php:10 #: ../../mod/attach.php:33 ../../mod/regmod.php:118 ../../mod/crepair.php:117 -#: ../../mod/uimport.php:23 ../../mod/notes.php:20 ../../mod/contacts.php:240 -#: ../../mod/settings.php:96 ../../mod/settings.php:583 -#: ../../mod/settings.php:588 ../../mod/profiles.php:146 -#: ../../mod/profiles.php:571 ../../mod/group.php:19 ../../mod/follow.php:9 +#: ../../mod/uimport.php:23 ../../mod/notes.php:20 ../../mod/contacts.php:246 +#: ../../mod/settings.php:101 ../../mod/settings.php:590 +#: ../../mod/settings.php:595 ../../mod/profiles.php:146 +#: ../../mod/profiles.php:575 ../../mod/group.php:19 ../../mod/follow.php:9 #: ../../mod/message.php:38 ../../mod/message.php:174 -#: ../../mod/viewcontacts.php:22 ../../mod/photos.php:133 -#: ../../mod/photos.php:1044 ../../mod/wall_attach.php:55 +#: ../../mod/viewcontacts.php:22 ../../mod/photos.php:134 +#: ../../mod/photos.php:1048 ../../mod/wall_attach.php:55 #: ../../mod/poke.php:135 ../../mod/wall_upload.php:66 #: ../../mod/profile_photo.php:19 ../../mod/profile_photo.php:169 #: ../../mod/profile_photo.php:180 ../../mod/profile_photo.php:193 #: ../../mod/events.php:140 ../../mod/delegate.php:6 ../../mod/nogroup.php:25 -#: ../../mod/fsuggest.php:78 ../../mod/item.php:143 ../../mod/item.php:159 +#: ../../mod/fsuggest.php:78 ../../mod/item.php:145 ../../mod/item.php:161 #: ../../mod/notifications.php:66 ../../mod/invite.php:15 #: ../../mod/invite.php:101 ../../mod/manage.php:96 ../../mod/allfriends.php:9 -#: ../../include/items.php:4215 +#: ../../wall_attach.php:55 ../../include/items.php:4373 msgid "Permission denied." msgstr "Zugriff verweigert." -#: ../../index.php:415 +#: ../../index.php:419 msgid "toggle mobile" msgstr "auf/von Mobile Ansicht wechseln" #: ../../view/theme/perihel/theme.php:33 #: ../../view/theme/diabook/theme.php:123 ../../mod/notifications.php:93 -#: ../../include/nav.php:104 ../../include/nav.php:143 +#: ../../include/nav.php:104 ../../include/nav.php:145 msgid "Home" msgstr "Pinnwand" #: ../../view/theme/perihel/theme.php:33 #: ../../view/theme/diabook/theme.php:123 ../../include/nav.php:76 -#: ../../include/nav.php:143 +#: ../../include/nav.php:145 msgid "Your posts and conversations" msgstr "Deine Beiträge und Unterhaltungen" #: ../../view/theme/perihel/theme.php:34 -#: ../../view/theme/diabook/theme.php:124 ../../boot.php:1967 +#: ../../view/theme/diabook/theme.php:124 ../../boot.php:1979 #: ../../mod/newmember.php:32 ../../mod/profperm.php:103 #: ../../include/nav.php:77 ../../include/profile_advanced.php:7 #: ../../include/profile_advanced.php:84 @@ -316,7 +318,7 @@ msgid "Your profile page" msgstr "Deine Profilseite" #: ../../view/theme/perihel/theme.php:35 -#: ../../view/theme/diabook/theme.php:126 ../../boot.php:1974 +#: ../../view/theme/diabook/theme.php:126 ../../boot.php:1986 #: ../../mod/fbrowser.php:25 ../../include/nav.php:78 msgid "Photos" msgstr "Bilder" @@ -327,7 +329,7 @@ msgid "Your photos" msgstr "Deine Fotos" #: ../../view/theme/perihel/theme.php:36 -#: ../../view/theme/diabook/theme.php:127 ../../boot.php:1991 +#: ../../view/theme/diabook/theme.php:127 ../../boot.php:2003 #: ../../mod/events.php:370 ../../include/nav.php:79 msgid "Events" msgstr "Veranstaltungen" @@ -355,13 +357,13 @@ msgstr "Gemeinschaft" #: ../../view/theme/perihel/config.php:89 #: ../../view/theme/diabook/theme.php:621 -#: ../../view/theme/diabook/config.php:142 ../../include/acl_selectors.php:327 +#: ../../view/theme/diabook/config.php:142 ../../include/acl_selectors.php:328 msgid "don't show" msgstr "nicht zeigen" #: ../../view/theme/perihel/config.php:89 #: ../../view/theme/diabook/theme.php:621 -#: ../../view/theme/diabook/config.php:142 ../../include/acl_selectors.php:326 +#: ../../view/theme/diabook/config.php:142 ../../include/acl_selectors.php:327 msgid "show" msgstr "zeigen" @@ -370,6 +372,7 @@ msgstr "zeigen" #: ../../view/theme/quattro/config.php:66 ../../view/theme/dispy/config.php:72 #: ../../view/theme/clean/config.php:73 #: ../../view/theme/cleanzero/config.php:82 +#: ../../view/theme/vier/config.php:49 msgid "Theme settings" msgstr "Themeneinstellungen" @@ -391,8 +394,8 @@ msgstr "Liniengröße für Beiträge und Kommantare festlegen" msgid "Set resolution for middle column" msgstr "Auflösung für die Mittelspalte setzen" -#: ../../view/theme/diabook/theme.php:125 ../../mod/contacts.php:680 -#: ../../include/nav.php:171 +#: ../../view/theme/diabook/theme.php:125 ../../mod/contacts.php:688 +#: ../../include/nav.php:173 msgid "Contacts" msgstr "Kontakte" @@ -426,28 +429,28 @@ msgid "Last likes" msgstr "Zuletzt gemocht" #: ../../view/theme/diabook/theme.php:463 ../../include/conversation.php:118 -#: ../../include/conversation.php:246 ../../include/text.php:1922 +#: ../../include/conversation.php:246 ../../include/text.php:1940 msgid "event" msgstr "Veranstaltung" #: ../../view/theme/diabook/theme.php:466 #: ../../view/theme/diabook/theme.php:475 ../../mod/tagger.php:62 -#: ../../mod/like.php:151 ../../mod/like.php:322 ../../mod/subthread.php:87 +#: ../../mod/like.php:150 ../../mod/like.php:321 ../../mod/subthread.php:87 #: ../../include/conversation.php:121 ../../include/conversation.php:130 #: ../../include/conversation.php:249 ../../include/conversation.php:258 -#: ../../include/diaspora.php:1878 +#: ../../include/diaspora.php:1908 msgid "status" msgstr "Status" #: ../../view/theme/diabook/theme.php:471 ../../mod/tagger.php:62 -#: ../../mod/like.php:151 ../../mod/subthread.php:87 +#: ../../mod/like.php:150 ../../mod/subthread.php:87 #: ../../include/conversation.php:126 ../../include/conversation.php:254 -#: ../../include/text.php:1924 ../../include/diaspora.php:1878 +#: ../../include/text.php:1942 ../../include/diaspora.php:1908 msgid "photo" msgstr "Foto" -#: ../../view/theme/diabook/theme.php:480 ../../mod/like.php:168 -#: ../../include/conversation.php:137 ../../include/diaspora.php:1894 +#: ../../view/theme/diabook/theme.php:480 ../../mod/like.php:167 +#: ../../include/conversation.php:137 ../../include/diaspora.php:1924 #, php-format msgid "%1$s likes %2$s's %3$s" msgstr "%1$s mag %2$ss %3$s" @@ -458,16 +461,16 @@ msgstr "%1$s mag %2$ss %3$s" msgid "Last photos" msgstr "Letzte Fotos" -#: ../../view/theme/diabook/theme.php:499 ../../mod/photos.php:59 -#: ../../mod/photos.php:154 ../../mod/photos.php:1058 -#: ../../mod/photos.php:1183 ../../mod/photos.php:1206 -#: ../../mod/photos.php:1736 ../../mod/photos.php:1748 +#: ../../view/theme/diabook/theme.php:499 ../../mod/photos.php:60 +#: ../../mod/photos.php:155 ../../mod/photos.php:1062 +#: ../../mod/photos.php:1187 ../../mod/photos.php:1210 +#: ../../mod/photos.php:1751 ../../mod/photos.php:1763 msgid "Contact Photos" msgstr "Kontaktbilder" -#: ../../view/theme/diabook/theme.php:500 ../../mod/photos.php:154 -#: ../../mod/photos.php:725 ../../mod/photos.php:1183 -#: ../../mod/photos.php:1206 ../../mod/profile_photo.php:74 +#: ../../view/theme/diabook/theme.php:500 ../../mod/photos.php:155 +#: ../../mod/photos.php:729 ../../mod/photos.php:1187 +#: ../../mod/photos.php:1210 ../../mod/profile_photo.php:74 #: ../../mod/profile_photo.php:81 ../../mod/profile_photo.php:88 #: ../../mod/profile_photo.php:204 ../../mod/profile_photo.php:296 #: ../../mod/profile_photo.php:305 ../../include/user.php:334 @@ -504,8 +507,8 @@ msgstr "Freunde einladen" #: ../../view/theme/diabook/theme.php:544 #: ../../view/theme/diabook/theme.php:648 ../../mod/newmember.php:22 -#: ../../mod/admin.php:1004 ../../mod/admin.php:1212 ../../mod/settings.php:79 -#: ../../mod/uexport.php:48 ../../include/nav.php:167 +#: ../../mod/admin.php:1005 ../../mod/admin.php:1213 ../../mod/settings.php:84 +#: ../../include/nav.php:169 msgid "Settings" msgstr "Einstellungen" @@ -583,7 +586,7 @@ msgid "Set colour scheme" msgstr "Farbschema wählen" #: ../../view/theme/clean/config.php:54 ../../include/user.php:246 -#: ../../include/text.php:1658 +#: ../../include/text.php:1676 msgid "default" msgstr "Standard" @@ -621,210 +624,214 @@ msgstr "Wähle das Vergrößerungsmaß für Bilder in Beiträgen und Kommentaren msgid "Set theme width" msgstr "Theme Breite festlegen" -#: ../../boot.php:684 +#: ../../view/theme/vier/config.php:50 +msgid "Set style" +msgstr "Stiel auswählen" + +#: ../../boot.php:692 msgid "Delete this item?" msgstr "Diesen Beitrag löschen?" -#: ../../boot.php:687 +#: ../../boot.php:695 msgid "show fewer" msgstr "weniger anzeigen" -#: ../../boot.php:1015 +#: ../../boot.php:1023 #, php-format msgid "Update %s failed. See error logs." msgstr "Update %s fehlgeschlagen. Bitte Fehlerprotokoll überprüfen." -#: ../../boot.php:1017 +#: ../../boot.php:1025 #, php-format msgid "Update Error at %s" msgstr "Updatefehler bei %s" -#: ../../boot.php:1127 +#: ../../boot.php:1135 msgid "Create a New Account" msgstr "Neues Konto erstellen" -#: ../../boot.php:1128 ../../mod/register.php:278 ../../include/nav.php:108 +#: ../../boot.php:1136 ../../mod/register.php:279 ../../include/nav.php:108 msgid "Register" msgstr "Registrieren" -#: ../../boot.php:1152 ../../include/nav.php:73 +#: ../../boot.php:1160 ../../include/nav.php:73 msgid "Logout" msgstr "Abmelden" -#: ../../boot.php:1153 ../../include/nav.php:91 +#: ../../boot.php:1161 ../../include/nav.php:91 msgid "Login" msgstr "Anmeldung" -#: ../../boot.php:1155 +#: ../../boot.php:1163 msgid "Nickname or Email address: " msgstr "Spitzname oder E-Mail-Adresse: " -#: ../../boot.php:1156 +#: ../../boot.php:1164 msgid "Password: " msgstr "Passwort: " -#: ../../boot.php:1157 +#: ../../boot.php:1165 msgid "Remember me" msgstr "Anmeldedaten merken" -#: ../../boot.php:1160 +#: ../../boot.php:1168 msgid "Or login using OpenID: " msgstr "Oder melde dich mit deiner OpenID an: " -#: ../../boot.php:1166 +#: ../../boot.php:1174 msgid "Forgot your password?" msgstr "Passwort vergessen?" -#: ../../boot.php:1167 ../../mod/lostpass.php:84 +#: ../../boot.php:1175 ../../mod/lostpass.php:84 msgid "Password Reset" msgstr "Passwort zurücksetzen" -#: ../../boot.php:1169 +#: ../../boot.php:1177 msgid "Website Terms of Service" msgstr "Website Nutzungsbedingungen" -#: ../../boot.php:1170 +#: ../../boot.php:1178 msgid "terms of service" msgstr "Nutzungsbedingungen" -#: ../../boot.php:1172 +#: ../../boot.php:1180 msgid "Website Privacy Policy" msgstr "Website Datenschutzerklärung" -#: ../../boot.php:1173 +#: ../../boot.php:1181 msgid "privacy policy" msgstr "Datenschutzerklärung" -#: ../../boot.php:1302 +#: ../../boot.php:1314 msgid "Requested account is not available." msgstr "Das angefragte Profil ist nicht vorhanden." -#: ../../boot.php:1341 ../../mod/profile.php:21 +#: ../../boot.php:1353 ../../mod/profile.php:21 msgid "Requested profile is not available." msgstr "Das angefragte Profil ist nicht vorhanden." -#: ../../boot.php:1381 ../../boot.php:1485 +#: ../../boot.php:1393 ../../boot.php:1497 msgid "Edit profile" msgstr "Profil bearbeiten" -#: ../../boot.php:1433 ../../mod/suggest.php:88 ../../mod/match.php:58 +#: ../../boot.php:1445 ../../mod/suggest.php:88 ../../mod/match.php:58 #: ../../include/contact_widgets.php:9 msgid "Connect" msgstr "Verbinden" -#: ../../boot.php:1447 +#: ../../boot.php:1459 msgid "Message" msgstr "Nachricht" -#: ../../boot.php:1455 ../../include/nav.php:169 +#: ../../boot.php:1467 ../../include/nav.php:171 msgid "Profiles" msgstr "Profile" -#: ../../boot.php:1455 +#: ../../boot.php:1467 msgid "Manage/edit profiles" msgstr "Profile verwalten/editieren" -#: ../../boot.php:1461 ../../boot.php:1487 ../../mod/profiles.php:726 +#: ../../boot.php:1473 ../../boot.php:1499 ../../mod/profiles.php:730 msgid "Change profile photo" msgstr "Profilbild ändern" -#: ../../boot.php:1462 ../../mod/profiles.php:727 +#: ../../boot.php:1474 ../../mod/profiles.php:731 msgid "Create New Profile" msgstr "Neues Profil anlegen" -#: ../../boot.php:1472 ../../mod/profiles.php:738 +#: ../../boot.php:1484 ../../mod/profiles.php:742 msgid "Profile Image" msgstr "Profilbild" -#: ../../boot.php:1475 ../../mod/profiles.php:740 +#: ../../boot.php:1487 ../../mod/profiles.php:744 msgid "visible to everybody" msgstr "sichtbar für jeden" -#: ../../boot.php:1476 ../../mod/profiles.php:741 +#: ../../boot.php:1488 ../../mod/profiles.php:745 msgid "Edit visibility" msgstr "Sichtbarkeit bearbeiten" -#: ../../boot.php:1501 ../../mod/directory.php:134 ../../mod/events.php:471 -#: ../../include/event.php:40 ../../include/bb2diaspora.php:415 +#: ../../boot.php:1513 ../../mod/directory.php:134 ../../mod/events.php:471 +#: ../../include/event.php:40 ../../include/bb2diaspora.php:155 msgid "Location:" msgstr "Ort:" -#: ../../boot.php:1503 ../../mod/directory.php:136 +#: ../../boot.php:1515 ../../mod/directory.php:136 #: ../../include/profile_advanced.php:17 msgid "Gender:" msgstr "Geschlecht:" -#: ../../boot.php:1506 ../../mod/directory.php:138 +#: ../../boot.php:1518 ../../mod/directory.php:138 #: ../../include/profile_advanced.php:37 msgid "Status:" msgstr "Status:" -#: ../../boot.php:1508 ../../mod/directory.php:140 +#: ../../boot.php:1520 ../../mod/directory.php:140 #: ../../include/profile_advanced.php:48 msgid "Homepage:" msgstr "Homepage:" -#: ../../boot.php:1584 ../../boot.php:1670 +#: ../../boot.php:1596 ../../boot.php:1682 msgid "g A l F d" msgstr "l, d. F G \\U\\h\\r" -#: ../../boot.php:1585 ../../boot.php:1671 +#: ../../boot.php:1597 ../../boot.php:1683 msgid "F d" msgstr "d. F" -#: ../../boot.php:1630 ../../boot.php:1711 +#: ../../boot.php:1642 ../../boot.php:1723 msgid "[today]" msgstr "[heute]" -#: ../../boot.php:1642 +#: ../../boot.php:1654 msgid "Birthday Reminders" msgstr "Geburtstagserinnerungen" -#: ../../boot.php:1643 +#: ../../boot.php:1655 msgid "Birthdays this week:" msgstr "Geburtstage diese Woche:" -#: ../../boot.php:1704 +#: ../../boot.php:1716 msgid "[No description]" msgstr "[keine Beschreibung]" -#: ../../boot.php:1722 +#: ../../boot.php:1734 msgid "Event Reminders" msgstr "Veranstaltungserinnerungen" -#: ../../boot.php:1723 +#: ../../boot.php:1735 msgid "Events this week:" msgstr "Veranstaltungen diese Woche" -#: ../../boot.php:1960 ../../include/nav.php:76 +#: ../../boot.php:1972 ../../include/nav.php:76 msgid "Status" msgstr "Status" -#: ../../boot.php:1963 +#: ../../boot.php:1975 msgid "Status Messages and Posts" msgstr "Statusnachrichten und Beiträge" -#: ../../boot.php:1970 +#: ../../boot.php:1982 msgid "Profile Details" msgstr "Profildetails" -#: ../../boot.php:1977 ../../mod/photos.php:51 +#: ../../boot.php:1989 ../../mod/photos.php:52 msgid "Photo Albums" msgstr "Fotoalben" -#: ../../boot.php:1981 ../../boot.php:1984 +#: ../../boot.php:1993 ../../boot.php:1996 msgid "Videos" msgstr "Videos" -#: ../../boot.php:1994 +#: ../../boot.php:2006 msgid "Events and Calendar" msgstr "Ereignisse und Kalender" -#: ../../boot.php:1998 ../../mod/notes.php:44 +#: ../../boot.php:2010 ../../mod/notes.php:44 msgid "Personal Notes" msgstr "Persönliche Notizen" -#: ../../boot.php:2001 +#: ../../boot.php:2013 msgid "Only You Can See This" msgstr "Nur du kannst das sehen" @@ -844,15 +851,15 @@ msgstr "Wähle deine aktuelle Stimmung und erzähle sie deinen Freunden" #: ../../mod/display.php:19 ../../mod/_search.php:89 #: ../../mod/directory.php:31 ../../mod/search.php:89 #: ../../mod/dfrn_request.php:761 ../../mod/community.php:18 -#: ../../mod/viewcontacts.php:17 ../../mod/photos.php:914 +#: ../../mod/viewcontacts.php:17 ../../mod/photos.php:918 #: ../../mod/videos.php:115 msgid "Public access denied." msgstr "Öffentlicher Zugriff verweigert." -#: ../../mod/display.php:51 ../../mod/display.php:246 ../../mod/decrypt.php:15 -#: ../../mod/admin.php:163 ../../mod/admin.php:952 ../../mod/admin.php:1152 +#: ../../mod/display.php:51 ../../mod/display.php:270 ../../mod/decrypt.php:15 +#: ../../mod/admin.php:163 ../../mod/admin.php:953 ../../mod/admin.php:1153 #: ../../mod/notice.php:15 ../../mod/viewsrc.php:15 -#: ../../include/items.php:4023 +#: ../../include/items.php:4177 msgid "Item not found." msgstr "Beitrag nicht gefunden." @@ -860,7 +867,7 @@ msgstr "Beitrag nicht gefunden." msgid "Access to this profile has been restricted." msgstr "Der Zugriff zu diesem Profil wurde eingeschränkt." -#: ../../mod/display.php:239 +#: ../../mod/display.php:263 msgid "Item has been removed." msgstr "Eintrag wurde entfernt." @@ -905,126 +912,126 @@ msgstr "Keine Plugins/Erweiterungen/Apps installiert" msgid "%1$s welcomes %2$s" msgstr "%1$s heißt %2$s herzlich willkommen" -#: ../../mod/register.php:91 ../../mod/admin.php:734 ../../mod/regmod.php:54 +#: ../../mod/register.php:92 ../../mod/admin.php:735 ../../mod/regmod.php:54 #, php-format msgid "Registration details for %s" msgstr "Details der Registration von %s" -#: ../../mod/register.php:99 +#: ../../mod/register.php:100 msgid "" "Registration successful. Please check your email for further instructions." msgstr "Registrierung erfolgreich. Eine E-Mail mit weiteren Anweisungen wurde an dich gesendet." -#: ../../mod/register.php:103 +#: ../../mod/register.php:104 msgid "Failed to send email message. Here is the message that failed." msgstr "Konnte die E-Mail nicht versenden. Hier ist die Nachricht, die nicht gesendet werden konnte." -#: ../../mod/register.php:108 +#: ../../mod/register.php:109 msgid "Your registration can not be processed." msgstr "Deine Registrierung konnte nicht verarbeitet werden." -#: ../../mod/register.php:148 +#: ../../mod/register.php:149 #, php-format msgid "Registration request at %s" msgstr "Registrierungsanfrage auf %s" -#: ../../mod/register.php:157 +#: ../../mod/register.php:158 msgid "Your registration is pending approval by the site owner." msgstr "Deine Registrierung muss noch vom Betreiber der Seite freigegeben werden." -#: ../../mod/register.php:195 ../../mod/uimport.php:50 +#: ../../mod/register.php:196 ../../mod/uimport.php:50 msgid "" "This site has exceeded the number of allowed daily account registrations. " "Please try again tomorrow." msgstr "Die maximale Anzahl täglicher Registrierungen auf dieser Seite wurde überschritten. Bitte versuche es morgen noch einmal." -#: ../../mod/register.php:223 +#: ../../mod/register.php:224 msgid "" "You may (optionally) fill in this form via OpenID by supplying your OpenID " "and clicking 'Register'." msgstr "Du kannst dieses Formular auch (optional) mit deiner OpenID ausfüllen, indem du deine OpenID angibst und 'Registrieren' klickst." -#: ../../mod/register.php:224 +#: ../../mod/register.php:225 msgid "" "If you are not familiar with OpenID, please leave that field blank and fill " "in the rest of the items." msgstr "Wenn du nicht mit OpenID vertraut bist, lass dieses Feld bitte leer und fülle die restlichen Felder aus." -#: ../../mod/register.php:225 +#: ../../mod/register.php:226 msgid "Your OpenID (optional): " msgstr "Deine OpenID (optional): " -#: ../../mod/register.php:239 +#: ../../mod/register.php:240 msgid "Include your profile in member directory?" msgstr "Soll dein Profil im Nutzerverzeichnis angezeigt werden?" -#: ../../mod/register.php:242 ../../mod/api.php:105 ../../mod/suggest.php:29 -#: ../../mod/dfrn_request.php:836 ../../mod/contacts.php:320 -#: ../../mod/settings.php:981 ../../mod/settings.php:987 -#: ../../mod/settings.php:995 ../../mod/settings.php:999 -#: ../../mod/settings.php:1004 ../../mod/settings.php:1010 -#: ../../mod/settings.php:1016 ../../mod/settings.php:1022 -#: ../../mod/settings.php:1052 ../../mod/settings.php:1053 -#: ../../mod/settings.php:1054 ../../mod/settings.php:1055 -#: ../../mod/settings.php:1056 ../../mod/profiles.php:610 -#: ../../mod/message.php:209 ../../include/items.php:4064 +#: ../../mod/register.php:243 ../../mod/api.php:105 ../../mod/suggest.php:29 +#: ../../mod/dfrn_request.php:836 ../../mod/contacts.php:326 +#: ../../mod/settings.php:998 ../../mod/settings.php:1004 +#: ../../mod/settings.php:1012 ../../mod/settings.php:1016 +#: ../../mod/settings.php:1021 ../../mod/settings.php:1027 +#: ../../mod/settings.php:1033 ../../mod/settings.php:1039 +#: ../../mod/settings.php:1069 ../../mod/settings.php:1070 +#: ../../mod/settings.php:1071 ../../mod/settings.php:1072 +#: ../../mod/settings.php:1073 ../../mod/profiles.php:614 +#: ../../mod/message.php:209 ../../include/items.php:4218 msgid "Yes" msgstr "Ja" -#: ../../mod/register.php:243 ../../mod/api.php:106 -#: ../../mod/dfrn_request.php:837 ../../mod/settings.php:981 -#: ../../mod/settings.php:987 ../../mod/settings.php:995 -#: ../../mod/settings.php:999 ../../mod/settings.php:1004 -#: ../../mod/settings.php:1010 ../../mod/settings.php:1016 -#: ../../mod/settings.php:1022 ../../mod/settings.php:1052 -#: ../../mod/settings.php:1053 ../../mod/settings.php:1054 -#: ../../mod/settings.php:1055 ../../mod/settings.php:1056 -#: ../../mod/profiles.php:611 +#: ../../mod/register.php:244 ../../mod/api.php:106 +#: ../../mod/dfrn_request.php:837 ../../mod/settings.php:998 +#: ../../mod/settings.php:1004 ../../mod/settings.php:1012 +#: ../../mod/settings.php:1016 ../../mod/settings.php:1021 +#: ../../mod/settings.php:1027 ../../mod/settings.php:1033 +#: ../../mod/settings.php:1039 ../../mod/settings.php:1069 +#: ../../mod/settings.php:1070 ../../mod/settings.php:1071 +#: ../../mod/settings.php:1072 ../../mod/settings.php:1073 +#: ../../mod/profiles.php:615 msgid "No" msgstr "Nein" -#: ../../mod/register.php:260 +#: ../../mod/register.php:261 msgid "Membership on this site is by invitation only." msgstr "Mitgliedschaft auf dieser Seite ist nur nach vorheriger Einladung möglich." -#: ../../mod/register.php:261 +#: ../../mod/register.php:262 msgid "Your invitation ID: " msgstr "ID deiner Einladung: " -#: ../../mod/register.php:264 ../../mod/admin.php:572 +#: ../../mod/register.php:265 ../../mod/admin.php:573 msgid "Registration" msgstr "Registrierung" -#: ../../mod/register.php:272 +#: ../../mod/register.php:273 msgid "Your Full Name (e.g. Joe Smith): " msgstr "Vollständiger Name (z.B. Max Mustermann): " -#: ../../mod/register.php:273 +#: ../../mod/register.php:274 msgid "Your Email Address: " msgstr "Deine E-Mail-Adresse: " -#: ../../mod/register.php:274 +#: ../../mod/register.php:275 msgid "" "Choose a profile nickname. This must begin with a text character. Your " "profile address on this site will then be " "'nickname@$sitename'." msgstr "Wähle einen Spitznamen für dein Profil. Dieser muss mit einem Buchstaben beginnen. Die Adresse deines Profils auf dieser Seite wird 'spitzname@$sitename' sein." -#: ../../mod/register.php:275 +#: ../../mod/register.php:276 msgid "Choose a nickname: " msgstr "Spitznamen wählen: " -#: ../../mod/register.php:284 ../../mod/uimport.php:64 +#: ../../mod/register.php:285 ../../mod/uimport.php:64 msgid "Import" msgstr "Import" -#: ../../mod/register.php:285 +#: ../../mod/register.php:286 msgid "Import your profile to this friendica instance" msgstr "Importiere dein Profil auf diese Friendica Instanz" #: ../../mod/dfrn_confirm.php:62 ../../mod/profiles.php:18 #: ../../mod/profiles.php:133 ../../mod/profiles.php:160 -#: ../../mod/profiles.php:583 +#: ../../mod/profiles.php:587 msgid "Profile not found." msgstr "Profil nicht gefunden." @@ -1069,7 +1076,7 @@ msgid "Unable to set contact photo." msgstr "Konnte das Bild des Kontakts nicht speichern." #: ../../mod/dfrn_confirm.php:477 ../../include/conversation.php:172 -#: ../../include/diaspora.php:621 +#: ../../include/diaspora.php:620 #, php-format msgid "%1$s is now friends with %2$s" msgstr "%1$s ist nun mit %2$s befreundet" @@ -1234,7 +1241,7 @@ msgstr "Kein Empfänger." #: ../../mod/wallmessage.php:127 ../../mod/wallmessage.php:135 #: ../../mod/message.php:283 ../../mod/message.php:291 #: ../../mod/message.php:466 ../../mod/message.php:474 -#: ../../include/conversation.php:997 ../../include/conversation.php:1015 +#: ../../include/conversation.php:1000 ../../include/conversation.php:1018 msgid "Please enter a link URL:" msgstr "Bitte gib die URL des Links ein:" @@ -1266,13 +1273,13 @@ msgstr "Deine Nachricht:" #: ../../mod/wallmessage.php:154 ../../mod/editpost.php:110 #: ../../mod/message.php:332 ../../mod/message.php:562 -#: ../../include/conversation.php:1081 +#: ../../include/conversation.php:1084 msgid "Upload photo" msgstr "Foto hochladen" #: ../../mod/wallmessage.php:155 ../../mod/editpost.php:114 #: ../../mod/message.php:333 ../../mod/message.php:563 -#: ../../include/conversation.php:1085 +#: ../../include/conversation.php:1088 msgid "Insert web link" msgstr "Einen Link einfügen" @@ -1471,12 +1478,12 @@ msgid "Do you really want to delete this suggestion?" msgstr "Möchtest du wirklich diese Empfehlung löschen?" #: ../../mod/suggest.php:32 ../../mod/editpost.php:148 -#: ../../mod/dfrn_request.php:848 ../../mod/contacts.php:323 -#: ../../mod/settings.php:602 ../../mod/settings.php:628 -#: ../../mod/message.php:212 ../../mod/photos.php:202 ../../mod/photos.php:290 +#: ../../mod/dfrn_request.php:848 ../../mod/contacts.php:329 +#: ../../mod/settings.php:609 ../../mod/settings.php:635 +#: ../../mod/message.php:212 ../../mod/photos.php:203 ../../mod/photos.php:292 #: ../../mod/tagrm.php:11 ../../mod/tagrm.php:94 ../../mod/fbrowser.php:81 -#: ../../mod/fbrowser.php:116 ../../include/conversation.php:1119 -#: ../../include/items.php:4067 +#: ../../mod/fbrowser.php:116 ../../include/conversation.php:1122 +#: ../../include/items.php:4221 msgid "Cancel" msgstr "Abbrechen" @@ -1490,72 +1497,72 @@ msgstr "Keine Vorschläge verfügbar. Falls der Server frisch aufgesetzt wurde, msgid "Ignore/Hide" msgstr "Ignorieren/Verbergen" -#: ../../mod/network.php:179 +#: ../../mod/network.php:136 msgid "Search Results For:" msgstr "Suchergebnisse für:" -#: ../../mod/network.php:222 ../../mod/_search.php:21 ../../mod/search.php:21 +#: ../../mod/network.php:179 ../../mod/_search.php:21 ../../mod/search.php:21 msgid "Remove term" msgstr "Begriff entfernen" -#: ../../mod/network.php:231 ../../mod/_search.php:30 ../../mod/search.php:30 -#: ../../include/features.php:41 +#: ../../mod/network.php:188 ../../mod/_search.php:30 ../../mod/search.php:30 +#: ../../include/features.php:42 msgid "Saved Searches" msgstr "Gespeicherte Suchen" -#: ../../mod/network.php:232 ../../include/group.php:275 +#: ../../mod/network.php:189 ../../include/group.php:275 msgid "add" msgstr "hinzufügen" -#: ../../mod/network.php:394 +#: ../../mod/network.php:350 msgid "Commented Order" msgstr "Neueste Kommentare" -#: ../../mod/network.php:397 +#: ../../mod/network.php:353 msgid "Sort by Comment Date" msgstr "Nach Kommentardatum sortieren" -#: ../../mod/network.php:400 +#: ../../mod/network.php:356 msgid "Posted Order" msgstr "Neueste Beiträge" -#: ../../mod/network.php:403 +#: ../../mod/network.php:359 msgid "Sort by Post Date" msgstr "Nach Beitragsdatum sortieren" -#: ../../mod/network.php:441 ../../mod/notifications.php:88 +#: ../../mod/network.php:365 ../../mod/notifications.php:88 msgid "Personal" msgstr "Persönlich" -#: ../../mod/network.php:444 +#: ../../mod/network.php:368 msgid "Posts that mention or involve you" msgstr "Beiträge, in denen es um dich geht" -#: ../../mod/network.php:450 +#: ../../mod/network.php:374 msgid "New" msgstr "Neue" -#: ../../mod/network.php:453 +#: ../../mod/network.php:377 msgid "Activity Stream - by date" msgstr "Aktivitäten-Stream - nach Datum" -#: ../../mod/network.php:459 +#: ../../mod/network.php:383 msgid "Shared Links" msgstr "Geteilte Links" -#: ../../mod/network.php:462 +#: ../../mod/network.php:386 msgid "Interesting Links" msgstr "Interessante Links" -#: ../../mod/network.php:468 +#: ../../mod/network.php:392 msgid "Starred" msgstr "Markierte" -#: ../../mod/network.php:471 +#: ../../mod/network.php:395 msgid "Favourite Posts" msgstr "Favorisierte Beiträge" -#: ../../mod/network.php:539 +#: ../../mod/network.php:457 #, php-format msgid "Warning: This group contains %s member from an insecure network." msgid_plural "" @@ -1563,31 +1570,31 @@ msgid_plural "" msgstr[0] "Warnung: Diese Gruppe beinhaltet %s Person aus einem unsicheren Netzwerk." msgstr[1] "Warnung: Diese Gruppe beinhaltet %s Personen aus unsicheren Netzwerken." -#: ../../mod/network.php:542 +#: ../../mod/network.php:460 msgid "Private messages to this group are at risk of public disclosure." msgstr "Private Nachrichten an diese Gruppe könnten an die Öffentlichkeit geraten." -#: ../../mod/network.php:588 ../../mod/content.php:119 +#: ../../mod/network.php:514 ../../mod/content.php:119 msgid "No such group" msgstr "Es gibt keine solche Gruppe" -#: ../../mod/network.php:599 ../../mod/content.php:130 +#: ../../mod/network.php:531 ../../mod/content.php:130 msgid "Group is empty" msgstr "Gruppe ist leer" -#: ../../mod/network.php:605 ../../mod/content.php:134 +#: ../../mod/network.php:538 ../../mod/content.php:134 msgid "Group: " msgstr "Gruppe: " -#: ../../mod/network.php:617 +#: ../../mod/network.php:548 msgid "Contact: " msgstr "Kontakt: " -#: ../../mod/network.php:619 +#: ../../mod/network.php:550 msgid "Private messages to this person are at risk of public disclosure." msgstr "Private Nachrichten an diese Person könnten an die Öffentlichkeit gelangen." -#: ../../mod/network.php:624 +#: ../../mod/network.php:555 msgid "Invalid contact." msgstr "Ungültiger Kontakt." @@ -1894,19 +1901,20 @@ msgstr "WICHTIG: Du musst [manuell] einen Cronjob (o.ä.) für den Poller einric msgid "Theme settings updated." msgstr "Themeneinstellungen aktualisiert." -#: ../../mod/admin.php:101 ../../mod/admin.php:570 +#: ../../mod/admin.php:101 ../../mod/admin.php:571 msgid "Site" msgstr "Seite" -#: ../../mod/admin.php:102 ../../mod/admin.php:898 ../../mod/admin.php:913 +#: ../../mod/admin.php:102 ../../mod/admin.php:899 ../../mod/admin.php:914 msgid "Users" msgstr "Nutzer" -#: ../../mod/admin.php:103 ../../mod/admin.php:1002 ../../mod/admin.php:1044 +#: ../../mod/admin.php:103 ../../mod/admin.php:1003 ../../mod/admin.php:1045 +#: ../../mod/settings.php:56 msgid "Plugins" msgstr "Plugins" -#: ../../mod/admin.php:104 ../../mod/admin.php:1210 ../../mod/admin.php:1244 +#: ../../mod/admin.php:104 ../../mod/admin.php:1211 ../../mod/admin.php:1245 msgid "Themes" msgstr "Themen" @@ -1914,11 +1922,11 @@ msgstr "Themen" msgid "DB updates" msgstr "DB Updates" -#: ../../mod/admin.php:120 ../../mod/admin.php:127 ../../mod/admin.php:1331 +#: ../../mod/admin.php:120 ../../mod/admin.php:127 ../../mod/admin.php:1332 msgid "Logs" msgstr "Protokolle" -#: ../../mod/admin.php:125 ../../include/nav.php:178 +#: ../../mod/admin.php:125 ../../include/nav.php:180 msgid "Admin" msgstr "Administration" @@ -1930,19 +1938,19 @@ msgstr "Plugin Features" msgid "User registrations waiting for confirmation" msgstr "Nutzeranmeldungen die auf Bestätigung warten" -#: ../../mod/admin.php:187 ../../mod/admin.php:852 +#: ../../mod/admin.php:187 ../../mod/admin.php:853 msgid "Normal Account" msgstr "Normales Konto" -#: ../../mod/admin.php:188 ../../mod/admin.php:853 +#: ../../mod/admin.php:188 ../../mod/admin.php:854 msgid "Soapbox Account" msgstr "Marktschreier-Konto" -#: ../../mod/admin.php:189 ../../mod/admin.php:854 +#: ../../mod/admin.php:189 ../../mod/admin.php:855 msgid "Community/Celebrity Account" msgstr "Forum/Promi-Konto" -#: ../../mod/admin.php:190 ../../mod/admin.php:855 +#: ../../mod/admin.php:190 ../../mod/admin.php:856 msgid "Automatic Friend Account" msgstr "Automatisches Freundekonto" @@ -1958,9 +1966,9 @@ msgstr "Privates Forum" msgid "Message queues" msgstr "Nachrichten-Warteschlangen" -#: ../../mod/admin.php:216 ../../mod/admin.php:569 ../../mod/admin.php:897 -#: ../../mod/admin.php:1001 ../../mod/admin.php:1043 ../../mod/admin.php:1209 -#: ../../mod/admin.php:1243 ../../mod/admin.php:1330 +#: ../../mod/admin.php:216 ../../mod/admin.php:570 ../../mod/admin.php:898 +#: ../../mod/admin.php:1002 ../../mod/admin.php:1044 ../../mod/admin.php:1210 +#: ../../mod/admin.php:1244 ../../mod/admin.php:1331 msgid "Administration" msgstr "Administration" @@ -1992,316 +2000,320 @@ msgstr "Die Basis-URL konnte nicht analysiert werden. Sie muss mindestens aus

change theme settings" msgstr "Vorgabe für das System-Theme - kann von Benutzerprofilen überschrieben werden - Theme-Einstellungen ändern" -#: ../../mod/admin.php:585 +#: ../../mod/admin.php:586 msgid "Mobile system theme" msgstr "Systemweites mobiles Theme" -#: ../../mod/admin.php:585 +#: ../../mod/admin.php:586 msgid "Theme for mobile devices" msgstr "Thema für mobile Geräte" -#: ../../mod/admin.php:586 +#: ../../mod/admin.php:587 msgid "SSL link policy" msgstr "Regeln für SSL Links" -#: ../../mod/admin.php:586 +#: ../../mod/admin.php:587 msgid "Determines whether generated links should be forced to use SSL" msgstr "Bestimmt, ob generierte Links SSL verwenden müssen" -#: ../../mod/admin.php:587 +#: ../../mod/admin.php:588 msgid "Old style 'Share'" msgstr "Altes \"Teilen\" Element" -#: ../../mod/admin.php:587 +#: ../../mod/admin.php:588 msgid "Deactivates the bbcode element 'share' for repeating items." msgstr "Deaktiviert das BBCode Element \"share\" beim Wiederholen von Beiträgen." -#: ../../mod/admin.php:588 +#: ../../mod/admin.php:589 msgid "Hide help entry from navigation menu" msgstr "Verberge den Menüeintrag für die Hilfe im Navigationsmenü" -#: ../../mod/admin.php:588 +#: ../../mod/admin.php:589 msgid "" "Hides the menu entry for the Help pages from the navigation menu. You can " "still access it calling /help directly." msgstr "Verbirgt den Menüeintrag für die Hilfe-Seiten im Navigationsmenü. Die Seiten können weiterhin über /help aufgerufen werden." -#: ../../mod/admin.php:589 +#: ../../mod/admin.php:590 msgid "Single user instance" msgstr "Ein-Nutzer Instanz" -#: ../../mod/admin.php:589 +#: ../../mod/admin.php:590 msgid "Make this instance multi-user or single-user for the named user" msgstr "Regelt ob es sich bei dieser Instanz um eine ein Personen Installation oder eine Installation mit mehr als einem Nutzer handelt." -#: ../../mod/admin.php:590 +#: ../../mod/admin.php:591 msgid "Maximum image size" msgstr "Maximale Bildgröße" -#: ../../mod/admin.php:590 +#: ../../mod/admin.php:591 msgid "" "Maximum size in bytes of uploaded images. Default is 0, which means no " "limits." msgstr "Maximale Uploadgröße von Bildern in Bytes. Standard ist 0, d.h. ohne Limit." -#: ../../mod/admin.php:591 +#: ../../mod/admin.php:592 msgid "Maximum image length" msgstr "Maximale Bildlänge" -#: ../../mod/admin.php:591 +#: ../../mod/admin.php:592 msgid "" "Maximum length in pixels of the longest side of uploaded images. Default is " "-1, which means no limits." msgstr "Maximale Länge in Pixeln der längsten Seite eines hoch geladenen Bildes. Grundeinstellung ist -1 was keine Einschränkung bedeutet." -#: ../../mod/admin.php:592 +#: ../../mod/admin.php:593 msgid "JPEG image quality" msgstr "Qualität des JPEG Bildes" -#: ../../mod/admin.php:592 +#: ../../mod/admin.php:593 msgid "" "Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " "100, which is full quality." msgstr "Hoch geladene JPEG Bilder werden mit dieser Qualität [0-100] gespeichert. Grundeinstellung ist 100, kein Qualitätsverlust." -#: ../../mod/admin.php:594 +#: ../../mod/admin.php:595 msgid "Register policy" msgstr "Registrierungsmethode" -#: ../../mod/admin.php:595 +#: ../../mod/admin.php:596 msgid "Maximum Daily Registrations" msgstr "Maximum täglicher Registrierungen" -#: ../../mod/admin.php:595 +#: ../../mod/admin.php:596 msgid "" "If registration is permitted above, this sets the maximum number of new user" " registrations to accept per day. If register is set to closed, this " "setting has no effect." msgstr "Wenn die Registrierung weiter oben erlaubt ist, regelt dies die maximale Anzahl von Neuanmeldungen pro Tag. Wenn die Registrierung geschlossen ist, hat diese Einstellung keinen Effekt." -#: ../../mod/admin.php:596 +#: ../../mod/admin.php:597 msgid "Register text" msgstr "Registrierungstext" -#: ../../mod/admin.php:596 +#: ../../mod/admin.php:597 msgid "Will be displayed prominently on the registration page." msgstr "Wird gut sichtbar auf der Registrierungsseite angezeigt." -#: ../../mod/admin.php:597 +#: ../../mod/admin.php:598 msgid "Accounts abandoned after x days" msgstr "Nutzerkonten gelten nach x Tagen als unbenutzt" -#: ../../mod/admin.php:597 +#: ../../mod/admin.php:598 msgid "" "Will not waste system resources polling external sites for abandonded " "accounts. Enter 0 for no time limit." msgstr "Verschwende keine System-Ressourcen auf das Pollen externer Seiten, wenn Konten nicht mehr benutzt werden. 0 eingeben für kein Limit." -#: ../../mod/admin.php:598 +#: ../../mod/admin.php:599 msgid "Allowed friend domains" msgstr "Erlaubte Domains für Kontakte" -#: ../../mod/admin.php:598 +#: ../../mod/admin.php:599 msgid "" "Comma separated list of domains which are allowed to establish friendships " "with this site. Wildcards are accepted. Empty to allow any domains" msgstr "Liste der Domains, die für Freundschaften erlaubt sind, durch Kommas getrennt. Platzhalter werden akzeptiert. Leer lassen, um alle Domains zu erlauben." -#: ../../mod/admin.php:599 +#: ../../mod/admin.php:600 msgid "Allowed email domains" msgstr "Erlaubte Domains für E-Mails" -#: ../../mod/admin.php:599 +#: ../../mod/admin.php:600 msgid "" "Comma separated list of domains which are allowed in email addresses for " "registrations to this site. Wildcards are accepted. Empty to allow any " "domains" msgstr "Liste der Domains, die für E-Mail-Adressen bei der Registrierung erlaubt sind, durch Kommas getrennt. Platzhalter werden akzeptiert. Leer lassen, um alle Domains zu erlauben." -#: ../../mod/admin.php:600 +#: ../../mod/admin.php:601 msgid "Block public" msgstr "Öffentlichen Zugriff blockieren" -#: ../../mod/admin.php:600 +#: ../../mod/admin.php:601 msgid "" "Check to block public access to all otherwise public personal pages on this " "site unless you are currently logged in." msgstr "Klicken, um öffentlichen Zugriff auf sonst öffentliche Profile zu blockieren, wenn man nicht eingeloggt ist." -#: ../../mod/admin.php:601 +#: ../../mod/admin.php:602 msgid "Force publish" msgstr "Erzwinge Veröffentlichung" -#: ../../mod/admin.php:601 +#: ../../mod/admin.php:602 msgid "" "Check to force all profiles on this site to be listed in the site directory." msgstr "Klicken, um Anzeige aller Profile dieses Servers im Verzeichnis zu erzwingen." -#: ../../mod/admin.php:602 +#: ../../mod/admin.php:603 msgid "Global directory update URL" msgstr "URL für Updates beim weltweiten Verzeichnis" -#: ../../mod/admin.php:602 +#: ../../mod/admin.php:603 msgid "" "URL to update the global directory. If this is not set, the global directory" " is completely unavailable to the application." msgstr "URL für Update des globalen Verzeichnisses. Wenn nichts eingetragen ist, bleibt das globale Verzeichnis unerreichbar." -#: ../../mod/admin.php:603 +#: ../../mod/admin.php:604 msgid "Allow threaded items" msgstr "Erlaube Threads in Diskussionen" -#: ../../mod/admin.php:603 +#: ../../mod/admin.php:604 msgid "Allow infinite level threading for items on this site." msgstr "Erlaube ein unendliches Level für Threads auf dieser Seite." -#: ../../mod/admin.php:604 +#: ../../mod/admin.php:605 msgid "Private posts by default for new users" msgstr "Private Beiträge als Standard für neue Nutzer" -#: ../../mod/admin.php:604 +#: ../../mod/admin.php:605 msgid "" "Set default post permissions for all new members to the default privacy " "group rather than public." msgstr "Die Standard-Zugriffsrechte für neue Nutzer werden so gesetzt, dass als Voreinstellung in die private Gruppe gepostet wird anstelle von öffentlichen Beiträgen." -#: ../../mod/admin.php:605 +#: ../../mod/admin.php:606 msgid "Don't include post content in email notifications" msgstr "Inhalte von Beiträgen nicht in E-Mail-Benachrichtigungen versenden" -#: ../../mod/admin.php:605 +#: ../../mod/admin.php:606 msgid "" "Don't include the content of a post/comment/private message/etc. in the " "email notifications that are sent out from this site, as a privacy measure." msgstr "Inhalte von Beiträgen/Kommentaren/privaten Nachrichten/usw., zum Datenschutz nicht in E-Mail-Benachrichtigungen einbinden." -#: ../../mod/admin.php:606 +#: ../../mod/admin.php:607 msgid "Disallow public access to addons listed in the apps menu." msgstr "Öffentlichen Zugriff auf Addons im Apps Menü verbieten." -#: ../../mod/admin.php:606 +#: ../../mod/admin.php:607 msgid "" "Checking this box will restrict addons listed in the apps menu to members " "only." msgstr "Wenn ausgewählt werden die im Apps Menü aufgeführten Addons nur angemeldeten Nutzern der Seite zur Verfügung gestellt." -#: ../../mod/admin.php:607 +#: ../../mod/admin.php:608 msgid "Don't embed private images in posts" msgstr "Private Bilder nicht in Beiträgen einbetten." -#: ../../mod/admin.php:607 +#: ../../mod/admin.php:608 msgid "" "Don't replace locally-hosted private photos in posts with an embedded copy " "of the image. This means that contacts who receive posts containing private " @@ -2309,501 +2321,501 @@ msgid "" "while." msgstr "Ersetze lokal gehostete private Fotos in Beiträgen nicht mit einer eingebetteten Kopie des Bildes. Dies bedeutet, dass Kontakte, die Beiträge mit privaten Fotos erhalten sich zunächst auf den jeweiligen Servern authentifizieren müssen bevor die Bilder geladen und angezeigt werden, was eine gewisse Zeit dauert." -#: ../../mod/admin.php:608 +#: ../../mod/admin.php:609 msgid "Allow Users to set remote_self" msgstr "Nutzern erlauben das remote_self Flag zu setzen" -#: ../../mod/admin.php:608 +#: ../../mod/admin.php:609 msgid "" "With checking this, every user is allowed to mark every contact as a " "remote_self in the repair contact dialog. Setting this flag on a contact " "causes mirroring every posting of that contact in the users stream." msgstr "Ist dies ausgewählt kann jeder Nutzer jeden seiner Kontakte als remote_self (entferntes Konto) im Kontakt reparieren Dialog markieren. Nach dem setzten dieses Flags werden alle Top-Level Beiträge dieser Kontakte automatisch in den Stream dieses Nutzers gepostet." -#: ../../mod/admin.php:609 +#: ../../mod/admin.php:610 msgid "Block multiple registrations" msgstr "Unterbinde Mehrfachregistrierung" -#: ../../mod/admin.php:609 +#: ../../mod/admin.php:610 msgid "Disallow users to register additional accounts for use as pages." msgstr "Benutzern nicht erlauben, weitere Konten als zusätzliche Profile anzulegen." -#: ../../mod/admin.php:610 +#: ../../mod/admin.php:611 msgid "OpenID support" msgstr "OpenID Unterstützung" -#: ../../mod/admin.php:610 +#: ../../mod/admin.php:611 msgid "OpenID support for registration and logins." msgstr "OpenID-Unterstützung für Registrierung und Login." -#: ../../mod/admin.php:611 +#: ../../mod/admin.php:612 msgid "Fullname check" msgstr "Namen auf Vollständigkeit überprüfen" -#: ../../mod/admin.php:611 +#: ../../mod/admin.php:612 msgid "" "Force users to register with a space between firstname and lastname in Full " "name, as an antispam measure" msgstr "Leerzeichen zwischen Vor- und Nachname im vollständigen Namen erzwingen, um SPAM zu vermeiden." -#: ../../mod/admin.php:612 +#: ../../mod/admin.php:613 msgid "UTF-8 Regular expressions" msgstr "UTF-8 Reguläre Ausdrücke" -#: ../../mod/admin.php:612 +#: ../../mod/admin.php:613 msgid "Use PHP UTF8 regular expressions" msgstr "PHP UTF8 Ausdrücke verwenden" -#: ../../mod/admin.php:613 +#: ../../mod/admin.php:614 msgid "Show Community Page" msgstr "Gemeinschaftsseite anzeigen" -#: ../../mod/admin.php:613 +#: ../../mod/admin.php:614 msgid "" "Display a Community page showing all recent public postings on this site." msgstr "Zeige die Gemeinschaftsseite mit allen öffentlichen Beiträgen auf diesem Server." -#: ../../mod/admin.php:614 +#: ../../mod/admin.php:615 msgid "Enable OStatus support" msgstr "OStatus Unterstützung aktivieren" -#: ../../mod/admin.php:614 +#: ../../mod/admin.php:615 msgid "" -"Provide built-in OStatus (identi.ca, status.net, etc.) compatibility. All " +"Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All " "communications in OStatus are public, so privacy warnings will be " "occasionally displayed." -msgstr "Biete die eingebaute OStatus (identi.ca, status.net, etc.) Unterstützung an. Jede Kommunikation in OStatus ist öffentlich, Privatsphäre Warnungen werden nur bei Bedarf angezeigt." +msgstr "Biete die eingebaute OStatus (iStatusNet, GNU Social, etc.) Unterstützung an. Jede Kommunikation in OStatus ist öffentlich, Privatsphäre Warnungen werden nur bei Bedarf angezeigt." -#: ../../mod/admin.php:615 +#: ../../mod/admin.php:616 msgid "OStatus conversation completion interval" msgstr "Intervall zum Vervollständigen von OStatus Unterhaltungen" -#: ../../mod/admin.php:615 +#: ../../mod/admin.php:616 msgid "" "How often shall the poller check for new entries in OStatus conversations? " "This can be a very ressource task." msgstr "Wie oft soll der Poller checken ob es neue Nachrichten in OStatus Unterhaltungen gibt die geladen werden müssen. Je nach Anzahl der OStatus Kontakte könnte dies ein sehr Ressourcen lastiger Job sein." -#: ../../mod/admin.php:616 +#: ../../mod/admin.php:617 msgid "Enable Diaspora support" msgstr "Diaspora-Support aktivieren" -#: ../../mod/admin.php:616 +#: ../../mod/admin.php:617 msgid "Provide built-in Diaspora network compatibility." msgstr "Verwende die eingebaute Diaspora-Verknüpfung." -#: ../../mod/admin.php:617 +#: ../../mod/admin.php:618 msgid "Only allow Friendica contacts" msgstr "Nur Friendica-Kontakte erlauben" -#: ../../mod/admin.php:617 +#: ../../mod/admin.php:618 msgid "" "All contacts must use Friendica protocols. All other built-in communication " "protocols disabled." msgstr "Alle Kontakte müssen das Friendica Protokoll nutzen. Alle anderen Kommunikationsprotokolle werden deaktiviert." -#: ../../mod/admin.php:618 +#: ../../mod/admin.php:619 msgid "Verify SSL" msgstr "SSL Überprüfen" -#: ../../mod/admin.php:618 +#: ../../mod/admin.php:619 msgid "" "If you wish, you can turn on strict certificate checking. This will mean you" " cannot connect (at all) to self-signed SSL sites." msgstr "Wenn gewollt, kann man hier eine strenge Zertifikatkontrolle einstellen. Das bedeutet, dass man zu keinen Seiten mit selbst unterzeichnetem SSL eine Verbindung herstellen kann." -#: ../../mod/admin.php:619 +#: ../../mod/admin.php:620 msgid "Proxy user" msgstr "Proxy Nutzer" -#: ../../mod/admin.php:620 +#: ../../mod/admin.php:621 msgid "Proxy URL" msgstr "Proxy URL" -#: ../../mod/admin.php:621 +#: ../../mod/admin.php:622 msgid "Network timeout" msgstr "Netzwerk Wartezeit" -#: ../../mod/admin.php:621 +#: ../../mod/admin.php:622 msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." msgstr "Der Wert ist in Sekunden. Setze 0 für unbegrenzt (nicht empfohlen)." -#: ../../mod/admin.php:622 +#: ../../mod/admin.php:623 msgid "Delivery interval" msgstr "Zustellungsintervall" -#: ../../mod/admin.php:622 +#: ../../mod/admin.php:623 msgid "" "Delay background delivery processes by this many seconds to reduce system " "load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 " "for large dedicated servers." msgstr "Verzögere im Hintergrund laufende Auslieferungsprozesse um die angegebene Anzahl an Sekunden, um die Systemlast zu verringern. Empfehlungen: 4-5 für Shared-Hosts, 2-3 für VPS, 0-1 für große dedizierte Server." -#: ../../mod/admin.php:623 +#: ../../mod/admin.php:624 msgid "Poll interval" msgstr "Abfrageintervall" -#: ../../mod/admin.php:623 +#: ../../mod/admin.php:624 msgid "" "Delay background polling processes by this many seconds to reduce system " "load. If 0, use delivery interval." msgstr "Verzögere Hintergrundprozesse, um diese Anzahl an Sekunden um die Systemlast zu reduzieren. Bei 0 Sekunden wird das Auslieferungsintervall verwendet." -#: ../../mod/admin.php:624 +#: ../../mod/admin.php:625 msgid "Maximum Load Average" msgstr "Maximum Load Average" -#: ../../mod/admin.php:624 +#: ../../mod/admin.php:625 msgid "" "Maximum system load before delivery and poll processes are deferred - " "default 50." msgstr "Maximale Systemlast bevor Verteil- und Empfangsprozesse verschoben werden - Standard 50" -#: ../../mod/admin.php:626 +#: ../../mod/admin.php:627 msgid "Use MySQL full text engine" msgstr "Nutze MySQL full text engine" -#: ../../mod/admin.php:626 +#: ../../mod/admin.php:627 msgid "" "Activates the full text engine. Speeds up search - but can only search for " "four and more characters." msgstr "Aktiviert die 'full text engine'. Beschleunigt die Suche - aber es kann nur nach vier oder mehr Zeichen gesucht werden." -#: ../../mod/admin.php:627 +#: ../../mod/admin.php:628 msgid "Suppress Language" msgstr "Sprachinformation unterdrücken" -#: ../../mod/admin.php:627 +#: ../../mod/admin.php:628 msgid "Suppress language information in meta information about a posting." msgstr "Verhindert das Erzeugen der Meta-Information zur Spracherkennung eines Beitrags." -#: ../../mod/admin.php:628 +#: ../../mod/admin.php:629 msgid "Path to item cache" msgstr "Pfad zum Eintrag Cache" -#: ../../mod/admin.php:629 +#: ../../mod/admin.php:630 msgid "Cache duration in seconds" msgstr "Cache-Dauer in Sekunden" -#: ../../mod/admin.php:629 +#: ../../mod/admin.php:630 msgid "" "How long should the cache files be hold? Default value is 86400 seconds (One" " day)." msgstr "Wie lange sollen die Dateien im Cache vorgehalten werden? Standardwert ist 86400 Sekunden (ein Tag)." -#: ../../mod/admin.php:630 +#: ../../mod/admin.php:631 msgid "Path for lock file" msgstr "Pfad für die Sperrdatei" -#: ../../mod/admin.php:631 +#: ../../mod/admin.php:632 msgid "Temp path" msgstr "Temp Pfad" -#: ../../mod/admin.php:632 +#: ../../mod/admin.php:633 msgid "Base path to installation" msgstr "Basis-Pfad zur Installation" -#: ../../mod/admin.php:634 +#: ../../mod/admin.php:635 msgid "New base url" msgstr "Neue Basis-URL" -#: ../../mod/admin.php:652 +#: ../../mod/admin.php:653 msgid "Update has been marked successful" msgstr "Update wurde als erfolgreich markiert" -#: ../../mod/admin.php:662 +#: ../../mod/admin.php:663 #, php-format msgid "Executing %s failed. Check system logs." msgstr "Ausführung von %s schlug fehl. Systemprotokolle prüfen." -#: ../../mod/admin.php:665 +#: ../../mod/admin.php:666 #, php-format msgid "Update %s was successfully applied." msgstr "Update %s war erfolgreich." -#: ../../mod/admin.php:669 +#: ../../mod/admin.php:670 #, php-format msgid "Update %s did not return a status. Unknown if it succeeded." msgstr "Update %s hat keinen Status zurückgegeben. Unbekannter Status." -#: ../../mod/admin.php:672 +#: ../../mod/admin.php:673 #, php-format msgid "Update function %s could not be found." msgstr "Updatefunktion %s konnte nicht gefunden werden." -#: ../../mod/admin.php:687 +#: ../../mod/admin.php:688 msgid "No failed updates." msgstr "Keine fehlgeschlagenen Updates." -#: ../../mod/admin.php:691 +#: ../../mod/admin.php:692 msgid "Failed Updates" msgstr "Fehlgeschlagene Updates" -#: ../../mod/admin.php:692 +#: ../../mod/admin.php:693 msgid "" "This does not include updates prior to 1139, which did not return a status." msgstr "Ohne Updates vor 1139, da diese keinen Status zurückgegeben haben." -#: ../../mod/admin.php:693 +#: ../../mod/admin.php:694 msgid "Mark success (if update was manually applied)" msgstr "Als erfolgreich markieren (falls das Update manuell installiert wurde)" -#: ../../mod/admin.php:694 +#: ../../mod/admin.php:695 msgid "Attempt to execute this update step automatically" msgstr "Versuchen, diesen Schritt automatisch auszuführen" -#: ../../mod/admin.php:740 +#: ../../mod/admin.php:741 msgid "Registration successful. Email send to user" msgstr "Registration erfolgreich. Dem Nutzer wurde eine Email gesended." -#: ../../mod/admin.php:750 +#: ../../mod/admin.php:751 #, php-format msgid "%s user blocked/unblocked" msgid_plural "%s users blocked/unblocked" msgstr[0] "%s Benutzer geblockt/freigegeben" msgstr[1] "%s Benutzer geblockt/freigegeben" -#: ../../mod/admin.php:757 +#: ../../mod/admin.php:758 #, php-format msgid "%s user deleted" msgid_plural "%s users deleted" msgstr[0] "%s Nutzer gelöscht" msgstr[1] "%s Nutzer gelöscht" -#: ../../mod/admin.php:796 +#: ../../mod/admin.php:797 #, php-format msgid "User '%s' deleted" msgstr "Nutzer '%s' gelöscht" -#: ../../mod/admin.php:804 +#: ../../mod/admin.php:805 #, php-format msgid "User '%s' unblocked" msgstr "Nutzer '%s' entsperrt" -#: ../../mod/admin.php:804 +#: ../../mod/admin.php:805 #, php-format msgid "User '%s' blocked" msgstr "Nutzer '%s' gesperrt" -#: ../../mod/admin.php:899 +#: ../../mod/admin.php:900 msgid "Add User" msgstr "Nutzer hinzufügen" -#: ../../mod/admin.php:900 +#: ../../mod/admin.php:901 msgid "select all" msgstr "Alle auswählen" -#: ../../mod/admin.php:901 +#: ../../mod/admin.php:902 msgid "User registrations waiting for confirm" msgstr "Neuanmeldungen, die auf deine Bestätigung warten" -#: ../../mod/admin.php:902 +#: ../../mod/admin.php:903 msgid "User waiting for permanent deletion" msgstr "Nutzer wartet auf permanente Löschung" -#: ../../mod/admin.php:903 +#: ../../mod/admin.php:904 msgid "Request date" msgstr "Anfragedatum" -#: ../../mod/admin.php:903 ../../mod/admin.php:915 ../../mod/admin.php:916 -#: ../../mod/admin.php:929 ../../mod/crepair.php:150 -#: ../../mod/settings.php:603 ../../mod/settings.php:629 +#: ../../mod/admin.php:904 ../../mod/admin.php:916 ../../mod/admin.php:917 +#: ../../mod/admin.php:930 ../../mod/crepair.php:150 +#: ../../mod/settings.php:610 ../../mod/settings.php:636 msgid "Name" msgstr "Name" -#: ../../mod/admin.php:903 ../../mod/admin.php:915 ../../mod/admin.php:916 -#: ../../mod/admin.php:931 ../../include/contact_selectors.php:79 +#: ../../mod/admin.php:904 ../../mod/admin.php:916 ../../mod/admin.php:917 +#: ../../mod/admin.php:932 ../../include/contact_selectors.php:79 #: ../../include/contact_selectors.php:86 msgid "Email" msgstr "E-Mail" -#: ../../mod/admin.php:904 +#: ../../mod/admin.php:905 msgid "No registrations." msgstr "Keine Neuanmeldungen." -#: ../../mod/admin.php:905 ../../mod/notifications.php:161 +#: ../../mod/admin.php:906 ../../mod/notifications.php:161 #: ../../mod/notifications.php:208 msgid "Approve" msgstr "Genehmigen" -#: ../../mod/admin.php:906 +#: ../../mod/admin.php:907 msgid "Deny" msgstr "Verwehren" -#: ../../mod/admin.php:908 ../../mod/contacts.php:425 -#: ../../mod/contacts.php:484 ../../mod/contacts.php:692 +#: ../../mod/admin.php:909 ../../mod/contacts.php:431 +#: ../../mod/contacts.php:490 ../../mod/contacts.php:700 msgid "Block" msgstr "Sperren" -#: ../../mod/admin.php:909 ../../mod/contacts.php:425 -#: ../../mod/contacts.php:484 ../../mod/contacts.php:692 +#: ../../mod/admin.php:910 ../../mod/contacts.php:431 +#: ../../mod/contacts.php:490 ../../mod/contacts.php:700 msgid "Unblock" msgstr "Entsperren" -#: ../../mod/admin.php:910 +#: ../../mod/admin.php:911 msgid "Site admin" msgstr "Seitenadministrator" -#: ../../mod/admin.php:911 +#: ../../mod/admin.php:912 msgid "Account expired" msgstr "Account ist abgelaufen" -#: ../../mod/admin.php:914 +#: ../../mod/admin.php:915 msgid "New User" msgstr "Neuer Nutzer" -#: ../../mod/admin.php:915 ../../mod/admin.php:916 +#: ../../mod/admin.php:916 ../../mod/admin.php:917 msgid "Register date" msgstr "Anmeldedatum" -#: ../../mod/admin.php:915 ../../mod/admin.php:916 +#: ../../mod/admin.php:916 ../../mod/admin.php:917 msgid "Last login" msgstr "Letzte Anmeldung" -#: ../../mod/admin.php:915 ../../mod/admin.php:916 +#: ../../mod/admin.php:916 ../../mod/admin.php:917 msgid "Last item" msgstr "Letzter Beitrag" -#: ../../mod/admin.php:915 +#: ../../mod/admin.php:916 msgid "Deleted since" msgstr "Gelöscht seit" -#: ../../mod/admin.php:916 +#: ../../mod/admin.php:917 ../../mod/settings.php:35 msgid "Account" msgstr "Nutzerkonto" -#: ../../mod/admin.php:918 +#: ../../mod/admin.php:919 msgid "" "Selected users will be deleted!\\n\\nEverything these users had posted on " "this site will be permanently deleted!\\n\\nAre you sure?" msgstr "Die markierten Nutzer werden gelöscht!\\n\\nAlle Beiträge, die diese Nutzer auf dieser Seite veröffentlicht haben, werden permanent gelöscht!\\n\\nBist du sicher?" -#: ../../mod/admin.php:919 +#: ../../mod/admin.php:920 msgid "" "The user {0} will be deleted!\\n\\nEverything this user has posted on this " "site will be permanently deleted!\\n\\nAre you sure?" msgstr "Der Nutzer {0} wird gelöscht!\\n\\nAlles was dieser Nutzer auf dieser Seite veröffentlicht hat, wird permanent gelöscht!\\n\\nBist du sicher?" -#: ../../mod/admin.php:929 +#: ../../mod/admin.php:930 msgid "Name of the new user." msgstr "Name des neuen Nutzers" -#: ../../mod/admin.php:930 +#: ../../mod/admin.php:931 msgid "Nickname" msgstr "Spitzname" -#: ../../mod/admin.php:930 +#: ../../mod/admin.php:931 msgid "Nickname of the new user." msgstr "Spitznamen für den neuen Nutzer" -#: ../../mod/admin.php:931 +#: ../../mod/admin.php:932 msgid "Email address of the new user." msgstr "Email Adresse des neuen Nutzers" -#: ../../mod/admin.php:964 +#: ../../mod/admin.php:965 #, php-format msgid "Plugin %s disabled." msgstr "Plugin %s deaktiviert." -#: ../../mod/admin.php:968 +#: ../../mod/admin.php:969 #, php-format msgid "Plugin %s enabled." msgstr "Plugin %s aktiviert." -#: ../../mod/admin.php:978 ../../mod/admin.php:1181 +#: ../../mod/admin.php:979 ../../mod/admin.php:1182 msgid "Disable" msgstr "Ausschalten" -#: ../../mod/admin.php:980 ../../mod/admin.php:1183 +#: ../../mod/admin.php:981 ../../mod/admin.php:1184 msgid "Enable" msgstr "Einschalten" -#: ../../mod/admin.php:1003 ../../mod/admin.php:1211 +#: ../../mod/admin.php:1004 ../../mod/admin.php:1212 msgid "Toggle" msgstr "Umschalten" -#: ../../mod/admin.php:1011 ../../mod/admin.php:1221 +#: ../../mod/admin.php:1012 ../../mod/admin.php:1222 msgid "Author: " msgstr "Autor:" -#: ../../mod/admin.php:1012 ../../mod/admin.php:1222 +#: ../../mod/admin.php:1013 ../../mod/admin.php:1223 msgid "Maintainer: " msgstr "Betreuer:" -#: ../../mod/admin.php:1141 +#: ../../mod/admin.php:1142 msgid "No themes found." msgstr "Keine Themen gefunden." -#: ../../mod/admin.php:1203 +#: ../../mod/admin.php:1204 msgid "Screenshot" msgstr "Bildschirmfoto" -#: ../../mod/admin.php:1249 +#: ../../mod/admin.php:1250 msgid "[Experimental]" msgstr "[Experimentell]" -#: ../../mod/admin.php:1250 +#: ../../mod/admin.php:1251 msgid "[Unsupported]" msgstr "[Nicht unterstützt]" -#: ../../mod/admin.php:1277 +#: ../../mod/admin.php:1278 msgid "Log settings updated." msgstr "Protokolleinstellungen aktualisiert." -#: ../../mod/admin.php:1333 +#: ../../mod/admin.php:1334 msgid "Clear" msgstr "löschen" -#: ../../mod/admin.php:1339 +#: ../../mod/admin.php:1340 msgid "Enable Debugging" msgstr "Protokoll führen" -#: ../../mod/admin.php:1340 +#: ../../mod/admin.php:1341 msgid "Log file" msgstr "Protokolldatei" -#: ../../mod/admin.php:1340 +#: ../../mod/admin.php:1341 msgid "" "Must be writable by web server. Relative to your Friendica top-level " "directory." msgstr "Webserver muss Schreibrechte besitzen. Abhängig vom Friendica-Installationsverzeichnis." -#: ../../mod/admin.php:1341 +#: ../../mod/admin.php:1342 msgid "Log level" msgstr "Protokoll-Level" -#: ../../mod/admin.php:1390 ../../mod/contacts.php:481 +#: ../../mod/admin.php:1391 ../../mod/contacts.php:487 msgid "Update now" msgstr "Jetzt aktualisieren" -#: ../../mod/admin.php:1391 +#: ../../mod/admin.php:1392 msgid "Close" msgstr "Schließen" -#: ../../mod/admin.php:1397 +#: ../../mod/admin.php:1398 msgid "FTP Host" msgstr "FTP Host" -#: ../../mod/admin.php:1398 +#: ../../mod/admin.php:1399 msgid "FTP Path" msgstr "FTP Pfad" -#: ../../mod/admin.php:1399 +#: ../../mod/admin.php:1400 msgid "FTP User" msgstr "FTP Nutzername" -#: ../../mod/admin.php:1400 +#: ../../mod/admin.php:1401 msgid "FTP Password" msgstr "FTP Passwort" -#: ../../mod/_search.php:99 ../../mod/search.php:99 ../../include/text.php:934 -#: ../../include/text.php:935 ../../include/nav.php:118 +#: ../../mod/_search.php:99 ../../mod/search.php:99 ../../include/text.php:938 +#: ../../include/text.php:939 ../../include/nav.php:118 msgid "Search" msgstr "Suche" #: ../../mod/_search.php:180 ../../mod/_search.php:206 -#: ../../mod/search.php:179 ../../mod/search.php:205 -#: ../../mod/community.php:61 ../../mod/community.php:91 +#: ../../mod/search.php:170 ../../mod/search.php:196 +#: ../../mod/community.php:62 ../../mod/community.php:89 msgid "No results." msgstr "Keine Ergebnisse." @@ -2828,75 +2840,75 @@ msgstr "Beitrag nicht gefunden" msgid "Edit post" msgstr "Beitrag bearbeiten" -#: ../../mod/editpost.php:111 ../../include/conversation.php:1082 +#: ../../mod/editpost.php:111 ../../include/conversation.php:1085 msgid "upload photo" msgstr "Bild hochladen" -#: ../../mod/editpost.php:112 ../../include/conversation.php:1083 +#: ../../mod/editpost.php:112 ../../include/conversation.php:1086 msgid "Attach file" msgstr "Datei anhängen" -#: ../../mod/editpost.php:113 ../../include/conversation.php:1084 +#: ../../mod/editpost.php:113 ../../include/conversation.php:1087 msgid "attach file" msgstr "Datei anhängen" -#: ../../mod/editpost.php:115 ../../include/conversation.php:1086 +#: ../../mod/editpost.php:115 ../../include/conversation.php:1089 msgid "web link" msgstr "Weblink" -#: ../../mod/editpost.php:116 ../../include/conversation.php:1087 +#: ../../mod/editpost.php:116 ../../include/conversation.php:1090 msgid "Insert video link" msgstr "Video-Adresse einfügen" -#: ../../mod/editpost.php:117 ../../include/conversation.php:1088 +#: ../../mod/editpost.php:117 ../../include/conversation.php:1091 msgid "video link" msgstr "Video-Link" -#: ../../mod/editpost.php:118 ../../include/conversation.php:1089 +#: ../../mod/editpost.php:118 ../../include/conversation.php:1092 msgid "Insert audio link" msgstr "Audio-Adresse einfügen" -#: ../../mod/editpost.php:119 ../../include/conversation.php:1090 +#: ../../mod/editpost.php:119 ../../include/conversation.php:1093 msgid "audio link" msgstr "Audio-Link" -#: ../../mod/editpost.php:120 ../../include/conversation.php:1091 +#: ../../mod/editpost.php:120 ../../include/conversation.php:1094 msgid "Set your location" msgstr "Deinen Standort festlegen" -#: ../../mod/editpost.php:121 ../../include/conversation.php:1092 +#: ../../mod/editpost.php:121 ../../include/conversation.php:1095 msgid "set location" msgstr "Ort setzen" -#: ../../mod/editpost.php:122 ../../include/conversation.php:1093 +#: ../../mod/editpost.php:122 ../../include/conversation.php:1096 msgid "Clear browser location" msgstr "Browser-Standort leeren" -#: ../../mod/editpost.php:123 ../../include/conversation.php:1094 +#: ../../mod/editpost.php:123 ../../include/conversation.php:1097 msgid "clear location" msgstr "Ort löschen" -#: ../../mod/editpost.php:125 ../../include/conversation.php:1100 +#: ../../mod/editpost.php:125 ../../include/conversation.php:1103 msgid "Permission settings" msgstr "Berechtigungseinstellungen" -#: ../../mod/editpost.php:133 ../../include/conversation.php:1109 +#: ../../mod/editpost.php:133 ../../include/conversation.php:1112 msgid "CC: email addresses" msgstr "Cc: E-Mail-Addressen" -#: ../../mod/editpost.php:134 ../../include/conversation.php:1110 +#: ../../mod/editpost.php:134 ../../include/conversation.php:1113 msgid "Public post" msgstr "Öffentlicher Beitrag" -#: ../../mod/editpost.php:137 ../../include/conversation.php:1096 +#: ../../mod/editpost.php:137 ../../include/conversation.php:1099 msgid "Set title" msgstr "Titel setzen" -#: ../../mod/editpost.php:139 ../../include/conversation.php:1098 +#: ../../mod/editpost.php:139 ../../include/conversation.php:1101 msgid "Categories (comma-separated list)" msgstr "Kategorien (kommasepariert)" -#: ../../mod/editpost.php:140 ../../include/conversation.php:1112 +#: ../../mod/editpost.php:140 ../../include/conversation.php:1115 msgid "Example: bob@example.com, mary@example.com" msgstr "Z.B.: bob@example.com, mary@example.com" @@ -2925,7 +2937,7 @@ msgstr "Bitte melde dich an." msgid "Find on this site" msgstr "Auf diesem Server suchen" -#: ../../mod/directory.php:59 ../../mod/contacts.php:685 +#: ../../mod/directory.php:59 ../../mod/contacts.php:693 msgid "Finding: " msgstr "Funde: " @@ -2933,12 +2945,12 @@ msgstr "Funde: " msgid "Site Directory" msgstr "Verzeichnis" -#: ../../mod/directory.php:61 ../../mod/contacts.php:686 +#: ../../mod/directory.php:61 ../../mod/contacts.php:694 #: ../../include/contact_widgets.php:33 msgid "Find" msgstr "Finde" -#: ../../mod/directory.php:111 ../../mod/profiles.php:686 +#: ../../mod/directory.php:111 ../../mod/profiles.php:690 msgid "Age: " msgstr "Alter: " @@ -3067,7 +3079,7 @@ msgstr "Entfernte Privatsphäreneinstellungen nicht verfügbar." msgid "Visible to:" msgstr "Sichtbar für:" -#: ../../mod/notes.php:63 ../../mod/filer.php:31 ../../include/text.php:937 +#: ../../mod/notes.php:63 ../../mod/filer.php:31 ../../include/text.php:941 msgid "Save" msgstr "Speichern" @@ -3164,7 +3176,7 @@ msgstr "Ungültige Profil-URL." msgid "Disallowed profile URL." msgstr "Nicht erlaubte Profil-URL." -#: ../../mod/dfrn_request.php:571 ../../mod/contacts.php:174 +#: ../../mod/dfrn_request.php:571 ../../mod/contacts.php:180 msgid "Failed to update contact record." msgstr "Aktualisierung der Kontaktdaten fehlgeschlagen." @@ -3200,7 +3212,7 @@ msgstr "Bitte bestätige deine Kontaktanfrage bei %s." msgid "Confirm" msgstr "Bestätigen" -#: ../../mod/dfrn_request.php:716 ../../include/items.php:3532 +#: ../../mod/dfrn_request.php:716 ../../include/items.php:3686 msgid "[Name Withheld]" msgstr "[Name unterdrückt]" @@ -3252,7 +3264,7 @@ msgstr "Friendica" msgid "StatusNet/Federated Social Web" msgstr "StatusNet/Federated Social Web" -#: ../../mod/dfrn_request.php:842 ../../mod/settings.php:722 +#: ../../mod/dfrn_request.php:842 ../../mod/settings.php:730 #: ../../include/contact_selectors.php:80 msgid "Diaspora" msgstr "Diaspora" @@ -3278,7 +3290,7 @@ msgstr "Anfrage abschicken" msgid "[Embedded content - reload page to view]" msgstr "[Eingebetteter Inhalt - Seite neu laden zum Betrachten]" -#: ../../mod/content.php:496 ../../include/conversation.php:686 +#: ../../mod/content.php:496 ../../include/conversation.php:688 msgid "View in context" msgstr "Im Zusammenhang betrachten" @@ -3289,7 +3301,7 @@ msgid_plural "%d contacts edited" msgstr[0] "%d Kontakt bearbeitet." msgstr[1] "%d Kontakte bearbeitet" -#: ../../mod/contacts.php:135 ../../mod/contacts.php:258 +#: ../../mod/contacts.php:135 ../../mod/contacts.php:264 msgid "Could not access contact record." msgstr "Konnte nicht auf die Kontaktdaten zugreifen." @@ -3297,894 +3309,902 @@ msgstr "Konnte nicht auf die Kontaktdaten zugreifen." msgid "Could not locate selected profile." msgstr "Konnte das ausgewählte Profil nicht finden." -#: ../../mod/contacts.php:172 +#: ../../mod/contacts.php:178 msgid "Contact updated." msgstr "Kontakt aktualisiert." -#: ../../mod/contacts.php:272 +#: ../../mod/contacts.php:278 msgid "Contact has been blocked" msgstr "Kontakt wurde blockiert" -#: ../../mod/contacts.php:272 +#: ../../mod/contacts.php:278 msgid "Contact has been unblocked" msgstr "Kontakt wurde wieder freigegeben" -#: ../../mod/contacts.php:282 +#: ../../mod/contacts.php:288 msgid "Contact has been ignored" msgstr "Kontakt wurde ignoriert" -#: ../../mod/contacts.php:282 +#: ../../mod/contacts.php:288 msgid "Contact has been unignored" msgstr "Kontakt wird nicht mehr ignoriert" -#: ../../mod/contacts.php:293 +#: ../../mod/contacts.php:299 msgid "Contact has been archived" msgstr "Kontakt wurde archiviert" -#: ../../mod/contacts.php:293 +#: ../../mod/contacts.php:299 msgid "Contact has been unarchived" msgstr "Kontakt wurde aus dem Archiv geholt" -#: ../../mod/contacts.php:318 ../../mod/contacts.php:689 +#: ../../mod/contacts.php:324 ../../mod/contacts.php:697 msgid "Do you really want to delete this contact?" msgstr "Möchtest du wirklich diesen Kontakt löschen?" -#: ../../mod/contacts.php:335 +#: ../../mod/contacts.php:341 msgid "Contact has been removed." msgstr "Kontakt wurde entfernt." -#: ../../mod/contacts.php:373 +#: ../../mod/contacts.php:379 #, php-format msgid "You are mutual friends with %s" msgstr "Du hast mit %s eine beidseitige Freundschaft" -#: ../../mod/contacts.php:377 +#: ../../mod/contacts.php:383 #, php-format msgid "You are sharing with %s" msgstr "Du teilst mit %s" -#: ../../mod/contacts.php:382 +#: ../../mod/contacts.php:388 #, php-format msgid "%s is sharing with you" msgstr "%s teilt mit Dir" -#: ../../mod/contacts.php:399 +#: ../../mod/contacts.php:405 msgid "Private communications are not available for this contact." msgstr "Private Kommunikation ist für diesen Kontakt nicht verfügbar." -#: ../../mod/contacts.php:406 +#: ../../mod/contacts.php:412 msgid "(Update was successful)" msgstr "(Aktualisierung war erfolgreich)" -#: ../../mod/contacts.php:406 +#: ../../mod/contacts.php:412 msgid "(Update was not successful)" msgstr "(Aktualisierung war nicht erfolgreich)" -#: ../../mod/contacts.php:408 +#: ../../mod/contacts.php:414 msgid "Suggest friends" msgstr "Kontakte vorschlagen" -#: ../../mod/contacts.php:412 +#: ../../mod/contacts.php:418 #, php-format msgid "Network type: %s" msgstr "Netzwerktyp: %s" -#: ../../mod/contacts.php:415 ../../include/contact_widgets.php:199 +#: ../../mod/contacts.php:421 ../../include/contact_widgets.php:199 #, php-format msgid "%d contact in common" msgid_plural "%d contacts in common" msgstr[0] "%d gemeinsamer Kontakt" msgstr[1] "%d gemeinsame Kontakte" -#: ../../mod/contacts.php:420 +#: ../../mod/contacts.php:426 msgid "View all contacts" msgstr "Alle Kontakte anzeigen" -#: ../../mod/contacts.php:428 +#: ../../mod/contacts.php:434 msgid "Toggle Blocked status" msgstr "Geblockt-Status ein-/ausschalten" -#: ../../mod/contacts.php:431 ../../mod/contacts.php:485 -#: ../../mod/contacts.php:693 +#: ../../mod/contacts.php:437 ../../mod/contacts.php:491 +#: ../../mod/contacts.php:701 msgid "Unignore" msgstr "Ignorieren aufheben" -#: ../../mod/contacts.php:431 ../../mod/contacts.php:485 -#: ../../mod/contacts.php:693 ../../mod/notifications.php:51 +#: ../../mod/contacts.php:437 ../../mod/contacts.php:491 +#: ../../mod/contacts.php:701 ../../mod/notifications.php:51 #: ../../mod/notifications.php:164 ../../mod/notifications.php:210 msgid "Ignore" msgstr "Ignorieren" -#: ../../mod/contacts.php:434 +#: ../../mod/contacts.php:440 msgid "Toggle Ignored status" msgstr "Ignoriert-Status ein-/ausschalten" -#: ../../mod/contacts.php:438 ../../mod/contacts.php:694 +#: ../../mod/contacts.php:444 ../../mod/contacts.php:702 msgid "Unarchive" msgstr "Aus Archiv zurückholen" -#: ../../mod/contacts.php:438 ../../mod/contacts.php:694 +#: ../../mod/contacts.php:444 ../../mod/contacts.php:702 msgid "Archive" msgstr "Archivieren" -#: ../../mod/contacts.php:441 +#: ../../mod/contacts.php:447 msgid "Toggle Archive status" msgstr "Archiviert-Status ein-/ausschalten" -#: ../../mod/contacts.php:444 +#: ../../mod/contacts.php:450 msgid "Repair" msgstr "Reparieren" -#: ../../mod/contacts.php:447 +#: ../../mod/contacts.php:453 msgid "Advanced Contact Settings" msgstr "Fortgeschrittene Kontakteinstellungen" -#: ../../mod/contacts.php:453 +#: ../../mod/contacts.php:459 msgid "Communications lost with this contact!" msgstr "Verbindungen mit diesem Kontakt verloren!" -#: ../../mod/contacts.php:456 +#: ../../mod/contacts.php:462 msgid "Contact Editor" msgstr "Kontakt Editor" -#: ../../mod/contacts.php:459 +#: ../../mod/contacts.php:465 msgid "Profile Visibility" msgstr "Profil-Sichtbarkeit" -#: ../../mod/contacts.php:460 +#: ../../mod/contacts.php:466 #, php-format msgid "" "Please choose the profile you would like to display to %s when viewing your " "profile securely." msgstr "Bitte wähle eines deiner Profile das angezeigt werden soll, wenn %s dein Profil aufruft." -#: ../../mod/contacts.php:461 +#: ../../mod/contacts.php:467 msgid "Contact Information / Notes" msgstr "Kontakt Informationen / Notizen" -#: ../../mod/contacts.php:462 +#: ../../mod/contacts.php:468 msgid "Edit contact notes" msgstr "Notizen zum Kontakt bearbeiten" -#: ../../mod/contacts.php:467 ../../mod/contacts.php:657 +#: ../../mod/contacts.php:473 ../../mod/contacts.php:665 #: ../../mod/viewcontacts.php:62 ../../mod/nogroup.php:40 #, php-format msgid "Visit %s's profile [%s]" msgstr "Besuche %ss Profil [%s]" -#: ../../mod/contacts.php:468 +#: ../../mod/contacts.php:474 msgid "Block/Unblock contact" msgstr "Kontakt blockieren/freischalten" -#: ../../mod/contacts.php:469 +#: ../../mod/contacts.php:475 msgid "Ignore contact" msgstr "Ignoriere den Kontakt" -#: ../../mod/contacts.php:470 +#: ../../mod/contacts.php:476 msgid "Repair URL settings" msgstr "URL Einstellungen reparieren" -#: ../../mod/contacts.php:471 +#: ../../mod/contacts.php:477 msgid "View conversations" msgstr "Unterhaltungen anzeigen" -#: ../../mod/contacts.php:473 +#: ../../mod/contacts.php:479 msgid "Delete contact" msgstr "Lösche den Kontakt" -#: ../../mod/contacts.php:477 +#: ../../mod/contacts.php:483 msgid "Last update:" msgstr "letzte Aktualisierung:" -#: ../../mod/contacts.php:479 +#: ../../mod/contacts.php:485 msgid "Update public posts" msgstr "Öffentliche Beiträge aktualisieren" -#: ../../mod/contacts.php:488 +#: ../../mod/contacts.php:494 msgid "Currently blocked" msgstr "Derzeit geblockt" -#: ../../mod/contacts.php:489 +#: ../../mod/contacts.php:495 msgid "Currently ignored" msgstr "Derzeit ignoriert" -#: ../../mod/contacts.php:490 +#: ../../mod/contacts.php:496 msgid "Currently archived" msgstr "Momentan archiviert" -#: ../../mod/contacts.php:491 ../../mod/notifications.php:157 +#: ../../mod/contacts.php:497 ../../mod/notifications.php:157 #: ../../mod/notifications.php:204 msgid "Hide this contact from others" msgstr "Verberge diesen Kontakt vor anderen" -#: ../../mod/contacts.php:491 +#: ../../mod/contacts.php:497 msgid "" "Replies/likes to your public posts may still be visible" msgstr "Antworten/Likes auf deine öffentlichen Beiträge könnten weiterhin sichtbar sein" -#: ../../mod/contacts.php:542 +#: ../../mod/contacts.php:498 +msgid "Notification for new posts" +msgstr "Benachrichtigung bei neuen Beiträgen" + +#: ../../mod/contacts.php:498 +msgid "Send a notification of every new post of this contact" +msgstr "Sende eine Benachrichtigung wann immer dieser Kontakt einen neuen Beitrag schreibt." + +#: ../../mod/contacts.php:499 +msgid "Fetch further information for feeds" +msgstr "Weitere Informationen zu Feeds holen" + +#: ../../mod/contacts.php:550 msgid "Suggestions" msgstr "Kontaktvorschläge" -#: ../../mod/contacts.php:545 +#: ../../mod/contacts.php:553 msgid "Suggest potential friends" msgstr "Freunde vorschlagen" -#: ../../mod/contacts.php:548 ../../mod/group.php:194 +#: ../../mod/contacts.php:556 ../../mod/group.php:194 msgid "All Contacts" msgstr "Alle Kontakte" -#: ../../mod/contacts.php:551 +#: ../../mod/contacts.php:559 msgid "Show all contacts" msgstr "Alle Kontakte anzeigen" -#: ../../mod/contacts.php:554 +#: ../../mod/contacts.php:562 msgid "Unblocked" msgstr "Ungeblockt" -#: ../../mod/contacts.php:557 +#: ../../mod/contacts.php:565 msgid "Only show unblocked contacts" msgstr "Nur nicht-blockierte Kontakte anzeigen" -#: ../../mod/contacts.php:561 +#: ../../mod/contacts.php:569 msgid "Blocked" msgstr "Geblockt" -#: ../../mod/contacts.php:564 +#: ../../mod/contacts.php:572 msgid "Only show blocked contacts" msgstr "Nur blockierte Kontakte anzeigen" -#: ../../mod/contacts.php:568 +#: ../../mod/contacts.php:576 msgid "Ignored" msgstr "Ignoriert" -#: ../../mod/contacts.php:571 +#: ../../mod/contacts.php:579 msgid "Only show ignored contacts" msgstr "Nur ignorierte Kontakte anzeigen" -#: ../../mod/contacts.php:575 +#: ../../mod/contacts.php:583 msgid "Archived" msgstr "Archiviert" -#: ../../mod/contacts.php:578 +#: ../../mod/contacts.php:586 msgid "Only show archived contacts" msgstr "Nur archivierte Kontakte anzeigen" -#: ../../mod/contacts.php:582 +#: ../../mod/contacts.php:590 msgid "Hidden" msgstr "Verborgen" -#: ../../mod/contacts.php:585 +#: ../../mod/contacts.php:593 msgid "Only show hidden contacts" msgstr "Nur verborgene Kontakte anzeigen" -#: ../../mod/contacts.php:633 +#: ../../mod/contacts.php:641 msgid "Mutual Friendship" msgstr "Beidseitige Freundschaft" -#: ../../mod/contacts.php:637 +#: ../../mod/contacts.php:645 msgid "is a fan of yours" msgstr "ist ein Fan von dir" -#: ../../mod/contacts.php:641 +#: ../../mod/contacts.php:649 msgid "you are a fan of" msgstr "du bist Fan von" -#: ../../mod/contacts.php:658 ../../mod/nogroup.php:41 +#: ../../mod/contacts.php:666 ../../mod/nogroup.php:41 msgid "Edit contact" msgstr "Kontakt bearbeiten" -#: ../../mod/contacts.php:684 +#: ../../mod/contacts.php:692 msgid "Search your contacts" msgstr "Suche in deinen Kontakten" -#: ../../mod/contacts.php:691 ../../mod/settings.php:126 -#: ../../mod/settings.php:627 +#: ../../mod/contacts.php:699 ../../mod/settings.php:131 +#: ../../mod/settings.php:634 msgid "Update" msgstr "Aktualisierungen" -#: ../../mod/settings.php:28 ../../mod/photos.php:79 +#: ../../mod/settings.php:28 ../../mod/photos.php:80 msgid "everybody" msgstr "jeder" -#: ../../mod/settings.php:35 ../../mod/uexport.php:9 ../../include/nav.php:167 -msgid "Account settings" -msgstr "Kontoeinstellungen" - #: ../../mod/settings.php:40 msgid "Additional features" msgstr "Zusätzliche Features" -#: ../../mod/settings.php:45 ../../mod/uexport.php:14 -msgid "Display settings" -msgstr "Anzeige-Einstellungen" +#: ../../mod/settings.php:45 +msgid "Display" +msgstr "Anzeige" -#: ../../mod/settings.php:51 ../../mod/uexport.php:20 -msgid "Connector settings" -msgstr "Connector-Einstellungen" +#: ../../mod/settings.php:51 ../../mod/settings.php:774 +msgid "Social Networks" +msgstr "Soziale Netzwerke" -#: ../../mod/settings.php:56 ../../mod/uexport.php:25 -msgid "Plugin settings" -msgstr "Plugin-Einstellungen" +#: ../../mod/settings.php:61 ../../include/nav.php:167 +msgid "Delegations" +msgstr "Delegationen" -#: ../../mod/settings.php:61 ../../mod/uexport.php:30 +#: ../../mod/settings.php:66 msgid "Connected apps" msgstr "Verbundene Programme" -#: ../../mod/settings.php:66 ../../mod/uexport.php:35 ../../mod/uexport.php:80 +#: ../../mod/settings.php:71 ../../mod/uexport.php:85 msgid "Export personal data" msgstr "Persönliche Daten exportieren" -#: ../../mod/settings.php:71 ../../mod/uexport.php:40 +#: ../../mod/settings.php:76 msgid "Remove account" msgstr "Konto löschen" -#: ../../mod/settings.php:123 +#: ../../mod/settings.php:128 msgid "Missing some important data!" msgstr "Wichtige Daten fehlen!" -#: ../../mod/settings.php:232 +#: ../../mod/settings.php:237 msgid "Failed to connect with email account using the settings provided." msgstr "Verbindung zum E-Mail-Konto mit den angegebenen Einstellungen nicht möglich." -#: ../../mod/settings.php:237 +#: ../../mod/settings.php:242 msgid "Email settings updated." msgstr "E-Mail Einstellungen bearbeitet." -#: ../../mod/settings.php:252 +#: ../../mod/settings.php:257 msgid "Features updated" msgstr "Features aktualisiert" -#: ../../mod/settings.php:311 +#: ../../mod/settings.php:318 msgid "Relocate message has been send to your contacts" msgstr "Die Umzugsbenachrichtigung wurde an deine Kontakte versendet." -#: ../../mod/settings.php:325 +#: ../../mod/settings.php:332 msgid "Passwords do not match. Password unchanged." msgstr "Die Passwörter stimmen nicht überein. Das Passwort bleibt unverändert." -#: ../../mod/settings.php:330 +#: ../../mod/settings.php:337 msgid "Empty passwords are not allowed. Password unchanged." msgstr "Leere Passwörter sind nicht erlaubt. Passwort bleibt unverändert." -#: ../../mod/settings.php:338 +#: ../../mod/settings.php:345 msgid "Wrong password." msgstr "Falsches Passwort." -#: ../../mod/settings.php:349 +#: ../../mod/settings.php:356 msgid "Password changed." msgstr "Passwort geändert." -#: ../../mod/settings.php:351 +#: ../../mod/settings.php:358 msgid "Password update failed. Please try again." msgstr "Aktualisierung des Passworts gescheitert, bitte versuche es noch einmal." -#: ../../mod/settings.php:416 +#: ../../mod/settings.php:423 msgid " Please use a shorter name." msgstr " Bitte verwende einen kürzeren Namen." -#: ../../mod/settings.php:418 +#: ../../mod/settings.php:425 msgid " Name too short." msgstr " Name ist zu kurz." -#: ../../mod/settings.php:427 +#: ../../mod/settings.php:434 msgid "Wrong Password" msgstr "Falsches Passwort" -#: ../../mod/settings.php:432 +#: ../../mod/settings.php:439 msgid " Not valid email." msgstr " Keine gültige E-Mail." -#: ../../mod/settings.php:438 +#: ../../mod/settings.php:445 msgid " Cannot change to that email." msgstr "Ändern der E-Mail nicht möglich. " -#: ../../mod/settings.php:493 +#: ../../mod/settings.php:500 msgid "Private forum has no privacy permissions. Using default privacy group." msgstr "Für das private Forum sind keine Zugriffsrechte eingestellt. Die voreingestellte Gruppe für neue Kontakte wird benutzt." -#: ../../mod/settings.php:497 +#: ../../mod/settings.php:504 msgid "Private forum has no privacy permissions and no default privacy group." msgstr "Für das private Forum sind keine Zugriffsrechte eingestellt, und es gibt keine voreingestellte Gruppe für neue Kontakte." -#: ../../mod/settings.php:527 +#: ../../mod/settings.php:534 msgid "Settings updated." msgstr "Einstellungen aktualisiert." -#: ../../mod/settings.php:600 ../../mod/settings.php:626 -#: ../../mod/settings.php:662 +#: ../../mod/settings.php:607 ../../mod/settings.php:633 +#: ../../mod/settings.php:669 msgid "Add application" msgstr "Programm hinzufügen" -#: ../../mod/settings.php:604 ../../mod/settings.php:630 +#: ../../mod/settings.php:611 ../../mod/settings.php:637 msgid "Consumer Key" msgstr "Consumer Key" -#: ../../mod/settings.php:605 ../../mod/settings.php:631 +#: ../../mod/settings.php:612 ../../mod/settings.php:638 msgid "Consumer Secret" msgstr "Consumer Secret" -#: ../../mod/settings.php:606 ../../mod/settings.php:632 +#: ../../mod/settings.php:613 ../../mod/settings.php:639 msgid "Redirect" msgstr "Umleiten" -#: ../../mod/settings.php:607 ../../mod/settings.php:633 +#: ../../mod/settings.php:614 ../../mod/settings.php:640 msgid "Icon url" msgstr "Icon URL" -#: ../../mod/settings.php:618 +#: ../../mod/settings.php:625 msgid "You can't edit this application." msgstr "Du kannst dieses Programm nicht bearbeiten." -#: ../../mod/settings.php:661 +#: ../../mod/settings.php:668 msgid "Connected Apps" msgstr "Verbundene Programme" -#: ../../mod/settings.php:665 +#: ../../mod/settings.php:672 msgid "Client key starts with" msgstr "Anwenderschlüssel beginnt mit" -#: ../../mod/settings.php:666 +#: ../../mod/settings.php:673 msgid "No name" msgstr "Kein Name" -#: ../../mod/settings.php:667 +#: ../../mod/settings.php:674 msgid "Remove authorization" msgstr "Autorisierung entziehen" -#: ../../mod/settings.php:679 +#: ../../mod/settings.php:686 msgid "No Plugin settings configured" msgstr "Keine Plugin-Einstellungen konfiguriert" -#: ../../mod/settings.php:687 +#: ../../mod/settings.php:694 msgid "Plugin Settings" msgstr "Plugin-Einstellungen" -#: ../../mod/settings.php:701 +#: ../../mod/settings.php:708 msgid "Off" msgstr "Aus" -#: ../../mod/settings.php:701 +#: ../../mod/settings.php:708 msgid "On" msgstr "An" -#: ../../mod/settings.php:709 +#: ../../mod/settings.php:716 msgid "Additional Features" msgstr "Zusätzliche Features" -#: ../../mod/settings.php:722 ../../mod/settings.php:723 +#: ../../mod/settings.php:730 ../../mod/settings.php:731 #, php-format msgid "Built-in support for %s connectivity is %s" msgstr "Eingebaute Unterstützung für Verbindungen zu %s ist %s" -#: ../../mod/settings.php:722 ../../mod/settings.php:723 +#: ../../mod/settings.php:730 ../../mod/settings.php:731 msgid "enabled" msgstr "eingeschaltet" -#: ../../mod/settings.php:722 ../../mod/settings.php:723 +#: ../../mod/settings.php:730 ../../mod/settings.php:731 msgid "disabled" msgstr "ausgeschaltet" -#: ../../mod/settings.php:723 +#: ../../mod/settings.php:731 msgid "StatusNet" msgstr "StatusNet" -#: ../../mod/settings.php:755 +#: ../../mod/settings.php:767 msgid "Email access is disabled on this site." msgstr "Zugriff auf E-Mails für diese Seite deaktiviert." -#: ../../mod/settings.php:762 -msgid "Connector Settings" -msgstr "Verbindungs-Einstellungen" - -#: ../../mod/settings.php:767 +#: ../../mod/settings.php:779 msgid "Email/Mailbox Setup" msgstr "E-Mail/Postfach-Einstellungen" -#: ../../mod/settings.php:768 +#: ../../mod/settings.php:780 msgid "" "If you wish to communicate with email contacts using this service " "(optional), please specify how to connect to your mailbox." msgstr "Wenn du mit E-Mail-Kontakten über diesen Service kommunizieren möchtest (optional), gib bitte die Einstellungen für dein Postfach an." -#: ../../mod/settings.php:769 +#: ../../mod/settings.php:781 msgid "Last successful email check:" msgstr "Letzter erfolgreicher E-Mail Check" -#: ../../mod/settings.php:771 +#: ../../mod/settings.php:783 msgid "IMAP server name:" msgstr "IMAP-Server-Name:" -#: ../../mod/settings.php:772 +#: ../../mod/settings.php:784 msgid "IMAP port:" msgstr "IMAP-Port:" -#: ../../mod/settings.php:773 +#: ../../mod/settings.php:785 msgid "Security:" msgstr "Sicherheit:" -#: ../../mod/settings.php:773 ../../mod/settings.php:778 +#: ../../mod/settings.php:785 ../../mod/settings.php:790 msgid "None" msgstr "Keine" -#: ../../mod/settings.php:774 +#: ../../mod/settings.php:786 msgid "Email login name:" msgstr "E-Mail-Login-Name:" -#: ../../mod/settings.php:775 +#: ../../mod/settings.php:787 msgid "Email password:" msgstr "E-Mail-Passwort:" -#: ../../mod/settings.php:776 +#: ../../mod/settings.php:788 msgid "Reply-to address:" msgstr "Reply-to Adresse:" -#: ../../mod/settings.php:777 +#: ../../mod/settings.php:789 msgid "Send public posts to all email contacts:" msgstr "Sende öffentliche Beiträge an alle E-Mail-Kontakte:" -#: ../../mod/settings.php:778 +#: ../../mod/settings.php:790 msgid "Action after import:" msgstr "Aktion nach Import:" -#: ../../mod/settings.php:778 +#: ../../mod/settings.php:790 msgid "Mark as seen" msgstr "Als gelesen markieren" -#: ../../mod/settings.php:778 +#: ../../mod/settings.php:790 msgid "Move to folder" msgstr "In einen Ordner verschieben" -#: ../../mod/settings.php:779 +#: ../../mod/settings.php:791 msgid "Move to folder:" msgstr "In diesen Ordner verschieben:" -#: ../../mod/settings.php:854 +#: ../../mod/settings.php:869 msgid "Display Settings" msgstr "Anzeige-Einstellungen" -#: ../../mod/settings.php:860 ../../mod/settings.php:873 +#: ../../mod/settings.php:875 ../../mod/settings.php:889 msgid "Display Theme:" msgstr "Theme:" -#: ../../mod/settings.php:861 +#: ../../mod/settings.php:876 msgid "Mobile Theme:" msgstr "Mobiles Theme" -#: ../../mod/settings.php:862 +#: ../../mod/settings.php:877 msgid "Update browser every xx seconds" msgstr "Browser alle xx Sekunden aktualisieren" -#: ../../mod/settings.php:862 +#: ../../mod/settings.php:877 msgid "Minimum of 10 seconds, no maximum" msgstr "Minimal 10 Sekunden, kein Maximum" -#: ../../mod/settings.php:863 +#: ../../mod/settings.php:878 msgid "Number of items to display per page:" msgstr "Zahl der Beiträge, die pro Netzwerkseite angezeigt werden sollen: " -#: ../../mod/settings.php:863 ../../mod/settings.php:864 +#: ../../mod/settings.php:878 ../../mod/settings.php:879 msgid "Maximum of 100 items" msgstr "Maximal 100 Beiträge" -#: ../../mod/settings.php:864 +#: ../../mod/settings.php:879 msgid "Number of items to display per page when viewed from mobile device:" msgstr "Zahl der Beiträge, die pro Netzwerkseite auf mobilen Geräten angezeigt werden sollen:" -#: ../../mod/settings.php:865 +#: ../../mod/settings.php:880 msgid "Don't show emoticons" msgstr "Keine Smilies anzeigen" -#: ../../mod/settings.php:866 +#: ../../mod/settings.php:881 +msgid "Don't show notices" +msgstr "Info-Popups nicht anzeigen" + +#: ../../mod/settings.php:882 msgid "Infinite scroll" msgstr "Endloses Scrollen" -#: ../../mod/settings.php:942 +#: ../../mod/settings.php:959 msgid "Normal Account Page" msgstr "Normales Konto" -#: ../../mod/settings.php:943 +#: ../../mod/settings.php:960 msgid "This account is a normal personal profile" msgstr "Dieses Konto ist ein normales persönliches Profil" -#: ../../mod/settings.php:946 +#: ../../mod/settings.php:963 msgid "Soapbox Page" msgstr "Marktschreier-Konto" -#: ../../mod/settings.php:947 +#: ../../mod/settings.php:964 msgid "Automatically approve all connection/friend requests as read-only fans" msgstr "Kontaktanfragen werden automatisch als Nurlese-Fans akzeptiert" -#: ../../mod/settings.php:950 +#: ../../mod/settings.php:967 msgid "Community Forum/Celebrity Account" msgstr "Forum/Promi-Konto" -#: ../../mod/settings.php:951 +#: ../../mod/settings.php:968 msgid "" "Automatically approve all connection/friend requests as read-write fans" msgstr "Kontaktanfragen werden automatisch als Lese-und-Schreib-Fans akzeptiert" -#: ../../mod/settings.php:954 +#: ../../mod/settings.php:971 msgid "Automatic Friend Page" msgstr "Automatische Freunde Seite" -#: ../../mod/settings.php:955 +#: ../../mod/settings.php:972 msgid "Automatically approve all connection/friend requests as friends" msgstr "Kontaktanfragen werden automatisch als Freund akzeptiert" -#: ../../mod/settings.php:958 +#: ../../mod/settings.php:975 msgid "Private Forum [Experimental]" msgstr "Privates Forum [Versuchsstadium]" -#: ../../mod/settings.php:959 +#: ../../mod/settings.php:976 msgid "Private forum - approved members only" msgstr "Privates Forum, nur für Mitglieder" -#: ../../mod/settings.php:971 +#: ../../mod/settings.php:988 msgid "OpenID:" msgstr "OpenID:" -#: ../../mod/settings.php:971 +#: ../../mod/settings.php:988 msgid "(Optional) Allow this OpenID to login to this account." msgstr "(Optional) Erlaube die Anmeldung für dieses Konto mit dieser OpenID." -#: ../../mod/settings.php:981 +#: ../../mod/settings.php:998 msgid "Publish your default profile in your local site directory?" msgstr "Darf dein Standardprofil im Verzeichnis dieses Servers veröffentlicht werden?" -#: ../../mod/settings.php:987 +#: ../../mod/settings.php:1004 msgid "Publish your default profile in the global social directory?" msgstr "Darf dein Standardprofil im weltweiten Verzeichnis veröffentlicht werden?" -#: ../../mod/settings.php:995 +#: ../../mod/settings.php:1012 msgid "Hide your contact/friend list from viewers of your default profile?" msgstr "Liste der Kontakte vor Betrachtern des Standardprofils verbergen?" -#: ../../mod/settings.php:999 +#: ../../mod/settings.php:1016 msgid "Hide your profile details from unknown viewers?" msgstr "Profil-Details vor unbekannten Betrachtern verbergen?" -#: ../../mod/settings.php:1004 +#: ../../mod/settings.php:1021 msgid "Allow friends to post to your profile page?" msgstr "Dürfen deine Kontakte auf deine Pinnwand schreiben?" -#: ../../mod/settings.php:1010 +#: ../../mod/settings.php:1027 msgid "Allow friends to tag your posts?" msgstr "Dürfen deine Kontakte deine Beiträge mit Schlagwörtern versehen?" -#: ../../mod/settings.php:1016 +#: ../../mod/settings.php:1033 msgid "Allow us to suggest you as a potential friend to new members?" msgstr "Dürfen wir dich neuen Mitgliedern als potentiellen Kontakt vorschlagen?" -#: ../../mod/settings.php:1022 +#: ../../mod/settings.php:1039 msgid "Permit unknown people to send you private mail?" msgstr "Dürfen dir Unbekannte private Nachrichten schicken?" -#: ../../mod/settings.php:1030 +#: ../../mod/settings.php:1047 msgid "Profile is not published." msgstr "Profil ist nicht veröffentlicht." -#: ../../mod/settings.php:1033 ../../mod/profile_photo.php:248 +#: ../../mod/settings.php:1050 ../../mod/profile_photo.php:248 msgid "or" msgstr "oder" -#: ../../mod/settings.php:1038 +#: ../../mod/settings.php:1055 msgid "Your Identity Address is" msgstr "Die Adresse deines Profils lautet:" -#: ../../mod/settings.php:1049 +#: ../../mod/settings.php:1066 msgid "Automatically expire posts after this many days:" msgstr "Beiträge verfallen automatisch nach dieser Anzahl von Tagen:" -#: ../../mod/settings.php:1049 +#: ../../mod/settings.php:1066 msgid "If empty, posts will not expire. Expired posts will be deleted" msgstr "Wenn leer verfallen Beiträge nie automatisch. Verfallene Beiträge werden gelöscht." -#: ../../mod/settings.php:1050 +#: ../../mod/settings.php:1067 msgid "Advanced expiration settings" msgstr "Erweiterte Verfallseinstellungen" -#: ../../mod/settings.php:1051 +#: ../../mod/settings.php:1068 msgid "Advanced Expiration" msgstr "Erweitertes Verfallen" -#: ../../mod/settings.php:1052 +#: ../../mod/settings.php:1069 msgid "Expire posts:" msgstr "Beiträge verfallen lassen:" -#: ../../mod/settings.php:1053 +#: ../../mod/settings.php:1070 msgid "Expire personal notes:" msgstr "Persönliche Notizen verfallen lassen:" -#: ../../mod/settings.php:1054 +#: ../../mod/settings.php:1071 msgid "Expire starred posts:" msgstr "Markierte Beiträge verfallen lassen:" -#: ../../mod/settings.php:1055 +#: ../../mod/settings.php:1072 msgid "Expire photos:" msgstr "Fotos verfallen lassen:" -#: ../../mod/settings.php:1056 +#: ../../mod/settings.php:1073 msgid "Only expire posts by others:" msgstr "Nur Beiträge anderer verfallen:" -#: ../../mod/settings.php:1082 +#: ../../mod/settings.php:1099 msgid "Account Settings" msgstr "Kontoeinstellungen" -#: ../../mod/settings.php:1090 +#: ../../mod/settings.php:1107 msgid "Password Settings" msgstr "Passwort-Einstellungen" -#: ../../mod/settings.php:1091 +#: ../../mod/settings.php:1108 msgid "New Password:" msgstr "Neues Passwort:" -#: ../../mod/settings.php:1092 +#: ../../mod/settings.php:1109 msgid "Confirm:" msgstr "Bestätigen:" -#: ../../mod/settings.php:1092 +#: ../../mod/settings.php:1109 msgid "Leave password fields blank unless changing" msgstr "Lass die Passwort-Felder leer, außer du willst das Passwort ändern" -#: ../../mod/settings.php:1093 +#: ../../mod/settings.php:1110 msgid "Current Password:" msgstr "Aktuelles Passwort:" -#: ../../mod/settings.php:1093 ../../mod/settings.php:1094 +#: ../../mod/settings.php:1110 ../../mod/settings.php:1111 msgid "Your current password to confirm the changes" msgstr "Dein aktuelles Passwort um die Änderungen zu bestätigen" -#: ../../mod/settings.php:1094 +#: ../../mod/settings.php:1111 msgid "Password:" msgstr "Passwort:" -#: ../../mod/settings.php:1098 +#: ../../mod/settings.php:1115 msgid "Basic Settings" msgstr "Grundeinstellungen" -#: ../../mod/settings.php:1099 ../../include/profile_advanced.php:15 +#: ../../mod/settings.php:1116 ../../include/profile_advanced.php:15 msgid "Full Name:" msgstr "Kompletter Name:" -#: ../../mod/settings.php:1100 +#: ../../mod/settings.php:1117 msgid "Email Address:" msgstr "E-Mail-Adresse:" -#: ../../mod/settings.php:1101 +#: ../../mod/settings.php:1118 msgid "Your Timezone:" msgstr "Deine Zeitzone:" -#: ../../mod/settings.php:1102 +#: ../../mod/settings.php:1119 msgid "Default Post Location:" msgstr "Standardstandort:" -#: ../../mod/settings.php:1103 +#: ../../mod/settings.php:1120 msgid "Use Browser Location:" msgstr "Standort des Browsers verwenden:" -#: ../../mod/settings.php:1106 +#: ../../mod/settings.php:1123 msgid "Security and Privacy Settings" msgstr "Sicherheits- und Privatsphäre-Einstellungen" -#: ../../mod/settings.php:1108 +#: ../../mod/settings.php:1125 msgid "Maximum Friend Requests/Day:" msgstr "Maximale Anzahl von Freundschaftsanfragen/Tag:" -#: ../../mod/settings.php:1108 ../../mod/settings.php:1138 +#: ../../mod/settings.php:1125 ../../mod/settings.php:1155 msgid "(to prevent spam abuse)" msgstr "(um SPAM zu vermeiden)" -#: ../../mod/settings.php:1109 +#: ../../mod/settings.php:1126 msgid "Default Post Permissions" msgstr "Standard-Zugriffsrechte für Beiträge" -#: ../../mod/settings.php:1110 +#: ../../mod/settings.php:1127 msgid "(click to open/close)" msgstr "(klicke zum öffnen/schließen)" -#: ../../mod/settings.php:1119 ../../mod/photos.php:1140 -#: ../../mod/photos.php:1506 +#: ../../mod/settings.php:1136 ../../mod/photos.php:1144 +#: ../../mod/photos.php:1515 msgid "Show to Groups" msgstr "Zeige den Gruppen" -#: ../../mod/settings.php:1120 ../../mod/photos.php:1141 -#: ../../mod/photos.php:1507 +#: ../../mod/settings.php:1137 ../../mod/photos.php:1145 +#: ../../mod/photos.php:1516 msgid "Show to Contacts" msgstr "Zeige den Kontakten" -#: ../../mod/settings.php:1121 +#: ../../mod/settings.php:1138 msgid "Default Private Post" msgstr "Privater Standardbeitrag" -#: ../../mod/settings.php:1122 +#: ../../mod/settings.php:1139 msgid "Default Public Post" msgstr "Öffentlicher Standardbeitrag" -#: ../../mod/settings.php:1126 +#: ../../mod/settings.php:1143 msgid "Default Permissions for New Posts" msgstr "Standardberechtigungen für neue Beiträge" -#: ../../mod/settings.php:1138 +#: ../../mod/settings.php:1155 msgid "Maximum private messages per day from unknown people:" msgstr "Maximale Anzahl privater Nachrichten von Unbekannten pro Tag:" -#: ../../mod/settings.php:1141 +#: ../../mod/settings.php:1158 msgid "Notification Settings" msgstr "Benachrichtigungseinstellungen" -#: ../../mod/settings.php:1142 +#: ../../mod/settings.php:1159 msgid "By default post a status message when:" msgstr "Standardmäßig eine Statusnachricht posten, wenn:" -#: ../../mod/settings.php:1143 +#: ../../mod/settings.php:1160 msgid "accepting a friend request" msgstr "– du eine Kontaktanfrage akzeptierst" -#: ../../mod/settings.php:1144 +#: ../../mod/settings.php:1161 msgid "joining a forum/community" msgstr "– du einem Forum/einer Gemeinschaftsseite beitrittst" -#: ../../mod/settings.php:1145 +#: ../../mod/settings.php:1162 msgid "making an interesting profile change" msgstr "– du eine interessante Änderung an deinem Profil durchführst" -#: ../../mod/settings.php:1146 +#: ../../mod/settings.php:1163 msgid "Send a notification email when:" msgstr "Benachrichtigungs-E-Mail senden wenn:" -#: ../../mod/settings.php:1147 +#: ../../mod/settings.php:1164 msgid "You receive an introduction" msgstr "– du eine Kontaktanfrage erhältst" -#: ../../mod/settings.php:1148 +#: ../../mod/settings.php:1165 msgid "Your introductions are confirmed" msgstr "– eine deiner Kontaktanfragen akzeptiert wurde" -#: ../../mod/settings.php:1149 +#: ../../mod/settings.php:1166 msgid "Someone writes on your profile wall" msgstr "– jemand etwas auf deine Pinnwand schreibt" -#: ../../mod/settings.php:1150 +#: ../../mod/settings.php:1167 msgid "Someone writes a followup comment" msgstr "– jemand auch einen Kommentar verfasst" -#: ../../mod/settings.php:1151 +#: ../../mod/settings.php:1168 msgid "You receive a private message" msgstr "– du eine private Nachricht erhältst" -#: ../../mod/settings.php:1152 +#: ../../mod/settings.php:1169 msgid "You receive a friend suggestion" msgstr "– du eine Empfehlung erhältst" -#: ../../mod/settings.php:1153 +#: ../../mod/settings.php:1170 msgid "You are tagged in a post" msgstr "– du in einem Beitrag erwähnt wirst" -#: ../../mod/settings.php:1154 +#: ../../mod/settings.php:1171 msgid "You are poked/prodded/etc. in a post" msgstr "– du von jemandem angestupst oder sonstwie behandelt wirst" -#: ../../mod/settings.php:1157 +#: ../../mod/settings.php:1174 msgid "Advanced Account/Page Type Settings" msgstr "Erweiterte Konto-/Seitentyp-Einstellungen" -#: ../../mod/settings.php:1158 +#: ../../mod/settings.php:1175 msgid "Change the behaviour of this account for special situations" msgstr "Verhalten dieses Kontos in bestimmten Situationen:" -#: ../../mod/settings.php:1161 +#: ../../mod/settings.php:1178 msgid "Relocate" msgstr "Umziehen" -#: ../../mod/settings.php:1162 +#: ../../mod/settings.php:1179 msgid "" "If you have moved this profile from another server, and some of your " "contacts don't receive your updates, try pushing this button." msgstr "Wenn du dein Profil von einem anderen Server umgezogen hast und einige deiner Kontakte deine Beiträge nicht erhalten, verwende diesen Button." -#: ../../mod/settings.php:1163 +#: ../../mod/settings.php:1180 msgid "Resend relocate message to contacts" msgstr "Umzugsbenachrichtigung erneut an Kontakte senden" @@ -4208,265 +4228,265 @@ msgstr "Profil nicht zum Duplizieren verfügbar." msgid "Profile Name is required." msgstr "Profilname ist erforderlich." -#: ../../mod/profiles.php:317 +#: ../../mod/profiles.php:321 msgid "Marital Status" msgstr "Familienstand" -#: ../../mod/profiles.php:321 +#: ../../mod/profiles.php:325 msgid "Romantic Partner" msgstr "Romanze" -#: ../../mod/profiles.php:325 +#: ../../mod/profiles.php:329 msgid "Likes" msgstr "Likes" -#: ../../mod/profiles.php:329 +#: ../../mod/profiles.php:333 msgid "Dislikes" msgstr "Dislikes" -#: ../../mod/profiles.php:333 +#: ../../mod/profiles.php:337 msgid "Work/Employment" msgstr "Arbeit / Beschäftigung" -#: ../../mod/profiles.php:336 +#: ../../mod/profiles.php:340 msgid "Religion" msgstr "Religion" -#: ../../mod/profiles.php:340 +#: ../../mod/profiles.php:344 msgid "Political Views" msgstr "Politische Ansichten" -#: ../../mod/profiles.php:344 +#: ../../mod/profiles.php:348 msgid "Gender" msgstr "Geschlecht" -#: ../../mod/profiles.php:348 +#: ../../mod/profiles.php:352 msgid "Sexual Preference" msgstr "Sexuelle Vorlieben" -#: ../../mod/profiles.php:352 +#: ../../mod/profiles.php:356 msgid "Homepage" msgstr "Webseite" -#: ../../mod/profiles.php:356 +#: ../../mod/profiles.php:360 msgid "Interests" msgstr "Interessen" -#: ../../mod/profiles.php:360 +#: ../../mod/profiles.php:364 msgid "Address" msgstr "Adresse" -#: ../../mod/profiles.php:367 +#: ../../mod/profiles.php:371 msgid "Location" msgstr "Wohnort" -#: ../../mod/profiles.php:450 +#: ../../mod/profiles.php:454 msgid "Profile updated." msgstr "Profil aktualisiert." -#: ../../mod/profiles.php:521 +#: ../../mod/profiles.php:525 msgid " and " msgstr " und " -#: ../../mod/profiles.php:529 +#: ../../mod/profiles.php:533 msgid "public profile" msgstr "öffentliches Profil" -#: ../../mod/profiles.php:532 +#: ../../mod/profiles.php:536 #, php-format msgid "%1$s changed %2$s to “%3$s”" msgstr "%1$s hat %2$s geändert auf “%3$s”" -#: ../../mod/profiles.php:533 +#: ../../mod/profiles.php:537 #, php-format msgid " - Visit %1$s's %2$s" msgstr " – %1$ss %2$s besuchen" -#: ../../mod/profiles.php:536 +#: ../../mod/profiles.php:540 #, php-format msgid "%1$s has an updated %2$s, changing %3$s." msgstr "%1$s hat folgendes aktualisiert %2$s, verändert wurde %3$s." -#: ../../mod/profiles.php:609 +#: ../../mod/profiles.php:613 msgid "Hide your contact/friend list from viewers of this profile?" msgstr "Liste der Kontakte vor Betrachtern dieses Profils verbergen?" -#: ../../mod/profiles.php:629 +#: ../../mod/profiles.php:633 msgid "Edit Profile Details" msgstr "Profil bearbeiten" -#: ../../mod/profiles.php:631 +#: ../../mod/profiles.php:635 msgid "Change Profile Photo" msgstr "Profilbild ändern" -#: ../../mod/profiles.php:632 +#: ../../mod/profiles.php:636 msgid "View this profile" msgstr "Dieses Profil anzeigen" -#: ../../mod/profiles.php:633 +#: ../../mod/profiles.php:637 msgid "Create a new profile using these settings" msgstr "Neues Profil anlegen und diese Einstellungen verwenden" -#: ../../mod/profiles.php:634 +#: ../../mod/profiles.php:638 msgid "Clone this profile" msgstr "Dieses Profil duplizieren" -#: ../../mod/profiles.php:635 +#: ../../mod/profiles.php:639 msgid "Delete this profile" msgstr "Dieses Profil löschen" -#: ../../mod/profiles.php:636 +#: ../../mod/profiles.php:640 msgid "Profile Name:" msgstr "Profilname:" -#: ../../mod/profiles.php:637 +#: ../../mod/profiles.php:641 msgid "Your Full Name:" msgstr "Dein kompletter Name:" -#: ../../mod/profiles.php:638 +#: ../../mod/profiles.php:642 msgid "Title/Description:" msgstr "Titel/Beschreibung:" -#: ../../mod/profiles.php:639 +#: ../../mod/profiles.php:643 msgid "Your Gender:" msgstr "Dein Geschlecht:" -#: ../../mod/profiles.php:640 +#: ../../mod/profiles.php:644 #, php-format msgid "Birthday (%s):" msgstr "Geburtstag (%s):" -#: ../../mod/profiles.php:641 +#: ../../mod/profiles.php:645 msgid "Street Address:" msgstr "Adresse:" -#: ../../mod/profiles.php:642 +#: ../../mod/profiles.php:646 msgid "Locality/City:" msgstr "Wohnort:" -#: ../../mod/profiles.php:643 +#: ../../mod/profiles.php:647 msgid "Postal/Zip Code:" msgstr "Postleitzahl:" -#: ../../mod/profiles.php:644 +#: ../../mod/profiles.php:648 msgid "Country:" msgstr "Land:" -#: ../../mod/profiles.php:645 +#: ../../mod/profiles.php:649 msgid "Region/State:" msgstr "Region/Bundesstaat:" -#: ../../mod/profiles.php:646 +#: ../../mod/profiles.php:650 msgid " Marital Status:" msgstr " Beziehungsstatus:" -#: ../../mod/profiles.php:647 +#: ../../mod/profiles.php:651 msgid "Who: (if applicable)" msgstr "Wer: (falls anwendbar)" -#: ../../mod/profiles.php:648 +#: ../../mod/profiles.php:652 msgid "Examples: cathy123, Cathy Williams, cathy@example.com" msgstr "Beispiele: cathy123, Cathy Williams, cathy@example.com" -#: ../../mod/profiles.php:649 +#: ../../mod/profiles.php:653 msgid "Since [date]:" msgstr "Seit [Datum]:" -#: ../../mod/profiles.php:650 ../../include/profile_advanced.php:46 +#: ../../mod/profiles.php:654 ../../include/profile_advanced.php:46 msgid "Sexual Preference:" msgstr "Sexuelle Vorlieben:" -#: ../../mod/profiles.php:651 +#: ../../mod/profiles.php:655 msgid "Homepage URL:" msgstr "Adresse der Homepage:" -#: ../../mod/profiles.php:652 ../../include/profile_advanced.php:50 +#: ../../mod/profiles.php:656 ../../include/profile_advanced.php:50 msgid "Hometown:" msgstr "Heimatort:" -#: ../../mod/profiles.php:653 ../../include/profile_advanced.php:54 +#: ../../mod/profiles.php:657 ../../include/profile_advanced.php:54 msgid "Political Views:" msgstr "Politische Ansichten:" -#: ../../mod/profiles.php:654 +#: ../../mod/profiles.php:658 msgid "Religious Views:" msgstr "Religiöse Ansichten:" -#: ../../mod/profiles.php:655 +#: ../../mod/profiles.php:659 msgid "Public Keywords:" msgstr "Öffentliche Schlüsselwörter:" -#: ../../mod/profiles.php:656 +#: ../../mod/profiles.php:660 msgid "Private Keywords:" msgstr "Private Schlüsselwörter:" -#: ../../mod/profiles.php:657 ../../include/profile_advanced.php:62 +#: ../../mod/profiles.php:661 ../../include/profile_advanced.php:62 msgid "Likes:" msgstr "Likes:" -#: ../../mod/profiles.php:658 ../../include/profile_advanced.php:64 +#: ../../mod/profiles.php:662 ../../include/profile_advanced.php:64 msgid "Dislikes:" msgstr "Dislikes:" -#: ../../mod/profiles.php:659 +#: ../../mod/profiles.php:663 msgid "Example: fishing photography software" msgstr "Beispiel: Fischen Fotografie Software" -#: ../../mod/profiles.php:660 +#: ../../mod/profiles.php:664 msgid "(Used for suggesting potential friends, can be seen by others)" msgstr "(Wird verwendet, um potentielle Freunde zu finden, kann von Fremden eingesehen werden)" -#: ../../mod/profiles.php:661 +#: ../../mod/profiles.php:665 msgid "(Used for searching profiles, never shown to others)" msgstr "(Wird für die Suche nach Profilen verwendet und niemals veröffentlicht)" -#: ../../mod/profiles.php:662 +#: ../../mod/profiles.php:666 msgid "Tell us about yourself..." msgstr "Erzähle uns ein bisschen von dir …" -#: ../../mod/profiles.php:663 +#: ../../mod/profiles.php:667 msgid "Hobbies/Interests" msgstr "Hobbies/Interessen" -#: ../../mod/profiles.php:664 +#: ../../mod/profiles.php:668 msgid "Contact information and Social Networks" msgstr "Kontaktinformationen und Soziale Netzwerke" -#: ../../mod/profiles.php:665 +#: ../../mod/profiles.php:669 msgid "Musical interests" msgstr "Musikalische Interessen" -#: ../../mod/profiles.php:666 +#: ../../mod/profiles.php:670 msgid "Books, literature" msgstr "Bücher, Literatur" -#: ../../mod/profiles.php:667 +#: ../../mod/profiles.php:671 msgid "Television" msgstr "Fernsehen" -#: ../../mod/profiles.php:668 +#: ../../mod/profiles.php:672 msgid "Film/dance/culture/entertainment" msgstr "Filme/Tänze/Kultur/Unterhaltung" -#: ../../mod/profiles.php:669 +#: ../../mod/profiles.php:673 msgid "Love/romance" msgstr "Liebe/Romantik" -#: ../../mod/profiles.php:670 +#: ../../mod/profiles.php:674 msgid "Work/employment" msgstr "Arbeit/Anstellung" -#: ../../mod/profiles.php:671 +#: ../../mod/profiles.php:675 msgid "School/education" msgstr "Schule/Ausbildung" -#: ../../mod/profiles.php:676 +#: ../../mod/profiles.php:680 msgid "" "This is your public profile.
It may " "be visible to anybody using the internet." msgstr "Dies ist dein öffentliches Profil.
Es könnte für jeden Nutzer des Internets sichtbar sein." -#: ../../mod/profiles.php:725 +#: ../../mod/profiles.php:729 msgid "Edit/Manage Profiles" msgstr "Bearbeite/Verwalte Profile" @@ -4582,7 +4602,7 @@ msgstr "Keine weiteren Systembenachrichtigungen." msgid "System Notifications" msgstr "Systembenachrichtigungen" -#: ../../mod/message.php:9 ../../include/nav.php:159 +#: ../../mod/message.php:9 ../../include/nav.php:161 msgid "New Message" msgstr "Neue Nachricht" @@ -4591,7 +4611,7 @@ msgid "Unable to locate contact information." msgstr "Konnte die Kontaktinformationen nicht finden." #: ../../mod/message.php:182 ../../mod/notifications.php:103 -#: ../../include/nav.php:156 +#: ../../include/nav.php:158 msgid "Messages" msgstr "Nachrichten" @@ -4659,7 +4679,7 @@ msgstr "Sichere Kommunikation ist nicht verfügbar. Eventuell k msgid "Send Reply" msgstr "Antwort senden" -#: ../../mod/like.php:170 ../../include/conversation.php:140 +#: ../../mod/like.php:169 ../../include/conversation.php:140 #, php-format msgid "%1$s doesn't like %2$s's %3$s" msgstr "%1$s mag %2$ss %3$s nicht" @@ -4669,7 +4689,7 @@ msgid "Post successful." msgstr "Beitrag erfolgreich veröffentlicht." #: ../../mod/localtime.php:12 ../../include/event.php:11 -#: ../../include/bb2diaspora.php:393 +#: ../../include/bb2diaspora.php:133 msgid "l F d, Y \\@ g:i A" msgstr "l, d. F Y\\, H:i" @@ -4702,8 +4722,8 @@ msgstr "Umgerechnete lokale Zeit: %s" msgid "Please select your timezone:" msgstr "Bitte wähle deine Zeitzone:" -#: ../../mod/filer.php:30 ../../include/conversation.php:1001 -#: ../../include/conversation.php:1019 +#: ../../mod/filer.php:30 ../../include/conversation.php:1004 +#: ../../include/conversation.php:1022 msgid "Save to Folder:" msgstr "In diesem Ordner speichern:" @@ -4731,7 +4751,7 @@ msgstr "Alle Kontakte (mit gesichertem Profilzugriff)" msgid "No contacts." msgstr "Keine Kontakte." -#: ../../mod/viewcontacts.php:76 ../../include/text.php:857 +#: ../../mod/viewcontacts.php:76 ../../include/text.php:861 msgid "View Contacts" msgstr "Kontakte anzeigen" @@ -4743,201 +4763,210 @@ msgstr "Personensuche" msgid "No matches" msgstr "Keine Übereinstimmungen" -#: ../../mod/photos.php:66 ../../mod/photos.php:1222 ../../mod/photos.php:1795 +#: ../../mod/photos.php:67 ../../mod/photos.php:1226 ../../mod/photos.php:1810 msgid "Upload New Photos" msgstr "Neue Fotos hochladen" -#: ../../mod/photos.php:143 +#: ../../mod/photos.php:144 msgid "Contact information unavailable" msgstr "Kontaktinformationen nicht verfügbar" -#: ../../mod/photos.php:164 +#: ../../mod/photos.php:165 msgid "Album not found." msgstr "Album nicht gefunden." -#: ../../mod/photos.php:187 ../../mod/photos.php:199 ../../mod/photos.php:1200 +#: ../../mod/photos.php:188 ../../mod/photos.php:200 ../../mod/photos.php:1204 msgid "Delete Album" msgstr "Album löschen" -#: ../../mod/photos.php:197 +#: ../../mod/photos.php:198 msgid "Do you really want to delete this photo album and all its photos?" msgstr "Möchtest du wirklich dieses Foto-Album und all seine Foto löschen?" -#: ../../mod/photos.php:276 ../../mod/photos.php:287 ../../mod/photos.php:1502 +#: ../../mod/photos.php:278 ../../mod/photos.php:289 ../../mod/photos.php:1511 msgid "Delete Photo" msgstr "Foto löschen" -#: ../../mod/photos.php:285 +#: ../../mod/photos.php:287 msgid "Do you really want to delete this photo?" msgstr "Möchtest du wirklich dieses Foto löschen?" -#: ../../mod/photos.php:656 +#: ../../mod/photos.php:660 #, php-format msgid "%1$s was tagged in %2$s by %3$s" msgstr "%1$s wurde von %3$s in %2$s getaggt" -#: ../../mod/photos.php:656 +#: ../../mod/photos.php:660 msgid "a photo" msgstr "einem Foto" -#: ../../mod/photos.php:761 +#: ../../mod/photos.php:765 msgid "Image exceeds size limit of " msgstr "Die Bildgröße übersteigt das Limit von " -#: ../../mod/photos.php:769 +#: ../../mod/photos.php:773 msgid "Image file is empty." msgstr "Bilddatei ist leer." -#: ../../mod/photos.php:801 ../../mod/wall_upload.php:112 +#: ../../mod/photos.php:805 ../../mod/wall_upload.php:112 #: ../../mod/profile_photo.php:153 msgid "Unable to process image." msgstr "Konnte das Bild nicht bearbeiten." -#: ../../mod/photos.php:828 ../../mod/wall_upload.php:138 +#: ../../mod/photos.php:832 ../../mod/wall_upload.php:138 #: ../../mod/profile_photo.php:301 msgid "Image upload failed." msgstr "Hochladen des Bildes gescheitert." -#: ../../mod/photos.php:924 +#: ../../mod/photos.php:928 msgid "No photos selected" msgstr "Keine Bilder ausgewählt" -#: ../../mod/photos.php:1025 ../../mod/videos.php:226 +#: ../../mod/photos.php:1029 ../../mod/videos.php:226 msgid "Access to this item is restricted." msgstr "Zugriff zu diesem Eintrag wurde eingeschränkt." -#: ../../mod/photos.php:1088 +#: ../../mod/photos.php:1092 #, php-format msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage." msgstr "Du verwendest %1$.2f Mbyte von %2$.2f Mbyte des Foto-Speichers." -#: ../../mod/photos.php:1123 +#: ../../mod/photos.php:1127 msgid "Upload Photos" msgstr "Bilder hochladen" -#: ../../mod/photos.php:1127 ../../mod/photos.php:1195 +#: ../../mod/photos.php:1131 ../../mod/photos.php:1199 msgid "New album name: " msgstr "Name des neuen Albums: " -#: ../../mod/photos.php:1128 +#: ../../mod/photos.php:1132 msgid "or existing album name: " msgstr "oder existierender Albumname: " -#: ../../mod/photos.php:1129 +#: ../../mod/photos.php:1133 msgid "Do not show a status post for this upload" msgstr "Keine Status-Mitteilung für diesen Beitrag anzeigen" -#: ../../mod/photos.php:1131 ../../mod/photos.php:1497 +#: ../../mod/photos.php:1135 ../../mod/photos.php:1506 msgid "Permissions" msgstr "Berechtigungen" -#: ../../mod/photos.php:1142 +#: ../../mod/photos.php:1146 msgid "Private Photo" msgstr "Privates Foto" -#: ../../mod/photos.php:1143 +#: ../../mod/photos.php:1147 msgid "Public Photo" msgstr "Öffentliches Foto" -#: ../../mod/photos.php:1210 +#: ../../mod/photos.php:1214 msgid "Edit Album" msgstr "Album bearbeiten" -#: ../../mod/photos.php:1216 +#: ../../mod/photos.php:1220 msgid "Show Newest First" msgstr "Zeige neueste zuerst" -#: ../../mod/photos.php:1218 +#: ../../mod/photos.php:1222 msgid "Show Oldest First" msgstr "Zeige älteste zuerst" -#: ../../mod/photos.php:1251 ../../mod/photos.php:1778 +#: ../../mod/photos.php:1255 ../../mod/photos.php:1793 msgid "View Photo" msgstr "Foto betrachten" -#: ../../mod/photos.php:1286 +#: ../../mod/photos.php:1290 msgid "Permission denied. Access to this item may be restricted." msgstr "Zugriff verweigert. Zugriff zu diesem Eintrag könnte eingeschränkt sein." -#: ../../mod/photos.php:1288 +#: ../../mod/photos.php:1292 msgid "Photo not available" msgstr "Foto nicht verfügbar" -#: ../../mod/photos.php:1344 +#: ../../mod/photos.php:1348 msgid "View photo" msgstr "Fotos ansehen" -#: ../../mod/photos.php:1344 +#: ../../mod/photos.php:1348 msgid "Edit photo" msgstr "Foto bearbeiten" -#: ../../mod/photos.php:1345 +#: ../../mod/photos.php:1349 msgid "Use as profile photo" msgstr "Als Profilbild verwenden" -#: ../../mod/photos.php:1370 +#: ../../mod/photos.php:1374 msgid "View Full Size" msgstr "Betrachte Originalgröße" -#: ../../mod/photos.php:1444 +#: ../../mod/photos.php:1453 msgid "Tags: " msgstr "Tags: " -#: ../../mod/photos.php:1447 +#: ../../mod/photos.php:1456 msgid "[Remove any tag]" msgstr "[Tag entfernen]" -#: ../../mod/photos.php:1487 +#: ../../mod/photos.php:1496 msgid "Rotate CW (right)" msgstr "Drehen US (rechts)" -#: ../../mod/photos.php:1488 +#: ../../mod/photos.php:1497 msgid "Rotate CCW (left)" msgstr "Drehen EUS (links)" -#: ../../mod/photos.php:1490 +#: ../../mod/photos.php:1499 msgid "New album name" msgstr "Name des neuen Albums" -#: ../../mod/photos.php:1493 +#: ../../mod/photos.php:1502 msgid "Caption" msgstr "Bildunterschrift" -#: ../../mod/photos.php:1495 +#: ../../mod/photos.php:1504 msgid "Add a Tag" msgstr "Tag hinzufügen" -#: ../../mod/photos.php:1499 +#: ../../mod/photos.php:1508 msgid "" "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" msgstr "Beispiel: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" -#: ../../mod/photos.php:1508 +#: ../../mod/photos.php:1517 msgid "Private photo" msgstr "Privates Foto" -#: ../../mod/photos.php:1509 +#: ../../mod/photos.php:1518 msgid "Public photo" msgstr "Öffentliches Foto" -#: ../../mod/photos.php:1531 ../../include/conversation.php:1080 +#: ../../mod/photos.php:1540 ../../include/conversation.php:1083 msgid "Share" msgstr "Teilen" -#: ../../mod/photos.php:1784 ../../mod/videos.php:308 +#: ../../mod/photos.php:1799 ../../mod/videos.php:308 msgid "View Album" msgstr "Album betrachten" -#: ../../mod/photos.php:1793 +#: ../../mod/photos.php:1808 msgid "Recent Photos" msgstr "Neueste Fotos" -#: ../../mod/wall_attach.php:69 +#: ../../mod/wall_attach.php:75 ../../wall_attach.php:75 +msgid "Sorry, maybe your upload is bigger than the PHP configuration allows" +msgstr "Entschuldige, die Datei scheint größer zu sein als es die PHP Konfiguration erlaubt." + +#: ../../mod/wall_attach.php:75 ../../wall_attach.php:75 +msgid "Or - did you try to upload an empty file?" +msgstr "Oder - hast Du versucht, eine leere Datei hochzuladen?" + +#: ../../mod/wall_attach.php:81 ../../wall_attach.php:81 #, php-format msgid "File exceeds size limit of %d" msgstr "Die Datei ist größer als das erlaubte Limit von %d" -#: ../../mod/wall_attach.php:110 ../../mod/wall_attach.php:121 +#: ../../mod/wall_attach.php:122 ../../mod/wall_attach.php:133 +#: ../../wall_attach.php:122 ../../wall_attach.php:133 msgid "File upload failed." msgstr "Hochladen der Datei fehlgeschlagen." @@ -4945,7 +4974,7 @@ msgstr "Hochladen der Datei fehlgeschlagen." msgid "No videos selected" msgstr "Keine Videos ausgewählt" -#: ../../mod/videos.php:301 ../../include/text.php:1383 +#: ../../mod/videos.php:301 ../../include/text.php:1387 msgid "View Video" msgstr "Video ansehen" @@ -4982,21 +5011,21 @@ msgstr "Diesen Beitrag privat machen" msgid "%1$s is following %2$s's %3$s" msgstr "%1$s folgt %2$s %3$s" -#: ../../mod/uexport.php:72 +#: ../../mod/uexport.php:77 msgid "Export account" msgstr "Account exportieren" -#: ../../mod/uexport.php:72 +#: ../../mod/uexport.php:77 msgid "" "Export your account info and contacts. Use this to make a backup of your " "account and/or to move it to another server." msgstr "Exportiere deine Accountinformationen und Kontakte. Verwende dies um ein Backup deines Accounts anzulegen und/oder damit auf einen anderen Server umzuziehen." -#: ../../mod/uexport.php:73 +#: ../../mod/uexport.php:78 msgid "Export all" msgstr "Alles exportieren" -#: ../../mod/uexport.php:73 +#: ../../mod/uexport.php:78 msgid "" "Export your accout info, contacts and all your items as json. Could be a " "very big file, and could take a lot of time. Use this to make a full backup " @@ -5017,7 +5046,7 @@ msgid "Image exceeds size limit of %d" msgstr "Bildgröße überschreitet das Limit von %d" #: ../../mod/wall_upload.php:135 ../../mod/wall_upload.php:144 -#: ../../mod/wall_upload.php:151 ../../mod/item.php:453 +#: ../../mod/wall_upload.php:151 ../../mod/item.php:455 #: ../../include/message.php:144 msgid "Wall Photos" msgstr "Pinnwand-Bilder" @@ -5118,7 +5147,7 @@ msgstr "Gegenstands-Tag entfernen" msgid "Select a tag to remove: " msgstr "Wähle ein Tag zum Entfernen aus: " -#: ../../mod/tagrm.php:93 ../../mod/delegate.php:130 +#: ../../mod/tagrm.php:93 ../../mod/delegate.php:133 msgid "Remove" msgstr "Entfernen" @@ -5134,7 +5163,8 @@ msgstr "l, F j" msgid "Edit event" msgstr "Veranstaltung bearbeiten" -#: ../../mod/events.php:335 ../../include/text.php:1615 +#: ../../mod/events.php:335 ../../include/text.php:1620 +#: ../../include/text.php:1631 msgid "link to source" msgstr "Link zum Originalbeitrag" @@ -5195,34 +5225,34 @@ msgstr "Veranstaltung teilen" msgid "No potential page delegates located." msgstr "Keine potentiellen Bevollmächtigten für die Seite gefunden." -#: ../../mod/delegate.php:121 ../../include/nav.php:165 +#: ../../mod/delegate.php:124 ../../include/nav.php:167 msgid "Delegate Page Management" msgstr "Delegiere das Management für die Seite" -#: ../../mod/delegate.php:123 +#: ../../mod/delegate.php:126 msgid "" "Delegates are able to manage all aspects of this account/page except for " "basic account settings. Please do not delegate your personal account to " "anybody that you do not trust completely." msgstr "Bevollmächtigte sind in der Lage, alle Aspekte dieses Kontos/dieser Seite zu verwalten, abgesehen von den Grundeinstellungen des Kontos. Bitte gib niemandem eine Bevollmächtigung für deinen privaten Account, dem du nicht absolut vertraust!" -#: ../../mod/delegate.php:124 +#: ../../mod/delegate.php:127 msgid "Existing Page Managers" msgstr "Vorhandene Seitenmanager" -#: ../../mod/delegate.php:126 +#: ../../mod/delegate.php:129 msgid "Existing Page Delegates" msgstr "Vorhandene Bevollmächtigte für die Seite" -#: ../../mod/delegate.php:128 +#: ../../mod/delegate.php:131 msgid "Potential Delegates" msgstr "Potentielle Bevollmächtigte" -#: ../../mod/delegate.php:131 +#: ../../mod/delegate.php:134 msgid "Add" msgstr "Hinzufügen" -#: ../../mod/delegate.php:132 +#: ../../mod/delegate.php:135 msgid "No entries." msgstr "Keine Einträge." @@ -5265,37 +5295,37 @@ msgstr "Kontakte vorschlagen" msgid "Suggest a friend for %s" msgstr "Schlage %s einen Kontakt vor" -#: ../../mod/item.php:108 +#: ../../mod/item.php:110 msgid "Unable to locate original post." msgstr "Konnte den Originalbeitrag nicht finden." -#: ../../mod/item.php:317 +#: ../../mod/item.php:319 msgid "Empty post discarded." msgstr "Leerer Beitrag wurde verworfen." -#: ../../mod/item.php:884 +#: ../../mod/item.php:891 msgid "System error. Post not saved." msgstr "Systemfehler. Beitrag konnte nicht gespeichert werden." -#: ../../mod/item.php:909 +#: ../../mod/item.php:917 #, php-format msgid "" "This message was sent to you by %s, a member of the Friendica social " "network." msgstr "Diese Nachricht wurde dir von %s geschickt, einem Mitglied des Sozialen Netzwerks Friendica." -#: ../../mod/item.php:911 +#: ../../mod/item.php:919 #, php-format msgid "You may visit them online at %s" msgstr "Du kannst sie online unter %s besuchen" -#: ../../mod/item.php:912 +#: ../../mod/item.php:920 msgid "" "Please contact the sender by replying to this post if you do not wish to " "receive these messages." msgstr "Falls du diese Beiträge nicht erhalten möchtest, kontaktiere bitte den Autor, indem du auf diese Nachricht antwortest." -#: ../../mod/item.php:916 +#: ../../mod/item.php:924 #, php-format msgid "%s posted an update." msgstr "%s hat ein Update veröffentlicht." @@ -5372,11 +5402,11 @@ msgstr "Verwerfen" msgid "System" msgstr "System" -#: ../../mod/notifications.php:83 ../../include/nav.php:140 +#: ../../mod/notifications.php:83 ../../include/nav.php:142 msgid "Network" msgstr "Netzwerk" -#: ../../mod/notifications.php:98 ../../include/nav.php:149 +#: ../../mod/notifications.php:98 ../../include/nav.php:151 msgid "Introductions" msgstr "Kontaktanfragen" @@ -5449,7 +5479,7 @@ msgstr "Neuer Bewunderer" msgid "No introductions." msgstr "Keine Kontaktanfragen." -#: ../../mod/notifications.php:220 ../../include/nav.php:150 +#: ../../mod/notifications.php:220 ../../include/nav.php:152 msgid "Notifications" msgstr "Benachrichtigungen" @@ -5673,7 +5703,7 @@ msgstr "Netzwerke" msgid "All Networks" msgstr "Alle Netzwerke" -#: ../../include/contact_widgets.php:103 ../../include/features.php:59 +#: ../../include/contact_widgets.php:103 ../../include/features.php:60 msgid "Saved Folders" msgstr "Gespeicherte Ordner" @@ -5697,33 +5727,37 @@ msgstr "Diese Aktion überschreitet die Obergrenze deines Abonnements." msgid "This action is not available under your subscription plan." msgstr "Diese Aktion ist in deinem Abonnement nicht verfügbar." -#: ../../include/api.php:255 ../../include/api.php:266 -#: ../../include/api.php:356 +#: ../../include/api.php:263 ../../include/api.php:274 +#: ../../include/api.php:375 msgid "User not found." msgstr "Nutzer nicht gefunden." -#: ../../include/api.php:1024 +#: ../../include/api.php:1123 msgid "There is no status with this id." msgstr "Es gibt keinen Status mit dieser ID." -#: ../../include/network.php:883 +#: ../../include/api.php:1193 +msgid "There is no conversation with this id." +msgstr "Es existiert keine Unterhaltung mit dieser ID." + +#: ../../include/network.php:886 msgid "view full size" msgstr "Volle Größe anzeigen" -#: ../../include/event.php:20 ../../include/bb2diaspora.php:399 +#: ../../include/event.php:20 ../../include/bb2diaspora.php:139 msgid "Starts:" msgstr "Beginnt:" -#: ../../include/event.php:30 ../../include/bb2diaspora.php:407 +#: ../../include/event.php:30 ../../include/bb2diaspora.php:147 msgid "Finishes:" msgstr "Endet:" -#: ../../include/notifier.php:774 ../../include/delivery.php:457 +#: ../../include/notifier.php:774 ../../include/delivery.php:456 msgid "(no subject)" msgstr "(kein Betreff)" #: ../../include/notifier.php:784 ../../include/enotify.php:28 -#: ../../include/delivery.php:468 +#: ../../include/delivery.php:467 msgid "noreply" msgstr "noreply" @@ -5815,7 +5849,7 @@ msgstr "Freunde" msgid "%1$s poked %2$s" msgstr "%1$s stupste %2$s" -#: ../../include/conversation.php:211 ../../include/text.php:986 +#: ../../include/conversation.php:211 ../../include/text.php:990 msgid "poked" msgstr "stupste" @@ -5828,129 +5862,129 @@ msgstr "Nachricht/Beitrag" msgid "%1$s marked %2$s's %3$s as favorite" msgstr "%1$s hat %2$s\\s %3$s als Favorit markiert" -#: ../../include/conversation.php:767 +#: ../../include/conversation.php:770 msgid "remove" msgstr "löschen" -#: ../../include/conversation.php:771 +#: ../../include/conversation.php:774 msgid "Delete Selected Items" msgstr "Lösche die markierten Beiträge" -#: ../../include/conversation.php:870 +#: ../../include/conversation.php:873 msgid "Follow Thread" msgstr "Folge der Unterhaltung" -#: ../../include/conversation.php:871 ../../include/Contact.php:229 +#: ../../include/conversation.php:874 ../../include/Contact.php:229 msgid "View Status" msgstr "Pinnwand anschauen" -#: ../../include/conversation.php:872 ../../include/Contact.php:230 +#: ../../include/conversation.php:875 ../../include/Contact.php:230 msgid "View Profile" msgstr "Profil anschauen" -#: ../../include/conversation.php:873 ../../include/Contact.php:231 +#: ../../include/conversation.php:876 ../../include/Contact.php:231 msgid "View Photos" msgstr "Bilder anschauen" -#: ../../include/conversation.php:874 ../../include/Contact.php:232 +#: ../../include/conversation.php:877 ../../include/Contact.php:232 #: ../../include/Contact.php:255 msgid "Network Posts" msgstr "Netzwerkbeiträge" -#: ../../include/conversation.php:875 ../../include/Contact.php:233 +#: ../../include/conversation.php:878 ../../include/Contact.php:233 #: ../../include/Contact.php:255 msgid "Edit Contact" msgstr "Kontakt bearbeiten" -#: ../../include/conversation.php:876 ../../include/Contact.php:235 +#: ../../include/conversation.php:879 ../../include/Contact.php:235 #: ../../include/Contact.php:255 msgid "Send PM" msgstr "Private Nachricht senden" -#: ../../include/conversation.php:877 ../../include/Contact.php:228 +#: ../../include/conversation.php:880 ../../include/Contact.php:228 msgid "Poke" msgstr "Anstupsen" -#: ../../include/conversation.php:939 +#: ../../include/conversation.php:942 #, php-format msgid "%s likes this." msgstr "%s mag das." -#: ../../include/conversation.php:939 +#: ../../include/conversation.php:942 #, php-format msgid "%s doesn't like this." msgstr "%s mag das nicht." -#: ../../include/conversation.php:944 +#: ../../include/conversation.php:947 #, php-format msgid "%2$d people like this" msgstr "%2$d Personen mögen das" -#: ../../include/conversation.php:947 +#: ../../include/conversation.php:950 #, php-format msgid "%2$d people don't like this" msgstr "%2$d Personen mögen das nicht" -#: ../../include/conversation.php:961 +#: ../../include/conversation.php:964 msgid "and" msgstr "und" -#: ../../include/conversation.php:967 +#: ../../include/conversation.php:970 #, php-format msgid ", and %d other people" msgstr " und %d andere" -#: ../../include/conversation.php:969 +#: ../../include/conversation.php:972 #, php-format msgid "%s like this." msgstr "%s mögen das." -#: ../../include/conversation.php:969 +#: ../../include/conversation.php:972 #, php-format msgid "%s don't like this." msgstr "%s mögen das nicht." -#: ../../include/conversation.php:996 ../../include/conversation.php:1014 +#: ../../include/conversation.php:999 ../../include/conversation.php:1017 msgid "Visible to everybody" msgstr "Für jedermann sichtbar" -#: ../../include/conversation.php:998 ../../include/conversation.php:1016 +#: ../../include/conversation.php:1001 ../../include/conversation.php:1019 msgid "Please enter a video link/URL:" msgstr "Bitte Link/URL zum Video einfügen:" -#: ../../include/conversation.php:999 ../../include/conversation.php:1017 +#: ../../include/conversation.php:1002 ../../include/conversation.php:1020 msgid "Please enter an audio link/URL:" msgstr "Bitte Link/URL zum Audio einfügen:" -#: ../../include/conversation.php:1000 ../../include/conversation.php:1018 +#: ../../include/conversation.php:1003 ../../include/conversation.php:1021 msgid "Tag term:" msgstr "Tag:" -#: ../../include/conversation.php:1002 ../../include/conversation.php:1020 +#: ../../include/conversation.php:1005 ../../include/conversation.php:1023 msgid "Where are you right now?" msgstr "Wo hältst du dich jetzt gerade auf?" -#: ../../include/conversation.php:1003 +#: ../../include/conversation.php:1006 msgid "Delete item(s)?" msgstr "Einträge löschen?" -#: ../../include/conversation.php:1045 +#: ../../include/conversation.php:1048 msgid "Post to Email" msgstr "An E-Mail senden" -#: ../../include/conversation.php:1101 +#: ../../include/conversation.php:1104 msgid "permissions" msgstr "Zugriffsrechte" -#: ../../include/conversation.php:1125 +#: ../../include/conversation.php:1128 msgid "Post to Groups" msgstr "Poste an Gruppe" -#: ../../include/conversation.php:1126 +#: ../../include/conversation.php:1129 msgid "Post to Contacts" msgstr "Poste an Kontakte" -#: ../../include/conversation.php:1127 +#: ../../include/conversation.php:1130 msgid "Private post" msgstr "Privater Beitrag" @@ -5994,262 +6028,262 @@ msgstr[1] "%d Kontakte nicht importiert" msgid "Done. You can now login with your username and password" msgstr "Erledigt. Du kannst dich jetzt mit deinem Nutzernamen und Passwort anmelden" -#: ../../include/text.php:300 +#: ../../include/text.php:304 msgid "newer" msgstr "neuer" -#: ../../include/text.php:302 +#: ../../include/text.php:306 msgid "older" msgstr "älter" -#: ../../include/text.php:307 +#: ../../include/text.php:311 msgid "prev" msgstr "vorige" -#: ../../include/text.php:309 +#: ../../include/text.php:313 msgid "first" msgstr "erste" -#: ../../include/text.php:341 +#: ../../include/text.php:345 msgid "last" msgstr "letzte" -#: ../../include/text.php:344 +#: ../../include/text.php:348 msgid "next" msgstr "nächste" -#: ../../include/text.php:836 +#: ../../include/text.php:840 msgid "No contacts" msgstr "Keine Kontakte" -#: ../../include/text.php:845 +#: ../../include/text.php:849 #, php-format msgid "%d Contact" msgid_plural "%d Contacts" msgstr[0] "%d Kontakt" msgstr[1] "%d Kontakte" -#: ../../include/text.php:986 +#: ../../include/text.php:990 msgid "poke" msgstr "anstupsen" -#: ../../include/text.php:987 +#: ../../include/text.php:991 msgid "ping" msgstr "anpingen" -#: ../../include/text.php:987 +#: ../../include/text.php:991 msgid "pinged" msgstr "pingte" -#: ../../include/text.php:988 +#: ../../include/text.php:992 msgid "prod" msgstr "knuffen" -#: ../../include/text.php:988 +#: ../../include/text.php:992 msgid "prodded" msgstr "knuffte" -#: ../../include/text.php:989 +#: ../../include/text.php:993 msgid "slap" msgstr "ohrfeigen" -#: ../../include/text.php:989 +#: ../../include/text.php:993 msgid "slapped" msgstr "ohrfeigte" -#: ../../include/text.php:990 +#: ../../include/text.php:994 msgid "finger" msgstr "befummeln" -#: ../../include/text.php:990 +#: ../../include/text.php:994 msgid "fingered" msgstr "befummelte" -#: ../../include/text.php:991 +#: ../../include/text.php:995 msgid "rebuff" msgstr "eine Abfuhr erteilen" -#: ../../include/text.php:991 +#: ../../include/text.php:995 msgid "rebuffed" msgstr "abfuhrerteilte" -#: ../../include/text.php:1005 +#: ../../include/text.php:1009 msgid "happy" msgstr "glücklich" -#: ../../include/text.php:1006 +#: ../../include/text.php:1010 msgid "sad" msgstr "traurig" -#: ../../include/text.php:1007 +#: ../../include/text.php:1011 msgid "mellow" msgstr "sanft" -#: ../../include/text.php:1008 +#: ../../include/text.php:1012 msgid "tired" msgstr "müde" -#: ../../include/text.php:1009 +#: ../../include/text.php:1013 msgid "perky" msgstr "frech" -#: ../../include/text.php:1010 +#: ../../include/text.php:1014 msgid "angry" msgstr "sauer" -#: ../../include/text.php:1011 +#: ../../include/text.php:1015 msgid "stupified" msgstr "verblüfft" -#: ../../include/text.php:1012 +#: ../../include/text.php:1016 msgid "puzzled" msgstr "verwirrt" -#: ../../include/text.php:1013 +#: ../../include/text.php:1017 msgid "interested" msgstr "interessiert" -#: ../../include/text.php:1014 +#: ../../include/text.php:1018 msgid "bitter" msgstr "verbittert" -#: ../../include/text.php:1015 +#: ../../include/text.php:1019 msgid "cheerful" msgstr "fröhlich" -#: ../../include/text.php:1016 +#: ../../include/text.php:1020 msgid "alive" msgstr "lebendig" -#: ../../include/text.php:1017 +#: ../../include/text.php:1021 msgid "annoyed" msgstr "verärgert" -#: ../../include/text.php:1018 +#: ../../include/text.php:1022 msgid "anxious" msgstr "unruhig" -#: ../../include/text.php:1019 +#: ../../include/text.php:1023 msgid "cranky" msgstr "schrullig" -#: ../../include/text.php:1020 +#: ../../include/text.php:1024 msgid "disturbed" msgstr "verstört" -#: ../../include/text.php:1021 +#: ../../include/text.php:1025 msgid "frustrated" msgstr "frustriert" -#: ../../include/text.php:1022 +#: ../../include/text.php:1026 msgid "motivated" msgstr "motiviert" -#: ../../include/text.php:1023 +#: ../../include/text.php:1027 msgid "relaxed" msgstr "entspannt" -#: ../../include/text.php:1024 +#: ../../include/text.php:1028 msgid "surprised" msgstr "überrascht" -#: ../../include/text.php:1192 +#: ../../include/text.php:1196 msgid "Monday" msgstr "Montag" -#: ../../include/text.php:1192 +#: ../../include/text.php:1196 msgid "Tuesday" msgstr "Dienstag" -#: ../../include/text.php:1192 +#: ../../include/text.php:1196 msgid "Wednesday" msgstr "Mittwoch" -#: ../../include/text.php:1192 +#: ../../include/text.php:1196 msgid "Thursday" msgstr "Donnerstag" -#: ../../include/text.php:1192 +#: ../../include/text.php:1196 msgid "Friday" msgstr "Freitag" -#: ../../include/text.php:1192 +#: ../../include/text.php:1196 msgid "Saturday" msgstr "Samstag" -#: ../../include/text.php:1192 +#: ../../include/text.php:1196 msgid "Sunday" msgstr "Sonntag" -#: ../../include/text.php:1196 +#: ../../include/text.php:1200 msgid "January" msgstr "Januar" -#: ../../include/text.php:1196 +#: ../../include/text.php:1200 msgid "February" msgstr "Februar" -#: ../../include/text.php:1196 +#: ../../include/text.php:1200 msgid "March" msgstr "März" -#: ../../include/text.php:1196 +#: ../../include/text.php:1200 msgid "April" msgstr "April" -#: ../../include/text.php:1196 +#: ../../include/text.php:1200 msgid "May" msgstr "Mai" -#: ../../include/text.php:1196 +#: ../../include/text.php:1200 msgid "June" msgstr "Juni" -#: ../../include/text.php:1196 +#: ../../include/text.php:1200 msgid "July" msgstr "Juli" -#: ../../include/text.php:1196 +#: ../../include/text.php:1200 msgid "August" msgstr "August" -#: ../../include/text.php:1196 +#: ../../include/text.php:1200 msgid "September" msgstr "September" -#: ../../include/text.php:1196 +#: ../../include/text.php:1200 msgid "October" msgstr "Oktober" -#: ../../include/text.php:1196 +#: ../../include/text.php:1200 msgid "November" msgstr "November" -#: ../../include/text.php:1196 +#: ../../include/text.php:1200 msgid "December" msgstr "Dezember" -#: ../../include/text.php:1415 +#: ../../include/text.php:1419 msgid "bytes" msgstr "Byte" -#: ../../include/text.php:1439 ../../include/text.php:1451 +#: ../../include/text.php:1443 ../../include/text.php:1455 msgid "Click to open/close" msgstr "Zum öffnen/schließen klicken" -#: ../../include/text.php:1670 +#: ../../include/text.php:1688 msgid "Select an alternate language" msgstr "Alternative Sprache auswählen" -#: ../../include/text.php:1926 +#: ../../include/text.php:1944 msgid "activity" msgstr "Aktivität" -#: ../../include/text.php:1929 +#: ../../include/text.php:1947 msgid "post" msgstr "Beitrag" -#: ../../include/text.php:2084 +#: ../../include/text.php:2115 msgid "Item filed" msgstr "Beitrag abgelegt" @@ -6295,151 +6329,166 @@ msgstr "eine private Nachricht" msgid "Please visit %s to view and/or reply to your private messages." msgstr "Bitte besuche %s, um deine privaten Nachrichten anzusehen und/oder zu beantworten." -#: ../../include/enotify.php:90 +#: ../../include/enotify.php:91 #, php-format msgid "%1$s commented on [url=%2$s]a %3$s[/url]" msgstr "%1$s kommentierte [url=%2$s]a %3$s[/url]" -#: ../../include/enotify.php:97 +#: ../../include/enotify.php:98 #, php-format msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]" msgstr "%1$s kommentierte [url=%2$s]%3$ss %4$s[/url]" -#: ../../include/enotify.php:105 +#: ../../include/enotify.php:106 #, php-format msgid "%1$s commented on [url=%2$s]your %3$s[/url]" msgstr "%1$s kommentierte [url=%2$s]deinen %3$s[/url]" -#: ../../include/enotify.php:115 +#: ../../include/enotify.php:116 #, php-format msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s" msgstr "[Friendica-Meldung] Kommentar zum Beitrag #%1$d von %2$s" -#: ../../include/enotify.php:116 +#: ../../include/enotify.php:117 #, php-format msgid "%s commented on an item/conversation you have been following." msgstr "%s hat einen Beitrag kommentiert, dem du folgst." -#: ../../include/enotify.php:119 ../../include/enotify.php:134 -#: ../../include/enotify.php:147 ../../include/enotify.php:165 -#: ../../include/enotify.php:178 +#: ../../include/enotify.php:120 ../../include/enotify.php:135 +#: ../../include/enotify.php:148 ../../include/enotify.php:161 +#: ../../include/enotify.php:179 ../../include/enotify.php:192 #, php-format msgid "Please visit %s to view and/or reply to the conversation." msgstr "Bitte besuche %s, um die Konversation anzusehen und/oder zu kommentieren." -#: ../../include/enotify.php:126 +#: ../../include/enotify.php:127 #, php-format msgid "[Friendica:Notify] %s posted to your profile wall" msgstr "[Friendica-Meldung] %s hat auf deine Pinnwand geschrieben" -#: ../../include/enotify.php:128 +#: ../../include/enotify.php:129 #, php-format msgid "%1$s posted to your profile wall at %2$s" msgstr "%1$s schrieb auf %2$s auf deine Pinnwand" -#: ../../include/enotify.php:130 +#: ../../include/enotify.php:131 #, php-format msgid "%1$s posted to [url=%2$s]your wall[/url]" msgstr "%1$s hat etwas auf [url=%2$s]deiner Pinnwand[/url] gepostet" -#: ../../include/enotify.php:141 +#: ../../include/enotify.php:142 #, php-format msgid "[Friendica:Notify] %s tagged you" msgstr "[Friendica-Meldung] %s hat dich erwähnt" -#: ../../include/enotify.php:142 +#: ../../include/enotify.php:143 #, php-format msgid "%1$s tagged you at %2$s" msgstr "%1$s erwähnte dich auf %2$s" -#: ../../include/enotify.php:143 +#: ../../include/enotify.php:144 #, php-format msgid "%1$s [url=%2$s]tagged you[/url]." msgstr "%1$s [url=%2$s]erwähnte dich[/url]." #: ../../include/enotify.php:155 #, php-format +msgid "[Friendica:Notify] %s shared a new post" +msgstr "[Friendica Benachrichtigung] %s hat einen Beitrag geteilt" + +#: ../../include/enotify.php:156 +#, php-format +msgid "%1$s shared a new post at %2$s" +msgstr "%1$s hat einen neuen Beitrag auf %2$s geteilt" + +#: ../../include/enotify.php:157 +#, php-format +msgid "%1$s [url=%2$s]shared a post[/url]." +msgstr "%1$s [url=%2$s]hat einen Beitrag geteilt[/url]." + +#: ../../include/enotify.php:169 +#, php-format msgid "[Friendica:Notify] %1$s poked you" msgstr "[Friendica-Meldung] %1$s hat dich angestupst" -#: ../../include/enotify.php:156 +#: ../../include/enotify.php:170 #, php-format msgid "%1$s poked you at %2$s" msgstr "%1$s hat dich auf %2$s angestupst" -#: ../../include/enotify.php:157 +#: ../../include/enotify.php:171 #, php-format msgid "%1$s [url=%2$s]poked you[/url]." msgstr "%1$s [url=%2$s]hat dich angestupst[/url]." -#: ../../include/enotify.php:172 +#: ../../include/enotify.php:186 #, php-format msgid "[Friendica:Notify] %s tagged your post" msgstr "[Friendica-Meldung] %s hat deinen Beitrag getaggt" -#: ../../include/enotify.php:173 +#: ../../include/enotify.php:187 #, php-format msgid "%1$s tagged your post at %2$s" msgstr "%1$s erwähnte deinen Beitrag auf %2$s" -#: ../../include/enotify.php:174 +#: ../../include/enotify.php:188 #, php-format msgid "%1$s tagged [url=%2$s]your post[/url]" msgstr "%1$s erwähnte [url=%2$s]Deinen Beitrag[/url]" -#: ../../include/enotify.php:185 +#: ../../include/enotify.php:199 msgid "[Friendica:Notify] Introduction received" msgstr "[Friendica-Meldung] Kontaktanfrage erhalten" -#: ../../include/enotify.php:186 +#: ../../include/enotify.php:200 #, php-format msgid "You've received an introduction from '%1$s' at %2$s" msgstr "Du hast eine Kontaktanfrage von '%1$s' auf %2$s erhalten" -#: ../../include/enotify.php:187 +#: ../../include/enotify.php:201 #, php-format msgid "You've received [url=%1$s]an introduction[/url] from %2$s." msgstr "Du hast eine [url=%1$s]Kontaktanfrage[/url] von %2$s erhalten." -#: ../../include/enotify.php:190 ../../include/enotify.php:208 +#: ../../include/enotify.php:204 ../../include/enotify.php:222 #, php-format msgid "You may visit their profile at %s" msgstr "Hier kannst du das Profil betrachten: %s" -#: ../../include/enotify.php:192 +#: ../../include/enotify.php:206 #, php-format msgid "Please visit %s to approve or reject the introduction." msgstr "Bitte besuche %s, um die Kontaktanfrage anzunehmen oder abzulehnen." -#: ../../include/enotify.php:199 +#: ../../include/enotify.php:213 msgid "[Friendica:Notify] Friend suggestion received" msgstr "[Friendica-Meldung] Kontaktvorschlag erhalten" -#: ../../include/enotify.php:200 +#: ../../include/enotify.php:214 #, php-format msgid "You've received a friend suggestion from '%1$s' at %2$s" msgstr "Du hast einen Freunde-Vorschlag von '%1$s' auf %2$s erhalten" -#: ../../include/enotify.php:201 +#: ../../include/enotify.php:215 #, php-format msgid "" "You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s." msgstr "Du hast einen [url=%1$s]Freunde-Vorschlag[/url] %2$s von %3$s erhalten." -#: ../../include/enotify.php:206 +#: ../../include/enotify.php:220 msgid "Name:" msgstr "Name:" -#: ../../include/enotify.php:207 +#: ../../include/enotify.php:221 msgid "Photo:" msgstr "Foto:" -#: ../../include/enotify.php:210 +#: ../../include/enotify.php:224 #, php-format msgid "Please visit %s to approve or reject the suggestion." msgstr "Bitte besuche %s, um den Vorschlag zu akzeptieren oder abzulehnen." -#: ../../include/Scrape.php:583 +#: ../../include/Scrape.php:584 msgid " on Last.fm" msgstr " bei Last.fm" @@ -6577,71 +6626,79 @@ msgstr "Verzeichnis" msgid "People directory" msgstr "Nutzerverzeichnis" -#: ../../include/nav.php:140 +#: ../../include/nav.php:132 +msgid "Information" +msgstr "Information" + +#: ../../include/nav.php:132 +msgid "Information about this friendica instance" +msgstr "Informationen zu dieser Friendica Instanz" + +#: ../../include/nav.php:142 msgid "Conversations from your friends" msgstr "Unterhaltungen deiner Kontakte" -#: ../../include/nav.php:141 +#: ../../include/nav.php:143 msgid "Network Reset" msgstr "Netzwerk zurücksetzen" -#: ../../include/nav.php:141 +#: ../../include/nav.php:143 msgid "Load Network page with no filters" msgstr "Netzwerk-Seite ohne Filter laden" -#: ../../include/nav.php:149 +#: ../../include/nav.php:151 msgid "Friend Requests" msgstr "Kontaktanfragen" -#: ../../include/nav.php:151 +#: ../../include/nav.php:153 msgid "See all notifications" msgstr "Alle Benachrichtigungen anzeigen" -#: ../../include/nav.php:152 +#: ../../include/nav.php:154 msgid "Mark all system notifications seen" msgstr "Markiere alle Systembenachrichtigungen als gelesen" -#: ../../include/nav.php:156 +#: ../../include/nav.php:158 msgid "Private mail" msgstr "Private E-Mail" -#: ../../include/nav.php:157 +#: ../../include/nav.php:159 msgid "Inbox" msgstr "Eingang" -#: ../../include/nav.php:158 +#: ../../include/nav.php:160 msgid "Outbox" msgstr "Ausgang" -#: ../../include/nav.php:162 +#: ../../include/nav.php:164 msgid "Manage" msgstr "Verwalten" -#: ../../include/nav.php:162 +#: ../../include/nav.php:164 msgid "Manage other pages" msgstr "Andere Seiten verwalten" -#: ../../include/nav.php:165 -msgid "Delegations" -msgstr "Delegierungen" - #: ../../include/nav.php:169 +msgid "Account settings" +msgstr "Kontoeinstellungen" + +#: ../../include/nav.php:171 msgid "Manage/Edit Profiles" msgstr "Profile Verwalten/Editieren" -#: ../../include/nav.php:171 +#: ../../include/nav.php:173 msgid "Manage/edit friends and contacts" msgstr "Freunde und Kontakte verwalten/editieren" -#: ../../include/nav.php:178 +#: ../../include/nav.php:180 msgid "Site setup and configuration" msgstr "Einstellungen der Seite und Konfiguration" -#: ../../include/nav.php:182 +#: ../../include/nav.php:184 msgid "Navigation" msgstr "Navigation" -#: ../../include/nav.php:182 +#: ../../include/nav.php:184 msgid "Site map" msgstr "Sitemap" @@ -6710,23 +6767,27 @@ msgstr "Arbeit/Beschäftigung:" msgid "School/education:" msgstr "Schule/Ausbildung:" -#: ../../include/bbcode.php:215 ../../include/bbcode.php:620 -#: ../../include/bbcode.php:621 +#: ../../include/bbcode.php:284 ../../include/bbcode.php:917 +#: ../../include/bbcode.php:918 msgid "Image/photo" msgstr "Bild/Foto" -#: ../../include/bbcode.php:285 +#: ../../include/bbcode.php:354 #, php-format msgid "" -"%s wrote the following post" -msgstr "%s schrieb den folgenden Beitrag" +"%s wrote the following post" +msgstr "%s schrieb den folgenden Beitrag" -#: ../../include/bbcode.php:584 ../../include/bbcode.php:604 +#: ../../include/bbcode.php:453 +msgid "" +msgstr "" + +#: ../../include/bbcode.php:881 ../../include/bbcode.php:901 msgid "$1 wrote:" msgstr "$1 hat geschrieben:" -#: ../../include/bbcode.php:631 ../../include/bbcode.php:632 +#: ../../include/bbcode.php:932 ../../include/bbcode.php:933 msgid "Encrypted content" msgstr "Verschlüsselter Inhalt" @@ -6798,6 +6859,14 @@ msgstr "pump.io" msgid "Twitter" msgstr "Twitter" +#: ../../include/contact_selectors.php:90 +msgid "Diaspora Connector" +msgstr "Diaspora" + +#: ../../include/contact_selectors.php:91 +msgid "Statusnet" +msgstr "StatusNet" + #: ../../include/datetime.php:43 ../../include/datetime.php:45 msgid "Miscellaneous" msgstr "Verschiedenes" @@ -6871,12 +6940,12 @@ msgstr "Sekunden" msgid "%1$d %2$s ago" msgstr "%1$d %2$s her" -#: ../../include/datetime.php:472 ../../include/items.php:1829 +#: ../../include/datetime.php:472 ../../include/items.php:1964 #, php-format msgid "%s's birthday" msgstr "%ss Geburtstag" -#: ../../include/datetime.php:473 ../../include/items.php:1830 +#: ../../include/datetime.php:473 ../../include/items.php:1965 #, php-format msgid "Happy Birthday %s" msgstr "Herzlichen Glückwunsch %s" @@ -6913,155 +6982,164 @@ msgstr "Beitragsvorschau" msgid "Allow previewing posts and comments before publishing them" msgstr "Die Vorschau von Beiträgen und Kommentaren vor dem absenden erlauben." -#: ../../include/features.php:37 +#: ../../include/features.php:33 +msgid "Auto-mention Forums" +msgstr "Foren automatisch erwähnen" + +#: ../../include/features.php:33 +msgid "" +"Add/remove mention when a fourm page is selected/deselected in ACL window." +msgstr "Automatisch eine @-Erwähnung eines Forums einfügen/entfehrnen, wenn dieses im ACL Fenster de-/markiert wurde." + +#: ../../include/features.php:38 msgid "Network Sidebar Widgets" msgstr "Widgets für Netzwerk und Seitenleiste" -#: ../../include/features.php:38 +#: ../../include/features.php:39 msgid "Search by Date" msgstr "Archiv" -#: ../../include/features.php:38 +#: ../../include/features.php:39 msgid "Ability to select posts by date ranges" msgstr "Möglichkeit die Beiträge nach Datumsbereichen zu sortieren" -#: ../../include/features.php:39 +#: ../../include/features.php:40 msgid "Group Filter" msgstr "Gruppen Filter" -#: ../../include/features.php:39 +#: ../../include/features.php:40 msgid "Enable widget to display Network posts only from selected group" msgstr "Widget zur Darstellung der Beiträge nach Kontaktgruppen sortiert aktivieren." -#: ../../include/features.php:40 +#: ../../include/features.php:41 msgid "Network Filter" msgstr "Netzwerk Filter" -#: ../../include/features.php:40 +#: ../../include/features.php:41 msgid "Enable widget to display Network posts only from selected network" msgstr "Widget zum filtern der Beiträge in Abhängigkeit des Netzwerks aus dem der Ersteller sendet aktivieren." -#: ../../include/features.php:41 +#: ../../include/features.php:42 msgid "Save search terms for re-use" msgstr "Speichere Suchanfragen für spätere Wiederholung." -#: ../../include/features.php:46 +#: ../../include/features.php:47 msgid "Network Tabs" msgstr "Netzwerk Reiter" -#: ../../include/features.php:47 +#: ../../include/features.php:48 msgid "Network Personal Tab" msgstr "Netzwerk-Reiter: Persönlich" -#: ../../include/features.php:47 +#: ../../include/features.php:48 msgid "Enable tab to display only Network posts that you've interacted on" msgstr "Aktiviert einen Netzwerk-Reiter in dem Nachrichten angezeigt werden mit denen du interagiert hast" -#: ../../include/features.php:48 +#: ../../include/features.php:49 msgid "Network New Tab" msgstr "Netzwerk-Reiter: Neue" -#: ../../include/features.php:48 +#: ../../include/features.php:49 msgid "Enable tab to display only new Network posts (from the last 12 hours)" msgstr "Aktiviert einen Netzwerk-Reiter in dem ausschließlich neue Beiträge (der letzten 12 Stunden) angezeigt werden" -#: ../../include/features.php:49 +#: ../../include/features.php:50 msgid "Network Shared Links Tab" msgstr "Netzwerk-Reiter: Geteilte Links" -#: ../../include/features.php:49 +#: ../../include/features.php:50 msgid "Enable tab to display only Network posts with links in them" msgstr "Aktiviert einen Netzwerk-Reiter der ausschließlich Nachrichten mit Links enthält" -#: ../../include/features.php:54 +#: ../../include/features.php:55 msgid "Post/Comment Tools" msgstr "Werkzeuge für Beiträge und Kommentare" -#: ../../include/features.php:55 +#: ../../include/features.php:56 msgid "Multiple Deletion" msgstr "Mehrere Beiträge löschen" -#: ../../include/features.php:55 +#: ../../include/features.php:56 msgid "Select and delete multiple posts/comments at once" msgstr "Mehrere Beiträge/Kommentare markieren und gleichzeitig löschen" -#: ../../include/features.php:56 +#: ../../include/features.php:57 msgid "Edit Sent Posts" msgstr "Gesendete Beiträge editieren" -#: ../../include/features.php:56 +#: ../../include/features.php:57 msgid "Edit and correct posts and comments after sending" msgstr "Erlaubt es Beiträge und Kommentare nach dem Senden zu editieren bzw.zu korrigieren." -#: ../../include/features.php:57 +#: ../../include/features.php:58 msgid "Tagging" msgstr "Tagging" -#: ../../include/features.php:57 +#: ../../include/features.php:58 msgid "Ability to tag existing posts" msgstr "Möglichkeit bereits existierende Beiträge nachträglich mit Tags zu versehen." -#: ../../include/features.php:58 +#: ../../include/features.php:59 msgid "Post Categories" msgstr "Beitragskategorien" -#: ../../include/features.php:58 +#: ../../include/features.php:59 msgid "Add categories to your posts" msgstr "Eigene Beiträge mit Kategorien versehen" -#: ../../include/features.php:59 +#: ../../include/features.php:60 msgid "Ability to file posts under folders" msgstr "Beiträge in Ordnern speichern aktivieren" -#: ../../include/features.php:60 +#: ../../include/features.php:61 msgid "Dislike Posts" msgstr "Beiträge 'nicht mögen'" -#: ../../include/features.php:60 +#: ../../include/features.php:61 msgid "Ability to dislike posts/comments" msgstr "Ermöglicht es Beiträge mit einem Klick 'nicht zu mögen'" -#: ../../include/features.php:61 +#: ../../include/features.php:62 msgid "Star Posts" msgstr "Beiträge Markieren" -#: ../../include/features.php:61 +#: ../../include/features.php:62 msgid "Ability to mark special posts with a star indicator" msgstr "Erlaubt es Beiträge mit einem Stern-Indikator zu markieren" -#: ../../include/diaspora.php:704 +#: ../../include/diaspora.php:703 msgid "Sharing notification from Diaspora network" msgstr "Freigabe-Benachrichtigung von Diaspora" -#: ../../include/diaspora.php:2269 +#: ../../include/diaspora.php:2299 msgid "Attachments:" msgstr "Anhänge:" -#: ../../include/acl_selectors.php:325 +#: ../../include/acl_selectors.php:326 msgid "Visible to everybody" msgstr "Für jeden sichtbar" -#: ../../include/items.php:3539 +#: ../../include/items.php:3693 msgid "A new person is sharing with you at " msgstr "Eine neue Person teilt mit dir auf " -#: ../../include/items.php:3539 +#: ../../include/items.php:3693 msgid "You have a new follower at " msgstr "Du hast einen neuen Kontakt auf " -#: ../../include/items.php:4062 +#: ../../include/items.php:4216 msgid "Do you really want to delete this item?" msgstr "Möchtest du wirklich dieses Item löschen?" -#: ../../include/items.php:4285 +#: ../../include/items.php:4443 msgid "Archives" msgstr "Archiv" -#: ../../include/oembed.php:140 +#: ../../include/oembed.php:174 msgid "Embedded content" msgstr "Eingebetteter Inhalt" -#: ../../include/oembed.php:149 +#: ../../include/oembed.php:183 msgid "Embedding disabled" msgstr "Einbettungen deaktiviert" @@ -7319,7 +7397,7 @@ msgstr "wird nicht mehr gefolgt" msgid "Drop Contact" msgstr "Kontakt löschen" -#: ../../include/dba.php:44 +#: ../../include/dba.php:45 #, php-format msgid "Cannot locate DNS info for database server '%s'" msgstr "Kann die DNS Informationen für den Datenbankserver '%s' nicht ermitteln." diff --git a/view/de/strings.php b/view/de/strings.php index 285ff015fe..506e381317 100644 --- a/view/de/strings.php +++ b/view/de/strings.php @@ -120,6 +120,7 @@ $a->strings["font size"] = "Schriftgröße"; $a->strings["base font size for your interface"] = "Basis-Schriftgröße für dein Interface."; $a->strings["Set resize level for images in posts and comments (width and height)"] = "Wähle das Vergrößerungsmaß für Bilder in Beiträgen und Kommentaren (Höhe und Breite)"; $a->strings["Set theme width"] = "Theme Breite festlegen"; +$a->strings["Set style"] = "Stiel auswählen"; $a->strings["Delete this item?"] = "Diesen Beitrag löschen?"; $a->strings["show fewer"] = "weniger anzeigen"; $a->strings["Update %s failed. See error logs."] = "Update %s fehlgeschlagen. Bitte Fehlerprotokoll überprüfen."; @@ -418,6 +419,7 @@ $a->strings["Can not parse base url. Must have at least ://"] = $a->strings["Site settings updated."] = "Seiteneinstellungen aktualisiert."; $a->strings["No special theme for mobile devices"] = "Kein spezielles Theme für mobile Geräte verwenden."; $a->strings["Never"] = "Niemals"; +$a->strings["At post arrival"] = "Beim Empfang von Nachrichten"; $a->strings["Frequently"] = "immer wieder"; $a->strings["Hourly"] = "Stündlich"; $a->strings["Twice daily"] = "Zweimal täglich"; @@ -498,7 +500,7 @@ $a->strings["Use PHP UTF8 regular expressions"] = "PHP UTF8 Ausdrücke verwenden $a->strings["Show Community Page"] = "Gemeinschaftsseite anzeigen"; $a->strings["Display a Community page showing all recent public postings on this site."] = "Zeige die Gemeinschaftsseite mit allen öffentlichen Beiträgen auf diesem Server."; $a->strings["Enable OStatus support"] = "OStatus Unterstützung aktivieren"; -$a->strings["Provide built-in OStatus (identi.ca, status.net, etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."] = "Biete die eingebaute OStatus (identi.ca, status.net, etc.) Unterstützung an. Jede Kommunikation in OStatus ist öffentlich, Privatsphäre Warnungen werden nur bei Bedarf angezeigt."; +$a->strings["Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."] = "Biete die eingebaute OStatus (iStatusNet, GNU Social, etc.) Unterstützung an. Jede Kommunikation in OStatus ist öffentlich, Privatsphäre Warnungen werden nur bei Bedarf angezeigt."; $a->strings["OStatus conversation completion interval"] = "Intervall zum Vervollständigen von OStatus Unterhaltungen"; $a->strings["How often shall the poller check for new entries in OStatus conversations? This can be a very ressource task."] = "Wie oft soll der Poller checken ob es neue Nachrichten in OStatus Unterhaltungen gibt die geladen werden müssen. Je nach Anzahl der OStatus Kontakte könnte dies ein sehr Ressourcen lastiger Job sein."; $a->strings["Enable Diaspora support"] = "Diaspora-Support aktivieren"; @@ -769,6 +771,9 @@ $a->strings["Currently ignored"] = "Derzeit ignoriert"; $a->strings["Currently archived"] = "Momentan archiviert"; $a->strings["Hide this contact from others"] = "Verberge diesen Kontakt vor anderen"; $a->strings["Replies/likes to your public posts may still be visible"] = "Antworten/Likes auf deine öffentlichen Beiträge könnten weiterhin sichtbar sein"; +$a->strings["Notification for new posts"] = "Benachrichtigung bei neuen Beiträgen"; +$a->strings["Send a notification of every new post of this contact"] = "Sende eine Benachrichtigung wann immer dieser Kontakt einen neuen Beitrag schreibt."; +$a->strings["Fetch further information for feeds"] = "Weitere Informationen zu Feeds holen"; $a->strings["Suggestions"] = "Kontaktvorschläge"; $a->strings["Suggest potential friends"] = "Freunde vorschlagen"; $a->strings["All Contacts"] = "Alle Kontakte"; @@ -790,11 +795,10 @@ $a->strings["Edit contact"] = "Kontakt bearbeiten"; $a->strings["Search your contacts"] = "Suche in deinen Kontakten"; $a->strings["Update"] = "Aktualisierungen"; $a->strings["everybody"] = "jeder"; -$a->strings["Account settings"] = "Kontoeinstellungen"; $a->strings["Additional features"] = "Zusätzliche Features"; -$a->strings["Display settings"] = "Anzeige-Einstellungen"; -$a->strings["Connector settings"] = "Connector-Einstellungen"; -$a->strings["Plugin settings"] = "Plugin-Einstellungen"; +$a->strings["Display"] = "Anzeige"; +$a->strings["Social Networks"] = "Soziale Netzwerke"; +$a->strings["Delegations"] = "Delegationen"; $a->strings["Connected apps"] = "Verbundene Programme"; $a->strings["Export personal data"] = "Persönliche Daten exportieren"; $a->strings["Remove account"] = "Konto löschen"; @@ -836,7 +840,6 @@ $a->strings["enabled"] = "eingeschaltet"; $a->strings["disabled"] = "ausgeschaltet"; $a->strings["StatusNet"] = "StatusNet"; $a->strings["Email access is disabled on this site."] = "Zugriff auf E-Mails für diese Seite deaktiviert."; -$a->strings["Connector Settings"] = "Verbindungs-Einstellungen"; $a->strings["Email/Mailbox Setup"] = "E-Mail/Postfach-Einstellungen"; $a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "Wenn du mit E-Mail-Kontakten über diesen Service kommunizieren möchtest (optional), gib bitte die Einstellungen für dein Postfach an."; $a->strings["Last successful email check:"] = "Letzter erfolgreicher E-Mail Check"; @@ -861,6 +864,7 @@ $a->strings["Number of items to display per page:"] = "Zahl der Beiträge, die p $a->strings["Maximum of 100 items"] = "Maximal 100 Beiträge"; $a->strings["Number of items to display per page when viewed from mobile device:"] = "Zahl der Beiträge, die pro Netzwerkseite auf mobilen Geräten angezeigt werden sollen:"; $a->strings["Don't show emoticons"] = "Keine Smilies anzeigen"; +$a->strings["Don't show notices"] = "Info-Popups nicht anzeigen"; $a->strings["Infinite scroll"] = "Endloses Scrollen"; $a->strings["Normal Account Page"] = "Normales Konto"; $a->strings["This account is a normal personal profile"] = "Dieses Konto ist ein normales persönliches Profil"; @@ -1120,6 +1124,8 @@ $a->strings["Public photo"] = "Öffentliches Foto"; $a->strings["Share"] = "Teilen"; $a->strings["View Album"] = "Album betrachten"; $a->strings["Recent Photos"] = "Neueste Fotos"; +$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "Entschuldige, die Datei scheint größer zu sein als es die PHP Konfiguration erlaubt."; +$a->strings["Or - did you try to upload an empty file?"] = "Oder - hast Du versucht, eine leere Datei hochzuladen?"; $a->strings["File exceeds size limit of %d"] = "Die Datei ist größer als das erlaubte Limit von %d"; $a->strings["File upload failed."] = "Hochladen der Datei fehlgeschlagen."; $a->strings["No videos selected"] = "Keine Videos ausgewählt"; @@ -1300,6 +1306,7 @@ $a->strings["This action exceeds the limits set by your subscription plan."] = " $a->strings["This action is not available under your subscription plan."] = "Diese Aktion ist in deinem Abonnement nicht verfügbar."; $a->strings["User not found."] = "Nutzer nicht gefunden."; $a->strings["There is no status with this id."] = "Es gibt keinen Status mit dieser ID."; +$a->strings["There is no conversation with this id."] = "Es existiert keine Unterhaltung mit dieser ID."; $a->strings["view full size"] = "Volle Größe anzeigen"; $a->strings["Starts:"] = "Beginnt:"; $a->strings["Finishes:"] = "Endet:"; @@ -1457,6 +1464,9 @@ $a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "%1\$s hat etwas auf $a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica-Meldung] %s hat dich erwähnt"; $a->strings["%1\$s tagged you at %2\$s"] = "%1\$s erwähnte dich auf %2\$s"; $a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = "%1\$s [url=%2\$s]erwähnte dich[/url]."; +$a->strings["[Friendica:Notify] %s shared a new post"] = "[Friendica Benachrichtigung] %s hat einen Beitrag geteilt"; +$a->strings["%1\$s shared a new post at %2\$s"] = "%1\$s hat einen neuen Beitrag auf %2\$s geteilt"; +$a->strings["%1\$s [url=%2\$s]shared a post[/url]."] = "%1\$s [url=%2\$s]hat einen Beitrag geteilt[/url]."; $a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica-Meldung] %1\$s hat dich angestupst"; $a->strings["%1\$s poked you at %2\$s"] = "%1\$s hat dich auf %2\$s angestupst"; $a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "%1\$s [url=%2\$s]hat dich angestupst[/url]."; @@ -1506,6 +1516,8 @@ $a->strings["Search site content"] = "Inhalt der Seite durchsuchen"; $a->strings["Conversations on this site"] = "Unterhaltungen auf dieser Seite"; $a->strings["Directory"] = "Verzeichnis"; $a->strings["People directory"] = "Nutzerverzeichnis"; +$a->strings["Information"] = "Information"; +$a->strings["Information about this friendica instance"] = "Informationen zu dieser Friendica Instanz"; $a->strings["Conversations from your friends"] = "Unterhaltungen deiner Kontakte"; $a->strings["Network Reset"] = "Netzwerk zurücksetzen"; $a->strings["Load Network page with no filters"] = "Netzwerk-Seite ohne Filter laden"; @@ -1517,7 +1529,7 @@ $a->strings["Inbox"] = "Eingang"; $a->strings["Outbox"] = "Ausgang"; $a->strings["Manage"] = "Verwalten"; $a->strings["Manage other pages"] = "Andere Seiten verwalten"; -$a->strings["Delegations"] = "Delegierungen"; +$a->strings["Account settings"] = "Kontoeinstellungen"; $a->strings["Manage/Edit Profiles"] = "Profile Verwalten/Editieren"; $a->strings["Manage/edit friends and contacts"] = "Freunde und Kontakte verwalten/editieren"; $a->strings["Site setup and configuration"] = "Einstellungen der Seite und Konfiguration"; @@ -1540,7 +1552,8 @@ $a->strings["Love/Romance:"] = "Liebesleben:"; $a->strings["Work/employment:"] = "Arbeit/Beschäftigung:"; $a->strings["School/education:"] = "Schule/Ausbildung:"; $a->strings["Image/photo"] = "Bild/Foto"; -$a->strings["%s wrote the following post"] = "%s schrieb den folgenden Beitrag"; +$a->strings["%s wrote the following post"] = "%s schrieb den folgenden Beitrag"; +$a->strings[""] = ""; $a->strings["$1 wrote:"] = "$1 hat geschrieben:"; $a->strings["Encrypted content"] = "Verschlüsselter Inhalt"; $a->strings["Unknown | Not categorised"] = "Unbekannt | Nicht kategorisiert"; @@ -1560,6 +1573,8 @@ $a->strings["MySpace"] = "MySpace"; $a->strings["Google+"] = "Google+"; $a->strings["pump.io"] = "pump.io"; $a->strings["Twitter"] = "Twitter"; +$a->strings["Diaspora Connector"] = "Diaspora"; +$a->strings["Statusnet"] = "StatusNet"; $a->strings["Miscellaneous"] = "Verschiedenes"; $a->strings["year"] = "Jahr"; $a->strings["month"] = "Monat"; @@ -1588,6 +1603,8 @@ $a->strings["Richtext Editor"] = "Web-Editor"; $a->strings["Enable richtext editor"] = "Den Web-Editor für neue Beiträge aktivieren"; $a->strings["Post Preview"] = "Beitragsvorschau"; $a->strings["Allow previewing posts and comments before publishing them"] = "Die Vorschau von Beiträgen und Kommentaren vor dem absenden erlauben."; +$a->strings["Auto-mention Forums"] = "Foren automatisch erwähnen"; +$a->strings["Add/remove mention when a fourm page is selected/deselected in ACL window."] = "Automatisch eine @-Erwähnung eines Forums einfügen/entfehrnen, wenn dieses im ACL Fenster de-/markiert wurde."; $a->strings["Network Sidebar Widgets"] = "Widgets für Netzwerk und Seitenleiste"; $a->strings["Search by Date"] = "Archiv"; $a->strings["Ability to select posts by date ranges"] = "Möglichkeit die Beiträge nach Datumsbereichen zu sortieren"; From 21f500482169c380db5208ff49534aedff150453 Mon Sep 17 00:00:00 2001 From: hauke Date: Sun, 27 Apr 2014 14:35:32 +0200 Subject: [PATCH 34/42] bug fix: event entry. long text doesn't wrap in colorbox popup --- view/theme/vier/style.css | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index 5e8d97418c..0c6e42959d 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -2316,25 +2316,16 @@ a.mail-list-link { font-size: 20px; } -.vevent { +/*.vevent { border: 1px solid #CCCCCC; -} -.vevent .event-description, .vevent .event-location { - margin-left: 10px; - margin-right: 10px; -} -.vevent .event-start { - margin-left: 10px; - margin-right: 10px; -} +}*/ -#new-event-link { - margin-bottom: 10px; -} -.edit-event-link, .plink-event-link { - float: left; - margin-top: 4px; +.vevent { + border: 1px solid #CCCCCC; + max-width: 600px; + position: relative; + margin-top: 4px; margin-right: 4px; margin-bottom: 15px; } From c111cec5609dd0ebafeeef7b71a176fb2719f5de Mon Sep 17 00:00:00 2001 From: hauke Date: Sun, 27 Apr 2014 14:41:31 +0200 Subject: [PATCH 35/42] event entry: added some padding for a nicer look --- view/theme/vier/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index 0c6e42959d..1f76c84a3c 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -2328,6 +2328,7 @@ a.mail-list-link { margin-top: 4px; margin-right: 4px; margin-bottom: 15px; + padding: 5px; } .event-description:before { From cd1a726d87bfec1dd7853f74c9a451359ad6d74c Mon Sep 17 00:00:00 2001 From: hauke Date: Sun, 27 Apr 2014 14:44:42 +0200 Subject: [PATCH 36/42] code cleanup --- view/theme/vier/style.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index 1f76c84a3c..4e345da55a 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -2316,11 +2316,6 @@ a.mail-list-link { font-size: 20px; } -/*.vevent { - border: 1px solid #CCCCCC; -}*/ - - .vevent { border: 1px solid #CCCCCC; max-width: 600px; From f14835ce4a03473270703313f1f460b2e8b09182 Mon Sep 17 00:00:00 2001 From: hauke Date: Sun, 27 Apr 2014 14:50:39 +0200 Subject: [PATCH 37/42] re-added missing styles for event --- view/theme/vier/style.css | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index 4e345da55a..ff3d65a2f3 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -2323,7 +2323,26 @@ a.mail-list-link { margin-top: 4px; margin-right: 4px; margin-bottom: 15px; - padding: 5px; +} + +.vevent .event-description, .vevent .event-location { + margin-left: 10px; + margin-right: 10px; +} +.vevent .event-start { + margin-left: 10px; + margin-right: 10px; +} + +#new-event-link { + margin-bottom: 10px; +} + +.edit-event-link, .plink-event-link { + float: left; + margin-top: 4px; + margin-right: 4px; + margin-bottom: 15px; } .event-description:before { From b8bf26ec1f4184c1f843c681241b2d212464a564 Mon Sep 17 00:00:00 2001 From: hauke Date: Sun, 27 Apr 2014 14:53:45 +0200 Subject: [PATCH 38/42] code cleanup, replaced tabs with spaces --- view/theme/vier/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index ff3d65a2f3..4b78d967e1 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -2317,10 +2317,10 @@ a.mail-list-link { } .vevent { - border: 1px solid #CCCCCC; - max-width: 600px; - position: relative; - margin-top: 4px; + border: 1px solid #CCCCCC; + max-width: 600px; + position: relative; + margin-top: 4px; margin-right: 4px; margin-bottom: 15px; } From 2904b7d354c54595ad98f4127b65717d0fc0b42e Mon Sep 17 00:00:00 2001 From: Fabrixxm Date: Mon, 28 Apr 2014 08:47:10 -0400 Subject: [PATCH 39/42] quattro: remove 'do not edit' comments from templates --- view/theme/quattro/templates/birthdays_reminder.tpl | 5 ----- view/theme/quattro/templates/comment_item.tpl | 5 ----- view/theme/quattro/templates/conversation.tpl | 5 ----- view/theme/quattro/templates/events_reminder.tpl | 5 ----- view/theme/quattro/templates/fileas_widget.tpl | 5 ----- view/theme/quattro/templates/generic_links_widget.tpl | 5 ----- view/theme/quattro/templates/group_side.tpl | 5 ----- view/theme/quattro/templates/jot.tpl | 5 ----- view/theme/quattro/templates/mail_conv.tpl | 5 ----- view/theme/quattro/templates/mail_display.tpl | 5 ----- view/theme/quattro/templates/mail_list.tpl | 5 ----- view/theme/quattro/templates/message_side.tpl | 5 ----- view/theme/quattro/templates/nets.tpl | 5 ----- view/theme/quattro/templates/photo_view.tpl | 5 ----- view/theme/quattro/templates/profile_vcard.tpl | 5 ----- view/theme/quattro/templates/prv_message.tpl | 6 ------ view/theme/quattro/templates/saved_searches_aside.tpl | 5 ----- view/theme/quattro/templates/search_item.tpl | 6 ------ view/theme/quattro/templates/theme_settings.tpl | 5 ----- view/theme/quattro/templates/threaded_conversation.tpl | 5 ----- view/theme/quattro/templates/wall_item_tag.tpl | 5 ----- view/theme/quattro/templates/wall_thread.tpl | 5 ----- 22 files changed, 112 deletions(-) diff --git a/view/theme/quattro/templates/birthdays_reminder.tpl b/view/theme/quattro/templates/birthdays_reminder.tpl index f951fc97a8..8b13789179 100644 --- a/view/theme/quattro/templates/birthdays_reminder.tpl +++ b/view/theme/quattro/templates/birthdays_reminder.tpl @@ -1,6 +1 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} diff --git a/view/theme/quattro/templates/comment_item.tpl b/view/theme/quattro/templates/comment_item.tpl index eca1f14f40..d3d5c46320 100644 --- a/view/theme/quattro/templates/comment_item.tpl +++ b/view/theme/quattro/templates/comment_item.tpl @@ -1,8 +1,3 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}}

diff --git a/view/theme/quattro/templates/conversation.tpl b/view/theme/quattro/templates/conversation.tpl index 4e3553894b..b812d533a3 100644 --- a/view/theme/quattro/templates/conversation.tpl +++ b/view/theme/quattro/templates/conversation.tpl @@ -1,8 +1,3 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} {{$live_update}} {{foreach $threads as $thread}} diff --git a/view/theme/quattro/templates/events_reminder.tpl b/view/theme/quattro/templates/events_reminder.tpl index b188bd4a37..eb5386f386 100644 --- a/view/theme/quattro/templates/events_reminder.tpl +++ b/view/theme/quattro/templates/events_reminder.tpl @@ -1,8 +1,3 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} diff --git a/view/theme/quattro/templates/fileas_widget.tpl b/view/theme/quattro/templates/fileas_widget.tpl index 555ac5feb3..23d001d462 100644 --- a/view/theme/quattro/templates/fileas_widget.tpl +++ b/view/theme/quattro/templates/fileas_widget.tpl @@ -1,8 +1,3 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}}

{{$title}}

{{$desc}}
diff --git a/view/theme/quattro/templates/generic_links_widget.tpl b/view/theme/quattro/templates/generic_links_widget.tpl index 802563255c..e10ded9f4c 100644 --- a/view/theme/quattro/templates/generic_links_widget.tpl +++ b/view/theme/quattro/templates/generic_links_widget.tpl @@ -1,8 +1,3 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}}
{{if $title}}

{{$title}}

{{/if}} {{if $desc}}
{{$desc}}
{{/if}} diff --git a/view/theme/quattro/templates/group_side.tpl b/view/theme/quattro/templates/group_side.tpl index b71f1f1e2f..d0fb5d62b6 100644 --- a/view/theme/quattro/templates/group_side.tpl +++ b/view/theme/quattro/templates/group_side.tpl @@ -1,8 +1,3 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}}

{{$title}}

diff --git a/view/theme/quattro/templates/jot.tpl b/view/theme/quattro/templates/jot.tpl index f9f36a37db..21df47dfa8 100644 --- a/view/theme/quattro/templates/jot.tpl +++ b/view/theme/quattro/templates/jot.tpl @@ -1,8 +1,3 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}}
 
diff --git a/view/theme/quattro/templates/mail_conv.tpl b/view/theme/quattro/templates/mail_conv.tpl index 3ddc8e99f8..69673470ed 100644 --- a/view/theme/quattro/templates/mail_conv.tpl +++ b/view/theme/quattro/templates/mail_conv.tpl @@ -1,8 +1,3 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}}
diff --git a/view/theme/quattro/templates/mail_display.tpl b/view/theme/quattro/templates/mail_display.tpl index dc1fbbc6f5..ac8ec98e1b 100644 --- a/view/theme/quattro/templates/mail_display.tpl +++ b/view/theme/quattro/templates/mail_display.tpl @@ -1,8 +1,3 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}}
{{$thread_subject}} diff --git a/view/theme/quattro/templates/mail_list.tpl b/view/theme/quattro/templates/mail_list.tpl index 0090668740..038607e4df 100644 --- a/view/theme/quattro/templates/mail_list.tpl +++ b/view/theme/quattro/templates/mail_list.tpl @@ -1,8 +1,3 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}}
{{$subject}} {{$from_name}} diff --git a/view/theme/quattro/templates/message_side.tpl b/view/theme/quattro/templates/message_side.tpl index 723b0b710c..c8a372c744 100644 --- a/view/theme/quattro/templates/message_side.tpl +++ b/view/theme/quattro/templates/message_side.tpl @@ -1,8 +1,3 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}}
diff --git a/view/theme/quattro/templates/nets.tpl b/view/theme/quattro/templates/nets.tpl index dfe133251f..981bd8d2c8 100644 --- a/view/theme/quattro/templates/nets.tpl +++ b/view/theme/quattro/templates/nets.tpl @@ -1,8 +1,3 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}}

{{$title}}

{{$desc}}
diff --git a/view/theme/quattro/templates/photo_view.tpl b/view/theme/quattro/templates/photo_view.tpl index 38b3b5216e..8456a2747a 100644 --- a/view/theme/quattro/templates/photo_view.tpl +++ b/view/theme/quattro/templates/photo_view.tpl @@ -1,8 +1,3 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}}

{{$album.1}}

diff --git a/view/theme/quattro/templates/profile_vcard.tpl b/view/theme/quattro/templates/profile_vcard.tpl index 8213a108f7..0c44a7f439 100644 --- a/view/theme/quattro/templates/profile_vcard.tpl +++ b/view/theme/quattro/templates/profile_vcard.tpl @@ -1,8 +1,3 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}}
diff --git a/view/theme/quattro/templates/prv_message.tpl b/view/theme/quattro/templates/prv_message.tpl index 26b14d6e0e..45ba137439 100644 --- a/view/theme/quattro/templates/prv_message.tpl +++ b/view/theme/quattro/templates/prv_message.tpl @@ -1,9 +1,3 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -

{{$header}}

diff --git a/view/theme/quattro/templates/saved_searches_aside.tpl b/view/theme/quattro/templates/saved_searches_aside.tpl index 6ff59afae4..007d1d956e 100644 --- a/view/theme/quattro/templates/saved_searches_aside.tpl +++ b/view/theme/quattro/templates/saved_searches_aside.tpl @@ -1,8 +1,3 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}}

{{$title}}

diff --git a/view/theme/quattro/templates/search_item.tpl b/view/theme/quattro/templates/search_item.tpl index a5dafa643c..88739ff47a 100644 --- a/view/theme/quattro/templates/search_item.tpl +++ b/view/theme/quattro/templates/search_item.tpl @@ -1,9 +1,3 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -
{{$item.star.starred}} {{if $item.lock}}{{$item.lock}}{{/if}} diff --git a/view/theme/quattro/templates/theme_settings.tpl b/view/theme/quattro/templates/theme_settings.tpl index 5df1e99ede..9fb2d4c1c9 100644 --- a/view/theme/quattro/templates/theme_settings.tpl +++ b/view/theme/quattro/templates/theme_settings.tpl @@ -1,8 +1,3 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} {{include file="field_select.tpl" field=$color}} diff --git a/view/theme/quattro/templates/threaded_conversation.tpl b/view/theme/quattro/templates/threaded_conversation.tpl index dc3e918f61..158c30d6bd 100644 --- a/view/theme/quattro/templates/threaded_conversation.tpl +++ b/view/theme/quattro/templates/threaded_conversation.tpl @@ -1,8 +1,3 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} {{$live_update}} {{foreach $threads as $thread}} diff --git a/view/theme/quattro/templates/wall_item_tag.tpl b/view/theme/quattro/templates/wall_item_tag.tpl index 1e658883c7..efcb528881 100644 --- a/view/theme/quattro/templates/wall_item_tag.tpl +++ b/view/theme/quattro/templates/wall_item_tag.tpl @@ -1,8 +1,3 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} {{if $mode == display}} {{else}} {{if $item.comment_firstcollapsed}} diff --git a/view/theme/quattro/templates/wall_thread.tpl b/view/theme/quattro/templates/wall_thread.tpl index f4149949ef..e5a7115e91 100644 --- a/view/theme/quattro/templates/wall_thread.tpl +++ b/view/theme/quattro/templates/wall_thread.tpl @@ -1,8 +1,3 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} {{if $mode == display}} {{else}} {{if $item.comment_firstcollapsed}} From aba27ad40420f06dea46fd58b7f903ea4b4ed6bf Mon Sep 17 00:00:00 2001 From: Fabrixxm Date: Mon, 28 Apr 2014 09:29:48 -0400 Subject: [PATCH 40/42] fix photo comments: use $drop array as in wall_thread and search_item --- mod/photos.php | 13 +++++++++---- view/templates/photo_drop.tpl | 9 --------- view/templates/photo_item.tpl | 9 ++++++++- 3 files changed, 17 insertions(+), 14 deletions(-) delete mode 100644 view/templates/photo_drop.tpl diff --git a/mod/photos.php b/mod/photos.php index 1ec16898bf..0e9055d05d 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -1640,10 +1640,15 @@ function photos_content(&$a) { $profile_link = $profile_url; - $drop = ''; - - if(($item['contact-id'] == $contact_id) || ($item['uid'] == local_user())) - $drop = replace_macros(get_markup_template('photo_drop.tpl'), array('$id' => $item['id'], '$delete' => t('Delete'))); + + + $dropping = (($item['contact-id'] == $contact_id) || ($item['uid'] == local_user())); + $drop = array( + 'dropping' => $dropping, + 'pagedrop' => false, + 'select' => t('Select'), + 'delete' => t('Delete'), + ); if($a->theme['template_engine'] === 'internal') { diff --git a/view/templates/photo_drop.tpl b/view/templates/photo_drop.tpl deleted file mode 100644 index ed500fd0ad..0000000000 --- a/view/templates/photo_drop.tpl +++ /dev/null @@ -1,9 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -
- -
-
diff --git a/view/templates/photo_item.tpl b/view/templates/photo_item.tpl index 7d6ac96ee1..d1ed78b7e8 100644 --- a/view/templates/photo_item.tpl +++ b/view/templates/photo_item.tpl @@ -17,7 +17,14 @@
{{$title}}
{{$body}}
- {{$drop}} + + {{if $drop.dropping }} +
+ +
+
+ {{/if}} +
{{$comment}} From 42a9d0af0924358f9d1b0914b4b57ef3508fca81 Mon Sep 17 00:00:00 2001 From: Fabrixxm Date: Mon, 28 Apr 2014 09:31:48 -0400 Subject: [PATCH 41/42] quattro: fix photo comments, small fix to search_item template --- view/theme/quattro/dark/style.css | 7 ++ view/theme/quattro/green/style.css | 7 ++ view/theme/quattro/lilac/style.css | 7 ++ view/theme/quattro/quattro.less | 4 + view/theme/quattro/templates/photo_item.tpl | 79 ++++++++++++++++++++ view/theme/quattro/templates/photo_view.tpl | 3 +- view/theme/quattro/templates/search_item.tpl | 2 +- 7 files changed, 107 insertions(+), 2 deletions(-) create mode 100644 view/theme/quattro/templates/photo_item.tpl diff --git a/view/theme/quattro/dark/style.css b/view/theme/quattro/dark/style.css index 22d3f13b0b..8436b56d51 100644 --- a/view/theme/quattro/dark/style.css +++ b/view/theme/quattro/dark/style.css @@ -486,6 +486,7 @@ header { margin: 0px; padding: 0px; /*width: 100%; height: 12px; */ + z-index: 110; color: #ffffff; } @@ -815,6 +816,7 @@ aside #profiles-menu { overflow: auto; height: auto; /*.contact-block-div { width:60px; height: 60px; }*/ + } #contact-block .contact-block-h4 { float: left; @@ -896,6 +898,7 @@ aside #profiles-menu { margin-bottom: 2em; /*.action .s10 { width: 10px; overflow: hidden; padding: 0px;} .action .s16 { width: 16px; overflow: hidden; padding: 0px;}*/ + } .widget h3 { padding: 0px; @@ -1160,6 +1163,9 @@ section { color: #2d2d2d; border: 1px solid #2d2d2d; } +.wall-item-comment-wrapper.photo { + margin: 1em 2em 1em 0px; +} .threaded .wall-item-comment-wrapper { margin-left: 0px; } @@ -1174,6 +1180,7 @@ section { height: 32px; margin-left: 16px; /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/ + } .comment-edit-preview .contact-photo-menu-button { top: 15px !important; diff --git a/view/theme/quattro/green/style.css b/view/theme/quattro/green/style.css index 24ce51c65b..19c5170066 100644 --- a/view/theme/quattro/green/style.css +++ b/view/theme/quattro/green/style.css @@ -486,6 +486,7 @@ header { margin: 0px; padding: 0px; /*width: 100%; height: 12px; */ + z-index: 110; color: #ffffff; } @@ -815,6 +816,7 @@ aside #profiles-menu { overflow: auto; height: auto; /*.contact-block-div { width:60px; height: 60px; }*/ + } #contact-block .contact-block-h4 { float: left; @@ -896,6 +898,7 @@ aside #profiles-menu { margin-bottom: 2em; /*.action .s10 { width: 10px; overflow: hidden; padding: 0px;} .action .s16 { width: 16px; overflow: hidden; padding: 0px;}*/ + } .widget h3 { padding: 0px; @@ -1160,6 +1163,9 @@ section { color: #2d2d2d; border: 1px solid #2d2d2d; } +.wall-item-comment-wrapper.photo { + margin: 1em 2em 1em 0px; +} .threaded .wall-item-comment-wrapper { margin-left: 0px; } @@ -1174,6 +1180,7 @@ section { height: 32px; margin-left: 16px; /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/ + } .comment-edit-preview .contact-photo-menu-button { top: 15px !important; diff --git a/view/theme/quattro/lilac/style.css b/view/theme/quattro/lilac/style.css index 7c002b112e..9b191dab97 100644 --- a/view/theme/quattro/lilac/style.css +++ b/view/theme/quattro/lilac/style.css @@ -486,6 +486,7 @@ header { margin: 0px; padding: 0px; /*width: 100%; height: 12px; */ + z-index: 110; color: #ffffff; } @@ -815,6 +816,7 @@ aside #profiles-menu { overflow: auto; height: auto; /*.contact-block-div { width:60px; height: 60px; }*/ + } #contact-block .contact-block-h4 { float: left; @@ -896,6 +898,7 @@ aside #profiles-menu { margin-bottom: 2em; /*.action .s10 { width: 10px; overflow: hidden; padding: 0px;} .action .s16 { width: 16px; overflow: hidden; padding: 0px;}*/ + } .widget h3 { padding: 0px; @@ -1160,6 +1163,9 @@ section { color: #2d2d2d; border: 1px solid #2d2d2d; } +.wall-item-comment-wrapper.photo { + margin: 1em 2em 1em 0px; +} .threaded .wall-item-comment-wrapper { margin-left: 0px; } @@ -1174,6 +1180,7 @@ section { height: 32px; margin-left: 16px; /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/ + } .comment-edit-preview .contact-photo-menu-button { top: 15px !important; diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less index 96019e0927..60f70d421a 100644 --- a/view/theme/quattro/quattro.less +++ b/view/theme/quattro/quattro.less @@ -586,6 +586,10 @@ section { color: @CommentBoxFullColor; border: 1px solid @CommentBoxFullBorderColor; } + + &.photo { + margin: 1em 2em 1em 0px; + } } .threaded .wall-item-comment-wrapper { margin-left: 0px; } diff --git a/view/theme/quattro/templates/photo_item.tpl b/view/theme/quattro/templates/photo_item.tpl new file mode 100644 index 0000000000..12c43eb0b2 --- /dev/null +++ b/view/theme/quattro/templates/photo_item.tpl @@ -0,0 +1,79 @@ +
+
+
+
+ + {{$name}} + +
+
{{$location}}
+
+
+ {{if $title}}

{{$title}}

{{/if}} + {{$body}} +
+
+
+ +
+ {{foreach $tags as $tag}} + {{$tag}} + {{/foreach}} +
+
+
+
+ {{if $plink}}{{$plink.title}}{{/if}} +
+
+
+ {{$name}} {{$ago}} +
+ +
+ {{if $star}} + {{$star.do}} + {{$star.undo}} + {{$star.tagger}} + {{/if}} + + {{if $vote}} + {{$vote.like.1}} + {{$vote.dislike.1}} + {{/if}} + + {{if $vote.share}} + {{$vote.share.1}} + {{/if}} +
+ +
+ + {{if $drop.pagedrop}} + + {{/if}} + {{if $drop.dropping}} + {{$drop.delete}} + {{/if}} + {{if $edpost}} + + {{/if}} +
+ +
+
+
+ + +
{{$dislike}}
+ {{if $conv}} + + {{/if}} +
+ + +
+ diff --git a/view/theme/quattro/templates/photo_view.tpl b/view/theme/quattro/templates/photo_view.tpl index 8456a2747a..463969e78e 100644 --- a/view/theme/quattro/templates/photo_view.tpl +++ b/view/theme/quattro/templates/photo_view.tpl @@ -29,7 +29,8 @@ {{$dislike}}
{{/if}} -
+ +
{{$comments}}
diff --git a/view/theme/quattro/templates/search_item.tpl b/view/theme/quattro/templates/search_item.tpl index 88739ff47a..132d1d32d3 100644 --- a/view/theme/quattro/templates/search_item.tpl +++ b/view/theme/quattro/templates/search_item.tpl @@ -83,8 +83,8 @@ {{if $item.conv}} + {{/if}}
From cae89749d7804c524383a609ec0df438cc015e25 Mon Sep 17 00:00:00 2001 From: Fabrixxm Date: Mon, 28 Apr 2014 09:42:41 -0400 Subject: [PATCH 42/42] vier: remove unused .less files, fix photo comments --- view/theme/vier/colors.less | 96 -- view/theme/vier/icons.less | 59 -- view/theme/vier/quattro.less | 1067 ---------------------- view/theme/vier/style.css | 12 + view/theme/vier/style.less | 14 - view/theme/vier/templates/photo_item.tpl | 78 ++ view/theme/vier/templates/photo_view.tpl | 44 + 7 files changed, 134 insertions(+), 1236 deletions(-) delete mode 100644 view/theme/vier/colors.less delete mode 100644 view/theme/vier/icons.less delete mode 100644 view/theme/vier/quattro.less delete mode 100644 view/theme/vier/style.less create mode 100644 view/theme/vier/templates/photo_item.tpl create mode 100644 view/theme/vier/templates/photo_view.tpl diff --git a/view/theme/vier/colors.less b/view/theme/vier/colors.less deleted file mode 100644 index 18d0fc620d..0000000000 --- a/view/theme/vier/colors.less +++ /dev/null @@ -1,96 +0,0 @@ -// Quattro Theme LESS file - -// "Echo" palette from Inkscape -@Yellow1 : #fce94f; -@Blue1:rgb(25,174,255); -@Blue2:rgb(0,132,200); -@Blue3:rgb(0,92,148); -@Red1:rgb(255,65,65); -@Red2:rgb(220,0,0); -@Red3:rgb(181,0,0); -@Orange1:rgb(255,255,62); -@Orange2:rgb(255,153,0); -@Orange3:rgb(255,102,0); -@Brown1:rgb(255,192,34); -@Brown2:rgb(184,129,0); -@Brown3:rgb(128,77,0); -@Green1:rgb(204,255,66); -@Green2:rgb(154,222,0); -@Green3:rgb(0,145,0); -@Purple1:rgb(241,202,255); -@Purple2:rgb(215,108,255); -@Purple3:rgb(186,0,255); -@Metalic1:rgb(189,205,212); -@Metalic2:rgb(158,171,176); -@Metalic3:rgb(54,78,89); -@Metalic4:rgb(14,35,46); -@Grey1:rgb(255,255,255); -@Grey2:rgb(204,204,204); -@Grey3:rgb(153,153,153); -@Grey4:rgb(102,102,102); -@Grey5:rgb(45,45,45); - - -// Theme colors -@BodyBackground: @Grey1; -@BodyColor: @Grey5; - -@Link: @Blue3; -@LinkHover: @Blue3; -@LinkVisited: @Blue3; - - -@ButtonColor: @Grey1; -@ButtonBackgroundColor: @Grey5; - -@Banner: @Grey1; - -@NavbarBackground:@Metalic4; -@NavbarSelectedBg:@Metalic3; -@NavbarSelectedBorder: @Metalic2; -@NavbarNotifBg: @Blue1; - -@Menu: @Grey5; -@MenuBg: @Grey1; -@MenuBorder: @Metalic3; -@MenuItem: @Grey5; -@MenuItemHoverBg: @Metalic1; -@MenuItemSeparator: @Metalic2; -@MenuEmpty: @Metalic2; -@MenuItemDetail: @Metalic2; - -@AsideBorder: @Metalic1; -@AsideConnect: @Grey1; -@AsideConnectBg: @Blue3; -@AsideConnectHoverBg: @Blue1; -@VCardLabelColor: @Grey3; - -@InfoColor: @Grey1; -@InfoBackgroundColor: @Metalic3; - -@NoticeColor: @Grey1; -@NoticeBackgroundColor: #511919; - -@ThreadBackgroundColor: #f6f7f8; -@ShinyBorderColor: @Yellow1; - -@CommentBoxEmptyColor: @Grey3; -@CommentBoxEmptyBorderColor: @Grey3; -@CommentBoxFullColor: @Grey5; -@CommentBoxFullBorderColor: @Grey5; - -@TagColor: @Grey1; - -@JotToolsBackgroundColor: @Metalic4; -@JotToolsBorderColor: @Metalic2; -@JotToolsOverBackgroundColor: @Metalic3; -@JotToolsOverBorderColor: @Metalic1; -@JotToolsText: @Grey2; -@JotSubmitBackgroundColor: @Grey2; -@JotSubmitText: @Grey4; -@JotSubmitOverBackgroundColor: @Metalic1; -@JotSubmitOverText: @Grey4; -@JotPermissionUnlockBackgroundColor: @Grey2; -@JotPermissionLockBackgroundColor: @Grey4; -@JotLoadingBackgroundColor: @Grey1; -@JotPreviewBackgroundColor: @Yellow1; diff --git a/view/theme/vier/icons.less b/view/theme/vier/icons.less deleted file mode 100644 index e314fba1fd..0000000000 --- a/view/theme/vier/icons.less +++ /dev/null @@ -1,59 +0,0 @@ -// Quattro Theme LESS file -/* icons */ - -.icons(@size: 22) { - &.notify { background-image: url("../../../images/icons/@{size}/notify_off.png"); } - &.gear { background-image: url("../../../images/icons/@{size}/gear.png"); } - - &.add { background-image: url("../../../images/icons/@{size}/add.png"); } - &.delete { background-image: url("../../../images/icons/@{size}/delete.png"); } - &.edit { background-image: url("../../../images/icons/@{size}/edit.png"); } - &.star { background-image: url("../../../images/icons/@{size}/star.png"); } - &.menu { background-image: url("../../../images/icons/@{size}/menu.png"); } - &.link { background-image: url("../../../images/icons/@{size}/link.png"); } - &.lock { background-image: url("../../../images/icons/@{size}/lock.png"); } - &.unlock { background-image: url("../../../images/icons/@{size}/unlock.png"); } - &.type-unkn { background-image: url("../../../images/icons/@{size}/zip.png"); } - &.type-audio{ background-image: url("../../../images/icons/@{size}/audio.png"); } - &.type-video{ background-image: url("../../../images/icons/@{size}/video.png"); } - &.type-image{ background-image: url("../../../images/icons/@{size}/image.png"); } - &.type-text { background-image: url("../../../images/icons/@{size}/text.png"); } - -} - - -.icon { - background-color: transparent ; - background-repeat: no-repeat; - background-position: left center; - display: block; - overflow: hidden; - text-indent: -9999px; - padding: 1px; - - &.text { - text-indent: 0px; - } - - &.s10 { - min-width:10px; height: 10px; - .icons(10); - &.text { padding: 2px 0px 0px 15px; } - } - &.s16 { - min-width:16px; height: 16px; - .icons(16); - &.text { padding: 4px 0px 0px 20px; } - } - &.s22 { - min-width:22px; height: 22px; - .icons(22); - &.text { padding: 10px 0px 0px 25px; } - } - &.s48 { - width:48px; height: 48px; - .icons(48); - } - - -} diff --git a/view/theme/vier/quattro.less b/view/theme/vier/quattro.less deleted file mode 100644 index 9d26082616..0000000000 --- a/view/theme/vier/quattro.less +++ /dev/null @@ -1,1067 +0,0 @@ -// Quattro Theme LESS file - -/* global */ -body { - font-family: Liberation Sans,helvetica,arial,clean,sans-serif; - font-size: 11px; - background-color: @BodyBackground; - color: @BodyColor; - margin: 50px 0px 0px 0px; - display:table; -} -h4 { font-size: 1.1em } - -.shadow(@x: 0px, @y: 5px){ - -webkit-box-shadow:@x @y 10px rgba(0, 0, 0, 0.7); - -moz-box-shadow:@x @y 10px rgba(0, 0, 0, 0.7); - box-shadow:@x @y 10px rgba(0, 0, 0, 0.7); -} - -.rounded(@tr: 5px, @tl: 5px, @bl: 5px, @br: 5px){ - -moz-border-radius: @arguments; - -webkit-border-radius: @arguments; - border-radius: @arguments; -} -.roundbottom (@radius: 5px){ .rounded(0, 0, @radius, @radius); } -.roundtop (@radius: 5px){ .rounded(@radius, @radius, 0, 0); } - -.opaque(@v: 0.5){ - opacity: @v; - -webkit-transition: all 0.2s ease-in-out; - -moz-transition: all 0.2s ease-in-out; - -o-transition: all 0.2s ease-in-out; - -ms-transition: all 0.2s ease-in-out; - transition: all 0.2s ease-in-out; -} - - -a, a:link { color: @Link; text-decoration: none; } -a:visited { color: @LinkVisited; text-decoration: none; } -a:hover {color: @LinkHover; text-decoration: underline; } - -.left { float: left; } -.right { float: right; } -.hidden { display: none; } -.clear { clear: both; } - -.fakelink { color: @Link; text-decoration: none; cursor:pointer; } -.fakelink:hover { color: @LinkHover; text-decoration: underline; } - -code { - font-family: Courier, monospace; - white-space: pre; - display: block; - overflow: auto; - border: 1px solid #444; - background: #EEE; - color: #444; - padding: 10px; - margin-top: 20px; -} - -#panel { - position: absolute; - width: 10em; - background: @MenuBg; - color: @Menu; - margin: 0px; - padding: 1em; - list-style: none; - border: 3px solid @MenuBorder; - z-index: 100000; - - .shadow(); -} - - - -/* tool */ - -.tool { - height: auto; overflow: auto; - .label { float: left;} - .action { float: right; } -} - - - - -/* popup notifications */ -div.jGrowl div.notice { - background: @NoticeBackgroundColor url("../../../images/icons/48/notice.png") no-repeat 5px center; - color: @NoticeColor; - padding-left: 58px; -} -div.jGrowl div.info { - background: @InfoBackgroundColor url("../../../images/icons/48/info.png") no-repeat 5px center; - color: @InfoColor; - padding-left: 58px; -} - - - -/* header */ -header { - position: fixed; left: 43%; right: 43%; top: 0px; - margin: 0px; padding: 0px; - /*width: 100%; height: 12px; */ - z-index: 110; - color: @Grey1; - #site-location { - display: none; - } - - #banner { - overflow: hidden; - text-align: center; - width: 100%; - a, a:active, a:visited, a:link, a:hover { color: @Grey1; text-decoration: none; outline: none; vertical-align: bottom; } - #logo-img { height: 22px; margin-top:5px;} - #logo-text { font-size: 22px } - } -} -/* nav */ -nav { - width: 100%; height: 32px; - position: fixed; left: 0px; top: 0px; - padding: 0px; - background-color: @NavbarBackground; - color: @Grey1; - z-index: 100; - .shadow(0px, 0px); - - a, a:active, a:visited, a:link, a:hover { color: @Banner; text-decoration: none; outline: none; } - - ul { - margin: 0px; - padding: 0px 20px; - li { - list-style: none; - margin: 0px; padding: 0px; - float: left; - .menu-popup{ left: 0px; right: auto; } - } - - } - - .nav-menu-icon { - position: relative; - height: 22px; - padding: 5px; - margin: 0px 10px; - .roundtop(); - - &.selected { - background-color: @NavbarSelectedBg; - } - - img { width: 22px; height: 22px; } - .nav-notify { top: 3px; } - } - - .nav-menu { - position: relative; - height: 16px; - padding: 5px; - margin: 3px 15px 0px; - font-size: 14px; - border-bottom: 3px solid @NavbarBackground; - &.selected { - border-bottom: 3px solid @NavbarSelectedBorder; - } - - } - - .nav-notify { - display: none; - position: absolute; - background-color: @NavbarNotifBg; - .rounded(); - font-size: 10px; - padding: 1px 3px; - top: 0px; - right: -10px; - min-width: 15px; - text-align: right; - - &.show{ display: block; } - } - - - #nav-help-link, - #nav-search-link, - #nav-directory-link, - #nav-apps-link, - #nav-site-linkmenu { - float: right; - .menu-popup{ right: 0px; left: auto; } - } - - #nav-notifications-linkmenu.on .icon.s22.notify, - #nav-notifications-linkmenu.selected .icon.s22.notify { background-image: url("../../../images/icons/22/notify_on.png") } - #nav-apps-link.selected { background-color: @NavbarSelectedBg; } -} - - -ul.menu-popup { - position: absolute; - display: none; - width: 10em; - background: @MenuBg; - color: @Menu; - margin: 0px; - padding: 0px; - list-style: none; - border: 3px solid @MenuBorder; - z-index: 100000; - - .shadow(); - - a { display: block; color: @MenuItem; padding: 5px 10px; text-decoration: none;} - a:hover { background-color: @MenuItemHoverBg; } - .menu-sep { border-top: 1px solid @MenuItemSeparator; } - li { float: none; overflow: auto; height: auto; display: block; } - li img { float: left; width: 16px; height: 16px; padding-right: 5px;} - .empty { - padding: 5px; - text-align: center; - color: @MenuEmpty; - } - -} - -/* autocomplete popup */ -.acpopup { - max-height:150px; - background-color:@MenuBg; - color: @Menu; - border:1px solid #MenuBorder; - overflow:auto; - z-index:100000; - .shadow(); -} -.acpopupitem { - color: @MenuItem; padding: 4px; - clear:left; - img { - float: left; - margin-right: 4px; - } - &.selected{ - background-color: @MenuItemHoverBg; - } -} - - -#nav-notifications-menu { - width: 400px; max-height: 550px; - overflow: auto; - img { float: left; margin-right: 5px; } - .contactname { font-weight: bold; } - .notif-when { font-size: 10px; color: @MenuItemDetail; display: block; } -} - - - - -/* aside */ -aside { - display: table-cell; - vertical-align: top; - width: 200px; - padding:0px 10px 0px 20px; - border-right: 1px solid @AsideBorder; - - .vcard { - .fn { font-size: 16px; font-weight: bold; margin-bottom: 5px; } - .title { margin-bottom: 5px; } - dl { height: auto; overflow: auto; } - dt {float: left; margin-left: 0px; width: 35%; text-align: right; color: @VCardLabelColor; } - dd {float: left; margin-left: 4px; width: 60%;} - - } - - #profile-extra-links { - ul { padding: 0px; margin: 0px; } - li { padding: 0px; margin: 0px; list-style: none; } - } - - #dfrn-request-link { - display: block; - .rounded(); - color: @AsideConnect; - background: @AsideConnectBg url('../../../images/connect-bg.png') no-repeat left center; - font-weight: bold; - text-transform:uppercase; - padding: 4px 2px 2px 35px; - - &:hover { text-decoration: none; background-color: @AsideConnectHoverBg; } - } - - #profiles-menu { width: 20em; } - - -} - -#contact-block { - overflow: auto; height: auto; - .contact-block-h4 { float: left; margin: 5px 0px; } - .allcontact-link { float: right; margin: 5px 0px; } - .contact-block-content { - clear: both; - overflow: hidden; - height: auto; - } - /*.contact-block-div { width:60px; height: 60px; }*/ - .contact-block-link { - float: left; - margin: 0px 2px 2px 0px; - img { width: 48px; height: 48px; } - } -} -/* mail view */ -.mail-conv-sender, -.mail-conv-detail { - float: left; -} -.mail-conv-detail { - margin-left: 20px; - width: 500px; -} - -.mail-conv-subject { - font-size: 1.4em; - margin: 10px 0; -} - -.mail-conv-outside-wrapper-end { - clear: both; -} - -.mail-conv-outside-wrapper { - margin-top: 30px; -} - -.mail-conv-delete-wrapper { - float: right; - margin-right: 30px; - margin-top: 15px; -} -.mail-conv-break { - clear: both; -} - -.mail-conv-delete-icon { - border: none; -} - -/* group member */ -#contact-edit-drop-link, -.mail-list-delete-wrapper, -.group-delete-wrapper { - float: right; - margin-right: 50px; - .drophide { - background-image: url('../../../images/icons/22/delete.png'); - display: block; width: 22px; height: 22px; - opacity: 0.3; - position: relative; - top: -50px; - } - .drop { - background-image: url('../../../images/icons/22/delete.png'); - display: block; width: 22px; height: 22px; - position: relative; - top: -50px; - } -} -/* -#group-members { - margin-top: 20px; - padding: 10px; - height: 250px; - overflow: auto; - border: 1px solid #ddd; -} -#group-members-end { - clear: both; -} -#group-all-contacts { - padding: 10px; - height: 450px; - overflow: auto; - border: 1px solid #ddd; -} -#group-all-contacts-end { - clear: both; - margin-bottom: 10px; -} -.contact-block-div { - float: left; - width: 60px; - height: 60px; -}*/ - -/* widget */ -.widget { - margin-bottom: 2em; - - h3 { padding: 0px; margin: 2px;} - .action { .opaque(0.1); } - input.action { .opaque(0.5); } - &:hover .title .action { .opaque(1); } - .tool:hover .action { .opaque(1); } - .tool:hover .action.ticked { .opaque(1); } - - ul { padding: 0px;} - ul li {padding-left: 16px; min-height: 16px; list-style: none; } - - .tool.selected { - background: url('../../../images/selected.png') no-repeat left center; - } - - /*.action .s10 { width: 10px; overflow: hidden; padding: 0px;} - .action .s16 { width: 16px; overflow: hidden; padding: 0px;}*/ - -} - -/* widget: search */ -#add-search-popup { - width: 200px; - top: 18px; -} - - -/* section */ -section { - display: table-cell; - vertical-align: top; - width: 800px; - padding:0px 20px 0px 10px; -} - -/* wall item */ -.tread-wrapper { - background-color: @ThreadBackgroundColor; - position: relative; - padding: 10px; - margin-bottom: 20px; - width: 780px; -} -.wall-item-decor { position: absolute; left: 790px; top: -10px; width: 16px;} -.unstarred { display: none; } - -.wall-item-container { - display: table; - width: 780px; - - .wall-item-item, - .wall-item-bottom { display: table-row; } - - .wall-item-bottom { .opaque(0.5); } - &:hover .wall-item-bottom { .opaque(1); } - .wall-item-info { - display: table-cell; - vertical-align: top; - text-align: left; - width: 60px; - - } - .wall-item-location { - word-wrap: break-word; - width: 50px; - } - .wall-item-content { - display: table-cell; - font-size: 12px; - max-width: 720px; - word-wrap: break-word; - } - .wall-item-content img { max-width: 710px; } - .wall-item-links, - .wall-item-actions { - display: table-cell; - vertical-align: middle; - - .icon { - .opaque(0.5); - } - .icon:hover { - .opaque(1.0); - } - } - - .wall-item-ago { padding-right: 40px; } - .wall-item-name { font-weight: bold; } - - .wall-item-actions-author { float: left; width: 20em; margin-top: 0.5em; } - .wall-item-actions-social { float: left; margin-top: 0.5em; - a { margin-right: 3em; } - } - .wall-item-actions-tools { float: right; width: 15%; - a { float: right; } - input { float: right; } - } - -} - - -.wall-item-container.comment { - /*margin-top: 50px;*/ - .contact-photo { width: 32px; height: 32px; margin-left: 16px; - /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/ - } - .contact-photo-menu-button { - top: 15px !important; - left: 15px !important; - } - .wall-item-links { padding-left: 12px; } -} - -.wall-item-comment-wrapper { - margin: 30px 2em 2em 60px; - .comment-edit-photo { display: none; } - textarea { - height: 1em; width: 100%; font-size: 10px; - color: @CommentBoxEmptyColor; - border: 1px solid @CommentBoxEmptyBorderColor; - padding:0.3em; - } - .comment-edit-text-full { - font-size: 14px; - height: 4em; - color: @CommentBoxFullColor; - border: 1px solid @CommentBoxFullBorderColor; - } -} - -.comment-edit-preview { - width: 710px; - border: 1px solid @Grey5; - margin-top: 10px; - - .contact-photo { width: 32px; height: 32px; margin-left: 16px; - /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/ - } - .contact-photo-menu-button { - top: 15px !important; - left: 15px !important; - } - .wall-item-links { padding-left: 12px; } - - .wall-item-container { width: 700px; } - .tread-wrapper { width: 700px; padding: 0; margin: 10px 0;} - - -} - -.shiny { border-right:10px solid @ShinyBorderColor; } -#jot-preview-content .tread-wrapper { background-color: @JotPreviewBackgroundColor; } - - -.wall-item-tags { padding-top: 5px; } -.tag { - background: url("../../../images/tag_b.png") no-repeat center left; - color: @TagColor; - padding-left: 3px; - a { - padding-right: 8px; - background: url("../../../images/tag.png") no-repeat center right; - color: @TagColor; - } -} - -.wwto { - position: absolute !important; - width: 25px; height: 25px; - background: #FFFFFF; - border: 2px solid @Metalic3; - height: 25px; - width: 25px; - overflow: hidden; - padding: 1px; - position: absolute !important; - top: 40px; - left: 30px; - - .shadow(0px, 0px) -} -.wwto .contact-photo { width: 25px; height: 25px; } - - -#pause { - position: fixed; - bottom: 5px; - right: 5px; -} - - -.contact-photo-wrapper { position: relative; } -.contact-photo { - width: 48px; height: 48px; - img { width: 48px; height: 48px; } - overflow: hidden; - display: block; - } -.contact-photo-menu-button { - display: none; - position: absolute; - left: -2px; - top: 31px; -} - -.contact-wrapper { - float: left; - width: 300px; - height: 90px; - padding-right: 10px; - margin: 0 10px 10px 0px; - .contact-photo-wrapper { - float: left; - margin-right: 10px; - } - .contact-photo { - width: 80px; height: 80px; - img { width: 80px; height: 80px; } - } - .contact-photo-menu-button { - left: 0px; - top: 63px; - } -} -.directory-item { - float: left; - width: 200px; - height: 200px; - .contact-photo { - width: 175px; height: 175px; - img { width: 175px; height: 175px; } - } -} -.contact-name { font-weight: bold; padding-top: 15px; } -.contact-details { - color: @Grey3; white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; -} - -/* editor */ -.jothidden { display: none; } -#jot { - - width: 100%; - margin: 0px 2em 20px 0px; - - - .profile-jot-text { - height: 1em; width: 99%; font-size: 10px; - color: @CommentBoxEmptyColor; - border: 1px solid @CommentBoxEmptyBorderColor; - padding:0.3em; - } - - #jot-tools { - margin: 0px; padding: 0px; - height: 40px; overflow: none; - width: 800px; - background-color: @JotToolsBackgroundColor; - border-bottom: 2px solid @JotToolsBorderColor; - li { - list-style: none; - float: left; - width: 80px; - height: 40px; - border-bottom: 2px solid @JotToolsBorderColor; - a { - display: block; - color: @JotToolsText; - width: 100%; - height:40px; - text-align: center; - line-height: 40px; - overflow: hidden; - } - } - li:hover { - background-color: @JotToolsOverBackgroundColor; - border-bottom: 2px solid @JotToolsOverBorderColor; - } - li.perms { - float: right; - width: 40px; - a.unlock { - width: 30px; - border-left: 10px solid @JotPermissionUnlockBackgroundColor; - background-color: @JotPermissionUnlockBackgroundColor; - } - a.lock { - width: 30px; - border-left: 10px solid @JotPermissionLockBackgroundColor; - background-color: @JotPermissionLockBackgroundColor; - } - - } - li.submit { - float: right; - background-color: @JotSubmitBackgroundColor; - border-bottom: 2px solid @JotSubmitBackgroundColor; - border-right: 1px solid @Grey4; - border-left: 1px solid @Grey4; - input { - border: 0px; margin: 0px; padding: 0px; - background-color: @JotSubmitBackgroundColor; - color: @JotSubmitText; - width: 80px; height: 40px; - line-height: 40px; - } - input:hover { - background-color: @JotSubmitOverBackgroundColor; - color: @JotSubmitOverText; - } - } - li.loading { - float: right; - background-color: @JotLoadingBackgroundColor; - width: 20px; - vertical-align: center; - text-align: center; - img { margin-top: 10px; } - border-top: 2px solid @JotToolsBorderColor; - height: 38px; - } - } - - #jot-title { - border: 0px; - margin: 0px; - height: 20px; - width: 700px; - font-weight: bold; - border: 1px solid @BodyBackground; - - &:-webkit-input-placeholder { - font-weight: normal; - } - - &:-moz-placeholder { - font-weight: normal; - } - - &:hover { border: 1px solid @CommentBoxEmptyBorderColor } - &:focus { border: 1px solid @CommentBoxEmptyBorderColor } - } - - #character-counter { - width: 80px; - float: right; - text-align: right; - height: 20px; - line-height: 20px; - padding-right: 20px; - } - -} - - -/** buttons **/ -/*input[type="submit"] { - border: 0px; - background-color: @ButtonBackgroundColor; - color: @ButtonColor; - padding: 0px 10px; - .rounded(5px); - height: 18px; -}*/ - - -/** acl **/ -#photo-edit-perms-select, -#photos-upload-permissions-wrapper, -#profile-jot-acl-wrapper{ - display:block!important; -} - - - -#acl-wrapper { - width: 690px; - float:left; -} -#acl-search { - float:right; - background: #ffffff url("../../../images/search_18.png") no-repeat right center; - padding-right:20px; -} -#acl-showall { - float: left; - display: block; - width: auto; - height: 18px; - background-color: #cccccc; - background-image: url("../../../images/show_all_off.png"); - background-position: 7px 7px; - background-repeat: no-repeat; - padding: 7px 5px 0px 30px; - color: #999999; - .rounded(5px); -} -#acl-showall.selected { - color: #000000; - background-color: #ff9900; - background-image: url("../../../images/show_all_on.png"); -} - -#acl-list { - height: 210px; - border: 1px solid #cccccc; - clear: both; - margin-top: 30px; - overflow: auto; -} -#acl-list-content { - -} -.acl-list-item { - display: block; - width: 150px; - height: 30px; - border: 1px solid #cccccc; - margin: 5px; - float: left; -} -.acl-list-item img{ - width:22px; - height: 22px; - float: left; - margin: 4px; -} -.acl-list-item p { height: 12px; font-size: 10px; margin: 0px; padding: 2px 0px 1px; overflow: hidden;} -.acl-list-item a { - font-size: 8px; - display: block; - width: 40px; - height: 10px; - float: left; - color: #999999; - background-color: #cccccc; - background-position: 3px 3px; - background-repeat: no-repeat; - margin-right: 5px; - -webkit-border-radius: 2px ; - -moz-border-radius: 2px; - border-radius: 2px; - padding-left: 15px; -} -#acl-wrapper a:hover { - text-decoration: none; - color:#000000; -} -.acl-button-show { background-image: url("../../../images/show_off.png"); } -.acl-button-hide { background-image: url("../../../images/hide_off.png"); } - -.acl-button-show.selected { - color: #000000; - background-color: #9ade00; - background-image: url("../../../images/show_on.png"); -} -.acl-button-hide.selected { - color: #000000; - background-color: #ff4141; - background-image: url("../../../images/hide_on.png"); -} -.acl-list-item.groupshow { border-color: #9ade00; } -.acl-list-item.grouphide { border-color: #ff4141; } -/** /acl **/ - -/** tab buttons **/ -ul.tabs { - list-style-type: none; - padding-bottom: 10px; - - li { - float: left; - margin-left: 20px; - - .active { - border-bottom: 1px solid @LinkVisited; - } - } - -} - - -/** - * Form fields - */ -.field { - margin-bottom: 10px; - padding-bottom: 10px; - overflow: auto; - width: 100%; - - - label { - float: left; - width: 200px; - } - - input, - textarea { - width: 400px; - } - textarea { height: 100px; } - .field_help { - display: block; - margin-left: 200px; - color: #666666; - - } - - - .onoff { - float: left; - width: 80px; - } - .onoff a { - display: block; - border:1px solid #666666; - background-image:url("../../../images/onoff.jpg"); - background-repeat: no-repeat; - padding: 4px 2px 2px 2px; - height: 16px; - text-decoration: none; - } - .onoff .off { - border-color:#666666; - padding-left: 40px; - background-position: left center; - background-color: #cccccc; - color: #666666; - text-align: right; - } - .onoff .on { - border-color:#204A87; - padding-right: 40px; - background-position: right center; - background-color: #D7E3F1; - color: #204A87; - text-align: left; - } - .hidden { display: none!important; } - - &.radio .field_help { margin-left: 0px; } -} - -#profile-edit-links li { - list-style: none; - margin-top: 10px; -} - -#profile-edit-default-desc { - color: #FF0000; - border: 1px solid #FF8888; - background-color: #FFEEEE; - padding: 7px; -} -#profile-edit-profile-name-label, -#profile-edit-name-label, -#profile-edit-pdesc-label, -#profile-edit-gender-label, -#profile-edit-dob-label, -#profile-edit-address-label, -#profile-edit-locality-label, -#profile-edit-region-label, -#profile-edit-postal-code-label, -#profile-edit-country-name-label, -#profile-edit-marital-label, -#profile-edit-with-label, -#profile-edit-sexual-label, -#profile-edit-politic-label, -#profile-edit-religion-label, -#profile-edit-pubkeywords-label, -#profile-edit-prvkeywords-label, -#profile-edit-gender-select, -#profile-edit-homepage-label { - float: left; - width: 175px; - padding-top: 7px; -} -#profile-edit-profile-name, -#profile-edit-name, -#gender-select, -#profile-edit-pdesc, -#profile-edit-gender, -#profile-edit-dob, -#profile-edit-address, -#profile-edit-locality, -#profile-edit-region, -#profile-edit-postal-code, -#profile-edit-country-name, -#profile-edit-marital, -#profile-edit-with, -#profile-edit-sexual, -#profile-edit-politic, -#profile-edit-religion, -#profile-edit-pubkeywords, -#profile-edit-prvkeywords, -#profile-edit-homepage { - margin-top: 5px; -} - -/* oauth */ -.oauthapp { - height: auto; overflow: auto; - border-bottom: 2px solid #cccccc; - padding-bottom: 1em; - margin-bottom: 1em; -} -.oauthapp img { - float: left; - width: 48px; height: 48px; - margin: 10px; -} -.oauthapp img.noicon { - background-image: url("../../../images/icons/48/plugin.png"); - background-position: center center; - background-repeat: no-repeat; -} -.oauthapp a { - float: left; -} - -/* contacts */ -.contact-entry-wrapper { - width: 50px; float: left; -} - -/* photo */ -.lframe { - float: left; - margin: 0px 10px 10px 0px; -} - -/* profile match wrapper */ -.profile-match-wrapper { - float: left; - width: 90px; - height: 90px; - margin-bottom: 20px; - .contact-photo { - width: 80px; height: 80px; - img { width: 80px; height: 80px; } - } - .contact-photo-menu-button { - left: 0px; - top: 63px; - } -} - - -/* page footer */ -footer { height: 100px; display: table-row; } - -.pager { - margin-top: 25px; - clear: both; -} - diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index 5e8d97418c..ef7708acc0 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -1352,6 +1352,7 @@ h2 { width: calc(100% - 90px); border-bottom: 1px solid hsl(198, 21%, 79%); } + .wall-item-container.comment .wall-item-content { max-width: 585px; } @@ -1376,6 +1377,17 @@ h2 { .wall-item-comment-wrapper { margin: 1px 15px 1px 80px; } +.wall-item-comment-wrapper.photo { + margin: 1px 15px 1px 0px; +} +.wall-item-comment-wrapper.photo .wall-item-container.comment { + margin-left: 0px; + width: 665px; + width: 100%; + border-bottom: 1px solid hsl(198, 21%, 79%); +} + + .wall-item-comment-wrapper .comment-edit-photo { display: none; } diff --git a/view/theme/vier/style.less b/view/theme/vier/style.less deleted file mode 100644 index c3dbae7778..0000000000 --- a/view/theme/vier/style.less +++ /dev/null @@ -1,14 +0,0 @@ -/** - * Fabio Comuni - **/ -// Less file http://lesscss.org/ -// compile with lessc -// $ lessc style.less > style.css - -@import "colors"; -@import "icons"; -@import "quattro"; - - - - diff --git a/view/theme/vier/templates/photo_item.tpl b/view/theme/vier/templates/photo_item.tpl new file mode 100644 index 0000000000..84783ae303 --- /dev/null +++ b/view/theme/vier/templates/photo_item.tpl @@ -0,0 +1,78 @@ +
+
+
+
+ + {{$name}} + +
+
+
+ {{$name}} + + {{if $plink}}{{$ago}}{{else}} {{$ago}} {{/if}} + {{if $lock}}{{$lock}} {{/if}} + +
+
+ {{if $title}}

{{$title}}

{{/if}} + {{$body}} +
+
+
+ +
+ {{foreach $tags as $tag}} + {{$tag}} + {{/foreach}} + +
+
+
+
+ + {{if $conv}}{{/if}} +
+
+ +
{{$location}} 
+ +
+ {{if $star}} + {{$star.do}} + {{$star.undo}} + {{$star.tagger}} + {{/if}} + + {{if $vote}} + {{$vote.like.1}} + {{$vote.dislike.1}} + {{/if}} + + {{if $vote.share}} + {{$vote.share.1}} + {{/if}} +
+ +
+ + {{if $drop.pagedrop}} + + {{/if}} + {{if $drop.dropping}} + {{$drop.delete}} + {{/if}} + {{if $edpost}} + + {{/if}} +
+ +
+
+
+ + +
{{$dislike}}
+
+
diff --git a/view/theme/vier/templates/photo_view.tpl b/view/theme/vier/templates/photo_view.tpl new file mode 100644 index 0000000000..354d0229cc --- /dev/null +++ b/view/theme/vier/templates/photo_view.tpl @@ -0,0 +1,44 @@ +{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}} +
+

{{$album.1}}

+ + + +{{if $prevlink}}{{/if}} +
+{{if $nextlink}}{{/if}} +
+
{{$desc}}
+{{if $tags}} +
{{$tags.0}}
+
{{$tags.1}}
+{{/if}} +{{if $tags.2}}{{/if}} + +{{if $edit}}{{$edit}}{{/if}} + +{{if $likebuttons}} +
+ {{$likebuttons}} + {{$like}} + {{$dislike}} +
+{{/if}} + +
+{{$comments}} +
+ +{{$paginate}} +