Ignore:
Timestamp:
Jan 10, 2013, 10:34:55 PM (11 years ago)
Author:
julien1311
Message:

[piwecard] lots of improvements (again)

Location:
extensions/Piwecard/language
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/Piwecard/language/en_UK/plugin.lang.php

    r20032 r20047  
    11<?php
    2 $lang['piwecard_plugin']                                        = 'Piwecard Plugin';
     2$lang['piwecard_plugin']                                                = 'Piwecard Plugin';
    33
    44//Admin pages
    5 $lang['ecard_admin_saveOK']                             = 'Your data have been saved in the database';
     5$lang['piwecard_admin_saveOK']                                  = 'Your data have been saved in the database';
    66
    77//admin.php
    8 $lang['ecard_admin_authorizations']                     = 'Authorizations';
    9 $lang['ecard_admin_configuration']                      = 'Configuration';
    10 $lang['ecard_admin_management']                         = 'Management';
     8$lang['piwecard_admin_authorizations']                  = 'Authorizations';
     9$lang['piwecard_admin_configuration']                   = 'Configuration';
     10$lang['piwecard_admin_management']                              = 'Management';
    1111
    1212//admin_authorizations.php
    13 $lang['piwecard_selected_cats']                         = 'Selected cats';
    14 $lang['piwecard_non_selected_cats']                     = 'Non selected cats';
     13$lang['piwecard_selected_cats']                                 = 'Selected categories';
     14$lang['piwecard_non_selected_cats']                             = 'Non selected categories';
    1515
    1616//admin_authorizations.tpl
    17 $lang['ecard_authorizations_cat']                       = 'Authorizations depending on the category';
    18 $lang['ecard_authorizations_all_cats']          = 'Sending of e-cards is authorized on all the categories accessible by the user';
    19 $lang['ecard_authorizations_selected_cats'] = 'Sending of e-cards is authorized only on a selection of catetories and if selected categories are accessible by the user';
    20 $lang['ecard_authorizations_user_cat']          = 'Sending of e-cards is authorized only if the cateory or one of its parents is named after the user (case sensitive) or if the user is the author of the image';
     17$lang['piwecard_authorizations_cat']                    = 'Authorizations depending on the category';
     18$lang['piwecard_authorizations_all_cats']               = 'Sending of e-cards is authorized on all the categories accessible by the user';
     19$lang['piwecard_authorizations_selected_cats'] = 'Sending of e-cards is authorized only on a selection of catetories and if selected categories are accessible by the user';
     20$lang['piwecard_authorizations_user_cat']               = 'Sending of e-cards is authorized only if the category or one of its parents is named after the user (case sensitive) or if the user is the author of the image';
    2121
    2222//admin_configuration.php
    23 $lang['ecard_nolimit']                                          = 'Unlimited';
     23$lang['piwecard_nolimit']                                               = 'Unlimited';
     24$lang['piwecard_email_format_default_error']    = 'The default e-mail format must be one of the selected e-mail format';
    2425
    2526//admin_configuration.tpl
    26 $lang['ecard_configuration']                            = 'Standard configuration';
    27 $lang['ecard_validity_default']                         = 'Default validity of the e-card';
    28 $lang['ecard_sender_copy']                                      = 'Send a copy of the e-card to the sender';
    29 $lang['ecard_sender_email_change']                      = 'Allow the user to change his/her e-mail address (not applicable to guests)';
    30 $lang['ecard_email_format']                                     = 'e-mail format';
    31 $lang['ecard_email_format_text']                        = 'Texte';
    32 $lang['ecard_email_format_html']                        = 'HTML';
    33 $lang['ecard_email_format_default']                     = 'Default e-mail format';
    34 $lang['ecard_show_image_infos']                         = 'Show the title and the author of the image under the picture';
    35 $lang['ecard_default_guest_email']                      = 'Default e-mail address for guests';
    36 $lang['ecard_email_configuration']                      = 'e-mail configuration';
    37 $lang['ecard_email_subject']                            = 'Subject';
    38 $lang['ecard_email_message_text']                       = 'Message when the e-mail format is text';
    39 $lang['ecard_email_message_html']                       = 'Message when the e-mail format is HTML';
    40 $lang['ecard_parameters']                                       = 'Parameters';
    41 $lang['piwecard_sender_name']                           = 'Sender name';
    42 $lang['piwecard_sender_email']                          = 'Sender e-mail';
    43 $lang['piwecard_recipient_name']                        = 'Recipient name';
    44 $lang['piwecard_recipient_email']                       = 'Recipient e-mail';
    45 $lang['piwecard_website']                                       = 'Website';
    46 $lang['piwecard_website_url']                           = 'Website URL';
    47 $lang['piwecard_ecard_url']                                     = 'Ecard URL';
    48 $lang['piwecard_ecard_subject']                         = 'Subject';
    49 $lang['piwecard_ecard_message']                         = 'Message';
    50 $lang['piwecard_ecard_image_url']                       = 'Image URL';
    51 $lang['piwecard_ecard_image_infos']                     = 'Image infos (title and author)';
     27$lang['piwecard_configuration']                                 = 'Standard configuration';
     28$lang['piwecard_validity_default']                              = 'Default validity of the e-card';
     29$lang['piwecard_sender_copy']                                   = 'Send a copy of the e-card to the sender';
     30$lang['piwecard_sender_email_change']                   = 'Allow the sender to change his/her e-mail address (not applicable to guests unless the default e-mail address is configured)';
     31$lang['piwecard_email_format']                                  = 'e-mail format';
     32$lang['piwecard_email_format_text']                             = 'Text';
     33$lang['piwecard_email_format_html']                             = 'HTML';
     34$lang['piwecard_email_format_default']                  = 'Default e-mail format';
     35$lang['piwecard_show_image_infos']                              = 'Show the title and the author of the image under the picture';
     36$lang['piwecard_default_guest_email']                   = 'Default e-mail address for guests';
     37$lang['piwecard_email_configuration']                   = 'e-mail configuration';
     38$lang['piwecard_email_subject']                                 = 'Subject';
     39$lang['piwecard_email_message_text']                    = 'Message when the e-mail format is text';
     40$lang['piwecard_email_message_html']                    = 'Message when the e-mail format is HTML';
     41$lang['piwecard_parameters']                                    = 'Parameters';
     42$lang['piwecard_sender_name']                                   = 'Sender name';
     43$lang['piwecard_sender_email']                                  = 'Sender e-mail';
     44$lang['piwecard_recipient_name']                                = 'Recipient name';
     45$lang['piwecard_recipient_email']                               = 'Recipient e-mail';
     46$lang['piwecard_website']                                               = 'Name of the gallery';
     47$lang['piwecard_website_url']                                   = 'Gallery URL';
     48$lang['piwecard_ecard_url']                                             = 'Ecard URL';
     49$lang['piwecard_ecard_subject']                                 = 'Ecard title';
     50$lang['piwecard_ecard_message']                                 = 'Message';
     51$lang['piwecard_ecard_image_url']                               = 'Image URL';
     52$lang['piwecard_ecard_image_infos']                             = 'Image infos (title and author)';
    5253
    5354
     
    5657
    5758//admin_management.tpl
    58 $lang['ecard_list']                                             = 'List of e-cards';
    59 $lang['ecard_valid']                                            = 'valid(s)';
    60 $lang['ecard_total']                                            = 'total';
    61 $lang['ecard_delete_all']                                       = 'Delete all expired e-card';
    62 $lang['ecard_title']                                            = 'Title';
    63 $lang['ecard_date_creation']                            = 'Date';
    64 $lang['ecard_sender_name']                                      = 'Sender name';
    65 $lang['ecard_recipient_name']                           = 'Recipient name';
    66 $lang['ecard_validity']                                         = 'Validity date';
    67 $lang['ecard_delete']                                           = 'Delete';
    68 $lang['ecard_nb_ecard_page']                            = 'Number of e-card per page';
    69 $lang['ecard_no_ecard']                                         = 'No e-card in the database';
    70 $lang['ecard_delete_selected']                          = 'Delete selected e-cards';
     59$lang['piwecard_list']                                                  = 'List of e-cards';
     60$lang['piwecard_nb_ecard_valid_total']                  = '%nb_valid% valid e-cards out of %nb_total% e-cards';
     61$lang['piwecard_delete_all_invalid']                    = 'Delete all expired e-card';
     62$lang['piwecard_title']                                                 = 'Title';
     63$lang['piwecard_date_creation']                                 = 'Date';
     64$lang['piwecard_sender_name']                                   = 'Sender';
     65$lang['piwecard_recipient_name']                                = 'Recipient';
     66$lang['piwecard_validity']                                              = 'Validity date';
     67$lang['piwecard_delete']                                                = 'Delete';
     68$lang['piwecard_deleted']                                               = 'Selected e-cards have been deleted.';
     69$lang['piwecard_invalid_deleted']                               = 'All expired e-cards have been deleted.';
     70$lang['piwecard_nb_ecard_page']                                 = 'Number of e-card per page';
     71$lang['piwecard_no_ecard']                                              = 'No e-card in the database';
     72$lang['piwecard_delete_selected']                               = 'Delete selected e-cards';
    7173
    7274//ecard.tpl
    73 $lang['ecard_send_stage1']                                      = 'Stage 1: Write your message';
    74 $lang['ecard_send_stage2']                                      = 'Stage 2: Edit information';
    75 $lang['ecard_send_stage3']                                      = 'Stage 3: Options';
    76 $lang['ecard_send_stage4']                                      = 'Stage 4: Send the e-card!';
    77 $lang['ecard_error']                                            = 'Error!';
    78 $lang['ecard_error_text']                                       = 'Please enter a text.';
    79 $lang['ecard_error_email']                                      = 'Please enter a valid e-mail.';
    80 $lang['ecard_send_title']                                       = 'Title';
    81 $lang['ecard_send_message']                             = 'Message';
    82 $lang['ecard_sender']                                           = 'Sender';
    83 $lang['ecard_recipient']                                        = 'Recipient';
    84 $lang['ecard_validity_label']                           = 'Period of validity';
    85 $lang['ecard_send_mandatory_fields']            = 'Mandatory fields';
    86 $lang['ecard_send']                                             = 'Send';
    87 $lang['ecard_send_link']                                        = 'Click here to send an e-card';
     75$lang['piwecard_send_stage1']                                   = 'Stage 1: Write the message';
     76$lang['piwecard_send_stage2']                                   = 'Stage 2: Edit the informations';
     77$lang['piwecard_send_stage3']                                   = 'Stage 3: Options';
     78$lang['piwecard_send_stage4']                                   = 'Stage 4: Send the e-card!';
     79$lang['piwecard_error']                                                 = 'Error!';
     80$lang['piwecard_error_text']                                    = 'Please enter a text.';
     81$lang['piwecard_error_email']                                   = 'Please enter a valid e-mail.';
     82$lang['piwecard_error_integer']                                 = 'Please enter a valid number.';
     83$lang['piwecard_errors']                                                = 'See detail of errors below';
     84$lang['piwecard_send_title']                                    = 'Title';
     85$lang['piwecard_send_message']                                  = 'Message';
     86$lang['piwecard_sender']                                                = 'Sender';
     87$lang['piwecard_recipient']                                     = 'Recipient';
     88$lang['piwecard_validity_label']                                = 'Period of validity';
     89$lang['piwecard_send_mandatory_fields']                 = 'Mandatory fields';
     90$lang['piwecard_send']                                                  = 'Send';
     91$lang['piwecard_send_link']                                             = 'Click here to send an e-card';
    8892
    8993//publish.tpl
    90 $lang['ecard_invalid_ecard']                            = 'Invalid or expired e-card';
    91 $lang['ecard_publish_footer']                           = 'This e-card was sent by ';
     94$lang['piwecard_invalid_ecard']                                 = 'Invalid or expired e-card';
     95$lang['piwecard_publish_footer']                                = 'This e-card was sent by ';
    9296
    9397//piwecard.class.php
    94 $lang['ecard_subject']                                          = 'e-mail subject';
    95 $lang['ecard_message']                                          = 'Message';
    96 $lang['ecard_recipient_name']                           = 'Recipient name';
    97 $lang['ecard_recipient_email']                          = 'Recipient e-mail';
    98 $lang['ecard_days']                                                     = 'days';
     98$lang['piwecard_subject']                                               = 'e-mail subject';
     99$lang['piwecard_message']                                               = 'Message';
     100$lang['piwecard_recipient_name']                                = 'Recipient name';
     101$lang['piwecard_recipient_email']                               = 'Recipient e-mail';
     102$lang['piwecard_days']                                                  = 'days';
    99103?>
  • extensions/Piwecard/language/fr_FR/plugin.lang.php

    r20045 r20047  
    1 <?php
     1<?php
     2$lang['piwecard_plugin']                                                = 'Plugin Piwecard';
    23
    3 $lang['ecard_sender_email_change'] = 'Autoriser l\'utilisateur à changer son adresse e-mail (uniquement pour les utilisateurs enregistrés)';
    4 $lang['ecard_sender_copy'] = 'Envoyer une copie de l\'e-card à l\'expéditeur';
    5 $lang['ecard_send_stage3'] = 'Étape 3 : options';
    6 $lang['ecard_send_stage4'] = 'Étape 4 : envoyer !';
    7 $lang['ecard_nb_ecard_page'] = 'Nombre d\'e-cards par page';
    8 $lang['ecard_no_ecard'] = 'N° de l\'e-card dans la base';
    9 $lang['ecard_nolimit'] = 'Sans limite';
    10 $lang['ecard_publish_footer'] = 'Cette e-card a été envoyée par';
    11 $lang['ecard_recipient'] = 'Destinataire';
    12 $lang['ecard_recipient_email'] = 'E-mail du destinataire';
    13 $lang['ecard_recipient_name'] = 'Nom du destinataire';
    14 $lang['ecard_send_link'] = 'Cliquez ici pour envoyer une e-card';
    15 $lang['ecard_send_mandatory_fields'] = 'Champs obligatoires';
    16 $lang['ecard_send_stage1'] = 'Étape 1 : écrivez votre message';
    17 $lang['ecard_send_stage2'] = 'Étape 2 : informations';
    18 $lang['ecard_email_configuration'] = 'Configuration de l\'e-mail';
    19 $lang['ecard_email_format'] = 'Format de l\'e-mail';
    20 $lang['ecard_email_format_default'] = 'Format par défaut de l\'e-mail';
    21 $lang['ecard_email_message_html'] = 'Message quand l\'e-mail est en HTML';
    22 $lang['ecard_email_message_text'] = 'Message quand l\'e-mail est en texte';
    23 $lang['ecard_error'] = 'Erreur !';
    24 $lang['ecard_error_email'] = 'Veuillez entrer un e-mail valide';
    25 $lang['ecard_error_text'] = 'Veuillez entrer un texte';
    26 $lang['ecard_invalid_ecard'] = 'E-card invalide ou expirée';
    27 $lang['ecard_list'] = 'Liste des e-cards';
    28 $lang['ecard_admin_authorizations'] = 'Autorisations';
    29 $lang['ecard_admin_management'] = 'Gestion';
    30 $lang['ecard_admin_saveOK'] = 'Vos données ont été sauvegardées dans la base de données';
    31 $lang['ecard_authorizations_all_cats'] = 'L\'envoi de e-cards est autorisé dans toutes les albums accessibles par l\'utilisateur';
    32 $lang['ecard_authorizations_cat'] = 'L\'autorisation dépend de l\'album';
    33 $lang['ecard_authorizations_selected_cats'] = 'L\'envoi de e-cards est uniquement autorisé sur une sélection d\'album et si les albums sélectionnes sont accessibles par l\'utilisateur';
    34 $lang['ecard_configuration'] = 'Configuration standard';
    35 $lang['ecard_default_guest_email'] = 'E-mail par défaut pour les invités';
    36 $lang['ecard_delete_all'] = 'Supprimer toutes les e-cards expirées';
    37 $lang['ecard_delete_selected'] = 'Supprimer les e-cards sélectionnées';
     4//Admin pages
     5$lang['piwecard_admin_saveOK']                                  = 'Informations enregistrées dans la base de données';
     6
     7//admin.php
     8$lang['piwecard_admin_authorizations']                  = 'Droits d\'accès';
     9$lang['piwecard_admin_configuration']                   = 'Configuration';
     10$lang['piwecard_admin_management']                              = 'Gestion';
     11
     12//admin_authorizations.php
     13$lang['piwecard_selected_cats']                                 = 'Catégories sélectionnées';
     14$lang['piwecard_non_selected_cats']                             = 'Catégories non sélectionnées';
     15
     16//admin_authorizations.tpl
     17$lang['piwecard_authorizations_cat']                    = 'Droits d\'accès en fonction des catégories';
     18$lang['piwecard_authorizations_all_cats']               = 'L\'envoi de carte virtuelle est autorisé sur toutes les catégories accessibles par l\'utilisateur';
     19$lang['piwecard_authorizations_selected_cats']  = 'L\'envoi de carte virtuelle est autorisé uniquement sur une sélection de catégories et si les catégories sélectionnées sont accessibles à l\'utilisateur';
     20$lang['piwecard_authorizations_user_cat']               = 'L\'envoi de carte virtuelle est autorisé uniquement si la catégorie ou une de ses parentes porte le même nom que l\'utilisateur (sensible à la casse) ou si l\'utilisateur est l\'auteur de la photo';
     21
     22//admin_configuration.php
     23$lang['piwecard_nolimit']                                               = 'Illimitée';
     24$lang['piwecard_email_format_default_error']    = 'Le format d\'envoi d\'email par défaut doit être un des formats sélectionnés';
     25
     26//admin_configuration.tpl
     27$lang['piwecard_configuration']                                 = 'Configuration de base';
     28$lang['piwecard_validity_default']                              = 'Validité de la carte virtuelle par défaut';
     29$lang['piwecard_sender_copy']                                   = 'Envoyer une copie de la carte virtuelle à l\'expéditeur';
     30$lang['piwecard_sender_email_change']                   = 'Autoriser l\'expéditeur de changer son adresse email (non appliquable aux guests sauf si l\'adresse email par défaut est configurée)';
     31$lang['piwecard_email_format']                                  = 'Format d\'email';
     32$lang['piwecard_email_format_text']                             = 'Texte';
     33$lang['piwecard_email_format_html']                             = 'HTML';
     34$lang['piwecard_email_format_default']                  = 'Format d\'email par défaut';
     35$lang['piwecard_show_image_infos']                              = 'Montrer le titre et l\'auteur de l\'image sous l\'image';
     36$lang['piwecard_default_guest_email']                   = 'Adresse email par défaut pour les guests';
     37$lang['piwecard_email_configuration']                   = 'Configurations des emails';
     38$lang['piwecard_email_subject']                                 = 'Objet';
     39$lang['piwecard_email_message_text']                    = 'Message pour les envois au format texte';
     40$lang['piwecard_email_message_html']                    = 'Message pour les envois au format HTML';
     41$lang['piwecard_parameters']                                    = 'Parametres';
     42$lang['piwecard_sender_name']                                   = 'Nom de l\'expéditeur';
     43$lang['piwecard_sender_email']                                  = 'Adresse email de l\'expéditeur';
     44$lang['piwecard_recipient_name']                                = 'Nom du destinataire';
     45$lang['piwecard_recipient_email']                               = 'Adresse email du destinataire';
     46$lang['piwecard_website']                                               = 'Nom de la galerie';
     47$lang['piwecard_website_url']                                   = 'URL de la galerie';
     48$lang['piwecard_ecard_url']                                             = 'URL de la carte virtuelle';
     49$lang['piwecard_ecard_subject']                                 = 'Titre de la carte virtuelle';
     50$lang['piwecard_ecard_message']                                 = 'Message';
     51$lang['piwecard_ecard_image_url']                               = 'URL de l\'image';
     52$lang['piwecard_ecard_image_infos']                             = 'Informations de l\'image (titre et auteur)';
     53
     54
     55//admin_management.php
     56
     57
     58//admin_management.tpl
     59$lang['piwecard_list']                                                  = 'Liste des cartes virtuelles';
     60$lang['piwecard_nb_ecard_valid_total']                  = '%nb_valid% cartes virtuelles valides sur %nb_total% cartes virtuelles';
     61$lang['piwecard_delete_all_invalid']                    = 'Supprimer toutes les cartes virtuelles périmées';
     62$lang['piwecard_title']                                                 = 'Titre';
     63$lang['piwecard_date_creation']                                 = 'Date';
     64$lang['piwecard_sender_name']                                   = 'Expéditeur';
     65$lang['piwecard_recipient_name']                                = 'Destinataire';
     66$lang['piwecard_validity']                                              = 'Date de péremption';
     67$lang['piwecard_delete']                                                = 'Supprimer';
     68$lang['piwecard_deleted']                                               = 'Les cartes virtuelles sélectionnées ont été supprimées.';
     69$lang['piwecard_invalid_deleted']                               = 'Toutes les cartes périmées ont été supprimées.';
     70$lang['piwecard_nb_ecard_page']                                 = 'Nombre de cartes virtuelles par page';
     71$lang['piwecard_no_ecard']                                              = 'Aucune carte virtuelle dans la base de données';
     72$lang['piwecard_delete_selected']                               = 'Supprimer les cartes virtuelles sélectionnées';
     73
     74//ecard.tpl
     75$lang['piwecard_send_stage1']                                   = 'Etape 1: Ecrire le message';
     76$lang['piwecard_send_stage2']                                   = 'Etape 2: Modifier les informations';
     77$lang['piwecard_send_stage3']                                   = 'Etape 3: Options';
     78$lang['piwecard_send_stage4']                                   = 'Etape 4: Envoyer la carte virtuelle !';
     79$lang['piwecard_error']                                                 = 'Erreur !';
     80$lang['piwecard_error_text']                                    = 'Entrer un texte.';
     81$lang['piwecard_error_email']                                   = 'Entrer une adresse email valide.';
     82$lang['piwecard_error_integer']                                 = 'Entrer un nombre.';
     83$lang['piwecard_errors']                                                = 'Voir le détail des erreurs ci-dessous';
     84$lang['piwecard_send_title']                                    = 'Titre';
     85$lang['piwecard_send_message']                                  = 'Message';
     86$lang['piwecard_sender']                                                = 'Expéditeur';
     87$lang['piwecard_recipient']                                     = 'Destinataire';
     88$lang['piwecard_validity_label']                                = 'Durée de validité';
     89$lang['piwecard_send_mandatory_fields']                 = 'Champs obligatoires';
     90$lang['piwecard_send']                                                  = 'Envoyer';
     91$lang['piwecard_send_link']                                             = 'Cliquez ici pour envoyer une carte virtuelle';
     92
     93//publish.tpl
     94$lang['piwecard_invalid_ecard']                                 = 'Carte virtuelle invalide ou expirée';
     95$lang['piwecard_publish_footer']                                = 'Cette carte virtuelle a été envoyée par ';
     96
     97//piwecard.class.php
     98$lang['piwecard_subject']                                               = 'Objet de l\'email';
     99$lang['piwecard_message']                                               = 'Message';
     100$lang['piwecard_recipient_name']                                = 'Nom du destinataire';
     101$lang['piwecard_recipient_email']                               = 'Nom de l\'expéditeur';
     102$lang['piwecard_days']                                                  = 'jours';
    38103?>
Note: See TracChangeset for help on using the changeset viewer.