source:
spip-zone/_plugins_/recommander/lang/recommander_en.php
@
31608
Last change on this file since 31608 was 31608, checked in by , 12 years ago | |
---|---|
File size: 356 bytes |
Line | |
---|---|
1 | <?php |
2 | |
3 | // This is a SPIP language file -- Ceci est un fichier langue de SPIP |
4 | |
5 | $GLOBALS[$GLOBALS['idx_lang']] = array( |
6 | 'recommander' => 'Send this article', |
7 | 'destinataire' => "Recipient :", |
8 | 'recommander_titre' => 'To read on @nom_site@ --', |
9 | 'recommander_lecture'=> "Hello, @from@ recommend reading this article : ", |
10 | 'recommander_message'=> "Send" |
11 | ); |
12 | |
13 | |
14 | ?> |
Note: See TracBrowser
for help on using the repository browser.