WP htaccess Control - Version 1.9.1

Version Description

(22/10/2010) = * Feature: adding "Author and Tag based archives".

Download this release

Release Info

Developer andrad
Plugin Icon wp plugin WP htaccess Control
Version 1.9.1
Comparing to
See all releases

Code changes from version 1.9 to 1.9.1

lang/wp-htaccess-control-pt_BR.mo CHANGED
Binary file
lang/wp-htaccess-control-pt_BR.po CHANGED
@@ -7,8 +7,8 @@ msgid ""
7
  msgstr ""
8
  "Project-Id-Version: WP htaccess Control 1.9\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-htaccess-control\n"
10
- "POT-Creation-Date: 2010-10-21 23:27+0000\n"
11
- "PO-Revision-Date: 2010-10-22 00:30-0000\n"
12
  "Last-Translator: António Andrade <dardna@dardna.com>\n"
13
  "Language-Team: \n"
14
  "MIME-Version: 1.0\n"
@@ -74,12 +74,12 @@ msgid "If you do not want to use a custom Pagination Permalink base just leave t
74
  msgstr "Se não deseja utilizar um Base de Permalink para Páginas personalizada deixe este campo em branco."
75
 
76
  #: wp-htaccess-control-ui.php:80
77
- msgid "Category Archives"
78
- msgstr "Arquivos de Categoria"
79
 
80
  #: wp-htaccess-control-ui.php:84
81
- msgid "Activate"
82
- msgstr "Activar"
83
 
84
  #: wp-htaccess-control-ui.php:89
85
  msgid "If active, category-based archives will be accessible using the structure:"
@@ -95,228 +95,264 @@ msgstr "a-sua-base-de-categoria"
95
  msgid "your-category"
96
  msgstr "a-sua-categoria"
97
 
 
 
 
 
98
  #: wp-htaccess-control-ui.php:100
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
99
  msgid "Custom htaccess"
100
  msgstr "htaccess Personalizado"
101
 
102
- #: wp-htaccess-control-ui.php:108
103
  msgid "This rules will be printed before any Wordpress rules."
104
  msgstr "Estas regras serão impressas antes das regras do Wordpress."
105
 
106
- #: wp-htaccess-control-ui.php:109
107
- #: wp-htaccess-control-ui.php:135
108
  msgid "Please double check them before saving as a mistake could make your site inaccessible."
109
  msgstr "Por favor reveja as suas regras antes de as salvar pois qualquer erro poder tornar o seu site inacessivel."
110
 
111
- #: wp-htaccess-control-ui.php:123
112
  msgid "Replace Wordpress htaccess"
113
  msgstr "Substituir htaccess do Wordpress"
114
 
115
- #: wp-htaccess-control-ui.php:129
116
  msgid "Leave empty for default."
117
  msgstr "Deixe em branco para manter as regras por defeito."
118
 
119
- #: wp-htaccess-control-ui.php:131
120
  msgid "<strong>Use <a href='http://www.webmasterworld.com/apache/4053973.htm'>Jim Morgan's wordpress htaccess</a></strong> (has been reported to \"speed up your WP mod_rewrite code by a factor of more than two\")"
121
  msgstr "<strong>Utilizar <a href='http://www.webmasterworld.com/apache/4053973.htm'>o htaccess para wordpress de Jim Morgan</a></strong> (pode \"acelerar o mod_rewrite do wordpress por mais de duas vezes\")"
122
 
123
- #: wp-htaccess-control-ui.php:134
124
  msgid "This rules will be printed instead of Wordpress rules."
125
  msgstr "Estas regras serão impressas em vez das regras do Wordpress."
126
 
127
- #: wp-htaccess-control-ui.php:136
128
  msgid "Original rules:"
129
  msgstr "Regras originais:"
130
 
131
- #: wp-htaccess-control-ui.php:148
132
  msgid "htaccess Suggestions"
133
  msgstr "Sugestões de htaccess"
134
 
135
- #: wp-htaccess-control-ui.php:152
136
  msgid "ServerSignature"
137
  msgstr "ServerSignature"
138
 
139
- #: wp-htaccess-control-ui.php:157
140
  msgid "Disable the ServerSignature on server generated error pages."
141
  msgstr "Desactivar a assinatura do servidor (ServerSignature) em páginas de erro geradas pelo mesmo."
142
 
143
- #: wp-htaccess-control-ui.php:161
144
  msgid "Indexes"
145
  msgstr "Índices"
146
 
147
- #: wp-htaccess-control-ui.php:166
148
  msgid "Disable directory browsing."
149
  msgstr "Desactivar a navegação de directórios via browser."
150
 
151
- #: wp-htaccess-control-ui.php:170
152
  msgid "Protect wp-config.php file"
153
  msgstr "Proteger ficheiro wp-config.php"
154
 
155
- #: wp-htaccess-control-ui.php:174
156
  msgid "Deny access to wp-config.php file."
157
  msgstr "Recusar acesso ao ficheiro wp-config.php."
158
 
159
- #: wp-htaccess-control-ui.php:178
160
  msgid "Protect htaccess file"
161
  msgstr "Proteger ficheiro htaccess"
162
 
163
- #: wp-htaccess-control-ui.php:182
164
  msgid "Deny access to .htaccess file."
165
  msgstr "Recusar acesso ao ficheiro htaccess."
166
 
167
- #: wp-htaccess-control-ui.php:186
168
  msgid "mod_gzip"
169
  msgstr "mod_gzip"
170
 
171
- #: wp-htaccess-control-ui.php:191
172
  msgid "Use mod_gzip if available."
173
  msgstr "Utilizar mod_gzip se disponível."
174
 
175
- #: wp-htaccess-control-ui.php:195
176
  msgid "mod_deflate"
177
  msgstr "mod_deflate"
178
 
179
- #: wp-htaccess-control-ui.php:200
180
  msgid "Use mod_deflate if available."
181
  msgstr "Utilizar mod_deflate se disponível."
182
 
183
- #: wp-htaccess-control-ui.php:204
184
  msgid "Limit Upload Size"
185
  msgstr "Limitar Tamanho de Upload"
186
 
187
- #: wp-htaccess-control-ui.php:209
188
  msgid "If set, this value in MB will be used as limit to file uploads."
189
  msgstr "Se preenchido, este valor em MB será utilizado como limite para uploads de ficheiros."
190
 
191
- #: wp-htaccess-control-ui.php:213
192
  msgid "Admin Email"
193
  msgstr "Email do Administrador"
194
 
195
- #: wp-htaccess-control-ui.php:218
196
  msgid "If set, this will be used as the admin email on server generated error pages."
197
  msgstr "Se preenchido, este valor será utilizado como email do administrador em páginas de erro geradas pelo servidor."
198
 
199
- #: wp-htaccess-control-ui.php:222
200
  msgid "Disable hotlinking"
201
  msgstr "Desactivar \"hotlinking\" (proteger imagens)"
202
 
203
- #: wp-htaccess-control-ui.php:227
204
  msgid "If set, this url will be used as redirection to hotlinked images (you should be using an image url here). If you prefer no output on hotlinked images use \"-\"."
205
  msgstr "Se preenchido, esta url será utilizada como redireccionamento para \"hotlinked\" images (deverá ser uma url de imagem). Se preferir simplesmente bloquear qualquer saída utilize \"-\"."
206
 
207
- #: wp-htaccess-control-ui.php:231
208
  msgid "500 error"
209
  msgstr "Erro 500"
210
 
211
- #: wp-htaccess-control-ui.php:236
212
  msgid "If set, this path will be used as page to 500 errors (example: /error.php)."
213
  msgstr "Se preenchido, esta localização será utilizada como página de erros 500 (exemplo: /erro.php)."
214
 
215
- #: wp-htaccess-control-ui.php:240
216
  msgid "403 error"
217
  msgstr "Erro 403"
218
 
219
- #: wp-htaccess-control-ui.php:245
220
  msgid "If set, this path will be used as page to 403 errors (example: /error.php)."
221
  msgstr "Se preenchido, esta localização será utilizada como página de erros 403 (exemplo: /erro.php)."
222
 
223
- #: wp-htaccess-control-ui.php:249
224
  msgid "Canonical Url"
225
  msgstr "Url Canónica"
226
 
227
- #: wp-htaccess-control-ui.php:253
228
  msgid "Force WWW"
229
  msgstr "Forçar WWW"
230
 
231
- #: wp-htaccess-control-ui.php:254
232
  msgid "Force non-WWW"
233
  msgstr "Forçar sem-WWW"
234
 
235
- #: wp-htaccess-control-ui.php:258
236
  msgid "This will force canonization. This will be done by simply modifying the wordpress \"site url\" and \"home\" options (not htaccess)."
237
  msgstr "Forçar canonização. Não utilizará htaccess mas sim as opções do Wordpress \"site url\" e \"home\"."
238
 
239
- #: wp-htaccess-control-ui.php:269
240
  msgid "Rewrite Pairs"
241
  msgstr "Pares Rewrite"
242
 
243
- #: wp-htaccess-control-ui.php:269
244
  msgid "You should migrate your rewrite pairs into the \"Custom htaccess\" rules above. The \"Rewrite Pairs\" will be removed in future versions as they lack functionality."
245
  msgstr ""
246
 
247
- #: wp-htaccess-control-ui.php:274
248
  msgid "Add rule"
249
  msgstr "Juntar regra"
250
 
251
- #: wp-htaccess-control-ui.php:275
252
  msgid "These are rewrite pairs (RewriteRule) which Wordpress can add inside its rules."
253
  msgstr "Estes pares rewrite (RewriteRule) serão adicionados às regras geradas pelo Wordpress."
254
 
255
- #: wp-htaccess-control-ui.php:284
256
  msgid "Delete Pair"
257
  msgstr "Apagar Par"
258
 
259
- #: wp-htaccess-control-ui.php:294
260
  msgid "Maintenance Mode"
261
  msgstr "Modo de Manutenção"
262
 
263
- #: wp-htaccess-control-ui.php:298
264
  msgid "Maintenance Active"
265
  msgstr "Manutenção Activa"
266
 
267
- #: wp-htaccess-control-ui.php:303
268
  msgid "Toggles Maintenance Mode."
269
  msgstr "Alternar Modo de Manutenção"
270
 
271
- #: wp-htaccess-control-ui.php:307
272
  msgid "Allowed IPs"
273
  msgstr "IPs permitidos"
274
 
275
- #: wp-htaccess-control-ui.php:312
276
  msgid "List of allowed IPs."
277
  msgstr "Lista de IPs permitidos."
278
 
279
- #: wp-htaccess-control-ui.php:313
280
  msgid "All the IPs not listed will view the 403 error page or be redirected to a page set below."
281
  msgstr "Todos os IPs não listados verão a página de erro 403 ou redireccionados para a página indicada abaixo."
282
 
283
- #: wp-htaccess-control-ui.php:317
284
  msgid "Redirection"
285
  msgstr "Redireccionamento"
286
 
287
- #: wp-htaccess-control-ui.php:322
288
  msgid "If set, this will be used as redirection for disallowed IPs. This could be an external url or a document on your server (local paths begin with a trailing slash)"
289
  msgstr "Se preenchido, será utilizado como redireccionamento para IPs não permitidos. Poderá ser uma url externa ou um documento no servidor (caminhos locais começam com \"/\")"
290
 
291
- #: wp-htaccess-control-ui.php:330
292
  msgid "Reset all rules"
293
  msgstr "Reiniciar todas as Regras"
294
 
295
- #: wp-htaccess-control-ui.php:331
296
  msgid "Save all changes"
297
  msgstr "Salvar todas as modificações"
298
 
299
- #: wp-htaccess-control-ui.php:337
300
  msgid "Current htaccess file as it is generated by Wordpress"
301
  msgstr "Ficheiro htaccess tal como gerado actualmente pelo Wordpress"
302
 
303
- #: wp-htaccess-control-ui.php:345
304
  msgid "by"
305
  msgstr "por"
306
 
307
- #: wp-htaccess-control.php:330
308
  msgid "All rules reset."
309
  msgstr "Todas as regras foram reiniciadas."
310
 
311
- #: wp-htaccess-control.php:421
312
  msgid "All options updated."
313
  msgstr "As modificações foram salvas."
314
 
315
- #: wp-htaccess-control.php:429
316
  msgid "Wordpress Rewrite pairs reset."
317
  msgstr "Pares de Rewrite do Wordpress reiniciados."
318
 
319
- #: wp-htaccess-control.php:435
320
  msgid "Wordpress Rewrite pair deleted."
321
  msgstr "Par de Rewrite do Wordpress apagado."
322
 
@@ -340,3 +376,5 @@ msgstr "António Andrade"
340
  msgid "http://dardna.com"
341
  msgstr "http://dardna.com"
342
 
 
 
7
  msgstr ""
8
  "Project-Id-Version: WP htaccess Control 1.9\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-htaccess-control\n"
10
+ "POT-Creation-Date: 2010-10-22 00:04+0000\n"
11
+ "PO-Revision-Date: 2010-10-22 01:06-0000\n"
12
  "Last-Translator: António Andrade <dardna@dardna.com>\n"
13
  "Language-Team: \n"
14
  "MIME-Version: 1.0\n"
74
  msgstr "Se não deseja utilizar um Base de Permalink para Páginas personalizada deixe este campo em branco."
75
 
76
  #: wp-htaccess-control-ui.php:80
77
+ msgid "Advanced Archives"
78
+ msgstr "Arquivos Avançados"
79
 
80
  #: wp-htaccess-control-ui.php:84
81
+ msgid "Category Archives"
82
+ msgstr "Arquivos de Categoria"
83
 
84
  #: wp-htaccess-control-ui.php:89
85
  msgid "If active, category-based archives will be accessible using the structure:"
95
  msgid "your-category"
96
  msgstr "a-sua-categoria"
97
 
98
+ #: wp-htaccess-control-ui.php:95
99
+ msgid "Author Archives"
100
+ msgstr "Arquivos de Autor"
101
+
102
  #: wp-htaccess-control-ui.php:100
103
+ msgid "If active, author-based archives will be accessible using the structure:"
104
+ msgstr "Se activo, arquivos para autor serão acessiveis utilizando a seguinte estrutura:"
105
+
106
+ #: wp-htaccess-control-ui.php:101
107
+ #: wp-htaccess-control-ui.php:102
108
+ msgid "your-author-base"
109
+ msgstr "a-sua-base-de-autor"
110
+
111
+ #: wp-htaccess-control-ui.php:101
112
+ #: wp-htaccess-control-ui.php:102
113
+ msgid "your-author"
114
+ msgstr "o-seu-autor"
115
+
116
+ #: wp-htaccess-control-ui.php:106
117
+ msgid "Tag Archives"
118
+ msgstr "Arquivos de Etiqueta"
119
+
120
+ #: wp-htaccess-control-ui.php:111
121
+ msgid "If active, tag-based archives will be accessible using the structure:"
122
+ msgstr "Se activo, arquivos para etiqueta serão acessiveis utilizando a seguinte estrutura:"
123
+
124
+ #: wp-htaccess-control-ui.php:112
125
+ #: wp-htaccess-control-ui.php:113
126
+ msgid "your-tag-base"
127
+ msgstr "a-sua-base-de-etiqueta"
128
+
129
+ #: wp-htaccess-control-ui.php:112
130
+ #: wp-htaccess-control-ui.php:113
131
+ msgid "your-tag"
132
+ msgstr "(a-sua-tag)"
133
+
134
+ #: wp-htaccess-control-ui.php:122
135
  msgid "Custom htaccess"
136
  msgstr "htaccess Personalizado"
137
 
138
+ #: wp-htaccess-control-ui.php:130
139
  msgid "This rules will be printed before any Wordpress rules."
140
  msgstr "Estas regras serão impressas antes das regras do Wordpress."
141
 
142
+ #: wp-htaccess-control-ui.php:131
143
+ #: wp-htaccess-control-ui.php:157
144
  msgid "Please double check them before saving as a mistake could make your site inaccessible."
145
  msgstr "Por favor reveja as suas regras antes de as salvar pois qualquer erro poder tornar o seu site inacessivel."
146
 
147
+ #: wp-htaccess-control-ui.php:145
148
  msgid "Replace Wordpress htaccess"
149
  msgstr "Substituir htaccess do Wordpress"
150
 
151
+ #: wp-htaccess-control-ui.php:151
152
  msgid "Leave empty for default."
153
  msgstr "Deixe em branco para manter as regras por defeito."
154
 
155
+ #: wp-htaccess-control-ui.php:153
156
  msgid "<strong>Use <a href='http://www.webmasterworld.com/apache/4053973.htm'>Jim Morgan's wordpress htaccess</a></strong> (has been reported to \"speed up your WP mod_rewrite code by a factor of more than two\")"
157
  msgstr "<strong>Utilizar <a href='http://www.webmasterworld.com/apache/4053973.htm'>o htaccess para wordpress de Jim Morgan</a></strong> (pode \"acelerar o mod_rewrite do wordpress por mais de duas vezes\")"
158
 
159
+ #: wp-htaccess-control-ui.php:156
160
  msgid "This rules will be printed instead of Wordpress rules."
161
  msgstr "Estas regras serão impressas em vez das regras do Wordpress."
162
 
163
+ #: wp-htaccess-control-ui.php:158
164
  msgid "Original rules:"
165
  msgstr "Regras originais:"
166
 
167
+ #: wp-htaccess-control-ui.php:170
168
  msgid "htaccess Suggestions"
169
  msgstr "Sugestões de htaccess"
170
 
171
+ #: wp-htaccess-control-ui.php:174
172
  msgid "ServerSignature"
173
  msgstr "ServerSignature"
174
 
175
+ #: wp-htaccess-control-ui.php:179
176
  msgid "Disable the ServerSignature on server generated error pages."
177
  msgstr "Desactivar a assinatura do servidor (ServerSignature) em páginas de erro geradas pelo mesmo."
178
 
179
+ #: wp-htaccess-control-ui.php:183
180
  msgid "Indexes"
181
  msgstr "Índices"
182
 
183
+ #: wp-htaccess-control-ui.php:188
184
  msgid "Disable directory browsing."
185
  msgstr "Desactivar a navegação de directórios via browser."
186
 
187
+ #: wp-htaccess-control-ui.php:192
188
  msgid "Protect wp-config.php file"
189
  msgstr "Proteger ficheiro wp-config.php"
190
 
191
+ #: wp-htaccess-control-ui.php:196
192
  msgid "Deny access to wp-config.php file."
193
  msgstr "Recusar acesso ao ficheiro wp-config.php."
194
 
195
+ #: wp-htaccess-control-ui.php:200
196
  msgid "Protect htaccess file"
197
  msgstr "Proteger ficheiro htaccess"
198
 
199
+ #: wp-htaccess-control-ui.php:204
200
  msgid "Deny access to .htaccess file."
201
  msgstr "Recusar acesso ao ficheiro htaccess."
202
 
203
+ #: wp-htaccess-control-ui.php:208
204
  msgid "mod_gzip"
205
  msgstr "mod_gzip"
206
 
207
+ #: wp-htaccess-control-ui.php:213
208
  msgid "Use mod_gzip if available."
209
  msgstr "Utilizar mod_gzip se disponível."
210
 
211
+ #: wp-htaccess-control-ui.php:217
212
  msgid "mod_deflate"
213
  msgstr "mod_deflate"
214
 
215
+ #: wp-htaccess-control-ui.php:222
216
  msgid "Use mod_deflate if available."
217
  msgstr "Utilizar mod_deflate se disponível."
218
 
219
+ #: wp-htaccess-control-ui.php:226
220
  msgid "Limit Upload Size"
221
  msgstr "Limitar Tamanho de Upload"
222
 
223
+ #: wp-htaccess-control-ui.php:231
224
  msgid "If set, this value in MB will be used as limit to file uploads."
225
  msgstr "Se preenchido, este valor em MB será utilizado como limite para uploads de ficheiros."
226
 
227
+ #: wp-htaccess-control-ui.php:235
228
  msgid "Admin Email"
229
  msgstr "Email do Administrador"
230
 
231
+ #: wp-htaccess-control-ui.php:240
232
  msgid "If set, this will be used as the admin email on server generated error pages."
233
  msgstr "Se preenchido, este valor será utilizado como email do administrador em páginas de erro geradas pelo servidor."
234
 
235
+ #: wp-htaccess-control-ui.php:244
236
  msgid "Disable hotlinking"
237
  msgstr "Desactivar \"hotlinking\" (proteger imagens)"
238
 
239
+ #: wp-htaccess-control-ui.php:249
240
  msgid "If set, this url will be used as redirection to hotlinked images (you should be using an image url here). If you prefer no output on hotlinked images use \"-\"."
241
  msgstr "Se preenchido, esta url será utilizada como redireccionamento para \"hotlinked\" images (deverá ser uma url de imagem). Se preferir simplesmente bloquear qualquer saída utilize \"-\"."
242
 
243
+ #: wp-htaccess-control-ui.php:253
244
  msgid "500 error"
245
  msgstr "Erro 500"
246
 
247
+ #: wp-htaccess-control-ui.php:258
248
  msgid "If set, this path will be used as page to 500 errors (example: /error.php)."
249
  msgstr "Se preenchido, esta localização será utilizada como página de erros 500 (exemplo: /erro.php)."
250
 
251
+ #: wp-htaccess-control-ui.php:262
252
  msgid "403 error"
253
  msgstr "Erro 403"
254
 
255
+ #: wp-htaccess-control-ui.php:267
256
  msgid "If set, this path will be used as page to 403 errors (example: /error.php)."
257
  msgstr "Se preenchido, esta localização será utilizada como página de erros 403 (exemplo: /erro.php)."
258
 
259
+ #: wp-htaccess-control-ui.php:271
260
  msgid "Canonical Url"
261
  msgstr "Url Canónica"
262
 
263
+ #: wp-htaccess-control-ui.php:275
264
  msgid "Force WWW"
265
  msgstr "Forçar WWW"
266
 
267
+ #: wp-htaccess-control-ui.php:276
268
  msgid "Force non-WWW"
269
  msgstr "Forçar sem-WWW"
270
 
271
+ #: wp-htaccess-control-ui.php:280
272
  msgid "This will force canonization. This will be done by simply modifying the wordpress \"site url\" and \"home\" options (not htaccess)."
273
  msgstr "Forçar canonização. Não utilizará htaccess mas sim as opções do Wordpress \"site url\" e \"home\"."
274
 
275
+ #: wp-htaccess-control-ui.php:291
276
  msgid "Rewrite Pairs"
277
  msgstr "Pares Rewrite"
278
 
279
+ #: wp-htaccess-control-ui.php:291
280
  msgid "You should migrate your rewrite pairs into the \"Custom htaccess\" rules above. The \"Rewrite Pairs\" will be removed in future versions as they lack functionality."
281
  msgstr ""
282
 
283
+ #: wp-htaccess-control-ui.php:296
284
  msgid "Add rule"
285
  msgstr "Juntar regra"
286
 
287
+ #: wp-htaccess-control-ui.php:297
288
  msgid "These are rewrite pairs (RewriteRule) which Wordpress can add inside its rules."
289
  msgstr "Estes pares rewrite (RewriteRule) serão adicionados às regras geradas pelo Wordpress."
290
 
291
+ #: wp-htaccess-control-ui.php:306
292
  msgid "Delete Pair"
293
  msgstr "Apagar Par"
294
 
295
+ #: wp-htaccess-control-ui.php:316
296
  msgid "Maintenance Mode"
297
  msgstr "Modo de Manutenção"
298
 
299
+ #: wp-htaccess-control-ui.php:320
300
  msgid "Maintenance Active"
301
  msgstr "Manutenção Activa"
302
 
303
+ #: wp-htaccess-control-ui.php:325
304
  msgid "Toggles Maintenance Mode."
305
  msgstr "Alternar Modo de Manutenção"
306
 
307
+ #: wp-htaccess-control-ui.php:329
308
  msgid "Allowed IPs"
309
  msgstr "IPs permitidos"
310
 
311
+ #: wp-htaccess-control-ui.php:334
312
  msgid "List of allowed IPs."
313
  msgstr "Lista de IPs permitidos."
314
 
315
+ #: wp-htaccess-control-ui.php:335
316
  msgid "All the IPs not listed will view the 403 error page or be redirected to a page set below."
317
  msgstr "Todos os IPs não listados verão a página de erro 403 ou redireccionados para a página indicada abaixo."
318
 
319
+ #: wp-htaccess-control-ui.php:339
320
  msgid "Redirection"
321
  msgstr "Redireccionamento"
322
 
323
+ #: wp-htaccess-control-ui.php:344
324
  msgid "If set, this will be used as redirection for disallowed IPs. This could be an external url or a document on your server (local paths begin with a trailing slash)"
325
  msgstr "Se preenchido, será utilizado como redireccionamento para IPs não permitidos. Poderá ser uma url externa ou um documento no servidor (caminhos locais começam com \"/\")"
326
 
327
+ #: wp-htaccess-control-ui.php:352
328
  msgid "Reset all rules"
329
  msgstr "Reiniciar todas as Regras"
330
 
331
+ #: wp-htaccess-control-ui.php:353
332
  msgid "Save all changes"
333
  msgstr "Salvar todas as modificações"
334
 
335
+ #: wp-htaccess-control-ui.php:359
336
  msgid "Current htaccess file as it is generated by Wordpress"
337
  msgstr "Ficheiro htaccess tal como gerado actualmente pelo Wordpress"
338
 
339
+ #: wp-htaccess-control-ui.php:367
340
  msgid "by"
341
  msgstr "por"
342
 
343
+ #: wp-htaccess-control.php:345
344
  msgid "All rules reset."
345
  msgstr "Todas as regras foram reiniciadas."
346
 
347
+ #: wp-htaccess-control.php:438
348
  msgid "All options updated."
349
  msgstr "As modificações foram salvas."
350
 
351
+ #: wp-htaccess-control.php:446
352
  msgid "Wordpress Rewrite pairs reset."
353
  msgstr "Pares de Rewrite do Wordpress reiniciados."
354
 
355
+ #: wp-htaccess-control.php:452
356
  msgid "Wordpress Rewrite pair deleted."
357
  msgstr "Par de Rewrite do Wordpress apagado."
358
 
376
  msgid "http://dardna.com"
377
  msgstr "http://dardna.com"
378
 
379
+ #~ msgid "Activate"
380
+ #~ msgstr "Activar"
lang/wp-htaccess-control-pt_PT.mo CHANGED
Binary file
lang/wp-htaccess-control-pt_PT.po CHANGED
@@ -7,8 +7,8 @@ msgid ""
7
  msgstr ""
8
  "Project-Id-Version: WP htaccess Control 1.9\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-htaccess-control\n"
10
- "POT-Creation-Date: 2010-10-21 23:27+0000\n"
11
- "PO-Revision-Date: 2010-10-22 00:30-0000\n"
12
  "Last-Translator: António Andrade <dardna@dardna.com>\n"
13
  "Language-Team: \n"
14
  "MIME-Version: 1.0\n"
@@ -74,12 +74,12 @@ msgid "If you do not want to use a custom Pagination Permalink base just leave t
74
  msgstr "Se não deseja utilizar um Base de Permalink para Páginas personalizada deixe este campo em branco."
75
 
76
  #: wp-htaccess-control-ui.php:80
77
- msgid "Category Archives"
78
- msgstr "Arquivos de Categoria"
79
 
80
  #: wp-htaccess-control-ui.php:84
81
- msgid "Activate"
82
- msgstr "Activar"
83
 
84
  #: wp-htaccess-control-ui.php:89
85
  msgid "If active, category-based archives will be accessible using the structure:"
@@ -95,228 +95,264 @@ msgstr "a-sua-base-de-categoria"
95
  msgid "your-category"
96
  msgstr "a-sua-categoria"
97
 
 
 
 
 
98
  #: wp-htaccess-control-ui.php:100
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
99
  msgid "Custom htaccess"
100
  msgstr "htaccess Personalizado"
101
 
102
- #: wp-htaccess-control-ui.php:108
103
  msgid "This rules will be printed before any Wordpress rules."
104
  msgstr "Estas regras serão impressas antes das regras do Wordpress."
105
 
106
- #: wp-htaccess-control-ui.php:109
107
- #: wp-htaccess-control-ui.php:135
108
  msgid "Please double check them before saving as a mistake could make your site inaccessible."
109
  msgstr "Por favor reveja as suas regras antes de as salvar pois qualquer erro poder tornar o seu site inacessivel."
110
 
111
- #: wp-htaccess-control-ui.php:123
112
  msgid "Replace Wordpress htaccess"
113
  msgstr "Substituir htaccess do Wordpress"
114
 
115
- #: wp-htaccess-control-ui.php:129
116
  msgid "Leave empty for default."
117
  msgstr "Deixe em branco para manter as regras por defeito."
118
 
119
- #: wp-htaccess-control-ui.php:131
120
  msgid "<strong>Use <a href='http://www.webmasterworld.com/apache/4053973.htm'>Jim Morgan's wordpress htaccess</a></strong> (has been reported to \"speed up your WP mod_rewrite code by a factor of more than two\")"
121
  msgstr "<strong>Utilizar <a href='http://www.webmasterworld.com/apache/4053973.htm'>o htaccess para wordpress de Jim Morgan</a></strong> (pode \"acelerar o mod_rewrite do wordpress por mais de duas vezes\")"
122
 
123
- #: wp-htaccess-control-ui.php:134
124
  msgid "This rules will be printed instead of Wordpress rules."
125
  msgstr "Estas regras serão impressas em vez das regras do Wordpress."
126
 
127
- #: wp-htaccess-control-ui.php:136
128
  msgid "Original rules:"
129
  msgstr "Regras originais:"
130
 
131
- #: wp-htaccess-control-ui.php:148
132
  msgid "htaccess Suggestions"
133
  msgstr "Sugestões de htaccess"
134
 
135
- #: wp-htaccess-control-ui.php:152
136
  msgid "ServerSignature"
137
  msgstr "ServerSignature"
138
 
139
- #: wp-htaccess-control-ui.php:157
140
  msgid "Disable the ServerSignature on server generated error pages."
141
  msgstr "Desactivar a assinatura do servidor (ServerSignature) em páginas de erro geradas pelo mesmo."
142
 
143
- #: wp-htaccess-control-ui.php:161
144
  msgid "Indexes"
145
  msgstr "Índices"
146
 
147
- #: wp-htaccess-control-ui.php:166
148
  msgid "Disable directory browsing."
149
  msgstr "Desactivar a navegação de directórios via browser."
150
 
151
- #: wp-htaccess-control-ui.php:170
152
  msgid "Protect wp-config.php file"
153
  msgstr "Proteger ficheiro wp-config.php"
154
 
155
- #: wp-htaccess-control-ui.php:174
156
  msgid "Deny access to wp-config.php file."
157
  msgstr "Recusar acesso ao ficheiro wp-config.php."
158
 
159
- #: wp-htaccess-control-ui.php:178
160
  msgid "Protect htaccess file"
161
  msgstr "Proteger ficheiro htaccess"
162
 
163
- #: wp-htaccess-control-ui.php:182
164
  msgid "Deny access to .htaccess file."
165
  msgstr "Recusar acesso ao ficheiro htaccess."
166
 
167
- #: wp-htaccess-control-ui.php:186
168
  msgid "mod_gzip"
169
  msgstr "mod_gzip"
170
 
171
- #: wp-htaccess-control-ui.php:191
172
  msgid "Use mod_gzip if available."
173
  msgstr "Utilizar mod_gzip se disponível."
174
 
175
- #: wp-htaccess-control-ui.php:195
176
  msgid "mod_deflate"
177
  msgstr "mod_deflate"
178
 
179
- #: wp-htaccess-control-ui.php:200
180
  msgid "Use mod_deflate if available."
181
  msgstr "Utilizar mod_deflate se disponível."
182
 
183
- #: wp-htaccess-control-ui.php:204
184
  msgid "Limit Upload Size"
185
  msgstr "Limitar Tamanho de Upload"
186
 
187
- #: wp-htaccess-control-ui.php:209
188
  msgid "If set, this value in MB will be used as limit to file uploads."
189
  msgstr "Se preenchido, este valor em MB será utilizado como limite para uploads de ficheiros."
190
 
191
- #: wp-htaccess-control-ui.php:213
192
  msgid "Admin Email"
193
  msgstr "Email do Administrador"
194
 
195
- #: wp-htaccess-control-ui.php:218
196
  msgid "If set, this will be used as the admin email on server generated error pages."
197
  msgstr "Se preenchido, este valor será utilizado como email do administrador em páginas de erro geradas pelo servidor."
198
 
199
- #: wp-htaccess-control-ui.php:222
200
  msgid "Disable hotlinking"
201
  msgstr "Desactivar \"hotlinking\" (proteger imagens)"
202
 
203
- #: wp-htaccess-control-ui.php:227
204
  msgid "If set, this url will be used as redirection to hotlinked images (you should be using an image url here). If you prefer no output on hotlinked images use \"-\"."
205
  msgstr "Se preenchido, esta url será utilizada como redireccionamento para \"hotlinked\" images (deverá ser uma url de imagem). Se preferir simplesmente bloquear qualquer saída utilize \"-\"."
206
 
207
- #: wp-htaccess-control-ui.php:231
208
  msgid "500 error"
209
  msgstr "Erro 500"
210
 
211
- #: wp-htaccess-control-ui.php:236
212
  msgid "If set, this path will be used as page to 500 errors (example: /error.php)."
213
  msgstr "Se preenchido, esta localização será utilizada como página de erros 500 (exemplo: /erro.php)."
214
 
215
- #: wp-htaccess-control-ui.php:240
216
  msgid "403 error"
217
  msgstr "Erro 403"
218
 
219
- #: wp-htaccess-control-ui.php:245
220
  msgid "If set, this path will be used as page to 403 errors (example: /error.php)."
221
  msgstr "Se preenchido, esta localização será utilizada como página de erros 403 (exemplo: /erro.php)."
222
 
223
- #: wp-htaccess-control-ui.php:249
224
  msgid "Canonical Url"
225
  msgstr "Url Canónica"
226
 
227
- #: wp-htaccess-control-ui.php:253
228
  msgid "Force WWW"
229
  msgstr "Forçar WWW"
230
 
231
- #: wp-htaccess-control-ui.php:254
232
  msgid "Force non-WWW"
233
  msgstr "Forçar sem-WWW"
234
 
235
- #: wp-htaccess-control-ui.php:258
236
  msgid "This will force canonization. This will be done by simply modifying the wordpress \"site url\" and \"home\" options (not htaccess)."
237
  msgstr "Forçar canonização. Não utilizará htaccess mas sim as opções do Wordpress \"site url\" e \"home\"."
238
 
239
- #: wp-htaccess-control-ui.php:269
240
  msgid "Rewrite Pairs"
241
  msgstr "Pares Rewrite"
242
 
243
- #: wp-htaccess-control-ui.php:269
244
  msgid "You should migrate your rewrite pairs into the \"Custom htaccess\" rules above. The \"Rewrite Pairs\" will be removed in future versions as they lack functionality."
245
  msgstr ""
246
 
247
- #: wp-htaccess-control-ui.php:274
248
  msgid "Add rule"
249
  msgstr "Juntar regra"
250
 
251
- #: wp-htaccess-control-ui.php:275
252
  msgid "These are rewrite pairs (RewriteRule) which Wordpress can add inside its rules."
253
  msgstr "Estes pares rewrite (RewriteRule) serão adicionados às regras geradas pelo Wordpress."
254
 
255
- #: wp-htaccess-control-ui.php:284
256
  msgid "Delete Pair"
257
  msgstr "Apagar Par"
258
 
259
- #: wp-htaccess-control-ui.php:294
260
  msgid "Maintenance Mode"
261
  msgstr "Modo de Manutenção"
262
 
263
- #: wp-htaccess-control-ui.php:298
264
  msgid "Maintenance Active"
265
  msgstr "Manutenção Activa"
266
 
267
- #: wp-htaccess-control-ui.php:303
268
  msgid "Toggles Maintenance Mode."
269
  msgstr "Alternar Modo de Manutenção"
270
 
271
- #: wp-htaccess-control-ui.php:307
272
  msgid "Allowed IPs"
273
  msgstr "IPs permitidos"
274
 
275
- #: wp-htaccess-control-ui.php:312
276
  msgid "List of allowed IPs."
277
  msgstr "Lista de IPs permitidos."
278
 
279
- #: wp-htaccess-control-ui.php:313
280
  msgid "All the IPs not listed will view the 403 error page or be redirected to a page set below."
281
  msgstr "Todos os IPs não listados verão a página de erro 403 ou redireccionados para a página indicada abaixo."
282
 
283
- #: wp-htaccess-control-ui.php:317
284
  msgid "Redirection"
285
  msgstr "Redireccionamento"
286
 
287
- #: wp-htaccess-control-ui.php:322
288
  msgid "If set, this will be used as redirection for disallowed IPs. This could be an external url or a document on your server (local paths begin with a trailing slash)"
289
  msgstr "Se preenchido, será utilizado como redireccionamento para IPs não permitidos. Poderá ser uma url externa ou um documento no servidor (caminhos locais começam com \"/\")"
290
 
291
- #: wp-htaccess-control-ui.php:330
292
  msgid "Reset all rules"
293
  msgstr "Reiniciar todas as Regras"
294
 
295
- #: wp-htaccess-control-ui.php:331
296
  msgid "Save all changes"
297
  msgstr "Salvar todas as modificações"
298
 
299
- #: wp-htaccess-control-ui.php:337
300
  msgid "Current htaccess file as it is generated by Wordpress"
301
  msgstr "Ficheiro htaccess tal como gerado actualmente pelo Wordpress"
302
 
303
- #: wp-htaccess-control-ui.php:345
304
  msgid "by"
305
  msgstr "por"
306
 
307
- #: wp-htaccess-control.php:330
308
  msgid "All rules reset."
309
  msgstr "Todas as regras foram reiniciadas."
310
 
311
- #: wp-htaccess-control.php:421
312
  msgid "All options updated."
313
  msgstr "As modificações foram salvas."
314
 
315
- #: wp-htaccess-control.php:429
316
  msgid "Wordpress Rewrite pairs reset."
317
  msgstr "Pares de Rewrite do Wordpress reiniciados."
318
 
319
- #: wp-htaccess-control.php:435
320
  msgid "Wordpress Rewrite pair deleted."
321
  msgstr "Par de Rewrite do Wordpress apagado."
322
 
@@ -340,3 +376,5 @@ msgstr "António Andrade"
340
  msgid "http://dardna.com"
341
  msgstr "http://dardna.com"
342
 
 
 
7
  msgstr ""
8
  "Project-Id-Version: WP htaccess Control 1.9\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-htaccess-control\n"
10
+ "POT-Creation-Date: 2010-10-22 00:04+0000\n"
11
+ "PO-Revision-Date: 2010-10-22 01:06-0000\n"
12
  "Last-Translator: António Andrade <dardna@dardna.com>\n"
13
  "Language-Team: \n"
14
  "MIME-Version: 1.0\n"
74
  msgstr "Se não deseja utilizar um Base de Permalink para Páginas personalizada deixe este campo em branco."
75
 
76
  #: wp-htaccess-control-ui.php:80
77
+ msgid "Advanced Archives"
78
+ msgstr "Arquivos Avançados"
79
 
80
  #: wp-htaccess-control-ui.php:84
81
+ msgid "Category Archives"
82
+ msgstr "Arquivos de Categoria"
83
 
84
  #: wp-htaccess-control-ui.php:89
85
  msgid "If active, category-based archives will be accessible using the structure:"
95
  msgid "your-category"
96
  msgstr "a-sua-categoria"
97
 
98
+ #: wp-htaccess-control-ui.php:95
99
+ msgid "Author Archives"
100
+ msgstr "Arquivos de Autor"
101
+
102
  #: wp-htaccess-control-ui.php:100
103
+ msgid "If active, author-based archives will be accessible using the structure:"
104
+ msgstr "Se activo, arquivos para autor serão acessiveis utilizando a seguinte estrutura:"
105
+
106
+ #: wp-htaccess-control-ui.php:101
107
+ #: wp-htaccess-control-ui.php:102
108
+ msgid "your-author-base"
109
+ msgstr "a-sua-base-de-autor"
110
+
111
+ #: wp-htaccess-control-ui.php:101
112
+ #: wp-htaccess-control-ui.php:102
113
+ msgid "your-author"
114
+ msgstr "o-seu-autor"
115
+
116
+ #: wp-htaccess-control-ui.php:106
117
+ msgid "Tag Archives"
118
+ msgstr "Arquivos de Etiqueta"
119
+
120
+ #: wp-htaccess-control-ui.php:111
121
+ msgid "If active, tag-based archives will be accessible using the structure:"
122
+ msgstr "Se activo, arquivos para etiqueta serão acessiveis utilizando a seguinte estrutura:"
123
+
124
+ #: wp-htaccess-control-ui.php:112
125
+ #: wp-htaccess-control-ui.php:113
126
+ msgid "your-tag-base"
127
+ msgstr "a-sua-base-de-etiqueta"
128
+
129
+ #: wp-htaccess-control-ui.php:112
130
+ #: wp-htaccess-control-ui.php:113
131
+ msgid "your-tag"
132
+ msgstr "(a-sua-tag)"
133
+
134
+ #: wp-htaccess-control-ui.php:122
135
  msgid "Custom htaccess"
136
  msgstr "htaccess Personalizado"
137
 
138
+ #: wp-htaccess-control-ui.php:130
139
  msgid "This rules will be printed before any Wordpress rules."
140
  msgstr "Estas regras serão impressas antes das regras do Wordpress."
141
 
142
+ #: wp-htaccess-control-ui.php:131
143
+ #: wp-htaccess-control-ui.php:157
144
  msgid "Please double check them before saving as a mistake could make your site inaccessible."
145
  msgstr "Por favor reveja as suas regras antes de as salvar pois qualquer erro poder tornar o seu site inacessivel."
146
 
147
+ #: wp-htaccess-control-ui.php:145
148
  msgid "Replace Wordpress htaccess"
149
  msgstr "Substituir htaccess do Wordpress"
150
 
151
+ #: wp-htaccess-control-ui.php:151
152
  msgid "Leave empty for default."
153
  msgstr "Deixe em branco para manter as regras por defeito."
154
 
155
+ #: wp-htaccess-control-ui.php:153
156
  msgid "<strong>Use <a href='http://www.webmasterworld.com/apache/4053973.htm'>Jim Morgan's wordpress htaccess</a></strong> (has been reported to \"speed up your WP mod_rewrite code by a factor of more than two\")"
157
  msgstr "<strong>Utilizar <a href='http://www.webmasterworld.com/apache/4053973.htm'>o htaccess para wordpress de Jim Morgan</a></strong> (pode \"acelerar o mod_rewrite do wordpress por mais de duas vezes\")"
158
 
159
+ #: wp-htaccess-control-ui.php:156
160
  msgid "This rules will be printed instead of Wordpress rules."
161
  msgstr "Estas regras serão impressas em vez das regras do Wordpress."
162
 
163
+ #: wp-htaccess-control-ui.php:158
164
  msgid "Original rules:"
165
  msgstr "Regras originais:"
166
 
167
+ #: wp-htaccess-control-ui.php:170
168
  msgid "htaccess Suggestions"
169
  msgstr "Sugestões de htaccess"
170
 
171
+ #: wp-htaccess-control-ui.php:174
172
  msgid "ServerSignature"
173
  msgstr "ServerSignature"
174
 
175
+ #: wp-htaccess-control-ui.php:179
176
  msgid "Disable the ServerSignature on server generated error pages."
177
  msgstr "Desactivar a assinatura do servidor (ServerSignature) em páginas de erro geradas pelo mesmo."
178
 
179
+ #: wp-htaccess-control-ui.php:183
180
  msgid "Indexes"
181
  msgstr "Índices"
182
 
183
+ #: wp-htaccess-control-ui.php:188
184
  msgid "Disable directory browsing."
185
  msgstr "Desactivar a navegação de directórios via browser."
186
 
187
+ #: wp-htaccess-control-ui.php:192
188
  msgid "Protect wp-config.php file"
189
  msgstr "Proteger ficheiro wp-config.php"
190
 
191
+ #: wp-htaccess-control-ui.php:196
192
  msgid "Deny access to wp-config.php file."
193
  msgstr "Recusar acesso ao ficheiro wp-config.php."
194
 
195
+ #: wp-htaccess-control-ui.php:200
196
  msgid "Protect htaccess file"
197
  msgstr "Proteger ficheiro htaccess"
198
 
199
+ #: wp-htaccess-control-ui.php:204
200
  msgid "Deny access to .htaccess file."
201
  msgstr "Recusar acesso ao ficheiro htaccess."
202
 
203
+ #: wp-htaccess-control-ui.php:208
204
  msgid "mod_gzip"
205
  msgstr "mod_gzip"
206
 
207
+ #: wp-htaccess-control-ui.php:213
208
  msgid "Use mod_gzip if available."
209
  msgstr "Utilizar mod_gzip se disponível."
210
 
211
+ #: wp-htaccess-control-ui.php:217
212
  msgid "mod_deflate"
213
  msgstr "mod_deflate"
214
 
215
+ #: wp-htaccess-control-ui.php:222
216
  msgid "Use mod_deflate if available."
217
  msgstr "Utilizar mod_deflate se disponível."
218
 
219
+ #: wp-htaccess-control-ui.php:226
220
  msgid "Limit Upload Size"
221
  msgstr "Limitar Tamanho de Upload"
222
 
223
+ #: wp-htaccess-control-ui.php:231
224
  msgid "If set, this value in MB will be used as limit to file uploads."
225
  msgstr "Se preenchido, este valor em MB será utilizado como limite para uploads de ficheiros."
226
 
227
+ #: wp-htaccess-control-ui.php:235
228
  msgid "Admin Email"
229
  msgstr "Email do Administrador"
230
 
231
+ #: wp-htaccess-control-ui.php:240
232
  msgid "If set, this will be used as the admin email on server generated error pages."
233
  msgstr "Se preenchido, este valor será utilizado como email do administrador em páginas de erro geradas pelo servidor."
234
 
235
+ #: wp-htaccess-control-ui.php:244
236
  msgid "Disable hotlinking"
237
  msgstr "Desactivar \"hotlinking\" (proteger imagens)"
238
 
239
+ #: wp-htaccess-control-ui.php:249
240
  msgid "If set, this url will be used as redirection to hotlinked images (you should be using an image url here). If you prefer no output on hotlinked images use \"-\"."
241
  msgstr "Se preenchido, esta url será utilizada como redireccionamento para \"hotlinked\" images (deverá ser uma url de imagem). Se preferir simplesmente bloquear qualquer saída utilize \"-\"."
242
 
243
+ #: wp-htaccess-control-ui.php:253
244
  msgid "500 error"
245
  msgstr "Erro 500"
246
 
247
+ #: wp-htaccess-control-ui.php:258
248
  msgid "If set, this path will be used as page to 500 errors (example: /error.php)."
249
  msgstr "Se preenchido, esta localização será utilizada como página de erros 500 (exemplo: /erro.php)."
250
 
251
+ #: wp-htaccess-control-ui.php:262
252
  msgid "403 error"
253
  msgstr "Erro 403"
254
 
255
+ #: wp-htaccess-control-ui.php:267
256
  msgid "If set, this path will be used as page to 403 errors (example: /error.php)."
257
  msgstr "Se preenchido, esta localização será utilizada como página de erros 403 (exemplo: /erro.php)."
258
 
259
+ #: wp-htaccess-control-ui.php:271
260
  msgid "Canonical Url"
261
  msgstr "Url Canónica"
262
 
263
+ #: wp-htaccess-control-ui.php:275
264
  msgid "Force WWW"
265
  msgstr "Forçar WWW"
266
 
267
+ #: wp-htaccess-control-ui.php:276
268
  msgid "Force non-WWW"
269
  msgstr "Forçar sem-WWW"
270
 
271
+ #: wp-htaccess-control-ui.php:280
272
  msgid "This will force canonization. This will be done by simply modifying the wordpress \"site url\" and \"home\" options (not htaccess)."
273
  msgstr "Forçar canonização. Não utilizará htaccess mas sim as opções do Wordpress \"site url\" e \"home\"."
274
 
275
+ #: wp-htaccess-control-ui.php:291
276
  msgid "Rewrite Pairs"
277
  msgstr "Pares Rewrite"
278
 
279
+ #: wp-htaccess-control-ui.php:291
280
  msgid "You should migrate your rewrite pairs into the \"Custom htaccess\" rules above. The \"Rewrite Pairs\" will be removed in future versions as they lack functionality."
281
  msgstr ""
282
 
283
+ #: wp-htaccess-control-ui.php:296
284
  msgid "Add rule"
285
  msgstr "Juntar regra"
286
 
287
+ #: wp-htaccess-control-ui.php:297
288
  msgid "These are rewrite pairs (RewriteRule) which Wordpress can add inside its rules."
289
  msgstr "Estes pares rewrite (RewriteRule) serão adicionados às regras geradas pelo Wordpress."
290
 
291
+ #: wp-htaccess-control-ui.php:306
292
  msgid "Delete Pair"
293
  msgstr "Apagar Par"
294
 
295
+ #: wp-htaccess-control-ui.php:316
296
  msgid "Maintenance Mode"
297
  msgstr "Modo de Manutenção"
298
 
299
+ #: wp-htaccess-control-ui.php:320
300
  msgid "Maintenance Active"
301
  msgstr "Manutenção Activa"
302
 
303
+ #: wp-htaccess-control-ui.php:325
304
  msgid "Toggles Maintenance Mode."
305
  msgstr "Alternar Modo de Manutenção"
306
 
307
+ #: wp-htaccess-control-ui.php:329
308
  msgid "Allowed IPs"
309
  msgstr "IPs permitidos"
310
 
311
+ #: wp-htaccess-control-ui.php:334
312
  msgid "List of allowed IPs."
313
  msgstr "Lista de IPs permitidos."
314
 
315
+ #: wp-htaccess-control-ui.php:335
316
  msgid "All the IPs not listed will view the 403 error page or be redirected to a page set below."
317
  msgstr "Todos os IPs não listados verão a página de erro 403 ou redireccionados para a página indicada abaixo."
318
 
319
+ #: wp-htaccess-control-ui.php:339
320
  msgid "Redirection"
321
  msgstr "Redireccionamento"
322
 
323
+ #: wp-htaccess-control-ui.php:344
324
  msgid "If set, this will be used as redirection for disallowed IPs. This could be an external url or a document on your server (local paths begin with a trailing slash)"
325
  msgstr "Se preenchido, será utilizado como redireccionamento para IPs não permitidos. Poderá ser uma url externa ou um documento no servidor (caminhos locais começam com \"/\")"
326
 
327
+ #: wp-htaccess-control-ui.php:352
328
  msgid "Reset all rules"
329
  msgstr "Reiniciar todas as Regras"
330
 
331
+ #: wp-htaccess-control-ui.php:353
332
  msgid "Save all changes"
333
  msgstr "Salvar todas as modificações"
334
 
335
+ #: wp-htaccess-control-ui.php:359
336
  msgid "Current htaccess file as it is generated by Wordpress"
337
  msgstr "Ficheiro htaccess tal como gerado actualmente pelo Wordpress"
338
 
339
+ #: wp-htaccess-control-ui.php:367
340
  msgid "by"
341
  msgstr "por"
342
 
343
+ #: wp-htaccess-control.php:345
344
  msgid "All rules reset."
345
  msgstr "Todas as regras foram reiniciadas."
346
 
347
+ #: wp-htaccess-control.php:438
348
  msgid "All options updated."
349
  msgstr "As modificações foram salvas."
350
 
351
+ #: wp-htaccess-control.php:446
352
  msgid "Wordpress Rewrite pairs reset."
353
  msgstr "Pares de Rewrite do Wordpress reiniciados."
354
 
355
+ #: wp-htaccess-control.php:452
356
  msgid "Wordpress Rewrite pair deleted."
357
  msgstr "Par de Rewrite do Wordpress apagado."
358
 
376
  msgid "http://dardna.com"
377
  msgstr "http://dardna.com"
378
 
379
+ #~ msgid "Activate"
380
+ #~ msgstr "Activar"
lang/wp-htaccess-control.pot CHANGED
@@ -8,7 +8,7 @@ msgid ""
8
  msgstr ""
9
  "Project-Id-Version: WP htaccess Control 1.9\n"
10
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-htaccess-control\n"
11
- "POT-Creation-Date: 2010-10-21 23:27+0000\n"
12
  "PO-Revision-Date: 2010-MO-DA HO:MI+ZONE\n"
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -84,11 +84,11 @@ msgid ""
84
  msgstr ""
85
 
86
  #: wp-htaccess-control-ui.php:80
87
- msgid "Category Archives"
88
  msgstr ""
89
 
90
  #: wp-htaccess-control-ui.php:84
91
- msgid "Activate"
92
  msgstr ""
93
 
94
  #: wp-htaccess-control-ui.php:89
@@ -104,250 +104,283 @@ msgstr ""
104
  msgid "your-category"
105
  msgstr ""
106
 
 
 
 
 
107
  #: wp-htaccess-control-ui.php:100
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
108
  msgid "Custom htaccess"
109
  msgstr ""
110
 
111
- #: wp-htaccess-control-ui.php:108
112
  msgid "This rules will be printed before any Wordpress rules."
113
  msgstr ""
114
 
115
- #: wp-htaccess-control-ui.php:109 wp-htaccess-control-ui.php:135
116
  msgid ""
117
  "Please double check them before saving as a mistake could make your site "
118
  "inaccessible."
119
  msgstr ""
120
 
121
- #: wp-htaccess-control-ui.php:123
122
  msgid "Replace Wordpress htaccess"
123
  msgstr ""
124
 
125
- #: wp-htaccess-control-ui.php:129
126
  msgid "Leave empty for default."
127
  msgstr ""
128
 
129
- #: wp-htaccess-control-ui.php:131
130
  msgid ""
131
  "<strong>Use <a href='http://www.webmasterworld.com/apache/4053973.htm'>Jim "
132
  "Morgan's wordpress htaccess</a></strong> (has been reported to \"speed up "
133
  "your WP mod_rewrite code by a factor of more than two\")"
134
  msgstr ""
135
 
136
- #: wp-htaccess-control-ui.php:134
137
  msgid "This rules will be printed instead of Wordpress rules."
138
  msgstr ""
139
 
140
- #: wp-htaccess-control-ui.php:136
141
  msgid "Original rules:"
142
  msgstr ""
143
 
144
- #: wp-htaccess-control-ui.php:148
145
  msgid "htaccess Suggestions"
146
  msgstr ""
147
 
148
- #: wp-htaccess-control-ui.php:152
149
  msgid "ServerSignature"
150
  msgstr ""
151
 
152
- #: wp-htaccess-control-ui.php:157
153
  msgid "Disable the ServerSignature on server generated error pages."
154
  msgstr ""
155
 
156
- #: wp-htaccess-control-ui.php:161
157
  msgid "Indexes"
158
  msgstr ""
159
 
160
- #: wp-htaccess-control-ui.php:166
161
  msgid "Disable directory browsing."
162
  msgstr ""
163
 
164
- #: wp-htaccess-control-ui.php:170
165
  msgid "Protect wp-config.php file"
166
  msgstr ""
167
 
168
- #: wp-htaccess-control-ui.php:174
169
  msgid "Deny access to wp-config.php file."
170
  msgstr ""
171
 
172
- #: wp-htaccess-control-ui.php:178
173
  msgid "Protect htaccess file"
174
  msgstr ""
175
 
176
- #: wp-htaccess-control-ui.php:182
177
  msgid "Deny access to .htaccess file."
178
  msgstr ""
179
 
180
- #: wp-htaccess-control-ui.php:186
181
  msgid "mod_gzip"
182
  msgstr ""
183
 
184
- #: wp-htaccess-control-ui.php:191
185
  msgid "Use mod_gzip if available."
186
  msgstr ""
187
 
188
- #: wp-htaccess-control-ui.php:195
189
  msgid "mod_deflate"
190
  msgstr ""
191
 
192
- #: wp-htaccess-control-ui.php:200
193
  msgid "Use mod_deflate if available."
194
  msgstr ""
195
 
196
- #: wp-htaccess-control-ui.php:204
197
  msgid "Limit Upload Size"
198
  msgstr ""
199
 
200
- #: wp-htaccess-control-ui.php:209
201
  msgid "If set, this value in MB will be used as limit to file uploads."
202
  msgstr ""
203
 
204
- #: wp-htaccess-control-ui.php:213
205
  msgid "Admin Email"
206
  msgstr ""
207
 
208
- #: wp-htaccess-control-ui.php:218
209
  msgid ""
210
  "If set, this will be used as the admin email on server generated error pages."
211
  msgstr ""
212
 
213
- #: wp-htaccess-control-ui.php:222
214
  msgid "Disable hotlinking"
215
  msgstr ""
216
 
217
- #: wp-htaccess-control-ui.php:227
218
  msgid ""
219
  "If set, this url will be used as redirection to hotlinked images (you should "
220
  "be using an image url here). If you prefer no output on hotlinked images use "
221
  "\"-\"."
222
  msgstr ""
223
 
224
- #: wp-htaccess-control-ui.php:231
225
  msgid "500 error"
226
  msgstr ""
227
 
228
- #: wp-htaccess-control-ui.php:236
229
  msgid ""
230
  "If set, this path will be used as page to 500 errors (example: /error.php)."
231
  msgstr ""
232
 
233
- #: wp-htaccess-control-ui.php:240
234
  msgid "403 error"
235
  msgstr ""
236
 
237
- #: wp-htaccess-control-ui.php:245
238
  msgid ""
239
  "If set, this path will be used as page to 403 errors (example: /error.php)."
240
  msgstr ""
241
 
242
- #: wp-htaccess-control-ui.php:249
243
  msgid "Canonical Url"
244
  msgstr ""
245
 
246
- #: wp-htaccess-control-ui.php:253
247
  msgid "Force WWW"
248
  msgstr ""
249
 
250
- #: wp-htaccess-control-ui.php:254
251
  msgid "Force non-WWW"
252
  msgstr ""
253
 
254
- #: wp-htaccess-control-ui.php:258
255
  msgid ""
256
  "This will force canonization. This will be done by simply modifying the "
257
  "wordpress \"site url\" and \"home\" options (not htaccess)."
258
  msgstr ""
259
 
260
- #: wp-htaccess-control-ui.php:269
261
  msgid "Rewrite Pairs"
262
  msgstr ""
263
 
264
- #: wp-htaccess-control-ui.php:269
265
  msgid ""
266
  "You should migrate your rewrite pairs into the \"Custom htaccess\" rules "
267
  "above. The \"Rewrite Pairs\" will be removed in future versions as they lack "
268
  "functionality."
269
  msgstr ""
270
 
271
- #: wp-htaccess-control-ui.php:274
272
  msgid "Add rule"
273
  msgstr ""
274
 
275
- #: wp-htaccess-control-ui.php:275
276
  msgid ""
277
  "These are rewrite pairs (RewriteRule) which Wordpress can add inside its "
278
  "rules."
279
  msgstr ""
280
 
281
- #: wp-htaccess-control-ui.php:284
282
  msgid "Delete Pair"
283
  msgstr ""
284
 
285
- #: wp-htaccess-control-ui.php:294
286
  msgid "Maintenance Mode"
287
  msgstr ""
288
 
289
- #: wp-htaccess-control-ui.php:298
290
  msgid "Maintenance Active"
291
  msgstr ""
292
 
293
- #: wp-htaccess-control-ui.php:303
294
  msgid "Toggles Maintenance Mode."
295
  msgstr ""
296
 
297
- #: wp-htaccess-control-ui.php:307
298
  msgid "Allowed IPs"
299
  msgstr ""
300
 
301
- #: wp-htaccess-control-ui.php:312
302
  msgid "List of allowed IPs."
303
  msgstr ""
304
 
305
- #: wp-htaccess-control-ui.php:313
306
  msgid ""
307
  "All the IPs not listed will view the 403 error page or be redirected to a "
308
  "page set below."
309
  msgstr ""
310
 
311
- #: wp-htaccess-control-ui.php:317
312
  msgid "Redirection"
313
  msgstr ""
314
 
315
- #: wp-htaccess-control-ui.php:322
316
  msgid ""
317
  "If set, this will be used as redirection for disallowed IPs. This could be "
318
  "an external url or a document on your server (local paths begin with a "
319
  "trailing slash)"
320
  msgstr ""
321
 
322
- #: wp-htaccess-control-ui.php:330
323
  msgid "Reset all rules"
324
  msgstr ""
325
 
326
- #: wp-htaccess-control-ui.php:331
327
  msgid "Save all changes"
328
  msgstr ""
329
 
330
- #: wp-htaccess-control-ui.php:337
331
  msgid "Current htaccess file as it is generated by Wordpress"
332
  msgstr ""
333
 
334
- #: wp-htaccess-control-ui.php:345
335
  msgid "by"
336
  msgstr ""
337
 
338
- #: wp-htaccess-control.php:330
339
  msgid "All rules reset."
340
  msgstr ""
341
 
342
- #: wp-htaccess-control.php:421
343
  msgid "All options updated."
344
  msgstr ""
345
 
346
- #: wp-htaccess-control.php:429
347
  msgid "Wordpress Rewrite pairs reset."
348
  msgstr ""
349
 
350
- #: wp-htaccess-control.php:435
351
  msgid "Wordpress Rewrite pair deleted."
352
  msgstr ""
353
 
8
  msgstr ""
9
  "Project-Id-Version: WP htaccess Control 1.9\n"
10
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-htaccess-control\n"
11
+ "POT-Creation-Date: 2010-10-22 00:04+0000\n"
12
  "PO-Revision-Date: 2010-MO-DA HO:MI+ZONE\n"
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
84
  msgstr ""
85
 
86
  #: wp-htaccess-control-ui.php:80
87
+ msgid "Advanced Archives"
88
  msgstr ""
89
 
90
  #: wp-htaccess-control-ui.php:84
91
+ msgid "Category Archives"
92
  msgstr ""
93
 
94
  #: wp-htaccess-control-ui.php:89
104
  msgid "your-category"
105
  msgstr ""
106
 
107
+ #: wp-htaccess-control-ui.php:95
108
+ msgid "Author Archives"
109
+ msgstr ""
110
+
111
  #: wp-htaccess-control-ui.php:100
112
+ msgid ""
113
+ "If active, author-based archives will be accessible using the structure:"
114
+ msgstr ""
115
+
116
+ #: wp-htaccess-control-ui.php:101 wp-htaccess-control-ui.php:102
117
+ msgid "your-author-base"
118
+ msgstr ""
119
+
120
+ #: wp-htaccess-control-ui.php:101 wp-htaccess-control-ui.php:102
121
+ msgid "your-author"
122
+ msgstr ""
123
+
124
+ #: wp-htaccess-control-ui.php:106
125
+ msgid "Tag Archives"
126
+ msgstr ""
127
+
128
+ #: wp-htaccess-control-ui.php:111
129
+ msgid "If active, tag-based archives will be accessible using the structure:"
130
+ msgstr ""
131
+
132
+ #: wp-htaccess-control-ui.php:112 wp-htaccess-control-ui.php:113
133
+ msgid "your-tag-base"
134
+ msgstr ""
135
+
136
+ #: wp-htaccess-control-ui.php:112 wp-htaccess-control-ui.php:113
137
+ msgid "your-tag"
138
+ msgstr ""
139
+
140
+ #: wp-htaccess-control-ui.php:122
141
  msgid "Custom htaccess"
142
  msgstr ""
143
 
144
+ #: wp-htaccess-control-ui.php:130
145
  msgid "This rules will be printed before any Wordpress rules."
146
  msgstr ""
147
 
148
+ #: wp-htaccess-control-ui.php:131 wp-htaccess-control-ui.php:157
149
  msgid ""
150
  "Please double check them before saving as a mistake could make your site "
151
  "inaccessible."
152
  msgstr ""
153
 
154
+ #: wp-htaccess-control-ui.php:145
155
  msgid "Replace Wordpress htaccess"
156
  msgstr ""
157
 
158
+ #: wp-htaccess-control-ui.php:151
159
  msgid "Leave empty for default."
160
  msgstr ""
161
 
162
+ #: wp-htaccess-control-ui.php:153
163
  msgid ""
164
  "<strong>Use <a href='http://www.webmasterworld.com/apache/4053973.htm'>Jim "
165
  "Morgan's wordpress htaccess</a></strong> (has been reported to \"speed up "
166
  "your WP mod_rewrite code by a factor of more than two\")"
167
  msgstr ""
168
 
169
+ #: wp-htaccess-control-ui.php:156
170
  msgid "This rules will be printed instead of Wordpress rules."
171
  msgstr ""
172
 
173
+ #: wp-htaccess-control-ui.php:158
174
  msgid "Original rules:"
175
  msgstr ""
176
 
177
+ #: wp-htaccess-control-ui.php:170
178
  msgid "htaccess Suggestions"
179
  msgstr ""
180
 
181
+ #: wp-htaccess-control-ui.php:174
182
  msgid "ServerSignature"
183
  msgstr ""
184
 
185
+ #: wp-htaccess-control-ui.php:179
186
  msgid "Disable the ServerSignature on server generated error pages."
187
  msgstr ""
188
 
189
+ #: wp-htaccess-control-ui.php:183
190
  msgid "Indexes"
191
  msgstr ""
192
 
193
+ #: wp-htaccess-control-ui.php:188
194
  msgid "Disable directory browsing."
195
  msgstr ""
196
 
197
+ #: wp-htaccess-control-ui.php:192
198
  msgid "Protect wp-config.php file"
199
  msgstr ""
200
 
201
+ #: wp-htaccess-control-ui.php:196
202
  msgid "Deny access to wp-config.php file."
203
  msgstr ""
204
 
205
+ #: wp-htaccess-control-ui.php:200
206
  msgid "Protect htaccess file"
207
  msgstr ""
208
 
209
+ #: wp-htaccess-control-ui.php:204
210
  msgid "Deny access to .htaccess file."
211
  msgstr ""
212
 
213
+ #: wp-htaccess-control-ui.php:208
214
  msgid "mod_gzip"
215
  msgstr ""
216
 
217
+ #: wp-htaccess-control-ui.php:213
218
  msgid "Use mod_gzip if available."
219
  msgstr ""
220
 
221
+ #: wp-htaccess-control-ui.php:217
222
  msgid "mod_deflate"
223
  msgstr ""
224
 
225
+ #: wp-htaccess-control-ui.php:222
226
  msgid "Use mod_deflate if available."
227
  msgstr ""
228
 
229
+ #: wp-htaccess-control-ui.php:226
230
  msgid "Limit Upload Size"
231
  msgstr ""
232
 
233
+ #: wp-htaccess-control-ui.php:231
234
  msgid "If set, this value in MB will be used as limit to file uploads."
235
  msgstr ""
236
 
237
+ #: wp-htaccess-control-ui.php:235
238
  msgid "Admin Email"
239
  msgstr ""
240
 
241
+ #: wp-htaccess-control-ui.php:240
242
  msgid ""
243
  "If set, this will be used as the admin email on server generated error pages."
244
  msgstr ""
245
 
246
+ #: wp-htaccess-control-ui.php:244
247
  msgid "Disable hotlinking"
248
  msgstr ""
249
 
250
+ #: wp-htaccess-control-ui.php:249
251
  msgid ""
252
  "If set, this url will be used as redirection to hotlinked images (you should "
253
  "be using an image url here). If you prefer no output on hotlinked images use "
254
  "\"-\"."
255
  msgstr ""
256
 
257
+ #: wp-htaccess-control-ui.php:253
258
  msgid "500 error"
259
  msgstr ""
260
 
261
+ #: wp-htaccess-control-ui.php:258
262
  msgid ""
263
  "If set, this path will be used as page to 500 errors (example: /error.php)."
264
  msgstr ""
265
 
266
+ #: wp-htaccess-control-ui.php:262
267
  msgid "403 error"
268
  msgstr ""
269
 
270
+ #: wp-htaccess-control-ui.php:267
271
  msgid ""
272
  "If set, this path will be used as page to 403 errors (example: /error.php)."
273
  msgstr ""
274
 
275
+ #: wp-htaccess-control-ui.php:271
276
  msgid "Canonical Url"
277
  msgstr ""
278
 
279
+ #: wp-htaccess-control-ui.php:275
280
  msgid "Force WWW"
281
  msgstr ""
282
 
283
+ #: wp-htaccess-control-ui.php:276
284
  msgid "Force non-WWW"
285
  msgstr ""
286
 
287
+ #: wp-htaccess-control-ui.php:280
288
  msgid ""
289
  "This will force canonization. This will be done by simply modifying the "
290
  "wordpress \"site url\" and \"home\" options (not htaccess)."
291
  msgstr ""
292
 
293
+ #: wp-htaccess-control-ui.php:291
294
  msgid "Rewrite Pairs"
295
  msgstr ""
296
 
297
+ #: wp-htaccess-control-ui.php:291
298
  msgid ""
299
  "You should migrate your rewrite pairs into the \"Custom htaccess\" rules "
300
  "above. The \"Rewrite Pairs\" will be removed in future versions as they lack "
301
  "functionality."
302
  msgstr ""
303
 
304
+ #: wp-htaccess-control-ui.php:296
305
  msgid "Add rule"
306
  msgstr ""
307
 
308
+ #: wp-htaccess-control-ui.php:297
309
  msgid ""
310
  "These are rewrite pairs (RewriteRule) which Wordpress can add inside its "
311
  "rules."
312
  msgstr ""
313
 
314
+ #: wp-htaccess-control-ui.php:306
315
  msgid "Delete Pair"
316
  msgstr ""
317
 
318
+ #: wp-htaccess-control-ui.php:316
319
  msgid "Maintenance Mode"
320
  msgstr ""
321
 
322
+ #: wp-htaccess-control-ui.php:320
323
  msgid "Maintenance Active"
324
  msgstr ""
325
 
326
+ #: wp-htaccess-control-ui.php:325
327
  msgid "Toggles Maintenance Mode."
328
  msgstr ""
329
 
330
+ #: wp-htaccess-control-ui.php:329
331
  msgid "Allowed IPs"
332
  msgstr ""
333
 
334
+ #: wp-htaccess-control-ui.php:334
335
  msgid "List of allowed IPs."
336
  msgstr ""
337
 
338
+ #: wp-htaccess-control-ui.php:335
339
  msgid ""
340
  "All the IPs not listed will view the 403 error page or be redirected to a "
341
  "page set below."
342
  msgstr ""
343
 
344
+ #: wp-htaccess-control-ui.php:339
345
  msgid "Redirection"
346
  msgstr ""
347
 
348
+ #: wp-htaccess-control-ui.php:344
349
  msgid ""
350
  "If set, this will be used as redirection for disallowed IPs. This could be "
351
  "an external url or a document on your server (local paths begin with a "
352
  "trailing slash)"
353
  msgstr ""
354
 
355
+ #: wp-htaccess-control-ui.php:352
356
  msgid "Reset all rules"
357
  msgstr ""
358
 
359
+ #: wp-htaccess-control-ui.php:353
360
  msgid "Save all changes"
361
  msgstr ""
362
 
363
+ #: wp-htaccess-control-ui.php:359
364
  msgid "Current htaccess file as it is generated by Wordpress"
365
  msgstr ""
366
 
367
+ #: wp-htaccess-control-ui.php:367
368
  msgid "by"
369
  msgstr ""
370
 
371
+ #: wp-htaccess-control.php:345
372
  msgid "All rules reset."
373
  msgstr ""
374
 
375
+ #: wp-htaccess-control.php:438
376
  msgid "All options updated."
377
  msgstr ""
378
 
379
+ #: wp-htaccess-control.php:446
380
  msgid "Wordpress Rewrite pairs reset."
381
  msgstr ""
382
 
383
+ #: wp-htaccess-control.php:452
384
  msgid "Wordpress Rewrite pair deleted."
385
  msgstr ""
386
 
readme.txt CHANGED
@@ -6,7 +6,7 @@ Donate link:
6
  Tags: permalinks, permalink, author, htaccess, rewrite, redirect, admin, maintenance, pagination
7
  Requires at least: 2.7
8
  Tested up to: 3.0.1
9
- Stable tag: 1.9
10
 
11
  Interface to customize the htaccess file generated by Wordpress and the Author and Pagination Permalinks.
12
 
@@ -21,6 +21,7 @@ Interface to customize the htaccess file generated by Wordpress and the Author a
21
  * Customizing the htaccess file generated by Wordpress;
22
  * Customizing the Author Permalink Base (if Google XML Sitemap is found installed, you'll be able to use your Custom Author Permalink on the sitemap generated);
23
  * Customizing Paginated Permalinks (translate the "page" word on permalinks to your own language);
 
24
  * Maintenance mode.
25
 
26
  **Easy to use "Suggested htaccess" rules:**
@@ -62,8 +63,11 @@ Suggestions are welcome and please report any bugs found!
62
 
63
  == Changelog ==
64
 
 
 
 
65
  = 1.9 (22/10/2010) =
66
- * Feature: adding "Category-based archives".
67
 
68
  = 1.8 (09/09/2010) =
69
  * Feature: adding "Maintenance Mode";
6
  Tags: permalinks, permalink, author, htaccess, rewrite, redirect, admin, maintenance, pagination
7
  Requires at least: 2.7
8
  Tested up to: 3.0.1
9
+ Stable tag: 1.9.1
10
 
11
  Interface to customize the htaccess file generated by Wordpress and the Author and Pagination Permalinks.
12
 
21
  * Customizing the htaccess file generated by Wordpress;
22
  * Customizing the Author Permalink Base (if Google XML Sitemap is found installed, you'll be able to use your Custom Author Permalink on the sitemap generated);
23
  * Customizing Paginated Permalinks (translate the "page" word on permalinks to your own language);
24
+ * Category, Author and Tag based archives (ex: "http://your-site.com/category/stories/2010/12"; "http://your-site.com/author/admin/2010/12/page/2"; "http://your-site.com/tag/wordpress/2010/12");
25
  * Maintenance mode.
26
 
27
  **Easy to use "Suggested htaccess" rules:**
63
 
64
  == Changelog ==
65
 
66
+ = 1.9.1 (22/10/2010) =
67
+ * Feature: adding "Author and Tag based archives".
68
+
69
  = 1.9 (22/10/2010) =
70
+ * Feature: adding "Category-based archives" (good idea webakimbo).
71
 
72
  = 1.8 (09/09/2010) =
73
  * Feature: adding "Maintenance Mode";
wp-htaccess-control-ui.php CHANGED
@@ -73,15 +73,15 @@ $WPhtc_data=get_option('WPhtc_data');
73
  </tr>
74
  </table>
75
  </div>
76
- <!-- Category-based Archives -->
77
  <div class="wphtc-section">
78
  <div class="wphtc-section-title stuffbox">
79
  <div title="Click to toggle" class="handlediv" style="background:url('<?php bloginfo("wpurl")?>/wp-admin/images/menu-bits.gif') no-repeat scroll left -111px transparent"><br></div>
80
- <h3><?php _e('Category Archives', 'wp-htaccess-control');?></h3>
81
  </div>
82
  <table class="form-table wphtc-inputs">
83
  <tr valign="top">
84
- <th scope="row" style="width:18%;"><?php _e('Activate', 'wp-htaccess-control'); ?></th>
85
  <td >
86
  <input type="checkbox" name="WPhtc_category_archives" <?php if($WPhtc_data['category_archives']){echo "checked=checked";} ?> />
87
  </td>
@@ -91,6 +91,28 @@ $WPhtc_data=get_option('WPhtc_data');
91
  <p class="description"><?php bloginfo('home')?>/<?php _e('your-category-base', 'wp-htaccess-control'); ?>/<?php _e('your-category', 'wp-htaccess-control'); ?>/2010/12</p>
92
  </td>
93
  </tr>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
94
  </table>
95
  </div>
96
  <!-- Custom htaccess -->
73
  </tr>
74
  </table>
75
  </div>
76
+ <!-- Advanced Archives -->
77
  <div class="wphtc-section">
78
  <div class="wphtc-section-title stuffbox">
79
  <div title="Click to toggle" class="handlediv" style="background:url('<?php bloginfo("wpurl")?>/wp-admin/images/menu-bits.gif') no-repeat scroll left -111px transparent"><br></div>
80
+ <h3><?php _e('Advanced Archives', 'wp-htaccess-control');?></h3>
81
  </div>
82
  <table class="form-table wphtc-inputs">
83
  <tr valign="top">
84
+ <th scope="row" style="width:18%;"><?php _e('Category Archives', 'wp-htaccess-control'); ?></th>
85
  <td >
86
  <input type="checkbox" name="WPhtc_category_archives" <?php if($WPhtc_data['category_archives']){echo "checked=checked";} ?> />
87
  </td>
91
  <p class="description"><?php bloginfo('home')?>/<?php _e('your-category-base', 'wp-htaccess-control'); ?>/<?php _e('your-category', 'wp-htaccess-control'); ?>/2010/12</p>
92
  </td>
93
  </tr>
94
+ <tr valign="top">
95
+ <th scope="row" style="width:18%;"><?php _e('Author Archives', 'wp-htaccess-control'); ?></th>
96
+ <td >
97
+ <input type="checkbox" name="WPhtc_author_archives" <?php if($WPhtc_data['author_archives']){echo "checked=checked";} ?> />
98
+ </td>
99
+ <td valign="middle">
100
+ <p class="description"><?php _e('If active, author-based archives will be accessible using the structure:', 'wp-htaccess-control'); ?></p>
101
+ <p class="description"><?php bloginfo('home')?>/<?php _e('your-author-base', 'wp-htaccess-control'); ?>/<?php _e('your-author', 'wp-htaccess-control'); ?>/2010</p>
102
+ <p class="description"><?php bloginfo('home')?>/<?php _e('your-author-base', 'wp-htaccess-control'); ?>/<?php _e('your-author', 'wp-htaccess-control'); ?>/2010/12</p>
103
+ </td>
104
+ </tr>
105
+ <tr valign="top">
106
+ <th scope="row" style="width:18%;"><?php _e('Tag Archives', 'wp-htaccess-control'); ?></th>
107
+ <td >
108
+ <input type="checkbox" name="WPhtc_tag_archives" <?php if($WPhtc_data['tag_archives']){echo "checked=checked";} ?> />
109
+ </td>
110
+ <td valign="middle">
111
+ <p class="description"><?php _e('If active, tag-based archives will be accessible using the structure:', 'wp-htaccess-control'); ?></p>
112
+ <p class="description"><?php bloginfo('home')?>/<?php _e('your-tag-base', 'wp-htaccess-control'); ?>/<?php _e('your-tag', 'wp-htaccess-control'); ?>/2010</p>
113
+ <p class="description"><?php bloginfo('home')?>/<?php _e('your-tag-base', 'wp-htaccess-control'); ?>/<?php _e('your-tag', 'wp-htaccess-control'); ?>/2010/12</p>
114
+ </td>
115
+ </tr>
116
  </table>
117
  </div>
118
  <!-- Custom htaccess -->
wp-htaccess-control.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: WP htaccess Control
4
  Plugin URI: http://dardna.com/wp-htaccess-control
5
  Description: Provides an interface to add custom htaccess rules to the htaccess file generated by wordpress. Also provides customisation of the Author Permalink Base and of Paginated Permalinks.
6
- Version: 1.9
7
  Author: António Andrade
8
  Author URI: http://dardna.com
9
  */
@@ -70,19 +70,34 @@ if (!class_exists("WPhtc")) {
70
  return $redirect_url;
71
  }
72
  }
73
- # Adding Category Archives
74
  # Replacing the Wordpress Author Permalink by rewriting its rules if we have a Custom Author Permalink, everytime the rules are flush
75
  function wphtc_filter_rewrite_rules($rewrite_rules){
76
  $WPhtc_data=get_option('WPhtc_data');
 
77
  if(isset($WPhtc_data['category_archives'])){
78
  $category_base = (get_option('category_base')!='')?get_option('category_base'):'category';
79
- $page_base=($WPhtc_data['cpp']!='')?$WPhtc_data['cpp']:'page';
80
  $new_rules = array( $category_base.'/([^/]+)/([0-9]{4})/?$' => 'index.php?category_name=$matches[1]&year=$matches[2]',
81
  $category_base.'/([^/]+)/([0-9]{4})/'.$page_base.'/?([0-9]{1,})/?$' => 'index.php?category_name=$matches[1]&year=$matches[2]&paged=$matches[3]',
82
  $category_base.'/([^/]+)/([0-9]{4})/([0-9]{2})/?$' => 'index.php?category_name=$matches[1]&year=$matches[2]&monthnum=$matches[3]',
83
  $category_base.'/([^/]+)/([0-9]{4})/([0-9]{2})/'.$page_base.'/?([0-9]{1,})/?$' => 'index.php?category_name=$matches[1]&year=$matches[2]&monthnum=$matches[3]&paged=$matches[4]');
84
  $rewrite_rules = $new_rules + $rewrite_rules;
85
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
86
  if((isset($WPhtc_data['cap'])&&$WPhtc_data['cap']!='')||(isset($WPhtc_data['cpp'])&&$WPhtc_data['cpp']!='')){
87
  $rewrite_rules=serialize($rewrite_rules);
88
  if(isset($WPhtc_data['cap'])&&$WPhtc_data['cap']!=''){
@@ -374,8 +389,10 @@ if (!class_exists("WPhtc")) {
374
  $WPhtc_data['wp_hta'].="# else rewrite the request to WP\n";
375
  $WPhtc_data['wp_hta'].="RewriteRule . /index.php [L]\n";
376
  }
377
- # Category Archives
378
  $WPhtc_data['category_archives']=$_POST['WPhtc_category_archives'];
 
 
379
  # get htaccess Suggestions
380
  $WPhtc_data['disable_serversignature']=$_POST['WPhtc_disable_serversignature'];
381
  $WPhtc_data['disable_indexes']=$_POST['WPhtc_disable_indexes'];
3
  Plugin Name: WP htaccess Control
4
  Plugin URI: http://dardna.com/wp-htaccess-control
5
  Description: Provides an interface to add custom htaccess rules to the htaccess file generated by wordpress. Also provides customisation of the Author Permalink Base and of Paginated Permalinks.
6
+ Version: 1.9.1
7
  Author: António Andrade
8
  Author URI: http://dardna.com
9
  */
70
  return $redirect_url;
71
  }
72
  }
73
+ # Advanced Archives
74
  # Replacing the Wordpress Author Permalink by rewriting its rules if we have a Custom Author Permalink, everytime the rules are flush
75
  function wphtc_filter_rewrite_rules($rewrite_rules){
76
  $WPhtc_data=get_option('WPhtc_data');
77
+ $page_base=($WPhtc_data['cpp']!='')?$WPhtc_data['cpp']:'page';
78
  if(isset($WPhtc_data['category_archives'])){
79
  $category_base = (get_option('category_base')!='')?get_option('category_base'):'category';
 
80
  $new_rules = array( $category_base.'/([^/]+)/([0-9]{4})/?$' => 'index.php?category_name=$matches[1]&year=$matches[2]',
81
  $category_base.'/([^/]+)/([0-9]{4})/'.$page_base.'/?([0-9]{1,})/?$' => 'index.php?category_name=$matches[1]&year=$matches[2]&paged=$matches[3]',
82
  $category_base.'/([^/]+)/([0-9]{4})/([0-9]{2})/?$' => 'index.php?category_name=$matches[1]&year=$matches[2]&monthnum=$matches[3]',
83
  $category_base.'/([^/]+)/([0-9]{4})/([0-9]{2})/'.$page_base.'/?([0-9]{1,})/?$' => 'index.php?category_name=$matches[1]&year=$matches[2]&monthnum=$matches[3]&paged=$matches[4]');
84
  $rewrite_rules = $new_rules + $rewrite_rules;
85
  }
86
+ if(isset($WPhtc_data['author_archives'])){
87
+ $author_base = ($WPhtc_data['cap']!='')?$WPhtc_data['cap']:'author';
88
+ $new_rules = array( $author_base.'/([^/]+)/([0-9]{4})/?$' => 'index.php?author_name=$matches[1]&year=$matches[2]',
89
+ $author_base.'/([^/]+)/([0-9]{4})/'.$page_base.'/?([0-9]{1,})/?$' => 'index.php?author_name=$matches[1]&year=$matches[2]&paged=$matches[3]',
90
+ $author_base.'/([^/]+)/([0-9]{4})/([0-9]{2})/?$' => 'index.php?author_name=$matches[1]&year=$matches[2]&monthnum=$matches[3]',
91
+ $author_base.'/([^/]+)/([0-9]{4})/([0-9]{2})/'.$page_base.'/?([0-9]{1,})/?$' => 'index.php?author_name=$matches[1]&year=$matches[2]&monthnum=$matches[3]&paged=$matches[4]');
92
+ $rewrite_rules = $new_rules + $rewrite_rules;
93
+ }
94
+ if(isset($WPhtc_data['tag_archives'])){
95
+ $new_rules = array( 'tag/([^/]+)/([0-9]{4})/?$' => 'index.php?tag=$matches[1]&year=$matches[2]',
96
+ 'tag/([^/]+)/([0-9]{4})/'.$page_base.'/?([0-9]{1,})/?$' => 'index.php?tag=$matches[1]&year=$matches[2]&paged=$matches[3]',
97
+ 'tag/([^/]+)/([0-9]{4})/([0-9]{2})/?$' => 'index.php?tag=$matches[1]&year=$matches[2]&monthnum=$matches[3]',
98
+ 'tag/([^/]+)/([0-9]{4})/([0-9]{2})/'.$page_base.'/?([0-9]{1,})/?$' => 'index.php?tag=$matches[1]&year=$matches[2]&monthnum=$matches[3]&paged=$matches[4]');
99
+ $rewrite_rules = $new_rules + $rewrite_rules;
100
+ }
101
  if((isset($WPhtc_data['cap'])&&$WPhtc_data['cap']!='')||(isset($WPhtc_data['cpp'])&&$WPhtc_data['cpp']!='')){
102
  $rewrite_rules=serialize($rewrite_rules);
103
  if(isset($WPhtc_data['cap'])&&$WPhtc_data['cap']!=''){
389
  $WPhtc_data['wp_hta'].="# else rewrite the request to WP\n";
390
  $WPhtc_data['wp_hta'].="RewriteRule . /index.php [L]\n";
391
  }
392
+ # Advanced Archives
393
  $WPhtc_data['category_archives']=$_POST['WPhtc_category_archives'];
394
+ $WPhtc_data['author_archives']=$_POST['WPhtc_author_archives'];
395
+ $WPhtc_data['tag_archives']=$_POST['WPhtc_tag_archives'];
396
  # get htaccess Suggestions
397
  $WPhtc_data['disable_serversignature']=$_POST['WPhtc_disable_serversignature'];
398
  $WPhtc_data['disable_indexes']=$_POST['WPhtc_disable_indexes'];