Changeset 1610
- Timestamp:
- 10/21/09 07:26:42 (13 years ago)
- Location:
- plugins/activityReport
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/activityReport/inc/class.activity.report.behaviors.php
r1593 r1610 78 78 'update', 79 79 __('updating post'), 80 __('Post called "%s" ha vebeen updated by "%s" at %s'),80 __('Post called "%s" has been updated by "%s" at %s'), 81 81 'adminAfterPostUpdate', 82 82 array('activityReportBehaviors','postUpdate') -
plugins/activityReport/locales/fr/main.lang.php
r1593 r1610 48 48 49 49 #inc/class.activity.report.behaviors.php:80 50 $GLOBALS['__l10n']['Post called "%s" ha vebeen updated by "%s" at %s'] = 'Billet nommé "%s" mis à jour par "%s" à %s';50 $GLOBALS['__l10n']['Post called "%s" has been updated by "%s" at %s'] = 'Billet nommé "%s" mis à jour par "%s" à %s'; 51 51 52 52 #inc/class.activity.report.behaviors.php:90 -
plugins/activityReport/locales/fr/main.po
r1598 r1610 56 56 57 57 #: inc/class.activity.report.behaviors.php:80 58 msgid "Post called "%s" ha vebeen updated by "%s" at %s"58 msgid "Post called "%s" has been updated by "%s" at %s" 59 59 msgstr "Billet nommé \"%s\" mis à jour par \"%s\" à %s" 60 60
Note: See TracChangeset
for help on using the changeset viewer.