]> git.mxchange.org Git - friendica-addons.git/blob - diaspora/lang/en-us/strings.php
RU translation diaspora addon THX Alexander An
[friendica-addons.git] / diaspora / lang / en-us / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_en_us")) {
4 function string_plural_select_en_us($n){
5         $n = intval($n);
6         return ($n != 1);;
7 }}
8 ;
9 $a->strings["Post to Diaspora"] = "Post to Diaspora";
10 $a->strings["Please remember: You can always be reached from Diaspora with your Friendica handle <strong>%s</strong>. "] = "";
11 $a->strings["This connector is only meant if you still want to use your old Diaspora account for some time. "] = "";
12 $a->strings["However, it is preferred that you tell your Diaspora contacts the new handle <strong>%s</strong> instead."] = "";
13 $a->strings["All aspects"] = "";
14 $a->strings["Public"] = "";
15 $a->strings["Post to aspect:"] = "";
16 $a->strings["Connected with your Diaspora account <strong>%s</strong>"] = "";
17 $a->strings["Can't login to your Diaspora account. Please check handle (in the format user@domain.tld) and password."] = "";
18 $a->strings["Diaspora Export"] = "Diaspora Export";
19 $a->strings["Information"] = "";
20 $a->strings["Error"] = "";
21 $a->strings["Save Settings"] = "Save settings";
22 $a->strings["Enable Diaspora Post Addon"] = "Enable Diaspora export";
23 $a->strings["Diaspora handle"] = "";
24 $a->strings["Diaspora password"] = "Diaspora password";
25 $a->strings["Privacy notice: Your Diaspora password will be stored unencrypted to authenticate you with your Diaspora pod. This means your Friendica node administrator can have access to it."] = "";
26 $a->strings["Post to Diaspora by default"] = "Post to Diaspora by default";
27 $a->strings["Diaspora settings updated."] = "";
28 $a->strings["Diaspora connector disabled."] = "";