mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-10 02:33:02 +02:00
* Interface Update Update front end according to web design Completed the implementation of album manager * Added image delete mechanism * Update Validation * Added filters according to global mode Page is now fully translated from EN_uk to FR_fr Harmonized global and unit mode by creating a template for the filters TODO : Uncomment updateBlock calls in metaSync and implement tags update Uncomment pluginSave method and test it with an updated plugin --------- Co-authored-by: marsooooo <marso.tison@gmail.com>
This commit is contained in:
@@ -1356,4 +1356,15 @@ $lang['Core'] = 'Noyau';
|
||||
$lang['System Activities'] = 'Activités système';
|
||||
$lang['Shrink'] = 'Réduire';
|
||||
$lang['Expand'] = 'Agrandir';
|
||||
$lang['Image'] = "L'image";
|
||||
$lang['was succesfully deleted'] = 'a été supprimée avec succès';
|
||||
$lang['Who can see ?'] = 'Qui peut voir ?';
|
||||
$lang['level of confidentiality'] = 'niveau de confidentialité';
|
||||
$lang['You have unsaved changes'] = 'Changements non sauvegardés';
|
||||
$lang['Changes saved'] = 'Changements enregistrés';
|
||||
$lang['An error has occured'] = 'Une erreur est survenue';
|
||||
$lang['image(s) contains unsaved changes'] = 'image(s) ne sont pas sauvegardées';
|
||||
$lang['Pagination has changed and needs to be reloaded !'] = "La pagination a changée et nécessite d'être rechargée !";
|
||||
$lang['Metadata sync complete'] = 'Méta-données synchronisées';
|
||||
$lang['Save'] = 'Enregistrer';
|
||||
// Leave this line empty
|
||||
|
||||
Reference in New Issue
Block a user