en.php 1.3 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?php
  2. /**
  3. * en.php - English language variables
  4. */
  5. $english = array(
  6. 'webcam:upload' => "Upload Image",
  7. 'webcam:capture' => "Or use your Webcam",
  8. 'webcam:saveerror' => "Properly encoded JPEG information not received from flash object.",
  9. 'webcam:webcam_input' => "Select below whether you want to use Adobe flash or html5 to be used to control the webcam",
  10. 'webcam:webcam_registration' => "Do you want to use the webcam during registration ?",
  11. 'profile:currentavatar' => "Current profile image",
  12. 'webcam:tab:acquire' => 'Webcam',
  13. 'webcam:acquire:info' => 'Click the video to take a picture, and click Upload to save.',
  14. 'webcam:acquire:register:info' => 'Click the video to take a picture and finish registration.',
  15. 'webcam:tab:upload' => 'Upload',
  16. 'webcam:tab:url' => 'URL',
  17. 'webcam:url:info' => 'Enter the URL of an image',
  18. 'webcam:webcam_error' => "Could not read the webcam.",
  19. 'webcam:no_avatar_selected' => "You must take a picture with your webcam, upload a file, or enter a URL.",
  20. 'webcam:no_image_selected' => "You must select a picture, before trying to upload",
  21. 'webcam:upload' => "Upload Image",
  22. 'webcam:capture' => "Or use your Webcam",
  23. 'profile:currentavatar' => "Current profile image",
  24. 'option:no' => "No",
  25. 'option:yes' => "Yes",
  26. );
  27. add_translation("en", $english);