mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
Update IT strings for securemail and viewsrc
This commit is contained in:
parent
bfd8e37fb8
commit
d1d526001c
4 changed files with 102 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
<?php
|
||||
|
||||
$a->strings["View Source"] = "Vedi sorgente";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["View Source"] = "Vedi Sorgente";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue