ACC SHELL

Path : /usr/share/locale/sl/LC_MESSAGES/
File Upload :
Current File : //usr/share/locale/sl/LC_MESSAGES/wdiff.mo

D<a\rT9
M
-?
9y93K!mJL_:+|N#! 7 7.!f!88$1q$$$$$$%
%%&%%.%%T%-z%-%'%.%-&'G&"o&"&&$&&1'!='
_'8j'''"''&v((((&(3)5)?)<*@*,3.301$1469696947Nn77:c=t>sb@@+AA[CdD/XH&H'HH?I.J5#M.YMMMMMMMM
NN+&N+RN/~N1N&N%O-O)?O"iO#OO+O"O5P*QP|P0PPP!PP,QQ9Q)R8DR}R7SF;S4;>
	0/DC'7=)+<*(6?%&#3:!.B9-1"@52, $8
A
  -c, --context-diffs    force output to context diffs
  -e, --echo-comments    echo comments to standard error
  -o, --old-diffs        output old-style diffs, no matter what
  -p, --patch-format     generate patch format
  -P                     same as -p
  -s, --strip-comments   strip comment lines
  -u, --unidiffs         force output to unidiffs
  -U                     same as -p and -u
  -=, --use-equals       replace spaces by equal signs in unidiffs
      --help             display this help and exit
      --version          output version information and exit

If FILE is not specified, read standard input.

*  -C, --context=LINES         as -c, also select context size in lines
*  -L, --label=LABEL           use from/to LABEL instead of file name (twice)
*  -U, --unified=LINES         as -u, also select context size in lines
*  -c, --context               output context diffs (default 3 context lines)
*  -u, --unified               output unidiffs (default 3 context lines)
*  -LINES                      (obsolete: select context size in lines)

By default, context diffs have an horizon of two lines.

Clustering:
  -G, --relist-files         list all input files with annotations
  -J, --minimum-size=ITEMS   ignore clusters not having that many ITEMS
  -j, --ignore-delimiters    do not count items having only delimiters

Comparing directories:
*  -N, --new-file                  consider missing files to be empty
*  -P, --unidirectional-new-file   consider missing old files to be empty
*  -S, --starting-file=FILE        resume directory comparison with FILE
*  -X, --exclude-from=FILE         ignore files matching patterns from FILE
*  -r, --recursive                 recursively compare subdirectories
*  -s, --report-identical-files    report when two files are the same
*  -x, --exclude=PATTERN           ignore files (dirs) matching PATTERN

Comparing files:
*  -H, --speed-large-files     go faster, for when numerous small changes
*  -a, --text                  report line differences (text file default)
*  -d, --minimal               try harder for a smaller set of changes
*  -q, --brief                 only says if files differ (binary default)
*      --horizon-lines=LINES   keep LINES lines in common prefixes/suffixes

Context and unified formats:
*  -F, --show-function-line=REGEXP   show previous context matching REGEXP
*  -p, --show-c-function             show which C function for each change

Copyright (C) 1992, 1997 Free Software Foundation, Inc.

Copyright (C) 1994, 1997 Free Software Foundation, Inc.

Copyright (C) 1997 Free Software Foundation, Inc.

Debugging:
  -0, --debugging   output many details about what is going on

Detailed output formats:
*  -D, --ifdef=NAME                      output `#ifdef NAME' format
*      --changed-group-format=FORMAT     use FORMAT for changed lines
*      --new-group-format=FORMAT         use FORMAT for inserted lines
*      --new-line-format=FORMAT          use FORMAT for inserted line
*      --old-group-format=FORMAT         use FORMAT for deleted lines
*      --old-line-format=FORMAT          use FORMAT for deleted line
*      --unchanged-group-format=FORMAT   use FORMAT for unchanged lines
*      --unchanged-line-format=FORMAT    use FORMAT for unchanged line
*      --line-format=FORMAT              --{old,new,unchanged}-line-format

FORMAT is made up of characters standing for themselves, except:
  %%%%           a single %%
  %%c'C'        quoted character C
  %%c'\O'       character having value O, from 1 to 3 octal digits
  %%(A=B?T:E)   if A is B then T else E; A B number or VARIABLE; T E FORMAT
  %%FN          use SPECIF specification F to print VARIABLE value N
  %%<           [group] old, each line through --old-line-format
  %%>           [group] new, each line through --new-line-format
  %%=           [group] unchanged, each line through --unchanged-line-format
  %%l           [line] without its possible trailing newline
  %%L           [line] with its possible trailing newline

Formatting output:
  -T, --initial-tab       produce TAB instead of initial space
  -l, --paginate          paginate output through `pr'
  -S, --string[=STRING]   take note of another user STRING
  -V, --show-links        give file and line references in annotations
  -t, --expand-tabs       expand tabs to spaces in the output

Ignoring text:
  -B, --ignore-blank-lines             ignore blank lines
*  -I, --ignore-matching-lines=REGEXP   ignore lines matching REGEXP
  -b, --ignore-space-change            ignore amount of white space
  -i, --ignore-case                    ignore case differences
  -w, --ignore-all-space               ignore white space

Old mdiff options:
*  -f, --fuzz-items=ITEMS     no more than ITEMS non matching in a cluster

Operation modes:
  -h                     (ignored)
  -v, --verbose          report a few statistics on stderr
      --help             display this help and exit
      --version          output version information and exit

SPECIF is [-][W[.D]]{doxX} as in C printf

Script-like formats:
  (none of -CDUcefnuy)   output normal diffs
*  -e, --ed               output a valid `ed' script
*  -f, --forward-ed       mix between -e and -n (not very useful)
*  -n, --rcs              output RCS format (internally used by RCS)

Side by side format:
*  -W, --width=COLUMNS           use width of COLUMNS
*  -y, --side-by-side            use side by side output format
*      --left-column             print only left column line when common
*      --sdiff-merge-assist      (internally used by `sdiff')
*      --suppress-common-lines   do not print common lines

Standard diff options:
  -i, --ignore-case         consider upper- and lower-case to be the same
  -w, --ignore-all-space    ignore all white space
  -b, --ignore-space-change ignore changes in the amount of white space
  -B, --ignore-blank-lines  ignore changes whose lines are all blank
  -I, --ignore-matching-lines=RE ignore changes whose lines all match RE
  -a, --text                treat all files as text
  -c, --context[=NUMBER]    output regular context diffs,
                            changing to NUMBER lines of context
  -u, --unified[=NUMBER]    output unified context diffs or unidiffs,
                            with NUMBER lines of context
  -C, --context=NUM         output NUM lines of copied context
  -U, --unified=NUM         output NUM lines of unified context
  -L, --label=LABEL         use LABEL instead of file name
  -p, --show-c-function     show which C function each change is in
  -F, --show-function-line=RE show the most recent line matching RE

Usage: %s [OPTION]... FILE1 FILE2

Usage: %s [OPTION]... [FILE]

Usage: %s [OPTION]... [FILE]...

VARIABLE is {eflmn} for old group or {EFLMN} for new group
  {eE}   line number just before group
  {fF}   first line number of group
  {lL}   last line number of group
  {mM}   line number just after group
  {nN}   number of lines in the group

With no FILE, or when FILE is -, read standard input.

Word mode options:
  -1, --no-deleted            inhibit output of deleted words
  -2, --no-inserted           inhibit output of inserted words
  -3, --no-common             inhibit output of common words
  -A, --auto-pager            automatically calls a pager
  -k, --less-mode             variation of printer mode for "less"
  -m, --avoid-wraps           do not extend fields through newlines
  -o, --printer               overstrike as for printers
  -z, --terminal              use termcap as for terminal displays
  -K, --no-init-term          like -z, but no termcap init/term strings
  -O, --item-regexp=REGEXP    compare items as defined by REGEXP
  -W, --word-mode             compare words instead of lines

Written by Franc,ois Pinard <pinard@iro.umontreal.ca>.

Written by Wayne Davison <davison@borland.com>.
  %d %d%% changed  %d %d%% common  %d %d%% deleted  %d %d%% inserted%s (for regexp `%s')%s: %d words, %d items
, clustering, done
Cannot use -t, termcap not available.Cannot use -z, termcap not available.Context diff missing `new' header at line %ldContext diff missing `old' header at line %ldCould not access the termcap data base.Could not find a name for the diff at line %ldDirectories not supportedInvalid unified diff header at line %ldMalformed context diff at line %ldMalformed unified diff at line %ldMissing file argumentsOnly one file may be standard input.Only one filename allowedOptions -123RSYZ meaningful only when two inputs.Read summary: %d files, %d items
Reading %sSelect a terminal through the TERM environment variable.SortingSorting membersTerminal type `%s' is not defined.This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Try `%s --help' for more information.
Unable to open `%s'Word merging for two files only (so far)Work summary: %d clusters, %d members
Work summary: %d clusters, %d members, %d overlaps
mdiff - Studies multiple files and searches for similar sequences, it then
produces possibly detailed lists of differences and similarities.
unify - Transforms context diffs into unidiffs, or vice-versa.
wdiff - Compares words in two files and report differences.
Project-Id-Version: wdiff 0.5g
Report-Msgid-Bugs-To: wdiff-bugs@gnu.org
POT-Creation-Date: 2008-06-20 16:41-0400
PO-Revision-Date: 2007-10-16 13:21+0200
Last-Translator: Primoz PETERLIN <primoz.peterlin@biofiz.mf.uni-lj.si>
Language-Team: Slovenian <translation-team-sl@lists.sourceforge.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n%100==4 ? 3 : 0);

  -c, --context-diffs    prisilen izhod na context diffs
  -e, --echo-comments    echo pojasnila na standardne napake
  -o, --old-diffs        izhod stari-stil diffs, neglede na vse
  -p, --patch-format     ustvari patch format
  -P                     enako kot -p
  -s, --strip-comments   izlušči vrstice pojasnil
  -u, --unidiffs         prisilen izhod na unidiffs
  -U                     enako kot -p in -u
  -=, --use-equals       replace spaces by equal signs in unidiffs
      --help             display this help and exit
      --version          output version information and exit

If FILE is not specified, read standard input.

*  -C, --context=VRSTIC        kot -c, določi tudi število vrstic konteksta
*  -L, --label=OZNAKA          uporabi od/do OZNAKE namesto imena datoteke (2×)
*  -U, --unified=VRSTIC        kot -u, določi tudi število vrstic konteksta
*  -c, --context               izpiši kontekstne razlike (privzeto 3 
                                 vrstice konteksta)
*  -u, --unified               izpiši poenotene razlike  (privzeto 3 
                                 vrstice konteksta)
*  -VRSTIC                     (opuščeno; nastavi število vrstic konteksta)

Privzeto imajo context diffs horizon dveh vrstic.

Razvrščanje:
  -G, --relist-files         izpiši vse vhodne datoteke z opombami
  -J, --minimum-size=ZADETEK   prezri skupine brez tako veliko ZADETKOV
  -j, --ignore-delimiters    ne preštevaj  predmetov, ki imajo samo ločevala

Primerjanje map:
*  -N, --new-file                  vzemi manjkajoče datoteke kot prazne
*  -P, --unidirectional-new-file   vzemi manjkajoče stare datoteke kot prazne
*  -S, --starting-file=DATOTEKA    nadaljuj primerjavo imenikov z DATOTEKO
*  -X, --exclude-from=DATOTEKA     brez datotek, ki ustrezajo vzorcu v DATOTEKI
*  -r, --recursive                 rekurzivno primerjaj tudi podimenike
*  -s, --report-identical-files    sporoči, ko sta dve datoteki enaki
*  -x, --exclude=VZOREC            brez datotek (imenikov), ki ustrezajo VZORCU

Primerjanje datotek:
*  -H, --speed-large-files     pohiti ob številčnih majhih spremembah
*  -a, --text                  poročilo o razlikah vrstic (privzeto besedilna
                                 datoteka)
*  -d, --minimal               podrobno primerjaj manjše spremembe
*  -q, --brief                 povej le, če se datoteke razlikujejo (privzeto
                                 binarno)
*      --horizon-lines=VRSTIC  obdrži število VRSTIC v splošnih pred/pri-ponah

Kontekstni in enotni formati:
*  -F, --show-function-line=REGEXP   pokaži prejšnji konteksni vzorčni REGEXP
*  -p, --show-c-function             pokaži C funkcijo za vsako spremembo

Copyright (C) 1992, 1997 Free Software Foundation, Inc.

Copyright (C) 1994, 1997 Free Software Foundation, Inc.

Copyright (C) 1994, 1997 Free Software Foundation, Inc.

Razhroščevanje:
  -0, --debugging   izpiši veliko podrobnosti o izvajanju

Podroben izhodni format:
*  -D, --ifdef=IME                       izhod v obliki `#ifdef IME'
*      --changed-group-format=FORMAT     uporabi FORMAT za spremenjene vrstice
*      --new-group-format=FORMAT         uporabi FORMAT za vnešene vrstice
*      --new-line-format=FORMAT          uporabi FORMAT za vnešeno vrstico
*      --old-group-format=FORMAT         uporabi FORMAT za izbrisane vrstice
*      --old-line-format=FORMAT          uporabi FORMAT za izbrisano vrstico
*      --unchanged-group-format=FORMAT   uporabi FORMAT za nespremenjene vrstice
*      --unchanged-line-format=FORMAT    uporabi FORMAT za nespremenjeno vrstico
*      --line-format=FORMAT              --{old,new,unchanged}-line-format

FORMAT sestavljajo posamezni znaki, razen v naslednjih primerih:
  %%%%         znak za odstotek %%
  %%c'C'        navedeni znak C
  %%c'\\O'      znak z vrednostjo O, od 1 do 3 osmiške števke
  %%(A=B?T:E)   če A = B, potem T, sicer E; A in B sta števili ali 
                  SPREMENLJIVKI, T in E sta FORMAT
  %%FN          uporabi določilo D za izpis vrednosti spremenljivke N
  %%<           [skupina] stara, vsaka vrstica z izbiro --old-line-format
  %%>           [skupina] nova, vsaka vrstica z izbiro --old-line-format
  %%=           [skupina] nespremenjena, vsaka vrstica z izbiro --old-line-format
  %%l           [vrstica] brez morebitnega znaka za konec vrstice na koncu
  %%L           [vrstica] z morebitnim znakom za konec vrstice na koncu

Oblikovanje izhoda:
  -T, --initial-tab       izpiši TAB namesto začetnega presledka
  -l, --paginate          izhod paginiraj s programom »pr«
  -S, --string[=NIZ]      zabeleži drug uporabniški NIZ 
  -V, --show-links        med zaznamki podaj informacije o datoteki in vrstici
  -t, --expand-tabs       v izhodu razširi tabulatorje v presledke

Prezri besedilo:
  -B, --ignore-blank-lines             prezri prazne vrstice
*  -I, --ignore-matching-lines=REGEXP  prezri vrstice, ki ustrezajo reg. izrazu
  -b, --ignore-space-change            prezri količino praznega prostora
  -i, --ignore-case                    obravnavaj male in velike črke enako
  -w, --ignore-all-space               prezri prazne prostore

Stare mdiff možnosti:
*  -f, --fuzz-items=PREDMET     nič več kot toliko PREDMETOV, ki se ne ujemajo v skupini

Izvajalni načini:
  -h                     (brez učinka)
  -v, --verbose          z izpisom statistike na stderr
      --help             prikaži to pomoč in zapusti program
      --version          izpiši verzijo programa in zapusti program

SPECIF je [-][W[.D]]{doxX} kot v C printf

Skriptni formati:
  (noben od -CDUcefnuy)   izpis normalnih diferenc
*  -e, --ed               izpis veljavnega skripta »ed«
*  -f, --forward-ed       mešano med -e in -n (ni preveč uporabno)
*  -n, --rcs              izpis formata RCS (interno uporabljen v RCS)

Primerjalni format:
*  -W, --width=STOLPCI           uporabi širino STOLPCEV
*  -y, --side-by-side            uporabi primerjalni format izpisa
*      --left-column             pri skupnih izpiši samo vrstico levega stolpca
*      --sdiff-merge-assist      (interno uporablja `sdiff')
*      --suppress-common-lines   ne izpiši skupnih vrstic

Standardne diff možnosti:
  -i, --ignore-case         privzemi velike in male črke kot enake
  -w, --ignore-all-space    prezri presledke
  -b, --ignore-space-change prezri spremembe v številu presledkov
  -B, --ignore-blank-lines  prezri spremembe, ko so vrstice prazne
  -I, --ignore-matching-lines=RE prezri vrstice, ki sovpadajo s kriterijem RE
  -a, --text                obravnavaj vse datoteke kot tekstne
  -c, --context[=ŠTEVILO]    izpis regular context diffs,
                            s spremembo ŠTEVILA vrstic konteksta
  -u, --unified[=ŠTEVILO]    izpis unified context diffs ali unidiffs,
                            s spremembo ŠTEVILA vrstic konteksta
  -C, --context=NUM         izpis NUM vrstic kopiranega konteksta
  -U, --unified=NUM         izpis NUM vrstic unified konteksta
  -L, --label=NASLOV         uporabi NASLOV namesto imena datoteke
  -p, --show-c-function     pokaži v kateri C funkciji je sprememba
  -F, --show-function-line=RE pokaži zadnji vzorec primerjave RE

Uporaba: %s [MOŽNOST]... DATOTEKA1 DATOTEKA2

Uporaba: %s [MOŽNOST]... [DATOTEKA]

Uporaba: %s [IZBIRA]... [DATOTEKA]...

SPREMENLJIVKA je {eflmn} za staro skupino ali {EFLMN} za novo skupino
  {eE}   številka vrstice tik pred skupino
  {fF}   prva številka vrstice v skupini
  {lL}   zadnja številka vrstice v skupini
  {mM}   številka vrstice tik za skupino
  {nN}   število vrstic v skupini

Brez DATOTEKE, ali ko je DATOTEKA -, preberi standardni vhod.

Možnosti besednega načina:
  -1, --no-deleted            brez izpisa izbrisanih besed
  -2, --no-inserted           brez izpisa vstavljenih besed
  -3, --no-common             brez izpisa skupnih besed
  -A, --auto-pager            samodejno izvede oblikovanje strani
  -k, --less-mode             variacija tiskalniškega načina »less«
  -m, --avoid-wraps           ne razširi polj prek novih vrstic
  -o, --printer               poudarki z dvojnim udarcem za tiskalnik
  -z, --terminal              uporabi termcap kot za terminalne zaslone
  -K, --no-init-term          kot -z, vendar brez nizov termcap init/term
  -O, --item-regexp=REGEXP    primerjaj predmete kot regularne izraze
  -W, --word-mode             primerjaj besede namesto vrstic

Napisal Franc,ois Pinard <pinard@iro.umontreal.ca>.

Napisal Wayne Davison <davison@borland.com>.
  %d %d%% spremenjeno  %d %d%% splošno  %d %d%% zbrisano  %d %d%% vneseno%s (za reg.izraz `%s')%s: %d besed, %d predmetov
, razvrščanje, končano
Ne morem uporabiti -t, termcap ni dostopen.Ne morem uporabiti -z, termcap ni na voljo.Context diff pogeša 'novo' glavo v vrstici %ldContext diff pogreša `staro' glavo v vrstici %ldPodatkovna zbirka termcap ni dostopna.Ne najdem imena za diff v vrstici %ldMape niso podprteNapačen unified diff glava v vrstici %ldSpačen context diff v vrstici %ldSpačen unified diff  v vrstici %ldManjkajo argumenti datotekeStandardni vhod je lahko samo ena datoteka.Dovoljeno je samo eno ime datotekeMožnosti -123RSYZ imajo smisel samo pri dveh vnosih.Povzetek branja: %d datotek, %d predmetov
Berem %sIzberite terminal z lupinsko spremenljivko TERM.UrejanjeUrejanje članovTip terminala »%s« ni določen.Ta program je prosti program; poglejte izvor za pogoje kopiranja. Program je
 BREZ KAKRŠNEKOLI GARANCIJE; tudi brez  garancije prodaje ali primernosti za posebni namen.
Poskusite »%s --help« za več informacij.
Ne morem odpreti `%s'Združevanje besed deluje samo za dve datoteki (trenutno)Delovni povzetek:  %d skupin, %d članov
Delovni povzetek:  %d skupin, %d članov, %d prekrivanj
mdiff - Preišče več datotek in išče podobna zaporedja. Na osnovi primerjave
izdela mogočo podrobno listo razlik in podobnosti.
unify - Pretvori context diffs v unidiffs ali obratno.
wdiff - Primerjanje besed v dveh datotekah in izpis razlik med njima.

ACC SHELL 2018