<?php /* Language File */ $strWelcome = "Welcome to this new application and thanks for using MyDB 2 Framework." ; $strRemove = "Remove"; $strView = "View"; $strNewProjectTitle = "Create a new project" ; $strOpenProjectTitle = "Open an existing project"; $strEditProjectTitle = "Edit the current project configuration"; $strFTPSetupTitle = "Setup the FTP info to publish the project on a remote server"; $strDoSynchronisationTitle = "Start project synchronisation"; $strHelp = "Help and documentation"; $strNewProject = "New"; $strOpenProject = "Open"; $strEditProject = "Edit"; $strSetupFTP = "Setup"; $strDoFTP = "Do"; $strPackage = "Package"; $strProject = "Project"; $strHelp = "Help"; $strPublish = "Publish"; $strEditProjectMain = "Edit project"; $strPackageTitle = "Add / View / Remove packages"; $strSwitchToPagebuilder = "Switch to PageBuilder"; $strDocumenationFileNotFound = "Documentation file not found"; $strNoProjectsFound = "No Projects found, create a new one by clicking on the New Project Icon";