correction in piwigo
This commit is contained in:
parent
63ebd87431
commit
97e74efd17
1 changed files with 13 additions and 13 deletions
|
@ -14,10 +14,10 @@ ln -s /etc/piwigo/database.inc.php piwigo/local/config/database.inc.php
|
||||||
ln -s /srv/piwigo/data piwigo/_data
|
ln -s /srv/piwigo/data piwigo/_data
|
||||||
ln -s /srv/piwigo/upload piwigo/upload
|
ln -s /srv/piwigo/upload piwigo/upload
|
||||||
ln -s /srv/piwigo/logs piwigo/logs
|
ln -s /srv/piwigo/logs piwigo/logs
|
||||||
cp $OLDPWD/piwigo/manual/postinstall/osmmap.php piwigo/
|
cp $IMAGE_DIR_RECIPIENT_IMAGE/postinstall/osmmap.php piwigo/
|
||||||
chmod 644 piwigo/osmmap.php
|
chmod 644 piwigo/osmmap.php
|
||||||
patch -p0 < $OLDPWD/piwigo/manual/postinstall/piwigo.patch
|
patch -p0 < $IMAGE_DIR_RECIPIENT_IMAGE/postinstall/piwigo.patch
|
||||||
cp $OLDPWD/piwigo/manual/postinstall/piwigo_cli.php piwigo/
|
cp $IMAGE_DIR_RECIPIENT_IMAGE/postinstall/piwigo_cli.php piwigo/
|
||||||
# Plugins
|
# Plugins
|
||||||
cd piwigo/plugins
|
cd piwigo/plugins
|
||||||
wget https://piwigo.org/ext/download.php?rid=7848 -O plugin.zip
|
wget https://piwigo.org/ext/download.php?rid=7848 -O plugin.zip
|
||||||
|
@ -42,16 +42,16 @@ wget https://piwigo.org/ext/download.php?rid=8160 -O plugin.zip
|
||||||
unzip plugin.zip
|
unzip plugin.zip
|
||||||
rm -f plugin.zip
|
rm -f plugin.zip
|
||||||
echo """<?php
|
echo """<?php
|
||||||
$lang['Edit photos'] = 'Editer les photos';
|
\$lang['Edit photos'] = 'Editer les photos';
|
||||||
$lang['Edit Photos'] = 'Editer les photos';
|
\$lang['Edit Photos'] = 'Editer les photos';
|
||||||
$lang['Edit your photos'] = 'Editer vos photos';
|
\$lang['Edit your photos'] = 'Editer vos photos';
|
||||||
$lang['Photos posted by %s'] = 'Photos postées par %s';
|
\$lang['Photos posted by %s'] = 'Photos postées par %s';
|
||||||
$lang['Photos posted by %s in album %s'] = 'Photos postées par %s dans l\'album %s';
|
\$lang['Photos posted by %s in album %s'] = 'Photos postées par %s dans l\'album %s';
|
||||||
$lang['Select at least one tag'] = 'Sélectionner au moins un tag';
|
\$lang['Select at least one tag'] = 'Sélectionner au moins un tag';
|
||||||
$lang['Select at least one photo'] = 'Sélectionner au moins une photo';
|
\$lang['Select at least one photo'] = 'Sélectionner au moins une photo';
|
||||||
$lang['No photo can be deleted'] = 'Aucune photo ne peut être supprimée';
|
\$lang['No photo can be deleted'] = 'Aucune photo ne peut être supprimée';
|
||||||
$lang['You need to confirm deletion'] = 'Vous devez confirmer la suppression';
|
\$lang['You need to confirm deletion'] = 'Vous devez confirmer la suppression';
|
||||||
$lang['No photo selected, no action possible.'] = 'Aucune photo sélectionnée, aucune action possible.';
|
\$lang['No photo selected, no action possible.'] = 'Aucune photo sélectionnée, aucune action possible.';
|
||||||
?>
|
?>
|
||||||
""" >> community/language/fr_FR/plugin.lang.php
|
""" >> community/language/fr_FR/plugin.lang.php
|
||||||
# embedded
|
# embedded
|
||||||
|
|
Loading…
Reference in a new issue