374 lines
8.3 KiB
Text
374 lines
8.3 KiB
Text
# SOME DESCRIPTIVE TITLE.
|
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
|
# This file is distributed under the same license as the PACKAGE package.
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
#
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: \n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2021-01-28 10:59+0000\n"
|
|
"PO-Revision-Date: 2021-01-28 11:59+0100\n"
|
|
"Last-Translator: Tom Hubrecht <tom.hubrecht@ens.fr>\n"
|
|
"Language-Team: \n"
|
|
"Language: en\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
"X-Generator: Poedit 2.4.1\n"
|
|
|
|
#: fiches/forms.py:15
|
|
msgid "Nom/Surnom"
|
|
msgstr "Name/Nickname"
|
|
|
|
#: fiches/forms.py:16
|
|
msgid "Promotion"
|
|
msgstr "Entry year"
|
|
|
|
#: fiches/forms.py:28
|
|
msgid "Tous les champs sont vides"
|
|
msgstr "All fields are empty"
|
|
|
|
#: fiches/models.py:11
|
|
msgid "utilisateur"
|
|
msgstr "user"
|
|
|
|
#: fiches/models.py:14
|
|
msgid "nom"
|
|
msgstr "name"
|
|
|
|
#: fiches/models.py:15
|
|
msgid "surnom"
|
|
msgstr "nickname"
|
|
|
|
#: fiches/models.py:17
|
|
msgid "pronom(s) utilisé(s)"
|
|
msgstr "pronoun(s)"
|
|
|
|
#: fiches/models.py:20
|
|
msgid "photo"
|
|
msgstr "photo"
|
|
|
|
#: fiches/models.py:22
|
|
msgid "département"
|
|
msgstr "department"
|
|
|
|
#: fiches/models.py:24
|
|
msgid "promotion"
|
|
msgstr "entry year"
|
|
|
|
#: fiches/models.py:27
|
|
msgid "date de naissance"
|
|
msgstr "birth date"
|
|
|
|
#: fiches/models.py:29
|
|
msgid "études passées"
|
|
msgstr "past studies"
|
|
|
|
#: fiches/models.py:30
|
|
msgid "expériences"
|
|
msgstr "experiences"
|
|
|
|
#: fiches/models.py:31
|
|
msgid "thurne"
|
|
msgstr "room"
|
|
|
|
#: fiches/models.py:32
|
|
msgid "champ libre"
|
|
msgstr "free space"
|
|
|
|
#: fiches/models.py:34
|
|
msgid "apparaître sur l'annuaire papier ?"
|
|
msgstr "appear on the paper directory?"
|
|
|
|
#: fiches/models.py:37
|
|
msgid "conserver la fiche annuaire ?"
|
|
msgstr "keep the directory record?"
|
|
|
|
#: fiches/models.py:49
|
|
msgid "nom du département"
|
|
msgstr "department name"
|
|
|
|
#: fiches/models.py:58 fiches/models.py:69 fiches/models.py:80
|
|
#: fiches/models.py:91
|
|
msgid "profil"
|
|
msgstr "profile"
|
|
|
|
#: fiches/models.py:60 fiches/models.py:71 fiches/models.py:82
|
|
#: fiches/models.py:93
|
|
msgid "type"
|
|
msgstr "kind"
|
|
|
|
#: fiches/models.py:61
|
|
msgid "numéro"
|
|
msgstr "number"
|
|
|
|
#: fiches/models.py:72
|
|
msgid "contenu"
|
|
msgstr "content"
|
|
|
|
#: fiches/models.py:83
|
|
msgid "adresse mail"
|
|
msgstr "e-mail"
|
|
|
|
#: fiches/models.py:94
|
|
msgid "adresse"
|
|
msgstr "address"
|
|
|
|
#: fiches/templates/fiches/base.html:10 fiches/templates/fiches/base.html:35
|
|
msgid "Annuaire des élèves de l'ENS"
|
|
msgstr "ENS student directory"
|
|
|
|
#: fiches/templates/fiches/base.html:30
|
|
msgid "Recherche Rapide"
|
|
msgstr "Quick Search"
|
|
|
|
#: fiches/templates/fiches/base.html:31
|
|
msgid "Rechercher"
|
|
msgstr "Search"
|
|
|
|
#: fiches/templates/fiches/base.html:41
|
|
msgid "Accueil"
|
|
msgstr "Home"
|
|
|
|
#: fiches/templates/fiches/base.html:42
|
|
msgid "Modifier sa fiche d'annuaire"
|
|
msgstr "Edit your directory record"
|
|
|
|
#: fiches/templates/fiches/base.html:44
|
|
msgid "Consulter sa fiche d'annuaire"
|
|
msgstr "View your directory record"
|
|
|
|
#: fiches/templates/fiches/base.html:46
|
|
msgid "Anniversaires à venir"
|
|
msgstr "Upcoming birthdays"
|
|
|
|
#: fiches/templates/fiches/base.html:52
|
|
#, python-format
|
|
msgid "Connecté en tant que <span class=\"clipper\">%(user)s</span>"
|
|
msgstr "Connected as <span class=\"clipper\">%(user)s</span>"
|
|
|
|
#: fiches/templates/fiches/base.html:53
|
|
msgid "Se déconnecter"
|
|
msgstr "Log out"
|
|
|
|
#: fiches/templates/fiches/base.html:55
|
|
msgid "Se connecter"
|
|
msgstr "Log in"
|
|
|
|
#: fiches/templates/fiches/base.html:71
|
|
msgid "Crée par KDENS · Propulsé par Django"
|
|
msgstr "Created by KDENS · Powered by Django"
|
|
|
|
#: fiches/templates/fiches/base.html:75
|
|
msgid "Page des élèves"
|
|
msgstr "Students' page"
|
|
|
|
#: fiches/templates/fiches/base.html:76
|
|
msgid "Contacter l'équipe annuaire"
|
|
msgstr "Contact the directory team"
|
|
|
|
#: fiches/templates/fiches/birthday.html:8
|
|
msgid "Anniversaires"
|
|
msgstr "Birthdays"
|
|
|
|
#: fiches/templates/fiches/birthday.html:15
|
|
msgid "ans"
|
|
msgstr "years"
|
|
|
|
#: fiches/templates/fiches/fiche.html:25
|
|
msgid "Pronom(s) utilisé(s)"
|
|
msgstr "Pronoun(s)"
|
|
|
|
#: fiches/templates/fiches/fiche.html:33
|
|
msgid "Département"
|
|
msgstr "Department"
|
|
|
|
#: fiches/templates/fiches/fiche.html:41
|
|
msgid "Date de naissance"
|
|
msgstr "Date of birth"
|
|
|
|
#: fiches/templates/fiches/fiche.html:49
|
|
msgid "Thurne"
|
|
msgstr "Room"
|
|
|
|
#: fiches/templates/fiches/fiche.html:57
|
|
msgid "Téléphone"
|
|
msgstr "Phone number"
|
|
|
|
#: fiches/templates/fiches/fiche.html:69
|
|
msgid "Réseau social,Réseaux sociaux"
|
|
msgstr "Social network,Social networks"
|
|
|
|
#: fiches/templates/fiches/fiche.html:81
|
|
msgid "Mail,Mails"
|
|
msgstr "E-mail,E-mails"
|
|
|
|
#: fiches/templates/fiches/fiche.html:93
|
|
msgid "Adresse,Adresses"
|
|
msgstr "Address,Addresses"
|
|
|
|
#: fiches/templates/fiches/fiche.html:105
|
|
msgid "Études passées"
|
|
msgstr "Past studies"
|
|
|
|
#: fiches/templates/fiches/fiche.html:113
|
|
msgid "Expériences passées"
|
|
msgstr "Experiences"
|
|
|
|
#: fiches/templates/fiches/fiche.html:122
|
|
msgid "Champ libre"
|
|
msgstr "Free space"
|
|
|
|
#: fiches/templates/fiches/fiches_modif.html:8
|
|
msgid "Modifier ma page d'annuaire"
|
|
msgstr "Edit my directory record"
|
|
|
|
#: fiches/templates/fiches/fiches_modif.html:13
|
|
msgid "Nom :"
|
|
msgstr "Name:"
|
|
|
|
#: fiches/templates/fiches/fiches_modif.html:17
|
|
msgid "Surnom :"
|
|
msgstr "Nickname:"
|
|
|
|
#: fiches/templates/fiches/fiches_modif.html:21
|
|
msgid "Pronom(s) utilisé(s) :"
|
|
msgstr "Pronoun(s):"
|
|
|
|
#: fiches/templates/fiches/fiches_modif.html:25
|
|
msgid "Photo :"
|
|
msgstr "Photo:"
|
|
|
|
#: fiches/templates/fiches/fiches_modif.html:39
|
|
msgid "Effacer (cochez la case) :"
|
|
msgstr "Delete (check the box):"
|
|
|
|
#: fiches/templates/fiches/fiches_modif.html:44
|
|
msgid "Nouvelle photo :"
|
|
msgstr "New photo:"
|
|
|
|
#: fiches/templates/fiches/fiches_modif.html:51
|
|
msgid "Département :"
|
|
msgstr "Department:"
|
|
|
|
#: fiches/templates/fiches/fiches_modif.html:55
|
|
#: fiches/templates/fiches/home.html:14
|
|
msgid "Promotion :"
|
|
msgstr "Entry year:"
|
|
|
|
#: fiches/templates/fiches/fiches_modif.html:59
|
|
msgid "Études passées :"
|
|
msgstr "Past studies:"
|
|
|
|
#: fiches/templates/fiches/fiches_modif.html:65
|
|
msgid "Expériences :"
|
|
msgstr "Experiences:"
|
|
|
|
#: fiches/templates/fiches/fiches_modif.html:71
|
|
msgid "Date de naissance :"
|
|
msgstr "Date of birth:"
|
|
|
|
#: fiches/templates/fiches/fiches_modif.html:75
|
|
msgid "Thurne :"
|
|
msgstr "Room :"
|
|
|
|
#: fiches/templates/fiches/fiches_modif.html:78
|
|
msgid "Personnel"
|
|
msgstr "Private"
|
|
|
|
#: fiches/templates/fiches/fiches_modif.html:78
|
|
msgid "0612345678"
|
|
msgstr "0612345678"
|
|
|
|
#: fiches/templates/fiches/fiches_modif.html:79
|
|
msgid "Numéro(s) de téléphone :"
|
|
msgstr "Phone number(s):"
|
|
|
|
#: fiches/templates/fiches/fiches_modif.html:80
|
|
msgid "Ajouter un numéro"
|
|
msgstr "Add a phone number"
|
|
|
|
#: fiches/templates/fiches/fiches_modif.html:83
|
|
msgid "InstaTok"
|
|
msgstr "InstaTok"
|
|
|
|
#: fiches/templates/fiches/fiches_modif.html:83
|
|
msgid "mon_profil_instatok"
|
|
msgstr "my_instatok_profile"
|
|
|
|
#: fiches/templates/fiches/fiches_modif.html:84
|
|
msgid "Réseaux sociaux :"
|
|
msgstr "Social networks:"
|
|
|
|
#: fiches/templates/fiches/fiches_modif.html:85
|
|
msgid "Ajouter un réseau social"
|
|
msgstr "Add a social network"
|
|
|
|
#: fiches/templates/fiches/fiches_modif.html:88
|
|
msgid "Professionelle"
|
|
msgstr "Professional"
|
|
|
|
#: fiches/templates/fiches/fiches_modif.html:88
|
|
msgid "moi@ens.fr"
|
|
msgstr "me@ens.fr"
|
|
|
|
#: fiches/templates/fiches/fiches_modif.html:89
|
|
msgid "Mail(s) :"
|
|
msgstr "E-mail(s):"
|
|
|
|
#: fiches/templates/fiches/fiches_modif.html:90
|
|
msgid "Ajouter un email"
|
|
msgstr "Add an e-mail"
|
|
|
|
#: fiches/templates/fiches/fiches_modif.html:93
|
|
msgid "Bureau"
|
|
msgstr "Office"
|
|
|
|
#: fiches/templates/fiches/fiches_modif.html:93
|
|
msgid "45 rue d'Ulm"
|
|
msgstr "45 rue d'Ulm"
|
|
|
|
#: fiches/templates/fiches/fiches_modif.html:94
|
|
msgid "Adresse(s) :"
|
|
msgstr "Address(es):"
|
|
|
|
#: fiches/templates/fiches/fiches_modif.html:95
|
|
msgid "Ajouter une adresse"
|
|
msgstr "Add an address"
|
|
|
|
#: fiches/templates/fiches/fiches_modif.html:99
|
|
msgid "Champ libre :"
|
|
msgstr "Free space:"
|
|
|
|
#: fiches/templates/fiches/fiches_modif.html:105
|
|
msgid "Apparaître sur l'annuaire papier ?"
|
|
msgstr "Appear on the paper directory?"
|
|
|
|
#: fiches/templates/fiches/fiches_modif.html:109
|
|
msgid "Conserver la fiche annuaire ?"
|
|
msgstr "Keep the directory record?"
|
|
|
|
#: fiches/templates/fiches/fiches_modif.html:112
|
|
msgid "Enregistrer"
|
|
msgstr "Save"
|
|
|
|
#: fiches/templates/fiches/home.html:8
|
|
msgid "Chercher quelqu'un·e dans l'annuaire"
|
|
msgstr "Search for someone in the directory"
|
|
|
|
#: fiches/templates/fiches/home.html:11
|
|
msgid "Nom/Surnom :"
|
|
msgstr "Name/Nickname:"
|
|
|
|
#: fiches/templates/fiches/home.html:17
|
|
msgid "Départment :"
|
|
msgstr "Department:"
|
|
|
|
#: fiches/templates/fiches/home.html:19
|
|
msgid "Recherche"
|
|
msgstr "Search"
|
|
|
|
#~ msgid "Department :"
|
|
#~ msgstr "Department:"
|