]> git.mxchange.org Git - friendica-addons.git/blob - statusnet/lang/it/strings.php
d2703ec2568156cf7562ed79618c89421511f169
[friendica-addons.git] / statusnet / 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 StatusNet"] = "";
9 $a->strings["Please contact your site administrator.<br />The provided API URL is not valid."] = "";
10 $a->strings["We could not contact the StatusNet API with the Path you entered."] = "";
11 $a->strings["StatusNet settings updated."] = "";
12 $a->strings["StatusNet Import/Export/Mirror"] = "";
13 $a->strings["Globally Available StatusNet OAuthKeys"] = "";
14 $a->strings["There are preconfigured OAuth key pairs for some StatusNet servers available. If you are useing one of them, please use these credentials. If not feel free to connect to any other StatusNet instance (see below)."] = "";
15 $a->strings["Save Settings"] = "";
16 $a->strings["Provide your own OAuth Credentials"] = "";
17 $a->strings["No consumer key pair for StatusNet found. Register your Friendica Account as an desktop client on your StatusNet account, copy the consumer key pair here and enter the API base root.<br />Before you register your own OAuth key pair ask the administrator if there is already a key pair for this Friendica installation at your favorited StatusNet installation."] = "";
18 $a->strings["OAuth Consumer Key"] = "";
19 $a->strings["OAuth Consumer Secret"] = "";
20 $a->strings["Base API Path (remember the trailing /)"] = "";
21 $a->strings["StatusNet application name"] = "";
22 $a->strings["To connect to your StatusNet account click the button below to get a security code from StatusNet which you have to copy into the input box below and submit the form. Only your <strong>public</strong> posts will be posted to StatusNet."] = "";
23 $a->strings["Log in with StatusNet"] = "";
24 $a->strings["Copy the security code from StatusNet here"] = "";
25 $a->strings["Cancel Connection Process"] = "";
26 $a->strings["Current StatusNet API is"] = "";
27 $a->strings["Cancel StatusNet Connection"] = "";
28 $a->strings["Currently connected to: "] = "";
29 $a->strings["If enabled all your <strong>public</strong> postings can be posted to the associated StatusNet account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "";
30 $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 StatusNet will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "";
31 $a->strings["Allow posting to StatusNet"] = "";
32 $a->strings["Send public postings to StatusNet by default"] = "";
33 $a->strings["Mirror all posts from statusnet that are no replies or repeated messages"] = "";
34 $a->strings["Import the remote timeline"] = "";
35 $a->strings["Clear OAuth configuration"] = "";
36 $a->strings["Site name"] = "";
37 $a->strings["Consumer Secret"] = "";
38 $a->strings["Consumer Key"] = "";
39 $a->strings["Application name"] = "";