-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1629ad6
commit c6b9acb
Showing
4 changed files
with
219 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?php | ||
return ['project-id-version'=>'AspireUpdate','report-msgid-bugs-to'=>'','pot-creation-date'=>'2024-11-03 17:59+0000','po-revision-date'=>'2024-11-03 18:06+0000','last-translator'=>'','language-team'=>'French (France)','language'=>'fr_FR','plural-forms'=>'nplurals=2; plural=n > 1;','mime-version'=>'1.0','content-type'=>'text/plain; charset=UTF-8','content-transfer-encoding'=>'8bit','x-generator'=>'Loco https://localise.biz/','x-loco-version'=>'2.6.11; wp-6.6.2','x-domain'=>'AspireUpdate','messages'=>['API Configuration'=>'Configuration de l’API','API Debug Configuration'=>'Configuration du débogage de l’API','API Host'=>'Hôte de l’API','API Key'=>'Clé API','AspirePress'=>'AspirePress','AspireUpdate'=>'AspireUpdate','AspireUpdate Settings'=>'Réglages d’AspireUpdate','Disable SSL Verification'=>'Désactiver la vérification du SSL','Disables the verification of SSL to allow local testing.'=>'Désactive la vérification du SSL pour autoriser le test en local.','Enable AspireUpdate API Rewrites'=>'Activer la réécriture de l’API AspireUpdate','Enable Debug Mode'=>'Activer le mode débogage','Enable Debug Type'=>'Activer le type de débogage','Enables debug mode for the plugin.'=>'Active le mode débogage de l’extension.','https://aspirepress.org/'=>'AspireUpdate','https://docs.aspirepress.org/aspireupdate/'=>'https://docs.aspirepress.org/aspireupdate/','Outputs the request URL and headers / response headers and body / string that is being rewritten.'=>'Affiche l’URL et les en-têtes de la requête/les en-têtes et le corps de la réponse/la chaîne qui est en train d\'être réécrite.','Provides an API key for repositories that may require authentication.'=>'Fournit une clé API pour les dépôts qui peuvent nécessiter une authentification.','Request'=>'Rquête','Response'=>'Réponse','String'=>'Chaine','Update plugins and themes for WordPress.'=>'Mets à jour les extensions et thème pour WordPress','Your new API Host.'=>'Votre nouvel hôte pour l’API']]; |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,110 @@ | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: AspireUpdate\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-11-03 17:59+0000\n" | ||
"PO-Revision-Date: 2024-11-03 18:06+0000\n" | ||
"Last-Translator: \n" | ||
"Language-Team: French (France)\n" | ||
"Language: fr_FR\n" | ||
"Plural-Forms: nplurals=2; plural=n > 1;\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"X-Generator: Loco https://localise.biz/\n" | ||
"X-Loco-Version: 2.6.11; wp-6.6.2\n" | ||
"X-Domain: AspireUpdate" | ||
|
||
#: includes/class-admin-settings.php:313 | ||
msgid "API Configuration" | ||
msgstr "Configuration de l’API" | ||
|
||
#: includes/class-admin-settings.php:378 | ||
msgid "API Debug Configuration" | ||
msgstr "Configuration du débogage de l’API" | ||
|
||
#: includes/class-admin-settings.php:337 | ||
msgid "API Host" | ||
msgstr "Hôte de l’API" | ||
|
||
#: includes/class-admin-settings.php:364 | ||
msgid "API Key" | ||
msgstr "Clé API" | ||
|
||
#. Author of the plugin | ||
msgid "AspirePress" | ||
msgstr "AspirePress" | ||
|
||
#. Name of the plugin | ||
msgid "AspireUpdate" | ||
msgstr "AspireUpdate" | ||
|
||
#: includes/class-admin-settings.php:272 | ||
msgid "AspireUpdate Settings" | ||
msgstr "Réglages d’AspireUpdate" | ||
|
||
#: includes/class-admin-settings.php:422 | ||
msgid "Disable SSL Verification" | ||
msgstr "Désactiver la vérification du SSL" | ||
|
||
#: includes/class-admin-settings.php:431 | ||
msgid "Disables the verification of SSL to allow local testing." | ||
msgstr "Désactive la vérification du SSL pour autoriser le test en local." | ||
|
||
#: includes/class-admin-settings.php:324 | ||
msgid "Enable AspireUpdate API Rewrites" | ||
msgstr "Activer la réécriture de l’API AspireUpdate" | ||
|
||
#: includes/class-admin-settings.php:389 | ||
msgid "Enable Debug Mode" | ||
msgstr "Activer le mode débogage" | ||
|
||
#: includes/class-admin-settings.php:403 | ||
msgid "Enable Debug Type" | ||
msgstr "Activer le type de débogage" | ||
|
||
#: includes/class-admin-settings.php:397 | ||
msgid "Enables debug mode for the plugin." | ||
msgstr "Active le mode débogage de l’extension." | ||
|
||
#. URI of the plugin | ||
msgid "https://aspirepress.org/" | ||
msgstr "AspireUpdate" | ||
|
||
#. Author URI of the plugin | ||
msgid "https://docs.aspirepress.org/aspireupdate/" | ||
msgstr "https://docs.aspirepress.org/aspireupdate/" | ||
|
||
#: includes/class-admin-settings.php:416 | ||
msgid "" | ||
"Outputs the request URL and headers / response headers and body / string " | ||
"that is being rewritten." | ||
msgstr "" | ||
"Affiche l’URL et les en-têtes de la requête/les en-têtes et le corps de la " | ||
"réponse/la chaîne qui est en train d'être réécrite." | ||
|
||
#: includes/class-admin-settings.php:372 | ||
msgid "Provides an API key for repositories that may require authentication." | ||
msgstr "" | ||
"Fournit une clé API pour les dépôts qui peuvent nécessiter une " | ||
"authentification." | ||
|
||
#: includes/class-admin-settings.php:412 | ||
msgid "Request" | ||
msgstr "Rquête" | ||
|
||
#: includes/class-admin-settings.php:413 | ||
msgid "Response" | ||
msgstr "Réponse" | ||
|
||
#: includes/class-admin-settings.php:414 | ||
msgid "String" | ||
msgstr "Chaine" | ||
|
||
#. Description of the plugin | ||
msgid "Update plugins and themes for WordPress." | ||
msgstr "Mets à jour les extensions et thème pour WordPress" | ||
|
||
#: includes/class-admin-settings.php:345 | ||
msgid "Your new API Host." | ||
msgstr "Votre nouvel hôte pour l’API" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,107 @@ | ||
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: AspireUpdate\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-11-03 17:59+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: \n" | ||
"Language: \n" | ||
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"X-Generator: Loco https://localise.biz/\n" | ||
"X-Loco-Version: 2.6.11; wp-6.6.2\n" | ||
"X-Domain: AspireUpdate" | ||
|
||
#: includes/class-admin-settings.php:313 | ||
msgid "API Configuration" | ||
msgstr "" | ||
|
||
#: includes/class-admin-settings.php:378 | ||
msgid "API Debug Configuration" | ||
msgstr "" | ||
|
||
#: includes/class-admin-settings.php:337 | ||
msgid "API Host" | ||
msgstr "" | ||
|
||
#: includes/class-admin-settings.php:364 | ||
msgid "API Key" | ||
msgstr "" | ||
|
||
#. Author of the plugin | ||
msgid "AspirePress" | ||
msgstr "" | ||
|
||
#. Name of the plugin | ||
msgid "AspireUpdate" | ||
msgstr "" | ||
|
||
#: includes/class-admin-settings.php:272 | ||
msgid "AspireUpdate Settings" | ||
msgstr "" | ||
|
||
#: includes/class-admin-settings.php:422 | ||
msgid "Disable SSL Verification" | ||
msgstr "" | ||
|
||
#: includes/class-admin-settings.php:431 | ||
msgid "Disables the verification of SSL to allow local testing." | ||
msgstr "" | ||
|
||
#: includes/class-admin-settings.php:324 | ||
msgid "Enable AspireUpdate API Rewrites" | ||
msgstr "" | ||
|
||
#: includes/class-admin-settings.php:389 | ||
msgid "Enable Debug Mode" | ||
msgstr "" | ||
|
||
#: includes/class-admin-settings.php:403 | ||
msgid "Enable Debug Type" | ||
msgstr "" | ||
|
||
#: includes/class-admin-settings.php:397 | ||
msgid "Enables debug mode for the plugin." | ||
msgstr "" | ||
|
||
#. URI of the plugin | ||
msgid "https://aspirepress.org/" | ||
msgstr "" | ||
|
||
#. Author URI of the plugin | ||
msgid "https://docs.aspirepress.org/aspireupdate/" | ||
msgstr "" | ||
|
||
#: includes/class-admin-settings.php:416 | ||
msgid "" | ||
"Outputs the request URL and headers / response headers and body / string " | ||
"that is being rewritten." | ||
msgstr "" | ||
|
||
#: includes/class-admin-settings.php:372 | ||
msgid "Provides an API key for repositories that may require authentication." | ||
msgstr "" | ||
|
||
#: includes/class-admin-settings.php:412 | ||
msgid "Request" | ||
msgstr "" | ||
|
||
#: includes/class-admin-settings.php:413 | ||
msgid "Response" | ||
msgstr "" | ||
|
||
#: includes/class-admin-settings.php:414 | ||
msgid "String" | ||
msgstr "" | ||
|
||
#. Description of the plugin | ||
msgid "Update plugins and themes for WordPress." | ||
msgstr "" | ||
|
||
#: includes/class-admin-settings.php:345 | ||
msgid "Your new API Host." | ||
msgstr "" |