File: ta.gmo

package info (click to toggle)
coreutils 9.10-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 70,560 kB
  • sloc: ansic: 253,546; sh: 30,931; perl: 8,141; yacc: 1,846; makefile: 198; python: 47; sed: 16
file content (302 lines) | stat: -rw-r--r-- 44,773 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
{J9DU;acO .p8NF'Ln-3@ D^ - % I FA!A!
!!!"""?"O"m""",""."'(#(P#y#####'##)#$%$7$Q$^$n$E$$	$$h$b%%3&(4&	]&g&w&&&&&&&&'	''7'N'k''$'''''((((#()")*A)l)|)&)
)#)g)R*q********
++0+1?+
q++&+*+++,,,-,B,J,$W,
|,$,,,,
,,--.-@-_-l-4-"--`. ~....../;/3X///+/'/#040T0p00000002011B1U1f1w1"11+1,2022c2 ~2222%233")3&L3s333 3334	4%4*4=4T4e4v4+4#4:4!5/45'd55%5$5!5-6:61S6.66!6677'787H7e777777
88*8
@87N88$888,899B9
S9a9y99919"9$:4:"S:v:7::::7;@;T;n;;
;;;;	;;<<)<0<@<
Y<g<m<*<0<<0<
)=4=*==h=t=M?@AuBF6Df}FG0HJiKMO3TPgPPQR2SESSnT2U]6UU}aVV(WBW,*XWXpwX"XYPYSYk1ZLZZhl[i[)?\Oi\&\\\\'u]o]
^h$^V^+^D_$U_z_%``W`r*ab.vddime$e1e".fNQfIfafLgAkg%g(gg@h@Ph]hAh\1i_iTiOCj%j'jjGl4lZm>pm.mimHnn$nro1oLop}qrqr)rbCr[rsIsOIttEt7t7uu5u{vv+2w1^w6w<wIxLNxx>xx-pyWyLyACz4z.z1zJ{0f{0{<{|H!|j|r}}]`x::AOb(9cWUQMcIEAA= =b0QA>ֆncRZ;RG؊{kA>)hG0Fx|<V̎Y#h}yD`J+,;9ou..1Cu[[UOtgpyKrf>%zdߗ<wT?	I[f1™0%q1\K[iTn.Ü1P$1u2c1%7W4"JPS7Oܡ,ƢRx{\Iؤ"8^ޥO=MBjtkp%ܨD+G+s+q˩>=@|$%D$Mr;jī/m/+ȭ'+}5h#rYKTM
-a=^,sfyEW	v7")l_c
]L	$<1q>B[Q+
\;JIG&6{4pk8z/gHF
eojwV%|9PR!'@m3*nb:DCSZt2`N0uO?~idXUA(. x
Each MODE is of the form '[ugoa]*([-+=]([rwxXst]*|[ugo]))+|[-+=][0-7]+'.

Examples:
  %s -12 file1 file2  Print only lines present in both file1 and file2.
  %s -3 file1 file2  Print lines in file1 not in file2, and vice versa.

Examples:
  %s /usr/bin/sort          -> "sort"
  %s include/stdio.h .h     -> "stdio"
  %s -s .h include/stdio.h  -> "stdio"
  %s -a any/str1 any/str2   -> "str1" followed by "str2"

Examples:
  %s f - g  Output f's contents, then standard input, then g's contents.
  %s        Copy standard input to standard output.

Examples:
  %s root /u        Change the owner of /u to "root".
  %s root:staff /u  Likewise, but also change its group to "staff".
  %s -hR root /u    Change the owner of /u and subfiles to "root".

Examples:
  %s staff /u      Change the group of /u to "staff".
  %s -hR staff /u  Change the group of /u and subfiles to "staff".

If no command is given, run '"$SHELL" -i' (default: '/bin/sh -i').

The data are encoded as described for the %s alphabet in RFC 4648.
When decoding, the input may contain newlines in addition to the bytes of
the formal %s alphabet.  Use --ignore-garbage to attempt to recover
from any other non-alphabet bytes in the encoded stream.

When FILE1 or FILE2 (not both) is -, read standard input.

When decoding, the input may contain newlines in addition to the bytes of
the formal alphabet.  Use --ignore-garbage to attempt to recover
from any other non-alphabet bytes in the encoded stream.

With no options, produce three-column output.  Column one contains
lines unique to FILE1, column two contains lines unique to FILE2,
and column three contains lines common to both files.
      --nocheck-order
         do not check that the input is correctly sorted
  -A, --show-all           equivalent to -vET
  -T, --show-tabs          display TAB characters as ^I
  -a, --multiple
         support multiple arguments and treat each as a NAME
  -b, --number-nonblank    number nonempty output lines, overrides -n
  -c, --changes
         like verbose but report only when a change is made
  -e                       equivalent to -vE
  -n, --number             number all output lines
  -s, --squeeze-blank      suppress repeated empty output lines
  -s, --suffix=SUFFIX
         remove a trailing SUFFIX; implies -a
  -t                       equivalent to -vT
  -u                       (ignored)
  -v, --show-nonprinting   use ^ and M- notation, except for LFD and TAB
  -v, --verbose
         output a diagnostic for every file processed
  -z, --zero
         end each output line with NUL, not newline
 (backup: %s)%s and %s are the same file%s could not be accessed
%s home page: <%s>
%s%s argument '%s' too large%s: end of file%s: input file is output file%s: invalid option -- '%c'
%s: new permissions are %s, not %s%s: option '%s%s' doesn't allow an argument
%s: option '%s%s' is ambiguous
%s: option '%s%s' is ambiguous; possibilities:%s: option '%s%s' requires an argument
%s: option requires an argument -- '%c'
%s: read error%s: unrecognized option '%s%s'
%s: write failed'(C)-r not specified; omitting directory %sAbortedAddress family for hostname not supportedAlarm clockAll requests doneArgument buffer too smallAssaf GordonBad system callBad value for ai_flagsBase%d encode or decode FILE, or standard input, to standard output.
Broken pipeBus errorCPU time limit exceededChange the mode of each FILE to MODE.
With --reference, change the mode of each FILE to that of RFILE.

Change the owner and/or group of each FILE to OWNER and/or GROUP.
With --reference, change the owner and group of each FILE to those of RFILE.

Child exitedCompare sorted files FILE1 and FILE2 line by line.
Concatenate FILE(s) to standard output.
ContinuedDavid MacKenzieEMT trapFile size limit exceededFloating point exceptionGeneral help using GNU software: <%s>
HangupI/O possibleIllegal instructionInformation requestInterruptInterrupted by a signalInvalid back referenceInvalid character class nameInvalid collation characterInvalid content of \{\}Invalid preceding regular expressionInvalid range endInvalid regular expressionJim MeyeringKilledLicense GPLv3+: GNU GPL version 3 or later <%s>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Memory allocation failureMemory exhaustedName or service not knownNo address associated with hostnameNo matchNo previous regular expressionNon-recoverable failure in name resolutionPackaged by %s
Packaged by %s (%s)
Parameter string not correctly encodedPower failurePremature end of regular expressionPrint NAME with any leading directory components removed.
If specified, also remove a trailing SUFFIX.
Processing request in progressProfiling timer expiredQuitReal-time signal %dRegular expression too bigReport %s bugs to: %s
Report bugs to: %s
Request canceledRequest not canceledResource lostRichard M. StallmanRoland McGrathRun COMMAND with root directory set to NEWROOT.

Russell CokerSegmentation faultServname not supported for ai_socktypeSet LC_ALL='C' to work around the problem.Simon JosefssonStack faultStoppedStopped (signal)Stopped (tty input)Stopped (tty output)SuccessSystem errorTemporary failure in name resolutionTerminatedThe strings compared were %s and %s.Torbjorn GranlundTrace/breakpoint trapTrailing backslashUnknown errorUnknown signal %dUnknown system errorUnmatched ( or \(Unmatched ) or \)Unmatched [, [^, [:, [., or [=Unmatched \{Urgent I/O conditionUsage: %s NAME [SUFFIX]
  or:  %s OPTION... NAME...
Usage: %s [OPTION]... FILE1 FILE2
Usage: %s [OPTION]... MODE[,MODE]... FILE...
  or:  %s [OPTION]... OCTAL-MODE FILE...
  or:  %s [OPTION]... --reference=RFILE FILE...
Usage: %s [OPTION]... [FILE]
Usage: %s [OPTION]... [FILE]...
User defined signal 1User defined signal 2Valid arguments are:Virtual timer expiredWindow changedWritten by %s and %s.
Written by %s, %s, %s,
%s, %s, %s, %s,
%s, %s, and others.
Written by %s, %s, %s,
%s, %s, %s, %s,
%s, and %s.
Written by %s, %s, %s,
%s, %s, %s, %s,
and %s.
Written by %s, %s, %s,
%s, %s, %s, and %s.
Written by %s, %s, %s,
%s, %s, and %s.
Written by %s, %s, %s,
%s, and %s.
Written by %s, %s, %s,
and %s.
Written by %s, %s, and %s.
Written by %s.
^[nN]^[yY]`ai_family not supportedai_socktype not supportedambiguous argument %s for %sbacking up %s might destroy source;  %s not copiedbacking up %s might destroy source;  %s not movedblock special filecannot access %scannot backup %scannot change permissions of %scannot change root directory to %scannot chdir to root directorycannot combine mode and --reference optionscannot convert U+%04X to local character setcannot convert U+%04X to local character set: %scannot create directory %scannot create hard link %s to %scannot dereference %scannot do ioctl on %scannot lseek %scannot operate on dangling symlink %scannot read directory %scannot stat %schanged group of %s from %s to %s
changed ownership of %s from %s to %s
changing group of %schanging ownership of %schanging permissions of %schanging security context of %s
character special fileclosing standard inputcontiguous datadirectorydoorerror closing fileerror copying %s to %serror reading %serror writing %sextra operand %sfailed to change group of %s from %s to %s
failed to change group of %s to %s
failed to change mode of %s from %04lo (%s) to %04lo (%s)
failed to change ownership of %s
failed to change ownership of %s from %s to %s
failed to change ownership of %s to %s
failed to close %sfailed to create security context: %sfailed to get security context of %sfailed to get supplemental groupsfailed to return to initial working directoryfailed to run command %sfailed to set %s security context component to %sfailed to set file descriptor text/binary modefailed to set group-IDfailed to set supplemental groupsfailed to set user-IDfifofile %d is not in sorted orderfts_close failedfts_read failedgetting new attributes of %sgroup of %s retained as %s
iconv function not availableiconv function not usableinput is not in sorted orderinvalid %s%s argument '%s'invalid argument %s for %sinvalid groupinvalid group %sinvalid group list %sinvalid inputinvalid input (length must be multiple of 4 characters)invalid mode: %sinvalid suffix in %s%s argument '%s'invalid userinvalid wrap sizeit is dangerous to operate recursively on %sit is dangerous to operate recursively on %s (same as %s)memory exhaustedmessage queuemigrated file with datamigrated file without datamissing encoding typemissing operandmode of %s changed from %04lo (%s) to %04lo (%s)
mode of %s retained as %04lo (%s)
multiple output delimiters specifiedmultiplexed block special filemultiplexed character special filemultiplexed fileneither symbolic link %s nor referent has been changed
network special fileno change to ownership of %s
omitting directory %soption --skip-chdir only permitted if NEWROOT is old %soverflow reading %sownership of %s retained
ownership of %s retained as %s
preserving permissions for %sread errorregular empty fileregular fileremoved %s
semaphoresetting permissions for %sshared memory objectskipped %s
socketstandard outputstring comparison failedsymbolic linktotaltyped memory objectunable to record current working directoryuse --no-preserve-root to override this failsafewarning: '.' should be ':'warning: source file %s specified more than onceweird filewhiteoutwill not overwrite just-created %s with %swrite errorProject-Id-Version: GNU coreutils 9.3-pre1
Report-Msgid-Bugs-To: bug-coreutils@gnu.org
PO-Revision-Date: 2023-06-19 00:42+0100
Last-Translator: Anbarasan Sivakumar <ivanovicha350@gmail.com>
Language-Team: Tamil <tamil@systemreboot.net>
Language: ta
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Bugs: Report translation errors to the Language-Team address.
Plural-Forms: nplurals=2; plural=(n != 1);
X-Generator: Poedit 3.2.2

ஒவ்வொரு <அனுமதியும்> '[ugoa]*([-+=]([rwxXst]*|[ugo]))+|[-+=][0-7]+' வடிவத்தில் இருக்க வேண்டும்.

எடுத்துக்காட்டு:
  %s -12 கோப்பு1 கோப்பு2   கோப்பு1, கோப்பு2 இரண்டிற்கும் பொதுவான வரிகளை மட்டும் காட்டு.
  %s -3 கோப்பு1 கோப்பு2  கோப்பு1, கோப்பு2 இரண்டிற்கும் பொதுவல்லாத வரிகளை மட்டும் காட்டு.

எடுத்துக்காட்டு:
  %s /usr/bin/sort          -> "sort"
  %s include/stdio.h .h     -> "stdio"
  %s -s .h include/stdio.h  -> "stdio"
  %s -a any/str1 any/str2   -> "str1" பின் "str2"

எடுத்துக்காட்டு:
  %s f - g  f உள்ளடக்கம், பின் இயல் உள்ளீடு, அதன் பின் g உள்ளடக்கம் என வெளியிடு.
  %s        இயல் உள்ளீட்டை இயல் வெளியீட்டுக்குப் படியெடு.

எடுத்துக்காட்டு:
  %s root /u        /u கோப்பின் உரிமையாளரை "root" என மாற்று.
  %s root:staff /u  முந்தைய எடுத்துக்காட்டு போலவே, ஆனால் குழுவை "staff" எனவும் மாற்று.
  %s -hR root /u    /u அடைவின் உரிமையாளரையும் அதில் உள்ளடங்கியவற்றின் உரிமையாளரையும் "staff" என மாற்று.

எடுத்துக்காட்டு:
  %s staff /u      /u கோப்பின் குழுவை "staff" என மாற்று.
  %s -hR staff /u  /u அடைவின் குழுவையும் அதில் உள்ளடங்கியவற்றின் குழுவையும் "staff" என மாற்று.

கட்டளை குறிப்பிடப்படவில்லையெனின், '"$SHELL" -i' (default: '/bin/sh -i') இயக்கு.

RFC 4648 %s குறியாக்கமுறையில் தரவு குறியாக்கப்படுகிறது.
குறிநீக்கும்போது, முறையான %s எழுத்துகளுடன் newline வரியுருக்களும் இருக்கலாம். இவை
அல்லாத பிற இருமித்தொகுதிகள் இருப்பின், --ignore-garbage செயல்மாற்றி அளித்து
புறக்கணிக்க.

<கோப்பு1> அல்லது <கோப்பு2> (இரண்டும் அல்ல) '-' எனின், இயல் உள்ளீட்டைப் படி.

குறிநீக்கும்போது, முறையான எழுத்துகளுடன் newline வரியுருக்களும் இருக்கலாம். இவை
அல்லாத பிற இருமித்தொகுதிகள் இருப்பின், --ignore-garbage செயல்மாற்றி அளித்து
புறக்கணிக்க.

செயல்மாற்றிகள் இல்லையெனின், மூன்று நிரல்களில் வெளியிடு. முதல் நிரல் 
<கோப்பு1> இல் மட்டுமேயுள்ள வரிகளைக் கொண்டது, இரண்டாம் நிரல்
<கோப்பு2> இல் மட்டுமேயுள்ள வரிகளைக் கொண்டது, மூன்றாம் நிரல் இரண்டு
கோப்புகளுக்கும் பொதுவான வரிகளைக் கொண்டது.
      --nocheck-order     உள்ளீடு சரியாக வரிசைப்படுத்தப்பட்டுள்ளதா எனச் சரிபார்க்காதே
  -A, --show-all           -vET ஒத்தது
  -T, --show-tabs          TAB வரியுருக்களை ^I எனக் காட்டு
  -a, --multiple             பலச் செயலுருபுகளை ஏற்று ஒவ்வொன்றையும் <பெயராகக்> கருது
  -b, --number-nonblank    வெற்று அல்லாத வெளியீட்டு வரிகளுக்கு எண்ணிடு, -n செயல்மாற்றியைப் புறக்கணி
  -c, --changes          verbose போன்று, ஆனால் மாற்றங்களை மட்டுமே தெரிவி
  -e                       -vE ஒத்தது
  -n, --number             எல்லா வெளியீட்டு வரிகளுக்கும் எண்ணிடு
  -s, --squeeze-blank      மீண்டும் வரும் வெற்று வெளியீட்டு வரிகளை காட்டாதே
  -s, --suffix=<பின்னொட்டு> <பின்னொட்டை> நீக்கு; -a அளித்ததாக கருது
  -t                       -vT ஒத்தது
  -u                       (புறக்கணிக்கப்படுகிறது)
  -v, --show-nonprinting   ^ மற்றும் M- குறியீட்டைப் பயன்படுத்து (LFD, TAB வரியுருக்களுக்குத் தவிர)
  -v, --verbose          ஒவ்வொருக் கோப்பிற்கும் செய்தி அறிவி
  -z, --zero                 newline வரியுருக்கு மாறாக NUL வரியுருவுடன் ஒவ்வொரு வெளியீட்டு வரியையும் முடி
 (காப்புப்படி: %s)%s, %s இரண்டும் ஒரேக் கோப்பு%s அணுக இயலவில்லை
%s வலையகம்: <%s>
%s%s செயல்மாற்றிக்கு '%s' உருபு அளவு விஞ்சியது%s: கோப்பிறுதி%s: உள்ளீட்டு கோப்பும் வெளியீட்டு கோப்பும் ஒன்றே%s: ஏற்கத்தகாச் செயல்மாற்றி -- '%c'
%s: புதிய அனுமதிகள் %s ஆகும், %s அல்ல%s: '%s%s' செயல்மாற்றிக்குச் செயலுருபு இல்லை
%s: செயல்மாற்றி '%s%s' தெளிவற்றது
%s: செயல்மாற்றி '%s%s' தெளிவற்றது; அனுமதிக்கப்பட்டவை:%s: '%s%s' செயல்மாற்றிக்குச் செயலுருபு தேவை
%s: செயல்மாற்றிக்குச் செயலுருபு தேவை -- '%c'
%s: படித்தல் பிழை%s: அறியப்படாச் செயல்மாற்றி '%s%s'
%s: எழுத தோல்வி’©-r குறிப்பிடப்படவில்லை; %s அடைவு படியெடுக்கப்படவில்லைகைவிடப்பட்டதுபெயருக்கான முகவரி வகை ஆதரிக்கப்படவில்லைஅலறி மணிஎல்லா கோரிக்கைகளும் நிறைவேற்றப்பட்டனமதிப்புரு இடையகம் மிகச்சிறியதுஅஸ்ஸஃப் கோர்டன்தவறான இயங்குத்தள அழைப்புஏற்கத்தகா ai_flags<கோப்பையோ> இயல் உள்ளீட்டையோ base%d முறையில் குறியாக்கு அல்லது குறிவிலக்கு. இயல் வெளியீட்டிற்கு வெளியிடு.
உடைந்த குழாய்பாட்டை பிழைமையச்செயலக நேர வரம்பு விஞ்சியதுஒவ்வொருக் <கோப்பின்> அனுமதியையும் <அனுமதி> என மாற்று.
--reference கொடுத்தால், ஒவ்வொரு <கோப்பின்> அனுமதியும் [<மூலக்கோப்பில்>] உள்ள அனுமதியாக மாற்று.

ஒவ்வொருக் <கோப்பின்> உரிமையாளரை <உரிமையாளர்> என்றும் குழுவை <குழு> என்றும் மாற்று.
--reference இருப்பின், ஒவ்வொருக் <கோப்பின்> உரிமையாளரையும் குழுவையும் <மூலக்கோப்பில்> உள்ளபடி மாற்று.

சேய் வெளியேறியது<கோப்பு1>, <கோப்பு2> ஆகிய வரிசைப்படுத்தப்பட்ட கோப்புகளை வரிக்கு வரி ஒப்பிடு.
<கோப்பு(களை)> இயல் வெளியீட்டில் ஒன்றிணை.
தொடரப்பட்டதுடேவிட் மெக்கென்சிEMT குறுக்கீடுகோப்பு அளவு வரம்பு விஞ்சியதுமிதவைப்புள்ளி விதிவிலக்குGNU மென்பொருள் பயன்பாட்டு உதவிக்கு: <%s>
துண்டிப்புஉள்ளீடு/வெளியீடு இயலும்ஏற்கத்தகா ஆணைதகவல் கோரிக்கைஇடைமறிகுறியீடு குறுக்கிட்டதுஏற்கத்தகா முன்குறிப்புஏற்கத்தகா வரியுரு வகுப்புப் பெயர்தவறான ஒப்பாய்வு வரியுருஏற்கத்தகா நெளி அடைவு \{\} உள்ளடக்கம்ஏற்கத்தகா முந்தைய செங்குறித்தொடர்ஏற்கத்தகா வரியுரு வரிசை முடிவுஏற்கத்தகாச் செங்குறித்தொடர்ஜிம் மேயெரிங்கொல்லப்பட்டதுGPLv3+ உரிமம்: GNU GPL பதிப்பு 3 அல்லது அதற்கு மேல் <%s>.
இதுக் கட்டற்ற மென்பொருள்: இதை மாற்றவோ பகிரவோ தடையில்லை.
சட்டத்தால் அனுமதிக்கப்பட்ட அளவிற்கு எந்த நம்புறுதியும் இல்லை.
நினைவக ஒதுக்கீடுத் தோல்விநினைவகம் தீர்ந்ததுபெயர் அல்லது சேவை அறியப்படவில்லைபெயருக்கு முகவரி இல்லைபொருத்தம் இல்லைமுந்தைய செங்குறித்தொடர் எதுவும் இல்லைபெயரின் முகவரியைக் கண்டறிதலில் மீட்க இயலாத் தோல்வி%s பொதித்தது
%s பொதித்தது (%s)
மதிப்புருச் சரம் தவறாக குறியேற்றப்பட்டதுமின்சார நிறுத்தம்நிறைவுறாச் செங்குறித்தொடர்முன்னணி அடைவு கூறுகளை நீக்கி <பெயரைக்> காட்டு.
குறிப்பிட்டால், தொடரும் <பின்னொட்டைக்> கூட நீக்கு.
கோரிக்கை நிறைவேற்றப்பட்டுக் கொண்டிருக்கிறதுஇயங்குநேர ஆய்வு நேரங்காட்டி காலாவதியானதுவெளியேறுநிகழ் நேர குறி %dசெங்குறித்தொடர் அளவிற்கு மிஞ்சியது%s வழுக்களை %s முகவரியில் தெரிவிக்க.
வழுக்களை %s முகவரியில் தெரிவிக்க.
தமிழாக்க வழுக்களை tamil@systemreboot.net மின்னஞ்சல் முகவரியில் தெரிவிக்க.
கோரிக்கை அறுநீக்கப்பட்டதுகோரிக்கை அறுநீக்கப்படவில்லைவளம் இழப்புஇரிச்சர்ட் எம். ஸ்டால்மன்இரோலன்ட் மெக்கிராத்வேர் அடைவை <புதியவேர்க்கு> மாற்றி <கட்டளையை> இயக்கு.

இரசல் கோகர்நினைவக அணுக்க மீறல்ai_socktype பொருந்துவாய் வகையில் சேவைக்கு ஆதரவில்லைசிக்கலிலிருந்து தற்காலிகமாக தப்ப LC_ALL='C' சூழல்மாறியை அமைக்க.சைமன் ஜோசஃப்சன்அடுக்குச் சிக்கல்இடைநிறுத்தப்பட்டதுநிறுத்தப்பட்டது (குறி)நிறுத்தப்பட்டது (tty உள்ளீடு)நிறுத்தப்பட்டது (tty வெளியீடு)வெற்றிபிறக் கணிப்பொறிப் பிழைபெயரின் முகவரியைக் கண்டறிதலில் தற்காலிக தோல்விநிறுத்தப்பட்டதுஒப்பிடப்பட்ட சரங்கள் %s மற்றும் %s.இற்றார்பார்ண் கிரான்லுண்ட்தடயம்/முறிவு குறுக்கீடுதொங்கும் பின்கீறல்அறியப்படாப் பிழைஅறியப்படாக் குறி %dஅறியப்படாக் கணிப்பொறி பிழைநிறைவுறா ( அல்லது \(நிறைவுறா ) அல்லது \)நிறைவுறா [, [^, [:, [. அல்லது [=நிறைவுறா \{அவசர உள்ளீடு/வெளியீடு நிலைபயன்பாடு: %s <பெயர்> [<பின்னொட்டு>]
  அல்லது:  %s <செயல்மாற்றி>... <பெயர்>...
பயன்பாடு: %s [<செயல்மாற்றி>]... <கோப்பு1> <கோப்பு2>
பயன்பாடு: %s [<செயல்மாற்றி>]... <அனுமதி>[,<அனுமதி>]... <கோப்பு>...
  அல்லது: %s [<செயல்மாற்றி>]... <எண்ம-அனுமதி> <கோப்பு>...
  அல்லது: %s [<செயல்மாற்றி>]... --reference=<மூலக்கோப்பு> <கோப்பு>...
பயன்பாடு: %s [<செயல்மாற்றி>]... [<கோப்பு>]
பயன்பாடு: %s [<செயல்மாற்றி>]... [<கோப்பு>]...
பயனர் வரையறுத்த குறி 1பயனர் வரையறுத்த குறி 2ஏற்கத்தகு செயலுருபுகள்:மெய்நிகர் நேரங்காட்டி காலாவதியானதுசாளரம் மாறியதுஎழுதியவர் %s மற்றும் %s.
எழுதியவர் %s, %s, %s,
%s, %s, %s, %s,
%s, %s மற்றும் பலர்.
எழுதியவர் %s, %s, %s,
%s, %s, %s, %s,
%s மற்றும் %s.
எழுதியவர் %s, %s, %s,
%s, %s, %s, %s
மற்றும் %s.
எழுதியவர் %s, %s, %s,
%s, %s, %s மற்றும் %s.
எழுதியவர் %s, %s, %s,
%s, %s மற்றும் %s.
எழுதியவர் %s, %s, %s,
%s மற்றும் %s.
எழுதியவர் %s, %s, %s
மற்றும் %s.
எழுதியவர் %s, %s மற்றும் %s.
எழுதியவர் %s.
^[nN]^[yY]‘ai_family ஆதரிக்கப்படவில்லைai_socktype பொருந்துவாய் வகைக்கு ஆதரவில்லை%2$s க்குத் தெளிவற்ற செயலுருபு %1$s%s கோப்பைக் காப்புப்படியெடுப்பது மூலக்கோப்பை அழிக்கலாம்;  %s படியெடுக்கப்படவில்லை%s கோப்பைக் காப்புப்படியெடுப்பது மூலக்கோப்பை அழிக்கலாம்;  %s நகர்த்தப்படவில்லைதொகுதி சிறப்புக் கோப்பு%s கோப்பை அணுக இயலவில்லை%s கோப்பைக் காப்புப்படியெடுக்க இயலவில்லை%s கோப்பின் அனுமதிகளை மாற்ற இயலவில்லைவேர் அடைவை %s என மாற்ற இயலவில்லைவேர் அடைவிற்கு chdir செய்ய இயலவில்லை<அனுமதி> செயலுருபையும் --reference செயல்மாற்றியையும் ஒன்றாக அளிக்கக் கூடாதுU+%04X வரியுருவை உள்ளூர் வரியுருக் கணத்திற்கு மாற்ற இயலவில்லைU+%04X வரியுருவை உள்ளூர் வரியுரு கணத்திற்கு மாற்ற இயலவில்லை: %s%s அடைவை உருவாக்க இயலவில்லை%2$s கோப்பைச் சுட்டும் %1$s வன்தொடுப்பை உருவாக்க இயலவில்லை%s மென்தொடுப்பு சுட்டுவதைக் கண்டறிய இயலவில்லை%s மீது ioctl செய்ய இயலவில்லை%s கோப்பை lseek செய்ய இயலாது%s மென்தொடுப்பு குறிக்கும் கோப்பு இல்லாததால் அதன் மிசை செயலாற்ற இயலவில்லை%s அடைவை படிக்க முடியவில்லை%s கோப்பை stat செய்ய இயலவில்லை%s கோப்பு %s குழுவிலிருந்து %s குழுவிற்கு மாறியது
%s கோப்பின் உரிமை %s பயனரிடமிருந்து %s பயனருக்கு மாறியது
%s கோப்பின் குழு மாற்றப்படுகிறது%s கோப்பின் உரிமை மாற்றப்படுகிறது%s கோப்பின் அனுமதிகள் மாற்றப்படுகின்றன%s கோப்பின் பாதுகாப்பு சூழல் மாற்றப்படுகிறது
வரியுரு சிறப்புக் கோப்புஇயல் உள்ளீடு மூடப்படுகிறதுஒட்டியுள்ள தரவுஅடைவுகதவுகோப்பை மூடுவதில் பிழை%s கோப்பை %s கோப்பிற்கு படியெடுப்பதில் பிழை%s படிப்பதில் பிழை%s எழுதுவதில் பிழைகூடுதல் செயலருபு %s%s கோப்பை %s குழுவிலிருந்து %s குழுவிற்கு மாற்ற தோல்வி
%s கோப்பை %s குழுவிற்கு மாற்ற தோல்வி
%s கோப்பின் அனுமதிகளை %04lo (%s) இலிருந்து %04lo (%s) என மாற்ற இயலவில்லை
%s கோப்பின் உரிமையை மாற்ற தோல்வி
%s கோப்பின் உரிமையை %s பயனரிடமிருந்து %s பயனருக்கு மாற்ற தோல்வி
%s கோப்பின் உரிமையை %s பயனருக்கு மாற்ற தோல்வி
%s மூட தோல்விபாதுகாப்பு சூழலை உருவாக்குவதில் தோல்வி: %s%s கோப்பின் பாதுகாப்பு சூழலை பெறுவதில் தோல்விதுணைக் குழுக்கள் பெற தோல்விதொடக்க அடைவிற்குத் திரும்ப இயலவில்லை%s கட்டளையை இயக்க தோல்வி%s பாதுகாப்பு சூழல் கூறை %s என அமைப்பதில் தோல்விகோப்பு விவரிப்பியை text/binary பயன்முறைக்கு அமைப்பதில் தோல்விகுழு எண் அமைக்க தோல்விதுணைக் குழுக்கள் அமைக்க தோல்விபயனர் எண் அமைக்க தோல்விவந்த வரிசைகோப்பு %d வரிசைப்படுத்தப்படவில்லைfts_close தோல்வியுற்றதுfts_read தோல்வியுற்றது%s கோப்பின் புதிய பண்புக்கூறுகள் பெறப்படுகின்றன%s கோப்பின் குழு %s என மாற்றாமல் விடப்பட்டது
iconv செயற்கூறு இல்லைiconv செயற்கூறை பயன்படுத்த இயலவில்லைஉள்ளீடு வரிசைப்படுத்தப்படவில்லை%s%s செயல்மாற்றிக்கு ஏற்கத்தகாச் உருபு '%s'%2$s க்கு ஏற்கத்தகாச் செயலுருபு %1$sஏற்கத்தகாக் குழுஏற்கத்தகாக் குழு %sஏற்கத்தகாக் குழுப் பட்டியல் %sஏற்கத்தகா உள்ளீடுஏற்கத்தகா உள்ளீடு (நீளம் 4 வரியுருக்களின் பெருக்கமாக இருக்க வேண்டும்)ஏற்கத்தகா அனுமதி: %s%s%s செயல்மாற்றிக்கு '%s' உருபில் ஏற்கத்தகாப் பின்னொட்டுஏற்கத்தகாப் பயனர்ஏற்கத்தகா மடிப்பளவு%s அடைவின் மீது மீள்சுருளாக செயலாற்றுவது ஆபத்து%s அடைவின் மீது மீள்சுருளாக செயலாற்றுவது ஆபத்து; இது %s ஒத்ததுநினைவகம் தீர்ந்ததுதூதுரை வரிசைதரவுடை இடம்பெயர்ந்த கோப்புதரவில்லா இடம்பெயர்ந்த கோப்புகுறியாக்கமுறை இல்லைசெயலுருபு கொடுக்கப்படவில்லை%s கோப்பின் அனுமதிகள் %04lo (%s) இலிருந்து %04lo (%s) என மாற்றப்பட்டது
%s கோப்பின் அனுமதிகள் %04lo (%s) என மாற்றாமல் வைக்கப்பட்டன
பல வெளியீடு வரம்புச்சுட்டிகள் குறிப்பிடப்பட்டுள்ளனபல்கூட்டாக்கப்பட்ட தொகுதி சிறப்புக் கோப்புபல்கூட்டாக்கப்பட்ட வரியுரு சிறப்புக் கோப்புபல்கூட்டாக்கப்பட்ட கோப்பு%s மென்தொடுப்போ அதுக் குறிப்பதோ மாற்றப்படவில்லை
பிணைய சிறப்பு கோப்பு%s கோப்பின் உரிமையில் மாற்றம் இல்லை
%s அடைவு படியெடுக்கப்படவில்லை<புதியவேர்> பழைய %s ஆக இருந்தால் மட்டுமே --skip-chdir செயல்மாற்றி ஏற்புடையது%s படிப்பதில் வழிவு ஏற்பட்டது%s கோப்பின் உரிமை மாற்றாமல் விடப்பட்டது
%s கோப்பின் உரிமை %s என மாற்றாமல் விடப்பட்டது
%s கோப்பிற்கு அனுமதிகள் மாற்றப்படவில்லைபடித்தல் பிழைவழக்கமான வெற்றுக் கோப்புவழக்கமான கோப்பு%s நீக்கப்பட்டது
அணுகல் குறியீடு%s கோப்புக்கு அனுமதிகள் அமைக்கப்படுகின்றனபகிர்ந்த நினைவக பொருள்%s படியெடுக்கப்படவில்லை
பொருந்துவாய்இயல் வெளியீடுசர ஒப்பீடு தோல்வியுற்றதுமென்தொடுப்புமொத்தம்வகையுடை நினைவக பொருள்தற்போதைய அடைவைப் பதிவு செய்ய இயலவில்லைஇக்காப்பை நீக்க --no-preserve-root செயல்மாற்றியைப் பயன்படுத்துகஎச்சரிக்கை: '.' என்பது ':' ஆக இருக்க வேண்டும்எச்சரிக்கை: மூலக்கோப்பு %s பல முறை குறிப்பிடப்பட்டுள்ளதுபுதிர்க் கோப்புவெள்ளையடிப்புஇப்போதே உருவாக்கிய %s கோப்பை %s கோப்பு கொண்டு மேலெழுத இயலாதுஎழுதுவதில் பிழை