PL translation update THX waldis
[friendica-addons.git/.git] / diaspora / lang / en-gb / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_en_gb")) {
4 function string_plural_select_en_gb($n){
5         return ($n != 1);;
6 }}
7 ;
8 $a->strings["Post to Diaspora"] = "Post to Diaspora";
9 $a->strings["Can't login to your Diaspora account. Please check username and password and ensure you used the complete address (including http...)"] = "Can't login to your Diaspora account. Please check username and password and ensure you used the complete address (including http...)";
10 $a->strings["Diaspora Export"] = "Diaspora Export";
11 $a->strings["Enable Diaspora Post Addon"] = "Enable Diaspora export";
12 $a->strings["Diaspora username"] = "Diaspora username";
13 $a->strings["Diaspora password"] = "Diaspora password";
14 $a->strings["Diaspora site URL"] = "Diaspora site URL";
15 $a->strings["Post to Diaspora by default"] = "Post to Diaspora by default";
16 $a->strings["Save Settings"] = "Save settings";
17 $a->strings["Diaspora post failed. Queued for retry."] = "Diaspora post failed. Queued for retry.";