add missing translations
parent
2f17da9e3c
commit
e5375d51fe
|
@ -6,8 +6,6 @@
|
|||
[![Dotclear](https://img.shields.io/badge/dotclear-v2.19-blue.svg)](https://fr.dotclear.org/download)
|
||||
[![License](https://img.shields.io/github/license/JcDenis/improve)](https://github.com/JcDenis/improve/blob/master/LICENSE)
|
||||
|
||||
[![Dotclear version](https://img.shields.io/badge/dotclear-2.19-blue)](https://fr.dotclear.org/download)
|
||||
|
||||
## WHAT IS IMPROVE ?
|
||||
|
||||
**improve** is a plugin for the open-source
|
||||
|
@ -42,6 +40,7 @@ Configure actions. Select actions and module to work with, then click fix.
|
|||
* Fix header (phpdoc) on php files
|
||||
* _Fix license old style bloc (removed)_
|
||||
* Fix dcstore.xml file
|
||||
* Fix README.md shields.io badges
|
||||
* Create package
|
||||
|
||||
## NEXT
|
||||
|
|
|
@ -1,228 +1,242 @@
|
|||
<?php
|
||||
// Language: Français
|
||||
// Module: improve - 0.0.1
|
||||
// Date: 2021-09-01 22:48:14
|
||||
// Translated with dcTranslater - 2021.08.18
|
||||
// Date: 2021-09-11 15:39:25
|
||||
// Translated with dcTranslater - 2021.09.02.1
|
||||
|
||||
#inc/class.improve.php:66
|
||||
#inc/class.improve.php:77
|
||||
$GLOBALS['__l10n']['Module path is not writable'] = 'Le chemin du module n\'est pas accessible en écriture';
|
||||
|
||||
#inc/class.improve.php:94
|
||||
#inc/class.improve.php:105
|
||||
$GLOBALS['__l10n']['File content has been removed: %s by %s'] = 'Le contenu du fichier a été supprimé : %s par %s';
|
||||
|
||||
#inc/lib.improve.action.dcstore.php:9
|
||||
#inc/lib.improve.action.dcstore.php:20
|
||||
$GLOBALS['__l10n']['Fix dcstore.xml'] = 'Fixer dcstore.xml';
|
||||
|
||||
#inc/lib.improve.action.dcstore.php:10
|
||||
#inc/lib.improve.action.dcstore.php:21
|
||||
$GLOBALS['__l10n']['Re-create dcstore.xml file according to _define.php variables'] = 'Re-créer le fichier dcstore.xml suivant les variables du fichier _dephine.php';
|
||||
|
||||
#inc/lib.improve.action.dcstore.php:32
|
||||
#inc/lib.improve.action.dcstore.php:43
|
||||
$GLOBALS['__l10n']['File will be overwritten if it exists'] = 'Le fichier sera réécrit si il existe';
|
||||
|
||||
#inc/lib.improve.action.dcstore.php:34
|
||||
#inc/lib.improve.action.dcstore.php:45
|
||||
$GLOBALS['__l10n']['Predictable URL to zip file on the external repository'] = 'URL prédictive du fichier zip sur le dépôt externe';
|
||||
|
||||
#inc/lib.improve.action.dcstore.php:38
|
||||
#inc/lib.improve.action.dcstore.php:49
|
||||
$GLOBALS['__l10n']['You can use widcards %s'] = 'Vous pouvez utiliser les jokers %s';
|
||||
|
||||
#inc/lib.improve.action.dcstore.php:40
|
||||
#inc/lib.improve.action.dcstore.php:51
|
||||
$GLOBALS['__l10n']['For exemple on github https://github.com/MyGitName/%id%/releases/download/v%version%/%type%-%id%.zip'] = 'Par exemple sur github https://github.com/MyGitName/%id%/releases/download/v%version%/%type%-%id%.zip';
|
||||
|
||||
#inc/lib.improve.action.dcstore.php:42
|
||||
#inc/lib.improve.action.dcstore.php:53
|
||||
$GLOBALS['__l10n']['Note on github, you must create a release and join to it the module zip file.'] = 'Note sur Github, vous devez créer un release et y joindre le fichier zip du module.';
|
||||
|
||||
#inc/lib.improve.action.dcstore.php:59
|
||||
#inc/lib.improve.action.dcstore.php:70
|
||||
$GLOBALS['__l10n']['Failed to write dcstore.xml file'] = 'Impossible d\'écrire le fichier dcstore.xml';
|
||||
|
||||
#inc/lib.improve.action.dcstore.php:78
|
||||
#inc/lib.improve.action.dcstore.php:88
|
||||
$GLOBALS['__l10n']['unkow module id'] = 'Id du module inconu';
|
||||
|
||||
#inc/lib.improve.action.dcstore.php:84
|
||||
#inc/lib.improve.action.dcstore.php:94
|
||||
$GLOBALS['__l10n']['unknow module name'] = 'nom du module inconnu';
|
||||
|
||||
#inc/lib.improve.action.dcstore.php:90
|
||||
#inc/lib.improve.action.dcstore.php:100
|
||||
$GLOBALS['__l10n']['unknow module version'] = 'version du module inconnue';
|
||||
|
||||
#inc/lib.improve.action.dcstore.php:96
|
||||
#inc/lib.improve.action.dcstore.php:106
|
||||
$GLOBALS['__l10n']['unknow module author'] = 'auteur du module inconnu';
|
||||
|
||||
#inc/lib.improve.action.dcstore.php:103
|
||||
#inc/lib.improve.action.dcstore.php:113
|
||||
$GLOBALS['__l10n']['unknow module description'] = 'description du module inconnue';
|
||||
|
||||
#inc/lib.improve.action.dcstore.php:109
|
||||
#inc/lib.improve.action.dcstore.php:119
|
||||
$GLOBALS['__l10n']['no repository set in _define.php'] = 'Aucun dépôt défini dans le fichier _define.php';
|
||||
|
||||
#inc/lib.improve.action.dcstore.php:115
|
||||
#inc/lib.improve.action.dcstore.php:125
|
||||
$GLOBALS['__l10n']['no zip file pattern set in configuration'] = 'Pas de modèle de fichier zip présent dans la configuration';
|
||||
|
||||
#inc/lib.improve.action.dcstore.php:121
|
||||
#inc/lib.improve.action.dcstore.php:142
|
||||
$GLOBALS['__l10n']['no minimum dotclear version'] = 'pas de version minimum de Dotclear';
|
||||
|
||||
#inc/lib.improve.action.dcstore.php:128
|
||||
#inc/lib.improve.action.dcstore.php:149
|
||||
$GLOBALS['__l10n']['no details URL'] = 'Lien de détail non défini';
|
||||
|
||||
#inc/lib.improve.action.dcstore.php:141
|
||||
#inc/lib.improve.action.dcstore.php:162
|
||||
$GLOBALS['__l10n']['no support URL'] = 'Lien de support non défini';
|
||||
|
||||
#inc/lib.improve.action.license.php:42
|
||||
#inc/lib.improve.action.license.php:48
|
||||
#inc/lib.improve.action.phpheader.php:33
|
||||
$GLOBALS['__l10n']['Do nothing'] = 'Ne rien faire';
|
||||
#inc/lib.improve.action.gitshields.php:33
|
||||
$GLOBALS['__l10n']['Add shields badges'] = 'Ajouter les badges Shields';
|
||||
|
||||
#inc/lib.improve.action.license.php:49
|
||||
#inc/lib.improve.action.phpheader.php:34
|
||||
$GLOBALS['__l10n']['Add bloc if it does not exist'] = 'Ajouter les blocs si ils n\'existent pas déjà';
|
||||
#inc/lib.improve.action.gitshields.php:34
|
||||
$GLOBALS['__l10n']['Add and maintain shields.io badges to the REDAME.md file'] = 'Ajoute et maintient à jour les badges shields.io du fichier README.md';
|
||||
|
||||
#inc/lib.improve.action.license.php:97
|
||||
$GLOBALS['__l10n']['Do not add license block to files from locales folder'] = 'Ne pas ajouter la licence aux fichiers du dossier locales';
|
||||
#inc/lib.improve.action.gitshields.php:56
|
||||
$GLOBALS['__l10n']['Your Github user name :'] = 'Votre "username" Github :';
|
||||
|
||||
#inc/lib.improve.action.php:9
|
||||
$GLOBALS['__l10n']['Fix tabulation'] = 'Fixer les tabulations';
|
||||
#inc/lib.improve.action.gitshields.php:58
|
||||
$GLOBALS['__l10n']['Used in your Github URL: http://github.com/username/module_id.'] = 'Utilisé dans l\'URL Github tel que : http://github.com/username/module_id.';
|
||||
|
||||
#inc/lib.improve.action.php:10
|
||||
$GLOBALS['__l10n']['Replace tabulation by four space in php files'] = 'Remplace les tabulation par quatre espaces dans les fichiers php';
|
||||
|
||||
#inc/lib.improve.action.php:42
|
||||
$GLOBALS['__l10n']['Fix newline'] = 'Fixer les retours à la ligne';
|
||||
|
||||
#inc/lib.improve.action.php:43
|
||||
$GLOBALS['__l10n']['Replace bad and repetitive and empty newline by single newline in files'] = 'Remplace les mauvais ou répétitifs retour à la ligne par une seule nouvelle ligne';
|
||||
|
||||
#inc/lib.improve.action.php:80
|
||||
$GLOBALS['__l10n']['List of files extension to work on:'] = 'Liste des extensions de fichier à corriger:';
|
||||
|
||||
#inc/lib.improve.action.php:83
|
||||
$GLOBALS['__l10n']['Use comma separated list of extensions without dot, recommand "php,js,xml,txt,md".'] = 'Utiliser une liste d\'extensions séparé par des virgules et sans le point, recommandation: "php,js,xml,txt,md".';
|
||||
|
||||
#inc/lib.improve.action.php:118
|
||||
$GLOBALS['__l10n']['Remove php tag and empty lines from end of files'] = 'Supprimer le tag PHP et els lignes vides de fin de fichiers';
|
||||
|
||||
#inc/lib.improve.action.php:142
|
||||
$GLOBALS['__l10n']['Add a blank line to the end of file'] = 'Ajouter une ligne vide en fin de fichier';
|
||||
|
||||
#inc/lib.improve.action.php:144
|
||||
$GLOBALS['__l10n']['PSR2 must have a blank line, whereas PSR12 must not.'] = 'PSR2 doit avoir une ligne vide, alors que PSR12 non.';
|
||||
|
||||
#inc/lib.improve.action.phpheader.php:25
|
||||
$GLOBALS['__l10n']['Fix PHP header'] = 'Fixer les enêtes php';
|
||||
|
||||
#inc/lib.improve.action.phpheader.php:26
|
||||
$GLOBALS['__l10n']['Add or remove phpdoc header bloc from php file'] = 'Ajouter ou supprimer les bloc d\'entête phpdoc des fichiers php';
|
||||
|
||||
#inc/lib.improve.action.phpheader.php:35
|
||||
$GLOBALS['__l10n']['Add and overwrite bloc'] = 'Ajouter et écraser les blocs';
|
||||
|
||||
#inc/lib.improve.action.phpheader.php:36
|
||||
$GLOBALS['__l10n']['Overwrite bloc only if it exists'] = 'Ecraser les blocs seulement si ils existent';
|
||||
|
||||
#inc/lib.improve.action.phpheader.php:37
|
||||
$GLOBALS['__l10n']['Remove existing bloc header'] = 'Retirer les blocs d\'entête existant';
|
||||
|
||||
#inc/lib.improve.action.phpheader.php:61
|
||||
$GLOBALS['__l10n']['Action:'] = 'Action :';
|
||||
|
||||
#inc/lib.improve.action.phpheader.php:67
|
||||
$GLOBALS['__l10n']['Remove old style bloc header (using #)'] = 'Supprimer les bloc d\'entête ancien (utilisant #)';
|
||||
|
||||
#inc/lib.improve.action.phpheader.php:72
|
||||
$GLOBALS['__l10n']['Do not add bloc to files from "locales" and "libs" folder'] = 'Ne pas ajouter les blocs d\'entête aux fichiers des répertoires "locales" et "llibs"';
|
||||
|
||||
#inc/lib.improve.action.phpheader.php:75
|
||||
$GLOBALS['__l10n']['Bloc content:'] = 'Contenu du bloc :';
|
||||
|
||||
#inc/lib.improve.action.phpheader.php:142
|
||||
#inc/lib.improve.action.gitshields.php:88
|
||||
#inc/lib.improve.action.phpheader.php:153
|
||||
$GLOBALS['__l10n']['bloc is empty'] = 'le bloc est vide';
|
||||
|
||||
#inc/lib.improve.action.phpheader.php:164
|
||||
#inc/lib.improve.action.license.php:53
|
||||
#inc/lib.improve.action.license.php:59
|
||||
#inc/lib.improve.action.phpheader.php:44
|
||||
$GLOBALS['__l10n']['Do nothing'] = 'Ne rien faire';
|
||||
|
||||
#inc/lib.improve.action.license.php:60
|
||||
#inc/lib.improve.action.phpheader.php:45
|
||||
$GLOBALS['__l10n']['Add bloc if it does not exist'] = 'Ajouter les blocs si ils n\'existent pas déjà';
|
||||
|
||||
#inc/lib.improve.action.license.php:108
|
||||
$GLOBALS['__l10n']['Do not add license block to files from locales folder'] = 'Ne pas ajouter la licence aux fichiers du dossier locales';
|
||||
|
||||
#inc/lib.improve.action.php:20
|
||||
$GLOBALS['__l10n']['Fix tabulation'] = 'Fixer les tabulations';
|
||||
|
||||
#inc/lib.improve.action.php:21
|
||||
$GLOBALS['__l10n']['Replace tabulation by four space in php files'] = 'Remplace les tabulation par quatre espaces dans les fichiers php';
|
||||
|
||||
#inc/lib.improve.action.php:53
|
||||
$GLOBALS['__l10n']['Fix newline'] = 'Fixer les retours à la ligne';
|
||||
|
||||
#inc/lib.improve.action.php:54
|
||||
$GLOBALS['__l10n']['Replace bad and repetitive and empty newline by single newline in files'] = 'Remplace les mauvais ou répétitifs retour à la ligne par une seule nouvelle ligne';
|
||||
|
||||
#inc/lib.improve.action.php:91
|
||||
$GLOBALS['__l10n']['List of files extension to work on:'] = 'Liste des extensions de fichier à corriger:';
|
||||
|
||||
#inc/lib.improve.action.php:94
|
||||
$GLOBALS['__l10n']['Use comma separated list of extensions without dot, recommand "php,js,xml,txt,md".'] = 'Utiliser une liste d\'extensions séparé par des virgules et sans le point, recommandation: "php,js,xml,txt,md".';
|
||||
|
||||
#inc/lib.improve.action.php:129
|
||||
$GLOBALS['__l10n']['Remove php tag and empty lines from end of files'] = 'Supprimer le tag PHP et els lignes vides de fin de fichiers';
|
||||
|
||||
#inc/lib.improve.action.php:153
|
||||
$GLOBALS['__l10n']['Add a blank line to the end of file'] = 'Ajouter une ligne vide en fin de fichier';
|
||||
|
||||
#inc/lib.improve.action.php:155
|
||||
$GLOBALS['__l10n']['PSR2 must have a blank line, whereas PSR12 must not.'] = 'PSR2 doit avoir une ligne vide, alors que PSR12 non.';
|
||||
|
||||
#inc/lib.improve.action.phpheader.php:36
|
||||
$GLOBALS['__l10n']['Fix PHP header'] = 'Fixer les enêtes php';
|
||||
|
||||
#inc/lib.improve.action.phpheader.php:37
|
||||
$GLOBALS['__l10n']['Add or remove phpdoc header bloc from php file'] = 'Ajouter ou supprimer les bloc d\'entête phpdoc des fichiers php';
|
||||
|
||||
#inc/lib.improve.action.phpheader.php:46
|
||||
$GLOBALS['__l10n']['Add and overwrite bloc'] = 'Ajouter et écraser les blocs';
|
||||
|
||||
#inc/lib.improve.action.phpheader.php:47
|
||||
$GLOBALS['__l10n']['Overwrite bloc only if it exists'] = 'Ecraser les blocs seulement si ils existent';
|
||||
|
||||
#inc/lib.improve.action.phpheader.php:48
|
||||
$GLOBALS['__l10n']['Remove existing bloc header'] = 'Retirer les blocs d\'entête existant';
|
||||
|
||||
#inc/lib.improve.action.phpheader.php:72
|
||||
$GLOBALS['__l10n']['Action:'] = 'Action :';
|
||||
|
||||
#inc/lib.improve.action.phpheader.php:78
|
||||
$GLOBALS['__l10n']['Remove old style bloc header (using #)'] = 'Supprimer les bloc d\'entête ancien (utilisant #)';
|
||||
|
||||
#inc/lib.improve.action.phpheader.php:83
|
||||
$GLOBALS['__l10n']['Do not add bloc to files from "locales" and "libs" folder'] = 'Ne pas ajouter les blocs d\'entête aux fichiers des répertoires "locales" et "llibs"';
|
||||
|
||||
#inc/lib.improve.action.phpheader.php:86
|
||||
$GLOBALS['__l10n']['Bloc content:'] = 'Contenu du bloc :';
|
||||
|
||||
#inc/lib.improve.action.phpheader.php:182
|
||||
$GLOBALS['__l10n']['failed to parse bloc'] = 'impossible de traiter le bloc';
|
||||
|
||||
#inc/lib.improve.action.zip.php:30
|
||||
#inc/lib.improve.action.zip.php:42
|
||||
$GLOBALS['__l10n']['Zip module'] = 'Zipper le module';
|
||||
|
||||
#inc/lib.improve.action.zip.php:31
|
||||
#inc/lib.improve.action.zip.php:43
|
||||
$GLOBALS['__l10n']['Compress module into a ready to install package'] = 'Compresser le module en un paquetage près à installer';
|
||||
|
||||
#inc/lib.improve.action.zip.php:61
|
||||
#inc/lib.improve.action.zip.php:73
|
||||
$GLOBALS['__l10n']['Root'] = 'Racine';
|
||||
|
||||
#inc/lib.improve.action.zip.php:63
|
||||
#inc/lib.improve.action.zip.php:75
|
||||
$GLOBALS['__l10n']['Path to repository:'] = 'Chemin vers le dépôt :';
|
||||
|
||||
#inc/lib.improve.action.zip.php:66
|
||||
#inc/lib.improve.action.zip.php:77
|
||||
#inc/lib.improve.action.zip.php:82
|
||||
#inc/lib.improve.action.zip.php:96
|
||||
#inc/lib.improve.action.zip.php:78
|
||||
#inc/lib.improve.action.zip.php:89
|
||||
#inc/lib.improve.action.zip.php:94
|
||||
#inc/lib.improve.action.zip.php:108
|
||||
$GLOBALS['__l10n']['Preconization: %s'] = 'Préconisation : %s';
|
||||
|
||||
#inc/lib.improve.action.zip.php:67
|
||||
#inc/lib.improve.action.zip.php:79
|
||||
$GLOBALS['__l10n']['Blog\'s public directory'] = 'Répertoire public du blog';
|
||||
|
||||
#inc/lib.improve.action.zip.php:72
|
||||
#inc/lib.improve.action.zip.php:84
|
||||
$GLOBALS['__l10n']['Files'] = 'Fichiers';
|
||||
|
||||
#inc/lib.improve.action.zip.php:74
|
||||
#inc/lib.improve.action.zip.php:86
|
||||
$GLOBALS['__l10n']['Name of exported package:'] = 'Nom du paquetage exporté :';
|
||||
|
||||
#inc/lib.improve.action.zip.php:79
|
||||
#inc/lib.improve.action.zip.php:91
|
||||
$GLOBALS['__l10n']['Name of second exported package:'] = 'Nom du second paquetage exporté :';
|
||||
|
||||
#inc/lib.improve.action.zip.php:86
|
||||
#inc/lib.improve.action.zip.php:98
|
||||
$GLOBALS['__l10n']['Overwrite existing package'] = 'Écraser les paquetages existants';
|
||||
|
||||
#inc/lib.improve.action.zip.php:93
|
||||
#inc/lib.improve.action.zip.php:105
|
||||
$GLOBALS['__l10n']['Extra files to exclude from package:'] = 'Fichiers supplémentaires à exclure du paquetage :';
|
||||
|
||||
#inc/lib.improve.action.zip.php:100
|
||||
#inc/lib.improve.action.zip.php:112
|
||||
$GLOBALS['__l10n']['Remove comments from files'] = 'Retirer les commentaires des fichiers';
|
||||
|
||||
#inc/lib.improve.action.zip.php:142
|
||||
#inc/lib.improve.action.zip.php:154
|
||||
$GLOBALS['__l10n']['Destination filename already exists'] = 'Le fichier de destination existe déjà';
|
||||
|
||||
#inc/lib.improve.action.zip.php:147
|
||||
#inc/lib.improve.action.zip.php:159
|
||||
$GLOBALS['__l10n']['Destination path is not writable'] = 'Le répertoire de destination n\'est pas accessible en écriture';
|
||||
|
||||
#index.php:50
|
||||
#index.php:54
|
||||
$GLOBALS['__l10n']['Select a module'] = 'Sélectionner un module';
|
||||
|
||||
#index.php:68
|
||||
#index.php:69
|
||||
$GLOBALS['__l10n']['No action selected'] = 'Aucune action sélectionné';
|
||||
|
||||
#index.php:71
|
||||
#index.php:72
|
||||
$GLOBALS['__l10n']['No module selected'] = 'Aucun module sélectionné';
|
||||
|
||||
#index.php:80
|
||||
#index.php:87
|
||||
$GLOBALS['__l10n']['Fix of %s complete in %s secondes'] = 'Correction de %s complété en %s secondes';
|
||||
|
||||
#index.php:95
|
||||
#index.php:100
|
||||
#index.php:101
|
||||
#index.php:137
|
||||
#index.php:102
|
||||
#index.php:108
|
||||
#index.php:109
|
||||
#index.php:146
|
||||
$GLOBALS['__l10n']['Themes'] = 'Thèmes';
|
||||
|
||||
#index.php:96
|
||||
#index.php:156
|
||||
#index.php:104
|
||||
#index.php:174
|
||||
$GLOBALS['__l10n']['Configure module'] = 'Configurer le module';
|
||||
|
||||
#index.php:118
|
||||
#index.php:127
|
||||
$GLOBALS['__l10n']['Configure module "%s"'] = 'Configurer le module "%s"';
|
||||
|
||||
#index.php:122
|
||||
#index.php:131
|
||||
$GLOBALS['__l10n']['Nothing to configure'] = 'Rien à configurer';
|
||||
|
||||
#index.php:131
|
||||
#index.php:140
|
||||
$GLOBALS['__l10n']['Unknow module'] = 'Module inconnu';
|
||||
|
||||
#index.php:140
|
||||
#index.php:149
|
||||
$GLOBALS['__l10n']['No module to manage'] = 'Aucun module à gérer';
|
||||
|
||||
#index.php:156
|
||||
#index.php:174
|
||||
$GLOBALS['__l10n']['Configure action \'%s\''] = 'Configurer l\'action "%s"';
|
||||
|
||||
#index.php:166
|
||||
#index.php:184
|
||||
$GLOBALS['__l10n']['Save fields selection as preference'] = 'Enregistrer la sélection comme préférence';
|
||||
|
||||
#index.php:167
|
||||
#index.php:185
|
||||
$GLOBALS['__l10n']['Select a module:'] = 'Sélectionner un module :';
|
||||
|
||||
#index.php:170
|
||||
$GLOBALS['__l10n']['Fix it'] = 'Corriger';
|
||||
#index.php:188
|
||||
$GLOBALS['__l10n']['Fix it'] = 'Corriger';
|
||||
|
||||
|
|
|
@ -1,311 +1,328 @@
|
|||
# Language: Français
|
||||
# Module: improve - 0.0.1
|
||||
# Date: 2021-09-01 22:48:14
|
||||
# Translated with translater 2021.08.18
|
||||
# Date: 2021-09-11 15:39:25
|
||||
# Translated with translater 2021.09.02.1
|
||||
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Project-Id-Version: improve 0.0.1\n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-09-01T22:48:14+00:00\n"
|
||||
"PO-Revision-Date: 2021-09-11T15:39:25+00:00\n"
|
||||
"Last-Translator: Jean-Christian Denis\n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#: inc/class.improve.php:66
|
||||
#: inc/class.improve.php:77
|
||||
msgid "Module path is not writable"
|
||||
msgstr "Le chemin du module n'est pas accessible en écriture"
|
||||
|
||||
#: inc/class.improve.php:94
|
||||
#: inc/class.improve.php:105
|
||||
msgid "File content has been removed: %s by %s"
|
||||
msgstr "Le contenu du fichier a été supprimé : %s par %s"
|
||||
|
||||
#: inc/lib.improve.action.dcstore.php:9
|
||||
#: inc/lib.improve.action.dcstore.php:20
|
||||
msgid "Fix dcstore.xml"
|
||||
msgstr "Fixer dcstore.xml"
|
||||
|
||||
#: inc/lib.improve.action.dcstore.php:10
|
||||
#: inc/lib.improve.action.dcstore.php:21
|
||||
msgid "Re-create dcstore.xml file according to _define.php variables"
|
||||
msgstr "Re-créer le fichier dcstore.xml suivant les variables du fichier _dephine.php"
|
||||
|
||||
#: inc/lib.improve.action.dcstore.php:32
|
||||
#: inc/lib.improve.action.dcstore.php:43
|
||||
msgid "File will be overwritten if it exists"
|
||||
msgstr "Le fichier sera réécrit si il existe"
|
||||
|
||||
#: inc/lib.improve.action.dcstore.php:34
|
||||
#: inc/lib.improve.action.dcstore.php:45
|
||||
msgid "Predictable URL to zip file on the external repository"
|
||||
msgstr "URL prédictive du fichier zip sur le dépôt externe"
|
||||
|
||||
#: inc/lib.improve.action.dcstore.php:38
|
||||
#: inc/lib.improve.action.dcstore.php:49
|
||||
msgid "You can use widcards %s"
|
||||
msgstr "Vous pouvez utiliser les jokers %s"
|
||||
|
||||
#: inc/lib.improve.action.dcstore.php:40
|
||||
#: inc/lib.improve.action.dcstore.php:51
|
||||
msgid "For exemple on github https://github.com/MyGitName/%id%/releases/download/v%version%/%type%-%id%.zip"
|
||||
msgstr "Par exemple sur github https://github.com/MyGitName/%id%/releases/download/v%version%/%type%-%id%.zip"
|
||||
|
||||
#: inc/lib.improve.action.dcstore.php:42
|
||||
#: inc/lib.improve.action.dcstore.php:53
|
||||
msgid "Note on github, you must create a release and join to it the module zip file."
|
||||
msgstr "Note sur Github, vous devez créer un release et y joindre le fichier zip du module."
|
||||
|
||||
#: inc/lib.improve.action.dcstore.php:59
|
||||
#: inc/lib.improve.action.dcstore.php:70
|
||||
msgid "Failed to write dcstore.xml file"
|
||||
msgstr "Impossible d'écrire le fichier dcstore.xml"
|
||||
|
||||
#: inc/lib.improve.action.dcstore.php:78
|
||||
#: inc/lib.improve.action.dcstore.php:88
|
||||
msgid "unkow module id"
|
||||
msgstr "Id du module inconu"
|
||||
|
||||
#: inc/lib.improve.action.dcstore.php:84
|
||||
#: inc/lib.improve.action.dcstore.php:94
|
||||
msgid "unknow module name"
|
||||
msgstr "nom du module inconnu"
|
||||
|
||||
#: inc/lib.improve.action.dcstore.php:90
|
||||
#: inc/lib.improve.action.dcstore.php:100
|
||||
msgid "unknow module version"
|
||||
msgstr "version du module inconnue"
|
||||
|
||||
#: inc/lib.improve.action.dcstore.php:96
|
||||
#: inc/lib.improve.action.dcstore.php:106
|
||||
msgid "unknow module author"
|
||||
msgstr "auteur du module inconnu"
|
||||
|
||||
#: inc/lib.improve.action.dcstore.php:103
|
||||
#: inc/lib.improve.action.dcstore.php:113
|
||||
msgid "unknow module description"
|
||||
msgstr "description du module inconnue"
|
||||
|
||||
#: inc/lib.improve.action.dcstore.php:109
|
||||
#: inc/lib.improve.action.dcstore.php:119
|
||||
msgid "no repository set in _define.php"
|
||||
msgstr "Aucun dépôt défini dans le fichier _define.php"
|
||||
|
||||
#: inc/lib.improve.action.dcstore.php:115
|
||||
#: inc/lib.improve.action.dcstore.php:125
|
||||
msgid "no zip file pattern set in configuration"
|
||||
msgstr "Pas de modèle de fichier zip présent dans la configuration"
|
||||
|
||||
#: inc/lib.improve.action.dcstore.php:121
|
||||
#: inc/lib.improve.action.dcstore.php:142
|
||||
msgid "no minimum dotclear version"
|
||||
msgstr "pas de version minimum de Dotclear"
|
||||
|
||||
#: inc/lib.improve.action.dcstore.php:128
|
||||
#: inc/lib.improve.action.dcstore.php:149
|
||||
msgid "no details URL"
|
||||
msgstr "Lien de détail non défini"
|
||||
|
||||
#: inc/lib.improve.action.dcstore.php:141
|
||||
#: inc/lib.improve.action.dcstore.php:162
|
||||
msgid "no support URL"
|
||||
msgstr "Lien de support non défini"
|
||||
|
||||
#: inc/lib.improve.action.license.php:42
|
||||
#: inc/lib.improve.action.license.php:48
|
||||
#: inc/lib.improve.action.phpheader.php:33
|
||||
msgid "Do nothing"
|
||||
msgstr "Ne rien faire"
|
||||
#: inc/lib.improve.action.gitshields.php:33
|
||||
msgid "Add shields badges"
|
||||
msgstr "Ajouter les badges Shields"
|
||||
|
||||
#: inc/lib.improve.action.license.php:49
|
||||
#: inc/lib.improve.action.phpheader.php:34
|
||||
msgid "Add bloc if it does not exist"
|
||||
msgstr "Ajouter les blocs si ils n'existent pas déjà"
|
||||
#: inc/lib.improve.action.gitshields.php:34
|
||||
msgid "Add and maintain shields.io badges to the REDAME.md file"
|
||||
msgstr "Ajoute et maintient à jour les badges shields.io du fichier README.md"
|
||||
|
||||
#: inc/lib.improve.action.license.php:97
|
||||
msgid "Do not add license block to files from locales folder"
|
||||
msgstr "Ne pas ajouter la licence aux fichiers du dossier locales"
|
||||
#: inc/lib.improve.action.gitshields.php:56
|
||||
msgid "Your Github user name :"
|
||||
msgstr "Votre \"username\" Github :"
|
||||
|
||||
#: inc/lib.improve.action.php:9
|
||||
msgid "Fix tabulation"
|
||||
msgstr "Fixer les tabulations"
|
||||
#: inc/lib.improve.action.gitshields.php:58
|
||||
msgid "Used in your Github URL: http://github.com/username/module_id."
|
||||
msgstr "Utilisé dans l'URL Github tel que : http://github.com/username/module_id."
|
||||
|
||||
#: inc/lib.improve.action.php:10
|
||||
msgid "Replace tabulation by four space in php files"
|
||||
msgstr "Remplace les tabulation par quatre espaces dans les fichiers php"
|
||||
|
||||
#: inc/lib.improve.action.php:42
|
||||
msgid "Fix newline"
|
||||
msgstr "Fixer les retours à la ligne"
|
||||
|
||||
#: inc/lib.improve.action.php:43
|
||||
msgid "Replace bad and repetitive and empty newline by single newline in files"
|
||||
msgstr "Remplace les mauvais ou répétitifs retour à la ligne par une seule nouvelle ligne"
|
||||
|
||||
#: inc/lib.improve.action.php:80
|
||||
msgid "List of files extension to work on:"
|
||||
msgstr "Liste des extensions de fichier à corriger:"
|
||||
|
||||
#: inc/lib.improve.action.php:83
|
||||
msgid "Use comma separated list of extensions without dot, recommand \"php,js,xml,txt,md\"."
|
||||
msgstr "Utiliser une liste d'extensions séparé par des virgules et sans le point, recommandation: \"php,js,xml,txt,md\"."
|
||||
|
||||
#: inc/lib.improve.action.php:118
|
||||
msgid "Remove php tag and empty lines from end of files"
|
||||
msgstr "Supprimer le tag PHP et els lignes vides de fin de fichiers"
|
||||
|
||||
#: inc/lib.improve.action.php:142
|
||||
msgid "Add a blank line to the end of file"
|
||||
msgstr "Ajouter une ligne vide en fin de fichier"
|
||||
|
||||
#: inc/lib.improve.action.php:144
|
||||
msgid "PSR2 must have a blank line, whereas PSR12 must not."
|
||||
msgstr "PSR2 doit avoir une ligne vide, alors que PSR12 non."
|
||||
|
||||
#: inc/lib.improve.action.phpheader.php:25
|
||||
msgid "Fix PHP header"
|
||||
msgstr "Fixer les enêtes php"
|
||||
|
||||
#: inc/lib.improve.action.phpheader.php:26
|
||||
msgid "Add or remove phpdoc header bloc from php file"
|
||||
msgstr "Ajouter ou supprimer les bloc d'entête phpdoc des fichiers php"
|
||||
|
||||
#: inc/lib.improve.action.phpheader.php:35
|
||||
msgid "Add and overwrite bloc"
|
||||
msgstr "Ajouter et écraser les blocs"
|
||||
|
||||
#: inc/lib.improve.action.phpheader.php:36
|
||||
msgid "Overwrite bloc only if it exists"
|
||||
msgstr "Ecraser les blocs seulement si ils existent"
|
||||
|
||||
#: inc/lib.improve.action.phpheader.php:37
|
||||
msgid "Remove existing bloc header"
|
||||
msgstr "Retirer les blocs d'entête existant"
|
||||
|
||||
#: inc/lib.improve.action.phpheader.php:61
|
||||
msgid "Action:"
|
||||
msgstr "Action :"
|
||||
|
||||
#: inc/lib.improve.action.phpheader.php:67
|
||||
msgid "Remove old style bloc header (using #)"
|
||||
msgstr "Supprimer les bloc d'entête ancien (utilisant #)"
|
||||
|
||||
#: inc/lib.improve.action.phpheader.php:72
|
||||
msgid "Do not add bloc to files from \"locales\" and \"libs\" folder"
|
||||
msgstr "Ne pas ajouter les blocs d'entête aux fichiers des répertoires \"locales\" et \"llibs\""
|
||||
|
||||
#: inc/lib.improve.action.phpheader.php:75
|
||||
msgid "Bloc content:"
|
||||
msgstr "Contenu du bloc :"
|
||||
|
||||
#: inc/lib.improve.action.phpheader.php:142
|
||||
#: inc/lib.improve.action.gitshields.php:88
|
||||
#: inc/lib.improve.action.phpheader.php:153
|
||||
msgid "bloc is empty"
|
||||
msgstr "le bloc est vide"
|
||||
|
||||
#: inc/lib.improve.action.phpheader.php:164
|
||||
#: inc/lib.improve.action.license.php:53
|
||||
#: inc/lib.improve.action.license.php:59
|
||||
#: inc/lib.improve.action.phpheader.php:44
|
||||
msgid "Do nothing"
|
||||
msgstr "Ne rien faire"
|
||||
|
||||
#: inc/lib.improve.action.license.php:60
|
||||
#: inc/lib.improve.action.phpheader.php:45
|
||||
msgid "Add bloc if it does not exist"
|
||||
msgstr "Ajouter les blocs si ils n'existent pas déjà"
|
||||
|
||||
#: inc/lib.improve.action.license.php:108
|
||||
msgid "Do not add license block to files from locales folder"
|
||||
msgstr "Ne pas ajouter la licence aux fichiers du dossier locales"
|
||||
|
||||
#: inc/lib.improve.action.php:20
|
||||
msgid "Fix tabulation"
|
||||
msgstr "Fixer les tabulations"
|
||||
|
||||
#: inc/lib.improve.action.php:21
|
||||
msgid "Replace tabulation by four space in php files"
|
||||
msgstr "Remplace les tabulation par quatre espaces dans les fichiers php"
|
||||
|
||||
#: inc/lib.improve.action.php:53
|
||||
msgid "Fix newline"
|
||||
msgstr "Fixer les retours à la ligne"
|
||||
|
||||
#: inc/lib.improve.action.php:54
|
||||
msgid "Replace bad and repetitive and empty newline by single newline in files"
|
||||
msgstr "Remplace les mauvais ou répétitifs retour à la ligne par une seule nouvelle ligne"
|
||||
|
||||
#: inc/lib.improve.action.php:91
|
||||
msgid "List of files extension to work on:"
|
||||
msgstr "Liste des extensions de fichier à corriger:"
|
||||
|
||||
#: inc/lib.improve.action.php:94
|
||||
msgid "Use comma separated list of extensions without dot, recommand \"php,js,xml,txt,md\"."
|
||||
msgstr "Utiliser une liste d'extensions séparé par des virgules et sans le point, recommandation: \"php,js,xml,txt,md\"."
|
||||
|
||||
#: inc/lib.improve.action.php:129
|
||||
msgid "Remove php tag and empty lines from end of files"
|
||||
msgstr "Supprimer le tag PHP et els lignes vides de fin de fichiers"
|
||||
|
||||
#: inc/lib.improve.action.php:153
|
||||
msgid "Add a blank line to the end of file"
|
||||
msgstr "Ajouter une ligne vide en fin de fichier"
|
||||
|
||||
#: inc/lib.improve.action.php:155
|
||||
msgid "PSR2 must have a blank line, whereas PSR12 must not."
|
||||
msgstr "PSR2 doit avoir une ligne vide, alors que PSR12 non."
|
||||
|
||||
#: inc/lib.improve.action.phpheader.php:36
|
||||
msgid "Fix PHP header"
|
||||
msgstr "Fixer les enêtes php"
|
||||
|
||||
#: inc/lib.improve.action.phpheader.php:37
|
||||
msgid "Add or remove phpdoc header bloc from php file"
|
||||
msgstr "Ajouter ou supprimer les bloc d'entête phpdoc des fichiers php"
|
||||
|
||||
#: inc/lib.improve.action.phpheader.php:46
|
||||
msgid "Add and overwrite bloc"
|
||||
msgstr "Ajouter et écraser les blocs"
|
||||
|
||||
#: inc/lib.improve.action.phpheader.php:47
|
||||
msgid "Overwrite bloc only if it exists"
|
||||
msgstr "Ecraser les blocs seulement si ils existent"
|
||||
|
||||
#: inc/lib.improve.action.phpheader.php:48
|
||||
msgid "Remove existing bloc header"
|
||||
msgstr "Retirer les blocs d'entête existant"
|
||||
|
||||
#: inc/lib.improve.action.phpheader.php:72
|
||||
msgid "Action:"
|
||||
msgstr "Action :"
|
||||
|
||||
#: inc/lib.improve.action.phpheader.php:78
|
||||
msgid "Remove old style bloc header (using #)"
|
||||
msgstr "Supprimer les bloc d'entête ancien (utilisant #)"
|
||||
|
||||
#: inc/lib.improve.action.phpheader.php:83
|
||||
msgid "Do not add bloc to files from \"locales\" and \"libs\" folder"
|
||||
msgstr "Ne pas ajouter les blocs d'entête aux fichiers des répertoires \"locales\" et \"llibs\""
|
||||
|
||||
#: inc/lib.improve.action.phpheader.php:86
|
||||
msgid "Bloc content:"
|
||||
msgstr "Contenu du bloc :"
|
||||
|
||||
#: inc/lib.improve.action.phpheader.php:182
|
||||
msgid "failed to parse bloc"
|
||||
msgstr "impossible de traiter le bloc"
|
||||
|
||||
#: inc/lib.improve.action.zip.php:30
|
||||
#: inc/lib.improve.action.zip.php:42
|
||||
msgid "Zip module"
|
||||
msgstr "Zipper le module"
|
||||
|
||||
#: inc/lib.improve.action.zip.php:31
|
||||
#: inc/lib.improve.action.zip.php:43
|
||||
msgid "Compress module into a ready to install package"
|
||||
msgstr "Compresser le module en un paquetage près à installer"
|
||||
|
||||
#: inc/lib.improve.action.zip.php:61
|
||||
#: inc/lib.improve.action.zip.php:73
|
||||
msgid "Root"
|
||||
msgstr "Racine"
|
||||
|
||||
#: inc/lib.improve.action.zip.php:63
|
||||
#: inc/lib.improve.action.zip.php:75
|
||||
msgid "Path to repository:"
|
||||
msgstr "Chemin vers le dépôt :"
|
||||
|
||||
#: inc/lib.improve.action.zip.php:66
|
||||
#: inc/lib.improve.action.zip.php:77
|
||||
#: inc/lib.improve.action.zip.php:82
|
||||
#: inc/lib.improve.action.zip.php:96
|
||||
#: inc/lib.improve.action.zip.php:78
|
||||
#: inc/lib.improve.action.zip.php:89
|
||||
#: inc/lib.improve.action.zip.php:94
|
||||
#: inc/lib.improve.action.zip.php:108
|
||||
msgid "Preconization: %s"
|
||||
msgstr "Préconisation : %s"
|
||||
|
||||
#: inc/lib.improve.action.zip.php:67
|
||||
#: inc/lib.improve.action.zip.php:79
|
||||
msgid "Blog's public directory"
|
||||
msgstr "Répertoire public du blog"
|
||||
|
||||
#: inc/lib.improve.action.zip.php:72
|
||||
#: inc/lib.improve.action.zip.php:84
|
||||
msgid "Files"
|
||||
msgstr "Fichiers"
|
||||
|
||||
#: inc/lib.improve.action.zip.php:74
|
||||
#: inc/lib.improve.action.zip.php:86
|
||||
msgid "Name of exported package:"
|
||||
msgstr "Nom du paquetage exporté :"
|
||||
|
||||
#: inc/lib.improve.action.zip.php:79
|
||||
#: inc/lib.improve.action.zip.php:91
|
||||
msgid "Name of second exported package:"
|
||||
msgstr "Nom du second paquetage exporté :"
|
||||
|
||||
#: inc/lib.improve.action.zip.php:86
|
||||
#: inc/lib.improve.action.zip.php:98
|
||||
msgid "Overwrite existing package"
|
||||
msgstr "Écraser les paquetages existants"
|
||||
|
||||
#: inc/lib.improve.action.zip.php:93
|
||||
#: inc/lib.improve.action.zip.php:105
|
||||
msgid "Extra files to exclude from package:"
|
||||
msgstr "Fichiers supplémentaires à exclure du paquetage :"
|
||||
|
||||
#: inc/lib.improve.action.zip.php:100
|
||||
#: inc/lib.improve.action.zip.php:112
|
||||
msgid "Remove comments from files"
|
||||
msgstr "Retirer les commentaires des fichiers"
|
||||
|
||||
#: inc/lib.improve.action.zip.php:142
|
||||
#: inc/lib.improve.action.zip.php:154
|
||||
msgid "Destination filename already exists"
|
||||
msgstr "Le fichier de destination existe déjà"
|
||||
|
||||
#: inc/lib.improve.action.zip.php:147
|
||||
#: inc/lib.improve.action.zip.php:159
|
||||
msgid "Destination path is not writable"
|
||||
msgstr "Le répertoire de destination n'est pas accessible en écriture"
|
||||
|
||||
#: index.php:50
|
||||
#: index.php:54
|
||||
msgid "Select a module"
|
||||
msgstr "Sélectionner un module"
|
||||
|
||||
#: index.php:68
|
||||
#: index.php:69
|
||||
msgid "No action selected"
|
||||
msgstr "Aucune action sélectionné"
|
||||
|
||||
#: index.php:71
|
||||
#: index.php:72
|
||||
msgid "No module selected"
|
||||
msgstr "Aucun module sélectionné"
|
||||
|
||||
#: index.php:80
|
||||
#: index.php:87
|
||||
msgid "Fix of %s complete in %s secondes"
|
||||
msgstr "Correction de %s complété en %s secondes"
|
||||
|
||||
#: index.php:95
|
||||
#: index.php:100
|
||||
#: index.php:101
|
||||
#: index.php:137
|
||||
#: index.php:102
|
||||
#: index.php:108
|
||||
#: index.php:109
|
||||
#: index.php:146
|
||||
msgid "Themes"
|
||||
msgstr "Thèmes"
|
||||
|
||||
#: index.php:96
|
||||
#: index.php:156
|
||||
#: index.php:104
|
||||
#: index.php:174
|
||||
msgid "Configure module"
|
||||
msgstr "Configurer le module"
|
||||
|
||||
#: index.php:118
|
||||
#: index.php:127
|
||||
msgid "Configure module \"%s\""
|
||||
msgstr "Configurer le module \"%s\""
|
||||
|
||||
#: index.php:122
|
||||
#: index.php:131
|
||||
msgid "Nothing to configure"
|
||||
msgstr "Rien à configurer"
|
||||
|
||||
#: index.php:131
|
||||
#: index.php:140
|
||||
msgid "Unknow module"
|
||||
msgstr "Module inconnu"
|
||||
|
||||
#: index.php:140
|
||||
#: index.php:149
|
||||
msgid "No module to manage"
|
||||
msgstr "Aucun module à gérer"
|
||||
|
||||
#: index.php:156
|
||||
#: index.php:174
|
||||
msgid "Configure action '%s'"
|
||||
msgstr "Configurer l'action \"%s\""
|
||||
|
||||
#: index.php:166
|
||||
#: index.php:184
|
||||
msgid "Save fields selection as preference"
|
||||
msgstr "Enregistrer la sélection comme préférence"
|
||||
|
||||
#: index.php:167
|
||||
#: index.php:185
|
||||
msgid "Select a module:"
|
||||
msgstr "Sélectionner un module :"
|
||||
|
||||
#: index.php:170
|
||||
#: index.php:188
|
||||
msgid "Fix it"
|
||||
msgstr "Corriger"
|
||||
|
||||
|
|
Loading…
Reference in New Issue