1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 04:20:27 +01:00

Updated some .po files, added man page for wsetfont, and fixed a small bug

in WPrefs.app.
This commit is contained in:
dan
1999-05-02 21:23:10 +00:00
parent 113955d0a8
commit b67fc5cad4
6 changed files with 493 additions and 344 deletions

View File

@@ -178,10 +178,10 @@ textEditedObserver(void *observerData, WMNotification *notification)
case WMIllegalTextMovement:
if (WMGetNotificationObject(notification) == panel->icoT) {
WMSetButtonImage(panel->icoaB, NULL);
WMSetButtonImage(panel->icoaB, NULL);
WMSetButtonAltImage(panel->icoaB, NULL);
} else {
WMSetButtonImage(panel->pixaB, NULL);
WMSetButtonImage(panel->pixaB, NULL);
WMSetButtonAltImage(panel->pixaB, NULL);
}
break;
}

View File

@@ -15,10 +15,8 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: unknown\n"
#: ../../WPrefs.app/Configurations.c:142
../../WPrefs.app/Configurations.c:148
#: ../../WPrefs.app/MouseSettings.c:547
../../WPrefs.app/WindowHandling.c:311
#: ../../WPrefs.app/Configurations.c:142 ../../WPrefs.app/Configurations.c:148
#: ../../WPrefs.app/MouseSettings.c:547 ../../WPrefs.app/WindowHandling.c:311
#: ../../WPrefs.app/WindowHandling.c:323 ../../WPrefs.app/Workspace.c:71
#: ../../WPrefs.app/Workspace.c:77
#, c-format
@@ -43,14 +41,12 @@ msgstr "Velocit
msgid "Shade Animation Speed"
msgstr "Velocità dell'arrotolamento"
#: ../../WPrefs.app/Configurations.c:234
../../WPrefs.app/Configurations.c:246
#: ../../WPrefs.app/Configurations.c:234 ../../WPrefs.app/Configurations.c:246
#: ../../WPrefs.app/Focus.c:314 ../../WPrefs.app/Focus.c:325
#: ../../WPrefs.app/MenuPreferences.c:135
#: ../../WPrefs.app/MenuPreferences.c:146
#: ../../WPrefs.app/MenuPreferences.c:174
#: ../../WPrefs.app/MenuPreferences.c:189
../../WPrefs.app/MouseSettings.c:575
#: ../../WPrefs.app/MenuPreferences.c:189 ../../WPrefs.app/MouseSettings.c:575
#: ../../WPrefs.app/MouseSettings.c:586 ../../WPrefs.app/MouseSettings.c:650
#: ../../WPrefs.app/MouseSettings.c:661 ../../WPrefs.app/MouseSettings.c:717
#: ../../WPrefs.app/MouseSettings.c:732 ../../WPrefs.app/MouseSettings.c:748
@@ -670,8 +666,7 @@ msgstr "<< Indietro"
#: ../../WPrefs.app/MenuGuru.c:271
msgid ""
"This process will help you create a submenu which definition is located in
"
"This process will help you create a submenu which definition is located in "
"another file or is created dynamically.\n"
"What do you want to use as the contents of the submenu?"
msgstr ""
@@ -681,8 +676,7 @@ msgstr ""
#: ../../WPrefs.app/MenuGuru.c:279
msgid ""
"A file containing the menu definition in the plain text (non-property list)
"
"A file containing the menu definition in the plain text (non-property list) "
"menu format."
msgstr ""
"Un file contenete la definizione del menu nel formato 'plain text' "
@@ -1014,6 +1008,7 @@ msgstr ""
"ABCDEFGHIJKLMNOPQRSTUVXYWZ\n"
"0123456789"
#: ../../WPrefs.app/Text.c:285
msgid "Alignment"
msgstr "Allineamento"

View File

@@ -7,6 +7,7 @@ man_MANS = \
getstyle.1x \
wdwrite.1x \
wmsetbg.1x \
wsetfont.1x \
seticons.1x \
wmaker.1x \
wxcopy.1x

View File

@@ -88,7 +88,7 @@ XLIBS = @XLIBS@
X_EXTRA_LIBS = @X_EXTRA_LIBS@
wprefsdir = @wprefsdir@
man_MANS = geticonset.1x setstyle.1x wxpaste.1x getstyle.1x wdwrite.1x wmsetbg.1x seticons.1x wmaker.1x wxcopy.1x
man_MANS = geticonset.1x setstyle.1x wxpaste.1x getstyle.1x wdwrite.1x wmsetbg.1x wsetfont.1x seticons.1x wmaker.1x wxcopy.1x
EXTRA_DIST = $(man_MANS)

30
doc/wsetfont.1x Normal file
View File

@@ -0,0 +1,30 @@
.\" Hey, Emacs! This is an -*- nroff -*- source file.
.TH wsetfont 1x "January 1999" "Window Maker utilities"
.SH NAME
wsetfont \- font/language setting utility for Window Maker
.SH SYNOPSIS
\fBwsetfont\fP \fIfontset\fP
.SH DESCRIPTION
\fBwsetfont\fP sets the fonts used by WINGs and Window Maker according
to some preset fontsents appropiate for different charsets. It knows
about the following charsets: \fIlatin1\fP, \fIlatin2\fP, \fIgreek\fP,
\fIjapanese\fP, \fIkorean\fP, \fIkorean2\fP, \fIrussian\fP,
\fIturkish\fP.
.PP
It writes this settings to the WMGLOBAL and WindowMaker databases.
.SH FILES
.TP
.B GNUstep/Defaults/WMGLOBAL
Global settings read by the WINGs library and Window Maker
.TP
.B GNUstep/Defaults/WindowMaker
Window Maker specific settings
.PP
Please read \fBwmaker\fP(1x) for the location of this files.
.SH SEE ALSO
.BR wmaker (1x)
.SH AUTHOR
Window Maker was written by Alfredo K. Kojima <kojima@windowmaker.org>.
wsetfont was written by MANOME Tomonori <manome@itlb.te.noda.sut.ac.jp>
.PP
This man page was written by Marcelo Magallon <mmagallo@debian.org>.

771
po/ru.po

File diff suppressed because it is too large Load Diff