]> git.mxchange.org Git - friendica-addons.git/blob - gpluspost/lang/it/strings.php
Merge pull request #212 from tobiasd/20140914
[friendica-addons.git] / gpluspost / 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["Post to Google+"] = "";
9 $a->strings["Enable Google+ Post Plugin"] = "";
10 $a->strings["Google+ username"] = "";
11 $a->strings["Google+ password"] = "";
12 $a->strings["Google+ page number"] = "";
13 $a->strings["Post to Google+ by default"] = "";
14 $a->strings["Do not prevent posting loops"] = "";
15 $a->strings["Skip messages without links"] = "";
16 $a->strings["Mirror all public posts"] = "";
17 $a->strings["Mirror Google Account ID"] = "";
18 $a->strings["Save Settings"] = "";
19 $a->strings["Google+ post failed. Queued for retry."] = "";