Changeset 2716
- Timestamp:
- 10/18/10 20:31:02 (12 years ago)
- Location:
- plugins/info
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/info/_define.php
r2671 r2716 29 29 /* Description*/ "Informations about Dotclear and your system", 30 30 /* Author */ "Moe (http://gniark.net/)", 31 /* Version */ '1.8 ',31 /* Version */ '1.8.1', 32 32 /* Permissions */ null 33 33 ); -
plugins/info/index.php
r2670 r2716 34 34 # get URL of a post 35 35 $post_url = null; 36 $rs = $core->blog->getPosts(array('limit' => 1 ));36 $rs = $core->blog->getPosts(array('limit' => 1, 'post_status' => 1)); 37 37 38 38 while ($rs->fetch()) -
plugins/info/locales/fr/admin.lang.php
r2670 r2716 97 97 98 98 #index.php:89 99 $GLOBALS['__l10n']['The entry\'s URL %s returned a 200 status code, the page was found, it seems that the URL of the blog is correctly configured.'] = 'L\'URL du billet %s a retourné le code 200, la page a été trouvée, il semblerait que l\'URL du blog est correctement configurée.';99 $GLOBALS['__l10n']['The entry\'s URL %s returned a 200 status code, the page was found, it seems that the URL of the blog is correctly configured.'] = 'L\'URL du billet %s a retourné le code 200, la page a été trouvée, il semblerait que l\'URL du blog soit correctement configurée.'; 100 100 101 101 #index.php:95 -
plugins/info/locales/fr/admin.po
r2670 r2716 138 138 #: index.php:89 139 139 msgid "The entry's URL %s returned a 200 status code, the page was found, it seems that the URL of the blog is correctly configured." 140 msgstr "L'URL du billet %s a retourné le code 200, la page a été trouvée, il semblerait que l'URL du blog est correctement configurée."140 msgstr "L'URL du billet %s a retourné le code 200, la page a été trouvée, il semblerait que l'URL du blog soit correctement configurée." 141 141 142 142 #: index.php:95
Note: See TracChangeset
for help on using the changeset viewer.