diff --git a/boot.php b/boot.php index 9200461104..a784b37b05 100644 --- a/boot.php +++ b/boot.php @@ -12,7 +12,7 @@ require_once('library/Mobile_Detect/Mobile_Detect.php'); require_once('include/features.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); -define ( 'FRIENDICA_VERSION', '3.2.1747' ); +define ( 'FRIENDICA_VERSION', '3.2.1748' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1169 ); define ( 'EOL', "
\r\n" ); diff --git a/include/acl_selectors.php b/include/acl_selectors.php index a95c76ca3a..72c434692c 100644 --- a/include/acl_selectors.php +++ b/include/acl_selectors.php @@ -321,13 +321,6 @@ function populate_acl($user = null,$celeb = false) { $o .= '' . "\r\n"; $o .= '
' . "\r\n";*/ - // Not totally sure what input values can come - // This is a hotfix to prevent massive php warnings - if (is_array($user) AND isset($user["uid"])) - $uid = $user["uid"]; - else - $uid = intval($user); - $tpl = get_markup_template("acl_selector.tpl"); $o = replace_macros($tpl, array( '$showall'=> t("Visible to everybody"), @@ -338,7 +331,7 @@ function populate_acl($user = null,$celeb = false) { '$denycid' => json_encode($perms['deny_cid']), '$denygid' => json_encode($perms['deny_gid']), '$features' => array( - "aclautomention"=>(feature_enabled($uid,"aclautomention")?"true":"false") + "aclautomention"=>(feature_enabled($user['uid'],"aclautomention")?"true":"false") ), )); diff --git a/view/cs/follow_notify_eml.tpl b/view/cs/follow_notify_eml.tpl index 440ba9ca45..5581d2d6c6 100644 --- a/view/cs/follow_notify_eml.tpl +++ b/view/cs/follow_notify_eml.tpl @@ -1,14 +1,14 @@ -Milý/Milá $username, +Drahý/Drahá $[myname], -Máte nového následovatele na $sitename - '$requestor'. +Máte nového následovatele na $[sitename] - '$[requestor]'. -Můžete si prohlédnout jeho/její profil na $url. +Můžete si zobrazit jeho profil na $[url]. -Přihlaste se na váš server k odsouhlasení nebo ignorování/zrušení žádosti. +Prosím, přihlaste se na Vašem webu pro odsouhlasení nebo ignorování/zrušení této žádosti -$siteurl +$[siteurl] -S pozdravem, +S pozdravem - $sitename administrátor + $[sitename] administrátor \ No newline at end of file diff --git a/view/cs/friend_complete_eml.tpl b/view/cs/friend_complete_eml.tpl index 50bb7e105e..e0ce676a87 100644 --- a/view/cs/friend_complete_eml.tpl +++ b/view/cs/friend_complete_eml.tpl @@ -1,17 +1,22 @@ -Milý/Milá $username, +Drahý/Drahá $[username], - Skvělé zprávy... '$fn' na '$dfrn_url' odsouhlasil Váš požadavek na spojení na '$sitename'. + Skvělé zprávy... '$[fn]' na '$[dfrn_url]' akceptoval +Vaši žádost o spojení na '$[sitename]'. -Jste nyní přátelé a můžete si vyměňovat aktualizace statusu, fotek a e-mailů bez omezení. +Jste nyní vzájemnými přáteli a můžete si vyměňovat aktualizace statusu, fotografií a emailů +bez omezení. -Pokud budete chtít tento vztah jakkoliv upravit, navštivte Vaši stránku "Kontakty" na $sitename. +Navštivte prosím stránku "Kontakty" na $[sitename] pokud si přejete provést +jakékoliv změny v tomto vztahu. -$siteurl +$[siteurl] -(Nyní můžete například vytvořit separátní profil s informacemi, které nebudou viditelné veřejně, a nastavit právo pro zobrazení tohoto profilu pro '$fn'). +[Například můžete vytvořit separátní profil s informacemi, které nebudou +dostupné pro veřejnost - a přidělit práva k němu pro čtení pro '$[fn]']. S pozdravem, - $sitename administrátor + $[sitename] administrátor + \ No newline at end of file diff --git a/view/cs/intro_complete_eml.tpl b/view/cs/intro_complete_eml.tpl index 91753f35de..b174b2c612 100644 --- a/view/cs/intro_complete_eml.tpl +++ b/view/cs/intro_complete_eml.tpl @@ -1,17 +1,22 @@ -Milý/Milá $username, +Drahý/Drahá $[username], + '$[fn]' na '$[dfrn_url]' akceptoval +Vaši žádost o připojení na '$[sitename]'. - '$fn' na '$dfrn_url' odsouhlasil Váš požadavek na spojení na '$sitename'. + '$[fn]' se rozhodl Vás akceptovat jako "fanouška", což omezuje +určité druhy komunikace, jako jsou soukromé zprávy a určité profilové +interakce. Pokud se jedná o účet celebrity nebo o kumunitní stránky, tato nastavení byla +použita automaticky. - '$fn' Vás označil za svého "fanouška", což jistým způsobem omezuje komunikaci (například v oblasti soukromých zpráv a některých profilových interakcí. Pokud je toto celebritní nebo komunitní stránka, bylo toto nastavení byla přijato automaticky. + '$[fn]' se může rozhodnout rozšířit tento vztah na oboustraný nebo méně restriktivní +vztah v budoucnosti. - '$fn' může v budoucnu rozšířit toto spojení na oboustranné nebo jinak méně restriktivní. + Nyní začnete získávat veřejné aktualizace statusu od '$[fn]', +které se objeví na Vaší stránce "Síť" na - Nyní začnete dostávat veřejné aktualizace statusu od '$fn', které se objeví ve Vaší stránce "Síť" na webu - -$siteurl +$[siteurl] S pozdravem, - $sitename administrátor + $[sitename] administrátor \ No newline at end of file diff --git a/view/cs/messages.po b/view/cs/messages.po index f6b9e8bf18..027097fb5b 100644 --- a/view/cs/messages.po +++ b/view/cs/messages.po @@ -3,13 +3,13 @@ # This file is distributed under the same license as the Friendica package. # # Translators: -# Michal Šupler , 2011-2013 +# Michal Šupler , 2011-2014 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-11-07 08:49+0100\n" -"PO-Revision-Date: 2013-11-08 17:15+0000\n" +"POT-Creation-Date: 2013-12-31 18:07+0100\n" +"PO-Revision-Date: 2014-01-04 14:37+0000\n" "Last-Translator: Michal Šupler \n" "Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n" "MIME-Version: 1.0\n" @@ -22,75 +22,75 @@ msgstr "" msgid "This entry was edited" msgstr "Tento záznam byl editován" -#: ../../object/Item.php:113 ../../mod/content.php:643 +#: ../../object/Item.php:113 ../../mod/content.php:619 #: ../../mod/photos.php:1351 msgid "Private Message" msgstr "Soukromá zpráva" #: ../../object/Item.php:117 ../../mod/editpost.php:109 -#: ../../mod/content.php:751 ../../mod/settings.php:653 +#: ../../mod/content.php:727 ../../mod/settings.php:663 msgid "Edit" msgstr "Upravit" -#: ../../object/Item.php:126 ../../mod/content.php:461 -#: ../../mod/content.php:763 ../../include/conversation.php:611 +#: ../../object/Item.php:126 ../../mod/content.php:437 +#: ../../mod/content.php:739 ../../include/conversation.php:611 msgid "Select" msgstr "Vybrat" -#: ../../object/Item.php:127 ../../mod/admin.php:834 ../../mod/content.php:462 -#: ../../mod/content.php:764 ../../mod/settings.php:654 -#: ../../mod/group.php:171 ../../mod/photos.php:1637 -#: ../../include/conversation.php:612 +#: ../../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 "Odstranit" -#: ../../object/Item.php:130 ../../mod/content.php:786 +#: ../../object/Item.php:130 ../../mod/content.php:762 msgid "save to folder" msgstr "uložit do složky" -#: ../../object/Item.php:192 ../../mod/content.php:776 +#: ../../object/Item.php:192 ../../mod/content.php:752 msgid "add star" msgstr "přidat hvězdu" -#: ../../object/Item.php:193 ../../mod/content.php:777 +#: ../../object/Item.php:193 ../../mod/content.php:753 msgid "remove star" msgstr "odebrat hvězdu" -#: ../../object/Item.php:194 ../../mod/content.php:778 +#: ../../object/Item.php:194 ../../mod/content.php:754 msgid "toggle star status" msgstr "přepnout hvězdu" -#: ../../object/Item.php:197 ../../mod/content.php:781 +#: ../../object/Item.php:197 ../../mod/content.php:757 msgid "starred" msgstr "označeno hvězdou" -#: ../../object/Item.php:202 ../../mod/content.php:782 +#: ../../object/Item.php:202 ../../mod/content.php:758 msgid "add tag" msgstr "přidat štítek" -#: ../../object/Item.php:213 ../../mod/content.php:707 +#: ../../object/Item.php:213 ../../mod/content.php:683 #: ../../mod/photos.php:1529 msgid "I like this (toggle)" msgstr "Líbí se mi to (přepínač)" -#: ../../object/Item.php:213 ../../mod/content.php:707 +#: ../../object/Item.php:213 ../../mod/content.php:683 msgid "like" msgstr "má rád" -#: ../../object/Item.php:214 ../../mod/content.php:708 +#: ../../object/Item.php:214 ../../mod/content.php:684 #: ../../mod/photos.php:1530 msgid "I don't like this (toggle)" msgstr "Nelíbí se mi to (přepínač)" -#: ../../object/Item.php:214 ../../mod/content.php:708 +#: ../../object/Item.php:214 ../../mod/content.php:684 msgid "dislike" msgstr "nemá rád" -#: ../../object/Item.php:216 ../../mod/content.php:710 +#: ../../object/Item.php:216 ../../mod/content.php:686 msgid "Share this" msgstr "Sdílet toto" -#: ../../object/Item.php:216 ../../mod/content.php:710 +#: ../../object/Item.php:216 ../../mod/content.php:686 msgid "share" msgstr "sdílí" @@ -103,13 +103,13 @@ msgid "Filed under:" msgstr "Vyplněn pod:" #: ../../object/Item.php:287 ../../object/Item.php:288 -#: ../../mod/content.php:495 ../../mod/content.php:875 -#: ../../mod/content.php:876 ../../include/conversation.php:651 +#: ../../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 "Zobrazit profil uživatele %s na %s" -#: ../../object/Item.php:289 ../../mod/content.php:877 +#: ../../object/Item.php:289 ../../mod/content.php:853 msgid "to" msgstr "pro" @@ -117,35 +117,35 @@ msgstr "pro" msgid "via" msgstr "přes" -#: ../../object/Item.php:291 ../../mod/content.php:878 +#: ../../object/Item.php:291 ../../mod/content.php:854 msgid "Wall-to-Wall" msgstr "Zeď-na-Zeď" -#: ../../object/Item.php:292 ../../mod/content.php:879 +#: ../../object/Item.php:292 ../../mod/content.php:855 msgid "via Wall-To-Wall:" msgstr "přes Zeď-na-Zeď " -#: ../../object/Item.php:301 ../../mod/content.php:505 -#: ../../mod/content.php:887 ../../include/conversation.php:671 +#: ../../object/Item.php:301 ../../mod/content.php:481 +#: ../../mod/content.php:863 ../../include/conversation.php:671 #, php-format msgid "%s from %s" msgstr "%s od %s" -#: ../../object/Item.php:319 ../../object/Item.php:633 ../../boot.php:685 -#: ../../mod/content.php:732 ../../mod/photos.php:1551 +#: ../../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 "Okomentovat" #: ../../object/Item.php:322 ../../mod/wallmessage.php:156 -#: ../../mod/editpost.php:124 ../../mod/content.php:522 -#: ../../mod/content.php:906 ../../mod/message.php:334 +#: ../../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 "Čekejte prosím" -#: ../../object/Item.php:343 ../../mod/content.php:626 +#: ../../object/Item.php:345 ../../mod/content.php:602 #, php-format msgid "%d comment" msgid_plural "%d comments" @@ -153,39 +153,35 @@ msgstr[0] "%d komentář" msgstr[1] "%d komentářů" msgstr[2] "%d komentářů" -#: ../../object/Item.php:345 ../../object/Item.php:358 -#: ../../mod/content.php:628 ../../include/text.php:1919 +#: ../../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] "komentář" -#: ../../object/Item.php:346 ../../boot.php:686 ../../mod/content.php:629 +#: ../../object/Item.php:348 ../../boot.php:686 ../../mod/content.php:605 #: ../../include/contact_widgets.php:204 msgid "show more" msgstr "zobrazit více" -#: ../../object/Item.php:631 ../../mod/content.php:730 +#: ../../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 "Nastavte Vaši polohu" -#: ../../object/Item.php:634 ../../view/theme/perihel/config.php:95 +#: ../../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/admin.php:505 -#: ../../mod/admin.php:826 ../../mod/admin.php:972 ../../mod/admin.php:1172 -#: ../../mod/admin.php:1259 ../../mod/crepair.php:166 -#: ../../mod/content.php:733 ../../mod/contacts.php:386 -#: ../../mod/settings.php:591 ../../mod/settings.php:701 -#: ../../mod/settings.php:770 ../../mod/settings.php:846 -#: ../../mod/settings.php:1074 ../../mod/profiles.php:630 -#: ../../mod/group.php:87 ../../mod/message.php:335 ../../mod/message.php:564 +#: ../../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 @@ -195,40 +191,40 @@ msgstr "Nastavte Vaši polohu" msgid "Submit" msgstr "Odeslat" -#: ../../object/Item.php:635 ../../mod/content.php:734 +#: ../../object/Item.php:637 ../../mod/content.php:710 msgid "Bold" msgstr "Tučné" -#: ../../object/Item.php:636 ../../mod/content.php:735 +#: ../../object/Item.php:638 ../../mod/content.php:711 msgid "Italic" msgstr "Kurzíva" -#: ../../object/Item.php:637 ../../mod/content.php:736 +#: ../../object/Item.php:639 ../../mod/content.php:712 msgid "Underline" msgstr "Podrtžené" -#: ../../object/Item.php:638 ../../mod/content.php:737 +#: ../../object/Item.php:640 ../../mod/content.php:713 msgid "Quote" msgstr "Citovat" -#: ../../object/Item.php:639 ../../mod/content.php:738 +#: ../../object/Item.php:641 ../../mod/content.php:714 msgid "Code" msgstr "Kód" -#: ../../object/Item.php:640 ../../mod/content.php:739 +#: ../../object/Item.php:642 ../../mod/content.php:715 msgid "Image" msgstr "Obrázek" -#: ../../object/Item.php:641 ../../mod/content.php:740 +#: ../../object/Item.php:643 ../../mod/content.php:716 msgid "Link" msgstr "Odkaz" -#: ../../object/Item.php:642 ../../mod/content.php:741 +#: ../../object/Item.php:644 ../../mod/content.php:717 msgid "Video" msgstr "Video" -#: ../../object/Item.php:643 ../../mod/editpost.php:145 -#: ../../mod/content.php:742 ../../mod/photos.php:1553 +#: ../../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" @@ -256,10 +252,10 @@ msgstr "Nedostatečné oprávnění" #: ../../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:115 -#: ../../mod/uimport.php:23 ../../mod/notes.php:20 ../../mod/contacts.php:147 -#: ../../mod/settings.php:96 ../../mod/settings.php:573 -#: ../../mod/settings.php:578 ../../mod/profiles.php:146 +#: ../../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 @@ -271,7 +267,7 @@ msgstr "Nedostatečné oprávnění" #: ../../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:4143 +#: ../../include/items.php:4215 msgid "Permission denied." msgstr "Přístup odmítnut." @@ -292,7 +288,7 @@ msgid "Your posts and conversations" msgstr "Vaše příspěvky a konverzace" #: ../../view/theme/perihel/theme.php:34 -#: ../../view/theme/diabook/theme.php:124 ../../boot.php:1963 +#: ../../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 @@ -305,7 +301,7 @@ msgid "Your profile page" msgstr "Vaše profilová stránka" #: ../../view/theme/perihel/theme.php:35 -#: ../../view/theme/diabook/theme.php:126 ../../boot.php:1970 +#: ../../view/theme/diabook/theme.php:126 ../../boot.php:1974 #: ../../mod/fbrowser.php:25 ../../include/nav.php:78 msgid "Photos" msgstr "Fotografie" @@ -316,7 +312,7 @@ msgid "Your photos" msgstr "Vaše fotky" #: ../../view/theme/perihel/theme.php:36 -#: ../../view/theme/diabook/theme.php:127 ../../boot.php:1987 +#: ../../view/theme/diabook/theme.php:127 ../../boot.php:1991 #: ../../mod/events.php:370 ../../include/nav.php:79 msgid "Events" msgstr "Události" @@ -380,7 +376,7 @@ msgstr "Nastav výšku řádku pro přízpěvky a komentáře." msgid "Set resolution for middle column" msgstr "Nastav rozlišení pro prostřední sloupec" -#: ../../view/theme/diabook/theme.php:125 ../../mod/contacts.php:607 +#: ../../view/theme/diabook/theme.php:125 ../../mod/contacts.php:680 #: ../../include/nav.php:171 msgid "Contacts" msgstr "Kontakty" @@ -415,7 +411,7 @@ msgid "Last likes" msgstr "Poslední líbí/nelíbí" #: ../../view/theme/diabook/theme.php:463 ../../include/conversation.php:118 -#: ../../include/conversation.php:246 ../../include/text.php:1913 +#: ../../include/conversation.php:246 ../../include/text.php:1922 msgid "event" msgstr "událost" @@ -424,19 +420,19 @@ msgstr "událost" #: ../../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:1874 +#: ../../include/diaspora.php:1878 msgid "status" msgstr "Stav" #: ../../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:1915 ../../include/diaspora.php:1874 +#: ../../include/text.php:1924 ../../include/diaspora.php:1878 msgid "photo" msgstr "fotografie" #: ../../view/theme/diabook/theme.php:480 ../../mod/like.php:168 -#: ../../include/conversation.php:137 ../../include/diaspora.php:1890 +#: ../../include/conversation.php:137 ../../include/diaspora.php:1894 #, php-format msgid "%1$s likes %2$s's %3$s" msgstr "%1$s má rád %2$s' na %3$s" @@ -459,8 +455,8 @@ msgstr "Fotogalerie kontaktu" #: ../../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:331 -#: ../../include/user.php:338 ../../include/user.php:345 +#: ../../mod/profile_photo.php:305 ../../include/user.php:334 +#: ../../include/user.php:341 ../../include/user.php:348 msgid "Profile Photos" msgstr "Profilové fotografie" @@ -493,7 +489,7 @@ msgstr "Pozvat přátele" #: ../../view/theme/diabook/theme.php:544 #: ../../view/theme/diabook/theme.php:648 ../../mod/newmember.php:22 -#: ../../mod/admin.php:931 ../../mod/admin.php:1139 ../../mod/settings.php:79 +#: ../../mod/admin.php:1004 ../../mod/admin.php:1212 ../../mod/settings.php:79 #: ../../mod/uexport.php:48 ../../include/nav.php:167 msgid "Settings" msgstr "Nastavení" @@ -571,8 +567,8 @@ msgstr "Velikost písma textů" msgid "Set colour scheme" msgstr "Nastavit barevné schéma" -#: ../../view/theme/clean/config.php:54 ../../include/user.php:243 -#: ../../include/text.php:1649 +#: ../../view/theme/clean/config.php:54 ../../include/user.php:246 +#: ../../include/text.php:1658 msgid "default" msgstr "standardní" @@ -632,7 +628,7 @@ msgstr "Chyba aktualizace na %s" msgid "Create a New Account" msgstr "Vytvořit nový účet" -#: ../../boot.php:1128 ../../mod/register.php:275 ../../include/nav.php:108 +#: ../../boot.php:1128 ../../mod/register.php:278 ../../include/nav.php:108 msgid "Register" msgstr "Registrovat" @@ -785,35 +781,35 @@ msgstr "Připomenutí událostí" msgid "Events this week:" msgstr "Události tohoto týdne:" -#: ../../boot.php:1956 ../../include/nav.php:76 +#: ../../boot.php:1960 ../../include/nav.php:76 msgid "Status" msgstr "Stav" -#: ../../boot.php:1959 +#: ../../boot.php:1963 msgid "Status Messages and Posts" msgstr "Statusové zprávy a příspěvky " -#: ../../boot.php:1966 +#: ../../boot.php:1970 msgid "Profile Details" msgstr "Detaily profilu" -#: ../../boot.php:1973 ../../mod/photos.php:51 +#: ../../boot.php:1977 ../../mod/photos.php:51 msgid "Photo Albums" msgstr "Fotoalba" -#: ../../boot.php:1977 ../../boot.php:1980 +#: ../../boot.php:1981 ../../boot.php:1984 msgid "Videos" msgstr "Videa" -#: ../../boot.php:1990 +#: ../../boot.php:1994 msgid "Events and Calendar" msgstr "Události a kalendář" -#: ../../boot.php:1994 ../../mod/notes.php:44 +#: ../../boot.php:1998 ../../mod/notes.php:44 msgid "Personal Notes" msgstr "Osobní poznámky" -#: ../../boot.php:1997 +#: ../../boot.php:2001 msgid "Only You Can See This" msgstr "Toto můžete vidět jen Vy" @@ -839,9 +835,9 @@ msgid "Public access denied." msgstr "Veřejný přístup odepřen." #: ../../mod/display.php:51 ../../mod/display.php:246 ../../mod/decrypt.php:15 -#: ../../mod/admin.php:163 ../../mod/admin.php:879 ../../mod/admin.php:1079 +#: ../../mod/admin.php:163 ../../mod/admin.php:952 ../../mod/admin.php:1152 #: ../../mod/notice.php:15 ../../mod/viewsrc.php:15 -#: ../../include/items.php:3979 +#: ../../include/items.php:4023 msgid "Item not found." msgstr "Položka nenalezena." @@ -857,35 +853,35 @@ msgstr "Položka byla odstraněna." msgid "Access denied." msgstr "Přístup odmítnut" -#: ../../mod/friendica.php:55 +#: ../../mod/friendica.php:58 msgid "This is Friendica, version" msgstr "Toto je Friendica, verze" -#: ../../mod/friendica.php:56 +#: ../../mod/friendica.php:59 msgid "running at web location" msgstr "běžící na webu" -#: ../../mod/friendica.php:58 +#: ../../mod/friendica.php:61 msgid "" "Please visit Friendica.com to learn " "more about the Friendica project." msgstr "Pro získání dalších informací o projektu Friendica navštivte prosím Friendica.com." -#: ../../mod/friendica.php:60 +#: ../../mod/friendica.php:63 msgid "Bug reports and issues: please visit" msgstr "Pro hlášení chyb a námětů na změny navštivte:" -#: ../../mod/friendica.php:61 +#: ../../mod/friendica.php:64 msgid "" "Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - " "dot com" msgstr "Návrhy, chválu, dary, apod. - prosím piště na \"info\" na Friendica - tečka com" -#: ../../mod/friendica.php:75 +#: ../../mod/friendica.php:78 msgid "Installed plugins/addons/apps:" msgstr "Instalované pluginy/doplňky/aplikace:" -#: ../../mod/friendica.php:88 +#: ../../mod/friendica.php:91 msgid "No installed plugins/addons/apps" msgstr "Nejsou žádné nainstalované doplňky/aplikace" @@ -894,7 +890,7 @@ msgstr "Nejsou žádné nainstalované doplňky/aplikace" msgid "%1$s welcomes %2$s" msgstr "%1$s vítá %2$s" -#: ../../mod/register.php:91 ../../mod/admin.php:665 ../../mod/regmod.php:54 +#: ../../mod/register.php:91 ../../mod/admin.php:734 ../../mod/regmod.php:54 #, php-format msgid "Registration details for %s" msgstr "Registrační údaje pro %s" @@ -912,102 +908,102 @@ msgstr "Nepodařilo se odeslat zprávu na e-mail. Zde je zpráva, která nebyla msgid "Your registration can not be processed." msgstr "Vaši registraci nelze zpracovat." -#: ../../mod/register.php:145 +#: ../../mod/register.php:148 #, php-format msgid "Registration request at %s" msgstr "Žádost o registraci na %s" -#: ../../mod/register.php:154 +#: ../../mod/register.php:157 msgid "Your registration is pending approval by the site owner." msgstr "Vaše registrace čeká na schválení vlastníkem serveru." -#: ../../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 "Došlo k překročení maximálního povoleného počtu registrací za den na tomto serveru. Zkuste to zítra znovu." -#: ../../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 "Tento formulář můžete (volitelně) vyplnit s pomocí OpenID tím, že vyplníte své OpenID a kliknutete na tlačítko 'Zaregistrovat'." -#: ../../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 "Pokud nepoužíváte OpenID, nechte prosím toto pole prázdné a vyplňte zbylé položky." -#: ../../mod/register.php:222 +#: ../../mod/register.php:225 msgid "Your OpenID (optional): " msgstr "Vaše OpenID (nepovinné): " -#: ../../mod/register.php:236 +#: ../../mod/register.php:239 msgid "Include your profile in member directory?" msgstr "Toto je Váš veřejný profil.
Ten může být viditelný kýmkoliv na internetu." -#: ../../mod/register.php:239 ../../mod/api.php:105 ../../mod/suggest.php:29 -#: ../../mod/dfrn_request.php:836 ../../mod/contacts.php:246 -#: ../../mod/settings.php:971 ../../mod/settings.php:977 -#: ../../mod/settings.php:985 ../../mod/settings.php:989 -#: ../../mod/settings.php:994 ../../mod/settings.php:1000 -#: ../../mod/settings.php:1006 ../../mod/settings.php:1012 -#: ../../mod/settings.php:1042 ../../mod/settings.php:1043 -#: ../../mod/settings.php:1044 ../../mod/settings.php:1045 -#: ../../mod/settings.php:1046 ../../mod/profiles.php:610 -#: ../../mod/message.php:209 ../../include/items.php:4020 +#: ../../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 "Ano" -#: ../../mod/register.php:240 ../../mod/api.php:106 -#: ../../mod/dfrn_request.php:837 ../../mod/settings.php:971 -#: ../../mod/settings.php:977 ../../mod/settings.php:985 -#: ../../mod/settings.php:989 ../../mod/settings.php:994 -#: ../../mod/settings.php:1000 ../../mod/settings.php:1006 -#: ../../mod/settings.php:1012 ../../mod/settings.php:1042 -#: ../../mod/settings.php:1043 ../../mod/settings.php:1044 -#: ../../mod/settings.php:1045 ../../mod/settings.php:1046 +#: ../../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 "Ne" -#: ../../mod/register.php:257 +#: ../../mod/register.php:260 msgid "Membership on this site is by invitation only." msgstr "Členství na tomto webu je pouze na pozvání." -#: ../../mod/register.php:258 +#: ../../mod/register.php:261 msgid "Your invitation ID: " msgstr "Vaše pozvání ID:" -#: ../../mod/register.php:261 ../../mod/admin.php:506 +#: ../../mod/register.php:264 ../../mod/admin.php:572 msgid "Registration" msgstr "Registrace" -#: ../../mod/register.php:269 +#: ../../mod/register.php:272 msgid "Your Full Name (e.g. Joe Smith): " msgstr "Vaše celé jméno (např. Jan Novák):" -#: ../../mod/register.php:270 +#: ../../mod/register.php:273 msgid "Your Email Address: " msgstr "Vaše e-mailová adresa:" -#: ../../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 "Vyberte přezdívku k profilu. Ta musí začít s textovým znakem. Vaše profilová adresa na tomto webu pak bude \"přezdívka@$sitename\"." -#: ../../mod/register.php:272 +#: ../../mod/register.php:275 msgid "Choose a nickname: " msgstr "Vyberte přezdívku:" -#: ../../mod/register.php:281 ../../mod/uimport.php:64 +#: ../../mod/register.php:284 ../../mod/uimport.php:64 msgid "Import" msgstr "Import" -#: ../../mod/register.php:282 +#: ../../mod/register.php:285 msgid "Import your profile to this friendica instance" msgstr "Import Vašeho profilu do této friendica instance" @@ -1017,7 +1013,7 @@ msgstr "Import Vašeho profilu do této friendica instance" msgid "Profile not found." msgstr "Profil nenalezen" -#: ../../mod/dfrn_confirm.php:118 ../../mod/crepair.php:129 +#: ../../mod/dfrn_confirm.php:118 ../../mod/crepair.php:131 #: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92 msgid "Contact not found." msgstr "Kontakt nenalezen." @@ -1460,12 +1456,12 @@ msgid "Do you really want to delete this suggestion?" msgstr "Opravdu chcete smazat tento návrh?" #: ../../mod/suggest.php:32 ../../mod/editpost.php:148 -#: ../../mod/dfrn_request.php:848 ../../mod/contacts.php:249 -#: ../../mod/settings.php:592 ../../mod/settings.php:618 +#: ../../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:4023 +#: ../../include/items.php:4067 msgid "Cancel" msgstr "Zrušit" @@ -1557,27 +1553,27 @@ msgstr[2] "Upozornění: Tato skupina obsahuje %s členy z nezabezpečené sít msgid "Private messages to this group are at risk of public disclosure." msgstr "Soukromé zprávy této skupině jsou vystaveny riziku prozrazení." -#: ../../mod/network.php:587 ../../mod/content.php:119 +#: ../../mod/network.php:588 ../../mod/content.php:119 msgid "No such group" msgstr "Žádná taková skupina" -#: ../../mod/network.php:598 ../../mod/content.php:130 +#: ../../mod/network.php:599 ../../mod/content.php:130 msgid "Group is empty" msgstr "Skupina je prázdná" -#: ../../mod/network.php:602 ../../mod/content.php:134 +#: ../../mod/network.php:605 ../../mod/content.php:134 msgid "Group: " msgstr "Skupina: " -#: ../../mod/network.php:612 +#: ../../mod/network.php:617 msgid "Contact: " msgstr "Kontakt: " -#: ../../mod/network.php:614 +#: ../../mod/network.php:619 msgid "Private messages to this person are at risk of public disclosure." msgstr "Soukromé zprávy této osobě jsou vystaveny riziku prozrazení." -#: ../../mod/network.php:619 +#: ../../mod/network.php:624 msgid "Invalid contact." msgstr "Neplatný kontakt." @@ -1884,19 +1880,19 @@ msgstr "Webový instalátor musí být schopen vytvořit soubor s názvem \".htc msgid "Theme settings updated." msgstr "Nastavení téma zobrazení bylo aktualizováno." -#: ../../mod/admin.php:101 ../../mod/admin.php:504 +#: ../../mod/admin.php:101 ../../mod/admin.php:570 msgid "Site" msgstr "Web" -#: ../../mod/admin.php:102 ../../mod/admin.php:825 ../../mod/admin.php:840 +#: ../../mod/admin.php:102 ../../mod/admin.php:898 ../../mod/admin.php:913 msgid "Users" msgstr "Uživatelé" -#: ../../mod/admin.php:103 ../../mod/admin.php:929 ../../mod/admin.php:971 +#: ../../mod/admin.php:103 ../../mod/admin.php:1002 ../../mod/admin.php:1044 msgid "Plugins" msgstr "Pluginy" -#: ../../mod/admin.php:104 ../../mod/admin.php:1137 ../../mod/admin.php:1171 +#: ../../mod/admin.php:104 ../../mod/admin.php:1210 ../../mod/admin.php:1244 msgid "Themes" msgstr "Témata" @@ -1904,7 +1900,7 @@ msgstr "Témata" msgid "DB updates" msgstr "Aktualizace databáze" -#: ../../mod/admin.php:120 ../../mod/admin.php:127 ../../mod/admin.php:1258 +#: ../../mod/admin.php:120 ../../mod/admin.php:127 ../../mod/admin.php:1331 msgid "Logs" msgstr "Logy" @@ -1920,19 +1916,19 @@ msgstr "Funkčnosti rozšíření" msgid "User registrations waiting for confirmation" msgstr "Registrace uživatele čeká na potvrzení" -#: ../../mod/admin.php:187 ../../mod/admin.php:780 +#: ../../mod/admin.php:187 ../../mod/admin.php:852 msgid "Normal Account" msgstr "Normální účet" -#: ../../mod/admin.php:188 ../../mod/admin.php:781 +#: ../../mod/admin.php:188 ../../mod/admin.php:853 msgid "Soapbox Account" msgstr "Soapbox účet" -#: ../../mod/admin.php:189 ../../mod/admin.php:782 +#: ../../mod/admin.php:189 ../../mod/admin.php:854 msgid "Community/Celebrity Account" msgstr "Komunitní účet / Účet celebrity" -#: ../../mod/admin.php:190 ../../mod/admin.php:783 +#: ../../mod/admin.php:190 ../../mod/admin.php:855 msgid "Automatic Friend Account" msgstr "Účet s automatickým schvalováním přátel" @@ -1948,9 +1944,9 @@ msgstr "Soukromé fórum" msgid "Message queues" msgstr "Fronty zpráv" -#: ../../mod/admin.php:216 ../../mod/admin.php:503 ../../mod/admin.php:824 -#: ../../mod/admin.php:928 ../../mod/admin.php:970 ../../mod/admin.php:1136 -#: ../../mod/admin.php:1170 ../../mod/admin.php:1257 +#: ../../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 "Administrace" @@ -1974,308 +1970,324 @@ msgstr "Verze" msgid "Active plugins" msgstr "Aktivní pluginy" -#: ../../mod/admin.php:417 +#: ../../mod/admin.php:247 +msgid "Can not parse base url. Must have at least ://" +msgstr "Nelze zpracovat výchozí url adresu. Musí obsahovat alespoň ://" + +#: ../../mod/admin.php:483 msgid "Site settings updated." msgstr "Nastavení webu aktualizováno." -#: ../../mod/admin.php:446 ../../mod/settings.php:800 +#: ../../mod/admin.php:512 ../../mod/settings.php:810 msgid "No special theme for mobile devices" msgstr "žádné speciální téma pro mobilní zařízení" -#: ../../mod/admin.php:463 ../../mod/contacts.php:330 +#: ../../mod/admin.php:529 ../../mod/contacts.php:402 msgid "Never" msgstr "Nikdy" -#: ../../mod/admin.php:464 ../../include/contact_selectors.php:56 +#: ../../mod/admin.php:530 ../../include/contact_selectors.php:56 msgid "Frequently" msgstr "Často" -#: ../../mod/admin.php:465 ../../include/contact_selectors.php:57 +#: ../../mod/admin.php:531 ../../include/contact_selectors.php:57 msgid "Hourly" msgstr "každou hodinu" -#: ../../mod/admin.php:466 ../../include/contact_selectors.php:58 +#: ../../mod/admin.php:532 ../../include/contact_selectors.php:58 msgid "Twice daily" msgstr "Dvakrát denně" -#: ../../mod/admin.php:467 ../../include/contact_selectors.php:59 +#: ../../mod/admin.php:533 ../../include/contact_selectors.php:59 msgid "Daily" msgstr "denně" -#: ../../mod/admin.php:472 +#: ../../mod/admin.php:538 msgid "Multi user instance" msgstr "Více uživatelská instance" -#: ../../mod/admin.php:490 +#: ../../mod/admin.php:556 msgid "Closed" msgstr "Uzavřeno" -#: ../../mod/admin.php:491 +#: ../../mod/admin.php:557 msgid "Requires approval" msgstr "Vyžaduje schválení" -#: ../../mod/admin.php:492 +#: ../../mod/admin.php:558 msgid "Open" msgstr "Otevřená" -#: ../../mod/admin.php:496 +#: ../../mod/admin.php:562 msgid "No SSL policy, links will track page SSL state" msgstr "Žádná SSL politika, odkazy budou následovat stránky SSL stav" -#: ../../mod/admin.php:497 +#: ../../mod/admin.php:563 msgid "Force all links to use SSL" msgstr "Vyžadovat u všech odkazů použití SSL" -#: ../../mod/admin.php:498 +#: ../../mod/admin.php:564 msgid "Self-signed certificate, use SSL for local links only (discouraged)" msgstr "Certifikát podepsaný sám sebou, použít SSL pouze pro lokální odkazy (nedoporučeno)" -#: ../../mod/admin.php:507 +#: ../../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 "Uložit Nastavení" + +#: ../../mod/admin.php:573 msgid "File upload" msgstr "Nahrání souborů" -#: ../../mod/admin.php:508 +#: ../../mod/admin.php:574 msgid "Policies" msgstr "Politiky" -#: ../../mod/admin.php:509 +#: ../../mod/admin.php:575 msgid "Advanced" msgstr "Pokročilé" -#: ../../mod/admin.php:510 +#: ../../mod/admin.php:576 msgid "Performance" msgstr "Výkonnost" -#: ../../mod/admin.php:514 +#: ../../mod/admin.php:577 +msgid "" +"Relocate - WARNING: advanced function. Could make this server unreachable." +msgstr "Změna umístění - Varování: pokročilá funkčnost. Tímto můžete znepřístupnit server." + +#: ../../mod/admin.php:580 msgid "Site name" msgstr "Název webu" -#: ../../mod/admin.php:515 +#: ../../mod/admin.php:581 msgid "Banner/Logo" msgstr "Banner/logo" -#: ../../mod/admin.php:516 +#: ../../mod/admin.php:582 msgid "Additional Info" msgstr "Dodatečné informace" -#: ../../mod/admin.php:516 +#: ../../mod/admin.php:582 msgid "" "For public servers: you can add additional information here that will be " "listed at dir.friendica.com/siteinfo." msgstr "Pro veřejné servery: zde můžete doplnit dodatečné informace, které budou uvedeny v seznamu na dir.friendica.com/siteinfo." -#: ../../mod/admin.php:517 +#: ../../mod/admin.php:583 msgid "System language" msgstr "Systémový jazyk" -#: ../../mod/admin.php:518 +#: ../../mod/admin.php:584 msgid "System theme" msgstr "Grafická šablona systému " -#: ../../mod/admin.php:518 +#: ../../mod/admin.php:584 msgid "" "Default system theme - may be over-ridden by user profiles - change theme settings" msgstr "Defaultní systémové téma - může být změněno v uživatelských profilech - změnit theme settings" -#: ../../mod/admin.php:519 +#: ../../mod/admin.php:585 msgid "Mobile system theme" msgstr "Systémové téma zobrazení pro mobilní zařízení" -#: ../../mod/admin.php:519 +#: ../../mod/admin.php:585 msgid "Theme for mobile devices" msgstr "Téma zobrazení pro mobilní zařízení" -#: ../../mod/admin.php:520 +#: ../../mod/admin.php:586 msgid "SSL link policy" msgstr "Politika SSL odkazů" -#: ../../mod/admin.php:520 +#: ../../mod/admin.php:586 msgid "Determines whether generated links should be forced to use SSL" msgstr "Určuje, zda-li budou generované odkazy používat SSL" -#: ../../mod/admin.php:521 +#: ../../mod/admin.php:587 msgid "Old style 'Share'" msgstr "Sdílení \"postaru\"" -#: ../../mod/admin.php:521 +#: ../../mod/admin.php:587 msgid "Deactivates the bbcode element 'share' for repeating items." msgstr "Deaktivovat bbcode element \"share\" pro opakující se položky." -#: ../../mod/admin.php:522 +#: ../../mod/admin.php:588 msgid "Hide help entry from navigation menu" msgstr "skrýt nápovědu z navigačního menu" -#: ../../mod/admin.php:522 +#: ../../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 "Skryje menu ze stránek Nápověda z navigačního menu. Nápovědu můžete stále zobrazit přímo zadáním /help." -#: ../../mod/admin.php:523 +#: ../../mod/admin.php:589 msgid "Single user instance" msgstr "Jednouživatelská instance" -#: ../../mod/admin.php:523 +#: ../../mod/admin.php:589 msgid "Make this instance multi-user or single-user for the named user" msgstr "Nastavit tuto instanci víceuživatelskou nebo jednouživatelskou pro pojmenovaného uživatele" -#: ../../mod/admin.php:524 +#: ../../mod/admin.php:590 msgid "Maximum image size" msgstr "Maximální velikost obrázků" -#: ../../mod/admin.php:524 +#: ../../mod/admin.php:590 msgid "" "Maximum size in bytes of uploaded images. Default is 0, which means no " "limits." msgstr "Maximální velikost v bajtech nahraných obrázků. Defaultní je 0, což znamená neomezeno." -#: ../../mod/admin.php:525 +#: ../../mod/admin.php:591 msgid "Maximum image length" msgstr "Maximální velikost obrázků" -#: ../../mod/admin.php:525 +#: ../../mod/admin.php:591 msgid "" "Maximum length in pixels of the longest side of uploaded images. Default is " "-1, which means no limits." msgstr "Maximální délka v pixelech delší stránky nahrávaných obrázků. Defaultně je -1, což označuje bez limitu" -#: ../../mod/admin.php:526 +#: ../../mod/admin.php:592 msgid "JPEG image quality" msgstr "JPEG kvalita obrázku" -#: ../../mod/admin.php:526 +#: ../../mod/admin.php:592 msgid "" "Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " "100, which is full quality." msgstr "Nahrávaný JPEG bude uložen se zadanou kvalitou v rozmezí [0-100]. Defaultní je 100, což znamená plnou kvalitu." -#: ../../mod/admin.php:528 +#: ../../mod/admin.php:594 msgid "Register policy" msgstr "Politika registrace" -#: ../../mod/admin.php:529 +#: ../../mod/admin.php:595 msgid "Maximum Daily Registrations" msgstr "Maximální počet denních registrací" -#: ../../mod/admin.php:529 +#: ../../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 "Pokud je registrace výše povolena, zde se nastaví maximální počet registrací nových uživatelů za den.\nPokud je registrace zakázána, toto nastavení nemá žádný efekt." -#: ../../mod/admin.php:530 +#: ../../mod/admin.php:596 msgid "Register text" msgstr "Registrace textu" -#: ../../mod/admin.php:530 +#: ../../mod/admin.php:596 msgid "Will be displayed prominently on the registration page." msgstr "Bude zřetelně zobrazeno na registrační stránce." -#: ../../mod/admin.php:531 +#: ../../mod/admin.php:597 msgid "Accounts abandoned after x days" msgstr "Účet je opuštěn po x dnech" -#: ../../mod/admin.php:531 +#: ../../mod/admin.php:597 msgid "" "Will not waste system resources polling external sites for abandonded " "accounts. Enter 0 for no time limit." msgstr "Neztrácejte systémové zdroje kontaktováním externích webů s opuštěnými účty. Zadejte 0 pro žádný časový limit." -#: ../../mod/admin.php:532 +#: ../../mod/admin.php:598 msgid "Allowed friend domains" msgstr "Povolené domény přátel" -#: ../../mod/admin.php:532 +#: ../../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 "Čárkou oddělený seznam domén, kterým je povoleno navazovat přátelství s tímto webem. Zástupné znaky (wildcards) jsou povoleny. Prázné znamená libovolnou doménu." -#: ../../mod/admin.php:533 +#: ../../mod/admin.php:599 msgid "Allowed email domains" msgstr "Povolené e-mailové domény" -#: ../../mod/admin.php:533 +#: ../../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 "Čárkou oddělený seznam domén emalových adres, kterým je povoleno provádět registraci na tomto webu. Zástupné znaky (wildcards) jsou povoleny. Prázné znamená libovolnou doménu." -#: ../../mod/admin.php:534 +#: ../../mod/admin.php:600 msgid "Block public" msgstr "Blokovat veřejnost" -#: ../../mod/admin.php:534 +#: ../../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 "Označemím přepínače zablokujete veřejný přístup ke všem jinak veřejně přístupným soukromým stránkám uživatelům, kteří nebudou přihlášeni." -#: ../../mod/admin.php:535 +#: ../../mod/admin.php:601 msgid "Force publish" msgstr "Publikovat" -#: ../../mod/admin.php:535 +#: ../../mod/admin.php:601 msgid "" "Check to force all profiles on this site to be listed in the site directory." msgstr "Označením přepínače budou včechny profily na tomto webu uvedeny v adresáři webu." -#: ../../mod/admin.php:536 +#: ../../mod/admin.php:602 msgid "Global directory update URL" msgstr "aktualizace URL adresy Globálního adresáře " -#: ../../mod/admin.php:536 +#: ../../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 adresa k aktualizaci globálního adresáře. Pokud není zadáno, funkce globálního adresáře není dostupná žádné aplikaci." -#: ../../mod/admin.php:537 +#: ../../mod/admin.php:603 msgid "Allow threaded items" msgstr "Povolit vícevláknové zpracování obsahu" -#: ../../mod/admin.php:537 +#: ../../mod/admin.php:603 msgid "Allow infinite level threading for items on this site." msgstr "Povolit zpracování obsahu tohoto webu neomezeným počtem paralelních vláken." -#: ../../mod/admin.php:538 +#: ../../mod/admin.php:604 msgid "Private posts by default for new users" msgstr "Nastavit pro nové uživatele příspěvky jako soukromé" -#: ../../mod/admin.php:538 +#: ../../mod/admin.php:604 msgid "" "Set default post permissions for all new members to the default privacy " "group rather than public." msgstr "Nastavit defaultní práva pro příspěvky od všech nových členů na výchozí soukromou skupinu raději než jako veřejné." -#: ../../mod/admin.php:539 +#: ../../mod/admin.php:605 msgid "Don't include post content in email notifications" msgstr "Nezahrnovat obsah příspěvků v emailových upozorněních" -#: ../../mod/admin.php:539 +#: ../../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 " V mailových upozorněních, které jsou odesílány z tohoto webu jako soukromé zprávy, nejsou z důvodů bezpečnosti obsaženy příspěvky/komentáře/soukromé zprávy apod. " -#: ../../mod/admin.php:540 +#: ../../mod/admin.php:606 msgid "Disallow public access to addons listed in the apps menu." msgstr "Zakázat veřejný přístup k rozšířením uvedeným v menu aplikace." -#: ../../mod/admin.php:540 +#: ../../mod/admin.php:606 msgid "" "Checking this box will restrict addons listed in the apps menu to members " "only." msgstr "Označení této volby omezí rozšíření uvedená v menu aplikace pouze pro členy." -#: ../../mod/admin.php:541 +#: ../../mod/admin.php:607 msgid "Don't embed private images in posts" msgstr "Nepovolit přidávání soukromých správ v příspěvcích" -#: ../../mod/admin.php:541 +#: ../../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 " @@ -2283,239 +2295,254 @@ msgid "" "while." msgstr "Nereplikovat lokální soukromé fotografie v příspěvcích s přidáním kopie obrázku. To znamená, že kontakty, které obdrží příspěvek obsahující soukromé fotografie se budou muset přihlásit a načíst každý obrázek, což může zabrat nějaký čas." -#: ../../mod/admin.php:543 +#: ../../mod/admin.php:608 +msgid "Allow Users to set remote_self" +msgstr "Umožnit uživatelům nastavit " + +#: ../../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 "S tímto označením má každý uživatel možnost označit jakékoliv ze svých kontakt jako \"remote_self\" v nastavení v dialogu opravit kontakt. Tímto označením se budou zrcadlit všechny správy tohoto kontaktu v uživatelově proudu." + +#: ../../mod/admin.php:609 msgid "Block multiple registrations" msgstr "Blokovat více registrací" -#: ../../mod/admin.php:543 +#: ../../mod/admin.php:609 msgid "Disallow users to register additional accounts for use as pages." msgstr "Znemožnit uživatelům registraci dodatečných účtů k použití jako stránky." -#: ../../mod/admin.php:544 +#: ../../mod/admin.php:610 msgid "OpenID support" msgstr "podpora OpenID" -#: ../../mod/admin.php:544 +#: ../../mod/admin.php:610 msgid "OpenID support for registration and logins." msgstr "Podpora OpenID pro registraci a přihlašování." -#: ../../mod/admin.php:545 +#: ../../mod/admin.php:611 msgid "Fullname check" msgstr "kontrola úplného jména" -#: ../../mod/admin.php:545 +#: ../../mod/admin.php:611 msgid "" "Force users to register with a space between firstname and lastname in Full " "name, as an antispam measure" msgstr "Přimět uživatele k registraci s mezerou mezi jménu a příjmením v poli Celé jméno, jako antispamové opatření." -#: ../../mod/admin.php:546 +#: ../../mod/admin.php:612 msgid "UTF-8 Regular expressions" msgstr "UTF-8 Regulární výrazy" -#: ../../mod/admin.php:546 +#: ../../mod/admin.php:612 msgid "Use PHP UTF8 regular expressions" msgstr "Použít PHP UTF8 regulární výrazy." -#: ../../mod/admin.php:547 +#: ../../mod/admin.php:613 msgid "Show Community Page" msgstr "Zobrazit stránku komunity" -#: ../../mod/admin.php:547 +#: ../../mod/admin.php:613 msgid "" "Display a Community page showing all recent public postings on this site." msgstr "Zobrazit Komunitní stránku zobrazující všechny veřejné příspěvky napsané na této stránce." -#: ../../mod/admin.php:548 +#: ../../mod/admin.php:614 msgid "Enable OStatus support" msgstr "Zapnout podporu OStatus" -#: ../../mod/admin.php:548 +#: ../../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 "Poskytnout zabudouvanou kompatibilitu s OStatus (identi.ca, status.net, etc.). Veškerá komunikace s OStatus je veřejná, proto bude občas zobrazeno upozornění." -#: ../../mod/admin.php:549 +#: ../../mod/admin.php:615 msgid "OStatus conversation completion interval" msgstr "Interval dokončení konverzace OStatus" -#: ../../mod/admin.php:549 +#: ../../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 "Jak často by mělo probíhat ověřování pro nové přísvěvky v konverzacích OStatus? Toto může být velmi výkonově náročný úkol." -#: ../../mod/admin.php:550 +#: ../../mod/admin.php:616 msgid "Enable Diaspora support" msgstr "Povolit podporu Diaspora" -#: ../../mod/admin.php:550 +#: ../../mod/admin.php:616 msgid "Provide built-in Diaspora network compatibility." msgstr "Poskytnout zabudovanou kompatibilitu sitě Diaspora." -#: ../../mod/admin.php:551 +#: ../../mod/admin.php:617 msgid "Only allow Friendica contacts" msgstr "Povolit pouze Friendica kontakty" -#: ../../mod/admin.php:551 +#: ../../mod/admin.php:617 msgid "" "All contacts must use Friendica protocols. All other built-in communication " "protocols disabled." msgstr "Všechny kontakty musí používat Friendica protokol. Všchny jiné zabudované komunikační protokoly budou zablokované." -#: ../../mod/admin.php:552 +#: ../../mod/admin.php:618 msgid "Verify SSL" msgstr "Ověřit SSL" -#: ../../mod/admin.php:552 +#: ../../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 "Pokud si přejete, můžete vynutit striktní ověřování certifikátů. To znamená že se nebudete moci připojit k žádnému serveru s vlastním SSL certifikátem." -#: ../../mod/admin.php:553 +#: ../../mod/admin.php:619 msgid "Proxy user" msgstr "Proxy uživatel" -#: ../../mod/admin.php:554 +#: ../../mod/admin.php:620 msgid "Proxy URL" msgstr "Proxy URL adresa" -#: ../../mod/admin.php:555 +#: ../../mod/admin.php:621 msgid "Network timeout" msgstr "čas síťového spojení vypršelo (timeout)" -#: ../../mod/admin.php:555 +#: ../../mod/admin.php:621 msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." msgstr "Hodnota ve vteřinách. Nastavte 0 pro neomezeno (není doporučeno)." -#: ../../mod/admin.php:556 +#: ../../mod/admin.php:622 msgid "Delivery interval" msgstr "Interval doručování" -#: ../../mod/admin.php:556 +#: ../../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 "Prodleva mezi doručovacími procesy běžícími na pozadí snižuje zátěž systému. Doporučené nastavení: 4-5 pro sdílené instalace, 2-3 pro virtuální soukromé servery, 0-1 pro velké dedikované servery." -#: ../../mod/admin.php:557 +#: ../../mod/admin.php:623 msgid "Poll interval" msgstr "Dotazovací interval" -#: ../../mod/admin.php:557 +#: ../../mod/admin.php:623 msgid "" "Delay background polling processes by this many seconds to reduce system " "load. If 0, use delivery interval." msgstr "Tímto nastavením ovlivníte prodlení mezi aktualizačními procesy běžícími na pozadí, čímž můžete snížit systémovou zátěž. Pokud 0, použijte doručovací interval." -#: ../../mod/admin.php:558 +#: ../../mod/admin.php:624 msgid "Maximum Load Average" msgstr "Maximální průměrné zatížení" -#: ../../mod/admin.php:558 +#: ../../mod/admin.php:624 msgid "" "Maximum system load before delivery and poll processes are deferred - " "default 50." msgstr "Maximální zatížení systému před pozastavením procesů zajišťujících doručování aktualizací - defaultně 50" -#: ../../mod/admin.php:560 +#: ../../mod/admin.php:626 msgid "Use MySQL full text engine" msgstr "Použít fulltextový vyhledávací stroj MySQL" -#: ../../mod/admin.php:560 +#: ../../mod/admin.php:626 msgid "" "Activates the full text engine. Speeds up search - but can only search for " "four and more characters." msgstr "Aktivuje fulltextový vyhledávací stroj. Zrychluje vyhledávání ale pouze pro vyhledávání čtyř a více znaků" -#: ../../mod/admin.php:561 +#: ../../mod/admin.php:627 msgid "Suppress Language" msgstr "Potlačit Jazyk" -#: ../../mod/admin.php:561 +#: ../../mod/admin.php:627 msgid "Suppress language information in meta information about a posting." msgstr "Potlačit jazykové informace v meta informacích o příspěvcích" -#: ../../mod/admin.php:562 +#: ../../mod/admin.php:628 msgid "Path to item cache" msgstr "Cesta k položkám vyrovnávací paměti" -#: ../../mod/admin.php:563 +#: ../../mod/admin.php:629 msgid "Cache duration in seconds" msgstr "Doba platnosti vyrovnávací paměti v sekundách" -#: ../../mod/admin.php:563 +#: ../../mod/admin.php:629 msgid "" "How long should the cache files be hold? Default value is 86400 seconds (One" " day)." msgstr "Jak dlouho by měla vyrovnávací paměť držet data? Výchozí hodnota je 86400 sekund (Jeden den)." -#: ../../mod/admin.php:564 +#: ../../mod/admin.php:630 msgid "Path for lock file" msgstr "Cesta k souboru zámku" -#: ../../mod/admin.php:565 +#: ../../mod/admin.php:631 msgid "Temp path" msgstr "Cesta k dočasným souborům" -#: ../../mod/admin.php:566 +#: ../../mod/admin.php:632 msgid "Base path to installation" msgstr "Základní cesta k instalaci" -#: ../../mod/admin.php:583 +#: ../../mod/admin.php:634 +msgid "New base url" +msgstr "Nová výchozí url adresa" + +#: ../../mod/admin.php:652 msgid "Update has been marked successful" msgstr "Aktualizace byla označena jako úspěšná." -#: ../../mod/admin.php:593 +#: ../../mod/admin.php:662 #, php-format msgid "Executing %s failed. Check system logs." msgstr "Vykonávání %s selhalo. Zkontrolujte chybový protokol." -#: ../../mod/admin.php:596 +#: ../../mod/admin.php:665 #, php-format msgid "Update %s was successfully applied." msgstr "Aktualizace %s byla úspěšně aplikována." -#: ../../mod/admin.php:600 +#: ../../mod/admin.php:669 #, php-format msgid "Update %s did not return a status. Unknown if it succeeded." msgstr "Aktualizace %s nevrátila žádný status. Není zřejmé, jestli byla úspěšná." -#: ../../mod/admin.php:603 +#: ../../mod/admin.php:672 #, php-format msgid "Update function %s could not be found." msgstr "Aktualizační funkce %s nebyla nalezena." -#: ../../mod/admin.php:618 +#: ../../mod/admin.php:687 msgid "No failed updates." msgstr "Žádné neúspěšné aktualizace." -#: ../../mod/admin.php:622 +#: ../../mod/admin.php:691 msgid "Failed Updates" msgstr "Neúspěšné aktualizace" -#: ../../mod/admin.php:623 +#: ../../mod/admin.php:692 msgid "" "This does not include updates prior to 1139, which did not return a status." msgstr "To nezahrnuje aktualizace do verze 1139, které nevracejí žádný status." -#: ../../mod/admin.php:624 +#: ../../mod/admin.php:693 msgid "Mark success (if update was manually applied)" msgstr "Označit za úspěšné (pokud byla aktualizace aplikována manuálně)" -#: ../../mod/admin.php:625 +#: ../../mod/admin.php:694 msgid "Attempt to execute this update step automatically" msgstr "Pokusit se provést tuto aktualizaci automaticky." -#: ../../mod/admin.php:671 +#: ../../mod/admin.php:740 msgid "Registration successful. Email send to user" msgstr "Registrace úspěšná. Email zaslán uživateli" -#: ../../mod/admin.php:681 +#: ../../mod/admin.php:750 #, php-format msgid "%s user blocked/unblocked" msgid_plural "%s users blocked/unblocked" @@ -2523,7 +2550,7 @@ msgstr[0] "%s uživatel blokován/odblokován" msgstr[1] "%s uživatelů blokováno/odblokováno" msgstr[2] "%s uživatelů blokováno/odblokováno" -#: ../../mod/admin.php:688 +#: ../../mod/admin.php:757 #, php-format msgid "%s user deleted" msgid_plural "%s users deleted" @@ -2531,235 +2558,239 @@ msgstr[0] "%s uživatel smazán" msgstr[1] "%s uživatelů smazáno" msgstr[2] "%s uživatelů smazáno" -#: ../../mod/admin.php:727 +#: ../../mod/admin.php:796 #, php-format msgid "User '%s' deleted" msgstr "Uživatel '%s' smazán" -#: ../../mod/admin.php:735 +#: ../../mod/admin.php:804 #, php-format msgid "User '%s' unblocked" msgstr "Uživatel '%s' odblokován" -#: ../../mod/admin.php:735 +#: ../../mod/admin.php:804 #, php-format msgid "User '%s' blocked" msgstr "Uživatel '%s' blokován" -#: ../../mod/admin.php:827 +#: ../../mod/admin.php:899 +msgid "Add User" +msgstr "Přidat Uživatele" + +#: ../../mod/admin.php:900 msgid "select all" msgstr "Vybrat vše" -#: ../../mod/admin.php:828 +#: ../../mod/admin.php:901 msgid "User registrations waiting for confirm" msgstr "Registrace uživatele čeká na potvrzení" -#: ../../mod/admin.php:829 +#: ../../mod/admin.php:902 msgid "User waiting for permanent deletion" msgstr "Uživatel čeká na trvalé smazání" -#: ../../mod/admin.php:830 +#: ../../mod/admin.php:903 msgid "Request date" msgstr "Datum žádosti" -#: ../../mod/admin.php:830 ../../mod/admin.php:842 ../../mod/admin.php:843 -#: ../../mod/admin.php:856 ../../mod/crepair.php:148 -#: ../../mod/settings.php:593 ../../mod/settings.php:619 +#: ../../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 "Jméno" -#: ../../mod/admin.php:830 ../../mod/admin.php:842 ../../mod/admin.php:843 -#: ../../mod/admin.php:858 ../../include/contact_selectors.php:79 +#: ../../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:831 +#: ../../mod/admin.php:904 msgid "No registrations." msgstr "Žádné registrace." -#: ../../mod/admin.php:832 ../../mod/notifications.php:161 +#: ../../mod/admin.php:905 ../../mod/notifications.php:161 #: ../../mod/notifications.php:208 msgid "Approve" msgstr "Schválit" -#: ../../mod/admin.php:833 +#: ../../mod/admin.php:906 msgid "Deny" msgstr "Odmítnout" -#: ../../mod/admin.php:835 ../../mod/contacts.php:353 -#: ../../mod/contacts.php:412 +#: ../../mod/admin.php:908 ../../mod/contacts.php:425 +#: ../../mod/contacts.php:484 ../../mod/contacts.php:692 msgid "Block" msgstr "Blokovat" -#: ../../mod/admin.php:836 ../../mod/contacts.php:353 -#: ../../mod/contacts.php:412 +#: ../../mod/admin.php:909 ../../mod/contacts.php:425 +#: ../../mod/contacts.php:484 ../../mod/contacts.php:692 msgid "Unblock" msgstr "Odblokovat" -#: ../../mod/admin.php:837 +#: ../../mod/admin.php:910 msgid "Site admin" msgstr "Site administrátor" -#: ../../mod/admin.php:838 +#: ../../mod/admin.php:911 msgid "Account expired" msgstr "Účtu vypršela platnost" -#: ../../mod/admin.php:841 +#: ../../mod/admin.php:914 msgid "New User" msgstr "Nový uživatel" -#: ../../mod/admin.php:842 ../../mod/admin.php:843 +#: ../../mod/admin.php:915 ../../mod/admin.php:916 msgid "Register date" msgstr "Datum registrace" -#: ../../mod/admin.php:842 ../../mod/admin.php:843 +#: ../../mod/admin.php:915 ../../mod/admin.php:916 msgid "Last login" msgstr "Datum posledního přihlášení" -#: ../../mod/admin.php:842 ../../mod/admin.php:843 +#: ../../mod/admin.php:915 ../../mod/admin.php:916 msgid "Last item" msgstr "Poslední položka" -#: ../../mod/admin.php:842 +#: ../../mod/admin.php:915 msgid "Deleted since" msgstr "Smazán od" -#: ../../mod/admin.php:843 +#: ../../mod/admin.php:916 msgid "Account" msgstr "Účet" -#: ../../mod/admin.php:845 +#: ../../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 "Vybraní uživatelé budou smazáni!\\n\\n Vše, co tito uživatelé na těchto stránkách vytvořili, bude trvale odstraněno!\\n\\n Opravdu pokračovat?" -#: ../../mod/admin.php:846 +#: ../../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 "Uživatel {0} bude smazán!\\n\\n Vše, co tento uživatel na těchto stránkách vytvořil, bude trvale odstraněno!\\n\\n Opravdu pokračovat?" -#: ../../mod/admin.php:856 +#: ../../mod/admin.php:929 msgid "Name of the new user." msgstr "Jméno nového uživatele" -#: ../../mod/admin.php:857 +#: ../../mod/admin.php:930 msgid "Nickname" msgstr "Přezdívka" -#: ../../mod/admin.php:857 +#: ../../mod/admin.php:930 msgid "Nickname of the new user." msgstr "Přezdívka nového uživatele." -#: ../../mod/admin.php:858 +#: ../../mod/admin.php:931 msgid "Email address of the new user." msgstr "Emailová adresa nového uživatele." -#: ../../mod/admin.php:891 +#: ../../mod/admin.php:964 #, php-format msgid "Plugin %s disabled." msgstr "Plugin %s zakázán." -#: ../../mod/admin.php:895 +#: ../../mod/admin.php:968 #, php-format msgid "Plugin %s enabled." msgstr "Plugin %s povolen." -#: ../../mod/admin.php:905 ../../mod/admin.php:1108 +#: ../../mod/admin.php:978 ../../mod/admin.php:1181 msgid "Disable" msgstr "Zakázat" -#: ../../mod/admin.php:907 ../../mod/admin.php:1110 +#: ../../mod/admin.php:980 ../../mod/admin.php:1183 msgid "Enable" msgstr "Povolit" -#: ../../mod/admin.php:930 ../../mod/admin.php:1138 +#: ../../mod/admin.php:1003 ../../mod/admin.php:1211 msgid "Toggle" msgstr "Přepnout" -#: ../../mod/admin.php:938 ../../mod/admin.php:1148 +#: ../../mod/admin.php:1011 ../../mod/admin.php:1221 msgid "Author: " msgstr "Autor: " -#: ../../mod/admin.php:939 ../../mod/admin.php:1149 +#: ../../mod/admin.php:1012 ../../mod/admin.php:1222 msgid "Maintainer: " msgstr "Správce: " -#: ../../mod/admin.php:1068 +#: ../../mod/admin.php:1141 msgid "No themes found." msgstr "Nenalezeny žádná témata." -#: ../../mod/admin.php:1130 +#: ../../mod/admin.php:1203 msgid "Screenshot" msgstr "Snímek obrazovky" -#: ../../mod/admin.php:1176 +#: ../../mod/admin.php:1249 msgid "[Experimental]" msgstr "[Experimentální]" -#: ../../mod/admin.php:1177 +#: ../../mod/admin.php:1250 msgid "[Unsupported]" msgstr "[Nepodporováno]" -#: ../../mod/admin.php:1204 +#: ../../mod/admin.php:1277 msgid "Log settings updated." msgstr "Nastavení protokolu aktualizováno." -#: ../../mod/admin.php:1260 +#: ../../mod/admin.php:1333 msgid "Clear" msgstr "Vyčistit" -#: ../../mod/admin.php:1266 +#: ../../mod/admin.php:1339 msgid "Enable Debugging" msgstr "Povolit ladění" -#: ../../mod/admin.php:1267 +#: ../../mod/admin.php:1340 msgid "Log file" msgstr "Soubor s logem" -#: ../../mod/admin.php:1267 +#: ../../mod/admin.php:1340 msgid "" "Must be writable by web server. Relative to your Friendica top-level " "directory." msgstr "Musí být editovatelné web serverem. Relativní cesta k vašemu kořenovému adresáři Friendica" -#: ../../mod/admin.php:1268 +#: ../../mod/admin.php:1341 msgid "Log level" msgstr "Úroveň auditu" -#: ../../mod/admin.php:1317 ../../mod/contacts.php:409 +#: ../../mod/admin.php:1390 ../../mod/contacts.php:481 msgid "Update now" msgstr "Aktualizovat" -#: ../../mod/admin.php:1318 +#: ../../mod/admin.php:1391 msgid "Close" msgstr "Zavřít" -#: ../../mod/admin.php:1324 +#: ../../mod/admin.php:1397 msgid "FTP Host" msgstr "Hostitel FTP" -#: ../../mod/admin.php:1325 +#: ../../mod/admin.php:1398 msgid "FTP Path" msgstr "Cesta FTP" -#: ../../mod/admin.php:1326 +#: ../../mod/admin.php:1399 msgid "FTP User" msgstr "FTP uživatel" -#: ../../mod/admin.php:1327 +#: ../../mod/admin.php:1400 msgid "FTP Password" msgstr "FTP heslo" -#: ../../mod/_search.php:99 ../../mod/search.php:99 ../../include/text.php:927 -#: ../../include/text.php:928 ../../include/nav.php:118 +#: ../../mod/_search.php:99 ../../mod/search.php:99 ../../include/text.php:934 +#: ../../include/text.php:935 ../../include/nav.php:118 msgid "Search" msgstr "Vyhledávání" #: ../../mod/_search.php:180 ../../mod/_search.php:206 -#: ../../mod/search.php:184 ../../mod/search.php:210 +#: ../../mod/search.php:179 ../../mod/search.php:205 #: ../../mod/community.php:61 ../../mod/community.php:91 msgid "No results." msgstr "Žádné výsledky." @@ -2882,7 +2913,7 @@ msgstr "Přihlaste se, prosím." msgid "Find on this site" msgstr "Nalézt na tomto webu" -#: ../../mod/directory.php:59 ../../mod/contacts.php:612 +#: ../../mod/directory.php:59 ../../mod/contacts.php:685 msgid "Finding: " msgstr "Zjištění: " @@ -2890,7 +2921,7 @@ msgstr "Zjištění: " msgid "Site Directory" msgstr "Adresář serveru" -#: ../../mod/directory.php:61 ../../mod/contacts.php:613 +#: ../../mod/directory.php:61 ../../mod/contacts.php:686 #: ../../include/contact_widgets.php:33 msgid "Find" msgstr "Najít" @@ -2911,66 +2942,80 @@ msgstr "O mě:" msgid "No entries (some entries may be hidden)." msgstr "Žádné záznamy (některé položky mohou být skryty)." -#: ../../mod/crepair.php:102 +#: ../../mod/crepair.php:104 msgid "Contact settings applied." msgstr "Nastavení kontaktu změněno" -#: ../../mod/crepair.php:104 +#: ../../mod/crepair.php:106 msgid "Contact update failed." msgstr "Aktualizace kontaktu selhala." -#: ../../mod/crepair.php:135 +#: ../../mod/crepair.php:137 msgid "Repair Contact Settings" msgstr "Opravit nastavení kontaktu" -#: ../../mod/crepair.php:137 +#: ../../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 "Varování: Toto je velmi pokročilé a pokud zadáte nesprávné informace, Vaše komunikace s tímto kontaktem může přestat fungovat." -#: ../../mod/crepair.php:138 +#: ../../mod/crepair.php:140 msgid "" "Please use your browser 'Back' button now if you are " "uncertain what to do on this page." msgstr "Prosím použijte ihned v prohlížeči tlačítko \"zpět\" pokud si nejste jistí co dělat na této stránce." -#: ../../mod/crepair.php:144 +#: ../../mod/crepair.php:146 msgid "Return to contact editor" msgstr "Návrat k editoru kontaktu" -#: ../../mod/crepair.php:149 +#: ../../mod/crepair.php:151 msgid "Account Nickname" msgstr "Přezdívka účtu" -#: ../../mod/crepair.php:150 +#: ../../mod/crepair.php:152 msgid "@Tagname - overrides Name/Nickname" msgstr "@Tagname - upřednostněno před Jménem/Přezdívkou" -#: ../../mod/crepair.php:151 +#: ../../mod/crepair.php:153 msgid "Account URL" msgstr "URL adresa účtu" -#: ../../mod/crepair.php:152 +#: ../../mod/crepair.php:154 msgid "Friend Request URL" msgstr "Žádost o přátelství URL" -#: ../../mod/crepair.php:153 +#: ../../mod/crepair.php:155 msgid "Friend Confirm URL" msgstr "URL adresa potvrzení přátelství" -#: ../../mod/crepair.php:154 +#: ../../mod/crepair.php:156 msgid "Notification Endpoint URL" msgstr "Notifikační URL adresa" -#: ../../mod/crepair.php:155 +#: ../../mod/crepair.php:157 msgid "Poll/Feed URL" msgstr "Poll/Feed URL adresa" -#: ../../mod/crepair.php:156 +#: ../../mod/crepair.php:158 msgid "New photo from this URL" msgstr "Nové foto z této URL adresy" +#: ../../mod/crepair.php:159 +msgid "Remote Self" +msgstr "Remote Self" + +#: ../../mod/crepair.php:161 +msgid "Mirror postings from this contact" +msgstr "Zrcadlení správ od tohoto kontaktu" + +#: ../../mod/crepair.php:161 +msgid "" +"Mark this contact as remote_self, this will cause friendica to repost new " +"entries from this contact." +msgstr "Označit tento kontakt jako \"remote_self\", s tímto nastavením freindica bude přeposílat všechny nové příspěvky od tohoto kontaktu." + #: ../../mod/uimport.php:66 msgid "Move account" msgstr "Přesunout účet" @@ -3010,7 +3055,7 @@ msgstr "Vzdálené soukromé informace nejsou k dispozici." msgid "Visible to:" msgstr "Viditelné pro:" -#: ../../mod/notes.php:63 ../../mod/filer.php:31 ../../include/text.php:930 +#: ../../mod/notes.php:63 ../../mod/filer.php:31 ../../include/text.php:937 msgid "Save" msgstr "Uložit" @@ -3108,7 +3153,7 @@ msgstr "Neplatné URL profilu." msgid "Disallowed profile URL." msgstr "Nepovolené URL profilu." -#: ../../mod/dfrn_request.php:571 ../../mod/contacts.php:124 +#: ../../mod/dfrn_request.php:571 ../../mod/contacts.php:174 msgid "Failed to update contact record." msgstr "Nepodařilo se aktualizovat kontakt." @@ -3144,7 +3189,7 @@ msgstr "Prosím potvrďte Vaši žádost o propojení %s." msgid "Confirm" msgstr "Potvrdit" -#: ../../mod/dfrn_request.php:716 ../../include/items.php:3488 +#: ../../mod/dfrn_request.php:716 ../../include/items.php:3532 msgid "[Name Withheld]" msgstr "[Jméno odepřeno]" @@ -3196,7 +3241,7 @@ msgstr "Friendica" msgid "StatusNet/Federated Social Web" msgstr "StatusNet / Federativní Sociální Web" -#: ../../mod/dfrn_request.php:842 ../../mod/settings.php:712 +#: ../../mod/dfrn_request.php:842 ../../mod/settings.php:722 #: ../../include/contact_selectors.php:80 msgid "Diaspora" msgstr "Diaspora" @@ -3222,91 +3267,99 @@ msgstr "Odeslat žádost" msgid "[Embedded content - reload page to view]" msgstr "[Vložený obsah - obnovení stránky pro zobrazení]" -#: ../../mod/content.php:520 ../../include/conversation.php:686 +#: ../../mod/content.php:496 ../../include/conversation.php:686 msgid "View in context" msgstr "Pohled v kontextu" -#: ../../mod/contacts.php:85 ../../mod/contacts.php:165 +#: ../../mod/contacts.php:104 +#, php-format +msgid "%d contact edited." +msgid_plural "%d contacts edited" +msgstr[0] "%d kontakt upraven." +msgstr[1] "%d kontakty upraveny" +msgstr[2] "%d kontaktů upraveno" + +#: ../../mod/contacts.php:135 ../../mod/contacts.php:258 msgid "Could not access contact record." msgstr "Nelze získat přístup k záznamu kontaktu." -#: ../../mod/contacts.php:99 +#: ../../mod/contacts.php:149 msgid "Could not locate selected profile." msgstr "Nelze nalézt vybraný profil." -#: ../../mod/contacts.php:122 +#: ../../mod/contacts.php:172 msgid "Contact updated." msgstr "Kontakt aktualizován." -#: ../../mod/contacts.php:187 +#: ../../mod/contacts.php:272 msgid "Contact has been blocked" msgstr "Kontakt byl zablokován" -#: ../../mod/contacts.php:187 +#: ../../mod/contacts.php:272 msgid "Contact has been unblocked" msgstr "Kontakt byl odblokován" -#: ../../mod/contacts.php:201 +#: ../../mod/contacts.php:282 msgid "Contact has been ignored" msgstr "Kontakt bude ignorován" -#: ../../mod/contacts.php:201 +#: ../../mod/contacts.php:282 msgid "Contact has been unignored" msgstr "Kontakt přestal být ignorován" -#: ../../mod/contacts.php:220 +#: ../../mod/contacts.php:293 msgid "Contact has been archived" msgstr "Kontakt byl archivován" -#: ../../mod/contacts.php:220 +#: ../../mod/contacts.php:293 msgid "Contact has been unarchived" msgstr "Kontakt byl vrácen z archívu." -#: ../../mod/contacts.php:244 +#: ../../mod/contacts.php:318 ../../mod/contacts.php:689 msgid "Do you really want to delete this contact?" msgstr "Opravdu chcete smazat tento kontakt?" -#: ../../mod/contacts.php:263 +#: ../../mod/contacts.php:335 msgid "Contact has been removed." msgstr "Kontakt byl odstraněn." -#: ../../mod/contacts.php:301 +#: ../../mod/contacts.php:373 #, php-format msgid "You are mutual friends with %s" msgstr "Jste vzájemní přátelé s uživatelem %s" -#: ../../mod/contacts.php:305 +#: ../../mod/contacts.php:377 #, php-format msgid "You are sharing with %s" msgstr "Sdílíte s uživatelem %s" -#: ../../mod/contacts.php:310 +#: ../../mod/contacts.php:382 #, php-format msgid "%s is sharing with you" msgstr "uživatel %s sdílí s vámi" -#: ../../mod/contacts.php:327 +#: ../../mod/contacts.php:399 msgid "Private communications are not available for this contact." msgstr "Soukromá komunikace není dostupná pro tento kontakt." -#: ../../mod/contacts.php:334 +#: ../../mod/contacts.php:406 msgid "(Update was successful)" msgstr "(Aktualizace byla úspěšná)" -#: ../../mod/contacts.php:334 +#: ../../mod/contacts.php:406 msgid "(Update was not successful)" msgstr "(Aktualizace nebyla úspěšná)" -#: ../../mod/contacts.php:336 +#: ../../mod/contacts.php:408 msgid "Suggest friends" msgstr "Navrhněte přátelé" -#: ../../mod/contacts.php:340 +#: ../../mod/contacts.php:412 #, php-format msgid "Network type: %s" msgstr "Typ sítě: %s" -#: ../../mod/contacts.php:343 ../../include/contact_widgets.php:199 +#: ../../mod/contacts.php:415 ../../include/contact_widgets.php:199 #, php-format msgid "%d contact in common" msgid_plural "%d contacts in common" @@ -3314,207 +3367,213 @@ msgstr[0] "%d sdílený kontakt" msgstr[1] "%d sdílených kontaktů" msgstr[2] "%d sdílených kontaktů" -#: ../../mod/contacts.php:348 +#: ../../mod/contacts.php:420 msgid "View all contacts" msgstr "Zobrazit všechny kontakty" -#: ../../mod/contacts.php:356 +#: ../../mod/contacts.php:428 msgid "Toggle Blocked status" msgstr "Přepnout stav Blokováno" -#: ../../mod/contacts.php:359 ../../mod/contacts.php:413 +#: ../../mod/contacts.php:431 ../../mod/contacts.php:485 +#: ../../mod/contacts.php:693 msgid "Unignore" msgstr "Přestat ignorovat" -#: ../../mod/contacts.php:359 ../../mod/contacts.php:413 -#: ../../mod/notifications.php:51 ../../mod/notifications.php:164 -#: ../../mod/notifications.php:210 +#: ../../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 "Ignorovat" -#: ../../mod/contacts.php:362 +#: ../../mod/contacts.php:434 msgid "Toggle Ignored status" msgstr "Přepnout stav Ignorováno" -#: ../../mod/contacts.php:366 +#: ../../mod/contacts.php:438 ../../mod/contacts.php:694 msgid "Unarchive" msgstr "Vrátit z archívu" -#: ../../mod/contacts.php:366 +#: ../../mod/contacts.php:438 ../../mod/contacts.php:694 msgid "Archive" msgstr "Archivovat" -#: ../../mod/contacts.php:369 +#: ../../mod/contacts.php:441 msgid "Toggle Archive status" msgstr "Přepnout stav Archivováno" -#: ../../mod/contacts.php:372 +#: ../../mod/contacts.php:444 msgid "Repair" msgstr "Opravit" -#: ../../mod/contacts.php:375 +#: ../../mod/contacts.php:447 msgid "Advanced Contact Settings" msgstr "Pokročilé nastavení kontaktu" -#: ../../mod/contacts.php:381 +#: ../../mod/contacts.php:453 msgid "Communications lost with this contact!" msgstr "Komunikace s tímto kontaktem byla ztracena!" -#: ../../mod/contacts.php:384 +#: ../../mod/contacts.php:456 msgid "Contact Editor" msgstr "Editor kontaktu" -#: ../../mod/contacts.php:387 +#: ../../mod/contacts.php:459 msgid "Profile Visibility" msgstr "Viditelnost profilu" -#: ../../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 "Vyberte prosím profil, který chcete zobrazit %s při zabezpečeném prohlížení vašeho profilu." -#: ../../mod/contacts.php:389 +#: ../../mod/contacts.php:461 msgid "Contact Information / Notes" msgstr "Kontaktní informace / poznámky" -#: ../../mod/contacts.php:390 +#: ../../mod/contacts.php:462 msgid "Edit contact notes" msgstr "Editovat poznámky kontaktu" -#: ../../mod/contacts.php:395 ../../mod/contacts.php:585 +#: ../../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 "Navštivte profil uživatele %s [%s]" -#: ../../mod/contacts.php:396 +#: ../../mod/contacts.php:468 msgid "Block/Unblock contact" msgstr "Blokovat / Odblokovat kontakt" -#: ../../mod/contacts.php:397 +#: ../../mod/contacts.php:469 msgid "Ignore contact" msgstr "Ignorovat kontakt" -#: ../../mod/contacts.php:398 +#: ../../mod/contacts.php:470 msgid "Repair URL settings" msgstr "Opravit nastavení adresy URL " -#: ../../mod/contacts.php:399 +#: ../../mod/contacts.php:471 msgid "View conversations" msgstr "Zobrazit konverzace" -#: ../../mod/contacts.php:401 +#: ../../mod/contacts.php:473 msgid "Delete contact" msgstr "Odstranit kontakt" -#: ../../mod/contacts.php:405 +#: ../../mod/contacts.php:477 msgid "Last update:" msgstr "Poslední aktualizace:" -#: ../../mod/contacts.php:407 +#: ../../mod/contacts.php:479 msgid "Update public posts" msgstr "Aktualizovat veřejné příspěvky" -#: ../../mod/contacts.php:416 +#: ../../mod/contacts.php:488 msgid "Currently blocked" msgstr "V současnosti zablokováno" -#: ../../mod/contacts.php:417 +#: ../../mod/contacts.php:489 msgid "Currently ignored" msgstr "V současnosti ignorováno" -#: ../../mod/contacts.php:418 +#: ../../mod/contacts.php:490 msgid "Currently archived" msgstr "Aktuálně archivován" -#: ../../mod/contacts.php:419 ../../mod/notifications.php:157 +#: ../../mod/contacts.php:491 ../../mod/notifications.php:157 #: ../../mod/notifications.php:204 msgid "Hide this contact from others" msgstr "Skrýt tento kontakt před ostatními" -#: ../../mod/contacts.php:419 +#: ../../mod/contacts.php:491 msgid "" "Replies/likes to your public posts may still be visible" msgstr "Odpovědi/Libí se na Vaše veřejné příspěvky mohou být stále viditelné" -#: ../../mod/contacts.php:470 +#: ../../mod/contacts.php:542 msgid "Suggestions" msgstr "Doporučení" -#: ../../mod/contacts.php:473 +#: ../../mod/contacts.php:545 msgid "Suggest potential friends" msgstr "Navrhnout potenciální přátele" -#: ../../mod/contacts.php:476 ../../mod/group.php:194 +#: ../../mod/contacts.php:548 ../../mod/group.php:194 msgid "All Contacts" msgstr "Všechny kontakty" -#: ../../mod/contacts.php:479 +#: ../../mod/contacts.php:551 msgid "Show all contacts" msgstr "Zobrazit všechny kontakty" -#: ../../mod/contacts.php:482 +#: ../../mod/contacts.php:554 msgid "Unblocked" msgstr "Odblokován" -#: ../../mod/contacts.php:485 +#: ../../mod/contacts.php:557 msgid "Only show unblocked contacts" msgstr "Zobrazit pouze neblokované kontakty" -#: ../../mod/contacts.php:489 +#: ../../mod/contacts.php:561 msgid "Blocked" msgstr "Blokován" -#: ../../mod/contacts.php:492 +#: ../../mod/contacts.php:564 msgid "Only show blocked contacts" msgstr "Zobrazit pouze blokované kontakty" -#: ../../mod/contacts.php:496 +#: ../../mod/contacts.php:568 msgid "Ignored" msgstr "Ignorován" -#: ../../mod/contacts.php:499 +#: ../../mod/contacts.php:571 msgid "Only show ignored contacts" msgstr "Zobrazit pouze ignorované kontakty" -#: ../../mod/contacts.php:503 +#: ../../mod/contacts.php:575 msgid "Archived" msgstr "Archivován" -#: ../../mod/contacts.php:506 +#: ../../mod/contacts.php:578 msgid "Only show archived contacts" msgstr "Zobrazit pouze archivované kontakty" -#: ../../mod/contacts.php:510 +#: ../../mod/contacts.php:582 msgid "Hidden" msgstr "Skrytý" -#: ../../mod/contacts.php:513 +#: ../../mod/contacts.php:585 msgid "Only show hidden contacts" msgstr "Zobrazit pouze skryté kontakty" -#: ../../mod/contacts.php:561 +#: ../../mod/contacts.php:633 msgid "Mutual Friendship" msgstr "Vzájemné přátelství" -#: ../../mod/contacts.php:565 +#: ../../mod/contacts.php:637 msgid "is a fan of yours" msgstr "je Váš fanoušek" -#: ../../mod/contacts.php:569 +#: ../../mod/contacts.php:641 msgid "you are a fan of" msgstr "jste fanouškem" -#: ../../mod/contacts.php:586 ../../mod/nogroup.php:41 +#: ../../mod/contacts.php:658 ../../mod/nogroup.php:41 msgid "Edit contact" msgstr "Editovat kontakt" -#: ../../mod/contacts.php:611 +#: ../../mod/contacts.php:684 msgid "Search your contacts" msgstr "Prohledat Vaše kontakty" +#: ../../mod/contacts.php:691 ../../mod/settings.php:126 +#: ../../mod/settings.php:627 +msgid "Update" +msgstr "Aktualizace" + #: ../../mod/settings.php:28 ../../mod/photos.php:79 msgid "everybody" msgstr "Žádost o připojení selhala nebo byla zrušena." @@ -3555,10 +3614,6 @@ msgstr "Odstranit účet" msgid "Missing some important data!" msgstr "Chybí některé důležité údaje!" -#: ../../mod/settings.php:126 ../../mod/settings.php:617 -msgid "Update" -msgstr "Aktualizace" - #: ../../mod/settings.php:232 msgid "Failed to connect with email account using the settings provided." msgstr "Nepodařilo se připojit k e-mailovému účtu pomocí dodaného nastavení." @@ -3571,541 +3626,559 @@ msgstr "Nastavení e-mailu aktualizována." msgid "Features updated" msgstr "Aktualizované funkčnosti" -#: ../../mod/settings.php:319 +#: ../../mod/settings.php:311 +msgid "Relocate message has been send to your contacts" +msgstr "Správa o změně umístění byla odeslána vašim kontaktům" + +#: ../../mod/settings.php:325 msgid "Passwords do not match. Password unchanged." msgstr "Hesla se neshodují. Heslo nebylo změněno." -#: ../../mod/settings.php:324 +#: ../../mod/settings.php:330 msgid "Empty passwords are not allowed. Password unchanged." msgstr "Prázdné hesla nejsou povolena. Heslo nebylo změněno." -#: ../../mod/settings.php:332 +#: ../../mod/settings.php:338 msgid "Wrong password." msgstr "Špatné heslo." -#: ../../mod/settings.php:343 +#: ../../mod/settings.php:349 msgid "Password changed." msgstr "Heslo bylo změněno." -#: ../../mod/settings.php:345 +#: ../../mod/settings.php:351 msgid "Password update failed. Please try again." msgstr "Aktualizace hesla se nezdařila. Zkuste to prosím znovu." -#: ../../mod/settings.php:410 +#: ../../mod/settings.php:416 msgid " Please use a shorter name." msgstr "Prosím použijte kratší jméno." -#: ../../mod/settings.php:412 +#: ../../mod/settings.php:418 msgid " Name too short." msgstr "Jméno je příliš krátké." -#: ../../mod/settings.php:421 +#: ../../mod/settings.php:427 msgid "Wrong Password" msgstr "Špatné heslo" -#: ../../mod/settings.php:426 +#: ../../mod/settings.php:432 msgid " Not valid email." msgstr "Neplatný e-mail." -#: ../../mod/settings.php:429 +#: ../../mod/settings.php:438 msgid " Cannot change to that email." msgstr "Nelze provést změnu na tento e-mail." -#: ../../mod/settings.php:483 +#: ../../mod/settings.php:493 msgid "Private forum has no privacy permissions. Using default privacy group." msgstr "Soukromé fórum nemá nastaveno zabezpečení. Používá se defaultní soukromá skupina." -#: ../../mod/settings.php:487 +#: ../../mod/settings.php:497 msgid "Private forum has no privacy permissions and no default privacy group." msgstr "Soukromé fórum nemá nastaveno zabezpečení a ani žádnou defaultní soukromou skupinu." -#: ../../mod/settings.php:517 +#: ../../mod/settings.php:527 msgid "Settings updated." msgstr "Nastavení aktualizováno." -#: ../../mod/settings.php:590 ../../mod/settings.php:616 -#: ../../mod/settings.php:652 +#: ../../mod/settings.php:600 ../../mod/settings.php:626 +#: ../../mod/settings.php:662 msgid "Add application" msgstr "Přidat aplikaci" -#: ../../mod/settings.php:594 ../../mod/settings.php:620 +#: ../../mod/settings.php:604 ../../mod/settings.php:630 msgid "Consumer Key" msgstr "Consumer Key" -#: ../../mod/settings.php:595 ../../mod/settings.php:621 +#: ../../mod/settings.php:605 ../../mod/settings.php:631 msgid "Consumer Secret" msgstr "Consumer Secret" -#: ../../mod/settings.php:596 ../../mod/settings.php:622 +#: ../../mod/settings.php:606 ../../mod/settings.php:632 msgid "Redirect" msgstr "Přesměrování" -#: ../../mod/settings.php:597 ../../mod/settings.php:623 +#: ../../mod/settings.php:607 ../../mod/settings.php:633 msgid "Icon url" msgstr "URL ikony" -#: ../../mod/settings.php:608 +#: ../../mod/settings.php:618 msgid "You can't edit this application." msgstr "Nemůžete editovat tuto aplikaci." -#: ../../mod/settings.php:651 +#: ../../mod/settings.php:661 msgid "Connected Apps" msgstr "Připojené aplikace" -#: ../../mod/settings.php:655 +#: ../../mod/settings.php:665 msgid "Client key starts with" msgstr "Klienský klíč začíná" -#: ../../mod/settings.php:656 +#: ../../mod/settings.php:666 msgid "No name" msgstr "Bez názvu" -#: ../../mod/settings.php:657 +#: ../../mod/settings.php:667 msgid "Remove authorization" msgstr "Odstranit oprávnění" -#: ../../mod/settings.php:669 +#: ../../mod/settings.php:679 msgid "No Plugin settings configured" msgstr "Žádný doplněk není nastaven" -#: ../../mod/settings.php:677 +#: ../../mod/settings.php:687 msgid "Plugin Settings" msgstr "Nastavení doplňku" -#: ../../mod/settings.php:691 +#: ../../mod/settings.php:701 msgid "Off" msgstr "Vypnuto" -#: ../../mod/settings.php:691 +#: ../../mod/settings.php:701 msgid "On" msgstr "Zapnuto" -#: ../../mod/settings.php:699 +#: ../../mod/settings.php:709 msgid "Additional Features" msgstr "Další Funkčnosti" -#: ../../mod/settings.php:712 ../../mod/settings.php:713 +#: ../../mod/settings.php:722 ../../mod/settings.php:723 #, php-format msgid "Built-in support for %s connectivity is %s" msgstr "Vestavěná podpora pro připojení s %s je %s" -#: ../../mod/settings.php:712 ../../mod/settings.php:713 +#: ../../mod/settings.php:722 ../../mod/settings.php:723 msgid "enabled" msgstr "povoleno" -#: ../../mod/settings.php:712 ../../mod/settings.php:713 +#: ../../mod/settings.php:722 ../../mod/settings.php:723 msgid "disabled" msgstr "zakázáno" -#: ../../mod/settings.php:713 +#: ../../mod/settings.php:723 msgid "StatusNet" msgstr "StatusNet" -#: ../../mod/settings.php:745 +#: ../../mod/settings.php:755 msgid "Email access is disabled on this site." msgstr "Přístup k elektronické poště je na tomto serveru zakázán." -#: ../../mod/settings.php:752 +#: ../../mod/settings.php:762 msgid "Connector Settings" msgstr "Nastavení konektoru" -#: ../../mod/settings.php:757 +#: ../../mod/settings.php:767 msgid "Email/Mailbox Setup" msgstr "Nastavení e-mailu" -#: ../../mod/settings.php:758 +#: ../../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 "Pokud chcete komunikovat pomocí této služby s Vašimi kontakty z e-mailu (volitelné), uveďte, jak se připojit k Vaší e-mailové schránce." -#: ../../mod/settings.php:759 +#: ../../mod/settings.php:769 msgid "Last successful email check:" msgstr "Poslední úspěšná kontrola e-mailu:" -#: ../../mod/settings.php:761 +#: ../../mod/settings.php:771 msgid "IMAP server name:" msgstr "jméno IMAP serveru:" -#: ../../mod/settings.php:762 +#: ../../mod/settings.php:772 msgid "IMAP port:" msgstr "IMAP port:" -#: ../../mod/settings.php:763 +#: ../../mod/settings.php:773 msgid "Security:" msgstr "Zabezpečení:" -#: ../../mod/settings.php:763 ../../mod/settings.php:768 +#: ../../mod/settings.php:773 ../../mod/settings.php:778 msgid "None" msgstr "Žádný" -#: ../../mod/settings.php:764 +#: ../../mod/settings.php:774 msgid "Email login name:" msgstr "přihlašovací jméno k e-mailu:" -#: ../../mod/settings.php:765 +#: ../../mod/settings.php:775 msgid "Email password:" msgstr "heslo k Vašemu e-mailu:" -#: ../../mod/settings.php:766 +#: ../../mod/settings.php:776 msgid "Reply-to address:" msgstr "Odpovědět na adresu:" -#: ../../mod/settings.php:767 +#: ../../mod/settings.php:777 msgid "Send public posts to all email contacts:" msgstr "Poslat veřejné příspěvky na všechny e-mailové kontakty:" -#: ../../mod/settings.php:768 +#: ../../mod/settings.php:778 msgid "Action after import:" msgstr "Akce po importu:" -#: ../../mod/settings.php:768 +#: ../../mod/settings.php:778 msgid "Mark as seen" msgstr "Označit jako přečtené" -#: ../../mod/settings.php:768 +#: ../../mod/settings.php:778 msgid "Move to folder" msgstr "Přesunout do složky" -#: ../../mod/settings.php:769 +#: ../../mod/settings.php:779 msgid "Move to folder:" msgstr "Přesunout do složky:" -#: ../../mod/settings.php:844 +#: ../../mod/settings.php:854 msgid "Display Settings" msgstr "Nastavení Zobrazení" -#: ../../mod/settings.php:850 ../../mod/settings.php:863 +#: ../../mod/settings.php:860 ../../mod/settings.php:873 msgid "Display Theme:" msgstr "Vybrat grafickou šablonu:" -#: ../../mod/settings.php:851 +#: ../../mod/settings.php:861 msgid "Mobile Theme:" msgstr "Téma pro mobilní zařízení:" -#: ../../mod/settings.php:852 +#: ../../mod/settings.php:862 msgid "Update browser every xx seconds" msgstr "Aktualizovat prohlížeč každých xx sekund" -#: ../../mod/settings.php:852 +#: ../../mod/settings.php:862 msgid "Minimum of 10 seconds, no maximum" msgstr "Minimum 10 sekund, žádné maximum." -#: ../../mod/settings.php:853 +#: ../../mod/settings.php:863 msgid "Number of items to display per page:" msgstr "Počet položek zobrazených na stránce:" -#: ../../mod/settings.php:853 ../../mod/settings.php:854 +#: ../../mod/settings.php:863 ../../mod/settings.php:864 msgid "Maximum of 100 items" msgstr "Maximum 100 položek" -#: ../../mod/settings.php:854 +#: ../../mod/settings.php:864 msgid "Number of items to display per page when viewed from mobile device:" msgstr "Počet položek ke zobrazení na stránce při zobrazení na mobilním zařízení:" -#: ../../mod/settings.php:855 +#: ../../mod/settings.php:865 msgid "Don't show emoticons" msgstr "Nezobrazovat emotikony" -#: ../../mod/settings.php:856 +#: ../../mod/settings.php:866 msgid "Infinite scroll" msgstr "Nekonečné posouvání" -#: ../../mod/settings.php:932 +#: ../../mod/settings.php:942 msgid "Normal Account Page" msgstr "Normální stránka účtu" -#: ../../mod/settings.php:933 +#: ../../mod/settings.php:943 msgid "This account is a normal personal profile" msgstr "Tento účet je běžný osobní profil" -#: ../../mod/settings.php:936 +#: ../../mod/settings.php:946 msgid "Soapbox Page" msgstr "Stránka \"Soapbox\"" -#: ../../mod/settings.php:937 +#: ../../mod/settings.php:947 msgid "Automatically approve all connection/friend requests as read-only fans" msgstr "Automaticky schválit všechna spojení / přátelství jako fanoušky s právem pouze ke čtení" -#: ../../mod/settings.php:940 +#: ../../mod/settings.php:950 msgid "Community Forum/Celebrity Account" msgstr "Komunitní fórum/ účet celebrity" -#: ../../mod/settings.php:941 +#: ../../mod/settings.php:951 msgid "" "Automatically approve all connection/friend requests as read-write fans" msgstr "Automaticky schvalovat všechny žádosti o spojení / přátelství, jako fanoušky s právem ke čtení." -#: ../../mod/settings.php:944 +#: ../../mod/settings.php:954 msgid "Automatic Friend Page" msgstr "Automatická stránka přítele" -#: ../../mod/settings.php:945 +#: ../../mod/settings.php:955 msgid "Automatically approve all connection/friend requests as friends" msgstr "Automaticky schvalovat všechny žádosti o spojení / přátelství jako přátele" -#: ../../mod/settings.php:948 +#: ../../mod/settings.php:958 msgid "Private Forum [Experimental]" msgstr "Soukromé fórum [Experimentální]" -#: ../../mod/settings.php:949 +#: ../../mod/settings.php:959 msgid "Private forum - approved members only" msgstr "Soukromé fórum - pouze pro schválené členy" -#: ../../mod/settings.php:961 +#: ../../mod/settings.php:971 msgid "OpenID:" msgstr "OpenID:" -#: ../../mod/settings.php:961 +#: ../../mod/settings.php:971 msgid "(Optional) Allow this OpenID to login to this account." msgstr "(Volitelné) Povolit OpenID pro přihlášení k tomuto účtu." -#: ../../mod/settings.php:971 +#: ../../mod/settings.php:981 msgid "Publish your default profile in your local site directory?" msgstr "Publikovat Váš výchozí profil v místním adresáři webu?" -#: ../../mod/settings.php:977 +#: ../../mod/settings.php:987 msgid "Publish your default profile in the global social directory?" msgstr "Publikovat Váš výchozí profil v globální sociálním adresáři?" -#: ../../mod/settings.php:985 +#: ../../mod/settings.php:995 msgid "Hide your contact/friend list from viewers of your default profile?" msgstr "Skrýt Vaše kontaktní údaje a seznam přátel před návštěvníky ve Vašem výchozím profilu?" -#: ../../mod/settings.php:989 +#: ../../mod/settings.php:999 msgid "Hide your profile details from unknown viewers?" msgstr "Skrýt Vaše profilové detaily před neznámými uživateli?" -#: ../../mod/settings.php:994 +#: ../../mod/settings.php:1004 msgid "Allow friends to post to your profile page?" msgstr "Povolit přátelům umisťování příspěvků na vaši profilovou stránku?" -#: ../../mod/settings.php:1000 +#: ../../mod/settings.php:1010 msgid "Allow friends to tag your posts?" msgstr "Povolit přátelům označovat Vaše příspěvky?" -#: ../../mod/settings.php:1006 +#: ../../mod/settings.php:1016 msgid "Allow us to suggest you as a potential friend to new members?" msgstr "Chcete nám povolit abychom vás navrhovali jako přátelé pro nové členy?" -#: ../../mod/settings.php:1012 +#: ../../mod/settings.php:1022 msgid "Permit unknown people to send you private mail?" msgstr "Povolit neznámým lidem Vám zasílat soukromé zprávy?" -#: ../../mod/settings.php:1020 +#: ../../mod/settings.php:1030 msgid "Profile is not published." msgstr "Profil není zveřejněn." -#: ../../mod/settings.php:1023 ../../mod/profile_photo.php:248 +#: ../../mod/settings.php:1033 ../../mod/profile_photo.php:248 msgid "or" msgstr "nebo" -#: ../../mod/settings.php:1028 +#: ../../mod/settings.php:1038 msgid "Your Identity Address is" msgstr "Vaše adresa identity je" -#: ../../mod/settings.php:1039 +#: ../../mod/settings.php:1049 msgid "Automatically expire posts after this many days:" msgstr "Automaticky expirovat příspěvky po zadaném počtu dní:" -#: ../../mod/settings.php:1039 +#: ../../mod/settings.php:1049 msgid "If empty, posts will not expire. Expired posts will be deleted" msgstr "Pokud je prázdné, příspěvky nebudou nikdy expirovat. Expirované příspěvky budou vymazány" -#: ../../mod/settings.php:1040 +#: ../../mod/settings.php:1050 msgid "Advanced expiration settings" msgstr "Pokročilé nastavení expirací" -#: ../../mod/settings.php:1041 +#: ../../mod/settings.php:1051 msgid "Advanced Expiration" msgstr "Nastavení expirací" -#: ../../mod/settings.php:1042 +#: ../../mod/settings.php:1052 msgid "Expire posts:" msgstr "Expirovat příspěvky:" -#: ../../mod/settings.php:1043 +#: ../../mod/settings.php:1053 msgid "Expire personal notes:" msgstr "Expirovat osobní poznámky:" -#: ../../mod/settings.php:1044 +#: ../../mod/settings.php:1054 msgid "Expire starred posts:" msgstr "Expirovat příspěvky s hvězdou:" -#: ../../mod/settings.php:1045 +#: ../../mod/settings.php:1055 msgid "Expire photos:" msgstr "Expirovat fotografie:" -#: ../../mod/settings.php:1046 +#: ../../mod/settings.php:1056 msgid "Only expire posts by others:" msgstr "Přízpěvky expirovat pouze ostatními:" -#: ../../mod/settings.php:1072 +#: ../../mod/settings.php:1082 msgid "Account Settings" msgstr "Nastavení účtu" -#: ../../mod/settings.php:1080 +#: ../../mod/settings.php:1090 msgid "Password Settings" msgstr "Nastavení hesla" -#: ../../mod/settings.php:1081 +#: ../../mod/settings.php:1091 msgid "New Password:" msgstr "Nové heslo:" -#: ../../mod/settings.php:1082 +#: ../../mod/settings.php:1092 msgid "Confirm:" msgstr "Potvrďte:" -#: ../../mod/settings.php:1082 +#: ../../mod/settings.php:1092 msgid "Leave password fields blank unless changing" msgstr "Pokud nechcete změnit heslo, položku hesla nevyplňujte" -#: ../../mod/settings.php:1083 +#: ../../mod/settings.php:1093 msgid "Current Password:" msgstr "Stávající heslo:" -#: ../../mod/settings.php:1083 ../../mod/settings.php:1084 +#: ../../mod/settings.php:1093 ../../mod/settings.php:1094 msgid "Your current password to confirm the changes" msgstr "Vaše stávající heslo k potvrzení změn" -#: ../../mod/settings.php:1084 +#: ../../mod/settings.php:1094 msgid "Password:" msgstr "Heslo: " -#: ../../mod/settings.php:1088 +#: ../../mod/settings.php:1098 msgid "Basic Settings" msgstr "Základní nastavení" -#: ../../mod/settings.php:1089 ../../include/profile_advanced.php:15 +#: ../../mod/settings.php:1099 ../../include/profile_advanced.php:15 msgid "Full Name:" msgstr "Celé jméno:" -#: ../../mod/settings.php:1090 +#: ../../mod/settings.php:1100 msgid "Email Address:" msgstr "E-mailová adresa:" -#: ../../mod/settings.php:1091 +#: ../../mod/settings.php:1101 msgid "Your Timezone:" msgstr "Vaše časové pásmo:" -#: ../../mod/settings.php:1092 +#: ../../mod/settings.php:1102 msgid "Default Post Location:" msgstr "Výchozí umístění příspěvků:" -#: ../../mod/settings.php:1093 +#: ../../mod/settings.php:1103 msgid "Use Browser Location:" msgstr "Používat umístění dle prohlížeče:" -#: ../../mod/settings.php:1096 +#: ../../mod/settings.php:1106 msgid "Security and Privacy Settings" msgstr "Nastavení zabezpečení a soukromí" -#: ../../mod/settings.php:1098 +#: ../../mod/settings.php:1108 msgid "Maximum Friend Requests/Day:" msgstr "Maximální počet žádostí o přátelství za den:" -#: ../../mod/settings.php:1098 ../../mod/settings.php:1128 +#: ../../mod/settings.php:1108 ../../mod/settings.php:1138 msgid "(to prevent spam abuse)" msgstr "(Aby se zabránilo spamu)" -#: ../../mod/settings.php:1099 +#: ../../mod/settings.php:1109 msgid "Default Post Permissions" msgstr "Výchozí oprávnění pro příspěvek" -#: ../../mod/settings.php:1100 +#: ../../mod/settings.php:1110 msgid "(click to open/close)" msgstr "(Klikněte pro otevření/zavření)" -#: ../../mod/settings.php:1109 ../../mod/photos.php:1140 +#: ../../mod/settings.php:1119 ../../mod/photos.php:1140 #: ../../mod/photos.php:1506 msgid "Show to Groups" msgstr "Zobrazit ve Skupinách" -#: ../../mod/settings.php:1110 ../../mod/photos.php:1141 +#: ../../mod/settings.php:1120 ../../mod/photos.php:1141 #: ../../mod/photos.php:1507 msgid "Show to Contacts" msgstr "Zobrazit v Kontaktech" -#: ../../mod/settings.php:1111 +#: ../../mod/settings.php:1121 msgid "Default Private Post" msgstr "Výchozí Soukromý příspěvek" -#: ../../mod/settings.php:1112 +#: ../../mod/settings.php:1122 msgid "Default Public Post" msgstr "Výchozí Veřejný příspěvek" -#: ../../mod/settings.php:1116 +#: ../../mod/settings.php:1126 msgid "Default Permissions for New Posts" msgstr "Výchozí oprávnění pro nové příspěvky" -#: ../../mod/settings.php:1128 +#: ../../mod/settings.php:1138 msgid "Maximum private messages per day from unknown people:" msgstr "Maximum soukromých zpráv od neznámých lidí:" -#: ../../mod/settings.php:1131 +#: ../../mod/settings.php:1141 msgid "Notification Settings" msgstr "Nastavení notifikací" -#: ../../mod/settings.php:1132 +#: ../../mod/settings.php:1142 msgid "By default post a status message when:" msgstr "Defaultně posílat statusové zprávy když:" -#: ../../mod/settings.php:1133 +#: ../../mod/settings.php:1143 msgid "accepting a friend request" msgstr "akceptuji požadavek na přátelství" -#: ../../mod/settings.php:1134 +#: ../../mod/settings.php:1144 msgid "joining a forum/community" msgstr "připojující se k fóru/komunitě" -#: ../../mod/settings.php:1135 +#: ../../mod/settings.php:1145 msgid "making an interesting profile change" msgstr "provedení zajímavé profilové změny" -#: ../../mod/settings.php:1136 +#: ../../mod/settings.php:1146 msgid "Send a notification email when:" msgstr "Poslat notifikaci e-mailem, když" -#: ../../mod/settings.php:1137 +#: ../../mod/settings.php:1147 msgid "You receive an introduction" msgstr "obdržíte žádost o propojení" -#: ../../mod/settings.php:1138 +#: ../../mod/settings.php:1148 msgid "Your introductions are confirmed" msgstr "Vaše žádosti jsou potvrzeny" -#: ../../mod/settings.php:1139 +#: ../../mod/settings.php:1149 msgid "Someone writes on your profile wall" msgstr "někdo Vám napíše na Vaši profilovou stránku" -#: ../../mod/settings.php:1140 +#: ../../mod/settings.php:1150 msgid "Someone writes a followup comment" msgstr "někdo Vám napíše následný komentář" -#: ../../mod/settings.php:1141 +#: ../../mod/settings.php:1151 msgid "You receive a private message" msgstr "obdržíte soukromou zprávu" -#: ../../mod/settings.php:1142 +#: ../../mod/settings.php:1152 msgid "You receive a friend suggestion" msgstr "Obdržel jste návrh přátelství" -#: ../../mod/settings.php:1143 +#: ../../mod/settings.php:1153 msgid "You are tagged in a post" msgstr "Jste označen v příspěvku" -#: ../../mod/settings.php:1144 +#: ../../mod/settings.php:1154 msgid "You are poked/prodded/etc. in a post" msgstr "Byl Jste šťouchnout v příspěvku" -#: ../../mod/settings.php:1147 +#: ../../mod/settings.php:1157 msgid "Advanced Account/Page Type Settings" msgstr "Pokročilé nastavení účtu/stránky" -#: ../../mod/settings.php:1148 +#: ../../mod/settings.php:1158 msgid "Change the behaviour of this account for special situations" msgstr "Změnit chování tohoto účtu ve speciálních situacích" +#: ../../mod/settings.php:1161 +msgid "Relocate" +msgstr "Změna umístění" + +#: ../../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 "Pokud jste přemístil tento profil z jiného serveru a nějaký z vašich kontaktů nedostává Vaše aktualizace, zkuste stisknout toto tlačítko." + +#: ../../mod/settings.php:1163 +msgid "Resend relocate message to contacts" +msgstr "Znovu odeslat správu o změně umístění Vašim kontaktům" + #: ../../mod/profiles.php:37 msgid "Profile deleted." msgstr "Profil smazán." @@ -4404,6 +4477,10 @@ msgstr "Skupina nenalezena." msgid "Group name changed." msgstr "Název skupiny byl změněn." +#: ../../mod/group.php:87 +msgid "Save Group" +msgstr "Uložit Skupinu" + #: ../../mod/group.php:93 msgid "Create a group of contacts/friends." msgstr "Vytvořit skupinu kontaktů / přátel." @@ -4646,7 +4723,7 @@ msgstr "Všechny kontakty (se zabezpečeným přístupovým profilem )" msgid "No contacts." msgstr "Žádné kontakty." -#: ../../mod/viewcontacts.php:76 ../../include/text.php:850 +#: ../../mod/viewcontacts.php:76 ../../include/text.php:857 msgid "View Contacts" msgstr "Zobrazit kontakty" @@ -4860,7 +4937,7 @@ msgstr "Nahrání souboru se nezdařilo." msgid "No videos selected" msgstr "Není vybráno žádné video" -#: ../../mod/videos.php:301 ../../include/text.php:1376 +#: ../../mod/videos.php:301 ../../include/text.php:1383 msgid "View Video" msgstr "Zobrazit video" @@ -4932,7 +5009,7 @@ msgid "Image exceeds size limit of %d" msgstr "Obrázek překročil limit velikosti %d" #: ../../mod/wall_upload.php:135 ../../mod/wall_upload.php:144 -#: ../../mod/wall_upload.php:151 ../../mod/item.php:446 +#: ../../mod/wall_upload.php:151 ../../mod/item.php:453 #: ../../include/message.php:144 msgid "Wall Photos" msgstr "Fotografie na zdi" @@ -5049,7 +5126,7 @@ msgstr "l, F j" msgid "Edit event" msgstr "Editovat událost" -#: ../../mod/events.php:335 ../../include/text.php:1606 +#: ../../mod/events.php:335 ../../include/text.php:1615 msgid "link to source" msgstr "odkaz na zdroj" @@ -5184,33 +5261,33 @@ msgstr "Navrhněte přátelé pro uživatele %s" msgid "Unable to locate original post." msgstr "Nelze nalézt původní příspěvek." -#: ../../mod/item.php:310 +#: ../../mod/item.php:317 msgid "Empty post discarded." msgstr "Prázdný příspěvek odstraněn." -#: ../../mod/item.php:872 +#: ../../mod/item.php:884 msgid "System error. Post not saved." msgstr "Chyba systému. Příspěvek nebyl uložen." -#: ../../mod/item.php:897 +#: ../../mod/item.php:909 #, php-format msgid "" "This message was sent to you by %s, a member of the Friendica social " "network." msgstr "Tato zpráva vám byla zaslána od %s, člena sociální sítě Friendica." -#: ../../mod/item.php:899 +#: ../../mod/item.php:911 #, php-format msgid "You may visit them online at %s" msgstr "Můžete je navštívit online na adrese %s" -#: ../../mod/item.php:900 +#: ../../mod/item.php:912 msgid "" "Please contact the sender by replying to this post if you do not wish to " "receive these messages." msgstr "Pokud nechcete dostávat tyto zprávy, kontaktujte prosím odesilatele odpovědí na tento záznam." -#: ../../mod/item.php:904 +#: ../../mod/item.php:916 #, php-format msgid "%s posted an update." msgstr "%s poslal aktualizaci." @@ -5614,6 +5691,15 @@ msgstr "Tato akce překročí limit nastavené Vaším předplatným." msgid "This action is not available under your subscription plan." msgstr "Tato akce není v rámci Vašeho předplatného dostupná." +#: ../../include/api.php:255 ../../include/api.php:266 +#: ../../include/api.php:356 +msgid "User not found." +msgstr "Uživatel nenalezen" + +#: ../../include/api.php:1024 +msgid "There is no status with this id." +msgstr "Není tu žádný status s tímto id." + #: ../../include/network.php:883 msgid "view full size" msgstr "zobrazit v plné velikosti" @@ -5626,11 +5712,11 @@ msgstr "Začíná:" msgid "Finishes:" msgstr "Končí:" -#: ../../include/notifier.php:773 ../../include/delivery.php:457 +#: ../../include/notifier.php:774 ../../include/delivery.php:457 msgid "(no subject)" msgstr "(Bez předmětu)" -#: ../../include/notifier.php:783 ../../include/enotify.php:28 +#: ../../include/notifier.php:784 ../../include/enotify.php:28 #: ../../include/delivery.php:468 msgid "noreply" msgstr "neodpovídat" @@ -5681,39 +5767,39 @@ msgstr "Váš e-mailová doména není na tomto serveru mezi povolenými." msgid "Not a valid email address." msgstr "Neplatná e-mailová adresa." -#: ../../include/user.php:122 +#: ../../include/user.php:125 msgid "Cannot use that email." msgstr "Tento e-mail nelze použít." -#: ../../include/user.php:128 +#: ../../include/user.php:131 msgid "" "Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and " "must also begin with a letter." msgstr "Vaše \"přezdívka\" může obsahovat pouze \"a-z\", \"0-9\", \"-\", a \"_\", a musí začínat písmenem." -#: ../../include/user.php:134 ../../include/user.php:232 +#: ../../include/user.php:137 ../../include/user.php:235 msgid "Nickname is already registered. Please choose another." msgstr "Přezdívka je již registrována. Prosím vyberte jinou." -#: ../../include/user.php:144 +#: ../../include/user.php:147 msgid "" "Nickname was once registered here and may not be re-used. Please choose " "another." msgstr "Tato přezdívka již zde byla použita a nemůže být využita znovu. Prosím vyberete si jinou." -#: ../../include/user.php:160 +#: ../../include/user.php:163 msgid "SERIOUS ERROR: Generation of security keys failed." msgstr "Závažná chyba: Generování bezpečnostních klíčů se nezdařilo." -#: ../../include/user.php:218 +#: ../../include/user.php:221 msgid "An error occurred during registration. Please try again." msgstr "Došlo k chybě při registraci. Zkuste to prosím znovu." -#: ../../include/user.php:253 +#: ../../include/user.php:256 msgid "An error occurred creating your default profile. Please try again." msgstr "Došlo k chybě při vytváření Vašeho výchozího profilu. Zkuste to prosím znovu." -#: ../../include/user.php:285 ../../include/user.php:289 +#: ../../include/user.php:288 ../../include/user.php:292 #: ../../include/profile_selectors.php:42 msgid "Friends" msgstr "Přátelé" @@ -5723,7 +5809,7 @@ msgstr "Přátelé" msgid "%1$s poked %2$s" msgstr "%1$s šťouchnul %2$s" -#: ../../include/conversation.php:211 ../../include/text.php:979 +#: ../../include/conversation.php:211 ../../include/text.php:986 msgid "poked" msgstr "šťouchnut" @@ -5748,34 +5834,34 @@ msgstr "Smazat vybrané položky" msgid "Follow Thread" msgstr "Následovat vlákno" -#: ../../include/conversation.php:871 ../../include/Contact.php:228 +#: ../../include/conversation.php:871 ../../include/Contact.php:229 msgid "View Status" msgstr "Zobrazit Status" -#: ../../include/conversation.php:872 ../../include/Contact.php:229 +#: ../../include/conversation.php:872 ../../include/Contact.php:230 msgid "View Profile" msgstr "Zobrazit Profil" -#: ../../include/conversation.php:873 ../../include/Contact.php:230 +#: ../../include/conversation.php:873 ../../include/Contact.php:231 msgid "View Photos" msgstr "Zobrazit Fotky" -#: ../../include/conversation.php:874 ../../include/Contact.php:231 -#: ../../include/Contact.php:254 +#: ../../include/conversation.php:874 ../../include/Contact.php:232 +#: ../../include/Contact.php:255 msgid "Network Posts" msgstr "Zobrazit Příspěvky sítě" -#: ../../include/conversation.php:875 ../../include/Contact.php:232 -#: ../../include/Contact.php:254 +#: ../../include/conversation.php:875 ../../include/Contact.php:233 +#: ../../include/Contact.php:255 msgid "Edit Contact" msgstr "Editovat Kontakty" -#: ../../include/conversation.php:876 ../../include/Contact.php:234 -#: ../../include/Contact.php:254 +#: ../../include/conversation.php:876 ../../include/Contact.php:235 +#: ../../include/Contact.php:255 msgid "Send PM" msgstr "Poslat soukromou zprávu" -#: ../../include/conversation.php:877 ../../include/Contact.php:227 +#: ../../include/conversation.php:877 ../../include/Contact.php:228 msgid "Poke" msgstr "Šťouchnout" @@ -5903,35 +5989,35 @@ msgstr[2] "%d kontakty nenaimporovány" msgid "Done. You can now login with your username and password" msgstr "Hotovo. Nyní se můžete přihlásit se svými uživatelským účtem a heslem" -#: ../../include/text.php:293 +#: ../../include/text.php:300 msgid "newer" msgstr "novější" -#: ../../include/text.php:295 +#: ../../include/text.php:302 msgid "older" msgstr "starší" -#: ../../include/text.php:300 +#: ../../include/text.php:307 msgid "prev" msgstr "předchozí" -#: ../../include/text.php:302 +#: ../../include/text.php:309 msgid "first" msgstr "první" -#: ../../include/text.php:334 +#: ../../include/text.php:341 msgid "last" msgstr "poslední" -#: ../../include/text.php:337 +#: ../../include/text.php:344 msgid "next" msgstr "další" -#: ../../include/text.php:829 +#: ../../include/text.php:836 msgid "No contacts" msgstr "Žádné kontakty" -#: ../../include/text.php:838 +#: ../../include/text.php:845 #, php-format msgid "%d Contact" msgid_plural "%d Contacts" @@ -5939,227 +6025,227 @@ msgstr[0] "%d kontakt" msgstr[1] "%d kontaktů" msgstr[2] "%d kontaktů" -#: ../../include/text.php:979 +#: ../../include/text.php:986 msgid "poke" msgstr "šťouchnout" -#: ../../include/text.php:980 +#: ../../include/text.php:987 msgid "ping" msgstr "cinknout" -#: ../../include/text.php:980 +#: ../../include/text.php:987 msgid "pinged" msgstr "cinkut" -#: ../../include/text.php:981 +#: ../../include/text.php:988 msgid "prod" msgstr "pobídnout" -#: ../../include/text.php:981 +#: ../../include/text.php:988 msgid "prodded" msgstr "pobídnut" -#: ../../include/text.php:982 +#: ../../include/text.php:989 msgid "slap" msgstr "dát facku" -#: ../../include/text.php:982 +#: ../../include/text.php:989 msgid "slapped" msgstr "být uhozen" -#: ../../include/text.php:983 +#: ../../include/text.php:990 msgid "finger" msgstr "osahávat" -#: ../../include/text.php:983 +#: ../../include/text.php:990 msgid "fingered" msgstr "osaháván" -#: ../../include/text.php:984 +#: ../../include/text.php:991 msgid "rebuff" msgstr "odmítnout" -#: ../../include/text.php:984 +#: ../../include/text.php:991 msgid "rebuffed" msgstr "odmítnut" -#: ../../include/text.php:998 +#: ../../include/text.php:1005 msgid "happy" msgstr "šťasný" -#: ../../include/text.php:999 +#: ../../include/text.php:1006 msgid "sad" msgstr "smutný" -#: ../../include/text.php:1000 +#: ../../include/text.php:1007 msgid "mellow" msgstr "jemný" -#: ../../include/text.php:1001 +#: ../../include/text.php:1008 msgid "tired" msgstr "unavený" -#: ../../include/text.php:1002 +#: ../../include/text.php:1009 msgid "perky" msgstr "emergický" -#: ../../include/text.php:1003 +#: ../../include/text.php:1010 msgid "angry" msgstr "nazlobený" -#: ../../include/text.php:1004 +#: ../../include/text.php:1011 msgid "stupified" msgstr "otupen" -#: ../../include/text.php:1005 +#: ../../include/text.php:1012 msgid "puzzled" msgstr "popletený" -#: ../../include/text.php:1006 +#: ../../include/text.php:1013 msgid "interested" msgstr "zajímavý" -#: ../../include/text.php:1007 +#: ../../include/text.php:1014 msgid "bitter" msgstr "hořký" -#: ../../include/text.php:1008 +#: ../../include/text.php:1015 msgid "cheerful" msgstr "radnostný" -#: ../../include/text.php:1009 +#: ../../include/text.php:1016 msgid "alive" msgstr "naživu" -#: ../../include/text.php:1010 +#: ../../include/text.php:1017 msgid "annoyed" msgstr "otráven" -#: ../../include/text.php:1011 +#: ../../include/text.php:1018 msgid "anxious" msgstr "znepokojený" -#: ../../include/text.php:1012 +#: ../../include/text.php:1019 msgid "cranky" msgstr "mrzutý" -#: ../../include/text.php:1013 +#: ../../include/text.php:1020 msgid "disturbed" msgstr "vyrušen" -#: ../../include/text.php:1014 +#: ../../include/text.php:1021 msgid "frustrated" msgstr "frustrovaný" -#: ../../include/text.php:1015 +#: ../../include/text.php:1022 msgid "motivated" msgstr "motivovaný" -#: ../../include/text.php:1016 +#: ../../include/text.php:1023 msgid "relaxed" msgstr "uvolněný" -#: ../../include/text.php:1017 +#: ../../include/text.php:1024 msgid "surprised" msgstr "překvapený" -#: ../../include/text.php:1185 +#: ../../include/text.php:1192 msgid "Monday" msgstr "Pondělí" -#: ../../include/text.php:1185 +#: ../../include/text.php:1192 msgid "Tuesday" msgstr "Úterý" -#: ../../include/text.php:1185 +#: ../../include/text.php:1192 msgid "Wednesday" msgstr "Středa" -#: ../../include/text.php:1185 +#: ../../include/text.php:1192 msgid "Thursday" msgstr "Čtvrtek" -#: ../../include/text.php:1185 +#: ../../include/text.php:1192 msgid "Friday" msgstr "Pátek" -#: ../../include/text.php:1185 +#: ../../include/text.php:1192 msgid "Saturday" msgstr "Sobota" -#: ../../include/text.php:1185 +#: ../../include/text.php:1192 msgid "Sunday" msgstr "Neděle" -#: ../../include/text.php:1189 +#: ../../include/text.php:1196 msgid "January" msgstr "Ledna" -#: ../../include/text.php:1189 +#: ../../include/text.php:1196 msgid "February" msgstr "Února" -#: ../../include/text.php:1189 +#: ../../include/text.php:1196 msgid "March" msgstr "Března" -#: ../../include/text.php:1189 +#: ../../include/text.php:1196 msgid "April" msgstr "Dubna" -#: ../../include/text.php:1189 +#: ../../include/text.php:1196 msgid "May" msgstr "Května" -#: ../../include/text.php:1189 +#: ../../include/text.php:1196 msgid "June" msgstr "Června" -#: ../../include/text.php:1189 +#: ../../include/text.php:1196 msgid "July" msgstr "Července" -#: ../../include/text.php:1189 +#: ../../include/text.php:1196 msgid "August" msgstr "Srpna" -#: ../../include/text.php:1189 +#: ../../include/text.php:1196 msgid "September" msgstr "Září" -#: ../../include/text.php:1189 +#: ../../include/text.php:1196 msgid "October" msgstr "Října" -#: ../../include/text.php:1189 +#: ../../include/text.php:1196 msgid "November" msgstr "Listopadu" -#: ../../include/text.php:1189 +#: ../../include/text.php:1196 msgid "December" msgstr "Prosinec" -#: ../../include/text.php:1408 +#: ../../include/text.php:1415 msgid "bytes" msgstr "bytů" -#: ../../include/text.php:1432 ../../include/text.php:1444 +#: ../../include/text.php:1439 ../../include/text.php:1451 msgid "Click to open/close" msgstr "Klikněte pro otevření/zavření" -#: ../../include/text.php:1661 +#: ../../include/text.php:1670 msgid "Select an alternate language" msgstr "Vyběr alternativního jazyka" -#: ../../include/text.php:1917 +#: ../../include/text.php:1926 msgid "activity" msgstr "aktivita" -#: ../../include/text.php:1920 +#: ../../include/text.php:1929 msgid "post" msgstr "příspěvek" -#: ../../include/text.php:2075 +#: ../../include/text.php:2084 msgid "Item filed" msgstr "Položka vyplněna" @@ -6620,23 +6706,23 @@ msgstr "Práce/zaměstnání:" msgid "School/education:" msgstr "Škola/vzdělávání:" -#: ../../include/bbcode.php:215 ../../include/bbcode.php:612 -#: ../../include/bbcode.php:613 +#: ../../include/bbcode.php:215 ../../include/bbcode.php:620 +#: ../../include/bbcode.php:621 msgid "Image/photo" msgstr "Obrázek/fotografie" -#: ../../include/bbcode.php:277 +#: ../../include/bbcode.php:285 #, php-format msgid "" "%s wrote the following post" msgstr "%s napsal následující příspěvek" -#: ../../include/bbcode.php:576 ../../include/bbcode.php:596 +#: ../../include/bbcode.php:584 ../../include/bbcode.php:604 msgid "$1 wrote:" msgstr "$1 napsal:" -#: ../../include/bbcode.php:623 ../../include/bbcode.php:624 +#: ../../include/bbcode.php:631 ../../include/bbcode.php:632 msgid "Encrypted content" msgstr "Šifrovaný obsah" @@ -6781,12 +6867,12 @@ msgstr "sekund" msgid "%1$d %2$s ago" msgstr "před %1$d %2$s" -#: ../../include/datetime.php:472 ../../include/items.php:1813 +#: ../../include/datetime.php:472 ../../include/items.php:1829 #, php-format msgid "%s's birthday" msgstr "%s má narozeniny" -#: ../../include/datetime.php:473 ../../include/items.php:1814 +#: ../../include/datetime.php:473 ../../include/items.php:1830 #, php-format msgid "Happy Birthday %s" msgstr "Veselé narozeniny %s" @@ -6943,7 +7029,7 @@ msgstr "Možnost označit příspěvky s indikátorem hvězdy" msgid "Sharing notification from Diaspora network" msgstr "Sdílení oznámení ze sítě Diaspora" -#: ../../include/diaspora.php:2264 +#: ../../include/diaspora.php:2269 msgid "Attachments:" msgstr "Přílohy:" @@ -6951,27 +7037,27 @@ msgstr "Přílohy:" msgid "Visible to everybody" msgstr "Viditelné pro všechny" -#: ../../include/items.php:3495 +#: ../../include/items.php:3539 msgid "A new person is sharing with you at " msgstr "Nový člověk si s vámi sdílí na" -#: ../../include/items.php:3495 +#: ../../include/items.php:3539 msgid "You have a new follower at " msgstr "Máte nového následovníka na" -#: ../../include/items.php:4018 +#: ../../include/items.php:4062 msgid "Do you really want to delete this item?" msgstr "Opravdu chcete smazat tuto položku?" -#: ../../include/items.php:4213 +#: ../../include/items.php:4285 msgid "Archives" msgstr "Archív" -#: ../../include/oembed.php:138 +#: ../../include/oembed.php:140 msgid "Embedded content" msgstr "vložený obsah" -#: ../../include/oembed.php:147 +#: ../../include/oembed.php:149 msgid "Embedding disabled" msgstr "Vkládání zakázáno" @@ -7225,7 +7311,7 @@ msgstr "Zeptej se mě" msgid "stopped following" msgstr "následování zastaveno" -#: ../../include/Contact.php:233 +#: ../../include/Contact.php:234 msgid "Drop Contact" msgstr "Odstranit kontakt" diff --git a/view/cs/strings.php b/view/cs/strings.php index 7c1e1ee81e..235ac1ef10 100644 --- a/view/cs/strings.php +++ b/view/cs/strings.php @@ -417,6 +417,7 @@ $a->strings["Registered users"] = "Registrovaní uživatelé"; $a->strings["Pending registrations"] = "Čekající registrace"; $a->strings["Version"] = "Verze"; $a->strings["Active plugins"] = "Aktivní pluginy"; +$a->strings["Can not parse base url. Must have at least ://"] = "Nelze zpracovat výchozí url adresu. Musí obsahovat alespoň ://"; $a->strings["Site settings updated."] = "Nastavení webu aktualizováno."; $a->strings["No special theme for mobile devices"] = "žádné speciální téma pro mobilní zařízení"; $a->strings["Never"] = "Nikdy"; @@ -431,10 +432,12 @@ $a->strings["Open"] = "Otevřená"; $a->strings["No SSL policy, links will track page SSL state"] = "Žádná SSL politika, odkazy budou následovat stránky SSL stav"; $a->strings["Force all links to use SSL"] = "Vyžadovat u všech odkazů použití SSL"; $a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Certifikát podepsaný sám sebou, použít SSL pouze pro lokální odkazy (nedoporučeno)"; +$a->strings["Save Settings"] = "Uložit Nastavení"; $a->strings["File upload"] = "Nahrání souborů"; $a->strings["Policies"] = "Politiky"; $a->strings["Advanced"] = "Pokročilé"; $a->strings["Performance"] = "Výkonnost"; +$a->strings["Relocate - WARNING: advanced function. Could make this server unreachable."] = "Změna umístění - Varování: pokročilá funkčnost. Tímto můžete znepřístupnit server."; $a->strings["Site name"] = "Název webu"; $a->strings["Banner/Logo"] = "Banner/logo"; $a->strings["Additional Info"] = "Dodatečné informace"; @@ -485,6 +488,8 @@ $a->strings["Disallow public access to addons listed in the apps menu."] = "Zak $a->strings["Checking this box will restrict addons listed in the apps menu to members only."] = "Označení této volby omezí rozšíření uvedená v menu aplikace pouze pro členy."; $a->strings["Don't embed private images in posts"] = "Nepovolit přidávání soukromých správ v příspěvcích"; $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."] = "Nereplikovat lokální soukromé fotografie v příspěvcích s přidáním kopie obrázku. To znamená, že kontakty, které obdrží příspěvek obsahující soukromé fotografie se budou muset přihlásit a načíst každý obrázek, což může zabrat nějaký čas."; +$a->strings["Allow Users to set remote_self"] = "Umožnit uživatelům nastavit "; +$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."] = "S tímto označením má každý uživatel možnost označit jakékoliv ze svých kontakt jako \"remote_self\" v nastavení v dialogu opravit kontakt. Tímto označením se budou zrcadlit všechny správy tohoto kontaktu v uživatelově proudu."; $a->strings["Block multiple registrations"] = "Blokovat více registrací"; $a->strings["Disallow users to register additional accounts for use as pages."] = "Znemožnit uživatelům registraci dodatečných účtů k použití jako stránky."; $a->strings["OpenID support"] = "podpora OpenID"; @@ -525,6 +530,7 @@ $a->strings["How long should the cache files be hold? Default value is 86400 sec $a->strings["Path for lock file"] = "Cesta k souboru zámku"; $a->strings["Temp path"] = "Cesta k dočasným souborům"; $a->strings["Base path to installation"] = "Základní cesta k instalaci"; +$a->strings["New base url"] = "Nová výchozí url adresa"; $a->strings["Update has been marked successful"] = "Aktualizace byla označena jako úspěšná."; $a->strings["Executing %s failed. Check system logs."] = "Vykonávání %s selhalo. Zkontrolujte chybový protokol."; $a->strings["Update %s was successfully applied."] = "Aktualizace %s byla úspěšně aplikována."; @@ -549,6 +555,7 @@ $a->strings["%s user deleted"] = array( $a->strings["User '%s' deleted"] = "Uživatel '%s' smazán"; $a->strings["User '%s' unblocked"] = "Uživatel '%s' odblokován"; $a->strings["User '%s' blocked"] = "Uživatel '%s' blokován"; +$a->strings["Add User"] = "Přidat Uživatele"; $a->strings["select all"] = "Vybrat vše"; $a->strings["User registrations waiting for confirm"] = "Registrace uživatele čeká na potvrzení"; $a->strings["User waiting for permanent deletion"] = "Uživatel čeká na trvalé smazání"; @@ -649,6 +656,9 @@ $a->strings["Friend Confirm URL"] = "URL adresa potvrzení přátelství"; $a->strings["Notification Endpoint URL"] = "Notifikační URL adresa"; $a->strings["Poll/Feed URL"] = "Poll/Feed URL adresa"; $a->strings["New photo from this URL"] = "Nové foto z této URL adresy"; +$a->strings["Remote Self"] = "Remote Self"; +$a->strings["Mirror postings from this contact"] = "Zrcadlení správ od tohoto kontaktu"; +$a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = "Označit tento kontakt jako \"remote_self\", s tímto nastavením freindica bude přeposílat všechny nové příspěvky od tohoto kontaktu."; $a->strings["Move account"] = "Přesunout účet"; $a->strings["You can import an account from another Friendica server."] = "Můžete importovat účet z jiného Friendica serveru."; $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."] = "Musíte exportovat svůj účet na sterém serveru a nahrát ho zde. My následně vytvoříme Váš původní účet zde včetně všech kontaktů. Zároveň se pokusíme informovat všechny Vaše přátele, že jste se sem přestěhovali."; @@ -709,6 +719,11 @@ $a->strings["Your Identity Address:"] = "Verze PHP pro příkazový řádek na V $a->strings["Submit Request"] = "Odeslat žádost"; $a->strings["[Embedded content - reload page to view]"] = "[Vložený obsah - obnovení stránky pro zobrazení]"; $a->strings["View in context"] = "Pohled v kontextu"; +$a->strings["%d contact edited."] = array( + 0 => "%d kontakt upraven.", + 1 => "%d kontakty upraveny", + 2 => "%d kontaktů upraveno", +); $a->strings["Could not access contact record."] = "Nelze získat přístup k záznamu kontaktu."; $a->strings["Could not locate selected profile."] = "Nelze nalézt vybraný profil."; $a->strings["Contact updated."] = "Kontakt aktualizován."; @@ -781,6 +796,7 @@ $a->strings["is a fan of yours"] = "je Váš fanoušek"; $a->strings["you are a fan of"] = "jste fanouškem"; $a->strings["Edit contact"] = "Editovat kontakt"; $a->strings["Search your contacts"] = "Prohledat Vaše kontakty"; +$a->strings["Update"] = "Aktualizace"; $a->strings["everybody"] = "Žádost o připojení selhala nebo byla zrušena."; $a->strings["Account settings"] = "Nastavení účtu"; $a->strings["Additional features"] = "Další funkčnosti"; @@ -791,10 +807,10 @@ $a->strings["Connected apps"] = "Propojené aplikace"; $a->strings["Export personal data"] = "Export osobních údajů"; $a->strings["Remove account"] = "Odstranit účet"; $a->strings["Missing some important data!"] = "Chybí některé důležité údaje!"; -$a->strings["Update"] = "Aktualizace"; $a->strings["Failed to connect with email account using the settings provided."] = "Nepodařilo se připojit k e-mailovému účtu pomocí dodaného nastavení."; $a->strings["Email settings updated."] = "Nastavení e-mailu aktualizována."; $a->strings["Features updated"] = "Aktualizované funkčnosti"; +$a->strings["Relocate message has been send to your contacts"] = "Správa o změně umístění byla odeslána vašim kontaktům"; $a->strings["Passwords do not match. Password unchanged."] = "Hesla se neshodují. Heslo nebylo změněno."; $a->strings["Empty passwords are not allowed. Password unchanged."] = "Prázdné hesla nejsou povolena. Heslo nebylo změněno."; $a->strings["Wrong password."] = "Špatné heslo."; @@ -927,6 +943,9 @@ $a->strings["You are tagged in a post"] = "Jste označen v příspěvku"; $a->strings["You are poked/prodded/etc. in a post"] = "Byl Jste šťouchnout v příspěvku"; $a->strings["Advanced Account/Page Type Settings"] = "Pokročilé nastavení účtu/stránky"; $a->strings["Change the behaviour of this account for special situations"] = "Změnit chování tohoto účtu ve speciálních situacích"; +$a->strings["Relocate"] = "Změna umístění"; +$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."] = "Pokud jste přemístil tento profil z jiného serveru a nějaký z vašich kontaktů nedostává Vaše aktualizace, zkuste stisknout toto tlačítko."; +$a->strings["Resend relocate message to contacts"] = "Znovu odeslat správu o změně umístění Vašim kontaktům"; $a->strings["Profile deleted."] = "Profil smazán."; $a->strings["Profile-"] = "Profil-"; $a->strings["New profile created."] = "Nový profil vytvořen."; @@ -1000,6 +1019,7 @@ $a->strings["Group created."] = "Skupina vytvořena."; $a->strings["Could not create group."] = "Nelze vytvořit skupinu."; $a->strings["Group not found."] = "Skupina nenalezena."; $a->strings["Group name changed."] = "Název skupiny byl změněn."; +$a->strings["Save Group"] = "Uložit Skupinu"; $a->strings["Create a group of contacts/friends."] = "Vytvořit skupinu kontaktů / přátel."; $a->strings["Group Name: "] = "Název skupiny: "; $a->strings["Group removed."] = "Skupina odstraněna. "; @@ -1289,6 +1309,8 @@ $a->strings["Categories"] = "Kategorie"; $a->strings["Click here to upgrade."] = "Klikněte zde pro aktualizaci."; $a->strings["This action exceeds the limits set by your subscription plan."] = "Tato akce překročí limit nastavené Vaším předplatným."; $a->strings["This action is not available under your subscription plan."] = "Tato akce není v rámci Vašeho předplatného dostupná."; +$a->strings["User not found."] = "Uživatel nenalezen"; +$a->strings["There is no status with this id."] = "Není tu žádný status s tímto id."; $a->strings["view full size"] = "zobrazit v plné velikosti"; $a->strings["Starts:"] = "Začíná:"; $a->strings["Finishes:"] = "Končí:"; diff --git a/view/fr/messages.po b/view/fr/messages.po index 5bed1a1bb3..59d15830a1 100644 --- a/view/fr/messages.po +++ b/view/fr/messages.po @@ -7,13 +7,13 @@ # ltriay , 2013 # Marquis_de_Carabas , 2012 # Olivier , 2011-2012 -# Tubuntu, 2013 +# Tubuntu, 2013-2014 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-10-06 20:44+0000\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-12-31 18:07+0100\n" +"PO-Revision-Date: 2014-01-08 11:49+0000\n" "Last-Translator: Tubuntu\n" "Language-Team: French (http://www.transifex.com/projects/p/friendica/language/fr/)\n" "MIME-Version: 1.0\n" @@ -22,2634 +22,827 @@ msgstr "" "Language: fr\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 "Profil" +#: ../../object/Item.php:92 +msgid "This entry was edited" +msgstr "" -#: ../../include/profile_advanced.php:15 ../../mod/settings.php:1079 -msgid "Full Name:" -msgstr "Nom complet:" - -#: ../../include/profile_advanced.php:17 ../../mod/directory.php:136 -#: ../../boot.php:1491 -msgid "Gender:" -msgstr "Genre:" - -#: ../../include/profile_advanced.php:22 -msgid "j F, Y" -msgstr "j F, Y" - -#: ../../include/profile_advanced.php:23 -msgid "j F" -msgstr "j F" - -#: ../../include/profile_advanced.php:30 -msgid "Birthday:" -msgstr "Anniversaire:" - -#: ../../include/profile_advanced.php:34 -msgid "Age:" -msgstr "Age:" - -#: ../../include/profile_advanced.php:37 ../../mod/directory.php:138 -#: ../../boot.php:1494 -msgid "Status:" -msgstr "Statut:" - -#: ../../include/profile_advanced.php:43 -#, php-format -msgid "for %1$d %2$s" -msgstr "depuis %1$d %2$s" - -#: ../../include/profile_advanced.php:46 ../../mod/profiles.php:650 -msgid "Sexual Preference:" -msgstr "Préférence sexuelle:" - -#: ../../include/profile_advanced.php:48 ../../mod/directory.php:140 -#: ../../boot.php:1496 -msgid "Homepage:" -msgstr "Page personnelle:" - -#: ../../include/profile_advanced.php:50 ../../mod/profiles.php:652 -msgid "Hometown:" -msgstr " Ville d'origine:" - -#: ../../include/profile_advanced.php:52 -msgid "Tags:" -msgstr "Tags :" - -#: ../../include/profile_advanced.php:54 ../../mod/profiles.php:653 -msgid "Political Views:" -msgstr "Opinions politiques:" - -#: ../../include/profile_advanced.php:56 -msgid "Religion:" -msgstr "Religion:" - -#: ../../include/profile_advanced.php:58 ../../mod/directory.php:142 -msgid "About:" -msgstr "À propos:" - -#: ../../include/profile_advanced.php:60 -msgid "Hobbies/Interests:" -msgstr "Passe-temps/Centres d'intérêt:" - -#: ../../include/profile_advanced.php:62 ../../mod/profiles.php:657 -msgid "Likes:" -msgstr "J'aime :" - -#: ../../include/profile_advanced.php:64 ../../mod/profiles.php:658 -msgid "Dislikes:" -msgstr "Je n'aime pas :" - -#: ../../include/profile_advanced.php:67 -msgid "Contact information and Social Networks:" -msgstr "Coordonnées/Réseaux sociaux:" - -#: ../../include/profile_advanced.php:69 -msgid "Musical interests:" -msgstr "Goûts musicaux:" - -#: ../../include/profile_advanced.php:71 -msgid "Books, literature:" -msgstr "Lectures:" - -#: ../../include/profile_advanced.php:73 -msgid "Television:" -msgstr "Télévision:" - -#: ../../include/profile_advanced.php:75 -msgid "Film/dance/culture/entertainment:" -msgstr "Cinéma/Danse/Culture/Divertissement:" - -#: ../../include/profile_advanced.php:77 -msgid "Love/Romance:" -msgstr "Amour/Romance:" - -#: ../../include/profile_advanced.php:79 -msgid "Work/employment:" -msgstr "Activité professionnelle/Occupation:" - -#: ../../include/profile_advanced.php:81 -msgid "School/education:" -msgstr "Études/Formation:" - -#: ../../include/profile_selectors.php:6 -msgid "Male" -msgstr "Masculin" - -#: ../../include/profile_selectors.php:6 -msgid "Female" -msgstr "Féminin" - -#: ../../include/profile_selectors.php:6 -msgid "Currently Male" -msgstr "Actuellement masculin" - -#: ../../include/profile_selectors.php:6 -msgid "Currently Female" -msgstr "Actuellement féminin" - -#: ../../include/profile_selectors.php:6 -msgid "Mostly Male" -msgstr "Principalement masculin" - -#: ../../include/profile_selectors.php:6 -msgid "Mostly Female" -msgstr "Principalement féminin" - -#: ../../include/profile_selectors.php:6 -msgid "Transgender" -msgstr "Transgenre" - -#: ../../include/profile_selectors.php:6 -msgid "Intersex" -msgstr "Inter-sexe" - -#: ../../include/profile_selectors.php:6 -msgid "Transsexual" -msgstr "Transsexuel" - -#: ../../include/profile_selectors.php:6 -msgid "Hermaphrodite" -msgstr "Hermaphrodite" - -#: ../../include/profile_selectors.php:6 -msgid "Neuter" -msgstr "Neutre" - -#: ../../include/profile_selectors.php:6 -msgid "Non-specific" -msgstr "Non-spécifique" - -#: ../../include/profile_selectors.php:6 -msgid "Other" -msgstr "Autre" - -#: ../../include/profile_selectors.php:6 -msgid "Undecided" -msgstr "Indécis" - -#: ../../include/profile_selectors.php:23 -msgid "Males" -msgstr "Hommes" - -#: ../../include/profile_selectors.php:23 -msgid "Females" -msgstr "Femmes" - -#: ../../include/profile_selectors.php:23 -msgid "Gay" -msgstr "Gay" - -#: ../../include/profile_selectors.php:23 -msgid "Lesbian" -msgstr "Lesbienne" - -#: ../../include/profile_selectors.php:23 -msgid "No Preference" -msgstr "Sans préférence" - -#: ../../include/profile_selectors.php:23 -msgid "Bisexual" -msgstr "Bisexuel" - -#: ../../include/profile_selectors.php:23 -msgid "Autosexual" -msgstr "Auto-sexuel" - -#: ../../include/profile_selectors.php:23 -msgid "Abstinent" -msgstr "Abstinent" - -#: ../../include/profile_selectors.php:23 -msgid "Virgin" -msgstr "Vierge" - -#: ../../include/profile_selectors.php:23 -msgid "Deviant" -msgstr "Déviant" - -#: ../../include/profile_selectors.php:23 -msgid "Fetish" -msgstr "Fétichiste" - -#: ../../include/profile_selectors.php:23 -msgid "Oodles" -msgstr "Oodles" - -#: ../../include/profile_selectors.php:23 -msgid "Nonsexual" -msgstr "Non-sexuel" - -#: ../../include/profile_selectors.php:42 -msgid "Single" -msgstr "Célibataire" - -#: ../../include/profile_selectors.php:42 -msgid "Lonely" -msgstr "Esseulé" - -#: ../../include/profile_selectors.php:42 -msgid "Available" -msgstr "Disponible" - -#: ../../include/profile_selectors.php:42 -msgid "Unavailable" -msgstr "Indisponible" - -#: ../../include/profile_selectors.php:42 -msgid "Has crush" -msgstr "Attiré par quelqu'un" - -#: ../../include/profile_selectors.php:42 -msgid "Infatuated" -msgstr "Entiché" - -#: ../../include/profile_selectors.php:42 -msgid "Dating" -msgstr "Dans une relation" - -#: ../../include/profile_selectors.php:42 -msgid "Unfaithful" -msgstr "Infidèle" - -#: ../../include/profile_selectors.php:42 -msgid "Sex Addict" -msgstr "Accro au sexe" - -#: ../../include/profile_selectors.php:42 ../../include/user.php:279 -#: ../../include/user.php:283 -msgid "Friends" -msgstr "Amis" - -#: ../../include/profile_selectors.php:42 -msgid "Friends/Benefits" -msgstr "Amis par intérêt" - -#: ../../include/profile_selectors.php:42 -msgid "Casual" -msgstr "Casual" - -#: ../../include/profile_selectors.php:42 -msgid "Engaged" -msgstr "Fiancé" - -#: ../../include/profile_selectors.php:42 -msgid "Married" -msgstr "Marié" - -#: ../../include/profile_selectors.php:42 -msgid "Imaginarily married" -msgstr "Se croit marié" - -#: ../../include/profile_selectors.php:42 -msgid "Partners" -msgstr "Partenaire" - -#: ../../include/profile_selectors.php:42 -msgid "Cohabiting" -msgstr "En cohabitation" - -#: ../../include/profile_selectors.php:42 -msgid "Common law" -msgstr "Marié \"de fait\"/\"sui juris\" (concubin)" - -#: ../../include/profile_selectors.php:42 -msgid "Happy" -msgstr "Heureux" - -#: ../../include/profile_selectors.php:42 -msgid "Not looking" -msgstr "Pas intéressé" - -#: ../../include/profile_selectors.php:42 -msgid "Swinger" -msgstr "Échangiste" - -#: ../../include/profile_selectors.php:42 -msgid "Betrayed" -msgstr "Trahi(e)" - -#: ../../include/profile_selectors.php:42 -msgid "Separated" -msgstr "Séparé" - -#: ../../include/profile_selectors.php:42 -msgid "Unstable" -msgstr "Instable" - -#: ../../include/profile_selectors.php:42 -msgid "Divorced" -msgstr "Divorcé" - -#: ../../include/profile_selectors.php:42 -msgid "Imaginarily divorced" -msgstr "Se croit divorcé" - -#: ../../include/profile_selectors.php:42 -msgid "Widowed" -msgstr "Veuf/Veuve" - -#: ../../include/profile_selectors.php:42 -msgid "Uncertain" -msgstr "Incertain" - -#: ../../include/profile_selectors.php:42 -msgid "It's complicated" -msgstr "C'est compliqué" - -#: ../../include/profile_selectors.php:42 -msgid "Don't care" -msgstr "S'en désintéresse" - -#: ../../include/profile_selectors.php:42 -msgid "Ask me" -msgstr "Me demander" - -#: ../../include/Contact.php:115 -msgid "stopped following" -msgstr "retiré de la liste de suivi" - -#: ../../include/Contact.php:225 ../../include/conversation.php:878 -msgid "Poke" -msgstr "Sollicitations (pokes)" - -#: ../../include/Contact.php:226 ../../include/conversation.php:872 -msgid "View Status" -msgstr "Voir les statuts" - -#: ../../include/Contact.php:227 ../../include/conversation.php:873 -msgid "View Profile" -msgstr "Voir le profil" - -#: ../../include/Contact.php:228 ../../include/conversation.php:874 -msgid "View Photos" -msgstr "Voir les photos" - -#: ../../include/Contact.php:229 ../../include/Contact.php:251 -#: ../../include/conversation.php:875 -msgid "Network Posts" -msgstr "Posts du Réseau" - -#: ../../include/Contact.php:230 ../../include/Contact.php:251 -#: ../../include/conversation.php:876 -msgid "Edit Contact" -msgstr "Éditer le contact" - -#: ../../include/Contact.php:231 ../../include/Contact.php:251 -#: ../../include/conversation.php:877 -msgid "Send PM" +#: ../../object/Item.php:113 ../../mod/content.php:619 +#: ../../mod/photos.php:1351 +msgid "Private Message" msgstr "Message privé" -#: ../../include/bbcode.php:210 ../../include/bbcode.php:550 -#: ../../include/bbcode.php:551 -msgid "Image/photo" -msgstr "Image/photo" +#: ../../object/Item.php:117 ../../mod/editpost.php:109 +#: ../../mod/content.php:727 ../../mod/settings.php:663 +msgid "Edit" +msgstr "Éditer" -#: ../../include/bbcode.php:272 +#: ../../object/Item.php:126 ../../mod/content.php:437 +#: ../../mod/content.php:739 ../../include/conversation.php:611 +msgid "Select" +msgstr "Sélectionner" + +#: ../../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 "Supprimer" + +#: ../../object/Item.php:130 ../../mod/content.php:762 +msgid "save to folder" +msgstr "sauver vers dossier" + +#: ../../object/Item.php:192 ../../mod/content.php:752 +msgid "add star" +msgstr "mett en avant" + +#: ../../object/Item.php:193 ../../mod/content.php:753 +msgid "remove star" +msgstr "ne plus mettre en avant" + +#: ../../object/Item.php:194 ../../mod/content.php:754 +msgid "toggle star status" +msgstr "mettre en avant" + +#: ../../object/Item.php:197 ../../mod/content.php:757 +msgid "starred" +msgstr "mis en avant" + +#: ../../object/Item.php:202 ../../mod/content.php:758 +msgid "add tag" +msgstr "ajouter un tag" + +#: ../../object/Item.php:213 ../../mod/content.php:683 +#: ../../mod/photos.php:1529 +msgid "I like this (toggle)" +msgstr "J'aime (bascule)" + +#: ../../object/Item.php:213 ../../mod/content.php:683 +msgid "like" +msgstr "aime" + +#: ../../object/Item.php:214 ../../mod/content.php:684 +#: ../../mod/photos.php:1530 +msgid "I don't like this (toggle)" +msgstr "Je n'aime pas (bascule)" + +#: ../../object/Item.php:214 ../../mod/content.php:684 +msgid "dislike" +msgstr "n'aime pas" + +#: ../../object/Item.php:216 ../../mod/content.php:686 +msgid "Share this" +msgstr "Partager" + +#: ../../object/Item.php:216 ../../mod/content.php:686 +msgid "share" +msgstr "partager" + +#: ../../object/Item.php:278 ../../include/conversation.php:663 +msgid "Categories:" +msgstr "Catégories:" + +#: ../../object/Item.php:279 ../../include/conversation.php:664 +msgid "Filed under:" +msgstr "Rangé sous:" + +#: ../../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 "" -"%s wrote the following post" -msgstr "%s a écris le post suivant" +msgid "View %s's profile @ %s" +msgstr "Voir le profil de %s @ %s" -#: ../../include/bbcode.php:514 ../../include/bbcode.php:534 -msgid "$1 wrote:" -msgstr "$1 a écrit:" +#: ../../object/Item.php:289 ../../mod/content.php:853 +msgid "to" +msgstr "à" -#: ../../include/bbcode.php:559 ../../include/bbcode.php:560 -msgid "Encrypted content" -msgstr "Contenu chiffré" +#: ../../object/Item.php:290 +msgid "via" +msgstr "via" -#: ../../include/acl_selectors.php:325 -msgid "Visible to everybody" -msgstr "Visible par tout le monde" +#: ../../object/Item.php:291 ../../mod/content.php:854 +msgid "Wall-to-Wall" +msgstr "Inter-mur" -#: ../../include/acl_selectors.php:326 ../../view/theme/diabook/config.php:146 -#: ../../view/theme/diabook/theme.php:629 -msgid "show" -msgstr "montrer" +#: ../../object/Item.php:292 ../../mod/content.php:855 +msgid "via Wall-To-Wall:" +msgstr "en Inter-mur:" -#: ../../include/acl_selectors.php:327 ../../view/theme/diabook/config.php:146 -#: ../../view/theme/diabook/theme.php:629 -msgid "don't show" -msgstr "cacher" - -#: ../../include/auth.php:38 -msgid "Logged out." -msgstr "Déconnecté." - -#: ../../include/auth.php:112 ../../include/auth.php:175 -#: ../../mod/openid.php:93 -msgid "Login failed." -msgstr "Échec de connexion." - -#: ../../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 "Nous avons eu un souci avec l'OpenID que vous avez fourni. merci de vérifier l'orthographe correcte de ce dernier." - -#: ../../include/auth.php:128 -msgid "The error message was:" -msgstr "Le message d'erreur était :" - -#: ../../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 "Débute:" - -#: ../../include/bb2diaspora.php:407 ../../include/event.php:30 -msgid "Finishes:" -msgstr "Finit:" - -#: ../../include/bb2diaspora.php:415 ../../include/event.php:40 -#: ../../mod/directory.php:134 ../../mod/events.php:471 ../../boot.php:1489 -msgid "Location:" -msgstr "Localisation:" - -#: ../../include/follow.php:27 ../../mod/dfrn_request.php:502 -msgid "Disallowed profile URL." -msgstr "URL de profil interdite." - -#: ../../include/follow.php:32 -msgid "Connect URL missing." -msgstr "URL de connexion manquante." - -#: ../../include/follow.php:59 -msgid "" -"This site is not configured to allow communications with other networks." -msgstr "Ce site n'est pas configuré pour dialoguer avec d'autres réseaux." - -#: ../../include/follow.php:60 ../../include/follow.php:80 -msgid "No compatible communication protocols or feeds were discovered." -msgstr "Aucun protocole de communication ni aucun flux n'a pu être découvert." - -#: ../../include/follow.php:78 -msgid "The profile address specified does not provide adequate information." -msgstr "L'adresse de profil indiquée ne fournit par les informations adéquates." - -#: ../../include/follow.php:82 -msgid "An author or name was not found." -msgstr "Aucun auteur ou nom d'auteur n'a pu être trouvé." - -#: ../../include/follow.php:84 -msgid "No browser URL could be matched to this address." -msgstr "Aucune URL de navigation ne correspond à cette adresse." - -#: ../../include/follow.php:86 -msgid "" -"Unable to match @-style Identity Address with a known protocol or email " -"contact." -msgstr "Impossible de faire correspondre l'adresse d'identité en \"@\" avec un protocole connu ou un contact courriel." - -#: ../../include/follow.php:87 -msgid "Use mailto: in front of address to force email check." -msgstr "Utilisez mailto: en face d'une adresse pour l'obliger à être reconnue comme courriel." - -#: ../../include/follow.php:93 -msgid "" -"The profile address specified belongs to a network which has been disabled " -"on this site." -msgstr "L'adresse de profil spécifiée correspond à un réseau qui a été désactivé sur ce site." - -#: ../../include/follow.php:103 -msgid "" -"Limited profile. This person will be unable to receive direct/personal " -"notifications from you." -msgstr "Profil limité. Cette personne ne sera pas capable de recevoir des notifications directes/personnelles de votre part." - -#: ../../include/follow.php:205 -msgid "Unable to retrieve contact information." -msgstr "Impossible de récupérer les informations du contact." - -#: ../../include/follow.php:259 -msgid "following" -msgstr "following" - -#: ../../include/user.php:39 -msgid "An invitation is required." -msgstr "Une invitation est requise." - -#: ../../include/user.php:44 -msgid "Invitation could not be verified." -msgstr "L'invitation fournie n'a pu être validée." - -#: ../../include/user.php:52 -msgid "Invalid OpenID url" -msgstr "Adresse OpenID invalide" - -#: ../../include/user.php:67 -msgid "Please enter the required information." -msgstr "Entrez les informations requises." - -#: ../../include/user.php:81 -msgid "Please use a shorter name." -msgstr "Utilisez un nom plus court." - -#: ../../include/user.php:83 -msgid "Name too short." -msgstr "Nom trop court." - -#: ../../include/user.php:98 -msgid "That doesn't appear to be your full (First Last) name." -msgstr "Ceci ne semble pas être votre nom complet (Prénom Nom)." - -#: ../../include/user.php:103 -msgid "Your email domain is not among those allowed on this site." -msgstr "Votre domaine de courriel n'est pas autorisé sur ce site." - -#: ../../include/user.php:106 -msgid "Not a valid email address." -msgstr "Ceci n'est pas une adresse courriel valide." - -#: ../../include/user.php:116 -msgid "Cannot use that email." -msgstr "Impossible d'utiliser ce courriel." - -#: ../../include/user.php:122 -msgid "" -"Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and " -"must also begin with a letter." -msgstr "Votre \"pseudo\" peut seulement contenir les caractères \"a-z\", \"0-9\", \"-\", and \"_\", et doit commencer par une lettre." - -#: ../../include/user.php:128 ../../include/user.php:226 -msgid "Nickname is already registered. Please choose another." -msgstr "Pseudo déjà utilisé. Merci d'en choisir un autre." - -#: ../../include/user.php:138 -msgid "" -"Nickname was once registered here and may not be re-used. Please choose " -"another." -msgstr "Ce surnom a déjà été utilisé ici, et ne peut re-servir. Merci d'en choisir un autre." - -#: ../../include/user.php:154 -msgid "SERIOUS ERROR: Generation of security keys failed." -msgstr "ERREUR SÉRIEUSE: La génération des clés de sécurité a échoué." - -#: ../../include/user.php:212 -msgid "An error occurred during registration. Please try again." -msgstr "Une erreur est survenue lors de l'inscription. Merci de recommencer." - -#: ../../include/user.php:237 ../../include/text.php:1618 -msgid "default" -msgstr "défaut" - -#: ../../include/user.php:247 -msgid "An error occurred creating your default profile. Please try again." -msgstr "Une erreur est survenue lors de la création de votre profil par défaut. Merci de recommencer." - -#: ../../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 "Photos du profil" - -#: ../../include/contact_selectors.php:32 -msgid "Unknown | Not categorised" -msgstr "Inconnu | Non-classé" - -#: ../../include/contact_selectors.php:33 -msgid "Block immediately" -msgstr "Bloquer immédiatement" - -#: ../../include/contact_selectors.php:34 -msgid "Shady, spammer, self-marketer" -msgstr "Douteux, spammeur, accro à l'auto-promotion" - -#: ../../include/contact_selectors.php:35 -msgid "Known to me, but no opinion" -msgstr "Connu de moi, mais sans opinion" - -#: ../../include/contact_selectors.php:36 -msgid "OK, probably harmless" -msgstr "OK, probablement inoffensif" - -#: ../../include/contact_selectors.php:37 -msgid "Reputable, has my trust" -msgstr "Réputé, a toute ma confiance" - -#: ../../include/contact_selectors.php:56 ../../mod/admin.php:452 -msgid "Frequently" -msgstr "Fréquemment" - -#: ../../include/contact_selectors.php:57 ../../mod/admin.php:453 -msgid "Hourly" -msgstr "Toutes les heures" - -#: ../../include/contact_selectors.php:58 ../../mod/admin.php:454 -msgid "Twice daily" -msgstr "Deux fois par jour" - -#: ../../include/contact_selectors.php:59 ../../mod/admin.php:455 -msgid "Daily" -msgstr "Chaque jour" - -#: ../../include/contact_selectors.php:60 -msgid "Weekly" -msgstr "Chaque semaine" - -#: ../../include/contact_selectors.php:61 -msgid "Monthly" -msgstr "Chaque mois" - -#: ../../include/contact_selectors.php:76 ../../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 "Courriel" - -#: ../../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 "Ajouter un nouveau contact" - -#: ../../include/contact_widgets.php:7 -msgid "Enter address or web location" -msgstr "Entrez son adresse ou sa localisation web" - -#: ../../include/contact_widgets.php:8 -msgid "Example: bob@example.com, http://example.com/barbara" -msgstr "Exemple: bob@example.com, http://example.com/barbara" - -#: ../../include/contact_widgets.php:9 ../../mod/suggest.php:88 -#: ../../mod/match.php:58 ../../boot.php:1421 -msgid "Connect" -msgstr "Relier" - -#: ../../include/contact_widgets.php:23 +#: ../../object/Item.php:301 ../../mod/content.php:481 +#: ../../mod/content.php:863 ../../include/conversation.php:671 #, php-format -msgid "%d invitation available" -msgid_plural "%d invitations available" -msgstr[0] "%d invitation disponible" -msgstr[1] "%d invitations disponibles" +msgid "%s from %s" +msgstr "%s de %s" -#: ../../include/contact_widgets.php:29 -msgid "Find People" -msgstr "Trouver des personnes" +#: ../../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 "Commenter" -#: ../../include/contact_widgets.php:30 -msgid "Enter name or interest" -msgstr "Entrez un nom ou un centre d'intérêt" +#: ../../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 "Patientez" -#: ../../include/contact_widgets.php:31 -msgid "Connect/Follow" -msgstr "Connecter/Suivre" - -#: ../../include/contact_widgets.php:32 -msgid "Examples: Robert Morgenstein, Fishing" -msgstr "Exemples: Robert Morgenstein, Pêche" - -#: ../../include/contact_widgets.php:33 ../../mod/directory.php:61 -#: ../../mod/contacts.php:613 -msgid "Find" -msgstr "Trouver" - -#: ../../include/contact_widgets.php:34 ../../mod/suggest.php:66 -#: ../../view/theme/diabook/theme.php:520 -msgid "Friend Suggestions" -msgstr "Suggestions d'amitiés/contacts" - -#: ../../include/contact_widgets.php:35 ../../view/theme/diabook/theme.php:519 -msgid "Similar Interests" -msgstr "Intérêts similaires" - -#: ../../include/contact_widgets.php:36 -msgid "Random Profile" -msgstr "Profil au hasard" - -#: ../../include/contact_widgets.php:37 ../../view/theme/diabook/theme.php:521 -msgid "Invite Friends" -msgstr "Inviter des amis" - -#: ../../include/contact_widgets.php:70 -msgid "Networks" -msgstr "Réseaux" - -#: ../../include/contact_widgets.php:73 -msgid "All Networks" -msgstr "Tous réseaux" - -#: ../../include/contact_widgets.php:103 ../../include/features.php:59 -msgid "Saved Folders" -msgstr "Dossiers sauvegardés" - -#: ../../include/contact_widgets.php:106 ../../include/contact_widgets.php:138 -msgid "Everything" -msgstr "Tout" - -#: ../../include/contact_widgets.php:135 -msgid "Categories" -msgstr "Catégories" - -#: ../../include/contact_widgets.php:199 ../../mod/contacts.php:343 +#: ../../object/Item.php:345 ../../mod/content.php:602 #, php-format -msgid "%d contact in common" -msgid_plural "%d contacts in common" -msgstr[0] "%d contact en commun" -msgstr[1] "%d contacts en commun" +msgid "%d comment" +msgid_plural "%d comments" +msgstr[0] "%d commentaire" +msgstr[1] "%d commentaires" -#: ../../include/contact_widgets.php:204 ../../mod/content.php:629 -#: ../../object/Item.php:365 ../../boot.php:675 -msgid "show more" -msgstr "montrer plus" - -#: ../../include/Scrape.php:583 -msgid " on Last.fm" -msgstr "sur Last.fm" - -#: ../../include/network.php:877 -msgid "view full size" -msgstr "voir en pleine taille" - -#: ../../include/datetime.php:43 ../../include/datetime.php:45 -msgid "Miscellaneous" -msgstr "Divers" - -#: ../../include/datetime.php:153 ../../include/datetime.php:285 -msgid "year" -msgstr "an" - -#: ../../include/datetime.php:158 ../../include/datetime.php:286 -msgid "month" -msgstr "mois" - -#: ../../include/datetime.php:163 ../../include/datetime.php:288 -msgid "day" -msgstr "jour" - -#: ../../include/datetime.php:276 -msgid "never" -msgstr "jamais" - -#: ../../include/datetime.php:282 -msgid "less than a second ago" -msgstr "il y a moins d'une seconde" - -#: ../../include/datetime.php:285 -msgid "years" -msgstr "ans" - -#: ../../include/datetime.php:286 -msgid "months" -msgstr "mois" - -#: ../../include/datetime.php:287 -msgid "week" -msgstr "semaine" - -#: ../../include/datetime.php:287 -msgid "weeks" -msgstr "semaines" - -#: ../../include/datetime.php:288 -msgid "days" -msgstr "jours" - -#: ../../include/datetime.php:289 -msgid "hour" -msgstr "heure" - -#: ../../include/datetime.php:289 -msgid "hours" -msgstr "heures" - -#: ../../include/datetime.php:290 -msgid "minute" -msgstr "minute" - -#: ../../include/datetime.php:290 -msgid "minutes" -msgstr "minutes" - -#: ../../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 auparavant" - -#: ../../include/datetime.php:472 ../../include/items.php:1813 -#, php-format -msgid "%s's birthday" -msgstr "Anniversaire de %s's" - -#: ../../include/datetime.php:473 ../../include/items.php:1814 -#, php-format -msgid "Happy Birthday %s" -msgstr "Joyeux anniversaire, %s !" - -#: ../../include/plugin.php:439 ../../include/plugin.php:441 -msgid "Click here to upgrade." -msgstr "Cliquez ici pour mettre à jour." - -#: ../../include/plugin.php:447 -msgid "This action exceeds the limits set by your subscription plan." -msgstr "Cette action dépasse les limites définies par votre abonnement." - -#: ../../include/plugin.php:452 -msgid "This action is not available under your subscription plan." -msgstr "Cette action n'est pas disponible avec votre abonnement." - -#: ../../include/delivery.php:457 ../../include/notifier.php:775 -msgid "(no subject)" -msgstr "(sans titre)" - -#: ../../include/delivery.php:468 ../../include/enotify.php:28 -#: ../../include/notifier.php:785 -msgid "noreply" -msgstr "noreply" - -#: ../../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 est désormais lié à %2$s" - -#: ../../include/diaspora.php:704 -msgid "Sharing notification from Diaspora network" -msgstr "Notification de partage du réseau Diaspora" - -#: ../../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 "photo" - -#: ../../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 "le statut" - -#: ../../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 aime %3$s de %2$s" - -#: ../../include/diaspora.php:2262 -msgid "Attachments:" -msgstr "Pièces jointes : " - -#: ../../include/items.php:3488 ../../mod/dfrn_request.php:716 -msgid "[Name Withheld]" -msgstr "[Nom non-publié]" - -#: ../../include/items.php:3495 -msgid "A new person is sharing with you at " -msgstr "Une nouvelle personne partage avec vous à " - -#: ../../include/items.php:3495 -msgid "You have a new follower at " -msgstr "Vous avez un nouvel abonné à " - -#: ../../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 "Élément introuvable." - -#: ../../include/items.php:4018 -msgid "Do you really want to delete this item?" -msgstr "Voulez-vous vraiment supprimer cet élément ?" - -#: ../../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 "Oui" - -#: ../../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 "Annuler" - -#: ../../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 "Permission refusée." - -#: ../../include/items.php:4213 -msgid "Archives" -msgstr "Archives" - -#: ../../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 "Rechercher par Date" - -#: ../../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 "Recherches" - -#: ../../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/dba.php:44 -#, php-format -msgid "Cannot locate DNS info for database server '%s'" -msgstr "Impossible de localiser les informations DNS pour le serveur de base de données '%s'" - -#: ../../include/text.php:293 -msgid "newer" -msgstr "Plus récent" - -#: ../../include/text.php:295 -msgid "older" -msgstr "Plus ancien" - -#: ../../include/text.php:300 -msgid "prev" -msgstr "précédent" - -#: ../../include/text.php:302 -msgid "first" -msgstr "premier" - -#: ../../include/text.php:334 -msgid "last" -msgstr "dernier" - -#: ../../include/text.php:337 -msgid "next" -msgstr "suivant" - -#: ../../include/text.php:829 -msgid "No contacts" -msgstr "Aucun contact" - -#: ../../include/text.php:838 -#, php-format -msgid "%d Contact" -msgid_plural "%d Contacts" -msgstr[0] "%d contact" -msgstr[1] "%d contacts" - -#: ../../include/text.php:850 ../../mod/viewcontacts.php:76 -msgid "View Contacts" -msgstr "Voir les contacts" - -#: ../../include/text.php:927 ../../include/text.php:928 -#: ../../include/nav.php:118 ../../mod/search.php:99 -msgid "Search" -msgstr "Recherche" - -#: ../../include/text.php:930 ../../mod/notes.php:63 ../../mod/filer.php:31 -msgid "Save" -msgstr "Sauver" - -#: ../../include/text.php:979 -msgid "poke" -msgstr "titiller" - -#: ../../include/text.php:979 ../../include/conversation.php:211 -msgid "poked" -msgstr "a titillé" - -#: ../../include/text.php:980 -msgid "ping" -msgstr "attirer l'attention" - -#: ../../include/text.php:980 -msgid "pinged" -msgstr "a attiré l'attention de" - -#: ../../include/text.php:981 -msgid "prod" -msgstr "aiguillonner" - -#: ../../include/text.php:981 -msgid "prodded" -msgstr "a aiguillonné" - -#: ../../include/text.php:982 -msgid "slap" -msgstr "gifler" - -#: ../../include/text.php:982 -msgid "slapped" -msgstr "a giflé" - -#: ../../include/text.php:983 -msgid "finger" -msgstr "tripoter" - -#: ../../include/text.php:983 -msgid "fingered" -msgstr "a tripoté" - -#: ../../include/text.php:984 -msgid "rebuff" -msgstr "rabrouer" - -#: ../../include/text.php:984 -msgid "rebuffed" -msgstr "a rabroué" - -#: ../../include/text.php:998 -msgid "happy" -msgstr "heureuse" - -#: ../../include/text.php:999 -msgid "sad" -msgstr "triste" - -#: ../../include/text.php:1000 -msgid "mellow" -msgstr "suave" - -#: ../../include/text.php:1001 -msgid "tired" -msgstr "fatiguée" - -#: ../../include/text.php:1002 -msgid "perky" -msgstr "guillerette" - -#: ../../include/text.php:1003 -msgid "angry" -msgstr "colérique" - -#: ../../include/text.php:1004 -msgid "stupified" -msgstr "stupéfaite" - -#: ../../include/text.php:1005 -msgid "puzzled" -msgstr "perplexe" - -#: ../../include/text.php:1006 -msgid "interested" -msgstr "intéressée" - -#: ../../include/text.php:1007 -msgid "bitter" -msgstr "amère" - -#: ../../include/text.php:1008 -msgid "cheerful" -msgstr "entraînante" - -#: ../../include/text.php:1009 -msgid "alive" -msgstr "vivante" - -#: ../../include/text.php:1010 -msgid "annoyed" -msgstr "ennuyée" - -#: ../../include/text.php:1011 -msgid "anxious" -msgstr "anxieuse" - -#: ../../include/text.php:1012 -msgid "cranky" -msgstr "excentrique" - -#: ../../include/text.php:1013 -msgid "disturbed" -msgstr "dérangée" - -#: ../../include/text.php:1014 -msgid "frustrated" -msgstr "frustrée" - -#: ../../include/text.php:1015 -msgid "motivated" -msgstr "motivée" - -#: ../../include/text.php:1016 -msgid "relaxed" -msgstr "détendue" - -#: ../../include/text.php:1017 -msgid "surprised" -msgstr "surprise" - -#: ../../include/text.php:1185 -msgid "Monday" -msgstr "Lundi" - -#: ../../include/text.php:1185 -msgid "Tuesday" -msgstr "Mardi" - -#: ../../include/text.php:1185 -msgid "Wednesday" -msgstr "Mercredi" - -#: ../../include/text.php:1185 -msgid "Thursday" -msgstr "Jeudi" - -#: ../../include/text.php:1185 -msgid "Friday" -msgstr "Vendredi" - -#: ../../include/text.php:1185 -msgid "Saturday" -msgstr "Samedi" - -#: ../../include/text.php:1185 -msgid "Sunday" -msgstr "Dimanche" - -#: ../../include/text.php:1189 -msgid "January" -msgstr "Janvier" - -#: ../../include/text.php:1189 -msgid "February" -msgstr "Février" - -#: ../../include/text.php:1189 -msgid "March" -msgstr "Mars" - -#: ../../include/text.php:1189 -msgid "April" -msgstr "Avril" - -#: ../../include/text.php:1189 -msgid "May" -msgstr "Mai" - -#: ../../include/text.php:1189 -msgid "June" -msgstr "Juin" - -#: ../../include/text.php:1189 -msgid "July" -msgstr "Juillet" - -#: ../../include/text.php:1189 -msgid "August" -msgstr "Août" - -#: ../../include/text.php:1189 -msgid "September" -msgstr "Septembre" - -#: ../../include/text.php:1189 -msgid "October" -msgstr "Octobre" - -#: ../../include/text.php:1189 -msgid "November" -msgstr "Novembre" - -#: ../../include/text.php:1189 -msgid "December" -msgstr "Décembre" - -#: ../../include/text.php:1345 ../../mod/videos.php:301 -msgid "View Video" -msgstr "" - -#: ../../include/text.php:1377 -msgid "bytes" -msgstr "octets" - -#: ../../include/text.php:1401 ../../include/text.php:1413 -msgid "Click to open/close" -msgstr "Cliquer pour ouvrir/fermer" - -#: ../../include/text.php:1575 ../../mod/events.php:335 -msgid "link to source" -msgstr "lien original" - -#: ../../include/text.php:1630 -msgid "Select an alternate language" -msgstr "Choisir une langue alternative" - -#: ../../include/text.php:1882 ../../include/conversation.php:118 -#: ../../include/conversation.php:246 ../../view/theme/diabook/theme.php:456 -msgid "event" -msgstr "évènement" - -#: ../../include/text.php:1886 -msgid "activity" -msgstr "activité" - -#: ../../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] "" msgstr[1] "commentaire" -#: ../../include/text.php:1889 -msgid "post" -msgstr "publication" +#: ../../object/Item.php:348 ../../boot.php:686 ../../mod/content.php:605 +#: ../../include/contact_widgets.php:204 +msgid "show more" +msgstr "montrer plus" -#: ../../include/text.php:2044 -msgid "Item filed" -msgstr "Élément classé" +#: ../../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 "C'est vous" -#: ../../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 "Envoyer" + +#: ../../object/Item.php:637 ../../mod/content.php:710 +msgid "Bold" +msgstr "Gras" + +#: ../../object/Item.php:638 ../../mod/content.php:711 +msgid "Italic" +msgstr "Italique" + +#: ../../object/Item.php:639 ../../mod/content.php:712 +msgid "Underline" +msgstr "Souligné" + +#: ../../object/Item.php:640 ../../mod/content.php:713 +msgid "Quote" +msgstr "Citation" + +#: ../../object/Item.php:641 ../../mod/content.php:714 +msgid "Code" +msgstr "Code" + +#: ../../object/Item.php:642 ../../mod/content.php:715 +msgid "Image" +msgstr "Image" + +#: ../../object/Item.php:643 ../../mod/content.php:716 +msgid "Link" +msgstr "Lien" + +#: ../../object/Item.php:644 ../../mod/content.php:717 +msgid "Video" +msgstr "Vidéo" + +#: ../../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 "Aperçu" + +#: ../../index.php:199 ../../mod/apps.php:7 +msgid "You must be logged in to use addons. " +msgstr "Vous devez être connecté pour utiliser les addons." + +#: ../../index.php:243 ../../mod/help.php:90 +msgid "Not Found" +msgstr "Non trouvé" + +#: ../../index.php:246 ../../mod/help.php:93 +msgid "Page not found." +msgstr "Page introuvable." + +#: ../../index.php:355 ../../mod/group.php:72 ../../mod/profperm.php:19 +msgid "Permission denied" +msgstr "Permission refusée" + +#: ../../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 "Permission refusée." + +#: ../../index.php:415 +msgid "toggle mobile" +msgstr "activ. mobile" + +#: ../../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 "Profil" + +#: ../../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 "Vos notices et conversations" + +#: ../../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 "Votre page de profil" + +#: ../../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 "Photos" + +#: ../../view/theme/perihel/theme.php:35 +#: ../../view/theme/diabook/theme.php:126 ../../include/nav.php:78 +msgid "Your photos" +msgstr "Vos photos" + +#: ../../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 "Événements" + +#: ../../view/theme/perihel/theme.php:36 +#: ../../view/theme/diabook/theme.php:127 ../../include/nav.php:79 +msgid "Your events" +msgstr "Vos événements" + +#: ../../view/theme/perihel/theme.php:37 +#: ../../view/theme/diabook/theme.php:128 ../../include/nav.php:80 +msgid "Personal notes" +msgstr "Notes personnelles" + +#: ../../view/theme/perihel/theme.php:37 +#: ../../view/theme/diabook/theme.php:128 ../../include/nav.php:80 +msgid "Your personal photos" +msgstr "Vos photos personnelles" + +#: ../../view/theme/perihel/theme.php:38 +#: ../../view/theme/diabook/theme.php:129 ../../mod/community.php:32 +#: ../../include/nav.php:128 +msgid "Community" +msgstr "Communauté" + +#: ../../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 "cacher" + +#: ../../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 "montrer" + +#: ../../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 "Réglages du thème graphique" + +#: ../../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 "Réglez 'font-size' (taille de police) pour publications et commentaires" + +#: ../../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 "Réglez 'line-height' (hauteur de police) pour publications et commentaires" + +#: ../../view/theme/perihel/config.php:100 +#: ../../view/theme/diabook/config.php:153 +msgid "Set resolution for middle column" +msgstr "Réglez la résolution de la colonne centrale" + +#: ../../view/theme/diabook/theme.php:125 ../../mod/contacts.php:680 +#: ../../include/nav.php:171 +msgid "Contacts" +msgstr "Contacts" + +#: ../../view/theme/diabook/theme.php:125 +msgid "Your contacts" +msgstr "Vos contacts" + +#: ../../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 "Pages de Communauté" + +#: ../../view/theme/diabook/theme.php:391 +#: ../../view/theme/diabook/theme.php:626 +#: ../../view/theme/diabook/config.php:160 +msgid "Community Profiles" +msgstr "Profils communautaires" + +#: ../../view/theme/diabook/theme.php:412 +#: ../../view/theme/diabook/theme.php:630 +#: ../../view/theme/diabook/config.php:164 +msgid "Last users" +msgstr "Derniers utilisateurs" + +#: ../../view/theme/diabook/theme.php:441 +#: ../../view/theme/diabook/theme.php:632 +#: ../../view/theme/diabook/config.php:166 +msgid "Last likes" +msgstr "Dernièrement aimé" + +#: ../../view/theme/diabook/theme.php:463 ../../include/conversation.php:118 +#: ../../include/conversation.php:246 ../../include/text.php:1922 +msgid "event" +msgstr "évènement" + +#: ../../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 "le statut" + +#: ../../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 "photo" + +#: ../../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 aime %3$s de %2$s" + +#: ../../view/theme/diabook/theme.php:486 +#: ../../view/theme/diabook/theme.php:631 +#: ../../view/theme/diabook/config.php:165 +msgid "Last photos" +msgstr "Dernières photos" + +#: ../../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 "Photos du contact" + +#: ../../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 "Photos du profil" + +#: ../../view/theme/diabook/theme.php:523 +#: ../../view/theme/diabook/theme.php:629 +#: ../../view/theme/diabook/config.php:163 +msgid "Find Friends" +msgstr "Trouver des amis" + +#: ../../view/theme/diabook/theme.php:524 +msgid "Local Directory" +msgstr "Annuaire local" + +#: ../../view/theme/diabook/theme.php:525 ../../mod/directory.php:49 +msgid "Global Directory" +msgstr "Annuaire global" + +#: ../../view/theme/diabook/theme.php:526 ../../include/contact_widgets.php:35 +msgid "Similar Interests" +msgstr "Intérêts similaires" + +#: ../../view/theme/diabook/theme.php:527 ../../mod/suggest.php:66 +#: ../../include/contact_widgets.php:34 +msgid "Friend Suggestions" +msgstr "Suggestions d'amitiés/contacts" + +#: ../../view/theme/diabook/theme.php:528 ../../include/contact_widgets.php:37 +msgid "Invite Friends" +msgstr "Inviter des amis" + +#: ../../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 "Réglages" + +#: ../../view/theme/diabook/theme.php:579 +#: ../../view/theme/diabook/theme.php:625 +#: ../../view/theme/diabook/config.php:159 +msgid "Earth Layers" +msgstr "Géolocalisation" + +#: ../../view/theme/diabook/theme.php:584 +msgid "Set zoomfactor for Earth Layers" +msgstr "Régler le niveau de zoom pour la géolocalisation" + +#: ../../view/theme/diabook/theme.php:585 +#: ../../view/theme/diabook/config.php:156 +msgid "Set longitude (X) for Earth Layers" +msgstr "Régler la longitude (X) pour la géolocalisation" + +#: ../../view/theme/diabook/theme.php:586 +#: ../../view/theme/diabook/config.php:157 +msgid "Set latitude (Y) for Earth Layers" +msgstr "Régler la latitude (Y) pour la géolocalisation" + +#: ../../view/theme/diabook/theme.php:599 +#: ../../view/theme/diabook/theme.php:627 +#: ../../view/theme/diabook/config.php:161 +msgid "Help or @NewHere ?" +msgstr "Aide ou @NewHere?" + +#: ../../view/theme/diabook/theme.php:606 +#: ../../view/theme/diabook/theme.php:628 +#: ../../view/theme/diabook/config.php:162 +msgid "Connect Services" +msgstr "Connecter des services" + +#: ../../view/theme/diabook/theme.php:622 +msgid "Show/hide boxes at right-hand column:" +msgstr "Montrer/cacher les boîtes dans la colonne de droite :" + +#: ../../view/theme/diabook/config.php:154 +msgid "Set color scheme" +msgstr "Choisir le schéma de couleurs" + +#: ../../view/theme/diabook/config.php:155 +msgid "Set zoomfactor for Earth Layer" +msgstr "Niveau de zoom" + +#: ../../view/theme/quattro/config.php:67 +msgid "Alignment" +msgstr "Alignement" + +#: ../../view/theme/quattro/config.php:67 +msgid "Left" +msgstr "Gauche" + +#: ../../view/theme/quattro/config.php:67 +msgid "Center" +msgstr "Centre" + +#: ../../view/theme/quattro/config.php:68 ../../view/theme/clean/config.php:76 +#: ../../view/theme/cleanzero/config.php:86 +msgid "Color scheme" +msgstr "Palette de couleurs" + +#: ../../view/theme/quattro/config.php:69 +msgid "Posts font size" +msgstr "Taille de texte des messages" + +#: ../../view/theme/quattro/config.php:70 +msgid "Textareas font size" +msgstr "" + +#: ../../view/theme/dispy/config.php:75 +msgid "Set colour scheme" +msgstr "Choisir le schéma de couleurs" + +#: ../../view/theme/clean/config.php:54 ../../include/user.php:246 +#: ../../include/text.php:1658 +msgid "default" +msgstr "défaut" + +#: ../../view/theme/clean/config.php:74 +msgid "Background Image" +msgstr "" + +#: ../../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 "Un groupe supprimé a été recréé. Les permissions existantes pourraient s'appliquer à ce groupe et aux futurs membres. Si ce n'est pas le comportement attendu, merci de re-créer un autre groupe sous un autre nom." +"The URL to a picture (e.g. from your photo album) that should be used as " +"background image." +msgstr "" -#: ../../include/group.php:207 -msgid "Default privacy group for new contacts" -msgstr "Paramètres de confidentialité par défaut pour les nouveaux contacts" +#: ../../view/theme/clean/config.php:75 +msgid "Background Color" +msgstr "" -#: ../../include/group.php:226 -msgid "Everybody" -msgstr "Tout le monde" +#: ../../view/theme/clean/config.php:75 +msgid "HEX value for the background color. Don't include the #" +msgstr "" -#: ../../include/group.php:249 -msgid "edit" -msgstr "éditer" +#: ../../view/theme/clean/config.php:77 +msgid "font size" +msgstr "" -#: ../../include/group.php:270 ../../mod/newmember.php:66 -msgid "Groups" -msgstr "Groupes" +#: ../../view/theme/clean/config.php:77 +msgid "base font size for your interface" +msgstr "" -#: ../../include/group.php:271 -msgid "Edit group" -msgstr "Editer groupe" +#: ../../view/theme/cleanzero/config.php:83 +msgid "Set resize level for images in posts and comments (width and height)" +msgstr "Choisir une taille pour les images dans les publications et commentaires (largeur et hauteur)" -#: ../../include/group.php:272 -msgid "Create a new group" -msgstr "Créer un nouveau groupe" +#: ../../view/theme/cleanzero/config.php:85 +msgid "Set theme width" +msgstr "Largeur du thème" -#: ../../include/group.php:273 -msgid "Contacts not in any group" -msgstr "Contacts n'appartenant à aucun groupe" +#: ../../boot.php:684 +msgid "Delete this item?" +msgstr "Effacer cet élément?" -#: ../../include/group.php:275 ../../mod/network.php:234 -msgid "add" -msgstr "ajouter" +#: ../../boot.php:687 +msgid "show fewer" +msgstr "montrer moins" -#: ../../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 n'aime pas %3$s de %2$s" +msgid "Update %s failed. See error logs." +msgstr "Mise-à-jour %s échouée. Voir les journaux d'erreur." -#: ../../include/conversation.php:207 +#: ../../boot.php:1017 #, php-format -msgid "%1$s poked %2$s" -msgstr "%1$s a sollicité %2$s" +msgid "Update Error at %s" +msgstr "Erreur de mise-à-jour à %s" -#: ../../include/conversation.php:227 ../../mod/mood.php:62 +#: ../../boot.php:1127 +msgid "Create a New Account" +msgstr "Créer un nouveau compte" + +#: ../../boot.php:1128 ../../mod/register.php:278 ../../include/nav.php:108 +msgid "Register" +msgstr "S'inscrire" + +#: ../../boot.php:1152 ../../include/nav.php:73 +msgid "Logout" +msgstr "Se déconnecter" + +#: ../../boot.php:1153 ../../include/nav.php:91 +msgid "Login" +msgstr "Connexion" + +#: ../../boot.php:1155 +msgid "Nickname or Email address: " +msgstr "Pseudo ou courriel: " + +#: ../../boot.php:1156 +msgid "Password: " +msgstr "Mot de passe: " + +#: ../../boot.php:1157 +msgid "Remember me" +msgstr "Se souvenir de moi" + +#: ../../boot.php:1160 +msgid "Or login using OpenID: " +msgstr "Ou connectez-vous via OpenID: " + +#: ../../boot.php:1166 +msgid "Forgot your password?" +msgstr "Mot de passe oublié?" + +#: ../../boot.php:1167 ../../mod/lostpass.php:84 +msgid "Password Reset" +msgstr "Réinitialiser le mot de passe" + +#: ../../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 "Le compte demandé n'est pas disponible." + +#: ../../boot.php:1341 ../../mod/profile.php:21 +msgid "Requested profile is not available." +msgstr "Le profil demandé n'est pas disponible." + +#: ../../boot.php:1381 ../../boot.php:1485 +msgid "Edit profile" +msgstr "Editer le profil" + +#: ../../boot.php:1433 ../../mod/suggest.php:88 ../../mod/match.php:58 +#: ../../include/contact_widgets.php:9 +msgid "Connect" +msgstr "Relier" + +#: ../../boot.php:1447 +msgid "Message" +msgstr "Message" + +#: ../../boot.php:1455 ../../include/nav.php:169 +msgid "Profiles" +msgstr "Profils" + +#: ../../boot.php:1455 +msgid "Manage/edit profiles" +msgstr "Gérer/éditer les profils" + +#: ../../boot.php:1461 ../../boot.php:1487 ../../mod/profiles.php:726 +msgid "Change profile photo" +msgstr "Changer de photo de profil" + +#: ../../boot.php:1462 ../../mod/profiles.php:727 +msgid "Create New Profile" +msgstr "Créer un nouveau profil" + +#: ../../boot.php:1472 ../../mod/profiles.php:738 +msgid "Profile Image" +msgstr "Image du profil" + +#: ../../boot.php:1475 ../../mod/profiles.php:740 +msgid "visible to everybody" +msgstr "visible par tous" + +#: ../../boot.php:1476 ../../mod/profiles.php:741 +msgid "Edit visibility" +msgstr "Changer la visibilité" + +#: ../../boot.php:1501 ../../mod/directory.php:134 ../../mod/events.php:471 +#: ../../include/event.php:40 ../../include/bb2diaspora.php:415 +msgid "Location:" +msgstr "Localisation:" + +#: ../../boot.php:1503 ../../mod/directory.php:136 +#: ../../include/profile_advanced.php:17 +msgid "Gender:" +msgstr "Genre:" + +#: ../../boot.php:1506 ../../mod/directory.php:138 +#: ../../include/profile_advanced.php:37 +msgid "Status:" +msgstr "Statut:" + +#: ../../boot.php:1508 ../../mod/directory.php:140 +#: ../../include/profile_advanced.php:48 +msgid "Homepage:" +msgstr "Page personnelle:" + +#: ../../boot.php:1584 ../../boot.php:1670 +msgid "g A l F d" +msgstr "g A | F d" + +#: ../../boot.php:1585 ../../boot.php:1671 +msgid "F d" +msgstr "F d" + +#: ../../boot.php:1630 ../../boot.php:1711 +msgid "[today]" +msgstr "[aujourd'hui]" + +#: ../../boot.php:1642 +msgid "Birthday Reminders" +msgstr "Rappels d'anniversaires" + +#: ../../boot.php:1643 +msgid "Birthdays this week:" +msgstr "Anniversaires cette semaine:" + +#: ../../boot.php:1704 +msgid "[No description]" +msgstr "[Sans description]" + +#: ../../boot.php:1722 +msgid "Event Reminders" +msgstr "Rappels d'événements" + +#: ../../boot.php:1723 +msgid "Events this week:" +msgstr "Evénements cette semaine:" + +#: ../../boot.php:1960 ../../include/nav.php:76 +msgid "Status" +msgstr "Statut" + +#: ../../boot.php:1963 +msgid "Status Messages and Posts" +msgstr "Messages d'état et publications" + +#: ../../boot.php:1970 +msgid "Profile Details" +msgstr "Détails du profil" + +#: ../../boot.php:1977 ../../mod/photos.php:51 +msgid "Photo Albums" +msgstr "Albums photo" + +#: ../../boot.php:1981 ../../boot.php:1984 +msgid "Videos" +msgstr "" + +#: ../../boot.php:1994 +msgid "Events and Calendar" +msgstr "Événements et agenda" + +#: ../../boot.php:1998 ../../mod/notes.php:44 +msgid "Personal Notes" +msgstr "Notes personnelles" + +#: ../../boot.php:2001 +msgid "Only You Can See This" +msgstr "Vous seul pouvez voir ça" + +#: ../../mod/mood.php:62 ../../include/conversation.php:227 #, php-format msgid "%1$s is currently %2$s" msgstr "%1$s est d'humeur %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 a taggué %3$s de %2$s avec %4$s" - -#: ../../include/conversation.php:291 -msgid "post/item" -msgstr "publication/élément" - -#: ../../include/conversation.php:292 -#, php-format -msgid "%1$s marked %2$s's %3$s as favorite" -msgstr "%1$s a marqué le %3$s de %2$s comme favori" - -#: ../../include/conversation.php:612 ../../mod/content.php:461 -#: ../../mod/content.php:763 ../../object/Item.php:126 -msgid "Select" -msgstr "Sélectionner" - -#: ../../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 "Supprimer" - -#: ../../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 "Voir le profil de %s @ %s" - -#: ../../include/conversation.php:664 ../../object/Item.php:297 -msgid "Categories:" -msgstr "Catégories:" - -#: ../../include/conversation.php:665 ../../object/Item.php:298 -msgid "Filed under:" -msgstr "Rangé sous:" - -#: ../../include/conversation.php:672 ../../mod/content.php:505 -#: ../../mod/content.php:887 ../../object/Item.php:320 -#, php-format -msgid "%s from %s" -msgstr "%s de %s" - -#: ../../include/conversation.php:687 ../../mod/content.php:520 -msgid "View in context" -msgstr "Voir dans le contexte" - -#: ../../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 "Patientez" - -#: ../../include/conversation.php:768 -msgid "remove" -msgstr "enlever" - -#: ../../include/conversation.php:772 -msgid "Delete Selected Items" -msgstr "Supprimer les éléments sélectionnés" - -#: ../../include/conversation.php:871 -msgid "Follow Thread" -msgstr "Suivre le fil" - -#: ../../include/conversation.php:940 -#, php-format -msgid "%s likes this." -msgstr "%s aime ça." - -#: ../../include/conversation.php:940 -#, php-format -msgid "%s doesn't like this." -msgstr "%s n'aime pas ça." - -#: ../../include/conversation.php:945 -#, php-format -msgid "%2$d people like this" -msgstr "" - -#: ../../include/conversation.php:948 -#, php-format -msgid "%2$d people don't like this" -msgstr "" - -#: ../../include/conversation.php:962 -msgid "and" -msgstr "et" - -#: ../../include/conversation.php:968 -#, php-format -msgid ", and %d other people" -msgstr ", et %d autres personnes" - -#: ../../include/conversation.php:970 -#, php-format -msgid "%s like this." -msgstr "%s aiment ça." - -#: ../../include/conversation.php:970 -#, php-format -msgid "%s don't like this." -msgstr "%s n'aiment pas ça." - -#: ../../include/conversation.php:997 ../../include/conversation.php:1015 -msgid "Visible to everybody" -msgstr "Visible par tout le monde" - -#: ../../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 "Entrez un lien web:" - -#: ../../include/conversation.php:999 ../../include/conversation.php:1017 -msgid "Please enter a video link/URL:" -msgstr "Entrez un lien/URL video :" - -#: ../../include/conversation.php:1000 ../../include/conversation.php:1018 -msgid "Please enter an audio link/URL:" -msgstr "Entrez un lien/URL audio :" - -#: ../../include/conversation.php:1001 ../../include/conversation.php:1019 -msgid "Tag term:" -msgstr "Tag : " - -#: ../../include/conversation.php:1002 ../../include/conversation.php:1020 -#: ../../mod/filer.php:30 -msgid "Save to Folder:" -msgstr "Sauver dans le Dossier:" - -#: ../../include/conversation.php:1003 ../../include/conversation.php:1021 -msgid "Where are you right now?" -msgstr "Où êtes-vous présentemment?" - -#: ../../include/conversation.php:1004 -msgid "Delete item(s)?" -msgstr "Supprimer les élément(s) ?" - -#: ../../include/conversation.php:1046 -msgid "Post to Email" -msgstr "Publier aussi par courriel" - -#: ../../include/conversation.php:1081 ../../mod/photos.php:1531 -msgid "Share" -msgstr "Partager" - -#: ../../include/conversation.php:1082 ../../mod/editpost.php:110 -#: ../../mod/wallmessage.php:154 ../../mod/message.php:332 -#: ../../mod/message.php:562 -msgid "Upload photo" -msgstr "Joindre photo" - -#: ../../include/conversation.php:1083 ../../mod/editpost.php:111 -msgid "upload photo" -msgstr "envoi image" - -#: ../../include/conversation.php:1084 ../../mod/editpost.php:112 -msgid "Attach file" -msgstr "Joindre fichier" - -#: ../../include/conversation.php:1085 ../../mod/editpost.php:113 -msgid "attach file" -msgstr "ajout fichier" - -#: ../../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 "Insérer lien web" - -#: ../../include/conversation.php:1087 ../../mod/editpost.php:115 -msgid "web link" -msgstr "lien web" - -#: ../../include/conversation.php:1088 ../../mod/editpost.php:116 -msgid "Insert video link" -msgstr "Insérer un lien video" - -#: ../../include/conversation.php:1089 ../../mod/editpost.php:117 -msgid "video link" -msgstr "lien vidéo" - -#: ../../include/conversation.php:1090 ../../mod/editpost.php:118 -msgid "Insert audio link" -msgstr "Insérer un lien audio" - -#: ../../include/conversation.php:1091 ../../mod/editpost.php:119 -msgid "audio link" -msgstr "lien audio" - -#: ../../include/conversation.php:1092 ../../mod/editpost.php:120 -msgid "Set your location" -msgstr "Définir votre localisation" - -#: ../../include/conversation.php:1093 ../../mod/editpost.php:121 -msgid "set location" -msgstr "spéc. localisation" - -#: ../../include/conversation.php:1094 ../../mod/editpost.php:122 -msgid "Clear browser location" -msgstr "Effacer la localisation du navigateur" - -#: ../../include/conversation.php:1095 ../../mod/editpost.php:123 -msgid "clear location" -msgstr "supp. localisation" - -#: ../../include/conversation.php:1097 ../../mod/editpost.php:137 -msgid "Set title" -msgstr "Définir un titre" - -#: ../../include/conversation.php:1099 ../../mod/editpost.php:139 -msgid "Categories (comma-separated list)" -msgstr "Catégories (séparées par des virgules)" - -#: ../../include/conversation.php:1101 ../../mod/editpost.php:125 -msgid "Permission settings" -msgstr "Réglages des permissions" - -#: ../../include/conversation.php:1102 -msgid "permissions" -msgstr "permissions" - -#: ../../include/conversation.php:1110 ../../mod/editpost.php:133 -msgid "CC: email addresses" -msgstr "CC: adresses de courriel" - -#: ../../include/conversation.php:1111 ../../mod/editpost.php:134 -msgid "Public post" -msgstr "Notice publique" - -#: ../../include/conversation.php:1113 ../../mod/editpost.php:140 -msgid "Example: bob@example.com, mary@example.com" -msgstr "Exemple: bob@exemple.com, mary@exemple.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 "Aperçu" - -#: ../../include/conversation.php:1126 -msgid "Post to Groups" -msgstr "" - -#: ../../include/conversation.php:1127 -msgid "Post to Contacts" -msgstr "" - -#: ../../include/conversation.php:1128 -msgid "Private post" -msgstr "Message privé" - -#: ../../include/enotify.php:16 -msgid "Friendica Notification" -msgstr "Notification Friendica" - -#: ../../include/enotify.php:19 -msgid "Thank You," -msgstr "Merci, " - -#: ../../include/enotify.php:21 -#, php-format -msgid "%s Administrator" -msgstr "L'administrateur de %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:Notification] Nouveau courriel reçu sur %s" - -#: ../../include/enotify.php:46 -#, php-format -msgid "%1$s sent you a new private message at %2$s." -msgstr "%1$s vous a envoyé un nouveau message privé sur %2$s." - -#: ../../include/enotify.php:47 -#, php-format -msgid "%1$s sent you %2$s." -msgstr "%1$s vous a envoyé %2$s." - -#: ../../include/enotify.php:47 -msgid "a private message" -msgstr "un message privé" - -#: ../../include/enotify.php:48 -#, php-format -msgid "Please visit %s to view and/or reply to your private messages." -msgstr "Merci de visiter %s pour voir vos messages privés et/ou y répondre." - -#: ../../include/enotify.php:90 -#, php-format -msgid "%1$s commented on [url=%2$s]a %3$s[/url]" -msgstr "%1$s a commenté sur [url=%2$s]un %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 a commenté sur [url=%2$s]le %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 commented on [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 "[Friendica:Notification] Commentaire de %2$s sur la conversation #%1$d" - -#: ../../include/enotify.php:116 -#, php-format -msgid "%s commented on an item/conversation you have been following." -msgstr "%s a commenté un élément que vous suivez." - -#: ../../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 "Merci de visiter %s pour voir la conversation et/ou y répondre." - -#: ../../include/enotify.php:126 -#, php-format -msgid "[Friendica:Notify] %s posted to your profile wall" -msgstr "[Friendica:Notification] %s a posté sur votre mur de profil" - -#: ../../include/enotify.php:128 -#, php-format -msgid "%1$s posted to your profile wall at %2$s" -msgstr "%1$s a publié sur votre mur à %2$s" - -#: ../../include/enotify.php:130 -#, php-format -msgid "%1$s posted to [url=%2$s]your wall[/url]" -msgstr "%1$s a posté sur [url=%2$s]votre mur[/url]" - -#: ../../include/enotify.php:141 -#, php-format -msgid "[Friendica:Notify] %s tagged you" -msgstr "[Friendica:Notification] %s vous a repéré" - -#: ../../include/enotify.php:142 -#, php-format -msgid "%1$s tagged you at %2$s" -msgstr "%1$s vous parle sur %2$s" - -#: ../../include/enotify.php:143 -#, php-format -msgid "%1$s [url=%2$s]tagged you[/url]." -msgstr "%1$s [url=%2$s]vous a taggé[/url]." - -#: ../../include/enotify.php:155 -#, php-format -msgid "[Friendica:Notify] %1$s poked you" -msgstr "[Friendica:Notify] %1$s vous a sollicité" - -#: ../../include/enotify.php:156 -#, php-format -msgid "%1$s poked you at %2$s" -msgstr "%1$s vous a sollicité via %2$s" - -#: ../../include/enotify.php:157 -#, php-format -msgid "%1$s [url=%2$s]poked you[/url]." -msgstr "%1$s vous a [url=%2$s]sollicité[/url]." - -#: ../../include/enotify.php:172 -#, php-format -msgid "[Friendica:Notify] %s tagged your post" -msgstr "[Friendica:Notification] %s a repéré votre publication" - -#: ../../include/enotify.php:173 -#, php-format -msgid "%1$s tagged your post at %2$s" -msgstr "%1$s a tagué votre contenu sur %2$s" - -#: ../../include/enotify.php:174 -#, php-format -msgid "%1$s tagged [url=%2$s]your post[/url]" -msgstr "%1$s a tagué [url=%2$s]votre contenu[/url]" - -#: ../../include/enotify.php:185 -msgid "[Friendica:Notify] Introduction received" -msgstr "[Friendica:Notification] Introduction reçue" - -#: ../../include/enotify.php:186 -#, php-format -msgid "You've received an introduction from '%1$s' at %2$s" -msgstr "Vous avez reçu une introduction de '%1$s' sur %2$s" - -#: ../../include/enotify.php:187 -#, php-format -msgid "You've received [url=%1$s]an introduction[/url] from %2$s." -msgstr "Vous avez reçu [url=%1$s]une introduction[/url] de %2$s." - -#: ../../include/enotify.php:190 ../../include/enotify.php:208 -#, php-format -msgid "You may visit their profile at %s" -msgstr "Vous pouvez visiter son profil sur %s" - -#: ../../include/enotify.php:192 -#, php-format -msgid "Please visit %s to approve or reject the introduction." -msgstr "Merci de visiter %s pour approuver ou rejeter l'introduction." - -#: ../../include/enotify.php:199 -msgid "[Friendica:Notify] Friend suggestion received" -msgstr "[Friendica:Notification] Nouvelle suggestion d'amitié" - -#: ../../include/enotify.php:200 -#, php-format -msgid "You've received a friend suggestion from '%1$s' at %2$s" -msgstr "Vous avez reçu une suggestion de '%1$s' sur %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 "Vous avez reçu [url=%1$s]une suggestion[/url] de %3$s pour %2$s." - -#: ../../include/enotify.php:206 -msgid "Name:" -msgstr "Nom :" - -#: ../../include/enotify.php:207 -msgid "Photo:" -msgstr "Photo :" - -#: ../../include/enotify.php:210 -#, php-format -msgid "Please visit %s to approve or reject the suggestion." -msgstr "Merci de visiter %s pour approuver ou rejeter la suggestion." - -#: ../../include/message.php:15 ../../include/message.php:172 -msgid "[no subject]" -msgstr "[pas de sujet]" - -#: ../../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 "Photos du mur" - -#: ../../include/nav.php:34 ../../mod/navigation.php:20 -msgid "Nothing new here" -msgstr "Rien de neuf ici" - -#: ../../include/nav.php:38 ../../mod/navigation.php:24 -msgid "Clear notifications" -msgstr "Effacer les notifications" - -#: ../../include/nav.php:73 ../../boot.php:1140 -msgid "Logout" -msgstr "Se déconnecter" - -#: ../../include/nav.php:73 -msgid "End this session" -msgstr "Mettre fin à cette session" - -#: ../../include/nav.php:76 ../../boot.php:1944 -msgid "Status" -msgstr "Statut" - -#: ../../include/nav.php:76 ../../include/nav.php:143 -#: ../../view/theme/diabook/theme.php:87 -msgid "Your posts and conversations" -msgstr "Vos notices et conversations" - -#: ../../include/nav.php:77 ../../view/theme/diabook/theme.php:88 -msgid "Your profile page" -msgstr "Votre page de profil" - -#: ../../include/nav.php:78 ../../mod/fbrowser.php:25 -#: ../../view/theme/diabook/theme.php:90 ../../boot.php:1958 -msgid "Photos" -msgstr "Photos" - -#: ../../include/nav.php:78 ../../view/theme/diabook/theme.php:90 -msgid "Your photos" -msgstr "Vos photos" - -#: ../../include/nav.php:79 ../../mod/events.php:370 -#: ../../view/theme/diabook/theme.php:91 ../../boot.php:1975 -msgid "Events" -msgstr "Événements" - -#: ../../include/nav.php:79 ../../view/theme/diabook/theme.php:91 -msgid "Your events" -msgstr "Vos événements" - -#: ../../include/nav.php:80 ../../view/theme/diabook/theme.php:92 -msgid "Personal notes" -msgstr "Notes personnelles" - -#: ../../include/nav.php:80 ../../view/theme/diabook/theme.php:92 -msgid "Your personal photos" -msgstr "Vos photos personnelles" - -#: ../../include/nav.php:91 ../../boot.php:1141 -msgid "Login" -msgstr "Connexion" - -#: ../../include/nav.php:91 -msgid "Sign in" -msgstr "Se connecter" - -#: ../../include/nav.php:104 ../../include/nav.php:143 -#: ../../mod/notifications.php:93 ../../view/theme/diabook/theme.php:87 -msgid "Home" -msgstr "Profil" - -#: ../../include/nav.php:104 -msgid "Home Page" -msgstr "Page d'accueil" - -#: ../../include/nav.php:108 ../../mod/register.php:275 ../../boot.php:1116 -msgid "Register" -msgstr "S'inscrire" - -#: ../../include/nav.php:108 -msgid "Create an account" -msgstr "Créer un compte" - -#: ../../include/nav.php:113 ../../mod/help.php:84 -msgid "Help" -msgstr "Aide" - -#: ../../include/nav.php:113 -msgid "Help and documentation" -msgstr "Aide et documentation" - -#: ../../include/nav.php:116 -msgid "Apps" -msgstr "Applications" - -#: ../../include/nav.php:116 -msgid "Addon applications, utilities, games" -msgstr "Applications supplémentaires, utilitaires, jeux" - -#: ../../include/nav.php:118 -msgid "Search site content" -msgstr "Rechercher dans le contenu du site" - -#: ../../include/nav.php:128 ../../mod/community.php:32 -#: ../../view/theme/diabook/theme.php:93 -msgid "Community" -msgstr "Communauté" - -#: ../../include/nav.php:128 -msgid "Conversations on this site" -msgstr "Conversations ayant cours sur ce site" - -#: ../../include/nav.php:130 -msgid "Directory" -msgstr "Annuaire" - -#: ../../include/nav.php:130 -msgid "People directory" -msgstr "Annuaire des utilisateurs" - -#: ../../include/nav.php:140 ../../mod/notifications.php:83 -msgid "Network" -msgstr "Réseau" - -#: ../../include/nav.php:140 -msgid "Conversations from your friends" -msgstr "Conversations de vos amis" - -#: ../../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 "Introductions" - -#: ../../include/nav.php:149 -msgid "Friend Requests" -msgstr "Demande d'amitié" - -#: ../../include/nav.php:150 ../../mod/notifications.php:220 -msgid "Notifications" -msgstr "Notifications" - -#: ../../include/nav.php:151 -msgid "See all notifications" -msgstr "Voir toute notification" - -#: ../../include/nav.php:152 -msgid "Mark all system notifications seen" -msgstr "Marquer toutes les notifications système comme 'vues'" - -#: ../../include/nav.php:156 ../../mod/message.php:182 -#: ../../mod/notifications.php:103 -msgid "Messages" -msgstr "Messages" - -#: ../../include/nav.php:156 -msgid "Private mail" -msgstr "Messages privés" - -#: ../../include/nav.php:157 -msgid "Inbox" -msgstr "Messages entrants" - -#: ../../include/nav.php:158 -msgid "Outbox" -msgstr "Messages sortants" - -#: ../../include/nav.php:159 ../../mod/message.php:9 -msgid "New Message" -msgstr "Nouveau message" - -#: ../../include/nav.php:162 -msgid "Manage" -msgstr "Gérer" - -#: ../../include/nav.php:162 -msgid "Manage other pages" -msgstr "Gérer les autres pages" - -#: ../../include/nav.php:165 -msgid "Delegations" -msgstr "Délégations" - -#: ../../include/nav.php:165 ../../mod/delegate.php:121 -msgid "Delegate Page Management" -msgstr "Déléguer la gestion de la page" - -#: ../../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 "Réglages" - -#: ../../include/nav.php:167 ../../mod/settings.php:30 ../../mod/uexport.php:9 -msgid "Account settings" -msgstr "Compte" - -#: ../../include/nav.php:169 ../../boot.php:1443 -msgid "Profiles" -msgstr "Profils" - -#: ../../include/nav.php:169 -msgid "Manage/Edit Profiles" -msgstr "Gérer/Éditer les profiles" - -#: ../../include/nav.php:171 ../../mod/contacts.php:607 -#: ../../view/theme/diabook/theme.php:89 -msgid "Contacts" -msgstr "Contacts" - -#: ../../include/nav.php:171 -msgid "Manage/edit friends and contacts" -msgstr "Gérer/éditer les amitiés et contacts" - -#: ../../include/nav.php:178 ../../mod/admin.php:120 -msgid "Admin" -msgstr "Admin" - -#: ../../include/nav.php:178 -msgid "Site setup and configuration" -msgstr "Démarrage et configuration du site" - -#: ../../include/nav.php:182 -msgid "Navigation" -msgstr "Navigation" - -#: ../../include/nav.php:182 -msgid "Site map" -msgstr "Carte du site" - -#: ../../include/oembed.php:138 -msgid "Embedded content" -msgstr "Contenu incorporé" - -#: ../../include/oembed.php:147 -msgid "Embedding disabled" -msgstr "Incorporation désactivée" - -#: ../../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 "" - -#: ../../include/uimport.php:139 -msgid "User creation error" -msgstr "Erreur de création d'utilisateur" - -#: ../../include/uimport.php:157 -msgid "User profile creation error" -msgstr "Erreur de création du profil utilisateur" - -#: ../../include/uimport.php:206 -#, php-format -msgid "%d contact not imported" -msgid_plural "%d contacts not imported" -msgstr[0] "%d contacts non importés" -msgstr[1] "%d contacts non importés" - -#: ../../include/uimport.php:276 -msgid "Done. You can now login with your username and password" -msgstr "" - -#: ../../include/security.php:22 -msgid "Welcome " -msgstr "Bienvenue " - -#: ../../include/security.php:23 -msgid "Please upload a profile photo." -msgstr "Merci d'illustrer votre profil d'une image." - -#: ../../include/security.php:26 -msgid "Welcome back " -msgstr "Bienvenue à nouveau, " - -#: ../../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 "Le jeton de sécurité du formulaire n'est pas correct. Ceci veut probablement dire que le formulaire est resté ouvert trop longtemps (plus de 3 heures) avant d'être validé." - -#: ../../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 "Profil introuvable." - -#: ../../mod/profiles.php:37 -msgid "Profile deleted." -msgstr "Profil supprimé." - -#: ../../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 "Nouveau profil créé." - -#: ../../mod/profiles.php:95 -msgid "Profile unavailable to clone." -msgstr "Ce profil ne peut être cloné." - -#: ../../mod/profiles.php:170 -msgid "Profile Name is required." -msgstr "Le nom du profil est requis." - -#: ../../mod/profiles.php:317 -msgid "Marital Status" -msgstr "Statut marital" - -#: ../../mod/profiles.php:321 -msgid "Romantic Partner" -msgstr "Partenaire/conjoint" - -#: ../../mod/profiles.php:325 -msgid "Likes" -msgstr "Derniers \"J'aime\"" - -#: ../../mod/profiles.php:329 -msgid "Dislikes" -msgstr "Derniers \"Je n'aime pas\"" - -#: ../../mod/profiles.php:333 -msgid "Work/Employment" -msgstr "Travail/Occupation" - -#: ../../mod/profiles.php:336 -msgid "Religion" -msgstr "Religion" - -#: ../../mod/profiles.php:340 -msgid "Political Views" -msgstr "Tendance politique" - -#: ../../mod/profiles.php:344 -msgid "Gender" -msgstr "Sexe" - -#: ../../mod/profiles.php:348 -msgid "Sexual Preference" -msgstr "Préférence sexuelle" - -#: ../../mod/profiles.php:352 -msgid "Homepage" -msgstr "Site internet" - -#: ../../mod/profiles.php:356 -msgid "Interests" -msgstr "Centres d'intérêt" - -#: ../../mod/profiles.php:360 -msgid "Address" -msgstr "Adresse" - -#: ../../mod/profiles.php:367 -msgid "Location" -msgstr "Localisation" - -#: ../../mod/profiles.php:450 -msgid "Profile updated." -msgstr "Profil mis à jour." - -#: ../../mod/profiles.php:521 -msgid " and " -msgstr " et " - -#: ../../mod/profiles.php:529 -msgid "public profile" -msgstr "profil public" - -#: ../../mod/profiles.php:532 -#, php-format -msgid "%1$s changed %2$s to “%3$s”" -msgstr "%1$s a changé %2$s en “%3$s”" - -#: ../../mod/profiles.php:533 -#, php-format -msgid " - Visit %1$s's %2$s" -msgstr "Visiter le %2$s de %1$s" - -#: ../../mod/profiles.php:536 -#, php-format -msgid "%1$s has an updated %2$s, changing %3$s." -msgstr "%1$s a mis à jour son %2$s, en modifiant %3$s." - -#: ../../mod/profiles.php:609 -msgid "Hide your contact/friend list from viewers of this profile?" -msgstr "Cacher ma liste d'amis/contacts des visiteurs de ce profil?" - -#: ../../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 "Non" - -#: ../../mod/profiles.php:629 -msgid "Edit Profile Details" -msgstr "Éditer les détails du profil" - -#: ../../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 -#: ../../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 -msgid "Submit" -msgstr "Envoyer" - -#: ../../mod/profiles.php:631 -msgid "Change Profile Photo" -msgstr "" - -#: ../../mod/profiles.php:632 -msgid "View this profile" -msgstr "Voir ce profil" - -#: ../../mod/profiles.php:633 -msgid "Create a new profile using these settings" -msgstr "Créer un nouveau profil en utilisant ces réglages" - -#: ../../mod/profiles.php:634 -msgid "Clone this profile" -msgstr "Cloner ce profil" - -#: ../../mod/profiles.php:635 -msgid "Delete this profile" -msgstr "Supprimer ce profil" - -#: ../../mod/profiles.php:636 -msgid "Profile Name:" -msgstr "Nom du profil:" - -#: ../../mod/profiles.php:637 -msgid "Your Full Name:" -msgstr "Votre nom complet:" - -#: ../../mod/profiles.php:638 -msgid "Title/Description:" -msgstr "Titre/Description:" - -#: ../../mod/profiles.php:639 -msgid "Your Gender:" -msgstr "Votre genre:" - -#: ../../mod/profiles.php:640 -#, php-format -msgid "Birthday (%s):" -msgstr "Anniversaire (%s):" - -#: ../../mod/profiles.php:641 -msgid "Street Address:" -msgstr "Adresse postale:" - -#: ../../mod/profiles.php:642 -msgid "Locality/City:" -msgstr "Ville/Localité:" - -#: ../../mod/profiles.php:643 -msgid "Postal/Zip Code:" -msgstr "Code postal:" - -#: ../../mod/profiles.php:644 -msgid "Country:" -msgstr "Pays:" - -#: ../../mod/profiles.php:645 -msgid "Region/State:" -msgstr "Région/État:" - -#: ../../mod/profiles.php:646 -msgid " Marital Status:" -msgstr " Statut marital:" - -#: ../../mod/profiles.php:647 -msgid "Who: (if applicable)" -msgstr "Qui: (si pertinent)" - -#: ../../mod/profiles.php:648 -msgid "Examples: cathy123, Cathy Williams, cathy@example.com" -msgstr "Exemples: cathy123, Cathy Williams, cathy@example.com" - -#: ../../mod/profiles.php:649 -msgid "Since [date]:" -msgstr "Depuis [date] :" - -#: ../../mod/profiles.php:651 -msgid "Homepage URL:" -msgstr "Page personnelle:" - -#: ../../mod/profiles.php:654 -msgid "Religious Views:" -msgstr "Opinions religieuses:" - -#: ../../mod/profiles.php:655 -msgid "Public Keywords:" -msgstr "Mots-clés publics:" - -#: ../../mod/profiles.php:656 -msgid "Private Keywords:" -msgstr "Mots-clés privés:" - -#: ../../mod/profiles.php:659 -msgid "Example: fishing photography software" -msgstr "Exemple: football dessin programmation" - -#: ../../mod/profiles.php:660 -msgid "(Used for suggesting potential friends, can be seen by others)" -msgstr "(Utilisés pour vous suggérer des amis potentiels, peuvent être vus par autrui)" - -#: ../../mod/profiles.php:661 -msgid "(Used for searching profiles, never shown to others)" -msgstr "(Utilisés pour rechercher dans les profils, ne seront jamais montrés à autrui)" - -#: ../../mod/profiles.php:662 -msgid "Tell us about yourself..." -msgstr "Parlez-nous de vous..." - -#: ../../mod/profiles.php:663 -msgid "Hobbies/Interests" -msgstr "Passe-temps/Centres d'intérêt" - -#: ../../mod/profiles.php:664 -msgid "Contact information and Social Networks" -msgstr "Coordonnées/Réseaux sociaux" - -#: ../../mod/profiles.php:665 -msgid "Musical interests" -msgstr "Goûts musicaux" - -#: ../../mod/profiles.php:666 -msgid "Books, literature" -msgstr "Lectures" - -#: ../../mod/profiles.php:667 -msgid "Television" -msgstr "Télévision" - -#: ../../mod/profiles.php:668 -msgid "Film/dance/culture/entertainment" -msgstr "Cinéma/Danse/Culture/Divertissement" - -#: ../../mod/profiles.php:669 -msgid "Love/romance" -msgstr "Amour/Romance" - -#: ../../mod/profiles.php:670 -msgid "Work/employment" -msgstr "Activité professionnelle/Occupation" - -#: ../../mod/profiles.php:671 -msgid "School/education" -msgstr "Études/Formation" - -#: ../../mod/profiles.php:676 -msgid "" -"This is your public profile.
It may " -"be visible to anybody using the internet." -msgstr "Ceci est votre profil public.
Il peut être visible par n'importe quel utilisateur d'Internet." - -#: ../../mod/profiles.php:686 ../../mod/directory.php:111 -msgid "Age: " -msgstr "Age: " - -#: ../../mod/profiles.php:725 -msgid "Edit/Manage Profiles" -msgstr "Editer/gérer les profils" - -#: ../../mod/profiles.php:726 ../../boot.php:1449 ../../boot.php:1475 -msgid "Change profile photo" -msgstr "Changer de photo de profil" - -#: ../../mod/profiles.php:727 ../../boot.php:1450 -msgid "Create New Profile" -msgstr "Créer un nouveau profil" - -#: ../../mod/profiles.php:738 ../../boot.php:1460 -msgid "Profile Image" -msgstr "Image du profil" - -#: ../../mod/profiles.php:740 ../../boot.php:1463 -msgid "visible to everybody" -msgstr "visible par tous" - -#: ../../mod/profiles.php:741 ../../boot.php:1464 -msgid "Edit visibility" -msgstr "Changer la visibilité" - -#: ../../mod/profperm.php:19 ../../mod/group.php:72 ../../index.php:345 -msgid "Permission denied" -msgstr "Permission refusée" - -#: ../../mod/profperm.php:25 ../../mod/profperm.php:55 -msgid "Invalid profile identifier." -msgstr "Identifiant de profil invalide." - -#: ../../mod/profperm.php:101 -msgid "Profile Visibility Editor" -msgstr "Éditer la visibilité du profil" - -#: ../../mod/profperm.php:105 ../../mod/group.php:224 -msgid "Click on a contact to add or remove." -msgstr "Cliquez sur un contact pour l'ajouter ou le supprimer." - -#: ../../mod/profperm.php:114 -msgid "Visible To" -msgstr "Visible par" - -#: ../../mod/profperm.php:130 -msgid "All Contacts (with secure profile access)" -msgstr "Tous les contacts (ayant un accès sécurisé)" - -#: ../../mod/notes.php:44 ../../boot.php:1982 -msgid "Personal Notes" -msgstr "Notes personnelles" - -#: ../../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 "Humeur" + +#: ../../mod/mood.php:134 +msgid "Set your current mood and tell your friends" +msgstr "Spécifiez votre humeur du moment, et informez vos amis" + +#: ../../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 "Accès public refusé." +#: ../../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 "Élément introuvable." + #: ../../mod/display.php:99 ../../mod/profile.php:155 msgid "Access to this profile has been restricted." msgstr "L'accès au profil a été restreint." @@ -2658,935 +851,48 @@ msgstr "L'accès au profil a été restreint." msgid "Item has been removed." msgstr "Cet élément a été enlevé." -#: ../../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 "Accès refusé." + +#: ../../mod/friendica.php:58 +msgid "This is Friendica, version" +msgstr "Motorisé par Friendica version" + +#: ../../mod/friendica.php:59 +msgid "running at web location" +msgstr "hébergé sur" + +#: ../../mod/friendica.php:61 +msgid "" +"Please visit Friendica.com to learn " +"more about the Friendica project." +msgstr "Merci de vous rendre sur Friendica.com si vous souhaitez en savoir plus sur le projet Friendica." + +#: ../../mod/friendica.php:63 +msgid "Bug reports and issues: please visit" +msgstr "Pour les rapports de bugs: rendez vous sur" + +#: ../../mod/friendica.php:64 +msgid "" +"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - " +"dot com" +msgstr "Suggestions, remerciements, donations, etc. - écrivez à \"Info\" arob. Friendica - point com" + +#: ../../mod/friendica.php:78 +msgid "Installed plugins/addons/apps:" +msgstr "Extensions/applications installées:" + +#: ../../mod/friendica.php:91 +msgid "No installed plugins/addons/apps" +msgstr "Aucune extension/greffon/application installée" + +#: ../../mod/dfrn_poll.php:103 ../../mod/dfrn_poll.php:536 #, php-format -msgid "Visit %s's profile [%s]" -msgstr "Visiter le profil de %s [%s]" +msgid "%1$s welcomes %2$s" +msgstr "%1$s accueille %2$s" -#: ../../mod/nogroup.php:41 ../../mod/contacts.php:586 -msgid "Edit contact" -msgstr "Éditer le contact" - -#: ../../mod/nogroup.php:59 -msgid "Contacts who are not members of a group" -msgstr "Contacts qui n’appartiennent à aucun groupe" - -#: ../../mod/ping.php:238 -msgid "{0} wants to be your friend" -msgstr "{0} souhaite être votre ami(e)" - -#: ../../mod/ping.php:243 -msgid "{0} sent you a message" -msgstr "{0} vous a envoyé un message" - -#: ../../mod/ping.php:248 -msgid "{0} requested registration" -msgstr "{0} a demandé à s'inscrire" - -#: ../../mod/ping.php:254 -#, php-format -msgid "{0} commented %s's post" -msgstr "{0} a commenté une notice de %s" - -#: ../../mod/ping.php:259 -#, php-format -msgid "{0} liked %s's post" -msgstr "{0} a aimé une notice de %s" - -#: ../../mod/ping.php:264 -#, php-format -msgid "{0} disliked %s's post" -msgstr "{0} n'a pas aimé une notice de %s" - -#: ../../mod/ping.php:269 -#, php-format -msgid "{0} is now friends with %s" -msgstr "{0} est désormais ami(e) avec %s" - -#: ../../mod/ping.php:274 -msgid "{0} posted" -msgstr "{0} a posté" - -#: ../../mod/ping.php:279 -#, php-format -msgid "{0} tagged %s's post with #%s" -msgstr "{0} a taggué la notice de %s avec #%s" - -#: ../../mod/ping.php:285 -msgid "{0} mentioned you in a post" -msgstr "{0} vous a mentionné dans une publication" - -#: ../../mod/admin.php:55 -msgid "Theme settings updated." -msgstr "Réglages du thème sauvés." - -#: ../../mod/admin.php:96 ../../mod/admin.php:490 -msgid "Site" -msgstr "Site" - -#: ../../mod/admin.php:97 ../../mod/admin.php:762 ../../mod/admin.php:776 -msgid "Users" -msgstr "Utilisateurs" - -#: ../../mod/admin.php:98 ../../mod/admin.php:859 ../../mod/admin.php:901 -msgid "Plugins" -msgstr "Extensions" - -#: ../../mod/admin.php:99 ../../mod/admin.php:1067 ../../mod/admin.php:1101 -msgid "Themes" -msgstr "Thèmes" - -#: ../../mod/admin.php:100 -msgid "DB updates" -msgstr "Mise-à-jour de la base" - -#: ../../mod/admin.php:115 ../../mod/admin.php:122 ../../mod/admin.php:1188 -msgid "Logs" -msgstr "Journaux" - -#: ../../mod/admin.php:121 -msgid "Plugin Features" -msgstr "Propriétés des extensions" - -#: ../../mod/admin.php:123 -msgid "User registrations waiting for confirmation" -msgstr "Inscriptions en attente de confirmation" - -#: ../../mod/admin.php:182 ../../mod/admin.php:733 -msgid "Normal Account" -msgstr "Compte normal" - -#: ../../mod/admin.php:183 ../../mod/admin.php:734 -msgid "Soapbox Account" -msgstr "Compte \"boîte à savon\"" - -#: ../../mod/admin.php:184 ../../mod/admin.php:735 -msgid "Community/Celebrity Account" -msgstr "Compte de communauté/célébrité" - -#: ../../mod/admin.php:185 ../../mod/admin.php:736 -msgid "Automatic Friend Account" -msgstr "Compte auto-amical" - -#: ../../mod/admin.php:186 -msgid "Blog Account" -msgstr "Compte de blog" - -#: ../../mod/admin.php:187 -msgid "Private Forum" -msgstr "Forum privé" - -#: ../../mod/admin.php:206 -msgid "Message queues" -msgstr "Files d'attente des messages" - -#: ../../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 "Administration" - -#: ../../mod/admin.php:212 -msgid "Summary" -msgstr "Résumé" - -#: ../../mod/admin.php:214 -msgid "Registered users" -msgstr "Utilisateurs inscrits" - -#: ../../mod/admin.php:216 -msgid "Pending registrations" -msgstr "Inscriptions en attente" - -#: ../../mod/admin.php:217 -msgid "Version" -msgstr "Versio" - -#: ../../mod/admin.php:219 -msgid "Active plugins" -msgstr "Extensions activés" - -#: ../../mod/admin.php:405 -msgid "Site settings updated." -msgstr "Réglages du site mis-à-jour." - -#: ../../mod/admin.php:434 ../../mod/settings.php:793 -msgid "No special theme for mobile devices" -msgstr "Pas de thème particulier pour les terminaux mobiles" - -#: ../../mod/admin.php:451 ../../mod/contacts.php:330 -msgid "Never" -msgstr "Jamais" - -#: ../../mod/admin.php:460 -msgid "Multi user instance" -msgstr "Instance multi-utilisateurs" - -#: ../../mod/admin.php:476 -msgid "Closed" -msgstr "Fermé" - -#: ../../mod/admin.php:477 -msgid "Requires approval" -msgstr "Demande une apptrobation" - -#: ../../mod/admin.php:478 -msgid "Open" -msgstr "Ouvert" - -#: ../../mod/admin.php:482 -msgid "No SSL policy, links will track page SSL state" -msgstr "Pas de politique SSL, le liens conserveront l'état SSL de la page" - -#: ../../mod/admin.php:483 -msgid "Force all links to use SSL" -msgstr "Forcer tous les liens à utiliser SSL" - -#: ../../mod/admin.php:484 -msgid "Self-signed certificate, use SSL for local links only (discouraged)" -msgstr "Certificat auto-signé, n'utiliser SSL que pour les liens locaux (non recommandé)" - -#: ../../mod/admin.php:492 ../../mod/register.php:261 -msgid "Registration" -msgstr "Inscription" - -#: ../../mod/admin.php:493 -msgid "File upload" -msgstr "Téléversement de fichier" - -#: ../../mod/admin.php:494 -msgid "Policies" -msgstr "Politiques" - -#: ../../mod/admin.php:495 -msgid "Advanced" -msgstr "Avancé" - -#: ../../mod/admin.php:496 -msgid "Performance" -msgstr "Performance" - -#: ../../mod/admin.php:500 -msgid "Site name" -msgstr "Nom du site" - -#: ../../mod/admin.php:501 -msgid "Banner/Logo" -msgstr "Bannière/Logo" - -#: ../../mod/admin.php:502 -msgid "System language" -msgstr "Langue du système" - -#: ../../mod/admin.php:503 -msgid "System theme" -msgstr "Thème du système" - -#: ../../mod/admin.php:503 -msgid "" -"Default system theme - may be over-ridden by user profiles - change theme settings" -msgstr "Thème par défaut sur ce site - peut être changé en fonction des profils - changer les réglages du thème" - -#: ../../mod/admin.php:504 -msgid "Mobile system theme" -msgstr "Thème mobile" - -#: ../../mod/admin.php:504 -msgid "Theme for mobile devices" -msgstr "Thème pour les terminaux mobiles" - -#: ../../mod/admin.php:505 -msgid "SSL link policy" -msgstr "Politique SSL pour les liens" - -#: ../../mod/admin.php:505 -msgid "Determines whether generated links should be forced to use SSL" -msgstr "Détermine si les liens générés doivent forcer l'usage de SSL" - -#: ../../mod/admin.php:506 -msgid "'Share' element" -msgstr "Élément 'partage'" - -#: ../../mod/admin.php:506 -msgid "Activates the bbcode element 'share' for repeating items." -msgstr "Active l'élément bbcode 'partage' pour la répétition d'éléments." - -#: ../../mod/admin.php:507 -msgid "Hide help entry from navigation menu" -msgstr "Cacher l'aide du menu de navigation" - -#: ../../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 "Cacher l'entrée du menu pour les pages d'Aide dans le menu de navigation. Vous pouvez toujours y accéder en tapant /help directement." - -#: ../../mod/admin.php:508 -msgid "Single user instance" -msgstr "Instance mono-utilisateur" - -#: ../../mod/admin.php:508 -msgid "Make this instance multi-user or single-user for the named user" -msgstr "Transformer cette en instance en multi-utilisateur ou mono-utilisateur pour cet l'utilisateur." - -#: ../../mod/admin.php:509 -msgid "Maximum image size" -msgstr "Taille maximale des images" - -#: ../../mod/admin.php:509 -msgid "" -"Maximum size in bytes of uploaded images. Default is 0, which means no " -"limits." -msgstr "Taille maximale des images envoyées (en octets). 0 par défaut, c'est à dire \"aucune limite\"." - -#: ../../mod/admin.php:510 -msgid "Maximum image length" -msgstr "Longueur maximale des images" - -#: ../../mod/admin.php:510 -msgid "" -"Maximum length in pixels of the longest side of uploaded images. Default is " -"-1, which means no limits." -msgstr "Longueur maximale (en pixels) du plus long côté des images téléversées. La valeur par défaut est -1, soit une absence de limite." - -#: ../../mod/admin.php:511 -msgid "JPEG image quality" -msgstr "Qualité JPEG des images" - -#: ../../mod/admin.php:511 -msgid "" -"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " -"100, which is full quality." -msgstr "Les JPEGs téléversés seront sauvegardés avec ce niveau de qualité [0-100]. La valeur par défaut est 100, soit la qualité maximale." - -#: ../../mod/admin.php:513 -msgid "Register policy" -msgstr "Politique d'inscription" - -#: ../../mod/admin.php:514 -msgid "Maximum Daily Registrations" -msgstr "Inscriptions maximum par jour" - -#: ../../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 "Si les inscriptions sont permises ci-dessus, ceci fixe le nombre maximum d'inscriptions de nouveaux utilisateurs acceptées par jour. Si les inscriptions ne sont pas ouvertes, ce paramètre n'a aucun effet." - -#: ../../mod/admin.php:515 -msgid "Register text" -msgstr "Texte d'inscription" - -#: ../../mod/admin.php:515 -msgid "Will be displayed prominently on the registration page." -msgstr "Sera affiché de manière bien visible sur la page d'accueil." - -#: ../../mod/admin.php:516 -msgid "Accounts abandoned after x days" -msgstr "Les comptes sont abandonnés après x jours" - -#: ../../mod/admin.php:516 -msgid "" -"Will not waste system resources polling external sites for abandonded " -"accounts. Enter 0 for no time limit." -msgstr "Pour ne pas gaspiller les ressources système, on cesse d'interroger les sites distants pour les comptes abandonnés. Mettre 0 pour désactiver cette fonction." - -#: ../../mod/admin.php:517 -msgid "Allowed friend domains" -msgstr "Domaines autorisés" - -#: ../../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 "Une liste de domaines, séparés par des virgules, autorisés à établir des relations avec les utilisateurs de ce site. Les '*' sont acceptés. Laissez vide pour autoriser tous les domaines" - -#: ../../mod/admin.php:518 -msgid "Allowed email domains" -msgstr "Domaines courriel autorisés" - -#: ../../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 "Liste de domaines - séparés par des virgules - dont les adresses e-mail sont autorisées à s'inscrire sur ce site. Les '*' sont acceptées. Laissez vide pour autoriser tous les domaines" - -#: ../../mod/admin.php:519 -msgid "Block public" -msgstr "Interdire la publication globale" - -#: ../../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 "Cocher pour bloquer les accès anonymes (non-connectés) à tout sauf aux pages personnelles publiques." - -#: ../../mod/admin.php:520 -msgid "Force publish" -msgstr "Forcer la publication globale" - -#: ../../mod/admin.php:520 -msgid "" -"Check to force all profiles on this site to be listed in the site directory." -msgstr "Cocher pour publier obligatoirement tous les profils locaux dans l'annuaire du site." - -#: ../../mod/admin.php:521 -msgid "Global directory update URL" -msgstr "URL de mise-à-jour de l'annuaire global" - -#: ../../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 de mise-à-jour de l'annuaire global. Si vide, l'annuaire global sera complètement indisponible." - -#: ../../mod/admin.php:522 -msgid "Allow threaded items" -msgstr "Activer les commentaires imbriqués" - -#: ../../mod/admin.php:522 -msgid "Allow infinite level threading for items on this site." -msgstr "Permettre une imbrication infinie des commentaires." - -#: ../../mod/admin.php:523 -msgid "Private posts by default for new users" -msgstr "Publications privées par défaut pour les nouveaux utilisateurs" - -#: ../../mod/admin.php:523 -msgid "" -"Set default post permissions for all new members to the default privacy " -"group rather than public." -msgstr "Rendre les posts de tous les nouveaux utilisateurs accessibles seulement par le groupe de contacts par défaut, et non par tout le monde." - -#: ../../mod/admin.php:524 -msgid "Don't include post content in email notifications" -msgstr "Ne pas inclure le contenu posté dans l'e-mail de notification" - -#: ../../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 "Ne pas inclure le contenu d'un postage/commentaire/message privé/etc dans l'e-mail de notification qui est envoyé à partir du site, par mesure de confidentialité." - -#: ../../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 "Interdire les inscriptions multiples" - -#: ../../mod/admin.php:528 -msgid "Disallow users to register additional accounts for use as pages." -msgstr "Ne pas permettre l'inscription de comptes multiples comme des pages." - -#: ../../mod/admin.php:529 -msgid "OpenID support" -msgstr "Support OpenID" - -#: ../../mod/admin.php:529 -msgid "OpenID support for registration and logins." -msgstr "Supporter OpenID pour les inscriptions et connexions." - -#: ../../mod/admin.php:530 -msgid "Fullname check" -msgstr "Vérification du \"Prénom Nom\"" - -#: ../../mod/admin.php:530 -msgid "" -"Force users to register with a space between firstname and lastname in Full " -"name, as an antispam measure" -msgstr "Imposer l'utilisation d'un espace entre le prénom et le nom (dans le Nom complet), pour limiter les abus" - -#: ../../mod/admin.php:531 -msgid "UTF-8 Regular expressions" -msgstr "Regex UTF-8" - -#: ../../mod/admin.php:531 -msgid "Use PHP UTF8 regular expressions" -msgstr "Utiliser les expressions rationnelles de PHP en UTF8" - -#: ../../mod/admin.php:532 -msgid "Show Community Page" -msgstr "Montrer la \"Place publique\"" - -#: ../../mod/admin.php:532 -msgid "" -"Display a Community page showing all recent public postings on this site." -msgstr "Afficher une page Communauté avec toutes les publications publiques récentes du site." - -#: ../../mod/admin.php:533 -msgid "Enable OStatus support" -msgstr "Activer le support d'OStatus" - -#: ../../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 "Fournir une compatibilité OStatus (identi.ca, status.net, etc.). Toutes les communications d'OStatus sont publiques, des avertissements liés à la vie privée seront affichés si utile." - -#: ../../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 "Activer le support de Diaspora" - -#: ../../mod/admin.php:535 -msgid "Provide built-in Diaspora network compatibility." -msgstr "Fournir une compatibilité Diaspora intégrée." - -#: ../../mod/admin.php:536 -msgid "Only allow Friendica contacts" -msgstr "N'autoriser que les contacts Friendica" - -#: ../../mod/admin.php:536 -msgid "" -"All contacts must use Friendica protocols. All other built-in communication " -"protocols disabled." -msgstr "Tous les contacts doivent utiliser les protocoles de Friendica. Tous les autres protocoles de communication intégrés sont désactivés." - -#: ../../mod/admin.php:537 -msgid "Verify SSL" -msgstr "Vérifier 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 "Si vous le souhaitez, vous pouvez activier la vérification stricte des certificats. Cela signifie que vous ne pourrez pas vous connecter (du tout) aux sites SSL munis d'un certificat auto-signé." - -#: ../../mod/admin.php:538 -msgid "Proxy user" -msgstr "Utilisateur du proxy" - -#: ../../mod/admin.php:539 -msgid "Proxy URL" -msgstr "URL du proxy" - -#: ../../mod/admin.php:540 -msgid "Network timeout" -msgstr "Dépassement du délai d'attente du réseau" - -#: ../../mod/admin.php:540 -msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." -msgstr "Valeur en secondes. Mettre à 0 pour 'illimité' (pas recommandé)." - -#: ../../mod/admin.php:541 -msgid "Delivery interval" -msgstr "Intervalle de transmission" - -#: ../../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 "Rallonge le processus de transmissions pour réduire la charge système (en secondes). Valeurs recommandées : 4-5 pour les serveurs mutualisés, 2-3 pour les VPS, 0-1 pour les gros servers dédiés." - -#: ../../mod/admin.php:542 -msgid "Poll interval" -msgstr "Intervalle de réception" - -#: ../../mod/admin.php:542 -msgid "" -"Delay background polling processes by this many seconds to reduce system " -"load. If 0, use delivery interval." -msgstr "Rajouter un délai - en secondes - au processus de 'polling', afin de réduire la charge système. Mettre à 0 pour utiliser l'intervalle d'émission." - -#: ../../mod/admin.php:543 -msgid "Maximum Load Average" -msgstr "Plafond de la charge moyenne" - -#: ../../mod/admin.php:543 -msgid "" -"Maximum system load before delivery and poll processes are deferred - " -"default 50." -msgstr "Charge système maximale à partir de laquelle l'émission et la réception seront soumises à un délai supplémentaire. Par défaut, 50." - -#: ../../mod/admin.php:545 -msgid "Use MySQL full text engine" -msgstr "Utiliser le moteur de recherche plein texte de MySQL" - -#: ../../mod/admin.php:545 -msgid "" -"Activates the full text engine. Speeds up search - but can only search for " -"four and more characters." -msgstr "Activer le moteur de recherche plein texte. Accélère la recherche mais peut seulement rechercher quatre lettres ou plus." - -#: ../../mod/admin.php:546 -msgid "Path to item cache" -msgstr "Chemin vers le cache des objets." - -#: ../../mod/admin.php:547 -msgid "Cache duration in seconds" -msgstr "Durée du cache en secondes" - -#: ../../mod/admin.php:547 -msgid "" -"How long should the cache files be hold? Default value is 86400 seconds (One" -" day)." -msgstr "Combien de temps faut-il garder les fichiers du cache? La valeur par défaut est de 86400 secondes (un jour)." - -#: ../../mod/admin.php:548 -msgid "Path for lock file" -msgstr "Chemin vers le ficher de verrouillage" - -#: ../../mod/admin.php:549 -msgid "Temp path" -msgstr "Chemin des fichiers temporaires" - -#: ../../mod/admin.php:550 -msgid "Base path to installation" -msgstr "Chemin de base de l'installation" - -#: ../../mod/admin.php:567 -msgid "Update has been marked successful" -msgstr "Mise-à-jour validée comme 'réussie'" - -#: ../../mod/admin.php:577 -#, php-format -msgid "Executing %s failed. Check system logs." -msgstr "L'éxecution de %s a échoué. Vérifiez les journaux du système." - -#: ../../mod/admin.php:580 -#, php-format -msgid "Update %s was successfully applied." -msgstr "Mise-à-jour %s appliquée avec succès." - -#: ../../mod/admin.php:584 -#, php-format -msgid "Update %s did not return a status. Unknown if it succeeded." -msgstr "La mise-à-jour %s n'a pas retourné de détails. Impossible de savoir si elle a réussi." - -#: ../../mod/admin.php:587 -#, php-format -msgid "Update function %s could not be found." -msgstr "La fonction %s de la mise-à-jour n'a pu être trouvée." - -#: ../../mod/admin.php:602 -msgid "No failed updates." -msgstr "Pas de mises-à-jour échouées." - -#: ../../mod/admin.php:606 -msgid "Failed Updates" -msgstr "Mises-à-jour échouées" - -#: ../../mod/admin.php:607 -msgid "" -"This does not include updates prior to 1139, which did not return a status." -msgstr "Ceci n'inclut pas les versions antérieures à la 1139, qui ne retournaient jamais de détails." - -#: ../../mod/admin.php:608 -msgid "Mark success (if update was manually applied)" -msgstr "Marquer comme 'réussie' (dans le cas d'une mise-à-jour manuelle)" - -#: ../../mod/admin.php:609 -msgid "Attempt to execute this update step automatically" -msgstr "Tenter d'éxecuter cette étape automatiquement" - -#: ../../mod/admin.php:634 -#, php-format -msgid "%s user blocked/unblocked" -msgid_plural "%s users blocked/unblocked" -msgstr[0] "%s utilisateur a (dé)bloqué" -msgstr[1] "%s utilisateurs ont (dé)bloqué" - -#: ../../mod/admin.php:641 -#, php-format -msgid "%s user deleted" -msgid_plural "%s users deleted" -msgstr[0] "%s utilisateur supprimé" -msgstr[1] "%s utilisateurs supprimés" - -#: ../../mod/admin.php:680 -#, php-format -msgid "User '%s' deleted" -msgstr "Utilisateur '%s' supprimé" - -#: ../../mod/admin.php:688 -#, php-format -msgid "User '%s' unblocked" -msgstr "Utilisateur '%s' débloqué" - -#: ../../mod/admin.php:688 -#, php-format -msgid "User '%s' blocked" -msgstr "Utilisateur '%s' bloqué" - -#: ../../mod/admin.php:764 -msgid "select all" -msgstr "tout sélectionner" - -#: ../../mod/admin.php:765 -msgid "User registrations waiting for confirm" -msgstr "Inscriptions d'utilisateurs en attente de confirmation" - -#: ../../mod/admin.php:766 -msgid "Request date" -msgstr "Date de la demande" - -#: ../../mod/admin.php:766 ../../mod/admin.php:777 ../../mod/settings.php:586 -#: ../../mod/settings.php:612 ../../mod/crepair.php:148 -msgid "Name" -msgstr "Nom" - -#: ../../mod/admin.php:767 -msgid "No registrations." -msgstr "Pas d'inscriptions." - -#: ../../mod/admin.php:768 ../../mod/notifications.php:161 -#: ../../mod/notifications.php:208 -msgid "Approve" -msgstr "Approuver" - -#: ../../mod/admin.php:769 -msgid "Deny" -msgstr "Rejetter" - -#: ../../mod/admin.php:771 ../../mod/contacts.php:353 -#: ../../mod/contacts.php:412 -msgid "Block" -msgstr "Bloquer" - -#: ../../mod/admin.php:772 ../../mod/contacts.php:353 -#: ../../mod/contacts.php:412 -msgid "Unblock" -msgstr "Débloquer" - -#: ../../mod/admin.php:773 -msgid "Site admin" -msgstr "Administration du Site" - -#: ../../mod/admin.php:774 -msgid "Account expired" -msgstr "Compte expiré" - -#: ../../mod/admin.php:777 -msgid "Register date" -msgstr "Date d'inscription" - -#: ../../mod/admin.php:777 -msgid "Last login" -msgstr "Dernière connexion" - -#: ../../mod/admin.php:777 -msgid "Last item" -msgstr "Dernier élément" - -#: ../../mod/admin.php:777 -msgid "Account" -msgstr "Compte" - -#: ../../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 "Les utilisateurs sélectionnés vont être supprimés!\\n\\nTout ce qu'ils ont posté sur ce site sera définitivement perdu!\\n\\nÊtes-vous certain?" - -#: ../../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 "L'utilisateur {0} va être supprimé!\\n\\nTout ce qu'il a posté sur ce site sera définitivement perdu!\\n\\nÊtes-vous certain?" - -#: ../../mod/admin.php:821 -#, php-format -msgid "Plugin %s disabled." -msgstr "Extension %s désactivée." - -#: ../../mod/admin.php:825 -#, php-format -msgid "Plugin %s enabled." -msgstr "Extension %s activée." - -#: ../../mod/admin.php:835 ../../mod/admin.php:1038 -msgid "Disable" -msgstr "Désactiver" - -#: ../../mod/admin.php:837 ../../mod/admin.php:1040 -msgid "Enable" -msgstr "Activer" - -#: ../../mod/admin.php:860 ../../mod/admin.php:1068 -msgid "Toggle" -msgstr "Activer/Désactiver" - -#: ../../mod/admin.php:868 ../../mod/admin.php:1078 -msgid "Author: " -msgstr "Auteur: " - -#: ../../mod/admin.php:869 ../../mod/admin.php:1079 -msgid "Maintainer: " -msgstr "Mainteneur: " - -#: ../../mod/admin.php:998 -msgid "No themes found." -msgstr "Aucun thème trouvé." - -#: ../../mod/admin.php:1060 -msgid "Screenshot" -msgstr "Capture d'écran" - -#: ../../mod/admin.php:1106 -msgid "[Experimental]" -msgstr "[Expérimental]" - -#: ../../mod/admin.php:1107 -msgid "[Unsupported]" -msgstr "[Non supporté]" - -#: ../../mod/admin.php:1134 -msgid "Log settings updated." -msgstr "Réglages des journaux mis-à-jour." - -#: ../../mod/admin.php:1190 -msgid "Clear" -msgstr "Effacer" - -#: ../../mod/admin.php:1196 -msgid "Enable Debugging" -msgstr "" - -#: ../../mod/admin.php:1197 -msgid "Log file" -msgstr "Fichier de journaux" - -#: ../../mod/admin.php:1197 -msgid "" -"Must be writable by web server. Relative to your Friendica top-level " -"directory." -msgstr "Accès en écriture par le serveur web requis. Relatif à la racine de votre installation de Friendica." - -#: ../../mod/admin.php:1198 -msgid "Log level" -msgstr "Niveau de journalisaton" - -#: ../../mod/admin.php:1247 ../../mod/contacts.php:409 -msgid "Update now" -msgstr "Mettre à jour" - -#: ../../mod/admin.php:1248 -msgid "Close" -msgstr "Fermer" - -#: ../../mod/admin.php:1254 -msgid "FTP Host" -msgstr "Hôte FTP" - -#: ../../mod/admin.php:1255 -msgid "FTP Path" -msgstr "Chemin FTP" - -#: ../../mod/admin.php:1256 -msgid "FTP User" -msgstr "Utilisateur FTP" - -#: ../../mod/admin.php:1257 -msgid "FTP Password" -msgstr "Mot de passe FTP" - -#: ../../mod/item.php:108 -msgid "Unable to locate original post." -msgstr "Impossible de localiser l'article original." - -#: ../../mod/item.php:310 -msgid "Empty post discarded." -msgstr "Article vide défaussé." - -#: ../../mod/item.php:872 -msgid "System error. Post not saved." -msgstr "Erreur système. Publication non sauvée." - -#: ../../mod/item.php:897 -#, php-format -msgid "" -"This message was sent to you by %s, a member of the Friendica social " -"network." -msgstr "Ce message vous a été envoyé par %s, membre du réseau social Friendica." - -#: ../../mod/item.php:899 -#, php-format -msgid "You may visit them online at %s" -msgstr "Vous pouvez leur rendre visite sur %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 "Merci de contacter l’émetteur en répondant à cette publication si vous ne souhaitez pas recevoir ces messages." - -#: ../../mod/item.php:904 -#, php-format -msgid "%s posted an update." -msgstr "%s a publié une mise à jour." - -#: ../../mod/allfriends.php:34 -#, php-format -msgid "Friends of %s" -msgstr "Amis de %s" - -#: ../../mod/allfriends.php:40 -msgid "No friends to display." -msgstr "Pas d'amis à afficher." - -#: ../../mod/search.php:21 ../../mod/network.php:224 -msgid "Remove term" -msgstr "Retirer le terme" - -#: ../../mod/search.php:180 ../../mod/search.php:206 -#: ../../mod/community.php:61 ../../mod/community.php:89 -msgid "No results." -msgstr "Aucun résultat." - -#: ../../mod/api.php:76 ../../mod/api.php:102 -msgid "Authorize application connection" -msgstr "Autoriser l'application à se connecter" - -#: ../../mod/api.php:77 -msgid "Return to your app and insert this Securty Code:" -msgstr "Retournez à votre application et saisissez ce Code de Sécurité : " - -#: ../../mod/api.php:89 -msgid "Please login to continue." -msgstr "Merci de vous connecter pour continuer." - -#: ../../mod/api.php:104 -msgid "" -"Do you want to authorize this application to access your posts and contacts," -" and/or create new posts for you?" -msgstr "Voulez-vous autoriser cette application à accéder à vos notices et contacts, et/ou à créer des notices à votre place?" - -#: ../../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 "Détails d'inscription pour %s" @@ -3604,914 +910,116 @@ msgstr "Impossible d'envoyer un email. Voici le message qui a échoué." msgid "Your registration can not be processed." msgstr "Votre inscription ne peut être traitée." -#: ../../mod/register.php:145 +#: ../../mod/register.php:148 #, php-format msgid "Registration request at %s" msgstr "Demande d'inscription à %s" -#: ../../mod/register.php:154 +#: ../../mod/register.php:157 msgid "Your registration is pending approval by the site owner." msgstr "Votre inscription attend une validation du propriétaire du site." -#: ../../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 "Le nombre d'inscriptions quotidiennes pour ce site a été dépassé. Merci de réessayer demain." -#: ../../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 "Vous pouvez (si vous le souhaitez) remplir ce formulaire via OpenID. Fournissez votre OpenID et cliquez \"S'inscrire\"." -#: ../../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 "Si vous n'êtes pas familier avec OpenID, laissez ce champ vide et remplissez le reste." -#: ../../mod/register.php:222 +#: ../../mod/register.php:225 msgid "Your OpenID (optional): " msgstr "Votre OpenID (facultatif): " -#: ../../mod/register.php:236 +#: ../../mod/register.php:239 msgid "Include your profile in member directory?" msgstr "Inclure votre profil dans l'annuaire des membres?" -#: ../../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 "Oui" + +#: ../../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 "Non" + +#: ../../mod/register.php:260 msgid "Membership on this site is by invitation only." msgstr "L'inscription à ce site se fait uniquement sur invitation." -#: ../../mod/register.php:258 +#: ../../mod/register.php:261 msgid "Your invitation ID: " msgstr "Votre ID d'invitation: " -#: ../../mod/register.php:269 +#: ../../mod/register.php:264 ../../mod/admin.php:572 +msgid "Registration" +msgstr "Inscription" + +#: ../../mod/register.php:272 msgid "Your Full Name (e.g. Joe Smith): " msgstr "Votre nom complet (p.ex. Michel Dupont): " -#: ../../mod/register.php:270 +#: ../../mod/register.php:273 msgid "Your Email Address: " msgstr "Votre adresse courriel: " -#: ../../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 "Choisissez un pseudo. Celui devra commencer par une lettre. L'adresse de votre profil en découlera sous la forme '<strong>pseudo@$sitename</strong>'." -#: ../../mod/register.php:272 +#: ../../mod/register.php:275 msgid "Choose a nickname: " msgstr "Choisir un pseudo: " -#: ../../mod/regmod.php:63 -msgid "Account approved." -msgstr "Inscription validée." - -#: ../../mod/regmod.php:100 -#, php-format -msgid "Registration revoked for %s" -msgstr "Inscription révoquée pour %s" - -#: ../../mod/regmod.php:112 -msgid "Please login." -msgstr "Merci de vous connecter." - -#: ../../mod/attach.php:8 -msgid "Item not available." -msgstr "Elément non disponible." - -#: ../../mod/attach.php:20 -msgid "Item was not found." -msgstr "Element introuvable." - -#: ../../mod/removeme.php:45 ../../mod/removeme.php:48 -msgid "Remove My Account" -msgstr "Supprimer mon compte" - -#: ../../mod/removeme.php:46 -msgid "" -"This will completely remove your account. Once this has been done it is not " -"recoverable." -msgstr "Ceci supprimera totalement votre compte. Cette opération est irréversible." - -#: ../../mod/removeme.php:47 -msgid "Please enter your password for verification:" -msgstr "Merci de saisir votre mot de passe pour vérification:" - -#: ../../mod/babel.php:17 -msgid "Source (bbcode) text:" -msgstr "Texte source (bbcode) :" - -#: ../../mod/babel.php:23 -msgid "Source (Diaspora) text to convert to BBcode:" -msgstr "Texte source (Diaspora) à convertir en BBcode :" - -#: ../../mod/babel.php:31 -msgid "Source input: " -msgstr "Source input: " - -#: ../../mod/babel.php:35 -msgid "bb2html (raw HTML): " -msgstr "bb2html (HTML brut)" - -#: ../../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 "Texte source (format Diaspora) :" - -#: ../../mod/babel.php:74 -msgid "diaspora2bb: " -msgstr "diaspora2bb :" - -#: ../../mod/common.php:42 -msgid "Common Friends" -msgstr "Amis communs" - -#: ../../mod/common.php:78 -msgid "No contacts in common." -msgstr "Pas de contacts en commun." - -#: ../../mod/apps.php:7 -msgid "You must be logged in to use addons. " -msgstr "Vous devez être connecté pour utiliser les addons." - -#: ../../mod/apps.php:11 -msgid "Applications" -msgstr "Applications" - -#: ../../mod/apps.php:14 -msgid "No installed applications." -msgstr "Pas d'application installée." - -#: ../../mod/uimport.php:64 +#: ../../mod/register.php:284 ../../mod/uimport.php:64 msgid "Import" msgstr "Importer" -#: ../../mod/uimport.php:66 -msgid "Move account" -msgstr "Migrer le compte" - -#: ../../mod/uimport.php:67 -msgid "You can import an account from another Friendica server." -msgstr "Vous pouvez importer un compte d'un autre serveur 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 "Vous devez exporter votre compte à partir de l'ancien serveur et le téléverser ici. Nous recréerons votre ancien compte ici avec tous vos contacts. Nous tenterons également d'informer vos amis que vous avez déménagé ici." - -#: ../../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 "Cette fonctionnalité est expérimentale. Nous ne pouvons importer les contacts des réseaux OStatus (statusnet/identi.ca) ou Diaspora" - -#: ../../mod/uimport.php:70 -msgid "Account file" -msgstr "Fichier du compte" - -#: ../../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 "tout le monde" +#: ../../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 "Profil introuvable." -#: ../../mod/settings.php:35 -msgid "Additional features" -msgstr "Fonctions supplémentaires" - -#: ../../mod/settings.php:40 ../../mod/uexport.php:14 -msgid "Display settings" -msgstr "Affichage" - -#: ../../mod/settings.php:46 ../../mod/uexport.php:20 -msgid "Connector settings" -msgstr "Connecteurs" - -#: ../../mod/settings.php:51 ../../mod/uexport.php:25 -msgid "Plugin settings" -msgstr "Extensions" - -#: ../../mod/settings.php:56 ../../mod/uexport.php:30 -msgid "Connected apps" -msgstr "Applications connectées" - -#: ../../mod/settings.php:61 ../../mod/uexport.php:35 ../../mod/uexport.php:80 -msgid "Export personal data" -msgstr "Exporter" - -#: ../../mod/settings.php:66 ../../mod/uexport.php:40 -msgid "Remove account" -msgstr "Supprimer le compte" - -#: ../../mod/settings.php:118 -msgid "Missing some important data!" -msgstr "Il manque certaines informations importantes!" - -#: ../../mod/settings.php:121 ../../mod/settings.php:610 -msgid "Update" -msgstr "Mises-à-jour" - -#: ../../mod/settings.php:227 -msgid "Failed to connect with email account using the settings provided." -msgstr "Impossible de se connecter au compte courriel configuré." - -#: ../../mod/settings.php:232 -msgid "Email settings updated." -msgstr "Réglages de courriel mis-à-jour." - -#: ../../mod/settings.php:247 -msgid "Features updated" -msgstr "Fonctionnalités mises à jour" - -#: ../../mod/settings.php:312 -msgid "Passwords do not match. Password unchanged." -msgstr "Les mots de passe ne correspondent pas. Aucun changement appliqué." - -#: ../../mod/settings.php:317 -msgid "Empty passwords are not allowed. Password unchanged." -msgstr "Les mots de passe vides sont interdits. Aucun changement appliqué." - -#: ../../mod/settings.php:325 -msgid "Wrong password." -msgstr "" - -#: ../../mod/settings.php:336 -msgid "Password changed." -msgstr "Mots de passe changés." - -#: ../../mod/settings.php:338 -msgid "Password update failed. Please try again." -msgstr "Le changement de mot de passe a échoué. Merci de recommencer." - -#: ../../mod/settings.php:403 -msgid " Please use a shorter name." -msgstr " Merci d'utiliser un nom plus court." - -#: ../../mod/settings.php:405 -msgid " Name too short." -msgstr " Nom trop court." - -#: ../../mod/settings.php:414 -msgid "Wrong Password" -msgstr "" - -#: ../../mod/settings.php:419 -msgid " Not valid email." -msgstr " Email invalide." - -#: ../../mod/settings.php:422 -msgid " Cannot change to that email." -msgstr " Impossible de changer pour cet email." - -#: ../../mod/settings.php:476 -msgid "Private forum has no privacy permissions. Using default privacy group." -msgstr "Ce forum privé n'a pas de paramètres de vie privée. Utilisation des paramètres de confidentialité par défaut." - -#: ../../mod/settings.php:480 -msgid "Private forum has no privacy permissions and no default privacy group." -msgstr "Ce forum privé n'a pas de paramètres de vie privée ni de paramètres de confidentialité par défaut." - -#: ../../mod/settings.php:510 -msgid "Settings updated." -msgstr "Réglages mis à jour." - -#: ../../mod/settings.php:583 ../../mod/settings.php:609 -#: ../../mod/settings.php:645 -msgid "Add application" -msgstr "Ajouter une application" - -#: ../../mod/settings.php:587 ../../mod/settings.php:613 -msgid "Consumer Key" -msgstr "Clé utilisateur" - -#: ../../mod/settings.php:588 ../../mod/settings.php:614 -msgid "Consumer Secret" -msgstr "Secret utilisateur" - -#: ../../mod/settings.php:589 ../../mod/settings.php:615 -msgid "Redirect" -msgstr "Rediriger" - -#: ../../mod/settings.php:590 ../../mod/settings.php:616 -msgid "Icon url" -msgstr "URL de l'icône" - -#: ../../mod/settings.php:601 -msgid "You can't edit this application." -msgstr "Vous ne pouvez pas éditer cette application." - -#: ../../mod/settings.php:644 -msgid "Connected Apps" -msgstr "Applications connectées" - -#: ../../mod/settings.php:646 ../../mod/editpost.php:109 -#: ../../mod/content.php:751 ../../object/Item.php:117 -msgid "Edit" -msgstr "Éditer" - -#: ../../mod/settings.php:648 -msgid "Client key starts with" -msgstr "La clé cliente commence par" - -#: ../../mod/settings.php:649 -msgid "No name" -msgstr "Sans nom" - -#: ../../mod/settings.php:650 -msgid "Remove authorization" -msgstr "Révoquer l'autorisation" - -#: ../../mod/settings.php:662 -msgid "No Plugin settings configured" -msgstr "Pas de réglages d'extensions configurés" - -#: ../../mod/settings.php:670 -msgid "Plugin Settings" -msgstr "Extensions" - -#: ../../mod/settings.php:684 -msgid "Off" -msgstr "Éteint" - -#: ../../mod/settings.php:684 -msgid "On" -msgstr "Allumé" - -#: ../../mod/settings.php:692 -msgid "Additional Features" -msgstr "Fonctions supplémentaires" - -#: ../../mod/settings.php:705 ../../mod/settings.php:706 -#, php-format -msgid "Built-in support for %s connectivity is %s" -msgstr "Le support natif pour la connectivité %s est %s" - -#: ../../mod/settings.php:705 ../../mod/settings.php:706 -msgid "enabled" -msgstr "activé" - -#: ../../mod/settings.php:705 ../../mod/settings.php:706 -msgid "disabled" -msgstr "désactivé" - -#: ../../mod/settings.php:706 -msgid "StatusNet" -msgstr "StatusNet" - -#: ../../mod/settings.php:738 -msgid "Email access is disabled on this site." -msgstr "L'accès courriel est désactivé sur ce site." - -#: ../../mod/settings.php:745 -msgid "Connector Settings" -msgstr "Connecteurs" - -#: ../../mod/settings.php:750 -msgid "Email/Mailbox Setup" -msgstr "Réglages de courriel/boîte à lettre" - -#: ../../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 "Si vous souhaitez communiquer avec vos contacts \"courriel\" (facultatif), merci de nous indiquer comment vous connecter à votre boîte." - -#: ../../mod/settings.php:752 -msgid "Last successful email check:" -msgstr "Dernière vérification réussie des courriels:" - -#: ../../mod/settings.php:754 -msgid "IMAP server name:" -msgstr "Nom du serveur IMAP:" - -#: ../../mod/settings.php:755 -msgid "IMAP port:" -msgstr "Port IMAP:" - -#: ../../mod/settings.php:756 -msgid "Security:" -msgstr "Sécurité:" - -#: ../../mod/settings.php:756 ../../mod/settings.php:761 -msgid "None" -msgstr "Aucun(e)" - -#: ../../mod/settings.php:757 -msgid "Email login name:" -msgstr "Nom de connexion:" - -#: ../../mod/settings.php:758 -msgid "Email password:" -msgstr "Mot de passe:" - -#: ../../mod/settings.php:759 -msgid "Reply-to address:" -msgstr "Adresse de réponse:" - -#: ../../mod/settings.php:760 -msgid "Send public posts to all email contacts:" -msgstr "Les notices publiques vont à tous les contacts courriel:" - -#: ../../mod/settings.php:761 -msgid "Action after import:" -msgstr "Action après import:" - -#: ../../mod/settings.php:761 -msgid "Mark as seen" -msgstr "Marquer comme vu" - -#: ../../mod/settings.php:761 -msgid "Move to folder" -msgstr "Déplacer vers" - -#: ../../mod/settings.php:762 -msgid "Move to folder:" -msgstr "Déplacer vers:" - -#: ../../mod/settings.php:835 -msgid "Display Settings" -msgstr "Affichage" - -#: ../../mod/settings.php:841 ../../mod/settings.php:853 -msgid "Display Theme:" -msgstr "Thème d'affichage:" - -#: ../../mod/settings.php:842 -msgid "Mobile Theme:" -msgstr "Thème mobile:" - -#: ../../mod/settings.php:843 -msgid "Update browser every xx seconds" -msgstr "Mettre-à-jour l'affichage toutes les xx secondes" - -#: ../../mod/settings.php:843 -msgid "Minimum of 10 seconds, no maximum" -msgstr "Délai minimum de 10 secondes, pas de maximum" - -#: ../../mod/settings.php:844 -msgid "Number of items to display per page:" -msgstr "Nombre d’éléments par page:" - -#: ../../mod/settings.php:844 ../../mod/settings.php:845 -msgid "Maximum of 100 items" -msgstr "Maximum de 100 éléments" - -#: ../../mod/settings.php:845 -msgid "Number of items to display per page when viewed from mobile device:" -msgstr "" - -#: ../../mod/settings.php:846 -msgid "Don't show emoticons" -msgstr "Ne pas afficher les émoticônes (smileys grahiques)" - -#: ../../mod/settings.php:922 -msgid "Normal Account Page" -msgstr "Compte normal" - -#: ../../mod/settings.php:923 -msgid "This account is a normal personal profile" -msgstr "Ce compte correspond à un profil normal, pour une seule personne (physique, généralement)" - -#: ../../mod/settings.php:926 -msgid "Soapbox Page" -msgstr "Compte \"boîte à savon\"" - -#: ../../mod/settings.php:927 -msgid "Automatically approve all connection/friend requests as read-only fans" -msgstr "Accepter automatiquement toutes les demandes d'amitié/connexion comme étant des fans 'en lecture seule'" - -#: ../../mod/settings.php:930 -msgid "Community Forum/Celebrity Account" -msgstr "Compte de communauté/célébrité" - -#: ../../mod/settings.php:931 -msgid "" -"Automatically approve all connection/friend requests as read-write fans" -msgstr "Accepter automatiquement toutes les demandes d'amitié/connexion comme étant des fans en 'lecture/écriture'" - -#: ../../mod/settings.php:934 -msgid "Automatic Friend Page" -msgstr "Compte d'\"amitié automatique\"" - -#: ../../mod/settings.php:935 -msgid "Automatically approve all connection/friend requests as friends" -msgstr "Accepter automatiquement toutes les demandes d'amitié/connexion comme étant des amis" - -#: ../../mod/settings.php:938 -msgid "Private Forum [Experimental]" -msgstr "Forum privé [expérimental]" - -#: ../../mod/settings.php:939 -msgid "Private forum - approved members only" -msgstr "Forum privé - modéré en inscription" - -#: ../../mod/settings.php:951 -msgid "OpenID:" -msgstr "OpenID:" - -#: ../../mod/settings.php:951 -msgid "(Optional) Allow this OpenID to login to this account." -msgstr "&nbsp;(Facultatif) Autoriser cet OpenID à se connecter à ce compte." - -#: ../../mod/settings.php:961 -msgid "Publish your default profile in your local site directory?" -msgstr "Publier votre profil par défaut sur l'annuaire local de ce site?" - -#: ../../mod/settings.php:967 -msgid "Publish your default profile in the global social directory?" -msgstr "Publier votre profil par défaut sur l'annuaire social global?" - -#: ../../mod/settings.php:975 -msgid "Hide your contact/friend list from viewers of your default profile?" -msgstr "Cacher votre liste de contacts/amis des visiteurs de votre profil par défaut?" - -#: ../../mod/settings.php:979 -msgid "Hide your profile details from unknown viewers?" -msgstr "Cacher les détails du profil aux visiteurs inconnus?" - -#: ../../mod/settings.php:984 -msgid "Allow friends to post to your profile page?" -msgstr "Autoriser vos amis à publier sur votre profil?" - -#: ../../mod/settings.php:990 -msgid "Allow friends to tag your posts?" -msgstr "Autoriser vos amis à tagguer vos notices?" - -#: ../../mod/settings.php:996 -msgid "Allow us to suggest you as a potential friend to new members?" -msgstr "Autoriser les suggestions d'amis potentiels aux nouveaux arrivants?" - -#: ../../mod/settings.php:1002 -msgid "Permit unknown people to send you private mail?" -msgstr "Autoriser les messages privés d'inconnus?" - -#: ../../mod/settings.php:1010 -msgid "Profile is not published." -msgstr "Ce profil n'est pas publié." - -#: ../../mod/settings.php:1013 ../../mod/profile_photo.php:248 -msgid "or" -msgstr "ou" - -#: ../../mod/settings.php:1018 -msgid "Your Identity Address is" -msgstr "L'adresse de votre identité est" - -#: ../../mod/settings.php:1029 -msgid "Automatically expire posts after this many days:" -msgstr "Les publications expirent automatiquement après (en jours) :" - -#: ../../mod/settings.php:1029 -msgid "If empty, posts will not expire. Expired posts will be deleted" -msgstr "Si ce champ est vide, les notices n'expireront pas. Les notices expirées seront supprimées" - -#: ../../mod/settings.php:1030 -msgid "Advanced expiration settings" -msgstr "Réglages avancés de l'expiration" - -#: ../../mod/settings.php:1031 -msgid "Advanced Expiration" -msgstr "Expiration (avancé)" - -#: ../../mod/settings.php:1032 -msgid "Expire posts:" -msgstr "Faire expirer les contenus:" - -#: ../../mod/settings.php:1033 -msgid "Expire personal notes:" -msgstr "Faire expirer les notes personnelles:" - -#: ../../mod/settings.php:1034 -msgid "Expire starred posts:" -msgstr "Faire expirer les contenus marqués:" - -#: ../../mod/settings.php:1035 -msgid "Expire photos:" -msgstr "Faire expirer les photos:" - -#: ../../mod/settings.php:1036 -msgid "Only expire posts by others:" -msgstr "Faire expirer seulement les messages des autres :" - -#: ../../mod/settings.php:1062 -msgid "Account Settings" -msgstr "Compte" - -#: ../../mod/settings.php:1070 -msgid "Password Settings" -msgstr "Réglages de mot de passe" - -#: ../../mod/settings.php:1071 -msgid "New Password:" -msgstr "Nouveau mot de passe:" - -#: ../../mod/settings.php:1072 -msgid "Confirm:" -msgstr "Confirmer:" - -#: ../../mod/settings.php:1072 -msgid "Leave password fields blank unless changing" -msgstr "Laissez les champs de mot de passe vierges, sauf si vous désirez les changer" - -#: ../../mod/settings.php:1073 -msgid "Current Password:" -msgstr "" - -#: ../../mod/settings.php:1073 ../../mod/settings.php:1074 -msgid "Your current password to confirm the changes" -msgstr "" - -#: ../../mod/settings.php:1074 -msgid "Password:" -msgstr "" - -#: ../../mod/settings.php:1078 -msgid "Basic Settings" -msgstr "Réglages basiques" - -#: ../../mod/settings.php:1080 -msgid "Email Address:" -msgstr "Adresse courriel:" - -#: ../../mod/settings.php:1081 -msgid "Your Timezone:" -msgstr "Votre fuseau horaire:" - -#: ../../mod/settings.php:1082 -msgid "Default Post Location:" -msgstr "Publication par défaut depuis :" - -#: ../../mod/settings.php:1083 -msgid "Use Browser Location:" -msgstr "Utiliser la localisation géographique du navigateur:" - -#: ../../mod/settings.php:1086 -msgid "Security and Privacy Settings" -msgstr "Réglages de sécurité et vie privée" - -#: ../../mod/settings.php:1088 -msgid "Maximum Friend Requests/Day:" -msgstr "Nombre maximal de requêtes d'amitié/jour:" - -#: ../../mod/settings.php:1088 ../../mod/settings.php:1118 -msgid "(to prevent spam abuse)" -msgstr "(pour limiter l'impact du spam)" - -#: ../../mod/settings.php:1089 -msgid "Default Post Permissions" -msgstr "Permissions par défaut sur les articles" - -#: ../../mod/settings.php:1090 -msgid "(click to open/close)" -msgstr "(cliquer pour ouvrir/fermer)" - -#: ../../mod/settings.php:1099 ../../mod/photos.php:1140 -#: ../../mod/photos.php:1506 -msgid "Show to Groups" -msgstr "Montrer aux groupes" - -#: ../../mod/settings.php:1100 ../../mod/photos.php:1141 -#: ../../mod/photos.php:1507 -msgid "Show to Contacts" -msgstr "Montrer aux Contacts" - -#: ../../mod/settings.php:1101 -msgid "Default Private Post" -msgstr "Message privé par défaut" - -#: ../../mod/settings.php:1102 -msgid "Default Public Post" -msgstr "Message publique par défaut" - -#: ../../mod/settings.php:1106 -msgid "Default Permissions for New Posts" -msgstr "" - -#: ../../mod/settings.php:1118 -msgid "Maximum private messages per day from unknown people:" -msgstr "Maximum de messages privés d'inconnus par jour:" - -#: ../../mod/settings.php:1121 -msgid "Notification Settings" -msgstr "Réglages de notification" - -#: ../../mod/settings.php:1122 -msgid "By default post a status message when:" -msgstr "Par défaut, poster un statut quand:" - -#: ../../mod/settings.php:1123 -msgid "accepting a friend request" -msgstr "j'accepte un ami" - -#: ../../mod/settings.php:1124 -msgid "joining a forum/community" -msgstr "joignant un forum/une communauté" - -#: ../../mod/settings.php:1125 -msgid "making an interesting profile change" -msgstr "je fais une modification intéressante de mon profil" - -#: ../../mod/settings.php:1126 -msgid "Send a notification email when:" -msgstr "Envoyer un courriel de notification quand:" - -#: ../../mod/settings.php:1127 -msgid "You receive an introduction" -msgstr "Vous recevez une introduction" - -#: ../../mod/settings.php:1128 -msgid "Your introductions are confirmed" -msgstr "Vos introductions sont confirmées" - -#: ../../mod/settings.php:1129 -msgid "Someone writes on your profile wall" -msgstr "Quelqu'un écrit sur votre mur" - -#: ../../mod/settings.php:1130 -msgid "Someone writes a followup comment" -msgstr "Quelqu'un vous commente" - -#: ../../mod/settings.php:1131 -msgid "You receive a private message" -msgstr "Vous recevez un message privé" - -#: ../../mod/settings.php:1132 -msgid "You receive a friend suggestion" -msgstr "Vous avez reçu une suggestion d'ami" - -#: ../../mod/settings.php:1133 -msgid "You are tagged in a post" -msgstr "Vous avez été repéré dans une publication" - -#: ../../mod/settings.php:1134 -msgid "You are poked/prodded/etc. in a post" -msgstr "Vous avez été sollicité dans une publication" - -#: ../../mod/settings.php:1137 -msgid "Advanced Account/Page Type Settings" -msgstr "Paramètres avancés de compte/page" - -#: ../../mod/settings.php:1138 -msgid "Change the behaviour of this account for special situations" -msgstr "Modifier le comportement de ce compte dans certaines situations" - -#: ../../mod/share.php:44 -msgid "link" -msgstr "lien" - -#: ../../mod/crepair.php:102 -msgid "Contact settings applied." -msgstr "Réglages du contact appliqués." - -#: ../../mod/crepair.php:104 -msgid "Contact update failed." -msgstr "Impossible d'appliquer les réglages." - -#: ../../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 introuvable." -#: ../../mod/crepair.php:135 -msgid "Repair Contact Settings" -msgstr "Réglages du réparateur de contacts" - -#: ../../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 "ATTENTION: Manipulation réservée aux experts, toute information incorrecte pourrait empêcher la communication avec ce contact." - -#: ../../mod/crepair.php:138 -msgid "" -"Please use your browser 'Back' button now if you are " -"uncertain what to do on this page." -msgstr "une photo" - -#: ../../mod/crepair.php:144 -msgid "Return to contact editor" -msgstr "Retour à l'éditeur de contact" - -#: ../../mod/crepair.php:149 -msgid "Account Nickname" -msgstr "Pseudo du compte" - -#: ../../mod/crepair.php:150 -msgid "@Tagname - overrides Name/Nickname" -msgstr "@NomDuTag - prend le pas sur Nom/Pseudo" - -#: ../../mod/crepair.php:151 -msgid "Account URL" -msgstr "URL du compte" - -#: ../../mod/crepair.php:152 -msgid "Friend Request URL" -msgstr "Echec du téléversement de l'image." - -#: ../../mod/crepair.php:153 -msgid "Friend Confirm URL" -msgstr "Accès public refusé." - -#: ../../mod/crepair.php:154 -msgid "Notification Endpoint URL" -msgstr "Aucune photo sélectionnée" - -#: ../../mod/crepair.php:155 -msgid "Poll/Feed URL" -msgstr "Téléverser des photos" - -#: ../../mod/crepair.php:156 -msgid "New photo from this URL" -msgstr "Nouvelle photo depuis cette URL" - -#: ../../mod/delegate.php:95 -msgid "No potential page delegates located." -msgstr "Pas de délégataire potentiel." - -#: ../../mod/delegate.php:123 -msgid "" -"Delegates are able to manage all aspects of this account/page except for " -"basic account settings. Please do not delegate your personal account to " -"anybody that you do not trust completely." -msgstr "Les délégataires seront capables de gérer tous les aspects de ce compte ou de cette page, à l'exception des réglages de compte. Merci de ne pas déléguer votre compte principal à quelqu'un en qui vous n'avez pas une confiance absolue." - -#: ../../mod/delegate.php:124 -msgid "Existing Page Managers" -msgstr "Gestionnaires existants" - -#: ../../mod/delegate.php:126 -msgid "Existing Page Delegates" -msgstr "Délégataires existants" - -#: ../../mod/delegate.php:128 -msgid "Potential Delegates" -msgstr "Délégataires potentiels" - -#: ../../mod/delegate.php:130 ../../mod/tagrm.php:93 -msgid "Remove" -msgstr "Utiliser comme photo de profil" - -#: ../../mod/delegate.php:131 -msgid "Add" -msgstr "Ajouter" - -#: ../../mod/delegate.php:132 -msgid "No entries." -msgstr "Aucune entrée." - -#: ../../mod/poke.php:192 -msgid "Poke/Prod" -msgstr "Solliciter" - -#: ../../mod/poke.php:193 -msgid "poke, prod or do other things to somebody" -msgstr "solliciter (poke/...) quelqu'un" - -#: ../../mod/poke.php:194 -msgid "Recipient" -msgstr "Destinataire" - -#: ../../mod/poke.php:195 -msgid "Choose what you wish to do to recipient" -msgstr "Choisissez ce que vous voulez faire au destinataire" - -#: ../../mod/poke.php:198 -msgid "Make this post private" -msgstr "Rendez ce message privé" - #: ../../mod/dfrn_confirm.php:119 msgid "" "This may occasionally happen if contact was requested by both persons and it" @@ -4547,6 +1055,12 @@ msgstr "Introduction échouée ou annulée." msgid "Unable to set contact photo." msgstr "Impossible de définir la photo du contact." +#: ../../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 est désormais lié à %2$s" + #: ../../mod/dfrn_confirm.php:562 #, php-format msgid "No user record found for '%s' " @@ -4593,707 +1107,23 @@ msgstr "Connexion acceptée chez %s" msgid "%1$s has joined %2$s" msgstr "%1$s a rejoint %2$s" -#: ../../mod/dfrn_poll.php:103 ../../mod/dfrn_poll.php:536 -#, php-format -msgid "%1$s welcomes %2$s" -msgstr "" +#: ../../mod/api.php:76 ../../mod/api.php:102 +msgid "Authorize application connection" +msgstr "Autoriser l'application à se connecter" -#: ../../mod/dfrn_request.php:93 -msgid "This introduction has already been accepted." -msgstr "Cette introduction a déjà été acceptée." +#: ../../mod/api.php:77 +msgid "Return to your app and insert this Securty Code:" +msgstr "Retournez à votre application et saisissez ce Code de Sécurité : " -#: ../../mod/dfrn_request.php:118 ../../mod/dfrn_request.php:513 -msgid "Profile location is not valid or does not contain profile information." -msgstr "L'emplacement du profil est invalide ou ne contient pas de profil valide." +#: ../../mod/api.php:89 +msgid "Please login to continue." +msgstr "Merci de vous connecter pour continuer." -#: ../../mod/dfrn_request.php:123 ../../mod/dfrn_request.php:518 -msgid "Warning: profile location has no identifiable owner name." -msgstr "Attention: l'emplacement du profil n'a pas de nom identifiable." - -#: ../../mod/dfrn_request.php:125 ../../mod/dfrn_request.php:520 -msgid "Warning: profile location has no profile photo." -msgstr "Attention: l'emplacement du profil n'a pas de photo de profil." - -#: ../../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 paramètre requis n'a pas été trouvé à l'endroit indiqué" -msgstr[1] "%d paramètres requis n'ont pas été trouvés à l'endroit indiqué" - -#: ../../mod/dfrn_request.php:170 -msgid "Introduction complete." -msgstr "Phase d'introduction achevée." - -#: ../../mod/dfrn_request.php:209 -msgid "Unrecoverable protocol error." -msgstr "Erreur de protocole non-récupérable." - -#: ../../mod/dfrn_request.php:237 -msgid "Profile unavailable." -msgstr "Profil indisponible." - -#: ../../mod/dfrn_request.php:262 -#, php-format -msgid "%s has received too many connection requests today." -msgstr "%s a reçu trop de demandes d'introduction aujourd'hui." - -#: ../../mod/dfrn_request.php:263 -msgid "Spam protection measures have been invoked." -msgstr "Des mesures de protection contre le spam ont été déclenchées." - -#: ../../mod/dfrn_request.php:264 -msgid "Friends are advised to please try again in 24 hours." -msgstr "Les relations sont encouragées à attendre 24 heures pour recommencer." - -#: ../../mod/dfrn_request.php:326 -msgid "Invalid locator" -msgstr "Localisateur invalide" - -#: ../../mod/dfrn_request.php:335 -msgid "Invalid email address." -msgstr "Adresse courriel invalide." - -#: ../../mod/dfrn_request.php:362 -msgid "This account has not been configured for email. Request failed." -msgstr "Ce compte n'a pas été configuré pour les échanges de courriel. Requête avortée." - -#: ../../mod/dfrn_request.php:458 -msgid "Unable to resolve your name at the provided location." -msgstr "Impossible de résoudre votre nom à l'emplacement fourni." - -#: ../../mod/dfrn_request.php:471 -msgid "You have already introduced yourself here." -msgstr "Vous vous êtes déjà présenté ici." - -#: ../../mod/dfrn_request.php:475 -#, php-format -msgid "Apparently you are already friends with %s." -msgstr "Il semblerait que vous soyez déjà ami avec %s." - -#: ../../mod/dfrn_request.php:496 -msgid "Invalid profile URL." -msgstr "URL de profil invalide." - -#: ../../mod/dfrn_request.php:571 ../../mod/contacts.php:124 -msgid "Failed to update contact record." -msgstr "Échec de mise-à-jour du contact." - -#: ../../mod/dfrn_request.php:592 -msgid "Your introduction has been sent." -msgstr "Votre introduction a été envoyée." - -#: ../../mod/dfrn_request.php:645 -msgid "Please login to confirm introduction." -msgstr "Connectez-vous pour confirmer l'introduction." - -#: ../../mod/dfrn_request.php:659 +#: ../../mod/api.php:104 msgid "" -"Incorrect identity currently logged in. Please login to " -"this profile." -msgstr "Identité incorrecte actuellement connectée. Merci de vous connecter à ce profil." - -#: ../../mod/dfrn_request.php:670 -msgid "Hide this contact" -msgstr "Cacher ce contact" - -#: ../../mod/dfrn_request.php:673 -#, php-format -msgid "Welcome home %s." -msgstr "Bienvenue chez vous, %s." - -#: ../../mod/dfrn_request.php:674 -#, php-format -msgid "Please confirm your introduction/connection request to %s." -msgstr "Merci de confirmer votre demande d'introduction auprès de %s." - -#: ../../mod/dfrn_request.php:675 -msgid "Confirm" -msgstr "Confirmer" - -#: ../../mod/dfrn_request.php:811 -msgid "" -"Please enter your 'Identity Address' from one of the following supported " -"communications networks:" -msgstr "Merci d'entrer votre \"adresse d'identité\" de l'un des réseaux de communication suivant:" - -#: ../../mod/dfrn_request.php:827 -msgid "Connect as an email follower (Coming soon)" -msgstr "Connecter un utilisateur de courriel (bientôt)" - -#: ../../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 vous n'êtes pas encore membre du web social libre, suivez ce lien pour trouver un site Friendica ouvert au public et nous rejoindre dès aujourd'hui." - -#: ../../mod/dfrn_request.php:832 -msgid "Friend/Connection Request" -msgstr "Requête de relation/amitié" - -#: ../../mod/dfrn_request.php:833 -msgid "" -"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, " -"testuser@identi.ca" -msgstr "Exemples : jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca" - -#: ../../mod/dfrn_request.php:834 -msgid "Please answer the following:" -msgstr "Merci de répondre à ce qui suit:" - -#: ../../mod/dfrn_request.php:835 -#, php-format -msgid "Does %s know you?" -msgstr "Est-ce que %s vous connaît?" - -#: ../../mod/dfrn_request.php:838 -msgid "Add a personal note:" -msgstr "Ajouter une note personnelle:" - -#: ../../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 " - merci de ne pas utiliser ce formulaire. Entrez plutôt %s dans votre barre de recherche Diaspora." - -#: ../../mod/dfrn_request.php:844 -msgid "Your Identity Address:" -msgstr "Votre adresse d'identité:" - -#: ../../mod/dfrn_request.php:847 -msgid "Submit Request" -msgstr "Envoyer la requête" - -#: ../../mod/subthread.php:103 -#, php-format -msgid "%1$s is following %2$s's %3$s" -msgstr "%1$s suit les %3$s de %2$s" - -#: ../../mod/directory.php:49 ../../view/theme/diabook/theme.php:518 -msgid "Global Directory" -msgstr "Annuaire global" - -#: ../../mod/directory.php:57 -msgid "Find on this site" -msgstr "Trouver sur ce site" - -#: ../../mod/directory.php:59 ../../mod/contacts.php:612 -msgid "Finding: " -msgstr "Trouvé: " - -#: ../../mod/directory.php:60 -msgid "Site Directory" -msgstr "Annuaire local" - -#: ../../mod/directory.php:114 -msgid "Gender: " -msgstr "Genre: " - -#: ../../mod/directory.php:187 -msgid "No entries (some entries may be hidden)." -msgstr "Aucune entrée (certaines peuvent être cachées)." - -#: ../../mod/suggest.php:27 -msgid "Do you really want to delete this suggestion?" -msgstr "Voulez-vous vraiment supprimer cette suggestion ?" - -#: ../../mod/suggest.php:72 -msgid "" -"No suggestions available. If this is a new site, please try again in 24 " -"hours." -msgstr "Aucune suggestion. Si ce site est récent, merci de recommencer dans 24h." - -#: ../../mod/suggest.php:90 -msgid "Ignore/Hide" -msgstr "Ignorer/cacher" - -#: ../../mod/dirfind.php:26 -msgid "People Search" -msgstr "Recherche de personnes" - -#: ../../mod/dirfind.php:60 ../../mod/match.php:65 -msgid "No matches" -msgstr "Aucune correspondance" - -#: ../../mod/videos.php:125 -msgid "No videos selected" -msgstr "" - -#: ../../mod/videos.php:226 ../../mod/photos.php:1025 -msgid "Access to this item is restricted." -msgstr "Accès restreint à cet élément." - -#: ../../mod/videos.php:308 ../../mod/photos.php:1784 -msgid "View Album" -msgstr "Voir l'album" - -#: ../../mod/videos.php:317 -msgid "Recent Videos" -msgstr "" - -#: ../../mod/videos.php:319 -msgid "Upload New Videos" -msgstr "" - -#: ../../mod/tagrm.php:41 -msgid "Tag removed" -msgstr "Étiquette enlevée" - -#: ../../mod/tagrm.php:79 -msgid "Remove Item Tag" -msgstr "Enlever l'étiquette de l'élément" - -#: ../../mod/tagrm.php:81 -msgid "Select a tag to remove: " -msgstr "Choisir une étiquette à enlever: " - -#: ../../mod/editpost.php:17 ../../mod/editpost.php:27 -msgid "Item not found" -msgstr "Élément introuvable" - -#: ../../mod/editpost.php:39 -msgid "Edit post" -msgstr "Éditer la publication" - -#: ../../mod/events.php:66 -msgid "Event title and start time are required." -msgstr "Vous devez donner un nom et un horaire de début à l'événement." - -#: ../../mod/events.php:291 -msgid "l, F j" -msgstr "l, F j" - -#: ../../mod/events.php:313 -msgid "Edit event" -msgstr "Editer l'événement" - -#: ../../mod/events.php:371 -msgid "Create New Event" -msgstr "Créer un nouvel événement" - -#: ../../mod/events.php:372 -msgid "Previous" -msgstr "Précédent" - -#: ../../mod/events.php:373 ../../mod/install.php:207 -msgid "Next" -msgstr "Suivant" - -#: ../../mod/events.php:446 -msgid "hour:minute" -msgstr "heures:minutes" - -#: ../../mod/events.php:456 -msgid "Event details" -msgstr "Détails de l'événement" - -#: ../../mod/events.php:457 -#, php-format -msgid "Format is %s %s. Starting date and Title are required." -msgstr "Le format est %s %s. La date de début et le nom sont nécessaires." - -#: ../../mod/events.php:459 -msgid "Event Starts:" -msgstr "Début de l'événement:" - -#: ../../mod/events.php:459 ../../mod/events.php:473 -msgid "Required" -msgstr "Requis" - -#: ../../mod/events.php:462 -msgid "Finish date/time is not known or not relevant" -msgstr "Date/heure de fin inconnue ou sans objet" - -#: ../../mod/events.php:464 -msgid "Event Finishes:" -msgstr "Fin de l'événement:" - -#: ../../mod/events.php:467 -msgid "Adjust for viewer timezone" -msgstr "Ajuster à la zone horaire du visiteur" - -#: ../../mod/events.php:469 -msgid "Description:" -msgstr "Description:" - -#: ../../mod/events.php:473 -msgid "Title:" -msgstr "Titre :" - -#: ../../mod/events.php:475 -msgid "Share this event" -msgstr "Partager cet événement" - -#: ../../mod/fbrowser.php:113 -msgid "Files" -msgstr "Fichiers" - -#: ../../mod/uexport.php:72 -msgid "Export account" -msgstr "Exporter le compte" - -#: ../../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 "Exportez votre compte, vos infos et vos contacts. Vous pourrez utiliser le résultat comme sauvegarde et/ou pour le ré-importer sur un autre serveur." - -#: ../../mod/uexport.php:73 -msgid "Export all" -msgstr "Tout exporter" - -#: ../../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 "Exportez votre compte, vos infos, vos contacts et toutes vos publications (en JSON). Le fichier résultant peut être extrêmement volumineux, et sa production peut durer longtemps. Vous pourrez l'utiliser pour faire une sauvegarde complète (à part les photos)." - -#: ../../mod/filer.php:30 -msgid "- select -" -msgstr "- choisir -" - -#: ../../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 "[contenu incorporé - rechargez la page pour le voir]" - -#: ../../mod/follow.php:27 -msgid "Contact added" -msgstr "Contact ajouté" - -#: ../../mod/friendica.php:55 -msgid "This is Friendica, version" -msgstr "Motorisé par Friendica version" - -#: ../../mod/friendica.php:56 -msgid "running at web location" -msgstr "hébergé sur" - -#: ../../mod/friendica.php:58 -msgid "" -"Please visit Friendica.com to learn " -"more about the Friendica project." -msgstr "Merci de vous rendre sur Friendica.com si vous souhaitez en savoir plus sur le projet Friendica." - -#: ../../mod/friendica.php:60 -msgid "Bug reports and issues: please visit" -msgstr "Pour les rapports de bugs: rendez vous sur" - -#: ../../mod/friendica.php:61 -msgid "" -"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - " -"dot com" -msgstr "Suggestions, remerciements, donations, etc. - écrivez à \"Info\" arob. Friendica - point com" - -#: ../../mod/friendica.php:75 -msgid "Installed plugins/addons/apps:" -msgstr "Extensions/applications installées:" - -#: ../../mod/friendica.php:88 -msgid "No installed plugins/addons/apps" -msgstr "Aucune extension/greffon/application installée" - -#: ../../mod/fsuggest.php:63 -msgid "Friend suggestion sent." -msgstr "Suggestion d'amitié/contact envoyée." - -#: ../../mod/fsuggest.php:97 -msgid "Suggest Friends" -msgstr "Suggérer des amis/contacts" - -#: ../../mod/fsuggest.php:99 -#, php-format -msgid "Suggest a friend for %s" -msgstr "Suggérer un ami/contact pour %s" - -#: ../../mod/group.php:29 -msgid "Group created." -msgstr "Groupe créé." - -#: ../../mod/group.php:35 -msgid "Could not create group." -msgstr "Impossible de créer le groupe." - -#: ../../mod/group.php:47 ../../mod/group.php:140 -msgid "Group not found." -msgstr "Groupe introuvable." - -#: ../../mod/group.php:60 -msgid "Group name changed." -msgstr "Groupe renommé." - -#: ../../mod/group.php:93 -msgid "Create a group of contacts/friends." -msgstr "Créez un groupe de contacts/amis." - -#: ../../mod/group.php:94 ../../mod/group.php:180 -msgid "Group Name: " -msgstr "Nom du groupe: " - -#: ../../mod/group.php:113 -msgid "Group removed." -msgstr "Groupe enlevé." - -#: ../../mod/group.php:115 -msgid "Unable to remove group." -msgstr "Impossible d'enlever le groupe." - -#: ../../mod/group.php:179 -msgid "Group Editor" -msgstr "Éditeur de groupe" - -#: ../../mod/group.php:192 -msgid "Members" -msgstr "Membres" - -#: ../../mod/group.php:194 ../../mod/contacts.php:476 -msgid "All Contacts" -msgstr "Tous les contacts" - -#: ../../mod/hcard.php:10 -msgid "No profile" -msgstr "Aucun profil" - -#: ../../mod/help.php:79 -msgid "Help:" -msgstr "Aide:" - -#: ../../mod/help.php:90 ../../index.php:231 -msgid "Not Found" -msgstr "Non trouvé" - -#: ../../mod/help.php:93 ../../index.php:234 -msgid "Page not found." -msgstr "Page introuvable." - -#: ../../mod/viewcontacts.php:39 -msgid "No contacts." -msgstr "Aucun contact." - -#: ../../mod/home.php:34 -#, php-format -msgid "Welcome to %s" -msgstr "Bienvenue sur %s" - -#: ../../mod/viewsrc.php:7 -msgid "Access denied." -msgstr "Accès refusé." - -#: ../../mod/wall_attach.php:69 -#, php-format -msgid "File exceeds size limit of %d" -msgstr "La taille du fichier dépasse la limite de %d" - -#: ../../mod/wall_attach.php:110 ../../mod/wall_attach.php:121 -msgid "File upload failed." -msgstr "Le téléversement a échoué." - -#: ../../mod/wall_upload.php:90 ../../mod/profile_photo.php:144 -#, php-format -msgid "Image exceeds size limit of %d" -msgstr "L'image dépasse la taille limite de %d" - -#: ../../mod/wall_upload.php:112 ../../mod/photos.php:801 -#: ../../mod/profile_photo.php:153 -msgid "Unable to process image." -msgstr "Impossible de traiter l'image." - -#: ../../mod/wall_upload.php:138 ../../mod/photos.php:828 -#: ../../mod/profile_photo.php:301 -msgid "Image upload failed." -msgstr "Le téléversement de l'image a échoué." - -#: ../../mod/invite.php:27 -msgid "Total invitation limit exceeded." -msgstr "La limite d'invitation totale est éxédée." - -#: ../../mod/invite.php:49 -#, php-format -msgid "%s : Not a valid email address." -msgstr "%s : Adresse de courriel invalide." - -#: ../../mod/invite.php:73 -msgid "Please join us on Friendica" -msgstr "Rejoignez-nous sur Friendica" - -#: ../../mod/invite.php:84 -msgid "Invitation limit exceeded. Please contact your site administrator." -msgstr "Limite d'invitation exédée. Veuillez contacter l'administrateur de votre site." - -#: ../../mod/invite.php:89 -#, php-format -msgid "%s : Message delivery failed." -msgstr "%s : L'envoi du message a échoué." - -#: ../../mod/invite.php:93 -#, php-format -msgid "%d message sent." -msgid_plural "%d messages sent." -msgstr[0] "%d message envoyé." -msgstr[1] "%d messages envoyés." - -#: ../../mod/invite.php:112 -msgid "You have no more invitations available" -msgstr "Vous n'avez plus d'invitations disponibles" - -#: ../../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 "Visitez %s pour une liste des sites publics que vous pouvez rejoindre. Les membres de Friendica appartenant à d'autres sites peuvent s'interconnecter, ainsi qu'avec les membres de plusieurs autres réseaux sociaux." - -#: ../../mod/invite.php:122 -#, php-format -msgid "" -"To accept this invitation, please visit and register at %s or any other " -"public Friendica website." -msgstr "Pour accepter cette invitation, merci d'aller vous inscrire sur %s, ou n'importe quel autre site Friendica public." - -#: ../../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 "Les sites Friendica sont tous interconnectés pour créer un immense réseau social respectueux de la vie privée, possédé et contrôllé par ses membres. Ils peuvent également interagir avec plusieurs réseaux sociaux traditionnels. Voir %s pour une liste d'autres sites Friendica que vous pourriez rejoindre." - -#: ../../mod/invite.php:126 -msgid "" -"Our apologies. This system is not currently configured to connect with other" -" public sites or invite members." -msgstr "Toutes nos excuses. Ce système n'est pas configuré pour se connecter à d'autres sites publics ou inviter de nouveaux membres." - -#: ../../mod/invite.php:132 -msgid "Send invitations" -msgstr "Envoyer des invitations" - -#: ../../mod/invite.php:133 -msgid "Enter email addresses, one per line:" -msgstr "Entrez les adresses email, une par ligne:" - -#: ../../mod/invite.php:134 ../../mod/wallmessage.php:151 -#: ../../mod/message.php:329 ../../mod/message.php:558 -msgid "Your message:" -msgstr "Votre message:" - -#: ../../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 "Vous êtes cordialement invité à me rejoindre sur Friendica, et nous aider ainsi à créer un meilleur web social." - -#: ../../mod/invite.php:137 -msgid "You will need to supply this invitation code: $invite_code" -msgstr "Vous devrez fournir ce code d'invitation: $invite_code" - -#: ../../mod/invite.php:137 -msgid "" -"Once you have registered, please connect with me via my profile page at:" -msgstr "Une fois inscrit, connectez-vous à la page de mon profil sur:" - -#: ../../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 "Pour plus d'information sur le projet Friendica, et pourquoi nous croyons qu'il est important, merci de visiter 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 "Nombre de messages de mur quotidiens pour %s dépassé. Échec du message." - -#: ../../mod/wallmessage.php:56 ../../mod/message.php:63 -msgid "No recipient selected." -msgstr "Pas de destinataire sélectionné." - -#: ../../mod/wallmessage.php:59 -msgid "Unable to check your home location." -msgstr "Impossible de vérifier votre localisation." - -#: ../../mod/wallmessage.php:62 ../../mod/message.php:70 -msgid "Message could not be sent." -msgstr "Impossible d'envoyer le message." - -#: ../../mod/wallmessage.php:65 ../../mod/message.php:73 -msgid "Message collection failure." -msgstr "Récupération des messages infructueuse." - -#: ../../mod/wallmessage.php:68 ../../mod/message.php:76 -msgid "Message sent." -msgstr "Message envoyé." - -#: ../../mod/wallmessage.php:86 ../../mod/wallmessage.php:95 -msgid "No recipient." -msgstr "Pas de destinataire." - -#: ../../mod/wallmessage.php:142 ../../mod/message.php:319 -msgid "Send Private Message" -msgstr "Envoyer un message privé" - -#: ../../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 vous souhaitez que %s réponde, merci de vérifier vos réglages pour autoriser les messages privés venant d'inconnus." - -#: ../../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 "Sujet:" - -#: ../../mod/localtime.php:24 -msgid "Time Conversion" -msgstr "Conversion temporelle" - -#: ../../mod/localtime.php:26 -msgid "" -"Friendica provides this service for sharing events with other networks and " -"friends in unknown timezones." -msgstr "Friendica fournit ce service pour partager des événements avec d'autres réseaux et amis indépendament de leur fuseau horaire." - -#: ../../mod/localtime.php:30 -#, php-format -msgid "UTC time: %s" -msgstr "Temps UTC : %s" - -#: ../../mod/localtime.php:33 -#, php-format -msgid "Current timezone: %s" -msgstr "Zone de temps courante : %s" - -#: ../../mod/localtime.php:36 -#, php-format -msgid "Converted localtime: %s" -msgstr "Temps local converti : %s" - -#: ../../mod/localtime.php:41 -msgid "Please select your timezone:" -msgstr "Sélectionner votre zone :" - -#: ../../mod/lockview.php:31 ../../mod/lockview.php:39 -msgid "Remote privacy information not available." -msgstr "Informations de confidentialité indisponibles." - -#: ../../mod/lockview.php:48 -msgid "Visible to:" -msgstr "Visible par:" +"Do you want to authorize this application to access your posts and contacts," +" and/or create new posts for you?" +msgstr "Voulez-vous autoriser cette application à accéder à vos notices et contacts, et/ou à créer des notices à votre place?" #: ../../mod/lostpass.php:17 msgid "No valid account found." @@ -5314,10 +1144,6 @@ msgid "" "Password reset failed." msgstr "Impossible d'honorer cette demande. (Vous l'avez peut-être déjà utilisée par le passé.) La réinitialisation a échoué." -#: ../../mod/lostpass.php:84 ../../boot.php:1155 -msgid "Password Reset" -msgstr "Réinitialiser le mot de passe" - #: ../../mod/lostpass.php:85 msgid "Your password has been reset as requested." msgstr "Votre mot de passe a bien été réinitialisé." @@ -5363,558 +1189,79 @@ msgstr "Pseudo ou Courriel: " msgid "Reset" msgstr "Réinitialiser" -#: ../../mod/maintenance.php:5 -msgid "System down for maintenance" -msgstr "Système indisponible pour cause de maintenance" +#: ../../mod/wallmessage.php:42 ../../mod/wallmessage.php:112 +#, php-format +msgid "Number of daily wall messages for %s exceeded. Message failed." +msgstr "Nombre de messages de mur quotidiens pour %s dépassé. Échec du message." -#: ../../mod/manage.php:106 -msgid "Manage Identities and/or Pages" -msgstr "Gérer les identités et/ou les pages" +#: ../../mod/wallmessage.php:56 ../../mod/message.php:63 +msgid "No recipient selected." +msgstr "Pas de destinataire sélectionné." -#: ../../mod/manage.php:107 +#: ../../mod/wallmessage.php:59 +msgid "Unable to check your home location." +msgstr "Impossible de vérifier votre localisation." + +#: ../../mod/wallmessage.php:62 ../../mod/message.php:70 +msgid "Message could not be sent." +msgstr "Impossible d'envoyer le message." + +#: ../../mod/wallmessage.php:65 ../../mod/message.php:73 +msgid "Message collection failure." +msgstr "Récupération des messages infructueuse." + +#: ../../mod/wallmessage.php:68 ../../mod/message.php:76 +msgid "Message sent." +msgstr "Message envoyé." + +#: ../../mod/wallmessage.php:86 ../../mod/wallmessage.php:95 +msgid "No recipient." +msgstr "Pas de destinataire." + +#: ../../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 "Entrez un lien web:" + +#: ../../mod/wallmessage.php:142 ../../mod/message.php:319 +msgid "Send Private Message" +msgstr "Envoyer un message privé" + +#: ../../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 "Basculez entre les différentes identités ou pages (groupes/communautés) qui se partagent votre compte ou que vous avez été autorisé à gérer." - -#: ../../mod/manage.php:108 -msgid "Select an identity to manage: " -msgstr "Choisir une identité à gérer: " - -#: ../../mod/match.php:12 -msgid "Profile Match" -msgstr "Correpondance de profils" - -#: ../../mod/match.php:20 -msgid "No keywords to match. Please add keywords to your default profile." -msgstr "Aucun mot-clé en correspondance. Merci d'ajouter des mots-clés à votre profil par défaut." - -#: ../../mod/match.php:57 -msgid "is interested in:" -msgstr "s'intéresse à:" - -#: ../../mod/message.php:67 -msgid "Unable to locate contact information." -msgstr "Impossible de localiser les informations du contact." - -#: ../../mod/message.php:207 -msgid "Do you really want to delete this message?" -msgstr "Voulez-vous vraiment supprimer ce message ?" - -#: ../../mod/message.php:227 -msgid "Message deleted." -msgstr "Message supprimé." - -#: ../../mod/message.php:258 -msgid "Conversation removed." -msgstr "Conversation supprimée." - -#: ../../mod/message.php:371 -msgid "No messages." -msgstr "Aucun message." - -#: ../../mod/message.php:378 -#, php-format -msgid "Unknown sender - %s" -msgstr "Émetteur inconnu - %s" - -#: ../../mod/message.php:381 -#, php-format -msgid "You and %s" -msgstr "Vous et %s" - -#: ../../mod/message.php:384 -#, php-format -msgid "%s and You" -msgstr "%s et vous" - -#: ../../mod/message.php:405 ../../mod/message.php:546 -msgid "Delete conversation" -msgstr "Effacer conversation" - -#: ../../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 message" -msgstr[1] "%d messages" - -#: ../../mod/message.php:450 -msgid "Message not available." -msgstr "Message indisponible." - -#: ../../mod/message.php:520 -msgid "Delete message" -msgstr "Effacer message" - -#: ../../mod/message.php:548 -msgid "" -"No secure communications available. You may be able to " -"respond from the sender's profile page." -msgstr "Pas de communications sécurisées possibles. Vous serez peut-être en mesure de répondre depuis la page de profil de l'émetteur." - -#: ../../mod/message.php:552 -msgid "Send Reply" -msgstr "Répondre" - -#: ../../mod/mood.php:133 -msgid "Mood" -msgstr "Humeur" - -#: ../../mod/mood.php:134 -msgid "Set your current mood and tell your friends" -msgstr "Spécifiez votre humeur du moment, et informez vos amis" - -#: ../../mod/network.php:181 -msgid "Search Results For:" -msgstr "Résultats pour:" - -#: ../../mod/network.php:397 -msgid "Commented Order" -msgstr "Tri par commentaires" - -#: ../../mod/network.php:400 -msgid "Sort by Comment Date" -msgstr "Trier par date de commentaire" - -#: ../../mod/network.php:403 -msgid "Posted Order" -msgstr "Tri par publications" - -#: ../../mod/network.php:406 -msgid "Sort by Post Date" -msgstr "Trier par date de publication" - -#: ../../mod/network.php:444 ../../mod/notifications.php:88 -msgid "Personal" -msgstr "Personnel" - -#: ../../mod/network.php:447 -msgid "Posts that mention or involve you" -msgstr "Publications qui vous concernent" - -#: ../../mod/network.php:453 -msgid "New" -msgstr "Nouveau" - -#: ../../mod/network.php:456 -msgid "Activity Stream - by date" -msgstr "Flux d'activités - par date" - -#: ../../mod/network.php:462 -msgid "Shared Links" -msgstr "Liens partagés" - -#: ../../mod/network.php:465 -msgid "Interesting Links" -msgstr "Liens intéressants" - -#: ../../mod/network.php:471 -msgid "Starred" -msgstr "Mis en avant" - -#: ../../mod/network.php:474 -msgid "Favourite Posts" -msgstr "Publications favorites" - -#: ../../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] "Attention: Ce groupe contient %s membre d'un réseau non-sûr." -msgstr[1] "Attention: Ce groupe contient %s membres d'un réseau non-sûr." - -#: ../../mod/network.php:549 -msgid "Private messages to this group are at risk of public disclosure." -msgstr "Les messages privés envoyés à ce groupe s'exposent à une diffusion incontrôlée." - -#: ../../mod/network.php:596 ../../mod/content.php:119 -msgid "No such group" -msgstr "Groupe inexistant" - -#: ../../mod/network.php:607 ../../mod/content.php:130 -msgid "Group is empty" -msgstr "Groupe vide" - -#: ../../mod/network.php:611 ../../mod/content.php:134 -msgid "Group: " -msgstr "Groupe: " - -#: ../../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 "Les messages privés envoyés à ce contact s'exposent à une diffusion incontrôlée." - -#: ../../mod/network.php:628 -msgid "Invalid contact." -msgstr "Contact invalide." - -#: ../../mod/notifications.php:26 -msgid "Invalid request identifier." -msgstr "Identifiant de demande invalide." - -#: ../../mod/notifications.php:35 ../../mod/notifications.php:165 -#: ../../mod/notifications.php:211 -msgid "Discard" -msgstr "Rejeter" - -#: ../../mod/notifications.php:51 ../../mod/notifications.php:164 -#: ../../mod/notifications.php:210 ../../mod/contacts.php:359 -#: ../../mod/contacts.php:413 -msgid "Ignore" -msgstr "Ignorer" - -#: ../../mod/notifications.php:78 -msgid "System" -msgstr "Système" - -#: ../../mod/notifications.php:122 -msgid "Show Ignored Requests" -msgstr "Voir les demandes ignorées" - -#: ../../mod/notifications.php:122 -msgid "Hide Ignored Requests" -msgstr "Cacher les demandes ignorées" - -#: ../../mod/notifications.php:149 ../../mod/notifications.php:195 -msgid "Notification type: " -msgstr "Type de notification: " - -#: ../../mod/notifications.php:150 -msgid "Friend Suggestion" -msgstr "Suggestion d'amitié/contact" - -#: ../../mod/notifications.php:152 -#, php-format -msgid "suggested by %s" -msgstr "suggéré(e) par %s" - -#: ../../mod/notifications.php:157 ../../mod/notifications.php:204 -#: ../../mod/contacts.php:419 -msgid "Hide this contact from others" -msgstr "Cacher ce contact aux autres" - -#: ../../mod/notifications.php:158 ../../mod/notifications.php:205 -msgid "Post a new friend activity" -msgstr "Poster concernant les nouvelles amitiés" - -#: ../../mod/notifications.php:158 ../../mod/notifications.php:205 -msgid "if applicable" -msgstr "si possible" - -#: ../../mod/notifications.php:181 -msgid "Claims to be known to you: " -msgstr "Prétend que vous le connaissez: " - -#: ../../mod/notifications.php:181 -msgid "yes" -msgstr "oui" - -#: ../../mod/notifications.php:181 -msgid "no" -msgstr "non" - -#: ../../mod/notifications.php:188 -msgid "Approve as: " -msgstr "Approuver en tant que: " - -#: ../../mod/notifications.php:189 -msgid "Friend" -msgstr "Ami" - -#: ../../mod/notifications.php:190 -msgid "Sharer" -msgstr "Initiateur du partage" - -#: ../../mod/notifications.php:190 -msgid "Fan/Admirer" -msgstr "Fan/Admirateur" - -#: ../../mod/notifications.php:196 -msgid "Friend/Connect Request" -msgstr "Demande de connexion/relation" - -#: ../../mod/notifications.php:196 -msgid "New Follower" -msgstr "Nouvel abonné" - -#: ../../mod/notifications.php:217 -msgid "No introductions." -msgstr "Aucune demande d'introduction." - -#: ../../mod/notifications.php:257 ../../mod/notifications.php:382 -#: ../../mod/notifications.php:469 -#, php-format -msgid "%s liked %s's post" -msgstr "%s a aimé la notice de %s" - -#: ../../mod/notifications.php:266 ../../mod/notifications.php:391 -#: ../../mod/notifications.php:478 -#, php-format -msgid "%s disliked %s's post" -msgstr "%s n'a pas aimé la notice de %s" - -#: ../../mod/notifications.php:280 ../../mod/notifications.php:405 -#: ../../mod/notifications.php:492 -#, php-format -msgid "%s is now friends with %s" -msgstr "%s est désormais ami(e) avec %s" - -#: ../../mod/notifications.php:287 ../../mod/notifications.php:412 -#, php-format -msgid "%s created a new post" -msgstr "%s a publié une notice" - -#: ../../mod/notifications.php:288 ../../mod/notifications.php:413 -#: ../../mod/notifications.php:501 -#, php-format -msgid "%s commented on %s's post" -msgstr "%s a commenté une notice de %s" - -#: ../../mod/notifications.php:302 -msgid "No more network notifications." -msgstr "Aucune notification du réseau." - -#: ../../mod/notifications.php:306 -msgid "Network Notifications" -msgstr "Notifications du réseau" - -#: ../../mod/notifications.php:332 ../../mod/notify.php:61 -msgid "No more system notifications." -msgstr "Pas plus de notifications système." - -#: ../../mod/notifications.php:336 ../../mod/notify.php:65 -msgid "System Notifications" -msgstr "Notifications du système" - -#: ../../mod/notifications.php:427 -msgid "No more personal notifications." -msgstr "Aucun notification personnelle." - -#: ../../mod/notifications.php:431 -msgid "Personal Notifications" -msgstr "Notifications personnelles" - -#: ../../mod/notifications.php:508 -msgid "No more home notifications." -msgstr "Aucune notification de la page d'accueil." - -#: ../../mod/notifications.php:512 -msgid "Home Notifications" -msgstr "Notifications de page d'accueil" - -#: ../../mod/photos.php:51 ../../boot.php:1961 -msgid "Photo Albums" -msgstr "Albums photo" - -#: ../../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 "Photos du contact" - -#: ../../mod/photos.php:66 ../../mod/photos.php:1222 ../../mod/photos.php:1795 -msgid "Upload New Photos" -msgstr "Téléverser de nouvelles photos" - -#: ../../mod/photos.php:143 -msgid "Contact information unavailable" -msgstr "Informations de contact indisponibles" - -#: ../../mod/photos.php:164 -msgid "Album not found." -msgstr "Album introuvable." - -#: ../../mod/photos.php:187 ../../mod/photos.php:199 ../../mod/photos.php:1200 -msgid "Delete Album" -msgstr "Effacer l'album" - -#: ../../mod/photos.php:197 -msgid "Do you really want to delete this photo album and all its photos?" -msgstr "Voulez-vous vraiment supprimer cet album photo et toutes ses photos ?" - -#: ../../mod/photos.php:276 ../../mod/photos.php:287 ../../mod/photos.php:1502 -msgid "Delete Photo" -msgstr "Effacer la photo" - -#: ../../mod/photos.php:285 -msgid "Do you really want to delete this photo?" -msgstr "Voulez-vous vraiment supprimer cette photo ?" - -#: ../../mod/photos.php:656 -#, php-format -msgid "%1$s was tagged in %2$s by %3$s" -msgstr "%1$s a été identifié %2$s par %3$s" - -#: ../../mod/photos.php:656 -msgid "a photo" -msgstr "une photo" - -#: ../../mod/photos.php:761 -msgid "Image exceeds size limit of " -msgstr "L'image dépasse la taille maximale de " - -#: ../../mod/photos.php:769 -msgid "Image file is empty." -msgstr "Fichier image vide." - -#: ../../mod/photos.php:924 -msgid "No photos selected" -msgstr "Aucune photo sélectionnée" - -#: ../../mod/photos.php:1088 -#, php-format -msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage." -msgstr "Vous avez utilisé %1$.2f Mo sur %2$.2f d'espace de stockage pour les photos." - -#: ../../mod/photos.php:1123 -msgid "Upload Photos" -msgstr "Téléverser des photos" - -#: ../../mod/photos.php:1127 ../../mod/photos.php:1195 -msgid "New album name: " -msgstr "Nom du nouvel album: " - -#: ../../mod/photos.php:1128 -msgid "or existing album name: " -msgstr "ou nom d'un album existant: " - -#: ../../mod/photos.php:1129 -msgid "Do not show a status post for this upload" -msgstr "Ne pas publier de notice pour cet envoi" - -#: ../../mod/photos.php:1131 ../../mod/photos.php:1497 -msgid "Permissions" -msgstr "Permissions" - -#: ../../mod/photos.php:1142 -msgid "Private Photo" -msgstr "Photo privée" - -#: ../../mod/photos.php:1143 -msgid "Public Photo" -msgstr "Photo publique" - -#: ../../mod/photos.php:1210 -msgid "Edit Album" -msgstr "Éditer l'album" - -#: ../../mod/photos.php:1216 -msgid "Show Newest First" -msgstr "Plus récent d'abord" - -#: ../../mod/photos.php:1218 -msgid "Show Oldest First" -msgstr "Plus ancien d'abord" - -#: ../../mod/photos.php:1251 ../../mod/photos.php:1778 -msgid "View Photo" -msgstr "Voir la photo" - -#: ../../mod/photos.php:1286 -msgid "Permission denied. Access to this item may be restricted." -msgstr "Interdit. L'accès à cet élément peut avoir été restreint." - -#: ../../mod/photos.php:1288 -msgid "Photo not available" -msgstr "Photo indisponible" - -#: ../../mod/photos.php:1344 -msgid "View photo" -msgstr "Voir photo" - -#: ../../mod/photos.php:1344 -msgid "Edit photo" -msgstr "Éditer la photo" - -#: ../../mod/photos.php:1345 -msgid "Use as profile photo" -msgstr "Utiliser comme photo de profil" - -#: ../../mod/photos.php:1351 ../../mod/content.php:643 -#: ../../object/Item.php:113 -msgid "Private Message" -msgstr "Message privé" - -#: ../../mod/photos.php:1370 -msgid "View Full Size" -msgstr "Voir en taille réelle" - -#: ../../mod/photos.php:1444 -msgid "Tags: " -msgstr "Étiquettes: " - -#: ../../mod/photos.php:1447 -msgid "[Remove any tag]" -msgstr "[Retirer toutes les étiquettes]" - -#: ../../mod/photos.php:1487 -msgid "Rotate CW (right)" -msgstr "Tourner dans le sens des aiguilles d'une montre (vers la droite)" - -#: ../../mod/photos.php:1488 -msgid "Rotate CCW (left)" -msgstr "Tourner dans le sens contraire des aiguilles d'une montre (vers la gauche)" - -#: ../../mod/photos.php:1490 -msgid "New album name" -msgstr "Nom du nouvel album" - -#: ../../mod/photos.php:1493 -msgid "Caption" -msgstr "Titre" - -#: ../../mod/photos.php:1495 -msgid "Add a Tag" -msgstr "Ajouter une étiquette" - -#: ../../mod/photos.php:1499 -msgid "" -"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" -msgstr "Exemples: @bob, @Barbara_Jensen, @jim@example.com, #Californie, #vacances" - -#: ../../mod/photos.php:1508 -msgid "Private photo" -msgstr "Photo privée" - -#: ../../mod/photos.php:1509 -msgid "Public photo" -msgstr "Photo publique" - -#: ../../mod/photos.php:1529 ../../mod/content.php:707 -#: ../../object/Item.php:232 -msgid "I like this (toggle)" -msgstr "J'aime (bascule)" - -#: ../../mod/photos.php:1530 ../../mod/content.php:708 -#: ../../object/Item.php:233 -msgid "I don't like this (toggle)" -msgstr "Je n'aime pas (bascule)" - -#: ../../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 "C'est vous" - -#: ../../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 "Commenter" - -#: ../../mod/photos.php:1793 -msgid "Recent Photos" -msgstr "Photos récentes" +"If you wish for %s to respond, please check that the privacy settings on " +"your site allow private mail from unknown senders." +msgstr "Si vous souhaitez que %s réponde, merci de vérifier vos réglages pour autoriser les messages privés venant d'inconnus." + +#: ../../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 "Sujet:" + +#: ../../mod/wallmessage.php:151 ../../mod/message.php:329 +#: ../../mod/message.php:558 ../../mod/invite.php:134 +msgid "Your message:" +msgstr "Votre message:" + +#: ../../mod/wallmessage.php:154 ../../mod/editpost.php:110 +#: ../../mod/message.php:332 ../../mod/message.php:562 +#: ../../include/conversation.php:1081 +msgid "Upload photo" +msgstr "Joindre photo" + +#: ../../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 "Insérer lien web" #: ../../mod/newmember.php:6 msgid "Welcome to Friendica" @@ -6003,6 +1350,11 @@ msgstr "Choisissez quelques mots-clé publics pour votre profil par défaut. Ils msgid "Connecting" msgstr "Connexions" +#: ../../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 " @@ -6061,6 +1413,10 @@ msgid "" "hours." msgstr "Sur le panneau latéral de la page Contacts, il y a plusieurs moyens de trouver de nouveaux amis. Nous pouvons mettre les gens en relation selon leurs intérêts, rechercher des amis par nom ou intérêt, et fournir des suggestions en fonction de la topologie du réseau. Sur un site tout neuf, les suggestions d'amitié devraient commencer à apparaître au bout de 24 heures." +#: ../../mod/newmember.php:66 ../../include/group.php:270 +msgid "Groups" +msgstr "Groupes" + #: ../../mod/newmember.php:70 msgid "Group Your Contacts" msgstr "Grouper vos contacts" @@ -6097,13 +1453,130 @@ msgid "" " features and resources." msgstr "Nos pages d'aide peuvent être consultées pour davantage de détails sur les fonctionnalités ou les ressources." -#: ../../mod/profile.php:21 ../../boot.php:1329 -msgid "Requested profile is not available." -msgstr "Le profil demandé n'est pas disponible." +#: ../../mod/suggest.php:27 +msgid "Do you really want to delete this suggestion?" +msgstr "Voulez-vous vraiment supprimer cette suggestion ?" -#: ../../mod/profile.php:180 -msgid "Tips for New Members" -msgstr "Conseils aux nouveaux venus" +#: ../../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 "Annuler" + +#: ../../mod/suggest.php:72 +msgid "" +"No suggestions available. If this is a new site, please try again in 24 " +"hours." +msgstr "Aucune suggestion. Si ce site est récent, merci de recommencer dans 24h." + +#: ../../mod/suggest.php:90 +msgid "Ignore/Hide" +msgstr "Ignorer/cacher" + +#: ../../mod/network.php:179 +msgid "Search Results For:" +msgstr "Résultats pour:" + +#: ../../mod/network.php:222 ../../mod/_search.php:21 ../../mod/search.php:21 +msgid "Remove term" +msgstr "Retirer le terme" + +#: ../../mod/network.php:231 ../../mod/_search.php:30 ../../mod/search.php:30 +#: ../../include/features.php:41 +msgid "Saved Searches" +msgstr "Recherches" + +#: ../../mod/network.php:232 ../../include/group.php:275 +msgid "add" +msgstr "ajouter" + +#: ../../mod/network.php:394 +msgid "Commented Order" +msgstr "Tri par commentaires" + +#: ../../mod/network.php:397 +msgid "Sort by Comment Date" +msgstr "Trier par date de commentaire" + +#: ../../mod/network.php:400 +msgid "Posted Order" +msgstr "Tri par publications" + +#: ../../mod/network.php:403 +msgid "Sort by Post Date" +msgstr "Trier par date de publication" + +#: ../../mod/network.php:441 ../../mod/notifications.php:88 +msgid "Personal" +msgstr "Personnel" + +#: ../../mod/network.php:444 +msgid "Posts that mention or involve you" +msgstr "Publications qui vous concernent" + +#: ../../mod/network.php:450 +msgid "New" +msgstr "Nouveau" + +#: ../../mod/network.php:453 +msgid "Activity Stream - by date" +msgstr "Flux d'activités - par date" + +#: ../../mod/network.php:459 +msgid "Shared Links" +msgstr "Liens partagés" + +#: ../../mod/network.php:462 +msgid "Interesting Links" +msgstr "Liens intéressants" + +#: ../../mod/network.php:468 +msgid "Starred" +msgstr "Mis en avant" + +#: ../../mod/network.php:471 +msgid "Favourite Posts" +msgstr "Publications favorites" + +#: ../../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] "Attention: Ce groupe contient %s membre d'un réseau non-sûr." +msgstr[1] "Attention: Ce groupe contient %s membres d'un réseau non-sûr." + +#: ../../mod/network.php:542 +msgid "Private messages to this group are at risk of public disclosure." +msgstr "Les messages privés envoyés à ce groupe s'exposent à une diffusion incontrôlée." + +#: ../../mod/network.php:588 ../../mod/content.php:119 +msgid "No such group" +msgstr "Groupe inexistant" + +#: ../../mod/network.php:599 ../../mod/content.php:130 +msgid "Group is empty" +msgstr "Groupe vide" + +#: ../../mod/network.php:605 ../../mod/content.php:134 +msgid "Group: " +msgstr "Groupe: " + +#: ../../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 "Les messages privés envoyés à ce contact s'exposent à une diffusion incontrôlée." + +#: ../../mod/network.php:624 +msgid "Invalid contact." +msgstr "Contact invalide." #: ../../mod/install.php:117 msgid "Friendica Communications Server - Setup" @@ -6136,6 +1609,10 @@ msgstr "Référez-vous au fichier \"INSTALL.txt\"." msgid "System check" msgstr "Vérifications système" +#: ../../mod/install.php:207 ../../mod/events.php:373 +msgid "Next" +msgstr "Suivant" + #: ../../mod/install.php:208 msgid "Check again" msgstr "Vérifier à nouveau" @@ -6400,274 +1877,3137 @@ msgid "" "poller." msgstr "IMPORTANT: Vous devez configurer [manuellement] une tâche programmée pour le 'poller'." -#: ../../mod/contacts.php:85 ../../mod/contacts.php:165 +#: ../../mod/admin.php:55 +msgid "Theme settings updated." +msgstr "Réglages du thème sauvés." + +#: ../../mod/admin.php:101 ../../mod/admin.php:570 +msgid "Site" +msgstr "Site" + +#: ../../mod/admin.php:102 ../../mod/admin.php:898 ../../mod/admin.php:913 +msgid "Users" +msgstr "Utilisateurs" + +#: ../../mod/admin.php:103 ../../mod/admin.php:1002 ../../mod/admin.php:1044 +msgid "Plugins" +msgstr "Extensions" + +#: ../../mod/admin.php:104 ../../mod/admin.php:1210 ../../mod/admin.php:1244 +msgid "Themes" +msgstr "Thèmes" + +#: ../../mod/admin.php:105 +msgid "DB updates" +msgstr "Mise-à-jour de la base" + +#: ../../mod/admin.php:120 ../../mod/admin.php:127 ../../mod/admin.php:1331 +msgid "Logs" +msgstr "Journaux" + +#: ../../mod/admin.php:125 ../../include/nav.php:178 +msgid "Admin" +msgstr "Admin" + +#: ../../mod/admin.php:126 +msgid "Plugin Features" +msgstr "Propriétés des extensions" + +#: ../../mod/admin.php:128 +msgid "User registrations waiting for confirmation" +msgstr "Inscriptions en attente de confirmation" + +#: ../../mod/admin.php:187 ../../mod/admin.php:852 +msgid "Normal Account" +msgstr "Compte normal" + +#: ../../mod/admin.php:188 ../../mod/admin.php:853 +msgid "Soapbox Account" +msgstr "Compte \"boîte à savon\"" + +#: ../../mod/admin.php:189 ../../mod/admin.php:854 +msgid "Community/Celebrity Account" +msgstr "Compte de communauté/célébrité" + +#: ../../mod/admin.php:190 ../../mod/admin.php:855 +msgid "Automatic Friend Account" +msgstr "Compte auto-amical" + +#: ../../mod/admin.php:191 +msgid "Blog Account" +msgstr "Compte de blog" + +#: ../../mod/admin.php:192 +msgid "Private Forum" +msgstr "Forum privé" + +#: ../../mod/admin.php:211 +msgid "Message queues" +msgstr "Files d'attente des messages" + +#: ../../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 "Administration" + +#: ../../mod/admin.php:217 +msgid "Summary" +msgstr "Résumé" + +#: ../../mod/admin.php:219 +msgid "Registered users" +msgstr "Utilisateurs inscrits" + +#: ../../mod/admin.php:221 +msgid "Pending registrations" +msgstr "Inscriptions en attente" + +#: ../../mod/admin.php:222 +msgid "Version" +msgstr "Versio" + +#: ../../mod/admin.php:224 +msgid "Active plugins" +msgstr "Extensions activés" + +#: ../../mod/admin.php:247 +msgid "Can not parse base url. Must have at least ://" +msgstr "" + +#: ../../mod/admin.php:483 +msgid "Site settings updated." +msgstr "Réglages du site mis-à-jour." + +#: ../../mod/admin.php:512 ../../mod/settings.php:810 +msgid "No special theme for mobile devices" +msgstr "Pas de thème particulier pour les terminaux mobiles" + +#: ../../mod/admin.php:529 ../../mod/contacts.php:402 +msgid "Never" +msgstr "Jamais" + +#: ../../mod/admin.php:530 ../../include/contact_selectors.php:56 +msgid "Frequently" +msgstr "Fréquemment" + +#: ../../mod/admin.php:531 ../../include/contact_selectors.php:57 +msgid "Hourly" +msgstr "Toutes les heures" + +#: ../../mod/admin.php:532 ../../include/contact_selectors.php:58 +msgid "Twice daily" +msgstr "Deux fois par jour" + +#: ../../mod/admin.php:533 ../../include/contact_selectors.php:59 +msgid "Daily" +msgstr "Chaque jour" + +#: ../../mod/admin.php:538 +msgid "Multi user instance" +msgstr "Instance multi-utilisateurs" + +#: ../../mod/admin.php:556 +msgid "Closed" +msgstr "Fermé" + +#: ../../mod/admin.php:557 +msgid "Requires approval" +msgstr "Demande une apptrobation" + +#: ../../mod/admin.php:558 +msgid "Open" +msgstr "Ouvert" + +#: ../../mod/admin.php:562 +msgid "No SSL policy, links will track page SSL state" +msgstr "Pas de politique SSL, le liens conserveront l'état SSL de la page" + +#: ../../mod/admin.php:563 +msgid "Force all links to use SSL" +msgstr "Forcer tous les liens à utiliser SSL" + +#: ../../mod/admin.php:564 +msgid "Self-signed certificate, use SSL for local links only (discouraged)" +msgstr "Certificat auto-signé, n'utiliser SSL que pour les liens locaux (non recommandé)" + +#: ../../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 "Téléversement de fichier" + +#: ../../mod/admin.php:574 +msgid "Policies" +msgstr "Politiques" + +#: ../../mod/admin.php:575 +msgid "Advanced" +msgstr "Avancé" + +#: ../../mod/admin.php:576 +msgid "Performance" +msgstr "Performance" + +#: ../../mod/admin.php:577 +msgid "" +"Relocate - WARNING: advanced function. Could make this server unreachable." +msgstr "" + +#: ../../mod/admin.php:580 +msgid "Site name" +msgstr "Nom du site" + +#: ../../mod/admin.php:581 +msgid "Banner/Logo" +msgstr "Bannière/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 "Langue du système" + +#: ../../mod/admin.php:584 +msgid "System theme" +msgstr "Thème du système" + +#: ../../mod/admin.php:584 +msgid "" +"Default system theme - may be over-ridden by user profiles - change theme settings" +msgstr "Thème par défaut sur ce site - peut être changé en fonction des profils - changer les réglages du thème" + +#: ../../mod/admin.php:585 +msgid "Mobile system theme" +msgstr "Thème mobile" + +#: ../../mod/admin.php:585 +msgid "Theme for mobile devices" +msgstr "Thème pour les terminaux mobiles" + +#: ../../mod/admin.php:586 +msgid "SSL link policy" +msgstr "Politique SSL pour les liens" + +#: ../../mod/admin.php:586 +msgid "Determines whether generated links should be forced to use SSL" +msgstr "Détermine si les liens générés doivent forcer l'usage de 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 "Cacher l'aide du menu de navigation" + +#: ../../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 "Cacher l'entrée du menu pour les pages d'Aide dans le menu de navigation. Vous pouvez toujours y accéder en tapant /help directement." + +#: ../../mod/admin.php:589 +msgid "Single user instance" +msgstr "Instance mono-utilisateur" + +#: ../../mod/admin.php:589 +msgid "Make this instance multi-user or single-user for the named user" +msgstr "Transformer cette en instance en multi-utilisateur ou mono-utilisateur pour cet l'utilisateur." + +#: ../../mod/admin.php:590 +msgid "Maximum image size" +msgstr "Taille maximale des images" + +#: ../../mod/admin.php:590 +msgid "" +"Maximum size in bytes of uploaded images. Default is 0, which means no " +"limits." +msgstr "Taille maximale des images envoyées (en octets). 0 par défaut, c'est à dire \"aucune limite\"." + +#: ../../mod/admin.php:591 +msgid "Maximum image length" +msgstr "Longueur maximale des images" + +#: ../../mod/admin.php:591 +msgid "" +"Maximum length in pixels of the longest side of uploaded images. Default is " +"-1, which means no limits." +msgstr "Longueur maximale (en pixels) du plus long côté des images téléversées. La valeur par défaut est -1, soit une absence de limite." + +#: ../../mod/admin.php:592 +msgid "JPEG image quality" +msgstr "Qualité JPEG des images" + +#: ../../mod/admin.php:592 +msgid "" +"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " +"100, which is full quality." +msgstr "Les JPEGs téléversés seront sauvegardés avec ce niveau de qualité [0-100]. La valeur par défaut est 100, soit la qualité maximale." + +#: ../../mod/admin.php:594 +msgid "Register policy" +msgstr "Politique d'inscription" + +#: ../../mod/admin.php:595 +msgid "Maximum Daily Registrations" +msgstr "Inscriptions maximum par jour" + +#: ../../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 les inscriptions sont permises ci-dessus, ceci fixe le nombre maximum d'inscriptions de nouveaux utilisateurs acceptées par jour. Si les inscriptions ne sont pas ouvertes, ce paramètre n'a aucun effet." + +#: ../../mod/admin.php:596 +msgid "Register text" +msgstr "Texte d'inscription" + +#: ../../mod/admin.php:596 +msgid "Will be displayed prominently on the registration page." +msgstr "Sera affiché de manière bien visible sur la page d'accueil." + +#: ../../mod/admin.php:597 +msgid "Accounts abandoned after x days" +msgstr "Les comptes sont abandonnés après x jours" + +#: ../../mod/admin.php:597 +msgid "" +"Will not waste system resources polling external sites for abandonded " +"accounts. Enter 0 for no time limit." +msgstr "Pour ne pas gaspiller les ressources système, on cesse d'interroger les sites distants pour les comptes abandonnés. Mettre 0 pour désactiver cette fonction." + +#: ../../mod/admin.php:598 +msgid "Allowed friend domains" +msgstr "Domaines autorisés" + +#: ../../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 "Une liste de domaines, séparés par des virgules, autorisés à établir des relations avec les utilisateurs de ce site. Les '*' sont acceptés. Laissez vide pour autoriser tous les domaines" + +#: ../../mod/admin.php:599 +msgid "Allowed email domains" +msgstr "Domaines courriel autorisés" + +#: ../../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 "Liste de domaines - séparés par des virgules - dont les adresses e-mail sont autorisées à s'inscrire sur ce site. Les '*' sont acceptées. Laissez vide pour autoriser tous les domaines" + +#: ../../mod/admin.php:600 +msgid "Block public" +msgstr "Interdire la publication globale" + +#: ../../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 "Cocher pour bloquer les accès anonymes (non-connectés) à tout sauf aux pages personnelles publiques." + +#: ../../mod/admin.php:601 +msgid "Force publish" +msgstr "Forcer la publication globale" + +#: ../../mod/admin.php:601 +msgid "" +"Check to force all profiles on this site to be listed in the site directory." +msgstr "Cocher pour publier obligatoirement tous les profils locaux dans l'annuaire du site." + +#: ../../mod/admin.php:602 +msgid "Global directory update URL" +msgstr "URL de mise-à-jour de l'annuaire 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 "URL de mise-à-jour de l'annuaire global. Si vide, l'annuaire global sera complètement indisponible." + +#: ../../mod/admin.php:603 +msgid "Allow threaded items" +msgstr "Activer les commentaires imbriqués" + +#: ../../mod/admin.php:603 +msgid "Allow infinite level threading for items on this site." +msgstr "Permettre une imbrication infinie des commentaires." + +#: ../../mod/admin.php:604 +msgid "Private posts by default for new users" +msgstr "Publications privées par défaut pour les nouveaux utilisateurs" + +#: ../../mod/admin.php:604 +msgid "" +"Set default post permissions for all new members to the default privacy " +"group rather than public." +msgstr "Rendre les posts de tous les nouveaux utilisateurs accessibles seulement par le groupe de contacts par défaut, et non par tout le monde." + +#: ../../mod/admin.php:605 +msgid "Don't include post content in email notifications" +msgstr "Ne pas inclure le contenu posté dans l'e-mail de notification" + +#: ../../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 "Ne pas inclure le contenu d'un postage/commentaire/message privé/etc dans l'e-mail de notification qui est envoyé à partir du site, par mesure de confidentialité." + +#: ../../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 "Interdire les inscriptions multiples" + +#: ../../mod/admin.php:609 +msgid "Disallow users to register additional accounts for use as pages." +msgstr "Ne pas permettre l'inscription de comptes multiples comme des pages." + +#: ../../mod/admin.php:610 +msgid "OpenID support" +msgstr "Support OpenID" + +#: ../../mod/admin.php:610 +msgid "OpenID support for registration and logins." +msgstr "Supporter OpenID pour les inscriptions et connexions." + +#: ../../mod/admin.php:611 +msgid "Fullname check" +msgstr "Vérification du \"Prénom Nom\"" + +#: ../../mod/admin.php:611 +msgid "" +"Force users to register with a space between firstname and lastname in Full " +"name, as an antispam measure" +msgstr "Imposer l'utilisation d'un espace entre le prénom et le nom (dans le Nom complet), pour limiter les abus" + +#: ../../mod/admin.php:612 +msgid "UTF-8 Regular expressions" +msgstr "Regex UTF-8" + +#: ../../mod/admin.php:612 +msgid "Use PHP UTF8 regular expressions" +msgstr "Utiliser les expressions rationnelles de PHP en UTF8" + +#: ../../mod/admin.php:613 +msgid "Show Community Page" +msgstr "Montrer la \"Place publique\"" + +#: ../../mod/admin.php:613 +msgid "" +"Display a Community page showing all recent public postings on this site." +msgstr "Afficher une page Communauté avec toutes les publications publiques récentes du site." + +#: ../../mod/admin.php:614 +msgid "Enable OStatus support" +msgstr "Activer le support d'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 "Fournir une compatibilité OStatus (identi.ca, status.net, etc.). Toutes les communications d'OStatus sont publiques, des avertissements liés à la vie privée seront affichés si utile." + +#: ../../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 "Activer le support de Diaspora" + +#: ../../mod/admin.php:616 +msgid "Provide built-in Diaspora network compatibility." +msgstr "Fournir une compatibilité Diaspora intégrée." + +#: ../../mod/admin.php:617 +msgid "Only allow Friendica contacts" +msgstr "N'autoriser que les contacts Friendica" + +#: ../../mod/admin.php:617 +msgid "" +"All contacts must use Friendica protocols. All other built-in communication " +"protocols disabled." +msgstr "Tous les contacts doivent utiliser les protocoles de Friendica. Tous les autres protocoles de communication intégrés sont désactivés." + +#: ../../mod/admin.php:618 +msgid "Verify SSL" +msgstr "Vérifier 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 vous le souhaitez, vous pouvez activier la vérification stricte des certificats. Cela signifie que vous ne pourrez pas vous connecter (du tout) aux sites SSL munis d'un certificat auto-signé." + +#: ../../mod/admin.php:619 +msgid "Proxy user" +msgstr "Utilisateur du proxy" + +#: ../../mod/admin.php:620 +msgid "Proxy URL" +msgstr "URL du proxy" + +#: ../../mod/admin.php:621 +msgid "Network timeout" +msgstr "Dépassement du délai d'attente du réseau" + +#: ../../mod/admin.php:621 +msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." +msgstr "Valeur en secondes. Mettre à 0 pour 'illimité' (pas recommandé)." + +#: ../../mod/admin.php:622 +msgid "Delivery interval" +msgstr "Intervalle de transmission" + +#: ../../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 "Rallonge le processus de transmissions pour réduire la charge système (en secondes). Valeurs recommandées : 4-5 pour les serveurs mutualisés, 2-3 pour les VPS, 0-1 pour les gros servers dédiés." + +#: ../../mod/admin.php:623 +msgid "Poll interval" +msgstr "Intervalle de réception" + +#: ../../mod/admin.php:623 +msgid "" +"Delay background polling processes by this many seconds to reduce system " +"load. If 0, use delivery interval." +msgstr "Rajouter un délai - en secondes - au processus de 'polling', afin de réduire la charge système. Mettre à 0 pour utiliser l'intervalle d'émission." + +#: ../../mod/admin.php:624 +msgid "Maximum Load Average" +msgstr "Plafond de la charge moyenne" + +#: ../../mod/admin.php:624 +msgid "" +"Maximum system load before delivery and poll processes are deferred - " +"default 50." +msgstr "Charge système maximale à partir de laquelle l'émission et la réception seront soumises à un délai supplémentaire. Par défaut, 50." + +#: ../../mod/admin.php:626 +msgid "Use MySQL full text engine" +msgstr "Utiliser le moteur de recherche plein texte de MySQL" + +#: ../../mod/admin.php:626 +msgid "" +"Activates the full text engine. Speeds up search - but can only search for " +"four and more characters." +msgstr "Activer le moteur de recherche plein texte. Accélère la recherche mais peut seulement rechercher quatre lettres ou plus." + +#: ../../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 "Chemin vers le cache des objets." + +#: ../../mod/admin.php:629 +msgid "Cache duration in seconds" +msgstr "Durée du cache en secondes" + +#: ../../mod/admin.php:629 +msgid "" +"How long should the cache files be hold? Default value is 86400 seconds (One" +" day)." +msgstr "Combien de temps faut-il garder les fichiers du cache? La valeur par défaut est de 86400 secondes (un jour)." + +#: ../../mod/admin.php:630 +msgid "Path for lock file" +msgstr "Chemin vers le ficher de verrouillage" + +#: ../../mod/admin.php:631 +msgid "Temp path" +msgstr "Chemin des fichiers temporaires" + +#: ../../mod/admin.php:632 +msgid "Base path to installation" +msgstr "Chemin de base de l'installation" + +#: ../../mod/admin.php:634 +msgid "New base url" +msgstr "" + +#: ../../mod/admin.php:652 +msgid "Update has been marked successful" +msgstr "Mise-à-jour validée comme 'réussie'" + +#: ../../mod/admin.php:662 +#, php-format +msgid "Executing %s failed. Check system logs." +msgstr "L'éxecution de %s a échoué. Vérifiez les journaux du système." + +#: ../../mod/admin.php:665 +#, php-format +msgid "Update %s was successfully applied." +msgstr "Mise-à-jour %s appliquée avec succès." + +#: ../../mod/admin.php:669 +#, php-format +msgid "Update %s did not return a status. Unknown if it succeeded." +msgstr "La mise-à-jour %s n'a pas retourné de détails. Impossible de savoir si elle a réussi." + +#: ../../mod/admin.php:672 +#, php-format +msgid "Update function %s could not be found." +msgstr "La fonction %s de la mise-à-jour n'a pu être trouvée." + +#: ../../mod/admin.php:687 +msgid "No failed updates." +msgstr "Pas de mises-à-jour échouées." + +#: ../../mod/admin.php:691 +msgid "Failed Updates" +msgstr "Mises-à-jour échouées" + +#: ../../mod/admin.php:692 +msgid "" +"This does not include updates prior to 1139, which did not return a status." +msgstr "Ceci n'inclut pas les versions antérieures à la 1139, qui ne retournaient jamais de détails." + +#: ../../mod/admin.php:693 +msgid "Mark success (if update was manually applied)" +msgstr "Marquer comme 'réussie' (dans le cas d'une mise-à-jour manuelle)" + +#: ../../mod/admin.php:694 +msgid "Attempt to execute this update step automatically" +msgstr "Tenter d'éxecuter cette étape automatiquement" + +#: ../../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 utilisateur a (dé)bloqué" +msgstr[1] "%s utilisateurs ont (dé)bloqué" + +#: ../../mod/admin.php:757 +#, php-format +msgid "%s user deleted" +msgid_plural "%s users deleted" +msgstr[0] "%s utilisateur supprimé" +msgstr[1] "%s utilisateurs supprimés" + +#: ../../mod/admin.php:796 +#, php-format +msgid "User '%s' deleted" +msgstr "Utilisateur '%s' supprimé" + +#: ../../mod/admin.php:804 +#, php-format +msgid "User '%s' unblocked" +msgstr "Utilisateur '%s' débloqué" + +#: ../../mod/admin.php:804 +#, php-format +msgid "User '%s' blocked" +msgstr "Utilisateur '%s' bloqué" + +#: ../../mod/admin.php:899 +msgid "Add User" +msgstr "" + +#: ../../mod/admin.php:900 +msgid "select all" +msgstr "tout sélectionner" + +#: ../../mod/admin.php:901 +msgid "User registrations waiting for confirm" +msgstr "Inscriptions d'utilisateurs en attente de confirmation" + +#: ../../mod/admin.php:902 +msgid "User waiting for permanent deletion" +msgstr "" + +#: ../../mod/admin.php:903 +msgid "Request date" +msgstr "Date de la demande" + +#: ../../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 "Nom" + +#: ../../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 "Courriel" + +#: ../../mod/admin.php:904 +msgid "No registrations." +msgstr "Pas d'inscriptions." + +#: ../../mod/admin.php:905 ../../mod/notifications.php:161 +#: ../../mod/notifications.php:208 +msgid "Approve" +msgstr "Approuver" + +#: ../../mod/admin.php:906 +msgid "Deny" +msgstr "Rejetter" + +#: ../../mod/admin.php:908 ../../mod/contacts.php:425 +#: ../../mod/contacts.php:484 ../../mod/contacts.php:692 +msgid "Block" +msgstr "Bloquer" + +#: ../../mod/admin.php:909 ../../mod/contacts.php:425 +#: ../../mod/contacts.php:484 ../../mod/contacts.php:692 +msgid "Unblock" +msgstr "Débloquer" + +#: ../../mod/admin.php:910 +msgid "Site admin" +msgstr "Administration du Site" + +#: ../../mod/admin.php:911 +msgid "Account expired" +msgstr "Compte expiré" + +#: ../../mod/admin.php:914 +msgid "New User" +msgstr "" + +#: ../../mod/admin.php:915 ../../mod/admin.php:916 +msgid "Register date" +msgstr "Date d'inscription" + +#: ../../mod/admin.php:915 ../../mod/admin.php:916 +msgid "Last login" +msgstr "Dernière connexion" + +#: ../../mod/admin.php:915 ../../mod/admin.php:916 +msgid "Last item" +msgstr "Dernier élément" + +#: ../../mod/admin.php:915 +msgid "Deleted since" +msgstr "" + +#: ../../mod/admin.php:916 +msgid "Account" +msgstr "Compte" + +#: ../../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 "Les utilisateurs sélectionnés vont être supprimés!\\n\\nTout ce qu'ils ont posté sur ce site sera définitivement perdu!\\n\\nÊtes-vous certain?" + +#: ../../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 "L'utilisateur {0} va être supprimé!\\n\\nTout ce qu'il a posté sur ce site sera définitivement perdu!\\n\\nÊtes-vous certain?" + +#: ../../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 "Extension %s désactivée." + +#: ../../mod/admin.php:968 +#, php-format +msgid "Plugin %s enabled." +msgstr "Extension %s activée." + +#: ../../mod/admin.php:978 ../../mod/admin.php:1181 +msgid "Disable" +msgstr "Désactiver" + +#: ../../mod/admin.php:980 ../../mod/admin.php:1183 +msgid "Enable" +msgstr "Activer" + +#: ../../mod/admin.php:1003 ../../mod/admin.php:1211 +msgid "Toggle" +msgstr "Activer/Désactiver" + +#: ../../mod/admin.php:1011 ../../mod/admin.php:1221 +msgid "Author: " +msgstr "Auteur: " + +#: ../../mod/admin.php:1012 ../../mod/admin.php:1222 +msgid "Maintainer: " +msgstr "Mainteneur: " + +#: ../../mod/admin.php:1141 +msgid "No themes found." +msgstr "Aucun thème trouvé." + +#: ../../mod/admin.php:1203 +msgid "Screenshot" +msgstr "Capture d'écran" + +#: ../../mod/admin.php:1249 +msgid "[Experimental]" +msgstr "[Expérimental]" + +#: ../../mod/admin.php:1250 +msgid "[Unsupported]" +msgstr "[Non supporté]" + +#: ../../mod/admin.php:1277 +msgid "Log settings updated." +msgstr "Réglages des journaux mis-à-jour." + +#: ../../mod/admin.php:1333 +msgid "Clear" +msgstr "Effacer" + +#: ../../mod/admin.php:1339 +msgid "Enable Debugging" +msgstr "" + +#: ../../mod/admin.php:1340 +msgid "Log file" +msgstr "Fichier de journaux" + +#: ../../mod/admin.php:1340 +msgid "" +"Must be writable by web server. Relative to your Friendica top-level " +"directory." +msgstr "Accès en écriture par le serveur web requis. Relatif à la racine de votre installation de Friendica." + +#: ../../mod/admin.php:1341 +msgid "Log level" +msgstr "Niveau de journalisaton" + +#: ../../mod/admin.php:1390 ../../mod/contacts.php:481 +msgid "Update now" +msgstr "Mettre à jour" + +#: ../../mod/admin.php:1391 +msgid "Close" +msgstr "Fermer" + +#: ../../mod/admin.php:1397 +msgid "FTP Host" +msgstr "Hôte FTP" + +#: ../../mod/admin.php:1398 +msgid "FTP Path" +msgstr "Chemin FTP" + +#: ../../mod/admin.php:1399 +msgid "FTP User" +msgstr "Utilisateur FTP" + +#: ../../mod/admin.php:1400 +msgid "FTP Password" +msgstr "Mot de passe FTP" + +#: ../../mod/_search.php:99 ../../mod/search.php:99 ../../include/text.php:934 +#: ../../include/text.php:935 ../../include/nav.php:118 +msgid "Search" +msgstr "Recherche" + +#: ../../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 "Aucun résultat." + +#: ../../mod/profile.php:180 +msgid "Tips for New Members" +msgstr "Conseils aux nouveaux venus" + +#: ../../mod/share.php:44 +msgid "link" +msgstr "lien" + +#: ../../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 a taggué %3$s de %2$s avec %4$s" + +#: ../../mod/editpost.php:17 ../../mod/editpost.php:27 +msgid "Item not found" +msgstr "Élément introuvable" + +#: ../../mod/editpost.php:39 +msgid "Edit post" +msgstr "Éditer la publication" + +#: ../../mod/editpost.php:111 ../../include/conversation.php:1082 +msgid "upload photo" +msgstr "envoi image" + +#: ../../mod/editpost.php:112 ../../include/conversation.php:1083 +msgid "Attach file" +msgstr "Joindre fichier" + +#: ../../mod/editpost.php:113 ../../include/conversation.php:1084 +msgid "attach file" +msgstr "ajout fichier" + +#: ../../mod/editpost.php:115 ../../include/conversation.php:1086 +msgid "web link" +msgstr "lien web" + +#: ../../mod/editpost.php:116 ../../include/conversation.php:1087 +msgid "Insert video link" +msgstr "Insérer un lien video" + +#: ../../mod/editpost.php:117 ../../include/conversation.php:1088 +msgid "video link" +msgstr "lien vidéo" + +#: ../../mod/editpost.php:118 ../../include/conversation.php:1089 +msgid "Insert audio link" +msgstr "Insérer un lien audio" + +#: ../../mod/editpost.php:119 ../../include/conversation.php:1090 +msgid "audio link" +msgstr "lien audio" + +#: ../../mod/editpost.php:120 ../../include/conversation.php:1091 +msgid "Set your location" +msgstr "Définir votre localisation" + +#: ../../mod/editpost.php:121 ../../include/conversation.php:1092 +msgid "set location" +msgstr "spéc. localisation" + +#: ../../mod/editpost.php:122 ../../include/conversation.php:1093 +msgid "Clear browser location" +msgstr "Effacer la localisation du navigateur" + +#: ../../mod/editpost.php:123 ../../include/conversation.php:1094 +msgid "clear location" +msgstr "supp. localisation" + +#: ../../mod/editpost.php:125 ../../include/conversation.php:1100 +msgid "Permission settings" +msgstr "Réglages des permissions" + +#: ../../mod/editpost.php:133 ../../include/conversation.php:1109 +msgid "CC: email addresses" +msgstr "CC: adresses de courriel" + +#: ../../mod/editpost.php:134 ../../include/conversation.php:1110 +msgid "Public post" +msgstr "Notice publique" + +#: ../../mod/editpost.php:137 ../../include/conversation.php:1096 +msgid "Set title" +msgstr "Définir un titre" + +#: ../../mod/editpost.php:139 ../../include/conversation.php:1098 +msgid "Categories (comma-separated list)" +msgstr "Catégories (séparées par des virgules)" + +#: ../../mod/editpost.php:140 ../../include/conversation.php:1112 +msgid "Example: bob@example.com, mary@example.com" +msgstr "Exemple: bob@exemple.com, mary@exemple.com" + +#: ../../mod/attach.php:8 +msgid "Item not available." +msgstr "Elément non disponible." + +#: ../../mod/attach.php:20 +msgid "Item was not found." +msgstr "Element introuvable." + +#: ../../mod/regmod.php:63 +msgid "Account approved." +msgstr "Inscription validée." + +#: ../../mod/regmod.php:100 +#, php-format +msgid "Registration revoked for %s" +msgstr "Inscription révoquée pour %s" + +#: ../../mod/regmod.php:112 +msgid "Please login." +msgstr "Merci de vous connecter." + +#: ../../mod/directory.php:57 +msgid "Find on this site" +msgstr "Trouver sur ce site" + +#: ../../mod/directory.php:59 ../../mod/contacts.php:685 +msgid "Finding: " +msgstr "Trouvé: " + +#: ../../mod/directory.php:60 +msgid "Site Directory" +msgstr "Annuaire local" + +#: ../../mod/directory.php:61 ../../mod/contacts.php:686 +#: ../../include/contact_widgets.php:33 +msgid "Find" +msgstr "Trouver" + +#: ../../mod/directory.php:111 ../../mod/profiles.php:686 +msgid "Age: " +msgstr "Age: " + +#: ../../mod/directory.php:114 +msgid "Gender: " +msgstr "Genre: " + +#: ../../mod/directory.php:142 ../../include/profile_advanced.php:58 +msgid "About:" +msgstr "À propos:" + +#: ../../mod/directory.php:187 +msgid "No entries (some entries may be hidden)." +msgstr "Aucune entrée (certaines peuvent être cachées)." + +#: ../../mod/crepair.php:104 +msgid "Contact settings applied." +msgstr "Réglages du contact appliqués." + +#: ../../mod/crepair.php:106 +msgid "Contact update failed." +msgstr "Impossible d'appliquer les réglages." + +#: ../../mod/crepair.php:137 +msgid "Repair Contact Settings" +msgstr "Réglages du réparateur de contacts" + +#: ../../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 "ATTENTION: Manipulation réservée aux experts, toute information incorrecte pourrait empêcher la communication avec ce contact." + +#: ../../mod/crepair.php:140 +msgid "" +"Please use your browser 'Back' button now if you are " +"uncertain what to do on this page." +msgstr "une photo" + +#: ../../mod/crepair.php:146 +msgid "Return to contact editor" +msgstr "Retour à l'éditeur de contact" + +#: ../../mod/crepair.php:151 +msgid "Account Nickname" +msgstr "Pseudo du compte" + +#: ../../mod/crepair.php:152 +msgid "@Tagname - overrides Name/Nickname" +msgstr "@NomDuTag - prend le pas sur Nom/Pseudo" + +#: ../../mod/crepair.php:153 +msgid "Account URL" +msgstr "URL du compte" + +#: ../../mod/crepair.php:154 +msgid "Friend Request URL" +msgstr "Echec du téléversement de l'image." + +#: ../../mod/crepair.php:155 +msgid "Friend Confirm URL" +msgstr "Accès public refusé." + +#: ../../mod/crepair.php:156 +msgid "Notification Endpoint URL" +msgstr "Aucune photo sélectionnée" + +#: ../../mod/crepair.php:157 +msgid "Poll/Feed URL" +msgstr "Téléverser des photos" + +#: ../../mod/crepair.php:158 +msgid "New photo from this URL" +msgstr "Nouvelle photo depuis cette 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 "Migrer le compte" + +#: ../../mod/uimport.php:67 +msgid "You can import an account from another Friendica server." +msgstr "Vous pouvez importer un compte d'un autre serveur 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 "Vous devez exporter votre compte à partir de l'ancien serveur et le téléverser ici. Nous recréerons votre ancien compte ici avec tous vos contacts. Nous tenterons également d'informer vos amis que vous avez déménagé ici." + +#: ../../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 "Cette fonctionnalité est expérimentale. Nous ne pouvons importer les contacts des réseaux OStatus (statusnet/identi.ca) ou Diaspora" + +#: ../../mod/uimport.php:70 +msgid "Account file" +msgstr "Fichier du compte" + +#: ../../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 "Informations de confidentialité indisponibles." + +#: ../../mod/lockview.php:48 +msgid "Visible to:" +msgstr "Visible par:" + +#: ../../mod/notes.php:63 ../../mod/filer.php:31 ../../include/text.php:937 +msgid "Save" +msgstr "Sauver" + +#: ../../mod/help.php:79 +msgid "Help:" +msgstr "Aide:" + +#: ../../mod/help.php:84 ../../include/nav.php:113 +msgid "Help" +msgstr "Aide" + +#: ../../mod/hcard.php:10 +msgid "No profile" +msgstr "Aucun profil" + +#: ../../mod/dfrn_request.php:93 +msgid "This introduction has already been accepted." +msgstr "Cette introduction a déjà été acceptée." + +#: ../../mod/dfrn_request.php:118 ../../mod/dfrn_request.php:513 +msgid "Profile location is not valid or does not contain profile information." +msgstr "L'emplacement du profil est invalide ou ne contient pas de profil valide." + +#: ../../mod/dfrn_request.php:123 ../../mod/dfrn_request.php:518 +msgid "Warning: profile location has no identifiable owner name." +msgstr "Attention: l'emplacement du profil n'a pas de nom identifiable." + +#: ../../mod/dfrn_request.php:125 ../../mod/dfrn_request.php:520 +msgid "Warning: profile location has no profile photo." +msgstr "Attention: l'emplacement du profil n'a pas de photo de profil." + +#: ../../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 paramètre requis n'a pas été trouvé à l'endroit indiqué" +msgstr[1] "%d paramètres requis n'ont pas été trouvés à l'endroit indiqué" + +#: ../../mod/dfrn_request.php:170 +msgid "Introduction complete." +msgstr "Phase d'introduction achevée." + +#: ../../mod/dfrn_request.php:209 +msgid "Unrecoverable protocol error." +msgstr "Erreur de protocole non-récupérable." + +#: ../../mod/dfrn_request.php:237 +msgid "Profile unavailable." +msgstr "Profil indisponible." + +#: ../../mod/dfrn_request.php:262 +#, php-format +msgid "%s has received too many connection requests today." +msgstr "%s a reçu trop de demandes d'introduction aujourd'hui." + +#: ../../mod/dfrn_request.php:263 +msgid "Spam protection measures have been invoked." +msgstr "Des mesures de protection contre le spam ont été déclenchées." + +#: ../../mod/dfrn_request.php:264 +msgid "Friends are advised to please try again in 24 hours." +msgstr "Les relations sont encouragées à attendre 24 heures pour recommencer." + +#: ../../mod/dfrn_request.php:326 +msgid "Invalid locator" +msgstr "Localisateur invalide" + +#: ../../mod/dfrn_request.php:335 +msgid "Invalid email address." +msgstr "Adresse courriel invalide." + +#: ../../mod/dfrn_request.php:362 +msgid "This account has not been configured for email. Request failed." +msgstr "Ce compte n'a pas été configuré pour les échanges de courriel. Requête avortée." + +#: ../../mod/dfrn_request.php:458 +msgid "Unable to resolve your name at the provided location." +msgstr "Impossible de résoudre votre nom à l'emplacement fourni." + +#: ../../mod/dfrn_request.php:471 +msgid "You have already introduced yourself here." +msgstr "Vous vous êtes déjà présenté ici." + +#: ../../mod/dfrn_request.php:475 +#, php-format +msgid "Apparently you are already friends with %s." +msgstr "Il semblerait que vous soyez déjà ami avec %s." + +#: ../../mod/dfrn_request.php:496 +msgid "Invalid profile URL." +msgstr "URL de profil invalide." + +#: ../../mod/dfrn_request.php:502 ../../include/follow.php:27 +msgid "Disallowed profile URL." +msgstr "URL de profil interdite." + +#: ../../mod/dfrn_request.php:571 ../../mod/contacts.php:174 +msgid "Failed to update contact record." +msgstr "Échec de mise-à-jour du contact." + +#: ../../mod/dfrn_request.php:592 +msgid "Your introduction has been sent." +msgstr "Votre introduction a été envoyée." + +#: ../../mod/dfrn_request.php:645 +msgid "Please login to confirm introduction." +msgstr "Connectez-vous pour confirmer l'introduction." + +#: ../../mod/dfrn_request.php:659 +msgid "" +"Incorrect identity currently logged in. Please login to " +"this profile." +msgstr "Identité incorrecte actuellement connectée. Merci de vous connecter à ce profil." + +#: ../../mod/dfrn_request.php:670 +msgid "Hide this contact" +msgstr "Cacher ce contact" + +#: ../../mod/dfrn_request.php:673 +#, php-format +msgid "Welcome home %s." +msgstr "Bienvenue chez vous, %s." + +#: ../../mod/dfrn_request.php:674 +#, php-format +msgid "Please confirm your introduction/connection request to %s." +msgstr "Merci de confirmer votre demande d'introduction auprès de %s." + +#: ../../mod/dfrn_request.php:675 +msgid "Confirm" +msgstr "Confirmer" + +#: ../../mod/dfrn_request.php:716 ../../include/items.php:3532 +msgid "[Name Withheld]" +msgstr "[Nom non-publié]" + +#: ../../mod/dfrn_request.php:811 +msgid "" +"Please enter your 'Identity Address' from one of the following supported " +"communications networks:" +msgstr "Merci d'entrer votre \"adresse d'identité\" de l'un des réseaux de communication suivant:" + +#: ../../mod/dfrn_request.php:827 +msgid "Connect as an email follower (Coming soon)" +msgstr "Connecter un utilisateur de courriel (bientôt)" + +#: ../../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 vous n'êtes pas encore membre du web social libre, suivez ce lien pour trouver un site Friendica ouvert au public et nous rejoindre dès aujourd'hui." + +#: ../../mod/dfrn_request.php:832 +msgid "Friend/Connection Request" +msgstr "Requête de relation/amitié" + +#: ../../mod/dfrn_request.php:833 +msgid "" +"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, " +"testuser@identi.ca" +msgstr "Exemples : jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca" + +#: ../../mod/dfrn_request.php:834 +msgid "Please answer the following:" +msgstr "Merci de répondre à ce qui suit:" + +#: ../../mod/dfrn_request.php:835 +#, php-format +msgid "Does %s know you?" +msgstr "Est-ce que %s vous connaît?" + +#: ../../mod/dfrn_request.php:838 +msgid "Add a personal note:" +msgstr "Ajouter une note personnelle:" + +#: ../../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 " - merci de ne pas utiliser ce formulaire. Entrez plutôt %s dans votre barre de recherche Diaspora." + +#: ../../mod/dfrn_request.php:844 +msgid "Your Identity Address:" +msgstr "Votre adresse d'identité:" + +#: ../../mod/dfrn_request.php:847 +msgid "Submit Request" +msgstr "Envoyer la requête" + +#: ../../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 "[contenu incorporé - rechargez la page pour le voir]" + +#: ../../mod/content.php:496 ../../include/conversation.php:686 +msgid "View in context" +msgstr "Voir dans le contexte" + +#: ../../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 "Impossible d'accéder à l'enregistrement du contact." -#: ../../mod/contacts.php:99 +#: ../../mod/contacts.php:149 msgid "Could not locate selected profile." msgstr "Impossible de localiser le profil séléctionné." -#: ../../mod/contacts.php:122 +#: ../../mod/contacts.php:172 msgid "Contact updated." msgstr "Contact mis-à-jour." -#: ../../mod/contacts.php:187 +#: ../../mod/contacts.php:272 msgid "Contact has been blocked" msgstr "Le contact a été bloqué" -#: ../../mod/contacts.php:187 +#: ../../mod/contacts.php:272 msgid "Contact has been unblocked" msgstr "Le contact n'est plus bloqué" -#: ../../mod/contacts.php:201 +#: ../../mod/contacts.php:282 msgid "Contact has been ignored" msgstr "Le contact a été ignoré" -#: ../../mod/contacts.php:201 +#: ../../mod/contacts.php:282 msgid "Contact has been unignored" msgstr "Le contact n'est plus ignoré" -#: ../../mod/contacts.php:220 +#: ../../mod/contacts.php:293 msgid "Contact has been archived" msgstr "Contact archivé" -#: ../../mod/contacts.php:220 +#: ../../mod/contacts.php:293 msgid "Contact has been unarchived" msgstr "Contact désarchivé" -#: ../../mod/contacts.php:244 +#: ../../mod/contacts.php:318 ../../mod/contacts.php:689 msgid "Do you really want to delete this contact?" msgstr "Voulez-vous vraiment supprimer ce contact?" -#: ../../mod/contacts.php:263 +#: ../../mod/contacts.php:335 msgid "Contact has been removed." msgstr "Ce contact a été retiré." -#: ../../mod/contacts.php:301 +#: ../../mod/contacts.php:373 #, php-format msgid "You are mutual friends with %s" msgstr "Vous êtes ami (et réciproquement) avec %s" -#: ../../mod/contacts.php:305 +#: ../../mod/contacts.php:377 #, php-format msgid "You are sharing with %s" msgstr "Vous partagez avec %s" -#: ../../mod/contacts.php:310 +#: ../../mod/contacts.php:382 #, php-format msgid "%s is sharing with you" msgstr "%s partage avec vous" -#: ../../mod/contacts.php:327 +#: ../../mod/contacts.php:399 msgid "Private communications are not available for this contact." msgstr "Les communications privées ne sont pas disponibles pour ce contact." -#: ../../mod/contacts.php:334 +#: ../../mod/contacts.php:406 msgid "(Update was successful)" msgstr "(Mise à jour effectuée avec succès)" -#: ../../mod/contacts.php:334 +#: ../../mod/contacts.php:406 msgid "(Update was not successful)" msgstr "(Mise à jour échouée)" -#: ../../mod/contacts.php:336 +#: ../../mod/contacts.php:408 msgid "Suggest friends" msgstr "Suggérer amitié/contact" -#: ../../mod/contacts.php:340 +#: ../../mod/contacts.php:412 #, php-format msgid "Network type: %s" msgstr "Type de réseau %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 contact en commun" +msgstr[1] "%d contacts en commun" + +#: ../../mod/contacts.php:420 msgid "View all contacts" msgstr "Voir tous les contacts" -#: ../../mod/contacts.php:356 +#: ../../mod/contacts.php:428 msgid "Toggle Blocked status" msgstr "(dés)activer l'état \"bloqué\"" -#: ../../mod/contacts.php:359 ../../mod/contacts.php:413 +#: ../../mod/contacts.php:431 ../../mod/contacts.php:485 +#: ../../mod/contacts.php:693 msgid "Unignore" msgstr "Ne plus ignorer" -#: ../../mod/contacts.php:362 +#: ../../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 "(dés)activer l'état \"ignoré\"" -#: ../../mod/contacts.php:366 +#: ../../mod/contacts.php:438 ../../mod/contacts.php:694 msgid "Unarchive" msgstr "Désarchiver" -#: ../../mod/contacts.php:366 +#: ../../mod/contacts.php:438 ../../mod/contacts.php:694 msgid "Archive" msgstr "Archiver" -#: ../../mod/contacts.php:369 +#: ../../mod/contacts.php:441 msgid "Toggle Archive status" msgstr "(dés)activer l'état \"archivé\"" -#: ../../mod/contacts.php:372 +#: ../../mod/contacts.php:444 msgid "Repair" msgstr "Réparer" -#: ../../mod/contacts.php:375 +#: ../../mod/contacts.php:447 msgid "Advanced Contact Settings" msgstr "Réglages avancés du contact" -#: ../../mod/contacts.php:381 +#: ../../mod/contacts.php:453 msgid "Communications lost with this contact!" msgstr "Communications perdues avec ce contact !" -#: ../../mod/contacts.php:384 +#: ../../mod/contacts.php:456 msgid "Contact Editor" msgstr "Éditeur de contact" -#: ../../mod/contacts.php:387 +#: ../../mod/contacts.php:459 msgid "Profile Visibility" msgstr "Visibilité du profil" -#: ../../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 "Merci de choisir le profil que vous souhaitez montrer à %s lorsqu'il vous rend visite de manière sécurisée." -#: ../../mod/contacts.php:389 +#: ../../mod/contacts.php:461 msgid "Contact Information / Notes" msgstr "Informations de contact / Notes" -#: ../../mod/contacts.php:390 +#: ../../mod/contacts.php:462 msgid "Edit contact notes" msgstr "Éditer les notes des contacts" -#: ../../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 "Visiter le profil de %s [%s]" + +#: ../../mod/contacts.php:468 msgid "Block/Unblock contact" msgstr "Bloquer/débloquer ce contact" -#: ../../mod/contacts.php:397 +#: ../../mod/contacts.php:469 msgid "Ignore contact" msgstr "Ignorer ce contact" -#: ../../mod/contacts.php:398 +#: ../../mod/contacts.php:470 msgid "Repair URL settings" msgstr "Réparer les réglages d'URL" -#: ../../mod/contacts.php:399 +#: ../../mod/contacts.php:471 msgid "View conversations" msgstr "Voir les conversations" -#: ../../mod/contacts.php:401 +#: ../../mod/contacts.php:473 msgid "Delete contact" msgstr "Effacer ce contact" -#: ../../mod/contacts.php:405 +#: ../../mod/contacts.php:477 msgid "Last update:" msgstr "Dernière mise-à-jour :" -#: ../../mod/contacts.php:407 +#: ../../mod/contacts.php:479 msgid "Update public posts" msgstr "Met ses entrées publiques à jour: " -#: ../../mod/contacts.php:416 +#: ../../mod/contacts.php:488 msgid "Currently blocked" msgstr "Actuellement bloqué" -#: ../../mod/contacts.php:417 +#: ../../mod/contacts.php:489 msgid "Currently ignored" msgstr "Actuellement ignoré" -#: ../../mod/contacts.php:418 +#: ../../mod/contacts.php:490 msgid "Currently archived" msgstr "Actuellement archivé" -#: ../../mod/contacts.php:419 +#: ../../mod/contacts.php:491 ../../mod/notifications.php:157 +#: ../../mod/notifications.php:204 +msgid "Hide this contact from others" +msgstr "Cacher ce contact aux autres" + +#: ../../mod/contacts.php:491 msgid "" "Replies/likes to your public posts may still be visible" msgstr "Les réponses et \"j'aime\" à vos contenus publics peuvent être toujours visibles" -#: ../../mod/contacts.php:470 +#: ../../mod/contacts.php:542 msgid "Suggestions" msgstr "Suggestions" -#: ../../mod/contacts.php:473 +#: ../../mod/contacts.php:545 msgid "Suggest potential friends" msgstr "Suggérer des amis potentiels" -#: ../../mod/contacts.php:479 +#: ../../mod/contacts.php:548 ../../mod/group.php:194 +msgid "All Contacts" +msgstr "Tous les contacts" + +#: ../../mod/contacts.php:551 msgid "Show all contacts" msgstr "Montrer tous les contacts" -#: ../../mod/contacts.php:482 +#: ../../mod/contacts.php:554 msgid "Unblocked" msgstr "Non-bloqués" -#: ../../mod/contacts.php:485 +#: ../../mod/contacts.php:557 msgid "Only show unblocked contacts" msgstr "Ne montrer que les contacts non-bloqués" -#: ../../mod/contacts.php:489 +#: ../../mod/contacts.php:561 msgid "Blocked" msgstr "Bloqués" -#: ../../mod/contacts.php:492 +#: ../../mod/contacts.php:564 msgid "Only show blocked contacts" msgstr "Ne montrer que les contacts bloqués" -#: ../../mod/contacts.php:496 +#: ../../mod/contacts.php:568 msgid "Ignored" msgstr "Ignorés" -#: ../../mod/contacts.php:499 +#: ../../mod/contacts.php:571 msgid "Only show ignored contacts" msgstr "Ne montrer que les contacts ignorés" -#: ../../mod/contacts.php:503 +#: ../../mod/contacts.php:575 msgid "Archived" msgstr "Archivés" -#: ../../mod/contacts.php:506 +#: ../../mod/contacts.php:578 msgid "Only show archived contacts" msgstr "Ne montrer que les contacts archivés" -#: ../../mod/contacts.php:510 +#: ../../mod/contacts.php:582 msgid "Hidden" msgstr "Cachés" -#: ../../mod/contacts.php:513 +#: ../../mod/contacts.php:585 msgid "Only show hidden contacts" msgstr "Ne montrer que les contacts masqués" -#: ../../mod/contacts.php:561 +#: ../../mod/contacts.php:633 msgid "Mutual Friendship" msgstr "Relation réciproque" -#: ../../mod/contacts.php:565 +#: ../../mod/contacts.php:637 msgid "is a fan of yours" msgstr "Vous suit" -#: ../../mod/contacts.php:569 +#: ../../mod/contacts.php:641 msgid "you are a fan of" msgstr "Vous le/la suivez" -#: ../../mod/contacts.php:611 +#: ../../mod/contacts.php:658 ../../mod/nogroup.php:41 +msgid "Edit contact" +msgstr "Éditer le contact" + +#: ../../mod/contacts.php:684 msgid "Search your contacts" msgstr "Rechercher dans vos contacts" +#: ../../mod/contacts.php:691 ../../mod/settings.php:126 +#: ../../mod/settings.php:627 +msgid "Update" +msgstr "Mises-à-jour" + +#: ../../mod/settings.php:28 ../../mod/photos.php:79 +msgid "everybody" +msgstr "tout le monde" + +#: ../../mod/settings.php:35 ../../mod/uexport.php:9 ../../include/nav.php:167 +msgid "Account settings" +msgstr "Compte" + +#: ../../mod/settings.php:40 +msgid "Additional features" +msgstr "Fonctions supplémentaires" + +#: ../../mod/settings.php:45 ../../mod/uexport.php:14 +msgid "Display settings" +msgstr "Affichage" + +#: ../../mod/settings.php:51 ../../mod/uexport.php:20 +msgid "Connector settings" +msgstr "Connecteurs" + +#: ../../mod/settings.php:56 ../../mod/uexport.php:25 +msgid "Plugin settings" +msgstr "Extensions" + +#: ../../mod/settings.php:61 ../../mod/uexport.php:30 +msgid "Connected apps" +msgstr "Applications connectées" + +#: ../../mod/settings.php:66 ../../mod/uexport.php:35 ../../mod/uexport.php:80 +msgid "Export personal data" +msgstr "Exporter" + +#: ../../mod/settings.php:71 ../../mod/uexport.php:40 +msgid "Remove account" +msgstr "Supprimer le compte" + +#: ../../mod/settings.php:123 +msgid "Missing some important data!" +msgstr "Il manque certaines informations importantes!" + +#: ../../mod/settings.php:232 +msgid "Failed to connect with email account using the settings provided." +msgstr "Impossible de se connecter au compte courriel configuré." + +#: ../../mod/settings.php:237 +msgid "Email settings updated." +msgstr "Réglages de courriel mis-à-jour." + +#: ../../mod/settings.php:252 +msgid "Features updated" +msgstr "Fonctionnalités mises à jour" + +#: ../../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 "Les mots de passe ne correspondent pas. Aucun changement appliqué." + +#: ../../mod/settings.php:330 +msgid "Empty passwords are not allowed. Password unchanged." +msgstr "Les mots de passe vides sont interdits. Aucun changement appliqué." + +#: ../../mod/settings.php:338 +msgid "Wrong password." +msgstr "" + +#: ../../mod/settings.php:349 +msgid "Password changed." +msgstr "Mots de passe changés." + +#: ../../mod/settings.php:351 +msgid "Password update failed. Please try again." +msgstr "Le changement de mot de passe a échoué. Merci de recommencer." + +#: ../../mod/settings.php:416 +msgid " Please use a shorter name." +msgstr " Merci d'utiliser un nom plus court." + +#: ../../mod/settings.php:418 +msgid " Name too short." +msgstr " Nom trop court." + +#: ../../mod/settings.php:427 +msgid "Wrong Password" +msgstr "" + +#: ../../mod/settings.php:432 +msgid " Not valid email." +msgstr " Email invalide." + +#: ../../mod/settings.php:438 +msgid " Cannot change to that email." +msgstr " Impossible de changer pour cet email." + +#: ../../mod/settings.php:493 +msgid "Private forum has no privacy permissions. Using default privacy group." +msgstr "Ce forum privé n'a pas de paramètres de vie privée. Utilisation des paramètres de confidentialité par défaut." + +#: ../../mod/settings.php:497 +msgid "Private forum has no privacy permissions and no default privacy group." +msgstr "Ce forum privé n'a pas de paramètres de vie privée ni de paramètres de confidentialité par défaut." + +#: ../../mod/settings.php:527 +msgid "Settings updated." +msgstr "Réglages mis à jour." + +#: ../../mod/settings.php:600 ../../mod/settings.php:626 +#: ../../mod/settings.php:662 +msgid "Add application" +msgstr "Ajouter une application" + +#: ../../mod/settings.php:604 ../../mod/settings.php:630 +msgid "Consumer Key" +msgstr "Clé utilisateur" + +#: ../../mod/settings.php:605 ../../mod/settings.php:631 +msgid "Consumer Secret" +msgstr "Secret utilisateur" + +#: ../../mod/settings.php:606 ../../mod/settings.php:632 +msgid "Redirect" +msgstr "Rediriger" + +#: ../../mod/settings.php:607 ../../mod/settings.php:633 +msgid "Icon url" +msgstr "URL de l'icône" + +#: ../../mod/settings.php:618 +msgid "You can't edit this application." +msgstr "Vous ne pouvez pas éditer cette application." + +#: ../../mod/settings.php:661 +msgid "Connected Apps" +msgstr "Applications connectées" + +#: ../../mod/settings.php:665 +msgid "Client key starts with" +msgstr "La clé cliente commence par" + +#: ../../mod/settings.php:666 +msgid "No name" +msgstr "Sans nom" + +#: ../../mod/settings.php:667 +msgid "Remove authorization" +msgstr "Révoquer l'autorisation" + +#: ../../mod/settings.php:679 +msgid "No Plugin settings configured" +msgstr "Pas de réglages d'extensions configurés" + +#: ../../mod/settings.php:687 +msgid "Plugin Settings" +msgstr "Extensions" + +#: ../../mod/settings.php:701 +msgid "Off" +msgstr "Éteint" + +#: ../../mod/settings.php:701 +msgid "On" +msgstr "Allumé" + +#: ../../mod/settings.php:709 +msgid "Additional Features" +msgstr "Fonctions supplémentaires" + +#: ../../mod/settings.php:722 ../../mod/settings.php:723 +#, php-format +msgid "Built-in support for %s connectivity is %s" +msgstr "Le support natif pour la connectivité %s est %s" + +#: ../../mod/settings.php:722 ../../mod/settings.php:723 +msgid "enabled" +msgstr "activé" + +#: ../../mod/settings.php:722 ../../mod/settings.php:723 +msgid "disabled" +msgstr "désactivé" + +#: ../../mod/settings.php:723 +msgid "StatusNet" +msgstr "StatusNet" + +#: ../../mod/settings.php:755 +msgid "Email access is disabled on this site." +msgstr "L'accès courriel est désactivé sur ce site." + +#: ../../mod/settings.php:762 +msgid "Connector Settings" +msgstr "Connecteurs" + +#: ../../mod/settings.php:767 +msgid "Email/Mailbox Setup" +msgstr "Réglages de courriel/boîte à lettre" + +#: ../../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 vous souhaitez communiquer avec vos contacts \"courriel\" (facultatif), merci de nous indiquer comment vous connecter à votre boîte." + +#: ../../mod/settings.php:769 +msgid "Last successful email check:" +msgstr "Dernière vérification réussie des courriels:" + +#: ../../mod/settings.php:771 +msgid "IMAP server name:" +msgstr "Nom du serveur IMAP:" + +#: ../../mod/settings.php:772 +msgid "IMAP port:" +msgstr "Port IMAP:" + +#: ../../mod/settings.php:773 +msgid "Security:" +msgstr "Sécurité:" + +#: ../../mod/settings.php:773 ../../mod/settings.php:778 +msgid "None" +msgstr "Aucun(e)" + +#: ../../mod/settings.php:774 +msgid "Email login name:" +msgstr "Nom de connexion:" + +#: ../../mod/settings.php:775 +msgid "Email password:" +msgstr "Mot de passe:" + +#: ../../mod/settings.php:776 +msgid "Reply-to address:" +msgstr "Adresse de réponse:" + +#: ../../mod/settings.php:777 +msgid "Send public posts to all email contacts:" +msgstr "Les notices publiques vont à tous les contacts courriel:" + +#: ../../mod/settings.php:778 +msgid "Action after import:" +msgstr "Action après import:" + +#: ../../mod/settings.php:778 +msgid "Mark as seen" +msgstr "Marquer comme vu" + +#: ../../mod/settings.php:778 +msgid "Move to folder" +msgstr "Déplacer vers" + +#: ../../mod/settings.php:779 +msgid "Move to folder:" +msgstr "Déplacer vers:" + +#: ../../mod/settings.php:854 +msgid "Display Settings" +msgstr "Affichage" + +#: ../../mod/settings.php:860 ../../mod/settings.php:873 +msgid "Display Theme:" +msgstr "Thème d'affichage:" + +#: ../../mod/settings.php:861 +msgid "Mobile Theme:" +msgstr "Thème mobile:" + +#: ../../mod/settings.php:862 +msgid "Update browser every xx seconds" +msgstr "Mettre-à-jour l'affichage toutes les xx secondes" + +#: ../../mod/settings.php:862 +msgid "Minimum of 10 seconds, no maximum" +msgstr "Délai minimum de 10 secondes, pas de maximum" + +#: ../../mod/settings.php:863 +msgid "Number of items to display per page:" +msgstr "Nombre d’éléments par page:" + +#: ../../mod/settings.php:863 ../../mod/settings.php:864 +msgid "Maximum of 100 items" +msgstr "Maximum de 100 éléments" + +#: ../../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 "Ne pas afficher les émoticônes (smileys grahiques)" + +#: ../../mod/settings.php:866 +msgid "Infinite scroll" +msgstr "" + +#: ../../mod/settings.php:942 +msgid "Normal Account Page" +msgstr "Compte normal" + +#: ../../mod/settings.php:943 +msgid "This account is a normal personal profile" +msgstr "Ce compte correspond à un profil normal, pour une seule personne (physique, généralement)" + +#: ../../mod/settings.php:946 +msgid "Soapbox Page" +msgstr "Compte \"boîte à savon\"" + +#: ../../mod/settings.php:947 +msgid "Automatically approve all connection/friend requests as read-only fans" +msgstr "Accepter automatiquement toutes les demandes d'amitié/connexion comme étant des fans 'en lecture seule'" + +#: ../../mod/settings.php:950 +msgid "Community Forum/Celebrity Account" +msgstr "Compte de communauté/célébrité" + +#: ../../mod/settings.php:951 +msgid "" +"Automatically approve all connection/friend requests as read-write fans" +msgstr "Accepter automatiquement toutes les demandes d'amitié/connexion comme étant des fans en 'lecture/écriture'" + +#: ../../mod/settings.php:954 +msgid "Automatic Friend Page" +msgstr "Compte d'\"amitié automatique\"" + +#: ../../mod/settings.php:955 +msgid "Automatically approve all connection/friend requests as friends" +msgstr "Accepter automatiquement toutes les demandes d'amitié/connexion comme étant des amis" + +#: ../../mod/settings.php:958 +msgid "Private Forum [Experimental]" +msgstr "Forum privé [expérimental]" + +#: ../../mod/settings.php:959 +msgid "Private forum - approved members only" +msgstr "Forum privé - modéré en inscription" + +#: ../../mod/settings.php:971 +msgid "OpenID:" +msgstr "OpenID:" + +#: ../../mod/settings.php:971 +msgid "(Optional) Allow this OpenID to login to this account." +msgstr "&nbsp;(Facultatif) Autoriser cet OpenID à se connecter à ce compte." + +#: ../../mod/settings.php:981 +msgid "Publish your default profile in your local site directory?" +msgstr "Publier votre profil par défaut sur l'annuaire local de ce site?" + +#: ../../mod/settings.php:987 +msgid "Publish your default profile in the global social directory?" +msgstr "Publier votre profil par défaut sur l'annuaire social global?" + +#: ../../mod/settings.php:995 +msgid "Hide your contact/friend list from viewers of your default profile?" +msgstr "Cacher votre liste de contacts/amis des visiteurs de votre profil par défaut?" + +#: ../../mod/settings.php:999 +msgid "Hide your profile details from unknown viewers?" +msgstr "Cacher les détails du profil aux visiteurs inconnus?" + +#: ../../mod/settings.php:1004 +msgid "Allow friends to post to your profile page?" +msgstr "Autoriser vos amis à publier sur votre profil?" + +#: ../../mod/settings.php:1010 +msgid "Allow friends to tag your posts?" +msgstr "Autoriser vos amis à tagguer vos notices?" + +#: ../../mod/settings.php:1016 +msgid "Allow us to suggest you as a potential friend to new members?" +msgstr "Autoriser les suggestions d'amis potentiels aux nouveaux arrivants?" + +#: ../../mod/settings.php:1022 +msgid "Permit unknown people to send you private mail?" +msgstr "Autoriser les messages privés d'inconnus?" + +#: ../../mod/settings.php:1030 +msgid "Profile is not published." +msgstr "Ce profil n'est pas publié." + +#: ../../mod/settings.php:1033 ../../mod/profile_photo.php:248 +msgid "or" +msgstr "ou" + +#: ../../mod/settings.php:1038 +msgid "Your Identity Address is" +msgstr "L'adresse de votre identité est" + +#: ../../mod/settings.php:1049 +msgid "Automatically expire posts after this many days:" +msgstr "Les publications expirent automatiquement après (en jours) :" + +#: ../../mod/settings.php:1049 +msgid "If empty, posts will not expire. Expired posts will be deleted" +msgstr "Si ce champ est vide, les notices n'expireront pas. Les notices expirées seront supprimées" + +#: ../../mod/settings.php:1050 +msgid "Advanced expiration settings" +msgstr "Réglages avancés de l'expiration" + +#: ../../mod/settings.php:1051 +msgid "Advanced Expiration" +msgstr "Expiration (avancé)" + +#: ../../mod/settings.php:1052 +msgid "Expire posts:" +msgstr "Faire expirer les contenus:" + +#: ../../mod/settings.php:1053 +msgid "Expire personal notes:" +msgstr "Faire expirer les notes personnelles:" + +#: ../../mod/settings.php:1054 +msgid "Expire starred posts:" +msgstr "Faire expirer les contenus marqués:" + +#: ../../mod/settings.php:1055 +msgid "Expire photos:" +msgstr "Faire expirer les photos:" + +#: ../../mod/settings.php:1056 +msgid "Only expire posts by others:" +msgstr "Faire expirer seulement les messages des autres :" + +#: ../../mod/settings.php:1082 +msgid "Account Settings" +msgstr "Compte" + +#: ../../mod/settings.php:1090 +msgid "Password Settings" +msgstr "Réglages de mot de passe" + +#: ../../mod/settings.php:1091 +msgid "New Password:" +msgstr "Nouveau mot de passe:" + +#: ../../mod/settings.php:1092 +msgid "Confirm:" +msgstr "Confirmer:" + +#: ../../mod/settings.php:1092 +msgid "Leave password fields blank unless changing" +msgstr "Laissez les champs de mot de passe vierges, sauf si vous désirez les changer" + +#: ../../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 "Réglages basiques" + +#: ../../mod/settings.php:1099 ../../include/profile_advanced.php:15 +msgid "Full Name:" +msgstr "Nom complet:" + +#: ../../mod/settings.php:1100 +msgid "Email Address:" +msgstr "Adresse courriel:" + +#: ../../mod/settings.php:1101 +msgid "Your Timezone:" +msgstr "Votre fuseau horaire:" + +#: ../../mod/settings.php:1102 +msgid "Default Post Location:" +msgstr "Publication par défaut depuis :" + +#: ../../mod/settings.php:1103 +msgid "Use Browser Location:" +msgstr "Utiliser la localisation géographique du navigateur:" + +#: ../../mod/settings.php:1106 +msgid "Security and Privacy Settings" +msgstr "Réglages de sécurité et vie privée" + +#: ../../mod/settings.php:1108 +msgid "Maximum Friend Requests/Day:" +msgstr "Nombre maximal de requêtes d'amitié/jour:" + +#: ../../mod/settings.php:1108 ../../mod/settings.php:1138 +msgid "(to prevent spam abuse)" +msgstr "(pour limiter l'impact du spam)" + +#: ../../mod/settings.php:1109 +msgid "Default Post Permissions" +msgstr "Permissions par défaut sur les articles" + +#: ../../mod/settings.php:1110 +msgid "(click to open/close)" +msgstr "(cliquer pour ouvrir/fermer)" + +#: ../../mod/settings.php:1119 ../../mod/photos.php:1140 +#: ../../mod/photos.php:1506 +msgid "Show to Groups" +msgstr "Montrer aux groupes" + +#: ../../mod/settings.php:1120 ../../mod/photos.php:1141 +#: ../../mod/photos.php:1507 +msgid "Show to Contacts" +msgstr "Montrer aux Contacts" + +#: ../../mod/settings.php:1121 +msgid "Default Private Post" +msgstr "Message privé par défaut" + +#: ../../mod/settings.php:1122 +msgid "Default Public Post" +msgstr "Message publique par défaut" + +#: ../../mod/settings.php:1126 +msgid "Default Permissions for New Posts" +msgstr "Permissions par défaut sur les nouveaux articles" + +#: ../../mod/settings.php:1138 +msgid "Maximum private messages per day from unknown people:" +msgstr "Maximum de messages privés d'inconnus par jour:" + +#: ../../mod/settings.php:1141 +msgid "Notification Settings" +msgstr "Réglages de notification" + +#: ../../mod/settings.php:1142 +msgid "By default post a status message when:" +msgstr "Par défaut, poster un statut quand:" + +#: ../../mod/settings.php:1143 +msgid "accepting a friend request" +msgstr "j'accepte un ami" + +#: ../../mod/settings.php:1144 +msgid "joining a forum/community" +msgstr "joignant un forum/une communauté" + +#: ../../mod/settings.php:1145 +msgid "making an interesting profile change" +msgstr "je fais une modification intéressante de mon profil" + +#: ../../mod/settings.php:1146 +msgid "Send a notification email when:" +msgstr "Envoyer un courriel de notification quand:" + +#: ../../mod/settings.php:1147 +msgid "You receive an introduction" +msgstr "Vous recevez une introduction" + +#: ../../mod/settings.php:1148 +msgid "Your introductions are confirmed" +msgstr "Vos introductions sont confirmées" + +#: ../../mod/settings.php:1149 +msgid "Someone writes on your profile wall" +msgstr "Quelqu'un écrit sur votre mur" + +#: ../../mod/settings.php:1150 +msgid "Someone writes a followup comment" +msgstr "Quelqu'un vous commente" + +#: ../../mod/settings.php:1151 +msgid "You receive a private message" +msgstr "Vous recevez un message privé" + +#: ../../mod/settings.php:1152 +msgid "You receive a friend suggestion" +msgstr "Vous avez reçu une suggestion d'ami" + +#: ../../mod/settings.php:1153 +msgid "You are tagged in a post" +msgstr "Vous avez été repéré dans une publication" + +#: ../../mod/settings.php:1154 +msgid "You are poked/prodded/etc. in a post" +msgstr "Vous avez été sollicité dans une publication" + +#: ../../mod/settings.php:1157 +msgid "Advanced Account/Page Type Settings" +msgstr "Paramètres avancés de compte/page" + +#: ../../mod/settings.php:1158 +msgid "Change the behaviour of this account for special situations" +msgstr "Modifier le comportement de ce compte dans certaines situations" + +#: ../../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 "Profil supprimé." + +#: ../../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 "Nouveau profil créé." + +#: ../../mod/profiles.php:95 +msgid "Profile unavailable to clone." +msgstr "Ce profil ne peut être cloné." + +#: ../../mod/profiles.php:170 +msgid "Profile Name is required." +msgstr "Le nom du profil est requis." + +#: ../../mod/profiles.php:317 +msgid "Marital Status" +msgstr "Statut marital" + +#: ../../mod/profiles.php:321 +msgid "Romantic Partner" +msgstr "Partenaire/conjoint" + +#: ../../mod/profiles.php:325 +msgid "Likes" +msgstr "Derniers \"J'aime\"" + +#: ../../mod/profiles.php:329 +msgid "Dislikes" +msgstr "Derniers \"Je n'aime pas\"" + +#: ../../mod/profiles.php:333 +msgid "Work/Employment" +msgstr "Travail/Occupation" + +#: ../../mod/profiles.php:336 +msgid "Religion" +msgstr "Religion" + +#: ../../mod/profiles.php:340 +msgid "Political Views" +msgstr "Tendance politique" + +#: ../../mod/profiles.php:344 +msgid "Gender" +msgstr "Sexe" + +#: ../../mod/profiles.php:348 +msgid "Sexual Preference" +msgstr "Préférence sexuelle" + +#: ../../mod/profiles.php:352 +msgid "Homepage" +msgstr "Site internet" + +#: ../../mod/profiles.php:356 +msgid "Interests" +msgstr "Centres d'intérêt" + +#: ../../mod/profiles.php:360 +msgid "Address" +msgstr "Adresse" + +#: ../../mod/profiles.php:367 +msgid "Location" +msgstr "Localisation" + +#: ../../mod/profiles.php:450 +msgid "Profile updated." +msgstr "Profil mis à jour." + +#: ../../mod/profiles.php:521 +msgid " and " +msgstr " et " + +#: ../../mod/profiles.php:529 +msgid "public profile" +msgstr "profil public" + +#: ../../mod/profiles.php:532 +#, php-format +msgid "%1$s changed %2$s to “%3$s”" +msgstr "%1$s a changé %2$s en “%3$s”" + +#: ../../mod/profiles.php:533 +#, php-format +msgid " - Visit %1$s's %2$s" +msgstr "Visiter le %2$s de %1$s" + +#: ../../mod/profiles.php:536 +#, php-format +msgid "%1$s has an updated %2$s, changing %3$s." +msgstr "%1$s a mis à jour son %2$s, en modifiant %3$s." + +#: ../../mod/profiles.php:609 +msgid "Hide your contact/friend list from viewers of this profile?" +msgstr "Cacher ma liste d'amis/contacts des visiteurs de ce profil?" + +#: ../../mod/profiles.php:629 +msgid "Edit Profile Details" +msgstr "Éditer les détails du profil" + +#: ../../mod/profiles.php:631 +msgid "Change Profile Photo" +msgstr "Changer la photo du profil" + +#: ../../mod/profiles.php:632 +msgid "View this profile" +msgstr "Voir ce profil" + +#: ../../mod/profiles.php:633 +msgid "Create a new profile using these settings" +msgstr "Créer un nouveau profil en utilisant ces réglages" + +#: ../../mod/profiles.php:634 +msgid "Clone this profile" +msgstr "Cloner ce profil" + +#: ../../mod/profiles.php:635 +msgid "Delete this profile" +msgstr "Supprimer ce profil" + +#: ../../mod/profiles.php:636 +msgid "Profile Name:" +msgstr "Nom du profil:" + +#: ../../mod/profiles.php:637 +msgid "Your Full Name:" +msgstr "Votre nom complet:" + +#: ../../mod/profiles.php:638 +msgid "Title/Description:" +msgstr "Titre/Description:" + +#: ../../mod/profiles.php:639 +msgid "Your Gender:" +msgstr "Votre genre:" + +#: ../../mod/profiles.php:640 +#, php-format +msgid "Birthday (%s):" +msgstr "Anniversaire (%s):" + +#: ../../mod/profiles.php:641 +msgid "Street Address:" +msgstr "Adresse postale:" + +#: ../../mod/profiles.php:642 +msgid "Locality/City:" +msgstr "Ville/Localité:" + +#: ../../mod/profiles.php:643 +msgid "Postal/Zip Code:" +msgstr "Code postal:" + +#: ../../mod/profiles.php:644 +msgid "Country:" +msgstr "Pays:" + +#: ../../mod/profiles.php:645 +msgid "Region/State:" +msgstr "Région/État:" + +#: ../../mod/profiles.php:646 +msgid " Marital Status:" +msgstr " Statut marital:" + +#: ../../mod/profiles.php:647 +msgid "Who: (if applicable)" +msgstr "Qui: (si pertinent)" + +#: ../../mod/profiles.php:648 +msgid "Examples: cathy123, Cathy Williams, cathy@example.com" +msgstr "Exemples: cathy123, Cathy Williams, cathy@example.com" + +#: ../../mod/profiles.php:649 +msgid "Since [date]:" +msgstr "Depuis [date] :" + +#: ../../mod/profiles.php:650 ../../include/profile_advanced.php:46 +msgid "Sexual Preference:" +msgstr "Préférence sexuelle:" + +#: ../../mod/profiles.php:651 +msgid "Homepage URL:" +msgstr "Page personnelle:" + +#: ../../mod/profiles.php:652 ../../include/profile_advanced.php:50 +msgid "Hometown:" +msgstr " Ville d'origine:" + +#: ../../mod/profiles.php:653 ../../include/profile_advanced.php:54 +msgid "Political Views:" +msgstr "Opinions politiques:" + +#: ../../mod/profiles.php:654 +msgid "Religious Views:" +msgstr "Opinions religieuses:" + +#: ../../mod/profiles.php:655 +msgid "Public Keywords:" +msgstr "Mots-clés publics:" + +#: ../../mod/profiles.php:656 +msgid "Private Keywords:" +msgstr "Mots-clés privés:" + +#: ../../mod/profiles.php:657 ../../include/profile_advanced.php:62 +msgid "Likes:" +msgstr "J'aime :" + +#: ../../mod/profiles.php:658 ../../include/profile_advanced.php:64 +msgid "Dislikes:" +msgstr "Je n'aime pas :" + +#: ../../mod/profiles.php:659 +msgid "Example: fishing photography software" +msgstr "Exemple: football dessin programmation" + +#: ../../mod/profiles.php:660 +msgid "(Used for suggesting potential friends, can be seen by others)" +msgstr "(Utilisés pour vous suggérer des amis potentiels, peuvent être vus par autrui)" + +#: ../../mod/profiles.php:661 +msgid "(Used for searching profiles, never shown to others)" +msgstr "(Utilisés pour rechercher dans les profils, ne seront jamais montrés à autrui)" + +#: ../../mod/profiles.php:662 +msgid "Tell us about yourself..." +msgstr "Parlez-nous de vous..." + +#: ../../mod/profiles.php:663 +msgid "Hobbies/Interests" +msgstr "Passe-temps/Centres d'intérêt" + +#: ../../mod/profiles.php:664 +msgid "Contact information and Social Networks" +msgstr "Coordonnées/Réseaux sociaux" + +#: ../../mod/profiles.php:665 +msgid "Musical interests" +msgstr "Goûts musicaux" + +#: ../../mod/profiles.php:666 +msgid "Books, literature" +msgstr "Lectures" + +#: ../../mod/profiles.php:667 +msgid "Television" +msgstr "Télévision" + +#: ../../mod/profiles.php:668 +msgid "Film/dance/culture/entertainment" +msgstr "Cinéma/Danse/Culture/Divertissement" + +#: ../../mod/profiles.php:669 +msgid "Love/romance" +msgstr "Amour/Romance" + +#: ../../mod/profiles.php:670 +msgid "Work/employment" +msgstr "Activité professionnelle/Occupation" + +#: ../../mod/profiles.php:671 +msgid "School/education" +msgstr "Études/Formation" + +#: ../../mod/profiles.php:676 +msgid "" +"This is your public profile.
It may " +"be visible to anybody using the internet." +msgstr "Ceci est votre profil public.
Il peut être visible par n'importe quel utilisateur d'Internet." + +#: ../../mod/profiles.php:725 +msgid "Edit/Manage Profiles" +msgstr "Editer/gérer les profils" + +#: ../../mod/group.php:29 +msgid "Group created." +msgstr "Groupe créé." + +#: ../../mod/group.php:35 +msgid "Could not create group." +msgstr "Impossible de créer le groupe." + +#: ../../mod/group.php:47 ../../mod/group.php:140 +msgid "Group not found." +msgstr "Groupe introuvable." + +#: ../../mod/group.php:60 +msgid "Group name changed." +msgstr "Groupe renommé." + +#: ../../mod/group.php:87 +msgid "Save Group" +msgstr "" + +#: ../../mod/group.php:93 +msgid "Create a group of contacts/friends." +msgstr "Créez un groupe de contacts/amis." + +#: ../../mod/group.php:94 ../../mod/group.php:180 +msgid "Group Name: " +msgstr "Nom du groupe: " + +#: ../../mod/group.php:113 +msgid "Group removed." +msgstr "Groupe enlevé." + +#: ../../mod/group.php:115 +msgid "Unable to remove group." +msgstr "Impossible d'enlever le groupe." + +#: ../../mod/group.php:179 +msgid "Group Editor" +msgstr "Éditeur de groupe" + +#: ../../mod/group.php:192 +msgid "Members" +msgstr "Membres" + +#: ../../mod/group.php:224 ../../mod/profperm.php:105 +msgid "Click on a contact to add or remove." +msgstr "Cliquez sur un contact pour l'ajouter ou le supprimer." + +#: ../../mod/babel.php:17 +msgid "Source (bbcode) text:" +msgstr "Texte source (bbcode) :" + +#: ../../mod/babel.php:23 +msgid "Source (Diaspora) text to convert to BBcode:" +msgstr "Texte source (Diaspora) à convertir en BBcode :" + +#: ../../mod/babel.php:31 +msgid "Source input: " +msgstr "Source input: " + +#: ../../mod/babel.php:35 +msgid "bb2html (raw HTML): " +msgstr "bb2html (HTML brut)" + +#: ../../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 "Texte source (format Diaspora) :" + +#: ../../mod/babel.php:74 +msgid "diaspora2bb: " +msgstr "diaspora2bb :" + +#: ../../mod/community.php:23 +msgid "Not available." +msgstr "Indisponible." + +#: ../../mod/follow.php:27 +msgid "Contact added" +msgstr "Contact ajouté" + +#: ../../mod/notify.php:61 ../../mod/notifications.php:332 +msgid "No more system notifications." +msgstr "Pas plus de notifications système." + +#: ../../mod/notify.php:65 ../../mod/notifications.php:336 +msgid "System Notifications" +msgstr "Notifications du système" + +#: ../../mod/message.php:9 ../../include/nav.php:159 +msgid "New Message" +msgstr "Nouveau message" + +#: ../../mod/message.php:67 +msgid "Unable to locate contact information." +msgstr "Impossible de localiser les informations du contact." + +#: ../../mod/message.php:182 ../../mod/notifications.php:103 +#: ../../include/nav.php:156 +msgid "Messages" +msgstr "Messages" + +#: ../../mod/message.php:207 +msgid "Do you really want to delete this message?" +msgstr "Voulez-vous vraiment supprimer ce message ?" + +#: ../../mod/message.php:227 +msgid "Message deleted." +msgstr "Message supprimé." + +#: ../../mod/message.php:258 +msgid "Conversation removed." +msgstr "Conversation supprimée." + +#: ../../mod/message.php:371 +msgid "No messages." +msgstr "Aucun message." + +#: ../../mod/message.php:378 +#, php-format +msgid "Unknown sender - %s" +msgstr "Émetteur inconnu - %s" + +#: ../../mod/message.php:381 +#, php-format +msgid "You and %s" +msgstr "Vous et %s" + +#: ../../mod/message.php:384 +#, php-format +msgid "%s and You" +msgstr "%s et vous" + +#: ../../mod/message.php:405 ../../mod/message.php:546 +msgid "Delete conversation" +msgstr "Effacer conversation" + +#: ../../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 message" +msgstr[1] "%d messages" + +#: ../../mod/message.php:450 +msgid "Message not available." +msgstr "Message indisponible." + +#: ../../mod/message.php:520 +msgid "Delete message" +msgstr "Effacer message" + +#: ../../mod/message.php:548 +msgid "" +"No secure communications available. You may be able to " +"respond from the sender's profile page." +msgstr "Pas de communications sécurisées possibles. Vous serez peut-être en mesure de répondre depuis la page de profil de l'émetteur." + +#: ../../mod/message.php:552 +msgid "Send Reply" +msgstr "Répondre" + +#: ../../mod/like.php:170 ../../include/conversation.php:140 +#, php-format +msgid "%1$s doesn't like %2$s's %3$s" +msgstr "%1$s n'aime pas %3$s de %2$s" + #: ../../mod/oexchange.php:25 msgid "Post successful." msgstr "Publication réussie." -#: ../../mod/openid.php:24 -msgid "OpenID protocol error. No ID returned." -msgstr "Erreur de protocole OpenID. Pas d'ID en retour." +#: ../../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 "Conversion temporelle" + +#: ../../mod/localtime.php:26 msgid "" -"Account not found and OpenID registration is not permitted on this site." -msgstr "Compte introuvable, et l'inscription OpenID n'est pas autorisée sur ce site." +"Friendica provides this service for sharing events with other networks and " +"friends in unknown timezones." +msgstr "Friendica fournit ce service pour partager des événements avec d'autres réseaux et amis indépendament de leur fuseau horaire." + +#: ../../mod/localtime.php:30 +#, php-format +msgid "UTC time: %s" +msgstr "Temps UTC : %s" + +#: ../../mod/localtime.php:33 +#, php-format +msgid "Current timezone: %s" +msgstr "Zone de temps courante : %s" + +#: ../../mod/localtime.php:36 +#, php-format +msgid "Converted localtime: %s" +msgstr "Temps local converti : %s" + +#: ../../mod/localtime.php:41 +msgid "Please select your timezone:" +msgstr "Sélectionner votre zone :" + +#: ../../mod/filer.php:30 ../../include/conversation.php:1001 +#: ../../include/conversation.php:1019 +msgid "Save to Folder:" +msgstr "Sauver dans le Dossier:" + +#: ../../mod/filer.php:30 +msgid "- select -" +msgstr "- choisir -" + +#: ../../mod/profperm.php:25 ../../mod/profperm.php:55 +msgid "Invalid profile identifier." +msgstr "Identifiant de profil invalide." + +#: ../../mod/profperm.php:101 +msgid "Profile Visibility Editor" +msgstr "Éditer la visibilité du profil" + +#: ../../mod/profperm.php:114 +msgid "Visible To" +msgstr "Visible par" + +#: ../../mod/profperm.php:130 +msgid "All Contacts (with secure profile access)" +msgstr "Tous les contacts (ayant un accès sécurisé)" + +#: ../../mod/viewcontacts.php:39 +msgid "No contacts." +msgstr "Aucun contact." + +#: ../../mod/viewcontacts.php:76 ../../include/text.php:857 +msgid "View Contacts" +msgstr "Voir les contacts" + +#: ../../mod/dirfind.php:26 +msgid "People Search" +msgstr "Recherche de personnes" + +#: ../../mod/dirfind.php:60 ../../mod/match.php:65 +msgid "No matches" +msgstr "Aucune correspondance" + +#: ../../mod/photos.php:66 ../../mod/photos.php:1222 ../../mod/photos.php:1795 +msgid "Upload New Photos" +msgstr "Téléverser de nouvelles photos" + +#: ../../mod/photos.php:143 +msgid "Contact information unavailable" +msgstr "Informations de contact indisponibles" + +#: ../../mod/photos.php:164 +msgid "Album not found." +msgstr "Album introuvable." + +#: ../../mod/photos.php:187 ../../mod/photos.php:199 ../../mod/photos.php:1200 +msgid "Delete Album" +msgstr "Effacer l'album" + +#: ../../mod/photos.php:197 +msgid "Do you really want to delete this photo album and all its photos?" +msgstr "Voulez-vous vraiment supprimer cet album photo et toutes ses photos ?" + +#: ../../mod/photos.php:276 ../../mod/photos.php:287 ../../mod/photos.php:1502 +msgid "Delete Photo" +msgstr "Effacer la photo" + +#: ../../mod/photos.php:285 +msgid "Do you really want to delete this photo?" +msgstr "Voulez-vous vraiment supprimer cette photo ?" + +#: ../../mod/photos.php:656 +#, php-format +msgid "%1$s was tagged in %2$s by %3$s" +msgstr "%1$s a été identifié %2$s par %3$s" + +#: ../../mod/photos.php:656 +msgid "a photo" +msgstr "une photo" + +#: ../../mod/photos.php:761 +msgid "Image exceeds size limit of " +msgstr "L'image dépasse la taille maximale de " + +#: ../../mod/photos.php:769 +msgid "Image file is empty." +msgstr "Fichier image vide." + +#: ../../mod/photos.php:801 ../../mod/wall_upload.php:112 +#: ../../mod/profile_photo.php:153 +msgid "Unable to process image." +msgstr "Impossible de traiter l'image." + +#: ../../mod/photos.php:828 ../../mod/wall_upload.php:138 +#: ../../mod/profile_photo.php:301 +msgid "Image upload failed." +msgstr "Le téléversement de l'image a échoué." + +#: ../../mod/photos.php:924 +msgid "No photos selected" +msgstr "Aucune photo sélectionnée" + +#: ../../mod/photos.php:1025 ../../mod/videos.php:226 +msgid "Access to this item is restricted." +msgstr "Accès restreint à cet élément." + +#: ../../mod/photos.php:1088 +#, php-format +msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage." +msgstr "Vous avez utilisé %1$.2f Mo sur %2$.2f d'espace de stockage pour les photos." + +#: ../../mod/photos.php:1123 +msgid "Upload Photos" +msgstr "Téléverser des photos" + +#: ../../mod/photos.php:1127 ../../mod/photos.php:1195 +msgid "New album name: " +msgstr "Nom du nouvel album: " + +#: ../../mod/photos.php:1128 +msgid "or existing album name: " +msgstr "ou nom d'un album existant: " + +#: ../../mod/photos.php:1129 +msgid "Do not show a status post for this upload" +msgstr "Ne pas publier de notice pour cet envoi" + +#: ../../mod/photos.php:1131 ../../mod/photos.php:1497 +msgid "Permissions" +msgstr "Permissions" + +#: ../../mod/photos.php:1142 +msgid "Private Photo" +msgstr "Photo privée" + +#: ../../mod/photos.php:1143 +msgid "Public Photo" +msgstr "Photo publique" + +#: ../../mod/photos.php:1210 +msgid "Edit Album" +msgstr "Éditer l'album" + +#: ../../mod/photos.php:1216 +msgid "Show Newest First" +msgstr "Plus récent d'abord" + +#: ../../mod/photos.php:1218 +msgid "Show Oldest First" +msgstr "Plus ancien d'abord" + +#: ../../mod/photos.php:1251 ../../mod/photos.php:1778 +msgid "View Photo" +msgstr "Voir la photo" + +#: ../../mod/photos.php:1286 +msgid "Permission denied. Access to this item may be restricted." +msgstr "Interdit. L'accès à cet élément peut avoir été restreint." + +#: ../../mod/photos.php:1288 +msgid "Photo not available" +msgstr "Photo indisponible" + +#: ../../mod/photos.php:1344 +msgid "View photo" +msgstr "Voir photo" + +#: ../../mod/photos.php:1344 +msgid "Edit photo" +msgstr "Éditer la photo" + +#: ../../mod/photos.php:1345 +msgid "Use as profile photo" +msgstr "Utiliser comme photo de profil" + +#: ../../mod/photos.php:1370 +msgid "View Full Size" +msgstr "Voir en taille réelle" + +#: ../../mod/photos.php:1444 +msgid "Tags: " +msgstr "Étiquettes: " + +#: ../../mod/photos.php:1447 +msgid "[Remove any tag]" +msgstr "[Retirer toutes les étiquettes]" + +#: ../../mod/photos.php:1487 +msgid "Rotate CW (right)" +msgstr "Tourner dans le sens des aiguilles d'une montre (vers la droite)" + +#: ../../mod/photos.php:1488 +msgid "Rotate CCW (left)" +msgstr "Tourner dans le sens contraire des aiguilles d'une montre (vers la gauche)" + +#: ../../mod/photos.php:1490 +msgid "New album name" +msgstr "Nom du nouvel album" + +#: ../../mod/photos.php:1493 +msgid "Caption" +msgstr "Titre" + +#: ../../mod/photos.php:1495 +msgid "Add a Tag" +msgstr "Ajouter une étiquette" + +#: ../../mod/photos.php:1499 +msgid "" +"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" +msgstr "Exemples: @bob, @Barbara_Jensen, @jim@example.com, #Californie, #vacances" + +#: ../../mod/photos.php:1508 +msgid "Private photo" +msgstr "Photo privée" + +#: ../../mod/photos.php:1509 +msgid "Public photo" +msgstr "Photo publique" + +#: ../../mod/photos.php:1531 ../../include/conversation.php:1080 +msgid "Share" +msgstr "Partager" + +#: ../../mod/photos.php:1784 ../../mod/videos.php:308 +msgid "View Album" +msgstr "Voir l'album" + +#: ../../mod/photos.php:1793 +msgid "Recent Photos" +msgstr "Photos récentes" + +#: ../../mod/wall_attach.php:69 +#, php-format +msgid "File exceeds size limit of %d" +msgstr "La taille du fichier dépasse la limite de %d" + +#: ../../mod/wall_attach.php:110 ../../mod/wall_attach.php:121 +msgid "File upload failed." +msgstr "Le téléversement a échoué." + +#: ../../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 "Solliciter" + +#: ../../mod/poke.php:193 +msgid "poke, prod or do other things to somebody" +msgstr "solliciter (poke/...) quelqu'un" + +#: ../../mod/poke.php:194 +msgid "Recipient" +msgstr "Destinataire" + +#: ../../mod/poke.php:195 +msgid "Choose what you wish to do to recipient" +msgstr "Choisissez ce que vous voulez faire au destinataire" + +#: ../../mod/poke.php:198 +msgid "Make this post private" +msgstr "Rendez ce message privé" + +#: ../../mod/subthread.php:103 +#, php-format +msgid "%1$s is following %2$s's %3$s" +msgstr "%1$s suit les %3$s de %2$s" + +#: ../../mod/uexport.php:72 +msgid "Export account" +msgstr "Exporter le compte" + +#: ../../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 "Exportez votre compte, vos infos et vos contacts. Vous pourrez utiliser le résultat comme sauvegarde et/ou pour le ré-importer sur un autre serveur." + +#: ../../mod/uexport.php:73 +msgid "Export all" +msgstr "Tout exporter" + +#: ../../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 "Exportez votre compte, vos infos, vos contacts et toutes vos publications (en JSON). Le fichier résultant peut être extrêmement volumineux, et sa production peut durer longtemps. Vous pourrez l'utiliser pour faire une sauvegarde complète (à part les photos)." + +#: ../../mod/common.php:42 +msgid "Common Friends" +msgstr "Amis communs" + +#: ../../mod/common.php:78 +msgid "No contacts in common." +msgstr "Pas de contacts en commun." + +#: ../../mod/wall_upload.php:90 ../../mod/profile_photo.php:144 +#, php-format +msgid "Image exceeds size limit of %d" +msgstr "L'image dépasse la taille limite 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 "Photos du mur" #: ../../mod/profile_photo.php:44 msgid "Image uploaded but image cropping failed." @@ -6725,396 +5065,2248 @@ msgstr "Édition terminée" msgid "Image uploaded successfully." msgstr "Image téléversée avec succès." -#: ../../mod/community.php:23 -msgid "Not available." -msgstr "Indisponible." +#: ../../mod/apps.php:11 +msgid "Applications" +msgstr "Applications" -#: ../../mod/content.php:626 ../../object/Item.php:362 +#: ../../mod/apps.php:14 +msgid "No installed applications." +msgstr "Pas d'application installée." + +#: ../../mod/navigation.php:20 ../../include/nav.php:34 +msgid "Nothing new here" +msgstr "Rien de neuf ici" + +#: ../../mod/navigation.php:24 ../../include/nav.php:38 +msgid "Clear notifications" +msgstr "Effacer les notifications" + +#: ../../mod/match.php:12 +msgid "Profile Match" +msgstr "Correpondance de profils" + +#: ../../mod/match.php:20 +msgid "No keywords to match. Please add keywords to your default profile." +msgstr "Aucun mot-clé en correspondance. Merci d'ajouter des mots-clés à votre profil par défaut." + +#: ../../mod/match.php:57 +msgid "is interested in:" +msgstr "s'intéresse à:" + +#: ../../mod/tagrm.php:41 +msgid "Tag removed" +msgstr "Étiquette enlevée" + +#: ../../mod/tagrm.php:79 +msgid "Remove Item Tag" +msgstr "Enlever l'étiquette de l'élément" + +#: ../../mod/tagrm.php:81 +msgid "Select a tag to remove: " +msgstr "Choisir une étiquette à enlever: " + +#: ../../mod/tagrm.php:93 ../../mod/delegate.php:130 +msgid "Remove" +msgstr "Utiliser comme photo de profil" + +#: ../../mod/events.php:66 +msgid "Event title and start time are required." +msgstr "Vous devez donner un nom et un horaire de début à l'événement." + +#: ../../mod/events.php:291 +msgid "l, F j" +msgstr "l, F j" + +#: ../../mod/events.php:313 +msgid "Edit event" +msgstr "Editer l'événement" + +#: ../../mod/events.php:335 ../../include/text.php:1615 +msgid "link to source" +msgstr "lien original" + +#: ../../mod/events.php:371 +msgid "Create New Event" +msgstr "Créer un nouvel événement" + +#: ../../mod/events.php:372 +msgid "Previous" +msgstr "Précédent" + +#: ../../mod/events.php:446 +msgid "hour:minute" +msgstr "heures:minutes" + +#: ../../mod/events.php:456 +msgid "Event details" +msgstr "Détails de l'événement" + +#: ../../mod/events.php:457 #, php-format -msgid "%d comment" -msgid_plural "%d comments" -msgstr[0] "%d commentaire" -msgstr[1] "%d commentaires" +msgid "Format is %s %s. Starting date and Title are required." +msgstr "Le format est %s %s. La date de début et le nom sont nécessaires." -#: ../../mod/content.php:707 ../../object/Item.php:232 -msgid "like" -msgstr "aime" +#: ../../mod/events.php:459 +msgid "Event Starts:" +msgstr "Début de l'événement:" -#: ../../mod/content.php:708 ../../object/Item.php:233 -msgid "dislike" -msgstr "n'aime pas" +#: ../../mod/events.php:459 ../../mod/events.php:473 +msgid "Required" +msgstr "Requis" -#: ../../mod/content.php:710 ../../object/Item.php:235 -msgid "Share this" -msgstr "Partager" +#: ../../mod/events.php:462 +msgid "Finish date/time is not known or not relevant" +msgstr "Date/heure de fin inconnue ou sans objet" -#: ../../mod/content.php:710 ../../object/Item.php:235 -msgid "share" -msgstr "partager" +#: ../../mod/events.php:464 +msgid "Event Finishes:" +msgstr "Fin de l'événement:" -#: ../../mod/content.php:734 ../../object/Item.php:654 -msgid "Bold" -msgstr "Gras" +#: ../../mod/events.php:467 +msgid "Adjust for viewer timezone" +msgstr "Ajuster à la zone horaire du visiteur" -#: ../../mod/content.php:735 ../../object/Item.php:655 -msgid "Italic" -msgstr "Italique" +#: ../../mod/events.php:469 +msgid "Description:" +msgstr "Description:" -#: ../../mod/content.php:736 ../../object/Item.php:656 -msgid "Underline" -msgstr "Souligné" +#: ../../mod/events.php:473 +msgid "Title:" +msgstr "Titre :" -#: ../../mod/content.php:737 ../../object/Item.php:657 -msgid "Quote" -msgstr "Citation" +#: ../../mod/events.php:475 +msgid "Share this event" +msgstr "Partager cet événement" -#: ../../mod/content.php:738 ../../object/Item.php:658 -msgid "Code" -msgstr "Code" +#: ../../mod/delegate.php:95 +msgid "No potential page delegates located." +msgstr "Pas de délégataire potentiel." -#: ../../mod/content.php:739 ../../object/Item.php:659 -msgid "Image" -msgstr "Image" +#: ../../mod/delegate.php:121 ../../include/nav.php:165 +msgid "Delegate Page Management" +msgstr "Déléguer la gestion de la page" -#: ../../mod/content.php:740 ../../object/Item.php:660 -msgid "Link" -msgstr "Lien" +#: ../../mod/delegate.php:123 +msgid "" +"Delegates are able to manage all aspects of this account/page except for " +"basic account settings. Please do not delegate your personal account to " +"anybody that you do not trust completely." +msgstr "Les délégataires seront capables de gérer tous les aspects de ce compte ou de cette page, à l'exception des réglages de compte. Merci de ne pas déléguer votre compte principal à quelqu'un en qui vous n'avez pas une confiance absolue." -#: ../../mod/content.php:741 ../../object/Item.php:661 -msgid "Video" -msgstr "Vidéo" +#: ../../mod/delegate.php:124 +msgid "Existing Page Managers" +msgstr "Gestionnaires existants" -#: ../../mod/content.php:776 ../../object/Item.php:211 -msgid "add star" -msgstr "mett en avant" +#: ../../mod/delegate.php:126 +msgid "Existing Page Delegates" +msgstr "Délégataires existants" -#: ../../mod/content.php:777 ../../object/Item.php:212 -msgid "remove star" -msgstr "ne plus mettre en avant" +#: ../../mod/delegate.php:128 +msgid "Potential Delegates" +msgstr "Délégataires potentiels" -#: ../../mod/content.php:778 ../../object/Item.php:213 -msgid "toggle star status" -msgstr "mettre en avant" +#: ../../mod/delegate.php:131 +msgid "Add" +msgstr "Ajouter" -#: ../../mod/content.php:781 ../../object/Item.php:216 -msgid "starred" -msgstr "mis en avant" +#: ../../mod/delegate.php:132 +msgid "No entries." +msgstr "Aucune entrée." -#: ../../mod/content.php:782 ../../object/Item.php:221 -msgid "add tag" -msgstr "ajouter un tag" +#: ../../mod/nogroup.php:59 +msgid "Contacts who are not members of a group" +msgstr "Contacts qui n’appartiennent à aucun groupe" -#: ../../mod/content.php:786 ../../object/Item.php:130 -msgid "save to folder" -msgstr "sauver vers dossier" +#: ../../mod/fbrowser.php:113 +msgid "Files" +msgstr "Fichiers" -#: ../../mod/content.php:877 ../../object/Item.php:308 -msgid "to" -msgstr "à" +#: ../../mod/maintenance.php:5 +msgid "System down for maintenance" +msgstr "Système indisponible pour cause de maintenance" -#: ../../mod/content.php:878 ../../object/Item.php:310 -msgid "Wall-to-Wall" -msgstr "Inter-mur" +#: ../../mod/removeme.php:45 ../../mod/removeme.php:48 +msgid "Remove My Account" +msgstr "Supprimer mon compte" -#: ../../mod/content.php:879 ../../object/Item.php:311 -msgid "via Wall-To-Wall:" -msgstr "en Inter-mur:" +#: ../../mod/removeme.php:46 +msgid "" +"This will completely remove your account. Once this has been done it is not " +"recoverable." +msgstr "Ceci supprimera totalement votre compte. Cette opération est irréversible." -#: ../../object/Item.php:92 -msgid "This entry was edited" -msgstr "" +#: ../../mod/removeme.php:47 +msgid "Please enter your password for verification:" +msgstr "Merci de saisir votre mot de passe pour vérification:" -#: ../../object/Item.php:309 -msgid "via" -msgstr "via" +#: ../../mod/fsuggest.php:63 +msgid "Friend suggestion sent." +msgstr "Suggestion d'amitié/contact envoyée." -#: ../../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 "Réglages du thème graphique" +#: ../../mod/fsuggest.php:97 +msgid "Suggest Friends" +msgstr "Suggérer des amis/contacts" -#: ../../view/theme/cleanzero/config.php:83 -msgid "Set resize level for images in posts and comments (width and height)" -msgstr "Choisir une taille pour les images dans les publications et commentaires (largeur et hauteur)" - -#: ../../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 "Réglez 'font-size' (taille de police) pour publications et commentaires" - -#: ../../view/theme/cleanzero/config.php:85 -msgid "Set theme width" -msgstr "Largeur du thème" - -#: ../../view/theme/cleanzero/config.php:86 -#: ../../view/theme/quattro/config.php:68 -msgid "Color scheme" -msgstr "Palette de couleurs" - -#: ../../view/theme/diabook/config.php:156 -#: ../../view/theme/dispy/config.php:74 -msgid "Set line-height for posts and comments" -msgstr "Réglez 'line-height' (hauteur de police) pour publications et commentaires" - -#: ../../view/theme/diabook/config.php:157 -msgid "Set resolution for middle column" -msgstr "Réglez la résolution de la colonne centrale" - -#: ../../view/theme/diabook/config.php:158 -msgid "Set color scheme" -msgstr "Choisir le schéma de couleurs" - -#: ../../view/theme/diabook/config.php:159 -#: ../../view/theme/diabook/theme.php:609 -msgid "Set twitter search term" -msgstr "Rechercher un terme twitter" - -#: ../../view/theme/diabook/config.php:160 -msgid "Set zoomfactor for Earth Layer" -msgstr "Niveau de zoom" - -#: ../../view/theme/diabook/config.php:161 -#: ../../view/theme/diabook/theme.php:578 -msgid "Set longitude (X) for Earth Layers" -msgstr "Régler la longitude (X) pour la géolocalisation" - -#: ../../view/theme/diabook/config.php:162 -#: ../../view/theme/diabook/theme.php:579 -msgid "Set latitude (Y) for Earth Layers" -msgstr "Régler la latitude (Y) pour la géolocalisation" - -#: ../../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 "Pages de Communauté" - -#: ../../view/theme/diabook/config.php:164 -#: ../../view/theme/diabook/theme.php:572 -#: ../../view/theme/diabook/theme.php:633 -msgid "Earth Layers" -msgstr "Géolocalisation" - -#: ../../view/theme/diabook/config.php:165 -#: ../../view/theme/diabook/theme.php:384 -#: ../../view/theme/diabook/theme.php:634 -msgid "Community Profiles" -msgstr "Profils communautaires" - -#: ../../view/theme/diabook/config.php:166 -#: ../../view/theme/diabook/theme.php:592 -#: ../../view/theme/diabook/theme.php:635 -msgid "Help or @NewHere ?" -msgstr "Aide ou @NewHere?" - -#: ../../view/theme/diabook/config.php:167 -#: ../../view/theme/diabook/theme.php:599 -#: ../../view/theme/diabook/theme.php:636 -msgid "Connect Services" -msgstr "Connecter des services" - -#: ../../view/theme/diabook/config.php:168 -#: ../../view/theme/diabook/theme.php:516 -#: ../../view/theme/diabook/theme.php:637 -msgid "Find Friends" -msgstr "Trouver des amis" - -#: ../../view/theme/diabook/config.php:169 -msgid "Last tweets" -msgstr "Derniers tweets" - -#: ../../view/theme/diabook/config.php:170 -#: ../../view/theme/diabook/theme.php:405 -#: ../../view/theme/diabook/theme.php:639 -msgid "Last users" -msgstr "Derniers utilisateurs" - -#: ../../view/theme/diabook/config.php:171 -#: ../../view/theme/diabook/theme.php:479 -#: ../../view/theme/diabook/theme.php:640 -msgid "Last photos" -msgstr "Dernières photos" - -#: ../../view/theme/diabook/config.php:172 -#: ../../view/theme/diabook/theme.php:434 -#: ../../view/theme/diabook/theme.php:641 -msgid "Last likes" -msgstr "Dernièrement aimé" - -#: ../../view/theme/diabook/theme.php:89 -msgid "Your contacts" -msgstr "Vos contacts" - -#: ../../view/theme/diabook/theme.php:517 -msgid "Local Directory" -msgstr "Annuaire local" - -#: ../../view/theme/diabook/theme.php:577 -msgid "Set zoomfactor for Earth Layers" -msgstr "Régler le niveau de zoom pour la géolocalisation" - -#: ../../view/theme/diabook/theme.php:606 -#: ../../view/theme/diabook/theme.php:638 -msgid "Last Tweets" -msgstr "Derniers tweets" - -#: ../../view/theme/diabook/theme.php:630 -msgid "Show/hide boxes at right-hand column:" -msgstr "Montrer/cacher les boîtes dans la colonne de droite :" - -#: ../../view/theme/dispy/config.php:75 -msgid "Set colour scheme" -msgstr "Choisir le schéma de couleurs" - -#: ../../view/theme/quattro/config.php:67 -msgid "Alignment" -msgstr "Alignement" - -#: ../../view/theme/quattro/config.php:67 -msgid "Left" -msgstr "Gauche" - -#: ../../view/theme/quattro/config.php:67 -msgid "Center" -msgstr "Centre" - -#: ../../view/theme/quattro/config.php:69 -msgid "Posts font size" -msgstr "Taille de texte des messages" - -#: ../../view/theme/quattro/config.php:70 -msgid "Textareas font size" -msgstr "" - -#: ../../index.php:405 -msgid "toggle mobile" -msgstr "activ. mobile" - -#: ../../boot.php:673 -msgid "Delete this item?" -msgstr "Effacer cet élément?" - -#: ../../boot.php:676 -msgid "show fewer" -msgstr "montrer moins" - -#: ../../boot.php:1003 +#: ../../mod/fsuggest.php:99 #, php-format -msgid "Update %s failed. See error logs." -msgstr "Mise-à-jour %s échouée. Voir les journaux d'erreur." +msgid "Suggest a friend for %s" +msgstr "Suggérer un ami/contact pour %s" -#: ../../boot.php:1005 +#: ../../mod/item.php:108 +msgid "Unable to locate original post." +msgstr "Impossible de localiser l'article original." + +#: ../../mod/item.php:317 +msgid "Empty post discarded." +msgstr "Article vide défaussé." + +#: ../../mod/item.php:884 +msgid "System error. Post not saved." +msgstr "Erreur système. Publication non sauvée." + +#: ../../mod/item.php:909 #, php-format -msgid "Update Error at %s" -msgstr "Erreur de mise-à-jour à %s" +msgid "" +"This message was sent to you by %s, a member of the Friendica social " +"network." +msgstr "Ce message vous a été envoyé par %s, membre du réseau social Friendica." -#: ../../boot.php:1115 -msgid "Create a New Account" -msgstr "Créer un nouveau compte" +#: ../../mod/item.php:911 +#, php-format +msgid "You may visit them online at %s" +msgstr "Vous pouvez leur rendre visite sur %s" -#: ../../boot.php:1143 -msgid "Nickname or Email address: " -msgstr "Pseudo ou courriel: " +#: ../../mod/item.php:912 +msgid "" +"Please contact the sender by replying to this post if you do not wish to " +"receive these messages." +msgstr "Merci de contacter l’émetteur en répondant à cette publication si vous ne souhaitez pas recevoir ces messages." -#: ../../boot.php:1144 -msgid "Password: " -msgstr "Mot de passe: " +#: ../../mod/item.php:916 +#, php-format +msgid "%s posted an update." +msgstr "%s a publié une mise à jour." -#: ../../boot.php:1145 -msgid "Remember me" +#: ../../mod/ping.php:238 +msgid "{0} wants to be your friend" +msgstr "{0} souhaite être votre ami(e)" + +#: ../../mod/ping.php:243 +msgid "{0} sent you a message" +msgstr "{0} vous a envoyé un message" + +#: ../../mod/ping.php:248 +msgid "{0} requested registration" +msgstr "{0} a demandé à s'inscrire" + +#: ../../mod/ping.php:254 +#, php-format +msgid "{0} commented %s's post" +msgstr "{0} a commenté une notice de %s" + +#: ../../mod/ping.php:259 +#, php-format +msgid "{0} liked %s's post" +msgstr "{0} a aimé une notice de %s" + +#: ../../mod/ping.php:264 +#, php-format +msgid "{0} disliked %s's post" +msgstr "{0} n'a pas aimé une notice de %s" + +#: ../../mod/ping.php:269 +#, php-format +msgid "{0} is now friends with %s" +msgstr "{0} est désormais ami(e) avec %s" + +#: ../../mod/ping.php:274 +msgid "{0} posted" +msgstr "{0} a posté" + +#: ../../mod/ping.php:279 +#, php-format +msgid "{0} tagged %s's post with #%s" +msgstr "{0} a taggué la notice de %s avec #%s" + +#: ../../mod/ping.php:285 +msgid "{0} mentioned you in a post" +msgstr "{0} vous a mentionné dans une publication" + +#: ../../mod/openid.php:24 +msgid "OpenID protocol error. No ID returned." +msgstr "Erreur de protocole OpenID. Pas d'ID en retour." + +#: ../../mod/openid.php:53 +msgid "" +"Account not found and OpenID registration is not permitted on this site." +msgstr "Compte introuvable, et l'inscription OpenID n'est pas autorisée sur ce site." + +#: ../../mod/openid.php:93 ../../include/auth.php:112 +#: ../../include/auth.php:175 +msgid "Login failed." +msgstr "Échec de connexion." + +#: ../../mod/notifications.php:26 +msgid "Invalid request identifier." +msgstr "Identifiant de demande invalide." + +#: ../../mod/notifications.php:35 ../../mod/notifications.php:165 +#: ../../mod/notifications.php:211 +msgid "Discard" +msgstr "Rejeter" + +#: ../../mod/notifications.php:78 +msgid "System" +msgstr "Système" + +#: ../../mod/notifications.php:83 ../../include/nav.php:140 +msgid "Network" +msgstr "Réseau" + +#: ../../mod/notifications.php:98 ../../include/nav.php:149 +msgid "Introductions" +msgstr "Introductions" + +#: ../../mod/notifications.php:122 +msgid "Show Ignored Requests" +msgstr "Voir les demandes ignorées" + +#: ../../mod/notifications.php:122 +msgid "Hide Ignored Requests" +msgstr "Cacher les demandes ignorées" + +#: ../../mod/notifications.php:149 ../../mod/notifications.php:195 +msgid "Notification type: " +msgstr "Type de notification: " + +#: ../../mod/notifications.php:150 +msgid "Friend Suggestion" +msgstr "Suggestion d'amitié/contact" + +#: ../../mod/notifications.php:152 +#, php-format +msgid "suggested by %s" +msgstr "suggéré(e) par %s" + +#: ../../mod/notifications.php:158 ../../mod/notifications.php:205 +msgid "Post a new friend activity" +msgstr "Poster concernant les nouvelles amitiés" + +#: ../../mod/notifications.php:158 ../../mod/notifications.php:205 +msgid "if applicable" +msgstr "si possible" + +#: ../../mod/notifications.php:181 +msgid "Claims to be known to you: " +msgstr "Prétend que vous le connaissez: " + +#: ../../mod/notifications.php:181 +msgid "yes" +msgstr "oui" + +#: ../../mod/notifications.php:181 +msgid "no" +msgstr "non" + +#: ../../mod/notifications.php:188 +msgid "Approve as: " +msgstr "Approuver en tant que: " + +#: ../../mod/notifications.php:189 +msgid "Friend" +msgstr "Ami" + +#: ../../mod/notifications.php:190 +msgid "Sharer" +msgstr "Initiateur du partage" + +#: ../../mod/notifications.php:190 +msgid "Fan/Admirer" +msgstr "Fan/Admirateur" + +#: ../../mod/notifications.php:196 +msgid "Friend/Connect Request" +msgstr "Demande de connexion/relation" + +#: ../../mod/notifications.php:196 +msgid "New Follower" +msgstr "Nouvel abonné" + +#: ../../mod/notifications.php:217 +msgid "No introductions." +msgstr "Aucune demande d'introduction." + +#: ../../mod/notifications.php:220 ../../include/nav.php:150 +msgid "Notifications" +msgstr "Notifications" + +#: ../../mod/notifications.php:257 ../../mod/notifications.php:382 +#: ../../mod/notifications.php:469 +#, php-format +msgid "%s liked %s's post" +msgstr "%s a aimé la notice de %s" + +#: ../../mod/notifications.php:266 ../../mod/notifications.php:391 +#: ../../mod/notifications.php:478 +#, php-format +msgid "%s disliked %s's post" +msgstr "%s n'a pas aimé la notice de %s" + +#: ../../mod/notifications.php:280 ../../mod/notifications.php:405 +#: ../../mod/notifications.php:492 +#, php-format +msgid "%s is now friends with %s" +msgstr "%s est désormais ami(e) avec %s" + +#: ../../mod/notifications.php:287 ../../mod/notifications.php:412 +#, php-format +msgid "%s created a new post" +msgstr "%s a publié une notice" + +#: ../../mod/notifications.php:288 ../../mod/notifications.php:413 +#: ../../mod/notifications.php:501 +#, php-format +msgid "%s commented on %s's post" +msgstr "%s a commenté une notice de %s" + +#: ../../mod/notifications.php:302 +msgid "No more network notifications." +msgstr "Aucune notification du réseau." + +#: ../../mod/notifications.php:306 +msgid "Network Notifications" +msgstr "Notifications du réseau" + +#: ../../mod/notifications.php:427 +msgid "No more personal notifications." +msgstr "Aucun notification personnelle." + +#: ../../mod/notifications.php:431 +msgid "Personal Notifications" +msgstr "Notifications personnelles" + +#: ../../mod/notifications.php:508 +msgid "No more home notifications." +msgstr "Aucune notification de la page d'accueil." + +#: ../../mod/notifications.php:512 +msgid "Home Notifications" +msgstr "Notifications de page d'accueil" + +#: ../../mod/invite.php:27 +msgid "Total invitation limit exceeded." +msgstr "La limite d'invitation totale est éxédée." + +#: ../../mod/invite.php:49 +#, php-format +msgid "%s : Not a valid email address." +msgstr "%s : Adresse de courriel invalide." + +#: ../../mod/invite.php:73 +msgid "Please join us on Friendica" +msgstr "Rejoignez-nous sur Friendica" + +#: ../../mod/invite.php:84 +msgid "Invitation limit exceeded. Please contact your site administrator." +msgstr "Limite d'invitation exédée. Veuillez contacter l'administrateur de votre site." + +#: ../../mod/invite.php:89 +#, php-format +msgid "%s : Message delivery failed." +msgstr "%s : L'envoi du message a échoué." + +#: ../../mod/invite.php:93 +#, php-format +msgid "%d message sent." +msgid_plural "%d messages sent." +msgstr[0] "%d message envoyé." +msgstr[1] "%d messages envoyés." + +#: ../../mod/invite.php:112 +msgid "You have no more invitations available" +msgstr "Vous n'avez plus d'invitations disponibles" + +#: ../../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 "Visitez %s pour une liste des sites publics que vous pouvez rejoindre. Les membres de Friendica appartenant à d'autres sites peuvent s'interconnecter, ainsi qu'avec les membres de plusieurs autres réseaux sociaux." + +#: ../../mod/invite.php:122 +#, php-format +msgid "" +"To accept this invitation, please visit and register at %s or any other " +"public Friendica website." +msgstr "Pour accepter cette invitation, merci d'aller vous inscrire sur %s, ou n'importe quel autre site Friendica public." + +#: ../../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 "Les sites Friendica sont tous interconnectés pour créer un immense réseau social respectueux de la vie privée, possédé et contrôllé par ses membres. Ils peuvent également interagir avec plusieurs réseaux sociaux traditionnels. Voir %s pour une liste d'autres sites Friendica que vous pourriez rejoindre." + +#: ../../mod/invite.php:126 +msgid "" +"Our apologies. This system is not currently configured to connect with other" +" public sites or invite members." +msgstr "Toutes nos excuses. Ce système n'est pas configuré pour se connecter à d'autres sites publics ou inviter de nouveaux membres." + +#: ../../mod/invite.php:132 +msgid "Send invitations" +msgstr "Envoyer des invitations" + +#: ../../mod/invite.php:133 +msgid "Enter email addresses, one per line:" +msgstr "Entrez les adresses email, une par ligne:" + +#: ../../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 "Vous êtes cordialement invité à me rejoindre sur Friendica, et nous aider ainsi à créer un meilleur web social." + +#: ../../mod/invite.php:137 +msgid "You will need to supply this invitation code: $invite_code" +msgstr "Vous devrez fournir ce code d'invitation: $invite_code" + +#: ../../mod/invite.php:137 +msgid "" +"Once you have registered, please connect with me via my profile page at:" +msgstr "Une fois inscrit, connectez-vous à la page de mon profil sur:" + +#: ../../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 "Pour plus d'information sur le projet Friendica, et pourquoi nous croyons qu'il est important, merci de visiter http://friendica.com" + +#: ../../mod/manage.php:106 +msgid "Manage Identities and/or Pages" +msgstr "Gérer les identités et/ou les pages" + +#: ../../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 "Basculez entre les différentes identités ou pages (groupes/communautés) qui se partagent votre compte ou que vous avez été autorisé à gérer." + +#: ../../mod/manage.php:108 +msgid "Select an identity to manage: " +msgstr "Choisir une identité à gérer: " + +#: ../../mod/home.php:34 +#, php-format +msgid "Welcome to %s" +msgstr "Bienvenue sur %s" + +#: ../../mod/allfriends.php:34 +#, php-format +msgid "Friends of %s" +msgstr "Amis de %s" + +#: ../../mod/allfriends.php:40 +msgid "No friends to display." +msgstr "Pas d'amis à afficher." + +#: ../../include/contact_widgets.php:6 +msgid "Add New Contact" +msgstr "Ajouter un nouveau contact" + +#: ../../include/contact_widgets.php:7 +msgid "Enter address or web location" +msgstr "Entrez son adresse ou sa localisation web" + +#: ../../include/contact_widgets.php:8 +msgid "Example: bob@example.com, http://example.com/barbara" +msgstr "Exemple: 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 invitation disponible" +msgstr[1] "%d invitations disponibles" + +#: ../../include/contact_widgets.php:29 +msgid "Find People" +msgstr "Trouver des personnes" + +#: ../../include/contact_widgets.php:30 +msgid "Enter name or interest" +msgstr "Entrez un nom ou un centre d'intérêt" + +#: ../../include/contact_widgets.php:31 +msgid "Connect/Follow" +msgstr "Connecter/Suivre" + +#: ../../include/contact_widgets.php:32 +msgid "Examples: Robert Morgenstein, Fishing" +msgstr "Exemples: Robert Morgenstein, Pêche" + +#: ../../include/contact_widgets.php:36 +msgid "Random Profile" +msgstr "Profil au hasard" + +#: ../../include/contact_widgets.php:70 +msgid "Networks" +msgstr "Réseaux" + +#: ../../include/contact_widgets.php:73 +msgid "All Networks" +msgstr "Tous réseaux" + +#: ../../include/contact_widgets.php:103 ../../include/features.php:59 +msgid "Saved Folders" +msgstr "Dossiers sauvegardés" + +#: ../../include/contact_widgets.php:106 ../../include/contact_widgets.php:138 +msgid "Everything" +msgstr "Tout" + +#: ../../include/contact_widgets.php:135 +msgid "Categories" +msgstr "Catégories" + +#: ../../include/plugin.php:454 ../../include/plugin.php:456 +msgid "Click here to upgrade." +msgstr "Cliquez ici pour mettre à jour." + +#: ../../include/plugin.php:462 +msgid "This action exceeds the limits set by your subscription plan." +msgstr "Cette action dépasse les limites définies par votre abonnement." + +#: ../../include/plugin.php:467 +msgid "This action is not available under your subscription plan." +msgstr "Cette action n'est pas disponible avec votre abonnement." + +#: ../../include/api.php:255 ../../include/api.php:266 +#: ../../include/api.php:356 +msgid "User not found." msgstr "" -#: ../../boot.php:1148 -msgid "Or login using OpenID: " -msgstr "Ou connectez-vous via OpenID: " - -#: ../../boot.php:1154 -msgid "Forgot your password?" -msgstr "Mot de passe oublié?" - -#: ../../boot.php:1157 -msgid "Website Terms of Service" +#: ../../include/api.php:1024 +msgid "There is no status with this id." msgstr "" -#: ../../boot.php:1158 -msgid "terms of service" +#: ../../include/network.php:883 +msgid "view full size" +msgstr "voir en pleine taille" + +#: ../../include/event.php:20 ../../include/bb2diaspora.php:399 +msgid "Starts:" +msgstr "Débute:" + +#: ../../include/event.php:30 ../../include/bb2diaspora.php:407 +msgid "Finishes:" +msgstr "Finit:" + +#: ../../include/notifier.php:774 ../../include/delivery.php:457 +msgid "(no subject)" +msgstr "(sans titre)" + +#: ../../include/notifier.php:784 ../../include/enotify.php:28 +#: ../../include/delivery.php:468 +msgid "noreply" +msgstr "noreply" + +#: ../../include/user.php:39 +msgid "An invitation is required." +msgstr "Une invitation est requise." + +#: ../../include/user.php:44 +msgid "Invitation could not be verified." +msgstr "L'invitation fournie n'a pu être validée." + +#: ../../include/user.php:52 +msgid "Invalid OpenID url" +msgstr "Adresse OpenID invalide" + +#: ../../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 "Nous avons eu un souci avec l'OpenID que vous avez fourni. merci de vérifier l'orthographe correcte de ce dernier." + +#: ../../include/user.php:66 ../../include/auth.php:128 +msgid "The error message was:" +msgstr "Le message d'erreur était :" + +#: ../../include/user.php:73 +msgid "Please enter the required information." +msgstr "Entrez les informations requises." + +#: ../../include/user.php:87 +msgid "Please use a shorter name." +msgstr "Utilisez un nom plus court." + +#: ../../include/user.php:89 +msgid "Name too short." +msgstr "Nom trop court." + +#: ../../include/user.php:104 +msgid "That doesn't appear to be your full (First Last) name." +msgstr "Ceci ne semble pas être votre nom complet (Prénom Nom)." + +#: ../../include/user.php:109 +msgid "Your email domain is not among those allowed on this site." +msgstr "Votre domaine de courriel n'est pas autorisé sur ce site." + +#: ../../include/user.php:112 +msgid "Not a valid email address." +msgstr "Ceci n'est pas une adresse courriel valide." + +#: ../../include/user.php:125 +msgid "Cannot use that email." +msgstr "Impossible d'utiliser ce courriel." + +#: ../../include/user.php:131 +msgid "" +"Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and " +"must also begin with a letter." +msgstr "Votre \"pseudo\" peut seulement contenir les caractères \"a-z\", \"0-9\", \"-\", and \"_\", et doit commencer par une lettre." + +#: ../../include/user.php:137 ../../include/user.php:235 +msgid "Nickname is already registered. Please choose another." +msgstr "Pseudo déjà utilisé. Merci d'en choisir un autre." + +#: ../../include/user.php:147 +msgid "" +"Nickname was once registered here and may not be re-used. Please choose " +"another." +msgstr "Ce surnom a déjà été utilisé ici, et ne peut re-servir. Merci d'en choisir un autre." + +#: ../../include/user.php:163 +msgid "SERIOUS ERROR: Generation of security keys failed." +msgstr "ERREUR SÉRIEUSE: La génération des clés de sécurité a échoué." + +#: ../../include/user.php:221 +msgid "An error occurred during registration. Please try again." +msgstr "Une erreur est survenue lors de l'inscription. Merci de recommencer." + +#: ../../include/user.php:256 +msgid "An error occurred creating your default profile. Please try again." +msgstr "Une erreur est survenue lors de la création de votre profil par défaut. Merci de recommencer." + +#: ../../include/user.php:288 ../../include/user.php:292 +#: ../../include/profile_selectors.php:42 +msgid "Friends" +msgstr "Amis" + +#: ../../include/conversation.php:207 +#, php-format +msgid "%1$s poked %2$s" +msgstr "%1$s a sollicité %2$s" + +#: ../../include/conversation.php:211 ../../include/text.php:986 +msgid "poked" +msgstr "a titillé" + +#: ../../include/conversation.php:291 +msgid "post/item" +msgstr "publication/élément" + +#: ../../include/conversation.php:292 +#, php-format +msgid "%1$s marked %2$s's %3$s as favorite" +msgstr "%1$s a marqué le %3$s de %2$s comme favori" + +#: ../../include/conversation.php:767 +msgid "remove" +msgstr "enlever" + +#: ../../include/conversation.php:771 +msgid "Delete Selected Items" +msgstr "Supprimer les éléments sélectionnés" + +#: ../../include/conversation.php:870 +msgid "Follow Thread" +msgstr "Suivre le fil" + +#: ../../include/conversation.php:871 ../../include/Contact.php:229 +msgid "View Status" +msgstr "Voir les statuts" + +#: ../../include/conversation.php:872 ../../include/Contact.php:230 +msgid "View Profile" +msgstr "Voir le profil" + +#: ../../include/conversation.php:873 ../../include/Contact.php:231 +msgid "View Photos" +msgstr "Voir les photos" + +#: ../../include/conversation.php:874 ../../include/Contact.php:232 +#: ../../include/Contact.php:255 +msgid "Network Posts" +msgstr "Posts du Réseau" + +#: ../../include/conversation.php:875 ../../include/Contact.php:233 +#: ../../include/Contact.php:255 +msgid "Edit Contact" +msgstr "Éditer le contact" + +#: ../../include/conversation.php:876 ../../include/Contact.php:235 +#: ../../include/Contact.php:255 +msgid "Send PM" +msgstr "Message privé" + +#: ../../include/conversation.php:877 ../../include/Contact.php:228 +msgid "Poke" +msgstr "Sollicitations (pokes)" + +#: ../../include/conversation.php:939 +#, php-format +msgid "%s likes this." +msgstr "%s aime ça." + +#: ../../include/conversation.php:939 +#, php-format +msgid "%s doesn't like this." +msgstr "%s n'aime pas ça." + +#: ../../include/conversation.php:944 +#, php-format +msgid "%2$d people like this" msgstr "" -#: ../../boot.php:1160 -msgid "Website Privacy Policy" +#: ../../include/conversation.php:947 +#, php-format +msgid "%2$d people don't like this" msgstr "" -#: ../../boot.php:1161 -msgid "privacy policy" +#: ../../include/conversation.php:961 +msgid "and" +msgstr "et" + +#: ../../include/conversation.php:967 +#, php-format +msgid ", and %d other people" +msgstr ", et %d autres personnes" + +#: ../../include/conversation.php:969 +#, php-format +msgid "%s like this." +msgstr "%s aiment ça." + +#: ../../include/conversation.php:969 +#, php-format +msgid "%s don't like this." +msgstr "%s n'aiment pas ça." + +#: ../../include/conversation.php:996 ../../include/conversation.php:1014 +msgid "Visible to everybody" +msgstr "Visible par tout le monde" + +#: ../../include/conversation.php:998 ../../include/conversation.php:1016 +msgid "Please enter a video link/URL:" +msgstr "Entrez un lien/URL video :" + +#: ../../include/conversation.php:999 ../../include/conversation.php:1017 +msgid "Please enter an audio link/URL:" +msgstr "Entrez un lien/URL audio :" + +#: ../../include/conversation.php:1000 ../../include/conversation.php:1018 +msgid "Tag term:" +msgstr "Tag : " + +#: ../../include/conversation.php:1002 ../../include/conversation.php:1020 +msgid "Where are you right now?" +msgstr "Où êtes-vous présentemment?" + +#: ../../include/conversation.php:1003 +msgid "Delete item(s)?" +msgstr "Supprimer les élément(s) ?" + +#: ../../include/conversation.php:1045 +msgid "Post to Email" +msgstr "Publier aussi par courriel" + +#: ../../include/conversation.php:1101 +msgid "permissions" +msgstr "permissions" + +#: ../../include/conversation.php:1125 +msgid "Post to Groups" msgstr "" -#: ../../boot.php:1290 -msgid "Requested account is not available." -msgstr "Le compte demandé n'est pas disponible." - -#: ../../boot.php:1369 ../../boot.php:1473 -msgid "Edit profile" -msgstr "Editer le profil" - -#: ../../boot.php:1435 -msgid "Message" -msgstr "Message" - -#: ../../boot.php:1443 -msgid "Manage/edit profiles" -msgstr "Gérer/éditer les profils" - -#: ../../boot.php:1572 ../../boot.php:1658 -msgid "g A l F d" -msgstr "g A | F d" - -#: ../../boot.php:1573 ../../boot.php:1659 -msgid "F d" -msgstr "F d" - -#: ../../boot.php:1618 ../../boot.php:1699 -msgid "[today]" -msgstr "[aujourd'hui]" - -#: ../../boot.php:1630 -msgid "Birthday Reminders" -msgstr "Rappels d'anniversaires" - -#: ../../boot.php:1631 -msgid "Birthdays this week:" -msgstr "Anniversaires cette semaine:" - -#: ../../boot.php:1692 -msgid "[No description]" -msgstr "[Sans description]" - -#: ../../boot.php:1710 -msgid "Event Reminders" -msgstr "Rappels d'événements" - -#: ../../boot.php:1711 -msgid "Events this week:" -msgstr "Evénements cette semaine:" - -#: ../../boot.php:1947 -msgid "Status Messages and Posts" -msgstr "Messages d'état et publications" - -#: ../../boot.php:1954 -msgid "Profile Details" -msgstr "Détails du profil" - -#: ../../boot.php:1965 ../../boot.php:1968 -msgid "Videos" +#: ../../include/conversation.php:1126 +msgid "Post to Contacts" msgstr "" -#: ../../boot.php:1978 -msgid "Events and Calendar" -msgstr "Événements et agenda" +#: ../../include/conversation.php:1127 +msgid "Private post" +msgstr "Message privé" -#: ../../boot.php:1985 -msgid "Only You Can See This" -msgstr "Vous seul pouvez voir ça" +#: ../../include/auth.php:38 +msgid "Logged out." +msgstr "Déconnecté." + +#: ../../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 "Erreur de création d'utilisateur" + +#: ../../include/uimport.php:171 +msgid "User profile creation error" +msgstr "Erreur de création du profil utilisateur" + +#: ../../include/uimport.php:220 +#, php-format +msgid "%d contact not imported" +msgid_plural "%d contacts not imported" +msgstr[0] "%d contacts non importés" +msgstr[1] "%d contacts non importés" + +#: ../../include/uimport.php:290 +msgid "Done. You can now login with your username and password" +msgstr "" + +#: ../../include/text.php:300 +msgid "newer" +msgstr "Plus récent" + +#: ../../include/text.php:302 +msgid "older" +msgstr "Plus ancien" + +#: ../../include/text.php:307 +msgid "prev" +msgstr "précédent" + +#: ../../include/text.php:309 +msgid "first" +msgstr "premier" + +#: ../../include/text.php:341 +msgid "last" +msgstr "dernier" + +#: ../../include/text.php:344 +msgid "next" +msgstr "suivant" + +#: ../../include/text.php:836 +msgid "No contacts" +msgstr "Aucun contact" + +#: ../../include/text.php:845 +#, php-format +msgid "%d Contact" +msgid_plural "%d Contacts" +msgstr[0] "%d contact" +msgstr[1] "%d contacts" + +#: ../../include/text.php:986 +msgid "poke" +msgstr "titiller" + +#: ../../include/text.php:987 +msgid "ping" +msgstr "attirer l'attention" + +#: ../../include/text.php:987 +msgid "pinged" +msgstr "a attiré l'attention de" + +#: ../../include/text.php:988 +msgid "prod" +msgstr "aiguillonner" + +#: ../../include/text.php:988 +msgid "prodded" +msgstr "a aiguillonné" + +#: ../../include/text.php:989 +msgid "slap" +msgstr "gifler" + +#: ../../include/text.php:989 +msgid "slapped" +msgstr "a giflé" + +#: ../../include/text.php:990 +msgid "finger" +msgstr "tripoter" + +#: ../../include/text.php:990 +msgid "fingered" +msgstr "a tripoté" + +#: ../../include/text.php:991 +msgid "rebuff" +msgstr "rabrouer" + +#: ../../include/text.php:991 +msgid "rebuffed" +msgstr "a rabroué" + +#: ../../include/text.php:1005 +msgid "happy" +msgstr "heureuse" + +#: ../../include/text.php:1006 +msgid "sad" +msgstr "triste" + +#: ../../include/text.php:1007 +msgid "mellow" +msgstr "suave" + +#: ../../include/text.php:1008 +msgid "tired" +msgstr "fatiguée" + +#: ../../include/text.php:1009 +msgid "perky" +msgstr "guillerette" + +#: ../../include/text.php:1010 +msgid "angry" +msgstr "colérique" + +#: ../../include/text.php:1011 +msgid "stupified" +msgstr "stupéfaite" + +#: ../../include/text.php:1012 +msgid "puzzled" +msgstr "perplexe" + +#: ../../include/text.php:1013 +msgid "interested" +msgstr "intéressée" + +#: ../../include/text.php:1014 +msgid "bitter" +msgstr "amère" + +#: ../../include/text.php:1015 +msgid "cheerful" +msgstr "entraînante" + +#: ../../include/text.php:1016 +msgid "alive" +msgstr "vivante" + +#: ../../include/text.php:1017 +msgid "annoyed" +msgstr "ennuyée" + +#: ../../include/text.php:1018 +msgid "anxious" +msgstr "anxieuse" + +#: ../../include/text.php:1019 +msgid "cranky" +msgstr "excentrique" + +#: ../../include/text.php:1020 +msgid "disturbed" +msgstr "dérangée" + +#: ../../include/text.php:1021 +msgid "frustrated" +msgstr "frustrée" + +#: ../../include/text.php:1022 +msgid "motivated" +msgstr "motivée" + +#: ../../include/text.php:1023 +msgid "relaxed" +msgstr "détendue" + +#: ../../include/text.php:1024 +msgid "surprised" +msgstr "surprise" + +#: ../../include/text.php:1192 +msgid "Monday" +msgstr "Lundi" + +#: ../../include/text.php:1192 +msgid "Tuesday" +msgstr "Mardi" + +#: ../../include/text.php:1192 +msgid "Wednesday" +msgstr "Mercredi" + +#: ../../include/text.php:1192 +msgid "Thursday" +msgstr "Jeudi" + +#: ../../include/text.php:1192 +msgid "Friday" +msgstr "Vendredi" + +#: ../../include/text.php:1192 +msgid "Saturday" +msgstr "Samedi" + +#: ../../include/text.php:1192 +msgid "Sunday" +msgstr "Dimanche" + +#: ../../include/text.php:1196 +msgid "January" +msgstr "Janvier" + +#: ../../include/text.php:1196 +msgid "February" +msgstr "Février" + +#: ../../include/text.php:1196 +msgid "March" +msgstr "Mars" + +#: ../../include/text.php:1196 +msgid "April" +msgstr "Avril" + +#: ../../include/text.php:1196 +msgid "May" +msgstr "Mai" + +#: ../../include/text.php:1196 +msgid "June" +msgstr "Juin" + +#: ../../include/text.php:1196 +msgid "July" +msgstr "Juillet" + +#: ../../include/text.php:1196 +msgid "August" +msgstr "Août" + +#: ../../include/text.php:1196 +msgid "September" +msgstr "Septembre" + +#: ../../include/text.php:1196 +msgid "October" +msgstr "Octobre" + +#: ../../include/text.php:1196 +msgid "November" +msgstr "Novembre" + +#: ../../include/text.php:1196 +msgid "December" +msgstr "Décembre" + +#: ../../include/text.php:1415 +msgid "bytes" +msgstr "octets" + +#: ../../include/text.php:1439 ../../include/text.php:1451 +msgid "Click to open/close" +msgstr "Cliquer pour ouvrir/fermer" + +#: ../../include/text.php:1670 +msgid "Select an alternate language" +msgstr "Choisir une langue alternative" + +#: ../../include/text.php:1926 +msgid "activity" +msgstr "activité" + +#: ../../include/text.php:1929 +msgid "post" +msgstr "publication" + +#: ../../include/text.php:2084 +msgid "Item filed" +msgstr "Élément classé" + +#: ../../include/enotify.php:16 +msgid "Friendica Notification" +msgstr "Notification Friendica" + +#: ../../include/enotify.php:19 +msgid "Thank You," +msgstr "Merci, " + +#: ../../include/enotify.php:21 +#, php-format +msgid "%s Administrator" +msgstr "L'administrateur de %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:Notification] Nouveau courriel reçu sur %s" + +#: ../../include/enotify.php:46 +#, php-format +msgid "%1$s sent you a new private message at %2$s." +msgstr "%1$s vous a envoyé un nouveau message privé sur %2$s." + +#: ../../include/enotify.php:47 +#, php-format +msgid "%1$s sent you %2$s." +msgstr "%1$s vous a envoyé %2$s." + +#: ../../include/enotify.php:47 +msgid "a private message" +msgstr "un message privé" + +#: ../../include/enotify.php:48 +#, php-format +msgid "Please visit %s to view and/or reply to your private messages." +msgstr "Merci de visiter %s pour voir vos messages privés et/ou y répondre." + +#: ../../include/enotify.php:90 +#, php-format +msgid "%1$s commented on [url=%2$s]a %3$s[/url]" +msgstr "%1$s a commenté sur [url=%2$s]un %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 a commenté sur [url=%2$s]le %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 commented on [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 "[Friendica:Notification] Commentaire de %2$s sur la conversation #%1$d" + +#: ../../include/enotify.php:116 +#, php-format +msgid "%s commented on an item/conversation you have been following." +msgstr "%s a commenté un élément que vous suivez." + +#: ../../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 "Merci de visiter %s pour voir la conversation et/ou y répondre." + +#: ../../include/enotify.php:126 +#, php-format +msgid "[Friendica:Notify] %s posted to your profile wall" +msgstr "[Friendica:Notification] %s a posté sur votre mur de profil" + +#: ../../include/enotify.php:128 +#, php-format +msgid "%1$s posted to your profile wall at %2$s" +msgstr "%1$s a publié sur votre mur à %2$s" + +#: ../../include/enotify.php:130 +#, php-format +msgid "%1$s posted to [url=%2$s]your wall[/url]" +msgstr "%1$s a posté sur [url=%2$s]votre mur[/url]" + +#: ../../include/enotify.php:141 +#, php-format +msgid "[Friendica:Notify] %s tagged you" +msgstr "[Friendica:Notification] %s vous a repéré" + +#: ../../include/enotify.php:142 +#, php-format +msgid "%1$s tagged you at %2$s" +msgstr "%1$s vous parle sur %2$s" + +#: ../../include/enotify.php:143 +#, php-format +msgid "%1$s [url=%2$s]tagged you[/url]." +msgstr "%1$s [url=%2$s]vous a taggé[/url]." + +#: ../../include/enotify.php:155 +#, php-format +msgid "[Friendica:Notify] %1$s poked you" +msgstr "[Friendica:Notify] %1$s vous a sollicité" + +#: ../../include/enotify.php:156 +#, php-format +msgid "%1$s poked you at %2$s" +msgstr "%1$s vous a sollicité via %2$s" + +#: ../../include/enotify.php:157 +#, php-format +msgid "%1$s [url=%2$s]poked you[/url]." +msgstr "%1$s vous a [url=%2$s]sollicité[/url]." + +#: ../../include/enotify.php:172 +#, php-format +msgid "[Friendica:Notify] %s tagged your post" +msgstr "[Friendica:Notification] %s a repéré votre publication" + +#: ../../include/enotify.php:173 +#, php-format +msgid "%1$s tagged your post at %2$s" +msgstr "%1$s a tagué votre contenu sur %2$s" + +#: ../../include/enotify.php:174 +#, php-format +msgid "%1$s tagged [url=%2$s]your post[/url]" +msgstr "%1$s a tagué [url=%2$s]votre contenu[/url]" + +#: ../../include/enotify.php:185 +msgid "[Friendica:Notify] Introduction received" +msgstr "[Friendica:Notification] Introduction reçue" + +#: ../../include/enotify.php:186 +#, php-format +msgid "You've received an introduction from '%1$s' at %2$s" +msgstr "Vous avez reçu une introduction de '%1$s' sur %2$s" + +#: ../../include/enotify.php:187 +#, php-format +msgid "You've received [url=%1$s]an introduction[/url] from %2$s." +msgstr "Vous avez reçu [url=%1$s]une introduction[/url] de %2$s." + +#: ../../include/enotify.php:190 ../../include/enotify.php:208 +#, php-format +msgid "You may visit their profile at %s" +msgstr "Vous pouvez visiter son profil sur %s" + +#: ../../include/enotify.php:192 +#, php-format +msgid "Please visit %s to approve or reject the introduction." +msgstr "Merci de visiter %s pour approuver ou rejeter l'introduction." + +#: ../../include/enotify.php:199 +msgid "[Friendica:Notify] Friend suggestion received" +msgstr "[Friendica:Notification] Nouvelle suggestion d'amitié" + +#: ../../include/enotify.php:200 +#, php-format +msgid "You've received a friend suggestion from '%1$s' at %2$s" +msgstr "Vous avez reçu une suggestion de '%1$s' sur %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 "Vous avez reçu [url=%1$s]une suggestion[/url] de %3$s pour %2$s." + +#: ../../include/enotify.php:206 +msgid "Name:" +msgstr "Nom :" + +#: ../../include/enotify.php:207 +msgid "Photo:" +msgstr "Photo :" + +#: ../../include/enotify.php:210 +#, php-format +msgid "Please visit %s to approve or reject the suggestion." +msgstr "Merci de visiter %s pour approuver ou rejeter la suggestion." + +#: ../../include/Scrape.php:583 +msgid " on Last.fm" +msgstr "sur 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 "Un groupe supprimé a été recréé. Les permissions existantes pourraient s'appliquer à ce groupe et aux futurs membres. Si ce n'est pas le comportement attendu, merci de re-créer un autre groupe sous un autre nom." + +#: ../../include/group.php:207 +msgid "Default privacy group for new contacts" +msgstr "Paramètres de confidentialité par défaut pour les nouveaux contacts" + +#: ../../include/group.php:226 +msgid "Everybody" +msgstr "Tout le monde" + +#: ../../include/group.php:249 +msgid "edit" +msgstr "éditer" + +#: ../../include/group.php:271 +msgid "Edit group" +msgstr "Editer groupe" + +#: ../../include/group.php:272 +msgid "Create a new group" +msgstr "Créer un nouveau groupe" + +#: ../../include/group.php:273 +msgid "Contacts not in any group" +msgstr "Contacts n'appartenant à aucun groupe" + +#: ../../include/follow.php:32 +msgid "Connect URL missing." +msgstr "URL de connexion manquante." + +#: ../../include/follow.php:59 +msgid "" +"This site is not configured to allow communications with other networks." +msgstr "Ce site n'est pas configuré pour dialoguer avec d'autres réseaux." + +#: ../../include/follow.php:60 ../../include/follow.php:80 +msgid "No compatible communication protocols or feeds were discovered." +msgstr "Aucun protocole de communication ni aucun flux n'a pu être découvert." + +#: ../../include/follow.php:78 +msgid "The profile address specified does not provide adequate information." +msgstr "L'adresse de profil indiquée ne fournit par les informations adéquates." + +#: ../../include/follow.php:82 +msgid "An author or name was not found." +msgstr "Aucun auteur ou nom d'auteur n'a pu être trouvé." + +#: ../../include/follow.php:84 +msgid "No browser URL could be matched to this address." +msgstr "Aucune URL de navigation ne correspond à cette adresse." + +#: ../../include/follow.php:86 +msgid "" +"Unable to match @-style Identity Address with a known protocol or email " +"contact." +msgstr "Impossible de faire correspondre l'adresse d'identité en \"@\" avec un protocole connu ou un contact courriel." + +#: ../../include/follow.php:87 +msgid "Use mailto: in front of address to force email check." +msgstr "Utilisez mailto: en face d'une adresse pour l'obliger à être reconnue comme courriel." + +#: ../../include/follow.php:93 +msgid "" +"The profile address specified belongs to a network which has been disabled " +"on this site." +msgstr "L'adresse de profil spécifiée correspond à un réseau qui a été désactivé sur ce site." + +#: ../../include/follow.php:103 +msgid "" +"Limited profile. This person will be unable to receive direct/personal " +"notifications from you." +msgstr "Profil limité. Cette personne ne sera pas capable de recevoir des notifications directes/personnelles de votre part." + +#: ../../include/follow.php:205 +msgid "Unable to retrieve contact information." +msgstr "Impossible de récupérer les informations du contact." + +#: ../../include/follow.php:259 +msgid "following" +msgstr "following" + +#: ../../include/message.php:15 ../../include/message.php:172 +msgid "[no subject]" +msgstr "[pas de sujet]" + +#: ../../include/nav.php:73 +msgid "End this session" +msgstr "Mettre fin à cette session" + +#: ../../include/nav.php:91 +msgid "Sign in" +msgstr "Se connecter" + +#: ../../include/nav.php:104 +msgid "Home Page" +msgstr "Page d'accueil" + +#: ../../include/nav.php:108 +msgid "Create an account" +msgstr "Créer un compte" + +#: ../../include/nav.php:113 +msgid "Help and documentation" +msgstr "Aide et documentation" + +#: ../../include/nav.php:116 +msgid "Apps" +msgstr "Applications" + +#: ../../include/nav.php:116 +msgid "Addon applications, utilities, games" +msgstr "Applications supplémentaires, utilitaires, jeux" + +#: ../../include/nav.php:118 +msgid "Search site content" +msgstr "Rechercher dans le contenu du site" + +#: ../../include/nav.php:128 +msgid "Conversations on this site" +msgstr "Conversations ayant cours sur ce site" + +#: ../../include/nav.php:130 +msgid "Directory" +msgstr "Annuaire" + +#: ../../include/nav.php:130 +msgid "People directory" +msgstr "Annuaire des utilisateurs" + +#: ../../include/nav.php:140 +msgid "Conversations from your friends" +msgstr "Conversations de vos amis" + +#: ../../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 "Demande d'amitié" + +#: ../../include/nav.php:151 +msgid "See all notifications" +msgstr "Voir toute notification" + +#: ../../include/nav.php:152 +msgid "Mark all system notifications seen" +msgstr "Marquer toutes les notifications système comme 'vues'" + +#: ../../include/nav.php:156 +msgid "Private mail" +msgstr "Messages privés" + +#: ../../include/nav.php:157 +msgid "Inbox" +msgstr "Messages entrants" + +#: ../../include/nav.php:158 +msgid "Outbox" +msgstr "Messages sortants" + +#: ../../include/nav.php:162 +msgid "Manage" +msgstr "Gérer" + +#: ../../include/nav.php:162 +msgid "Manage other pages" +msgstr "Gérer les autres pages" + +#: ../../include/nav.php:165 +msgid "Delegations" +msgstr "Délégations" + +#: ../../include/nav.php:169 +msgid "Manage/Edit Profiles" +msgstr "Gérer/Éditer les profiles" + +#: ../../include/nav.php:171 +msgid "Manage/edit friends and contacts" +msgstr "Gérer/éditer les amitiés et contacts" + +#: ../../include/nav.php:178 +msgid "Site setup and configuration" +msgstr "Démarrage et configuration du site" + +#: ../../include/nav.php:182 +msgid "Navigation" +msgstr "Navigation" + +#: ../../include/nav.php:182 +msgid "Site map" +msgstr "Carte du site" + +#: ../../include/profile_advanced.php:22 +msgid "j F, Y" +msgstr "j F, Y" + +#: ../../include/profile_advanced.php:23 +msgid "j F" +msgstr "j F" + +#: ../../include/profile_advanced.php:30 +msgid "Birthday:" +msgstr "Anniversaire:" + +#: ../../include/profile_advanced.php:34 +msgid "Age:" +msgstr "Age:" + +#: ../../include/profile_advanced.php:43 +#, php-format +msgid "for %1$d %2$s" +msgstr "depuis %1$d %2$s" + +#: ../../include/profile_advanced.php:52 +msgid "Tags:" +msgstr "Tags :" + +#: ../../include/profile_advanced.php:56 +msgid "Religion:" +msgstr "Religion:" + +#: ../../include/profile_advanced.php:60 +msgid "Hobbies/Interests:" +msgstr "Passe-temps/Centres d'intérêt:" + +#: ../../include/profile_advanced.php:67 +msgid "Contact information and Social Networks:" +msgstr "Coordonnées/Réseaux sociaux:" + +#: ../../include/profile_advanced.php:69 +msgid "Musical interests:" +msgstr "Goûts musicaux:" + +#: ../../include/profile_advanced.php:71 +msgid "Books, literature:" +msgstr "Lectures:" + +#: ../../include/profile_advanced.php:73 +msgid "Television:" +msgstr "Télévision:" + +#: ../../include/profile_advanced.php:75 +msgid "Film/dance/culture/entertainment:" +msgstr "Cinéma/Danse/Culture/Divertissement:" + +#: ../../include/profile_advanced.php:77 +msgid "Love/Romance:" +msgstr "Amour/Romance:" + +#: ../../include/profile_advanced.php:79 +msgid "Work/employment:" +msgstr "Activité professionnelle/Occupation:" + +#: ../../include/profile_advanced.php:81 +msgid "School/education:" +msgstr "Études/Formation:" + +#: ../../include/bbcode.php:215 ../../include/bbcode.php:620 +#: ../../include/bbcode.php:621 +msgid "Image/photo" +msgstr "Image/photo" + +#: ../../include/bbcode.php:285 +#, php-format +msgid "" +"%s wrote the following post" +msgstr "%s a écris le post suivant" + +#: ../../include/bbcode.php:584 ../../include/bbcode.php:604 +msgid "$1 wrote:" +msgstr "$1 a écrit:" + +#: ../../include/bbcode.php:631 ../../include/bbcode.php:632 +msgid "Encrypted content" +msgstr "Contenu chiffré" + +#: ../../include/contact_selectors.php:32 +msgid "Unknown | Not categorised" +msgstr "Inconnu | Non-classé" + +#: ../../include/contact_selectors.php:33 +msgid "Block immediately" +msgstr "Bloquer immédiatement" + +#: ../../include/contact_selectors.php:34 +msgid "Shady, spammer, self-marketer" +msgstr "Douteux, spammeur, accro à l'auto-promotion" + +#: ../../include/contact_selectors.php:35 +msgid "Known to me, but no opinion" +msgstr "Connu de moi, mais sans opinion" + +#: ../../include/contact_selectors.php:36 +msgid "OK, probably harmless" +msgstr "OK, probablement inoffensif" + +#: ../../include/contact_selectors.php:37 +msgid "Reputable, has my trust" +msgstr "Réputé, a toute ma confiance" + +#: ../../include/contact_selectors.php:60 +msgid "Weekly" +msgstr "Chaque semaine" + +#: ../../include/contact_selectors.php:61 +msgid "Monthly" +msgstr "Chaque mois" + +#: ../../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 "" + +#: ../../include/contact_selectors.php:89 +msgid "Twitter" +msgstr "" + +#: ../../include/datetime.php:43 ../../include/datetime.php:45 +msgid "Miscellaneous" +msgstr "Divers" + +#: ../../include/datetime.php:153 ../../include/datetime.php:285 +msgid "year" +msgstr "an" + +#: ../../include/datetime.php:158 ../../include/datetime.php:286 +msgid "month" +msgstr "mois" + +#: ../../include/datetime.php:163 ../../include/datetime.php:288 +msgid "day" +msgstr "jour" + +#: ../../include/datetime.php:276 +msgid "never" +msgstr "jamais" + +#: ../../include/datetime.php:282 +msgid "less than a second ago" +msgstr "il y a moins d'une seconde" + +#: ../../include/datetime.php:285 +msgid "years" +msgstr "ans" + +#: ../../include/datetime.php:286 +msgid "months" +msgstr "mois" + +#: ../../include/datetime.php:287 +msgid "week" +msgstr "semaine" + +#: ../../include/datetime.php:287 +msgid "weeks" +msgstr "semaines" + +#: ../../include/datetime.php:288 +msgid "days" +msgstr "jours" + +#: ../../include/datetime.php:289 +msgid "hour" +msgstr "heure" + +#: ../../include/datetime.php:289 +msgid "hours" +msgstr "heures" + +#: ../../include/datetime.php:290 +msgid "minute" +msgstr "minute" + +#: ../../include/datetime.php:290 +msgid "minutes" +msgstr "minutes" + +#: ../../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 auparavant" + +#: ../../include/datetime.php:472 ../../include/items.php:1829 +#, php-format +msgid "%s's birthday" +msgstr "Anniversaire de %s's" + +#: ../../include/datetime.php:473 ../../include/items.php:1830 +#, php-format +msgid "Happy Birthday %s" +msgstr "Joyeux anniversaire, %s !" + +#: ../../include/features.php:23 +msgid "General Features" +msgstr "Fonctions générales" + +#: ../../include/features.php:25 +msgid "Multiple Profiles" +msgstr "Profils multiples" + +#: ../../include/features.php:25 +msgid "Ability to create multiple profiles" +msgstr "Possibilité de créer plusieurs profils" + +#: ../../include/features.php:30 +msgid "Post Composition Features" +msgstr "" + +#: ../../include/features.php:31 +msgid "Richtext Editor" +msgstr "Éditeur de texte enrichi" + +#: ../../include/features.php:31 +msgid "Enable richtext editor" +msgstr "Activer l'éditeur de texte enrichi" + +#: ../../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 "Rechercher par Date" + +#: ../../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 "Notification de partage du réseau Diaspora" + +#: ../../include/diaspora.php:2269 +msgid "Attachments:" +msgstr "Pièces jointes : " + +#: ../../include/acl_selectors.php:325 +msgid "Visible to everybody" +msgstr "Visible par tout le monde" + +#: ../../include/items.php:3539 +msgid "A new person is sharing with you at " +msgstr "Une nouvelle personne partage avec vous à " + +#: ../../include/items.php:3539 +msgid "You have a new follower at " +msgstr "Vous avez un nouvel abonné à " + +#: ../../include/items.php:4062 +msgid "Do you really want to delete this item?" +msgstr "Voulez-vous vraiment supprimer cet élément ?" + +#: ../../include/items.php:4285 +msgid "Archives" +msgstr "Archives" + +#: ../../include/oembed.php:140 +msgid "Embedded content" +msgstr "Contenu incorporé" + +#: ../../include/oembed.php:149 +msgid "Embedding disabled" +msgstr "Incorporation désactivée" + +#: ../../include/security.php:22 +msgid "Welcome " +msgstr "Bienvenue " + +#: ../../include/security.php:23 +msgid "Please upload a profile photo." +msgstr "Merci d'illustrer votre profil d'une image." + +#: ../../include/security.php:26 +msgid "Welcome back " +msgstr "Bienvenue à nouveau, " + +#: ../../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 "Le jeton de sécurité du formulaire n'est pas correct. Ceci veut probablement dire que le formulaire est resté ouvert trop longtemps (plus de 3 heures) avant d'être validé." + +#: ../../include/profile_selectors.php:6 +msgid "Male" +msgstr "Masculin" + +#: ../../include/profile_selectors.php:6 +msgid "Female" +msgstr "Féminin" + +#: ../../include/profile_selectors.php:6 +msgid "Currently Male" +msgstr "Actuellement masculin" + +#: ../../include/profile_selectors.php:6 +msgid "Currently Female" +msgstr "Actuellement féminin" + +#: ../../include/profile_selectors.php:6 +msgid "Mostly Male" +msgstr "Principalement masculin" + +#: ../../include/profile_selectors.php:6 +msgid "Mostly Female" +msgstr "Principalement féminin" + +#: ../../include/profile_selectors.php:6 +msgid "Transgender" +msgstr "Transgenre" + +#: ../../include/profile_selectors.php:6 +msgid "Intersex" +msgstr "Inter-sexe" + +#: ../../include/profile_selectors.php:6 +msgid "Transsexual" +msgstr "Transsexuel" + +#: ../../include/profile_selectors.php:6 +msgid "Hermaphrodite" +msgstr "Hermaphrodite" + +#: ../../include/profile_selectors.php:6 +msgid "Neuter" +msgstr "Neutre" + +#: ../../include/profile_selectors.php:6 +msgid "Non-specific" +msgstr "Non-spécifique" + +#: ../../include/profile_selectors.php:6 +msgid "Other" +msgstr "Autre" + +#: ../../include/profile_selectors.php:6 +msgid "Undecided" +msgstr "Indécis" + +#: ../../include/profile_selectors.php:23 +msgid "Males" +msgstr "Hommes" + +#: ../../include/profile_selectors.php:23 +msgid "Females" +msgstr "Femmes" + +#: ../../include/profile_selectors.php:23 +msgid "Gay" +msgstr "Gay" + +#: ../../include/profile_selectors.php:23 +msgid "Lesbian" +msgstr "Lesbienne" + +#: ../../include/profile_selectors.php:23 +msgid "No Preference" +msgstr "Sans préférence" + +#: ../../include/profile_selectors.php:23 +msgid "Bisexual" +msgstr "Bisexuel" + +#: ../../include/profile_selectors.php:23 +msgid "Autosexual" +msgstr "Auto-sexuel" + +#: ../../include/profile_selectors.php:23 +msgid "Abstinent" +msgstr "Abstinent" + +#: ../../include/profile_selectors.php:23 +msgid "Virgin" +msgstr "Vierge" + +#: ../../include/profile_selectors.php:23 +msgid "Deviant" +msgstr "Déviant" + +#: ../../include/profile_selectors.php:23 +msgid "Fetish" +msgstr "Fétichiste" + +#: ../../include/profile_selectors.php:23 +msgid "Oodles" +msgstr "Oodles" + +#: ../../include/profile_selectors.php:23 +msgid "Nonsexual" +msgstr "Non-sexuel" + +#: ../../include/profile_selectors.php:42 +msgid "Single" +msgstr "Célibataire" + +#: ../../include/profile_selectors.php:42 +msgid "Lonely" +msgstr "Esseulé" + +#: ../../include/profile_selectors.php:42 +msgid "Available" +msgstr "Disponible" + +#: ../../include/profile_selectors.php:42 +msgid "Unavailable" +msgstr "Indisponible" + +#: ../../include/profile_selectors.php:42 +msgid "Has crush" +msgstr "Attiré par quelqu'un" + +#: ../../include/profile_selectors.php:42 +msgid "Infatuated" +msgstr "Entiché" + +#: ../../include/profile_selectors.php:42 +msgid "Dating" +msgstr "Dans une relation" + +#: ../../include/profile_selectors.php:42 +msgid "Unfaithful" +msgstr "Infidèle" + +#: ../../include/profile_selectors.php:42 +msgid "Sex Addict" +msgstr "Accro au sexe" + +#: ../../include/profile_selectors.php:42 +msgid "Friends/Benefits" +msgstr "Amis par intérêt" + +#: ../../include/profile_selectors.php:42 +msgid "Casual" +msgstr "Casual" + +#: ../../include/profile_selectors.php:42 +msgid "Engaged" +msgstr "Fiancé" + +#: ../../include/profile_selectors.php:42 +msgid "Married" +msgstr "Marié" + +#: ../../include/profile_selectors.php:42 +msgid "Imaginarily married" +msgstr "Se croit marié" + +#: ../../include/profile_selectors.php:42 +msgid "Partners" +msgstr "Partenaire" + +#: ../../include/profile_selectors.php:42 +msgid "Cohabiting" +msgstr "En cohabitation" + +#: ../../include/profile_selectors.php:42 +msgid "Common law" +msgstr "Marié \"de fait\"/\"sui juris\" (concubin)" + +#: ../../include/profile_selectors.php:42 +msgid "Happy" +msgstr "Heureux" + +#: ../../include/profile_selectors.php:42 +msgid "Not looking" +msgstr "Pas intéressé" + +#: ../../include/profile_selectors.php:42 +msgid "Swinger" +msgstr "Échangiste" + +#: ../../include/profile_selectors.php:42 +msgid "Betrayed" +msgstr "Trahi(e)" + +#: ../../include/profile_selectors.php:42 +msgid "Separated" +msgstr "Séparé" + +#: ../../include/profile_selectors.php:42 +msgid "Unstable" +msgstr "Instable" + +#: ../../include/profile_selectors.php:42 +msgid "Divorced" +msgstr "Divorcé" + +#: ../../include/profile_selectors.php:42 +msgid "Imaginarily divorced" +msgstr "Se croit divorcé" + +#: ../../include/profile_selectors.php:42 +msgid "Widowed" +msgstr "Veuf/Veuve" + +#: ../../include/profile_selectors.php:42 +msgid "Uncertain" +msgstr "Incertain" + +#: ../../include/profile_selectors.php:42 +msgid "It's complicated" +msgstr "C'est compliqué" + +#: ../../include/profile_selectors.php:42 +msgid "Don't care" +msgstr "S'en désintéresse" + +#: ../../include/profile_selectors.php:42 +msgid "Ask me" +msgstr "Me demander" + +#: ../../include/Contact.php:115 +msgid "stopped following" +msgstr "retiré de la liste de suivi" + +#: ../../include/Contact.php:234 +msgid "Drop Contact" +msgstr "" + +#: ../../include/dba.php:44 +#, php-format +msgid "Cannot locate DNS info for database server '%s'" +msgstr "Impossible de localiser les informations DNS pour le serveur de base de données '%s'" diff --git a/view/fr/strings.php b/view/fr/strings.php index 8fafdd1aad..023cccff96 100644 --- a/view/fr/strings.php +++ b/view/fr/strings.php @@ -5,469 +5,62 @@ function string_plural_select_fr($n){ return ($n > 1);; }} ; -$a->strings["Profile"] = "Profil"; -$a->strings["Full Name:"] = "Nom complet:"; -$a->strings["Gender:"] = "Genre:"; -$a->strings["j F, Y"] = "j F, Y"; -$a->strings["j F"] = "j F"; -$a->strings["Birthday:"] = "Anniversaire:"; -$a->strings["Age:"] = "Age:"; -$a->strings["Status:"] = "Statut:"; -$a->strings["for %1\$d %2\$s"] = "depuis %1\$d %2\$s"; -$a->strings["Sexual Preference:"] = "Préférence sexuelle:"; -$a->strings["Homepage:"] = "Page personnelle:"; -$a->strings["Hometown:"] = " Ville d'origine:"; -$a->strings["Tags:"] = "Tags :"; -$a->strings["Political Views:"] = "Opinions politiques:"; -$a->strings["Religion:"] = "Religion:"; -$a->strings["About:"] = "À propos:"; -$a->strings["Hobbies/Interests:"] = "Passe-temps/Centres d'intérêt:"; -$a->strings["Likes:"] = "J'aime :"; -$a->strings["Dislikes:"] = "Je n'aime pas :"; -$a->strings["Contact information and Social Networks:"] = "Coordonnées/Réseaux sociaux:"; -$a->strings["Musical interests:"] = "Goûts musicaux:"; -$a->strings["Books, literature:"] = "Lectures:"; -$a->strings["Television:"] = "Télévision:"; -$a->strings["Film/dance/culture/entertainment:"] = "Cinéma/Danse/Culture/Divertissement:"; -$a->strings["Love/Romance:"] = "Amour/Romance:"; -$a->strings["Work/employment:"] = "Activité professionnelle/Occupation:"; -$a->strings["School/education:"] = "Études/Formation:"; -$a->strings["Male"] = "Masculin"; -$a->strings["Female"] = "Féminin"; -$a->strings["Currently Male"] = "Actuellement masculin"; -$a->strings["Currently Female"] = "Actuellement féminin"; -$a->strings["Mostly Male"] = "Principalement masculin"; -$a->strings["Mostly Female"] = "Principalement féminin"; -$a->strings["Transgender"] = "Transgenre"; -$a->strings["Intersex"] = "Inter-sexe"; -$a->strings["Transsexual"] = "Transsexuel"; -$a->strings["Hermaphrodite"] = "Hermaphrodite"; -$a->strings["Neuter"] = "Neutre"; -$a->strings["Non-specific"] = "Non-spécifique"; -$a->strings["Other"] = "Autre"; -$a->strings["Undecided"] = "Indécis"; -$a->strings["Males"] = "Hommes"; -$a->strings["Females"] = "Femmes"; -$a->strings["Gay"] = "Gay"; -$a->strings["Lesbian"] = "Lesbienne"; -$a->strings["No Preference"] = "Sans préférence"; -$a->strings["Bisexual"] = "Bisexuel"; -$a->strings["Autosexual"] = "Auto-sexuel"; -$a->strings["Abstinent"] = "Abstinent"; -$a->strings["Virgin"] = "Vierge"; -$a->strings["Deviant"] = "Déviant"; -$a->strings["Fetish"] = "Fétichiste"; -$a->strings["Oodles"] = "Oodles"; -$a->strings["Nonsexual"] = "Non-sexuel"; -$a->strings["Single"] = "Célibataire"; -$a->strings["Lonely"] = "Esseulé"; -$a->strings["Available"] = "Disponible"; -$a->strings["Unavailable"] = "Indisponible"; -$a->strings["Has crush"] = "Attiré par quelqu'un"; -$a->strings["Infatuated"] = "Entiché"; -$a->strings["Dating"] = "Dans une relation"; -$a->strings["Unfaithful"] = "Infidèle"; -$a->strings["Sex Addict"] = "Accro au sexe"; -$a->strings["Friends"] = "Amis"; -$a->strings["Friends/Benefits"] = "Amis par intérêt"; -$a->strings["Casual"] = "Casual"; -$a->strings["Engaged"] = "Fiancé"; -$a->strings["Married"] = "Marié"; -$a->strings["Imaginarily married"] = "Se croit marié"; -$a->strings["Partners"] = "Partenaire"; -$a->strings["Cohabiting"] = "En cohabitation"; -$a->strings["Common law"] = "Marié \"de fait\"/\"sui juris\" (concubin)"; -$a->strings["Happy"] = "Heureux"; -$a->strings["Not looking"] = "Pas intéressé"; -$a->strings["Swinger"] = "Échangiste"; -$a->strings["Betrayed"] = "Trahi(e)"; -$a->strings["Separated"] = "Séparé"; -$a->strings["Unstable"] = "Instable"; -$a->strings["Divorced"] = "Divorcé"; -$a->strings["Imaginarily divorced"] = "Se croit divorcé"; -$a->strings["Widowed"] = "Veuf/Veuve"; -$a->strings["Uncertain"] = "Incertain"; -$a->strings["It's complicated"] = "C'est compliqué"; -$a->strings["Don't care"] = "S'en désintéresse"; -$a->strings["Ask me"] = "Me demander"; -$a->strings["stopped following"] = "retiré de la liste de suivi"; -$a->strings["Poke"] = "Sollicitations (pokes)"; -$a->strings["View Status"] = "Voir les statuts"; -$a->strings["View Profile"] = "Voir le profil"; -$a->strings["View Photos"] = "Voir les photos"; -$a->strings["Network Posts"] = "Posts du Réseau"; -$a->strings["Edit Contact"] = "Éditer le contact"; -$a->strings["Send PM"] = "Message privé"; -$a->strings["Image/photo"] = "Image/photo"; -$a->strings["%s wrote the following post"] = "%s a écris le post suivant"; -$a->strings["$1 wrote:"] = "$1 a écrit:"; -$a->strings["Encrypted content"] = "Contenu chiffré"; -$a->strings["Visible to everybody"] = "Visible par tout le monde"; -$a->strings["show"] = "montrer"; -$a->strings["don't show"] = "cacher"; -$a->strings["Logged out."] = "Déconnecté."; -$a->strings["Login failed."] = "Échec de connexion."; -$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Nous avons eu un souci avec l'OpenID que vous avez fourni. merci de vérifier l'orthographe correcte de ce dernier."; -$a->strings["The error message was:"] = "Le message d'erreur était :"; -$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A"; -$a->strings["Starts:"] = "Débute:"; -$a->strings["Finishes:"] = "Finit:"; -$a->strings["Location:"] = "Localisation:"; -$a->strings["Disallowed profile URL."] = "URL de profil interdite."; -$a->strings["Connect URL missing."] = "URL de connexion manquante."; -$a->strings["This site is not configured to allow communications with other networks."] = "Ce site n'est pas configuré pour dialoguer avec d'autres réseaux."; -$a->strings["No compatible communication protocols or feeds were discovered."] = "Aucun protocole de communication ni aucun flux n'a pu être découvert."; -$a->strings["The profile address specified does not provide adequate information."] = "L'adresse de profil indiquée ne fournit par les informations adéquates."; -$a->strings["An author or name was not found."] = "Aucun auteur ou nom d'auteur n'a pu être trouvé."; -$a->strings["No browser URL could be matched to this address."] = "Aucune URL de navigation ne correspond à cette adresse."; -$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "Impossible de faire correspondre l'adresse d'identité en \"@\" avec un protocole connu ou un contact courriel."; -$a->strings["Use mailto: in front of address to force email check."] = "Utilisez mailto: en face d'une adresse pour l'obliger à être reconnue comme courriel."; -$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "L'adresse de profil spécifiée correspond à un réseau qui a été désactivé sur ce site."; -$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Profil limité. Cette personne ne sera pas capable de recevoir des notifications directes/personnelles de votre part."; -$a->strings["Unable to retrieve contact information."] = "Impossible de récupérer les informations du contact."; -$a->strings["following"] = "following"; -$a->strings["An invitation is required."] = "Une invitation est requise."; -$a->strings["Invitation could not be verified."] = "L'invitation fournie n'a pu être validée."; -$a->strings["Invalid OpenID url"] = "Adresse OpenID invalide"; -$a->strings["Please enter the required information."] = "Entrez les informations requises."; -$a->strings["Please use a shorter name."] = "Utilisez un nom plus court."; -$a->strings["Name too short."] = "Nom trop court."; -$a->strings["That doesn't appear to be your full (First Last) name."] = "Ceci ne semble pas être votre nom complet (Prénom Nom)."; -$a->strings["Your email domain is not among those allowed on this site."] = "Votre domaine de courriel n'est pas autorisé sur ce site."; -$a->strings["Not a valid email address."] = "Ceci n'est pas une adresse courriel valide."; -$a->strings["Cannot use that email."] = "Impossible d'utiliser ce courriel."; -$a->strings["Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and must also begin with a letter."] = "Votre \"pseudo\" peut seulement contenir les caractères \"a-z\", \"0-9\", \"-\", and \"_\", et doit commencer par une lettre."; -$a->strings["Nickname is already registered. Please choose another."] = "Pseudo déjà utilisé. Merci d'en choisir un autre."; -$a->strings["Nickname was once registered here and may not be re-used. Please choose another."] = "Ce surnom a déjà été utilisé ici, et ne peut re-servir. Merci d'en choisir un autre."; -$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "ERREUR SÉRIEUSE: La génération des clés de sécurité a échoué."; -$a->strings["An error occurred during registration. Please try again."] = "Une erreur est survenue lors de l'inscription. Merci de recommencer."; -$a->strings["default"] = "défaut"; -$a->strings["An error occurred creating your default profile. Please try again."] = "Une erreur est survenue lors de la création de votre profil par défaut. Merci de recommencer."; -$a->strings["Profile Photos"] = "Photos du profil"; -$a->strings["Unknown | Not categorised"] = "Inconnu | Non-classé"; -$a->strings["Block immediately"] = "Bloquer immédiatement"; -$a->strings["Shady, spammer, self-marketer"] = "Douteux, spammeur, accro à l'auto-promotion"; -$a->strings["Known to me, but no opinion"] = "Connu de moi, mais sans opinion"; -$a->strings["OK, probably harmless"] = "OK, probablement inoffensif"; -$a->strings["Reputable, has my trust"] = "Réputé, a toute ma confiance"; -$a->strings["Frequently"] = "Fréquemment"; -$a->strings["Hourly"] = "Toutes les heures"; -$a->strings["Twice daily"] = "Deux fois par jour"; -$a->strings["Daily"] = "Chaque jour"; -$a->strings["Weekly"] = "Chaque semaine"; -$a->strings["Monthly"] = "Chaque mois"; -$a->strings["Friendica"] = "Friendica"; -$a->strings["OStatus"] = "OStatus"; -$a->strings["RSS/Atom"] = "RSS/Atom"; -$a->strings["Email"] = "Courriel"; -$a->strings["Diaspora"] = "Diaspora"; -$a->strings["Facebook"] = "Facebook"; -$a->strings["Zot!"] = "Zot!"; -$a->strings["LinkedIn"] = "LinkedIn"; -$a->strings["XMPP/IM"] = "XMPP/IM"; -$a->strings["MySpace"] = "MySpace"; -$a->strings["Google+"] = "Google+"; -$a->strings["Add New Contact"] = "Ajouter un nouveau contact"; -$a->strings["Enter address or web location"] = "Entrez son adresse ou sa localisation web"; -$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Exemple: bob@example.com, http://example.com/barbara"; -$a->strings["Connect"] = "Relier"; -$a->strings["%d invitation available"] = array( - 0 => "%d invitation disponible", - 1 => "%d invitations disponibles", +$a->strings["This entry was edited"] = ""; +$a->strings["Private Message"] = "Message privé"; +$a->strings["Edit"] = "Éditer"; +$a->strings["Select"] = "Sélectionner"; +$a->strings["Delete"] = "Supprimer"; +$a->strings["save to folder"] = "sauver vers dossier"; +$a->strings["add star"] = "mett en avant"; +$a->strings["remove star"] = "ne plus mettre en avant"; +$a->strings["toggle star status"] = "mettre en avant"; +$a->strings["starred"] = "mis en avant"; +$a->strings["add tag"] = "ajouter un tag"; +$a->strings["I like this (toggle)"] = "J'aime (bascule)"; +$a->strings["like"] = "aime"; +$a->strings["I don't like this (toggle)"] = "Je n'aime pas (bascule)"; +$a->strings["dislike"] = "n'aime pas"; +$a->strings["Share this"] = "Partager"; +$a->strings["share"] = "partager"; +$a->strings["Categories:"] = "Catégories:"; +$a->strings["Filed under:"] = "Rangé sous:"; +$a->strings["View %s's profile @ %s"] = "Voir le profil de %s @ %s"; +$a->strings["to"] = "à"; +$a->strings["via"] = "via"; +$a->strings["Wall-to-Wall"] = "Inter-mur"; +$a->strings["via Wall-To-Wall:"] = "en Inter-mur:"; +$a->strings["%s from %s"] = "%s de %s"; +$a->strings["Comment"] = "Commenter"; +$a->strings["Please wait"] = "Patientez"; +$a->strings["%d comment"] = array( + 0 => "%d commentaire", + 1 => "%d commentaires", ); -$a->strings["Find People"] = "Trouver des personnes"; -$a->strings["Enter name or interest"] = "Entrez un nom ou un centre d'intérêt"; -$a->strings["Connect/Follow"] = "Connecter/Suivre"; -$a->strings["Examples: Robert Morgenstein, Fishing"] = "Exemples: Robert Morgenstein, Pêche"; -$a->strings["Find"] = "Trouver"; -$a->strings["Friend Suggestions"] = "Suggestions d'amitiés/contacts"; -$a->strings["Similar Interests"] = "Intérêts similaires"; -$a->strings["Random Profile"] = "Profil au hasard"; -$a->strings["Invite Friends"] = "Inviter des amis"; -$a->strings["Networks"] = "Réseaux"; -$a->strings["All Networks"] = "Tous réseaux"; -$a->strings["Saved Folders"] = "Dossiers sauvegardés"; -$a->strings["Everything"] = "Tout"; -$a->strings["Categories"] = "Catégories"; -$a->strings["%d contact in common"] = array( - 0 => "%d contact en commun", - 1 => "%d contacts en commun", -); -$a->strings["show more"] = "montrer plus"; -$a->strings[" on Last.fm"] = "sur Last.fm"; -$a->strings["view full size"] = "voir en pleine taille"; -$a->strings["Miscellaneous"] = "Divers"; -$a->strings["year"] = "an"; -$a->strings["month"] = "mois"; -$a->strings["day"] = "jour"; -$a->strings["never"] = "jamais"; -$a->strings["less than a second ago"] = "il y a moins d'une seconde"; -$a->strings["years"] = "ans"; -$a->strings["months"] = "mois"; -$a->strings["week"] = "semaine"; -$a->strings["weeks"] = "semaines"; -$a->strings["days"] = "jours"; -$a->strings["hour"] = "heure"; -$a->strings["hours"] = "heures"; -$a->strings["minute"] = "minute"; -$a->strings["minutes"] = "minutes"; -$a->strings["second"] = "seconde"; -$a->strings["seconds"] = "secondes"; -$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s auparavant"; -$a->strings["%s's birthday"] = "Anniversaire de %s's"; -$a->strings["Happy Birthday %s"] = "Joyeux anniversaire, %s !"; -$a->strings["Click here to upgrade."] = "Cliquez ici pour mettre à jour."; -$a->strings["This action exceeds the limits set by your subscription plan."] = "Cette action dépasse les limites définies par votre abonnement."; -$a->strings["This action is not available under your subscription plan."] = "Cette action n'est pas disponible avec votre abonnement."; -$a->strings["(no subject)"] = "(sans titre)"; -$a->strings["noreply"] = "noreply"; -$a->strings["%1\$s is now friends with %2\$s"] = "%1\$s est désormais lié à %2\$s"; -$a->strings["Sharing notification from Diaspora network"] = "Notification de partage du réseau Diaspora"; -$a->strings["photo"] = "photo"; -$a->strings["status"] = "le statut"; -$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s aime %3\$s de %2\$s"; -$a->strings["Attachments:"] = "Pièces jointes : "; -$a->strings["[Name Withheld]"] = "[Nom non-publié]"; -$a->strings["A new person is sharing with you at "] = "Une nouvelle personne partage avec vous à "; -$a->strings["You have a new follower at "] = "Vous avez un nouvel abonné à "; -$a->strings["Item not found."] = "Élément introuvable."; -$a->strings["Do you really want to delete this item?"] = "Voulez-vous vraiment supprimer cet élément ?"; -$a->strings["Yes"] = "Oui"; -$a->strings["Cancel"] = "Annuler"; -$a->strings["Permission denied."] = "Permission refusée."; -$a->strings["Archives"] = "Archives"; -$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"] = "Rechercher par 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["Saved Searches"] = "Recherches"; -$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["Cannot locate DNS info for database server '%s'"] = "Impossible de localiser les informations DNS pour le serveur de base de données '%s'"; -$a->strings["newer"] = "Plus récent"; -$a->strings["older"] = "Plus ancien"; -$a->strings["prev"] = "précédent"; -$a->strings["first"] = "premier"; -$a->strings["last"] = "dernier"; -$a->strings["next"] = "suivant"; -$a->strings["No contacts"] = "Aucun contact"; -$a->strings["%d Contact"] = array( - 0 => "%d contact", - 1 => "%d contacts", -); -$a->strings["View Contacts"] = "Voir les contacts"; -$a->strings["Search"] = "Recherche"; -$a->strings["Save"] = "Sauver"; -$a->strings["poke"] = "titiller"; -$a->strings["poked"] = "a titillé"; -$a->strings["ping"] = "attirer l'attention"; -$a->strings["pinged"] = "a attiré l'attention de"; -$a->strings["prod"] = "aiguillonner"; -$a->strings["prodded"] = "a aiguillonné"; -$a->strings["slap"] = "gifler"; -$a->strings["slapped"] = "a giflé"; -$a->strings["finger"] = "tripoter"; -$a->strings["fingered"] = "a tripoté"; -$a->strings["rebuff"] = "rabrouer"; -$a->strings["rebuffed"] = "a rabroué"; -$a->strings["happy"] = "heureuse"; -$a->strings["sad"] = "triste"; -$a->strings["mellow"] = "suave"; -$a->strings["tired"] = "fatiguée"; -$a->strings["perky"] = "guillerette"; -$a->strings["angry"] = "colérique"; -$a->strings["stupified"] = "stupéfaite"; -$a->strings["puzzled"] = "perplexe"; -$a->strings["interested"] = "intéressée"; -$a->strings["bitter"] = "amère"; -$a->strings["cheerful"] = "entraînante"; -$a->strings["alive"] = "vivante"; -$a->strings["annoyed"] = "ennuyée"; -$a->strings["anxious"] = "anxieuse"; -$a->strings["cranky"] = "excentrique"; -$a->strings["disturbed"] = "dérangée"; -$a->strings["frustrated"] = "frustrée"; -$a->strings["motivated"] = "motivée"; -$a->strings["relaxed"] = "détendue"; -$a->strings["surprised"] = "surprise"; -$a->strings["Monday"] = "Lundi"; -$a->strings["Tuesday"] = "Mardi"; -$a->strings["Wednesday"] = "Mercredi"; -$a->strings["Thursday"] = "Jeudi"; -$a->strings["Friday"] = "Vendredi"; -$a->strings["Saturday"] = "Samedi"; -$a->strings["Sunday"] = "Dimanche"; -$a->strings["January"] = "Janvier"; -$a->strings["February"] = "Février"; -$a->strings["March"] = "Mars"; -$a->strings["April"] = "Avril"; -$a->strings["May"] = "Mai"; -$a->strings["June"] = "Juin"; -$a->strings["July"] = "Juillet"; -$a->strings["August"] = "Août"; -$a->strings["September"] = "Septembre"; -$a->strings["October"] = "Octobre"; -$a->strings["November"] = "Novembre"; -$a->strings["December"] = "Décembre"; -$a->strings["View Video"] = ""; -$a->strings["bytes"] = "octets"; -$a->strings["Click to open/close"] = "Cliquer pour ouvrir/fermer"; -$a->strings["link to source"] = "lien original"; -$a->strings["Select an alternate language"] = "Choisir une langue alternative"; -$a->strings["event"] = "évènement"; -$a->strings["activity"] = "activité"; $a->strings["comment"] = array( 0 => "", 1 => "commentaire", ); -$a->strings["post"] = "publication"; -$a->strings["Item filed"] = "Élément classé"; -$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 groupe supprimé a été recréé. Les permissions existantes pourraient s'appliquer à ce groupe et aux futurs membres. Si ce n'est pas le comportement attendu, merci de re-créer un autre groupe sous un autre nom."; -$a->strings["Default privacy group for new contacts"] = "Paramètres de confidentialité par défaut pour les nouveaux contacts"; -$a->strings["Everybody"] = "Tout le monde"; -$a->strings["edit"] = "éditer"; -$a->strings["Groups"] = "Groupes"; -$a->strings["Edit group"] = "Editer groupe"; -$a->strings["Create a new group"] = "Créer un nouveau groupe"; -$a->strings["Contacts not in any group"] = "Contacts n'appartenant à aucun groupe"; -$a->strings["add"] = "ajouter"; -$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s n'aime pas %3\$s de %2\$s"; -$a->strings["%1\$s poked %2\$s"] = "%1\$s a sollicité %2\$s"; -$a->strings["%1\$s is currently %2\$s"] = "%1\$s est d'humeur %2\$s"; -$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s a taggué %3\$s de %2\$s avec %4\$s"; -$a->strings["post/item"] = "publication/élément"; -$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "%1\$s a marqué le %3\$s de %2\$s comme favori"; -$a->strings["Select"] = "Sélectionner"; -$a->strings["Delete"] = "Supprimer"; -$a->strings["View %s's profile @ %s"] = "Voir le profil de %s @ %s"; -$a->strings["Categories:"] = "Catégories:"; -$a->strings["Filed under:"] = "Rangé sous:"; -$a->strings["%s from %s"] = "%s de %s"; -$a->strings["View in context"] = "Voir dans le contexte"; -$a->strings["Please wait"] = "Patientez"; -$a->strings["remove"] = "enlever"; -$a->strings["Delete Selected Items"] = "Supprimer les éléments sélectionnés"; -$a->strings["Follow Thread"] = "Suivre le fil"; -$a->strings["%s likes this."] = "%s aime ça."; -$a->strings["%s doesn't like this."] = "%s n'aime pas ça."; -$a->strings["%2\$d people like this"] = ""; -$a->strings["%2\$d people don't like this"] = ""; -$a->strings["and"] = "et"; -$a->strings[", and %d other people"] = ", et %d autres personnes"; -$a->strings["%s like this."] = "%s aiment ça."; -$a->strings["%s don't like this."] = "%s n'aiment pas ça."; -$a->strings["Visible to everybody"] = "Visible par tout le monde"; -$a->strings["Please enter a link URL:"] = "Entrez un lien web:"; -$a->strings["Please enter a video link/URL:"] = "Entrez un lien/URL video :"; -$a->strings["Please enter an audio link/URL:"] = "Entrez un lien/URL audio :"; -$a->strings["Tag term:"] = "Tag : "; -$a->strings["Save to Folder:"] = "Sauver dans le Dossier:"; -$a->strings["Where are you right now?"] = "Où êtes-vous présentemment?"; -$a->strings["Delete item(s)?"] = "Supprimer les élément(s) ?"; -$a->strings["Post to Email"] = "Publier aussi par courriel"; -$a->strings["Share"] = "Partager"; -$a->strings["Upload photo"] = "Joindre photo"; -$a->strings["upload photo"] = "envoi image"; -$a->strings["Attach file"] = "Joindre fichier"; -$a->strings["attach file"] = "ajout fichier"; -$a->strings["Insert web link"] = "Insérer lien web"; -$a->strings["web link"] = "lien web"; -$a->strings["Insert video link"] = "Insérer un lien video"; -$a->strings["video link"] = "lien vidéo"; -$a->strings["Insert audio link"] = "Insérer un lien audio"; -$a->strings["audio link"] = "lien audio"; -$a->strings["Set your location"] = "Définir votre localisation"; -$a->strings["set location"] = "spéc. localisation"; -$a->strings["Clear browser location"] = "Effacer la localisation du navigateur"; -$a->strings["clear location"] = "supp. localisation"; -$a->strings["Set title"] = "Définir un titre"; -$a->strings["Categories (comma-separated list)"] = "Catégories (séparées par des virgules)"; -$a->strings["Permission settings"] = "Réglages des permissions"; -$a->strings["permissions"] = "permissions"; -$a->strings["CC: email addresses"] = "CC: adresses de courriel"; -$a->strings["Public post"] = "Notice publique"; -$a->strings["Example: bob@example.com, mary@example.com"] = "Exemple: bob@exemple.com, mary@exemple.com"; +$a->strings["show more"] = "montrer plus"; +$a->strings["This is you"] = "C'est vous"; +$a->strings["Submit"] = "Envoyer"; +$a->strings["Bold"] = "Gras"; +$a->strings["Italic"] = "Italique"; +$a->strings["Underline"] = "Souligné"; +$a->strings["Quote"] = "Citation"; +$a->strings["Code"] = "Code"; +$a->strings["Image"] = "Image"; +$a->strings["Link"] = "Lien"; +$a->strings["Video"] = "Vidéo"; $a->strings["Preview"] = "Aperçu"; -$a->strings["Post to Groups"] = ""; -$a->strings["Post to Contacts"] = ""; -$a->strings["Private post"] = "Message privé"; -$a->strings["Friendica Notification"] = "Notification Friendica"; -$a->strings["Thank You,"] = "Merci, "; -$a->strings["%s Administrator"] = "L'administrateur de %s"; -$a->strings["%s "] = "%s "; -$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica:Notification] Nouveau courriel reçu sur %s"; -$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s vous a envoyé un nouveau message privé sur %2\$s."; -$a->strings["%1\$s sent you %2\$s."] = "%1\$s vous a envoyé %2\$s."; -$a->strings["a private message"] = "un message privé"; -$a->strings["Please visit %s to view and/or reply to your private messages."] = "Merci de visiter %s pour voir vos messages privés et/ou y répondre."; -$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s a commenté sur [url=%2\$s]un %3\$s[/url]"; -$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s a commenté sur [url=%2\$s]le %4\$s de %3\$s[/url]"; -$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s commented on [url=%2\$s]your %3\$s[/url]"; -$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Friendica:Notification] Commentaire de %2\$s sur la conversation #%1\$d"; -$a->strings["%s commented on an item/conversation you have been following."] = "%s a commenté un élément que vous suivez."; -$a->strings["Please visit %s to view and/or reply to the conversation."] = "Merci de visiter %s pour voir la conversation et/ou y répondre."; -$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica:Notification] %s a posté sur votre mur de profil"; -$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$s a publié sur votre mur à %2\$s"; -$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "%1\$s a posté sur [url=%2\$s]votre mur[/url]"; -$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica:Notification] %s vous a repéré"; -$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s vous parle sur %2\$s"; -$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = "%1\$s [url=%2\$s]vous a taggé[/url]."; -$a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica:Notify] %1\$s vous a sollicité"; -$a->strings["%1\$s poked you at %2\$s"] = "%1\$s vous a sollicité via %2\$s"; -$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "%1\$s vous a [url=%2\$s]sollicité[/url]."; -$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica:Notification] %s a repéré votre publication"; -$a->strings["%1\$s tagged your post at %2\$s"] = "%1\$s a tagué votre contenu sur %2\$s"; -$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$s a tagué [url=%2\$s]votre contenu[/url]"; -$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Notification] Introduction reçue"; -$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "Vous avez reçu une introduction de '%1\$s' sur %2\$s"; -$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "Vous avez reçu [url=%1\$s]une introduction[/url] de %2\$s."; -$a->strings["You may visit their profile at %s"] = "Vous pouvez visiter son profil sur %s"; -$a->strings["Please visit %s to approve or reject the introduction."] = "Merci de visiter %s pour approuver ou rejeter l'introduction."; -$a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica:Notification] Nouvelle suggestion d'amitié"; -$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "Vous avez reçu une suggestion de '%1\$s' sur %2\$s"; -$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "Vous avez reçu [url=%1\$s]une suggestion[/url] de %3\$s pour %2\$s."; -$a->strings["Name:"] = "Nom :"; -$a->strings["Photo:"] = "Photo :"; -$a->strings["Please visit %s to approve or reject the suggestion."] = "Merci de visiter %s pour approuver ou rejeter la suggestion."; -$a->strings["[no subject]"] = "[pas de sujet]"; -$a->strings["Wall Photos"] = "Photos du mur"; -$a->strings["Nothing new here"] = "Rien de neuf ici"; -$a->strings["Clear notifications"] = "Effacer les notifications"; -$a->strings["Logout"] = "Se déconnecter"; -$a->strings["End this session"] = "Mettre fin à cette session"; -$a->strings["Status"] = "Statut"; +$a->strings["You must be logged in to use addons. "] = "Vous devez être connecté pour utiliser les addons."; +$a->strings["Not Found"] = "Non trouvé"; +$a->strings["Page not found."] = "Page introuvable."; +$a->strings["Permission denied"] = "Permission refusée"; +$a->strings["Permission denied."] = "Permission refusée."; +$a->strings["toggle mobile"] = "activ. mobile"; +$a->strings["Home"] = "Profil"; $a->strings["Your posts and conversations"] = "Vos notices et conversations"; +$a->strings["Profile"] = "Profil"; $a->strings["Your profile page"] = "Votre page de profil"; $a->strings["Photos"] = "Photos"; $a->strings["Your photos"] = "Vos photos"; @@ -475,361 +68,124 @@ $a->strings["Events"] = "Événements"; $a->strings["Your events"] = "Vos événements"; $a->strings["Personal notes"] = "Notes personnelles"; $a->strings["Your personal photos"] = "Vos photos personnelles"; -$a->strings["Login"] = "Connexion"; -$a->strings["Sign in"] = "Se connecter"; -$a->strings["Home"] = "Profil"; -$a->strings["Home Page"] = "Page d'accueil"; -$a->strings["Register"] = "S'inscrire"; -$a->strings["Create an account"] = "Créer un compte"; -$a->strings["Help"] = "Aide"; -$a->strings["Help and documentation"] = "Aide et documentation"; -$a->strings["Apps"] = "Applications"; -$a->strings["Addon applications, utilities, games"] = "Applications supplémentaires, utilitaires, jeux"; -$a->strings["Search site content"] = "Rechercher dans le contenu du site"; $a->strings["Community"] = "Communauté"; -$a->strings["Conversations on this site"] = "Conversations ayant cours sur ce site"; -$a->strings["Directory"] = "Annuaire"; -$a->strings["People directory"] = "Annuaire des utilisateurs"; -$a->strings["Network"] = "Réseau"; -$a->strings["Conversations from your friends"] = "Conversations de vos amis"; -$a->strings["Network Reset"] = ""; -$a->strings["Load Network page with no filters"] = ""; -$a->strings["Introductions"] = "Introductions"; -$a->strings["Friend Requests"] = "Demande d'amitié"; -$a->strings["Notifications"] = "Notifications"; -$a->strings["See all notifications"] = "Voir toute notification"; -$a->strings["Mark all system notifications seen"] = "Marquer toutes les notifications système comme 'vues'"; -$a->strings["Messages"] = "Messages"; -$a->strings["Private mail"] = "Messages privés"; -$a->strings["Inbox"] = "Messages entrants"; -$a->strings["Outbox"] = "Messages sortants"; -$a->strings["New Message"] = "Nouveau message"; -$a->strings["Manage"] = "Gérer"; -$a->strings["Manage other pages"] = "Gérer les autres pages"; -$a->strings["Delegations"] = "Délégations"; -$a->strings["Delegate Page Management"] = "Déléguer la gestion de la page"; -$a->strings["Settings"] = "Réglages"; -$a->strings["Account settings"] = "Compte"; -$a->strings["Profiles"] = "Profils"; -$a->strings["Manage/Edit Profiles"] = "Gérer/Éditer les profiles"; +$a->strings["don't show"] = "cacher"; +$a->strings["show"] = "montrer"; +$a->strings["Theme settings"] = "Réglages du thème graphique"; +$a->strings["Set font-size for posts and comments"] = "Réglez 'font-size' (taille de police) pour publications et commentaires"; +$a->strings["Set line-height for posts and comments"] = "Réglez 'line-height' (hauteur de police) pour publications et commentaires"; +$a->strings["Set resolution for middle column"] = "Réglez la résolution de la colonne centrale"; $a->strings["Contacts"] = "Contacts"; -$a->strings["Manage/edit friends and contacts"] = "Gérer/éditer les amitiés et contacts"; -$a->strings["Admin"] = "Admin"; -$a->strings["Site setup and configuration"] = "Démarrage et configuration du site"; -$a->strings["Navigation"] = "Navigation"; -$a->strings["Site map"] = "Carte du site"; -$a->strings["Embedded content"] = "Contenu incorporé"; -$a->strings["Embedding disabled"] = "Incorporation désactivée"; -$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"] = "Erreur de création d'utilisateur"; -$a->strings["User profile creation error"] = "Erreur de création du profil utilisateur"; -$a->strings["%d contact not imported"] = array( - 0 => "%d contacts non importés", - 1 => "%d contacts non importés", -); -$a->strings["Done. You can now login with your username and password"] = ""; -$a->strings["Welcome "] = "Bienvenue "; -$a->strings["Please upload a profile photo."] = "Merci d'illustrer votre profil d'une image."; -$a->strings["Welcome back "] = "Bienvenue à nouveau, "; -$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "Le jeton de sécurité du formulaire n'est pas correct. Ceci veut probablement dire que le formulaire est resté ouvert trop longtemps (plus de 3 heures) avant d'être validé."; -$a->strings["Profile not found."] = "Profil introuvable."; -$a->strings["Profile deleted."] = "Profil supprimé."; -$a->strings["Profile-"] = "Profil-"; -$a->strings["New profile created."] = "Nouveau profil créé."; -$a->strings["Profile unavailable to clone."] = "Ce profil ne peut être cloné."; -$a->strings["Profile Name is required."] = "Le nom du profil est requis."; -$a->strings["Marital Status"] = "Statut marital"; -$a->strings["Romantic Partner"] = "Partenaire/conjoint"; -$a->strings["Likes"] = "Derniers \"J'aime\""; -$a->strings["Dislikes"] = "Derniers \"Je n'aime pas\""; -$a->strings["Work/Employment"] = "Travail/Occupation"; -$a->strings["Religion"] = "Religion"; -$a->strings["Political Views"] = "Tendance politique"; -$a->strings["Gender"] = "Sexe"; -$a->strings["Sexual Preference"] = "Préférence sexuelle"; -$a->strings["Homepage"] = "Site internet"; -$a->strings["Interests"] = "Centres d'intérêt"; -$a->strings["Address"] = "Adresse"; -$a->strings["Location"] = "Localisation"; -$a->strings["Profile updated."] = "Profil mis à jour."; -$a->strings[" and "] = " et "; -$a->strings["public profile"] = "profil public"; -$a->strings["%1\$s changed %2\$s to “%3\$s”"] = "%1\$s a changé %2\$s en “%3\$s”"; -$a->strings[" - Visit %1\$s's %2\$s"] = "Visiter le %2\$s de %1\$s"; -$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s a mis à jour son %2\$s, en modifiant %3\$s."; -$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Cacher ma liste d'amis/contacts des visiteurs de ce profil?"; -$a->strings["No"] = "Non"; -$a->strings["Edit Profile Details"] = "Éditer les détails du profil"; -$a->strings["Submit"] = "Envoyer"; -$a->strings["Change Profile Photo"] = ""; -$a->strings["View this profile"] = "Voir ce profil"; -$a->strings["Create a new profile using these settings"] = "Créer un nouveau profil en utilisant ces réglages"; -$a->strings["Clone this profile"] = "Cloner ce profil"; -$a->strings["Delete this profile"] = "Supprimer ce profil"; -$a->strings["Profile Name:"] = "Nom du profil:"; -$a->strings["Your Full Name:"] = "Votre nom complet:"; -$a->strings["Title/Description:"] = "Titre/Description:"; -$a->strings["Your Gender:"] = "Votre genre:"; -$a->strings["Birthday (%s):"] = "Anniversaire (%s):"; -$a->strings["Street Address:"] = "Adresse postale:"; -$a->strings["Locality/City:"] = "Ville/Localité:"; -$a->strings["Postal/Zip Code:"] = "Code postal:"; -$a->strings["Country:"] = "Pays:"; -$a->strings["Region/State:"] = "Région/État:"; -$a->strings[" Marital Status:"] = " Statut marital:"; -$a->strings["Who: (if applicable)"] = "Qui: (si pertinent)"; -$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Exemples: cathy123, Cathy Williams, cathy@example.com"; -$a->strings["Since [date]:"] = "Depuis [date] :"; -$a->strings["Homepage URL:"] = "Page personnelle:"; -$a->strings["Religious Views:"] = "Opinions religieuses:"; -$a->strings["Public Keywords:"] = "Mots-clés publics:"; -$a->strings["Private Keywords:"] = "Mots-clés privés:"; -$a->strings["Example: fishing photography software"] = "Exemple: football dessin programmation"; -$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(Utilisés pour vous suggérer des amis potentiels, peuvent être vus par autrui)"; -$a->strings["(Used for searching profiles, never shown to others)"] = "(Utilisés pour rechercher dans les profils, ne seront jamais montrés à autrui)"; -$a->strings["Tell us about yourself..."] = "Parlez-nous de vous..."; -$a->strings["Hobbies/Interests"] = "Passe-temps/Centres d'intérêt"; -$a->strings["Contact information and Social Networks"] = "Coordonnées/Réseaux sociaux"; -$a->strings["Musical interests"] = "Goûts musicaux"; -$a->strings["Books, literature"] = "Lectures"; -$a->strings["Television"] = "Télévision"; -$a->strings["Film/dance/culture/entertainment"] = "Cinéma/Danse/Culture/Divertissement"; -$a->strings["Love/romance"] = "Amour/Romance"; -$a->strings["Work/employment"] = "Activité professionnelle/Occupation"; -$a->strings["School/education"] = "Études/Formation"; -$a->strings["This is your public profile.
It may be visible to anybody using the internet."] = "Ceci est votre profil public.
Il peut être visible par n'importe quel utilisateur d'Internet."; -$a->strings["Age: "] = "Age: "; -$a->strings["Edit/Manage Profiles"] = "Editer/gérer les profils"; +$a->strings["Your contacts"] = "Vos contacts"; +$a->strings["Community Pages"] = "Pages de Communauté"; +$a->strings["Community Profiles"] = "Profils communautaires"; +$a->strings["Last users"] = "Derniers utilisateurs"; +$a->strings["Last likes"] = "Dernièrement aimé"; +$a->strings["event"] = "évènement"; +$a->strings["status"] = "le statut"; +$a->strings["photo"] = "photo"; +$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s aime %3\$s de %2\$s"; +$a->strings["Last photos"] = "Dernières photos"; +$a->strings["Contact Photos"] = "Photos du contact"; +$a->strings["Profile Photos"] = "Photos du profil"; +$a->strings["Find Friends"] = "Trouver des amis"; +$a->strings["Local Directory"] = "Annuaire local"; +$a->strings["Global Directory"] = "Annuaire global"; +$a->strings["Similar Interests"] = "Intérêts similaires"; +$a->strings["Friend Suggestions"] = "Suggestions d'amitiés/contacts"; +$a->strings["Invite Friends"] = "Inviter des amis"; +$a->strings["Settings"] = "Réglages"; +$a->strings["Earth Layers"] = "Géolocalisation"; +$a->strings["Set zoomfactor for Earth Layers"] = "Régler le niveau de zoom pour la géolocalisation"; +$a->strings["Set longitude (X) for Earth Layers"] = "Régler la longitude (X) pour la géolocalisation"; +$a->strings["Set latitude (Y) for Earth Layers"] = "Régler la latitude (Y) pour la géolocalisation"; +$a->strings["Help or @NewHere ?"] = "Aide ou @NewHere?"; +$a->strings["Connect Services"] = "Connecter des services"; +$a->strings["Show/hide boxes at right-hand column:"] = "Montrer/cacher les boîtes dans la colonne de droite :"; +$a->strings["Set color scheme"] = "Choisir le schéma de couleurs"; +$a->strings["Set zoomfactor for Earth Layer"] = "Niveau de zoom"; +$a->strings["Alignment"] = "Alignement"; +$a->strings["Left"] = "Gauche"; +$a->strings["Center"] = "Centre"; +$a->strings["Color scheme"] = "Palette de couleurs"; +$a->strings["Posts font size"] = "Taille de texte des messages"; +$a->strings["Textareas font size"] = ""; +$a->strings["Set colour scheme"] = "Choisir le schéma de couleurs"; +$a->strings["default"] = "défaut"; +$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)"] = "Choisir une taille pour les images dans les publications et commentaires (largeur et hauteur)"; +$a->strings["Set theme width"] = "Largeur du thème"; +$a->strings["Delete this item?"] = "Effacer cet élément?"; +$a->strings["show fewer"] = "montrer moins"; +$a->strings["Update %s failed. See error logs."] = "Mise-à-jour %s échouée. Voir les journaux d'erreur."; +$a->strings["Update Error at %s"] = "Erreur de mise-à-jour à %s"; +$a->strings["Create a New Account"] = "Créer un nouveau compte"; +$a->strings["Register"] = "S'inscrire"; +$a->strings["Logout"] = "Se déconnecter"; +$a->strings["Login"] = "Connexion"; +$a->strings["Nickname or Email address: "] = "Pseudo ou courriel: "; +$a->strings["Password: "] = "Mot de passe: "; +$a->strings["Remember me"] = "Se souvenir de moi"; +$a->strings["Or login using OpenID: "] = "Ou connectez-vous via OpenID: "; +$a->strings["Forgot your password?"] = "Mot de passe oublié?"; +$a->strings["Password Reset"] = "Réinitialiser le mot de passe"; +$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."] = "Le compte demandé n'est pas disponible."; +$a->strings["Requested profile is not available."] = "Le profil demandé n'est pas disponible."; +$a->strings["Edit profile"] = "Editer le profil"; +$a->strings["Connect"] = "Relier"; +$a->strings["Message"] = "Message"; +$a->strings["Profiles"] = "Profils"; +$a->strings["Manage/edit profiles"] = "Gérer/éditer les profils"; $a->strings["Change profile photo"] = "Changer de photo de profil"; $a->strings["Create New Profile"] = "Créer un nouveau profil"; $a->strings["Profile Image"] = "Image du profil"; $a->strings["visible to everybody"] = "visible par tous"; $a->strings["Edit visibility"] = "Changer la visibilité"; -$a->strings["Permission denied"] = "Permission refusée"; -$a->strings["Invalid profile identifier."] = "Identifiant de profil invalide."; -$a->strings["Profile Visibility Editor"] = "Éditer la visibilité du profil"; -$a->strings["Click on a contact to add or remove."] = "Cliquez sur un contact pour l'ajouter ou le supprimer."; -$a->strings["Visible To"] = "Visible par"; -$a->strings["All Contacts (with secure profile access)"] = "Tous les contacts (ayant un accès sécurisé)"; +$a->strings["Location:"] = "Localisation:"; +$a->strings["Gender:"] = "Genre:"; +$a->strings["Status:"] = "Statut:"; +$a->strings["Homepage:"] = "Page personnelle:"; +$a->strings["g A l F d"] = "g A | F d"; +$a->strings["F d"] = "F d"; +$a->strings["[today]"] = "[aujourd'hui]"; +$a->strings["Birthday Reminders"] = "Rappels d'anniversaires"; +$a->strings["Birthdays this week:"] = "Anniversaires cette semaine:"; +$a->strings["[No description]"] = "[Sans description]"; +$a->strings["Event Reminders"] = "Rappels d'événements"; +$a->strings["Events this week:"] = "Evénements cette semaine:"; +$a->strings["Status"] = "Statut"; +$a->strings["Status Messages and Posts"] = "Messages d'état et publications"; +$a->strings["Profile Details"] = "Détails du profil"; +$a->strings["Photo Albums"] = "Albums photo"; +$a->strings["Videos"] = ""; +$a->strings["Events and Calendar"] = "Événements et agenda"; $a->strings["Personal Notes"] = "Notes personnelles"; +$a->strings["Only You Can See This"] = "Vous seul pouvez voir ça"; +$a->strings["%1\$s is currently %2\$s"] = "%1\$s est d'humeur %2\$s"; +$a->strings["Mood"] = "Humeur"; +$a->strings["Set your current mood and tell your friends"] = "Spécifiez votre humeur du moment, et informez vos amis"; $a->strings["Public access denied."] = "Accès public refusé."; +$a->strings["Item not found."] = "Élément introuvable."; $a->strings["Access to this profile has been restricted."] = "L'accès au profil a été restreint."; $a->strings["Item has been removed."] = "Cet élément a été enlevé."; -$a->strings["Visit %s's profile [%s]"] = "Visiter le profil de %s [%s]"; -$a->strings["Edit contact"] = "Éditer le contact"; -$a->strings["Contacts who are not members of a group"] = "Contacts qui n’appartiennent à aucun groupe"; -$a->strings["{0} wants to be your friend"] = "{0} souhaite être votre ami(e)"; -$a->strings["{0} sent you a message"] = "{0} vous a envoyé un message"; -$a->strings["{0} requested registration"] = "{0} a demandé à s'inscrire"; -$a->strings["{0} commented %s's post"] = "{0} a commenté une notice de %s"; -$a->strings["{0} liked %s's post"] = "{0} a aimé une notice de %s"; -$a->strings["{0} disliked %s's post"] = "{0} n'a pas aimé une notice de %s"; -$a->strings["{0} is now friends with %s"] = "{0} est désormais ami(e) avec %s"; -$a->strings["{0} posted"] = "{0} a posté"; -$a->strings["{0} tagged %s's post with #%s"] = "{0} a taggué la notice de %s avec #%s"; -$a->strings["{0} mentioned you in a post"] = "{0} vous a mentionné dans une publication"; -$a->strings["Theme settings updated."] = "Réglages du thème sauvés."; -$a->strings["Site"] = "Site"; -$a->strings["Users"] = "Utilisateurs"; -$a->strings["Plugins"] = "Extensions"; -$a->strings["Themes"] = "Thèmes"; -$a->strings["DB updates"] = "Mise-à-jour de la base"; -$a->strings["Logs"] = "Journaux"; -$a->strings["Plugin Features"] = "Propriétés des extensions"; -$a->strings["User registrations waiting for confirmation"] = "Inscriptions en attente de confirmation"; -$a->strings["Normal Account"] = "Compte normal"; -$a->strings["Soapbox Account"] = "Compte \"boîte à savon\""; -$a->strings["Community/Celebrity Account"] = "Compte de communauté/célébrité"; -$a->strings["Automatic Friend Account"] = "Compte auto-amical"; -$a->strings["Blog Account"] = "Compte de blog"; -$a->strings["Private Forum"] = "Forum privé"; -$a->strings["Message queues"] = "Files d'attente des messages"; -$a->strings["Administration"] = "Administration"; -$a->strings["Summary"] = "Résumé"; -$a->strings["Registered users"] = "Utilisateurs inscrits"; -$a->strings["Pending registrations"] = "Inscriptions en attente"; -$a->strings["Version"] = "Versio"; -$a->strings["Active plugins"] = "Extensions activés"; -$a->strings["Site settings updated."] = "Réglages du site mis-à-jour."; -$a->strings["No special theme for mobile devices"] = "Pas de thème particulier pour les terminaux mobiles"; -$a->strings["Never"] = "Jamais"; -$a->strings["Multi user instance"] = "Instance multi-utilisateurs"; -$a->strings["Closed"] = "Fermé"; -$a->strings["Requires approval"] = "Demande une apptrobation"; -$a->strings["Open"] = "Ouvert"; -$a->strings["No SSL policy, links will track page SSL state"] = "Pas de politique SSL, le liens conserveront l'état SSL de la page"; -$a->strings["Force all links to use SSL"] = "Forcer tous les liens à utiliser SSL"; -$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Certificat auto-signé, n'utiliser SSL que pour les liens locaux (non recommandé)"; -$a->strings["Registration"] = "Inscription"; -$a->strings["File upload"] = "Téléversement de fichier"; -$a->strings["Policies"] = "Politiques"; -$a->strings["Advanced"] = "Avancé"; -$a->strings["Performance"] = "Performance"; -$a->strings["Site name"] = "Nom du site"; -$a->strings["Banner/Logo"] = "Bannière/Logo"; -$a->strings["System language"] = "Langue du système"; -$a->strings["System theme"] = "Thème du système"; -$a->strings["Default system theme - may be over-ridden by user profiles - change theme settings"] = "Thème par défaut sur ce site - peut être changé en fonction des profils - changer les réglages du thème"; -$a->strings["Mobile system theme"] = "Thème mobile"; -$a->strings["Theme for mobile devices"] = "Thème pour les terminaux mobiles"; -$a->strings["SSL link policy"] = "Politique SSL pour les liens"; -$a->strings["Determines whether generated links should be forced to use SSL"] = "Détermine si les liens générés doivent forcer l'usage de SSL"; -$a->strings["'Share' element"] = "Élément 'partage'"; -$a->strings["Activates the bbcode element 'share' for repeating items."] = "Active l'élément bbcode 'partage' pour la répétition d'éléments."; -$a->strings["Hide help entry from navigation menu"] = "Cacher l'aide du menu de navigation"; -$a->strings["Hides the menu entry for the Help pages from the navigation menu. You can still access it calling /help directly."] = "Cacher l'entrée du menu pour les pages d'Aide dans le menu de navigation. Vous pouvez toujours y accéder en tapant /help directement."; -$a->strings["Single user instance"] = "Instance mono-utilisateur"; -$a->strings["Make this instance multi-user or single-user for the named user"] = "Transformer cette en instance en multi-utilisateur ou mono-utilisateur pour cet l'utilisateur."; -$a->strings["Maximum image size"] = "Taille maximale des images"; -$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Taille maximale des images envoyées (en octets). 0 par défaut, c'est à dire \"aucune limite\"."; -$a->strings["Maximum image length"] = "Longueur maximale des images"; -$a->strings["Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits."] = "Longueur maximale (en pixels) du plus long côté des images téléversées. La valeur par défaut est -1, soit une absence de limite."; -$a->strings["JPEG image quality"] = "Qualité JPEG des images"; -$a->strings["Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is full quality."] = "Les JPEGs téléversés seront sauvegardés avec ce niveau de qualité [0-100]. La valeur par défaut est 100, soit la qualité maximale."; -$a->strings["Register policy"] = "Politique d'inscription"; -$a->strings["Maximum Daily Registrations"] = "Inscriptions maximum par jour"; -$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 les inscriptions sont permises ci-dessus, ceci fixe le nombre maximum d'inscriptions de nouveaux utilisateurs acceptées par jour. Si les inscriptions ne sont pas ouvertes, ce paramètre n'a aucun effet."; -$a->strings["Register text"] = "Texte d'inscription"; -$a->strings["Will be displayed prominently on the registration page."] = "Sera affiché de manière bien visible sur la page d'accueil."; -$a->strings["Accounts abandoned after x days"] = "Les comptes sont abandonnés après x jours"; -$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "Pour ne pas gaspiller les ressources système, on cesse d'interroger les sites distants pour les comptes abandonnés. Mettre 0 pour désactiver cette fonction."; -$a->strings["Allowed friend domains"] = "Domaines autorisés"; -$a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = "Une liste de domaines, séparés par des virgules, autorisés à établir des relations avec les utilisateurs de ce site. Les '*' sont acceptés. Laissez vide pour autoriser tous les domaines"; -$a->strings["Allowed email domains"] = "Domaines courriel autorisés"; -$a->strings["Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains"] = "Liste de domaines - séparés par des virgules - dont les adresses e-mail sont autorisées à s'inscrire sur ce site. Les '*' sont acceptées. Laissez vide pour autoriser tous les domaines"; -$a->strings["Block public"] = "Interdire la publication globale"; -$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "Cocher pour bloquer les accès anonymes (non-connectés) à tout sauf aux pages personnelles publiques."; -$a->strings["Force publish"] = "Forcer la publication globale"; -$a->strings["Check to force all profiles on this site to be listed in the site directory."] = "Cocher pour publier obligatoirement tous les profils locaux dans l'annuaire du site."; -$a->strings["Global directory update URL"] = "URL de mise-à-jour de l'annuaire global"; -$a->strings["URL to update the global directory. If this is not set, the global directory is completely unavailable to the application."] = "URL de mise-à-jour de l'annuaire global. Si vide, l'annuaire global sera complètement indisponible."; -$a->strings["Allow threaded items"] = "Activer les commentaires imbriqués"; -$a->strings["Allow infinite level threading for items on this site."] = "Permettre une imbrication infinie des commentaires."; -$a->strings["Private posts by default for new users"] = "Publications privées par défaut pour les nouveaux utilisateurs"; -$a->strings["Set default post permissions for all new members to the default privacy group rather than public."] = "Rendre les posts de tous les nouveaux utilisateurs accessibles seulement par le groupe de contacts par défaut, et non par tout le monde."; -$a->strings["Don't include post content in email notifications"] = "Ne pas inclure le contenu posté dans l'e-mail de notification"; -$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."] = "Ne pas inclure le contenu d'un postage/commentaire/message privé/etc dans l'e-mail de notification qui est envoyé à partir du site, par mesure de confidentialité."; -$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"] = "Interdire les inscriptions multiples"; -$a->strings["Disallow users to register additional accounts for use as pages."] = "Ne pas permettre l'inscription de comptes multiples comme des pages."; -$a->strings["OpenID support"] = "Support OpenID"; -$a->strings["OpenID support for registration and logins."] = "Supporter OpenID pour les inscriptions et connexions."; -$a->strings["Fullname check"] = "Vérification du \"Prénom Nom\""; -$a->strings["Force users to register with a space between firstname and lastname in Full name, as an antispam measure"] = "Imposer l'utilisation d'un espace entre le prénom et le nom (dans le Nom complet), pour limiter les abus"; -$a->strings["UTF-8 Regular expressions"] = "Regex UTF-8"; -$a->strings["Use PHP UTF8 regular expressions"] = "Utiliser les expressions rationnelles de PHP en UTF8"; -$a->strings["Show Community Page"] = "Montrer la \"Place publique\""; -$a->strings["Display a Community page showing all recent public postings on this site."] = "Afficher une page Communauté avec toutes les publications publiques récentes du site."; -$a->strings["Enable OStatus support"] = "Activer le support d'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."] = "Fournir une compatibilité OStatus (identi.ca, status.net, etc.). Toutes les communications d'OStatus sont publiques, des avertissements liés à la vie privée seront affichés si utile."; -$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"] = "Activer le support de Diaspora"; -$a->strings["Provide built-in Diaspora network compatibility."] = "Fournir une compatibilité Diaspora intégrée."; -$a->strings["Only allow Friendica contacts"] = "N'autoriser que les contacts Friendica"; -$a->strings["All contacts must use Friendica protocols. All other built-in communication protocols disabled."] = "Tous les contacts doivent utiliser les protocoles de Friendica. Tous les autres protocoles de communication intégrés sont désactivés."; -$a->strings["Verify SSL"] = "Vérifier 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 vous le souhaitez, vous pouvez activier la vérification stricte des certificats. Cela signifie que vous ne pourrez pas vous connecter (du tout) aux sites SSL munis d'un certificat auto-signé."; -$a->strings["Proxy user"] = "Utilisateur du proxy"; -$a->strings["Proxy URL"] = "URL du proxy"; -$a->strings["Network timeout"] = "Dépassement du délai d'attente du réseau"; -$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "Valeur en secondes. Mettre à 0 pour 'illimité' (pas recommandé)."; -$a->strings["Delivery interval"] = "Intervalle de transmission"; -$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."] = "Rallonge le processus de transmissions pour réduire la charge système (en secondes). Valeurs recommandées : 4-5 pour les serveurs mutualisés, 2-3 pour les VPS, 0-1 pour les gros servers dédiés."; -$a->strings["Poll interval"] = "Intervalle de réception"; -$a->strings["Delay background polling processes by this many seconds to reduce system load. If 0, use delivery interval."] = "Rajouter un délai - en secondes - au processus de 'polling', afin de réduire la charge système. Mettre à 0 pour utiliser l'intervalle d'émission."; -$a->strings["Maximum Load Average"] = "Plafond de la charge moyenne"; -$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Charge système maximale à partir de laquelle l'émission et la réception seront soumises à un délai supplémentaire. Par défaut, 50."; -$a->strings["Use MySQL full text engine"] = "Utiliser le moteur de recherche plein texte de MySQL"; -$a->strings["Activates the full text engine. Speeds up search - but can only search for four and more characters."] = "Activer le moteur de recherche plein texte. Accélère la recherche mais peut seulement rechercher quatre lettres ou plus."; -$a->strings["Path to item cache"] = "Chemin vers le cache des objets."; -$a->strings["Cache duration in seconds"] = "Durée du cache en secondes"; -$a->strings["How long should the cache files be hold? Default value is 86400 seconds (One day)."] = "Combien de temps faut-il garder les fichiers du cache? La valeur par défaut est de 86400 secondes (un jour)."; -$a->strings["Path for lock file"] = "Chemin vers le ficher de verrouillage"; -$a->strings["Temp path"] = "Chemin des fichiers temporaires"; -$a->strings["Base path to installation"] = "Chemin de base de l'installation"; -$a->strings["Update has been marked successful"] = "Mise-à-jour validée comme 'réussie'"; -$a->strings["Executing %s failed. Check system logs."] = "L'éxecution de %s a échoué. Vérifiez les journaux du système."; -$a->strings["Update %s was successfully applied."] = "Mise-à-jour %s appliquée avec succès."; -$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "La mise-à-jour %s n'a pas retourné de détails. Impossible de savoir si elle a réussi."; -$a->strings["Update function %s could not be found."] = "La fonction %s de la mise-à-jour n'a pu être trouvée."; -$a->strings["No failed updates."] = "Pas de mises-à-jour échouées."; -$a->strings["Failed Updates"] = "Mises-à-jour échouées"; -$a->strings["This does not include updates prior to 1139, which did not return a status."] = "Ceci n'inclut pas les versions antérieures à la 1139, qui ne retournaient jamais de détails."; -$a->strings["Mark success (if update was manually applied)"] = "Marquer comme 'réussie' (dans le cas d'une mise-à-jour manuelle)"; -$a->strings["Attempt to execute this update step automatically"] = "Tenter d'éxecuter cette étape automatiquement"; -$a->strings["%s user blocked/unblocked"] = array( - 0 => "%s utilisateur a (dé)bloqué", - 1 => "%s utilisateurs ont (dé)bloqué", -); -$a->strings["%s user deleted"] = array( - 0 => "%s utilisateur supprimé", - 1 => "%s utilisateurs supprimés", -); -$a->strings["User '%s' deleted"] = "Utilisateur '%s' supprimé"; -$a->strings["User '%s' unblocked"] = "Utilisateur '%s' débloqué"; -$a->strings["User '%s' blocked"] = "Utilisateur '%s' bloqué"; -$a->strings["select all"] = "tout sélectionner"; -$a->strings["User registrations waiting for confirm"] = "Inscriptions d'utilisateurs en attente de confirmation"; -$a->strings["Request date"] = "Date de la demande"; -$a->strings["Name"] = "Nom"; -$a->strings["No registrations."] = "Pas d'inscriptions."; -$a->strings["Approve"] = "Approuver"; -$a->strings["Deny"] = "Rejetter"; -$a->strings["Block"] = "Bloquer"; -$a->strings["Unblock"] = "Débloquer"; -$a->strings["Site admin"] = "Administration du Site"; -$a->strings["Account expired"] = "Compte expiré"; -$a->strings["Register date"] = "Date d'inscription"; -$a->strings["Last login"] = "Dernière connexion"; -$a->strings["Last item"] = "Dernier élément"; -$a->strings["Account"] = "Compte"; -$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Les utilisateurs sélectionnés vont être supprimés!\\n\\nTout ce qu'ils ont posté sur ce site sera définitivement perdu!\\n\\nÊtes-vous certain?"; -$a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "L'utilisateur {0} va être supprimé!\\n\\nTout ce qu'il a posté sur ce site sera définitivement perdu!\\n\\nÊtes-vous certain?"; -$a->strings["Plugin %s disabled."] = "Extension %s désactivée."; -$a->strings["Plugin %s enabled."] = "Extension %s activée."; -$a->strings["Disable"] = "Désactiver"; -$a->strings["Enable"] = "Activer"; -$a->strings["Toggle"] = "Activer/Désactiver"; -$a->strings["Author: "] = "Auteur: "; -$a->strings["Maintainer: "] = "Mainteneur: "; -$a->strings["No themes found."] = "Aucun thème trouvé."; -$a->strings["Screenshot"] = "Capture d'écran"; -$a->strings["[Experimental]"] = "[Expérimental]"; -$a->strings["[Unsupported]"] = "[Non supporté]"; -$a->strings["Log settings updated."] = "Réglages des journaux mis-à-jour."; -$a->strings["Clear"] = "Effacer"; -$a->strings["Enable Debugging"] = ""; -$a->strings["Log file"] = "Fichier de journaux"; -$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "Accès en écriture par le serveur web requis. Relatif à la racine de votre installation de Friendica."; -$a->strings["Log level"] = "Niveau de journalisaton"; -$a->strings["Update now"] = "Mettre à jour"; -$a->strings["Close"] = "Fermer"; -$a->strings["FTP Host"] = "Hôte FTP"; -$a->strings["FTP Path"] = "Chemin FTP"; -$a->strings["FTP User"] = "Utilisateur FTP"; -$a->strings["FTP Password"] = "Mot de passe FTP"; -$a->strings["Unable to locate original post."] = "Impossible de localiser l'article original."; -$a->strings["Empty post discarded."] = "Article vide défaussé."; -$a->strings["System error. Post not saved."] = "Erreur système. Publication non sauvée."; -$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Ce message vous a été envoyé par %s, membre du réseau social Friendica."; -$a->strings["You may visit them online at %s"] = "Vous pouvez leur rendre visite sur %s"; -$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Merci de contacter l’émetteur en répondant à cette publication si vous ne souhaitez pas recevoir ces messages."; -$a->strings["%s posted an update."] = "%s a publié une mise à jour."; -$a->strings["Friends of %s"] = "Amis de %s"; -$a->strings["No friends to display."] = "Pas d'amis à afficher."; -$a->strings["Remove term"] = "Retirer le terme"; -$a->strings["No results."] = "Aucun résultat."; -$a->strings["Authorize application connection"] = "Autoriser l'application à se connecter"; -$a->strings["Return to your app and insert this Securty Code:"] = "Retournez à votre application et saisissez ce Code de Sécurité : "; -$a->strings["Please login to continue."] = "Merci de vous connecter pour continuer."; -$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Voulez-vous autoriser cette application à accéder à vos notices et contacts, et/ou à créer des notices à votre place?"; +$a->strings["Access denied."] = "Accès refusé."; +$a->strings["This is Friendica, version"] = "Motorisé par Friendica version"; +$a->strings["running at web location"] = "hébergé sur"; +$a->strings["Please visit Friendica.com to learn more about the Friendica project."] = "Merci de vous rendre sur Friendica.com si vous souhaitez en savoir plus sur le projet Friendica."; +$a->strings["Bug reports and issues: please visit"] = "Pour les rapports de bugs: rendez vous sur"; +$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Suggestions, remerciements, donations, etc. - écrivez à \"Info\" arob. Friendica - point com"; +$a->strings["Installed plugins/addons/apps:"] = "Extensions/applications installées:"; +$a->strings["No installed plugins/addons/apps"] = "Aucune extension/greffon/application installée"; +$a->strings["%1\$s welcomes %2\$s"] = "%1\$s accueille %2\$s"; $a->strings["Registration details for %s"] = "Détails d'inscription pour %s"; $a->strings["Registration successful. Please check your email for further instructions."] = "Inscription réussie. Vérifiez vos emails pour la suite des instructions."; $a->strings["Failed to send email message. Here is the message that failed."] = "Impossible d'envoyer un email. Voici le message qui a échoué."; @@ -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."] = "Si vous n'êtes pas familier avec OpenID, laissez ce champ vide et remplissez le reste."; $a->strings["Your OpenID (optional): "] = "Votre OpenID (facultatif): "; $a->strings["Include your profile in member directory?"] = "Inclure votre profil dans l'annuaire des membres?"; +$a->strings["Yes"] = "Oui"; +$a->strings["No"] = "Non"; $a->strings["Membership on this site is by invitation only."] = "L'inscription à ce site se fait uniquement sur invitation."; $a->strings["Your invitation ID: "] = "Votre ID d'invitation: "; +$a->strings["Registration"] = "Inscription"; $a->strings["Your Full Name (e.g. Joe Smith): "] = "Votre nom complet (p.ex. Michel Dupont): "; $a->strings["Your Email Address: "] = "Votre adresse courriel: "; $a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be 'nickname@\$sitename'."] = "Choisissez un pseudo. Celui devra commencer par une lettre. L'adresse de votre profil en découlera sous la forme '<strong>pseudo@\$sitename</strong>'."; $a->strings["Choose a nickname: "] = "Choisir un pseudo: "; -$a->strings["Account approved."] = "Inscription validée."; -$a->strings["Registration revoked for %s"] = "Inscription révoquée pour %s"; -$a->strings["Please login."] = "Merci de vous connecter."; -$a->strings["Item not available."] = "Elément non disponible."; -$a->strings["Item was not found."] = "Element introuvable."; -$a->strings["Remove My Account"] = "Supprimer mon compte"; -$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Ceci supprimera totalement votre compte. Cette opération est irréversible."; -$a->strings["Please enter your password for verification:"] = "Merci de saisir votre mot de passe pour vérification:"; -$a->strings["Source (bbcode) text:"] = "Texte source (bbcode) :"; -$a->strings["Source (Diaspora) text to convert to BBcode:"] = "Texte source (Diaspora) à convertir en BBcode :"; -$a->strings["Source input: "] = "Source input: "; -$a->strings["bb2html (raw HTML): "] = "bb2html (HTML brut)"; -$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): "] = "Texte source (format Diaspora) :"; -$a->strings["diaspora2bb: "] = "diaspora2bb :"; -$a->strings["Common Friends"] = "Amis communs"; -$a->strings["No contacts in common."] = "Pas de contacts en commun."; -$a->strings["You must be logged in to use addons. "] = "Vous devez être connecté pour utiliser les addons."; -$a->strings["Applications"] = "Applications"; -$a->strings["No installed applications."] = "Pas d'application installée."; $a->strings["Import"] = "Importer"; -$a->strings["Move account"] = "Migrer le compte"; -$a->strings["You can import an account from another Friendica server."] = "Vous pouvez importer un compte d'un autre serveur 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."] = "Vous devez exporter votre compte à partir de l'ancien serveur et le téléverser ici. Nous recréerons votre ancien compte ici avec tous vos contacts. Nous tenterons également d'informer vos amis que vous avez déménagé ici."; -$a->strings["This feature is experimental. We can't import contacts from the OStatus network (statusnet/identi.ca) or from Diaspora"] = "Cette fonctionnalité est expérimentale. Nous ne pouvons importer les contacts des réseaux OStatus (statusnet/identi.ca) ou Diaspora"; -$a->strings["Account file"] = "Fichier du compte"; -$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = ""; -$a->strings["everybody"] = "tout le monde"; -$a->strings["Additional features"] = "Fonctions supplémentaires"; -$a->strings["Display settings"] = "Affichage"; -$a->strings["Connector settings"] = "Connecteurs"; -$a->strings["Plugin settings"] = "Extensions"; -$a->strings["Connected apps"] = "Applications connectées"; -$a->strings["Export personal data"] = "Exporter"; -$a->strings["Remove account"] = "Supprimer le compte"; -$a->strings["Missing some important data!"] = "Il manque certaines informations importantes!"; -$a->strings["Update"] = "Mises-à-jour"; -$a->strings["Failed to connect with email account using the settings provided."] = "Impossible de se connecter au compte courriel configuré."; -$a->strings["Email settings updated."] = "Réglages de courriel mis-à-jour."; -$a->strings["Features updated"] = "Fonctionnalités mises à jour"; -$a->strings["Passwords do not match. Password unchanged."] = "Les mots de passe ne correspondent pas. Aucun changement appliqué."; -$a->strings["Empty passwords are not allowed. Password unchanged."] = "Les mots de passe vides sont interdits. Aucun changement appliqué."; -$a->strings["Wrong password."] = ""; -$a->strings["Password changed."] = "Mots de passe changés."; -$a->strings["Password update failed. Please try again."] = "Le changement de mot de passe a échoué. Merci de recommencer."; -$a->strings[" Please use a shorter name."] = " Merci d'utiliser un nom plus court."; -$a->strings[" Name too short."] = " Nom trop court."; -$a->strings["Wrong Password"] = ""; -$a->strings[" Not valid email."] = " Email invalide."; -$a->strings[" Cannot change to that email."] = " Impossible de changer pour cet email."; -$a->strings["Private forum has no privacy permissions. Using default privacy group."] = "Ce forum privé n'a pas de paramètres de vie privée. Utilisation des paramètres de confidentialité par défaut."; -$a->strings["Private forum has no privacy permissions and no default privacy group."] = "Ce forum privé n'a pas de paramètres de vie privée ni de paramètres de confidentialité par défaut."; -$a->strings["Settings updated."] = "Réglages mis à jour."; -$a->strings["Add application"] = "Ajouter une application"; -$a->strings["Consumer Key"] = "Clé utilisateur"; -$a->strings["Consumer Secret"] = "Secret utilisateur"; -$a->strings["Redirect"] = "Rediriger"; -$a->strings["Icon url"] = "URL de l'icône"; -$a->strings["You can't edit this application."] = "Vous ne pouvez pas éditer cette application."; -$a->strings["Connected Apps"] = "Applications connectées"; -$a->strings["Edit"] = "Éditer"; -$a->strings["Client key starts with"] = "La clé cliente commence par"; -$a->strings["No name"] = "Sans nom"; -$a->strings["Remove authorization"] = "Révoquer l'autorisation"; -$a->strings["No Plugin settings configured"] = "Pas de réglages d'extensions configurés"; -$a->strings["Plugin Settings"] = "Extensions"; -$a->strings["Off"] = "Éteint"; -$a->strings["On"] = "Allumé"; -$a->strings["Additional Features"] = "Fonctions supplémentaires"; -$a->strings["Built-in support for %s connectivity is %s"] = "Le support natif pour la connectivité %s est %s"; -$a->strings["enabled"] = "activé"; -$a->strings["disabled"] = "désactivé"; -$a->strings["StatusNet"] = "StatusNet"; -$a->strings["Email access is disabled on this site."] = "L'accès courriel est désactivé sur ce site."; -$a->strings["Connector Settings"] = "Connecteurs"; -$a->strings["Email/Mailbox Setup"] = "Réglages de courriel/boîte à lettre"; -$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "Si vous souhaitez communiquer avec vos contacts \"courriel\" (facultatif), merci de nous indiquer comment vous connecter à votre boîte."; -$a->strings["Last successful email check:"] = "Dernière vérification réussie des courriels:"; -$a->strings["IMAP server name:"] = "Nom du serveur IMAP:"; -$a->strings["IMAP port:"] = "Port IMAP:"; -$a->strings["Security:"] = "Sécurité:"; -$a->strings["None"] = "Aucun(e)"; -$a->strings["Email login name:"] = "Nom de connexion:"; -$a->strings["Email password:"] = "Mot de passe:"; -$a->strings["Reply-to address:"] = "Adresse de réponse:"; -$a->strings["Send public posts to all email contacts:"] = "Les notices publiques vont à tous les contacts courriel:"; -$a->strings["Action after import:"] = "Action après import:"; -$a->strings["Mark as seen"] = "Marquer comme vu"; -$a->strings["Move to folder"] = "Déplacer vers"; -$a->strings["Move to folder:"] = "Déplacer vers:"; -$a->strings["Display Settings"] = "Affichage"; -$a->strings["Display Theme:"] = "Thème d'affichage:"; -$a->strings["Mobile Theme:"] = "Thème mobile:"; -$a->strings["Update browser every xx seconds"] = "Mettre-à-jour l'affichage toutes les xx secondes"; -$a->strings["Minimum of 10 seconds, no maximum"] = "Délai minimum de 10 secondes, pas de maximum"; -$a->strings["Number of items to display per page:"] = "Nombre d’éléments par page:"; -$a->strings["Maximum of 100 items"] = "Maximum de 100 éléments"; -$a->strings["Number of items to display per page when viewed from mobile device:"] = ""; -$a->strings["Don't show emoticons"] = "Ne pas afficher les émoticônes (smileys grahiques)"; -$a->strings["Normal Account Page"] = "Compte normal"; -$a->strings["This account is a normal personal profile"] = "Ce compte correspond à un profil normal, pour une seule personne (physique, généralement)"; -$a->strings["Soapbox Page"] = "Compte \"boîte à savon\""; -$a->strings["Automatically approve all connection/friend requests as read-only fans"] = "Accepter automatiquement toutes les demandes d'amitié/connexion comme étant des fans 'en lecture seule'"; -$a->strings["Community Forum/Celebrity Account"] = "Compte de communauté/célébrité"; -$a->strings["Automatically approve all connection/friend requests as read-write fans"] = "Accepter automatiquement toutes les demandes d'amitié/connexion comme étant des fans en 'lecture/écriture'"; -$a->strings["Automatic Friend Page"] = "Compte d'\"amitié automatique\""; -$a->strings["Automatically approve all connection/friend requests as friends"] = "Accepter automatiquement toutes les demandes d'amitié/connexion comme étant des amis"; -$a->strings["Private Forum [Experimental]"] = "Forum privé [expérimental]"; -$a->strings["Private forum - approved members only"] = "Forum privé - modéré en inscription"; -$a->strings["OpenID:"] = "OpenID:"; -$a->strings["(Optional) Allow this OpenID to login to this account."] = "&nbsp;(Facultatif) Autoriser cet OpenID à se connecter à ce compte."; -$a->strings["Publish your default profile in your local site directory?"] = "Publier votre profil par défaut sur l'annuaire local de ce site?"; -$a->strings["Publish your default profile in the global social directory?"] = "Publier votre profil par défaut sur l'annuaire social global?"; -$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Cacher votre liste de contacts/amis des visiteurs de votre profil par défaut?"; -$a->strings["Hide your profile details from unknown viewers?"] = "Cacher les détails du profil aux visiteurs inconnus?"; -$a->strings["Allow friends to post to your profile page?"] = "Autoriser vos amis à publier sur votre profil?"; -$a->strings["Allow friends to tag your posts?"] = "Autoriser vos amis à tagguer vos notices?"; -$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Autoriser les suggestions d'amis potentiels aux nouveaux arrivants?"; -$a->strings["Permit unknown people to send you private mail?"] = "Autoriser les messages privés d'inconnus?"; -$a->strings["Profile is not published."] = "Ce profil n'est pas publié."; -$a->strings["or"] = "ou"; -$a->strings["Your Identity Address is"] = "L'adresse de votre identité est"; -$a->strings["Automatically expire posts after this many days:"] = "Les publications expirent automatiquement après (en jours) :"; -$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Si ce champ est vide, les notices n'expireront pas. Les notices expirées seront supprimées"; -$a->strings["Advanced expiration settings"] = "Réglages avancés de l'expiration"; -$a->strings["Advanced Expiration"] = "Expiration (avancé)"; -$a->strings["Expire posts:"] = "Faire expirer les contenus:"; -$a->strings["Expire personal notes:"] = "Faire expirer les notes personnelles:"; -$a->strings["Expire starred posts:"] = "Faire expirer les contenus marqués:"; -$a->strings["Expire photos:"] = "Faire expirer les photos:"; -$a->strings["Only expire posts by others:"] = "Faire expirer seulement les messages des autres :"; -$a->strings["Account Settings"] = "Compte"; -$a->strings["Password Settings"] = "Réglages de mot de passe"; -$a->strings["New Password:"] = "Nouveau mot de passe:"; -$a->strings["Confirm:"] = "Confirmer:"; -$a->strings["Leave password fields blank unless changing"] = "Laissez les champs de mot de passe vierges, sauf si vous désirez les changer"; -$a->strings["Current Password:"] = ""; -$a->strings["Your current password to confirm the changes"] = ""; -$a->strings["Password:"] = ""; -$a->strings["Basic Settings"] = "Réglages basiques"; -$a->strings["Email Address:"] = "Adresse courriel:"; -$a->strings["Your Timezone:"] = "Votre fuseau horaire:"; -$a->strings["Default Post Location:"] = "Publication par défaut depuis :"; -$a->strings["Use Browser Location:"] = "Utiliser la localisation géographique du navigateur:"; -$a->strings["Security and Privacy Settings"] = "Réglages de sécurité et vie privée"; -$a->strings["Maximum Friend Requests/Day:"] = "Nombre maximal de requêtes d'amitié/jour:"; -$a->strings["(to prevent spam abuse)"] = "(pour limiter l'impact du spam)"; -$a->strings["Default Post Permissions"] = "Permissions par défaut sur les articles"; -$a->strings["(click to open/close)"] = "(cliquer pour ouvrir/fermer)"; -$a->strings["Show to Groups"] = "Montrer aux groupes"; -$a->strings["Show to Contacts"] = "Montrer aux Contacts"; -$a->strings["Default Private Post"] = "Message privé par défaut"; -$a->strings["Default Public Post"] = "Message publique par défaut"; -$a->strings["Default Permissions for New Posts"] = ""; -$a->strings["Maximum private messages per day from unknown people:"] = "Maximum de messages privés d'inconnus par jour:"; -$a->strings["Notification Settings"] = "Réglages de notification"; -$a->strings["By default post a status message when:"] = "Par défaut, poster un statut quand:"; -$a->strings["accepting a friend request"] = "j'accepte un ami"; -$a->strings["joining a forum/community"] = "joignant un forum/une communauté"; -$a->strings["making an interesting profile change"] = "je fais une modification intéressante de mon profil"; -$a->strings["Send a notification email when:"] = "Envoyer un courriel de notification quand:"; -$a->strings["You receive an introduction"] = "Vous recevez une introduction"; -$a->strings["Your introductions are confirmed"] = "Vos introductions sont confirmées"; -$a->strings["Someone writes on your profile wall"] = "Quelqu'un écrit sur votre mur"; -$a->strings["Someone writes a followup comment"] = "Quelqu'un vous commente"; -$a->strings["You receive a private message"] = "Vous recevez un message privé"; -$a->strings["You receive a friend suggestion"] = "Vous avez reçu une suggestion d'ami"; -$a->strings["You are tagged in a post"] = "Vous avez été repéré dans une publication"; -$a->strings["You are poked/prodded/etc. in a post"] = "Vous avez été sollicité dans une publication"; -$a->strings["Advanced Account/Page Type Settings"] = "Paramètres avancés de compte/page"; -$a->strings["Change the behaviour of this account for special situations"] = "Modifier le comportement de ce compte dans certaines situations"; -$a->strings["link"] = "lien"; -$a->strings["Contact settings applied."] = "Réglages du contact appliqués."; -$a->strings["Contact update failed."] = "Impossible d'appliquer les réglages."; +$a->strings["Import your profile to this friendica instance"] = ""; +$a->strings["Profile not found."] = "Profil introuvable."; $a->strings["Contact not found."] = "Contact introuvable."; -$a->strings["Repair Contact Settings"] = "Réglages du réparateur de contacts"; -$a->strings["WARNING: This is highly advanced and if you enter incorrect information your communications with this contact may stop working."] = "ATTENTION: Manipulation réservée aux experts, toute information incorrecte pourrait empêcher la communication avec ce contact."; -$a->strings["Please use your browser 'Back' button now if you are uncertain what to do on this page."] = "une photo"; -$a->strings["Return to contact editor"] = "Retour à l'éditeur de contact"; -$a->strings["Account Nickname"] = "Pseudo du compte"; -$a->strings["@Tagname - overrides Name/Nickname"] = "@NomDuTag - prend le pas sur Nom/Pseudo"; -$a->strings["Account URL"] = "URL du compte"; -$a->strings["Friend Request URL"] = "Echec du téléversement de l'image."; -$a->strings["Friend Confirm URL"] = "Accès public refusé."; -$a->strings["Notification Endpoint URL"] = "Aucune photo sélectionnée"; -$a->strings["Poll/Feed URL"] = "Téléverser des photos"; -$a->strings["New photo from this URL"] = "Nouvelle photo depuis cette URL"; -$a->strings["No potential page delegates located."] = "Pas de délégataire potentiel."; -$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "Les délégataires seront capables de gérer tous les aspects de ce compte ou de cette page, à l'exception des réglages de compte. Merci de ne pas déléguer votre compte principal à quelqu'un en qui vous n'avez pas une confiance absolue."; -$a->strings["Existing Page Managers"] = "Gestionnaires existants"; -$a->strings["Existing Page Delegates"] = "Délégataires existants"; -$a->strings["Potential Delegates"] = "Délégataires potentiels"; -$a->strings["Remove"] = "Utiliser comme photo de profil"; -$a->strings["Add"] = "Ajouter"; -$a->strings["No entries."] = "Aucune entrée."; -$a->strings["Poke/Prod"] = "Solliciter"; -$a->strings["poke, prod or do other things to somebody"] = "solliciter (poke/...) quelqu'un"; -$a->strings["Recipient"] = "Destinataire"; -$a->strings["Choose what you wish to do to recipient"] = "Choisissez ce que vous voulez faire au destinataire"; -$a->strings["Make this post private"] = "Rendez ce message privé"; $a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "Ceci peut se produire lorsque le contact a été requis par les deux personnes et a déjà été approuvé."; $a->strings["Response from remote site was not understood."] = "Réponse du site distant incomprise."; $a->strings["Unexpected response from remote site: "] = "Réponse inattendue du site distant: "; @@ -1060,6 +218,7 @@ $a->strings["Remote site reported: "] = "Alerte du site distant: "; $a->strings["Temporary failure. Please wait and try again."] = "Échec temporaire. Merci de recommencer ultérieurement."; $a->strings["Introduction failed or was revoked."] = "Introduction échouée ou annulée."; $a->strings["Unable to set contact photo."] = "Impossible de définir la photo du contact."; +$a->strings["%1\$s is now friends with %2\$s"] = "%1\$s est désormais lié à %2\$s"; $a->strings["No user record found for '%s' "] = "Pas d'utilisateur trouvé pour '%s' "; $a->strings["Our site encryption key is apparently messed up."] = "Notre clé de chiffrement de site est apparemment corrompue."; $a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "URL de site absente ou indéchiffrable."; @@ -1070,173 +229,14 @@ $a->strings["Unable to set your contact credentials on our system."] = "Impossib $a->strings["Unable to update your contact profile details on our system"] = "Impossible de mettre les détails de votre profil à jour sur notre système"; $a->strings["Connection accepted at %s"] = "Connexion acceptée chez %s"; $a->strings["%1\$s has joined %2\$s"] = "%1\$s a rejoint %2\$s"; -$a->strings["%1\$s welcomes %2\$s"] = ""; -$a->strings["This introduction has already been accepted."] = "Cette introduction a déjà été acceptée."; -$a->strings["Profile location is not valid or does not contain profile information."] = "L'emplacement du profil est invalide ou ne contient pas de profil valide."; -$a->strings["Warning: profile location has no identifiable owner name."] = "Attention: l'emplacement du profil n'a pas de nom identifiable."; -$a->strings["Warning: profile location has no profile photo."] = "Attention: l'emplacement du profil n'a pas de photo de profil."; -$a->strings["%d required parameter was not found at the given location"] = array( - 0 => "%d paramètre requis n'a pas été trouvé à l'endroit indiqué", - 1 => "%d paramètres requis n'ont pas été trouvés à l'endroit indiqué", -); -$a->strings["Introduction complete."] = "Phase d'introduction achevée."; -$a->strings["Unrecoverable protocol error."] = "Erreur de protocole non-récupérable."; -$a->strings["Profile unavailable."] = "Profil indisponible."; -$a->strings["%s has received too many connection requests today."] = "%s a reçu trop de demandes d'introduction aujourd'hui."; -$a->strings["Spam protection measures have been invoked."] = "Des mesures de protection contre le spam ont été déclenchées."; -$a->strings["Friends are advised to please try again in 24 hours."] = "Les relations sont encouragées à attendre 24 heures pour recommencer."; -$a->strings["Invalid locator"] = "Localisateur invalide"; -$a->strings["Invalid email address."] = "Adresse courriel invalide."; -$a->strings["This account has not been configured for email. Request failed."] = "Ce compte n'a pas été configuré pour les échanges de courriel. Requête avortée."; -$a->strings["Unable to resolve your name at the provided location."] = "Impossible de résoudre votre nom à l'emplacement fourni."; -$a->strings["You have already introduced yourself here."] = "Vous vous êtes déjà présenté ici."; -$a->strings["Apparently you are already friends with %s."] = "Il semblerait que vous soyez déjà ami avec %s."; -$a->strings["Invalid profile URL."] = "URL de profil invalide."; -$a->strings["Failed to update contact record."] = "Échec de mise-à-jour du contact."; -$a->strings["Your introduction has been sent."] = "Votre introduction a été envoyée."; -$a->strings["Please login to confirm introduction."] = "Connectez-vous pour confirmer l'introduction."; -$a->strings["Incorrect identity currently logged in. Please login to this profile."] = "Identité incorrecte actuellement connectée. Merci de vous connecter à ce profil."; -$a->strings["Hide this contact"] = "Cacher ce contact"; -$a->strings["Welcome home %s."] = "Bienvenue chez vous, %s."; -$a->strings["Please confirm your introduction/connection request to %s."] = "Merci de confirmer votre demande d'introduction auprès de %s."; -$a->strings["Confirm"] = "Confirmer"; -$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Merci d'entrer votre \"adresse d'identité\" de l'un des réseaux de communication suivant:"; -$a->strings["Connect as an email follower (Coming soon)"] = "Connecter un utilisateur de courriel (bientôt)"; -$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."] = "Si vous n'êtes pas encore membre du web social libre, suivez ce lien pour trouver un site Friendica ouvert au public et nous rejoindre dès aujourd'hui."; -$a->strings["Friend/Connection Request"] = "Requête de relation/amitié"; -$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"] = "Exemples : jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"; -$a->strings["Please answer the following:"] = "Merci de répondre à ce qui suit:"; -$a->strings["Does %s know you?"] = "Est-ce que %s vous connaît?"; -$a->strings["Add a personal note:"] = "Ajouter une note personnelle:"; -$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."] = " - merci de ne pas utiliser ce formulaire. Entrez plutôt %s dans votre barre de recherche Diaspora."; -$a->strings["Your Identity Address:"] = "Votre adresse d'identité:"; -$a->strings["Submit Request"] = "Envoyer la requête"; -$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s suit les %3\$s de %2\$s"; -$a->strings["Global Directory"] = "Annuaire global"; -$a->strings["Find on this site"] = "Trouver sur ce site"; -$a->strings["Finding: "] = "Trouvé: "; -$a->strings["Site Directory"] = "Annuaire local"; -$a->strings["Gender: "] = "Genre: "; -$a->strings["No entries (some entries may be hidden)."] = "Aucune entrée (certaines peuvent être cachées)."; -$a->strings["Do you really want to delete this suggestion?"] = "Voulez-vous vraiment supprimer cette suggestion ?"; -$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Aucune suggestion. Si ce site est récent, merci de recommencer dans 24h."; -$a->strings["Ignore/Hide"] = "Ignorer/cacher"; -$a->strings["People Search"] = "Recherche de personnes"; -$a->strings["No matches"] = "Aucune correspondance"; -$a->strings["No videos selected"] = ""; -$a->strings["Access to this item is restricted."] = "Accès restreint à cet élément."; -$a->strings["View Album"] = "Voir l'album"; -$a->strings["Recent Videos"] = ""; -$a->strings["Upload New Videos"] = ""; -$a->strings["Tag removed"] = "Étiquette enlevée"; -$a->strings["Remove Item Tag"] = "Enlever l'étiquette de l'élément"; -$a->strings["Select a tag to remove: "] = "Choisir une étiquette à enlever: "; -$a->strings["Item not found"] = "Élément introuvable"; -$a->strings["Edit post"] = "Éditer la publication"; -$a->strings["Event title and start time are required."] = "Vous devez donner un nom et un horaire de début à l'événement."; -$a->strings["l, F j"] = "l, F j"; -$a->strings["Edit event"] = "Editer l'événement"; -$a->strings["Create New Event"] = "Créer un nouvel événement"; -$a->strings["Previous"] = "Précédent"; -$a->strings["Next"] = "Suivant"; -$a->strings["hour:minute"] = "heures:minutes"; -$a->strings["Event details"] = "Détails de l'événement"; -$a->strings["Format is %s %s. Starting date and Title are required."] = "Le format est %s %s. La date de début et le nom sont nécessaires."; -$a->strings["Event Starts:"] = "Début de l'événement:"; -$a->strings["Required"] = "Requis"; -$a->strings["Finish date/time is not known or not relevant"] = "Date/heure de fin inconnue ou sans objet"; -$a->strings["Event Finishes:"] = "Fin de l'événement:"; -$a->strings["Adjust for viewer timezone"] = "Ajuster à la zone horaire du visiteur"; -$a->strings["Description:"] = "Description:"; -$a->strings["Title:"] = "Titre :"; -$a->strings["Share this event"] = "Partager cet événement"; -$a->strings["Files"] = "Fichiers"; -$a->strings["Export account"] = "Exporter le compte"; -$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."] = "Exportez votre compte, vos infos et vos contacts. Vous pourrez utiliser le résultat comme sauvegarde et/ou pour le ré-importer sur un autre serveur."; -$a->strings["Export all"] = "Tout exporter"; -$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)"] = "Exportez votre compte, vos infos, vos contacts et toutes vos publications (en JSON). Le fichier résultant peut être extrêmement volumineux, et sa production peut durer longtemps. Vous pourrez l'utiliser pour faire une sauvegarde complète (à part les photos)."; -$a->strings["- select -"] = "- choisir -"; -$a->strings["[Embedded content - reload page to view]"] = "[contenu incorporé - rechargez la page pour le voir]"; -$a->strings["Contact added"] = "Contact ajouté"; -$a->strings["This is Friendica, version"] = "Motorisé par Friendica version"; -$a->strings["running at web location"] = "hébergé sur"; -$a->strings["Please visit Friendica.com to learn more about the Friendica project."] = "Merci de vous rendre sur Friendica.com si vous souhaitez en savoir plus sur le projet Friendica."; -$a->strings["Bug reports and issues: please visit"] = "Pour les rapports de bugs: rendez vous sur"; -$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Suggestions, remerciements, donations, etc. - écrivez à \"Info\" arob. Friendica - point com"; -$a->strings["Installed plugins/addons/apps:"] = "Extensions/applications installées:"; -$a->strings["No installed plugins/addons/apps"] = "Aucune extension/greffon/application installée"; -$a->strings["Friend suggestion sent."] = "Suggestion d'amitié/contact envoyée."; -$a->strings["Suggest Friends"] = "Suggérer des amis/contacts"; -$a->strings["Suggest a friend for %s"] = "Suggérer un ami/contact pour %s"; -$a->strings["Group created."] = "Groupe créé."; -$a->strings["Could not create group."] = "Impossible de créer le groupe."; -$a->strings["Group not found."] = "Groupe introuvable."; -$a->strings["Group name changed."] = "Groupe renommé."; -$a->strings["Create a group of contacts/friends."] = "Créez un groupe de contacts/amis."; -$a->strings["Group Name: "] = "Nom du groupe: "; -$a->strings["Group removed."] = "Groupe enlevé."; -$a->strings["Unable to remove group."] = "Impossible d'enlever le groupe."; -$a->strings["Group Editor"] = "Éditeur de groupe"; -$a->strings["Members"] = "Membres"; -$a->strings["All Contacts"] = "Tous les contacts"; -$a->strings["No profile"] = "Aucun profil"; -$a->strings["Help:"] = "Aide:"; -$a->strings["Not Found"] = "Non trouvé"; -$a->strings["Page not found."] = "Page introuvable."; -$a->strings["No contacts."] = "Aucun contact."; -$a->strings["Welcome to %s"] = "Bienvenue sur %s"; -$a->strings["Access denied."] = "Accès refusé."; -$a->strings["File exceeds size limit of %d"] = "La taille du fichier dépasse la limite de %d"; -$a->strings["File upload failed."] = "Le téléversement a échoué."; -$a->strings["Image exceeds size limit of %d"] = "L'image dépasse la taille limite de %d"; -$a->strings["Unable to process image."] = "Impossible de traiter l'image."; -$a->strings["Image upload failed."] = "Le téléversement de l'image a échoué."; -$a->strings["Total invitation limit exceeded."] = "La limite d'invitation totale est éxédée."; -$a->strings["%s : Not a valid email address."] = "%s : Adresse de courriel invalide."; -$a->strings["Please join us on Friendica"] = "Rejoignez-nous sur Friendica"; -$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Limite d'invitation exédée. Veuillez contacter l'administrateur de votre site."; -$a->strings["%s : Message delivery failed."] = "%s : L'envoi du message a échoué."; -$a->strings["%d message sent."] = array( - 0 => "%d message envoyé.", - 1 => "%d messages envoyés.", -); -$a->strings["You have no more invitations available"] = "Vous n'avez plus d'invitations disponibles"; -$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."] = "Visitez %s pour une liste des sites publics que vous pouvez rejoindre. Les membres de Friendica appartenant à d'autres sites peuvent s'interconnecter, ainsi qu'avec les membres de plusieurs autres réseaux sociaux."; -$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "Pour accepter cette invitation, merci d'aller vous inscrire sur %s, ou n'importe quel autre site Friendica public."; -$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."] = "Les sites Friendica sont tous interconnectés pour créer un immense réseau social respectueux de la vie privée, possédé et contrôllé par ses membres. Ils peuvent également interagir avec plusieurs réseaux sociaux traditionnels. Voir %s pour une liste d'autres sites Friendica que vous pourriez rejoindre."; -$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Toutes nos excuses. Ce système n'est pas configuré pour se connecter à d'autres sites publics ou inviter de nouveaux membres."; -$a->strings["Send invitations"] = "Envoyer des invitations"; -$a->strings["Enter email addresses, one per line:"] = "Entrez les adresses email, une par ligne:"; -$a->strings["Your message:"] = "Votre 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."] = "Vous êtes cordialement invité à me rejoindre sur Friendica, et nous aider ainsi à créer un meilleur web social."; -$a->strings["You will need to supply this invitation code: \$invite_code"] = "Vous devrez fournir ce code d'invitation: \$invite_code"; -$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Une fois inscrit, connectez-vous à la page de mon profil sur:"; -$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendica.com"] = "Pour plus d'information sur le projet Friendica, et pourquoi nous croyons qu'il est important, merci de visiter http://friendica.com"; -$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Nombre de messages de mur quotidiens pour %s dépassé. Échec du message."; -$a->strings["No recipient selected."] = "Pas de destinataire sélectionné."; -$a->strings["Unable to check your home location."] = "Impossible de vérifier votre localisation."; -$a->strings["Message could not be sent."] = "Impossible d'envoyer le message."; -$a->strings["Message collection failure."] = "Récupération des messages infructueuse."; -$a->strings["Message sent."] = "Message envoyé."; -$a->strings["No recipient."] = "Pas de destinataire."; -$a->strings["Send Private Message"] = "Envoyer un message privé"; -$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 vous souhaitez que %s réponde, merci de vérifier vos réglages pour autoriser les messages privés venant d'inconnus."; -$a->strings["To:"] = "À:"; -$a->strings["Subject:"] = "Sujet:"; -$a->strings["Time Conversion"] = "Conversion temporelle"; -$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica fournit ce service pour partager des événements avec d'autres réseaux et amis indépendament de leur fuseau horaire."; -$a->strings["UTC time: %s"] = "Temps UTC : %s"; -$a->strings["Current timezone: %s"] = "Zone de temps courante : %s"; -$a->strings["Converted localtime: %s"] = "Temps local converti : %s"; -$a->strings["Please select your timezone:"] = "Sélectionner votre zone :"; -$a->strings["Remote privacy information not available."] = "Informations de confidentialité indisponibles."; -$a->strings["Visible to:"] = "Visible par:"; +$a->strings["Authorize application connection"] = "Autoriser l'application à se connecter"; +$a->strings["Return to your app and insert this Securty Code:"] = "Retournez à votre application et saisissez ce Code de Sécurité : "; +$a->strings["Please login to continue."] = "Merci de vous connecter pour continuer."; +$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Voulez-vous autoriser cette application à accéder à vos notices et contacts, et/ou à créer des notices à votre place?"; $a->strings["No valid account found."] = "Impossible de trouver un compte valide."; $a->strings["Password reset request issued. Check your email."] = "Réinitialisation du mot de passe en cours. Vérifiez votre courriel."; $a->strings["Password reset requested at %s"] = "Requête de réinitialisation de mot de passe à %s"; $a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Impossible d'honorer cette demande. (Vous l'avez peut-être déjà utilisée par le passé.) La réinitialisation a échoué."; -$a->strings["Password Reset"] = "Réinitialiser le mot de passe"; $a->strings["Your password has been reset as requested."] = "Votre mot de passe a bien été réinitialisé."; $a->strings["Your new password is"] = "Votre nouveau mot de passe est "; $a->strings["Save or copy your new password - and then"] = "Sauvez ou copiez ce nouveau mot de passe - puis"; @@ -1247,34 +247,64 @@ $a->strings["Forgot your Password?"] = "Mot de passe oublié?"; $a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Entrez votre adresse de courriel et validez pour réinitialiser votre mot de passe. Vous recevrez la suite des instructions par courriel."; $a->strings["Nickname or Email: "] = "Pseudo ou Courriel: "; $a->strings["Reset"] = "Réinitialiser"; -$a->strings["System down for maintenance"] = "Système indisponible pour cause de maintenance"; -$a->strings["Manage Identities and/or Pages"] = "Gérer les identités et/ou les pages"; -$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Basculez entre les différentes identités ou pages (groupes/communautés) qui se partagent votre compte ou que vous avez été autorisé à gérer."; -$a->strings["Select an identity to manage: "] = "Choisir une identité à gérer: "; -$a->strings["Profile Match"] = "Correpondance de profils"; -$a->strings["No keywords to match. Please add keywords to your default profile."] = "Aucun mot-clé en correspondance. Merci d'ajouter des mots-clés à votre profil par défaut."; -$a->strings["is interested in:"] = "s'intéresse à:"; -$a->strings["Unable to locate contact information."] = "Impossible de localiser les informations du contact."; -$a->strings["Do you really want to delete this message?"] = "Voulez-vous vraiment supprimer ce message ?"; -$a->strings["Message deleted."] = "Message supprimé."; -$a->strings["Conversation removed."] = "Conversation supprimée."; -$a->strings["No messages."] = "Aucun message."; -$a->strings["Unknown sender - %s"] = "Émetteur inconnu - %s"; -$a->strings["You and %s"] = "Vous et %s"; -$a->strings["%s and You"] = "%s et vous"; -$a->strings["Delete conversation"] = "Effacer conversation"; -$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A"; -$a->strings["%d message"] = array( - 0 => "%d message", - 1 => "%d messages", -); -$a->strings["Message not available."] = "Message indisponible."; -$a->strings["Delete message"] = "Effacer message"; -$a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = "Pas de communications sécurisées possibles. Vous serez peut-être en mesure de répondre depuis la page de profil de l'émetteur."; -$a->strings["Send Reply"] = "Répondre"; -$a->strings["Mood"] = "Humeur"; -$a->strings["Set your current mood and tell your friends"] = "Spécifiez votre humeur du moment, et informez vos amis"; +$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Nombre de messages de mur quotidiens pour %s dépassé. Échec du message."; +$a->strings["No recipient selected."] = "Pas de destinataire sélectionné."; +$a->strings["Unable to check your home location."] = "Impossible de vérifier votre localisation."; +$a->strings["Message could not be sent."] = "Impossible d'envoyer le message."; +$a->strings["Message collection failure."] = "Récupération des messages infructueuse."; +$a->strings["Message sent."] = "Message envoyé."; +$a->strings["No recipient."] = "Pas de destinataire."; +$a->strings["Please enter a link URL:"] = "Entrez un lien web:"; +$a->strings["Send Private Message"] = "Envoyer un message privé"; +$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 vous souhaitez que %s réponde, merci de vérifier vos réglages pour autoriser les messages privés venant d'inconnus."; +$a->strings["To:"] = "À:"; +$a->strings["Subject:"] = "Sujet:"; +$a->strings["Your message:"] = "Votre message:"; +$a->strings["Upload photo"] = "Joindre photo"; +$a->strings["Insert web link"] = "Insérer lien web"; +$a->strings["Welcome to Friendica"] = "Bienvenue sur Friendica"; +$a->strings["New Member Checklist"] = "Checklist du nouvel utilisateur"; +$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."] = "Nous souhaiterions vous donner quelques astuces et ressources pour rendre votre expérience la plus agréable possible. Cliquez sur n'importe lequel de ces éléments pour visiter la page correspondante. Un lien vers cette page restera visible sur votre page d'accueil pendant les deux semaines qui suivent votre inscription initiale, puis disparaîtra silencieusement."; +$a->strings["Getting Started"] = "Bien démarrer"; +$a->strings["Friendica Walk-Through"] = "Friendica pas-à-pas"; +$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."] = "Sur votre page d'accueil, dans Conseils aux nouveaux venus - vous trouverez une rapide introduction aux onglets Profil et Réseau, pourrez vous connecter à Facebook, établir de nouvelles relations, et choisir des groupes à rejoindre."; +$a->strings["Go to Your Settings"] = "Éditer vos Réglages"; +$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."] = "Sur la page des Réglages - changez votre mot de passe initial. Notez bien votre Identité. Elle ressemble à une adresse de courriel - et vous sera utile pour vous faire des amis dans le web social libre."; +$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."] = "Vérifiez les autres réglages, tout particulièrement ceux liés à la vie privée. Un profil non listé, c'est un peu comme un numéro sur liste rouge. En général, vous devriez probablement publier votre profil - à moins que tous vos amis (potentiels) sachent déjà comment vous trouver."; +$a->strings["Upload Profile Photo"] = "Téléverser une photo de profil"; +$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."] = "Téléversez (envoyez) une photo de profil si vous n'en avez pas déjà une. Les études montrent que les gens qui affichent de vraies photos d'eux sont dix fois plus susceptibles de se faire des amis."; +$a->strings["Edit Your Profile"] = "Éditer votre Profil"; +$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."] = "Éditez votre profil par défaut à votre convenance. Vérifiez les réglages concernant la visibilité de votre liste d'amis par les visiteurs inconnus."; +$a->strings["Profile Keywords"] = "Mots-clés du profil"; +$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."] = "Choisissez quelques mots-clé publics pour votre profil par défaut. Ils pourront ainsi décrire vos centres d'intérêt, et nous pourrons vous proposer des contacts qui les partagent."; +$a->strings["Connecting"] = "Connexions"; +$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."] = "Activez et paramétrez le connecteur Facebook si vous avez un compte Facebook et nous pourrons (de manière facultative) importer tous vos amis et conversations Facebook."; +$a->strings["If this is your own personal server, installing the Facebook addon may ease your transition to the free social web."] = "Si ceci est votre propre serveur, installer le connecteur Facebook peut adoucir votre transition vers le web social libre."; +$a->strings["Importing Emails"] = "Importer courriels"; +$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"] = "Entrez vos paramètres de courriel dans les Réglages des connecteurs si vous souhaitez importer et interagir avec des amis ou des listes venant de votre Boîte de Réception."; +$a->strings["Go to Your Contacts Page"] = "Consulter vos Contacts"; +$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."] = "Votre page Contacts est le point d'entrée vers la gestion de vos amitiés/relations et la connexion à des amis venant d'autres réseaux. Typiquement, vous pourrez y rentrer leur adresse d'Identité ou l'URL de leur site dans le formulaire Ajouter un nouveau contact."; +$a->strings["Go to Your Site's Directory"] = "Consulter l'Annuaire de votre Site"; +$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."] = "La page Annuaire vous permet de trouver d'autres personnes au sein de ce réseaux ou parmi d'autres sites fédérés. Cherchez un lien Relier ou Suivre sur leur profil. Vous pourrez avoir besoin d'indiquer votre adresse d'identité."; +$a->strings["Finding New People"] = "Trouver de nouvelles personnes"; +$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."] = "Sur le panneau latéral de la page Contacts, il y a plusieurs moyens de trouver de nouveaux amis. Nous pouvons mettre les gens en relation selon leurs intérêts, rechercher des amis par nom ou intérêt, et fournir des suggestions en fonction de la topologie du réseau. Sur un site tout neuf, les suggestions d'amitié devraient commencer à apparaître au bout de 24 heures."; +$a->strings["Groups"] = "Groupes"; +$a->strings["Group Your Contacts"] = "Grouper vos 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."] = "Une fois que vous avez trouvé quelques amis, organisez-les en groupes de conversation privés depuis le panneau latéral de la page Contacts. Vous pourrez ensuite interagir avec chaque groupe de manière privée depuis la page Réseau."; +$a->strings["Why Aren't My Posts Public?"] = "Pourquoi mes éléments ne sont pas publics?"; +$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 respecte votre vie privée. Par défaut, tous vos éléments seront seulement montrés à vos amis. Pour plus d'information, consultez la section \"aide\" du lien ci-dessus."; +$a->strings["Getting Help"] = "Obtenir de l'aide"; +$a->strings["Go to the Help Section"] = "Aller à la section Aide"; +$a->strings["Our help pages may be consulted for detail on other program features and resources."] = "Nos pages d'aide peuvent être consultées pour davantage de détails sur les fonctionnalités ou les ressources."; +$a->strings["Do you really want to delete this suggestion?"] = "Voulez-vous vraiment supprimer cette suggestion ?"; +$a->strings["Cancel"] = "Annuler"; +$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Aucune suggestion. Si ce site est récent, merci de recommencer dans 24h."; +$a->strings["Ignore/Hide"] = "Ignorer/cacher"; $a->strings["Search Results For:"] = "Résultats pour:"; +$a->strings["Remove term"] = "Retirer le terme"; +$a->strings["Saved Searches"] = "Recherches"; +$a->strings["add"] = "ajouter"; $a->strings["Commented Order"] = "Tri par commentaires"; $a->strings["Sort by Comment Date"] = "Trier par date de commentaire"; $a->strings["Posted Order"] = "Tri par publications"; @@ -1298,124 +328,6 @@ $a->strings["Group: "] = "Groupe: "; $a->strings["Contact: "] = "Contact: "; $a->strings["Private messages to this person are at risk of public disclosure."] = "Les messages privés envoyés à ce contact s'exposent à une diffusion incontrôlée."; $a->strings["Invalid contact."] = "Contact invalide."; -$a->strings["Invalid request identifier."] = "Identifiant de demande invalide."; -$a->strings["Discard"] = "Rejeter"; -$a->strings["Ignore"] = "Ignorer"; -$a->strings["System"] = "Système"; -$a->strings["Show Ignored Requests"] = "Voir les demandes ignorées"; -$a->strings["Hide Ignored Requests"] = "Cacher les demandes ignorées"; -$a->strings["Notification type: "] = "Type de notification: "; -$a->strings["Friend Suggestion"] = "Suggestion d'amitié/contact"; -$a->strings["suggested by %s"] = "suggéré(e) par %s"; -$a->strings["Hide this contact from others"] = "Cacher ce contact aux autres"; -$a->strings["Post a new friend activity"] = "Poster concernant les nouvelles amitiés"; -$a->strings["if applicable"] = "si possible"; -$a->strings["Claims to be known to you: "] = "Prétend que vous le connaissez: "; -$a->strings["yes"] = "oui"; -$a->strings["no"] = "non"; -$a->strings["Approve as: "] = "Approuver en tant que: "; -$a->strings["Friend"] = "Ami"; -$a->strings["Sharer"] = "Initiateur du partage"; -$a->strings["Fan/Admirer"] = "Fan/Admirateur"; -$a->strings["Friend/Connect Request"] = "Demande de connexion/relation"; -$a->strings["New Follower"] = "Nouvel abonné"; -$a->strings["No introductions."] = "Aucune demande d'introduction."; -$a->strings["%s liked %s's post"] = "%s a aimé la notice de %s"; -$a->strings["%s disliked %s's post"] = "%s n'a pas aimé la notice de %s"; -$a->strings["%s is now friends with %s"] = "%s est désormais ami(e) avec %s"; -$a->strings["%s created a new post"] = "%s a publié une notice"; -$a->strings["%s commented on %s's post"] = "%s a commenté une notice de %s"; -$a->strings["No more network notifications."] = "Aucune notification du réseau."; -$a->strings["Network Notifications"] = "Notifications du réseau"; -$a->strings["No more system notifications."] = "Pas plus de notifications système."; -$a->strings["System Notifications"] = "Notifications du système"; -$a->strings["No more personal notifications."] = "Aucun notification personnelle."; -$a->strings["Personal Notifications"] = "Notifications personnelles"; -$a->strings["No more home notifications."] = "Aucune notification de la page d'accueil."; -$a->strings["Home Notifications"] = "Notifications de page d'accueil"; -$a->strings["Photo Albums"] = "Albums photo"; -$a->strings["Contact Photos"] = "Photos du contact"; -$a->strings["Upload New Photos"] = "Téléverser de nouvelles photos"; -$a->strings["Contact information unavailable"] = "Informations de contact indisponibles"; -$a->strings["Album not found."] = "Album introuvable."; -$a->strings["Delete Album"] = "Effacer l'album"; -$a->strings["Do you really want to delete this photo album and all its photos?"] = "Voulez-vous vraiment supprimer cet album photo et toutes ses photos ?"; -$a->strings["Delete Photo"] = "Effacer la photo"; -$a->strings["Do you really want to delete this photo?"] = "Voulez-vous vraiment supprimer cette photo ?"; -$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s a été identifié %2\$s par %3\$s"; -$a->strings["a photo"] = "une photo"; -$a->strings["Image exceeds size limit of "] = "L'image dépasse la taille maximale de "; -$a->strings["Image file is empty."] = "Fichier image vide."; -$a->strings["No photos selected"] = "Aucune photo sélectionnée"; -$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "Vous avez utilisé %1$.2f Mo sur %2$.2f d'espace de stockage pour les photos."; -$a->strings["Upload Photos"] = "Téléverser des photos"; -$a->strings["New album name: "] = "Nom du nouvel album: "; -$a->strings["or existing album name: "] = "ou nom d'un album existant: "; -$a->strings["Do not show a status post for this upload"] = "Ne pas publier de notice pour cet envoi"; -$a->strings["Permissions"] = "Permissions"; -$a->strings["Private Photo"] = "Photo privée"; -$a->strings["Public Photo"] = "Photo publique"; -$a->strings["Edit Album"] = "Éditer l'album"; -$a->strings["Show Newest First"] = "Plus récent d'abord"; -$a->strings["Show Oldest First"] = "Plus ancien d'abord"; -$a->strings["View Photo"] = "Voir la photo"; -$a->strings["Permission denied. Access to this item may be restricted."] = "Interdit. L'accès à cet élément peut avoir été restreint."; -$a->strings["Photo not available"] = "Photo indisponible"; -$a->strings["View photo"] = "Voir photo"; -$a->strings["Edit photo"] = "Éditer la photo"; -$a->strings["Use as profile photo"] = "Utiliser comme photo de profil"; -$a->strings["Private Message"] = "Message privé"; -$a->strings["View Full Size"] = "Voir en taille réelle"; -$a->strings["Tags: "] = "Étiquettes: "; -$a->strings["[Remove any tag]"] = "[Retirer toutes les étiquettes]"; -$a->strings["Rotate CW (right)"] = "Tourner dans le sens des aiguilles d'une montre (vers la droite)"; -$a->strings["Rotate CCW (left)"] = "Tourner dans le sens contraire des aiguilles d'une montre (vers la gauche)"; -$a->strings["New album name"] = "Nom du nouvel album"; -$a->strings["Caption"] = "Titre"; -$a->strings["Add a Tag"] = "Ajouter une étiquette"; -$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Exemples: @bob, @Barbara_Jensen, @jim@example.com, #Californie, #vacances"; -$a->strings["Private photo"] = "Photo privée"; -$a->strings["Public photo"] = "Photo publique"; -$a->strings["I like this (toggle)"] = "J'aime (bascule)"; -$a->strings["I don't like this (toggle)"] = "Je n'aime pas (bascule)"; -$a->strings["This is you"] = "C'est vous"; -$a->strings["Comment"] = "Commenter"; -$a->strings["Recent Photos"] = "Photos récentes"; -$a->strings["Welcome to Friendica"] = "Bienvenue sur Friendica"; -$a->strings["New Member Checklist"] = "Checklist du nouvel utilisateur"; -$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."] = "Nous souhaiterions vous donner quelques astuces et ressources pour rendre votre expérience la plus agréable possible. Cliquez sur n'importe lequel de ces éléments pour visiter la page correspondante. Un lien vers cette page restera visible sur votre page d'accueil pendant les deux semaines qui suivent votre inscription initiale, puis disparaîtra silencieusement."; -$a->strings["Getting Started"] = "Bien démarrer"; -$a->strings["Friendica Walk-Through"] = "Friendica pas-à-pas"; -$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."] = "Sur votre page d'accueil, dans Conseils aux nouveaux venus - vous trouverez une rapide introduction aux onglets Profil et Réseau, pourrez vous connecter à Facebook, établir de nouvelles relations, et choisir des groupes à rejoindre."; -$a->strings["Go to Your Settings"] = "Éditer vos Réglages"; -$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."] = "Sur la page des Réglages - changez votre mot de passe initial. Notez bien votre Identité. Elle ressemble à une adresse de courriel - et vous sera utile pour vous faire des amis dans le web social libre."; -$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."] = "Vérifiez les autres réglages, tout particulièrement ceux liés à la vie privée. Un profil non listé, c'est un peu comme un numéro sur liste rouge. En général, vous devriez probablement publier votre profil - à moins que tous vos amis (potentiels) sachent déjà comment vous trouver."; -$a->strings["Upload Profile Photo"] = "Téléverser une photo de profil"; -$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."] = "Téléversez (envoyez) une photo de profil si vous n'en avez pas déjà une. Les études montrent que les gens qui affichent de vraies photos d'eux sont dix fois plus susceptibles de se faire des amis."; -$a->strings["Edit Your Profile"] = "Éditer votre Profil"; -$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."] = "Éditez votre profil par défaut à votre convenance. Vérifiez les réglages concernant la visibilité de votre liste d'amis par les visiteurs inconnus."; -$a->strings["Profile Keywords"] = "Mots-clés du profil"; -$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."] = "Choisissez quelques mots-clé publics pour votre profil par défaut. Ils pourront ainsi décrire vos centres d'intérêt, et nous pourrons vous proposer des contacts qui les partagent."; -$a->strings["Connecting"] = "Connexions"; -$a->strings["Authorise the Facebook Connector if you currently have a Facebook account and we will (optionally) import all your Facebook friends and conversations."] = "Activez et paramétrez le connecteur Facebook si vous avez un compte Facebook et nous pourrons (de manière facultative) importer tous vos amis et conversations Facebook."; -$a->strings["If this is your own personal server, installing the Facebook addon may ease your transition to the free social web."] = "Si ceci est votre propre serveur, installer le connecteur Facebook peut adoucir votre transition vers le web social libre."; -$a->strings["Importing Emails"] = "Importer courriels"; -$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"] = "Entrez vos paramètres de courriel dans les Réglages des connecteurs si vous souhaitez importer et interagir avec des amis ou des listes venant de votre Boîte de Réception."; -$a->strings["Go to Your Contacts Page"] = "Consulter vos Contacts"; -$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."] = "Votre page Contacts est le point d'entrée vers la gestion de vos amitiés/relations et la connexion à des amis venant d'autres réseaux. Typiquement, vous pourrez y rentrer leur adresse d'Identité ou l'URL de leur site dans le formulaire Ajouter un nouveau contact."; -$a->strings["Go to Your Site's Directory"] = "Consulter l'Annuaire de votre Site"; -$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."] = "La page Annuaire vous permet de trouver d'autres personnes au sein de ce réseaux ou parmi d'autres sites fédérés. Cherchez un lien Relier ou Suivre sur leur profil. Vous pourrez avoir besoin d'indiquer votre adresse d'identité."; -$a->strings["Finding New People"] = "Trouver de nouvelles personnes"; -$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."] = "Sur le panneau latéral de la page Contacts, il y a plusieurs moyens de trouver de nouveaux amis. Nous pouvons mettre les gens en relation selon leurs intérêts, rechercher des amis par nom ou intérêt, et fournir des suggestions en fonction de la topologie du réseau. Sur un site tout neuf, les suggestions d'amitié devraient commencer à apparaître au bout de 24 heures."; -$a->strings["Group Your Contacts"] = "Grouper vos 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."] = "Une fois que vous avez trouvé quelques amis, organisez-les en groupes de conversation privés depuis le panneau latéral de la page Contacts. Vous pourrez ensuite interagir avec chaque groupe de manière privée depuis la page Réseau."; -$a->strings["Why Aren't My Posts Public?"] = "Pourquoi mes éléments ne sont pas publics?"; -$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 respecte votre vie privée. Par défaut, tous vos éléments seront seulement montrés à vos amis. Pour plus d'information, consultez la section \"aide\" du lien ci-dessus."; -$a->strings["Getting Help"] = "Obtenir de l'aide"; -$a->strings["Go to the Help Section"] = "Aller à la section Aide"; -$a->strings["Our help pages may be consulted for detail on other program features and resources."] = "Nos pages d'aide peuvent être consultées pour davantage de détails sur les fonctionnalités ou les ressources."; -$a->strings["Requested profile is not available."] = "Le profil demandé n'est pas disponible."; -$a->strings["Tips for New Members"] = "Conseils aux nouveaux venus"; $a->strings["Friendica Communications Server - Setup"] = ""; $a->strings["Could not connect to database."] = "Impossible de se connecter à la base."; $a->strings["Could not create table."] = "Impossible de créer une table."; @@ -1423,6 +335,7 @@ $a->strings["Your Friendica site database has been installed."] = "La base de do $a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Vous pourriez avoir besoin d'importer le fichier \"database.sql\" manuellement au moyen de phpmyadmin ou de la commande mysql."; $a->strings["Please see the file \"INSTALL.txt\"."] = "Référez-vous au fichier \"INSTALL.txt\"."; $a->strings["System check"] = "Vérifications système"; +$a->strings["Next"] = "Suivant"; $a->strings["Check again"] = "Vérifier à nouveau"; $a->strings["Database connection"] = "Connexion à la base de données"; $a->strings["In order to install Friendica we need to know how to connect to your database."] = "Pour installer Friendica, nous avons besoin de savoir comment contacter votre base de données."; @@ -1478,6 +391,332 @@ $a->strings["The database configuration file \".htconfig.php\" could not be writ $a->strings["Errors encountered creating database tables."] = "Des erreurs ont été signalées lors de la création des tables."; $a->strings["

What next

"] = "

Ensuite

"; $a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "IMPORTANT: Vous devez configurer [manuellement] une tâche programmée pour le 'poller'."; +$a->strings["Theme settings updated."] = "Réglages du thème sauvés."; +$a->strings["Site"] = "Site"; +$a->strings["Users"] = "Utilisateurs"; +$a->strings["Plugins"] = "Extensions"; +$a->strings["Themes"] = "Thèmes"; +$a->strings["DB updates"] = "Mise-à-jour de la base"; +$a->strings["Logs"] = "Journaux"; +$a->strings["Admin"] = "Admin"; +$a->strings["Plugin Features"] = "Propriétés des extensions"; +$a->strings["User registrations waiting for confirmation"] = "Inscriptions en attente de confirmation"; +$a->strings["Normal Account"] = "Compte normal"; +$a->strings["Soapbox Account"] = "Compte \"boîte à savon\""; +$a->strings["Community/Celebrity Account"] = "Compte de communauté/célébrité"; +$a->strings["Automatic Friend Account"] = "Compte auto-amical"; +$a->strings["Blog Account"] = "Compte de blog"; +$a->strings["Private Forum"] = "Forum privé"; +$a->strings["Message queues"] = "Files d'attente des messages"; +$a->strings["Administration"] = "Administration"; +$a->strings["Summary"] = "Résumé"; +$a->strings["Registered users"] = "Utilisateurs inscrits"; +$a->strings["Pending registrations"] = "Inscriptions en attente"; +$a->strings["Version"] = "Versio"; +$a->strings["Active plugins"] = "Extensions activés"; +$a->strings["Can not parse base url. Must have at least ://"] = ""; +$a->strings["Site settings updated."] = "Réglages du site mis-à-jour."; +$a->strings["No special theme for mobile devices"] = "Pas de thème particulier pour les terminaux mobiles"; +$a->strings["Never"] = "Jamais"; +$a->strings["Frequently"] = "Fréquemment"; +$a->strings["Hourly"] = "Toutes les heures"; +$a->strings["Twice daily"] = "Deux fois par jour"; +$a->strings["Daily"] = "Chaque jour"; +$a->strings["Multi user instance"] = "Instance multi-utilisateurs"; +$a->strings["Closed"] = "Fermé"; +$a->strings["Requires approval"] = "Demande une apptrobation"; +$a->strings["Open"] = "Ouvert"; +$a->strings["No SSL policy, links will track page SSL state"] = "Pas de politique SSL, le liens conserveront l'état SSL de la page"; +$a->strings["Force all links to use SSL"] = "Forcer tous les liens à utiliser SSL"; +$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Certificat auto-signé, n'utiliser SSL que pour les liens locaux (non recommandé)"; +$a->strings["Save Settings"] = ""; +$a->strings["File upload"] = "Téléversement de fichier"; +$a->strings["Policies"] = "Politiques"; +$a->strings["Advanced"] = "Avancé"; +$a->strings["Performance"] = "Performance"; +$a->strings["Relocate - WARNING: advanced function. Could make this server unreachable."] = ""; +$a->strings["Site name"] = "Nom du site"; +$a->strings["Banner/Logo"] = "Bannière/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"] = "Langue du système"; +$a->strings["System theme"] = "Thème du système"; +$a->strings["Default system theme - may be over-ridden by user profiles - change theme settings"] = "Thème par défaut sur ce site - peut être changé en fonction des profils - changer les réglages du thème"; +$a->strings["Mobile system theme"] = "Thème mobile"; +$a->strings["Theme for mobile devices"] = "Thème pour les terminaux mobiles"; +$a->strings["SSL link policy"] = "Politique SSL pour les liens"; +$a->strings["Determines whether generated links should be forced to use SSL"] = "Détermine si les liens générés doivent forcer l'usage de SSL"; +$a->strings["Old style 'Share'"] = ""; +$a->strings["Deactivates the bbcode element 'share' for repeating items."] = ""; +$a->strings["Hide help entry from navigation menu"] = "Cacher l'aide du menu de navigation"; +$a->strings["Hides the menu entry for the Help pages from the navigation menu. You can still access it calling /help directly."] = "Cacher l'entrée du menu pour les pages d'Aide dans le menu de navigation. Vous pouvez toujours y accéder en tapant /help directement."; +$a->strings["Single user instance"] = "Instance mono-utilisateur"; +$a->strings["Make this instance multi-user or single-user for the named user"] = "Transformer cette en instance en multi-utilisateur ou mono-utilisateur pour cet l'utilisateur."; +$a->strings["Maximum image size"] = "Taille maximale des images"; +$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Taille maximale des images envoyées (en octets). 0 par défaut, c'est à dire \"aucune limite\"."; +$a->strings["Maximum image length"] = "Longueur maximale des images"; +$a->strings["Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits."] = "Longueur maximale (en pixels) du plus long côté des images téléversées. La valeur par défaut est -1, soit une absence de limite."; +$a->strings["JPEG image quality"] = "Qualité JPEG des images"; +$a->strings["Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is full quality."] = "Les JPEGs téléversés seront sauvegardés avec ce niveau de qualité [0-100]. La valeur par défaut est 100, soit la qualité maximale."; +$a->strings["Register policy"] = "Politique d'inscription"; +$a->strings["Maximum Daily Registrations"] = "Inscriptions maximum par jour"; +$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 les inscriptions sont permises ci-dessus, ceci fixe le nombre maximum d'inscriptions de nouveaux utilisateurs acceptées par jour. Si les inscriptions ne sont pas ouvertes, ce paramètre n'a aucun effet."; +$a->strings["Register text"] = "Texte d'inscription"; +$a->strings["Will be displayed prominently on the registration page."] = "Sera affiché de manière bien visible sur la page d'accueil."; +$a->strings["Accounts abandoned after x days"] = "Les comptes sont abandonnés après x jours"; +$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "Pour ne pas gaspiller les ressources système, on cesse d'interroger les sites distants pour les comptes abandonnés. Mettre 0 pour désactiver cette fonction."; +$a->strings["Allowed friend domains"] = "Domaines autorisés"; +$a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = "Une liste de domaines, séparés par des virgules, autorisés à établir des relations avec les utilisateurs de ce site. Les '*' sont acceptés. Laissez vide pour autoriser tous les domaines"; +$a->strings["Allowed email domains"] = "Domaines courriel autorisés"; +$a->strings["Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains"] = "Liste de domaines - séparés par des virgules - dont les adresses e-mail sont autorisées à s'inscrire sur ce site. Les '*' sont acceptées. Laissez vide pour autoriser tous les domaines"; +$a->strings["Block public"] = "Interdire la publication globale"; +$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "Cocher pour bloquer les accès anonymes (non-connectés) à tout sauf aux pages personnelles publiques."; +$a->strings["Force publish"] = "Forcer la publication globale"; +$a->strings["Check to force all profiles on this site to be listed in the site directory."] = "Cocher pour publier obligatoirement tous les profils locaux dans l'annuaire du site."; +$a->strings["Global directory update URL"] = "URL de mise-à-jour de l'annuaire global"; +$a->strings["URL to update the global directory. If this is not set, the global directory is completely unavailable to the application."] = "URL de mise-à-jour de l'annuaire global. Si vide, l'annuaire global sera complètement indisponible."; +$a->strings["Allow threaded items"] = "Activer les commentaires imbriqués"; +$a->strings["Allow infinite level threading for items on this site."] = "Permettre une imbrication infinie des commentaires."; +$a->strings["Private posts by default for new users"] = "Publications privées par défaut pour les nouveaux utilisateurs"; +$a->strings["Set default post permissions for all new members to the default privacy group rather than public."] = "Rendre les posts de tous les nouveaux utilisateurs accessibles seulement par le groupe de contacts par défaut, et non par tout le monde."; +$a->strings["Don't include post content in email notifications"] = "Ne pas inclure le contenu posté dans l'e-mail de notification"; +$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."] = "Ne pas inclure le contenu d'un postage/commentaire/message privé/etc dans l'e-mail de notification qui est envoyé à partir du site, par mesure de confidentialité."; +$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"] = "Interdire les inscriptions multiples"; +$a->strings["Disallow users to register additional accounts for use as pages."] = "Ne pas permettre l'inscription de comptes multiples comme des pages."; +$a->strings["OpenID support"] = "Support OpenID"; +$a->strings["OpenID support for registration and logins."] = "Supporter OpenID pour les inscriptions et connexions."; +$a->strings["Fullname check"] = "Vérification du \"Prénom Nom\""; +$a->strings["Force users to register with a space between firstname and lastname in Full name, as an antispam measure"] = "Imposer l'utilisation d'un espace entre le prénom et le nom (dans le Nom complet), pour limiter les abus"; +$a->strings["UTF-8 Regular expressions"] = "Regex UTF-8"; +$a->strings["Use PHP UTF8 regular expressions"] = "Utiliser les expressions rationnelles de PHP en UTF8"; +$a->strings["Show Community Page"] = "Montrer la \"Place publique\""; +$a->strings["Display a Community page showing all recent public postings on this site."] = "Afficher une page Communauté avec toutes les publications publiques récentes du site."; +$a->strings["Enable OStatus support"] = "Activer le support d'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."] = "Fournir une compatibilité OStatus (identi.ca, status.net, etc.). Toutes les communications d'OStatus sont publiques, des avertissements liés à la vie privée seront affichés si utile."; +$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"] = "Activer le support de Diaspora"; +$a->strings["Provide built-in Diaspora network compatibility."] = "Fournir une compatibilité Diaspora intégrée."; +$a->strings["Only allow Friendica contacts"] = "N'autoriser que les contacts Friendica"; +$a->strings["All contacts must use Friendica protocols. All other built-in communication protocols disabled."] = "Tous les contacts doivent utiliser les protocoles de Friendica. Tous les autres protocoles de communication intégrés sont désactivés."; +$a->strings["Verify SSL"] = "Vérifier 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 vous le souhaitez, vous pouvez activier la vérification stricte des certificats. Cela signifie que vous ne pourrez pas vous connecter (du tout) aux sites SSL munis d'un certificat auto-signé."; +$a->strings["Proxy user"] = "Utilisateur du proxy"; +$a->strings["Proxy URL"] = "URL du proxy"; +$a->strings["Network timeout"] = "Dépassement du délai d'attente du réseau"; +$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "Valeur en secondes. Mettre à 0 pour 'illimité' (pas recommandé)."; +$a->strings["Delivery interval"] = "Intervalle de transmission"; +$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."] = "Rallonge le processus de transmissions pour réduire la charge système (en secondes). Valeurs recommandées : 4-5 pour les serveurs mutualisés, 2-3 pour les VPS, 0-1 pour les gros servers dédiés."; +$a->strings["Poll interval"] = "Intervalle de réception"; +$a->strings["Delay background polling processes by this many seconds to reduce system load. If 0, use delivery interval."] = "Rajouter un délai - en secondes - au processus de 'polling', afin de réduire la charge système. Mettre à 0 pour utiliser l'intervalle d'émission."; +$a->strings["Maximum Load Average"] = "Plafond de la charge moyenne"; +$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Charge système maximale à partir de laquelle l'émission et la réception seront soumises à un délai supplémentaire. Par défaut, 50."; +$a->strings["Use MySQL full text engine"] = "Utiliser le moteur de recherche plein texte de MySQL"; +$a->strings["Activates the full text engine. Speeds up search - but can only search for four and more characters."] = "Activer le moteur de recherche plein texte. Accélère la recherche mais peut seulement rechercher quatre lettres ou plus."; +$a->strings["Suppress Language"] = ""; +$a->strings["Suppress language information in meta information about a posting."] = ""; +$a->strings["Path to item cache"] = "Chemin vers le cache des objets."; +$a->strings["Cache duration in seconds"] = "Durée du cache en secondes"; +$a->strings["How long should the cache files be hold? Default value is 86400 seconds (One day)."] = "Combien de temps faut-il garder les fichiers du cache? La valeur par défaut est de 86400 secondes (un jour)."; +$a->strings["Path for lock file"] = "Chemin vers le ficher de verrouillage"; +$a->strings["Temp path"] = "Chemin des fichiers temporaires"; +$a->strings["Base path to installation"] = "Chemin de base de l'installation"; +$a->strings["New base url"] = ""; +$a->strings["Update has been marked successful"] = "Mise-à-jour validée comme 'réussie'"; +$a->strings["Executing %s failed. Check system logs."] = "L'éxecution de %s a échoué. Vérifiez les journaux du système."; +$a->strings["Update %s was successfully applied."] = "Mise-à-jour %s appliquée avec succès."; +$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "La mise-à-jour %s n'a pas retourné de détails. Impossible de savoir si elle a réussi."; +$a->strings["Update function %s could not be found."] = "La fonction %s de la mise-à-jour n'a pu être trouvée."; +$a->strings["No failed updates."] = "Pas de mises-à-jour échouées."; +$a->strings["Failed Updates"] = "Mises-à-jour échouées"; +$a->strings["This does not include updates prior to 1139, which did not return a status."] = "Ceci n'inclut pas les versions antérieures à la 1139, qui ne retournaient jamais de détails."; +$a->strings["Mark success (if update was manually applied)"] = "Marquer comme 'réussie' (dans le cas d'une mise-à-jour manuelle)"; +$a->strings["Attempt to execute this update step automatically"] = "Tenter d'éxecuter cette étape automatiquement"; +$a->strings["Registration successful. Email send to user"] = ""; +$a->strings["%s user blocked/unblocked"] = array( + 0 => "%s utilisateur a (dé)bloqué", + 1 => "%s utilisateurs ont (dé)bloqué", +); +$a->strings["%s user deleted"] = array( + 0 => "%s utilisateur supprimé", + 1 => "%s utilisateurs supprimés", +); +$a->strings["User '%s' deleted"] = "Utilisateur '%s' supprimé"; +$a->strings["User '%s' unblocked"] = "Utilisateur '%s' débloqué"; +$a->strings["User '%s' blocked"] = "Utilisateur '%s' bloqué"; +$a->strings["Add User"] = ""; +$a->strings["select all"] = "tout sélectionner"; +$a->strings["User registrations waiting for confirm"] = "Inscriptions d'utilisateurs en attente de confirmation"; +$a->strings["User waiting for permanent deletion"] = ""; +$a->strings["Request date"] = "Date de la demande"; +$a->strings["Name"] = "Nom"; +$a->strings["Email"] = "Courriel"; +$a->strings["No registrations."] = "Pas d'inscriptions."; +$a->strings["Approve"] = "Approuver"; +$a->strings["Deny"] = "Rejetter"; +$a->strings["Block"] = "Bloquer"; +$a->strings["Unblock"] = "Débloquer"; +$a->strings["Site admin"] = "Administration du Site"; +$a->strings["Account expired"] = "Compte expiré"; +$a->strings["New User"] = ""; +$a->strings["Register date"] = "Date d'inscription"; +$a->strings["Last login"] = "Dernière connexion"; +$a->strings["Last item"] = "Dernier élément"; +$a->strings["Deleted since"] = ""; +$a->strings["Account"] = "Compte"; +$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Les utilisateurs sélectionnés vont être supprimés!\\n\\nTout ce qu'ils ont posté sur ce site sera définitivement perdu!\\n\\nÊtes-vous certain?"; +$a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "L'utilisateur {0} va être supprimé!\\n\\nTout ce qu'il a posté sur ce site sera définitivement perdu!\\n\\nÊtes-vous certain?"; +$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."] = "Extension %s désactivée."; +$a->strings["Plugin %s enabled."] = "Extension %s activée."; +$a->strings["Disable"] = "Désactiver"; +$a->strings["Enable"] = "Activer"; +$a->strings["Toggle"] = "Activer/Désactiver"; +$a->strings["Author: "] = "Auteur: "; +$a->strings["Maintainer: "] = "Mainteneur: "; +$a->strings["No themes found."] = "Aucun thème trouvé."; +$a->strings["Screenshot"] = "Capture d'écran"; +$a->strings["[Experimental]"] = "[Expérimental]"; +$a->strings["[Unsupported]"] = "[Non supporté]"; +$a->strings["Log settings updated."] = "Réglages des journaux mis-à-jour."; +$a->strings["Clear"] = "Effacer"; +$a->strings["Enable Debugging"] = ""; +$a->strings["Log file"] = "Fichier de journaux"; +$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "Accès en écriture par le serveur web requis. Relatif à la racine de votre installation de Friendica."; +$a->strings["Log level"] = "Niveau de journalisaton"; +$a->strings["Update now"] = "Mettre à jour"; +$a->strings["Close"] = "Fermer"; +$a->strings["FTP Host"] = "Hôte FTP"; +$a->strings["FTP Path"] = "Chemin FTP"; +$a->strings["FTP User"] = "Utilisateur FTP"; +$a->strings["FTP Password"] = "Mot de passe FTP"; +$a->strings["Search"] = "Recherche"; +$a->strings["No results."] = "Aucun résultat."; +$a->strings["Tips for New Members"] = "Conseils aux nouveaux venus"; +$a->strings["link"] = "lien"; +$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s a taggué %3\$s de %2\$s avec %4\$s"; +$a->strings["Item not found"] = "Élément introuvable"; +$a->strings["Edit post"] = "Éditer la publication"; +$a->strings["upload photo"] = "envoi image"; +$a->strings["Attach file"] = "Joindre fichier"; +$a->strings["attach file"] = "ajout fichier"; +$a->strings["web link"] = "lien web"; +$a->strings["Insert video link"] = "Insérer un lien video"; +$a->strings["video link"] = "lien vidéo"; +$a->strings["Insert audio link"] = "Insérer un lien audio"; +$a->strings["audio link"] = "lien audio"; +$a->strings["Set your location"] = "Définir votre localisation"; +$a->strings["set location"] = "spéc. localisation"; +$a->strings["Clear browser location"] = "Effacer la localisation du navigateur"; +$a->strings["clear location"] = "supp. localisation"; +$a->strings["Permission settings"] = "Réglages des permissions"; +$a->strings["CC: email addresses"] = "CC: adresses de courriel"; +$a->strings["Public post"] = "Notice publique"; +$a->strings["Set title"] = "Définir un titre"; +$a->strings["Categories (comma-separated list)"] = "Catégories (séparées par des virgules)"; +$a->strings["Example: bob@example.com, mary@example.com"] = "Exemple: bob@exemple.com, mary@exemple.com"; +$a->strings["Item not available."] = "Elément non disponible."; +$a->strings["Item was not found."] = "Element introuvable."; +$a->strings["Account approved."] = "Inscription validée."; +$a->strings["Registration revoked for %s"] = "Inscription révoquée pour %s"; +$a->strings["Please login."] = "Merci de vous connecter."; +$a->strings["Find on this site"] = "Trouver sur ce site"; +$a->strings["Finding: "] = "Trouvé: "; +$a->strings["Site Directory"] = "Annuaire local"; +$a->strings["Find"] = "Trouver"; +$a->strings["Age: "] = "Age: "; +$a->strings["Gender: "] = "Genre: "; +$a->strings["About:"] = "À propos:"; +$a->strings["No entries (some entries may be hidden)."] = "Aucune entrée (certaines peuvent être cachées)."; +$a->strings["Contact settings applied."] = "Réglages du contact appliqués."; +$a->strings["Contact update failed."] = "Impossible d'appliquer les réglages."; +$a->strings["Repair Contact Settings"] = "Réglages du réparateur de contacts"; +$a->strings["WARNING: This is highly advanced and if you enter incorrect information your communications with this contact may stop working."] = "ATTENTION: Manipulation réservée aux experts, toute information incorrecte pourrait empêcher la communication avec ce contact."; +$a->strings["Please use your browser 'Back' button now if you are uncertain what to do on this page."] = "une photo"; +$a->strings["Return to contact editor"] = "Retour à l'éditeur de contact"; +$a->strings["Account Nickname"] = "Pseudo du compte"; +$a->strings["@Tagname - overrides Name/Nickname"] = "@NomDuTag - prend le pas sur Nom/Pseudo"; +$a->strings["Account URL"] = "URL du compte"; +$a->strings["Friend Request URL"] = "Echec du téléversement de l'image."; +$a->strings["Friend Confirm URL"] = "Accès public refusé."; +$a->strings["Notification Endpoint URL"] = "Aucune photo sélectionnée"; +$a->strings["Poll/Feed URL"] = "Téléverser des photos"; +$a->strings["New photo from this URL"] = "Nouvelle photo depuis cette 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"] = "Migrer le compte"; +$a->strings["You can import an account from another Friendica server."] = "Vous pouvez importer un compte d'un autre serveur 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."] = "Vous devez exporter votre compte à partir de l'ancien serveur et le téléverser ici. Nous recréerons votre ancien compte ici avec tous vos contacts. Nous tenterons également d'informer vos amis que vous avez déménagé ici."; +$a->strings["This feature is experimental. We can't import contacts from the OStatus network (statusnet/identi.ca) or from Diaspora"] = "Cette fonctionnalité est expérimentale. Nous ne pouvons importer les contacts des réseaux OStatus (statusnet/identi.ca) ou Diaspora"; +$a->strings["Account file"] = "Fichier du compte"; +$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = ""; +$a->strings["Remote privacy information not available."] = "Informations de confidentialité indisponibles."; +$a->strings["Visible to:"] = "Visible par:"; +$a->strings["Save"] = "Sauver"; +$a->strings["Help:"] = "Aide:"; +$a->strings["Help"] = "Aide"; +$a->strings["No profile"] = "Aucun profil"; +$a->strings["This introduction has already been accepted."] = "Cette introduction a déjà été acceptée."; +$a->strings["Profile location is not valid or does not contain profile information."] = "L'emplacement du profil est invalide ou ne contient pas de profil valide."; +$a->strings["Warning: profile location has no identifiable owner name."] = "Attention: l'emplacement du profil n'a pas de nom identifiable."; +$a->strings["Warning: profile location has no profile photo."] = "Attention: l'emplacement du profil n'a pas de photo de profil."; +$a->strings["%d required parameter was not found at the given location"] = array( + 0 => "%d paramètre requis n'a pas été trouvé à l'endroit indiqué", + 1 => "%d paramètres requis n'ont pas été trouvés à l'endroit indiqué", +); +$a->strings["Introduction complete."] = "Phase d'introduction achevée."; +$a->strings["Unrecoverable protocol error."] = "Erreur de protocole non-récupérable."; +$a->strings["Profile unavailable."] = "Profil indisponible."; +$a->strings["%s has received too many connection requests today."] = "%s a reçu trop de demandes d'introduction aujourd'hui."; +$a->strings["Spam protection measures have been invoked."] = "Des mesures de protection contre le spam ont été déclenchées."; +$a->strings["Friends are advised to please try again in 24 hours."] = "Les relations sont encouragées à attendre 24 heures pour recommencer."; +$a->strings["Invalid locator"] = "Localisateur invalide"; +$a->strings["Invalid email address."] = "Adresse courriel invalide."; +$a->strings["This account has not been configured for email. Request failed."] = "Ce compte n'a pas été configuré pour les échanges de courriel. Requête avortée."; +$a->strings["Unable to resolve your name at the provided location."] = "Impossible de résoudre votre nom à l'emplacement fourni."; +$a->strings["You have already introduced yourself here."] = "Vous vous êtes déjà présenté ici."; +$a->strings["Apparently you are already friends with %s."] = "Il semblerait que vous soyez déjà ami avec %s."; +$a->strings["Invalid profile URL."] = "URL de profil invalide."; +$a->strings["Disallowed profile URL."] = "URL de profil interdite."; +$a->strings["Failed to update contact record."] = "Échec de mise-à-jour du contact."; +$a->strings["Your introduction has been sent."] = "Votre introduction a été envoyée."; +$a->strings["Please login to confirm introduction."] = "Connectez-vous pour confirmer l'introduction."; +$a->strings["Incorrect identity currently logged in. Please login to this profile."] = "Identité incorrecte actuellement connectée. Merci de vous connecter à ce profil."; +$a->strings["Hide this contact"] = "Cacher ce contact"; +$a->strings["Welcome home %s."] = "Bienvenue chez vous, %s."; +$a->strings["Please confirm your introduction/connection request to %s."] = "Merci de confirmer votre demande d'introduction auprès de %s."; +$a->strings["Confirm"] = "Confirmer"; +$a->strings["[Name Withheld]"] = "[Nom non-publié]"; +$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Merci d'entrer votre \"adresse d'identité\" de l'un des réseaux de communication suivant:"; +$a->strings["Connect as an email follower (Coming soon)"] = "Connecter un utilisateur de courriel (bientôt)"; +$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."] = "Si vous n'êtes pas encore membre du web social libre, suivez ce lien pour trouver un site Friendica ouvert au public et nous rejoindre dès aujourd'hui."; +$a->strings["Friend/Connection Request"] = "Requête de relation/amitié"; +$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"] = "Exemples : jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"; +$a->strings["Please answer the following:"] = "Merci de répondre à ce qui suit:"; +$a->strings["Does %s know you?"] = "Est-ce que %s vous connaît?"; +$a->strings["Add a personal note:"] = "Ajouter une note personnelle:"; +$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."] = " - merci de ne pas utiliser ce formulaire. Entrez plutôt %s dans votre barre de recherche Diaspora."; +$a->strings["Your Identity Address:"] = "Votre adresse d'identité:"; +$a->strings["Submit Request"] = "Envoyer la requête"; +$a->strings["[Embedded content - reload page to view]"] = "[contenu incorporé - rechargez la page pour le voir]"; +$a->strings["View in context"] = "Voir dans le contexte"; +$a->strings["%d contact edited."] = array( + 0 => "", + 1 => "", +); $a->strings["Could not access contact record."] = "Impossible d'accéder à l'enregistrement du contact."; $a->strings["Could not locate selected profile."] = "Impossible de localiser le profil séléctionné."; $a->strings["Contact updated."] = "Contact mis-à-jour."; @@ -1497,9 +736,14 @@ $a->strings["(Update was successful)"] = "(Mise à jour effectuée avec succès) $a->strings["(Update was not successful)"] = "(Mise à jour échouée)"; $a->strings["Suggest friends"] = "Suggérer amitié/contact"; $a->strings["Network type: %s"] = "Type de réseau %s"; +$a->strings["%d contact in common"] = array( + 0 => "%d contact en commun", + 1 => "%d contacts en commun", +); $a->strings["View all contacts"] = "Voir tous les contacts"; $a->strings["Toggle Blocked status"] = "(dés)activer l'état \"bloqué\""; $a->strings["Unignore"] = "Ne plus ignorer"; +$a->strings["Ignore"] = "Ignorer"; $a->strings["Toggle Ignored status"] = "(dés)activer l'état \"ignoré\""; $a->strings["Unarchive"] = "Désarchiver"; $a->strings["Archive"] = "Archiver"; @@ -1512,6 +756,7 @@ $a->strings["Profile Visibility"] = "Visibilité du profil"; $a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Merci de choisir le profil que vous souhaitez montrer à %s lorsqu'il vous rend visite de manière sécurisée."; $a->strings["Contact Information / Notes"] = "Informations de contact / Notes"; $a->strings["Edit contact notes"] = "Éditer les notes des contacts"; +$a->strings["Visit %s's profile [%s]"] = "Visiter le profil de %s [%s]"; $a->strings["Block/Unblock contact"] = "Bloquer/débloquer ce contact"; $a->strings["Ignore contact"] = "Ignorer ce contact"; $a->strings["Repair URL settings"] = "Réparer les réglages d'URL"; @@ -1522,9 +767,11 @@ $a->strings["Update public posts"] = "Met ses entrées publiques à jour: "; $a->strings["Currently blocked"] = "Actuellement bloqué"; $a->strings["Currently ignored"] = "Actuellement ignoré"; $a->strings["Currently archived"] = "Actuellement archivé"; +$a->strings["Hide this contact from others"] = "Cacher ce contact aux autres"; $a->strings["Replies/likes to your public posts may still be visible"] = "Les réponses et \"j'aime\" à vos contenus publics peuvent être toujours visibles"; $a->strings["Suggestions"] = "Suggestions"; $a->strings["Suggest potential friends"] = "Suggérer des amis potentiels"; +$a->strings["All Contacts"] = "Tous les contacts"; $a->strings["Show all contacts"] = "Montrer tous les contacts"; $a->strings["Unblocked"] = "Non-bloqués"; $a->strings["Only show unblocked contacts"] = "Ne montrer que les contacts non-bloqués"; @@ -1539,10 +786,360 @@ $a->strings["Only show hidden contacts"] = "Ne montrer que les contacts masqués $a->strings["Mutual Friendship"] = "Relation réciproque"; $a->strings["is a fan of yours"] = "Vous suit"; $a->strings["you are a fan of"] = "Vous le/la suivez"; +$a->strings["Edit contact"] = "Éditer le contact"; $a->strings["Search your contacts"] = "Rechercher dans vos contacts"; +$a->strings["Update"] = "Mises-à-jour"; +$a->strings["everybody"] = "tout le monde"; +$a->strings["Account settings"] = "Compte"; +$a->strings["Additional features"] = "Fonctions supplémentaires"; +$a->strings["Display settings"] = "Affichage"; +$a->strings["Connector settings"] = "Connecteurs"; +$a->strings["Plugin settings"] = "Extensions"; +$a->strings["Connected apps"] = "Applications connectées"; +$a->strings["Export personal data"] = "Exporter"; +$a->strings["Remove account"] = "Supprimer le compte"; +$a->strings["Missing some important data!"] = "Il manque certaines informations importantes!"; +$a->strings["Failed to connect with email account using the settings provided."] = "Impossible de se connecter au compte courriel configuré."; +$a->strings["Email settings updated."] = "Réglages de courriel mis-à-jour."; +$a->strings["Features updated"] = "Fonctionnalités mises à jour"; +$a->strings["Relocate message has been send to your contacts"] = ""; +$a->strings["Passwords do not match. Password unchanged."] = "Les mots de passe ne correspondent pas. Aucun changement appliqué."; +$a->strings["Empty passwords are not allowed. Password unchanged."] = "Les mots de passe vides sont interdits. Aucun changement appliqué."; +$a->strings["Wrong password."] = ""; +$a->strings["Password changed."] = "Mots de passe changés."; +$a->strings["Password update failed. Please try again."] = "Le changement de mot de passe a échoué. Merci de recommencer."; +$a->strings[" Please use a shorter name."] = " Merci d'utiliser un nom plus court."; +$a->strings[" Name too short."] = " Nom trop court."; +$a->strings["Wrong Password"] = ""; +$a->strings[" Not valid email."] = " Email invalide."; +$a->strings[" Cannot change to that email."] = " Impossible de changer pour cet email."; +$a->strings["Private forum has no privacy permissions. Using default privacy group."] = "Ce forum privé n'a pas de paramètres de vie privée. Utilisation des paramètres de confidentialité par défaut."; +$a->strings["Private forum has no privacy permissions and no default privacy group."] = "Ce forum privé n'a pas de paramètres de vie privée ni de paramètres de confidentialité par défaut."; +$a->strings["Settings updated."] = "Réglages mis à jour."; +$a->strings["Add application"] = "Ajouter une application"; +$a->strings["Consumer Key"] = "Clé utilisateur"; +$a->strings["Consumer Secret"] = "Secret utilisateur"; +$a->strings["Redirect"] = "Rediriger"; +$a->strings["Icon url"] = "URL de l'icône"; +$a->strings["You can't edit this application."] = "Vous ne pouvez pas éditer cette application."; +$a->strings["Connected Apps"] = "Applications connectées"; +$a->strings["Client key starts with"] = "La clé cliente commence par"; +$a->strings["No name"] = "Sans nom"; +$a->strings["Remove authorization"] = "Révoquer l'autorisation"; +$a->strings["No Plugin settings configured"] = "Pas de réglages d'extensions configurés"; +$a->strings["Plugin Settings"] = "Extensions"; +$a->strings["Off"] = "Éteint"; +$a->strings["On"] = "Allumé"; +$a->strings["Additional Features"] = "Fonctions supplémentaires"; +$a->strings["Built-in support for %s connectivity is %s"] = "Le support natif pour la connectivité %s est %s"; +$a->strings["enabled"] = "activé"; +$a->strings["disabled"] = "désactivé"; +$a->strings["StatusNet"] = "StatusNet"; +$a->strings["Email access is disabled on this site."] = "L'accès courriel est désactivé sur ce site."; +$a->strings["Connector Settings"] = "Connecteurs"; +$a->strings["Email/Mailbox Setup"] = "Réglages de courriel/boîte à lettre"; +$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "Si vous souhaitez communiquer avec vos contacts \"courriel\" (facultatif), merci de nous indiquer comment vous connecter à votre boîte."; +$a->strings["Last successful email check:"] = "Dernière vérification réussie des courriels:"; +$a->strings["IMAP server name:"] = "Nom du serveur IMAP:"; +$a->strings["IMAP port:"] = "Port IMAP:"; +$a->strings["Security:"] = "Sécurité:"; +$a->strings["None"] = "Aucun(e)"; +$a->strings["Email login name:"] = "Nom de connexion:"; +$a->strings["Email password:"] = "Mot de passe:"; +$a->strings["Reply-to address:"] = "Adresse de réponse:"; +$a->strings["Send public posts to all email contacts:"] = "Les notices publiques vont à tous les contacts courriel:"; +$a->strings["Action after import:"] = "Action après import:"; +$a->strings["Mark as seen"] = "Marquer comme vu"; +$a->strings["Move to folder"] = "Déplacer vers"; +$a->strings["Move to folder:"] = "Déplacer vers:"; +$a->strings["Display Settings"] = "Affichage"; +$a->strings["Display Theme:"] = "Thème d'affichage:"; +$a->strings["Mobile Theme:"] = "Thème mobile:"; +$a->strings["Update browser every xx seconds"] = "Mettre-à-jour l'affichage toutes les xx secondes"; +$a->strings["Minimum of 10 seconds, no maximum"] = "Délai minimum de 10 secondes, pas de maximum"; +$a->strings["Number of items to display per page:"] = "Nombre d’éléments par page:"; +$a->strings["Maximum of 100 items"] = "Maximum de 100 éléments"; +$a->strings["Number of items to display per page when viewed from mobile device:"] = ""; +$a->strings["Don't show emoticons"] = "Ne pas afficher les émoticônes (smileys grahiques)"; +$a->strings["Infinite scroll"] = ""; +$a->strings["Normal Account Page"] = "Compte normal"; +$a->strings["This account is a normal personal profile"] = "Ce compte correspond à un profil normal, pour une seule personne (physique, généralement)"; +$a->strings["Soapbox Page"] = "Compte \"boîte à savon\""; +$a->strings["Automatically approve all connection/friend requests as read-only fans"] = "Accepter automatiquement toutes les demandes d'amitié/connexion comme étant des fans 'en lecture seule'"; +$a->strings["Community Forum/Celebrity Account"] = "Compte de communauté/célébrité"; +$a->strings["Automatically approve all connection/friend requests as read-write fans"] = "Accepter automatiquement toutes les demandes d'amitié/connexion comme étant des fans en 'lecture/écriture'"; +$a->strings["Automatic Friend Page"] = "Compte d'\"amitié automatique\""; +$a->strings["Automatically approve all connection/friend requests as friends"] = "Accepter automatiquement toutes les demandes d'amitié/connexion comme étant des amis"; +$a->strings["Private Forum [Experimental]"] = "Forum privé [expérimental]"; +$a->strings["Private forum - approved members only"] = "Forum privé - modéré en inscription"; +$a->strings["OpenID:"] = "OpenID:"; +$a->strings["(Optional) Allow this OpenID to login to this account."] = "&nbsp;(Facultatif) Autoriser cet OpenID à se connecter à ce compte."; +$a->strings["Publish your default profile in your local site directory?"] = "Publier votre profil par défaut sur l'annuaire local de ce site?"; +$a->strings["Publish your default profile in the global social directory?"] = "Publier votre profil par défaut sur l'annuaire social global?"; +$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Cacher votre liste de contacts/amis des visiteurs de votre profil par défaut?"; +$a->strings["Hide your profile details from unknown viewers?"] = "Cacher les détails du profil aux visiteurs inconnus?"; +$a->strings["Allow friends to post to your profile page?"] = "Autoriser vos amis à publier sur votre profil?"; +$a->strings["Allow friends to tag your posts?"] = "Autoriser vos amis à tagguer vos notices?"; +$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Autoriser les suggestions d'amis potentiels aux nouveaux arrivants?"; +$a->strings["Permit unknown people to send you private mail?"] = "Autoriser les messages privés d'inconnus?"; +$a->strings["Profile is not published."] = "Ce profil n'est pas publié."; +$a->strings["or"] = "ou"; +$a->strings["Your Identity Address is"] = "L'adresse de votre identité est"; +$a->strings["Automatically expire posts after this many days:"] = "Les publications expirent automatiquement après (en jours) :"; +$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Si ce champ est vide, les notices n'expireront pas. Les notices expirées seront supprimées"; +$a->strings["Advanced expiration settings"] = "Réglages avancés de l'expiration"; +$a->strings["Advanced Expiration"] = "Expiration (avancé)"; +$a->strings["Expire posts:"] = "Faire expirer les contenus:"; +$a->strings["Expire personal notes:"] = "Faire expirer les notes personnelles:"; +$a->strings["Expire starred posts:"] = "Faire expirer les contenus marqués:"; +$a->strings["Expire photos:"] = "Faire expirer les photos:"; +$a->strings["Only expire posts by others:"] = "Faire expirer seulement les messages des autres :"; +$a->strings["Account Settings"] = "Compte"; +$a->strings["Password Settings"] = "Réglages de mot de passe"; +$a->strings["New Password:"] = "Nouveau mot de passe:"; +$a->strings["Confirm:"] = "Confirmer:"; +$a->strings["Leave password fields blank unless changing"] = "Laissez les champs de mot de passe vierges, sauf si vous désirez les changer"; +$a->strings["Current Password:"] = ""; +$a->strings["Your current password to confirm the changes"] = ""; +$a->strings["Password:"] = ""; +$a->strings["Basic Settings"] = "Réglages basiques"; +$a->strings["Full Name:"] = "Nom complet:"; +$a->strings["Email Address:"] = "Adresse courriel:"; +$a->strings["Your Timezone:"] = "Votre fuseau horaire:"; +$a->strings["Default Post Location:"] = "Publication par défaut depuis :"; +$a->strings["Use Browser Location:"] = "Utiliser la localisation géographique du navigateur:"; +$a->strings["Security and Privacy Settings"] = "Réglages de sécurité et vie privée"; +$a->strings["Maximum Friend Requests/Day:"] = "Nombre maximal de requêtes d'amitié/jour:"; +$a->strings["(to prevent spam abuse)"] = "(pour limiter l'impact du spam)"; +$a->strings["Default Post Permissions"] = "Permissions par défaut sur les articles"; +$a->strings["(click to open/close)"] = "(cliquer pour ouvrir/fermer)"; +$a->strings["Show to Groups"] = "Montrer aux groupes"; +$a->strings["Show to Contacts"] = "Montrer aux Contacts"; +$a->strings["Default Private Post"] = "Message privé par défaut"; +$a->strings["Default Public Post"] = "Message publique par défaut"; +$a->strings["Default Permissions for New Posts"] = "Permissions par défaut sur les nouveaux articles"; +$a->strings["Maximum private messages per day from unknown people:"] = "Maximum de messages privés d'inconnus par jour:"; +$a->strings["Notification Settings"] = "Réglages de notification"; +$a->strings["By default post a status message when:"] = "Par défaut, poster un statut quand:"; +$a->strings["accepting a friend request"] = "j'accepte un ami"; +$a->strings["joining a forum/community"] = "joignant un forum/une communauté"; +$a->strings["making an interesting profile change"] = "je fais une modification intéressante de mon profil"; +$a->strings["Send a notification email when:"] = "Envoyer un courriel de notification quand:"; +$a->strings["You receive an introduction"] = "Vous recevez une introduction"; +$a->strings["Your introductions are confirmed"] = "Vos introductions sont confirmées"; +$a->strings["Someone writes on your profile wall"] = "Quelqu'un écrit sur votre mur"; +$a->strings["Someone writes a followup comment"] = "Quelqu'un vous commente"; +$a->strings["You receive a private message"] = "Vous recevez un message privé"; +$a->strings["You receive a friend suggestion"] = "Vous avez reçu une suggestion d'ami"; +$a->strings["You are tagged in a post"] = "Vous avez été repéré dans une publication"; +$a->strings["You are poked/prodded/etc. in a post"] = "Vous avez été sollicité dans une publication"; +$a->strings["Advanced Account/Page Type Settings"] = "Paramètres avancés de compte/page"; +$a->strings["Change the behaviour of this account for special situations"] = "Modifier le comportement de ce compte dans certaines 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."] = "Profil supprimé."; +$a->strings["Profile-"] = "Profil-"; +$a->strings["New profile created."] = "Nouveau profil créé."; +$a->strings["Profile unavailable to clone."] = "Ce profil ne peut être cloné."; +$a->strings["Profile Name is required."] = "Le nom du profil est requis."; +$a->strings["Marital Status"] = "Statut marital"; +$a->strings["Romantic Partner"] = "Partenaire/conjoint"; +$a->strings["Likes"] = "Derniers \"J'aime\""; +$a->strings["Dislikes"] = "Derniers \"Je n'aime pas\""; +$a->strings["Work/Employment"] = "Travail/Occupation"; +$a->strings["Religion"] = "Religion"; +$a->strings["Political Views"] = "Tendance politique"; +$a->strings["Gender"] = "Sexe"; +$a->strings["Sexual Preference"] = "Préférence sexuelle"; +$a->strings["Homepage"] = "Site internet"; +$a->strings["Interests"] = "Centres d'intérêt"; +$a->strings["Address"] = "Adresse"; +$a->strings["Location"] = "Localisation"; +$a->strings["Profile updated."] = "Profil mis à jour."; +$a->strings[" and "] = " et "; +$a->strings["public profile"] = "profil public"; +$a->strings["%1\$s changed %2\$s to “%3\$s”"] = "%1\$s a changé %2\$s en “%3\$s”"; +$a->strings[" - Visit %1\$s's %2\$s"] = "Visiter le %2\$s de %1\$s"; +$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s a mis à jour son %2\$s, en modifiant %3\$s."; +$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Cacher ma liste d'amis/contacts des visiteurs de ce profil?"; +$a->strings["Edit Profile Details"] = "Éditer les détails du profil"; +$a->strings["Change Profile Photo"] = "Changer la photo du profil"; +$a->strings["View this profile"] = "Voir ce profil"; +$a->strings["Create a new profile using these settings"] = "Créer un nouveau profil en utilisant ces réglages"; +$a->strings["Clone this profile"] = "Cloner ce profil"; +$a->strings["Delete this profile"] = "Supprimer ce profil"; +$a->strings["Profile Name:"] = "Nom du profil:"; +$a->strings["Your Full Name:"] = "Votre nom complet:"; +$a->strings["Title/Description:"] = "Titre/Description:"; +$a->strings["Your Gender:"] = "Votre genre:"; +$a->strings["Birthday (%s):"] = "Anniversaire (%s):"; +$a->strings["Street Address:"] = "Adresse postale:"; +$a->strings["Locality/City:"] = "Ville/Localité:"; +$a->strings["Postal/Zip Code:"] = "Code postal:"; +$a->strings["Country:"] = "Pays:"; +$a->strings["Region/State:"] = "Région/État:"; +$a->strings[" Marital Status:"] = " Statut marital:"; +$a->strings["Who: (if applicable)"] = "Qui: (si pertinent)"; +$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Exemples: cathy123, Cathy Williams, cathy@example.com"; +$a->strings["Since [date]:"] = "Depuis [date] :"; +$a->strings["Sexual Preference:"] = "Préférence sexuelle:"; +$a->strings["Homepage URL:"] = "Page personnelle:"; +$a->strings["Hometown:"] = " Ville d'origine:"; +$a->strings["Political Views:"] = "Opinions politiques:"; +$a->strings["Religious Views:"] = "Opinions religieuses:"; +$a->strings["Public Keywords:"] = "Mots-clés publics:"; +$a->strings["Private Keywords:"] = "Mots-clés privés:"; +$a->strings["Likes:"] = "J'aime :"; +$a->strings["Dislikes:"] = "Je n'aime pas :"; +$a->strings["Example: fishing photography software"] = "Exemple: football dessin programmation"; +$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(Utilisés pour vous suggérer des amis potentiels, peuvent être vus par autrui)"; +$a->strings["(Used for searching profiles, never shown to others)"] = "(Utilisés pour rechercher dans les profils, ne seront jamais montrés à autrui)"; +$a->strings["Tell us about yourself..."] = "Parlez-nous de vous..."; +$a->strings["Hobbies/Interests"] = "Passe-temps/Centres d'intérêt"; +$a->strings["Contact information and Social Networks"] = "Coordonnées/Réseaux sociaux"; +$a->strings["Musical interests"] = "Goûts musicaux"; +$a->strings["Books, literature"] = "Lectures"; +$a->strings["Television"] = "Télévision"; +$a->strings["Film/dance/culture/entertainment"] = "Cinéma/Danse/Culture/Divertissement"; +$a->strings["Love/romance"] = "Amour/Romance"; +$a->strings["Work/employment"] = "Activité professionnelle/Occupation"; +$a->strings["School/education"] = "Études/Formation"; +$a->strings["This is your public profile.
It may be visible to anybody using the internet."] = "Ceci est votre profil public.
Il peut être visible par n'importe quel utilisateur d'Internet."; +$a->strings["Edit/Manage Profiles"] = "Editer/gérer les profils"; +$a->strings["Group created."] = "Groupe créé."; +$a->strings["Could not create group."] = "Impossible de créer le groupe."; +$a->strings["Group not found."] = "Groupe introuvable."; +$a->strings["Group name changed."] = "Groupe renommé."; +$a->strings["Save Group"] = ""; +$a->strings["Create a group of contacts/friends."] = "Créez un groupe de contacts/amis."; +$a->strings["Group Name: "] = "Nom du groupe: "; +$a->strings["Group removed."] = "Groupe enlevé."; +$a->strings["Unable to remove group."] = "Impossible d'enlever le groupe."; +$a->strings["Group Editor"] = "Éditeur de groupe"; +$a->strings["Members"] = "Membres"; +$a->strings["Click on a contact to add or remove."] = "Cliquez sur un contact pour l'ajouter ou le supprimer."; +$a->strings["Source (bbcode) text:"] = "Texte source (bbcode) :"; +$a->strings["Source (Diaspora) text to convert to BBcode:"] = "Texte source (Diaspora) à convertir en BBcode :"; +$a->strings["Source input: "] = "Source input: "; +$a->strings["bb2html (raw HTML): "] = "bb2html (HTML brut)"; +$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): "] = "Texte source (format Diaspora) :"; +$a->strings["diaspora2bb: "] = "diaspora2bb :"; +$a->strings["Not available."] = "Indisponible."; +$a->strings["Contact added"] = "Contact ajouté"; +$a->strings["No more system notifications."] = "Pas plus de notifications système."; +$a->strings["System Notifications"] = "Notifications du système"; +$a->strings["New Message"] = "Nouveau message"; +$a->strings["Unable to locate contact information."] = "Impossible de localiser les informations du contact."; +$a->strings["Messages"] = "Messages"; +$a->strings["Do you really want to delete this message?"] = "Voulez-vous vraiment supprimer ce message ?"; +$a->strings["Message deleted."] = "Message supprimé."; +$a->strings["Conversation removed."] = "Conversation supprimée."; +$a->strings["No messages."] = "Aucun message."; +$a->strings["Unknown sender - %s"] = "Émetteur inconnu - %s"; +$a->strings["You and %s"] = "Vous et %s"; +$a->strings["%s and You"] = "%s et vous"; +$a->strings["Delete conversation"] = "Effacer conversation"; +$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A"; +$a->strings["%d message"] = array( + 0 => "%d message", + 1 => "%d messages", +); +$a->strings["Message not available."] = "Message indisponible."; +$a->strings["Delete message"] = "Effacer message"; +$a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = "Pas de communications sécurisées possibles. Vous serez peut-être en mesure de répondre depuis la page de profil de l'émetteur."; +$a->strings["Send Reply"] = "Répondre"; +$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s n'aime pas %3\$s de %2\$s"; $a->strings["Post successful."] = "Publication réussie."; -$a->strings["OpenID protocol error. No ID returned."] = "Erreur de protocole OpenID. Pas d'ID en retour."; -$a->strings["Account not found and OpenID registration is not permitted on this site."] = "Compte introuvable, et l'inscription OpenID n'est pas autorisée sur ce site."; +$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A"; +$a->strings["Time Conversion"] = "Conversion temporelle"; +$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica fournit ce service pour partager des événements avec d'autres réseaux et amis indépendament de leur fuseau horaire."; +$a->strings["UTC time: %s"] = "Temps UTC : %s"; +$a->strings["Current timezone: %s"] = "Zone de temps courante : %s"; +$a->strings["Converted localtime: %s"] = "Temps local converti : %s"; +$a->strings["Please select your timezone:"] = "Sélectionner votre zone :"; +$a->strings["Save to Folder:"] = "Sauver dans le Dossier:"; +$a->strings["- select -"] = "- choisir -"; +$a->strings["Invalid profile identifier."] = "Identifiant de profil invalide."; +$a->strings["Profile Visibility Editor"] = "Éditer la visibilité du profil"; +$a->strings["Visible To"] = "Visible par"; +$a->strings["All Contacts (with secure profile access)"] = "Tous les contacts (ayant un accès sécurisé)"; +$a->strings["No contacts."] = "Aucun contact."; +$a->strings["View Contacts"] = "Voir les contacts"; +$a->strings["People Search"] = "Recherche de personnes"; +$a->strings["No matches"] = "Aucune correspondance"; +$a->strings["Upload New Photos"] = "Téléverser de nouvelles photos"; +$a->strings["Contact information unavailable"] = "Informations de contact indisponibles"; +$a->strings["Album not found."] = "Album introuvable."; +$a->strings["Delete Album"] = "Effacer l'album"; +$a->strings["Do you really want to delete this photo album and all its photos?"] = "Voulez-vous vraiment supprimer cet album photo et toutes ses photos ?"; +$a->strings["Delete Photo"] = "Effacer la photo"; +$a->strings["Do you really want to delete this photo?"] = "Voulez-vous vraiment supprimer cette photo ?"; +$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s a été identifié %2\$s par %3\$s"; +$a->strings["a photo"] = "une photo"; +$a->strings["Image exceeds size limit of "] = "L'image dépasse la taille maximale de "; +$a->strings["Image file is empty."] = "Fichier image vide."; +$a->strings["Unable to process image."] = "Impossible de traiter l'image."; +$a->strings["Image upload failed."] = "Le téléversement de l'image a échoué."; +$a->strings["No photos selected"] = "Aucune photo sélectionnée"; +$a->strings["Access to this item is restricted."] = "Accès restreint à cet élément."; +$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "Vous avez utilisé %1$.2f Mo sur %2$.2f d'espace de stockage pour les photos."; +$a->strings["Upload Photos"] = "Téléverser des photos"; +$a->strings["New album name: "] = "Nom du nouvel album: "; +$a->strings["or existing album name: "] = "ou nom d'un album existant: "; +$a->strings["Do not show a status post for this upload"] = "Ne pas publier de notice pour cet envoi"; +$a->strings["Permissions"] = "Permissions"; +$a->strings["Private Photo"] = "Photo privée"; +$a->strings["Public Photo"] = "Photo publique"; +$a->strings["Edit Album"] = "Éditer l'album"; +$a->strings["Show Newest First"] = "Plus récent d'abord"; +$a->strings["Show Oldest First"] = "Plus ancien d'abord"; +$a->strings["View Photo"] = "Voir la photo"; +$a->strings["Permission denied. Access to this item may be restricted."] = "Interdit. L'accès à cet élément peut avoir été restreint."; +$a->strings["Photo not available"] = "Photo indisponible"; +$a->strings["View photo"] = "Voir photo"; +$a->strings["Edit photo"] = "Éditer la photo"; +$a->strings["Use as profile photo"] = "Utiliser comme photo de profil"; +$a->strings["View Full Size"] = "Voir en taille réelle"; +$a->strings["Tags: "] = "Étiquettes: "; +$a->strings["[Remove any tag]"] = "[Retirer toutes les étiquettes]"; +$a->strings["Rotate CW (right)"] = "Tourner dans le sens des aiguilles d'une montre (vers la droite)"; +$a->strings["Rotate CCW (left)"] = "Tourner dans le sens contraire des aiguilles d'une montre (vers la gauche)"; +$a->strings["New album name"] = "Nom du nouvel album"; +$a->strings["Caption"] = "Titre"; +$a->strings["Add a Tag"] = "Ajouter une étiquette"; +$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Exemples: @bob, @Barbara_Jensen, @jim@example.com, #Californie, #vacances"; +$a->strings["Private photo"] = "Photo privée"; +$a->strings["Public photo"] = "Photo publique"; +$a->strings["Share"] = "Partager"; +$a->strings["View Album"] = "Voir l'album"; +$a->strings["Recent Photos"] = "Photos récentes"; +$a->strings["File exceeds size limit of %d"] = "La taille du fichier dépasse la limite de %d"; +$a->strings["File upload failed."] = "Le téléversement a échoué."; +$a->strings["No videos selected"] = ""; +$a->strings["View Video"] = ""; +$a->strings["Recent Videos"] = ""; +$a->strings["Upload New Videos"] = ""; +$a->strings["Poke/Prod"] = "Solliciter"; +$a->strings["poke, prod or do other things to somebody"] = "solliciter (poke/...) quelqu'un"; +$a->strings["Recipient"] = "Destinataire"; +$a->strings["Choose what you wish to do to recipient"] = "Choisissez ce que vous voulez faire au destinataire"; +$a->strings["Make this post private"] = "Rendez ce message privé"; +$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s suit les %3\$s de %2\$s"; +$a->strings["Export account"] = "Exporter le compte"; +$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."] = "Exportez votre compte, vos infos et vos contacts. Vous pourrez utiliser le résultat comme sauvegarde et/ou pour le ré-importer sur un autre serveur."; +$a->strings["Export all"] = "Tout exporter"; +$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)"] = "Exportez votre compte, vos infos, vos contacts et toutes vos publications (en JSON). Le fichier résultant peut être extrêmement volumineux, et sa production peut durer longtemps. Vous pourrez l'utiliser pour faire une sauvegarde complète (à part les photos)."; +$a->strings["Common Friends"] = "Amis communs"; +$a->strings["No contacts in common."] = "Pas de contacts en commun."; +$a->strings["Image exceeds size limit of %d"] = "L'image dépasse la taille limite de %d"; +$a->strings["Wall Photos"] = "Photos du mur"; $a->strings["Image uploaded but image cropping failed."] = "Image envoyée, mais impossible de la retailler."; $a->strings["Image size reduction [%s] failed."] = "Réduction de la taille de l'image [%s] échouée."; $a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Rechargez la page avec la touche Maj pressée, ou bien effacez le cache du navigateur, si d'aventure la nouvelle photo n'apparaissait pas immédiatement."; @@ -1556,96 +1153,540 @@ $a->strings["Crop Image"] = "(Re)cadrer l'image"; $a->strings["Please adjust the image cropping for optimum viewing."] = "Ajustez le cadre de l'image pour une visualisation optimale."; $a->strings["Done Editing"] = "Édition terminée"; $a->strings["Image uploaded successfully."] = "Image téléversée avec succès."; -$a->strings["Not available."] = "Indisponible."; -$a->strings["%d comment"] = array( - 0 => "%d commentaire", - 1 => "%d commentaires", +$a->strings["Applications"] = "Applications"; +$a->strings["No installed applications."] = "Pas d'application installée."; +$a->strings["Nothing new here"] = "Rien de neuf ici"; +$a->strings["Clear notifications"] = "Effacer les notifications"; +$a->strings["Profile Match"] = "Correpondance de profils"; +$a->strings["No keywords to match. Please add keywords to your default profile."] = "Aucun mot-clé en correspondance. Merci d'ajouter des mots-clés à votre profil par défaut."; +$a->strings["is interested in:"] = "s'intéresse à:"; +$a->strings["Tag removed"] = "Étiquette enlevée"; +$a->strings["Remove Item Tag"] = "Enlever l'étiquette de l'élément"; +$a->strings["Select a tag to remove: "] = "Choisir une étiquette à enlever: "; +$a->strings["Remove"] = "Utiliser comme photo de profil"; +$a->strings["Event title and start time are required."] = "Vous devez donner un nom et un horaire de début à l'événement."; +$a->strings["l, F j"] = "l, F j"; +$a->strings["Edit event"] = "Editer l'événement"; +$a->strings["link to source"] = "lien original"; +$a->strings["Create New Event"] = "Créer un nouvel événement"; +$a->strings["Previous"] = "Précédent"; +$a->strings["hour:minute"] = "heures:minutes"; +$a->strings["Event details"] = "Détails de l'événement"; +$a->strings["Format is %s %s. Starting date and Title are required."] = "Le format est %s %s. La date de début et le nom sont nécessaires."; +$a->strings["Event Starts:"] = "Début de l'événement:"; +$a->strings["Required"] = "Requis"; +$a->strings["Finish date/time is not known or not relevant"] = "Date/heure de fin inconnue ou sans objet"; +$a->strings["Event Finishes:"] = "Fin de l'événement:"; +$a->strings["Adjust for viewer timezone"] = "Ajuster à la zone horaire du visiteur"; +$a->strings["Description:"] = "Description:"; +$a->strings["Title:"] = "Titre :"; +$a->strings["Share this event"] = "Partager cet événement"; +$a->strings["No potential page delegates located."] = "Pas de délégataire potentiel."; +$a->strings["Delegate Page Management"] = "Déléguer la gestion de la page"; +$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "Les délégataires seront capables de gérer tous les aspects de ce compte ou de cette page, à l'exception des réglages de compte. Merci de ne pas déléguer votre compte principal à quelqu'un en qui vous n'avez pas une confiance absolue."; +$a->strings["Existing Page Managers"] = "Gestionnaires existants"; +$a->strings["Existing Page Delegates"] = "Délégataires existants"; +$a->strings["Potential Delegates"] = "Délégataires potentiels"; +$a->strings["Add"] = "Ajouter"; +$a->strings["No entries."] = "Aucune entrée."; +$a->strings["Contacts who are not members of a group"] = "Contacts qui n’appartiennent à aucun groupe"; +$a->strings["Files"] = "Fichiers"; +$a->strings["System down for maintenance"] = "Système indisponible pour cause de maintenance"; +$a->strings["Remove My Account"] = "Supprimer mon compte"; +$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Ceci supprimera totalement votre compte. Cette opération est irréversible."; +$a->strings["Please enter your password for verification:"] = "Merci de saisir votre mot de passe pour vérification:"; +$a->strings["Friend suggestion sent."] = "Suggestion d'amitié/contact envoyée."; +$a->strings["Suggest Friends"] = "Suggérer des amis/contacts"; +$a->strings["Suggest a friend for %s"] = "Suggérer un ami/contact pour %s"; +$a->strings["Unable to locate original post."] = "Impossible de localiser l'article original."; +$a->strings["Empty post discarded."] = "Article vide défaussé."; +$a->strings["System error. Post not saved."] = "Erreur système. Publication non sauvée."; +$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Ce message vous a été envoyé par %s, membre du réseau social Friendica."; +$a->strings["You may visit them online at %s"] = "Vous pouvez leur rendre visite sur %s"; +$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Merci de contacter l’émetteur en répondant à cette publication si vous ne souhaitez pas recevoir ces messages."; +$a->strings["%s posted an update."] = "%s a publié une mise à jour."; +$a->strings["{0} wants to be your friend"] = "{0} souhaite être votre ami(e)"; +$a->strings["{0} sent you a message"] = "{0} vous a envoyé un message"; +$a->strings["{0} requested registration"] = "{0} a demandé à s'inscrire"; +$a->strings["{0} commented %s's post"] = "{0} a commenté une notice de %s"; +$a->strings["{0} liked %s's post"] = "{0} a aimé une notice de %s"; +$a->strings["{0} disliked %s's post"] = "{0} n'a pas aimé une notice de %s"; +$a->strings["{0} is now friends with %s"] = "{0} est désormais ami(e) avec %s"; +$a->strings["{0} posted"] = "{0} a posté"; +$a->strings["{0} tagged %s's post with #%s"] = "{0} a taggué la notice de %s avec #%s"; +$a->strings["{0} mentioned you in a post"] = "{0} vous a mentionné dans une publication"; +$a->strings["OpenID protocol error. No ID returned."] = "Erreur de protocole OpenID. Pas d'ID en retour."; +$a->strings["Account not found and OpenID registration is not permitted on this site."] = "Compte introuvable, et l'inscription OpenID n'est pas autorisée sur ce site."; +$a->strings["Login failed."] = "Échec de connexion."; +$a->strings["Invalid request identifier."] = "Identifiant de demande invalide."; +$a->strings["Discard"] = "Rejeter"; +$a->strings["System"] = "Système"; +$a->strings["Network"] = "Réseau"; +$a->strings["Introductions"] = "Introductions"; +$a->strings["Show Ignored Requests"] = "Voir les demandes ignorées"; +$a->strings["Hide Ignored Requests"] = "Cacher les demandes ignorées"; +$a->strings["Notification type: "] = "Type de notification: "; +$a->strings["Friend Suggestion"] = "Suggestion d'amitié/contact"; +$a->strings["suggested by %s"] = "suggéré(e) par %s"; +$a->strings["Post a new friend activity"] = "Poster concernant les nouvelles amitiés"; +$a->strings["if applicable"] = "si possible"; +$a->strings["Claims to be known to you: "] = "Prétend que vous le connaissez: "; +$a->strings["yes"] = "oui"; +$a->strings["no"] = "non"; +$a->strings["Approve as: "] = "Approuver en tant que: "; +$a->strings["Friend"] = "Ami"; +$a->strings["Sharer"] = "Initiateur du partage"; +$a->strings["Fan/Admirer"] = "Fan/Admirateur"; +$a->strings["Friend/Connect Request"] = "Demande de connexion/relation"; +$a->strings["New Follower"] = "Nouvel abonné"; +$a->strings["No introductions."] = "Aucune demande d'introduction."; +$a->strings["Notifications"] = "Notifications"; +$a->strings["%s liked %s's post"] = "%s a aimé la notice de %s"; +$a->strings["%s disliked %s's post"] = "%s n'a pas aimé la notice de %s"; +$a->strings["%s is now friends with %s"] = "%s est désormais ami(e) avec %s"; +$a->strings["%s created a new post"] = "%s a publié une notice"; +$a->strings["%s commented on %s's post"] = "%s a commenté une notice de %s"; +$a->strings["No more network notifications."] = "Aucune notification du réseau."; +$a->strings["Network Notifications"] = "Notifications du réseau"; +$a->strings["No more personal notifications."] = "Aucun notification personnelle."; +$a->strings["Personal Notifications"] = "Notifications personnelles"; +$a->strings["No more home notifications."] = "Aucune notification de la page d'accueil."; +$a->strings["Home Notifications"] = "Notifications de page d'accueil"; +$a->strings["Total invitation limit exceeded."] = "La limite d'invitation totale est éxédée."; +$a->strings["%s : Not a valid email address."] = "%s : Adresse de courriel invalide."; +$a->strings["Please join us on Friendica"] = "Rejoignez-nous sur Friendica"; +$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Limite d'invitation exédée. Veuillez contacter l'administrateur de votre site."; +$a->strings["%s : Message delivery failed."] = "%s : L'envoi du message a échoué."; +$a->strings["%d message sent."] = array( + 0 => "%d message envoyé.", + 1 => "%d messages envoyés.", ); -$a->strings["like"] = "aime"; -$a->strings["dislike"] = "n'aime pas"; -$a->strings["Share this"] = "Partager"; -$a->strings["share"] = "partager"; -$a->strings["Bold"] = "Gras"; -$a->strings["Italic"] = "Italique"; -$a->strings["Underline"] = "Souligné"; -$a->strings["Quote"] = "Citation"; -$a->strings["Code"] = "Code"; -$a->strings["Image"] = "Image"; -$a->strings["Link"] = "Lien"; -$a->strings["Video"] = "Vidéo"; -$a->strings["add star"] = "mett en avant"; -$a->strings["remove star"] = "ne plus mettre en avant"; -$a->strings["toggle star status"] = "mettre en avant"; -$a->strings["starred"] = "mis en avant"; -$a->strings["add tag"] = "ajouter un tag"; -$a->strings["save to folder"] = "sauver vers dossier"; -$a->strings["to"] = "à"; -$a->strings["Wall-to-Wall"] = "Inter-mur"; -$a->strings["via Wall-To-Wall:"] = "en Inter-mur:"; -$a->strings["This entry was edited"] = ""; -$a->strings["via"] = "via"; -$a->strings["Theme settings"] = "Réglages du thème graphique"; -$a->strings["Set resize level for images in posts and comments (width and height)"] = "Choisir une taille pour les images dans les publications et commentaires (largeur et hauteur)"; -$a->strings["Set font-size for posts and comments"] = "Réglez 'font-size' (taille de police) pour publications et commentaires"; -$a->strings["Set theme width"] = "Largeur du thème"; -$a->strings["Color scheme"] = "Palette de couleurs"; -$a->strings["Set line-height for posts and comments"] = "Réglez 'line-height' (hauteur de police) pour publications et commentaires"; -$a->strings["Set resolution for middle column"] = "Réglez la résolution de la colonne centrale"; -$a->strings["Set color scheme"] = "Choisir le schéma de couleurs"; -$a->strings["Set twitter search term"] = "Rechercher un terme twitter"; -$a->strings["Set zoomfactor for Earth Layer"] = "Niveau de zoom"; -$a->strings["Set longitude (X) for Earth Layers"] = "Régler la longitude (X) pour la géolocalisation"; -$a->strings["Set latitude (Y) for Earth Layers"] = "Régler la latitude (Y) pour la géolocalisation"; -$a->strings["Community Pages"] = "Pages de Communauté"; -$a->strings["Earth Layers"] = "Géolocalisation"; -$a->strings["Community Profiles"] = "Profils communautaires"; -$a->strings["Help or @NewHere ?"] = "Aide ou @NewHere?"; -$a->strings["Connect Services"] = "Connecter des services"; -$a->strings["Find Friends"] = "Trouver des amis"; -$a->strings["Last tweets"] = "Derniers tweets"; -$a->strings["Last users"] = "Derniers utilisateurs"; -$a->strings["Last photos"] = "Dernières photos"; -$a->strings["Last likes"] = "Dernièrement aimé"; -$a->strings["Your contacts"] = "Vos contacts"; -$a->strings["Local Directory"] = "Annuaire local"; -$a->strings["Set zoomfactor for Earth Layers"] = "Régler le niveau de zoom pour la géolocalisation"; -$a->strings["Last Tweets"] = "Derniers tweets"; -$a->strings["Show/hide boxes at right-hand column:"] = "Montrer/cacher les boîtes dans la colonne de droite :"; -$a->strings["Set colour scheme"] = "Choisir le schéma de couleurs"; -$a->strings["Alignment"] = "Alignement"; -$a->strings["Left"] = "Gauche"; -$a->strings["Center"] = "Centre"; -$a->strings["Posts font size"] = "Taille de texte des messages"; -$a->strings["Textareas font size"] = ""; -$a->strings["toggle mobile"] = "activ. mobile"; -$a->strings["Delete this item?"] = "Effacer cet élément?"; -$a->strings["show fewer"] = "montrer moins"; -$a->strings["Update %s failed. See error logs."] = "Mise-à-jour %s échouée. Voir les journaux d'erreur."; -$a->strings["Update Error at %s"] = "Erreur de mise-à-jour à %s"; -$a->strings["Create a New Account"] = "Créer un nouveau compte"; -$a->strings["Nickname or Email address: "] = "Pseudo ou courriel: "; -$a->strings["Password: "] = "Mot de passe: "; -$a->strings["Remember me"] = ""; -$a->strings["Or login using OpenID: "] = "Ou connectez-vous via OpenID: "; -$a->strings["Forgot your password?"] = "Mot de passe oublié?"; -$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."] = "Le compte demandé n'est pas disponible."; -$a->strings["Edit profile"] = "Editer le profil"; -$a->strings["Message"] = "Message"; -$a->strings["Manage/edit profiles"] = "Gérer/éditer les profils"; -$a->strings["g A l F d"] = "g A | F d"; -$a->strings["F d"] = "F d"; -$a->strings["[today]"] = "[aujourd'hui]"; -$a->strings["Birthday Reminders"] = "Rappels d'anniversaires"; -$a->strings["Birthdays this week:"] = "Anniversaires cette semaine:"; -$a->strings["[No description]"] = "[Sans description]"; -$a->strings["Event Reminders"] = "Rappels d'événements"; -$a->strings["Events this week:"] = "Evénements cette semaine:"; -$a->strings["Status Messages and Posts"] = "Messages d'état et publications"; -$a->strings["Profile Details"] = "Détails du profil"; -$a->strings["Videos"] = ""; -$a->strings["Events and Calendar"] = "Événements et agenda"; -$a->strings["Only You Can See This"] = "Vous seul pouvez voir ça"; +$a->strings["You have no more invitations available"] = "Vous n'avez plus d'invitations disponibles"; +$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."] = "Visitez %s pour une liste des sites publics que vous pouvez rejoindre. Les membres de Friendica appartenant à d'autres sites peuvent s'interconnecter, ainsi qu'avec les membres de plusieurs autres réseaux sociaux."; +$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "Pour accepter cette invitation, merci d'aller vous inscrire sur %s, ou n'importe quel autre site Friendica public."; +$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."] = "Les sites Friendica sont tous interconnectés pour créer un immense réseau social respectueux de la vie privée, possédé et contrôllé par ses membres. Ils peuvent également interagir avec plusieurs réseaux sociaux traditionnels. Voir %s pour une liste d'autres sites Friendica que vous pourriez rejoindre."; +$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Toutes nos excuses. Ce système n'est pas configuré pour se connecter à d'autres sites publics ou inviter de nouveaux membres."; +$a->strings["Send invitations"] = "Envoyer des invitations"; +$a->strings["Enter email addresses, one per line:"] = "Entrez les adresses email, une par ligne:"; +$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "Vous êtes cordialement invité à me rejoindre sur Friendica, et nous aider ainsi à créer un meilleur web social."; +$a->strings["You will need to supply this invitation code: \$invite_code"] = "Vous devrez fournir ce code d'invitation: \$invite_code"; +$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Une fois inscrit, connectez-vous à la page de mon profil sur:"; +$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendica.com"] = "Pour plus d'information sur le projet Friendica, et pourquoi nous croyons qu'il est important, merci de visiter http://friendica.com"; +$a->strings["Manage Identities and/or Pages"] = "Gérer les identités et/ou les pages"; +$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Basculez entre les différentes identités ou pages (groupes/communautés) qui se partagent votre compte ou que vous avez été autorisé à gérer."; +$a->strings["Select an identity to manage: "] = "Choisir une identité à gérer: "; +$a->strings["Welcome to %s"] = "Bienvenue sur %s"; +$a->strings["Friends of %s"] = "Amis de %s"; +$a->strings["No friends to display."] = "Pas d'amis à afficher."; +$a->strings["Add New Contact"] = "Ajouter un nouveau contact"; +$a->strings["Enter address or web location"] = "Entrez son adresse ou sa localisation web"; +$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Exemple: bob@example.com, http://example.com/barbara"; +$a->strings["%d invitation available"] = array( + 0 => "%d invitation disponible", + 1 => "%d invitations disponibles", +); +$a->strings["Find People"] = "Trouver des personnes"; +$a->strings["Enter name or interest"] = "Entrez un nom ou un centre d'intérêt"; +$a->strings["Connect/Follow"] = "Connecter/Suivre"; +$a->strings["Examples: Robert Morgenstein, Fishing"] = "Exemples: Robert Morgenstein, Pêche"; +$a->strings["Random Profile"] = "Profil au hasard"; +$a->strings["Networks"] = "Réseaux"; +$a->strings["All Networks"] = "Tous réseaux"; +$a->strings["Saved Folders"] = "Dossiers sauvegardés"; +$a->strings["Everything"] = "Tout"; +$a->strings["Categories"] = "Catégories"; +$a->strings["Click here to upgrade."] = "Cliquez ici pour mettre à jour."; +$a->strings["This action exceeds the limits set by your subscription plan."] = "Cette action dépasse les limites définies par votre abonnement."; +$a->strings["This action is not available under your subscription plan."] = "Cette action n'est pas disponible avec votre abonnement."; +$a->strings["User not found."] = ""; +$a->strings["There is no status with this id."] = ""; +$a->strings["view full size"] = "voir en pleine taille"; +$a->strings["Starts:"] = "Débute:"; +$a->strings["Finishes:"] = "Finit:"; +$a->strings["(no subject)"] = "(sans titre)"; +$a->strings["noreply"] = "noreply"; +$a->strings["An invitation is required."] = "Une invitation est requise."; +$a->strings["Invitation could not be verified."] = "L'invitation fournie n'a pu être validée."; +$a->strings["Invalid OpenID url"] = "Adresse OpenID invalide"; +$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Nous avons eu un souci avec l'OpenID que vous avez fourni. merci de vérifier l'orthographe correcte de ce dernier."; +$a->strings["The error message was:"] = "Le message d'erreur était :"; +$a->strings["Please enter the required information."] = "Entrez les informations requises."; +$a->strings["Please use a shorter name."] = "Utilisez un nom plus court."; +$a->strings["Name too short."] = "Nom trop court."; +$a->strings["That doesn't appear to be your full (First Last) name."] = "Ceci ne semble pas être votre nom complet (Prénom Nom)."; +$a->strings["Your email domain is not among those allowed on this site."] = "Votre domaine de courriel n'est pas autorisé sur ce site."; +$a->strings["Not a valid email address."] = "Ceci n'est pas une adresse courriel valide."; +$a->strings["Cannot use that email."] = "Impossible d'utiliser ce courriel."; +$a->strings["Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and must also begin with a letter."] = "Votre \"pseudo\" peut seulement contenir les caractères \"a-z\", \"0-9\", \"-\", and \"_\", et doit commencer par une lettre."; +$a->strings["Nickname is already registered. Please choose another."] = "Pseudo déjà utilisé. Merci d'en choisir un autre."; +$a->strings["Nickname was once registered here and may not be re-used. Please choose another."] = "Ce surnom a déjà été utilisé ici, et ne peut re-servir. Merci d'en choisir un autre."; +$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "ERREUR SÉRIEUSE: La génération des clés de sécurité a échoué."; +$a->strings["An error occurred during registration. Please try again."] = "Une erreur est survenue lors de l'inscription. Merci de recommencer."; +$a->strings["An error occurred creating your default profile. Please try again."] = "Une erreur est survenue lors de la création de votre profil par défaut. Merci de recommencer."; +$a->strings["Friends"] = "Amis"; +$a->strings["%1\$s poked %2\$s"] = "%1\$s a sollicité %2\$s"; +$a->strings["poked"] = "a titillé"; +$a->strings["post/item"] = "publication/élément"; +$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "%1\$s a marqué le %3\$s de %2\$s comme favori"; +$a->strings["remove"] = "enlever"; +$a->strings["Delete Selected Items"] = "Supprimer les éléments sélectionnés"; +$a->strings["Follow Thread"] = "Suivre le fil"; +$a->strings["View Status"] = "Voir les statuts"; +$a->strings["View Profile"] = "Voir le profil"; +$a->strings["View Photos"] = "Voir les photos"; +$a->strings["Network Posts"] = "Posts du Réseau"; +$a->strings["Edit Contact"] = "Éditer le contact"; +$a->strings["Send PM"] = "Message privé"; +$a->strings["Poke"] = "Sollicitations (pokes)"; +$a->strings["%s likes this."] = "%s aime ça."; +$a->strings["%s doesn't like this."] = "%s n'aime pas ça."; +$a->strings["%2\$d people like this"] = ""; +$a->strings["%2\$d people don't like this"] = ""; +$a->strings["and"] = "et"; +$a->strings[", and %d other people"] = ", et %d autres personnes"; +$a->strings["%s like this."] = "%s aiment ça."; +$a->strings["%s don't like this."] = "%s n'aiment pas ça."; +$a->strings["Visible to everybody"] = "Visible par tout le monde"; +$a->strings["Please enter a video link/URL:"] = "Entrez un lien/URL video :"; +$a->strings["Please enter an audio link/URL:"] = "Entrez un lien/URL audio :"; +$a->strings["Tag term:"] = "Tag : "; +$a->strings["Where are you right now?"] = "Où êtes-vous présentemment?"; +$a->strings["Delete item(s)?"] = "Supprimer les élément(s) ?"; +$a->strings["Post to Email"] = "Publier aussi par courriel"; +$a->strings["permissions"] = "permissions"; +$a->strings["Post to Groups"] = ""; +$a->strings["Post to Contacts"] = ""; +$a->strings["Private post"] = "Message privé"; +$a->strings["Logged out."] = "Déconnecté."; +$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"] = "Erreur de création d'utilisateur"; +$a->strings["User profile creation error"] = "Erreur de création du profil utilisateur"; +$a->strings["%d contact not imported"] = array( + 0 => "%d contacts non importés", + 1 => "%d contacts non importés", +); +$a->strings["Done. You can now login with your username and password"] = ""; +$a->strings["newer"] = "Plus récent"; +$a->strings["older"] = "Plus ancien"; +$a->strings["prev"] = "précédent"; +$a->strings["first"] = "premier"; +$a->strings["last"] = "dernier"; +$a->strings["next"] = "suivant"; +$a->strings["No contacts"] = "Aucun contact"; +$a->strings["%d Contact"] = array( + 0 => "%d contact", + 1 => "%d contacts", +); +$a->strings["poke"] = "titiller"; +$a->strings["ping"] = "attirer l'attention"; +$a->strings["pinged"] = "a attiré l'attention de"; +$a->strings["prod"] = "aiguillonner"; +$a->strings["prodded"] = "a aiguillonné"; +$a->strings["slap"] = "gifler"; +$a->strings["slapped"] = "a giflé"; +$a->strings["finger"] = "tripoter"; +$a->strings["fingered"] = "a tripoté"; +$a->strings["rebuff"] = "rabrouer"; +$a->strings["rebuffed"] = "a rabroué"; +$a->strings["happy"] = "heureuse"; +$a->strings["sad"] = "triste"; +$a->strings["mellow"] = "suave"; +$a->strings["tired"] = "fatiguée"; +$a->strings["perky"] = "guillerette"; +$a->strings["angry"] = "colérique"; +$a->strings["stupified"] = "stupéfaite"; +$a->strings["puzzled"] = "perplexe"; +$a->strings["interested"] = "intéressée"; +$a->strings["bitter"] = "amère"; +$a->strings["cheerful"] = "entraînante"; +$a->strings["alive"] = "vivante"; +$a->strings["annoyed"] = "ennuyée"; +$a->strings["anxious"] = "anxieuse"; +$a->strings["cranky"] = "excentrique"; +$a->strings["disturbed"] = "dérangée"; +$a->strings["frustrated"] = "frustrée"; +$a->strings["motivated"] = "motivée"; +$a->strings["relaxed"] = "détendue"; +$a->strings["surprised"] = "surprise"; +$a->strings["Monday"] = "Lundi"; +$a->strings["Tuesday"] = "Mardi"; +$a->strings["Wednesday"] = "Mercredi"; +$a->strings["Thursday"] = "Jeudi"; +$a->strings["Friday"] = "Vendredi"; +$a->strings["Saturday"] = "Samedi"; +$a->strings["Sunday"] = "Dimanche"; +$a->strings["January"] = "Janvier"; +$a->strings["February"] = "Février"; +$a->strings["March"] = "Mars"; +$a->strings["April"] = "Avril"; +$a->strings["May"] = "Mai"; +$a->strings["June"] = "Juin"; +$a->strings["July"] = "Juillet"; +$a->strings["August"] = "Août"; +$a->strings["September"] = "Septembre"; +$a->strings["October"] = "Octobre"; +$a->strings["November"] = "Novembre"; +$a->strings["December"] = "Décembre"; +$a->strings["bytes"] = "octets"; +$a->strings["Click to open/close"] = "Cliquer pour ouvrir/fermer"; +$a->strings["Select an alternate language"] = "Choisir une langue alternative"; +$a->strings["activity"] = "activité"; +$a->strings["post"] = "publication"; +$a->strings["Item filed"] = "Élément classé"; +$a->strings["Friendica Notification"] = "Notification Friendica"; +$a->strings["Thank You,"] = "Merci, "; +$a->strings["%s Administrator"] = "L'administrateur de %s"; +$a->strings["%s "] = "%s "; +$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica:Notification] Nouveau courriel reçu sur %s"; +$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s vous a envoyé un nouveau message privé sur %2\$s."; +$a->strings["%1\$s sent you %2\$s."] = "%1\$s vous a envoyé %2\$s."; +$a->strings["a private message"] = "un message privé"; +$a->strings["Please visit %s to view and/or reply to your private messages."] = "Merci de visiter %s pour voir vos messages privés et/ou y répondre."; +$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s a commenté sur [url=%2\$s]un %3\$s[/url]"; +$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s a commenté sur [url=%2\$s]le %4\$s de %3\$s[/url]"; +$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s commented on [url=%2\$s]your %3\$s[/url]"; +$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Friendica:Notification] Commentaire de %2\$s sur la conversation #%1\$d"; +$a->strings["%s commented on an item/conversation you have been following."] = "%s a commenté un élément que vous suivez."; +$a->strings["Please visit %s to view and/or reply to the conversation."] = "Merci de visiter %s pour voir la conversation et/ou y répondre."; +$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica:Notification] %s a posté sur votre mur de profil"; +$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$s a publié sur votre mur à %2\$s"; +$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "%1\$s a posté sur [url=%2\$s]votre mur[/url]"; +$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica:Notification] %s vous a repéré"; +$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s vous parle sur %2\$s"; +$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = "%1\$s [url=%2\$s]vous a taggé[/url]."; +$a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica:Notify] %1\$s vous a sollicité"; +$a->strings["%1\$s poked you at %2\$s"] = "%1\$s vous a sollicité via %2\$s"; +$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "%1\$s vous a [url=%2\$s]sollicité[/url]."; +$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica:Notification] %s a repéré votre publication"; +$a->strings["%1\$s tagged your post at %2\$s"] = "%1\$s a tagué votre contenu sur %2\$s"; +$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$s a tagué [url=%2\$s]votre contenu[/url]"; +$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Notification] Introduction reçue"; +$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "Vous avez reçu une introduction de '%1\$s' sur %2\$s"; +$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "Vous avez reçu [url=%1\$s]une introduction[/url] de %2\$s."; +$a->strings["You may visit their profile at %s"] = "Vous pouvez visiter son profil sur %s"; +$a->strings["Please visit %s to approve or reject the introduction."] = "Merci de visiter %s pour approuver ou rejeter l'introduction."; +$a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica:Notification] Nouvelle suggestion d'amitié"; +$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "Vous avez reçu une suggestion de '%1\$s' sur %2\$s"; +$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "Vous avez reçu [url=%1\$s]une suggestion[/url] de %3\$s pour %2\$s."; +$a->strings["Name:"] = "Nom :"; +$a->strings["Photo:"] = "Photo :"; +$a->strings["Please visit %s to approve or reject the suggestion."] = "Merci de visiter %s pour approuver ou rejeter la suggestion."; +$a->strings[" on Last.fm"] = "sur 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 groupe supprimé a été recréé. Les permissions existantes pourraient s'appliquer à ce groupe et aux futurs membres. Si ce n'est pas le comportement attendu, merci de re-créer un autre groupe sous un autre nom."; +$a->strings["Default privacy group for new contacts"] = "Paramètres de confidentialité par défaut pour les nouveaux contacts"; +$a->strings["Everybody"] = "Tout le monde"; +$a->strings["edit"] = "éditer"; +$a->strings["Edit group"] = "Editer groupe"; +$a->strings["Create a new group"] = "Créer un nouveau groupe"; +$a->strings["Contacts not in any group"] = "Contacts n'appartenant à aucun groupe"; +$a->strings["Connect URL missing."] = "URL de connexion manquante."; +$a->strings["This site is not configured to allow communications with other networks."] = "Ce site n'est pas configuré pour dialoguer avec d'autres réseaux."; +$a->strings["No compatible communication protocols or feeds were discovered."] = "Aucun protocole de communication ni aucun flux n'a pu être découvert."; +$a->strings["The profile address specified does not provide adequate information."] = "L'adresse de profil indiquée ne fournit par les informations adéquates."; +$a->strings["An author or name was not found."] = "Aucun auteur ou nom d'auteur n'a pu être trouvé."; +$a->strings["No browser URL could be matched to this address."] = "Aucune URL de navigation ne correspond à cette adresse."; +$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "Impossible de faire correspondre l'adresse d'identité en \"@\" avec un protocole connu ou un contact courriel."; +$a->strings["Use mailto: in front of address to force email check."] = "Utilisez mailto: en face d'une adresse pour l'obliger à être reconnue comme courriel."; +$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "L'adresse de profil spécifiée correspond à un réseau qui a été désactivé sur ce site."; +$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Profil limité. Cette personne ne sera pas capable de recevoir des notifications directes/personnelles de votre part."; +$a->strings["Unable to retrieve contact information."] = "Impossible de récupérer les informations du contact."; +$a->strings["following"] = "following"; +$a->strings["[no subject]"] = "[pas de sujet]"; +$a->strings["End this session"] = "Mettre fin à cette session"; +$a->strings["Sign in"] = "Se connecter"; +$a->strings["Home Page"] = "Page d'accueil"; +$a->strings["Create an account"] = "Créer un compte"; +$a->strings["Help and documentation"] = "Aide et documentation"; +$a->strings["Apps"] = "Applications"; +$a->strings["Addon applications, utilities, games"] = "Applications supplémentaires, utilitaires, jeux"; +$a->strings["Search site content"] = "Rechercher dans le contenu du site"; +$a->strings["Conversations on this site"] = "Conversations ayant cours sur ce site"; +$a->strings["Directory"] = "Annuaire"; +$a->strings["People directory"] = "Annuaire des utilisateurs"; +$a->strings["Conversations from your friends"] = "Conversations de vos amis"; +$a->strings["Network Reset"] = ""; +$a->strings["Load Network page with no filters"] = ""; +$a->strings["Friend Requests"] = "Demande d'amitié"; +$a->strings["See all notifications"] = "Voir toute notification"; +$a->strings["Mark all system notifications seen"] = "Marquer toutes les notifications système comme 'vues'"; +$a->strings["Private mail"] = "Messages privés"; +$a->strings["Inbox"] = "Messages entrants"; +$a->strings["Outbox"] = "Messages sortants"; +$a->strings["Manage"] = "Gérer"; +$a->strings["Manage other pages"] = "Gérer les autres pages"; +$a->strings["Delegations"] = "Délégations"; +$a->strings["Manage/Edit Profiles"] = "Gérer/Éditer les profiles"; +$a->strings["Manage/edit friends and contacts"] = "Gérer/éditer les amitiés et contacts"; +$a->strings["Site setup and configuration"] = "Démarrage et configuration du site"; +$a->strings["Navigation"] = "Navigation"; +$a->strings["Site map"] = "Carte du site"; +$a->strings["j F, Y"] = "j F, Y"; +$a->strings["j F"] = "j F"; +$a->strings["Birthday:"] = "Anniversaire:"; +$a->strings["Age:"] = "Age:"; +$a->strings["for %1\$d %2\$s"] = "depuis %1\$d %2\$s"; +$a->strings["Tags:"] = "Tags :"; +$a->strings["Religion:"] = "Religion:"; +$a->strings["Hobbies/Interests:"] = "Passe-temps/Centres d'intérêt:"; +$a->strings["Contact information and Social Networks:"] = "Coordonnées/Réseaux sociaux:"; +$a->strings["Musical interests:"] = "Goûts musicaux:"; +$a->strings["Books, literature:"] = "Lectures:"; +$a->strings["Television:"] = "Télévision:"; +$a->strings["Film/dance/culture/entertainment:"] = "Cinéma/Danse/Culture/Divertissement:"; +$a->strings["Love/Romance:"] = "Amour/Romance:"; +$a->strings["Work/employment:"] = "Activité professionnelle/Occupation:"; +$a->strings["School/education:"] = "Études/Formation:"; +$a->strings["Image/photo"] = "Image/photo"; +$a->strings["%s wrote the following post"] = "%s a écris le post suivant"; +$a->strings["$1 wrote:"] = "$1 a écrit:"; +$a->strings["Encrypted content"] = "Contenu chiffré"; +$a->strings["Unknown | Not categorised"] = "Inconnu | Non-classé"; +$a->strings["Block immediately"] = "Bloquer immédiatement"; +$a->strings["Shady, spammer, self-marketer"] = "Douteux, spammeur, accro à l'auto-promotion"; +$a->strings["Known to me, but no opinion"] = "Connu de moi, mais sans opinion"; +$a->strings["OK, probably harmless"] = "OK, probablement inoffensif"; +$a->strings["Reputable, has my trust"] = "Réputé, a toute ma confiance"; +$a->strings["Weekly"] = "Chaque semaine"; +$a->strings["Monthly"] = "Chaque mois"; +$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"] = ""; +$a->strings["Twitter"] = ""; +$a->strings["Miscellaneous"] = "Divers"; +$a->strings["year"] = "an"; +$a->strings["month"] = "mois"; +$a->strings["day"] = "jour"; +$a->strings["never"] = "jamais"; +$a->strings["less than a second ago"] = "il y a moins d'une seconde"; +$a->strings["years"] = "ans"; +$a->strings["months"] = "mois"; +$a->strings["week"] = "semaine"; +$a->strings["weeks"] = "semaines"; +$a->strings["days"] = "jours"; +$a->strings["hour"] = "heure"; +$a->strings["hours"] = "heures"; +$a->strings["minute"] = "minute"; +$a->strings["minutes"] = "minutes"; +$a->strings["second"] = "seconde"; +$a->strings["seconds"] = "secondes"; +$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s auparavant"; +$a->strings["%s's birthday"] = "Anniversaire de %s's"; +$a->strings["Happy Birthday %s"] = "Joyeux anniversaire, %s !"; +$a->strings["General Features"] = "Fonctions générales"; +$a->strings["Multiple Profiles"] = "Profils multiples"; +$a->strings["Ability to create multiple profiles"] = "Possibilité de créer plusieurs profils"; +$a->strings["Post Composition Features"] = ""; +$a->strings["Richtext Editor"] = "Éditeur de texte enrichi"; +$a->strings["Enable richtext editor"] = "Activer l'éditeur de texte enrichi"; +$a->strings["Post Preview"] = ""; +$a->strings["Allow previewing posts and comments before publishing them"] = ""; +$a->strings["Network Sidebar Widgets"] = ""; +$a->strings["Search by Date"] = "Rechercher par 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"] = "Notification de partage du réseau Diaspora"; +$a->strings["Attachments:"] = "Pièces jointes : "; +$a->strings["Visible to everybody"] = "Visible par tout le monde"; +$a->strings["A new person is sharing with you at "] = "Une nouvelle personne partage avec vous à "; +$a->strings["You have a new follower at "] = "Vous avez un nouvel abonné à "; +$a->strings["Do you really want to delete this item?"] = "Voulez-vous vraiment supprimer cet élément ?"; +$a->strings["Archives"] = "Archives"; +$a->strings["Embedded content"] = "Contenu incorporé"; +$a->strings["Embedding disabled"] = "Incorporation désactivée"; +$a->strings["Welcome "] = "Bienvenue "; +$a->strings["Please upload a profile photo."] = "Merci d'illustrer votre profil d'une image."; +$a->strings["Welcome back "] = "Bienvenue à nouveau, "; +$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "Le jeton de sécurité du formulaire n'est pas correct. Ceci veut probablement dire que le formulaire est resté ouvert trop longtemps (plus de 3 heures) avant d'être validé."; +$a->strings["Male"] = "Masculin"; +$a->strings["Female"] = "Féminin"; +$a->strings["Currently Male"] = "Actuellement masculin"; +$a->strings["Currently Female"] = "Actuellement féminin"; +$a->strings["Mostly Male"] = "Principalement masculin"; +$a->strings["Mostly Female"] = "Principalement féminin"; +$a->strings["Transgender"] = "Transgenre"; +$a->strings["Intersex"] = "Inter-sexe"; +$a->strings["Transsexual"] = "Transsexuel"; +$a->strings["Hermaphrodite"] = "Hermaphrodite"; +$a->strings["Neuter"] = "Neutre"; +$a->strings["Non-specific"] = "Non-spécifique"; +$a->strings["Other"] = "Autre"; +$a->strings["Undecided"] = "Indécis"; +$a->strings["Males"] = "Hommes"; +$a->strings["Females"] = "Femmes"; +$a->strings["Gay"] = "Gay"; +$a->strings["Lesbian"] = "Lesbienne"; +$a->strings["No Preference"] = "Sans préférence"; +$a->strings["Bisexual"] = "Bisexuel"; +$a->strings["Autosexual"] = "Auto-sexuel"; +$a->strings["Abstinent"] = "Abstinent"; +$a->strings["Virgin"] = "Vierge"; +$a->strings["Deviant"] = "Déviant"; +$a->strings["Fetish"] = "Fétichiste"; +$a->strings["Oodles"] = "Oodles"; +$a->strings["Nonsexual"] = "Non-sexuel"; +$a->strings["Single"] = "Célibataire"; +$a->strings["Lonely"] = "Esseulé"; +$a->strings["Available"] = "Disponible"; +$a->strings["Unavailable"] = "Indisponible"; +$a->strings["Has crush"] = "Attiré par quelqu'un"; +$a->strings["Infatuated"] = "Entiché"; +$a->strings["Dating"] = "Dans une relation"; +$a->strings["Unfaithful"] = "Infidèle"; +$a->strings["Sex Addict"] = "Accro au sexe"; +$a->strings["Friends/Benefits"] = "Amis par intérêt"; +$a->strings["Casual"] = "Casual"; +$a->strings["Engaged"] = "Fiancé"; +$a->strings["Married"] = "Marié"; +$a->strings["Imaginarily married"] = "Se croit marié"; +$a->strings["Partners"] = "Partenaire"; +$a->strings["Cohabiting"] = "En cohabitation"; +$a->strings["Common law"] = "Marié \"de fait\"/\"sui juris\" (concubin)"; +$a->strings["Happy"] = "Heureux"; +$a->strings["Not looking"] = "Pas intéressé"; +$a->strings["Swinger"] = "Échangiste"; +$a->strings["Betrayed"] = "Trahi(e)"; +$a->strings["Separated"] = "Séparé"; +$a->strings["Unstable"] = "Instable"; +$a->strings["Divorced"] = "Divorcé"; +$a->strings["Imaginarily divorced"] = "Se croit divorcé"; +$a->strings["Widowed"] = "Veuf/Veuve"; +$a->strings["Uncertain"] = "Incertain"; +$a->strings["It's complicated"] = "C'est compliqué"; +$a->strings["Don't care"] = "S'en désintéresse"; +$a->strings["Ask me"] = "Me demander"; +$a->strings["stopped following"] = "retiré de la liste de suivi"; +$a->strings["Drop Contact"] = ""; +$a->strings["Cannot locate DNS info for database server '%s'"] = "Impossible de localiser les informations DNS pour le serveur de base de données '%s'"; diff --git a/view/theme/diabook/templates/login.tpl b/view/theme/diabook/templates/login.tpl index 797c33ff94..333c4bd866 100644 --- a/view/theme/diabook/templates/login.tpl +++ b/view/theme/diabook/templates/login.tpl @@ -17,6 +17,9 @@ {{include file="field_openid.tpl" field=$lopenid}} {{/if}} + + {{include file="field_checkbox.tpl" field=$lremember}} +
diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index 5561cb65ee..04328e00da 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -1117,7 +1117,7 @@ border-bottom: 1px solid #D2D2D2; .wall-item-decor { position: absolute; left: 755px; - top: -10px; +/* top: -10px; */ width: 16px; } .unstarred { diff --git a/view/zh-cn/messages.po b/view/zh-cn/messages.po index b2c450d6e8..13a52afd64 100644 --- a/view/zh-cn/messages.po +++ b/view/zh-cn/messages.po @@ -3,15 +3,15 @@ # This file is distributed under the same license as the Friendica package. # # Translators: -# matthew_exon , 2013 +# matthew_exon , 2013-2014 # Mike Macgirvin, 2010 # matthew_exon , 2012-2013 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-06-27 12:47+0000\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-12-31 18:07+0100\n" +"PO-Revision-Date: 2014-01-04 20:35+0000\n" "Last-Translator: matthew_exon \n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/friendica/language/zh_CN/)\n" "MIME-Version: 1.0\n" @@ -20,2629 +20,825 @@ msgstr "" "Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\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 "简介" - -#: ../../include/profile_advanced.php:15 ../../mod/settings.php:1079 -msgid "Full Name:" -msgstr "全名:" - -#: ../../include/profile_advanced.php:17 ../../mod/directory.php:136 -#: ../../boot.php:1491 -msgid "Gender:" -msgstr "性别:" - -#: ../../include/profile_advanced.php:22 -msgid "j F, Y" -msgstr "j F, Y" - -#: ../../include/profile_advanced.php:23 -msgid "j F" -msgstr "j F" - -#: ../../include/profile_advanced.php:30 -msgid "Birthday:" -msgstr "生日:" - -#: ../../include/profile_advanced.php:34 -msgid "Age:" -msgstr "年纪:" - -#: ../../include/profile_advanced.php:37 ../../mod/directory.php:138 -#: ../../boot.php:1494 -msgid "Status:" -msgstr "现状:" - -#: ../../include/profile_advanced.php:43 -#, php-format -msgid "for %1$d %2$s" -msgstr "为%1$d %2$s" - -#: ../../include/profile_advanced.php:46 ../../mod/profiles.php:650 -msgid "Sexual Preference:" -msgstr "性取向" - -#: ../../include/profile_advanced.php:48 ../../mod/directory.php:140 -#: ../../boot.php:1496 -msgid "Homepage:" -msgstr "主页:" - -#: ../../include/profile_advanced.php:50 ../../mod/profiles.php:652 -msgid "Hometown:" -msgstr "故乡:" - -#: ../../include/profile_advanced.php:52 -msgid "Tags:" -msgstr "标签:" - -#: ../../include/profile_advanced.php:54 ../../mod/profiles.php:653 -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:657 -msgid "Likes:" -msgstr "喜欢:" - -#: ../../include/profile_advanced.php:64 ../../mod/profiles.php:658 -msgid "Dislikes:" -msgstr "不喜欢:" - -#: ../../include/profile_advanced.php:67 -msgid "Contact information and Social Networks:" -msgstr "熟人消息和社会化网络" - -#: ../../include/profile_advanced.php:69 -msgid "Musical interests:" -msgstr "音乐兴趣:" - -#: ../../include/profile_advanced.php:71 -msgid "Books, literature:" -msgstr "书,文学" - -#: ../../include/profile_advanced.php:73 -msgid "Television:" -msgstr "电视:" - -#: ../../include/profile_advanced.php:75 -msgid "Film/dance/culture/entertainment:" -msgstr "电影/跳舞/文化/娱乐:" - -#: ../../include/profile_advanced.php:77 -msgid "Love/Romance:" -msgstr "爱情/浪漫" - -#: ../../include/profile_advanced.php:79 -msgid "Work/employment:" -msgstr "工作" - -#: ../../include/profile_advanced.php:81 -msgid "School/education:" -msgstr "学院/教育" - -#: ../../include/profile_selectors.php:6 -msgid "Male" -msgstr "男的" - -#: ../../include/profile_selectors.php:6 -msgid "Female" -msgstr "女的" - -#: ../../include/profile_selectors.php:6 -msgid "Currently Male" -msgstr "现在男的" - -#: ../../include/profile_selectors.php:6 -msgid "Currently Female" -msgstr "现在女的" - -#: ../../include/profile_selectors.php:6 -msgid "Mostly Male" -msgstr "主要男的" - -#: ../../include/profile_selectors.php:6 -msgid "Mostly Female" -msgstr "主要女的" - -#: ../../include/profile_selectors.php:6 -msgid "Transgender" -msgstr "跨性別" - -#: ../../include/profile_selectors.php:6 -msgid "Intersex" -msgstr "阴阳人" - -#: ../../include/profile_selectors.php:6 -msgid "Transsexual" -msgstr "”转基因“人" - -#: ../../include/profile_selectors.php:6 -msgid "Hermaphrodite" -msgstr "两性体" - -#: ../../include/profile_selectors.php:6 -msgid "Neuter" -msgstr "中性的" - -#: ../../include/profile_selectors.php:6 -msgid "Non-specific" -msgstr "不明确的" - -#: ../../include/profile_selectors.php:6 -msgid "Other" -msgstr "别的" - -#: ../../include/profile_selectors.php:6 -msgid "Undecided" -msgstr "未决" - -#: ../../include/profile_selectors.php:23 -msgid "Males" -msgstr "男人" - -#: ../../include/profile_selectors.php:23 -msgid "Females" -msgstr "女人" - -#: ../../include/profile_selectors.php:23 -msgid "Gay" -msgstr "男同性恋的" - -#: ../../include/profile_selectors.php:23 -msgid "Lesbian" -msgstr "女同性恋的" - -#: ../../include/profile_selectors.php:23 -msgid "No Preference" -msgstr "无偏爱" - -#: ../../include/profile_selectors.php:23 -msgid "Bisexual" -msgstr "双性恋的" - -#: ../../include/profile_selectors.php:23 -msgid "Autosexual" -msgstr "自性的" - -#: ../../include/profile_selectors.php:23 -msgid "Abstinent" -msgstr "有节制的" - -#: ../../include/profile_selectors.php:23 -msgid "Virgin" -msgstr "原始的" - -#: ../../include/profile_selectors.php:23 -msgid "Deviant" -msgstr "变态" - -#: ../../include/profile_selectors.php:23 -msgid "Fetish" -msgstr "恋物对象" - -#: ../../include/profile_selectors.php:23 -msgid "Oodles" -msgstr "多多" - -#: ../../include/profile_selectors.php:23 -msgid "Nonsexual" -msgstr "无性" - -#: ../../include/profile_selectors.php:42 -msgid "Single" -msgstr "单身" - -#: ../../include/profile_selectors.php:42 -msgid "Lonely" -msgstr "寂寞" - -#: ../../include/profile_selectors.php:42 -msgid "Available" -msgstr "单身的" - -#: ../../include/profile_selectors.php:42 -msgid "Unavailable" -msgstr "不可获得的" - -#: ../../include/profile_selectors.php:42 -msgid "Has crush" -msgstr "迷恋" - -#: ../../include/profile_selectors.php:42 -msgid "Infatuated" -msgstr "痴迷" - -#: ../../include/profile_selectors.php:42 -msgid "Dating" -msgstr "约会" - -#: ../../include/profile_selectors.php:42 -msgid "Unfaithful" -msgstr "外遇" - -#: ../../include/profile_selectors.php:42 -msgid "Sex Addict" -msgstr "性交因成瘾者" - -#: ../../include/profile_selectors.php:42 ../../include/user.php:279 -#: ../../include/user.php:283 -msgid "Friends" -msgstr "朋友" - -#: ../../include/profile_selectors.php:42 -msgid "Friends/Benefits" -msgstr "朋友/益" - -#: ../../include/profile_selectors.php:42 -msgid "Casual" -msgstr "休闲" - -#: ../../include/profile_selectors.php:42 -msgid "Engaged" -msgstr "已订婚的" - -#: ../../include/profile_selectors.php:42 -msgid "Married" -msgstr "结婚" - -#: ../../include/profile_selectors.php:42 -msgid "Imaginarily married" -msgstr "想像结婚" - -#: ../../include/profile_selectors.php:42 -msgid "Partners" -msgstr "伴侣" - -#: ../../include/profile_selectors.php:42 -msgid "Cohabiting" -msgstr "同居" - -#: ../../include/profile_selectors.php:42 -msgid "Common law" -msgstr "普通法结婚" - -#: ../../include/profile_selectors.php:42 -msgid "Happy" -msgstr "幸福" - -#: ../../include/profile_selectors.php:42 -msgid "Not looking" -msgstr "没找" - -#: ../../include/profile_selectors.php:42 -msgid "Swinger" -msgstr "交换性伴侣的" - -#: ../../include/profile_selectors.php:42 -msgid "Betrayed" -msgstr "被背叛" - -#: ../../include/profile_selectors.php:42 -msgid "Separated" -msgstr "分手" - -#: ../../include/profile_selectors.php:42 -msgid "Unstable" -msgstr "不稳" - -#: ../../include/profile_selectors.php:42 -msgid "Divorced" -msgstr "离婚" - -#: ../../include/profile_selectors.php:42 -msgid "Imaginarily divorced" -msgstr "想像离婚" - -#: ../../include/profile_selectors.php:42 -msgid "Widowed" -msgstr "寡妇" - -#: ../../include/profile_selectors.php:42 -msgid "Uncertain" -msgstr "不确定" - -#: ../../include/profile_selectors.php:42 -msgid "It's complicated" -msgstr "是复杂" - -#: ../../include/profile_selectors.php:42 -msgid "Don't care" -msgstr "无所谓" - -#: ../../include/profile_selectors.php:42 -msgid "Ask me" -msgstr "问我" - -#: ../../include/Contact.php:115 -msgid "stopped following" -msgstr "结束关注了" - -#: ../../include/Contact.php:225 ../../include/conversation.php:878 -msgid "Poke" -msgstr "戳" - -#: ../../include/Contact.php:226 ../../include/conversation.php:872 -msgid "View Status" -msgstr "看现状" - -#: ../../include/Contact.php:227 ../../include/conversation.php:873 -msgid "View Profile" -msgstr "看简介" - -#: ../../include/Contact.php:228 ../../include/conversation.php:874 -msgid "View Photos" -msgstr "看照片" - -#: ../../include/Contact.php:229 ../../include/Contact.php:251 -#: ../../include/conversation.php:875 -msgid "Network Posts" -msgstr "网络文章" - -#: ../../include/Contact.php:230 ../../include/Contact.php:251 -#: ../../include/conversation.php:876 -msgid "Edit Contact" -msgstr "编辑熟人" - -#: ../../include/Contact.php:231 ../../include/Contact.php:251 -#: ../../include/conversation.php:877 -msgid "Send PM" -msgstr "法私人的新闻" - -#: ../../include/bbcode.php:210 ../../include/bbcode.php:550 -#: ../../include/bbcode.php:551 -msgid "Image/photo" -msgstr "图像/照片" - -#: ../../include/bbcode.php:272 -#, php-format -msgid "" -"%s wrote the following post" -msgstr "%s写了下面的文章" - -#: ../../include/bbcode.php:514 ../../include/bbcode.php:534 -msgid "$1 wrote:" -msgstr "$1写:" - -#: ../../include/bbcode.php:559 ../../include/bbcode.php:560 -msgid "Encrypted content" -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 "我们用您输入的OpenID登录的时候碰到问题。请核实拼法是对的。" - -#: ../../include/auth.php:128 -msgid "The error message was:" -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:1489 -msgid "Location:" -msgstr "位置:" - -#: ../../include/follow.php:27 ../../mod/dfrn_request.php:502 -msgid "Disallowed profile URL." -msgstr "不允许的简介地址." - -#: ../../include/follow.php:32 -msgid "Connect URL missing." -msgstr "连接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 "输入mailto:地址前为要求电子邮件检查。" - -#: ../../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 "无效的OpenID url" - -#: ../../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 "不能用这个邮件地址。" - -#: ../../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:237 ../../include/text.php:1618 -msgid "default" -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 ../../mod/admin.php:452 -msgid "Frequently" -msgstr "时常" - -#: ../../include/contact_selectors.php:57 ../../mod/admin.php:453 -msgid "Hourly" -msgstr "每小时" - -#: ../../include/contact_selectors.php:58 ../../mod/admin.php:454 -msgid "Twice daily" -msgstr "每日两次" - -#: ../../include/contact_selectors.php:59 ../../mod/admin.php:455 -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:766 -#: ../../mod/admin.php:777 -msgid "Email" -msgstr "电子邮件" - -#: ../../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 "增添新的熟人" - -#: ../../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 "比如:li@example.com, http://example.com/li" - -#: ../../include/contact_widgets.php:9 ../../mod/suggest.php:88 -#: ../../mod/match.php:58 ../../boot.php:1421 -msgid "Connect" -msgstr "连接" - -#: ../../include/contact_widgets.php:23 -#, php-format -msgid "%d invitation available" -msgid_plural "%d invitations available" -msgstr[0] "%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 "比如:李某,打鱼" - -#: ../../include/contact_widgets.php:33 ../../mod/directory.php:61 -#: ../../mod/contacts.php:613 -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共同熟人" - -#: ../../include/contact_widgets.php:204 ../../mod/content.php:629 -#: ../../object/Item.php:365 ../../boot.php:675 -msgid "show more" -msgstr "看多" - -#: ../../include/Scrape.php:583 -msgid " on Last.fm" -msgstr "在Last.fm" - -#: ../../include/network.php:877 -msgid "view full size" -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:1813 -#, php-format -msgid "%s's birthday" -msgstr "%s的生日" - -#: ../../include/datetime.php:473 ../../include/items.php:1814 -#, php-format -msgid "Happy Birthday %s" -msgstr "生日快乐%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 "沒有题目" - -#: ../../include/delivery.php:468 ../../include/enotify.php:28 -#: ../../include/notifier.php:785 -msgid "noreply" -msgstr "noreply" - -#: ../../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/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 "照片" - -#: ../../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喜欢%2$s的%3$s" - -#: ../../include/diaspora.php:2262 -msgid "Attachments:" -msgstr "附件:" - -#: ../../include/items.php:3488 ../../mod/dfrn_request.php:716 -msgid "[Name Withheld]" -msgstr "[名字拒给]" - -#: ../../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 "你有新的关注者在" - -#: ../../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 "项目找不到。" - -#: ../../include/items.php:4018 -msgid "Do you really want to delete this item?" -msgstr "您真的想删除这个项目吗?" - -#: ../../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 "是" - -#: ../../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 "退消" - -#: ../../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 "权限不够。" - -#: ../../include/items.php:4213 -msgid "Archives" -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 "使表示光网络文章在12小时内分页可用" - -#: ../../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/dba.php:44 -#, php-format -msgid "Cannot locate DNS info for database server '%s'" -msgstr "找不到DNS信息为数据库服务器「%s」" - -#: ../../include/text.php:293 -msgid "newer" -msgstr "更新" - -#: ../../include/text.php:295 -msgid "older" -msgstr "更旧" - -#: ../../include/text.php:300 -msgid "prev" -msgstr "上个" - -#: ../../include/text.php:302 -msgid "first" -msgstr "首先" - -#: ../../include/text.php:334 -msgid "last" -msgstr "最后" - -#: ../../include/text.php:337 -msgid "next" -msgstr "下个" - -#: ../../include/text.php:829 -msgid "No contacts" -msgstr "没有熟人" - -#: ../../include/text.php:838 -#, php-format -msgid "%d Contact" -msgid_plural "%d Contacts" -msgstr[0] "%d熟人" - -#: ../../include/text.php:850 ../../mod/viewcontacts.php:76 -msgid "View Contacts" -msgstr "看熟人" - -#: ../../include/text.php:927 ../../include/text.php:928 -#: ../../include/nav.php:118 ../../mod/search.php:99 -msgid "Search" -msgstr "搜索" - -#: ../../include/text.php:930 ../../mod/notes.php:63 ../../mod/filer.php:31 -msgid "Save" -msgstr "保存" - -#: ../../include/text.php:979 -msgid "poke" -msgstr "戳" - -#: ../../include/text.php:979 ../../include/conversation.php:211 -msgid "poked" -msgstr "戳了" - -#: ../../include/text.php:980 -msgid "ping" -msgstr "砰" - -#: ../../include/text.php:980 -msgid "pinged" -msgstr "砰了" - -#: ../../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 "开心" - -#: ../../include/text.php:999 -msgid "sad" -msgstr "伤心" - -#: ../../include/text.php:1000 -msgid "mellow" -msgstr "轻松" - -#: ../../include/text.php:1001 -msgid "tired" -msgstr "累" - -#: ../../include/text.php:1002 -msgid "perky" -msgstr "机敏" - -#: ../../include/text.php:1003 -msgid "angry" -msgstr "生气" - -#: ../../include/text.php:1004 -msgid "stupified" -msgstr "麻醉" - -#: ../../include/text.php:1005 -msgid "puzzled" -msgstr "纳闷" - -#: ../../include/text.php:1006 -msgid "interested" -msgstr "有兴趣" - -#: ../../include/text.php:1007 -msgid "bitter" -msgstr "苦" - -#: ../../include/text.php:1008 -msgid "cheerful" -msgstr "快乐" - -#: ../../include/text.php:1009 -msgid "alive" -msgstr "活着" - -#: ../../include/text.php:1010 -msgid "annoyed" -msgstr "被烦恼" - -#: ../../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 "被作梗" - -#: ../../include/text.php:1015 -msgid "motivated" -msgstr "士气高涨" - -#: ../../include/text.php:1016 -msgid "relaxed" -msgstr "轻松" - -#: ../../include/text.php:1017 -msgid "surprised" -msgstr "诧异" - -#: ../../include/text.php:1185 -msgid "Monday" -msgstr "星期一" - -#: ../../include/text.php:1185 -msgid "Tuesday" -msgstr "星期二" - -#: ../../include/text.php:1185 -msgid "Wednesday" -msgstr "星期三" - -#: ../../include/text.php:1185 -msgid "Thursday" -msgstr "星期四" - -#: ../../include/text.php:1185 -msgid "Friday" -msgstr "星期五" - -#: ../../include/text.php:1185 -msgid "Saturday" -msgstr "星期六" - -#: ../../include/text.php:1185 -msgid "Sunday" -msgstr "星期天" - -#: ../../include/text.php:1189 -msgid "January" -msgstr "一月" - -#: ../../include/text.php:1189 -msgid "February" -msgstr "二月" - -#: ../../include/text.php:1189 -msgid "March" -msgstr "三月" - -#: ../../include/text.php:1189 -msgid "April" -msgstr "四月" - -#: ../../include/text.php:1189 -msgid "May" -msgstr "五月" - -#: ../../include/text.php:1189 -msgid "June" -msgstr "六月" - -#: ../../include/text.php:1189 -msgid "July" -msgstr "七月" - -#: ../../include/text.php:1189 -msgid "August" -msgstr "八月" - -#: ../../include/text.php:1189 -msgid "September" -msgstr "九月" - -#: ../../include/text.php:1189 -msgid "October" -msgstr "十月" - -#: ../../include/text.php:1189 -msgid "November" -msgstr "十一月" - -#: ../../include/text.php:1189 -msgid "December" -msgstr "十二月" - -#: ../../include/text.php:1345 ../../mod/videos.php:301 -msgid "View Video" -msgstr "看视频" - -#: ../../include/text.php:1377 -msgid "bytes" -msgstr "字节" - -#: ../../include/text.php:1401 ../../include/text.php:1413 -msgid "Click to open/close" -msgstr "点击为开关" - -#: ../../include/text.php:1575 ../../mod/events.php:335 -msgid "link to source" -msgstr "链接到来源" - -#: ../../include/text.php:1630 -msgid "Select an alternate language" -msgstr "选择别的语言" - -#: ../../include/text.php:1882 ../../include/conversation.php:118 -#: ../../include/conversation.php:246 ../../view/theme/diabook/theme.php:456 -msgid "event" -msgstr "项目" - -#: ../../include/text.php:1886 -msgid "activity" -msgstr "活动" - -#: ../../include/text.php:1888 ../../mod/content.php:628 -#: ../../object/Item.php:364 ../../object/Item.php:377 -msgid "comment" -msgid_plural "comments" -msgstr[0] "评论" - -#: ../../include/text.php:1889 -msgid "post" -msgstr "文章" - -#: ../../include/text.php:2044 -msgid "Item filed" -msgstr "把项目归档了" - -#: ../../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" +#: ../../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 "编辑" -#: ../../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不喜欢%2$s的%3$s" - -#: ../../include/conversation.php:207 -#, php-format -msgid "%1$s poked %2$s" -msgstr "%1$s把%2$s戳" - -#: ../../include/conversation.php:227 ../../mod/mood.php:62 -#, php-format -msgid "%1$s is currently %2$s" -msgstr "%1$s现在是%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把%4$s标签%2$s的%3$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:612 ../../mod/content.php:461 -#: ../../mod/content.php:763 ../../object/Item.php:126 +#: ../../object/Item.php:126 ../../mod/content.php:437 +#: ../../mod/content.php:739 ../../include/conversation.php:611 msgid "Select" msgstr "选择" -#: ../../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 +#: ../../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 "删除" -#: ../../include/conversation.php:652 ../../mod/content.php:495 -#: ../../mod/content.php:875 ../../mod/content.php:876 -#: ../../object/Item.php:306 ../../object/Item.php:307 +#: ../../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" -#: ../../include/conversation.php:664 ../../object/Item.php:297 -msgid "Categories:" -msgstr "种类:" +#: ../../object/Item.php:289 ../../mod/content.php:853 +msgid "to" +msgstr "至" -#: ../../include/conversation.php:665 ../../object/Item.php:298 -msgid "Filed under:" -msgstr "归档在:" +#: ../../object/Item.php:290 +msgid "via" +msgstr "经过" -#: ../../include/conversation.php:672 ../../mod/content.php:505 -#: ../../mod/content.php:887 ../../object/Item.php:320 +#: ../../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" -#: ../../include/conversation.php:687 ../../mod/content.php:520 -msgid "View in context" -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 +msgid "Comment" +msgstr "评论" -#: ../../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 +#: ../../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 "请等一下" -#: ../../include/conversation.php:768 -msgid "remove" -msgstr "删除" - -#: ../../include/conversation.php:772 -msgid "Delete Selected Items" -msgstr "删除选的项目" - -#: ../../include/conversation.php:871 -msgid "Follow Thread" -msgstr "关注线绳" - -#: ../../include/conversation.php:940 +#: ../../object/Item.php:345 ../../mod/content.php:602 #, php-format -msgid "%s likes this." -msgstr "%s喜欢这个." - -#: ../../include/conversation.php:940 -#, php-format -msgid "%s doesn't like this." -msgstr "%s没有喜欢这个." - -#: ../../include/conversation.php:945 -#, php-format -msgid "%2$d people like this" -msgstr "%2$d人们喜欢这个" - -#: ../../include/conversation.php:948 -#, php-format -msgid "%2$d people don't like this" -msgstr "%2$d人们不喜欢这个" - -#: ../../include/conversation.php:962 -msgid "and" -msgstr "和" - -#: ../../include/conversation.php:968 -#, php-format -msgid ", and %d other people" -msgstr ",和%d别人" - -#: ../../include/conversation.php:970 -#, php-format -msgid "%s like this." -msgstr "%s喜欢这个" - -#: ../../include/conversation.php:970 -#, php-format -msgid "%s don't like this." -msgstr "%s不喜欢这个" - -#: ../../include/conversation.php:997 ../../include/conversation.php:1015 -msgid "Visible to everybody" -msgstr "大家可见的" - -#: ../../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 "请输入环节URL:" - -#: ../../include/conversation.php:999 ../../include/conversation.php:1017 -msgid "Please enter a video link/URL:" -msgstr "请输入视频连接/URL:" - -#: ../../include/conversation.php:1000 ../../include/conversation.php:1018 -msgid "Please enter an audio link/URL:" -msgstr "请输入音响连接/URL:" - -#: ../../include/conversation.php:1001 ../../include/conversation.php:1019 -msgid "Tag term:" -msgstr "标签:" - -#: ../../include/conversation.php:1002 ../../include/conversation.php:1020 -#: ../../mod/filer.php:30 -msgid "Save to Folder:" -msgstr "保存再文件夹:" - -#: ../../include/conversation.php:1003 ../../include/conversation.php:1021 -msgid "Where are you right now?" -msgstr "你在哪里?" - -#: ../../include/conversation.php:1004 -msgid "Delete item(s)?" -msgstr "把项目删除吗?" - -#: ../../include/conversation.php:1046 -msgid "Post to Email" -msgstr "电邮发布" - -#: ../../include/conversation.php:1081 ../../mod/photos.php:1531 -msgid "Share" -msgstr "分享" - -#: ../../include/conversation.php:1082 ../../mod/editpost.php:110 -#: ../../mod/wallmessage.php:154 ../../mod/message.php:332 -#: ../../mod/message.php:562 -msgid "Upload photo" -msgstr "上传照片" - -#: ../../include/conversation.php:1083 ../../mod/editpost.php:111 -msgid "upload photo" -msgstr "上传照片" - -#: ../../include/conversation.php:1084 ../../mod/editpost.php:112 -msgid "Attach file" -msgstr "附上文件" - -#: ../../include/conversation.php:1085 ../../mod/editpost.php:113 -msgid "attach file" -msgstr "附上文件" - -#: ../../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 "插入网页环节" - -#: ../../include/conversation.php:1087 ../../mod/editpost.php:115 -msgid "web link" -msgstr "网页环节" - -#: ../../include/conversation.php:1088 ../../mod/editpost.php:116 -msgid "Insert video link" -msgstr "插入视频环节" - -#: ../../include/conversation.php:1089 ../../mod/editpost.php:117 -msgid "video link" -msgstr "视频环节" - -#: ../../include/conversation.php:1090 ../../mod/editpost.php:118 -msgid "Insert audio link" -msgstr "插入录音环节" - -#: ../../include/conversation.php:1091 ../../mod/editpost.php:119 -msgid "audio link" -msgstr "录音环节" - -#: ../../include/conversation.php:1092 ../../mod/editpost.php:120 -msgid "Set your location" -msgstr "设定您的位置" - -#: ../../include/conversation.php:1093 ../../mod/editpost.php:121 -msgid "set location" -msgstr "指定位置" - -#: ../../include/conversation.php:1094 ../../mod/editpost.php:122 -msgid "Clear browser location" -msgstr "清空浏览器位置" - -#: ../../include/conversation.php:1095 ../../mod/editpost.php:123 -msgid "clear location" -msgstr "清理出位置" - -#: ../../include/conversation.php:1097 ../../mod/editpost.php:137 -msgid "Set title" -msgstr "指定标题" - -#: ../../include/conversation.php:1099 ../../mod/editpost.php:139 -msgid "Categories (comma-separated list)" -msgstr "种类(逗号分隔单)" - -#: ../../include/conversation.php:1101 ../../mod/editpost.php:125 -msgid "Permission settings" -msgstr "权设置" - -#: ../../include/conversation.php:1102 -msgid "permissions" -msgstr "权利" - -#: ../../include/conversation.php:1110 ../../mod/editpost.php:133 -msgid "CC: email addresses" -msgstr "抄送: 电子邮件地址" - -#: ../../include/conversation.php:1111 ../../mod/editpost.php:134 -msgid "Public post" -msgstr "公开的消息" - -#: ../../include/conversation.php:1113 ../../mod/editpost.php:140 -msgid "Example: bob@example.com, mary@example.com" -msgstr "比如: li@example.com, wang@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 "预演" - -#: ../../include/conversation.php:1126 -msgid "Post to Groups" -msgstr "发到组" - -#: ../../include/conversation.php:1127 -msgid "Post to Contacts" -msgstr "发到熟人" - -#: ../../include/conversation.php:1128 -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 "[Friendica:Notify]收到新邮件在%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的%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]您的%3$s[/url]评论了" - -#: ../../include/enotify.php:115 -#, php-format -msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s" -msgstr "[Friendica:Notify]于交流#%1$d由%2$s评论" - -#: ../../include/enotify.php:116 -#, php-format -msgid "%s commented on an item/conversation you have been following." -msgstr "%s对你有兴趣的项目/ 交谈发表意见" - -#: ../../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 "清去%s为了看或回答交谈" - -#: ../../include/enotify.php:126 -#, php-format -msgid "[Friendica:Notify] %s posted to your profile wall" -msgstr "[Friendica:Notify] %s贴在您的简介墙" - -#: ../../include/enotify.php:128 -#, php-format -msgid "%1$s posted to your profile wall at %2$s" -msgstr "%1$s放在您的简介墙在%2$s" - -#: ../../include/enotify.php:130 -#, php-format -msgid "%1$s posted to [url=%2$s]your wall[/url]" -msgstr "%1$s放在[url=%2$s]您的墙[/url]" - -#: ../../include/enotify.php:141 -#, php-format -msgid "[Friendica:Notify] %s tagged you" -msgstr "[Friendica:Notify] %s标签您" - -#: ../../include/enotify.php:142 -#, php-format -msgid "%1$s tagged you at %2$s" -msgstr "%1$s把您在%2$s标签" - -#: ../../include/enotify.php:143 -#, php-format -msgid "%1$s [url=%2$s]tagged you[/url]." -msgstr "%1$s[url=%2$s]把您标签[/url]." - -#: ../../include/enotify.php:155 -#, php-format -msgid "[Friendica:Notify] %1$s poked you" -msgstr "[Friendica:Notify]您被%1$s戳" - -#: ../../include/enotify.php:156 -#, php-format -msgid "%1$s poked you at %2$s" -msgstr "您被%1$s戳在%2$s" - -#: ../../include/enotify.php:157 -#, php-format -msgid "%1$s [url=%2$s]poked you[/url]." -msgstr "%1$s[url=%2$s]把您戳[/url]。" - -#: ../../include/enotify.php:172 -#, php-format -msgid "[Friendica:Notify] %s tagged your post" -msgstr "[Friendica:Notify] %s标前您的文章" - -#: ../../include/enotify.php:173 -#, php-format -msgid "%1$s tagged your post at %2$s" -msgstr "%1$s把您的文章在%2$s标签" - -#: ../../include/enotify.php:174 -#, php-format -msgid "%1$s tagged [url=%2$s]your post[/url]" -msgstr "%1$s把[url=%2$s]您的文章[/url]标签" - -#: ../../include/enotify.php:185 -msgid "[Friendica:Notify] Introduction received" -msgstr "[Friendica:Notify] 收到介绍" - -#: ../../include/enotify.php:186 -#, php-format -msgid "You've received an introduction from '%1$s' at %2$s" -msgstr "您从「%1$s」受到一个介绍在%2$s" - -#: ../../include/enotify.php:187 -#, php-format -msgid "You've received [url=%1$s]an introduction[/url] from %2$s." -msgstr "您从%2$s收到[url=%1$s]一个介绍[/url]。" - -#: ../../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:Notify] 收到朋友建议" - -#: ../../include/enotify.php:200 -#, php-format -msgid "You've received a friend suggestion from '%1$s' at %2$s" -msgstr "您从「%2$s」收到[url=%1$s]一个朋友建议[/url]。" - -#: ../../include/enotify.php:201 -#, php-format -msgid "" -"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s." -msgstr "您从%3$s收到[url=%1$s]一个朋友建议[/url]为%2$s。" - -#: ../../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/message.php:15 ../../include/message.php:172 -msgid "[no subject]" -msgstr "[无题目]" - -#: ../../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 "这里没有什么新的" - -#: ../../include/nav.php:38 ../../mod/navigation.php:24 -msgid "Clear notifications" -msgstr "清理出通知" - -#: ../../include/nav.php:73 ../../boot.php:1140 -msgid "Logout" -msgstr "注销" - -#: ../../include/nav.php:73 -msgid "End this session" -msgstr "结束这段时间" - -#: ../../include/nav.php:76 ../../boot.php:1944 -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:1958 -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:1975 -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:1141 -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:1116 -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/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 "配置" - -#: ../../include/nav.php:167 ../../mod/settings.php:30 ../../mod/uexport.php:9 -msgid "Account settings" -msgstr "帐户配置" - -#: ../../include/nav.php:169 ../../boot.php:1443 -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/oembed.php:138 -msgid "Embedded content" -msgstr "嵌入内容" - -#: ../../include/oembed.php:147 -msgid "Embedding disabled" -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 -msgid "Error! Cannot check nickname" -msgstr "错误!不能检查昵称" - -#: ../../include/uimport.php:120 -#, php-format -msgid "User '%s' already exists on this server!" -msgstr "用户「%s」已经存在这个服务器!" - -#: ../../include/uimport.php:139 -msgid "User creation error" -msgstr "用户创造错误" - -#: ../../include/uimport.php:157 -msgid "User profile creation error" -msgstr "用户简介创造错误" - -#: ../../include/uimport.php:206 -#, php-format -msgid "%d contact not imported" -msgid_plural "%d contacts not imported" -msgstr[0] "%d熟人没进口了" - -#: ../../include/uimport.php:276 -msgid "Done. You can now login with your username and password" -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:583 -#: ../../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: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 "%1$s有更新的%2$s,修改%3$s." - -#: ../../mod/profiles.php:609 -msgid "Hide your contact/friend list from viewers of this profile?" -msgstr "藏起来发现您的熟人/朋友单不让这个简介看着看?" - -#: ../../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 "否" - -#: ../../mod/profiles.php:629 -msgid "Edit Profile Details" -msgstr "剪辑简介消息" - -#: ../../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 +msgid "%d comment" +msgid_plural "%d comments" +msgstr[0] "%d评论" + +#: ../../object/Item.php:347 ../../object/Item.php:360 +#: ../../mod/content.php:604 ../../include/text.php:1928 +msgid "comment" +msgid_plural "comments" +msgstr[0] "评论" + +#: ../../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/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 "提交" -#: ../../mod/profiles.php:631 -msgid "Change Profile Photo" -msgstr "改变简介照片" +#: ../../object/Item.php:637 ../../mod/content.php:710 +msgid "Bold" +msgstr "粗体字 " -#: ../../mod/profiles.php:632 -msgid "View this profile" -msgstr "看这个简介" +#: ../../object/Item.php:638 ../../mod/content.php:711 +msgid "Italic" +msgstr "斜体 " -#: ../../mod/profiles.php:633 -msgid "Create a new profile using these settings" -msgstr "造成新的简介用这些设置" +#: ../../object/Item.php:639 ../../mod/content.php:712 +msgid "Underline" +msgstr "下划线" -#: ../../mod/profiles.php:634 -msgid "Clone this profile" -msgstr "复制这个简介" +#: ../../object/Item.php:640 ../../mod/content.php:713 +msgid "Quote" +msgstr "引语" -#: ../../mod/profiles.php:635 -msgid "Delete this profile" -msgstr "删除这个简介" +#: ../../object/Item.php:641 ../../mod/content.php:714 +msgid "Code" +msgstr "源代码" -#: ../../mod/profiles.php:636 -msgid "Profile Name:" -msgstr "简介名:" +#: ../../object/Item.php:642 ../../mod/content.php:715 +msgid "Image" +msgstr "图片" -#: ../../mod/profiles.php:637 -msgid "Your Full Name:" -msgstr "你的全名:" +#: ../../object/Item.php:643 ../../mod/content.php:716 +msgid "Link" +msgstr "环节" -#: ../../mod/profiles.php:638 -msgid "Title/Description:" -msgstr "标题/描述:" +#: ../../object/Item.php:644 ../../mod/content.php:717 +msgid "Video" +msgstr "录像" -#: ../../mod/profiles.php:639 -msgid "Your Gender:" -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 "预演" -#: ../../mod/profiles.php:640 -#, php-format -msgid "Birthday (%s):" -msgstr "生日(%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 "地址:" +#: ../../index.php:243 ../../mod/help.php:90 +msgid "Not Found" +msgstr "未发现" -#: ../../mod/profiles.php:642 -msgid "Locality/City:" -msgstr "现场/城市:" +#: ../../index.php:246 ../../mod/help.php:93 +msgid "Page not found." +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 "比如:limou,李某,limou@example。com" - -#: ../../mod/profiles.php:649 -msgid "Since [date]:" -msgstr "追溯[日期]:" - -#: ../../mod/profiles.php:651 -msgid "Homepage URL:" -msgstr "主页URL:" - -#: ../../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: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:686 ../../mod/directory.php:111 -msgid "Age: " -msgstr "年纪:" - -#: ../../mod/profiles.php:725 -msgid "Edit/Manage Profiles" -msgstr "编辑/管理简介" - -#: ../../mod/profiles.php:726 ../../boot.php:1449 ../../boot.php:1475 -msgid "Change profile photo" -msgstr "换简介照片" - -#: ../../mod/profiles.php:727 ../../boot.php:1450 -msgid "Create New Profile" -msgstr "创造新的简介" - -#: ../../mod/profiles.php:738 ../../boot.php:1460 -msgid "Profile Image" -msgstr "简介图像" - -#: ../../mod/profiles.php:740 ../../boot.php:1463 -msgid "visible to everybody" -msgstr "给打假可见的" - -#: ../../mod/profiles.php:741 ../../boot.php:1464 -msgid "Edit visibility" -msgstr "修改能见度" - -#: ../../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 "权限不够" -#: ../../mod/profperm.php:25 ../../mod/profperm.php:55 -msgid "Invalid profile identifier." -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 "权限不够。" -#: ../../mod/profperm.php:101 -msgid "Profile Visibility Editor" -msgstr "简介能见度编辑器。" +#: ../../index.php:415 +msgid "toggle mobile" +msgstr "交替手机" -#: ../../mod/profperm.php:105 ../../mod/group.php:224 -msgid "Click on a contact to add or remove." -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 "主页" -#: ../../mod/profperm.php:114 -msgid "Visible To" -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 "你的消息和交谈" -#: ../../mod/profperm.php:130 -msgid "All Contacts (with secure profile access)" -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 "简介" -#: ../../mod/notes.php:44 ../../boot.php:1982 +#: ../../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 "上次喜欢" + +#: ../../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喜欢%2$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 "上次照片" + +#: ../../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 "北京颜色的十六进制的数码。别打#。" + +#: ../../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 d F" + +#: ../../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 "私人便条" -#: ../../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 "只您许看这个" + +#: ../../mod/mood.php:62 ../../include/conversation.php:227 +#, php-format +msgid "%1$s is currently %2$s" +msgstr "%1$s现在是%2$s" + +#: ../../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 "使用权这个简介被限制了." @@ -2651,933 +847,48 @@ msgstr "使用权这个简介被限制了." msgid "Item has been removed." msgstr "项目被删除了。" -#: ../../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 "没有用权。" + +#: ../../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 "Visit %s's profile [%s]" -msgstr "看%s的简介[%s]" +msgid "%1$s welcomes %2$s" +msgstr "%1$s欢迎%2$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/admin.php:55 -msgid "Theme settings updated." -msgstr "主题设置更新了。" - -#: ../../mod/admin.php:96 ../../mod/admin.php:490 -msgid "Site" -msgstr "网站" - -#: ../../mod/admin.php:97 ../../mod/admin.php:762 ../../mod/admin.php:776 -msgid "Users" -msgstr "用户" - -#: ../../mod/admin.php:98 ../../mod/admin.php:859 ../../mod/admin.php:901 -msgid "Plugins" -msgstr "插件" - -#: ../../mod/admin.php:99 ../../mod/admin.php:1067 ../../mod/admin.php:1101 -msgid "Themes" -msgstr "主题" - -#: ../../mod/admin.php:100 -msgid "DB updates" -msgstr "数据库更新" - -#: ../../mod/admin.php:115 ../../mod/admin.php:122 ../../mod/admin.php:1188 -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:733 -msgid "Normal Account" -msgstr "正常帐户" - -#: ../../mod/admin.php:183 ../../mod/admin.php:734 -msgid "Soapbox Account" -msgstr "演讲台帐户" - -#: ../../mod/admin.php:184 ../../mod/admin.php:735 -msgid "Community/Celebrity Account" -msgstr "社会/名人帐户" - -#: ../../mod/admin.php:185 ../../mod/admin.php:736 -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: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 "管理" - -#: ../../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:405 -msgid "Site settings updated." -msgstr "网站设置更新了。" - -#: ../../mod/admin.php:434 ../../mod/settings.php:793 -msgid "No special theme for mobile devices" -msgstr "没专门适合手机的主题" - -#: ../../mod/admin.php:451 ../../mod/contacts.php:330 -msgid "Never" -msgstr "从未" - -#: ../../mod/admin.php:460 -msgid "Multi user instance" -msgstr "多用户网站" - -#: ../../mod/admin.php:476 -msgid "Closed" -msgstr "关闭" - -#: ../../mod/admin.php:477 -msgid "Requires approval" -msgstr "要批准" - -#: ../../mod/admin.php:478 -msgid "Open" -msgstr "打开" - -#: ../../mod/admin.php:482 -msgid "No SSL policy, links will track page SSL state" -msgstr "没SSL方针,环节将追踪页SSL现状" - -#: ../../mod/admin.php:483 -msgid "Force all links to use SSL" -msgstr "让所有的环节用SSL" - -#: ../../mod/admin.php:484 -msgid "Self-signed certificate, use SSL for local links only (discouraged)" -msgstr "自签证书,用SSL再光本地环节(劝止的)" - -#: ../../mod/admin.php:492 ../../mod/register.php:261 -msgid "Registration" -msgstr "注册" - -#: ../../mod/admin.php:493 -msgid "File upload" -msgstr "文件上传" - -#: ../../mod/admin.php:494 -msgid "Policies" -msgstr "政策" - -#: ../../mod/admin.php:495 -msgid "Advanced" -msgstr "高等" - -#: ../../mod/admin.php:496 -msgid "Performance" -msgstr "性能" - -#: ../../mod/admin.php:500 -msgid "Site name" -msgstr "网页名字" - -#: ../../mod/admin.php:501 -msgid "Banner/Logo" -msgstr "标题/标志" - -#: ../../mod/admin.php:502 -msgid "System language" -msgstr "系统语言" - -#: ../../mod/admin.php:503 -msgid "System theme" -msgstr "系统主题" - -#: ../../mod/admin.php:503 -msgid "" -"Default system theme - may be over-ridden by user profiles - change theme settings" -msgstr "默认系统主题-会被用户简介超驰-把主题设置变化" - -#: ../../mod/admin.php:504 -msgid "Mobile system theme" -msgstr "手机系统主题" - -#: ../../mod/admin.php:504 -msgid "Theme for mobile devices" -msgstr "主题适合手机" - -#: ../../mod/admin.php:505 -msgid "SSL link policy" -msgstr "SSL环节方针" - -#: ../../mod/admin.php:505 -msgid "Determines whether generated links should be forced to use SSL" -msgstr "决定产生的环节否则被强迫用SSL" - -#: ../../mod/admin.php:506 -msgid "'Share' element" -msgstr "「合用」要素" - -#: ../../mod/admin.php:506 -msgid "Activates the bbcode element 'share' for repeating items." -msgstr "把bbcode要素「合用」为重复项目。" - -#: ../../mod/admin.php:507 -msgid "Hide help entry from navigation menu" -msgstr "隐藏帮助在航行选单" - -#: ../../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 "隐藏帮助项目在航行选单。您还能用它经过手动的输入「/help」" - -#: ../../mod/admin.php:508 -msgid "Single user instance" -msgstr "单用户网站" - -#: ../../mod/admin.php:508 -msgid "Make this instance multi-user or single-user for the named user" -msgstr "弄这网站多用户或单用户为选择的用户" - -#: ../../mod/admin.php:509 -msgid "Maximum image size" -msgstr "图片最大尺寸" - -#: ../../mod/admin.php:509 -msgid "" -"Maximum size in bytes of uploaded images. Default is 0, which means no " -"limits." -msgstr "最多上传照相的字节。默认是零,意思是无限。" - -#: ../../mod/admin.php:510 -msgid "Maximum image length" -msgstr "最大图片大小" - -#: ../../mod/admin.php:510 -msgid "" -"Maximum length in pixels of the longest side of uploaded images. Default is " -"-1, which means no limits." -msgstr "最多像素在上传图片的长度。默认-1,意思是无限。" - -#: ../../mod/admin.php:511 -msgid "JPEG image quality" -msgstr "JPEG图片质量" - -#: ../../mod/admin.php:511 -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:513 -msgid "Register policy" -msgstr "注册政策" - -#: ../../mod/admin.php:514 -msgid "Maximum Daily Registrations" -msgstr "一天最多注册" - -#: ../../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 "如果注册上边许可的,这个选择一天最多新用户注册会接待。如果注册关闭了,这个设置没有印象。" - -#: ../../mod/admin.php:515 -msgid "Register text" -msgstr "注册正文" - -#: ../../mod/admin.php:515 -msgid "Will be displayed prominently on the registration page." -msgstr "被显著的在注册页表示。" - -#: ../../mod/admin.php:516 -msgid "Accounts abandoned after x days" -msgstr "账户丢弃X天后" - -#: ../../mod/admin.php:516 -msgid "" -"Will not waste system resources polling external sites for abandonded " -"accounts. Enter 0 for no time limit." -msgstr "拒绝浪费系统资源看外网站找丢弃的账户。输入0为无时限。" - -#: ../../mod/admin.php:517 -msgid "Allowed friend domains" -msgstr "允许的朋友域" - -#: ../../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 "逗号分隔的域名许根这个网站结友谊。通配符行。空的允许所有的域名。" - -#: ../../mod/admin.php:518 -msgid "Allowed email domains" -msgstr "允许的电子邮件域" - -#: ../../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 "逗号分隔的域名可接受在邮件地址为这网站的注册。通配符行。空的允许所有的域名。" - -#: ../../mod/admin.php:519 -msgid "Block public" -msgstr "拦公开" - -#: ../../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 "拦公开看什么否则空开的私页在这网站除了您登录的时候以外。" - -#: ../../mod/admin.php:520 -msgid "Force publish" -msgstr "需要出版" - -#: ../../mod/admin.php:520 -msgid "" -"Check to force all profiles on this site to be listed in the site directory." -msgstr "让所有这网站的的简介表明在网站目录。" - -#: ../../mod/admin.php:521 -msgid "Global directory update URL" -msgstr "综合目录更新URL" - -#: ../../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为更新综合目录。如果没有,这个应用用不了综合目录。" - -#: ../../mod/admin.php:522 -msgid "Allow threaded items" -msgstr "允许线绳项目" - -#: ../../mod/admin.php:522 -msgid "Allow infinite level threading for items on this site." -msgstr "允许无限水平线绳为这网站的项目。" - -#: ../../mod/admin.php:523 -msgid "Private posts by default for new users" -msgstr "新用户默认写私人文章" - -#: ../../mod/admin.php:523 -msgid "" -"Set default post permissions for all new members to the default privacy " -"group rather than public." -msgstr "默认新用户文章批准使默认隐私组,没有公开。" - -#: ../../mod/admin.php:524 -msgid "Don't include post content in email notifications" -msgstr "别包含文章内容在邮件消息" - -#: ../../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 "别包含文章/谈论/私消息/等的内容在文件消息被这个网站寄出,为了隐私。" - -#: ../../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 "拦一人多注册" - -#: ../../mod/admin.php:528 -msgid "Disallow users to register additional accounts for use as pages." -msgstr "不允许用户注册别的账户为当页。" - -#: ../../mod/admin.php:529 -msgid "OpenID support" -msgstr "OpenID支持" - -#: ../../mod/admin.php:529 -msgid "OpenID support for registration and logins." -msgstr "OpenID支持注册和登录。" - -#: ../../mod/admin.php:530 -msgid "Fullname check" -msgstr "全名核实" - -#: ../../mod/admin.php:530 -msgid "" -"Force users to register with a space between firstname and lastname in Full " -"name, as an antispam measure" -msgstr "让用户注册的时候放空格姓名中间,省得垃圾注册。" - -#: ../../mod/admin.php:531 -msgid "UTF-8 Regular expressions" -msgstr "UTF-8正则表达式" - -#: ../../mod/admin.php:531 -msgid "Use PHP UTF8 regular expressions" -msgstr "用PHP UTF8正则表达式" - -#: ../../mod/admin.php:532 -msgid "Show Community Page" -msgstr "表示社会页" - -#: ../../mod/admin.php:532 -msgid "" -"Display a Community page showing all recent public postings on this site." -msgstr "表示社会页表明这网站所有最近公开的文章" - -#: ../../mod/admin.php:533 -msgid "Enable OStatus support" -msgstr "使OStatus支持可用" - -#: ../../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 "提供内装的OStatus(identi.ca, status.net, 等)兼容。OStatus内,什么通知是公开的,所以偶尔隐私警告被表示。" - -#: ../../mod/admin.php:534 -msgid "OStatus conversation completion interval" -msgstr "OStatus对话完成间隔" - -#: ../../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 "喂器要多久查一次新文章在OStatus交流?这会花许多系统资源。" - -#: ../../mod/admin.php:535 -msgid "Enable Diaspora support" -msgstr "使Diaspora支持能够" - -#: ../../mod/admin.php:535 -msgid "Provide built-in Diaspora network compatibility." -msgstr "提供内装Diaspora网络兼容。" - -#: ../../mod/admin.php:536 -msgid "Only allow Friendica contacts" -msgstr "只许Friendica熟人" - -#: ../../mod/admin.php:536 -msgid "" -"All contacts must use Friendica protocols. All other built-in communication " -"protocols disabled." -msgstr "所有的熟人要用Friendica协议 。别的内装的沟通协议都不能用。" - -#: ../../mod/admin.php:537 -msgid "Verify SSL" -msgstr "证实" - -#: ../../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 "你想的话,您会使严格证书核实可用。意思是您不能根自签的SSL网站交流。" - -#: ../../mod/admin.php:538 -msgid "Proxy user" -msgstr "代理用户" - -#: ../../mod/admin.php:539 -msgid "Proxy URL" -msgstr "代理URL" - -#: ../../mod/admin.php:540 -msgid "Network timeout" -msgstr "网络超时" - -#: ../../mod/admin.php:540 -msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." -msgstr "输入秒数。输入零为无限(不推荐的)。" - -#: ../../mod/admin.php:541 -msgid "Delivery interval" -msgstr "传送间隔" - -#: ../../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 "把背景传送过程耽误这多秒为减少系统工作量。推荐:4-5在共用服务器,2-3在私人服务器。0-1在大专门服务器。" - -#: ../../mod/admin.php:542 -msgid "Poll interval" -msgstr "检查时间" - -#: ../../mod/admin.php:542 -msgid "" -"Delay background polling processes by this many seconds to reduce system " -"load. If 0, use delivery interval." -msgstr "把背景检查行程耽误这数秒为减少系统负荷。如果是0,用发布时间。" - -#: ../../mod/admin.php:543 -msgid "Maximum Load Average" -msgstr "最大负荷平均" - -#: ../../mod/admin.php:543 -msgid "" -"Maximum system load before delivery and poll processes are deferred - " -"default 50." -msgstr "系统负荷平均以上转播和检查行程会被耽误-默认50。" - -#: ../../mod/admin.php:545 -msgid "Use MySQL full text engine" -msgstr "用MySQL全正文机车" - -#: ../../mod/admin.php:545 -msgid "" -"Activates the full text engine. Speeds up search - but can only search for " -"four and more characters." -msgstr "使全正文机车可用。把搜索催-可是只能搜索4字以上" - -#: ../../mod/admin.php:546 -msgid "Path to item cache" -msgstr "路线到项目缓存" - -#: ../../mod/admin.php:547 -msgid "Cache duration in seconds" -msgstr "缓存时间秒" - -#: ../../mod/admin.php:547 -msgid "" -"How long should the cache files be hold? Default value is 86400 seconds (One" -" day)." -msgstr "缓存文件应该保存多久?默认是86400秒(一天)。" - -#: ../../mod/admin.php:548 -msgid "Path for lock file" -msgstr "路线到锁文件" - -#: ../../mod/admin.php:549 -msgid "Temp path" -msgstr "临时文件路线" - -#: ../../mod/admin.php:550 -msgid "Base path to installation" -msgstr "基础安装路线" - -#: ../../mod/admin.php:567 -msgid "Update has been marked successful" -msgstr "更新当成功标签了" - -#: ../../mod/admin.php:577 -#, php-format -msgid "Executing %s failed. Check system logs." -msgstr "把%s实行没通过了。看系统记录。" - -#: ../../mod/admin.php:580 -#, php-format -msgid "Update %s was successfully applied." -msgstr "把%s更新成功地实行。" - -#: ../../mod/admin.php:584 -#, php-format -msgid "Update %s did not return a status. Unknown if it succeeded." -msgstr "%s更新没回答现状。不知道是否成功。" - -#: ../../mod/admin.php:587 -#, php-format -msgid "Update function %s could not be found." -msgstr "找不到更新功能%s。" - -#: ../../mod/admin.php:602 -msgid "No failed updates." -msgstr "没有不通过地更新。" - -#: ../../mod/admin.php:606 -msgid "Failed Updates" -msgstr "没通过的更新" - -#: ../../mod/admin.php:607 -msgid "" -"This does not include updates prior to 1139, which did not return a status." -msgstr "这个不包括1139号更新之前,它们没回答装线。" - -#: ../../mod/admin.php:608 -msgid "Mark success (if update was manually applied)" -msgstr "标注成功(如果手动地把更新实行了)" - -#: ../../mod/admin.php:609 -msgid "Attempt to execute this update step automatically" -msgstr "试图自动地把这步更新实行" - -#: ../../mod/admin.php:634 -#, php-format -msgid "%s user blocked/unblocked" -msgid_plural "%s users blocked/unblocked" -msgstr[0] "%s用户拦/不拦了" - -#: ../../mod/admin.php:641 -#, php-format -msgid "%s user deleted" -msgid_plural "%s users deleted" -msgstr[0] "%s用户删除了" - -#: ../../mod/admin.php:680 -#, php-format -msgid "User '%s' deleted" -msgstr "用户「%s」删除了" - -#: ../../mod/admin.php:688 -#, php-format -msgid "User '%s' unblocked" -msgstr "用户「%s」无拦了" - -#: ../../mod/admin.php:688 -#, php-format -msgid "User '%s' blocked" -msgstr "用户「%s」拦了" - -#: ../../mod/admin.php:764 -msgid "select all" -msgstr "都选" - -#: ../../mod/admin.php:765 -msgid "User registrations waiting for confirm" -msgstr "用户注册等待确认" - -#: ../../mod/admin.php:766 -msgid "Request date" -msgstr "要求日期" - -#: ../../mod/admin.php:766 ../../mod/admin.php:777 ../../mod/settings.php:586 -#: ../../mod/settings.php:612 ../../mod/crepair.php:148 -msgid "Name" -msgstr "名字" - -#: ../../mod/admin.php:767 -msgid "No registrations." -msgstr "没有注册。" - -#: ../../mod/admin.php:768 ../../mod/notifications.php:161 -#: ../../mod/notifications.php:208 -msgid "Approve" -msgstr "批准" - -#: ../../mod/admin.php:769 -msgid "Deny" -msgstr "否定" - -#: ../../mod/admin.php:771 ../../mod/contacts.php:353 -#: ../../mod/contacts.php:412 -msgid "Block" -msgstr "拦" - -#: ../../mod/admin.php:772 ../../mod/contacts.php:353 -#: ../../mod/contacts.php:412 -msgid "Unblock" -msgstr "不拦" - -#: ../../mod/admin.php:773 -msgid "Site admin" -msgstr "网站管理员" - -#: ../../mod/admin.php:774 -msgid "Account expired" -msgstr "帐户过期了" - -#: ../../mod/admin.php:777 -msgid "Register date" -msgstr "注册日期" - -#: ../../mod/admin.php:777 -msgid "Last login" -msgstr "上次登录" - -#: ../../mod/admin.php:777 -msgid "Last item" -msgstr "上项目" - -#: ../../mod/admin.php:777 -msgid "Account" -msgstr "帐户" - -#: ../../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 "特定的用户被删除!\\n\\n什么这些用户放在这个网站被永远删除!\\n\\n您肯定吗?" - -#: ../../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 "用户{0}将被删除!\\n\\n什么这个用户放在这个网站被永远删除!\\n\\n您肯定吗?" - -#: ../../mod/admin.php:821 -#, php-format -msgid "Plugin %s disabled." -msgstr "使插件%s不能用。" - -#: ../../mod/admin.php:825 -#, php-format -msgid "Plugin %s enabled." -msgstr "使插件%s能用。" - -#: ../../mod/admin.php:835 ../../mod/admin.php:1038 -msgid "Disable" -msgstr "使不能用" - -#: ../../mod/admin.php:837 ../../mod/admin.php:1040 -msgid "Enable" -msgstr "使能用" - -#: ../../mod/admin.php:860 ../../mod/admin.php:1068 -msgid "Toggle" -msgstr "肘节" - -#: ../../mod/admin.php:868 ../../mod/admin.php:1078 -msgid "Author: " -msgstr "作家:" - -#: ../../mod/admin.php:869 ../../mod/admin.php:1079 -msgid "Maintainer: " -msgstr "保持员:" - -#: ../../mod/admin.php:998 -msgid "No themes found." -msgstr "找不到主题。" - -#: ../../mod/admin.php:1060 -msgid "Screenshot" -msgstr "截图" - -#: ../../mod/admin.php:1106 -msgid "[Experimental]" -msgstr "[试验]" - -#: ../../mod/admin.php:1107 -msgid "[Unsupported]" -msgstr "[没支持]" - -#: ../../mod/admin.php:1134 -msgid "Log settings updated." -msgstr "日志设置更新了。" - -#: ../../mod/admin.php:1190 -msgid "Clear" -msgstr "清理出" - -#: ../../mod/admin.php:1196 -msgid "Enable Debugging" -msgstr "把调试使可用的" - -#: ../../mod/admin.php:1197 -msgid "Log file" -msgstr "记录文件" - -#: ../../mod/admin.php:1197 -msgid "" -"Must be writable by web server. Relative to your Friendica top-level " -"directory." -msgstr "必要被网页服务器可写的。相对Friendica主文件夹。" - -#: ../../mod/admin.php:1198 -msgid "Log level" -msgstr "记录水平" - -#: ../../mod/admin.php:1247 ../../mod/contacts.php:409 -msgid "Update now" -msgstr "现在更新" - -#: ../../mod/admin.php:1248 -msgid "Close" -msgstr "关闭" - -#: ../../mod/admin.php:1254 -msgid "FTP Host" -msgstr "FTP主机" - -#: ../../mod/admin.php:1255 -msgid "FTP Path" -msgstr "FTP目录" - -#: ../../mod/admin.php:1256 -msgid "FTP User" -msgstr "FTP用户" - -#: ../../mod/admin.php:1257 -msgid "FTP Password" -msgstr "FTP密码" - -#: ../../mod/item.php:108 -msgid "Unable to locate original post." -msgstr "找不到当初的新闻" - -#: ../../mod/item.php:310 -msgid "Empty post discarded." -msgstr "空心的新闻丢弃了" - -#: ../../mod/item.php:872 -msgid "System error. Post not saved." -msgstr "系统错误。x" - -#: ../../mod/item.php:897 -#, php-format -msgid "" -"This message was sent to you by %s, a member of the Friendica social " -"network." -msgstr "这个新闻是由%s,Friendica社会化网络成员之一,发给你。" - -#: ../../mod/item.php:899 -#, php-format -msgid "You may visit them online at %s" -msgstr "你可以网上拜访他在%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 "你不想受到这些新闻的话,请回答这个新闻给发者联系。" - -#: ../../mod/item.php:904 -#, 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: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 +#: ../../mod/register.php:91 ../../mod/admin.php:734 ../../mod/regmod.php:54 #, php-format msgid "Registration details for %s" msgstr "注册信息为%s" @@ -3595,914 +906,116 @@ msgstr "发邮件失败了。这条试失败的消息。" msgid "Your registration can not be processed." msgstr "处理不了您的注册。" -#: ../../mod/register.php:145 +#: ../../mod/register.php:148 #, php-format msgid "Registration request at %s" msgstr "注册要求再%s" -#: ../../mod/register.php:154 +#: ../../mod/register.php:157 msgid "Your registration is pending approval by the site owner." msgstr "您的注册等网页主的批准。" -#: ../../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 "这个网站超过一天最多账户注册。请明天再试。" -#: ../../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 "您会(可选的)用OpenID填这个表格通过提供您的OpenID和点击「注册」。" -#: ../../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 "如果您没熟悉OpenID,请留空这个栏和填另些栏。" -#: ../../mod/register.php:222 +#: ../../mod/register.php:225 msgid "Your OpenID (optional): " msgstr "您的OpenID(可选的):" -#: ../../mod/register.php:236 +#: ../../mod/register.php:239 msgid "Include your profile in member directory?" msgstr "放您的简介再员目录?" -#: ../../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 "是" + +#: ../../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:258 +#: ../../mod/register.php:261 msgid "Your invitation ID: " msgstr "您邀请ID:" -#: ../../mod/register.php:269 +#: ../../mod/register.php:264 ../../mod/admin.php:572 +msgid "Registration" +msgstr "注册" + +#: ../../mod/register.php:272 msgid "Your Full Name (e.g. Joe Smith): " msgstr "您姓名(例如「张三」):" -#: ../../mod/register.php:270 +#: ../../mod/register.php:273 msgid "Your Email Address: " msgstr "你的电子邮件地址:" -#: ../../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 "选择简介昵称。昵称头一字必须拉丁字。您再这个网站的简介地址将「example@$sitename」." -#: ../../mod/register.php:272 +#: ../../mod/register.php:275 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 "源代码(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(生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/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/uimport.php:64 +#: ../../mod/register.php:284 ../../mod/uimport.php:64 msgid "Import" msgstr "进口" -#: ../../mod/uimport.php:66 -msgid "Move account" -msgstr "把账户搬出" +#: ../../mod/register.php:285 +msgid "Import your profile to this friendica instance" +msgstr "进口您的简介到这个friendica服务器" -#: ../../mod/uimport.php:67 -msgid "You can import an account from another Friendica server." -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/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/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:610 -msgid "Update" -msgstr "更新" - -#: ../../mod/settings.php:227 -msgid "Failed to connect with email account using the settings provided." -msgstr "不能连接电子邮件账户用输入的设置。" - -#: ../../mod/settings.php:232 -msgid "Email settings updated." -msgstr "电子邮件设置更新了" - -#: ../../mod/settings.php:247 -msgid "Features updated" -msgstr "特点更新了" - -#: ../../mod/settings.php:312 -msgid "Passwords do not match. Password unchanged." -msgstr "密码们不相配。密码没未改变的。" - -#: ../../mod/settings.php:317 -msgid "Empty passwords are not allowed. Password unchanged." -msgstr "空的密码禁止。密码没未改变的。" - -#: ../../mod/settings.php:325 -msgid "Wrong password." -msgstr "密码不正确。" - -#: ../../mod/settings.php:336 -msgid "Password changed." -msgstr "密码变化了。" - -#: ../../mod/settings.php:338 -msgid "Password update failed. Please try again." -msgstr "密码更新失败了。请再试。" - -#: ../../mod/settings.php:403 -msgid " Please use a shorter name." -msgstr "请用短一点个名。" - -#: ../../mod/settings.php:405 -msgid " Name too short." -msgstr "名字太短。" - -#: ../../mod/settings.php:414 -msgid "Wrong Password" -msgstr "密码不正确" - -#: ../../mod/settings.php:419 -msgid " Not valid email." -msgstr " 电子邮件地址无效." - -#: ../../mod/settings.php:422 -msgid " Cannot change to that email." -msgstr "不能变化到这个邮件地址。" - -#: ../../mod/settings.php:476 -msgid "Private forum has no privacy permissions. Using default privacy group." -msgstr "私人评坛没有隐私批准。默认隐私组用者。" - -#: ../../mod/settings.php:480 -msgid "Private forum has no privacy permissions and no default privacy group." -msgstr "私人评坛没有隐私批准或默认隐私组。" - -#: ../../mod/settings.php:510 -msgid "Settings updated." -msgstr "设置跟新了" - -#: ../../mod/settings.php:583 ../../mod/settings.php:609 -#: ../../mod/settings.php:645 -msgid "Add application" -msgstr "加入应用" - -#: ../../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 "重定向" - -#: ../../mod/settings.php:590 ../../mod/settings.php:616 -msgid "Icon url" -msgstr "图符URL" - -#: ../../mod/settings.php:601 -msgid "You can't edit this application." -msgstr "您不能编辑这个应用。" - -#: ../../mod/settings.php:644 -msgid "Connected Apps" -msgstr "连接着应用" - -#: ../../mod/settings.php:646 ../../mod/editpost.php:109 -#: ../../mod/content.php:751 ../../object/Item.php:117 -msgid "Edit" -msgstr "编辑" - -#: ../../mod/settings.php:648 -msgid "Client key starts with" -msgstr "客户钥匙头字是" - -#: ../../mod/settings.php:649 -msgid "No name" -msgstr "无名" - -#: ../../mod/settings.php:650 -msgid "Remove authorization" -msgstr "撤消权能" - -#: ../../mod/settings.php:662 -msgid "No Plugin settings configured" -msgstr "没插件设置配置了" - -#: ../../mod/settings.php:670 -msgid "Plugin Settings" -msgstr "插件设置" - -#: ../../mod/settings.php:684 -msgid "Off" -msgstr "关" - -#: ../../mod/settings.php:684 -msgid "On" -msgstr "开" - -#: ../../mod/settings.php:692 -msgid "Additional Features" -msgstr "附加的特点" - -#: ../../mod/settings.php:705 ../../mod/settings.php:706 -#, php-format -msgid "Built-in support for %s connectivity is %s" -msgstr "包括的支持为%s连通性是%s" - -#: ../../mod/settings.php:705 ../../mod/settings.php:706 -msgid "enabled" -msgstr "能够做的" - -#: ../../mod/settings.php:705 ../../mod/settings.php:706 -msgid "disabled" -msgstr "使不能用" - -#: ../../mod/settings.php:706 -msgid "StatusNet" -msgstr "StatusNet" - -#: ../../mod/settings.php:738 -msgid "Email access is disabled on this site." -msgstr "这个网站没有邮件使用权" - -#: ../../mod/settings.php:745 -msgid "Connector Settings" -msgstr "连接器设置" - -#: ../../mod/settings.php:750 -msgid "Email/Mailbox Setup" -msgstr "邮件收件箱设置" - -#: ../../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 "如果您想用这股服务(可选的)跟邮件熟人交流,请指定怎么连通您的收件箱。" - -#: ../../mod/settings.php:752 -msgid "Last successful email check:" -msgstr "上个成功收件箱检查:" - -#: ../../mod/settings.php:754 -msgid "IMAP server name:" -msgstr "IMAP服务器名字:" - -#: ../../mod/settings.php:755 -msgid "IMAP port:" -msgstr "IMAP服务器端口:" - -#: ../../mod/settings.php:756 -msgid "Security:" -msgstr "安全:" - -#: ../../mod/settings.php:756 ../../mod/settings.php:761 -msgid "None" -msgstr "没有" - -#: ../../mod/settings.php:757 -msgid "Email login name:" -msgstr "邮件登记名:" - -#: ../../mod/settings.php:758 -msgid "Email password:" -msgstr "邮件密码:" - -#: ../../mod/settings.php:759 -msgid "Reply-to address:" -msgstr "回答地址:" - -#: ../../mod/settings.php:760 -msgid "Send public posts to all email contacts:" -msgstr "发公开的文章给所有的邮件熟人:" - -#: ../../mod/settings.php:761 -msgid "Action after import:" -msgstr "进口后行动:" - -#: ../../mod/settings.php:761 -msgid "Mark as seen" -msgstr "标注看过" - -#: ../../mod/settings.php:761 -msgid "Move to folder" -msgstr "搬到文件夹" - -#: ../../mod/settings.php:762 -msgid "Move to folder:" -msgstr "搬到文件夹:" - -#: ../../mod/settings.php:835 -msgid "Display Settings" -msgstr "表示设置" - -#: ../../mod/settings.php:841 ../../mod/settings.php:853 -msgid "Display Theme:" -msgstr "显示主题:" - -#: ../../mod/settings.php:842 -msgid "Mobile Theme:" -msgstr "手机主题:" - -#: ../../mod/settings.php:843 -msgid "Update browser every xx seconds" -msgstr "更新游览器每XX秒" - -#: ../../mod/settings.php:843 -msgid "Minimum of 10 seconds, no maximum" -msgstr "最小10秒,没有上限" - -#: ../../mod/settings.php:844 -msgid "Number of items to display per page:" -msgstr "每页表示多少项目:" - -#: ../../mod/settings.php:844 ../../mod/settings.php:845 -msgid "Maximum of 100 items" -msgstr "最多100项目" - -#: ../../mod/settings.php:845 -msgid "Number of items to display per page when viewed from mobile device:" -msgstr "用手机看一页展示多少项目:" - -#: ../../mod/settings.php:846 -msgid "Don't show emoticons" -msgstr "别表示请表符号" - -#: ../../mod/settings.php:922 -msgid "Normal Account Page" -msgstr "平常账户页" - -#: ../../mod/settings.php:923 -msgid "This account is a normal personal profile" -msgstr "这个帐户是正常私人简介" - -#: ../../mod/settings.php:926 -msgid "Soapbox Page" -msgstr "演讲台页" - -#: ../../mod/settings.php:927 -msgid "Automatically approve all connection/friend requests as read-only fans" -msgstr "自动批准所有联络/友谊要求当只看的迷" - -#: ../../mod/settings.php:930 -msgid "Community Forum/Celebrity Account" -msgstr "社会评坛/名人账户" - -#: ../../mod/settings.php:931 -msgid "" -"Automatically approve all connection/friend requests as read-write fans" -msgstr "自动批准所有联络/友谊要求当看写的迷" - -#: ../../mod/settings.php:934 -msgid "Automatic Friend Page" -msgstr "自动朋友页" - -#: ../../mod/settings.php:935 -msgid "Automatically approve all connection/friend requests as friends" -msgstr "自动批准所有联络/友谊要求当朋友" - -#: ../../mod/settings.php:938 -msgid "Private Forum [Experimental]" -msgstr "隐私评坛[实验性的 ]" - -#: ../../mod/settings.php:939 -msgid "Private forum - approved members only" -msgstr "隐私评坛-只批准的成员" - -#: ../../mod/settings.php:951 -msgid "OpenID:" -msgstr "OpenID:" - -#: ../../mod/settings.php:951 -msgid "(Optional) Allow this OpenID to login to this account." -msgstr "(可选的)许这个OpenID这个账户登记。" - -#: ../../mod/settings.php:961 -msgid "Publish your default profile in your local site directory?" -msgstr "出版您默认简介在您当地的网站目录?" - -#: ../../mod/settings.php:967 -msgid "Publish your default profile in the global social directory?" -msgstr "出版您默认简介在综合社会目录?" - -#: ../../mod/settings.php:975 -msgid "Hide your contact/friend list from viewers of your default profile?" -msgstr "藏起来 发现您的熟人/朋友单不让这个简介看着看?\n " - -#: ../../mod/settings.php:979 -msgid "Hide your profile details from unknown viewers?" -msgstr "使简介信息给陌生的看着看不了?" - -#: ../../mod/settings.php:984 -msgid "Allow friends to post to your profile page?" -msgstr "允许朋友们贴文章在您的简介页?" - -#: ../../mod/settings.php:990 -msgid "Allow friends to tag your posts?" -msgstr "允许朋友们标签您的文章?" - -#: ../../mod/settings.php:996 -msgid "Allow us to suggest you as a potential friend to new members?" -msgstr "允许我们建议您潜力朋友给新成员?" - -#: ../../mod/settings.php:1002 -msgid "Permit unknown people to send you private mail?" -msgstr "允许生人寄给您私人邮件?" - -#: ../../mod/settings.php:1010 -msgid "Profile is not published." -msgstr "简介是没出版" - -#: ../../mod/settings.php:1013 ../../mod/profile_photo.php:248 -msgid "or" -msgstr "或者" - -#: ../../mod/settings.php:1018 -msgid "Your Identity Address is" -msgstr "您的同一个人地址是" - -#: ../../mod/settings.php:1029 -msgid "Automatically expire posts after this many days:" -msgstr "自动地过期文章这数天:" - -#: ../../mod/settings.php:1029 -msgid "If empty, posts will not expire. Expired posts will be deleted" -msgstr "如果空的,文章不会过期。过期的文章被删除" - -#: ../../mod/settings.php:1030 -msgid "Advanced expiration settings" -msgstr "先进的过期设置" - -#: ../../mod/settings.php:1031 -msgid "Advanced Expiration" -msgstr "先进的过期" - -#: ../../mod/settings.php:1032 -msgid "Expire posts:" -msgstr "把文章过期:" - -#: ../../mod/settings.php:1033 -msgid "Expire personal notes:" -msgstr "把私人便条过期:" - -#: ../../mod/settings.php:1034 -msgid "Expire starred posts:" -msgstr "把星的文章过期:" - -#: ../../mod/settings.php:1035 -msgid "Expire photos:" -msgstr "把照片过期:" - -#: ../../mod/settings.php:1036 -msgid "Only expire posts by others:" -msgstr "只别人的文章过期:" - -#: ../../mod/settings.php:1062 -msgid "Account Settings" -msgstr "帐户设置" - -#: ../../mod/settings.php:1070 -msgid "Password Settings" -msgstr "密码设置" - -#: ../../mod/settings.php:1071 -msgid "New Password:" -msgstr "新密码:" - -#: ../../mod/settings.php:1072 -msgid "Confirm:" -msgstr "确认:" - -#: ../../mod/settings.php:1072 -msgid "Leave password fields blank unless changing" -msgstr "非变化留空密码栏" - -#: ../../mod/settings.php:1073 -msgid "Current Password:" -msgstr "目前密码:" - -#: ../../mod/settings.php:1073 ../../mod/settings.php:1074 -msgid "Your current password to confirm the changes" -msgstr "您目前密码为确认变化" - -#: ../../mod/settings.php:1074 -msgid "Password:" -msgstr "密码:" - -#: ../../mod/settings.php:1078 -msgid "Basic Settings" -msgstr "基础设置" - -#: ../../mod/settings.php:1080 -msgid "Email Address:" -msgstr "电子邮件地址:" - -#: ../../mod/settings.php:1081 -msgid "Your Timezone:" -msgstr "您的时区:" - -#: ../../mod/settings.php:1082 -msgid "Default Post Location:" -msgstr "默认文章位置:" - -#: ../../mod/settings.php:1083 -msgid "Use Browser Location:" -msgstr "用游览器位置:" - -#: ../../mod/settings.php:1086 -msgid "Security and Privacy Settings" -msgstr "安全和隐私设置" - -#: ../../mod/settings.php:1088 -msgid "Maximum Friend Requests/Day:" -msgstr "最多友谊要求个天:" - -#: ../../mod/settings.php:1088 ../../mod/settings.php:1118 -msgid "(to prevent spam abuse)" -msgstr "(为防止垃圾邮件滥用)" - -#: ../../mod/settings.php:1089 -msgid "Default Post Permissions" -msgstr "默认文章准许" - -#: ../../mod/settings.php:1090 -msgid "(click to open/close)" -msgstr "(点击为打开/关闭)" - -#: ../../mod/settings.php:1099 ../../mod/photos.php:1140 -#: ../../mod/photos.php:1506 -msgid "Show to Groups" -msgstr "给组表示" - -#: ../../mod/settings.php:1100 ../../mod/photos.php:1141 -#: ../../mod/photos.php:1507 -msgid "Show to Contacts" -msgstr "给熟人表示" - -#: ../../mod/settings.php:1101 -msgid "Default Private Post" -msgstr "默认私人文章" - -#: ../../mod/settings.php:1102 -msgid "Default Public Post" -msgstr "默认公开文章" - -#: ../../mod/settings.php:1106 -msgid "Default Permissions for New Posts" -msgstr "默认权利为新文章" - -#: ../../mod/settings.php:1118 -msgid "Maximum private messages per day from unknown people:" -msgstr "一天最多从生人私人邮件:" - -#: ../../mod/settings.php:1121 -msgid "Notification Settings" -msgstr "消息设置" - -#: ../../mod/settings.php:1122 -msgid "By default post a status message when:" -msgstr "默认地发现状通知如果:" - -#: ../../mod/settings.php:1123 -msgid "accepting a friend request" -msgstr "接受朋友邀请" - -#: ../../mod/settings.php:1124 -msgid "joining a forum/community" -msgstr "加入评坛/社会" - -#: ../../mod/settings.php:1125 -msgid "making an interesting profile change" -msgstr "把简介有意思地变修改" - -#: ../../mod/settings.php:1126 -msgid "Send a notification email when:" -msgstr "发一个消息要是:" - -#: ../../mod/settings.php:1127 -msgid "You receive an introduction" -msgstr "你受到一个介绍" - -#: ../../mod/settings.php:1128 -msgid "Your introductions are confirmed" -msgstr "你的介绍确认了" - -#: ../../mod/settings.php:1129 -msgid "Someone writes on your profile wall" -msgstr "某人写在你的简历墙" - -#: ../../mod/settings.php:1130 -msgid "Someone writes a followup comment" -msgstr "某人写一个后续的评论" - -#: ../../mod/settings.php:1131 -msgid "You receive a private message" -msgstr "你受到一个私消息" - -#: ../../mod/settings.php:1132 -msgid "You receive a friend suggestion" -msgstr "你受到一个朋友建议" - -#: ../../mod/settings.php:1133 -msgid "You are tagged in a post" -msgstr "你被在新闻标签" - -#: ../../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 "链接" - -#: ../../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/dfrn_confirm.php:118 ../../mod/crepair.php:131 #: ../../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 "请立即用后退按钮如果您不确定怎么用这页" - -#: ../../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 "@Tagname越过名/昵称" - -#: ../../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" @@ -4538,6 +1051,12 @@ msgstr "介绍失败或被吊销。" 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' " @@ -4584,705 +1103,23 @@ msgstr "联络接受了在%s" msgid "%1$s has joined %2$s" msgstr "%1$s加入%2$s了" -#: ../../mod/dfrn_poll.php:103 ../../mod/dfrn_poll.php:536 -#, php-format -msgid "%1$s welcomes %2$s" -msgstr "%1$s欢迎%2$s" +#: ../../mod/api.php:76 ../../mod/api.php:102 +msgid "Authorize application connection" +msgstr "授权应用连接" -#: ../../mod/dfrn_request.php:93 -msgid "This introduction has already been accepted." -msgstr "这个介绍已经接受了。" +#: ../../mod/api.php:77 +msgid "Return to your app and insert this Securty Code:" +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/api.php:89 +msgid "Please login to continue." +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需要的参数没找到在输入的位置。" - -#: ../../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:571 ../../mod/contacts.php:124 -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 +#: ../../mod/api.php:104 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 "连接当邮件关注(快来)" - -#: ../../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:841 -msgid "StatusNet/Federated Social Web" -msgstr "StatusNet/联合社会化网" - -#: ../../mod/dfrn_request.php:843 -#, php-format -msgid "" -" - please do not use this form. Instead, enter %s into your Diaspora search" -" bar." -msgstr " - 请别用这个表格。反而输入%s在您的Diaspora搜索功能。" - -#: ../../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 "%1$s关注着%2$s的%3$s" - -#: ../../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:59 ../../mod/contacts.php:612 -msgid "Finding: " -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 "没有建议。如果这是新网站,请24小时后再试。" - -#: ../../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/videos.php:125 -msgid "No videos selected" -msgstr "没选择的视频" - -#: ../../mod/videos.php:226 ../../mod/photos.php:1025 -msgid "Access to this item is restricted." -msgstr "这个项目使用权限的。" - -#: ../../mod/videos.php:308 ../../mod/photos.php:1784 -msgid "View Album" -msgstr "看照片册" - -#: ../../mod/videos.php:317 -msgid "Recent Videos" -msgstr "最近视频" - -#: ../../mod/videos.php:319 -msgid "Upload New Videos" -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/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, F j" - -#: ../../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 "形式是%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/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 "出口您账户信息,熟人和别的项目成json。可能是很大文件,花很多时间。用这个为创造全备份您的账户(照片没被出口)" - -#: ../../mod/filer.php:30 -msgid "- select -" -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 "请看Friendica.com发现多关于Friendica工程。" - -#: ../../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/group.php:194 ../../mod/contacts.php:476 -msgid "All Contacts" -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 "请加入我们再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消息传送了。" - -#: ../../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: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 "您被邀请跟我和彼得近朋友们再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/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: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/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/lockview.php:31 ../../mod/lockview.php:39 -msgid "Remote privacy information not available." -msgstr "摇隐私信息无效" - -#: ../../mod/lockview.php:48 -msgid "Visible to:" -msgstr "可见给:" +"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." @@ -5303,10 +1140,6 @@ msgid "" "Password reset failed." msgstr "要求确认不了。(您可能已经提交它。)重设密码失败了。" -#: ../../mod/lostpass.php:84 ../../boot.php:1155 -msgid "Password Reset" -msgstr "复位密码" - #: ../../mod/lostpass.php:85 msgid "Your password has been reset as requested." msgstr "您的密码被重设如要求的。" @@ -5352,556 +1185,79 @@ msgstr "昵称或邮件地址:" msgid "Reset" msgstr "复位" -#: ../../mod/maintenance.php:5 -msgid "System down for maintenance" -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/manage.php:106 -msgid "Manage Identities and/or Pages" -msgstr "管理身份或页" +#: ../../mod/wallmessage.php:56 ../../mod/message.php:63 +msgid "No recipient selected." +msgstr "没有选择的接受者。" -#: ../../mod/manage.php:107 +#: ../../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 "" -"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通知" - -#: ../../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] "警告:这个组bao han%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:51 ../../mod/notifications.php:164 -#: ../../mod/notifications.php:210 ../../mod/contacts.php:359 -#: ../../mod/contacts.php:413 -msgid "Ignore" -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:157 ../../mod/notifications.php:204 -#: ../../mod/contacts.php:419 -msgid "Hide this contact from others" -msgstr "隐藏这个熟人给别人" - -#: ../../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:1961 -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 "%1$s被%3$s标签在%2$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:924 -msgid "No photos selected" -msgstr "没有照片挑选了" - -#: ../../mod/photos.php:1088 -#, php-format -msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage." -msgstr "您用%2$.2f兆字节的%1$.2f兆字节照片存储。" - -#: ../../mod/photos.php:1123 -msgid "Upload Photos" +"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/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 "例子:@zhang, @Zhang_San, @li@example.com, #Beijing, #ktv" - -#: ../../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:674 -msgid "Comment" -msgstr "评论" - -#: ../../mod/photos.php:1793 -msgid "Recent Photos" -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" @@ -5990,6 +1346,11 @@ msgstr "指定一些公开关键字在您的默认简介描述您兴趣。我们 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 " @@ -6048,6 +1409,10 @@ msgid "" "hours." msgstr "在熟人页的工具栏有一些工具为找新朋友们。我们会使人们相配按名或兴趣,和以网络关系作为提醒建议的根据。在新网站,朋友建议平常开始24小时后。" +#: ../../mod/newmember.php:66 ../../include/group.php:270 +msgid "Groups" +msgstr "组" + #: ../../mod/newmember.php:70 msgid "Group Your Contacts" msgstr "把熟人组起来" @@ -6084,13 +1449,129 @@ msgid "" " features and resources." msgstr "我们帮助页可查阅到详情关于别的编程特点和资源。" -#: ../../mod/profile.php:21 ../../boot.php:1329 -msgid "Requested profile is not available." -msgstr "要求的简介联系不上的。" +#: ../../mod/suggest.php:27 +msgid "Do you really want to delete this suggestion?" +msgstr "您真的想删除这个建议吗?" -#: ../../mod/profile.php:180 -msgid "Tips for New Members" -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] "警告:这个组bao han%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" @@ -6123,6 +1604,10 @@ msgstr "请看文件「INSTALL.txt」" msgid "System check" msgstr "系统检测" +#: ../../mod/install.php:207 ../../mod/events.php:373 +msgid "Next" +msgstr "下" + #: ../../mod/install.php:208 msgid "Check again" msgstr "再检测" @@ -6387,274 +1872,3131 @@ msgid "" "poller." msgstr "重要:您要[手工地]准备安排的任务给喂器。" -#: ../../mod/contacts.php:85 ../../mod/contacts.php:165 +#: ../../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 "老款式'分享'" + +#: ../../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 "隐藏帮助项目在航行选单。您还能用它经过手动的输入「/help」" + +#: ../../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 "最多上传照相的字节。默认是零,意思是无限。" + +#: ../../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 "别包含文章内容在邮件消息" + +#: ../../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 "允许用户用遥远的自身" + +#: ../../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 UTF8正则表达式" + +#: ../../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 "OStatus对话完成间隔" + +#: ../../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 "证实" + +#: ../../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 "输入秒数。输入零为无限(不推荐的)。" + +#: ../../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在共用服务器,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 "使全正文机车可用。把搜索催-可是只能搜索4字以上" + +#: ../../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 "注册成功。邮件寄给用户。" + +#: ../../mod/admin.php:750 +#, php-format +msgid "%s user blocked/unblocked" +msgid_plural "%s users blocked/unblocked" +msgstr[0] "%s用户拦/不拦了" + +#: ../../mod/admin.php:757 +#, php-format +msgid "%s user deleted" +msgid_plural "%s users deleted" +msgstr[0] "%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 "新用户的邮件地址" + +#: ../../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把%4$s标签%2$s的%3$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 "抄送: 电子邮件地址" + +#: ../../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 "比如: li@example.com, wang@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 "请立即用后退按钮如果您不确定怎么用这页" + +#: ../../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 "@Tagname越过名/昵称" + +#: ../../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 "表明这个熟人当遥远的自身。Friendica要把这个熟人的新的文章复制。" + +#: ../../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需要的参数没找到在输入的位置。" + +#: ../../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 "不允许的简介地址." + +#: ../../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 "连接当邮件关注(快来)" + +#: ../../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/联合社会化网" + +#: ../../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 " - 请别用这个表格。反而输入%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熟人编辑了" + +#: ../../mod/contacts.php:135 ../../mod/contacts.php:258 msgid "Could not access contact record." msgstr "用不了熟人记录。" -#: ../../mod/contacts.php:99 +#: ../../mod/contacts.php:149 msgid "Could not locate selected profile." msgstr "找不到选择的简介。" -#: ../../mod/contacts.php:122 +#: ../../mod/contacts.php:172 msgid "Contact updated." msgstr "熟人更新了。" -#: ../../mod/contacts.php:187 +#: ../../mod/contacts.php:272 msgid "Contact has been blocked" msgstr "熟人拦了" -#: ../../mod/contacts.php:187 +#: ../../mod/contacts.php:272 msgid "Contact has been unblocked" msgstr "熟人否拦了" -#: ../../mod/contacts.php:201 +#: ../../mod/contacts.php:282 msgid "Contact has been ignored" msgstr "熟人不理了" -#: ../../mod/contacts.php:201 +#: ../../mod/contacts.php:282 msgid "Contact has been unignored" msgstr "熟人否不理了" -#: ../../mod/contacts.php:220 +#: ../../mod/contacts.php:293 msgid "Contact has been archived" msgstr "把联系存档了" -#: ../../mod/contacts.php:220 +#: ../../mod/contacts.php:293 msgid "Contact has been unarchived" msgstr "把联系从存档拿来了" -#: ../../mod/contacts.php:244 +#: ../../mod/contacts.php:318 ../../mod/contacts.php:689 msgid "Do you really want to delete this contact?" msgstr "您真的想删除这个熟人吗?" -#: ../../mod/contacts.php:263 +#: ../../mod/contacts.php:335 msgid "Contact has been removed." msgstr "熟人删除了。" -#: ../../mod/contacts.php:301 +#: ../../mod/contacts.php:373 #, php-format msgid "You are mutual friends with %s" msgstr "您和%s是共同朋友们" -#: ../../mod/contacts.php:305 +#: ../../mod/contacts.php:377 #, php-format msgid "You are sharing with %s" msgstr "您分享给%s" -#: ../../mod/contacts.php:310 +#: ../../mod/contacts.php:382 #, php-format msgid "%s is sharing with you" msgstr "%s给您分享" -#: ../../mod/contacts.php:327 +#: ../../mod/contacts.php:399 msgid "Private communications are not available for this contact." msgstr "没有私人的沟通跟这个熟人" -#: ../../mod/contacts.php:334 +#: ../../mod/contacts.php:406 msgid "(Update was successful)" msgstr "(更新成功)" -#: ../../mod/contacts.php:334 +#: ../../mod/contacts.php:406 msgid "(Update was not successful)" msgstr "(更新不成功)" -#: ../../mod/contacts.php:336 +#: ../../mod/contacts.php:408 msgid "Suggest friends" msgstr "建议朋友们" -#: ../../mod/contacts.php:340 +#: ../../mod/contacts.php:412 #, php-format msgid "Network type: %s" msgstr "网络种类: %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共同熟人" + +#: ../../mod/contacts.php:420 msgid "View all contacts" msgstr "看所有的熟人" -#: ../../mod/contacts.php:356 +#: ../../mod/contacts.php:428 msgid "Toggle Blocked status" msgstr "交替拦配置" -#: ../../mod/contacts.php:359 ../../mod/contacts.php:413 +#: ../../mod/contacts.php:431 ../../mod/contacts.php:485 +#: ../../mod/contacts.php:693 msgid "Unignore" msgstr "停不理" -#: ../../mod/contacts.php:362 +#: ../../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:366 +#: ../../mod/contacts.php:438 ../../mod/contacts.php:694 msgid "Unarchive" msgstr "从存档拿来" -#: ../../mod/contacts.php:366 +#: ../../mod/contacts.php:438 ../../mod/contacts.php:694 msgid "Archive" msgstr "存档" -#: ../../mod/contacts.php:369 +#: ../../mod/contacts.php:441 msgid "Toggle Archive status" msgstr "交替档案现状" -#: ../../mod/contacts.php:372 +#: ../../mod/contacts.php:444 msgid "Repair" msgstr "维修" -#: ../../mod/contacts.php:375 +#: ../../mod/contacts.php:447 msgid "Advanced Contact Settings" msgstr "专家熟人设置" -#: ../../mod/contacts.php:381 +#: ../../mod/contacts.php:453 msgid "Communications lost with this contact!" msgstr "联系跟这个熟人断开了!" -#: ../../mod/contacts.php:384 +#: ../../mod/contacts.php:456 msgid "Contact Editor" msgstr "熟人编器" -#: ../../mod/contacts.php:387 +#: ../../mod/contacts.php:459 msgid "Profile Visibility" msgstr "简历可见量" -#: ../../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 "请选择简介您想给%s显示他安全地看您的简介的时候。" -#: ../../mod/contacts.php:389 +#: ../../mod/contacts.php:461 msgid "Contact Information / Notes" msgstr "熟人信息/便条" -#: ../../mod/contacts.php:390 +#: ../../mod/contacts.php:462 msgid "Edit contact notes" msgstr "编辑熟人便条" -#: ../../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 "看%s的简介[%s]" + +#: ../../mod/contacts.php:468 msgid "Block/Unblock contact" msgstr "拦/否拦熟人" -#: ../../mod/contacts.php:397 +#: ../../mod/contacts.php:469 msgid "Ignore contact" msgstr "忽视熟人" -#: ../../mod/contacts.php:398 +#: ../../mod/contacts.php:470 msgid "Repair URL settings" msgstr "维修URL设置" -#: ../../mod/contacts.php:399 +#: ../../mod/contacts.php:471 msgid "View conversations" msgstr "看交流" -#: ../../mod/contacts.php:401 +#: ../../mod/contacts.php:473 msgid "Delete contact" msgstr "删除熟人" -#: ../../mod/contacts.php:405 +#: ../../mod/contacts.php:477 msgid "Last update:" msgstr "上个更新:" -#: ../../mod/contacts.php:407 +#: ../../mod/contacts.php:479 msgid "Update public posts" msgstr "更新公开文章" -#: ../../mod/contacts.php:416 +#: ../../mod/contacts.php:488 msgid "Currently blocked" msgstr "现在拦的" -#: ../../mod/contacts.php:417 +#: ../../mod/contacts.php:489 msgid "Currently ignored" msgstr "现在不理的" -#: ../../mod/contacts.php:418 +#: ../../mod/contacts.php:490 msgid "Currently archived" msgstr "现在存档着" -#: ../../mod/contacts.php:419 +#: ../../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:470 +#: ../../mod/contacts.php:542 msgid "Suggestions" msgstr "建议" -#: ../../mod/contacts.php:473 +#: ../../mod/contacts.php:545 msgid "Suggest potential friends" msgstr "建议潜在朋友们" -#: ../../mod/contacts.php:479 +#: ../../mod/contacts.php:548 ../../mod/group.php:194 +msgid "All Contacts" +msgstr "所有的熟人" + +#: ../../mod/contacts.php:551 msgid "Show all contacts" msgstr "表示所有的熟人" -#: ../../mod/contacts.php:482 +#: ../../mod/contacts.php:554 msgid "Unblocked" msgstr "不拦了" -#: ../../mod/contacts.php:485 +#: ../../mod/contacts.php:557 msgid "Only show unblocked contacts" msgstr "只表示不拦的熟人" -#: ../../mod/contacts.php:489 +#: ../../mod/contacts.php:561 msgid "Blocked" msgstr "拦了" -#: ../../mod/contacts.php:492 +#: ../../mod/contacts.php:564 msgid "Only show blocked contacts" msgstr "只表示拦的熟人" -#: ../../mod/contacts.php:496 +#: ../../mod/contacts.php:568 msgid "Ignored" msgstr "忽视的" -#: ../../mod/contacts.php:499 +#: ../../mod/contacts.php:571 msgid "Only show ignored contacts" msgstr "只表示忽视的熟人" -#: ../../mod/contacts.php:503 +#: ../../mod/contacts.php:575 msgid "Archived" msgstr "在存档" -#: ../../mod/contacts.php:506 +#: ../../mod/contacts.php:578 msgid "Only show archived contacts" msgstr "只表示档案熟人" -#: ../../mod/contacts.php:510 +#: ../../mod/contacts.php:582 msgid "Hidden" msgstr "隐藏的" -#: ../../mod/contacts.php:513 +#: ../../mod/contacts.php:585 msgid "Only show hidden contacts" msgstr "只表示隐藏的熟人" -#: ../../mod/contacts.php:561 +#: ../../mod/contacts.php:633 msgid "Mutual Friendship" msgstr "共同友谊" -#: ../../mod/contacts.php:565 +#: ../../mod/contacts.php:637 msgid "is a fan of yours" msgstr "是您迷" -#: ../../mod/contacts.php:569 +#: ../../mod/contacts.php:641 msgid "you are a fan of" msgstr "你喜欢" -#: ../../mod/contacts.php:611 +#: ../../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 "不能连接电子邮件账户用输入的设置。" + +#: ../../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 " 电子邮件地址无效." + +#: ../../mod/settings.php:438 +msgid " Cannot change to that email." +msgstr "不能变化到这个邮件地址。" + +#: ../../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 "如果您想用这股服务(可选的)跟邮件熟人交流,请指定怎么连通您的收件箱。" + +#: ../../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 "更新游览器每XX秒" + +#: ../../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 "别表示请表符号" + +#: ../../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 "藏起来 发现您的熟人/朋友单不让这个简介看着看?\n " + +#: ../../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 "全名:" + +#: ../../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 "%1$s有更新的%2$s,修改%3$s." + +#: ../../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 "比如:limou,李某,limou@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 "主页URL:" + +#: ../../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(生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通知" + +#: ../../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不喜欢%2$s的%3$s" + #: ../../mod/oexchange.php:25 msgid "Post successful." msgstr "评论发表了。" -#: ../../mod/openid.php:24 -msgid "OpenID protocol error. No ID returned." -msgstr "OpenID协议错误。没ID还。 " +#: ../../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 "时间装换" + +#: ../../mod/localtime.php:26 msgid "" -"Account not found and OpenID registration is not permitted on this site." -msgstr "找不到账户和OpenID注册不允许。" +"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被%3$s标签在%2$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 "您用%2$.2f兆字节的%1$.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 "例子:@zhang, @Zhang_San, @li@example.com, #Beijing, #ktv" + +#: ../../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 "%1$s关注着%2$s的%3$s" + +#: ../../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." @@ -6712,395 +5054,2244 @@ msgstr "编完了" msgid "Image uploaded successfully." msgstr "照片成功地上传了" -#: ../../mod/community.php:23 -msgid "Not available." -msgstr "不可用的" +#: ../../mod/apps.php:11 +msgid "Applications" +msgstr "应用" -#: ../../mod/content.php:626 ../../object/Item.php:362 +#: ../../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, F j" + +#: ../../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 "%d comment" -msgid_plural "%d comments" -msgstr[0] "%d评论" +msgid "Format is %s %s. Starting date and Title are required." +msgstr "形式是%s%s。开始时间和标题是必须的。" -#: ../../mod/content.php:707 ../../object/Item.php:232 -msgid "like" -msgstr "喜欢" +#: ../../mod/events.php:459 +msgid "Event Starts:" +msgstr "事件开始:" -#: ../../mod/content.php:708 ../../object/Item.php:233 -msgid "dislike" -msgstr "讨厌" +#: ../../mod/events.php:459 ../../mod/events.php:473 +msgid "Required" +msgstr "必须的" -#: ../../mod/content.php:710 ../../object/Item.php:235 -msgid "Share this" -msgstr "分享这个" +#: ../../mod/events.php:462 +msgid "Finish date/time is not known or not relevant" +msgstr "结束日/时未知或无关" -#: ../../mod/content.php:710 ../../object/Item.php:235 -msgid "share" -msgstr "分享" +#: ../../mod/events.php:464 +msgid "Event Finishes:" +msgstr "事件结束:" -#: ../../mod/content.php:734 ../../object/Item.php:654 -msgid "Bold" -msgstr "粗体字 " +#: ../../mod/events.php:467 +msgid "Adjust for viewer timezone" +msgstr "调为观众的时间" -#: ../../mod/content.php:735 ../../object/Item.php:655 -msgid "Italic" -msgstr "斜体 " +#: ../../mod/events.php:469 +msgid "Description:" +msgstr "描述:" -#: ../../mod/content.php:736 ../../object/Item.php:656 -msgid "Underline" -msgstr "下划线" +#: ../../mod/events.php:473 +msgid "Title:" +msgstr "标题:" -#: ../../mod/content.php:737 ../../object/Item.php:657 -msgid "Quote" -msgstr "引语" +#: ../../mod/events.php:475 +msgid "Share this event" +msgstr "分享这个项目" -#: ../../mod/content.php:738 ../../object/Item.php:658 -msgid "Code" -msgstr "源代码" +#: ../../mod/delegate.php:95 +msgid "No potential page delegates located." +msgstr "找不到可能代表页人。" -#: ../../mod/content.php:739 ../../object/Item.php:659 -msgid "Image" -msgstr "图片" +#: ../../mod/delegate.php:121 ../../include/nav.php:165 +msgid "Delegate Page Management" +msgstr "页代表管理" -#: ../../mod/content.php:740 ../../object/Item.php:660 -msgid "Link" -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/content.php:741 ../../object/Item.php:661 -msgid "Video" -msgstr "录像" +#: ../../mod/delegate.php:124 +msgid "Existing Page Managers" +msgstr "目前页管理员" -#: ../../mod/content.php:776 ../../object/Item.php:211 -msgid "add star" -msgstr "加星" +#: ../../mod/delegate.php:126 +msgid "Existing Page Delegates" +msgstr "目前页代表" -#: ../../mod/content.php:777 ../../object/Item.php:212 -msgid "remove star" -msgstr "消星" +#: ../../mod/delegate.php:128 +msgid "Potential Delegates" +msgstr "潜力的代表" -#: ../../mod/content.php:778 ../../object/Item.php:213 -msgid "toggle star status" -msgstr "转变星现状" +#: ../../mod/delegate.php:131 +msgid "Add" +msgstr "加" -#: ../../mod/content.php:781 ../../object/Item.php:216 -msgid "starred" -msgstr "被贴星" +#: ../../mod/delegate.php:132 +msgid "No entries." +msgstr "没有项目。" -#: ../../mod/content.php:782 ../../object/Item.php:221 -msgid "add tag" -msgstr "加标签" +#: ../../mod/nogroup.php:59 +msgid "Contacts who are not members of a group" +msgstr "没当成员的熟人" -#: ../../mod/content.php:786 ../../object/Item.php:130 -msgid "save to folder" -msgstr "保存在文件夹" +#: ../../mod/fbrowser.php:113 +msgid "Files" +msgstr "文件" -#: ../../mod/content.php:877 ../../object/Item.php:308 -msgid "to" -msgstr "至" +#: ../../mod/maintenance.php:5 +msgid "System down for maintenance" +msgstr "系统关闭为了维持" -#: ../../mod/content.php:878 ../../object/Item.php:310 -msgid "Wall-to-Wall" -msgstr "从墙到墙" +#: ../../mod/removeme.php:45 ../../mod/removeme.php:48 +msgid "Remove My Account" +msgstr "删除我的账户" -#: ../../mod/content.php:879 ../../object/Item.php:311 -msgid "via Wall-To-Wall:" -msgstr "通过从墙到墙" +#: ../../mod/removeme.php:46 +msgid "" +"This will completely remove your account. Once this has been done it is not " +"recoverable." +msgstr "这要完全删除您的账户。这一做过,就不能恢复。" -#: ../../object/Item.php:92 -msgid "This entry was edited" -msgstr "这个文章被编辑了" +#: ../../mod/removeme.php:47 +msgid "Please enter your password for verification:" +msgstr "请输入密码为确认:" -#: ../../object/Item.php:309 -msgid "via" -msgstr "经过" +#: ../../mod/fsuggest.php:63 +msgid "Friend suggestion sent." +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 "主题设置" +#: ../../mod/fsuggest.php:97 +msgid "Suggest Friends" +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 "选择Twitter搜索关键" - -#: ../../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 "选择经度(X)在地球层" - -#: ../../view/theme/diabook/config.php:162 -#: ../../view/theme/diabook/theme.php:579 -msgid "Set latitude (Y) for Earth Layers" -msgstr "选择纬度(Y)在地球层" - -#: ../../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 "上次喜欢" - -#: ../../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 "文本区字体大小" - -#: ../../index.php:405 -msgid "toggle mobile" -msgstr "交替手机" - -#: ../../boot.php:673 -msgid "Delete this item?" -msgstr "删除这个项目?" - -#: ../../boot.php:676 -msgid "show fewer" -msgstr "显示更小" - -#: ../../boot.php:1003 +#: ../../mod/fsuggest.php:99 #, php-format -msgid "Update %s failed. See error logs." -msgstr "更新%s美通过。看错误记录。" +msgid "Suggest a friend for %s" +msgstr "建议朋友给%s" -#: ../../boot.php:1005 +#: ../../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 "系统错误。x" + +#: ../../mod/item.php:909 #, php-format -msgid "Update Error at %s" -msgstr "更新错误在%s" +msgid "" +"This message was sent to you by %s, a member of the Friendica social " +"network." +msgstr "这个新闻是由%s,Friendica社会化网络成员之一,发给你。" -#: ../../boot.php:1115 -msgid "Create a New Account" -msgstr "创造新的账户" +#: ../../mod/item.php:911 +#, php-format +msgid "You may visit them online at %s" +msgstr "你可以网上拜访他在%s" -#: ../../boot.php:1143 -msgid "Nickname or Email address: " -msgstr "绰号或电子邮件地址: " +#: ../../mod/item.php:912 +msgid "" +"Please contact the sender by replying to this post if you do not wish to " +"receive these messages." +msgstr "你不想受到这些新闻的话,请回答这个新闻给发者联系。" -#: ../../boot.php:1144 -msgid "Password: " -msgstr "密码: " +#: ../../mod/item.php:916 +#, php-format +msgid "%s posted an update." +msgstr "%s贴上一个新闻。" -#: ../../boot.php:1145 -msgid "Remember me" -msgstr "记住我" +#: ../../mod/ping.php:238 +msgid "{0} wants to be your friend" +msgstr "{0}想成为您的朋友" -#: ../../boot.php:1148 -msgid "Or login using OpenID: " -msgstr "或者用OpenID登记:" +#: ../../mod/ping.php:243 +msgid "{0} sent you a message" +msgstr "{0}发给您一个通信" -#: ../../boot.php:1154 -msgid "Forgot your password?" -msgstr "忘记你的密码吗?" +#: ../../mod/ping.php:248 +msgid "{0} requested registration" +msgstr "{0}要求注册" -#: ../../boot.php:1157 -msgid "Website Terms of Service" -msgstr "网站的各项规定" +#: ../../mod/ping.php:254 +#, php-format +msgid "{0} commented %s's post" +msgstr "{0}对%s的文章发表意见" -#: ../../boot.php:1158 -msgid "terms of service" -msgstr "各项规定" +#: ../../mod/ping.php:259 +#, php-format +msgid "{0} liked %s's post" +msgstr "{0}喜欢%s的文章" -#: ../../boot.php:1160 -msgid "Website Privacy Policy" -msgstr "网站隐私政策" +#: ../../mod/ping.php:264 +#, php-format +msgid "{0} disliked %s's post" +msgstr "{0}不喜欢%s的文章" -#: ../../boot.php:1161 -msgid "privacy policy" -msgstr "隐私政策" +#: ../../mod/ping.php:269 +#, php-format +msgid "{0} is now friends with %s" +msgstr "{0}成为%s的朋友" -#: ../../boot.php:1290 -msgid "Requested account is not available." -msgstr "要求的账户不可用。" +#: ../../mod/ping.php:274 +msgid "{0} posted" +msgstr "{0}陈列" -#: ../../boot.php:1369 ../../boot.php:1473 -msgid "Edit profile" -msgstr "修改简介" +#: ../../mod/ping.php:279 +#, php-format +msgid "{0} tagged %s's post with #%s" +msgstr "{0}用#%s标签%s的文章" -#: ../../boot.php:1435 -msgid "Message" +#: ../../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 "通知" -#: ../../boot.php:1443 -msgid "Manage/edit profiles" -msgstr "管理/修改简介" +#: ../../mod/notifications.php:257 ../../mod/notifications.php:382 +#: ../../mod/notifications.php:469 +#, php-format +msgid "%s liked %s's post" +msgstr "%s喜欢了%s的消息" -#: ../../boot.php:1572 ../../boot.php:1658 -msgid "g A l F d" -msgstr "g A l d F" +#: ../../mod/notifications.php:266 ../../mod/notifications.php:391 +#: ../../mod/notifications.php:478 +#, php-format +msgid "%s disliked %s's post" +msgstr "%s不喜欢了%s的消息" -#: ../../boot.php:1573 ../../boot.php:1659 -msgid "F d" -msgstr "F d" +#: ../../mod/notifications.php:280 ../../mod/notifications.php:405 +#: ../../mod/notifications.php:492 +#, php-format +msgid "%s is now friends with %s" +msgstr "%s成为%s的朋友" -#: ../../boot.php:1618 ../../boot.php:1699 -msgid "[today]" -msgstr "[今天]" +#: ../../mod/notifications.php:287 ../../mod/notifications.php:412 +#, php-format +msgid "%s created a new post" +msgstr "%s造成新文章" -#: ../../boot.php:1630 -msgid "Birthday Reminders" -msgstr "提醒生日" +#: ../../mod/notifications.php:288 ../../mod/notifications.php:413 +#: ../../mod/notifications.php:501 +#, php-format +msgid "%s commented on %s's post" +msgstr "%s便条%s的文章" -#: ../../boot.php:1631 -msgid "Birthdays this week:" -msgstr "这周的生日:" +#: ../../mod/notifications.php:302 +msgid "No more network notifications." +msgstr "没有别的网络通信。" -#: ../../boot.php:1692 -msgid "[No description]" -msgstr "[无描述]" +#: ../../mod/notifications.php:306 +msgid "Network Notifications" +msgstr "网络通知" -#: ../../boot.php:1710 -msgid "Event Reminders" -msgstr "事件提醒" +#: ../../mod/notifications.php:427 +msgid "No more personal notifications." +msgstr "没有别的私人通信。" -#: ../../boot.php:1711 -msgid "Events this week:" -msgstr "这周的事件:" +#: ../../mod/notifications.php:431 +msgid "Personal Notifications" +msgstr "私人通知" -#: ../../boot.php:1947 -msgid "Status Messages and Posts" -msgstr "现状通知和文章" +#: ../../mod/notifications.php:508 +msgid "No more home notifications." +msgstr "没有别的家通信。" -#: ../../boot.php:1954 -msgid "Profile Details" -msgstr "简介内容" +#: ../../mod/notifications.php:512 +msgid "Home Notifications" +msgstr "主页通知" -#: ../../boot.php:1965 ../../boot.php:1968 -msgid "Videos" -msgstr "视频" +#: ../../mod/invite.php:27 +msgid "Total invitation limit exceeded." +msgstr "邀请限超过了。" -#: ../../boot.php:1978 -msgid "Events and Calendar" -msgstr "项目和日历" +#: ../../mod/invite.php:49 +#, php-format +msgid "%s : Not a valid email address." +msgstr "%s : 不是效的电子邮件地址." -#: ../../boot.php:1985 -msgid "Only You Can See This" -msgstr "只您许看这个" +#: ../../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消息传送了。" + +#: ../../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 "比如:li@example.com, http://example.com/li" + +#: ../../include/contact_widgets.php:23 +#, php-format +msgid "%d invitation available" +msgid_plural "%d invitations available" +msgstr[0] "%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 "比如:李某,打鱼" + +#: ../../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 "noreply" + +#: ../../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 "无效的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 "我们用您输入的OpenID登录的时候碰到问题。请核实拼法是对的。" + +#: ../../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 "不能用这个邮件地址。" + +#: ../../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 "%1$s把%2$s戳" + +#: ../../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 "%2$d人们喜欢这个" + +#: ../../include/conversation.php:947 +#, php-format +msgid "%2$d people don't like this" +msgstr "%2$d人们不喜欢这个" + +#: ../../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 "请输入视频连接/URL:" + +#: ../../include/conversation.php:999 ../../include/conversation.php:1017 +msgid "Please enter an audio link/URL:" +msgstr "请输入音响连接/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 "电邮发布" + +#: ../../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熟人没进口了" + +#: ../../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熟人" + +#: ../../include/text.php:986 +msgid "poke" +msgstr "戳" + +#: ../../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:Notify]收到新邮件在%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的%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]您的%3$s[/url]评论了" + +#: ../../include/enotify.php:115 +#, php-format +msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s" +msgstr "[Friendica:Notify]于交流#%1$d由%2$s评论" + +#: ../../include/enotify.php:116 +#, php-format +msgid "%s commented on an item/conversation you have been following." +msgstr "%s对你有兴趣的项目/ 交谈发表意见" + +#: ../../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 "清去%s为了看或回答交谈" + +#: ../../include/enotify.php:126 +#, php-format +msgid "[Friendica:Notify] %s posted to your profile wall" +msgstr "[Friendica:Notify] %s贴在您的简介墙" + +#: ../../include/enotify.php:128 +#, php-format +msgid "%1$s posted to your profile wall at %2$s" +msgstr "%1$s放在您的简介墙在%2$s" + +#: ../../include/enotify.php:130 +#, php-format +msgid "%1$s posted to [url=%2$s]your wall[/url]" +msgstr "%1$s放在[url=%2$s]您的墙[/url]" + +#: ../../include/enotify.php:141 +#, php-format +msgid "[Friendica:Notify] %s tagged you" +msgstr "[Friendica:Notify] %s标签您" + +#: ../../include/enotify.php:142 +#, php-format +msgid "%1$s tagged you at %2$s" +msgstr "%1$s把您在%2$s标签" + +#: ../../include/enotify.php:143 +#, php-format +msgid "%1$s [url=%2$s]tagged you[/url]." +msgstr "%1$s[url=%2$s]把您标签[/url]." + +#: ../../include/enotify.php:155 +#, php-format +msgid "[Friendica:Notify] %1$s poked you" +msgstr "[Friendica:Notify]您被%1$s戳" + +#: ../../include/enotify.php:156 +#, php-format +msgid "%1$s poked you at %2$s" +msgstr "您被%1$s戳在%2$s" + +#: ../../include/enotify.php:157 +#, php-format +msgid "%1$s [url=%2$s]poked you[/url]." +msgstr "%1$s[url=%2$s]把您戳[/url]。" + +#: ../../include/enotify.php:172 +#, php-format +msgid "[Friendica:Notify] %s tagged your post" +msgstr "[Friendica:Notify] %s标前您的文章" + +#: ../../include/enotify.php:173 +#, php-format +msgid "%1$s tagged your post at %2$s" +msgstr "%1$s把您的文章在%2$s标签" + +#: ../../include/enotify.php:174 +#, php-format +msgid "%1$s tagged [url=%2$s]your post[/url]" +msgstr "%1$s把[url=%2$s]您的文章[/url]标签" + +#: ../../include/enotify.php:185 +msgid "[Friendica:Notify] Introduction received" +msgstr "[Friendica:Notify] 收到介绍" + +#: ../../include/enotify.php:186 +#, php-format +msgid "You've received an introduction from '%1$s' at %2$s" +msgstr "您从「%1$s」受到一个介绍在%2$s" + +#: ../../include/enotify.php:187 +#, php-format +msgid "You've received [url=%1$s]an introduction[/url] from %2$s." +msgstr "您从%2$s收到[url=%1$s]一个介绍[/url]。" + +#: ../../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:Notify] 收到朋友建议" + +#: ../../include/enotify.php:200 +#, php-format +msgid "You've received a friend suggestion from '%1$s' at %2$s" +msgstr "您从「%2$s」收到[url=%1$s]一个朋友建议[/url]。" + +#: ../../include/enotify.php:201 +#, php-format +msgid "" +"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s." +msgstr "您从%3$s收到[url=%1$s]一个朋友建议[/url]为%2$s。" + +#: ../../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 "连接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 "输入mailto:地址前为要求电子邮件检查。" + +#: ../../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" +msgstr "j F, Y" + +#: ../../include/profile_advanced.php:23 +msgid "j F" +msgstr "j F" + +#: ../../include/profile_advanced.php:30 +msgid "Birthday:" +msgstr "生日:" + +#: ../../include/profile_advanced.php:34 +msgid "Age:" +msgstr "年纪:" + +#: ../../include/profile_advanced.php:43 +#, php-format +msgid "for %1$d %2$s" +msgstr "为%1$d %2$s" + +#: ../../include/profile_advanced.php:52 +msgid "Tags:" +msgstr "标签:" + +#: ../../include/profile_advanced.php:56 +msgid "Religion:" +msgstr "宗教:" + +#: ../../include/profile_advanced.php:60 +msgid "Hobbies/Interests:" +msgstr "爱好/兴趣" + +#: ../../include/profile_advanced.php:67 +msgid "Contact information and Social Networks:" +msgstr "熟人消息和社会化网络" + +#: ../../include/profile_advanced.php:69 +msgid "Musical interests:" +msgstr "音乐兴趣:" + +#: ../../include/profile_advanced.php:71 +msgid "Books, literature:" +msgstr "书,文学" + +#: ../../include/profile_advanced.php:73 +msgid "Television:" +msgstr "电视:" + +#: ../../include/profile_advanced.php:75 +msgid "Film/dance/culture/entertainment:" +msgstr "电影/跳舞/文化/娱乐:" + +#: ../../include/profile_advanced.php:77 +msgid "Love/Romance:" +msgstr "爱情/浪漫" + +#: ../../include/profile_advanced.php:79 +msgid "Work/employment:" +msgstr "工作" + +#: ../../include/profile_advanced.php:81 +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 "%s写了下面的文章" + +#: ../../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 "富文本格式编辑" + +#: ../../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 "使表示光网络文章在12小时内分页可用" + +#: ../../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 "分享通知从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 "表格安全令牌不对。最可能因为表格开着太久(三个小时以上)提交前。" + +#: ../../include/profile_selectors.php:6 +msgid "Male" +msgstr "男的" + +#: ../../include/profile_selectors.php:6 +msgid "Female" +msgstr "女的" + +#: ../../include/profile_selectors.php:6 +msgid "Currently Male" +msgstr "现在男的" + +#: ../../include/profile_selectors.php:6 +msgid "Currently Female" +msgstr "现在女的" + +#: ../../include/profile_selectors.php:6 +msgid "Mostly Male" +msgstr "主要男的" + +#: ../../include/profile_selectors.php:6 +msgid "Mostly Female" +msgstr "主要女的" + +#: ../../include/profile_selectors.php:6 +msgid "Transgender" +msgstr "跨性別" + +#: ../../include/profile_selectors.php:6 +msgid "Intersex" +msgstr "阴阳人" + +#: ../../include/profile_selectors.php:6 +msgid "Transsexual" +msgstr "”转基因“人" + +#: ../../include/profile_selectors.php:6 +msgid "Hermaphrodite" +msgstr "两性体" + +#: ../../include/profile_selectors.php:6 +msgid "Neuter" +msgstr "中性的" + +#: ../../include/profile_selectors.php:6 +msgid "Non-specific" +msgstr "不明确的" + +#: ../../include/profile_selectors.php:6 +msgid "Other" +msgstr "别的" + +#: ../../include/profile_selectors.php:6 +msgid "Undecided" +msgstr "未决" + +#: ../../include/profile_selectors.php:23 +msgid "Males" +msgstr "男人" + +#: ../../include/profile_selectors.php:23 +msgid "Females" +msgstr "女人" + +#: ../../include/profile_selectors.php:23 +msgid "Gay" +msgstr "男同性恋的" + +#: ../../include/profile_selectors.php:23 +msgid "Lesbian" +msgstr "女同性恋的" + +#: ../../include/profile_selectors.php:23 +msgid "No Preference" +msgstr "无偏爱" + +#: ../../include/profile_selectors.php:23 +msgid "Bisexual" +msgstr "双性恋的" + +#: ../../include/profile_selectors.php:23 +msgid "Autosexual" +msgstr "自性的" + +#: ../../include/profile_selectors.php:23 +msgid "Abstinent" +msgstr "有节制的" + +#: ../../include/profile_selectors.php:23 +msgid "Virgin" +msgstr "原始的" + +#: ../../include/profile_selectors.php:23 +msgid "Deviant" +msgstr "变态" + +#: ../../include/profile_selectors.php:23 +msgid "Fetish" +msgstr "恋物对象" + +#: ../../include/profile_selectors.php:23 +msgid "Oodles" +msgstr "多多" + +#: ../../include/profile_selectors.php:23 +msgid "Nonsexual" +msgstr "无性" + +#: ../../include/profile_selectors.php:42 +msgid "Single" +msgstr "单身" + +#: ../../include/profile_selectors.php:42 +msgid "Lonely" +msgstr "寂寞" + +#: ../../include/profile_selectors.php:42 +msgid "Available" +msgstr "单身的" + +#: ../../include/profile_selectors.php:42 +msgid "Unavailable" +msgstr "不可获得的" + +#: ../../include/profile_selectors.php:42 +msgid "Has crush" +msgstr "迷恋" + +#: ../../include/profile_selectors.php:42 +msgid "Infatuated" +msgstr "痴迷" + +#: ../../include/profile_selectors.php:42 +msgid "Dating" +msgstr "约会" + +#: ../../include/profile_selectors.php:42 +msgid "Unfaithful" +msgstr "外遇" + +#: ../../include/profile_selectors.php:42 +msgid "Sex Addict" +msgstr "性交因成瘾者" + +#: ../../include/profile_selectors.php:42 +msgid "Friends/Benefits" +msgstr "朋友/益" + +#: ../../include/profile_selectors.php:42 +msgid "Casual" +msgstr "休闲" + +#: ../../include/profile_selectors.php:42 +msgid "Engaged" +msgstr "已订婚的" + +#: ../../include/profile_selectors.php:42 +msgid "Married" +msgstr "结婚" + +#: ../../include/profile_selectors.php:42 +msgid "Imaginarily married" +msgstr "想像结婚" + +#: ../../include/profile_selectors.php:42 +msgid "Partners" +msgstr "伴侣" + +#: ../../include/profile_selectors.php:42 +msgid "Cohabiting" +msgstr "同居" + +#: ../../include/profile_selectors.php:42 +msgid "Common law" +msgstr "普通法结婚" + +#: ../../include/profile_selectors.php:42 +msgid "Happy" +msgstr "幸福" + +#: ../../include/profile_selectors.php:42 +msgid "Not looking" +msgstr "没找" + +#: ../../include/profile_selectors.php:42 +msgid "Swinger" +msgstr "交换性伴侣的" + +#: ../../include/profile_selectors.php:42 +msgid "Betrayed" +msgstr "被背叛" + +#: ../../include/profile_selectors.php:42 +msgid "Separated" +msgstr "分手" + +#: ../../include/profile_selectors.php:42 +msgid "Unstable" +msgstr "不稳" + +#: ../../include/profile_selectors.php:42 +msgid "Divorced" +msgstr "离婚" + +#: ../../include/profile_selectors.php:42 +msgid "Imaginarily divorced" +msgstr "想像离婚" + +#: ../../include/profile_selectors.php:42 +msgid "Widowed" +msgstr "寡妇" + +#: ../../include/profile_selectors.php:42 +msgid "Uncertain" +msgstr "不确定" + +#: ../../include/profile_selectors.php:42 +msgid "It's complicated" +msgstr "是复杂" + +#: ../../include/profile_selectors.php:42 +msgid "Don't care" +msgstr "无所谓" + +#: ../../include/profile_selectors.php:42 +msgid "Ask me" +msgstr "问我" + +#: ../../include/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 "找不到DNS信息为数据库服务器「%s」" diff --git a/view/zh-cn/strings.php b/view/zh-cn/strings.php index 84513b3b8d..68c4cb9076 100644 --- a/view/zh-cn/strings.php +++ b/view/zh-cn/strings.php @@ -5,465 +5,60 @@ function string_plural_select_zh_cn($n){ return 0;; }} ; -$a->strings["Profile"] = "简介"; -$a->strings["Full Name:"] = "全名:"; -$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"] = "为%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["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"] = "变态"; -$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"] = "朋友"; -$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["View Status"] = "看现状"; -$a->strings["View Profile"] = "看简介"; -$a->strings["View Photos"] = "看照片"; -$a->strings["Network Posts"] = "网络文章"; -$a->strings["Edit Contact"] = "编辑熟人"; -$a->strings["Send PM"] = "法私人的新闻"; -$a->strings["Image/photo"] = "图像/照片"; -$a->strings["%s wrote the following post"] = "%s写了下面的文章"; -$a->strings["$1 wrote:"] = "$1写:"; -$a->strings["Encrypted content"] = "加密的内容"; -$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."] = "我们用您输入的OpenID登录的时候碰到问题。请核实拼法是对的。"; -$a->strings["The error message was:"] = "错误通知是:"; -$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."] = "不允许的简介地址."; -$a->strings["Connect URL missing."] = "连接URL失踪的。"; -$a->strings["This site is not configured to allow communications with other networks."] = "这网站没配置允许跟别的网络交流."; -$a->strings["No compatible communication protocols or feeds were discovered."] = "没有兼容协议或者摘要找到了."; -$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."] = "输入mailto:地址前为要求电子邮件检查。"; -$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"] = "无效的OpenID url"; -$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."] = "不能用这个邮件地址。"; -$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["default"] = "默认"; -$a->strings["An error occurred creating your default profile. Please try again."] = "造成默认简介出了问题。请再试。"; -$a->strings["Profile Photos"] = "简介照片"; -$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"] = "比如:li@example.com, http://example.com/li"; -$a->strings["Connect"] = "连接"; -$a->strings["%d invitation available"] = array( - 0 => "%d邀请可用的", +$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评论", ); -$a->strings["Find People"] = "找人物"; -$a->strings["Enter name or interest"] = "输入名字或兴趣"; -$a->strings["Connect/Follow"] = "连接/关注"; -$a->strings["Examples: Robert Morgenstein, Fishing"] = "比如:李某,打鱼"; -$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共同熟人", -); -$a->strings["show more"] = "看多"; -$a->strings[" on Last.fm"] = "在Last.fm"; -$a->strings["view full size"] = "看全尺寸"; -$a->strings["Miscellaneous"] = "形形色色"; -$a->strings["year"] = "年"; -$a->strings["month"] = "月"; -$a->strings["day"] = "日"; -$a->strings["never"] = "从未"; -$a->strings["less than a second ago"] = "一秒以内"; -$a->strings["years"] = "年"; -$a->strings["months"] = "月"; -$a->strings["week"] = "星期"; -$a->strings["weeks"] = "星期"; -$a->strings["days"] = "天"; -$a->strings["hour"] = "小时"; -$a->strings["hours"] = "小时"; -$a->strings["minute"] = "分钟"; -$a->strings["minutes"] = "分钟"; -$a->strings["second"] = "秒"; -$a->strings["seconds"] = "秒"; -$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s以前"; -$a->strings["%s's birthday"] = "%s的生日"; -$a->strings["Happy Birthday %s"] = "生日快乐%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"] = "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["photo"] = "照片"; -$a->strings["status"] = "现状"; -$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s喜欢%2\$s的%3\$s"; -$a->strings["Attachments:"] = "附件:"; -$a->strings["[Name Withheld]"] = "[名字拒给]"; -$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["Cancel"] = "退消"; -$a->strings["Permission denied."] = "权限不够。"; -$a->strings["Archives"] = "档案"; -$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["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)"] = "使表示光网络文章在12小时内分页可用"; -$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["Cannot locate DNS info for database server '%s'"] = "找不到DNS信息为数据库服务器「%s」"; -$a->strings["newer"] = "更新"; -$a->strings["older"] = "更旧"; -$a->strings["prev"] = "上个"; -$a->strings["first"] = "首先"; -$a->strings["last"] = "最后"; -$a->strings["next"] = "下个"; -$a->strings["No contacts"] = "没有熟人"; -$a->strings["%d Contact"] = array( - 0 => "%d熟人", -); -$a->strings["View Contacts"] = "看熟人"; -$a->strings["Search"] = "搜索"; -$a->strings["Save"] = "保存"; -$a->strings["poke"] = "戳"; -$a->strings["poked"] = "戳了"; -$a->strings["ping"] = "砰"; -$a->strings["pinged"] = "砰了"; -$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"] = "开心"; -$a->strings["sad"] = "伤心"; -$a->strings["mellow"] = "轻松"; -$a->strings["tired"] = "累"; -$a->strings["perky"] = "机敏"; -$a->strings["angry"] = "生气"; -$a->strings["stupified"] = "麻醉"; -$a->strings["puzzled"] = "纳闷"; -$a->strings["interested"] = "有兴趣"; -$a->strings["bitter"] = "苦"; -$a->strings["cheerful"] = "快乐"; -$a->strings["alive"] = "活着"; -$a->strings["annoyed"] = "被烦恼"; -$a->strings["anxious"] = "心焦"; -$a->strings["cranky"] = "不稳"; -$a->strings["disturbed"] = "不安"; -$a->strings["frustrated"] = "被作梗"; -$a->strings["motivated"] = "士气高涨"; -$a->strings["relaxed"] = "轻松"; -$a->strings["surprised"] = "诧异"; -$a->strings["Monday"] = "星期一"; -$a->strings["Tuesday"] = "星期二"; -$a->strings["Wednesday"] = "星期三"; -$a->strings["Thursday"] = "星期四"; -$a->strings["Friday"] = "星期五"; -$a->strings["Saturday"] = "星期六"; -$a->strings["Sunday"] = "星期天"; -$a->strings["January"] = "一月"; -$a->strings["February"] = "二月"; -$a->strings["March"] = "三月"; -$a->strings["April"] = "四月"; -$a->strings["May"] = "五月"; -$a->strings["June"] = "六月"; -$a->strings["July"] = "七月"; -$a->strings["August"] = "八月"; -$a->strings["September"] = "九月"; -$a->strings["October"] = "十月"; -$a->strings["November"] = "十一月"; -$a->strings["December"] = "十二月"; -$a->strings["View Video"] = "看视频"; -$a->strings["bytes"] = "字节"; -$a->strings["Click to open/close"] = "点击为开关"; -$a->strings["link to source"] = "链接到来源"; -$a->strings["Select an alternate language"] = "选择别的语言"; -$a->strings["event"] = "项目"; -$a->strings["activity"] = "活动"; $a->strings["comment"] = array( 0 => "评论", ); -$a->strings["post"] = "文章"; -$a->strings["Item filed"] = "把项目归档了"; -$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不喜欢%2\$s的%3\$s"; -$a->strings["%1\$s poked %2\$s"] = "%1\$s把%2\$s戳"; -$a->strings["%1\$s is currently %2\$s"] = "%1\$s现在是%2\$s"; -$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s把%4\$s标签%2\$s的%3\$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"] = "%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喜欢这个"; -$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:"] = "请输入视频连接/URL:"; -$a->strings["Please enter an audio link/URL:"] = "请输入音响连接/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"] = "电邮发布"; -$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"] = "抄送: 电子邮件地址"; -$a->strings["Public post"] = "公开的消息"; -$a->strings["Example: bob@example.com, mary@example.com"] = "比如: li@example.com, wang@example.com"; +$a->strings["show more"] = "看多"; +$a->strings["This is you"] = "这是你"; +$a->strings["Submit"] = "提交"; +$a->strings["Bold"] = "粗体字 "; +$a->strings["Italic"] = "斜体 "; +$a->strings["Underline"] = "下划线"; +$a->strings["Quote"] = "引语"; +$a->strings["Code"] = "源代码"; +$a->strings["Image"] = "图片"; +$a->strings["Link"] = "环节"; +$a->strings["Video"] = "录像"; $a->strings["Preview"] = "预演"; -$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"] = "[Friendica:Notify]收到新邮件在%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的%4\$s[/url]评论了"; -$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s于[url=%2\$s]您的%3\$s[/url]评论了"; -$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Friendica:Notify]于交流#%1\$d由%2\$s评论"; -$a->strings["%s commented on an item/conversation you have been following."] = "%s对你有兴趣的项目/ 交谈发表意见"; -$a->strings["Please visit %s to view and/or reply to the conversation."] = "清去%s为了看或回答交谈"; -$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica:Notify] %s贴在您的简介墙"; -$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$s放在您的简介墙在%2\$s"; -$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "%1\$s放在[url=%2\$s]您的墙[/url]"; -$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica:Notify] %s标签您"; -$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s把您在%2\$s标签"; -$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = "%1\$s[url=%2\$s]把您标签[/url]."; -$a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica:Notify]您被%1\$s戳"; -$a->strings["%1\$s poked you at %2\$s"] = "您被%1\$s戳在%2\$s"; -$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "%1\$s[url=%2\$s]把您戳[/url]。"; -$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica:Notify] %s标前您的文章"; -$a->strings["%1\$s tagged your post at %2\$s"] = "%1\$s把您的文章在%2\$s标签"; -$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$s把[url=%2\$s]您的文章[/url]标签"; -$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Notify] 收到介绍"; -$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "您从「%1\$s」受到一个介绍在%2\$s"; -$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "您从%2\$s收到[url=%1\$s]一个介绍[/url]。"; -$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:Notify] 收到朋友建议"; -$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "您从「%2\$s」收到[url=%1\$s]一个朋友建议[/url]。"; -$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "您从%3\$s收到[url=%1\$s]一个朋友建议[/url]为%2\$s。"; -$a->strings["Name:"] = "名字:"; -$a->strings["Photo:"] = "照片:"; -$a->strings["Please visit %s to approve or reject the suggestion."] = "请批准或拒绝建议在%s"; -$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["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["Your profile page"] = "你的简介页"; $a->strings["Photos"] = "照片"; $a->strings["Your photos"] = "你的照片"; @@ -471,358 +66,124 @@ $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["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["Manage/edit friends and contacts"] = "管理/编朋友们和熟人们"; -$a->strings["Admin"] = "管理"; -$a->strings["Site setup and configuration"] = "网站开办和配置"; -$a->strings["Navigation"] = "航行"; -$a->strings["Site map"] = "网站地图"; -$a->strings["Embedded content"] = "嵌入内容"; -$a->strings["Embedding disabled"] = "嵌入不能用"; -$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熟人没进口了", -); -$a->strings["Done. You can now login with your username and password"] = "完了。您现在会用您用户名和密码登录"; -$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”"] = "%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."] = "%1\$s有更新的%2\$s,修改%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"] = "比如:limou,李某,limou@example。com"; -$a->strings["Since [date]:"] = "追溯[日期]:"; -$a->strings["Homepage URL:"] = "主页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["Your contacts"] = "您的熟人"; +$a->strings["Community Pages"] = "社会页"; +$a->strings["Community Profiles"] = "社会简介"; +$a->strings["Last users"] = "上次用户"; +$a->strings["Last likes"] = "上次喜欢"; +$a->strings["event"] = "项目"; +$a->strings["status"] = "现状"; +$a->strings["photo"] = "照片"; +$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s喜欢%2\$s的%3\$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 #"] = "北京颜色的十六进制的数码。别打#。"; +$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["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["Location:"] = "位置:"; +$a->strings["Gender:"] = "性别:"; +$a->strings["Status:"] = "现状:"; +$a->strings["Homepage:"] = "主页:"; +$a->strings["g A l F d"] = "g A l d F"; +$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"] = "%1\$s现在是%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["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["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["No special theme for mobile devices"] = "没专门适合手机的主题"; -$a->strings["Never"] = "从未"; -$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["Registration"] = "注册"; -$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"] = "「合用」要素"; -$a->strings["Activates the bbcode element 'share' for repeating items."] = "把bbcode要素「合用」为重复项目。"; -$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."] = "隐藏帮助项目在航行选单。您还能用它经过手动的输入「/help」"; -$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."] = "最多像素在上传图片的长度。默认-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"] = "别包含文章内容在邮件消息"; -$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 UTF8正则表达式"; -$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"] = "OStatus对话完成间隔"; -$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"] = "证实"; -$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)."] = "输入秒数。输入零为无限(不推荐的)。"; -$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在共用服务器,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."] = "使全正文机车可用。把搜索催-可是只能搜索4字以上"; -$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["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["%s user blocked/unblocked"] = array( - 0 => "%s用户拦/不拦了", -); -$a->strings["%s user deleted"] = array( - 0 => "%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["Name"] = "名字"; -$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["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["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["Unable to locate original post."] = "找不到当初的新闻"; -$a->strings["Empty post discarded."] = "空心的新闻丢弃了"; -$a->strings["System error. Post not saved."] = "系统错误。x"; -$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["Friends of %s"] = "%s的朋友们"; -$a->strings["No friends to display."] = "没有朋友展示。"; -$a->strings["Remove term"] = "删除关键字"; -$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["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."] = "发邮件失败了。这条试失败的消息。"; @@ -834,217 +195,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."] = "如果您没熟悉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): "] = "您姓名(例如「张三」):"; $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'."] = "选择简介昵称。昵称头一字必须拉丁字。您再这个网站的简介地址将「example@\$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:"] = "源代码(bbcode)正文"; -$a->strings["Source (Diaspora) text to convert to BBcode:"] = "源代(Diaspora)正文要翻译成BBCode:"; -$a->strings["Source input: "] = "源代码输入:"; -$a->strings["bb2html (raw HTML): "] = "bb2html(生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["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["Import"] = "进口"; -$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["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."] = "不能连接电子邮件账户用输入的设置。"; -$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["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."] = " 电子邮件地址无效."; -$a->strings[" Cannot change to that email."] = "不能变化到这个邮件地址。"; -$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["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."] = "如果您想用这股服务(可选的)跟邮件熟人交流,请指定怎么连通您的收件箱。"; -$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"] = "更新游览器每XX秒"; -$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"] = "别表示请表符号"; -$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?"] = "藏起来 发现您的熟人/朋友单不让这个简介看着看?\n "; -$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["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["Import your profile to this friendica instance"] = "进口您的简介到这个friendica服务器"; +$a->strings["Profile not found."] = "找不到简介。"; $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."] = "请立即用后退按钮如果您不确定怎么用这页"; -$a->strings["Return to contact editor"] = "回归熟人处理器"; -$a->strings["Account Nickname"] = "帐户昵称"; -$a->strings["@Tagname - overrides Name/Nickname"] = "@Tagname越过名/昵称"; -$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: "] = "居然回答从遥网站:"; @@ -1053,6 +216,7 @@ $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解不了码。"; @@ -1063,171 +227,14 @@ $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"] = "%1\$s欢迎%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需要的参数没找到在输入的位置。", -); -$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["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["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "请输入您的「同一人地址」这些支持的交通网络中:"; -$a->strings["Connect as an email follower (Coming soon)"] = "连接当邮件关注(快来)"; -$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["StatusNet/Federated Social Web"] = "StatusNet/联合社会化网"; -$a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = " - 请别用这个表格。反而输入%s在您的Diaspora搜索功能。"; -$a->strings["Your Identity Address:"] = "您的同一个人地址:"; -$a->strings["Submit Request"] = "提交要求"; -$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s关注着%2\$s的%3\$s"; -$a->strings["Global Directory"] = "综合目录"; -$a->strings["Find on this site"] = "找在这网站"; -$a->strings["Finding: "] = "找着:"; -$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."] = "没有建议。如果这是新网站,请24小时后再试。"; -$a->strings["Ignore/Hide"] = "不理/隐藏"; -$a->strings["People Search"] = "搜索人物"; -$a->strings["No matches"] = "没有结果"; -$a->strings["No videos selected"] = "没选择的视频"; -$a->strings["Access to this item is restricted."] = "这个项目使用权限的。"; -$a->strings["View Album"] = "看照片册"; -$a->strings["Recent Videos"] = "最近视频"; -$a->strings["Upload New Videos"] = "上传新视频"; -$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, F j"; -$a->strings["Edit event"] = "编项目"; -$a->strings["Create New Event"] = "造成新的项目"; -$a->strings["Previous"] = "上"; -$a->strings["Next"] = "下"; -$a->strings["hour:minute"] = "小时:分钟"; -$a->strings["Event details"] = "项目内容"; -$a->strings["Format is %s %s. Starting date and Title are required."] = "形式是%s%s。开始时间和标题是必须的。"; -$a->strings["Event Starts:"] = "事件开始:"; -$a->strings["Required"] = "必须的"; -$a->strings["Finish date/time is not known or not relevant"] = "结束日/时未知或无关"; -$a->strings["Event Finishes:"] = "事件结束:"; -$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)"] = "出口您账户信息,熟人和别的项目成json。可能是很大文件,花很多时间。用这个为创造全备份您的账户(照片没被出口)"; -$a->strings["- select -"] = "-选择-"; -$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."] = "请看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["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["All Contacts"] = "所有的熟人"; -$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"] = "请加入我们再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消息传送了。", -); -$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["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."] = "您被邀请跟我和彼得近朋友们再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["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["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["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["Remote privacy information not available."] = "摇隐私信息无效"; -$a->strings["Visible to:"] = "可见给:"; +$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["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"] = "保存或复制新密码-之后"; @@ -1238,33 +245,64 @@ $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: "] = "昵称或邮件地址:"; $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通知", -); -$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["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账户,批准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"] = "进口着邮件"; +$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."] = "您熟人页是您门口为管理熟人和连接朋友们在别的网络。典型您输入他的地址或者网站URL在添加新熟人对话框。"; +$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"] = "贴时间顺序"; @@ -1287,124 +325,6 @@ $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["Ignore"] = "忽视"; -$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["Hide this contact from others"] = "隐藏这个熟人给别人"; -$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"] = "%1\$s被%3\$s标签在%2\$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["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "您用%2$.2f兆字节的%1$.2f兆字节照片存储。"; -$a->strings["Upload Photos"] = "上传照片"; -$a->strings["New album name: "] = "新册名:"; -$a->strings["or existing album name: "] = "或现有册名"; -$a->strings["Do not show a status post for this upload"] = "别显示现状报到关于这个上传"; -$a->strings["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"] = "例子:@zhang, @Zhang_San, @li@example.com, #Beijing, #ktv"; -$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["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"] = "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["Authorise the Facebook Connector if you currently have a Facebook account and we will (optionally) import all your Facebook friends and conversations."] = "要是你有一个Facebook账户,批准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"] = "进口着邮件"; -$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."] = "您熟人页是您门口为管理熟人和连接朋友们在别的网络。典型您输入他的地址或者网站URL在添加新熟人对话框。"; -$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["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["Requested profile is not available."] = "要求的简介联系不上的。"; -$a->strings["Tips for New Members"] = "提示对新成员"; $a->strings["Friendica Communications Server - Setup"] = "Friendica沟通服务器-安装"; $a->strings["Could not connect to database."] = "解不了数据库。"; $a->strings["Could not create table."] = "造成不了表格。"; @@ -1412,6 +332,7 @@ $a->strings["Your Friendica site database has been installed."] = "您Friendica $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我们要知道怎么连接您的数据库。"; @@ -1467,6 +388,328 @@ $a->strings["The database configuration file \".htconfig.php\" could not be writ $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'"] = "老款式'分享'"; +$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."] = "隐藏帮助项目在航行选单。您还能用它经过手动的输入「/help」"; +$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."] = "最多像素在上传图片的长度。默认-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"] = "别包含文章内容在邮件消息"; +$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"] = "允许用户用遥远的自身"; +$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 UTF8正则表达式"; +$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"] = "OStatus对话完成间隔"; +$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"] = "证实"; +$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)."] = "输入秒数。输入零为无限(不推荐的)。"; +$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在共用服务器,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."] = "使全正文机车可用。把搜索催-可是只能搜索4字以上"; +$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"] = "注册成功。邮件寄给用户。"; +$a->strings["%s user blocked/unblocked"] = array( + 0 => "%s用户拦/不拦了", +); +$a->strings["%s user deleted"] = array( + 0 => "%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."] = "新用户的邮件地址"; +$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把%4\$s标签%2\$s的%3\$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"] = "抄送: 电子邮件地址"; +$a->strings["Public post"] = "公开的消息"; +$a->strings["Set title"] = "指定标题"; +$a->strings["Categories (comma-separated list)"] = "种类(逗号分隔单)"; +$a->strings["Example: bob@example.com, mary@example.com"] = "比如: li@example.com, wang@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["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."] = "请立即用后退按钮如果您不确定怎么用这页"; +$a->strings["Return to contact editor"] = "回归熟人处理器"; +$a->strings["Account Nickname"] = "帐户昵称"; +$a->strings["@Tagname - overrides Name/Nickname"] = "@Tagname越过名/昵称"; +$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."] = "表明这个熟人当遥远的自身。Friendica要把这个熟人的新的文章复制。"; +$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需要的参数没找到在输入的位置。", +); +$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."] = "不允许的简介地址."; +$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)"] = "连接当邮件关注(快来)"; +$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/联合社会化网"; +$a->strings["Diaspora"] = "Diaspora"; +$a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = " - 请别用这个表格。反而输入%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熟人编辑了", +); $a->strings["Could not access contact record."] = "用不了熟人记录。"; $a->strings["Could not locate selected profile."] = "找不到选择的简介。"; $a->strings["Contact updated."] = "熟人更新了。"; @@ -1486,9 +729,13 @@ $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共同熟人", +); $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"] = "存档"; @@ -1501,6 +748,7 @@ $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设置"; @@ -1511,9 +759,11 @@ $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"] = "只表示不拦的熟人"; @@ -1528,10 +778,359 @@ $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."] = "不能连接电子邮件账户用输入的设置。"; +$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."] = " 电子邮件地址无效."; +$a->strings[" Cannot change to that email."] = "不能变化到这个邮件地址。"; +$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."] = "如果您想用这股服务(可选的)跟邮件熟人交流,请指定怎么连通您的收件箱。"; +$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"] = "更新游览器每XX秒"; +$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"] = "别表示请表符号"; +$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?"] = "藏起来 发现您的熟人/朋友单不让这个简介看着看?\n "; +$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."] = "%1\$s有更新的%2\$s,修改%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"] = "比如:limou,李某,limou@example。com"; +$a->strings["Since [date]:"] = "追溯[日期]:"; +$a->strings["Sexual Preference:"] = "性取向"; +$a->strings["Homepage URL:"] = "主页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(生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通知", +); +$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不喜欢%2\$s的%3\$s"; $a->strings["Post successful."] = "评论发表了。"; -$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["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被%3\$s标签在%2\$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."] = "您用%2$.2f兆字节的%1$.2f兆字节照片存储。"; +$a->strings["Upload Photos"] = "上传照片"; +$a->strings["New album name: "] = "新册名:"; +$a->strings["or existing album name: "] = "或现有册名"; +$a->strings["Do not show a status post for this upload"] = "别显示现状报到关于这个上传"; +$a->strings["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"] = "例子:@zhang, @Zhang_San, @li@example.com, #Beijing, #ktv"; +$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"] = "%1\$s关注着%2\$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."] = "万一新照片一会出现,换档重新加载或者成为空浏览器高速缓存。"; @@ -1545,95 +1144,536 @@ $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评论", +$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, F j"; +$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."] = "系统错误。x"; +$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消息传送了。", ); -$a->strings["like"] = "喜欢"; -$a->strings["dislike"] = "讨厌"; -$a->strings["Share this"] = "分享这个"; -$a->strings["share"] = "分享"; -$a->strings["Bold"] = "粗体字 "; -$a->strings["Italic"] = "斜体 "; -$a->strings["Underline"] = "下划线"; -$a->strings["Quote"] = "引语"; -$a->strings["Code"] = "源代码"; -$a->strings["Image"] = "图片"; -$a->strings["Link"] = "环节"; -$a->strings["Video"] = "录像"; -$a->strings["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"] = "选择Twitter搜索关键"; -$a->strings["Set zoomfactor for Earth Layer"] = "选择拉近镜头级在地球层"; -$a->strings["Set longitude (X) for Earth Layers"] = "选择经度(X)在地球层"; -$a->strings["Set latitude (Y) for Earth Layers"] = "选择纬度(Y)在地球层"; -$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"] = "上次喜欢"; -$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["toggle mobile"] = "交替手机"; -$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["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 d F"; -$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["Videos"] = "视频"; -$a->strings["Events and Calendar"] = "项目和日历"; -$a->strings["Only You Can See This"] = "只您许看这个"; +$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"] = "比如:li@example.com, http://example.com/li"; +$a->strings["%d invitation available"] = array( + 0 => "%d邀请可用的", +); +$a->strings["Find People"] = "找人物"; +$a->strings["Enter name or interest"] = "输入名字或兴趣"; +$a->strings["Connect/Follow"] = "连接/关注"; +$a->strings["Examples: Robert Morgenstein, Fishing"] = "比如:李某,打鱼"; +$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"] = "noreply"; +$a->strings["An invitation is required."] = "邀请必要的。"; +$a->strings["Invitation could not be verified."] = "不能证实邀请。"; +$a->strings["Invalid OpenID url"] = "无效的OpenID url"; +$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "我们用您输入的OpenID登录的时候碰到问题。请核实拼法是对的。"; +$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."] = "不能用这个邮件地址。"; +$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["%1\$s poked %2\$s"] = "%1\$s把%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["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"] = "%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喜欢这个"; +$a->strings["%s don't like this."] = "%s不喜欢这个"; +$a->strings["Visible to everybody"] = "大家可见的"; +$a->strings["Please enter a video link/URL:"] = "请输入视频连接/URL:"; +$a->strings["Please enter an audio link/URL:"] = "请输入音响连接/URL:"; +$a->strings["Tag term:"] = "标签:"; +$a->strings["Where are you right now?"] = "你在哪里?"; +$a->strings["Delete item(s)?"] = "把项目删除吗?"; +$a->strings["Post to 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熟人没进口了", +); +$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["No contacts"] = "没有熟人"; +$a->strings["%d Contact"] = array( + 0 => "%d熟人", +); +$a->strings["poke"] = "戳"; +$a->strings["ping"] = "砰"; +$a->strings["pinged"] = "砰了"; +$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"] = "开心"; +$a->strings["sad"] = "伤心"; +$a->strings["mellow"] = "轻松"; +$a->strings["tired"] = "累"; +$a->strings["perky"] = "机敏"; +$a->strings["angry"] = "生气"; +$a->strings["stupified"] = "麻醉"; +$a->strings["puzzled"] = "纳闷"; +$a->strings["interested"] = "有兴趣"; +$a->strings["bitter"] = "苦"; +$a->strings["cheerful"] = "快乐"; +$a->strings["alive"] = "活着"; +$a->strings["annoyed"] = "被烦恼"; +$a->strings["anxious"] = "心焦"; +$a->strings["cranky"] = "不稳"; +$a->strings["disturbed"] = "不安"; +$a->strings["frustrated"] = "被作梗"; +$a->strings["motivated"] = "士气高涨"; +$a->strings["relaxed"] = "轻松"; +$a->strings["surprised"] = "诧异"; +$a->strings["Monday"] = "星期一"; +$a->strings["Tuesday"] = "星期二"; +$a->strings["Wednesday"] = "星期三"; +$a->strings["Thursday"] = "星期四"; +$a->strings["Friday"] = "星期五"; +$a->strings["Saturday"] = "星期六"; +$a->strings["Sunday"] = "星期天"; +$a->strings["January"] = "一月"; +$a->strings["February"] = "二月"; +$a->strings["March"] = "三月"; +$a->strings["April"] = "四月"; +$a->strings["May"] = "五月"; +$a->strings["June"] = "六月"; +$a->strings["July"] = "七月"; +$a->strings["August"] = "八月"; +$a->strings["September"] = "九月"; +$a->strings["October"] = "十月"; +$a->strings["November"] = "十一月"; +$a->strings["December"] = "十二月"; +$a->strings["bytes"] = "字节"; +$a->strings["Click to open/close"] = "点击为开关"; +$a->strings["Select an alternate language"] = "选择别的语言"; +$a->strings["activity"] = "活动"; +$a->strings["post"] = "文章"; +$a->strings["Item filed"] = "把项目归档了"; +$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:Notify]收到新邮件在%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的%4\$s[/url]评论了"; +$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s于[url=%2\$s]您的%3\$s[/url]评论了"; +$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Friendica:Notify]于交流#%1\$d由%2\$s评论"; +$a->strings["%s commented on an item/conversation you have been following."] = "%s对你有兴趣的项目/ 交谈发表意见"; +$a->strings["Please visit %s to view and/or reply to the conversation."] = "清去%s为了看或回答交谈"; +$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica:Notify] %s贴在您的简介墙"; +$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$s放在您的简介墙在%2\$s"; +$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "%1\$s放在[url=%2\$s]您的墙[/url]"; +$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica:Notify] %s标签您"; +$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s把您在%2\$s标签"; +$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = "%1\$s[url=%2\$s]把您标签[/url]."; +$a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica:Notify]您被%1\$s戳"; +$a->strings["%1\$s poked you at %2\$s"] = "您被%1\$s戳在%2\$s"; +$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "%1\$s[url=%2\$s]把您戳[/url]。"; +$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica:Notify] %s标前您的文章"; +$a->strings["%1\$s tagged your post at %2\$s"] = "%1\$s把您的文章在%2\$s标签"; +$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$s把[url=%2\$s]您的文章[/url]标签"; +$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Notify] 收到介绍"; +$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "您从「%1\$s」受到一个介绍在%2\$s"; +$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "您从%2\$s收到[url=%1\$s]一个介绍[/url]。"; +$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:Notify] 收到朋友建议"; +$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "您从「%2\$s」收到[url=%1\$s]一个朋友建议[/url]。"; +$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "您从%3\$s收到[url=%1\$s]一个朋友建议[/url]为%2\$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."] = "连接URL失踪的。"; +$a->strings["This site is not configured to allow communications with other networks."] = "这网站没配置允许跟别的网络交流."; +$a->strings["No compatible communication protocols or feeds were discovered."] = "没有兼容协议或者摘要找到了."; +$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."] = "输入mailto:地址前为要求电子邮件检查。"; +$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["[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"] = "为%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"] = "%s写了下面的文章"; +$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["Weekly"] = "每周"; +$a->strings["Monthly"] = "每月"; +$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"] = "形形色色"; +$a->strings["year"] = "年"; +$a->strings["month"] = "月"; +$a->strings["day"] = "日"; +$a->strings["never"] = "从未"; +$a->strings["less than a second ago"] = "一秒以内"; +$a->strings["years"] = "年"; +$a->strings["months"] = "月"; +$a->strings["week"] = "星期"; +$a->strings["weeks"] = "星期"; +$a->strings["days"] = "天"; +$a->strings["hour"] = "小时"; +$a->strings["hours"] = "小时"; +$a->strings["minute"] = "分钟"; +$a->strings["minutes"] = "分钟"; +$a->strings["second"] = "秒"; +$a->strings["seconds"] = "秒"; +$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s以前"; +$a->strings["%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["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)"] = "使表示光网络文章在12小时内分页可用"; +$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"] = "分享通知从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["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["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"] = "变态"; +$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」";