Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
2 changed files
with
315 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,314 @@ | ||
<?php // Copyright (c) 2016, SWITCH | ||
|
||
// Localized language strings for SWITCHwayf | ||
// Make sure to use HTML entities instead of plain UTF-8 characters for | ||
// non-ASCII characters if you are using the Embedded WAYF. It could be that the | ||
// Embedded WAYF is used on non-UTF8 web pages, which then could cause | ||
// encoding issues | ||
|
||
// ********************************************************************************* | ||
// If you want locales in your own language here, please send them to aai@switch.ch | ||
// ********************************************************************************* | ||
// **************************** | ||
// English, default | ||
// **************************** | ||
|
||
// To permanently customize locales such that they are not overwritten by updates | ||
// of the SWITCHwayf, create a file 'custom-languages.php' and override any | ||
// individual locale in the $langStrings array. For example like this: | ||
// | ||
// $langStrings['en']['about_federation'] = 'About Example Federation'; | ||
// $langStrings['en']['additional_info'] = 'My <b>sample HTML content</b>'; | ||
// | ||
// | ||
// Set a locale to an empty string ('') in order to hide it | ||
// Note that any string in custom-languages.php will survive updates | ||
|
||
// In particular you might want to override these three locales or set the | ||
// to an empty string in order to hide them if they are not needed. | ||
$langStrings['en']['about_federation'] = 'About Internet2 ICMP'; // This string can be hidden by setting it to '' | ||
$langStrings['en']['about_organisation'] = 'About Internet2'; // This string can be hidden by setting it to '' | ||
$langStrings['en']['additional_info'] = '<a href="http://www.internet2.edu/" target="_blank">Internet2</a> a member-owned advanced technology community founded by the nation’s leading higher education institutions in 1996.'; // This string can be hidden by setting it to '' | ||
|
||
// Generic strings | ||
$langStrings['en']['faq'] = 'FAQ'; // This string can be hidden by setting it to '' | ||
$langStrings['en']['help'] = 'Help';// This string can be hidden by setting it to '' | ||
$langStrings['en']['privacy'] = 'Data Privacy'; // This string can be hidden by setting it to '' | ||
$langStrings['en']['title'] = 'Organization Selection'; | ||
$langStrings['en']['header'] = 'Select your organization'; | ||
$langStrings['en']['make_selection'] = 'You must select an organization.'; | ||
$langStrings['en']['settings'] = 'Default organization for this web browser'; | ||
$langStrings['en']['permanent_select_header'] = 'Permanently set your organization'; | ||
$langStrings['en']['permanent_cookie'] = 'On this page you can set a <strong>default organization</strong> for this web browser. Setting a default organization will henceforth redirect you directly to your organization when you access certain services that require login. Don\'t use this feature if you use several user accounts from multiple organizations.'; | ||
$langStrings['en']['permanent_cookie_notice'] = 'The organization selected by default will be:'; | ||
$langStrings['en']['permanent_cookie_note'] = 'You can reset this default setting on the page: %s'; | ||
$langStrings['en']['delete_permanent_cookie_button'] = 'Reset'; | ||
$langStrings['en']['goto_sp'] = 'Save and continue'; | ||
$langStrings['en']['permanently_remember_selection'] = 'Remember selection permanently and bypass this step from now on.'; | ||
$langStrings['en']['confirm_permanent_selection'] = 'Are you sure you want to make the selected organization your default organization? Don\'t proceed if you have several user accounts from multiple organizations.'; | ||
$langStrings['en']['save_button'] = 'Save'; | ||
$langStrings['en']['access_host'] = 'In order to access the service %s please select or search the organization you are affiliated with.'; | ||
$langStrings['en']['select_idp'] = 'Select the organization you are affiliated with.'; | ||
$langStrings['en']['search_idp'] = 'Enter the name of the organization you are affiliated with...'; | ||
$langStrings['en']['remember_selection'] = 'Remember selection for this web browser session.'; | ||
$langStrings['en']['invalid_user_idp'] = 'There may be an error in the data you just submitted.<br>The value of your input <code>\'%s\'</code> is invalid.<br>Only the following values are allowed:'; | ||
$langStrings['en']['contact_assistance'] = 'Please contact <a href="mailto:%s">%s</a> for assistance.'; | ||
$langStrings['en']['no_arguments'] = 'No arguments received!'; | ||
$langStrings['en']['arguments_missing'] = 'The web server received an invalid query because there are some arguments missing<br>The following arguments were received:'; | ||
$langStrings['en']['valid_request_description'] = 'A valid request needs at least the arguments <code>shire</code> and <code>target</code> with valid values. Optionally the arguments <code>providerID</code>, <code>origin</code> and <code>redirect</code> can be supplied to automtically redirect the web browser to an organization and to do that automatically for the current web browser session'; | ||
$langStrings['en']['valid_saml2_request_description'] = 'A valid SAML2 request needs at least the arguments <code>entityID</code> and <code>return</code> with valid values. Instead of the <code>return</code> argument, metadata for the Service Provider can include a <code>DiscoveryResponse</code> endpoint. Optionally the arguments <code>isPassive</code>, <code>policy</code> and <code>returnIDParam</code> can be supplied to automtically redirect the web browser to an organization and to do that automatically for the current web browser session'; | ||
$langStrings['en']['invalid_query'] = 'Error: Invalid Query'; | ||
$langStrings['en']['select_button'] = 'Select'; | ||
$langStrings['en']['login'] = 'Login'; | ||
$langStrings['en']['login_with'] = 'Login with:'; | ||
$langStrings['en']['other_federation'] = 'From other federations'; | ||
$langStrings['en']['logged_in'] = 'You are already authenticated. <a href=\"%s\">Proceed</a>.'; | ||
$langStrings['en']['most_used'] = 'Most frequently used organizations'; | ||
$langStrings['en']['invalid_return_url'] = 'The return URL <code>\'%s\'</code> is not a valid URL.'; | ||
$langStrings['en']['unverified_return_url'] = 'The return URL <code>\'%s\'</code> could not be verified for Service Provider <code>\'%s\'</code>.'; | ||
$langStrings['en']['unknown_sp'] = 'The Service Provider <code>\'%s\'</code> could not be found in metadata and is therefore unknown.'; | ||
$langStrings['en']['no_idp_found'] = 'No organization found for this search text'; | ||
$langStrings['en']['no_idp_available'] = 'No organization available'; | ||
$langStrings['en']['last_used'] = 'Last used'; | ||
|
||
|
||
// **************************** | ||
// Deutsch | ||
// **************************** | ||
|
||
// Read note on line 16 how to properly customize locales so that they survive updates | ||
$langStrings['de']['about_federation'] = 'Über AAI'; // This string can be hidden by setting it to '' | ||
$langStrings['de']['about_organisation'] = 'Über SWITCH'; // This string can be hidden by setting it to '' | ||
$langStrings['de']['additional_info'] = '<a href="http://www.switch.ch/" target="_blank">SWITCH</a> erbringt innovative, einzigartige Internet-Dienstleistungen für die Schweizer Hochschulen und Internetbenutzer.'; // This string can be hidden by setting it to '' | ||
|
||
// Generic strings | ||
$langStrings['de']['faq'] = 'FAQ'; // This string can be hidden by setting it to '' | ||
$langStrings['de']['help'] = 'Hilfe'; // This string can be hidden by setting it to '' | ||
$langStrings['de']['privacy'] = 'Datenschutz'; // This string can be hidden by setting it to '' | ||
$langStrings['de']['title'] = 'Auswahl der Organisation'; | ||
$langStrings['de']['header'] = 'Organisation auswählen'; | ||
$langStrings['de']['make_selection'] = 'Sie müssen eine Organisation auswählen'; | ||
$langStrings['de']['settings'] = 'Standard Organisation für diesen Webbrowser'; | ||
$langStrings['de']['permanent_select_header'] = 'Organisation speichern'; | ||
$langStrings['de']['permanent_cookie'] = 'Auf dieser Seite können Sie die <strong>Standardeinstellung Ihrer Organisation</strong> für diesen Webbrowser dauerhaft zu speichern. Sie werden darauf beim Zugriff auf einige Dienste, welche eine Anmeldung benötigen, jedes Mal direkt zur Loginseite Ihrer Organisation weitergeleitet. Dies wird jedoch nicht empfohlen falls sie mehrere Benutzerkonnten von verschiedenen Organisationen verwenden.'; | ||
$langStrings['de']['permanent_cookie_notice'] = 'Die standardmässig ausgewählte Organisation wird sein:'; | ||
$langStrings['de']['permanent_cookie_note'] = 'Sie können diese Standard-Einstellung zurücksetzen auf der Seite: %s'; | ||
$langStrings['de']['delete_permanent_cookie_button'] = 'Zurücksetzen'; | ||
$langStrings['de']['goto_sp'] = 'Speichern und weiter'; | ||
$langStrings['de']['permanently_remember_selection'] = 'Auswahl permanent speichern und diesen Schritt von jetzt an überspringen.'; | ||
$langStrings['de']['confirm_permanent_selection'] = 'Sind Sie sicher, dass Sie die gewählte Organisation als Standard-Organisation speichern wollen? Dies ist nicht empfehlenswert, wenn Sie Benutzerkonten von mehreren Organisationen besitzen.'; | ||
$langStrings['de']['save_button'] = 'Speichern'; | ||
$langStrings['de']['access_host'] = 'Um auf den Dienst %s zuzugreifen, wählen oder suchen Sie bitte die Organisation, der Sie angehören.'; | ||
$langStrings['de']['select_idp'] = 'Wählen Sie die Organisation aus, der Sie angehören.'; | ||
$langStrings['de']['search_idp'] = 'Geben Sie den Namen der Organisation ein, der Sie angehören...'; | ||
$langStrings['de']['remember_selection'] = 'Auswahl für die laufende Webbrowser Sitzung speichern.'; | ||
$langStrings['de']['invalid_user_idp'] = 'Möglicherweise sind die übermittelten Daten fehlerhaft.<br>Der Wert der Eingabe <code>\'%s\'</code> ist ungültig.<br>Es sind ausschliesslich die folgenden Wert erlaubt:'; | ||
$langStrings['de']['contact_assistance'] = 'Für Unterstützung und Hilfe, kontaktieren Sie bitte <a href="mailto:%s">%s</a>.'; | ||
$langStrings['de']['no_arguments'] = 'Keine Argumente erhalten!'; | ||
$langStrings['de']['arguments_missing'] = 'Der Webserver hat eine fehlerhafte Anfrage erhalten da einige Argumente in der Anfrage fehlen.<br>Folgende Argumente wurden empfangen:'; | ||
$langStrings['de']['valid_request_description'] = 'Eine gültige Anfrage muss mindestens die Argumente <code>shire</code> und <code>target</code> enthalten. Zusätzlich können die Argumente <code>providerID</code>, <code>origin</code> und <code>redirect</code> benutzt werden um den Webbrowser automatisch an die gewählte Organisation weiter zu leiten und um eine Organisation für längere Zeit als Standardorganisation zu speichern.'; | ||
$langStrings['de']['valid_saml2_request_description'] = 'Eine gültige Anfrage muss mindestens die Argumente <code>entityID</code> und <code>return</code> enthalten. Anstatt dem Argument <code>return</code> können die Metadaten für den Service Provider einen <code>DiscoveryResponse</code> Endpunkt enthalten. Zusätzlich können die Argumente <code>isPassive</code>, <code>policy</code> und <code>returnIDParam</code> benutzt werden um den Webbrowser automatisch an zur gewählten Organisation weiter zu leiten und um eine Organisation für längere Zeit als Standardorganisation zu speichern.'; | ||
$langStrings['de']['invalid_query'] = 'Error: Fehlerhafte Anfrage'; | ||
$langStrings['de']['select_button'] = 'Auswählen'; | ||
$langStrings['de']['login'] = 'Anmelden'; | ||
$langStrings['de']['login_with'] = 'Anmelden über:'; | ||
$langStrings['de']['other_federation'] = 'Von anderen Föderationen'; | ||
$langStrings['de']['logged_in'] = 'Sie sind bereits angemeldet. <a href=\"%s\">Weiter</a>.'; | ||
$langStrings['de']['most_used'] = 'Meist benutzte Organisationen'; | ||
$langStrings['de']['invalid_return_url'] = 'Die return URL <code>\'%s\'</code> ist keine gütige URL.'; | ||
$langStrings['de']['unverified_return_url'] = 'Die return URL <code>\'%s\'</code> ist nicht gültig für den Service Provider <code>\'%s\'</code>.'; | ||
$langStrings['de']['unknown_sp'] = 'Der Service Provider <code>\'%s\'</code> konnte nicht in den Metadaten gefunden werden und ist deshalb unbekannt.'; | ||
$langStrings['de']['no_idp_found'] = 'Keine Organisation gefunden für diesen Suchtext'; | ||
$langStrings['de']['no_idp_available'] = 'Keine Organisation verfügbar'; | ||
$langStrings['de']['last_used'] = 'Zuletzt benutzt'; | ||
|
||
|
||
// **************************** | ||
// French | ||
// **************************** | ||
|
||
// Read note on line 16 how to properly customize locales so that they survive updates | ||
$langStrings['fr']['about_federation'] = 'À propos de l\'AAI'; // This string can be hidden by setting it to '' | ||
$langStrings['fr']['about_organisation'] = 'À propos de SWITCH'; // This string can be hidden by setting it to '' | ||
$langStrings['fr']['additional_info'] = '<a href="http://www.switch.ch/" target="_blank">SWITCH</a> fournit des prestations innovantes et uniques pour les hautes écoles suisses et les utilisateurs d\'Internet.'; // This string can be hidden by setting it to '' | ||
|
||
// Generic strings | ||
$langStrings['fr']['faq'] = 'FAQ'; // This string can be hidden by setting it to '' | ||
$langStrings['fr']['help'] = 'Aide';// This string can be hidden by setting it to '' | ||
$langStrings['fr']['privacy'] = 'Protection des données';// This string can be hidden by setting it to '' | ||
$langStrings['fr']['title'] = 'Sélection de votre établissement'; | ||
$langStrings['fr']['header'] = 'Sélectionnez votre établissement'; | ||
$langStrings['fr']['make_selection'] = 'Vous devez sélectionner un établissement valide.'; | ||
$langStrings['fr']['settings'] = 'Établissement par défaut pour ce navigateur'; | ||
$langStrings['fr']['permanent_select_header'] = 'Sélection d\'un établissement de façon permanente'; | ||
$langStrings['fr']['permanent_cookie'] = 'Sur cette page vous pouvez définir un <strong>établissement par défaut</strong> pour ce navigateur. En définissant un établissement par défaut, vous serez automatiquement redirigé vers cet établissement lorsque vous accédez à une ressource. N\'utilisez pas cette fonction si vous avez plusieurs identités dans plusieurs établissements.'; | ||
$langStrings['fr']['permanent_cookie_notice'] = 'Par défaut l\'établissement sera : '; | ||
$langStrings['fr']['permanent_cookie_note'] = 'Vous pouvez réinitialiser la propriété par défaut en allant à l\'adresse: %s'; | ||
$langStrings['fr']['delete_permanent_cookie_button'] = 'Réinitialiser'; | ||
$langStrings['fr']['goto_sp'] = 'Sauver et continuez'; | ||
$langStrings['fr']['permanently_remember_selection'] = 'Se souvenir de mon choix définitivement et contourner cette étape à partir de maintenant.'; | ||
$langStrings['fr']['confirm_permanent_selection'] = 'Êtes-vous sûr de ce choix d’établissement par défaut ? N’utilisez pas cette fonctionnalité si vous posséder des comptes dans plusieurs établissements.'; | ||
$langStrings['fr']['save_button'] = 'Sauver'; | ||
$langStrings['fr']['access_host'] = 'Pour accéder au service %s sélectionnez ou cherchez l\'établissement auquel vous appartenez.'; | ||
$langStrings['fr']['select_idp'] = 'Veuillez sélectionner l\'établissement auquel vous appartenez.'; | ||
$langStrings['fr']['search_idp'] = 'Veuillez entrer le nom de votre établissement...'; | ||
$langStrings['fr']['remember_selection'] = 'Se souvenir de mon choix pour cette session.'; | ||
$langStrings['fr']['invalid_user_idp'] = 'Une erreur s\'est produite.<br>La valeur de votre donnée <code>\'%s\'</code> n\'est pas valide.<br>Seules ces valeurs sont admises :'; | ||
$langStrings['fr']['contact_assistance'] = 'Contactez le support <a href="mailto:%s">%s</a> si l\'erreur persiste.'; | ||
$langStrings['fr']['no_arguments'] = 'Aucun paramètre reçu !'; | ||
$langStrings['fr']['arguments_missing'] = 'La requête n\'est pas valide, certains paramètres sont manquants.<br>Les paramètres suivants ont été reçus :'; | ||
$langStrings['fr']['valid_request_description'] = 'Une requête valide doit contenir au moins les paramètres <code>shire</code> et <code>target</code>. Les paramètres optionnels <code>providerID</code>, <code>origin</code> et <code>redirect</code> peuvent être utilisés pour rediriger automatiquement le navigateur vers un établissement.'; | ||
$langStrings['fr']['valid_saml2_request_description'] = 'Une requête valide doit contenir au moins les paramètres <code>entityID</code> et <code>return</code>. Au lieu de paramètre <code>return</code>, metadata pour ce Service Provider peut contenir un URL pour le <code>DiscoveryResponse</code>. Les paramètres optionnel <code>isPassive</code>, <code>policy</code> et <code>returnIDParam</code> peuvent être utilisés pour rediriger automatiquement le navigateur vers un établissement.'; | ||
$langStrings['fr']['invalid_query'] = 'Erreur : La requête n\'est pas valide'; | ||
$langStrings['fr']['select_button'] = 'Sélection'; | ||
$langStrings['fr']['login'] = 'Connexion'; | ||
$langStrings['fr']['login_with'] = 'Se connecter avec:'; | ||
$langStrings['fr']['other_federation'] = 'D\'autres féderations'; | ||
$langStrings['fr']['logged_in'] = 'Vous êtes déjà authentifié. <a href=\"%s\">Continuez</a>.'; | ||
$langStrings['fr']['invalid_return_url'] = 'L\'URL de retour <code>\'%s\'</code> n\'est pas une URL valide.'; | ||
$langStrings['fr']['unverified_return_url'] = 'L\'URL de retour <code>\'%s\'</code> ne peut pas être vérifié pour le fournisseur de service <code>\'%s\'</code>.'; | ||
$langStrings['fr']['unknown_sp'] = 'Le fournisseur de service <code>\'%s\'</code> ne pouvait pas être trouvé dans les meta données et il est donc inconnu.'; | ||
$langStrings['fr']['no_idp_found'] = 'Aucun établissement trouvé pour ce texte recherché'; | ||
$langStrings['fr']['no_idp_available'] = 'Aucun établissement disponible'; | ||
$langStrings['fr']['most_used'] = 'Établissements les plus utilisés'; | ||
$langStrings['fr']['last_used'] = 'Dernièrement utilisés'; | ||
|
||
|
||
// **************************** | ||
// Italian | ||
// **************************** | ||
|
||
// Read note on line 16 how to properly customize locales so that they survive updates | ||
$langStrings['it']['about_federation'] = 'Informazioni su AAI'; // This string can be hidden by setting it to '' | ||
$langStrings['it']['about_organisation'] = 'Informazioni su SWITCH'; // This string can be hidden by setting it to '' | ||
$langStrings['it']['additional_info'] = '<a href="http://www.switch.ch/" target="_blank">SWITCH</a> eroga servizi Internet innovativi e unici per le scuole universitarie svizzere e per gli utenti di Internet.'; // This string can be hidden by setting it to '' | ||
|
||
// Generic strings | ||
$langStrings['it']['faq'] = 'FAQ'; // This string can be hidden by setting it to '' | ||
$langStrings['it']['help'] = 'Aiuto'; // This string can be hidden by setting it to '' | ||
$langStrings['it']['privacy'] = 'Protezione dei dati'; // This string can be hidden by setting it to '' | ||
$langStrings['it']['title'] = 'Selezione della vostra organizzazione'; | ||
$langStrings['it']['header'] = 'Selezioni la sua organizzazione'; | ||
$langStrings['it']['make_selection'] = 'Per favore, scelga una valida organizzazione.'; | ||
$langStrings['it']['settings'] = 'Organizzazione predefinita per questo web browser.'; | ||
$langStrings['it']['permanent_select_header'] = 'Salvare l\'organizzazione.'; | ||
$langStrings['it']['permanent_cookie'] = 'In questa pagina può impostare la <strong>organizzazione predefinita</strong> per questo web browser. Impostare una organizzazione predefinita consentirà al suo web browser di venir reindirizzato alla sua organizzazione automaticamente ogni qual volta lei tenterà di accedere a risorse per le quali necessita un\'autentificazione. Non è da impostare se lei possiede e usa correntemente differenti account.'; | ||
$langStrings['it']['permanent_cookie_notice'] = 'L\'impostazione predefinita è:'; | ||
$langStrings['it']['permanent_cookie_note'] = 'Può cambiare la sua impostazione predefinita sulla pagina: %s'; | ||
$langStrings['it']['delete_permanent_cookie_button'] = 'Cancella'; | ||
$langStrings['it']['goto_sp'] = 'Salvare e proseguire'; | ||
$langStrings['it']['permanently_remember_selection'] = 'Salvare la scelta permanentemente e non passare più per il WAYF.'; | ||
$langStrings['it']['confirm_permanent_selection'] = 'E\' sicuro di voler impostare l\'organizzazione selezionata come sua organizzazione predefinita? Non è da impostare se usa regolarmente diversi account.'; | ||
$langStrings['it']['save_button'] = 'Salva'; | ||
$langStrings['it']['access_host'] = 'Per poter accedere alla risorsa %s per favore selezioni o cerchi l\'organizzazione con la quale è affiliato.'; | ||
$langStrings['it']['select_idp'] = 'Selezioni l\'organizzazione con la quale è affiliato.'; | ||
$langStrings['it']['search_idp'] = 'Digitare il nome dell\'organizzazione con cui e\' affiliato...'; | ||
$langStrings['it']['remember_selection'] = 'Ricorda la selezione per questa sessione.'; | ||
$langStrings['it']['invalid_user_idp'] = 'Errore nei parametri pervenuti.<br>Il valore del parametro <code>\'%s\'</code> non  valido.<br>Solo i seguenti valori sono ammessi:'; | ||
$langStrings['it']['contact_assistance'] = 'Se l\' errore persiste, si prega di contattare <a href="mailto:%s">%s</a>.'; | ||
$langStrings['it']['no_arguments'] = 'Parametri non pervenuti!'; | ||
$langStrings['it']['arguments_missing'] = 'La richiesta non è valida per la mancanza di alcuni parametri. <br>I seguenti parametri sono stati ricevuti:'; | ||
$langStrings['it']['valid_request_description'] = 'Una richiesta valida è deve contenere almeno i parametri <code>shire</code> e <code>target</code>. I parametri opzionali <code>providerID</code>, <code>origin</code> e <code>redirect</code> possono essere utilizzati per ridirigere automaticamente il browser web verso una organizzazione.'; | ||
$langStrings['it']['valid_saml2_request_description'] = 'Una richiesta valida è deve contenere almeno i parametri <code>entityID</code> e <code>return</code>. I parametri opzionali <code>isPassive</code>, <code>policy</code> e <code>returnIDParam</code> possono essere utilizzati per ridirigere automaticamente il browser web verso una organizzazione.'; | ||
$langStrings['it']['invalid_query'] = 'Errore: Richiesta non Valida'; | ||
$langStrings['it']['select_button'] = 'Seleziona'; | ||
$langStrings['it']['login'] = 'Login'; | ||
$langStrings['it']['login_with'] = 'Login con:'; | ||
$langStrings['it']['other_federation'] = 'Di altra federaziones'; | ||
$langStrings['it']['logged_in'] = 'Lei è già autenticato. <a href=\"%s\">Proseguire</a>.'; | ||
$langStrings['it']['most_used'] = 'Organizzaziones utilizzate più spesso'; | ||
|
||
|
||
// **************************** | ||
// Portuguese | ||
// **************************** | ||
|
||
// Read note on line 16 how to properly customize locales so that they survive updates | ||
$langStrings['pt']['about_federation'] = 'Sobre AAI'; // This string can be hidden by setting it to '' | ||
$langStrings['pt']['about_organisation'] = 'Sobre a SWITCH'; // This string can be hidden by setting it to '' | ||
$langStrings['pt']['additional_info'] = 'A SWITCH foundation é uma instituição gere e opera a rede de investigação e ensino suiça por forma a garantir conectividade de alto desempenho à Internet e a redes de I&D globais para o beneficio de uma educação superior na suiça'; // This string can be hidden by setting it to '' | ||
|
||
// Generic strings | ||
$langStrings['pt']['faq'] = 'FAQ'; // This string can be hidden by setting it to '' | ||
$langStrings['pt']['help'] = 'Ajuda'; // This string can be hidden by setting it to '' | ||
$langStrings['pt']['privacy'] = 'Privacidade'; // This string can be hidden by setting it to '' | ||
$langStrings['pt']['title'] = 'Selecção de instituição'; | ||
$langStrings['pt']['header'] = 'Seleccione a sua instituição'; | ||
$langStrings['pt']['make_selection'] = 'Deverá seleccionar uma instituição Válida'; | ||
$langStrings['pt']['settings'] = 'Instituição por defeito para este web browser'; | ||
$langStrings['pt']['permanent_select_header'] = 'Defina permanentemente a sua instituição'; | ||
$langStrings['pt']['permanent_cookie'] = 'Nesta página poderá definir a sua <strong>instituição</strong> para este web browser. Defenir uma instituição levará a que seja redireccionado directamente para a sua instituição aquando do acesso de recursos. Não use esta funcionalidade se possuir várias contas.'; | ||
$langStrings['pt']['permanent_cookie_notice'] = 'A configuração &ecute;:'; | ||
$langStrings['pt']['permanent_cookie_note'] = 'Poderá efectuar um reset às configurações no URL %s'; | ||
$langStrings['pt']['delete_permanent_cookie_button'] = 'Reset'; | ||
$langStrings['pt']['goto_sp'] = 'Salve e continue'; | ||
$langStrings['pt']['permanently_remember_selection'] = 'Memorize a sua selecção permanentemente e passe o mecanismo WAYF apartir de agora.'; | ||
$langStrings['pt']['confirm_permanent_selection'] = 'Tem a certeza que pretende seleccionar a opção escolhida como a sua instituição? Não seleccione se possui várias contas.'; | ||
$langStrings['pt']['save_button'] = 'Guarde'; | ||
$langStrings['pt']['access_host'] = 'No sentido de aceder ao recurso em <code>\'%s\'</code> deverá autenticar-se.'; | ||
$langStrings['pt']['select_idp'] = 'Seleccione a sua instituição.'; | ||
$langStrings['pt']['remember_selection'] = 'Memorize a selecção para esta sessão.'; | ||
$langStrings['pt']['invalid_user_idp'] = 'Poderá existir um erro nos dados que enviou.<br>Os valores enviados <code>\'%s\'</code> são inválidos.<br>Apenas os valores seguintes são permitidos:'; | ||
$langStrings['pt']['contact_assistance'] = 'Contacte <a href="mailto:%s">%s</a> para assistencia.'; | ||
$langStrings['pt']['no_arguments'] = 'Nenhum argumento recebido!'; | ||
$langStrings['pt']['arguments_missing'] = 'O servidor web recebeu uma query inv´lida devido à falta de alguns argumentos. Foram recebidos os seguintes argumentos:'; | ||
$langStrings['pt']['valid_request_description'] = 'Um pedido v´lido necessita de pelo menos dos atributos <code>shire</code> e <code>target</code> com valores v´lidos. Opcionalmente os argumentos <code>providerID</code>, <code>origin</code> e <code>redirect</code> podem ser fornecidos para de uma forma autom´tica redireccionar o browser do utilizador.'; | ||
$langStrings['pt']['invalid_query'] = 'Erro: Query Invalida'; | ||
$langStrings['pt']['select_button'] = 'Seleccione'; | ||
$langStrings['pt']['login'] = 'Autenticar'; | ||
$langStrings['pt']['login_with'] = 'Autenticar em:'; | ||
$langStrings['pt']['other_federation'] = 'Outra FederaçAtilde;o'; | ||
$langStrings['pt']['logged_in'] = 'Já se encontra autenticado. <a href=\"%s\">Continue</a>.'; | ||
$langStrings['pt']['most_used'] = 'Instituição mais utilizada'; | ||
|
||
|
||
// **************************** | ||
// Japanese | ||
// **************************** | ||
|
||
// Read note on line 16 how to properly customize locales so that they survive updates | ||
$langStrings['ja']['about_federation'] = '??????????'; // This string can be hidden by setting it to '' | ||
$langStrings['ja']['about_organisation'] = 'SWITCH??'; // This string can be hidden by setting it to '' | ||
$langStrings['ja']['additional_info'] = '<a href="http://www.switch.ch/" target="_blank">SWITCH</a>????????????????????????????????????????????????.'; // This string can be hidden by setting it to '' | ||
|
||
// Generic strings | ||
$langStrings['ja']['faq'] = 'FAQ'; // This string can be hidden by setting it to '' | ||
$langStrings['ja']['help'] = '???'; // This string can be hidden by setting it to '' | ||
$langStrings['ja']['privacy'] = '??????'; // This string can be hidden by setting it to '' | ||
$langStrings['ja']['title'] = '??????'; | ||
$langStrings['ja']['header'] = '???????'; | ||
$langStrings['ja']['make_selection'] = '???????????'; | ||
$langStrings['ja']['settings'] = '????????????????????'; | ||
$langStrings['ja']['permanent_select_header'] = '?????????'; | ||
$langStrings['ja']['permanent_cookie'] = '???????????<strong>?????????</strong>???????.???????,?????????????????,???????IdP?????????,?????IdP???????????.?????????????????????????????????.'; | ||
$langStrings['ja']['permanent_cookie_notice'] = '?????????????????:'; | ||
$langStrings['ja']['permanent_cookie_note'] = '??URL??????????,????????????????????: %s'; | ||
$langStrings['ja']['delete_permanent_cookie_button'] = '????'; | ||
$langStrings['ja']['goto_sp'] = '??????'; | ||
$langStrings['ja']['permanently_remember_selection'] = '??????????????????????????'; | ||
$langStrings['ja']['confirm_permanent_selection'] = '?????????????????????????? ?????????????????????????????????.'; | ||
$langStrings['ja']['save_button'] = '??'; | ||
$langStrings['ja']['access_host'] = '???? %s ???????????????????????????'; | ||
$langStrings['ja']['select_idp'] = '???????????'; | ||
$langStrings['ja']['search_idp'] = '???????????...'; | ||
$langStrings['ja']['remember_selection'] = '??????????????'; | ||
$langStrings['ja']['invalid_user_idp'] = '????IdP???(<code>\'%s\'</code>)????????<br>?????????????:'; | ||
$langStrings['ja']['contact_assistance'] = '??????:<a href="mailto:%s">%s</a>'; | ||
$langStrings['ja']['no_arguments'] = '??????????????'; | ||
$langStrings['ja']['arguments_missing'] = '??????????????????????.??????????????????.<br>?????????????:'; | ||
$langStrings['ja']['valid_request_description'] = '???????????????,<code>shire</code>?<code>target</code>????????????.????????????<code>providerID</code>,<code>origin</code>?<code>redirect</code>??????????,????????????IdP?????????????????????.'; | ||
$langStrings['ja']['valid_saml2_request_description'] = '???SAML2?????????????,<code>entityID</code>?<code>return</code>????????????.<code>return</code>?????SP??????<code>DiscoveryResponse</code>????????????????.????????????<code>isPassive</code>, <code>policy</code>?<code>returnIDParam</code>??????????,????????????IdP?????????????????????.'; | ||
$langStrings['ja']['invalid_query'] = '???: ????????'; | ||
$langStrings['ja']['select_button'] = '??'; | ||
$langStrings['ja']['login'] = '??'; | ||
$langStrings['ja']['login_with'] = '????:'; | ||
$langStrings['ja']['other_federation'] = '????????????'; | ||
$langStrings['ja']['logged_in'] = '??? <a href=\"%s\">??</a>.'; | ||
$langStrings['ja']['most_used'] = '?????????????'; | ||
$langStrings['ja']['invalid_return_url'] = '????URL <code>\'%s\'</code> ?????'; | ||
$langStrings['ja']['unverified_return_url'] = '????URL <code>\'%s\'</code> ?SP <code>\'%s\'</code> ???????????'; | ||
$langStrings['ja']['unknown_sp'] = 'SP <code>\'%s\'</code> ??????????????????'; | ||
$langStrings['ja']['no_idp_found'] = '??????????????????'; | ||
$langStrings['ja']['no_idp_available'] = '?????????????'; | ||
$langStrings['ja']['last_used'] = '????'; | ||
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters