Changeset 1808
- Timestamp:
- 10/29/09 15:07:54 (13 years ago)
- Location:
- plugins/subscribeToComments
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/subscribeToComments/default-templates/subscribetocomments.html
r1501 r1808 44 44 $(function() { 45 45 $('input[name="remove"]').click(function() { 46 return window.confirm('{{tpl:lang Remove selected subscriptions 46 return window.confirm('{{tpl:lang Remove selected subscriptions?}}'); 47 47 }); 48 48 }); … … 181 181 value="{{tpl:lang Allow emails}}" 182 182 onclick="javascript:return( 183 window.confirm('{{tpl:lang Allow emails 183 window.confirm('{{tpl:lang Allow emails?}}'));" /> 184 184 </tpl:SubscribeToCommentsBlockedIf> 185 185 <tpl:SubscribeToCommentsBlockedIfNot> … … 187 187 value="{{tpl:lang Block emails}}" 188 188 onclick="javascript:return( 189 window.confirm('{{tpl:lang Block emails 189 window.confirm('{{tpl:lang Block emails?}}'));" /> 190 190 </tpl:SubscribeToCommentsBlockedIfNot> 191 191 </p> … … 194 194 value="{{tpl:lang Delete all subscriptions and the account}}" 195 195 onclick="javascript:return( 196 window.confirm('{{tpl:lang Delete the account 196 window.confirm('{{tpl:lang Delete the account?}}'));" /> 197 197 </p> 198 198 </fieldset> -
plugins/subscribeToComments/index.php
r1606 r1808 301 301 }); 302 302 $('#restore_button').click(function() { 303 return(window.confirm('<?php echo __('Restore default settings 303 return(window.confirm('<?php echo __('Restore default settings? The old settings will be deleted.'); ?>')); 304 304 }); 305 305 }); -
plugins/subscribeToComments/locales/fr/admin.po
r1606 r1808 3 3 # Date: 2009-10-10 11:14:08 4 4 # Translated with dcTranslater - 1.2 5 6 5 msgid "" 7 msgstr "Content-Type: text/plain; charset=UTF-8\n" 6 msgstr "" 7 "Content-Type: text/plain; charset=UTF-8\n" 8 "Project-Id-Version: \n" 9 "POT-Creation-Date: \n" 10 "PO-Revision-Date: \n" 11 "Last-Translator: Kozlika <kozlika@free.fr>\n" 12 "Language-Team: \n" 13 "MIME-Version: 1.0\n" 14 "Content-Transfer-Encoding: 8bit\n" 8 15 9 16 #: _admin.php:94 … … 120 127 121 128 #: index.php:301 122 msgid "Restore default settings 123 msgstr "Restaurer les paramètres par défaut ? "129 msgid "Restore default settings? The old settings will be deleted." 130 msgstr "Restaurer les paramètres par défaut ? Les anciens paramètres seront supprimés." 124 131 125 132 #: index.php:316 … … 157 164 #: index.php:371 158 165 msgid "No entry yet. Create a new entry." 159 msgstr "Pas encore de billet. Créez un enouveau billet."166 msgstr "Pas encore de billet. Créez un nouveau billet." 160 167 161 168 #: index.php:377 … … 225 232 #: index.php:507 226 233 msgid "You can use the plugin <strong>%s</strong> to edit the file <strong>post.html</strong>." 227 msgstr "Vous pou sez utiliser le plugin <strong>%s</strong> pour éditer le fichier <strong>post.html</strong>."234 msgstr "Vous pouvez utiliser le plugin <strong>%s</strong> pour éditer le fichier <strong>post.html</strong>." 228 235 229 236 #: index.php:511 -
plugins/subscribeToComments/locales/fr/public.po
r1606 r1808 62 62 msgstr "Compte" 63 63 64 msgid "Allow emails 64 msgid "Allow emails?" 65 65 msgstr "Autoriser les emails ?" 66 66 … … 68 68 msgstr "Autoriser les emails" 69 69 70 msgid "Block emails 70 msgid "Block emails?" 71 71 msgstr "Bloquer les emails ?" 72 72 … … 83 83 msgstr "Supprimer tous les abonnements et le compte" 84 84 85 msgid "Delete the account 85 msgid "Delete the account?" 86 86 msgstr "Supprimer le compte ?" 87 87 … … 92 92 msgstr "Revenir à" 93 93 94 msgid "Remove selected subscriptions 94 msgid "Remove selected subscriptions?" 95 95 msgstr "Supprimer les abonnements sélectionnés ?" 96 96
Note: See TracChangeset
for help on using the changeset viewer.