<?php
/*************************
  Coppermine Photo Gallery
  ************************
  Copyright (c) 2003-2007 Coppermine Dev Team
  v1.1 originally written by Gregory DEMAR

  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License version 3
  as published by the Free Software Foundation.
  
  Ce programme est un logiciel libre. Vous pouvez le redistibuer et/ou le modifier
  selon les termes du GNU General Public License version 3
  qui a été publié par la Fondation des Logiciels Libres. (Free Software Foundation)

  ********************************************
  Coppermine version: 1.5.0
  $Source$
  $Revision: 4011 $
  $LastChangedBy: gaugau $
  $Date: 2007-10-19 08:41:11 +0200 (ven., 19 oct. 2007) $
**********************************************/

if (!defined('IN_COPPERMINE')) { die('Not in Coppermine...');}

// info about translators and translated language
$lang_translation_info = array(
  'lang_name_english' => 'French_FR',
  'lang_name_native' => 'Français_FR',
  'lang_country_code' => 'fr',
  'trans_name'=> 'PYAP et Frantz',
  'trans_email' => '',
  'trans_website' => 'http://coppermine-gallery.net/index.php?board=38.0',
  'trans_date' => '2007-05-21',
);

$lang_charset = 'UTF-8';
$lang_text_dir = 'ltr'; // ('ltr' de la Gauche vers la Droite, 'rtl' de la Droite vers la Gauche)

// shortcuts for Byte, Kilo, Mega
$lang_byte_units = array('Bytes', 'KB', 'MB');

// Day of weeks and months
$lang_day_of_week = array('Dimanche', 'Lundi', 'Mardi', 'Mercredi', 'Jeudi', 'Vendredi', 'Samedi');
$lang_month = array('Janvier', 'Février', 'Mars', 'Avril', 'Mai', 'Juin', 'Juillet', 'Août', 'Septembre', 'Octobre', 'Novembre', 'Décembre');

// Some common strings
$lang_yes = 'Oui';
$lang_no  = 'Non';
$lang_back = 'RETOUR';
$lang_continue = 'CONTINUEZ';
$lang_info = 'Information';
$lang_error = 'Erreur';
$lang_check_uncheck_all = 'Sélectionnez tout ou Rien';

// The various date formats
// See http://www.php.net/manual/en/function.strftime.php to define the variable below
$album_date_fmt =    '%B %d, %Y';
$lastcom_date_fmt =  '%m/%d/%y à %H:%M';
$lastup_date_fmt = '%B %d, %Y';
$register_date_fmt = '%B %d, %Y';
$lasthit_date_fmt = '%B %d, %Y à %I:%M %p';
$comment_date_fmt =  '%B %d, %Y à %I:%M %p';
$log_date_fmt = '%B %d, %Y à %I:%M %p';
$scientific_date_fmt = '%Y-%m-%d %H:%M:%S'; // cpg1.5.x

// For the word censor
$lang_bad_words = array('*fuck*', 'asshole', 'assramer', 'bitch*', 'c0ck', 'clits', 'Cock', 'cum', 'cunt*', 'dago', 'daygo', 'dego', 'dick*', 'dildo', 'fanculo', 'feces', 'foreskin', 'Fu\(*', 'fuk*', 'honkey', 'hore', 'injun', 'kike', 'lesbo', 'masturbat*', 'motherfucker', 'nazis', 'nigger*', 'nutsack', 'penis', 'phuck', 'poop', 'pussy', 'scrotum', 'shit', 'slut', 'titties', 'titty', 'twaty', 'wank*', 'whore', 'wop*');

$lang_meta_album_names = array(
'random' => 'Fichiers Aléatoires',
'lastup' => 'Nouveautés',
'lastalb'=> 'Derniers Albums MAJ',
'lastcom' => 'Nouveaux Commentaires',
'topn' => 'Les Plus Populaires',
'toprated' => 'Les Meilleures Notes',
'lasthits' => 'Fichiers ouverts récemment',
'search' => 'Résultats de votre Recherche',
'favpics'=> 'Vos Fichiers Favoris',
);

$lang_errors = array(
  'access_denied' => 'Vous n\'avez aucune permission pour accéder à cette page.',
  'perm_denied' => 'Vous n\'avez aucune permission pour exécuter cette action.',
  'param_missing' => 'Le Script a été appelé sans aucun paramètre.',
  'non_exist_ap' => 'L\'Album ou le fichier sélectionné n\'existe pas !',
  'quota_exceeded' => 'QUOTA Disque dépassé !<br /><br />Vous possédez un quota de [quota]K, et actuellement vos fichiers utilisent au total [space]K. Ajouter ce nouveau fichier pourrait faire dépasser l\'espace disque qui vous est alloué.',
  'gd_file_type_err' => 'Lorsque vous utilisez la librairie graphique GD, uniquement les JPEG et PNG sont supportés par Coppermine.',
  'invalid_image' => 'L\'image que vous venez de télécharger est corrompue ou non supportée par la librairie graphique GD.',
  'resize_failed' => 'Impossible de créer Vignette ou Image de taille réduite.',
  'no_img_to_display' => 'Aucune image à afficher',
  'non_exist_cat' => 'La Catégorie sélectionnée n\'existe pas...',
  'orphan_cat' => 'Une Catégorie ne possède pas de Parent. Exécutez le <b>Manager de Catégorie</b> pour remédier à celà !',
  'directory_ro' => 'Le dossier \'%s\' est non-inscriptible, les fichiers ne peuvent pas être supprimés.',
  'non_exist_comment' => 'Le Commentaire sélectionné n\'existe pas.',
  'pic_in_invalid_album' => 'Le Fichier est dans un Album non-existant(%s) !?',
  'banned' => 'Vous êtes actuellement <b>Banni de cette Galerie</b>.',
  'not_with_udb' => 'Cette Fonction est actuellement désactivée parce que Coppermine est intégré dans un logiciel de Forum de type SMF, SPIP, Joomla ou autres...<br />Soit ce que vous tentez de faire n\'est pas pris en charge dans l\'actuelle Configuration, soit la fonction doit être gérée par le logiciel de gestion de votre Forum.',
  'offline_title' => 'Hors-Ligne - Offline',
  'offline_text' => 'La Galerie est actuellement Hors-Ligne - Revenez prochainement !',
  'ecards_empty' => 'Il n\'y a pas actuellement d\'enregistrement de eCartes à afficher.',
  'action_failed' => 'L\'Action demandée a échoué. Coppermine ne peut pas exécuter votre requète.',
  'no_zip' => 'La Librairie PHP nécessaire au traitement des ZIP n\'est pas disponible.<br />Contactez l\'Administrateur de la Galerie ou votre hébergeur pour rendre cette librairie disponible.',
  'zip_type' => 'Vous ne possédez pas l\'Autorisation nécessaire à l\'Upload de fichiers ZIP.',
  'database_query' => 'Une ERREUR c\'est produite lors d\'une requète sur votre base de données !',
  'non_exist_comment' => 'Le Commentaire sélectionné n\'existe pas !',
  'page_removed_redirector' => 'Vous tentez d\'accéder à une page qui a été supprimé du package Coppermine.<br />Redirigé...', //cpg1.5
  'captcha_error' => 'Le Code de Confirmation ne correspond pas au Code proposé !', //cpg1.5
  'no_data' => 'Aucune donnée retournée...', //cpg1.5
  'no_connection' => 'Aucune Connection vers %s n\'a été établie.', //cpg1.5
);

$lang_bbcode_help_title = 'Aide BBcode';
$lang_bbcode_help = 'Vous pouvez ajouter des liens cliquables et quelques formatages de Texte dans ce champs en utilisant des Tags BBcode de la manière suivante : <li>[b]Bold[/b] =&gt; <b>Bold</b></li><li>[i]Italic[/i] =&gt; <i>Italic</i></li><li>[url=http://votre-site.com/]Url Text[/url] =&gt; <a href="http://votre-site.com">Url Text</a></li><li>[email]utilisateur@domain.com[/email] =&gt; <a href="mailto:utilisateur@domain.com">utilisateur@domain.com</a></li><li>[color=red]Votre texte[/color] =&gt; <span style="color:red">Votre texte</span></li><li>[img]http://coppermine-gallery.net/demo/images/red.gif[/img] => <img src="../images/red.gif" border="0" alt="" /></li>';

$lang_common = array(
  'yes' => 'Oui', // cpg1.5.x
  'no' => 'Non', // cpg1.5.x
  'back' => 'Retour', // cpg1.5.x
  'continue' => 'Continuez', // cpg1.5.x
  'information' => 'Information', // cpg1.5.x
  'error' => 'Erreur', // cpg1.5.x
  'check_uncheck_all' => 'Sélectionnez tout ou non', // cpg1.5.x
  'confirm' => 'Confirmation', // cpg1.5.x
  'captcha_help_title' => 'Confirmation Visuelle (Captcha)', // cpg1.5.x
  'captcha_help' => 'Pour éviter les SPAMs, vous devrez confirmer que vous êtes un être humain réel, et pas seulement un robot-script ! Tapez correctement le texte affiché.<br />La Capitalisation n\'a pas d\'importance, vous pouvez taper en minuscules.', // cpg1.5.x
  'title' => 'Titre', // cpg1.5.x
  'caption' => 'Légende', // cpg1.5.x
  'keywords' => 'Mot-clef', // cpg1.5.x
  'keywords_insert1' => 'Mot-clef (séparé par un ESPACE)', // cpg1.5.x
  'keywords_insert2' => 'Insérez depuis une liste', // cpg1.5.x
  'owner_name' => 'Nom du Propriétaire', // cpg1.5.x
  'filename' => 'Nom de Fichier', // cpg1.5.x
  'filesize' => 'Taille du Fichier', // cpg1.5.x
  'album' => 'Album', // cpg1.5.x
  'file' => 'Fichier', // cpg1.5.x
  'date' => 'Date', // cpg1.5.x
  'help' => 'AIDE', // cpg1.5.x
  'close' => 'Fermez', // cpg1.5.x
  'go' => 'Postez', // cpg1.5.x
  'javascript_needed' => 'Cette page requiert l\'exécution de codes JavaScript. SVP, réglez et autorisez JavaScript sur votre navigateur internet.', // cpg1.5.x
);

// ------------------------------------------------------------------------- //
// File theme.php
// ------------------------------------------------------------------------- //

$lang_main_menu = array(
  'home_title' => 'Allez vers la page d\'accueil.',
  'home_lnk' => 'Accueil',
  'alb_list_title' => 'Allez à la Liste des Albums.',
  'alb_list_lnk' => 'Liste des Albums',
  'my_gal_title' => 'Ma Galerie Personnelle',
  'my_gal_lnk' => 'Ma Galerie',
  'my_prof_title' => 'Allez vers Mon Profil Perso',
  'my_prof_lnk' => 'Mon Profil',
  'adm_mode_title' => 'Affichez les Contrôles Administrateur', // cpg1.5.x
  'adm_mode_lnk' => 'Affichez les Contrôles Admin', // cpg1.5.x
  'usr_mode_title' => 'N\'affichez pas les Contrôles Administrateur', // cpg1.5.x
  'usr_mode_lnk' => 'Cachez les Contrôles Admin', // cpg1.5.x
  'upload_pic_title' => 'Uploadez un fichier vers un Album',
  'upload_pic_lnk' => 'Uploadez fichier(s)',
  'register_title' => 'Créez un Compte',
  'register_lnk' => 'Enregistrez-vous',
  'login_title' => 'Connectez-vous',
  'login_lnk' => 'Connection',
  'logout_title' => 'Déconnectez-vous',
  'logout_lnk' => 'Déconnexion',
  'lastup_title' => 'Affichez les récents Uploads',
  'lastup_lnk' => 'Récents Uploads',
  'lastcom_title' => 'Affichez les Commentaires récents',
  'lastcom_lnk' => 'Nouveaux Commentaires',
  'topn_title' => 'Affichez les Items les plus consultés de cette Galerie',
  'topn_lnk' => 'Items très consultés',
  'toprated_title' => 'Affichez les Items les mieux notés de cette Galerie',
  'toprated_lnk' => 'Les Meilleures Notes',
  'search_title' => 'Recherchez au sein de cette Galerie',
  'search_lnk' => 'Recherchez',
  'fav_title' => 'Allez à Mes Favoris',
  'fav_lnk' => 'Mes Favoris',
  'memberlist_title' => 'Affichez la liste des Membres',
  'memberlist_lnk' => 'Liste des Membres',
  'faq_title' => 'F.A.Q de la Galerie &quot;Coppermine&quot;',
  'faq_lnk' => 'F.A.Q',
  'browse_by_date_lnk' => 'Par Date', // cpg1.5.x
  'browse_by_date_title' => 'Naviguez par date d\'Uploaded', // cpg1.5.x
  'contact_title' => 'Prenez contact avec %s', // cpg1.5.x
  'contact_lnk' => 'Contact', // cpg1.5.x
  'sidebar_title' => 'Ajoutez une Sidebar à votre Navigateur', // cpg1.5.x
  'sidebar_lnk' => 'Sidebar', // cpg1.5.x
);

$lang_gallery_admin_menu = array(
  'upl_app_title' => 'Approuvez de nouveaux Uploads',
  'upl_app_lnk' => 'Upload approuvé',
  'admin_title' => 'Allez à la Configuration Générale de Coppermine',
  'admin_lnk' => 'CONFIG',
  'albums_title' => 'Allez à la Configuration des Albums',
  'albums_lnk' => 'Albums',
  'categories_title' => 'Allez à la Configuration des Catégories',
  'categories_lnk' => 'Catégories',
  'users_title' => 'Allez à la Configuration Utilisateurs',
  'users_lnk' => 'Utilisateurs',
  'groups_title' => 'Allez à la Configuration des Groupes',
  'groups_lnk' => 'Groupes',
  'comments_title' => 'Examinez tous les Commentaires de la Galerie',
  'comments_lnk' => 'Voir Commentaires',
  'searchnew_title' => 'Allez au processus de Téléchargement par Lots (FTP >> batch add)',
  'searchnew_lnk' => 'Upload FTP',
  'util_title' => 'Allez aux Outils d\'Administration',
  'util_lnk' => 'Outils Admin',
  'key_title' => 'Allez au Dictionnaires des Mot-clefs',
  'key_lnk' => 'Dico Mot-Clef',
  'ban_title' => 'Allez à la Liste des Utilisateurs Bannis',
  'ban_lnk' => 'Utilisateurs Bannis',
  'db_ecard_title' => 'Examinez les Ecards postées depuis la Galerie',
  'db_ecard_lnk' => 'Affichez Ecards',
  'pictures_title' => 'Modifiez l\'ordre de vos Images',
  'pictures_lnk' => 'Ordre des Images',
  'documentation_lnk' => 'Documentation',
  'documentation_title' => 'Le Manuel de Coppermine',
  'phpinfo_lnk' => 'PHPinfo', // cpg1.5.x
  'phpinfo_title' => 'Affichez les informations techniques concernant votre serveur. 
Si vous sollicitez de l\'Aide auprès du Forum Francophone, ces infos pourraient vous être demandées. 
Mais ne les publiez que si l\'on vous le demande. Merci.', // cpg1.5.x
  'update_database_lnk' => 'MAJ BdD', // cpg1.5.x
  'update_database_title' => 'Si vous avez remplacé des fichiers de Coppermine, ajouté une modif, ou mis à jour votre Galerie depuis une version plus ancienne, prenez soin d\'exécuter la mise à jour de votre base de données. Cette action créera les Tables MySQL et/ou les valeurs adéquates dans votre BdD Coppermine.', // cpg1.5.x
  'view_log_files_lnk' => 'Fichiers Stats', // cpg1.5.x
  'view_log_files_title' => 'Coppermine peut stocker les diverses actions effectuées par vos Utilisateurs. 
Vous pouvez consulter ces Logs seulement si vous avez activé les Logs dans la Configuration de Coppermine.', // cpg1.5.x
  'check_versions_lnk' => 'Control versions', // cpg1.5.x
  'check_versions_title' => 'Vérifiez si vos avez remplacé tous les fichiers à la suite d\'une mise à jour, ou si les fichiers ont été correctement remplacé après une mise à jour.', // cpg1.5.x
  'bridgemgr_lnk' => 'Bridge Manageur', // cpg1.5.x
  'bridgemgr_title' => 'Autorisez ou non l\'intégration de Coppermine avec votre application de Forum (SMF, PhpBB, Joomla, IPB...)', // cpg1.5.x
  'pluginmgr_lnk' => 'Plugin Manageur', // cpg1.5.x
  'pluginmgr_title' => 'Activez ou non les Plugins Coppermine installés.', // cpg1.5.x
  'overall_stats_lnk' => 'Stats Globales', // cpg1.5.x
  'overall_stats_title' => 'Consultez l\'ensemble des Statistiques classées par Navigateurs, Systèmes d\'exploitation, seulement si vous avez validé ces options dans votre Config Coppermine.', // cpg1.5.x
  'keywordmgr_lnk' => 'Mot-clef Manageur', // cpg1.5.x
  'keywordmgr_title' => 'Managez les Mot-clefs si cette Option est active dans votre Config Coppermine.', // cpg1.5.x
  'exifmgr_lnk' => 'EXIF manager', // cpg1.5.x
  'exifmgr_title' => 'Managez les données EXIF de vos images, mais seulement si vous avez validé l\'option dans votre Config Coppermine.', // cpg1.5.x
  'shownews_lnk' => 'Nouvelles CPG', // cpg1.5.x
  'shownews_title' => 'Affichez les Nouvelles en provenance de Coppermine-gallery.net', // cpg1.5.x
);

$lang_user_admin_menu = array(
  'albmgr_title' => 'Créez et/ou Classez l\'ordre de vos Albums',
  'albmgr_lnk' => 'Créez/Classez vos Albums',
  'modifyalb_title' => 'Allez à la page Modifiez vos Albums',
  'modifyalb_lnk' => 'Modifiez Albums',
  'my_prof_title' => 'Allez à la page Profil Personnel',
  'my_prof_lnk' => 'Mon Profil',
);

$lang_cat_list = array(
  'category' => 'Catégorie',
  'albums' => 'Albums',
  'pictures' => 'Fichiers',
);

$lang_album_list = array(
  'album_on_page' => '%d Albums sur %d page(s)',
);

$lang_thumb_view = array(
  'date' => 'Date',
  //Sort by filename and title
  'name' => 'Nom de Fichier',
  'sort_da' => 'Classé par Date ascendante',
  'sort_dd' => 'Classé par Date descendante',
  'sort_na' => 'Classé par Nom ascendant',
  'sort_nd' => 'Classé par Nom descendant',
  'sort_ta' => 'Classé par Titre ascendant',
  'sort_td' => 'Classé par Titre descendant',
  'position' => 'Position',
  'sort_pa' => 'Classé par position ascendante',
  'sort_pd' => 'Classé par position descendante',
  'download_zip' => 'Téléchargez comme fichier ZIP',
  'pic_on_page' => '%d fichiers sur %d page(s)',
  'user_on_page' => '%d Utilisateurs sur %d page(s)',
  'enter_alb_pass' => 'Entrez un Mot de Passe pour l\'Album',
  'invalid_pass' => 'Mot de Passe Invalide',
  'pass' => 'Mot de Passe',
  'submit' => 'Soumettre',
);

$lang_img_nav_bar = array(
  'thumb_title' => 'Retour vers la page des Vignettes',
  'pic_info_title' => 'Affichez ou non les Infos sur le fichiers',
  'slideshow_title' => 'Diaporama/Slideshow',
  'ecard_title' => 'Envoyez une Ecarte de ce fichier',
  'ecard_disabled' => 'Les eCartes sont désactivées',
  'ecard_disabled_msg' => 'Vous ne possédez pas l\'autorisation d\'expédier des eCartes', //js-alert
  'prev_title' => 'Précédent',
  'next_title' => 'Suivant',
  'pic_pos' => 'FICHIER %s/%s',
  'report_title' => 'Siganlez ce fichier à l\'Administrateur',
  'go_album_end' => 'Allez à la fin',
  'go_album_start' => 'Retournez au début',
  'go_back_x_items' => '%s items en arrière',
  'go_forward_x_items' => '%s items en avant',
);

$lang_rate_pic = array(
  'rate_this_pic' => 'Notez ce FichierRate this file ',
  'no_votes' => '(Pas encore de vote)',
  'rating' => '(Moyenne : %s / 5 with %s votes)',
  'rubbish' => 'Ridicule',
  'poor' => 'Pauvre',
  'fair' => 'Moyen',
  'good' => 'Bon',
  'excellent' => 'Excellent',
  'great' => 'Extra',
  'js_warning' => 'Le JavaScript doit être activé dans votre navigateur pour pouvoir voter.', // cpg1.5.x
);

// ------------------------------------------------------------------------- //
// File include/exif.inc.php
// ------------------------------------------------------------------------- //

// void

// ------------------------------------------------------------------------- //
// File include/functions.inc.php
// ------------------------------------------------------------------------- //

$lang_cpg_die = array(
  INFORMATION => $lang_info,
  ERROR => $lang_error,
  CRITICAL_ERROR => 'ERREUR CRITIQUE',
  'file' => 'Fichier : ',
  'line' => 'Ligne : ',
);

$lang_display_thumbnails = array(
  'dimensions' => 'Dimensions =',
  'date_added' => 'Date d\'ajout =',
);

$lang_get_pic_data = array(
  'n_comments' => '%s Commentaires',
  'n_views' => '%s Vues',
  'n_votes' => '(%s Votes)',
);

$lang_cpg_debug_output = array(
  'debug_info' => 'Infos de Débuggage',
  'select_all' => 'Sélectionnez tout',
  'copy_and_paste_instructions' => 'Si vous êtes sur le point de demander de l\'aide après du Support Francophone de Coppermine, Copiez/Collez les infos de Débuggage contenant des erreurs. Ne le faites seulement si vous y êtes invité par le Support.<br /><b>SURTOUT ne postez pas vos codes d\'acces, remplacez-les par des ****** avant de poster votre message</b> !!!<br /><u>NOTE</u> : Cette fenêtre de debuggage est affichée seulement pour infos, elle ne signifie pas obligatoirement que des erreurs sont présentes dans votre Galerie !', // cpg1.5
  'phpinfo' => 'Affichez le PHPinfo',
  'notices' => 'Notices',
  'show_hide' => 'Affichez / Cachez', // cpg1.5
);

$lang_language_selection = array(
  'reset_language' => 'Langue par défaut',
  'choose_language' => 'Choix de langue',
);

$lang_theme_selection = array(
  'reset_theme' => 'Thème par défaut',
  'choose_theme' => 'Choix du Thème',
);

$lang_social_bookmarks = array(
  'bookmark_this_page' => 'Bookmarkez cette page à %s',
  'add_this_page_to' => 'Ajoutez cette page vers',
);

$lang_version_alert = array(
  'version_alert' => '!҈ Version non supportée ҈!',
  'no_stable_version' => 'Vous utilisez Coppermine %s (%s) qui est destinée uniquement aux Utilisateurs très expérimentés. Il n\'y a aucun Support concernant cette version de Coppermine, pas plus qu\'une garantie de bon fonctionnement.<br />Vous utilisez cette version à vos risques et périls. Si vous désirez obtenir un Support de la part du Forum Francophone, passez à une version plus ancienne !!!',
  'gallery_offline' => 'La Galerie est actuellement Hors-Ligne. Elle n\'est accessible qu\'aux Administrateurs dont vous-même. Ne pas oublier de l\'activer de nouveau une fois vos opérations de maintenance achevées..',
  'coppermine_news' => 'Nouvelles de Coppermine-Gallery.net', //cpg1.5
  'no_iframe' => 'Votre navigateur ne peut afficher les Frames', //cpg1.5
  'hide' => 'Cacher', //cpg1.5
);

$lang_create_tabs = array(
  'previous' => 'Précédent',
  'next' => 'Suivant',
);

// ------------------------------------------------------------------------- //
// File include/init.inc.php
// ------------------------------------------------------------------------- //

// void

// ------------------------------------------------------------------------- //
// File keyword.inc.php                                                      //
// ------------------------------------------------------------------------- //

// void

// ------------------------------------------------------------------------- //
// File include/picmgmt.inc.php
// ------------------------------------------------------------------------- //

// void

// ------------------------------------------------------------------------- //
// File include/plugin_api.inc.php
// ------------------------------------------------------------------------- //
$lang_plugin_api = array(
  'error_wakeup' => "Impossible d\'activer le Plugin '%s'",
  'error_install' => "Ne peut pas installer le Plugin '%s'",
  'error_uninstall' => "Ne peut pas désinstaller le Plugin '%s'",
  'error_sleep' => "Ne peut pas désactiver le Plugin '%s'<br />", //cpg1.5
);

// ------------------------------------------------------------------------- //
// File include/smilies.inc.php
// ------------------------------------------------------------------------- //

if (defined('SMILIES_PHP')) $lang_smilies_inc_php = array(
  'Exclamation' => 'Exclamation',
  'Question' => 'Question',
  'Very Happy' => 'Très heureux',
  'Smile' => 'Sourire',
  'Sad' => 'Triste',
  'Surprised' => 'Surpris',
  'Shocked' => 'Choqué',
  'Confused' => 'Confus',
  'Cool' => 'Cool',
  'Laughing' => 'Rires LoL',
  'Mad' => 'Mauvais',
  'Razz' => 'Razz',
  'Embarassed' => 'Embarassé',
  'Crying or Very sad' => 'En pleurs ou Triste',
  'Evil or Very Mad' => 'Le diable ou très Mauvais',
  'Twisted Evil' => 'Twisted Evil',
  'Rolling Eyes' => 'Rolling Eyes',
  'Wink' => 'Wink',
  'Idea' => 'Idée',
  'Arrow' => 'Flèche',
  'Neutral' => 'Neutre',
  'Mr. Green' => 'Mr. Green',
);

// ------------------------------------------------------------------------- //
// File addpic.php
// ------------------------------------------------------------------------- //

// void

// ------------------------------------------------------------------------- //
// File mode.php
// ------------------------------------------------------------------------- //

if (defined('MODE_PHP')) $lang_mode_php = array(
  0 => 'Turning display of admin controls off...', // cpg1.5.x
  1 => 'Turning display of admin controls on...', // cpg1.5.x
  'news_hide' => 'Cachez les News...', // cpg1.5.x
  'news_show' => 'Affichez les News...', // cpg1.5.x
);

// ------------------------------------------------------------------------- //
// File albmgr.php
// ------------------------------------------------------------------------- //

if (defined('ALBMGR_PHP')) $lang_albmgr_php = array(
  'alb_need_name' => 'L\'Album a besoin d\'un Nom !', //js-alert
  'confirm_modifs' => 'Êtes-vous certain de vouloir effectuer ces Modifications ?', //js-alert
  'no_change' => 'Vous n\'avez fait aucun changement !', //js-alert
  'new_album' => 'Nouvel Album',
  'confirm_delete1' => 'Êtes-vous absolument certain de vouloir supprimer cet Album ?', //js-alert
  'confirm_delete2' => '\nA T T E N T I O N : Tous les Fichiers et Commentaires contenus dans cet Album seront définitivement perdus !', //js-alert
  'select_first' => 'En premier, sélectionnez un Album', //js-alert
  'alb_mrg' => 'Album Manageur',
  'my_gallery' => '* Ma Galerie *',
  'no_category' => '* Pas de Catégories *',
  'delete' => 'Supprimez',
  'new' => 'Nouveau',
  'apply_modifs' => 'Appliquez les Modifications',
  'select_category' => 'Sélectionnez une Catégorie',
);

// ------------------------------------------------------------------------- //
// File banning.php
// ------------------------------------------------------------------------- //

if (defined('BANNING_PHP')) $lang_banning_php = array(
  'title' => 'Bannissez un Utilisateur',
  'user_name' => 'Nom d\'Utilisateur',
  'ip_address' => 'Addresse IP ',
  'expiry' => 'Expires (vide signifie : Permanent)',
  'edit_ban' => 'Sauvez les Changements',
  'delete_ban' => 'Supprimez',
  'add_new' => 'Ajoutez un Nouveau Banni',
  'add_ban' => 'Ajoutez',
  'error_user' => 'Ne peut trouver l\'Utilisateur',
  'error_specify' => 'Vous devez spécifier soit un Nom d\'Utilisateur, soit une adresse IP',
  'error_ban_id' => 'Invalid ban ID !',
  'error_admin_ban' => 'Vous ne pouvez vous bannir vous-même !!!',
  'error_server_ban' => 'Vous êtes sur le point de BANNIR VOTRE SERVEUR !!!! grrr, grrr ne faites pas ça ;-))',
  'error_ip_forbidden' => 'You cannnot ban this IP - it is non-routable (private) anyway !<br />If you want to allow banning for private IPs, change this in your %sConfig%s (only makes sense when Coppermine runs on a LAN).', // cpg1.5
  'lookup_ip' => 'Recherchez un Adresse IP',
  'submit' => 'GO !',
  'select_date' => 'Sélectionnez une date',
);

// ------------------------------------------------------------------------- //
// File bridgemgr.php
// ------------------------------------------------------------------------- //

if (defined('BRIDGEMGR_PHP')) $lang_bridgemgr_php = array(
  'title' => 'Bridge Wizard',
  'warning' => 'ATTENTION / WARNING : Quand vous utilisez ce Bridge Wizard vous devez savoir et comprendre que des infos sensibles seront expédiées au travers de ce formulaire HTML. N\'exécutez ce Wizard que sur votre PC personnel et jamais sur une machine publique telles celles accessibles dans les Web-Cafés ou autres ! Soyez certain d\'avoir nettoyé vos caches-navigateurs et fichiers temporaires dès que vous aurez accompli cette tâche.... Sinon d\'autres que vous-même auront accès à vos données sensibles, avec toutes les conséquences que celà pourrait impliquer !!!',
  'back' => 'retour',
  'next' => 'suivant',
  'start_wizard' => 'Démarrez Bridging Wizard',
  'finish' => 'Terminé',
  'hide_unused_fields' => 'Cacher les Champs du formulaire non-utilisés (recommendé)',
  'clear_unused_db_fields' => 'Effacer les entrées de base de données incorrecte (recommendé)',
  'custom_bridge_file' => 'Le Nom de votre fichier Bridge personnalisé (si le nom de votre fichier est <i>monBridge.inc.php</i>, entrez <i>monBridge</i> dans ce champs)',
  'no_action_needed' => 'Aucune action n\'est nécessaire à ce niveau. Cliquez juste \'suivant\' pour continuer.',
  'reset_to_default' => 'Restaurez la valeur par défaut',
  'choose_bbs_app' => 'Choisissez l\'application à Bridger avec Coppermine',
  'support_url' => 'Allez ici pour obtenir un Support pour cette application',
  'settings_path' => 'Chemin(s) utilisé(s) par votre Application (Forum...)',
  'database_connection' => 'Connection à la BdD',
  'database_tables' => 'Tables BdD',
  'bbs_groups' => 'Forum Groupes',
  'license_number' => 'Numéro de License',
  'license_number_explanation' => 'Entrez votre N° de Licence (si nécessaire)',
  'db_database_name' => 'Database name',
  'db_database_name_explanation' => 'Entrez le Nom de la Base de Données utilisé par votre application (Forum...)',
  'db_hostname' => 'Database Host',
  'db_hostname_explanation' => 'Nom d\'Hôte où réside votre BdD, fréquement c\'est &quot;localhost&quot;',
  'db_username' => 'Nom d\'Utilisateur de la BdD',
  'db_username_explanation' => 'mySQL user account to use for connection with BBS',
  'db_password' => 'Database passsword',
  'db_password_explanation' => 'Passsword for this mySQL user account',
  'full_forum_url' => 'URL du Forum',
  'full_forum_url_explanation' => 'URL complête de votre Forum (exemple : http://www.votre-domaine.tld/forum)',
  'relative_path_of_forum_from_webroot' => 'Chemin relatif vers votre Forum',
  'relative_path_of_forum_from_webroot_explanation' => 'Chemin relatif vers votre Forum depuis la racine de votre web (Exemple: si votre Forum est installé ici > http://www.votre-domain.tld/forum/, entrez &quot;/forum/&quot; dans ce Champs)',
  'relative_path_to_config_file' => 'Relative path to your BBS\'s config file',
  'relative_path_to_config_file_explanation' => 'Chemin relatif vers votre Forum vu depuis le dossier de Coppermine (eexemple : &quot;../forum/&quot; si votre Forum est ici http://www.votre-domain.tld/forum/ et Coppermine ici http://www.votre-domain.tld/gallery/)',
  'cookie_prefix' => 'Cookie préfixe',
  'cookie_prefix_explanation' => 'Ceci doit être le Nom du Cookie de votre Forum',
  'table_prefix' => 'Préfixe des Tables',
  'table_prefix_explanation' => 'Ceci doit être le Nom des Tables que vous avez choisi lors de l\'installation de votre Forum.',
  'user_table' => 'User table',
  'user_table_explanation' => '(habituellement la valeur par défaut devrait être OK, à moins que l\'installation votre Forum ne soit pas standard)',
  'session_table' => 'Session table',
  'session_table_explanation' => '(habituellement la valeur par défaut devrait être OK, à moins que l\'installation votre Forum ne soit pas standard)',
  'group_table' => 'Group table',
  'group_table_explanation' => '(habituellement la valeur par défaut devrait être OK, à moins que l\'installation votre Forum ne soit pas standard)',
  'group_relation_table' => 'Group relation table',
  'group_relation_table_explanation' => '(habituellement la valeur par défaut devrait être OK, à moins que l\'installation votre Forum ne soit pas standard)',
  'group_mapping_table' => 'Group mapping table',
  'group_mapping_table_explanation' => '(habituellement la valeur par défaut devrait être OK, à moins que l\'installation votre Forum ne soit pas standard)',
  'use_standard_groups' => 'Use standard BBS usergroups',
  'use_standard_groups_explanation' => 'Use standard (built-in) usergroups (recommended). This will make all custom usergroups settings made on this page become void. Only disable this option if you REALLY know what you\'re doing!',
  'validating_group' => 'Validating group',
  'validating_group_explanation' => 'The group ID of your BBS where users accounts that need validation are in (usually default value should be OK, unless your BBS install isn\'t standard)',
  'guest_group' => 'Guest group',
  'guest_group_explanation' => 'Group ID of your BBS where guests (anonymous users) are in (default value should be OK, only edit if you know what you\'re doing)',
  'member_group' => 'Member group',
  'member_group_explanation' => 'Group ID of your BBS where &quot;regular&quot; users accounts are in (default value should be OK, only edit if you know what you\'re doing)',
  'admin_group' => 'Admin group',
  'admin_group_explanation' => 'Group ID of your BBS where admins are in (default value should be OK, only edit if you know what you\'re doing)',
  'banned_group' => 'Banned group',
  'banned_group_explanation' => 'Group ID of your BBS where banned users are in (default value should be OK, only edit if you know what you\'re doing)',
  'global_moderators_group' => 'Global moderators group',
  'global_moderators_group_explanation' => 'Group ID of your BBS where global moderators of your BBS are in (default value should be OK, only edit if you know what you\'re doing)',
  'special_settings' => 'BBS-specific settings',
  'logout_flag' => 'phpBB version (logout flag)',
  'logout_flag_explanation' => 'What\'s your BBS version (this setting specifies how logouts are being handled)',
  'use_post_based_groups' => 'Use post-based groups?',
  'logout_flag_yes' => '2.0.5 or higher',
  'logout_flag_no' => '2.0.4 or lower',
  'use_post_based_groups_explanation' => 'Should the groups from the BBS that are defined by the number of posts be taken into account (allows a granular permissions management) or just the default groups (makes administration easier, recommended). You can change this setting later as well.',
  'use_post_based_groups_yes' => 'yes',
  'use_post_based_groups_no' => 'no',
  'error_title' => 'You need to correct these errors before you can continue. Go to the previous screen.',
  'error_specify_bbs' => 'You have to specify what application you want to bridge your Coppermine install with.',
  'error_no_blank_name' => 'You can\'t leave the name of your custom bridge file blank.',
  'error_no_special_chars' => 'The bridge file name mustn\'t contain any special chars except underscore (_) and dash (-)!',
  'error_bridge_file_not_exist' => 'The bridge file %s doesn\'t exist on the server. Check if you have actually uploaded it.',
  'finalize' => 'enable/disable BBS integration',
  'finalize_explanation' => 'So far, the settings you specified have been written into the database, but BBS integration hasn\'t been enabled. You can switch integration on/off later at any time. Make sure to remember the admin username and password from standalone Coppermine, you might need it later to be able to make any changes. If anything goes wrong, go to %s and disable BBS integration there, using your standalone (unbridged) admin account (usually the one you set up during Coppermine install).',
  'your_bridge_settings' => 'Your bridge settings',
  'title_enable' => 'Enable integration/bridging with %s',
  'bridge_enable_yes' => 'enable',
  'bridge_enable_no' => 'disable',
  'error_must_not_be_empty' => 'must not be empty',
  'error_either_be' => 'must either be %s or %s',
  'error_folder_not_exist' => '%s doesn\'t exist. Correct the value you entered for %s',
  'error_cookie_not_readible' => 'Coppermine can\'t read a cookie named %s. Correct the value you entered for %s, or go to your BBS administration panel and make sure that the cookie path is readible for coppermine.',
  'error_mandatory_field_empty' => 'You can not leave the field %s blank - fill in the proper value.',
  'error_no_trailing_slash' => 'There mustn\'t be a trailing slash in the field %s.',
  'error_trailing_slash' => 'There must be a trailing slash in the field %s.',
  'error_db_connect' => 'Could not connect to the mySQL database with the data you specified. Here\'s what mySQL said:',
  'error_db_name' => 'Although Coppermine could establish a connection, it wasn\'t able to find the database %s. Make sure you have specified %s properly. Here\'s what mySQL said:',
  'error_prefix_and_table' => '%s and ',
  'error_db_table' => 'Could not find the table %s. Make sure you have specified %s correctly.',
  'recovery_title' => 'Bridge Manager: emergency recovery',
  'recovery_explanation' => 'If you came here to administer the BBS integration of your Coppermine gallery, you have to log in first as admin. If you can not log in because bridging doesn\'t work as expected, you can disable BBS integration with this page. Entering your username and password will not log you in, it will only disable BBS integration. Refer to the documentation for details.',
  'username' => 'Username',
  'password' => 'Password',
  'disable_submit' => 'submit',
  'recovery_success_title' => 'Authorization successful',
  'recovery_success_content' => 'You have successfully disabled BBS bridging. Your Coppermine install runs now in standalone mode.',
  'recovery_success_advice_login' => 'Log in as admin to edit your bridge settings and/or enable BBS integration again.',
  'goto_login' => 'Go to login page',
  'goto_bridgemgr' => 'Go to bridge manager',
  'recovery_failure_title' => 'Authorization failed',
  'recovery_failure_content' => 'You supplied the wrong credentials. You will have to supply the admin account data of the standalone version (usually the account you set up during Coppermine install).',
  'try_again' => 'try again',
  'recovery_wait_title' => 'Wait time has not elapsed',
  'recovery_wait_content' => 'For security reasons this script does not allow failed logons in short succession, so you will have to wait a bit untill you\'re allowed to try to authenticate.',
  'wait' => 'wait',
  'create_redir_file' => 'Create redirection file (recommended)',
  'create_redir_file_explanation' => 'To redirect users back to Coppermine once they logged into your BBS, you need a redirection file to be created within your BBS folder. When this option is checked, the bridge manager will attempt to create this file for you, or give you code ready to copy-and-paste to create the file manually.',
  'browse' => 'browse',
);

// ------------------------------------------------------------------------- //
// File calendar.php
// ------------------------------------------------------------------------- //

if (defined('CALENDAR_PHP')) $lang_calendar_php = array(
  'title' => 'Calendrier',
  'clear_date' => 'Effacez date',
  'files' => 'fichiers', // cpg1.5
);

// ------------------------------------------------------------------------- //
// File catmgr.php
// ------------------------------------------------------------------------- //

if (defined('CATMGR_PHP')) $lang_catmgr_php = array(
  'miss_param' => 'Paramètres requis pour \'%s\' operation non fournis !',
  'unknown_cat' => 'La Catégorie sélectionnée n\'existe pas dans la Base de Données',
  'usergal_cat_ro' => 'La Catégorie des Utilisateurs de la Galerie ne peut être effacée !',
  'manage_cat' => 'Managez les Categories',
  'confirm_delete' => 'Êtes-vous absolument certain de vouloir supprimer cette Catégorie ?', //js-alert
  'category' => 'Catégorie',
  'operations' => 'Opérations',
  'move_into' => 'Déplacez dans',
  'update_create' => 'Mttez à Jour ou Créez une Catégory',
  'parent_cat' => 'Catégorie Parente',
  'cat_title' => 'Titre de la Catégorie title',
  'cat_thumb' => 'Vignette de la Catégorie',
  'cat_desc' => 'Description de la Catégorie ',
  'categories_alpha_sort' => 'Triez les Catégories par ordre alphabetic (au lieu de l\'ordre personalisé)',
  'save_cfg' => 'Sauvez la Configuration',
  'no_category' => '* Pas de Catégorie *', // cpg1.5
);

// ------------------------------------------------------------------------- //
// File contact.php
// ------------------------------------------------------------------------- //

if (defined('CONTACT_PHP')) $lang_contact_php = array(
  'title' => 'Contact', // cpg1.5
  'your_name' => 'Votre Nom', // cpg1.5
  'your_email' => 'Votre adresse email', // cpg1.5
  'subject' => 'Sujet', // cpg1.5
  'your_message' => 'Votre Message', // cpg1.5
  'name_field_mandatory' => 'SVP entrez votre Nom', // cpg1.5 //js-alert
  'name_field_invalid' => 'SVP entrez votre Nom actuel', // cpg1.5 //js-alert
  'email_field_mandatory' => 'SVP entrez votre adresse email', // cpg1.5 //js-alert
  'email_field_invalid' => 'SVP entrez une adresse email valide', // cpg1.5 //js-alert
  'subject_field_mandatory' => 'SVP entrez un Sujet compréhensible', // cpg1.5 //js-alert
  'message_field_mandatory' => 'SVP entrez votre Message', // cpg1.5 //js-alert
  'confirmation' => 'Confirmation', // cpg1.5
  'email_headline' => 'le %s, cet email a été expédié depuis le formulaire de Contact %s via cette adresse IP %s', // cpg1.5
  'registered_user' => 'Utilisateur Enregistré', // cpg1.5
  'guest' => 'Invité', // cpg1.5
  'unknown' => 'Inconnu', // cpg1.5
  'user_info' => 'L\' nommé %s dont le contact email est %s écrit : ', // cpg1.5
  'failed_sending_email' => 'Expédition de email impossible ! Essayez de nouveau un peu plus tard.', //cpg1.5
  'email_sent' => 'Votre email a été expédié avec succès. Merci.', //cpg1.5
);

// ------------------------------------------------------------------------- //
// File admin.php
// ------------------------------------------------------------------------- //

if (defined('ADMIN_PHP')) $lang_admin_php = array(
  'title' => 'Configuration de la Galerie',
  'general_settings' => 'Réglages Généraux', // cpg1.5
  'language_charset_settings' => 'Langage &amp; Réglages Charset', // cpg1.5
  'themes_settings' => 'Réglages Thèmes', // cpg1.5
  'album_list_view' => 'Vue de la liste des Albums', // cpg1.5
  'thumbnail_view' => 'Vue des Vignettes', // cpg1.5
  'image_view' => 'Image view', // cpg1.5
  'comment_settings' => 'Réglage des Commentaires', // cpg1.5
  'thumbnail_settings' => 'Réglage des Vignettes', // cpg1.5
  'file_settings' => 'Réglage des Fichiers', // cpg1.5
  'image_watermarking' => 'Image Empreinte (watermark)', // cpg1.5
  'registration' => 'Enregistrez-vous', // cpg1.5
  'user_settings' => 'Réglages Utilisateur', // cpg1.5
  'custom_fields_user_profile' => 'Champs Personnalisés. Laissez ces Champs vides si vous ne désirez pas les utiliser. Utilisez le Profil 6 pour les textes longs, telle que les Biographies.', // cpg1.5
  'custom_fields_image_description' => 'Champs Personnalisé pour la Description des images. Laissez vide si vous ne voulez pas utiliser cette possibilité.', // cpg1.5
  'cookie_settings' => 'Réglage Cookies', // cpg1.5
  'email_settings' => 'Réglages Email. Généralement rien à modifier ou à ajouter. Si vous ne savez pas quoi y mettre, laissez vide !', // cpg1.5
  'logging_stats' => 'Logging et Statistiques', // cpg1.5
  'maintenance_settings' => 'Réglages de Maintenance', // cpg1.5
  'manage_exif' => 'Manage exif display',
  'manage_plugins' => 'Manage plugins',
  'manage_keyword' => 'Manage keywords',
  'restore_cfg' => 'Restore factory defaults',
  'restore_cfg_confirm' => 'Do you really want to restore the entire configuration to factory defaults? This can not be undone!', // cpg1.5 //js-alert
  'save_cfg' => 'Save new configuration',
  'notes' => 'Notes',
  'info' => 'Information',
  'upd_success' => 'Coppermine configuration was updated',
  'restore_success' => 'Coppermine default configuration restored',
  'name_a' => 'Name ascending',
  'name_d' => 'Name descending',
  'title_a' => 'Title ascending',
  'title_d' => 'Title descending',
  'date_a' => 'Date ascending',
  'date_d' => 'Date descending',
  'pos_a' => 'Position ascending',
  'pos_d' => 'Position descending',
  'th_any' => 'Max Aspect',
  'th_ht' => 'Height',
  'th_wd' => 'Width',
  'th_ex' => 'Exact', // cpg1.5
  'label' => 'label',
  'item' => 'item',
  'debug_everyone' => 'Everyone',
  'debug_admin' => 'Admin only',
  'no_logs'=> 'Off',
  'log_normal'=> 'Normal',
  'log_all' => 'All',
  'view_logs' => 'View logs',
  'click_expand' => 'click section name to expand',
  'click_collapse' => 'click section name to collapse', // cpg1.5
  'expand_all' => 'Expand All',
  'notice1' => '(*) These settings mustn\'t be changed if you already have files in your database.',
  'notice2' => '(**) When changing this setting, only the files that are added from that point on are affected, so it is advisable that this setting must not be changed if there are already files in the gallery. You can, however, apply the changes to the existing files with the &quot;<a href="util.php">admin tools</a> (resize pictures)&quot; utility from the admin menu.',
  'notice3' => '(***) All log files are written in english.',
  'bbs_disabled' => 'Function disabled when using bridging/integration',
  'auto_resize_everyone' => 'Everyone',
  'auto_resize_user' => 'User only',
  'ascending' => 'ascending',
  'descending' => 'descending',
  'collapse_all' => 'Collapse all', // cpg1.5
  'separate_page' => 'on a separate page', // cpg1.5
  'inline' => 'inline', // cpg1.5
  'guests_only' => 'Guests only', // cpg1.5
  'wm_bottomright' => 'Bottom right', // cpg1.5
  'wm_bottomleft' => 'Bottom left', // cpg1.5
  'wm_topleft' => 'Up left', // cpg1.5
  'wm_topright' => 'Up Right', // cpg1.5
  'wm_center' => 'Center', // cpg1.5
  'wm_both' => 'Both', // cpg1.5
  'wm_original' => 'Original', // cpg1.5
  'wm_resized' => 'Resized', // cpg1.5
  'gallery_name' =>   'Gallery name', // cpg1.5
  'gallery_description' =>   'Gallery description', // cpg1.5
  'gallery_admin_email' =>   'Gallery administrator email', // cpg1.5
  'ecards_more_pic_target' =>   'URL of your coppermine gallery folder', // cpg1.5
  'ecards_more_pic_target_detail' =>   '(with a trailing slash, no \'index.php\' or similar at the end)', // cpg1.5
  'home_target' =>   'URL of your home page', // cpg1.5
  'enable_zipdownload' =>   'Allow ZIP-download of favorites', // cpg1.5
  'time_offset' =>   'Timezone difference relative to GMT', // cpg1.5
  'time_offset_detail' =>   '(current time: ' . localised_date(-1, $comment_date_fmt) . ')', // cpg1.5
  'enable_encrypted_passwords' =>   'Enable encrypted passwords (can not be undone)', // cpg1.5
  'enable_help' =>   'Enable help-icons (help available in English only)', // cpg1.5
  'clickable_keyword_search' =>   'Enable clickable keywords in search', // cpg1.5
  'enable_plugins' =>   'Enable plugins', // cpg1.5
  'ban_private_ip' =>   'Allow banning of non-routable (private) IP addresses', // cpg1.5
  'browse_batch_add' =>   'Browsable batch-add interface', // cpg1.5
  'display_thumbs_batch_add' =>   'Display preview thumbnails on batch-add interface', // cpg1.5
  'lang' =>   'Language', // cpg1.5
  'language_fallback' =>   'Fallback to English if translated phrase not found?', // cpg1.5
  'charset' =>   'Character encoding', // cpg1.5
  'language_list' =>   'Display language list', // cpg1.5
  'language_flags' =>   'Display language flags', // cpg1.5
  'language_reset' =>   'Display &quot;reset&quot; in language selection', // cpg1.5
  // 'previous_next_tab' =>   'Display previous/next on tabbed pages', // cpg1.5
  'theme' =>   'Theme', // cpg1.5
  'theme_list' =>   'Display theme list', // cpg1.5
  'theme_reset' =>   'Display &quot;reset&quot; in theme selection', // cpg1.5
  'display_faq' =>   'Display FAQ', // cpg1.5
  'custom_lnk_name' =>   'Custom menu link name', // cpg1.5
  'custom_lnk_url' =>   'Custom menu link URL', // cpg1.5
  'show_bbcode_help' =>   'Display bbcode help', // cpg1.5
  'vanity_block' =>   'Show the vanity block on themes that are defined as XHTML and CSS compliant', // cpg1.5
  'display_social_bookmarks' =>   'Display social bookmarks icons', // cpg1.5
  'highlight_multiple' =>   'To highlight multiple lines, hold the [Ctrl]-key down', // cpg1.5
  'custom_header_path' =>   'Path to custom header include', // cpg1.5
  'custom_footer_path' =>   'Path to custom footer include', // cpg1.5
  'browse_by_date' =>   'Enable browsing by date', // cpg1.5
  'display_redirection_page' =>   'Display redirection pages', // cpg1.5
  'main_table_width' =>   'Width of the main table', // cpg1.5
  'pixels_or_percent' =>   '(pixels or %)', // cpg1.5
  'subcat_level' =>   'Number of levels of categories to display', // cpg1.5
  'albums_per_page' =>   'Number of albums to display', // cpg1.5
  'album_list_cols' =>   'Number of columns for the album list', // cpg1.5
  'alb_list_thumb_size' =>   'Size of thumbnails in pixels', // cpg1.5
  'main_page_layout' =>   'The content of the main page', // cpg1.5
  'first_level' =>   'Show first level album thumbnails in categories', // cpg1.5
  'categories_alpha_sort' =>   'Sort categories alphabetically', // cpg1.5
  'categories_alpha_sort_details' =>   '(instead of custom sort order)', // cpg1.5
  'link_pic_count' =>   'Show number of linked files', // cpg1.5
  'thumbcols' =>   'Number of columns on thumbnail page', // cpg1.5
  'thumbrows' =>   'Number of rows on thumbnail page', // cpg1.5
  'max_tabs' =>   'Maximum number of tabs to display', // cpg1.5
  'caption_in_thumbview' =>   'Display file caption (in addition to title) below the thumbnail', // cpg1.5
  'views_in_thumbview' =>   'Display number of views below the thumbnail', // cpg1.5
  'display_comment_count' =>   'Display number of comments below the thumbnail', // cpg1.5
  'display_uploader' =>   'Display uploader name below the thumbnail', // cpg1.5
  // 'display_admin_uploader' =>   'Display name of admin uploaders below the thumbnail', // cpg1.5
  'display_filename' =>   'Display file name below the thumbnail', // cpg1.5
  'display_thumbnail_rating' =>   'Display rating below the thumbnail', // cpg1.5
  'alb_desc_thumb' =>   'Display album description', // cpg1.5
  'thumbnail_to_fullsize' =>   'Go directly from thumbnail to full-sized image', // cpg1.5
  'default_sort_order' =>   'Default sort order for files', // cpg1.5
  'min_votes_for_rating' =>   'Minimum number of votes for a file to appear in the \'top-rated\' list', // cpg1.5
  'picture_table_width' =>   'Width of the table for file display', // cpg1.5
  'display_pic_info' =>   'File information is visible by default', // cpg1.5
  'picinfo_movie_download_link' =>   'Display movie download link in the file information area', // cpg1.5
  'max_img_desc_length' =>   'Max length for an image description', // cpg1.5
  'max_com_wlength' =>   'Max number of characters in a word', // cpg1.5
  'display_film_strip' =>   'Show film strip', // cpg1.5
  'display_film_strip_filename' =>   'Display file name under film strip thumbnail', // cpg1.5
  'max_film_strip_items' =>   'Number of items in film strip', // cpg1.5
  'slideshow_interval' =>   'Slideshow interval in milliseconds', // cpg1.5
  'slideshow_interval_detail' =>   '(1 second = 1000 milliseconds)', // cpg1.5
  'slideshow_hits' =>   'Count hits in slideshow', // cpg1.5
  'ecard_flash' =>   'Allow Flash in Ecards', // cpg1.5
  'not_recommended' =>   'not recommended', // cpg1.5
  'recommended' =>   'recommended', // cpg1.5
  'transparent_overlay' =>   'Insert a transparent overlay to minimize image theft', // cpg1.5
  'filter_bad_words' =>   'Filter bad words in comments', // cpg1.5
  'enable_smilies' =>   'Allow smiles in comments', // cpg1.5
  'disable_comment_flood_protect' =>   'Allow several consecutive comments on one file from the same user', // cpg1.5
  'disable_comment_flood_protect_details' =>   '(disable flood protection)', // cpg1.5
  'max_com_lines' =>   'Max number of lines in a comment', // cpg1.5
  'max_com_size' =>   'Maximum length of a comment', // cpg1.5
  'email_comment_notification' =>   'Notify admin of comments by email', // cpg1.5
  'comments_sort_descending' =>   'Sort order of comments', // cpg1.5
  'comments_anon_pfx' =>   'Prefix for anonymous comments authors', // cpg1.5
  'comment_approval' =>   'Comments require approval', // cpg1.5
  'display_comment_approval_only' =>   'Only display comments needing approval on the &quot;Review Comments&quot; page', // cpg1.5
  'comment_placeholder' =>   'Display placeholder text to end users for comments waiting for admin approval', // cpg1.5
  'comment_user_edit' =>   'Allow users to edit their comments', // cpg1.5
  'comment_captcha' =>   'Display Captcha (Visual Confirmation) for adding comments', // cpg1.5
  'comment_promote_registration' =>   'Ask guests to log in to post comments', // cpg1.5
  'thumb_width' =>   'Max dimension (width) of a thumbnail', // cpg1.5
  'thumb_use' =>   'Use dimension', // cpg1.5
  'thumb_use_detail' =>   '(width or height or Max aspect for thumbnail)', // cpg1.5
  'thumb_height' =>   'Height of a thumbnail', // cpg1.5
  'thumb_height_detail' =>   '(only applies if you use &quot;exact&quot; in &quot;Use dimension&quot;)', // cpg1.5
  'enable_custom_thumbs' =>   'Enable Custom Thumbs', // cpg1.5
  'movie_audio_document' =>   'movie, audio, document', // cpg1.5
  'thumb_pfx' =>   'The prefix for thumbnails', // cpg1.5
  'enable_unsharp' =>   'Thumb Sharpening: enable Unsharp Mask', // cpg1.5
  'unsharp_amount' =>   'Thumb Sharpening amount', // cpg1.5
  'unsharp_radius' =>   'Thumb Sharpening radius', // cpg1.5
  'unsharp_threshold' =>   'Thumb Sharpening threshold', // cpg1.5
  'jpeg_qual' =>   'Quality for JPEG files', // cpg1.5
  'make_intermediate' =>   'Create intermediate pictures', // cpg1.5
  'picture_width' =>   'Max width or height of an intermediate picture/video', // cpg1.5
  'max_upl_size' =>   'Max size for uploaded files', // cpg1.5
  'kilobytes' =>   'KB', // cpg1.5
  'pixels' =>   'pixels', // cpg1.5
  'max_upl_width_height' =>   'Max width or height for uploaded pictures/videos', // cpg1.5
  'auto_resize' =>   'Auto resize images that are larger than max width or height', // cpg1.5
  'fullsize_padding_x' =>   'Horizontal padding for full-size pop-up', // cpg1.5
  'fullsize_padding_y' =>   'Vertical padding for full-size pop-up', // cpg1.5
  'allow_private_albums' =>   'Albums can be private', // cpg1.5
  'allow_private_albums_note' =>   '(Note: if you switch from \'yes\' to \'no\' any current private albums will become public)', // cpg1.5
  'show_private' =>   'Show private album Icon to unlogged user', // cpg1.5
  'forbiden_fname_char' =>   'Characters forbidden in filenames', // cpg1.5
  'silly_safe_mode' =>   'Enable &quot;silly safe mode&quot;', // cpg1.5
  // 'allowed_file_extensions' =>   'Accepted file extensions for uploaded pictures', // cpg1.5
  'allowed_img_types' =>   'Allowed image types', // cpg1.5
  'allowed_mov_types' =>   'Allowed movie types', // cpg1.5
  'media_autostart' =>   'Movie Playback Autostart', // cpg1.5
  'allowed_snd_types' =>   'Allowed audio types', // cpg1.5
  'allowed_doc_types' =>   'Allowed document types', // cpg1.5
  'thumb_method' =>   'Method for resizing images', // cpg1.5
  'impath' =>   'Path to ImageMagick \'convert\' utility', // cpg1.5
  'impath_example' =>   '(example /usr/bin/X11/)', // cpg1.5
  // 'allowed_img_types' =>   'Allowed image types (only valid for ImageMagick)', // cpg1.5
  'im_options' =>   'Command line options for ImageMagick', // cpg1.5
  'read_exif_data' =>   'Read EXIF data in JPEG files', // cpg1.5
  'read_iptc_data' =>   'Read IPTC data in JPEG files', // cpg1.5
  'fullpath' =>   'The album directory', // cpg1.5
  'userpics' =>   'The directory for user files', // cpg1.5
  'normal_pfx' =>   'The prefix for intermediate pictures', // cpg1.5
  'default_dir_mode' =>   'Default mode for directories', // cpg1.5
  'default_file_mode' =>   'Default mode for files', // cpg1.5
  'enable_watermark' =>   'Watermark Image', // cpg1.5
  'enable_thumb_watermark' =>   'Watermark custom thumbs', // cpg1.5
  'where_put_watermark' =>   'Where to place the watermark', // cpg1.5
  'which_files_to_watermark' =>   'Which files to watermark', // cpg1.5
  'watermark_file' =>   'Which file to use for watermark', // cpg1.5
  'watermark_transparency' =>   'Transparency for entire image', // cpg1.5
  'zero_2_hundred' =>   '0-100', // cpg1.5
  'reduce_watermark' =>   'Downsize watermark if width of a picture is smaller than entered value. That is the 100% reference point. Resizing of the watermark is linear (0 to disable)', // cpg1.5
  'watermark_transparency_featherx' =>   'Set color transparent x', // cpg1.5
  'watermark_transparency_feathery' =>   'Set color transparent y', // cpg1.5
  'gd2_only' =>   'GD2 only', // cpg1.5
  'allow_user_registration' =>   'Allow new user registrations', // cpg1.5
  'global_registration_pw' =>   'Global password for registration', // cpg1.5
  'user_registration_disclaimer' =>   'Display disclaimer on user registration', // cpg1.5
  'registration_captcha' =>   'Display Captcha (Visual Confirmation) on registration page', // cpg1.5
  'reg_requires_valid_email' =>   'User registration requires email verification', // cpg1.5
  'reg_notify_admin_email' =>   'Notify admin of user registration by email', // cpg1.5
  'admin_activation' =>   'Admin activation of registrations', // cpg1.5
  'personal_album_on_registration' =>   'Create user album in personal gallery on registration', // cpg1.5
  'allow_unlogged_access' =>   'Allow unlogged users (guest or anonymous) access', // cpg1.5
  'allow_duplicate_emails_addr' =>   'Allow two users to have the same email address', // cpg1.5
  'upl_notify_admin_email' =>   'Notify admin of user upload awaiting approval', // cpg1.5
  'allow_memberlist' =>   'Allow logged in users to view memberlist', // cpg1.5
  'allow_email_change' =>   'Allow users to change their email address in profile', // cpg1.5
  'allow_user_account_delete' =>   'Allow users to delete their own user account', // cpg1.5
  'users_can_edit_pics' =>   'Allow users to retain control over their pics in public galleries', // cpg1.5
  'login_threshold' =>   'Number of failed login attempts until temporary ban', // cpg1.5
  'login_threshold_detail' =>   '(to avoid brute force attacks)', // cpg1.5
  'login_expiry' =>   'Duration of a temporary ban after failed logins', // cpg1.5
  'report_post' =>   'Enable Report to Admin', // cpg1.5
  'user_profile1_name' =>   'Profile 1 name', // cpg1.5
  'user_profile2_name' =>   'Profile 2 name', // cpg1.5
  'user_profile3_name' =>   'Profile 3 name', // cpg1.5
  'user_profile4_name' =>   'Profile 4 name', // cpg1.5
  'user_profile5_name' =>   'Profile 5 name', // cpg1.5
  'user_profile6_name' =>   'Profile 6 name', // cpg1.5
  'user_field1_name' =>   'Field 1 name', // cpg1.5
  'user_field2_name' =>   'Field 2 name', // cpg1.5
  'user_field3_name' =>   'Field 3 name', // cpg1.5
  'user_field4_name' =>   'Field 4 name', // cpg1.5
  'cookie_name' =>   'Cookie name', // cpg1.5
  'cookie_path' =>   'Cookie path', // cpg1.5
  'smtp_host' =>   'SMTP Host (when left blank, sendmail will be used)', // cpg1.5
  'smtp_username' =>   'SMTP Username', // cpg1.5
  'smtp_password' =>   'SMTP Password', // cpg1.5
  'log_mode' =>   'Logging mode', // cpg1.5
  'log_ecards' =>   'Log ecards', // cpg1.5
  'log_ecards_detail' =>   'Note: logging can have legal impacts. The user should be imformed on registration that ecards are being logged. It is recommended to provide a separate page with a privacy policy as well.', // cpg1.5
  'vote_details' =>   'Keep detailed vote statistics', // cpg1.5
  'hit_details' =>   'Keep detailed hit statistics', // cpg1.5
  'display_stats_on_index' =>   'Display statistics on index page', // cpg1.5
  'debug_mode' =>   'Enable debug mode', // cpg1.5
  'debug_notice' =>   'Display notices in debug mode', // cpg1.5
  'offline' =>   'Gallery is offline', // cpg1.5
  'display_coppermine_news' =>   'Display news from coppermine-gallery.net', // cpg1.5
  'display_coppermine_detail' =>   'will only be displayed for the admin', // cpg1.5
  'config_setting_invalid' =>   'The value you have set for &laquo;%s&raquo; is invalid, please review it.', // cpg1.5
  'config_setting_ok' =>   'Your setting for &laquo;%s&raquo; has been saved.', // cpg1.5
  'contact_form_settings' =>   'Contact form settings', // cpg1.5
  'contact_form_guest_enable' =>   'Display contact form to anonymous visitors (guests)', // cpg1.5
  'contact_form_registered_enable' =>   'Display contact form to registered users', // cpg1.5
  'with_captcha' =>   'with captcha', // cpg1.5
  'without_captcha' =>   'without captcha', // cpg1.5
  'optional' =>   'optional', // cpg1.5
  'mandatory' =>   'mandatory', // cpg1.5
  'contact_form_guest_name_field' =>   'Display sender-name field for guests', // cpg1.5
  'contact_form_guest_email_field' =>   'Display sender-email field for guests', // cpg1.5
  'contact_form_subject_field' =>   'Display subject field', // cpg1.5
  'contact_form_subject_content' =>   'Subject line for emails generated by contact form', // cpg1.5
  'contact_form_sender_email' =>   'Use the sender\'s email address as &quot;from&quot;-address', // cpg1.5
  'allow_no_link' => 'allow, but don\'t display link', // cpg1.5
  'allow_show_link' => 'allow and promote it by displaying a link', // cpg1.5
  'display_sidebar_user' => 'Sidebar for registered users', // cpg1.5
  'display_sidebar_guest' => 'Sidebar for guests', // cpg1.5
);


// ------------------------------------------------------------------------- //
// File db_ecard.php
// ------------------------------------------------------------------------- //

if (defined('DB_ECARD_PHP')) $lang_db_ecard_php = array(
  'title' => 'Sent ecards',
  'ecard_sender' => 'Sender',
  'ecard_recipient' => 'Recipient',
  'ecard_date' => 'Date',
  'ecard_display' => 'Display ecard',
  'ecard_name' => 'Name',
  'ecard_email' => 'Email',
  'ecard_ip' => 'IP #',
  'ecard_ascending' => 'ascending',
  'ecard_descending' => 'descending',
  'ecard_sorted' => 'Sorted',
  'ecard_by_date' => 'by date',
  'ecard_by_sender_name' => 'by sender\'s name',
  'ecard_by_sender_email' => 'by sender\'s email',
  'ecard_by_sender_ip' => 'by sender\'s IP address',
  'ecard_by_recipient_name' => 'by recipient\'s name',
  'ecard_by_recipient_email' => 'by recipient\'s email',
  'ecard_number' => 'displaying record %s to %s of %s',
  'ecard_goto_page' => 'go to page',
  'ecard_records_per_page' => 'Records per page',
  'check_all' => 'Check All',
  'uncheck_all' => 'Uncheck All',
  'ecards_delete_selected' => 'Delete selected ecards',
  'ecards_delete_confirm' => 'Are you sure you want to delete the records? Tick the checkbox!',
  'ecards_delete_sure' => 'I\'m sure',
);


// ------------------------------------------------------------------------- //
// File db_input.php
// ------------------------------------------------------------------------- //

if (defined('DB_INPUT_PHP')) $lang_db_input_php = array(
  'empty_name_or_com' => 'You need to type your name and a comment',
  'com_added' => 'Your comment was added',
  'alb_need_title' => 'You have to provide a title for the album !',
  'no_udp_needed' => 'No update needed.',
  'alb_updated' => 'The album was updated',
  'unknown_album' => 'Selected album does not exist or you don\'t have permission to upload in this album',
  'no_pic_uploaded' => 'No file was uploaded !<br /><br />If you have really selected a file to upload, check that the server allows file uploads...',
  'err_mkdir' => 'Failed to create directory %s !',
  'dest_dir_ro' => 'Destination directory %s is not writable by the script !',
  'err_move' => 'Impossible to move %s to %s !',
  'err_fsize_too_large' => 'The size of file you have uploaded is too large (maximum allowed is %s x %s) !', //obsolete since cpg1.3 - consider removal in cpg1.4 once upload.php has been overhauled
  'err_imgsize_too_large' => 'The size of the file you have uploaded is too large (maximum allowed is %s KB) !', //obsolete since cpg1.3 - consider removal in cpg1.4 once upload.php has been overhauled
  'err_invalid_img' => 'The file you have uploaded is not a valid image !',
  'allowed_img_types' => 'You can only upload %s images.',
  'err_insert_pic' => 'The file \'%s\' can\'t be inserted in the album ',
  'upload_success' => 'Your file was uploaded successfully.<br /><br />It will be visible after admin approval.',
  'notify_admin_email_subject' => '%s - Upload notification',
  'notify_admin_email_body' => 'A picture has been uploaded by %s that needs your approval. Visit %s',
  'info' => 'Information',
  'com_added' => 'Comment added',
  'com_updated' => 'Comment updated',  // cpg1.5.x
  'alb_updated' => 'Album updated',
  'err_comment_empty' => 'Your comment is empty !',
  'err_invalid_fext' => 'Only files with the following extensions are accepted : <br /><br />%s.',
  'no_flood' => 'Sorry but you are already the author of the last comment posted for this file<br /><br />Edit the comment you have posted if you want to modify it',
  'redirect_msg' => 'You are being redirected.<br /><br /><br />Click \'CONTINUE\' if the page does not refresh automatically',
  'upl_success' => 'Your file was successfully added',
  'email_comment_subject' => 'Comment posted on Coppermine Photo Gallery',
  'email_comment_body' => 'Someone has posted a comment on your gallery. See it at',
  'album_not_selected' => 'Album not selected',
  'com_author_error' => 'A registered user is using this nickname, login or use another one',
);

// ------------------------------------------------------------------------- //
// File delete.php
// ------------------------------------------------------------------------- //

if (defined('DELETE_PHP')) $lang_delete_php = array(
  'orig_pic' => 'original image', // cpg1.5
  'fs_pic' => 'full size image',
  'del_success' => 'successfully deleted',
  'ns_pic' => 'normal size image',
  'err_del' => 'can\'t be deleted',
  'thumb_pic' => 'thumbnail',
  'comment' => 'comment',
  'im_in_alb' => 'image in album',
  'alb_del_success' => 'Album &laquo;%s&raquo; deleted',
  'alb_mgr' => 'Album Manager',
  'err_invalid_data' => 'Invalid data received in \'%s\'',
  'create_alb' => 'Creating album \'%s\'',
  'update_alb' => 'Updating album \'%s\' with title \'%s\' and index \'%s\'',
  'del_pic' => 'Delete file',
  'del_alb' => 'Delete album',
  'del_user' => 'Delete user',
  'err_unknown_user' => 'The selected user does not exist !',
  'err_empty_groups' => 'There\'s no group table, or the group table is empty!',
  'comment_deleted' => 'Comment was succesfully deleted',
  'npic' => 'Picture',
  'pic_mgr' => 'Picture Manager',
  'update_pic' => 'Updating picture \'%s\' with filename \'%s\' and index \'%s\'',
  'username' => 'Username',
  'anonymized_comments' => '%s comment(s) anonymized',
  'anonymized_uploads' => '%s public upload(s) anonymized',
  'deleted_comments' => '%s comment(s) deleted',
  'deleted_uploads' => '%s public upload(s) deleted',
  'user_deleted' => 'user %s deleted',
  'activate_user' => 'Activate user',
  'user_already_active' => 'Account has already been active',
  'activated' => 'Activated',
  'deactivate_user' => 'Deactivate user',
  'user_already_inactive' => 'Account has already been inactive',
  'deactivated' => 'Deactivated',
  'reset_password' => 'Reset password(s)',
  'password_reset' => 'Password reset to %s',
  'change_group' => 'Change primary group',
  'change_group_to_group' => 'Changing from %s to %s',
  'add_group' => 'Add secondary group',
  'add_group_to_group' => 'Adding user %s to group %s. He\'s now member of %s as primary and of %s as secondary membergroup(s).',
  'status' => 'Status',
);

// ------------------------------------------------------------------------- //
// File displayecard.php
// ------------------------------------------------------------------------- //

if (defined('DISPLAYECARD_PHP')) {

$lang_displayecard_php = array(
  'invalid_data' => 'The data for the ecard you are trying to access has been corrupted by your mail client. Check the link is complete.',
);
}

// ------------------------------------------------------------------------- //
// File displayimage.php
// ------------------------------------------------------------------------- //

if (defined('DISPLAYIMAGE_PHP')){

$lang_display_image_php = array(
  'confirm_del' => 'Are you sure you want to DELETE this file ? \\nComments will also be deleted.', //js-alert
  'del_pic' => 'DELETE THIS FILE',
  'size' => '%s x %s pixels',
  'views' => '%s times',
  'slideshow' => 'Slideshow',
  'stop_slideshow' => 'STOP SLIDESHOW',
  'view_fs' => 'Click to view full size image',
  'edit_pic' => 'Edit file information',
  'crop_pic' => 'Crop and Rotate',
  'set_player' => 'Change player',
);

$lang_picinfo = array(
  'title' =>'File information',
  'Album name' => 'Album name',
  'Rating' => 'Rating (%s votes)',
  'Date Added' => 'Date added',
  'Dimensions' => 'Dimensions',
  'Displayed' => 'Displayed',
  'URL' => 'URL',
  'Make' => 'Make',
  'Model' => 'Model',
  'DateTime' => 'Date Time',
  'ISOSpeedRatings'=>'ISO',
  'MaxApertureValue' => 'Max Aperture',
  'FocalLength' => 'Focal length',
  'Comment' => 'Comment',
  'addFav'=>'Add to Favorites',
  'addFavPhrase'=>'Favorites',
  'remFav'=>'Remove from Favorites',
  'iptcTitle'=>'IPTC Title',
  'iptcCopyright'=>'IPTC Copyright',
  'iptcKeywords'=>'IPTC Keywords',
  'iptcCategory'=>'IPTC Category',
  'iptcSubCategories'=>'IPTC Sub Categories',
  'ColorSpace' => 'Color Space',
  'ExposureProgram' => 'Exposure Program',
  'Flash' => 'Flash',
  'MeteringMode' => 'Metering Mode',
  'ExposureTime' => 'Exposure Time',
  'ExposureBiasValue' => 'Exposure Bias',
  'ImageDescription' => ' Image Description',
  'Orientation' => 'Orientation',
  'xResolution' => 'X Resolution',
  'yResolution' => 'Y Resolution',
  'ResolutionUnit' => 'Resolution Unit',
  'Software' => 'Software',
  'YCbCrPositioning' => 'YCbCrPositioning',
  'ExifOffset' => 'Exif Offset',
  'IFD1Offset' => 'IFD1 Offset',
  'FNumber' => 'FNumber',
  'ExifVersion' => 'Exif Version',
  'DateTimeOriginal' => 'DateTime Original',
  'DateTimedigitized' => 'DateTime digitized',
  'ComponentsConfiguration' => 'Components Configuration',
  'CompressedBitsPerPixel' => 'Compressed Bits Per Pixel',
  'LightSource' => 'Light Source',
  'ISOSetting' => 'ISO Setting',
  'ColorMode' => 'Color Mode',
  'Quality' => 'Quality',
  'ImageSharpening' => 'Image Sharpening',
  'FocusMode' => 'Focus Mode',
  'FlashSetting' => 'Flash Setting',
  'ISOSelection' => 'ISO Selection',
  'ImageAdjustment' => 'Image Adjustment',
  'Adapter' => 'Adapter',
  'ManualFocusDistance' => 'Manual Focus Distance',
  'DigitalZoom' => 'Digital Zoom',
  'AFFocusPosition' => 'AF Focus Position',
  'Saturation' => 'Saturation',
  'NoiseReduction' => 'Noise Reduction',
  'FlashPixVersion' => 'Flash Pix Version',
  'ExifImageWidth' => 'Exif Image Width',
  'ExifImageHeight' => 'Exif Image Height',
  'ExifInteroperabilityOffset' => 'Exif Interoperability Offset',
  'FileSource' => 'File Source',
  'SceneType' => 'Scene Type',
  'CustomerRender' => 'Customer Render',
  'ExposureMode' => 'Exposure Mode',
  'WhiteBalance' => 'White Balance',
  'DigitalZoomRatio' => 'Digital Zoom Ratio',
  'SceneCaptureMode' => 'Scene Capture Mode',
  'GainControl' => 'Gain Control',
  'Contrast' => 'Contrast',
  'Sharpness' => 'Sharpness',
  'ManageExifDisplay' => 'Manage Exif Display',
  'submit' => 'Submit',
  'success' => 'Information updated successfully.',
  'show_details' => 'Show details', // cpg1.5.x
  'hide_details' => 'Hide details', // cpg1.5.x
  'download_URL' => 'Direct Link',
  'movie_player' => 'Play the file in your standard application',

);

$lang_display_comments = array(
  'OK' => 'OK',
  'edit_title' => 'Edit this comment',
  'delete_title' => 'Delete this comment', // cpg1.5.x
  'confirm_delete' => 'Are you sure you want to delete this comment ?', //js-alert
  'add_your_comment' => 'Add your comment',
  'name'=>'Name',
  'comment'=>'Comment',
  'your_name' => 'Anon',
  'report_comment_title' => 'Report this comment to the administrator',
  'pending_approval' => 'Comment will be visible after admin approval', // cpg1.5.x
  'unapproved_comment' => 'Unapproved comment', // cpg1.5.x
  'pending_approval_message' => 'Someone has posted a comment here. It will be visible after admin approval.', // cpg1.5.x
  'approve' => 'Approve comment', // cpg1.5.x
  'disapprove' => 'Disapprove comment', // cpg1.5.x
  'log_in_to_comment' => 'Anonymous comments are not allowed here. %sLog in%s to post your comment', // cpg1.5.x // do not translate the %s placeholders - they will be used as wrappers for the link (<a>)
  'default_username_message' => 'Please provide your name for comment', // cpg1.5.x
);

$lang_fullsize_popup = array(
  'click_to_close' => 'Click image to close this window',
);

}

// ------------------------------------------------------------------------- //
// File ecard.php
// ------------------------------------------------------------------------- //

if (defined('ECARDS_PHP') || defined('DISPLAYECARD_PHP')) $lang_ecard_php =array(
  'title' => 'Send an e-card',
  'invalid_email' => 'Warning: invalid email address:', // cpg1.5.x
  'ecard_title' => 'An e-card from %s for you',
  'error_not_image' => 'Only images can be sent as an ecard.', // cpg1.5.x
  'error_not_image_flash' => 'Only images and flash files can be sent as an ecard.', // cpg1.5.x
  'view_ecard' => 'Alternate link if the e-card does not display correctly',
  'view_ecard_plaintext' => 'To view the ecard, copy and paste this url into your browser\'s address bar:',
  'view_more_pics' => 'View more pictures !',
  'send_success' => 'Your ecard was sent',
  'send_failed' => 'Sorry but the server can\'t send your e-card...',
  'from' => 'From',
  'your_name' => 'Your name',
  'your_email' => 'Your email address',
  'to' => 'To',
  'rcpt_name' => 'Recipient name',
  'rcpt_email' => 'Recipient email address',
  'greetings' => 'Heading',
  'message' => 'Message',
  'ecards_footer' => 'Sent by %s from IP %s at %s (Gallery time)',
  'preview' => 'Preview of the ecard',
  'preview_button' => 'Preview',
  'submit_button' => 'Send ecard',
  'preview_view_ecard' => 'This will be the alternate link to the ecard once it gets generated. It won\'t work for previews.',
);

// ------------------------------------------------------------------------- //
// File report_file.php
// ------------------------------------------------------------------------- //

if (defined('REPORT_FILE_PHP') || defined('DISPLAYREPORT_PHP')) $lang_report_php =array(
  'title' => 'Report to administrator',
  'invalid_email' => '<b>Warning</b> : invalid email address !',
  'report_subject' => 'A report from %s on a gallery %s',
  'view_report' => 'Alternate link if the report does not display correctly',
  'view_report_plaintext' => 'To view the report, copy and paste this url into your browser\'s address bar:',
  'view_more_pics' => 'Gallery',
  'send_success' => 'Your report was sent',
  'send_failed' => 'Sorry but the server can\'t send your report...',
  'from' => 'From',
  'your_name' => 'Your name',
  'your_email' => 'Your email address',
  'to' => 'To',
  'administrator' => 'Administrator/Mod',
  'subject' => 'Subject',
  'comment_field_name' => 'Reporting on Comment by "%s"',
  'reason' => 'Reason',
  'message' => 'Message',
  'report_footer' => 'Sent by %s from IP %s at %s (Gallery time)',
  'obscene' => 'obscene',
  'offensive' => 'offensive',
  'misplaced' => 'off-topic/misplaced',
  'missing' => 'missing',
  'issue' => 'error/cannot view',
  'other' => 'other',
  'refers_to' => 'File report refers to',
  'reasons_list_heading' => 'reason(s) for report:',
  'no_reason_given' => 'no reason was given',
  'go_comment' => 'Go to comment',
  'view_comment' => 'View full report with comment',
  'type_file' => 'file',
  'type_comment' => 'comment',
  'invalid_data' => 'The data for the report you are trying to access has been corrupted by your mail client. Check the link is complete.',
);

// ------------------------------------------------------------------------- //
// File editpics.php
// ------------------------------------------------------------------------- //

if (defined('EDITPICS_PHP')) $lang_editpics_php = array(
  'pic_info' => 'File info',
  'desc' => 'Description',
  'approval' => 'Approval', //cpg 1.5
  'approved' => 'Approved', //cpg 1.5
  'disapproved' => 'Disapproved', //cpg 1.5
  'new_keyword' => 'New keyword',
  'new_keywords' => 'New keywords found',
  'existing_keyword' => 'Existing keyword',
  'pic_info_str' => '%s &times; %s - %s KB - %s views - %s votes',
  'approve' => 'Approve file',
  'postpone_app' => 'Postpone approval',
  'del_pic' => 'Delete file',
  'del_all' => 'Delete ALL files',
  'read_exif' => 'Read EXIF info again',
  'reset_view_count' => 'Reset view counter',
  'reset_all_view_count' => 'Reset ALL view counters',
  'reset_votes' => 'Reset votes',
  'reset_all_votes' => 'Reset ALL votes',
  'del_comm' => 'Delete comments',
  'del_all_comm' => 'Delete ALL comments',
  'upl_approval' => 'Upload approval',
  'edit_pics' => 'Edit files',
  'see_next' => 'See next files',
  'see_prev' => 'See previous files',
  'n_pic' => '%s files',
  'n_of_pic_to_disp' => 'Number of files to display',
  'apply' => 'Apply modifications',
  'crop_title' => 'Coppermine Picture Editor',
  'preview' => 'Preview',
  'save' => 'Save picture',
  'save_thumb' =>'Save as thumbnail',
  'gallery_icon' => 'Make this my icon',
  'sel_on_img' =>'The selection has to be entirely on the image!', //js-alert
  'album_properties' =>'Album properties',
  'parent_category' =>'Parent category',
  'thumbnail_view' =>'Thumbnail view',
  'select_unselect' =>'select/unselect all',
  'file_exists' => "Destination file '%s' already exists.",
  'rename_failed' => "Failed to rename '%s' to '%s'.",
  'src_file_missing' => "Source file '%s' is missing.",
  'mime_conv' => "Cannot convert file from '%s' to '%s'",
  'forb_ext' => 'Forbidden file extension.',
  'error_editor_class' => 'Editor class for your resize method not implemented', //cpg 1.5
  'error_document_size' => 'Document has no width or height', //cpg 1.5  //js-alert
  'success_picture' => 'Picture successfully saved - you can %sclose%s this window now', //cpg 1.5 // do not translate "%s" here
  'success_thumb' => 'Thumbnail successfully saved - you can %sclose%s this window now', //cpg 1.5 // do not translate "%s" here
  'rotate' => 'Rotate', //cpg 1.5
  'mirror' => 'Mirror', //cpg 1.5
  'scale' => 'Scale', //cpg 1.5
  'new_width' => 'New width', //cpg 1.5
  'new_height' => 'New height', //cpg 1.5
  'enable_clipping' => 'Enable clipping, apply to crop', //cpg 1.5
  'jpeg_quality' => 'JPEG Output Quality', //cpg 1.5
  'or' => 'OR', //cpg 1.5
  'approve_pic' => 'Approve file', //cpg 1.5
  'approve_all' => 'Approve ALL files', //cpg 1.5
);

// ------------------------------------------------------------------------- //
// File faq.php
// ------------------------------------------------------------------------- //

if (defined('FAQ_PHP')) $lang_faq_php = array(
  'faq' => 'Frequently Asked Questions',
  'toc' => 'Table of contents',
  'question' => 'Question: ',
  'answer' => 'Answer: ',
);

if (defined('FAQ_PHP')) $lang_faq_data = array(
  'General FAQ',
  array('Why do I need to register?', 'Registration may or may not be required by the administrator. Registration gives a member additional features such as uploading, having a favorite list, rating pictures and posting comments etc.', 'allow_user_registration', '1'),
  array('How do I register?', 'Go to &quot;Register&quot; and fill out the required fields (and the optional ones if you want to).<br />If the Administrator has Email Activation enabled, then after submitting your information you should recieve an email message at the address that you have submitted while registering, giving you instructions on how to activate your membership. Your membership must be activated in order for you to login.', 'allow_user_registration', '1'),
  array('How Do I login?', 'Go to &quot;Login&quot;, submit your username and password and check &quot;Remember Me&quot; so you will be logged in on the site if you should leave it.<br /><b>IMPORTANT:Cookies must be enabled and the cookie from this site must not be deleted in order to use &quot;Remember Me&quot;.</b>', 'offline', 0),
  array('Why can I not login?', 'Did you register and click the link that was sent to you via email?. The link will activate your account. For other login problems contact the site administrator.', 'offline', 0),
  array('What if I forgot my password?', 'If this site has a &quot;Forgot password&quot; link then use it. Other than that contact the site administrator for a new password.', 'offline', 0),
  //array('What if I changed my email address?', 'Just simply login and change your email address through &quot;Profile&quot;', 'offline', 0),
  array('How do I save a picture to &quot;My Favorites&quot;?', 'Click on a picture and click on the &quot;picture info&quot; link (<img src="images/info.gif" width="16" height="16" border="0" alt="Picture information" />); scroll down to the picture information set and click &quot;Add to fav&quot;.<br />The administrator may have the &quot;picture information&quot; on by default.<br />IMPORTANT:Cookies must be enabled and the cookie from this site must not be deleted.', 'offline', 0),
  array('How do I rate a file?', 'Click on a thumbnail and go to the bottom and choose a rating.', 'offline', 0),
  array('How do I post a comment for a picture?', 'Click on a thumbnail and go to the bottom and post a comment.', 'offline', 0),
  array('How do I upload a file?', 'Go to &quot;Upload&quot;and select the album that you want to upload to. Click &quot;Browse,&quot; find the file to upload, and click &quot;open.&quot; Add a title and description if you want. Click &quot;Submit&quot;.<br /><br />Alternatively, for those users using <b>Windows XP</b>, you can upload multiple files directly to your own private albums using the XP Publishing wizard.<br />For instructions on how, and to get the required registry file, click <a href="xp_publish.php">here.</a>', 'allow_private_albums', 1),
  array('Where do I upload a picture to?', 'You will be able to upload a file to one of your albums in &quot;My Gallery&quot;. The Administrator may also allow you to upload a file to one or more of the albums in the Main Gallery.', 'allow_private_albums', 0),
  array('What type and size of a file can I upload?', 'The size and type (jpg, png, etc.) is up to the administrator.', 'offline', 0),
  array('How do I create, rename or delete an album in &quot;My Gallery&quot;?', 'You should already be in &quot;Admin-Mode&quot;<br />Go to &quot;Create/Order My Albums&quot;and click &quot;New&quot;. Change &quot;New Album&quot; to your desired name.<br />You can also rename any of the albums in your gallery.<br />Click &quot;Apply Modifications&quot;.', 'allow_private_albums', 0),
  array('How can I modify and restrict users from viewing my albums?', 'You should already have &quot;admin controls&quot; turned on<br />Go to &quot;Modify My Albums. On the &quot;Update Album&quot; bar, select the album that you want to modify.<br />Here, you can change the name, description, thumbnail picture, restrict viewing and comment/rating permissions.<br />Click &quot;Update Album&quot;.', 'allow_private_albums', 0),
  array('How can I view other users\' galleries?', 'Go to &quot;Album List&quot; and select &quot;User Galleries&quot;.', 'allow_private_albums', 0),
  array('What are cookies?', 'Cookies are a plain text piece of data that is sent from a website and is put on to your computer.<br />Cookies usually allow a user to leave and return to the site without having to login again and other various chores.', 'offline', 0),
  array('Where can I get this program for my site?', 'Coppermine is a free Multimedia Gallery, released under GNU GPL. It is full of features and has been ported to various platforms. Visit the <a href="http://coppermine.sf.net/">Coppermine Home Page</a> to find out more or download it.', 'offline', 0),

  'Navigating the Site',
  array('What\'s &quot;Album List&quot;?', 'This will show you the entire category you are currently in, with a link to each album. If you are not in a category, it will show you the entire gallery with a link to each category. Thumbnails may be a link to the category.', 'offline', 0),
  array('What\'s &quot;My Gallery&quot;?', 'This feature lets users create their own galleries and add, delete or modify albums as well as upload to them.', 'allow_private_albums', 1),
  array('What\'s &quot;Upload Picture&quot;?', 'This feature allows a user to upload a file (size and type is set by the site administrator) to a gallery selected by either you or the administrator.', 'allow_private_albums', 0),
  array('What\'s &quot;Last Uploads&quot;?', 'This feature shows the last uploads to the site.', 'offline', 0),
  array('What\'s &quot;Last Comments&quot;?', 'This feature shows the last comments along with the files posted by users.', 'offline', 0),
  array('What\'s &quot;Most Viewed&quot;?', 'This feature shows the most viewed files by all users (whether logged in or not).', 'offline', 0),
  array('What\'s &quot;Top Rated&quot;?', 'This feature shows the top rated files rated by the users, showing the average rating (e.g: five users each gave a <img src="images/rating3.gif" width="65" height="14" border="0" alt="" />: the file would have an average rating of <img src="images/rating3.gif" width="65" height="14" border="0" alt="" /> ;Five users rated the file from 1 to 5 (1,2,3,4,5) would result in an average <img src="images/rating3.gif" width="65" height="14" border="0" alt="" /> .)<br />The ratings go from <img src="images/rating5.gif" width="65" height="14" border="0" alt="best" /> (best) to <img src="images/rating0.gif" width="65" height="14" border="0" alt="worst" /> (worst).', 'offline', 0),
  array('What\'s &quot;My Favorites&quot;?', 'This feature will let a user store a favorite file in the cookie that was sent to your computer.', 'offline', 0),
);


// ------------------------------------------------------------------------- //
// File forgot_passwd.php
// ------------------------------------------------------------------------- //

if (defined('FORGOT_PASSWD_PHP')) $lang_forgot_passwd_php = array(
  'forgot_passwd' => 'Password reminder',
  'err_already_logged_in' => 'You are already logged in !',
  'enter_email' => 'Enter your email address',
  'submit' => 'go',
  'illegal_session' => 'Forgot password session invalid or has expired.',
  'failed_sending_email' => 'The password reminder email can\'t be sent !',
  'email_sent' => 'An email with your username and new password was sent to %s',
  'verify_email_sent' => 'An email has been sent to %s. Please check your email to complete the process.',
  'err_unk_user' => 'Selected user does not exist!',
  'account_verify_subject' => '%s - New password request',
  'account_verify_body' => 'You have requested a new password. If you would like to proceed with having a new password sent to you, click on the following link:

%s',
  'passwd_reset_subject' => '%s - Your New Password',
  'passwd_reset_body' => 'Here is the new password you requested:
Username: %s
Password: %s
Click %s to log in.',
);

// ------------------------------------------------------------------------- //
// File groupmgr.php
// ------------------------------------------------------------------------- //

if (defined('GROUPMGR_PHP')) $lang_groupmgr_php = array(
  'group_name' => 'Group',
  'permissions' => 'Permissions',
  'public_albums' => 'Public albums upload',
  'personal_gallery' => 'Personal gallery',
  'upload_method' => 'Upload method',
  'disk_quota' => 'Quota',
  'rating' => 'Rating',
  'ecards' => 'Ecards',
  'comments' => 'Comments',
  'allowed' => 'Allowed',
  'approval' => 'Approval',
  'boxes_number' => 'No. of boxes',
  'variable' => 'variable',
  'fixed' => 'fixed',
  'apply' => 'Apply modifications',
  'create_new_group' => 'Create new group',
  'del_groups' => 'Delete selected group(s)',
  'confirm_del' => 'Warning, when you delete a group, users that belong to this group will be transferred to the \'Registered\' group !\n\nDo you want to proceed ?', //js-alert
  'title' => 'Manage user groups',
  'num_file_upload' => 'File upload boxes',
  'num_URI_upload' => 'URI upload boxes',
  'reset_to_default' => 'Reset to default name (%s) - recommended!',
  'error_group_empty' => 'Group table was empty !<br /><br />Default groups created, please reload this page',
  'explain_greyed_out_title' => 'Why is this row greyed out?',
  'explain_guests_greyed_out_text' => 'You can not change the properties of this group because you set the option &quot; Allow unlogged users (guest or anonymous) access&quot; to &quot;No&quot; on the config page. All guest (members of the group %s) can\'t do anything but login; therefor group settings don\'t apply for them.',
  'explain_banned_greyed_out_text' => 'You can not change the properties of the group %s because it\'s members can\'t do anything anyway.',
  'group_assigned_album' => 'assigned album(s)',
);

// ------------------------------------------------------------------------- //
// File index.php
// ------------------------------------------------------------------------- //

if (defined('INDEX_PHP')){

$lang_index_php = array(
  'welcome' => 'Welcome !',
);

$lang_album_admin_menu = array(
  'confirm_delete' => 'Are you sure you want to DELETE this album ? \\nAll files and comments will also be deleted.', //js-alert
  'delete' => 'DELETE',
  'modify' => 'PROPERTIES',
  'edit_pics' => 'EDIT FILES',
);

$lang_list_categories = array(
  'home' => 'Home',
  'stat1' => '<b>[pictures]</b> files in <b>[albums]</b> albums and <b>[cat]</b> categories with <b>[comments]</b> comments viewed <b>[views]</b> times',
  'stat2' => '<b>[pictures]</b> files in <b>[albums]</b> albums viewed <b>[views]</b> times',
  'xx_s_gallery' => '%s\'s Gallery',
  'stat3' => '<b>[pictures]</b> files in <b>[albums]</b> albums with <b>[comments]</b> comments viewed <b>[views]</b> times',
);

$lang_list_users = array(
  'user_list' => 'User list',
  'no_user_gal' => 'There are no user galleries',
  'n_albums' => '%s album(s)',
  'n_pics' => '%s file(s)',
);

$lang_list_albums = array(
  'n_pictures' => '%s files',
  'last_added' => ', last one added on %s',
  'n_link_pictures' => '%s linked files',
  'total_pictures' => '%s files total',
  'alb_hits' => 'Album viewed %s times', // cpg1.5.x
);

}

// ------------------------------------------------------------------------- //
// File keywordmgr.php
// ------------------------------------------------------------------------- //

if (defined('KEYWORDMGR_PHP')) $lang_keywordmgr_php = array(
  'title' => 'Manage keywords',
  'edit' => 'edit',
  'delete' => 'delete',
  'search' => 'search',
  'keyword_test_search' => 'search for %s in new window',
  'keyword_del' => 'delete the keyword %s',
  'confirm_delete' => 'Are you sure you want to delete the keyword %s from the whole gallery?',  // js-alert
  'change_keyword' => 'change keyword',
);

// ------------------------------------------------------------------------- //
// File login.php
// ------------------------------------------------------------------------- //

if (defined('LOGIN_PHP')) $lang_login_php = array(
  'login' => 'Login',
  'enter_login_pswd' => 'Enter your username and password to login',
  'username' => 'Username',
  'password' => 'Password',
  'remember_me' => 'Remember me',
  'welcome' => 'Welcome %s ...',
  'err_login' => '*** Couldn\'t log in. Try again ***',
  'err_already_logged_in' => 'You are already logged in !',
  'forgot_password_link' => 'I forgot my password',
  'cookie_warning' => 'Warning your browser does not accept script\'s cookies',
  'send_activation_link' => 'Missed activation link?',
);

// ------------------------------------------------------------------------- //
// File logout.php
// ------------------------------------------------------------------------- //

if (defined('LOGOUT_PHP')) $lang_logout_php = array(
  'logout' => 'Logout',
  'bye' => 'Bye bye %s ...',
  'err_not_loged_in' => 'You are not logged in !',
);

// ------------------------------------------------------------------------- //
// File minibrowser.php
// ------------------------------------------------------------------------- //

if (defined('MINIBROWSER_PHP')) $lang_minibrowser_php = array(
  'submit' => 'OK',
  'up' => 'up one level',
  'current_path' => 'current path',
  'select_directory' => 'please select a directory',
  'click_to_close' => 'Click image to close this window',
);

// ------------------------------------------------------------------------- //
// File modifyalb.php
// ------------------------------------------------------------------------- //

if (defined('MODIFYALB_PHP')) $lang_modifyalb_php = array(
  'upd_alb_n' => 'Update album %s',
  'general_settings' => 'General settings',
  'alb_title' => 'Album title',
  'alb_cat' => 'Album category',
  'alb_desc' => 'Album description',
  'alb_keyword' => 'Album Keyword',
  'alb_thumb' => 'Album thumbnail',
  'alb_perm' => 'Permissions for this album',
  'can_view' => 'Album can be viewed by',
  'can_upload' => 'Visitors can upload files',
  'can_post_comments' => 'Visitors can post comments',
  'can_rate' => 'Visitors can rate files',
  'user_gal' => 'User Gallery',
  'no_cat' => '* No category *',
  'alb_empty' => 'Album is empty',
  'last_uploaded' => 'Last uploaded',
  'public_alb' => 'Everybody (public album)',
  'me_only' => 'Me only',
  'owner_only' => 'Album owner (%s) only',
  'groupp_only' => 'Members of the \'%s\' group',
  'err_no_alb_to_modify' => 'No album you can modify in the database.',
  'update' => 'Update album',
  'reset_album' => 'Reset album',
  'reset_views' => 'Reset views counter to &quot;0&quot; in %s',
  'reset_rating' => 'Reset ratings on all files in %s',
  'delete_comments' => 'Delete all comments made in %s',
  'delete_files' => '%sIrreversibly%s delete all files in %s',
  'views' => 'views',
  'votes' => 'votes',
  'comments' => 'comments',
  'files' => 'files',
  'submit_reset' => 'submit changes',
  'reset_views_confirm' => 'I\'m sure',
  'notice1' => '(*) depending on %sgroups%s settings',  //(do not translate %s!)
  'can_moderate' => 'Album can be moderated by', //cpg 1.5
  'admins_only' => 'Admins only', //cpg 1.5
  'alb_password' => 'Album password',
  'alb_password_hint' => 'Album password hint',
  'edit_files' =>'Edit files',
  'parent_category' => 'Parent category',
  'thumbnail_view' => 'Thumbnail view',
  'random_image' => 'Random Image', //cpg 1.5
);

// ------------------------------------------------------------------------- //
// File phpinfo.php
// ------------------------------------------------------------------------- //

if (defined('PHPINFO_PHP')) $lang_phpinfo_php = array(
  'php_info' => 'PHP info',
  'explanation' => 'This is the output generated by the PHP-function <a href="http://www.php.net/phpinfo">phpinfo()</a>, displayed within Coppermine (trimming the output at the right side).',
  'no_link' => 'Having others see your phpinfo can be a security risk, that\'s why this page is only visible when you\'re logged in as admin. You can not post a link to this page for others, they will be denied access.',
);

// ------------------------------------------------------------------------- //
// File picmgr.php
// ------------------------------------------------------------------------- //
if (defined('PICMGR_PHP')) $lang_picmgr_php = array(
  'pic_mgr' => 'Picture Manager',
  'select_album' => 'Select Album',
  'delete' => 'Delete',
  'confirm_delete1' => 'Are you sure you want to delete this picture ?',
  'confirm_delete2' => '\nPicture will be permanently deleted.',
  'apply_modifs' => 'Apply modifications',
  'confirm_modifs' => 'Confirm modifications',
  'pic_need_name' => 'Picture needs to have a name !',
  'no_change' => 'You did not make any change !',
  'no_album' => '* No album *',
  'explanation_header' => 'The custom sort order you can specify on this page will only be taken into account if',
  'explanation1' => 'the admin has set the "Default sort order for files" in the config to "Position descending" or "Position ascending" (global setting for all users who haven\'t chosen another sort option individually)',
  'explanation2' => 'the user has chosen "Position descending" or "Position ascending" on the thumbail page (per user setting)',
);


// ------------------------------------------------------------------------- //
// File pluginmgr.php
// ------------------------------------------------------------------------- //

if (defined('PLUGINMGR_PHP')){

$lang_pluginmgr_php = array(
  'confirm_uninstall' => 'Are you sure you want to UNINSTALL this plugin',
  'confirm_delete' => 'Are you sure you want to DELETE this plugin',
  'pmgr' => 'Plugin Manager',
  'explanation' => 'Install / uninstall / manage plugins using this page.', // cpg1.5.x
  'plugin_enabled' => 'Plugin API enabled', // cpg1.5.x
  'name' => 'Name',
  'author' => 'Author',
  'desc' => 'Description',
  'vers' => 'v',
  'i_plugins' => 'Installed Plugins',
  'n_plugins' => 'Plugins Not installed',
  'none_installed' => 'None Installed',
  'operation' => 'Operation',
  'not_plugin_package' => 'The file uploaded is not a plugin package.',
  'copy_error' => 'There was an error copying the package to the plugins folder.',
  'upload' => 'Upload',
  'configure_plugin' => 'Configure plugin',
  'cleanup_plugin' => 'Cleanup plugin',
  'extra' => 'Extra', // cpg1.5.x
  'install_info' => 'Install information', // cpg1.5.x
);
}

// ------------------------------------------------------------------------- //
// File ratepic.php
// ------------------------------------------------------------------------- //

if (defined('RATEPIC_PHP')) $lang_rate_pic_php = array(
  'already_rated' => 'Sorry but you have already rated this file',
  'rate_ok' => 'Your vote was accepted',
  'forbidden' => 'You can not rate your own files.',
);

// ------------------------------------------------------------------------- //
// File register.php & profile.php
// ------------------------------------------------------------------------- //

if (defined('REGISTER_PHP') || defined('PROFILE_PHP')) {

$lang_register_disclamer = <<<EOT
While the administrators of {SITE_NAME} will attempt to remove or edit any generally objectionable material as quickly as possible, it is impossible to review every post. Therefore you acknowledge that all posts made to this site express the views and opinions of the author and not the administrators or webmaster (except for posts by these people) and hence will not be held liable.<br />
<br />
You agree not to post any abusive, obscene, vulgar, slanderous, hateful, threatening, sexually-orientated or any other material that may violate any applicable laws. You agree that the webmaster, administrator and moderators of {SITE_NAME} have the right to remove or edit any content at any time should they see fit. As a user you agree to any information you have entered above being stored in a database. While this information will not be disclosed to any third party without your consent the webmaster and administrator cannot be held responsible for any hacking attempt that may lead to the data being compromised.<br />
<br />
This site uses cookies to store information on your local computer. These cookies serve only to improve your viewing pleasure. The email address is used only for confirming your registration details and password.<br />
<br />
By clicking 'I agree' below you agree to be bound by these conditions.
EOT;

$lang_register_php = array(
  'page_title' => 'User registration',
  'term_cond' => 'Terms and conditions',
  'i_agree' => 'I agree',
  'submit' => 'Submit registration',
  'err_user_exists' => 'The username you have entered already exists, please choose a different one',
  'err_global_pw' => 'Invalid global registration password', // cpg1.5
  'err_global_pass_same' => 'Your password should be different from the global password', // cpg1.5
  'err_password_mismatch' => 'The two passwords does not match, please input them again',
  'err_uname_short' => 'Username must be 2 characters long minimum',
  'err_password_short' => 'Password must be 2 characters long minimum',
  'err_uname_pass_diff' => 'Username and password must be different',
  'err_invalid_email' => 'Email address is invalid',
  'err_duplicate_email' => 'Another user has already registered with the email address you entered',
  'err_disclaimer' => 'You need to agree to the disclaimer', // cpg1.5
  'enter_info' => 'Input registration information',
  'required_info' => 'Required information',
  'optional_info' => 'Optional information',
  'username' => 'Username',
  'password' => 'Password',
  'password_again' => 'Re-enter password',
  'global_registration_pw' => 'Global registration password', // cpg1.5
  'email' => 'Email',
  'location' => 'Location',
  'interests' => 'Interests',
  'website' => 'Home page',
  'occupation' => 'Occupation',
  'error' => 'ERROR',
  'confirm_email_subject' => '%s - Registration confirmation',
  'information' => 'Information',
  'failed_sending_email' => 'The registration confirmation email can\'t be send !',
  'thank_you' => 'Thank you for registering.<br /><br />An email with information on how to activate your account was sent to the email address you provided.',
  'acct_created' => 'Your account has been created and you can now login with your username and password',
  'acct_active' => 'Your account is now active and you can login with your username and password',
  'acct_already_act' => 'Account is already active!',
  'acct_act_failed' => 'This account can\'t be activated !',
  'err_unk_user' => 'Selected user does not exist !',
  'x_s_profile' => '%s\'s profile',
  'group' => 'Group',
  'reg_date' => 'Joined',
  'disk_usage' => 'Disk usage',
  'change_pass' => 'Change password',
  'current_pass' => 'Current password',
  'new_pass' => 'New password',
  'new_pass_again' => 'New password again',
  'err_curr_pass' => 'Current password is incorrect',
  'apply_modif' => 'Apply modifications',
  'change_pass' => 'Change my password',
  'update_success' => 'Your profile was updated',
  'pass_chg_success' => 'Your password was changed',
  'pass_chg_error' => 'Your password was not changed',
  'notify_admin_email_subject' => '%s - Registration notification',
  'last_uploads' => 'Last uploaded file', //cpg1.5
  'last_uploads_detail' => 'Click to see all uploads by %s', //cpg1.5
  'last_comments' => 'Last comment', //cpg1.5
  'you' => 'you', //cpg1.5
  'last_comments_detail' => 'Click to see all comments made by %s', //cpg1.5
  'notify_admin_email_body' => 'A new user with the username "%s" has registered in your gallery',
  'pic_count' => 'Files uploaded',
  'notify_admin_request_email_subject' => '%s - Registration request',
  'thank_you_admin_activation' => 'Thank you.<br /><br />Your request for account activation was sent to the admin. You will receive an email if approved.',
  'acct_active_admin_activation' => 'The account is now active and an email has been sent to the user.',
  'notify_user_email_subject' => '%s - Activation notification',
  'delete_my_account' => 'Delete my user account', // cpg1.5
  'warning_delete' => 'Warning: deleting your account can not be undone. The %sfiles you uploaded%s into public albums and your %scomments%s do not get deleted when deleting your user account! However, the files you uploaded into your personal gallery will be deleted.', // cpg1.5 // The %s-placeholders mustn't be removed, they will later be replaced by the wrappers for the links
  'i_am_sure' => 'I\'m sure that I want to delete my user account', // cpg1.5
  'really_delete' => 'Do you really want to delete your user account?', // cpg1.5 //JS-Alert
  'edit_xs_profile' => 'Edit the profile of %s', // cpg1.5
  'edit_my_profile' => 'Edit my profile', // cpg1.5
  'none' => 'none', // cpg1.5
);

$lang_register_confirm_email = <<<EOT
Thank you for registering at {SITE_NAME}

In order to activate your account with username "{USER_NAME}", you need to click on the link below or copy and paste it in your web browser.

<a href="{ACT_LINK}">{ACT_LINK}</a>

Regards,

The management of {SITE_NAME}

EOT;

$lang_register_approve_email = <<<EOT
A new user with the username "{USER_NAME}" has registered in your gallery.

In order to activate the account, you need to click on the link below or copy and paste it in your web browser.

<a href="{ACT_LINK}">{ACT_LINK}</a>

EOT;

$lang_register_activated_email = <<<EOT
Your account has been approved and activated.

You can now log in at <a href="{SITE_LINK}">{SITE_LINK}</a> using the username "{USER_NAME}"


Regards,

The management of {SITE_NAME}

EOT;
}

// ------------------------------------------------------------------------- //
// File reviewcom.php
// ------------------------------------------------------------------------- //

if (defined('REVIEWCOM_PHP')) $lang_reviewcom_php = array(
  'title' => 'Review comments',
  'no_comment' => 'There is no comment to review',
  'n_comm_del' => '%s comment(s) deleted',
  'n_comm_disp' => 'Number of comments to display',
  'see_prev' => 'See previous',
  'see_next' => 'See next',
  'del_comm' => 'Delete selected comments',
  'user_name' => 'Name',
  'date' => 'Date',
  'comment' => 'Comment',
  'file' => 'File',
  'name_a' => 'User name ascending',
  'name_d' => 'User name descending',
  'date_a' => 'Date ascending',
  'date_d' => 'Date descending',
  'comment_a' => 'Comment message ascending',
  'comment_d' => 'Comment message descending',
  'file_a' => 'File ascending',
  'file_d' => 'File descending',
  'approval_a' => 'Approval ascending', // cpg1.5.x
  'approval_d' => 'Approval descending', // cpg1.5.x
  'n_comm_appr' => '%s comment(s) approved', // cpg1.5.x
  'n_comm_disappr' => '%s comment(s) disapproved', // cpg1.5.x
  'configuration_changed' => 'Approval config changed', // cpg1.5.x
  'only_approval' => 'only display comments needing approval', // cpg1.5.x
  'approval' => 'Approved', // cpg1.5.x
  'save_changes' => 'Save changes', // cpg1.5.x
  'n_confirm_delete' => 'Do you really want to delete the selected comment(s)?', // cpg1.5.x
  'with_selected' => 'With selected', // cpg1.5.x
  'delete' => 'delete', // cpg1.5.x
  'approve' => 'approve', // cpg1.5.x
  'disapprove' => 'disapprove', // cpg1.5.x
  'comment_approved' => 'Comment approved', // cpg1.5.x
  'comment_disapproved' => 'Comment disapproved', // cpg1.5.x
);

// ------------------------------------------------------------------------- //
// File sidebar.php
// ------------------------------------------------------------------------- //

if (defined('SIDEBAR_PHP')) $lang_sidebar_php = array(
  'sidebar' => 'Side Bar', // cpg1.5.x
  'install' => 'install', // cpg1.5.x
  'install_explain' => 'Among the many smart access methods to get to information quickly on the site, we provide sidebars for the most popular browsers used on different operating systems to access pages easily. Here you can find setup and uninstall information for the browsers supported.', // cpg1.5.x
  'os_browser_detect' => 'Detecting your OS and browser', // cpg1.5.x
  'os_browser_detect_explain' => 'The script is trying to detect your operating system and browser version - please wait a second. If auto-detection fails, you might want to %sunhide%s all possible sidebar install options manually.', // cpg1.5.x
  'mozilla' => 'Mozilla, Firefox, Netscape 6+, Konqueror 3.2+', // cpg1.5.x
  'mozilla_explain' => 'If you use Mozilla 0.9.4 or later, you can %sadd our sidebar to your set%s. You can uninstall this sidebar using the "Customize Sidebar" dialog in Mozilla.', // cpg1.5.x
  'ie_mac' => 'Internet Explorer 5 and above on Mac OS', // cpg1.5.x
  'ie_mac_explain' => 'If you use Internet Explorer 5 or above on MacOS, %sopen our sidebar page%s in a  separate window. In that window, open the "Page Holder" tab on the left side of the window. Click "Add." If you want to keep it for future use, click on "Favorites" and select "Add to Page Holder Favorites."', // cpg1.5.x
  'ie_win' => 'Internet Explorer 5 and above on Windows', // cpg1.5.x
  'ie_win_explain' => 'If you use Internet Explorer 5 or above on Windows, you can add the Side Bar to your Links toolbar or you can add it to your favorites and clicking on it you can see our bar displayed in place of your usual search bar by right-clicking %shere%s and selecting "Add to favorites" from the context menu. This link does not install our bar as your default search bar, so no modification is made to your system.', // cpg1.5.x
  'ie7_win' => 'Internet Explorer 7 on Windows XP/Vista', // cpg1.5.x
  'ie7_win_explain' => 'If you use Internet Explorer 7 on Windows, you can add a navigation pop-up to your Links toolbar or you can add it to your favorites and clicking on it you can see our bar displayed as a pop-up window by right-clicking %shere%s and selecting "Add to favorites" from the context menu. In previous versions of IE, it was possible to add an actual side bar, but in IE7 you can not accomplish this without applying complicated registry hacks. It is recommended to use another browser if you want to use an actual sidebar.', // cpg1.5.x
  'opera' => 'Opera 6 and above', // cpg1.5.x
  'opera_explain' => 'If you are using Opera, you can %sclick on this link to add our sidebar to your set%s. Tick "Show in panel" then. You can uninstall the sidebar by right clicking on it\'s tab and choosing "Delete" from the context menu.', // cpg1.5.x
  'additional_options' => 'Additional options', // cpg1.5.x
  'additional_options_explain' => 'If you have another browser than the one mentioned above, then click %shere%s to display all possible sidebar options.', // cpg1.5.x
  'cannot_add_sidebar' => 'Sidebar cannot be added! Your browser does not support this method!', // cpg1.5.x //JS-alert
  'search' => 'Search', // cpg1.5.x
  'reload' => 'Reload', // cpg1.5.x
);


// ------------------------------------------------------------------------- //
// File search.php                                                           //
// ------------------------------------------------------------------------- //


if (defined('SEARCH_PHP')){

$lang_search_php = array(
  'title' => 'Search the file collection',
  'submit_search' => 'search',
  'keyword_list_title' => 'Keyword list',
  'keyword_msg' => 'The above list is not all inclusive. It does not include words from photo titles or descriptions. Try a full-text search.',
  'edit_keywords' => 'Edit keywords',
  'search in' => 'Search in:',
  'ip_address' => 'IP address',
  'fields' => 'Search in',
  'age' => 'Age',
  'newer_than' => 'Newer than',
  'older_than' => 'Older than',
  'days' => 'days',
  'all_words' => 'Match all words (AND)',
  'any_words' => 'Match any words (OR)',
);

}

// ------------------------------------------------------------------------- //
// File searchnew.php
// ------------------------------------------------------------------------- //

if (defined('SEARCHNEW_PHP')) $lang_search_new_php = array(
  'page_title' => 'Search new files',
  'select_dir' => 'Select directory',
  'select_dir_msg' => 'This function allows you to add a batch of files that your have uploaded to your server by FTP.<br /><br />Select the directory where you have uploaded your files.',
  'no_pic_to_add' => 'There is no file to add',
  'need_one_album' => 'You need at least one album to use this function',
  'warning' => 'Warning',
  'change_perm' => 'the script can\'t write in this directory, you need to change its mode to 755 or 777 before trying to add the files !',
  'target_album' => '<b>Put files of &quot;</b>%s<b>&quot; into </b>%s',
  'folder' => 'Folder',
  'image' => 'file',
  'result' => 'Result',
  'dir_ro' => 'Not writable. ',
  'dir_cant_read' => 'Not readable. ',
  'insert' => 'Adding new files to the gallery',
  'list_new_pic' => 'List of new files',
  'insert_selected' => 'Insert selected files',
  'no_pic_found' => 'No new file was found',
  'be_patient' => 'Please be patient, the script needs time to add the files',
  'no_album' => 'no album selected',
  'result_icon' => 'click for details or to reload',
  'notes' =>  '<ul>'.
                                                  '<li><b>OK</b>: means that the file was succesfully added'.
                                                  '<li><b>DP</b>: means that the file is a duplicate and is already in the database'.
                                                  '<li><b>PB</b>: means that the file could not be added, check your configuration and the permission of directories where the files are located'.
                                                  '<li><b>NA</b>: means that you haven\'t selected an album the files should go to, hit \'<a href="javascript:history.back(1)">back</a>\' and select an album. If you don\'t have an album <a href="albmgr.php">create one first</a></li>'.
                                                  '<li>If the OK, DP, PB \'signs\' does not appear click on the broken file to see any error message produced by PHP'.
                                                  '<li>If your browser timeouts, hit the reload button'.
                          '</ul>',
  'select_album' => 'select album',
  'check_all' => 'Check All',
  'uncheck_all' => 'Uncheck All',
  'no_folders' => 'There are no folders inside the "albums" folder yet. Make sure to create at least one custom folder within "albums" folder and ftp-upload your files there. You mustn\'t upload to the "userpics" nor "edit" folders, they are reserved for http uploads and internal purposes.',
   'albums_no_category' => 'Albums with no category', // album pulldown mod, added by frogfoot
  'personal_albums' => '* Personal albums', // album pulldown mod, added by frogfoot
  'browse_batch_add' => 'Browsable interface', //cpg1.5
  'display_thumbs_batch_add' => 'Display preview thumbnails', //cpg1.5
  'edit_pics' => 'Edit files',
  'edit_properties' => 'Album properties',
  'view_thumbs' => 'Thumbnail view',
  'add_more_folder' => 'Batch-add more files from the folder %s', //cpg1.5
);

// ------------------------------------------------------------------------- //
//File send_activation.php
// ------------------------------------------------------------------------- //

if (defined('SEND_ACTIVATION_PHP')) $lang_send_activation_php = array(
  'err_already_logged_in' => 'You are already logged in !', //cpg1.5
  'activation_not_required' => 'This website does not require activation by email', //cpg1.5
  'err_unk_user' => 'Selected user does not exist!', //cpg1.5
  'resend_act_link' => 'Resend activation link', //cpg1.5
  'enter_email' => 'Enter your email address', //cpg1.5
  'submit' => 'Go', //cpg1.5
  'failed_sending_email' => 'Failed to send email with activation link', //cpg1.5
  'activation_email_sent' => 'An email with activation link sent to %s. Please check your email to complete the process', //cpg1.5
);

// ------------------------------------------------------------------------- //
// File stat_details.php
// ------------------------------------------------------------------------- //

if (defined('STAT_DETAILS_PHP')) $lang_stat_details_php = array(
  'show_hide' => 'show/hide this column',
  'title' => 'Statistic details', //cpg1.5
  'vote' => 'Vote Details',
  'hits' => 'Hit Details',
  'stats' => 'Vote Statistics',
  'users' => 'User Statistics',
  'sdate' => 'Date',
  'rating' => 'Rating',
  'search_phrase' => 'Search phrase',
  'referer' => 'Referer',
  'browser' => 'Browser',
  'os' => 'Operating System',
  'ip' => 'IP',
  'uid' => 'User', //cpg1.5
  'sort_by_xxx' => 'Sort by %s',
  'ascending' => 'ascending',
  'descending' => 'descending',
  'internal' => 'int',
  'close' => 'close',
  'hide_internal_referers' => 'hide internal referers',
  'date_display' => 'Date display',
  'records_per_page' => 'records per page',
  'submit' => 'submit / refresh',
  'overall_stats' => 'Overall Statistics', //cpg1.5
  'stats_by_os' => 'Stats by operating systems', //cpg1.5
  'number_of_hits' => 'Number of hits', //cpg1.5
  'total' => 'Total', //cpg1.5
  'stats_by_browser' => 'Stats by browser', //cpg1.5
  'overall_stats_config' => 'Overall stats configuration', //cpg1.5
  'hit_details'  => 'Keep detailed hit statistics', //cpg1.5
  'hit_details_explanation'  => 'Keep detailed hit statistics', //cpg1.5
  'vote_details'  => 'Keep detailed voting statistics', //cpg1.5
  'vote_details_explanation'  => 'Keep detailed voting statistics', //cpg1.5
  'empty_hits_table'  => 'Empty all hit stats', //cpg1.5
  'empty_hits_table_confirm'  => 'Are you absolutely sure that you want to delete ALL hit stat records for your ENTIRE gallery? This can not be undone!', //cpg1.5 //JS-Alert
  'empty_votes_table'  => 'Empty all voting stats', //cpg1.5
  'empty_votes_table_confirm'  => 'Are you absolutely sure that you want to delete ALL voting records for your ENTIRE gallery? This can not be undone!', //cpg1.5 //JS-Alert
  'submit'  => 'Submit', //cpg1.5
  'upd_success' => 'Coppermine configuration was updated', //cpg1.5
  'votes' => 'votes', //cpg1.5
  'reset_votes_individual' => 'Reset selected vote(s)', //cpg1.5
  'reset_votes_individual_confirm' => 'Are you sure that you want to delete the selected votes? This can not be undone!', //cpg1.5
  'fullscreen' => 'Display this page in fullscreen mode', //cpg1.5
  'back_to_intermediate' => 'Back to intermediate file view', //cpg1.5
  'records_on_page' => '%s records on %s page(s)', //cpg1.5
  'guest' => 'Guest', //cpg1.5
);

// ------------------------------------------------------------------------- //
// File thumbnails.php
// ------------------------------------------------------------------------- //

// Void

// ------------------------------------------------------------------------- //
// File upload.php
// ------------------------------------------------------------------------- //

if (defined('UPLOAD_PHP')) $lang_upload_php = array(
  'title' => 'Upload file',
  'custom_title' => 'Customized Request Form',
  'cust_instr_1' => 'You may select a customized number of upload boxes. However, you may not select more than the limits listed below.',
  'cust_instr_2' => 'Box Number Requests',
  'cust_instr_3' => 'File upload boxes: %s',
  'cust_instr_4' => 'URI/URL upload boxes: %s',
  'cust_instr_5' => 'URI/URL upload boxes:',
  'cust_instr_6' => 'File upload boxes:',
  'cust_instr_7' => 'Please enter the number of each type of upload box you desire at this time.  Then click \'Continue\'. ',
  'reg_instr_1' => 'Invalid action for form creation.',
  'reg_instr_2' => 'Now you may upload your files using the upload boxes below. The size of files uploaded from your client to the server should not exceed %s KB each. ZIP files uploaded in the \'File Upload\' and \'URI/URL Upload\' sections will remain compressed.',
  'reg_instr_3' => 'If you want the zipped file or archive to be decompressed, you must use the file upload box provided in the \'Decompressive ZIP Upload\' area.',
  'reg_instr_4' => 'When using the URI/URL upload section, please enter the path to the file like so: http://www.mysite.com/images/example.jpg',
  'reg_instr_5' => 'When you have completed the form, please click \'Continue\'.',
  'reg_instr_6' => 'Decompressive ZIP Uploads:',
  'reg_instr_7' => 'File Uploads:',
  'reg_instr_8' => 'URI/URL Uploads:',
  'error_report' => 'Error Report',
  'error_instr' => 'The following uploads encountered errors:',
  'file_name_url' => 'File Name/URL',
  'error_message' => 'Error Message',
  'no_post' => 'File not uploaded by POST.',
  'forb_ext' => 'Forbidden file extension.',
  'exc_php_ini' => 'Exceeded filesize allowed in php.ini.',
  'exc_file_size' => 'Exceeded filesize permitted by CPG.',
  'partial_upload' => 'Only a partial upload.',
  'no_upload' => 'No upload occurred.',
  'unknown_code' => 'Unknown PHP upload error code.',
  'no_temp_name' => 'No upload - No temp name.',
  'no_file_size' => 'Contains no data/Corrupted',
  'impossible' => 'Impossible to move.',
  'not_image' => 'Not an image/corrupt',
  'not_GD' => 'Not a GD extension.',
  'pixel_allowance' => 'The height and or width of the uploaded picture is more than that allowed by the gallery config.',
  'incorrect_prefix' => 'Incorrect URI/URL prefix',
  'could_not_open_URI' => 'Could not open URI.',
  'unsafe_URI' => 'Safety not verifiable.',
  'meta_data_failure' => 'Meta data failure',
  'http_401' => '401 Unauthorized',
  'http_402' => '402 Payment Required',
  'http_403' => '403 Forbidden',
  'http_404' => '404 Not Found',
  'http_500' => '500 Internal Server Error',
  'http_503' => '503 Service Unavailable',
  'MIME_extraction_failure' => 'MIME could not be determined.',
  'MIME_type_unknown' => 'Unknown MIME type',
  'cant_create_write' => 'Cannot create write file.',
  'not_writable' => 'Cannot write to write file.',
  'cant_read_URI' => 'Cannot read URI/URL',
  'cant_open_write_file' => 'Cannot open URI write file.',
  'cant_write_write_file' => 'Cannot write to URI write file.',
  'cant_unzip' => 'Cannot unzip.',
  'unknown' => 'Unknown error',
  'succ' => 'Successful Uploads',
  'success' => '%s uploads were successful.',
  'add' => 'Please click \'Continue\' to add the files to albums.',
  'failure' => 'Upload Failure',
  'f_info' => 'File Information',
  'no_place' => 'The previous file could not be placed.',
  'yes_place' => 'The previous file was placed successfully.',
  'max_fsize' => 'Maximum allowed file size is %s KB',
  'picture' => 'File',
  'pic_title' => 'File title',
  'description' => 'File description',
  'keywords_sel' =>'Select a Keyword',
  'err_no_alb_uploadables' => 'Sorry there is no album where you are allowed to upload files',
  'place_instr_1' => 'Please place the files in albums at this time.  You may also enter relevant information about each file now.',
  'place_instr_2' => 'More files need placement. Please click \'Continue\'.',
  'process_complete' => 'You have successfully placed all the files.',
   'albums_no_category' => 'Albums with no category',
  'personal_albums' => '* Personal albums',
  'select_album' => 'Select album',
  'close' => 'Close',
  'no_keywords' => 'Sorry, no keywords available!',
  'regenerate_dictionary' => 'Regenerate Dictionary',
);

// ------------------------------------------------------------------------- //
// File usermgr.php
// ------------------------------------------------------------------------- //

if (defined('USERMGR_PHP')) {
$lang_usermgr_php = array(
  'memberlist' => 'Memberlist',
  'user_manager' => 'User manager',
  'title' => 'Manage users',
  'name_a' => 'Name ascending',
  'name_d' => 'Name descending',
  'group_a' => 'Group ascending',
  'group_d' => 'Group descending',
  'reg_a' => 'Reg date ascending',
  'reg_d' => 'Reg date descending',
  'pic_a' => 'File count ascending',
  'pic_d' => 'File count descending',
  'disku_a' => 'Disk usage ascending',
  'disku_d' => 'Disk usage descending',
  'lv_a' => 'Last visit ascending',
  'lv_d' => 'Last visit descending',
  'sort_by' => 'Sort users by',
  'err_no_users' => 'User table is empty !',
  'err_edit_self' => 'You can\'t edit your own profile, use the \'My profile\' link for that',
  'edit' => 'Edit',
  'with_selected' => 'With selected:',
  'delete' => 'Delete',
  'delete_files_no' => 'keep public files (but anonymize)',
  'delete_files_yes' => 'delete public files as well',
  'delete_comments_no' => 'keep comments (but anonymize)',
  'delete_comments_yes' => 'delete comments as well',
  'activate' => 'Activate',
  'deactivate' => 'Deactivate',
  'reset_password' => 'Reset Password',
  'change_primary_membergroup' => 'Change primary membergroup',
  'add_secondary_membergroup' => 'Add secondary membergroup',
  'name' => 'User name',
  'group' => 'Group',
  'inactive' => 'Inactive',
  'operations' => 'Operations',
  'pictures' => 'Files',
  'disk_space_used' => 'Space used',
  'disk_space_quota' => 'Space Quota',
  'registered_on' => 'Registration',
  'last_visit' => 'Last Visit',
  'u_user_on_p_pages' => '%d users on %d page(s)',
  'confirm_del' => 'Are you sure you want to DELETE this user ? \\nAll his files and albums will also be deleted.', //js-alert
  'mail' => 'MAIL',
  'err_unknown_user' => 'Selected user does not exist !',
  'modify_user' => 'Modify user',
  'notes' => 'Notes',
  'note_list' => '<li>If you don\'t want to change the current password, leave the "password" field blank',
  'password' => 'Password',
  'user_active' => 'User is active',
  'user_group' => 'User group',
  'user_email' => 'User email',
  'user_web_site' => 'User web site',
  'create_new_user' => 'Create new user',
  'user_location' => 'User location',
  'user_interests' => 'User interests',
  'user_occupation' => 'User occupation',
  'user_profile1' => '$user_profile1',
  'user_profile2' => '$user_profile2',
  'user_profile3' => '$user_profile3',
  'user_profile4' => '$user_profile4',
  'user_profile5' => '$user_profile5',
  'user_profile6' => '$user_profile6',
  'latest_upload' => 'Recent uploads',
  'never' => 'never',
  'search' => 'User search',
  'submit' => 'Submit',
  'search_submit' => 'Go!',
  'search_result' => 'Search results for: ',
  'alert_no_selection' => 'You have to select at least one user first!', //js-alert
  'password' => 'password',
  'select_group' => 'Select group',
  'groups_alb_access' => 'Album permissions by group',
  'category' => 'Category',
  'modify' => 'Modify?',
  'group_no_access' => 'This group has no special access',
  'notice' => 'Notice',
  'group_can_access' => 'Album(s) that only "%s" can access',
  'send_login_data' => 'Send login data to this user (Password will be sent in email)', //cpg1.5
  'send_login_email_subject' => 'Your new account information', //cpg1.5
  'failed_sending_email' => 'The login data email can\'t be sent!', //cpg1.5
);

$lang_send_login_data_email = <<<EOT
A new account has been created for you at {SITE_NAME}.

You can now log in at <a href="{SITE_LINK}">{SITE_LINK}</a> using the username "{USER_NAME}" and password "{USER_PASS}"


Regards,

The management of {SITE_NAME}

EOT;
}
// ------------------------------------------------------------------------- //
// File util.php
// ------------------------------------------------------------------------- //

if (defined('UTIL_PHP')) {
$lang_util_desc_php = array(
'Updates titles from filename',
'Deletes titles',
'Rebuilds thumbnails and resized photos',
'Deletes original sized photos replacing them with the resized version',
'Deletes original or intermediate size photos to free webspace',
'Deletes files that are older than a set number of days', //cpg1.5
'Deletes orphaned comments',
'Re-reads file sizes and dimensions (if you manually edited pics)',
'Resets views counter',
);
$lang_util_php = array(
  'title' => 'Admin tools',  //cpg1.5
  'what_it_does' => 'What it does',
  'file' => 'File',
  'problem' => 'Problem',
  'status' => 'Status',
  'title_set_to' => 'title set to',
  'submit_form' => 'submit',
  'updated_succesfully' => 'updated succesfully',
  'error_create' => 'ERROR creating',
  'continue' => 'Process more images',
  'main_success' => 'The file %s was successfully used as main file',
  'error_rename' => 'Error renaming %s to %s',
  'error_not_found' => 'The file %s was not found',
  'back' => 'back to Admin tools start', // cpg1.5
  'thumbs_wait' => 'Updating thumbnails and/or resized images, please wait...',
  'thumbs_continue_wait' => 'Continuing to update thumbnails and/or resized images...',
  'titles_wait' => 'Updating titles, please wait...',
  'delete_wait' => 'Deleting titles, please wait...',
  'replace_wait' => 'Deleting originals and replacing them with resized images, please wait..',
  'instruction' => 'Quick instructions',
  'instruction_action' => 'Select action',
  'instruction_parameter' => 'Set parameters',
  'instruction_album' => 'Select album',
  'instruction_press' => 'Press %s',
  'update' => 'Update thumbs and/or resized photos',
  'update_what' => 'What should be updated',
  'update_thumb' => 'Only thumbnails',
  'update_pic' => 'Only resized pictures',
  'update_both' => 'Both thumbnails and resized pictures',
  'update_number' => 'Number of processed images per click',
  'update_option' => '(Try setting this option lower if you experience timeout problems)',
  'filename_title' => 'Filename &rArr; File title',
  'filename_how' => 'How should the filename be modified',
  'filename_remove' => 'Remove the .jpg ending and replace _ (underscore) with spaces',
  'filename_euro' => 'Change 2003_11_23_13_20_20.jpg to 23/11/2003 13:20',
  'filename_us' => 'Change 2003_11_23_13_20_20.jpg to 11/23/2003 13:20',
  'filename_time' => 'Change 2003_11_23_13_20_20.jpg to 13:20',
  'delete' => 'Delete file titles or original size photos',
  'delete_title' => 'Delete file titles',
  'delete_title_explanation' => 'This will remove all titles on files in the album you specify.',
  'delete_original' => 'Delete original size photos',
  'delete_original_explanation' => 'This will remove the full sized pictures.',
  'delete_intermediate' => 'Delete intermediate pictures',
  'delete_intermediate_explanation' => 'This will delete intermediate (normal) pictures.<br />Use this to free up disk space if you have disabled \'Create intermediate pictures\' in config after adding pictures.',
  'delete_replace' => 'Deletes the original images replacing them with the sized versions',
  'titles_deleted' => 'All titles in specified album removed',
  'deleting_intermediates' => 'Deleting intermediate images, please wait...',
  'searching_orphans' => 'Searching for orphans, please wait...',
  'select_album' => 'Select album',
  'delete_orphans' => 'Delete comments on missing files',
  'delete_orphans_explanation' => 'This will identify and allow you to delete any comments associated with files no longer in the gallery.<br />Checks all albums.',
  'update_full_normal_thumb' => 'Everything... full sized, resized and thumbs', // cpg1.5
  'update_full_normal' => 'Both resized and full sized (if a orig copy is available)', // cpg1.5
  'update_full' => 'Just full sized (if a orig copy is available)',// cpg1.5
  'delete_back' => 'Delete original image backup (watermark mod)', // cpg1.5
  'delete_back_explanation' => 'This will delete the backup image. You will save some disk space but not be able anymore to undo the watermark!!! After that the watermark will be permanent', // cpg1.5
  'finished' => '<br />Finished updating thumbs/ images!<br />', // cpg1.5
  'autorefresh' => ' Auto refresh (no need to click continue button anymore)<br /><br />', // cpg1.5
  'refresh_db' => 'Reload file dimensions and size information',
  'refresh_db_explanation' => 'This will re-read file sizes and dimensions. Use this if quota\'s are incorrect or you have changed the files manually.',
  'reset_views' => 'Reset view counters',
  'reset_views_explanation' => 'Sets all file view counts to zero in the album specified.',
  'reset_succes' => 'Reset successful', // cpg1.5
  'orphan_comment' => 'orphan comments found',
  'delete' => 'Delete',
  'delete_all' => 'Delete all',
  'delete_all_orphans' => 'Delete all orphans?',
  'comment' => 'Comment: ',
  'nonexist' => 'attached to non existant file # ',
  'delete_old' => 'Delete files that are older than a set number of days',  // cpg1.5
  'delete_old_explanation' => 'This will delete files that are older than the number of days you specify (normal, intermediate, thumbnails). Use this feature to free up disk space.',  // cpg1.5
  'delete_old_warning' => 'Warning: the files you specify will be deleted for good without further warnings!',  // cpg1.5
  'deleting_old' => 'Deleting older images, please wait...',  // cpg1.5
  'older_than' => 'Delete files older than %s days',  // cpg1.5
  'del_orig' => 'The original file %s was successfully deleted',  // cpg1.5
  'del_intermediate' => 'The intermediate image %s was successfully deleted',  // cpg1.5
  'del_thumb' => 'The thumbnail %s was successfully deleted',  // cpg1.5
  'del_error' => 'Error deleting %s !',  // cpg1.5
  'affected_records' => '%s affected records.', // cpg1.5
  'all_albums' => 'All Albums', // cpg1.5
  'update_result' => 'Update results', //cpg1.5
  'incorrect_filesize' => 'Total filesize is incorrect', // cpg1.5
  'database' => 'Database: ', // cpg1.5
  'bytes' => ' bytes', // cpg1.5
  'actual' => ' Actual: ', // cpg1.5
  'updated' => 'Updated', // cpg1.5
  'update_failed' => 'Update failed.', // cpg1.5
  'filesize_error' => 'Could not obtain file size (may be invalid file), skipping....', // cpg1.5
  'skipped' => 'Skipped', // cpg1.5
  'incorrect_dimension' => 'Dimensions are incorrect', // cpg1.5
  'dimension_error' => 'Could not obtain dimension info, skipping....', // cpg1.5
  'cannot_fix' => 'Cannot fix', // cpg1.5
  'fullpic_error' => 'File %s does not exist!', // cpg1.5
  'no_prob_detect' => 'No problems detected', // cpg1.5
  'no_prob_found' => 'No problems were found.', // cpg1.5
);
}

// ------------------------------------------------------------------------- //
// File versioncheck.php
// ------------------------------------------------------------------------- //

if (defined('VERSIONCHECK_PHP')) $lang_versioncheck_php = array(
  'title' => 'Versioncheck',
  'file' => 'file',
  'folder' => 'folder',
  'ok' => 'OK',
  'outdated' => 'outdated',
  'newer' => 'newer',
  'modified' => 'modified',
  'needs_change' => 'needs change',
  'review_permissions' => 'Review Permissions',
  'review_version' => 'File may be outdated',
  'review_modified' => 'File may be corrupt',
  'review_missing' => '%s missing or inaccessible',
  'counter' => 'Counter',
  'type' => 'Type',
  'path' => 'Path',
  'missing' => 'Missing',
  'permissions' => 'Permissions',
  'version' => 'Version',
  'revision' => 'Revision',
  'modified' => 'Modified',
  'comment' => 'Comment',
  'help' => 'Help',
  'repository_link' => 'Repository link',
  'browse_corresponding_page_subversion' => 'Browse page corresponding to this file in the project\'s subversion repository',
  'mandatory' => 'mandatory',
  'optional' => 'optional',
  'options' => 'Options',
  'display_output' => 'Display output',
  'on_screen' => 'On Screen',
  'text_only' => 'Text-only',
  'download' => 'Download',
  'errors_only' => 'Only show potential errors',
  'display_images' => 'Display images',
  'do_not_connect_to_online_repository' => 'Do not connect to the online repository',
  'submit' => 'submit / refresh',
);

// ------------------------------------------------------------------------- //
// File view_log.php
// ------------------------------------------------------------------------- //

if (defined('VIEWLOG_PHP')) $lang_viewlog_php = array(
  'delete_all' => 'Delete All Logs',
  'delete_this' => 'Delete This Log',
  'view_logs' => 'View Logs',
  'no_logs' => 'No logs created.',
);


// ------------------------------------------------------------------------- //
// File xp_publish.php
// ------------------------------------------------------------------------- //

if (defined('XP_PUBLISH_PHP')) {

$lang_xp_publish_client = <<<EOT
<h1>XP Web Publishing Wizard Client</h1><p>This module allows to use <b>Windows XP</b> web publishing wizard with Coppermine.</p><p>Code is based on article posted by
EOT;

$lang_xp_publish_required = <<<EOT
<h2>What is required</h2><ul><li>Windows XP in order to have the wizard.</li><li>A working installation of Coppermine on which <b>the web upload function works properly.</b></li></ul><h2>How to install on client side</h2><ul><li>Right click on
EOT;

$lang_xp_publish_select = <<<EOT
Select &quot;save target as..&quot;. Save the file on your hard drive. When saving the file, check that the proposed file name is <b>cpg_###.reg</b> (the ### represents a numerical timestamp). Change it to that name if necessary (leave the numbers). When downloaded, double click on the file in order to register your server with the web publishing wizard.</li></ul>
EOT;

$lang_xp_publish_testing = <<<EOT
<h2>Testing</h2><ul><li>In Windows Explorer, select some files and click on <b>Publish xxx on the web</b> in the left pane.</li><li>Confirm your file selection. Click on <b>Next</b>.</li><li>In the list of services that appear, select the one for your photo gallery (it has the name of your gallery). If the service does not appear, check that you have installed <b>cpg_pub_wizard.reg</b> as described above.</li><li>Input your login information if required.</li><li>Select the target album for your pictures or create a new one.</li><li>Click on <b>next</b>. The upload of your pictures starts.</li><li>When it is completed, check your gallery to see if pictures have been properly added.</li></ul>
EOT;

$lang_xp_publish_notes = <<<EOT
<h2>Notes :</h2><ul><li>Once the upload has started, the wizard can't display any error message returned by the script so you can't know if the upload failed or succeeded until you check your gallery.</li><li>If the upload fails, enable &quot;Debug mode&quot; on the Coppermine admin page, try with one single picture and check error messages in the
EOT;

$lang_xp_publish_flood = <<<EOT
file that is located in Coppermine directory on your server.</li><li>In order to avoid that the gallery be <i>flooded</i> by pictures uploaded through the wizard, only the <b>gallery admins</b> and <b>users that can have their own albums</b> can use this feature.</li>
EOT;



$lang_xp_publish_php = array(
  'title' => 'Coppermine - XP Web Publishing Wizard',
  'welcome' => 'Welcome <b>%s</b>,',
  'need_login' => 'You need to login to the gallery using your web browser before you can use this wizard.<p/><p>When you login don\'t forget to select the <b>remember me</b> option if it is present.',
  'no_alb' => 'Sorry but there is no album where you are allowed to upload pictures with this wizard.',
  'upload' => 'Upload your pictures into an existing album',
  'create_new' => 'Create a new album for your pictures',
  'category' => 'Category',
  'new_alb_created' => 'Your new album &quot;<b>%s</b>&quot; was created.',
  'continue' => 'Press &quot;Next&quot; to start to upload your pictures',
  'link' => 'this link',
);
}
?>