Changeset 62533 in spip-zone for _plugins_/getID3/trunk/lang/getid3_en.php
- Timestamp:
- Jun 14, 2012, 1:40:33 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/getID3/trunk/lang/getid3_en.php
r62480 r62533 1 1 <?php 2 2 // This is a SPIP language file -- Ceci est un fichier langue de SPIP 3 // extrait automatiquement de http://trad. mediaspip.net/spip.php?page=tradlang3 // extrait automatiquement de http://trad.spip.org/tradlang_module/getid3?lang_cible=en 4 4 // ** ne pas modifier le fichier ** 5 5 … … 23 23 'info_album' => 'Album:', 24 24 'info_artist' => 'Artist:', 25 'info_audiosamplerate' => 'Sample rate:', 25 26 'info_bitrate' => 'Bitrate:', 26 27 'info_bitrate_mode' => 'Mode:', … … 39 40 'info_encoding_time' => 'Encoding date:', 40 41 'info_erreurs' => 'Errors', 42 'info_extension' => 'Extension:', 41 43 'info_format' => 'Format:', 42 44 'info_gauche_numero_document' => 'Document number', … … 46 48 'info_nom_fichier' => 'File name:', 47 49 'info_original_filename' => 'Original name', 48 'info_original_release_time' => 'Original creation date ',50 'info_original_release_time' => 'Original creation date:', 49 51 'info_sample_rate' => 'Sample rate:', 50 52 'info_source' => 'Source:', … … 95 97 'message_texte_binaires_manquant' => 'Several software needed are not available on your server:', 96 98 'message_titre_binaire_manquant' => 'A missing software', 97 'message_titre_binaires_manquant' => ' Plusieurs logiciels manquant',99 'message_titre_binaires_manquant' => 'Missing software', # SOFTWARE has no plural form I believe: "That company sells software, one program or several programs"; "That company sells many different types of software." "Some" can be removed as well. 98 100 'message_validation_appliquer_cover' => 'This action is definitive. It won\'t be possible to go back later.', 99 101 'message_valider_cover_defaut' => 'Submit the form to use the default cover', … … 102 104 'son_bitrate_cbr' => 'Constant bitrate', 103 105 'son_bitrate_vbr' => 'Variable bitrate', 104 105 106 106 107 // T
Note: See TracChangeset
for help on using the changeset viewer.