mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-22 04:43:40 +00:00
krynn addon FR translation updated THX bob lebonche
This commit is contained in:
parent
d0477a0fe9
commit
59146f9879
2 changed files with 48 additions and 5 deletions
36
krynn/lang/fr/messages.po
Normal file
36
krynn/lang/fr/messages.po
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
# ADDON krynn
|
||||||
|
# Copyright (C)
|
||||||
|
# This file is distributed under the same license as the Friendica krynn addon package.
|
||||||
|
#
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# bob lebonche <lebonche@tutanota.com>, 2021
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: friendica\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
|
||||||
|
"PO-Revision-Date: 2021-03-22 09:19+0000\n"
|
||||||
|
"Last-Translator: bob lebonche <lebonche@tutanota.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"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Language: fr\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||||
|
|
||||||
|
#: krynn.php:132 krynn.php:136
|
||||||
|
msgid "Krynn"
|
||||||
|
msgstr "Krynn"
|
||||||
|
|
||||||
|
#: krynn.php:141
|
||||||
|
msgid "Krynn Settings"
|
||||||
|
msgstr "Paramètres de Krynn"
|
||||||
|
|
||||||
|
#: krynn.php:143
|
||||||
|
msgid "Enable Krynn Addon"
|
||||||
|
msgstr "Activer l'application complémentaire Krynn"
|
||||||
|
|
||||||
|
#: krynn.php:148
|
||||||
|
msgid "Save Settings"
|
||||||
|
msgstr "Sauvegarder les paramètres"
|
|
@ -1,5 +1,12 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
$a->strings["Krynn Settings"] = "Réglages des Krynn";
|
if(! function_exists("string_plural_select_fr")) {
|
||||||
$a->strings["Enable Krynn Addon"] = "Activer Krynn";
|
function string_plural_select_fr($n){
|
||||||
$a->strings["Submit"] = "Envoyer";
|
$n = intval($n);
|
||||||
|
return intval($n > 1);
|
||||||
|
}}
|
||||||
|
;
|
||||||
|
$a->strings["Krynn"] = "Krynn";
|
||||||
|
$a->strings["Krynn Settings"] = "Paramètres de Krynn";
|
||||||
|
$a->strings["Enable Krynn Addon"] = "Activer l'application complémentaire Krynn";
|
||||||
|
$a->strings["Save Settings"] = "Sauvegarder les paramètres";
|
||||||
|
|
Loading…
Reference in a new issue