Dotclear

Changeset 807


Ignore:
Timestamp:
02/23/09 23:36:53 (15 years ago)
Author:
Tomtom33
Message:

Added some locale

Location:
plugins/dcCron
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • plugins/dcCron/index.php

    r805 r807  
    7979     '%1$s'),sprintf( 
    8080          isset($_POST['edit']) ? 
    81           __('Edit Task') : 
    82           __('New Task') 
     81          __('Edit task') : 
     82          __('New task') 
    8383     ),$p_url.'&add=go'); 
    8484 
  • plugins/dcCron/locales/fr/main.po

    r802 r807  
    99msgstr "Programmateur" 
    1010 
    11 #: inc/class.dc.cron.list.php:33 
    12 #: index.php:62 
     11#: inc/class.dc.cron.list.php:34 
     12#: inc/class.dc.cron.list.php:164 
     13#: index.php:107 
     14#: index.php:132 
    1315msgid "Task id" 
    1416msgstr "Id de la tâche" 
    1517 
    16 #: inc/class.dc.cron.list.php:34 
     18#: inc/class.dc.cron.list.php:35 
     19#: inc/class.dc.cron.list.php:165 
    1720msgid "Interval" 
    1821msgstr "Intervalle" 
    1922 
    20 #: inc/class.dc.cron.list.php:35 
     23#: inc/class.dc.cron.list.php:36 
     24#: inc/class.dc.cron.list.php:166 
    2125msgid "Last run" 
    2226msgstr "Dernière exécution" 
    2327 
    24 #: inc/class.dc.cron.list.php:36 
     28#: inc/class.dc.cron.list.php:37 
    2529msgid "Next run planned" 
    2630msgstr "Prochaine exécution programmée" 
    2731 
    28 #: inc/class.dc.cron.list.php:37 
     32#: inc/class.dc.cron.list.php:38 
     33#: inc/class.dc.cron.list.php:167 
    2934msgid "Actions" 
    3035msgstr "Actions" 
    3136 
    32 #: inc/class.dc.cron.list.php:79 
     37#: inc/class.dc.cron.list.php:47 
     38msgid "Delete selected modules" 
     39msgstr "Supprimer les tâches sélectionnées" 
     40 
     41#: inc/class.dc.cron.list.php:88 
    3342msgid "Edit" 
    3443msgstr "Modifier" 
    3544 
    36 #: inc/class.dc.cron.list.php:110 
     45#: inc/class.dc.cron.list.php:90 
     46msgid "Disable" 
     47msgstr "Désactiver" 
     48 
     49#: inc/class.dc.cron.list.php:120 
    3750msgid "week" 
    3851msgstr "semaine" 
    3952 
    40 #: inc/class.dc.cron.list.php:110 
     53#: inc/class.dc.cron.list.php:120 
    4154msgid "weeks" 
    4255msgstr "semaines" 
    4356 
    44 #: inc/class.dc.cron.list.php:115 
     57#: inc/class.dc.cron.list.php:125 
    4558msgid "day" 
    4659msgstr "jour" 
    4760 
    48 #: inc/class.dc.cron.list.php:120 
     61#: inc/class.dc.cron.list.php:130 
    4962msgid "hour" 
    5063msgstr "heure" 
    5164 
    52 #: inc/class.dc.cron.list.php:120 
     65#: inc/class.dc.cron.list.php:130 
    5366msgid "hours" 
    5467msgstr "heures" 
    5568 
    56 #: inc/class.dc.cron.list.php:125 
     69#: inc/class.dc.cron.list.php:135 
    5770msgid "minute" 
    5871msgstr "minute" 
    5972 
    60 #: inc/class.dc.cron.list.php:125 
     73#: inc/class.dc.cron.list.php:135 
    6174msgid "minutes" 
    6275msgstr "minutes" 
    6376 
    64 #: inc/class.dc.cron.list.php:129 
     77#: inc/class.dc.cron.list.php:139 
    6578msgid "seconde" 
    6679msgstr "seconde" 
    6780 
    68 #: inc/class.dc.cron.list.php:129 
     81#: inc/class.dc.cron.list.php:139 
    6982msgid "secondes" 
    7083msgstr "secondes" 
    7184 
    72 #: index.php:25 
    73 msgid "Task : %s have been deleted successfully" 
    74 msgstr "La tâche : %s a été supprimé avec succès" 
     85#: inc/class.dc.cron.list.php:200 
     86msgid "Enable" 
     87msgstr "Activer" 
    7588 
    76 #: index.php:34 
    77 msgid "Task : %s have been edited successfully" 
    78 msgstr "La tâche : %s a été modifié avec succès" 
     89#: index.php:35 
     90msgid "Task : %s have been successfully created" 
     91msgstr "La tâche : %s a été créée avec succès" 
    7992 
    80 #: index.php:50 
    81 #: index.php:54 
     93#: index.php:35 
     94msgid "Task : %s have been successfully edited" 
     95msgstr "La tâche : %s a été modifiée avec succès" 
     96 
     97#: index.php:41 
     98msgid "All Tasks selected have been deleted successfully" 
     99msgstr "Toutes les tâches sélectionnées ont été supprimées avec succès" 
     100 
     101#: index.php:46 
     102msgid "Task : %s have been successfully disabled" 
     103msgstr "La tâche : %s a été désactivée avec succès" 
     104 
     105#: index.php:51 
     106msgid "Task : %s have been successfully enabled" 
     107msgstr "La tâche : %s a été activée avec succès" 
     108 
     109#: index.php:75 
     110#: index.php:88 
    82111msgid "dcCron" 
    83112msgstr "dcCron" 
    84113 
    85 #: index.php:59 
     114#: index.php:81 
     115msgid "Edit task" 
     116msgstr "Modifier la tâche" 
     117 
     118#: index.php:82 
     119#: index.php:104 
     120msgid "New task" 
     121msgstr "Nouvelle tâche" 
     122 
     123#: index.php:92 
     124msgid "Are you sure you want to delete these tasks?" 
     125msgstr "Êtes-vous sur de vouloir supprimer ces tâches" 
     126 
     127#: index.php:111 
     128#: index.php:136 
     129msgid "Class name" 
     130msgstr "Nom de classe" 
     131 
     132#: index.php:115 
     133#: index.php:140 
     134msgid "Function name" 
     135msgstr "Nom de la fonction" 
     136 
     137#: index.php:119 
     138#: index.php:144 
     139msgid "Interval (in second)" 
     140msgstr "Intervalle (en seconde)" 
     141 
     142#: index.php:125 
     143msgid "Add task" 
     144msgstr "Ajouter la tâche" 
     145 
     146#: index.php:129 
    86147msgid "Task edit" 
    87148msgstr "Modification de la tâche" 
    88149 
    89 #: index.php:66 
    90 msgid "Class name" 
    91 msgstr "Nom de classe" 
    92  
    93 #: index.php:70 
    94 msgid "Function name" 
    95 msgstr "Nom de la fonction" 
    96  
    97 #: index.php:74 
    98 msgid "Interval (in second)" 
    99 msgstr "Intervalle (en seconde)" 
    100  
    101 #: index.php:80 
     150#: index.php:151 
    102151msgid "Save configuration" 
    103152msgstr "Enregistrer la configuration" 
    104153 
    105 #: index.php:84 
     154#: index.php:155 
    106155msgid "Planned tasks" 
    107156msgstr "Tâches programmées" 
    108157 
    109 #: index.php:84 
     158#: index.php:155 
    110159msgid "No tasks planned" 
    111160msgstr "Aucune tâche programmée" 
    112161 
     162#: index.php:159 
     163msgid "Disabled tasks" 
     164msgstr "Désactiver les tâches" 
     165 
    113166#: inc/class.dc.cron.php:41 
    114167msgid "[%s] Impossible to execute task : %s" 
    115 msgstr "[%s] Impossible d'exécuter la tâche : %s" 
     168msgstr "[%s] Impossible d'exécuter la tâche %s" 
    116169 
    117170#: inc/class.dc.cron.php:64 
     
    127180msgstr "[dcCron] Veuillez entrer un callback valide pour la tâche : %s" 
    128181 
    129 #: inc/class.dc.cron.php:122 
     182#: inc/class.dc.cron.php:131 
    130183msgid "[dcCron] Impossible to delete task: %s. It does not exists" 
    131184msgstr "[dcCron] Impossible de supprimer la tâche : %s. Elle n'existe pas." 
    132185 
    133 #: index.php:34 
    134 msgid "Task : %s have been created successfully" 
    135 msgstr "La tâche : %s a été créé avec succès" 
     186#: inc/class.dc.cron.php:113 
     187msgid "[dcCron] Invalid format to delete task" 
     188msgstr "[dcCron] Format invalide pour supprimer des tâches" 
    136189 
    137 #: index.php:69 
    138 #: index.php:74 
    139 msgid "New task" 
    140 msgstr "Nouvelle tâche" 
    141  
    142 #: index.php:95 
    143 msgid "Add task" 
    144 msgstr "Ajouter la tâche" 
     190#: inc/class.dc.cron.php:118 
     191msgid "[dcCron] No task specified to delete" 
     192msgstr "[dcCron] Aucune tâche spécifiée à supprimer" 
Note: See TracChangeset for help on using the changeset viewer.

Sites map