aboutsummaryrefslogtreecommitdiffstats
path: root/po/sv.po
Commit message (Expand)AuthorAgeFilesLines
* Updated Swedish translation.Richard Hult2000-08-241-813/+2317
* Fixed an errorAndreas Hydén2000-07-211-27/+26
* Updated Swedish translationAndreas Hydén2000-07-161-1009/+684
* Update for 0.2.Ettore Perazzoli2000-07-111-297/+2965
* Fix 'make dist' errors.Ross Golder2000-05-281-85/+94
* Updated Swedish translationAndreas Hydén2000-05-231-76/+100
* Updated Swedish translationAndreas Hydén2000-05-151-64/+74
* Updated Swedish translationAndreas Hydén2000-05-141-20/+525
* Updated Swedish translationAndreas Hydén2000-05-131-77/+126
* Updated Swedish translation. Updated update.shAndreas Hydén2000-05-101-34/+53
* Updated Swedish translationAndreas Hydén2000-05-081-237/+207
* Updated Swedish translationAndreas Hydén2000-05-021-90/+107
* Updated Swedish translationAndreas Hydén2000-04-231-54/+61
* Updated Swedish translationAndreas Hydén2000-04-201-54/+119
* Updated Swedish translationAndreas Hydén2000-04-071-6/+8
* Updated Swedish translationAndreas Hydén2000-04-051-16/+22
* Updated Swedish translation.Richard Hult2000-04-041-34/+34
* Added Swedish translationAndreas Hydén2000-04-041-0/+518
stock FindFederico Mena Quintero2003-06-042-5/+16 * install gconf schemas even if purify is disabled (oops) :-)Jeffrey Stedfast2003-06-031-6/+6 * ** This and jeffs patch for #43862.Not Zed2003-06-034-12/+64 * Stat the XML file before trying to parse it to make sure it exists.Jeffrey Stedfast2003-06-032-3/+12 * added server_DATA (*.server) so make clean works. For #42691.Not Zed2003-06-022-1/+6 * use %02x instead of %2x when formatting color for rc fileRadek Doulik2003-05-312-1/+6 * Fixes bug #43805.Jeffrey Stedfast2003-05-302-5/+40 * removed the help button since it didn't do anything anywayJeffrey Stedfast2003-05-301-11/+0 * set the default open size to something reasonable. For #43410.Not Zed2003-05-284-2/+13 * set signature html flag even if it's newly signature, we don't set it inRadek Doulik2003-05-232-3/+9 * Updated copyright years.Jeffrey Stedfast2003-05-215-7/+19 * remove link hilighting option that isn't attached to anything.Larry Ewing2003-05-212-18/+5 * filter notification events to keep the redisplay count down.Larry Ewing2003-05-212-3/+18 * remove references to gtkhtml property manager. Connect to missingLarry Ewing2003-05-218-123/+129 * Only re-add the store to the folder-tree if the account is enabled. Oops.Jeffrey Stedfast2003-05-202-1/+7 * remove references to font prefs.Larry Ewing2003-05-204-35/+39 * ** See bug #43234Not Zed2003-05-192-1/+11 * New async "empty trash" op.Dan Winship2003-05-194-16/+89 * gnome_font_get_descender returns negative valueRadek Doulik2003-05-192-1/+6 * remove font prefs server from the listLarry Ewing2003-05-192-25/+5 * Add #include to fix warning.Jeremy Katz2003-05-178-17/+43 * ** See bug #42838.Not Zed2003-05-162-3/+11 * Disabled some debugging messages.Jeffrey Stedfast2003-05-162-2/+6 * add protoJP Rosevear2003-05-157-57/+51 * Removed. (make_factory): No need to set up the SIGSEGV redirect handlerEttore Perazzoli2003-05-143-44/+16 * Fix ChangeLog for yesterday's commit.Ettore Perazzoli2003-05-101-4/+3 * (request_password): Make sure password_dialog isEttore Perazzoli2003-05-092-2/+10 * Make sure that we haven't been destroyed before we start writing to theJeffrey Stedfast2003-05-092-0/+11 * ** See bug #42456Not Zed2003-05-082-0/+12 * Correct default for list.Jeremy Katz2003-05-082-1/+7 * ** See bug #42400Not Zed2003-05-072-0/+15 * ** See bug #42294.Not Zed2003-05-062-1/+9 * (request_password): Set OK as the defaultEttore Perazzoli2003-05-062-0/+6 * To be consistant with the message-list envelope toggle, undelete theJeffrey Stedfast2003-05-034-4/+38 * ** See bug #41748Not Zed2003-05-012-7/+26 * Don't just blindly cast an int to gpointer, use the proper glib magicJeremy Katz2003-04-302-2/+9 * Updated for API change in the filter code.Jeffrey Stedfast2003-04-302-4/+10 * ** See bug #41972Not Zed2003-04-305-14/+41 * Remove preceding whitespaceDan Winship2003-04-302-0/+6 * (mail_session_forget_passwords): Forget allEttore Perazzoli2003-04-292-1/+6 * Made toplevel container widgets set a border-width (including toplevelJeffrey Stedfast2003-04-296-2182/+2346 * as below (update_active): as belowRadek Doulik2003-04-253-4/+11 * pass an exception to get_provider, to silence some warnings/get a validNot Zed2003-04-242-1/+9 * Only add the Organization: header if it is non-empty. Fixes bug #41730.Jeffrey Stedfast2003-04-242-1/+6 * Protect against a NULL strv result from parsing the language list string.Jeffrey Stedfast2003-04-222-5/+12 * Fixes for bug #41142.Jeffrey Stedfast2003-04-192-3/+11 * [ fixes #21499 ]Rodney Dawes2003-04-195-3/+13 * remove the help menu item handling, as the help menu is removed. Clean upNot Zed2003-04-172-7/+5 * Remove COMPONENTDIR and set BINDIR and VERSION instead.Not Zed2003-04-177-12/+26 * schema keys can't be directories (#41419)Jeremy Katz2003-04-172-1/+5 * Fixed a logic error that was the cause of bug #41389.Jeffrey Stedfast2003-04-172-1/+6 * For bug #41199.Not Zed2003-04-163-185/+285 * Free the temporary error text.Hans Petter Jansson2003-04-162-0/+5 * Set the correct border width and vbox spacing to be HIG compliant. FixesJeffrey Stedfast2003-04-163-4/+18 * create a stock cancel button with a cancel all text. (build_dialogue):Not Zed2003-04-15