diff options
author | Kate Arzamastseva <pshns@ukr.net> | 2011-07-26 11:55:38 +0300 |
---|---|---|
committer | Kate Arzamastseva <pshns@ukr.net> | 2011-07-26 11:55:38 +0300 |
commit | 4ee1558545059fa73700709a9ef4c0ab22ce8f92 (patch) | |
tree | 4eb971ba09ca179e41584a1497397d3e24bc4a55 /inc/lang | |
parent | abc306f45f2ace038967bf7c51abd6ea53f56170 (diff) | |
download | rpg-4ee1558545059fa73700709a9ef4c0ab22ce8f92.tar.gz rpg-4ee1558545059fa73700709a9ef4c0ab22ce8f92.tar.bz2 |
image diffs fixes
Diffstat (limited to 'inc/lang')
-rw-r--r-- | inc/lang/en/lang.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php index 2435f9771..ba80c493c 100644 --- a/inc/lang/en/lang.php +++ b/inc/lang/en/lang.php @@ -348,4 +348,9 @@ $lang['media_perm_upload']= 'Sorry, you don\'t have enough rights to upload file $lang['media_update'] = 'Upload new version'; $lang['media_restore'] = 'Restore this version'; +$lang['js']['media_diff'] = 'View differences:'; +$lang['js']['media_diff_both'] = 'Both images'; +$lang['js']['media_diff_opacity'] = 'Changeable opacity of images'; +$lang['js']['media_diff_portions'] = 'Portions of images'; + //Setup VIM: ex: et ts=2 : |