Changeset 1641
- Timestamp:
- 10/24/09 08:18:17 (13 years ago)
- Location:
- plugins/agora
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/agora/default-templates/agora-atom.xml
r1195 r1641 30 30 <dc:subject>{{tpl:EntryCategory encode_html="1"}}</dc:subject> 31 31 </tpl:EntryIf> 32 <tpl:Entry MetaData><dc:subject>{{tpl:MetaID}}</dc:subject></tpl:EntryMetaData>32 <tpl:EntryTag><dc:subject>{{tpl:TagID}}</dc:subject></tpl:EntryTag> 33 33 34 34 <content type="html">{{tpl:EntryExcerpt absolute_urls="1" encode_xml="1"}} -
plugins/agora/default-templates/agora-rss2.xml
r1195 r1641 28 28 <category>{{tpl:EntryCategory encode_html="1"}}</category> 29 29 </tpl:EntryIf> 30 <tpl:Entry MetaData><category>{{tpl:MetaID}}</category></tpl:EntryMetaData>30 <tpl:EntryTag><category>{{tpl:TagID}}</category></tpl:EntryTag> 31 31 32 32 <description>{{tpl:EntryExcerpt absolute_urls="1" encode_xml="1"}} -
plugins/agora/inc/class.agora.log.php
r1192 r1641 156 156 } 157 157 } 158 ?> -
plugins/agora/locales/fr/main.po
r1196 r1641 4 4 "Report-Msgid-Bugs-To: \n" 5 5 "POT-Creation-Date: 2009-06-01 19:07+0100\n" 6 "PO-Revision-Date: 2009- 06-01 19:09+0100\n"7 "Last-Translator: Osku <popech@gmail.com>\n"6 "PO-Revision-Date: 2009-10-24 07:54+0100\n" 7 "Last-Translator: Kozlika <kozlika@free.fr>\n" 8 8 "Language-Team: \n" 9 9 "MIME-Version: 1.0\n" … … 62 62 #: _public.php:486 63 63 msgid "Please, check your password. Passwords don't match" 64 msgstr "S'il vous pla it, vérifiez vos mots de passe. Ils ne correspondent pas"64 msgstr "S'il vous plaît, vérifiez vos mots de passe. Ils ne correspondent pas" 65 65 66 66 #: _public.php:513 … … 94 94 #: index.php:53 95 95 msgid "Configuration successfully updated." 96 msgstr "L 'utilisateur %s a été misà jour avec succès."96 msgstr "La configuration %s a été mise à jour avec succès." 97 97 98 98 #: index.php:76 … … 102 102 #: index.php:81 103 103 msgid "Enable Agora" 104 msgstr "Activer l'Agora"104 msgstr "Activer Agora" 105 105 106 106 #: index.php:88 … … 114 114 #: index.php:90 115 115 msgid "Agora announce:" 116 msgstr "Connexion à l'Agora :"116 msgstr "Connexion à l'Agora :" 117 117 118 118 #: index.php:97 … … 151 151 #: inc/class.agora.php:193 152 152 msgid "To activate your account and verify your e-mail address, please click on the following link:" 153 msgstr "Pour activer votre compte et vérifier votre adresse email, clique r sur le lien suivant:"153 msgstr "Pour activer votre compte et vérifier votre adresse email, cliquez sur le lien suivant :" 154 154 155 155 #: inc/class.agora.php:197 156 156 msgid "Your indormations:" 157 msgstr "Vos informations :"157 msgstr "Vos informations :" 158 158 159 159 #: inc/class.agora.php:198 160 160 #, php-format 161 161 msgid "Login: %s" 162 msgstr "Utilisateur : %s"162 msgstr "Utilisateur : %s" 163 163 164 164 #: inc/class.agora.php:199 165 165 #, php-format 166 166 msgid "Password: %s" 167 msgstr "Mot de passe : %s"167 msgstr "Mot de passe : %s" 168 168 169 169 #: inc/class.agora.php:200 170 170 msgid "Agora connection:" 171 msgstr "Connexion à l'Agora :"171 msgstr "Connexion à l'Agora :" 172 172 173 173 #: inc/class.agora.php:203
Note: See TracChangeset
for help on using the changeset viewer.