# Copyright (C) 2017 underDEV
# This file is distributed under the GPL3.
msgid ""
msgstr ""
"Project-Id-Version: Advanced Cron Manager 2.1.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/advanced-cron-"
"manager\n"
"POT-Creation-Date: 2017-07-17 18:04:36+00:00\n"
"PO-Revision-Date: 2023-11-30 10:00+0700\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: vi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;"
"_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;"
"esc_html_x:1,2c\n"
"X-Poedit-Basepath: ..\n"
"X-Textdomain-Support: yes\n"
"X-Generator: Poedit 3.4.1\n"
"X-Poedit-SearchPath-0: .\n"

#. Plugin Name of the plugin/theme
msgid "Advanced Cron Manager"
msgstr ""

#: inc/AdminScreen.php:56
msgid "Logs"
msgstr ""

#: inc/AdminScreen.php:57 views/forms/event/add.php:35
#: views/parts/events/header-row.php:12
msgid "Arguments"
msgstr ""

#: inc/AdminScreen.php:58 views/forms/event/add.php:24
#: views/parts/events/header-row.php:11
msgid "Schedule"
msgstr ""

#: inc/AdminScreen.php:59
msgid "Implementation"
msgstr ""

#: inc/Assets.php:60
msgid "Event has been executed with errors"
msgstr ""

#: inc/Assets.php:61 views/parts/events/tablenav.php:35
msgid "events"
msgstr ""

#: inc/Assets.php:62
msgid "Removing..."
msgstr ""

#: inc/Assets.php:63
msgid "Pausing..."
msgstr ""

#: inc/Cron/EventsActions.php:83
msgid "Event \"%s\" with %d argument has been scheduled (%s)"
msgid_plural "Event \"%s\" with %d arguments has been scheduled (%s)"
msgstr[0] ""

#: inc/Cron/EventsActions.php:107
msgid "Event \"%s\" has been executed"
msgstr ""

#: inc/Cron/EventsActions.php:124
msgid "Event \"%s\" is protected and you cannot remove it"
msgstr ""

#: inc/Cron/EventsActions.php:130
msgid "Event \"%s\" has been removed"
msgstr ""

#: inc/Cron/EventsActions.php:154
msgid "Event \"%s\" has been paused"
msgstr ""

#: inc/Cron/EventsActions.php:178
msgid "Event \"%s\" has been unpaused"
msgstr ""

#: inc/Cron/EventsLibrary.php:72
msgid "Please, provide a hook for your Event"
msgstr ""

#: inc/Cron/EventsLibrary.php:78
msgid "Schedule \"%s\" cannot be found"
msgstr ""

#: inc/Cron/EventsLibrary.php:111
msgid "Event not found and cannot be unscheduled"
msgstr ""

#: inc/Cron/EventsLibrary.php:136
msgid "Event not found and cannot be paused"
msgstr ""

#: inc/Cron/EventsLibrary.php:136
msgid "Event is protected and cannot be paused"
msgstr ""

#: inc/Cron/EventsLibrary.php:169
msgid "Event not found and cannot be unpaused"
msgstr ""

#: inc/Cron/Schedules.php:87
msgid "Single event"
msgstr ""

#: inc/Cron/SchedulesActions.php:55
msgid "Schedule \"%s\" has been added"
msgstr ""

#: inc/Cron/SchedulesActions.php:79
msgid "Schedule \"%s\" has been edited"
msgstr ""

#: inc/Cron/SchedulesActions.php:103
msgid "Schedule \"%s\" has been removed"
msgstr ""

#: inc/Cron/SchedulesLibrary.php:128
msgid "Please, provide a name for your Schedule"
msgstr ""

#: inc/Cron/SchedulesLibrary.php:132
msgid "Please, provide a slug for your Schedule"
msgstr ""

#: inc/Cron/SchedulesLibrary.php:136
msgid "Interval cannot be shorter than 1 second"
msgstr ""

#: inc/Cron/SchedulesLibrary.php:140
msgid "Schedule with slug \"%s\" already exists"
msgstr ""

#: inc/Cron/SchedulesLibrary.php:146
msgid "Schedule with slug \"%s\" doesn't exists"
msgstr ""

#: inc/Cron/SchedulesLibrary.php:150
msgid "Schedule \"%s\" is protected and you cannot edit it"
msgstr ""

#: inc/Cron/SchedulesLibrary.php:186
msgid "Schedule with slug \"%s\" cannot be removed because it doesn't exists"
msgstr ""

#: inc/FormProvider.php:87
msgid "New schedule"
msgstr ""

#: inc/FormProvider.php:87
msgid "Add schedule"
msgstr ""

#: inc/FormProvider.php:104
msgid "Edit \"%s\" schedule"
msgstr ""

#: inc/FormProvider.php:104
msgid "Edit schedule"
msgstr ""

#: inc/FormProvider.php:118
msgid "New event"
msgstr ""

#: inc/FormProvider.php:118
msgid "Add event"
msgstr ""

#: inc/Requirements.php:100
msgid "PHP extension: %s"
msgid_plural "PHP extensions: %s"
msgstr[0] ""

#: inc/ScreenRegisterer.php:35 views/wrapper.php:15
msgid "Cron Manager"
msgstr ""

#: views/elements/add-event-button.php:7
msgid "Add new event"
msgstr ""

#: views/elements/add-schedule-button.php:7
msgid "Add new schedule"
msgstr ""

#: views/forms/event/add.php:15
msgid "Hook"
msgstr ""

#: views/forms/event/add.php:16
msgid "Should not contain any HTML tags including script nor style"
msgstr ""

#: views/forms/event/add.php:19
msgid "First execution"
msgstr ""

#: views/forms/event/add.php:20
msgid ""
"When past date will be provided or left empty, event will be executed in the "
"next queue"
msgstr ""

#: views/forms/event/add.php:25
msgid "After first execution repeat:"
msgstr ""

#: views/forms/event/add.php:28
msgid "Don't repeat (%s)"
msgstr ""

#: views/forms/schedule/add.php:11 views/forms/schedule/edit.php:16
msgid "Display name"
msgstr ""

#: views/forms/schedule/add.php:14 views/forms/schedule/edit.php:19
#: views/parts/schedules/header-row.php:9
msgid "Slug"
msgstr ""

#: views/forms/schedule/add.php:17 views/forms/schedule/edit.php:23
#: views/parts/schedules/header-row.php:10
msgid "Interval"
msgstr ""

#: views/forms/schedule/add.php:20 views/forms/schedule/edit.php:26
msgid "Days"
msgstr ""

#: views/forms/schedule/add.php:24 views/forms/schedule/edit.php:30
msgid "Hours"
msgstr ""

#: views/forms/schedule/add.php:28 views/forms/schedule/edit.php:34
msgid "Minutes"
msgstr ""

#: views/forms/schedule/add.php:32 views/forms/schedule/edit.php:38
msgid "Seconds"
msgstr ""

#: views/forms/schedule/add.php:37 views/forms/schedule/edit.php:43
msgid "Total seconds:"
msgstr ""

#: views/parts/events/header-row.php:10
msgid "Event"
msgstr ""

#: views/parts/events/header-row.php:13
msgid "Next execution"
msgstr ""

#: views/parts/events/row.php:38
msgid "Details"
msgstr ""

#: views/parts/events/row.php:41 views/parts/events/tablenav.php:10
msgid "Execute now"
msgstr ""

#: views/parts/events/row.php:45
msgid "Unpause"
msgstr ""

#: views/parts/events/row.php:47
msgid "Pause"
msgstr ""

#: views/parts/events/row.php:52
msgid "Protected"
msgstr ""

#: views/parts/events/row.php:54 views/parts/events/tablenav.php:19
#: views/parts/schedules/row.php:31 views/parts/schedules/row.php:32
msgid "Remove"
msgstr ""

#: views/parts/events/row.php:67
msgid "In queue"
msgstr ""

#: views/parts/events/row.php:69
msgid "In %s"
msgstr ""

#: views/parts/events/tablenav.php:9
msgid "Bulk Actions"
msgstr ""

#: views/parts/events/tablenav.php:26
msgid "All Schedules"
msgstr ""

#: views/parts/events/tabs/implementation.php:11
msgid "You can paste this anywhere between <?php and ?> tags."
msgstr ""

#: views/parts/events/tabs/logs.php:8
msgid "Get insights from your Cron system with Advanced Cron Manager PRO!"
msgstr ""

#: views/parts/events/tabs/logs.php:9
msgid "These includes:"
msgstr ""

#: views/parts/events/tabs/logs.php:11
msgid "Logging executed tasks"
msgstr ""

#: views/parts/events/tabs/logs.php:12
msgid "Error catcher"
msgstr ""

#: views/parts/events/tabs/logs.php:13
msgid "Performance stats"
msgstr ""

#: views/parts/events/tabs/logs.php:14
msgid "Debugging tool"
msgstr ""

#: views/parts/events/tabs/logs.php:16
msgid "Get Advanced Cron Manager PRO now!"
msgstr ""

#: views/parts/schedules/header-row.php:8
msgid "Label"
msgstr ""

#: views/parts/schedules/header-row.php:11
msgid "Actions"
msgstr ""

#: views/parts/schedules/row.php:15
msgid "%d second"
msgid_plural "%d seconds"
msgstr[0] ""

#: views/parts/schedules/row.php:21
msgid "This schedule is protected and you cannot edit it"
msgstr ""

#: views/parts/schedules/row.php:22 views/parts/schedules/row.php:28
#: views/parts/schedules/row.php:29
msgid "Edit"
msgstr ""

#: views/parts/schedules/row.php:24
msgid "This schedule is protected and you cannot remove it"
msgstr ""

#: views/parts/schedules/row.php:25
msgid "Trash"
msgstr ""

#: views/parts/schedules/section.php:11
msgid "Schedules"
msgstr ""

#: views/parts/searchbox.php:8
msgid "Search events..."
msgstr ""

#. Description of the plugin/theme
msgid "View, pause, remove, edit and add WP Cron events."
msgstr ""

#. Author of the plugin/theme
msgid "underDEV"
msgstr ""

#. Author URI of the plugin/theme
msgid "https://underdev.it"
msgstr ""
