mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-02 20:11:09 +00:00
9 lines
318 B
PHP
9 lines
318 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"] = "Lagre";
|
|
$a->strings["IRC settings saved."] = "";
|
|
$a->strings["IRC Chatroom"] = "";
|
|
$a->strings["Popular Channels"] = "";
|