Skip to content
This repository has been archived by the owner on Jun 20, 2018. It is now read-only.

Commit

Permalink
Added a new string for a new menu item.
Browse files Browse the repository at this point in the history
  • Loading branch information
cantrell committed Sep 18, 2012
1 parent ef14401 commit 79a9c5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions nls/fr/strings.js
Expand Up @@ -33,6 +33,7 @@ define({
"LOGIN_FAILED_DIALOG_TITLE" : "Connecter l'échec",
"LOGIN_FAILED_DIALOG_MESSAGE" : "Votre nom d'utilisateur ou mot de passe n'ont pas été reconnus.",
"LOGIN_SUCCESS_MESSAGE" : "Vos projets de PhoneGap sont répertoriés ci-dessous. Pour associer votre code avec un projet existant, faites un clic droit sur ​​votre projet et choisissez: ",
"OPEN_PANEL_MENU_ENTRY" : "Open PhoneGap Build Panel",
"LINK_PROJECT_MENU_ITEM" : "Associé avec un projet de PhoneGap Build",
"UNLINK_OPTION" : "Aucun (Dissocier projet)",
"LINK_DIALOG_TITLE" : "Projets de PhoneGap Build",
Expand Down
5 changes: 3 additions & 2 deletions nls/root/strings.js
Expand Up @@ -26,19 +26,20 @@

define({
"MENU_NAME" : "PhoneGap",
"COMMAND_NAME" : "View PhoneGap Build",
"COMMAND_NAME" : "PhoneGap Build",
"USERNAME_PLACEHOLDER" : "Username",
"PASSWORD_PLACEHOLDER" : "Password",
"LOGIN_BUTTON_LABEL" : "Login",
"LOGIN_FAILED_DIALOG_TITLE" : "Login Failed",
"LOGIN_FAILED_DIALOG_MESSAGE" : "Your username or password were not recognized.",
"LOGIN_SUCCESS_MESSAGE" : "Your existing PhoneGap Build projects are listed below. To associate your code with an existing project, open the PhoneGap menu and select: ",
"OPEN_PANEL_MENU_ENTRY" : "Open PhoneGap Build Panel",
"LINK_PROJECT_MENU_ITEM" : "Link with PhoneGap Build Project",
"UNLINK_OPTION" : "None (unlink project)",
"LINK_DIALOG_TITLE" : "PhoneGap Build Projects",
"LINK_DIALOG_INSTRUCTIONS" : "Select which PhoneGap Build project you would like to link to this directory.",
"LINK_SUCCESSFUL_MESSAGE" : "Project successfully linked. To push your code to the PhoneGap Build service, choose PhoneGap → ",
"PROJECT_NOT_LINKED_MESSAGE" : "You must first link your folder to an existing PhoneGap Build project. Right-click on your project folder and choose: ",
"PROJECT_NOT_LINKED_MESSAGE" : "You must first link your folder to an existing PhoneGap Build project. Open the PhoneGap menu and select: ",
"SEND_FILES_MENU_ENTRY" : "Send Files to PhoneGap Build",
"UPLOAD_CONFIRMATION_MESSAGE" : "Are you sure you want to overwrite your files on the server with the files from this directory?",
"REBUILD_LINK" : "Rebuild",
Expand Down

0 comments on commit 79a9c5b

Please sign in to comment.