WareSeeker Search Software

multi lingual


Sponsored Links
Collapse All
Software Name Software Type Category Price
1

FAQMasterFlexPlus Multi Lingual


script PHP Free
View Detail
2

Multi-lingual International online poker Free


windows Games->Card Free
View Detail
Download Multi-lingual International online poker FreeDownload Multi-lingual International online poker Free
242KB

Everest Poker är den första multinationella och flerspråkiga pokersajten som för samman pokerentusiaster från hela världen till en spännande, global spelupplevelse. Vi inser att dramatiken och spänningen med att spela poker med andra spelare har en världsomspännande attraktionskraft. Därför har vi översatt våra spel till flera olika språk och vi kommer att lägga till ytterligare språk under den närmaste tiden. Detta innebär att Everest Poker kommer att ha fler spelare från flera länder som enkelt och bekvämt spelar på sitt modersmål...

Multi-lingual International online poker vFree release is New Release.


Tags:
3

VIA USB 2.0 Multi-lingual driver package 270p_M


driver Other->HP Free
View Detail
4

Multi Language module for Esvon Classifieds


script PHP €249.00
View Detail
Download Multi Language module for Esvon ClassifiedsDownload Multi Language module for Esvon Classifieds
Multi Language Module offers multi-lingual capability for website, admin can translate the entire site into as many languages as desired. Translatable templates and category names. The translated templates for each language are stored in separate directory, language specific charsets (for pages/emails) and date formats can be specified. In website front-end you can have languages switching drop-down menu or images (flags, etc).
Tags:
5

Multi Password Recovery 1.0.7


windows System->Back Up and Recovery $29.95
View Detail
Download Multi Password Recovery 1.0.7Download Multi Password Recovery 1.0.7
1.53 MB
Multi Password Recovery description
This application is in fact a multifunctional password decryption, removal and auditing solution for your Windows OS Multi Password Recovery (also known as MPR) is a small and easy to use multifunctional password decryption, removal and auditing solution for Windows. MPR instantly finds and recovers passwords from more than 70 popular applications.

Here are some key features of "Multi Password Recovery":

· All-in-one solution, you dont have to buy/use different password recovery solutions
· Shows passwords hidden under asterisks
· Deletes stored passwords on request
· Password audit (checks passwords on vulnerabilities)
· Supports plugins
· Copies SAM file
· Reads blocked files
· Saves reports to a file
· Built-in wizard for advanced decryption
· Multi-lingual interface (English, Russian, Ukrainian, Belorussian, Dutch, German, Hungarian, Simplified Chinese, Slovak)


Limitations:

· 30 days trial

Tags:
6

Multi Petition


script PHP $75.00
View Detail
Download Multi PetitionDownload Multi Petition
A multi languages database driven petition script. Just log into admin area and add your petition title and subject in the language you wish. All signatures requests confirmation from the administer and confirmed signatures saves in database and displays in the signatures list. English, Swedish, Arabic, Farsi (Persian), and many other languages. Easy to install, read userguid.doc in petition.zip to install the script step by step. Some advances of this version over its predecessors are an additional Country name in the petition and also ?Log out? and ?Empty the List? buttons in administer area.
Tags:
7

Multi Polls


script PHP $75.00
View Detail
Download Multi PollsDownload Multi Polls
A multi languages database driven poll. Englsh, Arabic, Farsi (persian), Kurdi, Ordu and many other languages. You can set the settings used in your poll through the Administer Area. Select numbers of answer options and customize question and answers of your poll. Set background of poll to match the exact style of your website. Set the time for the cookie based blocking so the users can not vote again during this time. Change any part of the sources and text to fit your needs and language. Easy to install, read userguid.doc in poll.zip to install the script step by step. Log in to demo admin area here with username: admin and password: admin. If you have any questions, or are having difficulty installing the petition, we would be happy to help.
Tags:
8

Multi EditorV2 2.0


windows Home Shell Desktop->Text editors Free
View Detail
Download Multi EditorV2 2.0Download Multi EditorV2 2.0
1.59 MB
Multi EditorV2 application was designed to help you edit multiple text files at once.

Multi EditorV2 consists of:
· 14 Editors in all,
· 2 editors side by side,
· 12 editors on Tabs.

Tags:
9

Multi-DBServer 1.6


mac Tools->Developer Tools Free
View Detail
Download Multi-DBServer 1.6Download Multi-DBServer 1.6
3.3 MB
Multi-DBServer is a cost effective solution for the cost conscience business that wants to create a multi user product. Programming for Multi-DBServer is extremely easy.

With C++, Java, RealBasic, VisualBasic, or any other programming language; within no time a product can me made to access Multi-DBServer.

Compare licensing structure and price with any other server based development and it will become clear about the new choice for multi user design.

Tags:
10

Multi-DBServer 1.6


windows Network Internet->Misc Web Server Tools $19
View Detail
Download Multi-DBServer 1.6Download Multi-DBServer 1.6
2.18 MB
Multi-DBServer helps developers to have a cost effective server solution to make their applications multi user.

Multi-DBServer is a cost effective solution for the cost conscience business that wants to create a multi user product. Programming for Multi-DBServer is extremely easy. With C++, Java, RealBasic, VisualBasic, or any other programming language; within no time a product can me made to access Multi-DBServer. Compare licensing structure and price with any other server based development and it will become clear about the new choice for multi user design.

Tags:
11

Multi-DBServer 1.0


windows Software Development->Misc Programming Tools $19.99
View Detail
Download Multi-DBServer 1.0Download Multi-DBServer 1.0
2.3MB

Multi-DBServer is a cost effective solution for the cost conscience business that wants to create a multi user product. Programming for Multi-DBServer is extremely easy. With C++, Java, RealBasic, VisualBasic, or any other programming language; within no time a product can me made to access Multi-DBServer. Compare licensing structure and price with any other server based development and it will become clear about the new choice for multi user design.

Benefits
Programming ease
Cost effective
No hidden licensing fees
Can be up and running within minutes
Tags:
12

SNMP::Multi 2.1


linux Programming->Libraries Free
View Detail
Download SNMP::Multi 2.1Download SNMP::Multi 2.1
0.025 MB
SNMP::Multi is a Perl module to perform SNMP operations on multiple hosts simultaneously.

SYNOPSIS

use SNMP::Multi;

my $req = SNMP::Multi::VarReq->new (
nonrepeaters => 1,
hosts => [ qw/ router1.my.com router2.my.com / ],
vars => [ [ sysUpTime ], [ ifInOctets ], [ ifOutOctets ] ],
);
die "VarReq: $SNMP::Multi::VarReq::errorn" unless $req;

my $sm = SNMP::Multi->new (
Method => bulkwalk,
MaxSessions => 32,
PduPacking => 16,
Community => public,
Version => 2c,
Timeout => 5,
Retries => 3,
UseNumeric => 1,
# Any additional options for SNMP::Session::new() ...
)
or die "$SNMP::Multi::errorn";

$sm->request($req) or die $sm->error;
my $resp = $sm->execute() or die "Execute: $SNMP::Multi::errorn";

print "Got response for ", (join , $resp->hostnames()), "n";
for my $host ($resp->hosts()) {

print "Results for $host: n";
for my $result ($host->results()) {
if ($result->error()) {
print "Error with $host: ", $result->error(), "n";
next;
}

print "Values for $host: ", (join , $result->values());
for my $varlist ($result->varlists()) {
print map { "t" . $_->fmt() . "n" } @$varlist;
}
print "n";
}
}

The SNMP::Multi package provides a mechanism to perform SNMP operations on several hosts simultaneously. SNMP::Multi builds on G. Marzots SNMP Perl interface to the UC-Davis SNMP libraries, using asynchronous SNMP operations to send queries/sets to multiple hosts simultaneously.

Results from all hosts are compiled into a single object, which offers methods to access the data in aggregate, or broken down by host or the individual request.

SNMP::Multi supports SNMP GET, SET, GETNEXT, GETBULK and BULKWALK requests. It also performs PDU packing in order to improve network efficiency, when packing is possible.


Tags:
13

Multi-Screensaver 1.1


windows Home Shell Desktop->Screen Savers $14.95
View Detail
Download Multi-Screensaver 1.1Download Multi-Screensaver 1.1
215 KB
Multi-Screensaver is a screensavers manager that lets you run different screensavers every time the computer is idling. No more manual selection, you can now simultaneously use as many screensavers as you need. Turn off the ones that you don’t like, select the display order, launch a different screensaver every time or every day. Download Multi-Screensaver right now and enjoy your favorite screensavers.
Tags:
14

Obie multi counter


script PHP Free
View Detail
Download Obie multi counterDownload Obie multi counter
Multi type and mode counter. You can specify to count either hits or visits. You can set the counter as a plain text or an Image counter. Supports any image counter file names, uses Flat file database.
Tags:
15

Multi-Prog 1.18


windows Home Education->Teaching Tools $120.00
View Detail
Download Multi-Prog 1.18Download Multi-Prog 1.18
3.44MB

It was amended in order to have a graphical user interface much easier to use and new functions were integrated.

MULTI-PROG uses compilers therefore free unlimited size code.

Interface easier and more enjoyable
Tags:
16

JPN-Multi 1.0


windows Games->Puzzle $0
View Detail
Download JPN-Multi 1.0Download JPN-Multi 1.0
1.88 MB

JPN-Multi is not a single game, but, like is name, you can play many games: bowling, curling, memory games, sound.... its easy and very fun.


Tags:
17

Multi-Screensaver 1.0


windows Home Shell Desktop->Screen Savers $14
View Detail
Download Multi-Screensaver 1.0Download Multi-Screensaver 1.0
192 KB
Multi-Screensaver is the tool for you if you have this problem: do you have a dozen of stunning screensavers, but Windows only lets you select one? With Multi-Screensavers, you get to select as many screensavers as you like.

Multi-Screensaver is a screensavers manager that lets you run one of your favorite screensavers every time when you are not at the computer. Run them in random order or in turns, change on every launch or just once a day, it s your choice.


Tags:
18

Multi Distro 2.5


linux System->Other Free
View Detail
Download Multi Distro 2.5Download Multi Distro 2.5
697.5 MB
Multi Distro is a CD that contains multiple small linux distributions. Multi Distro is a compilation of several live, bootable, distributions.
Its based on R.I.P. It uses GRUB, as bootloader. It goes in one, 700MB CD.

Whats New in This Release:

· 11.04.06 RIP from 11.6 to 15.2
· DSL from 0.9.3 to 2.3
· GeexBOX from 0.98.5 to 0.98.7
· INSERT from 1.2.18 to 1.3.6
· SLAX from 4.2.0 to 5.1.0 (PE version)
· added Olive 0.2
· added Mpentoo 2006.0
· added Grafpup 1.0.2
· added Limp 2.2
· released as Multi Distro v2.5


Tags:
19

Multi-PicSearch 1.0


windows Utilities->File Search $25.95
View Detail
Download Multi-PicSearch 1.0Download Multi-PicSearch 1.0
829K
There are thousands of pictures in many websites on Internet. And people often want to download these pictures quickly and conveniently. Of course you can view and save them one by one with web browser. But this will waste you much time. Let Multi-PicSearch do the job rapidly and automatically for you.
Multi-PicSearch will access and analyse the websites you specified for images(such as GIF, JPEG), and download them rapidly for you. You can deal with these pictures conveniently after all this have been done.
Search images, pictures and photos from the Internet.
Download the images found on the Internet to your local hard disk.
Spide the whole internet from the entries you have customized.
Multi-thread technology is used for a high speed.
Customize overall options easily.

Tags:
20

Multi-Contactor 1.0


windows Business Finance->FAX Tools $9.95
View Detail
Download Multi-Contactor 1.0Download Multi-Contactor 1.0
630 KB
Multi Contactor description
A dialer application with capabiltiy to leave voice messages. Multi-Contactor 1.0 integrates with outlook or express s database (or other contact managers of your choice in 2.0), and has a built-in function to leave voice messages with emailing and faxing.

Multi-Contactor is a 4 in 1 console that will make cold calling easier.

Create the templates and pre-recorded voice message (see below) and you are ready to start prospecting for permission to get the close

This tool is specifically geared for pooking around for that right contact in a company-you might have the title but not the name. Advance the lead to closing quicker and easier with emailing, faxing and leaving a voice message.

Limitations:

· 30 days trial

Tags:

My Software


You have not saved any software. Click "Save" next to each software to save it to your software basket