10 lines
471 B
PHP
10 lines
471 B
PHP
|
<?php
|
||
|
|
||
|
$a->strings["Post to Dreamwidth"] = "Poster vers Dreamwidth";
|
||
|
$a->strings["Dreamwidth Post Settings"] = "Réglages Dreamwidth";
|
||
|
$a->strings["Enable dreamwidth Post Plugin"] = "Activer \"Poster vers Dreamwidth\"";
|
||
|
$a->strings["dreamwidth username"] = "Nom d'utilisateur Dreamwidth";
|
||
|
$a->strings["dreamwidth password"] = "Mot de passe";
|
||
|
$a->strings["Post to dreamwidth by default"] = "Poster vers Dreamwidth par défaut";
|
||
|
$a->strings["Submit"] = "Envoyer";
|