diff options
Diffstat (limited to 'po/sr/man1/rm.1.po')
-rw-r--r-- | po/sr/man1/rm.1.po | 508 |
1 files changed, 508 insertions, 0 deletions
diff --git a/po/sr/man1/rm.1.po b/po/sr/man1/rm.1.po new file mode 100644 index 00000000..8e4d1bde --- /dev/null +++ b/po/sr/man1/rm.1.po @@ -0,0 +1,508 @@ +# Serbian translation of manpages +# This file is distributed under the same license as the manpages-l10n package. +# Copyright © of this file: +msgid "" +msgstr "" +"Project-Id-Version: manpages-l10n 4.11.0\n" +"POT-Creation-Date: 2024-02-15 18:08+0100\n" +"PO-Revision-Date: 2021-09-03 20:06+0200\n" +"Last-Translator: Automatically generated\n" +"Language-Team: Serbian <>\n" +"Language: sr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. type: TH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "RM" +msgstr "RM" + +#. type: TH +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#, no-wrap +msgid "January 2024" +msgstr "јануара 2024" + +#. type: TH +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#, no-wrap +msgid "GNU coreutils 9.4" +msgstr "ГНУ coreutils 9.4" + +#. type: TH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "User Commands" +msgstr "Корисничке наредбе" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "NAME" +msgstr "НАЗИВ" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "refusing to remove %s or %s directory: skipping %s" +msgid "rm - remove files or directories" +msgstr "одбијам да уклоним „%s“ или „%s“ директоријум: прескачем „%s“" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SYNOPSIS" +msgstr "УВОД" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<rm> [I<\\,OPTION\\/>]... [I<\\,FILE\\/>]..." +msgstr "B<rm> [I<\\,ОПЦИЈА\\/>]... [I<\\,ДАТОТЕКА\\/>]..." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "DESCRIPTION" +msgstr "ОПИС" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"This manual page documents the GNU version of B<rm>. B<rm> removes each " +"specified file. By default, it does not remove directories." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If the I<-I> or I<--interactive=once> option is given, and there are more " +"than three files or the I<-r>, I<-R>, or I<--recursive> are given, then " +"B<rm> prompts the user for whether to proceed with the entire operation. If " +"the response is not affirmative, the entire command is aborted." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Otherwise, if a file is unwritable, standard input is a terminal, and the I<-" +"f> or I<--force> option is not given, or the I<-i> or I<--" +"interactive=always> option is given, B<rm> prompts the user for whether to " +"remove the file. If the response is not affirmative, the file is skipped." +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "OPTIONS" +msgstr "ОПЦИЈЕ" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Remove (unlink) the FILE(s)." +msgstr "Уклања (развезује) ДАТОТЕКУ." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-f>, B<--force>" +msgstr "B<-f>, B<--force>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "ignore nonexistent files and arguments, never prompt" +msgstr "занемарује непостојеће датотеке и аргументе, никада не поставља упит" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-i>" +msgstr "B<-i>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "prompt before every removal" +msgstr "поставља упит пре сваког уклањања" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-I>" +msgstr "B<-I>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"prompt once before removing more than three files, or when removing " +"recursively; less intrusive than B<-i>, while still giving protection " +"against most mistakes" +msgstr "" +"пита једном пре уклањања више од три датотеке, или када уклања дубински; " +"мање је нападно од B<-i>, док још увек пружа заштиту против већине грешака" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--interactive>[=I<\\,WHEN\\/>]" +msgstr "B<--interactive>[=I<\\,КАДА\\/>]" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"prompt according to WHEN: never, once (B<-I>), or always (B<-i>); without " +"WHEN, prompt always" +msgstr "" +"пита у складу са КАДА: „never“ — никада, „once“ (B<-I>) — једном, или " +"„always“ (B<-i>) — увек; без КАДА, увек пита" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--one-file-system>" +msgstr "B<--one-file-system>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"when removing a hierarchy recursively, skip any directory that is on a file " +"system different from that of the corresponding command line argument" +msgstr "" +"када дубински уклања хијерархију, прескаче све директоријуме који су на " +"систему датотека другачијем од оног одговарајућег аргумента линије наредби" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--no-preserve-root>" +msgstr "B<--no-preserve-root>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "do not treat '/' specially" +msgstr "не разматра „/“ нарочито" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--preserve-root>[=I<\\,all\\/>]" +msgstr "B<--preserve-root>[=I<\\,all\\/>]" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"do not remove '/' (default); with 'all', reject any command line argument on " +"a separate device from its parent" +msgstr "" +"не укалња „/“ (основно); са „all“, одбацује било који аргумент линије " +"наредби на раздвојеном уређају из њихових родитеља" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-r>, B<-R>, B<--recursive>" +msgstr "B<-r>, B<-R>, B<--recursive>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "remove directories and their contents recursively" +msgstr "дубински уклања директоријуме и њихове садржаје" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-d>, B<--dir>" +msgstr "B<-d>, B<--dir>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "remove empty directories" +msgstr "уклања празне директоријуме" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-v>, B<--verbose>" +msgstr "B<-v>, B<--verbose>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "explain what is being done" +msgstr "објашњава шта је урађено" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--help>" +msgstr "B<--help>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "display this help and exit" +msgstr "приказује ову помоћ и излази" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--version>" +msgstr "B<--version>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "output version information and exit" +msgstr "исписује податке о издању и излази" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"By default, rm does not remove directories. Use the B<--recursive> (B<-r> " +"or B<-R>) option to remove each listed directory, too, along with all of " +"its contents." +msgstr "" +"По основи, B<rm> не уклања директоријуме. Користите B<--recursive> (B<-r> " +"или B<-R>) да уклоните сваки излистани директоријум, такође, са свим њиховим " +"садржајима." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"To remove a file whose name starts with a '-', for example '-foo', use one " +"of these commands:" +msgstr "" +"Да уклоните датотеку чији назив почиње на -, на пример „-foo“, користите " +"једну од ових наредби:" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "rm B<--> B<-foo>" +msgstr "rm B<--> B<-foo>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "rm ./-foo" +msgstr "rm ./-foo" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "Note that if you use rm to remove a file, it might be possible to recover " +#| "some of its contents, given sufficient expertise and/or time. For " +#| "greater assurance that the contents are truly unrecoverable, consider " +#| "using shred." +msgid "" +"Note that if you use rm to remove a file, it might be possible to recover " +"some of its contents, given sufficient expertise and/or time. For greater " +"assurance that the contents are truly unrecoverable, consider using " +"B<shred>(1)." +msgstr "" +"Знајте да ако користите B<rm> за уклањање датотеке, може бити могуће " +"повратити нешто од њеног садржаја, ако имате довољно искуства и/или " +"времена. Зарад веће сигурности да је садржај стварно непоправљив, " +"размотрите коришћење „shred“-а." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "AUTHOR" +msgstr "АУТОР" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Written by Paul Rubin, David MacKenzie, Richard M. Stallman, and Jim " +"Meyering." +msgstr "" +"Написали су Пол Рубин, Дејвид Мек Кензи, Ричард М. Столман и Џим Мејерин." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "REPORTING BUGS" +msgstr "ПРИЈАВЉИВАЊЕ ГРЕШАКА" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"GNU coreutils online help: E<lt>https://www.gnu.org/software/coreutils/E<gt>" +msgstr "" +"Помоћ на мрежи за ГНУ coreutils: E<lt>https://www.gnu.org/software/coreutils/" +"E<gt>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Report any translation bugs to E<lt>https://translationproject.org/team/E<gt>" +msgstr "" +"Грешке у преводу пријавите на E<lt>https://translationproject.org/team/sr." +"htmlE<gt>" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "COPYRIGHT" +msgstr "АУТОРСКА ПРАВА" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +msgid "" +"Copyright \\(co 2023 Free Software Foundation, Inc. License GPLv3+: GNU GPL " +"version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." +msgstr "" +"Copyright \\(co 2023 Free Software Foundation, Inc. Лиценца ОЈЛв3+: ГНУ ОЈЛ " +"издање 3 или касније E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"This is free software: you are free to change and redistribute it. There is " +"NO WARRANTY, to the extent permitted by law." +msgstr "" +"Ово је слободан софтвер: слободни сте да га мењате и расподељујете. Не " +"постоји НИКАКВА ГАРАНЦИЈА, у оквирима дозвољеним законом." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SEE ALSO" +msgstr "ВИДИТЕ ТАКОЂЕ" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, fuzzy +#| msgid "unlink(1), unlink(2), chattr(1), shred(1)" +msgid "B<unlink>(1), B<unlink>(2), B<chattr>(1), B<shred>(1)" +msgstr "unlink(1), unlink(2), chattr(1), shred(1)" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Full documentation E<lt>https://www.gnu.org/software/coreutils/rmE<gt>" +msgstr "" +"Сва документација се налази на E<lt>https://www.gnu.org/software/coreutils/" +"rmE<gt>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "or available locally via: info \\(aq(coreutils) rm invocation\\(aq" +msgstr "" +"или је доступна на рачунару путем наредбе „info \\(aq(coreutils) rm " +"invocation\\(aq“" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "September 2022" +msgstr "Септембра 2022" + +#. type: TH +#: debian-bookworm mageia-cauldron +#, no-wrap +msgid "GNU coreutils 9.1" +msgstr "ГНУ coreutils 9.1" + +#. type: Plain text +#: debian-bookworm mageia-cauldron +msgid "" +"Copyright \\(co 2022 Free Software Foundation, Inc. License GPLv3+: GNU GPL " +"version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." +msgstr "" +"Copyright \\(co 2022 Free Software Foundation, Inc. Лиценца ОЈЛв3+: ГНУ ОЈЛ " +"издање 3 или касније E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." + +#. type: TH +#: mageia-cauldron +#, no-wrap +msgid "April 2022" +msgstr "Априла 2022" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "October 2021" +msgstr "Октобра 2021" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "GNU coreutils 8.32" +msgstr "ГНУ coreutils 8.32" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "" +"Note that if you use rm to remove a file, it might be possible to recover " +"some of its contents, given sufficient expertise and/or time. For greater " +"assurance that the contents are truly unrecoverable, consider using shred." +msgstr "" +"Знајте да ако користите B<rm> за уклањање датотеке, може бити могуће " +"повратити нешто од њеног садржаја, ако имате довољно искуства и/или " +"времена. Зарад веће сигурности да је садржај стварно непоправљив, " +"размотрите коришћење „shred“-а." + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "" +"Copyright \\(co 2020 Free Software Foundation, Inc. License GPLv3+: GNU GPL " +"version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." +msgstr "" +"Copyright \\(co 2020 Free Software Foundation, Inc. Лиценца ОЈЛв3+: ГНУ ОЈЛ " +"издање 3 или касније E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "unlink(1), unlink(2), chattr(1), shred(1)" +msgstr "unlink(1), unlink(2), chattr(1), shred(1)" |