Browsing French translation

4107 of 8870 results
4107.
To update your language packs via the command line.
You can:
1) Install or update langpacks by listing the languages by their code, e.g. de = German, fr = French:
sudo -u www-data php admin/cli/sync_langpacks.php -l=de,fr

This will make a backup of the existing language (if it already exists) into the dataroot langpacks_backup directory.

2) If you don't want to make backups, then add the -b=false flag:
sudo -u www-data php admin/cli/sync_langpacks.php -l=de,fr -b=false

3) If you need to rollback the backups, you can use the -r=true flag:
sudo -u www-data php admin/cli/sync_langpacks.php -l=de,fr -r=true

It will ignore trying to update the 'en' language as that is set within Mahara itself.
Context:
lang/en.utf8/admin.php cli_langpack_info
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
Gérer vos paquets de langue en ligne de commande,
Vous pouvez :
1) Installer ou mettre à jour vos paquets de langue en listant les langues désirées par leur code; par ex. : de = Allemand, fr = Français :
sudo -u www-data php admin/cli/sync_langpacks.php -l=de,fr

Cette commande va effectuer une sauvegarde des paquets existants sur votre installation (s'ils existent) et les placer dans le dossier langpacks_backup directory du dossier des donnés Mahara (dataroot).

2) Si vous ne désirez pas faire de sauvegarde préalable, ajoutez le paramètre -b=false à la commande :
sudo -u www-data php admin/cli/sync_langpacks.php -l=de,fr -b=false

3) Si vous désirez revenir à la version précédente sauvegardée de votre paquet de langue, ajoutez le paramètre -r=true à la commande :
sudo -u www-data php admin/cli/sync_langpacks.php -l=de,fr -r=true

La commande ignore la mise à jour du paquet de langue « en », puisque celui-ci est inclus directement dans le coeur de Mahara.
Translated and reviewed by Dominique-Alain JAN
Located in lang/en.utf8/admin.php cli_langpack_info
4107 of 8870 results

This translation is managed by Mahara French Translators, assigned by Mahara Translation Group.

You are not logged in. Please log in to work on translations.