Version Description
Download this release
Release Info
Developer | miyauchi |
Plugin | TinyMCE Templates |
Version | 1.6.1 |
Comparing to | |
See all releases |
Code changes from version 1.6.0 to 1.6.1
- includes/MceTemplatesAdmin.class.php +2 -2
- langs/tinymce_templates-fr_FR.mo +0 -0
- langs/tinymce_templates-fr_FR.po +106 -0
- mce_plugins/plugins/template/langs/fr_dlg.js +15 -0
- readme.txt +2 -1
- tinymce_templates.php +1 -1
includes/MceTemplatesAdmin.class.php
CHANGED
@@ -173,10 +173,10 @@ class MceTemplatesAdmin{
|
|
173 |
echo "<h3>".__("Share", TINYMCE_TEMPLATES_DOMAIN)."</h3>";
|
174 |
echo "<select name=\"share\" id=\"share\">";
|
175 |
if ($share == 1) {
|
176 |
-
echo "<option value=\"1\" selected=\"selected\">".__("
|
177 |
echo "<option value=\"0\">".__("Private", TINYMCE_TEMPLATES_DOMAIN)."</option>";
|
178 |
} else {
|
179 |
-
echo "<option value=\"1\">".__("
|
180 |
echo "<option value=\"0\" selected=\"selected\">".__("Private", TINYMCE_TEMPLATES_DOMAIN)."</option>";
|
181 |
}
|
182 |
echo "</select>";
|
173 |
echo "<h3>".__("Share", TINYMCE_TEMPLATES_DOMAIN)."</h3>";
|
174 |
echo "<select name=\"share\" id=\"share\">";
|
175 |
if ($share == 1) {
|
176 |
+
echo "<option value=\"1\" selected=\"selected\">".__("Shared", TINYMCE_TEMPLATES_DOMAIN)."</option>";
|
177 |
echo "<option value=\"0\">".__("Private", TINYMCE_TEMPLATES_DOMAIN)."</option>";
|
178 |
} else {
|
179 |
+
echo "<option value=\"1\">".__("Shared", TINYMCE_TEMPLATES_DOMAIN)."</option>";
|
180 |
echo "<option value=\"0\" selected=\"selected\">".__("Private", TINYMCE_TEMPLATES_DOMAIN)."</option>";
|
181 |
}
|
182 |
echo "</select>";
|
langs/tinymce_templates-fr_FR.mo
ADDED
Binary file
|
langs/tinymce_templates-fr_FR.po
ADDED
@@ -0,0 +1,106 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: tinyMCE-templates\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2010-11-21 05:10+0900\n"
|
6 |
+
"PO-Revision-Date: \n"
|
7 |
+
"Last-Translator: HAROUY Jean-Michel <jean-michel.harouy@laposte.net>\n"
|
8 |
+
"Language-Team: HAROUY Jean-Michel <jean-michel.harouy@laposte.net>\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Poedit-Language: French\n"
|
13 |
+
"X-Poedit-Country: FRANCE\n"
|
14 |
+
|
15 |
+
#: ../includes/MceTemplatesAdmin.class.php:34
|
16 |
+
#: ../includes/MceTemplatesAdmin.class.php:156
|
17 |
+
#: ../tinymce_templates.php:103
|
18 |
+
msgid "Edit Templates"
|
19 |
+
msgstr "Éditer les modèles"
|
20 |
+
|
21 |
+
#: ../includes/MceTemplatesAdmin.class.php:38
|
22 |
+
msgid "Templates permanently deleted."
|
23 |
+
msgstr "Modèles définitivement supprimés"
|
24 |
+
|
25 |
+
#: ../includes/MceTemplatesAdmin.class.php:46
|
26 |
+
#: ../includes/MceTemplatesAdmin.class.php:55
|
27 |
+
msgid "Name"
|
28 |
+
msgstr "Nom"
|
29 |
+
|
30 |
+
#: ../includes/MceTemplatesAdmin.class.php:47
|
31 |
+
#: ../includes/MceTemplatesAdmin.class.php:56
|
32 |
+
msgid "Description"
|
33 |
+
msgstr "Description"
|
34 |
+
|
35 |
+
#: ../includes/MceTemplatesAdmin.class.php:48
|
36 |
+
#: ../includes/MceTemplatesAdmin.class.php:57
|
37 |
+
msgid "Author"
|
38 |
+
msgstr "Auteur"
|
39 |
+
|
40 |
+
#: ../includes/MceTemplatesAdmin.class.php:49
|
41 |
+
#: ../includes/MceTemplatesAdmin.class.php:58
|
42 |
+
#: ../includes/MceTemplatesAdmin.class.php:169
|
43 |
+
#: ../includes/MceTemplatesAdmin.class.php:172
|
44 |
+
#: ../includes/MceTemplatesAdmin.class.php:175
|
45 |
+
msgid "Share"
|
46 |
+
msgstr "Partager"
|
47 |
+
|
48 |
+
#: ../includes/MceTemplatesAdmin.class.php:94
|
49 |
+
msgid "Shared"
|
50 |
+
msgstr "Partagé"
|
51 |
+
|
52 |
+
#: ../includes/MceTemplatesAdmin.class.php:96
|
53 |
+
#: ../includes/MceTemplatesAdmin.class.php:173
|
54 |
+
#: ../includes/MceTemplatesAdmin.class.php:176
|
55 |
+
msgid "Private"
|
56 |
+
msgstr "Personnel"
|
57 |
+
|
58 |
+
#: ../includes/MceTemplatesAdmin.class.php:103
|
59 |
+
msgid "Delete checked items"
|
60 |
+
msgstr "Supprimer les entrées cochées"
|
61 |
+
|
62 |
+
#: ../includes/MceTemplatesAdmin.class.php:113
|
63 |
+
msgid "Template saved."
|
64 |
+
msgstr "Modèle enregistré"
|
65 |
+
|
66 |
+
#: ../includes/MceTemplatesAdmin.class.php:124
|
67 |
+
msgid "All entry must not be blank."
|
68 |
+
msgstr "Aucun champ ne doit être vide"
|
69 |
+
|
70 |
+
#: ../includes/MceTemplatesAdmin.class.php:158
|
71 |
+
#: ../tinymce_templates.php:111
|
72 |
+
msgid "Add New Templates"
|
73 |
+
msgstr "Ajouter un nouveau modèle"
|
74 |
+
|
75 |
+
#: ../includes/MceTemplatesAdmin.class.php:163
|
76 |
+
msgid "Template Name"
|
77 |
+
msgstr "Nom du modèle"
|
78 |
+
|
79 |
+
#: ../includes/MceTemplatesAdmin.class.php:165
|
80 |
+
msgid "Template Description"
|
81 |
+
msgstr "Description du modèle"
|
82 |
+
|
83 |
+
#: ../includes/MceTemplatesAdmin.class.php:167
|
84 |
+
msgid "Template Contents"
|
85 |
+
msgstr "Contenu du modèle"
|
86 |
+
|
87 |
+
#: ../includes/MceTemplatesAdmin.class.php:180
|
88 |
+
msgid "Save Template"
|
89 |
+
msgstr "Enregistrer le modèle"
|
90 |
+
|
91 |
+
#: ../tinymce_templates.php:94
|
92 |
+
msgid "tinyMCE Templates"
|
93 |
+
msgstr "tinyMCE modèles"
|
94 |
+
|
95 |
+
#: ../tinymce_templates.php:95
|
96 |
+
msgid "Templates"
|
97 |
+
msgstr "Modèles"
|
98 |
+
|
99 |
+
#: ../tinymce_templates.php:104
|
100 |
+
msgid "Edit"
|
101 |
+
msgstr "Éditer"
|
102 |
+
|
103 |
+
#: ../tinymce_templates.php:112
|
104 |
+
msgid "Add New"
|
105 |
+
msgstr "Ajouter un nouveau"
|
106 |
+
|
mce_plugins/plugins/template/langs/fr_dlg.js
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
tinyMCE.addI18n('fr.template_dlg',{
|
2 |
+
title:"Modèles",
|
3 |
+
label:"Modele",
|
4 |
+
desc_label:"Description",
|
5 |
+
desc:"Insérer le contenu d'un modèle prédéfini",
|
6 |
+
select:"Sélectionner un modèle",
|
7 |
+
preview:"Aperçu",
|
8 |
+
warning:"Attention ! Mettre à jour un modèle avec un autre peut provoquer une perte de données.",
|
9 |
+
mdate_format:"%d-%m-%Y %H:%M:%S",
|
10 |
+
cdate_format:"%d-%m-%Y %H:%M:%S",
|
11 |
+
months_long:"Janvier,Février,Mars,Avril,Mai,Juin,Juillet,Août,Septembre,Octobre,Novembre,Décembre",
|
12 |
+
months_short:"Janv,Fevr,Mars,Avr,Mai,Juin,Juil,Aout,Sept,Oct,Nov,Dec",
|
13 |
+
day_long:"Dimanche,Lundi,Mardi,Mercredi,Jeudi,Vendredi,Samedi,Dimanche",
|
14 |
+
day_short:"Dim,Lun,Mar,Mer,Jeu,Ven,Sam,Dim"
|
15 |
+
});
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/jp/cgi-bin/webscr?cmd=_flow&SESSION=vVwWrw6V
|
|
4 |
Tags: tinymce, Visual Editor, template
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.2
|
7 |
-
Stable tag: 1.6.
|
8 |
|
9 |
TinyMCE Template plugin will enable to use HTML template on WordPress Visual Editor.
|
10 |
You can edit and share this template with WordPress users.
|
@@ -34,6 +34,7 @@ If you will install this plugin, You will be very easy to edit posts and pages.
|
|
34 |
* German(de_DE) - [Martin Lettner](http://www.martinlettner.info/)
|
35 |
* Spanish(es_ES) - [David Bravo](http://www.dimensionmultimedia.com/)
|
36 |
* Dutch(nl_NL) - [Frank Groeneveld](http://ivaldi.nl/)
|
|
|
37 |
|
38 |
You can send your own language pack to me.
|
39 |
|
4 |
Tags: tinymce, Visual Editor, template
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.2
|
7 |
+
Stable tag: 1.6.1
|
8 |
|
9 |
TinyMCE Template plugin will enable to use HTML template on WordPress Visual Editor.
|
10 |
You can edit and share this template with WordPress users.
|
34 |
* German(de_DE) - [Martin Lettner](http://www.martinlettner.info/)
|
35 |
* Spanish(es_ES) - [David Bravo](http://www.dimensionmultimedia.com/)
|
36 |
* Dutch(nl_NL) - [Frank Groeneveld](http://ivaldi.nl/)
|
37 |
+
* French(fr_FR) - [HAROUY Jean-Michel](http://www.laposte.net/)
|
38 |
|
39 |
You can send your own language pack to me.
|
40 |
|
tinymce_templates.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: TinyMCE Templates
|
|
4 |
Plugin URI: http://firegoby.theta.ne.jp/wp/tinymce_templates
|
5 |
Description: Manage & Add Tiny MCE template.
|
6 |
Author: Takayuki Miyauchi
|
7 |
-
Version: 1.6.
|
8 |
Author URI: http://firegoby.theta.ne.jp/
|
9 |
*/
|
10 |
|
4 |
Plugin URI: http://firegoby.theta.ne.jp/wp/tinymce_templates
|
5 |
Description: Manage & Add Tiny MCE template.
|
6 |
Author: Takayuki Miyauchi
|
7 |
+
Version: 1.6.1
|
8 |
Author URI: http://firegoby.theta.ne.jp/
|
9 |
*/
|
10 |
|