[opw-web] Change "contract" to "agreement" in public strings



commit c2b5197c3540153159782065bd77aca8c3633499
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Wed May 13 15:41:01 2015 -0400

    Change "contract" to "agreement" in public strings

 lang/en-gb.php |   30 +++++++++++++++---------------
 1 files changed, 15 insertions(+), 15 deletions(-)
---
diff --git a/lang/en-gb.php b/lang/en-gb.php
index 461817d..35d3b04 100644
--- a/lang/en-gb.php
+++ b/lang/en-gb.php
@@ -109,9 +109,9 @@ $lang_data = array(
     'active'                => 'Active',
     'start_date'            => 'Start date',
     'end_date'              => 'End date',
-    'student_contract'      => 'Intern contract',
-    'mentor_contract'       => 'Mentor contract',
-    'sample_contract_link'  => 'Link to sample contract',
+    'student_contract'      => 'Intern agreement',
+    'mentor_contract'       => 'Mentor agreement',
+    'sample_contract_link'  => 'Link to sample agreement',
     'dl_student'            => 'Application deadline',
     'dl_mentor'             => 'Selection deadline',
     'show_deadlines'        => 'Show deadlines',
@@ -270,10 +270,10 @@ $lang_data = array(
     'upload_contract'       => 'Upload a contract document',
     'approve_contract'      => 'Approve contract',
     'unapprove_contract'    => 'Unapprove contract',
-    'view_contract'         => 'View contract',
-    'review_contract'       => 'Review contract',
-    'contract_accepted'     => 'Contract accepted',
-    'contract_not_accepted' => 'Contract not accepted',
+    'view_contract'         => 'View agreement',
+    'review_contract'       => 'Review agreement',
+    'contract_accepted'     => 'Agreement accepted',
+    'contract_not_accepted' => 'Agreement not accepted',
     'visible_to_mentors'    => '(visible to mentors)',
     'visible_to_public'     => '(visible to public)',
     'visible_to_admins'     => '(visible to administrators)',
@@ -363,16 +363,16 @@ $lang_data = array(
     'contract_sign_message'     => 'Make sure that you have <span class="alert-emphasis">initialed each 
page</span> and signed and dated the last page',
 
     /* Module: contract */
-    'review_contract_notice_student'   => 'Please review the following terms of participation as an intern 
in Outreachy. If they are acceptable to you, please click on "Accept contract" at the bottom of the page.',
-    'review_contract_notice_mentor'    => 'Please review the following terms of participation as a mentor in 
Outreachy. If they are acceptable to you, please click on "Accept contract" at the bottom of the page.',
-    'view_contract_notice'      => 'You accepted the following contract on: ',
-    'accept_contract'           => "Accept contract",
+    'review_contract_notice_student'   => 'Please review the following terms of participation as an intern 
in Outreachy. If they are acceptable to you, please click on "Accept Agreement" at the bottom of the page.',
+    'review_contract_notice_mentor'    => 'Please review the following terms of participation as a mentor in 
Outreachy. If they are acceptable to you, please click on "Accept Agreement" at the bottom of the page.',
+    'view_contract_notice'      => 'You accepted the following agreement on: ',
+    'accept_contract'           => "Accept Agreement",
 
-    'edit_contract'             => "Edit contract",
-    'intern_contract'           => "Intern contract",
-    'mentor_contract'           => "Mentor contract",
+    'edit_contract'             => "Edit agreement",
+    'intern_contract'           => "Intern agreement",
+    'mentor_contract'           => "Mentor agreement",
     'contract_preview_message'           => "This is a preview and not yet saved.",
-    'contract_edit_message '    => "Please enter the text of the contract below using <a 
href='http://daringfireball.net/projects/markdown/syntax'>Markdown</a> syntax"
+    'contract_edit_message '    => "Please enter the text of the agreement below using <a 
href='http://daringfireball.net/projects/markdown/syntax'>Markdown</a> syntax",
     'formatted_result'          => "Formatted result",
     'preview'                   => "Preview"
 );


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]