forked from vbonamy/esup-wayf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
custom-languages.php
executable file
·26 lines (23 loc) · 2.09 KB
/
custom-languages.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?php
// Variables supplémentaires pour le custom wayf
// Français
$langStrings['fr']['federation_account'] = 'Utiliser mon compte %s';
$langStrings['fr']['other_account'] = 'Utiliser mon compte d\'un autre établissement';
$langStrings['fr']['cru_account'] = 'Si vous n\'avez pas de compte, connectez-vous en utilisant un compte invité.<br/>Compte Réseau Universel (Compte CRU).';
$langStrings['fr']['about_federation'] = 'à propos';
$langStrings['fr']['access_host'] = 'Pour accéder au service <b>%s</b>, sélectionnez ou cherchez l\'établissement auquel vous appartenez.';
$langStrings['fr']['federation_credits'] = 'Université Paris 1 Panthéon-Sorbonne | ';
$langStrings['fr']['updateDiscofeedTitle'] = 'Nouveau fournisseur de service enregistré.';
$langStrings['fr']['updateDiscofeed1'] = 'Un nouveau fournisseur de service vient d\'être ajouté et le WAYF essait de télécharger son discofeed à l\'adresse : ';
$langStrings['fr']['updateDiscofeed2'] = 'Si tout c\'est bien passé, le WAYF devrait prendre en compte le discofeed au prochain chargement de cette page.';
// English
$langStrings['en']['federation_account'] = 'Login with my account %s';
$langStrings['en']['other_account'] = 'Login with an account from an other organisation';
$langStrings['en']['cru_account'] = 'If you don\'t have an account, login with a guest account.<br/>Compte Réseau Universel (CRU Account)';
$langStrings['en']['about_federation'] = 'about';
$langStrings['en']['access_host'] = 'In order to access a service on host <b>%s</b>, please select or search the organisation you are affiliated with.';
$langStrings['en']['federation_credits'] = 'Université Paris 1 Panthéon-Sorbonne | ';
$langStrings['en']['updateDiscofeedTitle'] = 'New service provider registered.';
$langStrings['en']['updateDiscofeed1'] = 'A new service provider has been added and the WAYF is trying to fetch its discofeed at location : ';
$langStrings['en']['updateDiscofeed2'] = 'If all went well, the WAYF should take into account the discofeed when this page is reloaded.';
?>