Add new translation functions.inc.php

Translate subject of information mail.
Notification mails are sent on the default language.
No mail is sent to the author witch are not done actions

git-svn-id: http://piwigo.org/svn/trunk@1908 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rub
2007-03-15 23:20:41 +00:00
parent d98c48bc6e
commit 6d2ea02a95
12 changed files with 258 additions and 123 deletions
+4
View File
@@ -578,4 +578,8 @@ $lang['conf_history_guest'] = 'Save page visits by guests';
$lang['conf_history_user'] = 'Save page visits by users';
$lang['conf_history_admin'] = 'Save page visits by administrators';
$lang['cat_options_title'] = 'Properties';
$lang['An information email was sent to group "%s"'] = 'An information email was sent to group "%s';
$lang['Send an information email to group members'] = 'Send an information email to group members';
$lang['Group'] = 'Group';
$lang['Come to visit %s'] = 'Come to visit %s';
?>
+18 -2
View File
@@ -4,8 +4,7 @@
// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
// +-----------------------------------------------------------------------+
// | branch : BSF (Best So Far)
// | file : $RCSfile$
// | file : $Id$
// | last update : $Date$
// | last modifier : $Author$
// | revision : $Revision$
@@ -615,4 +614,21 @@ $lang['w_month'] = 'Month';
$lang['yes'] = 'Yes';
$lang['page_end'] = 'Page bottom';
$lang['qsearch'] = 'Quick search';
$lang['Connected user: %s'] = 'Connected user: %s';
$lang['IP: %s'] = 'IP: %s';
$lang['Browser: %s'] = 'Browser: %s';
$lang['Author: %s'] = 'Author: %s';
$lang['Comment: %s'] = 'Comment: %s';
$lang['Delete: %s'] = 'Delete: %s';
$lang['Validate: %s'] = 'Validate: %s';
$lang['Comment by %s'] = 'Comment by %s';
$lang['User: %s'] = 'User: %s';
$lang['Email: %s'] = 'Email: %s';
$lang['Admin: %s'] = 'Admin: %s';
$lang['Registration of %s'] = 'Registration of %s';
$lang['Category: %s'] = 'Category: %s';
$lang['Picture name: %s'] = 'Picture name: %s';
$lang['Creation date: %s'] = 'Creation date: %s';
$lang['Waiting page: %s'] = 'Waiting page: %s';
$lang['Picture uploaded by %s'] = 'Picture uploaded by %s';
?>
+4
View File
@@ -577,4 +577,8 @@ $lang['conf_history_guest'] = 'Enregistrer les pages visit
$lang['conf_history_user'] = 'Enregistrer les pages visitées par les utilisateurs';
$lang['conf_history_admin'] = 'Enregistrer les pages visitées par les administrateurs';
$lang['cat_options_title'] = 'Propriétés';
$lang['An information email was sent to group "%s"'] = 'Un mail d\'informations a été envoyé aux membres du groupe';
$lang['Send an information email to group members'] = 'Envoyer un mail d\'informations aux membres d\'un groupe';
$lang['Group'] = 'Groupe';
$lang['Come to visit %s'] = 'Venez visiter %s';
?>
+18 -2
View File
@@ -4,8 +4,7 @@
// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
// +-----------------------------------------------------------------------+
// | branch : BSF (Best So Far)
// | file : $RCSfile$
// | file : $Id$
// | last update : $Date$
// | last modifier : $Author$
// | revision : $Revision$
@@ -615,4 +614,21 @@ $lang['w_month'] = 'Mois';
$lang['yes'] = 'Oui';
$lang['page_end'] = 'Bas de page';
$lang['qsearch'] = 'Recherche rapide';
$lang['Connected user: %s'] = 'Utilisateur connecté: %s';
$lang['IP: %s'] = 'IP: %s';
$lang['Browser: %s'] = 'Navigateur: %s';
$lang['Author: %s'] = 'Auteur: %s';
$lang['Comment: %s'] = 'Commentaire: %s';
$lang['Delete: %s'] = 'Suppression: %s';
$lang['Validate: %s'] = 'Validation: %s';
$lang['Comment by %s'] = 'Commentaire par %s';
$lang['User: %s'] = 'Utilisateur: %s';
$lang['Email: %s'] = 'Email: %s';
$lang['Admin: %s'] = 'Administration: %s';
$lang['Registration of %s'] = 'Enregistrement de %s';
$lang['Category: %s'] = 'Catégorie: %s';
$lang['Picture name: %s'] = 'Nom de l\'image: %s';
$lang['Creation date: %s'] = 'Date de création: %d';
$lang['Waiting page: %s'] = 'Page en attente: %s';
$lang['Picture uploaded by %s'] = 'Image téléchargée par %s';
?>