forked from friendica/friendica-addons
numfriends translation update - thx Thecross
This commit is contained in:
parent
18185e7055
commit
dd339a5eb3
36
numfriends/lang/fr/messages.po
Normal file
36
numfriends/lang/fr/messages.po
Normal file
|
@ -0,0 +1,36 @@
|
|||
# ADDON numfriends
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica numfriends addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Thecross, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||
"PO-Revision-Date: 2017-12-09 23:22+0000\n"
|
||||
"Last-Translator: Thecross\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"
|
||||
|
||||
#: numfriends.php:46
|
||||
msgid "Numfriends settings updated."
|
||||
msgstr "Configuration de Numfriends mise à jour."
|
||||
|
||||
#: numfriends.php:77
|
||||
msgid "Numfriends Settings"
|
||||
msgstr "Réglages de Numfriends"
|
||||
|
||||
#: numfriends.php:79
|
||||
msgid "How many contacts to display on profile sidebar"
|
||||
msgstr "Nombre de contacts à afficher dans le volet de profil"
|
||||
|
||||
#: numfriends.php:85
|
||||
msgid "Submit"
|
||||
msgstr "Appliquer"
|
|
@ -1,6 +1,11 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Numfriends settings updated."] = "Réglages numfriends sauvés.";
|
||||
$a->strings["Numfriends Settings"] = "Réglages de numfriends";
|
||||
$a->strings["How many contacts to display on profile sidebar"] = "Nombre de contacts à montrer sur le panneau latéral du profil";
|
||||
$a->strings["Submit"] = "Envoyer";
|
||||
if(! function_exists("string_plural_select_fr")) {
|
||||
function string_plural_select_fr($n){
|
||||
return ($n > 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Numfriends settings updated."] = "Configuration de Numfriends mise à jour.";
|
||||
$a->strings["Numfriends Settings"] = "Réglages de Numfriends";
|
||||
$a->strings["How many contacts to display on profile sidebar"] = "Nombre de contacts à afficher dans le volet de profil";
|
||||
$a->strings["Submit"] = "Appliquer";
|
||||
|
|
Loading…
Reference in a new issue