Changeset 112493 in spip-zone
- Timestamp:
- Nov 21, 2018, 4:41:03 AM (3 months ago)
- Location:
- _plugins_/skeleditor/trunk/lang
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/skeleditor/trunk/lang/skeleditor.xml
r107557 r112493 4 4 <langue code="en" url="https://trad.spip.net/tradlang_module/skeleditor?lang_cible=en" total="59" traduits="59" relire="0" modifs="0" nouveaux="0" pourcent="100.00"> 5 5 <traducteur nom="jack31" lien="https://trad.spip.net/auteur/jack31" /> 6 <traducteur nom="Loiseau2nuit" lien="https://trad.spip.net/auteur/loiseau2nuit" /> 6 7 </langue> 7 8 <langue code="es" url="https://trad.spip.net/tradlang_module/skeleditor?lang_cible=es" total="59" traduits="30" relire="0" modifs="0" nouveaux="29" pourcent="50.85"> -
_plugins_/skeleditor/trunk/lang/skeleditor_en.php
r112492 r112493 25 25 'editer_skel_debug' => 'Edit the template (debug mode)', 26 26 'effacer_confirme' => 'Do you really want to delete this file ?', 27 'erreur_creation_sous_dossier' => 'Can\'t create @dir@ 28 sub-directory', 29 'erreur_droits' => 'error: can\'t create the file. Please check the template directory\'s rights', 30 'erreur_ecrire_dans_sous_dossier' => 'Can\'t write in @dir@ 31 sub-directory', 32 'erreur_ecriture_fichier' => 'error: can write to the file', 33 'erreur_edition_ecriture' => 'error: file is read-only', 34 'erreur_fichier_inexistant' => 'This file doesn\’t exist', 35 'erreur_fichier_modif_coucourante' => 'This file was modified while you were editing it. Here is the new version:', 27 'erreur_creation_sous_dossier' => 'Can’t create @dir@ sub-directory', 28 'erreur_droits' => 'error: can’t create the file. Please check the template directory’s rights', 29 'erreur_ecrire_dans_sous_dossier' => 'Can’t write in @dir@ sub-directory', 30 'erreur_ecriture_fichier' => 'error: can write the file', 31 'erreur_edition_ecriture' => 'error: not writable file', 32 'erreur_fichier_inexistant' => 'This file doesn’t exist', 33 'erreur_fichier_modif_coucourante' => 'This file was modified while you changed it. Here is the new version:', 36 34 'erreur_fichier_modif_coucourante_votre_version' => 'Merge it with your version and save it:', 37 'erreur_fichier_supprime' => 'This file was deleted while being edited. Please copy the content and create a new file if needed.', 38 'erreur_ouvert_ecrit' => 'error: can\'t open or edit this file', 39 'erreur_ouverture_fichier' => 'error: can\'t open the file', 35 'erreur_fichier_supprime' => 'This file was deleted while being edited. Please copy the content and create a new file if needed. 36 ', 37 'erreur_ouvert_ecrit' => 'error: can’t open or edit this file', 38 'erreur_ouverture_fichier' => 'error: can’t open the file', 40 39 'erreur_overwrite' => 'error: this file already exists', 41 40 'erreur_parsing' => 'Fatal error while parsing the BOUCLES', 42 41 'erreur_sansgene' => 'Error: unauthorized action', 43 'erreur_type_interdit' => 'It is not allowed to use suchfile.',44 'explications_creer_dossier_squelettes' => 'To use the Skeleton Editor, create a directory <b>squelettes/</b> in the root directory of your website, if it didn\’t exist, then grant this directory write access.',45 'explications_filename_fichier_chemin' => 'You can write the full path in order to place the file in a givensub-directory (eg: "modeles/document.html")',42 'erreur_type_interdit' => 'It is not allowed to use this king of file.', 43 'explications_creer_dossier_squelettes' => 'To use the template editor, create a <b>squelettes/</b> folder, if there isn’t already one, in your website’s root directory, then grant write access permissions to that folder.', 44 'explications_filename_fichier_chemin' => 'You can fill in a full path to set the file up in a sub-directory (eg: "modeles/document.html")', 46 45 47 46 // F … … 55 54 56 55 // I 57 'info_copie' => 'This file will be copied in <em>@dir@</em> directory when saved',56 'info_copie' => 'This file will be copied in the <em>@dir@</em> directory when saved', 58 57 59 58 // L … … 63 62 'label_filename_squelette' => 'Name', 64 63 'label_nouveau_fichier' => 'New file', 65 'label_renommer_fichier' => 'Rename or move', 64 'label_renommer_fichier' => 'Rename or move 65 ', 66 66 67 67 // P … … 84 84 // S 85 85 'sauver' => 'Save', 86 'skeleditor_description' => ' Allows to edit the files of the current template',86 'skeleditor_description' => 'Lets you edit current template files', 87 87 'skeleditor_dossier' => 'template directory: ', 88 'squelettes' => ' Squelettes',88 'squelettes' => 'Templates&CSS', 89 89 90 90 // T
Note: See TracChangeset
for help on using the changeset viewer.