summaryrefslogtreecommitdiff
path: root/!NetSurf/Resources/nl
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2006-03-04 20:46:35 by rjw]Richard Wilson2006-03-041-3/+3
| | | | | | Continue work towards favicon support. svn path=/import/netsurf/; revision=2104
* [project @ 2006-02-26 02:25:19 by rjw]Richard Wilson2006-02-261-0/+2
| | | | | | Add support for ICO files. svn path=/import/netsurf/; revision=2096
* [project @ 2006-02-25 18:50:34 by rjw]Richard Wilson2006-02-251-0/+2
| | | | | | Support for BMP files svn path=/import/netsurf/; revision=2095
* [project @ 2006-02-23 15:06:53 by jmb]John Mark Bell2006-02-231-0/+0
| | | | | | | | | | Handle invalid SSL certificates better - UI still needs work. Modify fetch callback data parameter type to remove compiler warnings. Constify things. Lose global ssl_verify_certificates option. Fix issue when closing a dialog without input focus. svn path=/import/netsurf/; revision=2092
* [project @ 2006-02-12 21:23:21 by adrianl]Adrian Lees2006-02-121-0/+0
| | | | | | Show all matches svn path=/import/netsurf/; revision=2076
* [project @ 2006-02-09 18:48:20 by tlsa]Michael Drake2006-02-091-0/+0
| | | | | | Tidy con_inter template. svn path=/import/netsurf/; revision=2067
* [project @ 2006-02-08 04:49:23 by adrianl]Adrian Lees2006-02-081-0/+0
| | | | | | Keep rjw happy svn path=/import/netsurf/; revision=2065
* [project @ 2006-02-07 16:16:23 by adrianl]Adrian Lees2006-02-072-0/+5
| | | | | | Confirmation before overwriting with download files; Interface Choices dialog svn path=/import/netsurf/; revision=2061
* [project @ 2006-01-25 02:43:07 by rjw]Richard Wilson2006-01-252-0/+3
| | | | | | Language configuration tool svn path=/import/netsurf/; revision=2038
* [project @ 2006-01-08 01:51:33 by jmb]John Mark Bell2006-01-081-11/+0
| | | | | | | | | | Make data file locations user-configurable (no UI for this as yet) Reduce intrusiveness of ncos modifications Fix GTK build Remove Cookies file details from Messages (this data never belonged in there anyway) Make gui_init more robust against memory exhaustion. svn path=/import/netsurf/; revision=2014
* [project @ 2006-01-07 00:37:02 by rjw]Richard Wilson2006-01-072-0/+2
| | | | | | Templates and messages for home and cache configuration tool. svn path=/import/netsurf/; revision=2002
* [project @ 2006-01-06 21:25:34 by rjw]Richard Wilson2006-01-061-0/+0
| | | | | | Simplify code and make tree windows defined in the templates. svn path=/import/netsurf/; revision=1999
* [project @ 2006-01-06 12:59:29 by rjw]Richard Wilson2006-01-061-0/+3
| | | | | | Create various extra NetSurf links if no Hotlist is present. svn path=/import/netsurf/; revision=1991
* [project @ 2006-01-03 01:40:32 by rjw]Richard Wilson2006-01-031-0/+0
| | | | | | Add animation configuration. svn path=/import/netsurf/; revision=1974
* [project @ 2006-01-02 23:42:47 by rjw]Richard Wilson2006-01-021-0/+0
| | | | | | Move OK/Cancel/Default to RISC OS 5 style to keep zamez happy. svn path=/import/netsurf/; revision=1970
* [project @ 2006-01-02 21:57:34 by rjw]Richard Wilson2006-01-022-0/+1
| | | | | | New theme configuration tool. svn path=/import/netsurf/; revision=1955
* [project @ 2006-01-02 21:24:42 by jmb]John Mark Bell2006-01-022-0/+1
| | | | | | Finish font configuration. svn path=/import/netsurf/; revision=1953
* [project @ 2006-01-02 02:50:59 by rjw]Richard Wilson2006-01-022-0/+2
| | | | | | Resources for new configuration tools svn path=/import/netsurf/; revision=1937
* [project @ 2005-12-31 04:23:44 by rjw]Richard Wilson2005-12-312-0/+9
| | | | | | Icons for search history menu and recent url menus, message data for new configuration tool. svn path=/import/netsurf/; revision=1905
* [project @ 2005-12-10 14:31:32 by adrianl]Adrian Lees2005-12-101-0/+2
| | | | | | ArtWorks support svn path=/import/netsurf/; revision=1891
* [project @ 2005-07-30 15:11:22 by adrianl]Adrian Lees2005-07-301-0/+9
| | | | | | Fix removal of 'Not found' message for non-RO5 systems svn path=/import/netsurf/; revision=1829
* [project @ 2005-07-23 23:16:52 by adrianl]Adrian Lees2005-07-231-1/+1
| | | | | | Use a more appropriate name for saved text selections svn path=/import/netsurf/; revision=1817
* [project @ 2005-07-19 06:03:07 by adrianl]Adrian Lees2005-07-191-0/+9
| | | | | | Help text for search; partial text for print svn path=/import/netsurf/; revision=1809
* [project @ 2005-07-19 04:01:59 by adrianl]Adrian Lees2005-07-191-0/+0
| | | | | | Search-as-you-type svn path=/import/netsurf/; revision=1806
* [project @ 2005-07-16 14:35:20 by jmb]John Mark Bell2005-07-161-114/+354
| | | | | | | | | | | | | | | | | | - Convert Messages files to UTF-8 encoding. - Replace local_encoding_name() with platform specific utf8_[to,from]_local_encoding() functions - this allows mapping of 8bit characters 0x80->0x9f (inclusive). - All text that is rendered by the RISC OS Wimp is now converted to the system local encoding prior to display. - Lose the horrendous hack that was messages_get_key() - Menu text is now translated to system local encoding on the fly (if necessary) rather than at menu creation time. This allows the system alphabet to change under us and our menus remain usable. - The Languages menu now lists all languages that are present in the LangNames file. In the case of selecting the UI language, those languages which are not available are shaded. svn path=/import/netsurf/; revision=1796
* [project @ 2005-07-16 05:54:45 by adrianl]Adrian Lees2005-07-161-0/+0
| | | | | | Thumbnails displayed and dragged for full page save; spelling correction svn path=/import/netsurf/; revision=1793
* [project @ 2005-07-08 14:59:50 by adrianl]Adrian Lees2005-07-081-0/+2
| | | | | | Added download-related messages svn path=/import/netsurf/; revision=1790
* [project @ 2005-06-21 22:37:49 by bursa]James Bursa2005-06-212-0/+444
Dutch translation of NetSurf interface, by Simon Voortman and Gerard van Katwijk. svn path=/import/netsurf/; revision=1753