en.php 615 B

123456789
  1. <?php
  2. return array(
  3. 'categories' => 'Categories',
  4. 'categories:settings' => 'Set site categories',
  5. 'categories:explanation' => 'To set some predefined site-wide categories that will be used throughout your system, enter them below, separated with commas. Compatible tools will then display them when the user creates or edits content.',
  6. 'categories:save:success' => 'Site categories were successfully saved.',
  7. 'categories:results' => "Results for the site category: %s",
  8. 'categories:on_activate_reminder' => "Site-wide Categories won't work until you add categories. <a href=\"%s\">Add categories now.</a>",
  9. );