mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08: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
40
appnet/lang/fr/messages.po
Normal file
40
appnet/lang/fr/messages.po
Normal file
|
@ -0,0 +1,40 @@
|
|||
# ADDON appnetpost
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica appnetpost 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: 2014-06-22 11:47+0200\n"
|
||||
"PO-Revision-Date: 2015-08-30 17:06+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"
|
||||
|
||||
#: appnetpost.php:37
|
||||
msgid "Post to app.net"
|
||||
msgstr ""
|
||||
|
||||
#: appnetpost.php:59 appnetpost.php:63
|
||||
msgid "App.net Export"
|
||||
msgstr ""
|
||||
|
||||
#: appnetpost.php:67
|
||||
msgid "Enable App.net Post Plugin"
|
||||
msgstr ""
|
||||
|
||||
#: appnetpost.php:72
|
||||
msgid "Post to App.net by default"
|
||||
msgstr ""
|
||||
|
||||
#: appnetpost.php:78
|
||||
msgid "Save Settings"
|
||||
msgstr "Sauvegarder les paramètres"
|
12
appnet/lang/fr/strings.php
Normal file
12
appnet/lang/fr/strings.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_fr")) {
|
||||
function string_plural_select_fr($n){
|
||||
return ($n > 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Post to app.net"] = "";
|
||||
$a->strings["App.net Export"] = "";
|
||||
$a->strings["Enable App.net Post Plugin"] = "";
|
||||
$a->strings["Post to App.net by default"] = "";
|
||||
$a->strings["Save Settings"] = "Sauvegarder les paramètres";
|
Loading…
Add table
Add a link
Reference in a new issue