Pluf Framework

Pluf Framework Commit Details


Date:2009-01-31 15:39:30 (15 years 10 months ago)
Author:Loic d'Anterroches
Branch:develop, master
Commit:876f3d0c8ef592496c1820264c04eb52b2b4175f
Parents: 29b5d9d1e85567bafc4547775c287faae1915317
Message:Fixed the French translations and correctly use the Pluf gettext calls.

Changes:

File differences

src/Pluf/Date.php
176176
177177
178178
179
179
180180
181181
182
182
183183
184184
185
185
186186
187187
188
188
189189
190190
191
191
192192
193193
194
194
195195
196196
197197
$res .= $diffs[$i].' ';
switch ($i) {
case 0:
$res .= ngettext('year', 'years', $diffs[$i]);
$res .= _n('year', 'years', $diffs[$i]);
break;
case 1:
$res .= ngettext('month', 'months', $diffs[$i]);
$res .= _n('month', 'months', $diffs[$i]);
break;
case 2:
$res .= ngettext('day', 'days', $diffs[$i]);
$res .= _n('day', 'days', $diffs[$i]);
break;
case 3:
$res .= ngettext('hour', 'hours', $diffs[$i]);
$res .= _n('hour', 'hours', $diffs[$i]);
break;
case 4:
$res .= ngettext('minute', 'minutes', $diffs[$i]);
$res .= _n('minute', 'minutes', $diffs[$i]);
break;
case 5:
$res .= ngettext('second', 'seconds', $diffs[$i]);
$res .= _n('second', 'seconds', $diffs[$i]);
break;
}
$res .= ' ';
src/Pluf/locale/fr/pluf.po
77
88
99
10
11
10
11
1212
1313
1414
......
225225
226226
227227
228
228
229229
230230
231231
......
377377
378378
379379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
380
429381
430382
431383
432384
433
385
434386
435387
436388
......
659611
660612
661613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662662
663663
664664
msgstr ""
"Project-Id-Version: Pluf\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-01-13 09:44+0100\n"
"PO-Revision-Date: 2009-01-13 09:56+0100\n"
"POT-Creation-Date: 2009-01-31 22:35+0100\n"
"PO-Revision-Date: 2009-01-31 22:39+0100\n"
"Last-Translator: Loïc d'Anterroches <titoo@users.sourceforge.net>\n"
"Language-Team: French <pluf-users@googlegroups.com>\n"
"MIME-Version: 1.0\n"
msgid "Ensure this value is greater than or equal to %s."
msgstr "Assurez-vous que la valeur est supérieure ou égale à %s."
#: Pluf/Form/Field/Email.php:35
#: Pluf/Form/Field/Email.php:38
msgid "Enter a valid email address."
msgstr "Entrez une adresse email valide."
msgid "The application using this permission, for example \"YourApp\", \"CMS\" or \"SView\"."
msgstr "L'application utilisant cette permission, par exemple \"VotreApp\", \"CMS\", etc."
#: Pluf/Date.php:171
msgid "year"
msgstr "année"
#: Pluf/Date.php:171
msgid "month"
msgstr "mois"
#: Pluf/Date.php:171
msgid "day"
msgstr "jour"
#: Pluf/Date.php:171
msgid "hour"
msgstr "heure"
#: Pluf/Date.php:172
msgid "minute"
msgstr "minute"
#: Pluf/Date.php:172
msgid "second"
msgstr "seconde"
#: Pluf/Date.php:173
msgid "years"
msgstr "années"
#: Pluf/Date.php:173
msgid "months"
msgstr "mois"
#: Pluf/Date.php:173
msgid "days"
msgstr "jours"
#: Pluf/Date.php:173
msgid "hours"
msgstr "heures"
#: Pluf/Date.php:174
msgid "minutes"
msgstr "minutes"
#: Pluf/Date.php:174
msgid "seconds"
msgstr "secondes"
#: Pluf/Date.php:194
#: Pluf/Date.php:206
#, php-format
msgid "%s ago"
msgstr "il y a %s"
#: Pluf/Date.php:196
#: Pluf/Date.php:208
#, php-format
msgid "%s left"
msgstr "%s restant"
msgid "do not have the permission"
msgstr "n'a pas la permission"
#: Pluf/Date.php:179
msgid "year"
msgid_plural "years"
msgstr[0] "an"
msgstr[1] "ans"
#: Pluf/Date.php:182
msgid "month"
msgid_plural "months"
msgstr[0] "mois"
msgstr[1] "mois"
#: Pluf/Date.php:185
msgid "day"
msgid_plural "days"
msgstr[0] "jour"
msgstr[1] "jours"
#: Pluf/Date.php:188
msgid "hour"
msgid_plural "hours"
msgstr[0] "heure"
msgstr[1] "heures"
#: Pluf/Date.php:191
msgid "minute"
msgid_plural "minutes"
msgstr[0] "minute"
msgstr[1] "minutes"
#: Pluf/Date.php:194
msgid "second"
msgid_plural "seconds"
msgstr[0] "seconde"
msgstr[1] "secondes"
#~ msgid "years"
#~ msgstr "années"
#~ msgid "months"
#~ msgstr "mois"
#~ msgid "days"
#~ msgstr "jours"
#~ msgid "hours"
#~ msgstr "heures"
#~ msgid "minutes"
#~ msgstr "minutes"
#~ msgid "seconds"
#~ msgstr "secondes"
#~ msgid "Authentication"
#~ msgstr "Authentification"
#~ msgid "KB"
src/Pluf/locale/pluf.pot
88
99
1010
11
11
1212
1313
1414
1515
1616
1717
18
1819
1920
2021
......
208209
209210
210211
211
212
212213
213214
214215
......
370371
371372
372373
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
374
422375
423376
424377
425378
426
379
427380
428381
429382
......
647600
648601
649602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-01-13 09:44+0100\n"
"POT-Creation-Date: 2009-01-31 22:35+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
#: Pluf/Search/Stats.php:34
msgid "search stats"
msgid "Ensure this value is greater than or equal to %s."
msgstr ""
#: Pluf/Form/Field/Email.php:35
#: Pluf/Form/Field/Email.php:38
msgid "Enter a valid email address."
msgstr ""
"\"SView\"."
msgstr ""
#: Pluf/Date.php:171
msgid "year"
msgstr ""
#: Pluf/Date.php:171
msgid "month"
msgstr ""
#: Pluf/Date.php:171
msgid "day"
msgstr ""
#: Pluf/Date.php:171
msgid "hour"
msgstr ""
#: Pluf/Date.php:172
msgid "minute"
msgstr ""
#: Pluf/Date.php:172
msgid "second"
msgstr ""
#: Pluf/Date.php:173
msgid "years"
msgstr ""
#: Pluf/Date.php:173
msgid "months"
msgstr ""
#: Pluf/Date.php:173
msgid "days"
msgstr ""
#: Pluf/Date.php:173
msgid "hours"
msgstr ""
#: Pluf/Date.php:174
msgid "minutes"
msgstr ""
#: Pluf/Date.php:174
msgid "seconds"
msgstr ""
#: Pluf/Date.php:194
#: Pluf/Date.php:206
#, php-format
msgid "%s ago"
msgstr ""
#: Pluf/Date.php:196
#: Pluf/Date.php:208
#, php-format
msgid "%s left"
msgstr ""
#: Pluf/RowPermission.php:72
msgid "do not have the permission"
msgstr ""
#: Pluf/Date.php:179
msgid "year"
msgid_plural "years"
msgstr[0] ""
msgstr[1] ""
#: Pluf/Date.php:182
msgid "month"
msgid_plural "months"
msgstr[0] ""
msgstr[1] ""
#: Pluf/Date.php:185
msgid "day"
msgid_plural "days"
msgstr[0] ""
msgstr[1] ""
#: Pluf/Date.php:188
msgid "hour"
msgid_plural "hours"
msgstr[0] ""
msgstr[1] ""
#: Pluf/Date.php:191
msgid "minute"
msgid_plural "minutes"
msgstr[0] ""
msgstr[1] ""
#: Pluf/Date.php:194
msgid "second"
msgid_plural "seconds"
msgstr[0] ""
msgstr[1] ""

Archive Download the corresponding diff file

Branches

Tags

Number of commits:
Page rendered in 0.07519s using 13 queries.