|
From: <bi...@us...> - 2013-04-23 03:34:33
|
Revision: 11434
http://sourceforge.net/p/xoops/svn/11434
Author: bitc3r0
Date: 2013-04-23 03:34:29 +0000 (Tue, 23 Apr 2013)
Log Message:
-----------
Modified Paths:
--------------
RMC/rmcommon/trunk/rmcommon/api/events.php
RMC/rmcommon/trunk/rmcommon/class/functions.php
RMC/rmcommon/trunk/rmcommon/class/internalblock.php
RMC/rmcommon/trunk/rmcommon/class/template.php
RMC/rmcommon/trunk/rmcommon/preloads/core.php
RMC/rmcommon/trunk/rmcommon/themes/twop6/css/bootstrap-responsive.min.css
RMC/rmcommon/trunk/rmcommon/themes/twop6/css/bootstrap.css
RMC/rmcommon/trunk/rmcommon/themes/twop6/css/bootstrap.min.css
RMC/rmcommon/trunk/rmcommon/themes/twop6/images/glyphicons-halflings.png
RMC/rmcommon/trunk/rmcommon/themes/twop6/js/bootstrap.min.js
Added Paths:
-----------
RMC/rmcommon/trunk/rmcommon/lang/fr.mo
RMC/rmcommon/trunk/rmcommon/lang/fr.po
Modified: RMC/rmcommon/trunk/rmcommon/api/events.php
===================================================================
--- RMC/rmcommon/trunk/rmcommon/api/events.php 2013-04-23 03:34:13 UTC (rev 11433)
+++ RMC/rmcommon/trunk/rmcommon/api/events.php 2013-04-23 03:34:29 UTC (rev 11434)
@@ -63,7 +63,7 @@
/**
* Get an singleton instance for events api
*/
- public function get(){
+ static function get(){
static $instance;
if (isset($instance))
Modified: RMC/rmcommon/trunk/rmcommon/class/functions.php
===================================================================
--- RMC/rmcommon/trunk/rmcommon/class/functions.php 2013-04-23 03:34:13 UTC (rev 11433)
+++ RMC/rmcommon/trunk/rmcommon/class/functions.php 2013-04-23 03:34:29 UTC (rev 11434)
@@ -12,7 +12,7 @@
{
private $plugin_settings = array();
- public function get(){
+ static function get(){
static $instance;
if (!isset($instance))
Modified: RMC/rmcommon/trunk/rmcommon/class/internalblock.php
===================================================================
--- RMC/rmcommon/trunk/rmcommon/class/internalblock.php 2013-04-23 03:34:13 UTC (rev 11433)
+++ RMC/rmcommon/trunk/rmcommon/class/internalblock.php 2013-04-23 03:34:29 UTC (rev 11434)
@@ -35,19 +35,28 @@
*/
function __construct($id = null)
{
- $this->db =& XoopsDatabaseFactory::getDatabaseConnection();
- $this->_dbtable = $this->db->prefix("rmc_blocks");
- $this->setNew();
- $this->initVarsFromTable();
- $this->setVarType('options', XOBJ_DTYPE_ARRAY);
- $this->setVarType('content', XOBJ_DTYPE_OTHER);
+ global $xoopsConfig;
+
+ $this->db =& XoopsDatabaseFactory::getDatabaseConnection();
+ $this->_dbtable = $this->db->prefix("rmc_blocks");
+ $this->setNew();
+ $this->initVarsFromTable();
+ $this->setVarType('options', XOBJ_DTYPE_ARRAY);
+ $this->setVarType('content', XOBJ_DTYPE_OTHER);
+
+ if ($id==null) return;
+
+ if (!$this->loadValues($id)) return;
+
+ $this->unsetNew();
+
+ $file = XOOPS_ROOT_PATH.'/modules/'.$this->getVar('dirname').'/language/'.$xoopsConfig['language'].'/blocks.php';
+
+ if(file_exists($file))
+ @include_once $file;
+ else
+ @include_once str_replace('/'.$xoopsConfig['language'].'/', '/english/', $file);
- if ($id==null) return;
-
- if (!$this->loadValues($id)) return;
-
- $this->unsetNew();
-
// Cargamos los grupos con permisos
//$this->readGroups();
}
Modified: RMC/rmcommon/trunk/rmcommon/class/template.php
===================================================================
--- RMC/rmcommon/trunk/rmcommon/class/template.php 2013-04-23 03:34:13 UTC (rev 11433)
+++ RMC/rmcommon/trunk/rmcommon/class/template.php 2013-04-23 03:34:29 UTC (rev 11434)
@@ -79,7 +79,7 @@
* @staticvar <type> $instance
* @return object EXMTemplate
*/
- public function get(){
+ static function get(){
static $instance;
if (!isset($instance)) {
Added: RMC/rmcommon/trunk/rmcommon/lang/fr.mo
===================================================================
(Binary files differ)
Index: RMC/rmcommon/trunk/rmcommon/lang/fr.mo
===================================================================
--- RMC/rmcommon/trunk/rmcommon/lang/fr.mo 2013-04-23 03:34:13 UTC (rev 11433)
+++ RMC/rmcommon/trunk/rmcommon/lang/fr.mo 2013-04-23 03:34:29 UTC (rev 11434)
Property changes on: RMC/rmcommon/trunk/rmcommon/lang/fr.mo
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: RMC/rmcommon/trunk/rmcommon/lang/fr.po
===================================================================
--- RMC/rmcommon/trunk/rmcommon/lang/fr.po (rev 0)
+++ RMC/rmcommon/trunk/rmcommon/lang/fr.po 2013-04-23 03:34:29 UTC (rev 11434)
@@ -0,0 +1,3261 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: Common Utilities\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2012-11-22 22:03-0600\n"
+"PO-Revision-Date: 2013-04-19 18:08-0600\n"
+"Last-Translator: Eduardo Cortés <i.b...@gm...>\n"
+"Language-Team: Red Mexico <xoo...@gm...>\n"
+"Language: en\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Poedit-KeywordsList: __;_e\n"
+"X-Poedit-Basepath: .\n"
+"X-Poedit-SourceCharset: UTF-8\n"
+"X-Generator: Poedit 1.5.4\n"
+"X-Poedit-SearchPath-0: C:\\wamp\\www\\xm\\modules\\rmcommon\n"
+
+#: C:\wamp\www\xm\modules\rmcommon/blocks.php:133
+#: C:\wamp\www\xm\modules\rmcommon/menu.php:29
+#: C:\wamp\www\xm\modules\rmcommon/class/functions.php:97
+msgid "Blocks"
+msgstr "Blocs"
+
+#: C:\wamp\www\xm\modules\rmcommon/blocks.php:141
+msgid "Internal blocks manager is currenlty disabled!"
+msgstr "Le gestionnaire interne de blocs est désactivé!"
+
+#: C:\wamp\www\xm\modules\rmcommon/blocks.php:145
+msgid "Do you really wish to delete selected items?"
+msgstr "Voulez vous vraiment effacer les items sélectionnés?"
+
+#: C:\wamp\www\xm\modules\rmcommon/blocks.php:146
+msgid "Select at least one item to delete it!"
+msgstr "Sélectionnez au minimum un item pour l'effacer!"
+
+#: C:\wamp\www\xm\modules\rmcommon/blocks.php:147
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_block_form.php:75
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_updates.php:35
+msgid "Save"
+msgstr "Sauver"
+
+#: C:\wamp\www\xm\modules\rmcommon/blocks.php:148
+#: C:\wamp\www\xm\modules\rmcommon/comments.php:287
+#: C:\wamp\www\xm\modules\rmcommon/plugins.php:469
+#: C:\wamp\www\xm\modules\rmcommon/post_comment.php:229
+#: C:\wamp\www\xm\modules\rmcommon/users.php:303
+#: C:\wamp\www\xm\modules\rmcommon/users.php:418
+#: C:\wamp\www\xm\modules\rmcommon/templates/categories_form.php:122
+#: C:\wamp\www\xm\modules\rmcommon/templates/editor_image.php:80
+#: C:\wamp\www\xm\modules\rmcommon/templates/images_edit.php:44
+#: C:\wamp\www\xm\modules\rmcommon/templates/images_uploadimages.php:13
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_blocks.php:226
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_blocks.php:234
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_block_form.php:74
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_modules.php:99
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_mod_preinstall.php:120
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_updates.php:78
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_updates.php:93
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_users.php:73
+msgid "Cancel"
+msgstr "Annuler"
+
+#: C:\wamp\www\xm\modules\rmcommon/blocks.php:149
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_blocks.php:45
+msgid "Show Positions"
+msgstr "Montrer les positions"
+
+#: C:\wamp\www\xm\modules\rmcommon/blocks.php:150
+msgid "Show Blocks"
+msgstr "Montrer les blocs"
+
+#: C:\wamp\www\xm\modules\rmcommon/blocks.php:193
+#: C:\wamp\www\xm\modules\rmcommon/blocks.php:247
+#: C:\wamp\www\xm\modules\rmcommon/blocks.php:277
+#: C:\wamp\www\xm\modules\rmcommon/blocks.php:308
+#: C:\wamp\www\xm\modules\rmcommon/post_comment.php:28
+msgid "You are not allowed to do this action!"
+msgstr "Vous n'êtes pas autorisé à effectuer cette action!"
+
+#: C:\wamp\www\xm\modules\rmcommon/blocks.php:201
+msgid "Please provide a name and tag for this new position!"
+msgstr "Merci d'attribuer un nom et un tag pour cette nouvelle position!"
+
+#: C:\wamp\www\xm\modules\rmcommon/blocks.php:209
+msgid "You must specify a valid position ID!"
+msgstr "Vous devez spécifier un ID avec une position valide!"
+
+#: C:\wamp\www\xm\modules\rmcommon/blocks.php:213
+msgid "Specified position does not exists!"
+msgstr "La position spécifiée n'existe pas!"
+
+#: C:\wamp\www\xm\modules\rmcommon/blocks.php:231
+msgid "Already exists another position with same name or same tag!"
+msgstr "Il existe déjà une autre position avec le même nom ou le même tag!"
+
+#: C:\wamp\www\xm\modules\rmcommon/blocks.php:234
+#: C:\wamp\www\xm\modules\rmcommon/images.php:400
+#: C:\wamp\www\xm\modules\rmcommon/users.php:377
+msgid "Database updated successfully!"
+msgstr "Base de données mise à jour avec succès!"
+
+#: C:\wamp\www\xm\modules\rmcommon/blocks.php:236
+msgid "Errors ocurred while trying to save data"
+msgstr "Des erreurs sont apparues lors de la sauvegarde des données"
+
+#: C:\wamp\www\xm\modules\rmcommon/blocks.php:254
+msgid "Select at least a block!"
+msgstr "Sélectionnez au moins un bloc!"
+
+#: C:\wamp\www\xm\modules\rmcommon/blocks.php:262
+#: C:\wamp\www\xm\modules\rmcommon/blocks.php:299
+#: C:\wamp\www\xm\modules\rmcommon/blocks.php:330
+msgid "Database updated successfully"
+msgstr "Base de données mise à jour avec succès"
+
+#: C:\wamp\www\xm\modules\rmcommon/blocks.php:264
+msgid "Errors ocurred while trying to do this action"
+msgstr "Des erreurs sont apparues lors de l'exécution de cette action"
+
+#: C:\wamp\www\xm\modules\rmcommon/blocks.php:284
+msgid "You must select at least one block!"
+msgstr "Vous devez sélectionner au moins un bloc!"
+
+#: C:\wamp\www\xm\modules\rmcommon/blocks.php:297
+#: C:\wamp\www\xm\modules\rmcommon/blocks.php:328
+msgid "There was some errors:"
+msgstr "Il y a eu quelques erreurs:"
+
+#: C:\wamp\www\xm\modules\rmcommon/blocks.php:315
+msgid "You must select at least one position!"
+msgstr "Vous devez sélectionner au moins une position!"
+
+#: C:\wamp\www\xm\modules\rmcommon/comments.php:105
+#: C:\wamp\www\xm\modules\rmcommon/comments.php:226
+#: C:\wamp\www\xm\modules\rmcommon/blocks/comments.php:81
+msgid "Unknow"
+msgstr "Inconnu"
+
+#: C:\wamp\www\xm\modules\rmcommon/comments.php:114
+#: C:\wamp\www\xm\modules\rmcommon/class/functions.php:268
+#, php-format
+msgid "Posted on %s"
+msgstr "Posté le %s"
+
+#: C:\wamp\www\xm\modules\rmcommon/comments.php:131
+msgid "Do you really want to delete this comment?"
+msgstr "Voulez vous vraiment effacer ce commentaire?"
+
+#: C:\wamp\www\xm\modules\rmcommon/comments.php:146
+#: C:\wamp\www\xm\modules\rmcommon/post_comment.php:168
+msgid "Invalid operation"
+msgstr "Opération non valide"
+
+#: C:\wamp\www\xm\modules\rmcommon/comments.php:158
+#: C:\wamp\www\xm\modules\rmcommon/comments.php:197
+#: C:\wamp\www\xm\modules\rmcommon/comments.php:308
+msgid "Sorry, session token expired!"
+msgstr "Désolé, la session a expirée!"
+
+#: C:\wamp\www\xm\modules\rmcommon/comments.php:163
+#: C:\wamp\www\xm\modules\rmcommon/comments.php:202
+msgid "Unrecognized data!"
+msgstr "Données non reconnues!"
+
+#: C:\wamp\www\xm\modules\rmcommon/comments.php:174
+msgid "Comments updated successfully!"
+msgstr "Les commentaires ont été mis à jour avec succès!"
+
+#: C:\wamp\www\xm\modules\rmcommon/comments.php:179
+msgid "Errors occurrs while trying to update comments!"
+msgstr "Des erreurs sont apparues lors de la mise à jour des commentaires!"
+
+#: C:\wamp\www\xm\modules\rmcommon/comments.php:232
+msgid "Comments deleted successfully!"
+msgstr "Commentaires effacés avec succès!"
+
+#: C:\wamp\www\xm\modules\rmcommon/comments.php:246
+msgid "Sorry, comment id is not valid"
+msgstr "Désolé l'ID du commentaire n'est pas valide"
+
+#: C:\wamp\www\xm\modules\rmcommon/comments.php:252
+msgid "Sorry, comment does not found"
+msgstr "Désolé, le commentaire n'a pas été trouvé"
+
+#: C:\wamp\www\xm\modules\rmcommon/comments.php:264
+#: C:\wamp\www\xm\modules\rmcommon/post_comment.php:207
+msgid "Edit Comment"
+msgstr "Editer le commentaire"
+
+#: C:\wamp\www\xm\modules\rmcommon/comments.php:265
+#: C:\wamp\www\xm\modules\rmcommon/post_comment.php:208
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_comments.php:47
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_comments.php:57
+msgid "In reply to"
+msgstr "En réponse à"
+
+#: C:\wamp\www\xm\modules\rmcommon/comments.php:266
+#: C:\wamp\www\xm\modules\rmcommon/post_comment.php:209
+msgid "Posted date"
+msgstr "Date d'envoi"
+
+#: C:\wamp\www\xm\modules\rmcommon/comments.php:267
+#: C:\wamp\www\xm\modules\rmcommon/post_comment.php:210
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_blocks.php:98
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_blocks.php:108
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_comments.php:46
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_comments.php:56
+msgid "Module"
+msgstr "Module"
+
+#: C:\wamp\www\xm\modules\rmcommon/comments.php:268
+msgid "IP"
+msgstr "IP"
+
+#: C:\wamp\www\xm\modules\rmcommon/comments.php:271
+#: C:\wamp\www\xm\modules\rmcommon/post_comment.php:214
+msgid "Poster"
+msgstr "Auteur"
+
+#: C:\wamp\www\xm\modules\rmcommon/comments.php:274
+#: C:\wamp\www\xm\modules\rmcommon/post_comment.php:219
+#: C:\wamp\www\xm\modules\rmcommon/templates/images_categories.php:18
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_comments.php:45
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_comments.php:55
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_plugins.php:14
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_plugins.php:23
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_users.php:122
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_users.php:133
+msgid "Status"
+msgstr "Status"
+
+#: C:\wamp\www\xm\modules\rmcommon/comments.php:275
+#: C:\wamp\www\xm\modules\rmcommon/post_comment.php:220
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_comments.php:28
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_comments.php:30
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_comments.php:92
+msgid "Approved"
+msgstr "Approuvé"
+
+#: C:\wamp\www\xm\modules\rmcommon/comments.php:276
+#: C:\wamp\www\xm\modules\rmcommon/post_comment.php:221
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_comments.php:23
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_comments.php:25
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_comments.php:95
+msgid "Unapproved"
+msgstr "Désapprouvé"
+
+#: C:\wamp\www\xm\modules\rmcommon/comments.php:279
+#: C:\wamp\www\xm\modules\rmcommon/post_comment.php:225
+msgid "Content"
+msgstr "Contenu"
+
+#: C:\wamp\www\xm\modules\rmcommon/comments.php:286
+#: C:\wamp\www\xm\modules\rmcommon/post_comment.php:228
+msgid "Update Comment"
+msgstr "Mettre à jour les commentaires"
+
+#: C:\wamp\www\xm\modules\rmcommon/comments.php:313
+msgid "Comment ID not specified!"
+msgstr "Id du commentaire non spécifiée!"
+
+#: C:\wamp\www\xm\modules\rmcommon/comments.php:319
+#: C:\wamp\www\xm\modules\rmcommon/post_comment.php:186
+#: C:\wamp\www\xm\modules\rmcommon/post_comment.php:273
+msgid "Specified comment does not exist!"
+msgstr "Le commentaire spécifié n'existe pas!"
+
+#: C:\wamp\www\xm\modules\rmcommon/comments.php:354
+#: C:\wamp\www\xm\modules\rmcommon/post_comment.php:315
+msgid "Comment updated successfully!"
+msgstr "Commentaire mis à jour avec succès"
+
+#: C:\wamp\www\xm\modules\rmcommon/comments.php:356
+#: C:\wamp\www\xm\modules\rmcommon/post_comment.php:317
+msgid "Errros ocurrs while trying to update comment!"
+msgstr "Des erreurs sont apparues lors de la mise à jour du commentaire!"
+
+#: C:\wamp\www\xm\modules\rmcommon/images.php:33
+#: C:\wamp\www\xm\modules\rmcommon/include/tiny-images.php:119
+msgid "There are not categories yet! Please create one in order to add images."
+msgstr ""
+"Il n'y a pas encore de catégories. Merci d'en créer une pour y ajouter des "
+"images."
+
+#: C:\wamp\www\xm\modules\rmcommon/images.php:132
+#, php-format
+msgid "Category %s is closed. Please, select another category."
+msgstr "La catégorie %s est fermée. Sélectionnez-en une autre."
+
+#: C:\wamp\www\xm\modules\rmcommon/images.php:147
+#: C:\wamp\www\xm\modules\rmcommon/include/tiny-images.php:49
+msgid "All Images (*.jpg, *.png, *.gif)"
+msgstr "Toutes les images (*.jpg, *.png, *.gif)"
+
+#: C:\wamp\www\xm\modules\rmcommon/images.php:149
+#: C:\wamp\www\xm\modules\rmcommon/include/tiny-images.php:51
+msgid "Browse Images..."
+msgstr "Naviguer dans les images..."
+
+#: C:\wamp\www\xm\modules\rmcommon/images.php:158
+#: C:\wamp\www\xm\modules\rmcommon/include/tiny-images.php:67
+msgid "Uploaded successfully!"
+msgstr "Envoyé avec succès!"
+
+#: C:\wamp\www\xm\modules\rmcommon/images.php:265
+msgid "You must specify a category id to edit!"
+msgstr "Vous devez spécifier un ID de catégorie à éditer!"
+
+#: C:\wamp\www\xm\modules\rmcommon/images.php:272
+msgid "The specified category does not exist!"
+msgstr "La catégorie spécifiée n'existe pas."
+
+#: C:\wamp\www\xm\modules\rmcommon/images.php:320
+msgid "Specify a valid category id"
+msgstr "Spécifiez un ID de catégorie valide"
+
+#: C:\wamp\www\xm\modules\rmcommon/images.php:326
+msgid "Specified category does not exists!"
+msgstr "La catégorie spécifiée n'existe pas!"
+
+#: C:\wamp\www\xm\modules\rmcommon/images.php:335
+msgid "Please specify a category name"
+msgstr "Merci de spécifier le nom d'une catégorie"
+
+#: C:\wamp\www\xm\modules\rmcommon/images.php:351
+msgid "You must create one size for this category at least!"
+msgstr "Vous devez créer une taille au moins pour cette catégorie!"
+
+#: C:\wamp\www\xm\modules\rmcommon/images.php:358
+msgid "There is already a category with the same name!"
+msgstr "Il y a déjà une catégorie avec le même nom!"
+
+#: C:\wamp\www\xm\modules\rmcommon/images.php:370
+msgid "Category updated successfully!"
+msgstr "Catégorie mise à jour avec succès!"
+
+#: C:\wamp\www\xm\modules\rmcommon/images.php:372
+msgid "There were some erros while trying to save this category."
+msgstr "Il y a eu quelques erreurs, lors de la sauvegarde de cette catégorie."
+
+#: C:\wamp\www\xm\modules\rmcommon/images.php:388
+msgid "Specify one category at least to change status!"
+msgstr "Spécifiez au moins une catégorie pour changer le status!"
+
+#: C:\wamp\www\xm\modules\rmcommon/images.php:403
+msgid "There were some erros while updating database:"
+msgstr ""
+"Il y a eu quelques erreurs lors de la mise à jour de la base de données:"
+
+#: C:\wamp\www\xm\modules\rmcommon/images.php:428
+#: C:\wamp\www\xm\modules\rmcommon/images.php:439
+#: C:\wamp\www\xm\modules\rmcommon/images.php:443
+#: C:\wamp\www\xm\modules\rmcommon/images.php:447
+msgid "Unauthorized!"
+msgstr "Non autorisé!"
+
+#: C:\wamp\www\xm\modules\rmcommon/images.php:432
+msgid "Invalid image!"
+msgstr "Image invalide!"
+
+#: C:\wamp\www\xm\modules\rmcommon/images.php:452
+#: C:\wamp\www\xm\modules\rmcommon/images.php:549
+msgid "Image not found!"
+msgstr "Image introuvable!"
+
+#: C:\wamp\www\xm\modules\rmcommon/images.php:458
+msgid "Unauthorized"
+msgstr "Non autorisé"
+
+#: C:\wamp\www\xm\modules\rmcommon/images.php:525
+#, php-format
+msgid "%s done!"
+msgstr "%s effectué!"
+
+#: C:\wamp\www\xm\modules\rmcommon/images.php:543
+msgid "Invalid image ID"
+msgstr "ID d'image invalide"
+
+#: C:\wamp\www\xm\modules\rmcommon/images.php:614
+#: C:\wamp\www\xm\modules\rmcommon/images.php:763
+#: C:\wamp\www\xm\modules\rmcommon/ajax/blocks.php:32
+msgid "Operation not allowed!"
+msgstr "Opération non autorisée!"
+
+#: C:\wamp\www\xm\modules\rmcommon/images.php:619
+msgid "Image ID not provided!"
+msgstr "ID d'image non fourni!"
+
+#: C:\wamp\www\xm\modules\rmcommon/images.php:624
+msgid "You must provide a title for this image"
+msgstr "Vous devez donner un titre pour cette image"
+
+#: C:\wamp\www\xm\modules\rmcommon/images.php:630
+#: C:\wamp\www\xm\modules\rmcommon/images.php:721
+msgid "Image not exists!"
+msgstr "L'image n'existe pas!"
+
+#: C:\wamp\www\xm\modules\rmcommon/images.php:636
+msgid "Category not exist!"
+msgstr "La catégorie n'existe pas!"
+
+#: C:\wamp\www\xm\modules\rmcommon/images.php:649
+msgid "the image could not be updated!"
+msgstr "L'image ne peut pas être mise à jour!"
+
+#: C:\wamp\www\xm\modules\rmcommon/images.php:655
+msgid "Image updated succesfully!"
+msgstr "Image mise à jour avec succès!"
+
+#: C:\wamp\www\xm\modules\rmcommon/images.php:697
+msgid "Image updated successfully!"
+msgstr "Image mise à jour avec succès!"
+
+#: C:\wamp\www\xm\modules\rmcommon/images.php:711
+msgid "Please, speciy an image at least!"
+msgstr "Merci de spécifier au moins une image!"
+
+#: C:\wamp\www\xm\modules\rmcommon/images.php:747
+msgid "Errors ocurred during images deletion!"
+msgstr "Des erreurs sont apparues durant l'effacement de l'image!"
+
+#: C:\wamp\www\xm\modules\rmcommon/images.php:749
+msgid "Images deleted successfully!"
+msgstr "Image effacée avec succès!"
+
+#: C:\wamp\www\xm\modules\rmcommon/images.php:768
+msgid "Category ID not provided"
+msgstr "ID de catégorie non fourni"
+
+#: C:\wamp\www\xm\modules\rmcommon/images.php:774
+msgid "Category not found"
+msgstr "Catégorie introuvable"
+
+#: C:\wamp\www\xm\modules\rmcommon/images.php:807
+msgid "Category deleted successfully!"
+msgstr "Catégorie effacée avec succès!"
+
+#: C:\wamp\www\xm\modules\rmcommon/images.php:809
+msgid "Errors ocurred while deleting the category"
+msgstr "Des erreurs sont apparues durant l'effacement de la catégorie"
+
+#: C:\wamp\www\xm\modules\rmcommon/index.php:83
+msgid "Dashboard Help"
+msgstr "Aide sur le tableau de contrôle "
+
+#: C:\wamp\www\xm\modules\rmcommon/index.php:99
+msgid "Theme changed successfully!"
+msgstr "Thème changé avec succès!"
+
+#: C:\wamp\www\xm\modules\rmcommon/index.php:102
+msgid "Theme could not be changed!"
+msgstr "Le thème ne peut pas être changé!"
+
+#: C:\wamp\www\xm\modules\rmcommon/index.php:107
+msgid "Specified theme does not exist!"
+msgstr "Le thème spécifié n'existe pas!"
+
+#: C:\wamp\www\xm\modules\rmcommon/loader.php:209
+msgid "Sorry, Red Mexico Common Utilities has not been installed yet!"
+msgstr "Désolé, RMCommon Utilitaires n'a pas encore été installé!"
+
+#: C:\wamp\www\xm\modules\rmcommon/menu.php:15
+#: C:\wamp\www\xm\modules\rmcommon/class/functions.php:95
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_dashboard.php:1
+msgid "Dashboard"
+msgstr "Tableau de contrôle"
+
+#: C:\wamp\www\xm\modules\rmcommon/menu.php:22
+#: C:\wamp\www\xm\modules\rmcommon/class/functions.php:96
+msgid "Modules"
+msgstr "Modules"
+
+#: C:\wamp\www\xm\modules\rmcommon/menu.php:36
+#: C:\wamp\www\xm\modules\rmcommon/users.php:406
+#: C:\wamp\www\xm\modules\rmcommon/class/functions.php:98
+msgid "Users"
+msgstr "Utilisateurs"
+
+#: C:\wamp\www\xm\modules\rmcommon/menu.php:41
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_users.php:53
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_users.php:60
+msgid "All users"
+msgstr "Tous les utilisateurs"
+
+#: C:\wamp\www\xm\modules\rmcommon/menu.php:42
+msgid "New user"
+msgstr "Nouvel utilisateur"
+
+#: C:\wamp\www\xm\modules\rmcommon/menu.php:47
+#: C:\wamp\www\xm\modules\rmcommon/menu.php:60
+#: C:\wamp\www\xm\modules\rmcommon/class/functions.php:89
+#: C:\wamp\www\xm\modules\rmcommon/class/functions.php:99
+#: C:\wamp\www\xm\modules\rmcommon/templates/categories_form.php:66
+#: C:\wamp\www\xm\modules\rmcommon/templates/categories_form.php:94
+#: C:\wamp\www\xm\modules\rmcommon/templates/images_categories.php:21
+#: C:\wamp\www\xm\modules\rmcommon/templates/images_categories.php:37
+msgid "Images"
+msgstr "Images"
+
+#: C:\wamp\www\xm\modules\rmcommon/menu.php:52
+#: C:\wamp\www\xm\modules\rmcommon/templates/images_categories.php:1
+msgid "Categories"
+msgstr "Catégories"
+
+#: C:\wamp\www\xm\modules\rmcommon/menu.php:56
+msgid "New category"
+msgstr "Nouvelle catégorie"
+
+#: C:\wamp\www\xm\modules\rmcommon/menu.php:64
+msgid "Add images"
+msgstr "Ajouter des images"
+
+#: C:\wamp\www\xm\modules\rmcommon/menu.php:72
+#: C:\wamp\www\xm\modules\rmcommon/xoops_version.php:461
+#: C:\wamp\www\xm\modules\rmcommon/class/functions.php:100
+msgid "Comments"
+msgstr "Commentaires"
+
+#: C:\wamp\www\xm\modules\rmcommon/menu.php:79
+#: C:\wamp\www\xm\modules\rmcommon/class/functions.php:101
+msgid "Plugins"
+msgstr "Plugins"
+
+#: C:\wamp\www\xm\modules\rmcommon/menu.php:86
+#: C:\wamp\www\xm\modules\rmcommon/class/functions.php:105
+msgid "Updates"
+msgstr "Mises à jour"
+
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:110
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_modules.php:1
+msgid "Modules Management"
+msgstr "Management des modules"
+
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:129
+msgid "Specified module is not valid!"
+msgstr "Le module spécifié n'est pas valide!"
+
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:136
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:172
+#, php-format
+msgid "%s is already installed!"
+msgstr "%s est déjà installé"
+
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:142
+msgid "Sepecified module is not a valid Xoops Module!"
+msgstr "Le modules spécifié n'est pas un module valide XOOPS!"
+
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:165
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:219
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:654
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:700
+msgid "Sorry, this operation could not be completed!"
+msgstr "Désolé, cette opération ne peut être terminée!"
+
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:204
+#, php-format
+msgid "Installation log for %s"
+msgstr "Log d'installation pour %s"
+
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:226
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:662
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:707
+#, php-format
+msgid "Module %s is not installed yet!"
+msgstr "Le module %s n'est pas encore installé!"
+
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:251
+#, php-format
+msgid "Uninstall log for %s"
+msgstr "Désinstallation log pour %s"
+
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:279
+#, php-format
+msgid "Could not update %s"
+msgstr "Impossible de mettre à jour %s"
+
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:283
+#, php-format
+msgid "Updating module %s"
+msgstr "Mise à jour du module %s"
+
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:298
+msgid "Updating templates..."
+msgstr "Mise à jour des templates..."
+
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:318
+#, php-format
+msgid "Template %s could not be inserted!"
+msgstr "Template %s ne peut pas être inséré!"
+
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:321
+#, php-format
+msgid "Template %s inserted to the database."
+msgstr "Template %s inséré dans la base de données."
+
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:324
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:393
+#, php-format
+msgid "ERROR: Could not recompile template %s"
+msgstr "ERREUR: Impossible de recompiler le template %s"
+
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:326
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:395
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:454
+#, php-format
+msgid "Template %s recompiled"
+msgstr "Template %s recompilé"
+
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:332
+#, php-format
+msgid "ERROR: Could not delete old template %s. Aborting update of this file."
+msgstr ""
+"ERREUR: Impossible d'effacer l'ancien template %s. Annulation de la mise à "
+"jour de ce fichier."
+
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:337
+msgid "Rebuilding blocks..."
+msgstr "Reconstruction des blocs"
+
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:368
+#, php-format
+msgid "ERROR: Could not update %s"
+msgstr "ERREUR: impossible de mettre à jour %s"
+
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:370
+#, php-format
+msgid "Block %s updated."
+msgstr "Bloc %s mis à jour"
+
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:370
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:428
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:430
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:459
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:471
+#, php-format
+msgid "Block ID: %s"
+msgstr "Bloc ID: %s"
+
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:388
+#, php-format
+msgid "ERROR: Could not update %s template."
+msgstr "ERREUR: Impossible de mettre à jour %s template"
+
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:390
+#, php-format
+msgid "Template %s updated."
+msgstr "Template %s mis à jour"
+
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:410
+#, php-format
+msgid "ERROR: Could not create %s"
+msgstr "ERREUR: Impossible de créer %s"
+
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:428
+msgid "ERROR: Could not add block access right"
+msgstr "ERREUR: Impossible d'ajouter les droits d'accès au bloc"
+
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:428
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:430
+#, php-format
+msgid "Group ID: %s"
+msgstr "ID du groupe: %s"
+
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:430
+msgid "Added block access right"
+msgstr "Droit d'accès au bloc ajoutés"
+
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:446
+#, php-format
+msgid "ERROR: Could not insert template %s to the database."
+msgstr "ERREUR: Impossible d'insérer le template %s dans la base de données."
+
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:449
+#, php-format
+msgid "Template %s added to the database"
+msgstr "Le template %s a été ajouté à la base de données"
+
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:452
+#, php-format
+msgid "ERROR: Template %s recompile failed"
+msgstr "ERREUR: Echec de la recompilation du Template %s "
+
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:459
+#, php-format
+msgid "Block %s created"
+msgstr "Bloc %s créé"
+
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:471
+#, php-format
+msgid "ERROR: Could not delete block %s"
+msgstr "ERREUR: Impossible d'effacer le bloc %s"
+
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:480
+msgid "ERROR: Could not remove deprecated block template."
+msgstr "ERREUR: Impossible d'enlever le template du bloc abimé"
+
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:482
+#, php-format
+msgid "Block template %s deprecated"
+msgstr "Le template du bloc %s est abimé"
+
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:501
+msgid "Deleting module config options..."
+msgstr "Effacement des options de configuration du module"
+
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:504
+msgid "ERROR: Could not delete config data from the database"
+msgstr ""
+"ERREUR: Impossible d'effacer les données de configuration de la base de "
+"données"
+
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:504
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:511
+#, php-format
+msgid "Config ID: %s"
+msgstr "ID de configuration: %s"
+
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:511
+msgid "Config data deleted from the database."
+msgstr "Données de configuration effacées de la base de données"
+
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:601
+msgid "Config option added"
+msgstr "Option de configuration ajoutée"
+
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:601
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_modules.php:80
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_mod_preinstall.php:77
+msgid "Name:"
+msgstr "Nom:"
+
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:601
+msgid "Value:"
+msgstr "Valeur:"
+
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:608
+#, php-format
+msgid "Config %s added to the database"
+msgstr "Configuration %s ajoutée à la base de données"
+
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:610
+#, php-format
+msgid "ERROR: Could not insert config %s to the database."
+msgstr ""
+"ERREUR: Impossible d'insérer dans la base de données la configuration de %s"
+
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:625
+#, php-format
+msgid "Failed to execute %s"
+msgstr "Echec dans l'exécution de %s"
+
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:627
+#, php-format
+msgid "%s executed successfully."
+msgstr "%s exécuté avec succès."
+
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:635
+#, php-format
+msgid "Module %s updated successfully!"
+msgstr "Module %s mis à jour avec succès!"
+
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:685
+#, php-format
+msgid "Update log for %s"
+msgstr "Log de mise à jour pour %s"
+
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:716
+#, php-format
+msgid "Module %s could not be disabled!"
+msgstr "Le module %s ne peut pas être désactivé!"
+
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:722
+#, php-format
+msgid "Module %s successfully disabled!"
+msgstr "Module %s désactivé avec succès!"
+
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:733
+msgid "Sorry, you don't have access to this page"
+msgstr "Désolé, vous n'avez pas les permissions d'accès à cette page"
+
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:734
+msgid "Click here to refresh"
+msgstr "Cliquez ici pour rafraichir"
+
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:793
+#: C:\wamp\www\xm\modules\rmcommon/include/right_widgets.php:35
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_dashboard.php:34
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_plugins.php:105
+msgid "Install"
+msgstr "Installer"
+
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:794
+#: C:\wamp\www\xm\modules\rmcommon/include/right_widgets.php:36
+msgid "More info"
+msgstr "Plus d'informations"
+
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:797
+#: C:\wamp\www\xm\modules\rmcommon/include/right_widgets.php:39
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_modules.php:64
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_mod_preinstall.php:81
+msgid "Version:"
+msgstr "Version:"
+
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:803
+#: C:\wamp\www\xm\modules\rmcommon/include/right_widgets.php:45
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_modules.php:68
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_mod_preinstall.php:85
+msgid "Author:"
+msgstr "Auteur:"
+
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:827
+msgid "You can not rename modules. Session token not valid!"
+msgstr ""
+"Vous ne pouvez renommer les modules. La session prise est invalide pour cela!"
+
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:841
+msgid "Data provided is not valid"
+msgstr "Les données fournies ne sont pas valides"
+
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:854
+msgid "Module name could not be changed!"
+msgstr "Le nom du module ne peut être changé!"
+
+#: C:\wamp\www\xm\modules\rmcommon/modules.php:864
+msgid "Module name changed successfully!"
+msgstr "Nom du module changé avec succès"
+
+#: C:\wamp\www\xm\modules\rmcommon/plugins.php:92
+#: C:\wamp\www\xm\modules\rmcommon/plugins.php:128
+#: C:\wamp\www\xm\modules\rmcommon/plugins.php:160
+#: C:\wamp\www\xm\modules\rmcommon/plugins.php:191
+#: C:\wamp\www\xm\modules\rmcommon/plugins.php:224
+#: C:\wamp\www\xm\modules\rmcommon/plugins.php:488
+msgid "You must specify a existing plugin"
+msgstr "Vous devez spécifier un plugin existant"
+
+#: C:\wamp\www\xm\modules\rmcommon/plugins.php:99
+msgid "Specified plugin is installed already!"
+msgstr "Le plugin spécifié est déjà installé"
+
+#: C:\wamp\www\xm\modules\rmcommon/plugins.php:104
+#, php-format
+msgid "%s is not a valid plugin!"
+msgstr "%s n'est pas un plugin valide!"
+
+#: C:\wamp\www\xm\modules\rmcommon/plugins.php:109
+msgid "Plugin could not be installed, please try again."
+msgstr "Le plugin ne peut être installé, réessayez SVP."
+
+#: C:\wamp\www\xm\modules\rmcommon/plugins.php:114
+msgid ""
+"The plugin has been inserted on database, but erros ocurred on this process."
+msgstr ""
+"Le plugin a été inséré dans la base de données, mais des erreurs sont "
+"apparues lors de la tache."
+
+#: C:\wamp\www\xm\modules\rmcommon/plugins.php:120
+msgid "Plugin installed succesfully!"
+msgstr "Plugin installé avec succès"
+
+#: C:\wamp\www\xm\modules\rmcommon/plugins.php:135
+#: C:\wamp\www\xm\modules\rmcommon/plugins.php:167
+#: C:\wamp\www\xm\modules\rmcommon/plugins.php:198
+#: C:\wamp\www\xm\modules\rmcommon/plugins.php:231
+#: C:\wamp\www\xm\modules\rmcommon/plugins.php:495
+msgid "Specified plugin is not installed yet!"
+msgstr "Le plugin spécifié n'est pas encore installé!"
+
+#: C:\wamp\www\xm\modules\rmcommon/plugins.php:141
+msgid "Plugin could not be uninstalled, please try again."
+msgstr "Le plugin ne peut être désinstallé, réessayez SVP."
+
+#: C:\wamp\www\xm\modules\rmcommon/plugins.php:146
+msgid ""
+"The plugin has been deleted from database, but erros ocurred on this process."
+msgstr ""
+"Le plugin a été désinstallé de la base de données, mais des erreurs sont "
+"apparues dans la procédure."
+
+#: C:\wamp\www\xm\modules\rmcommon/plugins.php:152
+msgid "Plugin uninstalled succesfully!"
+msgstr "Plugin désinstallé avec succès!"
+
+#: C:\wamp\www\xm\modules\rmcommon/plugins.php:172
+#: C:\wamp\www\xm\modules\rmcommon/plugins.php:205
+msgid "Plugin could not be updated, please try again."
+msgstr "Le plugin ne peut être mis à jour, réessayez SVP."
+
+#: C:\wamp\www\xm\modules\rmcommon/plugins.php:177
+#: C:\wamp\www\xm\modules\rmcommon/plugins.php:210
+msgid "The database has been updated, but erros ocurred on this process."
+msgstr ""
+"La base de données a été mise à jour, mais des erreurs sont apparues au "
+"cours du processus."
+
+#: C:\wamp\www\xm\modules\rmcommon/plugins.php:183
+msgid "Plugin updated succesfully!"
+msgstr "Plugin mis à jour avec succès!"
+
+#: C:\wamp\www\xm\modules\rmcommon/plugins.php:216
+msgid "Plugin status changed succesfully!"
+msgstr "Status du plugin changé avec succès!"
+
+#: C:\wamp\www\xm\modules\rmcommon/plugins.php:236
+#: C:\wamp\www\xm\modules\rmcommon/plugins.php:500
+msgid "Specified plugin is not active!"
+msgstr "Le plugin spécifié n'est pas actif!"
+
+#: C:\wamp\www\xm\modules\rmcommon/plugins.php:243
+#, php-format
+msgid "%s configuration"
+msgstr "configuration de %s"
+
+#: C:\wamp\www\xm\modules\rmcommon/plugins.php:359
+#: C:\wamp\www\xm\modules\rmcommon/plugins.php:365
+#: C:\wamp\www\xm\modules\rmcommon/plugins.php:371
+#: C:\wamp\www\xm\modules\rmcommon/plugins.php:377
+#: C:\wamp\www\xm\modules\rmcommon/include/tiny-images.php:203
+#: C:\wamp\www\xm\modules\rmcommon/language/english/modinfo.php:59
+#: C:\wamp\www\xm\modules\rmcommon/templates/editor_image.php:65
+#: C:\wamp\www\xm\modules\rmcommon/templates/images_list_editor.php:58
+msgid "None"
+msgstr "Aucun"
+
+#: C:\wamp\www\xm\modules\rmcommon/plugins.php:451
+#: C:\wamp\www\xm\modules\rmcommon/language/english/modinfo.php:18
+msgid "Visual Editor"
+msgstr "Editeur Visuel"
+
+#: C:\wamp\www\xm\modules\rmcommon/plugins.php:452
+msgid "EXMCode Editor"
+msgstr "EXMCode Editor"
+
+#: C:\wamp\www\xm\modules\rmcommon/plugins.php:453
+#: C:\wamp\www\xm\modules\rmcommon/language/english/modinfo.php:21
+msgid "Simple Editor"
+msgstr "Simple Editor"
+
+#: C:\wamp\www\xm\modules\rmcommon/plugins.php:454
+#: C:\wamp\www\xm\modules\rmcommon/language/english/modinfo.php:19
+msgid "HTML Editor"
+msgstr "HTML Editor"
+
+#: C:\wamp\www\xm\modules\rmcommon/plugins.php:468
+msgid "Save Settings"
+msgstr "Sauvegarder les réglages"
+
+#: C:\wamp\www\xm\modules\rmcommon/plugins.php:505
+#: C:\wamp\www\xm\modules\rmcommon/ajax/blocks.php:295
+msgid "Session token expired!"
+msgstr "Le temps de session a expiré!"
+
+#: C:\wamp\www\xm\modules\rmcommon/plugins.php:530
+msgid "Settings updated!"
+msgstr "Paramètres mis à jour!"
+
+#: C:\wamp\www\xm\modules\rmcommon/post_comment.php:21
+msgid "Sorry, comments has been disabled by administrator"
+msgstr "Désolé, les commentaires ont été désactivés par le webmaster"
+
+#: C:\wamp\www\xm\modules\rmcommon/post_comment.php:57
+msgid "You must provide your name and email in order to can post comments"
+msgstr ""
+"Vous devez fournir un nom et un email pour pouvoir poster des commentaires"
+
+#: C:\wamp\www\xm\modules\rmcommon/post_comment.php:62
+msgid "Sorry, you are not allowed to post comments!"
+msgstr "Désolé, vous n'êtes pas autorisé à poster des commentaires!"
+
+#: C:\wamp\www\xm\modules\rmcommon/post_comment.php:69
+msgid "There are not params to save!"
+msgstr "Il n'y a pas de paramètres à sauvegarder"
+
+#: C:\wamp\www\xm\modules\rmcommon/post_comment.php:76
+msgid "Object type missing!"
+msgstr "Il manque le type d'objet!"
+
+#: C:\wamp\www\xm\modules\rmcommon/post_comment.php:83
+msgid "Object name missing!"
+msgstr "Il manque le nom de l'objet!"
+
+#: C:\wamp\www\xm\modules\rmcommon/post_comment.php:90
+msgid "You must write a message!"
+msgstr "Vous devez écrire un message!"
+
+#: C:\wamp\www\xm\modules\rmcommon/post_comment.php:143
+msgid "Comment could not be posted!"
+msgstr "Le commentaire ne peut pas être posté!"
+
+#: C:\wamp\www\xm\modules\rmcommon/post_comment.php:163
+msgid "Comment posted successfully!"
+msgstr "Commentaire posté avec succès"
+
+#: C:\wamp\www\xm\modules\rmcommon/post_comment.php:174
+#: C:\wamp\www\xm\modules\rmcommon/post_comment.php:193
+#: C:\wamp\www\xm\modules\rmcommon/post_comment.php:257
+#: C:\wamp\www\xm\modules\rmcommon/post_comment.php:262
+msgid "You are not allowed to edit this comment!"
+msgstr "Vous n'êtes pas autorisé à éditer ce commentaire! "
+
+#: C:\wamp\www\xm\modules\rmcommon/post_comment.php:180
+#: C:\wamp\www\xm\modules\rmcommon/post_comment.php:267
+msgid "Please specify a comment"
+msgstr "Merci de spécifier un commentaire"
+
+#: C:\wamp\www\xm\modules\rmcommon/post_comment.php:251
+msgid "Invalid Operation"
+msgstr "Opération invalide"
+
+#: C:\wamp\www\xm\modules\rmcommon/post_comment.php:284
+msgid "You must provide a text for comment!"
+msgstr "Vous devez fournir un texte pour le commentaire!"
+
+#: C:\wamp\www\xm\modules\rmcommon/rss.php:18
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_rss_center.php:1
+msgid "RSS Center"
+msgstr "Centre RSS"
+
+#: C:\wamp\www\xm\modules\rmcommon/rss.php:38
+msgid "Choose an option to see its feed"
+msgstr "Choisissez une option pour voir son flux"
+
+#: C:\wamp\www\xm\modules\rmcommon/rss.php:43
+msgid "This module does not support rss feeds"
+msgstr "Ce module ne supporte par les flux RSS"
+
+#: C:\wamp\www\xm\modules\rmcommon/updates.php:44
+msgid "Item updated!"
+msgstr "Item mis à jour!"
+
+#: C:\wamp\www\xm\modules\rmcommon/updates.php:88
+#: C:\wamp\www\xm\modules\rmcommon/updates.php:123
+msgid "Invalid parameters!"
+msgstr "Paramètres invalides!"
+
+#: C:\wamp\www\xm\modules\rmcommon/updates.php:136
+msgid "Unable to download update file!"
+msgstr "Impossible de télécharger le fichier mis à jour!"
+
+#: C:\wamp\www\xm\modules\rmcommon/updates.php:142
+msgid "ERROR: unable to open downloaded zip file!"
+msgstr "ERREUR: impossible d'ouvrir le fichier ZIP téléchargé!"
+
+#: C:\wamp\www\xm\modules\rmcommon/updates.php:170
+#, php-format
+msgid "Target path \"%s\" odes not exists!"
+msgstr "Le chemin cible \"%s\" n'existe pas!"
+
+#: C:\wamp\www\xm\modules\rmcommon/updates.php:204
+msgid "FTP configuration not specified!"
+msgstr "La configuration FTP n'est pas spécifiée!"
+
+#: C:\wamp\www\xm\modules\rmcommon/updates.php:208
+msgid "FTP configuration not valid!"
+msgstr "Configuration FTP non valide!"
+
+#: C:\wamp\www\xm\modules\rmcommon/updates.php:220
+#, php-format
+msgid "Unable to connect FTP server %s"
+msgstr "Impossible de se connecter au serveur FTP %s"
+
+#: C:\wamp\www\xm\modules\rmcommon/updates.php:248
+msgid "Executing files..."
+msgstr "Exécution des fichiers..."
+
+#: C:\wamp\www\xm\modules\rmcommon/updates.php:250
+#, php-format
+msgid "%s has been updated"
+msgstr "%s a été mis à jour"
+
+#: C:\wamp\www\xm\modules\rmcommon/users.php:177
+msgid "You have not selected any user!"
+msgstr "Vous n'avez pas sélectionné d'utilisateur!"
+
+#: C:\wamp\www\xm\modules\rmcommon/users.php:178
+msgid "Dou you really wish to delete selected users?"
+msgstr "Voulez vous vraiment effacer les utilisateurs sélectionnés?"
+
+#: C:\wamp\www\xm\modules\rmcommon/users.php:189
+#: C:\wamp\www\xm\modules\rmcommon/users.php:261
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_dashboard.php:74
+msgid "Users Management"
+msgstr "Gestion des utilisateurs"
+
+#: C:\wamp\www\xm\modules\rmcommon/users.php:251
+#: C:\wamp\www\xm\modules\rmcommon/users.php:334
+msgid "The specified user is not valid!"
+msgstr "L'utilisateur spécifié n'est pas valide!"
+
+#: C:\wamp\www\xm\modules\rmcommon/users.php:256
+#: C:\wamp\www\xm\modules\rmcommon/users.php:340
+msgid "The specified user does not exists!"
+msgstr "L'utilisateur spécifié n'existe pas!"
+
+#: C:\wamp\www\xm\modules\rmcommon/users.php:261
+#: C:\wamp\www\xm\modules\rmcommon/users.php:264
+msgid "Editing User"
+msgstr "Edition de l'utilisateur"
+
+#: C:\wamp\www\xm\modules\rmcommon/users.php:267
+#: C:\wamp\www\xm\modules\rmcommon/templates/form_users.php:35
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_updates.php:90
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_users.php:94
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_users.php:118
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_users.php:129
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_users.php:190
+msgid "Username"
+msgstr "Nom d'utilisateur"
+
+#: C:\wamp\www\xm\modules\rmcommon/users.php:268
+msgid "This field also will be the user login name."
+msgstr "Ce champ sera aussi celui du nom d'utilisateur (login)."
+
+#: C:\wamp\www\xm\modules\rmcommon/users.php:271
+msgid "Full name"
+msgstr "Nom complet"
+
+#: C:\wamp\www\xm\modules\rmcommon/users.php:272
+msgid "This field must contain firstname and lastname."
+msgstr "Ce champ doit contenir le nom et le prénom"
+
+#: C:\wamp\www\xm\modules\rmcommon/users.php:275
+#: C:\wamp\www\xm\modules\rmcommon/class/functions.php:321
+msgid "Email address"
+msgstr "Adresse mail"
+
+#: C:\wamp\www\xm\modules\rmcommon/users.php:278
+msgid "New password"
+msgstr "Nouveau mot de passe"
+
+#: C:\wamp\www\xm\modules\rmcommon/users.php:279
+msgid ""
+"The password should be at least eight characters long. To make it stronger, "
+"use upper and lower case letters, numbers and symbols like ! \" ? $ % ^ &"
+msgstr ""
+"Le mot de passe doit avoir au minimum 8 caractères de long. Pour le faire "
+"plus difficile à trouver, utiliser la casse (majuscules, minuscules), ou "
+"bien des nombres ou symboles comme ! \" ? $ % ^ &"
+
+#: C:\wamp\www\xm\modules\rmcommon/users.php:280
+msgid "Repeat Password"
+msgstr "Répétez le mot de passe"
+
+#: C:\wamp\www\xm\modules\rmcommon/users.php:281
+msgid "Type password again."
+msgstr "Ecrivez encore le mot de passe"
+
+#: C:\wamp\www\xm\modules\rmcommon/users.php:284
+msgid "URL (Blog or personal website)"
+msgstr "URL (Blog ou site personnel)"
+
+#: C:\wamp\www\xm\modules\rmcommon/users.php:287
+msgid "Time zone"
+msgstr "Fuseau Horaire"
+
+#: C:\wamp\www\xm\modules\rmcommon/users.php:290
+msgid "Assign to groups"
+msgstr "Assigner au groupe"
+
+#: C:\wamp\www\xm\modules\rmcommon/users.php:302
+msgid "Edit User"
+msgstr "Editer l'utilisateur"
+
+#: C:\wamp\www\xm\modules\rmcommon/users.php:328
+msgid "Sorry, you don't have permission to add users."
+msgstr "Désolé, vous n'avez pas la permission d'ajouter des utilisateurs."
+
+#: C:\wamp\www\xm\modules\rmcommon/users.php:349
+msgid "Please fill all required fields and try again!"
+msgstr "Merci de remplir tous les champs requis et de réessayer!"
+
+#: C:\wamp\www\xm\modules\rmcommon/users.php:355
+msgid "Passwords doesn't match. Please chek them."
+msgstr "Les mots de passe ne correspondent pas. Merci de les vérifier."
+
+#: C:\wamp\www\xm\modules\rmcommon/users.php:379
+msgid "The users could not be saved. Please try again!"
+msgstr "Les utilisateurs ne peuvent pas être sauvegardés. Merci de réessayer!"
+
+#: C:\wamp\www\xm\modules\rmcommon/users.php:396
+msgid ""
+"You must select one user at least. Please click on \"Add Users\" and select "
+"as many users as you wish."
+msgstr ""
+"Vous devez sélectionner au moins un utilisateur. SVP cliquez sur \"Ajouter "
+"utilisateurs\" et sélectionnez autant d'utilisateurs que vous le souhaitez."
+
+#: C:\wamp\www\xm\modules\rmcommon/users.php:401
+msgid "Sending email to users"
+msgstr "Envoi de mail aux utilisateurs"
+
+#: C:\wamp\www\xm\modules\rmcommon/users.php:404
+msgid "Send Email to Users"
+msgstr "Envoyer un email aux utilisateurs"
+
+#: C:\wamp\www\xm\modules\rmcommon/users.php:407
+msgid ""
+"Please note that the maximun users number that you can select depends of the "
+"limit of emails that you can send accourding to your email server policies "
+"(or hosting account policies)."
+msgstr ""
+"Notez que le nombre maximum d'utilisateurs sélectionnés, dépends du nombre "
+"maximum de mail simultanés que vous pouvez envoyer, en fonction de votre "
+"hébergement. "
+
+#: C:\wamp\www\xm\modules\rmcommon/users.php:409
+msgid "Message subject"
+msgstr "Sujet du message"
+
+#: C:\wamp\www\xm\modules\rmcommon/users.php:410
+msgid "Subject must be descriptive."
+msgstr "Le sujet doit être descriptif"
+
+#: C:\wamp\www\xm\modules\rmcommon/users.php:411
+msgid "Message type"
+msgstr "Type de message"
+
+#: C:\wamp\www\xm\modules\rmcommon/users.php:412
+msgid "HTML"
+msgstr "HTML"
+
+#: C:\wamp\www\xm\modules\rmcommon/users.php:413
+msgid "Plain Text"
+msgstr "Texte plein"
+
+#: C:\wamp\www\xm\modules\rmcommon/users.php:414
+msgid "Message content"
+msgstr "Contenu du message"
+
+#: C:\wamp\www\xm\modules\rmcommon/users.php:417
+msgid "Send E-Mail"
+msgstr "Envoi d'email"
+
+#: C:\wamp\www\xm\modules\rmcommon/users.php:448
+msgid "There was errors while sending this emails"
+msgstr "Il y a eu des erreurs lors de l'envoi de ces emails"
+
+#: C:\wamp\www\xm\modules\rmcommon/users.php:455
+msgid "Message sent successfully!"
+msgstr "Messages envoyés avec succès!"
+
+#: C:\wamp\www\xm\modules\rmcommon/users.php:473
+msgid "No users has been selected"
+msgstr "Aucun utilisateur n'a été sélectionné"
+
+#: C:\wamp\www\xm\modules\rmcommon/users.php:484
+msgid "Users "
+msgstr "Utilisateurs"
+
+#: C:\wamp\www\xm\modules\rmcommon/users.php:486
+msgid "Users could not be "
+msgstr "Les utilisateurs ne peuvent pas être"
+
+#: C:\wamp\www\xm\modules\rmcommon/users.php:513
+#, php-format
+msgid "Admin user cannot be deleted: %s"
+msgstr "Un administrateur ne peut être effacé: %s"
+
+#: C:\wamp\www\xm\modules\rmcommon/users.php:515
+#, php-format
+msgid "User cannot be deleted: %s"
+msgstr "Un utilisateur ne peut être effacé: %s"
+
+#: C:\wamp\www\xm\modules\rmcommon/users.php:525
+msgid "Users deleted successfully!"
+msgstr "Uilisateurs effacés avec succès"
+
+#: C:\wamp\www\xm\modules\rmcommon/xoops_version.php:42
+msgid "Twitter"
+msgstr "Twitter"
+
+#: C:\wamp\www\xm\modules\rmcommon/xoops_version.php:43
+msgid "LinkedIn"
+msgstr "LinkedIn"
+
+#: C:\wamp\www\xm\modules\rmcommon/xoops_version.php:44
+msgid "Red México Twitter"
+msgstr "Red México Twitter"
+
+#: C:\wamp\www\xm\modules\rmcommon/xoops_version.php:45
+msgid "Red México Facebook"
+msgstr "Red México Facebook"
+
+#: C:\wamp\www\xm\modules\rmcommon/xoops_version.php:462
+msgid "Show comments from internal comments system"
+msgstr "Voir les commentaires du systeme interne de commentaires"
+
+#: C:\wamp\www\xm\modules\rmcommon/xoops_version.php:471
+msgid "Custom Block"
+msgstr "Bloc personnalisé"
+
+#: C:\wamp\www\xm\modules\rmcommon/xoops_version.php:472
+msgid "Allows to create a block with custom content."
+msgstr "Autorise à créer un bloc avec un contenu personnalisé."
+
+#: C:\wamp\www\xm\modules\rmcommon/ajax/blocks.php:49
+#: C:\wamp\www\xm\modules\rmcommon/ajax/blocks.php:146
+#: C:\wamp\www\xm\modules\rmcommon/ajax/users.php:20
+#: C:\wamp\www\xm\modules\rmcommon/ajax/users.php:40
+msgid "Sorry, you are not allowed to view this page"
+msgstr "Désolé, vous n'êtes pas autorisé à voir cette page"
+
+#: C:\wamp\www\xm\modules\rmcommon/ajax/blocks.php:56
+msgid "The block specified seems to be invalid. Please try again."
+msgstr "Le bloc spécifié à l'air d'être invalide. Réessayez SVP."
+
+#: C:\wamp\www\xm\modules\rmcommon/ajax/blocks.php:64
+msgid "The specified module does not exists!"
+msgstr "Le module spécifié n'existe pas!"
+
+#: C:\wamp\www\xm\modules\rmcommon/ajax/blocks.php:83
+msgid "The specified block does not exists, please verify your selection."
+msgstr "Le bloc spécifié n'existe pas, vérifiez votre sélection."
+
+#: C:\wamp\www\xm\modules\rmcommon/ajax/blocks.php:117
+#, php-format
+msgid "Block could not be created due to: %s. Please try again!"
+msgstr "Le bloc ne peut être créé, à cause de %s. Réessayez SVP"
+
+#: C:\wamp\www\xm\modules\rmcommon/ajax/blocks.php:132
+msgid "Block added successfully! Please configure it."
+msgstr "Bloc ajouté avec succès! Merci de le configurer."
+
+#: C:\wamp\www\xm\modules\rmcommon/ajax/blocks.php:154
+msgid "The block that you specified seems to be invalid. Please try again"
+msgstr "Le bloc spécifié semble être invalide. Merci de réessayer"
+
+#: C:\wamp\www\xm\modules\rmcommon/ajax/blocks.php:159
+msgid "The block that you specified does not exists!. Please try again"
+msgstr "Le bloc spécifié n'existe pas. Merci de réessayer"
+
+#: C:\wamp\www\xm\modules\rmcommon/ajax/blocks.php:193
+#: C:\wamp\www\xm\modules\rmcommon/ajax/blocks.php:239
+msgid "Session token expired. Please try again."
+msgstr "Le temps de session a expiré. Merci de réessayer."
+
+#: C:\wamp\www\xm\modules\rmcommon/ajax/blocks.php:198
+msgid "You must provide a block ID!"
+msgstr "Vous devez fournir un ID de bloc!"
+
+#: C:\wamp\www\xm\modules\rmcommon/ajax/blocks.php:204
+msgid "Specified block does not exists!"
+msgstr "Le bloc spécifié n'existe pas!"
+
+#: C:\wamp\www\xm\modules\rmcommon/ajax/blocks.php:226
+msgid "Block updated successfully!"
+msgstr "Bloc mis à jour avec succès!"
+
+#: C:\wamp\www\xm\modules\rmcommon/ajax/blocks.php:249
+msgid "Specified position is not valid!"
+msgstr "La position spécifiée n'est pas valide!"
+
+#: C:\wamp\www\xm\modules\rmcommon/ajax/blocks.php:254
+msgid "You must fill name and tag input fields!"
+msgstr "Vous devez remplir les champs , avec le nom et le tag! "
+
+#: C:\wamp\www\xm\modules\rmcommon/ajax/blocks.php:260
+msgid "Specified block position does not exists!"
+msgstr "La position du bloc que vous avez spécifiée n'existe pas!"
+
+#: C:\wamp\www\xm\modules\rmcommon/ajax/blocks.php:270
+msgid "Already exists another block position with same name or tag!"
+msgstr "Il existe déjà un autre bloc avec le même nom et le même tag!"
+
+#: C:\wamp\www\xm\modules\rmcommon/ajax/blocks.php:279
+#: C:\wamp\www\xm\modules\rmcommon/ajax/blocks.php:314
+msgid "Changes saved successfully!"
+msgstr "Les changements ont été sauvegardés avec succès!"
+
+#: C:\wamp\www\xm\modules\rmcommon/ajax/blocks.php:282
+msgid "Changes could not be saved!"
+msgstr "Les changements ne peuvent pas êtres sauvegardés!"
+
+#: C:\wamp\www\xm\modules\rmcommon/ajax/blocks.php:300
+msgid "No items has been specified!"
+msgstr "Aucun item n'a été spécifié!"
+
+#: C:\wamp\www\xm\modules\rmcommon/ajax/blocks.php:311
+msgid "Blocks order saved successfully!"
+msgstr "L'ordre des blocs a été sauvegardé avec succès!"
+
+#: C:\wamp\www\xm\modules\rmcommon/ajax/users.php:94
+#: C:\wamp\www\xm\modules\rmcommon/class/functions.php:141
+#: C:\wamp\www\xm\modules\rmcommon/class/functions.php:142
+#: C:\wamp\www\xm\modules\rmcommon/class/functions.php:145
+#: C:\wamp\www\xm\modules\rmcommon/class/fields/groups.class.php:157
+#: C:\wamp\www\xm\modules\rmcommon/class/fields/groups.class.php:191
+#: C:\wamp\www\xm\modules\rmcommon/class/fields/modules.class.php:113
+msgid "All"
+msgstr "Tout"
+
+#: C:\wamp\www\xm\modules\rmcommon/api/editors/tinymce/plugins/exmsystem/editor_plugin.php:92
+#: C:\wamp\www\xm\modules\rmcommon/templates/editor_image.php:4
+#: C:\wamp\www\xm\modules\rmcommon/templates/editor_image.php:78
+msgid "Insert Image"
+msgstr "Insérer une image"
+
+#: C:\wamp\www\xm\modules\rmcommon/blocks/comments.php:132
+msgid "Number of Comments:"
+msgstr "Nombre de commentaires:"
+
+#: C:\wamp\www\xm\modules\rmcommon/blocks/comments.php:134
+msgid "Show module name:"
+msgstr "Voir le nom du module"
+
+#: C:\wamp\www\xm\modules\rmcommon/blocks/comments.php:135
+#: C:\wamp\www\xm\modules\rmcommon/blocks/comments.php:138
+#: C:\wamp\www\xm\modules\rmcommon/blocks/comments.php:141
+#: C:\wamp\www\xm\modules\rmcommon/blocks/comments.php:144
+#: C:\wamp\www\xm\modules\rmcommon/class/fields/checks.class.php:212
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_block_form.php:28
+msgid "Yes"
+msgstr "Oui"
+
+#: C:\wamp\www\xm\modules\rmcommon/blocks/comments.php:136
+#: C:\wamp\www\xm\modules\rmcommon/blocks/comments.php:139
+#: C:\wamp\www\xm\modules\rmcommon/blocks/comments.php:142
+#: C:\wamp\www\xm\modules\rmcommon/blocks/comments.php:145
+#: C:\wamp\www\xm\modules\rmcommon/class/fields/checks.class.php:217
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_block_form.php:29
+msgid "No"
+msgstr "Non"
+
+#: C:\wamp\www\xm\modules\rmcommon/blocks/comments.php:137
+msgid "Show item name:"
+msgstr "Voir le nom de l'Item"
+
+#: C:\wamp\www\xm\modules\rmcommon/blocks/comments.php:140
+msgid "Show user name:"
+msgstr "Voir le nom d'utilisateur"
+
+#: C:\wamp\www\xm\modules\rmcommon/blocks/comments.php:143
+msgid "Show date:"
+msgstr "Voir la date"
+
+#: C:\wamp\www\xm\modules\rmcommon/class/flashuploader.php:32
+msgid "Select Files"
+msgstr "Sélectionnez les fichiers"
+
+#: C:\wamp\www\xm\modules\rmcommon/class/flashuploader.php:37
+msgid "All Files"
+msgstr "Tous les fichiers"
+
+#: C:\wamp\www\xm\modules\rmcommon/class/form.class.php:450
+msgid "Fields marked with (*) are required."
+msgstr "Les champs marqués d'un (*) sont requis."
+
+#: C:\wamp\www\xm\modules\rmcommon/class/functions.php:80
+msgid "Users List"
+msgstr "Liste des utilisateurs"
+
+#: C:\wamp\www\xm\modules\rmcommon/class/functions.php:81
+msgid "Add User"
+msgstr "Ajouter un utilisateur"
+
+#: C:\wamp\www\xm\modules\rmcommon/class/functions.php:85
+msgid "Categories List"
+msgstr "Liste des catégories"
+
+#: C:\wamp\www\xm\modules\rmcommon/class/functions.php:86
+msgid "Add Category"
+msgstr "Ajouter des catégories"
+
+#: C:\wamp\www\xm\modules\rmcommon/class/functions.php:91
+msgid "Add Images"
+msgstr "Ajouter des images"
+
+#: C:\wamp\www\xm\modules\rmcommon/class/functions.php:278
+#: C:\wamp\www\xm\modules\rmcommon/templates/images_categories.php:34
+#: C:\wamp\www\xm\modules\rmcommon/templates/images_images.php:43
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_blocks.php:193
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_comments.php:76
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_users.php:160
+msgid "Edit"
+msgstr "Editer"
+
+#: C:\wamp\www\xm\modules\rmcommon/class/functions.php:319
+#: C:\wamp\www\xm\modules\rmcommon/templates/images_categories.php:17
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_blocks.php:57
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_blocks.php:170
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_blocks.php:179
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_plugins.php:10
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_plugins.php:19
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_plugins.php:80
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_users.php:95
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_users.php:119
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_users.php:130
+#: C:\wamp\www\xm\modules\rmcommon/templates/rmc_users.php:191
+msgid "Name"
+msgstr "Nom"
+
+#: C:\wamp\www\xm\modules\rmcommon/class/functions.php:323
+msgid "Web site"
+msgstr "Site Web"
+
+#: C:\wamp\www\xm\modules\rmcommon/class/functions.php:324
+msgid "Your comment"
+msgstr "Votre commentaire"
+
+#: C:\wamp\www\xm\modules\rmcommon/class/functions.php:325
+msgid "Submit Comment"
+msgstr "Soumettre le commentaire"
+
+#: C:\wamp\www\xm\modules\rmcommon/class/functions.php:326
+msgid "Submit a comment"
+msgstr "Soumettre un commentaire"
+
+#: C:\wamp\www\xm\modules\rmcommon/class/functions.php:346
+msgid "Please specify your name"
+msgstr "Merci de spécifier votre nom"
+
+#: C:\wamp\www\xm\modules\rmcommon/class/functions.php:347
+msgid "Please specify a valid email"
+msgstr "Merci de spécifier une adresse mail valide"
+
+#: C:\wamp\www\xm\modules\rmcommon/class/functions.php:348
+msgid "Please write a message"
+msgstr "Merci d'écrire un message"
+
+#: C:\wamp\www\xm\modul...
[truncated message content] |