mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 10:58:48 +00:00
FR update to the addon translations
This commit is contained in:
parent
797ee03eb8
commit
09ba184198
28 changed files with 946 additions and 118 deletions
|
@ -7,10 +7,10 @@ function string_plural_select_fr($n){
|
|||
;
|
||||
$a->strings["This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> analytics tool."] = "Ce site web utilise <a href='http://www.piwik.org'>Piwik</a> en tant qu'outil d'analyses.";
|
||||
$a->strings["If you do not want that your visits are logged in this way you <a href='%s'>can set a cookie to prevent Piwik from tracking further visits of the site</a> (opt-out)."] = "";
|
||||
$a->strings["Save Settings"] = "";
|
||||
$a->strings["Piwik Base URL"] = "";
|
||||
$a->strings["Save Settings"] = "Sauvegarder les paramètres";
|
||||
$a->strings["Piwik Base URL"] = "URL de base de Piwik";
|
||||
$a->strings["Absolute path to your Piwik installation. (without protocol (http/s), with trailing slash)"] = "";
|
||||
$a->strings["Site ID"] = "";
|
||||
$a->strings["Show opt-out cookie link?"] = "";
|
||||
$a->strings["Asynchronous tracking"] = "";
|
||||
$a->strings["Settings updated."] = "";
|
||||
$a->strings["Site ID"] = "ID du site";
|
||||
$a->strings["Show opt-out cookie link?"] = "Montrer le lien d'opt-out pour les cookies ?";
|
||||
$a->strings["Asynchronous tracking"] = "Suivi asynchrone";
|
||||
$a->strings["Settings updated."] = "Paramètres mis à jour.";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue