mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
FR: translations of the strings
This commit is contained in:
parent
fed12ae5a9
commit
3705632bd1
2 changed files with 62 additions and 9 deletions
|
@ -1,9 +1,14 @@
|
|||
<?php
|
||||
|
||||
$a->strings["YourLS Settings"] = "Réglages de YourLS";
|
||||
$a->strings["URL: http://"] = "URL: http://";
|
||||
$a->strings["Username:"] = "Nom d'utilisateur";
|
||||
$a->strings["Password:"] = "Mot de passe :";
|
||||
$a->strings["Use SSL "] = "Utiliser SSL ";
|
||||
$a->strings["Submit"] = "Envoyer";
|
||||
$a->strings["yourls Settings saved."] = "Réglages yourls sauvés.";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_fr")) {
|
||||
function string_plural_select_fr($n){
|
||||
return ($n > 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["YourLS"] = "YourLS";
|
||||
$a->strings["URL: http://"] = "URL: http://";
|
||||
$a->strings["Username:"] = "Nom d'utilisateur :";
|
||||
$a->strings["Password:"] = "Mot de passe :";
|
||||
$a->strings["Use SSL "] = "Utiliser SSL";
|
||||
$a->strings["Save Settings"] = "Sauvegarder les paramètres";
|
||||
$a->strings["yourls Settings saved."] = "paramètres YourLS sauvegardés.";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue