mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-22 12:03:46 +00:00
FR translation update advancedcontentfilter THX Phigger
This commit is contained in:
parent
57bb3e604f
commit
4ff72eeb40
2 changed files with 8 additions and 5 deletions
|
@ -5,7 +5,8 @@
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
# Marie Olive <lacellule101@gmail.com>, 2018
|
# Marie Olive <lacellule101@gmail.com>, 2018
|
||||||
# vladimir N <lapoubelle111@gmail.com>, 2018
|
# Vladimir Núñez <lapoubelle111@gmail.com>, 2018
|
||||||
|
# Phigger Phigger <automates@lepouete.fr>, 2019
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@ -14,7 +15,7 @@ msgstr ""
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2018-04-17 04:04+0200\n"
|
"POT-Creation-Date: 2018-04-17 04:04+0200\n"
|
||||||
"PO-Revision-Date: 2018-05-24 06:41+0000\n"
|
"PO-Revision-Date: 2018-05-24 06:41+0000\n"
|
||||||
"Last-Translator: vladimir N <lapoubelle111@gmail.com>, 2018\n"
|
"Last-Translator: Phigger Phigger <automates@lepouete.fr>, 2019\n"
|
||||||
"Language-Team: French (https://www.transifex.com/Friendica/teams/12172/fr/)\n"
|
"Language-Team: French (https://www.transifex.com/Friendica/teams/12172/fr/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -124,6 +125,8 @@ msgid ""
|
||||||
"<p>Examples:</p><ul><li><pre>author_link == "
|
"<p>Examples:</p><ul><li><pre>author_link == "
|
||||||
"'https://friendica.mrpetovan.com/profile/hypolite'</pre></li><li>tags</li></ul>"
|
"'https://friendica.mrpetovan.com/profile/hypolite'</pre></li><li>tags</li></ul>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"<p>Exemples :</p><ul><li><pre>author_link == "
|
||||||
|
"'https://friendica.mrpetovan.com/profile/hypolite'</pre></li><li>tags</li></ul>"
|
||||||
|
|
||||||
#: advancedcontentfilter.php:224
|
#: advancedcontentfilter.php:224
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
|
@ -167,7 +170,7 @@ msgstr "Argument manquant: "
|
||||||
#: advancedcontentfilter.php:406
|
#: advancedcontentfilter.php:406
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Unknown post with guid: %s"
|
msgid "Unknown post with guid: %s"
|
||||||
msgstr ""
|
msgstr "Post inconnu avec guid : %s"
|
||||||
|
|
||||||
#: src/middlewares.php:28
|
#: src/middlewares.php:28
|
||||||
msgid "Method not found"
|
msgid "Method not found"
|
||||||
|
|
|
@ -27,7 +27,7 @@ $a->strings["Close"] = "Fermer";
|
||||||
$a->strings["Add new rule"] = "Ajouter nouvelle règle";
|
$a->strings["Add new rule"] = "Ajouter nouvelle règle";
|
||||||
$a->strings["Rule Name"] = "Nommer règle";
|
$a->strings["Rule Name"] = "Nommer règle";
|
||||||
$a->strings["Rule Expression"] = "Expression de règle";
|
$a->strings["Rule Expression"] = "Expression de règle";
|
||||||
$a->strings["<p>Examples:</p><ul><li><pre>author_link == 'https://friendica.mrpetovan.com/profile/hypolite'</pre></li><li>tags</li></ul>"] = "";
|
$a->strings["<p>Examples:</p><ul><li><pre>author_link == 'https://friendica.mrpetovan.com/profile/hypolite'</pre></li><li>tags</li></ul>"] = "<p>Exemples :</p><ul><li><pre>author_link == 'https://friendica.mrpetovan.com/profile/hypolite'</pre></li><li>tags</li></ul>";
|
||||||
$a->strings["Cancel"] = "Annuler";
|
$a->strings["Cancel"] = "Annuler";
|
||||||
$a->strings["You must be logged in to use this method"] = "Vous devez être connecté pour utiliser cette méthode";
|
$a->strings["You must be logged in to use this method"] = "Vous devez être connecté pour utiliser cette méthode";
|
||||||
$a->strings["Invalid form security token, please refresh the page."] = "Formulaire token de sécurité invalide, rafraîchissez la page";
|
$a->strings["Invalid form security token, please refresh the page."] = "Formulaire token de sécurité invalide, rafraîchissez la page";
|
||||||
|
@ -37,5 +37,5 @@ $a->strings["Rule doesn't exist or doesn't belong to you."] = "Cette règle n'ex
|
||||||
$a->strings["Rule successfully updated"] = "Règle bien mise à jour";
|
$a->strings["Rule successfully updated"] = "Règle bien mise à jour";
|
||||||
$a->strings["Rule successfully deleted"] = "Règle bien supprimée";
|
$a->strings["Rule successfully deleted"] = "Règle bien supprimée";
|
||||||
$a->strings["Missing argument: guid."] = "Argument manquant: ";
|
$a->strings["Missing argument: guid."] = "Argument manquant: ";
|
||||||
$a->strings["Unknown post with guid: %s"] = "";
|
$a->strings["Unknown post with guid: %s"] = "Post inconnu avec guid : %s";
|
||||||
$a->strings["Method not found"] = "Méthode non trouvée";
|
$a->strings["Method not found"] = "Méthode non trouvée";
|
||||||
|
|
Loading…
Reference in a new issue