Test Setup Failed
Pull Request — gcconnex (#1459)
by Ilia
05:10
created
mod/phpmailer/vendors/language/phpmailer.lang-ar.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
 $PHPMAILER_LANG['mailer_not_supported'] = ' برنامج الإرسال غير مدعوم.';
20 20
 $PHPMAILER_LANG['provide_address']      = 'يجب توفير عنوان البريد الإلكتروني لمستلم واحد على الأقل.';
21 21
 $PHPMAILER_LANG['recipients_failed']    = 'خطأ SMTP: الأخطاء التالية ' .
22
-                                          'فشل في الارسال لكل من : ';
22
+										  'فشل في الارسال لكل من : ';
23 23
 $PHPMAILER_LANG['signing']              = 'خطأ في التوقيع: ';
24 24
 $PHPMAILER_LANG['smtp_connect_failed']  = 'SMTP Connect() غير ممكن.';
25 25
 $PHPMAILER_LANG['smtp_error']           = 'خطأ على مستوى الخادم SMTP: ';
Please login to merge, or discard this patch.
mod/phpmailer/vendors/language/phpmailer.lang-pl.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
 $PHPMAILER_LANG['from_failed']          = 'Następujący adres Nadawcy jest nieprawidłowy: ';
16 16
 $PHPMAILER_LANG['instantiate']          = 'Nie można wywołać funkcji mail(). Sprawdź konfigurację serwera.';
17 17
 $PHPMAILER_LANG['invalid_address']      = 'Nie można wysłać wiadomości, '.
18
-    'następujący adres Odbiorcy jest nieprawidłowy: ';
18
+	'następujący adres Odbiorcy jest nieprawidłowy: ';
19 19
 $PHPMAILER_LANG['provide_address']      = 'Należy podać prawidłowy adres email Odbiorcy.';
20 20
 $PHPMAILER_LANG['mailer_not_supported'] = 'Wybrana metoda wysyłki wiadomości nie jest obsługiwana.';
21 21
 $PHPMAILER_LANG['recipients_failed']    = 'Błąd SMTP: Następujący odbiorcy są nieprawidłowi: ';
Please login to merge, or discard this patch.
mod/phpmailer/views/default/plugins/phpmailer/settings.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -97,7 +97,7 @@
 block discarded – undo
97 97
 	'options' => array(
98 98
 		'SSL' => 'ssl',
99 99
 		'TLS' => 'tls'
100
-    )
100
+	)
101 101
 ));
102 102
 
103 103
 echo elgg_echo('phpmailer:port') . ':';
Please login to merge, or discard this patch.
mod/custom_index_widgets/start.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@  discard block
 block discarded – undo
6 6
  * @author Fx NION
7 7
  */
8 8
 	 
9
-    function custom_index_widgets_init() {
9
+	function custom_index_widgets_init() {
10 10
 
11 11
 if (elgg_is_active_plugin('gc_fedsearch_gsa') && ((!$gsa_usertest) && strcmp($gsa_agentstring,strtolower($_SERVER['HTTP_USER_AGENT'])) == 0) || strstr(strtolower($_SERVER['HTTP_USER_AGENT']), 'gsa-crawler') !== false ) {
12 12
  
@@ -94,9 +94,9 @@  discard block
 block discarded – undo
94 94
 			//elgg_extend_view("css/elgg", "widgets/events_index/css");
95 95
 			elgg_register_widget_type("events_index", elgg_echo("custom_index_widgets:events_index:name"), elgg_echo("custom_index_widgets:events_index:name"), array("custom_index_widgets"), true);
96 96
 		}
97
-    }
97
+	}
98 98
     
99
-    function custom_index_widgets($hook, $type, $return, $params) {
99
+	function custom_index_widgets($hook, $type, $return, $params) {
100 100
 		if ($return == true) {
101 101
 			// another hook has already replaced the front page
102 102
 			return $return;
@@ -130,10 +130,10 @@  discard block
 block discarded – undo
130 130
 	function custom_index_show_widget_area($areawidgets){
131 131
 		if (is_array($areawidgets) && sizeof($areawidgets) > 0)
132 132
 			foreach($areawidgets as $widget) {
133
-            /*Adding a check if widget is set to access ID 2 to show*/
134
-            if($widget->access_id == 1 && !elgg_is_logged_in()){
133
+			/*Adding a check if widget is set to access ID 2 to show*/
134
+			if($widget->access_id == 1 && !elgg_is_logged_in()){
135 135
             
136
-            }else{
136
+			}else{
137 137
 			 if ($widget instanceof ElggWidget){
138 138
 					$vars['entity'] = $widget;
139 139
                     
@@ -148,14 +148,14 @@  discard block
 block discarded – undo
148 148
 				}
149 149
 				else
150 150
 					echo $widget;
151
-            }
151
+			}
152 152
 		}
153 153
 	}
154 154
 	
155 155
 	function custom_index_build_columns($area_widget_list, $widgettypes, $build_server_side=TRUE){
156 156
 
157 157
 		$column_widgets_view = array();
158
-    	$column_widgets_string="";
158
+		$column_widgets_string="";
159 159
 		
160 160
 		if (is_array($area_widget_list) && sizeof($area_widget_list) > 0) {
161 161
 	  		foreach($area_widget_list as $widget) {
Please login to merge, or discard this patch.
mod/gc_elgg_sitemap/start.php 1 patch
Indentation   +22 added lines, -22 removed lines patch added patch discarded remove patch
@@ -8,27 +8,27 @@  discard block
 block discarded – undo
8 8
 	// display text only if user agent string is gsa-crawler (or whatever is set)
9 9
 	if (strstr(strtolower($_SERVER['HTTP_USER_AGENT']), 'gsa-crawler') !== false) {
10 10
 
11
-	    elgg_register_plugin_hook_handler('register', 'menu:site', 'elgg_site_menu_handler', array());
12
-	    elgg_register_plugin_hook_handler('register', 'menu:user_menu', 'elgg_user_menu_handler', array());
13
-	    elgg_register_plugin_hook_handler('register', 'menu:title', 'elgg_user_menu_handler', array());
14
-	    elgg_register_plugin_hook_handler('register', 'menu:filter', 'elgg_entity_menu_handler', array());
15
-	    elgg_register_plugin_hook_handler('prepare', 'breadcrumbs', 'elgg_breadcrumb_handler', array());
16
-	    elgg_register_plugin_hook_handler('register', 'menu:title2', 'elgg_site_menu_handler', array());
11
+		elgg_register_plugin_hook_handler('register', 'menu:site', 'elgg_site_menu_handler', array());
12
+		elgg_register_plugin_hook_handler('register', 'menu:user_menu', 'elgg_user_menu_handler', array());
13
+		elgg_register_plugin_hook_handler('register', 'menu:title', 'elgg_user_menu_handler', array());
14
+		elgg_register_plugin_hook_handler('register', 'menu:filter', 'elgg_entity_menu_handler', array());
15
+		elgg_register_plugin_hook_handler('prepare', 'breadcrumbs', 'elgg_breadcrumb_handler', array());
16
+		elgg_register_plugin_hook_handler('register', 'menu:title2', 'elgg_site_menu_handler', array());
17 17
 
18
-	    elgg_register_menu_item('site', array('name' => 'pages', 'text' => 'Pages', 'href' => '/pages/all'));
18
+		elgg_register_menu_item('site', array('name' => 'pages', 'text' => 'Pages', 'href' => '/pages/all'));
19 19
 
20 20
 	
21
-	    /// remove all the sidebars across the site
22
-	    elgg_register_plugin_hook_handler('view', 'bookmarks/sidebar', 'elgg_sidebar_handler');
23
-	    elgg_register_plugin_hook_handler('view', 'blog/sidebar', 'elgg_sidebar_handler');
24
-	    elgg_register_plugin_hook_handler('view', 'event_calendar/sidebar', 'elgg_sidebar_handler');
25
-	    elgg_register_plugin_hook_handler('view', 'file/sidebar', 'elgg_sidebar_handler');
26
-	    elgg_register_plugin_hook_handler('view', 'groups/sidebar', 'elgg_sidebar_handler');
27
-	    elgg_register_plugin_hook_handler('view', 'members/sidebar', 'elgg_sidebar_handler');
28
-	    elgg_register_plugin_hook_handler('view', 'missiona/sidebar', 'elgg_sidebar_handler');
29
-	    elgg_register_plugin_hook_handler('view', 'thewire/sidebar', 'elgg_sidebar_handler');
30
-	    elgg_register_plugin_hook_handler('view', 'photos/sidebar', 'elgg_sidebar_handler');
31
-	    elgg_register_plugin_hook_handler('view', 'file/sidebar', 'elgg_sidebar_handler');
21
+		/// remove all the sidebars across the site
22
+		elgg_register_plugin_hook_handler('view', 'bookmarks/sidebar', 'elgg_sidebar_handler');
23
+		elgg_register_plugin_hook_handler('view', 'blog/sidebar', 'elgg_sidebar_handler');
24
+		elgg_register_plugin_hook_handler('view', 'event_calendar/sidebar', 'elgg_sidebar_handler');
25
+		elgg_register_plugin_hook_handler('view', 'file/sidebar', 'elgg_sidebar_handler');
26
+		elgg_register_plugin_hook_handler('view', 'groups/sidebar', 'elgg_sidebar_handler');
27
+		elgg_register_plugin_hook_handler('view', 'members/sidebar', 'elgg_sidebar_handler');
28
+		elgg_register_plugin_hook_handler('view', 'missiona/sidebar', 'elgg_sidebar_handler');
29
+		elgg_register_plugin_hook_handler('view', 'thewire/sidebar', 'elgg_sidebar_handler');
30
+		elgg_register_plugin_hook_handler('view', 'photos/sidebar', 'elgg_sidebar_handler');
31
+		elgg_register_plugin_hook_handler('view', 'file/sidebar', 'elgg_sidebar_handler');
32 32
 		elgg_register_plugin_hook_handler('view', 'input/longtext', 'elgg_comment_view_handler');
33 33
 		elgg_register_plugin_hook_handler('view', 'input/submit', 'elgg_comment_view_handler');
34 34
 		elgg_register_plugin_hook_handler('view', 'ouptput/url', 'elgg_comment_view_handler');
@@ -38,7 +38,7 @@  discard block
 block discarded – undo
38 38
 		elgg_register_plugin_hook_handler('view', 'page/elements/comments', 'elgg_comment_view_handler');
39 39
 		elgg_register_plugin_hook_handler('view', 'page/elements/topbar_wrapper', 'elgg_view_topbar_handler');
40 40
 
41
-	    /// renmove these pages so that it doesn't get crawled
41
+		/// renmove these pages so that it doesn't get crawled
42 42
 		elgg_unregister_page_handler('activity');
43 43
 		elgg_unregister_page_handler('dashboard');
44 44
 		elgg_unregister_menu_item('topbar', 'dashboard');
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
 		elgg_register_plugin_hook_handler('view', 'event_calendar/filter_menu', 'elgg_members_menu_handler');
63 63
 
64 64
 
65
-	    elgg_register_plugin_hook_handler('register','menu:owner_block','group_navigation_handler');
65
+		elgg_register_plugin_hook_handler('register','menu:owner_block','group_navigation_handler');
66 66
 		elgg_extend_view('groups/profile/summary', 'group_tabs', 600);
67 67
 
68 68
 		elgg_register_plugin_hook_handler('entity:url', 'group', 'redirect_group_url');
@@ -288,8 +288,8 @@  discard block
 block discarded – undo
288 288
 function elgg_event_calendar_list_handler($hook, $type, $value, $params) {
289 289
 
290 290
 	$event_list = elgg_list_entities([
291
-	    'type' => 'object',
292
-	    'subtype' => 'event_calendar',
291
+		'type' => 'object',
292
+		'subtype' => 'event_calendar',
293 293
 	]);
294 294
 
295 295
 	return $event_list;
Please login to merge, or discard this patch.
mod/c_module_dump/start.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
 	}
47 47
 
48 48
 	// everything below are rebels
49
-    // nick p -2016-02-18: changed priority to have friendly message at bottom of content
49
+	// nick p -2016-02-18: changed priority to have friendly message at bottom of content
50 50
 	elgg_extend_view('forms/photos/image/save', 'forms/save2', 900);
51 51
 	elgg_extend_view('forms/photos/batch/edit', 'forms/save2', 900);
52 52
 	//elgg_extend_view('forms/photos/batch/edit/image', 'forms/save2', 600);
Please login to merge, or discard this patch.
mod/simplesaml/lib/events.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -65,9 +65,9 @@
 block discarded – undo
65 65
 	}
66 66
 	//forward(REFERER);
67 67
 	$obj = elgg_get_entities(array(
68
-     	'type' => 'object',
69
-     	'subtype' => 'gcpedia_account',
70
-     	'owner_guid' => elgg_get_logged_in_user_guid()
68
+	 	'type' => 'object',
69
+	 	'subtype' => 'gcpedia_account',
70
+	 	'owner_guid' => elgg_get_logged_in_user_guid()
71 71
 		));
72 72
 		$gcpuser = $obj[0]->title;
73 73
 		if ($gcpuser){
Please login to merge, or discard this patch.
mod/b_extended_profile_collab/languages/fr.php 1 patch
Indentation   +106 added lines, -106 removed lines patch added patch discarded remove patch
@@ -7,114 +7,114 @@
 block discarded – undo
7 7
  */
8 8
 
9 9
 $french = array(
10
-    'temp:languages:disabled:message' => "<br />Nous sommes en train de re-travailler comment les compétences linguistiques apparaîtront dans les profils GCcollab.<br />Restez à l'écoute pour des mises à jour.",
10
+	'temp:languages:disabled:message' => "<br />Nous sommes en train de re-travailler comment les compétences linguistiques apparaîtront dans les profils GCcollab.<br />Restez à l'écoute pour des mises à jour.",
11 11
 
12
-    'gcconnex_profile:basic:user_type' => "Occupation : ",
13
-    'gcconnex_profile:basic:institution' => "Institution : ",
14
-    'gcconnex_profile:basic:current_occupation' => "Current Occupation as %s at %s (Translate please)",
12
+	'gcconnex_profile:basic:user_type' => "Occupation : ",
13
+	'gcconnex_profile:basic:institution' => "Institution : ",
14
+	'gcconnex_profile:basic:current_occupation' => "Current Occupation as %s at %s (Translate please)",
15 15
     
16
-    'gcconnex-profile-card:academic' => 'Milieu universitaire',
17
-    'gcconnex-profile-card:student' => 'Étudiant',
18
-    'gcconnex-profile-card:federal' => 'Gouvernement fédéral',
19
-    'gcconnex-profile-card:provincial' => 'Gouvernement provincial / territorial',
20
-    'gcconnex-profile-card:municipal' => 'Administration municipale',
21
-    'gcconnex-profile-card:international' => 'International / Gouvernement étranger',
22
-    'gcconnex-profile-card:ngo' => 'Organismes non gouvernementaux',
23
-    'gcconnex-profile-card:community' => 'Collectivité / Sans but lucratif',
24
-    'gcconnex-profile-card:business' => 'Entreprise',
25
-    'gcconnex-profile-card:media' => 'Média',
26
-    'gcconnex-profile-card:retired' => 'Fonctionnaire à la retraité(e)',
27
-    'gcconnex-profile-card:other' => 'Autres renseignements',
28
-
29
-    'gcconnex-profile-card:university' => 'Université',
30
-    'gcconnex-profile-card:college' => 'Collège',
31
-    'gcconnex-profile-card:highschool' => 'École secondaire',
32
-    'gcconnex-profile-card:province' => 'Province / territoire',
33
-    'gcconnex-profile-card:ministry' => 'Ministère',
34
-
35
-    'gcc_profile:notaccepted' => "Vous devez donner une adresse de courriel approuvée",
36
-
37
-    'gcconnex_profile:about_me:access' => 'Accès aux renseignements à mon sujet : ',
38
-
39
-    // BASIC PROFILE FORM
40
-    'gcconnex_profile:basic:name' => 'Nom : ',
41
-    'gcconnex_profile:basic:job' => 'Titre : ',
42
-    'gcconnex_profile:basic:federal' => 'Organisation : ',
43
-    'gcconnex_profile:basic:ministry' => 'Ministère : ',
44
-    'gcconnex_profile:basic:university' => 'Université : ',
45
-    'gcconnex_profile:basic:college' => 'Collège : ',
46
-    'gcconnex_profile:basic:highschool' => 'École secondaire : ',
47
-    'gcconnex_profile:basic:provincial' => 'Province / territoire : ',
48
-    'gcconnex_profile:basic:municipal' => 'Organisation : ',
49
-    'gcconnex_profile:basic:international' => 'Organisation : ',
50
-    'gcconnex_profile:basic:ngo' => 'Organisation : ',
51
-    'gcconnex_profile:basic:community' => 'Organisation : ',
52
-    'gcconnex_profile:basic:business' => 'Organisation : ',
53
-    'gcconnex_profile:basic:media' => 'Organisation : ',
54
-    'gcconnex_profile:basic:retired' => 'Organisation : ',
55
-    'gcconnex_profile:basic:other' => 'Organisation : ',
56
-    'gcconnex_profile:basic:location' => 'Adresse : ',
57
-    'gcconnex_profile:basic:phone' => 'Téléphone : ',
58
-    'gcconnex_profile:basic:mobile' => 'Cellulaire : ',
59
-    'gcconnex_profile:basic:email' => 'Courriel : ',
60
-    'gcconnex_profile:basic:website' =>  'Site Web : ',
61
-    'gcconnex_profile:basic:micro_confirmation' => 'Les micro-affectations sont des affectations de courte durée publiées sur GCcollab et offertes à tous les fonctionnaires, sans égard à leur ministère. Elles sont de courte durée et de portée restreinte.<p>Avant de présenter votre candidature pour participer à des micro-affectations, vous devez d\'abord obtenir l\'autorisation de votre gestionnaire, puis cliquer sur la case à cocher ci-dessous.', //Micro affectation ou micro-mission?
62
-
63
-    // EDUCATION
64
-    'gcconnex_profile:education:school' => 'Nom de l\'établissement : ',
65
-    'gcconnex_profile:education:start_month' => 'Mois de début : ',
66
-    'gcconnex_profile:education:start_year' => 'Année de début : ',
67
-    'gcconnex_profile:education:end_year' => 'Année de fin : ',
68
-    'gcconnex_profile:education:end_month' => 'Mois de fin : ',
69
-    'gcconnex_profile:education:degree' => 'Diplôme obtenu : ',
70
-    'gcconnex_profile:education:program' => 'Programme : ',
71
-    'gcconnex_profile:education:field' =>  'Domaine d\'études : ',
72
-    'gcconnex_profile:education:access' => 'Accès aux renseignements sur mes études : ',
73
-
74
-    // WORK EXPERIENCE
75
-    'gcconnex_profile:experience:organization' => 'Nom de l’organisation : ',
76
-    'gcconnex_profile:experience:title' => 'Titre : ',
77
-    'gcconnex_profile:experience:start_month' => 'Mois de début : ',
78
-    'gcconnex_profile:experience:year' => 'Année : ',
79
-    'gcconnex_profile:experience:end_month' => 'Mois de fin : ',
80
-    'gcconnex_profile:experience:not_applicable' => 'N\'est pas applicable',
81
-    'gcconnex_profile:experience:colleagues' =>  'Collègues : ',
82
-    'gcconnex_profile:experience:colleague_suggest' => 'Pour lier un ou une collègue à cette entrée, cette personne doit faire partie de votre liste de collègues GCcollab',
83
-
84
-    // leftover skills
85
-    'gcconnex_profile:gc_skill:leftover' => 'Vous avez précédemment ajouté des compétences à votre profil GCcollab. Veuillez passer en revue les compétences ci-dessous et les verser dans ce nouveau gabarit, au besoin. Lorsque vous ajoutez des compétences à votre profil, assurez-vous qu\'il s\'agit de compétences que vous croyez réellement posséder, qu\'elles sont précises, qu\'ils s\'agit de comptéences professionnelles, et qu’elles permettent aux personnes qui consultent votre profil d’obtenir de l’information claire, utile et pertinente à votre sujet (essayez d’éviter les expressions comme « plein d’choses » et « accomplir plein de tâches »). ',
86
-
87
-    // PORTFOLIO
88
-    'gcconnex_profile:portfolio:access' => 'Accès aux renseignements de mon portfolio : ',
89
-    'gcconnex_profile:portfolio:title' => 'Titre : ',
90
-    'gcconnex_profile:portfolio:link' => 'Hyperlien : ',
91
-    'gcconnex_profile:portfolio:publication_date' => 'Date de publication : ',
92
-    'gcconnex_profile:portfolio:description' => 'Description : ',
93
-
94
-    'gcconnex_profile:opt:career' => 'Possibilités de carrière',
95
-    'gcconnex_profile:opt:mentored' => 'Mentoré',
96
-    'gcconnex_profile:opt:mentoring' => 'Mentor',
97
-    'gcconnex_profile:opt:seeking' => 'Recherche',
98
-    'gcconnex_profile:opt:offering' => 'Offre',
99
-    'gcconnex_profile:opt:casual_seek' => 'Emploi occasionnel participant',
100
-    'gcconnex_profile:opt:casual_create' => 'Emploi occasionnel hôte',
101
-    'gcconnex_profile:opt:student_seek' => 'Intégration des étudiants participant',
102
-    'gcconnex_profile:opt:student_create' => 'Intégration des étudiants hôte',
103
-
104
-    'gcconnex_profile:opt:casual_tooltip' => 'Les employés occasionnels sont des travailleurs embauchés pour une période déterminée ne dépassant pas 90 jours ouvrables par année civile dans un ministère ou organisme pour lequel la Commission de la fonction publique (CFP) a le pouvoir exclusif de faire des nominations. La période d\'emploi temporaire peut être pour une ou plusieurs périodes déterminées, mais elle ne doit pas dépasser 90 jours ouvrables dans un ministère ou organisme par année civile.',
105
-    'gcconnex_profile:opt:student_tooltip' => 'Tout diplômé d\'un programme postsecondaire qui a travaillé comme étudiant salarié à la fonction publique fédérale, via PFETE, COOP ou PAR, peut être considéré pour intégration.',
106
-
107
-    'email_change_confirmation:request' => "Pour terminer la modification de votre adresse de courriel, veuillez vérifier les mails de votre votre compte %s",
108
-
109
-    'email_change_confirmation:error:user' => "Vous n'êtes pas le membre pour lequel cette demande a été faite",
110
-    'email_change_confirmation:error:request' => "Aucune demande de changement d'adresse de courriel en attente",
111
-    'email_change_confirmation:error:code' => "Le code de confirmation fourni est incorrect, veuillez vérifier le courriel reçu",
112
-
113
-    'email_change_confirmation:request:subject' => "Demande de changement d'adresse de courriel pour %s",
114
-    'email_change_confirmation:request:message' => "Bonjour %s,<br/><br/>Vous avez demandé le changement de votre adresse de courriel sur %s vers cette adresse de courriel. Pour confirmer et terminer le changement, veuillez cliquer sur le lien suivant :<br/><br/>%s",
115
-
116
-    'email_change_confirmation:success:subject' => "Adresse de courriel changée pour %s",
117
-    'email_change_confirmation:success:message' => "Bonjour %s,<br/><br/>Votre adresse de courriel sur %s a été changée. Si vous n'êtes pas à l'origine de ce changement ou ne l'avez pas demandé, veuillez contacter l'un des administrateurs du site."
16
+	'gcconnex-profile-card:academic' => 'Milieu universitaire',
17
+	'gcconnex-profile-card:student' => 'Étudiant',
18
+	'gcconnex-profile-card:federal' => 'Gouvernement fédéral',
19
+	'gcconnex-profile-card:provincial' => 'Gouvernement provincial / territorial',
20
+	'gcconnex-profile-card:municipal' => 'Administration municipale',
21
+	'gcconnex-profile-card:international' => 'International / Gouvernement étranger',
22
+	'gcconnex-profile-card:ngo' => 'Organismes non gouvernementaux',
23
+	'gcconnex-profile-card:community' => 'Collectivité / Sans but lucratif',
24
+	'gcconnex-profile-card:business' => 'Entreprise',
25
+	'gcconnex-profile-card:media' => 'Média',
26
+	'gcconnex-profile-card:retired' => 'Fonctionnaire à la retraité(e)',
27
+	'gcconnex-profile-card:other' => 'Autres renseignements',
28
+
29
+	'gcconnex-profile-card:university' => 'Université',
30
+	'gcconnex-profile-card:college' => 'Collège',
31
+	'gcconnex-profile-card:highschool' => 'École secondaire',
32
+	'gcconnex-profile-card:province' => 'Province / territoire',
33
+	'gcconnex-profile-card:ministry' => 'Ministère',
34
+
35
+	'gcc_profile:notaccepted' => "Vous devez donner une adresse de courriel approuvée",
36
+
37
+	'gcconnex_profile:about_me:access' => 'Accès aux renseignements à mon sujet : ',
38
+
39
+	// BASIC PROFILE FORM
40
+	'gcconnex_profile:basic:name' => 'Nom : ',
41
+	'gcconnex_profile:basic:job' => 'Titre : ',
42
+	'gcconnex_profile:basic:federal' => 'Organisation : ',
43
+	'gcconnex_profile:basic:ministry' => 'Ministère : ',
44
+	'gcconnex_profile:basic:university' => 'Université : ',
45
+	'gcconnex_profile:basic:college' => 'Collège : ',
46
+	'gcconnex_profile:basic:highschool' => 'École secondaire : ',
47
+	'gcconnex_profile:basic:provincial' => 'Province / territoire : ',
48
+	'gcconnex_profile:basic:municipal' => 'Organisation : ',
49
+	'gcconnex_profile:basic:international' => 'Organisation : ',
50
+	'gcconnex_profile:basic:ngo' => 'Organisation : ',
51
+	'gcconnex_profile:basic:community' => 'Organisation : ',
52
+	'gcconnex_profile:basic:business' => 'Organisation : ',
53
+	'gcconnex_profile:basic:media' => 'Organisation : ',
54
+	'gcconnex_profile:basic:retired' => 'Organisation : ',
55
+	'gcconnex_profile:basic:other' => 'Organisation : ',
56
+	'gcconnex_profile:basic:location' => 'Adresse : ',
57
+	'gcconnex_profile:basic:phone' => 'Téléphone : ',
58
+	'gcconnex_profile:basic:mobile' => 'Cellulaire : ',
59
+	'gcconnex_profile:basic:email' => 'Courriel : ',
60
+	'gcconnex_profile:basic:website' =>  'Site Web : ',
61
+	'gcconnex_profile:basic:micro_confirmation' => 'Les micro-affectations sont des affectations de courte durée publiées sur GCcollab et offertes à tous les fonctionnaires, sans égard à leur ministère. Elles sont de courte durée et de portée restreinte.<p>Avant de présenter votre candidature pour participer à des micro-affectations, vous devez d\'abord obtenir l\'autorisation de votre gestionnaire, puis cliquer sur la case à cocher ci-dessous.', //Micro affectation ou micro-mission?
62
+
63
+	// EDUCATION
64
+	'gcconnex_profile:education:school' => 'Nom de l\'établissement : ',
65
+	'gcconnex_profile:education:start_month' => 'Mois de début : ',
66
+	'gcconnex_profile:education:start_year' => 'Année de début : ',
67
+	'gcconnex_profile:education:end_year' => 'Année de fin : ',
68
+	'gcconnex_profile:education:end_month' => 'Mois de fin : ',
69
+	'gcconnex_profile:education:degree' => 'Diplôme obtenu : ',
70
+	'gcconnex_profile:education:program' => 'Programme : ',
71
+	'gcconnex_profile:education:field' =>  'Domaine d\'études : ',
72
+	'gcconnex_profile:education:access' => 'Accès aux renseignements sur mes études : ',
73
+
74
+	// WORK EXPERIENCE
75
+	'gcconnex_profile:experience:organization' => 'Nom de l’organisation : ',
76
+	'gcconnex_profile:experience:title' => 'Titre : ',
77
+	'gcconnex_profile:experience:start_month' => 'Mois de début : ',
78
+	'gcconnex_profile:experience:year' => 'Année : ',
79
+	'gcconnex_profile:experience:end_month' => 'Mois de fin : ',
80
+	'gcconnex_profile:experience:not_applicable' => 'N\'est pas applicable',
81
+	'gcconnex_profile:experience:colleagues' =>  'Collègues : ',
82
+	'gcconnex_profile:experience:colleague_suggest' => 'Pour lier un ou une collègue à cette entrée, cette personne doit faire partie de votre liste de collègues GCcollab',
83
+
84
+	// leftover skills
85
+	'gcconnex_profile:gc_skill:leftover' => 'Vous avez précédemment ajouté des compétences à votre profil GCcollab. Veuillez passer en revue les compétences ci-dessous et les verser dans ce nouveau gabarit, au besoin. Lorsque vous ajoutez des compétences à votre profil, assurez-vous qu\'il s\'agit de compétences que vous croyez réellement posséder, qu\'elles sont précises, qu\'ils s\'agit de comptéences professionnelles, et qu’elles permettent aux personnes qui consultent votre profil d’obtenir de l’information claire, utile et pertinente à votre sujet (essayez d’éviter les expressions comme « plein d’choses » et « accomplir plein de tâches »). ',
86
+
87
+	// PORTFOLIO
88
+	'gcconnex_profile:portfolio:access' => 'Accès aux renseignements de mon portfolio : ',
89
+	'gcconnex_profile:portfolio:title' => 'Titre : ',
90
+	'gcconnex_profile:portfolio:link' => 'Hyperlien : ',
91
+	'gcconnex_profile:portfolio:publication_date' => 'Date de publication : ',
92
+	'gcconnex_profile:portfolio:description' => 'Description : ',
93
+
94
+	'gcconnex_profile:opt:career' => 'Possibilités de carrière',
95
+	'gcconnex_profile:opt:mentored' => 'Mentoré',
96
+	'gcconnex_profile:opt:mentoring' => 'Mentor',
97
+	'gcconnex_profile:opt:seeking' => 'Recherche',
98
+	'gcconnex_profile:opt:offering' => 'Offre',
99
+	'gcconnex_profile:opt:casual_seek' => 'Emploi occasionnel participant',
100
+	'gcconnex_profile:opt:casual_create' => 'Emploi occasionnel hôte',
101
+	'gcconnex_profile:opt:student_seek' => 'Intégration des étudiants participant',
102
+	'gcconnex_profile:opt:student_create' => 'Intégration des étudiants hôte',
103
+
104
+	'gcconnex_profile:opt:casual_tooltip' => 'Les employés occasionnels sont des travailleurs embauchés pour une période déterminée ne dépassant pas 90 jours ouvrables par année civile dans un ministère ou organisme pour lequel la Commission de la fonction publique (CFP) a le pouvoir exclusif de faire des nominations. La période d\'emploi temporaire peut être pour une ou plusieurs périodes déterminées, mais elle ne doit pas dépasser 90 jours ouvrables dans un ministère ou organisme par année civile.',
105
+	'gcconnex_profile:opt:student_tooltip' => 'Tout diplômé d\'un programme postsecondaire qui a travaillé comme étudiant salarié à la fonction publique fédérale, via PFETE, COOP ou PAR, peut être considéré pour intégration.',
106
+
107
+	'email_change_confirmation:request' => "Pour terminer la modification de votre adresse de courriel, veuillez vérifier les mails de votre votre compte %s",
108
+
109
+	'email_change_confirmation:error:user' => "Vous n'êtes pas le membre pour lequel cette demande a été faite",
110
+	'email_change_confirmation:error:request' => "Aucune demande de changement d'adresse de courriel en attente",
111
+	'email_change_confirmation:error:code' => "Le code de confirmation fourni est incorrect, veuillez vérifier le courriel reçu",
112
+
113
+	'email_change_confirmation:request:subject' => "Demande de changement d'adresse de courriel pour %s",
114
+	'email_change_confirmation:request:message' => "Bonjour %s,<br/><br/>Vous avez demandé le changement de votre adresse de courriel sur %s vers cette adresse de courriel. Pour confirmer et terminer le changement, veuillez cliquer sur le lien suivant :<br/><br/>%s",
115
+
116
+	'email_change_confirmation:success:subject' => "Adresse de courriel changée pour %s",
117
+	'email_change_confirmation:success:message' => "Bonjour %s,<br/><br/>Votre adresse de courriel sur %s a été changée. Si vous n'êtes pas à l'origine de ce changement ou ne l'avez pas demandé, veuillez contacter l'un des administrateurs du site."
118 118
 );
119 119
 
120 120
 add_translation("fr", $french);
Please login to merge, or discard this patch.
mod/b_extended_profile_collab/languages/en.php 1 patch
Indentation   +104 added lines, -104 removed lines patch added patch discarded remove patch
@@ -7,110 +7,110 @@
 block discarded – undo
7 7
  */
8 8
 
9 9
 $english = array(
10
-    'gcconnex_profile:basic:user_type' => "Occupation: ", // new
11
-    'gcconnex_profile:basic:institution' => "Institution: ", // new
12
-    'gcconnex_profile:basic:current_occupation' => "Currently %s at %s",
13
-
14
-    'gcconnex-profile-card:academic' => 'Academic',
15
-    'gcconnex-profile-card:student' => 'Student',
16
-    'gcconnex-profile-card:federal' => 'Federal Government',
17
-    'gcconnex-profile-card:provincial' => 'Provincial/Territorial Government',
18
-    'gcconnex-profile-card:municipal' => 'Municipal Government',
19
-    'gcconnex-profile-card:international' => 'International/Foreign Government',
20
-    'gcconnex-profile-card:ngo' => 'Non-Governmental Organization',
21
-    'gcconnex-profile-card:community' => 'Community/Non-profit',
22
-    'gcconnex-profile-card:business' => 'Business',
23
-    'gcconnex-profile-card:media' => 'Media',
24
-    'gcconnex-profile-card:retired' => 'Retired Public Servant',
25
-    'gcconnex-profile-card:other' => 'Other',
26
-
27
-    'gcconnex-profile-card:university' => 'University',
28
-    'gcconnex-profile-card:college' => 'College',
29
-    'gcconnex-profile-card:highschool' => 'High School',
30
-    'gcconnex-profile-card:province' => 'Province/Territory',
31
-    'gcconnex-profile-card:ministry' => 'Ministry',
32
-
33
-    'gcc_profile:notaccepted' => 'An approved email address is required',
34
-
35
-    'gcconnex_profile:about_me:access' => 'Who can see my description:',
36
-
37
-    // BASIC INFORMATION PROFILE FORM
38
-    'gcconnex_profile:basic:name' => 'Name: ',
39
-    'gcconnex_profile:basic:job' => 'Job Title: ',
40
-    'gcconnex_profile:basic:federal' => 'Organization: ',
41
-    'gcconnex_profile:basic:ministry' => 'Ministry: ',
42
-    'gcconnex_profile:basic:university' => 'University: ',
43
-    'gcconnex_profile:basic:college' => 'College: ',
44
-    'gcconnex_profile:basic:highschool' => 'High School: ',
45
-    'gcconnex_profile:basic:provincial' => 'Province/Territory: ',
46
-    'gcconnex_profile:basic:municipal' => 'Organization: ',
47
-    'gcconnex_profile:basic:international' => 'Organization: ',
48
-    'gcconnex_profile:basic:ngo' => 'Organization: ',
49
-    'gcconnex_profile:basic:community' => 'Organization: ',
50
-    'gcconnex_profile:basic:business' => 'Organization: ',
51
-    'gcconnex_profile:basic:media' => 'Organization: ',
52
-    'gcconnex_profile:basic:retired' => 'Organization: ',
53
-    'gcconnex_profile:basic:other' => 'Organization: ',
54
-    'gcconnex_profile:basic:location' => 'Location: ',
55
-    'gcconnex_profile:basic:phone' => 'Phone: ',
56
-    'gcconnex_profile:basic:mobile' => 'Mobile: ',
57
-    'gcconnex_profile:basic:email' => 'Email: ',
58
-    'gcconnex_profile:basic:website' => 'Website: ',
59
-
60
-    // EDUCATION
61
-    'gcconnex_profile:education:school' => 'Institution Name: ',
62
-    'gcconnex_profile:education:start_month' => 'Start Month: ',
63
-    'gcconnex_profile:education:start_year' => 'Start Year: ',
64
-    'gcconnex_profile:education:end_year' => 'End Year: ',
65
-    'gcconnex_profile:education:end_month' => 'End Month: ',
66
-    'gcconnex_profile:education:degree' => 'Degree: ',
67
-    'gcconnex_profile:education:program' => 'Program: ',
68
-    'gcconnex_profile:education:field' => 'Field of Study: ',
69
-    'gcconnex_profile:education:access' => 'Who can see my education entries:',
70
-
71
-    // WORK EXPERIENCE
72
-    'gcconnex_profile:experience:organization' => 'Name of Organization: ',
73
-    'gcconnex_profile:experience:title' => 'Title: ',
74
-    'gcconnex_profile:experience:start_month' => 'Start Month: ',
75
-    'gcconnex_profile:experience:year' => 'Year: ',
76
-    'gcconnex_profile:experience:end_month' => 'End Month: ',
77
-    'gcconnex_profile:experience:not_applicable' => 'Not Applicable',
78
-    'gcconnex_profile:experience:access' => 'Who can see my work experience entries: ',
79
-    'gcconnex_profile:experience:colleagues' => 'Colleagues: ',
80
-
81
-    // SKILLS
82
-    'gcconnex_profile:gc_skill:access' => 'Who can see my skills:',
83
-
84
-    // PORTFOLIO
85
-    'gcconnex_profile:portfolio:title' => 'Title: ',
86
-    'gcconnex_profile:portfolio:link' => 'Link: ',
87
-    'gcconnex_profile:portfolio:publication_date' => 'Published on: ',
88
-    'gcconnex_profile:portfolio:description' => 'Description: ',
89
-
90
-    'gcconnex_profile:opt:career' => 'Career Opportunities',
91
-    'gcconnex_profile:opt:mentored' => 'Mentee',
92
-    'gcconnex_profile:opt:mentoring' => 'Mentor',
93
-    'gcconnex_profile:opt:seeking' => 'Seeking',
94
-    'gcconnex_profile:opt:offering' => 'Offering',
95
-    'gcconnex_profile:opt:casual_seek' => 'Casual Work Seeker',
96
-    'gcconnex_profile:opt:casual_create' => 'Casual Work Opportunity Creator',
97
-    'gcconnex_profile:opt:student_seek' => 'Student Integration Seeker',
98
-    'gcconnex_profile:opt:student_create' => 'Student Integration Opportunity Creator',
99
-
100
-    'gcconnex_profile:opt:casual_tooltip' => 'Casual workers are hired for specified periods that may not exceed 90 working days in one calendar year, in a department or in an agency to which the Public Service Commission (PSC) has exclusive authority to make appointments. The period of casual employment may be for one or more than one term, but is not to exceed 90 working days in a department or agency in a calendar year.',
101
-    'gcconnex_profile:opt:student_tooltip' => 'Any graduate of a post-secondary program who worked as a student employee for the Federal Public Service, via FSEWP, COOP, or RAP, may be considered for integration.',
102
-
103
-    'email_change_confirmation:request' => "In order to complete your email address change, please check the inbox of your %s account",
104
-
105
-    'email_change_confirmation:error:user' => "You're not the user for whom this request was made",
106
-    'email_change_confirmation:error:request' => "There is no pending email address change",
107
-    'email_change_confirmation:error:code' => "The supplied validation code is incorrect, please check your email message",
108
-
109
-    'email_change_confirmation:request:subject' => "Email address change request for %s",
110
-    'email_change_confirmation:request:message' => "Hi %s,<br/><br/>You requested to change your email address on %s to this email address. In order to complete the request click on this link:<br/><br/>%s",
111
-
112
-    'email_change_confirmation:success:subject' => "Email address changed for %s",
113
-    'email_change_confirmation:success:message' => "Hi %s,<br/><br/>Your email address on %s has been changed. If you didn't do this or request this, please contact a site administrator."
10
+	'gcconnex_profile:basic:user_type' => "Occupation: ", // new
11
+	'gcconnex_profile:basic:institution' => "Institution: ", // new
12
+	'gcconnex_profile:basic:current_occupation' => "Currently %s at %s",
13
+
14
+	'gcconnex-profile-card:academic' => 'Academic',
15
+	'gcconnex-profile-card:student' => 'Student',
16
+	'gcconnex-profile-card:federal' => 'Federal Government',
17
+	'gcconnex-profile-card:provincial' => 'Provincial/Territorial Government',
18
+	'gcconnex-profile-card:municipal' => 'Municipal Government',
19
+	'gcconnex-profile-card:international' => 'International/Foreign Government',
20
+	'gcconnex-profile-card:ngo' => 'Non-Governmental Organization',
21
+	'gcconnex-profile-card:community' => 'Community/Non-profit',
22
+	'gcconnex-profile-card:business' => 'Business',
23
+	'gcconnex-profile-card:media' => 'Media',
24
+	'gcconnex-profile-card:retired' => 'Retired Public Servant',
25
+	'gcconnex-profile-card:other' => 'Other',
26
+
27
+	'gcconnex-profile-card:university' => 'University',
28
+	'gcconnex-profile-card:college' => 'College',
29
+	'gcconnex-profile-card:highschool' => 'High School',
30
+	'gcconnex-profile-card:province' => 'Province/Territory',
31
+	'gcconnex-profile-card:ministry' => 'Ministry',
32
+
33
+	'gcc_profile:notaccepted' => 'An approved email address is required',
34
+
35
+	'gcconnex_profile:about_me:access' => 'Who can see my description:',
36
+
37
+	// BASIC INFORMATION PROFILE FORM
38
+	'gcconnex_profile:basic:name' => 'Name: ',
39
+	'gcconnex_profile:basic:job' => 'Job Title: ',
40
+	'gcconnex_profile:basic:federal' => 'Organization: ',
41
+	'gcconnex_profile:basic:ministry' => 'Ministry: ',
42
+	'gcconnex_profile:basic:university' => 'University: ',
43
+	'gcconnex_profile:basic:college' => 'College: ',
44
+	'gcconnex_profile:basic:highschool' => 'High School: ',
45
+	'gcconnex_profile:basic:provincial' => 'Province/Territory: ',
46
+	'gcconnex_profile:basic:municipal' => 'Organization: ',
47
+	'gcconnex_profile:basic:international' => 'Organization: ',
48
+	'gcconnex_profile:basic:ngo' => 'Organization: ',
49
+	'gcconnex_profile:basic:community' => 'Organization: ',
50
+	'gcconnex_profile:basic:business' => 'Organization: ',
51
+	'gcconnex_profile:basic:media' => 'Organization: ',
52
+	'gcconnex_profile:basic:retired' => 'Organization: ',
53
+	'gcconnex_profile:basic:other' => 'Organization: ',
54
+	'gcconnex_profile:basic:location' => 'Location: ',
55
+	'gcconnex_profile:basic:phone' => 'Phone: ',
56
+	'gcconnex_profile:basic:mobile' => 'Mobile: ',
57
+	'gcconnex_profile:basic:email' => 'Email: ',
58
+	'gcconnex_profile:basic:website' => 'Website: ',
59
+
60
+	// EDUCATION
61
+	'gcconnex_profile:education:school' => 'Institution Name: ',
62
+	'gcconnex_profile:education:start_month' => 'Start Month: ',
63
+	'gcconnex_profile:education:start_year' => 'Start Year: ',
64
+	'gcconnex_profile:education:end_year' => 'End Year: ',
65
+	'gcconnex_profile:education:end_month' => 'End Month: ',
66
+	'gcconnex_profile:education:degree' => 'Degree: ',
67
+	'gcconnex_profile:education:program' => 'Program: ',
68
+	'gcconnex_profile:education:field' => 'Field of Study: ',
69
+	'gcconnex_profile:education:access' => 'Who can see my education entries:',
70
+
71
+	// WORK EXPERIENCE
72
+	'gcconnex_profile:experience:organization' => 'Name of Organization: ',
73
+	'gcconnex_profile:experience:title' => 'Title: ',
74
+	'gcconnex_profile:experience:start_month' => 'Start Month: ',
75
+	'gcconnex_profile:experience:year' => 'Year: ',
76
+	'gcconnex_profile:experience:end_month' => 'End Month: ',
77
+	'gcconnex_profile:experience:not_applicable' => 'Not Applicable',
78
+	'gcconnex_profile:experience:access' => 'Who can see my work experience entries: ',
79
+	'gcconnex_profile:experience:colleagues' => 'Colleagues: ',
80
+
81
+	// SKILLS
82
+	'gcconnex_profile:gc_skill:access' => 'Who can see my skills:',
83
+
84
+	// PORTFOLIO
85
+	'gcconnex_profile:portfolio:title' => 'Title: ',
86
+	'gcconnex_profile:portfolio:link' => 'Link: ',
87
+	'gcconnex_profile:portfolio:publication_date' => 'Published on: ',
88
+	'gcconnex_profile:portfolio:description' => 'Description: ',
89
+
90
+	'gcconnex_profile:opt:career' => 'Career Opportunities',
91
+	'gcconnex_profile:opt:mentored' => 'Mentee',
92
+	'gcconnex_profile:opt:mentoring' => 'Mentor',
93
+	'gcconnex_profile:opt:seeking' => 'Seeking',
94
+	'gcconnex_profile:opt:offering' => 'Offering',
95
+	'gcconnex_profile:opt:casual_seek' => 'Casual Work Seeker',
96
+	'gcconnex_profile:opt:casual_create' => 'Casual Work Opportunity Creator',
97
+	'gcconnex_profile:opt:student_seek' => 'Student Integration Seeker',
98
+	'gcconnex_profile:opt:student_create' => 'Student Integration Opportunity Creator',
99
+
100
+	'gcconnex_profile:opt:casual_tooltip' => 'Casual workers are hired for specified periods that may not exceed 90 working days in one calendar year, in a department or in an agency to which the Public Service Commission (PSC) has exclusive authority to make appointments. The period of casual employment may be for one or more than one term, but is not to exceed 90 working days in a department or agency in a calendar year.',
101
+	'gcconnex_profile:opt:student_tooltip' => 'Any graduate of a post-secondary program who worked as a student employee for the Federal Public Service, via FSEWP, COOP, or RAP, may be considered for integration.',
102
+
103
+	'email_change_confirmation:request' => "In order to complete your email address change, please check the inbox of your %s account",
104
+
105
+	'email_change_confirmation:error:user' => "You're not the user for whom this request was made",
106
+	'email_change_confirmation:error:request' => "There is no pending email address change",
107
+	'email_change_confirmation:error:code' => "The supplied validation code is incorrect, please check your email message",
108
+
109
+	'email_change_confirmation:request:subject' => "Email address change request for %s",
110
+	'email_change_confirmation:request:message' => "Hi %s,<br/><br/>You requested to change your email address on %s to this email address. In order to complete the request click on this link:<br/><br/>%s",
111
+
112
+	'email_change_confirmation:success:subject' => "Email address changed for %s",
113
+	'email_change_confirmation:success:message' => "Hi %s,<br/><br/>Your email address on %s has been changed. If you didn't do this or request this, please contact a site administrator."
114 114
 );
115 115
 
116 116
 add_translation("en", $english);
Please login to merge, or discard this patch.