diff options
author | Friendika <info@friendika.com> | 2011-05-02 20:14:37 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-05-02 20:14:37 -0700 |
commit | 0f261ef8fa41dc3c438b4eba36b314915e34aaf6 (patch) | |
tree | dce52be6e57d263ffc70829cead53aa1967ef463 /util/strings.php | |
parent | 4332e39d4d43d4f1fdfd490379ad427a78cb2267 (diff) | |
download | volse-hubzilla-0f261ef8fa41dc3c438b4eba36b314915e34aaf6.tar.gz volse-hubzilla-0f261ef8fa41dc3c438b4eba36b314915e34aaf6.tar.bz2 volse-hubzilla-0f261ef8fa41dc3c438b4eba36b314915e34aaf6.zip |
configurable FB poll interval, default 1hr.
Diffstat (limited to 'util/strings.php')
-rw-r--r-- | util/strings.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/util/strings.php b/util/strings.php index 48fcea4f9..0000e30f6 100644 --- a/util/strings.php +++ b/util/strings.php @@ -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.'; |