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_entete']="Your registration at ".SITE_NAME."'s directory is now confirmed. Check these informations";
  53. $lang['yp']['mail_body1']="Join us at";
  54. $lang['yp']['mail_bottom']="For any questions related to your access";
  55. $lang['yp']['confirm_subscription']='Your account has been created on';
  56.  
  57. /*    nommage rubrique sup
  58.  *      */
  59. $lang['yp']['sup_yp_warning']="Do you really want to delete this ".$lang['yp']['name']." ?";
  60.  
  61.  
  62. /*    nommage élément rubrique
  63.  *      */
  64.  
  65. $lang['yp']['name2']="name";
  66. $lang['yp']['activity']="activity";
  67. $lang['yp']['street']="street";
  68. $lang['yp']['postal_code']="postal code";
  69. $lang['yp']['infos_adresse']="postal address and complementary informations";
  70. $lang['yp']['adresse']="address";
  71. $lang['yp']['city']="city";
  72. $lang['yp']['country']="country";
  73. $lang['yp']['phone']="phone number";
  74. $lang['yp']['fax']="fax number";
  75. $lang['yp']['email']="email";
  76. $lang['yp']['website']="website";
  77. $lang['yp']['theme']="associated theme";
  78.  
  79.  
  80. /*    nommage quickbox
  81.  *      */
  82. $lang['yp']['qb_title']=" latest modifications";
  83.  
  84.  
  85. /*    divers
  86.  *      */
  87. $lang['yp']['select_choice']="~~ Choose in this list ~~";
  88. $lang['yp']['facultatif']="optional";
  89. $lang['yp']['theme_filter']="Display by theme";
  90. $lang['yp']['notheme']="No theme";
  91. $lang['yp']['title_theme']="organisations with theme";
  92. $lang['yp']['title_statut']="organisations with status";
  93. $lang['yp']['statut_filter']="Display by status";
  94. $lang['yp']['preinscription']="Show pre-registrations";
  95. $lang['yp']['all']="Show full directory";
  96. $lang['yp']['draft']="pre-registered";
  97. $lang['yp']['noresult']="There is no organisation with this criteria.";
  98. $lang['yp']['alphabetical']=' [A-Z] ';
  99.  
  100.  
  101. /*    messages
  102.  *      */
  103.  
  104.  
  105. $lang['yp']['object_notname']="Name is required.";
  106. $lang['yp']['object_notactivity']="Activity is required.";
  107. $lang['yp']['object_notstreet']="Street is required.";
  108. $lang['yp']['object_notpostal_code']="Postal code is required.";
  109. $lang['yp']['object_notcity']="City is required.";
  110. $lang['yp']['object_notcountry']="Country is required.";
  111. $lang['yp']['object_notemail']="Given mail is not valid.";
  112. $lang['yp']['object_notphone']="Given phone number is not valid.";
  113. $lang['yp']['object_notfax']="Given fax number is not valid.";
  114. $lang['yp']['invalid_protocol']='Invalid protocol, please check URL syntax';
  115.  
  116.  
  117. /*    rubrique d'aide
  118.  *      */
  119. $lang['yp']['help_add1']="To add a new organisation, please insert the required informations in the form above";
  120. $lang['yp']['help_add2']="After submitting the form, check your data in the summary";
  121. $lang['yp']['help_add3']='After checking summary, click the \'review settings\' button to make changes';
  122.  
  123.  
  124. $lang['yp']['help_list1']="Click on organisation titles to display more informations";
  125. $lang['yp']['help_list2']="Delete organisation by clicking on the delete icon linked in";
  126. $lang['yp']['help_list3']="Edit organisation by clicking on the edit icon linked in";
  127. $lang['yp']['help_list4']="To add a new organisation, please insert the required informations in the form above";
  128. $lang['yp']['help_list5']="To perform search on organisations directory only, just click the 'search' link";
  129. $lang['yp']['help_list6']="You can display pre-registered organisations by clicking the 'Show pre-registrations' link";
  130. $lang['yp']['help_list7']="Click the dedicated link to validate a pre-registration";
  131. //$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\"";
  132. $lang['yp']['help_list9']="Filter by status to display organisation for a specific status";
  133. $lang['yp']['help_list10']="Archive status allow you to keep organisations in the directory with no public access.";
  134.  
  135.  
  136.  
  137.  
  138. $lang['yp']['help_mod1']="To edit an organisation, please insert the required informations in the form above";
  139.  
  140. $lang['yp']['help_mod2']="Once the form submitted, check your data in the summary";
  141. $lang['yp']['help_mod3']='After checking summary, click the \'review settings\' button to make changes';
  142. $lang['yp']['help_mod4']="Archive status allow you to keep organisations in the directory with no public access.";
  143.  
  144.  
  145.  
  146.  
  147. $lang['yp']['help_det1']="Edit organisation by clicking on the edit icon linked in";
  148. $lang['yp']['help_det2']="Delete organisation by clicking on the delete icon linked in";
  149. $lang['yp']['help_det3']="Click on organisation theme to display more informations about this theme";
  150. $lang['yp']['help_det4']="Click 'validate pre-registration' link to add organisation to the directory, an email will be automatically addressed to the organisation";
  151.  
  152.  
  153. $lang['yp']['help_sup1']="organisation will be deleted by clicking the 'validate' button";
  154. $lang['yp']['help_sup2']="Also delete pre-registration from this page";
  155. ?>

Documentation generated on Thu, 03 May 2012 15:05:40 +0200 by phpDocumentor 1.4.1