VirtualBox

source: kBuild/vendor/sed/current/po/sr.po

Last change on this file was 599, checked in by bird, 18 years ago

GNU sed 4.1.5.

File size: 12.0 KB
Line 
1# Serbian translation of `sed'.
2# Copyright (C) 2003 Free Software Foundation, Inc.
3# This file is distributed under the same license as the `sed' package.
4# Aleksandar Jelenak <jelenak@netlinkplus.net>, 2003.
5msgid ""
6msgstr ""
7"Project-Id-Version: sed 4.0.9\n"
8"Report-Msgid-Bugs-To: \n"
9"POT-Creation-Date: 2006-02-03 10:26+0100\n"
10"PO-Revision-Date: 2004-01-13 22:51-0500\n"
11"Last-Translator: Aleksandar Jelenak <jelenak@netlinkplus.net>\n"
12"Language-Team: Serbian <sr@li.org>\n"
13"MIME-Version: 1.0\n"
14"Content-Type: text/plain; charset=UTF-8\n"
15"Content-Transfer-Encoding: 8bit\n"
16"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : (n%10>=2 && n"
17"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
18
19#: sed/compile.c:162
20#, fuzzy
21msgid "multiple `!'s"
22msgstr "Више „!“"
23
24#: sed/compile.c:163
25#, fuzzy
26msgid "unexpected `,'"
27msgstr "Неочекиван „,“"
28
29#: sed/compile.c:164
30#, fuzzy
31msgid "invalid usage of +N or ~N as first address"
32msgstr "Не може се користити +N или ~N као прва адреса"
33
34#: sed/compile.c:165
35#, fuzzy
36msgid "unmatched `{'"
37msgstr "Неспарена „{“"
38
39#: sed/compile.c:166
40#, fuzzy
41msgid "unexpected `}'"
42msgstr "Неочекивана „}“"
43
44#: sed/compile.c:167
45#, fuzzy
46msgid "extra characters after command"
47msgstr "Вишак знакова после наредбе"
48
49#: sed/compile.c:168
50#, fuzzy
51msgid "expected \\ after `a', `c' or `i'"
52msgstr "Очекивано \\ после „a“, „c“ или „i“"
53
54#: sed/compile.c:169
55msgid "`}' doesn't want any addresses"
56msgstr "„}“ не захтева икакве адресе"
57
58#: sed/compile.c:170
59msgid ": doesn't want any addresses"
60msgstr ": не захтева икакве адресе"
61
62#: sed/compile.c:171
63#, fuzzy
64msgid "comments don't accept any addresses"
65msgstr "Коментари не прихватају икакве адресе"
66
67#: sed/compile.c:172
68#, fuzzy
69msgid "missing command"
70msgstr "Недостаје наредба"
71
72#: sed/compile.c:173
73#, fuzzy
74msgid "command only uses one address"
75msgstr "Наредба користи само једну адресу"
76
77#: sed/compile.c:174
78#, fuzzy
79msgid "unterminated address regex"
80msgstr "Незавршена адреса рег. израза"
81
82#: sed/compile.c:175
83#, fuzzy
84msgid "unterminated `s' command"
85msgstr "Незавршена наредба „s“"
86
87#: sed/compile.c:176
88#, fuzzy
89msgid "unterminated `y' command"
90msgstr "Незавршена наредба „y“"
91
92#: sed/compile.c:177
93#, fuzzy
94msgid "unknown option to `s'"
95msgstr "Непозната опција за „s“"
96
97#: sed/compile.c:178
98msgid "multiple `p' options to `s' command"
99msgstr "више „p“ опција за „s“ наредбу"
100
101#: sed/compile.c:179
102msgid "multiple `g' options to `s' command"
103msgstr "више „g“ опција за „s“ наредбу"
104
105#: sed/compile.c:180
106msgid "multiple number options to `s' command"
107msgstr "више бројчаних опција за „s“ наредбу"
108
109#: sed/compile.c:181
110msgid "number option to `s' command may not be zero"
111msgstr "бројчана опција наредбе „s“ не може бити нула"
112
113#: sed/compile.c:182
114#, fuzzy
115msgid "strings for `y' command are different lengths"
116msgstr "ниске за команду „y“ су различите дужине"
117
118#: sed/compile.c:183
119msgid "delimiter character is not a single-byte character"
120msgstr ""
121
122#: sed/compile.c:184
123msgid "expected newer version of sed"
124msgstr "очекивана новија верзија sed-а"
125
126#: sed/compile.c:185
127#, fuzzy
128msgid "invalid usage of line address 0"
129msgstr "Наредба користи само једну адресу"
130
131#: sed/compile.c:186
132#, fuzzy, c-format
133msgid "unknown command: `%c'"
134msgstr "Непозната наредба:"
135
136#: sed/compile.c:209
137#, c-format
138msgid "%s: file %s line %lu: %s\n"
139msgstr "%s: датотека %s ред %lu: %s\n"
140
141#: sed/compile.c:212
142#, c-format
143msgid "%s: -e expression #%lu, char %lu: %s\n"
144msgstr "%s: -e израз #%lu, знак %lu: %s\n"
145
146#: sed/compile.c:1644
147#, fuzzy, c-format
148msgid "can't find label for jump to `%s'"
149msgstr "Не могу да нађем ознаку за скок на „%s“"
150
151#: sed/execute.c:650
152#, c-format
153msgid "%s: can't read %s: %s\n"
154msgstr "%s: не може читати %s: %s\n"
155
156#: sed/execute.c:673
157#, fuzzy, c-format
158msgid "couldn't edit %s: is a terminal"
159msgstr "Не може се отворити датотека %s: %s"
160
161#: sed/execute.c:677
162#, fuzzy, c-format
163msgid "couldn't edit %s: not a regular file"
164msgstr "Не може се отворити датотека %s: %s"
165
166#: sed/execute.c:684 lib/utils.c:196
167#, fuzzy, c-format
168msgid "couldn't open temporary file %s: %s"
169msgstr "Не могу отворити привремену датотеку %s: %s"
170
171#: sed/execute.c:1206 sed/execute.c:1387
172msgid "error in subprocess"
173msgstr "грешка у потпроцесу"
174
175#: sed/execute.c:1208
176msgid "option `e' not supported"
177msgstr "опција „e“ није подржана"
178
179#: sed/execute.c:1389
180msgid "`e' command not supported"
181msgstr "наредба „e“ није подржана"
182
183#: sed/execute.c:1714
184msgid "no input files"
185msgstr ""
186
187#: sed/regexp.c:39
188#, fuzzy
189msgid "no previous regular expression"
190msgstr "Без претходног регуларног израза"
191
192#: sed/regexp.c:40
193#, fuzzy
194msgid "cannot specify modifiers on empty regexp"
195msgstr "Не може се навести измењивач празном рег. изразу"
196
197#: sed/regexp.c:115
198#, fuzzy, c-format
199msgid "invalid reference \\%d on `s' command's RHS"
200msgstr "Неисправна референца \\%d на десној страни наредбе „s“"
201
202#: sed/sed.c:93
203msgid ""
204" -R, --regexp-perl\n"
205" use Perl 5's regular expressions syntax in the script.\n"
206msgstr ""
207" -R, --regexp-perl\n"
208" користи у спису синтаксу Перла 5 за регуларне изразе.\n"
209
210#: sed/sed.c:98
211#, c-format
212msgid ""
213"Usage: %s [OPTION]... {script-only-if-no-other-script} [input-file]...\n"
214"\n"
215msgstr ""
216
217#: sed/sed.c:102
218#, c-format
219msgid ""
220" -n, --quiet, --silent\n"
221" suppress automatic printing of pattern space\n"
222msgstr ""
223
224#: sed/sed.c:104
225#, c-format
226msgid ""
227" -e script, --expression=script\n"
228" add the script to the commands to be executed\n"
229msgstr ""
230
231#: sed/sed.c:106
232#, c-format
233msgid ""
234" -f script-file, --file=script-file\n"
235" add the contents of script-file to the commands to be "
236"executed\n"
237msgstr ""
238
239#: sed/sed.c:108
240#, c-format
241msgid ""
242" -i[SUFFIX], --in-place[=SUFFIX]\n"
243" edit files in place (makes backup if extension supplied)\n"
244msgstr ""
245
246#: sed/sed.c:110
247#, c-format
248msgid ""
249" -l N, --line-length=N\n"
250" specify the desired line-wrap length for the `l' command\n"
251msgstr ""
252
253#: sed/sed.c:112
254#, c-format
255msgid ""
256" --posix\n"
257" disable all GNU extensions.\n"
258msgstr ""
259
260#: sed/sed.c:114
261#, fuzzy, c-format
262msgid ""
263" -r, --regexp-extended\n"
264" use extended regular expressions in the script.\n"
265msgstr ""
266" -R, --regexp-perl\n"
267" користи у спису синтаксу Перла 5 за регуларне изразе.\n"
268
269#: sed/sed.c:117
270#, c-format
271msgid ""
272" -s, --separate\n"
273" consider files as separate rather than as a single "
274"continuous\n"
275" long stream.\n"
276msgstr ""
277
278#: sed/sed.c:120
279#, c-format
280msgid ""
281" -u, --unbuffered\n"
282" load minimal amounts of data from the input files and "
283"flush\n"
284" the output buffers more often\n"
285msgstr ""
286
287#: sed/sed.c:123
288#, c-format
289msgid " --help display this help and exit\n"
290msgstr ""
291
292#: sed/sed.c:124
293#, c-format
294msgid " --version output version information and exit\n"
295msgstr ""
296
297#: sed/sed.c:125
298#, c-format
299msgid ""
300"\n"
301"If no -e, --expression, -f, or --file option is given, then the first\n"
302"non-option argument is taken as the sed script to interpret. All\n"
303"remaining arguments are names of input files; if no input files are\n"
304"specified, then the standard input is read.\n"
305"\n"
306msgstr ""
307
308#: sed/sed.c:131
309#, c-format
310msgid ""
311"E-mail bug reports to: %s .\n"
312"Be sure to include the word ``%s'' somewhere in the ``Subject:'' field.\n"
313msgstr ""
314"Епошта за пријаву грешака: %s .\n"
315"Постарајте се да укључите реч „%s“ негде у „Subject:“ пољу.\n"
316
317#: sed/sed.c:268
318#, c-format
319msgid "super-sed version %s\n"
320msgstr "super-sed верзија %s\n"
321
322#: sed/sed.c:269
323#, fuzzy, c-format
324msgid ""
325"based on GNU sed version %s\n"
326"\n"
327msgstr ""
328"засновано на ГНУ sed верзија 3.02.80\n"
329"\n"
330
331#: sed/sed.c:271
332#, c-format
333msgid "GNU sed version %s\n"
334msgstr "ГНУ sed верзија %s\n"
335
336#: sed/sed.c:273
337#, c-format
338msgid ""
339"%s\n"
340"This is free software; see the source for copying conditions. There is NO\n"
341"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE,\n"
342"to the extent permitted by law.\n"
343msgstr ""
344"%s\n"
345"Ово је слободан софтвер; видети изворни кôд за услове умножавања. БЕЗ "
346"икакве\n"
347"гаранције; чак ни о ТРЖИШНОСТИ или ИСПУЊАВАЊУ ОДРЕЂЕНЕ ПОТРЕБЕ.\n"
348
349#: lib/utils.c:98 lib/utils.c:336
350#, fuzzy, c-format
351msgid "cannot remove %s: %s"
352msgstr "%s: не може читати %s: %s\n"
353
354#: lib/utils.c:143
355#, fuzzy, c-format
356msgid "couldn't open file %s: %s"
357msgstr "Не може се отворити датотека %s: %s"
358
359#: lib/utils.c:220
360#, c-format
361msgid "couldn't write %d item to %s: %s"
362msgid_plural "couldn't write %d items to %s: %s"
363msgstr[0] "неуспешан запис %d ставке на %s: %s"
364msgstr[1] "неуспешан запис %d ставке на %s: %s"
365msgstr[2] "неуспешан запис %d ставки на %s: %s"
366
367#: lib/utils.c:235 lib/utils.c:251
368#, c-format
369msgid "read error on %s: %s"
370msgstr "грешка учитавања на %s: %s"
371
372#: lib/utils.c:341
373#, fuzzy, c-format
374msgid "cannot rename %s: %s"
375msgstr "%s: не може читати %s: %s\n"
376
377#: lib/regcomp.c:132
378msgid "Success"
379msgstr "Успех"
380
381#: lib/regcomp.c:135
382msgid "No match"
383msgstr "Без поклапања"
384
385#: lib/regcomp.c:138
386msgid "Invalid regular expression"
387msgstr "Неисправни регуларни израз"
388
389#: lib/regcomp.c:141
390msgid "Invalid collation character"
391msgstr "Неисправни знак прикупљања"
392
393#: lib/regcomp.c:144
394msgid "Invalid character class name"
395msgstr "Неисправно име класе знакова"
396
397#: lib/regcomp.c:147
398msgid "Trailing backslash"
399msgstr "Пратећа обрнута коса црта"
400
401#: lib/regcomp.c:150
402msgid "Invalid back reference"
403msgstr "Неисправна повратна референца"
404
405#: lib/regcomp.c:153
406msgid "Unmatched [ or [^"
407msgstr "Неспарено [ или ^["
408
409#: lib/regcomp.c:156
410msgid "Unmatched ( or \\("
411msgstr "Неспарено ( или \\("
412
413#: lib/regcomp.c:159
414msgid "Unmatched \\{"
415msgstr "Неспарено \\{"
416
417#: lib/regcomp.c:162
418msgid "Invalid content of \\{\\}"
419msgstr "Неисправни садржај у \\{\\}"
420
421#: lib/regcomp.c:165
422msgid "Invalid range end"
423msgstr "Неисправни крај опсега"
424
425#: lib/regcomp.c:168
426msgid "Memory exhausted"
427msgstr "Меморија исцрпљена"
428
429#: lib/regcomp.c:171
430msgid "Invalid preceding regular expression"
431msgstr "Неисправан претходећи регуларни израз"
432
433#: lib/regcomp.c:174
434msgid "Premature end of regular expression"
435msgstr "Преран крај регуларног израза"
436
437#: lib/regcomp.c:177
438msgid "Regular expression too big"
439msgstr "Регуларни израз сувише велик"
440
441#: lib/regcomp.c:180
442msgid "Unmatched ) or \\)"
443msgstr "Неспарено ) или \\)"
444
445#: lib/regcomp.c:660
446msgid "No previous regular expression"
447msgstr "Без претходног регуларног израза"
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette