Pixelpost Forum

Pixelpost Forum (http://www.pixelpost.org/forum/index.php)
-   Addons (http://www.pixelpost.org/forum/forumdisplay.php?f=13)
-   -   Pixel Post in French (http://www.pixelpost.org/forum/showthread.php?t=75)

Anonymous 10-22-2004 02:44 PM

Pixel Post in French
 
Traduction for french :

Create lang_french.php and copy/paste this in your source :

Quote:

<?php

error_reporting(0);

// ################################################## ########################################//
// PIXELPOST LANG FRENCH | PHOTOBLOG PUNK SOFTWARE BY PUNK@PIXELPUNK.SE
// ################################################## ########################################//
/*
Some text are generated by the script itself and not controlled through template design.
Edit these lines of text in this file and have the script generate other wording or
in other languages.
*/

/* Dont edit Edit */

// IMAGE NAVIGATION
$lang_previous = "Avant";
$lang_next = "Après";
$lang_no_previous = "Pas avant";
$lang_no_next = "Pas après";
$lang_browse_select_category = "Selectionnez la catégorie";

// COMMENTS
$lang_message_missing_image = "Pas d'image selectionnee. Votre commentaire ne sera pas sauvegardé.";
$lang_message_missing_comment = "Pas d'image. Votre commentaire ne sera pas sauvegardé.";
$lang_visit_homepage = "Visitez la homepage";
$lang_no_comments_yet = "Pas de commentaires.";
$lang_comment_thank_you = "Merci pour votre visite et d'avoir pris le temps de laisser un commentaire.";
$lang_comment_redirect = "Cliquez pour revenir.";
$lang_comment_page_title = "Commentaires";

// EXIF DATA
$lang_exposure = "Exposition:";
$lang_aperture = "Ouverture:";
$lang_capture_date = "Date de la capture:";
$lang_focal = "Focal:";
$lang_camera_maker = "Auteur:";
$lang_camera_model = "Modèle:";
$lang_flash_fired = "Avec flash";
$lang_flash_not_fired = "Sans flash";



?>

Anonymous 10-22-2004 04:31 PM

thanks cerise. But punk as not integrate this function in pixelpost for the moment. She's coming soon. And personally, i have also translate the lang_english.php. two days ago.

Merci . Tu utilises pixelpost ? :D :wink:

turnover 10-22-2004 04:32 PM

Guest it's me !!. Le guest c'est moi !! :lol:

Anonymous 10-22-2004 07:46 PM

j'utilise pixelpost : pas encore car je suis hebergée chez online et ils ne nous permettent pas de changer les chmod comme on le veut... je viens de le decouvrir et je suis verte ! Donc jai plein derreur de script et ca ne marche pas.

Bouh :shock:

Joli ton site ;)

turnover 10-22-2004 07:50 PM

Ah les hébergeurs français et leurs restrictions ... :roll: :?

Anonymous 12-18-2004 08:31 AM

Si vous avez des problèmes avec les accents, voilà une version plus html-standardisée:

Code:

<?php

/*

Pixelpost version 1.3
Language file: english/default

Pixelpost www: http://www.pixelpunk.se/software/
Contact: pixelpost@pixelpunk.se
Copyright (c) 2004 shapestyle graphic design + code<http://www.shapestyle.se>
License: http://www.gnu.org/copyleft/gpl.html

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.

-

Some text are generated by the script itself and not controlled through template design.
Edit these lines of text in this file and have the script generate other wording or
in other languages.
*/

/* Dont edit                    Edit                                                        */

// IMAGE NAVIGATION
$lang_previous              = "Précédente";
$lang_next                  = "Suivante";
$lang_no_previous          = "Pas d'image précédente";
$lang_no_next              = "Pas d'image suivante";
$lang_browse_select_category    = "Choisir la catégorie";
$lang_browse_all            = "Toutes";

// COMMENTS
$lang_message_missing_image = "Aucune image séléctionée. Le commentaire n'a pas été sauvé";
$lang_message_missing_comment  = "Aucun message. Le commentaire n'a pas été sauvé";
$lang_visit_homepage        = "Visitez la page d'accueil";
$lang_no_comments_yet      = "Encore aucun commentaire. Profitez-en";
$lang_comment_thank_you    = "Merci pour votre visite et pour avoir pris le temps de commenter cette image.";
$lang_comment_redirect      = "Cliquez pour revenir sur le site.";
$lang_comment_page_title    = "Commentaire";
$lang_comment_popup        = "Commentaires";

// EXIF DATA
$lang_exposure              = "Temps de pose:";
$lang_aperture              = "Ouverture:";
$lang_capture_date          = "Date:";
$lang_focal                = "Focale:";
$lang_camera_maker          = "Fabriquant de l'appareil:";
$lang_camera_model          = "Modèle:";
$lang_flash_fired          = "Flash: Allumé";
$lang_flash_not_fired      = "Flash: Eteint";



?>



All times are GMT. The time now is 09:16 AM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.