ipacl.php 2.1 KB

1234567891011121314151617181920
  1. <?php
  2. $lang['def']['Just go away'] = 'Просто уходи отсюда';
  3. $lang['def']['Unicorn doesnt want to see you here'] = 'Единорог не хочет тебя видеть';
  4. $lang['def']['IP Access restrictions'] = 'Ограничение доступа по IP';
  5. $lang['def']['IPs from which access to the administrative web interface is allowed'] = 'IP с которых разрешен доступ к административному веб-интерфейсу';
  6. $lang['def']['Allow access form some IP'] = 'Разрешить доступ с IP';
  7. $lang['def']['Allow yourself access first, then access from all other addresses will be restricted'] = 'Сначала разрешите доступ самому себе, после этого доступ со всех других адресов будет ограничен';
  8. $lang['def']['This IP is already allowed'] = 'Доступ с этого IP уже разрешен';
  9. $lang['def']['Allow access form some subnet'] = 'Разрешить доступ для подсети';
  10. $lang['def']['Networks from which access is allowed'] = 'Сети из которых разрешен доступ';
  11. $lang['def']['This network is already allowed'] = 'Доступ из этой подсети уже разрешен';
  12. $lang['def']['IP Access restrictions is disabled now'] = 'Ограничение доступа по IP сейчас отключено';
  13. $lang['def']['Access from localhost is always enabled by default'] = 'Доступ с локалхоста всегда разрешен по-умолчанию';
  14. $lang['def']['Access is allowed from anywhere'] = 'Доступ разрешен откуда угодно';
  15. $lang['def']['This is you'] = 'Это ты';
  16. $lang['def']['You are here'] = 'Ты здесь';
  17. $lang['def']['Think twice. This may block access for you'] = 'Подумай дважды. Это может привести к блокировке доступа для тебя самого';
  18. $lang['def']['Your IP address now is'] = 'Твой IP-адрес сейчас';
  19. $lang['def']['Who am i'] = 'Кто я';