X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=www%2Fplugins%2Fnotifications2%2Flang%2Fnotifications_en.php;h=c441b2760c952ffa2d6fdf56e76572ad7ae7f23c;hb=c0f18416f529232b5555c6410a8765a5125ebcd3;hp=f0b77c36bde48dce981c3e0dc53fb08684acc1da;hpb=50522c53acc9e61a4a7de3a1890c4ba93e2f61b4;p=lhc%2Fweb%2Fwww.git diff --git a/www/plugins/notifications2/lang/notifications_en.php b/www/plugins/notifications2/lang/notifications_en.php index f0b77c36..c441b276 100644 --- a/www/plugins/notifications2/lang/notifications_en.php +++ b/www/plugins/notifications2/lang/notifications_en.php @@ -3,15 +3,24 @@ // extrait automatiquement de http://trad.spip.net/tradlang_module/notifications?lang_cible=en // ** ne pas modifier le fichier ** -if (!defined('_ECRIRE_INC_VERSION')) return; +if (!defined('_ECRIRE_INC_VERSION')) { + return; +} $GLOBALS[$GLOBALS['idx_lang']] = array( + // 0 + '0' => '--------------', + // A 'alt_logo_conf' => 'Notifications plugin logo', 'article_prive' => 'Articles publishing', - 'article_prive_admins_restreints' => 'Administrators: Administrators get notified when article(s) is(are) proposed in their section', + 'article_prive_admins_restreints' => 'Restricted Administrators: Restricted Administrators get notified when article(s) is(are) proposed in their section. +For General Administrators see + default tool of SPIP.', 'article_prive_auteurs' => 'Authors: Authors get notified when their article(s) is(are) proposed, published or deleted.', + 'article_prive_auteurs_refus' => 'Authors : authors receive notifications when the publications of their(s) article(s) is rejected.', + 'article_prive_publieur' => 'If one of the authors is the one publishing the article he will not be notified.', 'article_propose_detail' => 'The article "@titre@" is submitted for publication.', 'article_propose_sujet' => '[@nom_site_spip@] Submitted: @titre@', 'article_propose_titre' => 'Article submitted @@ -22,6 +31,9 @@ $GLOBALS[$GLOBALS['idx_lang']] = array( 'article_publie_sujet' => '[@nom_site_spip@] PUBLISHED: @titre@', 'article_publie_titre' => 'Article published --------------', + 'article_refuse_detail' => 'The article "@titre@" has been rejected by @connect_nom@.', + 'article_refuse_sujet' => '[@nom_site_spip@] REJECTED: @titre@', + 'article_refuse_titre' => 'Article rejected', 'article_valide_date' => 'Without change, this article will be published', 'article_valide_detail' => 'The article "@titre@" is validated by @connect_nom@.', 'article_valide_sujet' => '[@nom_site_spip@] VALIDATED: @titre@', @@ -51,13 +63,18 @@ $GLOBALS[$GLOBALS['idx_lang']] = array( 'forum_prives_auteur' => 'Authors: Authors get notified when comments are posted to their article(s) or comment(s) on the private area.', 'forum_prives_moderateur' => 'Please indicate the moderator’s email address for private forums, (comma-separated in case of multiple addresses).', 'forum_prives_thread' => 'Forum thread: Posters to the same thread get notified when a new comment is posted to the (private) thread.', + 'forums_admins_restreints' => 'Administrators : +Restricted administrators get notified when new posts are published in the sector.', + 'forums_limiter_rubriques_explication' => 'Specify the identifiers of each section where you want to activate the notifications, separated with a comma. example: "11,26"', + 'forums_limiter_rubriques_label' => 'Limit to these sections:', 'forums_prives' => 'Forums in private area', 'forums_public' => 'Public forums', 'forums_public_a_noter' => 'Note: if forums are awaiting validation from moderators before publication, only authors with rights to validate forums get notified when the comment is posted ; other recipients get notified only when moderators validate the comment.', - 'forums_public_article' => 'Reply to an article: persons who have publicly replied to an article will receive forum notifications for that article (useful for «flat» forums).', + 'forums_public_article' => 'Reply to an article: persons who have publicly replied to an article will receive forum notifications for that article (useful for «flat» forums). Posts tagged as deleted or spam will be excluded.', 'forums_public_auteurs' => 'Authors: Authors get notified when new comments are posted to their article(s) on the public area.', + 'forums_public_liste' => 'additional adress: an email adress which will receive the posts publicly published (or several separated by commas), useful for example for non-moderated forums.', 'forums_public_moderateur' => 'Please indicate the moderator’s email address for public forums, (comma-separated in case of multiple addresses).', - 'forums_public_thread' => 'Forum thread: Posters to the same thread get notified when a new comment is posted to the (public) thread.', + 'forums_public_thread' => 'Forum thread: Posters to the same thread get notified when a new comment is posted to the (public) thread. Posts tagged as deleted or spam are excluded.', // I 'info_lien_publier_commentaire' => 'Publish this comment online', @@ -118,5 +135,3 @@ $GLOBALS[$GLOBALS['idx_lang']] = array( // T 'titre_moderation' => 'Moderation' ); - -?>