mirror of
https://github.com/prasathmani/tinyfilemanager
synced 2026-03-14 20:55:50 +01:00
Fix spelling and update Swedish translations (#1379)
* Add Swedish translation * Correct spelling * Update Swedish translation
This commit is contained in:
parent
bcc2fc5afa
commit
6d1e962fc6
2 changed files with 100 additions and 20 deletions
|
|
@ -2019,7 +2019,7 @@ if (isset($_GET['edit']) && !FM_READONLY) {
|
|||
} elseif ($is_text) {
|
||||
echo '<div id="editor" contenteditable="true">' . htmlspecialchars($content) . '</div>';
|
||||
} else {
|
||||
fm_set_msg(lng('FILE EXTENSION HAS NOT SUPPORTED'), 'error');
|
||||
fm_set_msg(lng('FILE EXTENSION IS NOT SUPPORTED'), 'error');
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
|
|
@ -5586,7 +5586,7 @@ function fm_show_header_login()
|
|||
$tr['en']['Advanced Search'] = 'Advanced Search';
|
||||
$tr['en']['Error while copying from'] = 'Error while copying from';
|
||||
$tr['en']['Invalid characters in file name'] = 'Invalid characters in file name';
|
||||
$tr['en']['FILE EXTENSION HAS NOT SUPPORTED'] = 'FILE EXTENSION HAS NOT SUPPORTED';
|
||||
$tr['en']['FILE EXTENSION IS NOT SUPPORTED'] = 'FILE EXTENSION IS NOT SUPPORTED';
|
||||
$tr['en']['Selected files and folder deleted'] = 'Selected files and folder deleted';
|
||||
$tr['en']['Error while fetching archive info'] = 'Error while fetching archive info';
|
||||
$tr['en']['Delete selected files and folders?'] = 'Delete selected files and folders?';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue