# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR Edward Dale # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-crontrol\n" "POT-Creation-Date: 2008-06-02 07:15+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: wp-crontrol.php:88 wp-crontrol.php:96 msgid "You are not allowed to add new cron events." msgstr "" #: wp-crontrol.php:106 msgid "You are not allowed to add new cron schedules." msgstr "" #: wp-crontrol.php:131 msgid "You are not allowed to delete cron schedules." msgstr "" #: wp-crontrol.php:138 msgid "You are not allowed to delete cron events." msgstr "" #: wp-crontrol.php:150 msgid "You are not allowed to run cron events." msgstr "" #: wp-crontrol.php:256 msgid "Twice Daily" msgstr "" #: wp-crontrol.php:301 #, php-format msgid "Successfully deleted the cron schedule %s" msgstr "" #: wp-crontrol.php:302 #, php-format msgid "Successfully added the cron schedule %s" msgstr "" #: wp-crontrol.php:303 #, php-format msgid "Cron schedule not added because there was a problem parsing %s" msgstr "" #: wp-crontrol.php:312 msgid "Cron Schedules" msgstr "" #: wp-crontrol.php:313 msgid "" "Cron schedules are the time intervals that are available to WordPress and " "plugin developers to schedule events. You can only delete cron schedules " "that you have created with WP-Crontrol." msgstr "" #: wp-crontrol.php:318 msgid "Name" msgstr "" #: wp-crontrol.php:319 wp-crontrol.php:361 msgid "Interval" msgstr "" #: wp-crontrol.php:320 msgid "Display Name" msgstr "" #: wp-crontrol.php:321 wp-crontrol.php:419 msgid "Actions" msgstr "" #: wp-crontrol.php:328 msgid "You currently have no cron schedules. Add one below!" msgstr "" #: wp-crontrol.php:338 #, php-format msgid "" "You are about to delete the schedule '%s'.\n" "'OK' to delete, 'Cancel' to stop." msgstr "" #: wp-crontrol.php:338 msgid "Delete" msgstr "" #: wp-crontrol.php:351 msgid "Add new cron schedule" msgstr "" #: wp-crontrol.php:352 msgid "" "Adding a new cron schedule will allow you to schedule events that re-occur " "at the given interval." msgstr "" #: wp-crontrol.php:357 msgid "Internal name" msgstr "" #: wp-crontrol.php:365 msgid "Display name" msgstr "" #: wp-crontrol.php:369 msgid "Add Cron Schedule »" msgstr "" #: wp-crontrol.php:393 #, php-format msgid "Successfully executed the cron entry %s" msgstr "" #: wp-crontrol.php:394 #, php-format msgid "Successfully edited the cron entry %s" msgstr "" #: wp-crontrol.php:395 #, php-format msgid "Successfully created the cron entry %s" msgstr "" #: wp-crontrol.php:396 #, php-format msgid "Successfully deleted the cron entry %s" msgstr "" #: wp-crontrol.php:397 #, php-format msgid "Failed to the delete the cron entry %s" msgstr "" #: wp-crontrol.php:398 #, php-format msgid "Failed to the execute the cron entry %s" msgstr "" #: wp-crontrol.php:410 msgid "WP-Cron Entries" msgstr "" #: wp-crontrol.php:415 msgid "Hook Name" msgstr "" #: wp-crontrol.php:416 wp-crontrol.php:472 wp-crontrol.php:502 msgid "Arguments" msgstr "" #: wp-crontrol.php:417 msgid "Next Run" msgstr "" #: wp-crontrol.php:418 msgid "Recurrence" msgstr "" #: wp-crontrol.php:426 msgid "You currently have no cron entries. Add one below!" msgstr "" #: wp-crontrol.php:461 msgid "Edit cron entry" msgstr "" #: wp-crontrol.php:461 msgid "Add new" msgstr "" #: wp-crontrol.php:469 wp-crontrol.php:499 msgid "Hook name" msgstr "" #: wp-crontrol.php:472 wp-crontrol.php:502 msgid "e.g., [], [25], [\"asdf\"], or [\"i\",\"want\",25,\"cakes\"]" msgstr "" #: wp-crontrol.php:475 wp-crontrol.php:505 msgid "Next run" msgstr "" #: wp-crontrol.php:478 wp-crontrol.php:508 msgid "Entry schedule" msgstr "" #: wp-crontrol.php:484 msgid "Modify Cron Entry »" msgstr "" #: wp-crontrol.php:490 #, php-format msgid "Could not load cron entry %s" msgstr "" #: wp-crontrol.php:493 msgid "Add new cron entry" msgstr "" #: wp-crontrol.php:494 msgid "" "Cron entries trigger actions in your code. After adding a new cron entry " "here, you will need to add a corresponding action hook somewhere in code, " "perhaps the functions.php file in your theme." msgstr "" #: wp-crontrol.php:514 msgid "Add Cron Entry »" msgstr "" #: wp-crontrol.php:535 #, php-format msgid "%s year" msgid_plural "%s years" msgstr[0] "" msgstr[1] "" #: wp-crontrol.php:536 #, php-format msgid "%s month" msgid_plural "%s months" msgstr[0] "" msgstr[1] "" #: wp-crontrol.php:537 #, php-format msgid "%s week" msgid_plural "%s weeks" msgstr[0] "" msgstr[1] "" #: wp-crontrol.php:538 #, php-format msgid "%s day" msgid_plural "%s days" msgstr[0] "" msgstr[1] "" #: wp-crontrol.php:539 #, php-format msgid "%s hour" msgid_plural "%s hours" msgstr[0] "" msgstr[1] "" #: wp-crontrol.php:540 #, php-format msgid "%s minute" msgid_plural "%s minutes" msgstr[0] "" msgstr[1] "" #: wp-crontrol.php:541 #, php-format msgid "%s second" msgid_plural "%s seconds" msgstr[0] "" msgstr[1] "" #: wp-crontrol.php:546 msgid "now" msgstr "" #. Plugin Name of an extension msgid "WP-Crontrol" msgstr "" #. Plugin URI of an extension msgid "http://www.scompt.com/projects/wp-crontrol" msgstr "" #. Description of an extension msgid "" "WP-Crontrol lets you take control over what's happening in the WP-Cron " "system." msgstr "" #. Author of an extension msgid "Edward Dale" msgstr "" #. Author URI of an extension msgid "http://www.scompt.com" msgstr ""