Advertisement
Guest User

Untitled

a guest
Sep 11th, 2011
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.29 KB | None | 0 0
  1. $lang['btn_apply']             = 'Apply';
  2. $lang['btn_media']             = 'Media Manager';
  3.  
  4. $lang['changes_type']  = 'View changes of';
  5. $lang['pages_changes'] = 'Pages';
  6. $lang['media_changes'] = 'Media files';
  7. $lang['both_changes']  = 'Both pages and media files';
  8.  
  9. $lang['img_width']   = 'Width';
  10. $lang['img_height']  = 'Height';
  11. $lang['img_manager'] = 'View in media manager';
  12.  
  13. $lang['js']['willexpire']      = 'Your lock for editing this page is about to expire in a minute.\nTo avoid conflicts use the preview button to reset the locktimer.';
  14. $lang['js']['restore_confirm']     = 'Really restore this version?';
  15. $lang['js']['media_diff']          = 'View differences:';
  16. $lang['js']['media_diff_both']     = 'Side by Side';
  17. $lang['js']['media_diff_opacity']  = 'Overlay';
  18. $lang['js']['media_diff_portions'] = 'Slider';
  19. $lang['js']['media_select']        = 'Select files…';
  20. $lang['js']['media_upload_btn']    = 'Upload';
  21. $lang['js']['media_done_btn']      = 'Done';
  22. $lang['js']['media_drop']          = 'Drop files here to upload';
  23. $lang['js']['media_cancel']        = 'remove';
  24. $lang['js']['media_overwrt']       = 'Overwrite existing files';
  25.  
  26. $lang['plugin_install_err'] = "Plugin installed incorrectly. Rename plugin directory '%s' to '%s'.";
  27.  
  28. $lang['media_uploadtab']       = 'Upload';
  29. $lang['media_searchtab']       = 'Search';
  30. $lang['media_viewtab']         = 'View';
  31. $lang['media_edittab']         = 'Edit';
  32. $lang['media_historytab']      = 'History';
  33. $lang['media_thumbsview']      = 'Thumbnails';
  34. $lang['media_listview']        = 'List';
  35. $lang['media_sort']            = 'Sort';
  36. $lang['media_sort_name']       = 'by name';
  37. $lang['media_sort_date']       = 'by date';
  38. $lang['media_upload']          = 'Upload to the <strong>%s</strong> namespace.';
  39. $lang['media_search']          = 'Search in the <strong>%s</strong> namespace.';
  40. $lang['media_edit']            = 'Edit';
  41. $lang['media_history']         = 'These are the older revisions of the file.';
  42. $lang['media_meta_edited']     = 'metadata edited';
  43. $lang['media_perm_read']       = 'Sorry, you don\'t have enough rights to read files.';
  44. $lang['media_perm_upload']     = 'Sorry, you don\'t have enough rights to upload files.';
  45. $lang['media_update']          = 'Upload new version';
  46. $lang['media_restore']         = 'Restore this version';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement