mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-11 16:35:38 +00:00
add translation for 'Stastistic' (Bug #88)
This commit is contained in:
parent
1b86aa6727
commit
eb9c1d14b6
|
@ -790,6 +790,7 @@ $text = array(
|
|||
'splash_settings_saved' => "Einstellungen gesichert",
|
||||
'splash_substituted_user' => "Benutzer gewechselt",
|
||||
'splash_switched_back_user' => "Zum ursprünglichen Benutzer zurückgekehrt",
|
||||
'statistic' => "Statistik",
|
||||
'status_approval_rejected' => "Entwurf abgelehnt",
|
||||
'status_approved' => "freigegeben",
|
||||
'status_approver_removed' => "Freigebender wurde vom Prozess ausgeschlossen",
|
||||
|
|
|
@ -814,6 +814,7 @@ $text = array(
|
|||
'splash_settings_saved' => "Settings saved",
|
||||
'splash_substituted_user' => "Substituted user",
|
||||
'splash_switched_back_user' => "Switched back to original user",
|
||||
'statistic' => "Statistic",
|
||||
'status_approval_rejected' => "Draft rejected",
|
||||
'status_approved' => "Approved",
|
||||
'status_approver_removed' => "Approver removed from process",
|
||||
|
|
|
@ -219,7 +219,7 @@ print "<li><span style=\"color:".$this->getAccessColor(M_READ)."\">".getMLText("
|
|||
print "<li><span style=\"color:".$this->getAccessColor(M_NONE)."\">".getMLText("access_mode_none")." </span></li>";
|
||||
print "</ul>\n";
|
||||
|
||||
print "<legend>Statistic</legend>\n";
|
||||
print "<legend>".getMLText("statistic")."</legend>\n";
|
||||
print "<ul class=\"unstyled\">\n";
|
||||
print "<li>".getMLText("folders").": ".$this->folder_count."</li>\n";
|
||||
print "<li>".getMLText("documents").": ".$this->document_count."</li>\n";
|
||||
|
|
Loading…
Reference in New Issue
Block a user