mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
FR translations THX vindarel
This commit is contained in:
parent
be02acb8d3
commit
b87c6ad970
4 changed files with 104 additions and 30 deletions
|
@ -1,5 +1,13 @@
|
|||
<?php
|
||||
|
||||
$a->strings["\"pageheader\" Settings"] = "Réglages de pageheader";
|
||||
$a->strings["Submit"] = "Envoyer";
|
||||
$a->strings["pageheader Settings saved."] = "Réglages pageheader sauvés.";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_fr")) {
|
||||
function string_plural_select_fr($n){
|
||||
$n = intval($n);
|
||||
return ($n > 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["\"pageheader\" Settings"] = "Paramètres de la page d'en-tête";
|
||||
$a->strings["Message"] = "Message";
|
||||
$a->strings["Message to display on every page on this server (or put a pageheader.html file in your docroot)"] = "Message à publier sur toutes les pages de ce serveur (ou bien mettez un fichier pageheader.html dans votre docroot)";
|
||||
$a->strings["Save Settings"] = "Sauvegarder les paramètres";
|
||||
$a->strings["pageheader Settings saved."] = "Paramètres sauvegardés";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue