tasks/l10n/en_GB.php
2015-02-20 01:07:13 -05:00

97 lines
3.4 KiB
PHP

<?php
$TRANSLATIONS = array(
"Tasks" => "Tasks",
"Important" => "Important",
"Today" => "Today",
"Week" => "Week",
"All" => "All",
"Current" => "Current",
"Completed" => "Completed",
"found in task title." => "found in task title.",
"found in task note." => "found in task note.",
"found in task location." => "found in task location.",
"found in task categories." => "found in task categories.",
"found in task comments." => "found in task comments.",
"Due yesterday" => "Due yesterday",
"Due today" => "Due today",
"Due tomorrow" => "Due tomorrow",
"Due on" => "Due on",
"Started yesterday" => "Started yesterday",
"Starts today" => "Starts today",
"Starts tomorrow" => "Starts tomorrow",
"Started on" => "Started on",
"Starts on" => "Starts on",
"[Remind me yesterday at ]HH:mm" => "[Remind me yesterday at ]HH:mm",
"[Remind me today at ]HH:mm" => "[Remind me today at ]HH:mm",
"[Remind me tomorrow at ]HH:mm" => "[Remind me tomorrow at ]HH:mm",
"[Remind me on ]MMM DD, YYYY,[ at ]HH:mm" => "[Remind me on ]DD MMM, YYYY,[ at ]HH:mm",
"Yesterday" => "Yesterday",
"Tomorrow" => "Tomorrow",
"in %s" => "in %s",
"%s ago" => "%s ago",
"seconds" => "seconds",
"a minute" => "a minute",
"%d minutes" => "%d minutes",
"an hour" => "an hour",
"%d hours" => "%d hours",
"a day" => "a day",
"%d days" => "%d days",
"a month" => "a month",
"%d months" => "%d months",
"a year" => "a year",
"%d years" => "%d years",
"Hours" => "Hours",
"Minutes" => "Minutes",
"week" => "week",
"weeks" => "weeks",
"day" => "day",
"days" => "days",
"hour" => "hour",
"hours" => "hours",
"minute" => "minute",
"minutes" => "minutes",
"second" => "second",
"before beginning" => "before beginning",
"after beginning" => "after beginning",
"before end" => "before end",
"after end" => "after end",
"Comment" => "Comment",
"Add a comment" => "Add a comment",
"This will delete the Calendar \"%s\" and all of its entries." => "This will delete the Calendar \"%s\" and all of its entries.",
"The name \"%s\" is already used." => "The name \"%s\" is already used.",
"An empty name is not allowed." => "An empty name is not allowed.",
"Hidden" => "Hidden",
"Visible" => "Visible",
"Automatic" => "Automatic",
"Sunday" => "Sunday",
"Monday" => "Monday",
"Tuesday" => "Tuesday",
"Wednesday" => "Wednesday",
"Thursday" => "Thursday",
"Friday" => "Friday",
"Saturday" => "Saturday",
"Add an important item in \"%s\"..." => "Add an important item in \"%s\"...",
"Add an item due today in \"%s\"..." => "Add an item due today in \"%s\"...",
"Add an item in \"%s\"..." => "Add an item in \"%s\"...",
"Add a current item in \"%s\"..." => "Add a current item in \"%s\"...",
"_%n Completed Task_::_%n Completed Tasks_" => array("%n Completed Task","%n Completed Tasks"),
"Set due date" => "Set due date",
"%s %% completed" => "%s %% completed",
"Remind me" => "Remind me",
"at the end" => "at the end",
"at the beginning" => "at the beginning",
"Set start date" => "Set start date",
"Add List..." => "Add List...",
"New List" => "New List",
"Load remaining completed tasks." => "Load remaining completed tasks.",
"Loading the task..." => "Loading the task...",
"Task not found!" => "Task not found!",
"Settings" => "Settings",
"Done" => "Done",
"General" => "General",
"General Settings" => "General Settings",
"Start of week" => "Start of week",
"Smart Collections" => "Smart Collections",
"Visibility of Smart Collections" => "Visibility of Smart Collections"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";