Changes between Version 35 and Version 36 of Stacomi gettext


Ignore:
Timestamp:
Jan 24, 2017 5:28:28 PM (8 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Stacomi gettext

    v35 v36  
    111111 
    112112exemples  
    113 {{{     funout(gettextf("%1.0f lines found for the conversion coefficients\n",nrow(object@coe)))         
     113{{{ 
     114#!r      
     115funout(gettextf("%1.0f lines found for the conversion coefficients\n",nrow(object@coe)))         
    114116"2 lines found for the conversion coefficients\n" 
    115117gettextf("Seasonal trend of %s, from %s to %s", 
    116                                                                 type_poids, 
    117                                                                 bilPM@anneedebut@annee_selectionnee, 
    118                                                                 bilPM@anneefin@annee_selectionnee) 
     118type_poids, 
     119bilPM@anneedebut@annee_selectionnee, 
     120bilPM@anneefin@annee_selectionnee) 
    119121}}} 
    120122