friendica-addons/qcomment/lang/it/strings.php

16 lines
504 B
PHP
Raw Normal View History

2014-09-14 20:01:44 +00:00
<?php
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
return ($n != 1);;
}}
;
$a->strings[":-)"] = "";
$a->strings[":-("] = "";
$a->strings["lol"] = "";
$a->strings["Quick Comment Settings"] = "";
$a->strings["Quick comments are found near comment boxes, sometimes hidden. Click them to provide simple replies."] = "";
$a->strings["Enter quick comments, one per line"] = "";
$a->strings["Save Settings"] = "";
$a->strings["Quick Comment settings saved."] = "";