mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-14 03:43:13 +00:00
12 lines
434 B
PHP
12 lines
434 B
PHP
<?php
|
|
|
|
if(! function_exists("string_plural_select_it")) {
|
|
function string_plural_select_it($n){
|
|
return ($n != 1);;
|
|
}}
|
|
;
|
|
$a->strings["Post to app.net"] = "Invia ad app.net";
|
|
$a->strings["App.net Export"] = "Esporta App.net";
|
|
$a->strings["Enable App.net Post Plugin"] = "Abilita il plugin di invio ad App.net";
|
|
$a->strings["Post to App.net by default"] = "Invia sempre ad App.net";
|
|
$a->strings["Save Settings"] = "Salva Impostazioni";
|