diff --git a/language/ar_SA/help/site_manager.html b/language/ar_SA/help/site_manager.html new file mode 100644 index 000000000..7005f567c --- /dev/null +++ b/language/ar_SA/help/site_manager.html @@ -0,0 +1,46 @@ +
Piwigo offers the possibility to use several servers to store the +photos which will compose your gallery. It can be useful if your gallery is +installed on a limited space and you have a huge quantity of images to +show.
+ +$conf['prefix_thumbnail'] or
+ $conf['use_exif'].There are 2 different synchronizations types : directories/files and file +metadata. Directories/files is about synchronizing your directories tree +with the album tree in the database. Metadata is about updating photos +informations such as filesize, dimensions in pixels, EXIF or IPTC +informations.
+ +The first synchronization must be the directories/files one.
+ +Synchronization process may take long (depending on your server load and the +quantity of elements to manage) so it is possible to do it album by album.
diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php index ff3d23b99..0948e8c38 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -793,5 +793,5 @@ $lang['WARNING! This plugin does not seem to be compatible with this version of $lang['Do you want to activate anyway?'] = 'Voulez-vous l\'activer quand même?'; $lang['THIS PLUGIN IS NOW PART OF PIWIGO CORE! DELETE IT NOW.'] = 'CE PLUGIN FAIT DÉSORMAIS PARTIE DU CORE DE PIWIGO! SUPPRIMEZ-LE.'; $lang['ERROR: THIS PLUGIN IS MISSING BUT IT IS INSTALLED! UNINSTALL IT NOW.'] = 'ERREUR: CE PLUGIN EST MANQUANT MAIS TOUJOURS INSTALLÉ! DÉSINSTALLEZ-LE.'; -$lang['display'] = 'Affichage'; +$lang['display'] = 'Afficher'; ?> \ No newline at end of file