Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update FRENCH.lua #263

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions AUTOPLUG2/lang/FRENCH.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ FRENCH["MENU_PSVITA_CHECK_ONLINE_PLUGINS"] = "Vérifier les mises à jour
FRENCH["MENU_PSVITA_HD_PATCH"] = "Patchs HD et déverrouillage DLC"
FRENCH["MENU_PSVITA_AL_DLC_UNLOCKER"] = "DLC Alien Shooter"
FRENCH["NO_ALIENSHOOTER_GAMES"] = "Alien Shooter introuvable ou non installer"
FRENCH["MENU_PSVITA_MISCELLANEOUS"] = "Miscellaneous Plugins"
FRENCH["MENU_PSVITA_MISCELLANEOUS_DESC"] = "Available High-Def enhancer, DLC enabler & Server access plugins"
FRENCH["MENU_PSVITA_MISCELLANEOUS"] = "Divers plugins"
FRENCH["MENU_PSVITA_MISCELLANEOUS_DESC"] = "Améliorateur Haute Définition, activateur DLC et plugins d'accès au serveur"

FRENCH["MENU_PSVITA_CUSTOMIZE"] = "Personnaliser les plugins"
FRENCH["MENU_PSVITA_CUSTOMIZE_DESC"] = "Ici, vous pouvez personnaliser certains plugins que vous avez installés : Autoboot, Custom Warning, Custom Boot Splash, Quickmenu Plus, Trimpos."
Expand Down Expand Up @@ -71,6 +71,14 @@ FRENCH["INSTALL_P4G_HD_CHANGE"] = "Changer le GameID"
FRENCH["INSTALLING_P4G_HD_PATCH"] = "Installation du Patchs HD en cours..."

--LBP
FRENCH["NO_LBP_GAMES"] = "Little Big Planet introuvable ou non installer"
FRENCH["INSTALL_LBP_TITLE"] = "Serveur personnalisé Little Big Planet"
FRENCH["LBP_ALLEFRESHER_DESC"] = "Un ensemble de plugins CFW pour patcher les jeux Little Big Planet afin de permettre la connexion à des serveurs personnalisés."
FRENCH["LBP_ALLEFRESHER_ITLS"] = "Le plugin Little Big Planet nécessite l'installation d'iTLS"
FRENCH["INSTALL_LBP_360_365"] = "Allefresher ne fonctionne pas sur 3.67/3.68"
FRENCH["INSTALLING_LBP_PATCH"] = "Installation du correctif Allefresher"
FRENCH["INSTALLING_LBP_VERSION"] = "Le patch de Little Big Planet nécessite la version 1.22"
FRENCH["INSTALLING_LBP_VERSION_PBP"] = "Le patch de Little Big Planet nécessite la version 2.05"
FRENCH["NO_LBP_GAMES"] = "LittleBigPlanet not found"
FRENCH["INSTALL_LBP_TITLE"] = "LittleBigPlanet Custom Server"
FRENCH["LBP_ALLEFRESHER_DESC"] = "A set of CFW plugins for patching LittleBigPlanet games to allow connecting to custom servers."
Expand Down