Ignore:
Timestamp:
Apr 18, 2011, 6:32:23 PM (13 years ago)
Author:
Eric
Message:

Translation upgraded : English and French are ready.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/LCAS/trunk/language/en_UK/help/plugin.lang.php

    r9229 r10488  
    11<?php
    2 
    3 // to do: to translate
    4 
    52global $lang;
    63
    7 /*TODO*/$lang['LCAS_sensitiveTitle'] = 'Sensibilités à l\'enregistrement et l\'identification';
    8 /*TODO*/$lang['LCAS_sensitiveTitle_d'] = '
    9 Piwigo permet de rendre insensible à la casse mais ne gère pas l\'insensibilité aux accents, et ceci uniquement à l\'inscription des nouveaux utilisateurs. LCAS apporte une gestion plus approfondie des insensibilités à l\'inscription et l\'identification des utilisateurs. Les options suivantes sont proposées:<br><br>
    10 - Noms d\'utilisateur sensible ou non à la casse<br>
    11 - Noms d\'utilisateur sensible ou non aux accents<br>
    12 - Personnalisation du texte de l\'email de notification<br>
     4$lang['LCAS_sensitiveTitle'] = 'Sensitivities to the registration and identification';
     5$lang['LCAS_sensitiveTitle_d'] = '
     6Piwigo can be case insensitive but does not manage the accent insensitivity, and then only to the registration of new users. LCAS provides a more thorough insensitivity to registration and identification of users. The following options are available:<br><br>
     7- Usernames case sensitive or not<br>
     8- Usernames accent sensitive or not<br>
     9- Customizing the text of the email notification<br>
    1310';
    1411
    15 /*TODO*/$lang['LCAS_caseSensitiveTitle'] = 'Les options';
    16 /*TODO*/$lang['LCAS_caseSensitiveTitle_d'] = 'Ces options permettent que les utilisateurs soient identifiés soit sans tenir compte de la casse (majusules et minuscules) de leur identifiant, soit sans tenir compte des accents, soit sans tenir compte d\'aucun des deux.<br>
    17 <b style=&quot;color: red;&quot;>NB: Le mot de passe reste sensible à tous les caractères !</b><br>
    18 C\'est Béatrice qui va être contente !<br>
     12$lang['LCAS_caseSensitiveTitle'] = 'Options';
     13$lang['LCAS_caseSensitiveTitle_d'] = 'These options allow users to be identified either ignoring the case (capitalization) of their username, or without regard to accents, or regardless of either.<br>
     14<b style=&quot;color: red;&quot;>Note: The password is still sensitive to all the characters!</b><br>
     15Béatrice is going to be happy!<br>
    1916';
    2017
    2118
    22 /*TODO*/$lang['LCAS_userlistTitle'] = 'Vérification des utilisateurs';
    23 /*TODO*/$lang['LCAS_userlistTitle_d'] = 'Cette page affiche les utilisateurs qui doivent être modififés afin d\'activer cette option.<br><br>
    24 Si deux utilisateurs sont déjà enregistrés, par exemple, <em>Test</em> et <em>test</em>, et que l\'option pour l\'insensibilité à la casse est cochée, ils ne pourront plus se connecter correctement.<br>
    25 Vous devez modifier l\'un des deux utilisateurs et éventuellement le prévenir avec le lien pour envoyer un email.';
     19$lang['LCAS_userlistTitle'] = 'User verification';
     20$lang['LCAS_userlistTitle_d'] = 'This page shows the users who should be modified to enable this option.<br><br>
     21If two users are already registered, for example, <em>Test</em> and <em>test</em>, and the option for case insensitivity is checked, they can no longer connect properly.<br>
     22You have to change one of these users and, optionaly, prevent him by using the link to send an email.';
    2623
    27 /*TODO*/$lang['LCAS_Email_Customization'] = 'Personnalisation de la notification par email';
    28 /*TODO*/$lang['LCAS_Email_Customization_d'] = 'Vous pouvez personnaliser le texte à envoyer lors de la notification. Utilisez les balises [lang] pour une personnalisation multi-langues si le plugin Extended Description est actif.';
     24$lang['LCAS_Email_Customization'] = 'Customizing email notification';
     25$lang['LCAS_Email_Customization_d'] = 'You can customize the text to be sent with the notification. Use the tags [lang] for a custom multi-lingual if the plugin Extended Description is active.';
    2926
    30 /*TODO*/$lang['LCAS_MailTitle'] = 'Notification par email';
    31 /*TODO*/$lang['LCAS_MailTitle_d'] = 'Choisissez ici si un email de notification doit être envoyé automatiquement aux utilisateurs dont le login dû être modifié pour correspondre aux nouvelles règles de sensibilité.';
     27$lang['LCAS_MailTitle'] = 'Email Notification';
     28$lang['LCAS_MailTitle_d'] = 'Choose here if an email notification should be automatically sent to users whose login has been changed to match the new rules of sensitivity.';
    3229?>
Note: See TracChangeset for help on using the changeset viewer.