diff options
Diffstat (limited to '')
-rw-r--r-- | language/ar_SA/help/site_manager.html | 46 | ||||
-rw-r--r-- | language/ar_SA/help/synchronize.html | 12 | ||||
-rw-r--r-- | language/fr_FR/admin.lang.php | 2 |
3 files changed, 59 insertions, 1 deletions
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 @@ +<h2>Remote sites</h2> + +<p>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.</p> + +<ol> + + <li>edit file <span class="filename">tools/create_listing_file_local.inc.php</span>, + by modifying parameters section such as + <code>$conf['prefix_thumbnail']</code> or + <code>$conf['use_exif']</code>.</li> + + <li>using ftp, place the files <span class="filename">tools/create_listing_file.php</span> + and <span class="filename">tools/create_listing_file_local.inc.php</span> (modified) + on your distant website, in the same directory as your album + directories (as the directory <span class="filename">galleries</span> of + this website). For example, let's say that you can access <span + class="filename">http://example.com/galleries/create_listing_file.php</span>.</li> + + <li>go to <span class="pwgScreen">administration panel » Tools » Site + manager</span>. Ask to create a new site, for example <span + class="filename">http://example.com/galleries</span>.</li> + + <li>a new remote site is registered. You can perform 4 actions : + + <ol> + + <li><strong>generate listing</strong> : launches a distant request to + generate a distant file listing</li> + + <li><strong>synchronize</strong> : reads the distant <span + class="filename">listing.xml</span> file and synchronizes with + database information</li> + + <li><strong>clean</strong> : removes distant <span + class="filename">listing.xml</span> file</li> + + <li><strong>delete</strong> : deletes the site (and all related + albums and photos) in the database</li> + + </ol> + </li> +</ol> + diff --git a/language/ar_SA/help/synchronize.html b/language/ar_SA/help/synchronize.html new file mode 100644 index 000000000..34da3d7c4 --- /dev/null +++ b/language/ar_SA/help/synchronize.html @@ -0,0 +1,12 @@ +<h2>Synchronize</h2> + +<p>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.</p> + +<p>The first synchronization must be the directories/files one.</p> + +<p>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.</p> 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 |