-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
661ca50
commit cd42087
Showing
6 changed files
with
69 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
OC.L10N.register( | ||
"quicknotes", | ||
{ | ||
"Quick notes" : "Notes rapides", | ||
"Cancel" : "Annuler", | ||
"Save" : "Sauv.", | ||
"Looking for your notes" : "Chercher dans vos notes", | ||
"Nothing here. Take your first quick notes" : "Aucune note. Prenez vos premières notes !", | ||
"Are you sure you want to delete the note?" : "Etes-vous sûr de vouloir effacer la note ?", | ||
"Delete note" : "Effacer note", | ||
"New note" : "Nouvelle note", | ||
"All notes" : "Toutes les notes", | ||
"Colors" : "Couleurs", | ||
"Notes" : "Notes", | ||
"Quick notes with a basic rich text" : "Notes rapides avec un format 'rich text' basic", | ||
"Tag the note" : "Etiquettez votre note", | ||
"Enter tags to organize your note" : "Rédigez une étiquette pour organiser votre note", | ||
"Enter tag name" : "Nom de l'étiquette", | ||
"Done" : "Ok", | ||
"Tags" : "Etiquettes" | ||
}, | ||
"nplurals=2; plural=(n > 1);"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ "translations": { | ||
"Quick notes" : "Notes rapides", | ||
"Cancel" : "Annuler", | ||
"Save" : "Sauv.", | ||
"Looking for your notes" : "Chercher dans vos notes", | ||
"Nothing here. Take your first quick notes" : "Aucune note. Prenez vos premières notes !", | ||
"Are you sure you want to delete the note?" : "Etes-vous sûr de vouloir effacer la note ?", | ||
"Delete note" : "Effacer note", | ||
"New note" : "Nouvelle note", | ||
"All notes" : "Toutes les notes", | ||
"Colors" : "Couleurs", | ||
"Notes" : "Notes", | ||
"Quick notes with a basic rich text" : "Notes rapides avec un format 'rich text' basic", | ||
"Tag the note" : "Etiquettez votre note", | ||
"Enter tags to organize your note" : "Rédigez une étiquette pour organiser votre note", | ||
"Enter tag name" : "Nom de l'étiquette", | ||
"Done" : "Ok", | ||
"Tags" : "Etiquettes" | ||
},"pluralForm" :"nplurals=2; plural=(n > 1);" | ||
} |