]> git.mxchange.org Git - friendica-addons.git/blob - twitter/lang/it/strings.php
Merge pull request #217 from annando/1410-statistics-add-connectors
[friendica-addons.git] / twitter / 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 Twitter"] = "";
9 $a->strings["Twitter settings updated."] = "";
10 $a->strings["Twitter Import/Export/Mirror"] = "";
11 $a->strings["No consumer key pair for Twitter found. Please contact your site administrator."] = "";
12 $a->strings["At this Friendica instance the Twitter plugin was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your <strong>public</strong> posts will be posted to Twitter."] = "";
13 $a->strings["Log in with Twitter"] = "";
14 $a->strings["Copy the PIN from Twitter here"] = "";
15 $a->strings["Save Settings"] = "";
16 $a->strings["Currently connected to: "] = "";
17 $a->strings["If enabled all your <strong>public</strong> postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "";
18 $a->strings["<strong>Note</strong>: Due your privacy settings (<em>Hide your profile details from unknown viewers?</em>) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "";
19 $a->strings["Allow posting to Twitter"] = "";
20 $a->strings["Send public postings to Twitter by default"] = "";
21 $a->strings["Mirror all posts from twitter that are no replies"] = "";
22 $a->strings["Import the remote timeline"] = "";
23 $a->strings["Automatically create contacts"] = "";
24 $a->strings["Clear OAuth configuration"] = "";
25 $a->strings["Twitter post failed. Queued for retry."] = "";
26 $a->strings["Settings updated."] = "";
27 $a->strings["Consumer key"] = "";
28 $a->strings["Consumer secret"] = "";
29 $a->strings["Name of the Twitter Application"] = "";
30 $a->strings["set this to avoid mirroring postings from ~friendica back to ~friendica"] = "";