root/trunk/languages/french.inc.php
| Revision 19 (checked in by svn, 2 years ago) |
|---|
| Line | |
|---|---|
| 1 | <?php |
| 2 | |
| 3 | // Copyright (c) 2006-2007 Alex King. All rights reserved. |
| 4 | // http://alexking.org/projects/php-tag-engine |
| 5 | // |
| 6 | // Released under the LGPL license |
| 7 | // http://www.opensource.org/licenses/lgpl-license.php |
| 8 | // |
| 9 | // ********************************************************************** |
| 10 | // This program is distributed in the hope that it will be useful, but |
| 11 | // WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
| 13 | // ********************************************************************** |
| 14 | |
| 15 | /** |
| 16 | * French language file for PHP Tag Engine |
| 17 | * |
| 18 | * @package phptagengine |
| 19 | */ |
| 20 | |
| 21 | $pte->charset = 'ISO-8859-1'; |
| 22 | |
| 23 | $pte->strings["action_cancel"] = "Annuler"; |
| 24 | $pte->strings["action_edit"] = "Modifier"; |
| 25 | $pte->strings["action_delete"] = "Supprimer"; |
| 26 | $pte->strings["action_delete_text_icon"] = "X"; |
| 27 | $pte->strings["action_save"] = "Enregistrer"; |
| 28 | $pte->strings["action_saving"] = "Enregistrement..."; |
| 29 | $pte->strings["data_none"] = "(aucun)"; |
| 30 | $pte->strings["label_tags"] = "Tags:"; |
| 31 | |
| 32 | ?> |
Note: See TracBrowser for help on using the browser.
