From 6fe609ceb2ced7acd0bdc86ddae093ed79fb988c Mon Sep 17 00:00:00 2001 From: ddtddt Date: Sun, 10 Apr 2011 19:00:45 +0000 Subject: [branche 2.2] - add help ar_SA thanks to bakir git-svn-id: http://piwigo.org/svn/branches/2.2@10251 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/ar_SA/help/site_manager.html | 46 +++++++++++++++++++++++++++++++++++ language/ar_SA/help/synchronize.html | 12 +++++++++ language/fr_FR/admin.lang.php | 2 +- 3 files changed, 59 insertions(+), 1 deletion(-) create mode 100644 language/ar_SA/help/site_manager.html create mode 100644 language/ar_SA/help/synchronize.html 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 @@ +

Remote sites

+ +

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.

+ +
    + +
  1. edit file tools/create_listing_file_local.inc.php, + by modifying parameters section such as + $conf['prefix_thumbnail'] or + $conf['use_exif'].
  2. + +
  3. using ftp, place the files tools/create_listing_file.php + and tools/create_listing_file_local.inc.php (modified) + on your distant website, in the same directory as your album + directories (as the directory galleries of + this website). For example, let's say that you can access http://example.com/galleries/create_listing_file.php.
  4. + +
  5. go to administration panel » Tools » Site + manager. Ask to create a new site, for example http://example.com/galleries.
  6. + +
  7. a new remote site is registered. You can perform 4 actions : + +
      + +
    1. generate listing : launches a distant request to + generate a distant file listing
    2. + +
    3. synchronize : reads the distant listing.xml file and synchronizes with + database information
    4. + +
    5. clean : removes distant listing.xml file
    6. + +
    7. delete : deletes the site (and all related + albums and photos) in the database
    8. + +
    +
  8. +
+ 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 @@ +

Synchronize

+ +

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 -- cgit v1.2.3