mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 19:08:49 +00:00
regenerated all the strings
This commit is contained in:
parent
55986ad17d
commit
25ba6023d0
767 changed files with 7410 additions and 7962 deletions
|
@ -5,24 +5,23 @@ function string_plural_select_en_gb($n){
|
|||
$n = intval($n);
|
||||
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>. "] = "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. "] = "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."] = "It's preferrable that you tell your Diaspora contacts the new handle <strong>%s</strong> instead.";
|
||||
$a->strings["All aspects"] = "All aspects";
|
||||
$a->strings["Public"] = "Public";
|
||||
$a->strings["Post to aspect:"] = "Post to aspect:";
|
||||
$a->strings["Connected with your Diaspora account <strong>%s</strong>"] = "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."] = "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"] = "Information";
|
||||
$a->strings["Error"] = "Error";
|
||||
$a->strings["Save Settings"] = "Save settings";
|
||||
$a->strings["Enable Diaspora Post Addon"] = "Enable Diaspora export";
|
||||
$a->strings["Diaspora handle"] = "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."] = "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."] = "Diaspora settings updated.";
|
||||
$a->strings["Diaspora connector disabled."] = "Diaspora connector disabled.";
|
||||
$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>. '] = '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. '] = '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.'] = 'It\'s preferrable that you tell your Diaspora contacts the new handle <strong>%s</strong> instead.';
|
||||
$a->strings['All aspects'] = 'All aspects';
|
||||
$a->strings['Public'] = 'Public';
|
||||
$a->strings['Post to aspect:'] = 'Post to aspect:';
|
||||
$a->strings['Connected with your Diaspora account <strong>%s</strong>'] = '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.'] = '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'] = 'Information';
|
||||
$a->strings['Error'] = 'Error';
|
||||
$a->strings['Save Settings'] = 'Save settings';
|
||||
$a->strings['Enable Diaspora Post Addon'] = 'Enable Diaspora export';
|
||||
$a->strings['Diaspora handle'] = '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.'] = '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.'] = 'Diaspora settings updated.';
|
||||
$a->strings['Diaspora connector disabled.'] = 'Diaspora connector disabled.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue