Browsing Slovenian translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and Slovenian guidelines.
1423 of 40 results
14.
Valid remote commands: quit, ls, cd, mkdir, pwd
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
Veljavni oddaljeni ukazi: quit, ls, cd, mkdir, pwd
Translated and reviewed by Damir Jerovšek
Located in src/rrd_tool.c:61
15.
* create - create a new RRD

[tab]rrdtool create filename [--start|-b start time]
[tab][tab][--step|-s step]
[tab][tab][--no-overwrite|-O]
[tab][tab][DS:ds-name:DST:dst arguments]
[tab][tab][RRA:CF:cf arguments]
[tab] represents a tab character. Please write it exactly the same way, [tab], in your translation.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
* create - ustvari nov RRD

[tab]rrdtool create ime_datoteke [--start|-b začetni_čas]
[tab][tab][--step|-s korak]
[tab][tab][--no-overwrite|-O]
[tab][tab][DS:ds-name:DST:dst argumenti]
[tab][tab][RRA:CF:cf argumenti]
Translated by Damir Jerovšek
Reviewed by Sasa Batistic
Located in src/rrd_tool.c:67
16.
* dump - dump an RRD to XML

[tab]rrdtool dump filename.rrd >filename.xml
[tab] represents a tab character. Please write it exactly the same way, [tab], in your translation.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
* dump - izpis RRD v XML

[tab]rrdtool dump ime_datoteke.rrd >ime_datoteke.xml
Translated by Damir Jerovšek
Reviewed by Sasa Batistic
Located in src/rrd_tool.c:75
17.
* info - returns the configuration and status of the RRD

[tab]rrdtool info filename.rrd
[tab] represents a tab character. Please write it exactly the same way, [tab], in your translation.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
* info - vrne nastavitve in stanje RRD

[tab]rrdtool info ime_datoteke.rrd
Translated by Damir Jerovšek
Reviewed by Sasa Batistic
Located in src/rrd_tool.c:79
18.
* restore - restore an RRD file from its XML form

[tab]rrdtool restore [--range-check|-r] [--force-overwrite|-f] filename.xml filename.rrd
[tab] represents a tab character. Please write it exactly the same way, [tab], in your translation.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
* restore - obnovi datoteko RRD iz njene oblike XML

[tab]rrdtool restore [--range-check|-r] [--force-overwrite|-f] ime_datoteke.xml ime_datoteke.rrd
Translated by Damir Jerovšek
Reviewed by Sasa Batistic
Located in src/rrd_tool.c:91
19.
* last - show last update time for RRD

[tab]rrdtool last filename.rrd
[tab] represents a tab character. Please write it exactly the same way, [tab], in your translation.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
* last - pokaži zadnji čas posodobitve za RRD

[tab]rrdtool last ime_datoteke.rrd
Translated by Damir Jerovšek
Reviewed by Sasa Batistic
Located in src/rrd_tool.c:87
20.
* lastupdate - returns the most recent datum stored for
each DS in an RRD

[tab]rrdtool lastupdate filename.rrd
[tab] represents a tab character. Please write it exactly the same way, [tab], in your translation.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
* lastupdate - vrne zadnji podatek, shranjen
za vsak DS v RRD

[tab]rrdtool lastupdate ime_datoteke.rrd
Translated by Damir Jerovšek
Reviewed by Sasa Batistic
Located in src/rrd_tool.c:91
21.
* first - show first update time for RRA within an RRD

[tab]rrdtool first filename.rrd [--rraindex number]
[tab] represents a tab character. Please write it exactly the same way, [tab], in your translation.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
* first - pokaži prvi čas posodobitve za RRA znotraj RRD

[tab]rrdtool first ime_datoteke.rrd [--rraindex številka]
Translated by Damir Jerovšek
Reviewed by Sasa Batistic
Located in src/rrd_tool.c:95
22.
* update - update an RRD

[tab]rrdtool update filename
[tab][tab][--template|-t ds-name:ds-name:...]
[tab][tab][--daemon <address>]
[tab][tab]time|N:value[:value...]

[tab][tab]at-time@value[:value...]

[tab][tab][ time:value[:value...] ..]
[tab] represents a tab character. Please write it exactly the same way, [tab], in your translation.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
* update - posodobi RRD

[tab]rrdtool update ime_datoteke
[tab][tab][--template|-t pod_vir-ime:pod_vir-ime: ...]
[tab][tab][--daemon <naslov>]
[tab][tab]time|N:vrednost[:vrednost ...]

[tab][tab]at-time@vrednost[:vrednost ...]

[tab][tab][ time:vrednost[:vrednost ...] ..]
Translated by Damir Jerovšek
Reviewed by Sasa Batistic
Located in src/rrd_tool.c:99
23.
* updatev - a verbose version of update
[tab]returns information about values, RRAs, and datasources updated

[tab]rrdtool updatev filename
[tab][tab][--template|-t ds-name:ds-name:...]
[tab][tab]time|N:value[:value...]

[tab][tab]at-time@value[:value...]

[tab][tab][ time:value[:value...] ..]
[tab] represents a tab character. Please write it exactly the same way, [tab], in your translation.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
* updatev - podrobni izpis različice posodobitve
[tab]vrne podrobnosti o posodobljenih vrednostih, RRA-jih in podatkovnih virih

[tab]rrdtool updatev ime_datoteke
[tab][tab][--template|-t pod_vir-ime:pod_vir-ime: ...]
[tab][tab]time|N:vrednost [:vrednost ...]

[tab][tab]at-time@value[:vrednost ...]

[tab][tab][ time:vrednost[:vrednost ...] ..]
Translated by Damir Jerovšek
Reviewed by Sasa Batistic
Located in src/rrd_tool.c:108
1423 of 40 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, Damir Jerovšek, Miha Gašperšič, Primoz Princic.