forked from AuroraMiddleware/gtk
Released GTK+ 1.1.10
Thu Dec 24 03:16:52 CST 1998 Shawn T. Amundson <amundson@gtk.org> * Released GTK+ 1.1.10 * INSTALL: NEWS: README: configure.in: gtk+.spec: docs/gtk-config.1: gtk/gtkfeatures.h.in: version=1.1.10 * no.po: added translation by Kjartan Maraas <kmaraas@fib.hl.no>
This commit is contained in:
parent
d01381e1cb
commit
9775547b4a
12
ChangeLog
12
ChangeLog
@ -1,3 +1,15 @@
|
||||
Thu Dec 24 03:16:52 CST 1998 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* Released GTK+ 1.1.10
|
||||
|
||||
* INSTALL:
|
||||
NEWS:
|
||||
README:
|
||||
configure.in:
|
||||
gtk+.spec:
|
||||
docs/gtk-config.1:
|
||||
gtk/gtkfeatures.h.in: version=1.1.10
|
||||
|
||||
Wed Dec 23 20:31:40 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtklabel.c: Fix problem where empty labels were
|
||||
|
@ -1,3 +1,15 @@
|
||||
Thu Dec 24 03:16:52 CST 1998 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* Released GTK+ 1.1.10
|
||||
|
||||
* INSTALL:
|
||||
NEWS:
|
||||
README:
|
||||
configure.in:
|
||||
gtk+.spec:
|
||||
docs/gtk-config.1:
|
||||
gtk/gtkfeatures.h.in: version=1.1.10
|
||||
|
||||
Wed Dec 23 20:31:40 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtklabel.c: Fix problem where empty labels were
|
||||
|
@ -1,3 +1,15 @@
|
||||
Thu Dec 24 03:16:52 CST 1998 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* Released GTK+ 1.1.10
|
||||
|
||||
* INSTALL:
|
||||
NEWS:
|
||||
README:
|
||||
configure.in:
|
||||
gtk+.spec:
|
||||
docs/gtk-config.1:
|
||||
gtk/gtkfeatures.h.in: version=1.1.10
|
||||
|
||||
Wed Dec 23 20:31:40 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtklabel.c: Fix problem where empty labels were
|
||||
|
@ -1,3 +1,15 @@
|
||||
Thu Dec 24 03:16:52 CST 1998 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* Released GTK+ 1.1.10
|
||||
|
||||
* INSTALL:
|
||||
NEWS:
|
||||
README:
|
||||
configure.in:
|
||||
gtk+.spec:
|
||||
docs/gtk-config.1:
|
||||
gtk/gtkfeatures.h.in: version=1.1.10
|
||||
|
||||
Wed Dec 23 20:31:40 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtklabel.c: Fix problem where empty labels were
|
||||
|
@ -1,3 +1,15 @@
|
||||
Thu Dec 24 03:16:52 CST 1998 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* Released GTK+ 1.1.10
|
||||
|
||||
* INSTALL:
|
||||
NEWS:
|
||||
README:
|
||||
configure.in:
|
||||
gtk+.spec:
|
||||
docs/gtk-config.1:
|
||||
gtk/gtkfeatures.h.in: version=1.1.10
|
||||
|
||||
Wed Dec 23 20:31:40 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtklabel.c: Fix problem where empty labels were
|
||||
|
@ -1,3 +1,15 @@
|
||||
Thu Dec 24 03:16:52 CST 1998 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* Released GTK+ 1.1.10
|
||||
|
||||
* INSTALL:
|
||||
NEWS:
|
||||
README:
|
||||
configure.in:
|
||||
gtk+.spec:
|
||||
docs/gtk-config.1:
|
||||
gtk/gtkfeatures.h.in: version=1.1.10
|
||||
|
||||
Wed Dec 23 20:31:40 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtklabel.c: Fix problem where empty labels were
|
||||
|
@ -1,3 +1,15 @@
|
||||
Thu Dec 24 03:16:52 CST 1998 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* Released GTK+ 1.1.10
|
||||
|
||||
* INSTALL:
|
||||
NEWS:
|
||||
README:
|
||||
configure.in:
|
||||
gtk+.spec:
|
||||
docs/gtk-config.1:
|
||||
gtk/gtkfeatures.h.in: version=1.1.10
|
||||
|
||||
Wed Dec 23 20:31:40 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtklabel.c: Fix problem where empty labels were
|
||||
|
12
INSTALL
12
INSTALL
@ -7,12 +7,12 @@ you got this package.
|
||||
Simple install procedure
|
||||
========================
|
||||
|
||||
% gzip -cd gtk+-1.1.9.tar.gz | tar xvf - # unpack the sources
|
||||
% cd gtk+-1.1.9 # change to the toplevel directory
|
||||
% ./configure # run the `configure' script
|
||||
% make # build GTK
|
||||
% gzip -cd gtk+-1.1.10.tar.gz | tar xvf - # unpack the sources
|
||||
% cd gtk+-1.1.10 # change to the toplevel directory
|
||||
% ./configure # run the `configure' script
|
||||
% make # build GTK
|
||||
[ Become root if necessary ]
|
||||
% make install # install GTK
|
||||
% make install # install GTK
|
||||
|
||||
The Nitty-Gritty
|
||||
================
|
||||
@ -92,7 +92,7 @@ You can compile GTK+ against a copy of GLIB that you have not
|
||||
yet installed. To do this, give the --with-glib=DIR options
|
||||
to ./configure. For instance:
|
||||
|
||||
./configure --with-glib=../glib-1.1.9
|
||||
./configure --with-glib=../glib-1.1.10
|
||||
|
||||
This, however, will not work if you built GLIB with different
|
||||
source and build directories.
|
||||
|
@ -14,6 +14,7 @@ EXTRA_DIST = \
|
||||
NEWS.pre-1-0 \
|
||||
ChangeLog.pre-1-0 \
|
||||
README.cvs-commits \
|
||||
intl/libgettext.h \
|
||||
examples/Makefile \
|
||||
examples/README.1ST \
|
||||
examples/extract.awk \
|
||||
@ -102,7 +103,6 @@ files:
|
||||
|
||||
release:
|
||||
rm -rf .deps */.deps
|
||||
cd docs && make distdocs
|
||||
$(MAKE) distcheck
|
||||
|
||||
sanity:
|
||||
|
7
NEWS
7
NEWS
@ -1,3 +1,10 @@
|
||||
What is new in GTK+ 1.1.10:
|
||||
|
||||
* Dutch, Japanese, Swedish, Polish, and Norwegian translations
|
||||
* Removed deprecated _interp variants: gtk_container_foreach_interp,
|
||||
gtk_idle_add_interp, gtk_timeout_add_interp, gtk_signal_connect_interp
|
||||
* Many fixes
|
||||
|
||||
What is new in GTK+ 1.1.9:
|
||||
|
||||
* Check for broken glibc 2.0 mb functions and avoid them
|
||||
|
2
README
2
README
@ -1,7 +1,7 @@
|
||||
General Information
|
||||
===================
|
||||
|
||||
This is GTK+ version 1.1.9. GTK+, which stands for the Gimp ToolKit,
|
||||
This is GTK+ version 1.1.10. GTK+, which stands for the Gimp ToolKit,
|
||||
is a library for creating graphical user interfaces for the X Window
|
||||
System. It is designed to be small, efficient, and flexible. GTK+ is
|
||||
written in C with a very object-oriented approach.
|
||||
|
@ -14,7 +14,7 @@ cflags_set=${CFLAGS+set}
|
||||
#
|
||||
GTK_MAJOR_VERSION=1
|
||||
GTK_MINOR_VERSION=1
|
||||
GTK_MICRO_VERSION=9
|
||||
GTK_MICRO_VERSION=10
|
||||
GTK_INTERFACE_AGE=0
|
||||
GTK_BINARY_AGE=0
|
||||
GTK_VERSION=$GTK_MAJOR_VERSION.$GTK_MINOR_VERSION.$GTK_MICRO_VERSION
|
||||
@ -130,7 +130,7 @@ fi
|
||||
AC_SUBST(REBUILD)
|
||||
|
||||
# i18n stuff
|
||||
ALL_LINGUAS="de fr nl pt ja sv pl"
|
||||
ALL_LINGUAS="de fr nl pt ja sv pl no"
|
||||
AM_GTK_GNU_GETTEXT
|
||||
AC_CHECK_FUNC(gettext,
|
||||
,
|
||||
@ -179,9 +179,9 @@ fi
|
||||
if test x$with_glib = x ; then
|
||||
# Look for separately installed glib
|
||||
|
||||
AM_PATH_GLIB(1.1.9,,
|
||||
AM_PATH_GLIB(1.1.10,,
|
||||
AC_MSG_ERROR([
|
||||
*** GLIB 1.1.9 or better is required. The latest version of GLIB
|
||||
*** GLIB 1.1.10 or better is required. The latest version of GLIB
|
||||
*** is always available from ftp://ftp.gtk.org.]),
|
||||
gmodule gthread)
|
||||
|
||||
|
@ -99,9 +99,10 @@ FAQ_FILES=html/gtkfaq.html \
|
||||
html/gtkfaq-5.html \
|
||||
html/gtkfaq-6.html \
|
||||
html/gtkfaq-7.html \
|
||||
text/gtkfaq.txt \
|
||||
text/gtkfaq.txt
|
||||
|
||||
EXTRA_DIST = \
|
||||
gtk-config.1 \
|
||||
texinfo.tex \
|
||||
macros.texi \
|
||||
gtkdocs_fix \
|
||||
@ -122,7 +123,6 @@ EXTRA_DIST = \
|
||||
html/gtk_tut_packbox1.gif \
|
||||
html/gtk_tut_packbox2.gif \
|
||||
gtk_tut_table.gif \
|
||||
gtk-config.1 \
|
||||
html/gdk.html \
|
||||
html/gdk_toc.html \
|
||||
html/gtk.html \
|
||||
|
@ -1,4 +1,4 @@
|
||||
.TH GTK+ 1 "25 October 1998" Version 1.1.9
|
||||
.TH GTK+ 1 "25 October 1998" Version 1.1.10
|
||||
.SH NAME
|
||||
gtk-config - script to get information about the installed version of GTK+
|
||||
.SH SYNOPSIS
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Note that this is NOT a relocatable package
|
||||
%define ver 1.1.9
|
||||
%define ver 1.1.10
|
||||
%define rel SNAP
|
||||
%define prefix /usr
|
||||
|
||||
|
@ -87,6 +87,10 @@ extern "C" {
|
||||
*/
|
||||
#define GTK_HAVE_FEATURES_1_1_9 1-1-9
|
||||
|
||||
/* Gtk+ 1.1.10 version tag
|
||||
*/
|
||||
#define GTK_HAVE_FEATURES_1_1_10 1-1-10
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
|
@ -1,3 +1,7 @@
|
||||
Thu Dec 24 00:45:21 CST 1998 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* no.po: added translation by Kjartan Maraas <kmaraas@fib.hl.no>
|
||||
|
||||
Tue Dec 22 14:24:37 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* pl.po: Added translation by
|
||||
|
2
po/de.po
2
po/de.po
@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+ 1.1.9\n"
|
||||
"POT-Creation-Date: 1998-12-20 12:00-0500\n"
|
||||
"POT-Creation-Date: 1998-12-19 15:03-0600\n"
|
||||
"PO-Revision-Date: 1998-12-18 12:15+0100\n"
|
||||
"Last-Translator: Sven Neumann <sven@gimp.org>\n"
|
||||
"Language-Team: German <de@li.org>\n"
|
||||
|
2
po/fr.po
2
po/fr.po
@ -6,7 +6,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+ VERSION\n"
|
||||
"POT-Creation-Date: 1998-12-20 12:00-0500\n"
|
||||
"POT-Creation-Date: 1998-12-19 15:03-0600\n"
|
||||
"PO-Revision-Date: 1998-12-18 20:32+0100\n"
|
||||
"Last-Translator: Vincent Renardias <vincent@debian.org>\n"
|
||||
"Language-Team: Vincent Renardias <vincent@debian.org>\n"
|
||||
|
2
po/ja.po
2
po/ja.po
@ -6,7 +6,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+ 1.1.7\n"
|
||||
"POT-Creation-Date: 1998-12-20 12:00-0500\n"
|
||||
"POT-Creation-Date: 1998-12-19 15:03-0600\n"
|
||||
"PO-Revision-Date: 1998-12-16 15:18+0900\n"
|
||||
"Last-Translator: Çòºê ÂÙ¹° <yasuhiro@awa.tohoku.ac.jp>\n"
|
||||
"Language-Team: Japanese <ja@li.org>\n"
|
||||
|
2
po/nl.po
2
po/nl.po
@ -6,7 +6,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 1998-12-20 12:00-0500\n"
|
||||
"POT-Creation-Date: 1998-12-19 15:03-0600\n"
|
||||
"PO-Revision-Date: 1998-12-18 01:13+0100\n"
|
||||
"Last-Translator: Paul Siegmann <pauls@euronet.nl>\n"
|
||||
"Language-Team: LANGUAGE <nl@li.org>\n"
|
||||
|
452
po/no.po
Normal file
452
po/no.po
Normal file
@ -0,0 +1,452 @@
|
||||
# Norwegian translation of gtk+.
|
||||
# Copyright (C) 1998 Free Software Foundation, Inc.
|
||||
# Kjartan Maraas <kmaraas@fib.hl.no>, 1998.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+ 1.1.9\n"
|
||||
"POT-Creation-Date: 1998-12-19 15:03-0600\n"
|
||||
"PO-Revision-Date: 1998-12-18 22:15+0100\n"
|
||||
"Last-Translator: Kjartan Maraas <kmaraas@fib.hl.no>\n"
|
||||
"Language-Team: Norwegian <no@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=iso-8859-1\n"
|
||||
"Content-Transfer-Encoding: 8-bit\n"
|
||||
|
||||
#: gtk/gtkcolorsel.c:202
|
||||
msgid "Hue:"
|
||||
msgstr "Glød:"
|
||||
|
||||
#: gtk/gtkcolorsel.c:203
|
||||
msgid "Saturation:"
|
||||
msgstr "Metning:"
|
||||
|
||||
#: gtk/gtkcolorsel.c:204
|
||||
msgid "Value:"
|
||||
msgstr "Verdi:"
|
||||
|
||||
#: gtk/gtkcolorsel.c:205
|
||||
msgid "Red:"
|
||||
msgstr "Rød:"
|
||||
|
||||
#: gtk/gtkcolorsel.c:206
|
||||
msgid "Green:"
|
||||
msgstr "Grønn:"
|
||||
|
||||
#: gtk/gtkcolorsel.c:207
|
||||
msgid "Blue:"
|
||||
msgstr "Blå:"
|
||||
|
||||
#: gtk/gtkcolorsel.c:208
|
||||
msgid "Opacity:"
|
||||
msgstr ""
|
||||
|
||||
#. The OK button
|
||||
#: gtk/gtkcolorsel.c:1637 gtk/gtkfilesel.c:462 gtk/gtkfontsel.c:3458
|
||||
#: gtk/gtkgamma.c:408
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
#. The Cancel button
|
||||
#: gtk/gtkcolorsel.c:1643 gtk/gtkfilesel.c:469 gtk/gtkfilesel.c:844
|
||||
#: gtk/gtkfilesel.c:944 gtk/gtkfilesel.c:1059 gtk/gtkfontsel.c:3471
|
||||
#: gtk/gtkgamma.c:416
|
||||
msgid "Cancel"
|
||||
msgstr "Avbryt"
|
||||
|
||||
#: gtk/gtkcolorsel.c:1648
|
||||
msgid "Help"
|
||||
msgstr "Hjelp"
|
||||
|
||||
#. The directories clist
|
||||
#: gtk/gtkfilesel.c:411
|
||||
msgid "Directories"
|
||||
msgstr "Kataloger"
|
||||
|
||||
#. The files clist
|
||||
#: gtk/gtkfilesel.c:430
|
||||
msgid "Files"
|
||||
msgstr "Filer"
|
||||
|
||||
#: gtk/gtkfilesel.c:500 gtk/gtkfilesel.c:1455
|
||||
#, c-format
|
||||
msgid "Directory unreadable: %s"
|
||||
msgstr "Uleselig katalog: %s"
|
||||
|
||||
#: gtk/gtkfilesel.c:532
|
||||
msgid "Create Dir"
|
||||
msgstr "Lag katalog"
|
||||
|
||||
#: gtk/gtkfilesel.c:543 gtk/gtkfilesel.c:913
|
||||
msgid "Delete File"
|
||||
msgstr "Slett fil"
|
||||
|
||||
#: gtk/gtkfilesel.c:554 gtk/gtkfilesel.c:1017
|
||||
msgid "Rename File"
|
||||
msgstr "Gi filen nytt navn"
|
||||
|
||||
#.
|
||||
#. gtk_signal_connect (GTK_OBJECT (dialog), "destroy",
|
||||
#. (GtkSignalFunc) gtk_file_selection_fileop_destroy,
|
||||
#. (gpointer) fs);
|
||||
#.
|
||||
#: gtk/gtkfilesel.c:715
|
||||
msgid "Error"
|
||||
msgstr "Feil"
|
||||
|
||||
#. close button
|
||||
#: gtk/gtkfilesel.c:733 gtk/gtkinputdialog.c:346
|
||||
msgid "Close"
|
||||
msgstr "Lukk"
|
||||
|
||||
#: gtk/gtkfilesel.c:808
|
||||
msgid "Create Directory"
|
||||
msgstr "Lag katalog"
|
||||
|
||||
#: gtk/gtkfilesel.c:822
|
||||
msgid "Directory name:"
|
||||
msgstr "Katalognavn:"
|
||||
|
||||
#. buttons
|
||||
#: gtk/gtkfilesel.c:835
|
||||
msgid "Create"
|
||||
msgstr "Lag"
|
||||
|
||||
#. buttons
|
||||
#: gtk/gtkfilesel.c:935
|
||||
msgid "Delete"
|
||||
msgstr "Slett"
|
||||
|
||||
#. buttons
|
||||
#: gtk/gtkfilesel.c:1050
|
||||
msgid "Rename"
|
||||
msgstr "Gi nytt navn"
|
||||
|
||||
#: gtk/gtkfontsel.c:203
|
||||
msgid "Foundry:"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkfontsel.c:204
|
||||
msgid "Family:"
|
||||
msgstr "Familie:"
|
||||
|
||||
#: gtk/gtkfontsel.c:205
|
||||
msgid "Weight:"
|
||||
msgstr "Tyngde:"
|
||||
|
||||
#: gtk/gtkfontsel.c:206
|
||||
msgid "Slant:"
|
||||
msgstr "Helling:"
|
||||
|
||||
#: gtk/gtkfontsel.c:207
|
||||
msgid "Set Width:"
|
||||
msgstr "Sett vidde:"
|
||||
|
||||
#: gtk/gtkfontsel.c:208
|
||||
msgid "Add Style:"
|
||||
msgstr "Legg til stil:"
|
||||
|
||||
#: gtk/gtkfontsel.c:209
|
||||
msgid "Pixel Size:"
|
||||
msgstr "Pixelstørrelse:"
|
||||
|
||||
#: gtk/gtkfontsel.c:210
|
||||
msgid "Point Size:"
|
||||
msgstr "Punktstørrelse:"
|
||||
|
||||
#: gtk/gtkfontsel.c:211
|
||||
msgid "Resolution X:"
|
||||
msgstr "Oppløsning X:"
|
||||
|
||||
#: gtk/gtkfontsel.c:212
|
||||
msgid "Resolution Y:"
|
||||
msgstr "Oppløsning Y:"
|
||||
|
||||
#: gtk/gtkfontsel.c:213
|
||||
msgid "Spacing:"
|
||||
msgstr "Mellomrom:"
|
||||
|
||||
#: gtk/gtkfontsel.c:214
|
||||
msgid "Average Width:"
|
||||
msgstr "Gjennomsnittlig bredde:"
|
||||
|
||||
#: gtk/gtkfontsel.c:215
|
||||
msgid "Charset:"
|
||||
msgstr "Tegnsett:"
|
||||
|
||||
#: gtk/gtkfontsel.c:442
|
||||
msgid "Font Property"
|
||||
msgstr "Egenskaper for skrifttype"
|
||||
|
||||
#: gtk/gtkfontsel.c:442
|
||||
msgid "Requested Value"
|
||||
msgstr "Etterspurt verdi"
|
||||
|
||||
#: gtk/gtkfontsel.c:442
|
||||
msgid "Actual Value"
|
||||
msgstr "Reell verdi"
|
||||
|
||||
#: gtk/gtkfontsel.c:481
|
||||
msgid "Font"
|
||||
msgstr "Skrifttype"
|
||||
|
||||
#: gtk/gtkfontsel.c:491 gtk/gtkfontsel.c:2139 gtk/gtkfontsel.c:2369
|
||||
msgid "Font:"
|
||||
msgstr "Skrifttype:"
|
||||
|
||||
#: gtk/gtkfontsel.c:496
|
||||
msgid "Font Style:"
|
||||
msgstr "Skrifttypens stil:"
|
||||
|
||||
#: gtk/gtkfontsel.c:501
|
||||
msgid "Size:"
|
||||
msgstr "Størrelse:"
|
||||
|
||||
#: gtk/gtkfontsel.c:633 gtk/gtkfontsel.c:855
|
||||
msgid "Reset Filter"
|
||||
msgstr "Sett tilbake filter"
|
||||
|
||||
#: gtk/gtkfontsel.c:647
|
||||
msgid "Metric:"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkfontsel.c:651
|
||||
msgid "Points"
|
||||
msgstr "Punkter"
|
||||
|
||||
#: gtk/gtkfontsel.c:658
|
||||
msgid "Pixels"
|
||||
msgstr "Piksler"
|
||||
|
||||
#. create the text entry widget
|
||||
#: gtk/gtkfontsel.c:674
|
||||
msgid "Preview:"
|
||||
msgstr "Forhåndsvisning:"
|
||||
|
||||
#: gtk/gtkfontsel.c:703
|
||||
msgid "Font Information"
|
||||
msgstr "Informasjon om skrifttype"
|
||||
|
||||
#: gtk/gtkfontsel.c:736
|
||||
msgid "Requested Font Name:"
|
||||
msgstr "Etterspurt navn på skrifttype:"
|
||||
|
||||
#: gtk/gtkfontsel.c:747
|
||||
msgid "Actual Font Name:"
|
||||
msgstr "Reelt navn på skrifttype:"
|
||||
|
||||
#: gtk/gtkfontsel.c:758
|
||||
#, c-format
|
||||
msgid "%i fonts available with a total of %i styles."
|
||||
msgstr "%i skrifttyper tilgjengelig med totalt %i stiler."
|
||||
|
||||
#: gtk/gtkfontsel.c:773
|
||||
msgid "Filter"
|
||||
msgstr "Filter"
|
||||
|
||||
#: gtk/gtkfontsel.c:786
|
||||
msgid "Font Types:"
|
||||
msgstr "Skrifttyper:"
|
||||
|
||||
#: gtk/gtkfontsel.c:794
|
||||
msgid "Bitmap"
|
||||
msgstr "Bilde"
|
||||
|
||||
#: gtk/gtkfontsel.c:800
|
||||
msgid "Scalable"
|
||||
msgstr "Skalerbart"
|
||||
|
||||
#: gtk/gtkfontsel.c:806
|
||||
msgid "Scaled Bitmap"
|
||||
msgstr "Skalert bilde"
|
||||
|
||||
#. Convert '(nil)' weights to 'regular', since it looks nicer.
|
||||
#: gtk/gtkfontsel.c:1202
|
||||
msgid "regular"
|
||||
msgstr "vanlig"
|
||||
|
||||
#: gtk/gtkfontsel.c:1207 gtk/gtkfontsel.c:1931
|
||||
msgid "italic"
|
||||
msgstr "kursiv"
|
||||
|
||||
#: gtk/gtkfontsel.c:1208 gtk/gtkfontsel.c:1932
|
||||
msgid "oblique"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkfontsel.c:1209 gtk/gtkfontsel.c:1933
|
||||
msgid "reverse italic"
|
||||
msgstr "omvendt kursiv"
|
||||
|
||||
#: gtk/gtkfontsel.c:1210 gtk/gtkfontsel.c:1934
|
||||
msgid "reverse oblique"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkfontsel.c:1211 gtk/gtkfontsel.c:1935
|
||||
msgid "other"
|
||||
msgstr "annet"
|
||||
|
||||
#: gtk/gtkfontsel.c:1218
|
||||
msgid "[M]"
|
||||
msgstr "[M]"
|
||||
|
||||
#: gtk/gtkfontsel.c:1219
|
||||
msgid "[C]"
|
||||
msgstr "[C]"
|
||||
|
||||
#: gtk/gtkfontsel.c:1763
|
||||
msgid "The selected font is not available."
|
||||
msgstr "Den valgte skrifttypen er ikke tilgjengelig."
|
||||
|
||||
#: gtk/gtkfontsel.c:1769
|
||||
msgid "The selected font is not a valid font."
|
||||
msgstr "Den valgte skrifttypen er ikke en gyldig skrifttype."
|
||||
|
||||
#: gtk/gtkfontsel.c:1827
|
||||
msgid "This is a 2-byte font and may not be displayed correctly."
|
||||
msgstr "Dette er en 2-byte skrifttype og vil kanskje ikke vises riktig."
|
||||
|
||||
#: gtk/gtkfontsel.c:1919 gtk/gtkinputdialog.c:599
|
||||
msgid "(unknown)"
|
||||
msgstr "(ukjent)"
|
||||
|
||||
#: gtk/gtkfontsel.c:1930
|
||||
msgid "roman"
|
||||
msgstr "romansk"
|
||||
|
||||
#: gtk/gtkfontsel.c:1942
|
||||
msgid "proportional"
|
||||
msgstr "proporsjonell"
|
||||
|
||||
#: gtk/gtkfontsel.c:1943
|
||||
msgid "monospaced"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkfontsel.c:1944
|
||||
msgid "char cell"
|
||||
msgstr "tegncelle"
|
||||
|
||||
#: gtk/gtkfontsel.c:2144
|
||||
msgid "Font: (Filter Applied)"
|
||||
msgstr "Skrifttype: (med filter på)"
|
||||
|
||||
#: gtk/gtkfontsel.c:2620
|
||||
msgid "MAX_FONTS exceeded. Some fonts may be missing."
|
||||
msgstr "MAX_FONTS oversteget. Noen skrifttyper mangler kanskje."
|
||||
|
||||
#: gtk/gtkfontsel.c:3465
|
||||
msgid "Apply"
|
||||
msgstr "Bruk"
|
||||
|
||||
#: gtk/gtkfontsel.c:3487
|
||||
msgid "Font Selection"
|
||||
msgstr "Valg av skrifttype"
|
||||
|
||||
#: gtk/gtkgamma.c:388
|
||||
msgid "Gamma"
|
||||
msgstr "Gamma"
|
||||
|
||||
#: gtk/gtkgamma.c:395
|
||||
msgid "Gamma value"
|
||||
msgstr "Gammaverdi"
|
||||
|
||||
#. shell and main vbox
|
||||
#: gtk/gtkinputdialog.c:192
|
||||
msgid "Input"
|
||||
msgstr "Inndata"
|
||||
|
||||
#: gtk/gtkinputdialog.c:200
|
||||
msgid "No input devices"
|
||||
msgstr "Ingen innenheter"
|
||||
|
||||
#: gtk/gtkinputdialog.c:229
|
||||
msgid "Device:"
|
||||
msgstr "Enhet:"
|
||||
|
||||
#: gtk/gtkinputdialog.c:245
|
||||
msgid "Disabled"
|
||||
msgstr "Slått av"
|
||||
|
||||
#: gtk/gtkinputdialog.c:253
|
||||
msgid "Screen"
|
||||
msgstr "Skjerm"
|
||||
|
||||
#: gtk/gtkinputdialog.c:261
|
||||
msgid "Window"
|
||||
msgstr "Vindu"
|
||||
|
||||
#: gtk/gtkinputdialog.c:269
|
||||
msgid "Mode: "
|
||||
msgstr "Modus: "
|
||||
|
||||
#. The axis listbox
|
||||
#: gtk/gtkinputdialog.c:299
|
||||
msgid "Axes"
|
||||
msgstr "Akser"
|
||||
|
||||
#. Keys listbox
|
||||
#: gtk/gtkinputdialog.c:315
|
||||
msgid "Keys"
|
||||
msgstr "Taster"
|
||||
|
||||
#. We create the save button in any case, so that clients can
|
||||
#. connect to it, without paying attention to whether it exits
|
||||
#: gtk/gtkinputdialog.c:337
|
||||
msgid "Save"
|
||||
msgstr "Lagre"
|
||||
|
||||
#: gtk/gtkinputdialog.c:492
|
||||
msgid "X"
|
||||
msgstr "X"
|
||||
|
||||
#: gtk/gtkinputdialog.c:493
|
||||
msgid "Y"
|
||||
msgstr "Y"
|
||||
|
||||
#: gtk/gtkinputdialog.c:494
|
||||
msgid "Pressure"
|
||||
msgstr "Trykk"
|
||||
|
||||
#: gtk/gtkinputdialog.c:495
|
||||
msgid "X Tilt"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkinputdialog.c:496
|
||||
msgid "Y Tilt"
|
||||
msgstr ""
|
||||
|
||||
#: gtk/gtkinputdialog.c:536
|
||||
msgid "none"
|
||||
msgstr "ingen"
|
||||
|
||||
#: gtk/gtkinputdialog.c:570 gtk/gtkinputdialog.c:606
|
||||
msgid "(disabled)"
|
||||
msgstr "(slått av)"
|
||||
|
||||
#. and clear button
|
||||
#: gtk/gtkinputdialog.c:684
|
||||
msgid "clear"
|
||||
msgstr "tøm"
|
||||
|
||||
#: gtk/gtknotebook.c:1946 gtk/gtknotebook.c:3966
|
||||
#, c-format
|
||||
msgid "Page %u"
|
||||
msgstr "Side %u"
|
||||
|
||||
#: gtk/gtkrc.c:1533
|
||||
#, c-format
|
||||
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
|
||||
msgstr "Kunne ikke finne bildefilen i pixmap_patg: \"%s\" linje %d"
|
||||
|
||||
#: gtk/gtkrc.c:1536
|
||||
#, c-format
|
||||
msgid "Unable to locate image file in pixmap_path: \"%s\""
|
||||
msgstr "Kunne ikke finne bildefil i pixmap_path: \"%s\""
|
||||
|
||||
#: gtk/gtkthemes.c:71
|
||||
#, c-format
|
||||
msgid "Unable to locate loadable module in module_path: \"%s\","
|
||||
msgstr "Kunne ikke finne lastbar modul i module_path: \"%s\","
|
||||
|
||||
#: gtk/gtktipsquery.c:172
|
||||
msgid "--- No Tip ---"
|
||||
msgstr "--- Ingen tips ---"
|
2
po/pl.po
2
po/pl.po
@ -6,7 +6,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+ 1.1.9\n"
|
||||
"POT-Creation-Date: 1998-12-20 12:00-0500\n"
|
||||
"POT-Creation-Date: 1998-12-19 15:03-0600\n"
|
||||
"PO-Revision-Date: 1998-12-18 02:21+0100\n"
|
||||
"Last-Translator: Krzysztof Krzy¿aniak <eloy@venco.com.pl>\n"
|
||||
"Language-Team: Polish <plug@poznan.linux.org.pl>\n"
|
||||
|
2
po/pt.po
2
po/pt.po
@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+ 1.1.7\n"
|
||||
"POT-Creation-Date: 1998-12-20 12:00-0500\n"
|
||||
"POT-Creation-Date: 1998-12-19 15:03-0600\n"
|
||||
"PO-Revision-Date: 1998-12-14 22:07+00:00\n"
|
||||
"Last-Translator: Nuno Ferreira <nmrf@rnl.ist.utl.pt>\n"
|
||||
"Language-Team: Portuguese <pt@li.org>\n"
|
||||
|
2
po/sv.po
2
po/sv.po
@ -6,7 +6,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+ 1.1.7\n"
|
||||
"POT-Creation-Date: 1998-12-20 12:00-0500\n"
|
||||
"POT-Creation-Date: 1998-12-19 15:03-0600\n"
|
||||
"PO-Revision-Date: 1998-12-20 03:25+0100\n"
|
||||
"Last-Translator: Tomas Ögren <stric@ing.umu.se>\n"
|
||||
"Language-Team: Swedish <sv@li.org>\n"
|
||||
|
Loading…
Reference in New Issue
Block a user