|
From: <gbr...@us...> - 2004-01-06 16:51:09
|
Update of /cvsroot/phpwebsite-comm/modules/jobman/conf
In directory sc8-pr-cvs1:/tmp/cvs-serv8597/conf
Modified Files:
help.php
Log Message:
Adding French translation, including help
Index: help.php
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/jobman/conf/help.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** help.php 24 Sep 2003 23:38:53 -0000 1.4
--- help.php 6 Jan 2004 16:50:31 -0000 1.5
***************
*** 13,38 ****
/* help for Add Position Listing button */
$jmAddPosition = $_SESSION['translate']->it("Add Position Listing");
! $jmAddPosition_content = "Click this button to add a position listing by filling in a form. You can choose to hide the listing until the position is available.";
! /* and so on... */
$jmAddMenuLink = $_SESSION['translate']->it("Create Menu Link");
! $jmAddMenuLink_content = "Click this button to create a menu item that links to (displays) this listing of available positions.";
$jmPosition = $_SESSION['translate']->it("Position");
! $jmPosition_content = "Enter the position title here.";
$jmStatus = $_SESSION['translate']->it("Status");
! $jmStatus_content = "Enter the position status (e.g., full-time, part-time) here.";
$jmHours = $_SESSION['translate']->it("Hours");
! $jmHours_content = "Enter the hours per week (e.g, 40) here.";
$jmDateAvailable = $_SESSION['translate']->it("Date Available");
! $jmDateAvailable_content = "Enter the date the position is available to be filled.";
$jmContact = $_SESSION['translate']->it("Contact");
! $jmContact_content = "Enter the person to contact for more information or to apply. Include email address if appropriate (HTML allowed and encouraged).";
$jmDescription = $_SESSION['translate']->it("Description");
! $jmDescription_content = "Enter a description of the position (e.g., duties, responsibilities, reporting, etc.) here.";
$jmQualifications = $_SESSION['translate']->it("Qualifications");
! $jmQualifications_content = "Enter the qualifications required of an applicant for the position. Include desirable qualifications if any.";
$jmCategory = $_SESSION['translate']->it("Category");
! $jmCategory_content = "Choose one or more categories that best fit this position.";
$smViewAll = $_SESSION['translate']->it("View All");
! $smViewAll_content = "Click this button to view all positions available at once.";
?>
--- 13,48 ----
/* help for Add Position Listing button */
$jmAddPosition = $_SESSION['translate']->it("Add Position Listing");
! $jmAddPosition_content = $_SESSION['translate']->it("Click this button to add a position listing by filling in a form. You can choose to hide the listing until the position is available.");
!
$jmAddMenuLink = $_SESSION['translate']->it("Create Menu Link");
! $jmAddMenuLink_content = $_SESSION['translate']->it("Click this button to create a menu item that links to (displays) this listing of available positions.");
!
$jmPosition = $_SESSION['translate']->it("Position");
! $jmPosition_content = $_SESSION['translate']->it("Enter the position title here.");
!
$jmStatus = $_SESSION['translate']->it("Status");
! $jmStatus_content = $_SESSION['translate']->it("Enter the position status (e.g., full-time, part-time) here.");
!
$jmHours = $_SESSION['translate']->it("Hours");
! $jmHours_content = $_SESSION['translate']->it("Enter the hours per week (e.g, 40) here.");
!
$jmDateAvailable = $_SESSION['translate']->it("Date Available");
! $jmDateAvailable_content = $_SESSION['translate']->it("Enter the date the position is available to be filled.");
!
$jmContact = $_SESSION['translate']->it("Contact");
! $jmContact_content = $_SESSION['translate']->it("Enter the person to contact for more information or to apply. Include email address if appropriate (HTML allowed and encouraged).");
!
$jmDescription = $_SESSION['translate']->it("Description");
! $jmDescription_content = $_SESSION['translate']->it("Enter a description of the position (e.g., duties, responsibilities, reporting, etc.) here.");
!
$jmQualifications = $_SESSION['translate']->it("Qualifications");
! $jmQualifications_content = $_SESSION['translate']->it("Enter the qualifications required of an applicant for the position. Include desirable qualifications if any.");
!
$jmCategory = $_SESSION['translate']->it("Category");
! $jmCategory_content = $_SESSION['translate']->it("Choose one or more categories that best fit this position.");
!
$smViewAll = $_SESSION['translate']->it("View All");
! $smViewAll_content = $_SESSION['translate']->it("Click this button to view all positions available at once.");
?>
+
|