mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-20 08:33:03 +02:00
[trunk] - language - add key - feature:2428
git-svn-id: http://piwigo.org/svn/trunk@12131 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -57,7 +57,7 @@ if (($conf['show_exif']) and (function_exists('read_exif_data')))
|
||||
if (count($exif) > 0)
|
||||
{
|
||||
$tpl_meta = array(
|
||||
'TITLE' => 'EXIF Metadata',
|
||||
'TITLE' => l10n('EXIF Metadata'),
|
||||
'lines' => array(),
|
||||
);
|
||||
|
||||
@@ -104,7 +104,7 @@ if ($conf['show_iptc'])
|
||||
if (count($iptc) > 0)
|
||||
{
|
||||
$tpl_meta = array(
|
||||
'TITLE' => 'IPTC Metadata',
|
||||
'TITLE' => l10n('IPTC Metadata'),
|
||||
'lines' => array(),
|
||||
);
|
||||
|
||||
|
||||
@@ -371,4 +371,7 @@ $lang['Username or email'] = 'Username or email';
|
||||
$lang['Change my password'] = 'Change my password';
|
||||
$lang['Enter your new password below.'] = 'Enter your new password below.';
|
||||
$lang['Reset Password'] = 'Reset Password';
|
||||
$lang['EXIF Metadata'] = 'EXIF Metadata';
|
||||
$lang['IPTC Metadata'] = 'IPTC Metadata';
|
||||
|
||||
?>
|
||||
@@ -370,4 +370,8 @@ $lang['Enter your new password below.'] = 'Entrez votre nouveau mot de passe ci-
|
||||
$lang['Author'] = 'Auteur';
|
||||
$lang['%d rates'] = '%d notes';
|
||||
$lang['Rating score'] = 'Score';
|
||||
$lang['Reset Password'] = 'Réinitialiser le mot de passe';
|
||||
$lang['EXIF Metadata'] = 'Données EXIF';
|
||||
$lang['IPTC Metadata'] = 'Données IPTC';
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user