Vergleich inc/languages/english/admin/adminlogs.lang.php - 1.2.0 - 1.2.8

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 1Zeile 1
<?php

<?php

/**
* MyBB 1.2 English Language Pack
* Copyright © 2006 MyBB Group, All Rights Reserved
*
* $Id: adminlogs.lang.php 1398 2006-04-27 07:42:09Z chris $
*/


 
$l['nav_admin_logs'] = "Administrator Logs";
$l['nav_search_results'] = "Search Results";

$l['nav_admin_logs'] = "Administrator Logs";
$l['nav_search_results'] = "Search Results";



 
$l['view_admin_logs'] = "View Administrator Access Logs";
$l['entries_pp'] = "Entries Per Page";
$l['entries_script'] = "Entries From Which Script";

$l['view_admin_logs'] = "View Administrator Access Logs";
$l['entries_pp'] = "Entries Per Page";
$l['entries_script'] = "Entries From Which Script";

Zeile 24Zeile 16
$l['entries_older'] = "Entries Older than (Days)";
$l['prune_log'] = "Prune Log";
$l['view_log'] = "View Logs";

$l['entries_older'] = "Entries Older than (Days)";
$l['prune_log'] = "Prune Log";
$l['view_log'] = "View Logs";



 
$l['log_pruned'] = "The administrator log has been pruned with the settings you specified.";
$l['no_results'] = "Sorry, there were no results found with the criteria you selected.";
$l['log_results_header'] = "Administrator Log Viewer (page %s of %s | %s results in total)";

$l['log_pruned'] = "The administrator log has been pruned with the settings you specified.";
$l['no_results'] = "Sorry, there were no results found with the criteria you selected.";
$l['log_results_header'] = "Administrator Log Viewer (page %s of %s | %s results in total)";



 
$l['username'] = "Username";
$l['date'] = "Date";
$l['scriptname'] = "Script Name";
$l['action'] = "Action";
$l['queryinfo'] = "Query Information";
$l['ipaddress'] = "IP Address";

$l['username'] = "Username";
$l['date'] = "Date";
$l['scriptname'] = "Script Name";
$l['action'] = "Action";
$l['queryinfo'] = "Query Information";
$l['ipaddress'] = "IP Address";



 
?>

?>