Restrict Widgets - Version 1.1.4

Version Description

  • New: Introducing rw_option_display_name filter hook
  • Tweak: WPML not displaying page names in default site language
Download this release

Release Info

Developer dfactory
Plugin Icon 128x128 Restrict Widgets
Version 1.1.4
Comparing to
See all releases

Code changes from version 1.1.3 to 1.1.4

css/restrict-widgets-admin.css CHANGED
@@ -17,7 +17,7 @@
17
  .restrict-widgets .chzn-container-multi .chzn-choices .search-field input { height:24px; }
18
  .restrict-widgets .chzn-choices { border:1px solid #dfdfdf; padding: 0 5px 0 2px; min-height:26px; }
19
  .restrict-widgets .chzn-container-active .chzn-choices { border:1px solid #aaa; -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); }
20
- .restrict-widgets .chzn-drop { min-width: 100%;}
21
  .restrict-widgets .chzn-container-multi .chzn-choices { background:#fff; }
22
  .restrict-widgets .chzn-container-multi .chzn-choices .search-choice {
23
  background: -moz-linear-gradient(top, #f9f9f9 0%, #ececec 100%); /* FF3.6+ */
@@ -98,4 +98,4 @@
98
  #df-credits { float:right; font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif; font-style:italic; margin:15px 0 0; display:block; }
99
  #df-credits a { padding: 5px 0 0 7px; vertical-align:middle; }
100
 
101
- .widgets-holder-wrap .widgets-sortables { min-height:0!important; height:auto!important; }
17
  .restrict-widgets .chzn-container-multi .chzn-choices .search-field input { height:24px; }
18
  .restrict-widgets .chzn-choices { border:1px solid #dfdfdf; padding: 0 5px 0 2px; min-height:26px; }
19
  .restrict-widgets .chzn-container-active .chzn-choices { border:1px solid #aaa; -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); }
20
+ .restrict-widgets .chzn-drop { min-width: 100%; }
21
  .restrict-widgets .chzn-container-multi .chzn-choices { background:#fff; }
22
  .restrict-widgets .chzn-container-multi .chzn-choices .search-choice {
23
  background: -moz-linear-gradient(top, #f9f9f9 0%, #ececec 100%); /* FF3.6+ */
98
  #df-credits { float:right; font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif; font-style:italic; margin:15px 0 0; display:block; }
99
  #df-credits a { padding: 5px 0 0 7px; vertical-align:middle; }
100
 
101
+ .widgets-holder-wrap .widgets-sortables { min-height:0!important; height:auto!important; }
languages/restrict-widgets-cs_CZ.po CHANGED
@@ -1,269 +1,269 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Restrict Widgets v1.1.2\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-09-04 09:23+0100\n"
6
- "PO-Revision-Date: 2013-09-27 19:54:41+0000\n"
7
- "Last-Translator: \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=3; plural=n%100/10==1 ? 2 : n%10==1 ? 0 : (n+9)%10>3 ? 2 : 1;\n"
13
- "X-Generator: Poedit 1.5.7\n"
14
- "X-Poedit-Language: \n"
15
- "X-Poedit-Country: \n"
16
- "X-Poedit-SourceCharset: utf-8\n"
17
- "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;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
18
- "X-Poedit-Basepath: ../\n"
19
- "X-Poedit-Bookmarks: \n"
20
- "X-Poedit-SearchPath-0: .\n"
21
- "X-Textdomain-Support: yes"
22
-
23
- #: restrict-widgets.php:175
24
- #@ restrict-widgets
25
- msgid "Support"
26
- msgstr "Podpora"
27
-
28
- #: restrict-widgets.php:197
29
- #: restrict-widgets.php:1475
30
- #: restrict-widgets.php:1520
31
- #@ restrict-widgets
32
- #@ default
33
- msgid "Widgets"
34
- msgstr "Widgety"
35
-
36
- #: restrict-widgets.php:333
37
- #@ restrict-widgets
38
- msgid "Pages"
39
- msgstr "Stránky"
40
-
41
- #: restrict-widgets.php:334
42
- #@ restrict-widgets
43
- msgid "Custom Post Types"
44
- msgstr "Vlastní typy obsahu"
45
-
46
- #: restrict-widgets.php:335
47
- #@ restrict-widgets
48
- msgid "Custom Post Type Archives"
49
- msgstr "Archívy vlastních typů obsahu"
50
-
51
- #: restrict-widgets.php:336
52
- #@ restrict-widgets
53
- msgid "Categories"
54
- msgstr "Rubriky"
55
-
56
- #: restrict-widgets.php:337
57
- #@ restrict-widgets
58
- msgid "Taxonomies"
59
- msgstr "Taxonomie"
60
-
61
- #: restrict-widgets.php:338
62
- #@ restrict-widgets
63
- msgid "Others"
64
- msgstr "Ostatní"
65
-
66
- #: restrict-widgets.php:339
67
- #@ restrict-widgets
68
- msgid "Users"
69
- msgstr "Uživatelé"
70
-
71
- #: restrict-widgets.php:340
72
- #@ restrict-widgets
73
- msgid "Languages"
74
- msgstr "Jazyky"
75
-
76
- #: restrict-widgets.php:344
77
- #@ restrict-widgets
78
- msgid "Front Page"
79
- msgstr "Úvodní stránka"
80
-
81
- #: restrict-widgets.php:345
82
- #@ restrict-widgets
83
- msgid "Blog Page"
84
- msgstr "Seznam příspěvků"
85
-
86
- #: restrict-widgets.php:346
87
- #@ restrict-widgets
88
- msgid "Single Posts"
89
- msgstr "Jednotlivé příspěvky"
90
-
91
- #: restrict-widgets.php:347
92
- #@ restrict-widgets
93
- msgid "Sticky Posts"
94
- msgstr "Zvýrazněné příspěvky"
95
-
96
- #: restrict-widgets.php:348
97
- #@ restrict-widgets
98
- msgid "Author Archive"
99
- msgstr "Archív podle autora"
100
-
101
- #: restrict-widgets.php:349
102
- #@ restrict-widgets
103
- msgid "Date Archive"
104
- msgstr "Archív podle data"
105
-
106
- #: restrict-widgets.php:350
107
- #@ restrict-widgets
108
- msgid "404 Page"
109
- msgstr "Chybová stránka 404"
110
-
111
- #: restrict-widgets.php:351
112
- #@ restrict-widgets
113
- msgid "Search Page"
114
- msgstr "Výsledky vyhledávání"
115
-
116
- #: restrict-widgets.php:355
117
- #@ restrict-widgets
118
- msgid "Logged in users"
119
- msgstr "Přihlášení uživatelé"
120
-
121
- #: restrict-widgets.php:356
122
- #@ restrict-widgets
123
- msgid "Logged out users"
124
- msgstr "Odhlášení uživatelé"
125
-
126
- #: restrict-widgets.php:579
127
- #@ default
128
- msgid "Restrict widgets"
129
- msgstr ""
130
-
131
- #: restrict-widgets.php:583
132
- #@ restrict-widgets
133
- msgid "Use this settings to manage access to widgets page and to restrict availability of certain widgets, sidebars and widgets options to site administrators only."
134
- msgstr "Zde můžete nastavit přístup různých úrovní uživatelů ke stránce Widgety a omezit zobrazení jednotlivých widgetů, postranních panelů a možností widgetů pouze pro admnistrátora."
135
-
136
- #: restrict-widgets.php:586
137
- #@ restrict-widgets
138
- msgid "Restrict Users"
139
- msgstr "Omezení uživatelů"
140
-
141
- #: restrict-widgets.php:596
142
- #@ restrict-widgets
143
- msgid "Select user roles restricted to manage widgets."
144
- msgstr "Vyberte, které úrovně uživatelů mohou upravovat widgety."
145
-
146
- #: restrict-widgets.php:600
147
- #@ restrict-widgets
148
- msgid "Restrict Sidebars"
149
- msgstr "Omezení postranních panelů"
150
-
151
- #: restrict-widgets.php:615
152
- #@ restrict-widgets
153
- msgid "Select which sidebars will be restricted to admins only."
154
- msgstr "Vyberte, které postranní panely budou přístupné pouze pro administrátora."
155
-
156
- #: restrict-widgets.php:619
157
- #@ restrict-widgets
158
- msgid "Restrict Widgets"
159
- msgstr "Omezení widgetů"
160
-
161
- #: restrict-widgets.php:631
162
- #@ restrict-widgets
163
- msgid "Select which widgets will be restricted to admins only."
164
- msgstr "Vyberte, které widgety budou přístupné pouze pro administrátora."
165
-
166
- #: restrict-widgets.php:635
167
- #@ restrict-widgets
168
- msgid "Restrict Widget Options"
169
- msgstr "Omezení možností widgetů"
170
-
171
- #: restrict-widgets.php:645
172
- #@ restrict-widgets
173
- msgid "Select which widget options will be restricted to admins only."
174
- msgstr "Vyberte, které možnosti widgetů budou přístupné pouze pro administrátora."
175
-
176
- #: restrict-widgets.php:649
177
- #@ restrict-widgets
178
- msgid "Restrict Option Groups"
179
- msgstr "Zobrazení možností widgetů"
180
-
181
- #: restrict-widgets.php:652
182
- #@ restrict-widgets
183
- msgid "Display widget options in groups"
184
- msgstr "Sdružovat možnosti widgetů do skupin"
185
-
186
- #: restrict-widgets.php:656
187
- #@ restrict-widgets
188
- msgid "Modify is_active_sidebar()"
189
- msgstr "Modifikace is_active_sidebar()"
190
-
191
- #: restrict-widgets.php:659
192
- #@ restrict-widgets
193
- msgid "By default is_active_sidebar() function returns TRUE even if no widget is displayed in a sidebar. Check this if you want is_active_sidebar() to recognize Restrict Widgets display settings."
194
- msgstr "Funkce is_active_sidebar() vrací standardně hodnotu TRUE i v případě, že postranní panel neobsahuje žádný widget. Zaškrtněte, pokud chcete, aby funkce is_active_sidebar() rozpoznávala zobrazení widgetů, nastavené pluginem Restrict Widgets."
195
-
196
- #: restrict-widgets.php:663
197
- #@ restrict-widgets
198
- msgid "Plugin Deactivation"
199
- msgstr "Deaktivace pluginu"
200
-
201
- #: restrict-widgets.php:666
202
- #@ restrict-widgets
203
- msgid "Remove all plugin data on deactivation"
204
- msgstr "Smazat všechna nastavení při deaktivaci pluginu"
205
-
206
- #: restrict-widgets.php:670
207
- #@ restrict-widgets
208
- msgid "Save settings"
209
- msgstr "Uložit změny"
210
-
211
- #: restrict-widgets.php:844
212
- #: restrict-widgets.php:854
213
- #, php-format
214
- #@ restrict-widgets
215
- msgid "Single %s"
216
- msgstr "Jednotlivé %s"
217
-
218
- #: restrict-widgets.php:884
219
- #: restrict-widgets.php:894
220
- #, php-format
221
- #@ restrict-widgets
222
- msgid "%s Archive"
223
- msgstr "Archív %s"
224
-
225
- #: restrict-widgets.php:1125
226
- #@ restrict-widgets
227
- msgid "Display / Hide Widget"
228
- msgstr "Zobrazit / skrýt widget"
229
-
230
- #: restrict-widgets.php:1127
231
- #@ restrict-widgets
232
- msgid "Display widget on selected"
233
- msgstr "Zobrazit widget na stránkách"
234
-
235
- #: restrict-widgets.php:1128
236
- #@ restrict-widgets
237
- msgid "Hide widget on selected"
238
- msgstr "Skrýt widget na stránkách"
239
-
240
- #: restrict-widgets.php:761
241
- #@ restrict-widgets
242
- msgid "Select options"
243
- msgstr "Vyberte"
244
-
245
- #: restrict-widgets.php:762
246
- #@ restrict-widgets
247
- msgid "Select widgets"
248
- msgstr "Vyberte widgety"
249
-
250
- #: restrict-widgets.php:763
251
- #@ restrict-widgets
252
- msgid "Select widgets options"
253
- msgstr "Vyberte možnosti widgetů"
254
-
255
- #: restrict-widgets.php:764
256
- #@ restrict-widgets
257
- msgid "Select sidebars"
258
- msgstr "Vyberte postranní panely"
259
-
260
- #: restrict-widgets.php:765
261
- #@ restrict-widgets
262
- msgid "Select roles"
263
- msgstr "Vyberte úrovně uživatelů"
264
-
265
- #: restrict-widgets.php:766
266
- #@ restrict-widgets
267
- msgid "Select languages"
268
- msgstr "Vyberte jazyky"
269
-
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Restrict Widgets v1.1.2\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-09-04 09:23+0100\n"
6
+ "PO-Revision-Date: 2013-09-27 19:54:41+0000\n"
7
+ "Last-Translator: \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=3; plural=n%100/10==1 ? 2 : n%10==1 ? 0 : (n+9)%10>3 ? 2 : 1;\n"
13
+ "X-Generator: Poedit 1.5.7\n"
14
+ "X-Poedit-Language: \n"
15
+ "X-Poedit-Country: \n"
16
+ "X-Poedit-SourceCharset: utf-8\n"
17
+ "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;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
18
+ "X-Poedit-Basepath: ../\n"
19
+ "X-Poedit-Bookmarks: \n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+ "X-Textdomain-Support: yes"
22
+
23
+ #: restrict-widgets.php:175
24
+ #@ restrict-widgets
25
+ msgid "Support"
26
+ msgstr "Podpora"
27
+
28
+ #: restrict-widgets.php:197
29
+ #: restrict-widgets.php:1475
30
+ #: restrict-widgets.php:1520
31
+ #@ restrict-widgets
32
+ #@ default
33
+ msgid "Widgets"
34
+ msgstr "Widgety"
35
+
36
+ #: restrict-widgets.php:333
37
+ #@ restrict-widgets
38
+ msgid "Pages"
39
+ msgstr "Stránky"
40
+
41
+ #: restrict-widgets.php:334
42
+ #@ restrict-widgets
43
+ msgid "Custom Post Types"
44
+ msgstr "Vlastní typy obsahu"
45
+
46
+ #: restrict-widgets.php:335
47
+ #@ restrict-widgets
48
+ msgid "Custom Post Type Archives"
49
+ msgstr "Archívy vlastních typů obsahu"
50
+
51
+ #: restrict-widgets.php:336
52
+ #@ restrict-widgets
53
+ msgid "Categories"
54
+ msgstr "Rubriky"
55
+
56
+ #: restrict-widgets.php:337
57
+ #@ restrict-widgets
58
+ msgid "Taxonomies"
59
+ msgstr "Taxonomie"
60
+
61
+ #: restrict-widgets.php:338
62
+ #@ restrict-widgets
63
+ msgid "Others"
64
+ msgstr "Ostatní"
65
+
66
+ #: restrict-widgets.php:339
67
+ #@ restrict-widgets
68
+ msgid "Users"
69
+ msgstr "Uživatelé"
70
+
71
+ #: restrict-widgets.php:340
72
+ #@ restrict-widgets
73
+ msgid "Languages"
74
+ msgstr "Jazyky"
75
+
76
+ #: restrict-widgets.php:344
77
+ #@ restrict-widgets
78
+ msgid "Front Page"
79
+ msgstr "Úvodní stránka"
80
+
81
+ #: restrict-widgets.php:345
82
+ #@ restrict-widgets
83
+ msgid "Blog Page"
84
+ msgstr "Seznam příspěvků"
85
+
86
+ #: restrict-widgets.php:346
87
+ #@ restrict-widgets
88
+ msgid "Single Posts"
89
+ msgstr "Jednotlivé příspěvky"
90
+
91
+ #: restrict-widgets.php:347
92
+ #@ restrict-widgets
93
+ msgid "Sticky Posts"
94
+ msgstr "Zvýrazněné příspěvky"
95
+
96
+ #: restrict-widgets.php:348
97
+ #@ restrict-widgets
98
+ msgid "Author Archive"
99
+ msgstr "Archív podle autora"
100
+
101
+ #: restrict-widgets.php:349
102
+ #@ restrict-widgets
103
+ msgid "Date Archive"
104
+ msgstr "Archív podle data"
105
+
106
+ #: restrict-widgets.php:350
107
+ #@ restrict-widgets
108
+ msgid "404 Page"
109
+ msgstr "Chybová stránka 404"
110
+
111
+ #: restrict-widgets.php:351
112
+ #@ restrict-widgets
113
+ msgid "Search Page"
114
+ msgstr "Výsledky vyhledávání"
115
+
116
+ #: restrict-widgets.php:355
117
+ #@ restrict-widgets
118
+ msgid "Logged in users"
119
+ msgstr "Přihlášení uživatelé"
120
+
121
+ #: restrict-widgets.php:356
122
+ #@ restrict-widgets
123
+ msgid "Logged out users"
124
+ msgstr "Odhlášení uživatelé"
125
+
126
+ #: restrict-widgets.php:579
127
+ #@ default
128
+ msgid "Restrict widgets"
129
+ msgstr ""
130
+
131
+ #: restrict-widgets.php:583
132
+ #@ restrict-widgets
133
+ msgid "Use this settings to manage access to widgets page and to restrict availability of certain widgets, sidebars and widgets options to site administrators only."
134
+ msgstr "Zde můžete nastavit přístup různých úrovní uživatelů ke stránce Widgety a omezit zobrazení jednotlivých widgetů, postranních panelů a možností widgetů pouze pro admnistrátora."
135
+
136
+ #: restrict-widgets.php:586
137
+ #@ restrict-widgets
138
+ msgid "Restrict Users"
139
+ msgstr "Omezení uživatelů"
140
+
141
+ #: restrict-widgets.php:596
142
+ #@ restrict-widgets
143
+ msgid "Select user roles restricted to manage widgets."
144
+ msgstr "Vyberte, které úrovně uživatelů mohou upravovat widgety."
145
+
146
+ #: restrict-widgets.php:600
147
+ #@ restrict-widgets
148
+ msgid "Restrict Sidebars"
149
+ msgstr "Omezení postranních panelů"
150
+
151
+ #: restrict-widgets.php:615
152
+ #@ restrict-widgets
153
+ msgid "Select which sidebars will be restricted to admins only."
154
+ msgstr "Vyberte, které postranní panely budou přístupné pouze pro administrátora."
155
+
156
+ #: restrict-widgets.php:619
157
+ #@ restrict-widgets
158
+ msgid "Restrict Widgets"
159
+ msgstr "Omezení widgetů"
160
+
161
+ #: restrict-widgets.php:631
162
+ #@ restrict-widgets
163
+ msgid "Select which widgets will be restricted to admins only."
164
+ msgstr "Vyberte, které widgety budou přístupné pouze pro administrátora."
165
+
166
+ #: restrict-widgets.php:635
167
+ #@ restrict-widgets
168
+ msgid "Restrict Widget Options"
169
+ msgstr "Omezení možností widgetů"
170
+
171
+ #: restrict-widgets.php:645
172
+ #@ restrict-widgets
173
+ msgid "Select which widget options will be restricted to admins only."
174
+ msgstr "Vyberte, které možnosti widgetů budou přístupné pouze pro administrátora."
175
+
176
+ #: restrict-widgets.php:649
177
+ #@ restrict-widgets
178
+ msgid "Restrict Option Groups"
179
+ msgstr "Zobrazení možností widgetů"
180
+
181
+ #: restrict-widgets.php:652
182
+ #@ restrict-widgets
183
+ msgid "Display widget options in groups"
184
+ msgstr "Sdružovat možnosti widgetů do skupin"
185
+
186
+ #: restrict-widgets.php:656
187
+ #@ restrict-widgets
188
+ msgid "Modify is_active_sidebar()"
189
+ msgstr "Modifikace is_active_sidebar()"
190
+
191
+ #: restrict-widgets.php:659
192
+ #@ restrict-widgets
193
+ msgid "By default is_active_sidebar() function returns TRUE even if no widget is displayed in a sidebar. Check this if you want is_active_sidebar() to recognize Restrict Widgets display settings."
194
+ msgstr "Funkce is_active_sidebar() vrací standardně hodnotu TRUE i v případě, že postranní panel neobsahuje žádný widget. Zaškrtněte, pokud chcete, aby funkce is_active_sidebar() rozpoznávala zobrazení widgetů, nastavené pluginem Restrict Widgets."
195
+
196
+ #: restrict-widgets.php:663
197
+ #@ restrict-widgets
198
+ msgid "Plugin Deactivation"
199
+ msgstr "Deaktivace pluginu"
200
+
201
+ #: restrict-widgets.php:666
202
+ #@ restrict-widgets
203
+ msgid "Remove all plugin data on deactivation"
204
+ msgstr "Smazat všechna nastavení při deaktivaci pluginu"
205
+
206
+ #: restrict-widgets.php:670
207
+ #@ restrict-widgets
208
+ msgid "Save settings"
209
+ msgstr "Uložit změny"
210
+
211
+ #: restrict-widgets.php:844
212
+ #: restrict-widgets.php:854
213
+ #, php-format
214
+ #@ restrict-widgets
215
+ msgid "Single %s"
216
+ msgstr "Jednotlivé %s"
217
+
218
+ #: restrict-widgets.php:884
219
+ #: restrict-widgets.php:894
220
+ #, php-format
221
+ #@ restrict-widgets
222
+ msgid "%s Archive"
223
+ msgstr "Archív %s"
224
+
225
+ #: restrict-widgets.php:1125
226
+ #@ restrict-widgets
227
+ msgid "Display / Hide Widget"
228
+ msgstr "Zobrazit / skrýt widget"
229
+
230
+ #: restrict-widgets.php:1127
231
+ #@ restrict-widgets
232
+ msgid "Display widget on selected"
233
+ msgstr "Zobrazit widget na stránkách"
234
+
235
+ #: restrict-widgets.php:1128
236
+ #@ restrict-widgets
237
+ msgid "Hide widget on selected"
238
+ msgstr "Skrýt widget na stránkách"
239
+
240
+ #: restrict-widgets.php:761
241
+ #@ restrict-widgets
242
+ msgid "Select options"
243
+ msgstr "Vyberte"
244
+
245
+ #: restrict-widgets.php:762
246
+ #@ restrict-widgets
247
+ msgid "Select widgets"
248
+ msgstr "Vyberte widgety"
249
+
250
+ #: restrict-widgets.php:763
251
+ #@ restrict-widgets
252
+ msgid "Select widgets options"
253
+ msgstr "Vyberte možnosti widgetů"
254
+
255
+ #: restrict-widgets.php:764
256
+ #@ restrict-widgets
257
+ msgid "Select sidebars"
258
+ msgstr "Vyberte postranní panely"
259
+
260
+ #: restrict-widgets.php:765
261
+ #@ restrict-widgets
262
+ msgid "Select roles"
263
+ msgstr "Vyberte úrovně uživatelů"
264
+
265
+ #: restrict-widgets.php:766
266
+ #@ restrict-widgets
267
+ msgid "Select languages"
268
+ msgstr "Vyberte jazyky"
269
+
languages/restrict-widgets-pl_PL.po CHANGED
@@ -1,203 +1,203 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Restrict Widgets\n"
4
- "POT-Creation-Date: 2013-09-04 09:23+0100\n"
5
- "PO-Revision-Date: 2013-09-04 09:23+0100\n"
6
- "Last-Translator: Bartosz Arendt <info@digitalfactory.pl>\n"
7
- "Language-Team: dFactory <info@dfactory.eu>\n"
8
- "Language: English\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.5.7\n"
13
- "X-Poedit-KeywordsList: gettext;gettext_noop;__;_e\n"
14
- "X-Poedit-Basepath: .\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Poedit-SearchPath-0: ..\n"
17
-
18
- #: ../restrict-widgets.php:175
19
- msgid "Support"
20
- msgstr "Forum pomocy"
21
-
22
- #: ../restrict-widgets.php:197 ../restrict-widgets.php:1475
23
- #: ../restrict-widgets.php:1520
24
- msgid "Widgets"
25
- msgstr "Widgety"
26
-
27
- #: ../restrict-widgets.php:333
28
- msgid "Pages"
29
- msgstr "Strony"
30
-
31
- #: ../restrict-widgets.php:334
32
- msgid "Custom Post Types"
33
- msgstr "Własne typy wpisów"
34
-
35
- #: ../restrict-widgets.php:335
36
- msgid "Custom Post Type Archives"
37
- msgstr "Archiwa własnych typów wpisów"
38
-
39
- #: ../restrict-widgets.php:336
40
- msgid "Categories"
41
- msgstr "Kategorie"
42
-
43
- #: ../restrict-widgets.php:337
44
- msgid "Taxonomies"
45
- msgstr "Taksonomie"
46
-
47
- #: ../restrict-widgets.php:338
48
- msgid "Others"
49
- msgstr "Inne"
50
-
51
- #: ../restrict-widgets.php:339
52
- msgid "Users"
53
- msgstr "Użytkownicy"
54
-
55
- #: ../restrict-widgets.php:340
56
- msgid "Languages"
57
- msgstr "Języki"
58
-
59
- #: ../restrict-widgets.php:344
60
- msgid "Front Page"
61
- msgstr "Strona główna"
62
-
63
- #: ../restrict-widgets.php:345
64
- msgid "Blog Page"
65
- msgstr "Strona z wpisami"
66
-
67
- #: ../restrict-widgets.php:346
68
- msgid "Single Posts"
69
- msgstr "Pojedyncze wpisy"
70
-
71
- #: ../restrict-widgets.php:347
72
- msgid "Sticky Posts"
73
- msgstr "Wpisy przyklejone"
74
-
75
- #: ../restrict-widgets.php:348
76
- msgid "Author Archive"
77
- msgstr "Archiwum autora"
78
-
79
- #: ../restrict-widgets.php:349
80
- msgid "Date Archive"
81
- msgstr "Archiwum daty"
82
-
83
- #: ../restrict-widgets.php:350
84
- msgid "404 Page"
85
- msgstr "Strona błędów 404"
86
-
87
- #: ../restrict-widgets.php:351
88
- msgid "Search Page"
89
- msgstr "Strona wyszukiwania"
90
-
91
- #: ../restrict-widgets.php:355
92
- msgid "Logged in users"
93
- msgstr "Zalogowani użytkownicy"
94
-
95
- #: ../restrict-widgets.php:356
96
- msgid "Logged out users"
97
- msgstr "Wylogowani użytkownicy"
98
-
99
- #: ../restrict-widgets.php:579
100
- msgid "Restrict widgets"
101
- msgstr "Ograniczenia widgetów"
102
-
103
- #: ../restrict-widgets.php:583
104
- msgid ""
105
- "Use this settings to manage access to widgets page and to restrict "
106
- "availability of certain widgets, sidebars and widgets options to site "
107
- "administrators only."
108
- msgstr ""
109
- "Użyj tych ustawień aby określić kto może mieć dostęp do widgetów, jakie "
110
- "widgety, panele boczne i ustawienia widgetów są dostępne dla użytkowników a "
111
- "jakie tylko dla administratorów."
112
-
113
- #: ../restrict-widgets.php:586
114
- msgid "Restrict Users"
115
- msgstr "Ograniczenia użytkowników"
116
-
117
- #: ../restrict-widgets.php:596
118
- msgid "Select user roles restricted to manage widgets."
119
- msgstr "Wybierz role użytkowników, którzy mogą zarządzać widgetami."
120
-
121
- #: ../restrict-widgets.php:600
122
- msgid "Restrict Sidebars"
123
- msgstr "Ograniczenia paneli bocznych"
124
-
125
- #: ../restrict-widgets.php:615
126
- msgid "Select which sidebars will be restricted to admins only."
127
- msgstr "Wybierz panele boczne, które będą dostępne tylko dla administratorów."
128
-
129
- #: ../restrict-widgets.php:619
130
- msgid "Restrict Widgets"
131
- msgstr "Ograniczenia widgetów"
132
-
133
- #: ../restrict-widgets.php:631
134
- msgid "Select which widgets will be restricted to admins only."
135
- msgstr "Wybierz widgety, któe będą dostępne tylko dla administratorów."
136
-
137
- #: ../restrict-widgets.php:635
138
- msgid "Restrict Widget Options"
139
- msgstr "Ograniczenia opcji widgetów"
140
-
141
- #: ../restrict-widgets.php:645
142
- msgid "Select which widget options will be restricted to admins only."
143
- msgstr "Wybierz które opcje widgetów, będą dostępne tylko dla administratorów."
144
-
145
- #: ../restrict-widgets.php:649
146
- msgid "Restrict Option Groups"
147
- msgstr "Ograniczenia grup opcji"
148
-
149
- #: ../restrict-widgets.php:652
150
- msgid "Display widget options in groups"
151
- msgstr "Wyświetl opcje widgetów w grupach"
152
-
153
- #: ../restrict-widgets.php:656
154
- msgid "Modify is_active_sidebar()"
155
- msgstr "Modyfikuj is_active_sidebar()"
156
-
157
- #: ../restrict-widgets.php:659
158
- msgid ""
159
- "By default is_active_sidebar() function returns TRUE even if no widget is "
160
- "displayed in a sidebar. Check this if you want is_active_sidebar() to "
161
- "recognize Restrict Widgets display settings."
162
- msgstr ""
163
- "Domyślnie funkcja is_active_sidebar() zwraca TRUE navet jeśli w danym "
164
- "sidebarze nie jest wyświetlany żaden widget. Zaznacz to, jeśli chcesz aby "
165
- "is_active_sidebar() rozpoznawało ustawienia wyświetlania dodawane przez tę "
166
- "wtyczkę."
167
-
168
- #: ../restrict-widgets.php:663
169
- msgid "Plugin Deactivation"
170
- msgstr "Deaktywacja wtyczki"
171
-
172
- #: ../restrict-widgets.php:666
173
- msgid "Remove all plugin data on deactivation"
174
- msgstr "Usuń wszystkie dane wtyczki podczas deaktywacji"
175
-
176
- #: ../restrict-widgets.php:670
177
- msgid "Save settings"
178
- msgstr "Zapisz ustawienia"
179
-
180
- #: ../restrict-widgets.php:844 ../restrict-widgets.php:854
181
- #, php-format
182
- msgid "Single %s"
183
- msgstr "Pojedyncze %s"
184
-
185
- #: ../restrict-widgets.php:884 ../restrict-widgets.php:894
186
- #, php-format
187
- msgid "%s Archive"
188
- msgstr "Archiwum %s"
189
-
190
- #: ../restrict-widgets.php:1125
191
- msgid "Display / Hide Widget"
192
- msgstr "Wyświetl / Ukryj widget"
193
-
194
- #: ../restrict-widgets.php:1127
195
- msgid "Display widget on selected"
196
- msgstr "Wyświetl widget na wybranych stronach"
197
-
198
- #: ../restrict-widgets.php:1128
199
- msgid "Hide widget on selected"
200
- msgstr "Ukryj widget na wybranych stronach"
201
-
202
- #~ msgid "Created by"
203
- #~ msgstr "Stworzone przez"
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Restrict Widgets\n"
4
+ "POT-Creation-Date: 2013-09-04 09:23+0100\n"
5
+ "PO-Revision-Date: 2013-09-04 09:23+0100\n"
6
+ "Last-Translator: Bartosz Arendt <info@digitalfactory.pl>\n"
7
+ "Language-Team: dFactory <info@dfactory.eu>\n"
8
+ "Language: English\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.5.7\n"
13
+ "X-Poedit-KeywordsList: gettext;gettext_noop;__;_e\n"
14
+ "X-Poedit-Basepath: .\n"
15
+ "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Poedit-SearchPath-0: ..\n"
17
+
18
+ #: ../restrict-widgets.php:175
19
+ msgid "Support"
20
+ msgstr "Forum pomocy"
21
+
22
+ #: ../restrict-widgets.php:197 ../restrict-widgets.php:1475
23
+ #: ../restrict-widgets.php:1520
24
+ msgid "Widgets"
25
+ msgstr "Widgety"
26
+
27
+ #: ../restrict-widgets.php:333
28
+ msgid "Pages"
29
+ msgstr "Strony"
30
+
31
+ #: ../restrict-widgets.php:334
32
+ msgid "Custom Post Types"
33
+ msgstr "Własne typy wpisów"
34
+
35
+ #: ../restrict-widgets.php:335
36
+ msgid "Custom Post Type Archives"
37
+ msgstr "Archiwa własnych typów wpisów"
38
+
39
+ #: ../restrict-widgets.php:336
40
+ msgid "Categories"
41
+ msgstr "Kategorie"
42
+
43
+ #: ../restrict-widgets.php:337
44
+ msgid "Taxonomies"
45
+ msgstr "Taksonomie"
46
+
47
+ #: ../restrict-widgets.php:338
48
+ msgid "Others"
49
+ msgstr "Inne"
50
+
51
+ #: ../restrict-widgets.php:339
52
+ msgid "Users"
53
+ msgstr "Użytkownicy"
54
+
55
+ #: ../restrict-widgets.php:340
56
+ msgid "Languages"
57
+ msgstr "Języki"
58
+
59
+ #: ../restrict-widgets.php:344
60
+ msgid "Front Page"
61
+ msgstr "Strona główna"
62
+
63
+ #: ../restrict-widgets.php:345
64
+ msgid "Blog Page"
65
+ msgstr "Strona z wpisami"
66
+
67
+ #: ../restrict-widgets.php:346
68
+ msgid "Single Posts"
69
+ msgstr "Pojedyncze wpisy"
70
+
71
+ #: ../restrict-widgets.php:347
72
+ msgid "Sticky Posts"
73
+ msgstr "Wpisy przyklejone"
74
+
75
+ #: ../restrict-widgets.php:348
76
+ msgid "Author Archive"
77
+ msgstr "Archiwum autora"
78
+
79
+ #: ../restrict-widgets.php:349
80
+ msgid "Date Archive"
81
+ msgstr "Archiwum daty"
82
+
83
+ #: ../restrict-widgets.php:350
84
+ msgid "404 Page"
85
+ msgstr "Strona błędów 404"
86
+
87
+ #: ../restrict-widgets.php:351
88
+ msgid "Search Page"
89
+ msgstr "Strona wyszukiwania"
90
+
91
+ #: ../restrict-widgets.php:355
92
+ msgid "Logged in users"
93
+ msgstr "Zalogowani użytkownicy"
94
+
95
+ #: ../restrict-widgets.php:356
96
+ msgid "Logged out users"
97
+ msgstr "Wylogowani użytkownicy"
98
+
99
+ #: ../restrict-widgets.php:579
100
+ msgid "Restrict widgets"
101
+ msgstr "Ograniczenia widgetów"
102
+
103
+ #: ../restrict-widgets.php:583
104
+ msgid ""
105
+ "Use this settings to manage access to widgets page and to restrict "
106
+ "availability of certain widgets, sidebars and widgets options to site "
107
+ "administrators only."
108
+ msgstr ""
109
+ "Użyj tych ustawień aby określić kto może mieć dostęp do widgetów, jakie "
110
+ "widgety, panele boczne i ustawienia widgetów są dostępne dla użytkowników a "
111
+ "jakie tylko dla administratorów."
112
+
113
+ #: ../restrict-widgets.php:586
114
+ msgid "Restrict Users"
115
+ msgstr "Ograniczenia użytkowników"
116
+
117
+ #: ../restrict-widgets.php:596
118
+ msgid "Select user roles restricted to manage widgets."
119
+ msgstr "Wybierz role użytkowników, którzy mogą zarządzać widgetami."
120
+
121
+ #: ../restrict-widgets.php:600
122
+ msgid "Restrict Sidebars"
123
+ msgstr "Ograniczenia paneli bocznych"
124
+
125
+ #: ../restrict-widgets.php:615
126
+ msgid "Select which sidebars will be restricted to admins only."
127
+ msgstr "Wybierz panele boczne, które będą dostępne tylko dla administratorów."
128
+
129
+ #: ../restrict-widgets.php:619
130
+ msgid "Restrict Widgets"
131
+ msgstr "Ograniczenia widgetów"
132
+
133
+ #: ../restrict-widgets.php:631
134
+ msgid "Select which widgets will be restricted to admins only."
135
+ msgstr "Wybierz widgety, któe będą dostępne tylko dla administratorów."
136
+
137
+ #: ../restrict-widgets.php:635
138
+ msgid "Restrict Widget Options"
139
+ msgstr "Ograniczenia opcji widgetów"
140
+
141
+ #: ../restrict-widgets.php:645
142
+ msgid "Select which widget options will be restricted to admins only."
143
+ msgstr "Wybierz które opcje widgetów, będą dostępne tylko dla administratorów."
144
+
145
+ #: ../restrict-widgets.php:649
146
+ msgid "Restrict Option Groups"
147
+ msgstr "Ograniczenia grup opcji"
148
+
149
+ #: ../restrict-widgets.php:652
150
+ msgid "Display widget options in groups"
151
+ msgstr "Wyświetl opcje widgetów w grupach"
152
+
153
+ #: ../restrict-widgets.php:656
154
+ msgid "Modify is_active_sidebar()"
155
+ msgstr "Modyfikuj is_active_sidebar()"
156
+
157
+ #: ../restrict-widgets.php:659
158
+ msgid ""
159
+ "By default is_active_sidebar() function returns TRUE even if no widget is "
160
+ "displayed in a sidebar. Check this if you want is_active_sidebar() to "
161
+ "recognize Restrict Widgets display settings."
162
+ msgstr ""
163
+ "Domyślnie funkcja is_active_sidebar() zwraca TRUE navet jeśli w danym "
164
+ "sidebarze nie jest wyświetlany żaden widget. Zaznacz to, jeśli chcesz aby "
165
+ "is_active_sidebar() rozpoznawało ustawienia wyświetlania dodawane przez tę "
166
+ "wtyczkę."
167
+
168
+ #: ../restrict-widgets.php:663
169
+ msgid "Plugin Deactivation"
170
+ msgstr "Deaktywacja wtyczki"
171
+
172
+ #: ../restrict-widgets.php:666
173
+ msgid "Remove all plugin data on deactivation"
174
+ msgstr "Usuń wszystkie dane wtyczki podczas deaktywacji"
175
+
176
+ #: ../restrict-widgets.php:670
177
+ msgid "Save settings"
178
+ msgstr "Zapisz ustawienia"
179
+
180
+ #: ../restrict-widgets.php:844 ../restrict-widgets.php:854
181
+ #, php-format
182
+ msgid "Single %s"
183
+ msgstr "Pojedyncze %s"
184
+
185
+ #: ../restrict-widgets.php:884 ../restrict-widgets.php:894
186
+ #, php-format
187
+ msgid "%s Archive"
188
+ msgstr "Archiwum %s"
189
+
190
+ #: ../restrict-widgets.php:1125
191
+ msgid "Display / Hide Widget"
192
+ msgstr "Wyświetl / Ukryj widget"
193
+
194
+ #: ../restrict-widgets.php:1127
195
+ msgid "Display widget on selected"
196
+ msgstr "Wyświetl widget na wybranych stronach"
197
+
198
+ #: ../restrict-widgets.php:1128
199
+ msgid "Hide widget on selected"
200
+ msgstr "Ukryj widget na wybranych stronach"
201
+
202
+ #~ msgid "Created by"
203
+ #~ msgstr "Stworzone przez"
languages/restrict-widgets-zh_CN.po CHANGED
@@ -1,468 +1,468 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: restrict-widgets-zh_CN\n"
4
- "POT-Creation-Date: 2013-06-18 08:22+0800\n"
5
- "PO-Revision-Date: \n"
6
- "Last-Translator: 倡萌@WordPress大学 <admin@cmhello.com>\n"
7
- "Language-Team: 倡萌@WordPress大学 <admin@cmhello.com>\n"
8
- "Language: zh_CN\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.5.5\n"
13
- "Plural-Forms: nplurals=2; plural=(n!=1);\n"
14
- "X-Poedit-SourceCharset: UTF-8\n"
15
- "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c\n"
16
- "X-Poedit-Basepath: .\n"
17
- "X-Poedit-SearchPath-0: ..\n"
18
-
19
- #: ../restrict-widgets.php:103
20
- msgid "Support"
21
- msgstr "支持"
22
-
23
- #: ../restrict-widgets.php:125 ../restrict-widgets.php:1436
24
- #: ../restrict-widgets.php:1481
25
- msgid "Widgets"
26
- msgstr "小工具"
27
-
28
- #: ../restrict-widgets.php:261
29
- msgid "Pages"
30
- msgstr "页面"
31
-
32
- #: ../restrict-widgets.php:262
33
- msgid "Custom Post Types"
34
- msgstr "自定义文章类型"
35
-
36
- #: ../restrict-widgets.php:263
37
- msgid "Custom Post Type Archives"
38
- msgstr "自定义文章类型存档页"
39
-
40
- #: ../restrict-widgets.php:264
41
- msgid "Categories"
42
- msgstr "分类"
43
-
44
- #: ../restrict-widgets.php:265
45
- msgid "Taxonomies"
46
- msgstr "分类法"
47
-
48
- #: ../restrict-widgets.php:266
49
- msgid "Others"
50
- msgstr "其他"
51
-
52
- #: ../restrict-widgets.php:267
53
- msgid "Users"
54
- msgstr "用户"
55
-
56
- #: ../restrict-widgets.php:268
57
- msgid "Languages"
58
- msgstr "语言"
59
-
60
- #: ../restrict-widgets.php:272
61
- msgid "Front Page"
62
- msgstr "主页"
63
-
64
- #: ../restrict-widgets.php:273
65
- msgid "Blog Page"
66
- msgstr "博客页面"
67
-
68
- #: ../restrict-widgets.php:274
69
- msgid "Single Posts"
70
- msgstr "所有文章"
71
-
72
- #: ../restrict-widgets.php:275
73
- msgid "Sticky Posts"
74
- msgstr "置顶文章"
75
-
76
- #: ../restrict-widgets.php:276
77
- msgid "Author Archive"
78
- msgstr "作者存档页"
79
-
80
- #: ../restrict-widgets.php:277
81
- msgid "Date Archive"
82
- msgstr "日期存档页"
83
-
84
- #: ../restrict-widgets.php:278
85
- msgid "404 Page"
86
- msgstr "404页面"
87
-
88
- #: ../restrict-widgets.php:279
89
- msgid "Search Page"
90
- msgstr "搜索结果页面"
91
-
92
- #: ../restrict-widgets.php:283
93
- msgid "Logged in users"
94
- msgstr "已登录用户"
95
-
96
- #: ../restrict-widgets.php:284
97
- msgid "Logged out users"
98
- msgstr "未登录用户"
99
-
100
- #: ../restrict-widgets.php:505
101
- msgid "Restrict widgets"
102
- msgstr "限制小工具"
103
-
104
- #: ../restrict-widgets.php:509
105
- msgid ""
106
- "Use this settings to manage access to widgets page and to restrict "
107
- "availability of certain widgets, sidebars and widgets options to site "
108
- "administrators only."
109
- msgstr ""
110
- "通过下面的设置,来管理小工具页面的访问权限,以及限制管理员使用哪些侧边栏区"
111
- "域、小工具、小工具选项等。"
112
-
113
- #: ../restrict-widgets.php:512
114
- msgid "Restrict Users"
115
- msgstr "限制用户"
116
-
117
- #: ../restrict-widgets.php:522
118
- msgid "Select user roles restricted to manage widgets."
119
- msgstr "选择限制用户角色管理小工具"
120
-
121
- #: ../restrict-widgets.php:526
122
- msgid "Restrict Sidebars"
123
- msgstr "限制侧边栏"
124
-
125
- #: ../restrict-widgets.php:541
126
- msgid "Select which sidebars will be restricted to admins only."
127
- msgstr "选择限制管理员使用哪些侧边栏区域"
128
-
129
- #: ../restrict-widgets.php:545
130
- msgid "Restrict Widgets"
131
- msgstr "限制小工具"
132
-
133
- #: ../restrict-widgets.php:557
134
- msgid "Select which widgets will be restricted to admins only."
135
- msgstr "选择限制管理员使用哪些小工具"
136
-
137
- #: ../restrict-widgets.php:561
138
- msgid "Restrict Widget Options"
139
- msgstr "限制小工具选项"
140
-
141
- #: ../restrict-widgets.php:571
142
- msgid "Select which widget options will be restricted to admins only."
143
- msgstr "选择限制管理员使用哪些小工具选项"
144
-
145
- #: ../restrict-widgets.php:575
146
- msgid "Restrict Option Groups"
147
- msgstr "限制选项组"
148
-
149
- #: ../restrict-widgets.php:578
150
- msgid "Display widget options in groups"
151
- msgstr "分组显示小工具选项"
152
-
153
- #: ../restrict-widgets.php:582
154
- msgid "Plugin Deactivation"
155
- msgstr "插件停用"
156
-
157
- #: ../restrict-widgets.php:585
158
- msgid "Remove all plugin data on deactivation"
159
- msgstr "停用该插件时,删除该插件数据"
160
-
161
- #: ../restrict-widgets.php:589
162
- msgid "Save settings"
163
- msgstr "保存设置"
164
-
165
- #: ../restrict-widgets.php:590
166
- msgid "Created by"
167
- msgstr ""
168
- "简体中文支持:<a href=\"http://www.cmhello.com\" target=\"_blank\">倡萌 </a> "
169
- "@<a href=\"http://www.wpdaxue.com\" target=\"_blank\">WordPress大学</a> | "
170
- "开发者:"
171
-
172
- #: ../restrict-widgets.php:764 ../restrict-widgets.php:774
173
- #, php-format
174
- msgid "Single %s"
175
- msgstr "单个 %s"
176
-
177
- #: ../restrict-widgets.php:804 ../restrict-widgets.php:814
178
- #, php-format
179
- msgid "%s Archive"
180
- msgstr "%s 存档页"
181
-
182
- #: ../restrict-widgets.php:1045
183
- msgid "Display / Hide Widget"
184
- msgstr "显示/隐藏小工具"
185
-
186
- #: ../restrict-widgets.php:1047
187
- msgid "Display widget on selected"
188
- msgstr "在所选项显示小工具"
189
-
190
- #: ../restrict-widgets.php:1048
191
- msgid "Hide widget on selected"
192
- msgstr "在所选项隐藏小工具"
193
-
194
- #~ msgid "Friends Notifications"
195
- #~ msgstr "好友通知"
196
-
197
- #~ msgid "Email Notification"
198
- #~ msgstr "邮件通知"
199
-
200
- #~ msgid "Yes"
201
- #~ msgstr "是"
202
-
203
- #~ msgid "No"
204
- #~ msgstr "否"
205
-
206
- #~ msgid "Receive an email when someone adds you as a friend"
207
- #~ msgstr "当有人添加你为好友,发送邮件通知"
208
-
209
- #~ msgid "Friends"
210
- #~ msgstr "好友"
211
-
212
- #~ msgid "Find Friends"
213
- #~ msgstr "找好友"
214
-
215
- #~ msgid "Friend Requests"
216
- #~ msgstr "好友请求"
217
-
218
- #~ msgid "Friends Settings"
219
- #~ msgstr "好友设置"
220
-
221
- #~ msgid "Cheatin&#8217; uh?"
222
- #~ msgstr "不忠&#8217; 呃?"
223
-
224
- #~ msgid "Friend Removed"
225
- #~ msgstr "删除好友"
226
-
227
- #~ msgid "Friend will be added pending approval."
228
- #~ msgstr "好友将在审核同意后添加"
229
-
230
- #~ msgid "Friend Request Approved"
231
- #~ msgstr "好友请求已同意"
232
-
233
- #~ msgid "Friend Request Rejected"
234
- #~ msgstr "好友请求被拒绝"
235
-
236
- #~ msgid "Quick Message Success."
237
- #~ msgstr "信息发送成功"
238
-
239
- #~ msgid "Quick Message Failed."
240
- #~ msgstr "信息发送失败"
241
-
242
- #~ msgid "Settings saved"
243
- #~ msgstr "保存设置"
244
-
245
- #~ msgid "Email Request Template"
246
- #~ msgstr "邮件请求模板"
247
-
248
- #~ msgid "Email Approval Template"
249
- #~ msgstr "邮件同意模板"
250
-
251
- #~ msgid "Email Rejection Template"
252
- #~ msgstr "邮件拒绝模板"
253
-
254
- #~ msgid ""
255
- #~ "The Friends plugin lets users connect with other users within the "
256
- #~ "WordPress Multisite environment. Once connected friends can send message "
257
- #~ "to each other. Also available is a handy widget to display a user's "
258
- #~ "friends listing"
259
- #~ msgstr ""
260
- #~ "这个好友插件可以让多站点之间的用户相互联系。一旦成为好友,就可以相互间发送"
261
- #~ "信息。当然,也包含一个不错的小工具,用来显示用户的好友列表。"
262
-
263
- #~ msgid ""
264
- #~ "The Friends listing page will show all user your have connections with. "
265
- #~ "From the listing you can send messages to users. Also you can remove "
266
- #~ "users who may have become unfriendly."
267
- #~ msgstr ""
268
- #~ "好友列表页面将显示你所添加的所有好友,你可以通过这个页面给好友发送信息,你"
269
- #~ "还可以删除那些不友好的用户。"
270
-
271
- #~ msgid "<strong>Friend</strong> - This is the user's display name."
272
- #~ msgstr "<strong>好友</strong> - 用户的昵称"
273
-
274
- #~ msgid "<strong>Avatar</strong> - The user's avatar"
275
- #~ msgstr "<strong>头像</strong> - 用户的头像"
276
-
277
- #~ msgid ""
278
- #~ "<strong>Send Message</strong> - Once you are connected to other friends "
279
- #~ "you can send them messages."
280
- #~ msgstr ""
281
- #~ "<strong>发送信息</strong> - 一旦你成功添加对方为好友,就可以给他们发送信息"
282
-
283
- #~ msgid "<strong>View Blog</strong> - View the user's blog"
284
- #~ msgstr "<strong>查看博客</strong> - 查看用户博客"
285
-
286
- #~ msgid "<strong>Remove</strong> - Allows you to remove the user as a friend."
287
- #~ msgstr "<strong>移除</strong> - 允许你删除好友"
288
-
289
- #~ msgid ""
290
- #~ "Using the search on this page you can search for other users within this "
291
- #~ "Multisite system. You can locate other user by searching for Name, Login "
292
- #~ "or Email. Click the Search button and all matching users will be listed. "
293
- #~ "Beside each user will be an Add link which will create a request to the "
294
- #~ "user. The user will need to accept the request to complete the friend "
295
- #~ "connection. Within the list if you see Pending instead of Add this means "
296
- #~ "the friend request has already been sent to this user."
297
- #~ msgstr ""
298
- #~ "通过这个页面搜索,你可以找到这个多站点网络中的其他用户。输入用户姓名、登录"
299
- #~ "名或电子邮件,点击“搜索”按钮,就可以显示符合条件的用户。每个用户都有一"
300
- #~ "个“加为好友”的链接,你可以快速提交好友申请,对方审核通过后就可以了。如果在"
301
- #~ "列表显示“审核中”,而不是“加为好友”,意味着你已经给该用户发送了好友请求。"
302
-
303
- #~ msgid ""
304
- #~ "When another user requests you to be their friend they will be listed on "
305
- #~ "this page. To complete the friend connection you must approve the "
306
- #~ "request. You may also opt to reject the request."
307
- #~ msgstr ""
308
- #~ "当其他用户求情加你为好友时,他们会显示在这个页面。你可以审核同意或者拒绝请"
309
- #~ "求。"
310
-
311
- #~ msgid ""
312
- #~ "This page contains various metaboxes to let you control the email "
313
- #~ "templates used during the friend connection processing."
314
- #~ msgstr ""
315
- #~ "该页面包含各种 Meta 模块,你可以通过它们设计邮件模板,以便在好友链接管理中"
316
- #~ "使用。"
317
-
318
- #~ msgid ""
319
- #~ "<strong>Email Request Template</strong> - This template contains the "
320
- #~ "Subject and Content used when one user requests to be friend's with "
321
- #~ "another user. "
322
- #~ msgstr ""
323
- #~ "<strong>邮件请求模板</strong> - 这个模板是给用户发送好友请求时用的,可以定"
324
- #~ "义邮件主题和内容。"
325
-
326
- #~ msgid ""
327
- #~ "<strong>Email Approval Template</strong> - This template contains the "
328
- #~ "Subject and Content used when one user approves a friend request from "
329
- #~ "another user. "
330
- #~ msgstr ""
331
- #~ "<strong>邮件同意模板</strong> - 这个模板是给用户同意好友请求时用的,可以定"
332
- #~ "义邮件主题和内容。"
333
-
334
- #~ msgid ""
335
- #~ "<strong>Email Rejection Template</strong> - This template contains the "
336
- #~ "Subject and Content used when one user rejects a friend request from "
337
- #~ "another user. "
338
- #~ msgstr ""
339
- #~ "<strong>邮件拒绝模板</strong> - 这个模板是给用户拒绝好友请求时用的,可以定"
340
- #~ "义邮件主题和内容。"
341
-
342
- #~ msgid "Overview"
343
- #~ msgstr "预览"
344
-
345
- #~ msgid "Friend Request"
346
- #~ msgstr "好友请求"
347
-
348
- #~ msgid "Previous Page"
349
- #~ msgstr "上一页"
350
-
351
- #~ msgid "Friend"
352
- #~ msgstr "好友"
353
-
354
- #~ msgid "Avatar"
355
- #~ msgstr "头像"
356
-
357
- #~ msgid "Actions"
358
- #~ msgstr "操作"
359
-
360
- #~ msgid "Send Message"
361
- #~ msgstr "发送信息"
362
-
363
- #~ msgid "View Blog"
364
- #~ msgstr "查看博客"
365
-
366
- #~ msgid "Remove"
367
- #~ msgstr "删除"
368
-
369
- #~ msgid "Your friends list is currently empty"
370
- #~ msgstr "你的好友列表目前是空的"
371
-
372
- #~ msgid "Send Message To"
373
- #~ msgstr "发送信息给"
374
-
375
- #~ msgid "Quick Message"
376
- #~ msgstr "快捷信息"
377
-
378
- #~ msgid "Message"
379
- #~ msgstr "信息"
380
-
381
- #~ msgid "Send"
382
- #~ msgstr "发送"
383
-
384
- #~ msgid "Search by friends display name, username or email address"
385
- #~ msgstr "通过好友的姓名、用户名或邮箱进行搜索"
386
-
387
- #~ msgid "Show existing friends"
388
- #~ msgstr "显示已有好友"
389
-
390
- #~ msgid "Pending"
391
- #~ msgstr "审核中"
392
-
393
- #~ msgid "Add"
394
- #~ msgstr "加为好友"
395
-
396
- #~ msgid "Nothing found"
397
- #~ msgstr "没有相关内容"
398
-
399
- #~ msgid "ID"
400
- #~ msgstr "ID"
401
-
402
- #~ msgid "Approve"
403
- #~ msgstr "同意"
404
-
405
- #~ msgid "Reject"
406
- #~ msgstr "拒绝"
407
-
408
- #~ msgid "No pending Friend requests"
409
- #~ msgstr "没有待审的好友请求"
410
-
411
- #~ msgctxt "Friends Plugin Page Title"
412
- #~ msgid "Friends Settings"
413
- #~ msgstr "好友设置"
414
-
415
- #~ msgid ""
416
- #~ "This Email template is used when one user requests to be friends with "
417
- #~ "another user."
418
- #~ msgstr "这个邮件模板是用来给用户发送好友请求时用的"
419
-
420
- #~ msgid "Save Changes"
421
- #~ msgstr "保存更改"
422
-
423
- #~ msgid "Reset to Default"
424
- #~ msgstr "恢复默认"
425
-
426
- #~ msgid ""
427
- #~ "This Email template is used when a user receives a request from another "
428
- #~ "user to become friends. And the user approves the friend request."
429
- #~ msgstr ""
430
- #~ "这个邮件模板是当一个用户接收到其他用户的好友请求,用户同意请求时用的。"
431
-
432
- #~ msgid ""
433
- #~ "This Email template is used when a user receives a request from another "
434
- #~ "user to become friends. And the user reject the friend request."
435
- #~ msgstr ""
436
- #~ "这个邮件模板是当一个用户接收到其他用户的好友请求,用户拒绝请求时用的。"
437
-
438
- #~ msgid ""
439
- #~ "Instructions: Use the following replaceable tokens in your message. These "
440
- #~ "will be replaced with the real information for user, site, content, etc.. "
441
- #~ "Note all tokens are wrapped in square brackets."
442
- #~ msgstr ""
443
- #~ "说明:在信息中使用以下可用变量,它们将在邮件中被替换为真正的用户、网站、内"
444
- #~ "容 等。注意:所有的变量都要放在方括号[ ]中。"
445
-
446
- #~ msgid "The name of the sender's primary site"
447
- #~ msgstr "发件人的主站点的名称"
448
-
449
- #~ msgid "The URL of the sender's primary site"
450
- #~ msgstr "发件人的主站点的URL"
451
-
452
- #~ msgid "The user name requesting friendship."
453
- #~ msgstr "好友请求的用户名"
454
-
455
- #~ msgid "The user name being friended."
456
- #~ msgstr "好友的用户名"
457
-
458
- #~ msgid "The TO_USER primary site admin page for the Friend Request."
459
- #~ msgstr "好友请求的TO_USER主站点的管理页面"
460
-
461
- #~ msgid "Display"
462
- #~ msgstr "显示"
463
-
464
- #~ msgid "Mosaic"
465
- #~ msgstr "嵌套"
466
-
467
- #~ msgid "List"
468
- #~ msgstr "列表"
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: restrict-widgets-zh_CN\n"
4
+ "POT-Creation-Date: 2013-06-18 08:22+0800\n"
5
+ "PO-Revision-Date: \n"
6
+ "Last-Translator: 倡萌@WordPress大学 <admin@cmhello.com>\n"
7
+ "Language-Team: 倡萌@WordPress大学 <admin@cmhello.com>\n"
8
+ "Language: zh_CN\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.5.5\n"
13
+ "Plural-Forms: nplurals=2; plural=(n!=1);\n"
14
+ "X-Poedit-SourceCharset: UTF-8\n"
15
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c\n"
16
+ "X-Poedit-Basepath: .\n"
17
+ "X-Poedit-SearchPath-0: ..\n"
18
+
19
+ #: ../restrict-widgets.php:103
20
+ msgid "Support"
21
+ msgstr "支持"
22
+
23
+ #: ../restrict-widgets.php:125 ../restrict-widgets.php:1436
24
+ #: ../restrict-widgets.php:1481
25
+ msgid "Widgets"
26
+ msgstr "小工具"
27
+
28
+ #: ../restrict-widgets.php:261
29
+ msgid "Pages"
30
+ msgstr "页面"
31
+
32
+ #: ../restrict-widgets.php:262
33
+ msgid "Custom Post Types"
34
+ msgstr "自定义文章类型"
35
+
36
+ #: ../restrict-widgets.php:263
37
+ msgid "Custom Post Type Archives"
38
+ msgstr "自定义文章类型存档页"
39
+
40
+ #: ../restrict-widgets.php:264
41
+ msgid "Categories"
42
+ msgstr "分类"
43
+
44
+ #: ../restrict-widgets.php:265
45
+ msgid "Taxonomies"
46
+ msgstr "分类法"
47
+
48
+ #: ../restrict-widgets.php:266
49
+ msgid "Others"
50
+ msgstr "其他"
51
+
52
+ #: ../restrict-widgets.php:267
53
+ msgid "Users"
54
+ msgstr "用户"
55
+
56
+ #: ../restrict-widgets.php:268
57
+ msgid "Languages"
58
+ msgstr "语言"
59
+
60
+ #: ../restrict-widgets.php:272
61
+ msgid "Front Page"
62
+ msgstr "主页"
63
+
64
+ #: ../restrict-widgets.php:273
65
+ msgid "Blog Page"
66
+ msgstr "博客页面"
67
+
68
+ #: ../restrict-widgets.php:274
69
+ msgid "Single Posts"
70
+ msgstr "所有文章"
71
+
72
+ #: ../restrict-widgets.php:275
73
+ msgid "Sticky Posts"
74
+ msgstr "置顶文章"
75
+
76
+ #: ../restrict-widgets.php:276
77
+ msgid "Author Archive"
78
+ msgstr "作者存档页"
79
+
80
+ #: ../restrict-widgets.php:277
81
+ msgid "Date Archive"
82
+ msgstr "日期存档页"
83
+
84
+ #: ../restrict-widgets.php:278
85
+ msgid "404 Page"
86
+ msgstr "404页面"
87
+
88
+ #: ../restrict-widgets.php:279
89
+ msgid "Search Page"
90
+ msgstr "搜索结果页面"
91
+
92
+ #: ../restrict-widgets.php:283
93
+ msgid "Logged in users"
94
+ msgstr "已登录用户"
95
+
96
+ #: ../restrict-widgets.php:284
97
+ msgid "Logged out users"
98
+ msgstr "未登录用户"
99
+
100
+ #: ../restrict-widgets.php:505
101
+ msgid "Restrict widgets"
102
+ msgstr "限制小工具"
103
+
104
+ #: ../restrict-widgets.php:509
105
+ msgid ""
106
+ "Use this settings to manage access to widgets page and to restrict "
107
+ "availability of certain widgets, sidebars and widgets options to site "
108
+ "administrators only."
109
+ msgstr ""
110
+ "通过下面的设置,来管理小工具页面的访问权限,以及限制管理员使用哪些侧边栏区"
111
+ "域、小工具、小工具选项等。"
112
+
113
+ #: ../restrict-widgets.php:512
114
+ msgid "Restrict Users"
115
+ msgstr "限制用户"
116
+
117
+ #: ../restrict-widgets.php:522
118
+ msgid "Select user roles restricted to manage widgets."
119
+ msgstr "选择限制用户角色管理小工具"
120
+
121
+ #: ../restrict-widgets.php:526
122
+ msgid "Restrict Sidebars"
123
+ msgstr "限制侧边栏"
124
+
125
+ #: ../restrict-widgets.php:541
126
+ msgid "Select which sidebars will be restricted to admins only."
127
+ msgstr "选择限制管理员使用哪些侧边栏区域"
128
+
129
+ #: ../restrict-widgets.php:545
130
+ msgid "Restrict Widgets"
131
+ msgstr "限制小工具"
132
+
133
+ #: ../restrict-widgets.php:557
134
+ msgid "Select which widgets will be restricted to admins only."
135
+ msgstr "选择限制管理员使用哪些小工具"
136
+
137
+ #: ../restrict-widgets.php:561
138
+ msgid "Restrict Widget Options"
139
+ msgstr "限制小工具选项"
140
+
141
+ #: ../restrict-widgets.php:571
142
+ msgid "Select which widget options will be restricted to admins only."
143
+ msgstr "选择限制管理员使用哪些小工具选项"
144
+
145
+ #: ../restrict-widgets.php:575
146
+ msgid "Restrict Option Groups"
147
+ msgstr "限制选项组"
148
+
149
+ #: ../restrict-widgets.php:578
150
+ msgid "Display widget options in groups"
151
+ msgstr "分组显示小工具选项"
152
+
153
+ #: ../restrict-widgets.php:582
154
+ msgid "Plugin Deactivation"
155
+ msgstr "插件停用"
156
+
157
+ #: ../restrict-widgets.php:585
158
+ msgid "Remove all plugin data on deactivation"
159
+ msgstr "停用该插件时,删除该插件数据"
160
+
161
+ #: ../restrict-widgets.php:589
162
+ msgid "Save settings"
163
+ msgstr "保存设置"
164
+
165
+ #: ../restrict-widgets.php:590
166
+ msgid "Created by"
167
+ msgstr ""
168
+ "简体中文支持:<a href=\"http://www.cmhello.com\" target=\"_blank\">倡萌 </a> "
169
+ "@<a href=\"http://www.wpdaxue.com\" target=\"_blank\">WordPress大学</a> | "
170
+ "开发者:"
171
+
172
+ #: ../restrict-widgets.php:764 ../restrict-widgets.php:774
173
+ #, php-format
174
+ msgid "Single %s"
175
+ msgstr "单个 %s"
176
+
177
+ #: ../restrict-widgets.php:804 ../restrict-widgets.php:814
178
+ #, php-format
179
+ msgid "%s Archive"
180
+ msgstr "%s 存档页"
181
+
182
+ #: ../restrict-widgets.php:1045
183
+ msgid "Display / Hide Widget"
184
+ msgstr "显示/隐藏小工具"
185
+
186
+ #: ../restrict-widgets.php:1047
187
+ msgid "Display widget on selected"
188
+ msgstr "在所选项显示小工具"
189
+
190
+ #: ../restrict-widgets.php:1048
191
+ msgid "Hide widget on selected"
192
+ msgstr "在所选项隐藏小工具"
193
+
194
+ #~ msgid "Friends Notifications"
195
+ #~ msgstr "好友通知"
196
+
197
+ #~ msgid "Email Notification"
198
+ #~ msgstr "邮件通知"
199
+
200
+ #~ msgid "Yes"
201
+ #~ msgstr "是"
202
+
203
+ #~ msgid "No"
204
+ #~ msgstr "否"
205
+
206
+ #~ msgid "Receive an email when someone adds you as a friend"
207
+ #~ msgstr "当有人添加你为好友,发送邮件通知"
208
+
209
+ #~ msgid "Friends"
210
+ #~ msgstr "好友"
211
+
212
+ #~ msgid "Find Friends"
213
+ #~ msgstr "找好友"
214
+
215
+ #~ msgid "Friend Requests"
216
+ #~ msgstr "好友请求"
217
+
218
+ #~ msgid "Friends Settings"
219
+ #~ msgstr "好友设置"
220
+
221
+ #~ msgid "Cheatin&#8217; uh?"
222
+ #~ msgstr "不忠&#8217; 呃?"
223
+
224
+ #~ msgid "Friend Removed"
225
+ #~ msgstr "删除好友"
226
+
227
+ #~ msgid "Friend will be added pending approval."
228
+ #~ msgstr "好友将在审核同意后添加"
229
+
230
+ #~ msgid "Friend Request Approved"
231
+ #~ msgstr "好友请求已同意"
232
+
233
+ #~ msgid "Friend Request Rejected"
234
+ #~ msgstr "好友请求被拒绝"
235
+
236
+ #~ msgid "Quick Message Success."
237
+ #~ msgstr "信息发送成功"
238
+
239
+ #~ msgid "Quick Message Failed."
240
+ #~ msgstr "信息发送失败"
241
+
242
+ #~ msgid "Settings saved"
243
+ #~ msgstr "保存设置"
244
+
245
+ #~ msgid "Email Request Template"
246
+ #~ msgstr "邮件请求模板"
247
+
248
+ #~ msgid "Email Approval Template"
249
+ #~ msgstr "邮件同意模板"
250
+
251
+ #~ msgid "Email Rejection Template"
252
+ #~ msgstr "邮件拒绝模板"
253
+
254
+ #~ msgid ""
255
+ #~ "The Friends plugin lets users connect with other users within the "
256
+ #~ "WordPress Multisite environment. Once connected friends can send message "
257
+ #~ "to each other. Also available is a handy widget to display a user's "
258
+ #~ "friends listing"
259
+ #~ msgstr ""
260
+ #~ "这个好友插件可以让多站点之间的用户相互联系。一旦成为好友,就可以相互间发送"
261
+ #~ "信息。当然,也包含一个不错的小工具,用来显示用户的好友列表。"
262
+
263
+ #~ msgid ""
264
+ #~ "The Friends listing page will show all user your have connections with. "
265
+ #~ "From the listing you can send messages to users. Also you can remove "
266
+ #~ "users who may have become unfriendly."
267
+ #~ msgstr ""
268
+ #~ "好友列表页面将显示你所添加的所有好友,你可以通过这个页面给好友发送信息,你"
269
+ #~ "还可以删除那些不友好的用户。"
270
+
271
+ #~ msgid "<strong>Friend</strong> - This is the user's display name."
272
+ #~ msgstr "<strong>好友</strong> - 用户的昵称"
273
+
274
+ #~ msgid "<strong>Avatar</strong> - The user's avatar"
275
+ #~ msgstr "<strong>头像</strong> - 用户的头像"
276
+
277
+ #~ msgid ""
278
+ #~ "<strong>Send Message</strong> - Once you are connected to other friends "
279
+ #~ "you can send them messages."
280
+ #~ msgstr ""
281
+ #~ "<strong>发送信息</strong> - 一旦你成功添加对方为好友,就可以给他们发送信息"
282
+
283
+ #~ msgid "<strong>View Blog</strong> - View the user's blog"
284
+ #~ msgstr "<strong>查看博客</strong> - 查看用户博客"
285
+
286
+ #~ msgid "<strong>Remove</strong> - Allows you to remove the user as a friend."
287
+ #~ msgstr "<strong>移除</strong> - 允许你删除好友"
288
+
289
+ #~ msgid ""
290
+ #~ "Using the search on this page you can search for other users within this "
291
+ #~ "Multisite system. You can locate other user by searching for Name, Login "
292
+ #~ "or Email. Click the Search button and all matching users will be listed. "
293
+ #~ "Beside each user will be an Add link which will create a request to the "
294
+ #~ "user. The user will need to accept the request to complete the friend "
295
+ #~ "connection. Within the list if you see Pending instead of Add this means "
296
+ #~ "the friend request has already been sent to this user."
297
+ #~ msgstr ""
298
+ #~ "通过这个页面搜索,你可以找到这个多站点网络中的其他用户。输入用户姓名、登录"
299
+ #~ "名或电子邮件,点击“搜索”按钮,就可以显示符合条件的用户。每个用户都有一"
300
+ #~ "个“加为好友”的链接,你可以快速提交好友申请,对方审核通过后就可以了。如果在"
301
+ #~ "列表显示“审核中”,而不是“加为好友”,意味着你已经给该用户发送了好友请求。"
302
+
303
+ #~ msgid ""
304
+ #~ "When another user requests you to be their friend they will be listed on "
305
+ #~ "this page. To complete the friend connection you must approve the "
306
+ #~ "request. You may also opt to reject the request."
307
+ #~ msgstr ""
308
+ #~ "当其他用户求情加你为好友时,他们会显示在这个页面。你可以审核同意或者拒绝请"
309
+ #~ "求。"
310
+
311
+ #~ msgid ""
312
+ #~ "This page contains various metaboxes to let you control the email "
313
+ #~ "templates used during the friend connection processing."
314
+ #~ msgstr ""
315
+ #~ "该页面包含各种 Meta 模块,你可以通过它们设计邮件模板,以便在好友链接管理中"
316
+ #~ "使用。"
317
+
318
+ #~ msgid ""
319
+ #~ "<strong>Email Request Template</strong> - This template contains the "
320
+ #~ "Subject and Content used when one user requests to be friend's with "
321
+ #~ "another user. "
322
+ #~ msgstr ""
323
+ #~ "<strong>邮件请求模板</strong> - 这个模板是给用户发送好友请求时用的,可以定"
324
+ #~ "义邮件主题和内容。"
325
+
326
+ #~ msgid ""
327
+ #~ "<strong>Email Approval Template</strong> - This template contains the "
328
+ #~ "Subject and Content used when one user approves a friend request from "
329
+ #~ "another user. "
330
+ #~ msgstr ""
331
+ #~ "<strong>邮件同意模板</strong> - 这个模板是给用户同意好友请求时用的,可以定"
332
+ #~ "义邮件主题和内容。"
333
+
334
+ #~ msgid ""
335
+ #~ "<strong>Email Rejection Template</strong> - This template contains the "
336
+ #~ "Subject and Content used when one user rejects a friend request from "
337
+ #~ "another user. "
338
+ #~ msgstr ""
339
+ #~ "<strong>邮件拒绝模板</strong> - 这个模板是给用户拒绝好友请求时用的,可以定"
340
+ #~ "义邮件主题和内容。"
341
+
342
+ #~ msgid "Overview"
343
+ #~ msgstr "预览"
344
+
345
+ #~ msgid "Friend Request"
346
+ #~ msgstr "好友请求"
347
+
348
+ #~ msgid "Previous Page"
349
+ #~ msgstr "上一页"
350
+
351
+ #~ msgid "Friend"
352
+ #~ msgstr "好友"
353
+
354
+ #~ msgid "Avatar"
355
+ #~ msgstr "头像"
356
+
357
+ #~ msgid "Actions"
358
+ #~ msgstr "操作"
359
+
360
+ #~ msgid "Send Message"
361
+ #~ msgstr "发送信息"
362
+
363
+ #~ msgid "View Blog"
364
+ #~ msgstr "查看博客"
365
+
366
+ #~ msgid "Remove"
367
+ #~ msgstr "删除"
368
+
369
+ #~ msgid "Your friends list is currently empty"
370
+ #~ msgstr "你的好友列表目前是空的"
371
+
372
+ #~ msgid "Send Message To"
373
+ #~ msgstr "发送信息给"
374
+
375
+ #~ msgid "Quick Message"
376
+ #~ msgstr "快捷信息"
377
+
378
+ #~ msgid "Message"
379
+ #~ msgstr "信息"
380
+
381
+ #~ msgid "Send"
382
+ #~ msgstr "发送"
383
+
384
+ #~ msgid "Search by friends display name, username or email address"
385
+ #~ msgstr "通过好友的姓名、用户名或邮箱进行搜索"
386
+
387
+ #~ msgid "Show existing friends"
388
+ #~ msgstr "显示已有好友"
389
+
390
+ #~ msgid "Pending"
391
+ #~ msgstr "审核中"
392
+
393
+ #~ msgid "Add"
394
+ #~ msgstr "加为好友"
395
+
396
+ #~ msgid "Nothing found"
397
+ #~ msgstr "没有相关内容"
398
+
399
+ #~ msgid "ID"
400
+ #~ msgstr "ID"
401
+
402
+ #~ msgid "Approve"
403
+ #~ msgstr "同意"
404
+
405
+ #~ msgid "Reject"
406
+ #~ msgstr "拒绝"
407
+
408
+ #~ msgid "No pending Friend requests"
409
+ #~ msgstr "没有待审的好友请求"
410
+
411
+ #~ msgctxt "Friends Plugin Page Title"
412
+ #~ msgid "Friends Settings"
413
+ #~ msgstr "好友设置"
414
+
415
+ #~ msgid ""
416
+ #~ "This Email template is used when one user requests to be friends with "
417
+ #~ "another user."
418
+ #~ msgstr "这个邮件模板是用来给用户发送好友请求时用的"
419
+
420
+ #~ msgid "Save Changes"
421
+ #~ msgstr "保存更改"
422
+
423
+ #~ msgid "Reset to Default"
424
+ #~ msgstr "恢复默认"
425
+
426
+ #~ msgid ""
427
+ #~ "This Email template is used when a user receives a request from another "
428
+ #~ "user to become friends. And the user approves the friend request."
429
+ #~ msgstr ""
430
+ #~ "这个邮件模板是当一个用户接收到其他用户的好友请求,用户同意请求时用的。"
431
+
432
+ #~ msgid ""
433
+ #~ "This Email template is used when a user receives a request from another "
434
+ #~ "user to become friends. And the user reject the friend request."
435
+ #~ msgstr ""
436
+ #~ "这个邮件模板是当一个用户接收到其他用户的好友请求,用户拒绝请求时用的。"
437
+
438
+ #~ msgid ""
439
+ #~ "Instructions: Use the following replaceable tokens in your message. These "
440
+ #~ "will be replaced with the real information for user, site, content, etc.. "
441
+ #~ "Note all tokens are wrapped in square brackets."
442
+ #~ msgstr ""
443
+ #~ "说明:在信息中使用以下可用变量,它们将在邮件中被替换为真正的用户、网站、内"
444
+ #~ "容 等。注意:所有的变量都要放在方括号[ ]中。"
445
+
446
+ #~ msgid "The name of the sender's primary site"
447
+ #~ msgstr "发件人的主站点的名称"
448
+
449
+ #~ msgid "The URL of the sender's primary site"
450
+ #~ msgstr "发件人的主站点的URL"
451
+
452
+ #~ msgid "The user name requesting friendship."
453
+ #~ msgstr "好友请求的用户名"
454
+
455
+ #~ msgid "The user name being friended."
456
+ #~ msgstr "好友的用户名"
457
+
458
+ #~ msgid "The TO_USER primary site admin page for the Friend Request."
459
+ #~ msgstr "好友请求的TO_USER主站点的管理页面"
460
+
461
+ #~ msgid "Display"
462
+ #~ msgstr "显示"
463
+
464
+ #~ msgid "Mosaic"
465
+ #~ msgstr "嵌套"
466
+
467
+ #~ msgid "List"
468
+ #~ msgstr "列表"
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: dfactory
3
  Donate link: http://www.dfactory.eu/
4
  Tags: widget, widgets, widget-only, cms, conditional tags, conditional, widget logic, widget context, restrict, manage, management, capability, capabilities, sidebar, sidebars, user, permission, permissions
5
  Requires at least: 3.3
6
- Tested up to: 3.6.1
7
- Stable tag: 1.1.3
8
  License: MIT License
9
  License URI: http://opensource.org/licenses/MIT
10
 
@@ -55,6 +55,10 @@ No questions yet.
55
 
56
  == Changelog ==
57
 
 
 
 
 
58
  = 1.1.3 =
59
  * New: Czech translation by Martin Kucera
60
 
@@ -80,5 +84,6 @@ Initial release
80
 
81
  == Upgrade Notice ==
82
 
83
- = 1.1.3 =
84
- * New: Czech translation by Martin Kucera
 
3
  Donate link: http://www.dfactory.eu/
4
  Tags: widget, widgets, widget-only, cms, conditional tags, conditional, widget logic, widget context, restrict, manage, management, capability, capabilities, sidebar, sidebars, user, permission, permissions
5
  Requires at least: 3.3
6
+ Tested up to: 3.7.1
7
+ Stable tag: 1.1.4
8
  License: MIT License
9
  License URI: http://opensource.org/licenses/MIT
10
 
55
 
56
  == Changelog ==
57
 
58
+ = 1.1.4 =
59
+ * New: Introducing rw_option_display_name filter hook
60
+ * Tweak: WPML not displaying page names in default site language
61
+
62
  = 1.1.3 =
63
  * New: Czech translation by Martin Kucera
64
 
84
 
85
  == Upgrade Notice ==
86
 
87
+ = 1.1.4 =
88
+ * New: Introducing rw_option_display_name filter hook
89
+ * Tweak: WPML not displaying page names in default site language
restrict-widgets.php CHANGED
@@ -2,12 +2,14 @@
2
  /*
3
  Plugin Name: Restrict Widgets
4
  Description: All in one solution for widget management in WordPress. Allows you to hide or display widgets on specified pages and restrict access for users.
5
- Version: 1.1.3
6
  Author: dFactory
7
  Author URI: http://www.dfactory.eu/
8
  Plugin URI: http://www.dfactory.eu/plugins/restrict-widgets/
9
  License: MIT License
10
  License URI: http://opensource.org/licenses/MIT
 
 
11
 
12
  Restrict Widgets
13
  Copyright (C) 2013, Digital Factory - info@digitalfactory.pl
@@ -73,7 +75,7 @@ class Restrict_Widgets
73
  {
74
  $options = get_option('rw_widgets_options');
75
 
76
- if($options['sidebar'] === TRUE)
77
  {
78
  global $wp_registered_widgets, $_wp_sidebars_widgets;
79
 
@@ -811,7 +813,7 @@ class Restrict_Widgets
811
  {
812
  if(isset($instance['rw_opt']['pageid_'.$page->ID]) === FALSE) $instance['rw_opt']['pageid_'.$page->ID] = 0;
813
 
814
- $html .= '<option value="pageid_'.$page->ID.'" '.selected($instance['rw_opt']['pageid_'.$page->ID], TRUE, FALSE).'>'.$page->post_title.'</option>';
815
  }
816
 
817
  break;
@@ -851,7 +853,7 @@ class Restrict_Widgets
851
  {
852
  if(isset($instance['rw_opt']['cpt_'.$cpt->name]) === FALSE) $instance['rw_opt']['cpt_'.$cpt->name] = 0;
853
 
854
- $html .= '<option value="cpt_'.$cpt->name.'" '.selected($instance['rw_opt']['cpt_'.$cpt->name], TRUE, FALSE).'>'.sprintf(__('Single %s','restrict-widgets'), $cpt->label).'</option>';
855
  }
856
 
857
  break;
@@ -891,7 +893,7 @@ class Restrict_Widgets
891
  {
892
  if(isset($instance['rw_opt']['cpta_'.$cpta->name]) === FALSE) $instance['rw_opt']['cpta_'.$cpta->name] = 0;
893
 
894
- $html .= '<option value="cpta_'.$cpta->name.'" '.selected($instance['rw_opt']['cpta_'.$cpta->name], TRUE, FALSE).'>'.sprintf(__('%s Archive','restrict-widgets'), $cpta->label).'</option>';
895
  }
896
 
897
  break;
@@ -931,7 +933,7 @@ class Restrict_Widgets
931
  {
932
  if(isset($instance['rw_opt']['category_'.$category->cat_ID]) === FALSE) $instance['rw_opt']['category_'.$category->cat_ID] = 0;
933
 
934
- $html .= '<option value="category_'.$category->cat_ID.'" '.selected($instance['rw_opt']['category_'.$category->cat_ID], TRUE, FALSE).'>'.$category->cat_name.'</option>';
935
  }
936
 
937
  break;
@@ -971,7 +973,7 @@ class Restrict_Widgets
971
  {
972
  if(isset($instance['rw_opt']['taxonomy_'.$taxonomy->name]) === FALSE) $instance['rw_opt']['taxonomy_'.$taxonomy->name] = 0;
973
 
974
- $html .= '<option value="taxonomy_'.$taxonomy->name.'" '.selected($instance['rw_opt']['taxonomy_'.$taxonomy->name], TRUE, FALSE).'>'.$taxonomy->label.'</option>';
975
  }
976
 
977
  break;
@@ -1011,7 +1013,7 @@ class Restrict_Widgets
1011
  {
1012
  if(isset($instance['rw_opt']['others_'.$key]) === FALSE) $instance['rw_opt']['others_'.$key] = 0;
1013
 
1014
- $html .= '<option value="others_'.$key.'" '.selected($instance['rw_opt']['others_'.$key], TRUE, FALSE).'>'.$value.'</option>';
1015
  }
1016
 
1017
  break;
@@ -1051,7 +1053,7 @@ class Restrict_Widgets
1051
  {
1052
  if(isset($instance['rw_opt']['users_'.$key]) === FALSE) $instance['rw_opt']['users_'.$key] = 0;
1053
 
1054
- $html .= '<option value="users_'.$key.'" '.selected($instance['rw_opt']['users_'.$key], TRUE, FALSE).'>'.$value.'</option>';
1055
  }
1056
 
1057
  break;
@@ -1093,7 +1095,7 @@ class Restrict_Widgets
1093
  {
1094
  if(isset($instance['rw_opt']['language_'.$key]) === FALSE) $instance['rw_opt']['language_'.$key] = 0;
1095
 
1096
- $html .= '<option value="language_'.$key.'" '.selected($instance['rw_opt']['language_'.$key], TRUE, FALSE).'>'.$language['native_name'].'</option>';
1097
  }
1098
 
1099
  break;
@@ -1313,6 +1315,7 @@ class Restrict_Widgets
1313
  $return = FALSE;
1314
 
1315
  $post_id = $wp_query->get_queried_object_id();
 
1316
  $display_type = isset($instance['rw_opt']['widget_select']) ? $instance['rw_opt']['widget_select'] : FALSE;
1317
 
1318
  if(isset($instance['rw_opt']) && $this->is_widget_empty($instance['rw_opt'], 'lang') === FALSE)
@@ -1320,7 +1323,20 @@ class Restrict_Widgets
1320
  if(function_exists('icl_get_languages') || function_exists('pll_the_languages'))
1321
  {
1322
  $empty_lang = FALSE;
1323
- $post_id = icl_object_id($post_id, 'page', FALSE);
 
 
 
 
 
 
 
 
 
 
 
 
 
1324
  $found_lang = (defined('ICL_LANGUAGE_CODE') && isset($instance['rw_opt']['language_'.ICL_LANGUAGE_CODE]) ? TRUE : FALSE);
1325
 
1326
  if($display_type === TRUE)
2
  /*
3
  Plugin Name: Restrict Widgets
4
  Description: All in one solution for widget management in WordPress. Allows you to hide or display widgets on specified pages and restrict access for users.
5
+ Version: 1.1.4
6
  Author: dFactory
7
  Author URI: http://www.dfactory.eu/
8
  Plugin URI: http://www.dfactory.eu/plugins/restrict-widgets/
9
  License: MIT License
10
  License URI: http://opensource.org/licenses/MIT
11
+ Text Domain: restrict-widgets
12
+ Domain Path: /languages
13
 
14
  Restrict Widgets
15
  Copyright (C) 2013, Digital Factory - info@digitalfactory.pl
75
  {
76
  $options = get_option('rw_widgets_options');
77
 
78
+ if(isset($options['sidebar']) && $options['sidebar'] === TRUE)
79
  {
80
  global $wp_registered_widgets, $_wp_sidebars_widgets;
81
 
813
  {
814
  if(isset($instance['rw_opt']['pageid_'.$page->ID]) === FALSE) $instance['rw_opt']['pageid_'.$page->ID] = 0;
815
 
816
+ $html .= '<option value="pageid_'.$page->ID.'" '.selected($instance['rw_opt']['pageid_'.$page->ID], TRUE, FALSE).'>'.apply_filters('rw_option_display_name', $page->post_title, 'page').'</option>';
817
  }
818
 
819
  break;
853
  {
854
  if(isset($instance['rw_opt']['cpt_'.$cpt->name]) === FALSE) $instance['rw_opt']['cpt_'.$cpt->name] = 0;
855
 
856
+ $html .= '<option value="cpt_'.$cpt->name.'" '.selected($instance['rw_opt']['cpt_'.$cpt->name], TRUE, FALSE).'>'.apply_filters('rw_option_display_name', sprintf(__('Single %s','restrict-widgets'), $cpt->label), 'custom_post_type').'</option>';
857
  }
858
 
859
  break;
893
  {
894
  if(isset($instance['rw_opt']['cpta_'.$cpta->name]) === FALSE) $instance['rw_opt']['cpta_'.$cpta->name] = 0;
895
 
896
+ $html .= '<option value="cpta_'.$cpta->name.'" '.selected($instance['rw_opt']['cpta_'.$cpta->name], TRUE, FALSE).'>'.apply_filters('rw_option_display_name', sprintf(__('%s Archive','restrict-widgets'), $cpta->label), 'custom_post_type_archive').'</option>';
897
  }
898
 
899
  break;
933
  {
934
  if(isset($instance['rw_opt']['category_'.$category->cat_ID]) === FALSE) $instance['rw_opt']['category_'.$category->cat_ID] = 0;
935
 
936
+ $html .= '<option value="category_'.$category->cat_ID.'" '.selected($instance['rw_opt']['category_'.$category->cat_ID], TRUE, FALSE).'>'.apply_filters('rw_option_display_name', $category->cat_name, 'category').'</option>';
937
  }
938
 
939
  break;
973
  {
974
  if(isset($instance['rw_opt']['taxonomy_'.$taxonomy->name]) === FALSE) $instance['rw_opt']['taxonomy_'.$taxonomy->name] = 0;
975
 
976
+ $html .= '<option value="taxonomy_'.$taxonomy->name.'" '.selected($instance['rw_opt']['taxonomy_'.$taxonomy->name], TRUE, FALSE).'>'.apply_filters('rw_option_display_name', $taxonomy->label, 'taxonomy').'</option>';
977
  }
978
 
979
  break;
1013
  {
1014
  if(isset($instance['rw_opt']['others_'.$key]) === FALSE) $instance['rw_opt']['others_'.$key] = 0;
1015
 
1016
+ $html .= '<option value="others_'.$key.'" '.selected($instance['rw_opt']['others_'.$key], TRUE, FALSE).'>'.apply_filters('rw_option_display_name', $value, 'other').'</option>';
1017
  }
1018
 
1019
  break;
1053
  {
1054
  if(isset($instance['rw_opt']['users_'.$key]) === FALSE) $instance['rw_opt']['users_'.$key] = 0;
1055
 
1056
+ $html .= '<option value="users_'.$key.'" '.selected($instance['rw_opt']['users_'.$key], TRUE, FALSE).'>'.apply_filters('rw_option_display_name', $value, 'user').'</option>';
1057
  }
1058
 
1059
  break;
1095
  {
1096
  if(isset($instance['rw_opt']['language_'.$key]) === FALSE) $instance['rw_opt']['language_'.$key] = 0;
1097
 
1098
+ $html .= '<option value="language_'.$key.'" '.selected($instance['rw_opt']['language_'.$key], TRUE, FALSE).'>'.apply_filters('rw_option_display_name', $language['native_name'], 'language').'</option>';
1099
  }
1100
 
1101
  break;
1315
  $return = FALSE;
1316
 
1317
  $post_id = $wp_query->get_queried_object_id();
1318
+
1319
  $display_type = isset($instance['rw_opt']['widget_select']) ? $instance['rw_opt']['widget_select'] : FALSE;
1320
 
1321
  if(isset($instance['rw_opt']) && $this->is_widget_empty($instance['rw_opt'], 'lang') === FALSE)
1323
  if(function_exists('icl_get_languages') || function_exists('pll_the_languages'))
1324
  {
1325
  $empty_lang = FALSE;
1326
+
1327
+ // fix for WPML
1328
+ if (function_exists('icl_object_id')) {
1329
+
1330
+ global $sitepress;
1331
+
1332
+ if (isset($sitepress))
1333
+ {
1334
+ $post_id = icl_object_id($post_id, 'page', TRUE, $sitepress->get_default_language());
1335
+ } else {
1336
+ $post_id = icl_object_id($post_id, 'page', FALSE);
1337
+ }
1338
+ }
1339
+
1340
  $found_lang = (defined('ICL_LANGUAGE_CODE') && isset($instance['rw_opt']['language_'.ICL_LANGUAGE_CODE]) ? TRUE : FALSE);
1341
 
1342
  if($display_type === TRUE)