Post Snippets - Version 1.4.9.1

Version Description

Download this release

Release Info

Developer artstorm
Plugin Icon 128x128 Post Snippets
Version 1.4.9.1
Comparing to
See all releases

Code changes from version 1.4.9 to 1.4.9.1

languages/post-snippets-fr_FR.mo ADDED
Binary file
languages/post-snippets-fr_FR.po ADDED
@@ -0,0 +1,136 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Post Snippets v1.4.9\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: \n"
6
+ "PO-Revision-Date: 2009-09-03 09:32+0200\n"
7
+ "Last-Translator: Oyabi <mousaka666@hotmail.fr>\n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
+ "X-Poedit-Language: French\n"
14
+ "X-Poedit-Country: FRANCE\n"
15
+ "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
17
+ "X-Poedit-Basepath: ../\n"
18
+ "X-Poedit-Bookmarks: \n"
19
+ "X-Poedit-SearchPath-0: .\n"
20
+ "X-Textdomain-Support: yes"
21
+
22
+ #: post-snippets.php:71
23
+ #@ post-snippets
24
+ msgid "Post Snippets requires WordPress version 2.7 or later!"
25
+ msgstr "Post Snippets requiert WordPress version 2.7 ou supérieur!"
26
+
27
+ #: post-snippets.php:237
28
+ #@ post-snippets
29
+ msgid "A snippet named Untitled has been added."
30
+ msgstr "Un Snippet Sans Titre a été ajouté."
31
+
32
+ #: post-snippets.php:262
33
+ #@ post-snippets
34
+ msgid "Snippets have been updated."
35
+ msgstr "Les Snippets ont été mis à jour."
36
+
37
+ #: post-snippets.php:278
38
+ #@ post-snippets
39
+ msgid "Selected snippets have been deleted."
40
+ msgstr "Les Snippets sélectionnés ont été supprimés."
41
+
42
+ #: post-snippets.php:290
43
+ #@ post-snippets
44
+ msgid "Add New Snippet"
45
+ msgstr "Ajouter un nouveau Snippet"
46
+
47
+ #: post-snippets.php:291
48
+ #@ post-snippets
49
+ msgid "Delete Selected"
50
+ msgstr "Supprimer la sélection"
51
+
52
+ #: post-snippets.php:300
53
+ #: post-snippets.php:311
54
+ #@ post-snippets
55
+ msgid "Title"
56
+ msgstr "Titre"
57
+
58
+ #: post-snippets.php:301
59
+ #: post-snippets.php:312
60
+ #@ post-snippets
61
+ msgid "Variables"
62
+ msgstr "Variables"
63
+
64
+ #: post-snippets.php:302
65
+ #: post-snippets.php:313
66
+ #@ post-snippets
67
+ msgid "Snippet"
68
+ msgstr "Snippet"
69
+
70
+ #: post-snippets.php:303
71
+ #: post-snippets.php:314
72
+ #@ post-snippets
73
+ msgid "SC"
74
+ msgstr "SC"
75
+
76
+ #: post-snippets.php:304
77
+ #: post-snippets.php:315
78
+ #@ post-snippets
79
+ msgid "QT"
80
+ msgstr "QT"
81
+
82
+ #: post-snippets.php:339
83
+ #@ post-snippets
84
+ msgid "Update Snippets"
85
+ msgstr "Mise à jour des Snippets"
86
+
87
+ #: post-snippets.php:344
88
+ #@ post-snippets
89
+ msgid "Help"
90
+ msgstr "Aide"
91
+
92
+ #: post-snippets.php:346
93
+ #@ post-snippets
94
+ msgid "<strong>Title</strong><br/>Give the snippet a title that helps you identify it in the post editor."
95
+ msgstr "<strong>Titre</strong> <br/> Donner au Snippet un titre qui vous permet de l'identifier dans l'éditeur de messages."
96
+
97
+ #: post-snippets.php:348
98
+ #@ post-snippets
99
+ msgid "<strong>Variables</strong><br/>A comma separated list of custom variables you can reference in your snippet.<br/><br/>Example:<br/>url,name"
100
+ msgstr "<strong>Variables</strong> <br/> Une liste de variables personnalisées séparée par des virgules que vous pouvez inclure dans votre Snippet. <br/><br/> Exemple: <br/> url, name"
101
+
102
+ #: post-snippets.php:350
103
+ #@ post-snippets
104
+ msgid "<strong>Snippet</strong><br/>This is the block of text or HTML to insert in the post when you select the snippet from the insert button in the TinyMCE panel in the post editor. If you have entered predefined variables you can reference them from the snippet by enclosing them in {} brackets.<br/><br/>Example:<br/>To reference the variables in the example above, you would enter {url} and {name}.<br/><br/>So if you enter this snippet:<br/><i>This is the website of &lt;a href=\"{url}\"&gt;{name}&lt;/a&gt;</i><br/>You will get the option to replace url and name on insert if they are defined as variables."
105
+ msgstr "<strong>Snippet</strong><br/>C'est le bloc de texte ou HTML à insérer dans l'article lorsque vous sélectionnez l'extrait à partir du bouton insérer dans le panneau TinyMCE de l'éditeur de pages. Si vous avez entré les variables prédéfinies, vous pouvez les inclure dans l'extrait en les entourant de {} crochets. <br/> Exemple: <br/> Pour inclure des variables dans l'exemple ci-dessus, vous devez entrer {url} et {name}. <br/> Donc, si vous entrez le code suivant: <br/> <i> Ceci est le site de &lt;a href=\"{url}\"&gt;{name}&lt;/a&gt;</i><br/> </ i> <br/> Vous avez la possibilité de remplacer les URL et le nom s'ils sont définis comme des variables."
106
+
107
+ #: post-snippets.php:352
108
+ #@ post-snippets
109
+ msgid "<strong>SC</strong><br/>Treats the snippet as a shortcode. The name for the shortcode is the same as the title of the snippet (spaces not allowed) and will be used on insert."
110
+ msgstr "<strong>SC</strong> <br/> Traite l'extrait comme un shortcode. Le nom du shortcode est le même que le titre de l'extrait (espaces non autorisés) et sera utilisé avec insérer."
111
+
112
+ #: post-snippets.php:354
113
+ #@ post-snippets
114
+ msgid "<strong>QT</strong><br/>Enables the snippet to be available as a quicktag in the HTML editor."
115
+ msgstr "<strong>QT</strong><br/>Permet au snippet d'être disponible comme un quicktag dans le l'éditeur HTML."
116
+
117
+ #: post-snippets.php:356
118
+ #@ post-snippets
119
+ msgid "<strong>About Post Snippets</strong><br/>Visit my <a href=\"http://coding.cglounge.com/wordpress-plugins/post-snippets/\">Post Snippets</a> page for additional information."
120
+ msgstr "<strong>A propos de Post Snippets</strong> <br/> Visitez la page de <a href=\"http://coding.cglounge.com/wordpress-plugins/post-snippets/\">Post Snippets</a> pour plus d'informations."
121
+
122
+ #: tinymce/window.php:16
123
+ #@ post-snippets
124
+ msgid "You are not allowed to be here"
125
+ msgstr "Vous n'êtes pas autorisé à être ici"
126
+
127
+ #: tinymce/window.php:148
128
+ #@ post-snippets
129
+ msgid "Cancel"
130
+ msgstr "Annuler"
131
+
132
+ #: tinymce/window.php:152
133
+ #@ post-snippets
134
+ msgid "Insert"
135
+ msgstr "Insérer"
136
+
post-snippets.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Post Snippets
4
  Plugin URI: http://coding.cglounge.com/wordpress-plugins/post-snippets/
5
  Description: Stores snippets of HTML code or reoccurring text that you often use in your posts. You can use predefined variables to replace parts of the snippet on insert. All snippets are available in the post editor with a TinyMCE button or Quicktags.
6
- Version: 1.4.9
7
  Author: Johan Steen
8
  Author URI: http://coding.cglounge.com/
9
  Text Domain: post-snippets
3
  Plugin Name: Post Snippets
4
  Plugin URI: http://coding.cglounge.com/wordpress-plugins/post-snippets/
5
  Description: Stores snippets of HTML code or reoccurring text that you often use in your posts. You can use predefined variables to replace parts of the snippet on insert. All snippets are available in the post editor with a TinyMCE button or Quicktags.
6
+ Version: 1.4.9.1
7
  Author: Johan Steen
8
  Author URI: http://coding.cglounge.com/
9
  Text Domain: post-snippets
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: artstorm
3
  Donate link: http://coding.cglounge.com/wordpress-plugins/post-snippets/#pintware
4
  Tags: post, admin, snippet, html, custom, page, dynamic, editor, quicktag
5
  Requires at least: 2.7
6
- Tested up to: 2.8.3
7
- Stable tag: 1.4.9
8
 
9
  Store snippets of HTML code or reoccurring text that you often use in your posts. Custom variables can be used.
10
 
@@ -52,6 +52,9 @@ Please visit [Post Snippets' Comments](http://coding.cglounge.com/wordpress-plug
52
 
53
  == Changelog ==
54
 
 
 
 
55
  = Version 1.4.9 - 10 Aug 2009 =
56
  * Included Russian translation by [FatCow](http://www.fatcow.com/).
57
 
3
  Donate link: http://coding.cglounge.com/wordpress-plugins/post-snippets/#pintware
4
  Tags: post, admin, snippet, html, custom, page, dynamic, editor, quicktag
5
  Requires at least: 2.7
6
+ Tested up to: 2.8.4
7
+ Stable tag: 1.4.9.1
8
 
9
  Store snippets of HTML code or reoccurring text that you often use in your posts. Custom variables can be used.
10
 
52
 
53
  == Changelog ==
54
 
55
+ = Version 1.4.9.1 - 5 Sep 2009 =
56
+ * Included French translation by [Thomas Cailhe (Oyabi)](http://www.oyabi.fr/).
57
+
58
  = Version 1.4.9 - 10 Aug 2009 =
59
  * Included Russian translation by [FatCow](http://www.fatcow.com/).
60