mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-25 18:59:12 +02:00
Fixed typo in language file
This commit is contained in:
parent
9cb82feb19
commit
dfb2e2b7b8
@ -57,7 +57,7 @@ $content['LN_GEN_SOURCE_DB'] = "Datenbank";
|
|||||||
$content['LN_GEN_DB_SQLITE'] = "SQLite 2";
|
$content['LN_GEN_DB_SQLITE'] = "SQLite 2";
|
||||||
$content['LN_GEN_SELECTVIEW'] = "Select View";
|
$content['LN_GEN_SELECTVIEW'] = "Select View";
|
||||||
$content['LN_GEN_CRITERROR_UNKNOWNTYPE'] = "The source type '%1' is not supported by phpLogCon yet. This is a critical error, please fix your configuration.";
|
$content['LN_GEN_CRITERROR_UNKNOWNTYPE'] = "The source type '%1' is not supported by phpLogCon yet. This is a critical error, please fix your configuration.";
|
||||||
$content['LN_GEN_ERRORRETURNPREV'] = "Click here to return to the previous site.";
|
$content['LN_GEN_ERRORRETURNPREV'] = "Click here to return to the previous page.";
|
||||||
$content['LN_GEN_ERRORDETAILS'] = "Error Details:";
|
$content['LN_GEN_ERRORDETAILS'] = "Error Details:";
|
||||||
|
|
||||||
$content['LN_SOURCES_ERROR_WITHINSOURCE'] = "The source '%1' checking returned with an error: '%2'";
|
$content['LN_SOURCES_ERROR_WITHINSOURCE'] = "The source '%1' checking returned with an error: '%2'";
|
||||||
|
@ -58,7 +58,7 @@ $content['LN_GEN_DB_INFORMIX'] = "IBM Informix Dynamic Server";
|
|||||||
$content['LN_GEN_DB_SQLITE'] = "SQLite 2";
|
$content['LN_GEN_DB_SQLITE'] = "SQLite 2";
|
||||||
$content['LN_GEN_SELECTVIEW'] = "Select View";
|
$content['LN_GEN_SELECTVIEW'] = "Select View";
|
||||||
$content['LN_GEN_CRITERROR_UNKNOWNTYPE'] = "The source type '%1' is not supported by phpLogCon yet. This is a critical error, please fix your configuration.";
|
$content['LN_GEN_CRITERROR_UNKNOWNTYPE'] = "The source type '%1' is not supported by phpLogCon yet. This is a critical error, please fix your configuration.";
|
||||||
$content['LN_GEN_ERRORRETURNPREV'] = "Click here to return to the previous site.";
|
$content['LN_GEN_ERRORRETURNPREV'] = "Click here to return to the previous page.";
|
||||||
$content['LN_GEN_ERRORDETAILS'] = "Error Details:";
|
$content['LN_GEN_ERRORDETAILS'] = "Error Details:";
|
||||||
$content['LN_SOURCES_ERROR_WITHINSOURCE'] = "The source '%1' checking returned with an error:<br>%2";
|
$content['LN_SOURCES_ERROR_WITHINSOURCE'] = "The source '%1' checking returned with an error:<br>%2";
|
||||||
$content['LN_SOURCES_ERROR_EXTRAMSG'] = "Extra Error Details:<br>%1";
|
$content['LN_SOURCES_ERROR_EXTRAMSG'] = "Extra Error Details:<br>%1";
|
||||||
|
@ -61,7 +61,7 @@ $content['LN_GEN_DB_INFORMIX'] = "IBM Informix Dynamic Server";
|
|||||||
$content['LN_GEN_DB_SQLITE'] = "SQLite 2";
|
$content['LN_GEN_DB_SQLITE'] = "SQLite 2";
|
||||||
$content['LN_GEN_SELECTVIEW'] = "Visão";
|
$content['LN_GEN_SELECTVIEW'] = "Visão";
|
||||||
$content['LN_GEN_CRITERROR_UNKNOWNTYPE'] = "The source type '%1' is not supported by phpLogCon yet. This is a critical error, please fix your configuration.";
|
$content['LN_GEN_CRITERROR_UNKNOWNTYPE'] = "The source type '%1' is not supported by phpLogCon yet. This is a critical error, please fix your configuration.";
|
||||||
$content['LN_GEN_ERRORRETURNPREV'] = "Click here to return to the previous site.";
|
$content['LN_GEN_ERRORRETURNPREV'] = "Click here to return to the previous page.";
|
||||||
$content['LN_GEN_ERRORDETAILS'] = "Error Details:";
|
$content['LN_GEN_ERRORDETAILS'] = "Error Details:";
|
||||||
|
|
||||||
$content['LN_SOURCES_ERROR_WITHINSOURCE'] = "The source '%1' checking returned with an error: '%2'";
|
$content['LN_SOURCES_ERROR_WITHINSOURCE'] = "The source '%1' checking returned with an error: '%2'";
|
||||||
|
@ -100,10 +100,11 @@
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<!-- ENDIF ISSHOWDETAILS="true" -->
|
|
||||||
|
|
||||||
<br><br>
|
<br><br>
|
||||||
<a href="javascript:history.back();" target="_top">{LN_GEN_ERRORRETURNPREV}</a>
|
<a href="javascript:history.back();" target="_top">{LN_GEN_ERRORRETURNPREV}</a>
|
||||||
|
<!-- ENDIF ISSHOWDETAILS="true" -->
|
||||||
|
|
||||||
<br><br>
|
<br><br>
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user