source: trunk/spip/esqueleto-redcta/plugins/agenda/1_9_1/lang/agenda_en.php @ 30

Last change on this file since 30 was 30, checked in by sebas, 17 years ago

nueva importacion del codigo del esqueleto de redcta con los plugins

File size: 1.3 KB
Line 
1<?php
2
3// This is a SPIP language file  --  Ceci est un fichier langue de SPIP
4
5$GLOBALS[$GLOBALS['idx_lang']] = array(
6'bouton_annuler' => 'Escape',
7'activite_editoriale' => 'Editorial activity',
8'ajouter_un_evenement' => 'add one event to this article',
9'texte_agenda' => 'DIARY',
10'titre_cadre_ajouter_evenement' => 'Add one event',
11'titre_cadre_modifier_evenement' => 'Modify one event',
12'item_mots_cles_association_evenements' => 'to those events',
13'info_un_evenement' => 'one event',
14'info_nombre_evenements' => '@nb_evenements@ events',
15'info_evenements' => 'Events',
16'evenements' => 'Events',
17'evenement_titre' => 'Title',
18'evenement_descriptif' => 'Description',
19'evenement_lieu' => 'Location',
20'evenement_date' => 'Date',
21'evenement_date_de' => 'From ',
22'evenement_date_du' => 'From ',
23'evenement_date_a' => 'to ',
24'evenement_date_au' => 'To ',
25'evenement_date_a_immediat' => 'at ',
26'evenement_date_debut' => 'Starting date',
27'evenement_date_fin' => 'Ending date',
28'lien_retirer_evenement' => 'Deleted ',
29'evenement_horaire' => 'Schedule',
30'titre_sur_l_agenda' => "On diary",
31'icone_creer_evenement' => 'Generate a new event',
32'evenement_repetitions' => 'Repetition',
33'repetition_de' => "Repetition of",
34'sans_titre' => "(without title)",
35'evenement_autres_occurences' => "Other occurences :",
36'bouton_supprimer' => "Delete",
37);
38
39
40?>
Note: See TracBrowser for help on using the repository browser.