mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 18:38:49 +00:00
FR update to the addon translations
This commit is contained in:
parent
797ee03eb8
commit
09ba184198
28 changed files with 946 additions and 118 deletions
36
startpage/lang/fr/messages.po
Normal file
36
startpage/lang/fr/messages.po
Normal file
|
@ -0,0 +1,36 @@
|
|||
# ADDON startpage
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica startpage addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Nicola Spanti <translations@nicola-spanti.info>, 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:20+0000\n"
|
||||
"Last-Translator: Nicola Spanti <translations@nicola-spanti.info>\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"
|
||||
|
||||
#: startpage.php:83
|
||||
msgid "Startpage Settings"
|
||||
msgstr "Paramètres de Startpage"
|
||||
|
||||
#: startpage.php:85
|
||||
msgid "Home page to load after login - leave blank for profile wall"
|
||||
msgstr ""
|
||||
|
||||
#: startpage.php:88
|
||||
msgid "Examples: "network" or "notifications/system""
|
||||
msgstr ""
|
||||
|
||||
#: startpage.php:92
|
||||
msgid "Submit"
|
||||
msgstr "Envoyer"
|
|
@ -1,6 +1,11 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Startpage Settings"] = "Paramètres de la page d'accueil";
|
||||
$a->strings["Home page to load after login - leave blank for profile wall"] = "Page d'accueil à charger après authentification - laisser ce champ vide pour charger votre mur";
|
||||
$a->strings["Examples: "network" or "notifications/system""] = "Exemples : "network" ou "notifications/system"";
|
||||
$a->strings["Submit"] = "Envoyer";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_fr")) {
|
||||
function string_plural_select_fr($n){
|
||||
return ($n > 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Startpage Settings"] = "Paramètres de Startpage";
|
||||
$a->strings["Home page to load after login - leave blank for profile wall"] = "";
|
||||
$a->strings["Examples: "network" or "notifications/system""] = "";
|
||||
$a->strings["Submit"] = "Envoyer";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue