]> git.mxchange.org Git - friendica-addons.git/blob - pumpio/lang/it/strings.php
Merge pull request #217 from annando/1410-statistics-add-connectors
[friendica-addons.git] / pumpio / lang / it / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_it")) {
4 function string_plural_select_it($n){
5         return ($n != 1);;
6 }}
7 ;
8 $a->strings["Permission denied."] = "";
9 $a->strings["Unable to register the client at the pump.io server '%s'."] = "";
10 $a->strings["You are now authenticated to pumpio."] = "";
11 $a->strings["return to the connector page"] = "";
12 $a->strings["Post to pumpio"] = "";
13 $a->strings["Pump.io Import/Export/Mirror"] = "";
14 $a->strings["pump.io username (without the servername)"] = "";
15 $a->strings["pump.io servername (without \"http://\" or \"https://\" )"] = "";
16 $a->strings["Authenticate your pump.io connection"] = "";
17 $a->strings["Import the remote timeline"] = "";
18 $a->strings["Enable pump.io Post Plugin"] = "";
19 $a->strings["Post to pump.io by default"] = "";
20 $a->strings["Should posts be public?"] = "";
21 $a->strings["Mirror all public posts"] = "";
22 $a->strings["Check to delete this preset"] = "";
23 $a->strings["Save Settings"] = "";
24 $a->strings["Pump.io post failed. Queued for retry."] = "";
25 $a->strings["Pump.io like failed. Queued for retry."] = "";
26 $a->strings["status"] = "";
27 $a->strings["%1\$s likes %2\$s's %3\$s"] = "";