Revision 1344
Added by Luisehahne over 15 years ago
| branches/2.8.x/CHANGELOG | ||
|---|---|---|
| 11 | 11 | ! = Update/Change | 
| 12 | 12 |  | 
| 13 | 13 | ------------------------------------- 2.8.1 ------------------------------------- | 
| 14 | 11-May-2010 Dietmar Woellbrink (Luisehahne) | |
| 15 | # Ticket #1004 Small typofixes needed in FR lang file (Tks to quinto) | |
| 16 | + Ticket #1005 add FR Language for the admin templates (Tks to quinto) | |
| 14 | 17 | 06-May-2010 Dietmar Woellbrink (Luisehahne) | 
| 15 | 18 | # Ticket #998 fix German language file from mixture of du and Sie (Tks to Erpe) | 
| 16 | 19 | 02-May-2010 Dietmar Woellbrink (Luisehahne) | 
| branches/2.8.x/wb/admin/interface/version.php | ||
|---|---|---|
| 52 | 52 |  | 
| 53 | 53 | // check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled) | 
| 54 | 54 | if(!defined('VERSION')) define('VERSION', '2.8.x');
 | 
| 55 | if(!defined('REVISION')) define('REVISION', '1343');
 | |
| 55 | if(!defined('REVISION')) define('REVISION', '1344');
 | |
| 56 | 56 |  | 
| 57 | 57 | ?> | 
| branches/2.8.x/wb/templates/wb_theme/languages/FR.php | ||
|---|---|---|
| 1 | <?php | |
| 2 |  | |
| 3 | // $Id$ | |
| 4 |  | |
| 5 | /* | |
| 6 |  | |
| 7 | Website Baker Project <http://www.websitebaker.org/> | |
| 8 | Copyright (C) 2004-2009, Ryan Djurovich | |
| 9 |  | |
| 10 | Website Baker is free software; you can redistribute it and/or modify | |
| 11 | it under the terms of the GNU General Public License as published by | |
| 12 | the Free Software Foundation; either version 2 of the License, or | |
| 13 | (at your option) any later version. | |
| 14 |  | |
| 15 | Website Baker is distributed in the hope that it will be useful, | |
| 16 | but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| 17 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
| 18 | GNU General Public License for more details. | |
| 19 |  | |
| 20 | You should have received a copy of the GNU General Public License | |
| 21 | along with Website Baker; if not, write to the Free Software | |
| 22 | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
| 23 |  | |
| 24 | */ | |
| 25 |  | |
| 26 | //Modul Description | |
| 27 | $template_description = 'Default backend theme for Website Baker 2.8.'; | |
| 28 |  | |
| 29 | //Texts | |
| 30 | $TEXT['ADMIN_ONLY'] = 'Seul l'administrateur peut modifier ces réglages'; | |
| 31 | $TEXT['NO_SHOW_THUMBS'] = 'Cacher les vignettes'; | |
| 32 | $TEXT['TEXT_HEADER'] = 'Définir la taille des images par dossier</b><br><small><i>(Redimensionnement seulement lors d'un nouvel upload)</i></small>'; | |
| 33 | ?> | |
| 0 | 34 | |
| branches/2.8.x/wb/templates/argos_theme/languages/FR.php | ||
|---|---|---|
| 1 | <?php | |
| 2 |  | |
| 3 | // $Id$ | |
| 4 |  | |
| 5 | /* | |
| 6 |  | |
| 7 | Website Baker Project <http://www.websitebaker.org/> | |
| 8 | Copyright (C) 2004-2009, Ryan Djurovich | |
| 9 |  | |
| 10 | Website Baker is free software; you can redistribute it and/or modify | |
| 11 | it under the terms of the GNU General Public License as published by | |
| 12 | the Free Software Foundation; either version 2 of the License, or | |
| 13 | (at your option) any later version. | |
| 14 |  | |
| 15 | Website Baker is distributed in the hope that it will be useful, | |
| 16 | but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| 17 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
| 18 | GNU General Public License for more details. | |
| 19 |  | |
| 20 | You should have received a copy of the GNU General Public License | |
| 21 | along with Website Baker; if not, write to the Free Software | |
| 22 | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
| 23 |  | |
| 24 | */ | |
| 25 |  | |
| 26 | //Modul Description | |
| 27 | $template_description = 'Enhanced backend theme for Website Baker 2.8.'; | |
| 28 |  | |
| 29 | //Texts | |
| 30 | $TEXT['ADMIN_ONLY'] = 'Seul l'administrateur peut modifier ces réglages'; | |
| 31 | $TEXT['NO_SHOW_THUMBS'] = 'Cacher les vignettes'; | |
| 32 | $TEXT['TEXT_HEADER'] = 'Définir la taille des images par dossier</b><br><small><i>(Redimensionnement seulement lors d'un nouvel upload)</i></small>'; | |
| 33 | ?> | |
| 0 | 34 | |
| branches/2.8.x/wb/languages/FR.php | ||
|---|---|---|
| 429 | 429 | $TEXT['NOT_INSTALLED'] = "non installé"; | 
| 430 | 430 | $TEXT['ADDON'] = "Extension"; | 
| 431 | 431 | $TEXT['EXTENSION'] = "Extension"; | 
| 432 | $TEXT['UNZIP_FILE'] = "Uploader et d�compresser l'archive zip";
 | |
| 433 | $TEXT['DELETE_ZIP'] = "Effacer l'archive zip apr�s d�compression";
 | |
| 432 | $TEXT['UNZIP_FILE'] = "Uploader et décompresser l'archive zip";
 | |
| 433 | $TEXT['DELETE_ZIP'] = "Effacer l'archive zip après décompression";
 | |
| 434 | 434 | $TEXT['NEED_CURRENT_PASSWORD'] ='confirm with current password'; | 
| 435 | 435 | $TEXT['CAN_DELETE_HIMSELF'] = 'Can delete himself'; | 
| 436 | $TEXT['PROFILES_EDIT'] = 'Change the profile'; | |
| 436 | 437 |  | 
| 437 | 438 | // Success/error messages | 
| 438 | 439 | $MESSAGE['FRONTEND_SORRY_NO_VIEWING_PERMISSIONS'] = 'Désolé, vous n'avez pas les droits pour visualiser cette page'; | 
Also available in: Unified diff
Ticket #1004 Small typofixes needed in FR lang file (Tks to quinto)
Ticket #1005 add FR Language for the admin templates (Tks to quinto)