Browsing Slovenian translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and Slovenian guidelines.

These translations are shared with Quassel trunk series template quassel.

918 of 860 results
9.
<b>A modern, distributed IRC Client</b><br><br>&copy;2005-2010 by the Quassel Project<br><a href="http://quassel-irc.org">http://quassel-irc.org</a><br><a href="irc://irc.freenode.net/quassel">#quassel</a> on <a href="http://www.freenode.net">Freenode</a><br><br>Quassel IRC is dual-licensed under <a href="http://www.gnu.org/licenses/gpl-2.0.txt">GPLv2</a> and <a href="http://www.gnu.org/licenses/gpl-3.0.txt">GPLv3</a>.<br>Most icons are &copy; by the <a href="http://www.oxygen-icons.org">Oxygen Team</a> and used under the <a href="http://www.gnu.org/licenses/lgpl.html">LGPL</a>.<br><br>Please use <a href="http://bugs.quassel-irc.org">http://bugs.quassel-irc.org</a> to report bugs.
ts-context AboutDlg
<b>Moderen, porazdeljen odjemalec za IRC</b><br><br>&copy;2005-2010 projekt Quassel<br><a href="http://quassel-irc.org/">quassel-irc.org</a><br><a href="irc://irc.freenode.net/quassel">#quassel</a> na <a href="http://www.freenode.net">Freenode</a><br><br>Quassel IRC je izdan pod pogoji licenc <a href="http://www.gnu.org/licenses/gpl-3.0.txt">GPLv3</a> in <a href="http://www.gnu.org/licenses/gpl-2.0.txt">GPLv2</a>.<br>Večina ikon je &copy; s strani <a href="http://www.oxygen-icons.org">ekipe Oxygen</a> in uporabljenih pod pogoji <a href="http://www.gnu.org/licenses/lgpl.html">LGPL</a>.<br><br>Za poročanje o napakah obiščite stran <a href="http://bugs.quassel-irc.org">bugs.quassel-irc.org</a>.
Translated by Jure Repinc
Located in ../src/qtui/aboutdlg.cpp:46
10.
Quassel IRC is mainly developed by:
ts-context AboutDlg
Quassel IRC v glavnem razvijajo:
Translated by Jure Repinc
Located in ../src/qtui/aboutdlg.cpp:62
11.
We would like to thank the following contributors (in alphabetical order) and everybody we forgot to mention here:
ts-context AboutDlg
Radi bi se zahvalili sledečim sodelavcem (v abecednem vrstnem redu) in vsem, ki smo jih pozabili omeniti tu:
Translated by Jure Repinc
Located in ../src/qtui/aboutdlg.cpp:77
12.
Special thanks goes to:<br><dl><dt><img src=":/pics/quassel-eye.png">&nbsp;<b>John "nox" Hand</b></dt><dd>for the original Quassel icon - The All-Seeing Eye</dt><dt><img src=":/pics/oxygen.png">&nbsp;<b><a href="http://www.oxygen-icons.org">The Oxygen Team</a></b></dt><dd>for creating all the artwork you see throughout Quassel</dd><dt><img src=":/pics/qt-logo-32.png">&nbsp;<b><a href="http://www.trolltech.com">Qt Software formerly known as Trolltech</a></b></dt><dd>for creating Qt and Qtopia, and for sponsoring development of QuasselTopia with Greenphones and more</dd><dt><a href="http://www.nokia.com"><img src=":/pics/nokia.png"></a></b></dt><dd>for keeping Qt alive, and for sponsoring development of Quassel Mobile with N810s</dd>
ts-context AboutDlg
Posebno zahvalo si zaslužijo:<br><dl><dt><img src=":/pics/quassel-eye.png">&nbsp;<b>John "nox" Hand</b></dt><dd>za originalno ikono za Quassel - Vse-vidno oko</dt><dt><img src=":/pics/oxygen.png">&nbsp;<b><a href="http://www.oxygen-icons.org">Ekipa Oxygen</a></b></dt><dd>za izdelavo vse grafike, ki jo vidite v Quassel</dd><dt><img src=":/pics/qt-logo-32.png">&nbsp;<b><a href="http://www.trolltech.com">Qt Software, nekdaj znani kot Trolltech</a></b></dt><dd>za izdelavo Qt in Qtopia ter sponzoriranje razvoja QuasselTopia z Greenphone in ostalim</dd><dt><img src=":/pics/nokia.png">&nbsp;<b><a href="http://www.nokia.com">Nokia</a></b></dt><dd>za nadaljnji razvoj Qt in za sponzoriranje razvoja Quassel Mobile z večimi N810</dd>
Translated by Jure Repinc
Located in ../src/qtui/aboutdlg.cpp:135
13.
Installed Schema (version %1) is not up to date. Upgrading to version %2...
ts-context AbstractSqlStorage
Nameščena shema (različica %1) ni ažurna. Nadgradnja na različico %2 ...
Translated by Jure Repinc
Located in ../src/core/abstractsqlstorage.cpp:115
14.
Upgrade failed...
ts-context AbstractSqlStorage
Nadgradnja ni uspela.
Translated by Jure Repinc
Located in ../src/core/abstractsqlstorage.cpp:117
15.
<b>The shortcut for the alias</b><br />It can be used as a regular slash command.<br /><br /><b>Example:</b> "foo" can be used per /foo
ts-context AliasesModel
<b>Bližnjica za ta psevdonim</b><br />Uporabite jo lahko kot običajen ukaz s poševnico.<br /><br /><b>Primer:</b> »foo« lahko uporabite kot /foo
Translated by Jure Repinc
Located in ../src/qtui/settingspages/aliasesmodel.cpp:55
16.
<b>The string the shortcut will be expanded to</b><br /><b>special variables:</b><br /> - <b>$i</b> represents the i'th parameter.<br /> - <b>$i..j</b> represents the i'th to j'th parameter separated by spaces.<br /> - <b>$i..</b> represents all parameters from i on separated by spaces.<br /> - <b>$i:hostname</b> represents the hostname of the user identified by the i'th parameter or a * if unknown.<br /> - <b>$0</b> the whole string.<br /> - <b>$nick</b> your current nickname<br /> - <b>$channel</b> the name of the selected channel<br /><br />Multiple commands can be separated with semicolons<br /><br /><b>Example:</b> "Test $1; Test $2; Test All $0" will be expanded to three separate messages "Test 1", "Test 2" and "Test All 1 2 3" when called like /test 1 2 3
ts-context AliasesModel
<b>Niz v katerega se bo razširila bližnjica</b><br /><b>posebne spremenljivke:</b><br /> - <b>$i</b> predstavlja i-ti parameter.<br /> - <b>$i..j</b> predstavlja s presledkom ločene parametre od i-tega do j-tega.<br /> - <b>$i..</b> predstavlja vse s presledkom ločene parametre od i-tega dalje.<br /> - <b>$i:hostname</b> predstavlja ime gostitelja uporabnika, ki je določen z i-tim parametrom, oz. z *, če je neznan.<br /> - <b>$0</b> celoten niz<br /> - <b>$nick</b> vaš trenutni vzdevek<br /> - <b>$channel</b> ime izbranega kanala<br /><br />Več ukazov lahko ločite s podpičji<br /><br /><b>Primer:</b> »Test $1; Test $2; Test Vse $0« bo razširjeno v tri ločena sporočila »Test 1«, »Test 2« in »Test Vse 1 2 3«, če uporabite /test 1 2 3
Translated by Jure Repinc
Located in ../src/qtui/settingspages/aliasesmodel.cpp:59
17.
Alias
ts-context AliasesModel
Psevdonim
Translated by Jure Repinc
Located in ../src/qtui/settingspages/aliasesmodel.cpp:170
18.
Expansion
ts-context AliasesModel
Razširitev
Translated by Jure Repinc
Located in ../src/qtui/settingspages/aliasesmodel.cpp:171
918 of 860 results

This translation is managed by Ubuntu Slovenian Quality Assurance, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: Andrej Znidarsic, Jure Repinc.