mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
add lang de/pl/pt/ro/ru/sv
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
$lang_adredir = array
|
||||
(
|
||||
'std_error' => "Błąd",
|
||||
'std_ad_system_disabled' => "System reklam wyłączony.",
|
||||
'std_invalid_ad_id' => "Invalid ad id",
|
||||
'std_no_redirect_url' => "Brak adresu przekierowania."
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user