summaryrefslogtreecommitdiff
path: root/po/POTFILES.in
AgeCommit message (Collapse)AuthorFilesLines
2009-09-29Don't mark test files for translationMatthias Clasen1-1/+0
As pointed out in bug 596064
2009-07-14Add missing files in POTFILES.inClaude Paroz1-0/+21
2009-01-14Added missing gio/gemblemedicon.cLuca Ferretti1-0/+1
2009-01-14 Luca Ferretti <elle.uca@libero.it> * POTFILES.in: Added missing gio/gemblemedicon.c svn path=/trunk/; revision=7808
2008-08-15Add missing file. Update.Kjartan Maraas1-0/+1
2008-08-15 Kjartan Maraas <kmaraas@gnome.org> * POTFILES.in: Add missing file. * nb.po: Update. svn path=/trunk/; revision=7360
2008-08-05Updated Catalan translationGil Forcada Codinachs1-0/+1
svn path=/trunk/; revision=7313
2008-01-07remove deleted file gio/gdirectorymonitor.cLuca Ferretti1-1/+0
2008-01-07 Luca Ferretti <elle.uca@libero.it> * POTFILES.in: remove deleted file gio/gdirectorymonitor.c * it.po: Updated Italian translation. svn path=/trunk/; revision=6266
2007-12-15Add gio-ls.c Updated Norwegian bokmål translation.Kjartan Maraas1-0/+1
2007-12-15 Kjartan Maraas <kmaraas@gnome.org> * POTFILES.in: Add gio-ls.c * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=6135
2007-12-14Updated file list (gio).Stéphane Raimbault1-37/+21
2007-12-14 Stéphane Raimbault <stephane.raimbault@gmail.com> * POTFILES.in: Updated file list (gio). svn path=/trunk/; revision=6122
2007-12-08Add missing file.Kjartan Maraas1-0/+1
2007-12-08 Kjartan Maraas <kmaraas@gnome.org> * POTFILES.in: Add missing file. svn path=/trunk/; revision=6072
2007-11-27Updated gio sources.Andre Klapper1-4/+2
2007-11-27 Andre Klapper <a9016009@gmx.de> * POTFILES.in: Updated gio sources. svn path=/trunk/; revision=5958
2007-11-26gio/ docs/reference/gio Merged gio-standalone into glib.Alexander Larsson1-0/+76
2007-11-26 Alexander Larsson <alexl@redhat.com> * Makefile.am: * configure.in: * gio-2.0-uninstalled.pc.in: * gio-2.0.pc.in: * gio-unix-2.0-uninstalled.pc.in: * gio-unix-2.0.pc.in: * gio/ * docs/reference/gio Merged gio-standalone into glib. * glib/glibintl.h: * glib/gutils.c: Export glib_gettext so that gio can use it Add P_ (using same domain for now) Add I_ as g_intern_static_string svn path=/trunk/; revision=5941
2007-06-29Updated Spanish translationJorge Gonzalez Gonzalez1-0/+1
svn path=/trunk/; revision=5594
2007-05-17Add gregex.c (#436955, Philip Withnall)Matthias Clasen1-0/+1
2007-05-17 Matthias Clasen <mclasen@redhat.com> * POTFILES.in: Add gregex.c (#436955, Philip Withnall) svn path=/trunk/; revision=5498
2006-04-30Add gbookmarkfile.c Adjust accordingly.Kjartan Maraas1-0/+1
2006-04-30 Kjartan Maraas <kmaraas@gnome.org> * POTFILES.in: Add gbookmarkfile.c * nb.po: Adjust accordingly.
2005-06-25Add an mmap() wrapper called GMappedFile. (#148218, David Schleef, BehdadMatthias Clasen1-0/+1
2005-06-24 Matthias Clasen <mclasen@redhat.com> Add an mmap() wrapper called GMappedFile. (#148218, David Schleef, Behdad Esfahbod) * glib/gmappedfile.[hc]: New files. * configure.in: Check for mmap. * glib/Makefile.am: Add new files. * glib/glib.symbols: Add new functions. * glib/glib.h: Include gmappedfile.h * tests/mapping-test.c: Tests for GMappedFile. * tests/Makefile.am: Add new file.
2004-11-17Add gkeyfile.cMatthias Clasen1-0/+1
2004-08-03Mark user visible strings for translation.Matthias Clasen1-0/+1
Tue Aug 3 16:19:44 2004 Matthias Clasen <maclas@gmx.de> * glib/goption.c: Mark user visible strings for translation.
2001-12-04Updated Norwegian (bokmål) translation. Added glib/gdir.c.Kjartan Maraas1-0/+1
2001-12-04 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian (bokmål) translation. * POTFILES.in: Added glib/gdir.c.
2001-09-27When the sublangid is SUBLANG_DEFAULT, return the locale of the language'sBruno Haible1-0/+2
2001-09-24 Bruno Haible <haible@clisp.cons.org> * glib/gwin32.c (g_win32_getlocale): When the sublangid is SUBLANG_DEFAULT, return the locale of the language's main country, not a country-neutral locale. E.g. "en_US" instead of "en". Add handling of LANG_SORBIAN. Fix typo for SUBLANG_CHINESE_SIMPLIFIED (China == CN, CH == Switzerland). Ignore empty environment variable values. 2001-09-28 Tor Lillqvist <tml@iki.fi> * glib/makefile.{mingw,msc}.in: Add localcharset.o. Just copy the source file from libcharset and compile in this directory. * glib/giochannel.c: Mark rest of g_set_error strings for translation, too. * glib/giowin32.c: Add some debugging output functions, call them when debugging. (create_events, g_io_win32_msg_write): Free message fetched with g_win32_error_message (). (g_io_win32_check): Indentation fixes. (g_io_win32_fd_read,g_io_win32_sock_read): Don't always return G_IO_STATUS_NORMAL. Do return G_IO_STATUS_EOF if we got 0 bytes, like on Unix. This helps making the test programs run successfully. * glib/gmain.c (g_poll): Return the code ifdeffed out with TEST_WITHOUT_THIS. Can't remember why it was ifdeffed out. Things seem to work as previously with the code in place. Especially spawn-test didn't work with the code ifdeffed out (Bug#61067). * glib/grand.c (g_rand_new): Don't try to use /dev/urandom unless on Unix. * glib/gspawn-win32-helper.c (WinMain): Remove Sleep(10000) accidentally left in. gthread: 2001-09-28 Tor Lillqvist <tml@iki.fi> * gthread-win32.c: Use an extra level of indirection for GMutex. It is now a pointer either to a pointer to a CRITICAL_SECTION struct, or to a mutex HANDLE. This is needed in case the user defines G_ERRORCHECK_MUTEXES. G_MUTEX_SIZE must correctly reflect the size of *GMutex, but this used to vary depending on whether we at run-time chose to use CRITICAL_SECTIONs or mutexes. (g_mutex_free_win32_cs_impl, g_cond_free_win32_impl): Call DeleteCriticalSection() when done with it. * gthread-impl.c (g_thread_init_with_errorcheck_mutexes): Call g_thread_impl_init() before accessing g_thread_functions_for_glib_use_default, as the g_thread_impl_init() function might modify it. po: 2001-09-28 Tor Lillqvist <tml@iki.fi> * POTFILES.in: Add iochannel.c and giowin32.c. * sv.po: Remove a bogus fuzziness indicator.
2001-06-27Completed Norwegian translation. Adjusted to fit the move of the .c files.Kjartan Maraas1-7/+7
2001-06-27 Kjartan Maraas <kmaraas@gnome.org> * no.po: Completed Norwegian translation. * POTFILES.in: Adjusted to fit the move of the .c files.
2001-01-16Add gettext support.Owen Taylor1-0/+7
Mon Jan 15 21:12:49 2001 Owen Taylor <otaylor@redhat.com> * configure.in acconfig.h glibintl.h gutils.c po/{Makefile.in.in,POTFILES.in,po2tbl.in}: Add gettext support. * glib-gettext.m4 acinclude.m4: Clean up the GTK+ gettext macros some more and put them in this file, though they also need to be included in acinclude.m4 due to the brokeness of aclocal. * gspawn.c gspawn-win32.c gutf8.c gconvert.c gfileutils.c gshell.c: Remove dummy _() #defines, include glibintl.m4.