]> git.mxchange.org Git - friendica-addons.git/blobdiff - diaspora/lang/en-us/strings.php
regenerated all the strings
[friendica-addons.git] / diaspora / lang / en-us / strings.php
index 237dfee51ee1aff9b4db4267aacdc9b191fd4ab4..11d4ab78c8a53a534a696183c2a9499cb401eb1e 100644 (file)
@@ -3,26 +3,11 @@
 if(! function_exists("string_plural_select_en_us")) {
 function string_plural_select_en_us($n){
        $n = intval($n);
-       return ($n != 1);;
+       return intval($n != 1);
 }}
-;
-$a->strings["Post to Diaspora"] = "Post to Diaspora";
-$a->strings["Please remember: You can always be reached from Diaspora with your Friendica handle <strong>%s</strong>. "] = "";
-$a->strings["This connector is only meant if you still want to use your old Diaspora account for some time. "] = "";
-$a->strings["However, it is preferred that you tell your Diaspora contacts the new handle <strong>%s</strong> instead."] = "";
-$a->strings["All aspects"] = "";
-$a->strings["Public"] = "";
-$a->strings["Post to aspect:"] = "";
-$a->strings["Connected with your Diaspora account <strong>%s</strong>"] = "";
-$a->strings["Can't login to your Diaspora account. Please check handle (in the format user@domain.tld) and password."] = "";
-$a->strings["Diaspora Export"] = "Diaspora Export";
-$a->strings["Information"] = "";
-$a->strings["Error"] = "";
-$a->strings["Save Settings"] = "Save settings";
-$a->strings["Enable Diaspora Post Addon"] = "Enable Diaspora export";
-$a->strings["Diaspora handle"] = "";
-$a->strings["Diaspora password"] = "Diaspora password";
-$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."] = "";
-$a->strings["Post to Diaspora by default"] = "Post to Diaspora by default";
-$a->strings["Diaspora settings updated."] = "";
-$a->strings["Diaspora connector disabled."] = "";
+$a->strings['Post to Diaspora'] = 'Post to Diaspora';
+$a->strings['Diaspora Export'] = 'Diaspora Export';
+$a->strings['Save Settings'] = 'Save settings';
+$a->strings['Enable Diaspora Post Addon'] = 'Enable Diaspora export';
+$a->strings['Diaspora password'] = 'Diaspora password';
+$a->strings['Post to Diaspora by default'] = 'Post to Diaspora by default';