Changeset 1374
- Timestamp:
- 08/08/09 23:38:16 (14 years ago)
- Location:
- plugins/microBlog
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/microBlog/_define.php
r1361 r1374 14 14 15 15 $this->registerModule( 16 /* Name */ "Micro Blog",16 /* Name */ "Micro-Blogging", 17 17 /* Description*/ "Display and update your streamlifes all over the Web", 18 18 /* Author */ "Jeremie Patonnier", … … 23 23 # CHANGELOG 24 24 25 # v. 0.2 25 # v. 0.2.1 26 # Add fr local 27 28 # v. 0.2 rev 1361 26 29 # turn BETA 27 30 # Start implementation of microBlogService::sanitize() -
plugins/microBlog/index.php
r1361 r1374 155 155 156 156 if (!$r) 157 $error[] = $sList[$id]. ' : '.__('Impossible to delete this service ');157 $error[] = $sList[$id]. ' : '.__('Impossible to delete this service.'); 158 158 else 159 $error[] = __('Service successfully deleted ').' : '.$sList[$id];159 $error[] = __('Service successfully deleted.').' : '.$sList[$id]; 160 160 } 161 161 catch (microBlogException $e) 162 162 { 163 $error[] = $sList[$id]. ' : '.__('Impossible to delete this service ');163 $error[] = $sList[$id]. ' : '.__('Impossible to delete this service.'); 164 164 $error[] = $sList[$id]. ' : '.__($e->getMessage()); 165 165 } … … 177 177 178 178 if (!$r) 179 $error[] = $sList[$id]. ' : '.__('Impossible to update this service ');179 $error[] = $sList[$id]. ' : '.__('Impossible to update this service.'); 180 180 else 181 $error[] = __('Service successfully updated ').' : '.$sList[$id];181 $error[] = __('Service successfully updated.').' : '.$sList[$id]; 182 182 } 183 183 catch (microBlogException $e) 184 184 { 185 $error[] = $sList[$id]. ' : '.__('Impossible to update this service ');185 $error[] = $sList[$id]. ' : '.__('Impossible to update this service.'); 186 186 $error[] = $sList[$id]. ' : '.__($e->getMessage()); 187 187 } … … 304 304 echo form::textarea('MB_note', 20, 5, $value); 305 305 ?> 306 <strong id="MB_note_length">< span>140</span> <?php echo __('characters left'); ?></strong>306 <strong id="MB_note_length"><?php echo sprintf(__('<span>%d</span> characters left'), 140); ?></strong> 307 307 </p> 308 308 … … 321 321 <div class="multi-part" id="tab2" title="<?php echo __('Params'); ?>"> 322 322 <form method="post" action="<?php echo($p_url); ?>"> 323 <h3><?php echo(__('Micro Blogging settings')); ?></h3>323 <h3><?php echo(__('Micro-Blogging settings')); ?></h3> 324 324 <?php 325 325 if ($MBl->count() > 0) -
plugins/microBlog/locales/fr/main.po
r1350 r1374 5 5 msgstr "Content-Type: text/plain; charset=UTF-8\n" 6 6 7 #: plugins/microblog/index.php:10 7 #: plugins/microBlog/_admin.php:21 8 #: plugins/microBlog/index.php:10 9 #: plugins/microBlog/index.php:214 10 #: plugins/microBlog/index.php:256 8 11 msgid "MicroBlog" 9 msgstr "Micro Blog"12 msgstr "Micro-Blogging" 10 13 14 #: plugins/microBlog/inc/class.micro.blog.behaviors.php:135 15 msgid "New Blog Post: " 16 msgstr "Nouveau billet de blog : " 17 18 #: plugins/microBlog/inc/class.micro.blog.widget.php:76 19 msgid "Micro-Blogging" 20 msgstr "Micro-Blogging" 21 22 #: plugins/microBlog/inc/class.micro.blog.widget.php:80 23 msgid "Title:" 24 msgstr "Titre :" 25 26 #: plugins/microBlog/inc/class.micro.blog.widget.php:83 27 msgid "Service:" 28 msgstr "Service :" 29 30 #: plugins/microBlog/inc/class.micro.blog.widget.php:86 31 msgid "Streamlife type:" 32 msgstr "Type de flux :" 33 34 #: plugins/microBlog/inc/class.micro.blog.widget.php:94 35 msgid "Search query:" 36 msgstr "Requête du flux de recherche :" 37 38 #: plugins/microBlog/inc/class.micro.blog.widget.php:97 39 msgid "Streamlife size:" 40 msgstr "Nombre de message du flux :" 41 42 #: plugins/microBlog/inc/class.micro.blog.widget.php:100 43 msgid "Ignore notes begining with:" 44 msgstr "Ignorer les notes commençant par :" 45 46 #: plugins/microBlog/inc/class.micro.blog.widget.php:160 47 msgid "The micro-blogging service is not available yet." 48 msgstr "Le service de micro-blogging n'est pas disponible acctuellement." 49 50 #: plugins/microBlog/index.php:26 51 msgid "Choose a service" 52 msgstr "Choisir un service" 53 54 #: plugins/microBlog/index.php:61 55 msgid "A note can not be empty." 56 msgstr "Une note ne peut pas être vide." 57 58 #: plugins/microBlog/index.php:65 59 msgid "A note can not be longer than 140 caracters." 60 msgstr "Une note ne peut pas faire plus de 140 caractères." 61 62 #: plugins/microBlog/index.php:69 63 msgid "You must choose a service to send a note." 64 msgstr "Vous devez choisir un service pour envoyer une note." 65 66 #: plugins/microBlog/index.php:81 67 #: plugins/microBlog/index.php:85 68 msgid "This note can not be send." 69 msgstr "Impossible d'envoyer cette note." 70 71 #: plugins/microBlog/index.php:96 72 msgid "Note successfully send." 73 msgstr "La note a été envoyée." 74 75 #: plugins/microBlog/index.php:116 76 #: plugins/microBlog/index.php:120 77 msgid "Impossible to add this new service." 78 msgstr "Impossible d'ajouter ce nouveau service." 79 80 #: plugins/microBlog/index.php:126 81 msgid "This service is not supported." 82 msgstr "Ce type de service n'est pas supporté." 83 84 #: plugins/microBlog/index.php:133 85 msgid "Service successfully added." 86 msgstr "Le service a été ajouté." 87 88 #: plugins/microBlog/index.php:157 89 #: plugins/microBlog/index.php:163 90 msgid "Impossible to delete this service." 91 msgstr "Impossible de supprimer ce service." 92 93 #: plugins/microBlog/index.php:159 94 msgid "Service successfully deleted." 95 msgstr "Le service a été supprimé." 96 97 #: plugins/microBlog/index.php:179 98 #: plugins/microBlog/index.php:185 99 msgid "Impossible to update this service." 100 msgstr "Impossible de mettre ce service à jour." 101 102 #: plugins/microBlog/index.php:181 103 msgid "Service successfully updated" 104 msgstr "Service mis à jour" 105 106 #: plugins/microBlog/index.php:265 107 msgid "Add a micro note" 108 msgstr "Ajouter une micro note" 109 110 #: plugins/microBlog/index.php:269 111 msgid "You must define at least 1 service." 112 msgstr "Vous devez définir au moins un service." 113 114 #: plugins/microBlog/index.php:277 115 msgid "Send to:" 116 msgstr "Envoyer vers :" 117 118 #: plugins/microBlog/index.php:297 119 msgid "Content" 120 msgstr "Contenu" 121 122 #: plugins/microBlog/index.php:306 123 #, php-format 124 msgid "<span>%d</span> characters left" 125 msgstr "<span>%d</span> caractères restant" 126 127 #: plugins/microBlog/index.php:311 128 msgid "Send" 129 msgstr "Envoyer" 130 131 #: plugins/microBlog/index.php:321 11 132 msgid "Params" 12 133 msgstr "Paramétrage" 13 134 14 msgid "Add a micro note" 15 msgstr "Ajouter une micro note" 135 #: plugins/microBlog/index.php:323 136 msgid "Micro-Blogging settings" 137 msgstr "Paramétrage des services de Micro-Blogging" 16 138 17 msgid "MicroBlogging settings" 18 msgstr "Paramétrage des services de MicroBlogging" 139 #: plugins/microBlog/index.php:329 140 msgid "Accounts settings" 141 msgstr "Paramétrage des comptes" 19 142 20 msgid "New note" 21 msgstr "Nouvelle note" 143 #: plugins/microBlog/index.php:334 144 #: plugins/microBlog/index.php:375 145 msgid "Service" 146 msgstr "Service" 22 147 148 #: plugins/microBlog/index.php:335 149 msgid "User" 150 msgstr "Utilisateur" 23 151 24 msgid "Send to" 25 msgstr "Envoyer vers" 152 #: plugins/microBlog/index.php:336 153 msgid "Send a note for each new blog post" 154 msgstr "Envoyer une note pour chaque nouveau billet" 155 156 #: plugins/microBlog/index.php:337 157 msgid "Activate" 158 msgstr "Activer" 159 160 #: plugins/microBlog/index.php:338 161 msgid "Suspend" 162 msgstr "Suspendre" 163 164 #: plugins/microBlog/index.php:339 165 msgid "Delete" 166 msgstr "Supprimer" 167 168 #: plugins/microBlog/index.php:372 169 msgid "Add an account" 170 msgstr "Ajouter un compte" 171 172 #: plugins/microBlog/index.php:379 173 msgid "Login" 174 msgstr "Utilisateur" 175 176 #: plugins/microBlog/index.php:383 177 msgid "Password" 178 msgstr "Mot de passe" 179 180 #: plugins/microBlog/index.php:390 181 msgid "Save" 182 msgstr "Sauvegarder"
Note: See TracChangeset
for help on using the changeset viewer.