File tree Expand file tree Collapse file tree 7 files changed +11
-8
lines changed Expand file tree Collapse file tree 7 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ function code_snippets_load_single_menu() {
80
80
81
81
/* Make sure the user has permission to be here */
82
82
if ( ! current_user_can ( get_snippets_cap () ) ) {
83
- wp_die ( __ ( 'You are not access this page. ' , 'code-snippets ' ) );
83
+ wp_die ( __ ( 'You are not authorized to access this page. ' , 'code-snippets ' ) );
84
84
}
85
85
86
86
/* Create the snippet tables if they don't exist */
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ function code_snippets_load_manage_menu() {
64
64
65
65
/* Make sure the user has permission to be here */
66
66
if ( ! current_user_can ( get_snippets_cap () ) ) {
67
- wp_die ( __ ( 'You are not access this page. ' , 'code-snippets ' ) );
67
+ wp_die ( __ ( 'You are not authorized to access this page. ' , 'code-snippets ' ) );
68
68
}
69
69
70
70
/* Load stylesheet for this page */
Original file line number Diff line number Diff line change @@ -433,7 +433,7 @@ msgid "Import snippets from a Code Snippets export file"
433
433
msgstr "Импортировать сниппеты из файла экспорта плагина \" Code Snippets\" ."
434
434
435
435
#: includes/class-admin.php:246
436
- msgid "You are not access this page."
436
+ msgid "You are not authorized to access this page."
437
437
msgstr "У вас нет доступа к этой странице."
438
438
439
439
#: includes/class-admin.php:288 includes/class-admin.php:695
Original file line number Diff line number Diff line change @@ -421,7 +421,7 @@ msgid "Import snippets from a Code Snippets export file"
421
421
msgstr "Importovať snippety zo súboru Code Snippets"
422
422
423
423
#: ../includes/class-admin.php:246
424
- msgid "You are not access this page."
424
+ msgid "You are not authorized to access this page."
425
425
msgstr "Nemáte prístup na túto stránku."
426
426
427
427
#: ../includes/class-admin.php:288 ../includes/class-admin.php:695
Original file line number Diff line number Diff line change 8
8
msgstr ""
9
9
"Project-Id-Version : code-snippets 2.0.0-dev\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
- "POT-Creation-Date : 2015-02-23 22:26 +1030\n "
11
+ "POT-Creation-Date : 2015-02-23 22:28 +1030\n "
12
12
"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
13
13
"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
14
14
"Language-Team : LANGUAGE <LL@li.org>\n "
@@ -267,9 +267,8 @@ msgstr ""
267
267
msgid "Delete"
268
268
msgstr ""
269
269
270
- #: includes/edit/edit.php:83 includes/import/import.php:92
271
- #: includes/manage/manage.php:67
272
- msgid "You are not access this page."
270
+ #: includes/edit/edit.php:83 includes/manage/manage.php:67
271
+ msgid "You are not authorized to access this page."
273
272
msgstr ""
274
273
275
274
#: includes/edit/edit.php:176 includes/manage/class-list-table.php:242
@@ -377,6 +376,10 @@ msgstr ""
377
376
msgid "Import"
378
377
msgstr ""
379
378
379
+ #: includes/import/import.php:92
380
+ msgid "You are not access this page."
381
+ msgstr ""
382
+
380
383
#: includes/manage/admin-help.php:17
381
384
msgid ""
382
385
"Snippets are similar to plugins - they both extend and expand the "
You can’t perform that action at this time.
0 commit comments