Changeset 1746
- Timestamp:
- 10/26/09 06:43:31 (13 years ago)
- Location:
- plugins/cinecturlink2
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/cinecturlink2/inc/lib.cinecturlink2.activityreport.php
r1745 r1746 31 31 'update', 32 32 __('updating link'), 33 __('Cinecturlink named "%s" ha vebeen updated by "%s"'),33 __('Cinecturlink named "%s" has been updated by "%s"'), 34 34 'cinecturlink2AfterUpdLink', 35 35 array('cinecturlink2ActivityReportBehaviors','updLink') … … 40 40 'delete', 41 41 __('link deletion'), 42 __('Cinecturlink named "%s" ha vebeen deleted by "%s"'),42 __('Cinecturlink named "%s" has been deleted by "%s"'), 43 43 'cinecturlink2BeforeDelLink', 44 44 array('cinecturlink2ActivityReportBehaviors','delLink') -
plugins/cinecturlink2/locales/fr/main.lang.php
r1745 r1746 1 1 <?php 2 # -- BEGIN LICENSE BLOCK ----------------------------------3 # This file is part of cinecturlink2, a plugin for Dotclear 2.4 #5 # Copyright (c) 2009 JC Denis and contributors6 # jcdenis@gdwd.com7 #8 # Licensed under the GPL version 2.0 license.9 # A copy of this license is available in LICENSE file or at10 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html11 # -- END LICENSE BLOCK ------------------------------------12 13 2 // Language: français 14 3 // Module: cinecturlink2 - 0.3 15 // Date: 2009-10-26 05: 12:174 // Date: 2009-10-26 05:43:14 16 5 // Translated with dcTranslater - 1.3 17 6 … … 76 65 77 66 #inc/lib.cinecturlink2.activityreport.php:33 78 $GLOBALS['__l10n']['Cinecturlink named "%s" ha vebeen updated by "%s"'] = 'Un cinecturlink nommé "%s" a été mise à jour par "%s"';67 $GLOBALS['__l10n']['Cinecturlink named "%s" has been updated by "%s"'] = 'Un cinecturlink nommé "%s" a été mise à jour par "%s"'; 79 68 80 69 #inc/lib.cinecturlink2.activityreport.php:41 … … 82 71 83 72 #inc/lib.cinecturlink2.activityreport.php:42 84 $GLOBALS['__l10n']['Cinecturlink named "%s" ha vebeen deleted by "%s"'] = 'Un cinecturlink nommé "%s" a été supprimé par "%s"';73 $GLOBALS['__l10n']['Cinecturlink named "%s" has been deleted by "%s"'] = 'Un cinecturlink nommé "%s" a été supprimé par "%s"'; 85 74 86 75 #inc/lib.cinecturlink2.list.php:21 … … 106 95 107 96 #index.php:184 108 $GLOBALS['__l10n']['You must provide a author.'] = 'Vous devez fournir un nom d\'auteur.';97 $GLOBALS['__l10n']['You must provide an author.'] = 'Vous devez fournir un nom d\'auteur.'; 109 98 110 99 #index.php:188 … … 115 104 116 105 #index.php:218 117 $GLOBALS['__l10n']['Unknow link.'] = 'Lien inconnu';106 $GLOBALS['__l10n']['Unknown link.'] = 'Lien inconnu'; 118 107 119 108 #index.php:291 -
plugins/cinecturlink2/locales/fr/main.po
r1745 r1746 1 1 # Language: français 2 2 # Module: cinecturlink2 - 0.3 3 # Date: 2009-10-26 05: 12:173 # Date: 2009-10-26 05:43:14 4 4 # Translated with translater 1.3 5 5 … … 9 9 "Project-Id-Version: cinecturlink2 0.3\n" 10 10 "POT-Creation-Date: \n" 11 "PO-Revision-Date: 2009-10-26T05: 12:17+00:00\n"11 "PO-Revision-Date: 2009-10-26T05:43:14+00:00\n" 12 12 "Last-Translator: JC Denis\n" 13 13 "Language-Team: \n" … … 93 93 94 94 #: inc/lib.cinecturlink2.activityreport.php:33 95 msgid "Cinecturlink named \"%s\" ha vebeen updated by \"%s\""95 msgid "Cinecturlink named \"%s\" has been updated by \"%s\"" 96 96 msgstr "Un cinecturlink nommé \"%s\" a été mise à jour par \"%s\"" 97 97 … … 101 101 102 102 #: inc/lib.cinecturlink2.activityreport.php:42 103 msgid "Cinecturlink named \"%s\" ha vebeen deleted by \"%s\""103 msgid "Cinecturlink named \"%s\" has been deleted by \"%s\"" 104 104 msgstr "Un cinecturlink nommé \"%s\" a été supprimé par \"%s\"" 105 105 … … 132 132 133 133 #: index.php:184 134 msgid "You must provide a author."134 msgid "You must provide an author." 135 135 msgstr "Vous devez fournir un nom d'auteur." 136 136 … … 144 144 145 145 #: index.php:218 146 msgid "Unknow link."146 msgid "Unknown link." 147 147 msgstr "Lien inconnu" 148 148
Note: See TracChangeset
for help on using the changeset viewer.