Displaying 20 results from an estimated 34 matches for "hindi".
2009 Feb 25
1
controller and views
hi,
I am writing an application in which i have list of books fetching from
data base,i am using textbox to display that data from database .ie
"xyz" hindi, are in textbox.
i am displaying 100 record per page ,i want to use single save button
that will save changes in all page instead of for each recors (means if
i change "xyz"(name) from first line and "english"(language) from second
and clock on save button all changes must be s...
2003 Mar 21
2
Shares with long names not accessible from winNT...
Hi All,
I have the following section in my smb.conf file:
[Satish' Hindi Alltime Hits - Gems]
path = /mnt/d-drive/Music/Satish' Hindi Alltime Hits
Gems
browseable = yes
public = yes
readonly = yes
guest ok = yes
I am able to browse this share through win2k but not from winNT.
But If...
2004 Aug 13
11
asterisk in india
Does anyone know if the E1 cards that digium sells work in India. Also are
there any distributers for those cards in India. By E1 cards I mean E100P,
TE410P or TE405P
--
regards
Vikram (http://www.vicramresearch.com)
2004 Jan 30
1
System error 1240
When using Dos command:
net use Z: \\servername\public
I get prompted for a user name and password. I have admin priveleges and have tried using user root, user admin, user guest, my own account etc. And I get
System error 1240 has occurred.
The account is not authorized to log in from this station.
What could be causing this?
This is happening via a remote connection from my laptop using our
2009 Jul 02
2
Language Translation
Hi All,
Can anybody tell me how can i type regional languages like Hindi,
Tamil, etc in a text area using virtual keyboard or something. Otherwise
like Orkut, if I written something in English, it should automatically
convert into selected language. Any plugin or gem is there to do this.
Thanks in Advance,
Avantec
--
Posted via http://www.ruby-forum.com/.
2004 Sep 13
0
[AVT] Open Speech Repository (fwd)
...0.6604 (9.0.2911.0)
Subject: [AVT] Open Speech Repository
We've started to build a database of speech samples in multiple languages
using (roughly) phonetically balanced source material. The site currently
contains around 70 audio files in English (American and British), French,
Mandarin and Hindi, and we are in the process of adding the source text for
each language to the site (text editors allowing!!!). For English we've
used Harvard Sentences, France Telecom provided some French test sentences
and we've constructed some new Hindi and Chinese sentences.
The goal of the site (www...
2006 Jan 04
2
noob help
I am writing an app with i18n , so my main.rhtml has this option
<%= start_form_tag :action => ''lang_hi'' %>
<%= select "Lang","language",[''Telugu'',''Hindi'']%>
<%= submit_tag "Go" %>
<%= end_form_tag %>
the above way i am able to call only one action , is there a way i can
call any actiondepending on the selected language ,
or how can i write a for loop to execute the action according to the
language selected ,
my ac...
2012 Oct 17
0
Passing the parameters for web form using getHTMLFormDescription
...e.com/, http://www.cdslindia.com/,
http://www.bseindia.com/iccl/about_iccl.aspx, http://www.mkttech.in/,
http://www.bseindia.com/about/members_portal.asp, Group Websites, BSE STAR
MF, BSE Institute Ltd, BSE SME Platform, CDSL, ICCL, Marketplace
Technologies, Members Portal
myDestination1: #, http://hindi.bseindia.com/, http://marathi.bseindia.com/,
http://gujarati.bseindia.com/, Select Language, Hindi, Marathi, Gujarati
txtscrip: [ Scrip Name / Code ]
.................................................................................................................................................
g...
2013 Mar 25
1
Rd.sty not found
...us, arabi
c, armenian, basque, bulgarian, catalan, pinyin, coptic, croatian,
czech, danis
h, dutch, ukenglish, usenglishmax, esperanto, estonian, ethiopic, farsi,
finnis
h, french, friulan, galician, german, ngerman, swissgerman, monogreek,
greek, h
ungarian, icelandic, assamese, bengali, gujarati, hindi, kannada,
malayalam, ma
rathi, oriya, panjabi, tamil, telugu, indonesian, interlingua, irish,
italian,
kurmanji, latin, latvian, lithuanian, mongolian, mongolianlmc, bokmal,
nynorsk,
polish, portuguese, romanian, romansh, russian, sanskrit, serbian,
serbianc, s
lovak, slovenian, spanish, swedish,...
2012 Oct 17
0
postForm() in RCurl and library RHTMLForms
...e.com/, http://www.cdslindia.com/,
http://www.bseindia.com/iccl/about_iccl.aspx, http://www.mkttech.in/,
http://www.bseindia.com/about/members_portal.asp, Group Websites, BSE STAR
MF, BSE Institute Ltd, BSE SME Platform, CDSL, ICCL, Marketplace
Technologies, Members Portal
myDestination1: #, http://hindi.bseindia.com/, http://marathi.bseindia.com/,
http://gujarati.bseindia.com/, Select Language, Hindi, Marathi, Gujarati
txtscrip: [ Scrip Name / Code ]
.................................................................................................................................................
g...
2013 Jan 29
1
Sweave files generating miktex errors
...Babel <v3.8m> and hyphenation patterns for english, afrikaans,
ancientgreek, ar
abic, armenian, assamese, basque, bengali, bokmal, bulgarian, catalan,
coptic,
croatian, czech, danish, dutch, esperanto, estonian, farsi, finnish,
french, ga
lician, german, german-x-2012-05-30, greek, gujarati, hindi, hungarian,
iceland
ic, indonesian, interlingua, irish, italian, kannada, kurmanji, latin,
latvian,
lithuanian, malayalam, marathi, mongolian, mongolianlmc, monogreek,
ngerman, n
german-x-2012-05-30, nynorsk, oriya, panjabi, pinyin, polish, portuguese,
roman
ian, russian, sanskrit, serbian, slovak...
I found a way to dynamically switch languages in your rails app -- look at it and give your opinions
2006 Jan 05
0
I found a way to dynamically switch languages in your rails app -- look at it and give your opinions
...1) Do what is there in the manual Using Gettext To Translate Your Rails
Application as it is.
Step2)Now create a table in your project database to store your language
names which you are supporting in the project for example "langs"
step 3)populate your table with language names, namely hindi, japanes etc.
step 4) create a scffold for with aLang controller, just so that life is
easy.
step 5)now in your layout directory edit the <appname>.rhtml , place a code
to select the language
<%= start_form_tag :action => ''lang_switch'' %>
<%= select ("post...
2006 Jan 05
0
I found a way to dynamically switch languages in your railsapp -- look at it and give your opinions
...) Do what is there in the manual Using Gettext To Translate Your
Rails Application as it is.
Step2)Now create a table in your project database to store your language
names which you are supporting in the project for example "langs"
step 3)populate your table with language names, namely hindi, japanes
etc.
step 4) create a scffold for with aLang controller, just so that life is
easy.
step 5)now in your layout directory edit the <appname>.rhtml , place a
code to select the language
<%= start_form_tag :action => ''lang_switch'' %>
<%= select ("pos...
2011 Sep 22
0
CEEA-2011:0978 CentOS 5 i386 fonts-indic Update
...ollowing updated files have been uploaded and are currently
syncing to the mirrors: ( md5sum Filename )
i386:
83b71dbffb3eaa233d58c697e620d698 fonts-bengali-2.3.1.1-2.el5.noarch.rpm
956ac6b5b2458513e573266b5137c03f fonts-gujarati-2.3.1.1-2.el5.noarch.rpm
437f2dec921ce854ade7cbc465caa853 fonts-hindi-2.3.1.1-2.el5.noarch.rpm
044287108ae26b15fcf589768dd78828 fonts-kannada-2.3.1.1-2.el5.noarch.rpm
2c288650d0cda490d8662d9f19fc787e fonts-malayalam-2.3.1.1-2.el5.noarch.rpm
e65b8c69d3c8e7e7cbfb4ea87e70cc02 fonts-oriya-2.3.1.1-2.el5.noarch.rpm
a8a1ced2f6dd7da5154cfa6f49b99b6f fonts-punjabi-2.3.1.1...
2011 Sep 22
0
CEEA-2011:0978 CentOS 5 x86_64 fonts-indic Update
...lowing updated files have been uploaded and are currently
syncing to the mirrors: ( md5sum Filename )
x86_64:
3ca888ec20d7f15ae29c564cfce06f79 fonts-bengali-2.3.1.1-2.el5.noarch.rpm
dd460f344e0880d15c648f9acde90251 fonts-gujarati-2.3.1.1-2.el5.noarch.rpm
ad54b5ea59e1567fc3826e1774ef7fee fonts-hindi-2.3.1.1-2.el5.noarch.rpm
15a1601d2f5965a5ab18c0c577f2cc29 fonts-kannada-2.3.1.1-2.el5.noarch.rpm
f2904fce4c2f82bc1880d14e0f7a67d0 fonts-malayalam-2.3.1.1-2.el5.noarch.rpm
ca2054bae8caaed4e7f47dea4af20ecc fonts-oriya-2.3.1.1-2.el5.noarch.rpm
d93c12cf7a1ba752aa41bca05a7917f9 fonts-punjabi-2.3.1.1...
2006 Apr 18
1
gettin erro with xapian binidngs 0.9.5
...w_Document();
Document_set_data($doc,$filep);
$lines=file("op.txt");
//count is used to overcome an error in extract_from_file11..it returns a
file containing one extracted devanagari word per line plus its postion(ie.
on which line it appears..line is defined as something that ends with Hindi
"|" ie.full stop)
$count=0;
$t1=time();
foreach($lines as $l)
{
if($count==0)
{
$count++;
continue;
}
$pieces=explode(" ",$l);
$term= rtrim(souindics(souindics_preprocess($pieces[0])));
echo $term." ".$pieces[1]."<br>";
$pos=$pieces[1];
Documen...
2010 Apr 15
0
say.conf implementation of Indian Languages to play numbers and dates
Hi
Can someone help me in configuring say.conf file for Indian Languages?
I want to play numbers and dates in regional languages. I need if for
Bengali, Kannada, Telugu, Hindi, Marathi, Malayalam, Tamil, Gujrathi.
Thanks & Regards,
Amit Patkar
2008 Nov 28
0
regarding localization
...language</option>
<%@lang_view.each do|key,value|%>
<option value=<%=value%>><%=key%></option>
<!--<option value=''ar''>arabic</option>
<option value=''hi''>hindi</option>-->
<%end%>
</select>
</form>
when an event fires it call the "startRequest()" method which is
defined in script tags.
<script type="text/javascript">
function startRequest(){
var xhr;
var lan_Id = docu...
2012 Sep 20
0
Source code of Fedena 2.3 is released to public
...by ruby on rails community and David
Heinemeier Hansson - creator of Ruby on Rails.
*Highlighted Features of Fedena 2.3*
- Support for CCE(CBSE), CWA & GPA grading standards
- Supports 4 new languages - Japanese, Portuguese, German & Marathi.
(Already supports Spanish, Arabic, Hindi & English)
- Enhanced report centre for examinationSeperate dashboard for Parent
(Previously parent & student view were same)
- Enhanced timetable & attendance
*Introduction of plugin marketplace*
Now any company can develop plugins for fedena using the documentation and...
2009 Jul 11
2
[PATCH] include parameters can handle globbing
...tch.diff
It has been test with GNU/Linux Debian dunno if it compiles on
FreeBSD/AIX/MacOSX but everything is POSIX compliant so... it should :)
Cheers,
Thomas
[1]: Thanks Aria for the tip about the glob() function. It's cleaner.
[2]: Rumor has it that Hare Krishna means hire a consultant in Hindi.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: includepatch.diff
Type: text/x-diff
Size: 3131 bytes
Desc: not available
Url : http://dovecot.org/pipermail/dovecot/attachments/20090711/285720ff/attachment.bin