Skip to content

Commit

Permalink
Update fr.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ACTom committed Apr 13, 2020
1 parent f0fb579 commit 0ebbdd8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source_dir=$(build_dir)/source
sign_dir=$(build_dir)/sign
package_name=$(app_name)
cert_dir=$(CURDIR)/../../key
version+=0.0.20
version+=0.0.21

all: appstore

Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<name>Mind Map</name>
<summary>A Mind map editor</summary>
<description><![CDATA[This application enables Nextcloud users to open, save and edit mind map files in the web browser. If enabled, an entry in the New button at the top of the web browser the Mindmap file entry appears. When clicked, a new mindmap file opens in the browser and the file can be saved into the current Nextcloud directory.]]></description>
<version>0.0.20</version>
<version>0.0.21</version>
<licence>agpl</licence>
<author mail="[email protected]" homepage="https://actom.me">Jingtao Yan</author>
<namespace>Files_MindMap</namespace>
Expand Down
30 changes: 15 additions & 15 deletions l10n/fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,28 @@ OC.L10N.register(
"New mind map file": "Nouvelle mindmap",
"New mind map.km": "Nouvelle Mindmap.km",
"Main Topic": "Sujet principal",
"Saving...": "Sauvegarde ...",
"This file is not a valid mind map file and may cause file corruption if you continue editing.": "Ce fichier n'est pas une mindmap valide, vous pourriez l'endommager en l'éditant.",
"Load file fail!": "Le chargement du fichier a échoué !",
"File Saved": "Fichier sauvegardé",
"Save failed": "La sauvegarde a échoué",
"Saving...": "Enregistrement...",
"This file is not a valid mind map file and may cause file corruption if you continue editing.": "Ce fichier n'est pas une carte mentale valide, vous pourriez l'endommager en l'éditant.",
"Load file fail!": "Echec au chargement !",
"File Saved": "Fichier enregistré",
"Save failed": "Echec à l'enregistrement",
"Export": "Exporter",
"Export to PNG": "Exporter en PNG",
"Export to SVG": "Exporter en SVG",
"Export to PNG": "Export PNG",
"Export to SVG": "Export SVG",
"You are not permission to write this file": "Vous n'avez pas la permission d'écrire sur ce fichier",
"File not found": "Fichier introuvable",
"The file is locked.": "Le fichier est verrouillé.",
"Share not found": "Partage introuvable",
"You are not authorized to open this share": "Vous n'êtes pas autorisé à ouvrir ce partage",
"Could not write to file.": "Impossible d'écrire dans le fichier.",
"Export to Markdown": "Export en Markdown",
"Export to Text": "Export en Texte",
"Export to PDF": "Export en PDF",
"Save": "Sauvegarder",
"The file has not been saved. Is it saved?": "Le fichier n'a pas été sauvegardé. Voulez-vous le sauvegarder ?",
"Export to Markdown": "Export Markdown",
"Export to Text": "Export Texte",
"Export to PDF": "Export PDF",
"Save": "Enregistrer",
"The file has not been saved. Is it saved?": "Le fichier n'a pas été enregistré. Voulez-vous le faire ?",
"Unsaved file": "Fichier non sauvegardé",
"AutoSave": "AutoSave",
"Does not support saving {extension} files.": "Does not support saving {extension} files.",
"Unsupported file type: {mimetype}": "Unsupported file type: {mimetype}"
"AutoSave": "Enregistrement auto",
"Does not support saving {extension} files.": "N'enregistre pas en {extension}.",
"Unsupported file type: {mimetype}": "N'admet pas le type de fichier : {mimetype}"
}, "nplurals=1; plural=0;"
);

0 comments on commit 0ebbdd8

Please sign in to comment.