mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
Some corrections to PO workflow, and integrated latest templates "stringization" for french.
This commit is contained in:
parent
18da7efa27
commit
ddf13d8c97
3 changed files with 194 additions and 99 deletions
|
@ -605,3 +605,13 @@ $a->strings["%d Contact"] = array(
|
|||
0 => "%d contact",
|
||||
1 => "%d contacts",
|
||||
);
|
||||
$a->strings["Post successful."] = "Publication réussie.";
|
||||
$a->strings["Enter a title for this item"] = "Saisissez un titre pour cet élément";
|
||||
$a->strings["Set title"] = "Définir un titre";
|
||||
$a->strings["Crop Image"] = "(Re)cadrer l'image";
|
||||
$a->strings["Please adjust the image cropping for optimum viewing."] = "Ajustez le cadre de l'image pour une visualisation optimale.";
|
||||
$a->strings["Done Editing"] = "Édition terminée";
|
||||
$a->strings["Pending Friend/Connect Notifications"] = "Notifications de relation/amitié enattente";
|
||||
$a->strings["User registrations waiting for confirm"] = "Inscriptions d'utilisateurs en attente de confirmation";
|
||||
$a->strings["Delete this item?"] = "Effacer cet élément?";
|
||||
$a->strings["Comment"] = "Commenter";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue