fix translations

This commit is contained in:
Jean-Christian Denis 2021-09-09 22:46:00 +02:00
parent 1ba3802727
commit 20582908d3
3 changed files with 127 additions and 127 deletions

View file

@ -86,7 +86,7 @@ if (!empty($_POST['save'])) {
if (move_uploaded_file($_FILES['noodlesuserfile']['tmp_name'], $public_file)) {
$s->put('noodles_image', 1, 'boolean');
} else {
throw new Exception(__('Failed to save image.'));
throw new Exception(__('Failed to save image'));
}
// Default gravatar.com avatar
@ -126,7 +126,7 @@ if (!empty($_POST['save'])) {
$s->put('noodles_object', $__noodles->encode(), 'string');
$core->blog->triggerBlog();
dcPage::addSuccessNotice(__('Configuration succesfully updated'));
dcPage::addSuccessNotice(__('Configuration successfully updated'));
$core->adminurl->redirect('admin.plugin.noodles');
} catch (Exception $e) {
$core->error->add($e->getMessage());
@ -221,7 +221,7 @@ echo '
<div class="fieldset"><h4>' . __('Behaviors') . '</h4>
<div class="table-outer">
<table><caption class="hidden">' . __('Behaviors list') . '</caption><tbody><tr>
<th colspan="2" class="first">'.__('Behavior').'</th>
<th colspan="2" class="first">'.__('Search area').'</th>
<th scope="col">'.__('Size').'</th>
<th scope="col">'.__('Rating').'</th>
<th scope="col">'.__('PHP').'</th>

View file

@ -1,81 +1,81 @@
<?php
// Language: Français
// Module: noodles - 0.6
// Date: 2010-06-22 15:54:18
// Translated with dcTranslater - 1.4
// Module: noodles - 0.6.1
// Date: 2021-09-09 20:44:35
// Translated with dcTranslater - 2021.09.02.1
#inc/_default_noodles.php:32
#inc/_default_noodles.php:38
$GLOBALS['__l10n']['Entries titles'] = 'Titres des billets';
#inc/_default_noodles.php:59
#inc/_default_noodles.php:68
$GLOBALS['__l10n']['Authors widget'] = 'Widgets des auteurs';
#index.php:54
#index.php:47
$GLOBALS['__l10n']['Begin'] = 'Début';
#index.php:55
#index.php:48
$GLOBALS['__l10n']['End'] = 'Fin';
#index.php:56
#index.php:49
$GLOBALS['__l10n']['Before'] = 'Avant';
#index.php:57
#index.php:50
$GLOBALS['__l10n']['After'] = 'Après';
#index.php:91
#index.php:78
$GLOBALS['__l10n']['Maximum file size exceeded'] = 'Taille maximum de fichier dépassée';
#index.php:95
#index.php:103
$GLOBALS['__l10n']['Image must be in png format'] = 'L\'image doit être au format png';
#index.php:99
#index.php:81
$GLOBALS['__l10n']['Something went wrong while download file'] = 'Une erreur est survenue lors du téléchargement de l\'image';
#index.php:127
#index.php:84
$GLOBALS['__l10n']['Image must be in png format'] = 'L\'image doit être au format png';
#index.php:89
$GLOBALS['__l10n']['Failed to save image'] = 'Impossible de sauvegarder l\'image';
#index.php:104
$GLOBALS['__l10n']['Something went wrong while search file'] = 'Une erreur est survenue pendant la recherche de fichier';
#index.php:195
$GLOBALS['__l10n']['Controls'] = 'Contrôles';
#index.php:150
$GLOBALS['__l10n']['Enable plugin'] = 'Activer le plugin';
#index.php:198
$GLOBALS['__l10n']['Name'] = 'Nom';
#index.php:153
$GLOBALS['__l10n']['Select default avatar to display on unknown users.'] = 'Selectionner l\'avatar par défaut à afficher pour les utilisateurs inconnus.';
#index.php:199
$GLOBALS['__l10n']['Enable'] = 'Activer';
#index.php:190
$GLOBALS['__l10n']['Blog default image'] = 'Image du blog';
#index.php:200
$GLOBALS['__l10n']['Size'] = 'Taille';
#index.php:201
$GLOBALS['__l10n']['Rating'] = 'Évaluation';
#index.php:204
$GLOBALS['__l10n']['JS target'] = 'Cible JS';
#index.php:205
$GLOBALS['__l10n']['JS place'] = 'Emplacement JS';
#index.php:203
$GLOBALS['__l10n']['Upload a new avatar'] = 'Téléverser un nouvel avatar';
#index.php:206
$GLOBALS['__l10n']['Adjust avatar CSS'] = 'Ajuster la CSS de l\'image';
$GLOBALS['__l10n']['Image must be in "png" format and have a maximum file size of 30Ko'] = 'L\'image doit être au format "png" et avoir une taille maximum de 30Ko';
#index.php:233
$GLOBALS['__l10n']['Reset'] = 'RAZ';
#index.php:240
$GLOBALS['__l10n']['Settings'] = 'Paramètres';
#index.php:245
$GLOBALS['__l10n']['Enable plugin'] = 'Activer l\'extension';
#index.php:248
$GLOBALS['__l10n']['Default avatar'] = 'Avatar par défaut';
#index.php:249
$GLOBALS['__l10n']['size'] = 'taille';
#index.php:258
#index.php:212
$GLOBALS['__l10n']['gravatar.com default image'] = 'Image par défaut de gravatar.com';
#index.php:321
$GLOBALS['__l10n']['Image must be in "png" format and have a maximum file size of 30Ko'] = 'L\'image doit être au format "png" et avoir une taille maximum de 30Ko';
#index.php:216
$GLOBALS['__l10n']['Public directory is not writable, you can not use custom gravatar.'] = 'Le répertoire public n\'est pas accissble en écriture, vous ne pouvez pas utiliser les avatars customisés';
#index.php:224
$GLOBALS['__l10n']['Search area'] = 'Zone de recherche';
#index.php:225
$GLOBALS['__l10n']['Size'] = 'Taille';
#index.php:226
$GLOBALS['__l10n']['Rating'] = 'Évaluation';
#index.php:229
$GLOBALS['__l10n']['Target'] = 'Cible';
#index.php:230
$GLOBALS['__l10n']['Place'] = 'Emplacement';
#index.php:231
$GLOBALS['__l10n']['Adjust avatar CSS'] = 'Ajuster la CSS de l\'image';
#index.php:254
$GLOBALS['__l10n']['Target and Place are for javascript.'] = 'Les cible et emplacement sont utilisés par les scripts javascript.';

View file

@ -1,117 +1,117 @@
# Language: Français
# Module: noodles - 0.6
# Date: 2010-06-22 15:54:18
# Translated with translater 1.4
# Module: noodles - 0.6.1
# Date: 2021-09-09 20:44:35
# Translated with translater 2021.09.02.1
msgid ""
msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Project-Id-Version: noodles 0.6\n"
"Project-Id-Version: noodles 0.6.1\n"
"POT-Creation-Date: \n"
"PO-Revision-Date: 2010-06-22T15:54:18+00:00\n"
"Last-Translator: JC Denis\n"
"PO-Revision-Date: 2021-09-09T20:44:35+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/_default_noodles.php:32
#: inc/_default_noodles.php:38
msgid "Entries titles"
msgstr "Titres des billets"
#: inc/_default_noodles.php:59
#: inc/_default_noodles.php:68
msgid "Authors widget"
msgstr "Widgets des auteurs"
#: index.php:54
#: index.php:47
msgid "Begin"
msgstr "Début"
#: index.php:55
#: index.php:48
msgid "End"
msgstr "Fin"
#: index.php:56
#: index.php:49
msgid "Before"
msgstr "Avant"
#: index.php:57
#: index.php:50
msgid "After"
msgstr "Après"
#: index.php:91
#: index.php:78
msgid "Maximum file size exceeded"
msgstr "Taille maximum de fichier dépassée"
#: index.php:95
#: index.php:103
msgid "Image must be in png format"
msgstr "L'image doit être au format png"
#: index.php:99
#: index.php:81
msgid "Something went wrong while download file"
msgstr "Une erreur est survenue lors du téléchargement de l'image"
#: index.php:127
#: index.php:84
msgid "Image must be in png format"
msgstr "L'image doit être au format png"
#: index.php:89
msgid "Failed to save image"
msgstr "Impossible de sauvegarder l'image"
#: index.php:104
msgid "Something went wrong while search file"
msgstr "Une erreur est survenue pendant la recherche de fichier"
#: index.php:195
msgid "Controls"
msgstr "Contrôles"
#: index.php:150
msgid "Enable plugin"
msgstr "Activer le plugin"
#: index.php:198
msgid "Name"
msgstr "Nom"
#: index.php:153
msgid "Select default avatar to display on unknown users."
msgstr "Selectionner l'avatar par défaut à afficher pour les utilisateurs inconnus."
#: index.php:199
msgid "Enable"
msgstr "Activer"
#: index.php:190
msgid "Blog default image"
msgstr "Image du blog"
#: index.php:200
msgid "Size"
msgstr "Taille"
#: index.php:201
msgid "Rating"
msgstr "Évaluation"
#: index.php:204
msgid "JS target"
msgstr "Cible JS"
#: index.php:205
msgid "JS place"
msgstr "Emplacement JS"
#: index.php:203
msgid "Upload a new avatar"
msgstr "Téléverser un nouvel avatar"
#: index.php:206
msgid "Adjust avatar CSS"
msgstr "Ajuster la CSS de l'image"
#: index.php:233
msgid "Reset"
msgstr "RAZ"
#: index.php:240
msgid "Settings"
msgstr "Paramètres"
#: index.php:245
msgid "Enable plugin"
msgstr "Activer l'extension"
#: index.php:248
msgid "Default avatar"
msgstr "Avatar par défaut"
#: index.php:249
msgid "size"
msgstr "taille"
#: index.php:258
msgid "gravatar.com default image"
msgstr "Image par défaut de gravatar.com"
#: index.php:321
msgid "Image must be in \"png\" format and have a maximum file size of 30Ko"
msgstr "L'image doit être au format \"png\" et avoir une taille maximum de 30Ko"
#: index.php:212
msgid "gravatar.com default image"
msgstr "Image par défaut de gravatar.com"
#: index.php:216
msgid "Public directory is not writable, you can not use custom gravatar."
msgstr "Le répertoire public n'est pas accissble en écriture, vous ne pouvez pas utiliser les avatars customisés"
#: index.php:224
msgid "Search area"
msgstr "Zone de recherche"
#: index.php:225
msgid "Size"
msgstr "Taille"
#: index.php:226
msgid "Rating"
msgstr "Évaluation"
#: index.php:229
msgid "Target"
msgstr "Cible"
#: index.php:230
msgid "Place"
msgstr "Emplacement"
#: index.php:231
msgid "Adjust avatar CSS"
msgstr "Ajuster la CSS de l'image"
#: index.php:254
msgid "Target and Place are for javascript."
msgstr "Les cible et emplacement sont utilisés par les scripts javascript."