search for: en_en

Displaying 11 results from an estimated 11 matches for "en_en".

2010 May 08
1
Error in RImageJ
...ody, I'm running R under Mac OS 10.6.3 on a MacBook 2.16 GHz Intel Core 2 Duo. I've recently installed R 2.11.0 and the RImageJ library v. 0.1-142. When trying to follow the example given in the package manual and I get the following error: download.file( "http://www.google.fr/intl/en_en/images/logo.gif", dest = "google.gif" ) trying URL 'http://www.google.fr/intl/en_en/images/logo.gif' Content type 'image/gif' length 8558 bytes opened URL ================================================== downloaded 8558 bytes > image = IJ$openImage( "google...
2008 Sep 23
2
Error Number 6 Overflow
still working on solutions to this error, when running a company specific software program. the program runs fine (it's a multiple choice exam), but errors as it tries to collate the results (only when the result is a pass). one possible reason is "The error is caused by Access trying to store a variable in a datatype that is too small for the variable", linked to use of
2009 Jul 03
1
fix() and edit() not working with Rcmdr and german LANG-variable
...modes....invalid.device.n...class....factor.. Error in dataentry(datalist, modes) : invalid device\n Another click on "edit data set" results into RCommander segfaulting: Selection: Segmentation fault (core dumped) The best part is that when I run R with the following command > LANG=en_EN.UTF-8 R everything works as expected. I am able to enter a new data set, edit and view it, except that there are still some error x11 protocol error messages in the terminal window but as I read in other postings to this mailing list this is relatively normal. Do you have any hint on what could ca...
2011 May 20
5
views w locale default template
[RAILS3] I hesitate on how handling the locale view templates to default to one language only .. sending admin emails will go only to one locale ''en_GB'' should I set it up into the template name and set I18n.locale to ''en_GB'' membership_renew.en_GB.html.erb OR whatever locale is used , if I have : membership_renew.html it will be the default ? --
2018 Jan 08
2
R: R: cannot list/access samba share from Windows client
...Groups root at SRVLNXWINTRA01:/home/data# getent passwd com_spoleto\andrea.rossetti root at SRVLNXWINTRA01:/home/data# getent group "com_spoleto\\domain admins" I have no response and so I’m unable to assign the permission attribute to the share root at SRVLNXWINTRA01:/home/data# LANG=en_EN chown root:"com_spoleto\domain admins" share chown: invalid group: 'root:com_spoleto\\domain admins' I’m very confused now! -------------------------------------------------------------------------------- now my /etc/samba/smb.conf is # Global parameters [global] workgr...
2009 Feb 18
2
Locale problem with Wine
Hello, I can't seem to make World of Warcraft recognize my locale. In windows all the special keys that belongs to my locale (tr_TR) works so I know for a fact that WoW supports it. After some google research I learned that I need to set my locale settings manually. First of all here is some outputs Code: cosku at cosku-desktop:~$ locale -a C en_AU.utf8 en_BW.utf8 en_CA.utf8 en_DK.utf8
2008 Nov 09
1
Re: Word 2003 - can't change default language from English (US)
...any good. What you need is: > > > > Code: > > export LANG=en_US.UTF-8 > > > > > Vitamin: > > That IS for American English. Graeme wants to change to another > language, but did not specify which one. > Oh right, overlooked that part. In that case en_EN & en_AU should do the trick.
2012 Oct 13
1
Question about printing
Hello all, is it possible to print from a linux box to a printer, shared on a windows 7 box? In Windows 7 the Administrator account is deactivated without a password in default. Have i to enable the account? Have i to set a password? Thanks
2018 Jan 08
0
R: R: cannot list/access samba share from Windows client
...me/data# getent passwd > com_spoleto\andrea.rossetti root at SRVLNXWINTRA01:/home/data# getent > group "com_spoleto\\domain admins" > > I have no response and so I’m unable to assign the permission > attribute to the share > > root at SRVLNXWINTRA01:/home/data# LANG=en_EN chown > root:"com_spoleto\domain admins" share chown: invalid group: > 'root:com_spoleto\\domain admins' > > I’m very confused now! > > OK, If I run this on a Unix domain member: getent passwd samdom\rowland I get no output, but this: getent passwd samdom\\...
2005 Mar 17
2
Using gettext to localize your rails app
...lit('','').first.split(''-'') language = temp.slice(0) dialect = temp.slice(1) @language = language.nil? ? ''en'' : language.downcase # default is en @dialect = dialect.nil? ? language : dialect # should always produce language_DIALECT (en_EN, en_GB, de_DE, ...) @locale = "#{language}_#{dialect.upcase}" ENV[''LC_MESSAGES''] = ENV[''LANG''] = @locale Locale.set(Locale::MESSAGES, @locale) @gettext = bindtextdomain(''messages'', "#{RAILS_ROOT}/locale", @lo...
2018 Jan 08
2
R: cannot list/access samba share from Windows client
Thanks for the rapid reply! I think the problem was in the server role options I’ve modified it in “server member” and now I’m able to list the shares under \\linuxserver from any domain user authenticated in a Windows pc AD member. But now 1. Execute computer management from a Windows domain member client as a domain admin user (run as com_spoleto\rossetti.admin that is a “domain admins” member