mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-06-07 09:54:27 +02:00
FR translations THX vindarel
This commit is contained in:
parent
be02acb8d3
commit
b87c6ad970
4 changed files with 104 additions and 30 deletions
43
pageheader/lang/fr/messages.po
Normal file
43
pageheader/lang/fr/messages.po
Normal file
|
@ -0,0 +1,43 @@
|
|||
# ADDON pageheader
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica pageheader addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# StefOfficiel <pichard.stephane@free.fr>, 2015
|
||||
# Vincent Vindarel <vindarel@mailz.org>, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-03-11 18:52+0100\n"
|
||||
"PO-Revision-Date: 2018-05-14 09:54+0000\n"
|
||||
"Last-Translator: Vincent Vindarel <vindarel@mailz.org>\n"
|
||||
"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: fr\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#: pageheader.php:53
|
||||
msgid "\"pageheader\" Settings"
|
||||
msgstr "Paramètres de la page d'en-tête"
|
||||
|
||||
#: pageheader.php:54
|
||||
msgid "Message"
|
||||
msgstr "Message"
|
||||
|
||||
#: pageheader.php:54
|
||||
msgid ""
|
||||
"Message to display on every page on this server (or put a pageheader.html "
|
||||
"file in your docroot)"
|
||||
msgstr "Message à publier sur toutes les pages de ce serveur (ou bien mettez un fichier pageheader.html dans votre docroot)"
|
||||
|
||||
#: pageheader.php:55
|
||||
msgid "Save Settings"
|
||||
msgstr "Sauvegarder les paramètres"
|
||||
|
||||
#: pageheader.php:69
|
||||
msgid "pageheader Settings saved."
|
||||
msgstr "Paramètres sauvegardés"
|
|
@ -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