MaxiGallery en-us

From MODx Wiki

Jump to: navigation, search
  1. <?php
  2. // English language file
  3. // If you are going to make your own language file and are usign the lighbox,
  4. // make a language file for it too, f.ex. /maxigallery/slidebox/slidebox_lang_en.js
  5. $strings['previous']="&laquo; previous";
  6. $strings['next']="next &raquo;";
  7. $strings['click_to_zoom']=" &raquo; Click to zoom ->";
  8. $strings['click_to_go_back']="<- Click to go back";
  9. $strings['click_to_open_original']= "Click to open big image";
  10. $strings['back_to_normal_view'] = "Back to normal view";
  11. $strings['index']="index";
  12. $strings['go_to_gallery']="Go to gallery ->";
  13. $strings['pictures_successfully_uploaded']="<b>Pictures uploaded successfully.</b>";
  14. $strings['changes_have_been_saved']="<b>Changes have been saved.</b>";
  15. $strings['delete']="Delete";
  16. $strings['hide']="Hide";
  17. $strings['title']="Title";
  18. $strings['save_changes']="Save changes";
  19. $strings['upload_pictures']="Upload pictures";
  20. $strings['check_to_delete_this_picture']="Check to delete this picture";
  21. $strings['check_to_hide_this_picture']="Check to hide this picture from the gallery";
  22. $strings['manage_pictures']="Manage pictures";
  23. $strings['date']="Date";
  24. $strings['description']="Description";
  25. $strings['position']="Position";
  26. $strings['gallery_description']="Gallery description";
  27. $strings['db_no_descr_support']="<em>Warning: Gallery database does not support descriptions!</em><br />";
  28. $strings['db_no_pos_support']="<em>Warning: Gallery database does not support picture positions!</em><br />";
  29. $strings['picture'] = "Picture:";
  30. $strings['max_pics_reached'] = "<br />You have reached maximum pictures limit for this gallery, so you can't send more pictures.";
  31. $strings['supported_types'] = "<b>Incorrect filetype!</b> This gallery supports the following filetypes: jpg/jpeg, png, gif and zip (which has aforementioned filetypes inside)";
  32. $strings['gif_not_supported'] = "<b>The GD-library on this server does not support .gif images</b> You must use only jpg and png images.";
  33. $strings['supported_types_inzip'] = "Error: zip archive contained incorrect filetypes which were ignored.";
  34. $strings['max_pics_reached_some_discarded'] = "<b>Maximum pictures limit reached!</b><br />Some of the pictures sent might got discarded.";
  35. $strings['zip_not_supported'] = "<b>Your PHP-installation does not support .zip archives!</b> You have to install the <a href=\"http://www.php.net/manual/ref.zip.php\">PHP zip module and ZZIPlib library.</a>";
  36. $strings['database_error'] = "Error: Gallery database could not be created!";
  37. $strings['database_error_field'] = "Error: Could not create field to database table: ";
  38. $strings['invalid_class'] = "Error: Cannot find maxigallery class file. Please check it! ";
  39. $strings['invalid_name_class'] = "Error: Maxigallery class name is invalid.";
  40. $strings['delete_all_pictures'] = "Delete all pictures";
  41. $strings['delete_all_confirmation'] = "Are you sure you want to delete all pictures?";
  42. $strings['pictures'] = "Pictures";
  43. $strings['jump_to_upload_form'] = "Jump to upload form";
  44. $strings['back_to_top'] = "Back to top";
  45. $strings['sort_pictures'] = "Sort pictures";
  46. $strings['dragdesc'] = "Drag the images into the order you want them to be displayed by MaxiGallery.";
  47. $strings['cancel'] = "Cancel";
  48. $strings['number_allowed'] = "Number of pictures allowed to upload";
  49. ?>
Personal tools