//////////////////////////////////////////////////////////////
//															//
//	© 2005 - 2007 Vereyon									//
//  http://www.vereyon.nl									//
//	All rights reserved										//
//															//
//////////////////////////////////////////////////////////////

TEXT = [];

TEXT['Sunday'] = "Sunday";
TEXT['Monday'] = "Monday";
TEXT['Tuesday'] = "Tuesday";
TEXT['Wensday'] = "Wednesday";
TEXT['Thursday'] = "Thursday";
TEXT['Friday'] = "Friday";
TEXT['Saturday'] = "Saturday";

TEXT['January'] = "January";
TEXT['February'] = "February";
TEXT['March'] = "March";
TEXT['April'] = "April";
TEXT['May'] = "May";
TEXT['June'] = "June";
TEXT['July'] = "July";
TEXT['August'] = "August";
TEXT['September'] = "September";
TEXT['October'] = "Oktober";
TEXT['November'] = "November";
TEXT['December'] = "December";

TEXT['Months.Long'] = ["January", "February", "March", "April", "May", "June", "July", "August", "September", "Oktober", "November", "December"];
TEXT['Days.Short'] = ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"];

TEXT['Wordlist.Saved'] = "The wordlist has been saved.";

TEXT['PleaseWait'] = "Please wait";
TEXT['Loading'] = "Loading...";

TEXT['Help'] = "Help";

//////////////////////////////////////////////////////////////
//															//
//  Editor text strings										//
//															//
//////////////////////////////////////////////////////////////

// Tool- & statusbar messages
TEXT['Editor.WordCount'] = " words";
TEXT['Editor.Edit'] = " - Editing";
TEXT['Editor.Test'] = " - Testing";

TEXT['Editor.TestSaveResultsNotice'] = "Do you want to save the results from this test?";
TEXT['Editor.IncorrectAnswer'] = "The given answer is false. The correct answer is:";
TEXT['Editor.CorrectAnswerIs'] = "The correct answer is:";
TEXT['Editor.DoesAnswerMatchThought'] = "Is this the answer you had in mind?";

TEXT['Editor.NextQuestionError'] = "An error has ocurred:\r\n\r\nCannot retrieve the next question.";
TEXT['Editor.CannotStartTestListInvalid'] = "Cannot start a new test.\r\n\r\nThe current wordlist does not contain any valid words. Make sure you have at least one word and a translation in your wordlist before starting a test.";
TEXT['Editor.AnserTimeLimitInvald'] = "Cannot start a new test.\r\n\r\nThe value entered for the question time limit is not a valid number. Enter a valid number in order to continue.";

TEXT['Editor.Loading'] = "Loading...";
TEXT['Editor.StartNewTestDiv'] = "Start a new test";

TEXT['Editor.PrimaryTranslation'] = "Primary translation";
TEXT['Editor.PrimaryRemark'] = "Primary remark (optional)";
TEXT['Editor.SecondaryTranslation'] = "Secondary translation";
TEXT['Editor.SecondaryRemark'] = "Secondary remark (optional)";
TEXT['Editor.Remark'] = "Remark";
TEXT['Editor.Optional'] = "(optional)";

TEXT['Editor.RestartTestButton'] = "Restart test";
TEXT['Editor.StartNewTestButton'] = "Start new test";
TEXT['Editor.StopTestButton'] = "Stop test";
TEXT['Editor.ProgressButton'] = "Progress";
TEXT['Editor.AnswerButton'] = "OK";
TEXT['Editor.ContinueButton'] = "Continue";
TEXT['Editor.Yes'] = "Yes";
TEXT['Editor.No'] = "No";

TEXT['Editor.HideAnswerLog'] = "Hide answer log";
TEXT['Editor.Log.Time'] = "Time";
TEXT['Editor.Log.Question'] = "Question";
TEXT['Editor.Log.GivenAnswer'] = "Given answer";
TEXT['Editor.Log.CorrectAnswer'] = "Correct answer";
TEXT['Editor.Log.Score'] = "Score";

TEXT['Editor.Toolbar.OpenWordlist'] = "Open a wordlist";
TEXT['Editor.Toolbar.SaveWordlist'] = "Save this wordlist";
TEXT['Editor.Toolbar.Undo'] = "Undo";
TEXT['Editor.Toolbar.UndoDescriber'] = "Undo: ";
TEXT['Editor.Toolbar.Redo'] = "Redo";
TEXT['Editor.Toolbar.RedoDescriber'] = "Redo: ";
TEXT['Editor.Toolbar.Repeat'] = "Repeat";
TEXT['Editor.Toolbar.RepeatDescriber'] = "Repeat: ";
TEXT['Editor.Toolbar.SeperatedText'] = "Seperated text";
TEXT['Editor.Toolbar.SeperatedTextToolTip'] = "Input words as value seperated text. For example Tab seperated text";
TEXT['Editor.Toolbar.AddWord'] = "Add new word to wordlist";
TEXT['Editor.Toolbar.InsertSymbol'] = "Insert symbol";
TEXT['Editor.Toolbar.DeleteWords'] = "Delete selected words";
TEXT['Editor.Toolbar.DeleteWordsToolTip'] = "Delete all the selected words (checked at the left) from the current wordlist";
TEXT['Editor.Toolbar.WordlistProperties'] = "Wordlist properties";
TEXT['Editor.Toolbar.WordlistPropertiesToolTip'] = "Edit the properties of this wordlist";
TEXT['Editor.Toolbar.SppechSettings'] = "Speech aid";
TEXT['Editor.Toolbar.SpeechSettingsToolTip'] = "Show Vocabulum Speech aid settings";
TEXT['Editor.Toolbar.Help'] = "Open Vocabulum Online Vocabulary Trainer help";

TEXT['Editor.Correct'] = "Correct";
TEXT['Editor.TestStatistics'] = "Statistics for this test";
TEXT['Editor.Duration'] = "Duration: ";
TEXT['Editor.Score'] = "Score: ";
TEXT['Editor.TestFinished'] = "The test is finished";
TEXT['Editor.TestCancelled'] = "The test has been iterrupted";

TEXT['Editor.SaveResultsTitle'] = "Resultaten van de overhoring bewaren";
TEXT['Editor.DoYouWantToSaveFaults'] = "Als je wilt kun je alle fout beantwoorde woorden opslaan als een aparte woordenlijst. Zo kun je de woorden die je nog niet kent gemakkelijk herhalen.";
TEXT['Editor.DoYouWantToSaveRemaining'] = "De overhoring is afgebroken. Als je wilt kun je de nog niet overhoorde woorden en fout beantwoorde woorden opslaan als een aparte woordenlijst. Zo kun je later doorgaan met overhoren waar je gebleven was."
TEXT['Editor.SaveFaultsButton'] = "Save faults as wordlist";
TEXT['Editor.SaveRemainingButton'] = "Save remaining words";
TEXT['Editor.SaveScoreButton'] = "Saving test results";
TEXT['Editor.SaveScoreButtonSaving'] = "Saving results...";
TEXT['Editor.SaveScoreButtonSaved'] = "Results have been saved";

TEXT['Editor.SavePlanningProgressTitle'] = "Saving your progress";
TEXT['Editor.SavePlanningProgressBusy'] = "Please wait... Your progress is being saved...";
TEXT['Editor.SavePlanningProgressSaved'] = "Your progress has been saved. You may now leave this page..";
TEXT['Editor.SavePlanningProgressError'] = "Cannot save progress. An error has ocurred. %s";

TEXT['Editor.LearnMoreNewWordsForPlanning'] = "Learn more new words for this test (work ahead)";
TEXT['Editor.GoToMyPlanningButton'] = "Return to my planning";
TEXT['Editor.ExitWordlistNoSaved'] = "The current wordlist has not been saved. Changes will be lost. Are you sure you want to leave this page without saving?";

TEXT['PlanningDay.Empty'] = "No planned tasks";
TEXT['PlanningDay.NewPlanningButton'] = "Plan new upcoming test";

//////////////////////////////////////////////////////////////
//															//
//  Dialog text strings										//
//															//
//////////////////////////////////////////////////////////////

TEXT['Dialog'] = "Dialog";
TEXT['Dialog.Loading'] = "Dialog is being loaded...";

TEXT['ErrorDialog'] = "Unhandled exception";
TEXT['ErrorDialog.Notice1'] = "An unhandled exception has ocurred. You can help make Vocabulum Online Vocabulary Trainer better by reporting this error. You may also ignore this error. Please be warned data might be lost during the error. If you want to report this error, no further data will be lost. The bug report form will be opened in a new window."
TEXT['ErrorDialog.BugreportButton'] = "Submit bugreport";
TEXT['ErrorDialog.IgnoreButton'] = "Ignore";
TEXT['ErrorDialog.Information'] = "Error details:";
TEXT['ErrorDialog.ErrorName'] = "Error type: ";
TEXT['ErrorDialog.ErrorMessage'] = "Description: "
TEXT['ErrorDialog.FileName'] = "File: ";
TEXT['ErrorDialog.LineNumber'] = "Line: ";
TEXT['ErrorDialog.StackTrace'] = "Stack: ";
TEXT['ErrorDialog.Page'] = "Page: ";

// Transaction object strings
TEXT['Transaction.AddWord'] = "Insert new word";
TEXT['Transaction.DeleteWord'] = "Delete word";
TEXT['Transaction.EditWord'] = "Edit word";

TEXT['SymbolPicker.ToggleCaps'] = "Caps / no-caps";
TEXT['SymbolPicker.Close'] = "Close";

//////////////////////////////////////////////////////////////
//															//
//  FileBrowser control										//
//															//
//////////////////////////////////////////////////////////////

TEXT['FileBrowser.RootCategories'] = "Main categories";
TEXT['FileBrowser.FileName'] = "Name";
TEXT['FileBrowser.PrimaryLanguage'] = "Primary language";
TEXT['FileBrowser.SecondaryLanguage'] = "Secondary language";
TEXT['FileBrowser.GoBack'] = "Goto previous category";
TEXT['FileBrowser.GoNext'] = "Goto next category";

TEXT['FilePicker.SelectedWordlists'] = "Selected wordlists";
TEXT['FilePicker.LanguagesDontMatch'] = "Cannot add wordlist to selection. The language combinations do not match.";

TEXT['DatePicker.PreviousMonth'] = "Goto previous month";
TEXT['DatePicker.NextMonth'] = "Goto next month";

TEXT['PlanningWizard.NoWordlistsSelected'] = "No wordlists have been selected! Select at least one wordlist in order to continue.";
TEXT['PlanningWizard.WarningShortPlanning'] = "You have choosen to start learning for the upcoming test less than 2 day's before the actual test. The planners main purpose is to devide work over a larger number of days. It is recommended to start learning earlier. If you click 'Cancel', you can edit the dates if you like.";
TEXT['PlanningWizard.WarningNoPlanningLabel'] = "You didn't entered the name of the upcoming test. Click 'Cancel' if you would like to enter a name for the test. Click 'OK' to continue anyway.";

TEXT['PlanningEditor.Title'] = "Detail planning";
TEXT['PlanningEditorDay.DefaultTitle'] = "Date";
TEXT['PlanningEditorDay.LearnXNewWords'] = "Learn {0} new words";
TEXT['PlanningEditorDay.Learn1NewWord'] = "Learn one new word";
TEXT['PlanningEditorDay.LearnNoNewWords'] = "Don't learn any new words";
TEXT['PlanningEditorDay.MakeProgressionTest'] = "Make progression test"
TEXT['PlanningEditorDay.KeepDayFree'] = "Keep day free";
TEXT['PlanningEditorDay.IncreaseLoad'] = "+ Learn more new words";
TEXT['PlanningEditorDay.DecreaseLoad'] = "- Learn less new words";
TEXT['PlanningEditorDay.PlanningInvalidAllDaysFree'] = "The planning is invalid. All day's are kept free."
TEXT['PlanningEditorDay.PlanningInvalidNullPlanning'] = "The planning is invalid. The planning must consist at least out of one day and one word to learn."


TEXT['WrtsImporter.Caption'] = "Wrts list importer";
TEXT['WrtsImporter.EmailLabel'] = "Wrts email address:";
TEXT['WrtsImporter.PasswordLabel'] = "Wrts password:";
TEXT['WrtsImporter.ImportButton'] = "Import";
TEXT['WrtsImporter.ImportButtonAlternative'] = "Stop";
TEXT['WrtsImporter.ImportStatus1'] = "Connection to Wrts...";
TEXT['WrtsImporter.ImportStatus2'] = "Searching Wrts wordlists...";
TEXT['WrtsImporter.ImportError1'] = "An error has ocurred: Invalid response from server.";
TEXT['WrtsImporter.ImportError2'] = "An error has ocurred: Cannot create new category. Invalid response from server.";
TEXT['WrtsImporter.ImportError3'] = "An error has ocurred: Cannot transfer wordlist.";
TEXT['WrtsImporter.ImportCreateCategory'] = "Creating category: ";
TEXT['WrtsImporter.ImportStoreWordlist'] = "Bust importing wordlist: ";
TEXT['WrtsImporter.ImportFinished'] = "Importing has successfully ended.";
TEXT['WrtsImporter.Ready'] = "Enter you Wrts username and password and click the 'Import' button in order to start.";
TEXT['WrtsImporter.InvalidUsernamePassword'] = "Invalid password and/or username.";

TEXT['ProgressChart.WordsLearned'] = "Words learned";