mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 17:13:49 +00:00
Add missing translation labels and remove the quotes arounds the GIT values.
This commit is contained in:
@@ -80,15 +80,45 @@ $text['label-os']['sv-se'] = "Operativsystem";
|
||||
$text['label-os']['uk'] = "Операційна система ";
|
||||
$text['label-os']['de-at'] = "Betriebssystem";
|
||||
|
||||
$text['label-git-info']['en-us'] = "Git Information";
|
||||
$text['label-git-info']['es-cl'] = "";
|
||||
$text['label-git-info']['pt-pt'] = "";
|
||||
$text['label-git-info']['fr-fr'] = "";
|
||||
$text['label-git-info']['pt-br'] = "";
|
||||
$text['label-git-info']['pl'] = "";
|
||||
$text['label-git-info']['sv-se'] = "";
|
||||
$text['label-git-info']['uk'] = "";
|
||||
$text['label-git-info']['de-at'] = "";
|
||||
$text['label-git_info']['en-us'] = "Git Information";
|
||||
$text['label-git_info']['es-cl'] = "";
|
||||
$text['label-git_info']['pt-pt'] = "";
|
||||
$text['label-git_info']['fr-fr'] = "";
|
||||
$text['label-git_info']['pt-br'] = "";
|
||||
$text['label-git_info']['pl'] = "";
|
||||
$text['label-git_info']['sv-se'] = "";
|
||||
$text['label-git_info']['uk'] = "";
|
||||
$text['label-git_info']['de-at'] = "";
|
||||
|
||||
$text['label-git_branch']['en-us'] = "Branch";
|
||||
$text['label-git_branch']['es-cl'] = "";
|
||||
$text['label-git_branch']['pt-pt'] = "";
|
||||
$text['label-git_branch']['fr-fr'] = "";
|
||||
$text['label-git_branch']['pt-br'] = "";
|
||||
$text['label-git_branch']['pl'] = "";
|
||||
$text['label-git_branch']['sv-se'] = "";
|
||||
$text['label-git_branch']['uk'] = "";
|
||||
$text['label-git_branch']['de-at'] = "";
|
||||
|
||||
$text['label-git_commit']['en-us'] = "Commit";
|
||||
$text['label-git_commit']['es-cl'] = "";
|
||||
$text['label-git_commit']['pt-pt'] = "";
|
||||
$text['label-git_commit']['fr-fr'] = "";
|
||||
$text['label-git_commit']['pt-br'] = "";
|
||||
$text['label-git_commit']['pl'] = "";
|
||||
$text['label-git_commit']['sv-se'] = "";
|
||||
$text['label-git_commit']['uk'] = "";
|
||||
$text['label-git_commit']['de-at'] = "";
|
||||
|
||||
$text['label-git_origin']['en-us'] = "Origin";
|
||||
$text['label-git_origin']['es-cl'] = "";
|
||||
$text['label-git_origin']['pt-pt'] = "";
|
||||
$text['label-git_origin']['fr-fr'] = "";
|
||||
$text['label-git_origin']['pt-br'] = "";
|
||||
$text['label-git_origin']['pl'] = "";
|
||||
$text['label-git_origin']['sv-se'] = "";
|
||||
$text['label-git_origin']['uk'] = "";
|
||||
$text['label-git_origin']['de-at'] = "";
|
||||
|
||||
$text['label-memcache_status']['en-us'] = "Memcache Status";
|
||||
$text['label-memcache_status']['es-cl'] = "Estado de Memcache";
|
||||
|
||||
@@ -94,12 +94,12 @@ $document['title'] = $text['title-sys-status'];
|
||||
rtrim($git_commit);
|
||||
echo "<tr>\n";
|
||||
echo " <td width='20%' class=\"vncell\" style='text-align: left;'>\n";
|
||||
echo " ".$text['label-git-info']."\n";
|
||||
echo " ".$text['label-git_info']."\n";
|
||||
echo " </td>\n";
|
||||
echo " <td class=\"row_style1\">\n";
|
||||
echo " Branch: '$git_branch'<br>\n";
|
||||
echo " Commit: '$git_commit'<br>\n";
|
||||
echo " Origin: '$git_origin'<br>\n";
|
||||
echo " ".$text['label-git_branch']." ".$git_branch."<br>\n";
|
||||
echo " ".$text['label-git_commit']." ".$git_commit."<br>\n";
|
||||
echo " ".$text['label-git_origin']." ".$git_origin."<br>\n";
|
||||
echo " </td>\n";
|
||||
echo "</tr>\n";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user