<?php

# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
 
 /**
 * SVN Keywords
 * $Revision: 183 $
 * $Author: CLM $
 * $Date: 2017-01-16 09:48:00 +0100 (lun., 16 janv. 2017) $
 */
 
$s_plugin_GenericUsers_title = "Generic Users";
$s_plugin_GenericUsers_description = "Generic Users with differents email address depending on the project";
$s_plugin_GenericUsers_create_generic = "Create a generic user";

$s_plugin_GenericUsers_manage_title = "Generic users management";
$s_plugin_GenericUsers_manage_info = "the user is generic";
$s_plugin_GenericUsers_create_title = "Generic user creation";

$s_plugin_GenericUsers_generic_user_email_display = "Generic user";

$s_plugin_GenericUsers_proj_manage_account_title = "Manage the generic users emails";
$s_plugin_GenericUsers_proj_manage_modify_email = "Modify the email";
$s_plugin_GenericUsers_proj_manage_validate_email = "Validate the email";
$s_plugin_GenericUsers_proj_manage_cancel_email = "Cancel";

$s_plugin_GenericUsers_user_add_genericity = "Turn into a generic user";
$s_plugin_GenericUsers_user_delete_genericity = "Delete the genericity";

$s_plugin_GenericUsers_prefs_table_title = "Preferences";
$s_plugin_GenericUsers_prefs_title_before_user = "Preferences for the user : ";
$s_plugin_GenericUsers_prefs_title_before_project = ", for the project : ";
$s_plugin_GenericUsers_prefs_return_project = "Return to project";

$s_plugin_GenericUsers_log_sucessful_user_creation_before_user_name = "User creation";
$s_plugin_GenericUsers_log_sucessful_user_creation_after_user_name = "in the generic users table";
$s_plugin_GenericUsers_log_user_creation_faillure_before_user_name = "The user";
$s_plugin_GenericUsers_log_user_creation_faillure_after_user_name = " doesn't exist. Adding the user into the generic users table is impossible.";
$s_plugin_GenericUsers_log_change_recipient_project = "Generic address detected, project = ";
$s_plugin_GenericUsers_log_change_recipient_new_email = ", returned address = ";
$s_plugin_GenericUsers_log_change_recipient_not_generic_case_recipient = "Recipient modification event catched, user is not generic. Recipient = ";
$s_plugin_GenericUsers_log_change_recipient_not_generic_case_subject = " | subject = ";
$s_plugin_GenericUsers_log_user_not_generic = "The user is not generic.";
$s_plugin_GenericUsers_log_set_email_before_user = "New Email for U";
$s_plugin_GenericUsers_log_set_email_before_project = " on the project ";

$s_plugin_GenericUsers_genericity_log_add_before_user = "Addition of U";
$s_plugin_GenericUsers_genericity_log_add_after_user = " to the generic users";
$s_plugin_GenericUsers_genericity_log_delete_before_user = "Suppression of U";
$s_plugin_GenericUsers_genericity_log_delete_after_user = " from the generic user table";
$s_plugin_GenericUsers_genericity_log_unknow_action = "Problem the action is neither an addition or neither a suppression";