Merge branch 'develop' of https://github.com/friendica/friendica-addons into develop
[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         $n = intval($n);
6         return intval($n != 1);
7 }}
8 $a->strings['Post to Diaspora'] = 'Post to Diaspora';
9 $a->strings['Please remember: You can always be reached from Diaspora with your Friendica handle <strong>%s</strong>. '] = 'Please remember: You can always be reached from Diaspora with your Friendica handle <strong>%s</strong>. ';
10 $a->strings['This connector is only meant if you still want to use your old Diaspora account for some time. '] = 'This connector is only meant if you still want to use your old Diaspora account for some time. ';
11 $a->strings['However, it is preferred that you tell your Diaspora contacts the new handle <strong>%s</strong> instead.'] = 'It\'s preferrable that you tell your Diaspora contacts the new handle <strong>%s</strong> instead.';
12 $a->strings['All aspects'] = 'All aspects';
13 $a->strings['Public'] = 'Public';
14 $a->strings['Post to aspect:'] = 'Post to aspect:';
15 $a->strings['Connected with your Diaspora account <strong>%s</strong>'] = 'Connected with your Diaspora account <strong>%s</strong>';
16 $a->strings['Can\'t login to your Diaspora account. Please check handle (in the format user@domain.tld) and password.'] = 'Can\'t login to your Diaspora account. Please check handle (in the format user@domain.tld) and password.';
17 $a->strings['Diaspora Export'] = 'Diaspora Export';
18 $a->strings['Information'] = 'Information';
19 $a->strings['Error'] = 'Error';
20 $a->strings['Save Settings'] = 'Save settings';
21 $a->strings['Enable Diaspora Post Addon'] = 'Enable Diaspora export';
22 $a->strings['Diaspora handle'] = 'Diaspora handle';
23 $a->strings['Diaspora password'] = 'Diaspora password';
24 $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.'] = '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.';
25 $a->strings['Post to Diaspora by default'] = 'Post to Diaspora by default';
26 $a->strings['Diaspora settings updated.'] = 'Diaspora settings updated.';
27 $a->strings['Diaspora connector disabled.'] = 'Diaspora connector disabled.';