Post Snippets - Version 1.5.3

Version Description

Download this release

Release Info

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

Code changes from version 1.5.2 to 1.5.3

languages/post-snippets-es_ES.mo ADDED
Binary file
languages/post-snippets-es_ES.po ADDED
@@ -0,0 +1,135 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 2010-09-17 15:31-0400\n"
7
+ "Last-Translator: Melvis León <me_leon@hotmail.com>\n"
8
+ "Language-Team: MLL Designs <me_leon@hotmail.com>\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: Spanish\n"
14
+ "X-Poedit-Country: SPAIN\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-Textdomain-Support: yes\n"
19
+ "X-Poedit-SearchPath-0: .\n"
20
+
21
+ #@ post-snippets
22
+ #: post-snippets.php:71
23
+ msgid "Post Snippets requires WordPress version 2.7 or later!"
24
+ msgstr "Post Snippets requiere WordPress versi&oacute;n 2.7 o posterior!"
25
+
26
+ #@ post-snippets
27
+ #: post-snippets.php:237
28
+ msgid "A snippet named Untitled has been added."
29
+ msgstr "Un Snippet llamado Sin t&iacute;tulo ha sido agregado."
30
+
31
+ #@ post-snippets
32
+ #: post-snippets.php:262
33
+ msgid "Snippets have been updated."
34
+ msgstr "Los Snippets han sido actualizados."
35
+
36
+ #@ post-snippets
37
+ #: post-snippets.php:278
38
+ msgid "Selected snippets have been deleted."
39
+ msgstr "Los snippets han sido eliminados."
40
+
41
+ #@ post-snippets
42
+ #: post-snippets.php:290
43
+ msgid "Add New Snippet"
44
+ msgstr "Agregar nuevo Snippet"
45
+
46
+ #@ post-snippets
47
+ #: post-snippets.php:291
48
+ msgid "Delete Selected"
49
+ msgstr "Eliminar seleccionados"
50
+
51
+ #@ post-snippets
52
+ #: post-snippets.php:300
53
+ #: post-snippets.php:311
54
+ msgid "Title"
55
+ msgstr "T&iacute;tulo"
56
+
57
+ #@ post-snippets
58
+ #: post-snippets.php:301
59
+ #: post-snippets.php:312
60
+ msgid "Variables"
61
+ msgstr "Variables"
62
+
63
+ #@ post-snippets
64
+ #: post-snippets.php:302
65
+ #: post-snippets.php:313
66
+ msgid "Snippet"
67
+ msgstr "Snippet"
68
+
69
+ #@ post-snippets
70
+ #: post-snippets.php:303
71
+ #: post-snippets.php:314
72
+ msgid "SC"
73
+ msgstr "SC"
74
+
75
+ #@ post-snippets
76
+ #: post-snippets.php:304
77
+ #: post-snippets.php:315
78
+ msgid "QT"
79
+ msgstr "QT"
80
+
81
+ #@ post-snippets
82
+ #: post-snippets.php:339
83
+ msgid "Update Snippets"
84
+ msgstr "Actualizar Snippets"
85
+
86
+ #@ post-snippets
87
+ #: post-snippets.php:344
88
+ msgid "Help"
89
+ msgstr "Ayuda"
90
+
91
+ #@ post-snippets
92
+ #: post-snippets.php:346
93
+ msgid "<strong>Title</strong><br/>Give the snippet a title that helps you identify it in the post editor."
94
+ msgstr "<strong>Titulo</strong><br/>Nombrar al snippet con un t&iacute;tulo que le ayude a identificarlo en el editor de entradas."
95
+
96
+ #@ post-snippets
97
+ #: post-snippets.php:348
98
+ msgid "<strong>Variables</strong><br/>A comma separated list of custom variables you can reference in your snippet.<br/><br/>Example:<br/>url,name"
99
+ msgstr "<strong>Variables</strong><br/>Puedes hacer referencia a una lista separada por comas de variables personalizadas en tu snippet.<br/><br/>Ejemplo:<br/>url, nombre"
100
+
101
+ #@ post-snippets
102
+ #: post-snippets.php:350
103
+ 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."
104
+ msgstr "<strong>Snippet</strong><br/>Este es el bloque de texto o HTML a insertar en la entrada al seleccionar el snippet del bot&oacute;n de insertar en el TinyMCE en el editor de entradas. Si ha introducido las variables predefinidas usted puede referenciarlas desde el snippet al encerrarlas entre llaves {}.<br/> Ejemplo: <br/>Para hacer referencia a las variables en el ejemplo anterior, debe escribir {url} y {nombre}.<br/>As&iacute; que si digitas este snippet: <br/> <i> Esta es la p&aacute;gina web de &lt;a href=\"{url}\"&gt;{nombre}&lt;/a&gt;</i><br/> </ i> <br/>Usted recibir&aacute; la opci&oacute;n de reemplazar url y el nombre cuando se inserta, si se definen como variables."
105
+
106
+ #@ post-snippets
107
+ #: post-snippets.php:352
108
+ 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."
109
+ msgstr "<strong>SC</strong> <br/>Se usa para tratar el snippet como un atajo. El nombre del atajo es el mismo t&iacute;tulo del snippet (no se permiten espacios) y ser&aacute; utilizado en la entrada."
110
+
111
+ #@ post-snippets
112
+ #: post-snippets.php:354
113
+ msgid "<strong>QT</strong><br/>Enables the snippet to be available as a quicktag in the HTML editor."
114
+ msgstr "<strong>QT</strong><br/>Permite el snippet estar disponible como un quicktag en el editor de HTML."
115
+
116
+ #@ post-snippets
117
+ #: post-snippets.php:356
118
+ 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."
119
+ msgstr "<strong>Acerca de Post Snippets</strong> <br/> Visite mi p&aacute;gina <a href=\"http://coding.cglounge.com/wordpress-plugins/post-snippets/\">Post Snippets</a> para informaciones adicionales."
120
+
121
+ #@ post-snippets
122
+ #: tinymce/window.php:16
123
+ msgid "You are not allowed to be here"
124
+ msgstr "No tiene permitido estar aqu&iacute;"
125
+
126
+ #@ post-snippets
127
+ #: tinymce/window.php:148
128
+ msgid "Cancel"
129
+ msgstr "Cancelar"
130
+
131
+ #@ post-snippets
132
+ #: tinymce/window.php:152
133
+ msgid "Insert"
134
+ msgstr "Insertar"
135
+
post-snippets.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Post Snippets
4
  Plugin URI: http://wpstorm.net/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.5.2
7
  Author: Johan Steen
8
  Author URI: http://wpstorm.net/
9
  Text Domain: post-snippets
3
  Plugin Name: Post Snippets
4
  Plugin URI: http://wpstorm.net/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.5.3
7
  Author: Johan Steen
8
  Author URI: http://wpstorm.net/
9
  Text Domain: post-snippets
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === Post Snippets ===
2
  Contributors: artstorm
3
- Donate link: http://wpstorm.net/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: 3.0.1
7
- Stable tag: 1.5.2
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://wpstorm.net/wordpress-plugins/post
52
 
53
  == Changelog ==
54
 
 
 
 
55
  = Version 1.5.2 - 17 Sep 2010 =
56
  * The plugin now keeps linefeed formatting when inserting a snippet directly with a quicktag in the HTML editor.
57
  * Updated the code to not generate warnings when running WordPress in debug mode.
1
  === Post Snippets ===
2
  Contributors: artstorm
3
+ Donate link: http://wpstorm.net/wordpress-plugins/post-snippets/#donation
4
  Tags: post, admin, snippet, html, custom, page, dynamic, editor, quicktag
5
  Requires at least: 2.7
6
  Tested up to: 3.0.1
7
+ Stable tag: 1.5.3
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.5.3 - 19 Sep 2010 =
56
+ * Included Spanish translation by [Melvis E. Leon Lopez](http://www.soludata.net/site/).
57
+
58
  = Version 1.5.2 - 17 Sep 2010 =
59
  * The plugin now keeps linefeed formatting when inserting a snippet directly with a quicktag in the HTML editor.
60
  * Updated the code to not generate warnings when running WordPress in debug mode.