Skip to content

Commit 47457ff

Browse files
committed
v1.0.0
1 parent efc8042 commit 47457ff

22 files changed

+335
-4
lines changed

.brackets.json

100644100755
File mode changed.

.gitmodules

100644100755
File mode changed.

LICENSE

100644100755
File mode changed.

class/Admin.class.php

100644100755
File mode changed.

class/Backbone.class.php

100644100755
File mode changed.

ithoughts-advanced-code-editor.php

100644100755
File mode changed.
Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
# Loco Gettext template
2+
#, fuzzy
3+
msgid ""
4+
msgstr ""
5+
"Project-Id-Version: iThoughts Advanced Code Editor\n"
6+
"Report-Msgid-Bugs-To: \n"
7+
"POT-Creation-Date: Sun Feb 14 2016 21:25:18 GMT-1000 (TAHT)\n"
8+
"POT-Revision-Date: Sun Feb 14 2016 21:26:41 GMT-1000 (TAHT)\n"
9+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
10+
"Last-Translator: \n"
11+
"Language-Team: \n"
12+
"Language: \n"
13+
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION\n"
14+
"MIME-Version: 1.0\n"
15+
"Content-Type: text/plain; charset=UTF-8\n"
16+
"Content-Transfer-Encoding: 8bit\n"
17+
"X-Poedit-SourceCharset: UTF-8\n"
18+
"X-Poedit-Basepath: .\n"
19+
"X-Poedit-SearchPath-0: ../../plugins/ithoughts_advanced_code_editor\n"
20+
"X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
21+
"__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
22+
"_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
23+
"esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
24+
"esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
25+
"X-Generator: Loco - https://localise.biz/"
26+
27+
#. Name of the plugin
28+
msgid "iThoughts Advanced Code Editor"
29+
msgstr ""
30+
31+
#. Author of the plugin
32+
msgid "Gerkin"
33+
msgstr ""
34+
35+
#: ../../plugins/ithoughts_advanced_code_editor/templates/options.php:7 ../..
36+
#: plugins/ithoughts_advanced_code_editor/templates/options.php:16
37+
msgid "Options"
38+
msgstr ""
39+
40+
#: ../../plugins/ithoughts_advanced_code_editor/templates/options.php:13
41+
msgid "Note"
42+
msgstr ""
43+
44+
#: ../../plugins/ithoughts_advanced_code_editor/templates/options.php:13
45+
msgid ""
46+
"Labels in <span class=\"nonoverridable\">red</span> indicate global options, "
47+
"not overridable by tips."
48+
msgstr ""
49+
50+
#: ../../plugins/ithoughts_advanced_code_editor/templates/options.php:22
51+
msgid "Enable client-side shortcode"
52+
msgstr ""
53+
54+
#: ../../plugins/ithoughts_advanced_code_editor/templates/options.php:25
55+
msgid "Use it with <em>[ace_editor lang=\"yourlang\"]$your->code()[/ace_editor]</em>"
56+
msgstr ""
57+
58+
#: ../../plugins/ithoughts_advanced_code_editor/templates/options.php:44
59+
msgid "Theme"
60+
msgstr ""
61+
62+
#: ../../plugins/ithoughts_advanced_code_editor/templates/options.php:52
63+
msgid "autocompletion"
64+
msgstr ""
65+
66+
#: ../../plugins/ithoughts_advanced_code_editor/templates/options.php:55
67+
msgid "Autocomplete on demande <em>(Press ctrl+space)</em>"
68+
msgstr ""
69+
70+
#: ../../plugins/ithoughts_advanced_code_editor/templates/options.php:60
71+
msgid "Live autocomplete <em>(suggest as you type)</em>"
72+
msgstr ""
73+
74+
#: ../../plugins/ithoughts_advanced_code_editor/templates/options.php:70
75+
msgid "Update Options"
76+
msgstr ""
77+
78+
#: ../../plugins/ithoughts_advanced_code_editor/class/Admin.class.php:53
79+
msgid "iThoughts ACE"
80+
msgstr ""
81+
82+
#: ../../plugins/ithoughts_advanced_code_editor/class/Admin.class.php:226
83+
msgid "Options updated"
84+
msgstr ""
85+
86+
#: ../../plugins/ithoughts_advanced_code_editor/class/Admin.class.php:228
87+
msgid "Could not update options"
88+
msgstr ""
Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
msgid ""
2+
msgstr ""
3+
"Project-Id-Version: iThoughts Advanced Code Editor\n"
4+
"Report-Msgid-Bugs-To: \n"
5+
"POT-Creation-Date: Sun Feb 14 2016 21:25:18 GMT-1000 (TAHT)\n"
6+
"PO-Revision-Date: Sun Feb 14 2016 21:30:29 GMT-1000 (TAHT)\n"
7+
"Last-Translator: admin <agermain@gerkindevelopment.net>\n"
8+
"Language-Team: \n"
9+
"Language: French (France)\n"
10+
"Plural-Forms: nplurals=2; plural=n > 1\n"
11+
"MIME-Version: 1.0\n"
12+
"Content-Type: text/plain; charset=UTF-8\n"
13+
"Content-Transfer-Encoding: 8bit\n"
14+
"X-Poedit-SourceCharset: UTF-8\n"
15+
"X-Poedit-Basepath: .\n"
16+
"X-Poedit-SearchPath-0: ../../plugins/ithoughts_advanced_code_editor\n"
17+
"X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
18+
"__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
19+
"_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
20+
"esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
21+
"esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
22+
"X-Generator: Loco - https://localise.biz/\n"
23+
"X-Loco-Target-Locale: fr_FR"
24+
25+
#. Name of the plugin
26+
msgid "iThoughts Advanced Code Editor"
27+
msgstr "iThoughts Advanced Code Editor"
28+
29+
#. Author of the plugin
30+
msgid "Gerkin"
31+
msgstr "Gerkin"
32+
33+
#: ../../plugins/ithoughts_advanced_code_editor/templates/options.php:7 ../..
34+
#: plugins/ithoughts_advanced_code_editor/templates/options.php:16
35+
msgid "Options"
36+
msgstr "Options"
37+
38+
#: ../../plugins/ithoughts_advanced_code_editor/templates/options.php:13
39+
msgid "Note"
40+
msgstr "Note"
41+
42+
#: ../../plugins/ithoughts_advanced_code_editor/templates/options.php:13
43+
msgid ""
44+
"Labels in <span class=\"nonoverridable\">red</span> indicate global options, "
45+
"not overridable by tips."
46+
msgstr ""
47+
48+
#: ../../plugins/ithoughts_advanced_code_editor/templates/options.php:22
49+
msgid "Enable client-side shortcode"
50+
msgstr "Activer le shortcode client"
51+
52+
#: ../../plugins/ithoughts_advanced_code_editor/templates/options.php:25
53+
msgid "Use it with <em>[ace_editor lang=\"yourlang\"]$your->code()[/ace_editor]</em>"
54+
msgstr ""
55+
"Utilisez-le avec <em>[ace_editor lang=\"votrelangage\"]$votre-"
56+
">code()[/ace_editor]</em>"
57+
58+
#: ../../plugins/ithoughts_advanced_code_editor/templates/options.php:44
59+
msgid "Theme"
60+
msgstr "Thème"
61+
62+
#: ../../plugins/ithoughts_advanced_code_editor/templates/options.php:52
63+
msgid "autocompletion"
64+
msgstr ""
65+
66+
#: ../../plugins/ithoughts_advanced_code_editor/templates/options.php:55
67+
msgid "Autocomplete on demande <em>(Press ctrl+space)</em>"
68+
msgstr "Autocomplétion à la demande <em>(Appuyez sur ctrl+espace)</em>"
69+
70+
#: ../../plugins/ithoughts_advanced_code_editor/templates/options.php:60
71+
msgid "Live autocomplete <em>(suggest as you type)</em>"
72+
msgstr "Autocomplétion en direct <em>(suggère pendant que vous écrivez)</em>"
73+
74+
#: ../../plugins/ithoughts_advanced_code_editor/templates/options.php:70
75+
msgid "Update Options"
76+
msgstr "Mettre à jour les options"
77+
78+
#: ../../plugins/ithoughts_advanced_code_editor/class/Admin.class.php:53
79+
msgid "iThoughts ACE"
80+
msgstr "iThoughts ACE"
81+
82+
#: ../../plugins/ithoughts_advanced_code_editor/class/Admin.class.php:226
83+
msgid "Options updated"
84+
msgstr "Options mises à jour"
85+
86+
#: ../../plugins/ithoughts_advanced_code_editor/class/Admin.class.php:228
87+
msgid "Could not update options"
88+
msgstr "Impossible de mettre à jour les options"
1.94 KB
Binary file not shown.
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
msgid ""
2+
msgstr ""
3+
"Project-Id-Version: iThoughts Advanced Code Editor\n"
4+
"Report-Msgid-Bugs-To: \n"
5+
"POT-Creation-Date: Sun Feb 14 2016 21:25:18 GMT-1000 (TAHT)\n"
6+
"PO-Revision-Date: Sun Feb 14 2016 21:30:47 GMT-1000 (TAHT)\n"
7+
"Last-Translator: admin <agermain@gerkindevelopment.net>\n"
8+
"Language-Team: \n"
9+
"Language: French (France)\n"
10+
"Plural-Forms: nplurals=2; plural=n > 1\n"
11+
"MIME-Version: 1.0\n"
12+
"Content-Type: text/plain; charset=UTF-8\n"
13+
"Content-Transfer-Encoding: 8bit\n"
14+
"X-Poedit-SourceCharset: UTF-8\n"
15+
"X-Poedit-Basepath: .\n"
16+
"X-Poedit-SearchPath-0: ../../plugins/ithoughts_advanced_code_editor\n"
17+
"X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
18+
"__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
19+
"_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
20+
"esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
21+
"esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
22+
"X-Generator: Loco - https://localise.biz/\n"
23+
"X-Loco-Target-Locale: fr_FR"
24+
25+
#: ../templates/options.php:49
26+
msgid "Autocompletion"
27+
msgstr "Autocomplétion"
28+
29+
#. Name of the plugin
30+
msgid "iThoughts Advanced Code Editor"
31+
msgstr "iThoughts Advanced Code Editor"
32+
33+
#. Author of the plugin
34+
msgid "Gerkin"
35+
msgstr "Gerkin"
36+
37+
#: ../templates/options.php:7 ../templates/options.php:13
38+
msgid "Options"
39+
msgstr "Options"
40+
41+
#: ../templates/options.php:19
42+
msgid "Enable client-side shortcode"
43+
msgstr "Activer le shortcode client"
44+
45+
#: ../templates/options.php:22
46+
msgid "Use it with <em>[ace_editor lang=\"yourlang\"]$your->code()[/ace_editor]</em>"
47+
msgstr ""
48+
"Utilisez-le avec <em>[ace_editor lang=\"votrelangage\"]$votre-"
49+
">code()[/ace_editor]</em>"
50+
51+
#: ../templates/options.php:41
52+
msgid "Theme"
53+
msgstr "Thème"
54+
55+
#: ../templates/options.php:52
56+
msgid "Autocomplete on demande <em>(Press ctrl+space)</em>"
57+
msgstr "Autocomplétion à la demande <em>(Appuyez sur ctrl+espace)</em>"
58+
59+
#: ../templates/options.php:57
60+
msgid "Live autocomplete <em>(suggest as you type)</em>"
61+
msgstr "Autocomplétion en direct <em>(suggère pendant que vous écrivez)</em>"
62+
63+
#: ../templates/options.php:67
64+
msgid "Update Options"
65+
msgstr "Mettre à jour les options"
66+
67+
#: ../class/Admin.class.php:53
68+
msgid "iThoughts ACE"
69+
msgstr "iThoughts ACE"
70+
71+
#: ../class/Admin.class.php:226
72+
msgid "Options updated"
73+
msgstr "Options mises à jour"
74+
75+
#: ../class/Admin.class.php:228
76+
msgid "Could not update options"
77+
msgstr "Impossible de mettre à jour les options"

0 commit comments

Comments
 (0)