diff options
Diffstat (limited to 'inc/lang/en/lang.php')
-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 : |