Displaying 5 results from an estimated 5 matches for "fr_be".
Did you mean:
r_be
2001 Feb 16
1
different_languages_problem
Hi,
what to do with this?
thanks in advance
[serge@rex serge]$ wine write.exe
Invoking /opt/wine/bin/wine.bin write.exe ...
For language 'fr' several language ids were found:
fr_FR - 040C; fr_BE - 080C; fr_CA - 0C0C; fr_CH - 100C; fr_LU - 140C;
Instead of using first in the list, suggest to define
your LANG environment variable like this: LANG=fr_FR
Wine exited with a successful status
/usr/bin/wine: line 516: 995 Compl?t? tail -f $log_name
/usr/bin/wine: line 520: 991...
2007 May 07
0
Bug#422618: logcheck-database: crontab should be /usr/bin/crontab
...er/cron , but I had to
modify the LIST one with /usr/bin/crontab
Thanks,
--
R?mi
-- System Information:
Debian Release: 4.0
APT prefers stable
APT policy: (990, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-k7
Locale: LANG=C, LC_CTYPE=fr_BE at euro (charmap=ISO-8859-15)
Versions of packages logcheck-database depends on:
ii debconf [debconf-2.0] 1.5.11 Debian configuration management sy
logcheck-database recommends no packages.
-- debconf information:
* logcheck-database/rules-directories-note:
* logcheck-database/stand...
2001 Feb 14
1
language_problem
...and got two msgs:
1) # the problem must be that my unix is mandrake 7.0 french and
windows 98 is russian
# How to get round it?
[serge@rex serge]$ wine write.exe
Invoking /opt/wine/bin/wine.bin write.exe ...
For language 'fr' several language ids were found:
fr_FR - 040C; fr_BE - 080C; fr_CA - 0C0C; fr_CH - 100C; fr_LU - 140C;
Instead of using first in the list, suggest to define
your LANG environment variable like this: LANG=fr_FR
Wine exited with a successful status
/usr/bin/wine: line 516: 995 Compl?t? tail -f $log_name
/usr/bin/wine: line 520: 991...
2006 Aug 07
0
The new formalism : you can try it
...e).
It use CONFPATH/base_config/comments directory to make the comments in
the configuration file. The comments files must be nammed conf.comm.*
where * correspond to the language, and upsconfig will find the better
for your system.
For instance, if you have conf.comm.C, conf.comm.fr and
conf.comm.fr_BE and your locale LANG is fr_FR.UTF-8, the conf.comm.fr
file will be used. If no match, conf.comm.C will be used (english
language). if this file don't exist, the configuration file will not
be commented
You can change those directories by using -b
<mydir>(--base_config_dir) option. It will...
2009 Sep 02
2
[PATCH] internationalisation: Replace autopoint infrastructure with libintl-perl
I noticed that virt-v2v, which is written exclusively in perl, failed to
generate virt-v2v.pot. After much head scratching I also noticed that
libguestfs.pot didn't include any messages from perl sources. Some reading of
libintl-perl shows that a somewhat more complicated xgettext command line is
required, as it doesn't understand Locale::TextDomain syntax by default. After a
little more