mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-06-16 20:35:15 +02:00
translation updates
This commit is contained in:
parent
1375847d54
commit
477bdcec89
19 changed files with 786 additions and 55 deletions
|
@ -4,15 +4,16 @@
|
|||
#
|
||||
#
|
||||
# Translators:
|
||||
# Marie Olive <lacellule101@gmail.com>, 2018
|
||||
# Tubuntu <tubuntu@testimonium.be>, 2014
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-10-26 15:02+0100\n"
|
||||
"PO-Revision-Date: 2014-10-31 13:52+0000\n"
|
||||
"Last-Translator: Tubuntu <tubuntu@testimonium.be>\n"
|
||||
"Language-Team: French (http://www.transifex.com/projects/p/friendica/language/fr/)\n"
|
||||
"PO-Revision-Date: 2018-11-13 12:57+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"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
@ -29,7 +30,7 @@ msgstr "Paramètres WindowsPhonePush"
|
|||
|
||||
#: windowsphonepush.php:117
|
||||
msgid "Enable WindowsPhonePush Addon"
|
||||
msgstr "Activer le greffon WindowsPhonePush"
|
||||
msgstr "Activer l'extension WindowsPhonePush"
|
||||
|
||||
#: windowsphonepush.php:122
|
||||
msgid "Push text of new item"
|
||||
|
|
|
@ -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["WindowsPhonePush settings updated."] = "Paramètres WindowsPhonePush mis à jour";
|
||||
$a->strings["WindowsPhonePush Settings"] = "Paramètres WindowsPhonePush";
|
||||
$a->strings["Enable WindowsPhonePush Addon"] = "Activer le greffon WindowsPhonePush";
|
||||
$a->strings["Enable WindowsPhonePush Addon"] = "Activer l'extension WindowsPhonePush";
|
||||
$a->strings["Push text of new item"] = "Pousse le texte du nouvel élément";
|
||||
$a->strings["Save Settings"] = "Sauvegarde des paramètres";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue