mirror of
https://github.com/friendica/friendica
synced 2025-04-25 11:50:11 +00:00
configurable FB poll interval, default 1hr.
This commit is contained in:
parent
4332e39d4d
commit
0f261ef8fa
4 changed files with 100 additions and 80 deletions
|
@ -605,6 +605,7 @@ $a->strings['Visible To:'] = 'Visible To:';
|
|||
$a->strings['Groups'] = 'Groups';
|
||||
$a->strings['Except For:'] = 'Except For:';
|
||||
$a->strings['Logged out.'] = 'Logged out.';
|
||||
$a->strings['Image/photo'] = 'Image/photo';
|
||||
$a->strings['Unknown | Not categorised'] = 'Unknown | Not categorised';
|
||||
$a->strings['Block immediately'] = 'Block immediately';
|
||||
$a->strings['Shady, spammer, self-marketer'] = 'Shady, spammer, self-marketer';
|
||||
|
@ -632,6 +633,7 @@ $a->strings['and'] = 'and';
|
|||
$a->strings[', and %d other people'] = ', and %d other people';
|
||||
$a->strings['%s like this.'] = '%s like this.';
|
||||
$a->strings['%s don\'t like this.'] = '%s don\'t like this.';
|
||||
$a->strings['Visible to <strong>everybody</strong>'] = 'Visible to <strong>everybody</strong>';
|
||||
$a->strings['Please enter a YouTube link:'] = 'Please enter a YouTube link:';
|
||||
$a->strings["Please enter a video\x28.ogg\x29 link/URL:"] = "Please enter a video\x28.ogg\x29 link/URL:";
|
||||
$a->strings["Please enter an audio\x28.ogg\x29 link/URL:"] = "Please enter an audio\x28.ogg\x29 link/URL:";
|
||||
|
@ -735,6 +737,7 @@ $a->strings['Complicated'] = 'Complicated';
|
|||
$a->strings['Don\'t care'] = 'Don\'t care';
|
||||
$a->strings['Ask me'] = 'Ask me';
|
||||
$a->strings['Facebook disabled'] = 'Facebook disabled';
|
||||
$a->strings['Updating contacts'] = 'Updating contacts';
|
||||
$a->strings['Facebook API key is missing.'] = 'Facebook API key is missing.';
|
||||
$a->strings['Facebook Connect'] = 'Facebook Connect';
|
||||
$a->strings['Install Facebook connector for this account.'] = 'Install Facebook connector for this account.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue