forked from friendica/friendica-addons
10 lines
335 B
PHP
10 lines
335 B
PHP
|
<?php
|
||
|
|
||
|
$a->strings["IRC Settings"] = "";
|
||
|
$a->strings["Channel(s) to auto connect (comma separated)"] = "";
|
||
|
$a->strings["Popular Channels (comma separated)"] = "";
|
||
|
$a->strings["Submit"] = "Подтвердить";
|
||
|
$a->strings["IRC settings saved."] = "";
|
||
|
$a->strings["IRC Chatroom"] = "";
|
||
|
$a->strings["Popular Channels"] = "";
|