source:
spip-zone/_plugins_/timecircles/trunk/lang/timecircles_fr.php
@
122027
Last change on this file since 122027 was 122027, checked in by , 14 months ago | |
---|---|
File size: 418 bytes |
Line | |
---|---|
1 | <?php |
2 | // This is a SPIP language file -- Ceci est un fichier langue de SPIP |
3 | // Fichier source, a modifier dans https://git.spip.net/spip-contrib-extensions/timecircles.git |
4 | if (!defined('_ECRIRE_INC_VERSION')) { |
5 | return; |
6 | } |
7 | |
8 | $GLOBALS[$GLOBALS['idx_lang']] = array( |
9 | |
10 | // D |
11 | 'days' => 'Jours', |
12 | |
13 | // H |
14 | 'hours' => 'Heures', |
15 | |
16 | // M |
17 | 'minutes' => 'Minutes', |
18 | |
19 | // S |
20 | 'seconds' => 'Secondes', |
21 | |
22 | // Y |
23 | 'years' => 'Années' |
24 | ); |
Note: See TracBrowser
for help on using the repository browser.