mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
updating the addon translations, missed some files due missing git fu
This commit is contained in:
parent
be2e3e6bf7
commit
4533ed9a34
302 changed files with 3081 additions and 2904 deletions
|
@ -1,9 +1,16 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Altpager settings updated."] = "Paramètres d'Altpager mis à jour.";
|
||||
$a->strings["Alternate Pagination Setting"] = "Paramètres de numérotation des pages";
|
||||
$a->strings["Use links to \"newer\" and \"older\" pages in place of page numbers?"] = "Utiliser des liens vers \"plus récents\" et \"plus anciens\" au lieu de numéros de pages ?";
|
||||
$a->strings["Submit"] = "Envoyer";
|
||||
$a->strings["Global"] = "Global";
|
||||
$a->strings["Individual"] = "Individuel";
|
||||
$a->strings["Settings updated."] = "Réglages mis à jour.";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_fr")) {
|
||||
function string_plural_select_fr($n){
|
||||
return ($n > 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Altpager settings updated."] = "Les paramètres d'Altpager ont été mis à jour";
|
||||
$a->strings["Alternate Pagination Setting"] = "Paramètre de pagination";
|
||||
$a->strings["Use links to \"newer\" and \"older\" pages in place of page numbers?"] = "Utiliser les liens \"plus récent\" et \"plus ancien\" à la place de la numérotation des pages ?";
|
||||
$a->strings["Submit"] = "Valider";
|
||||
$a->strings["Global"] = "Global";
|
||||
$a->strings["Force global use of the alternate pager"] = "Forcer l'utilisation globale des pages alternatives";
|
||||
$a->strings["Individual"] = "Individuel";
|
||||
$a->strings["Each user chooses whether to use the alternate pager"] = "Chaque utilisateur choisi d'utiliser ou non les pages alternatives";
|
||||
$a->strings["Settings updated."] = "Paramètres sauvegardés";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue