linea21-languages
[ class tree: linea21-languages ] [ index: linea21-languages ] [ all elements ]

Source for file lang_yellowpages.utf-8.php

Documentation is available at lang_yellowpages.utf-8.php

  1. <?php
  2. /**
  3.  * @package linea21.languages
  4.  * @subpackage en
  5.  * @author linea21 <info@linea21.com> & Stéphanie Loubechine
  6.  * @version $id SVN
  7.  * @access public
  8.  * @license http://opensource.org/licenses/gpl-3.0.html
  9.  */
  10.  
  11.  
  12.  
  13. $lang['yp']['section'"organisations directory";
  14.  
  15. /*    nommage des modules
  16.  *      */
  17. $lang['yp']['name']="organisation";
  18. $lang['yp']['confirm_add'"organisation successfully added\n";
  19. $lang['yp']['confirm_mod'"organisation successfully updated\n";
  20. $lang['yp']['confirm_sup'="organisation successfully deleted\n";
  21. $lang['yp']['confirm_pub']"organisation successfully added, your registration will be validated soon by an administrator";
  22. $lang['yp']['confirm_pub2']"Click me to go back to the directory";
  23. /*    nommage rubrique module
  24.  *      */
  25. $lang['yp']['add']"Add a new ".$lang['yp']['name'];
  26. $lang['yp']['mod']"Edit ".$lang['yp']['name'];
  27. $lang['yp']['sup']"Delete ".$lang['yp']['name'];
  28. $lang['yp']['det']ucfirst($lang['yp']['name']" details";
  29. $lang['yp']['list']"View the directory ";
  30. $lang['yp']['nb_total']='registered organisations';
  31.  
  32. /*    publique
  33.  *      */
  34. $lang['yp']['add_public']"Add your ".$lang['yp']['name'];
  35. $lang['yp']['h1_public_comment']='All organisations related to sustainable development and 'SITE_NAME.' are listed in our directory. If you want to appear on our directory, click the "add your organisation." link and enter your data';
  36. $lang['yp']['h1_public_add']='The registration of your organisation is free, fill out the form below, you will receive an email when your registration will be effective (administrator validation required)';
  37.  
  38.  
  39. /*    nommage rubrique add / mod /det
  40.  *      */
  41. $lang['yp']['add_title']="Add data about the new ".$lang['yp']['name'];
  42. $lang['yp']['mod_title']="Edit data about ".$lang['yp']['name'];
  43. $lang['yp']['recap_commment']="no comment";
  44. $lang['yp']['confirmation']="confirm subscription";
  45. $lang['yp']['actions']='actions';
  46.  
  47.  
  48. /*    nommage email
  49.  *      */
  50.  
  51.  
  52. $lang['yp']['mail_body1']="Your registration is now confirmed. You can access the entry by following this link : ";
  53. $lang['yp']['confirm_subscription']='Your organisation is now listed in the directory';
  54. $lang['yp']['mail_subject_added']="Your organisation has been added to the directory";
  55. $lang['yp']['mail_body_added1']="We added your organisation in our directory.<br /><br />\n\nYou can access it by following the URL : ";
  56. $lang['yp']['mail_body_added2']="If you want us to remove the entry please contact us.\n";
  57.  
  58.  
  59. /*    nommage rubrique sup
  60.  *      */
  61. $lang['yp']['sup_yp_warning']="Do you really want to delete this ".$lang['yp']['name']." ?";
  62.  
  63.  
  64. /*    nommage élément rubrique
  65.  *      */
  66.  
  67. $lang['yp']['name2']="name";
  68. $lang['yp']['activity']="activity";
  69. $lang['yp']['street']="street";
  70. $lang['yp']['postal_code']="postal code";
  71. $lang['yp']['infos_adresse']="postal address and complementary informations";
  72. $lang['yp']['adresse']="address";
  73. $lang['yp']['city']="city";
  74. $lang['yp']['country']="country";
  75. $lang['yp']['phone']="phone number";
  76. $lang['yp']['fax']="fax number";
  77. $lang['yp']['email']="email";
  78. $lang['yp']['website']="website";
  79. $lang['yp']['theme']="associated theme";
  80.  
  81.  
  82. /*    nommage quickbox
  83.  *      */
  84. $lang['yp']['qb_title']=" latest modifications";
  85.  
  86.  
  87. /*    divers
  88.  *      */
  89. $lang['yp']['select_choice']="-- Choose in this list --";
  90. $lang['yp']['facultatif']="optional";
  91. $lang['yp']['theme_filter']="Display by theme";
  92. $lang['yp']['notheme']="No theme";
  93. $lang['yp']['title_theme']="organisations with theme";
  94. $lang['yp']['title_statut']="organisations with status";
  95. $lang['yp']['statut_filter']="Display by status";
  96. $lang['yp']['preinscription']="Show pre-registrations";
  97. $lang['yp']['all']="Show full directory";
  98. $lang['yp']['draft']="pre-registered";
  99. $lang['yp']['noresult']="There is no organisation with this criteria.";
  100. $lang['yp']['alphabetical']=' [A-Z] ';
  101.  
  102.  
  103. /*    messages
  104.  *      */
  105.  
  106.  
  107. $lang['yp']['object_notname']="Name is required.";
  108. $lang['yp']['object_notactivity']="Activity is required.";
  109. $lang['yp']['object_notstreet']="Street is required.";
  110. $lang['yp']['object_notpostal_code']="Postal code is required.";
  111. $lang['yp']['object_notcity']="City is required.";
  112. $lang['yp']['object_notcountry']="Country is required.";
  113. $lang['yp']['object_notemail']="Given mail is not valid.";
  114. $lang['yp']['object_notphone']="Given phone number is not valid.";
  115. $lang['yp']['object_notfax']="Given fax number is not valid.";
  116. $lang['yp']['invalid_protocol']='Invalid protocol, please check URL syntax';
  117.  
  118.  
  119. /*    rubrique d'aide
  120.  *      */
  121. $lang['yp']['help_add1']="To add a new organisation, please insert the required informations in the form above";
  122. $lang['yp']['help_add2']="After submitting the form, check your data in the summary";
  123. $lang['yp']['help_add3']='After checking summary, click the \'review settings\' button to make changes';
  124.  
  125.  
  126. $lang['yp']['help_list1']="Click on organisation titles to display more informations";
  127. $lang['yp']['help_list2']="Delete organisation by clicking on the delete icon linked in";
  128. $lang['yp']['help_list3']="Edit organisation by clicking on the edit icon linked in";
  129. $lang['yp']['help_list4']="To add a new organisation, please insert the required informations in the form above";
  130. $lang['yp']['help_list5']="To perform search on organisations directory only, just click the 'search' link";
  131. $lang['yp']['help_list6']="You can display pre-registered organisations by clicking the 'Show pre-registrations' link";
  132. $lang['yp']['help_list7']="Click the dedicated link to validate a pre-registration";
  133. //$lang['yp']['help_list8']="Vous pouvez afficher les organisations triées par thème en sélectionnant un thème dans  \"afficher par thème\"";
  134. $lang['yp']['help_list9']="Filter by status to display organisation for a specific status";
  135. $lang['yp']['help_list10']="Archive status allow you to keep organisations in the directory with no public access.";
  136.  
  137.  
  138.  
  139.  
  140. $lang['yp']['help_mod1']="To edit an organisation, please insert the required informations in the form above";
  141.  
  142. $lang['yp']['help_mod2']="Once the form submitted, check your data in the summary";
  143. $lang['yp']['help_mod3']='After checking summary, click the \'review settings\' button to make changes';
  144. $lang['yp']['help_mod4']="Archive status allow you to keep organisations in the directory with no public access.";
  145.  
  146.  
  147.  
  148.  
  149. $lang['yp']['help_det1']="Edit organisation by clicking on the edit icon linked in";
  150. $lang['yp']['help_det2']="Delete organisation by clicking on the delete icon linked in";
  151. $lang['yp']['help_det3']="Click on organisation theme to display more informations about this theme";
  152. $lang['yp']['help_det4']="Click 'validate pre-registration' link to add organisation to the directory, an email will be automatically addressed to the organisation";
  153.  
  154.  
  155. $lang['yp']['help_sup1']="organisation will be deleted by clicking the 'validate' button";
  156. $lang['yp']['help_sup2']="Also delete pre-registration from this page";
  157. ?>

Documentation generated on Thu, 20 Mar 2014 16:48:27 +0100 by phpDocumentor 1.4.1