Files
SingularityViewer/indra/newview/skins/default/xui/fr/panel_event.xml
Lirusaito 84795863e5 Translations updated
Updated French Translation from Nomade's Zip for MultiWear.
Updated Translations to use basically the same format, and not have some cruft.
Abouts updated to include Spanish translators: Damian Zhaoying, and Franxizco Romano.
2012-07-16 17:07:22 -04:00

71 lines
1.4 KiB
XML
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="Event" title="Evénement">
<text name="event_name_label">
Nom :
</text>
<text name="event_name">
(aucun)
</text>
<text name="event_category_label">
Type :
</text>
<text name="event_category">
(aucun)
</text>
<text name="event_mature_label">
Contenu Mature :
</text>
<text name="event_mature_yes">
Oui
</text>
<text name="event_mature_no">
Non
</text>
<text name="event_date_label">
Date :
</text>
<text name="event_date">
(aucune)
</text>
<text name="event_duration_label">
Durée :
</text>
<text name="event_duration">
(aucune)
</text>
<text name="event_runby_label">
Organisé par :
</text>
<text name="event_runby">
(personne)
</text>
<text name="event_location_label">
Lieu :
</text>
<text name="event_location">
(aucun)
</text>
<text name="event_cover_label">
Prix :
</text>
<text name="event_cover">
(aucun)
</text>
<text name="event_desc_label">
Description :
</text>
<button label="Téléporter" name="teleport_btn"/>
<button label="Voir sur la carte" name="map_btn"/>
<button label="Prévenir" name="notify_btn"/>
<button label="Créer un événement" name="create_event_btn"/>
<string name="none">
aucun
</string>
<string name="notify">
Prévenir
</string>
<string name="dont_notify">
Ne pas prévenir
</string>
</panel>