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";
?>
|