mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
translation updates
This commit is contained in:
parent
1375847d54
commit
477bdcec89
19 changed files with 786 additions and 55 deletions
|
@ -4,14 +4,15 @@
|
|||
#
|
||||
#
|
||||
# Translators:
|
||||
# Nicola Spanti <translations@nicola-spanti.info>, 2015
|
||||
# Marie Olive <lacellule101@gmail.com>, 2018
|
||||
# RyDroid <inactive+RyDroid@transifex.com>, 2015
|
||||
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: 2015-08-30 17:12+0000\n"
|
||||
"Last-Translator: Nicola Spanti <translations@nicola-spanti.info>\n"
|
||||
"PO-Revision-Date: 2018-11-13 12:05+0000\n"
|
||||
"Last-Translator: Marie Olive <lacellule101@gmail.com>\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"
|
||||
|
@ -25,7 +26,7 @@ msgstr "image de profil générique"
|
|||
|
||||
#: gravatar.php:72
|
||||
msgid "random geometric pattern"
|
||||
msgstr ""
|
||||
msgstr "Schéma géométrique aléatoire "
|
||||
|
||||
#: gravatar.php:73
|
||||
msgid "monster face"
|
||||
|
|
|
@ -2,11 +2,12 @@
|
|||
|
||||
if(! function_exists("string_plural_select_fr")) {
|
||||
function string_plural_select_fr($n){
|
||||
$n = intval($n);
|
||||
return ($n > 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["generic profile image"] = "image de profil générique";
|
||||
$a->strings["random geometric pattern"] = "";
|
||||
$a->strings["random geometric pattern"] = "Schéma géométrique aléatoire ";
|
||||
$a->strings["monster face"] = "";
|
||||
$a->strings["computer generated face"] = "visage généré par ordinateur";
|
||||
$a->strings["retro arcade style face"] = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue