Changeset 107747 in spip-zone
- Timestamp:
- Nov 26, 2017, 4:36:30 AM (3 years ago)
- Location:
- _plugins_/simplog/trunk/lang
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/simplog/trunk/lang/simplog.xml
r106192 r107747 3 3 <traducteur nom="klaus++" lien="https://trad.spip.net/auteur/klaus" /> 4 4 </langue> 5 <langue code="en" url="https://trad.spip.net/tradlang_module/simplog?lang_cible=en" total="25" traduits=" 19" relire="0" modifs="1" nouveaux="5" pourcent="76.00">5 <langue code="en" url="https://trad.spip.net/tradlang_module/simplog?lang_cible=en" total="25" traduits="25" relire="0" modifs="0" nouveaux="0" pourcent="100.00"> 6 6 <traducteur nom="Eric Lupinacci" lien="https://trad.spip.net/auteur/_eric_" /> 7 <traducteur nom="jack31" lien="https://trad.spip.net/auteur/jack31" /> 7 8 <traducteur nom="kent1" lien="https://trad.spip.net/auteur/kent1" /> 8 9 </langue> -
_plugins_/simplog/trunk/lang/simplog_en.php
r102298 r107747 14 14 15 15 // C 16 'clic_rafraichir' => 'Refresh the file', # MODIF16 'clic_rafraichir' => 'Refresh the file', 17 17 'colonne_date' => 'Date', 18 18 'colonne_gravite' => 'Severity', … … 27 27 // F 28 28 'fichier' => 'File "@fichier@"', 29 'filtre_gravite_aucun' => 'All severities', 29 30 30 31 // I … … 41 42 // M 42 43 'message_fichier_choisir' => 'Choose a file to analyze.', 44 'message_fichier_filtre_vide' => 'The file contains no severity record "@gravite@".', 45 'message_fichier_non_log' => 'The file "@fichier@" is not a log or is no longer available.', 46 'message_fichier_suppression' => 'Are you sure you want to delete the log file.', 47 'message_fichier_vide' => 'The file is empty.', 43 48 44 49 // T
Note: See TracChangeset
for help on using the changeset viewer.