Per page add to head - Version 1.1.1

Version Description

  • Includes spanish translation thanks to Andrew Kurtis from WebHostingHub
Download this release

Release Info

Developer Erikvona
Plugin Icon wp plugin Per page add to head
Version 1.1.1
Comparing to
See all releases

Code changes from version 1.1 to 1.1.1

languages/per-page-ath-es_ES.mo ADDED
Binary file
languages/per-page-ath-es_ES.po ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2014
2
+ # This file is distributed under the same license as the package.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: \n"
6
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/per-page-add-to\n"
7
+ "POT-Creation-Date: 2014-01-16 19:16:56+00:00\n"
8
+ "MIME-Version: 1.0\n"
9
+ "Content-Type: text/plain; charset=UTF-8\n"
10
+ "Content-Transfer-Encoding: 8bit\n"
11
+ "PO-Revision-Date: 2014-01-20 11:56+0100\n"
12
+ "Last-Translator: jelena kovacevic <jecajeca260@gmail.com>\n"
13
+ "Language-Team: LANGUAGE <LL@li.org>\n"
14
+ "X-Generator: Poedit 1.6.3\n"
15
+ "Language: ath\n"
16
+
17
+ #: perpagehead.php:16
18
+ msgid "Add to head"
19
+ msgstr "Añadir al encabezado"
20
+
21
+ #: perpagehead.php:38
22
+ msgid "Put your head html here"
23
+ msgstr "Coloque el encabezado de su html aquí"
24
+
25
+ #: perpagehead.php:105
26
+ msgid "Error reading config file %s! Is this file readable by the webserver?"
27
+ msgstr ""
28
+ "Error leyendo el archivo de configuración %s! ¿Es legible este archivo por "
29
+ "el servidor web?"
30
+
31
+ #: perpagehead.php:114
32
+ msgid "Add &lt;head&gt; to every page"
33
+ msgstr "Añadir &lt;head&gt; a cada página"
34
+
35
+ #: perpagehead.php:120
36
+ msgid "You do not have sufficient permissions to access this page."
37
+ msgstr "No tiene suficientes permisos para acceder a esta página."
38
+
39
+ #: settings.php:14
40
+ msgid "Insert HTML on every page"
41
+ msgstr "Insertar HTML en cada página"
42
+
43
+ #: settings.php:15
44
+ msgid ""
45
+ "Everything you put in here will be inserted into the &lt;head&gt; tag on "
46
+ "every page. Ideal for favicons!"
47
+ msgstr ""
48
+ "Todo lo que ponga aquí será insertado en la etiqueta &lt;head&gt; en cada "
49
+ "página.¡Ideal para favicons!"
50
+
51
+ #: settings.php:22
52
+ msgid "Error creating %s! Is the underlying folder writable?"
53
+ msgstr "Error creando %s! ¿Es escribible la carpeta contenedora?"
54
+
55
+ #: settings.php:29
56
+ msgid "Succesfully edited %s!"
57
+ msgstr "¡%s! editado exitosamente!"
58
+
59
+ #: settings.php:30
60
+ msgid "Error writing HTML to %s. Is this file writable?"
61
+ msgstr "Error escribiendo HTML a %s. ¿Es escribible este archivo?"
62
+
63
+ #: settings.php:44
64
+ msgid "Error reading HTML from file %s. Is this file readable?"
65
+ msgstr "Error leyendo HTML del archivo %s. ¿Es legible este archivo?"
perpagehead.php CHANGED
@@ -4,7 +4,7 @@
4
  Plugin Name: Per page head
5
  Plugin URI: http://www.evona.nl/plugins/per-page-head
6
  Description: Allows you to add content into the &lt;head&gt; section for a specific page, like custom JS or custom HTML, using post meta. Also allows you to add content for every page, under Settings -> add &lt;head&gt; to every page
7
- Version: 1.1
8
  Author: Erik von Asmuth
9
  Author URI: http://evona.nl/about-me/
10
  License: GPLv2
4
  Plugin Name: Per page head
5
  Plugin URI: http://www.evona.nl/plugins/per-page-head
6
  Description: Allows you to add content into the &lt;head&gt; section for a specific page, like custom JS or custom HTML, using post meta. Also allows you to add content for every page, under Settings -> add &lt;head&gt; to every page
7
+ Version: 1.1.1
8
  Author: Erik von Asmuth
9
  Author URI: http://evona.nl/about-me/
10
  License: GPLv2
readme.txt CHANGED
@@ -2,7 +2,7 @@
2
  Contributors: Erikvona
3
  Plugin Name: Per page add to head
4
  Tags: head, css, favicon
5
- Author URI: http://evona.nl/over-mij
6
  Author: Erik von Asmuth (Erikvona)
7
  Requires at least: 3.5
8
  Tested up to: 3.9
@@ -35,6 +35,10 @@ Installation is plain and simple
35
  1. You can also add head to all posts! Just use settings -> add head to every page
36
 
37
  == Changelog ==
 
 
 
 
38
  = 1.1 =
39
  - Now supports l18n!
40
  - Includes dutch translation.
2
  Contributors: Erikvona
3
  Plugin Name: Per page add to head
4
  Tags: head, css, favicon
5
+ Author URI: http://evona.com/over-mij
6
  Author: Erik von Asmuth (Erikvona)
7
  Requires at least: 3.5
8
  Tested up to: 3.9
35
  1. You can also add head to all posts! Just use settings -> add head to every page
36
 
37
  == Changelog ==
38
+
39
+ = 1.1.1 =
40
+ - Includes spanish translation thanks to Andrew Kurtis from WebHostingHub
41
+
42
  = 1.1 =
43
  - Now supports l18n!
44
  - Includes dutch translation.