Skip to content
This repository was archived by the owner on May 21, 2024. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <[email protected]>
  • Loading branch information
nextcloud-bot committed Apr 5, 2022
commit 174da08b9812f464b12a6fb999b4114b1ee39798
2 changes: 1 addition & 1 deletion l10n/fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ OC.L10N.register(
"Right click menu for Nextcloud" : "Menu clic droit pour Nextcloud",
"This app allows users and developers to have a right click menu. Simply use the RightClick object to quickly create context menus. The Files app already shows the actions menu when right clicking on files and folders." : "Cette application permet aux utilisateurs et développeurs de disposer d'un menu réagissant au clic-droit. Utilisez simplement l'objet 'RightClick' (clic-droit) pour créer rapidement des menus contextuels. L'application 'Files' (Fichiers) propose déjà un menu d'actions contextuelles lorsque l'on clique-droit sur les fichiers ou dossiers."
},
"nplurals=2; plural=(n > 1);");
"nplurals=3; plural=(n==0 || n==1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
2 changes: 1 addition & 1 deletion l10n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"Right click" : "Clic droit",
"Right click menu for Nextcloud" : "Menu clic droit pour Nextcloud",
"This app allows users and developers to have a right click menu. Simply use the RightClick object to quickly create context menus. The Files app already shows the actions menu when right clicking on files and folders." : "Cette application permet aux utilisateurs et développeurs de disposer d'un menu réagissant au clic-droit. Utilisez simplement l'objet 'RightClick' (clic-droit) pour créer rapidement des menus contextuels. L'application 'Files' (Fichiers) propose déjà un menu d'actions contextuelles lorsque l'on clique-droit sur les fichiers ou dossiers."
},"pluralForm" :"nplurals=2; plural=(n > 1);"
},"pluralForm" :"nplurals=3; plural=(n==0 || n==1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}