forked from friendica/friendica-addons
14 lines
462 B
PHP
14 lines
462 B
PHP
<?php
|
|
|
|
if(! function_exists("string_plural_select_it")) {
|
|
function string_plural_select_it($n){
|
|
return ($n != 1);;
|
|
}}
|
|
;
|
|
$a->strings["Gnot settings updated."] = "";
|
|
$a->strings["Gnot Settings"] = "";
|
|
$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "";
|
|
$a->strings["Enable this plugin/addon?"] = "";
|
|
$a->strings["Save Settings"] = "";
|
|
$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "";
|