Compare commits

...

4 commits

Author SHA1 Message Date
ner0 5f4c95c717
Merge branch 'prasathmani:master' into exclude_items_users_multidimensional_array 2023-10-08 21:11:54 +01:00
Michele Locati 8e87afae5b
Fix wrong phpdoc of print_external() (#1091) 2023-09-14 15:05:36 +05:30
Tony Ganesh Prajapati 43063e4746
Update tinyfilemanager.php (#1086)
changing String "Filter" to "Search"
2023-08-28 12:29:45 +05:30
AJ.Bassa 47359d3f4e
Update translation.json (#1083)
Updated Dutch translation
2023-08-11 01:14:37 +05:30
2 changed files with 4 additions and 3 deletions

View file

@ -2262,7 +2262,6 @@ fm_show_footer();
/**
* It prints the css/js files into html
* @param key The key of the external file to print.
* @return The value of the key in the array.
*/
function print_external($key) {
global $external;
@ -3587,7 +3586,7 @@ function fm_show_nav_path($path)
<ul class="navbar-nav justify-content-end <?php echo fm_get_theme(); ?>">
<li class="nav-item mr-2">
<div class="input-group input-group-sm mr-1" style="margin-top:4px;">
<input type="text" class="form-control" placeholder="<?php echo lng('Filter') ?>" aria-label="<?php echo lng('Search') ?>" aria-describedby="search-addon2" id="search-addon">
<input type="text" class="form-control" placeholder="<?php echo lng('Search') ?>" aria-label="<?php echo lng('Search') ?>" aria-describedby="search-addon2" id="search-addon">
<div class="input-group-append">
<span class="input-group-text brl-0 brr-0" id="search-addon2"><i class="fa fa-search"></i></span>
</div>

View file

@ -2556,7 +2556,9 @@
"Select Theme": "Kies thema",
"Select Font Size": "Kies fontgrootte",
"Are you sure want to rename?": "Weet u zeker dat u de naam wilt wijzigen?",
"Are you sure want to": "Verder gaan met"
"Are you sure want to": "Verder gaan met",
"dark": "donker",
"light": "licht"
}
},
{