diff options
Diffstat (limited to 'web/lang')
-rw-r--r-- | web/lang/account_po.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/web/lang/account_po.inc b/web/lang/account_po.inc index c246dca..8c67542 100644 --- a/web/lang/account_po.inc +++ b/web/lang/account_po.inc @@ -327,4 +327,6 @@ $_t["en"]["You do not have permission to edit this account."] = "You do not have $_t["de"]["You do not have permission to edit this account."] = "Zugriff für das Bearbeiten dieses Benutzerkontos verweigert."; $_t["pl"]["You do not have permission to edit this account."] = "Nie masz uprawnień do edycji tego konta."; -?>
\ No newline at end of file +$_t["en"]["You must log in to view user information."] = "You must log in to view user information."; + +?> |