11 lines
522 B
PHP
11 lines
522 B
PHP
|
<?php
|
||
|
|
||
|
$a->strings["%d person likes this"] = "Array";
|
||
|
$a->strings["%d person doesn't like this"] = "Array";
|
||
|
$a->strings["Connect on Friendica!"] = "Подключены к Friendica!";
|
||
|
$a->strings["Generate new key"] = "Сгенерировать новый ключ";
|
||
|
$a->strings["Widgets key"] = "Ключ виджетов";
|
||
|
$a->strings["Widgets available"] = "Виджеты доступны";
|
||
|
$a->strings["Plugin Settings"] = "Настройки плагина";
|
||
|
$a->strings["Get added to this list!"] = "";
|