Version Description
Download this release
Release Info
Developer | KingYes |
Plugin | Pojo Sidebars |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
- includes/class-pojo-sidebars-admin-ui.php +2 -2
- languages/pojo-sidebars-he_IL.mo +0 -0
- languages/pojo-sidebars-he_IL.po +85 -0
- languages/pojo-sidebars.pot +7 -4
- pojo-sidebars.php +1 -1
- readme.txt +4 -4
includes/class-pojo-sidebars-admin-ui.php
CHANGED
@@ -93,8 +93,8 @@ final class Pojo_Sidebars_Admin_UI {
|
|
93 |
?>
|
94 |
<script>jQuery( document ).ready( function( $ ) {
|
95 |
var $wrapper = $( '#addtag, #edittag' );
|
96 |
-
$wrapper.find( 'div.form-field.term-name-wrap > p' ).text( '<?php _e( 'The name of
|
97 |
-
$wrapper.find( 'tr.form-field.term-
|
98 |
} );</script><?php
|
99 |
}
|
100 |
|
93 |
?>
|
94 |
<script>jQuery( document ).ready( function( $ ) {
|
95 |
var $wrapper = $( '#addtag, #edittag' );
|
96 |
+
$wrapper.find( 'tr.form-field.term-name-wrap p, div.form-field.term-name-wrap > p' ).text( '<?php _e( 'The name of the widgets area', 'pojo-sidebars' ); ?>' );
|
97 |
+
$wrapper.find( 'tr.form-field.term-description-wrap p, div.form-field.term-description-wrap > p' ).text( '<?php _e( 'The description of the widgets area (optional)', 'pojo-sidebars' ); ?>' );
|
98 |
} );</script><?php
|
99 |
}
|
100 |
|
languages/pojo-sidebars-he_IL.mo
ADDED
Binary file
|
languages/pojo-sidebars-he_IL.po
ADDED
@@ -0,0 +1,85 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# SOME DESCRIPTIVE TITLE.
|
2 |
+
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
3 |
+
# This file is distributed under the same license as the PACKAGE package.
|
4 |
+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
5 |
+
#
|
6 |
+
msgid ""
|
7 |
+
msgstr ""
|
8 |
+
"Project-Id-Version: pojo-sidebars 1.0.0\n"
|
9 |
+
"Report-Msgid-Bugs-To: \n"
|
10 |
+
"POT-Creation-Date: 2015-04-26 17:44+0300\n"
|
11 |
+
"PO-Revision-Date: 2015-04-26 17:47+0200\n"
|
12 |
+
"Language: he_IL\n"
|
13 |
+
"MIME-Version: 1.0\n"
|
14 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
15 |
+
"Content-Transfer-Encoding: 8bit\n"
|
16 |
+
"Last-Translator: Yakir Sitbon <yakir@pojo.me>\n"
|
17 |
+
"Language-Team: \n"
|
18 |
+
"X-Generator: Poedit 1.7.5\n"
|
19 |
+
|
20 |
+
#: includes/class-pojo-sidebars-admin-ui.php:35
|
21 |
+
#: includes/class-pojo-sidebars-admin-ui.php:36
|
22 |
+
#: includes/class-pojo-sidebars-db.php:11
|
23 |
+
msgid "Sidebars"
|
24 |
+
msgstr "סיידברים"
|
25 |
+
|
26 |
+
#: includes/class-pojo-sidebars-admin-ui.php:55
|
27 |
+
msgid "ID"
|
28 |
+
msgstr ""
|
29 |
+
|
30 |
+
#: includes/class-pojo-sidebars-admin-ui.php:56
|
31 |
+
msgid "Shortcode"
|
32 |
+
msgstr "שורטקוד"
|
33 |
+
|
34 |
+
#: includes/class-pojo-sidebars-admin-ui.php:96
|
35 |
+
msgid "The name of the widgets area"
|
36 |
+
msgstr "השם של אזור הוידג'טים"
|
37 |
+
|
38 |
+
#: includes/class-pojo-sidebars-admin-ui.php:97
|
39 |
+
msgid "The description of the widgets area (optional)"
|
40 |
+
msgstr "התיאור של אזור הוידג'טים (אופציונלי)"
|
41 |
+
|
42 |
+
#: includes/class-pojo-sidebars-db.php:12
|
43 |
+
msgid "Sidebar"
|
44 |
+
msgstr "סיידבר"
|
45 |
+
|
46 |
+
#: includes/class-pojo-sidebars-db.php:13
|
47 |
+
msgctxt "Admin menu name"
|
48 |
+
msgid "Sidebars"
|
49 |
+
msgstr "סיידברים"
|
50 |
+
|
51 |
+
#: includes/class-pojo-sidebars-db.php:14
|
52 |
+
msgid "Search Sidebars"
|
53 |
+
msgstr "חיפוש סיידברים"
|
54 |
+
|
55 |
+
#: includes/class-pojo-sidebars-db.php:15
|
56 |
+
msgid "All Sidebars"
|
57 |
+
msgstr "כל הסיידברים"
|
58 |
+
|
59 |
+
#: includes/class-pojo-sidebars-db.php:16
|
60 |
+
msgid "Parent Sidebar"
|
61 |
+
msgstr ""
|
62 |
+
|
63 |
+
#: includes/class-pojo-sidebars-db.php:17
|
64 |
+
msgid "Parent Sidebar:"
|
65 |
+
msgstr ""
|
66 |
+
|
67 |
+
#: includes/class-pojo-sidebars-db.php:18
|
68 |
+
msgid "Edit Sidebar"
|
69 |
+
msgstr "עריכת סיידבר"
|
70 |
+
|
71 |
+
#: includes/class-pojo-sidebars-db.php:19
|
72 |
+
msgid "Update Sidebar"
|
73 |
+
msgstr "עדכון סיידבר"
|
74 |
+
|
75 |
+
#: includes/class-pojo-sidebars-db.php:20
|
76 |
+
msgid "Add New Sidebar"
|
77 |
+
msgstr "הוספת סיידבר חדש"
|
78 |
+
|
79 |
+
#: includes/class-pojo-sidebars-db.php:21
|
80 |
+
msgid "New Sidebar Name"
|
81 |
+
msgstr "שם סיידבר חדש"
|
82 |
+
|
83 |
+
#: pojo-sidebars.php:55 pojo-sidebars.php:66
|
84 |
+
msgid "Cheatin’ huh?"
|
85 |
+
msgstr ""
|
languages/pojo-sidebars.pot
CHANGED
@@ -3,13 +3,12 @@
|
|
3 |
# This file is distributed under the same license as the PACKAGE package.
|
4 |
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
5 |
#
|
6 |
-
#: includes/class-pojo-sidebars-admin-ui.php:97
|
7 |
#, fuzzy
|
8 |
msgid ""
|
9 |
msgstr ""
|
10 |
-
"Project-Id-Version: pojo-sidebars 1.0.
|
11 |
"Report-Msgid-Bugs-To: \n"
|
12 |
-
"POT-Creation-Date: 2015-04-
|
13 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
14 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
15 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
@@ -33,7 +32,11 @@ msgid "Shortcode"
|
|
33 |
msgstr ""
|
34 |
|
35 |
#: includes/class-pojo-sidebars-admin-ui.php:96
|
36 |
-
msgid "The name of
|
|
|
|
|
|
|
|
|
37 |
msgstr ""
|
38 |
|
39 |
#: includes/class-pojo-sidebars-db.php:12
|
3 |
# This file is distributed under the same license as the PACKAGE package.
|
4 |
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
5 |
#
|
|
|
6 |
#, fuzzy
|
7 |
msgid ""
|
8 |
msgstr ""
|
9 |
+
"Project-Id-Version: pojo-sidebars 1.0.1\n"
|
10 |
"Report-Msgid-Bugs-To: \n"
|
11 |
+
"POT-Creation-Date: 2015-04-26 17:50+0300\n"
|
12 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
13 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
32 |
msgstr ""
|
33 |
|
34 |
#: includes/class-pojo-sidebars-admin-ui.php:96
|
35 |
+
msgid "The name of the widgets area"
|
36 |
+
msgstr ""
|
37 |
+
|
38 |
+
#: includes/class-pojo-sidebars-admin-ui.php:97
|
39 |
+
msgid "The description of the widgets area (optional)"
|
40 |
msgstr ""
|
41 |
|
42 |
#: includes/class-pojo-sidebars-db.php:12
|
pojo-sidebars.php
CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://pojo.me/
|
|
5 |
Description: Pojo Sidebars generates as many sidebars as you need. It then allows you to place them on any Post, Page or Custom Posts Type in your WordPress site.
|
6 |
Author: Pojo Team
|
7 |
Author URI: http://pojo.me/
|
8 |
-
Version: 1.0.
|
9 |
Text Domain: pojo-sidebars
|
10 |
Domain Path: /languages/
|
11 |
*/
|
5 |
Description: Pojo Sidebars generates as many sidebars as you need. It then allows you to place them on any Post, Page or Custom Posts Type in your WordPress site.
|
6 |
Author: Pojo Team
|
7 |
Author URI: http://pojo.me/
|
8 |
+
Version: 1.0.1
|
9 |
Text Domain: pojo-sidebars
|
10 |
Domain Path: /languages/
|
11 |
*/
|
readme.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
=== Pojo Sidebars ===
|
2 |
Contributors: pojo.me, KingYes, ariel.k
|
3 |
-
Tags:
|
4 |
Requires at least: 4.1
|
5 |
Tested up to: 4.2
|
6 |
-
Stable tag: 1.0.
|
7 |
License: GPLv2 or later
|
8 |
|
9 |
Pojo Sidebars generates as many sidebars as you need. It then allows you to place them on any Post, Page or Custom Posts Type in your WordPress site.
|
@@ -18,11 +18,11 @@ You can replace any sidebar with a different one by embedding it in the Text Edi
|
|
18 |
|
19 |
<strong>Display a sidebar using a built-in shortcode:</strong>
|
20 |
|
21 |
-
<code>[pojo-sidebar id="
|
22 |
|
23 |
<strong>Display a sidebar using a WordPress function:</strong>
|
24 |
|
25 |
-
<code><?php dynamic_sidebar( '
|
26 |
|
27 |
Would you like to like to contribute to Pojo Sidebars? You are more than welcome to submit your requests on the [GitHub repo](https://github.com/pojome/pojo-sidebars/). Also, if you have any notes about the code, please open a ticket on this issue tracker.
|
28 |
|
1 |
=== Pojo Sidebars ===
|
2 |
Contributors: pojo.me, KingYes, ariel.k
|
3 |
+
Tags: sidebar, sidebars, widgets area, widget area, widget, widgets, custom sidebar, custom sidebars, shortcode, dynamic sidebar, sidebar management, multiple sidebars
|
4 |
Requires at least: 4.1
|
5 |
Tested up to: 4.2
|
6 |
+
Stable tag: 1.0.1
|
7 |
License: GPLv2 or later
|
8 |
|
9 |
Pojo Sidebars generates as many sidebars as you need. It then allows you to place them on any Post, Page or Custom Posts Type in your WordPress site.
|
18 |
|
19 |
<strong>Display a sidebar using a built-in shortcode:</strong>
|
20 |
|
21 |
+
<code>[pojo-sidebar id="ID"]</code>
|
22 |
|
23 |
<strong>Display a sidebar using a WordPress function:</strong>
|
24 |
|
25 |
+
<code><?php dynamic_sidebar( 'pojo-sidebar-ID' ); ?></code>
|
26 |
|
27 |
Would you like to like to contribute to Pojo Sidebars? You are more than welcome to submit your requests on the [GitHub repo](https://github.com/pojome/pojo-sidebars/). Also, if you have any notes about the code, please open a ticket on this issue tracker.
|
28 |
|