diff options
-rw-r--r-- | commcrawler/locale/fr/LC_MESSAGES/django.po | 92 | ||||
-rw-r--r-- | commorganization/locale/fr/LC_MESSAGES/django.po | 2 |
2 files changed, 53 insertions, 41 deletions
diff --git a/commcrawler/locale/fr/LC_MESSAGES/django.po b/commcrawler/locale/fr/LC_MESSAGES/django.po index 2145e0d..8d849b7 100644 --- a/commcrawler/locale/fr/LC_MESSAGES/django.po +++ b/commcrawler/locale/fr/LC_MESSAGES/django.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-09 20:06+0200\n" +"POT-Creation-Date: 2019-08-13 12:24+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -12,7 +12,11 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: admin.py:65 models.py:98 models.py:137 +#: admin.py:19 +msgid "Export selected as CSV file" +msgstr "Export des éléments sélectionnés en CSV" + +#: admin.py:112 models.py:102 models.py:141 msgid "Crawl result" msgstr "Résultat d'indexation" @@ -52,7 +56,7 @@ msgstr "Indexation en cours" msgid "Match link in progress" msgstr "Mise en correspondance des liens en cours" -#: models.py:34 models.py:86 +#: models.py:34 models.py:90 msgid "Finished" msgstr "Fini" @@ -61,154 +65,162 @@ msgid "Name" msgstr "Nom" #: models.py:38 +msgid "Maximum delay for crawling a target (minutes)" +msgstr "Délai maximum de parcours pour une cible (minutes)" + +#: models.py:39 +msgid "0 for no delay" +msgstr "0 pour aucun délai" + +#: models.py:42 msgid "Creation" msgstr "Création" -#: models.py:40 +#: models.py:44 msgid "Started" msgstr "Début" -#: models.py:42 +#: models.py:46 msgid "Pre-crawl end" msgstr "Fin de la pré-indexation" -#: models.py:44 +#: models.py:48 msgid "Crawl end" msgstr "Fin d'indexation" -#: models.py:46 +#: models.py:50 msgid "Ended" msgstr "Fin" -#: models.py:48 models.py:96 +#: models.py:52 models.py:100 msgid "Status" msgstr "État" -#: models.py:52 +#: models.py:56 msgid "Progression" msgstr "Progression" -#: models.py:55 models.py:88 models.py:155 +#: models.py:59 models.py:92 models.py:159 msgid "Crawl" msgstr "Session d'indexation" -#: models.py:56 +#: models.py:60 msgid "Crawls" msgstr "Session d'indexation" -#: models.py:84 +#: models.py:88 msgid "In progress" msgstr "En cours" -#: models.py:85 +#: models.py:89 msgid "Time out" msgstr "Délai expiré" -#: models.py:90 +#: models.py:94 msgid "Target" msgstr "Cible" -#: models.py:92 +#: models.py:96 msgid "Start date" msgstr "Date de début" -#: models.py:94 +#: models.py:98 msgid "Duration" msgstr "Durée" -#: models.py:100 +#: models.py:104 msgid "External links" msgstr "Liens externes" -#: models.py:102 +#: models.py:106 msgid "Internal links" msgstr "Liens internes" -#: models.py:104 +#: models.py:108 msgid "Images" msgstr "Images" -#: models.py:106 +#: models.py:110 msgid "Facebook links" msgstr "Liens Facebook" -#: models.py:108 +#: models.py:112 msgid "Twitter links" msgstr "Liens Twitter" -#: models.py:110 +#: models.py:114 msgid "Instagram links" msgstr "Liens Instagram" -#: models.py:112 +#: models.py:116 msgid "Youtube links" msgstr "Liens Youtube" -#: models.py:114 +#: models.py:118 msgid "Dailymotion links" msgstr "Liens Dailymotion" -#: models.py:116 +#: models.py:120 msgid "Vimeo links" msgstr "Liens Vimeo" -#: models.py:118 +#: models.py:122 msgid "Internal videos" msgstr "Vidéos internes" -#: models.py:120 +#: models.py:124 msgid "Internal audios" msgstr "Audios internes" -#: models.py:122 +#: models.py:126 msgid "Internal PDF" msgstr "PDF internes" -#: models.py:124 +#: models.py:128 msgid "External PDF" msgstr "PDF externes" -#: models.py:126 +#: models.py:130 msgid "Internal office documents" msgstr "Document office internes" -#: models.py:128 +#: models.py:132 msgid "External office documents" msgstr "Document office externes" -#: models.py:130 +#: models.py:134 msgid "Website is online" msgstr "Site en ligne" -#: models.py:132 +#: models.py:136 msgid "Bad SSL certificate" msgstr "Mauvais certificat SSL" -#: models.py:134 +#: models.py:138 msgid "Redirection" msgstr "Redirection" -#: models.py:138 +#: models.py:142 msgid "Crawl results" msgstr "Résultats d'indexation" -#: models.py:156 +#: models.py:160 msgid "Source" msgstr "Source" -#: models.py:158 +#: models.py:162 msgid "Destination" msgstr "Destination" -#: models.py:160 +#: models.py:164 msgid "Number" msgstr "Nombre" -#: models.py:163 +#: models.py:167 msgid "Crawl relation" msgstr "Indexation - Relation" -#: models.py:164 +#: models.py:168 msgid "Crawl relations" msgstr "Indexations - Relations" diff --git a/commorganization/locale/fr/LC_MESSAGES/django.po b/commorganization/locale/fr/LC_MESSAGES/django.po index c12a5b0..6d69e4b 100644 --- a/commorganization/locale/fr/LC_MESSAGES/django.po +++ b/commorganization/locale/fr/LC_MESSAGES/django.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-09 20:06+0200\n" +"POT-Creation-Date: 2019-08-13 12:24+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" |