external_module.inc.php 335 B

123456789101112
  1. <?php
  2. /*
  3. for more information: see languages.txt in the lang folder.
  4. */
  5. $langTooBig = "You didn't choose any file to send, or it is too big";
  6. $langLinkTarget = "Link's target";
  7. $langSameWindow = "In the same window";
  8. $langNewWindow = "In a new window";
  9. $langAdded = "Added";
  10. $langAddLink = "Add a link";
  11. $langEditLink = "Edit link";
  12. ?>