From 355799ce0bbb078237dfc1ae9874bbc5342acbc4 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 17 Dec 2009 23:55:02 +0000 Subject: Merge branches/MarkieB/gtkmain to trunk. svn path=/trunk/netsurf/; revision=9729 --- !NetSurf/Resources/en/Messages | 114 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 114 insertions(+) (limited to '!NetSurf/Resources/en/Messages') diff --git a/!NetSurf/Resources/en/Messages b/!NetSurf/Resources/en/Messages index 55f5b191d..a787eeb3d 100644 --- a/!NetSurf/Resources/en/Messages +++ b/!NetSurf/Resources/en/Messages @@ -434,12 +434,119 @@ gtkFileError:File error: %s gtkInfo:%s from %s is %s in size gtkSave:Save file as... gtkSourceSave:Save source +gtkplainSave:Save plain text +gtkcompleteSave:Save webpage complete - select an empty directory gtkSaveConfirm:File saved gtkSaveCancelled:File not saved gtkUnknownHost:an unknown host gtkUnknownFile: gtkUnknownSize:unknown +# gtk Menu / Button labels +# + +gtkNewTab:New _Tab +gtkNewTabAccel:t +gtkNewWindow:_New Window +gtkNewWindowAccel:n +gtkOpenFile:_Open File +gtkOpenFileAccel:o +gtkCloseWindow:_Close Window +gtkCloseWindowAccel:w +gtkSavePage:Save Page.. +gtkSavePageAccel:s +gtkExport:Export +gtkPlainText:Plain Text.. +gtkDrawFile:Drawfile.. +gtkPostScript:PostScript.. +gtkPDF:PDF.. +gtkPrintPreview:Print Preview.. +gtkPrintPreviewAccel:p +gtkPrint:Print.. +gtkPrintAccel:p +gtkQuitMenu:_Quit +gtkQuitMenuAccel:q + +gtkCut:Cu_t +gtkCutAccel:x +gtkCopy:_Copy +gtkCopyAccel:c +gtkPaste:_Paste +gtkPasteAccel:v +gtkDelete:_Delete +gtkSelectAll:Select _All +gtkSelectAllAccel:a +gtkFind:_Find.. +gtkFindAccel:f +gtkPreferences:P_references + +gtkStop:_Stop +gtkStopAccel:Escape +gtkReload:_Reload +gtkReloadAccel:F5 +gtkScaleView:_Scale View +gtkZoomPlus:Zoom _in +gtkZoomPlusAccel:plus +gtkZoomMinus:Zoom _out +gtkZoomMinusAccel:minus +gtkZoomNormal:_Normal size +gtkZoomNormalAccel:0 +gtkFullScreen:_Fullscreen +gtkFullScreenAccel:F11 +gtkViewSource:View S_ource +gtkViewSourceAccel:F8 +gtkImages:_Images +gtkForegroundImages:_Foreground Images +gtkBackgroundImages:_Background Images +gtkToolbars:_Toolbars +gtkMenuBar:_Menu Bar +gtkToolBar:_Button Bar +gtkStatusBar:_Status Bar +gtkDownloads:_Downloads +gtkDownloadsAccel:d +gtkSaveWindowSize:S_ave Window Size +gtkDebugging:De_bugging +gtkToggleDebugging:T_oggle debug rendering +gtkSaveBoxTree:_Save box tree +gtkSaveDomTree:Save DOM tree + +gtkBack:_Back +gtkBackAccel:Left +gtkForward:_Forward +gtkForwardAccel:Right +gtkHome:_Home +gtkHomeAccel:Down +gtkLocalHistory:_Local History +gtkLocalHistoryAccel:h +gtkGlobalHistory:_Global History +gtkGlobalHistoryAccel:h +gtkAddBookMarks:_Add to Bookmarks.. +gtkShowBookMarks:_Show Bookmarks.. +gtkShowBookMarksAccel:F6 +gtkOpenLocation:_Open Location.. +gtkOpenLocationAccel:l + +gtkNextTab:_Next tab +gtkNextTabAccel:Right +gtkPrevTab:_Previous tab +gtkPrevTabAccel:Left +gtkCloseTab:_Close tab +gtkCloseTabAccel:w + +gtkContents:_Contents +gtkGuide:User _guide +gtkUserInformation:User _information +gtkAbout:_About + + +gtkToolBarTitle:Toolbar custom button store +gtkAddThemeTitle:Select folder containing theme images + +gtkThemeFolderInstructions:To Install a theme, create a directory full of appropriately-named images as a subdirectory of gtk/res/themes/ +gtkThemeFolderSub:Select a subdirectory of the themes folder +gtkThemeDup:Theme is already included +gtkThemeAdd:Theme added successfully + # Printing user interface tokens # ============================== # @@ -463,6 +570,8 @@ Printing:Printing page NotFound:Not found Next:Next Prev:Previous +ShowAll:Show All +CaseSens:Case Sensitive # 401 login user interface tokens @@ -593,14 +702,18 @@ NoDiscSpace:Not enough space available on disc. Template:A window template is missing from the Templates file. Please reinstall NetSurf. HotlistSaveError:The hotlist was unable to be correctly saved. HotlistLoadError:The hotlist was unable to be correctly loaded. +NoDirError:%s is not a directory NoPathError:To save, drag the icon to a directory display NoNameError:Please enter a name NoURLError:Please enter a URL URIError:NetSurf was unable to parse this URI file due to a syntax error. EmptyError:file is empty. +SearchError:Invalid Search. PrintErrorRO2:It appears that the printer is busy. AWNotSeen:Please locate the AWViewer application and try again. EncNotRec:Encoding type not recognised. +FileOpenError:could not open file '%s' +DirectoryError:directory '%s' already exists # Error messages for Amiga version only CompError:Unable to open @@ -641,6 +754,7 @@ Done:Document done BadRedirect:Bad redirect URL FetchFailed:Unable to fetch document NotCSS:Warning: stylesheet is not CSS +NotFavIco:Favicon not supported BadObject:Warning: bad object type ObjError:Error loading object: %s ParsingFail:Parsing the document failed. -- cgit v1.2.3