Skip to content

Commit

Permalink
! Missing more FB error messages. (facebook/languages/plugin.*)
Browse files Browse the repository at this point in the history
Signed-off-by: Nao <nao@wedge>
  • Loading branch information
Nao committed Jul 19, 2015
1 parent d502d45 commit bfd33fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions facebook/languages/plugin.english.php
Expand Up @@ -27,3 +27,6 @@
$txt['facebook_sync_topictofeed'] = 'Publish new topics';
$txt['facebook_sync_topictofeed_subtext'] = 'When you post a new topic, a new link is published on your wall/timeline';
$txt['facebook_user_already_exists'] = 'Sorry, this Facebook account is already linked to user <a href="<URL>?action=profile;u=%1$d">%2$s</a>.';
$txt['facebook_disabled'] = 'This feature is currently disabled.';
$txt['facebook_no_email'] = 'No e-mail address was found for this account.';
$txt['facebook_invalid_request'] = 'Invalid request.';
3 changes: 3 additions & 0 deletions facebook/languages/plugin.french.php
Expand Up @@ -27,3 +27,6 @@
$txt['facebook_sync_topictofeed'] = 'Republier mes sujets';
$txt['facebook_sync_topictofeed_subtext'] = 'Quand vous postez un nouveau sujet ici, un lien vers celui-ci sera publié sur votre journal Facebook';
$txt['facebook_user_already_exists'] = 'Désolé, ce compte Facebook est déjà lié à l\'utilisateur <a href="<URL>?action=profile;u=%1$d">%2$s</a>.';
$txt['facebook_disabled'] = 'Cette fonctionnalité est actuellement désactivée.';
$txt['facebook_no_email'] = 'Pas d\'adresse e-mail trouvée pour ce compte.';
$txt['facebook_invalid_request'] = 'Requête invalide.';

0 comments on commit bfd33fb

Please sign in to comment.