summaryrefslogtreecommitdiff
path: root/!NetSurf/Resources/en/Messages
Commit message (Collapse)AuthorAgeFilesLines
* Delete old messages files. This will break some frontends that have not ↵Rob Kendrick (monotony)2012-11-031-1499/+0
| | | | been converted to use Fat/Thin messages.
* More useful title info for images.Michael Drake2012-10-241-11/+11
|
* Add a couple of lines for translators' notes.Michael Drake2012-02-261-1/+6
| | | | svn path=/trunk/netsurf/; revision=13477
* Start popuating treeview context menuChris Young2011-12-171-0/+2
| | | | | | Remove add folder/bookmark buttons from hotlist svn path=/trunk/netsurf/; revision=13287
* Restore lost white space.Steve Fryatt2011-11-191-5/+5
| | | | svn path=/trunk/netsurf/; revision=13152
* Implement user interface for external hotlist app details.Steve Fryatt2011-11-191-5/+6
| | | | svn path=/trunk/netsurf/; revision=13151
* Amiga frontend update for r13139Chris Young2011-11-101-0/+2
| | | | svn path=/trunk/netsurf/; revision=13140
* Complete extended context menusChris Young2011-10-231-0/+2
| | | | svn path=/trunk/netsurf/; revision=13076
* Add GUI option for external hotlist support.Steve Fryatt2011-10-131-0/+1
| | | | | | Reinstate list #ifdef from en template source. svn path=/trunk/netsurf/; revision=13043
* Add context menu items for framesChris Young2011-09-251-0/+5
| | | | svn path=/trunk/netsurf/; revision=12877
* Show existing file size when file already exists on downloadChris Young2011-07-231-0/+5
| | | | svn path=/trunk/netsurf/; revision=12618
* Add an option to open new tabs next to the current tab. Needs some ↵Chris Young2011-07-021-0/+1
| | | | | | | | | additional logic as opening multiple tabs results in the new tabs being in reverse order to that expected. svn path=/trunk/netsurf/; revision=12559
* plugin_hack loose endsChris Young2011-06-051-0/+1
| | | | svn path=/trunk/netsurf/; revision=12464
* Simplify status bar text.Michael Drake2011-05-081-6/+5
| | | | svn path=/trunk/netsurf/; revision=12313
* Allow the user to set screen resolution in DPI in preferencesChris Young2011-05-021-1/+6
| | | | svn path=/trunk/netsurf/; revision=12269
* make windows about window functionalVincent Sanders2011-03-251-1/+3
| | | | | | make url bar font more acceptable svn path=/trunk/netsurf/; revision=12131
* Help menu options for about:credits and about:licence to replace old about ↵Michael Drake2011-03-161-3/+5
| | | | | | NetSurf entry. svn path=/trunk/netsurf/; revision=12071
* Add "use blank page" button for homepage urlChris Young2011-03-041-0/+1
| | | | | | Add close gadget to window (operates as cancel) svn path=/trunk/netsurf/; revision=11909
* Make GTK popup menu generated like the menu bar menuVincent Sanders2011-01-281-0/+4
| | | | | | | | Clean up gtk scaffoling of some gsoc madness fix tab opening from popup menu Remove forward declarations and stop exporting the symbols for every event handler when they should be static svn path=/trunk/netsurf/; revision=11514
* Merge treeview-redux to trunkJohn Mark Bell2010-10-051-10/+23
| | | | svn path=/trunk/netsurf/; revision=10865
* WebP image support, needs libwebp (from trunk/libwebp) and libvpx.Chris Young2010-10-031-0/+1
| | | | | | Only enabled for Amiga build currently, may have colour issues on little-endian CPUs svn path=/trunk/netsurf/; revision=10860
* Make the gtk menus fully translatableVincent Sanders2010-09-181-0/+7
| | | | | | clean up the macro madness a bit in gtk_menu.c svn path=/trunk/netsurf/; revision=10796
* Amiga: Add "cut" option; make cut/copy/paste menus context sensitive; allow ↵Chris Young2010-07-241-0/+1
| | | | | | | | | | | dragging selections within NetSurf window to text fields (does not work across windows). todo: switching tabs will reset cut/copy/paste menus to initial state; cut option is putting something on the clipboard which causes a crash when pasting it back svn path=/trunk/netsurf/; revision=10660
* Localise browser "Index of" textChris Young2010-07-151-0/+1
| | | | svn path=/trunk/netsurf/; revision=10645
* Update file browser messages.Michael Drake2010-07-141-1/+2
| | | | svn path=/trunk/netsurf/; revision=10635
* Improved directory browserChris Young2010-07-131-0/+9
| | | | svn path=/trunk/netsurf/; revision=10631
* Amiga font code revamped and fixed. Will now fall back to a different font ↵Chris Young2010-05-061-0/+1
| | | | | | | | | | | if the character isn't present in the current one, this needs a complete or near-complete Unicode font in order to be useful - Code2000 and Bitstream Cyberbit are auto-detected by NetSurf on startup if none is configured. Japanese websites now display correctly, along with Japanese characters within Google UK search results etc. svn path=/trunk/netsurf/; revision=10551
* slight, marginal and trifling nsgtk beautificationRob Kendrick2010-03-271-18/+19
| | | | svn path=/trunk/netsurf/; revision=10157
* Add missing string. Thanks to Samir Hawamdeh for the report.Chris Young2010-03-221-0/+1
| | | | svn path=/trunk/netsurf/; revision=10144
* More HelpHints, these will work on OS4.1u1 and higher only.Chris Young2010-03-171-0/+5
| | | | svn path=/trunk/netsurf/; revision=10136
* Missing string (thanks to Samir Hawamdeh)Chris Young2010-02-141-0/+1
| | | | svn path=/trunk/netsurf/; revision=10047
* Proper download notification code, should also open the file if the ↵Chris Young2010-02-131-0/+1
| | | | | | | | notification is double-clicked, although it doesn't seem to work. svn path=/trunk/netsurf/; revision=10037
* Remove duplicate. Thanks to Sebastian Barthel.Michael Drake2010-02-091-1/+0
| | | | svn path=/trunk/netsurf/; revision=9961
* Search and a couple of other new optionsChris Young2009-12-231-0/+5
| | | | svn path=/trunk/netsurf/; revision=9756
* Merge r9731:HEAD from branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-181-0/+1
| | | | svn path=/trunk/netsurf/; revision=9737
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-171-0/+114
| | | | svn path=/trunk/netsurf/; revision=9729
* Amiga print UIChris Young2009-11-011-1/+1
| | | | svn path=/trunk/netsurf/; revision=9655
* Add options for "no quit on last window close" (disabled - not implemented) andChris Young2009-09-291-0/+3
| | | | | | "no window on startup" svn path=/trunk/netsurf/; revision=9601
* Mostly working scale. Fast scrolling doesn't work when scaled, and neither doesChris Young2009-08-301-0/+3
| | | | | | updating boxes (GIF anims etc) svn path=/trunk/netsurf/; revision=9513
* Show printing progressChris Young2009-08-301-0/+3
| | | | svn path=/trunk/netsurf/; revision=9505
* Changes for asynchronous printing. Currently disabled, as NetSurf window ↵Chris Young2009-08-291-1/+1
| | | | | | | | doesn't redraw while printing in progress svn path=/trunk/netsurf/; revision=9495
* First attempt at Amiga printing support. Doesn't quite work - a column on ↵Chris Young2009-08-231-0/+1
| | | | | | | | the left will print, but the rest of the page is an unexpected pastel pink. svn path=/trunk/netsurf/; revision=9410
* Give "Save as" and "Save as..." different identifiers. Thanks to Samir ↵Chris Young2009-08-201-1/+1
| | | | | | | | Hawamdeh for the heads-up svn path=/trunk/netsurf/; revision=9377
* Merge Paul Blokus' selectscroll branch. Adds core select menu widget for ↵Michael Drake2009-08-141-0/+6
| | | | | | forms and core scrollbar widget. svn path=/trunk/netsurf/; revision=9289
* Completed Amiga preferences GUI.Chris Young2009-06-271-0/+114
| | | | svn path=/trunk/netsurf/; revision=8065
* SSL certificate verification stringsChris Young2009-06-011-0/+19
| | | | svn path=/trunk/netsurf/; revision=7685
* Add Save as IFF to main menusChris Young2009-05-171-0/+1
| | | | | | Disable menu items that aren't relevant for current content svn path=/trunk/netsurf/; revision=7521
* Copy and save images in IFF ILBM format. Currently, the data in the BODY ↵Chris Young2009-05-161-0/+3
| | | | | | | | chunk is wrong. svn path=/trunk/netsurf/; revision=7516
* Add Abort button to download windowChris Young2009-04-301-0/+1
| | | | svn path=/trunk/netsurf/; revision=7384
* Apply contributions from Mark Benjamin and Chris Tarnowski, with some ↵Rob Kendrick2009-04-201-0/+5
| | | | | | reworking from me. Beware; glade nastyness ahead. svn path=/trunk/netsurf/; revision=7136