Changeset 2998
- Timestamp:
- 02/24/11 22:36:09 (12 years ago)
- Location:
- plugins/jabberNotifications
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/jabberNotifications/_admin.php
r2989 r2998 1 <?php /* -*- tab-width: 5; indent-tabs-mode: t; c-basic-offset: 5 -*- */ 2 /***************************************************************\ 3 * This is Jabber Notifications, a plugin for Dotclear 2 * 4 * * 5 * Copyright (c) 2007,2008,2011 * 6 * Alex Pirine, Olivier Tétard and contributors. * 7 * * 8 * This is an open source software, distributed under the GNU * 9 * General Public License (version 2) terms and conditions. * 10 * * 11 * You should have received a copy of the GNU General Public * 12 * License along with Jabber Notifications (see COPYING.txt); * 13 * if not, write to the Free Software Foundation, Inc., * 14 * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * 15 \***************************************************************/ 1 <?php 2 # -- BEGIN LICENSE BLOCK ---------------------------------- 3 # This file is part of Jabber Notifications, a plugin for Dotclear. 4 # 5 # Copyright (c) 2007,2008,2011 Alex Pirine <alex pirine.fr>, Olivier Tétard 6 # 7 # Licensed under the GPL version 2.0 license. 8 # A copy is available in LICENSE file or at 9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 10 # -- END LICENSE BLOCK ------------------------------------ 16 11 17 12 if (!defined('DC_CONTEXT_ADMIN')) { return; } -
plugins/jabberNotifications/_define.php
r2989 r2998 1 <?php /* -*- tab-width: 5; indent-tabs-mode: t; c-basic-offset: 5 -*- */ 2 /***************************************************************\ 3 * This is Jabber Notifications, a plugin for Dotclear 2 * 4 * * 5 * Copyright (c) 2007,2008,2011 * 6 * Alex Pirine, Olivier Tétard and contributors. * 7 * * 8 * This is an open source software, distributed under the GNU * 9 * General Public License (version 2) terms and conditions. * 10 * * 11 * You should have received a copy of the GNU General Public * 12 * License along with Jabber Notifications (see COPYING.txt); * 13 * if not, write to the Free Software Foundation, Inc., * 14 * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * 15 \***************************************************************/ 1 <?php 2 # -- BEGIN LICENSE BLOCK ---------------------------------- 3 # This file is part of Jabber Notifications, a plugin for Dotclear. 4 # 5 # Copyright (c) 2007,2008,2011 Alex Pirine <alex pirine.fr>, Olivier Tétard 6 # 7 # Licensed under the GPL version 2.0 license. 8 # A copy is available in LICENSE file or at 9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 10 # -- END LICENSE BLOCK ------------------------------------ 16 11 17 12 if (!defined('DC_RC_PATH')) { return; } -
plugins/jabberNotifications/_install.php
r2989 r2998 1 <?php /* -*- tab-width: 5; indent-tabs-mode: t; c-basic-offset: 5 -*- */ 2 /***************************************************************\ 3 * This is Jabber Notifications, a plugin for Dotclear 2 * 4 * * 5 * Copyright (c) 2007,2008,2011 * 6 * Alex Pirine, Olivier Tétard and contributors. * 7 * * 8 * This is an open source software, distributed under the GNU * 9 * General Public License (version 2) terms and conditions. * 10 * * 11 * You should have received a copy of the GNU General Public * 12 * License along with Jabber Notifications (see COPYING.txt); * 13 * if not, write to the Free Software Foundation, Inc., * 14 * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * 15 \***************************************************************/ 1 <?php 2 # -- BEGIN LICENSE BLOCK ---------------------------------- 3 # This file is part of Jabber Notifications, a plugin for Dotclear. 4 # 5 # Copyright (c) 2007,2008,2011 Alex Pirine <alex pirine.fr>, Olivier Tétard 6 # 7 # Licensed under the GPL version 2.0 license. 8 # A copy is available in LICENSE file or at 9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 10 # -- END LICENSE BLOCK ------------------------------------ 16 11 17 12 if (!defined('DC_CONTEXT_ADMIN')) { return; } -
plugins/jabberNotifications/_prepend.php
r2989 r2998 1 <?php /* -*- tab-width: 5; indent-tabs-mode: t; c-basic-offset: 5 -*- */ 2 /***************************************************************\ 3 * This is Jabber Notifications, a plugin for Dotclear 2 * 4 * * 5 * Copyright (c) 2007,2008,2011 * 6 * Alex Pirine, Olivier Tétard and contributors. * 7 * * 8 * This is an open source software, distributed under the GNU * 9 * General Public License (version 2) terms and conditions. * 10 * * 11 * You should have received a copy of the GNU General Public * 12 * License along with Jabber Notifications (see COPYING.txt); * 13 * if not, write to the Free Software Foundation, Inc., * 14 * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * 15 \***************************************************************/ 1 <?php 2 # -- BEGIN LICENSE BLOCK ---------------------------------- 3 # This file is part of Jabber Notifications, a plugin for Dotclear. 4 # 5 # Copyright (c) 2007,2008,2011 Alex Pirine <alex pirine.fr>, Olivier Tétard 6 # 7 # Licensed under the GPL version 2.0 license. 8 # A copy is available in LICENSE file or at 9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 10 # -- END LICENSE BLOCK ------------------------------------ 16 11 17 12 if (!defined('DC_RC_PATH')) { return; } -
plugins/jabberNotifications/_public.php
r2989 r2998 1 <?php /* -*- tab-width: 5; indent-tabs-mode: t; c-basic-offset: 5 -*- */ 2 /***************************************************************\ 3 * This is Jabber Notifications, a plugin for Dotclear 2 * 4 * * 5 * Copyright (c) 2007,2008,2011 * 6 * Alex Pirine, Olivier Tétard and contributors. * 7 * * 8 * This is an open source software, distributed under the GNU * 9 * General Public License (version 2) terms and conditions. * 10 * * 11 * You should have received a copy of the GNU General Public * 12 * License along with Jabber Notifications (see COPYING.txt); * 13 * if not, write to the Free Software Foundation, Inc., * 14 * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * 15 \***************************************************************/ 1 <?php 2 # -- BEGIN LICENSE BLOCK ---------------------------------- 3 # This file is part of Jabber Notifications, a plugin for Dotclear. 4 # 5 # Copyright (c) 2007,2008,2011 Alex Pirine <alex pirine.fr>, Olivier Tétard 6 # 7 # Licensed under the GPL version 2.0 license. 8 # A copy is available in LICENSE file or at 9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 10 # -- END LICENSE BLOCK ------------------------------------ 16 11 17 12 if (!defined('DC_RC_PATH')) { return; } -
plugins/jabberNotifications/class.jabbernotifier.php
r2990 r2998 1 <?php /* -*- tab-width: 5; indent-tabs-mode: t; c-basic-offset: 5 -*- */ 2 /***************************************************************\ 3 * This is Jabber Notifications, a plugin for Dotclear 2 * 4 * * 5 * Copyright (c) 2007,2008,2011 * 6 * Alex Pirine, Olivier Tétard and contributors. * 7 * * 8 * This is an open source software, distributed under the GNU * 9 * General Public License (version 2) terms and conditions. * 10 * * 11 * You should have received a copy of the GNU General Public * 12 * License along with Jabber Notifications (see COPYING.txt); * 13 * if not, write to the Free Software Foundation, Inc., * 14 * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * 15 \***************************************************************/ 1 <?php 2 # -- BEGIN LICENSE BLOCK ---------------------------------- 3 # This file is part of Jabber Notifications, a plugin for Dotclear. 4 # 5 # Copyright (c) 2007,2008,2011 Alex Pirine <alex pirine.fr>, Olivier Tétard 6 # 7 # Licensed under the GPL version 2.0 license. 8 # A copy is available in LICENSE file or at 9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 10 # -- END LICENSE BLOCK ------------------------------------ 16 11 17 12 class jabberNotifier -
plugins/jabberNotifications/forms.php
r2989 r2998 1 <?php /* -*- tab-width: 5; indent-tabs-mode: t; c-basic-offset: 5 -*- */ 2 /***************************************************************\ 3 * This is Jabber Notifications, a plugin for Dotclear 2 * 4 * * 5 * Copyright (c) 2007,2008,2011 * 6 * Alex Pirine, Olivier Tétard and contributors. * 7 * * 8 * This is an open source software, distributed under the GNU * 9 * General Public License (version 2) terms and conditions. * 10 * * 11 * You should have received a copy of the GNU General Public * 12 * License along with Jabber Notifications (see COPYING.txt); * 13 * if not, write to the Free Software Foundation, Inc., * 14 * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * 15 \***************************************************************/ 1 <?php 2 # -- BEGIN LICENSE BLOCK ---------------------------------- 3 # This file is part of Jabber Notifications, a plugin for Dotclear. 4 # 5 # Copyright (c) 2007,2008,2011 Alex Pirine <alex pirine.fr>, Olivier Tétard 6 # 7 # Licensed under the GPL version 2.0 license. 8 # A copy is available in LICENSE file or at 9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 10 # -- END LICENSE BLOCK ------------------------------------ 16 11 17 12 if (!defined('DC_CONTEXT_ADMIN')) { return; } -
plugins/jabberNotifications/index.php
r2989 r2998 1 <?php /* -*- tab-width: 5; indent-tabs-mode: t; c-basic-offset: 5 -*- */ 2 /***************************************************************\ 3 * This is Jabber Notifications, a plugin for Dotclear 2 * 4 * * 5 * Copyright (c) 2007,2008,2011 * 6 * Alex Pirine, Olivier Tétard and contributors. * 7 * * 8 * This is an open source software, distributed under the GNU * 9 * General Public License (version 2) terms and conditions. * 10 * * 11 * You should have received a copy of the GNU General Public * 12 * License along with Jabber Notifications (see COPYING.txt); * 13 * if not, write to the Free Software Foundation, Inc., * 14 * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * 15 \***************************************************************/ 1 <?php 2 # -- BEGIN LICENSE BLOCK ---------------------------------- 3 # This file is part of Jabber Notifications, a plugin for Dotclear. 4 # 5 # Copyright (c) 2007,2008,2011 Alex Pirine <alex pirine.fr>, Olivier Tétard 6 # 7 # Licensed under the GPL version 2.0 license. 8 # A copy is available in LICENSE file or at 9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 10 # -- END LICENSE BLOCK ------------------------------------ 16 11 17 12 if (!defined('DC_CONTEXT_ADMIN')) { return; } -
plugins/jabberNotifications/locales/fr/main.po
r2991 r2998 7 7 "Project-Id-Version: Dotclear 2 jabberNotifications 2.5.1 module\n" 8 8 "Report-Msgid-Bugs-To: \n" 9 "POT-Creation-Date: 2011-02-24 2 1:21+0100\n"10 "PO-Revision-Date: 2011-02-24 2 1:21+0100\n"9 "POT-Creation-Date: 2011-02-24 22:27+0100\n" 10 "PO-Revision-Date: 2011-02-24 22:27+0100\n" 11 11 "Last-Translator: Alex Pirine <alex pirine.fr>\n" 12 12 "Language-Team: \n" … … 19 19 "X-Poedit-SearchPath-0: .\n" 20 20 21 #: _admin.php:1 922 #: index.php:1 7423 #: index.php:19 524 #: forms.php:9 621 #: _admin.php:14 22 #: index.php:169 23 #: index.php:190 24 #: forms.php:91 25 25 msgid "Jabber notifications" 26 26 msgstr "Notifications Jabber" 27 27 28 #: _admin.php:8 628 #: _admin.php:81 29 29 msgid "Jabber ID is empty" 30 30 msgstr "L'identifiant Jabber est vide" 31 31 32 #: _admin.php:8 932 #: _admin.php:84 33 33 msgid "Invalid Jabber ID" 34 34 msgstr "Identifiant Jabber invalide" 35 35 36 #: _admin.php: 9236 #: _admin.php:87 37 37 msgid "Invalid notification status" 38 38 msgstr "Statut de notification invalide" 39 39 40 #: index.php:8 540 #: index.php:80 41 41 msgid "Jabber notifications have been disabled." 42 42 msgstr "Les notifications Jabber ont été désactivées." 43 43 44 #: index.php:8 944 #: index.php:84 45 45 msgid "Username was not set" 46 46 msgstr "Nom d'utilisateur non spécifié" 47 47 48 #: index.php: 9248 #: index.php:87 49 49 msgid "Password was not set" 50 50 msgstr "Mot de passe non spécifié" 51 51 52 #: index.php:9 552 #: index.php:90 53 53 msgid "Server was not set" 54 54 msgstr "Serveur non spécifié" 55 55 56 #: index.php:9 856 #: index.php:93 57 57 #, php-format 58 58 msgid "Port was not set (default is %d)" 59 59 msgstr "Numéro de port non spécifié (le port par défaut est %d)" 60 60 61 #: index.php: 10161 #: index.php:96 62 62 #, php-format 63 63 msgid "Port must be a number, e.g. %d" 64 64 msgstr "Le numéro de port doit être un nombre, p.ex. %d" 65 65 66 #: index.php:1 1266 #: index.php:107 67 67 msgid "Settings have been successfully updated." 68 68 msgstr "Paramètres enregistrés avec succès." 69 69 70 #: index.php:1 4270 #: index.php:137 71 71 msgid "Unknown status:" 72 72 msgstr "Statut inconnu :" 73 73 74 #: index.php:1 4374 #: index.php:138 75 75 #, php-format 76 76 msgid "Test result (in %.3f s):" 77 77 msgstr "Résultat du test (en %.3f s) :" 78 78 79 #: index.php:1 5379 #: index.php:148 80 80 msgid "The following fields contain errors :" 81 81 msgstr "Les champs suivants contiennent des erreurs :" 82 82 83 #: index.php:15 683 #: index.php:151 84 84 #, php-format 85 85 msgid "Unexpected error at line %d in %s" 86 86 msgstr "Erreur inattendue à la ligne %d du fichier %s" 87 87 88 #: index.php:1 6488 #: index.php:159 89 89 msgid "Settings have been initialized." 90 90 msgstr "Les paramètres ont été initialisés." 91 91 92 #: index.php:21 892 #: index.php:213 93 93 msgid "Configuration" 94 94 msgstr "Configuration" 95 95 96 #: index.php:2 2096 #: index.php:215 97 97 msgid "Help" 98 98 msgstr "Aide" 99 99 100 #: _public.php: 82100 #: _public.php:77 101 101 #, php-format 102 102 msgid "Entry: %s <%s>" 103 103 msgstr "Billet : %s <%s>" 104 104 105 #: _public.php: 83105 #: _public.php:78 106 106 #, php-format 107 107 msgid "Comment by: %s <%s>" 108 108 msgstr "Commentaire de : %s <%s>" 109 109 110 #: _public.php: 84110 #: _public.php:79 111 111 #, php-format 112 112 msgid "Website: %s" 113 113 msgstr "Site web : %s" 114 114 115 #: _public.php:8 7115 #: _public.php:82 116 116 #, php-format 117 117 msgid "You received a new trackback on the blog '%s':" 118 118 msgstr "Vous avez reçu un nouveau rétrolien sur le blog \"%s\" :" 119 119 120 #: _public.php:8 8120 #: _public.php:83 121 121 #, php-format 122 122 msgid "You received a new comment on the blog '%s':" 123 123 msgstr "Vous avez reçu un nouveau commentaire sur le blog \"%s\" :" 124 124 125 #: forms.php: 24125 #: forms.php:19 126 126 msgid "never" 127 127 msgstr "jamais" 128 128 129 #: forms.php:2 5129 #: forms.php:20 130 130 msgid "for my entries" 131 131 msgstr "pour mes billets" 132 132 133 #: forms.php:2 6133 #: forms.php:21 134 134 msgid "for my default blog" 135 135 msgstr "pour mon blog par défaut" 136 136 137 #: forms.php:2 7137 #: forms.php:22 138 138 msgid "for all my blogs" 139 139 msgstr "pour tous mes blogs" 140 140 141 #: forms.php: 30141 #: forms.php:25 142 142 msgid "all blogs" 143 143 msgstr "pour tous les blogs" 144 144 145 #: forms.php:3 9145 #: forms.php:34 146 146 msgid "Jabber account setup" 147 147 msgstr "Paramètres du compte Jabber" 148 148 149 #: forms.php: 41149 #: forms.php:36 150 150 msgid "Enable Jabber notifications" 151 151 msgstr "Activer les notifications Jabber" 152 152 153 #: forms.php:4 5153 #: forms.php:40 154 154 msgid "Username:" 155 155 msgstr "Nom d'utilisateur :" 156 156 157 #: forms.php:4 7157 #: forms.php:42 158 158 msgid "Password:" 159 159 msgstr "Mot de passe :" 160 160 161 #: forms.php:4 9161 #: forms.php:44 162 162 msgid "Server:" 163 163 msgstr "Serveur :" 164 164 165 #: forms.php: 51165 #: forms.php:46 166 166 msgid "Port:" 167 167 msgstr "Port :" 168 168 169 #: forms.php: 53169 #: forms.php:48 170 170 msgid "HTTP gateway (leave empty to disable):" 171 171 msgstr "Passerelle HTTP (laissez vide pour désactiver) :" 172 172 173 #: forms.php:5 6173 #: forms.php:51 174 174 msgid "Secure connection:" 175 175 msgstr "Connexion sécurisée :" 176 176 177 #: forms.php:5 8177 #: forms.php:53 178 178 msgid "None" 179 179 msgstr "Aucune" 180 180 181 #: forms.php: 60181 #: forms.php:55 182 182 msgid "SSL" 183 183 msgstr "SSL" 184 184 185 #: forms.php: 62185 #: forms.php:57 186 186 msgid "TLS" 187 187 msgstr "TLS" 188 188 189 #: forms.php:6 5189 #: forms.php:60 190 190 msgid "save" 191 191 msgstr "enregistrer" 192 192 193 #: forms.php:6 8193 #: forms.php:63 194 194 msgid "Setup test" 195 195 msgstr "Test des paramètres" 196 196 197 #: forms.php:6 9197 #: forms.php:64 198 198 msgid "You can test this configuration without saving changes." 199 199 msgstr "Vous pouvez tester cette configuration sans enregistrer les changements." 200 200 201 #: forms.php: 70201 #: forms.php:65 202 202 msgid "Destination JabberID:" 203 203 msgstr "Adresse jabber de destination :" 204 204 205 #: forms.php: 72205 #: forms.php:67 206 206 msgid "test" 207 207 msgstr "tester" 208 208 209 #: forms.php:9 7209 #: forms.php:92 210 210 msgid "Notify new comments using Jabber:" 211 211 msgstr "Avertir de nouveaux commentaires par Jabber :" 212 212 213 #: forms.php:9 9213 #: forms.php:94 214 214 msgid "JabberID that should be notified:" 215 215 msgstr "Identifiant Jabber à avertir :"
Note: See TracChangeset
for help on using the changeset viewer.