diff options
author | FELTZ Vincent <psycho@feltzv.fr> | 2011-09-12 18:39:34 +0200 |
---|---|---|
committer | lupo49 <post@lupo49.de> | 2011-09-12 18:42:09 +0200 |
commit | e9817dc9e1c6a68fe3c176b81b3f2c96c5923c22 (patch) | |
tree | d52bbd484c3547108af758bda7a17e196fba50ec /inc/lang/en/lang.php | |
parent | ded84e755a312cf3c82cd910d35b371b64bec5be (diff) | |
download | rpg-e9817dc9e1c6a68fe3c176b81b3f2c96c5923c22.tar.gz rpg-e9817dc9e1c6a68fe3c176b81b3f2c96c5923c22.tar.bz2 |
en/fr: language updates (new strings of the Media Manager)
Diffstat (limited to 'inc/lang/en/lang.php')
-rw-r--r-- | inc/lang/en/lang.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php index d97de87d5..360af235b 100644 --- a/inc/lang/en/lang.php +++ b/inc/lang/en/lang.php @@ -103,7 +103,7 @@ $lang['lockedby'] = 'Currently locked by'; $lang['lockexpire'] = 'Lock expires at'; $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.'; -$lang['js']['notsavedyet'] = "Unsaved changes will be lost."; +$lang['js']['notsavedyet'] = 'Unsaved changes will be lost.'; $lang['js']['searchmedia'] = 'Search for files'; $lang['js']['keepopen'] = 'Keep window open on selection'; $lang['js']['hidedetails'] = 'Hide Details'; @@ -128,7 +128,7 @@ $lang['js']['medialeft'] = 'Align the image on the left.'; $lang['js']['mediaright'] = 'Align the image on the right.'; $lang['js']['mediacenter'] = 'Align the image in the middle.'; $lang['js']['medianoalign'] = 'Use no align.'; -$lang['js']['nosmblinks'] = "Linking to Windows shares only works in Microsoft Internet Explorer.\nYou still can copy and paste the link."; +$lang['js']['nosmblinks'] = 'Linking to Windows shares only works in Microsoft Internet Explorer.\nYou still can copy and paste the link.'; $lang['js']['linkwiz'] = 'Link Wizard'; $lang['js']['linkto'] = 'Link to:'; $lang['js']['del_confirm'] = 'Really delete selected item(s)?'; |