feature:2424

language keys added for UK and FR

git-svn-id: http://piwigo.org/svn/trunk@16527 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
flop25 2012-07-09 10:30:34 +00:00
commit d4bb085dd1
2 changed files with 8 additions and 0 deletions

View file

@ -262,6 +262,7 @@ $lang['Drag to re-order'] = "Click-and-drag to re-order";
$lang['Drop into album'] = 'Select an album';
$lang['Dump Database'] = 'Dump Database';
$lang['Duplicates'] = 'Duplicates';
$lang['Duplicate selected tags'] = 'Duplicate selected tags';
$lang['Edit album permissions'] = "Edit album permissions";
$lang['Edit album'] = "Edit album";
$lang['Edit photo information'] = "Edit photo information";
@ -443,6 +444,7 @@ $lang['Month'] = "Month";
$lang['Move albums'] = "Move albums";
$lang['Move'] = "Move";
$lang['Name'] = "Name";
$lang['Name of the duplicate'] = "Name of the duplicate";
$lang['New name'] = "New name";
$lang['New parent album'] = "New parent album";
$lang['New photos added'] = "New photos added";
@ -636,6 +638,7 @@ $lang['Site manager'] = "Site manager";
$lang['Some themes and plugins may be not available yet.'] = 'Some themes and plugins may be not available yet.';
$lang['Some upgrades are available for extensions.'] = 'Some upgrades are available for extensions.';
$lang['Start pLoader and add your photos.'] = 'Start pLoader and add your photos.';
$lang['Source tag'] = 'Source tag';
$lang['Start Upload'] = 'Start Upload';
$lang['Statistics'] = "Statistics";
$lang['Status of user "%s" updated'] = "User \"%s\" status updated";
@ -660,6 +663,7 @@ $lang['Synchronize metadata'] = "Synchronize metadata";
$lang['Synchronize'] = "Synchronize";
$lang['Tag "%s" already exists'] = "Tag \"%s\" already exists";
$lang['Tag "%s" was added'] = "Tag \"%s\" has been added";
$lang['Tag "%s" is now a duplicate of "%s"'] = "Tag \"%s\" is now a duplicate of \"%s\"";
$lang['Tag selection'] = "Tags selection";
$lang['Tags <em>%s</em> merged into tag <em>%s</em>'] = 'Tags <em>%s</em> merged into tag <em>%s</em>';
$lang['target'] = "target";

View file

@ -923,4 +923,8 @@ $lang['Sharpen'] = 'Renforcer la netteté';
$lang['Edit photo'] = 'Éditer la photo';
$lang['create a new site'] = 'créer un nouveau site';
$lang['No order field selected'] = 'Aucun critère de tri sélectionné';
$lang['Name of the duplicate'] = "Nom du duplicata";
$lang['Source tag'] = 'Tag source';
$lang['Tag "%s" is now a duplicate of "%s"'] = "Le tag \"%s\" est désormais une copie de \"%s\"";
$lang['Duplicate selected tags'] = 'Dupliquer les tags sélectionnés';
?>