-
Notifications
You must be signed in to change notification settings - Fork 5
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
76a12eb
commit adc845c
Showing
125 changed files
with
1,073 additions
and
276 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
# 4.0.0 / unreleased | ||
|
||
* Rewrite the plugin to work with TinyMCE 4. TinyMCE 3.x is supported in the | ||
tinymce3-branch. | ||
|
||
# 3.5.8.5 / 2013-05-09 | ||
|
||
* Initial release |
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
File renamed without changes
File renamed without changes
12 changes: 12 additions & 0 deletions
12
app/assets/javascripts/tinymce/plugins/uploaddocument/langs/en.js
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,12 @@ | ||
tinyMCE.addI18n('en', { | ||
'Insert a document from your computer': 'Insert a document from your computer', | ||
'Insert document': "Insert document", | ||
'Choose a document': "Choose a document", | ||
'You must choose a file': "You must choose a file", | ||
'Got a bad response from the server': "Got a bad response from the server", | ||
"Didn't get a response from the server": "Didn't get a response from the server", | ||
'Insert': "Insert", | ||
'Cancel': "Cancel", | ||
'Document description': "Document description", | ||
'Click to download': "Click to download", | ||
}); |
12 changes: 12 additions & 0 deletions
12
app/assets/javascripts/tinymce/plugins/uploaddocument/langs/fr.js
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,12 @@ | ||
tinyMCE.addI18n('fr', { | ||
'Insert a document from your computer': "Envoyer un document depuis votre ordinateur", | ||
'Insert document': "Insérer un document", | ||
'Choose a document': "Choisir un document", | ||
'You must choose a file': "Vous devez sélectionner un fichier", | ||
'Got a bad response from the server': "Le serveur a envoyé une réponse erronée", | ||
"Didn't get a response from the server": "Le serveur n'a pas renvoyé de réponse", | ||
'Insert': "Insérer", | ||
'Cancel': "Annuler", | ||
'Document description': "Description du document", | ||
'Click to download': "Cliquer pour télécharger", | ||
}); |
12 changes: 12 additions & 0 deletions
12
app/assets/javascripts/tinymce/plugins/uploaddocument/langs/fr_FR.js
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,12 @@ | ||
tinyMCE.addI18n('fr_FR', { | ||
'Insert a document from your computer': "Envoyer un document depuis votre ordinateur", | ||
'Insert document': "Insérer un document", | ||
'Choose a document': "Choisir un document", | ||
'You must choose a file': "Vous devez sélectionner un fichier", | ||
'Got a bad response from the server': "Le serveur a envoyé une réponse erronée", | ||
"Didn't get a response from the server": "Le serveur n'a pas renvoyé de réponse", | ||
'Insert': "Insérer", | ||
'Cancel': "Annuler", | ||
'Document description': "Description du document", | ||
'Click to download': "Cliquer pour télécharger", | ||
}); |
Oops, something went wrong.