Blame view
sources/apps/tasks/l10n/en_GB.php
955 Bytes
|
d1bafeea1
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
<?php $TRANSLATIONS = array( "Invalid date/time" => "Invalid date/time", "Tasks" => "Tasks", "Due" => "Due", "List" => "List", "Location" => "Location", "No category" => "No category", "Unspecified" => "Unspecified", "1=highest" => "1=highest", "5=medium" => "5=medium", "9=lowest" => "9=lowest", "Empty Summary" => "Empty Summary", "Invalid percent complete" => "Invalid completion percentage", "Invalid priority" => "Invalid priority", "The calendar application also need to be enabled to use this application." => "The calendar application also needs to be enabled to use this application.", "Add Task" => "Add Task", "Order Due" => "Order Due", "Order List" => "Order List", "Order Complete" => "Order Complete", "Order Location" => "Order Location", "Order Priority" => "Order Priority", "Order Label" => "Order Label", "Loading tasks..." => "Loading tasks...", "Important" => "Important", "More" => "More", "Less" => "Less", "Delete" => "Delete" ); |