./glib-2.22.2-i686/0000755000000000000000000000000011271167613012046 5ustar rootroot./glib-2.22.2-i686/usr/0000755000000000000000000000000011271166671012662 5ustar rootroot./glib-2.22.2-i686/usr/share/0000755000000000000000000000000011271167030013752 5ustar rootroot./glib-2.22.2-i686/usr/share/man/0000755000000000000000000000000011271167030014525 5ustar rootroot./glib-2.22.2-i686/usr/share/man/man1/0000755000000000000000000000000011271167046015370 5ustar rootroot./glib-2.22.2-i686/usr/share/man/man1/gtester.10000644000000000000000000000417311271166640017133 0ustar rootroot'\" t .\" Title: gtester .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.74.2 .\" Date: 03/13/2009 .\" Manual: [FIXME: manual] .\" Source: [FIXME: source] .\" Language: English .\" .TH "GTESTER" "1" "03/13/2009" "[FIXME: source]" "[FIXME: manual]" .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" gtester \- test running utility .SH "SYNOPSIS" .HP \w'\fBgtester\fR\ 'u \fBgtester\fR [option...] [testprogram] .SH "DESCRIPTION" .PP \fBgtester\fR is a utility to run unit tests that have been written using the GLib test framework\&. .PP When called with the \fB\-o\fR option, \fBgtester\fR writes an XML report of the test results, which can be converted into HTML using the \fBgtester\-report\fR utility\&. .SS "Options" .PP \fB\-h\fR, \fB\-\-help\fR .RS 4 print help and exit .RE .PP \fB\-v\fR, \fB\-\-version\fR .RS 4 print version information and exit .RE .PP \fB\-\-g\-fatal\-warnings\fR .RS 4 make warnings fatal .RE .PP \fB\-k\fR, \fB\-\-keep\-going\fR .RS 4 continue running after tests failed .RE .PP \fB\-l\fR .RS 4 list paths of available test cases .RE .PP \fB\-m=\fR\fB\fIMODE\fR\fR .RS 4 run test cases in \fIMODE\fR, which can be perf, slow, thorough or quick\&. The default mode is quick\&. .RE .PP \fB\-p=\fR\fB\fITESTPATH\fR\fR .RS 4 only run test cases matching \fITESTPATH\fR .RE .PP \fB\-\-seed=\fR\fB\fISEEDSTRING\fR\fR .RS 4 run all test cases with random number seed \fISEEDSTRING\fR .RE .PP \fB\-o=\fR\fB\fILOGFILE\fR\fR .RS 4 write the test log to \fILOGFILE\fR .RE .PP \fB\-q\fR, \fB\-\-quiet\fR .RS 4 suppress per test binary output .RE .PP \fB\-\-verbose\fR .RS 4 report success per testcase .RE .SH "SEE ALSO" .PP \fBgtester\-report\fR(1) ./glib-2.22.2-i686/usr/share/man/man1/glib-mkenums.10000644000000000000000000001415711271166641020054 0ustar rootroot'\" t .\" Title: glib-mkenums .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.75.1 .\" Date: 07/05/2009 .\" Manual: [FIXME: manual] .\" Source: [FIXME: source] .\" Language: English .\" .TH "GLIB\-MKENUMS" "1" "07/05/2009" "[FIXME: source]" "[FIXME: manual]" .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" glib-mkenums \- C language enum description generation utility .SH "SYNOPSIS" .HP \w'\fBglib\-mkenums\fR\ 'u \fBglib\-mkenums\fR [options...] [files...] .SH "DESCRIPTION" .PP \fBglib\-mkenums\fR is a small perl\-script utility that parses C code to extract enum definitions and produces enum descriptions based on text templates specified by the user\&. Most frequently this script is used to produce C code that contains enum values as strings so programs can provide value name strings for introspection\&. .SH "INVOCATION" .PP \fBglib\-mkenums\fR takes a list of valid C code files as input\&. The options specified control the text that is output, certain substitutions are performed on the text templates for keywords enclosed in @ characters\&. .SS "Options" .PP \fB\-\-fhead\fR \fItext\fR .RS 4 Put out \fItext\fR prior to processing input files\&. .RE .PP \fB\-\-fprod\fR \fItext\fR .RS 4 Put out \fItext\fR everytime a new input file is being processed\&. .RE .PP \fB\-\-ftail\fR \fItext\fR .RS 4 Put out \fItext\fR after all input files have been processed\&. .RE .PP \fB\-\-eprod\fR \fItext\fR .RS 4 Put out \fItext\fR everytime an enum is encountered in the input files\&. .RE .PP \fB\-\-vhead\fR \fItext\fR .RS 4 Put out \fItext\fR before iterating over the set of values of an enum\&. .RE .PP \fB\-\-vprod\fR \fItext\fR .RS 4 Put out \fItext\fR for every value of an enum\&. .RE .PP \fB\-\-vtail\fR \fItext\fR .RS 4 Put out \fItext\fR after iterating over all values of an enum\&. .RE .PP \fB\-\-comments\fR \fItext\fR .RS 4 Template for auto\-generated comments, the default (for C code generations) is "/* @comment@ */"\&. .RE .PP \fB\-\-template\fR \fIfile\fR .RS 4 Read templates from the given file\&. The templates are enclosed in specially\-formatted C comments .sp .if n \{\ .RS 4 .\} .nf /*** BEGIN section ***/ /*** END section ***/ .fi .if n \{\ .RE .\} .sp where section may be file\-header, file\-production, file\-tail, enumeration\-production, value\-header, value\-production, value\-tail or comment\&. .RE .PP \fB\-\-help\fR .RS 4 Print brief help and exit\&. .RE .PP \fB\-\-version\fR .RS 4 Print version and exit\&. .RE .SS "Production text substitutions" .PP Certain keywords enclosed in @ characters will be substituted in the emitted text\&. For the substitution examples of the keywords below, the following example enum definition is assumed: .sp .if n \{\ .RS 4 .\} .nf typedef enum { PREFIX_THE_XVALUE = 1 << 3, PREFIX_ANOTHER_VALUE = 1 << 4 } PrefixTheXEnum; .fi .if n \{\ .RE .\} .PP @EnumName@ .RS 4 The name of the enum currently being processed, enum names are assumed to be properly namespaced and to use mixed capitalization to separate words (e\&.g\&. PrefixTheXEnum)\&. .RE .PP @enum_name@ .RS 4 The enum name with words lowercase and word\-separated by underscores (e\&.g\&. prefix_the_xenum)\&. .RE .PP @ENUMNAME@ .RS 4 The enum name with words uppercase and word\-separated by underscores (e\&.g\&. PREFIX_THE_XENUM)\&. .RE .PP @ENUMSHORT@ .RS 4 The enum name with words uppercase and word\-separated by underscores, prefix stripped (e\&.g\&. THE_XENUM)\&. .RE .PP @VALUENAME@ .RS 4 The enum value name currently being processed with words uppercase and word\-separated by underscores, this is the assumed literal notation of enum values in the C sources (e\&.g\&. PREFIX_THE_XVALUE)\&. .RE .PP @valuenick@ .RS 4 A nick name for the enum value currently being processed, this is usually generated by stripping common prefix words of all the enum values of the current enum, the words are lowercase and underscores are substituted by a minus (e\&.g\&. the\-xvalue)\&. .RE .PP @type@ .RS 4 This is substituted either by "enum" or "flags", depending on whether the enum value definitions contained bit\-shift operators or not (e\&.g\&. flags)\&. .RE .PP @Type@ .RS 4 The same as @type@ with the first letter capitalized (e\&.g\&. Flags)\&. .RE .PP @TYPE@ .RS 4 The same as @type@ with all letters uppercased (e\&.g\&. FLAGS)\&. .RE .PP @filename@ .RS 4 The name of the input file currently being processed (e\&.g\&. foo\&.h)\&. .RE .PP @basename@ .RS 4 The base name of the input file currently being processed (e\&.g\&. foo\&.h)\&. (Since: 2\&.22) .RE .SS "Trigraph extensions" .PP Some C comments are treated specially in the parsed enum definitions, such comments start out with the trigraph sequence /*< and end with the trigraph sequence >*/\&. Per enum definition, the options "skip" and "flags" can be specified, to indicate this enum definition to be skipped, or for it to be treated as a flags definition, or to specify the common prefix to be stripped from all values to generate value nicknames, respectively\&. The "lowercase_name" option can be used to specify the word separation used in the *_get_type() function\&. For instance, /*< lowercase_name=gnome_vfs_uri_hide_options >*/\&. .PP Per value definition, the options "skip" and "nick" are supported\&. The former causes the value to be skipped, and the latter can be used to specify the otherwise auto\-generated nickname\&. Examples: .sp .if n \{\ .RS 4 .\} .nf typedef enum /*< skip >*/ { PREFIX_FOO } PrefixThisEnumWillBeSkipped; typedef enum /*< flags,prefix=PREFIX >*/ { PREFIX_THE_ZEROTH_VALUE, /*< skip >*/ PREFIX_THE_FIRST_VALUE, PREFIX_THE_SECOND_VALUE, PREFIX_THE_THIRD_VALUE, /*< nick=the\-last\-value >*/ } PrefixTheFlagsEnum; .fi .if n \{\ .RE .\} .sp .SH "SEE ALSO" .PP \fBglib\-genmarshal\fR(1) ./glib-2.22.2-i686/usr/share/man/man1/gtester-report.10000644000000000000000000000236511271166640020445 0ustar rootroot'\" t .\" Title: gtester-report .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.74.2 .\" Date: 03/13/2009 .\" Manual: [FIXME: manual] .\" Source: [FIXME: source] .\" Language: English .\" .TH "GTESTER\-REPORT" "1" "03/13/2009" "[FIXME: source]" "[FIXME: manual]" .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" gtester-report \- test report formatting utility .SH "SYNOPSIS" .HP \w'\fBgtester\-report\fR\ 'u \fBgtester\-report\fR [option...] [gtester\-log] .SH "DESCRIPTION" .PP \fBgtester\-report\fR is a script which converts the XML output generated by gtester into HTML\&. .SS "Options" .PP \fB\-h\fR, \fB\-\-help\fR .RS 4 print help and exit .RE .PP \fB\-v\fR, \fB\-\-version\fR .RS 4 print version information and exit .RE .SH "SEE ALSO" .PP \fBgtester\fR(1) ./glib-2.22.2-i686/usr/share/man/man1/gobject-query.10000644000000000000000000000342411271166641020235 0ustar rootroot'\" t .\" Title: gobject-query .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.74.2 .\" Date: 03/13/2009 .\" Manual: [FIXME: manual] .\" Source: [FIXME: source] .\" Language: English .\" .TH "GOBJECT\-QUERY" "1" "03/13/2009" "[FIXME: source]" "[FIXME: manual]" .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" gobject-query \- display a tree of types .SH "SYNOPSIS" .HP \w'\fBgobject\-query\fR\ 'u \fBgobject\-query\fR froots [options...] .HP \w'\fBgobject\-query\fR\ 'u \fBgobject\-query\fR tree [options...] .SH "DESCRIPTION" .PP \fBgobject\-query\fR is a small utility that draws a tree of types\&. .SH "INVOCATION" .PP \fBgobject\-query\fR takes a mandatory argument that specifies whether it should iterate over the fundamental types or print a type tree\&. .SS "Options" .PP \fBfroots\fR .RS 4 iterate over fundamental roots .RE .PP \fBtree\fR .RS 4 print type tree .RE .PP \fB\-r\fR \fItype\fR .RS 4 specify the root type .RE .PP \fB\-n\fR .RS 4 don\'t descend type tree .RE .PP \fB\-b\fR \fIstring\fR .RS 4 specify indent string .RE .PP \fB\-i\fR \fIstring\fR .RS 4 specify incremental indent string .RE .PP \fB\-s\fR \fInumber\fR .RS 4 specify line spacing .RE .PP \fB\-h\fR, \fB\-\-help\fR .RS 4 Print brief help and exit\&. .RE .PP \fB\-v\fR, \fB\-\-version\fR .RS 4 Print version and exit\&. .RE ./glib-2.22.2-i686/usr/share/man/man1/glib-genmarshal.10000644000000000000000000001426111271166641020512 0ustar rootroot'\" t .\" Title: glib-genmarshal .\" Author: [see the "Author" section] .\" Generator: DocBook XSL Stylesheets v1.74.2 .\" Date: 03/13/2009 .\" Manual: [FIXME: manual] .\" Source: [FIXME: source] .\" Language: English .\" .TH "GLIB\-GENMARSHAL" "1" "03/13/2009" "[FIXME: source]" "[FIXME: manual]" .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" glib-genmarshal \- C code marshaller generation utility for GLib closures .SH "SYNOPSIS" .HP \w'\fBglib\-genmarshal\fR\ 'u \fBglib\-genmarshal\fR [options...] [files...] .SH "DESCRIPTION" .PP \fBglib\-genmarshal\fR is a small utility that generates C code marshallers for callback functions of the GClosure mechanism in the GObject sublibrary of GLib\&. The marshaller functions have a standard signature, they get passed in the invoking closure, an array of value structures holding the callback function parameters and a value structure for the return value of the callback\&. The marshaller is then responsible to call the respective C code function of the closure with all the parameters on the stack and to collect its return value\&. .SH "INVOCATION" .PP \fBglib\-genmarshal\fR takes a list of marshallers to generate as input\&. The marshaller list is either read from standard input or from files passed as additional arguments on the command line\&. .SS "Options" .PP \fB\-\-header\fR .RS 4 Generate header file contents of the marshallers\&. .RE .PP \fB\-\-body\fR .RS 4 Generate C code file contents of the marshallers\&. .RE .PP \fB\-\-prefix=string\fR, \fB\-\-prefix string\fR .RS 4 Specify marshaller prefix\&. The default prefix is `g_cclosure_marshal\'\&. .RE .PP \fB\-\-skip\-source\fR .RS 4 Skip source location remarks in generated comments\&. .RE .PP \fB\-\-nostdinc\fR .RS 4 Do not use the standard marshallers of the GObject library, and skip gmarshal\&.h include directive in generated header files\&. .RE .PP \fB\-\-g\-fatal\-warnings\fR .RS 4 Make warnings fatal, that is, exit immediately once a warning occurs\&. .RE .PP \fB\-h\fR, \fB\-\-help\fR .RS 4 Print brief help and exit\&. .RE .PP \fB\-v\fR, \fB\-\-version\fR .RS 4 Print version and exit\&. .RE .SS "Marshaller list format" .PP The marshaller lists are processed line by line, a line can contain a comment in the form of .sp .if n \{\ .RS 4 .\} .nf # this is a comment .fi .if n \{\ .RE .\} .sp or a marshaller specification of the form .sp .if n \{\ .RS 4 .\} .nf \fIRTYPE\fR:\fIPTYPE\fR \fIRTYPE\fR:\fIPTYPE\fR,\fIPTYPE\fR \fIRTYPE\fR:\fIPTYPE\fR,\fIPTYPE\fR,\fIPTYPE\fR .fi .if n \{\ .RE .\} .sp (up to 16 \fIPTYPE\fRs may be present)\&. .PP The \fIRTYPE\fR part specifies the callback\'s return type and the \fIPTYPE\fRs right to the colon specify the callback\'s parameter list, except for the first and the last arguments which are always pointers\&. .SS "Parameter types" .PP Currently, the following types are supported: .PP \fIVOID\fR .RS 4 indicates no return type, or no extra parameters\&. If \fIVOID\fR is used as the parameter list, no additional parameters may be present\&. .RE .PP \fIBOOLEAN\fR .RS 4 for boolean types (gboolean) .RE .PP \fICHAR\fR .RS 4 for signed char types (gchar) .RE .PP \fIUCHAR\fR .RS 4 for unsigned char types (guchar) .RE .PP \fIINT\fR .RS 4 for signed integer types (gint) .RE .PP \fIUINT\fR .RS 4 for unsigned integer types (guint) .RE .PP \fILONG\fR .RS 4 for signed long integer types (glong) .RE .PP \fIULONG\fR .RS 4 for unsigned long integer types (gulong) .RE .PP \fIINT64\fR .RS 4 for signed 64bit integer types (gint64) .RE .PP \fIUINT64\fR .RS 4 for unsigned 64bit integer types (guint64) .RE .PP \fIENUM\fR .RS 4 for enumeration types (gint) .RE .PP \fIFLAGS\fR .RS 4 for flag enumeration types (guint) .RE .PP \fIFLOAT\fR .RS 4 for single\-precision float types (gfloat) .RE .PP \fIDOUBLE\fR .RS 4 for double\-precision float types (gdouble) .RE .PP \fISTRING\fR .RS 4 for string types (gchar*) .RE .PP \fIBOXED\fR .RS 4 for boxed (anonymous but reference counted) types (GBoxed*) .RE .PP \fIPARAM\fR .RS 4 for GParamSpec or derived types (GParamSpec*) .RE .PP \fIPOINTER\fR .RS 4 for anonymous pointer types (gpointer) .RE .PP \fIOBJECT\fR .RS 4 for GObject or derived types (GObject*) .RE .PP \fINONE\fR .RS 4 deprecated alias for \fIVOID\fR .RE .PP \fIBOOL\fR .RS 4 deprecated alias for \fIBOOLEAN\fR .RE .SH "EXAMPLE" .PP To generate marshallers for the following callback functions: .sp .if n \{\ .RS 4 .\} .nf void foo (gpointer data1, gpointer data2); void bar (gpointer data1, gint param1, gpointer data2); gfloat baz (gpointer data1, gboolean param1, guchar param2, gpointer data2); .fi .if n \{\ .RE .\} .PP The marshaller list has to look like this: .sp .if n \{\ .RS 4 .\} .nf VOID:VOID VOID:INT FLOAT:BOOLEAN,UCHAR .fi .if n \{\ .RE .\} .PP The generated marshallers have the arguments encoded in their function name\&. For this particular list, they are .sp .if n \{\ .RS 4 .\} .nf g_cclosure_marshal_VOID__VOID(), g_cclosure_marshal_VOID__INT(), g_cclosure_marshal_FLOAT__BOOLEAN_UCHAR()\&. .fi .if n \{\ .RE .\} .PP They can be used directly for GClosures or be passed in as the GSignalCMarshaller c_marshaller; argument upon creation of signals: .sp .if n \{\ .RS 4 .\} .nf GClosure *cc_foo, *cc_bar, *cc_baz; cc_foo = g_cclosure_new (NULL, foo, NULL); g_closure_set_marshal (cc_foo, g_cclosure_marshal_VOID__VOID); cc_bar = g_cclosure_new (NULL, bar, NULL); g_closure_set_marshal (cc_bar, g_cclosure_marshal_VOID__INT); cc_baz = g_cclosure_new (NULL, baz, NULL); g_closure_set_marshal (cc_baz, g_cclosure_marshal_FLOAT__BOOLEAN_UCHAR); .fi .if n \{\ .RE .\} .SH "SEE ALSO" .PP \fBglib\-mkenums\fR(1) .SH "BUGS" .PP None known yet\&. .SH "AUTHOR" .PP \fBglib\-genmarshal\fR has been written by Tim Janik timj@gtk\&.org\&. .PP This manual page was provided by Tim Janik timj@gtk\&.org\&. ./glib-2.22.2-i686/usr/share/man/man1/glib-gettextize.10000644000000000000000000000247011271166640020563 0ustar rootroot.\" ** You probably do not want to edit this file directly ** .\" It was generated using the DocBook XSL Stylesheets (version 1.69.0). .\" Instead of manually editing it, you probably should edit the DocBook XML .\" source for it and then use the DocBook XSL Stylesheets to regenerate it. .TH "GLIB\-GETTEXTIZE" "1" "08/15/2005" "" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .SH "NAME" glib\-gettextize \- gettext internationalization utility .SH "SYNOPSIS" .HP 16 \fBglib\-gettextize\fR [option...] [directory] .SH "DESCRIPTION" .PP \fBglib\-gettextize\fR helps to prepare a source package for being internationalized through gettext. It is a variant of the \fBgettextize\fR that ships with gettext. .PP \fBglib\-gettextize\fR differs from \fBgettextize\fR in that it doesn't create an \fIintl/\fR subdirectory and doesn't modify \fIpo/ChangeLog\fR (note that newer versions of \fBgettextize\fR behave like this when called with the \fB\-\-no\-changelog\fR option). .SS "Options" .TP \fB\-\-help\fR print help and exit .TP \fB\-\-version\fR print version information and exit .TP \fB\-c\fR, \fB\-\-copy\fR copy files instead of making symlinks .TP \fB\-f\fR, \fB\-\-force\fR force writing of new files even if old ones exist .SH "SEE ALSO" .PP \fBgettextize\fR(1) ./glib-2.22.2-i686/usr/share/locale/0000755000000000000000000000000011271167004015212 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/it/0000755000000000000000000000000011271166773015642 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/it/LC_MESSAGES/0000755000000000000000000000000011271166773017427 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/it/LC_MESSAGES/glib20.mo0000644000000000000000000012666411271166635021057 0ustar rootrootŪ•œ !‘!Ĩ!­!ĩ! Ŋ!É!YŅ!_+"a‹"í"#)'#Q#&e#BŒ#Ī#æ#+û#('$ P$q$#$ą$Ë$2ã$9%!P%4r%/§%×%3î%+"&1N&-€&/Ž&#Ū&' ')8'b'(~',§'%Ô'&ú'"!("D()g(!‘( ŗ(AÔ(ž)ĩ)Ė);ė).(**W*.‚*ą**Ę*&õ*a+F~+4Å+2ú+:-,Ah,@Ē,;ë,W'-W-1×-/ .%9.?_.5Ÿ.IÕ.‘/ ą/Ō/į/0#0:0S0j0}0’0ą0Î0!ę0 1,1K1a1|1 ‘1˛1Î1å1ũ1252Q2j2†2"ž2Á2Ũ2ü2!363K3 d3…3Ÿ3ļ3!Đ3)ō3-4J4b4€4,š4Į4!ã455:75.r50Ą59Ō5 6&6>@6$6#¤6Č6'æ6.7=7?\7)œ7$Æ7%ë7-8?8!S89u8*¯89Ú89-19+_9Š‹9&:+=:3i:#:!Á:)ã:8 ;9F;%€;.Ļ;-Õ;.<2<)I<!s< •<Ŗ<Â<.Ō< =&=#6=&Z==Ą=3ŧ=-đ=(>(G>(p>)™>Ã>ã>ô>??0?E?^?$s?0˜?É?+é?!@7@S@1q@.Ŗ@TŌ@H'AFpA=ˇALõA+BB!nBB-°B$ŪB(C,C"GC3jC9žCØC"õCD!0D1RD2„D<ˇDôD&E9:EtEE)ŠEĶE#æEL FNWF°ĻFzWGŌGęG%H8(H-aH*H5ēH*đH/I KIlI €I%ĄIĮI"äIJJ/JHJ!hJ ŠJĢJÄJáJôJ!K$1K0VK"‡KFĒK:ņK-,L2ZLL;ĨL áL'M-*M)XM"‚MĨM$šM ŪM?˙M.?NnN…N˜N!´N'ÖN3ūN.2O(aO0ŠO+ģOįOP* PKPOjPCēP"ūP!Q&AQ!hQ*ŠQĩQÎQāQ ˙QC RPRXRsR0zR.ĢR3ÚR-S TDiTŽT;ÉT0U 6U1DUvU‡U §UČUŨUúU V5'V)]V‡VĨVÂV×V!ōVW/WLW"[W$~WŖW*ģW(æWX"+X!NXpXˆX)žX%ČX-îXY5:YpY9YĘY9ęY$Z6Z%VZ |Z ZĢZ2ĮZ%úZ [&8[$_[„['Ą[É[3Ų[ \=&\+d\(\š\Ë\é\ ]]$(]M] m] Ž] ¯]Đ]6ī]&^,E^r^l‘^ū_``%`-`=`aE`f§`jaya •a*ļaáa*÷aM"bpbb1¨b-Úb-c&6c3]c&‘c$¸cEŨcM#d-qdBŸdCâd"&e?Ie9‰e?Ãe;f=?f4}f˛f/Ōf;g(>g+gg5“g3Ég3ũg;1h'mh*•h*Āh)ëhEiĘ[i&j$;jD`j6Ĩj1Üj5k!Dk1fk,˜k€ÅkbFlNŠlMølVFm^m\ümPYniĒngo7|o8´o5íoK#pMopOŊpĒ q)¸qâq(úq$#rHr!hrŠr§rĀr(Ûr"s!'s5Is&s/Ļs!Ös"øst(3t%\t‚t#Ąt#Åtét u(u$Gu lu:u(Ču-ņu!v,Avnvˆv,Ļv0Ķvw$#w-Hw1vw5¨w)Ūw$x3-xOax.ąx8āx y:yOZyMĒy@øyL9z"†z!ŠzOËz#{,?{l{0‡{>¸{(÷{L |5m|0Ŗ|1Ô|;}$B}9g}LĄ}=î}K,~'x~> ~<ß~ 0Ŋ6î]%€+ƒ€&¯€8րENU@¤?å>%‚?d‚¤‚7‚$ú‚ƒ)0ƒZƒ/mƒƒ'¯ƒ,׃5„.:„i„=†„5Ą-ú„,(…,U…<‚…#ŋ…ã…û…†1†F†a†&†2φ?Ų†$‡A>‡$€‡3Ĩ‡"Ų‡Cü‡=@ˆb~ˆ_áˆRA‰J”‰j߉7JŠ*‚Š*­Š>؊'‹:?‹z‹&•‹6ŧ‹<ķ‹!0Œ0RŒƒŒ,ŒBƌB FP6—@΍GŽ#WŽ${ŽM ŽîŽ1g7aŸã–å|‘–‘/ļ‘Dæ‘6+’4b’G—’>ߒ6“.U“„“(›“*ē*ī“-” H”i”„”!”!ŋ”+á” •%&•L•%h•+Ž•#ē•=Ū•*–fG–DŽ–>ķ–12—d—?}—(Ŋ—-æ—7˜4L˜'˜И0˜'ņ˜>™-X™"†™Š™ ŧ™0Ũ™8šGGšBš1Ԛ=›DB›,‡›!´›+֛ œU#œIyœ!Ü%åœ% 18Q$Š¯.ƝõZž až#lžžD•ž9ڞ=Ÿ7RŸ)ŠŸ´Ÿ ПŨŸ*õŸ  x9 ˛ -Ė ]ú  XĄRyĄ?ĖĄ ĸ7 ĸXĸ+pĸ+œĸ"Čĸëĸ Ŗ&Ŗ=>Ŗ=|Ŗ&ēŖ%áŖ#¤+¤D¤ c¤„¤Ÿ¤-ޤ,ܤ Ĩ7%Ĩ0]ĨŽĨ!ĒĨ&ĖĨķĨĻ-%Ļ.SĻD‚Ļ-ĮĻDõĻ/:§Mj§/¸§Hč§1¨*C¨)n¨$˜¨Ŋ¨)ΨBø¨0;ŠlŠ8‹Š)ÄŠ"îŠ4ĒFĒ?YĒ.™ĒJČĒ.Ģ4BĢwĢ#ŒĢ °ĢŅĢäĢ+Ŧ"/Ŧ#RŦ#vŦ!šŦ'ŧŦ>äŦ'#­@K­'Œ­ŗA3ôMˇTû%K6´V‹ũŽ7Ā0bI†š˛T-ëâB€„Z×Ũã$ˆÂ į[v ķ.F&š°GQ{)^Ŗ¨Ė;ŦsÔ&]5@RqīgkåĄ:qWæĶ…Wõ}w¯"U)ōAO ø‡Ëŋ(d…rM#„\?ÛX ˙`;?Nvjl 't€KY1NfÁ>n27pRi¤nęm6ŸĮáu3-yļ÷‡î_*IP iuS|ܞ–OŲØd!<5JŒ ŠēsāĘĩģÕ2ė,éLú/[ŠVU_•xb'†8^9E+Č>Qxņ4 ֘‰”CĨÅt<ä‚9ŪŠmž4ĒDhƒe+‘írBD%1#Gf=|Ŋ8HŅ@‰Lo§owS*pP~a Éą:`ÎĢ}zyų0ŧ —ÆĐaÚlđ͜{jc­JZ]=cHCŽ/!\“ĪĻ$ĂX,ßk’öY ÃčE™ĸŒüŽFg›¸ˆŌ .heū"~‹(zƒ (invalid encoding)%.1f GB%.1f KB%.1f MB%s filetype%s type'%s' is not a valid character following a '<' character; it may not begin an element name'%s' is not a valid character following the characters '''%s' is not a valid name '%s' is not a valid name: '%c' (?R or (?[+-]digits must be followed by )) without opening (A bookmark for URI '%s' already existsAbstract unix domain socket addresses not supported on this systemAdded socket is closedApplication Options:Association creation not supported on win32Attribute '%s' of element '%s' not foundAttribute value must be non-NULLBackup file creation failedCan't copy directory over directoryCan't copy over directoryCan't copy special fileCan't create user MIME configuration folder %s: %sCan't create user application configuration folder %s: %sCan't create user desktop file %sCan't do a raw read in g_io_channel_read_line_stringCan't do a raw read in g_io_channel_read_to_endCan't find applicationCan't handle the supplied version the icon encodingCan't handle version %d of GEmblem encodingCan't handle version %d of GEmblemedIcon encodingCan't handle version %d of GFileIcon encodingCan't handle version %d of GThemedIcon encodingCan't move directory over directoryCan't open directoryCan't recursively copy directoryCan't rename file, filename already existCan't rename root directoryCancellable initialization not supportedCannot convert fallback '%s' to codeset '%s'Cannot parse double value '%s' for %sCannot parse integer value '%s' for %sCannot set permissions on symlinksCannot truncate GMemoryInputStreamChannel terminates in a partial characterCharacter out of range for UTF-16Character out of range for UTF-8Character reference '%-.*s' does not encode a permitted characterCharacter reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Connection in progressContaining mount does not existConversion from character set '%s' to '%s' is not supportedCould not allocate %lu bytes to read file "%s"Could not open converter from '%s' to '%s'Could not open converter from '%s' to '%s': %sCustom definition for %sDEFINE group contains more than one branchDesktop file didn't specify Exec fieldDocument ended unexpectedly after the equals sign following an attribute name; no attribute valueDocument ended unexpectedly inside a comment or processing instructionDocument ended unexpectedly inside an attribute nameDocument ended unexpectedly inside an element nameDocument ended unexpectedly inside an element-opening tag.Document ended unexpectedly inside the close tag for element '%s'Document ended unexpectedly just after an open angle bracket '<'Document ended unexpectedly while inside an attribute valueDocument ended unexpectedly with elements still open - '%s' was the last element openedDocument ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>Document must begin with an element (e.g. )Document was empty or contained only whitespaceDouble value '%s' for %s out of rangeElement '%s' was closed, but the currently open element is '%s'Element '%s' was closed, no element is currently openEmpty entity '&;' seen; valid entities are: & " < > 'Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Entity name '%-.*s' is not knownEnumerator is closedError accepting connection: %sError binding to address: %sError closing file: %sError closing socket: %sError closing unix: %sError connecting: Error connecting: %sError creating backup copy: %sError creating directory: %sError during conversion: %sError getting filesystem info: %sError launching application: %sError making symbolic link: %sError moving file: %sError on line %d char %d: Error on line %d: %sError opening directory '%s': %sError opening file '%s': %sError opening file: %sError parsing option %sError reading file '%s': %sError reading from file: %sError reading from unix: %sError receiving data: %sError receiving message: %sError removing file: %sError removing old backup link: %sError removing old file: %sError removing target file: %sError renaming file: %sError renaming temporary file: %sError resolving '%s'Error resolving '%s': %sError reverse-resolving '%s': %sError seeking in file: %sError sending data: %sError sending message: %sError setting SELinux context: %sError setting extended attribute '%s': %sError setting modification or access time: %sError setting owner: %sError setting permissions: %sError setting symlink: %sError setting symlink: file is not a symlinkError stating file '%s': %sError stating file descriptor: %sError trashing file: %sError truncating file: %sError while compiling regular expression %s at char %d: %sError while matching regular expression %s: %sError while optimizing regular expression %s: %sError while parsing replacement text "%s" at char %lu: %sError writing to file: %sError writing to unix: %sExisting file '%s' could not be removed: g_unlink() failed: %sExpected a GEmblem for GEmblemedIconExpecting 1 control message, got %dExpecting one fd, but got %d Failed to change to directory '%s' (%s)Failed to close file '%s': fclose() failed: %sFailed to create file '%s': %sFailed to create pipe for communicating with child process (%s)Failed to execute child process "%s" (%s)Failed to execute child process (%s)Failed to execute helper program (%s)Failed to expand exec line '%s' with URI '%s'Failed to fork (%s)Failed to fork child process (%s)Failed to get attributes of file '%s': fstat() failed: %sFailed to map file '%s': mmap() failed: %sFailed to open file '%s' for writing: fdopen() failed: %sFailed to open file '%s': %sFailed to open file '%s': fdopen() failed: %sFailed to open file '%s': open() failed: %sFailed to parse '%-.*s', which should have been a digit inside a character reference (ê for example) - perhaps the digit is too largeFailed to read data from child processFailed to read data from child process (%s)Failed to read enough data from child pid pipe (%s)Failed to read from child pipe (%s)Failed to read from file '%s': %sFailed to read the symbolic link '%s': %sFailed to redirect output or input of child process (%s)Failed to rename file '%s' to '%s': g_rename() failed: %sFailed to resize memory output streamFailed to write file '%s': fflush() failed: %sFailed to write file '%s': fsync() failed: %sFailed to write file '%s': fwrite() failed: %sFile "%s" is too largeFile enumerator has outstanding operationFile enumerator is already closedFile is emptyFile names cannot contain '%c'Filesystem rootGSocketControlMessage not supported on windowsHelp Options:Hostname '%s' contains '[' but not ']'Input stream doesn't implement readInteger value '%s' for %s out of rangeInteger value '%s' out of rangeInvalid GSeekType suppliedInvalid UTF-8 encoded text in name - not valid '%s'Invalid attribute type (byte string expected)Invalid attribute type (string expected)Invalid attribute type (uint32 expected)Invalid attribute type (uint64 expected)Invalid byte sequence in conversion inputInvalid extended attribute nameInvalid filenameInvalid filename %sInvalid group name: %sInvalid hostnameInvalid key name: %sInvalid program name: %sInvalid seek requestInvalid sequence in conversion inputInvalid socket, initialization failed due to: %sInvalid socket, not initializedInvalid string in argument vector at %d: %sInvalid string in environment: %sInvalid symlink value givenInvalid working directory: %sKey file contains escape character at end of lineKey file contains invalid escape sequence '%s'Key file contains key '%s' in group '%s' which has value that cannot be interpreted.Key file contains key '%s' which has a value that cannot be interpreted.Key file contains key '%s' which has value that cannot be interpreted.Key file contains key '%s' with value '%s' which is not UTF-8Key file contains line '%s' which is not a key-value pair, group, or commentKey file contains unsupported encoding '%s'Key file does not have group '%s'Key file does not have key '%s'Key file does not have key '%s' in group '%s'Key file does not start with a groupLeftover unconverted data in read bufferListener is already closedMalformed input data for GFileIconMalformed number of tokens (%d) in GEmblem encodingMalformed number of tokens (%d) in GEmblemedIcon encodingMalformed version number: %sMemory output stream not resizableMissing argument for %sMove between mounts not supportedNo MIME type defined in the bookmark for URI '%s'No application is registered as handling this fileNo application with name '%s' registered a bookmark for '%s'No bookmark found for URI '%s'No groups set in bookmark for URI '%s'No private flag has been defined in bookmark for URI '%s'No service record for '%s'No type for class name %sNo valid bookmark file found in data dirsNot a regular fileNot enough space for socket addressOdd character '%s', expected a '=' after attribute name '%s' of element '%s'Odd character '%s', expected a '>' character to end the empty-element tag '%s'Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute nameOdd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'Operation not supportedOperation was cancelledOutput stream doesn't implement writePCRE library is compiled without UTF8 properties supportPCRE library is compiled without UTF8 supportPOSIX collating elements are not supportedPOSIX named classes are supported only within a classPartial character sequence at end of inputQuoted text doesn't begin with a quotation markReached maximum data array limitReceived invalid fdSELinux context must be non-NULLSELinux is not enabled on this systemSeek not supported on streamSetting attribute %s not supportedShow all help optionsShow help optionsSocket is already closedSource stream is already closedStream doesn't support query_infoStream has outstanding operationStream is already closedSymbolic links not supportedTarget file existsTarget file is a directoryTarget file is not a regular fileTemplate '%s' doesn't contain XXXXXXTemplate '%s' invalid, should not contain a '%s'Temporarily unable to resolve '%s'Text ended before matching quote was found for %c. (The text was '%s')Text ended just after a '\' character. (The text was '%s')Text was empty (or contained only whitespace)The URI '%s' contains invalidly escaped charactersThe URI '%s' is invalidThe URI '%s' is not an absolute URI using the "file" schemeThe file was externally modifiedThe hostname of the URI '%s' is invalidThe local file URI '%s' may not include a '#'The pathname '%s' is not an absolute pathToo large count value passed to %sTrash not supportedTruncate not allowed on input streamTruncate not supported on streamType %s does not implement from_tokens() on the GIcon interfaceType %s does not implement the GIcon interfaceType %s is not classedURIs not supportedUnable to create socket: %sUnable to create trash dir %s: %sUnable to create trashing info file: %sUnable to find default local directory monitor typeUnable to find default local file monitor typeUnable to find or create trash directoryUnable to find terminal required for applicationUnable to find toplevel directory for trashUnable to get pending error: %sUnable to trash file: %sUnexpected attribute '%s' for element '%s'Unexpected early end-of-streamUnexpected error in g_io_channel_win32_poll() reading data from a child processUnexpected error in select() reading data from a child process (%s)Unexpected error in waitpid() (%s)Unexpected tag '%s' inside '%s'Unexpected tag '%s', tag '%s' expectedUnexpected type of ancillary dataUnknown error executing child process "%s"Unknown error on connectUnknown option %sUnknown protocol was specifiedUnknown typeUnmatched quotation mark in command line or other shell-quoted textUnnamedUnsupported socket addressUsage:Valid key file could not be found in search dirsValue '%s' cannot be interpreted as a boolean.Value '%s' cannot be interpreted as a float number.Value '%s' cannot be interpreted as a number.Waiting for socket condition: %sWrong number of tokens (%d)[OPTION...]\ at end of pattern\C not allowed in lookbehind assertion\c at end of pattern\g is not followed by a braced name or an optionally braced non-zero numberassertion expected after (?(association changes not supported on win32back references as conditions are not supported for partial matchingbacktracking limit reachedcase-changing escapes (\l, \L, \u, \U) are not allowed herecharacter value in \x{...} sequence is too largecode overflowconditional group contains more than two branchescorrupted objectcould not get local address: %scould not get remote address: %scould not listen: %screating GSocket from fd: %sdigit expecteddrive doesn't implement ejectdrive doesn't implement eject or eject_with_operationdrive doesn't implement polling for mediadrive doesn't implement startdrive doesn't implement stopfailed to get memoryhexadecimal digit expectedhexadecimal digit or '}' expectedillegal symbolic referenceinconsistent NEWLINE optionsinternal errorinternal error or corrupted objectinvalid combination of newline flagsinvalid condition (?(0)invalid escape sequence in character classlookbehind assertion is not fixed lengthmalformed \P or \p sequencemalformed number or name after (?(missing '<' in symbolic referencemissing ) after commentmissing terminating )missing terminating ] for character classmissing terminator in subpattern namemount doesn't implement content type guessingmount doesn't implement ejectmount doesn't implement eject or eject_with_operationmount doesn't implement remountmount doesn't implement synchronous content type guessingmount doesn't implement unmountmount doesn't implement unmount or unmount_with_operationnothing to repeatnumber too big in {} quantifiernumbers out of order in {} quantifieroctal value is greater than \377out of memoryoverran compiling workspacepreviously-checked referenced subpattern not foundrange out of order in character classrecursion limit reachedrecursive call could loop indefinitelyreference to non-existent subpatternregular expression too largerepeating a DEFINE group is not allowedstray final '\'subpattern name is too long (maximum 32 characters)symlink must be non-NULLthe pattern contains items not supported for partial matchingtoo many named subpatterns (maximum 10,000)two named subpatterns have the same nameunexpected repeatunfinished symbolic referenceunknown POSIX class nameunknown errorunknown escape sequenceunknown property name after \P or \punrecognized character after (?unrecognized character after (?<unrecognized character after (?Punrecognized character follows \volume doesn't implement ejectvolume doesn't implement eject or eject_with_operationvolume doesn't implement mountworkspace limit for empty substrings reachedzero-length symbolic referenceProject-Id-Version: glib 2.21.x Report-Msgid-Bugs-To: POT-Creation-Date: 2009-10-07 09:51-0400 PO-Revision-Date: 2009-08-26 22:04+0200 Last-Translator: Luca Ferretti Language-Team: Italian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n != 1); (codifica non valida)%.1f GB%.1f kB%.1f MBTipo di file %sTipo %s'%s' non è un carattere valido dopo un carattere '<'; non puÃ˛ dare inizio a un nome di elemento'%s' non è un carattere valido dopo i caratteri ''"%s" non è un nome valido "%s" non è un nome valido: '%c'(?R o (?[+-]cifre deve essere seguito da )) senza ( di aperturaEsiste già un segnalibro per l'URI ÂĢ%sÂģIndirizzi di socket di dominio unix astratto non supportati su questo sistemaIl socket aggiunto è chiusoOpzioni dell'applicazione:Creazione di associazioni non supportata su win32Attributo "%s" dell'elemento "%s" non trovatoIl valore dell'attributo deve essere non-NULLCreazione del file backup non riuscitaImpossibile copiare la directory sopra la directoryImpossibile copiare sopra la directoryImpossibile copiare il file specialeImpossibile creare la cartella utente di configurazione MIME (%s): %sImpossibile creare la cartella utente di configurazione applicazioni (%s): %sImpossibile creare il file .desktop utente %sImpossibile leggere i dati grezzi in g_io_channel_read_line_stringImpossibile eseguire una lettura grezza in g_io_channel_read_to_endImpossibile trovare l'applicazioneImpossibile gestire la versione fornita della codifica di iconaImpossibile gestire la versione %d della codifica GEmblemImpossibile gestire la versione %d della codifica GEmblemedIconImpossibile gestire la versione %d della codifica GFileIconImpossibile gestire la versione %d della codifica GThemedIconImpossibile spostare la directory sopra la directoryImpossibile aprire la directoryImpossibile copiare la directory ricorsivamenteImpossibile rinominare il file, il nome di file esiste giàImpossibile rinominare la directory rootInizializzazione annullabile non supportataImpossibile convertire "%s" nel set di caratteri "%s"Impossibile analizzare il valore double "%s" per %sImpossibile analizzare il valore intero "%s" per %sImpossibile impostare i permessi sui collegamenti simboliciImpossibile troncare GMemoryInputStreamIl canale termina in un carattere parzialeCarattere fuori dall'intervallo per UTF-16Carattere fuori dall'intervallo per UTF-8Il riferimento a carattere '%-.*s' non codifica un carattere permessoIl riferimento a carattere non termina con un punto e virgola; probabilmente si è utilizzato un carattere "e commerciale" senza l'intenzione di iniziare una nuova entità. In tal caso ricorrere a &Connessione in corsoL'oggetto mount contenuto non esisteLa conversione del set di caratteri da "%s" a "%s" non è supportataImpossibile allocare %lu byte per leggere il file "%s"Impossibile aprire il convertitore da "%s" a "%s"Impossibile aprire il convertitore da "%s" a "%s": %sDefinizione personalizzata per %sil gruppo DEFINE contiene piÚ di una diramazioneIl file .desktop non specifica il campo ExecIl documento è terminato in modo inatteso dopo il segno di uguale che segue un nome di attributo; nessun valore per l'attributoIl documento è terminato in modo inatteso all'interno di un commento o istruzione di elaborazioneIl documento è terminato in modo inatteso all'interno di un nome di attributoIl documento è terminato in modo inatteso all'interno di un nome di elementoIl documento è terminato in modo inatteso all'interno di un tag di apertura elemento.Il documento è terminato in modo inatteso all'interno del tag di chiusura per l'elemento "%s"Il documento è terminato in modo inatteso subito dopo una parentesi angolare d'apertura '<'Il documento è terminato in modo inatteso all'interno di un valore di attributoIl documento è terminato in modo inatteso con elementi ancora aperti - "%s" era l'ultimo elemento apertoIl documento è terminato in modo inatteso, mancando la parentesi angolare di chiusura per il tag <%s/>Il documento deve iniziare con un elemento (es. )Il documento era vuoto oppure conteneva unicamente spaziIl valore double "%s" per %s è fuori dall'intervalloÈ stato chiuso l'elemento "%s", ma l'elemento correntemente aperto è "%s"È stato chiuso l'elemento "%s", nessun elemento risulta correntemente apertoRilevata entità vuota '&;' (sono entità valide & " < > ')L'entità non termina con un punto e virgola; probabilmente è stata utilizzata una "e commerciale" senza l'intento di iniziare una entità. In tal caso ricorrere a &Il nome di entità "%-.*s" è sconosciutoL'enumeratore è chiusoErrore nell'accettare la connessione: %sErrore nel legarsi all'indirizzo: %sErrore nel chiudere il file: %sErrore nel chiudere il socket: %sErrore nel chiudere unix: %sErrore nel connettersi: Errore nel connettersi: %sErrore nel creare la copia di backup: %sErrore nel creare la directory: %sErrore durante la conversione: %sErrore nell'ottenere informazioni sul file system: %sErrore nel lanciare l'applicazione: %sErrore nel creare il collegamento simbolico: %sErrore nello spostare il file: %sErrore alla riga %d carattere %d: Errore alla riga %d: %sErrore nell'aprire la directory "%s": %sErrore nell'aprire il file ÂĢ%sÂģ: %sErrore nell'aprire il file: %sErrore nell'analizzare l'opzione %sErrore nel leggere il file "%s": %sErrore nel leggere dal file: %sErrore nel leggere da unix: %sErrore nel ricevere i dati: %sErrore nel ricevere il messaggio: %sErrore nel rimuovere il file: %sErrore nel rimuovere il vecchio collegamento di backup: %sErrore nel rimuovere il vecchio file: %sErrore nel rimuovere il file destinazione: %sErrore nel rinominare il file: %sErrore nel rinominare il file temporaneo: %sErrore nel risolvere "%s"Errore nel risolvere "%s": %sErrore nella risoluzione inversa di "%s": %sErrore nel posizionarsi all'interno del file: %sErrore nell'inviare i dati: %sErrore nell'inviare il messaggio: %sErrore nell'impostare il contesto SELinux: %sErrore nell'impostare l'attributo esteso "%s": %sErrore nell'impostare l'ora di modifica o accesso: %sErrore nell'impostare il proprietario: %sErrore nell'impostare i permessi: %sErrore nell'impostare il collegamento simbolico: %sErrore nell'impostare il collegamento simbolico: il file non è un collegamentoErrore nell'eseguire lo stat del file "%s": %sErrore nell'eseguire lo stat del descrittore di file: %sErrore nel cestinare il file: %sErrore nel troncare il file: %sErrore durante la compilazione dell'espressione regolare %s al carattere %d: %sErrore durante la ricerca di corrispondenza per l'espressione regolare %s: %sErrore durante l'ottimizzazione dell'espressione regolare %s: %sErrore durante l'analisi del testo di sostituzione "%s" al carattere %lu: %sErrore nello scrivere sul file: %sErrore nello scrivere su unix: %sIl file "%s" non puÃ˛ essere rimosso pur esistendo: g_unlink() non riuscita: %sAtteso un GEmblem per GEmblemedIconAtteso 1 messaggio di controllo, ottenuti %dAtteso un FD, ottenuti %d Cambio della directory in "%s" non riuscito (%s)Chiusura del file "%s" non riuscita: fclose() non riuscita: %sCreazione del file "%s" non riuscita: %sCreazione della pipe per comunicare con il processo figlio non riuscita (%s)Esecuzione del processo figlio "%s" non riuscita (%s)Esecuzione del processo figlio non riuscita (%s)Esecuzione del programma helper non riuscita (%s)Espansione della riga exec "%s" con l'URI "%s" non riuscitaEsecuzione di fork non riuscita (%s)Esecuzione del fork per processo figlio non riuscita (%s)Lettura degli attributi del file "%s" non riuscita: fstat() non riuscita: %sMappatura del file "%s" non riuscita: mmap() non riuscita: %sApertura del file "%s" in scrittura non riuscita: fdopen() non riuscita: %sApertura del file "%s" non riuscita: %sApertura del file "%s" non riuscita: fdopen() non riuscita: %sApertura del file "%s" non riuscita: open() non riuscita: %sAnalisi di '%-.*s' non riuscita: dovrebbe presentare un numero all'interno di un riferimento a carattere (es. ê) - probabilmente il numero è troppo grandeLettura di dati dal processo figlio non riuscitaLettura dei dati dal processo figlio non riuscita (%s)Lettura di una quantità di dati sufficiente dalla pipe del processo figlio non riuscita (%s)Lettura dalla pipe figlia non riuscita (%s)Lettura dal file "%s" non riuscita: %sLettura del collegamento simbolico "%s" non riuscita: %sRidirezione dell'output o input del processo figlio non riuscita (%s)Cambio di nome del file "%s" in "%s" non riuscito: g_rename() non riuscita: %sRidimensionamento dello stream di output di memoria non riuscitoScrittura del file "%s" non riuscita: fflush() non riuscita: %sScrittura del file "%s" non riuscita: fsync() non riuscita: %sScrittura del file "%s" non riuscita: fwrite() non riuscita: %sIl file "%s" è troppo grandeL'enumeratore di file presenta un'operazione in sospesoL'enumeratore di file è già chiusoIl file è vuotoI nomi di file non possono contenere '%c'File system radiceGSocketControlMessage non supportato su WindowsOpzioni di aiuto:L'hostname "%s" contiene '[' ma non ']'Lo stream di input non implementa la letturaIl valore intero "%s" per %s è fuori dall'intervalloIl valore intero "%s" è fuori dall'intervalloFornito GSeekType non validoTesto in codifica UTF-8 non valido nel nome - "%s" non validoTipo di attributo non valido (attesa stringa di byte)Tipo di attributo non valido (attesa stringa)Tipo di attributo non valido (atteso unit32)Tipo di attributo non valido (atteso uint64)Sequenza di byte non valida nell'ingresso per la conversioneNome di attributo esteso non validoNome di file non validoNome di file %s non validoNome gruppo non valido: %sNome host non validoNome chiave non valido: %sNome programma non valido: %sRichiesta di posizionamento non validaSequenza non valida in ingresso per la conversioneSocket non valido, inizializzazione non riuscita a causa di: %sSocket non valido, non inizializzatoStringa non valida nel vettore di argomenti alla posizione %d: %sStringa non valida nell'ambiente: %sFornito valore di collegamento simbolico non validoDirectory di lavoro non valida: %sIl file chiavi contiene un carattere di escape alla fine della rigaIl file chiavi contiene la sequenza di escape non valida "%s"Il file chiavi contiene la chiave "%s" nel gruppo "%s" il cui valore non puÃ˛ essere interpretato.Il file chiavi contiene la chiave "%s" che presenta un valore che non puÃ˛ essere interpretato.Il file chiavi contiene la chiave "%s" il cui valore non puÃ˛ essere interpretato.Il file chiavi contiene la chiave "%s" con il valore "%s" che non è UTF-8Il file chiavi contiene la riga ÂĢ%sÂģ che non è una coppia chiave-valore, un gruppo o un commento validoIl file chiavi contiene la codifica non supportata "%s"Il file chiavi non presenta il gruppo "%s"Il file chiavi non presenta la chiave "%s"Il file chiavi non presenta alcuna chiave "%s" nel gruppo "%s"Il file chiavi non inizia con un gruppoSono rimasti dei dati non convertiti nel buffer di letturaIl listener è già chiusoDati di input malformati per GFileIconNumero di token malformato (%d) nella codifica GEmblemNumero di token malformato (%d) nella codifica GEmblemedIconNumero di versione malformato: %sStream di output di memoria non ridimensionabileArgomento mancante per %sSpostamento tra oggetti mount non supportatoNon risulta definito alcun tipo MIME nel segnalibro per l'URI "%s"Non risulta registrata alcuna applicazione per gestire questo fileNessuna applicazione di nome "%s" ha registrato un segnalibro per "%s"Non è stato trovato alcun segnalibro per l'URI ÂĢ%sÂģNon risulta impostato alcun gruppo nel segnalibro per l'URI "%s"Non è stata definita alcuna flag privata nel segnalibro per l'URI "%s"Nessun servizio registrato per "%s"Nessun tipo per il nome di classe %sNon è stato trovato alcun file di segnalibri valido nelle directory dei datiNon è un file normaleSpazio non sufficiente per l'indirizzo del socketCarattere '%s' spaiato, era atteso un carattere '=' dopo il nome dell'attributo "%s" dell'elemento "%s"Carattere '%s' spaiato, era atteso un carattere '>' per terminare il tag dell'elemento-vuoto "%s"Carattere '%s' spaiato, era atteso un carattere '>' oppure '/' per terminare il tag di partenza dell'elemento "%s", oppure opzionalmente un attributo. Probabilmente è stato usato un carattere non valido in un nome di attributoCarattere '%s' spaiato, era atteso un simbolo di quoting aperto dopo il segno di uguale per attribuire un valore all'attributo "%s" dell'elemento "%s"Operazione non supportataL'operazione è stata annullataLo stream di output non implementa la scritturaLa libreria PCRE è compilata senza supporto per le proprietà UTF-8La libreria PCRE è compilata senza supporto per UTF-8gli elementi di collazione POSIX non sono supportatile classi POSIX nominate sono supportate solo all'interno di una classeSequenza di caratteri parziale al termine dei dati in ingressoIl testo citato non inizia con un carattere di quotingRaggiunto il limite massimo dell'array di datiRicevuto FD non validoil contesto SELinux deve essere non-NULLSELinux non è abilitato su questo sistemaPosizionamento non supportato sullo streamImpostazione dell'attributo %s non supportataMostra tutte le opzioni di aiutoMostra le opzioni di aiutoIl socket è già chiusoLo stream sorgente è già chiusoLo stream non supporta query_infoLo stream presenta un'operazione in sospesoLo stream è già chiusoCollegamenti simbolici non supportatiIl file destinazione esisteIl file destinazione è una directoryIl file destinazione non è un file normaleIl modello "%s" non contiene XXXXXXIl modello "%s" non è valido, non dovrebbe contenere un '%s'Momentaneamente impossibile risolvere "%s"Il testo è finito prima di trovare il carattere di quoting corrispondente per %c (il testo era "%s").Il testo è finito subito dopo un carattere '\' (il testo era "%s").Il testo era vuoto (oppure conteneva unicamente spazi bianchi)L'URI "%s" contiene sequenze di escape non valideL'URI "%s" non è validoL'URI "%s" non è un URI assoluto che utilizza lo schema "file"Il file è stato modificato dall'esternoIl nome dell'host nell'URI "%s" non è validoL'URI per il file locale "%s" non puÃ˛ includere un '#'Il nome di percorso "%s" non è un percorso assolutoValore count troppo grande passato a %sCestino non supportatoTroncamento non consentito sullo stream di inputTroncamento non supportato sullo streamIl tipo %s non implementa from_tokens() sull'interfaccia GIconIl tipo %s non implementa l'interfaccia GIconIl tipo %s non presenta una classeURI non supportatiImpossibile creare il socket: %sImpossibile creare la directory cestino "%s": %sImpossibile creare il file informazioni cestinamento: %sImpossibile trovare il tipo di monitor predefinito per directory localiImpossibile trovare il tipo di monitor predefinito per file localiImpossibile trovare o creare la directory cestinoImpossibile trovare il terminale richiesto per l'applicazioneImpossibile trovare la directory di livello superiore per il cestinoImpossibile ottenere l'errore in sospeso: %sImpossibile cestinare il file: %sAttributo "%s" inatteso per l'elemento "%s"End-of-stream prematuro inattesoErrore inatteso in g_io_channel_win32_poll() nel leggere i dati da un processo figlioErrore inatteso in select() nel leggere i dati da un processo figlio (%s)Errore inatteso in waitpid() (%s)Tag "%s" inatteso all'interno di "%s"Tag "%s" inatteso; atteso il tag "%s"Tipo di dati ausiliari inattesoErrore sconosciuto nell'eseguire il processo figlio "%s"Errore sconosciuto nella connessioneOpzione %s sconosciutaÈ stato specificato un protocollo sconosciutoTipo sconosciutoCarattere di quoting non accoppiato nella riga di comando o nel testo con quoting di shellSenza nomeIndirizzo del socket non supportatoUso:Impossibile trovare un file chiavi valido nelle directory di ricercaImpossibile interpretare il valore "%s" come un booleano.Impossibile interpretare il valore "%s" come un numero float.Impossibile interpretare il valore "%s" come un numero.In attesa della condizione del socket: %sNumero di token errato (%d)[OPZIONE...]\ alla fine del modello\C non consentito in asserzione lookbehind\c alla fine del modello\g non è seguito da un nome tra parentesi graffe oppure è un numero diverso da zero opzionalmente tra parentesi graffeasserzione attesa dopo (?cambi di associazioni non supportati su win32per la corrispondenza parziale non sono supportati i riferimenti all'indietro come condizioniraggiunto limite di backtrackinggli escape per cambio maiuscolo-minuscolo (\l, \L, \u, \U) non sono consentiti quiil valore del carattere nella sequenza \x{...} è troppo grandeeccedenza di codiceil gruppo condizionale contiene piÚ di due diramazionioggetto non attendibileimpossibile ottenere l'indirizzo locale: %simpossibile ottenere l'indirizzo remoto: %simpossibile restare in ascolto: %screazione di GSocket da FD: %sattesa cifral'unità non implementa l'azione ejectl'unità non implementa l'azione eject o eject_with_operationl'unità non implementa il controllo sistematico dei supportil'unità non implementa l'azione startl'unità non implementa l'azione stoprecupero della memoria non riuscitoattesa cifra esadecimaleattesa cifra esadecimale o '}'riferimento simbolico non lecitoopzioni NEWLINE incoerentierrore internoerrore interno oppure oggetto non attendibilecombinazione non valida di flag di fine rigacondizione (?(0) non validasequenza di escape non valida nella classe di caratteril'asserzione lookbehind non ha lunghezza fissatasequenza \P o \p malformatanumero o nome malformato dopo (?('<' mancante nel riferimento simbolico) mancante dopo il commento) terminante mancante] terminante mancante per classe di caratteriterminatore mancante nel nome di sotto-modellol'oggetto mount non implementa la supposizione del tipo di contenutol'oggetto mount non implementa l'azione ejectl'oggetto mount non implementa l'azione eject o eject_with_operationl'oggetto mount non implementa l'azione remountl'oggetto mount non implementa la supposizione sincrona del tipo di contenutol'oggetto mount non implementa l'azione unmountl'oggetto mount non implementa l'azione unmount o unmount_with_operationnulla da ripeterenumero troppo grande nel quantificatore {}numeri fuori ordine nel quantificatore {}il valore ottale è maggiore di \377memoria esauritasconfinamento compilando l'area di lavorosotto-modello referenziato precedentemente controllato non trovatointervallo disordinato nella classe di caratteriraggiunto limite di ricorsionela chiamata ricorsiva potrebbe entrare in ciclo infinitoriferimento a sotto-modello non esistenteespressione regolare troppo grandela ripetizione di un gruppo DEFINE non è consentita'\' finale isolatoil nome di sotto-modello è troppo lungo (massimo 32 caratteri)il collegamento simbolico deve essere non-NULLil modello contiene elementi non supportati per la corrispondenza parzialetroppi sotto-modelli nominati (massimo 10.000)due sotto-modelli nominati presentano lo stesso nomeripetizione inattesariferimento simbolico non terminatonome di classe POSIX sconosciutoerrore sconosciutosequenza di escape sconosciutanome di proprietà sconosciuto dopo \P o \pcarattere non riconosciuto dopo (?carattere non riconosciuto dopo (?<carattere non riconosciuto dopo (?Pcarattere non riconosciuto dopo \il volume non implementa l'azione ejectil volume non implementa l'azione eject o eject_with_operationil volume non implementa l'azione mountraggiunto limite dello spazio di lavoro per sotto-stringhe vuoteriferimento simbolico di lunghezza zero./glib-2.22.2-i686/usr/share/locale/et/0000755000000000000000000000000011271166770015633 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/et/LC_MESSAGES/0000755000000000000000000000000011271166770017420 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/et/LC_MESSAGES/glib20.mo0000644000000000000000000012034611271166635021042 0ustar rootrootŪ•œ !‘!Ĩ!­!ĩ! Ŋ!É!YŅ!_+"a‹"í"#)'#Q#&e#BŒ#Ī#æ#+û#('$ P$q$#$ą$Ë$2ã$9%!P%4r%/§%×%3î%+"&1N&-€&/Ž&#Ū&' ')8'b'(~',§'%Ô'&ú'"!("D()g(!‘( ŗ(AÔ(ž)ĩ)Ė);ė).(**W*.‚*ą**Ę*&õ*a+F~+4Å+2ú+:-,Ah,@Ē,;ë,W'-W-1×-/ .%9.?_.5Ÿ.IÕ.‘/ ą/Ō/į/0#0:0S0j0}0’0ą0Î0!ę0 1,1K1a1|1 ‘1˛1Î1å1ũ1252Q2j2†2"ž2Á2Ũ2ü2!363K3 d3…3Ÿ3ļ3!Đ3)ō3-4J4b4€4,š4Į4!ã455:75.r50Ą59Ō5 6&6>@6$6#¤6Č6'æ6.7=7?\7)œ7$Æ7%ë7-8?8!S89u8*¯89Ú89-19+_9Š‹9&:+=:3i:#:!Á:)ã:8 ;9F;%€;.Ļ;-Õ;.<2<)I<!s< •<Ŗ<Â<.Ō< =&=#6=&Z==Ą=3ŧ=-đ=(>(G>(p>)™>Ã>ã>ô>??0?E?^?$s?0˜?É?+é?!@7@S@1q@.Ŗ@TŌ@H'AFpA=ˇALõA+BB!nBB-°B$ŪB(C,C"GC3jC9žCØC"õCD!0D1RD2„D<ˇDôD&E9:EtEE)ŠEĶE#æEL FNWF°ĻFzWGŌGęG%H8(H-aH*H5ēH*đH/I KIlI €I%ĄIĮI"äIJJ/JHJ!hJ ŠJĢJÄJáJôJ!K$1K0VK"‡KFĒK:ņK-,L2ZLL;ĨL áL'M-*M)XM"‚MĨM$šM ŪM?˙M.?NnN…N˜N!´N'ÖN3ūN.2O(aO0ŠO+ģOįOP* PKPOjPCēP"ūP!Q&AQ!hQ*ŠQĩQÎQāQ ˙QC RPRXRsR0zR.ĢR3ÚR-S TDiTŽT;ÉT0U 6U1DUvU‡U §UČUŨUúU V5'V)]V‡VĨVÂV×V!ōVW/WLW"[W$~WŖW*ģW(æWX"+X!NXpXˆX)žX%ČX-îXY5:YpY9YĘY9ęY$Z6Z%VZ |Z ZĢZ2ĮZ%úZ [&8[$_[„['Ą[É[3Ų[ \=&\+d\(\š\Ë\é\ ]]$(]M] m] Ž] ¯]Đ]6ī]&^,E^r^f‘^ø_ ```$` 3`O=`S`Yá`;aUa)uaŸa'´aHÜa%b?b,Rb,b&ŦbĶb2íb( c!Ic=kcBŠc.ėcEd@adĸd<Ád<ūdA;e>}e=ŧe2úe-f0Lf>}f'ŧf(äf? g2Mg=€g7žg,ög##h#Gh"kh0ŽhŋhAiWi?ui)ĩi0ßi4jEj+Yj$…jnĒjGk0ak.’k7Ák<ųk?6l7vl`ŽlQm,am3Žm.Âm;ņm/-nI]n…§n-oLo!bo„oĸoŧoÖoņopp8pTp*kp –pˇpĶpķp q q?q\qnq‰qŠqÄqāqr r$=u0|u+­u7Ųuv-vGMv&•v,ŧv!év$ w10wbw6w,¸w'åw& x.4x+cx;x=Ëx- y=7yuy/”y-Äytōy(gz-z<žz*ûz!&{#H{Al{FŽ{*õ{3 |2T|3‡|ģ|-Ķ|} !}(/}X}6p}§})š}ã}3~54~j~6‡~0ž~,ī~33P&„!ĢÍŪō€€0€J€!d€+†€˛€&΀%õ€$@(Y'‚XǁJ‚IN‚L˜‚Wå‚.=ƒ!lƒ!Žƒ-°ƒۃ*ųƒ$„-<„/j„5š„(Є'ų„!…7<…3t…8¨…Aá…##†-G†4u†dž†9߆‡/,‡W\‡N´‡Āˆ‚ĈG‰c‰*z‰3Ĩ‰*Ų‰)Š8.Š!gŠ&‰Š%°Š֊#æŠ& ‹1‹$M‹%r‹˜‹ĩ‹Ė‹į‹$Œ'Œ<ŒWŒjŒŒ›Œ.šŒ#čŒH 1U0‡$¸Ũ9đ*ŽDŽ4aŽ$–Ž*ģŽæŽ!˙Ž!!@C „Ĩďڏ*ų($@M4ސ4ÐIø:B‘'}‘+Ĩ‘'Ņ‘ų‘U’Il’)ļ’ā’%˙’%“.B“q“Œ“ž“ž“FΓ”” 3”=?”9}”Aˇ”@ų” :•[• t••&•ļ•_Į•'–-D–Cr–ļ–9֖,—=—,R——+Ž—%ē—ā—û—˜%˜EB˜+ˆ˜´˜Иę˜)™9,™f™#{™ Ÿ™!­™(Ī™ø™š).šXš#oš“š ̚˚ãš"›!$›F›Ac›Ĩ›0›ķ›CœUœiœ%‡œ%­œ ͜&áœ1&:#a8…ž۝"ųž7-žežJ€ž7˞(Ÿ,Ÿ<ŸTŸ oŸ}Ÿ'ŽŸļŸП럠! 8@ y 8“ Ė ŗA3ôMˇTû%K6´V‹ũŽ7Ā0bI†š˛T-ëâB€„Z×Ũã$ˆÂ į[v ķ.F&š°GQ{)^Ŗ¨Ė;ŦsÔ&]5@RqīgkåĄ:qWæĶ…Wõ}w¯"U)ōAO ø‡Ëŋ(d…rM#„\?ÛX ˙`;?Nvjl 't€KY1NfÁ>n27pRi¤nęm6ŸĮáu3-yļ÷‡î_*IP iuS|ܞ–OŲØd!<5JŒ ŠēsāĘĩģÕ2ė,éLú/[ŠVU_•xb'†8^9E+Č>Qxņ4 ֘‰”CĨÅt<ä‚9ŪŠmž4ĒDhƒe+‘írBD%1#Gf=|Ŋ8HŅ@‰Lo§owS*pP~a Éą:`ÎĢ}zyų0ŧ —ÆĐaÚlđ͜{jc­JZ]=cHCŽ/!\“ĪĻ$ĂX,ßk’öY ÃčE™ĸŒüŽFg›¸ˆŌ .heū"~‹(zƒ (invalid encoding)%.1f GB%.1f KB%.1f MB%s filetype%s type'%s' is not a valid character following a '<' character; it may not begin an element name'%s' is not a valid character following the characters '''%s' is not a valid name '%s' is not a valid name: '%c' (?R or (?[+-]digits must be followed by )) without opening (A bookmark for URI '%s' already existsAbstract unix domain socket addresses not supported on this systemAdded socket is closedApplication Options:Association creation not supported on win32Attribute '%s' of element '%s' not foundAttribute value must be non-NULLBackup file creation failedCan't copy directory over directoryCan't copy over directoryCan't copy special fileCan't create user MIME configuration folder %s: %sCan't create user application configuration folder %s: %sCan't create user desktop file %sCan't do a raw read in g_io_channel_read_line_stringCan't do a raw read in g_io_channel_read_to_endCan't find applicationCan't handle the supplied version the icon encodingCan't handle version %d of GEmblem encodingCan't handle version %d of GEmblemedIcon encodingCan't handle version %d of GFileIcon encodingCan't handle version %d of GThemedIcon encodingCan't move directory over directoryCan't open directoryCan't recursively copy directoryCan't rename file, filename already existCan't rename root directoryCancellable initialization not supportedCannot convert fallback '%s' to codeset '%s'Cannot parse double value '%s' for %sCannot parse integer value '%s' for %sCannot set permissions on symlinksCannot truncate GMemoryInputStreamChannel terminates in a partial characterCharacter out of range for UTF-16Character out of range for UTF-8Character reference '%-.*s' does not encode a permitted characterCharacter reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Connection in progressContaining mount does not existConversion from character set '%s' to '%s' is not supportedCould not allocate %lu bytes to read file "%s"Could not open converter from '%s' to '%s'Could not open converter from '%s' to '%s': %sCustom definition for %sDEFINE group contains more than one branchDesktop file didn't specify Exec fieldDocument ended unexpectedly after the equals sign following an attribute name; no attribute valueDocument ended unexpectedly inside a comment or processing instructionDocument ended unexpectedly inside an attribute nameDocument ended unexpectedly inside an element nameDocument ended unexpectedly inside an element-opening tag.Document ended unexpectedly inside the close tag for element '%s'Document ended unexpectedly just after an open angle bracket '<'Document ended unexpectedly while inside an attribute valueDocument ended unexpectedly with elements still open - '%s' was the last element openedDocument ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>Document must begin with an element (e.g. )Document was empty or contained only whitespaceDouble value '%s' for %s out of rangeElement '%s' was closed, but the currently open element is '%s'Element '%s' was closed, no element is currently openEmpty entity '&;' seen; valid entities are: & " < > 'Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Entity name '%-.*s' is not knownEnumerator is closedError accepting connection: %sError binding to address: %sError closing file: %sError closing socket: %sError closing unix: %sError connecting: Error connecting: %sError creating backup copy: %sError creating directory: %sError during conversion: %sError getting filesystem info: %sError launching application: %sError making symbolic link: %sError moving file: %sError on line %d char %d: Error on line %d: %sError opening directory '%s': %sError opening file '%s': %sError opening file: %sError parsing option %sError reading file '%s': %sError reading from file: %sError reading from unix: %sError receiving data: %sError receiving message: %sError removing file: %sError removing old backup link: %sError removing old file: %sError removing target file: %sError renaming file: %sError renaming temporary file: %sError resolving '%s'Error resolving '%s': %sError reverse-resolving '%s': %sError seeking in file: %sError sending data: %sError sending message: %sError setting SELinux context: %sError setting extended attribute '%s': %sError setting modification or access time: %sError setting owner: %sError setting permissions: %sError setting symlink: %sError setting symlink: file is not a symlinkError stating file '%s': %sError stating file descriptor: %sError trashing file: %sError truncating file: %sError while compiling regular expression %s at char %d: %sError while matching regular expression %s: %sError while optimizing regular expression %s: %sError while parsing replacement text "%s" at char %lu: %sError writing to file: %sError writing to unix: %sExisting file '%s' could not be removed: g_unlink() failed: %sExpected a GEmblem for GEmblemedIconExpecting 1 control message, got %dExpecting one fd, but got %d Failed to change to directory '%s' (%s)Failed to close file '%s': fclose() failed: %sFailed to create file '%s': %sFailed to create pipe for communicating with child process (%s)Failed to execute child process "%s" (%s)Failed to execute child process (%s)Failed to execute helper program (%s)Failed to expand exec line '%s' with URI '%s'Failed to fork (%s)Failed to fork child process (%s)Failed to get attributes of file '%s': fstat() failed: %sFailed to map file '%s': mmap() failed: %sFailed to open file '%s' for writing: fdopen() failed: %sFailed to open file '%s': %sFailed to open file '%s': fdopen() failed: %sFailed to open file '%s': open() failed: %sFailed to parse '%-.*s', which should have been a digit inside a character reference (ê for example) - perhaps the digit is too largeFailed to read data from child processFailed to read data from child process (%s)Failed to read enough data from child pid pipe (%s)Failed to read from child pipe (%s)Failed to read from file '%s': %sFailed to read the symbolic link '%s': %sFailed to redirect output or input of child process (%s)Failed to rename file '%s' to '%s': g_rename() failed: %sFailed to resize memory output streamFailed to write file '%s': fflush() failed: %sFailed to write file '%s': fsync() failed: %sFailed to write file '%s': fwrite() failed: %sFile "%s" is too largeFile enumerator has outstanding operationFile enumerator is already closedFile is emptyFile names cannot contain '%c'Filesystem rootGSocketControlMessage not supported on windowsHelp Options:Hostname '%s' contains '[' but not ']'Input stream doesn't implement readInteger value '%s' for %s out of rangeInteger value '%s' out of rangeInvalid GSeekType suppliedInvalid UTF-8 encoded text in name - not valid '%s'Invalid attribute type (byte string expected)Invalid attribute type (string expected)Invalid attribute type (uint32 expected)Invalid attribute type (uint64 expected)Invalid byte sequence in conversion inputInvalid extended attribute nameInvalid filenameInvalid filename %sInvalid group name: %sInvalid hostnameInvalid key name: %sInvalid program name: %sInvalid seek requestInvalid sequence in conversion inputInvalid socket, initialization failed due to: %sInvalid socket, not initializedInvalid string in argument vector at %d: %sInvalid string in environment: %sInvalid symlink value givenInvalid working directory: %sKey file contains escape character at end of lineKey file contains invalid escape sequence '%s'Key file contains key '%s' in group '%s' which has value that cannot be interpreted.Key file contains key '%s' which has a value that cannot be interpreted.Key file contains key '%s' which has value that cannot be interpreted.Key file contains key '%s' with value '%s' which is not UTF-8Key file contains line '%s' which is not a key-value pair, group, or commentKey file contains unsupported encoding '%s'Key file does not have group '%s'Key file does not have key '%s'Key file does not have key '%s' in group '%s'Key file does not start with a groupLeftover unconverted data in read bufferListener is already closedMalformed input data for GFileIconMalformed number of tokens (%d) in GEmblem encodingMalformed number of tokens (%d) in GEmblemedIcon encodingMalformed version number: %sMemory output stream not resizableMissing argument for %sMove between mounts not supportedNo MIME type defined in the bookmark for URI '%s'No application is registered as handling this fileNo application with name '%s' registered a bookmark for '%s'No bookmark found for URI '%s'No groups set in bookmark for URI '%s'No private flag has been defined in bookmark for URI '%s'No service record for '%s'No type for class name %sNo valid bookmark file found in data dirsNot a regular fileNot enough space for socket addressOdd character '%s', expected a '=' after attribute name '%s' of element '%s'Odd character '%s', expected a '>' character to end the empty-element tag '%s'Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute nameOdd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'Operation not supportedOperation was cancelledOutput stream doesn't implement writePCRE library is compiled without UTF8 properties supportPCRE library is compiled without UTF8 supportPOSIX collating elements are not supportedPOSIX named classes are supported only within a classPartial character sequence at end of inputQuoted text doesn't begin with a quotation markReached maximum data array limitReceived invalid fdSELinux context must be non-NULLSELinux is not enabled on this systemSeek not supported on streamSetting attribute %s not supportedShow all help optionsShow help optionsSocket is already closedSource stream is already closedStream doesn't support query_infoStream has outstanding operationStream is already closedSymbolic links not supportedTarget file existsTarget file is a directoryTarget file is not a regular fileTemplate '%s' doesn't contain XXXXXXTemplate '%s' invalid, should not contain a '%s'Temporarily unable to resolve '%s'Text ended before matching quote was found for %c. (The text was '%s')Text ended just after a '\' character. (The text was '%s')Text was empty (or contained only whitespace)The URI '%s' contains invalidly escaped charactersThe URI '%s' is invalidThe URI '%s' is not an absolute URI using the "file" schemeThe file was externally modifiedThe hostname of the URI '%s' is invalidThe local file URI '%s' may not include a '#'The pathname '%s' is not an absolute pathToo large count value passed to %sTrash not supportedTruncate not allowed on input streamTruncate not supported on streamType %s does not implement from_tokens() on the GIcon interfaceType %s does not implement the GIcon interfaceType %s is not classedURIs not supportedUnable to create socket: %sUnable to create trash dir %s: %sUnable to create trashing info file: %sUnable to find default local directory monitor typeUnable to find default local file monitor typeUnable to find or create trash directoryUnable to find terminal required for applicationUnable to find toplevel directory for trashUnable to get pending error: %sUnable to trash file: %sUnexpected attribute '%s' for element '%s'Unexpected early end-of-streamUnexpected error in g_io_channel_win32_poll() reading data from a child processUnexpected error in select() reading data from a child process (%s)Unexpected error in waitpid() (%s)Unexpected tag '%s' inside '%s'Unexpected tag '%s', tag '%s' expectedUnexpected type of ancillary dataUnknown error executing child process "%s"Unknown error on connectUnknown option %sUnknown protocol was specifiedUnknown typeUnmatched quotation mark in command line or other shell-quoted textUnnamedUnsupported socket addressUsage:Valid key file could not be found in search dirsValue '%s' cannot be interpreted as a boolean.Value '%s' cannot be interpreted as a float number.Value '%s' cannot be interpreted as a number.Waiting for socket condition: %sWrong number of tokens (%d)[OPTION...]\ at end of pattern\C not allowed in lookbehind assertion\c at end of pattern\g is not followed by a braced name or an optionally braced non-zero numberassertion expected after (?(association changes not supported on win32back references as conditions are not supported for partial matchingbacktracking limit reachedcase-changing escapes (\l, \L, \u, \U) are not allowed herecharacter value in \x{...} sequence is too largecode overflowconditional group contains more than two branchescorrupted objectcould not get local address: %scould not get remote address: %scould not listen: %screating GSocket from fd: %sdigit expecteddrive doesn't implement ejectdrive doesn't implement eject or eject_with_operationdrive doesn't implement polling for mediadrive doesn't implement startdrive doesn't implement stopfailed to get memoryhexadecimal digit expectedhexadecimal digit or '}' expectedillegal symbolic referenceinconsistent NEWLINE optionsinternal errorinternal error or corrupted objectinvalid combination of newline flagsinvalid condition (?(0)invalid escape sequence in character classlookbehind assertion is not fixed lengthmalformed \P or \p sequencemalformed number or name after (?(missing '<' in symbolic referencemissing ) after commentmissing terminating )missing terminating ] for character classmissing terminator in subpattern namemount doesn't implement content type guessingmount doesn't implement ejectmount doesn't implement eject or eject_with_operationmount doesn't implement remountmount doesn't implement synchronous content type guessingmount doesn't implement unmountmount doesn't implement unmount or unmount_with_operationnothing to repeatnumber too big in {} quantifiernumbers out of order in {} quantifieroctal value is greater than \377out of memoryoverran compiling workspacepreviously-checked referenced subpattern not foundrange out of order in character classrecursion limit reachedrecursive call could loop indefinitelyreference to non-existent subpatternregular expression too largerepeating a DEFINE group is not allowedstray final '\'subpattern name is too long (maximum 32 characters)symlink must be non-NULLthe pattern contains items not supported for partial matchingtoo many named subpatterns (maximum 10,000)two named subpatterns have the same nameunexpected repeatunfinished symbolic referenceunknown POSIX class nameunknown errorunknown escape sequenceunknown property name after \P or \punrecognized character after (?unrecognized character after (?<unrecognized character after (?Punrecognized character follows \volume doesn't implement ejectvolume doesn't implement eject or eject_with_operationvolume doesn't implement mountworkspace limit for empty substrings reachedzero-length symbolic referenceProject-Id-Version: GLib master Report-Msgid-Bugs-To: POT-Creation-Date: 2009-10-07 09:51-0400 PO-Revision-Date: 2009-09-02 05:40+0300 Last-Translator: Ivar Smolin Language-Team: Estonian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n != 1); (vigane kodeering)%.1f GB%.1f KB%.1f MB%s failitÃŧÃŧp%s tÃŧÃŧpMärk '%s' ei ole märgi '<' järel lubatud, see vÃĩib mitte olla elemendi nimiMärk '%s' ei ole märkide '''%s' pole korrektne nimi '%s' pole korrektne nimi: '%c' (?R vÃĩi (?[+-]digits järel peab olema )) ilma algussuluta (URI-le '%s' on juba järjehoidja olemasAbstraktse unix-domeeni sokliaadressid ei ole sellel sÃŧsteemil toetatudLisatud sokkel on suletudRakenduse vÃĩtmed:Seose loomine pole win32 keskkonnas toetatudElemendil '%2$s' ei leitud rekvisiiti '%1$s'Rekvisiidi väärtus ei tohi olla NULLTÃĩrge varufaili loomiselKataloogi pole vÃĩimalik kataloogi peale kopeeridaKataloogi peale pole vÃĩimalik kopeeridaErifaili pole vÃĩimalik kopeeridaKasutaja MIME-seadistustekataloogi %s pole vÃĩimalik luua: %sKasutaja rakenduse seadistustekataloogi %s pole vÃĩimalik luua: %sKasutaja tÃļÃļlauafaili %s pole vÃĩimalik luuaEi saa teostada toorest lugemise g_io_channel_read_line_string'i seesEi saa teostada toorest lugemise g_io_channel_read_to_end'i seesRakendust pole vÃĩimalik leidaAntud ikooni kodeerimise versiooni pole vÃĩimalik käsitsedaGEmblem'i kodeeringu versioonid %d pole vÃĩimalik käsitsedaGEmblemedIcon'i kodeeringu versiooni %d pole vÃĩimalik käsitsedaGFileIcon'i kodeeringu versioonid %d pole vÃĩimalik käsitsedaGThemedIcon kodeeringu versiooni %d pole vÃĩimalik käsitsedaKataloogi pole vÃĩimalik kataloogi peale liigutadaKataloogi pole vÃĩimalik avadaKataloogi pole vÃĩimalik rekursiivselt kopeeridaFaili pole vÃĩimalik Ãŧmber nimetada, failinimi on juba olemasJuurkataloogi nime pole vÃĩimalik muutaTÃŧhistatav käivitamine ei ole toetatudTaandresiimi '%s' pole vÃĩimalik teisendada kooditabelisse '%s'Arvväärtust '%s' pole vÃĩimalik %s jaoks parsidaTäisarvulist väärtust '%s' pole vÃĩimalik %s jaoks parsidaNimeviitadele pole vÃĩimalik pääsuÃĩiguseid määrataGMemoryInputStream'i pole vÃĩimalik kärpidaKanali katkestus poole märgi pealtMärk on väljaspool UTF-16 ulatustMärk on väljaspool UTF-8 ulatustMärgiviide '%-.*s' ei teisendu lubatud märgiksMärgiviide ei lÃĩpe semikooloniga. Enamasti kasutatakse ampersand märki ilma kavatsuseta olemit alustada - märgi see kui &Ühendumise edenemineSisalduvat haaget pole olemasTeisendamine koodistikust '%s' koodistikku '%s' ei ole toetatudEi saa eraldada %lu faili "%s" lugemiseksKonverterit '%s'-st '%s'-ks pole vÃĩimalik avadaKonverterit '%s'-st '%s'-ks pole vÃĩimalik avada: %s%s oma definitsioonDEFINE grupp sisaldab rohkem kui Ãŧhte haruTÃļÃļlauafail ei määra Exec-väljaDokument lÃĩppes ootamatult pärast rekvisiidi nime järel olevat vÃĩrdusmärki, rekvisiidi väärtus on puuduDokument lÃĩppes ootamatult kommentaaride vÃĩi tÃļÃļtlemis juhiste seesDokument lÃĩppes ootamatult rekvisiidi nime seesDokument lÃĩppes ootamatult elemendi nime seesDokument lÃĩppes ootamatult elemendi avamise sildi seesDokument lÃĩppes ootamatult elementi '%s' sulgemissildi seesDokument lÃĩppes ootamatult ilma avatud nurksulgu '<' sulgemataDokument lÃĩppes ootamatult keset attribuudi väärtustDokument lÃĩppes ootamatult ilma, et avatud elemente sulgemata - '%s' oli viimane avatud elementDokument lÃĩppes ootamatult, sildi <%s/> lÃĩpetamiseks loodetakse näha nurksulguDokument peab algama elemendiga (nt: )Dokument on tÃŧhi vÃĩi sisaldab ainult tÃŧhja ruumiArv '%s' %s jaoks on väljaspool lubatud piireElement '%s' on suletud, kuid praegu avatud element on '%s'Element '%s' on suletud, avatud elemente ei oleAvastati tÃŧhi olem '&'; lubatud olemid on: & " < > 'Olem ei lÃĩppenud semikooloniga; kÃĩige tÃĩenäolisemalt ei kavatsenud sa ampersandi kasutades olemit alustada - märgi see kui &Olemi nimi '%-.*s' on tuntmatuNummerdaja on suletudViga Ãŧhendusega nÃĩustumisel: %sViga aadressile sidumisel: %sViga faili sulgemisel: %sViga sokli sulgemisel: %sViga unix'i sulgemisel: %sViga Ãŧhendumisel: Viga Ãŧhendumisel: %sViga varukoopia loomisel: %sViga kataloogi loomisel: %sViga teisendamisel: %sViga failisÃŧsteemi andmete hankimisel: %sViga rakenduse käivitamisel: %sViga nimeviida loomisel: %sViga faili ÃŧmbertÃĩstmisel: %sViga real %d märgil %d: Viga real %d: %sViga kataloogi '%s' avamisel: %sViga faili '%s' avamisel: %sViga avamisel: %sViga vÃĩtme parsimisel: %sViga failist '%s' lugemisel: %sViga failist lugemisel: %sViga unix'ist lugemisel: %sViga andmete vastuvÃĩtmisel: %sViga sÃĩnumi vastuvÃĩtmisel: %sViga faili eemaldamisel: %sViga vana varuviite eemaldamisel: %sViga vana faili eemaldamisel: %sViga sihtfaili eemaldamisel: %sViga faili nime muutmisel: %sViga ajutise faili nime muutmisel: %sViga '%s' lahendamiselViga '%s' lahendamisel: %sViga '%s' pÃļÃļrdlahendamisel: %sViga faili kerimisel: %sViga andmete saatmisel: %sViga sÃĩnumi saatmisel: %sViga SELinuxi konteksti seadmisel: %sViga laiendatud rekvisiidi '%s' seadmisel: %sViga muutmise vÃĩi kasutamise aja määramisel: %sViga omaniku seadmisel: %sViga pääsuÃĩiguste määramisel: %sViga nimeviida seadmisel: %sViga nimeviida seadmisel: fail pole nimeviideViga faili '%s' kohta andmete hankimisel: %sViga failideskriptori kohta andmete hankimisel: %sViga faili prÃŧgikasti viskamisel: %sViga faili kärpimisel: %sViga regulaaravaldise %s kompileerimisel %d. märgi juures: %sViga regulaaravaldise %s vastavuse otsimisel: %sViga regulaaravaldise %s optimeerimisel: %sViga asendusteksti "%s" parsimisel märgi %lu kohal: %sViga faili kirjutamisel: %sViga unix'isse kirjutamisel: %sOlemasolevat faili '%s' pole vÃĩimalik eemaldada: g_unlink() nurjus: %sOodati GEmblem'i GEmblemedIcon'i jaoksEeldati Ãŧhte kontrollsÃĩnumit, aga saadi %dEeldati Ãŧhte fd-d, aga saadi %d TÃĩrge kataloogi '%s' muutmisel (%s)TÃĩrge faili '%s' sulgemisel: fclose() nurjus: %sTÃĩrge faili '%s' loomisel: %sTÃĩrge toru loomisel alamprotsessiga suhtlemiseks (%s)TÃĩrge alamprotsessi "%s" käivitamisel (%s)TÃĩrge alamprotsessi käivitamisel (%s)TÃĩrge abiprogrammi käivitamisel (%s)TÃĩrge rea '%s' käivitamisel koos URI-ga '%s'Viga poolitamisel funktsiooniga fork() (%s)TÃĩrge alamprotsessi poolitamisel funktsiooniga fork() (%s)TÃĩrge faili '%s' rekvisiitide hankimisel: fstat() nurjus: %sTÃĩrge faili '%s' avamisel: mmap() nurjus: %sTÃĩrge faili '%s' avamisel kirjutamiseks: fdopen() nurjus: %sTÃĩrge faili '%s' avamisel: %sTÃĩrge faili '%s' avamisel: fdopen() nurjus: %sTÃĩrge faili '%s' avamisel: open() nurjus: %sViga '%-.*s' parsimisel. See vÃĩiks olla märgiviites olev number (näiteks ê) - vÃĩibolla on number liiga suurTÃĩrge andmete lugemisel alamprotsessiltTÃĩrge andmete lugemisel alamprotsessilt (%s)TÃĩrge piisavate andmete lugemisel lapsprotsessi torust (%s)TÃĩrge alamprotsessi torust lugemisel (%s)TÃĩrge failist '%s' lugemisel: %sTÃĩrge nimeviida '%s' lugemisel: %sTÃĩrge alamprotsessi sisendi vÃĩi väljundi Ãŧmbersuunamisel (%s)TÃĩrge faili '%s' Ãŧmbernimetamisel nimega '%s': g_rename() nurjus: %sMäluväljundi voo suuruse muutmine nurjusTÃĩrge faili '%s' kirjutamisel: fflush() nurjus: %sTÃĩrge faili '%s' kirjutamisel: fsync() nurjus: %sTÃĩrge faili '%s' kirjutamisel: fwrite() nurjus: %sFail "%s" on liiga suurFailide nummerdajat kasutatakse väljastpooltFailinummerdaja on juba suletudFail on tÃŧhiFailinimed ei tohi sisaldada märki '%c'FailisÃŧsteemi juurikasGSocketControlMessage pole windows-platvormil toetatudAbiteabe vÃĩtmed:Hostinimi '%s' sisaldab '[' aga mitte ']'Sisendvoog ei toeta lugemistTäisarv '%s' %s jaoks on väljaspool lubatud piireTäisarvu väärtus '%s' on väljaspool lubatud piirePakutud GSeekType pole sobivNimes on vigaselt kodeeritud UTF-8 tekst - vigane '%s'Vigane rekvisiidi tÃŧÃŧp (oodatakse baitstringi)Vigane rekvisiidi tÃŧÃŧp (oodatakse stringi)Vigane rekvisiidi tÃŧÃŧp (oodatakse tÃŧÃŧpi uint32)Vigane rekvisiidi tÃŧÃŧp (oodatakse tÃŧÃŧpi uint64)Vigane baidijada sisendi teisendamiselVigane laiendatud rekvisiidi nimiVigane failinimiVigane failinimi %sVigane grupi nimi: %sVigane hostinimiVigane vÃĩtme nimi: %sVigane programmi nimi: %sSobimatu kerimise päringVigane jada sisendi teisendamiselVigane sokkel, käivitamine nurjus kuna: %sVigane sokkel, käivitamataVigane string argumendivektoris %d: %sVigane string keskkonnamuutujates: %sMäärati vigane nimeviida väärtusVigane tÃļÃļkataloog: %sVÃĩtmefail sisaldab rea lÃĩpus paomärkiVÃĩtmefail sisaldab vigast paojada '%s'VÃĩtmefail sisaldab vÃĩtit '%s' grupis '%s' aga selle väärtust pole vÃĩimalik kasutadaVÃĩtmefail sisaldab vÃĩtit '%s', mille väärtust pole vÃĩimalik kasutada.VÃĩtmefail sisaldab vÃĩtit '%s', mille väärtus pole vÃĩimalik kasutada.VÃĩtmefail sisaldab vÃĩtit '%s', mille väärtus '%s' pole UTF-8 kodeeringusVÃĩtmefail sisaldab rida '%s', mis ei ole vÃĩti-väärtus paar, grupp ega ka kommentaarVÃĩtmefail sisaldab toetamata kodeeringut '%s'VÃĩtmefail ei sisalda gruppi '%s'VÃĩtmefail ei sisalda vÃĩtit '%s'VÃĩtmefail ei sisalda vÃĩtit '%s' grupis '%s'VÃĩtmefail ei alga grupigaLugemispuhvrisse jäi teisendamata andmeidKuulaja on juba suletudVigaselt vormindatud andmed GFileIcon'i jaoksVigane märgiste arv (%d) GEmblem'i kodeeringusVigane märgiste arv (%d) GEmblemedIcon'i kodeeringusVigaselt vormindatud versiooninumber: %sMäluväljundi voo suurus pole muudetavPuuduv argument %s'i jaoksErinevate haakeseadmete vahel liigutamine pole toetatudURI '%s' järjehoidjas pole MIME tÃŧÃŧpe määratudSelle faili käsitlemiseks pole rakendust registreeritudRakendus nimega '%s' pole '%s' kohta järjehoidjat registreerinudURI-le '%s' ei leitud järjehoidjatURI '%s' järjehoidjas pole gruppe määratudURI '%s' järjehoidjas pole privaatlippu kirjeldatud'%s' teenuskirje puudubKlassinimel %s puudub tÃŧÃŧpAndmekataloogidest ei leitud korrektset järjehoidjafailiPole tavaline failSokliaadressi jaoks ei ole piisavalt vaba ruumiVeider märk '%1$s', pärast elemendi '%3$s' tunnust nimega '%2$s' oodatakse märki '='Veider märk '%s', elemendi '%s' lÃĩpusildi lÃĩpetamiseks oodatakse märki '>'Veider märk '%s', oodatakse märke '>' vÃĩi '/', mis tähitaksid elemendi '%s' sildi algust vÃĩi lÃĩppu, Ãŧhe vÃĩimalusena ka rekvisiiti. VÃĩib-olla kasutad sa rekvisiidi nimes vigast märki?Veider märk '%s', oodatakse vÃĩrdusmärgi järel tulevat jutumärki, mis aitaks rekvisiidile '%s' väärtust seada (element '%s')Operatsioon ei ole toetatudOperatsioon tÃŧhistatiVäljundvoog ei toeta kirjutusoperatsiooniPCRE teek on kompileeritud ilma UTF8 omaduste toetaPCRE teek on kompileeritud ilma UTF8 toetaPOSIX-i koondavad elemendid pole toetatudPOSIX-i nimelised klassid on toetatud ainult klassi seesOsaline märgijada sisendi lÃĩpusTsiteeritav tekst ei alga jutumärgigaMasiivi suurima suuruse piir ÃŧletatiSaadi vigane fdSELinuxi kontekst ei tohi olla NULLSELinux pole selles sÃŧsteemis lubatudVoogu pole vÃĩimalik keridaRekvisiidi %s seadmine pole toetatudKÃĩikide abiteabe vÃĩtmete näitamineAbiteabe vÃĩtmete näitamineSokkel on juba suletudLähtevoog on juba suletudVoog ei toeta query_info'tVoogu juba kasutatakse väljastpooltVoog on juba suletudNimeviidad ei ole toetatudSihtfail on olemasSihtfail on kataloogSihtfail pole tavaline failMall '%s' ei sisalda XXXXXX-iMall '%s' vigane, see ei tohiks sisaldada '%s'Ajutiselt ei suudeta '%s' lahendadaTekst lÃĩppes enne kui leiti vastav jutumärk %c jaoks. (Tekst oli '%s')Tekst lÃĩppes pärast '\' märki. (Tekst on '%s')Tekst puudus (vÃĩi sisaldas ainult tÃŧhja ruumi)URI '%s' sisaldab vigaseid paomärkeURI '%s' on viganeURI '%s' ei ole failiskeemi ("file") jaoks absoluutne URIFaili muudeti väljaspoolURI '%s' hostinimi on viganeKohaliku faili URI '%s' ei vÃĩi sisaldada märki '#'Rajanimi '%s' ei ole absoluutne rada%s-le edastati liiga suur loendi väärtusPrÃŧgikast pole toetatudSisendvoo kärpimine pole lubatudAndmevoo kärpimine pole toetatudTÃŧÃŧp %s ei toeta from_tokens() funktsiooni GIcon liidese jaoksTÃŧÃŧp %s ei toeta GIcon liidestLiik %s pole klassifitseeritudURI-d ei ole toetatudSoklit pole vÃĩimalik luua: %sPrÃŧgikataloogi %s pole vÃĩimalik luua: %sPrÃŧgiinfo faili pole vÃĩimalik luua: %sVaikimisi kohalikku kataloogimonitori liigi pole vÃĩimalik leidaFailimonitori vaikimisi tÃŧÃŧpi pole vÃĩimalik leidaPrÃŧgikasti kataloogi pole vÃĩimalik leida vÃĩi luuaRakenduse käivitamiseks vajalikku terminalprogrammi pole vÃĩimalik leidaPrÃŧgikasti Ãŧlemise taseme kataloogi pole vÃĩimalik leidaAktiivset viga pole vÃĩimalik saada: %sFaili pole vÃĩimalik prÃŧgikasti visata: %sOotamatu rekvisiit '%s' elemendile '%s'Ootamatult varajane voolÃĩppOotamatu viga, kui g_io_channel_win32_poll() funktsioon luges lapsprotsessilt andmeidOotamatu funktsiooni select() viga andmete lugemisel alamprotsessilt (%s)Ootamatu viga funktsioonis waitpid() (%s)'%2$s' on ootamatu silt '%1$s'Ootamatu silt '%s', oodati silti '%s'Ootamatu kÃĩrvalteabe tÃŧÃŧpTundmatu viga alamprotsessi "%s" käivitamiselTundmatu viga ÃŧhendumiselTundmatu vÃĩti %sEtteantud protokoll on tundmatuTundmatu tÃŧÃŧpVastavuseta jutumärk käsureal vÃĩi kestprogrammi tsiteeritud tekstisNimetaToetamata sokliaadressKasutamine:Sobivat vÃĩtmefaili pole vÃĩimalik otsingukataloogidest leidaVäärtust '%s' pole vÃĩimalik tÃĩeväärtusena kasutada.Väärtust '%s' pole vÃĩimalik ujukomalise väärtusena kasutada.Väärtust '%s' pole vÃĩimalik numbrilise väärtusena kasutada.Sokli Ãŧlesseadmise ootamine: %sVale arv märgiseid (%d)[VÕTI...]\ mustri lÃĩpus\C ei ole tagasivaate esituses lubatud\c mustri lÃĩpusvÃĩtmele \g ei järgne looksulgudes nimi vÃĩi (soovi korral looksulgudes) nullist erinev number(?( järel oodatakse esitustseose muutmine pole win32 keskkonnas toetatudosaliste vastete otsimisel pole tingimuslikud tagasiviited toetatudtagasiviidete limiit saavutatudtÃĩstumuutmise märgid (\l, \L, \u, \U) pole siin lubatudmärgi väärtus \x{...} jadas on liiga suurkoodi Ãŧletäituminetingimusgrupp sisaldab rohkem kui kahte harurikutud objektkohalikku aadressi ei suudeta määrata: %skaugaadressi ei suudeta määrata: %spole vÃĩimalik kuulata: %sGSocketi loomine fd-st: %soodati numbritseade ei toeta väljastamistseade ei toeta ei väljastamist ega väljastamist koos operatsioonigaseade ei toeta meediumi olemasolu pärimistseade ei toeta käivitamistseade ei toeta seiskamisttÃĩrge mälu hankimiseloodati kuueteistkÃŧmnendsÃŧsteemi numbritoodati kuueteistkÃŧmnendsÃŧsteemi numbrit vÃĩi '}' märkikeelatud märgiviideNEWLINE vÃĩtmed pole kooskÃĩlalisedsisemine vigasisemine viga vÃĩi rikutud objektvigane reavahetusmärgiste kombinatsioonvigane tingimus (?(0)märgiklassis on vigane paojadatagasivaate esitus ei oma kindlat suurustvigane \P vÃĩi \p jadavigane number vÃĩi nimi pärast (?(puuduv '<' märgiviiteskommentaari järel puudub sulg )puudub lÃĩpetav sulg )märgiklassil puudub sulgev ]alammustri nimes puudub katkestajahaage ei toeta sisuliigi arvamisthaage ei toeta väljastamisthaage ei toeta ei väljastamist ega väljastamist koos toimingugahaage ei toeta taashaakimisthaage ei toeta sÃŧnkroonset sisutÃŧÃŧbi arvamisthaage ei toeta lahtihaakimisthaage ei toeta ei lahtihaakimist ega lahtihaakimist koos toimingugapole midagi korrata{} kvantori number liiga suur{} kvantori numbrid pole järjekorraskaheksandväärtus on suurem kui \377mälu lÃĩppeskompilaatori tÃļÃļruumi Ãŧletäituminevarem kontrollitud viidatud alammustrid ei leitudmärgiklassi vahemik pole järjekorrassuurim rekursioonide arv saavutatudrekursiivne kutsung vÃĩib jääda lÃĩpmatusse tsÃŧklisseviide olematule alammustrileregulaaravaldis on liiga suurDEFINE grupi kordused pole lubatudliigne lÃĩpp '\'alammustri nimi on liiga pikk (maksimaalselt 32 märki)nimeviit ei tohi olla NULLmuster sisaldab kirjeid, mis pole osalise vastavuse otsingu puhul toetatudliiga palju alammustreid (suurim lubatud arv on 10 000)kaks nimelist alammustrit on sama nimegaootamatu korduslÃĩpetamata märgiviidetundmatu POSIX-klassi nimitundmatu vigatundmatu paojadatundmatu omaduse nimi \P vÃĩi \p järeltundmatu märk pärast (?tundmatu märk pärast (?<tundmatu märk pärast (?P\ järel on tundmatu märkkÃĩide ei toeta lahtihaakimistkÃļide ei toeta haakimist vÃĩi haakimist koos tegevusegakÃļide ei toeta haakimisttÃļÃļtsooni suurim tÃŧhjade alamstringide arv saavutatudnullpikkusega märgiviide./glib-2.22.2-i686/usr/share/locale/lv/0000755000000000000000000000000011271166774015650 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/lv/LC_MESSAGES/0000755000000000000000000000000011271166774017435 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/lv/LC_MESSAGES/glib20.mo0000644000000000000000000002406311271166636021053 0ustar rootrootŪ•H\aœ Y!_{aÛ4=/r,ĸ)Ī!ų ž<;Û. aF F¨ 4ī 2$ :W A’ @Ô ; WQ WŠ 1 /3 ?c 5Ŗ IŲ ‘# ĩ Ņ æ '#K?j)Ē$Ôų! 9/i-†&´+Û3#;!_8)ēä$õ(LC°zA*ŧ/į0FH:-Ę2ø+'C-k)™OÃC"W*zCĨ4éc[‚eŪCD>ˆ9Į)+H†d<ë5(n^OÍ<;Z<–IĶICgmĢf1€9˛FėD3Vx|ĪLe${ *ŋ"ęE *S %~ ¤ #Ŋ >á !/A!(q!-š!KČ!0"#E"6i"+ "Ė"&ë"7#QJ#Ü#ƒ`$(ä$- %2;%Wn%?Æ%2&09&j&*€&.Ģ&%Ú&O'CP'!”'-ļ'Nä'24: +%&!E1)  7?B#="*A H G(D5839F>; $'0<-C./,6@'%s' is not a valid character following a '<' character; it may not begin an element name'%s' is not a valid character following the characters ''Can't do a raw read in g_io_channel_read_line_stringCan't do a raw read in g_io_channel_read_to_endCannot convert fallback '%s' to codeset '%s'Channel terminates in a partial characterCharacter out of range for UTF-16Character out of range for UTF-8Character reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Conversion from character set '%s' to '%s' is not supportedCould not allocate %lu bytes to read file "%s"Document ended unexpectedly after the equals sign following an attribute name; no attribute valueDocument ended unexpectedly inside a comment or processing instructionDocument ended unexpectedly inside an attribute nameDocument ended unexpectedly inside an element nameDocument ended unexpectedly inside an element-opening tag.Document ended unexpectedly inside the close tag for element '%s'Document ended unexpectedly just after an open angle bracket '<'Document ended unexpectedly while inside an attribute valueDocument ended unexpectedly with elements still open - '%s' was the last element openedDocument ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>Document must begin with an element (e.g. )Document was empty or contained only whitespaceElement '%s' was closed, but the currently open element is '%s'Element '%s' was closed, no element is currently openEmpty entity '&;' seen; valid entities are: & " < > 'Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Error during conversion: %sError on line %d: %sError opening directory '%s': %sError reading file '%s': %sFailed to change to directory '%s' (%s)Failed to create file '%s': %sFailed to create pipe for communicating with child process (%s)Failed to execute child process "%s" (%s)Failed to execute child process (%s)Failed to fork (%s)Failed to fork child process (%s)Failed to get attributes of file '%s': fstat() failed: %sFailed to open file '%s': %sFailed to open file '%s': fdopen() failed: %sFailed to read data from child processFailed to read data from child process (%s)Failed to read enough data from child pid pipe (%s)Failed to read from child pipe (%s)Failed to read from file '%s': %sFailed to redirect output or input of child process (%s)Invalid byte sequence in conversion inputInvalid hostnameInvalid sequence in conversion inputLeftover unconverted data in read bufferOdd character '%s', expected a '=' after attribute name '%s' of element '%s'Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute nameOdd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'Partial character sequence at end of inputQuoted text doesn't begin with a quotation markTemplate '%s' invalid, should not contain a '%s'Text ended before matching quote was found for %c. (The text was '%s')Text ended just after a '\' character. (The text was '%s')Text was empty (or contained only whitespace)The URI '%s' contains invalidly escaped charactersThe URI '%s' is invalidThe hostname of the URI '%s' is invalidThe local file URI '%s' may not include a '#'The pathname '%s' is not an absolute pathUnexpected error in g_io_channel_win32_poll() reading data from a child processUnexpected error in select() reading data from a child process (%s)Unexpected error in waitpid() (%s)Unknown error executing child process "%s"Unmatched quotation mark in command line or other shell-quoted textProject-Id-Version: glib Report-Msgid-Bugs-To: POT-Creation-Date: 2009-10-07 09:51-0400 PO-Revision-Date: 2002-12-19 01:04+0200 Last-Translator: Artis Trops Language-Team: Latvian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit '%s' nav atÄŧauta rakstzÄĢme, sekojoÅĄa aiz rakstzÄĢmes '<'; tā nedrÄĢkst iesākt elementa vārdu.'%s' nav derÄĢga rakstzÄĢme, sekojot rakstzÄĢmēm ''Nevaru izpildÄĢt jēllasÄĢÅĄanu iekÅĄ g_io_channel_read_line_stringNevaru izpildÄĢt jēllasÄĢÅĄanu iekÅĄ g_io_channel_read_to_endNevar pārveidot atkritienu '%s' uz rakstzÄĢmju kopu '%s'Kanāls pārtrÅĢkst daÄŧējā rakstzÄĢmēRakstzÄĢme nav UTF-16 laukāRakstzÄĢme nav UTF-8 laukāRakstzÄĢmes atsauce nebeidzās ar semikolu; visdrÄĢzāk jÅĢs lietojāt & zÄĢmi bez nodoma sākt entÄĢtiju - aizvieto & zÄĢmes ar &Konversija no rakstzÄĢmju kopas '%s' uz '%s' nav atbalstÄĢtaNevarēju atrast %lu baitus, lai nolasÄĢtu failu "%s"Dokuments negaidÄĢti izbeidzās aiz vienādÄĢbas zÄĢmes, sekojot atribÅĢta nosaukumam; nav atribÅĢta vētÄĢbasDokuments negaidÄĢti izbeidzās iekÅĄÄ komentārā vai apstrādes instrukcijāDokuments negaidÄĢti izbeidzās iekÅĄÄ atribÅĢta nosaukumāDokuments negaidÄĢti izbeidzās iekÅĄÄ elementa nosaukumāDokuments negaidÄĢti izbeidzās elementa-atveroÅĄajā tagā.Dokuments negaidÄĢti izbeidzās iekÅĄÄ elementa '%s' aizveroÅĄajā tagāDokuments negaidÄĢti izbeidzās tieÅĄi pēc atvērtās stÅĢra iekavas '<'Dokuments negaidÄĢti izbeidzās kamēr iekÅĄÄ atribÅĢta vērtÄĢbāDokuments negaidÄĢti izbeidzās ar joprojām atvērtiem elementiem - '%s' bija pēdējais atvērtais elementsDokuments negaidÄĢti izbeidzās, cerēju ieraudzÄĢt aizveroÅĄo stÅĢra iekavu, beidzoties ar tagu <%s/>Dokumentam jāsākās ar elementu (piem., )Dokuments bija tukÅĄs vai saturēja tikai tukÅĄu atstarpiElements '%s' tika aizvērts, bet paÅĄlaik atvērtais elements ir '%s'Elements '%s' tika aizvērts, neviens elements paÅĄlaik nav atvērtsPamanÄĢta tukÅĄa entÄĢtija '&;'; derÄĢgas entÄĢtijas ir: & " < > 'EntÄĢtija nebeidzās ar semikolu; visdrÄĢzāk jÅĢs lietojāt & zÄĢmi bez nodoma sākt entÄĢtiju - aizvieto & zÄĢmes ar &KÄŧÅĢda konversējot: %sKÄŧÅĢda rindā %d: %sKÄŧÅĢda atverot direktoriju '%s': %sKÄŧÅĢda nolasot failu '%s': %sNevarēju pāriet uz direktoriju '%s' (%s)Neizdevās izveidot failu '%s': %sNevarēju izveidot programkanālu komunikācijai ar bērnprocesu (%s)Nevarēju izpildÄĢt bērnprocesu "%s" (%s)Nevarēju izpildÄĢt bērnprocesu (%s)Neizdevās sadalÄĢt (%s)Nevarēju sazarot bērnprocesu (%s)Nevarēju dabÅĢt faila '%s' atribÅĢtus: fstat() neizdevās: %sNevarēju atvērt failu '%s': %sNevarēju atvērt '%s': fdopen() neizdevās: %sNevarēju nolasÄĢt datus no bērnprocesaNevarēju nolasÄĢt datus no bērnprocesa (%s)Nevarēju nolasÄĢt pietiekami daudz datus no bērna pid programkanāla (%s)Nevarēju nolasÄĢt no bērna programkanāla (%s)Nespēju nolasÄĢt no faila '%s': %sNevarēju novadÄĢt bērnprocesa (%s) izvadi vai ievadiNepareiza baitu secÄĢba konversijas ievadēNepareizs hostdatora nosaukumsNepareiza secÄĢba konversijas ievadē PāpalikuÅĄie nepārveidotie dati nolasÄĢÅĄanas buferÄĢSavāda rakstzÄĢme '%s', gaidÄĢju '=' aiz atribÅĢta nosaukuma '%s' elementam '%s'Savāda rakstzÄĢme '%s', gaidÄĢju '>' vai '/' rakstzÄĢmi, kas nobeigtu sākuma tagu elementam '%s' vai fakultatÄĢvi atribÅĢtu; iespējams, jÅĢs lietojāt nepareizu rakstzÄĢmi atribÅĢta nosaukumāSavāda rakstzÄĢme '%s', gaidÄĢju atvērtās pēdiņas pēc vienādÄĢbas zÄĢmes, nosakot vērtÄĢbu atribÅĢtam '%s' no elementa '%s'DaÄŧēja simbolu secÄĢba ievades beigāsCitētais teksts nesākas ar jautājuma zÄĢmiVeidne '%s' nepareizs, nedrÄĢkstētu saturēt '%s'Teksts beidzās pirms atbilstoÅĄais citāts tika atrasts priekÅĄ %c. (Teksts bija '%s')Teksts beidzās tieÅĄi pēc '\' rakstzÄĢmes. (Teksts bija '%s')Teksts bija tukÅĄs (vai saturēja tikai tukÅĄumus)URI '%s' satur nepareizi izvairÄĢgas rakstzÄĢmesURI '%s' ir nepareizsHostdatora nosaukuma URI '%s' ir nepareizsLokālā faila URI '%s' nedrÄĢkst saturēt '#'CeÄŧvārds '%s' nav absolutais ceÄŧÅĄNegaidÄĢta kÄŧÅĢda iekÅĄ g_io_channel_win32_poll(), lasot datus no bērnprocesaNegaidÄĢta kÄŧÅĢda iekÅĄ select(), lasot datus no bērnprocesa (%s)NegaidÄĢta kÄŧÅĢda waitpid() (%s)Nezināma kÄŧÅĢda, izpildot bērnprocesu "%s"NeatbilstoÅĄa jautājuma zÄĢme komandrindā vai citā čaulas-citētā tekstā./glib-2.22.2-i686/usr/share/locale/ka/0000755000000000000000000000000011271166773015621 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/ka/LC_MESSAGES/0000755000000000000000000000000011271166773017406 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/ka/LC_MESSAGES/glib20.mo0000644000000000000000000007673711271166635021043 0ustar rootrootŪ•Ŗ4ßL Č YÉ _#aƒ&å (!4J/,¯%Ü&))!S uA–žØ;w.ŗ*â. a<Fž4å2:MAˆ@Ę; WGWŸ1÷/)%Y?5ŋIõ‘?Ņí #;:W.’0Á9ō>,'k.“Â?á)!$K%p-–Ä!Ø9ú*49_™-ļ+äŠ&›+Â3î#"!F)h8’9Ë. 4 B&Pw)—ÁØéū$+<!hŠ1¨.ÚT F^=ĨLã+0 !\ ~ -ž $Ė (ņ !12!<d!Ą!&Ā!9į!)!"K"L^"°Ģ"z\#8×#-$*>$/i$™$¯$Á$$Ū$0%F4%:{%-ļ%2ä%&;/&'k&-“&)Á&*ë&O'Cf'"Ē'Í'&í'*(?(CQ(•(0œ(.Í(3ü(-0) ^)Dj)¯)Ę)Û)ę)!*'*B*"Q*$t*!™* ģ*É*á*=ņ*/+ M+[+,s+ +Īŋ+ø-îˆ.Đw/DH0>0lĖ0‹91†Å1€L2 Í2“n3W4BZ4A4Uß4N55œ„6‰!7iĢ7m8Bƒ8ĶÆ9›š:›6;¯Ō;­‚<–0=ĒĮ=Úr>ĘM?|@z•@‡A˜A‰B…¤B8*C8cD8œDJÕD] EM~EÂĖE¸F”HG¸ŨG}–HRIYgI2ÁIôIm’JhKiK|ëK9hL[ĸLūLMrNG‚NiĘNs4O(¨OŅP„QQ­ÖQ”„RSScmSÉŅSŠ›TS&U(zUAŖU‡åU\mVyĘVEDWDŠWNĪWEX|dXláXHNYE—YŠŨY|hZÅåZ­Ģ[ĀY\ķ]‡^`–^W÷^oO_Uŋ_…`M›`\é`ƒFaNĘa`bmzbœčb>…cĐÄc•dk&fɒgo\hjĖhj7icĸiYj|`j;Ũjjk„kŽl}Ąl”mI´mąūm~°n¸/oMčod6pЛpÄlq_1r/‘rSÁrOs1es—s%t¤Et“ęt“~uqv„vƙv]`w7žw4öwb+x„ŽxPy"dya‡yŽéy\xz1ÕzJ{"R{ŗu{Y)|(ƒ|5Ŧ|˜â|c{}x`ZTŖ6=…)XCŸĄh*WgN R(d'sm B+H˜€I‰›—Y‘f!,iSME$^ŒˆuKœ 8l0Š>[k|n–\cŽy’až25V&-jUO„Q3G<•‡ P?@"#q ;ĸ Jo‚pƒr/v“‹š{tbF~9:41A]™e†”.7LzD_ %w}'%s' is not a valid character following a '<' character; it may not begin an element name'%s' is not a valid character following the characters ''A bookmark for URI '%s' already existsApplication Options:Attribute '%s' of element '%s' not foundCan't do a raw read in g_io_channel_read_line_stringCan't do a raw read in g_io_channel_read_to_endCannot convert fallback '%s' to codeset '%s'Cannot parse double value '%s' for %sCannot parse integer value '%s' for %sChannel terminates in a partial characterCharacter out of range for UTF-16Character out of range for UTF-8Character reference '%-.*s' does not encode a permitted characterCharacter reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Conversion from character set '%s' to '%s' is not supportedCould not allocate %lu bytes to read file "%s"Could not open converter from '%s' to '%s'Could not open converter from '%s' to '%s': %sDocument ended unexpectedly after the equals sign following an attribute name; no attribute valueDocument ended unexpectedly inside a comment or processing instructionDocument ended unexpectedly inside an attribute nameDocument ended unexpectedly inside an element nameDocument ended unexpectedly inside an element-opening tag.Document ended unexpectedly inside the close tag for element '%s'Document ended unexpectedly just after an open angle bracket '<'Document ended unexpectedly while inside an attribute valueDocument ended unexpectedly with elements still open - '%s' was the last element openedDocument ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>Document must begin with an element (e.g. )Document was empty or contained only whitespaceDouble value '%s' for %s out of rangeElement '%s' was closed, but the currently open element is '%s'Element '%s' was closed, no element is currently openEmpty entity '&;' seen; valid entities are: & " < > 'Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Error during conversion: %sError on line %d: %sError opening directory '%s': %sError parsing option %sError reading file '%s': %sError while compiling regular expression %s at char %d: %sError while matching regular expression %s: %sError while optimizing regular expression %s: %sError while parsing replacement text "%s" at char %lu: %sExisting file '%s' could not be removed: g_unlink() failed: %sFailed to change to directory '%s' (%s)Failed to close file '%s': fclose() failed: %sFailed to create file '%s': %sFailed to create pipe for communicating with child process (%s)Failed to execute child process "%s" (%s)Failed to execute child process (%s)Failed to execute helper program (%s)Failed to expand exec line '%s' with URI '%s'Failed to fork (%s)Failed to fork child process (%s)Failed to get attributes of file '%s': fstat() failed: %sFailed to map file '%s': mmap() failed: %sFailed to open file '%s' for writing: fdopen() failed: %sFailed to open file '%s': %sFailed to open file '%s': fdopen() failed: %sFailed to open file '%s': open() failed: %sFailed to parse '%-.*s', which should have been a digit inside a character reference (ê for example) - perhaps the digit is too largeFailed to read data from child processFailed to read data from child process (%s)Failed to read enough data from child pid pipe (%s)Failed to read from child pipe (%s)Failed to read from file '%s': %sFailed to read the symbolic link '%s': %sFailed to redirect output or input of child process (%s)Failed to rename file '%s' to '%s': g_rename() failed: %sFailed to write file '%s': fwrite() failed: %sFile is emptyHelp Options:Integer value '%s' for %s out of rangeInteger value '%s' out of rangeInvalid byte sequence in conversion inputInvalid group name: %sInvalid hostnameInvalid key name: %sInvalid program name: %sInvalid sequence in conversion inputInvalid string in argument vector at %d: %sInvalid string in environment: %sInvalid working directory: %sKey file contains escape character at end of lineKey file contains invalid escape sequence '%s'Key file contains key '%s' in group '%s' which has value that cannot be interpreted.Key file contains key '%s' which has value that cannot be interpreted.Key file contains key '%s' with value '%s' which is not UTF-8Key file contains line '%s' which is not a key-value pair, group, or commentKey file contains unsupported encoding '%s'Key file does not have group '%s'Key file does not have key '%s'Key file does not have key '%s' in group '%s'Key file does not start with a groupLeftover unconverted data in read bufferMissing argument for %sNo MIME type defined in the bookmark for URI '%s'No application with name '%s' registered a bookmark for '%s'No bookmark found for URI '%s'No groups set in bookmark for URI '%s'No private flag has been defined in bookmark for URI '%s'No valid bookmark file found in data dirsNot a regular fileOdd character '%s', expected a '=' after attribute name '%s' of element '%s'Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute nameOdd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'PCRE library is compiled without UTF8 properties supportPCRE library is compiled without UTF8 supportPartial character sequence at end of inputQuoted text doesn't begin with a quotation markShow all help optionsShow help optionsSymbolic links not supportedTemplate '%s' doesn't contain XXXXXXTemplate '%s' invalid, should not contain a '%s'Text ended before matching quote was found for %c. (The text was '%s')Text ended just after a '\' character. (The text was '%s')Text was empty (or contained only whitespace)The URI '%s' contains invalidly escaped charactersThe URI '%s' is invalidThe URI '%s' is not an absolute URI using the "file" schemeThe hostname of the URI '%s' is invalidThe local file URI '%s' may not include a '#'The pathname '%s' is not an absolute pathUnexpected attribute '%s' for element '%s'Unexpected error in g_io_channel_win32_poll() reading data from a child processUnexpected error in select() reading data from a child process (%s)Unexpected error in waitpid() (%s)Unexpected tag '%s' inside '%s'Unexpected tag '%s', tag '%s' expectedUnknown error executing child process "%s"Unknown option %sUnmatched quotation mark in command line or other shell-quoted textUsage:Valid key file could not be found in search dirsValue '%s' cannot be interpreted as a boolean.Value '%s' cannot be interpreted as a float number.Value '%s' cannot be interpreted as a number.[OPTION...]back references as conditions are not supported for partial matchingbacktracking limit reachedcorrupted objectdigit expectedhexadecimal digit expectedhexadecimal digit or '}' expectedillegal symbolic referenceinternal errorinternal error or corrupted objectinvalid combination of newline flagsmissing '<' in symbolic referenceout of memoryrecursion limit reachedstray final '\'the pattern contains items not supported for partial matchingunfinished symbolic referenceunknown errorunknown escape sequenceworkspace limit for empty substrings reachedzero-length symbolic referenceProject-Id-Version: ka Report-Msgid-Bugs-To: POT-Creation-Date: 2009-10-07 09:51-0400 PO-Revision-Date: 2007-09-14 12:15+0200 Last-Translator: Vladimer Sichinava ვლადიმერ სიჭინავა Language-Team: Georgian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=1; plural=0 X-Generator: KBabel 1.11.4 სიმბოლო "%s" áƒ“áƒáƒŖáƒ¨áƒ•áƒ”áƒ‘áƒ”áƒšáƒ˜áƒ "<" სიმბოლოს შემდეგ; ამ სიმბოლოთი ელემენáƒĸიქ სახელის დაáƒŦყება არ შეიáƒĢლებასიმბოლო "%s" áƒ“áƒáƒŖáƒ¨áƒ•áƒ”áƒ‘áƒ”áƒšáƒ˜áƒ ""URI '%s' სანიშნე áƒŖáƒ™áƒ•áƒ” არსებობსპროგრამის პარამეáƒĸრები:აáƒĸáƒ áƒ˜áƒ‘áƒŖáƒĸი'%s' ელემენáƒĸისთვის '%s' ვერ მოიáƒĢáƒ”áƒ‘áƒœáƒáƒŖáƒ¨áƒŖáƒáƒšáƒáƒ“ áƒŦაკითხვა áƒ¤áƒŖáƒœáƒĨáƒĒიაში g_io_channel_read_line_string ვერ áƒŽáƒ”áƒ áƒŽáƒ“áƒ”áƒ‘áƒáƒŖáƒ¨áƒŖáƒáƒšáƒáƒ“ áƒŦაკითხვა áƒ¤áƒŖáƒœáƒĨáƒĒიაში g_io_channel_read_to_end ვერ ხერხდებავერ ხერხდება "%s" სიმბოლოს გარდაáƒĨმნა კოდირებაში "%s"ვერ ვახერხებ მთელ მნიშვნელობის '%s' áƒŦაკითხვას %s ელემენáƒĸისთვისვერ ვახერხებ მნიშვნელობის áƒŦაკითხვას '%s' ელემენáƒĸისთვის %sარ჎ი áƒáƒ áƒáƒĄáƒ áƒŖáƒšáƒ˜ სიმბოლოთი áƒ˜áƒŽáƒŖáƒ áƒ”áƒ‘áƒáƒĄáƒ˜áƒ›áƒ‘áƒáƒšáƒ UTF-16 რანგს გარეთაასიმბოლო UTF-8 რანგს გარეთაასიმბოლოს ნომერი '%-.*s' áƒ“áƒáƒŖáƒ¨áƒ•áƒ”áƒ‘áƒ”áƒšáƒ˜áƒáƒĄáƒ˜áƒ›áƒ‘áƒáƒšáƒáƒĄ ნომერი არ მთავრდება áƒŦერáƒĸილ-მáƒĢიმით; როგორáƒĒ ჩანს, სახელის დასაáƒŦყიქში áƒ’áƒáƒ›áƒáƒ§áƒ”áƒœáƒ”áƒ‘áƒŖáƒšáƒ˜áƒ სიმბოლო "&". გამოსახეთ იგი, როგორáƒĒ &áƒ™áƒáƒ“áƒŖáƒ áƒ˜ გვერდის "%s" გარდაáƒĨმნა "%s" კოდირებაში არაა áƒ áƒ”áƒáƒšáƒ˜áƒ–áƒ”áƒ‘áƒŖáƒšáƒ˜áƒ•áƒ”áƒ  ხერხდება %lu ბაიáƒĸიქ გამოყოფა "%s" ფაილის áƒŦასაკითხადვერ ხერხდება "%s" - "%s" გარდამáƒĨმნელის გახსნავერ ხერხდება გარდამáƒĨმნელის გახსნა '%s' - '%s': %sáƒ“áƒáƒ™áƒŖáƒ›áƒ”áƒœáƒĸი áƒ›áƒáƒŖáƒšáƒáƒ“áƒœáƒ”áƒšáƒáƒ“ áƒ“áƒáƒĄáƒ áƒŖáƒšáƒ“áƒ აáƒĸáƒ áƒ˜áƒ‘áƒŖáƒĸიქ სახელის შემდგომი áƒĸოლობის ნიშნის შემდეგ; აáƒĸáƒ áƒ˜áƒ‘áƒŖáƒĸიქ მნიშვნელობა არ áƒ›áƒ˜áƒ—áƒ˜áƒ—áƒ”áƒ‘áƒŖáƒšáƒáƒ“áƒáƒ™áƒŖáƒ›áƒ”áƒœáƒĸი áƒ›áƒáƒŖáƒšáƒáƒ“áƒœáƒ”áƒšáƒáƒ“ áƒ“áƒáƒĄáƒ áƒŖáƒšáƒ“áƒ კომენáƒĸარიქ ან áƒ“áƒáƒ›áƒŖáƒ¨áƒáƒ•áƒ”áƒ‘áƒ˜áƒĄ ინსáƒĸáƒ áƒŖáƒĨáƒĒიიქ áƒ¨áƒ˜áƒ’áƒœáƒ˜áƒ—áƒ“áƒáƒ™áƒŖáƒ›áƒ”áƒœáƒĸი áƒ›áƒáƒŖáƒšáƒáƒ“áƒœáƒ”áƒšáƒáƒ“ áƒ“áƒáƒĄáƒ áƒŖáƒšáƒ“áƒ აáƒĸáƒ áƒ˜áƒ‘áƒŖáƒĸიქ სახელის áƒ¨áƒ˜áƒ’áƒœáƒ˜áƒ—áƒ“áƒáƒ™áƒŖáƒ›áƒ”áƒœáƒĸი áƒ›áƒáƒŖáƒšáƒáƒ“áƒœáƒ”áƒšáƒáƒ“ áƒ“áƒáƒĄáƒ áƒŖáƒšáƒ“áƒ ელემენáƒĸიქ სახელის áƒ¨áƒ˜áƒ’áƒœáƒ˜áƒ—áƒ“áƒáƒ™áƒŖáƒ›áƒ”áƒœáƒĸი áƒ›áƒáƒŖáƒšáƒáƒ“áƒœáƒ”áƒšáƒáƒ“ áƒ“áƒáƒĄáƒ áƒŖáƒšáƒ“áƒ ელემენáƒĸიქ გამხსნელი ჭდის შიგნით.áƒ“áƒáƒ™áƒŖáƒ›áƒ”áƒœáƒĸი áƒ›áƒáƒŖáƒšáƒáƒ“áƒœáƒ”áƒšáƒáƒ“ áƒ“áƒáƒĄáƒ áƒŖáƒšáƒ“áƒ ელემენáƒĸიქ "%s" ჩამკეáƒĸი ჭდის áƒ¨áƒ˜áƒ’áƒœáƒ˜áƒ—áƒ“áƒáƒ™áƒŖáƒ›áƒ”áƒœáƒĸი áƒ“áƒáƒĄáƒ áƒŖáƒšáƒ“áƒ áƒŖáƒ¨áƒŖáƒáƒšáƒáƒ“ áƒ™áƒŖáƒ—áƒŽáƒáƒ•áƒáƒœáƒ˜ ფრჩხილის "<" áƒ¨áƒ”áƒ›áƒ“áƒ”áƒ’áƒ“áƒáƒ™áƒŖáƒ›áƒ”áƒœáƒĸი áƒ›áƒáƒŖáƒšáƒáƒ“áƒœáƒ”áƒšáƒáƒ“ áƒ“áƒáƒĄáƒ áƒŖáƒšáƒ“áƒ აáƒĸáƒ áƒ˜áƒ‘áƒŖáƒĸიქ მნიშვნელობის áƒ¨áƒ˜áƒ’áƒœáƒ˜áƒ—áƒ“áƒáƒ™áƒŖáƒ›áƒ”áƒœáƒĸი áƒ›áƒáƒŖáƒšáƒáƒ“áƒœáƒ”áƒšáƒáƒ“ áƒ“áƒáƒĄáƒ áƒŖáƒšáƒ“áƒ გახსნილი ელემენáƒĸებით - "%s" ბოლო გახსნილი ელემენáƒĸáƒ˜áƒáƒ“áƒáƒ™áƒŖáƒ›áƒ”áƒœáƒĸი áƒ›áƒáƒŖáƒšáƒáƒ“áƒœáƒ”áƒšáƒáƒ“ áƒ“áƒáƒĄáƒ áƒŖáƒšáƒ“áƒ, მოსალოდნელია ჩამკეáƒĸი áƒ™áƒŖáƒ—áƒŽáƒáƒ•áƒáƒœáƒ˜ ფრჩხილი <%s/>áƒ“áƒáƒ™áƒŖáƒ›áƒ”áƒœáƒĸი áƒŖáƒœáƒ“áƒ დაიáƒŦყოს ელემეáƒĸით (მაგალითად )áƒ“áƒáƒ™áƒŖáƒ›áƒ”áƒœáƒĸი áƒĒარიელია ან მხოლოდ ხარეებს შეიáƒĒავსმთელი მნიშვნელობა '%s' ელემენáƒĸისთვის %s რანგს გარეთააელემენáƒĸი "%s" áƒ“áƒáƒ˜áƒŽáƒŖáƒ áƒ, მაგრამ გახსნილია ელემენáƒĸი "%s"ელემენáƒĸი "%s" áƒ“áƒáƒ˜áƒŽáƒŖáƒ áƒ, არáƒĒერთი ელემენáƒĸი არაა გახსნილიáƒĒარიელი áƒ”áƒ áƒ—áƒ”áƒŖáƒšáƒ˜ "&;"; შესაáƒĢლო áƒ”áƒ áƒ—áƒ”áƒŖáƒšáƒ”áƒ‘áƒ˜áƒ: & " < > 'áƒ”áƒ áƒ—áƒ”áƒŖáƒšáƒ˜ არ მთავრდება áƒŦერáƒĸილ-მáƒĢიმით; როგორáƒĒ ჩანს, სახელის დასაáƒŦყიქში áƒ’áƒáƒ›áƒáƒ§áƒ”áƒœáƒ”áƒ‘áƒŖáƒšáƒ˜áƒ სიმბოლო "&". გამოსახეთ იგი, როგორáƒĒ &გარდაáƒĨმნის შეáƒĒდომა: %sშეáƒĒდომა ქáƒĸრიáƒĨონში %d: %sშეáƒĒდომ "%s" დასáƒĸიქ გახსნისას: %sშეáƒĒდომის გაანალიზების პარამეáƒĸრი: %sფაილის "%s" áƒŦაკითხვის შეáƒĒდომა: %sშეáƒĒდომა ქáƒĸანდარáƒĸáƒŖáƒšáƒ˜ áƒ’áƒáƒ›áƒáƒĄáƒáƒŽáƒŖáƒšáƒ”áƒ‘áƒ %s-იქ კომპილირებისას, სიმბოლო ნომრით %d: %sდაიშვა შეáƒĒდომა ქáƒĸანდარáƒĸáƒŖáƒšáƒ˜ áƒ’áƒáƒ›áƒáƒĄáƒáƒŽáƒŖáƒšáƒ”áƒ‘áƒ˜áƒĄ %s დამთხვევის áƒĢიების დროს: %sშეáƒĒდომა ქáƒĸანდარáƒĸáƒŖáƒšáƒ˜ áƒ’áƒáƒ›áƒáƒĄáƒáƒŽáƒŖáƒšáƒ”áƒ‘áƒ˜áƒĄ ოპáƒĸიმიზირებისას %s: %sშეáƒĒდომა ჩასანაáƒĒვლებელი áƒĸეáƒĨქáƒĸიქ "%s" განაალიზებისას, სიმბოლო ნომრით %lu: %sáƒáƒ áƒĄáƒ”áƒ‘áƒŖáƒšáƒ˜ '%s' ფაილი ვერ ამოიშლება: g_unlink() ვერ შედგა: %sდასáƒĸიქ შეáƒĨმნა ვერ მოხერხდა "%s" (%s)ვერ áƒ•áƒŽáƒŖáƒ áƒáƒ• '%s' ფაილს: fclose() ვერ შედგა: %sვერ ვáƒĨმნი '%s' ფაილს: %sარ჎იქ შეáƒĨმნა áƒĨვეპროáƒĒესთან დასაკავშირებლად ვერ მოხერხდა (%s)áƒĨვეპროáƒĒესის გამოყენება ვერ მოხერხდა "%s" (%s)áƒĨვეპროáƒĒესის გამოყენება ვერ მოხერხდა (%s)დახმარების პროგრამის (%s) გამოყენება ვერ áƒ›áƒáƒŽáƒ”áƒ áƒŽáƒ“áƒáƒ¨áƒ”áƒŖáƒĢლებელია '%s' exec line-ქ გაფართოება, მისამართით URI '%s'განáƒĸოáƒĸების შეáƒĒდომა (%s)áƒĨვეპროáƒĒესის განáƒĸოáƒĸების შეáƒĒდომა (%s)ფაილის "%s" აáƒĸáƒ áƒ˜áƒ‘áƒŖáƒĸების áƒŦაკითხვის შეáƒĒდომა: áƒ¤áƒŖáƒœáƒĨáƒĒია - fstat(): %sვერ მოხერხდა '%s' ფაილის განთავსება: mmap() ვერ შედგა: %sვერ ვხსნი '%s' ფაილს ჊აქაáƒŦერად: fdopen() ვერ შედგა: %sფაილის "%s" გახსნის შეáƒĒდომა: %sფაილის "%s" გახსნის შეáƒĒდომა: áƒ¤áƒŖáƒœáƒĨáƒĒია - fdopen(): %sვერ მოხერხდა '%s' ფაილის გახსნა: open() ვერ შედგა: %sვერ áƒ›áƒŖáƒ¨áƒáƒ•áƒ“áƒ”áƒ‘áƒ ქáƒĸრიáƒĨონი '%-.*s', რომელშიáƒĒ áƒŖáƒœáƒ“áƒ იყოს სიმბოლოს ნომერი (მაგალითად, ê): შესაáƒĢლოა რიáƒĒხვი მეáƒĸისმეáƒĸად დიდიამონაáƒĒემთა áƒŦაკითხვა áƒĨვეპროáƒĒესიდან ვერ მოხერხდამონაáƒĒემთა áƒŦაკითხვა áƒĨვეპროáƒĒესიდან ვერ მოხერხდა (%s)áƒĨვეპროáƒĒესის არხიდან საკმარის მონაáƒĒემთა áƒŦაკითხვა ვერ მოხერხდა (%s)მონაáƒĒემთა áƒŦაკითხვა áƒĨვეპროáƒĒესის არხიდან ვერ მოხერხდა (%s)ფაილიდან "%s" áƒŦაკითხვის შეáƒĒდომა: %sáƒĄáƒ˜áƒ›áƒ‘áƒáƒšáƒŖáƒ áƒ˜ ბმის "%s" áƒŦაკითხვის შეáƒĒდომა: %sáƒĨვეპროáƒĒესში შეáƒĸანის ან მიáƒĻების გადამისამართება გამოყენება ვერ მოხერხდა (%s)ვერ მოხერხდა '%s' ფაილის გადარáƒĨმევა - '%s': g_rename() ვერ შედგა: %sვერ ვáƒŦერ '%s' ფაილს: fwrite() ვერ შედგა: %sფაილი áƒĒარიელიადახმარების პარამეáƒĸრები:მთელი მნიშვნელობა '%s' ელემენáƒĸისთვის %s რანგს გარეთაამთელი მნიშვნელობა '%s' რანგს გარეთააშეáƒĸანილ áƒĸეáƒĨქáƒĸში ბაიáƒĸების მიმდევრობა მáƒĒáƒ“áƒáƒ áƒ˜áƒáƒ¯áƒ’áƒŖáƒ¤áƒ˜áƒĄ áƒ›áƒ˜áƒŖáƒĻებელი სახელი: %sმასპინáƒĢლის მáƒĒდარი სახელიგასაáƒĻების áƒ›áƒ˜áƒŖáƒĻებელი სახელი: %sპროგრამის მáƒĒდარი სახელი: %sშეáƒĸანის áƒĸეáƒĨქáƒĸიქ გარდაáƒĨმნის მáƒĒდარი მიმდევრობამáƒĒდარი ქáƒĸრიáƒĨონი áƒáƒ áƒ’áƒŖáƒ›áƒ”áƒœáƒĸიქ ვეáƒĨáƒĸორში - %d: %sმáƒĒდარი ქáƒĸრიáƒĨონი გარემოში: %sáƒŖáƒ›áƒáƒ áƒ—áƒ”áƒ‘áƒšáƒ áƒĄáƒáƒ›áƒŖáƒ¨áƒáƒ დასáƒĸა: %sსაკვანáƒĢო ფაილი ქáƒĸრიáƒĨონის ბოლოს შეიáƒĒავს escape სიმბოლოსსაკვანáƒĢო ფაილი შეიáƒĒავს მáƒĒდარ escape მიმდევრობას '%s'საკვანáƒĢო ფაილი შეიáƒĒავს კოდს '%s' áƒ¯áƒ’áƒŖáƒ¤áƒ¨áƒ˜ '%s', რომლის მნიშვნელობაáƒĒ ვერ იშიფრება.საკვანáƒĢო ფაილი შეიáƒĒავს კოდს '%s', რომლის მნიშვნელობაáƒĒ ვერ იშიფრება.საკვანáƒĢო ფაილი შეიáƒĒავს კოდს '%s', რომლის მნიშვნელობაáƒĒ '%s' არაა UTF-8 კოდირებაშისაკვანáƒĢო ფაილი '%s' შეიáƒĒავს ქáƒĸრიáƒĨონს, რომელიáƒĒ არ áƒŦარმოადგენს áƒ™áƒáƒ“áƒŖáƒ  áƒŦყვილს, áƒ¯áƒ’áƒŖáƒ¤áƒĄ ან კომენáƒĸარსსაკვანáƒĢო ფაილი შეიáƒĒავს áƒáƒ áƒáƒ áƒ”áƒáƒšáƒ˜áƒ–áƒ”áƒ‘áƒŖáƒš კოდირებას '%s'საკვანáƒĢო ფაილი არ შეიáƒĒავს áƒ¯áƒ’áƒŖáƒ¤áƒ”áƒ‘áƒĄ '%s'საკვანáƒĢო ფაილი არ შეიáƒĒავს კოდს '%s'საკვანáƒĢო ფაილი არ შეიáƒĒავს კოდს '%s' áƒ¯áƒ’áƒŖáƒ¤áƒ¨áƒ˜ '%s'საკვანáƒĢო ფაილი áƒ¯áƒ’áƒŖáƒ¤áƒ˜áƒ— არ იáƒŦáƒ§áƒ”áƒ‘áƒáƒ’áƒáƒ áƒ“áƒáƒŖáƒĨმნელი მონაáƒĒემები áƒŦაკითხვის áƒ‘áƒŖáƒ¤áƒ”áƒ áƒ¨áƒ˜ დარჩაარ áƒáƒ áƒĄáƒ”áƒ‘áƒŖáƒšáƒ˜ áƒáƒ áƒ’áƒŖáƒ›áƒ”áƒœáƒĸი - %s-თვისURI '%s' სანიშნეში MIME áƒĸიპი არ áƒ›áƒ˜áƒ—áƒ˜áƒ—áƒ”áƒ‘áƒŖáƒšáƒáƒžáƒ áƒáƒ’áƒ áƒáƒ›áƒ˜áƒĄáƒ—áƒ•áƒ˜áƒĄ სახელით '%s' არ áƒ›áƒ˜áƒ—áƒ˜áƒ—áƒ”áƒ‘áƒŖáƒšáƒ სანიშნე '%s'URI '%s'-თვის სანიშნე ვერ მოიáƒĢებნაURI '%s' სანიშნეში áƒ¯áƒ’áƒŖáƒ¤áƒ”áƒ‘áƒ˜ არ áƒ›áƒ˜áƒ—áƒ˜áƒ—áƒ”áƒ‘áƒŖáƒšáƒURI '%s' სანიშნეში პირადი ალამი არ áƒ›áƒ˜áƒ—áƒ˜áƒ—áƒ”áƒ‘áƒŖáƒšáƒáƒ›áƒáƒœáƒáƒĒემთა დასáƒĸებში áƒ›áƒáƒ áƒ—áƒ”áƒ‘áƒŖáƒšáƒ˜ საკვანáƒĢო ფაილი ვერ მოიáƒĢებნაფაილი áƒŠáƒ•áƒ”áƒŖáƒšáƒ”áƒ‘áƒ áƒ˜áƒ•áƒ˜ არააზედმეáƒĸი სიმბოლო "%s", მოსალოდნელია "="აáƒĸáƒ áƒ˜áƒ‘áƒŖáƒĸიქ სახელის "%s" შემდეგ ელემენáƒĸისთვის "%s"ზედმეáƒĸი სიმბოლო "%s", მოსალოდნელია ">" ან "/" ელემენáƒĸიქ "%s" გამხსნელი ჭდის áƒ“áƒáƒĄáƒáƒŽáƒŖáƒ áƒáƒ“ ან დამაáƒĸებითი აáƒĸáƒ áƒ˜áƒ‘áƒŖáƒĸი; ასევე, შესაáƒĢლოა მáƒĒდარი სიმბოლო აáƒĸáƒ áƒ˜áƒ‘áƒŖáƒĸიქ სახელშიზედმეáƒĸი სიმბოლო "%s", მოსალოდნელია გახსნილი ბრჭყალები áƒĸოლობის ნიშნის შემდეგ აáƒĸáƒ áƒ˜áƒ‘áƒŖáƒĸისთვის "%s" მნიშვნელობის მისანიჭებლად ელემენáƒĸისთვის "%s"PCRE ბიბლიოთეკა áƒ™áƒáƒ›áƒžáƒ˜áƒšáƒ˜áƒ áƒ”áƒ‘áƒŖáƒšáƒ˜áƒ UTF8 კოდირების პარამეáƒĸრების მხარდაჭერის გარეშებიბლიოთეკა PCRE-ქ არ გააჩნია UTF8-იქ áƒ›áƒŽáƒáƒ áƒ“áƒáƒ­áƒ”áƒ áƒáƒáƒ áƒáƒĄáƒ áƒŖáƒšáƒ˜ სიმბოლო შეáƒĸანის áƒĸეáƒĨქáƒĸიქ ბოლოსáƒĒიáƒĸáƒ˜áƒ áƒ”áƒ‘áƒŖáƒšáƒ˜ áƒĸეáƒĨქáƒĸი ბრჭყალებით არ იáƒŦყებადახმარების ყველა პარამეáƒĸრიქ ჩვენებადახმარების პარამეáƒĸრების áƒŠáƒ•áƒ”áƒœáƒ”áƒ‘áƒáƒĄáƒ˜áƒ›áƒ‘áƒáƒšáƒŖáƒ áƒ˜ ბმების გამოყენება არაა áƒ áƒ”áƒáƒšáƒ˜áƒ–áƒ”áƒ‘áƒŖáƒšáƒ˜áƒœáƒ˜áƒ›áƒŖáƒ¨áƒ˜ '%s' არ შეიáƒĒავს XXXXXXთარგი '%s' მáƒĒდარია და '%s'-ქ არ áƒŖáƒœáƒ“áƒ შეიáƒĒავდესáƒĸეáƒĨქáƒĸი áƒ“áƒáƒĄáƒ áƒŖáƒšáƒ“áƒ %c შესაბამისი ბრჭყალის áƒŦინ. (áƒĸეáƒĨქáƒĸი - "%s")áƒĸეáƒĨქáƒĸი áƒ“áƒáƒĄáƒ áƒŖáƒšáƒ“áƒ áƒŖáƒ¨áƒŖáƒáƒšáƒáƒ“ "\" სიმბოლოს შემდეგ. (áƒĸეáƒĨქáƒĸი - "%s")áƒĸეáƒĨქáƒĸი áƒĒარიელი იყო (ან მხოლოდ ხარეებს შეიáƒĒავდა)URI იდენáƒĸიფიკაáƒĸორი "%s" შეიáƒĒავ მáƒĒდარ საკონáƒĸროლო სიმბოლოებსURI იდენáƒĸიფიკაáƒĸორი "%s" მáƒĒდარიაURI "%s" არ გახლავთ áƒáƒ‘áƒĄáƒáƒšáƒŖáƒĸáƒŖáƒ áƒ˜ იდენáƒĸიფიკაáƒĸორი "file" ქáƒĨემის გამოყენებისასURI იდენáƒĸიფიკაáƒĸორის "%s" მასპინáƒĢლის სახელი მáƒĒáƒ“áƒáƒ áƒ˜áƒáƒšáƒáƒ™áƒáƒšáƒŖáƒ áƒ˜ ფაილის URI იდენáƒĸიფიკაáƒĸორი "%s" არ შეიáƒĢლება შეიáƒĒავდეს სიმბოლოს "#"გეზი "%s" áƒáƒ‘áƒĄáƒáƒšáƒŖáƒĸáƒŖáƒ áƒ˜ არ áƒ’áƒáƒŽáƒšáƒáƒ•áƒ—áƒ›áƒáƒŖáƒšáƒáƒ“áƒœáƒ”áƒšáƒ˜ აáƒĸáƒ áƒ˜áƒ‘áƒŖáƒĸი '%s' ელემენáƒĸ '%s'-áƒ—áƒ•áƒ˜áƒĄáƒ›áƒáƒŖáƒšáƒáƒ“áƒœáƒ”áƒšáƒ˜ შეáƒĒდომა áƒ¤áƒŖáƒœáƒĨáƒĒიაში g_io_channel_win32_poll() áƒĨვეპროáƒĒესიდან მონაáƒĒემთა áƒŦáƒáƒ™áƒ˜áƒ—áƒŽáƒ•áƒ˜áƒĄáƒáƒĄáƒ›áƒáƒŖáƒšáƒáƒ“áƒœáƒ”áƒšáƒ˜ შეáƒĒდომა áƒ¤áƒŖáƒœáƒĨáƒĒიაში select() áƒĨვეპროáƒĒესიდან მონაáƒĒემთა áƒŦაკითხვისას (%s)áƒ›áƒáƒŖáƒšáƒáƒ“áƒœáƒ”áƒšáƒ˜ შეáƒĒდომა áƒ¤áƒŖáƒœáƒĨáƒĒიაში waitpid() (%s)áƒŖáƒĒნობი ჭდე '%s' - '%s'-áƒ¨áƒ˜áƒŖáƒĒნობი ჭდე '%s', მოსალოდნელი იყო '%s'áƒĨვეპროáƒĒესის áƒŖáƒĒნობი შეáƒĒდომა "%s"áƒŖáƒĒნობი პარამეáƒĸრი %sáƒŖáƒ›áƒáƒ áƒ—áƒ”áƒ‘áƒšáƒ ბრჭყალი ბრáƒĢანებაში ან სხვა áƒĸეáƒĨქáƒĸáƒŖáƒ  გარსშიგამოყენება:áƒĢიების კაáƒĸალოგებში áƒ¨áƒ”áƒŖáƒĢლებელია დამოáƒŦáƒ›áƒ”áƒ‘áƒŖáƒšáƒ˜ გასაáƒĻების პოვნამნიშვნელობა '%s' ვერ აáƒĻიáƒĨმება როგორáƒĒ áƒšáƒáƒ’áƒ˜áƒ™áƒŖáƒ áƒ˜ ოპერაáƒĸორი.მნიშვნელობა '%s' ვერ აáƒĻიáƒĨმება როგორáƒĒ მáƒĢიმის მáƒĨონე რიáƒĒხვი.მნიშვნელობა '%s' ვერ აáƒĻიáƒĨმება როგორáƒĒ რიáƒĒხვი.[ოპáƒĒია...]áƒŖáƒ™áƒŖ მიმართვა პირობების სახით áƒ›áƒŽáƒáƒ áƒ“áƒáƒŖáƒ­áƒ”áƒ áƒ”áƒšáƒ˜áƒ ნაáƒŦილობრივი áƒ“áƒáƒ›áƒ—áƒŽáƒ•áƒ”áƒ•áƒ˜áƒĄáƒ—áƒ•áƒ˜áƒĄáƒŖáƒ™áƒáƒœ áƒ“áƒáƒ‘áƒ áƒŖáƒœáƒ”áƒ‘áƒ˜áƒĄ ლიმიáƒĸი ამოáƒŦáƒŖáƒ áƒŖáƒšáƒ˜áƒáƒ“áƒáƒ–áƒ˜áƒáƒœáƒ”áƒ‘áƒŖáƒšáƒ˜ ობიეáƒĨáƒĸიმოსალოდნელი ნომერიმოსალოდნელია თეáƒĨვსმეáƒĸობითი სიმბოლომოსალოდნელია თეáƒĨვსმეáƒĸობითი სიმბოლო, ან '}' áƒ‘áƒ áƒ­áƒ§áƒáƒšáƒ˜áƒ›áƒ˜áƒŖáƒĻებელი áƒĄáƒ˜áƒ›áƒ‘áƒáƒšáƒŖáƒ áƒ˜ მითითებაშიდა შეáƒĒდომაშიდა შეáƒĒდომა ან áƒ“áƒáƒ–áƒ˜áƒáƒœáƒ”áƒ‘áƒŖáƒšáƒ˜ ობიეáƒĨáƒĸიქáƒĸრიáƒĨონების გადაყვანის ალმების არაქáƒŦორი კომბინაáƒĒიაარ მოიáƒĢებნა '<', áƒĄáƒ˜áƒ›áƒ‘áƒáƒšáƒŖáƒ  მითითებაშიმეხსიერებას áƒ’áƒáƒ áƒ”áƒ—áƒ áƒ”áƒ™áƒŖáƒ áƒĄáƒ˜áƒ˜áƒĄ ლიმიáƒĸი მიáƒĻáƒŦáƒ”áƒŖáƒšáƒ˜áƒáƒ“áƒáƒ‘áƒáƒšáƒáƒ•áƒ”áƒ‘áƒ '\'თარგი შეიáƒĒავს ნაáƒŦილობრივი დამთხვევისთვის áƒ›áƒŽáƒáƒ áƒ“áƒáƒŖáƒ­áƒ”áƒ áƒ”áƒš ელემეáƒĸáƒ”áƒ‘áƒĄáƒ“áƒáƒŖáƒĄáƒ áƒŖáƒšáƒ”áƒ‘áƒ”áƒšáƒ˜ áƒĄáƒ˜áƒ›áƒ‘áƒáƒšáƒŖáƒ áƒ˜ áƒ›áƒ˜áƒ—áƒ˜áƒ—áƒ”áƒ‘áƒáƒŖáƒĒნობი შეáƒĒáƒ“áƒáƒ›áƒáƒŖáƒĒნობი escape სეკვენáƒĒáƒ˜áƒáƒĄáƒáƒ›áƒŖáƒ¨áƒáƒ გარემოს áƒĒარიელი áƒĨვესáƒĸრინგების ლიმიáƒĸი მიáƒĻáƒŦáƒ”áƒŖáƒšáƒ˜áƒáƒœáƒŖáƒšáƒáƒ•áƒáƒœáƒ˜ სიგრáƒĢიქ áƒĄáƒ˜áƒ›áƒ‘áƒáƒšáƒŖáƒ áƒ˜ მითითება./glib-2.22.2-i686/usr/share/locale/oc/0000755000000000000000000000000011271166776015632 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/oc/LC_MESSAGES/0000755000000000000000000000000011271166776017417 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/oc/LC_MESSAGES/glib20.mo0000644000000000000000000000234111271166636021026 0ustar rootrootŪ•” hiqy’§Äā ũ  )1 8DÆÎÖŪņ+ '7*_Šž˛Â Ë Õ  %.1f GB%.1f KB%.1f MB%u byte%u bytesApplication Options:Error creating directory: %sError reading file '%s': %sFailed to open file '%s': %sFile is emptyInvalid filenameUnknown typeUnnamedUsage:[OPTION...]Project-Id-Version: oc Report-Msgid-Bugs-To: POT-Creation-Date: 2009-10-07 09:51-0400 PO-Revision-Date: 2008-04-23 10:42+0200 Last-Translator: Yannig Marchegay (Kokoyaya) Language-Team: Occitan MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n > 1); %.1f Go%.1f ko%.1f Mo%u octet%u octetsOpcions de l'aplicacion :Error al moment de crear lo repertÃ˛ri : %sError de lectura del fichièr '%s' : %sImpossible de dobrir le fichièr '%s' : %sLo fichièr es voidNom d'Ã˛ste invalidTipe desconegutSens nomSintaxi :[OPCION...]./glib-2.22.2-i686/usr/share/locale/bs/0000755000000000000000000000000011271166766015634 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/bs/LC_MESSAGES/0000755000000000000000000000000011271166766017421 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/bs/LC_MESSAGES/glib20.mo0000644000000000000000000002454411271166635021041 0ustar rootrootŪ•KteĖ`Ya_ģa4}/˛,â)!9 [ž|; .W *† aą F 4Z 2 : Aũ @? ;€ Wŧ W 1l /ž ?Î 5 ID ‘Ž  < Qr'Žļ?Õ)$?d!x9šÔ-ņ&+F3r#Ļ!Ę)ė8)Oy$Š(¯Lذ%zÖ*Q/|Ŧ0ÉFú:A-|2ĒŨ'õ-)KOuCÅ" *,CW`›Sü[PWŦ61;,m#šžÛ¤÷7œ<Ô0mBH°/ų0)>ZD™5Ū6YKVĨ-ü:*=e;ŖTßž4Ķņ, (5 +^ (Š Jŗ 6ū /5!e!7{!Fŗ!'ú!=""4`"9•"DĪ".#&C#0j#E›#8á#$%3$2Y$EŒ$ĻŌ$ry%1ė%!&"@&6c&Eš&6ā&9'*Q'|''“'2ģ'#î'_(Sr(%Æ(;ė(;()H .B( I> 9627A<8% !J"1:'&=?*,C@-3#F0 /GD E$;+45K)'%s' is not a valid character following a '<' character; it may not begin an element name'%s' is not a valid character following the characters ''Can't do a raw read in g_io_channel_read_line_stringCan't do a raw read in g_io_channel_read_to_endCannot convert fallback '%s' to codeset '%s'Channel terminates in a partial characterCharacter out of range for UTF-16Character out of range for UTF-8Character reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Conversion from character set '%s' to '%s' is not supportedCould not allocate %lu bytes to read file "%s"Could not open converter from '%s' to '%s'Document ended unexpectedly after the equals sign following an attribute name; no attribute valueDocument ended unexpectedly inside a comment or processing instructionDocument ended unexpectedly inside an attribute nameDocument ended unexpectedly inside an element nameDocument ended unexpectedly inside an element-opening tag.Document ended unexpectedly inside the close tag for element '%s'Document ended unexpectedly just after an open angle bracket '<'Document ended unexpectedly while inside an attribute valueDocument ended unexpectedly with elements still open - '%s' was the last element openedDocument ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>Document must begin with an element (e.g. )Document was empty or contained only whitespaceElement '%s' was closed, but the currently open element is '%s'Element '%s' was closed, no element is currently openEmpty entity '&;' seen; valid entities are: & " < > 'Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Error during conversion: %sError on line %d: %sError opening directory '%s': %sError reading file '%s': %sFailed to change to directory '%s' (%s)Failed to create file '%s': %sFailed to create pipe for communicating with child process (%s)Failed to execute child process "%s" (%s)Failed to execute child process (%s)Failed to fork (%s)Failed to fork child process (%s)Failed to get attributes of file '%s': fstat() failed: %sFailed to open file '%s': %sFailed to open file '%s': fdopen() failed: %sFailed to read data from child processFailed to read data from child process (%s)Failed to read enough data from child pid pipe (%s)Failed to read from child pipe (%s)Failed to read from file '%s': %sFailed to read the symbolic link '%s': %sFailed to redirect output or input of child process (%s)Invalid byte sequence in conversion inputInvalid hostnameInvalid sequence in conversion inputLeftover unconverted data in read bufferOdd character '%s', expected a '=' after attribute name '%s' of element '%s'Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute nameOdd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'Partial character sequence at end of inputQuoted text doesn't begin with a quotation markSymbolic links not supportedTemplate '%s' invalid, should not contain a '%s'Text ended before matching quote was found for %c. (The text was '%s')Text ended just after a '\' character. (The text was '%s')Text was empty (or contained only whitespace)The URI '%s' contains invalidly escaped charactersThe URI '%s' is invalidThe hostname of the URI '%s' is invalidThe local file URI '%s' may not include a '#'The pathname '%s' is not an absolute pathUnexpected error in g_io_channel_win32_poll() reading data from a child processUnexpected error in select() reading data from a child process (%s)Unexpected error in waitpid() (%s)Unknown error executing child process "%s"Unmatched quotation mark in command line or other shell-quoted textProject-Id-Version: glib.glib-2-4 Report-Msgid-Bugs-To: POT-Creation-Date: 2009-10-07 09:51-0400 PO-Revision-Date: 2004-05-17 01:30+0000 Last-Translator: Kenan HadÅžiavdić Language-Team: Bosnian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.0.2 '%s' je nevaÅžeći prateći znak nakon znaka '<'; ne moÅže započeti naziv elementa'%s' je nevaÅžeći prateći znak nakon znakova ''Ne mogu čitati sirovo u g_io_channel_read_line_stringNe mogu čitati sirovo u g_io_channel_read_to_endNe mogu pretvoriti '%s' u znakovni skup '%s'Kanal zavrÅĄava djelimičnim znakomZnak izvan raspona za UTF-16Znak izvan raspona za UTF-8Referenca znaka se ne zavrÅĄava tačka-zarezom; vjerovatno je koriÅĄten znak & bez namjere započinjanja entiteta - izbjegnite koriÅĄtenje znaka & upisivanjem &Pretvaranje iz skupa znakova '%s' u '%s' nije podrÅžanoNisam mogao dodijeliti %lu bajtova za čitanje datoteke "%s"Nisam mogao pokrenuti pretvaranje iz '%s' u '%s'Neočekivan kraj dokumenta nakon pratećeg znaka jednakosti iza naziva osobine; nedostaje vrijednost osobineNeočekivan kraj dokumenta unutar komentara ili instrukcije procesiranjaNeočekivan kraj dokumenta unutar imena osobineNeočekivan kraj dokumenta unutar imena elementaNeočekivan kraj dokumenta unutar oznake za otvaranje elementaNeočekivan kraj dokumenta unutar oznake za zatvaranje elementa '%s'Neočekivan kraj dokumenta nakon otvorene zagrade '<'Neočekivan kraj dokumenta unutar vrijednosti atributaNeočekivan kraj dokumenta uz joÅĄ otvorene elemente - element '%s' je otvoren posljednjiNeočekivan kraj dokumenta, očekivano zatvaranje zagrade radi okončanja oznake <%s/>Dokument mora početi elementom (npr. )Dokument je bio prazan ili je sadrÅžavao samo prazna poljaElement '%s' je zatvoren ali trenutno je otvoren element '%s'Element '%s' je zatvoren, trenutno nema otvorenih elemenataPrimijećen prazan entitet '&;'; vaÅžeći entiteti su: & " < > 'Znak na kraju entiteta nije tačka-zarez; vjerovatno je koriÅĄten znak & bez namjere započinjanja entiteta - izbjegnite koriÅĄtenje znaka & upisivanjem &GreÅĄka tokom pretvaranja: %sGreÅĄka u %d. redu: %sGreÅĄka tokom otvaranja direktorija '%s': %sGreÅĄka tokom čitanja datoteke '%s': %sNeuspjeÅĄan prelazak u direktorij '%s' (%s)NeuspjeÅĄno pravljenje datoteke '%s': %sNeuspjeÅĄno stvaranje cijevi za komuniciranje sa podređenim procesom (%s)NeuspjeÅĄno izvrÅĄavanje podređenog procesa "%s" (%s)NeuspjeÅĄno pokretanje podređenog procesa (%s)NeuspjeÅĄan fork (%s)NeuspjeÅĄno pokretanje fork() za podređeni proces (%s)NeuspjeÅĄno preuzimanje osobina datoteke '%s': fstat() neuspjeÅĄan: %sNeuspjeÅĄno otvaranje datoteke '%s': %sNeuspjeÅĄno otvaranje datoteke '%s': fdopen() neuspjeÅĄan: %sNeuspjeÅĄno čitanje podataka iz podređenog procesaNeuspjeÅĄno čitanje podataka iz podređenog procesa (%s)NeuspjeÅĄno čitanje dovoljno podataka iz podređene pid cijevi (%s)NeuspjeÅĄno čitanje iz podređene cijevi (%s)NeuspjeÅĄno čitanje datoteke '%s': %sNeuspjeÅĄno čitanje simboličkog linka '%s': %sNeuspjeÅĄno preusmjeravanje ulaza ili izlaza podređenog procesa (%s)NevaÅžeći niz bajtova u ulaznim podacima za pretvaranjeNevaÅžeće ime računaraNevaÅžeći niz u unosu za pretvaranjePreostali nepretvoreni podaci u baferu za čitanjeČudan znak '%s', očekivan znak '=' nakon osobine '%s' elementa '%s'Čudan znak '%s', očekivan znak '>' ili '/' radi okončanja početne oznake elementa '%s' ili eventualno osobine; moÅžda je koriÅĄten nevaÅžeći znak u imenu osobineČudan znak '%s', očekivan navodni znak nakon znaka jednakosti pri davanju vrijednosti osobini '%s' elementa '%s'Djelimičan niz znakova na kraju ulaznih podatakaCitat ne počinje navodnim znakomSimbolički linkovi nisu podrÅžaniNevaÅžeći ÅĄablon '%s', ne bi trebao sadrÅžavati '%s'Tekst se zavrÅĄio bez uparenog navodnog znaka %c. (Teskt je bio '%s')Tekst se zavrÅĄio nakon znaka '\'. (Tekst je bio '%s')Tekst je bio prazan (ili je sadrÅžavao samo prazna polja)URI '%s' sadrÅži nevaÅžeće escape znakoveURI '%s' je nevaÅžećiIme računara URI-ja '%s' je nevaÅžećeURI lokalne datoteke '%s' ne smije sadrÅžavati '#'Putanja '%s' nije absolutna putanjaNeočekivana greÅĄka u g_io_channel_win32_poll() tokom čitanja podataka iz podređenog procesaNeočekivana greÅĄka u select() tokom čitanja podataka iz podređenog procesa (%s)Neočekivana greÅĄka u waitpid() (%s)Nepoznata greÅĄka tokom izvrÅĄenja podređenog procesa "%s"Neuparen navodni znak u naredbi ili drugom citatu iz shella./glib-2.22.2-i686/usr/share/locale/mai/0000755000000000000000000000000011271166774015775 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/mai/LC_MESSAGES/0000755000000000000000000000000011271166774017562 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/mai/LC_MESSAGES/glib20.mo0000644000000000000000000012151711271166636021202 0ustar rootrootŪ•4[L¸šÍÕŨ åņYų_Saŗ&<+Q(} ĻĮ#ã!!94[/Ā-×/#5Y n)š,Õ%&("O)r!œ žAßž!Ā;ā.*K.vĨažF 4g2œ:ĪA @L;WÉW!1y/Ģ%Û? 5A Iw ‘Á S!h!!–!ĩ!Ō!!î!"0"O"e" z"›"ˇ"Î"æ"##:#"R#u#‘#°#!Č#ę#!$)&$P$h$†$, $Í$!é$ %#%=%W%>q%$°%'Õ%.ũ%,&?K&)‹&$ĩ&%Ú&'!'96'*p'9›'Õ'-ō'+ (ŠL(&×(+ū(3*)#^)!‚))¤)8Î)9*%A*.g*)–* Ā*Î*í* ũ*& +2+R+-m+(›+(Ä+(í+),@,`,q,…,œ,­,Â,Û,$đ,+-!A-c-1-.ŗ-Tâ-F7.=~.Lŧ.+ /!5/W/-w/$Ĩ/(Ę/"ķ/0"30V0!n0102Â0<õ021&Q19x1)˛1Ü1Lī1°<2zí2h3€3%˜3*ž3/é3 4 :4%[4"4¤4ē4Ė4 ė4 5&5C5V5!q5$“50¸5Fé5:06-k62™6Ė6;ä6 7'A7-i7)—7"Á7ä7û7!8'08.X8(‡8+°8Ü8*õ8O 9Cp9"´9×9&÷9*:I: [:Ch:Ŧ:´:.ģ:3ę:-; L;X;*u;  ;Ž;Ŋ;Ō;!í;<*<-G<u<“<9ŗ<í< ==8=H=a=s= ‘=Ÿ=ž=Ũ=†ü=1ƒ?ĩ?É?Ũ?"ņ?@¯*@ÁÚ@¸œAiUB/ŋB_īB<OCHŒC?ÕC‹DZĄDMüDrJEfŊEc$F<ˆF”ÅF€ZGnÛGBJHlH›úH\–IiķI|]J„ÚJ=_KSKOņKNALŊLõNMPDOw•O‚ PTPXåPB>QQĪ›R›kS‘TŖ™T­=UÅëUšąV×LW $X´2YŒįYctZØZ€Z[~Û[ŋZ\^C/^Es^Iš^K_BO_X’_Uë_EA`?‡`3Į`Zû`;VaB’aGÕaHb6fb8b:ÖbYcSkcLŋcM d\Zd9ˇdNņdZ@eC›eCße8#fk\f>ČfTgX\gBĩg?øg88hyqhHëhR4iY‡i8áijtœjokuk4÷k[,luˆl`ūlw_m8×mBn8SnŒnd§oj p‡wpN˙p<Nqa‹qŠíqo—rxsX€s)Ųs#tM't)ut&ŸtbÆtP)u9zuF´uAûuA=vAv^ÁvB w"cw%†w'Ŧw&Ôw*ûw6&x;]xQ™xSëxE?yH…yÎyq\zÂÎzŦ‘{“>|ÛŌ|wŽ}I&~Kp~cŧ~g VˆPßB0€‚s€(ö€\‘|˜‚ĸ§‚]Jƒw¨ƒ“ „”´„9I…Ĩƒ…ŧ)†æ‡<ųˆ&6‰c]‰ZÁ‰xŠf•ŠCüŠL@‹?‹E͋8ŒRLŒOŸŒBīŒO29‚Hŧ`ŽRfŽnšŽ~(v§‚wĄ.‘”H‘CŨ‘L!’n’Uî’"D“Bg“#Ē“^Γq-”œŸ”t<•„ą•X6–Q–ģá–ĝ—Jb˜G­˜_õ˜ˆU™%Ū™%š¤*šΚߚ“ķš§‡›—/œĮœߜbüœ_(2¨M۝X)ž>‚ž*ÁžuėžSbŸMļŸ” I™ "ã RĄYĄ=iĄ7§ĄRߥ%2ĸYXĸS˛ĸHŖE{3K-íŽâƒXi8ąZa§M­—:e52@*ôΤŸ’?(N+Âl°Ę€$ÛĄū>ĀĻbŦæŅ=Ά!Š,]Ē_Äę6uˆ¨géyËö–Ũ|åTdFģr×4Hėļëmō‘Š)7on‚GÍŪßú žŒœ÷Iĩ”āLî ŗĨÆ ~Ŗwø`áųˇÃxDšĖ%[ĐĶ ēAC\¯0Vjũ<h¸ÁûØ}īcã&Čz#ÜWqõ ŲčĮäķÔY‰^S´į .Ž•˜JĢÕp‹'„ ņtÉ9˙ŊĸđR›…“šs"žU;QPküŌvBf™‡/ÖŋŧO1ÚŞ (invalid encoding)%.1f GB%.1f KB%.1f MB%s filetype%s type'%s' is not a valid character following a '<' character; it may not begin an element name'%s' is not a valid character following the characters ''A bookmark for URI '%s' already existsApplication Options:Association creation not supported on win32Attribute '%s' of element '%s' not foundAttribute value must be non-NULLBackup file creation failedCan't copy directory over directoryCan't copy over directoryCan't copy special fileCan't create user desktop file %sCan't do a raw read in g_io_channel_read_line_stringCan't do a raw read in g_io_channel_read_to_endCan't find applicationCan't handle version %d of GFileIcon encodingCan't handle version %d of GThemedIcon encodingCan't move directory over directoryCan't open directoryCan't recursively copy directoryCan't rename file, filename already existCan't rename root directoryCannot convert fallback '%s' to codeset '%s'Cannot parse double value '%s' for %sCannot parse integer value '%s' for %sCannot truncate GMemoryInputStreamChannel terminates in a partial characterCharacter out of range for UTF-16Character out of range for UTF-8Character reference '%-.*s' does not encode a permitted characterCharacter reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Containing mount does not existConversion from character set '%s' to '%s' is not supportedCould not allocate %lu bytes to read file "%s"Could not open converter from '%s' to '%s'Could not open converter from '%s' to '%s': %sCustom definition for %sDocument ended unexpectedly after the equals sign following an attribute name; no attribute valueDocument ended unexpectedly inside a comment or processing instructionDocument ended unexpectedly inside an attribute nameDocument ended unexpectedly inside an element nameDocument ended unexpectedly inside an element-opening tag.Document ended unexpectedly inside the close tag for element '%s'Document ended unexpectedly just after an open angle bracket '<'Document ended unexpectedly while inside an attribute valueDocument ended unexpectedly with elements still open - '%s' was the last element openedDocument ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>Document must begin with an element (e.g. )Document was empty or contained only whitespaceDouble value '%s' for %s out of rangeElement '%s' was closed, but the currently open element is '%s'Element '%s' was closed, no element is currently openEmpty entity '&;' seen; valid entities are: & " < > 'Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Enumerator is closedError closing file: %sError closing unix: %sError creating backup copy: %sError creating directory: %sError during conversion: %sError getting filesystem info: %sError launching application: %sError making symbolic link: %sError moving file: %sError on line %d: %sError opening directory '%s': %sError opening file '%s': %sError opening file: %sError parsing option %sError reading file '%s': %sError reading from file: %sError reading from unix: %sError removing file: %sError removing old backup link: %sError removing old file: %sError removing target file: %sError renaming file: %sError renaming temporary file: %sError seeking in file: %sError setting SELinux context: %sError setting extended attribute '%s': %sError setting owner: %sError setting permissions: %sError setting symlink: %sError setting symlink: file is not a symlinkError stating file '%s': %sError stating file descriptor: %sError trashing file: %sError truncating file: %sError writing to file: %sError writing to unix: %sExisting file '%s' could not be removed: g_unlink() failed: %sExpected a GEmblem for GEmblemedIconFailed to change to directory '%s' (%s)Failed to close file '%s': fclose() failed: %sFailed to create file '%s': %sFailed to create pipe for communicating with child process (%s)Failed to execute child process "%s" (%s)Failed to execute child process (%s)Failed to execute helper program (%s)Failed to fork (%s)Failed to fork child process (%s)Failed to get attributes of file '%s': fstat() failed: %sFailed to map file '%s': mmap() failed: %sFailed to open file '%s' for writing: fdopen() failed: %sFailed to open file '%s': %sFailed to open file '%s': fdopen() failed: %sFailed to open file '%s': open() failed: %sFailed to parse '%-.*s', which should have been a digit inside a character reference (ê for example) - perhaps the digit is too largeFailed to read data from child processFailed to read data from child process (%s)Failed to read enough data from child pid pipe (%s)Failed to read from child pipe (%s)Failed to read from file '%s': %sFailed to read the symbolic link '%s': %sFailed to redirect output or input of child process (%s)Failed to rename file '%s' to '%s': g_rename() failed: %sFailed to resize memory output streamFailed to write file '%s': fwrite() failed: %sFile enumerator has outstanding operationFile is emptyFile names cannot contain '%c'Filesystem rootHelp Options:Integer value '%s' for %s out of rangeInteger value '%s' out of rangeInvalid GSeekType suppliedInvalid attribute type (byte string expected)Invalid attribute type (string expected)Invalid attribute type (uint32 expected)Invalid attribute type (uint64 expected)Invalid byte sequence in conversion inputInvalid extended attribute nameInvalid filenameInvalid filename %sInvalid group name: %sInvalid hostnameInvalid key name: %sInvalid program name: %sInvalid seek requestInvalid sequence in conversion inputInvalid string in argument vector at %d: %sInvalid string in environment: %sInvalid working directory: %sKey file contains escape character at end of lineKey file contains invalid escape sequence '%s'Key file contains key '%s' in group '%s' which has value that cannot be interpreted.Key file contains key '%s' which has value that cannot be interpreted.Key file contains key '%s' with value '%s' which is not UTF-8Key file contains line '%s' which is not a key-value pair, group, or commentKey file contains unsupported encoding '%s'Key file does not have group '%s'Key file does not have key '%s'Key file does not have key '%s' in group '%s'Key file does not start with a groupLeftover unconverted data in read bufferMalformed input data for GFileIconMalformed version number: %sMemory output stream not resizableMissing argument for %sMove between mounts not supportedNo MIME type defined in the bookmark for URI '%s'No application is registered as handling this fileNo application with name '%s' registered a bookmark for '%s'No bookmark found for URI '%s'No groups set in bookmark for URI '%s'No private flag has been defined in bookmark for URI '%s'No valid bookmark file found in data dirsNot a regular fileOdd character '%s', expected a '=' after attribute name '%s' of element '%s'Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute nameOdd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'Operation not supportedOperation was cancelledOutput stream doesn't implement writePartial character sequence at end of inputQuoted text doesn't begin with a quotation markReached maximum data array limitSELinux context must be non-NULLSELinux is not enabled on this systemSetting attribute %s not supportedShow all help optionsShow help optionsSource stream is already closedStream has outstanding operationStream is already closedSymbolic links not supportedTarget file existsTarget file is a directoryTarget file is not a regular fileTemplate '%s' doesn't contain XXXXXXTemplate '%s' invalid, should not contain a '%s'Text ended before matching quote was found for %c. (The text was '%s')Text ended just after a '\' character. (The text was '%s')Text was empty (or contained only whitespace)The URI '%s' contains invalidly escaped charactersThe URI '%s' is invalidThe URI '%s' is not an absolute URI using the "file" schemeThe file was externally modifiedThe hostname of the URI '%s' is invalidThe local file URI '%s' may not include a '#'The pathname '%s' is not an absolute pathToo large count value passed to %sType %s is not classedURIs not supportedUnable to create trash dir %s: %sUnable to create trashing info file: %sUnable to find default local file monitor typeUnable to find or create trash directoryUnable to find toplevel directory for trashUnable to trash file: %sUnexpected attribute '%s' for element '%s'Unexpected error in g_io_channel_win32_poll() reading data from a child processUnexpected error in select() reading data from a child process (%s)Unexpected error in waitpid() (%s)Unexpected tag '%s' inside '%s'Unexpected tag '%s', tag '%s' expectedUnknown error executing child process "%s"Unknown option %sUnknown typeUnmatched quotation mark in command line or other shell-quoted textUnnamedUsage:Value '%s' cannot be interpreted as a boolean.Value '%s' cannot be interpreted as a float number.Value '%s' cannot be interpreted as a number.[OPTION...]assertion expected after (?(association changes not supported on win32code overflowdigit expectedfailed to get memoryhexadecimal digit expectedhexadecimal digit or '}' expectedillegal symbolic referenceinconsistent NEWLINE optionsmount doesn't implement content type guessingmount doesn't implement ejectmount doesn't implement remountmount doesn't implement synchronous content type guessingmount doesn't implement unmountout of memoryregular expression too largestray final '\'symlink must be non-NULLunexpected repeatunfinished symbolic referenceunknown errorvolume doesn't implement ejectvolume doesn't implement mountzero-length symbolic referenceProject-Id-Version: glib.HEAD Report-Msgid-Bugs-To: POT-Creation-Date: 2009-10-07 09:51-0400 PO-Revision-Date: 2009-02-27 17:15+0530 Last-Translator: Rajesh Ranjan Language-Team: maithili MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.11.4 Plural-Forms: nplurals=2; plural=(n!=1); (ā¤…ā¤Žā¤žā¤¨āĨā¤¯ ā¤ā¤¨āĨā¤•āĨ‹ā¤Ąā¤ŋ⤂⤗)%.1f ⤗āĨ€.ā¤Ŧā¤ž.%.1f ⤕ā¤ŋ.ā¤Ŧā¤ž.%.1f ā¤ŽāĨ‡.ā¤Ŧā¤ž.%s ā¤Ģā¤žā¤‡ā¤˛ ā¤ĒāĨā¤°ā¤•ā¤žā¤°%s ā¤ĒāĨā¤°ā¤•ā¤žā¤°< ⤕' ā¤Ēā¤ļāĨā¤šā¤žā¤¤ ⤆ā¤Ŧ⤞ '%s' ā¤ā¤•ā¤Ÿā¤ž ā¤ĩāĨˆā¤§ ā¤ĩ⤰āĨā¤Ŗ ā¤¨ā¤šā¤ŋ ⤅⤛ā¤ŋ. ⤈ ⤅ā¤ĩ⤝ā¤ĩ ā¤¨ā¤žā¤Žā¤¸ā¤ ā¤ĒāĨā¤°ā¤žā¤°ā¤‚⤭ ā¤¨ā¤šā¤ŋ ā¤šāĨ‹ā¤‡ā¤›'%s' ā¤ā¤•ā¤Ÿā¤ž ā¤ĩāĨˆā¤§ ⤅⤕āĨā¤ˇā¤° ā¤¨ā¤šā¤ŋ ⤅⤛ā¤ŋ ⤅⤕āĨā¤ˇā¤° ''URI '%s' ⤕' ⤞āĨ‡ā¤˛ ā¤ĒāĨā¤¸āĨā¤¤ā¤•ā¤šā¤ŋā¤šāĨā¤¨ ā¤Ēā¤šā¤ŋ⤍āĨ‡ā¤¸ā¤ ā¤ŽāĨ‹ā¤œāĨā¤Ļ ⤅⤛ā¤ŋ⤅⤍āĨā¤ĒāĨā¤°ā¤¯āĨ‹ā¤— ā¤ĩā¤ŋ⤕⤞āĨā¤Ē:⤏⤂⤝āĨ‹ā¤œā¤¨ ⤍ā¤ŋ⤰āĨā¤Žā¤žā¤Ŗ win32 ā¤Ē⤰ ā¤¸ā¤Žā¤°āĨā¤Ĩā¤ŋ⤤ ā¤¨ā¤šā¤ŋ ⤅⤛ā¤ŋ'%s' ⤤⤤āĨā¤ĩ '%s' ⤕' ⤗āĨā¤Ŗ ā¤¨ā¤šā¤ŋ ⤭āĨ‡ā¤Ÿā¤˛ā¤—āĨā¤Ŗā¤•āĨ‡ā¤ ⤜⤰āĨ‚⤰ ⤗āĨˆā¤°-NULL ā¤šāĨ‹ā¤Ŧā¤ž ā¤šā¤žā¤šāĨ€ā¤ŦāĨˆā¤•⤅ā¤Ē ā¤Ģā¤žā¤‡ā¤˛ ⤍ā¤ŋ⤰āĨā¤Žā¤žā¤Ŗ ā¤ĩā¤ŋā¤Ģ⤞⤍ā¤ŋ⤰āĨā¤ĻāĨ‡ā¤ļā¤ŋā¤•ā¤žā¤•āĨ‡ā¤ ⤉ā¤ĒāĨā¤Ē⤰ ⤍ā¤ŋ⤰āĨā¤ĻāĨ‡ā¤ļā¤ŋā¤•ā¤ž ā¤•ā¤žā¤ĒāĨ€ ā¤¨ā¤šā¤ŋ ā¤•ā¤ ⤏⤕āĨˆā¤¤ ⤅⤛ā¤ŋ⤍ā¤ŋ⤰āĨā¤ĻāĨ‡ā¤ļā¤ŋā¤•ā¤ž ā¤Ē⤰ ā¤•ā¤žā¤ĒāĨ€ ā¤¨ā¤šā¤ŋ ā¤•ā¤ ⤏⤕āĨˆā¤¤ ⤅⤛ā¤ŋā¤ĩā¤ŋā¤ļāĨ‡ā¤ˇ ā¤Ģā¤žā¤‡ā¤˛ā¤•āĨ‡ā¤ ā¤•ā¤žā¤ĒāĨ€ ā¤¨ā¤šā¤ŋ ā¤•ā¤ ⤏⤕⤞ā¤ĒāĨā¤°ā¤¯āĨ‹ā¤•āĨā¤¤ā¤ž ā¤ĄāĨ‡ā¤¸āĨā¤•ā¤Ÿā¤žā¤Ē ā¤Ģā¤žā¤‡ā¤˛ %s ā¤¨ā¤šā¤ŋ ā¤Ŧā¤¨ā¤žā¤ ⤏⤕āĨˆā¤¤ ⤅⤛ā¤ŋā¤¯ā¤šā¤žā¤ ā¤ā¤•ā¤Ÿā¤ž ā¤°ā¤ž ⤰āĨ€ā¤Ą ā¤¨ā¤šā¤ŋ ā¤•ā¤ ⤏⤕āĨˆā¤¤ g_io_channel_read_line_stringā¤¯ā¤šā¤žā¤ ā¤ā¤•ā¤Ÿā¤ž ā¤°ā¤ž ⤰āĨ€ā¤Ą ā¤¨ā¤šā¤ŋ ā¤•ā¤ ⤏⤕āĨˆā¤¤ - g_io_channel_read_to_end⤅⤍āĨā¤ĒāĨā¤°ā¤¯āĨ‹ā¤— ā¤¨ā¤šā¤ŋ ā¤Ēā¤žā¤Ŧā¤ŋ ⤏⤕⤞GFileIcon ā¤ā¤¨āĨā¤•āĨ‹ā¤Ąā¤ŋ⤂⤗⤕āĨ‡ā¤ %d ⤏⤂⤏āĨā¤•⤰⤪⤕āĨ‡ā¤ ⤍ā¤ŋ⤝⤂⤤āĨā¤°ā¤ŋ⤤ ā¤¨ā¤šā¤ŋ ā¤•ā¤ ⤏⤕āĨˆā¤¤ ⤅⤛ā¤ŋ%d ⤏⤂⤏āĨā¤•⤰⤪ GThemedIcon ā¤ā¤¨āĨā¤•āĨ‹ā¤Ąā¤ŋ⤂⤗⤕āĨ‡ā¤ ⤍ā¤ŋ⤝⤂⤤āĨā¤°ā¤ŋ⤤ ā¤¨ā¤šā¤ŋ ā¤•ā¤ ⤏⤕⤞⤍ā¤ŋ⤰āĨā¤ĻāĨ‡ā¤ļā¤ŋā¤•ā¤ž ā¤Ē⤰ ⤍ā¤ŋ⤰āĨā¤ĻāĨ‡ā¤ļā¤ŋā¤•ā¤ž ā¤¨ā¤šā¤ŋ ⤘āĨā¤¸ā¤•ā¤žā¤ ⤏⤕āĨˆā¤›ā¤¨ā¤ŋ⤰āĨā¤ĻāĨ‡ā¤ļā¤ŋā¤•ā¤ž ā¤¨ā¤šā¤ŋ ⤖āĨ‹ā¤˛ā¤ŋ ⤏⤕āĨˆā¤›ā¤¨ā¤ŋ⤰āĨā¤ĻāĨ‡ā¤ļā¤ŋā¤•ā¤žā¤•āĨ‡ā¤ ā¤ŦāĨ‡ā¤°ā¤ŦāĨ‡ā¤° ⤏⤁ ā¤¨ā¤šā¤ŋ ā¤•ā¤žā¤ĒāĨ€ ā¤•ā¤ ⤏⤕āĨˆā¤›ā¤Ģā¤žā¤‡ā¤˛ā¤•āĨ‡ā¤ ā¤ĢāĨ‡ā¤° ā¤¨ā¤žā¤Ž ā¤¨ā¤šā¤ŋ ā¤Ŧā¤Ļ⤞ā¤ŋ ⤏⤕āĨˆā¤¤ ⤛āĨ€, ā¤Ģā¤žā¤‡ā¤˛ā¤¨ā¤žā¤Ž ā¤Ēā¤šā¤ŋ⤍āĨ‡ā¤¸ā¤ ā¤ŽāĨ‹ā¤œāĨā¤Ļ ⤅⤛ā¤ŋ⤰āĨ‚ā¤Ÿ ⤍ā¤ŋ⤰āĨā¤ĻāĨ‡ā¤ļā¤ŋā¤•ā¤žā¤•āĨ‡ā¤ ā¤¨ā¤žā¤Ž ā¤¨ā¤šā¤ŋ ā¤Ŧā¤Ļ⤞ā¤ŋ ⤏⤕⤞ā¤Ģā¤žā¤˛ā¤ŦāĨˆā¤• '%s' ⤕āĨ‡ā¤ ⤕āĨ‹ā¤Ą ⤏āĨ‡ā¤Ÿ '%s' ā¤ŽāĨ‡ ā¤Ŧā¤Ļā¤ā¤˛ ā¤¨ā¤šā¤ŋ ā¤•ā¤ ⤏⤕⤞'%s' ā¤ĻāĨ‹ā¤šā¤°ā¤žā¤ā¤˛ ā¤Žā¤žā¤¨ ⤕' ā¤ĩā¤ŋā¤ļāĨā¤˛āĨ‡ā¤ˇā¤Ŗ %s ⤕' ⤞āĨ‡ā¤˛ ā¤¨ā¤šā¤ŋ ā¤•ā¤ ⤏⤕āĨˆā¤¤ ⤅⤛ā¤ŋā¤ĒāĨ‚⤰āĨā¤Ŗā¤žā¤‚⤕ ā¤Žā¤žā¤¨ '%s' ⤕āĨ‡ā¤ %s ⤕' ⤞āĨ‡ā¤˛ ā¤ĩā¤ŋā¤ļāĨā¤˛āĨ‡ā¤ˇā¤Ŗ ā¤¨ā¤šā¤ŋ ā¤•ā¤ ⤏⤕āĨˆā¤¤ ⤅⤛ā¤ŋGMemoryInputStream ⤕āĨ‡ā¤ ā¤•ā¤žā¤Ÿā¤ŋ ā¤¨ā¤šā¤ŋ ⤏⤕⤞⤆⤂ā¤ļā¤ŋ⤕ ⤅⤕āĨā¤ˇā¤° ā¤ŽāĨ‡ ⤚āĨˆā¤¨ā¤˛ ā¤¸ā¤Žā¤žā¤ĒāĨā¤¤ ā¤šāĨ‹ā¤‡ā¤›ā¤¯āĨ‚ā¤ŸāĨ€ā¤ā¤Ģ-16 ⤞āĨ‡ā¤˛ ⤅⤕āĨā¤ˇā¤° ⤏āĨ€ā¤Žā¤žā¤¸ā¤ ā¤Ŧā¤žā¤šā¤°ā¤¯āĨ‚ā¤ŸāĨ€ā¤ā¤Ģ-8 ⤞āĨ‡ā¤˛ ⤅⤕āĨā¤ˇā¤° ⤏āĨ€ā¤Žā¤žā¤¸ā¤ ā¤Ŧā¤žā¤šā¤°ā¤¸ā¤‚ā¤ĒāĨā¤°ā¤¤āĨ€ā¤• ⤏⤂ā¤Ļ⤰āĨā¤­ '%-.*s' ā¤ā¤•ā¤Ÿā¤ž ⤅⤍āĨā¤Žā¤¤ā¤ŋ ā¤ĒāĨā¤°ā¤žā¤ĒāĨā¤¤ ⤏⤂ā¤ĒāĨā¤°ā¤¤āĨ€ā¤• ⤕āĨ‡ā¤ ā¤ā¤¨ā¤•āĨ‹ā¤Ą ā¤¨ā¤šā¤ŋ ⤕⤰āĨˆā¤¤ ⤅⤛ā¤ŋ⤅⤕āĨā¤ˇā¤° ⤏⤂ā¤Ļ⤰āĨā¤­ ⤅⤰āĨā¤§ā¤ĩā¤ŋā¤°ā¤žā¤Ž ⤚ā¤ŋ⤍āĨā¤š ⤕' ⤏⤁⤗ ā¤¸ā¤Žā¤žā¤ĒāĨā¤¤ ā¤¨ā¤šā¤ŋ ā¤šāĨ‹ā¤‡ā¤›. ā¤ŦāĨ‡ā¤¸āĨ€ ⤏⤂⤭ā¤ĩ ⤅⤛ā¤ŋ ⤜āĨ‡ ā¤…ā¤šā¤žā¤ ā¤ā¤•ā¤Ÿā¤ž ā¤ā¤ŽāĨā¤Ē⤰⤏āĨ‡ā¤‚ā¤Ą ⤅⤕āĨā¤ˇā¤° ⤕' ⤉ā¤Ē⤝āĨ‹ā¤— ā¤•ā¤ā¤¨ā¤ ⤛āĨ€ ā¤Ē⤰ ā¤ā¤•ā¤Ÿā¤ž ā¤ā¤‚ā¤Ÿā¤ŋ⤟āĨ€ ⤕āĨ‡ā¤ ā¤ĒāĨā¤°ā¤žā¤°ā¤‚⤭ ā¤•ā¤ā¤¨ā¤žā¤‡ ā¤¨ā¤šā¤ŋ ā¤šā¤žā¤šāĨˆā¤¤ ⤛āĨ€ - ā¤ā¤ŽāĨā¤Ē⤰⤏āĨ‡ā¤‚ā¤Ą ⤕āĨ‡ā¤ ā¤ā¤¸āĨā¤•āĨ‡ā¤Ē ⤕⤰āĨ‚ ā¤ā¤šā¤ŋā¤¨ā¤ž &ā¤Žā¤žā¤‰ā¤‚ā¤Ÿ ā¤¨ā¤šā¤ŋ ā¤¸ā¤Žā¤žā¤šā¤ŋ⤤ ā¤ŽāĨ‹ā¤œāĨā¤Ļ ā¤¨ā¤šā¤ŋ ⤅⤛ā¤ŋ⤅⤕āĨā¤ˇā¤° ā¤¸ā¤ŽāĨ‚ā¤š '%s' ⤏⤁ '%s' ā¤ŽāĨ‡ ā¤Ē⤰ā¤ŋā¤ĩ⤰āĨā¤¤ā¤¨ ā¤¸ā¤Žā¤°āĨā¤Ĩā¤ŋ⤤ ā¤¨ā¤šā¤ŋ ⤅⤛ā¤ŋ %lu ā¤Ŧā¤žā¤‡ā¤Ÿ ⤆ā¤Ŧā¤‚ā¤Ÿā¤ŋ⤤ ā¤¨ā¤šā¤ŋ ā¤•ā¤ā¤˛ ā¤œā¤žā¤ ⤏⤕⤞ ā¤Ģā¤žā¤‡ā¤˛ "%s" ⤕āĨ‡ā¤ ā¤Ēā¤ĸā¤ŧāĨˆ ā¤šāĨ‡ā¤¤āĨ'%s' ⤏⤁ '%s' ā¤Ē⤰ā¤ŋā¤ĩ⤰āĨā¤¤ā¤• ā¤¨ā¤šā¤ŋ ⤖āĨ‹ā¤˛ā¤˛ ā¤œā¤žā¤ ⤏⤕⤞'%s' ⤏⤁ '%s' ā¤Ē⤰ā¤ŋā¤ĩ⤰āĨā¤¤ā¤• ā¤¨ā¤šā¤ŋ ⤖āĨ‹ā¤˛ā¤˛ ā¤œā¤žā¤ ⤏⤕⤞: %s%s ā¤•ā¤ ⤞āĨ‡ā¤˛ ā¤Ē⤏⤂ā¤ĻāĨ€ā¤Ļā¤ž ā¤Ē⤰ā¤ŋā¤­ā¤žā¤ˇā¤ŋ⤤ā¤Ļ⤏āĨā¤¤ā¤žā¤ŦāĨ‡ā¤œ ⤕' ⤅⤂⤤ ⤅ā¤ĒāĨā¤°ā¤¤āĨā¤¯ā¤žā¤ļā¤ŋ⤤ ⤰āĨ‚ā¤Ē⤏⤁ ā¤Ŧā¤°ā¤žā¤Ŧ⤰ ⤕' ⤚ā¤ŋā¤šāĨā¤¨ ⤕' ā¤Ŧā¤žā¤Ļ ā¤ā¤•ā¤Ÿā¤ž ā¤ĩā¤ŋā¤ļāĨ‡ā¤ˇā¤¤ā¤ž ā¤¨ā¤žā¤Ž ⤕' ā¤Ēā¤ļāĨā¤šā¤žā¤¤ ⤭' ⤗āĨ‡ā¤˛; ⤕āĨ‹ā¤¨āĨ‹ ā¤ĩā¤ŋā¤ļāĨ‡ā¤ˇā¤¤ā¤ž ā¤Žā¤žā¤¨ ā¤¨ā¤šā¤ŋā¤Ļ⤏āĨā¤¤ā¤žā¤ŦāĨ‡ā¤œ ⤕' ⤅⤂⤤ ⤅ā¤ĒāĨā¤°ā¤¤āĨā¤¯ā¤žā¤ļā¤ŋ⤤ ⤰āĨ‚ā¤Ē⤏⤁ ⤟ā¤ŋā¤ĒāĨā¤Ē⤪āĨ€ ⤅ā¤Ĩā¤ĩā¤ž ā¤ĒāĨā¤°ā¤•āĨā¤°ā¤ŋā¤¯ā¤ž ⤍ā¤ŋ⤰āĨā¤ĻāĨ‡ā¤ļ ⤕' ⤭āĨ€ā¤¤ā¤° ⤭' ⤗āĨ‡ā¤˛ā¤Ļ⤏āĨā¤¤ā¤žā¤ŦāĨ‡ā¤œ ⤕' ⤅⤂⤤ ⤅ā¤ĒāĨā¤°ā¤¤āĨā¤¯ā¤žā¤ļā¤ŋ⤤ ⤰āĨ‚ā¤Ē ⤏⤁ ā¤ĩā¤ŋā¤ļāĨ‡ā¤ˇā¤¤ā¤ž ā¤¨ā¤žā¤Ž ⤕' ⤭āĨ€ā¤¤ā¤° ⤭' ⤗āĨ‡ā¤˛ā¤Ļ⤏āĨā¤¤ā¤žā¤ŦāĨ‡ā¤œ ⤕' ⤅⤂⤤ ⤅ā¤ĒāĨā¤°ā¤¤āĨā¤¯ā¤žā¤ļā¤ŋ⤤ ⤰āĨ‚ā¤Ē⤏⤁ ⤅ā¤ĩ⤝ā¤ĩ ā¤¨ā¤žā¤Ž ⤕' ⤭āĨ€ā¤¤ā¤° ⤭' ⤗āĨ‡ā¤˛ā¤Ļ⤏āĨā¤¤ā¤žā¤ŦāĨ‡ā¤œ ⤕' ⤅⤂⤤ ⤅ā¤ĒāĨā¤°ā¤¤āĨā¤¯ā¤žā¤ļā¤ŋ⤤ ⤰āĨ‚ā¤Ē⤏⤁ ⤅ā¤ĩ⤝ā¤ĩ-⤖āĨ‹ā¤˛ā¤Ŧā¤žā¤• ⤟āĨˆā¤—⤕ ⤭āĨ€ā¤¤ā¤° ⤭' ⤗āĨ‡ā¤˛.ā¤Ļ⤏āĨā¤¤ā¤žā¤ŦāĨ‡ā¤œ ⤕' ⤅⤂⤤ ⤅ā¤ĒāĨā¤°ā¤¤āĨā¤¯ā¤žā¤ļā¤ŋ⤤ ⤰āĨ‚ā¤Ē⤏⤁ ⤅ā¤ĩ⤝ā¤ĩ '%s' ⤞āĨ‡ā¤˛ ā¤Ŧ⤍āĨā¤Ļ ⤟āĨˆā¤— ⤕' ⤭āĨ€ā¤¤ā¤° ⤭' ⤗āĨ‡ā¤˛ā¤Ļ⤏āĨā¤¤ā¤žā¤ŦāĨ‡ā¤œ ⤕' ⤅⤂⤤ ⤅ā¤ĒāĨā¤°ā¤¤āĨā¤¯ā¤žā¤ļā¤ŋ⤤ ⤰āĨ‚ā¤Ē ⤏⤁ ā¤ā¤•ā¤Ÿā¤ž ⤖āĨā¤˛ā¤˛ ā¤ā¤‚ā¤—ā¤˛ ā¤ŦāĨā¤°āĨ‡ā¤•āĨ‡ā¤Ÿ '<' ⤕' ā¤Ēā¤ļāĨā¤šā¤žā¤¤āĨ‡ ⤭' ⤗āĨ‡ā¤˛ā¤Ļ⤏āĨā¤¤ā¤žā¤ŦāĨ‡ā¤œ ⤕' ⤅⤂⤤ ⤅ā¤ĒāĨā¤°ā¤¤āĨā¤¯ā¤žā¤ļā¤ŋ⤤ ⤰āĨ‚ā¤Ē⤏⤁ ā¤ĩā¤ŋā¤ļāĨ‡ā¤ˇā¤¤ā¤ž ā¤Žā¤žā¤¨ ⤕' ⤭āĨ€ā¤¤ā¤° ⤭' ⤗āĨ‡ā¤˛ā¤Ļ⤏āĨā¤¤ā¤žā¤ŦāĨ‡ā¤œ ⤕' ⤅⤂⤤ ⤅ā¤ĒāĨā¤°ā¤¤āĨā¤¯ā¤žā¤ļā¤ŋ⤤ ⤰āĨ‚ā¤Ē ⤏⤁ ⤅ā¤ĩ⤝ā¤ĩ⤏⤭ ⤕' ⤖āĨā¤˛ā¤˛ ā¤šā¤ ā¤Ē⤰ ⤭' ⤗āĨ‡ā¤˛ - '%s' ⤅⤂⤤ā¤ŋā¤Ž ⤖āĨā¤˛ā¤˛ ⤅ā¤ĩ⤝ā¤ĩ ā¤›ā¤˛ā¤žā¤Ļ⤏āĨā¤¤ā¤žā¤ŦāĨ‡ā¤œ ⤕' ⤅⤂⤤ ⤅ā¤ĒāĨā¤°ā¤¤āĨā¤¯ā¤žā¤ļā¤ŋ⤤ ⤰āĨ‚ā¤Ē ⤏⤁ ⤭' ⤗āĨ‡ā¤˛, ā¤ĩā¤žā¤‚ā¤›ā¤ŋ⤤ ā¤›ā¤˛ā¤ž ā¤ĻāĨ‡ā¤–ā¤¨ā¤žā¤‡ ⤟āĨˆā¤—⤕āĨ‡ā¤ ā¤Ŧ⤍āĨā¤Ļ ⤕⤰āĨˆā¤¤ ā¤ā¤•ā¤Ÿā¤ž ⤕āĨā¤˛āĨ‹ā¤œ ā¤ā¤‚ā¤—ā¤˛ ā¤ŦāĨā¤°āĨ‡ā¤•āĨ‡ā¤Ÿ <%s/>ā¤Ļ⤏āĨā¤¤ā¤žā¤ŦāĨ‡ā¤œ ā¤ā¤•ā¤Ÿā¤ž ⤅ā¤ĩ⤝ā¤ĩ ⤕' ā¤¨ā¤žā¤Žā¤¸ā¤ ā¤ĒāĨā¤°ā¤žā¤°ā¤‚⤭ ā¤šāĨ‹ā¤¨ā¤žā¤‡ ā¤šā¤žā¤šāĨ€ (⤉ā¤Ļā¤žā¤šā¤°ā¤Ŗ ⤕' ⤞āĨ‡ā¤˛- <ā¤ĒāĨā¤¸āĨā¤¤ā¤•>)ā¤Ļ⤏āĨā¤¤ā¤žā¤ŦāĨ‡ā¤œ ā¤–ā¤žā¤˛āĨ€ ā¤›ā¤˛ā¤ž ⤅ā¤Ĩā¤ĩā¤ž ā¤“ā¤•ā¤°ā¤žā¤ŽāĨ‡ ⤏ā¤ŋ⤰āĨā¤Ģ ā¤ļāĨā¤ĩāĨ‡ā¤¤ ⤰ā¤ŋ⤕āĨā¤¤ā¤ŋ ā¤›ā¤˛ā¤ž'%s' ā¤ĻāĨ‹ā¤šā¤°ā¤žā¤ā¤˛ ā¤Žā¤žā¤¨ %s ⤕' ⤞āĨ‡ā¤˛ ā¤Ē⤰ā¤ŋ⤏⤰⤏⤁ ā¤Ŧā¤žā¤šā¤° ⤅⤛ā¤ŋā¤Ļ⤏āĨā¤¤ā¤žā¤ŦāĨ‡ā¤œ '%s' ā¤Ŧ⤍āĨā¤Ļ ā¤›ā¤˛ā¤ž, ā¤ŽāĨā¤Ļā¤ž ā¤ĩ⤰āĨā¤¤ā¤Žā¤žā¤¨ ⤖āĨā¤˛ā¤˛ ⤅ā¤ĩ⤝ā¤ĩ ⤅⤛ā¤ŋ '%s'⤅ā¤ĩ⤝ā¤ĩ '%s' ā¤Ŧ⤍āĨā¤Ļ ā¤›ā¤˛ā¤ž, ⤕āĨ‹ā¤¨āĨ‹ ⤅ā¤ĩ⤝ā¤ĩ ā¤ĩ⤰āĨā¤¤ā¤Žā¤žā¤¨ā¤ŽāĨ‡ ⤖āĨā¤˛ā¤˛ ā¤¨ā¤šā¤ŋ ⤅⤛ā¤ŋ⤰ā¤ŋ⤕āĨā¤¤ ā¤ā¤‚ā¤Ÿā¤ŋ⤟āĨ€ '&;' ā¤ĻāĨ‡ā¤–⤞⤕; ā¤ĩāĨˆā¤§ ā¤ā¤‚ā¤Ÿā¤ŋ⤟āĨ€ ⤅⤛ā¤ŋ: & " < > 'ā¤ā¤‚ā¤Ÿā¤ŋ⤟āĨ€ ⤅⤰āĨā¤§ā¤ĩā¤ŋā¤°ā¤žā¤Ž ā¤Ē⤰ ā¤¸ā¤Žā¤žā¤ĒāĨā¤¤ ā¤¨ā¤šā¤ŋ ā¤šāĨ‹ā¤‡ā¤›, ā¤ŦāĨ‡ā¤¸āĨ€ ⤏⤂⤭ā¤ĩ ⤅⤛ā¤ŋ ⤜āĨ‡ ā¤…ā¤šā¤žā¤ ā¤ā¤ŽāĨā¤Ē⤰⤏āĨ‡ā¤¨āĨā¤Ą ⤅⤕āĨā¤ˇā¤° ⤕' ā¤ĒāĨā¤°ā¤¯āĨ‹ā¤— ā¤•ā¤ā¤¨ā¤ ⤛āĨ€ ⤆⤓⤰ ā¤ā¤•ā¤Ÿā¤ž ā¤ā¤‚ā¤Ÿā¤ŋ⤟āĨ€ ā¤ĒāĨā¤°ā¤žā¤°ā¤‚⤭ ā¤¨ā¤šā¤ŋ ā¤•ā¤ā¤¨ā¤žā¤‡ ā¤šā¤žā¤šāĨˆā¤¤ ⤛āĨ€- ā¤ā¤ŽāĨā¤Ē⤰⤏āĨ‡ā¤‚ā¤Ą ⤕āĨ‡ā¤ ā¤ā¤šā¤ŋā¤¨ā¤ž ā¤ā¤¸āĨā¤•āĨ‡ā¤Ē ⤕⤰āĨ‚: &Enumerator is closedā¤Ģā¤žā¤‡ā¤˛ ā¤Ŧ⤍āĨā¤¨ ⤕⤰ā¤Ŧā¤žā¤ŽāĨ‡ ⤤āĨā¤°āĨā¤Ÿā¤ŋ: %sunix ⤕āĨ‡ā¤ ā¤Ŧ⤍āĨā¤¨ ⤕⤰ā¤Ŧā¤žā¤ŽāĨ‡ ⤤āĨā¤°āĨā¤Ÿā¤ŋ: %sā¤ŦāĨˆā¤•⤅ā¤Ē ā¤•ā¤žā¤ĒāĨ€ ā¤Ŧā¤¨ā¤žā¤ŦāĨˆā¤ŽāĨ‡ ⤤āĨā¤°āĨā¤Ÿā¤ŋ: %s⤍ā¤ŋ⤰āĨā¤ĻāĨ‡ā¤ļā¤ŋā¤•ā¤ž ā¤Ŧā¤¨ā¤žā¤ŦāĨˆā¤ŽāĨ‡ ⤤āĨā¤°āĨā¤Ÿā¤ŋ: %sā¤Ē⤰ā¤ŋā¤ĩ⤰āĨā¤¤ā¤¨ā¤• ā¤ĻāĨŒā¤°ā¤žā¤¨ ⤤āĨā¤°āĨā¤Ÿā¤ŋ: %sā¤Ģā¤žā¤‡ā¤˛ā¤¸ā¤ŋ⤏āĨā¤Ÿā¤Ž ⤏āĨ‚ā¤šā¤¨ā¤ž ā¤Ēā¤žā¤ŦāĨˆā¤ŽāĨ‡ ⤤āĨā¤°āĨā¤Ÿā¤ŋ: %s⤅⤍āĨā¤ĒāĨā¤°ā¤¯āĨ‹ā¤— ā¤˛ā¤žā¤¨āĨā¤š ⤕⤰ā¤Ŧā¤žā¤ŽāĨ‡ ⤤āĨā¤°āĨā¤Ÿā¤ŋ: %s⤏ā¤ŋ⤂ā¤Ŧ⤞ā¤ŋ⤂⤕ ā¤Ŧā¤¨ā¤žā¤ŦāĨˆā¤ŽāĨ‡ ⤤āĨā¤°āĨā¤Ÿā¤ŋ: %sā¤Ģā¤žā¤‡ā¤˛ ⤘āĨā¤¸ā¤•ā¤žā¤ŦāĨˆā¤ŽāĨ‡ ⤤āĨā¤°āĨā¤Ÿā¤ŋ: %sā¤Ē⤁⤕āĨā¤¤ā¤ŋ %d ā¤Ē⤰ ⤤āĨā¤°āĨā¤Ÿā¤ŋ: %s⤍ā¤ŋ⤰āĨā¤ĻāĨ‡ā¤ļā¤ŋā¤•ā¤ž '%s' ⤕āĨ‡ā¤ ⤖āĨ‹ā¤˛ā¤Ŧā¤žā¤ŽāĨ‡ ⤤āĨā¤°āĨā¤Ÿā¤ŋ: %s'%s' ā¤Ģā¤žā¤‡ā¤˛ ⤖āĨ‹ā¤˛ā¤Ŧā¤ŽāĨ‡ ⤤āĨā¤°āĨā¤Ÿā¤ŋ: %sā¤Ģā¤žā¤‡ā¤˛ā¤•āĨ‡ā¤ ⤖āĨ‹ā¤˛ā¤Ŧā¤žā¤ŽāĨ‡ ⤤āĨā¤°āĨā¤Ÿā¤ŋ: %s%s ā¤ĩā¤ŋ⤕⤞āĨā¤Ē ā¤ĩā¤ŋā¤ļāĨā¤˛āĨ‡ā¤ˇā¤Ŗā¤ŽāĨ‡ ⤤āĨā¤°āĨā¤Ÿā¤ŋ'%s' ā¤Ģā¤žā¤‡ā¤˛ ⤕āĨ‡ā¤ ā¤Ēā¤ĸā¤ŧā¤Ŧā¤žā¤ŽāĨ‡ ⤤āĨā¤°āĨā¤Ÿā¤ŋ: %sā¤Ģā¤žā¤‡ā¤˛ ā¤Ēā¤ĸā¤Ŧā¤žā¤ŽāĨ‡ ⤤āĨā¤°āĨā¤Ÿā¤ŋ: %sunix ⤏⤁ ā¤Ēā¤ĸā¤ŧā¤Ŧā¤žā¤ŽāĨ‡ ⤤āĨā¤°āĨā¤Ÿā¤ŋ: %sā¤Ģā¤žā¤‡ā¤˛ ā¤šā¤Ÿā¤žā¤ŦāĨˆ ā¤ŽāĨ‡ ⤤āĨā¤°āĨā¤Ÿā¤ŋ: %sā¤ĒāĨā¤°ā¤žā¤¨ ā¤ŦāĨˆā¤•⤅ā¤Ē ⤞ā¤ŋ⤂⤕ ā¤šā¤Ÿā¤žā¤ŦāĨˆā¤ŽāĨ‡ ⤤āĨā¤°āĨā¤Ÿā¤ŋ: %sā¤ĒāĨā¤°ā¤žā¤¨ ā¤Ģā¤žā¤‡ā¤˛ ⤕āĨ‡ā¤ ā¤Ēā¤ĸā¤ŧā¤Ŧā¤žā¤ŽāĨ‡ ⤤āĨā¤°āĨā¤Ÿā¤ŋ: %s⤞⤕āĨā¤ˇā¤ŋ⤤ ā¤Ģā¤žā¤‡ā¤˛ ā¤šā¤Ÿā¤žā¤ŦāĨˆā¤ŽāĨ‡ ⤤āĨā¤°āĨā¤Ÿā¤ŋ: %sā¤Ģā¤žā¤‡ā¤˛ā¤• ā¤ĢāĨ‡ā¤° ā¤¨ā¤žā¤Ž ā¤ĻāĨ‡ā¤Ŧā¤žā¤ŽāĨ‡ ⤤āĨā¤°āĨā¤Ÿā¤ŋ: %s⤅⤏āĨā¤Ĩā¤žā¤ˆ ā¤Ģā¤žā¤‡ā¤˛ā¤•āĨ‡ā¤ ā¤¨ā¤žā¤Ž ā¤ĻāĨ‡ā¤Ŧā¤žā¤ŽāĨ‡ ⤤āĨā¤°āĨā¤Ÿā¤ŋ: %sā¤Ģā¤žā¤‡ā¤˛ ⤖āĨ‹ā¤œā¤Ŧā¤žā¤ŽāĨ‡ ⤤āĨā¤°āĨā¤Ÿā¤ŋ: %sSELinux ⤏⤂ā¤Ļ⤰āĨā¤­ ⤏āĨ‡ā¤Ÿ ⤕⤰ā¤Ŧā¤žā¤ŽāĨ‡ ⤤āĨā¤°āĨā¤Ÿā¤ŋ: %sā¤ĩā¤ŋ⤏āĨā¤¤ā¤žā¤°ā¤ŋ⤤ ⤗āĨā¤Ŗ '%s' ⤏āĨ‡ā¤Ÿā¤ŋā¤‚ā¤—ā¤ŽāĨ‡ ⤤āĨā¤°āĨā¤Ÿā¤ŋ: %s⤏āĨā¤ĩā¤žā¤ŽāĨ€ ⤏āĨ‡ā¤Ÿā¤ŋ⤂⤗ ā¤ŽāĨ‡ ⤤āĨā¤°āĨā¤Ÿā¤ŋ: %s⤅⤍āĨā¤Žā¤¤ā¤ŋ ⤏āĨ‡ā¤Ÿā¤ŋ⤂⤗ ā¤ŽāĨ‡ ⤤āĨā¤°āĨā¤Ÿā¤ŋ: %ssymlink ⤏āĨ‡ā¤Ÿā¤ŋ⤂⤗ ā¤ŽāĨ‡ ⤤āĨā¤°āĨā¤Ÿā¤ŋ: %ssymlink ⤏āĨ‡ā¤Ÿā¤ŋ⤂⤗ ā¤ŽāĨ‡ ⤤āĨā¤°āĨā¤Ÿā¤ŋ: ā¤Ģā¤žā¤‡ā¤˛ ā¤ā¤•ā¤Ÿā¤ž symlink ā¤¨ā¤šā¤ŋ ⤅⤛ā¤ŋ'%s' ā¤Ģā¤žā¤‡ā¤˛ ā¤Ŧā¤¤ā¤žā¤ŦāĨˆā¤ŽāĨ‡ ⤤āĨā¤°āĨā¤Ÿā¤ŋ: %sā¤Ģā¤žā¤‡ā¤˛ ā¤ĩā¤ŋā¤ĩ⤰⤪ ⤕ā¤Ĩā¤ŋ⤤ ⤕⤰⤍āĨ‡ ā¤ŽāĨ‡ ⤤āĨā¤°āĨā¤Ÿā¤ŋ: %sā¤Ģā¤žā¤‡ā¤˛ā¤•āĨ‡ā¤ ⤰ā¤ĻāĨā¤ĻāĨ€ā¤ŽāĨ‡ ⤭āĨ‡ā¤œā¤Ŧā¤žā¤ŽāĨ‡ ⤤āĨā¤°āĨā¤Ÿā¤ŋ: %sā¤Ģā¤žā¤‡ā¤˛ā¤•āĨ‡ā¤ ā¤•ā¤žā¤Ÿā¤Ŧā¤žā¤ŽāĨ‡ ⤤āĨā¤°āĨā¤Ÿā¤ŋ: %sā¤Ģā¤žā¤‡ā¤˛ā¤ŽāĨ‡ ⤞ā¤ŋ⤖ā¤Ŧā¤žā¤ŽāĨ‡ ⤤āĨā¤°āĨā¤Ÿā¤ŋ: %sunix ā¤ŽāĨ‡ ⤞ā¤ŋ⤖ā¤Ŧā¤žā¤ŽāĨ‡ ⤤āĨā¤°āĨā¤Ÿā¤ŋ: %s'%s' ā¤ŽāĨ‹ā¤œāĨā¤Ļā¤ž ā¤Ģā¤žā¤‡ā¤˛ ā¤šā¤Ÿā¤žā¤ā¤˛ ā¤¨ā¤šā¤ŋ ā¤œā¤ž ⤏⤕āĨˆā¤¤ ⤅⤛ā¤ŋ: g_unlink() ā¤ĩā¤ŋā¤Ģ⤞: %sGEmblem ā¤ĒāĨā¤°ā¤¤āĨā¤¯ā¤žā¤ļā¤ŋ⤤ GEmblemedIcon ⤕āĨ‡ā¤ ⤞āĨ‡ā¤˛ā¤¨ā¤ŋ⤰āĨā¤ĻāĨ‡ā¤ļā¤ŋā¤•ā¤ž '%s' (%s) ā¤Ē⤰ ā¤Ŧā¤Ļ⤞ā¤Ŧā¤žā¤ŽāĨ‡ ⤅⤏ā¤Ģ⤞'%s' ā¤Ģā¤žā¤‡ā¤˛ ā¤Ŧ⤍āĨā¤¨ ⤕⤰ā¤Ŧā¤žā¤ŽāĨ‡ ā¤ĩā¤ŋā¤Ģ⤞: fclose() ā¤ĩā¤ŋā¤Ģ⤞: %sā¤Ģā¤žā¤‡ā¤˛ '%s' ā¤Ŧā¤¨ā¤žā¤ŦāĨˆā¤ŽāĨ‡ ⤅⤏ā¤Ģ⤞: %sā¤ļā¤ŋā¤ļāĨ ā¤ĒāĨā¤°ā¤•āĨā¤°ā¤ŋā¤¯ā¤ž (%s) ⤏⤁ ā¤¸ā¤‚ā¤šā¤žā¤°ā¤Ŗ ⤞āĨ‡ā¤˛ ā¤Ēā¤žā¤‡ā¤Ē ā¤Ŧā¤¨ā¤žā¤ŦāĨˆā¤ŽāĨ‡ ⤅⤏ā¤Ģ⤞ā¤ļā¤ŋā¤ļāĨ ā¤ĒāĨā¤°ā¤•āĨā¤°ā¤ŋā¤¯ā¤ž "%s" (%s) ā¤•ā¤žā¤°āĨā¤¯ā¤žā¤¨āĨā¤ĩā¤ŋ⤤ ⤕⤰ā¤Ŧā¤žā¤ŽāĨ‡ ⤅⤏ā¤Ģ⤞ā¤ļā¤ŋā¤ļāĨ ā¤ĒāĨā¤°ā¤•āĨā¤°ā¤ŋā¤¯ā¤ž (%s) ā¤•ā¤žā¤°āĨā¤¯ā¤žā¤¨āĨā¤ĩā¤ŋ⤤ ⤕⤰ā¤Ŧā¤žā¤ŽāĨ‡ ⤅⤏ā¤Ģā¤˛ā¤šāĨ‡ā¤˛āĨā¤Ē⤰ ā¤ĒāĨā¤°āĨ‹ā¤—āĨā¤°ā¤žā¤Ž (%s) ā¤•ā¤žā¤°āĨā¤¯ā¤žā¤¨āĨā¤ĩā¤ŋ⤤ ⤕⤰ā¤Ŧā¤žā¤ŽāĨ‡ ⤅⤏ā¤Ģ⤞(%s) ā¤ĢāĨ‹ā¤°āĨā¤• ⤕⤰ā¤Ŧā¤žā¤ŽāĨ‡ ⤅⤏ā¤Ģ⤞ā¤ļā¤ŋā¤ļāĨ ā¤ĒāĨā¤°ā¤•āĨā¤°ā¤ŋā¤¯ā¤ž (%s) ā¤ĢāĨ‰ā¤°āĨā¤• ⤕⤰ā¤Ŧ ā¤ŽāĨ‡ ⤅⤏ā¤Ģ⤞ā¤Ģā¤žā¤‡ā¤˛ '%s' ⤕ ā¤ĩā¤ŋā¤ļāĨ‡ā¤ˇā¤¤ā¤žā¤¸ā¤­ ā¤Ēā¤¤ā¤ž ⤕⤰ā¤Ŧā¤žā¤ŽāĨ‡ ⤅⤏ā¤Ģ⤞: fstat() ⤅⤏ā¤Ģ⤞: %s'%s' ā¤Ģā¤žā¤‡ā¤˛ ⤚ā¤ŋ⤤āĨā¤°ā¤ŋ⤤ ⤕⤰ā¤Ŧā¤žā¤ŽāĨ‡ ā¤ĩā¤ŋā¤Ģ⤞: mmap() ā¤ĩā¤ŋā¤Ģ⤞: %sā¤Ģā¤žā¤‡ā¤˛ '%s' ⤕āĨ‡ā¤ ⤞ā¤ŋ⤖ā¤Ŧā¤žā¤• ⤞āĨ‡ā¤˛ ⤖āĨ‹ā¤˛ā¤Ŧā¤ž ā¤ŽāĨ‡ ā¤ĩā¤ŋā¤Ģ⤞: fdopen() ā¤ĩā¤ŋā¤Ģ⤞: %s'%s' ā¤Ģā¤žā¤‡ā¤˛ ⤖āĨ‹ā¤˛ā¤Ŧā¤žā¤ŽāĨ‡ ⤅⤏ā¤Ģ⤞ :%sā¤Ģā¤žā¤‡ā¤˛ '%s': fdopen() ⤖āĨ‹ā¤˛ā¤Ŧā¤žā¤ŽāĨ‡ ⤅⤏ā¤Ģ⤞: %sā¤Ģā¤žā¤‡ā¤˛ '%s' ⤖āĨ‹ā¤˛ā¤Ŧā¤žā¤ŽāĨ‡ ⤅⤏ā¤Ģ⤞: %s'%-.*s' ⤕' ā¤ĩā¤ŋā¤ļāĨā¤˛āĨ‡ā¤ˇā¤Ŗ ⤕⤰ā¤Ŧā¤žā¤ŽāĨ‡ ⤅⤏ā¤Ģ⤞, ⤜āĨ‡ ⤅⤕āĨā¤ˇā¤° ⤏⤂ā¤Ļ⤰āĨā¤­ ⤕' ⤭āĨ€ā¤¤ā¤° ā¤ā¤•ā¤Ÿā¤ž ⤅⤁⤕ ā¤šāĨ‹ā¤¨ā¤žā¤‡ ā¤šā¤žā¤šāĨ€ (⤉ā¤Ļā¤žā¤šā¤°ā¤Ŗ ⤕ ⤞āĨ‡ā¤˛, ê) - ā¤¸ā¤žā¤‡ā¤¤ ⤅⤁⤕ ā¤ŦāĨ‡ā¤¸āĨ€ ā¤ĒāĨˆā¤˜ ⤅⤛ā¤ŋā¤ļā¤ŋā¤ļāĨ ā¤ĒāĨā¤°ā¤•āĨā¤°ā¤ŋā¤¯ā¤žā¤¸ā¤ ā¤†ā¤ā¤•ā¤Ąā¤ŧā¤ž ā¤Ēā¤ĸā¤ŧā¤Ŧā¤žā¤ŽāĨ‡ ⤅⤏ā¤Ģ⤞ā¤ļā¤ŋā¤ļāĨ ā¤ĒāĨā¤°ā¤•āĨā¤°ā¤ŋā¤¯ā¤ž (%s) ⤏⤁ ā¤†ā¤ā¤•ā¤Ąā¤ŧā¤ž ā¤Ēā¤ĸā¤ŧā¤Ŧā¤žā¤ŽāĨ‡ ⤅⤏ā¤Ģ⤞ā¤ļā¤ŋā¤ļāĨ ā¤ĒāĨ€ā¤†ā¤ˆā¤ĄāĨ€ ā¤Ēā¤žā¤‡ā¤Ē (%s) ⤏⤁ ā¤Ē⤰āĨā¤¯ā¤žā¤ĒāĨā¤¤ ā¤†ā¤ā¤•ā¤Ąā¤ŧā¤ž ā¤Ēā¤ĸā¤ŧā¤Ŧā¤žā¤ŽāĨ‡ ⤅⤏ā¤Ģā¤˛ā¤šā¤žā¤‡ā¤˛āĨā¤Ą ā¤Ēā¤žā¤‡ā¤Ē (%s) ⤏⤁ ā¤Ēā¤ĸā¤ŧā¤Ŧā¤žā¤ŽāĨ‡ ⤅⤏ā¤Ģ⤞ā¤Ģā¤žā¤‡ā¤˛ '%s' ⤏⤁ ā¤Ēā¤ĸā¤ŧā¤ā¤ŽāĨ‡ ⤅⤏ā¤Ģ⤞: %s⤏ā¤ŋ⤂ā¤Ŧā¤žā¤˛ā¤ŋ⤕ ⤞ā¤ŋ⤂⤕ '%s' ⤏⤁ ā¤ĨāĨ€ā¤Ž ā¤Ēā¤ĸā¤ŧā¤Ŧā¤žā¤ŽāĨ‡ ⤅⤏ā¤Ģ⤞ %sā¤†ā¤‰ā¤Ÿā¤ĒāĨā¤Ÿ ⤅ā¤Ĩā¤ĩā¤ž ā¤ļā¤ŋā¤ļāĨ ā¤ĒāĨā¤°ā¤•āĨā¤°ā¤ŋā¤¯ā¤ž (%s) ⤕' ⤇⤍ā¤ĒāĨā¤Ÿ ⤕āĨ‡ā¤ ⤅⤍āĨā¤ĒāĨā¤°āĨ‡ā¤ˇā¤ŋ⤤ ⤕⤰ā¤Ŧ ā¤ŽāĨ‡ ⤅⤏ā¤Ģ⤞ā¤Ģā¤žā¤‡ā¤˛ '%s' ⤕āĨ‡ā¤ '%s' ā¤ŽāĨ‡ ā¤¨ā¤žā¤Ž ā¤Ŧā¤Ļā¤˛ā¤ ā¤ŽāĨ‡ ā¤ĩā¤ŋā¤Ģ⤞: g_rename() ā¤ĩā¤ŋā¤Ģ⤞: %s⤏āĨā¤ŽāĨƒā¤¤ā¤ŋ ā¤†ā¤‰ā¤Ÿā¤ĒāĨā¤Ÿ ⤏āĨā¤ŸāĨā¤°āĨ€ā¤Žā¤•āĨ‡ā¤ ā¤ĢāĨ‡ā¤° ā¤†ā¤•ā¤žā¤° ā¤ĻāĨ‡ā¤¨ā¤žā¤‡ ā¤ĩā¤ŋā¤Ģ⤞'%s' ā¤Ģā¤žā¤‡ā¤˛ā¤•āĨ‡ā¤ ⤞ā¤ŋ⤖ā¤Ŧā¤žā¤ŽāĨ‡ ā¤ĩā¤ŋā¤Ģ⤞: fwrite() ā¤ĩā¤ŋā¤Ģ⤞: %sFile enumerator has outstanding operationā¤Ģā¤žā¤‡ā¤˛ ā¤–ā¤žā¤˛āĨ€ ⤅⤛ā¤ŋā¤Ģā¤žā¤‡ā¤˛ ā¤¨ā¤žā¤Ž ā¤ŽāĨ‡ '%c' ā¤¨ā¤šā¤ŋ ā¤°ā¤šā¤ŋ ⤏⤕āĨˆā¤¤ ⤅⤛ā¤ŋā¤Ģā¤žā¤‡ā¤˛ ⤏ā¤ŋ⤏āĨā¤Ÿā¤Ž ⤰āĨ‚ā¤Ÿā¤Žā¤ĻāĨā¤Ļ⤤ā¤ŋ ā¤ĩā¤ŋ⤕⤞āĨā¤Ē:ā¤ĒāĨ‚⤰āĨā¤Ŗā¤žā¤‚⤕ ā¤Žā¤žā¤¨ '%s' %s ⤕' ⤞āĨ‡ā¤˛ ⤰āĨ‡ā¤‚ā¤œ ⤕' ā¤Ŧā¤žā¤šā¤° ⤅⤛ā¤ŋā¤ĒāĨ‚⤰āĨā¤Ŗā¤žā¤‚⤕ ā¤Žā¤žā¤¨ '%s' ⤰āĨ‡ā¤‚ā¤œ ⤕' ā¤Ŧā¤žā¤šā¤° ⤅⤛ā¤ŋā¤…ā¤Žā¤žā¤¨āĨā¤¯ GSeekType ā¤•ā¤ ⤆ā¤ĒāĨ‚⤰āĨā¤¤ā¤ŋā¤…ā¤Žā¤žā¤¨āĨā¤¯ ⤗āĨā¤Ŗ ā¤ĒāĨā¤°ā¤•ā¤žā¤° (byte string expected)ā¤…ā¤Žā¤žā¤¨āĨā¤¯ ⤗āĨā¤Ŗ ā¤ĒāĨā¤°ā¤•ā¤žā¤° (string expected)ā¤…ā¤Žā¤žā¤¨āĨā¤¯ ⤗āĨā¤Ŗ ā¤ĒāĨā¤°ā¤•ā¤žā¤° (uint32 expected)ā¤…ā¤Žā¤žā¤¨āĨā¤¯ ⤗āĨā¤Ŗ ā¤ĒāĨā¤°ā¤•ā¤žā¤° (uint64 expected)ā¤Ē⤰ā¤ŋā¤ĩ⤰āĨā¤¤ā¤¨ ⤇⤍ā¤ĒāĨā¤Ÿā¤ŽāĨ‡ ⤅ā¤ĩāĨˆā¤§ ā¤Ŧā¤žā¤‡ā¤Ÿ ⤅⤍āĨā¤•āĨā¤°ā¤Žā¤…ā¤Žā¤žā¤¨āĨā¤¯ ā¤ĩā¤ŋ⤏āĨā¤¤ā¤žā¤°ā¤ŋ⤤ ⤗āĨā¤Ŗ ā¤¨ā¤žā¤Žā¤…ā¤ĩāĨˆā¤§ ā¤Ģā¤žā¤‡ā¤˛ā¤¨ā¤žā¤Žā¤…ā¤ĩāĨˆā¤§ ā¤Ģā¤žā¤‡ā¤˛ā¤¨ā¤žā¤Ž %s⤅ā¤ĩāĨˆā¤§ ā¤¸ā¤ŽāĨ‚ā¤š ā¤¨ā¤žā¤Ž: %s⤅ā¤ĩāĨˆā¤§ ā¤šāĨ‹ā¤¸āĨā¤Ÿ-ā¤¨ā¤žā¤Žā¤…ā¤ĩāĨˆā¤§ ⤕āĨā¤ā¤œāĨ€ ā¤¨ā¤žā¤Ž: %s⤅ā¤ĩāĨˆā¤§ ā¤ĒāĨā¤°āĨ‹ā¤—āĨā¤°ā¤žā¤Ž ā¤¨ā¤žā¤Ž: %sā¤…ā¤Žā¤žā¤¨āĨā¤¯ ā¤ĒāĨā¤°ā¤žā¤ĒāĨā¤¤ā¤ŋ ⤆⤗āĨā¤°ā¤šā¤Ē⤰ā¤ŋā¤ĩ⤰āĨā¤¤ā¤¨ ⤇⤍ā¤ĒāĨā¤Ÿā¤ŽāĨ‡ ⤅ā¤ĩāĨˆā¤§ ⤅⤍āĨā¤•āĨā¤°ā¤Ž%d ā¤Ē⤰ ⤤⤰āĨā¤• ⤏ā¤Ļā¤ŋā¤ļā¤ŽāĨ‡ ⤅ā¤ĩāĨˆā¤§ ⤏āĨā¤ŸāĨā¤°ā¤ŋ⤂⤗: %sā¤ĩā¤žā¤¤ā¤žā¤ĩā¤°ā¤Ŗā¤ŽāĨ‡ ⤅ā¤ĩāĨˆā¤§ ⤏āĨā¤ŸāĨā¤°ā¤ŋ⤂⤗: %s⤅ā¤ĩāĨˆā¤§ ā¤•ā¤žā¤°āĨā¤¯ā¤ļāĨ€ā¤˛ ⤍ā¤ŋ⤰āĨā¤ĻāĨ‡ā¤ļā¤ŋā¤•ā¤ž: %s⤕āĨā¤ā¤œāĨ€ ā¤Ģā¤žā¤‡ā¤˛ā¤ŽāĨ‡ ā¤Ē⤁⤕āĨā¤¤ā¤ŋ ⤕' ā¤…ā¤‚ā¤¤ā¤ŽāĨ‡ ā¤ā¤¸āĨā¤•āĨ‡ā¤Ē ⤏⤂ā¤ĒāĨā¤°ā¤¤āĨ€ā¤• ā¤°ā¤šāĨˆā¤¤ ⤅⤛ā¤ŋ⤕āĨā¤ā¤œāĨ€ ā¤Ģā¤žā¤‡ā¤˛ ā¤ŽāĨ‡ '%s' ā¤…ā¤Žā¤žā¤¨āĨā¤¯ ā¤ļāĨā¤°āĨƒā¤‚ā¤–ā¤˛ā¤ž ā¤¸ā¤Žā¤žā¤šā¤ŋ⤤ ⤅⤛ā¤ŋ⤕āĨā¤ā¤œāĨ€ ā¤Ģā¤žā¤‡ā¤˛ā¤ŽāĨ‡ '%s' ⤕āĨā¤ā¤œāĨ€ ⤅⤛ā¤ŋ '%s' ā¤¸ā¤ŽāĨ‚ā¤š ā¤ŽāĨ‡ ā¤œā¤•ā¤° ā¤Žā¤žā¤¨ ⤕' ā¤ĩā¤ŋā¤ļāĨā¤˛āĨ‡ā¤ˇā¤Ŗ ā¤¨ā¤šā¤ŋ ā¤•ā¤ā¤˛ ā¤œā¤žā¤ ⤏⤕āĨˆā¤¤ ⤅⤛ā¤ŋ.⤕āĨā¤ā¤œāĨ€ ā¤Ģā¤žā¤‡ā¤˛ā¤ŽāĨ‡ '%s' ⤕āĨā¤ā¤œāĨ€ ⤅⤛ā¤ŋ ā¤œā¤•ā¤°ā¤ž ā¤Žā¤žā¤¨ ⤕' ā¤ĩā¤ŋā¤ļāĨā¤˛āĨ‡ā¤ˇā¤Ŗ ā¤¨ā¤šā¤ŋ ā¤•ā¤ā¤˛ ā¤œā¤žā¤ ⤏⤕āĨˆā¤¤ ⤅⤛ā¤ŋ.⤕āĨā¤ā¤œāĨ€ ā¤Ģā¤žā¤‡ā¤˛ā¤ŽāĨ‡ '%s' ⤕āĨā¤ā¤œāĨ€ ā¤¸ā¤Žā¤žā¤šā¤ŋ⤤ ⤅⤛ā¤ŋ '%s' ā¤Žā¤žā¤¨ ⤕' ⤏⤁⤗ ⤜āĨ‡ UTF-8 ā¤¨ā¤šā¤ŋ ⤅⤛ā¤ŋ⤕āĨā¤‚ā¤œāĨ€ ā¤Ģā¤žā¤‡ā¤˛ā¤ŽāĨ‡ '%s' ā¤Ē⤂⤕āĨā¤¤ā¤ŋ ā¤¸ā¤Žā¤žā¤šā¤ŋ⤤ ⤅⤛ā¤ŋ ⤜āĨ‡ ā¤ā¤•ā¤Ÿā¤ž ⤕āĨā¤ā¤œāĨ€ ā¤Žā¤žā¤¨ ⤜āĨ‹ā¤Ąā¤ŧā¤ž, ā¤¸ā¤ŽāĨ‚ā¤š, ⤅ā¤Ĩā¤ĩā¤ž ⤟ā¤ŋā¤ĒāĨā¤Ē⤪āĨ€ ā¤¨ā¤šā¤ŋ ⤅⤛ā¤ŋ⤕āĨā¤ā¤œāĨ€ ā¤Ģā¤žā¤‡ā¤˛ ā¤ŽāĨ‡ ā¤…ā¤¸ā¤Žā¤°āĨā¤Ĩā¤ŋ⤤ ā¤ā¤¨ā¤•āĨ‹ā¤Ąā¤ŋ⤂⤗ '%s' ā¤¸ā¤Žā¤žā¤šā¤ŋ⤤ ⤅⤛ā¤ŋ⤕āĨā¤ā¤œāĨ€ ā¤Ģā¤žā¤‡ā¤˛ ā¤ŽāĨ‡ '%s' ā¤¸ā¤ŽāĨ‚ā¤š ā¤¨ā¤šā¤ŋ ⤅⤛ā¤ŋ⤕āĨā¤ā¤œāĨ€ ā¤Ģā¤žā¤‡ā¤˛ā¤ŽāĨ‡ '%s' ⤕āĨā¤ā¤œāĨ€ ā¤¨ā¤šā¤ŋ ⤅⤛ā¤ŋ⤕āĨā¤ā¤œāĨ€ ā¤Ģā¤žā¤‡ā¤˛ā¤ŽāĨ‡ '%s' ⤕āĨā¤ā¤œāĨ€ ā¤¨ā¤šā¤ŋ ⤅⤛ā¤ŋ '%s' ā¤¸ā¤ŽāĨ‚ā¤šā¤ŽāĨ‡ā¤•āĨā¤‚ā¤œāĨ€ ā¤Ģā¤žā¤‡ā¤˛ ā¤ā¤•ā¤Ÿā¤ž ā¤¸ā¤ŽāĨ‚ā¤šā¤• ⤏⤁⤗ ā¤ļāĨā¤°āĨ‚ ā¤¨ā¤šā¤ŋ ā¤šāĨ‹ā¤‡ā¤›ā¤°āĨ€ā¤Ą ā¤Ŧā¤Ģ⤰ ā¤ŽāĨ‡ ā¤Ŧ⤚⤞ ⤅ā¤Ē⤰ā¤ŋā¤ĩ⤰āĨā¤¤ā¤ŋ⤤ ā¤†ā¤ā¤•ā¤Ąā¤ŧā¤žGFileIcon ⤕āĨ‡ā¤ ⤞āĨ‡ā¤˛ ā¤ĩā¤ŋ⤰āĨ‚ā¤Ēā¤ŋ⤤ ⤇⤍ā¤ĒāĨā¤Ÿ ā¤ĄāĨ‡ā¤Ÿā¤žā¤ĩā¤ŋ⤰āĨ‚ā¤Ēā¤ŋ⤤ ⤏⤂⤏āĨā¤•⤰⤪ ⤏⤂⤖āĨā¤¯ā¤ž: %s⤏āĨā¤ŽāĨƒā¤¤ā¤ŋ ā¤†ā¤‰ā¤Ÿā¤ĒāĨā¤Ÿ ⤏āĨā¤ŸāĨā¤°āĨ€ā¤Žā¤•āĨ‡ā¤ ā¤ĢāĨ‡ā¤° ā¤†ā¤•ā¤žā¤° ā¤ĻāĨ‡ā¤¨ā¤žā¤‡ ⤏⤂⤭ā¤ĩ ā¤¨ā¤šā¤ŋ%s ⤕' ⤞āĨ‡ā¤˛ ⤗āĨā¤Ž ⤤⤰āĨā¤•ā¤Žā¤žā¤‰ā¤‚ā¤Ÿā¤•āĨ‡ā¤ ā¤ŦāĨ€ā¤š ā¤šā¤˛ā¤¨ā¤žā¤‡ ā¤¸ā¤Žā¤°āĨā¤Ĩā¤ŋ⤤ ā¤¨ā¤šā¤ŋ ⤅⤛ā¤ŋ⤕āĨ‹ā¤¨āĨ‹ MIME ā¤ĒāĨā¤°ā¤•ā¤žā¤° URI '%s' ⤕' ⤞āĨ‡ā¤˛ ā¤ĒāĨā¤¸āĨā¤¤ā¤•ā¤šā¤ŋā¤šāĨā¤¨ā¤ŽāĨ‡ ā¤Ē⤰ā¤ŋā¤­ā¤žā¤ˇā¤ŋ⤤ ā¤¨ā¤šā¤ŋ ⤅⤛ā¤ŋ⤕āĨ‹ā¤¨āĨ‹ ⤅⤍āĨā¤ĒāĨā¤°ā¤¯āĨ‹ā¤— ⤈ ā¤Ģā¤žā¤‡ā¤˛ā¤•āĨ‡ā¤ ⤍ā¤ŋ⤝⤂⤤āĨā¤°ā¤Ŗā¤•āĨ‡ā¤ ⤞āĨ‡ā¤˛ ā¤Ēā¤‚ā¤œāĨ€ā¤•āĨƒā¤¤ ā¤¨ā¤šā¤ŋ ⤅⤛ā¤ŋ'%s' ⤕' ā¤¨ā¤žā¤Žā¤¸ā¤ ⤕āĨ‹ā¤¨āĨ‹ ⤅⤍āĨā¤ĒāĨā¤°ā¤¯āĨ‹ā¤— '%s' ⤕' ⤞āĨ‡ā¤˛ ā¤ĒāĨā¤¸āĨā¤¤ā¤•ā¤šā¤ŋā¤šāĨā¤¨ ā¤Ēā¤‚ā¤œāĨ€ā¤•āĨƒā¤¤ ā¤¨ā¤šā¤ŋ ⤅⤛ā¤ŋURI '%s' ⤕' ⤞āĨ‡ā¤˛ ⤕āĨ‹ā¤¨āĨ‹ ā¤ĒāĨā¤¸āĨā¤¤ā¤•ā¤šā¤ŋā¤šāĨā¤¨ ā¤¨ā¤šā¤ŋ ā¤Žā¤ŋ⤞⤞URI '%s' ⤕' ⤞āĨ‡ā¤˛ ā¤ĒāĨā¤¸āĨā¤¤ā¤•ā¤šā¤ŋā¤šāĨā¤¨ā¤ŽāĨ‡ ⤕āĨ‹ā¤¨āĨ‹ ā¤¸ā¤ŽāĨ‚ā¤š ⤏āĨ‡ā¤Ÿ ā¤¨ā¤šā¤ŋ ⤅⤛ā¤ŋURI '%s' ⤕' ⤞āĨ‡ā¤˛ ā¤ĒāĨā¤¸āĨā¤¤ā¤•ā¤šā¤ŋā¤šāĨā¤¨ā¤ŽāĨ‡ ⤕āĨ‹ā¤¨āĨ‹ ⤍ā¤ŋ⤜ ā¤ĢāĨā¤˛āĨˆā¤— ā¤Ē⤰ā¤ŋā¤­ā¤žā¤ˇā¤ŋ⤤ ā¤¨ā¤šā¤ŋ ⤅⤛ā¤ŋ⤕āĨ‹ā¤¨āĨ‹ ā¤ĩāĨˆā¤§ ā¤ĒāĨā¤¸āĨā¤¤ā¤•ā¤šā¤ŋā¤šāĨā¤¨ ā¤Ģā¤žā¤‡ā¤˛ ā¤†ā¤ā¤•ā¤Ąā¤ŧā¤ž ⤍ā¤ŋ⤰āĨā¤ĻāĨ‡ā¤ļā¤ŋā¤•ā¤žā¤ŽāĨ‡ ā¤¨ā¤šā¤ŋ ā¤Žā¤ŋā¤˛ā¤˛ā¤ā¤•ā¤Ÿā¤ž ā¤¸ā¤žā¤Žā¤žā¤¨āĨā¤¯ ā¤Ģā¤žā¤‡ā¤˛ ā¤¨ā¤šā¤ŋā¤ĩā¤ŋā¤ˇā¤Ž ⤅⤕āĨā¤ˇā¤° '%s', ā¤ĒāĨā¤°ā¤¤āĨā¤¯ā¤žā¤ļā¤ŋ⤤ ⤅⤛ā¤ŋ ā¤ā¤•ā¤Ÿā¤ž '=' ⤞⤕āĨā¤ˇā¤Ŗ ā¤¨ā¤žā¤Ž '%s' ⤅ā¤ĩ⤝ā¤ĩ '%s' ⤕' ā¤Ēā¤ļāĨā¤šā¤žā¤¤'%s' ā¤ĩā¤ŋā¤¸ā¤Ž ⤏⤂ā¤ĒāĨā¤°ā¤¤āĨ€ā¤•, ā¤ā¤•ā¤Ÿā¤ž '>' ⤅ā¤Ĩā¤ĩā¤ž '/' ⤏⤂ā¤ĒāĨā¤°ā¤¤āĨ€ā¤• ⤕āĨ‡ā¤ '%s' ⤤⤤āĨā¤ĩ ⤕' ⤆⤰⤂⤭ ⤟āĨˆā¤— ⤕āĨ‡ā¤ ⤖⤤āĨā¤Ž ā¤•ā¤ā¤¨ā¤žā¤‡ ā¤ĒāĨā¤°ā¤¤āĨā¤¯ā¤žā¤ļā¤ŋ⤤, ⤅ā¤Ĩā¤ĩā¤ž ā¤ĩā¤ŋ⤕⤞āĨā¤Ē⤤⤃ ā¤ā¤•ā¤Ÿā¤ž ⤗āĨā¤Ŗ; ā¤¸ā¤žā¤‡ā¤¤ ā¤…ā¤šā¤žā¤ ⤗āĨā¤Ŗ ā¤¨ā¤žā¤Žā¤ŽāĨ‡ ā¤ā¤•ā¤Ÿā¤ž ā¤…ā¤Žā¤žā¤¨āĨā¤¯ ⤏⤂ā¤ĒāĨā¤°ā¤¤āĨ€ā¤• ⤕' ā¤ĒāĨā¤°ā¤¯āĨ‹ā¤— ā¤•ā¤ā¤¨ā¤ ⤛āĨ€ā¤ĒāĨā¤°ā¤žā¤¨ ⤅⤕āĨā¤ˇā¤° '%s', ā¤œā¤–ā¤¨ ā¤ĩā¤ŋā¤ļāĨ‡ā¤ˇā¤¤ā¤ž '%s', ⤅ā¤ĩ⤝ā¤ĩ '%s' ⤕' ā¤Žā¤žā¤¨ ā¤ĻāĨ‡ā¤˛ ā¤œā¤žā¤‡ā¤¤ ⤅⤛ā¤ŋ ⤤⤁ ā¤Ŧā¤°ā¤žā¤Ŧ⤰ ⤚ā¤ŋā¤šāĨā¤¨ā¤• ā¤Ŧā¤žā¤Ļ ā¤ā¤•ā¤Ÿā¤ž ⤖āĨā¤˛ā¤˛ ⤕āĨ‹ā¤Ÿ ⤚ā¤ŋā¤šāĨā¤¨ ā¤ĩā¤žā¤‚ā¤›ā¤ŋ⤤ ⤅⤛ā¤ŋ⤑ā¤Ē⤰āĨ‡ā¤ļ⤍ ā¤¸ā¤Žā¤°āĨā¤Ĩā¤ŋ⤤ ā¤¨ā¤šā¤ŋ ⤅⤛ā¤ŋ⤑ā¤Ē⤰āĨ‡ā¤ļ⤍ ⤰ā¤ĻāĨā¤Ļ ā¤›ā¤˛ā¤†ā¤‰ā¤Ÿā¤ĒāĨā¤Ÿ ⤏āĨā¤ŸāĨā¤°āĨ€ā¤Ž ⤞āĨ‡ā¤–⤍ ⤕āĨ‡ā¤ ā¤˛ā¤žā¤—āĨ‚ ā¤¨ā¤šā¤ŋ ⤕⤰āĨˆā¤›ā¤‡ā¤¨ā¤ĒāĨā¤Ÿ ⤕' ā¤…ā¤‚ā¤¤ā¤ŽāĨ‡ ⤆⤂ā¤ļā¤ŋ⤕ ⤅⤕āĨā¤ˇā¤° ⤅⤍āĨā¤•āĨā¤°ā¤Žā¤•āĨ‹ā¤ŸāĨ‡ā¤Ą ā¤Ēā¤žā¤  ⤕āĨ‹ā¤ŸāĨ‡ā¤ļ⤍ ⤚ā¤ŋā¤šāĨā¤¨ ⤕' ⤏⤁⤗ ā¤ĒāĨā¤°ā¤žā¤°ā¤‚⤭ ā¤¨ā¤šā¤ŋ ā¤šāĨ‹ā¤‡ā¤›ā¤…⤧ā¤ŋā¤•ā¤¤ā¤Ž ā¤†ā¤‚ā¤•ā¤Ąā¤ŧā¤ž ⤏⤰⤪āĨ€ ⤏āĨ€ā¤Žā¤ž ⤤⤕ā¤ŋ ā¤Ēā¤šāĨā¤ā¤šā¤ŋ ⤗āĨ‡ā¤˛SELinux ⤏⤂ā¤Ļ⤰āĨā¤­ ⤗āĨˆā¤°-NULL ā¤šāĨ‹ā¤Ŧā¤ž ā¤šā¤žā¤šāĨ€SELinux ⤈ ⤏ā¤ŋ⤏āĨā¤Ÿā¤Ž ā¤Ē⤰ ⤏⤕āĨā¤°ā¤ŋ⤝ ā¤¨ā¤šā¤ŋ ⤅⤛ā¤ŋ⤏āĨ‡ā¤Ÿā¤ŋ⤂⤗ ⤗āĨā¤Ŗ %s ā¤¸ā¤Žā¤°āĨā¤Ĩā¤ŋ⤤ ā¤¨ā¤šā¤ŋā¤¸ā¤­ā¤Ÿā¤ž ā¤Žā¤ĻāĨā¤Ļ⤤ā¤ŋ ā¤ĩā¤ŋ⤕⤞āĨā¤Ē ā¤ĻāĨ‡ā¤–ā¤žā¤ŦāĨ‚ā¤Žā¤ĻāĨā¤Ļ⤤ā¤ŋ ā¤ĩā¤ŋ⤕⤞āĨā¤Ē ā¤ĻāĨ‡ā¤–ā¤žā¤ŦāĨ‚⤏āĨā¤°āĨ‹ā¤¤ ⤏āĨā¤ŸāĨā¤°āĨ€ā¤Ž ā¤Ēā¤šā¤ŋ⤍āĨ‡ā¤¸ā¤ ā¤Ŧ⤍āĨā¤¨ ⤅⤛ā¤ŋ⤏āĨā¤ŸāĨā¤°āĨ€ā¤Žā¤•āĨ‡ā¤ ⤏⤂⤗ ā¤Ŧ⤚⤞ ⤆ā¤Ē⤰āĨ‡ā¤ļ⤍ ⤅⤛ā¤ŋ⤏āĨā¤ŸāĨā¤°āĨ€ā¤¨ ā¤Ēā¤šā¤ŋ⤍āĨ‡ā¤¸ā¤ ā¤Ŧ⤍āĨā¤¨ ⤅⤛ā¤ŋ⤏ā¤ŋ⤂ā¤Ŧā¤žā¤˛ā¤ŋ⤕ ⤞ā¤ŋ⤂⤕ ā¤¸ā¤Žā¤°āĨā¤Ĩā¤ŋ⤤ ā¤¨ā¤šā¤ŋ ⤅⤛ā¤ŋ⤞⤕āĨā¤ˇā¤ŋ⤤ ā¤Ģā¤žā¤‡ā¤˛ ā¤ŽāĨ‹ā¤œāĨā¤Ļ ⤅⤛ā¤ŋ⤞⤕āĨā¤ˇā¤ŋ⤤ ā¤Ģā¤žā¤‡ā¤˛ ⤍ā¤ŋ⤰āĨā¤ĻāĨ‡ā¤ļā¤ŋā¤•ā¤ž ⤅⤛ā¤ŋ⤞⤕āĨā¤ˇā¤ŋ⤤ ā¤Ģā¤žā¤‡ā¤˛ ā¤ā¤•ā¤Ÿā¤ž ⤍ā¤ŋā¤¯ā¤Žā¤ŋ⤤ ā¤Ģā¤žā¤‡ā¤˛ ā¤¨ā¤šā¤ŋ ⤅⤛ā¤ŋ⤟āĨˆā¤ŽāĨā¤Ē⤞āĨ‡ā¤Ÿ '%s' ā¤ŽāĨ‡ XXXXXX ā¤¸ā¤Žā¤žā¤šā¤ŋ⤤ ā¤¨ā¤šā¤ŋ ⤅⤛ā¤ŋ⤟āĨˆā¤ŽāĨā¤Ē⤞āĨ‡ā¤Ÿ '%s' ⤅ā¤ĩāĨˆā¤§ ⤅⤛ā¤ŋ. ā¤ā¤šā¤ŋā¤ŽāĨ‡ '%s' ā¤¸ā¤žā¤Žā¤ŋ⤞ ā¤¨ā¤šā¤ŋ ⤅⤛ā¤ŋ %c ⤞āĨ‡ā¤˛ ā¤ŽāĨˆā¤šā¤ŋ⤂⤗ ⤕āĨ‹ā¤Ÿ ⤏⤁ ā¤Ēā¤šā¤ŋ⤍āĨ‡ ā¤Ēā¤žā¤  ⤅⤂⤤ ā¤Ēā¤ā¤˛ā¤•. (ā¤Ēā¤žā¤  ā¤›ā¤˛ā¤ž '%s')ā¤Ēā¤žā¤  ⤕' ⤅⤂⤤ ⤏ā¤ŋ⤰āĨā¤Ģ '\' ⤅⤕āĨā¤ˇā¤° ⤕' ā¤Ŧā¤žā¤Ļ ⤭' ⤗āĨ‡ā¤˛. (ā¤Ēā¤žā¤  ā¤›ā¤˛ā¤ž '%s')ā¤Ēā¤žā¤  ⤰ā¤ŋ⤕āĨā¤¤ ā¤›ā¤˛ā¤ž (⤅ā¤Ĩā¤ĩā¤ž ā¤“ā¤•ā¤°ā¤žā¤ŽāĨ‡ ⤏ā¤ŋ⤰āĨā¤Ģ ā¤ļāĨā¤ĩāĨ‡ā¤¤ ⤰ā¤ŋ⤕āĨā¤¤ā¤ŋ ā¤›ā¤˛ā¤ž)⤝āĨ‚ā¤†ā¤°ā¤†ā¤ˆ '%s' ā¤ŽāĨ‡ ⤅ā¤ĩāĨˆā¤§ ā¤ā¤¸āĨā¤•āĨ‡ā¤ĒāĨā¤Ą ⤅⤕āĨā¤ˇā¤° ā¤¸ā¤ŽāĨā¤Žā¤ŋ⤞ā¤ŋ⤤ ⤅⤛ā¤ŋ⤝āĨ‚ā¤†ā¤°ā¤†ā¤ˆ '%s' ⤅ā¤ĩāĨˆā¤§ ⤅⤛ā¤ŋ"file" ⤝āĨ‹ā¤œā¤¨ā¤ž ⤕' ⤉ā¤Ē⤝āĨ‹ā¤— ⤕⤰āĨˆā¤Ŧā¤˛ā¤ž URI '%s' ā¤ā¤•ā¤Ÿā¤ž ⤍ā¤ŋ⤰ā¤ĒāĨ‡ā¤•āĨā¤ˇ ⤝āĨ‚ā¤†ā¤°ā¤†ā¤ˆ ā¤¨ā¤šā¤ŋ ⤅⤛ā¤ŋā¤Ģā¤žā¤‡ā¤˛ ā¤Ŧā¤žā¤šā¤°āĨ€ ⤰āĨ‚ā¤ĒāĨ‡ā¤ ā¤Ŧā¤Ļ⤞⤞ ⤅⤛ā¤ŋ⤝āĨ‚ā¤†ā¤°ā¤†ā¤ˆ '%s' ⤕' ā¤šāĨ‹ā¤¸āĨā¤Ÿā¤¨ā¤žā¤Ž ⤅ā¤ĩāĨˆā¤§ ⤅⤛ā¤ŋ⤏āĨā¤Ĩā¤žā¤¨āĨ€ā¤¯ ā¤Ģā¤žā¤‡ā¤˛ ⤝āĨ‚ā¤†ā¤°ā¤†ā¤ˆ '%s' ā¤ŽāĨ‡ ā¤ā¤•ā¤Ÿā¤ž '#' ā¤¸ā¤ŽāĨā¤Žā¤ŋ⤞ā¤ŋ⤤ ā¤¨ā¤šā¤ŋ ⤅⤛ā¤ŋā¤Ēā¤Ĩā¤¨ā¤žā¤Ž '%s' ā¤ā¤•ā¤Ÿā¤ž ⤍ā¤ŋ⤰ā¤ĒāĨ‡ā¤•āĨā¤ˇ ā¤Ēā¤Ĩ ā¤¨ā¤šā¤ŋ ⤅⤛ā¤ŋToo large count value passed to %sā¤ĒāĨā¤°ā¤•ā¤žā¤° %s ā¤ĩ⤰āĨā¤—āĨ€ā¤•āĨƒā¤¤ ā¤¨ā¤šā¤ŋ ⤅⤛ā¤ŋURI ā¤¸ā¤Žā¤°āĨā¤Ĩā¤ŋ⤤ ā¤¨ā¤šā¤ŋ⤟āĨā¤°āĨˆā¤ļ ⤍ā¤ŋ⤰āĨā¤ĻāĨ‡ā¤ļā¤ŋā¤•ā¤ž %s ā¤Ŧā¤¨ā¤žā¤ŦāĨˆā¤ŽāĨ‡ ⤤āĨā¤°āĨā¤Ÿā¤ŋ: %s⤟āĨā¤°āĨ‡ā¤ļā¤ŋ⤂⤗ ⤏āĨ‚ā¤šā¤¨ā¤žā¤•āĨ‡ā¤ ā¤Ģā¤žā¤‡ā¤˛ā¤ŽāĨ‡ ā¤Ŧā¤¨ā¤žā¤ŦāĨˆā¤ŽāĨ‡ ā¤…ā¤¸ā¤Žā¤°āĨā¤Ĩ: %sā¤ĒāĨ‚⤰āĨā¤ĩ⤍ā¤ŋ⤰āĨā¤§ā¤žā¤°ā¤ŋ⤤ ⤏āĨā¤Ĩā¤žā¤¨āĨ€ā¤¯ ā¤Ģā¤žā¤‡ā¤˛ ā¤Žā¤žā¤¨ā¤ŋā¤Ÿā¤°ā¤• ā¤ĒāĨā¤°ā¤•ā¤žā¤° ⤤⤕ā¤Ŧā¤žā¤ŽāĨ‡ ā¤…ā¤¸ā¤Žā¤°āĨā¤Ĩ⤟āĨā¤°āĨ‡ā¤ļ ⤍ā¤ŋ⤰āĨā¤ĻāĨ‡ā¤ļā¤ŋā¤•ā¤ž ā¤Ŧā¤¨ā¤žā¤ŦāĨˆā¤ŽāĨ‡ ā¤¯ā¤ž ā¤¤ā¤žā¤•ā¤Ŧā¤žā¤ŽāĨ‡ ā¤…ā¤¸ā¤Žā¤°āĨā¤Ĩ⤟āĨā¤°āĨˆā¤ļ⤕ ⤞āĨ‡ā¤˛ ā¤‰ā¤šāĨā¤š ⤏āĨā¤¤ā¤°āĨ€ā¤¯ ⤍ā¤ŋ⤰āĨā¤ĻāĨ‡ā¤ļā¤ŋā¤•ā¤ž ā¤¤ā¤žā¤•ā¤Ŧā¤žā¤ŽāĨ‡ ā¤…ā¤¸ā¤Žā¤°āĨā¤Ĩā¤Ģā¤žā¤‡ā¤˛ā¤•āĨ‡ā¤ ⤰ā¤ĻāĨā¤ĻāĨ€ā¤ŽāĨ‡ ⤭āĨ‡ā¤œā¤Ŧā¤žā¤ŽāĨ‡ ⤤āĨā¤°āĨā¤Ÿā¤ŋ: %s'%s' ⤅ā¤ĒāĨā¤°ā¤¤āĨā¤¯ā¤žā¤ļā¤ŋ⤤ ⤗āĨā¤Ŗ '%s' ⤤⤤āĨā¤ĩ ⤕' ⤞āĨ‡ā¤˛ā¤ā¤•ā¤Ÿā¤ž ā¤ļā¤ŋā¤ļāĨ ā¤ĒāĨā¤°ā¤•āĨā¤°ā¤ŋā¤¯ā¤ž ⤏⤁ ā¤†ā¤ā¤•ā¤Ąā¤ŧā¤ž ā¤Ēā¤ĸā¤ŧā¤Ŧā¤žā¤ŽāĨ‡ g_io_channel_win32_poll() ā¤ŽāĨ‡ ⤅ā¤ĒāĨā¤°ā¤¤āĨā¤¯ā¤žā¤ļā¤ŋ⤤ ⤤āĨā¤°āĨā¤Ÿā¤ŋā¤ā¤•ā¤Ÿā¤ž ā¤šā¤žā¤‡ā¤˛āĨā¤Ą ā¤ĒāĨā¤°ā¤•āĨā¤°ā¤ŋā¤¯ā¤ž (%s) ⤏⤁ ⤚āĨā¤¨āĨ‡ā¤‚() ā¤Ēā¤ĸā¤ŧā¤Ŧā¤žā¤• ā¤†ā¤ā¤•ā¤Ąā¤ŧā¤žā¤ŽāĨ‡ ⤅ā¤ĒāĨā¤°ā¤¤āĨā¤¯ā¤žā¤ļā¤ŋ⤤ ⤤āĨā¤°āĨā¤Ÿā¤ŋ ā¤šāĨā¤ˆwaitpid() (%s) ā¤ŽāĨ‡ ⤅ā¤ĒāĨā¤°ā¤¤āĨā¤¯ā¤žā¤ļā¤ŋ⤤ ⤤āĨā¤°āĨā¤Ÿā¤ŋ⤅ā¤ĒāĨā¤°ā¤¤āĨā¤¯ā¤žā¤ļā¤ŋ⤤ ⤟āĨˆā¤— '%s' '%s' ⤕' ⤭āĨ€ā¤¤ā¤°'%s' ⤅ā¤ĒāĨā¤°ā¤¤āĨā¤¯ā¤žā¤ļā¤ŋ⤤ ⤟āĨˆā¤—, '%s' ⤟āĨˆā¤— ā¤ĒāĨā¤°ā¤¤āĨā¤¯ā¤žā¤ļā¤ŋ⤤ā¤ļā¤ŋā¤ļāĨ ā¤ĒāĨā¤°ā¤•āĨā¤°ā¤ŋā¤¯ā¤ž "%s" ā¤•ā¤žā¤°āĨā¤¯ā¤žā¤¨āĨā¤ĩā¤ŋ⤤ ⤕⤰ā¤Ŧā¤žā¤ŽāĨ‡ ā¤…ā¤œāĨā¤žā¤žā¤¤ ⤤āĨā¤°āĨā¤Ÿā¤ŋā¤…ā¤¨ā¤œā¤žā¤¨ ā¤ĩā¤ŋ⤕⤞āĨā¤Ē %sā¤…ā¤œāĨā¤žā¤žā¤¤ ā¤ĒāĨā¤°ā¤•ā¤žā¤°ā¤•ā¤Žā¤žā¤ā¤Ą ā¤Ē⤂⤕āĨā¤¤ā¤ŋā¤ŽāĨ‡ ā¤ŽāĨ‡ā¤˛ ā¤¨ā¤šā¤ŋ ā¤–ā¤žā¤ā¤¤ ⤉ā¤ĻāĨā¤§ā¤°ā¤Ŗ ⤚ā¤ŋā¤šāĨā¤¨ ⤅ā¤Ĩā¤ĩā¤ž ⤆⤍ ā¤ļāĨˆā¤˛-⤕āĨ‹ā¤ŸāĨ‡ā¤Ą ā¤Ēā¤žā¤ ā¤ŦāĨ‡ā¤¨ā¤žā¤Žā¤ĒāĨā¤°ā¤¯āĨ‹ā¤—:ā¤Žā¤žā¤¨ '%s' ⤕āĨ‡ā¤ ā¤ŦāĨā¤˛ā¤ŋ⤝⤍ ⤕' ⤤āĨŒā¤° ā¤Ē⤰ ā¤ĩā¤ŋā¤ļāĨā¤˛āĨ‡ā¤ˇā¤ŋ⤤ ā¤¨ā¤šā¤ŋ ā¤•ā¤ā¤˛ ā¤œā¤žā¤ ⤏⤕āĨˆā¤¤ ⤅⤛ā¤ŋ.ā¤Žā¤žā¤¨ '%s' ⤕āĨ‡ā¤ ā¤ā¤•ā¤Ÿā¤ž ā¤ĢāĨā¤˛āĨ‹ā¤Ÿ ⤏⤁⤖āĨā¤¯ā¤žā¤• ā¤¤ā¤°ā¤š ā¤¨ā¤šā¤ŋ ā¤ĩā¤ŋā¤ļāĨā¤˛āĨ‡ā¤ˇā¤ŋ⤤ ā¤•ā¤ā¤˛ ā¤œā¤žā¤ ⤏⤕āĨˆā¤¤ ⤅⤛ā¤ŋ.ā¤Žā¤žā¤¨ '%s' ⤕āĨ‡ā¤ ā¤ā¤•ā¤Ÿā¤ž ⤏⤁⤖āĨā¤¯ā¤žā¤• ā¤¤ā¤°ā¤š ā¤¨ā¤šā¤ŋ ā¤ĩā¤ŋā¤ļāĨā¤˛āĨ‡ā¤ˇā¤ŋ⤤ ā¤•ā¤ā¤˛ ā¤œā¤žā¤ ⤏⤕āĨˆā¤¤ ⤅⤛ā¤ŋ.[ā¤ĩā¤ŋ⤕⤞āĨā¤Ē...]assertion expected after (?(⤏⤂⤝āĨ‹ā¤œā¤¨ ā¤Ē⤰ā¤ŋā¤ĩ⤰āĨā¤¤ā¤¨ win32 ā¤Ē⤰ ā¤¸ā¤Žā¤°āĨā¤Ĩā¤ŋ⤤ ā¤¨ā¤šā¤ŋ ⤅⤛ā¤ŋ⤕āĨ‹ā¤Ą ⤓ā¤ĩ⤰ā¤ĢāĨā¤˛āĨ‹ā¤…⤂⤕ ā¤ĒāĨā¤°ā¤¤āĨā¤¯ā¤žā¤ļā¤ŋ⤤⤏āĨā¤ŽāĨƒā¤¤ā¤ŋ ā¤Ēā¤žā¤ŦāĨˆā¤ŽāĨ‡ ā¤ĩā¤ŋā¤Ģā¤˛ā¤šāĨ‡ā¤•āĨā¤¸ā¤žā¤ĄāĨ‡ā¤¸āĨ€ā¤Žā¤˛ ⤅⤂⤕ ā¤ĒāĨā¤°ā¤¤āĨā¤¯ā¤žā¤ļā¤ŋā¤¤ā¤šāĨ‡ā¤•āĨā¤¸ā¤žā¤ĄāĨ‡ā¤¸āĨ€ā¤Žā¤˛ ⤅⤂⤕ ā¤¯ā¤ž '}' ā¤ĒāĨā¤°ā¤¤āĨā¤¯ā¤žā¤ļā¤ŋā¤¤ā¤…ā¤Žā¤žā¤¨āĨā¤¯ ā¤¸ā¤žā¤‚ā¤•āĨ‡ā¤¤ā¤ŋ⤕ ⤏⤂ā¤Ļ⤰āĨā¤­ā¤…⤏⤂⤗⤤ NEWLINE ā¤ĩā¤ŋ⤕⤞āĨā¤Ēā¤Žā¤žā¤‰ā¤‚ā¤Ÿ ā¤•ā¤‚ā¤ŸāĨ‡ā¤‚ā¤Ÿ ā¤ĒāĨā¤°ā¤•ā¤žā¤° ⤗āĨ‡ā¤¸ā¤ŋ⤂⤗⤕āĨ‡ā¤ ā¤˛ā¤žā¤—āĨ‚ ā¤¨ā¤šā¤ŋ ⤕⤰āĨˆā¤›ā¤Žā¤žā¤‰ā¤‚ā¤Ÿ ā¤Ŧā¤žā¤šā¤° ⤍ā¤ŋā¤•ā¤žā¤˛ā¤Ŧ ā¤˛ā¤žā¤—āĨ‚ ā¤¨ā¤šā¤ŋ ⤕⤰āĨˆā¤›ā¤Žā¤žā¤‰ā¤‚ā¤Ÿ ā¤ĢāĨ‡ā¤° ā¤Žā¤žā¤‰ā¤‚ā¤Ÿ ā¤˛ā¤žā¤—āĨ‚ ā¤¨ā¤šā¤ŋ ⤕⤰āĨˆā¤›ā¤Žā¤žā¤‰ā¤‚ā¤Ÿ ⤤āĨā¤˛āĨā¤¯ā¤•ā¤žā¤˛ā¤ŋ⤤ ā¤•ā¤‚ā¤ŸāĨ‡ā¤‚ā¤Ÿ ā¤ĒāĨā¤°ā¤•ā¤žā¤° ⤗āĨ‡ā¤¸ā¤ŋ⤂⤗⤕āĨ‡ā¤ ā¤˛ā¤žā¤—āĨ‚ ā¤¨ā¤šā¤ŋ ⤕⤰āĨˆā¤›ā¤Žā¤žā¤‰ā¤‚ā¤Ÿ ā¤…ā¤¨ā¤Žā¤žā¤‰ā¤‚ā¤Ÿ ā¤˛ā¤žā¤—āĨ‚ ā¤¨ā¤šā¤ŋ ⤕⤰āĨˆā¤›ā¤¸āĨā¤ŽāĨƒā¤¤ā¤ŋ⤕ ā¤Ŧā¤žā¤šā¤°ā¤¨ā¤ŋā¤¯ā¤Žā¤ŋ⤤ ⤅⤭ā¤ŋā¤ĩāĨā¤¯ā¤•āĨā¤¤ā¤ŋ ā¤Ŧā¤šāĨā¤¤ ā¤ĒāĨˆā¤˜ ⤅⤛ā¤ŋstray final '\'symlink ⤜⤰āĨ‚⤰ ⤗āĨˆā¤°-NULL ā¤šāĨ‹ā¤Ŧā¤ž ā¤šā¤žā¤šāĨ€ā¤…ā¤ĒāĨā¤°ā¤¤āĨā¤¯ā¤žā¤¸ā¤ŋ⤤ ā¤ĻāĨ‹ā¤šā¤°ā¤žā¤ā¤˛ā¤¨ā¤šā¤ŋ ā¤¸ā¤Žā¤žā¤ĒāĨā¤¤ ⤭āĨ‡ā¤˛ ā¤¸ā¤žā¤‚ā¤•āĨ‡ā¤¤ā¤ŋ⤕ ⤏⤂ā¤Ļ⤰āĨā¤­ā¤…ā¤œāĨā¤žā¤žā¤¤ ⤤āĨā¤°āĨā¤Ÿā¤ŋ⤆ā¤ĩā¤žā¤œ ā¤Ŧā¤žā¤šā¤° ⤍ā¤ŋā¤•ā¤žā¤˛ā¤Ŧ⤕āĨ‡ā¤ ā¤˛ā¤žā¤—āĨ‚ ā¤¨ā¤šā¤ŋ ⤕⤰āĨˆā¤›ā¤†ā¤ĩā¤žā¤œ ā¤Žā¤žā¤‰ā¤‚ā¤Ÿā¤•āĨ‡ā¤ ā¤˛ā¤žā¤—āĨ‚ ā¤¨ā¤šā¤ŋ ⤕⤰āĨˆā¤¤ ⤅⤛ā¤ŋā¤ļāĨ‚⤍āĨā¤¯ ā¤¨ā¤Žā¤žā¤‡ ā¤¸ā¤žā¤‚ā¤•āĨ‡ā¤¤ā¤ŋ⤕ ⤏⤂ā¤Ļ⤰āĨā¤­./glib-2.22.2-i686/usr/share/locale/fa/0000755000000000000000000000000011271166770015611 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/fa/LC_MESSAGES/0000755000000000000000000000000011271166770017376 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/fa/LC_MESSAGES/glib20.mo0000644000000000000000000005222211271166635021015 0ustar rootrootŪ•08ŗ@  Œ Y _į aG &Š Đ (å 4 /C ,s %  &Æ )í ! 9AZžœ;;*w.ĸaŅF34z2¯:âA@_; WÜW41Œ/ž%î?5TIŠ‘Ôf ‚Ŗģ>×'.>m?Œ)Ė$ö%A!U9w*ą9Ü-3+aŠ&+?3k#Ÿ!Ã)å89H.‚ ą ŋ&Íô)>O$h!¯1Í.˙T.Fƒ=ĘL+U!Ŗ-Ã$ņ(?1W<‰Æ&å9 FLY°ĻzW*Ō/ũ- C U $r 0— FČ :!-J!2x!Ģ!;Ã!'˙!-'")U"*"OĒ"Cú"">#a#&#*¨#Ķ#Cå#)$.0$3_$-“$ Á$2Í$&ŠŽ&}8'Mļ'!(<&(Xc(Sŧ(a)fr)OŲ)I)*7s*6Ģ*_â*6B+_y,@Ų,D-Í_-Š-.o¸.m(/u–/u 0„‚0s1˛{1Ģ.2LÚ2G'3Xo3iČ3X24…‹425!D67f6(ž68Į6j78k7V¤79û7_58B•8;Ø8A9#V9=z9k¸9d$:q‰:>û:]:;[˜;žô;Mŗ<R=VT=>Ģ=@ę=B+>_n>yÎ>YH?ĸ?!ŋ?Aá?<#@C`@"¤@(Į@8đ@+)A)UARAUŌA‰(Bu˛Bb(Cx‹CYD7^D9–DNĐDCE_cE'ÃE`ëEdLF?ąFXņFiJG"´GŽ×GFfHŅ­ICJKÃJ4K+DK>pK(¯KMØKš&LqÁLC3M`wM8ØMhNOzNZĘN9%OA_O‰ĄO}+P5ŠP6ßPUQPlQŊQcÜQ@RSWRSĢRF˙RFSE0zyNM/Q9w|HCXgZ@>i~fv:a_Acq)Pp1JYG=4? ld`D ', [n.R2(%u8r\ "tVm+ S3O;Fs-5*b!k&I<^BWj$#}xKh7€T]oU{ e6LVS, 8 D P d x XS/˙˙˙˙‡S˙˙˙˙œS,˙˙˙˙ČSM˙˙˙˙(T ˙˙˙˙ETG˙˙˙˙'%s' is not a valid character following a '<' character; it may not begin an element name'%s' is not a valid character following the characters ''A bookmark for URI '%s' already existsApplication Options:Attribute '%s' of element '%s' not foundCan't do a raw read in g_io_channel_read_line_stringCan't do a raw read in g_io_channel_read_to_endCannot convert fallback '%s' to codeset '%s'Cannot parse double value '%s' for %sCannot parse integer value '%s' for %sChannel terminates in a partial characterCharacter out of range for UTF-16Character out of range for UTF-8Character reference '%-.*s' does not encode a permitted characterCharacter reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Conversion from character set '%s' to '%s' is not supportedCould not open converter from '%s' to '%s'Could not open converter from '%s' to '%s': %sDocument ended unexpectedly after the equals sign following an attribute name; no attribute valueDocument ended unexpectedly inside a comment or processing instructionDocument ended unexpectedly inside an attribute nameDocument ended unexpectedly inside an element nameDocument ended unexpectedly inside an element-opening tag.Document ended unexpectedly inside the close tag for element '%s'Document ended unexpectedly just after an open angle bracket '<'Document ended unexpectedly while inside an attribute valueDocument ended unexpectedly with elements still open - '%s' was the last element openedDocument ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>Document must begin with an element (e.g. )Document was empty or contained only whitespaceDouble value '%s' for %s out of rangeElement '%s' was closed, but the currently open element is '%s'Element '%s' was closed, no element is currently openEmpty entity '&;' seen; valid entities are: & " < > 'Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Error during conversion: %sError opening directory '%s': %sError parsing option %sError reading file '%s': %sExisting file '%s' could not be removed: g_unlink() failed: %sFailed to change to directory '%s' (%s)Failed to close file '%s': fclose() failed: %sFailed to create file '%s': %sFailed to create pipe for communicating with child process (%s)Failed to execute child process "%s" (%s)Failed to execute child process (%s)Failed to execute helper program (%s)Failed to fork (%s)Failed to fork child process (%s)Failed to get attributes of file '%s': fstat() failed: %sFailed to map file '%s': mmap() failed: %sFailed to open file '%s' for writing: fdopen() failed: %sFailed to open file '%s': %sFailed to open file '%s': fdopen() failed: %sFailed to open file '%s': open() failed: %sFailed to parse '%-.*s', which should have been a digit inside a character reference (ê for example) - perhaps the digit is too largeFailed to read data from child processFailed to read data from child process (%s)Failed to read enough data from child pid pipe (%s)Failed to read from child pipe (%s)Failed to read from file '%s': %sFailed to read the symbolic link '%s': %sFailed to redirect output or input of child process (%s)Failed to rename file '%s' to '%s': g_rename() failed: %sFailed to write file '%s': fwrite() failed: %sFile is emptyHelp Options:Integer value '%s' for %s out of rangeInteger value '%s' out of rangeInvalid byte sequence in conversion inputInvalid hostnameInvalid program name: %sInvalid sequence in conversion inputInvalid string in environment: %sInvalid working directory: %sKey file contains escape character at end of lineKey file contains invalid escape sequence '%s'Key file contains key '%s' in group '%s' which has value that cannot be interpreted.Key file contains key '%s' which has value that cannot be interpreted.Key file contains key '%s' with value '%s' which is not UTF-8Key file contains line '%s' which is not a key-value pair, group, or commentKey file contains unsupported encoding '%s'Key file does not have group '%s'Key file does not have key '%s'Key file does not have key '%s' in group '%s'Key file does not start with a groupLeftover unconverted data in read bufferMissing argument for %sNo MIME type defined in the bookmark for URI '%s'No application with name '%s' registered a bookmark for '%s'No bookmark found for URI '%s'No groups set in bookmark for URI '%s'No private flag has been defined in bookmark for URI '%s'Not a regular fileOdd character '%s', expected a '=' after attribute name '%s' of element '%s'Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute nameOdd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'Partial character sequence at end of inputQuoted text doesn't begin with a quotation markShow all help optionsShow help optionsSymbolic links not supportedTemplate '%s' doesn't contain XXXXXXTemplate '%s' invalid, should not contain a '%s'Text ended before matching quote was found for %c. (The text was '%s')Text ended just after a '\' character. (The text was '%s')Text was empty (or contained only whitespace)The URI '%s' contains invalidly escaped charactersThe URI '%s' is invalidThe URI '%s' is not an absolute URI using the "file" schemeThe hostname of the URI '%s' is invalidThe local file URI '%s' may not include a '#'The pathname '%s' is not an absolute pathUnexpected attribute '%s' for element '%s'Unexpected error in g_io_channel_win32_poll() reading data from a child processUnexpected error in select() reading data from a child process (%s)Unexpected error in waitpid() (%s)Unexpected tag '%s' inside '%s'Unexpected tag '%s', tag '%s' expectedUnknown error executing child process "%s"Unknown option %sUnmatched quotation mark in command line or other shell-quoted textUsage:Value '%s' cannot be interpreted as a boolean.Value '%s' cannot be interpreted as a float number.Value '%s' cannot be interpreted as a number.[OPTION...]Project-Id-Version: glib HEAD Report-Msgid-Bugs-To: POT-Creation-Date: 2009-10-07 09:51-0400 PO-Revision-Date: 2006-09-04 18:36+0330 Last-Translator: Roozbeh Pournader Language-Team: Persian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ‏ÂĢ%sÂģ ŲžØŗ Ø§Ø˛ یڊ Ų†ŲˆÛŒØŗŲ‡Ų” '‎<‎' Ų†ŲˆÛŒØŗŲ‡Ų” Ų…ØŦØ§Ø˛ÛŒ Ų†ÛŒØŗØĒ؛ Ų†Ų…ÛŒâ€ŒØ´ŲˆØ¯ ابØĒدای Ų†Ø§Ų… یڊ ØšŲ†ØĩØą باشد‏ÂĢ%sÂģ Ø¨ØšØ¯ Ø§Ø˛ Ų†ŲˆÛŒØŗŲ‡â€ŒŲ‡Ø§ÛŒ ÂĢ‎Âģ Ø§ØŗØĒÚ†ŲˆØ¨â€ŒØ§Ų„ŲÛŒ Ø¨ØąØ§ÛŒ Ų†Ø´Ø§Ų†ÛŒ ÂĢ‎%sÂģ Ø§Ø˛ Ų‚Ø¨Ų„ Ų…ŲˆØŦŲˆØ¯ Ø§ØŗØĒÚ¯Ø˛ÛŒŲ†Ų‡â€ŒŲ‡Ø§ÛŒ Ø¨ØąŲ†Ø§Ų…Ų‡:Ų…Ø´ØŽØĩŲ‡Ų” ÂĢ%sÂģ Ø¨ØąØ§ÛŒ ØšŲ†ØĩØą ÂĢ%sÂģ ŲžÛŒØ¯Ø§ Ų†Ø´Ø¯Ų†Ų…ÛŒâ€ŒØĒŲˆØ§Ų† Ø¯Øą g_io_channel_read_line_string ØŽŲˆØ§Ų†Ø´ ØŽØ§Ų… Ø§Ų†ØŦØ§Ų… Ø¯Ø§Ø¯Ų†Ų…ÛŒâ€ŒØĒŲˆØ§Ų† Ø¯Øą g_io_channel_read_to_end ØŽŲˆØ§Ų†Ø´ ØŽØ§Ų… Ø§Ų†ØŦØ§Ų… Ø¯Ø§Ø¯Ų†Ų…ÛŒâ€ŒØĒŲˆØ§Ų† ØšŲ‚Ø¨â€ŒŲ†Ø´ÛŒŲ†ÛŒ ÂĢ%sÂģ ØąØ§ Ø¨Ų‡ Ų…ØŦŲ…ŲˆØšŲ‡ ڊد ÂĢ%sÂģ ØĒØ¨Ø¯ÛŒŲ„ ÚŠØąØ¯Ų†Ų…ÛŒâ€ŒØĒŲˆØ§Ų† Ų…Ų‚Ø¯Ø§Øą Øĩحیح با Ø¯Ų‚ØĒ Ų…ØļØ§ØšŲ ÂĢ%sÂģ Ø¨ØąØ§ÛŒ %s ØąØ§ ØĒØŦØ˛ÛŒŲ‡ ÚŠØąØ¯Ų†Ų…ÛŒâ€ŒØĒŲˆØ§Ų† Ų…Ų‚Ø¯Ø§Øą Øĩحیح ÂĢ%sÂģ Ø¨ØąØ§ÛŒ %s ØąØ§ ØĒØŦØ˛ÛŒŲ‡ ÚŠØąØ¯ÚŠØ§Ų†Ø§Ų„ با یڊ Ų†ŲˆÛŒØŗŲ‡Ų” Ų†Ø§ØĒŲ…Ø§Ų… ŲžØ§ÛŒØ§Ų† Ų…ÛŒâ€ŒÛŒØ§Ø¨Ø¯Ų†ŲˆÛŒØŗŲ‡Ų” ØŽØ§ØąØŦ Ø§Ø˛ Ų…Ø­Ø¯ŲˆØ¯Ų‡ Ø¨ØąØ§ÛŒ UTF-16Ų†ŲˆÛŒØŗŲ‡Ų” ØŽØ§ØąØŦ Ø§Ø˛ Ų…Ø­Ø¯ŲˆØ¯Ų‡ Ø¨ØąØ§ÛŒ UTF-8Ø§ØąØŦاؚ Ų†ŲˆÛŒØŗŲ‡â€ŒØ§ÛŒ ÂĢ‎%-.*sÂģ Ø¨Ų‡ Ų†ŲˆÛŒØŗŲ‡Ų” Ų…ØŦØ§Ø˛ Ø§Ø´Ø§ØąŲ‡ Ų†Ų…ÛŒâ€ŒÚŠŲ†Ø¯Ø§ØąØŦاؚ Ų†ŲˆÛŒØŗŲ‡â€ŒØ§ÛŒ با Ų†Ų‚ØˇŲ‡â€ŒŲˆÛŒØąÚ¯ŲˆŲ„ ØĒŲ…Ø§Ų… Ų†Ø´Ø¯Ų‡ Ø§ØŗØĒ؛ Ø¨Ų‡ احØĒŲ…Ø§Ų„ Ø˛ÛŒØ§Ø¯ Ø¨Ø¯ŲˆŲ† Ø§ÛŒŲ† ÚŠŲ‡ Ø¨ØŽŲˆØ§Ų‡ÛŒØ¯ Ų†Ų‡Ø§Ø¯ÛŒ ØąØ§ ØĸØēØ§Ø˛ ÚŠŲ†ÛŒØ¯ Ø§Ø˛ Ų†ŲˆÛŒØŗŲ‡Ų” & Ø§ØŗØĒŲØ§Ø¯Ų‡ ÚŠØąØ¯Ų‡â€ŒØ§ÛŒØ¯ - Ø¨ØąØ§ÛŒ Ų†ŲˆØ´ØĒŲ† ØšŲ„Ø§Ų…ØĒ & Ø§Ø˛ ‎&‎ Ø§ØŗØĒŲØ§Ø¯Ų‡ ÚŠŲ†ÛŒØ¯ØĒØ¨Ø¯ÛŒŲ„ Ø§Ø˛ Ų…ØŦŲ…ŲˆØšŲ‡â€ŒŲ†ŲˆÛŒØŗŲ‡Ų” ÂĢ%sÂģ Ø¨Ų‡ ÂĢ%sÂģ ŲžØ´ØĒÛŒØ¨Ø§Ų†ÛŒ Ų†Ų…ÛŒâ€ŒØ´ŲˆØ¯Ų†Ų…ÛŒâ€ŒØĒŲˆØ§Ų† Ų…Ø¨Ø¯Ų„ ÂĢ%sÂģ Ø¨Ų‡ ÂĢ%sÂģ ØąØ§ Ø¨Ø§Ø˛ ÚŠØąØ¯Ų†Ų…ÛŒâ€ŒØĒŲˆØ§Ų† Ų…Ø¨Ø¯Ų„ ÂĢ%sÂģ Ø¨Ų‡ ÂĢ%sÂģ ØąØ§ Ø¨Ø§Ø˛ ÚŠØąØ¯: %sŲ†ŲˆØ´ØĒØ§Øą Ø¨Ų‡â€ŒØˇŲˆØą ØēÛŒØąŲ…Ų†ØĒØ¸ØąŲ‡â€ŒØ§ÛŒ بؚد Ø§Ø˛ ØšŲ„Ø§Ų…ØĒ ØĒØŗØ§ŲˆÛŒâ€ŒØ§ÛŒ ÚŠŲ‡ ŲžØŗ Ø§Ø˛ Ų†Ø§Ų… Ų…Ø´ØŽØĩŲ‡â€ŒØ§ÛŒ ØĸŲ…Ø¯Ų‡ Ø¨ŲˆØ¯ ØĒŲ…Ø§Ų… شد؛ Ø¨Ø¯ŲˆŲ† Ų…Ų‚Ø¯Ø§Øą Ø¨ØąØ§ÛŒ Ų…Ø´ØŽØĩŲ‡Ų†ŲˆØ´ØĒØ§Øą Ø¨Ų‡â€ŒØˇŲˆØą ØēÛŒØąŲ…Ų†ØĒØ¸ØąŲ‡â€ŒØ§ÛŒ Ø¯Ø§ØŽŲ„ یڊ ØĒ؈Øļیح یا Ø¯ØŗØĒŲˆØąØ§Ų„ØšŲ…Ų„ ŲžØąØ¯Ø§Ø˛Ø´ÛŒ ŲžØ§ÛŒØ§Ų† ÛŒØ§ŲØĒŲ†ŲˆØ´ØĒØ§Øą Ø¨Ų‡â€ŒØˇŲˆØą ØēÛŒØąŲ…Ų†ØĒØ¸ØąŲ‡â€ŒØ§ÛŒ Ø¯Ø§ØŽŲ„ Ų†Ø§Ų… یڊ Ų…Ø´ØŽØĩŲ‡ Ø¨Ų‡â€ŒŲžØ§ÛŒØ§Ų† ØąØŗÛŒØ¯Ų†ŲˆØ´ØĒØ§Øą Ø¨Ų‡â€ŒØˇŲˆØą ØēÛŒØąŲ…Ų†ØĒØ¸ØąŲ‡â€ŒØ§ÛŒ Ø¯Ø§ØŽŲ„ Ų†Ø§Ų… یڊ ØšŲ†ØĩØą Ø¨Ų‡â€ŒŲžØ§ÛŒØ§Ų† ØąØŗÛŒØ¯Ų†ŲˆØ´ØĒØ§Øą Ø¨Ų‡â€ŒØˇŲˆØą ØēÛŒØąŲ…Ų†ØĒØ¸ØąŲ‡â€ŒØ§ÛŒ Ø¯Ø§ØŽŲ„ یڊ Ø¨ØąÚ†ØŗØ¨ ØšŲ†ØĩØąØ¨Ø§Ø˛ÚŠŲ† ŲžØ§ÛŒØ§Ų† ÛŒØ§ŲØĒ.Ų†ŲˆØ´ØĒØ§Øą Ø¨Ų‡â€ŒØˇŲˆØą ØēÛŒØąŲ…Ų†ØĒØ¸ØąŲ‡â€ŒØ§ÛŒ Ø¯Ø§ØŽŲ„ Ø¨ØąÚ†ØŗØ¨ Ø¨ØŗØĒŲ† ØšŲ†ØĩØą ÂĢ%sÂģ ŲžØ§ÛŒØ§Ų† ÛŒØ§ŲØĒŲ†ŲˆØ´ØĒØ§Øą Ø¨Ų‡â€ŒØˇŲˆØą ØēÛŒØąŲ…Ų†ØĒØ¸ØąŲ‡â€ŒØ§ÛŒ Ø¯ØąØŗØĒ بؚد Ø§Ø˛ یڊ ØšŲ„Ø§Ų…ØĒ ÚŠŲˆÚ†ÚŠØĒØą '‎<‎' ŲžØ§ÛŒØ§Ų† ÛŒØ§ŲØĒŲ†ŲˆØ´ØĒØ§Øą Ø¨Ų‡â€ŒØˇŲˆØą ØēÛŒØąŲ…Ų†ØĒØ¸ØąŲ‡â€ŒØ§ÛŒ Ø¯Ø§ØŽŲ„ Ų…Ų‚Ø¯Ø§Øą یڊ Ų…Ø´ØŽØĩŲ‡ Ø¨Ų‡â€ŒŲžØ§ÛŒØ§Ų† ØąØŗÛŒØ¯Ų†ŲˆØ´ØĒØ§Øą ŲˆŲ‚ØĒی ÚŠŲ‡ Ų‡Ų†ŲˆØ˛ ØšŲ†Ø§ØĩØąÛŒ Ø¨Ø§Ø˛ Ø¨ŲˆØ¯Ų†Ø¯ Ø¨Ų‡â€ŒØˇŲˆØą ØēÛŒØąŲ…Ų†ØĒØ¸ØąŲ‡â€ŒØ§ÛŒ ŲžØ§ÛŒØ§Ų† ÛŒØ§ŲØĒ ‐ ØĸØŽØąÛŒŲ† ØšŲ†ØĩØą Ø¨Ø§Ø˛ Ø´Ø¯Ų‡ ÂĢ%sÂģ Ø¨ŲˆØ¯Ų†ŲˆØ´ØĒØ§Øą Ø¨Ų‡â€ŒØˇŲˆØą ØēÛŒØąŲ…Ų†ØĒØ¸ØąŲ‡â€ŒØ§ÛŒ ŲžØ§ÛŒØ§Ų† ÛŒØ§ŲØĒ، یڊ ØšŲ„Ø§Ų…ØĒ Ø¨Ø˛ØąÚ¯ØĒØą Ø¨ØąØ§ÛŒ Ø¨ØŗØĒŲ† Ø¨ØąÚ†ØŗØ¨ ‎<%s/>‎ Ø§Ų†ØĒØ¸Ø§Øą Ų…ÛŒâ€ŒØąŲØĒŲ†ŲˆØ´ØĒØ§Øą باید با یڊ ØšŲ†ØĩØą (Ų…ØĢŲ„Ø§Ų‹ ) Ø´ØąŲˆØš Ø´ŲˆØ¯Ų†ŲˆØ´ØĒØ§Øą ØŽØ§Ų„ÛŒ Ø§ØŗØĒ یا ŲŲ‚Øˇ ŲØ§ØĩŲ„Ų‡Ų” ØŽØ§Ų„ÛŒ Ø¯Ø§ØąØ¯Ų…Ų‚Ø¯Ø§Øą Øĩحیح با Ø¯Ų‚ØĒ Ų…ØļØ§ØšŲ ÂĢ%sÂģ ØŽØ§ØąØŦ Ø§Ø˛ Ų…Ø­Ø¯ŲˆØ¯Ų‡Ų” %s Ø§ØŗØĒØšŲ†ØĩØą ÂĢ%sÂģ Ø¨ØŗØĒŲ‡ Ø¨ŲˆØ¯ØŒ ŲˆŲ„ÛŒ ØšŲ†ØĩØąÛŒ ÚŠŲ‡ Ø¯Øą Ø­Ø§Ų„ حاØļØą Ø¨Ø§Ø˛ Ø§ØŗØĒ ÂĢ%sÂģ Ø§ØŗØĒØšŲ†ØĩØą ÂĢ%sÂģ Ø¨ØŗØĒŲ‡ Ø¨ŲˆØ¯ØŒ Ø¯Øą Ø­Ø§Ų„ حاØļØą Ų‡ÛŒÚ† ØšŲ†ØĩØąÛŒ Ø¨Ø§Ø˛ Ų†ÛŒØŗØĒŲ†Ų‡Ø§Ø¯ ØŽØ§Ų„ÛŒ ÂĢ‎&;‎Âģ Ų…Ø´Ø§Ų‡Ø¯Ų‡ شد؛ Ų†Ų‡Ø§Ø¯Ų‡Ø§ÛŒ Ų…ØšØĒØ¨Øą ØšØ¨Ø§ØąØĒŲ†Ø¯ Ø§Ø˛: ‎& " < > 'â€ŽŲ†Ų‡Ø§Ø¯ با یڊ Ų†Ų‚ØˇŲ‡â€ŒŲˆÛŒØąÚ¯ŲˆŲ„ Ų„Ø§ØĒÛŒŲ† ØĒŲ…Ø§Ų… Ų†Ø´Ø¯Ų‡ Ø§ØŗØĒ؛ Ø¨Ų‡ احØĒŲ…Ø§Ų„ Ø˛ÛŒØ§Ø¯ Ø¨Ø¯ŲˆŲ† Ø§ÛŒŲ† ÚŠŲ‡ Ø¨ØŽŲˆØ§Ų‡ÛŒØ¯ Ų†Ų‡Ø§Ø¯ÛŒ ØąØ§ ØĸØēØ§Ø˛ ÚŠŲ†ÛŒØ¯ Ø§Ø˛ Ų†ŲˆÛŒØŗŲ‡Ų” & Ø§ØŗØĒŲØ§Ø¯Ų‡ ÚŠØąØ¯Ų‡â€ŒØ§ÛŒØ¯ - Ø¨ØąØ§ÛŒ Ų†ŲˆØ´ØĒŲ† ØšŲ„Ø§Ų…ØĒ & Ø§Ø˛ ‎&‎ Ø§ØŗØĒŲØ§Ø¯Ų‡ ÚŠŲ†ÛŒØ¯ØŽØˇØ§ Ø¯Øą Ø­ÛŒŲ† ØĒØ¨Ø¯ÛŒŲ„: %sØŽØˇØ§ Ø¯Øą Ø¨Ø§Ø˛ ÚŠØąØ¯Ų† Ø´Ø§ØŽŲ‡Ų” ÂĢ‎%sÂģ‏: %sØŽØˇØ§ Ø¯Øą ØĒØŦØ˛ÛŒŲ‡Ų” Ú¯Ø˛ÛŒŲ†Ų‡Ų” %sØŽØˇØ§ Ø¯Øą ØŽŲˆØ§Ų†Ø¯Ų† ŲžØąŲˆŲ†Ø¯Ų‡Ų” ÂĢ‎%sÂģ‏: %sŲ†Ų…ÛŒâ€ŒØĒŲˆØ§Ų† ŲžØąŲˆŲ†Ø¯Ų‡Ų” Ų…ŲˆØŦŲˆØ¯ ÂĢ‎%sÂģ ØąØ§ ØŦØ°Ų ÚŠØąØ¯: g_unlink() Ø´ÚŠØŗØĒ ØŽŲˆØąØ¯: %sØĒØēÛŒÛŒØą Ø¨Ų‡ Ø´Ø§ØŽŲ‡Ų” ÂĢ%sÂģ Ø´ÚŠØŗØĒ ØŽŲˆØąØ¯ (%s)Ø¨ØŗØĒŲ† ŲžØąŲˆŲ†Ø¯Ų‡Ų” ÂĢ‎%sÂģ Ø´ÚŠØŗØĒ ØŽŲˆØąØ¯: fclose()‎ Ø´ÚŠØŗØĒ ØŽŲˆØąØ¯: %sایØŦاد ŲžØąŲˆŲ†Ø¯Ų‡Ų” ÂĢ‎%sÂģ Ø´ÚŠØŗØĒ ØŽŲˆØąØ¯: %sایØŦاد Ų„ŲˆŲ„Ų‡ Ø¨ØąØ§ÛŒ Ø§ØąØĒØ¨Ø§Øˇ با ŲØąØ§ØąŲˆŲ†Ø¯ ŲØąØ˛Ų†Ø¯ Ø´ÚŠØŗØĒ ØŽŲˆØąØ¯ (%s)اØŦØąØ§ÛŒ ŲØąØ§ØąŲˆŲ†Ø¯ ŲØąØ˛Ų†Ø¯ ÂĢ%sÂģ Ø´ÚŠØŗØĒ ØŽŲˆØąØ¯ (%s)اØŦØąØ§ÛŒ ŲØąØ§ØąŲˆŲ†Ø¯ ŲØąØ˛Ų†Ø¯ Ø´ÚŠØŗØĒ ØŽŲˆØąØ¯ (%s)اØŦØąØ§ÛŒ Ø¨ØąŲ†Ø§Ų…Ų‡Ų” ØąØ§Ų‡Ų†Ų…Ø§ (‎%s) Ø´ÚŠØŗØĒ ØŽŲˆØąØ¯Ø§Ų†Ø´ØšØ§Ø¨ Ø´ÚŠØŗØĒ ØŽŲˆØąØ¯ (%s)Ø§Ų†Ø´ØšØ§Ø¨ ŲØąØ§ØąŲˆŲ†Ø¯ ŲØąØ˛Ų†Ø¯ Ø´ÚŠØŗØĒ ØŽŲˆØąØ¯ (%s)Ú¯ØąŲØĒŲ† Ų…Ø´ØŽØĩŲ‡â€ŒŲ‡Ø§ÛŒ ŲžØąŲˆŲ†Ø¯Ų‡Ų” ÂĢ‎%sÂģ Ø´ÚŠØŗØĒ ØŽŲˆØąØ¯: fstat()‎ Ø´ÚŠØŗØĒ ØŽŲˆØąØ¯: %sØĒŲ‡ÛŒŲ‡Ų” Ų†Ų‚Ø´Ų‡ Ø§Ø˛ ŲžØąŲˆŲ†Ø¯Ų‡Ų” ÂĢ‎%sÂģ Ø´ÚŠØŗØĒ ØŽŲˆØąØ¯: mmap()‎ Ø´ÚŠØŗØĒ ØŽŲˆØąØ¯: %sØ¨Ø§Ø˛ ÚŠØąØ¯Ų† ŲžØąŲˆŲ†Ø¯Ų‡Ų” ÂĢ‎%sÂģ Ø¨ØąØ§ÛŒ Ų†ŲˆØ´ØĒŲ† Ø´ÚŠØŗØĒ ØŽŲˆØąØ¯: fdopen()‎ Ø´ÚŠØŗØĒ ØŽŲˆØąØ¯: %sØ¨Ø§Ø˛ ÚŠØąØ¯Ų† ŲžØąŲˆŲ†Ø¯Ų‡Ų” ÂĢ‎%sÂģ Ø´ÚŠØŗØĒ ØŽŲˆØąØ¯: %sØ¨Ø§Ø˛ ÚŠØąØ¯Ų† ŲžØąŲˆŲ†Ø¯Ų‡Ų” ÂĢ‎%sÂģ Ø´ÚŠØŗØĒ ØŽŲˆØąØ¯: fdopen()‎ Ø´ÚŠØŗØĒ ØŽŲˆØąØ¯: %sØ¨Ø§Ø˛ ÚŠØąØ¯Ų† ŲžØąŲˆŲ†Ø¯Ų‡Ų” ÂĢ‎%sÂģ Ø´ÚŠØŗØĒ ØŽŲˆØąØ¯: open()‎ Ø´ÚŠØŗØĒ ØŽŲˆØąØ¯: %sØĒØŦØ˛ÛŒŲ‡Ų” ÂĢ‎%-.*sÂ쨌 ÚŠŲ‡ باید ØąŲ‚Ų…ÛŒ Ø¯Ø§ØŽŲ„ یڊ Ø§ØąØŦاؚ Ų†ŲˆÛŒØŗŲ‡â€ŒØ§ÛŒ (Ų…ØĢŲ„ ‎ê‎) Ų…ÛŒâ€ŒØ¨ŲˆØ¯ Ø´ÚŠØŗØĒ ØŽŲˆØąØ¯ - شاید ØąŲ‚Ų… ØŽÛŒŲ„ÛŒ Ø¨Ø˛ØąÚ¯ Ø§ØŗØĒØŽŲˆØ§Ų†Ø¯Ų† Ø¯Ø§Ø¯Ų‡â€ŒŲ‡Ø§ Ø§Ø˛ ŲØąØ§ØąŲˆŲ†Ø¯ ŲØąØ˛Ų†Ø¯ Ø´ÚŠØŗØĒ ØŽŲˆØąØ¯ØŽŲˆØ§Ų†Ø¯Ų† Ø¯Ø§Ø¯Ų‡â€ŒŲ‡Ø§ Ø§Ø˛ ŲØąØ§ØąŲˆŲ†Ø¯ ŲØąØ˛Ų†Ø¯ Ø´ÚŠØŗØĒ ØŽŲˆØąØ¯ (%s)ØŽŲˆØ§Ų†Ø¯Ų† Ø¯Ø§Ø¯Ų‡Ų” ÚŠØ§ŲÛŒ Ø§Ø˛ Ų„ŲˆŲ„Ų‡Ų” pid ŲØąØ˛Ų†Ø¯ Ø´ÚŠØŗØĒ ØŽŲˆØąØ¯ (%s)ØŽŲˆØ§Ų†Ø¯Ų† Ø§Ø˛ Ų„ŲˆŲ„Ų‡Ų” ŲØąØ˛Ų†Ø¯ Ø´ÚŠØŗØĒ ØŽŲˆØąØ¯ (%s)ØŽŲˆØ§Ų†Ø¯Ų† Ø§Ø˛ ŲžØąŲˆŲ†Ø¯Ų‡Ų” ÂĢ‎%sÂģ Ø´ÚŠØŗØĒ ØŽŲˆØąØ¯: %sØŽŲˆØ§Ų†Ø¯Ų† ŲžÛŒŲˆŲ†Ø¯ Ų†Ų…Ø§Ø¯ÛŒ ÂĢ‎%sÂģ Ø´ÚŠØŗØĒ ØŽŲˆØąØ¯: %sØĒØēÛŒÛŒØą Ų…ØŗÛŒØą ØŽØąŲˆØŦی یا ŲˆØąŲˆØ¯ÛŒ ŲØąØ§ØąŲˆŲ†Ø¯ ŲØąØ˛Ų†Ø¯ Ø´ÚŠØŗØĒ ØŽŲˆØąØ¯ (%s)ØĒØēÛŒÛŒØą Ø¯Ø§Ø¯Ų† Ų†Ø§Ų… ŲžØąŲˆŲ†Ø¯Ų‡Ų” ÂĢ‎%sÂģ Ø¨Ų‡ ÂĢ‎%sÂģ Ø´ÚŠØŗØĒ ØŽŲˆØąØ¯: g_rename()‎ Ø´ÚŠØŗØĒ ØŽŲˆØąØ¯: %sŲ†ŲˆØ´ØĒŲ† ŲžØąŲˆŲ†Ø¯Ų‡Ų” ÂĢ‎%sÂģ Ø´ÚŠØŗØĒ ØŽŲˆØąØ¯: fdwrite()‎ Ø´ÚŠØŗØĒ ØŽŲˆØąØ¯: %sŲžØąŲˆŲ†Ø¯Ų‡ ØŽØ§Ų„ÛŒ Ø§ØŗØĒÚ¯Ø˛ÛŒŲ†Ų‡â€ŒŲ‡Ø§ÛŒ ØąØ§Ų‡Ų†Ų…Ø§:Ų…Ų‚Ø¯Ø§Øą Øĩحیح ÂĢ%sÂģ ØŽØ§ØąØŦ Ø§Ø˛ Ų…Ø­Ø¯ŲˆØ¯Ų‡Ų” %s Ø§ØŗØĒŲ…Ų‚Ø¯Ø§Øą Øĩحیح ÂĢ%sÂģ ØŽØ§ØąØŦ Ø§Ø˛ Ų…Ø­Ø¯ŲˆØ¯Ų‡ Ø§ØŗØĒØ¯Ų†Ø¨Ø§Ų„Ų‡Ų” بایØĒی Ų†Ø§Ų…ØšØĒØ¨Øą Ø¯Øą ŲˆØąŲˆØ¯ÛŒ ØĒØ¨Ø¯ÛŒŲ„Ų†Ø§Ų… Ų…ÛŒØ˛Ø¨Ø§Ų† Ų†Ø§Ų…ØšØĒØ¨ØąŲ†Ø§Ų… Ø¨ØąŲ†Ø§Ų…Ų‡Ų” Ų†Ø§Ų…ØšØĒØ¨Øą: %sØ¯Ų†Ø¨Ø§Ų„Ų‡Ų” Ų†Ø§Ų…ØšØĒØ¨Øą Ø¯Øą ŲˆØąŲˆØ¯ÛŒ ØĒØ¨Ø¯ÛŒŲ„ØąØ´ØĒŲ‡Ų” Ų†Ø§Ų…ØšØĒØ¨Øą Ø¯Øą Ų…Ø­ÛŒØˇ: %sØ´Ø§ØŽŲ‡Ų” ÚŠØ§ØąÛŒ Ų†Ø§Ų…ØšØĒØ¨Øąâ€: %sŲžØąŲˆŲ†Ø¯Ų‡ ÚŠŲ„ÛŒØ¯ Ø´Ø§Ų…Ų„ Ų†ŲˆÛŒØŗŲ‡Ų” Ú¯ØąÛŒØ˛ Ø¯Øą Ø§Ų†ØĒŲ‡Ø§ÛŒ ØŽØˇ Ø§ØŗØĒŲžØąŲˆŲ†Ø¯Ų‡Ų” ÚŠŲ„ÛŒØ¯ Ø­Ø§ŲˆÛŒ Ø¯Ų†Ø¨Ø§Ų„Ų‡Ų” Ú¯ØąÛŒØ˛ Ų†Ø§Ų…ØšØĒØ¨Øą ÂĢ%sÂģ Ø§ØŗØĒŲžØąŲˆŲ†Ø¯Ų‡Ų” ÚŠŲ„ÛŒØ¯ Ø­Ø§ŲˆÛŒ ÚŠŲ„ÛŒØ¯ ÂĢ%sÂģ Ø¯Øą Ú¯ØąŲˆŲ‡ ÂĢ%sÂģ Ø§ØŗØĒ ÚŠŲ‡ Ų…Ų‚Ø¯Ø§ØąÛŒ Ø¯Ø§ØąØ¯ ÚŠŲ‡ Ų‚Ø§Ø¨Ų„ ØĒŲØŗÛŒØą Ų†ÛŒØŗØĒŲžØąŲˆŲ†Ø¯Ų‡Ų” ÚŠŲ„ÛŒØ¯ Ø­Ø§ŲˆÛŒ ÚŠŲ„ÛŒØ¯ ÂĢ%sÂģ Ø§ØŗØĒ ÚŠŲ‡ Ų…Ų‚Ø¯Ø§ØąÛŒ Ø¯Ø§ØąØ¯ ÚŠŲ‡ Ų‚Ø§Ø¨Ų„ ØĒŲØŗÛŒØą Ų†ÛŒØŗØĒ.ŲžØąŲˆŲ†Ø¯Ų‡Ų” ÚŠŲ„ÛŒØ¯ Ø­Ø§ŲˆÛŒ ÚŠŲ„ÛŒØ¯ ÂĢ%sÂģ Ø¨Ø§ Ų…Ų‚Ø¯Ø§Øą ÂĢ%sÂģ Ø§ØŗØĒ ÚŠŲ‡ UTF-8 Ų†ÛŒØŗØĒŲžØąŲˆŲ†Ø¯Ų‡ ÚŠŲ„ÛŒØ¯ Ø­Ø§ŲˆÛŒ ØŽØˇ ÂĢ%sÂģ Ø§ØŗØĒ ÚŠŲ‡ ØŦ؁ØĒ ÚŠŲ„ÛŒØ¯â€Ų…Ų‚Ø¯Ø§ØąØŒ Ú¯ØąŲˆŲ‡ یا ØĒ؈Øļیح Ų†ÛŒØŗØĒŲžØąŲˆŲ†Ø¯Ų‡Ų” ÚŠŲ„ÛŒØ¯ Ø­Ø§ŲˆÛŒ ÚŠØ¯Ú¯Ø°Ø§ØąÛŒ ŲžØ´ØĒÛŒØ¨Ø§Ų†ÛŒ Ų†Ø´Ø¯Ų‡Ų” ÂĢ%sÂģ Ø§ØŗØĒŲžØąŲˆŲ†Ø¯Ų‡Ų” ÚŠŲ„ÛŒØ¯ Ú¯ØąŲˆŲ‡ ÂĢ%sÂģ ØąØ§ Ų†Ø¯Ø§ØąØ¯ŲžØąŲˆŲ†Ø¯Ų‡Ų” ÚŠŲ„ÛŒØ¯ØŒ ÚŠŲ„ÛŒØ¯ ÂĢ%sÂģ ØąØ§ Ų†Ø¯Ø§ØąØ¯ŲžØąŲˆŲ†Ø¯Ų‡Ų” ÚŠŲ„ÛŒØ¯ØŒ ÚŠŲ„ÛŒØ¯ ÂĢ%sÂģ Ø¯Øą Ú¯ØąŲˆŲ‡ ÂĢ%sÂģ ØąØ§ Ų†Ø¯Ø§ØąØ¯ŲžØąŲˆŲ†Ø¯Ų‡Ų” ÚŠŲ„ÛŒØ¯ با یڊ Ú¯ØąŲˆŲ‡ ØĸØēØ§Ø˛ Ų†Ų…ÛŒâ€ŒØ´ŲˆØ¯Ø¯Ø§Ø¯Ų‡Ų” ØĒØ¨Ø¯ÛŒŲ„â€ŒŲ†Ø´Ø¯Ų‡ Ø¯Øą Ų…ÛŒØ§Ų†â€ŒÚ¯ÛŒØą ØŽŲˆØ§Ų†Ø¯Ų† Ø¨Ø§Ų‚ÛŒ Ų…Ø§Ų†Ø¯Ų‡ Ø§ØŗØĒ‏%s یڊ ØĸØąÚ¯ŲˆŲ…Ø§Ų† ÚŠŲ… Ø¯Ø§ØąØ¯Ų‡ÛŒÚ† Ų†ŲˆØš MIME Ø¯Øą Ú†ŲˆØ¨â€ŒØ§Ų„Ų Ø¨ØąØ§ÛŒ Ų†Ø´Ø§Ų†ÛŒ ÂĢ‎%sÂģ ØĒØšØąÛŒŲ Ų†Ø´Ø¯Ų‡ Ø§ØŗØĒØ¨ØąŲ†Ø§Ų…Ų‡â€ŒØ§ÛŒ با Ų†Ø§Ų… ÂĢ%sÂģ Ú†ŲˆØ¨â€ŒØ§Ų„ŲÛŒ Ø¨ØąØ§ÛŒ ÂĢ‎%sÂģ ØĢØ¨ØĒ Ų†ÚŠØąØ¯Ų‡ Ø§ØŗØĒÚ†ŲˆØ¨â€ŒØ§Ų„ŲÛŒ Ø¨ØąØ§ÛŒ Ų†Ø´Ø§Ų†ÛŒ ÂĢ‎%sÂģ ŲžÛŒØ¯Ø§ Ų†Ø´Ø¯Ú¯ØąŲˆŲ‡ÛŒ Ø¯Øą Ú†ŲˆØ¨â€ŒØ§Ų„Ų Ø¨ØąØ§ÛŒ Ų†Ø´Ø§Ų†ÛŒ ÂĢ‎%sÂģ ØĒØšÛŒÛŒŲ† Ų†Ø´Ø¯Ų‡ Ø§ØŗØĒŲžØąÚ†Ų… ØŽØĩ؈Øĩی‌ای Ø¨ØąØ§ÛŒ Ú†ŲˆØ¨â€ŒØ§Ų„Ų Ø¨ØąØ§ÛŒ Ų†Ø´Ø§Ų†ÛŒ ÂĢ%sÂģ ØĒØšØąÛŒŲ Ų†Ø´Ø¯Ų‡ Ø§ØŗØĒŲžØąŲˆŲ†Ø¯Ų‡ Ų…ØĒØšØ§ØąŲ Ų†ÛŒØŗØĒŲ†ŲˆÛŒØŗŲ‡Ų” ØēÛŒØąØšØ§Ø¯ÛŒ ÂĢ%sÂ쨌 بؚد Ø§Ø˛ Ų†Ø§Ų… Ų…Ø´ØŽØĩŲ‡Ų” ÂĢ%sÂģ ØšŲ†ØĩØą ÂĢ%sÂģ Ø§Ų†ØĒØ¸Ø§Øą یڊ Ų†ŲˆÛŒØŗŲ‡Ų” ÂĢ=Âģ Ų…ÛŒâ€ŒØąŲØĒŲ†ŲˆÛŒØŗŲ‡Ų” ØēÛŒØąØšØ§Ø¯ÛŒ ÂĢ%sÂ쨌 Ø¨ØąØ§ÛŒ ŲžØ§ÛŒØ§Ų† Ø¯Ø§Ø¯Ų† Ø¨Ų‡ Ø¨ØąÚ†ØŗØ¨ Ø´ØąŲˆØš ØšŲ†ØĩØą ÂĢ%sÂ쨌 Ų‡Ų…ÛŒŲ†â€ŒØˇŲˆØą یڊ Ų…Ø´ØŽØĩŲ‡ØŒ Ø§Ų†ØĒØ¸Ø§Øą یڊ Ų†ŲˆÛŒØŗŲ‡Ų” ÂĢ‎>‎Âģ یا ÂĢ/Âģ Ų…ÛŒâ€ŒØąŲØĒ؛ شاید Ø§Ø˛ یڊ Ų†ŲˆÛŒØŗŲ‡Ų” Ų†Ø§Ų…ØšØĒØ¨Øą Ø¯Øą Ų†Ø§Ų… Ų…Ø´ØŽØĩŲ‡â€ŒØ§ÛŒ Ø§ØŗØĒŲØ§Ø¯Ų‡ ÚŠØąØ¯Ų‡ Ø¨Ø§Ø´ÛŒØ¯Ų†ŲˆÛŒØŗŲ‡Ų” ØēÛŒØąØšØ§Ø¯ÛŒ ÂĢ%sÂ쨌 Ų‡Ų†Ú¯Ø§Ų… Ų…Ų‚Ø¯Ø§Øą Ø¯Ø§Ø¯Ų† Ø¨Ų‡ Ų…Ø´ØŽØĩŲ‡Ų” ÂĢ%sÂģ Ø§Ø˛ ØšŲ†ØĩØą ÂĢ%sÂģ ŲžØŗ Ø§Ø˛ ØšŲ„Ø§Ų…ØĒ ØĒØŗØ§ŲˆÛŒ Ø§Ų†ØĒØ¸Ø§Øą یڊ ØšŲ„Ø§Ų…ØĒ Ų†Ų‚Ų„ Ų‚ŲˆŲ„ Ø¨Ø§Ø˛ Ų…ÛŒâ€ŒØąŲØĒØ¯Ų†Ø¨Ø§Ų„Ų‡ Ų†ŲˆÛŒØŗŲ‡Ų” Ų†Ø§ØĒŲ…Ø§Ų… Ø¯Øą Ø§Ų†ØĒŲ‡Ø§ÛŒ ŲˆØąŲˆØ¯ÛŒŲ…ØĒŲ† Ų†Ų‚Ų„ Ø´Ø¯Ų‡ با ØšŲ„Ø§Ų…ØĒ Ų†Ų‚Ų„ Ų‚ŲˆŲ„ Ø´ØąŲˆØš Ų†Ų…ÛŒâ€ŒØ´ŲˆØ¯Ų†Ų…Ø§ÛŒØ´ Ų‡Ų…Ų‡Ų” Ú¯Ø˛ÛŒŲ†Ų‡â€ŒŲ‡Ø§ÛŒ ØąØ§Ų‡Ų†Ų…Ø§Ų†Ų…Ø§ÛŒØ´ Ú¯Ø˛ÛŒŲ†Ų‡â€ŒŲ‡Ø§ÛŒ ØąØ§Ų‡Ų†Ų…Ø§ŲžÛŒŲˆŲ†Ø¯Ų‡Ø§ÛŒ Ų†Ų…Ø§Ø¯ÛŒ ŲžØ´ØĒÛŒØ¨Ø§Ų†ÛŒ Ų†Ų…ÛŒâ€ŒØ´ŲˆŲ†Ø¯Ų‚Ø§Ų„Ø¨ ÂĢ%sÂģ Ø­Ø§ŲˆÛŒ XXXXXX Ų†ÛŒØŗØĒŲ‚Ø§Ų„Ø¨ ÂĢ%sÂģ Ų†Ø§Ų…ØšØĒØ¨Øą Ø§ØŗØĒ، Ų†Ø¨Ø§ÛŒØ¯ ÂĢ%sÂģ Ø¯Ø§Ø´ØĒŲ‡ Ø¨Ø§Ø´Ø¯Ų…ØĒŲ† ŲžÛŒØ´ Ø§Ø˛ ØĸŲ† ÚŠŲ‡ ØšŲ„Ø§Ų…ØĒ Ų†Ų‚Ų„ Ų‚ŲˆŲ„ Ų…ØĒŲ†Ø§Ø¸Øą Ø¨ØąØ§ÛŒ %c ŲžÛŒØ¯Ø§ Ø´ŲˆØ¯ ŲžØ§ÛŒØ§Ų† ÛŒØ§ŲØĒ. (Ų…ØĒŲ† ØšØ¨Ø§ØąØĒ Ø¨ŲˆØ¯ Ø§Ø˛ ÂĢ%sÂģ)Ų…ØĒŲ† Ø¯Ų‚ÛŒŲ‚Ø§Ų‹ ŲžØŗ Ø§Ø˛ یڊ Ų†ŲˆÛŒØŗŲ‡Ų” ÂĢ\Âģ ŲžØ§ÛŒØ§Ų† ÛŒØ§ŲØĒ. (Ų…ØĒŲ† ØšØ¨Ø§ØąØĒ Ø¨ŲˆØ¯ Ø§Ø˛ ÂĢ%sÂģ)Ų…ØĒŲ† ØŽØ§Ų„ÛŒ Ø¨ŲˆØ¯ (یا ŲŲ‚Øˇ ŲØ§ØĩŲ„Ų‡Ų” ØŽØ§Ų„ÛŒ داشØĒ)Ų†Ø´Ø§Ų†ÛŒ Ø§ÛŒŲ†ØĒØąŲ†ØĒی ÂĢ‎%sÂģ Ų†ŲˆÛŒØŗŲ‡â€ŒŲ‡Ø§ÛŒ Ú¯ØąÛŒØŽØĒŲ‡Ų” Ų†Ø§Ų…ØšØĒØ¨Øą Ø¯Ø§ØąØ¯Ų†Ø´Ø§Ų†ÛŒ Ø§ÛŒŲ†ØĒØąŲ†ØĒی ÂĢ%sÂģ Ų†Ø§Ų…ØšØĒØ¨Øą Ø§ØŗØĒŲ†Ø´Ø§Ų†ÛŒ ÂĢ‎%sÂģ یڊ Ų†Ø´Ø§Ų†ÛŒ Ø§ÛŒŲ†ØĒØąŲ†ØĒی Ų…ØˇŲ„Ų‚ با Ø´ŲŲ…Ø§ÛŒ ÂĢŲžØąŲˆŲ†Ø¯Ų‡Âģ Ų†ÛŒØŗØĒŲ†Ø§Ų… Ų…ÛŒØ˛Ø¨Ø§Ų† Ų†Ø´Ø§Ų†ÛŒ Ø§ÛŒŲ†ØĒØąŲ†ØĒی ÂĢ‎%sÂģ Ų†Ø§Ų…ØšØĒØ¨Øą Ø§ØŗØĒŲ†Ø´Ø§Ų†ÛŒ ŲžØąŲˆŲ†Ø¯Ų‡Ų” Ų…Ø­Ų„ÛŒ ÂĢ‎%sÂģ Ų†Ų…ÛŒâ€ŒØĒŲˆØ§Ų†Ø¯ ÂĢ#Âģ Ø¯Ø§Ø´ØĒŲ‡ Ø¨Ø§Ø´Ø¯Ų†Ø§Ų… Ų…ØŗÛŒØą ÂĢ‎%sÂģ یڊ Ų…ØŗÛŒØą Ų…ØˇŲ„Ų‚ Ų†ÛŒØŗØĒŲ…Ø´ØŽØĩŲ‡Ų” ØēÛŒØąŲ…Ų†ØĒØ¸ØąŲ‡Ų” ÂĢ%sÂģ Ø¨ØąØ§ÛŒ ØšŲ†ØĩØą ÂĢ%sÂģØŽØˇØ§ÛŒ ØēÛŒØąŲ…Ų†ØĒØ¸ØąŲ‡ Ø¯Øą g_io_channel_win32_poll()‎ Ų‡Ų†Ú¯Ø§Ų… ØŽŲˆØ§Ų†Ø¯Ų† Ø¯Ø§Ø¯Ų‡â€ŒŲ‡Ø§ Ø§Ø˛ یڊ ŲØąØ§ØąŲˆŲ†Ø¯ ŲØąØ˛Ų†Ø¯ØŽØˇØ§ÛŒ ØēÛŒØąŲ…Ų†ØĒØ¸ØąŲ‡ Ø¯Øą select()‎ Ų‡Ų†Ú¯Ø§Ų… ØŽŲˆØ§Ų†Ø¯Ų† Ø¯Ø§Ø¯Ų‡â€ŒŲ‡Ø§ Ø§Ø˛ یڊ ŲØąØ§ØąŲˆŲ†Ø¯ ŲØąØ˛Ų†Ø¯ (%s)ØŽØˇØ§ÛŒ ØēÛŒØąŲ…Ų†ØĒØ¸ØąŲ‡ Ø¯Øą waitpid()‎ ‏(%s)Ø¨ØąÚ†ØŗØ¨ ØēÛŒØąŲ…Ų†ØĒØ¸ØąŲ‡Ų” ÂĢ%sÂģ Ø¯Ø§ØŽŲ„ ÂĢ%sÂģØ¨ØąÚ†ØŗØ¨ ØēÛŒØąŲ…Ų†ØĒØ¸ØąŲ‡Ų” ÂĢ%sÂ쨌 Ø¨ØąÚ†ØŗØ¨ ÂĢ%sÂģ Ø§Ų†ØĒØ¸Ø§Øą Ų…ÛŒâ€ŒØąŲØĒØŽØˇØ§ÛŒ Ų†Ø§Ø´Ų†Ø§ØŽØĒŲ‡ Ų‡Ų†Ú¯Ø§Ų… اØŦØąØ§ÛŒ ŲØąØ§ØąŲˆŲ†Ø¯ ŲØąØ˛Ų†Ø¯ ÂĢ%sÂģÚ¯Ø˛ÛŒŲ†Ų‡Ų” Ų†Ø§Ų…ØšŲ„ŲˆŲ… %sØšŲ„Ø§Ų…ØĒ Ų†Ų‚Ų„ Ų‚ŲˆŲ„ ØĒÚŠÛŒ Ø¯Øą ØŗØˇØą Ø¯ØŗØĒŲˆØą یا Ų…ØĒŲˆŲ† Ø¯Ø§ØŽŲ„ ŲžŲˆØŗØĒŲ‡Ų” Ø¯ÛŒÚ¯ØąØąŲˆØ´ Ø§ØŗØĒŲØ§Ø¯Ų‡:Ų…Ų‚Ø¯Ø§Øą ÂĢ%sÂģ ØąØ§ Ų†Ų…ÛŒâ€ŒØĒŲˆØ§Ų† Ø¨Ų‡ Ų…Ų‚Ø¯Ø§Øą Ø¨ŲˆŲ„ÛŒ ØĒŲØŗÛŒØą ÚŠØąØ¯Ų…Ų‚Ø¯Ø§Øą ÂĢ%sÂģ ØąØ§ Ų†Ų…ÛŒâ€ŒØĒŲˆØ§Ų† Ø¨Ų‡ ؚدد Ø§ØšØ´Ø§ØąÛŒ ØĒŲØŗÛŒØą ÚŠØąØ¯Ų…Ų‚Ø¯Ø§Øą ÂĢ%sÂģ ØąØ§ Ų†Ų…ÛŒâ€ŒØĒŲˆØ§Ų† Ø¨Ų‡ ؚدد ØĒŲØŗÛŒØą ÚŠØąØ¯[Ú¯Ø˛ÛŒŲ†Ų‡...]ICould not allocate %lu bytes to read file "%s"Error on line %d: %sInvalid string in argument vector at %d: %sŲ†Ų…ÛŒâ€ŒØĒŲˆØ§Ų† %lu بایØĒ Ø¨ØąØ§ÛŒ ØŽŲˆØ§Ų†Ø¯Ų† ŲžØąŲˆŲ†Ø¯Ų‡Ų” ÂĢ‎%sÂģ ØĒØŽØĩیØĩ Ø¯Ø§Ø¯ØŽØˇØ§ Ø¯Øą ØŗØˇØą %d:‏ %sØąØ´ØĒŲ‡Ų” Ų†Ø§Ų…ØšØĒØ¨Øą Ø¯Øą Ø¨ØąØ¯Ø§Øą ØĸØąÚ¯ŲˆŲ…Ø§Ų† Ø¯ØąØĸÛŒŲ‡Ų” %d: %s./glib-2.22.2-i686/usr/share/locale/ar/0000755000000000000000000000000011271166764015630 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/ar/LC_MESSAGES/0000755000000000000000000000000011271166764017415 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/ar/LC_MESSAGES/glib20.mo0000644000000000000000000011712111271166634021030 0ustar rootrootŪ•@00 ˇ0  8„… ™ĨY­_ag)Éķ&.+C(o ˜š#Õų29F!€4ĸ/× # B W )x ĸ ,ž %ë &!"8!)[!!…! §!AČ!ž "Š";É"*#.0#_#*x#&Ŗ#aĘ#F,$4s$2¨$:Û$A%@X%;™%WÕ%W-&1…&/ˇ&%į&? '5M'Iƒ'‘Í'_(t(‹(ĸ(Á(Ū(!ú()<)[) q)’)Ž)Å)Ũ)ų)*1*"I*l*‹*!Ŗ*Å*!ß*)+++C+a+,{+¨+!Ä+æ+ū+.,0G,x,’,>Ŧ,'ë,.-B-?a-)Ą-$Ë-%đ--.D.!X.9z.*´.9ß./-6/+d/А/&0+B03n0#ĸ0!Æ0)č0819K1%…1.Ģ1Ú1)ņ1!2 =2K2j2 z2#ˆ2&Ŧ2Ķ2ķ2-3(<3(e3(Ž3)ˇ3á344&4=4N4c4|4$‘4!ļ4Ø4ô415.D5Ts5FČ5=6LM6+š6!Æ6č6-7$67([7"„7§7!ŋ71á728<F8ƒ8&ĸ89É8)9-9L@9N9°Ü9z:; ;%8;8^;-—;*Å;5đ;*&</Q< < ĸ<%Ã<é<"=)=?=Q=!q= “=´=Í=ę=ũ=!>$:>0_>F>:×>-?2@?s?;‹? Į?'č?-@)>@"h@‹@$Ÿ@ Ä@å@!ø@'A3BA.vA(ĨA0ÎA+˙A+B*DBoBOŽBCŪB""CEC&eC*ŒCˇC ÉCCÖCD"D0)D.ZD3‰D-ŊD ëD÷D& E2EKGE“E*°EDÛE F;;F0wF ¨F1ļFčFųFG)&GPGeG!€GĸGŊGÚG"éG$ H1H*IH(tHH"šH!ÜHūHI),I%VI-|IĒIČI9čI"JBJTJ%tJ šJ ģJÉJ2åJ%K>K&VK$}KĸK'ŋKįK3÷K+L=DL+‚L(ŽL×LéLM M.M$FMkM ‹M ŦM ÍMîM N,,NYN×xNPPoP ‚PsŒPlQtmQ:âQR28RkR8ˆR5ÁRC÷R:;S/vS/ĻSMÖS`$T&…TIŦTDöT/;U/kU#›U:ŋU\úUBWVKšV>æVA%W(gW0W!ÁW ãWRXäWX)Œ_]Ë_I)`es`ŅŲ`Ģa#Įa#ëaBb-Rb$€bEĨb+ëb<c"Tc1wc,Šc#Öc,úc/'d4Wd0Œd#ŊdZád0kAÜk$l2Cl0vlĩ§lE]mJŖmMîm;“z?Ōz*{6={Ct{K¸{ |X%|b~|æá|ĢČ} t~•~8˛~Cë~8/3hCœ=ā?€C^€0ĸ€7Ķ€H 0T+…&ą/؁%‚#.‚R‚1r‚-¤‚#Ō‚9ö‚/0ƒK`ƒXŦƒB„LH„J•„!ā„S…+V…5‚…N¸…5†5=†$s†F˜†4߆$‡@9‡5z‡[°‡Y ˆ?fˆDψKëˆ97‰3q‰@Ĩ‰jæ‰sQŠ,Ŋ/ōŠ@"‹Oc‹ŗ‹ʋm܋JŒ\ŒNpŒ?ŋŒ=˙Œ4= r~?› ۍ?ü$<Ž<aŽVžŽSõŽWI@ĄâJúEW0i;š֐"õ+‘!D‘'f‘Ž‘( ‘Aɑ ’(’AE’.‡’-ļ’4ä’4“+N“z“Bš“BŨ“4 ”7U”Y”,ᔕ//•;_•0›•Ė•'æ•G–9V–=–VΖ2%—X—2u—¨—2ė<÷—U4˜eŠ˜?đ˜0™#O™%s™™™'Ģ™7Ķ™" š#.š#Rš!vš'˜š'špčš'Y›Ũ0Ú)!aä&#?Ļũ=‘%˛Įå‡˙éŒIVķ÷ŸĪĸ ́Ŋë^@oEU3iË/œ– æ`|Bü ÜŲ.ų  ĩŅŖ:¤˜›á=ā ąŠfzt(Q­š;k&Ål\Ɗ"m¯€°Æô>:$6¨8ßīC —5ŪČ7đŽÖNq#LŧGĄˆ %WKĀį4Os8XM2×-ƒ‹ģЕ0ؐwxpėō4čž ãú‚<Ä}ö,ø1ˇÎ$hv„ū]AĒ û9Ŧ'j3d¸/ŗÃu´r”Õņâ§íb2-Jc’…[ Fŋ+ ĨÛDZ+‰†(ēe{ļԞî!Pɓ,7SĖ™_H<?~Yg)'TĶ6y95>;1Ž nÍõŌ.@RšÁ"*ę*›\ht€Œ˜¤°ŧČÜđ4H\pƒ›/˙˙˙˙˛›˙˙˙˙ē›˙˙˙˙›˙˙˙˙ʛ˙˙˙˙å›˙˙˙˙ú›;˙˙˙˙5œ:˙˙˙˙oœ,˙˙˙˙›œ-˙˙˙˙ߜ˙˙˙˙đœ˙˙˙˙˙˙˙˙˙˙˙˙< ˙˙˙˙`K˙˙˙˙ąK ˙˙˙˙žB ˙˙˙˙ (invalid encoding)%s filetype%s type'%s' is not a valid character following a '<' character; it may not begin an element name'%s' is not a valid character following the characters ''(?R or (?[+-]digits must be followed by )) without opening (A bookmark for URI '%s' already existsApplication Options:Association creation not supported on win32Attribute '%s' of element '%s' not foundAttribute value must be non-NULLBackup file creation failedCan't copy directory over directoryCan't copy over directoryCan't create user MIME configuration folder %s: %sCan't create user application configuration folder %s: %sCan't create user desktop file %sCan't do a raw read in g_io_channel_read_line_stringCan't do a raw read in g_io_channel_read_to_endCan't find applicationCan't move directory over directoryCan't open directoryCan't recursively copy directoryCan't rename file, filename already existCan't rename root directoryCannot convert fallback '%s' to codeset '%s'Cannot parse double value '%s' for %sCannot parse integer value '%s' for %sCannot truncate GMemoryInputStreamChannel terminates in a partial characterCharacter out of range for UTF-16Character out of range for UTF-8Character reference '%-.*s' does not encode a permitted characterCharacter reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Containing mount does not existConversion from character set '%s' to '%s' is not supportedCould not open converter from '%s' to '%s'Could not open converter from '%s' to '%s': %sCustom definition for %sDEFINE group contains more than one branchDesktop file didn't specify Exec fieldDocument ended unexpectedly after the equals sign following an attribute name; no attribute valueDocument ended unexpectedly inside a comment or processing instructionDocument ended unexpectedly inside an attribute nameDocument ended unexpectedly inside an element nameDocument ended unexpectedly inside an element-opening tag.Document ended unexpectedly inside the close tag for element '%s'Document ended unexpectedly just after an open angle bracket '<'Document ended unexpectedly while inside an attribute valueDocument ended unexpectedly with elements still open - '%s' was the last element openedDocument ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>Document must begin with an element (e.g. )Document was empty or contained only whitespaceDouble value '%s' for %s out of rangeElement '%s' was closed, but the currently open element is '%s'Element '%s' was closed, no element is currently openEmpty entity '&;' seen; valid entities are: & " < > 'Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Enumerator is closedError closing file: %sError closing unix: %sError creating backup copy: %sError creating directory: %sError during conversion: %sError getting filesystem info: %sError launching application: %sError making symbolic link: %sError moving file: %sError opening directory '%s': %sError opening file '%s': %sError opening file: %sError parsing option %sError reading file '%s': %sError reading from file: %sError reading from unix: %sError removing file: %sError removing old backup link: %sError removing target file: %sError renaming file: %sError renaming temporary file: %sError seeking in file: %sError setting SELinux context: %sError setting extended attribute '%s': %sError setting owner: %sError setting permissions: %sError setting symlink: %sError setting symlink: file is not a symlinkError stating file '%s': %sError stating file descriptor: %sError trashing file: %sError truncating file: %sError while matching regular expression %s: %sError while optimizing regular expression %s: %sError writing to file: %sError writing to unix: %sExisting file '%s' could not be removed: g_unlink() failed: %sFailed to change to directory '%s' (%s)Failed to close file '%s': fclose() failed: %sFailed to create file '%s': %sFailed to create pipe for communicating with child process (%s)Failed to execute child process "%s" (%s)Failed to execute child process (%s)Failed to execute helper program (%s)Failed to expand exec line '%s' with URI '%s'Failed to fork (%s)Failed to fork child process (%s)Failed to get attributes of file '%s': fstat() failed: %sFailed to map file '%s': mmap() failed: %sFailed to open file '%s' for writing: fdopen() failed: %sFailed to open file '%s': %sFailed to open file '%s': fdopen() failed: %sFailed to open file '%s': open() failed: %sFailed to parse '%-.*s', which should have been a digit inside a character reference (ê for example) - perhaps the digit is too largeFailed to read data from child processFailed to read data from child process (%s)Failed to read enough data from child pid pipe (%s)Failed to read from child pipe (%s)Failed to read from file '%s': %sFailed to read the symbolic link '%s': %sFailed to redirect output or input of child process (%s)Failed to rename file '%s' to '%s': g_rename() failed: %sFailed to resize memory output streamFailed to write file '%s': fwrite() failed: %sFile "%s" is too largeFile enumerator has outstanding operationFile enumerator is already closedFile is emptyFile names cannot contain '%c'Filesystem rootHelp Options:Input stream doesn't implement readInteger value '%s' for %s out of rangeInteger value '%s' out of rangeInvalid GSeekType suppliedInvalid attribute type (byte string expected)Invalid attribute type (string expected)Invalid attribute type (uint32 expected)Invalid attribute type (uint64 expected)Invalid byte sequence in conversion inputInvalid extended attribute nameInvalid filenameInvalid filename %sInvalid group name: %sInvalid hostnameInvalid key name: %sInvalid program name: %sInvalid seek requestInvalid sequence in conversion inputInvalid string in environment: %sInvalid symlink value givenInvalid working directory: %sKey file contains escape character at end of lineKey file contains invalid escape sequence '%s'Key file contains key '%s' in group '%s' which has value that cannot be interpreted.Key file contains key '%s' which has value that cannot be interpreted.Key file contains key '%s' with value '%s' which is not UTF-8Key file contains line '%s' which is not a key-value pair, group, or commentKey file contains unsupported encoding '%s'Key file does not have group '%s'Key file does not have key '%s'Key file does not have key '%s' in group '%s'Key file does not start with a groupLeftover unconverted data in read bufferMemory output stream not resizableMissing argument for %sMove between mounts not supportedNo MIME type defined in the bookmark for URI '%s'No application is registered as handling this fileNo application with name '%s' registered a bookmark for '%s'No bookmark found for URI '%s'No groups set in bookmark for URI '%s'No private flag has been defined in bookmark for URI '%s'No valid bookmark file found in data dirsNot a regular fileOdd character '%s', expected a '=' after attribute name '%s' of element '%s'Odd character '%s', expected a '>' character to end the empty-element tag '%s'Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute nameOdd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'Operation not supportedOperation was cancelledOutput stream doesn't implement writePCRE library is compiled without UTF8 properties supportPCRE library is compiled without UTF8 supportPOSIX collating elements are not supportedPOSIX named classes are supported only within a classPartial character sequence at end of inputQuoted text doesn't begin with a quotation markReached maximum data array limitSELinux context must be non-NULLSELinux is not enabled on this systemSeek not supported on streamSetting attribute %s not supportedShow all help optionsShow help optionsSource stream is already closedStream doesn't support query_infoStream has outstanding operationStream is already closedSymbolic links not supportedTarget file existsTarget file is a directoryTarget file is not a regular fileTemplate '%s' doesn't contain XXXXXXTemplate '%s' invalid, should not contain a '%s'Text ended before matching quote was found for %c. (The text was '%s')Text ended just after a '\' character. (The text was '%s')Text was empty (or contained only whitespace)The URI '%s' contains invalidly escaped charactersThe URI '%s' is invalidThe URI '%s' is not an absolute URI using the "file" schemeThe file was externally modifiedThe hostname of the URI '%s' is invalidThe local file URI '%s' may not include a '#'The pathname '%s' is not an absolute pathToo large count value passed to %sTrash not supportedTruncate not allowed on input streamTruncate not supported on streamURIs not supportedUnable to create trash dir %s: %sUnable to create trashing info file: %sUnable to find default local directory monitor typeUnable to find default local file monitor typeUnable to find or create trash directoryUnable to find terminal required for applicationUnable to find toplevel directory for trashUnable to trash file: %sUnexpected attribute '%s' for element '%s'Unexpected early end-of-streamUnexpected error in g_io_channel_win32_poll() reading data from a child processUnexpected error in select() reading data from a child process (%s)Unexpected error in waitpid() (%s)Unexpected tag '%s' inside '%s'Unexpected tag '%s', tag '%s' expectedUnknown error executing child process "%s"Unknown option %sUnknown typeUnmatched quotation mark in command line or other shell-quoted textUnnamedUsage:Valid key file could not be found in search dirsValue '%s' cannot be interpreted as a boolean.Value '%s' cannot be interpreted as a float number.Value '%s' cannot be interpreted as a number.[OPTION...]\ at end of pattern\C not allowed in lookbehind assertion\c at end of pattern\g is not followed by a braced name or an optionally braced non-zero numberassertion expected after (?(association changes not supported on win32back references as conditions are not supported for partial matchingbacktracking limit reachedcase-changing escapes (\l, \L, \u, \U) are not allowed herecharacter value in \x{...} sequence is too largecode overflowconditional group contains more than two branchescorrupted objectdigit expecteddrive doesn't implement ejectdrive doesn't implement polling for mediafailed to get memoryhexadecimal digit expectedhexadecimal digit or '}' expectedillegal symbolic referenceinconsistent NEWLINE optionsinternal errorinternal error or corrupted objectinvalid combination of newline flagsinvalid condition (?(0)invalid escape sequence in character classlookbehind assertion is not fixed lengthmalformed \P or \p sequencemalformed number or name after (?(missing '<' in symbolic referencemissing ) after commentmissing terminating )missing terminating ] for character classmissing terminator in subpattern namemount doesn't implement content type guessingmount doesn't implement ejectmount doesn't implement remountmount doesn't implement synchronous content type guessingmount doesn't implement unmountnothing to repeatnumber too big in {} quantifiernumbers out of order in {} quantifieroctal value is greater than \377out of memoryoverran compiling workspacepreviously-checked referenced subpattern not foundrange out of order in character classrecursion limit reachedrecursive call could loop indefinitelyreference to non-existent subpatternregular expression too largerepeating a DEFINE group is not allowedstray final '\'subpattern name is too long (maximum 32 characters)symlink must be non-NULLthe pattern contains items not supported for partial matchingtoo many named subpatterns (maximum 10,000)two named subpatterns have the same nameunexpected repeatunfinished symbolic referenceunknown POSIX class nameunknown errorunknown escape sequenceunknown property name after \P or \punrecognized character after (?unrecognized character after (?<unrecognized character after (?Punrecognized character follows \volume doesn't implement ejectvolume doesn't implement mountworkspace limit for empty substrings reachedzero-length symbolic referenceProject-Id-Version: glib.HEAD Report-Msgid-Bugs-To: POT-Creation-Date: 2009-10-07 09:51-0400 PO-Revision-Date: 2008-09-17 05:06+0300 Last-Translator: Anas Afif Emad Language-Team: Arabic MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.11.4 Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5; (ØĒØąŲ…ŲŠØ˛ ØēŲŠØą ØŗŲ„ŲŠŲ…)Ų†ŲˆØš ؅؄؁ؑ %sŲ†ŲˆØš %s'%s' Ų…Ø­ØąŲ ØēŲŠØą ØŗŲ„ŲŠŲ… بؚد Ø§Ų„Ų…Ø­ØąŲ '<'؛ ØąØ¨Ų…Ø§ Ų„Ø§ ŲŠØ¨Ø¯ØŖ Ų‡Ø°Ø§ Ø§Ų„Ų…Ø­ØąŲ Ø§ØŗŲ… ØšŲ†ØĩØąâ€'%s' Ų…Ø­ØąŲ ØēŲŠØą ØĩØ§Ų„Ø­ بؚد Ø§Ų„ØąŲ…ŲˆØ˛ â€Ē''‏(?R ØŖŲˆ (?[+-] ØŖØąŲ‚Ø§Ų… ؊ØŦب ØŖŲ† ØĒØĒبؚ ب )) Ø¨Ų„Ø§ Ų‚ŲˆØŗ ŲØ§ØĒØ­ (ØĒ؈ØŦد Ø¨Ø§Ų„ŲØšŲ„ ØšŲ„Ø§Ų…ØŠ Ų„Ų„Ų…ØŗØ§Øą '%s'ØŽŲŠØ§ØąØ§ØĒ Ø§Ų„ØĒØˇØ¨ŲŠŲ‚:ØĨŲ†Ø´Ø§ØĄ Ø§Ų„ØĒØąØ§Ø¨Øˇ ØēŲŠØą Ų…Ø¯ØšŲˆŲ… ØšŲ„Ų‰ win32Ø§Ų„ØĩŲØŠ '%s' Ų„Ų„ØšŲ†ØĩØą '%s' ØēŲŠØą Ų…ŲˆØŦŲˆØ¯ØŠŲ‚ŲŠŲ…ØŠ Ø§Ų„ØŽØ§ØĩŲŠØŠ Ų„Ø§ بد ØŖŲ† ØĒŲƒŲˆŲ† ØēŲŠØą Ų…Ų†ØšØ¯Ų…ØŠŲØ´Ų„ ØĨŲ†Ø´Ø§ØĄ ؅؄؁ Ø§Ų„Ų†ØŗØŽØŠ Ø§Ų„Ø§Ø­ØĒŲŠØ§ØˇŲŠØŠŲ„Ø§ ŲŠŲ…ŲƒŲ†Ųƒ Ų†ØŗØŽ Ø¯Ų„ŲŠŲ„ ØšŲ„Ų‰ Ø¯Ų„ŲŠŲ„Ų„Ø§ ŲŠŲ…ŲƒŲ†Ųƒ Ų†Ų‚Ų„ Ø¯Ų„ŲŠŲ„ ØšŲ„Ų‰ Ø¯Ų„ŲŠŲ„Ų„Ø§ ŲŠŲ…ŲƒŲ† ØĨŲ†Ø´Ø§ØĄ Ų…ØŦŲ„Ø¯ Ø§Ų„ØĒŲ‡ŲŠØĻØŠ MIME %s Ų„Ų„Ų…ØŗØĒØŽØ¯Ų…: %sØĒØšØ°Ų‘Øą ØĨŲ†Ø´Ø§ØĄ Ų…ØŦŲ„Ø¯ Ø§Ų„ØĒŲ‡ŲŠØĻØŠ Ø§Ų„ØŽØ§Øĩ بØĒØˇØ¨ŲŠŲ‚ Ø§Ų„Ų…ØŗØĒØŽØ¯Ų… %s: ‏%sŲ„Ø§ ŲŠŲ…ŲƒŲ† ØĨŲ†Ø´Ø§ØĄ Ø§Ų„Ų…Ų„Ų %sŲ„Ø§ ŲŠŲ…ŲƒŲ† ØšŲ…Ų„ Ų‚ØąØ§ØĄØŠ ØŽØ§Ų… ؁؊ g_io_channel_read_line_stringŲ„Ø§ ŲŠŲ…ŲƒŲ† ØšŲ…Ų„ Ų‚ØąØ§ØĄØŠ ØŽØ§Ų… ؁؊ g_io_channel_read_to_endØĒØšØ°Ų‘Øą Ø§Ų„ØšØĢŲˆØą ØšŲ„Ų‰ Ø§Ų„ØĒŲ‘ØˇØ¨ŲŠŲ‚Ų„Ø§ ŲŠŲ…ŲƒŲ†Ųƒ Ų†Ų‚Ų„ Ø¯Ų„ŲŠŲ„ ØšŲ„Ų‰ Ø¯Ų„ŲŠŲ„Ų„Ø§ ŲŠŲ…ŲƒŲ† ؁ØĒØ­ Ø§Ų„Ø¯Ų‘Ų„ŲŠŲ„ Ų„Ø§ ŲŠŲ…ŲƒŲ†Ųƒ Ø§Ų„Ų†ØŗØŽ Ø§Ų„ØĒŲƒØąØ§ØąŲŠ Ų„Ų„Ø¯Ų„ŲŠŲ„ Ų„Ø§ ŲŠŲ…ŲƒŲ†Ųƒ ØĨؚاد؊ ØĒØŗŲ…ŲŠØŠ Ø§Ų„Ų…Ų„ŲØŒ Ø§ØŗŲ… Ø§Ų„Ų…Ų„Ų Ų…ŲˆØŦŲˆØ¯ Ø¨Ø§Ų„ŲØšŲ„ Ų„Ø§ ŲŠŲ…ŲƒŲ†Ųƒ ØĨؚاد؊ ØĒØŗŲ…ŲŠØŠ Ø§Ų„Ø¯Ų„ŲŠŲ„ Ø§Ų„ØŦØ°ØąŲŠ ØĒØšØ°Ų‘Øą ØĒØ­ŲˆŲŠŲ„ fallback '%s' ØĨŲ„Ų‰ Ų…ØŦŲ…ŲˆØšØŠ Ø§Ų„Ų…Ø­Ø§ØąŲ '%s'ØĒØšØ°Ų‘Øą ØĒØ­Ų„ŲŠŲ„ Ø§Ų„Ų‚ŲŠŲ…ØŠ Ø§Ų„Ų…Ø˛Ø¯ŲˆØŦØŠ '%s' Ų„ %sØĒØšØ°Ų‘Øą ØĒØ­Ų„ŲŠŲ„ Ų‚ŲŠŲ…ØŠ Ø§Ų„ØšØ¯Ø¯ Ø§Ų„ØĩØ­ŲŠØ­ '%s' Ų„ %sØĒØšØ°Øą Ø¨ŲŽØĒŲ’ØąŲ GMemoryInputStreamØĒŲ†ØĒŲ‡ŲŠ Ø§Ų„Ų‚Ų†Ø§ØŠ ØšŲ†Ø¯ Ų…Ø­ØąŲ ØŦØ˛ØĻŲŠŲ…Ø­ØąŲ ØŽØ§ØąØŦ Ø­Ø¯ŲˆØ¯ UTF-16Ų…Ø­ØąŲ ØŽØ§ØąØŦ Ø­Ø¯ŲˆØ¯ UTF-8Ų…ØąØŦØš Ø§Ų„Ų…Ø­ØąŲ '%-.*s' Ų„Ø§ ŲŠŲ‚ŲˆŲ… بØĒØąŲ…ŲŠØ˛ Ų…Ø­ØąŲ Ų…ØŗŲ…ŲˆØ­ Ø¨Ų‡Ų…ØąØŦØš Ø§Ų„Ų…Ø­ØąŲ Ų„Ų… ŲŠŲ†ØĒŲ‡ Ø¨ŲØ§ØĩŲ„ØŠ Ų…Ų†Ų‚ŲˆØˇØŠØ› Ø§Ų„ØŖØąØŦØ­ ØŖŲ†Ųƒ Ø§ØŗØĒØŽØ¯Ų…ØĒ ØšŲ„Ø§Ų…ØŠ Ø§Ų…Ø¨Ø§ØąØŗØ§Ų†Ø¯ Ø¯ŲˆŲ† ØŖŲ† ØĒŲ†ŲˆŲŠ Ø¨Ø¯ØĄ ŲƒŲŠØ§Ų† - ØĒØŽØˇØ§ Ø§Ų„ØšŲ„Ø§Ų…ØĒ ØšŲ† ØˇØąŲŠŲ‚ اؚØĒØ¨Ø§ØąŲ‡Ø§ &Ø§Ų„ŲˆØĩŲ„ Ø§Ų„Ø­Ø§ŲˆŲŠ ØēŲŠØą Ų…ŲˆØŦŲˆØ¯Ø§Ų„ØĒØ­ŲˆŲŠŲ„ Ų…Ų† Ų…ØŦŲ…ŲˆØšØŠ Ø§Ų„Ų…Ø­Ø§ØąŲ '%s' ØĨŲ„Ų‰ '%s' ØēŲŠØą Ų…Ø¯ØšŲˆŲ…ØĒØšØ°Ų‘Øą ؁ØĒØ­ Ø§Ų„Ų…ŲØ­ŲˆŲ‘ŲŲ„ Ų…Ų† '%s' ØĨŲ„Ų‰ '%s'ØĒØšØ°Ų‘Øą ؁ØĒØ­ Ø§Ų„Ų…ŲØ­ŲˆŲ‘ŲŲ„ Ų…Ų† '%s' ØĨŲ„Ų‰ '%s'‏: %sØĒØšØąŲŠŲ Ų…ØŽØĩØĩ ؄ؐ %sŲ…ØŦŲ…ŲˆØšØŠ DEFINE ØĒØ­ØĒ؈؊ ØšŲ„Ų‰ ØŖŲƒØĢØą Ų…Ų† ŲØąØš ŲˆØ§Ø­Ø¯Ų…Ų„Ų ØŗØˇØ­ Ø§Ų„Ų…ŲƒØĒب Ų„Ų… ŲŠØ­Ø¯Ø¯ Ø§Ų„Ø­Ų‚Ų„ Ø§Ų„ØĒŲ†ŲŲŠØ¯ŲŠØ§Ų†ØĒŲ‡Ų‰ Ø§Ų„Ų…ØŗØĒŲ†Ø¯ Ø¨Ø´ŲƒŲ„ ØēŲŠØą Ų…ØĒŲˆŲ‚Øš بؚد ØšŲ„Ø§Ų…ØŠ Ø§Ų„ØĒØŗØ§ŲˆŲŠ اØĢØą Ø§ØŗŲ… ØĩŲØŠØ› Ų„Ø§ ØĒ؈ØŦد Ų‚ŲŠŲ…ØŠ Ų„Ų„ØĩŲØŠØ§Ų†ØĒŲ‡Ų‰ Ø§Ų„Ų…ØŗØĒŲ†Ø¯ Ø¨Ø´ŲƒŲ„ ØēŲŠØą Ų…ØĒŲˆŲ‚Øš Ø¯Ø§ØŽŲ„ ØĒØšŲ„ŲŠŲ‚ ØŖŲˆ ØĒØšŲ„ŲŠŲ…Ø§ØĒ Ų…ØšØ§Ų„ØŦØŠØ§Ų†ØĒŲ‡Ų‰ Ø§Ų„Ų…ØŗØĒŲ†Ø¯ Ø¨Ø´ŲƒŲ„ ØēŲŠØą Ų…ØĒŲˆŲ‚Øš Ø¯Ø§ØŽŲ„ Ø§ØŗŲ… ØĩŲØŠØ§Ų†ØĒŲ‡Ų‰ Ø§Ų„Ų…ØŗØĒŲ†Ø¯ Ø¨Ø´ŲƒŲ„ ØēŲŠØą Ų…ØĒŲˆŲ‚Øš Ø¯Ø§ØŽŲ„ Ø§ØŗŲ… ØšŲ†ØĩØąØ§Ų†ØĒŲ‡Ų‰ Ø§Ų„Ų…ØŗØĒŲ†Ø¯ Ø¨Ø´ŲƒŲ„ ØēŲŠØą Ų…ØĒŲˆŲ‚Øš بؚد ØšŲ„Ø§Ų…ØŠ ؁ØĒØ­ ØšŲ†ØĩØą.Ø§Ų†ØĒŲ‡Ų‰ Ø§Ų„Ų…ØŗØĒŲ†Ø¯ Ø¨Ø´ŲƒŲ„ ØēŲŠØą Ų…ØĒŲˆŲ‚Øš Ø¯Ø§ØŽŲ„ ØšŲ„Ø§Ų…ØŠ Ø§Ų†Ų‡Ø§ØĄ Ų„Ų„ØšŲ†ØĩØą '%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ØŽØˇØŖ ؁؊ ØļØ¨Øˇ ØŗŲŠØ§Ų‚ SELinux: ‏%sØŽØˇØŖ ØšŲ†Ø¯ ØĒØšŲŠŲŠŲ† Ø§Ų„ØŽØ§ØĩŲŠØŠ Ø§Ų„Ų…Ų…ØĒد؊ '%s'‏: %sØŽØˇØŖ ØĒØšŲŠŲŠŲ† Ø§Ų„Ų…Ø§Ų„Ųƒ: %sØŽØˇØŖ ØĒØšŲŠŲŠŲ† Ø§Ų„ØŖØ°ŲˆŲ†Ø§ØĒ: %sØŽØˇØŖ ØŖØĢŲ†Ø§ØĄ ØĒØšŲŠŲŠŲ† Ø§Ų„ŲˆØĩŲ„ØŠ Ø§Ų„ØąŲ…Ø˛ŲŠØŠ: %sØŽØˇØŖ ؁؊ ØĒØšŲŠŲŠŲ† Ø§Ų„ŲˆØĩŲ„ØŠ Ø§Ų„ØąŲ…Ø˛ŲŠØŠ: Ø§Ų„Ų…Ų„Ų Ų„ŲŠØŗ ؈ØĩŲ„ØŠ ØąŲ…Ø˛ŲŠØŠØŽØˇØŖ ØšŲ†Ø¯ ØĒŲ†Ø§ŲˆŲ„ Ø§Ų„Ų…Ų„Ų '%s'‏: %sØŽØˇØŖ ؁؉ ØĒŲ†Ø§ŲˆŲ„ ŲˆØ§Øĩ؁ Ø§Ų„Ų…Ų„Ų: %sØŽØˇØŖ ØšŲ†Ø¯ Ø§ØąØŗØ§Ų„ Ø§Ų„Ų…Ų„Ų Ų„Ų„Ų…Ų‡Ų…Ų„Ø§ØĒ: %sØŽØˇØŖ ØŖØĢŲ†Ø§ØĄ Ø¨ŲŽØĒŲ’Øą Ø§Ų„Ų…Ų„Ų: %s ØŽØˇØŖ ØšŲ†Ø¯ ØĒØˇØ§Ø¨Ų‚ ØŦŲ…Ų„ØŠ Ø§Ų„Ų…Ų‚Ø§ØąŲ†ØŠ %s: ‏%sØŽØˇØŖ ØšŲ†Ø¯ ØĒØ­ØŗŲŠŲ† ØŦŲ…Ų„ØŠ Ø§Ų„Ų…Ų‚Ø§ØąŲ†ØŠ %s: ‏%sØŽØˇØŖ ؁؊ Ø§Ų„ŲƒØĒاب؊ ؄؄؅؄؁: %sØŽØˇØŖ ØŖØĢŲ†Ø§ØĄ Ø§Ų„ŲƒØĒاب؊ ØĨŲ„Ų‰ ŲŠŲˆŲ†ŲƒØŗ: %sŲ„Ø§ ŲŠŲ…ŲƒŲ† Ø­Ø°Ų Ø§Ų„Ų…Ų„Ų Ø§Ų„Ų…ŲˆØŦŲˆØ¯ Ų…ØŗØ¨Ų‚Ø§ '%s': ŲØ´Ų„ g_unlink(): %sŲØ´Ų„ Ø§Ų„ØĒØēŲŠŲŠØą ØĨŲ„Ų‰ Ø§Ų„Ø¯Ų„ŲŠŲ„ '%s' ‏(%s)ŲØ´Ų„ØĒ ؁؊ ØēŲ„Ų‚ Ø§Ų„Ų…Ų„Ų '%s': ŲØ´Ų„ fclose(): %sŲØ´Ų„ ØĨŲ†Ø´Ø§ØĄ Ø§Ų„Ų…Ų„Ų '%s'‏: %sŲØ´Ų„ ØšŲ…Ų„ ØŖŲ†Ø¨ŲˆØ¨ Ų„Ų„Ø§ØĒØĩØ§Ų„ Ø¨Ø§Ų„ØšŲ…Ų„ŲŠØŠ Ø§Ų„ØĨØ¨Ų†ØŠ (%s)ŲØ´Ų„ ØĒŲ†ŲŲŠØ° Ø§Ų„ØšŲ…Ų„ŲŠØŠ Ø§Ų„ØĨØ¨Ų†ØŠ "%s" ‏(%s)ŲØ´Ų„ ØĒŲ†ŲŲŠØ° Ø§Ų„ØšŲ…Ų„ŲŠØŠ Ø§Ų„ØĨØ¨Ų†ØŠ (%s)ŲØ´Ų„ ØĒŲ†ŲŲŠØ° Ø§Ų„Ø¨ØąŲ†Ø§Ų…ØŦ Ø§Ų„Ų…ØŗØ§ØšØ¯ (%s)ŲØ´Ų„ ØĒŲ…Ø¯ŲŠØ¯ ØŗØˇØą exec '%s' Ø¨Ø§Ų„Ų…ØŗØ§Øą '%s'ŲØ´Ų„ ØĒØ´ØšŲŠØ¨ (%s)ŲØ´Ų„ ØĒØ´ØšŲŠØ¨ Ø§Ų„ØšŲ…Ų„ŲŠØŠ Ø§Ų„ØĨØ¨Ų†ØŠ (%s)ŲØ´Ų„ØĒ ؁؊ ØŖØŽØ° ØĩŲØ§ØĒ Ø§Ų„Ų…Ų„Ų '%s': ŲØ´Ų„ fstat(): %sŲØ´Ų„ ؁؊ Ų…Ų‚Ø§Ø¨Ų„ØŠ Ø§Ų„Ų…Ų„Ų '%s'‏: mmap() ŲØ´Ų„: %sŲØ´Ų„ ؁ØĒØ­ Ø§Ų„Ų…Ų„Ų '%s' Ų„Ų„ŲƒØĒاب؊: ŲØ´Ų„ fdopen(): %sŲØ´Ų„ ؁ØĒØ­ Ø§Ų„Ų…Ų„Ų '%s'‏: %sŲØ´Ų„ ؁ØĒØ­ Ø§Ų„Ų…Ų„Ų '%s': ŲØ´Ų„ fdopen(): %sŲØ´Ų„ ؁ØĒØ­ Ø§Ų„Ų…Ų„Ų '%s': ŲØ´Ų„ open(): %sŲØ´Ų„ ؁؊ ØĒØ­Ų„ŲŠŲ„ '%-.*s'، ŲˆØ§Ų„ØĒ؊ ŲƒØ§Ų† Ų„Ø§Ø¨Ø¯ Ų…Ų† ؃ØĒبØĒŲ‡Ø§ Ø¨Ø§Ų„ØŖØąŲ‚Ø§Ų… Ø¯Ø§ØŽŲ„ Ų…ØąØŦØš Ų…Ø­ØąŲ (ê ŲƒŲ…ØĢØ§Ų„) - ØąØ¨Ų…Ø§ Ø§Ų„ØąŲ‚Ų… ŲƒØ¨ŲŠØą ØŦØ¯Ų‹Ø§ŲØ´Ų„ØĒ Ų‚ØąØ§ØĄØŠ Ø§Ų„Ø¨ŲŠØ§Ų†Ø§ØĒ Ų…Ų† Ø§Ų„ØšŲ…Ų„ŲŠØŠ Ø§Ų„ØĨØ¨Ų†ØŠŲØ´Ų„ØĒ Ų‚ØąØ§ØĄØŠ Ø§Ų„Ø¨ŲŠØ§Ų†Ø§ØĒ Ų…Ų† Ø§Ų„ØšŲ…Ų„ŲŠØŠ Ø§Ų„ØĨØ¨Ų†ØŠ (%s)ŲØ´Ų„ØĒ Ų‚ØąØ§ØĄØŠ Ø¨ŲŠØ§Ų†Ø§ØĒ ŲƒØ§ŲŲŠØŠ Ų…Ų† ØŖŲ†Ø¨ŲˆØ¨ child pid ‏(%s)ŲØ´Ų„ØĒ Ø§Ų„Ų‚ØąØ§ØĄØŠ Ų…Ų† Ø§Ų„ØŖŲ†Ø¨ŲˆØ¨ Ø§Ų„ØĨØ¨Ų† (%s)ŲØ´Ų„ØĒ Ø§Ų„Ų‚ØąØ§ØĄØŠ Ų…Ų† Ø§Ų„Ų…Ų„Ų '%s'‏: %sŲØ´Ų„ØĒ Ų‚ØąØ§ØĄØŠ Ø§Ų„ŲˆØĩŲ„ØŠ Ø§Ų„ØąŲ…Ø˛ŲŠØŠ '%s'‏: %sŲØ´Ų„ اؚاد؊ ØĒ؈ØŦŲŠŲ‡ Ø§Ų„ØŽØąŲ’ØŦ ØŖŲˆ Ø§Ų„Ø¯ØŽŲ’Ų„ Ų„Ų„ØšŲ…Ų„ŲŠØŠ Ø§Ų„ØĨØ¨Ų†ØŠ (%s)ŲØ´Ų„ ØĨؚاد؊ ØĒØŗŲ…ŲŠØŠ Ø§Ų„Ų…Ų„Ų '%s' ØĨŲ„Ų‰ '%s': ŲØ´Ų„ g_rename(): %sŲØ´Ų„ ØĒØēŲŠŲŠØą Ų‚ŲŠØ§Øŗ Ø¯ŲŽŲŲ’Ų‚Ų Ø§Ų„Ø§ØŽØąØ§ØŦ Ų„Ų„Ø°Ø§ŲƒØąØŠŲØ´Ų„ØĒ ؁؊ ؃ØĒاب؊ Ø§Ų„Ų…Ų„Ų '%s': ŲØ´Ų„ fwrite(): %sØ§Ų„Ų…Ų„Ų "%s" ŲƒØ¨ŲŠØą ØŦØ¯Ø§Ų…ŲØšØ¯Ø¯ Ø§Ų„Ų…Ų„Ų Ų„Ų‡ ØšŲ…Ų„ŲŠØŠ ØšØ§Ų„Ų‚ØŠŲ…ŲØšØ¯Ø¯ Ø§Ų„Ų…Ų„Ų ØŗØ¨Ų‚ ØĨØēŲ„Ø§Ų‚Ų‡Ø§Ų„Ų…Ų„Ų ŲØ§ØąØēŲ„Ø§ ŲŠŲ…ŲƒŲ† Ų„ØŖØŗŲ…Ø§ØĄ Ø§Ų„Ų…Ų„ŲØ§ØĒ ØŖŲ† ØĒØ­ØĒ؈؊ ØšŲ„Ų‰ '%c' ØŦØ°Øą Ų†Ø¸Ø§Ų… Ø§Ų„Ų…Ų„ŲŲ‘Ø§ØĒØŽŲŠØ§ØąØ§ØĒ Ø§Ų„Ų…ØŗØ§ØšØ¯ØŠ:Ø¯ŲŽŲŲ‚ Ø§Ų„ØĨØ¯ØŽØ§Ų„ Ų„Ø§ ŲŠŲŲ†ŲŽŲØ° Ø§Ų„Ų‚ØąØ§ØĄØŠŲ‚ŲŠŲ…ØŠ Ø§Ų„ØąŲ‚Ų… Ø§Ų„ØĩØ­ŲŠØ­ '%s' Ų„ %s ØŽØ§ØąØŦ Ø§Ų„Ų…ØŦØ§Ų„Ų‚ŲŠŲ…ØŠ ؚدد ØĩØ­ŲŠØ­ '%s' ØŽØ§ØąØŦ Ø§Ų„Ų…Ø¯Ų‰ØĒŲ… ØĒŲ‚Ø¯ŲŠŲ… GSeekType ØēŲŠØą ØŗŲ„ŲŠŲ…Ų†ŲˆØš Ø§Ų„ØŽØ§ØĩŲŠØŠ ØēŲŠØą ØŗŲ„ŲŠŲ… ( ŲŠŲŲ†ØĒØļØą Ų…Ų‚ØˇØš Ø¨Ø§ŲŠØĒ )Ų†ŲˆØš Ø§Ų„ØŽØ§ØĩŲŠØŠ ØēŲŠØą ØŗŲ„ŲŠŲ… ( ŲŠŲŲØĒØąØļ ØŖŲ† ŲŠŲƒŲˆŲ† Ų…Ų‚ØˇØšØ§ )Ų†ŲˆØš Ø§Ų„ØŽØ§ØĩŲŠØŠ ØēŲŠØą ØŗŲ„ŲŠŲ… ( ŲŠŲŲØĒØąØļ uint32 )Ų†ŲˆØš Ø§Ų„ØŽØ§ØĩŲŠØŠ ØēŲŠØą ØŗŲ„ŲŠŲ… ( ŲŠŲŲØĒØąØļ uint64 )ØŗŲ„ØŗŲ„ØŠ Ø¨Ø§ŲŠØĒاØĒ ØēŲŠØą ØŗŲ„ŲŠŲ…ØŠ ؁؊ Ø¯ØŽŲ’Ų„ Ø§Ų„ØĒØ­ŲˆŲŠŲ„Ø§ØŗŲ… ØēŲŠØą ØŗŲ„ŲŠŲ… Ų„Ų„ØŽØ§ØĩŲŠØŠ Ø§Ų„Ų…Ų…ØĒØ¯ØŠØ§ØŗŲ… ؅؄؁ ØēŲŠØą ØĩØ§Ų„Ø­Ø§ØŗŲ… ؅؄؁ ØēŲŠØą ØĩØ§Ų„Ø­ %sØ§ØŗŲ… Ų…ØŦŲ…ŲˆØšØŠ ØēŲŠØą ØĩØ­ŲŠØ­: %sØ§ØŗŲ… Ø§Ų„Ų…ØŗØĒØļ؊؁ ØēŲŠØą ØŗŲ„ŲŠŲ…Ø§ØŗŲ… ؅؁ØĒاح ØēŲŠØą ØĩØ­ŲŠØ­: %sØ§ØŗŲ… Ø¨ØąŲ†Ø§Ų…ØŦ ØēŲŠØą ØĩØ­ŲŠØ­: %sØˇŲ„Ø¨ بحØĢ ØēŲŠØą ØŗŲ„ŲŠŲ…ØĒØĒابؚ ØēŲŠØą ØŗŲ„ŲŠŲ… ؁؊ Ø¯ØŽŲ’Ų„ Ø§Ų„ØĒØ­ŲˆŲŠŲ„ØŗŲ„ØŗŲ„ØŠ ØēŲŠØą ØĩØ§Ų„Ø­ØŠ ؁؊ Ø§Ų„Ø¨ŲŠØĻØŠ: %s Ų‚ŲŠŲ…ØŠ Ø§Ų„ŲˆØĩŲ„ØŠ Ø§Ų„ØąŲ…Ø˛ŲŠØŠ Ø§Ų„Ų…ŲØšØˇØ§ØŠ ØēŲŠØą ØŗŲ„ŲŠŲ…ØŠØ¯Ų„ŲŠŲ„ ØšŲ…Ų„ ØēŲŠØą ØŗŲ„ŲŠŲ…: %s؅؄؁ Ø§Ų„Ų…ŲØĒاح ŲŠØ­ØĒ؈؊ ØšŲ„Ų‰ Ų…Ø­ØąŲ Ø§Ų„ØŽŲ„ŲˆØĩ ؁؊ ØĸØŽØą Ø§Ų„ØŗØˇØąŲ…Ų„Ų Ø§Ų„Ų…ŲØĒاح ŲŠØ­ØĒ؈؊ ØšŲ„Ų‰ ØĒØĒابؚ ØŽŲ„ŲˆØĩ ØēŲŠØą ØĩØ§Ų„Ø­ '%s'؅؄؁ Ø§Ų„Ų…ŲØĒاح ŲŠØ­ØĒ؈؊ ØšŲ„Ų‰ ؅؁ØĒاح '%s'؁؊ Ø§Ų„Ų…ØŦŲ…ŲˆØšØŠ '%s'ŲˆØ§Ų„ØĒ؊ Ų„Ø¯ŲŠŲ‡Ø§ Ų‚ŲŠŲ…ØŠ Ų„Ø§ŲŠŲ…ŲƒŲ† ØĒŲØŗŲŠØąŲ‡Ø§.؅؄؁ Ø§Ų„Ų…ŲØĒاح ŲŠØ­ØĒ؈؊ ØšŲ„Ų‰ ؅؁ØĒاح '%s' ŲˆØ§Ų„Ø°ŲŠ Ų„Ø¯ŲŠŲ‡ Ų‚ŲŠŲ…ØŠ Ų„Ø§ŲŠŲ…ŲƒŲ† ØĒŲØŗŲŠØąŲ‡Ø§.ŲŠØ­ØĒ؈؊ ؅؄؁ Ø§Ų„Ų…ŲØĒاح ØšŲ„Ų‰ Ø§Ų„Ų…ŲØĒاح '%s' Ø°Ųˆ Ø§Ų„Ų‚ŲŠŲ…ØŠ '%s' Ø§Ų„ØĒ؊ Ų„ŲŠØŗØĒ UTF-8؅؄؁ Ø§Ų„Ų…ŲØĒاح ŲŠØ­ØĒ؈؊ ØšŲ„Ų‰ ØŗØˇØą '%s' ŲˆØ§Ų„Ø°ŲŠ Ų„ŲŠØŗ Ø˛ŲˆØŦ Ų‚ŲŠŲ…ØŠ Ų…ŲØ§ØĒŲŠØ­ ، Ų…ØŦŲ…ŲˆØšØŠ ، ØŖŲˆ ØĒØšŲ„ŲŠŲ‚ŲŠØ­ØĒ؈؊ ؅؄؁ Ø§Ų„Ų…ŲØĒاؚ ØšŲ„Ų‰ ØĒØąŲ…ŲŠØ˛ ØēŲŠØą Ų…Ø¯ØšŲˆŲ… '%s'Ų„Ø§ ŲŠØ­ØĒ؈؊ ؅؄؁ Ø§Ų„Ų…ŲØĒاح ØšŲ„Ų‰ Ø§Ų„Ų…ØŦŲ…ŲˆØšØŠ '%s'Ų„Ø§ ŲŠØ­ØĒ؈؊ ؅؄؁ Ø§Ų„Ų…ŲØĒاح ØšŲ„Ų‰ Ø§Ų„Ų…ŲØĒاح '%s'Ų„Ø§ ŲŠØ­ØĒ؈؊ ؅؄؁ Ø§Ų„Ų…ŲØĒاح ØšŲ„Ų‰ ؅؁ØĒاح '%s' ؁؊ Ø§Ų„Ų…ØŦŲ…ŲˆØšØŠ '%s'Ų„Ø§ ŲŠØ¨Ø¯ØŖ ؅؄؁ Ø§Ų„Ų…ŲØĒاح Ø¨Ų…ØŦŲ…ŲˆØšØŠØ¨ŲŠØ§Ų†Ø§ØĒ ØēŲŠØą Ų…ŲØ­ŲˆŲ‘Ų„ØŠ Ø¨Ø§Ų‚ŲŠØŠ ؁؊ حاØŦØ˛ Ø§Ų„Ų‚ØąØ§ØĄØŠ Ø§Ų„ØŽŲ„ŲŲŠØ¯ŲŽŲŲ’Ų‚Ų Ø§Ų„Ø§ØŽØąØ§ØŦ Ų„Ų„Ø°Ø§ŲƒØąØŠ ØēŲŠØą Ų‚Ø§Ø¨Ų„ Ų„ØĒØēŲŠŲŠØą Ø§Ų„Ų‚ŲŠØ§ØŗŲ…ØšØ§Ų…Ų„ %s Ų…ŲŲ‚ŲˆØ¯Ø§Ų„Ų†Ų‚Ų„ Ø¨ŲŠŲ† Ø§Ų„ŲˆØĩŲ„Ø§ØĒ ØēŲŠØą Ų…Ø¯ØšŲˆŲ…Ų„Ų… ŲŠØšØąŲ‘Ų Ų†ŲˆØš MIME ؁؊ ØšŲ„Ø§Ų…ØŠ Ø§Ų„Ų…ØŗØ§Øą '%s'Ų„Ų… ŲŠØŗØŦŲ„ ØŖŲŠ ØĒØˇØ¨ŲŠŲ‚ ŲƒŲ…ØšØ§Ų„ØŦ Ų„Ų‡Ø°Ø§ Ø§Ų„Ų…Ų„ŲŲ„Ų… ŲŠØŗØŦŲ„ ØŖŲŠ ØĒØˇØ¨ŲŠŲ‚ Ø¨Ø§Ų„Ø§ØŗŲ… '%s' ØšŲ„Ø§Ų…ØŠ '%s'Ų„Ø§ ØĒ؈ØŦد ØšŲ„Ø§Ų…ØŠ Ų„Ų„Ų…ØŗØ§Øą '%s'Ų„Ų… ØĒحدد ØŖŲŠ Ų…ØŦŲ…ŲˆØšØ§ØĒ ؁؊ ØšŲ„Ø§Ų…ØŠ '%s'Ų„Ų… ŲŠØšØąŲ ØšŲ„Ų… ؎اØĩ ؁؊ Ø§Ų„ØšŲ„Ø§Ų…Ø§ØĒ Ų„Ų„Ų…ØŗØ§Øą '%s'Ų„Ø§ ؊؈ØŦد ؅؄؁ ØšŲ„Ø§Ų…Ø§ØĒ ØŗŲ„ŲŠŲ… ؁؊ ØŖØ¯Ų„Ų‘ØŠ Ø§Ų„Ø¨ŲŠØ§Ų†Ø§ØĒŲ„ŲŠØŗ Ų…Ų„ŲØ§ اؚØĒŲŠØ§Ø¯ŲŠØ§Ų…Ø­ØąŲ ØēØąŲŠØ¨ '%s'، ØĒŲˆŲ‚ØšØĒ '=' بؚد Ø§ØŗŲ… Ø§Ų„ØĩŲØŠ '%s' Ų„Ų„ØšŲ†ØĩØą '%s'Ų…Ø­ØąŲ ØēØąŲŠØ¨ '%s'، ØĒŲˆŲ‚ØšØĒ Ų…Ø­ØąŲ '>' Ų„ØĨŲ†Ų‡Ø§ØĄ Ø¨Ø¯Ø§ŲŠØŠ ŲˆØŗŲ… Ø§Ų„ØšŲ†ØĩØą '%s'Ų…Ø­ØąŲ ØēØąŲŠØ¨ '%s'، ØĒŲˆŲ‚ØšØĒ Ø§Ų„Ų…Ø­ØąŲ '>' ØŖŲˆ '/' Ų„ØĨŲ†Ų‡Ø§ØĄ ØšŲ„Ø§Ų…ØŠ Ø§Ų„Ø¨Ø¯Ø§ŲŠØŠ Ų„Ų„ØšŲ†ØĩØą '%s'، ØŖŲˆ Ø¨Ø´ŲƒŲ„ ا؎ØĒŲŠØ§ØąŲŠ ØĩŲØŠØ› ØąØ¨Ų…Ø§ Ø§ØŗØĒØŽØ¯Ų…ØĒ Ų…Ø­ØąŲŲ‹Ø§ ØēŲŠØą ØĩØ§Ų„Ø­ ؁؊ Ø§ØŗŲ… ØĩŲØŠŲ…Ø­ØąŲ ØēØąŲŠØ¨ '%s'، ØĒŲˆŲ‚ØšØĒ ØšŲ„Ø§Ų…ØŠ Ø§Ų‚ØĒØ¨Ø§Øŗ ؅؁ØĒŲˆØ­ØŠ بؚد ØšŲ„Ø§Ų…ØŠ Ø§Ų„ØĒØŗØ§ŲˆŲŠ ØšŲ†Ø¯ ØĨØšØˇØ§ØĄ Ų‚ŲŠŲ…ØŠ Ų…Ų† Ø§Ų„ØĩŲØŠ '%s' Ų„Ų„ØšŲ†ØĩØą '%s'ØšŲ…Ų„ŲŠŲ‘ØŠ ØēŲŠØą Ų…Ø¯ØšŲˆŲ…ØŠØŖŲŲ„Øē؊ØĒ Ø§Ų„ØšŲ…Ų„ŲŠØŠ Ø¯ŲŽŲŲ’Ų‚Ų Ø§Ų„Ø§ØŽØąØ§ØŦ Ų„Ø§ ŲŠØ¯ØšŲ… Ø§Ų„ŲƒØĒاب؊ØĒŲ… ØĒØŦŲ…ŲŠØš Ų…ŲƒØĒب؊ PCRE Ų…Ų† Ø¯ŲˆŲ† Ø¯ØšŲ… ØŽØĩاØĻØĩ UTF8 ØĒŲ… ØĒØŦŲ…ŲŠØš Ų…ŲƒØĒب؊ PCRE Ų…Ų† Ø¯ŲˆŲ† Ø¯ØšŲ… UTF8 ØšŲ†Ø§ØĩØą Ø§Ų„ØĒØąØĒŲŠØ¨ POSIX ØēŲŠØą Ų…Ø¯ØšŲˆŲ…ØŠØŖØĩŲ†Ø§Ų POSIX Ø§Ų„Ų…ØŗŲ…Ø§ØŠ Ų…Ø¯ØšŲˆŲ…ØŠ ŲŲ‚Øˇ Ø¯Ø§ØŽŲ„ Øĩ؆؁ØĒØĒابؚ Ų…Ø­Ø§ØąŲ ØŦØ˛ØĻ؊ ØšŲ†Ø¯ Ų†Ų‡Ø§ŲŠØŠ Ø§Ų„Ø¯ØŽŲ’Ų„Ø§Ų„Ų†Øĩ Ø§Ų„Ų…Ų‚ØĒØ¨Øŗ Ų„Ø§ ŲŠØ¨Ø¯ØŖ Ø¨ØšŲ„Ø§Ų…ØŠ Ø§Ų‚ØĒØ¨Ø§ØŗØĒŲŽŲ…Ų‘ŲŽ Ø¨ŲŲ„ŲˆØē ØŖŲ‚ØĩŲ‰ حد Ų„Ų…ØĩŲŲˆŲØŠ Ø§Ų„Ų…ØšØˇŲŠØ§ØĒ؊ØŦب ØŖŲ„Ø§ ŲŠŲƒŲˆŲ† ØŗŲŠØ§Ų‚ SELinux ØĩŲØąØ§â€SELinux Ų„ŲŠØŗ Ų…ŲØšŲ„Ø§ ØšŲ„Ų‰ Ų‡Ø°Ø§ Ø§Ų„Ų†Ø¸Ø§Ų…ØšŲ…Ų„ŲŠØŠ Ø§Ų„ØŗØšŲŠ Ø§Ų„Ø¨Ø­ØĢ ØēŲŠØą Ų…ŲØ¯ØšŲ…ØŠ ØšŲ„Ų‰ Ø§Ų„Ø¯ŲŽŲŲ‚ØĒØšŲŠŲŠŲ† Ø§Ų„ØĩŲØŠ %s ØēŲŠØą Ų…ŲØ¯ŲŽØšŲ‘ŲŽŲ…Ø§ØšØąØļ ŲƒŲ„ ØŽŲŠØ§ØąØ§ØĒ Ø§Ų„Ų…ØŗØ§ØšØ¯ØŠØ§ØšØąØļ ØŽŲŠØ§ØąØ§ØĒ Ø§Ų„Ų…ØŗØ§ØšØ¯ØŠØ¯ŲŽŲŲ’Ų‚Ų Ø§Ų„Ų…ŲŽØĩØ¯Øą ØŗØ¨Ų‚ ØĨØēŲ„Ø§Ų‚Ų‡Ø§Ų„Ø¯ŲŽŲŲ‚ Ų„Ø§ ŲŠØ¯ØšŲ… query_info Ų„Ų„Ø¯ŲŽŲŲ‚ ØšŲ…Ų„ŲŠØŠ ØšØ§Ų„Ų‚ØŠØŗØ¨Ų‚ ØĨØēŲ„Ø§Ų‚ Ø§Ų„Ø¯ŲŽŲŲ‚ Ø§Ų„ŲˆØĩŲ„Ø§ØĒ Ø§Ų„ØąŲ…Ø˛ŲŠØŠ ØēŲŠØą Ų…Ø¯ØšŲˆŲ…ØŠØ§Ų„Ų…Ų„Ų Ø§Ų„Ų‡Ø¯Ų Ų…ŲˆØŦŲˆØ¯ Ų…ØŗØ¨Ų‘Ų‚Ø§Ø§Ų„Ų…Ų„Ų Ø§Ų„Ų‡Ø¯Ų Ų‡Ųˆ Ø¯Ų„ŲŠŲ„Ø§Ų„Ų…Ų„Ų Ø§Ų„Ų‡Ø¯Ų Ų‡Ųˆ Ų„ŲŠØŗ Ų…Ų„ŲŲ‹Ø§ ØšØ§Ø¯ŲŠŲ‹Ø§Ų„Ø§ ŲŠØ­ØĒ؈؊ Ø§Ų„Ų‚Ø§Ų„Ø¨ '%s' ØšŲ„Ų‰ XXXXXXØ§Ų„Ų‚Ø§Ų„Ø¨ '%s' ØēŲŠØą ØŗŲ„ŲŠŲ…ØŒ Ų„Ø§ ؊ØŦب ØŖŲ† ŲŠØ­ØĒ؈؊ ØšŲ„Ų‰ '%s'Ø§Ų†ØĒŲ‡Ų‰ Ø§Ų„Ų†Øĩ Ų‚Ø¨Ų„ Ø§ŲŠØŦاد Ø§Ų„Ų…ŲŲ‚ØĒŲŽØ¨ŲŽØŗ Ų„Ų€%c (Ø§Ų„Ų†Øĩ ŲƒØ§Ų† '%s')Ø§Ų†ØĒŲ‡Ų‰ Ø§Ų„Ų†Øĩ بؚد Ø§Ų„Ų…Ø­ØąŲ '\' (Ø§Ų„Ų†Øĩ ŲƒØ§Ų† '%s')ŲƒØ§Ų† Ø§Ų„Ų†Øĩ ŲØ§ØąØēا (ØŖŲˆ ŲƒØ§Ų† ŲŠØ­ØĒ؈؊ ØšŲ„Ų‰ ŲØąØ§Øē ØŖØ¨ŲŠØļ)Ø§Ų„Ų…ØŗØ§Øą '%s' ŲŠØ­ØĒ؈؊ ØšŲ„Ų‰ Ų…Ø­Ø§ØąŲ ØŽŲ„ŲˆØĩ ØēŲŠØą ØŗŲ„ŲŠŲ…ØŠ Ø§Ų„Ų…ØŗØ§Øą '%s' ØēŲŠØą ØŗŲ„ŲŠŲ…Ø§Ų„Ų…ØŗØ§Øą '%s' Ų„ŲŠØŗ Ų…ØŗØ§ØąØ§ Ų…ØˇŲ„Ų‚Ø§ Ø¨Ø§ØŗØĒØŽØ¯Ø§Ų… Ø§Ų„Ų…ØŽØˇØˇ "file"ØĒŲ…Ų‘ ØĒØšØ¯ŲŠŲ„ Ø§Ų„Ų…Ų„Ų ØŽØ§ØąØŦŲŠŲ‘Ø§Ø§ØŗŲ… Ų…ØŗØĒØļ؊؁ Ø§Ų„Ų…ØŗØ§Øą '%s' ØēŲŠØą ØŗŲ„ŲŠŲ…Ų…Ų„Ų Ø§Ų„Ų…ØŗØ§Øą Ø§Ų„Ų…Ø­Ų„ŲŠ '%s' Ų„Ø§ ŲŠŲ…ŲƒŲ† ØŖŲ† ŲŠØ­ØĒ؈؊ ØšŲ„Ų‰ '#'Ø§ØŗŲ… Ø§Ų„Ų…ØŗØ§Øą '%s' Ų„ŲŠØŗ Ų…ØŗØ§ØąØ§ ŲƒØ§Ų…Ų„Ø§Ų…ŲØąŲ‘ŲØąØĒ Ų‚ŲŠŲ…ØŠ ŲƒØ¨ŲŠØąØŠ ØŦØ¯Ų‘Ø§ ØĨŲ„Ų‰ %sØ§Ų„Ų…Ų‡Ų…Ų„Ø§ØĒ ØēŲŠØą Ų…Ø¯ØšŲˆŲ…ØŠØ§Ų„Ø¨ŲŽØĒŲ’ØąŲ ØēŲŠØą Ų…ØŗŲ…ŲˆØ­ Ø¨Ų‡ ØšŲ„Ų‰ Ø¯ŲŽŲŲ‚ Ø§Ų„ØĨØ¯ØŽØ§Ų„Ø§Ų„Ø¨ŲŽØĒŲ’ØąŲ ØēŲŠØą Ų…Ø¯ØšŲ… ØšŲ„Ų‰ Ø§Ų„Ø¯ŲŽŲŲ‚Ø§Ų„Ų…ØŗØ§ØąØ§ØĒ ØēŲŠØą Ų…Ø¯ØšŲˆŲ…ØŠØĒØšØ°Ų‘Øą ØĨŲ†Ø´Ø§ØĄ Ų…ØŦŲ„Ø¯ ØŗŲ„ØŠ Ø§Ų„Ų…Ų‡Ų…Ų„Ø§ØĒ %s: ‏%sØĒØšØ°Ų‘Øą ØĨŲ†Ø´Ø§ØĄ ؅؄؁ Ø§Ų„Ų…ŲŲ‡Ų’Ų…Ų„Ø§ØĒ: %sØĒØšØ°Ų‘Øą Ø§ŲŠØŦاد Ų†ŲˆØš Ø§Ų„Ų…ØąØ§Ų‚Ø¨ØŠ Ų„Ų„Ø¯Ų„ŲŠŲ„ Ø§Ų„Ų…Ø­Ų„ŲŠ Ø§Ų„Ø§ŲØĒØąØ§Øļ؊ ØĒØšØ°Ų‘Øą ØĨ؊ØŦاد Ų†ŲˆØš Ø§Ų„Ų…ØąØ§Ų‚Ø¨ØŠ ؄؄؅؄؁ Ø§Ų„Ų…Ø­Ų„ŲŠ Ø§Ų„Ø§ŲØĒØąØ§Øļ؊ ØĒØšØ°Ų‘Øą Ø§ŲŠØŦاد ØŖŲˆ ØĨŲ†Ø´Ø§ØĄ Ø¯Ų„ŲŠŲ„ Ø§Ų„Ų…Ų‡Ų…Ų„Ø§ØĒØĒØšØ°Ų‘Øą ØĨ؊ØŦاد Ø§Ų„ØˇØąŲŲŠØŠ Ø§Ų„Ų…ØˇŲ„ŲˆØ¨ØŠ Ų„Ų„ØĒØˇØ¨ŲŠŲ‚ØĒØšØ°Ų‘Øą ØĨ؊ØŦاد Ø¯Ų„ŲŠŲ„ Ø§Ų„Ų…ØŗØĒŲˆŲ‰ Ø§Ų„ØŖØšŲ„Ų‰ Ų„Ų„Ų…Ų‡Ų…Ų„Ø§ØĒØĒØšØ°Ų‘Øą Ų†Ų‚Ų„ Ø§Ų„Ų…Ų„Ų: %s ØĨŲ„Ų‰ Ø§Ų„Ų…Ų‡Ų…Ų„Ø§ØĒ ØĩŲØŠ ØēŲŠØą Ų…ØĒŲˆŲ‚Ų‘ØšØŠ '%s' Ų„Ų„ØšŲ†ØĩØą '%s'Ų†Ų‡Ø§ŲŠØŠ Ø¯ŲŽŲŲ‚ ØēŲŠØą Ų…ØĒŲˆŲ‚Ų‘ØšØŠ ؈ØēŲŠØą Ų…ØĒŲˆŲ‚ØšØŠ ØŽØˇØŖ ØēŲŠØą Ų…ØĒŲˆŲ‚Øš ؁؊ g_io_channel_win32_poll() ØŖØĢŲ†Ø§ØĄ Ø§Ų„Ų‚ØąØ§ØĄØŠ Ų…Ų† ØšŲ…Ų„ŲŠØŠ Ø§Ø¨Ų†ØŠØŽØˇØŖ ØēŲŠØą Ų…ØĒŲˆŲ‚Øš ؁؊ select() ØŖØĢŲ†Ø§ØĄ Ų‚ØąØ§ØĄØŠ Ø§Ų„Ø¨ŲŠØ§Ų†Ø§ØĒ Ų…Ų† Ø§Ų„ØšŲ…Ų„ŲŠØŠ Ø§Ų„ØĨØ¨Ų†ØŠ (%s)ØŽØˇØŖ ØēŲŠØą Ų…ØĒŲˆŲ‚Øš ؁؊ waitpid() (%s)ŲˆØŗŲ’Ų… ØēŲŠØą Ų…ØĒŲˆŲ‚Ų‘Øš '%s' Ø¯Ø§ØŽŲ„ '%s'ŲˆØŗŲ’Ų… ØēŲŠØą Ų…ØĒŲˆŲ‚Øš '%s'، ØĒŲˆŲ‚Ų‘ØšØĒ Ø§Ų„ŲˆØŗŲ’Ų… '%s'ØŽØˇØŖ ØēŲŠØą Ų…ØšØąŲˆŲ ØŖØĢŲ†Ø§ØĄ ØĒŲ†ŲŲŠØ° Ø§Ų„ØšŲ…Ų„ŲŠØŠ Ø§Ų„ØĨØ¨Ų†ØŠ "%s"ØŽŲŠØ§Øą Ų…ØŦŲ‡ŲˆŲ„ %sŲ†ŲˆØš Ų…ØŦŲ‡ŲˆŲ„ØšŲ„Ø§Ų…ØŠ Ø§Ų‚ØĒØ¨Ø§Øŗ ØēŲŠØą Ų…ØˇØ§Ø¨Ų‚ØŠ ؁؊ ØŗØˇØą Ø§Ų„ØŖŲˆØ§Ų…Øą ØŖŲˆ Ų†Øĩ Ų…Ų†Ų‚ŲˆŲ„ Ų…Ų† Ø§Ų„ØĩØ¯ŲØŠØēŲŠØą Ų…ØŗŲ…Ų‘Ų‰Ø§Ų„Ø§ØŗØĒØŽØ¯Ø§Ų…:Ų„Ø§ ŲŠŲ…ŲƒŲ† ØĨ؊ØŦاد ؅؄؁ ؅؁ØĒاح ØĩØ­ŲŠØ­ ؁؊ Ø¯Ų„Ø§ØĻŲ„ Ø§Ų„Ø¨Ø­ØĢŲ„Ø§ ŲŠŲ…ŲƒŲ† ØĒŲØŗŲŠØą Ø§Ų„Ų‚ŲŠŲ…ØŠ '%s' ŲƒØšØ¯Ø¯ Ų…Ų†ØˇŲ‚ŲŠ.Ų„Ø§ ŲŠŲ…ŲƒŲ† ØĒŲØŗŲŠØą Ø§Ų„Ų‚ŲŠŲ…ØŠ '%s' ŲƒØšØ¯Ø¯ ØšØ´ØąŲŠ.Ų„Ø§ ŲŠŲ…ŲƒŲ† ØĒŲØŗŲŠØą Ø§Ų„Ų‚ŲŠŲ…ØŠ '%s' ŲƒØšØ¯Ø¯.[OPTION...]\ ؁؊ Ų†Ų‡Ø§ŲŠØŠ Ø§Ų„Ų†Ų…Øˇâ€\C ØēŲŠØą Ų…ØŗŲ…ŲˆØ­ØŠ Ų„Ų‡ ØšŲ†Ø¯ Ø§Ų„ØšØĢŲˆØą Ø§Ų„ØŽŲ„ŲŲŠâ€\c ؁؊ Ų†Ų‡Ø§ŲŠØŠ Ø§Ų„Ų†Ų…Øˇâ€\g ØēŲŠØą Ų…ØĒØ¨ŲˆØšØŠ Ø¨Ø§ØŗŲ… Ų‚ŲˆØŗ ØŖŲˆ ؚدد Ø¨Ų‚ŲˆØŗŲ…ØĩØ§Ø¯Ų‚ØŠ Ų…Ų†ØĒØ¸ØąØŠ بؚد (?(ØĒØēŲŠŲŠØą Ø§Ų„ØĒØąØ§Ø¨ØˇØ§ØĒ ØēŲŠØą Ų…Ø¯ØšŲˆŲ… ØšŲ„Ų‰ win32Ø§Ų„Ų…ØąØ§ØŦØš Ø§Ų„ØąØŦØšŲŠØŠ ØēŲŠØą Ų…Ø¯ØšŲˆŲ…ØŠ ŲƒØ´ØąØˇ Ų„Ų„ØĒØˇØ§Ø¨Ų‚ Ø§Ų„ØŦØ˛ØĻŲŠŲˆŲØĩŲŲ„ŲŽ Ų„Ų„Ø­Ø¯ Ø§Ų„Ų…ØŗŲ…ŲˆØ­ Ø¨Ų‡ Ų…Ų† ØŖŲ…ŲƒŲ†ØŠ Ø§Ų„ØąØŦŲˆØš Ų„Ų„ŲˆØąØ§ØĄØŽŲ„ŲˆØĩاØĒ ØĒØēŲŠŲŠØą Ø§Ų„Ų…Ø­Ø§ØąŲ (\l, \L, \u, \U) ØēŲŠØą Ų…ØŗŲ…ŲˆØ­ Ø¨Ų‡Ø§ Ų‡Ų†Ø§Ų‚ŲŠŲ…ØŠ Ø§Ų„ØąŲ…Ø˛ ؁؊ ØŗŲ„ØŗŲ„ØŠ \x{...} ŲƒØ¨ŲŠØąØŠ ØŦØ¯Ų‹Ø§ŲŲŠØļØ§Ų† Ø§Ų„ØąŲ…ŲˆØ˛Ø§Ų„Ų…ØŦŲ…ŲˆØšØŠ Ø§Ų„Ø´ØąØˇŲŠØŠ ØĒØ­ØĒ؈؊ ØšŲ„Ų‰ ØŖŲƒØĢØą Ų…Ų† ŲØąØšŲŠŲ†ŲƒØ§ØĻŲ† ØĒØ§Ų„ŲØąŲ‚Ų… Ų…ØĒŲˆŲ‚ØšŲ…Ø­ØąŲƒ Ø§Ų„ØŖŲ‚ØąØ§Øĩ Ų„Ø§ ŲŠŲ†ŲØ° Ø§Ų„Ų‚Ø°ŲŲ…Ø­ØąŲƒ Ø§Ų„ØŖŲ‚ØąØ§Øĩ Ų„Ø§ ŲŠŲ†ŲØ° ØŦØŗŲ‘ Ø§Ų„ŲˆØŗØ§ØĻØˇŲØ´Ų„ ØĒŲ„Ų‚ŲŠ Ø§Ų„Ø°Ø§ŲƒØąØŠØąŲ‚Ų… Ų…Ų† Ų†Ø¸Ø§Ų… 16 Ų…ØĒŲˆŲ‚ØšØąŲ‚Ų… Ų…Ų† Ų†Ø¸Ø§Ų… 16 ØŖŲˆ '}' Ų…ØĒŲˆŲ‚ØšŲ…ØąØŦØš ŲƒŲŠØ§Ų† ØēŲŠØą ØĩØ­ŲŠØ­ØŽŲŠØ§ØąØ§ØĒ NEWLINE ØēŲŠØą ØĩØ­ŲŠØ­ØŠ ØŽØˇØŖ Ø¯Ø§ØŽŲ„ŲŠØŽØˇØŖ Ø¯Ø§ØŽŲ„ŲŠ ØŖŲˆ ŲƒØ§ØĻŲ† ØĒØ§Ų„ŲØ§ØĻØĒŲ„Ø§Ų ØēŲŠØą ØĩØ­ŲŠØ­ Ų„ØŖØšŲ„Ų…ØŠ Ø§Ų„ØŗØˇØą Ø§Ų„ØŦØ¯ŲŠØ¯Ø´ØąØˇ ØēŲŠØą ØĩØ­ŲŠØ­ (?(0)ØŗŲ„ØŗŲ„ØŠ ØēŲŠØą ØŗŲ„ŲŠŲ…ØŠŲ…ØĩØ§Ø¯Ų‚ØŠ Ø§Ų„ØšØĢŲˆØą Ø§Ų„ØŽŲ„ŲŲŠ Ų„ŲŠØŗØĒ بحØŦŲ… ŲˆØ§Ø­Ø¯ØŗŲ„ØŗŲ„ØŠ \P ØŖŲˆ \p ØŗŲŠØĻØŠ Ø§Ų„ØĒØąŲƒŲŠØ¨Ø§ØŗŲ… ØŖŲˆ ؚدد ØēŲŠØą ØĩØ­ŲŠØ­ بؚد (?('<' ØēŲŠØą Ų…ŲˆØŦŲˆØ¯ ؁؊ Ø§Ų„Ų…ØąØŦØš Ø§Ų„ØąŲ…Ø˛ŲŠØ§Ų„ØąŲ…Ø˛ ) ØēŲŠØą Ų…ŲˆØŦŲˆØ¯ بؚد Ø§Ų„ØĒØšŲ„ŲŠŲ‚Ø§Ų„Ų‚ŲˆØŗ Ø§Ų„ØēØ§Ų„Ų‚ ØēŲŠØą Ų…ŲˆØŦŲˆØ¯ )Ø§Ų„ØąŲ…Ø˛ ] ØēŲŠØą Ų…ŲˆØŦŲˆØ¯Ų…Ų†Ų‡ŲŠ ØēŲŠØą Ų…ŲˆØŦŲˆØ¯ ؁؊ Ø§ØŗŲ… Ø§Ų„Ų‚Ø§Ų„Ø¨ Ø§Ų„Ø¯Ø§ØŽŲ„ŲŠŲ†Ų‚ØˇØŠ Ø§Ų„ŲˆØĩŲ„ Ų„Ø§ ØĒØ¯ØšŲ… ØĒØŽŲ…ŲŠŲ† Ų†ŲˆØš Ø§Ų„Ų…Ø­ØĒŲˆŲ‰Ų†Ų‚ØˇŲˆ Ø§Ų„ŲˆØĩŲ’Ų„ Ų„Ø§ ؊ØĒØ¯ØšŲ… Ø§Ų„ØĨØŽØąØ§ØŦŲ†Ų‚ØˇØŠ Ø§Ų„ŲˆØĩŲ„ Ų„Ø§ ØĒØ¯ØšŲ… ØĨؚاد؊ Ø§Ų„ŲˆØĩŲ„Ų†Ų‚ØˇØŠ Ø§Ų„ŲˆØĩŲ„ Ų„Ø§ ØĒØ¯ØšŲ… Ø§Ų„ØĒØŽŲ…ŲŠŲ† Ø§Ų„Ų…ØĒØ˛Ø§Ų…Ų† Ų„Ų†ŲˆØš Ø§Ų„Ų…Ø­ØĒŲˆŲ‰Ų†Ų‚ØˇØŠ Ø§Ų„ŲˆØĩŲ„ Ų„Ø§ ØĒØ¯ØšŲ… Ø§Ų„ŲØĩŲ„Ų„Ø§ Ø´ŲŠØĻ Ų„Ų„ØĨØšØ§Ø¯ØŠØ§Ų„ØšØ¯Ø¯ ŲƒØ¨ŲŠØą ØŦدا ؁؊ Ø§Ų„Ų…ŲƒŲ…Ų… {}Ø§Ų„ØŖØšØ¯Ø§Ø¯ ØŽØ§ØąØŦ Ø§Ų„ØĒØēØˇŲŠØŠ ؁؊ Ø§Ų„Ų…ŲƒŲ…Ų… {}Ø§Ų„Ų‚ŲŠŲ…ØŠ Ø§Ų„ØĢŲ…Ø§Ų†ŲŠØŠ ØŖŲƒØ¨Øą Ų…Ų† \377Ų†ŲØ°ØĒ Ø§Ų„Ø°Ų‘Ø§ŲƒØąØŠØŽØˇØŖ ØĒØąŲƒŲŠØ¨ Ų…ØŗØ§Ø­ØŠ Ø§Ų„ØšŲ…Ų„Ø§Ų„Ų‚Ø§Ų„Ø¨ Ø§Ų„Ø¯Ø§ØŽŲ„Ų‰ Ø§Ų„Ų…ØąØ§Ų‚Ø¨ Ų…ØŗØ¨Ų‚Ø§ ØēŲŠØą Ų…ŲˆØŦŲˆØ¯Ų…ØŦØ§Ų„ ØŽØ§ØąØŦ Ø§Ų„ØĒØēØˇŲŠØŠ ؁؊ Ų†ŲˆØš Ø§Ų„ØąŲ…ŲˆØ˛ŲˆŲØĩŲŲ„ŲŽ Ų„Ų„Ø­Ø¯ Ø§Ų„Ų…ØŗŲ…ŲˆØ­ Ø¨Ų‡ Ų…Ų† Ø§Ų„ØĒŲˆØ§ØĒØąØ§Ų„ŲˆØ¸ŲŠŲØŠ Ø§Ų„ØĒŲƒØąØ§ØąŲŠØŠ ŲŠŲ…ŲƒŲ† ØŖŲ† ØĒØŗØĒŲ…Øą ØĨŲ„Ų‰ Ų…Ø§ Ų„Ø§ Ų†Ų‡Ø§ŲŠØŠØĨØ´Ø§ØąØŠ Ų„Ų‚Ø§Ų„Ø¨ Ø¯Ø§ØŽŲ„ŲŠ ØēŲŠØą Ų…ŲˆØŦŲˆØ¯Ų‚Ø§Ų„Ø¨ ŲƒØ¨ŲŠØą ØŦØ¯Ų‘Ų‹Ø§ØĨؚاد؊ Ų…ØŦŲ…ŲˆØšØŠ DEFINE ØēŲŠØą Ų…ØŗŲ…ŲˆØ­ØŠŲ†ØĒ؊ØŦØŠ Ų†Ų‡Ø§ØĻŲŠØŠ '\'Ø§ØŗŲ… Ø§Ų„Ų‚Ø§Ų„Ø¨ Ø§Ų„Ø¯Ø§ØŽŲ„ŲŠ ŲƒØ¨ŲŠØą ØŦØ¯Ø§ŲŠØŦب ØŖŲ† ŲŠŲƒŲˆŲ† ŲŲ‡ØąØŗ Ø§Ų„Ų‚Ø§ØĻŲ…ØŠ ØēŲŠØą ØŗŲ„Ø¨ŲŠØ§Ų„Ų…ØĢØ§Ų„ ŲŠØ­ØĒ؈؊ ØšŲ„Ų‰ ØšŲ†Ø§ØĩØą Ų„Ø§ ØĒØ­ØĒŲ…Ų„ Ø§Ų„ØĒØˇØ§Ø¨Ų‚ Ø§Ų„ØŦØ˛ØĻŲŠŲ‡Ų†Ø§Ųƒ ؚدد ŲƒØ¨ŲŠØą ØŦدا Ų…Ų† Ø§ØŗŲ…Ø§ØĄ Ø§Ų„Ų‚ŲˆØ§Ų„Ø¨ Ø§Ų„Ø¯Ø§ØŽŲ„ŲŠØŠ (Ø§Ų„ØŖŲ‚ØĩŲ‰ 10,000)Ų‡Ų†Ø§Ųƒ Ų‚Ø§Ų„Ø¨Ø§Ų† Ø¯Ø§ØŽŲ„ŲŠØ§Ų† Ų„Ų‡Ų…Ø§ Ų†ŲØŗ Ø§Ų„Ø§ØŗŲ…ØĨؚاد؊ ØēŲŠØą Ų…ØĒŲˆŲ‚ØšØŠŲ…ØąØŦØš ŲƒŲŠØ§Ų† ØēŲŠØą Ų…ŲƒØĒŲ…Ų„Ø§ØŗŲ… Ų†ŲˆØš POSIX ØēŲŠØą Ų…ØšØąŲˆŲØŽØˇØŖ Ų…ØŦŲ‡ŲˆŲ„ØŗŲ„ØŗŲ„ØŠ ØŽØąŲˆØŦ ØēŲŠØą Ų…ØšØąŲˆŲØŠØ§ØŗŲ… ؎اØĩŲŠØŠ ØēŲŠØą Ų…ØšØąŲˆŲØŠ بؚد \P ØŖŲˆ \pØąŲ…Ø˛ ØēŲŠØą Ų…ØšØąŲˆŲ بؚد (?ØąŲ…Ø˛ ØēŲŠØą Ų…ØšØąŲˆŲ بؚد (?<ØąŲ…Ø˛ ØēŲŠØą Ų…ØšØąŲˆŲ بؚد (?PØąŲ…Ø˛ ØēŲŠØą Ų…ØšØąŲˆŲ بؚد \Ø§Ų„ØŦØ˛ØĄ Ų„Ø§ ŲŠØ¯ØšŲ… Ø§Ų„ØĨØŽØąØ§ØŦØ§Ų„ØŦŲ‡Ø§Ø˛ Ų„Ø§ ŲŠŲ†ŲØ° Ø§Ų„ŲˆŲŽØĩŲ„ŲˆŲØĩŲŲ„ŲŽ Ų„Ų„Ø­Ø¯ Ø§Ų„Ų…ØŗŲ…ŲˆØ­ Ø¨Ų‡ Ų„Ų…ØŗØ§Ø­ØŠ Ø§Ų„ØšŲ…Ų„ Ø¨Ø§Ų„ØŗŲ„Ø§ØŗŲ„ Ø§Ų„ØŦØ˛ØĻŲŠØŠ Ø§Ų„ŲØ§ØąØēØŠŲ…ØąØŦØš ØąŲ…Ø˛ŲŠ Ų…ØšØ¯ŲˆŲ… Ø§Ų„ØˇŲˆŲ„ICould not allocate %lu bytes to read file "%s"%.1f KB%.1f MB%.1f GBError on line %d char %d: Error on line %d: %sError while compiling regular expression %s at char %d: %sError while parsing replacement text "%s" at char %lu: %sInvalid string in argument vector at %d: %sØĒØšØ°Ų‘Øą ØĒØ­Øĩ؊Øĩ %lu Ø¨Ø§ŲŠØĒاØĒ Ų„Ų‚ØąØ§ØĻØŠ Ø§Ų„Ų…Ų„Ų "%s"%.1f ؃.Ø¨Ø§ŲŠØĒ%.1f Ų….Ø¨Ø§ŲŠØĒ%.1f ØŦ.Ø¨Ø§ŲŠØĒØŽØˇØŖ ؁؊ Ø§Ų„ØŗØˇØą %d Ø§Ų„ØąŲ…Ø˛ %d: ØŽØˇØŖ ؁؊ Ø§Ų„ØŗØˇØą %d‏: ‎%sØŽØˇØŖ ØšŲ†Ø¯ ØĒØŦŲ…ŲŠØš ØŦŲ…Ų„ØŠ Ø§Ų„Ų…Ų‚Ø§ØąŲ†ØŠ %s ØšŲ†Ø¯ Ø§Ų„Ų…Ø­ØąŲ %d: %sØŽØˇØŖ ØšŲ†Ø¯ Ų‚ØąØ§ØĄØŠ Ų†Øĩ Ø§Ų„ØĨØŗØĒØ¨Ø¯Ø§Ų„ "%s" ØšŲ†Ø¯ Ø§Ų„Ų…Ø­ØąŲ %lu: ‏%sØŗŲ„ØŗŲ„ØŠ ØēŲŠØą ØĩØ§Ų„Ø­ØŠ ؁؊ Ų…ØĒØŦŲ‡ Ø§Ų„ØŖØ­ØŦŲŠØŠ ØšŲ†Ø¯ %d: ‏%s./glib-2.22.2-i686/usr/share/locale/az/0000755000000000000000000000000011271166765015641 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/az/LC_MESSAGES/0000755000000000000000000000000011271166765017426 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/az/LC_MESSAGES/glib20.mo0000644000000000000000000002526211271166634021044 0ustar rootrootŪ•JleŧPYQ_Ģa 4m/ĸ,Ō)˙!) Kžl; .G av FØ 4 2T :‡ A @ ;E W WŲ 11 /c ?“ 5Ķ I ‘S å  7'S{?š)Ú$)!=9_™-ļ&ä+ 37#k!)ą8Û)>$O(tL°ęz›*/Aq0ŽFŋ:-A2oĸ'ē-â)O:CŠ"Î*ņCf`aĮw)hĄ4 /?>oŽ/Ė+üĩ(QŪ90‘jfüNcF˛RųLLY™XķoLvŧ83Cl9°9ęN$ ąs .%!T! n!!&­!Ô!Lō!)?"$i"Ž"% "JÆ"#--#-[#2‰#Dŧ#%$'$+F$Ir$2ŧ$ī$0%67%Un%ŧÄ%‘&('4<'$q'5–'JĖ'>(4V(<‹(Č(1Ũ(-)/=)Vm)GÄ)" *0/*Q`*G -A' H= 8516@;7$ I!09&%<>)+B?,2"E/ .FC D#:*34J('%s' is not a valid character following a '<' character; it may not begin an element name'%s' is not a valid character following the characters ''Can't do a raw read in g_io_channel_read_line_stringCan't do a raw read in g_io_channel_read_to_endCannot convert fallback '%s' to codeset '%s'Channel terminates in a partial characterCharacter out of range for UTF-16Character out of range for UTF-8Character reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Conversion from character set '%s' to '%s' is not supportedCould not allocate %lu bytes to read file "%s"Document ended unexpectedly after the equals sign following an attribute name; no attribute valueDocument ended unexpectedly inside a comment or processing instructionDocument ended unexpectedly inside an attribute nameDocument ended unexpectedly inside an element nameDocument ended unexpectedly inside an element-opening tag.Document ended unexpectedly inside the close tag for element '%s'Document ended unexpectedly just after an open angle bracket '<'Document ended unexpectedly while inside an attribute valueDocument ended unexpectedly with elements still open - '%s' was the last element openedDocument ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>Document must begin with an element (e.g. )Document was empty or contained only whitespaceElement '%s' was closed, but the currently open element is '%s'Element '%s' was closed, no element is currently openEmpty entity '&;' seen; valid entities are: & " < > 'Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Error during conversion: %sError on line %d: %sError opening directory '%s': %sError reading file '%s': %sFailed to change to directory '%s' (%s)Failed to create file '%s': %sFailed to create pipe for communicating with child process (%s)Failed to execute child process "%s" (%s)Failed to execute child process (%s)Failed to fork (%s)Failed to fork child process (%s)Failed to get attributes of file '%s': fstat() failed: %sFailed to open file '%s': %sFailed to open file '%s': fdopen() failed: %sFailed to read data from child processFailed to read data from child process (%s)Failed to read enough data from child pid pipe (%s)Failed to read from child pipe (%s)Failed to read from file '%s': %sFailed to read the symbolic link '%s': %sFailed to redirect output or input of child process (%s)Invalid byte sequence in conversion inputInvalid hostnameInvalid sequence in conversion inputLeftover unconverted data in read bufferOdd character '%s', expected a '=' after attribute name '%s' of element '%s'Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute nameOdd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'Partial character sequence at end of inputQuoted text doesn't begin with a quotation markSymbolic links not supportedTemplate '%s' invalid, should not contain a '%s'Text ended before matching quote was found for %c. (The text was '%s')Text ended just after a '\' character. (The text was '%s')Text was empty (or contained only whitespace)The URI '%s' contains invalidly escaped charactersThe URI '%s' is invalidThe hostname of the URI '%s' is invalidThe local file URI '%s' may not include a '#'The pathname '%s' is not an absolute pathUnexpected error in g_io_channel_win32_poll() reading data from a child processUnexpected error in select() reading data from a child process (%s)Unexpected error in waitpid() (%s)Unknown error executing child process "%s"Unmatched quotation mark in command line or other shell-quoted textProject-Id-Version: glib.HEAD.az Report-Msgid-Bugs-To: POT-Creation-Date: 2009-10-07 09:51-0400 PO-Revision-Date: 2004-02-02 12:12+0200 Last-Translator: Mətin Əmirov Language-Team: Azerbaijani Turkish MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.0.2 '<' xarakterindən sonra gələn '%s' hÃļkmlÃŧ bir xarakter deyil; bir element adÄą olmaya bilər''Can't do a raw read in g_io_channel_read_line_stringCan't do a raw read in g_io_channel_read_to_endfallback '%s' hərf dəstəsi '%s' ə dÃļnÃŧşdÃŧrÃŧlə bilmirKanal qismi xarakterlə bitirUTF-16 ÃŧçÃŧn hərf sərhədinin xaricindədirUTF-8 ÃŧçÃŧn hərf sərhədinin xaricindəXarakter referens nÃļqtəli vergÃŧl ilə qurtarmÄąr; bÃļyÃŧk ehtimalla ampersand xarakteri elementə başlamaq ÃŧçÃŧn işlətmədiniz - ampersand yerinə & işlədə bilərsiniz`%s' hərf dəstəsindən `%s' hərf dəstəsinə dÃļnÃŧşdÃŧrmə dəstəklənmir"%2$s" faylÄąnÄą oxumaq ÃŧçÃŧn %1$lu bayt ayrÄąla bilmirSənəd xÃŧsusiyyət adÄąnÄą təqib edən bərabərdir işarətindən sonra gÃļzlənilməz bir şəkildə qurtardÄą: xÃŧsusiyyət qiyməti yoxdurSənəd bir şərh və ya gedişat gÃļstərişi içində ikən gÃļzlənilməz bir şəkildə qurtarÄąrSənəd bir xÃŧsusiyyət adÄą içində gÃļzlənilməz bir şəkildə qurtardÄąSənəd bir elementin içində gÃļzlənilməz bir şəkildə qurtardÄąSənəd bir element-açma etiketi içində gÃļzlənilməz bir şəkildə qurtardÄąSənəd bağlÄą etiket '%s' içində gÃļzlənilməz bir şəkildə qurtardÄąSənəd aÃ§Äąq Ãŧçbucaq mÃļtərizə '<'den sonra gÃļzlənilməz bir şəkildə qurtardÄąSənəd bir xÃŧsusiyyət qiyməti içində ikən gÃļzlənilməz bir şəkildə qurtardÄąSənəd elementləri hələ aÃ§Äąq olaraq gÃļzlənilməz bir şəkildə qurtardÄą - son element '%s' aÃ§Äąq idiSənəd gÃļzlənilməz bir şəkildə qurtardÄą, etiket <%s/> ilə qurtaran qapalÄą Ãŧçbucaq mÃļtərizə gÃļzlənilirSənəd bir element ilə başlamalÄądÄąr (məs. )Sənəd boşdur və ya təkcə boşluq xarakteri daxil etməkdədirElement '%s' bağlanÄąb, fəqət indi aÃ§Äąq element '%s'Element '%s' bağlanÄąb, heç bir element aÃ§Äąq deyildirBoş element '&;' tapldÄą; hÃļkmlÃŧ elementlər: & " < &qt; 'Element nÃļqtəli vergÃŧl ilə qurtarmÄąr; bÃļyÃŧk ehtimalla bir ampersand işlətdiniz bir element başlanğıcÄą ola bilməyən hərf ÃŧçÃŧn ampersandÄą & olaraq işlədinDÃļnÃŧşdÃŧrmə sÄąrasÄąnda xəta yarandÄą: %s%d sətirində xəta : %sCərgə açma xətasÄą: '%s': %sFayl oxuma xətasÄą: '%s': %sQovluq dəyişdirmə iflasÄą '%s' (%s)Fayl yaratma iflasÄą '%s': %sTÃļrəmə gedişatlarÄąn xəbərləşməyi ÃŧçÃŧn pipe yaratma iflasÄą (%s)"%s" tÃļrəmə gedişat icra iflasÄą (%s)TÃļrəmə gedişat icra iflasÄą (%s)fork iflasÄą (%s)TÃļrəmə gedişat fork xətasÄą (%s)FaylÄąn xÃŧsusiyyətlərini əldə etmə iflasÄą '%s': fstat() iflasÄą: %sFayl açma iflasÄą '%s': %sFayl açma iflasÄą '%s': fdopen() iflasÄą: %sTÃļrəmə gedişatdan mə'lumat oxuma iflasÄąTÃļrəmə gedişatdan mə'lumat oxuma iflasÄą (%s)TÃļrəmə pid pipe dan kifayət qədər mə'lumat oxuma iflasÄą (%s)TÃļrəmə pipe-dan oxuma iflasÄą (%s)Fayldan oxuma iflasÄą '%s': %s'%s' simvolik kÃļrpÃŧsÃŧ oxuna bilmədi: %sTÃļrəmə gedişat giriş və ya yekun istiqamətləndirmə xətasÄą (%s)dÃļnÃŧşdÃŧrmə girişində hÃļkmsÃŧz bayt qatarÄąHÃļkmsÃŧz qovşaq adÄądÃļnÃŧşdÃŧrmə girişi içində hÃļkmsÃŧz qatarOxuna buferdə dÃļnÃŧşdÃŧrÃŧlməmiş verilənlər varTək hərf '%s', xÃŧsusiyyət adÄą '%s' olan element '%s' dən sonra '=' gÃļzlənilirTək hərf '%s', '%s' elementin başlanÄŸÄąÃ§ etiketinin sonuna '>' və ya '/' gÃļzlənilir, və ya bir xÃŧsusiyyət; xÃŧsusiyyət adÄąnda hÃļkmsÃŧz bir hərf işlədilmiş ola bilərsinizTək hərf '%s',element '%s'in xÃŧsusiyyəti '%s''ə qiymət verilirkən bərabərdir işarətindən sonra aÃ§Äąq alÄąntÄą işarəti gÃļzlənilirGirişin sonunda parçalÄą hərf qatarÄąalÄąntÄąlÄą mətn alÄąntÄą işarəti ilə başlamÄąrSimvolik kÃļrpÃŧlər dəstəklənmirNÃŧmunə '%s' hÃļkmsÃŧzdÃŧr, '%s' daxil etməməlidir%c ÃŧçÃŧn uyğunluq alÄąntÄąsÄą tapÄąlmadan mətn qurtardÄą. (Mətn '%s')Mətn '\' xarakterindən həmən sonra qurtardÄą. (Mətn '%s')Mətn boş idi (və ya təkcə boşluq daxil edirdi)`%s'in URİ-si səhv qaÃ§ÄąrÄąlmÄąÅŸ xarakterlər daxil edir`%s' URI-si səhvdir`%s' URI-sinin qovşaq adÄą səhv qaÃ§ÄąrÄąlmÄąÅŸYerli fayl uRI-si `%s' `#' daxil edə bilməz`%s'in cığır adÄą mÃŧtləq cığır deyildirg_io_channel_win32_poll() tÃļrəmə gedişatdan mə'lumat oxumada gÃļzlənilməz xətatÃļrəmə gedişatdan mə'lumat oxuma select()'də namə'lum xəta (%s)waitpid()'də namə'lum xəta (%s)"%s" tÃļrəmə gedişat işində namə'lum xətaƏmr sətirində və ya digər shell-quoted mətndə uyğunsuz alÄąntÄą işarəti./glib-2.22.2-i686/usr/share/locale/cs/0000755000000000000000000000000011271166766015635 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/cs/LC_MESSAGES/0000755000000000000000000000000011271166766017422 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/cs/LC_MESSAGES/glib20.mo0000644000000000000000000012322211271166635021033 0ustar rootrootŪ•‘¤ , !Ą!ĩ!Ŋ!Å! Í!Ų!á!Yō!_L"aŦ"#(#)H#r#&†#B­#đ#$+$(H$ q$’$#Ž$Ō$ė$2%97%!q%4“%/Č%ø%3&+C&1o&-Ą&/Ī&#˙&#' 8')Y'ƒ'(Ÿ',Č'%õ'&("B("e()ˆ(!˛( Ô(Aõ(ž7)Ö)í); *.I**x*.Ŗ*Ō**ë*&+a=+FŸ+4æ+2,:N,A‰,@Ë,; -WH-W -1ø-/*.%Z.?€.5Ā.Iö.‘@/ Ō/ķ/0'0D0[0t0‹0ž0ŗ0Ō0ī0! 1-1M1l1‚11 ˛1Ķ1ī122:2V2r2‹2§2"ŋ2â2ū23!53W3l3 …3Ļ3Ā3×3!ņ3)4-=4k4ƒ4Ą4,ģ4č4!5&5>5:X5.“50Â59ķ5-6G6>a6$ 6#Å6é6'7./7^7?}7)Ŋ7$į7% 8-28`8!t89–8*Đ89û859-R9+€9ŠŦ9&7:+^:3Š:#ž:!â:);8.;9g;%Ą;.Į;-ö;.$<S<)j<!”< ļ<Ä<ã<.ķ< "=&0=#W=&{=ĸ=Â=3Ũ=->(?>(h>(‘>)ē>ä>??)?@?Q?f??$”?0š?ę?+ @!6@X@t@1’@.Ä@Tķ@HHAF‘A=ØALB+cB!BąB-ŅB$˙B($CMC"hC3‹C9ŋCųC"D9D!QD1sD2ĨD<ØDE&4E9[E•E°E)ĘEôE#FL+FNxF°ĮFzxGķG H%#H8IH-‚H*°H5ÛH*I/JPJiJ!‰J ĢJĖJåJKK!0K$RK0wK"¨KFËK:L-ML2{LŽL;ÆL M'#M-KM)yM"ŖMÆM$ÚM ˙M? N.`NNĻNšN!ÕN'÷N3O.SO(‚O0ĢO+ÜOP(P*APlPO‹PCÛP"QBQ&bQ!‰Q*ĢQÖQīQR RC-RqRyR”R0›R.ĖR3ûR-/S ]S~S šSĻS&ēSáSKöSBT*_TDŠTĪT;ęT0&U WU1eU—U¨U ČUéUūUV*V5HV)~V¨VÆVãVøV!W5WPWmW"|W$ŸWÄW*ÜW(X0X"LX!oX‘XŠX)ŋX%éX-Y=Y5[Y‘Y9ąYëY9 ZEZWZ%wZ Z žZĖZ2čZ%[A[&Y[$€[Ĩ['Â[ę[3ú[.\=G\+…\(ą\Ú\ė\ ] #]1]$I]n] Ž] ¯] Đ]ņ]6^G^,f^“^—˛^J`c`k`s`{`Š`‘`JŦ`S÷`YKaĨa"Âa9åa"b BbLcb°bÍb.äb!c&5c(\c(…cŽc#Íc@ņcD2d/wd4§d/Üd e3#e,We2„e.ˇe0æe(f@f&Zf7f'šf+áf5 g9Cg0}g5Žg!ägh%h@h.Zh‰hi#,i7Pi4ˆi*Ŋi.čij/,j%\js‚jTöj8Kk5„kAēkGükADl9†lcĀlV$m5{m0ąm5âm>nCWnV›nˆōn!{oo%´o#Úo"ūo"!p0DpupŽp,Ļp&Ķpúp:q$Mq0rq%ŖqÉqčq+r(,r#Ur)yrŖr!Âr.är s$4s&Ys;€s/ŧs1ės)t5Ht~t˜t'ļt"Ūtu#!u-Eu:su9Žu'ču)v1:vPlv5Ŋv<ķv#0w#Tw=xw6ļw4íwA"x!dx/†x@ļx$÷x1y*Ny&yy0 yŅy;ņy&-z!Tz#vz4šzĪz$åz8 {/C{;s{¯{1Ī{/|~1|#°|(Ô|6ũ|!4}&V}+}};Š}>å}2$~5W~4~5Â~ø~-&Fm&¨/Áņ5 €"@€,c€'€¸€Cր7.R++­/؁) ‚3‚L‚h‚…‚ĸ‚ŋ‚!Ũ‚(˙‚0(ƒ!Yƒ.{ƒ%ǃ&Ѓ"÷ƒ4„=O„^„Mė„M:…Iˆ…WŌ…7*†!b† „†1Ĩ†#׆:û† 6‡!W‡1y‡7̇ã‡1ũ‡/ˆ4Bˆ7wˆ@¯ˆ@đˆ"1‰1T‰<†‰!Éå‰@ŠBŠ$]ŠO‚ŠWԊŊ*‹uč‹^ŒyŒ#Œ<ŗŒ0đŒ-!=O/)Ŋ)įŽ%'Ž&MŽ%tŽ)šŽ)Ď îŽ 'He‚&™ĀŲ*ø#5C&yV 6÷..‘.]‘Œ‘<ĸ‘ߑ*ū‘0)’Z’%w’’-ē’&č’5“%E“k“‡“Ÿ“&ē“4á“=”:T”,”1ŧ”5î”%$•J•&c•#Š•SŽ•G–%J–"p–;“–!Ī–/ņ–!—?—X— v—S„— ؗ㗠˜= ˜:J˜?…˜.Řô˜™.™?™&Q™x™g‹™ķ™( šR6š(‰š=˛š<đš-›4@›u›)ˆ›+˛›Ū›ū›œ!2œCTœ,˜œ!Ŝ įœ$Caœ'Ŧ/ԝž5ž#Tž)xž1ĸž ԞõžŸ)-Ÿ9WŸ)‘Ÿ#ģŸEߟ.% 5T !Š GŦ ô ,Ą*3Ą)^ĄˆĄK›ĄKįĄ-3ĸaĸ>xĸ*ˇĸ'âĸ) Ŗ4ŖGLŖ'”ŖGŧŖD¤4I¤~¤¤ŧ¤Û¤ ë¤( Ĩ5ĨNĨkĨ"‡ĨĒĨ@ÉĨ ĻE)Ļ"oĻ´B4õN¸Uü&L7 ĩWŒū¯8Á1cJ‡ēŗU.ėãC…[ØŪä%‰Ã! č\w ‚ô/G'›ąHRž|*_¤ŠÍ<­tÕ'^6ASrđhlĸ;rXįԆXö~x°#V*ķBPųˆĖĀ)e†sN$…]@ÜYa<@ŽOwkm (uLZ2OgÂ?o38qSjĨoën7 Čâv4.zˇ øˆī`+JQĄjvT}ŨŸ—PÚŲe"=6K ‹ģtáËļŧÖ3í-ęMû0\‹WV`–y c(‡9_:F,É?‘Ryō5!æ×™Š•DŽĻÆu=åƒ:ßĒnŋ5ĢEi„f,’îsCE&2$Hg>€}ž9IŌAŠMp¨pxT+q‚Qb ʲ;aĪŦ~{zú1Ŋ ˜ĮŅbÛmņΝ |kd€ŽK[^>dID0"]”Ч%ŃY-āl“÷Z ÄéFšŖũGhœš‰Ķ /‘if˙#Œ){„ (invalid encoding)%.1f GB%.1f KB%.1f MB%s filetype%s type%u byte%u bytes'%s' is not a valid character following a '<' character; it may not begin an element name'%s' is not a valid character following the characters '''%s' is not a valid name '%s' is not a valid name: '%c' (?R or (?[+-]digits must be followed by )) without opening (A bookmark for URI '%s' already existsAbstract unix domain socket addresses not supported on this systemAdded socket is closedApplication Options:Association creation not supported on win32Attribute '%s' of element '%s' not foundAttribute value must be non-NULLBackup file creation failedCan't copy directory over directoryCan't copy over directoryCan't copy special fileCan't create user MIME configuration folder %s: %sCan't create user application configuration folder %s: %sCan't create user desktop file %sCan't do a raw read in g_io_channel_read_line_stringCan't do a raw read in g_io_channel_read_to_endCan't find applicationCan't handle the supplied version the icon encodingCan't handle version %d of GEmblem encodingCan't handle version %d of GEmblemedIcon encodingCan't handle version %d of GFileIcon encodingCan't handle version %d of GThemedIcon encodingCan't move directory over directoryCan't open directoryCan't recursively copy directoryCan't rename file, filename already existCan't rename root directoryCancellable initialization not supportedCannot convert fallback '%s' to codeset '%s'Cannot parse double value '%s' for %sCannot parse integer value '%s' for %sCannot set permissions on symlinksCannot truncate GMemoryInputStreamChannel terminates in a partial characterCharacter out of range for UTF-16Character out of range for UTF-8Character reference '%-.*s' does not encode a permitted characterCharacter reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Connection in progressContaining mount does not existConversion from character set '%s' to '%s' is not supportedCould not allocate %lu bytes to read file "%s"Could not open converter from '%s' to '%s'Could not open converter from '%s' to '%s': %sCustom definition for %sDEFINE group contains more than one branchDesktop file didn't specify Exec fieldDocument ended unexpectedly after the equals sign following an attribute name; no attribute valueDocument ended unexpectedly inside a comment or processing instructionDocument ended unexpectedly inside an attribute nameDocument ended unexpectedly inside an element nameDocument ended unexpectedly inside an element-opening tag.Document ended unexpectedly inside the close tag for element '%s'Document ended unexpectedly just after an open angle bracket '<'Document ended unexpectedly while inside an attribute valueDocument ended unexpectedly with elements still open - '%s' was the last element openedDocument ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>Document must begin with an element (e.g. )Document was empty or contained only whitespaceDouble value '%s' for %s out of rangeElement '%s' was closed, but the currently open element is '%s'Element '%s' was closed, no element is currently openEmpty entity '&;' seen; valid entities are: & " < > 'Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Entity name '%-.*s' is not knownEnumerator is closedError accepting connection: %sError binding to address: %sError closing file: %sError closing socket: %sError closing unix: %sError connecting: Error connecting: %sError creating backup copy: %sError creating directory: %sError during conversion: %sError getting filesystem info: %sError launching application: %sError making symbolic link: %sError moving file: %sError on line %d char %d: Error on line %d: %sError opening directory '%s': %sError opening file '%s': %sError opening file: %sError parsing option %sError reading file '%s': %sError reading from file: %sError reading from unix: %sError receiving data: %sError receiving message: %sError removing file: %sError removing old backup link: %sError removing old file: %sError removing target file: %sError renaming file: %sError renaming temporary file: %sError resolving '%s'Error resolving '%s': %sError reverse-resolving '%s': %sError seeking in file: %sError sending data: %sError sending message: %sError setting SELinux context: %sError setting extended attribute '%s': %sError setting modification or access time: %sError setting owner: %sError setting permissions: %sError setting symlink: %sError setting symlink: file is not a symlinkError stating file '%s': %sError stating file descriptor: %sError trashing file: %sError truncating file: %sError while compiling regular expression %s at char %d: %sError while matching regular expression %s: %sError while optimizing regular expression %s: %sError while parsing replacement text "%s" at char %lu: %sError writing to file: %sError writing to unix: %sExisting file '%s' could not be removed: g_unlink() failed: %sExpected a GEmblem for GEmblemedIconExpecting 1 control message, got %dExpecting one fd, but got %d Failed to change to directory '%s' (%s)Failed to close file '%s': fclose() failed: %sFailed to create file '%s': %sFailed to create pipe for communicating with child process (%s)Failed to execute child process "%s" (%s)Failed to execute child process (%s)Failed to execute helper program (%s)Failed to expand exec line '%s' with URI '%s'Failed to fork (%s)Failed to fork child process (%s)Failed to get attributes of file '%s': fstat() failed: %sFailed to map file '%s': mmap() failed: %sFailed to open file '%s' for writing: fdopen() failed: %sFailed to open file '%s': %sFailed to open file '%s': fdopen() failed: %sFailed to open file '%s': open() failed: %sFailed to parse '%-.*s', which should have been a digit inside a character reference (ê for example) - perhaps the digit is too largeFailed to read data from child processFailed to read data from child process (%s)Failed to read enough data from child pid pipe (%s)Failed to read from child pipe (%s)Failed to read from file '%s': %sFailed to read the symbolic link '%s': %sFailed to redirect output or input of child process (%s)Failed to rename file '%s' to '%s': g_rename() failed: %sFailed to resize memory output streamFailed to write file '%s': fflush() failed: %sFailed to write file '%s': fsync() failed: %sFailed to write file '%s': fwrite() failed: %sFile "%s" is too largeFile enumerator has outstanding operationFile enumerator is already closedFile is emptyFile names cannot contain '%c'Filesystem rootGSocketControlMessage not supported on windowsHelp Options:Hostname '%s' contains '[' but not ']'Input stream doesn't implement readInteger value '%s' for %s out of rangeInteger value '%s' out of rangeInvalid GSeekType suppliedInvalid UTF-8 encoded text in name - not valid '%s'Invalid attribute type (byte string expected)Invalid attribute type (string expected)Invalid attribute type (uint32 expected)Invalid attribute type (uint64 expected)Invalid byte sequence in conversion inputInvalid extended attribute nameInvalid filenameInvalid filename %sInvalid group name: %sInvalid hostnameInvalid key name: %sInvalid program name: %sInvalid seek requestInvalid sequence in conversion inputInvalid socket, initialization failed due to: %sInvalid socket, not initializedInvalid string in argument vector at %d: %sInvalid string in environment: %sInvalid symlink value givenInvalid working directory: %sKey file contains escape character at end of lineKey file contains invalid escape sequence '%s'Key file contains key '%s' in group '%s' which has value that cannot be interpreted.Key file contains key '%s' which has a value that cannot be interpreted.Key file contains key '%s' which has value that cannot be interpreted.Key file contains key '%s' with value '%s' which is not UTF-8Key file contains line '%s' which is not a key-value pair, group, or commentKey file contains unsupported encoding '%s'Key file does not have group '%s'Key file does not have key '%s'Key file does not have key '%s' in group '%s'Key file does not start with a groupLeftover unconverted data in read bufferListener is already closedMalformed input data for GFileIconMalformed number of tokens (%d) in GEmblem encodingMalformed number of tokens (%d) in GEmblemedIcon encodingMalformed version number: %sMemory output stream not resizableMissing argument for %sMove between mounts not supportedNo MIME type defined in the bookmark for URI '%s'No application is registered as handling this fileNo application with name '%s' registered a bookmark for '%s'No bookmark found for URI '%s'No groups set in bookmark for URI '%s'No private flag has been defined in bookmark for URI '%s'No service record for '%s'No type for class name %sNo valid bookmark file found in data dirsNot a regular fileNot enough space for socket addressOdd character '%s', expected a '=' after attribute name '%s' of element '%s'Odd character '%s', expected a '>' character to end the empty-element tag '%s'Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute nameOdd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'Operation not supportedOperation was cancelledOutput stream doesn't implement writePCRE library is compiled without UTF8 properties supportPCRE library is compiled without UTF8 supportPOSIX collating elements are not supportedPOSIX named classes are supported only within a classPartial character sequence at end of inputQuoted text doesn't begin with a quotation markReached maximum data array limitReceived invalid fdSELinux context must be non-NULLSELinux is not enabled on this systemSeek not supported on streamSetting attribute %s not supportedShow all help optionsShow help optionsSocket is already closedSource stream is already closedStream doesn't support query_infoStream has outstanding operationStream is already closedSymbolic links not supportedTarget file existsTarget file is a directoryTarget file is not a regular fileTemplate '%s' doesn't contain XXXXXXTemplate '%s' invalid, should not contain a '%s'Temporarily unable to resolve '%s'Text ended before matching quote was found for %c. (The text was '%s')Text ended just after a '\' character. (The text was '%s')Text was empty (or contained only whitespace)The URI '%s' contains invalidly escaped charactersThe URI '%s' is invalidThe URI '%s' is not an absolute URI using the "file" schemeThe file was externally modifiedThe hostname of the URI '%s' is invalidThe local file URI '%s' may not include a '#'The pathname '%s' is not an absolute pathToo large count value passed to %sTrash not supportedTruncate not allowed on input streamTruncate not supported on streamType %s does not implement from_tokens() on the GIcon interfaceType %s does not implement the GIcon interfaceType %s is not classedURIs not supportedUnable to create socket: %sUnable to create trash dir %s: %sUnable to create trashing info file: %sUnable to find default local directory monitor typeUnable to find default local file monitor typeUnable to find or create trash directoryUnable to find terminal required for applicationUnable to find toplevel directory for trashUnable to get pending error: %sUnable to trash file: %sUnexpected attribute '%s' for element '%s'Unexpected early end-of-streamUnexpected error in g_io_channel_win32_poll() reading data from a child processUnexpected error in select() reading data from a child process (%s)Unexpected error in waitpid() (%s)Unexpected tag '%s' inside '%s'Unexpected tag '%s', tag '%s' expectedUnexpected type of ancillary dataUnknown error executing child process "%s"Unknown error on connectUnknown option %sUnknown protocol was specifiedUnknown typeUnmatched quotation mark in command line or other shell-quoted textUnnamedUnsupported socket addressUsage:Valid key file could not be found in search dirsValue '%s' cannot be interpreted as a boolean.Value '%s' cannot be interpreted as a float number.Value '%s' cannot be interpreted as a number.Waiting for socket condition: %sWrong number of tokens (%d)[OPTION...]\ at end of pattern\C not allowed in lookbehind assertion\c at end of pattern\g is not followed by a braced name or an optionally braced non-zero numberassertion expected after (?(association changes not supported on win32back references as conditions are not supported for partial matchingbacktracking limit reachedcase-changing escapes (\l, \L, \u, \U) are not allowed herecharacter value in \x{...} sequence is too largecode overflowconditional group contains more than two branchescorrupted objectcould not get local address: %scould not get remote address: %scould not listen: %screating GSocket from fd: %sdigit expecteddrive doesn't implement ejectdrive doesn't implement eject or eject_with_operationdrive doesn't implement polling for mediadrive doesn't implement startdrive doesn't implement stopfailed to get memoryhexadecimal digit expectedhexadecimal digit or '}' expectedillegal symbolic referenceinconsistent NEWLINE optionsinternal errorinternal error or corrupted objectinvalid combination of newline flagsinvalid condition (?(0)invalid escape sequence in character classlookbehind assertion is not fixed lengthmalformed \P or \p sequencemalformed number or name after (?(missing '<' in symbolic referencemissing ) after commentmissing terminating )missing terminating ] for character classmissing terminator in subpattern namemount doesn't implement content type guessingmount doesn't implement ejectmount doesn't implement eject or eject_with_operationmount doesn't implement remountmount doesn't implement synchronous content type guessingmount doesn't implement unmountmount doesn't implement unmount or unmount_with_operationnothing to repeatnumber too big in {} quantifiernumbers out of order in {} quantifieroctal value is greater than \377out of memoryoverran compiling workspacepreviously-checked referenced subpattern not foundrange out of order in character classrecursion limit reachedrecursive call could loop indefinitelyreference to non-existent subpatternregular expression too largerepeating a DEFINE group is not allowedstray final '\'subpattern name is too long (maximum 32 characters)symlink must be non-NULLthe pattern contains items not supported for partial matchingtoo many named subpatterns (maximum 10,000)two named subpatterns have the same nameunexpected repeatunfinished symbolic referenceunknown POSIX class nameunknown errorunknown escape sequenceunknown property name after \P or \punrecognized character after (?unrecognized character after (?<unrecognized character after (?Punrecognized character follows \volume doesn't implement ejectvolume doesn't implement eject or eject_with_operationvolume doesn't implement mountworkspace limit for empty substrings reachedzero-length symbolic referenceProject-Id-Version: glib Report-Msgid-Bugs-To: POT-Creation-Date: 2009-10-07 09:51-0400 PO-Revision-Date: 2009-09-20 20:32+0200 Last-Translator: Petr Kovar Language-Team: Czech MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2; X-Generator: Lokalize 1.0 (neplatnÊ kÃŗdovÃĄní)%.1f GB%.1f KB%.1f MBtyp souboru %styp %s%u bajt%u bajty%u bajtů"%s" není platnÃŊ znak po znaku "<"; nesmí s ním začínat nÃĄzev prvku"%s" není platnÃŊ znak po znacích """%s" není platnÃŊm nÃĄzvem "%s" není platnÃŊm nÃĄzvem: "%c" (?R či (?[+-]číslice musí bÃŊt nÃĄsledovÃĄny znakem )znak ) bez poÄÃĄtečního znaku (ZÃĄloÅžka URI "%s" jiÅž existujeV tomto systÊmu nejsou podporovÃĄny abstraktní adresy socketů domÊn UNIXPřidanÃŊ socket je uzavřenPřepínače aplikace:VytvÃĄÅ™ení asociací nepodporovÃĄno na Win32Atribut "%s" prvku "%s" nenalezenHodnota atributu nesmí bÃŊt prÃĄzdnÃĄVytvoření zÃĄloÅžního souboru selhaloNelze kopírovat adresÃĄÅ™ nad adresÃĄÅ™Nelze kopírovat nad adresÃĄÅ™Nelze kopírovat zvlÃĄÅĄtní souborNelze vytvořit uÅživatelskou konfigurační sloÅžku MIME %s: %sNelze vytvořit uÅživatelskou konfigurační sloÅžku aplikace %s: %sNelze vytvořit uÅživatelskÃŊ soubor desktop %sNelze přímo číst v g_io_channel_read_line_stringNelze přímo číst v g_io_channel_read_to_endNelze nalÊzt aplikaciNelze zpracovat poskytnutou verzi kÃŗdovÃĄní ikonyNelze zpracovat verzi %d kÃŗdovÃĄní GEmblemNelze zpracovat verzi %d kÃŗdovÃĄní GEmblemedIconNelze zpracovat verzi %d kÃŗdovÃĄní GFileIconNelze zpracovat verzi %d kÃŗdovÃĄní GThemedIconAdresÃĄÅ™ nelze přesunout nad adresÃĄÅ™Nelze otevřít adresÃĄÅ™AdresÃĄÅ™ nelze kopírovat rekurzivněSoubor nelze přejmenovat, nÃĄzev souboru jiÅž existujeNelze přejmenovat kořenovÃŊ adresÃĄÅ™ZruÅĄitelnÊ spuÅĄtění není podporovÃĄnoNelze převÊst ukončení "%s" do znakovÊ sady "%s"Nelze zpracovat celočíselnou (double) hodnotu "%s" u %sNelze zpracovat celočíselnou hodnotu "%s" u %sNelze nastavit oprÃĄvnění na symbolickÃŊch odkazechNelze zkrÃĄtit GMemoryInputStreamKanÃĄl ukončen ÄÃĄstí znakuZnak je mimo rozsah UTF-16Znak je mimo rozsah UTF-8Odkaz na znak "%-.*s" nekÃŗduje povolenÃŊ znakOdkaz na znak nekončí středníkem; pravděpodobně jste pouÅžili znak & bez Ãēmyslu začít entitu - zapiÅĄte prosím ligaturu et jako &ProbíhÃĄ spojeníObsahující připojenÊ neexistujePřevod ze znakovÊ sady "%s" do "%s" není podporovÃĄnNelze alokovat %lu bajtů k přečtení souboru "%s"Nelze otevřít převaděč z "%s" do "%s"Nelze otevřít převodník z "%s" do "%s": %sVlastní definice %sskupina DEFINE obsahuje více neÅž jednu větevV souboru desktop nezadÃĄno pole ExecDokument neočekÃĄvaně skončil po znaku přiřazení nÃĄsledujícím za nÃĄzvem atributu; chybí hodnota atributuDokument neočekÃĄvaně skončil uvnitř komentÃĄÅ™e nebo instrukce pro zpracovÃĄníDokument neočekÃĄvaně skončil uvnitř nÃĄzvu atributuDokument neočekÃĄvaně skončil uvnitř nÃĄzvu prvkuDokument neočekÃĄvaně skončil ve značce otevírající prvek.Dokument neočekÃĄvaně skončil uvnitř uzavírací značky prvku "%s"Dokument neočekÃĄvaně skončil ihned po otevírací značce "<"Dokument neočekÃĄvaně skončil uvnitř hodnoty atributuDokument neočekÃĄvaně skončil, prvky jsou stÃĄle otevřeny - poslední otevřenÃŊ prvek byl "%s"Dokument neočekÃĄvaně skončil, byla očekÃĄvÃĄna uzavírací zÃĄvorka značky <%s/>Dokument musí začínat prvkem (například: )Dokument je prÃĄzdnÃŊ nebo obsahuje pouze mezeryCeločíselnÃĄ (double) hodnota "%s" u %s mimo rozsahByl uzavřen prvek "%s", ale aktuÃĄlně je otevřen prvek "%s"Prvek "%s" byl uzavřen, ÅžÃĄdnÃŊ prvek není momentÃĄlně otevřenNalezena prÃĄzdnÃĄ entita "&;", platnÃŊmi entitami jsou: & " < > 'Entita nekončí středníkem; pravděpodobně jste pouÅžili znak & bez Ãēmyslu začít entitu - zapiÅĄte prosím ligaturu et jako &NÃĄzev entity "%-.*s" není znÃĄmEnumerator je uzavřenChyba při přijímÃĄní spojení: %sChyba při propojení na adresu: %sChyba při zavírÃĄní souboru: %sChyba při zavírÃĄní socketu: %sChyba při zavírÃĄní datovÊho proudu Unix: %sChyba při spojovÃĄní: Chyba při spojení: %sChyba při vytvÃĄÅ™ení zÃĄloÅžní kopie: %sChyba při vytvÃĄÅ™ení adresÃĄÅ™e: %sChyba při převodu: %sChyba při získÃĄvÃĄní informace o systÊmu souborů: %sChyba při spouÅĄtění aplikace: %sChyba při vytvÃĄÅ™ení symbolickÊho odkazu: %sChyba při přesunovÃĄní souboru: %sChyba na Å™ÃĄdku %d, znak %d: Chyba na Å™ÃĄdku %d: %sChyba při otevírÃĄní adresÃĄÅ™e "%s": %sChyba při otevírÃĄní souboru "%s": %sChyba při otevírÃĄní souboru: %sChyba volby %s při syntaktickÊ analÃŊzeChyba čtení souboru "%s": %sChyba při čtení ze souboru: %sChyba při čtení z datovÊho proudu Unix: %sChyba při získÃĄvÃĄní dat: %sChyba při získÃĄvÃĄní zprÃĄvy: %sChyba při odstraňovÃĄní souboru: %sChyba při odstraňovÃĄní starÊho zÃĄloÅžního odkazu: %sChyba při odstraňovÃĄní starÊho souboru: %sChyba při odstraňovÃĄní cílovÊho souboru: %sChyba při přejmenovÃĄvÃĄní souboru: %sChyba při přejmenovÃĄvÃĄní dočasnÊho souboru: %sChyba při řeÅĄení "%s"Chyba při řeÅĄení "%s": %sChyba při zpětnÊm řeÅĄení "%s": %sChyba při hledÃĄní v souboru: %sChyba při odesílÃĄní dat: %sChyba při odesílÃĄní zprÃĄvy: %sChyba při nastavovÃĄní kontextu SELinux: %sChyba při nastavovÃĄní rozÅĄÃ­Å™enÊho atributu "%s": %sChyba při nastavovÃĄní změny nebo času přístupu: %sChyba při nastavovÃĄní vlastníka: %sChyba při nastavovÃĄní oprÃĄvnění: %sChyba při nastavovÃĄní symbolickÊho odkazu: %sChyba při nastavovÃĄní symbolickÊho odkazu: soubor není symbolickÃŊm odkazemChyba při prohledÃĄvÃĄní souboru "%s" s fstat(): %sChyba při prohledÃĄvÃĄní popisovače souboru s fstat(): %sChyba při zahazovÃĄní souboru: %sChyba při zkracovÃĄní souboru: %sChyba při kompilaci regulÃĄrního vÃŊrazu %s na znaku %d: %sChyba při porovnÃĄvÃĄní regulÃĄrního vÃŊrazu %s: %sChyba při optimalizaci regulÃĄrního vÃŊrazu %s: %sChyba při analyzovÃĄní nÃĄhradního textu "%s" na znaku %lu: %sChyba při zÃĄpisu do souboru: %sChyba při zÃĄpisu do datovÊho proudu Unix: %sExistující soubor "%s" nelze odstranit: g_unlink() selhalo: %sOčekÃĄvÃĄno GEmblem u GEmblemedIconOčekÃĄvÃĄna 1 ovlÃĄdací zprÃĄva, získanÃŊch %dOčekÃĄvÃĄno jedno fd, ale získanÃŊch %d Nelze přejít do adresÃĄÅ™e "%s" (%s)Nelze zavřít soubor "%s": fclose() selhalo: %sNelze vytvořit soubor "%s": %sNelze vytvořit rouru ke komunikaci s procesem potomka (%s)Nelze spustit proces potomka "%s" (%s)Nelze spustit proces potomka (%s)Nelze spustit pomocnÃŊ program (%s)Nelze rozÅĄÃ­Å™it Å™ÃĄdek exec "%s" pomocí URI "%s"Nelze rozvětvit (%s)Nelze rozvětvit proces potomka (%s)Nelze získat atributy souboru "%s": fstat() selhalo: %sNelze otevřít soubor "%s": mmap() selhalo: %sNelze otevřít soubor "%s" k zÃĄpisu: fdopen() selhalo: %sNelze otevřít soubor "%s": %sNelze otevřít soubor "%s": fdopen() selhalo: %sNelze otevřít soubor "%s": open() selhalo: %sNelze zpracovat "%-.*s", coÅž by mělo bÃŊt číslo v odkazu na znak (například ê) - číslo je moÅžnÃĄ příliÅĄ velkÊNelze číst data z procesu potomkaNelze číst data z procesu potomka (%s)Nelze přečíst dostatek dat z roury pid potomka (%s)Nelze číst z roury potomka (%s)Chyba při čtení ze souboru "%s": %sNelze přečíst symbolickÃŊ odkaz "%s": %sNelze přesměrovat vstup nebo vÃŊstup procesu potomka (%s)Nelze přejmenovat soubor "%s" na "%s": g_rename() selhalo: %sNelze změnit velikost vÃŊstupního proudu pamětiNelze zapisovat do souboru "%s": fflush() selhalo: %sNelze zapisovat do souboru "%s": fsync() selhalo: %sNelze zapisovat do souboru "%s": fwrite() selhalo: %sSoubor "%s" je příliÅĄ velkÃŊSouborovÃŊ enumerator mÃĄ nevykonanou operaciSouborovÃŊ enumerator je jiÅž uzavřenSoubor je prÃĄzdnÃŊNÃĄzvy souborů nemohou obsahovat "%c"Kořen systÊmu souborůGSocketControlMessage nepodporovÃĄno na WindowsPřepínače nÃĄpovědy:NÃĄzev počítače "%s" obsahuje "[", ale nikoliv "]"Vstupní proud neprovÃĄdí čteníCeločíselnÃĄ hodnota "%s" u %s mimo rozsahCeločíselnÃĄ hodnota "%s" mimo rozsahPoskytnut neplatnÃŊ GSeekTypeV nÃĄzvu je neplatnÃŊ text v kÃŗdovÃĄní UTF-8 - není platnÊ "%s"NeplatnÃŊ typ atributu (očekÃĄvÃĄn bajtovÃŊ řetězec)NeplatnÃŊ typ atributu (očekÃĄvÃĄn řetězec)NeplatnÃŊ typ atributu (očekÃĄvÃĄn uint32)NeplatnÃŊ typ atributu (očekÃĄvÃĄn uint64)NeplatnÃĄ posloupnost bajtů na vstupu převoduNeplatnÃŊ nÃĄzev rozÅĄÃ­Å™enÊho atributuNeplatnÃŊ nÃĄzev souboruNeplatnÃŊ nÃĄzev souboru %sNeplatnÃŊ nÃĄzev skupiny: %sNeplatnÃŊ nÃĄzev počítačeNeplatnÃŊ nÃĄzev klíče: %sNeplatnÃŊ nÃĄzev programu: %sNeplatnÃŊ poÅžadavek na hledÃĄníNeplatnÃĄ posloupnost na vstupu převoduNeplatnÃŊ socket, spuÅĄtění selhalo kvůli: %sNeplatnÃŊ socket, nebyl spuÅĄtěnNeplatnÃŊ řetězec v poli argumentů v %d: %sNeplatnÃŊ řetězec v prostředí: %sZadanÃŊ symbolickÃŊ odkaz je neplatnÃŊNeplatnÃŊ aktuÃĄlní adresÃĄÅ™: %sSoubor klíče obsahuje na konci Å™ÃĄdku znak změnySoubor klíče obsahuje neplatnou posloupnost pro změnu "%s"Soubor klíče obsahuje klíč "%s" ve skupině "%s", kterÃŊ mÃĄ neinterpretovatelnou hodnotu.Soubor klíče obsahuje klíč "%s", kterÃŊ mÃĄ neinterpretovatelnou hodnotu.Soubor klíče obsahuje klíč "%s", kterÃŊ mÃĄ neinterpretovatelnou hodnotu.Soubor klíče obsahuje klíč "%s" s hodnotou "%s", kterÃĄ není v UTF-8Soubor klíče obsahuje "%s", coÅž není dvojice klíč-hodnota, skupina ani komentÃĄÅ™Soubor klíče obsahuje nepodporovanÊ kÃŗdovÃĄní "%s"Soubor klíče nemÃĄ skupinu "%s"Soubor klíče nemÃĄ klíč "%s"Soubor klíče nemÃĄ klíč "%s" ve skupině "%s"Soubor klíče nezačínÃĄ skupinouVe vstupní vyrovnÃĄvací paměti zbyla nepřevedenÃĄ dataNaslouchající je jiÅž uzavřenChybnÃĄ vstupní data u GFileIconChybnÃŊ počet tokenů (%d) v kÃŗdovÃĄní GEmblemChybnÃŊ počet tokenů (%d) v kÃŗdovÃĄní GEmblemedIconChybnÊ číslo verze: %sNelze měnit velikost vÃŊstupního proudu pamětiChybí parametr %sPřesunovÃĄní mezi připojeními není podporovÃĄnoV zÃĄloÅžce URI "%s" není definovÃĄn ÅžÃĄdnÃŊ typ MIMEÅŊÃĄdnÃĄ aplikace není zaregistrovÃĄna k obsluze tohoto souboruÅŊÃĄdnÃĄ aplikace s nÃĄzvem "%s" nezaregistrovala zÃĄloÅžku "%s"Nebyla nalezena zÃĄloÅžka URI "%s"ÅŊÃĄdnÊ skupiny nenastaveny v zÃĄloÅžce URI "%s"V zÃĄloÅžce URI "%s" definovÃĄn ÅžÃĄdnÃŊ soukromÃŊ příznakU "%s" neexistuje zÃĄznam sluÅžbyNÃĄzev třídy %s nemÃĄ typV datovÃŊch adresÃĄÅ™Ã­ch nebyl nalezen platnÃŊ soubor zÃĄloÅžekNení obyčejnÃŊm souboremAdresa socketu nemÃĄ dostatek místaZvlÃĄÅĄtní znak "%s", po nÃĄzvu atributu "%s" prvku "%s" bylo očekÃĄvÃĄno "="ZvlÃĄÅĄtní znak "%s", byl očekÃĄvÃĄn znak ">" k ukončení značky empty-element "%s"ZvlÃĄÅĄtní znak "%s", bylo očekÃĄvÃĄno ">" nebo "/" k ukončení poÄÃĄteční značky prvku "%s", nebo případně atribut; pravděpodobně jste pouÅžili neplatnÃŊ znak v nÃĄzvu atributuZvlÃĄÅĄtní znak "%s", po znaku rovnítka při udÃĄvÃĄní hodnoty atributu "%s" prvku "%s" byly očekÃĄvÃĄny uvozovkyOperace není podporovÃĄnaOperace byla zruÅĄenaVÃŊstupní proud neprovÃĄdí zÃĄpisKnihovna PCRE byla přeloÅžena bez podpory vlastností UTF-8Knihovna PCRE byla přeloÅžena bez podpory UTF-8PorovnÃĄvací prvky POSIX nejsou podporovÃĄnytřídy nazvanÊ po POSIX nejsou uvnitř třídy podporovÃĄnyÄŒÃĄstečnÃĄ posloupnost znaků na konci vstupuText v uvozovkÃĄch nezačínÃĄ uvozovkamiDosaÅžen maximÃĄlní limit datovÊho polePřijato neplatnÊ fdKontext SELinux nesmí bÃŊt prÃĄzdnÃŊV tomto systÊmu není SELinux povolenHledÃĄní není v proudu podporovÃĄnoNastavení atributu %s není podporovÃĄnoZobrazí vÅĄechny přepínače nÃĄpovědyZobrazí přepínače nÃĄpovědySocket je jiÅž ukončenZdrojovÃŊ proud je jiÅž ukončenProud nepodporuje query_infoProud mÃĄ otevřenou operaciProud je jiÅž uzavřenSymbolickÊ odkazy nejsou podporovÃĄnyCílovÃŊ soubor existujeCílovÃŊ soubor je adresÃĄÅ™emCílovÃŊ soubor není obyčejnÃŊm souboremÅ ablona "%s" neobsahuje XXXXXXÅ ablona "%s" je neplatnÃĄ, neměla by obsahovat "%s"Dočasně není moÅžnÊ vyřeÅĄit "%s"Text skončil před nalezením odpovídajících uvozovek znakem %c. (Text zněl "%s")Text skončil prÃĄvě za znakem "\". (Text zněl "%s")Text je prÃĄzdnÃŊ (nebo obsahuje pouze mezery)URI "%s" obsahuje nesprÃĄvně změněnÊ znakyURI "%s" je neplatnÊURI "%s" není absolutní URI pouŞívající schÊma "file"Soubor byl externě pozměněnNÃĄzev počítače v URI "%s" je neplatnÃŊURI "%s" místního souboru nesmí obsahovat "#""%s" není absolutní cestou%s poskytnut příliÅĄ vysokÃŊ početZahozenÊ není podporovÃĄnoZkrÃĄcení nepodporovÃĄno ve vstupním prouduZkrÃĄcení není v proudu podporovÃĄnoTyp %s neimplementuje from_tokens() v rozhraní GIconTyp %s neimplementuje rozhraní GIconTyp %s není mezi třídamiURI nejsou podporovÃĄnyNelze vytvořit socket: %sNelze vytvořit adresÃĄÅ™ koÅĄe %s: %sNelze vytvořit informační soubor o zahozenÊm: %sNelze nalÊzt vÃŊchozí typ sledovÃĄní místního adresÃĄÅ™eNelze nalÊzt vÃŊchozí typ sledovÃĄní místního souboruNelze nalÊzt nebo vytvořit adresÃĄÅ™ koÅĄeNelze nalÊzt terminÃĄl vyÅžadovanÃŊ pro aplikaciKe koÅĄi nelze nalÊzt adresÃĄÅ™ nejvyÅĄÅĄÃ­ ÃērovněNelze získat nevyřízenou chybu: %sNelze zahodit soubor: %sNeočekÃĄvanÃŊ atribut "%s" prvku "%s"NeočekÃĄvanÃŊ časnÃŊ konec prouduNeočekÃĄvanÃĄ chyba v g_io_channel_win32_poll() při čtení dat z procesu potomkaNeočekÃĄvanÃĄ chyba v select() při čtení dat z procesu potomka (%s)NeočekÃĄvanÃĄ chyba v waitpid() (%s)NeočekÃĄvanÃĄ značka "%s" v "%s"NeočekÃĄvanÃĄ značka "%s", byla očekÃĄvÃĄna značka "%s"NeočekÃĄvanÃŊ typ pomocnÃŊch datNeznÃĄmÃĄ chyba při běhu procesu potomka "%s"NeznÃĄmÃĄ chyba při spojeníNeznÃĄmÃŊ přepínač %sByl zadÃĄn neznÃĄmÃŊ protokolNeznÃĄmÃŊ typNenalezena uzavírací uvozovka v příkazovÊm Å™ÃĄdku nebo jinÊm uvozenÊm textuBez nÃĄzvuNepodporovanÃĄ adresa socketuPouÅžití:V adresÃĄÅ™Ã­ch hledÃĄní nelze najít platnÃŊ soubor klíčeHodnotu "%s" nelze interpretovat jako booleovskou hodnotu.Hodnotu "%s" nelze interpretovat jako reÃĄlnÊ (float) číslo.Hodnotu "%s" nelze interpretovat jako číslo.ČekÃĄ se na stav socketu: %sChybnÃŊ počet tokenů (%d)[PŘEPÍNAČ...]\ na konci vzorku\C není dovoleno ve zpětnÊm vÃŊroku\c na konci vzorkupo \g nenÃĄsleduje nÃĄzev ve sloÅženÊ zÃĄvorce nebo nenulovÊ číslo volitelně ve sloÅženÊ zÃĄvorcepo (?( očekÃĄvÃĄn vÃŊrokzměny asociací nepodporovÃĄny na Win32zpětnÊ odkazy coby podmínky nejsou podporovanÊ u ÄÃĄstečnÊho porovnÃĄvÃĄnídosaÅžen limit zpětnÊho vyhledÃĄvÃĄnízměny velikosti písmen (\l, \L, \u, \U) zde nejsou povolenyznakovÃĄ hodnota v posloupnosti \x{...} je příliÅĄ vysokÃĄpřetečení kÃŗdupodmínkovÃĄ skupina obsahuje více neÅž dvě větvepoÅĄkozenÃŊ objektnezdařilo se získat místní adresu: %snezdařilo se získat vzdÃĄlenou adresu: %snezdařilo se naslouchÃĄní: %svytvÃĄÅ™Ã­ se GSocket z fd: %sočekÃĄvÃĄno číslomechanika neprovÃĄdí vysouvÃĄnímechanika neprovÃĄdí eject (vysouvÃĄní) nebo eject_with_operationmechanika neprovÃĄdí dotazovÃĄní na mÊdiamechanika neprovÃĄdí spuÅĄtěnímechanika neprovÃĄdí zastavenínelze získat paměÅĨočekÃĄvÃĄno ÅĄestnÃĄctkovÊ čísloočekÃĄvÃĄno číslo nebo "}"nedovolenÃŊ symbolickÃŊ odkazneslučitelnÊ volby NEWLINEvnitřní chybavnitřní chyba nebo poÅĄkozenÃŊ objektneplatnÃĄ kombinace příznaků novÊho Å™ÃĄdkuneplatnÃĄ podmínka (?(0)neplatnÃĄ posloupnost pro změnu ve znakovÊ třídězpětnÃŊ vÃŊrok není pevnÊ dÊlkychybně utvořenÃĄ posloupnost \P nebo \pnesprÃĄvně utvořenÊ číslo nebo nÃĄzev po (?(v symbolickÊm odkazu chybí "<"po komentÃĄÅ™i schÃĄzí znak )schÃĄzí koncovÃŊ znak )schÃĄzí koncovÃŊ znak ] znakovÊ třídyschÃĄzí ukončovací člen v nÃĄzvu podřazenÊho vzorkupřipojenÊ neprovÃĄdí odhad typu obsahupřipojenÊ neprovÃĄdí vysouvÃĄnípřipojenÊ neprovÃĄdí eject (vysouvÃĄní) nebo eject_with_operationpřipojenÊ neprovÃĄdí opakovanÊ připojenípřipojenÊ neprovÃĄdí synchronní odhad typu obsahupřipojenÊ neprovÃĄdí odpojenípřipojenÊ neprovÃĄdí unmount (odpojení) nebo unmount_with_operationnic k opakovÃĄníčíslo v {} quantifier je příliÅĄ vysokÊčísla v {} quantifier nejsou v poÅ™ÃĄdkuosmičkovÃĄ hodnota je větÅĄÃ­ neÅž \377nedostatek pamětipřetečení přijímanÃŊch informací překlÃĄdanÊho pracovního prostoruv předchozím kroku kontrolovanÃŊ odkazovanÃŊ podřazenÃŊ vzorek nenalezenrozsah ve znakovÊ třídě není v poÅ™ÃĄdkudosaÅžen limit rekurzerekurzivní volÃĄní by se mohlo dostat do nekonečnÊ smyčkyodkaz na neexistující podřazenÃŊ vzorekregulÃĄrní vÃŊraz je příliÅĄ dlouhÃŊopakovÃĄní skupiny DEFINE není povolenoosamocenÊ koncovÊ "\"nÃĄzev podřazenÊho vzorku je příliÅĄ dlouhÃŊ (maximem je 32 znaků)symbolickÃŊ odkaz nesmí bÃŊt prÃĄzdnÃŊvzorek obsahuje poloÅžky nepodporovanÊ u ÄÃĄstečnÊho porovnÃĄvÃĄnípříliÅĄ mnoho nazvanÃŊch podřazenÃŊch vzorků (maximem je 10 000)dva nazvanÊ podřazenÊ vzorky mají stejnÃŊ nÃĄzevnepředpoklÃĄdanÊ opakovÃĄníneukončenÃŊ symbolickÃŊ odkazneplatnÃŊ nÃĄzev třídy POSIXneznÃĄmÃĄ chybaneznÃĄmÃĄ posloupnost pro změnuneznÃĄmÃŊ nÃĄzev vlastnosti po \P či \pnerozpoznanÃŊ znak po (?nerozpoznanÃŊ znak před (?<nerozpoznanÃŊ znak pře (?PnerozpoznanÃŊ znak nÃĄsleduje po \svazek neprovÃĄdí vysouvÃĄnísvazek neprovÃĄdí eject (vysouvÃĄní) nebo eject_with_operationsvazek neprovÃĄdí připojenídosaÅžen limit pracovního prostoru prÃĄzdnÃŊch dílčích řetězcůsymbolickÃŊ odkaz o nulovÊ dÊlce./glib-2.22.2-i686/usr/share/locale/te/0000755000000000000000000000000011271167002015620 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/te/LC_MESSAGES/0000755000000000000000000000000011271167002017405 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/te/LC_MESSAGES/glib20.mo0000644000000000000000000020475311271166637021051 0ustar rootrootŪ•œ !‘!Ĩ!­!ĩ! Ŋ!É!YŅ!_+"a‹"í"#)'#Q#&e#BŒ#Ī#æ#+û#('$ P$q$#$ą$Ë$2ã$9%!P%4r%/§%×%3î%+"&1N&-€&/Ž&#Ū&' ')8'b'(~',§'%Ô'&ú'"!("D()g(!‘( ŗ(AÔ(ž)ĩ)Ė);ė).(**W*.‚*ą**Ę*&õ*a+F~+4Å+2ú+:-,Ah,@Ē,;ë,W'-W-1×-/ .%9.?_.5Ÿ.IÕ.‘/ ą/Ō/į/0#0:0S0j0}0’0ą0Î0!ę0 1,1K1a1|1 ‘1˛1Î1å1ũ1252Q2j2†2"ž2Á2Ũ2ü2!363K3 d3…3Ÿ3ļ3!Đ3)ō3-4J4b4€4,š4Į4!ã455:75.r50Ą59Ō5 6&6>@6$6#¤6Č6'æ6.7=7?\7)œ7$Æ7%ë7-8?8!S89u8*¯89Ú89-19+_9Š‹9&:+=:3i:#:!Á:)ã:8 ;9F;%€;.Ļ;-Õ;.<2<)I<!s< •<Ŗ<Â<.Ō< =&=#6=&Z==Ą=3ŧ=-đ=(>(G>(p>)™>Ã>ã>ô>??0?E?^?$s?0˜?É?+é?!@7@S@1q@.Ŗ@TŌ@H'AFpA=ˇALõA+BB!nBB-°B$ŪB(C,C"GC3jC9žCØC"õCD!0D1RD2„D<ˇDôD&E9:EtEE)ŠEĶE#æEL FNWF°ĻFzWGŌGęG%H8(H-aH*H5ēH*đH/I KIlI €I%ĄIĮI"äIJJ/JHJ!hJ ŠJĢJÄJáJôJ!K$1K0VK"‡KFĒK:ņK-,L2ZLL;ĨL áL'M-*M)XM"‚MĨM$šM ŪM?˙M.?NnN…N˜N!´N'ÖN3ūN.2O(aO0ŠO+ģOįOP* PKPOjPCēP"ūP!Q&AQ!hQ*ŠQĩQÎQāQ ˙QC RPRXRsR0zR.ĢR3ÚR-S TDiTŽT;ÉT0U 6U1DUvU‡U §UČUŨUúU V5'V)]V‡VĨVÂV×V!ōVW/WLW"[W$~WŖW*ģW(æWX"+X!NXpXˆX)žX%ČX-îXY5:YpY9YĘY9ęY$Z6Z%VZ |Z ZĢZ2ĮZ%úZ [&8[$_[„['Ą[É[3Ų[ \=&\+d\(\š\Ë\é\ ]]$(]M] m] Ž] ¯]Đ]6ī]&^,E^r^…‘^:`R`Z`b`'j`’`Đĸ`Ŋsaa1bJ“bPŪb]/c/cfŊcË$dDđdQ5el‡ejôe__ffŋff&gJgYØg“2h§Æh™ni’j€›jDk‘akwķk}klyélzcm\Ūm=;nhynĸânc…ohéo1Rpj„psīpfcq8Ęq‚rH†rXĪr(sišsI#ufmu•ÔugjvgŌvv:wAąw˜ķwzŒx)y°1z[âzZ>{c™{ũ{Ŗ›|œ?}įÜ}įÄ~’Ŧ?€uЀŒFŽĶšb‚xũ‚Sv„=ʄZ…Uc…Bš…<ü…N9†;ˆ†CĆa‡Zj‡FŇw ˆW„ˆX܈K5‰A‰5É?ų‰S9ŠOŠMŨŠD+‹Up‹ZƋH!ŒWjŒTŒk^ƒmâgPŽƒ¸Ž=<CzVžH6^E•Mېx)‘oĸ‘H’K[’Q§’“ų’b“sđ“\d”dÁ”°&•Œ×•‹d–Ĩđ–N–—T嗑:˜G˘i™S~™ZŌ™-šp­šĒ›yɛvCœzēœl58ĸg۝‰Cž†ÍžŠTŸZūŸ–Y ƒđ "tĄl—ĸƒŖ’ˆŖi¤g…¤rí¤ŋ`Ĩē ĻĒÛĻ…†§€ ¨¨@Š›PŠuėŠ$bĒU‡Ē4ŨĒTĢ8gĢU Ģ‚öĢiyŦ\ãŦM@­ŒŽ­”ށ°Žr2¯rĨ¯°i˜°7ą::ą=uąAŗą0õąH&˛Mo˛UŊ˛…ŗN™ŗčŗph´fŲ´Z@ĩp›ĩu ļâ‚ļÍeˇÃ3¸Ą÷¸Ų™šzsēkîēaZģŧģgJŧ†˛ŧV9ŊaŊ—ōŊŠžK(ŋ…tŋPúŋWKĀ›ŖĀ­?ÁŗíÁnĄÂ–ø§ÃG`ÄR¨ÄŖûÄDŸÅsäŗXƨđÆt™ĮÕÉ=äÉ."ƊQʔÜĘ|qË_îˏNĖ‚ŪĖsaÍ^ÕÍ@4ÎHuÎYžÎYĪkrĪeŪĪSDĐJ˜Đ`ãĐqDŅ€ļŅP7ŌOˆŌAØŌWĶsrĶ:æĶI!ÔTkÔ¸ĀÔ~yÕcøÕŽ\Ö4ëÖ  ×`Á×c"Øm†ØFôØi;Ų4ĨŲ‡ÚŲebڊČÚeSÛ@šÛ1úÛW,Üx„܏ũ܆ŨŸŪ¨´Ū”]ߏōßg‚ā^ęā^Iág¨áÔâ°åâ\–ãFķãS:äQŽä„āäPeåAļåVøå"Oæąræ$įG@įˆįlŸįl čyyčgķč^[éFēé,ę..ę`]ę.žęõíęTãëi8ėĢĸėbN튱í{<î+¸îäî(tīdīađ+dđFđ.×đVņŅ]ņg/ōx—ōiķGzķVÂķmôJ‡ô?Ōô%õX8õi‘õ.ûõ*öuĒöS ÷ht÷iŨ÷RGøEšønāøiOųyšųi3úąúfOûŠļûlAüŦŽü=[ũb™ũoüũMlū1ēūPėūŽ=˙‚Ė˙JO]šMøKFx’& 2I˛˜üv•‰ (–Sŋ;%OJuaĀJ"KmKšjopÎāY¯‰ W“ ŗA3ôMˇTû%K6´V‹ũŽ7Ā0bI†š˛T-ëâB€„Z×Ũã$ˆÂ į[v ķ.F&š°GQ{)^Ŗ¨Ė;ŦsÔ&]5@RqīgkåĄ:qWæĶ…Wõ}w¯"U)ōAO ø‡Ëŋ(d…rM#„\?ÛX ˙`;?Nvjl 't€KY1NfÁ>n27pRi¤nęm6ŸĮáu3-yļ÷‡î_*IP iuS|ܞ–OŲØd!<5JŒ ŠēsāĘĩģÕ2ė,éLú/[ŠVU_•xb'†8^9E+Č>Qxņ4 ֘‰”CĨÅt<ä‚9ŪŠmž4ĒDhƒe+‘írBD%1#Gf=|Ŋ8HŅ@‰Lo§owS*pP~a Éą:`ÎĢ}zyų0ŧ —ÆĐaÚlđ͜{jc­JZ]=cHCŽ/!\“ĪĻ$ĂX,ßk’öY ÃčE™ĸŒüŽFg›¸ˆŌ .heū"~‹(zƒ (invalid encoding)%.1f GB%.1f KB%.1f MB%s filetype%s type'%s' is not a valid character following a '<' character; it may not begin an element name'%s' is not a valid character following the characters '''%s' is not a valid name '%s' is not a valid name: '%c' (?R or (?[+-]digits must be followed by )) without opening (A bookmark for URI '%s' already existsAbstract unix domain socket addresses not supported on this systemAdded socket is closedApplication Options:Association creation not supported on win32Attribute '%s' of element '%s' not foundAttribute value must be non-NULLBackup file creation failedCan't copy directory over directoryCan't copy over directoryCan't copy special fileCan't create user MIME configuration folder %s: %sCan't create user application configuration folder %s: %sCan't create user desktop file %sCan't do a raw read in g_io_channel_read_line_stringCan't do a raw read in g_io_channel_read_to_endCan't find applicationCan't handle the supplied version the icon encodingCan't handle version %d of GEmblem encodingCan't handle version %d of GEmblemedIcon encodingCan't handle version %d of GFileIcon encodingCan't handle version %d of GThemedIcon encodingCan't move directory over directoryCan't open directoryCan't recursively copy directoryCan't rename file, filename already existCan't rename root directoryCancellable initialization not supportedCannot convert fallback '%s' to codeset '%s'Cannot parse double value '%s' for %sCannot parse integer value '%s' for %sCannot set permissions on symlinksCannot truncate GMemoryInputStreamChannel terminates in a partial characterCharacter out of range for UTF-16Character out of range for UTF-8Character reference '%-.*s' does not encode a permitted characterCharacter reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Connection in progressContaining mount does not existConversion from character set '%s' to '%s' is not supportedCould not allocate %lu bytes to read file "%s"Could not open converter from '%s' to '%s'Could not open converter from '%s' to '%s': %sCustom definition for %sDEFINE group contains more than one branchDesktop file didn't specify Exec fieldDocument ended unexpectedly after the equals sign following an attribute name; no attribute valueDocument ended unexpectedly inside a comment or processing instructionDocument ended unexpectedly inside an attribute nameDocument ended unexpectedly inside an element nameDocument ended unexpectedly inside an element-opening tag.Document ended unexpectedly inside the close tag for element '%s'Document ended unexpectedly just after an open angle bracket '<'Document ended unexpectedly while inside an attribute valueDocument ended unexpectedly with elements still open - '%s' was the last element openedDocument ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>Document must begin with an element (e.g. )Document was empty or contained only whitespaceDouble value '%s' for %s out of rangeElement '%s' was closed, but the currently open element is '%s'Element '%s' was closed, no element is currently openEmpty entity '&;' seen; valid entities are: & " < > 'Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Entity name '%-.*s' is not knownEnumerator is closedError accepting connection: %sError binding to address: %sError closing file: %sError closing socket: %sError closing unix: %sError connecting: Error connecting: %sError creating backup copy: %sError creating directory: %sError during conversion: %sError getting filesystem info: %sError launching application: %sError making symbolic link: %sError moving file: %sError on line %d char %d: Error on line %d: %sError opening directory '%s': %sError opening file '%s': %sError opening file: %sError parsing option %sError reading file '%s': %sError reading from file: %sError reading from unix: %sError receiving data: %sError receiving message: %sError removing file: %sError removing old backup link: %sError removing old file: %sError removing target file: %sError renaming file: %sError renaming temporary file: %sError resolving '%s'Error resolving '%s': %sError reverse-resolving '%s': %sError seeking in file: %sError sending data: %sError sending message: %sError setting SELinux context: %sError setting extended attribute '%s': %sError setting modification or access time: %sError setting owner: %sError setting permissions: %sError setting symlink: %sError setting symlink: file is not a symlinkError stating file '%s': %sError stating file descriptor: %sError trashing file: %sError truncating file: %sError while compiling regular expression %s at char %d: %sError while matching regular expression %s: %sError while optimizing regular expression %s: %sError while parsing replacement text "%s" at char %lu: %sError writing to file: %sError writing to unix: %sExisting file '%s' could not be removed: g_unlink() failed: %sExpected a GEmblem for GEmblemedIconExpecting 1 control message, got %dExpecting one fd, but got %d Failed to change to directory '%s' (%s)Failed to close file '%s': fclose() failed: %sFailed to create file '%s': %sFailed to create pipe for communicating with child process (%s)Failed to execute child process "%s" (%s)Failed to execute child process (%s)Failed to execute helper program (%s)Failed to expand exec line '%s' with URI '%s'Failed to fork (%s)Failed to fork child process (%s)Failed to get attributes of file '%s': fstat() failed: %sFailed to map file '%s': mmap() failed: %sFailed to open file '%s' for writing: fdopen() failed: %sFailed to open file '%s': %sFailed to open file '%s': fdopen() failed: %sFailed to open file '%s': open() failed: %sFailed to parse '%-.*s', which should have been a digit inside a character reference (ê for example) - perhaps the digit is too largeFailed to read data from child processFailed to read data from child process (%s)Failed to read enough data from child pid pipe (%s)Failed to read from child pipe (%s)Failed to read from file '%s': %sFailed to read the symbolic link '%s': %sFailed to redirect output or input of child process (%s)Failed to rename file '%s' to '%s': g_rename() failed: %sFailed to resize memory output streamFailed to write file '%s': fflush() failed: %sFailed to write file '%s': fsync() failed: %sFailed to write file '%s': fwrite() failed: %sFile "%s" is too largeFile enumerator has outstanding operationFile enumerator is already closedFile is emptyFile names cannot contain '%c'Filesystem rootGSocketControlMessage not supported on windowsHelp Options:Hostname '%s' contains '[' but not ']'Input stream doesn't implement readInteger value '%s' for %s out of rangeInteger value '%s' out of rangeInvalid GSeekType suppliedInvalid UTF-8 encoded text in name - not valid '%s'Invalid attribute type (byte string expected)Invalid attribute type (string expected)Invalid attribute type (uint32 expected)Invalid attribute type (uint64 expected)Invalid byte sequence in conversion inputInvalid extended attribute nameInvalid filenameInvalid filename %sInvalid group name: %sInvalid hostnameInvalid key name: %sInvalid program name: %sInvalid seek requestInvalid sequence in conversion inputInvalid socket, initialization failed due to: %sInvalid socket, not initializedInvalid string in argument vector at %d: %sInvalid string in environment: %sInvalid symlink value givenInvalid working directory: %sKey file contains escape character at end of lineKey file contains invalid escape sequence '%s'Key file contains key '%s' in group '%s' which has value that cannot be interpreted.Key file contains key '%s' which has a value that cannot be interpreted.Key file contains key '%s' which has value that cannot be interpreted.Key file contains key '%s' with value '%s' which is not UTF-8Key file contains line '%s' which is not a key-value pair, group, or commentKey file contains unsupported encoding '%s'Key file does not have group '%s'Key file does not have key '%s'Key file does not have key '%s' in group '%s'Key file does not start with a groupLeftover unconverted data in read bufferListener is already closedMalformed input data for GFileIconMalformed number of tokens (%d) in GEmblem encodingMalformed number of tokens (%d) in GEmblemedIcon encodingMalformed version number: %sMemory output stream not resizableMissing argument for %sMove between mounts not supportedNo MIME type defined in the bookmark for URI '%s'No application is registered as handling this fileNo application with name '%s' registered a bookmark for '%s'No bookmark found for URI '%s'No groups set in bookmark for URI '%s'No private flag has been defined in bookmark for URI '%s'No service record for '%s'No type for class name %sNo valid bookmark file found in data dirsNot a regular fileNot enough space for socket addressOdd character '%s', expected a '=' after attribute name '%s' of element '%s'Odd character '%s', expected a '>' character to end the empty-element tag '%s'Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute nameOdd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'Operation not supportedOperation was cancelledOutput stream doesn't implement writePCRE library is compiled without UTF8 properties supportPCRE library is compiled without UTF8 supportPOSIX collating elements are not supportedPOSIX named classes are supported only within a classPartial character sequence at end of inputQuoted text doesn't begin with a quotation markReached maximum data array limitReceived invalid fdSELinux context must be non-NULLSELinux is not enabled on this systemSeek not supported on streamSetting attribute %s not supportedShow all help optionsShow help optionsSocket is already closedSource stream is already closedStream doesn't support query_infoStream has outstanding operationStream is already closedSymbolic links not supportedTarget file existsTarget file is a directoryTarget file is not a regular fileTemplate '%s' doesn't contain XXXXXXTemplate '%s' invalid, should not contain a '%s'Temporarily unable to resolve '%s'Text ended before matching quote was found for %c. (The text was '%s')Text ended just after a '\' character. (The text was '%s')Text was empty (or contained only whitespace)The URI '%s' contains invalidly escaped charactersThe URI '%s' is invalidThe URI '%s' is not an absolute URI using the "file" schemeThe file was externally modifiedThe hostname of the URI '%s' is invalidThe local file URI '%s' may not include a '#'The pathname '%s' is not an absolute pathToo large count value passed to %sTrash not supportedTruncate not allowed on input streamTruncate not supported on streamType %s does not implement from_tokens() on the GIcon interfaceType %s does not implement the GIcon interfaceType %s is not classedURIs not supportedUnable to create socket: %sUnable to create trash dir %s: %sUnable to create trashing info file: %sUnable to find default local directory monitor typeUnable to find default local file monitor typeUnable to find or create trash directoryUnable to find terminal required for applicationUnable to find toplevel directory for trashUnable to get pending error: %sUnable to trash file: %sUnexpected attribute '%s' for element '%s'Unexpected early end-of-streamUnexpected error in g_io_channel_win32_poll() reading data from a child processUnexpected error in select() reading data from a child process (%s)Unexpected error in waitpid() (%s)Unexpected tag '%s' inside '%s'Unexpected tag '%s', tag '%s' expectedUnexpected type of ancillary dataUnknown error executing child process "%s"Unknown error on connectUnknown option %sUnknown protocol was specifiedUnknown typeUnmatched quotation mark in command line or other shell-quoted textUnnamedUnsupported socket addressUsage:Valid key file could not be found in search dirsValue '%s' cannot be interpreted as a boolean.Value '%s' cannot be interpreted as a float number.Value '%s' cannot be interpreted as a number.Waiting for socket condition: %sWrong number of tokens (%d)[OPTION...]\ at end of pattern\C not allowed in lookbehind assertion\c at end of pattern\g is not followed by a braced name or an optionally braced non-zero numberassertion expected after (?(association changes not supported on win32back references as conditions are not supported for partial matchingbacktracking limit reachedcase-changing escapes (\l, \L, \u, \U) are not allowed herecharacter value in \x{...} sequence is too largecode overflowconditional group contains more than two branchescorrupted objectcould not get local address: %scould not get remote address: %scould not listen: %screating GSocket from fd: %sdigit expecteddrive doesn't implement ejectdrive doesn't implement eject or eject_with_operationdrive doesn't implement polling for mediadrive doesn't implement startdrive doesn't implement stopfailed to get memoryhexadecimal digit expectedhexadecimal digit or '}' expectedillegal symbolic referenceinconsistent NEWLINE optionsinternal errorinternal error or corrupted objectinvalid combination of newline flagsinvalid condition (?(0)invalid escape sequence in character classlookbehind assertion is not fixed lengthmalformed \P or \p sequencemalformed number or name after (?(missing '<' in symbolic referencemissing ) after commentmissing terminating )missing terminating ] for character classmissing terminator in subpattern namemount doesn't implement content type guessingmount doesn't implement ejectmount doesn't implement eject or eject_with_operationmount doesn't implement remountmount doesn't implement synchronous content type guessingmount doesn't implement unmountmount doesn't implement unmount or unmount_with_operationnothing to repeatnumber too big in {} quantifiernumbers out of order in {} quantifieroctal value is greater than \377out of memoryoverran compiling workspacepreviously-checked referenced subpattern not foundrange out of order in character classrecursion limit reachedrecursive call could loop indefinitelyreference to non-existent subpatternregular expression too largerepeating a DEFINE group is not allowedstray final '\'subpattern name is too long (maximum 32 characters)symlink must be non-NULLthe pattern contains items not supported for partial matchingtoo many named subpatterns (maximum 10,000)two named subpatterns have the same nameunexpected repeatunfinished symbolic referenceunknown POSIX class nameunknown errorunknown escape sequenceunknown property name after \P or \punrecognized character after (?unrecognized character after (?<unrecognized character after (?Punrecognized character follows \volume doesn't implement ejectvolume doesn't implement eject or eject_with_operationvolume doesn't implement mountworkspace limit for empty substrings reachedzero-length symbolic referenceProject-Id-Version: glib.master.te Report-Msgid-Bugs-To: POT-Creation-Date: 2009-10-07 09:51-0400 PO-Revision-Date: 2009-09-17 14:15+0530 Last-Translator: Krishna Babu K Language-Team: Telugu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.11.4 Plural-Forms: nplurals=2; plural=(n!=1); (ā°šāą†ā°˛āąā°˛ā°¨ā°ŋ ā°¯āą†ā°¨āąā°•āą‹ā°Ąā°ŋā°‚ā°—āą)%.1f GB%.1f KB%.1f MB%s ā°Ļā°¸āąā°¤āąā°°ā°Žāąā°°ā°•ā°Žāą%s ā°°ā°•ā°Žāą '<' ā°¤āą‹ ā°Ēāąā°°ā°žā°°ā°‚ā°­ā°Žā°—āą '%s' ā°…ā°¨āąā°¨ā°Ļā°ŋ Ⰿⰰⰰā°ŋⰐⰍ ā°…ā°•āąā°ˇā°°ā°‚ ā°•ā°žā°Ļāą ; ā°¯ā°ŋā°Ļā°ŋ ā°Žāą‚ā°˛ā°• ā°¨ā°žā°Žā°‚ā°¤āą‹ ā°Ēāąā°°ā°žā°°ā°‚ā°­ā°Žā°ĩā°˛āą‡ā°Ļāą. '''%s' ā°šāą†ā°˛āąā°˛āąā°¨ā°Ÿāąā°ĩā°‚ā°Ÿā°ŋ ā°¨ā°žā°Žā°Žāą ā°•ā°žā°Ļāą '%s' ā°šāą†ā°˛āąā°˛āąā°¨ā°Ÿāąā°ĩā°‚ā°Ÿā°ŋ ā°¨ā°žā°Žā°Žāą ā°•ā°žā°Ļāą: '%c' (?R ā°˛āą‡ā°Ļā°ž (?[+-]ā°…ā°‚ā°•āą†ā°˛āą ā°¤ā°Ēāąā°Ēā°• ) ā°…ā°¨āąā°¸ā°°ā°ŋā°‚ā°šā°žā°˛ā°ŋ) ā°¤āą†ā°°ā°ŋⰚā°ŋā°¨ ( ā°˛āą‡ā°•āąā°‚ā°Ąā°žURI '%s'ā°•āą ā°¯ā°ŋā°Ēāąā°ĒⰟā°ŋā°•āą‡ ā°’ā°• ā°Ēāąā°¸āąā°¤ā°•ā°—āąā°°āąā°¤āą ā°ĩāąā°‚ā°Ļā°ŋā°†ā°Ŧāąâ€Œā°¸āąā°Ÿāąā°°ā°žā°•āąā°Ÿāą ā°¯āąā°¨ā°ŋā°•āąā°¸āą ā°ĄāąŠā°Žāąˆā°¨āą ā°¸ā°žā°•āą†ā°Ÿāą Ⱊā°ŋā°°āąā°¨ā°žā°Žā°ž Ⰸ ā°¸ā°ŋā°¸āąā°Ÿā°Žāą ⰍⰂā°Ļāą ā°Žā°Ļāąā°Ļā°¤āą€ā°¯ā°Ŧā°Ąā°Ļāąā°œā°¤ā°šāą‡ā°¸ā°ŋā°¨ ā°¸ā°žā°•āą†ā°Ÿāą ā°Žāą‚ā°¯ā°Ŧā°Ąā°ŋā°‚ā°Ļā°ŋā°•ā°žā°°āąā°¯ā°•āąā°ˇāą‡ā°¤āąā°° ā°‡ā°šāąā°›ā°žā°Ēāą‚ā°°āąā°ĩā°•ā°žā°˛āą :win32 ⰍⰂā°Ļāą ā°¸ā°šā°¸ā°‚ā°­ā°‚ā°Ļ ā°¸āąƒā°ˇāąā°Ÿāą€ā°•ā°°ā°Ŗ ā°Žā°Ļāąā°Ļā°¤āą€ā°¯āąā°Ÿā°˛āą‡ā°Ļāąā°Žāą‚ā°˛ā°•ā°‚ '%2$s'ā°¯āąŠā°•āąā°• ā°¯ā°žā°Ÿāąā°°ā°ŋā°Ŧāąā°¯āą‚ā°Ÿāą '%1$s' ā°•ā°¨ā°Ŧā°Ąā°˛āą‡ā°Ļāąā°¯ā°žā°Ÿāąā°°ā°ŋā°Ŧāąā°¯āą‚ā°Ÿāą ā°ĩā°ŋā°˛āąā°ĩ ā°¤ā°Ēāąā°Ēā°• NULL-ā°•ā°žā°•āą‚ā°Ąā°Ļāąā°Ŧāąā°¯ā°žā°•ā°Ēāą ā°Ļā°¸āąā°¤āąā°°ā°Žāą ā°¸āąƒā°ˇāąā°Ÿāą€ā°•ā°°ā°Ŗ ā°ĩā°ŋā°Ģā°˛ā°Žāąˆā°‚ā°Ļā°ŋā°Ąāąˆā°°āą†ā°•āąā°Ÿā°°āą€ā°¨ā°ŋ ā°Ąāąˆā°°āą†ā°•āąā°Ÿā°°āą€ā°•ā°ŋ ā°¨ā°•ā°˛āą ā°¤āą€ā°¯ā°˛āą‡ā°Žāąā°Ąāąˆā°°āą†ā°•āąā°Ÿā°°āą€ā°¨ā°‚ā°Ļāą ā°¨ā°•ā°˛āą ā°¤āą€ā°¯ā°˛āą‡ā°Ļāąā°Ēāąā°°ā°¤āąā°¯āą‡ā°• ā°Ļā°¸āąā°¤āąā°°ā°Žāąā°¨āą ā°¨ā°•ā°˛āąā°¤āą€ā°¯ā°˛āą‡ā°Ļāąā°ĩā°ŋā°¨ā°ŋā°¯āą‹ā°—ā°Ļā°žā°°ā°ŋ MIME ā°†ā°•āąƒā°¤āą€ā°•ā°°ā°Ŗ ā°¸ā°‚ā°šā°¯ā°‚ %sā°¨āą ā°¸āąƒā°ˇāąā°Ÿā°ŋā°‚ā°šā°˛āą‡ā°•ā°Ēāą‹ā°¯ā°ŋā°‚ā°Ļā°ŋ: %sā°ĩā°ŋā°¨ā°ŋā°¯āą‹ā°—ā°Ļā°žā°°ā°ŋ ā°…ā°¨āąā°ĩā°°āąā°¤ā°¨ ā°†ā°•āąƒā°¤āą€ā°•ā°°ā°Ŗ ā°¸ā°‚ā°šā°¯ā°‚ %sā°¨āą ā°¸āąƒā°ˇāąā°Ÿā°ŋā°‚ā°šā°˛āą‡ā°•ā°Ēāą‹ā°¯ā°ŋā°‚ā°Ļā°ŋ: %sā°ĩā°ŋā°¨ā°ŋā°¯āą‹ā°—ā°Ļā°žā°°ā°ŋ ā°Ąāą†ā°¸āąā°•āąā°Ÿā°žā°Ēāą ā°Ļā°¸āąā°¤āąā°°ā°Žāąā°¨āą ā°¸āąƒā°ˇāąā°Ÿā°ŋā°‚ā°šā°˛āą‡ā°•ā°Ēāą‹ā°¯ā°ŋā°‚ā°Ļā°ŋ %s Ⱌā°ŋ_ⰐⰓ_ā°›ā°žā°¨āą†ā°˛āą_ā°°āą€ā°Ąāą_ā°˛āąˆā°¨āą_ā°¸āąā°°āąā°Ÿā°ŋā°‚ā°—āą ā°Žāąā°Ąā°ŋ Ⱊā°Ļāąā°ĩāą ā°¸ā°žā°§āąā°¯ā°Ēā°Ąā°Ļāą Ⱌā°ŋ_ⰐⰓ_ā°›ā°žā°¨āą†ā°˛āą_ā°°āą€ā°Ąāą_ā°˛āąˆā°¨āą_ā°Žā°‚ā°Ąāą ā°Žāąā°Ąā°ŋ Ⱊā°Ļāąā°ĩāą ā°¸ā°žā°§āąā°¯ā°Ēā°Ąā°Ļāąā°…ā°¨āąā°ĩā°°āąā°¤ā°¨ā°Žāąā°¨āą ā°•ā°¨āąā°—āąŠā°¨ ā°˛āą‡ā°Ļāąā°Ēāąā°°ā°¤ā°ŋā°Ž ā°Žā°¨āąā°•āą‹ā°Ąā°ŋā°‚ā°—āąā°¨āą ā°Ēā°‚ā°Ēā°ŋā°Ŗā°ŋā°šāą‡ā°¸ā°ŋā°¨ ā°ĩā°°āąā°ˇā°¨āą ā°¸ā°‚ā°­ā°žā°˛ā°ŋā°‚ā°šā°˛āą‡ā°ĻāąGEmblem ā°Žā°¨āąā°•āą‹ā°Ąā°ŋā°‚ā°—āą ā°¯āąŠā°•āąā°• ā°ĩā°°āąā°ˇā°¨āą %dā°¨āą ā°¸ā°‚ā°­ā°žā°˛ā°ŋā°‚ā°šā°˛āą‡ā°ĻāąGEmblemedIcon ā°Žā°¨āąā°•āą‹ā°Ąā°ŋā°‚ā°—āą ā°¯āąŠā°•āąā°• ā°ĩā°°āąā°ˇā°¨āą %dā°¨āą ā°¸ā°‚ā°­ā°žā°˛ā°ŋā°‚ā°šā°˛āą‡ā°ĻāąGFileIcon ā°Žā°¨āąā°•āą‹ā°Ąā°ŋā°‚ā°—āą ā°¯āąŠā°•āąā°• ā°ĩā°°āąā°ˇā°¨āą %dā°¨āą ā°¸ā°‚ā°­ā°žā°˛ā°ŋā°‚ā°šā°˛āą‡ā°ĻāąGThemedIcon ā°Žā°¨āąā°•āą‹ā°Ąā°ŋā°‚ā°—āąā°¯āąŠā°•āąā°• ā°ĩā°°āąā°ˇā°¨āą %dā°¨āą ā°¸ā°‚ā°­ā°žā°˛ā°ŋā°‚ā°šā°˛āą‡ā°Ļāąā°Ąāą†ā°°āą†ā°•āąā°Ÿā°°āą€ā°¨ā°ŋ ā°Ąāą†ā°°āą†ā°•āąā°Ÿā°°āą€ā°•ā°ŋ ā°•ā°Ļāąā°Ēā°˛āą‡ā°Žāąā°Ąāą†ā°°āą†ā°•āąā°Ÿā°°āą€ā°¨ā°ŋ ā°¤āą†ā°°āąā°ĩā°˛āą‡ā°Žāąā°Ąāąˆā°°āą†ā°•āąā°Ÿā°°āą€ā°¨ā°ŋ ā°Ēāąā°¨ā°°ā°žā°ĩāąƒā°¤ā°Žāąā°—ā°ž ā°¨ā°•ā°˛āąā°¤āą€ā°¯ā°˛āą‡ā°Ļāąā°Ļā°¸āąā°¤āąā°°ā°Žāąā°¨āą ā°Ēāąā°¨ā°ƒā°¨ā°žā°Žā°•ā°°ā°Ŗ ā°šāą‡ā°¯ā°˛āą‡ā°Žāą, ā°Ļā°¸āąā°¤āąā°°ā°¨ā°žā°Žā°Žāą ā°¯ā°ŋā°Ēāąā°ĒⰟā°ŋā°•āą‡ ā°ĩāąā°‚ā°Ļā°ŋā°°āą‚ā°Ÿāą ā°Ąāąˆā°°āą†ā°•āąā°Ÿā°°āą€ā°¨ā°ŋ ā°Ēāąā°¨ā°ƒā°¨ā°žā°Žā°•ā°°ā°Ŗ ā°šāą‡ā°¯ā°˛āą‡ā°Žāąā°°ā°Ļāąā°Ļāąā°šāą‡ā°¯ā°—ā°˛ā°ŋā°—ā°ŋā°¨ ā°¸ā°ŋā°Ļāąā°Ļāą€ā°•ā°°ā°Ŗ ā°Žā°Ļāąā°Ļā°¤āą€ā°¯ā°Ŧā°Ąā°Ļāąā°Ģā°žā°˛āą ā°Ŧāąā°¯ā°žā°•āą '%s' ā°¨āą '%s'ā°Ąā°Ŧāąā°˛āą ā°ĩā°ŋā°˛āąā°ĩ '%s'ā°¨āą %sā°•āąŠā°°ā°•āą ā°Ēā°žā°°āąā°ļāąâ€â€Œā°šāą‡ā°¯ā°˛āą‡ā°Ļāąā°Ēāą‚ā°°āąā°Ŗā°žā°‚ā°•ā°‚ ā°ĩā°ŋā°˛āąā°ĩ %sā°¨āą %s ā°•āąŠā°°ā°•āą ā°Ēā°žā°°āąā°¸āąâ€ ā°šāą‡ā°¯ā°˛āą‡ā°Ļāąā°¸ā°ŋā°Žāąâ€Œā°˛ā°ŋā°‚ā°•āąā°˛ ⰍⰂā°Ļāą ā°…ā°¨āąā°Žā°¤āąā°˛ā°¨āą ā°…ā°Žā°°āąā°šā°˛āą‡ā°ĻāąGMemoryInputStreamā°¨āą ā°•āąā°Ļā°ŋā°‚ā°š ā°˛āą‡ā°Žāą ā°Ēāą‚ā°°āąā°¤ā°ŋā°•ā°žā°¨ā°ŋ ā°…ā°•āąā°ˇā°°ā°žā°¨āąā°¨ā°ŋ ā°Ēāąā°°ā°¸ā°žā°° ā°Žā°žā°°āąā°—ā°‚ ā°Žāąā°—ā°ŋā°‚ā°šāąā°¨āą. ā°…ā°•āąā°ˇā°°ā°Žāą UTF-16 ā°ļāąā°°āą‡ā°Ŗā°ŋⰝⰂā°Ļāą ā°˛āą‡ā°Ļāąā°…ā°•āąā°ˇā°°ā°Žāą ā°¯āąā°Ÿā°ŋā°Ģāą-8 ā°ļāąā°°āą‡ā°Ŗā°ŋⰝⰂā°Ļāą ā°˛āą‡ā°Ļāą ā°…ā°•āąā°ˇā°° ā°¨ā°ŋā°ĩāą‡ā°Ļā°¨ '%-.*s' ā°…ā°¨āąā°Žā°¤ā°ŋā°‚ā°šā°Ŧā°Ąā°ŋā°¨ ā°…ā°•āąā°ˇā°°ā°Žāą ā°Žā°¨āą ā°•āą‹ā°Ąāą ā°…ā°ĩāąā°ĩā°Ļāą.ā°…ā°•āąā°ˇā°° ā°¨ā°ŋā°ĩāą‡ā°Ļā°¨ ā°¸āą†ā°Žā°ŋā°•āą‹ā°˛ā°¨āą ā°¤āą‹ ā°Žāąā°—ā°ŋā°¯ā°˛āą‡ā°Ļāą; ā°Ļā°žā°Ļā°žā°Ēāąā°—ā°ž ā°¯ā°ŋā°Ļā°ŋ ā°‰ā°Ēā°¯āą†ā°—ā°ŋā°‚ā°šā°‚ā°Ąā°ŋ ā°¯ā°žā°‚ā°Ēā°°āą ā°¸āą†ā°‚ā°Ąāą ā°…ā°•āąā°ˇā°°ā°‚ ā°¤āą‹ ā°Ēāąā°°ā°žā°°ā°‚ā°­ā°Žā°ĩā°°ā°žā°Ļāą - ā°Žā°¸āąā°¸āą‡ā°Ēāą ā°¯ā°žā°‚ā°Ēā°°āą ā°¸āą†ā°‚ā°Ąāą ā°¯ā°žā°œāą &ā°¯ā°žā°‚ā°Ēāą ā°…ā°¨āąā°¸ā°‚ā°§ā°žā°¨ā°Žāą ā°Ēāąā°°āą‹ā°—ā°¤ā°ŋā°˛āą‹ā°ĩāąā°‚ā°Ļā°ŋā°ĩā°ŋā°¨ā°ŋā°¯āą‹ā°—ā°Ļā°žā°°ā°ŋā°•ā°ŋ ā°Ļāąƒā°—āąā°—āą‹ā°šā°°ā°Žā°—āą ā°ŽāąŒā°‚ā°Ÿāą ā°˛āą‡ā°Ļāąā°…ā°•āąā°ˇā°°ā°Žā°žā°˛ā°˛āąŠ ā°•ā°˛ '%s' ā°¨āąā°‚ā°Ąā°ŋ '%s' ā°•āą ā°Ēā°°ā°ŋā°ĩā°°āąā°¤ā°ŋā°‚ā°šā°Ąā°žā°¨ā°ŋā°•ā°ŋ ā°¸ā°šā°•ā°°ā°ŋā°‚ā°šā°Ļāą%lu ā°Ŧāąˆā°Ÿāąā°˛ā°¨ā°ŋ ā°Ļā°¸āąā°¤āąā°°ā°‚ "%s" Ⱊā°Ļāąā°ĩāąā°Ÿā°•āą ā°‡ā°ĩāąā°ĩā°˛āą‡ā°Žāą'%s' ā°¨āąā°‚ā°Ąā°ŋ '%s' ā°•āą ā°Ēā°°ā°ŋā°ĩā°°āąā°¤ā°ŋā°‚ā°šā°Ąā°‚ ā°¸ā°žā°§āąā°¯ā°‚ ā°•ā°žā°Ļāą ā°•ā°¨āąā°ĩā°°āąā°Ÿā°°āąâ€Œā°¨āą '%s' ā°¨āąā°‚ā°Ąā°ŋ '%s'ā°•āą ā°¤āą†ā°°āąā°ĩā°˛āą‡ā°•ā°Ēāą‹ā°¯ā°ŋā°‚ā°Ļā°ŋ: %s%s ā°•āąŠā°°ā°•āą ā°Žā°˛ā°ŋⰚā°ŋā°¨ ā°¨ā°ŋā°°āąā°ĩā°šā°¨ā°Žāąā°¨ā°ŋā°°āąā°ĩⰚā°ŋā°‚ā°šā°ŋā°¨ ā°¸ā°Žāą‚ā°šā°‚ ā°ĩāąŠā°•ā°Ÿā°ŋā°•ā°¨āąā°¨ā°ž ā°¯āą†ā°•āąā°•āąā°ĩ ā°ļā°žā°–ā°˛ā°¨āą ā°•ā°˛ā°ŋā°—ā°ŋā°ĩāąā°‚ā°Ļā°ŋā°Ąāą†ā°¸āąā°•āąā°Ÿā°žā°Ēāą ā°Ļā°¸āąā°¤āąā°°ā°Žāą Exec ā°•āąā°ˇāą‡ā°¤āąā°°ā°Žāąā°¨āą ā°¤āą†ā°˛āąā°Ēā°˛āą‡ā°Ļāą '=' Ⱊā°ŋā°šāąā°¨ā°Žāą ā°¤ā°°āąā°ĩā°žā°¤ ā°¯ā°žā°Ÿāąā°°ā°ŋā°Ŧāąā°¯āą‚ā°Ÿāą ā°¨ā°žā°Žā°Žāąā°¨āą ā°…ā°¨āąā°¸ā°°ā°ŋā°¸āąā°¤āą‚ ā°¯ā°žā°Ÿāąā°°ā°ŋā°Ŧāąā°¯āą‚ā°Ÿāą ā°ĩā°ŋā°˛āąā°ĩā°˛āą‡ā°•āąā°‚ā°Ąā°ž ā°Ēā°¤āąā°°ā°Žāą ā°…ā°¨āąā°•āą‹ā°•āąā°‚ā°Ąā°ž ā°Žāąā°—ā°ŋā°‚ā°šā°Ŧā°Ąā°ŋā°‚ā°Ļā°ŋ. ā°˛āą‹ā°Ēā°˛ ā°ĩāąā°¯ā°žā°–āąā°¯ ā°•āąā°°ā°Žā°—ā°¤ā°ŋ ā°†ā°Ļāą‡ā°ļā°‚ ā°‰ā°‚ā°Ąā°—ā°ž ā°Šā°šā°ŋā°‚ā°šā°•āąā°‚ā°Ąā°ž ā°Ēā°žā° ā°‚ ā°Žāąā°—ā°ŋā°‚ā°Ēāą ā°…ā°¯ā°ŋā°¨ā°Ļā°ŋ ā°Ēā°¤āąā°°ā°‚ Ⱊā°ŋā°ĩā°° ā°Šā°šā°ŋā°‚ā°šā°¨ā°ŋ ā°†ā°Ēā°žā°Ļā°¨ā°¨ā°žā°Žā°‚ ā°•ā°˛ā°Ļāą ā°Ēā°¤āąā°°ā°‚ Ⱊā°ŋā°ĩā°° ā°Šā°šā°ŋā°‚ā°šā°¨ā°ŋ ā°Žāą‚ā°˛ā°•ā°¨ā°žā°Žā°‚ ā°•ā°˛ā°Ļāą ā°Ēā°¤āąā°°ā°‚ Ⱊā°ŋā°ĩā°° ā°Šā°šā°ŋā°‚ā°šā°¨ā°ŋ ā°¤āą†ā°°ā°šā°ŋā°¨ ā°ŦāąŠā°‚ā°Ļāą ā°•ā°˛ā°Ļāą. '%s'ā°Žāą‚ā°˛ā°•ā°Žāą ā°¯āą‹ā°•āąā°• ā°Žāą‚ā°¸ā°ŋā°¨ ā°ŦāąŠā°‚ā°Ļāą ā°Šā°šā°ŋā°‚ā°šā°•āąā°‚ā°Ąā°ž ā°Ēā°žā° ā°‚ ā°Žāąā°—ā°ŋā°‚ā°Ēāą ā°…ā°¯ā°ŋā°¨ā°Ļā°ŋ ā°Ēā°¤āąā°°ā°‚ Ⱊā°ŋā°ĩā°° ā°•āą‹ā°Ŗ ā°•āąā°‚ā°Ąā°˛āą€ā°•ā°°ā°Ŗā°Žāą'<' ā°ĩāą†ā°‚ā°Ÿā°¨āą† ā°…ā°¨ā°ĩā°¸ā°°ā°Žāąā°—ā°ž ā°Žāąā°—ā°ŋā°‚ā°Ēāą ā°…ā°¯ā°ŋā°¨ā°Ļā°ŋ ā°˛āą‹ā°Ēā°˛ ā°†ā°Ēā°žā°Ļā°¨ ā°ĩā°ŋā°˛āąā°ĩ ā°‰ā°¨āąā°¨ā°Ēāąā°Ąāą ā°Ēā°žā° ā°‚ ā°Šā°šā°ŋā°‚ā°šā°•āąā°‚ā°Ąā°ž ā°Žāąā°—ā°ŋā°‚ā°Ēāą ā°…ā°¯ā°ŋā°¨ā°Ļā°ŋ ā°Žāą‚ā°˛ā°•ā°Žāąā°˛āą ā°‡ā°‚ā°•ā°¨āą ā°¤āą†ā°°ā°šā°ŋā°¯āąā°¨āąā°¨ ā°Ēā°¤āąā°°ā°‚ ā°Šā°šā°ŋā°‚ā°šā°¨ā°ŋ ā°ĩā°ŋā°§ā°‚ā°—ā°ž ā°…ā°‚ā°¤ā°Žāąˆā°¨ā°Ļā°ŋ- '%s' Ⱊā°ŋā°ĩā°°ā°ŋā°Ļā°ŋ ā°Žāą‚ā°˛ā°•ā°Žāą ā°¤āą†ā°°ā°šā°Ŧā°Ąā°ŋā°¨ā°Ļā°ŋā°Ēā°¤āąā°°ā°‚ ā°Šā°šā°ŋā°‚ā°šā°¨ā°ŋ ā°ĩā°ŋā°§ā°‚ā°—ā°ž ā°…ā°‚ā°¤ā°Žāąˆā°¨ā°Ļā°ŋ,ā°Žāą‚ā°¸ā°ŋā°¨ ā°•āą‹ā°Ŗā°•āąā°‚ā°Ąā°ļā°ŋā°•ā°°ā°Ŗā°‚ ā°…ā°‚ā°¤ā°Žāą ā°šāą‚ā°šāąā°Ÿā°•āą ā°Šā°šā°ŋā°‚ā°šā°Ŧā°Ąā°ŋā°¨ā°Ļā°ŋ ā°ŦāąŠā°‚ā°Ļāą <%s/>ā°Ēā°¤āąā°°ā°‚ ā°¤ā°Ēāąā°Ēā°¨ā°ŋⰏⰰā°ŋā°—ā°ž ā°’ā°• ā°Žāą‚ā°˛ā°•ā°‚ā°¤āą‹ ā°Ēāąā°°ā°žā°°ā°‚ā°­ā°Žā°ĩā°˛āą†ā°¨āą (ā°‰ā°Ļā°ž. <ā°Ŧāąā°•āą>) ā°Ēā°¤āąā°°ā°‚ ā°–ā°žā°˛ā°ŋā°—ā°ž ā°‰ā°¨āąā°¨ā°Ļā°ŋ ā°˛āą‡ā°• ā°’ā°• ā°ĩāąˆā°Ÿāą ā°¸āąā°Ēāą‡ā°¸āą ā°•ā°˛ā°ŋā°—ā°ŋ ā°¯āąā°¨āąā°¨ā°Ļā°ŋ. ā°Ąā°Ŧāąā°˛āą ā°ĩā°ŋā°˛āąā°ĩ '%s' ā°…ā°¨āąā°¨ā°Ļā°ŋ %sā°•āąŠā°°ā°•āą ā°ĩāąā°¯ā°žā°Ēāąā°¤ā°ŋā°˛āą‹ ā°˛āą‡ā°Ļāą'%s' ā°Žāą‚ā°˛ā°•ā°‚ ā°Žāą‚ā°¯ā°Ŧā°Ąā°ŋā°¨ā°Ļā°ŋ, ā°•ā°žā°¨ā°ŋ ā°Ēāąā°°ā°¸āąā°§āąā°¤ā°‚ ā°¤āą†ā°°āąā°ĩ ā°Ŧā°Ąā°ŋā°¨ ā°Žāą‚ā°˛ā°•ā°‚ '%s' '%s' ā°Žāą‚ā°˛ā°•ā°‚ ā°Žāą‚ā°¯ā°Ŧā°Ąā°ŋā°¨ā°Ļā°ŋ, ā°Ēāąā°°ā°¸āąā°§āąā°¤ā°‚ ā° ā°Žāą‚ā°˛ā°•ā°Žāą ā°¤āą†ā°°ā°šā°ŋā°¯āąā°‚ā°Ąā°˛āą†ā°Ļāą ā°–ā°žā°ļā°ŋ ā°ĩāąā°¯ā°ˇāąā°Ÿā°ŋ '&;' ā°šāą‚ā°Ąā°Ŧā°Ąā°ŋā°¨ā°Ļā°ŋ; ā°ĩā°°āąā°¤ā°ŋā°‚ā°šāą ā°ĩāąā°¯ā°ˇāąā°Ÿā°ŋā°˛āą: & " < > ' ā°ĩāąā°¯ā°ˇāąā°Ÿā°ŋ ā°¸āą†ā°Žā°ŋā°•āą‹ā°˛ā°¨āą ā°¤āą‹ ā°Ēāą‚ā°°āąā°¤ā°ĩā°˛āą‡ā°Ļāą; ā°Ļā°žā°Ļā°žā°Ēāąā°—ā°ž ā°¯ā°žā°‚ā°Ēā°°āą ā°¸āą†ā°‚ā°Ąāą ā°‰ā°Ēā°¯āą†ā°—ā°ŋā°‚ā°šā°ĩā°˛āą†ā°¨āą ā°…ā°•āąā°ˇā°°ā°Žāą ā°Ļā°žā°Ļā°žā°Ēāąā°—ā°ž -' ā°Žā°¸āąā°•āą‡ā°Ēāą ⰝⰂā°Ēā°°āą ā°¸āą†ā°‚ā°Ąāą ā°¯ā°žā°œāą &ā°¯ā°žā°‚ā°Ēāą;' ā°¤āą‹ ā°Ēāąā°°ā°žā°°ā°‚ā°­ā°Žā°ĩā°˛āą‡ā°Ļāą. ā°Žāą‚ā°˛ā°•ā°Žāą ā°¨ā°žā°Žā°Žāą '%-.*s' ā°¤āą†ā°˛ā°ŋā°¸ā°ŋā°¨ā°Ļā°ŋ ā°•ā°žā°Ļāąā°Žā°¨āąā°¯āą‚ā°Žā°°āą‡ā°Ÿā°°āą ā°Žāą‚ā°¯ā°Ŧā°Ąā°ŋā°¨ā°Ļā°ŋā°…ā°¨āąā°¸ā°‚ā°§ā°žā°¨ā°Žāąā°¨āą ā°†ā°Žāą‹ā°Ļā°ŋā°‚ā°šāąā°Ÿā°˛āą‹ ā°Ļāą‹ā°ˇā°Žāą: %sⰚā°ŋā°°āąā°¨ā°žā°Žā°žā°•āą ā°Ŧā°‚ā°ĻⰍⰂ ā°…ā°—āąā°Ÿā°˛āą‹ ā°Ļāą‹ā°ˇā°Žāą: %sā°Ļā°¸āąā°¤āąā°°ā°Žāą ā°Žāą‚ā°¯āąā°Ÿā°˛āą‹ ā°Ļāą‹ā°ˇā°Žāą: %sā°¸ā°žā°•āą†ā°Ÿāą ā°Žāą‚ā°¯āąā°Ÿā°˛āą‹ ā°Ļāą‹ā°ˇā°Žāą: %sā°¯āąā°¨ā°ŋā°•āąā°¸āąâ€â€Œā°¨āą ā°Žāą‚ā°¯āąā°Ÿā°˛āą‹ ā°Ļāą‹ā°ˇā°Žāą: %sā°…ā°¨āąā°¸ā°‚ā°§ā°žā°¨ā°Žā°—āąā°Ÿā°˛āą‹ ā°Ļāą‹ā°ˇā°Žāą:%sā°•āą ā°…ā°¨āąā°¸ā°‚ā°§ā°žā°¨ā°Žā°—āąā°Ÿā°˛āą‹ ā°Ļāą‹ā°ˇā°Žāąā°Ŧāąā°¯ā°žā°•ā°Ēāą ā°¨ā°•ā°˛āąā°¨āą ā°¸āąƒā°ˇāąā°Ÿā°ŋā°‚ā°šāąā°Ÿā°˛āą‹ ā°Ļāą‹ā°ˇā°Žāą: %sā°Ąāą†ā°°āą†ā°•āąā°Ÿā°°āą€ā°¨ā°ŋ ā°¸āąƒā°ˇāąā°Ÿā°ŋā°‚ā°šāąā°Ÿā°˛āą‹ ā°Ļāą‹ā°ˇā°Žāą: %sā°Ēā°°ā°ŋā°ĩā°°āąā°¤ā°¨ā°‚ ⰍⰂā°Ļāą ā°Ļāą‹ā°ˇā°‚ ā°•ā°˛ā°Ļāą: %sā°Ļā°¸āąā°¤āąā°°ā°ĩāąā°¯ā°ĩā°¸āąā°Ĩ ā°¸ā°Žā°žā°šā°žā°°ā°‚ā°¨āą ā°•ā°¨āąā°—āąŠā°¨āąā°Ÿā°˛āą‹ ā°Ļāą‹ā°ˇā°Žāą : %sā°…ā°¨āąā°ĩā°°āąā°¤ā°¨ā°‚ā°¨āą ⰆⰰⰂⰭā°ŋā°‚ā°šāąā°Ÿā°˛āą‹ ā°Ļāą‹ā°ˇā°Žāą: %sⰚā°ŋā°šāąā°¨ā°°āą‚ā°Ē ā°˛ā°ŋā°‚ā°•āąā°¨āą ā°šāą‡ā°¯āąā°Ÿā°˛āą‹ ā°Ļāą‹ā°ˇā°Žāą: %sā°Ļā°¸āąā°¤āąā°°ā°Žāąā°¨āą ā°•ā°Ļāąā°Ēāąā°Ÿā°˛āą‹ ā°Ļāą‹ā°ˇā°Žāą: %sā°ĩā°°āąā°¸ %d ā°…ā°•āąā°ˇā°°ā°Žāą %d ā°Ēāąˆ ā°Ļāą‹ā°ˇā°Žāą: %d ā°ĩā°°āąā°¸ā°˛āą‹ ā°Ļāą‹ā°ˇā°‚ ā°•ā°˛ā°Ļāą : %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ⰏⰂā°Ļāą‡ā°ļā°Žāąā°¨āą ā°Ēā°‚ā°Ēāąā°Ÿā°˛āą‹ ā°Ļāą‹ā°ˇā°Žāą: %sSELinux ⰏⰂā°Ļā°°āąā°­ā°‚ ā°…ā°Žā°°āąā°šāąā°Ÿā°˛āą‹ ā°Ļāą‹ā°ˇā°Žāą: %sā°ĒāąŠā°Ąā°ŋā°—ā°ŋā°‚ā°šā°ŋā°¨ ā°¯ā°žā°Ÿāąā°°ā°ŋā°Ŧāąā°¯āą‚ā°Ÿāą ā°…ā°Žā°°āąā°šāąā°Ÿā°˛āą‹ ā°Ļāą‹ā°ˇā°Žāą '%s': %sā°¸ā°ĩā°°ā°Ŗ ā°˛āą‡ā°Ļā°ž ā°¯ā°žā°•āąā°¸āą†ā°¸āą ā°¸ā°Žā°¯ā°‚ ā°…ā°Žā°°āąā°šāąā°Ÿā°˛āą‹ ā°Ļāą‹ā°ˇā°Žāą: %sā°¯ā°œā°Žā°žā°¨ā°ŋā°¨ā°ŋ ā°…ā°Žā°°āąā°šāąā°Ÿā°˛āą‹ ā°Ļāą‹ā°ˇā°Žāą: %sā°…ā°¨āąā°Žā°¤āąā°˛ā°¨āą ā°…ā°Žā°°āąā°šāąā°Ÿā°˛āą‹ ā°Ļāą‹ā°ˇā°Žāą: %sā°¸ā°ŋā°‚ā°Žāąâ€Œā°˛ā°ŋā°‚ā°•āą ā°…ā°Žā°°āąā°šāąā°Ÿā°˛āą‹ ā°Ļāą‹ā°ˇā°Žāą: %sā°¸ā°ŋā°‚ā°Žāąâ€Œā°˛ā°ŋā°‚ā°•āą ā°…ā°Žā°°āąā°šāąā°Ÿā°˛āą‹ ā°Ļāą‹ā°ˇā°Žāą: ā°Ļā°¸āąā°¤āąā°°ā°Žāą ā°¸ā°ŋā°Žāąâ€Œā°˛ā°ŋā°‚ā°•āą ā°•ā°žā°Ļāąā°Ļā°¸āąā°¤āąā°°ā°Žāą '%s'ā°¨āą ā°Ēāąā°°ā°žā°°ā°‚ā°­ā°ŋā°‚ā°šāąā°Ÿā°˛āą‹ ā°Ļāą‹ā°ˇā°Žāą: %sā°Ļā°¸āąā°¤āąā°°ā°Žāą ā°ĩā°ŋā°ĩā°°ā°Ŗā°ŋā°¨ā°ŋ ā°Ēāąā°°ā°¤ā°ŋā°Ēā°žā°Ļā°ŋā°‚ā°šāąā°Ÿā°˛āą‹ ā°Ļāą‹ā°ˇā°Žāą: %sā°Ļā°¸āąā°¤āąā°°ā°Žāąā°¨āą ā°Ÿāąā°°ā°žā°ˇāą ā°šāą‡ā°¯āąā°Ÿā°˛āą‹ ā°Ļāą‹ā°ˇā°Žāą : %sā°Ļā°¸āąā°¤āąā°°ā°Žāąā°¨āą ā°Ÿāąā°°ā°‚ā°•āą‡ā°Ÿāąâ€Œ ā°šāą‡ā°¯āąā°Ÿā°˛āą‹ ā°Ļāą‹ā°ˇā°Žāą: %sā°¸ā°žā°Ļā°žā°°ā°Ŗ ā°¸ā°Žāą€ā°•ā°°ā°Ŗā°Žāą %sā°¨āą ā°…ā°•āąā°ˇā°°ā°Žāą %dā°ĩā°Ļāąā°Ļ ā°¨ā°ŋā°°āąā°ĩā°°āąā°¤ā°ŋā°¸āąā°¤āąā°¨āąā°¨ā°Ēāąā°Ēāąā°Ąāą ā°Ļāą‹ā°ˇā°Žāą: %sā°¸ā°žā°Ļā°žā°°ā°Ŗ ā°¸ā°Žāą€ā°•ā°°ā°Ŗā°Žāąā°¨āą Ⰿⰰā°ŋā°œāą‹ā°Ąā°ŋ ā°šāą‡ā°¸āąā°¤āąā°¨āąā°¨ā°Ēāąā°Ēāąā°Ąāą ā°Ļāą‹ā°ˇā°Žāą %s: %sā°¸ā°žā°Ļā°žā°°ā°Ŗ ā°¸ā°Žāą€ā°•ā°°ā°Ŗā°Žāą %sā°¨āą ā°Žāą†ā°°āąā°—āąā°Ēā°°āąā°¸āąā°¤āąā°¨āąā°¨ā°Ēāąā°Ēāąā°Ąāą ā°Ļāą‹ā°ˇā°Žāą: %sā°Ēāąā°¨ā°ƒā°¸āąā°Ĩā°¨ ā°Ēā°žā° āąā°¯ā°Žāą "%s"ā°¨āą ā°…ā°•āąā°ˇā°°ā°‚ %lu ā°ĩā°Ļāąā°Ļ ā°Ēā°žā°°āąā°ļāąâ€â€Œā°šāą‡ā°¸āąā°¤āąā°‚ā°Ÿāą‡ ā°Ļāą‹ā°ˇā°Žāą: %sā°Ļā°¸āąā°¤āąā°°ā°Žāąā°•āą ā°ĩāąā°°ā°žā°¯āąā°Ÿā°˛āą‹ ā°Ļāą‹ā°ˇā°Žāą: %sā°¯āąā°¨ā°ŋā°•āąā°¸āąâ€â€Œā°•āą ā°ĩāąā°°ā°žā°¯āąā°Ÿā°˛āą‹ ā°Ļāą‹ā°ˇā°Žāą: %sā°‰ā°¨āąā°¨ ā°Ļā°¸āąā°¤āąā°°ā°Žāą '%s' ā°¤āąŠā°˛ā°—ā°ŋā°‚ā°šā°Ŧā°Ą ā°˛āą‡ā°•ā°Ēāą‹ā°¯ā°ŋā°‚ā°Ļā°ŋ: g_unlink() ā°ĩā°ŋā°Ģā°˛ā°Žāąˆā°‚ā°Ļā°ŋ: %sGEmblemedIcon ā°•āąŠā°°ā°•āą GEmblem ā°•ā°žā°ĩⰞⰏā°ŋā°ĩāąā°‚ā°Ļā°ŋ1 ā°¨ā°ŋā°‚ā°¯ā°‚ā°¤āąā°°ā°Ŗ ⰏⰂā°Ļāą‡ā°ļā°Žāą ā°…ā°¨āąā°•āąŠā°‚ā°Ļā°ŋ, %d ā°ĒāąŠā°‚ā°Ļā°ŋā°‚ā°Ļā°ŋā°’ā°• fd ā°Šā°šā°ŋā°‚ā°šā°ŋā°¨ā°Ļā°ŋ, ā°…ā°¯ā°ŋā°¤āą‡ %d ā°ĒāąŠā°‚ā°Ļā°ŋā°‚ā°Ļā°ŋ '%s' (%s) ā°ĩā°ŋā°ĩā°°ā°Ŗ ā°Žā°žā°°āąā°šāąā°Ÿā°˛āą‹ ā°ĩā°ŋā°Ģā°˛ā°Žā°¯ā°ŋā°¨ā°žā°ĩāą ā°Ļā°¸āąā°¤āąā°°ā°Žāą '%s'ā°¨āą ā°Žāą‚ā°¯āąā°Ÿā°˛āą‹ ā°ĩā°ŋā°Ģā°˛ā°Žāąˆā°‚ā°Ļā°ŋ: fclose() ā°ĩā°ŋā°Ģā°˛ā°Žāąˆā°‚ā°Ļā°ŋ: %s '%s' ā°Ļā°¸āąā°¤āąā°°ā°Žāąā°¨āą ā°¸āąƒā°ˇāąā°Ÿā°ŋā°‚ā°šāąā°Ÿā°˛āą‹ ā°ĩā°ŋā°Ģā°˛ā°Žā°¯ā°ŋā°¨ā°žā°ĩāą. :%s (%s) ā°ļā°ŋā°ļāą ā°•ā°žā°°āąā°¯ā°‚ ā°¤āą‹ ā°¤āą†ā°˛ā°ŋā°¯ā°šāą‡ā°¯āąā°Ÿā°•āą ā°Ēāąˆā°Ēāą ā°¨āą ā°¸āąƒā°ˇāąā°Ÿā°ŋā°‚ā°šāąā°Ÿā°˛āą‹ ā°ĩā°ŋā°Ģā°˛ā°Žāąˆā°¨ā°žā°ĩāą "%s" ā°ļā°ŋā°ļāąā°•ā°žā°°āąā°¯ā°‚ ā°¨ā°ŋā°°āąā°ĩā°°āąā°¤ā°ŋā°‚ā°šāąā°Ÿā°˛āą‹ ā°ĩā°ŋā°Ģā°˛ā°Žā°¯ā°ŋā°¨ā°žā°ĩāą (%s)(%s) ā°ļā°ŋā°ļāą ā°•ā°žā°°āąā°¯ā°‚ ā°¨ā°ŋā°°āąā°ĩā°°āąā°¤ā°ŋā°‚ā°šāąā°Ÿā°˛āą‹ ā°ĩā°ŋā°Ģā°˛ā°Žā°¯ā°ŋā°¨ā°žā°ĩāą ā°¸ā°šā°žā°¯ ā°•ā°žā°°āąā°¯ā°•āąā°°ā°Žā°‚ ā°¨ā°ŋā°°āąā°ĩā°°āąā°¤ā°ŋā°‚ā°šāąā°Ÿā°˛āą‹ ā°ĩā°ŋā°Ģā°˛ā°Žāąˆā°‚ā°Ļā°ŋ (%s)exec ā°ĩā°°āąā°¸ '%s'ā°¨āą URI '%s'ā°¤āą‹ ā°ĒāąŠā°Ąā°ŋā°—ā°ŋā°‚ā°šāąā°Ÿā°•āą ā°ĩā°ŋā°Ģā°˛ā°Žāąˆā°‚ā°Ļā°ŋ(%s) ā°Ģāą‹ā°°āąā°•āą ā°ĩā°ŋā°Ģā°˛ā°Žā°¯ā°ŋā°¨ā°Ļā°ŋ (%s) ā°ļā°ŋā°ļāąā°•ā°žā°°āąā°¯ā°‚ ā°¯āą†ā°•āąā°• ā°Ģāą‹ā°°āąā°•āą ā°ĩā°ŋā°Ģā°˛ā°Žā°¯ā°ŋā°¨ā°Ļā°ŋ ā°Ļā°¸āąā°¤āąā°° ā°†ā°Ēā°žā°Ļā°¨ā°˛āą ā°ĩā°ŋā°Ģā°˛ā°Žā°—āąā°¨āą '%s': ā°Žā°Ģāą ā°¸āąā°Ÿā°žā°Ÿāą() ā°ĩā°ŋā°Ģā°˛ā°Žāąˆā°¨ā°Ļā°ŋ: %sā°Ļā°¸āąā°¤āąā°°ā°Žāą '%s' ā°Žā°žā°Ēāąâ€Œā°šāą‡ā°¯āąā°Ÿā°˛āą‹ ā°ĩā°ŋā°Ģā°˛ā°Žāąˆā°‚ā°Ļā°ŋ: mmap() ā°ĩā°ŋā°Ģā°˛ā°Žāąˆā°‚ā°Ļā°ŋ: %sā°Ļā°¸āąā°¤āąā°°ā°Žāą '%s'ā°¨āą ā°ĩāąā°°ā°žā°¯ā°Ÿāąā°•āąŠā°°ā°•āą ā°¤āą†ā°°āąā°šāąā°Ÿā°˛āą‹ ā°ĩā°ŋā°Ģā°˛ā°Žāąˆā°‚ā°Ļā°ŋ: fdopen() ā°ĩā°ŋā°Ģā°˛ā°Žāąˆā°‚ā°Ļā°ŋ:%s ā°Ļā°¸āąā°¤āąā°°ā°‚ '%s': %s ā°¤āą†ā°°āąā°šāąā°Ÿā°˛āą‹ ā°ĩā°ŋā°Ģā°˛ā°Žāąˆā°¨ā°žā°°āąā°Ļā°¸āąā°¤āąā°°ā°‚ '%s' ā°¤āą†ā°°āąā°šāąā°Ÿā°˛āą‹ ā°ĩā°ŋā°Ģā°˛ā°Žāąˆā°¨ā°žā°°āą: ā°Žā°Ģāą ā°Ąā°ŋā°“ā°Ēā°¨āą() ā°ĩā°ŋā°Ģā°˛ā°Žāąˆā°¨ā°Ļā°ŋ: %sā°Ļā°¸āąā°¤āąā°°ā°Žāą '%s'ā°¨āą ā°¤āą†ā°°āąā°ĩāąā°Ÿā°˛āą‹ ā°ĩā°ŋā°Ģā°˛ā°Žāąˆā°‚ā°Ļā°ŋ: open() ā°ĩā°ŋā°Ģā°˛ā°Žāąˆā°‚ā°Ļā°ŋ: %sā°…ā°•āąā°ˇā°°ā°Žāąā°˛āą‹ ā°…ā°‚ā°•āą† ā°•ā°˛ā°ŋā°—ā°ŋā°¯āąā°¨āąā°¨ā°‚ā°Ļāąā°ĩⰞⰍ '%-.*s', ā°Ēā°žā°°āąā°¸ā°ŋā°‚ā°—āą ā°ĩā°ŋā°Ģā°˛ā°Žāąˆā°¨ā°Ļā°ŋ.ā°Ļā°žā°Ļā°žā°Ēāąā°—ā°ž ā°…ā°‚ā°•āąā°¯ ā°­ā°žā°°āą€ā°—ā°ž ā°‰ā°¨āąā°¨ā°Ļā°ŋ -ā°¨ā°ŋā°ĩāą‡ā°Ļā°¨ (ā°‰ā°Ļā°žā°šā°°ā°Ŗā°•āą : ê ) ā°ļā°ŋā°ļāą ā°•ā°žā°°āąā°¯ā°‚ ā°¨āąā°‚ā°Ąā°ŋ Ⱊā°Ļāąā°ĩāąā°Ÿā°˛āą‹ ā°ĩā°ŋā°Ģā°˛ā°Žā°¯ā°ŋā°¨ā°žā°ĩāą (%s) ā°ļā°ŋā°ļāą ā°•ā°žā°°āąā°¯ā°‚ ā°¨āąā°‚ā°Ąā°ŋ ā°ĩā°ŋā°ĩā°°ā°Žāą Ⱊā°Ļāąā°ĩāąā°Ÿā°˛āą‹ ā°ĩā°ŋā°Ģā°˛ā°Žā°¯ā°ŋā°¨ā°žā°ĩāą ā°ļā°ŋā°ļāą ā°Ēā°ŋā°Ąāą ā°Ēāąˆā°Ēāą (%s) ā°¨āąā°‚ā°Ąā°ŋ Ⰿⰰā°ŋā°Ēā°Ąāąā°¨ā°‚ā°¤ Ⱊā°Ļāąā°ĩāąā°Ÿā°˛āą‹ ā°ĩā°ŋā°Ģā°˛ā°Žāąˆā°¨ā°žā°ĩāą. ā°ļā°ŋā°ļāą ā°Ēāąˆā°Ēāą ā°¨āąā°‚ā°Ąā°ŋ Ⱊā°Ļāąā°ĩāąā°Ÿā°˛āą‹ ā°ĩā°ŋā°Ģā°˛ā°Žā°¯ā°ŋā°¨ā°žā°ĩāą(%s) ā°Ļā°¸āąā°¤āąā°°ā°‚ '%s': %s ā°¨āąā°‚ā°Ąā°ŋ Ⱊā°Ļāąā°ĩāąā°Ÿā°˛āą‹ ā°ĩā°ŋā°Ģā°˛ā°Žāąˆā°¨ā°žā°°āą '%s' Ⱊā°ŋā°šāąā°¨ ā°Ēāą‚ā°°ā°ŋā°¤ā°œāą‹ā°Ąā°ŋ Ⱊā°Ļāąā°ĩāąā°Ÿā°˛āą‹ ā°ĩā°ŋā°Ģā°˛ā°Žā°¯ā°ŋā°¨ā°žā°ĩāą : %sā°Žā°—āąā°Ŧā°Ąā°ŋā°•ā°ŋ ā°°ā°ŋā°Ąāąˆā°°āą†ā°•āąā°Ÿāą ā°šāą‡ā°¯āąā°Ÿā°˛āą‹ ā°ĩā°ŋā°Ģā°˛ā°Žāąˆā°¨ā°Ļā°ŋ ā°˛āą‡ā°• ā°ļā°ŋā°ļāą ā°•ā°žā°°āąā°¯ā°‚ ā°¯āąŠā°•āąā°• ā°Ļā°ŋā°—āąā°Ŧā°Ąā°ŋ (%s)ā°Ļā°¸āąā°¤āąā°°ā°Žāąā°¨āą '%s'ā°¨āąā°‚ā°Ąā°ŋ '%s'ā°•āą ā°Ēāąā°¨ā°ƒā°¨ā°žā°Žā°•ā°°ā°Ŗ ā°šāą‡ā°¯āąā°Ÿā°˛āą‹ ā°ĩā°ŋā°Ģā°˛ā°Žāąˆā°‚ā°Ļā°ŋ: g_rename() ā°ĩā°ŋā°Ģā°˛ā°Žāąˆā°‚ā°Ļā°ŋ: %sā°Žāą†ā°Žāą‹ā°°āą€ ā°…ā°ĩāąā°Ÿāąâ€Œā°Ēāąā°Ÿāą ā°¸āąā°Ÿāąā°°āą€ā°Žāąâ€Œā°¨āą ā°Ēāąā°¨ā°ƒā°Ēā°°ā°ŋā°Žā°žā°Ŗā°Žāą ā°šāą‡ā°¯āąā°Ÿā°˛āą‹ ā°ĩā°ŋā°Ģā°˛ā°Žāąˆā°‚ā°Ļā°ŋā°Ļā°¸āąā°¤āąā°°ā°Žāą '%s'ā°•āą ā°ĩāąā°°ā°žā°¯āąā°Ÿā°•āą ā°ĩā°ŋā°Ģā°˛ā°Žāąˆā°‚ā°Ļā°ŋ: fflush() ā°ĩā°ŋā°Ģā°˛ā°Žāąˆā°‚ā°Ļā°ŋ: %sā°Ļā°¸āąā°¤āąā°°ā°Žāą '%s'ā°•āą ā°ĩāąā°°ā°žā°¯ā°Ÿā°˛āą‹ ā°ĩā°ŋā°Ģā°˛ā°Žāąˆā°‚ā°Ļā°ŋ: fsync() ā°ĩā°ŋā°Ģā°˛ā°Žāąˆā°‚ā°Ļā°ŋ:%sā°Ļā°¸āąā°¤āąā°°ā°Žāą '%s'ā°•āą ā°ĩāąā°°ā°žā°¯ā°Ÿā°˛āą‹ ā°ĩā°ŋā°Ģā°˛ā°Žāąˆā°‚ā°Ļā°ŋ: fwrite() ā°ĩā°ŋā°Ģā°˛ā°Žāąˆā°‚ā°Ļā°ŋ:%sā°Ļā°¸āąā°¤āąā°°ā°Žāą "%s" ā°šā°žā°˛ā°ž ā°Ēāą†ā°Ļāąā°Ļā°Ļā°ŋā°Ļā°¸āąā°¤āąā°° ā°¯āą†ā°¨āąā°¯āą‚ā°Žā°°āą‡ā°Ÿā°°āą ā°¯ā°ŋā°Ēāąā°ĒⰟā°ŋā°•āą‡ ā°ĩāąŠā°• ā°†ā°Ēā°°āą‡ā°ˇā°¨āąâ€Œā°¨āą ā°•ā°˛ā°ŋā°—ā°ŋā°ĩāąā°‚ā°Ļā°ŋā°Ļā°¸āąā°¤āąā°° ā°¯āą†ā°¨āąā°¯āą‚ā°Žā°°āą‡ā°Ÿā°°āą ā°¯ā°ŋā°Ēāąā°ĒⰟā°ŋā°•āą‡ ā°Žāą‚ā°¯ā°Ŧā°Ąā°ŋā°ĩāąā°‚ā°Ļā°ŋ ā°•ā°žā°ŗāą€ ā°Ļā°¸āąā°¤āąā°°ā°‚ ā°Ļā°¸āąā°¤āąā°°ā°Žāą ā°¨ā°žā°Žā°Žāąā°˛āą '%c'ā°¨ā°ŋ ā°•ā°˛ā°ŋā°—ā°ŋā°˛āą‡ā°ĩāąā°Ļā°¸āąā°¤āąā°°ā°ĩāąā°¯ā°ĩā°¸āąā°Ĩ ā°°āą‚ā°Ÿāąā°ĩā°ŋā°‚ā°Ąāą‹ā°¸āą ⰍⰂā°Ļāą GSocketControlMessage ā°Žā°Ļāąā°Ļā°¤āą€ā°¯ā°Ļāąā°¸ā°šā°žā°¯ ā°‡ā°šāąā°›ā°žā°Ēāą‚ā°°āąā°ĩā°•ā°žā°˛āą:ā°šāą‹ā°¸āąā°Ÿāąā°¨ā°žā°Žā°Žāą '%s' ā°•ā°˛ā°ŋā°—ā°ŋā°ĩāąā°‚ā°Ļā°ŋ '[' but not ']'ā°‡ā°¨āąâ€Œā°Ēāąā°Ÿāą ā°¸āąā°Ÿāąā°°āą€ā°Žāą Ⱊā°Ļāąā°ĩāąā°Ÿā°¨āą ā°…ā°­ā°ŋā°ĩāąƒā°Ļāąā°Ļā°ŋ ā°šāą‡ā°¯āąā°Ÿā°˛āą‡ā°Ļāą ā°Ēāą‚ā°°āąā°Ŗā°žā°‚ā°•ā°‚ ā°ĩā°ŋā°˛āąā°ĩ '%s' ā°˛āą‹ ā°ĩā°ŋā°¸āąā°°āąƒā°¤ā°ŋ ā°˛āą‹ ā°˛āą‡ā°¨ā°ŋ %s ā°Ēāą‚ā°°āąā°Ŗā°žā°‚ā°•ā°‚ ā°ĩā°ŋā°˛āąā°ĩ '%s' ā°ĩā°ŋā°¸āąā°°āąƒā°¤ā°ŋā°˛āą‹ ā°˛āą‡ā°Ļāąā°šāą†ā°˛āąā°˛ā°¨ā°ŋ GSeekType ā°Ēā°‚ā°Ēā°ŋā°Ŗāą€ā°šāą‡ā°¯ā°Ŧā°Ąā°ŋā°‚ā°Ļā°ŋā°¨ā°žā°Žā°Žāąā°¨ā°‚ā°Ļāą ā°šāą†ā°˛āąā°˛ā°¨ā°ŋ UTF-8 ā°Žā°¨āąā°•āą‹ā°Ąāą†ā°Ąāą ā°Ēā°žā° āąā°¯ā°Žāą - ā°šāą†ā°˛āąā°˛ā°¨ā°ŋā°Ļā°ŋ '%s'ā°šāą†ā°˛āąā°˛ā°¨ā°ŋ ā°¯ā°žā°Ÿāąā°°ā°ŋā°Ŧāąā°¯āą‚ā°Ÿāą ā°°ā°•ā°Žāą (ā°Ŧāąˆā°Ÿāą ā°¸āąā°Ÿāąā°°ā°ŋā°‚ā°—āą ā°…ā°¨āąā°•āą‹ā°Ŧā°Ąā°ŋā°¨ā°Ļā°ŋ)ā°šāą†ā°˛āąā°˛ā°¨ā°ŋ ā°¯ā°žā°Ÿāąā°°ā°ŋā°Ŧāąā°¯āą‚ā°Ÿāą ā°°ā°•ā°Žāą (ā°¸āąā°Ÿāąā°°ā°ŋā°‚ā°—āą ā°Šā°šā°ŋā°‚ā°šā°ŋā°¨ā°Ļā°ŋ)ā°šāą†ā°˛āąā°˛ā°¨ā°ŋ ā°¯ā°žā°Ÿāąā°°ā°ŋā°Ŧāąā°¯āą‚ā°Ÿāą ā°°ā°•ā°Žāą (uint32 ā°…ā°¨āąā°•āą‹ā°Ŧā°Ąā°ŋā°¨ā°Ļā°ŋ)ā°šāą†ā°˛āąā°˛ā°¨ā°ŋ ā°¯ā°žā°Ÿāąā°°ā°ŋā°Ŧāąā°¯āą‚ā°Ÿāą ā°°ā°•ā°Žāą (uint64 ā°…ā°¨āąā°•āą‹ā°Ŧā°Ąā°ŋā°¨ā°Ļā°ŋ)ā°Žā°—āąā°Ŧā°Ąā°ŋ ā°Ŧāąˆā°Ÿāą ā°•āąā°°ā°Žā°‚ā°¨āą ā°Ēā°°ā°ŋā°ĩā°°āąā°¤ā°ŋā°‚ā°šāąā°Ÿ ā°¨ā°ŋā°¸āąā°¸ā°žā°°ā°Žā°—āąā°¨āąā°ĒāąŠā°Ąā°ŋā°—ā°ŋā°‚ā°šā°ŋā°¨ ā°¯ā°žā°Ÿāąā°°ā°ŋā°Ŧāąā°¯āą‚ā°Ÿāą ā°šāą†ā°˛āąā°˛ā°¨ā°ŋ ā°¨ā°žā°Žā°Žāąā°šāą†ā°˛āąā°˛ā°¨ā°ŋ ā°Ļā°¸āąā°¤āąā°°ā°¨ā°žā°Žā°Žāąā°šāą†ā°˛āąā°˛ā°¨ā°ŋ ā°Ļā°¸āąā°¤āąā°°ā°¨ā°žā°Žā°Žāą %sā°šāą†ā°˛āąā°˛ā°¨ā°ŋ ā°—āąā°°āą‚ā°Ēāą ā°¨ā°žā°Žā°Žāą : %sā°¨ā°ŋā°¸āąā°¸ā°žā°°ā°Žāąˆā°¨ ⰆⰤā°ŋā°Ĩāąā°¯ ā°¨ā°žā°Žā°Žāąā°šāą†ā°˛āąā°˛ā°¨ā°ŋ ā°•āą€ ā°¨ā°žā°Žā°Žāą :%sā°šāą†ā°˛āąā°˛ā°¨ā°ŋ ā°Ēāąā°°āą‹ā°—āąā°°ā°žā°Žāą ā°¨ā°žā°Žā°Žāą: %sā°šāą†ā°˛āąā°˛ā°¨ā°ŋ ā°¯āą†ā°Ļāąā°°āąā°šāą‚ā°Ēāą ā°…ā°­āąā°¯ā°°āąā°§ā°¨ā°Ēā°°ā°ŋā°ĩā°°āąā°¤ā°¨ ā°Žā°—āąā°Ŧā°Ąā°ŋ ā°ĩā°°āąā°¸ ā°¨ā°ŋā°¸āąā°¸ā°žā°°ā°Žāą ā°šāą†ā°˛āąā°˛ā°¨ā°ŋ ā°¸ā°žā°•āą†ā°Ÿāą, ā°Ļāą€ā°¨ā°ŋ ā°•ā°žā°°ā°Ŗā°‚ā°—ā°ž ā°¸ā°Ļāąā°Ļāą€ā°•ā°°ā°Ŗ ā°ĩā°ŋā°Ģā°˛ā°Žāąˆā°‚ā°Ļā°ŋ: %sā°šāą†ā°˛āąā°˛ā°¨ā°ŋ ā°¸ā°žā°•āą†ā°Ÿāą, ā°¸ā°ŋā°Ļāąā°Ļā°Ēā°°ā°šā°˛āą‡ā°Ļāąā°†ā°°āąā°—āąā°Žāą†ā°‚ā°Ÿāą ā°ļāą€ā°°āąā°ˇā°Žāąā°˛āą‹ %dā°ĩā°Ļāąā°Ļ ā°šāą†ā°˛āąā°˛ā°¨ā°ŋ ā°¸āąā°Ÿāąā°°ā°ŋā°‚ā°—āą: %sā°Žā°¨āąā°ĩā°ŋā°°ā°žā°¨āąâ€Œā°Žāą†ā°‚ā°Ÿāą ⰍⰂā°Ļāą ā°šāą†ā°˛āąā°˛ā°¨ā°ŋ ā°¸āąā°Ÿāąā°°ā°ŋā°‚ā°—āą: %sā°šāą†ā°˛āąā°˛ā°¨ā°ŋ ā°¸ā°ŋā°Žāąâ€Œā°˛ā°ŋā°‚ā°•āą ā°ĩā°ŋā°˛āąā°ĩ ā°¯ā°ŋā°ĩāąā°ĩā°Ŧā°Ąā°ŋā°¨ā°Ļā°ŋā°šāą†ā°˛āąā°˛ā°¨ā°ŋ ā°Ēā°¨ā°ŋā°šāą‡ā°¯āąā°šāąā°¨āąā°¨ ā°Ąāąˆā°°āą†ā°•āąā°Ÿā°°ā°ŋ: %s ā°Žāą€ā°Ÿ ā°Ļā°¸āąā°¤āąā°°ā°‚ ā°—āą€ā°¤ Ⱊā°ŋā°ĩā°° ā°Žā°¸āąā°Ēāą‡ā°Ēāą ā°…ā°•āąā°ˇā°°ā°Žāą ā°•ā°˛ā°Ļāą '%s' ā°Žāą€ā°Ÿ ā°Ļā°¸āąā°¤āąā°°ā°‚ ā°¨ā°ŋā°¸āąā°¸ā°žā°°ā°Žāąˆā°¨ ā°Žā°¸āąā°Ēāą‡ā°Ēāą ā°ĩā°°āąā°¸ ā°•ā°˛ā°Ļāą '%s' ā°Žāą€ā°Ÿ ā°Ļā°¸āąā°¤āąā°°ā°‚ ā°¯āąŠā°•āąā°• ā°Žāą€ā°Ÿ ā°¨āą ā°—āąā°°āą‚ā°Ēāą '%s' ā°˛āą‹ ā°•ā°˛ā°ŋā°—ā°ŋā°¯āąā°¨āąā°¨ā°Ļā°ŋ,ā°Ļā°žā°¨ā°ŋ ā°ĩā°ŋā°˛āąā°ĩā°¨āą Ⱊā°Ļāąā°ĩāąā°Ÿā°•āą ā°¸ā°žā°§āąā°¯ā°Ēā°Ąā°Ļāą.ā°•āą€ ā°Ļā°¸āąā°¤āąā°°ā°Žāą ā°‡ā°‚ā°Ÿā°°āąâ€Œā°Ēāąā°°āą€ā°Ÿāą ā°•ā°žā°˛āą‡ā°¨ā°Ÿāąā°ĩā°‚ā°Ÿā°ŋ ā°ĩā°ŋā°˛āąā°ĩā°¨āą ā°•ā°˛ā°ŋā°—ā°ŋā°ĩāąā°¨āąā°¨ ā°•āą€ '%s'ā°¨āą ā°•ā°˛ā°ŋā°—ā°ŋā°ĩāąā°‚ā°Ļā°ŋ.'%s' ā°Žāą€ā°Ÿ ā°Ļā°¸āąā°¤āąā°°ā°‚ ā°¯āąŠā°•āąā°• ā°Žāą€ā°Ÿ ā°¨āą ā°•ā°˛ā°ŋā°—ā°ŋā°¯āąā°¨āąā°¨ā°Ļā°ŋ,ā°Ļā°žā°¨ā°ŋ ā°ĩā°ŋā°˛āąā°ĩā°¨āą Ⱊā°Ļāąā°ĩāąā°Ÿā°•āą ā°¸ā°žā°§āąā°¯ā°Ēā°Ąā°Ļāą.'%s' ā°Žāą€ā°Ÿ ā°Ļā°¸āąā°¤āąā°°ā°‚ ā°¯āąŠā°•āąā°• ā°Žāą€ā°Ÿā°¨āą ā°•ā°˛ā°ŋā°—ā°ŋā°¯āąā°¨āąā°¨ā°Ļā°ŋ,ā°Ļā°žā°¨ā°ŋ ā°ĩā°ŋā°˛āąā°ĩ '%s' ā°¯āąā°Ÿā°ŋā°Ģāą-8 ā°ā°Ļāąˆā°¤āą‡ ā°Žāą€ā°Ÿ-ā°ĩā°ŋā°˛āąā°ĩā°˛āą , ā°—āąā°°āą‚ā°Ēāą ,ā°˛āą‡ā°• ā°ĩāąā°¯ā°žā°–āąā°¯ ā°•ā°žā°Ļāą‹ ā°…ā°Ļā°ŋ ā°Žāą€ā°Ÿ ā°Ļā°¸āąā°¤āąā°°ā°‚ā°˛āą‹ ā°˛āąˆā°¨āą '%s' ā°•ā°˛ā°ŋā°—ā°ŋā°¯āąā°¨āąā°¨ā°Ļā°ŋ ā°Žāą€ā°Ÿ ā°Ļā°¸āąā°¤āąā°°ā°‚ ā°•ā°˛ā°ŋā°—ā°ŋā°¯āąā°¨āąā°¨ ā°¸ā°‚ā°•āą‡ā°¤ā°°ā°šā°¨ '%s' ā°¸ā°šā°•ā°°ā°ŋā°‚ā°šā°Ļāą ā°Žāą€ā°Ÿ ā°Ļā°¸āąā°¤āąā°°ā°‚ ā°¸ā°Žāąā°Ļā°žā°¯ā°‚ '%s' ā°¨āą ā°•ā°˛ā°ŋā°—ā°ŋā°¯āąā°‚ā°Ąā°˛āą‡ā°Ļāą ā°Žāą€ā°Ÿ ā°Ļā°¸āąā°¤āąā°°ā°‚ '%s' ā°¤ā°žā°ŗā°‚ā°¨āą ā°•ā°˛ā°ŋā°—ā°ŋā°¯āąā°‚ā°Ąā°˛āą‡ā°Ļāą. '%s' ā°Žāą€ā°Ÿ ā°Ļā°¸āąā°¤āąā°°ā°‚ ā°¯āąŠā°•āąā°• ā°Žāą€ā°Ÿ ā°¨āą ā°—āąā°°āą‚ā°Ēāą '%s' ā°˛āą‹ ā°•ā°˛ā°ŋā°—ā°ŋā°¯āąā°‚ā°Ąā°˛āą‡ā°Ļāą ā°Žāą€ā°Ÿ ā°Ļā°¸āąā°¤āąā°°ā°‚ ā°¸ā°Žāąā°Ļā°žā°¯ā°‚ā°¤āą‹ ā°Ēāąā°°ā°žā°°ā°‚ā°­ā°Žā°ĩā°˛āą†ā°Ļāą. ā°Žā°ŋā°—ā°ŋā°˛ā°ŋā°¨ ā°Ļā°¤āąā°¤ā°žā°‚ā°ļā°Žāąā°¨āą ā°°āą€ā°Ąāą ā°Ŧā°Ģā°°āą ā°˛āą‹ ā°Ēā°°ā°ŋā°ĩā°°āąā°¤ā°ŋā°‚ā°šā°˛āą†ā°Žāą ā°˛ā°ŋā°œā°¨ā°°āą ā°¯ā°ŋā°Ēāąā°ĒⰟā°ŋā°•āą‡ ā°Žāą‚ā°¸ā°ŋā°ĩāą‡ā°¯ā°Ŧā°Ąā°ŋā°‚ā°Ļā°ŋGFileIcon ā°•āąŠā°°ā°•āą ā°¤ā°Ēāąā°Ēāąā°—ā°žā°ĩāąā°¨āąā°¨ ā°‡ā°¨āąā°Ēāąā°Ÿāą ā°Ąā°žā°Ÿā°žGEmblem ā°Žā°¨āąā°•āą‹ā°Ąā°ŋā°‚ā°—āąâ€Œā°¨ā°‚ā°Ļāą ā°Ÿāą‹ā°•āą†ā°¨āąā°¸āą (%d)ā°¯āąŠā°•āąā°• ā°¤ā°Ēāąā°Ēāąā°—ā°žā°ĩāąā°¨āąā°¨ ā°¸ā°‚ā°–āąā°¯GEmblemedIcon ā°Žā°¨āąā°•āą‹ā°Ąā°ŋā°‚ā°—āąâ€Œā°¨ā°‚ā°Ļāą ā°Ÿāą‹ā°•āą†ā°¨āąā°¸āą (%d)ā°¯āąŠā°•āąā°• ā°¤ā°Ēāąā°Ēāąā°—ā°žā°ĩāąā°¨āąā°¨ ā°¸ā°‚ā°–āąā°¯ā°¤ā°Ēāąā°Ēāąā°—ā°žā°ĩāąā°¨āąā°¨ ā°ĩā°°āąā°ˇā°¨āą ā°¸ā°‚ā°–āąā°¯: %sā°Žāą†ā°Žāą‹ā°°āą€ ā°…ā°ĩāąā°Ÿāąâ€Œā°Ēāąā°Ÿāą ā°¸āąā°Ÿāąā°°āą€ā°Žāą ā°Ēāąā°¨ā°ƒā°Ēā°°ā°ŋā°Žā°žā°Ŗā°Žāą ā°šāą‡ā°¯ā°˛āą‡ā°Žāą%s ā°•āąŠā°°ā°•āą ā°¤ā°Ēāąā°Ēā°ŋā°Ēāą‹ā°¯ā°ŋā°¨ ā°†ā°°āąā°—āąā°Žāą†ā°‚ā°Ÿāąā°ŽāąŒā°‚ā°Ÿāąā°¸āąâ€ ā°Žā°§āąā°¯ ā°•ā°Ļā°˛ā°ŋā°• ā°Žā°Ļāąā°Ļā°¤āą€ā°¯ā°Ŧā°Ąā°ĻāąURI '%s'ā°•āąŠā°°ā°•āą ā°Ēāąā°¸āąā°¤ā°•ā°—āąā°°āąā°¤āąā°¨ā°‚ā°Ļāą ā°¯āą†ā°Ÿāąā°ĩā°‚ā°Ÿā°ŋ MIME ā°°ā°•ā°Žāą ā°¨ā°ŋā°°āąā°ĩⰚā°ŋā°‚ā°šā°˛āą‡ā°Ļāąā°ˆ ā°Ļā°¸āąā°¤āąā°°ā°Žāą ⰏⰂā°Ŧā°žā°˛ā°ŋā°‚ā°šāąā°¤āąā°¨āąā°¨ā°Ÿāąā°˛āą ā°¯āą†ā°Ÿāąā°ĩā°‚ā°Ÿā°ŋ ā°…ā°¨āąā°ĩā°°āąā°¤ā°¨ā°Žāą ā°¨ā°Žāą‹ā°Ļāąā°•ā°žā°˛āą‡ā°Ļāąā°Žā°Ÿāąā°ĩā°‚ā°Ÿā°ŋ ā°…ā°¨āąā°ĩā°°āąā°¤ā°¨ā°Žāą '%s' ā°¨ā°žā°Žā°Žāąā°¤āą‹ ā°Ēāąā°¸āąā°¤ā°•ā°—āąā°°āąā°¤āąā°¨āą '%s'ā°•āąŠā°°ā°•āą ā°¨ā°Žāą‹ā°Ļāąā°šāą‡ā°¯ā°˛āą‡ā°ĻāąURI '%s'ā°•āąŠā°°ā°•āą ā°¯āą†ā°Ÿāąā°ĩā°‚ā°Ÿā°ŋ ā°Ēāąā°¸āąā°¤ā°•ā°—āąā°°āąā°¤āą ā°•ā°¨ā°Ŧā°Ąā°˛āą‡ā°ĻāąURI '%s'ā°•āąŠā°°ā°•āą ā°Ēāąā°¸āąā°¤ā°•ā°—āąā°°āąā°¤āąā°¨ā°‚ā°Ļāą ā°¯āą†ā°Ÿāąā°ĩā°‚ā°Ÿā°ŋ ā°¸ā°Žāą‚ā°šā°Žāąā°˛āą ā°…ā°Žā°°āąā°šā°˛āą‡ā°ĻāąURI '%s'ā°•āąŠā°°ā°•āą ā°Ēāąā°¸āąā°¤āąā°•ā°—āąā°°āąā°¤āąā°¨ā°‚ā°Ļāą ā°¯āą†ā°Ÿāąā°ĩā°‚ā°Ÿā°ŋ ā°ĩāąā°¯ā°•āąā°¤ā°ŋā°—ā°¤ ā°œāą†ā°‚ā°Ąā°ž ā°¨ā°ŋā°°āąā°ĩⰚā°ŋā°‚ā°šā°˛āą‡ā°Ļāą'%s' ā°•āąŠā°°ā°•āą ā° ā°¸āą‡ā°ĩ ā°°ā°ŋā°•ā°žā°°āąā°Ąāąˆā°˛āą‡ā°Ļāąā°•āąā°˛ā°žā°¸āą ā°¨ā°žā°Žā°Žāą %s ā°•āąŠā°°ā°•āą ā° ā°°ā°•ā°Žāąā°˛āą‡ā°Ļāąā°Ąā°žā°Ÿā°ž dirsⰍⰂā°Ļāą ā°¯āą†ā°Ÿāąā°ĩā°‚ā°Ÿā°ŋ ā°ĩā°ŋā°˛āąā°ĩāąˆā°¨ ā°Ēāąā°¸āąā°¤ā°•ā°—āąā°°āąā°¤āą ā°Ļā°¸āąā°¤āąā°°ā°Žāą ā°•ā°¨ā°Ŧā°Ąā°˛āą‡ā°Ļāąā°•āąā°°ā°Žā°Ŧā°Ļāąā°Ļā°Žāąˆā°¨ ā°Ļā°¸āąā°¤āąā°°ā°‚ ā°•ā°žā°Ļāąā°¸ā°žā°•āą†ā°Ÿāą Ⱊā°ŋā°°āąā°¨ā°žā°Žā°ž ā°•āąŠā°°ā°•āą Ⰿⰰā°ŋā°Ēāą‹ā°ĩāąā°¨ā°‚ā°¤ ā°œā°žā°—ā°žā°˛āą‡ā°Ļāąā°Ŧāą‡ā°¸ā°ŋ ā°…ā°•āąā°ˇā°°ā°Žāą '%s', ā°Šā°šā°ŋā°‚ā°šā°ŋā°¨ '=' ā°¤ā°°āąā°ĩā°žā°¤ '%s' ā°†ā°Ēā°žā°Ļā°ŋā°‚ā°šāą ā°¨ā°žā°Žā°‚ '%s' ā°Žāą‚ā°˛ā°•ā°‚ ā°Ŧāą‡ā°¸ā°ŋ ā°…ā°•āąā°ˇā°°ā°Žāą '%s', ā°–ā°žā°ŗāą€-ā°Žāą‚ā°˛ā°•ā°Ēāą ā°Ÿā°žā°—āą '%s'ā°¨āą ā°Žāąā°—ā°ŋā°‚ā°šāąā°Ÿā°•āą '>' ā°…ā°¨āąā°•āąŠā°¨ā°Ŧā°Ąā°ŋā°‚ā°Ļā°ŋ'%s' ā°Šā°šā°ŋā°‚ā°šā°ŋā°¨ ā°Ŧāą‡ā°¸ā°ŋ ā°…ā°•āąā°ˇā°°ā°Žāą '>' ā°˛āą‡ā°• '/' Ⱊā°ŋā°ĩā°°ā°ŋ ā°°āąā°°ā°‚ā°­ ā°ŦāąŠā°‚ā°Ļāą ā°…ā°•āąā°ˇā°°ā°Žāą ā°Žā°žā°˛ā°•ā°‚ %sā°˛āą‡ā°• ā°‡ā°šāąā°šā°žā°Ēāą‚ā°°āąā°ĩā°• ā°†ā°Ēā°žā°Ļā°¨; ā°Ļā°žā°Ļā°žā°Ēāąā°—ā°ž ā°†ā°Ēā°žā°Ļā°¨ ā°¨ā°žā°Žā°‚ā°˛āą‹ ā°…ā°¨ā°°āąā°šā°Žāąˆā°¨ ā°…ā°•āąā°ˇā°°ā°‚ ā°‰ā°Ēā°Žāą†ā°—ā°ŋā°‚ā°šā°ŋā°¨ā°žā°ĩāąā°Ŧāą‡ā°¸ā°ŋ ā°…ā°•āąā°ˇā°°ā°Žāą '%s', ā°Šā°šā°ŋā°‚ā°šā°ŋā°¨ ā°¤āą†ā°°ā°šā°ŋā°¨ ā°•āąā°ĩāą‹ā°Ÿāą Ⱊā°ŋā°šāąā°¨ā°‚ ā°¤ā°°ā°žā°¤ ā°‡ā°šāąā°šā°ŋā°¨ ā°†ā°Ēā°žā°Ļā°¨ ā°ĩā°ŋā°˛āąā°ĩ '%s' ā°Žāą‚ā°¤ā°•ā°Žāą '%s'ā°†ā°Ēā°°āą‡ā°ˇā°¨āą ā°Žā°Ļāąā°Ļā°¤āą€ā°¯ā°Ŧā°Ąā°˛āą‡ā°Ļāąā°†ā°Ēā°°āą‡ā°ˇā°¨āą ā°°ā°Ļāąā°Ļāąˆā°¨ā°Ļā°ŋā°…ā°ĩāąā°Ÿāąâ€Œā°Ēāąā°Ÿāą ā°¸āąā°Ÿāąā°°āą€ā°Žāą ā°ĩāąā°°ā°žā°¯āąā°Ÿā°¨āą ā°…ā°­ā°ŋā°ĩāąƒā°Ļāąā°Ļā°ŋā°šāą‡ā°¯āąā°Ÿā°˛āą‡ā°ĻāąPCRE ā°˛āąˆā°Ŧāąā°°ā°°āą€ UTF8 ā°˛ā°•āąā°ˇā°Ŗā°Žāąā°˛ ā°Žā°Ļāąā°Ļā°¤āąā°˛āą‡ā°•āąā°‚ā°Ąā°ž ā°¨ā°ŋā°°āąā°ĩā°°āąā°¤ā°ŋā°‚ā°šā°Ŧā°Ąā°ŋā°‚ā°Ļā°ŋPCRE ā°˛āąˆā°Ŧāąā°°ā°°āą€ UTF-8 ā°Žā°Ļāąā°Ļā°¤āąā°˛āą‡ā°•āąā°‚ā°Ąā°ž ā°¨ā°ŋā°°āąā°ĩā°°āąā°¤ā°ŋā°‚ā°šā°Ŧā°Ąā°ŋā°‚ā°Ļā°ŋPOSIX ā°–ā°‚ā°Ąā°ŋā°‚ā°šāąā°•āąŠā°¨āą ā°Žāą‚ā°˛ā°•ā°žā°˛āą ā°Žā°Ļāąā°Ļā°¤āą€ā°¯ā°Ŧā°Ąā°ĩāąPOSIX ā°¨ā°žā°Žā°Ēāą ā°•āąā°˛ā°žā°¸āą†ā°¸āą ā°•āąā°˛ā°žā°¸āą ā°˛āą‹ā°Ēā°˛ ā°Žā°žā°¤āąā°°ā°Žāą‡ ā°Žā°Ļāąā°Ļā°¤āąā°¨ā°ŋā°¸āąā°¤ā°žā°¯ā°ŋⰚā°ŋā°ĩā°°ā°ŋ ā°Žā°—āąā°Ŧā°Ąā°ŋ ⰍⰂā°Ļāą ā°Ēā°žā°•āąā°ˇā°ŋā°•ā°Žāąā°—ā°ž ā°…ā°•āąā°ˇā°° ā°•āąā°°ā°Žā°Žāą ā°•ā°˛ā°Ļāą.ā°•āą‹ā°Ÿāą†ā°Ąāą ā°Ēā°žā° ā°‚ ā°•āąŠā°Ÿāą‡ā°ˇā°¨āą Ⱊā°ŋā°šāąā°¨ā°‚ā°¤āą‹ ā°Ēāąā°°ā°žā°°ā°‚ā°­ā°ĩā°°ā°žā°Ļāąā°—ā°°ā°ŋā°ˇāąā°  ā°Ąā°žā°Ÿā°ž ā°¯āą†ā°°āą‡ ā°Ēā°°ā°ŋā°Žā°ŋā°¤ā°ŋā°¨ā°ŋ ā°šāą‡ā°°ā°ŋā°¨ā°Ļā°ŋā°šāą†ā°˛āąā°˛ā°¨ā°ŋ fd ā°¸āąā°ĩāą€ā°•ā°°ā°ŋā°‚ā°šā°ŋā°¨ā°Ļā°ŋSELinux ⰏⰂā°Ļā°°āąā°­ā°‚ ā°¤ā°Ēāąā°Ēā°• NULL-ā°•ā°žā°•āą‚ā°Ąā°ĻāąSELinux Ⰸ ā°¸ā°ŋā°¸āąā°Ÿā°Žāąâ€Œā°Ēāąˆā°¨ ā°šāą‡ā°¤ā°¨ā°ĒⰰⰚ ā°Ŧā°Ąā°ŋā°˛āą‡ā°Ļāąā°¸āą€ā°•āą ā°¸āąā°Ÿāąā°°āą€ā°Žāąâ€Œā°Ēāąˆā°¨ ā°Žā°Ļāąā°Ļā°¤āą€ā°¯āąā°Ÿā°˛āą‡ā°Ļāąā°¯ā°žā°Ÿāąā°°ā°ŋā°Ŧāąā°¯āą‚ā°Ÿāą %sā°¨āą ā°…ā°Žā°°āąā°šāąā°Ÿ ā°Žā°Ļāąā°Ļā°¤āą€ā°¯āąā°Ÿā°˛āą‡ā°Ļāąā°¸ā°šā°žā°¯ ā°‡ā°šāąā°›ā°žā°Ēāą‚ā°°āąā°ĩā°•ā°žā°˛ā°¨āąā°¨ā°ŋā°‚ā°Ÿā°¨ā°ŋ ā°šāą‚ā°Ēā°ŋā°‚ā°šāąā°Ÿā°¸ā°šā°žā°¯ ā°‡ā°šāąā°›ā°žā°Ēāą‚ā°°āąā°ĩā°•ā°žā°˛ā°¨āą ā°šāą‚ā°Ēā°ŋā°‚ā°šāąā°Ÿā°¸ā°žā°•āą†ā°Ÿāą ā°¯ā°ŋā°Ēāąā°ĒⰟā°ŋā°•āą‡ ā°Žāą‚ā°¯ā°Ŧā°Ąā°ŋā°‚ā°Ļā°ŋā°Žāą‚ā°˛ ā°¸āąā°Ÿāąā°°āą€ā°Žāą ā°¯ā°ŋā°Ēāąā°ĒⰟā°ŋā°•āą‡ ā°Žāą‚ā°¯ā°Ŧā°Ąā°ŋā°ĩāąā°‚ā°Ļā°ŋā°¸āąā°Ÿāąā°°āą€ā°Žāą ā°•āąā°ĩā°°āą€ ā°¸ā°Žā°žā°šā°žā°°ā°‚ā°¨āą ā°Žā°Ļāąā°Ļā°¤āą€ā°¯āąā°Ÿā°˛āą‡ā°Ļāą (_i)Ⰸ ā°¸āąā°Ÿāąā°°āą€ā°Žāą ā°¯ā°ŋā°Ēāąā°ĒⰟā°ŋā°•āą‡ ā°ĩāąŠā°• ā°†ā°Ēā°°āą‡ā°ˇā°¨āąâ€Œā°¨āą ā°•ā°˛ā°ŋā°—ā°ŋā°ĩāąā°‚ā°Ļā°ŋā°¸āąā°Ÿāąā°°āą€ā°Žāą ā°¯ā°ŋā°Ēāąā°ĒⰟā°ŋā°•āą‡ ā°Žāą‚ā°¯ā°Ŧā°Ąā°ŋā°‚ā°Ļā°ŋⰚā°ŋā°šāąā°¨ ā°Ēāą‚ā°°ā°ŋā°¤ā°œāą‹ā°Ąā°ŋ ā°¸ā°šā°•ā°°ā°ŋā°‚ā°šā°˛āą†ā°Ļāą. ā°˛ā°•āąā°ˇāąā°¯ā°Ēāą ā°Ļā°¸āąā°¤āąā°°ā°Žāą ā°ĩāąā°‚ā°Ļā°ŋā°˛ā°•āąā°ˇāąā°¯ā°Ēāą ā°Ļā°¸āąā°¤āąā°°ā°Žāą ā°ĩāąŠā°• ā°Ąāąˆā°°āą†ā°•āąā°Ÿā°°āą€ā°˛ā°•āąā°ˇāąā°¯ā°Ēāą ā°Ļā°¸āąā°¤āąā°°ā°Žāą ā°ĩāąŠā°• ā°¸ā°žā°Ļā°žā°°ā°Ŗ ā°Ļā°¸āąā°¤āąā°°ā°Žāąā°•ā°žā°Ļāąā°Žā°žā°Ļā°ŋā°°ā°ŋ '%s' XXXXXX ā°•ā°˛ā°ŋā°—ā°ŋā°˛āą‡ā°Ļāą '%s' ā°Žā°žā°Ļā°ŋā°°ā°ŋ, '%s' ā°•ā°˛ā°ŋā°—ā°ŋā°¯āąā°‚ā°Ąā°˛āą†ā°Ļāą. ā°¤ā°žā°¤āąā°•ā°žā°˛ā°ŋā°•ā°‚ā°—ā°ž '%s' ā°Ēā°°ā°ŋā°ˇāąā°•ā°°ā°ŋā°‚ā°šā°˛āą‡ā°Ļāąā°¸ā°žā°Žāąā°¯ā°Žāąˆā°¨ ā°•āąŠā°Ÿāą‡ā°ˇā°¨āą Ⱊā°ŋā°šāąā°¨ā°‚ %c ⰞⰭā°ŋā°‚ā°šā°•ā°Žāąā°‚ā°Ļāą† ā°Ēā°žā° ā°‚ ā°Žāąā°—ā°ŋā°‚ā°Ēāą ā°…ā°¯ā°ŋā°¨ā°Ļā°ŋ . (Ⰸ ā°Ēā°žā° ā°Žāą'%s')ā°Ēā°žā° ā°‚ '\' ā°…ā°•āąā°ˇā°°ā°Žāą ā°ĩāą†ā°‚ā°Ÿā°¨āą† ā°Žāąā°—ā°ŋā°‚ā°Ēāą ā°…ā°¯ā°ŋā°¨ā°Ļā°ŋ. (Ⰸ ā°Ēā°žā° ā°Žāą '%s')ā°Ēā°žā° ā°‚ ā°ā°Žā°ŋ ā°˛āą‡ā°Ļāą (ā°˛āą‡ā°• ā°’ā°• ā°ĩāąˆā°Ÿāą ā°¸āąā°Ēāą‡ā°¸āą ā°•ā°˛ā°Ļāą)ā°¯āąā°†ā°°āąā° '%s' ā°¨ā°ŋā°¸āąā°¸ā°žā°°ā°Žāąˆā°¨ ā°Žā°¸āąā°•āą‡ā°Ēāą ā°…ā°•āąā°ˇā°°ā°žā°˛āą ā°•ā°˛ā°ŋā°—ā°ŋā°¯āąā°¨āąā°¨ā°žā°¯ā°ŋ. '%s' ā°¯āąā°†ā°°āąā° ā°¨ā°ŋā°¸āąā°¸ā°žā°°ā°Žāą"ā°Ļā°¸āąā°¤āąā°°ā°‚" ā°¯āą‹ā°šā°¨ā°¨āą ā°‰ā°Ēā°¯āą‹ā°—ā°ŋā°‚ā°šā°ŋā°¨ ā°¯āąā°†ā°°āąā° '%s' ⰏⰂā°Ēāą‚ā°°āąā°Ŗā°Žāąˆā°¨ ā°¯āąā°†ā°°āąā° ā°•ā°žā°Ļāąā°† ā°Ļā°¸āąā°¤āąā°°ā°Žāą ā°Ŧā°šā°ŋā°°āąā°—ā°¤ā°Žāąā°—ā°ž ā°Žā°žā°°āąā°šā°Ŧā°Ąā°ŋā°¨ā°Ļā°ŋⰆⰤā°ŋā°Ĩāąā°¯ ā°¨ā°žā°Žā°‚ ā°¯āąŠā°•āąā°• ā°¯āąā°†ā°°āąā° '%s' ā°¨ā°ŋā°¸āąā°¸ā°žā°°ā°Žāąā°¸āąā°Ĩā°žā°¨ā°ŋā°• ā°¯āąā°†ā°°āąā° '%s' '#' ā°¨āą ā°•ā°˛āąā°Ēāąā°•āąŠā°¨ā°ŋā°¯ā°‚ā°Ąā°˛āą†ā°Ļāą '%s' ā°¤āąā°°āą‹ā°ĩ ā°¨ā°žā°Žā°‚ Ⰿⰰā°ŋⰐⰍā°Ļā°ŋ ā°•ā°žā°Ļāą.ā°šā°žā°˛ā°Ēāą†ā°Ļāąā°Ļ ā°˛āą†ā°•āąā°•ā°ŋā°‚ā°Ēāą ā°ĩā°ŋā°˛āąā°ĩ %sā°•āą ā°Ēā°‚ā°Ēā°Ŧā°Ąā°ŋā°‚ā°Ļā°ŋā°Ÿāąā°°ā°žā°ˇāą ā°Žā°Ļāąā°Ļā°¤āą€ā°¯ā°˛āą‡ā°Ļāąā°Ÿāąā°°ā°‚ā°•āą‡ā°Ÿāą ā°‡ā°¨āąâ€Œā°Ēāąā°Ÿāą ā°¸āąā°Ÿāąā°°āą€ā°Žāąâ€Œā°Ēāąˆā°¨ ā°…ā°¨āąā°Žā°¤ā°ŋā°‚ā°šā°Ŧā°Ąāąā°Ÿā°˛āą‡ā°Ļāąā°¸āąā°Ÿāąā°°āą€ā°Žāąâ€Œā°Ēāąˆā°¨ ā°Ÿāąā°°ā°‚ā°•āą‡ā°Ÿāą ā°Žā°Ļāąā°Ļā°¤āą€ā°¯āąā°Ÿā°˛āą‡ā°ĻāąGIcon ā°¯ā°ŋā°‚ā°Ÿā°°āąā°Ģāą‡ā°¸āą ā°Ēāąˆā°¨ ā°°ā°•ā°Žāą %s ā°…ā°¨āąā°¨ā°Ļā°ŋ from_tokens()ā°¨āą ā°¤ā°¯ā°žā°°āąā°šāą‡ā°¯ā°˛āą‡ā°Ļāąā°°ā°•ā°Žāą %s GIcon ā°¯ā°ŋā°‚ā°Ÿā°°āąâ€Œā°Ģāą‡ā°¸āąâ€Œā°¨āą ā°¤ā°¯ā°žā°°āąā°šāą‡ā°¯ā°˛āą‡ā°Ļāąā°°ā°•ā°Žāą %s ā°ĩā°°āąā°—āą€ā°•ā°°ā°ŋā°‚ā°šā°Ŧā°Ąā°˛āą‡ā°ĻāąURIā°˛āą ā°Žā°Ļāąā°Ļā°¤āą€ā°¯āąā°Ÿā°˛āą‡ā°Ļāąā°¸ā°žā°•āą†ā°Ÿāąâ€Œā°¨āą ā°¸āąƒā°ˇāąā°Ÿā°ŋā°‚ā°šā°˛āą‡ā°• ā°Ēāą‹ā°¯ā°ŋā°‚ā°Ļā°ŋ: %sā°Ÿāąā°°ā°žā°ˇāą ā°Ąāą†ā°°āą†ā°•āąā°Ÿā°°āą€(dir)ā°¨āą ā°¸āąƒā°ˇāąā°Ÿā°ŋā°‚ā°šā°˛āą‡ā°• ā°Ēāą‹ā°¯ā°ŋā°‚ā°Ļā°ŋ %s: %sā°Ÿāąā°°ā°žā°ˇā°ŋā°‚ā°—āą ā°¸ā°Žā°žā°šā°žā°°ā°Ēāą ā°Ļā°¸āąā°¤āąā°°ā°Žāąā°¨āą ā°¸āąƒā°ˇāąā°Ÿā°ŋā°‚ā°šā°˛āą‡ā°• ā°Ēāą‹ā°¯ā°ŋā°‚ā°Ļā°ŋ: %sā°…ā°Ēāąā°°ā°Žāą‡ā°¯ ā°¸āąā°Ĩā°žā°¨ā°ŋā°• ā°Žā°žā°¨ā°ŋā°Ÿā°°āą ā°°ā°•ā°Žāąā°¨āą ā°•ā°¨āąā°—āąŠā°¨ā°˛āą‡ā°• ā°Ēāą‹ā°¯ā°ŋā°‚ā°Ļā°ŋā°…ā°Ēāąā°°ā°Žāą‡ā°¯ ā°¸āąā°Ĩā°žā°¨ā°ŋā°• ā°Ļā°¸āąā°¤āąā°°ā°Ēāą ā°Žā°žā°¨ā°ŋā°Ÿā°°āą ā°°ā°•ā°Žāąā°¨āą ā°•ā°¨āąā°—āąŠā°¨ā°˛āą‡ā°• ā°Ēāą‹ā°¯ā°ŋā°‚ā°Ļā°ŋā°Ÿāąā°°ā°žā°ˇāą ā°Ąāąˆā°°āą†ā°•āąā°Ÿāą€ā°¨ā°ŋ ā°•ā°¨āąā°—āą‹ā°¨ā°˛āą‡ā°• ā°Ēāą‹ā°¯ā°ŋā°‚ā°Ļā°ŋ ā°˛āą‡ā°Ļā°ž ā°¸āąƒā°ˇāąā°Ÿā°ŋā°‚ā°šā°˛āą‡ā°• ā°Ēāą‹ā°¯ā°ŋā°‚ā°Ļā°ŋā°…ā°¨āąā°ĩā°°āąā°¤ā°¨ā°‚ā°•āą ā°•ā°žā°ĩā°˛ā°ŋā°¸ā°ŋā°¨ â€ā°Ÿāą†ā°°āąā°Žā°ŋā°¨ā°˛āąâ€Œā°¨āą ā°•ā°¨āąā°—āąŠā°¨ā°˛āą‡ā°• ā°Ēāą‹ā°¯ā°ŋā°‚ā°Ļā°ŋā°Ÿāąā°°ā°žā°ˇāą ā°•āąŠā°°ā°•āą ā°Ēāąˆā°¸āąā°Ĩā°žā°¯ā°ŋ ā°Ąāąˆā°°āą†ā°•āąā°Ÿā°°āą€ā°¨ā°ŋ ā°•ā°¨āąā°—āąŠā°¨ā°˛āą‡ā°• ā°Ēāą‹ā°¯ā°ŋā°‚ā°Ļā°ŋā°ĩā°žā°¯ā°ŋā°Ļā°žā°ĩāąā°¨āąā°¨ ā°Ļāą‹ā°ˇā°Žāąā°¨āą ā°ĒāąŠā°‚ā°Ļā°˛āą‡ā°• ā°Ēāą‹ā°¯ā°ŋā°‚ā°Ļā°ŋ: %sā°Ļā°¸āąā°¤āąā°°ā°Žāąā°¨āą ā°Ÿāąā°°ā°žā°ˇāą ā°šāą‡ā°¯ā°˛āą‡ā°• ā°Ēāą‹ā°¯ā°ŋā°‚ā°Ļā°ŋ: %sā°Žāą‚ā°˛ā°•ā°‚ '%2$s'ā°•āą ā°…ā°¨āąā°•āą‹ā°¨ā°ŋ ā°¯ā°žā°Ÿāąā°°ā°ŋā°Ŧāąā°¯āą‚ā°Ÿāą '%1$s'ā°¸āąā°Ÿāąā°°āą€ā°Žāą ā°¯āąŠā°•āąā°• ā°…ā°¨āąā°•āą‹ā°¨ā°ŋ ā°¤āąā°ĩā°°ā°ŋā°¤ ā°Žāąā°—ā°ŋā°‚ā°Ēāą ā°ļā°ŋā°ļāą ā°•ā°žā°°āąā°¯ā°‚ ā°¨āąā°‚ā°Ąā°ŋ Ⱌā°ŋ_ⰐⰓ_ā°›ā°žā°¨āą†ā°˛āą_ā°ĩā°ŋā°¨āąāąŠāą¨32_ā°Ēāą‹ā°˛āą() ā°Ēā°žā° ā°‚ ā°¨āą Ⱊā°Ļāąā°ĩāąā°Ÿā°˛āą‹ ā°Šā°šā°ŋā°‚ā°šā°¨ā°ŋ ā°Ļāą‹ā°ˇā°‚ ā°•ā°˛ā°Ļāą ā°ļā°ŋā°ļāą ā°•ā°žā°°āąā°¯ā°‚ (%s) ā°¨āąā°‚ā°Ąā°ŋ ā°Ēā°žā° ā°‚ Ⱊā°Ļāąā°ĩāąā°Ÿā°˛āą‹ ā°¸āą†ā°˛āą†ā°•āąā°Ÿāą() ā°˛āą‹ ā°Šā°šā°ŋā°‚ā°šā°¨ā°ŋ ā°Ļāą‹ā°ˇā°‚ ā°•ā°˛ā°Ļāą. ā°ĩāą†ā°¯ā°ŋā°Ÿāą ā°Ēā°ŋā°Ąāą() ā°˛āą‹ ā°Šā°šā°ŋā°‚ā°šā°¨ā°ŋ ā°Ļāą‹ā°ˇā°‚ ā°•ā°˛ā°Ļāą(%s)ā°…ā°¨āąā°•āą‹ā°¨ā°ŋ ā°Ÿā°žā°—āą '%s' ā°Ļāą€ā°¨ā°ŋ ā°˛āą‹ā°Ēā°˛ '%s'ā°…ā°¨āąā°•āą‹ā°¨ā°ŋ ā°Ÿā°žā°—āą '%s', ā°…ā°¨āąā°•āąā°¨āąā°¨ ā°Ÿā°žā°—āą '%s'ā°Šā°šā°ŋā°‚ā°šā°¨ā°ŋ ā°¯ā°žā°¨āąā°¸ā°ŋā°˛āąā°˛ā°°ā°ŋ ā°Ąā°žā°Ÿā°ž ā°°ā°•ā°Žāą "%s" ā°ļā°ŋā°ļāąā°•ā°žā°°āąā°¯ā°‚ ā°¨ā°ŋā°°āąā°ĩā°°āąā°¤ā°ŋā°‚ā°šāąā°Ÿā°˛āą‹ ā°¤āą†ā°˛ā°ŋⰝⰍā°ŋ ā°§āą‹ā°ˇā°‚ ā°•ā°˛ā°Ļāą ā°…ā°¨āąā°¸ā°‚ā°§ā°žā°¨ā°Žāąā°¨ā°‚ā°Ļāą ā°¤āą†ā°˛ā°ŋⰝⰍā°ŋ ā°Ļāą‹ā°ˇā°Žāąā°¤āą†ā°˛ā°ŋⰝⰍā°ŋ ā°‡ā°šāąā°›ā°žā°Ēāą‚ā°°āąā°ĩā°•ā°Žāą %sā°¤āą†ā°˛ā°ŋⰝⰍā°ŋ ā°Ēāąā°°āą‹ā°Ÿāą‹ā°•ā°žā°˛āą ā°¤āą†ā°˛āąā°Ēā°Ŧā°Ąā°ŋā°‚ā°Ļā°ŋā°¤āą†ā°˛ā°ŋⰝⰍā°ŋ ā°°ā°•ā°Žāą ā°•ā°Žā°žā°‚ā°Ąāą ā°˛āąˆā°¨āą ā°˛āą‡ā°Ļ ā°ˇā°˛āą_ā°•āą‹ā°Ÿāą†ā°Ąāą ā°Ēā°žā° ā°‚ ā°˛āą‹ ā°¸ā°žā°Žāąā°¯ā°‚ā°˛āą‡ā°¨ā°ŋ ā°•āąŠā°Ÿāą‡ā°ˇā°¨āą Ⱊā°ŋā°šāąā°¨ā°‚ ā°•ā°˛ā°Ļāą ā°¨ā°žā°Žā°Žāąā°˛āą‡ā°¨ā°ŋā°Žā°Ļāąā°Ļā°¤āą€ā°¯ā°¨ā°ŋ ā°¸ā°žā°•āą†ā°Ÿāą Ⱊā°ŋā°°āąā°¨ā°žā°Žā°žā°ĩā°ŋā°¨ā°ŋā°Žā°¯ā°‚:ā°ļāą‹ā°§ā°¨ dirsⰍⰂā°Ļāą ā°ĩā°ŋā°˛āąā°ĩāąˆā°¨ ā°•āą€ ā°Ļā°¸āąā°¤āąā°°ā°Žāą ā°•ā°¨ā°Ŧā°Ąā°˛āą‡ā°Ļāą%s' ā°ĩā°ŋā°˛āąā°ĩā°¨āą ā°Ŧāąā°˛ā°ŋā°¯ā°¨āą ā°—ā°ž Ⱊā°Ļāąā°ĩāąā°Ÿā°•āą ā°¸ā°žā°§āąā°¯ā°Ēā°Ąā°Ļāą.'%s' ā°ĩā°ŋā°˛āąā°ĩā°¨āą ā°Ģāąā°˛āą‹ā°Ÿāą ā°¸ā°‚ā°–āąā°¯ā°—ā°ž Ⱊā°Ļāąā°ĩāąā°Ÿā°•āą ā°¸ā°žā°§āąā°¯ā°Ēā°Ąā°Ļāą.'%s' ā°ĩā°ŋā°˛āąā°ĩā°¨āą ā°¸ā°‚ā°–āąā°¯ ā°—ā°ž Ⱊā°Ļāąā°ĩāąā°Ÿā°•āą ā°¸ā°žā°§āąā°¯ā°Ēā°Ąā°Ļāą.ā°¸ā°žā°•āą†ā°Ÿāą ā°Ēā°°ā°ŋā°¸āąā°Ĩā°ŋā°¤ā°ŋ ā°•āą‹ā°°ā°•āą ā°ĩāą‡ā°šā°ŋā°ĩāąā°‚ā°Ļā°ŋ: %sā°¤ā°Ēāąā°Ēāąā°Ąāą ā°¸ā°‚ā°–āąā°¯ā°ž ā°Ÿāą‹ā°•āą†ā°¨āąā°˛āą (%d)[ā°‡ā°šāąā°šā°žā°Ēāą‚ā°°āąā°ĩā°°ā°•ā°‚...]\ ā°Žā°žā°Ļā°ŋā°°ā°ŋ Ⱊā°ŋā°ĩā°° ā°ĩā°Ļāąā°Ļā°ĩāą†ā°¨āąā°• ā°šāą†ā°Ēāąā°Ēā°ŋā°¨ ā°Ļā°žā°¨ā°ŋā°˛āą‹ \C ā°…ā°¨āąā°Žā°¤ā°ŋā°‚ā°šā°Ŧā°Ąā°Ļāą\c ā°Žā°žā°Ļā°ŋā°°ā°ŋ Ⱊā°ŋā°ĩā°°ā°ĩā°Ļāąā°Ļ\g ā°Ŧāąā°°āą‡ā°¸āąâ€Œā°Ąāą ā°¨ā°žā°Žā°Žāąā°¤āą‹ ā°˛āą‡ā°Ļā°ž ā°Ēā°žā°•āąā°ˇā°ŋā°•ā°Žāąā°—ā°ž ā°Ŧāąā°°āą‡ā°¸āąâ€Œā°šāą‡ā°¯ā°Ŧā°Ąā°ŋā°ĩāąā°¨āąā°¨ ā°¸āąā°¨āąā°¨ā°ž-ā°•ā°žā°¨ā°ŋ ā°¸ā°‚ā°–āąā°¯ā°¤āą‹ ā°…ā°¨āąā°¸ā°°ā°ŋā°‚ā°Ēā°Ŧā°Ąā°Ļāą(?( ā°¤ā°°āąā°ĩā°žā°¤ ā°šāą†ā°Ēāąā°Ēāą‡ā°Žā°žā°Ÿ ā°…ā°¨āąā°•āą‹ā°Ŧā°Ąā°ŋā°¨ā°Ļā°ŋwin32 ⰍⰂā°Ļāą ā°¸ā°šā°¸ā°‚ā°­ā°‚ā°Ļ ā°Žā°žā°°āąā°Ēāąā°˛āą ā°Žā°Ļāąā°Ļā°¤āą€ā°¯āąā°Ÿā°˛āą‡ā°Ļāąā°Ēā°žā°•āąā°ˇā°ŋā°• Ⰿⰰā°ŋā°œāą‹ā°Ąā°ŋā°•ā°ŋ ā°¨ā°ŋā°¯ā°Žā°žā°˛āą ā°Žā°Ļāąā°Ļā°¤āą€ā°¯ā°¨ā°ŋ ā°•ā°žā°°ā°Ŗā°‚ā°—ā°ž ā°Ŧāąā°¯ā°žā°•āą ā°°ā°ŋā°Ģā°°āą†ā°¨āąā°¸āąâ€ā°Ŧāąā°¯ā°žā°•āąâ€Œā°Ÿāąā°°ā°žā°•ā°ŋā°‚ā°—āą ā°Ēā°°ā°ŋā°Žā°ŋā°¤ā°ŋ ā°šāą‡ā°°āąā°•āąŠā°‚ā°Ļā°ŋā°•āą‡ā°¸āą-ā°Žā°°ā°˛āąā°Ēāą ā°¯āą†ā°¸āąā°•āą‡ā°Ēāąā°¸āąâ€ (\l, \L, \u, \U) ā°¯ā°ŋā°•āąā°•ā°Ą ā°…ā°¨āąā°Žā°¤ā°ŋā°‚ā°šā°Ŧā°Ąā°ĩāą\x{...} ā°…ā°¨āąā°•āąā°°ā°Žā°Žāąā°¨ā°‚ā°Ļā°˛ā°ŋ ā°…ā°•āąā°ˇā°°ā°Ēāą ā°ĩā°ŋā°˛āąā°ĩ ā°šā°žā°˛ā°ž ā°Ēāą†ā°Ļāąā°Ļā°Ļā°ŋā°•āą‹ā°Ąāą ā°ĩāą‹ā°ĩā°°āąâ€Œā°Ģāąā°˛āą‹ā°¨ā°ŋā°¯ā°Žā°°āą‚ā°Ēā°• ā°¸ā°Žāą‚ā°šā°‚ ā°°āą†ā°‚ā°Ąāąā°•ā°¨āąā°¨ā°ž ā°¯āą†ā°•āąā°•āąā°ĩ ā°ļā°žā°–ā°˛ā°¨āą ā°•ā°˛ā°ŋā°—ā°ŋā°ĩāąā°‚ā°Ļā°ŋā°Ēā°žā°Ąāąˆā°¨ ā°†ā°Ŧāąā°œā°•āąā°Ÿāąā°¸āąā°Ĩā°žā°¨ā°ŋā°• Ⱊā°ŋā°°āąā°¨ā°žā°Žā°žā°¨āą ā°ĒāąŠā°‚ā°Ļā°˛āą‡ā°• ā°Ēāą‹ā°¯ā°ŋā°‚ā°Ļā°ŋ: %sā°Ļāą‚ā°°ā°¸āąā°Ĩ Ⱊā°ŋā°°āąā°¨ā°žā°Žā°žā°¨āą ā°ĒāąŠā°‚ā°Ļā°˛āą‡ā°• ā°Ēāą‹ā°¯ā°ŋā°‚ā°Ļā°ŋ: %s%s ā°ĩā°ŋā°¨ā°˛āą‡ā°• ā°Ēāą‹ā°¯ā°ŋā°‚ā°Ļā°ŋfd ā°¨āąā°‚ā°Ąā°ŋ GSocket ā°¸āąƒā°ˇāąā°Ÿā°ŋā°¸āąā°¤āą‹ā°‚ā°Ļā°ŋ: %sā°…ā°‚ā°•āą† ā°…ā°¨āąā°•āą‹ā°Ŧā°Ąā°ŋā°¨ā°Ļā°ŋā°Ąāąā°°āąˆā°ĩāą ā°Ŧā°¯ā°Ÿā°•āąā°Ēā°‚ā°Ēāąā°Ļā°žā°¨ā°ŋā°¨ā°ŋ ā°šāą‡ā°¯ā°˛āą‡ā°Ļāąā°Ąāąā°°āąˆā°ĩāą ā°Ŧā°¯ā°Ÿā°•āąā°Ēā°‚ā°Ēāą ā°˛āą‡ā°Ļā°ž ā°†ā°Ēā°°āą‡ā°ˇā°¨āąâ€Œā°¤āą‹_ā°Ŧā°¯ā°Ÿā°•āą_ā°Ēā°‚ā°Ēāą ā°ĩā°ŋā°˛āąā°ĩā°¨āą ā°…ā°­ā°ŋā°ĩāąƒā°Ļāąā°Ļā°ŋā°Ēā°°ā°šā°˛āą‡ā°• ā°Ēāą‹ā°¯ā°ŋā°‚ā°Ļā°ŋā°Žā°žā°§āąā°¯ā°Žā°‚ ā°•āąŠā°°ā°•āą ā°Žā°¨āąā°¨ā°ŋā°•ā°¨āą ā°Ąāąā°°āąˆā°ĩāą ā°šāą‡ā°¯ā°˛āą‡ā°Ļāąā°Ąāąā°°āąˆā°ĩāą ā°Ēāąā°°ā°žā°°ā°‚ā°­ā°Žāąā°¨āą ā°…ā°­ā°ŋā°ĩāąƒā°Ļāąā°Ļā°ŋ ā°Ēā°°ā°šā°˛āą‡ā°•ā°Ēāą‹ā°¯ā°ŋā°‚ā°Ļā°ŋā°†ā°Ēāąā°Ÿā°¨āą ā°Ąāąā°°āąˆā°ĩāą ā°…ā°­ā°ŋā°ĩāąƒā°Ļāąā°Ļā°ŋ ā°Ēā°°ā°šā°˛āą‡ā°•ā°Ēāą‹ā°¯ā°ŋā°‚ā°Ļā°ŋā°Žāą†ā°ŽāąŠā°°ā°ŋ ā°ĒāąŠā°‚ā°Ļāąā°Ÿā°˛āą‹ ā°ĩā°ŋā°Ģā°˛ā°Žāąˆā°‚ā°Ļā°ŋā°šāą†ā°—āąā°œā°žā°Ąāą†ā°¸ā°ŋā°Žā°˛āą ā°…ā°‚ā°•āą† ā°…ā°¨āąā°•āą‹ā°Ŧā°Ąā°ŋā°‚ā°Ļā°ŋā°šāą†ā°—āąā°œā°žā°Ąāą†ā°¸ā°ŋā°Žā°˛āą ā°Ąā°ŋⰜā°ŋā°Ÿāą ā°˛āą‡ā°Ļā°ž '}' ā°…ā°¨āąā°•āą‹ā°Ŧā°Ąā°ŋā°‚ā°Ļā°ŋⰏⰰā°ŋā°•ā°žā°¨ā°ŋ Ⱊā°ŋā°šāąā°¨ā°°āą‚ā°Ē ā°°ā°ŋā°Ģā°°āą†ā°¨āąā°¸āąā°…ā°¸āąā°Ĩā°ŋā°°ā°¤āąā°ĩ NEWLINE ā°ā°šāąā°šā°ŋā°•ā°žā°˛āąā°…ā°‚ā°¤ā°°āąā°—ā°¤ ā°Ļāą‹ā°ˇā°Žāąā°…ā°¤ā°°āąā°—ā°¤ ā°Ļāą‹ā°ˇā°Žāą ā°˛āą‡ā°Ļā°ž ā°Ēā°žā°Ąāąˆā°¨ ā°†ā°Ŧāąā°œā°•āąā°Ÿāąā°•āąŠā°¤āąā°¤ā°ĩā°°āąā°¸ ā°œāą†ā°‚ā°Ąā°žā°˛ā°¯āąŠā°•āąā°• ā°šāą†ā°˛āąā°˛ā°¨ā°ŋ ā°Žā°ŋā°ļāąā°°ā°Žā°‚ā°šāą†ā°˛āąā°˛ā°¨ā°ŋ ā°¨ā°ŋā°¯ā°Žā°Žāą (?(0)ā°…ā°•āąā°ˇā°°ā°Ēāą ā°•āąā°˛ā°žā°¸āąâ€Œā°¨ā°‚ā°Ļāą ā°šāą†ā°˛āąā°˛ā°¨ā°ŋ ā°Žā°¸āąā°•āą‡ā°Ēāą ā°…ā°¨āąā°•āąā°°ā°Žā°Žāąā°ĩāą†ā°¨āąā°•ā°šāą‚ā°Ąā°‚ā°Ąā°ŋ ā°šāą†ā°Ēāąā°Ēā°ŋā°¨ā°Žā°žā°Ÿ ā°¨ā°ŋā°°āąā°§ā°°ā°ŋā°¤ ā°Ēāą‹ā°Ąā°ĩāąā°˛āą‡ā°Ļāąā°¤ā°Ēāąā°Ēāąā°—ā°žā°ĩāąā°¨āąā°¨ \P ā°˛āą‡ā°Ļā°ž \p ā°…ā°¨āąā°•āąā°°ā°Žā°Žāą(?( ā°¤ā°°āąā°ĩā°žā°¤ ā°¤ā°Ēāąā°Ēāąā°—ā°žā°ĩāąā°¨āąā°¨ ā°¸ā°‚ā°–āąā°¯ ā°˛āą‡ā°Ļā°ž ā°¨ā°žā°Žā°Žāąā°šā°ŋā°šāąā°¨ā°°āą‚ā°Ē ā°°ā°ŋā°Ģā°°āą†ā°¨āąā°¸āąā°¨ā°‚ā°Ļāą '<' ā°¤ā°Ēāąā°Ēā°ŋā°Ēāą‹ā°¯ā°ŋā°¨ā°Ļā°ŋā°ĩāąā°¯ā°žā°–āąā°¯ā°žā°¨ā°‚ ā°¤ā°°āąā°ĩā°žā°¤ ā°¤ā°Ēāąā°Ēā°ŋā°Ēāą‹ā°¯ā°ŋā°¨ )ā°Žāąā°—ā°ŋā°‚ā°šāąā°¨ā°Ļā°ŋ ) ā°¤ā°Ēāąā°Ēā°ŋā°Ēāą‹ā°¯ā°ŋā°‚ā°Ļā°ŋā°…ā°•āąā°ˇā°°ā°Ēāą ā°•āąā°˛ā°žā°¸āąâ€Œā°•āą ] ā°Žāąā°—ā°ŋā°‚ā°Ēāą ā°¤ā°Ēāąā°Ēā°ŋā°Ēāą‹ā°¯ā°ŋā°¨ā°Ļā°ŋā°‰ā°Ēā°Žā°žā°Ļā°ŋā°°ā°ŋ ā°¨ā°žā°Žā°Žāąā°¨ā°‚ā°Ļāą ā°¤ā°Ēāąā°Ēā°ŋā°Ēāą‹ā°¯ā°ŋā°¨ ā°Žāąā°—ā°ŋā°‚ā°Ēāąā°¸ā°žā°°ā°Žāą ā°°ā°•ā°‚ ā°Šā°šā°ŋā°‚ā°Ēāąā°¨āą ā°ŽāąŒā°‚ā°Ÿāą ā°…ā°­ā°ŋā°ĩāąƒā°Ļāąā°Ļā°ŋā°šāą‡ā°¯āąā°Ÿā°˛āą‡ā°Ļāąā°ŽāąŒā°‚ā°Ÿāą ā°¨ā°ŋā°ˇāąā°•āąā°°ā°Žā°Ŗā°¨āą ā°…ā°­ā°ŋā°ĩāąƒā°Ļāąā°Ļā°ŋ ā°šāą‡ā°¯āąā°Ÿā°˛āą‡ā°Ļāąā°ŽāąŒā°‚ā°Ÿāą ā°Ŧā°¯ā°Ÿā°•āąā°Ēā°‚ā°Ēāą ā°˛āą‡ā°Ļā°ž ā°†ā°Ēā°°āą‡ā°ˇā°¨āąâ€Œā°¤āą‹_ā°Ŧā°¯ā°Ÿā°•āą_ā°Ēā°‚ā°Ēāąā°¨āą ā°…ā°­ā°ŋā°ĩāąƒā°Ļāąā°Ļā°ŋā°Ēā°°ā°šāąā°Ÿā°˛āą‡ā°Ļāąā°ŽāąŒā°‚ā°Ÿāą ā°°āą€ā°ŽāąŒā°‚ā°Ÿāąâ€Œā°¨āą ā°…ā°­ā°ŋā°ĩāąƒā°Ļāąā°Ļā°ŋ ā°šāą‡ā°¯āąā°Ÿā°˛āą‡ā°Ļāąā°ā°•ā°•ā°žā°˛ ā°¸ā°žā°°ā°Žāą ā°°ā°•ā°‚ ā°Šā°šā°ŋā°‚ā°Ēāąā°¨āą ā°ŽāąŒā°‚ā°Ÿāą ā°…ā°­ā°ŋā°ĩāąƒā°Ļāąā°Ļā°ŋ ā°šāą‡ā°¯āąā°Ÿā°˛āą‡ā°Ļāąā°ŽāąŒā°‚ā°Ÿāą ā°…ā°¨āąâ€Œā°ŽāąŒā°‚ā°Ÿāąâ€Œā°¨āą ā°…ā°­ā°ŋā°ĩāąƒā°Ļāąā°Ļā°ŋā°šāą‡ā°¯āąā°Ÿ ā°˛āą‡ā°Ļāąā°…ā°¨āąâ€Œā°ŽāąŒā°‚ā°Ÿāą ā°˛āą‡ā°Ļā°ž ā°†ā°Ēā°°āą‡ā°ˇā°¨āą_ā°¤āą‹_ā°…ā°¨āąâ€Œā°ŽāąŒā°‚ā°Ÿāąâ€Œā°¨āą ā°ŽāąŒā°‚ā°Ÿāą ā°…ā°­ā°ŋā°ĩāąƒā°Ļāąā°Ļā°ŋ ā°Ēā°°ā°šā°˛āą‡ā°Ļāąā°Žā°ŗāąā°ŗāą€ā°šāą‡ā°¯āąā°Ÿā°•āą ā°¯āą‡ā°Žāą€ā°˛āą‡ā°Ļāą{} ā°•āąā°ĩā°žā°‚ā°Ÿā°ŋā°Ģāąˆā°°āąâ€Œā°˛āą‹ ā°Ēāą†ā°Ļāąā°Ļā°—ā°žā°ĩāąā°¨āąā°¨ ā°¸ā°‚ā°–āąā°¯{} ā°•āąā°ĩā°žā°‚ā°Ÿā°ŋā°Ģāąˆā°°āąâ€Œā°˛āą‹ ā°•āąā°°ā°Žā°Žāą ā°ŦⰝⰟā°ĩāąā°¨āąā°¨ ā°¸ā°‚ā°–āąā°¯ā°˛āąā°…ā°ˇāąā°Ÿā°žā°‚ā°ļ ā°ĩā°ŋā°˛āąā°ĩ \377 ā°•ā°¨āąā°¨ ā°Ēāą†ā°Ļāąā°Ļā°Ļā°ŋā°Žāą†ā°Žāą‹ā°°āą€ ā°…ā°¯ā°ŋā°Ēāą‹ā°¯ā°ŋā°‚ā°Ļā°ŋā°Žā°ŋā°‚ā°šā°ŋā°Ēāą‹ā°¯ā°ŋā°¨ ā°¨ā°ŋā°°āąā°ĩā°°āąā°¤ā°¨ā°ž ā°Ēā°¨ā°ŋā°¤ā°˛ā°‚ā°Žāąā°‚ā°Ļāąā°—ā°ž-ā°Ēā°°ā°ŋā°ļāą€ā°˛ā°ŋā°‚ā°šā°ŋā°¨ ā°°ā°ŋā°Ģā°°āą†ā°¨āąā°¸āąā°Ąāą ā°ĩāąā°Ēā°Žā°žā°Ļā°ŋā°°ā°ŋ ā°•ā°¨ā°Ŧā°Ąā°˛āą‡ā°Ļāąā°…ā°•āąā°ˇā°°ā°Ēāą ā°•āąā°˛ā°žā°¸āąâ€Œā°¨ā°‚ā°Ļāą ā°ĩāąā°¯ā°žā°Ēāąā°¤ā°ŋ ā°•āąā°°ā°Žā°Žāąā°•āą ā°ŦⰝⰟā°ĩāąā°‚ā°Ļā°ŋā°Ēāąā°¨ā°°ā°žā°ĩāąƒā°¤ā°Ēāą ā°Ēā°°ā°ŋā°Žā°ŋā°¤ā°ŋ ā°šāą‡ā°°ā°ŋā°¨ā°Ļā°ŋā°Ēāąā°¨ā°°ā°žā°ĩāąƒā°¤ ā°•ā°žā°˛āą ā°…ā°¨ā°‚ā°¤ā°‚ā°—ā°ž ā°˛āą‚ā°Ēāąâ€Œā°•ā°žā°—ā°˛ā°Ļāąā°˛āą‡ā°¨ā°ŋ ā°ĩāąā°Ēā°Žā°žā°Ļā°ŋā°°ā°ŋā°•ā°ŋ ā°°ā°ŋā°Ģā°°āą†ā°¨āąā°¸āąâ€ā°¸ā°žā°Ļā°žā°°ā°Ŗ ā°¸ā°Žāą€ā°•ā°°ā°Ŗā°‚ ā°šā°žā°˛ā°ž ā°Ēāą†ā°Ļāąā°Ļā°Ļā°ŋā°¨ā°ŋā°°āąā°ĩⰚā°ŋā°‚ā°šāą ā°¸ā°Žāą‚ā°šā°‚ā°¨āą ā°Žā°ŗāąā°ŗāą€ā°šāą‡ā°¯āąā°Ÿ ā°…ā°¨āąā°Žā°¤ā°ŋā°‚ā°šā°Ŧā°Ąā°Ļāąā°¸āąā°Ÿāąā°°āą‡ ā°Ģāąˆā°¨ā°˛āą '\'ā°‰ā°Ēā°Žā°žā°Ļā°ŋā°°ā°ŋ ā°¨ā°žā°Žā°Žāą ā°Žā°°āą€ ā°Ēāą†ā°Ļāąā°Ļā°Ļā°ŋ (ā°—ā°°ā°ŋā°ˇāąā° ā°‚ 32 ā°…ā°•āąā°ˇā°°ā°Žāąā°˛āą)ā°¸ā°ŋā°Žāąâ€Œā°˛ā°ŋā°‚ā°•āą ā°¤ā°Ēāąā°Ēā°• NULL-ā°•ā°žā°•āą‚ā°Ąā°Ļāąā°Ēā°žā°•āąā°ˇā°ŋā°• Ⰿⰰā°ŋā°œāą‹ā°Ąā°ŋā°•ā°ŋ ā°Žā°Ļāąā°Ļā°¤āą€ā°¯ā°¨ā°ŋ ā°…ā°‚ā°ļā°Žāąā°˛ā°¨āą ā°Žā°žā°Ļā°ŋā°°ā°ŋ ā°•ā°˛ā°ŋā°—ā°ŋā°ĩāąā°‚ā°Ļā°ŋā°¨ā°žā°Žā°Žāą ā°—ā°˛ā°ŋā°—ā°ŋā°¨ ā°šā°žā°˛ā°ž ā°ĩāąā°Ēā°Žā°žā°Ļā°ŋā°°ā°ŋā°˛āą (ā°—ā°°ā°ŋā°ˇāąā° ā°‚ā°—ā°ž 10,000)ā°°āą†ā°‚ā°Ąāą ā°¨ā°žā°Žā°žā°˛ ā°ĩāąā°Ēā°Žā°žā°Ļā°ŋā°°ā°ŋā°˛āą ā°’ā°•āą‡ ā°¨ā°žā°Žā°Žāąā°¨āą ā°•ā°˛ā°ŋā°—ā°ŋā°ĩāąā°¨āąā°¨ā°žā°¯ā°ŋā°…ā°¨āąā°•āą‹ā°¨ā°ŋ ā°†ā°ĩāąƒā°¤ā°Žāąā°Ēāą‚ā°°āąā°¤ā°ŋā°•ā°žā°¨ā°ŋ Ⱊā°ŋā°šāąā°¨ā°°āą‚ā°Ē ā°°āą†ā°Ģā°°āą†ā°¨āąā°¸āąā°¤āą†ā°˛ā°ŋⰝⰍā°ŋ POSIX ⰤⰰⰗⰤā°ŋ ā°¨ā°žā°Žā°Žāąā°¤āą†ā°˛ā°ŋⰝⰍā°ŋ ā°Ļāą‹ā°ˇā°Žāąā°¤āą†ā°˛ā°ŋⰝⰍā°ŋ ā°¯āą†ā°¸āąā°•āą‡ā°Ēāą ā°…ā°¨āąā°•āąā°°ā°Žā°Žāą\P ā°˛āą‡ā°Ļā°ž \p ā°¤ā°°āąā°ĩā°žā°¤ ā°¤āą†ā°˛ā°ŋⰝⰍā°ŋ ā°˛ā°•āąā°ˇā°Ŗā°Žāą ā°¨ā°žā°Žā°Žāą(? ā°¤ā°°āąā°ĩā°žā°¤ ā°—āąā°°āąā°¤ā°ŋā°‚ā°šā°¨ā°ŋ ā°…ā°•āąā°ˇā°°ā°Žāą(?< ā°¤ā°°āąā°ĩā°žā°¤ ā°—āąā°°āąā°¤ā°ŋā°‚ā°šā°¨ā°ŋ ā°…ā°•āąā°ˇā°°ā°Žāą(?P ā°¤ā°°āąā°ĩā°žā°¤ ā°—āąā°°āąā°¤ā°ŋā°‚ā°šā°¨ā°ŋ ā°…ā°•āąā°ˇā°°ā°Žāąā°—āąā°°āąā°¤ā°ŋā°‚ā°šā°Ŧā°Ąā°¨ā°ŋ ā°…ā°•āąā°ˇā°°ā°Žāą \ā°¨āą ā°…ā°¨āąā°¸ā°°ā°ŋā°¸āąā°¤āą‹ā°‚ā°Ļā°ŋā°ĩā°žā°˛āąā°¯āą‚ā°Žāą ā°¨ā°ŋā°ˇāąā°•āąā°°ā°Žā°Ŗā°ŋā°¨ā°ŋ ā°…ā°­ā°ŋā°ĩāąƒā°Ļāąā°Ļā°ŋ ā°šāą‡ā°¯ā°˛āą‡ā°Ļāąā°Ŧā°¯ā°Ÿā°•āąā°Ēā°‚ā°Ēāą ā°˛āą‡ā°Ļā°ž ā°†ā°Ēā°°āą‡ā°ˇā°¨āą_ā°¤āą‹_ā°Ŧā°¯ā°Ÿā°•āąā°Ēā°‚ā°Ēāą ā°…ā°¨āąā°Ļā°žā°¨ā°ŋā°¨ā°ŋ ā°ĩā°žā°˛āąā°¯āą‚ā°Žāą ā°…ā°­ā°ŋā°ĩāąƒā°Ļāąā°Ļā°ŋ ā°Ēā°°ā°šāąā°Ÿā°˛āą‡ā°Ļāąā°ĩā°žā°˛āąā°¯āą‚ā°Žāą ā°ŽāąŒā°‚ā°Ÿāąâ€Œā°¨āą ā°šāą‡ā°¯ā°˛āą‡ā°•ā°Ēāą‹ā°¯ā°ŋā°‚ā°Ļā°ŋā°–ā°žā°ŗāą€ ā°ĩāąā°Ēā°¸āąā°Ÿāąā°°ā°ŋā°‚ā°—āąā°¸āąâ€ ā°•āąŠā°°ā°•āą ā°Ēā°¨ā°ŋⰤⰞⰂ ā°Ēā°°ā°ŋā°Žā°ŋā°¤ā°ŋ ā°šāą‡ā°°ā°ŋā°¨ā°Ļā°ŋā°¸āąā°¨āąā°¨ā°ž-ā°ĒāąŠā°Ąā°ĩāą Ⱊā°ŋā°šāąā°¨ā°°āą‚ā°Ē ā°°ā°ŋā°Ģā°°āą†ā°¨āąā°¸āą./glib-2.22.2-i686/usr/share/locale/be/0000755000000000000000000000000011271166765015615 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/be/LC_MESSAGES/0000755000000000000000000000000011271166765017402 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/be/LC_MESSAGES/glib20.mo0000644000000000000000000004671211271166634021023 0ustar rootrootŪ•uĝlā Yá _; a› ũ 4 /G ,w &¤ )Ë !õ  A8 žz ; .U *„ .¯ aŪ F@4‡2ŧ:īA*@l;­WéWA1™/Ë?û5;Iq‘ģMi ~Ÿ>ģ'ú."Q?p)°$Ú%˙%!99[*•9Āú-+EŠq&ü+#3O#ƒ!§)É8ķ9,.f • Ŗ&ąØ)ø"3$L+q!ŋ1Ũ.T>F“=ÚL+e!‘ŗ-Ķ$(&OgLz°Įzx*ķ/Ndv0“FÄ: -F2t§;ŋ'û-#)QO{CË" *2 ] Co ŗ .ē -é !9#!Į]"ˇ%#ÆŨ#.¤$|Ķ$vP%ZĮ%R"&Fu&4ŧ&3ņ&`%' †'j‘(mü(Wj)[Â)Đ*nī*]^+]ŧ+s,vŽ,n-et-ŗÚ-‰Ž.`/Xy/XŌ/{+0d§0ô 1;2#=2Ga23Š2[Ũ2093Aj31Ŧ3jŪ3GI4B‘4DÔ445SN5Vĸ5Cų5U=6/“6BÃ6@7ĀG7K8PT8zĨ8N 90o9V 9k÷9Sc:<ˇ:ô:$;C-;9q;{Ģ;2'<<Z<n—<T=C[=>Ÿ=wŪ=€V>¨×>•€?|@Š“@o=A/­A-ŨA@ B;LB_ˆB)čB9C‡LC=ÔCÕEKčEQ4FC†F<ĘFKG]SGnąGd HT…H\ÚH%7Ih]I>ÆIIJ<OJ™ŒJ}&K;¤K[āK(- cLVP";TkI*J]+WhO,E$2!&uNH)nesC\f#7/^Y.g'opX 9 S_ Db :a=Z1m6`GiFUK(tB%dl3rM<5'%s' is not a valid character following a '<' character; it may not begin an element name'%s' is not a valid character following the characters ''Application Options:Can't do a raw read in g_io_channel_read_line_stringCan't do a raw read in g_io_channel_read_to_endCannot convert fallback '%s' to codeset '%s'Cannot parse integer value '%s' for %sChannel terminates in a partial characterCharacter out of range for UTF-16Character out of range for UTF-8Character reference '%-.*s' does not encode a permitted characterCharacter reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Conversion from character set '%s' to '%s' is not supportedCould not allocate %lu bytes to read file "%s"Could not open converter from '%s' to '%s'Could not open converter from '%s' to '%s': %sDocument ended unexpectedly after the equals sign following an attribute name; no attribute valueDocument ended unexpectedly inside a comment or processing instructionDocument ended unexpectedly inside an attribute nameDocument ended unexpectedly inside an element nameDocument ended unexpectedly inside an element-opening tag.Document ended unexpectedly inside the close tag for element '%s'Document ended unexpectedly just after an open angle bracket '<'Document ended unexpectedly while inside an attribute valueDocument ended unexpectedly with elements still open - '%s' was the last element openedDocument ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>Document must begin with an element (e.g. )Document was empty or contained only whitespaceElement '%s' was closed, but the currently open element is '%s'Element '%s' was closed, no element is currently openEmpty entity '&;' seen; valid entities are: & " < > 'Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Error during conversion: %sError on line %d: %sError opening directory '%s': %sError reading file '%s': %sExisting file '%s' could not be removed: g_unlink() failed: %sFailed to change to directory '%s' (%s)Failed to close file '%s': fclose() failed: %sFailed to create file '%s': %sFailed to create pipe for communicating with child process (%s)Failed to execute child process "%s" (%s)Failed to execute child process (%s)Failed to execute helper program (%s)Failed to fork (%s)Failed to fork child process (%s)Failed to get attributes of file '%s': fstat() failed: %sFailed to map file '%s': mmap() failed: %sFailed to open file '%s' for writing: fdopen() failed: %sFailed to open file '%s': %sFailed to open file '%s': fdopen() failed: %sFailed to open file '%s': open() failed: %sFailed to parse '%-.*s', which should have been a digit inside a character reference (ê for example) - perhaps the digit is too largeFailed to read data from child processFailed to read data from child process (%s)Failed to read enough data from child pid pipe (%s)Failed to read from child pipe (%s)Failed to read from file '%s': %sFailed to read the symbolic link '%s': %sFailed to redirect output or input of child process (%s)Failed to rename file '%s' to '%s': g_rename() failed: %sFailed to write file '%s': fwrite() failed: %sFile is emptyHelp Options:Integer value '%s' for %s out of rangeInteger value '%s' out of rangeInvalid byte sequence in conversion inputInvalid hostnameInvalid program name: %sInvalid sequence in conversion inputInvalid string in argument vector at %d: %sInvalid string in environment: %sInvalid working directory: %sKey file contains escape character at end of lineKey file contains invalid escape sequence '%s'Key file contains key '%s' in group '%s' which has value that cannot be interpreted.Key file contains key '%s' which has value that cannot be interpreted.Key file contains key '%s' with value '%s' which is not UTF-8Key file contains line '%s' which is not a key-value pair, group, or commentKey file contains unsupported encoding '%s'Key file does not have group '%s'Key file does not have key '%s'Key file does not have key '%s' in group '%s'Key file does not start with a groupLeftover unconverted data in read bufferMissing argument for %sNot a regular fileOdd character '%s', expected a '=' after attribute name '%s' of element '%s'Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute nameOdd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'Partial character sequence at end of inputQuoted text doesn't begin with a quotation markShow all help optionsShow help optionsSymbolic links not supportedTemplate '%s' invalid, should not contain a '%s'Text ended before matching quote was found for %c. (The text was '%s')Text ended just after a '\' character. (The text was '%s')Text was empty (or contained only whitespace)The URI '%s' contains invalidly escaped charactersThe URI '%s' is invalidThe URI '%s' is not an absolute URI using the "file" schemeThe hostname of the URI '%s' is invalidThe local file URI '%s' may not include a '#'The pathname '%s' is not an absolute pathUnexpected error in g_io_channel_win32_poll() reading data from a child processUnexpected error in select() reading data from a child process (%s)Unexpected error in waitpid() (%s)Unknown error executing child process "%s"Unknown option %sUnmatched quotation mark in command line or other shell-quoted textUsage:Value '%s' cannot be interpreted as a boolean.Value '%s' cannot be interpreted as a number.[OPTION...]Project-Id-Version: glib HEAD Report-Msgid-Bugs-To: POT-Creation-Date: 2009-10-07 09:51-0400 PO-Revision-Date: 2005-11-16 11:21+0200 Last-Translator: Vital Khilko Language-Team: Belarusian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "%s" ĐŊĐĩ ĐˇŅŒŅŅžĐģŅĐĩŅ†Ņ†Đ° даĐŋŅƒŅˆŅ‡Đ°ĐģҌĐŊŅ‹Đŧ ҁҋĐŧйаĐģĐĩĐŧ, ŅĐēŅ– Ņ–Đ´ĐˇĐĩ Са ҁҋĐŧйаĐģĐĩĐŧ "<"; ĐŗŅŅ‚Ņ‹ ҁҋĐŧйаĐģҌ ĐŊŅ ĐŧĐžĐļа ĐŋĐ°Ņ‡Ņ‹ĐŊĐ°Ņ†ŅŒ ĐŊĐ°ĐˇĐ˛Ņƒ ŅĐģĐĩĐŧŅĐŊŅ‚Ņƒ"%s" ĐŊĐĩ ĐˇŅŒŅŅžĐģŅĐĩŅ†Ņ†Đ° даĐŋŅƒŅˆŅ‡Đ°ĐģҌĐŊŅ‹Đŧ ҁҋĐŧйаĐģĐĩĐŧ, ŅĐēŅ– Ņ–Đ´ĐˇĐĩ Са ҁҋĐŧйаĐģŅĐŧŅ– ""МоĐļĐŊĐ°ŅŅŒŅ†Ņ– Đ´Đ°ŅŅ‚Đ°ŅĐ°Đ˛Đ°ĐŊҌĐŊŅ:НĐĩ ĐŧĐ°ĐŗŅ‡Ņ‹Đŧа Đ˛Ņ‹ĐēаĐŊĐ°Ņ†ŅŒ ĐŊĐĩĐŋĐ°ŅŅ€ŅĐ´ĐŊаĐĩ Ņ‡Ņ‹Ņ‚Đ°ĐŊҌĐŊĐĩ Ņž Ņ„ŅƒĐŊĐē҆ҋҖ g_io_channel_read_line_stringНĐĩĐŧĐ°ĐŗŅ‡Ņ‹Đŧа Đ˛Ņ‹ĐēаĐŊĐ°Ņ†ŅŒ ĐŊĐĩĐŋĐ°ŅŅ€ŅĐ´ĐŊаĐĩ Ņ‡Ņ‹Ņ‚Đ°ĐŊҌĐŊĐĩ Ņž Ņ„ŅƒĐŊĐē҆ҋҖ g_io_channel_read_to_endНĐĩĐŧĐ°ĐŗŅ‡Ņ‹Đŧа ĐŋĐĩŅ€Đ°ŅžŅ‚Đ˛Đ°Ņ€Đ°Ņ†ŅŒ СĐŊаĐē "%s" ҃ СĐŊаĐē ŅĐ° ĐˇĐąĐžŅ€Ņƒ "%s"НĐĩĐŧĐ°ĐŗŅ‡Ņ‹Đŧа Ņ€Đ°ĐˇĐ°ĐąŅ€Đ°Ņ†ŅŒ Ņ†ŅĐģаĐĩ СĐŊĐ°Ņ‡ŅĐŊҌĐŊĐĩ '%s' Đ´ĐģŅ %sКаĐŊаĐģ СаĐēŅ€Ņ‹Đ˛Đ°ĐĩŅ†Ņ†Đ° ĐŊа ĐŊŅĐŋĐžŅžĐŊŅ‹Đŧ ҁҋĐŧйаĐģŅ–ĐĄŅ‹ĐŧйаĐģҌ Đŋа-Са Đ´Ņ‹ŅĐŋаСОĐŊаĐŧ UTF-16ĐĄŅ‹ĐŧйаĐģҌ Đŋа-Са Đ´Ņ‹ŅĐŋаСОĐŊаĐŧ UTF-8Đ›ŅƒŅ‡Ņ‹Đ˛Đ° ĐŊа ҁҋĐŧйаĐģҌ '%-.*s' ĐŊĐĩ Đ˛Ņ‹ĐˇĐŊĐ°Ņ‡Đ°Đĩ даСвОĐģĐĩĐŊŅ‹ ҁҋĐŧйаĐģŅŒĐ›ŅƒŅ‡Ņ‹Đ˛Đ° да ҁҋĐŧйаĐģŅŽ ĐŊĐĩ ĐēаĐŊŅ‡Đ°ĐĩŅ†Ņ†Đ° ĐēŅ€ĐžĐŋĐēаК С ĐēĐžŅĐēаК; СдаĐĩŅ†Ņ†Đ°, ŅˆŅ‚Đž ҁҋĐŧйаĐģҌ & ĐąŅ‹Ņž Đ˛Ņ‹ĐēĐ°Ņ€Ņ‹ŅŅ‚Đ°ĐŊŅ‹ ĐŊŅ Đ´ĐģŅ ĐŋаСĐŊĐ°Ņ‡ŅĐŊҌĐŊŅ ĐŋĐ°Ņ‡Đ°Ņ‚Đēа ŅŅƒŅ‚ĐŊĐ°ŅŅŒŅ†Ņ– - ŅĐēŅ€Đ°ĐŊŅƒĐšŅ†Đĩ ŅĐŗĐž ŅĐē &ПĐĩŅ€Đ°ŅžŅ‚Đ˛Đ°Ņ€ŅĐŊҌĐŊĐĩ С ĐŊĐ°ĐąĐžŅ€Ņƒ СĐŊаĐēĐ°Ņž "%s" ҃ "%s" ĐŊĐĩ ĐŋĐ°Đ´Ņ‚Ņ€Ņ‹ĐŧĐģŅ–Đ˛Đ°ĐĩŅ†Ņ†Đ°ĐĐĩ Đ°Ņ‚Ņ€Ņ‹ĐŧаĐģĐ°ŅŅ Ņ€Đ°ĐˇŅŒĐŧĐĩŅ€ĐēĐ°Đ˛Đ°Ņ†ŅŒ %lu ĐąĐ°ĐšŅ‚Đ°Ņž Đ´ĐģŅ Ņ‡Ņ‹Ņ‚Đ°ĐŊҌĐŊŅ Ņ„Đ°ĐšĐģ҃ "%s"НĐĩ Đ°Ņ‚Ņ€Ņ‹ĐŧаĐģĐ°ŅŅ адĐēŅ€Ņ‹Ņ†ŅŒ ĐŋĐĩŅ€Đ°ŅžŅ‚Đ˛Đ°Ņ€Đ°ĐģҌĐŊŅ–Đē С "%s" ҃ "%s"НĐĩ Đ°Ņ‚Ņ€Ņ‹ĐŧаĐģĐ°ŅŅ адĐēŅ€Ņ‹Ņ†ŅŒ ĐŋĐĩŅ€Đ°ŅžŅ‚Đ˛Đ°Ņ€Đ°ĐģҌĐŊŅ–Đē С "%s" ҃ "%s": %sДаĐē҃ĐŧŅĐŊŅ‚ ĐŊĐĩŅ‡Đ°ĐēаĐŊа ҁĐēĐžĐŊŅ‡Ņ‹ŅžŅŅ ĐŋĐ°ŅŅŒĐģŅ СĐŊаĐē҃ Ņ€ĐžŅžĐŊĐ°ŅŅŒŅ†Ņ–, ŅĐēŅ– Ņ–ŅˆĐžŅž Са ĐŊаСваК Đ°Ņ‚Ņ€Ņ‹ĐąŅƒŅ‚Ņƒ: ĐŊĐĩ ĐŋаСĐŊĐ°Ņ‡Đ°ĐŊа СĐŊĐ°Ņ‡ŅĐŊҌĐŊĐĩ Đ°Ņ‚Ņ€Ņ‹ĐąŅƒŅ‚ŅƒĐ”Đ°Đē҃ĐŧŅĐŊŅ‚ ĐŊĐĩŅ‡Đ°ĐēаĐŊа ҁĐēĐžĐŊŅ‡Ņ‹ŅžŅŅ ŅžĐŊŅƒŅ‚Ņ€Ņ‹ ĐēаĐŧŅĐŊŅ‚Đ°Ņ€Ņƒ ҆Җ Ņ–ĐŊŅŅ‚Ņ€ŅƒĐēŅ†Ņ‹Ņ–Đ”Đ°Đē҃ĐŧŅĐŊŅ‚ ĐŊĐĩŅ‡Đ°ĐēаĐŊа ҁĐēĐžĐŊŅ‡Ņ‹ŅžŅŅ ŅžĐŊŅƒŅ‚Ņ€Ņ‹ ĐŊĐ°ĐˇĐ˛Ņ‹ Đ°Ņ‚Ņ€Ņ‹ĐąŅƒŅ‚ŅƒĐ”Đ°Đē҃ĐŧŅĐŊŅ‚ ĐŊĐĩŅ‡Đ°ĐēаĐŊа ҁĐēĐžĐŊŅ‡Ņ‹ŅžŅŅ ŅžĐŊŅƒŅ‚Ņ€Ņ‹ ĐŊĐ°ĐˇĐ˛Ņ‹ ŅĐģĐĩĐŧŅĐŊŅ‚ŅƒĐ”Đ°Đē҃ĐŧŅĐŊŅ‚ ĐŊĐĩŅ‡Đ°ĐēаĐŊа ҁĐēĐžĐŊŅ‡Ņ‹ŅžŅŅ ŅžĐŊŅƒŅ‚Ņ€Ņ‹ ŅĐģĐĩĐŧŅĐŊŅ‚Ņƒ ŅĐēŅ– адĐēŅ€Ņ‹Đ˛Đ°Đĩ Ņ‚ŅĐŗ.ДаĐē҃ĐŧŅĐŊŅ‚ ĐŊĐĩŅ‡Đ°ĐēаĐŊа ҁĐēĐžĐŊŅ‡Ņ‹ŅžŅŅ ŅžĐŊŅƒŅ‚Ņ€Ņ‹ ŅĐģĐĩĐŧŅĐŊŅ‚Ņƒ "%s" ŅĐēŅ– СаĐēŅ€Ņ‹Đ˛Đ°Đĩ Ņ‚ŅĐŗĐ”Đ°Đē҃ĐŧŅĐŊŅ‚ ĐŊĐĩŅ‡Đ°ĐēаĐŊа ҁĐēĐžĐŊŅ‡Ņ‹ŅžŅŅ Đ°Đ´Ņ€Đ°ĐˇŅƒ ĐŋĐ°ŅŅŒĐģŅ Đ˛ŅƒĐŗĐģавОК Đ´ŅƒĐļĐēŅ– "<"ДаĐē҃ĐŧŅĐŊŅ‚ ĐŊĐĩŅ‡Đ°ĐēаĐŊа ҁĐēĐžĐŊŅ‡Ņ‹ŅžŅŅ ŅžĐŊŅƒŅ‚Ņ€Ņ‹ СĐŊĐ°Ņ‡ŅĐŊҌĐŊŅ Đ°Ņ‚Ņ€Ņ‹ĐąŅƒŅ‚ŅƒĐ”Đ°Đē҃ĐŧŅĐŊŅ‚ ĐŊĐĩŅ‡Đ°ĐēаĐŊа ҁĐēĐžĐŊŅ‡Ņ‹ŅžŅŅ, ĐēаĐģŅ– ŅĐģĐĩĐŧŅĐŊ҂ҋ ĐąŅ‹ĐģŅ– ŅŅˆŅ‡Ņ адĐēŅ€Ņ‹Ņ‚Ņ‹Ņ - "%s" ĐąŅ‹Ņž аĐŋĐžŅˆĐŊŅ–Đŧ адĐēҀҋ҂ҋĐŧ ŅĐģĐĩĐŧŅĐŊŅ‚Đ°ĐŧДаĐē҃ĐŧŅĐŊŅ‚ ĐŊĐĩŅ‡Đ°ĐēаĐŊа ҁĐēĐžĐŊŅ‡Ņ‹ŅžŅŅ, Ņ‡Đ°ĐēаĐĩŅ†Ņ†Đ° Đ˛ŅƒĐŗĐģĐ°Đ˛Đ°Ņ Đ´ŅƒĐļĐēа ŅĐēĐ°Ņ СаĐēŅ€Ņ‹Đ˛Đ°Đĩ Ņ‚ŅĐŗ <%s/>ДаĐē҃ĐŧŅĐŊŅ‚ ĐŧŅƒŅŅ–Ņ†ŅŒ ĐŋĐ°Ņ‡Ņ‹ĐŊĐ°Ņ†Ņ†Đ° С ŅĐģĐĩĐŧŅĐŊŅ‚Ņƒ (ĐŊаĐŋҀҋĐēĐģад )ДаĐē҃ĐŧŅĐŊŅ‚ ĐąŅ‹Ņž ĐŋŅƒŅŅ‚Ņ‹ ҆Җ ŅƒŅ‚Ņ€Ņ‹ĐŧĐģŅ–Đ˛Đ°Ņž Ņ‚ĐžĐģҌĐēŅ– ĐŋŅ€Đ°ĐŗĐ°ĐģŅ‹Đ­ĐģĐĩĐŧŅĐŊŅ‚ "%s" ĐąŅ‹Ņž СаĐēҀҋ҂ҋ, аĐģĐĩ Ņž ĐŗŅŅ‚Ņ‹ Ņ‡Đ°Ņ адĐēҀҋ҂ҋ "%s"Đ­ĐģĐĩĐŧŅĐŊŅ‚ "%s" ĐąŅ‹Ņž СаĐēҀҋ҂ҋ, аĐŊŅ–Đ˛ĐžĐ´ĐŊŅ‹ ŅĐģĐĩĐŧŅĐŊŅ‚ ҃ ĐąŅĐŗŅƒŅ‡Ņ‹ ĐŧĐžĐŧаĐŊŅ‚ ĐŊĐĩ адĐēŅ€Ņ‹Ņ‚Ņ‹ĐŸŅƒŅŅ‚Ņ‹ СаĐŋҖҁ "&;" Đ°Đ´ŅˆŅƒĐēаĐŊŅ‹; даĐŋŅƒŅˆŅ‡Đ°ĐģҌĐŊŅ‹Ņ: & " < > 'ЗаĐŋҖҁ ĐŊĐĩ ĐēаĐŊŅ‡Đ°ĐĩŅ†Ņ†Đ° ĐēŅ€ĐžĐŋĐēаК С ĐēĐžŅĐēаК; СдаĐĩŅ†Ņ†Đ°, ŅˆŅ‚Đž ҁҋĐŧйаĐģҌ & ĐąŅ‹Ņž Đ˛Ņ‹ĐēĐ°Ņ€Ņ‹ŅŅ‚Đ°ĐŊŅ‹ ĐŊĐĩ Đ´ĐģŅ ĐŋаСĐŊĐ°Ņ‡ŅĐŊҌĐŊŅ ĐŋĐ°Ņ‡Đ°Ņ‚Đē҃ ŅŅƒŅ‚ĐŊĐ°ŅŅŒŅ†Ņ– - ŅĐēŅ€Đ°ĐŊŅƒĐšŅ†Đĩ ŅĐŗĐž ŅĐē &ПаĐŧŅ‹ĐģĐēа Ņž Ņ‡Đ°ŅĐĩ ĐŋĐĩŅ€Đ°ŅžŅ‚Đ˛Đ°Ņ€ŅĐŊҌĐŊŅ: %sПаĐŧŅ‹ĐģĐēа Ņž Ņ€Đ°Đ´Đē҃ %d: %sПаĐŧŅ‹ĐģĐēа Ņž Ņ‡Đ°ŅĐĩ адĐēŅ€Ņ‹Ņ†ŅŒŅ†Ņ ĐēĐ°Ņ‚Đ°ĐģŅ‘ĐŗŅƒ "%s": %sПаĐŧŅ‹ĐģĐēа Ņ‡Ņ‹Ņ‚Đ°ĐŊҌĐŊŅ Ņ„Đ°ĐšĐģ҃ "%s": %sĐĐ°ŅŅžĐŊŅ‹ Ņ„Đ°ĐšĐģ '%s' ĐŊĐĩ ĐŧĐžĐļа ĐąŅ‹Ņ†ŅŒ Đ˛Ņ‹Đ´Đ°ĐģĐĩĐŊŅ‹: СйОК g_unlink(): %sЗбой ĐˇŅŒĐŧĐĩĐŊŅ‹ ĐēĐ°Ņ‚Đ°ĐģŅ‘ĐŗĐ° "%s" (%s)Збой СаĐēŅ€Ņ‹Ņ†ŅŒŅ†Ņ Ņ„Đ°ĐšĐģ҃ %s': СйОК fclose(): %sЗбой ŅŅ‚Đ˛Đ°Ņ€ŅĐŊҌĐŊŅ Ņ„Đ°ĐšĐģ҃ "%s": %sЗбой ŅŅ‚Đ˛Đ°Ņ€ŅĐŊҌĐŊŅ ĐēаĐŊаĐģа Đ´ĐģŅ айĐŧĐĩĐŊ҃ С ĐŋŅ€Đ°Ņ†ŅŅĐ°Đŧ-ĐŊĐ°ŅˆŅ‡Đ°Đ´ĐēаĐŧ (%s)Збой Đ˛Ņ‹ĐēаĐŊаĐŊҌĐŊŅ ĐŋŅ€Đ°Ņ†ŅŅŅƒ-ĐŊĐ°ŅˆŅ‡Đ°Đ´Đēа "%s" (%s)Збой Đ˛Ņ‹ĐēаĐŊаĐŊҌĐŊŅ ĐŋŅ€Đ°Ņ†ŅŅŅƒ-ĐŊĐ°ŅˆŅ‡Đ°Đ´Đēа (%s)Збой Đ˛Ņ‹ĐēаĐŊаĐŊҌĐŊŅ ĐŋŅ€Đ°ĐŗŅ€Đ°ĐŧŅ‹ даĐŋаĐŧĐžĐŗŅ– (%s)Збой Ņ€Đ°ĐˇĐŗĐ°ĐģŅ–ĐŊаваĐŊҌĐŊŅ fork() (%s)Збой Ņ€Đ°ĐˇĐŗĐ°ĐģŅ–ĐŊаваĐŊҌĐŊŅ fork() ĐŋŅ€Đ°Ņ†ŅŅŅƒ-ĐŊĐ°ŅˆŅ‡Đ°Đ´Đēа (%s)Збой Đ°Ņ‚Ņ€Ņ‹ĐŧаĐŊҌĐŊŅ Đ°Ņ‚Ņ€Ņ‹ĐąŅƒŅ‚Đ°Ņž Ņ„Đ°ĐšĐģ҃ "%s": СйОК fstat(): %sЗбой ĐŧаĐŋаваĐŊҌĐŊŅ Ņ„Đ°ĐšĐģ҃ '%s': СйОК mmap(): %sЗбой адĐēŅ€Ņ‹Ņ†ŅŒŅ†Ņ Ņ„Đ°ĐšĐģа %s' Đ´ĐģŅ СаĐŋŅ–ŅŅƒ: СйОК fdopen(): %sЗбой адĐēŅ€Ņ‹Ņ†ŅŒŅ†Ņ Ņ„Đ°ĐšĐģ҃ "%s": %sЗбой адĐēŅ€Ņ‹Ņ†ŅŒŅ†Ņ Ņ„Đ°ĐšĐģ҃ "%s": СйОК fdopen(): %sЗбой адĐēŅ€Ņ‹Ņ†ŅŒŅ†Ņ Ņ„Đ°ĐšĐģ҃ "%s": СйОК open(): %sЗбой Ņ€Đ°ĐˇĐąĐžŅ€Ņƒ "%-.*s", дСĐĩ ĐŧŅƒŅŅ–Ņ†ŅŒ ĐąŅ‹Ņ†ŅŒ ĐŊ҃ĐŧĐ°Ņ€ ҃ĐŊŅƒŅ‚Ņ€Ņ‹ ĐģŅƒŅ‡Ņ‹Đ˛Đ° да ҁҋĐŧйаĐģŅŽ (ê ĐŊаĐŋҀҋĐēĐģад) - ĐŧаĐļĐģŅ–Đ˛Đ°, ĐŊ҃ĐŧĐ°Ņ€ ĐˇĐ°Đ˛ŅĐģŅ–ĐēŅ–Đ—ĐąĐžĐš Ņ‡Ņ‹Ņ‚Đ°ĐŊҌĐŊŅ даĐŊҌĐŊŅŅž С ĐŋŅ€Đ°Ņ†ŅŅŅƒ-ĐŊĐ°ŅˆŅ‡Đ°Đ´ĐēаЗбой Ņ‡Ņ‹Ņ‚Đ°ĐŊҌĐŊŅ даĐŊҌĐŊŅŅž С ĐŋŅ€Đ°Ņ†ŅŅŅƒ-ĐŊĐ°ŅˆŅ‡Đ°Đ´Đēа (%s)Збой Ņ‡Ņ‹Ņ‚Đ°ĐŊҌĐŊŅ ĐŋĐ°Ņ‚Ņ€ŅĐąĐŊаĐĩ ĐēĐžĐģҌĐēĐ°ŅŅŒŅ†Ņ– даĐŊҌĐŊŅŅž С pid ĐēаĐŊаĐģа ĐŊĐ°ŅˆŅ‡Đ°Đ´Đē҃ (%s)Збой Ņ‡Ņ‹Ņ‚Đ°ĐŊҌĐŊŅ даĐŊҌĐŊŅŅž С ĐēаĐŊаĐģ҃ ĐŊĐ°ŅˆŅ‡Đ°Đ´Đēа (%s)Збой Ņ‡Ņ‹Ņ‚Đ°ĐŊҌĐŊŅ С Ņ„Đ°ĐšĐģ҃ "%s": %sНĐĩĐŧĐ°ĐŗŅ‡Ņ‹Đŧа ĐŋŅ€Đ°Ņ‡Ņ‹Ņ‚Đ°Ņ†ŅŒ ҁҋĐŧйаĐģҖ҇ĐŊŅƒŅŽ ҁĐŋĐ°ŅŅ‹ĐģĐē҃ "%s": %sЗбой ĐŋĐĩŅ€Đ°ĐŊаĐēŅ–Ņ€Đ°Đ˛Đ°ĐŊҌĐŊŅ Đ˛Ņ‹Đ˛Đ°Đ´Ņƒ ҆Җ ŅžĐ˛ĐžĐ´Ņƒ ĐŋŅ€Đ°Ņ†ŅŅŅƒ-ĐŊĐ°ŅˆŅ‡Đ°Đ´Đēа (%s)Збой ĐˇŅŒĐŧĐĩĐŊŅ‹ ĐŊĐ°ĐˇĐ˛Ņ‹ Ņ„Đ°ĐšĐģ҃ "%s" ĐŊа '%s': СйОК g_rename(): %sЗбой СаĐŋŅ–ŅŅƒ Ņ„Đ°ĐšĐģ҃ '%s': СйОК fwrite(): %sФаКĐģ ĐŋŅƒŅŅ‚Ņ‹ĐœĐžĐļĐŊĐ°ŅŅŒŅ†Ņ– даĐŋаĐŧĐžĐŗŅ–:ĐĻŅĐģаĐĩ СĐŊĐ°Ņ‡ŅĐŊҌĐŊĐĩ '%s' Đ´ĐģŅ %s Đŋа-Са ĐŧĐĩĐļаĐŧŅ–ĐĻŅĐģаĐĩ СĐŊĐ°Ņ‡ŅĐŊҌĐŊĐĩ '%s' Đŋа-Са ĐŧĐĩĐļаĐŧŅ–ĐĐĩдаĐŋŅƒŅˆŅ‡Đ°ĐģҌĐŊĐ°Ņ ĐŋĐ°ŅŅŒĐģŅĐ´ĐžŅžĐŊĐ°ŅŅŒŅ†ŅŒ ĐąĐ°ĐšŅ‚Đ°Ņž ĐŊа ŅžĐ˛Đ°Ņ…ĐžĐ´ĐˇĐĩ ĐŋĐĩŅ€Đ°ŅžŅ‚Đ˛Đ°Ņ€ŅĐŊҌĐŊŅĐĐĩдаĐŋŅƒŅˆŅ‡Đ°ĐģҌĐŊĐ°Ņ ĐŊаСва Đ˛ŅƒĐˇĐģаНĐĩдаĐŋŅƒŅˆŅ‡Đ°ĐģҌĐŊĐ°Ņ ĐŊаСва ĐŋŅ€Đ°ĐŗŅ€Đ°ĐŧŅ‹: %sНĐĩдаĐŋŅƒŅˆŅ‡Đ°ĐģҌĐŊĐ°Ņ ĐŋĐ°ŅŅŒĐģŅĐ´ĐžŅžĐŊĐ°ŅŅŒŅ†ŅŒ ĐŊа ŅžĐ˛Đ°Ņ…ĐžĐ´ĐˇĐĩ ĐŋĐĩŅ€Đ°ŅžŅ‚Đ˛Đ°Ņ€ŅĐŊҌĐŊŅĐĐĩдаĐŋŅƒŅˆŅ‡Đ°ĐģҌĐŊŅ‹ Ņ€Đ°Đ´ĐžĐē ҃ Đ˛ŅĐēŅ‚Đ°Ņ€Ņ‹ Đ°Ņ€ĐŗŅƒĐŧŅĐŊŅ‚Ņƒ Ņž %d: %sНĐĩдаĐŋŅƒŅˆŅ‡Đ°ĐģҌĐŊŅ‹ Ņ€Đ°Đ´ĐžĐē ҃ Đ°ŅŅŅ€ĐžĐ´ĐˇŅŒĐ´ĐˇŅ–: %sНĐĩдаĐŋŅƒŅˆŅ‡Đ°ĐģҌĐŊŅ‹ ĐŋŅ€Đ°Ņ†ĐžŅžĐŊŅ‹ ĐēĐ°Ņ‚Đ°ĐģŅ‘Đŗ: %sФаКĐģ ĐēĐģŅŽŅ‡Ņƒ ŅžŅ‚Ņ€Ņ‹ĐŧĐģŅ–Đ˛Đ°Đĩ ĐŋĐ°ŅŅŒĐģŅĐ´ĐžŅžĐŊĐ°ŅŅŒŅ†ŅŒ ĐˇĐ°Đ˛ŅŅ€ŅˆŅĐŊҌĐŊŅ Ņž ĐēаĐŊ҆ҋ Ņ€Đ°Đ´ĐēŅƒĐ¤Đ°ĐšĐģ ĐēĐģŅŽŅ‡Ņƒ ŅƒŅ‚Ņ€Ņ‹ĐŧĐģŅ–Đ˛Đ°Đĩ ĐŊĐĩдаĐŋŅƒŅˆŅ‡Đ°ĐģҌĐŊŅƒŅŽ ĐŋĐ°ŅŅŒĐģŅĐ´ĐžŅžĐŊĐ°ŅŅŒŅ†ŅŒ ĐˇĐ°Đ˛ŅŅ€ŅˆŅĐŊҌĐŊŅ '%s'ФаКĐģ ĐēĐģŅŽŅ‡Ņƒ ŅƒŅ‚Ņ€Ņ‹ĐŧĐģŅ–Đ˛Đ°Đĩ ĐēĐģŅŽŅ‡ '%s' ҃ ĐŗŅ€ŅƒĐŋĐĩ '%s' ŅĐēŅ– ĐŧаĐĩ СĐŊĐ°Ņ‡ŅĐŊҌĐŊĐĩ ŅˆŅ‚Đž ĐŊĐĩ ĐŧĐžĐļа ĐąŅ‹Ņ†ŅŒ Ņ–ĐŊŅ‚ŅŅ€ĐŋŅ€ŅŅ‚Đ°Đ˛Đ°ĐŊаĐĩ.ФаКĐģ ĐēĐģŅŽŅ‡Ņƒ ŅƒŅ‚Ņ€Ņ‹ĐŧĐģŅ–Đ˛Đ°Đĩ ĐēĐģŅŽŅ‡ '%s' ŅĐēŅ– ĐŧаĐĩ СĐŊĐ°Ņ‡ŅĐŊҌĐŊĐĩ ŅˆŅ‚Đž ĐŊĐĩ ĐŧĐžĐļа ĐąŅ‹Ņ†ŅŒ Ņ–ĐŊŅ‚ŅŅ€ĐŋŅ€ŅŅ‚Đ°Đ˛Đ°ĐŊаĐĩ.ФаКĐģ ĐēĐģŅŽŅ‡Ņƒ ŅƒŅ‚Ņ€Ņ‹ĐŧĐģŅ–Đ˛Đ°Đĩ ĐēĐģŅŽŅ‡ '%s' ŅĐ° СĐŊĐ°Ņ‡ŅĐŊҌĐŊĐĩĐŧ '%s' ŅĐēŅ– ĐŊĐĩ СаĐēадаваĐŊŅ‹ UTF-8ФаКĐģ ĐēĐģŅŽŅ‡Ņƒ ŅžŅ‚Ņ€Ņ‹ĐŧĐģŅ–Đ˛Đ°Đĩ Ņ€Đ°Đ´ĐžĐē '%s' ŅĐēŅ– ĐŊĐĩ ĐˇŅŒŅŅžĐģŅĐĩŅ†Ņ†Đ° ĐŋĐ°Ņ€Đ°Đš ĐēĐģŅŽŅ‡-СĐŊĐ°Ņ‡ŅĐŊҌĐŊĐĩ, ĐŗŅ€ŅƒĐŋаК, ҆Җ ĐēаĐŧŅĐŊŅ‚Đ°Ņ€Đ°ĐŧФаКĐģ ĐēĐģŅŽŅ‡Ņƒ ŅžŅ‚Ņ€Ņ‹ĐŧĐģŅ–Đ˛Đ°Đĩ ĐēадаваĐŊҌĐŊĐĩ ŅĐēĐžĐĩ ĐŊĐĩ ĐŋĐ°Đ´Ņ‚Ņ€Ņ‹ĐŧĐģŅ–Đ˛Đ°ĐĩŅ†Ņ†Đ° '%s'ФаКĐģ ĐēĐģŅŽŅ‡Ņƒ ĐŊĐĩ ĐŧаĐĩ ĐŗŅ€ŅƒĐŋ҃ '%s'ФаКĐģ ĐēĐģŅŽŅ‡Ņƒ ĐŊĐĩ ĐŧаĐĩ ĐēĐģŅŽŅ‡ '%s'ФаКĐģ ĐēĐģŅŽŅ‡Ņƒ ĐŊĐĩ ĐŧаĐĩ ĐēĐģŅŽŅ‡ '%s' ҃ ĐŗŅ€ŅƒĐŋĐĩ '%s'ФаКĐģ ĐēĐģŅŽŅ‡Ņƒ ĐŊĐĩ ĐŋĐ°Ņ‡Ņ‹ĐŊаĐĩŅ†Ņ†Đ° С ĐŗŅ€ŅƒĐŋŅ‹ĐŖ ĐąŅƒŅ„ŅŅ€Ņ‹ Ņ‡Ņ‹Ņ‚Đ°ĐŊҌĐŊŅ ĐˇĐ°ŅŅ‚Đ°ĐģŅ–ŅŅ ĐŊĐĩĐŋĐĩŅ€Đ°ŅžŅ‚Đ˛ĐžŅ€Đ°ĐŊŅ‹Ņ даĐŊҌĐŊŅ–ĐĐĩŅŅ‚Đ°Đĩ Đ°Ņ€ĐŗŅƒĐŧŅĐŊŅ‚Ņƒ Đ´ĐģŅ %sНĐĩ ĐˇŅŒŅŅžĐģŅĐĩŅ†Ņ†Đ° ĐˇĐ˛Ņ‹Ņ‡Đ°ĐšĐŊŅ‹Đŧ Ņ„Đ°ĐšĐģаĐŧĐ”ĐˇŅ–ŅžĐŊŅ‹ ҁҋĐŧйаĐģҌ "%s", Ņ‡Đ°ĐēĐ°ŅžŅŅ ҁҋĐŧйаĐģҌ "=" ĐŋĐ°ŅŅŒĐģŅ ĐŊĐ°ĐˇĐ˛Ņ‹ Đ°Ņ‚Ņ€Ņ‹ĐąŅƒŅ‚Đ° "%s" ŅĐģĐĩĐŧŅĐŊŅ‚Ņƒ "%s"Đ”ĐˇŅ–ŅžĐŊŅ‹ ҁҋĐŧйаĐģҌ "%s", Ņ‡Đ°ĐēаĐģŅ–ŅŅ ҁҋĐŧйаĐģŅ– ">" ҆Җ "/" Đ´ĐģŅ СаĐēŅ€Ņ‹Ņ†ŅŒŅ†Ņ ĐŋĐ°Ņ‡Đ°Ņ‚ĐēĐžĐ˛Đ°ĐŗĐ° Ņ‚ŅĐŗŅƒ ŅĐģĐĩĐŧŅĐŊŅ‚Đ° "%s" ҆Җ Đ´Đ°Đ´Đ°Ņ‚ĐēОва Đ°Ņ‚Ņ€Ņ‹ĐąŅƒŅ‚; ĐŧĐ°ĐŗŅ‡Ņ‹Đŧа, ĐąŅ‹Ņž Đ˛Ņ‹ĐēĐ°Ņ€Ņ‹ŅŅ‚Đ°ĐŊŅ‹ ĐŊĐĩдаĐŋŅƒŅˆŅ‡Đ°ĐģҌĐŊŅ‹ ҁҋĐŧйаĐģҌ ҃ ĐŊаСвĐĩ Đ°Ņ‚Ņ€Ņ‹ĐąŅƒŅ‚ŅƒĐ”ĐˇŅ–ŅžĐŊŅ‹ ҁҋĐŧйаĐģҌ "%s", Ņ‡Đ°ĐēаĐģĐ°ŅŅ ĐŋадвОКĐŊĐ°Ņ Đ´ŅƒĐļĐēа ĐŋĐ°ŅŅŒĐģŅ СĐŊаĐē҃ Ņ€ĐžŅžĐŊĐ°ŅŅŒŅ†Ņ–, ĐēаĐģŅ– ĐŊадаĐĩŅ†Ņ†Đ° СĐŊĐ°Ņ‡ŅĐŊҌĐŊĐĩ Đ°Ņ‚Ņ€Ņ‹ĐąŅƒŅ‚Ņƒ "%s" ŅĐģĐĩĐŧŅĐŊŅ‚Ņƒ "%s"ĐŅĐŋĐžŅžĐŊŅ‹ ҁҋĐŧйаĐģҌ ҃ ĐēаĐŊ҆ҋ ŅžĐ˛Đ°Ņ…ĐžĐ´ĐŊĐ°ĐŗĐ° Ņ€Đ°Đ´Đē҃ĐĸŅĐēҁ҂ ҃ Đ´ŅƒĐļĐēĐ°Ņ… ĐŊĐĩ ĐŋĐ°Ņ‡Ņ‹ĐŊаĐĩŅ†Ņ†Đ° С ҁҋĐŧйаĐģŅŽ Đ´ŅƒĐļĐēŅ–ĐĐ´ĐģŅŽŅŅ‚Ņ€Đ°Đ˛Đ°Ņ†ŅŒ ҃ҁĐĩ ĐŧĐžĐļĐŊĐ°ŅŅŒŅ†Ņ– даĐŋаĐŧĐžĐŗŅ–ĐĐ´ĐģŅŽŅŅ‚Ņ€Đ°Đ˛Đ°Ņ†ŅŒ ĐŧĐžĐļĐŊĐ°ŅŅŒŅ†Ņ– даĐŋаĐŧĐžĐŗŅ–ĐĄŅ‹ĐŧйаĐģҖ҇ĐŊŅ‹Ņ ҁĐŋĐ°ŅŅ‹ĐģĐēŅ– ĐŊĐĩ ĐŋĐ°Đ´Ņ‚Ņ€Ņ‹ĐŧĐģŅ–Đ˛Đ°ŅŽŅ†Ņ†Đ°Đ¨Đ°ĐąĐģŅ‘ĐŊ "%s" ĐŊĐĩдаĐŋŅƒŅˆŅ‡Đ°ĐģҌĐŊŅ‹, ĐŊĐĩ ĐŋĐ°Đ˛Ņ–ĐŊĐŊŅ‹ ŅžŅ‚Ņ€Ņ‹ĐŧĐģŅ–Đ˛Đ°Ņ†ŅŒ "%s"ĐĸŅĐēҁ҂ ҁĐēĐžĐŊŅ‡Ņ‹ŅžŅŅ ĐŋĐĩŅ€Đ°Đ´ адĐŋавĐĩĐ´ĐŊаК Đ´ŅƒĐļĐēаК Đ´ĐģŅ %c. (ĐĸŅĐēҁ҂ ĐąŅ‹Ņž "%s")ĐĸŅĐēҁ҂ ҁĐēĐžĐŊŅ‡Ņ‹ŅžŅŅ Đ°Đ´Ņ€Đ°ĐˇŅƒ ĐŋĐ°ŅŅŒĐģŅ ҁҋĐŧйаĐģŅŽ "\". (ĐĸŅĐēҁ҂ ĐąŅ‹Ņž "%s")ĐĸŅĐēҁ҂ ĐąŅ‹Ņž ĐŋŅƒŅŅ‚Ņ‹ (҆Җ ŅƒŅ‚Ņ€Ņ‹ĐŧĐģŅ–Đ˛Đ°Ņž Ņ‚ĐžĐģҌĐēŅ– ĐŋŅ€Đ°ĐŗĐ°ĐģŅ‹)URI "%s" ŅƒŅ‚Ņ€Ņ‹ĐŧĐģŅ–Đ˛Đ°Đĩ ĐŊĐĩдаĐŋŅƒŅˆŅ‡Đ°ĐģҌĐŊŅ‹ ĐēŅ–Ņ€Đ°Đ˛Đ°ĐģҌĐŊŅ‹ ҁҋĐŧйаĐģҌURI "%s" ĐŊĐĩдаĐŋŅƒŅˆŅ‡Đ°ĐģҌĐŊĐ°ŅURI "%s" ĐŊĐĩ ĐˇŅŒŅŅžĐģŅŅŽŅ†Ņ†Đ° Đ°ĐąŅĐ°ĐģŅŽŅ‚ĐŊŅ‹Đŧ URI Đ˛Ņ‹ĐēĐ°Ņ€Ņ‹ŅŅ‚Đ°ĐŊҌĐŊŅ ҁ҅ĐĩĐŧŅ‹ "file"Назва Đ˛ŅƒĐˇĐģ҃ Ņž URI "%s" ĐŊĐĩдаĐŋŅƒŅˆŅ‡Đ°ĐģҌĐŊĐ°ŅURI "%s" ĐŧŅŅŅ†ĐžĐ˛Đ°ĐŗĐ° Ņ„Đ°ĐšĐģ҃ ĐŊŅ ĐŧĐžĐļа ŅžĐēĐģŅŽŅ‡Đ°Ņ†ŅŒ "#"ШĐģŅŅ… "%s" ĐŊĐĩ ĐˇŅŒŅŅžĐģŅĐĩŅ†Ņ†Đ° Đ°ĐąŅĐ°ĐģŅŽŅ‚ĐŊŅ‹ĐŧНĐĩĐŋŅ€Đ°Đ´ĐąĐ°Ņ‡Đ°ĐŊĐ°Ņ ĐŋаĐŧŅ‹ĐģĐēа Ņž Ņ„ŅƒĐŊĐē҆ҋҖ g_io_channel_win32_poll() Ņ‡Ņ‹Ņ‚Đ°ĐŊҌĐŊŅ даĐŊҌĐŊŅŅž С ĐŋŅ€Đ°Ņ†ŅŅŅƒ-ĐŊĐ°ŅˆŅ‡Đ°Đ´ĐēаНĐĩĐŋŅ€Đ°Đ´ĐąĐ°Ņ‡Đ°ĐŊĐ°Ņ ĐŋаĐŧŅ‹ĐģĐēа ҃ select() Ņ‡Ņ‹Ņ‚Đ°ĐŊҌĐŊŅ даĐŊҌĐŊŅŅž С ĐŋŅ€Đ°Ņ†ŅŅŅƒ-ĐŊĐ°ŅˆŅ‡Đ°Đ´Đēа (%s)НĐĩĐŋŅ€Đ°Đ´ĐąĐ°Ņ‡Đ°ĐŊĐ°Ņ ĐŋаĐŧŅ‹ĐģĐēа Ņž waitpid() (%s)НĐĩĐ˛ŅĐ´ĐžĐŧĐ°Ņ ĐŋаĐŧŅ‹ĐģĐēа Đ˛Ņ‹ĐēаĐŊаĐŊҌĐŊŅ ĐŋŅ€Đ°Ņ†ŅŅŅƒ-ĐŊĐ°ŅˆŅ‡Đ°Đ´Đēа "%s"НĐĩĐ˛ŅĐ´ĐžĐŧĐ°Ņ ĐŧĐžĐļĐŊĐ°ŅŅŒŅ†ŅŒ %sНĐĩадĐŋавĐĩĐ´ĐŊĐ°Ņ Đ´ŅƒĐļĐēа Ņž ĐēаĐŧаĐŊĐ´ĐŊŅ‹Đŧ Ņ€Đ°Đ´Đē҃ ҆Җ Ņ–ĐŊŅˆŅ‹Đŧ Ņ‚ŅĐēŅŅŒŅ†Đĩ айаĐģĐžĐŊĐēŅ–Đ’Ņ‹ĐēĐ°Ņ€Ņ‹ŅŅ‚Đ°ĐŊҌĐŊĐĩ:ЗĐŊĐ°Ņ‡ŅĐŊҌĐŊĐĩ '%s' ĐŊĐĩ ĐŧĐžĐļа ĐąŅ‹Ņ†ŅŒ Ņ–ĐŊŅ‚ŅŅ€ĐŋŅ€ŅŅ‚Đ°Đ˛Đ°ĐŊаĐĩ ŅĐē ĐąŅƒĐģĐĩва.ЗĐŊĐ°Ņ‡ŅĐŊҌĐŊĐĩ '%s' ĐŊĐĩ ĐŧĐžĐļа ĐąŅ‹Ņ†ŅŒ Ņ–ĐŊŅ‚ŅŅ€ĐŋŅ€ŅŅ‚Đ°Đ˛Đ°ĐŊаĐĩ ŅĐē ĐģŅ–Đē.[МОЖНАСĐŦĐĻĐŦ...]./glib-2.22.2-i686/usr/share/locale/ko/0000755000000000000000000000000011271166774015640 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/ko/LC_MESSAGES/0000755000000000000000000000000011271166774017425 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/ko/LC_MESSAGES/glib20.mo0000644000000000000000000013335111271166636021044 0ustar rootrootŪ•œ !‘!Ĩ!­!ĩ! Ŋ!É!Ņ!Yâ!_<"aœ"ū"#)8#b#&v#B#ā#÷#+ $(8$ a$‚$#ž$Â$Ü$2ô$9'%!a%4ƒ%/¸%č%3˙%+3&1_&-‘&/ŋ&#ī&' (')I's'(',¸'%å'& ("2()U(!( Ą(AÂ(ž)Ŗ)ē);Ú).**E*.p*Ÿ**¸*&ã*a +Fl+4ŗ+2č+:,AV,@˜,;Ų,W-Wm-1Å-/÷-%'.?M.5.IÃ.‘ / Ÿ/Ā/Õ/ô/0(0A0X0k0€0Ÿ0ŧ0!Ø0ú0191O1j1 1 1ŧ1Ķ1ë12#2?2X2t2"Œ2¯2Ë2ę2!3$393 R3s33¤3!ž3)ā3- 484P4n4,ˆ4ĩ4!Ņ4ķ4 5:%5.`5059Ā5ú56>.6$m6#’6ļ6'Ô6.ü6+7?J7)Š7$´7%Ų7-˙7-8!A89c8*89Č89-9+M9Šy9&:++:3W:#‹:!¯:)Ņ:8û:94;%n;.”;-Ã;.ņ; <)7<!a< ƒ<‘<°<.Ā< ī<&ũ<#$=&H=o==3Ē=-Ū=( >(5>(^>)‡>ą>Ņ>â>ö> ??3?L?$a?0†?ˇ?+×?!@%@A@1_@.‘@TĀ@HAF^A=ĨALãA+0B!\B~B-žB$ĖB(ņBC"5C3XC9ŒCÆC"ãCD!D1@D2rD<ĨDâD&E9(EbE}E)—EÁE#ÔELøENEF°”FzEGĀGØG%đG8H-OH*}H5¨H*ŪH/ I 9IZI nI%IĩI"ŌIõI JJ6J!VJ xJ™J˛JĪJâJ!ũJ$K0DK"uKF˜K:ßK-L2HL{L;“L ĪL'đL-M)FM"pM“M$§M ĖM?íM.-N\NsN†N!ĸN'ÄN3ėN. O(OO0xO+ŠOÕOõO*P9POXPC¨P"ėPQ&/Q!VQ*xQŖQŧQÎQ íQCúQ>RFRaR0hR.™R3ČR-üR *SKS gSsS&‡SŽSKÃST*,TDWTœT;ˇT0ķT $U12UdUuU •UļUËUčU÷U5V)KVuV“V°VÅV!āVWW:W"IW$lW‘W*ŠW(ÔWũW"X!'g@fgE§g$íg:hGMh8•h7Îh@iMGiC•i-Ųi!j)jEjH`jáŠj‹k'ŠkEŅkJlFblDŠl$îl<m=Pm…Žm\nFqnC¸nRünVOo>ĻoGåoŒ-phēp@#q=dqOĸqRōqXErpžrŨs>ís-,t'Zt$‚t§tĮt)ætu)u)Du(nu—u6Ŧu.ãu,v?v"_v‚v(v$Ævëvw)$wNw)nw!˜w!ēwÜw3õw,)x,Vx"ƒx/Ļx)Öx-y>.y&my$”y%šy*ßy1 z?5Ž#tŽ=˜ŽC֎I*d?&ĪAö;8Utaʐ,,‘JY‘@¤‘/å‘6’DL’‘’*¯’vڒfQ“帓–ž”#5•Y•9y•Sŗ•C–7K–Cƒ–.Į–@ö–47—=l—6Ē—5á—1˜6I˜$€˜Ĩ˜ Ø*ä˜4™1D™#v™-š™ș&æ™. š+<š\hš9Śn˙šOn›;ž›Hú›&CœSjœ)žœ5čœ>7].•&ĝ9ë5%žT[žA°ž/ōž "Ÿ%CŸ9iŸ6ŖŸFڟ@! Fb >Š ;č /$Ą%TĄQzĄ4ĖĄjĸ`lĸ/Íĸ?ũĸS=Ŗ4‘ŖGÆŖ¤.¤1G¤y¤\¤ ė¤*ų¤ $Ĩ?/Ĩ@oĨ@°Ĩ6ņĨ%(Ļ+NĻ zφĻ@—ĻØĻgęĻ.R§F§Yȧ)"¨eL¨3˛¨æ¨Fũ¨DŠ/dŠ/”Š%ÄŠ9ęŠ$Ē5BĒ<xĒCĩĒ<ųĒ;6Ģ/rĢ ĸĢ+ÃĢ&īĢŦ 6Ŧ4DŦ6yŦ°ŦIĘŦ=­9R­AŒ­+έ,ú­"'Ž<JŽ:‡ŽBÂŽ9¯U?¯4•¯LƝ;°YS°­°'Ű3í°"!ąDą-Uą:ƒą=žą&üą;#˛&_˛†˛4¤˛Ų˛9÷˛21ŗTdŗDšŗ=ūŗ<´*W´%‚´¨´(ž´<į´"$ĩ#Gĩ#kĩ(ĩ/¸ĩRčĩ/;ļUkļ'ÁļŗA3ôMˇTû&K6´V‹ũŽ7Ā0bI†š˛T-ëâB€„Z×Ũã$ˆÂ! į[v ķF&š°GQ{*^Ŗ¨Ė;ŦsÔ']5@RqīgkĄ:qWæĶ…Wõ}w¯"U)ōAO ø‡Ëŋ)d…rM$„\?ÛX˙`;?Nvjl (t€KY1NfÁ>n27pRi¤nęm6ŸĮáu3.yļ÷‡î_+IP iuS|ܞ–OŲØd"<5JŒ ŠēsāĘĩģÕ2ė,éLú/[ŠVU_•x b'†8^9E+Č>Qxņ4 å֘‰”CĨÅt<ä‚9ŪŠmž4ĒDhƒe,‘írBD%1#Gf=|Ŋ8HŅ@‰Lo§owS*pP~a Éą:`ÎĢ}zyų0ŧ —ÆĐaÚlđ͜ {jc­JZ]=cHCŽ/!\“ĪĻ%ĂX-ßk’öY ÃčE™ĸŒüŽFg›¸ˆŌ .heū#~‹(zƒ (invalid encoding)%.1f GB%.1f KB%.1f MB%s filetype%s type%u byte%u bytes'%s' is not a valid character following a '<' character; it may not begin an element name'%s' is not a valid character following the characters '''%s' is not a valid name '%s' is not a valid name: '%c' (?R or (?[+-]digits must be followed by )) without opening (A bookmark for URI '%s' already existsAbstract unix domain socket addresses not supported on this systemAdded socket is closedApplication Options:Association creation not supported on win32Attribute '%s' of element '%s' not foundAttribute value must be non-NULLBackup file creation failedCan't copy directory over directoryCan't copy over directoryCan't copy special fileCan't create user MIME configuration folder %s: %sCan't create user application configuration folder %s: %sCan't create user desktop file %sCan't do a raw read in g_io_channel_read_line_stringCan't do a raw read in g_io_channel_read_to_endCan't find applicationCan't handle the supplied version the icon encodingCan't handle version %d of GEmblem encodingCan't handle version %d of GEmblemedIcon encodingCan't handle version %d of GFileIcon encodingCan't handle version %d of GThemedIcon encodingCan't move directory over directoryCan't open directoryCan't recursively copy directoryCan't rename file, filename already existCan't rename root directoryCancellable initialization not supportedCannot convert fallback '%s' to codeset '%s'Cannot parse double value '%s' for %sCannot parse integer value '%s' for %sCannot truncate GMemoryInputStreamChannel terminates in a partial characterCharacter out of range for UTF-16Character out of range for UTF-8Character reference '%-.*s' does not encode a permitted characterCharacter reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Connection in progressContaining mount does not existConversion from character set '%s' to '%s' is not supportedCould not allocate %lu bytes to read file "%s"Could not open converter from '%s' to '%s'Could not open converter from '%s' to '%s': %sCustom definition for %sDEFINE group contains more than one branchDesktop file didn't specify Exec fieldDocument ended unexpectedly after the equals sign following an attribute name; no attribute valueDocument ended unexpectedly inside a comment or processing instructionDocument ended unexpectedly inside an attribute nameDocument ended unexpectedly inside an element nameDocument ended unexpectedly inside an element-opening tag.Document ended unexpectedly inside the close tag for element '%s'Document ended unexpectedly just after an open angle bracket '<'Document ended unexpectedly while inside an attribute valueDocument ended unexpectedly with elements still open - '%s' was the last element openedDocument ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>Document must begin with an element (e.g. )Document was empty or contained only whitespaceDouble value '%s' for %s out of rangeElement '%s' was closed, but the currently open element is '%s'Element '%s' was closed, no element is currently openEmpty entity '&;' seen; valid entities are: & " < > 'Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Entity name '%-.*s' is not knownEnumerator is closedError accepting connection: %sError binding to address: %sError closing file: %sError closing socket: %sError closing unix: %sError connecting: Error connecting: %sError creating backup copy: %sError creating directory: %sError during conversion: %sError getting filesystem info: %sError launching application: %sError making symbolic link: %sError moving file: %sError on line %d char %d: Error on line %d: %sError opening directory '%s': %sError opening file '%s': %sError opening file: %sError parsing option %sError reading file '%s': %sError reading from file: %sError reading from unix: %sError receiving data: %sError receiving message: %sError removing file: %sError removing old backup link: %sError removing old file: %sError removing target file: %sError renaming file: %sError renaming temporary file: %sError resolving '%s'Error resolving '%s': %sError reverse-resolving '%s': %sError seeking in file: %sError sending data: %sError sending message: %sError setting SELinux context: %sError setting extended attribute '%s': %sError setting modification or access time: %sError setting owner: %sError setting permissions: %sError setting symlink: %sError setting symlink: file is not a symlinkError stating file '%s': %sError stating file descriptor: %sError trashing file: %sError truncating file: %sError while compiling regular expression %s at char %d: %sError while matching regular expression %s: %sError while optimizing regular expression %s: %sError while parsing replacement text "%s" at char %lu: %sError writing to file: %sError writing to unix: %sExisting file '%s' could not be removed: g_unlink() failed: %sExpected a GEmblem for GEmblemedIconExpecting 1 control message, got %dExpecting one fd, but got %d Failed to change to directory '%s' (%s)Failed to close file '%s': fclose() failed: %sFailed to create file '%s': %sFailed to create pipe for communicating with child process (%s)Failed to execute child process "%s" (%s)Failed to execute child process (%s)Failed to execute helper program (%s)Failed to expand exec line '%s' with URI '%s'Failed to fork (%s)Failed to fork child process (%s)Failed to get attributes of file '%s': fstat() failed: %sFailed to map file '%s': mmap() failed: %sFailed to open file '%s' for writing: fdopen() failed: %sFailed to open file '%s': %sFailed to open file '%s': fdopen() failed: %sFailed to open file '%s': open() failed: %sFailed to parse '%-.*s', which should have been a digit inside a character reference (ê for example) - perhaps the digit is too largeFailed to read data from child processFailed to read data from child process (%s)Failed to read enough data from child pid pipe (%s)Failed to read from child pipe (%s)Failed to read from file '%s': %sFailed to read the symbolic link '%s': %sFailed to redirect output or input of child process (%s)Failed to rename file '%s' to '%s': g_rename() failed: %sFailed to resize memory output streamFailed to write file '%s': fflush() failed: %sFailed to write file '%s': fsync() failed: %sFailed to write file '%s': fwrite() failed: %sFile "%s" is too largeFile enumerator has outstanding operationFile enumerator is already closedFile is emptyFile names cannot contain '%c'Filesystem rootGSocketControlMessage not supported on windowsHelp Options:Hostname '%s' contains '[' but not ']'Input stream doesn't implement readInteger value '%s' for %s out of rangeInteger value '%s' out of rangeInvalid GSeekType suppliedInvalid UTF-8 encoded text in name - not valid '%s'Invalid attribute type (byte string expected)Invalid attribute type (string expected)Invalid attribute type (uint32 expected)Invalid attribute type (uint64 expected)Invalid byte sequence in conversion inputInvalid extended attribute nameInvalid filenameInvalid filename %sInvalid group name: %sInvalid hostnameInvalid key name: %sInvalid program name: %sInvalid seek requestInvalid sequence in conversion inputInvalid socket, initialization failed due to: %sInvalid socket, not initializedInvalid string in argument vector at %d: %sInvalid string in environment: %sInvalid symlink value givenInvalid working directory: %sKey file contains escape character at end of lineKey file contains invalid escape sequence '%s'Key file contains key '%s' in group '%s' which has value that cannot be interpreted.Key file contains key '%s' which has a value that cannot be interpreted.Key file contains key '%s' which has value that cannot be interpreted.Key file contains key '%s' with value '%s' which is not UTF-8Key file contains line '%s' which is not a key-value pair, group, or commentKey file contains unsupported encoding '%s'Key file does not have group '%s'Key file does not have key '%s'Key file does not have key '%s' in group '%s'Key file does not start with a groupLeftover unconverted data in read bufferListener is already closedMalformed input data for GFileIconMalformed number of tokens (%d) in GEmblem encodingMalformed number of tokens (%d) in GEmblemedIcon encodingMalformed version number: %sMemory output stream not resizableMissing argument for %sMove between mounts not supportedNo MIME type defined in the bookmark for URI '%s'No application is registered as handling this fileNo application with name '%s' registered a bookmark for '%s'No bookmark found for URI '%s'No groups set in bookmark for URI '%s'No private flag has been defined in bookmark for URI '%s'No service record for '%s'No type for class name %sNo valid bookmark file found in data dirsNot a regular fileNot enough space for socket addressOdd character '%s', expected a '=' after attribute name '%s' of element '%s'Odd character '%s', expected a '>' character to end the empty-element tag '%s'Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute nameOdd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'Operation not supportedOperation was cancelledOutput stream doesn't implement writePCRE library is compiled without UTF8 properties supportPCRE library is compiled without UTF8 supportPOSIX collating elements are not supportedPOSIX named classes are supported only within a classPartial character sequence at end of inputQuoted text doesn't begin with a quotation markReached maximum data array limitReceived invalid fdSELinux context must be non-NULLSELinux is not enabled on this systemSeek not supported on streamSetting attribute %s not supportedShow all help optionsShow help optionsSocket is already closedSource stream is already closedStream doesn't support query_infoStream has outstanding operationStream is already closedSymbolic links not supportedTarget file existsTarget file is a directoryTarget file is not a regular fileTemplate '%s' doesn't contain XXXXXXTemplate '%s' invalid, should not contain a '%s'Temporarily unable to resolve '%s'Text ended before matching quote was found for %c. (The text was '%s')Text ended just after a '\' character. (The text was '%s')Text was empty (or contained only whitespace)The URI '%s' contains invalidly escaped charactersThe URI '%s' is invalidThe URI '%s' is not an absolute URI using the "file" schemeThe file was externally modifiedThe hostname of the URI '%s' is invalidThe local file URI '%s' may not include a '#'The pathname '%s' is not an absolute pathToo large count value passed to %sTrash not supportedTruncate not allowed on input streamTruncate not supported on streamType %s does not implement from_tokens() on the GIcon interfaceType %s does not implement the GIcon interfaceType %s is not classedURIs not supportedUnable to create socket: %sUnable to create trash dir %s: %sUnable to create trashing info file: %sUnable to find default local directory monitor typeUnable to find default local file monitor typeUnable to find or create trash directoryUnable to find terminal required for applicationUnable to find toplevel directory for trashUnable to get pending error: %sUnable to trash file: %sUnexpected attribute '%s' for element '%s'Unexpected early end-of-streamUnexpected error in g_io_channel_win32_poll() reading data from a child processUnexpected error in select() reading data from a child process (%s)Unexpected error in waitpid() (%s)Unexpected tag '%s' inside '%s'Unexpected tag '%s', tag '%s' expectedUnexpected type of ancillary dataUnknown error executing child process "%s"Unknown error on connectUnknown option %sUnknown protocol was specifiedUnknown typeUnmatched quotation mark in command line or other shell-quoted textUnnamedUnsupported socket addressUsage:Valid key file could not be found in search dirsValue '%s' cannot be interpreted as a boolean.Value '%s' cannot be interpreted as a float number.Value '%s' cannot be interpreted as a number.Waiting for socket condition: %sWrong number of tokens (%d)[OPTION...]\ at end of pattern\C not allowed in lookbehind assertion\c at end of pattern\g is not followed by a braced name or an optionally braced non-zero numberassertion expected after (?(association changes not supported on win32back references as conditions are not supported for partial matchingbacktracking limit reachedcase-changing escapes (\l, \L, \u, \U) are not allowed herecharacter value in \x{...} sequence is too largecode overflowconditional group contains more than two branchescorrupted objectcould not get local address: %scould not get remote address: %scould not listen: %screating GSocket from fd: %sdigit expecteddrive doesn't implement ejectdrive doesn't implement eject or eject_with_operationdrive doesn't implement polling for mediadrive doesn't implement startdrive doesn't implement stopfailed to get memoryhexadecimal digit expectedhexadecimal digit or '}' expectedillegal symbolic referenceinconsistent NEWLINE optionsinternal errorinternal error or corrupted objectinvalid combination of newline flagsinvalid condition (?(0)invalid escape sequence in character classlookbehind assertion is not fixed lengthmalformed \P or \p sequencemalformed number or name after (?(missing '<' in symbolic referencemissing ) after commentmissing terminating )missing terminating ] for character classmissing terminator in subpattern namemount doesn't implement content type guessingmount doesn't implement ejectmount doesn't implement eject or eject_with_operationmount doesn't implement remountmount doesn't implement synchronous content type guessingmount doesn't implement unmountmount doesn't implement unmount or unmount_with_operationnothing to repeatnumber too big in {} quantifiernumbers out of order in {} quantifieroctal value is greater than \377out of memoryoverran compiling workspacepreviously-checked referenced subpattern not foundrange out of order in character classrecursion limit reachedrecursive call could loop indefinitelyreference to non-existent subpatternregular expression too largerepeating a DEFINE group is not allowedstray final '\'subpattern name is too long (maximum 32 characters)symlink must be non-NULLthe pattern contains items not supported for partial matchingtoo many named subpatterns (maximum 10,000)two named subpatterns have the same nameunexpected repeatunfinished symbolic referenceunknown POSIX class nameunknown errorunknown escape sequenceunknown property name after \P or \punrecognized character after (?unrecognized character after (?<unrecognized character after (?Punrecognized character follows \volume doesn't implement ejectvolume doesn't implement eject or eject_with_operationvolume doesn't implement mountworkspace limit for empty substrings reachedzero-length symbolic referenceProject-Id-Version: glib Report-Msgid-Bugs-To: POT-Creation-Date: 2009-10-07 09:51-0400 PO-Revision-Date: 2009-08-23 00:49+0900 Last-Translator: Changwoo Ryu Language-Team: GNOME Korea MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=1; plural=0; (ėž˜ëĒģ된 ė¸ėŊ”딊)%.1f GB%.1f KB%.1f MB%s 파ėŧėĸ…ëĨ˜%s ėĸ…ëĨ˜%u ë°”ė´íŠ¸'%s'ė€(는) '<' ëŦ¸ėž ë‹¤ėŒė— 듏 눘 ė—†ėŠĩ니다; ė´ ëŦ¸ėžëĄœëŠ” ė—˜ëĻŦë¨ŧ트 ė´ëĻ„ė„ ė‹œėž‘í•  눘 ė—†ėŠĩ니다'%s'ė€(는) '' ëŦ¸ėžëĨŧ 듏 눘 ėžˆėŠĩ니다'%s'ė€(는) ė˜Ŧ바ëĨ¸ ė´ëĻ„ė´ ė•„ë‹™ë‹ˆë‹¤ '%s'ė€(는) ė˜Ŧ바ëĨ¸ ė´ëĻ„ė´ ė•„ë‹™ë‹ˆë‹¤: '%c' (?R í˜šė€ (?[+-]digits ë‹¤ėŒė—ëŠ” ) 괄호가 뙀ė•ŧ 합니다) 괄호가 ė—Ŧ는 ( 괄호 ė—†ė´ ėžˆėŠĩ니다'%s' URL뗐 대한 ëļë§ˆíŦ가 ė´ë¯¸ ėžˆėŠĩë‹ˆë‹¤ę°€ėƒ ėœ ë‹‰ėŠ¤ ë„ëŠ”ė¸ ė†Œėŧ“ ėŖŧė†ŒëŠ” ė´ ė‹œėŠ¤í…œė—ė„œ ė§€ė›í•˜ė§€ ė•ŠėŠĩ니다ėļ”ę°€í•œ ė†Œėŧ“ė´ ë‹Ģ혔ėŠĩ니다프로그램 ė˜ĩė…˜:뗰枰 프로그램 만들기는 WIN32ė—ė„œ ė§€ė›í•˜ė§€ ė•ŠėŠĩ니다'%2$s' ė—˜ëĻŦë¨ŧíŠ¸ė— '%1$s' ė• íŠ¸ëĻŦ뷰트가 ė—†ėŠĩë‹ˆë‹¤ė• íŠ¸ëĻŦ뷰트 ę°’ė€ NULLė´ ė•„ë‹ˆė–´ė•ŧ í•Šë‹ˆë‹¤ë°ąė—… 파ėŧ 만들기가 ė‹¤íŒ¨í–ˆėŠĩ니다디렉터ëĻŦëĨŧ ëŽė–´ ė¨ė„œ 디렉터ëĻŦëĨŧ ëŗĩė‚Ŧ할 눘 ė—†ėŠĩ니다디렉터ëĻŦëĨŧ ëŽė–´ ė¨ė„œ ëŗĩė‚Ŧ할 눘 ė—†ėŠĩë‹ˆë‹¤íŠšėˆ˜ 파ėŧė€ ëŗĩė‚Ŧ할 눘 ė—†ėŠĩ니다ė‚ŦėšŠėž MIME 네렕 폴더(%s)ëĨŧ 만들 눘 ė—†ėŠĩ니다: %sė‚ŦėšŠėž 프로그램 네렕 폴더(%s)ëĨŧ 만들 눘 ė—†ėŠĩ니다: %s%s ė‚ŦėšŠėž desktop 파ėŧė„ 만들 눘 ė—†ėŠĩ니다g_io_channel_read_line_stringėœŧ로 raw ėŊ기ëĨŧ 할 눘 ė—†ėŠĩ니다g_io_channel_read_to_endi로 raw ėŊ기ëĨŧ 할 눘 ė—†ėŠĩë‹ˆë‹¤í”„ëĄœęˇ¸ëž¨ė„ ė°žė„ 눘 ė—†ėŠĩë‹ˆë‹¤ė•„ė´ėŊ˜ ė¸ėŊ”ë”Šė˜ 해당 ë˛„ė „ė„ 래ëĻŦ할 눘 ė—†ėŠĩ니다GEmblem ė¸ėŊ”ë”Šė˜ %d ë˛„ė „ė„ 래ëĻŦ할 눘 ė—†ėŠĩ니다GEmblemedIcon ė¸ėŊ”ë”Šė˜ %d ë˛„ė „ė„ 래ëĻŦ할 눘 ė—†ėŠĩ니다GFileIcon ė¸ėŊ”ë”Šė˜ %d ë˛„ė „ė„ 래ëĻŦ할 눘 ė—†ėŠĩ니다GThemedIcon ė¸ėŊ”ë”Šė˜ %d ë˛„ė „ė„ 래ëĻŦ할 눘 ė—†ėŠĩ니다디렉터ëĻŦëĨŧ ëŽė–´ ė¨ė„œ 디렉터ëĻŦëĨŧ ė˜Žę¸¸ 눘 ė—†ėŠĩ니다디렉터ëĻŦëĨŧ ė—´ 눘 ė—†ėŠĩ니다디렉터ëĻŦëĨŧ ėžŦ掀렁ėœŧ로 ëŗĩė‚Ŧ할 눘 ė—†ėŠĩ니다파ėŧ ė´ëĻ„ė„ 바ęŋ€ 눘 ė—†ėŠĩ니다. 파ėŧė´ ė´ë¯¸ ėžˆėŠĩë‹ˆë‹¤ëŖ¨íŠ¸ 디렉터ëĻŦė˜ ė´ëĻ„ė„ 바ęŋ€ 눘 ė—†ėŠĩë‹ˆë‹¤ėˇ¨ė†Œ 가ëŠĨ한 ė´ˆę¸°í™”ëĨŧ ė§€ė›í•˜ė§€ ė•ŠėŠĩ니다ėŊ”ë“œė…‹ '%2$s'ė—ė„œ ëŒ€ė˛´í•˜ëŠ” '%1$s'(ėœŧ)로 ëŗ€í™˜ ëĒģ함%2$s뗐 대한 ë°°ė •ë„ ė‹¤ėˆ˜ 값 '%1$s'ė„(ëĨŧ) ëļ„ė„í•  눘 ė—†ėŠĩ니다%2$s뗐 대한 ė •ėˆ˜ 값 '%1$s'ė„(ëĨŧ) ëļ„ė„í•  눘 ė—†ėŠĩ니다GMemoryInputStreamė€ ėžëĨŧ 눘 ė—†ėŠĩ니다ėŧëļ€ ëŦ¸ėžė—ė„œ ėą„ë„ 끝냄UTF-16 ë˛”ėœ„ ë°–ė˜ ëŦ¸ėžUTF-8 ë˛”ėœ„ ë°–ė˜ ëŦ¸ėžëŦ¸ėž ė°¸ėĄ° '%-*s'뗐 ëŒ€ė‘ë˜ëŠ” ëŦ¸ėžëŠ” í—ˆėšŠë˜ė§€ ė•ŠėŠĩ니다ëŦ¸ėž ė°¸ėĄ°ę°€ ė„¸ë¯¸ėŊœëĄ ėœŧ로 ëë‚˜ė§€ ė•ŠėŠĩ니다; 대ëļ€ëļ„ė˜ ę˛Ŋ뚰 ė—”í‹°í‹° ė‹œėž‘ė— ė‚ŦėšŠí•˜ë ¤ęŗ  í•˜ė§€ ė•Šė€ ęŗŗė—ė„œ & 기호ëĨŧ ė‚ŦėšŠí•œ ę˛Ŋ뚰ėŧ ę˛ƒėž…ë‹ˆë‹¤ - ė´ëŸ° ę˛Ŋ뚰 & ëŧęŗ ė“°ė‹­ė‹œė˜¤ė—°ę˛°ė´ ė§„í–‰ ė¤‘ėž…ë‹ˆë‹¤ë“¤ė–´ ėžˆëŠ” ë§ˆėš´íŠ¸ę°€ ė—†ėŠĩ니다ëŦ¸ėžė…‹ '%s'ė—ė„œ '%s'(ėœŧ)로 ëŗ€í™˜ė€ ė§€ė›ë˜ė§€ ė•ŠėŠĩ니다파ėŧ "%2$s"ė„(ëĨŧ) ėŊė€ %1$lu ë°”ė´íŠ¸ëĨŧ 할당할 눘 ė—†ėŠĩ니다'%s'ė—ė„œ '%s'(ėœŧ)로 ëŗ€í™˜í•˜ëŠ” ëŗ€í™˜ę¸°ëĨŧ ė—´ 눘 ė—†ėŠĩ니다`%s'ė—ė„œ `%s'(ėœŧ)로 ëŗ€í™˜í•˜ëŠ” ëŗ€í™˜ę¸°ëĨŧ ė—´ 눘 ė—†ėŒ: %s%s뗐 대한 ė‚ŦėšŠėž 네렕 ė •ė˜DEFINE ęˇ¸ëŖšė— ë¸Œëžœėš˜ę°€ ė—ŦëŸŦ 氜 ë“¤ė–´ ėžˆėŠĩ니다desktop 파ėŧ뗐 Exec 필드ëĨŧ ė§€ė •í•˜ė§€ ė•Šė•˜ėŠĩë‹ˆë‹¤ė• íŠ¸ëĻŦ뷰트 ė´ëĻ„ ë‹¤ėŒė˜ = 기호 ë‹¤ėŒė—ė„œ ëŦ¸ė„œę°€ ę°‘ėž‘ėŠ¤ëŸŊ枌 끝ë‚ŦėŠĩ니다; ė• íŠ¸ëĻŦ뷰트 ę°’ė´ ė—†ėŠĩ니다ėŖŧė„ëŦ¸ í˜šė€ 래ëĻŦ ė•ˆë‚´ėž 태그 ė•ˆė—ė„œ ëŦ¸ė„œę°€ ę°‘ėž‘ėŠ¤ëŸŊ枌 끝ë‚ŦėŠĩë‹ˆë‹¤ė—íŠ¸ëĻŦ뷰트 ė´ëĻ„ė—ė„œ ëŦ¸ė„œę°€ ę°‘ėž‘ėŠ¤ëŸŊ枌 끝ë‚ŦėŠĩë‹ˆë‹¤ė—˜ëĻŦë¨ŧ트 ė´ëĻ„ė—ė„œ ëŦ¸ė„œę°€ ę°‘ėž‘ėŠ¤ëŸŊ枌 끝ë‚ŦėŠĩë‹ˆë‹¤ė—˜ëĻŦë¨ŧíŠ¸ė˜ 뗴揰 태그 ė•ˆė—ė„œ ëŦ¸ė„œę°€ ę°‘ėž‘ėŠ¤ëŸŊ枌 끝ë‚ŦėŠĩ니다.ė—˜ëĻŦë¨ŧ트 '%s'ė˜ ë‹Ģ기 태그 ė•ˆė—ė„œ ëŦ¸ė„œę°€ ę°‘ėž‘ėŠ¤ëŸŊ枌 끝ë‚ŦėŠĩ니다'<' 바로 ë‹¤ėŒė— ëŦ¸ė„œę°€ ę°‘ėž‘ėŠ¤ëŸŊ枌 끝ë‚ŦėŠĩë‹ˆë‹¤ė• íŠ¸ëĻŦ뷰트 값 ė•ˆė—ė„œ ëŦ¸ė„œę°€ ę°‘ėž‘ėŠ¤ëŸŊ枌 끝ë‚ŦėŠĩë‹ˆë‹¤ė—˜ëĻŦë¨ŧ트가 ė—´ë ¤ ėžˆëŠ” ėƒíƒœëĄœ ëŦ¸ė„œę°€ ę°‘ėž‘ėŠ¤ëŸŊ枌 끝ë‚ŦėŠĩ니다 - ë§ˆė§€ë§‰ė— ė—´ë ¤ ėžˆë˜ ė—˜ëĻŦë¨ŧ트는 '%s'ėž…ë‹ˆë‹¤ëŦ¸ė„œę°€ ę°‘ėž‘ėŠ¤ëŸŊ枌 끝ë‚ŦėŠĩ니다. <%s/> 태그ëĨŧ 끝내는 > 기호가 나타나ė•ŧ 합니다ëŦ¸ė„œëŠ” ė—˜ëĻŦë¨ŧ트로 ė‹œėž‘í•˜ė—Ŧė•ŧ 합니다 (똈 )ëŦ¸ė„œę°€ ëš„ė–´ėžˆęą°ë‚˜ ęŗĩë°ąëŦ¸ėžë§Œ ë“¤ė–´ ėžˆėŠĩ니다%2$s뗐 대한 ë°°ė •ë„ ė‹¤ėˆ˜ 값 '%1$s'ė´(가) ë˛”ėœ„ëĨŧ ë˛—ė–´ë‚ŦėŠĩ니다'%s' ė—˜ëĻŦë¨ŧ트는 ë‹Ģí˜”ęŗ , 현ėžŦ ė—´ë ¤ ėžˆëŠ” ė—˜ëĻŦë¨ŧ트는 '%s'ėž…ë‹ˆë‹¤'%s' ė—˜ëĻŦë¨ŧ트는 ë‹Ģí˜”ęŗ , 현ėžŦ ė•„ëŦ´ ė—˜ëĻŦë¨ŧ트도 ė—´ë ¤ ėžˆė§€ ė•ŠėŠĩë‹ˆë‹¤ëš„ė–´ėžˆëŠ” ė—”í‹°í‹° '&;'ëĨŧ ė°žė•˜ėŠĩ니다; ė˜Ŧ바ëĨ¸ ė—”í‹°í‹°ëŠ” : & " < > ' ėž…ë‹ˆë‹¤ė—”í‹°í‹°ę°€ ė„¸ë¯¸ėŊœëĄ ėœŧ로 ëë‚˜ė§€ ė•ŠėŠĩ니다; 대ëļ€ëļ„ė˜ ę˛Ŋ뚰 ė—”í‹°í‹° ė‹œėž‘ė— ė‚ŦėšŠí•˜ë ¤ęŗ  í•˜ė§€ ė•Šė€ ęŗŗė—ė„œ & 기호ëĨŧ ė‚ŦėšŠí•œ ę˛Ŋ뚰ėŧ ę˛ƒėž…ë‹ˆë‹¤ - ė´ëŸ° ę˛Ŋ뚰 & ëŧęŗ ė“°ė‹­ė‹œė˜¤ė—”í‹°í‹° ė´ëĻ„ '%-.*s'ė´(가) ė•Œë ¤ė ¸ ėžˆė§€ ė•ŠėŠĩë‹ˆë‹¤ė´ë‰´ë¨¸ë ˆė´í„°ëĨŧ ė´ë¯¸ ë‹Ģė•˜ėŠĩ니다 ė—°ę˛°ė„ ë°›ė•„ë“¤ė´ëŠ”ë° 똤ëĨ˜: %sėŖŧė†Œė— ė—°ę˛°í•˜ëŠ”ë° 똤ëĨ˜: %s파ėŧė„ ë‹Ģ는 뤑 똤ëĨ˜: %sė†Œėŧ“ė„ ë‹Ģ는데 똤ëĨ˜: %sėœ ë‹‰ėŠ¤ ė†Œėŧ“ė„ ë‹Ģ는 뤑 똤ëĨ˜: %sė—°ę˛°í•˜ëŠ”ë° 똤ëĨ˜: ė—°ę˛°í•˜ëŠ”ë° 똤ëĨ˜: %së°ąė—… ė‚Ŧëŗ¸ė„ 만드는 뤑 똤ëĨ˜: %s디렉터ëĻŦëĨŧ 만드는 뤑 똤ëĨ˜: %sëŗ€í™˜ė¤‘ 똤ëĨ˜: %s파ėŧ ė‹œėŠ¤í…œ ė •ëŗ´ëĨŧ ę°€ė ¸ė˜¤ëŠ” 뤑 똤ëĨ˜: %sí”„ëĄœęˇ¸ëž¨ė„ ė‹¤í–‰í•˜ëŠ” 뤑뗐 똤ëĨ˜: %sė‹ŦëŗŧëĻ­ 링íŦëĨŧ 만드는 뤑 똤ëĨ˜: %s파ėŧ ė˜Žę¸°ëŠ” 뤑 똤ëĨ˜: %s%d맏 뤄 %d ëŦ¸ėžė—ė„œ 똤ëĨ˜: %d맏 ė¤„ė—ė„œ 똤ëĨ˜: %s디렉터ëĻŦ '%s' ė—Ŧ는 뤑 똤ëĨ˜ : %s'%s' 파ėŧė„ ė—Ŧ는 뤑 똤ëĨ˜: %s파ėŧ 뗴揰 똤ëĨ˜: %sė˜ĩė…˜ ėŊ는 뤑뗐 똤ëĨ˜: %s파ėŧ '%s'ė„(ëĨŧ) ėŊ는 뤑 똤ëĨ˜: %s파ėŧė„ ėŊ는 뤑 똤ëĨ˜: %sėœ ë‹‰ėŠ¤ ė†Œėŧ“ė„ ėŊ는 뤑 똤ëĨ˜: %së°ė´í„°ëĨŧ 받는데 똤ëĨ˜: %sëŠ”ė‹œė§€ëĨŧ 받는데 똤ëĨ˜: %s파ėŧ ė œęą° 똤ëĨ˜: %sė˜ˆė „ ë°ąė—… 링íŦëĨŧ ė œęą°í•˜ëŠ” 뤑 똤ëĨ˜: %sė˜ˆė „ 파ėŧė„ ė œęą°í•˜ëŠ” 뤑 똤ëĨ˜: %sëŒ€ėƒ 파ėŧė„ ė œęą°í•˜ëŠ” 뤑 똤ëĨ˜: %s파ėŧ ė´ëĻ„ 바꾸기 똤ëĨ˜: %sėž„ė‹œ 파ėŧė˜ ė´ëĻ„ė„ 바꾸는 똤ëĨ˜: %s'%s'ė˜ ėŖŧė†ŒëĨŧ ė•Œė•„ë‚´ëŠ” 데 똤ëĨ˜'%s'ė˜ ėŖŧė†ŒëĨŧ ė•Œė•„ë‚´ëŠ” 데 똤ëĨ˜: %s'%s' ėŖŧė†Œė˜ í˜¸ėŠ¤íŠ¸ ė´ëĻ„ė„ ė•Œė•„ë‚´ëŠ” 데 똤ëĨ˜: %s파ėŧė—ė„œ seek하는 뤑 똤ëĨ˜: %së°ė´í„°ëĨŧ ëŗ´ë‚´ëŠ”ë° 똤ëĨ˜: %sëŠ”ė‹œė§€ëĨŧ ëŗ´ë‚´ëŠ” 뤑 똤ëĨ˜: %sSELinux ėģ¨í…ėŠ¤íŠ¸ 네렕 뤑 똤ëĨ˜: %s확ėžĨ ė• íŠ¸ëĻŦ뷰트 '%s' 네렕 뤑 똤ëĨ˜: %sėˆ˜ė • ė‹œę°ė´ë‚˜ ė ‘ęˇŧ ė‹œę°ė„ ė„¤ė •í•˜ëŠ”ë° 똤ëĨ˜: %sė†Œėœ ėž 네렕 뤑 똤ëĨ˜: %sęļŒí•œ 네렕 뤑 똤ëĨ˜: %sė‹ŦëŗŧëĻ­ 링íŦ 네렕 뤑 똤ëĨ˜: %sė‹ŦëŗŧëĻ­ 링íŦ 네렕 뤑 똤ëĨ˜: 파ėŧė´ ė‹ŦëŗŧëĻ­ 링íŦ가 ė•„ë‹™ë‹ˆë‹¤'%s' 파ėŧė˜ ė •ëŗ´ëĨŧ ėŊ는 뤑 똤ëĨ˜: %s파ėŧ ë””ėŠ¤íŦëĻŊ터 ė •ëŗ´ëĨŧ ėŊ는 뤑 똤ëĨ˜: %s파ėŧ 버ëĻŦ기 똤ëĨ˜: %s파ėŧė„ ėžëĨ´ëŠ” 뤑 똤ëĨ˜: %sė •ęˇœ í‘œí˜„ė‹ %sė„(ëĨŧ) ėģ´íŒŒėŧ하는 뤑 %dë˛ˆė§¸ ëŦ¸ėžė—ė„œ 똤ëĨ˜ę°€ ë°œėƒí–ˆėŠĩ니다: %sė •ęˇœ í‘œí˜„ė‹ %sė„(ëĨŧ) 맞ėļ”는 ë„ė¤‘ 똤ëĨ˜ę°€ ë°œėƒí–ˆėŠĩ니다: %sė •ęˇœ í‘œí˜„ė‹ %sė„(ëĨŧ) ėĩœė í™”하는 ë„ė¤‘ 똤ëĨ˜ ë°œėƒ: %s"%s" 바ęŋ€ ëŦ¸ėžė—´ė„ ėŊ는 뤑 %luë˛ˆė§¸ ëŦ¸ėžė—ė„œ 똤ëĨ˜ę°€ ë°œėƒí–ˆėŠĩ니다: %s파ėŧ뗐 ė“°ëŠ” 뤑 똤ëĨ˜: %sėœ ë‹‰ėŠ¤ ė†Œėŧ“뗐 ė“°ëŠ” 뤑 똤ëĨ˜: %sę¸°ėĄ´ė˜ '%s' 파ėŧė„ ė§€ėš¸ 눘 ė—†ėŠĩ니다: g_unlink() ė‹¤íŒ¨: %sGEmblemedIcon뗐 GEmblemė´ ė—†ėŠĩ니다한 ę°œė˜ ėģ¨íŠ¸ëĄ¤ ëŠ”ė‹œė§€ę°€ 뙀ė•ŧ í•˜ė§€ë§Œ, %d氜ëĨŧ ë°›ė•˜ėŠĩ니다한 ę°œė˜ 파ėŧ ë””ėŠ¤íŦëĻŊ터가 뙀ė•ŧ í•˜ė§€ë§Œ, %d氜ëĨŧ ë°›ė•˜ėŠĩ니다 디렉터ëĻŦ '%s'(ėœŧ)로 바꾸기 ė‹¤íŒ¨ (%s)파ėŧ '%s' ë‹Ģ기 ė‹¤íŒ¨: fclose() ė‹¤íŒ¨: %s파ėŧ '%s' 만들기 ė‹¤íŒ¨: %sí•˜ėœ„ í”„ëĄœė„¸ėŠ¤ė™€ í†ĩė‹ ė„ ėœ„í•œ íŒŒė´í”„ëĨŧ 만드는 뤑 ė‹¤íŒ¨ (%s)í•˜ėœ„ í”„ëĄœė„¸ėŠ¤ "%s"ė„(ëĨŧ) ė‹¤í–‰í•˜ę¸° ė‹¤íŒ¨ (%s)í•˜ėœ„ í”„ëĄœė„¸ėŠ¤ ė‹¤í–‰ ė‹¤íŒ¨ (%s)ë„ė›€ 프로그램 ė‹¤í–‰ ė‹¤íŒ¨ (%s)URI '%s'ė„(ëĨŧ) ė‚ŦėšŠí•´ '%s' ė‹¤í–‰ė¤„ 확ėžĨí•˜ę¸°ė— ė‹¤íŒ¨í–ˆėŠĩ니다íŦíŦ ė‹¤íŒ¨(%s)í•˜ėœ„ í”„ëĄœė„¸ėŠ¤ (%s)ëĨŧ ėƒė„ą ė‹¤íŒ¨íŒŒėŧ '%s'ė˜ ė†ė„ąė„ ę°€ė ¸ė˜¤ę¸° ė‹¤íŒ¨ : fstat() ė‹¤íŒ¨: %s파ėŧ '%s' 매핑 ė‹¤íŒ¨: mmap() ė‹¤íŒ¨: %s파ėŧ '%s' 듰揰 ėšŠë„ëĄœ 뗴揰 ė‹¤íŒ¨: fdopen() ė‹¤íŒ¨: %s파ėŧ '%s' 뗴揰 ė‹¤íŒ¨ : %s파ėŧ '%s' 뗴揰 ė‹¤íŒ¨: fdopen() ė‹¤íŒ¨: %s파ėŧ '%s' 뗴揰 ė‹¤íŒ¨: dopen() ė‹¤íŒ¨: %s'%-.*s'ė˜ ęĩŦëŦ¸ í•´ė„ė— ė‹¤íŒ¨í–ˆėŠĩ니다. ëŦ¸ėž ė°¸ėĄ°ė—ëŠ” ėˆĢėžëĨŧ ė¨ė•ŧ 합니다 (똈ëĨŧ ë“¤ė–´ ê) - ėˆĢėžę°€ 너ëŦ´ 클 ėˆ˜ë„ ėžˆėŠĩë‹ˆë‹¤í•˜ėœ„ í”„ëĄœė„¸ėŠ¤ė—ė„œ ë°ė´í„° ėŊ기 ė‹¤íŒ¨í•˜ėœ„ í”„ëĄœė„¸ėŠ¤ė—ė„œ ë°ė´í„°ëĨŧ ėŊ기 ė‹¤íŒ¨ (%s)í•˜ėœ„ PID íŒŒė´í”„ė—ė„œ í•„ėš”í•œ ë°ė´í„°ëĨŧ ėŊ는데 ė‹¤íŒ¨í–ˆėŠĩ니다 (%s)í•˜ėœ„ íŒŒė´í”„ëĄœ ëļ€í„° ėŊ기 ė‹¤íŒ¨ (%s)파ėŧ '%s'ė—ė„œ ėŊ기 ė‹¤íŒ¨ : %sė‹ŦëŗŧëĻ­ 링íŦ '%s' ėŊ기 ė‹¤íŒ¨: %sí•˜ėœ„ í”„ëĄœė„¸ėŠ¤ (%s)ė˜ ėž…ë Ĩ 또는 ėļœë Ĩė˜ ëĻŦë‹¤ė´ë ‰íŠ¸ ė‹¤íŒ¨íŒŒėŧ '%s'ė˜ ė´ëĻ„ė„ '%s'(ėœŧ)로 바꾸는데 ė‹¤íŒ¨: g_rename() ė‹¤íŒ¨: %sėļœë Ĩ ėŠ¤íŠ¸ëĻŧė˜ íŦ기ëĨŧ 바꾸는데 ė‹¤íŒ¨í–ˆėŠĩ니다파ėŧ '%s' 듰揰 ė‹¤íŒ¨: fflush() ė‹¤íŒ¨: %s파ėŧ '%s' 듰揰 ė‹¤íŒ¨: fsync() ė‹¤íŒ¨: %s파ėŧ '%s' 듰揰 ė‹¤íŒ¨: fwrite() ė‹¤íŒ¨: %s파ėŧ "%s"ė´(가) 너ëŦ´ íŊ니다파ėŧ ė´ë‰´ë¨¸ë ˆė´í„°ė— ė§„í–‰ ė¤‘ė¸ ë™ėž‘ė´ ėžˆėŠĩ니다파ėŧ ė´ë‰´ë¨¸ë ˆė´í„°ëĨŧ ė´ë¯¸ ë‹Ģė•˜ėŠĩ니다파ėŧė´ ëš„ė—ˆėŠĩ니다파ėŧ ė´ëτ뗐 '%c' ëŦ¸ėžę°€ ë“¤ė–´ę°ˆ 눘 ė—†ėŠĩ니다파ėŧ ė‹œėŠ¤í…œ ëŖ¨íŠ¸ėœˆë„ėš°ėĻˆė—ė„œëŠ” GSocketControlMessageëĨŧ ė§€ė›í•˜ė§€ ė•ŠėŠĩë‹ˆë‹¤ë„ė›€ë§ ė˜ĩė…˜:'%s' í˜¸ėŠ¤íŠ¸ ė´ëτ뗐 '[' 괄호가 ėžˆëŠ”ë° ']' 괄호가 ė—†ėŠĩë‹ˆë‹¤ėž…ë Ĩ ėŠ¤íŠ¸ëĻŧė´ readëĨŧ ęĩŦí˜„í•˜ė§€ ė•Šė•˜ėŠĩ니다%2$s뗐 대한 ė •ėˆ˜ 값 '%1$s'ė´(가) ë˛”ėœ„ëĨŧ ë˛—ė–´ë‚ŦėŠĩë‹ˆë‹¤ė •ėˆ˜ 값 '%s'ė´(가) ë˛”ėœ„ëĨŧ ë˛—ė–´ë‚ŦėŠĩë‹ˆë‹¤ėž˜ëĒģ된 GSeekTypeė´ ėŖŧė–´ėĄŒėŠĩë‹ˆë‹¤ė´ëτ뗐 ėž˜ëĒģ된 UTF-8 ė¸ėŊ”딊된 í…ėŠ¤íŠ¸ - '%s' ëļ€ëļ„ė´ ė˜Ŧ바ëĨ´ė§€ ė•ŠėŠĩë‹ˆë‹¤ėž˜ëĒģ된 ė• íŠ¸ëĻŦ뷰트 ėĸ…ëĨ˜ (ë°”ė´íŠ¸ ëŦ¸ėžė—´ í•„ėš”)ėž˜ëĒģ된 ė• íŠ¸ëĻŦ뷰트 ėĸ…ëĨ˜ (ëŦ¸ėžė—´ í•„ėš”)ėž˜ëĒģ된 ė• íŠ¸ëĻŦ뷰트 ėĸ…ëĨ˜ (uint32 í•„ėš”)ėž˜ëĒģ된 ė• íŠ¸ëĻŦ뷰트 ėĸ…ëĨ˜ (uint64 í•„ėš”)ëŗ€í™˜ ėž…ë Ĩė—ė„œ ėž˜ëĒģ된 ë°”ė´íŠ¸ ėˆœė„œėž˜ëĒģ된 확ėžĨ ė—íŠ¸ëĻŦ뷰트 ė´ëĻ„ėž˜ëĒģ된 파ėŧ ė´ëĻ„ėž˜ëĒģ된 파ėŧ ė´ëĻ„ %sėž˜ëĒģ된 ęˇ¸ëŖš ė´ëĻ„: %sėž˜ëĒģ된 í˜¸ėŠ¤íŠ¸ ė´ëĻ„ėž˜ëĒģ된 키 ė´ëĻ„: %sėž˜ëĒģ된 프로그램 ė´ëĻ„: %sėž˜ëĒģ된 seek ėš”ė˛­ëŗ€í™˜ ėž…ë Ĩė—ė„œ ėž˜ëĒģ된 ėˆœė„œė˜Ŧ바ëĨ¸ ė†Œėŧ“ė´ ė•„ë‹™ë‹ˆë‹¤. ė´ˆę¸°í™”ę°€ ë‹¤ėŒ ė´ėœ ëĄœ ė‹¤íŒ¨í–ˆėŠĩ니다: %sė˜Ŧ바ëĨ¸ ė†Œėŧ“ė´ ė•„ë‹™ë‹ˆë‹¤. ė´ˆę¸°í™”ë˜ė§€ ė•Šė•˜ėŠĩë‹ˆë‹¤ė¸ėžė—ė„œ ėž˜ëĒģ된 ëŦ¸ėžė—´, %d: %s환ę˛Ŋė—ė„œ ėž˜ëĒģ된 ëŦ¸ėžė—´: %sėž˜ëĒģ된 ė‹ŦëŗŧëĻ­ 링íŦ ę°’ė´ ėŖŧė–´ėĄŒėŠĩë‹ˆë‹¤ėž˜ëĒģ된 현ėžŦ 디렉터ëĻŦ: %s키 파ėŧė˜ 뤄 ëė— ė´ėŠ¤ėŧ€ė´í”„ ëŦ¸ėžę°€ ėžˆėŠĩ니다키 파ėŧ뗐 ėž˜ëĒģ된 ė´ėŠ¤ėŧ€ė´í”„ ė‹œí€€ėŠ¤ '%s'ė´(가) ë“¤ė–´ ėžˆėŠĩ니다키 파ėŧ뗐 ėžˆëŠ” '%2$s' ęˇ¸ëŖšė˜ '%1$s' í‚¤ė˜ ę°’ė„ í•´ė„í•  눘 ė—†ėŠĩ니다.키 파ėŧ뗐 ėžˆëŠ” '%s' í‚¤ė˜ ę°’ė„ í•´ė„í•  눘 ė—†ėŠĩ니다.키 파ėŧ뗐 ėžˆëŠ” '%s' í‚¤ė˜ ę°’ė„ í•´ė„í•  눘 ė—†ėŠĩ니다.키 파ėŧ뗐 ėžˆëŠ” '%s' í‚¤ė™€ '%s' ę°’ė€ UTF-8ė´ ė•„ë‹™ë‹ˆë‹¤í‚¤ 파ėŧ뗐 ë“¤ė–´ ėžˆëŠ” '%s' ė¤„ė€ 키-값 ėŒë„ ė•„ë‹ˆęŗ , ęˇ¸ëŖšë„ ė•„ë‹ˆęŗ , ėŖŧė„ë„ ė•„ë‹™ë‹ˆë‹¤í‚¤ 파ėŧ뗐 ė§€ė›í•˜ė§€ ė•ŠëŠ” '%s' ė¸ėŊ”ë”Šė´ ë“¤ė–´ ėžˆėŠĩ니다키 파ėŧ뗐 '%s' ęˇ¸ëŖšė´ ė—†ėŠĩ니다키 파ėŧ뗐 '%s' 키가 ė—†ėŠĩ니다키 파ėŧ뗐 ėžˆëŠ” '%2$s' ęˇ¸ëŖšė˜ '%1$s' 키가 ė—†ėŠĩ니다키 파ėŧė´ ęˇ¸ëŖšėœŧ로 ė‹œėž‘í•˜ė§€ ė•ŠėŠĩ니다ėŊ기 버íŧė—ė„œ ëŗ€í™˜ë˜ė§€ ė•Šė€ ë°ė´í„°ëĨŧ 남겨둠ëĻŦėŠ¤ë„ˆëĨŧ ė´ë¯¸ ë‹Ģė•˜ėŠĩ니다GFileIcon ėž…ë Ĩ ë°ė´í„°ė˜ í˜•ė‹ė´ ėž˜ëĒģë˜ė—ˆėŠĩ니다GEmblem ė¸ėŊ”ë”Šė—ė„œ 토큰 ėˆ˜ę°€ ėž˜ëĒģë˜ė—ˆėŠĩ니다 (%d氜)GEmblemedIcon ė¸ėŊ”ë”Šė—ė„œ 토큰 ėˆ˜ę°€ ėž˜ëĒģë˜ė—ˆėŠĩ니다 (%d氜)ë˛„ė „ í˜•ė‹ė´ ėž˜ëĒģë˜ė—ˆėŠĩ니다: %s메ëǍëĻŦ ėļœë Ĩ ėŠ¤íŠ¸ëĻŧė€ íŦ기ëĨŧ 바ęŋ€ 눘 ė—†ėŠĩ니다%s뗐 대한 ė¸ėžę°€ ëš ėĄŒėŠĩ니다다ëĨ¸ ë§ˆėš´íŠ¸ ė‚Ŧė´ė— ė˜Žę¸°ę¸°ëŠ” ė§€ė›í•˜ė§€ ė•ŠėŠĩ니다'%s' URL뗐 대한 ëļë§ˆíŦ뗐 MIME íƒ€ėž…ė´ ė—†ėŠĩë‹ˆë‹¤ė´ 파ėŧė„ 래ëĻŦ하는 í”„ëĄœęˇ¸ëž¨ė„ ė•„ëŦ´ 것도 ë“ąëĄí•˜ė§€ ė•Šė•˜ėŠĩë‹ˆë‹¤ė´ëĻ„ė´ '%s'ė¸ ė–´ë–¤ 프로그램도 '%s'뗐 대한 ëļë§ˆíŦëĨŧ ë“ąëĄí•˜ė§€ ė•Šė•˜ėŠĩ니다'%s' URL뗐 대한 ëļë§ˆíŦ가 ė—†ėŠĩ니다'%s' URL뗐 대한 ëļë§ˆíŦ뗐 ęˇ¸ëŖšė´ ė„¤ė •ë˜ė–´ ėžˆė§€ ė•ŠėŠĩ니다'%s' URL뗐 대한 ëļë§ˆíŦ뗐 ę°œė¸ 플래그가 ė—†ėŠĩ니다'%s'뗐 대한 ė„œëš„ėŠ¤ ę¸°ëĄė´ ė—†ėŠĩë‹ˆë‹¤í´ëž˜ėŠ¤ ė´ëĻ„ "%s"뗐 대한 íƒ€ėž…ė´ ė—†ėŠĩë‹ˆë‹¤ë°ė´í„° 디렉토ëĻŦ뗐 ė˜Ŧ바ëĨ¸ ëļë§ˆíŦ 파ėŧė´ ė—†ėŠĩ니다ėŧ반 파ėŧė´ ė•„ë‹™ë‹ˆë‹¤ė†Œėŧ“ ėŖŧė†Œė— ęŗĩę°„ė´ ëļ€ėĄąí•Šë‹ˆë‹¤ė´ėƒí•œ ëŦ¸ėž '%1$s'. ė—˜ëĻŦë¨ŧ트 '%3$s'ė˜ ė• íŠ¸ëĻŦ뷰트 ė´ëĻ„ '%2$s' ë‹¤ėŒė— '='ė´ 나타나ė•ŧ í•Šë‹ˆë‹¤ė´ėƒí•œ ëŦ¸ėž '%s'. 뚈 ė—˜ëĻŦë¨ŧ트 '%s' 태그ëĨŧ 끝내는 '>' ëŦ¸ėžę°€ 나타나ė•ŧ í•Šë‹ˆë‹¤ė´ėƒí•œ ëŦ¸ėž '%s'. ė—˜ëĻŦë¨ŧ트 '%s'ė˜ ė‹œėž‘ 태그ëĨŧ 끝내는 '>' í˜šė€ '/'가 나타나거나, ė• íŠ¸ëĻŦ뷰트가 ë‚˜ė™€ė•ŧ 합니다; ė•„ë§ˆë„ ė• íŠ¸ëĻŦ뷰트 ė´ëτ뗐 ėž˜ëĒģ된 ëŦ¸ėžëĨŧ ė“´ ę˛Ŋ뚰ėŧ ę˛ƒėž…ë‹ˆë‹¤ė´ėƒí•œ ëŦ¸ėž '%1$s'. ė—˜ëĻŦë¨ŧ트 '%3$s'ė˜ ė• íŠ¸ëĻŦ뷰트 '%2$s'ė˜ ę°’ė„ ëļ€ė—Ŧ할 때 = 기호 ë‹¤ėŒė— ë”°ė˜´í‘œę°€ 나타나ė•ŧ í•Šë‹ˆë‹¤ë™ėž‘ė„ ė§€ė›í•˜ė§€ ė•ŠėŠĩë‹ˆë‹¤ë™ėž‘ė´ ėˇ¨ė†Œë˜ė—ˆėŠĩ니다ėļœë Ĩ ėŠ¤íŠ¸ëĻŧė´ writeëĨŧ ęĩŦí˜„í•˜ė§€ ė•Šė•˜ėŠĩ니다PCRE ëŧė´ë¸ŒëŸŦëĻŦ는 UTF8 ė†ė„ąė„ ė§€ė›í•˜ė§€ ė•Šęŗ  ėģ´íŒŒėŧë˜ė—ˆėŠĩ니다PCRE ëŧė´ë¸ŒëŸŦëĻŦ가 UTF8 맀뛐 ė—†ė´ ėģ´íŒŒėŧë˜ė—ˆėŠĩ니다POSIX ė‚Ŧė „ ėˆœė„œ 항ëĒŠė€ ė§€ė›í•˜ė§€ ė•ŠėŠĩ니다POSIX ë„¤ėž„ë“œ í´ëž˜ėŠ¤ëŠ” í´ëž˜ėŠ¤ ė•ˆė—ė„œë§Œ ė§€ė›í•Šë‹ˆë‹¤ėž…ë Ĩė˜ ëė—ė„œ ëļ€ëļ„ė ė¸ ëŦ¸ėž ėˆœė„œë”°ė˜´í‘œëœ í…ėŠ¤íŠ¸ę°€ ë”°ė˜´í‘œëĄœ ė‹œėž‘í•˜ė§€ ė•ŠėŠĩ니다ėĩœëŒ€ ë°ė´í„° ë°°ė—´ í•œęŗ„ė— 도ë‹Ŧ했ėŠĩ니다ė˜Ŧ바ëĨ´ė§€ ė•Šė€ 파ėŧ ë””ėŠ¤íŦëĻŊ터ëĨŧ ë°›ė•˜ėŠĩ니다SELinux ėģ¨í…ėŠ¤íŠ¸ëŠ” NULLė´ ė•„ë‹ˆė–´ė•ŧ í•Šë‹ˆë‹¤ė´ ė‹œėŠ¤í…œė€ SELinuxëĨŧ ė‚ŦėšŠí•˜ė§€ ė•ŠėŠĩë‹ˆë‹¤ėŠ¤íŠ¸ëĻŧė—ė„œ seekëĨŧ ė§€ė›í•˜ė§€ ė•ŠėŠĩ니다%s ė• íŠ¸ëĻŦ뷰트 ė„¤ė •ė€ ė§€ė›í•˜ė§€ ė•ŠėŠĩ니다ëĒ¨ë“  ë„ė›€ë§ ė˜ĩė…˜ė„ ë´…ë‹ˆë‹¤ë„ė›€ë§ ė˜ĩė…˜ė„ ë´…ë‹ˆë‹¤ė†Œėŧ“ė„ ė´ë¯¸ ë‹Ģė•˜ėŠĩë‹ˆë‹¤ė›ëŗ¸ ėŠ¤íŠ¸ëĻŧė„ ė´ë¯¸ ë‹Ģė•˜ėŠĩë‹ˆë‹¤ėŠ¤íŠ¸ëĻŧė´ query_infoëĨŧ ė§€ė›í•˜ė§€ ė•ŠėŠĩë‹ˆë‹¤ėŠ¤íŠ¸ëĻŧ뗐 ė§„í–‰ ė¤‘ė¸ ë™ėž‘ė´ ėžˆėŠĩë‹ˆë‹¤ėŠ¤íŠ¸ëĻŧė„ ė´ë¯¸ ë‹Ģė•˜ėŠĩ니다ė‹ŦëŗŧëĻ­ 링íŦëĨŧ ė§€ė›í•˜ė§€ ė•ŠėŠĩë‹ˆë‹¤ëŒ€ėƒ 파ėŧė´ ėžˆėŠĩë‹ˆë‹¤ëŒ€ėƒ 파ėŧė´ 디렉터ëĻŦėž…ë‹ˆë‹¤ëŒ€ėƒ 파ėŧė´ ėŧ반 파ėŧė´ ė•„ë‹™ë‹ˆë‹¤í…œí”ŒëĻŦ트 '%s'뗐 XXXXXX가 ė—†ėŠĩ니다템플ëĻŦ트 '%s'ė´(가) ėž˜ëĒģë˜ė—ˆėŠĩ니다, '%s'ė´(가) ë“¤ė–´ ėžˆėœŧ늴 ė•ˆ 됩니다ėŧė‹œė ėœŧ로 '%s' ėŖŧė†ŒëĨŧ ė•Œė•„ë‚ŧ 눘 ė—†ėŠĩë‹ˆë‹¤í…ėŠ¤íŠ¸ę°€ %c뗐 ëŒ€ė‘ë˜ëŠ” ë”°ė˜´í‘œę°€ 나타나기 렄뗐 끝ë‚ŦėŠĩ니다. (í…ėŠ¤íŠ¸ëŠ” '%s'ėž…ë‹ˆë‹¤)í…ėŠ¤íŠ¸ę°€ '\' ëŦ¸ėž ë‹¤ėŒė— 끝ë‚ŦėŠĩ니다. (í…ėŠ¤íŠ¸ëŠ” '%s'ėž…ë‹ˆë‹¤)í…ėŠ¤íŠ¸ę°€ ëš„ė–´ ėžˆėŒ (또는 ęŗĩ백만 ë“¤ė–´ ėžˆėŒ)URI '%s'ė€(는) ėž˜ëĒģ된 ė´ėŠ¤ėŧ€ė´í”„ ëŦ¸ėžę°€ ë“¤ė–´ ėžˆėŠĩ니다URI '%s'ė´(가) ėž˜ëĒģë˜ė—ˆėŠĩ니다URI '%s'ė€(는) "file" ėŠ¤í‚¤ë§ˆëĨŧ ė‚ŦėšŠí•˜ëŠ” ė ˆëŒ€ ę˛Ŋ로 URI가 ė•„ë‹™ë‹ˆë‹¤íŒŒėŧė´ 뙏ëļ€ė—ė„œ ë°”ë€Œė—ˆėŠĩ니다URI '%s'ė˜ í˜¸ėŠ¤íŠ¸ ė´ëĻ„ė´ ėž˜ëĒģë˜ė—ˆėŠĩ니다로ėģŦ 파ėŧ URI '%s'ė—ëŠ” '#'ė´ ë“¤ė–´ę°ˆ 눘 ė—†ėŠĩ니다ę˛ŊëĄœė´ëĻ„ '%s'ė€(는) ė ˆëŒ€ ę˛Ŋ로가 ė•„ë‹™ë‹ˆë‹¤%s뗐 넘긴 ėš´ėš´íŠ¸ ę°’ė´ 너ëŦ´ íŊë‹ˆë‹¤íœ´ė§€í†ĩė„ ė§€ė›í•˜ė§€ ė•ŠėŠĩë‹ˆë‹¤ėž…ë Ĩ ėŠ¤íŠ¸ëĻŧė´ truncateëĨŧ í—ˆėšŠí•˜ė§€ ė•ŠėŠĩë‹ˆë‹¤ėŠ¤íŠ¸ëĻŧė—ė„œ truncateëĨŧ ė§€ė›í•˜ė§€ ė•ŠėŠĩ니다"%s" íƒ€ėž…ė€ GIcon ė¸í„°íŽ˜ė´ėŠ¤ė—ė„œ from_token()ëĨŧ ęĩŦí˜„í•˜ė§€ ė•ŠėŠĩ니다"%s" íƒ€ėž…ė€ GIcon ė¸í„°íŽ˜ė´ėŠ¤ëĨŧ ęĩŦí˜„í•˜ė§€ ė•ŠėŠĩ니다"%s" íƒ€ėž…ė— 대한 í´ëž˜ėŠ¤ę°€ ė—†ėŠĩ니다URIëĨŧ ė§€ė›í•˜ė§€ ė•ŠėŠĩë‹ˆë‹¤ė†Œėŧ“ė„ 만들 눘 ė—†ėŠĩ니다: %síœ´ė§€í†ĩ 디렉터ëĻŦ(%s)ëĨŧ 만들 눘 ė—†ėŠĩ니다: %síœ´ė§€í†ĩ ė •ëŗ´ 파ėŧė„ 만들 눘 ė—†ėŠĩ니다: %sę¸°ëŗ¸ 로ėģŦ 디렉터ëĻŦ ëĒ¨ë‹ˆí„° ėĸ…ëĨ˜ëĨŧ ė°žė„ 눘 ė—†ėŠĩë‹ˆë‹¤ę¸°ëŗ¸ 로ėģŦ 파ėŧ ëĒ¨ë‹ˆí„° ėĸ…ëĨ˜ëĨŧ ė°žė„ 눘 ė—†ėŠĩë‹ˆë‹¤íœ´ė§€í†ĩ 디렉터ëĻŦëĨŧ ė°žė„ 눘 ė—†ęą°ë‚˜ 만들 눘 ė—†ėŠĩë‹ˆë‹¤í”„ëĄœęˇ¸ëž¨ė— í•„ėš”í•œ í„°ë¯¸ë„ė„ ė°žė„ 눘 ė—†ėŠĩë‹ˆë‹¤íœ´ė§€í†ĩė˜ ėƒėœ„ 디렉터ëĻŦëĨŧ ė°žė„ 눘 ė—†ėŠĩ니다밀ëϰ 똤ëĨ˜ëĨŧ ė•Œė•„ë‚ŧ 눘 ė—†ėŠĩ니다: %s파ėŧė„ 버ëĻ´ 눘 ė—†ėŠĩ니다: %sė˜ˆėƒėš˜ ëĒģ하게 '%2$s' ė—˜ëĻŦë¨ŧíŠ¸ė— '%1$s' ė• íŠ¸ëĻŦ뷰트가 ėžˆėŠĩë‹ˆë‹¤ė˜ˆę¸°ėš˜ ė•Šę˛Œ ėŧė° ėŠ¤íŠ¸ëĻŧė´ 끝ë‚ŦėŠĩë‹ˆë‹¤í•˜ėœ„ í”„ëĄœė„¸ėŠ¤ė—ė„œ ë°ė´í„°ëĨŧ ėŊëŠ”ė¤‘ g_io_channel_win32_poll()ė—ė„œ ę¸°ëŒ€ë˜ė§€ė•Šė€ 똤ëĨ˜í•˜ėœ„ í”„ëĄœė„¸ėŠ¤ė—ė„œ ë°ė´í„°ëĨŧ ėŊ는 뤑 select()ė—ė„œ ė˜ˆėƒë˜ė§€ ė•Šė€ 똤ëĨ˜ (%s)waitpid()ė—ė„œ ė˜ˆėƒë˜ė§€ ė•Šė€ 똤ëĨ˜ (%s)ė˜ˆėƒėš˜ ëĒģ하게 '%2$s' ė•ˆė— '%1$s' 태그가 ėžˆėŠĩë‹ˆë‹¤ė˜ˆėƒėš˜ ëĒģ하게 '%s' 태그가 ėžˆėŠĩ니다. '%s' 태그가 ėžˆė–´ė•ŧ 합니다ëļ€ė† ë°ė´í„°ę°€ ė˜ˆėƒėš˜ ëĒģ한 ėĸ…ëĨ˜ėž…ë‹ˆë‹¤í•˜ėœ„ í”„ëĄœė„¸ėŠ¤ "%s"ė„(ëĨŧ) ė‹¤í–‰í•˜ëŠ” 뤑 ė•Œ 눘 ė—†ëŠ” 똤ëĨ˜ė—°ę˛°ė— ė•Œ 눘 ė—†ëŠ” 똤ëĨ˜ė•Œ 눘 ė—†ëŠ” ė˜ĩė…˜ %sė•Œ 눘 ė—†ëŠ” 프로토ėŊœė„ ė§€ė •í–ˆėŠĩë‹ˆë‹¤ė•Œ 눘 ė—†ëŠ” ėĸ…ëĨ˜ëĒ…ë ší–‰ė—ė„œ ë”°ė˜´í‘œę°€ ë§žė§€ ė•Šęą°ë‚˜ ė…¸ ë”°ė˜´í‘œëœ í…ėŠ¤íŠ¸ę°€ 또 ėžˆėŠĩë‹ˆë‹¤ė´ëĻ„ė—†ėŒė†Œėŧ“ ėŖŧė†ŒëĨŧ ė§€ė›í•˜ė§€ ė•ŠėŠĩ니다ė‚ŦėšŠë˛•:ę˛€ėƒ‰ 디렉터ëĻŦ ė•ˆė— ė˜Ŧ바ëĨ¸ 키 파ėŧė´ ė—†ėŠĩ니다값 '%s'ė„(ëĨŧ) ëļˆëĻŦė–¸ 값ėœŧ로 í•´ė„í•  눘 ė—†ėŠĩ니다.값 '%s'ė„(ëĨŧ) ë‹¨ė •ë„ ė‹¤ėˆ˜ëĄœ í•´ė„í•  눘 ė—†ėŠĩ니다.값 '%s'ė„(ëĨŧ) ėˆĢėžëĄœ í•´ė„í•  눘 ė—†ėŠĩ니다.ė†Œėŧ“ ėĄ°ęą´ė„ 기다ëĻŦ는 뤑: %s토큰 ėˆ˜ę°€ ėž˜ëĒģë˜ė—ˆėŠĩ니다 (%d氜)[ė˜ĩė…˜...]패턴 ëė— \\\C는 ëŖŠëš„í•˜ė¸ë“œ ė–´ė„œė…˜ė—ė„œ ė‚ŦėšŠí•  눘 ė—†ėŠĩ니다패턴 ëė— \\c\g ë‹¤ėŒė— {}로 둘ëŸŦė‹ŧ ė´ëĻ„ė´ë‚˜ {}로 둘ëŸŦė‹ŧ 0ė´ ė•„ë‹Œ ėˆĢėžę°€ ė˜¤ė§€ ė•Šė•˜ėŠĩ니다.(?( ë‹¤ėŒė— ė–´ė„œė…˜ė´ ė´ė™€ė•ŧ í•Šë‹ˆë‹¤ė—°ę˛° 프로그램 바꾸기는 WIN32ė—ė„œ ė§€ė›í•˜ė§€ ė•ŠėŠĩë‹ˆë‹¤í›„ėœ„ ė°¸ėĄ°ëĨŧ ėĄ°ęą´ėœŧ로 ė‚ŦėšŠí•˜ëŠ´ ëļ€ëļ„ ë§¤ėš˜ė—ė„œ ė§€ė›í•˜ė§€ ė•ŠėŠĩ니다.ė—­ėļ”렁 ėĩœëŒ€ę°’뗐 도ë‹Ŧ했ėŠĩë‹ˆë‹¤ëŒ€ė†ŒëŦ¸ėž 바꾸기 ė´ėŠ¤ėŧ€ė´í”„는 (\\l, \\L, \\u, \\U) ė—Ŧę¸°ė—ė„œ í—ˆėšŠí•˜ė§€ ė•ŠėŠĩ니다\x{...} ė‹œí€€ėŠ¤ė˜ ëŦ¸ėž ę°’ė´ 너ëŦ´ íŊ니다ėŊ”드 ė˜¤ë˛„í”ŒëĄœėš°ėĄ°ęą´ëŦ¸ ęˇ¸ëŖšė— ë¸Œëžœėš˜ę°€ 2ę°œëŗ´ë‹¤ ë§Žė´ ë“¤ė–´ ėžˆėŠĩë‹ˆë‹¤ę°œė˛´ę°€ ė†ėƒë˜ė—ˆėŠĩ니다로ėģŦ ėŖŧė†ŒëĨŧ ė•Œė•„ë‚ŧ 눘 ė—†ėŠĩ니다: %sė›ę˛Š ėŖŧė†ŒëĨŧ ė•Œė•„ë‚ŧ 눘 ė—†ėŠĩ니다: %sė—°ę˛°ė„ ë°›ė„ 눘 ė—†ėŠĩ니다: %s파ėŧ ë””ėŠ¤íŦëĻŊí„°ė—ė„œ GSocketė„ 만드는 뤑: %sėˆĢėžę°€ ėžˆė–´ė•ŧ 합니다드ëŧė´ë¸Œę°€ ejectëĨŧ ęĩŦí˜„í•˜ė§€ ė•Šė•˜ėŠĩ니다드ëŧė´ë¸Œę°€ eject 기ëŠĨė„ ęĩŦí˜„í•˜ė§€ ė•Šė•˜ėŠĩ니다드ëŧė´ë¸Œę°€ ë¯¸ë””ė–´ė˜ í´ë§ė„ ęĩŦí˜„í•˜ė§€ ė•Šė•˜ėŠĩ니다드ëŧė´ë¸Œę°€ start 기ëŠĨė„ ęĩŦí˜„í•˜ė§€ ė•Šė•˜ėŠĩ니다드ëŧė´ë¸Œę°€ stop 기ëŠĨė„ ęĩŦí˜„í•˜ė§€ ė•Šė•˜ėŠĩ니다메ëǍëĻŦëĨŧ í™•ëŗ´í•˜ëŠ”ë° ė‹¤íŒ¨í–ˆėŠĩ니다16 ė§„ėˆ˜ę°€ ėžˆė–´ė•ŧ 합니다16 ė§„ėˆ˜ 또는 '}'가 ėžˆė–´ė•ŧ 합니다ė‹Ŧëŗŧ ė°¸ėĄ°ę°€ ėž˜ëĒģë˜ė—ˆėŠĩ니다ėŧę´€ė„ą ė—†ëŠ” NEWLINE ė˜ĩė…˜ë‚´ëļ€ ė˜¤ëĨ˜ë‚´ëļ€ ė˜¤ëĨ˜ 또는 ę°œė˛´ę°€ ė†ėƒë˜ė—ˆėŠĩë‹ˆë‹¤ė¤„ë°”ęŋˆ í”Œëž˜ęˇ¸ė˜ ėĄ°í•Šė´ ėž˜ëĒģë˜ė—ˆėŠĩë‹ˆë‹¤ėž˜ëĒģ된 ėĄ°ęą´ëŦ¸ (?(0)ëŦ¸ėž í´ëž˜ėŠ¤ė—ė„œ ė´ėŠ¤ėŧ€ė´í”„ ė‹œí€€ėŠ¤ę°€ ėž˜ëĒģë˜ė—ˆėŠĩë‹ˆë‹¤ëŖŠëš„í•˜ė¸ë“œ ė–´ė„œė…˜ė´ ęŗ ė •ëœ ę¸¸ė´ę°€ ė•„ë‹™ë‹ˆë‹¤\P í˜šė€ \p ė‹œí€€ėŠ¤ė˜ í˜•ė‹ė´ ėž˜ëĒģë˜ė—ˆėŠĩ니다(?( ë‹¤ėŒė— ėˆĢėžë‚˜ ė´ëĻ„ė˜ í˜•ė‹ė´ ėž˜ëĒģë˜ė—ˆėŠĩ니다ė‹Ŧëŗŧ ė°¸ėĄ°ė— '<' 기호가 ė—†ėŠĩ니다ėŖŧė„ ë‹¤ėŒė— ) 괄호가 ëš ėĄŒėŠĩ니다끝나는 ) 괄호가 ė—†ėŠĩ니다ëŦ¸ėž í´ëž˜ėŠ¤ė—ė„œ 끝나는 ] 괄호가 ëš ėĄŒėŠĩë‹ˆë‹¤ė„œë¸ŒíŒ¨í„´ ė´ëτ뗐 끝나는 ę¸€ėžę°€ ëš ėĄŒėŠĩë‹ˆë‹¤ë§ˆėš´íŠ¸ę°€ content type guessingė„ ęĩŦí˜„í•˜ė§€ ė•Šė•˜ėŠĩë‹ˆë‹¤ë§ˆėš´íŠ¸ę°€ eject 기ëŠĨė„ ęĩŦí˜„í•˜ė§€ ė•Šė•˜ėŠĩë‹ˆë‹¤ë§ˆėš´íŠ¸ę°€ eject í˜šė€ eject_with_operation 기ëŠĨė„ ęĩŦí˜„í•˜ė§€ ė•Šė•˜ėŠĩë‹ˆë‹¤ë§ˆėš´íŠ¸ę°€ remountëĨŧ ęĩŦí˜„í•˜ė§€ ė•Šė•˜ėŠĩë‹ˆë‹¤ë§ˆėš´íŠ¸ę°€ ë™ę¸°ė‹ content type guessingė„ ęĩŦí˜„í•˜ė§€ ė•Šė•˜ėŠĩë‹ˆë‹¤ë§ˆėš´íŠ¸ę°€ unmount 기ëŠĨė„ ęĩŦí˜„í•˜ė§€ ė•Šė•˜ėŠĩë‹ˆë‹¤ë§ˆėš´íŠ¸ę°€ unmount í˜šė€ unmount_with_operation 기ëŠĨė„ ęĩŦí˜„í•˜ė§€ ė•Šė•˜ėŠĩ니다반ëŗĩ할 ė‚Ŧ항 ė—†ėŒ{} ė•ˆė—ė„œ ėˆĢėžę°€ 너ëŦ´ íŊ니다{} ė•ˆė—ė„œ ėˆĢėžę°€ ėˆœė„œëĨŧ ë˛—ė–´ë‚ŦėŠĩ니다8ė§„ėˆ˜ę°’ė´ \377ëŗ´ë‹¤ íŊ니다메ëǍëĻŦ ëļ€ėĄąėģ´íŒŒėŧ ėž‘ė—… ęŗĩę°„ė„ ë„˜ė–´ę°”ėŠĩë‹ˆë‹¤ė´ė „ė— 검ė‚Ŧ한 ė°¸ėĄ°í•  ė„œë¸ŒíŒ¨í„´ė´ ė—†ėŠĩ니다ëŦ¸ėž í´ëž˜ėŠ¤ė—ė„œ ë˛”ėœ„ę°€ ėˆœė„œëĨŧ ë˛—ė–´ë‚ŦėŠĩ니다ėžŦ귀 ėĩœëŒ€ę°’뗐 도ë‹Ŧ했ėŠĩ니다ėžŦ귀 호ėļœë•ŒëŦ¸ė— ëŦ´í•œížˆ 반ëŗĩ할 눘 ėžˆėŠĩë‹ˆë‹¤ė—†ëŠ” ė„œë¸ŒíŒ¨í„´ė„ ė°¸ėĄ°í•Šë‹ˆë‹¤ė •ęˇœė‹ė´ 너ëŦ´ íŊ니다DEFINE ęˇ¸ëŖšė˜ 반ëŗĩė€ í—ˆėšŠí•˜ė§€ ė•ŠėŠĩë‹ˆë‹¤ë§ˆė§€ë§‰ '\'가 ė—†ėŠĩë‹ˆë‹¤ė„œë¸ŒíŒ¨í„´ ė´ëĻ„ė´ 너ëŦ´ 깁니다 (ėĩœëŒ€ 32ę¸€ėž)ė‹ŦëŗŧëĻ­ 링íŦ는 NULLė´ ė•„ë‹ˆė–´ė•ŧ 합니다패턴 ė•ˆė— ëļ€ëļ„ ë§¤ėš˜ė—ė„œ ė§€ė›í•˜ė§€ ė•ŠëŠ” 항ëĒŠė´ ë“¤ė–´ ėžˆėŠĩ니다.ė´ëĻ„ ėžˆëŠ” ė„œë¸ŒíŒ¨í„´ė´ 너ëŦ´ 많ėŠĩ니다 (ėĩœëŒ€ 10,000氜)ė´ëĻ„ ėžˆëŠ” 2ę°œė˜ ė„œë¸Œ íŒ¨í„´ė˜ ė´ëĻ„ė´ 같ėŠĩë‹ˆë‹¤ė˜ˆėƒí•˜ė§€ ëĒģ한 반ëŗĩė‹Ŧëŗŧ ė°¸ėĄ°ę°€ ëë‚˜ė§€ ė•Šė•˜ėŠĩë‹ˆë‹¤ė•Œ 눘 ė—†ëŠ” POSIX í´ëž˜ėŠ¤ ė´ëĻ„ė•Œ 눘 ė—†ëŠ” 똤ëĨ˜ė•Œ 눘 ė—†ëŠ” ė´ėŠ¤ėŧ€ė´í”„ ė‹œí€€ėŠ¤\P í˜šė€ \p ë‹¤ėŒė— ė†ė„ą ė´ëĻ„ė„ ė•Œ 눘 ė—†ėŠĩ니다(? ë‹¤ėŒė— ė•Œ 눘 ė—†ëŠ” ëŦ¸ėž(?< ë‹¤ėŒė— ė•Œ 눘 ė—†ëŠ” ëŦ¸ėž(?P ë‹¤ėŒė— ė•Œ 눘 ė—†ëŠ” ëŦ¸ėž\\ ë‹¤ėŒė— ė¸ė‹í•  눘 ė—†ëŠ” ëŦ¸ėžëŗŧëĨ¨ė´ ejectëĨŧ ęĩŦí˜„í•˜ė§€ ė•Šė•˜ėŠĩ니다ëŗŧëĨ¨ė´ eject í˜šė€ eject_with_operation 기ëŠĨė„ ęĩŦí˜„í•˜ė§€ ė•Šė•˜ėŠĩ니다ëŗŧëĨ¨ė´ mountëĨŧ ęĩŦí˜„í•˜ė§€ ė•Šė•˜ėŠĩë‹ˆë‹¤ëš„ė–´ėžˆëŠ” ëļ€ëļ„ ëŦ¸ėžė—´ė— 대해 ėž‘ė—… ęŗĩ간 ėĩœëŒ€ę°’뗐 도ë‹Ŧ했ėŠĩ니다ė‹Ŧëŗŧ ė°¸ėĄ°ė— ë‚´ėšŠė´ ė—†ėŠĩ니다./glib-2.22.2-i686/usr/share/locale/xh/0000755000000000000000000000000011271167003015630 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/xh/LC_MESSAGES/0000755000000000000000000000000011271167003017415 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/xh/LC_MESSAGES/glib20.mo0000644000000000000000000003357011271166637021055 0ustar rootrootŪ•eD‰lY‘_ëaK ­ 4 /÷ ,' )T !~   AÁ ž ;ĸ .Ū * a8 Fš 4á 2 :I A„ @Æ ;WCW›1ķ/%?U5•IË‘§Ã Øų'=?\)œ$Æë!˙9![-xŠĻ&1+X3„#¸!Ü)ū8( a o&})¤Î$ß1.6TeFē=L?+Œ!¸Ú-ú$((MvL‰°Öz‡*/-]s…0ĸFĶ:-U2ƒļ;Î' -2)`OŠCÚ"*AlC~Â.É-ø &F2TyYÎg($OĩJ ;P .Œ 'ģ &ã = !ĻH!Gī!47"=l"jĒ"H#6^#9•#BĪ#K$J^$EŠ$dī$eT%3ē%;î%L*&Aw&`š&¤'ŋ'Ū'+ö'#"(9F(*€(NĢ(8ú(33)-g)7•)PÍ)**FI*™*4*+9_+P™+7ę++",:N,X‰, â,î,7-@>-#-8Ŗ->Ü-H.Td.Gš.H/QJ/:œ/$×/&ü/3#0!W0?y0š0RÔ0Ŋ'1Žå1;t20°2!á23% 37F3_~37Ū3;48R4‹4DŖ4)č4759J5[„5Kā5,,66Y66W¨67/7+@7 l7c FbN:G^VdM&/!O";3QY4?_R 8DX-L210)9*e>\%Wa6I S7'P5 <(HZ ,[` U]EA$K#=.CB@JT+'%s' is not a valid character following a '<' character; it may not begin an element name'%s' is not a valid character following the characters ''Application Options:Can't do a raw read in g_io_channel_read_line_stringCan't do a raw read in g_io_channel_read_to_endCannot convert fallback '%s' to codeset '%s'Channel terminates in a partial characterCharacter out of range for UTF-16Character out of range for UTF-8Character reference '%-.*s' does not encode a permitted characterCharacter reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Conversion from character set '%s' to '%s' is not supportedCould not allocate %lu bytes to read file "%s"Could not open converter from '%s' to '%s'Document ended unexpectedly after the equals sign following an attribute name; no attribute valueDocument ended unexpectedly inside a comment or processing instructionDocument ended unexpectedly inside an attribute nameDocument ended unexpectedly inside an element nameDocument ended unexpectedly inside an element-opening tag.Document ended unexpectedly inside the close tag for element '%s'Document ended unexpectedly just after an open angle bracket '<'Document ended unexpectedly while inside an attribute valueDocument ended unexpectedly with elements still open - '%s' was the last element openedDocument ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>Document must begin with an element (e.g. )Document was empty or contained only whitespaceElement '%s' was closed, but the currently open element is '%s'Element '%s' was closed, no element is currently openEmpty entity '&;' seen; valid entities are: & " < > 'Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Error during conversion: %sError on line %d: %sError opening directory '%s': %sError reading file '%s': %sFailed to change to directory '%s' (%s)Failed to create file '%s': %sFailed to create pipe for communicating with child process (%s)Failed to execute child process "%s" (%s)Failed to execute child process (%s)Failed to fork (%s)Failed to fork child process (%s)Failed to get attributes of file '%s': fstat() failed: %sFailed to open file '%s': %sFailed to open file '%s': fdopen() failed: %sFailed to parse '%-.*s', which should have been a digit inside a character reference (ê for example) - perhaps the digit is too largeFailed to read data from child processFailed to read data from child process (%s)Failed to read enough data from child pid pipe (%s)Failed to read from child pipe (%s)Failed to read from file '%s': %sFailed to read the symbolic link '%s': %sFailed to redirect output or input of child process (%s)File is emptyHelp Options:Integer value '%s' for %s out of rangeInvalid byte sequence in conversion inputInvalid hostnameInvalid sequence in conversion inputKey file contains escape character at end of lineKey file contains invalid escape sequence '%s'Key file contains key '%s' in group '%s' which has value that cannot be interpreted.Key file contains key '%s' which has value that cannot be interpreted.Key file contains key '%s' with value '%s' which is not UTF-8Key file contains line '%s' which is not a key-value pair, group, or commentKey file contains unsupported encoding '%s'Key file does not have group '%s'Key file does not have key '%s'Key file does not have key '%s' in group '%s'Key file does not start with a groupLeftover unconverted data in read bufferNot a regular fileOdd character '%s', expected a '=' after attribute name '%s' of element '%s'Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute nameOdd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'Partial character sequence at end of inputQuoted text doesn't begin with a quotation markShow all help optionsShow help optionsSymbolic links not supportedTemplate '%s' invalid, should not contain a '%s'Text ended before matching quote was found for %c. (The text was '%s')Text ended just after a '\' character. (The text was '%s')Text was empty (or contained only whitespace)The URI '%s' contains invalidly escaped charactersThe URI '%s' is invalidThe URI '%s' is not an absolute URI using the "file" schemeThe hostname of the URI '%s' is invalidThe local file URI '%s' may not include a '#'The pathname '%s' is not an absolute pathUnexpected error in g_io_channel_win32_poll() reading data from a child processUnexpected error in select() reading data from a child process (%s)Unexpected error in waitpid() (%s)Unknown error executing child process "%s"Unknown option %sUnmatched quotation mark in command line or other shell-quoted textUsage:Value '%s' cannot be interpreted as a boolean.Value '%s' cannot be interpreted as a number.[OPTION...]Project-Id-Version: glib Report-Msgid-Bugs-To: POT-Creation-Date: 2009-10-07 09:51-0400 PO-Revision-Date: 2005-02-08 12:31+0200 Last-Translator: Canonical Ltd Language-Team: Xhosa MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit '%s' asilophawu elisebenzayo elilandela u '<' uphawu; linokungaqali igama lesiqalelo'%s' asilophawu olusebenzayo ukulandela iimpawu ''Iindlela zokusebenza ezinokukhethwa:Akukwazeki ukwenza ukufunda okungalungiswanga kwi g_io_channel_read_line_stringAkukwazeki ukwenza ukufunda okungalungiswanga kwi g_io_channel_read_to_endAkukwazeki ukuguqula i-fallback '%s' kwiseti yekhowudi '%s'Isiqhagamshelanisi siphelela inxalenye yophawuUphawu lungaphandle kwesigaba se-UTF-16Uphawu lungaphandle kwesigaba se-UTF-8Uphawu lokuthumela '%-.*s' alulunxulumanisi uphawu olunemvumeUphawu lokuthumela aluphelelanga ngechaphaza-msila; mhlawumbi usebenzise uphawu lwe- ampersand ungenanjongo yokuqala into ezimeleyo - phepha i- ampersand njenge &Uguqulo ukusuka kwingqokelela yeempawu '%s' ukuya kwi '%s' ayixhaswangaAkwazekanga ukwaba %lu ii-byte ukufunda ifayili "%s"Akukwazekanga ukuvula isiguquli ukusuka ku '%s' ukuya ku '%s'Uxwebhu luphele ngesiquphe emva kokuba uphawu lokulingana lulandele igama lophawu; kungekho xabiso lophawuUxwebhu luphele ngesiquphe ngaphaikathi komyalelo wezimvo okanye inkquboUxwebhu luphele ngesiquphe ngaphakathi kwegama lophawuUxwebhu luphele ngesiquphe ngaphakathi kwegama lesiqaleloUxwebhu luphele ngesiquphe ngaphakathi kwelebhile evula isiqalelo.Uxwebhu luphele ngesiquphe ngaphakathi kwelebhile evaliweyo yesiqalelo '%s'Uxwebhu luphele ngesiquphe kanye emva kwesibiyeli sedolo elivulekileyo '<'Uxwebhu luphele ngesiquphe xeshikweni lungaphakathi kwexabiso lophawuUxwebhu luphele ngesiquphe xeshikweni iziqalelo bezisavulile - '%s' isiqalelo sokugqibela besivuliweUxwebhu luphele ngesiquphe, kulindelwe ukubona isibiyeli sedolo elivaliweyo esiphelisa ilebhile <%s/>Uxwebhu kufuneka luqale ngesiqalelo (umzkl. )Uxwebhu beluze okanye luqulathe isikhewu esimhlophe kuphelaIsiqalelo '%s' besivaliwe, kodwa isiqalelo esivuliweyo njengangoku sesi '%s'Isiqalelo '%s' besivaliwe, akukho siqalelo sivuliweyo njengangokuInto ezimeleyo eze '&;' ebonwayo; izinto ezizimeleyo ezisebenzayo: & " < > 'Into ezimeleyo ayiphelelanga ngechaphaza-msila; mhlawumbi usebenzise uphawu lwe- ampersand ungazimiselanga ukuqala into ezimeleyo - phepha i- ampersand njenge &Impazamo ngelixa lenguqulo: %sImpazamo emgceni %d: %sImpazamo yokuvula uvimba weefayili '%s': %sImpazamo yokufunda ifayili '%s': %sAkuphumelelekanga ukuguqukela kuvimba weefayili '%s' (%s)Akuphumelelekanga ukudala ifayili '%s': %sAkuphumelelekanga ukudala uthungelwano lokunxibelelana nenkqubo yomntwana (%s)Akuphumelelekanga ukuphumeza inkqubo yomntwana "%s" (%s)Akuphumelelekanga ukuphumeza inkqubo yomntwana (%s)Akuphumelelekanga ukudala inkqubo entsha (%s)Akuphumelelekanga ukudala inkqubo entsha yomntwana (%s)Akuphumelelekanga ukufumana iimpawu zefayili '%s': fstat() akuphumelelekanga: %sAkuphumelelekanga ukuvula ifayili '%s': %sAkuphumelelekanga ukuvula ifayili '%s': fdopen() akuphumelelekanga: %sAkuphumelelanga ukwahlula ngezijungqe '%-.*s', obekufanele ukuba ngumvo ngaphakathi kophawu lokuthumela (ê umzekelo) - mhlawumbi umvo mkhulu kakhuluAkuphumelelekanga ukufunda idata kwinkqubo yomntwanaAkuphumelelekanga ukufunda idata kwinkqubo yomntwana (%s)Akuphumelelekanga ukufunda ngokwaneleyo idata evela kuthungelwano nomntwana (%s)Akuphumelelekanga ukufunda kuthungelwano lomntwana (%s)Akuphumelelekanga ukufunda ifayili '%s': %sAkuphumelelanga ukufunda ikhonkco elingumfuziselo '%s': %sAkuphumelelekanga ukuyalela kwakhona ungeniso nophumezo lolwazi kwinkqubo yomntwana (%s)Ifayili izeUncedo lokunokukhethwa:Ixabiso lenani elimbaxa '%s' le %s lingaphaya kwesigabaUlandelelwano olungasebenziyo lwe-byte kungeniso-lwazi yenguquloIgama lomququzeleli elingasebenziyoUlandelelwano olungasebenziyo kwinguqulo yongeniso-lwaziIfayili engundoqo iqulethe uphawu lokuphepha ekupheleni komgcaIfayili engundoqo iqulethe ulandelelwano olungasebenziyo lokuphepha '%s'Ifayili engundoqo iqulethe iqhosha '%s' kwiqela '%s' elinexabiso elingekhe lichazwe.Ifayili engundoqo iqulethe iqhosha '%s' elinexabiso elingekhe lichazwe.Ifayili engundoqo iqulethe iqhosa '%s' elinexabiso '%s' elingeyiyo UTF-8Ifayili engundoqo iqulethe umgca '%s' ongesiso isibini sexabiso okanye isindululoIfayili engundoqo iqulethe unxulumano olungaxhaswanga '%s'Ifayili engundoqo ayinalo iqela '%s'Ifayili engundoqo ayinalo iqhosha '%s'Ifayili engundoqo ayinalo iqhosha '%s' eqeleni '%s'Ifayili engundoqo ayiqali ngeqelaIntsalela yedata engaguqulwanga kwisigcini sethutyana sokufundaAsiyofayili esebenza rhoqoUphawu olutenxileyo '%s', lulindele '=' emva kwegama lophawu '%s' lwesiqalelo '%s'Uphawu olutenxileyo '%s', lulindele '>' okanye '/' uphawu lokuphelisa ilebhile yokuqala isiqalelo '%s', okanye ngokhetho lophawu; mhlawumbi usebenzise uphawu olungasebenziyo kwigama lophawuUphawu olutenxileyo '%s', lulindele uphawu locaphulo oluvulekileyo emva kweempawu zokulingana xa kunikwa ixabiso lophawu '%s' lwesiqalelo '%s'Inxalenye yophawu lolandelelwano ekupheleni kongeniso-lwaziUmbhalo ocatshuliweyo awuqali ngophawu locaphuloBonisa onke amancedo anokukhethwaBonisa amancedo anokukhethwaIkhonkco elingumfuziselo alixhaswangaI-Template '%s' ayisebenzi, kufuneka ingaqulathi i '%s'Umbhalo uphele phambi kokuba ucaphulo olungqinelanayo lufunyanwe malunga %c. (Umbhalo ubu '%s')Umbhalo uphele nje emva kophawu '\'. (Umbhalo ubu '%s')Umbhalo ubuze (okanye uqulethe isithuba esimhlophe kuphela)I-URI '%s' iqulethe iimpawu ezisindileyo ezingasebenziyoAyisebenzi i-'%s' yeURII-URI '%s' asiyiyo i-URI ngokupheleleyo esebenzisa indlela ye "file"Igama lomququzeleli weURI '%s' alisebenziI-URI yefayili yendawo '%s' kunokwenzeka ingaquki i-'#'Igama lendlela yothungelwano '%s' akuyiyo kuphela indlelaImpazamo engalindelekanga kwi g_io_channel_win32_poll() yokufunda idata kwinkqubo yomntwanaImpazamo engalindelekanga select() lokufunda idata kwinkqubo yomntwana (%s)Impazamo engalindelekanga kwi-waitpid() (%s)Impazamo engaziwayo yokuphumeza inkqubo yomntwana "%s"Ukhetho olungaziwayo %sUphawu locaphulo olungangqinelaniyo kumgca womyalelo okanye omnye umbhalo ocatshuliweyoUkusetyenziswa:Ixabiso '%s' alinakho ukuchazwa njenge-boolean.Ixabiso '%s' alinakho ukuchazwa njengenani.[OPTION...]./glib-2.22.2-i686/usr/share/locale/eu/0000755000000000000000000000000011271166770015634 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/eu/LC_MESSAGES/0000755000000000000000000000000011271166770017421 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/eu/LC_MESSAGES/glib20.mo0000644000000000000000000012467411271166635021053 0ustar rootrootŪ•œ !‘!Ĩ!­!ĩ! Ŋ!É!YŅ!_+"a‹"í"#)'#Q#&e#BŒ#Ī#æ#+û#('$ P$q$#$ą$Ë$2ã$9%!P%4r%/§%×%3î%+"&1N&-€&/Ž&#Ū&' ')8'b'(~',§'%Ô'&ú'"!("D()g(!‘( ŗ(AÔ(ž)ĩ)Ė);ė).(**W*.‚*ą**Ę*&õ*a+F~+4Å+2ú+:-,Ah,@Ē,;ë,W'-W-1×-/ .%9.?_.5Ÿ.IÕ.‘/ ą/Ō/į/0#0:0S0j0}0’0ą0Î0!ę0 1,1K1a1|1 ‘1˛1Î1å1ũ1252Q2j2†2"ž2Á2Ũ2ü2!363K3 d3…3Ÿ3ļ3!Đ3)ō3-4J4b4€4,š4Į4!ã455:75.r50Ą59Ō5 6&6>@6$6#¤6Č6'æ6.7=7?\7)œ7$Æ7%ë7-8?8!S89u8*¯89Ú89-19+_9Š‹9&:+=:3i:#:!Á:)ã:8 ;9F;%€;.Ļ;-Õ;.<2<)I<!s< •<Ŗ<Â<.Ō< =&=#6=&Z==Ą=3ŧ=-đ=(>(G>(p>)™>Ã>ã>ô>??0?E?^?$s?0˜?É?+é?!@7@S@1q@.Ŗ@TŌ@H'AFpA=ˇALõA+BB!nBB-°B$ŪB(C,C"GC3jC9žCØC"õCD!0D1RD2„D<ˇDôD&E9:EtEE)ŠEĶE#æEL FNWF°ĻFzWGŌGęG%H8(H-aH*H5ēH*đH/I KIlI €I%ĄIĮI"äIJJ/JHJ!hJ ŠJĢJÄJáJôJ!K$1K0VK"‡KFĒK:ņK-,L2ZLL;ĨL áL'M-*M)XM"‚MĨM$šM ŪM?˙M.?NnN…N˜N!´N'ÖN3ūN.2O(aO0ŠO+ģOįOP* PKPOjPCēP"ūP!Q&AQ!hQ*ŠQĩQÎQāQ ˙QC RPRXRsR0zR.ĢR3ÚR-S TDiTŽT;ÉT0U 6U1DUvU‡U §UČUŨUúU V5'V)]V‡VĨVÂV×V!ōVW/WLW"[W$~WŖW*ģW(æWX"+X!NXpXˆX)žX%ČX-îXY5:YpY9YĘY9ęY$Z6Z%VZ |Z ZĢZ2ĮZ%úZ [&8[$_[„['Ą[É[3Ų[ \=&\+d\(\š\Ë\é\ ]]$(]M] m] Ž] ¯]Đ]6ī]&^,E^r^”‘^&`>`F`N`V`h`ap`jŌ`g=aĨa Āa3áab..bO]b­bÉb0Üb2 c%@c fc.‡c&ļc!ŨcB˙cHBd9‹dCÅd@ eJe7ee/e5Íe1f35f7ifĄf*ģfEæf(,g0Ug0†g3ˇg1ëg,h#Jh,nh"›h!žhJāh+iÉi"Úi4ũi;2j4nj:Ŗj!Ūj*k2+kq^kfĐk;7l;slK¯lLûlFHm<mgĖmb4n;—n2Ķn0oD7o>|oYģoŒp#ĸpÆpŪpũpq8qTqlqƒq(œq Åqæq4ũq"2r&Ur&|r#ŖrĮr(Ūr&s!.sPs'os%—s ŊsŪsûst17t&it)t'ēt5âtu.u%Hu!nuuŽu*Ëu+öu2"vUvqv'vJ¸v1w=5w.sw"ĸwAÅw/x37x<kx ¨xÉxHåx(.y+Wy$ƒy*¨yFĶy&zEAz-‡z(ĩz-Ūz< {I{&^{T…{IÚ{P$|'u|G|Eå|Ž+},ē}1į}>~.X~+‡~2ŗ~Aæ~Z(?ƒJÃI€HX€Ą€6ž€-õ€#%:`5{ą$Ł7ę."‚"Q‚t‚E’‚1؂+ ƒ-6ƒ-dƒ.’ƒ#Áƒåƒ˙ƒ„:„S„p„„(Ŧ„3Մ) …33…g…/†… ļ…5ׅ6 †\D†OĄ†Nņ†B@‡Xƒ‡1܇%ˆ$4ˆ3Yˆ+ˆ8šˆōˆ3‰5C‰;y‰%ĩ‰7ۉŠ//Š:_Š8šŠE͊*‹4D‹@y‹'ē‹!â‹JŒOŒ-gŒU•ŒZëŒŧFŽƒŽžŽ4žŽ;ķŽ./0^>2Ώ.,0]6s'ǐ%Ԑ)ø""‘E‘a‘$~‘$Ŗ‘"ȑë‘# ’"-’&P’,w’!¤’7ƒū’H“<g“0¤“*Փ”@”X”)v”4 ”)Ք.˙”'.•0V•$‡•=Ŧ•.ę•–0–H–7c–7›–DĶ–C—5\—8’—7˗&˜)*˜.T˜&ƒ˜^ǘE ™$O™(t™(™ ƙ/į™š2šFšešYtš Κؚ öš7›,9›6f›-›˛ę› œœ0'œXœbnœ&Ҝ7øœP0!ZŖ1ū0ž,Bžož(„ž(­ž֞îž Ÿ(ŸDEŸ8ŠŸ(ß)ėŸ 4 &S z š š (É .ō !Ą-=Ą/kĄ%›Ą3ÁĄ&õĄĸ;ĸ(Pĸ1yĸ>Ģĸ)ęĸEŖ-ZŖ>ˆŖ-ĮŖOõŖE¤([¤0„¤&ĩ¤ ܤ&ę¤BĨ+TĨ€Ĩ8ŸĨ/ØĨĻ+(ĻTĻ4jĻ3ŸĻJĶĻ+§J§j§&}§¤§çÔ§+í§)¨*C¨*n¨2™¨*ˍF÷¨+>Š*jŠ&•ŠŗA3ôMˇTû%K6´V‹ũŽ7Ā0bI†š˛T-ëâB€„Z×Ũã$ˆÂ į[v ķ.F&š°GQ{)^Ŗ¨Ė;ŦsÔ&]5@RqīgkåĄ:qWæĶ…Wõ}w¯"U)ōAO ø‡Ëŋ(d…rM#„\?ÛX ˙`;?Nvjl 't€KY1NfÁ>n27pRi¤nęm6ŸĮáu3-yļ÷‡î_*IP iuS|ܞ–OŲØd!<5JŒ ŠēsāĘĩģÕ2ė,éLú/[ŠVU_•xb'†8^9E+Č>Qxņ4 ֘‰”CĨÅt<ä‚9ŪŠmž4ĒDhƒe+‘írBD%1#Gf=|Ŋ8HŅ@‰Lo§owS*pP~a Éą:`ÎĢ}zyų0ŧ —ÆĐaÚlđ͜{jc­JZ]=cHCŽ/!\“ĪĻ$ĂX,ßk’öY ÃčE™ĸŒüŽFg›¸ˆŌ .heū"~‹(zƒ (invalid encoding)%.1f GB%.1f KB%.1f MB%s filetype%s type'%s' is not a valid character following a '<' character; it may not begin an element name'%s' is not a valid character following the characters '''%s' is not a valid name '%s' is not a valid name: '%c' (?R or (?[+-]digits must be followed by )) without opening (A bookmark for URI '%s' already existsAbstract unix domain socket addresses not supported on this systemAdded socket is closedApplication Options:Association creation not supported on win32Attribute '%s' of element '%s' not foundAttribute value must be non-NULLBackup file creation failedCan't copy directory over directoryCan't copy over directoryCan't copy special fileCan't create user MIME configuration folder %s: %sCan't create user application configuration folder %s: %sCan't create user desktop file %sCan't do a raw read in g_io_channel_read_line_stringCan't do a raw read in g_io_channel_read_to_endCan't find applicationCan't handle the supplied version the icon encodingCan't handle version %d of GEmblem encodingCan't handle version %d of GEmblemedIcon encodingCan't handle version %d of GFileIcon encodingCan't handle version %d of GThemedIcon encodingCan't move directory over directoryCan't open directoryCan't recursively copy directoryCan't rename file, filename already existCan't rename root directoryCancellable initialization not supportedCannot convert fallback '%s' to codeset '%s'Cannot parse double value '%s' for %sCannot parse integer value '%s' for %sCannot set permissions on symlinksCannot truncate GMemoryInputStreamChannel terminates in a partial characterCharacter out of range for UTF-16Character out of range for UTF-8Character reference '%-.*s' does not encode a permitted characterCharacter reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Connection in progressContaining mount does not existConversion from character set '%s' to '%s' is not supportedCould not allocate %lu bytes to read file "%s"Could not open converter from '%s' to '%s'Could not open converter from '%s' to '%s': %sCustom definition for %sDEFINE group contains more than one branchDesktop file didn't specify Exec fieldDocument ended unexpectedly after the equals sign following an attribute name; no attribute valueDocument ended unexpectedly inside a comment or processing instructionDocument ended unexpectedly inside an attribute nameDocument ended unexpectedly inside an element nameDocument ended unexpectedly inside an element-opening tag.Document ended unexpectedly inside the close tag for element '%s'Document ended unexpectedly just after an open angle bracket '<'Document ended unexpectedly while inside an attribute valueDocument ended unexpectedly with elements still open - '%s' was the last element openedDocument ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>Document must begin with an element (e.g. )Document was empty or contained only whitespaceDouble value '%s' for %s out of rangeElement '%s' was closed, but the currently open element is '%s'Element '%s' was closed, no element is currently openEmpty entity '&;' seen; valid entities are: & " < > 'Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Entity name '%-.*s' is not knownEnumerator is closedError accepting connection: %sError binding to address: %sError closing file: %sError closing socket: %sError closing unix: %sError connecting: Error connecting: %sError creating backup copy: %sError creating directory: %sError during conversion: %sError getting filesystem info: %sError launching application: %sError making symbolic link: %sError moving file: %sError on line %d char %d: Error on line %d: %sError opening directory '%s': %sError opening file '%s': %sError opening file: %sError parsing option %sError reading file '%s': %sError reading from file: %sError reading from unix: %sError receiving data: %sError receiving message: %sError removing file: %sError removing old backup link: %sError removing old file: %sError removing target file: %sError renaming file: %sError renaming temporary file: %sError resolving '%s'Error resolving '%s': %sError reverse-resolving '%s': %sError seeking in file: %sError sending data: %sError sending message: %sError setting SELinux context: %sError setting extended attribute '%s': %sError setting modification or access time: %sError setting owner: %sError setting permissions: %sError setting symlink: %sError setting symlink: file is not a symlinkError stating file '%s': %sError stating file descriptor: %sError trashing file: %sError truncating file: %sError while compiling regular expression %s at char %d: %sError while matching regular expression %s: %sError while optimizing regular expression %s: %sError while parsing replacement text "%s" at char %lu: %sError writing to file: %sError writing to unix: %sExisting file '%s' could not be removed: g_unlink() failed: %sExpected a GEmblem for GEmblemedIconExpecting 1 control message, got %dExpecting one fd, but got %d Failed to change to directory '%s' (%s)Failed to close file '%s': fclose() failed: %sFailed to create file '%s': %sFailed to create pipe for communicating with child process (%s)Failed to execute child process "%s" (%s)Failed to execute child process (%s)Failed to execute helper program (%s)Failed to expand exec line '%s' with URI '%s'Failed to fork (%s)Failed to fork child process (%s)Failed to get attributes of file '%s': fstat() failed: %sFailed to map file '%s': mmap() failed: %sFailed to open file '%s' for writing: fdopen() failed: %sFailed to open file '%s': %sFailed to open file '%s': fdopen() failed: %sFailed to open file '%s': open() failed: %sFailed to parse '%-.*s', which should have been a digit inside a character reference (ê for example) - perhaps the digit is too largeFailed to read data from child processFailed to read data from child process (%s)Failed to read enough data from child pid pipe (%s)Failed to read from child pipe (%s)Failed to read from file '%s': %sFailed to read the symbolic link '%s': %sFailed to redirect output or input of child process (%s)Failed to rename file '%s' to '%s': g_rename() failed: %sFailed to resize memory output streamFailed to write file '%s': fflush() failed: %sFailed to write file '%s': fsync() failed: %sFailed to write file '%s': fwrite() failed: %sFile "%s" is too largeFile enumerator has outstanding operationFile enumerator is already closedFile is emptyFile names cannot contain '%c'Filesystem rootGSocketControlMessage not supported on windowsHelp Options:Hostname '%s' contains '[' but not ']'Input stream doesn't implement readInteger value '%s' for %s out of rangeInteger value '%s' out of rangeInvalid GSeekType suppliedInvalid UTF-8 encoded text in name - not valid '%s'Invalid attribute type (byte string expected)Invalid attribute type (string expected)Invalid attribute type (uint32 expected)Invalid attribute type (uint64 expected)Invalid byte sequence in conversion inputInvalid extended attribute nameInvalid filenameInvalid filename %sInvalid group name: %sInvalid hostnameInvalid key name: %sInvalid program name: %sInvalid seek requestInvalid sequence in conversion inputInvalid socket, initialization failed due to: %sInvalid socket, not initializedInvalid string in argument vector at %d: %sInvalid string in environment: %sInvalid symlink value givenInvalid working directory: %sKey file contains escape character at end of lineKey file contains invalid escape sequence '%s'Key file contains key '%s' in group '%s' which has value that cannot be interpreted.Key file contains key '%s' which has a value that cannot be interpreted.Key file contains key '%s' which has value that cannot be interpreted.Key file contains key '%s' with value '%s' which is not UTF-8Key file contains line '%s' which is not a key-value pair, group, or commentKey file contains unsupported encoding '%s'Key file does not have group '%s'Key file does not have key '%s'Key file does not have key '%s' in group '%s'Key file does not start with a groupLeftover unconverted data in read bufferListener is already closedMalformed input data for GFileIconMalformed number of tokens (%d) in GEmblem encodingMalformed number of tokens (%d) in GEmblemedIcon encodingMalformed version number: %sMemory output stream not resizableMissing argument for %sMove between mounts not supportedNo MIME type defined in the bookmark for URI '%s'No application is registered as handling this fileNo application with name '%s' registered a bookmark for '%s'No bookmark found for URI '%s'No groups set in bookmark for URI '%s'No private flag has been defined in bookmark for URI '%s'No service record for '%s'No type for class name %sNo valid bookmark file found in data dirsNot a regular fileNot enough space for socket addressOdd character '%s', expected a '=' after attribute name '%s' of element '%s'Odd character '%s', expected a '>' character to end the empty-element tag '%s'Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute nameOdd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'Operation not supportedOperation was cancelledOutput stream doesn't implement writePCRE library is compiled without UTF8 properties supportPCRE library is compiled without UTF8 supportPOSIX collating elements are not supportedPOSIX named classes are supported only within a classPartial character sequence at end of inputQuoted text doesn't begin with a quotation markReached maximum data array limitReceived invalid fdSELinux context must be non-NULLSELinux is not enabled on this systemSeek not supported on streamSetting attribute %s not supportedShow all help optionsShow help optionsSocket is already closedSource stream is already closedStream doesn't support query_infoStream has outstanding operationStream is already closedSymbolic links not supportedTarget file existsTarget file is a directoryTarget file is not a regular fileTemplate '%s' doesn't contain XXXXXXTemplate '%s' invalid, should not contain a '%s'Temporarily unable to resolve '%s'Text ended before matching quote was found for %c. (The text was '%s')Text ended just after a '\' character. (The text was '%s')Text was empty (or contained only whitespace)The URI '%s' contains invalidly escaped charactersThe URI '%s' is invalidThe URI '%s' is not an absolute URI using the "file" schemeThe file was externally modifiedThe hostname of the URI '%s' is invalidThe local file URI '%s' may not include a '#'The pathname '%s' is not an absolute pathToo large count value passed to %sTrash not supportedTruncate not allowed on input streamTruncate not supported on streamType %s does not implement from_tokens() on the GIcon interfaceType %s does not implement the GIcon interfaceType %s is not classedURIs not supportedUnable to create socket: %sUnable to create trash dir %s: %sUnable to create trashing info file: %sUnable to find default local directory monitor typeUnable to find default local file monitor typeUnable to find or create trash directoryUnable to find terminal required for applicationUnable to find toplevel directory for trashUnable to get pending error: %sUnable to trash file: %sUnexpected attribute '%s' for element '%s'Unexpected early end-of-streamUnexpected error in g_io_channel_win32_poll() reading data from a child processUnexpected error in select() reading data from a child process (%s)Unexpected error in waitpid() (%s)Unexpected tag '%s' inside '%s'Unexpected tag '%s', tag '%s' expectedUnexpected type of ancillary dataUnknown error executing child process "%s"Unknown error on connectUnknown option %sUnknown protocol was specifiedUnknown typeUnmatched quotation mark in command line or other shell-quoted textUnnamedUnsupported socket addressUsage:Valid key file could not be found in search dirsValue '%s' cannot be interpreted as a boolean.Value '%s' cannot be interpreted as a float number.Value '%s' cannot be interpreted as a number.Waiting for socket condition: %sWrong number of tokens (%d)[OPTION...]\ at end of pattern\C not allowed in lookbehind assertion\c at end of pattern\g is not followed by a braced name or an optionally braced non-zero numberassertion expected after (?(association changes not supported on win32back references as conditions are not supported for partial matchingbacktracking limit reachedcase-changing escapes (\l, \L, \u, \U) are not allowed herecharacter value in \x{...} sequence is too largecode overflowconditional group contains more than two branchescorrupted objectcould not get local address: %scould not get remote address: %scould not listen: %screating GSocket from fd: %sdigit expecteddrive doesn't implement ejectdrive doesn't implement eject or eject_with_operationdrive doesn't implement polling for mediadrive doesn't implement startdrive doesn't implement stopfailed to get memoryhexadecimal digit expectedhexadecimal digit or '}' expectedillegal symbolic referenceinconsistent NEWLINE optionsinternal errorinternal error or corrupted objectinvalid combination of newline flagsinvalid condition (?(0)invalid escape sequence in character classlookbehind assertion is not fixed lengthmalformed \P or \p sequencemalformed number or name after (?(missing '<' in symbolic referencemissing ) after commentmissing terminating )missing terminating ] for character classmissing terminator in subpattern namemount doesn't implement content type guessingmount doesn't implement ejectmount doesn't implement eject or eject_with_operationmount doesn't implement remountmount doesn't implement synchronous content type guessingmount doesn't implement unmountmount doesn't implement unmount or unmount_with_operationnothing to repeatnumber too big in {} quantifiernumbers out of order in {} quantifieroctal value is greater than \377out of memoryoverran compiling workspacepreviously-checked referenced subpattern not foundrange out of order in character classrecursion limit reachedrecursive call could loop indefinitelyreference to non-existent subpatternregular expression too largerepeating a DEFINE group is not allowedstray final '\'subpattern name is too long (maximum 32 characters)symlink must be non-NULLthe pattern contains items not supported for partial matchingtoo many named subpatterns (maximum 10,000)two named subpatterns have the same nameunexpected repeatunfinished symbolic referenceunknown POSIX class nameunknown errorunknown escape sequenceunknown property name after \P or \punrecognized character after (?unrecognized character after (?<unrecognized character after (?Punrecognized character follows \volume doesn't implement ejectvolume doesn't implement eject or eject_with_operationvolume doesn't implement mountworkspace limit for empty substrings reachedzero-length symbolic referenceProject-Id-Version: eu Report-Msgid-Bugs-To: POT-Creation-Date: 2009-10-07 09:51-0400 PO-Revision-Date: 2009-09-02 18:19+0200 Last-Translator: IÃąaki LarraÃąaga Murgoitio Language-Team: Basque MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.11.4 Plural-Forms: nplurals=2; plural=(n != 1); (baliogabeko kodeketa)%.1f GB%.1f KB%.1f MB%s fitxategi mota%s mota'%s' ez da karaktere balioduna '<' karakterearen atzetik; baliteke elementu baten izena ez hastea'%s' ez da karaktere balioduna '' da'%s' ez da baliozko izena '%s' ez da baliozko izena: '%c' (?R edo (?[+-] digituak )-rekin jarraitu behar dira) dago irekierako ( gabe'%s' URIaren laster-marka badago lehenedik ereUnix-eko domeinuen socket helbide abstraktuak ez daude sistema honetan onartutaGehitutako socket-a itxi daAplikazio-aukerak:Asoziazioa sortzea ez da onartzen win32 sisteman'%2$s' elementuaren '%1$s' atributua ez da aurkituAtributuaren balioa NULL ezin da izanHuts egin du babeskopia sortzeanEzin da direktorioa kopiatu direktorio gaineanEzin da direktorioaren gainean kopiatuEzin da fitxategi berezia kopiatuEzin da erabiltzailearen MIMEren %s konfigurazio-karpeta sortu: %sEzin da erabiltzailearen aplikazioaren %s konfigurazio-karpeta sortu: %sEzin da erabiltzailearen mahaigaineko %s fitxategia sortuEzin dira datu gordinak irakurri 'g_io_channel_read_line_string'-enEzin dira datu gordinak irakurri 'g_io_channel_read_to_end'-etikEzin da aplikazioa aurkituEzin da ikonoaren kodeketaren emandako bertsioa kudeatuEzin da GEmblem kodeketaren %d bertsioa kudeatuEzin da GEmblemedIcon kodeketaren %d bertsioa kudeatuEzin da GFileIcon kodeketaren %d bertsioa kudeatuEzin da GThemedIcon kodeketaren %d bertsioa kudeatuEzin da direktorioa lekuz aldatu direktorioaren gaineraEzin da direktorioa irekiEzin da direktorioa errekurtsiboki kopiatuEzin da fitxategia izenez aldatu, fitxategi-izena badago lehendik ereEzin da erroko direktorioa izenez aldatuHasieratzea bertan behera uztea ez dago onartutaEzin da '%s' atzerapena '%s' kode-multzo bihurtuEzin da '%2$s'(r)en '%1$s' balio bikoitza analizatuEzin da '%2$s'(r)en '%1$s' osoko balioa analizatuEzin da baimenik ezarri esteka sinbolikoetanEzin da GMemoryInputStream trunkatuKanala karaktere partzial batean bukatzen daKarakterea UTF-16 barrutitik kanpoKarakterea UTF-8 barrutitik kanpo'%-.*s' karaktere-erreferentziak ez du baimendutako karaktere bat kodetzenKaraktere-erreferentzia ez da puntu eta komaz bukatzen; ziurrenik & ikurra erabiliko zenuen entitatea hasteko asmorik gabe. Izendatu & karakterea & gisa;Konexioa lantzenOntziaren muntaia ez da existitzen'%s' karaktere-multzoa '%s' bihurtzea ez da onartzenEzin izan dira %lu byte esleitu "%s" fitxategia irakurtzekoEzin izan da '%s'(e)tik %s(e)rako bihurtzailea irekiEzin izan da `%s'(e)tik `%s'(e)rako bihurtzailea ireki: %s%s(r)en definizio pertsonalizatuaDEFINE taldeak adar bat baino gehiago dituMahaigaineko fitxategiak ez du Exec eremua zehaztuDokumentua ustekabean amaitu da atributu-izen baten ondorengo berdin ikurraren atzetik; ez dago atributu-baliorikDokumentua ustekabean amaitu da iruzkin baten barruan edo prozesatzen ari zen instrukzio baten barruanDokumentua ustekabean amaitu da atributu-izen baten barruanDokumentua ustekabean amaitu da elementu-izen baten barruanDokumentua ustekabean amaitu da elementua irekitzeko etiketa baten barruan.Dokumentua ustekabean amaitu da '%s' elementuaren itxiera-etiketaren barruanDokumentua ustekabean itxi da angelu-parentesi ireki baten ondoren '<'Dokumentua ustekabean amaitu da atributu-balio baten barruanDokumentua ustekabean amaitu da oraindik irekita zeuden elementuekin. '%s' irekitako azken elementua daDokumentua ustekabean amaitu da, angelu-parentesi itxia ikustea espero nuen <%s/> etiketa amaitzenDokumentuak elementu batez hasi behar du (adibidez, )Dokumentua hutsik dago edo zuriuneak bakarrik ditu%2$s(r)en '%1$s' balio bikoitza barrutitik kanpo'%s' elementua itxi egin da, baina unean '%s' elementua dago irekita'%s' elementua itxi egin da, unean ez dago elementurik irekita'&;' entitatea hutsik dago; baliozko entitateak hauek dira: & " < > 'Entitatea ez da puntu eta komaz bukatzen; normalean & ikurra erabiltzen da entitatea hasteko asmorik gabe; izendatu & karakterea & gisa;'%-.*s' entitate-izena ezezaguna daZerrendatzailea itxi daErrorea konexioa onartzean: %sErrorea helbidea lotzean: %sErrorea fitxategia ixtean: %sErrorea socket-a ixtean: %sErrorea UNIX ixtean: %sErrorea konektatzean: Errorea konektatzean: %sErrorea babeskopiaren kopia sortzean: %sErrorea direktorioa sortzean: %sErrorea bihurtzean: %sErrorea fitxategi-sistemako informazioa lortzean: %sErrorea aplikazioa abiaraztean: %sErrorea esteka sinbolikoa sortzean: %sErrorea fitxategia lekuz aldatzean: %sErrorea %d lerroko %d karakterean: Errorea %d lerroan: %sErrorea '%s' direktorioa irekitzean: %s Errorea '%s' fitxategia irekitzean: %sErrorea fitxategia irekitzean: %sErrorea %s aukera analizatzeanErrorea '%s' fitxategia irakurtzean: %sErrorea fitxategitik irakurtzean: %s Errorea UNIXetik irakurtzean: %sErrorea datuak jasotzean: %sErrorea mezua jasotzean: %sErrorea fitxategia kentzean: %sErrorea babeskopiaren esteka zaharra kentzean: %sErrorea fitxategi zaharra kentzean: %sErrorea helburuko fitxategia kentzean: %sErrorea fitxategia izenez aldatzean: %sErrorea aldi baterako fitxategia izenez aldatzean: %sErrorea '%s' ebazteanErrorea '%s' ebaztean: %sErrorea '%s' alderantziz ebaztean: %sErrorea fitxategian bilatzean: %sErrorea datuak bidaltzean: %sErrorea mezua bidaltzean: %sErrorea SELinux testuingurua ezartzean: %sErrorea '%s' atributu hedatua ezartzean: %sErrorea eraldaketa edo atzipen ordua ezartzean: %sErrorea jabea ezartzean: %sErrorea baimenak ezartzean: %sErrorea esteka sinbolikoa ezartzean: %sErrorea esteka sinbolikoa ezartzean: fitxategia ez da esteka sinboliko batErrorea '%s' fitxategiaren egoera irakurtzean: %sErrorea fitxategiaren deskriptorearen egoera irakurtzean: %s Errorea fitxategia zakarrontzira botatzean: %sErrorea fitxategia trunkatzean: %sErrorea %s adierazpen erregularra %d karakterean konpilatzean: %sErrorea %s adierazpen erregularra bilatzean: %sErrorea %s adierazpen erregularra optimizatzean: %sErrorea ordezko "%s" testua analizatzean %lu karakterean: %sErrorea fitxategian idaztean: %sErrorea UNIXen idaztean: %s'%s' fitxategia ezin izan da kendu, g_unlik() funtzioak huts egin du: %sGEmblen espero zen GEmblemedIcon-entzakoKontroleko mezu 1 espero zen, %d lortu dirafd bat espero zen, baina %d lortuta Ezin izan da '%s' direktoriora aldatu (%s)Ezin izan da '%s' fitxategia itxi, fclose() funtzioak huts egin du: %sEzin izan da '%s' fitxategia sortu: %sEzin izan da kanalizazioa sortu prozesu umearekin komunikatzeko (%s) Ezin izan da "%s" prozesu umea exekutatu (%s)Ezin izan da prozesu umea exekutatu (%s)Ezin izan da laguntza-programa exekutatu (%s)Huts egin du '%s' exekuzioko lerroa '%s' URIarekin hedatzeanEzin da sardetu (%s)Ezin izan da prozesu umea sardetu (%s)Ezin izan dira '%s' fitxategiko atributuak lortu, fstat() funtzioak huts egin du: %sEzin izan da '%s' fitxategi-mapa ireki, mmap() funtzioak huts egin du: %sEzin izan da '%s' fitxategia idazteko ireki, fdopen() funtzioak huts egin du: %sEzin izan da '%s' fitxategia ireki: %s Ezin izan da '%s' fitxategia ireki, fdopen() funtzioak huts egin du: %sEzin izan da '%s' fitxategia ireki, open() funtzioak huts egin du: %sEzin izan da '%-.*s' analizatu, digitu bat izan behar zuen karaktere-erreferentzia baten barruan (ê adibidez); agian digitua handiegia daEzin izan da daturik irakurri prozesu umetikEzin izan da daturik irakurri prozesu umetik (%s)Ezin izan da nahikoa datu irakurri pid kanalizazio umetik (%s)Ezin izan da kanalizazio umetik irakurri (%s) Ezin izan da '%s' fitxategitik irakurri: %sEzin izan da '%s' esteka sinbolikorik irakurri: %sEzin izan da prozesu umearen irteera edo sarrera birbideratu (%s)Ezin izan da '%s' fitxategia '%s' gisa berrizendatu, g_rename() funtzioak huts egin du: %sHuts egin du memoriaren irteeraren korrontea tamainaz aldatzeanHuts egin du '%s' fitxategia idaztean: fflush() funtzioak huts egin du: %sHuts egin du '%s' fitxategia idaztean: fsync() funtzioak huts egin du: %sEzin izan da '%s' fitxategia idatzi, fwrite() funtzioak huts egin du: %s"%s" fitxategia handiegia daFitxategiaren zerrendatzaileak eragiketa bat du laneanFitxategiaren zerrendatzailea itxi da jadanikFitxategia hutsik dagoFitxategi-izenek ezin dute '%c' edukiFitxategi-sistemaren erroaGSocketControlMessage ez da windows sisteman onartzenLaguntzako aukerak:'%s' ostalariak '['baina ez']' daukaSarrerako korronteak ez dauka irakurtzea inplementatuta%2$s(r)en '%1$s' osoko balioa barrutitik kanpo'%s' osoko balioa barrutitik kanpoBaliogabeko GSeekType eman daUTF-8 gisa kodetutako testu baliogabea izenean - '%s' ez da baliozkoaBaliogabeko atributu mota (byte katea espero zen)Atributu mota baliogabea (katea espero zen)Baliogabeko atributu mota (uint32 espero zen)Baliogabeko atributu mota (uint64 espero zen)Byten sekuentzia baliogabea bihurketa-sarreranAtributu hedatuaren izen baliogabeaFitxategi-izen baliogabea%s fitxategi-izen baliogabeaTaldearen izen baliogabea: %sOstalari-izen baliogabeaGakoaren izen baliogabea: %sProgramaren izen baliogabea: %sBilaketa-eskaera baliogabeaSekuentzia baliogabea bihurketa-sarreranBaliogabeko socket-a, hasieratzeak huts egin du: %sBaliogabeko socket-a, hasieratu gabe dagoKate baliogabea %d(e)ko bektorearen argumentuan: %sKate baliogabea ingurunean: %sEsteka sinbolikoaren baliogabeko balioa eman daLaneko direktorio baliogabea: %sGako-fitxategiak ihes-karakterea dauka lerro amaieranGako-fitxategiak '%s' ihes-sekuentzia baliogabea daukaGako-fitxategiak '%s' gakoa dauka ('%s taldean), baina dagokion balioa ezin da interpretatu.Gako-fitxategiak '%s' gakoa dauka, baina ezin den interpretatu balio bat dauka.Gako-fitxategiak '%s' gakoa dauka, baina dagokion balioa ezin da interpretatu.Gako-fitxategiak '%s' gakoa dauka (%s balioduna) baina ez da UTF-8Gako-fitxategiak '%s' lerroa du, gako-balioa bikotea, taldea edo iruzkinik ez daukalarikGako-fitxategiak onartzen ez den '%s' kodeketa duGako-fitxategiak ez dauka '%s' taldeaGako-fitxategiak ez dauka '%s' gakoaGako-fitxategiak ez dauka '%s' gakoa ('%s' taldean)Gako-fitxategiak ez da talde batekin hastenIrakurketa-bufferrean geratu diren bihurtu gabeko datuakEntzulea jadanik itxita dagoGaizki osatutako sarrerako datuak GFileIcon-entzakoGaizki osatutako token kopurua (%d) GEmblem kodeketanGaizki osatutako token kopurua (%d) GEmblemedIcon kodeketanGaizko osatutako bertsio zenbakia: %sEzin da memoriaren irteeraren korrontea tamainaz aldatu%s(e)ko argumentua falta daMuntaien artean lekuz aldatzea ez dago onartutaEz dago '%s' URIaren laster-markan MIME-motarik definitutaEz da aplikaziorik erregistratu fitxategi hau kudeatzeko'%s' izeneko aplikaziorik ez du erregistratu laster-markarik '%s'(e)nEz da '%s' URIaren laster-markarik aurkitu'%s' URIaren laster-markan ez dago talderik ezarrita'%s' URIaren laster-markan ez dago bandera pribaturik definitutaEz dago '%s' zerbitzuaren erregistrorikEz dago %s klasearen izen motarikEzin izan da baliozko laster-marken fitxategia aurkitu datuen direktorioanEz da fitxategi arruntaEz dago nahikoa lekurik socket helbideentzako'%s' karaktere bitxia, '=' espero zen '$2%s' elementuaren '$1%s' atributuaren ondoren'%s' karaktere bitxia, '>' karakterea espero zen '%s' elementuaren etiketa hutsa amaitzeko'%s' karaktere bitxia, '>' edo '/' karakterea espero zen '%s' elementuaren hasiera-etiketa bukatzeko, edo bestela atributu bat. Agian karaktere baliogabea erabili duzu atributu-izen batean'%s' karaktere bitxia, komatxo irekia espero zen berdin ikurraren ondoren '$2%s' elementuaren '$1%s' atributuari balioa emateanEragiketa ez dago onartutaEragiketa bertan behera utzi daIrteerako korronteak ez dauka idaztea inplementatutaPCRE liburutegia UTF8 propietateen euskarri gabe konpilatuaPCRE liburutegia UTF8 euskarri gabe konpilatuaTartekatutako POSIX elementuak ez daude onartutaPOSIX izeneko klaseak soilik onartzen dira klase baten barruanKaraktere-sekuentzia partziala sarreraren amaieranKomatxo arteko testua ez da komatxoekin hastenDatu-matrizearen gehienezko mugara iritsi daBaliogabeko fd jasotaSELinux testuinguruak NULL-en desberdina izan behar duSELinux ez dago gaituta sistema honetanEz da bilaketarik onartzen korrontean%s atributuaren ezarpena ez dago onartutaErakutsi laguntzako aukera guztiakErakutsi laguntzako aukerakSocket-a jadanik itxita dagoIturburuko korrontea jadanik itxi daKorronteak ez du query_info onartzenKorronteak eragiketa bat du laneanKorrontea jadanik itxita dagoEsteka sinbolikoak ez dira onartzenHelburuko fitxategia existitzen daHelburuko fitxategia direktorio bat daHelburuko fitxategia ez da fitxategi arrunta'%s' txantiloiak ez dauka: XXXXXX'%s' txantiloia baliogabea da, ez luke '%s' eduki beharEzin da '%s' ebatzi aldi bateanTestua %c(r)en komatxoak aurkitu baino lehen amaitu da (testua '%s' zen)Testua '\' karakterearen atzetik amaitu da (testua '%s' zen)Testua hutsik dago (edo zuriuneak bakarrik ditu)'%s' URIak ihes-karaktere baliogabeak ditu'%s' URI baliogabea da'%s' URIa ez da "fitxategi"-eskema erabiltzen duen URI absolutuaFitxategia kanpotik aldatu da'%s' URIaren ostalari-izena baliogabea daBaliteke '%s' URI fitxategi lokalak '#' ez edukitzea'%s' bide-izena ez da bide-izen absolutuaZenbaketaren balio handiegia honi pasatuta: %sZakarrontzira botatzea ez dago onartutaTrunkatzea ez da baimentzen sarrerako korronteanTrunkatzea ez da onartzen korrontean%s motak ez du from_tokens() inplementatzen GIcon interfazean%s motak ez du GIcon interfazea inplementatzen%s mota ez du klaserikURIak ez daude onartutaEzin da socket-a sortu: %sEzin izan da zakarrontziaren '%s' direktorioa sortu: %sEzin da zakarrontziaren informazio-fitxategia sortu: %sEzin da lokaleko direktorio lehenetsiaren monitorizazio mota aurkituEzin da lokaleko fitxategi lehenetsiaren monitorizazio mota aurkituEzin da zakarrontziaren direktorioa aurkitu edo sortuEzin izan da aplikazioak eskatzen duen terminala aurkituEzin da zakarrontziaren goi-mailako direktorioa aurkituEzin da falta diren erroreak lortu: %sEzin da fitxategia zakarrontzira bota: %s'%2$s' elementuaren ustekabeko '%1$s'atributuaUstekabeko korronte-amaiera azkarregiaUstekabeko errorea gertatu da 'g_io_channel_win32_poll()'-en prozesu umetik datuak irakurtzeanUstekabeko errorea select()-en, datuak prozesu umetik irakurtzen (%s)Ustekabeko errorea waitpid()-en (%s)'%2$s' barruan ustekabeko '%1$s' etiketaUstekabeko '%s' etiketa, '%s' espero zenUstekabeko datu-laguntzaile motaErrore ezezaguna "%s" prozesu umea exekutatzeanErrore ezezaguna konexioan%s aukera ezezagunaProtokolo ezezaguna zehaztu daMota ezezagunaBat ez datozen komatxoak daude komando-lerroan edo shell-ak aipatutako beste testu bateanIzenbageaOnartu gabeko socket helbideaErabilera:Ezin izan da baliozko gakoa datuen direktorioan aurkitu'%s' balioa ezin da bolear gisa interpretatu'%s' balioa ezin da zenbaki mugikor gisa interpretatu.'%s' balioa ezin da zenbaki gisa interpretatuSocket-aren baldintzen zai: %sOkerreko token kopurua (%d)[AUKERA...]\ ereduaren amaieran\C ez dago baimenduta 'lookbehind' baieztepenean\c ereduaren amaieran\g ez da prestatutako izenarekin edo zero ez den aukerazko prestatutako zenbaki batekin jarraitzenbaieztapena espero zen (?)-ren atzetikasoziazioaren aldaketak ez dira onartzen win32 sistemanaurreko erreferentizak baldintza gisa ez daude onartuta bat etortze partzialetanatzera-jotzearen mugara gaindituahemen ez dira ihesdun letrak (\l, \L, \u, \U) erabiltzen uzten (maiuskulaz eta minuskulaz)\x{...} sekuentziako karaktere-balioa luzeegia dakodea gainezkatuabaldintza taldeak bi adar baino gehiago dituhondatutako objektuaezin izan da lokaleko helbidea lortu: %sezin izan da urruneko helbidea lortu: %sezin izan da entzun: %sGSocket sortzen fd-tik: %sdigitua espero zengailuak ez dauka 'egotzi' inplementatutagailuak ez dauka 'egotzi' edo 'egotzi eragiketarekin' inplementatutagailuak ez dauka euskarria eskaneatzeko inplementaziorikgailuak ez dauka 'abiatu' inplementatutagailuak ez dauka 'gelditu' inplementatutahuts egin du memoria lortzeandigitu hamaseitarra espero zendigitu hamaseitarra edo '}' espero zenerreferentzia sinboliko ilegalaNEWLINE aukera kontraesankorrabarneko erroreabarneko errorea edo hondatutako objektualerro-jauzien banderen baliogabeko konbinazioabaliogabeko (?(0) baldintzakaraktere-klasean baliogabeko ihes sekuentzia'lookbehind' baieztapenak ez du luzera finkorikgaizki osatutako \P edo \p sekuentziagaizki osatutako zenbakia edo izena (?(-ren atzetik'<' falta da erreferentzia sinbolikoaniruzkinaren ondoren ) falta daamaierako ) falta dakaraktere-klasearen amaierako ] falta daamaierako karakterea falta da azpiereduko izeneanmuntaiak ez dauka eduki mota sinkronoa asmatzea inplementatutamuntaiak ez dauka 'egotzi' inplementatutamuntaiak ez dauka 'egotzi' edo 'egotzi eragiketarekin' inplementatutamuntaiak ez dauka birmuntaketa inplementatutamuntaiak ez dauka eduki mota sinkronoa asmatzea inplementatutamuntaiak ez dauka desmuntatzea inplementatutamuntaiak ez dauka 'desmuntatzea' edo 'desmuntatu eragiketarekin' inplementatutaezer ez errepikatzekozenbaki handiegiak {} kuantifikatzaileakzenbakiak barrutitik kanpo {} kuantifikatzaileanbalio zortzitarra \377 baino handiagoaMemoriarik ezkonpilazioaren laneko area gainezkatuaez da aurrez egiaaztatutako erreferentziatutako azpieredua aurkitukaraktere-klaseko barrutia barrutitik kanpoerrekurtsioaren muga gaindituadei errekurtsiboa amaierarik gabeko begiztan sar daitekeexistitzen ez den azpieredu baten erreferentziaadierazpen erregularra luzeegiaDEFINE taldea errepikatzea ez dago onartuta'\' katearen amaieranazpiereduaren izena luzeegia (32 karaktere gehienez)esteka sinbolikoak NULL-en desberdina izan behar duereduak zenbait elementu ditu bat etortze partzialetan onartzen ez direnakizendun azpieredu gehiegi (10.000 gehienez)bi azpiereduk izen berdina duteustekabeko begiztaamaitu gabeko erreferentzia sinbolikoaPOSIX klasearen izen ezezagunaerrore ezezagunaihes-sekuentzi ezezagunapropietate-izen ezezaguna \P edo \p atzetikkarakete ezezaguna (? karaktereen atzetikkarakete ezezaguna (?< karaktereen atzetikkarakete ezezaguna (?P karaktereen atzetikkaraktere ezezagunak jarraitzen dio \ karakterearibolumenak ez dauka 'egotzi' inplementatutabolumenak ez dauka 'egotzi' edo 'egotzi eragiketarekin' inplementatutabolumenak ez dauka muntatzea inplementatutaazpikate hutsen lan arearen muga gaindituazero luzerako erreferentzia sinbolikoa./glib-2.22.2-i686/usr/share/locale/pt_BR/0000755000000000000000000000000011271167000016214 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/pt_BR/LC_MESSAGES/0000755000000000000000000000000011271167000020001 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/pt_BR/LC_MESSAGES/glib20.mo0000644000000000000000000012447011271166636021443 0ustar rootrootŪ•‘¤ , !Ą!ĩ!Ŋ!Å! Í!Ų!á!Yō!_L"aŦ"#(#)H#r#&†#B­#đ#$+$(H$ q$’$#Ž$Ō$ė$2%97%!q%4“%/Č%ø%3&+C&1o&-Ą&/Ī&#˙&#' 8')Y'ƒ'(Ÿ',Č'%õ'&("B("e()ˆ(!˛( Ô(Aõ(ž7)Ö)í); *.I**x*.Ŗ*Ō**ë*&+a=+FŸ+4æ+2,:N,A‰,@Ë,; -WH-W -1ø-/*.%Z.?€.5Ā.Iö.‘@/ Ō/ķ/0'0D0[0t0‹0ž0ŗ0Ō0ī0! 1-1M1l1‚11 ˛1Ķ1ī122:2V2r2‹2§2"ŋ2â2ū23!53W3l3 …3Ļ3Ā3×3!ņ3)4-=4k4ƒ4Ą4,ģ4č4!5&5>5:X5.“50Â59ķ5-6G6>a6$ 6#Å6é6'7./7^7?}7)Ŋ7$į7% 8-28`8!t89–8*Đ89û859-R9+€9ŠŦ9&7:+^:3Š:#ž:!â:);8.;9g;%Ą;.Į;-ö;.$<S<)j<!”< ļ<Ä<ã<.ķ< "=&0=#W=&{=ĸ=Â=3Ũ=->(?>(h>(‘>)ē>ä>??)?@?Q?f??$”?0š?ę?+ @!6@X@t@1’@.Ä@Tķ@HHAF‘A=ØALB+cB!BąB-ŅB$˙B($CMC"hC3‹C9ŋCųC"D9D!QD1sD2ĨD<ØDE&4E9[E•E°E)ĘEôE#FL+FNxF°ĮFzxGķG H%#H8IH-‚H*°H5ÛH*I/JPJiJ!‰J ĢJĖJåJKK!0K$RK0wK"¨KFËK:L-ML2{LŽL;ÆL M'#M-KM)yM"ŖMÆM$ÚM ˙M? N.`NNĻNšN!ÕN'÷N3O.SO(‚O0ĢO+ÜOP(P*APlPO‹PCÛP"QBQ&bQ!‰Q*ĢQÖQīQR RC-RqRyR”R0›R.ĖR3ûR-/S ]S~S šSĻS&ēSáSKöSBT*_TDŠTĪT;ęT0&U WU1eU—U¨U ČUéUūUV*V5HV)~V¨VÆVãVøV!W5WPWmW"|W$ŸWÄW*ÜW(X0X"LX!oX‘XŠX)ŋX%éX-Y=Y5[Y‘Y9ąYëY9 ZEZWZ%wZ Z žZĖZ2čZ%[A[&Y[$€[Ĩ['Â[ę[3ú[.\=G\+…\(ą\Ú\ė\ ] #]1]$I]n] Ž] ¯] Đ]ņ]6^G^,f^“^´˛^g``‰`‘`™`Ŧ`´`cÅ`l)af–aũa"b/=b mb&{bOĸb ōbc6+c2bc$•c ēc4Ûc)d+:dGfdPŽdC˙dMCeH‘e(ÚeJfANfGfCØfEg3bg"–g4šgBîg,1h)^hLˆhMÕh7#i<[i,˜i#Åi$éi#jE2j§xj k%6kG\k9¤k4Ūk8l!Ll1nl; lwÜl[Tm@°m@ņmO2nQ‚n>ÔnAocUobšo6p2SpA†pCČpB qTOq’¤q*7rbr}r!œržrŲrôr ss"4sWsvs6”s Ës!ėst(tHt#]tt tētĶtđt u#u=uZu)vu" u Ãuäu(v*v@v&ZvvŸv!¸v&Úv+w8-w!fwˆw#¨wEĖw x(3x(\x…x:Ąx+Üx)yB2yuy•y=´y(ōy+zGz%gz1zŋz;ßz*{%F{(l{7•{Í{$ā{<|/B|=r|°|0Đ|.}œ0}$Í})ō}9~ V~ w~%˜~>ž~?ũ~2=6p5§6Ũ€/1€)a€ ‹€'™€Á€3ڀ.!(P+y#ĨɁ?į8'‚3`‚,”‚,Á‚7î‚$&ƒKƒeƒƒƒŸƒēƒփ õƒ.„6E„$|„1Ą„ Ķ„,ô„$!…<F…=ƒ…_Á…J!†Ql†Dž†Z‡7^‡$–‡$ģ‡2ā‡*ˆ5>ˆtˆ-ˆ9žˆ?øˆ!8‰1Z‰Œ‰(¤‰7͉AŠ>GŠ,†Š5ŗŠAéŠ%+‹!Q‹Js‹ž‹2׋Z Œ`eŒĖƌ“Ž,Ž'GŽ<oŽ-ŦŽ&ڎ?5A&w2žŅ%į+ "9.\ ‹ŦĐ"ā&‘*‘J‘$d‘‰‘‘%ģ‘á‘2’04’Ve’>ŧ’0û’2,“_“?w“%ˇ“+Ũ“4 ”2>” q”’”*°”#۔:˙”+:•f•€•#˜•6ŧ•Aķ•F5–C|–<Ā–Bũ–H@—)‰—2ŗ—+æ—"˜N5˜?„˜!Ę$æ˜* ™#6™1Z™Œ™Ē™*™í™:˙™ :š#GškšQpš9š=üš8:›)s›› ģ›ɛ,Ũ› œfœ"†œ:МXäœ!=U_:ĩđ6ž:ž,Lž-yž§ž"ƞéžũž6Ÿ0SŸ„ŸĸŸŋŸן&÷Ÿ "<  _ !l 3Ž  7Ũ /Ą EĄ%fĄ&ŒĄŗĄŌĄ1ęĄ+ĸBHĸ)‹ĸAĩĸ+÷ĸL#Ŗ,pŖFŖäŖ)ķŖ*¤H¤f¤,|¤BФ/ė¤Ĩ=;Ĩ'yĨ ĄĨ0ÂĨķĨ; Ļ$EĻAjĻ0ŦĻ+ŨĻ § §!A§c§"u§/˜§#ȧ$ė§$¨"6¨Y¨5w¨­¨?ͨ* Š´B4õN¸Uü&L7 ĩWŒū¯8Á1cJ‡ēŗU.ėãC…[ØŪä%‰Ã! č\w ‚ô/G'›ąHRž|*_¤ŠÍ<­tÕ'^6ASrđhlĸ;rXįԆXö~x°#V*ķBPųˆĖĀ)e†sN$…]@ÜYa<@ŽOwkm (uLZ2OgÂ?o38qSjĨoën7 Čâv4.zˇ øˆī`+JQĄjvT}ŨŸ—PÚŲe"=6K ‹ģtáËļŧÖ3í-ęMû0\‹WV`–y c(‡9_:F,É?‘Ryō5!æ×™Š•DŽĻÆu=åƒ:ßĒnŋ5ĢEi„f,’îsCE&2$Hg>€}ž9IŌAŠMp¨pxT+q‚Qb ʲ;aĪŦ~{zú1Ŋ ˜ĮŅbÛmņΝ |kd€ŽK[^>dID0"]”Ч%ŃY-āl“÷Z ÄéFšŖũGhœš‰Ķ /‘if˙#Œ){„ (invalid encoding)%.1f GB%.1f KB%.1f MB%s filetype%s type%u byte%u bytes'%s' is not a valid character following a '<' character; it may not begin an element name'%s' is not a valid character following the characters '''%s' is not a valid name '%s' is not a valid name: '%c' (?R or (?[+-]digits must be followed by )) without opening (A bookmark for URI '%s' already existsAbstract unix domain socket addresses not supported on this systemAdded socket is closedApplication Options:Association creation not supported on win32Attribute '%s' of element '%s' not foundAttribute value must be non-NULLBackup file creation failedCan't copy directory over directoryCan't copy over directoryCan't copy special fileCan't create user MIME configuration folder %s: %sCan't create user application configuration folder %s: %sCan't create user desktop file %sCan't do a raw read in g_io_channel_read_line_stringCan't do a raw read in g_io_channel_read_to_endCan't find applicationCan't handle the supplied version the icon encodingCan't handle version %d of GEmblem encodingCan't handle version %d of GEmblemedIcon encodingCan't handle version %d of GFileIcon encodingCan't handle version %d of GThemedIcon encodingCan't move directory over directoryCan't open directoryCan't recursively copy directoryCan't rename file, filename already existCan't rename root directoryCancellable initialization not supportedCannot convert fallback '%s' to codeset '%s'Cannot parse double value '%s' for %sCannot parse integer value '%s' for %sCannot set permissions on symlinksCannot truncate GMemoryInputStreamChannel terminates in a partial characterCharacter out of range for UTF-16Character out of range for UTF-8Character reference '%-.*s' does not encode a permitted characterCharacter reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Connection in progressContaining mount does not existConversion from character set '%s' to '%s' is not supportedCould not allocate %lu bytes to read file "%s"Could not open converter from '%s' to '%s'Could not open converter from '%s' to '%s': %sCustom definition for %sDEFINE group contains more than one branchDesktop file didn't specify Exec fieldDocument ended unexpectedly after the equals sign following an attribute name; no attribute valueDocument ended unexpectedly inside a comment or processing instructionDocument ended unexpectedly inside an attribute nameDocument ended unexpectedly inside an element nameDocument ended unexpectedly inside an element-opening tag.Document ended unexpectedly inside the close tag for element '%s'Document ended unexpectedly just after an open angle bracket '<'Document ended unexpectedly while inside an attribute valueDocument ended unexpectedly with elements still open - '%s' was the last element openedDocument ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>Document must begin with an element (e.g. )Document was empty or contained only whitespaceDouble value '%s' for %s out of rangeElement '%s' was closed, but the currently open element is '%s'Element '%s' was closed, no element is currently openEmpty entity '&;' seen; valid entities are: & " < > 'Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Entity name '%-.*s' is not knownEnumerator is closedError accepting connection: %sError binding to address: %sError closing file: %sError closing socket: %sError closing unix: %sError connecting: Error connecting: %sError creating backup copy: %sError creating directory: %sError during conversion: %sError getting filesystem info: %sError launching application: %sError making symbolic link: %sError moving file: %sError on line %d char %d: Error on line %d: %sError opening directory '%s': %sError opening file '%s': %sError opening file: %sError parsing option %sError reading file '%s': %sError reading from file: %sError reading from unix: %sError receiving data: %sError receiving message: %sError removing file: %sError removing old backup link: %sError removing old file: %sError removing target file: %sError renaming file: %sError renaming temporary file: %sError resolving '%s'Error resolving '%s': %sError reverse-resolving '%s': %sError seeking in file: %sError sending data: %sError sending message: %sError setting SELinux context: %sError setting extended attribute '%s': %sError setting modification or access time: %sError setting owner: %sError setting permissions: %sError setting symlink: %sError setting symlink: file is not a symlinkError stating file '%s': %sError stating file descriptor: %sError trashing file: %sError truncating file: %sError while compiling regular expression %s at char %d: %sError while matching regular expression %s: %sError while optimizing regular expression %s: %sError while parsing replacement text "%s" at char %lu: %sError writing to file: %sError writing to unix: %sExisting file '%s' could not be removed: g_unlink() failed: %sExpected a GEmblem for GEmblemedIconExpecting 1 control message, got %dExpecting one fd, but got %d Failed to change to directory '%s' (%s)Failed to close file '%s': fclose() failed: %sFailed to create file '%s': %sFailed to create pipe for communicating with child process (%s)Failed to execute child process "%s" (%s)Failed to execute child process (%s)Failed to execute helper program (%s)Failed to expand exec line '%s' with URI '%s'Failed to fork (%s)Failed to fork child process (%s)Failed to get attributes of file '%s': fstat() failed: %sFailed to map file '%s': mmap() failed: %sFailed to open file '%s' for writing: fdopen() failed: %sFailed to open file '%s': %sFailed to open file '%s': fdopen() failed: %sFailed to open file '%s': open() failed: %sFailed to parse '%-.*s', which should have been a digit inside a character reference (ê for example) - perhaps the digit is too largeFailed to read data from child processFailed to read data from child process (%s)Failed to read enough data from child pid pipe (%s)Failed to read from child pipe (%s)Failed to read from file '%s': %sFailed to read the symbolic link '%s': %sFailed to redirect output or input of child process (%s)Failed to rename file '%s' to '%s': g_rename() failed: %sFailed to resize memory output streamFailed to write file '%s': fflush() failed: %sFailed to write file '%s': fsync() failed: %sFailed to write file '%s': fwrite() failed: %sFile "%s" is too largeFile enumerator has outstanding operationFile enumerator is already closedFile is emptyFile names cannot contain '%c'Filesystem rootGSocketControlMessage not supported on windowsHelp Options:Hostname '%s' contains '[' but not ']'Input stream doesn't implement readInteger value '%s' for %s out of rangeInteger value '%s' out of rangeInvalid GSeekType suppliedInvalid UTF-8 encoded text in name - not valid '%s'Invalid attribute type (byte string expected)Invalid attribute type (string expected)Invalid attribute type (uint32 expected)Invalid attribute type (uint64 expected)Invalid byte sequence in conversion inputInvalid extended attribute nameInvalid filenameInvalid filename %sInvalid group name: %sInvalid hostnameInvalid key name: %sInvalid program name: %sInvalid seek requestInvalid sequence in conversion inputInvalid socket, initialization failed due to: %sInvalid socket, not initializedInvalid string in argument vector at %d: %sInvalid string in environment: %sInvalid symlink value givenInvalid working directory: %sKey file contains escape character at end of lineKey file contains invalid escape sequence '%s'Key file contains key '%s' in group '%s' which has value that cannot be interpreted.Key file contains key '%s' which has a value that cannot be interpreted.Key file contains key '%s' which has value that cannot be interpreted.Key file contains key '%s' with value '%s' which is not UTF-8Key file contains line '%s' which is not a key-value pair, group, or commentKey file contains unsupported encoding '%s'Key file does not have group '%s'Key file does not have key '%s'Key file does not have key '%s' in group '%s'Key file does not start with a groupLeftover unconverted data in read bufferListener is already closedMalformed input data for GFileIconMalformed number of tokens (%d) in GEmblem encodingMalformed number of tokens (%d) in GEmblemedIcon encodingMalformed version number: %sMemory output stream not resizableMissing argument for %sMove between mounts not supportedNo MIME type defined in the bookmark for URI '%s'No application is registered as handling this fileNo application with name '%s' registered a bookmark for '%s'No bookmark found for URI '%s'No groups set in bookmark for URI '%s'No private flag has been defined in bookmark for URI '%s'No service record for '%s'No type for class name %sNo valid bookmark file found in data dirsNot a regular fileNot enough space for socket addressOdd character '%s', expected a '=' after attribute name '%s' of element '%s'Odd character '%s', expected a '>' character to end the empty-element tag '%s'Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute nameOdd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'Operation not supportedOperation was cancelledOutput stream doesn't implement writePCRE library is compiled without UTF8 properties supportPCRE library is compiled without UTF8 supportPOSIX collating elements are not supportedPOSIX named classes are supported only within a classPartial character sequence at end of inputQuoted text doesn't begin with a quotation markReached maximum data array limitReceived invalid fdSELinux context must be non-NULLSELinux is not enabled on this systemSeek not supported on streamSetting attribute %s not supportedShow all help optionsShow help optionsSocket is already closedSource stream is already closedStream doesn't support query_infoStream has outstanding operationStream is already closedSymbolic links not supportedTarget file existsTarget file is a directoryTarget file is not a regular fileTemplate '%s' doesn't contain XXXXXXTemplate '%s' invalid, should not contain a '%s'Temporarily unable to resolve '%s'Text ended before matching quote was found for %c. (The text was '%s')Text ended just after a '\' character. (The text was '%s')Text was empty (or contained only whitespace)The URI '%s' contains invalidly escaped charactersThe URI '%s' is invalidThe URI '%s' is not an absolute URI using the "file" schemeThe file was externally modifiedThe hostname of the URI '%s' is invalidThe local file URI '%s' may not include a '#'The pathname '%s' is not an absolute pathToo large count value passed to %sTrash not supportedTruncate not allowed on input streamTruncate not supported on streamType %s does not implement from_tokens() on the GIcon interfaceType %s does not implement the GIcon interfaceType %s is not classedURIs not supportedUnable to create socket: %sUnable to create trash dir %s: %sUnable to create trashing info file: %sUnable to find default local directory monitor typeUnable to find default local file monitor typeUnable to find or create trash directoryUnable to find terminal required for applicationUnable to find toplevel directory for trashUnable to get pending error: %sUnable to trash file: %sUnexpected attribute '%s' for element '%s'Unexpected early end-of-streamUnexpected error in g_io_channel_win32_poll() reading data from a child processUnexpected error in select() reading data from a child process (%s)Unexpected error in waitpid() (%s)Unexpected tag '%s' inside '%s'Unexpected tag '%s', tag '%s' expectedUnexpected type of ancillary dataUnknown error executing child process "%s"Unknown error on connectUnknown option %sUnknown protocol was specifiedUnknown typeUnmatched quotation mark in command line or other shell-quoted textUnnamedUnsupported socket addressUsage:Valid key file could not be found in search dirsValue '%s' cannot be interpreted as a boolean.Value '%s' cannot be interpreted as a float number.Value '%s' cannot be interpreted as a number.Waiting for socket condition: %sWrong number of tokens (%d)[OPTION...]\ at end of pattern\C not allowed in lookbehind assertion\c at end of pattern\g is not followed by a braced name or an optionally braced non-zero numberassertion expected after (?(association changes not supported on win32back references as conditions are not supported for partial matchingbacktracking limit reachedcase-changing escapes (\l, \L, \u, \U) are not allowed herecharacter value in \x{...} sequence is too largecode overflowconditional group contains more than two branchescorrupted objectcould not get local address: %scould not get remote address: %scould not listen: %screating GSocket from fd: %sdigit expecteddrive doesn't implement ejectdrive doesn't implement eject or eject_with_operationdrive doesn't implement polling for mediadrive doesn't implement startdrive doesn't implement stopfailed to get memoryhexadecimal digit expectedhexadecimal digit or '}' expectedillegal symbolic referenceinconsistent NEWLINE optionsinternal errorinternal error or corrupted objectinvalid combination of newline flagsinvalid condition (?(0)invalid escape sequence in character classlookbehind assertion is not fixed lengthmalformed \P or \p sequencemalformed number or name after (?(missing '<' in symbolic referencemissing ) after commentmissing terminating )missing terminating ] for character classmissing terminator in subpattern namemount doesn't implement content type guessingmount doesn't implement ejectmount doesn't implement eject or eject_with_operationmount doesn't implement remountmount doesn't implement synchronous content type guessingmount doesn't implement unmountmount doesn't implement unmount or unmount_with_operationnothing to repeatnumber too big in {} quantifiernumbers out of order in {} quantifieroctal value is greater than \377out of memoryoverran compiling workspacepreviously-checked referenced subpattern not foundrange out of order in character classrecursion limit reachedrecursive call could loop indefinitelyreference to non-existent subpatternregular expression too largerepeating a DEFINE group is not allowedstray final '\'subpattern name is too long (maximum 32 characters)symlink must be non-NULLthe pattern contains items not supported for partial matchingtoo many named subpatterns (maximum 10,000)two named subpatterns have the same nameunexpected repeatunfinished symbolic referenceunknown POSIX class nameunknown errorunknown escape sequenceunknown property name after \P or \punrecognized character after (?unrecognized character after (?<unrecognized character after (?Punrecognized character follows \volume doesn't implement ejectvolume doesn't implement eject or eject_with_operationvolume doesn't implement mountworkspace limit for empty substrings reachedzero-length symbolic referenceProject-Id-Version: glib Report-Msgid-Bugs-To: POT-Creation-Date: 2009-10-07 09:51-0400 PO-Revision-Date: 2009-09-02 11:39-0300 Last-Translator: FÃĄbio Nogueira Language-Team: Brazilian Portuguese MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Poedit-Language: Portuguese X-Poedit-Country: BRAZIL Plural-Forms: nplurals=2; plural=(n > 1); (codificaÃ§ÃŖo invÃĄlida)%.1f GB%.1f KB%.1f MBtipo de arquivo %stipo %s%u byte%u bytes"%s" nÃŖo Ê um caractere vÃĄlido apÃŗs um caractere "<"; nÃŖo poderÃĄ começar um nome de elemento"%s" nÃŖo Ê um caractere vÃĄlido apÃŗs os caracteres """%s" nÃŖo Ê um nome vÃĄlido"%s" nÃŖo Ê um nome vÃĄlido: "%c"dígitos (?R ou (?[+-] devem ser seguidos por )) sem abrir (JÃĄ existe um marcador para o URI "%s"Soquetes de endereços de domínio unix abstratos nÃŖo suportados neste sistemaSoquete adicionado estÃĄ fechadoOpçÃĩes de aplicativo:NÃŖo hÃĄ suporte à criaÃ§ÃŖo de associaÃ§ÃŖo em win32NÃŖo foi localizado atributo "%s" do elemento "%s"Valor de atributo deve ser nÃŖo-NULOFalha ao criar arquivo de backupNÃŖo Ê possível copiar diretÃŗrio sobre diretÃŗrioNÃŖo Ê possível copiar sobre diretÃŗrioNÃŖo Ê possível copiar o arquivo especialNÃŖo Ê possível criar pasta de configuraÃ§ÃŖo MIME do usuÃĄrio %s: %sNÃŖo Ê possível criar pasta de configuraÃ§ÃŖo do aplicativo do usuÃĄrio %s: %sNÃŖo Ê possível criar arquivo %s da ÃĄrea de trabalho do usuÃĄrioNÃŖo Ê possível fazer uma leitura em bruto em g_io_channel_read_line_stringNÃŖo Ê possível fazer uma leitura em bruto de g_io_channel_read_to_endNÃŖo Ê possível localizar o aplicativoNÃŖo Ê possível lidar com a versÃŖo fornecida da codificaÃ§ÃŖo do íconeNÃŖo Ê possível lidar com a versÃŖo %d da codificaÃ§ÃŖo GEmblemNÃŖo Ê possível lidar com a versÃŖo %d da codificaÃ§ÃŖo GEmblemedIconNÃŖo Ê possível lidar com a versÃŖo %d da codificaÃ§ÃŖo GFileIconNÃŖo Ê possível lidar com a versÃŖo %d da codificaÃ§ÃŖo GThemedIconNÃŖo Ê possível mover diretÃŗrio sobre diretÃŗrioNÃŖo Ê possível abrir diretÃŗrioNÃŖo Ê possível copiar o diretÃŗrio recursivamenteNÃŖo Ê possível renomear o arquivo, o nome do arquivo jÃĄ existeNÃŖo Ê possível renomear o diretÃŗrio rootSem suporte a inicializaÃ§ÃŖo cancelÃĄvelNÃŖo Ê possível converter a seqÃŧÃĒncia "%s" para conjunto caracteres "%s"NÃŖo Ê possível analisar o ponto flutuante com dupla precisÃŖo "%s" para %sNÃŖo Ê possível analisar o valor inteiro "%s" para %sNÃŖo foi possível definir permissÃĩes aos links simbÃŗlicosNÃŖo Ê possível truncar GMemoryInputStreamCanal termina num caractere parcialCaractere fora do limite para UTF-16Caractere fora do limite para UTF-8ReferÃĒncia de caractere "%-.*s" nÃŖo codifica um caractere permitidoReferÃĒncia de caractere nÃŖo terminou com um ponto e vírgula; provavelmente utilizou um caractere "e" comercial sem desejar iniciar uma entidade - escape-o com &ConexÃŖo em progressoPonto de montagem contido nÃŖo existeNÃŖo hÃĄ suporte à conversÃŖo do conjunto de caracteres "%s" para "%s"NÃŖo foi possível alocar %lu bytes para ler arquivo "%s"NÃŖo foi possível abrir conversor de "%s" para "%s"NÃŖo foi possível abrir conversor de "%s" para "%s": %sDefiniÃ§ÃŖo personalizada para %sO grupo DEFINE contÊm mais que uma ramificaÃ§ÃŖoO arquivo da ÃĄrea de trabalho nÃŖo especifica o campo ExecDocumento terminou inesperadamente apÃŗs o sinal de igual que se seguiu a um nome de atributo; nenhum valor de atributoDocumento terminou inesperadamente dentro de um comentÃĄrio ou instruÃ§ÃŖo de processamentoDocumento terminou inesperadamente dentro de um nome de atributoDocumento terminou inesperadamente dentro de um nome de elementoDocumento terminou inesperadamente dentro de uma marca de abertura de elemento.Documento terminou inesperadamente dentro da marca de fechamento do elemento "%s"Documento terminou inesperadamente logo apÃŗs um menor que "<"Documento terminou inesperadamente dentro de um valor de atributoDocumento terminou inesperadamente com elementos ainda abertos - "%s" foi o Ãēltimo elemento abertoDocumento terminou inesperadamente, esperava-se ver um maior que (">") para terminar a marca <%s/>Documento tem de começar com um elemento (ex. )Documento estava vazio ou apenas continha espaçosPonto flutuante com dupla precisÃŖo "%s" para %s fora dos limitesElemento "%s" foi fechado, mas o elemento atualmente aberto Ê "%s"Elemento "%s" foi fechado, nenhum elemento estÃĄ atualmente abertoEntidade "&;" vazia vista; as entidades vÃĄlidas sÃŖo: & " < > 'Entidade nÃŖo termina com um ponto e vírgula; provavelmente vocÃĒ utilizou um "e" comercial sem desejar iniciar uma entidade - escape-o com &Nome de entidade "%-.*s" nÃŖo Ê conhecidoO enumerador estÃĄ fechadoErro ao aceitar a conexÃŖo: %sErro ao vincular ao endereço: %sErro ao fechar arquivo: %sErro ao fechar soquete: %sErro ao fechar unix: %sErro ao conectar: Erro ao conectar: %sErro ao criar cÃŗpia de backup: %sErro ao criar o diretÃŗrio: %sErro durante a conversÃŖo: %sErro ao obter informaçÃĩes do sistema de arquivos: %sErro ao lançar o aplicativo: %sErro ao criar link simbÃŗlico: %sErro ao mover arquivo: %sErro na linha %d caractere %d: Erro na linha %d: %sErro ao abrir o diretÃŗrio "%s": %sErro ao abrir arquivo "%s": %sErro ao abrir arquivo: %sErro ao ler a opÃ§ÃŖo %sErro ao ler arquivo "%s": %sErro ao ler do arquivo: %sErro ao ler do unix: %sErro ao receber dados: %sErro ao receber mensagem: %sErro ao remover arquivo: %sErro ao remover link antigo de backup: %sErro ao remover arquivo antigo: %sErro ao remover arquivo alvo: %sErro ao renomear arquivo: %sErro ao renomear arquivo temporÃĄrio: %sErro ao resolver "%s"Erro ao resolver "%s": %sErro ao resolver reversamente "%s": %sErro ao buscar no arquivo: %sErro ao enviar dados: %sErro ao abrir enviar mensagem: %sErro ao definir o contexto SELinux: %sErro ao definir atributo estendido "%s": %sErro ao definir data/hora de modificaÃ§ÃŖo ou acesso: %sErro ao definir proprietÃĄrio: %sErro ao definir permissÃĩes: %sErro ao definir link simbÃŗlico: %sErro ao definir link simbÃŗlico: o arquivo nÃŖo Ê um link simbÃŗlicoErro ao iniciar arquivo "%s": %sErro ao iniciar descritor de arquivo: %sErro ao mover arquivo para a lixeira: %sErro ao truncar arquivo: %sErro ao compilar expressÃŖo regular %s no caractere %d: %sErro ao coincidir expressÃŖo regular %s: %sEro ao otimizar expressÃŖo regular %s: %sErro ao analisar texto de substituiÃ§ÃŖo "%s" no caractere %lu: %sErro ao escrever no arquivo: %sErro ao escrever para unix: %sO arquivo "%s" nÃŖo pôde ser removido: g_unlink() falhou: %sEsperado um GEmblem para o GEmblemedIconEsperando 1 mensagem de controle, obtive %dEsperando um fd, mas obtive %d Falha ao ir para diretÃŗrio "%s" (%s)Falha ao fechar arquivo "%s": fclose() falhou: %sFalha ao criar arquivo "%s": %sFalha ao criar canal para comunicar com processo filho (%s)Falha ao executar processo filho "%s" (%s)Falha ao executar processo filho (%s)Falha ao executar programa auxiliar (%s)Falha em expandir linha de execuÃ§ÃŖo "%s" com URI "%s"Falha no fork (%s)Falha no fork de processo filho (%s)Falha ao obter atributos do arquivo "%s": fstat() falhou: %sFalha ao mapear arquivo "%s": mmap() falhou: %sFalha ao abrir arquivo "%s" para escrita: fdopen() falhou: %sFalha ao abrir arquivo "%s": %sFalha ao abrir arquivo "%s": fdopen() falhou: %sFalha ao abrir arquivo "%s": open() falhou: %sFalha ao analisar "%-.*s", que deveria ter sido um dígito dentro de uma referÃĒncia de caractere (ê por exemplo) - talvez o dígito seja grande demaisFalha ao ler dados de processo filhoFalha ao ler dados de processo filho (%s)Falha ao ler dados suficientes de canal pid do filho (%s)Falha ao ler de canal filho (%s)Falha ao ler do arquivo "%s": %sFalha ao ler link simbÃŗlico "%s": %sFalha ao redirecionar saída ou entrada do processo filho (%s)Falha ao renomear arquivo "%s" para "%s": g_rename() falhou: %sFalha ao redimensionar fluxo de saída da memÃŗriaFalha ao escrever no arquivo "%s": fflush() falhou: %sFalha ao escrever no arquivo "%s": fsync() falhou: %sFalha ao escrever no arquivo "%s": fwrite() falhou: %sArquivo "%s" Ê muito grandeO enumerador do arquivo tem operaÃ§ÃŖo pendenteO enumerador do arquivo jÃĄ estÃĄ fechadoArquivo vazioNomes de arquivo nÃŖo podem conter "%c"Sistema de arquivos rootnÃŖo hÃĄ suporte a GSocketControlMessage no windowsOpçÃĩes de ajuda:Nome da mÃĄquina "%s" contÊm "[" mas nÃŖo "]"Fluxo de entrada nÃŖo implementa leituraValor inteiro "%s" para %s fora dos limitesValor inteiro "%s" fora dos limitesGSeekType fornecido invÃĄlidoTexto do nome codificado em UTF-8 invÃĄlido - "%s" nÃŖo vÃĄlidoTipo de atributo invÃĄlido (expressÃŖo de byte esperada)Tipo de atributo invÃĄlido (esperava-se expressÃŖo)Tipo de atributo invÃĄlido (esperado uint32)Tipo de atributo invÃĄlido (esperado uint64)SeqÃŧÃĒncia de bytes invÃĄlida na entrada de conversÃŖoNome de atributo estendido invÃĄlidoNome de arquivo invÃĄlidoNome de arquivo invÃĄlido: %sNome de grupo invÃĄlido: %sNome de servidor invÃĄlidoNome de chave invÃĄlido: %sNome de programa invÃĄlido: %sSolicitaÃ§ÃŖo de busca invÃĄlidaSeqÃŧÃĒncia invÃĄlida na conversÃŖo da entradaSoquete invÃĄlido, inicializaÃ§ÃŖo falhou devido a: %sSoquete invÃĄlido, nÃŖo inicializadoString invÃĄlida no vetor de argumentos em %d: %sString invÃĄlida no ambiente: %sValor fornecido de link simbÃŗlico invÃĄlidoDiretÃŗrio de trabalho invÃĄlido: %sArquivo de chave contÊm caractere de escape no fim da linhaArquivo de chave contÊm seqÃŧÃĒncia de escape "%s" invÃĄlidaArquivo de chave contÊm chave "%s" no grupo "%s" que tem valor que nÃŖo pode ser interpretado.Arquivo de chave contÊm chave "%s" cujo valor nÃŖo pode ser interpretado.Arquivo de chave contÊm chave "%s" que tem valor que nÃŖo pode ser interpretado.Arquivo de chave contÊm chave "%s" com valor "%s" que nÃŖo Ê UTF-8Arquivo de chave contÊm a linha "%s" que nÃŖo Ê um par chave-valor, grupo ou comentÃĄrioArquivo de chave contÊm codificaÃ§ÃŖo "%s" sem suporteArquivo de chave nÃŖo tem grupo "%s"Arquivo de chave nÃŖo tem chave "%s"Arquivo de chave nÃŖo tem chave "%s" no grupo "%s"Arquivo de chave nÃŖo começa com um grupoDados residuais nÃŖo convertidos no buffer de leituraO ouvinte jÃĄ estÃĄ fechadoDados de entrada malformados para o GFileIconNÃēmero invÃĄlido de tokens (%d) na codificaÃ§ÃŖo GEmblemNÃēmero invÃĄlido de tokens (%d) na codificaÃ§ÃŖo GEmblemedIconNÃēmero de versÃŖo malformado: %sFluxo de saída da memÃŗria nÃŖo redimensionÃĄvelFalta argumento para %sNÃŖo hÃĄ suporte a mover entre montagensNÃŖo foi definido tipo MIME no marcador para o URI "%s"Nenhum aplicativo estÃĄ registrado como manipulador deste arquivoNenhum aplicativo chamado "%s" registrou um marcador para "%s"NÃŖo foi localizado marcador para o URI "%s"NÃŖo hÃĄ grupos definidos no marcador para o URI "%s"NÃŖo foi definido sinal de particular no marcador para o URI "%s"Nenhum serviço de registro para "%s"Sem tipo para a classe chamada %sNÃŖo foi localizado arquivo de marcadores vÃĄlido nos diretÃŗrios de dadosNÃŖo Ê um arquivo comumSem espaço suficiente para o endereço do soqueteCaractere estranho "%s", esperava-se um "=" apÃŗs o nome do atributo "%s" do elemento "%s"Caractere estranho "%s", esperado um caractere ">" para finalizar a marca "%s" de elemento vazioCaractere estranho "%s", esperava-se um caractere ">" ou "/" para terminar a marca inicial do elemento "%s", ou opcionalmente um atributo; talvez tenha utilizado um caractere invÃĄlido no nome de atributoCaractere estranho "%s", esperava-se uma aspa aberta apÃŗs o sinal de igual ao atribuir o valor ao atributo "%s" do elemento "%s"OperaÃ§ÃŖo sem suporteA operaÃ§ÃŖo foi canceladaFluxo de saída nÃŖo implementa escritaBiblioteca PCRE compilada sem suporte às propriedades UTF-8Biblioteca PCRE compilada sem suporte a UTF-8elementos de arranjo POSIX sem suporteclasses nomeadas POSIX tÃĒm suporte apenas dentro de uma classeSeqÃŧÃĒncia de caracteres parcial no final da entradaTexto citado nÃŖo começa com uma aspaFoi alcançado o limite mÃĄximo de matriz de dadosRecebido fd invÃĄlidoO contexto SELinux deve ser nÃŖo-NULOSELinux nÃŖo estÃĄ habilitado neste sistemaNÃŖo hÃĄ suporte à busca no fluxoNÃŖo hÃĄ suporte à definiÃ§ÃŖo do atributo %sExibe todas as opçÃĩes de ajudaExibe opçÃĩes de ajudaO soquete jÃĄ estÃĄ fechadoA fonte do fluxo jÃĄ estÃĄ fechadaFluxo nÃŖo tem suporte para query_infoO fluxo tem operaÃ§ÃŖo pendenteO fluxo jÃĄ estÃĄ fechadoNÃŖo hÃĄ suporte a links simbÃŗlicosArquivo alvo existeArquivo alvo Ê um diretÃŗrioArquivo alvo nÃŖo Ê um arquivo comumModelo "%s" nÃŖo contÊm XXXXXXModelo "%s" invÃĄlido, nÃŖo deveria conter um "%s"Temporariamente sem condiçÃĩes de resolver "%s"Texto terminou antes da aspa equivalente ter sido localizada para %c. (texto era "%s")Texto terminou logo apÃŗs um caractere "\". (O texto era "%s")Texto estava vazio (ou apenas continha espaços)O URI "%s" contÊm caracteres com escape invÃĄlidoO URI "%s" Ê invÃĄlidoO URI "%s" nÃŖo Ê um URI absoluto que utilize o esquema "file"O arquivo foi modificado externamenteO nome de servidor do URI "%s" Ê invÃĄlidoO URI de arquivo local "%s" nÃŖo pode incluir um "#"O nome de caminho "%s" nÃŖo Ê um caminho absolutoValor muito alto passado para %sNÃŖo hÃĄ suporte para lixeiraTruncar nÃŖo permitido no fluxo de entradaNÃŖo hÃĄ suporte a truncar no fluxoO tipo %s nÃŖo implementa from_tokens() na interface GIconO tipo %s nÃŖo implementa a interface GIconO tipo %s nÃŖo tem classeNÃŖo hÃĄ suporte a URIsNÃŖo Ê possível criar soquete: %sNÃŖo Ê possível criar o diretÃŗrio da lixeira %s: %sNÃŖo Ê possível criar o arquivo de informaçÃĩes da lixeira: %sNÃŖo Ê possível localizar o tipo de diretÃŗrio monitor local padrÃŖoNÃŖo Ê possível localizar o tipo de arquivo monitor local padrÃŖoNÃŖo Ê possível localizar ou criar o diretÃŗrio da lixeiraNÃŖo Ê possível localizar o terminal requerido para o aplicativoNÃŖo Ê possível localizar diretÃŗrio de nível superior para a lixeiraNÃŖo Ê possível obter erro pendente: %sNÃŖo Ê possível mover arquivo para a lixeira: %sAtributo "%s" inesperado para elemento "%s"Fim do fluxo precoce nÃŖo esperadoErro inesperado no g_io_channel_win32_poll() ao ler dados de um processo filhoErro inesperado no select() ao ler dados de processo filho (%s)Erro inesperado em waitpid() (%s)Marca "%s" inesperada dentro de "%s"Marca "%s" inesperada, esperava marca "%s"Tipo de dado auxiliar nÃŖo esperadoErro desconhecido ao executar processo filho "%s"erro desconhecido ao conectarOpÃ§ÃŖo %s desconhecidaFoi especificado um protocolo desconhecidoTipo desconhecidoAspa sem par na linha de comando ou outro texto de consoleNÃŖo nomeadoEndereço de soquete nÃŖo suportadoUso:NÃŖo foi possível localizar arquivo de chave vÃĄlido nos diretÃŗrios pesquisadosO valor "%s" nÃŖo pode ser interpretado como um booleano.O valor "%s" nÃŖo pode ser interpretado como ponto flutuante.O valor "%s" nÃŖo pode ser interpretado como um nÃēmero.Aguardando pela condiÃ§ÃŖo do soquete: %sNÃēmero errado de tokens (%d)[OPÇÕES...]\ no fim do padrÃŖo\C nÃŖo permitido na declaraÃ§ÃŖo lookbehind\c no fim do padrÃŖo\g nÃŖo Ê seguido por um nome entre chaves ou um nÃēmero diferente de zero opcionalmente entre chavesesperava-se declaraÃ§ÃŖo apÃŗs (?(nÃŖo hÃĄ suporte às alteraçÃĩes de associaÃ§ÃŖo em win32nÃŖo hÃĄ suporte à referÃĒncia retroativa como condiÃ§ÃŖo para correspondÃĒncia parciallimite de backtracking alcançadoescapes de alteraÃ§ÃŖo de maiusculizaÃ§ÃŖo (\l, \L, \u, \U) nÃŖo sÃŖo permitidos aquivalor de caractere na seqÃŧÃĒncia \x{...} Ê grande demaisestouro de cÃŗdigogrupo condicional contÊm mais que duas ramificaçÃĩesobjeto corrompidonÃŖo foi possível obter endereço local: %snÃŖo foi possível obter endereço remoto: %snÃŖo foi possível escutar: %sCriando GSocket a partir do fd: %sesperava-se dígitounidade nÃŖo implementa ejetarunidade nÃŖo implementa ejetar ou eject_with_operationunidade nÃŖo implementa verificaÃ§ÃŖo por mídiaunidade nÃŖo implementa startunidade nÃŖo implementa stopfalha ao obter memÃŗriaesperava-se dígito hexadecimalesperava-se dígito hexadecimal ou "}"referÃĒncia simbÃŗlica ilegalopçÃĩes do NEWLINE inconsistenteserro internoerro interno ou objeto corrompidocombinaÃ§ÃŖo invÃĄlida de sinalizador de nova linhacondiÃ§ÃŖo invÃĄlida (?(0)seqÃŧÃĒncia de escape invÃĄlida na classe de caracteresdeclaraÃ§ÃŖo lookbehind nÃŖo Ê de largura fixaseqÃŧÃĒncia \P ou \p mal formadanÃēmero mal formado ou nome apÃŗs (?("<" em falta na referÃĒncia simbÃŗlica) em falta apÃŗs o comentÃĄrioterminaÃ§ÃŖo ) em faltaterminaÃ§ÃŖo ] em falta para classe de caracteresterminaÃ§ÃŖo em falta no nome do subpadrÃŖoobjeto de montagem nÃŖo implementa estimativa de tipo de conteÃēdoobjeto de montagem nÃŖo implementa ejetarobjeto de montagem nÃŖo implementa ejetar ou eject_with_operationobjeto de montagem nÃŖo implementa remontarobjeto de montagem nÃŖo implementa estimativa de tipo de conteÃēdo síncronoobjeto de montagem nÃŖo implementa desmontarobjeto de montagem nÃŖo implementa desmontar ou unmount_with_operationnada a repetirnÃēmero grande demais no quantificador {}nÃēmeros fora de ordem no quantificador {}valor octal Ê maior que \377memÃŗria insuficienteespaço de trabalho de compilaÃ§ÃŖo invadidosubpadrÃŖo de referÃĒncia verificado anteriormente nÃŖo localizadointervalo fora de ordem na classe de caractereslimite de recursÃŖo alcançadochamada recursiva pode causar uma repetiÃ§ÃŖo indefinidamentereferÃĒncia a subpadrÃŖo nÃŖo existenteexpressÃŖo regular grande demaisrepetiÃ§ÃŖo de um grupo DEFINE nÃŖo Ê permitida"\" final sem isoladonome de subpadrÃŖo Ê grande demais (mÃĄximo 32 caracteres)o link simbÃŗlico deve ser nÃŖo-NULOo padrÃŖo contÊm itens sem suporte para correspondÃĒncia parcialexcesso de subpadrÃĩes nomeados (mÃĄximo 10.000)dois subpadrÃĩes nomeados tÃĒm o mesmo nomerepetiÃ§ÃŖo inesperadareferÃĒncia simbÃŗlica inacabadanome de classe POSIX desconhecidoerro desconhecidoseqÃŧÃĒncia de escape desconhecidanome de propriedade desconhecido apÃŗs \P ou \pcaractere nÃŖo reconhecido apÃŗs (?caractere nÃŖo reconhecido apÃŗs (?<caractere nÃŖo reconhecido apÃŗs (?Pcaractere nÃŖo reconhecido segue \volume nÃŖo implementa ejetarvolume nÃŖo implementa ejetar ou eject_with_operationvolume nÃŖo implementa montagemlimite de espaço de trabalho para substrings vazias alcançadoreferÃĒncia simbÃŗlica de comprimento zero./glib-2.22.2-i686/usr/share/locale/kn/0000755000000000000000000000000011271166773015636 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/kn/LC_MESSAGES/0000755000000000000000000000000011271166773017423 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/kn/LC_MESSAGES/glib20.mo0000644000000000000000000021323711271166635021044 0ustar rootrootŪ•œ !‘!Ĩ!­!ĩ! Ŋ!É!YŅ!_+"a‹"í"#)'#Q#&e#BŒ#Ī#æ#+û#('$ P$q$#$ą$Ë$2ã$9%!P%4r%/§%×%3î%+"&1N&-€&/Ž&#Ū&' ')8'b'(~',§'%Ô'&ú'"!("D()g(!‘( ŗ(AÔ(ž)ĩ)Ė);ė).(**W*.‚*ą**Ę*&õ*a+F~+4Å+2ú+:-,Ah,@Ē,;ë,W'-W-1×-/ .%9.?_.5Ÿ.IÕ.‘/ ą/Ō/į/0#0:0S0j0}0’0ą0Î0!ę0 1,1K1a1|1 ‘1˛1Î1å1ũ1252Q2j2†2"ž2Á2Ũ2ü2!363K3 d3…3Ÿ3ļ3!Đ3)ō3-4J4b4€4,š4Į4!ã455:75.r50Ą59Ō5 6&6>@6$6#¤6Č6'æ6.7=7?\7)œ7$Æ7%ë7-8?8!S89u8*¯89Ú89-19+_9Š‹9&:+=:3i:#:!Á:)ã:8 ;9F;%€;.Ļ;-Õ;.<2<)I<!s< •<Ŗ<Â<.Ō< =&=#6=&Z==Ą=3ŧ=-đ=(>(G>(p>)™>Ã>ã>ô>??0?E?^?$s?0˜?É?+é?!@7@S@1q@.Ŗ@TŌ@H'AFpA=ˇALõA+BB!nBB-°B$ŪB(C,C"GC3jC9žCØC"õCD!0D1RD2„D<ˇDôD&E9:EtEE)ŠEĶE#æEL FNWF°ĻFzWGŌGęG%H8(H-aH*H5ēH*đH/I KIlI €I%ĄIĮI"äIJJ/JHJ!hJ ŠJĢJÄJáJôJ!K$1K0VK"‡KFĒK:ņK-,L2ZLL;ĨL áL'M-*M)XM"‚MĨM$šM ŪM?˙M.?NnN…N˜N!´N'ÖN3ūN.2O(aO0ŠO+ģOįOP* PKPOjPCēP"ūP!Q&AQ!hQ*ŠQĩQÎQāQ ˙QC RPRXRsR0zR.ĢR3ÚR-S TDiTŽT;ÉT0U 6U1DUvU‡U §UČUŨUúU V5'V)]V‡VĨVÂV×V!ōVW/WLW"[W$~WŖW*ģW(æWX"+X!NXpXˆX)žX%ČX-îXY5:YpY9YĘY9ęY$Z6Z%VZ |Z ZĢZ2ĮZ%úZ [&8[$_[„['Ą[É[3Ų[ \=&\+d\(\š\Ë\é\ ]]$(]M] m] Ž] ¯]Đ]6ī]&^,E^r^…‘^1`I`Q`Y`a` {`øˆ`a…bP‹cWÜcg4d%œd}ÂdĶ@e]f,rfrŸfagqtgfægiMhPˇhji|si‡đi|xj|õjwrkXęk˜Cl–Ülœsm˜nšŠn‡Do=Ėo pŧŒpoIqhšqv"rq™r– s†ĸsS)t}tYũtXWuϰuÄWv@xY]x…ˇx›=yuŲyrOz8Âz–ûzk’{*ū{Î)}­ø}ĄĻ~šHË€Ä΀Ŋ“íQ‚8?ƒ}x„Šö„{ …Ŋ†=چ‡ĢЇFU‰Lœ‰Té‰W>ŠH–ŠTߊX4‹?‹B͋pŒOŒ5ҌsQ{a͍W/ŽC‡Ž,ˎXøŽMQHŸ`čDI<ސNː]‘Kx‘Uđƒ’bž’e“[g“wÓF;”J‚”f͔<4•Qq•QÕ\–Žr–~—K€—QĖ—j˜Á‰˜\K™y¨™t"še—šĢũš™Š›™Cœ§ŨœB…Nȝžžf֞ =Ÿ”ŪŸvs ƒę SnĄŦÂĄĄoĸ€ŖŠ’ŖŸ¤?Ŋ¤sũ¤ĻqĨ„ĻģĻMY§y§§›!¨SŊ¨šĒ~ŦĒ“+ĢHŋĢJŦmSŦÎÁŦ ­˛1ŽäŽd¯ä¯Ad°gϰią&xą_Ÿą+˙ąh+˛&”˛ģ˛“Kŗˆßŗoh´WØ´š0ĩËĩoiļ‘Ųļ‘kˇ‚ũˇu€¸/ö¸2&š3YšAš3ĪšKē.Oē`~ē“ßēWsģŒËģEXŧ{žŧ<ŊWŊ|åŊūbžĩaŋˇĀŊĪĀĮÁtUÂVĘÂV!ÃzxÃķÉsÄ_ũÄ[]ŚŅ9Æ?ŋƉ˙ÆP‰ĮÚĮšjȘɡžÉeVĘfŧƜ#ËHĀËK Ė”UĖ8ęĖi#ÍīÍ }Î?‡ĪƒĮŅ@KĶ:ŒĶĮĶ‹UÔláÔYNÕ˛¨Õg[֛ÃÖk_×YË×G%ØFmØu´Ø}*ŲW¨Ų>ÚP?Ú`ÚaņÚWSÛVĢÛ\ÜP_ÜH°ÜXųÜKRŨ‘žŨ{0ŪCŦŪ™đŪ”Šß‡ā-§āƒÕā_YáKšáwâ`}â€ŪâC_ã|Ŗão 䝐ä~.åM­å8ûåa4æ_–æ‰öæĄ€į´"č‰×č—aéŽųénˆęv÷ęTnëcÃëļ'ėĒŪėD‰íKÎí“îNŽîŠũîVˆī+ßīl đ"xđæ›đ‚ņ>Ąņ āņmîņŠ\ō”įō†|ķ`ôCdô ¨ô0´ôsåô1YõŌ‹õr^ö~ŅöåP÷A6øxøúø&|ųŖų.3úmbúmĐú;>ûSzû%Îû}ôûŦrüŖũtÃũ}8ūeļū`˙o}˙Qí˙9?yU–Wė1DŽvˆ@ŽeĪ]5M“Bá†$~Ģy*ƒ¤˛(ŠÛžftĨz> {_ xÛ MT 1ĸ [Ô †0 ‹ˇ JC Ž c Tƒ Ø &X­d-Ĩ’u8ƒŽ@2Vs>Ę" ;,ehEÎFF[aĸ„¤‰€.Ŗ¯KSŗA3ôMˇTû%K6´V‹ũŽ7Ā0bI†š˛T-ëâB€„Z×Ũã$ˆÂ į[v ķ.F&š°GQ{)^Ŗ¨Ė;ŦsÔ&]5@RqīgkåĄ:qWæĶ…Wõ}w¯"U)ōAO ø‡Ëŋ(d…rM#„\?ÛX ˙`;?Nvjl 't€KY1NfÁ>n27pRi¤nęm6ŸĮáu3-yļ÷‡î_*IP iuS|ܞ–OŲØd!<5JŒ ŠēsāĘĩģÕ2ė,éLú/[ŠVU_•xb'†8^9E+Č>Qxņ4 ֘‰”CĨÅt<ä‚9ŪŠmž4ĒDhƒe+‘írBD%1#Gf=|Ŋ8HŅ@‰Lo§owS*pP~a Éą:`ÎĢ}zyų0ŧ —ÆĐaÚlđ͜{jc­JZ]=cHCŽ/!\“ĪĻ$ĂX,ßk’öY ÃčE™ĸŒüŽFg›¸ˆŌ .heū"~‹(zƒ (invalid encoding)%.1f GB%.1f KB%.1f MB%s filetype%s type'%s' is not a valid character following a '<' character; it may not begin an element name'%s' is not a valid character following the characters '''%s' is not a valid name '%s' is not a valid name: '%c' (?R or (?[+-]digits must be followed by )) without opening (A bookmark for URI '%s' already existsAbstract unix domain socket addresses not supported on this systemAdded socket is closedApplication Options:Association creation not supported on win32Attribute '%s' of element '%s' not foundAttribute value must be non-NULLBackup file creation failedCan't copy directory over directoryCan't copy over directoryCan't copy special fileCan't create user MIME configuration folder %s: %sCan't create user application configuration folder %s: %sCan't create user desktop file %sCan't do a raw read in g_io_channel_read_line_stringCan't do a raw read in g_io_channel_read_to_endCan't find applicationCan't handle the supplied version the icon encodingCan't handle version %d of GEmblem encodingCan't handle version %d of GEmblemedIcon encodingCan't handle version %d of GFileIcon encodingCan't handle version %d of GThemedIcon encodingCan't move directory over directoryCan't open directoryCan't recursively copy directoryCan't rename file, filename already existCan't rename root directoryCancellable initialization not supportedCannot convert fallback '%s' to codeset '%s'Cannot parse double value '%s' for %sCannot parse integer value '%s' for %sCannot set permissions on symlinksCannot truncate GMemoryInputStreamChannel terminates in a partial characterCharacter out of range for UTF-16Character out of range for UTF-8Character reference '%-.*s' does not encode a permitted characterCharacter reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Connection in progressContaining mount does not existConversion from character set '%s' to '%s' is not supportedCould not allocate %lu bytes to read file "%s"Could not open converter from '%s' to '%s'Could not open converter from '%s' to '%s': %sCustom definition for %sDEFINE group contains more than one branchDesktop file didn't specify Exec fieldDocument ended unexpectedly after the equals sign following an attribute name; no attribute valueDocument ended unexpectedly inside a comment or processing instructionDocument ended unexpectedly inside an attribute nameDocument ended unexpectedly inside an element nameDocument ended unexpectedly inside an element-opening tag.Document ended unexpectedly inside the close tag for element '%s'Document ended unexpectedly just after an open angle bracket '<'Document ended unexpectedly while inside an attribute valueDocument ended unexpectedly with elements still open - '%s' was the last element openedDocument ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>Document must begin with an element (e.g. )Document was empty or contained only whitespaceDouble value '%s' for %s out of rangeElement '%s' was closed, but the currently open element is '%s'Element '%s' was closed, no element is currently openEmpty entity '&;' seen; valid entities are: & " < > 'Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Entity name '%-.*s' is not knownEnumerator is closedError accepting connection: %sError binding to address: %sError closing file: %sError closing socket: %sError closing unix: %sError connecting: Error connecting: %sError creating backup copy: %sError creating directory: %sError during conversion: %sError getting filesystem info: %sError launching application: %sError making symbolic link: %sError moving file: %sError on line %d char %d: Error on line %d: %sError opening directory '%s': %sError opening file '%s': %sError opening file: %sError parsing option %sError reading file '%s': %sError reading from file: %sError reading from unix: %sError receiving data: %sError receiving message: %sError removing file: %sError removing old backup link: %sError removing old file: %sError removing target file: %sError renaming file: %sError renaming temporary file: %sError resolving '%s'Error resolving '%s': %sError reverse-resolving '%s': %sError seeking in file: %sError sending data: %sError sending message: %sError setting SELinux context: %sError setting extended attribute '%s': %sError setting modification or access time: %sError setting owner: %sError setting permissions: %sError setting symlink: %sError setting symlink: file is not a symlinkError stating file '%s': %sError stating file descriptor: %sError trashing file: %sError truncating file: %sError while compiling regular expression %s at char %d: %sError while matching regular expression %s: %sError while optimizing regular expression %s: %sError while parsing replacement text "%s" at char %lu: %sError writing to file: %sError writing to unix: %sExisting file '%s' could not be removed: g_unlink() failed: %sExpected a GEmblem for GEmblemedIconExpecting 1 control message, got %dExpecting one fd, but got %d Failed to change to directory '%s' (%s)Failed to close file '%s': fclose() failed: %sFailed to create file '%s': %sFailed to create pipe for communicating with child process (%s)Failed to execute child process "%s" (%s)Failed to execute child process (%s)Failed to execute helper program (%s)Failed to expand exec line '%s' with URI '%s'Failed to fork (%s)Failed to fork child process (%s)Failed to get attributes of file '%s': fstat() failed: %sFailed to map file '%s': mmap() failed: %sFailed to open file '%s' for writing: fdopen() failed: %sFailed to open file '%s': %sFailed to open file '%s': fdopen() failed: %sFailed to open file '%s': open() failed: %sFailed to parse '%-.*s', which should have been a digit inside a character reference (ê for example) - perhaps the digit is too largeFailed to read data from child processFailed to read data from child process (%s)Failed to read enough data from child pid pipe (%s)Failed to read from child pipe (%s)Failed to read from file '%s': %sFailed to read the symbolic link '%s': %sFailed to redirect output or input of child process (%s)Failed to rename file '%s' to '%s': g_rename() failed: %sFailed to resize memory output streamFailed to write file '%s': fflush() failed: %sFailed to write file '%s': fsync() failed: %sFailed to write file '%s': fwrite() failed: %sFile "%s" is too largeFile enumerator has outstanding operationFile enumerator is already closedFile is emptyFile names cannot contain '%c'Filesystem rootGSocketControlMessage not supported on windowsHelp Options:Hostname '%s' contains '[' but not ']'Input stream doesn't implement readInteger value '%s' for %s out of rangeInteger value '%s' out of rangeInvalid GSeekType suppliedInvalid UTF-8 encoded text in name - not valid '%s'Invalid attribute type (byte string expected)Invalid attribute type (string expected)Invalid attribute type (uint32 expected)Invalid attribute type (uint64 expected)Invalid byte sequence in conversion inputInvalid extended attribute nameInvalid filenameInvalid filename %sInvalid group name: %sInvalid hostnameInvalid key name: %sInvalid program name: %sInvalid seek requestInvalid sequence in conversion inputInvalid socket, initialization failed due to: %sInvalid socket, not initializedInvalid string in argument vector at %d: %sInvalid string in environment: %sInvalid symlink value givenInvalid working directory: %sKey file contains escape character at end of lineKey file contains invalid escape sequence '%s'Key file contains key '%s' in group '%s' which has value that cannot be interpreted.Key file contains key '%s' which has a value that cannot be interpreted.Key file contains key '%s' which has value that cannot be interpreted.Key file contains key '%s' with value '%s' which is not UTF-8Key file contains line '%s' which is not a key-value pair, group, or commentKey file contains unsupported encoding '%s'Key file does not have group '%s'Key file does not have key '%s'Key file does not have key '%s' in group '%s'Key file does not start with a groupLeftover unconverted data in read bufferListener is already closedMalformed input data for GFileIconMalformed number of tokens (%d) in GEmblem encodingMalformed number of tokens (%d) in GEmblemedIcon encodingMalformed version number: %sMemory output stream not resizableMissing argument for %sMove between mounts not supportedNo MIME type defined in the bookmark for URI '%s'No application is registered as handling this fileNo application with name '%s' registered a bookmark for '%s'No bookmark found for URI '%s'No groups set in bookmark for URI '%s'No private flag has been defined in bookmark for URI '%s'No service record for '%s'No type for class name %sNo valid bookmark file found in data dirsNot a regular fileNot enough space for socket addressOdd character '%s', expected a '=' after attribute name '%s' of element '%s'Odd character '%s', expected a '>' character to end the empty-element tag '%s'Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute nameOdd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'Operation not supportedOperation was cancelledOutput stream doesn't implement writePCRE library is compiled without UTF8 properties supportPCRE library is compiled without UTF8 supportPOSIX collating elements are not supportedPOSIX named classes are supported only within a classPartial character sequence at end of inputQuoted text doesn't begin with a quotation markReached maximum data array limitReceived invalid fdSELinux context must be non-NULLSELinux is not enabled on this systemSeek not supported on streamSetting attribute %s not supportedShow all help optionsShow help optionsSocket is already closedSource stream is already closedStream doesn't support query_infoStream has outstanding operationStream is already closedSymbolic links not supportedTarget file existsTarget file is a directoryTarget file is not a regular fileTemplate '%s' doesn't contain XXXXXXTemplate '%s' invalid, should not contain a '%s'Temporarily unable to resolve '%s'Text ended before matching quote was found for %c. (The text was '%s')Text ended just after a '\' character. (The text was '%s')Text was empty (or contained only whitespace)The URI '%s' contains invalidly escaped charactersThe URI '%s' is invalidThe URI '%s' is not an absolute URI using the "file" schemeThe file was externally modifiedThe hostname of the URI '%s' is invalidThe local file URI '%s' may not include a '#'The pathname '%s' is not an absolute pathToo large count value passed to %sTrash not supportedTruncate not allowed on input streamTruncate not supported on streamType %s does not implement from_tokens() on the GIcon interfaceType %s does not implement the GIcon interfaceType %s is not classedURIs not supportedUnable to create socket: %sUnable to create trash dir %s: %sUnable to create trashing info file: %sUnable to find default local directory monitor typeUnable to find default local file monitor typeUnable to find or create trash directoryUnable to find terminal required for applicationUnable to find toplevel directory for trashUnable to get pending error: %sUnable to trash file: %sUnexpected attribute '%s' for element '%s'Unexpected early end-of-streamUnexpected error in g_io_channel_win32_poll() reading data from a child processUnexpected error in select() reading data from a child process (%s)Unexpected error in waitpid() (%s)Unexpected tag '%s' inside '%s'Unexpected tag '%s', tag '%s' expectedUnexpected type of ancillary dataUnknown error executing child process "%s"Unknown error on connectUnknown option %sUnknown protocol was specifiedUnknown typeUnmatched quotation mark in command line or other shell-quoted textUnnamedUnsupported socket addressUsage:Valid key file could not be found in search dirsValue '%s' cannot be interpreted as a boolean.Value '%s' cannot be interpreted as a float number.Value '%s' cannot be interpreted as a number.Waiting for socket condition: %sWrong number of tokens (%d)[OPTION...]\ at end of pattern\C not allowed in lookbehind assertion\c at end of pattern\g is not followed by a braced name or an optionally braced non-zero numberassertion expected after (?(association changes not supported on win32back references as conditions are not supported for partial matchingbacktracking limit reachedcase-changing escapes (\l, \L, \u, \U) are not allowed herecharacter value in \x{...} sequence is too largecode overflowconditional group contains more than two branchescorrupted objectcould not get local address: %scould not get remote address: %scould not listen: %screating GSocket from fd: %sdigit expecteddrive doesn't implement ejectdrive doesn't implement eject or eject_with_operationdrive doesn't implement polling for mediadrive doesn't implement startdrive doesn't implement stopfailed to get memoryhexadecimal digit expectedhexadecimal digit or '}' expectedillegal symbolic referenceinconsistent NEWLINE optionsinternal errorinternal error or corrupted objectinvalid combination of newline flagsinvalid condition (?(0)invalid escape sequence in character classlookbehind assertion is not fixed lengthmalformed \P or \p sequencemalformed number or name after (?(missing '<' in symbolic referencemissing ) after commentmissing terminating )missing terminating ] for character classmissing terminator in subpattern namemount doesn't implement content type guessingmount doesn't implement ejectmount doesn't implement eject or eject_with_operationmount doesn't implement remountmount doesn't implement synchronous content type guessingmount doesn't implement unmountmount doesn't implement unmount or unmount_with_operationnothing to repeatnumber too big in {} quantifiernumbers out of order in {} quantifieroctal value is greater than \377out of memoryoverran compiling workspacepreviously-checked referenced subpattern not foundrange out of order in character classrecursion limit reachedrecursive call could loop indefinitelyreference to non-existent subpatternregular expression too largerepeating a DEFINE group is not allowedstray final '\'subpattern name is too long (maximum 32 characters)symlink must be non-NULLthe pattern contains items not supported for partial matchingtoo many named subpatterns (maximum 10,000)two named subpatterns have the same nameunexpected repeatunfinished symbolic referenceunknown POSIX class nameunknown errorunknown escape sequenceunknown property name after \P or \punrecognized character after (?unrecognized character after (?<unrecognized character after (?Punrecognized character follows \volume doesn't implement ejectvolume doesn't implement eject or eject_with_operationvolume doesn't implement mountworkspace limit for empty substrings reachedzero-length symbolic referenceProject-Id-Version: glib.master.kn Report-Msgid-Bugs-To: POT-Creation-Date: 2009-10-07 09:51-0400 PO-Revision-Date: 2009-09-10 12:23+0530 Last-Translator: Shankar Prasad Language-Team: Kannada MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.11.4 Plural-Forms: nplurals=2; plural=(n != 1); (ā˛…ā˛Žā˛žā˛¨āŗā˛¯ ➏➂➕⺇➤ā˛ŋ➕➰➪)%.1f GB%.1f KB%.1f MB%s ā˛•ā˛Ąā˛¤ā˛Ļ ā˛Ŧ➗⺆%s ā˛Ŧ➗⺆'<' ā˛…ā˛•āŗā˛ˇā˛°ā˛ĩ⺁ ā˛Ŧ➂ā˛Ļ ➍➂➤➰, '%s' ā˛ĩ⺁ ➒➂ā˛Ļ⺁ ā˛Žā˛žā˛¨āŗā˛¯ā˛ĩā˛˛āŗā˛˛ā˛Ļ ā˛…ā˛•āŗā˛ˇā˛°ā˛ĩā˛žā˛—ā˛ŋā˛Ļāŗ†; ➅ā˛Ļ⺁ ➒➂ā˛Ļ⺁ ➅➂ā˛ļā˛Ļ ā˛šāŗ†ā˛¸ā˛°ā˛¨āŗā˛¨āŗ ➆➰➂➭ā˛ŋ➏ā˛Ļāŗ‡ ➇➰ā˛Ŧā˛šāŗā˛Ļ⺁'%s' ā˛ĩ⺁ '' ā˛ĩ⺁ ā˛…ā˛¨āŗā˛Žā˛¤ā˛ŋ ➇➰⺁ā˛ĩ ā˛…ā˛•āŗā˛ˇā˛°ā˛ĩā˛žā˛—ā˛ŋā˛°āŗā˛¤āŗā˛¤ā˛Ļāŗ†'%s' ➝⺁ ➒➂ā˛Ļ⺁ ā˛Žā˛žā˛¨āŗā˛¯ā˛ĩā˛žā˛Ļ ā˛šāŗ†ā˛¸ā˛°ā˛žā˛—ā˛ŋā˛˛āŗā˛˛'%s' ➝⺁ ➒➂ā˛Ļ⺁ ā˛Žā˛žā˛¨āŗā˛¯ā˛ĩā˛žā˛Ļ ā˛šāŗ†ā˛¸ā˛°ā˛žā˛—ā˛ŋā˛˛āŗā˛˛: '%c' (?R ➅ā˛Ĩā˛ĩ (?[+-] ā˛Ąā˛ŋ➜ā˛ŋā˛Ÿāŗâ€ā˛—ā˛ŗāŗ ) ā˛…ā˛¨āŗā˛¨āŗ ➅➍⺁➏➰ā˛ŋ➏ā˛Ŧ⺇➕⺁) ā˛¤āŗ†ā˛°āŗ†ā˛¯ā˛˛āŗā˛Ēā˛Ąā˛Ļāŗ† (URI '%s' ➗⺆ ā˛ˆā˛—ā˛žā˛—ā˛˛āŗ† ➒➂ā˛Ļ⺁ ā˛Ŧāŗā˛•āŗ ā˛Žā˛žā˛°āŗā˛•āŗ ā˛…ā˛¸āŗā˛¤ā˛ŋā˛¤āŗā˛ĩā˛Ļā˛˛āŗā˛˛ā˛ŋā˛Ļ⺆➅ā˛Ŧāŗâ€Œā˛¸āŗā˛Ÿāŗā˛°ā˛žā˛•āŗā˛Ÿāŗ ➝⺁➍ā˛ŋā˛•āŗā˛¸āŗ ā˛ĄāŗŠā˛Žāŗˆā˛¨āŗ ā˛¸ā˛žā˛•āŗ†ā˛Ÿāŗ ā˛ĩā˛ŋā˛ŗā˛žā˛¸ā˛—ā˛ŗā˛ŋ➗⺆ ➈ ā˛ĩāŗā˛¯ā˛ĩā˛¸āŗā˛Ĩāŗ†ā˛¯ā˛˛āŗā˛˛ā˛ŋ ā˛Ŧ⺆➂ā˛Ŧ➞ā˛ĩā˛ŋā˛˛āŗā˛˛ā˛¸āŗ‡ā˛°ā˛ŋā˛¸ā˛˛ā˛žā˛Ļ ā˛¸ā˛žā˛•āŗ†ā˛Ÿāŗ ā˛…ā˛¨āŗā˛¨āŗ ā˛Žāŗā˛šāŗā˛šā˛˛ā˛žā˛—ā˛ŋā˛Ļāŗ†ā˛…ā˛¨āŗā˛ĩ➝ā˛Ļ ā˛†ā˛¯āŗā˛•āŗ†ā˛—ā˛ŗāŗ:win32 ā˛¨ā˛˛āŗā˛˛ā˛ŋ ➅➏⺋➏ā˛ŋ➝⺇ā˛ļā˛¨āŗ ā˛°ā˛šā˛¨āŗ†ā˛¯āŗ ā˛Ŧ⺆➂ā˛Ŧ➞ā˛ŋ➤ā˛ĩā˛žā˛—ā˛ŋā˛˛āŗā˛˛'%s' ā˛Ļ ā˛˜ā˛Ÿā˛•ā˛•āŗā˛•āŗ† '%s' ➗⺁➪ā˛ĩā˛ŋā˛ļ⺇➎ ā˛Ēā˛¤āŗā˛¤āŗ†ā˛¯ā˛žā˛—ā˛ŋā˛˛āŗā˛˛ā˛ĩ⺈ā˛ļā˛ŋā˛ˇāŗā˛Ÿāŗā˛¯ā˛Ļ ā˛ŽāŗŒā˛˛āŗā˛¯ā˛ĩ⺁ ā˛ļāŗ‚ā˛¨āŗā˛¯ā˛ĩā˛˛āŗā˛˛ā˛Ļ⺁ā˛Ļā˛žā˛—ā˛ŋ➰ā˛Ŧ⺇➕⺁ā˛Ŧāŗā˛¯ā˛žā˛•āŗ ā˛•ā˛Ąā˛¤ā˛ĩā˛¨āŗā˛¨āŗ ➍ā˛ŋā˛°āŗā˛Žā˛ŋ➏⺁ā˛ĩā˛˛āŗā˛˛ā˛ŋ ā˛ĩā˛ŋā˛Ģ➞➤⺆➕⺋ā˛ļā˛ĩā˛¨āŗā˛¨āŗ ➕⺋ā˛ļā˛•āŗā˛•āŗ† ➍➕➞ā˛ŋ➏➞⺁ ā˛¸ā˛žā˛§āŗā˛¯ā˛ĩā˛žā˛—ā˛ŋā˛˛āŗā˛˛ā˛•āŗ‹ā˛ļā˛•āŗā˛•āŗ† ➍➕➞ā˛ŋ➏➞⺁ ā˛¸ā˛žā˛§āŗā˛¯ā˛ĩā˛žā˛—ā˛ŋā˛˛āŗā˛˛ā˛ĩā˛ŋā˛ļ⺇➎ ā˛•ā˛Ąā˛¤ā˛ĩā˛¨āŗā˛¨āŗ ā˛•ā˛žā˛Ēā˛ŋ ā˛Žā˛žā˛Ąā˛˛āŗ ā˛¸ā˛žā˛§āŗā˛¯ā˛ĩā˛žā˛—ā˛ŋā˛˛āŗā˛˛ā˛Ŧ➺➕⺆ā˛Ļā˛žā˛° MIME ā˛¸ā˛‚ā˛°ā˛šā˛¨ā˛ž ā˛Ģāŗ‹ā˛˛āŗā˛Ąā˛°āŗ %s ā˛…ā˛¨āŗā˛¨āŗ ➰➚ā˛ŋā˛¸ā˛˛ā˛žā˛—ā˛ŋā˛˛āŗā˛˛: %sā˛Ŧ➺➕⺆ā˛Ļā˛žā˛° ā˛…ā˛¨āŗā˛ĩ➝ ā˛¸ā˛‚ā˛°ā˛šā˛¨ā˛ž ā˛Ģāŗ‹ā˛˛āŗā˛Ąā˛°āŗ %s ā˛…ā˛¨āŗā˛¨āŗ ➰➚ā˛ŋā˛¸ā˛˛ā˛žā˛—ā˛ŋā˛˛āŗā˛˛: %sā˛Ŧ➺➕⺆ā˛Ļā˛žā˛°ā˛¨ ā˛Ąāŗ†ā˛¸āŗā˛•āŗâ€ā˛Ÿā˛žā˛Ēāŗ ā˛•ā˛Ąā˛¤ %s ā˛…ā˛¨āŗā˛¨āŗ ā˛¤āŗ†ā˛°āŗ†ā˛¯ā˛˛ā˛žā˛—ā˛ŋā˛˛āŗā˛˛g_io_channel_read_line_string ā˛¨ā˛˛āŗā˛˛ā˛ŋ ➒➂ā˛Ļ⺁ ā˛šā˛—āŗā˛° ➓ā˛Ļā˛¨āŗā˛¨āŗ ā˛Žā˛žā˛Ąā˛˛ā˛žā˛—ā˛˛ā˛ŋā˛˛āŗā˛˛g_io_channel_read_to_end ā˛¨ā˛˛āŗā˛˛ā˛ŋ ➒➂ā˛Ļ⺁ ā˛šā˛—āŗā˛° ➓ā˛Ļā˛¨āŗā˛¨āŗ ā˛Žā˛žā˛Ąā˛˛ā˛žā˛—ā˛˛ā˛ŋā˛˛āŗā˛˛ā˛…ā˛¨āŗā˛ĩ➝ā˛ĩā˛¨āŗā˛¨āŗ ā˛Ēā˛¤āŗā˛¤āŗ†ā˛Žā˛žā˛Ąā˛˛ā˛žā˛—āŗā˛ĩ⺁ā˛Ļā˛ŋā˛˛āŗā˛˛ā˛’ā˛Ļ➗ā˛ŋā˛¸ā˛˛ā˛žā˛Ļ ➚ā˛ŋā˛šāŗā˛¨āŗ†ā˛¯ ā˛Žā˛¨āŗā˛•āŗ‹ā˛Ąā˛ŋā˛‚ā˛—āŗ ā˛…ā˛¨āŗā˛¨āŗ ➍ā˛ŋā˛­ā˛žā˛¯ā˛ŋ➏➞⺁ ā˛¸ā˛žā˛§āŗā˛¯ā˛ĩā˛ŋā˛˛āŗā˛˛GEmblem ā˛Žā˛¨āŗā˛•āŗ‹ā˛Ąā˛ŋā˛‚ā˛—āŗâ€Œā˛¨ ➆ā˛ĩāŗƒā˛¤āŗā˛¤ā˛ŋ %d ā˛…ā˛¨āŗā˛¨āŗ ➍ā˛ŋā˛­ā˛žā˛¯ā˛ŋ➏➞⺁ ā˛¸ā˛žā˛§āŗā˛¯ā˛ĩā˛žā˛—ā˛ŋā˛˛āŗā˛˛GEmblemedIcon ā˛Žā˛¨āŗā˛•āŗ‹ā˛Ąā˛ŋā˛‚ā˛—āŗâ€Œā˛¨ ➆ā˛ĩāŗƒā˛¤āŗā˛¤ā˛ŋ %d ā˛…ā˛¨āŗā˛¨āŗ ➍ā˛ŋā˛­ā˛žā˛¯ā˛ŋ➏➞⺁ ā˛¸ā˛žā˛§āŗā˛¯ā˛ĩā˛žā˛—ā˛ŋā˛˛āŗā˛˛GFileIcon ā˛Žā˛¨āŗā˛•āŗ‹ā˛Ąā˛ŋā˛‚ā˛—āŗâ€Œā˛¨ ➆ā˛ĩāŗƒā˛¤āŗā˛¤ā˛ŋ %d ā˛…ā˛¨āŗā˛¨āŗ ➍ā˛ŋā˛­ā˛žā˛¯ā˛ŋ➏➞⺁ ā˛¸ā˛žā˛§āŗā˛¯ā˛ĩā˛žā˛—ā˛ŋā˛˛āŗā˛˛GThemedIcon ā˛Žā˛¨āŗā˛•āŗ‹ā˛Ąā˛ŋā˛‚ā˛—āŗâ€Œā˛¨ ➆ā˛ĩāŗƒā˛¤āŗā˛¤ā˛ŋ %d ā˛…ā˛¨āŗā˛¨āŗ ➍ā˛ŋā˛­ā˛žā˛¯ā˛ŋ➏➞⺁ ā˛¸ā˛žā˛§āŗā˛¯ā˛ĩā˛žā˛—ā˛ŋā˛˛āŗā˛˛ā˛•āŗ‹ā˛ļā˛ĩā˛¨āŗā˛¨āŗ ā˛‡ā˛¨āŗā˛¨āŗŠā˛‚ā˛Ļ⺁ ➕⺋ā˛ļā˛•āŗā˛•āŗ† ā˛¸āŗā˛Ĩā˛ŗā˛žā˛‚ā˛¤ā˛°ā˛ŋā˛¸ā˛˛ā˛žā˛—āŗā˛ĩ⺁ā˛Ļā˛ŋā˛˛āŗā˛˛ā˛•āŗ‹ā˛ļā˛ĩā˛¨āŗā˛¨āŗ ā˛¤āŗ†ā˛°āŗ†ā˛¯ā˛˛ā˛žā˛—ā˛ŋā˛˛āŗā˛˛ā˛•āŗ‹ā˛ļā˛ĩā˛¨āŗā˛¨āŗ ā˛Ēāŗā˛¨ā˛°ā˛žā˛ĩā˛°āŗā˛¤ā˛ŋ➤ā˛ĩā˛žā˛—ā˛ŋ ➍➕➞ā˛ŋ➏➞⺁ ā˛¸ā˛žā˛§āŗā˛¯ā˛ĩā˛žā˛—ā˛ŋā˛˛āŗā˛˛ā˛•ā˛Ąā˛¤ā˛Ļ ā˛šāŗ†ā˛¸ā˛°ā˛¨āŗā˛¨āŗ ā˛Ŧā˛Ļā˛˛ā˛žā˛¯ā˛ŋā˛¸ā˛˛ā˛žā˛—ā˛˛ā˛ŋā˛˛āŗā˛˛, ➈ ā˛šāŗ†ā˛¸ā˛°ā˛ŋ➍ ā˛•ā˛Ąā˛¤ā˛ĩ⺁ ā˛ˆā˛—ā˛žā˛—ā˛˛āŗ† ā˛…ā˛¸āŗā˛¤ā˛ŋā˛¤āŗā˛ĩā˛Ļā˛˛āŗā˛˛ā˛ŋā˛Ļāŗ†ā˛Žāŗ‚ā˛˛ ā˛•ā˛Ąā˛¤ā˛•āŗ‹ā˛ļā˛Ļ ā˛šāŗ†ā˛¸ā˛°ā˛¨āŗā˛¨āŗ ā˛Ŧā˛Ļā˛˛ā˛žā˛¯ā˛ŋā˛¸ā˛˛ā˛žā˛—āŗā˛ĩ⺁ā˛Ļā˛ŋā˛˛āŗā˛˛ā˛°ā˛Ļāŗā˛Ļāŗā˛—āŗŠā˛ŗā˛ŋ➏ā˛Ŧā˛šāŗā˛Ļā˛žā˛Ļ ā˛†ā˛°ā˛‚ā˛­ā˛•āŗā˛•āŗ† ā˛Ŧ⺆➂ā˛Ŧ➞ā˛ĩā˛ŋā˛˛āŗā˛˛fallback '%s' ā˛…ā˛¨āŗā˛¨āŗ ā˛¸ā˛‚ā˛•āŗ‡ā˛¤ā˛¸āŗ†ā˛Ÿāŗ '%s' ➗⺆ ā˛Ē➰ā˛ŋā˛ĩā˛°āŗā˛¤ā˛ŋā˛¸ā˛˛ā˛žā˛—ā˛ŋā˛˛āŗā˛˛'%s' ā˛Ļ %s ā˛•āŗā˛•ā˛žā˛—ā˛ŋ➍ ā˛Ļāŗā˛ĩā˛ŋā˛ŽāŗŒā˛˛āŗā˛¯ā˛ĩā˛¨āŗā˛¨āŗ parse ā˛Žā˛žā˛Ąā˛˛ā˛žā˛—ā˛ŋā˛˛āŗā˛˛ for %s ā˛•āŗā˛•ā˛žā˛—ā˛ŋ➍ ā˛Ēāŗ‚ā˛°āŗā˛Ŗā˛žā˛‚ā˛• ā˛ŽāŗŒā˛˛āŗā˛¯ '%s' ā˛…ā˛¨āŗā˛¨āŗ ā˛ļā˛Ŧāŗā˛§ā˛˛ā˛•āŗā˛ˇā˛Ŗ ā˛šāŗ‡ā˛ŗā˛˛ā˛žā˛—ā˛ŋā˛˛āŗā˛˛ā˛¸ā˛žā˛‚ā˛•āŗ‡ā˛¤ā˛ŋā˛•ā˛•āŗŠā˛‚ā˛Ąā˛ŋā˛—ā˛ŗā˛˛āŗā˛˛ā˛ŋ ā˛…ā˛¨āŗā˛Žā˛¤ā˛ŋā˛—ā˛ŗā˛¨āŗā˛¨āŗ ā˛šāŗŠā˛‚ā˛Ļā˛ŋā˛¸ā˛˛ā˛žā˛—ā˛ŋā˛˛āŗā˛˛GMemoryInputStream ā˛…ā˛¨āŗā˛¨āŗ ā˛•ā˛Ąā˛ŋā˛¤ā˛—āŗŠā˛ŗā˛ŋā˛¸ā˛˛ā˛žā˛—ā˛ŋā˛˛āŗā˛˛ā˛Žā˛žā˛°āŗā˛—ā˛ĩ⺁ ➒➂ā˛Ļ⺁ ➆➂ā˛ļā˛ŋ➕ ā˛…ā˛•āŗā˛ˇā˛°ā˛Ļā˛˛āŗā˛˛ā˛ŋ ā˛•āŗŠā˛¨āŗ†ā˛—āŗŠā˛ŗāŗā˛ŗāŗā˛¤āŗā˛¤ā˛Ļāŗ†ā˛…ā˛•āŗā˛ˇā˛°ā˛ĩ⺁ UTF-16 ➍ ā˛ĩāŗā˛¯ā˛žā˛Ēāŗā˛¤ā˛ŋ ➇➂ā˛Ļ ā˛šāŗŠā˛°ā˛—ā˛ŋā˛Ļāŗ†ā˛…ā˛•āŗā˛ˇā˛°ā˛ĩ⺁ UTF-8 ➍ ā˛ĩāŗā˛¯ā˛žā˛Ēāŗā˛¤ā˛ŋ ➇➂ā˛Ļ ā˛šāŗŠā˛°ā˛—ā˛ŋā˛Ļāŗ†ā˛…ā˛•āŗā˛ˇā˛° ā˛‰ā˛˛āŗā˛˛āŗ‡ā˛– '%-.*s' ā˛ĩ⺁ ➒➂ā˛Ļ⺁ ā˛…ā˛¨āŗā˛Žā˛¤ā˛ŋ ➇➰⺁ā˛ĩ ā˛…ā˛•āŗā˛ˇā˛°ā˛ĩā˛¨āŗā˛¨āŗ encode ā˛Žā˛žā˛Ąāŗā˛ĩ⺁ā˛Ļā˛ŋā˛˛āŗā˛˛ā˛…ā˛•āŗā˛ˇā˛° ā˛‰ā˛˛āŗā˛˛āŗ‡ā˛–ā˛ĩ⺁ ➒➂ā˛Ļ⺁ ā˛…ā˛°āŗā˛§ā˛ĩā˛ŋā˛°ā˛žā˛Ž ➚ā˛ŋā˛šāŗā˛¨āŗ†ā˛¯ā˛ŋ➂ā˛Ļ ā˛•āŗŠā˛¨āŗ†ā˛—āŗŠā˛‚ā˛Ąā˛ŋā˛˛āŗā˛˛; ā˛šāŗ†ā˛šāŗā˛šā˛ŋ➍ ā˛Ēā˛•āŗā˛ˇ ➍⺀ā˛ĩ⺁ ➒➂ā˛Ļ⺁ ā˛˜ā˛Ÿā˛•ā˛ĩā˛¨āŗā˛¨āŗ ➆➰➂➭ā˛ŋ➏⺁ā˛ĩ ➉ā˛Ļāŗā˛Ļāŗ‡ā˛ļā˛ĩā˛ŋā˛˛āŗā˛˛ā˛Ļāŗ‡ ampersand ā˛…ā˛•āŗā˛ˇā˛°ā˛ĩā˛¨āŗā˛¨āŗ ā˛Ŧ➺➏ā˛ŋā˛Ļāŗā˛Ļ⺀➰ā˛ŋ - ampersand ➍ā˛ŋ➂ā˛Ļ ā˛šāŗŠā˛°ā˛Ŧ➰➞⺁ & ā˛Žā˛‚ā˛Ļ⺁ ā˛Žā˛žā˛Ąā˛ŋ➏➂ā˛Ēā˛°āŗā˛•ā˛ĩ⺁ ā˛Ēāŗā˛°ā˛—ā˛¤ā˛ŋā˛¯ā˛˛āŗā˛˛ā˛ŋā˛Ļāŗ†ā˛šāŗŠā˛‚ā˛Ļā˛ŋ➰⺁ā˛ĩ ā˛ŽāŗŒā˛‚ā˛Ÿāŗ ā˛…ā˛¸āŗā˛¤ā˛ŋā˛¤āŗā˛ĩā˛Ļā˛˛āŗā˛˛ā˛ŋā˛˛āŗā˛˛'%s' ā˛…ā˛•āŗā˛ˇā˛°ā˛—ā˛ŗā˛ŋ➂ā˛Ļ '%s' ➗⺆ ā˛Ē➰ā˛ŋā˛ĩā˛°āŗā˛¤ā˛ŋ➏⺁ā˛ĩ⺁ā˛Ļ⺁ ā˛Ŧ⺆➂ā˛Ŧ➞ā˛ŋ➤ā˛ĩā˛žā˛—ā˛ŋā˛˛āŗā˛˛%lu ā˛Ŧāŗˆā˛Ÿāŗâ€ā˛—ā˛ŗā˛¨āŗā˛¨āŗ, "%s" ā˛•ā˛Ąā˛¤ā˛ĩā˛¨āŗā˛¨āŗ ➓ā˛Ļ⺁ā˛ĩ➂➤⺆ ➍ā˛ŋā˛¯āŗ‹ā˛œā˛ŋ➏➞⺁ ā˛¸ā˛žā˛§āŗā˛¯ā˛ĩā˛žā˛—ā˛ŋā˛˛āŗā˛˛'%s' ➍ā˛ŋ➂ā˛Ļ '%s'➗⺆ ā˛Ē➰ā˛ŋā˛ĩā˛°āŗā˛¤ā˛•ā˛ĩā˛¨āŗā˛¨āŗ ā˛¤āŗ†ā˛°āŗ†ā˛¯ā˛˛ā˛žā˛—āŗā˛¤āŗā˛¤ā˛ŋā˛˛āŗā˛˛'%s' ➍ā˛ŋ➂ā˛Ļ '%s' ➗⺆ ā˛Ē➰ā˛ŋā˛ĩā˛°āŗā˛¤ā˛•ā˛ĩā˛¨āŗā˛¨āŗ ➤⺆➰⺆➝➞⺁ ➆➗ā˛ŋā˛˛āŗā˛˛: %s%s ā˛—ā˛žā˛—ā˛ŋ➍ ā˛•ā˛¸āŗā˛Ÿā˛Žāŗ ā˛ĩā˛ŋā˛ĩ➰➪⺆➒➂ā˛Ļā˛•āŗā˛•ā˛ŋ➂➤ ā˛šāŗ†ā˛šāŗā˛šā˛ŋ➍ ā˛ļā˛žā˛–āŗ†ā˛¯ā˛¨āŗā˛¨āŗ ā˛šāŗŠā˛‚ā˛Ļā˛ŋ➰⺁ā˛ĩ ā˛¸ā˛Žāŗ‚ā˛šā˛ĩā˛¨āŗā˛¨āŗ DEFINE ā˛Žā˛žā˛Ąāŗā˛—ā˛Ŗā˛•ā˛¤āŗ†ā˛°āŗ† ā˛•ā˛Ąā˛¤ā˛ĩ⺁ Exec ā˛•āŗā˛ˇāŗ‡ā˛¤āŗā˛°ā˛ĩā˛¨āŗā˛¨āŗ ā˛¸āŗ‚ā˛šā˛ŋ➏ā˛ŋā˛˛āŗā˛˛ā˛Ļā˛¸āŗā˛¤ā˛žā˛ĩāŗ‡ā˛œāŗ ➒➂ā˛Ļ⺁ ā˛—āŗā˛Ŗā˛˛ā˛•āŗā˛ˇā˛Ŗā˛Ļ ā˛šāŗ†ā˛¸ā˛°ā˛ŋ➍ ➍➂➤➰ā˛Ļ ā˛¸ā˛Ž ➚ā˛ŋā˛šāŗā˛¨āŗ†ā˛¯ ➍➂➤➰ ➅➍ā˛ŋā˛°āŗ€ā˛•āŗā˛ˇā˛ŋ➤ā˛ĩā˛žā˛—ā˛ŋ ā˛•āŗŠā˛¨āŗ†ā˛—āŗŠā˛‚ā˛Ąā˛ŋā˛Ļāŗ†; ā˛¯ā˛žā˛ĩ⺁ā˛Ļāŗ‡ ā˛—āŗā˛Ŗā˛˛ā˛•āŗā˛ˇā˛Ŗ ā˛ŽāŗŒā˛˛āŗā˛¯ā˛ĩā˛ŋā˛˛āŗā˛˛ā˛Ļā˛¸āŗā˛¤ā˛žā˛ĩāŗ‡ā˛œāŗ ➒➂ā˛Ļ⺁ ā˛šāŗ‡ā˛ŗā˛ŋ➕⺆ ➅ā˛Ĩā˛ĩ ā˛Ēāŗā˛°ā˛•āŗā˛°ā˛ŋ➝⺆ ā˛¸āŗ‚ā˛šā˛¨āŗ†ā˛¯ ➒➺➗⺆ ➅➍ā˛ŋā˛°āŗ€ā˛•āŗā˛ˇā˛ŋ➤ā˛ĩā˛žā˛—ā˛ŋ ā˛•āŗŠā˛¨āŗ†ā˛—āŗŠā˛‚ā˛Ąā˛ŋā˛Ļāŗ†ā˛Ļā˛¸āŗā˛¤ā˛žā˛ĩāŗ‡ā˛œāŗ ➒➂ā˛Ļ⺁ ā˛—āŗā˛Ŗā˛˛ā˛•āŗā˛ˇā˛Ŗ ā˛šāŗ†ā˛¸ā˛°ā˛ŋā˛¨ā˛˛āŗā˛˛ā˛ŋ ➅➍ā˛ŋā˛°āŗ€ā˛•āŗā˛ˇā˛ŋ➤ā˛ĩā˛žā˛—ā˛ŋ ā˛•āŗŠā˛¨āŗ†ā˛—āŗŠā˛‚ā˛Ąā˛ŋā˛Ļāŗ†ā˛Ļā˛¸āŗā˛¤ā˛žā˛ĩāŗ‡ā˛œāŗ ➒➂ā˛Ļ⺁ ➅➂ā˛ļā˛Ļ ā˛šāŗ†ā˛¸ā˛°ā˛ŋā˛¨ā˛˛āŗā˛˛ā˛ŋ ➅➍ā˛ŋā˛°āŗ€ā˛•āŗā˛ˇā˛ŋ➤ā˛ĩā˛žā˛—ā˛ŋ ā˛•āŗŠā˛¨āŗ†ā˛—āŗŠā˛‚ā˛Ąā˛ŋā˛Ļāŗ†ā˛Ļā˛¸āŗā˛¤ā˛žā˛ĩāŗ‡ā˛œāŗ ➒➂ā˛Ļ⺁ ➅➂ā˛ļ ➤⺆➰⺆➝⺁ā˛ĩ ā˛Ÿāŗā˛¯ā˛žā˛—ā˛ŋ➍ ➒➺➗⺆ ➅➍ā˛ŋā˛°āŗ€ā˛•āŗā˛ˇā˛ŋ➤ā˛ĩā˛žā˛—ā˛ŋ ā˛•āŗŠā˛¨āŗ†ā˛—āŗŠā˛‚ā˛Ąā˛ŋā˛Ļāŗ†.ā˛Ļā˛¸āŗā˛¤ā˛žā˛ĩāŗ‡ā˛œāŗ ➒➂ā˛Ļ⺁ ➅➂ā˛ļ'%s'ā˛Ļ ā˛Žāŗā˛šāŗā˛šā˛˛āŗā˛Ēā˛Ÿāŗā˛Ÿ ā˛Ÿāŗā˛¯ā˛žā˛—ā˛ŋ➍ ➒➺➗⺆ ➅➍ā˛ŋā˛°āŗ€ā˛•āŗā˛ˇā˛ŋ➤ā˛ĩā˛žā˛—ā˛ŋ ā˛•āŗŠā˛¨āŗ†ā˛—āŗŠā˛‚ā˛Ąā˛ŋā˛Ļāŗ†ā˛Ļā˛¸āŗā˛¤ā˛žā˛ĩāŗ‡ā˛œāŗ ➒➂ā˛Ļ⺁ ā˛Žāŗā˛•āŗā˛¤ ➕⺋➍ ➆ā˛ĩ➰➪ ➚ā˛ŋā˛šāŗā˛¨āŗ† '<' ➝ ➍➂➤➰ ➅➍ā˛ŋā˛°āŗ€ā˛•āŗā˛ˇā˛ŋ➤ā˛ĩā˛žā˛—ā˛ŋ ā˛•āŗŠā˛¨āŗ†ā˛—āŗŠā˛‚ā˛Ąā˛ŋā˛Ļāŗ†ā˛Ļā˛¸āŗā˛¤ā˛žā˛ĩāŗ‡ā˛œāŗ ➒➂ā˛Ļ⺁ ā˛—āŗā˛Ŗā˛˛ā˛•āŗā˛ˇā˛Ŗ ā˛ŽāŗŒā˛˛āŗā˛¯ā˛Ļ ➒➺➗ā˛ŋ➰⺁ā˛ĩā˛žā˛— ➅➍ā˛ŋā˛°āŗ€ā˛•āŗā˛ˇā˛ŋ➤ā˛ĩā˛žā˛—ā˛ŋ ā˛•āŗŠā˛¨āŗ†ā˛—āŗŠā˛‚ā˛Ąā˛ŋā˛Ļ⺆➅➂ā˛ļ➗➺⺁ ➤⺆➰⺆ā˛Ļā˛ŋ➰⺁ā˛ĩā˛žā˛—ā˛˛āŗ‡ ā˛Ļā˛¸āŗā˛¤ā˛žā˛ĩāŗ‡ā˛œāŗ ➅➍ā˛ŋā˛°āŗ€ā˛•āŗā˛ˇā˛ŋ➤ā˛ĩā˛žā˛—ā˛ŋ ā˛•āŗŠā˛¨āŗ†ā˛—āŗŠā˛‚ā˛Ąā˛ŋā˛Ļāŗ† - '%s' ➝⺁ ā˛¤āŗ†ā˛°āŗ†ā˛¯ā˛˛āŗā˛Ēā˛Ÿāŗā˛Ÿ ā˛•āŗŠā˛¨āŗ†ā˛¯ ➅➂ā˛ļā˛Ļā˛¸āŗā˛¤ā˛žā˛ĩāŗ‡ā˛œāŗ ➅➍ā˛ŋā˛°āŗ€ā˛•āŗā˛ˇā˛ŋ➤ā˛ĩā˛žā˛—ā˛ŋ ā˛•āŗŠā˛¨āŗ†ā˛—āŗŠā˛‚ā˛Ąā˛ŋā˛Ļāŗ†, <%s/> ā˛Ÿāŗā˛¯ā˛žā˛—ā˛ŋ➍ ā˛•āŗŠā˛¨āŗ†ā˛¯ā˛˛āŗā˛˛ā˛ŋ ➒➂ā˛Ļ⺁ ā˛Žāŗā˛•āŗā˛¤ ➕⺋➍ ➆ā˛ĩ➰➪ ➚ā˛ŋā˛šāŗā˛¨āŗ†ā˛¯ā˛¨āŗā˛¨āŗ ā˛•ā˛žā˛Ŗā˛˛āŗ ➅ā˛Ēāŗ‡ā˛•āŗā˛ˇā˛ŋā˛¸ā˛˛ā˛žā˛—ā˛ŋā˛¤āŗā˛¤āŗā˛Ļā˛¸āŗā˛¤ā˛žā˛ĩāŗ‡ā˛œāŗā˛—ā˛ŗāŗ ➒➂ā˛Ļ⺁ ➅➂ā˛ļā˛Ļā˛ŋ➂ā˛Ļ ā˛†ā˛°ā˛‚ā˛­ā˛—āŗŠā˛ŗāŗā˛ŗā˛Ŧ⺇➕⺁ (e.g. )ā˛Ļā˛¸āŗā˛¤ā˛žā˛ĩāŗ‡ā˛œāŗ ā˛–ā˛žā˛˛ā˛ŋā˛¯ā˛žā˛—ā˛ŋā˛¤āŗā˛¤āŗ ➅ā˛Ĩā˛ĩ ➕⺇ā˛ĩ➞ ➕⺇ā˛ĩ➞ ā˛–ā˛žā˛˛ā˛ŋ ā˛œā˛žā˛—ā˛—ā˛ŗā˛¨āŗā˛¨āŗ ā˛šāŗŠā˛‚ā˛Ļā˛ŋā˛¤āŗā˛¤āŗ%s ā˛•āŗā˛•ā˛žā˛—ā˛ŋ➍ '%s' ā˛Ļāŗā˛ĩā˛ŋ ā˛ŽāŗŒā˛˛āŗā˛¯ā˛ĩ⺁ ā˛ĩāŗā˛¯ā˛žā˛Ēāŗā˛¤ā˛ŋ➝ā˛ŋ➂ā˛Ļ ā˛šāŗŠā˛°ā˛—ā˛ŋā˛Ļ⺆➅➂ā˛ļ '%s' ā˛ĩ⺁ ā˛Žāŗā˛šāŗā˛šā˛˛āŗā˛Ēā˛Ÿāŗā˛Ÿā˛ŋā˛Ļāŗ†, ➆ā˛Ļ➰⺆ ā˛Ēāŗā˛°ā˛¸āŗā˛¤āŗā˛¤ ā˛Žāŗā˛•āŗā˛¤ā˛ĩā˛žā˛—ā˛ŋ➰⺁ā˛ĩ ➅➂ā˛ļā˛ĩ⺆➂ā˛Ļ➰⺆ '%s' ➆➗ā˛ŋā˛Ļ⺆➅➂ā˛ļā˛ĩ⺁ '%s' was closed, no element is currently openā˛–ā˛žā˛˛ā˛ŋ ā˛˜ā˛Ÿā˛• '&;' ā˛•ā˛‚ā˛Ąāŗ ā˛Ŧ➂ā˛Ļā˛ŋā˛Ļāŗ†; ā˛Žā˛žā˛¨āŗā˛¯ ā˛¨ā˛Žāŗ‚ā˛Ļ⺁➗➺⺆➂ā˛Ļ➰⺆: & " < > 'ā˛˜ā˛Ÿā˛•ā˛ĩ⺁ ➒➂ā˛Ļ⺁ ā˛…ā˛°āŗā˛§ā˛ĩā˛ŋā˛°ā˛žā˛Ž ➚ā˛ŋā˛šāŗā˛¨āŗ†ā˛¯ā˛ŋ➂ā˛Ļ ā˛•āŗŠā˛¨āŗ†ā˛—āŗŠā˛‚ā˛Ąā˛ŋā˛˛āŗā˛˛; ā˛šāŗ†ā˛šāŗā˛šā˛ŋ➍ ā˛Ēā˛•āŗā˛ˇ ➍⺀ā˛ĩ⺁ ➒➂ā˛Ļ⺁ ā˛˜ā˛Ÿā˛•ā˛ĩā˛¨āŗā˛¨āŗ ➆➰➂➭ā˛ŋ➏⺁ā˛ĩ ➉ā˛Ļāŗā˛Ļāŗ‡ā˛ļā˛ĩā˛ŋā˛˛āŗā˛˛ā˛Ļāŗ‡ ampersand ā˛…ā˛•āŗā˛ˇā˛°ā˛ĩā˛¨āŗā˛¨āŗ ā˛Ŧ➺➏ā˛ŋā˛Ļāŗā˛Ļ⺀➰ā˛ŋ - ampersand ➍ā˛ŋ➂ā˛Ļ ā˛šāŗŠā˛°ā˛Ŧ➰➞⺁ & ā˛Žā˛‚ā˛Ļ⺁ ā˛Žā˛žā˛Ąā˛ŋā˛¨ā˛Žāŗ‚ā˛Ļā˛ŋ➍ ā˛šāŗ†ā˛¸ā˛°āŗ '%-.*s' ➤ā˛ŋ➺ā˛ŋā˛Ļā˛ŋā˛˛āŗā˛˛ā˛Žā˛¨āŗā˛¯āŗā˛Žā˛°āŗ‡ā˛Ÿā˛°āŗ ā˛Žāŗā˛šāŗā˛šā˛˛āŗā˛Ēā˛Ÿāŗā˛Ÿā˛ŋā˛Ļ⺆➏➂ā˛Ēā˛°āŗā˛•ā˛ĩā˛¨āŗā˛¨āŗ ➅➂➗⺀➕➰ā˛ŋ➏⺁ā˛ĩā˛žā˛— ā˛Ļ⺋➎: %sā˛ĩā˛ŋā˛ŗā˛žā˛¸ā˛•āŗā˛•āŗ† ā˛Ŧā˛Ļāŗā˛Ļā˛ĩā˛žā˛—ā˛ŋ➰⺁ā˛ĩā˛˛āŗā˛˛ā˛ŋ ā˛Ļ⺋➎: %sā˛•ā˛Ąā˛¤ā˛ĩā˛¨āŗā˛¨āŗ ā˛Žāŗā˛šāŗā˛šāŗā˛ĩā˛˛āŗā˛˛ā˛ŋ ā˛Ļ⺋➎: %sā˛Ļā˛¤āŗā˛¤ā˛žā˛‚ā˛ļā˛ĩā˛¨āŗā˛¨āŗ ā˛Žāŗā˛šāŗā˛šāŗā˛ĩā˛˛āŗā˛˛ā˛ŋ ā˛Ļ⺋➎: %s➝⺁➍ā˛ŋā˛•āŗā˛¸āŗ ā˛…ā˛¨āŗā˛¨āŗ ā˛Žāŗā˛šāŗā˛šāŗā˛ĩā˛˛āŗā˛˛ā˛ŋ ā˛Ļ⺋➎: %s➏➂ā˛Ēā˛°āŗā˛•ā˛¸ā˛žā˛§ā˛ŋ➏⺁ā˛ĩā˛˛āŗā˛˛ā˛ŋ ā˛Ļ⺋➎: ➏➂ā˛Ēā˛°āŗā˛• ā˛¸ā˛žā˛§ā˛ŋ➏⺁ā˛ĩā˛˛āŗā˛˛ā˛ŋ ā˛Ļ⺋➎: %sā˛Ŧāŗā˛¯ā˛žā˛•āŗā˛…ā˛Ēāŗ ā˛Ēāŗā˛°ā˛¤ā˛ŋā˛¯ā˛¨āŗā˛¨āŗ ➍ā˛ŋā˛°āŗā˛Žā˛ŋ➏⺁ā˛ĩā˛˛āŗā˛˛ā˛ŋ ā˛Ļ⺋➎: %sā˛•ā˛Ąā˛¤ ➕⺋ā˛ļā˛ĩā˛¨āŗā˛¨āŗ ➰➚ā˛ŋ➏⺁ā˛ĩā˛˛āŗā˛˛ā˛ŋ ā˛Ļ⺋➎: %sā˛Ē➰ā˛ŋā˛ĩā˛°āŗā˛¤ā˛ŋ➏⺁ā˛ĩā˛žā˛— ā˛Ļ⺋➎: %sā˛•ā˛Ąā˛¤ā˛ĩāŗā˛¯ā˛ĩā˛¸āŗā˛Ĩ⺆➝ ā˛Žā˛žā˛šā˛ŋ➤ā˛ŋā˛¯ā˛¨āŗā˛¨āŗ ā˛Ēā˛Ąāŗ†ā˛¯āŗā˛ĩā˛˛āŗā˛˛ā˛ŋ ā˛Ļ⺋➎: %sā˛…ā˛¨āŗā˛ĩ➝ā˛ĩā˛¨āŗā˛¨āŗ ➆➰➂➭ā˛ŋ➏⺁ā˛ĩā˛˛āŗā˛˛ā˛ŋ ā˛Ļ⺋➎: %sā˛¸ā˛žā˛‚ā˛•āŗ‡ā˛¤ā˛ŋ➕ ā˛•āŗŠā˛‚ā˛Ąā˛ŋā˛¯ā˛¨āŗā˛¨āŗ ā˛Žā˛žā˛Ąāŗā˛ĩā˛˛āŗā˛˛ā˛ŋ ā˛Ļ⺋➎: %sā˛•ā˛Ąā˛¤ā˛ĩā˛¨āŗā˛¨āŗ ā˛¸āŗā˛Ĩā˛ŗā˛žā˛‚ā˛¤ā˛°ā˛ŋ➏⺁ā˛ĩā˛˛āŗā˛˛ā˛ŋ ā˛Ļ⺋➎: %s%d ā˛¸ā˛žā˛˛ā˛ŋ➍ %d ➚ā˛ŋā˛šāŗā˛¨āŗ†ā˛¯ā˛˛āŗā˛˛ā˛ŋ ā˛Ļ⺋➎: %d ā˛¸ā˛žā˛˛ā˛ŋā˛¨ā˛˛āŗā˛˛ā˛ŋ ā˛Ļ⺋➎: %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➏➂ā˛Ļāŗ‡ā˛ļā˛ĩā˛¨āŗā˛¨āŗ ā˛•ā˛ŗāŗā˛šā˛ŋ➏⺁ā˛ĩā˛˛āŗā˛˛ā˛ŋ ā˛Ļ⺋➎: %sSELinux ā˛¸ā˛¨āŗā˛¨ā˛ŋā˛ĩāŗ‡ā˛ļā˛ĩā˛¨āŗā˛¨āŗ ā˛šāŗŠā˛‚ā˛Ļā˛ŋ➏⺁ā˛ĩā˛žā˛— ā˛Ļ⺋➎: %sā˛ĩā˛ŋā˛¸āŗā˛¤ā˛°ā˛ŋā˛¸ā˛˛āŗā˛Ēā˛Ÿāŗā˛Ÿ ā˛ĩ⺈ā˛ļā˛ŋā˛ˇāŗā˛Ÿāŗā˛¯ '%s' ā˛…ā˛¨āŗā˛¨āŗ ā˛šāŗŠā˛‚ā˛Ļā˛ŋ➏⺁ā˛ĩā˛˛āŗā˛˛ā˛ŋ ā˛Ļ⺋➎: %sā˛Žā˛žā˛°āŗā˛Ēā˛Ąā˛Ŗāŗ† ➅ā˛Ĩā˛ĩ ➍ā˛ŋā˛˛āŗā˛•ā˛Ŗā˛ž ā˛¸ā˛Žā˛¯ā˛ĩā˛¨āŗā˛¨āŗ ā˛šāŗŠā˛‚ā˛Ļā˛ŋ➏⺁ā˛ĩā˛žā˛— ā˛Ļ⺋➎: %sā˛Žā˛žā˛˛ā˛ŋā˛•ā˛¨ā˛¨āŗā˛¨āŗ ā˛šāŗŠā˛‚ā˛Ļā˛ŋ➏⺁ā˛ĩā˛žā˛— ā˛Ļ⺋➎: %sā˛…ā˛¨āŗā˛Žā˛¤ā˛ŋā˛—ā˛ŗā˛¨āŗā˛¨āŗ ā˛šāŗŠā˛‚ā˛Ļā˛ŋ➏⺁ā˛ĩā˛žā˛— ā˛Ļ⺋➎: %sā˛¸ā˛žā˛‚ā˛•āŗ‡ā˛¤ā˛ŋ➕ ā˛•āŗŠā˛‚ā˛Ąā˛ŋā˛¯ā˛¨āŗā˛¨āŗ ā˛šāŗŠā˛‚ā˛Ļā˛ŋ➏⺁ā˛ĩā˛˛āŗā˛˛ā˛ŋ ā˛Ļ⺋➎: %sā˛¸ā˛žā˛‚ā˛•āŗ‡ā˛¤ā˛ŋ➕ ā˛•āŗŠā˛‚ā˛Ąā˛ŋā˛¯ā˛¨āŗā˛¨āŗ ā˛šāŗŠā˛‚ā˛Ļā˛ŋ➏⺁ā˛ĩā˛˛āŗā˛˛ā˛ŋ ā˛Ļ⺋➎: ā˛•ā˛Ąā˛¤ā˛ĩ⺁ ➒➂ā˛Ļ⺁ ā˛¸ā˛žā˛‚ā˛•āŗ‡ā˛¤ā˛ŋā˛•ā˛•āŗŠā˛‚ā˛Ąā˛ŋā˛¯ā˛žā˛—ā˛ŋā˛˛āŗā˛˛'%s' ā˛•ā˛Ąā˛¤ā˛ĩā˛¨āŗā˛¨āŗ ā˛ĩāŗā˛¯ā˛•āŗā˛¤ā˛Ēā˛Ąā˛ŋ➏⺁ā˛ĩā˛˛āŗā˛˛ā˛ŋ ā˛Ļ⺋➎: %sā˛•ā˛Ąā˛¤ ā˛Ąā˛ŋā˛¸āŗā˛•āŗā˛°ā˛ŋā˛Ēāŗā˛Ÿā˛°ā˛¨āŗā˛¨āŗ ā˛ĩāŗā˛¯ā˛•āŗā˛¤ā˛Ēā˛Ąā˛ŋ➏⺁ā˛ĩā˛˛āŗā˛˛ā˛ŋ ā˛Ļ⺋➎: %sā˛•ā˛Ąā˛¤ā˛ĩā˛¨āŗā˛¨āŗ ➕➏ā˛Ļ ā˛Ŧāŗā˛Ÿāŗā˛Ÿā˛ŋ➗⺆ ā˛ĩā˛°āŗā˛—ā˛žā˛¯ā˛ŋ➏⺁ā˛ĩā˛˛āŗā˛˛ā˛ŋ ā˛Ļ⺋➎: %sā˛•ā˛Ąā˛¤ā˛ĩā˛¨āŗā˛¨āŗ ā˛Ÿāŗā˛°ā˛‚ā˛•āŗ‡ā˛Ÿāŗâ€ ā˛Žā˛žā˛Ąāŗā˛ĩā˛˛āŗā˛˛ā˛ŋ ➞ā˛ŋ ā˛Ļ⺋➎: %sā˛¸ā˛žā˛Žā˛žā˛¨āŗā˛¯ ➍ā˛ŋ➰⺂ā˛Ē➪⺆➝ %s ā˛…ā˛¨āŗā˛¨āŗ char %d ā˛¨ā˛˛āŗā˛˛ā˛ŋ ➏➂➕➞ā˛ŋ➏⺁ā˛ĩā˛˛āŗā˛˛ā˛ŋ ā˛Ļ⺋➎ ā˛•ā˛‚ā˛Ąāŗā˛Ŧ➂ā˛Ļā˛ŋā˛Ļāŗ†: %sā˛¸ā˛žā˛Žā˛žā˛¨āŗā˛¯ ➍ā˛ŋ➰⺂ā˛Ē➪⺆➝ %s ā˛…ā˛¨āŗā˛¨āŗ ā˛šāŗŠā˛‚ā˛Ļā˛žā˛Ŗā˛ŋ➏⺁ā˛ĩā˛˛āŗā˛˛ā˛ŋ ā˛Ļ⺋➎ ā˛•ā˛‚ā˛Ąāŗā˛Ŧ➂ā˛Ļā˛ŋā˛Ļāŗ†: %sā˛¸ā˛žā˛Žā˛žā˛¨āŗā˛¯ ➍ā˛ŋ➰⺂ā˛Ē➪⺆➝ %s ā˛…ā˛¨āŗā˛¨āŗ ➏➰➺⺀➕➰ā˛ŋ➏⺁ā˛ĩā˛˛āŗā˛˛ā˛ŋ ā˛Ļ⺋➎ ā˛•ā˛‚ā˛Ąāŗā˛Ŧ➂ā˛Ļā˛ŋā˛Ļāŗ†: %sā˛Ŧā˛Ļā˛˛ā˛žā˛¯ā˛ŋā˛¸ā˛˛āŗā˛Ēā˛Ÿāŗā˛Ÿ ā˛Ēā˛ āŗā˛¯ "%s"ā˛…ā˛¨āŗā˛¨āŗ char %lu ā˛¨ā˛˛āŗā˛˛ā˛ŋ ā˛Ēā˛žā˛°āŗā˛¸ā˛ŋā˛‚ā˛—āŗ ā˛Žā˛žā˛Ąāŗā˛ĩā˛žā˛—ā˛ŋ➍ ā˛Ļ⺋➎: %sā˛•ā˛Ąā˛¤ā˛•āŗā˛•āŗ† ā˛Ŧ➰⺆➝⺁ā˛ĩā˛˛āŗā˛˛ā˛ŋ ā˛Ļ⺋➎: %s➝⺁➍ā˛ŋā˛•āŗā˛¸āŗâ€ā˛—āŗ† ā˛Ŧ➰⺆➝⺁ā˛ĩā˛˛āŗā˛˛āŗ† ā˛Ļ⺋➎: %sā˛…ā˛¸āŗā˛¤ā˛ŋā˛¤āŗā˛ĩā˛Ļā˛˛āŗā˛˛ā˛ŋ➰⺁ā˛ĩ '%s' ā˛•ā˛Ąā˛¤ā˛ĩā˛¨āŗā˛¨āŗ ➤⺆➗⺆ā˛Ļ⺁ ā˛šā˛žā˛•ā˛˛ā˛žā˛—āŗā˛ĩ⺁ā˛Ļā˛ŋā˛˛āŗā˛˛: g_unlink() ā˛ĩā˛ŋā˛Ģā˛˛ā˛—āŗŠā˛‚ā˛Ąā˛ŋā˛Ļāŗ†: %sGEmblemedIcon ā˛—ā˛žā˛—ā˛ŋ GEmblem ā˛…ā˛¨āŗā˛¨āŗ ➍ā˛ŋā˛°āŗ€ā˛•āŗā˛ˇā˛ŋā˛¸ā˛˛ā˛žā˛—ā˛ŋā˛¤āŗā˛¤āŗ1 ➍ā˛ŋā˛¯ā˛‚ā˛¤āŗā˛°ā˛Ŗ ➏➂ā˛Ļāŗ‡ā˛ļā˛ĩā˛¨āŗā˛¨āŗ ➍ā˛ŋā˛°āŗ€ā˛•āŗā˛ˇā˛ŋā˛¸ā˛˛ā˛žā˛—ā˛ŋā˛¤āŗā˛¤āŗ, %d ā˛…ā˛¨āŗā˛¨āŗ ā˛Ēā˛Ąāŗ†ā˛¯ā˛˛ā˛žā˛—ā˛ŋā˛Ļ⺆➒➂ā˛Ļ⺁ fd ā˛…ā˛¨āŗā˛¨āŗ ➍ā˛ŋā˛°āŗ€ā˛•āŗā˛ˇā˛ŋā˛¸ā˛˛ā˛žā˛—ā˛ŋā˛¤āŗā˛¤āŗ, ➆ā˛Ļ➰⺆ %d ā˛…ā˛¨āŗā˛¨āŗ ā˛Ēā˛Ąāŗ†ā˛¯ā˛˛ā˛žā˛—ā˛ŋā˛Ļāŗ† '%s' ➕⺋ā˛ļā˛•āŗā˛•āŗ† ā˛Ŧā˛Ļā˛˛ā˛žā˛¯ā˛ŋ➏⺁ā˛ĩā˛˛āŗā˛˛ā˛ŋ ā˛ĩā˛ŋā˛Ģ➞➤⺆ ā˛Žā˛Ļāŗā˛°ā˛žā˛—ā˛ŋā˛Ļāŗ† (%s)ā˛•ā˛Ąā˛¤ '%s' ā˛ĩā˛¨āŗā˛¨āŗ ā˛Žāŗā˛šāŗā˛šāŗā˛ĩā˛˛āŗā˛˛ā˛ŋ ā˛ĩā˛ŋā˛Ģ➞➤⺆: fclose() ā˛ĩā˛ŋā˛Ģā˛˛ā˛—āŗŠā˛‚ā˛Ąā˛ŋā˛Ļāŗ†: %s'%s' ā˛•ā˛Ąā˛¤ā˛ĩā˛¨āŗā˛¨āŗ ➰➚ā˛ŋ➏⺁ā˛ĩā˛˛āŗā˛˛ā˛ŋ ā˛ĩā˛ŋā˛Ģ➞➤⺆: %s➉ā˛Ē ā˛Ēāŗā˛°ā˛•āŗā˛°ā˛ŋā˛¯āŗ†ā˛¯āŗŠā˛‚ā˛Ļā˛ŋ➗⺆ ➏➂ā˛ĩā˛šā˛¨ā˛•āŗā˛•āŗ† ā˛Ē⺈ā˛Ēā˛¨āŗā˛¨āŗ ➰➚ā˛ŋ➏⺁ā˛ĩā˛˛āŗā˛˛ā˛ŋ ā˛ĩā˛ŋā˛Ģ➞ā˛ĩā˛žā˛—ā˛ŋā˛Ļāŗ† (%s)child ā˛Ēāŗā˛°ā˛•āŗā˛°ā˛ŋ➝⺆ "%s" (%s) ā˛…ā˛¨āŗā˛¨āŗ ā˛•ā˛žā˛°āŗā˛¯ā˛—ā˛¤ā˛—āŗŠā˛ŗā˛ŋ➏⺁ā˛ĩā˛˛āŗā˛˛ā˛ŋ ā˛ĩā˛ŋā˛Ģ➞➤⺆ ā˛Žā˛Ļāŗā˛°ā˛žā˛—ā˛ŋā˛Ļāŗ†child ā˛Ēāŗā˛°ā˛•āŗā˛°ā˛ŋ➝⺆ (%s) ā˛…ā˛¨āŗā˛¨āŗ ā˛•ā˛žā˛°āŗā˛¯ā˛—ā˛¤ā˛—āŗŠā˛ŗā˛ŋ➏⺁ā˛ĩā˛˛āŗā˛˛ā˛ŋ ā˛ĩā˛ŋā˛Ģā˛˛ā˛¤āŗ†ā˛¸ā˛šā˛žā˛¯ā˛• ā˛Ēāŗā˛°āŗŠā˛—āŗā˛°ā˛žā˛‚ (%s) ā˛…ā˛¨āŗā˛¨āŗ ā˛•ā˛žā˛°āŗā˛¯ā˛—ā˛¤ā˛—āŗŠā˛ŗā˛ŋ➏⺁ā˛ĩā˛˛āŗā˛˛ā˛ŋ ā˛ĩā˛ŋā˛Ģ➞➤⺆exec ā˛¸ā˛žā˛˛āŗ '%s' ā˛…ā˛¨āŗā˛¨āŗ URI '%s' ā˛¨āŗŠā˛‚ā˛Ļā˛ŋ➗⺆ ā˛ĩā˛ŋā˛¸āŗā˛¤ā˛°ā˛ŋ➏⺁ā˛ĩā˛˛āŗā˛˛ā˛ŋ ā˛ĩā˛ŋā˛Ģ➞➤⺆ ā˛Žā˛Ļāŗā˛°ā˛žā˛—ā˛ŋā˛Ļ⺆➕ā˛ĩā˛˛āŗŠā˛Ąāŗ†ā˛¸āŗā˛ĩā˛˛āŗā˛˛ā˛ŋ ā˛ĩā˛ŋā˛Ģ➞➤⺆ (%s)child ā˛Ēāŗā˛°ā˛•āŗā˛°ā˛ŋā˛¯āŗ†ā˛¯ā˛¨āŗā˛¨āŗ ➕ā˛ĩā˛˛āŗŠā˛Ąāŗ†ā˛¯ā˛˛āŗ ā˛ĩā˛ŋā˛Ģā˛˛ā˛—āŗŠā˛‚ā˛Ąā˛ŋā˛Ļāŗ† (%s)'%s' ā˛•ā˛Ąā˛¤ā˛Ļā˛ŋ➂ā˛Ļ ā˛—āŗā˛Ŗā˛˛ā˛•āŗā˛ˇā˛Ŗā˛—ā˛ŗā˛¨āŗā˛¨āŗ ā˛Ēā˛Ąāŗ†ā˛¯āŗā˛ĩā˛˛āŗā˛˛ā˛ŋ ā˛ĩā˛ŋā˛Ģ➞➤⺆: fstat() ā˛ĩā˛ŋā˛Ģā˛˛ā˛—āŗŠā˛‚ā˛Ąā˛ŋā˛Ļāŗ†: %s'%s' ā˛ĩā˛¨āŗā˛¨āŗ ā˛¨ā˛•āŗā˛ˇāŗ† ā˛•ā˛Ąā˛¤ā˛Žā˛žā˛Ąāŗā˛ĩā˛˛āŗā˛˛ā˛ŋ ā˛ĩā˛ŋā˛Ģ➞: mmap() ā˛ĩā˛ŋā˛Ģā˛˛ā˛—āŗŠā˛‚ā˛Ąā˛ŋā˛Ļāŗ†: %sā˛•ā˛Ąā˛¤ '%s' ā˛ĩā˛¨āŗā˛¨āŗ ā˛Ŧ➰⺆➝➞⺁ ➅➍⺁ā˛ĩā˛žā˛—āŗā˛ĩā˛Ŗāŗā˛¤āŗ† ➤⺆➰⺆➝⺁ā˛ĩā˛˛āŗā˛˛ā˛ŋ ā˛ĩā˛ŋā˛Ģ➞➤⺆: fdopen() ā˛ĩā˛ŋā˛Ģā˛˛ā˛—āŗŠā˛‚ā˛Ąā˛ŋā˛Ļāŗ†: %s'%s' ā˛…ā˛¨āŗā˛¨āŗ ➤⺆➰⺆➝➞⺁ ā˛ĩā˛ŋā˛Ģ➞ā˛ĩā˛žā˛—ā˛ŋā˛Ļāŗ†: %s'%s' ā˛•ā˛Ąā˛¤ā˛ĩā˛¨āŗā˛¨āŗ ➓ā˛Ļ⺁ā˛ĩā˛˛āŗā˛˛ā˛ŋ ā˛ĩā˛ŋā˛Ģ➞➤⺆: fdopen() ā˛ĩā˛ŋā˛Ģā˛˛ā˛—āŗŠā˛‚ā˛Ąā˛ŋā˛Ļāŗ†: %sā˛•ā˛Ąā˛¤ '%s' ā˛ĩā˛¨āŗā˛¨āŗ ➤⺆➰⺆➝➞⺁ ā˛ĩā˛ŋā˛Ģ➞ā˛ĩā˛žā˛—ā˛ŋā˛Ļāŗ†: ➤⺆➰⺆➝⺁ā˛ĩ⺁ā˛Ļ⺁() ā˛ĩā˛ŋā˛Ģā˛˛ā˛—āŗŠā˛‚ā˛Ąā˛ŋā˛Ļāŗ†: %s'%-.*s' ā˛…ā˛¨āŗā˛¨āŗ parse ā˛Žā˛žā˛Ąāŗā˛ĩā˛˛āŗā˛˛ā˛ŋ ā˛ĩā˛ŋā˛Ģ➞, ➇ā˛Ļ⺁ ➒➂ā˛Ļ⺁ ā˛‰ā˛˛āŗā˛˛āŗ‡ā˛– ā˛…ā˛•āŗā˛ˇā˛°ā˛Ļ ➒➺➗ā˛ŋ➍ ➒➂ā˛Ļ⺁ ➅➂➕ā˛ŋā˛¯ā˛žā˛—ā˛ŋ➰ā˛Ŧ⺇➕ā˛ŋā˛¤āŗā˛¤āŗ(ê ➉ā˛Ļā˛žā˛šā˛°ā˛Ŗāŗ†ā˛—āŗ†) - ā˛Ŧā˛šāŗā˛ˇā˛ƒ ➅➂➕ā˛ŋ➝⺁ ā˛Ŧā˛šā˛ŗ ā˛ĻāŗŠā˛Ąāŗā˛Ąā˛Ļā˛žā˛—ā˛ŋ➰ā˛Ŧ⺇➕⺁child ā˛Ēāŗā˛°ā˛•āŗā˛°ā˛ŋ➝⺆➝ā˛ŋ➂ā˛Ļ ā˛Ļā˛¤āŗā˛¤ā˛žā˛‚ā˛ļā˛ĩā˛¨āŗā˛¨āŗ ➓ā˛Ļ⺁ā˛ĩā˛˛āŗā˛˛ā˛ŋ ā˛ĩā˛ŋā˛Ģ➞➤⺆ ā˛Žā˛Ļāŗā˛°ā˛žā˛—ā˛ŋā˛Ļāŗ†child ā˛Ēāŗā˛°ā˛•āŗā˛°ā˛ŋ➝⺆ (%s) ➝ā˛ŋ➂ā˛Ļ ā˛Ļā˛¤āŗā˛¤ā˛žā˛‚ā˛ļā˛ĩā˛¨āŗā˛¨āŗ ➓ā˛Ļ⺁ā˛ĩā˛˛āŗā˛˛ā˛ŋ ā˛ĩā˛ŋā˛Ģ➞child pid pipe (%s) ➇➂ā˛Ļ ā˛¸ā˛žā˛•ā˛ˇāŗā˛Ÿāŗ ā˛Ļā˛¤āŗā˛¤ā˛žā˛‚ā˛ļā˛ĩā˛¨āŗā˛¨āŗ ➓ā˛Ļ⺁ā˛ĩā˛˛āŗā˛˛ā˛ŋ ā˛ĩā˛ŋā˛Ģā˛˛ā˛—āŗŠā˛‚ā˛Ąā˛ŋā˛Ļāŗ†child pipe (%s) ➍ā˛ŋ➂ā˛Ļ ➓ā˛Ļ⺁ā˛ĩā˛˛āŗā˛˛ā˛ŋ ā˛ĩā˛ŋā˛Ģ➞➤⺆'%s' ā˛•ā˛Ąā˛¤ā˛Ļā˛ŋ➂ā˛Ļ ➓ā˛Ļ⺁ā˛ĩā˛˛āŗā˛˛ā˛ŋ ā˛ĩā˛ŋā˛Ģ➞➤⺆: %sā˛¸ā˛žā˛‚ā˛•āŗ‡ā˛¤ā˛ŋ➕ ➞ā˛ŋā˛‚ā˛•āŗ '%s' ā˛…ā˛¨āŗā˛¨āŗ ➓ā˛Ļ⺁ā˛ĩā˛˛āŗā˛˛ā˛ŋ ā˛ĩā˛ŋā˛Ģ➞➤⺆: %schild ā˛Ēāŗā˛°ā˛•āŗā˛°ā˛ŋ➝⺆➝ ➆ā˛Ļā˛žā˛¨ ➅ā˛Ĩā˛ĩ ā˛Ēāŗā˛°ā˛Ļā˛žā˛¨ā˛ĩā˛¨āŗā˛¨āŗ ā˛Ēāŗā˛¨ā˛°āŗā˛¨ā˛ŋā˛°āŗā˛Ļāŗ‡ā˛ļā˛ŋ➏⺁ā˛ĩā˛˛āŗā˛˛ā˛ŋ ā˛ĩā˛ŋā˛Ģ➞➤⺆ ā˛Žā˛Ļāŗā˛°ā˛žā˛—ā˛ŋā˛Ļāŗ† (%s)'%s' ā˛•ā˛Ąā˛¤ā˛ĩā˛¨āŗā˛¨āŗ '%s' ā˛•āŗā˛•āŗ† ā˛Ēāŗā˛¨ā˛°āŗ ā˛¨ā˛žā˛Žā˛•ā˛°ā˛Ŗ ā˛Žā˛žā˛Ąāŗā˛ĩā˛˛āŗā˛˛ā˛ŋ: g_rename() ā˛ĩā˛ŋā˛Ģā˛˛ā˛—āŗŠā˛‚ā˛Ąā˛ŋā˛Ļāŗ†: %sā˛Žāŗ†ā˛ŽāŗŠā˛°ā˛ŋ ā˛Ēāŗā˛°ā˛Ļā˛žā˛¨ ā˛¸āŗā˛Ÿāŗā˛°āŗ€ā˛Žāŗ ā˛…ā˛¨āŗā˛¨āŗ ā˛Ēāŗā˛¨ā˛°āŗ ā˛—ā˛žā˛¤āŗā˛°ā˛ŋ➏⺁ā˛ĩā˛˛āŗā˛˛ā˛ŋ ā˛ĩā˛ŋā˛Ģ➞➤⺆ ā˛‰ā˛‚ā˛Ÿā˛žā˛—ā˛ŋā˛Ļāŗ†ā˛•ā˛Ąā˛¤ '%s'ā˛ĩā˛¨āŗā˛¨āŗ ā˛Ŧ➰⺆➝⺁ā˛ĩā˛˛āŗā˛˛ā˛ŋ ā˛ĩā˛ŋā˛Ģ➞➤⺆: fflush() ā˛ĩā˛ŋā˛Ģā˛˛ā˛—āŗŠā˛‚ā˛Ąā˛ŋā˛Ļāŗ†: %sā˛•ā˛Ąā˛¤ '%s'ā˛ĩā˛¨āŗā˛¨āŗ ā˛Ŧ➰⺆➝⺁ā˛ĩā˛˛āŗā˛˛ā˛ŋ ā˛ĩā˛ŋā˛Ģ➞➤⺆: fsync()) ā˛ĩā˛ŋā˛Ģā˛˛ā˛—āŗŠā˛‚ā˛Ąā˛ŋā˛Ļāŗ†: %sā˛•ā˛Ąā˛¤ '%s'ā˛ĩā˛¨āŗā˛¨āŗ ā˛Ŧ➰⺆➝⺁ā˛ĩā˛˛āŗā˛˛ā˛ŋ ā˛ĩā˛ŋā˛Ģ➞➤⺆: fwrite() ā˛ĩā˛ŋā˛Ģā˛˛ā˛—āŗŠā˛‚ā˛Ąā˛ŋā˛Ļāŗ†: %sā˛•ā˛Ąā˛¤ "%s" ā˛ĩ⺁ ā˛Ŧā˛šā˛ŗ ā˛ĻāŗŠā˛Ąāŗā˛Ąā˛Ļā˛žā˛—ā˛ŋā˛Ļāŗ†ā˛•ā˛Ąā˛¤ ā˛Žā˛¨āŗā˛¯āŗā˛Žā˛°āŗ‡ā˛Ÿā˛°ā˛ŋā˛¨ā˛˛āŗā˛˛ā˛ŋ ā˛•ā˛žā˛°āŗā˛¯ā˛ĩ⺁ ā˛Ŧā˛žā˛•ā˛ŋ ➇ā˛Ļāŗ†ā˛•ā˛Ąā˛¤ ā˛Žā˛¨āŗā˛¯āŗā˛Žā˛°āŗ‡ā˛Ÿā˛°āŗ ā˛ˆā˛—ā˛žā˛—ā˛˛āŗ† ā˛Žāŗā˛šāŗā˛šā˛˛āŗā˛Ēā˛Ÿāŗā˛Ÿā˛ŋā˛Ļāŗ†ā˛•ā˛Ąā˛¤ā˛ĩ⺁ ā˛–ā˛žā˛˛ā˛ŋ ➇ā˛Ļāŗ†ā˛•ā˛Ąā˛¤ā˛Ļ ā˛šāŗ†ā˛¸ā˛°āŗā˛—ā˛ŗāŗ '%c' ā˛…ā˛¨āŗā˛¨āŗ ā˛šāŗŠā˛‚ā˛Ļ⺁ā˛ĩ➂➤ā˛ŋā˛˛āŗā˛˛ā˛•ā˛Ąā˛¤ā˛ĩāŗā˛¯ā˛ĩā˛¸āŗā˛Ĩāŗ† ā˛Žāŗ‚ā˛˛ā˛ĩā˛ŋā˛‚ā˛Ąāŗ‹ā˛¸āŗâ€Œā˛¨ā˛˛āŗā˛˛ā˛ŋ GSocketControlMessage ā˛Ŧ⺆➂ā˛Ŧ➞ā˛ŋ➤ā˛ĩā˛žā˛—ā˛ŋā˛˛āŗā˛˛ā˛¸ā˛šā˛žā˛¯ ā˛†ā˛¯āŗā˛•āŗ†ā˛—ā˛ŗāŗ:➅➤ā˛ŋā˛Ĩ⺇➝ā˛Ļ ā˛šāŗ†ā˛¸ā˛°āŗ '%s' '[' ā˛…ā˛¨āŗā˛¨āŗ ā˛šāŗŠā˛‚ā˛Ļā˛ŋā˛Ļāŗ† ➆ā˛Ļ➰⺆ ']' ā˛…ā˛¨āŗā˛¨āŗ ā˛šāŗŠā˛‚ā˛Ļā˛ŋā˛˛āŗā˛˛ā˛†ā˛Ļā˛žā˛¨ ā˛¸āŗā˛Ÿāŗā˛°āŗ€ā˛Žāŗâ€ā˛¨ā˛˛āŗā˛˛ā˛ŋ ➓ā˛Ļ⺁ā˛ĩ⺁ā˛Ļā˛¨āŗā˛¨āŗ ā˛•ā˛žā˛°āŗā˛¯ā˛—ā˛¤ā˛—āŗŠā˛ŗā˛ŋ➏⺁ā˛ĩ⺁ā˛Ļā˛ŋā˛˛āŗā˛˛%s ā˛•āŗā˛•ā˛žā˛—ā˛ŋ➍ ā˛Ēāŗ‚ā˛°āŗā˛Ŗā˛žā˛‚ā˛• ā˛ŽāŗŒā˛˛āŗā˛¯ '%s' ā˛ĩ⺁ ā˛ĩāŗā˛¯ā˛žā˛Ēāŗā˛¤ā˛ŋ➝ā˛ŋ➂ā˛Ļ ā˛šāŗŠā˛°ā˛—ā˛ŋā˛Ļāŗ†ā˛Ēāŗ‚ā˛°āŗā˛Ŗā˛žā˛‚ā˛• ā˛ŽāŗŒā˛˛āŗā˛¯ '%s' ā˛ĩ⺁ ā˛ĩāŗā˛¯ā˛žā˛Ēāŗā˛¤ā˛ŋā˛¯ā˛¨āŗā˛¨āŗ ā˛Žāŗ€ā˛°ā˛ŋā˛Ļāŗ†ā˛…ā˛Žā˛žā˛¨āŗā˛¯ā˛ĩā˛žā˛Ļ GSeekType ā˛…ā˛¨āŗā˛¨āŗ ➒ā˛Ļ➗ā˛ŋā˛¸ā˛˛ā˛žā˛—ā˛ŋā˛Ļāŗ†ā˛šāŗ†ā˛¸ā˛°ā˛ŋā˛¨ā˛˛āŗā˛˛ā˛ŋ ā˛…ā˛Žā˛žā˛¨āŗā˛¯ UTF-8 ā˛Žā˛¨āŗā˛•āŗ‹ā˛Ąāŗ ➆ā˛Ļ ā˛Ēā˛ āŗā˛¯ā˛ĩā˛ŋā˛Ļāŗ† - ā˛Žā˛žā˛¨āŗā˛¯ā˛ĩā˛žā˛Ļ '%s' ā˛…ā˛˛āŗā˛˛ā˛…ā˛Žā˛žā˛¨āŗā˛¯ā˛ĩā˛žā˛Ļ ā˛ĩ⺈ā˛ļā˛ŋā˛ˇāŗā˛Ÿāŗā˛¯ā˛Ļ ā˛Ŧ➗⺆ (ā˛Ŧāŗˆā˛Ÿāŗ ā˛¸ā˛žā˛˛ā˛¨āŗā˛¨āŗ ➍ā˛ŋā˛°āŗ€ā˛•āŗā˛ˇā˛ŋā˛¸ā˛˛ā˛žā˛—ā˛ŋā˛¤āŗā˛¤āŗ)ā˛…ā˛Žā˛žā˛¨āŗā˛¯ā˛ĩā˛žā˛Ļ ā˛ĩ⺈ā˛ļā˛ŋā˛ˇāŗā˛Ÿāŗā˛¯ā˛Ļ ā˛Ŧ➗⺆ (➍ā˛ŋā˛°āŗ€ā˛•āŗā˛ˇā˛ŋ➤ ā˛¸ā˛žā˛˛āŗ)ā˛…ā˛Žā˛žā˛¨āŗā˛¯ā˛ĩā˛žā˛Ļ ā˛ĩ⺈ā˛ļā˛ŋā˛ˇāŗā˛Ÿāŗā˛¯ā˛Ļ ā˛Ŧ➗⺆ (uint32 ā˛…ā˛¨āŗā˛¨āŗ ➍ā˛ŋā˛°āŗ€ā˛•āŗā˛ˇā˛ŋā˛¸ā˛˛ā˛žā˛—ā˛ŋā˛¤āŗā˛¤āŗ)ā˛…ā˛Žā˛žā˛¨āŗā˛¯ā˛ĩā˛žā˛Ļ ā˛ĩ⺈ā˛ļā˛ŋā˛ˇāŗā˛Ÿāŗā˛¯ā˛Ļ ā˛Ŧ➗⺆ (uint64 ā˛…ā˛¨āŗā˛¨āŗ ➍ā˛ŋā˛°āŗ€ā˛•āŗā˛ˇā˛ŋā˛¸ā˛˛ā˛žā˛—ā˛ŋā˛¤āŗā˛¤āŗ)ā˛Ē➰ā˛ŋā˛ĩā˛°āŗā˛¤ā˛ŋ➤ ➆ā˛Ļā˛žā˛¨ā˛Ļā˛˛āŗā˛˛ā˛ŋ➍ ā˛Ŧāŗˆā˛Ÿāŗ ā˛…ā˛¨āŗā˛•āŗā˛°ā˛Ž ā˛…ā˛Žā˛žā˛¨āŗā˛¯ā˛ĩā˛žā˛—ā˛ŋā˛Ļāŗ†ā˛…ā˛Žā˛žā˛¨āŗā˛¯ā˛ĩā˛žā˛Ļ ā˛ĩā˛ŋā˛¸āŗā˛¤ā˛°ā˛ŋā˛¸ā˛˛āŗā˛Ēā˛Ÿāŗā˛Ÿ ā˛ĩ⺈ā˛ļā˛ŋā˛ˇāŗā˛Ÿāŗā˛¯ā˛Ļ ā˛šāŗ†ā˛¸ā˛°āŗā˛…ā˛Žā˛žā˛¨āŗā˛¯ ā˛•ā˛Ąā˛¤ā˛Ļ ā˛šāŗ†ā˛¸ā˛°āŗā˛…ā˛Žā˛žā˛¨āŗā˛¯ ā˛•ā˛Ąā˛¤ā˛Ļ ā˛šāŗ†ā˛¸ā˛°āŗ %sā˛…ā˛Žā˛žā˛¨āŗā˛¯ ā˛¸ā˛Žāŗ‚ā˛š ā˛šāŗ†ā˛¸ā˛°āŗ: %sā˛…ā˛Žā˛žā˛¨āŗā˛¯ā˛ĩā˛žā˛Ļ ➅➤ā˛ŋā˛Ĩ⺇➝ā˛Ļ ā˛šāŗ†ā˛¸ā˛°āŗā˛…ā˛Žā˛žā˛¨āŗā˛¯ ➕⺀➞ā˛ŋ ā˛šāŗ†ā˛¸ā˛°āŗ: %sā˛…ā˛Žā˛žā˛¨āŗā˛¯ā˛ĩā˛žā˛Ļ ā˛Ēāŗā˛°āŗ‹ā˛—āŗā˛°ā˛žā˛‚ ā˛šāŗ†ā˛¸ā˛°āŗ: %sā˛…ā˛Žā˛žā˛¨āŗā˛¯ā˛ĩā˛žā˛Ļ ➕⺋➰ā˛ŋ➕⺆➆ā˛Ļā˛žā˛¨ ā˛Ē➰ā˛ŋā˛ĩā˛°āŗā˛¤ā˛¨āŗ†ā˛¯ā˛˛āŗā˛˛ā˛ŋ ā˛…ā˛Žā˛žā˛¨āŗā˛¯ ā˛…ā˛¨āŗā˛•āŗā˛°ā˛Žā˛…ā˛Žā˛žā˛¨āŗā˛¯ā˛ĩā˛žā˛Ļ ā˛¸ā˛žā˛•āŗ†ā˛Ÿāŗ, ➆➰➂➭ā˛ŋ➏⺁ā˛ĩā˛ŋ➕⺆➝⺁ ā˛ĩā˛ŋā˛Ģā˛˛ā˛—āŗŠā˛‚ā˛Ąā˛ŋā˛Ļāŗ† ā˛ā˛•āŗ†ā˛‚ā˛Ļ➰⺆: %sā˛…ā˛Žā˛žā˛¨āŗā˛¯ā˛ĩā˛žā˛Ļ ā˛¸ā˛žā˛•āŗ†ā˛Ÿāŗ, ➆➰➂➭ā˛ŋā˛¸ā˛˛ā˛žā˛—ā˛ŋā˛˛āŗā˛˛%d ā˛Ļā˛˛āŗā˛˛ā˛ŋ➰⺁ā˛ĩ ā˛†ā˛°āŗā˛—āŗā˛¯āŗā˛Žāŗ†ā˛‚ā˛Ÿāŗ ā˛ĩāŗ†ā˛•āŗā˛Ÿā˛°ā˛ŋā˛¨ā˛˛āŗā˛˛ā˛ŋ➍ ā˛…ā˛Žā˛žā˛¨āŗā˛¯ ā˛¸ā˛žā˛˛āŗ: %sā˛Ē➰ā˛ŋ➏➰ā˛Ļā˛˛āŗā˛˛ā˛ŋ➍ ā˛…ā˛Žā˛žā˛¨āŗā˛¯ ā˛¸ā˛žā˛˛āŗ: %sā˛…ā˛Žā˛žā˛¨āŗā˛¯ā˛ĩā˛žā˛Ļ ➏ā˛ŋā˛Žāŗâ€ā˛˛ā˛ŋā˛‚ā˛•āŗ ā˛ŽāŗŒā˛˛āŗā˛¯ā˛ĩā˛¨āŗā˛¨āŗ ➒ā˛Ļ➗ā˛ŋā˛¸ā˛˛ā˛žā˛—ā˛ŋā˛Ļāŗ†ā˛…ā˛Žā˛žā˛¨āŗā˛¯ ā˛•ā˛žā˛°āŗā˛¯ā˛•ā˛žā˛°ā˛ŋ ➕⺋ā˛ļ: %s➕⺀➞ā˛ŋ ā˛•ā˛Ąā˛¤ā˛ĩ⺁ ā˛¸ā˛žā˛˛ā˛ŋ➍ ā˛•āŗŠā˛¨āŗ†ā˛¯ā˛˛āŗā˛˛ā˛ŋ ā˛Ēā˛žā˛°āŗ ā˛…ā˛•āŗā˛ˇā˛°ā˛—ā˛ŗā˛¨āŗā˛¨āŗ ā˛šāŗŠā˛‚ā˛Ļā˛ŋā˛Ļ⺆➕⺀➞ā˛ŋ ā˛•ā˛Ąā˛¤ā˛ĩ⺁ ā˛…ā˛Žā˛žā˛¨āŗā˛¯ ā˛Ēā˛žā˛°āŗ ā˛…ā˛¨āŗā˛•āŗā˛°ā˛Žā˛ĩā˛¨āŗā˛¨āŗ ā˛šāŗŠā˛‚ā˛Ļā˛ŋā˛Ļāŗ† '%s'➕⺀➞ā˛ŋ ā˛•ā˛Ąā˛¤ā˛ĩ⺁ ➕⺀➞ā˛ŋ '%s'ā˛¯ā˛¨āŗā˛¨āŗ ā˛šāŗŠā˛‚ā˛Ļā˛ŋā˛Ļāŗā˛Ļ⺁ ➅ā˛Ļ⺁ ā˛¸ā˛Žāŗ‚ā˛š '%s'ā˛Ļāŗā˛Ļā˛žā˛—ā˛ŋā˛Ļāŗā˛Ļ⺁ ā˛šā˛žā˛—āŗ ➅ā˛Ļ➰ ā˛ŽāŗŒā˛˛āŗā˛¯ā˛ĩā˛¨āŗā˛¨āŗ ā˛ĩā˛ŋā˛ĩ➰ā˛ŋā˛¸ā˛˛ā˛žā˛—āŗā˛ĩ⺁ā˛Ļā˛ŋā˛˛āŗā˛˛.➕⺀➞ā˛ŋ ā˛•ā˛Ąā˛¤ā˛ĩ⺁ ā˛ĩā˛ŋā˛ĩ➰ā˛ŋ➏➞⺁ ā˛¸ā˛žā˛§āŗā˛¯ā˛ĩā˛žā˛—ā˛Ļāŗ† ➇➰⺁ā˛ĩā˛‚ā˛¤ā˛š ➕⺀➞ā˛ŋ '%s'➝ ā˛ŽāŗŒā˛˛āŗā˛¯ā˛ĩā˛¨āŗā˛¨āŗ ā˛šāŗŠā˛‚ā˛Ļā˛ŋā˛Ļāŗ†.➕⺀➞ā˛ŋ ā˛•ā˛Ąā˛¤ā˛ĩ⺁ ➕⺀➞ā˛ŋ '%s'ā˛¯ā˛¨āŗā˛¨āŗ ā˛šāŗŠā˛‚ā˛Ļā˛ŋā˛Ļāŗā˛Ļ⺁ ➅ā˛Ļ⺁ ā˛ŽāŗŒā˛˛āŗā˛¯ā˛ĩā˛¨āŗā˛¨āŗ ā˛ĩā˛ŋā˛ĩ➰ā˛ŋā˛¸ā˛˛ā˛žā˛—āŗā˛ĩ⺁ā˛Ļā˛ŋā˛˛āŗā˛˛.➕⺀➞ā˛ŋ ā˛•ā˛Ąā˛¤ā˛ĩ⺁ ➕⺀➞ā˛ŋ '%s'ā˛¯ā˛¨āŗā˛¨āŗ ā˛šāŗŠā˛‚ā˛Ļā˛ŋā˛Ļāŗā˛Ļ⺁ ➅ā˛Ļ⺁ UTF-8 ā˛…ā˛˛āŗā˛˛ā˛Ļ ā˛ŽāŗŒā˛˛āŗā˛¯ā˛ĩā˛žā˛Ļ '%s'ā˛ĩā˛¨āŗā˛¨āŗ ā˛šāŗŠā˛‚ā˛Ļā˛ŋā˛Ļāŗ† ➕⺀➞ā˛ŋ ā˛•ā˛Ąā˛¤ā˛ĩ⺁ '%s' ā˛¸ā˛žā˛˛ā˛¨āŗā˛¨āŗ ā˛šāŗŠā˛‚ā˛Ļā˛ŋā˛Ļāŗ†, ➇ā˛Ļ⺁ ➒➂ā˛Ļ⺁ ➕⺀➞ā˛ŋ-ā˛ŽāŗŒā˛˛āŗā˛¯ ā˛œāŗ‹ā˛Ąā˛ŋ, ā˛¸ā˛Žāŗ‚ā˛š, ➅ā˛Ĩā˛ĩ ā˛šāŗ‡ā˛ŗā˛ŋā˛•āŗ†ā˛¯ā˛˛āŗā˛˛ā˛•āŗ€ā˛˛ā˛ŋ ā˛•ā˛Ąā˛¤ā˛ĩ⺁ ā˛Ŧ⺆➂ā˛Ŧ➞ā˛ŋ➤ā˛ĩā˛˛āŗā˛˛ā˛Ļ encoding '%s'ā˛…ā˛¨āŗā˛¨āŗ ā˛šāŗŠā˛‚ā˛Ļā˛ŋā˛Ļ⺆➕⺀➞ā˛ŋ ā˛•ā˛Ąā˛¤ā˛ĩ⺁ ā˛¸ā˛Žāŗ‚ā˛š '%s'ā˛ĩā˛¨āŗā˛¨āŗ ā˛šāŗŠā˛‚ā˛Ļā˛ŋā˛˛āŗā˛˛ā˛•āŗ€ā˛˛ā˛ŋ ā˛•ā˛Ąā˛¤ā˛ĩ⺁ ➕⺀➞ā˛ŋ '%s'ā˛¯ā˛¨āŗā˛¨āŗ ā˛šāŗŠā˛‚ā˛Ļā˛ŋā˛˛āŗā˛˛ā˛•āŗ€ā˛˛ā˛ŋ ā˛•ā˛Ąā˛¤ā˛ĩ⺁ ➕⺀➞ā˛ŋ'%s' ā˛¯ā˛¨āŗā˛¨āŗ ➗⺁➂ā˛Ē⺁ '%s'ā˛¨ā˛˛āŗā˛˛ā˛ŋ ā˛šāŗŠā˛‚ā˛Ļā˛ŋā˛˛āŗā˛˛ā˛•āŗ€ā˛˛ā˛ŋ ā˛•ā˛Ąā˛¤ā˛ĩ⺁ ➒➂ā˛Ļ⺁ ā˛¸ā˛Žāŗ‚ā˛šā˛ĻāŗŠā˛‚ā˛Ļā˛ŋ➗⺆ ā˛†ā˛°ā˛‚ā˛­ā˛—āŗŠā˛ŗāŗā˛ŗāŗā˛ĩ⺁ā˛Ļā˛ŋā˛˛āŗā˛˛ā˛Ē➰ā˛ŋā˛ĩā˛°āŗā˛¤ā˛ŋ➤ā˛ĩā˛žā˛—ā˛Ļāŗ† ā˛Ŧā˛žā˛•ā˛ŋ ➉➺ā˛ŋā˛Ļ ā˛Ļā˛¤āŗā˛¤ā˛žā˛‚ā˛ļ➗➺⺁ ➓ā˛Ļ⺁-ā˛Ŧā˛Ģ➰ā˛ŋā˛¨ā˛˛āŗā˛˛ā˛ŋ➆➞ā˛ŋ➏⺁ā˛ĩ⺁ā˛ĩ⺁ā˛Ļā˛¨āŗā˛¨āŗ ā˛ˆā˛—ā˛žā˛—ā˛˛āŗ† ā˛Žāŗā˛šāŗā˛šā˛˛ā˛žā˛—ā˛ŋā˛Ļāŗ†GFileIcon ā˛—ā˛žā˛—ā˛ŋ➍ ➤ā˛Ēāŗā˛Ēā˛žā˛Ļ ā˛‡ā˛¨āŗâ€Œā˛Ēāŗā˛Ÿāŗ ā˛Ļā˛¤āŗā˛¤ā˛žā˛‚ā˛ļGEmblem ā˛Žā˛¨āŗā˛•āŗ‹ā˛Ąā˛ŋ➂➗ā˛ŋā˛¨ā˛˛āŗā˛˛ā˛ŋ ➤ā˛Ēāŗā˛Ēā˛žā˛Ļ ā˛¸ā˛‚ā˛–āŗā˛¯āŗ†ā˛¯ ā˛Ÿāŗ‹ā˛•ā˛¨āŗâ€Œā˛—ā˛ŗāŗ (%d)GEmblemedIcon ā˛Žā˛¨āŗā˛•āŗ‹ā˛Ąā˛ŋ➂➗ā˛ŋā˛¨ā˛˛āŗā˛˛ā˛ŋ ➤ā˛Ēāŗā˛Ēā˛žā˛Ļ ā˛¸ā˛‚ā˛–āŗā˛¯āŗ†ā˛¯ ā˛Ÿāŗ‹ā˛•ā˛¨āŗâ€Œā˛—ā˛ŗāŗ (%d)➤ā˛Ēāŗā˛Ēā˛žā˛Ļ ➆ā˛ĩāŗƒā˛¤āŗā˛¤ā˛ŋ ā˛¸ā˛‚ā˛–āŗā˛¯āŗ†: %sā˛Žāŗ†ā˛ŽāŗŠā˛°ā˛ŋ ā˛Ēāŗā˛°ā˛Ļā˛žā˛¨ ā˛¸āŗā˛Ÿāŗā˛°āŗ€ā˛Žāŗ ā˛Ēāŗā˛¨ā˛°āŗ ā˛—ā˛žā˛¤āŗā˛°ā˛ŋ➏➞⺁ ā˛¸ā˛žā˛§āŗā˛¯ā˛ĩā˛ŋā˛˛āŗā˛˛%s ➗⺆ ā˛†ā˛°āŗā˛—āŗā˛¯āŗā˛Žāŗ†ā˛‚ā˛Ÿāŗ ā˛•ā˛žā˛Ŗāŗā˛¤āŗā˛¤ā˛ŋā˛˛āŗā˛˛ā˛Žā˛°ā˛Ąāŗ ā˛†ā˛°āŗ‹ā˛šā˛Ŗ ā˛¤ā˛žā˛Ŗā˛—ā˛ŗ ā˛¨ā˛Ąāŗā˛ĩāŗ† ā˛ĩā˛°āŗā˛—ā˛žā˛¯ā˛ŋ➏⺁ā˛ĩ⺁ā˛Ļ⺁ ā˛Ŧ⺆➂ā˛Ŧ➞ā˛ŋ➤ā˛ĩā˛žā˛—ā˛ŋā˛˛āŗā˛˛URI '%s' ā˛—ā˛žā˛—ā˛ŋ➍ ā˛Ŧāŗā˛•āŗ ā˛Žā˛žā˛°āŗā˛•ā˛ŋā˛¨ā˛˛āŗā˛˛ā˛ŋ ā˛¯ā˛žā˛ĩ⺁ā˛Ļāŗ‡ MIME ā˛Ēāŗā˛°ā˛•ā˛žā˛°ā˛ĩ⺁ ā˛•ā˛‚ā˛Ąāŗā˛Ŧ➂ā˛Ļā˛ŋā˛˛āŗā˛˛ā˛ˆ ā˛Ē⺁➟ā˛ĩā˛¨āŗā˛¨āŗ ➍ā˛ŋā˛­ā˛žā˛¯ā˛ŋ➏➞⺁ ā˛¯ā˛žā˛ĩ⺁ā˛Ļāŗ† ā˛…ā˛¨āŗā˛ĩ➝ā˛ĩ⺁ ā˛…ā˛¨āŗā˛¸āŗā˛Ĩā˛žā˛Ēā˛ŋā˛¤ā˛—āŗŠā˛‚ā˛Ąā˛ŋā˛˛āŗā˛˛'%s' ā˛Žā˛‚ā˛Ŧ ā˛šāŗ†ā˛¸ā˛°ā˛ŋ➍ ā˛¯ā˛žā˛ĩ⺁ā˛Ļāŗ‡ ā˛…ā˛¨āŗā˛ĩ➝ā˛ĩ⺁ '%s' ā˛—ā˛žā˛—ā˛ŋ ➒➂ā˛Ļ⺁ ā˛Ŧāŗā˛•āŗ-ā˛Žā˛žā˛°āŗā˛•ā˛¨āŗā˛¨āŗ ā˛¨āŗŠā˛‚ā˛Ļā˛žā˛¯ā˛ŋ➏ā˛ŋā˛˛āŗā˛˛URI '%s' ➗⺆ ā˛¯ā˛žā˛ĩ⺁ā˛Ļāŗ‡ ā˛Ŧāŗā˛•āŗ ā˛Žā˛žā˛°āŗā˛•āŗ ā˛•ā˛‚ā˛Ąāŗ ā˛Ŧ➂ā˛Ļā˛ŋā˛˛āŗā˛˛URI '%s' ā˛—ā˛žā˛—ā˛ŋ ā˛¯ā˛žā˛ĩ⺁ā˛Ļāŗ‡ ā˛¸ā˛Žāŗ‚ā˛šā˛ĩ⺁ ā˛¸ā˛‚ā˛¯āŗ‹ā˛œā˛ŋ➤ā˛ĩā˛žā˛—ā˛ŋā˛˛āŗā˛˛URI '%s' ➍ ā˛Ŧāŗā˛•āŗ ā˛Žā˛žā˛°āŗā˛•ā˛ŋā˛¨ā˛˛āŗā˛˛ā˛ŋ ā˛¯ā˛žā˛ĩ⺁ā˛Ļāŗ‡ ā˛–ā˛žā˛¸ā˛—ā˛ŋ ➍ā˛ŋā˛ļā˛žā˛¨āŗ†ā˛¯āŗ ā˛¸āŗ‚ā˛šā˛ŋ➤ā˛ĩā˛žā˛—ā˛ŋā˛˛āŗā˛˛'%s' ➗⺆ ā˛¯ā˛žā˛ĩ⺁ā˛Ļāŗ† ➏⺇ā˛ĩā˛ž ā˛Ļā˛žā˛–ā˛˛āŗ† ā˛‡ā˛˛āŗā˛˛ā˛ĩā˛°āŗā˛—ā˛Ļ ā˛šāŗ†ā˛¸ā˛°āŗ %s ➗⺆ ā˛Ēāŗā˛°ā˛•ā˛žā˛°ā˛ĩā˛ŋā˛˛āŗā˛˛ā˛Ļā˛¤āŗā˛¤ā˛žā˛‚ā˛ļ ➕⺋ā˛ļā˛Ļā˛˛āŗā˛˛ā˛ŋ ā˛¯ā˛žā˛ĩ⺁ā˛Ļāŗ‡ ā˛Žā˛žā˛¨āŗā˛¯ ā˛Ŧāŗā˛•āŗ ā˛Žā˛žā˛°āŗā˛•āŗ ā˛•ā˛‚ā˛Ąāŗ ā˛Ŧ➂ā˛Ļā˛ŋā˛˛āŗā˛˛ā˛’ā˛‚ā˛Ļ⺁ ā˛¸ā˛žā˛Žā˛žā˛¨āŗā˛¯ ā˛•ā˛Ąā˛¤ā˛ĩā˛˛āŗā˛˛ā˛¸ā˛žā˛•āŗ†ā˛Ÿāŗâ€Œ ā˛ĩā˛ŋā˛ŗā˛žā˛¸ā˛•āŗā˛•ā˛žā˛—ā˛ŋ ā˛¸ā˛žā˛•ā˛ˇāŗā˛Ÿāŗ ā˛¸āŗā˛Ĩ➺ā˛ĩā˛ŋā˛˛āŗā˛˛ā˛¸ā˛°ā˛ŋā˛¯ā˛˛āŗā˛˛ā˛Ļ ā˛…ā˛•āŗā˛ˇā˛° '%s', '%s'ā˛ĩ⺁ '%s' ➅➂ā˛ļā˛Ļ ā˛—āŗā˛Ŗā˛˛ā˛•āŗā˛ˇā˛Ŗ ā˛šāŗ†ā˛¸ā˛°ā˛žā˛—ā˛ŋā˛Ļāŗā˛Ļ⺁ ➅ā˛Ļ➰ ➍➂➤➰ ➒➂ā˛Ļ⺁ '=' ā˛…ā˛¨āŗā˛¨āŗ ➅ā˛Ēāŗ‡ā˛•āŗā˛ˇā˛ŋā˛¸ā˛˛ā˛žā˛—ā˛ŋā˛¤āŗā˛¤āŗā˛¸ā˛°ā˛ŋā˛¯ā˛˛āŗā˛˛ā˛Ļ ā˛…ā˛•āŗā˛ˇā˛° '%s', '%s' ā˛–ā˛žā˛˛ā˛ŋ ➅➂ā˛ļā˛Ļ ā˛Ÿāŗā˛¯ā˛žā˛—ā˛ŋ➍ ➆➰➂➭ā˛ĩ⺁ ➒➂ā˛Ļ⺁ '>' ā˛…ā˛•āŗā˛ˇā˛°ā˛Ļā˛ŋ➂ā˛Ļ ā˛•āŗŠā˛¨āŗ†ā˛—āŗŠā˛ŗāŗā˛ŗā˛Ŧ⺇➕⺁ ā˛Žā˛‚ā˛Ļ⺁ ➅ā˛Ēāŗ‡ā˛•āŗā˛ˇā˛ŋā˛¸ā˛˛ā˛žā˛—ā˛ŋā˛¤āŗā˛¤āŗā˛¸ā˛°ā˛ŋā˛¯ā˛˛āŗā˛˛ā˛Ļ ā˛…ā˛•āŗā˛ˇā˛° '%s', '%s' ➅➂ā˛ļā˛Ļ ā˛Ÿāŗā˛¯ā˛žā˛—ā˛ŋ➍ ➆➰➂➭ā˛ĩ⺁ ➒➂ā˛Ļ⺁ '>' ➅ā˛Ĩā˛ĩ '/' ā˛…ā˛•āŗā˛ˇā˛°ā˛Ļā˛ŋ➂ā˛Ļ ā˛•āŗŠā˛¨āŗ†ā˛—āŗŠā˛ŗāŗā˛ŗā˛Ŧ⺇➕⺁ ā˛Žā˛‚ā˛Ļ⺁ ➅ā˛Ēāŗ‡ā˛•āŗā˛ˇā˛ŋā˛¸ā˛˛ā˛žā˛—ā˛ŋā˛¤āŗā˛¤āŗ, ➅ā˛Ĩā˛ĩ ā˛†ā˛¯āŗā˛•ā˛žā˛¤āŗā˛Žā˛•ā˛ĩā˛žā˛—ā˛ŋ ➒➂ā˛Ļ⺁ ā˛—āŗā˛Ŗā˛˛ā˛•āŗā˛ˇā˛Ŗ; ā˛Ŧā˛šāŗā˛ˇā˛ƒ ➍⺀ā˛ĩ⺁ ā˛…ā˛Žā˛žā˛¨āŗā˛¯ ā˛…ā˛•āŗā˛ˇā˛°ā˛ĩā˛¨āŗā˛¨āŗ ➒➂ā˛Ļ⺁ ā˛—āŗā˛Ŗā˛˛ā˛•āŗā˛ˇā˛Ŗā˛Ļ ā˛šāŗ†ā˛¸ā˛°ā˛ŋā˛¨ā˛˛āŗā˛˛ā˛ŋ ā˛Ŧ➺➏ā˛ŋā˛Ļāŗā˛Ļ⺀➰⺆➂ā˛Ļ⺁ ā˛¤āŗ‹ā˛°āŗā˛¤āŗā˛¤ā˛Ļ⺆➏➰ā˛ŋā˛¯ā˛˛āŗā˛˛ā˛Ļ ā˛…ā˛•āŗā˛ˇā˛° '%s', ā˛—āŗā˛Ŗā˛˛ā˛•āŗā˛ˇā˛Ŗ '%s'ā˛ĩ⺁ '%s' ā˛Ļ ➅➂ā˛ļā˛ĩā˛žā˛—ā˛ŋā˛Ļāŗā˛Ļ⺁, ➇ā˛Ļā˛•āŗā˛•āŗ† ➒➂ā˛Ļ⺁ ā˛ŽāŗŒā˛˛āŗā˛¯ā˛ĩā˛¨āŗā˛¨āŗ ā˛•āŗŠā˛Ąāŗā˛ĩā˛žā˛— ā˛¸ā˛Ž ➚ā˛ŋā˛šāŗā˛¨āŗ†ā˛¯ ➍➂➤➰ ➒➂ā˛Ļ⺁ ā˛Žāŗā˛•āŗā˛¤ ➉ā˛Ļāŗā˛§ā˛°ā˛Ŗ ➚ā˛ŋā˛šāŗā˛¨āŗ†ā˛¯ā˛¨āŗā˛¨āŗ ➍ā˛ŋā˛°āŗ€ā˛•āŗā˛ˇā˛ŋā˛¸ā˛˛ā˛žā˛—ā˛ŋā˛¤āŗā˛¤āŗā˛•ā˛žā˛°āŗā˛¯ā˛ĩ⺁ ā˛Ŧ⺆➂ā˛Ŧ➞ā˛ŋ➤ā˛ĩā˛žā˛—ā˛ŋā˛˛āŗā˛˛ā˛•ā˛žā˛°āŗā˛¯ā˛ĩ⺁ ➰ā˛Ļāŗā˛Ļāŗā˛—āŗŠā˛‚ā˛Ąā˛ŋā˛Ļāŗ†ā˛Ēāŗā˛°ā˛Ļā˛žā˛¨ ā˛¸āŗā˛Ÿāŗā˛°āŗ€ā˛Žāŗ ā˛Ŧ➰⺆➝⺁ā˛ĩ⺁ā˛Ļā˛¨āŗā˛¨āŗ ā˛•ā˛žā˛°āŗā˛¯ā˛—ā˛¤ā˛—āŗŠā˛ŗā˛ŋ➏⺁ā˛ĩ⺁ā˛Ļā˛ŋā˛˛āŗā˛˛UTF8 ā˛—āŗā˛Ŗā˛˛ā˛•āŗā˛ˇā˛Ŗā˛—ā˛ŗ ā˛Ŧ⺆➂ā˛Ŧ➞ā˛ĩā˛ŋā˛˛āŗā˛˛ā˛Ļāŗ† PCRE ā˛­ā˛‚ā˛Ąā˛žā˛°ā˛ĩ⺁ ➏➂➕➞ā˛ŋā˛¤ā˛—āŗŠā˛‚ā˛Ąā˛ŋā˛Ļāŗ†UTF8 ā˛Ŧ⺆➂ā˛Ŧ➞ā˛ĩā˛ŋā˛˛āŗā˛˛ā˛Ļāŗ† PCRE ā˛­ā˛‚ā˛Ąā˛žā˛°ā˛ĩ⺁ ➏➂➕➞ā˛ŋā˛¤ā˛—āŗŠā˛‚ā˛Ąā˛ŋā˛Ļāŗ†ā˛˜ā˛Ÿā˛•ā˛—ā˛ŗ POSIX ā˛šāŗ‹ā˛˛ā˛ŋ➕⺆➝⺁ ā˛Ŧ⺆➂ā˛Ŧ➞ā˛ŋ➤ā˛ĩā˛žā˛—ā˛ŋā˛˛āŗā˛˛POSIX ā˛šāŗ†ā˛¸ā˛°ā˛ŋā˛¸ā˛˛ā˛žā˛Ļ ā˛ĩā˛°āŗā˛—ā˛—ā˛ŗāŗ ➕⺇ā˛ĩ➞ ➒➂ā˛Ļ⺁ ā˛ĩā˛°āŗā˛—ā˛Ļā˛˛āŗā˛˛ā˛ŋ ā˛Žā˛žā˛¤āŗā˛° ā˛Ŧ⺆➂ā˛Ŧ➞ ā˛šāŗŠā˛‚ā˛Ļā˛ŋā˛°āŗā˛¤āŗā˛¤ā˛ĩ⺆➆ā˛Ļā˛žā˛¨ā˛Ļ ā˛•āŗŠā˛¨āŗ†ā˛¯ā˛˛āŗā˛˛ā˛ŋ ➆➂ā˛ļā˛ŋ➕ ā˛…ā˛•āŗā˛ˇā˛° ā˛…ā˛¨āŗā˛•āŗā˛°ā˛Žā˛Ŗāŗ†ā˛‰ā˛Ļāŗā˛§ā˛°ā˛ŋ➤ ā˛Ēā˛ āŗā˛¯ā˛ĩ⺁ ➒➂ā˛Ļ⺁ ➉ā˛Ļāŗā˛§ā˛°ā˛¨ ➚ā˛ŋā˛šāŗā˛¨āŗ†ā˛¯ā˛ŋ➂ā˛Ļ ā˛†ā˛°ā˛‚ā˛­ā˛—āŗŠā˛ŗāŗā˛ŗāŗā˛ĩ⺁ā˛Ļā˛ŋā˛˛āŗā˛˛ā˛—ā˛°ā˛ŋā˛ˇāŗā˛Ÿ ā˛Ļā˛¤āŗā˛¤ā˛žā˛‚ā˛ļ ➅➰⺆(array) ā˛Žā˛ŋ➤ā˛ŋā˛¯ā˛¨āŗā˛¨āŗ ➤➞⺁ā˛Ēā˛ŋā˛Ļāŗ†ā˛…ā˛Žā˛žā˛¨āŗā˛¯ā˛ĩā˛žā˛Ļ fd ā˛¯ā˛¨āŗā˛¨āŗ ā˛¸āŗā˛ĩ⺀➕➰ā˛ŋā˛¸ā˛˛ā˛žā˛—ā˛ŋā˛Ļāŗ†SELinux ā˛¸ā˛¨āŗā˛¨ā˛ŋā˛ĩāŗ‡ā˛ļā˛ĩ⺁ NULL ➆➗ā˛ŋ➰ā˛Ŧā˛žā˛°ā˛Ļ⺁➈ ➗➪➕ā˛Ļā˛˛āŗā˛˛ā˛ŋ SELinux ā˛ļā˛•āŗā˛¤ā˛ĩā˛žā˛—ā˛ŋā˛˛āŗā˛˛ā˛¸āŗā˛Ÿāŗā˛°āŗ€ā˛Žāŗâ€ā˛¨ā˛˛āŗā˛˛ā˛ŋ ➕⺋➰⺁ā˛ĩ⺁ā˛Ļ⺁ (seek) ā˛Ŧ⺆➂ā˛Ŧ➞ā˛ŋ➤ā˛ĩā˛žā˛—ā˛ŋā˛˛āŗā˛˛%s ā˛ĩ⺈ā˛ļā˛ŋā˛ˇāŗā˛Ÿāŗā˛¯ā˛—ā˛ŗā˛¨āŗā˛¨āŗ ā˛šāŗŠā˛‚ā˛Ļā˛ŋ➏⺁ā˛ĩ⺁ā˛Ļ⺁ ā˛Ŧ⺆➂ā˛Ŧ➞ā˛ŋ➤ā˛ĩā˛žā˛—ā˛ŋā˛˛āŗā˛˛ā˛Žā˛˛āŗā˛˛ā˛ž ā˛¸ā˛šā˛žā˛¯ ➅➂ā˛ļā˛Ēā˛Ÿāŗā˛Ÿā˛ŋā˛¯ā˛¨āŗā˛¨āŗ ➤⺋➰ā˛ŋā˛¸āŗā˛¸ā˛šā˛žā˛¯ ā˛†ā˛¯āŗā˛•āŗ†ā˛¯ā˛¨āŗā˛¨āŗ ➤⺋➰ā˛ŋā˛¸āŗā˛¸ā˛žā˛•āŗ†ā˛Ÿāŗ ā˛ˆā˛—ā˛žā˛—ā˛˛āŗ† ā˛Žāŗā˛šāŗā˛šā˛˛āŗā˛Ēā˛Ÿāŗā˛Ÿā˛ŋā˛Ļāŗ†ā˛Žāŗ‚ā˛˛ ā˛¸āŗā˛Ÿāŗā˛°āŗ€ā˛Žāŗ ā˛ˆā˛—ā˛žā˛—ā˛˛āŗ† ā˛Žāŗā˛šāŗā˛šā˛˛āŗā˛Ēā˛Ÿāŗā˛Ÿā˛ŋā˛Ļāŗ†ā˛¸āŗā˛Ÿāŗā˛°āŗ€ā˛Žāŗ query_info ā˛…ā˛¨āŗā˛¨āŗ ā˛Ŧ⺆➂ā˛Ŧ➞ā˛ŋ➏⺁ā˛ĩ⺁ā˛Ļā˛ŋā˛˛āŗā˛˛ā˛¸āŗā˛Ÿāŗā˛°āŗ€ā˛Žāŗâ€ā˛¨ā˛˛āŗā˛˛ā˛ŋ ā˛•ā˛žā˛°āŗā˛¯ā˛ĩ⺁ ā˛Ŧā˛žā˛•ā˛ŋ ➇ā˛Ļāŗ†ā˛¸āŗā˛Ÿāŗā˛°āŗ€ā˛Žāŗ ā˛ˆā˛—ā˛žā˛—ā˛˛āŗ† ā˛Žāŗā˛šāŗā˛šā˛˛āŗā˛Ēā˛Ÿāŗā˛Ÿā˛ŋā˛Ļāŗ†ā˛¸ā˛žā˛‚ā˛•āŗ‡ā˛¤ā˛ŋ➕ ➞ā˛ŋ➂➕⺁➗➺⺁ ā˛Ŧ⺆➂ā˛Ŧ➞ā˛ŋ➤ā˛ĩā˛žā˛—ā˛ŋā˛˛āŗā˛˛ā˛¸āŗ‚ā˛šā˛ŋ➤ ā˛•ā˛Ąā˛¤ā˛ĩ⺁ ā˛…ā˛¸āŗā˛¤ā˛ŋā˛¤āŗā˛ĩā˛Ļā˛˛āŗā˛˛ā˛ŋā˛˛āŗā˛˛ā˛¸āŗ‚ā˛šā˛ŋ➤ ā˛•ā˛Ąā˛¤ā˛ĩ⺁ ➒➂ā˛Ļ⺁ ➕⺋ā˛ļā˛ĩā˛žā˛—ā˛ŋā˛Ļāŗ†ā˛¸āŗ‚ā˛šā˛ŋ➤ ā˛•ā˛Ąā˛¤ā˛ĩ⺁ ➒➂ā˛Ļ⺁ ā˛¸ā˛žā˛Žā˛žā˛¨āŗā˛¯ ā˛•ā˛Ąā˛¤ā˛ĩā˛˛āŗā˛˛ā˛Žā˛žā˛Ļ➰ā˛ŋ '%s' ➝⺁ XXXXXX ā˛…ā˛¨āŗā˛¨āŗ ā˛šāŗŠā˛‚ā˛Ļā˛ŋā˛˛āŗā˛˛ā˛Žā˛žā˛Ļ➰ā˛ŋ '%s' ā˛…ā˛Žā˛žā˛¨āŗā˛¯ā˛ĩā˛žā˛—ā˛ŋā˛Ļāŗ†, ➅ā˛Ļ⺁ ➒➂ā˛Ļ⺁ '%s' ā˛…ā˛¨āŗā˛¨āŗ ā˛šāŗŠā˛‚ā˛Ļā˛ŋ➰⺁ā˛ĩ➂➤ā˛ŋā˛˛āŗā˛˛'%s' ā˛…ā˛¨āŗā˛¨āŗ ā˛Ē➰ā˛ŋā˛šā˛°ā˛ŋ➏⺁ā˛ĩā˛˛āŗā˛˛ā˛ŋ ā˛¤ā˛žā˛¤āŗā˛•ā˛žā˛˛ā˛ŋ➕ ā˛Ļ⺋➎ ā˛‰ā˛‚ā˛Ÿā˛žā˛—ā˛ŋā˛Ļāŗ†%c ā˛—ā˛žā˛—ā˛ŋ➍ (ā˛Ēā˛ āŗā˛¯ā˛ĩ⺁ '%s' ➆➗ā˛ŋā˛¤āŗā˛¤āŗ)ā˛Ēā˛ āŗā˛¯ā˛ĩ⺁ ➒➂ā˛Ļ⺁ '\' ā˛…ā˛•āŗā˛ˇā˛°ā˛Ļ ➍➂➤➰ ā˛…ā˛‚ā˛¤āŗā˛¯ā˛—āŗŠā˛‚ā˛Ąā˛ŋ➤⺁. (ā˛Ēā˛ āŗā˛¯ā˛ĩ⺁ '%s' ➆➗ā˛ŋā˛¤āŗā˛¤āŗ)ā˛Ēā˛ āŗā˛¯ā˛ĩ⺁ ā˛–ā˛žā˛˛ā˛ŋā˛¯ā˛žā˛—ā˛ŋā˛¤āŗā˛¤āŗ (➅ā˛Ĩā˛ĩ ➕⺇ā˛ĩ➞ ā˛–ā˛žā˛˛ā˛ŋā˛œā˛žā˛—ā˛—ā˛ŗā˛¨āŗā˛¨āŗ ā˛šāŗŠā˛‚ā˛Ļā˛ŋā˛¤āŗā˛¤āŗ)URI '%s' ā˛…ā˛Žā˛žā˛¨āŗā˛¯ā˛ĩā˛žā˛—ā˛ŋ ➍⺁➪⺁➚ā˛ŋā˛•āŗŠā˛‚ā˛Ą ➚ā˛ŋā˛šāŗā˛¨āŗ†ā˛—ā˛ŗā˛¨āŗā˛¨āŗ ā˛’ā˛ŗā˛—āŗŠā˛‚ā˛Ąā˛ŋā˛Ļāŗ†URI '%s' ā˛…ā˛Žā˛žā˛¨āŗā˛¯ā˛ĩā˛žā˛—ā˛ŋā˛Ļāŗ†URI '%s' "ā˛•ā˛Ąā˛¤" ā˛ĩā˛ŋā˛§ā˛žā˛¨ā˛ĩā˛¨āŗā˛¨āŗ ā˛Ŧ➺➏⺁ā˛ĩ ➒➂ā˛Ļ⺁ ā˛Ē➰ā˛ŋā˛Ēāŗ‚ā˛°āŗā˛Ŗā˛ĩā˛žā˛Ļ URI ā˛…ā˛˛āŗā˛˛ā˛•ā˛Ąā˛¤ā˛ĩ⺁ ā˛šāŗŠā˛°ā˛—ā˛ŋ➍ā˛ŋ➂ā˛Ļ ā˛Žā˛žā˛°āŗā˛Ēā˛Ąā˛ŋā˛¸ā˛˛āŗā˛Ēā˛Ÿāŗā˛Ÿā˛ŋā˛Ļāŗ†URI '%s' ➍ ➅➤ā˛ŋā˛Ĩ⺇➝ā˛Ļ ā˛šāŗ†ā˛¸ā˛°āŗ ➏➰ā˛ŋ➝ā˛ŋā˛˛āŗā˛˛ā˛¸āŗā˛Ĩ➺⺀➝ ā˛•ā˛Ąā˛¤ URI '%s' ➒➂ā˛Ļ⺁ '#' ā˛…ā˛¨āŗā˛¨āŗ ā˛šāŗŠā˛‚ā˛Ļā˛ŋā˛˛āŗā˛˛ā˛Ļā˛ŋ➰ā˛Ŧā˛šāŗā˛Ļ⺁ā˛Ēā˛Ĩā˛Ļ ā˛šāŗ†ā˛¸ā˛°āŗ '%s' ➒➂ā˛Ļ⺁ ā˛Ē➰ā˛ŋā˛Ēāŗ‚ā˛°āŗā˛Ŗā˛ĩā˛žā˛Ļ ā˛Ēā˛Ĩā˛ĩā˛˛āŗā˛˛%s ➗⺆ ā˛Ŧā˛šā˛ŗ ā˛ĻāŗŠā˛Ąāŗā˛Ąā˛Ļā˛žā˛Ļ ā˛Žā˛Ŗā˛ŋ➕⺆ ā˛ŽāŗŒā˛˛āŗā˛¯ā˛ĩā˛¨āŗā˛¨āŗ ➰ā˛ĩā˛žā˛¨ā˛ŋā˛¸ā˛˛ā˛žā˛—ā˛ŋā˛Ļāŗ†ā˛Ÿāŗā˛°āŗā˛¯ā˛žā˛ļāŗ ā˛Ŧ⺆➂ā˛Ŧ➞ā˛ŋ➤ā˛ĩā˛žā˛—ā˛ŋā˛˛āŗā˛˛ā˛†ā˛Ļā˛žā˛¨ ā˛¸āŗā˛Ÿāŗā˛°āŗ€ā˛Žāŗâ€ā˛¨ā˛˛āŗā˛˛ā˛ŋ ā˛•ā˛Ąā˛ŋā˛¤ā˛—āŗŠā˛ŗā˛ŋ➏➞⺁ ā˛…ā˛¨āŗā˛Žā˛¤ā˛ŋ➝ ā˛‡ā˛˛āŗā˛˛ā˛¸āŗā˛Ÿāŗā˛°āŗ€ā˛Žāŗâ€ā˛¨ā˛˛āŗā˛˛ā˛ŋ ā˛•ā˛Ąā˛ŋā˛¤ā˛—āŗŠā˛ŗā˛ŋ➏➞⺁ ā˛…ā˛¨āŗā˛Žā˛¤ā˛ŋ➝ ā˛‡ā˛˛āŗā˛˛ā˛Ēāŗā˛°ā˛•ā˛žā˛° %s ā˛ĩ⺁ from_tokens() ā˛…ā˛¨āŗā˛¨āŗ GIcon ➏➂ā˛Ēā˛°āŗā˛•ā˛¸ā˛žā˛§ā˛¨ā˛Ļ ā˛Žāŗ‡ā˛˛āŗ† ā˛…ā˛¨āŗā˛ĩ➝ā˛ŋ➏⺁ā˛ĩ⺁ā˛Ļā˛ŋā˛˛āŗā˛˛ā˛Ēāŗā˛°ā˛•ā˛žā˛° %s ā˛ĩ⺁ GIcon ➏➂ā˛Ēā˛°āŗā˛•ā˛¸ā˛žā˛§ā˛¨ā˛ĩā˛¨āŗā˛¨āŗ ā˛…ā˛¨āŗā˛ĩ➝ā˛ŋ➏⺁ā˛ĩ⺁ā˛Ļā˛ŋā˛˛āŗā˛˛ā˛Ēāŗā˛°ā˛•ā˛žā˛° %s ā˛…ā˛¨āŗā˛¨āŗ ā˛ĩā˛°āŗā˛—ā˛ĩā˛žā˛—ā˛ŋ➏ā˛ŋā˛˛āŗā˛˛URI ➗➺⺁ ā˛Ŧ⺆➂ā˛Ŧ➞ā˛ŋ➤ā˛ĩā˛žā˛—ā˛ŋā˛˛āŗā˛˛ā˛¸ā˛žā˛•āŗ†ā˛Ÿāŗâ€Œ ā˛…ā˛¨āŗā˛¨āŗ ➰➚ā˛ŋ➏➞⺁ ā˛¸ā˛žā˛§āŗā˛¯ā˛ĩā˛žā˛—ā˛ŋā˛˛āŗā˛˛: %s➕➏ā˛Ļ ā˛Ŧāŗā˛Ÿāŗā˛Ÿā˛ŋ ➕⺋ā˛ļ %s ā˛…ā˛¨āŗā˛¨āŗ ➰➚ā˛ŋā˛¸ā˛˛ā˛žā˛—ā˛ŋā˛˛āŗā˛˛: %sā˛Ÿāŗā˛°āŗā˛¯ā˛žā˛ļā˛ŋā˛‚ā˛—āŗ ā˛Žā˛žā˛šā˛ŋ➤ā˛ŋ ā˛•ā˛Ąā˛¤ā˛ĩā˛¨āŗā˛¨āŗ ➰➚ā˛ŋ➏➞⺁ ā˛¸ā˛žā˛§āŗā˛¯ā˛ĩā˛žā˛—ā˛ŋā˛˛āŗā˛˛: %sā˛Ēāŗ‚ā˛°āŗā˛ĩ➍ā˛ŋā˛¯āŗ‹ā˛œā˛ŋ➤ā˛ĩā˛žā˛Ļ ➕⺋ā˛ļ ā˛Žāŗ‡ā˛˛āŗā˛ĩā˛ŋā˛šā˛žā˛°ā˛• ā˛Ŧā˛—āŗ†ā˛¯ā˛¨āŗā˛¨āŗ ā˛Ēā˛¤āŗā˛¤āŗ† ā˛Žā˛žā˛Ąā˛˛ā˛žā˛—ā˛˛ā˛ŋā˛˛āŗā˛˛ā˛Ēāŗ‚ā˛°āŗā˛ĩ➍ā˛ŋā˛¯āŗ‹ā˛œā˛ŋ➤ā˛ĩā˛žā˛Ļ ā˛¸āŗā˛Ĩ➺⺀➝ ā˛•ā˛Ąā˛¤ ā˛Žāŗ‡ā˛˛āŗā˛ĩā˛ŋā˛šā˛žā˛°ā˛•ā˛Ļ ā˛Ŧā˛—āŗ†ā˛¯ā˛¨āŗā˛¨āŗ ā˛Ēā˛¤āŗā˛¤āŗ† ā˛Žā˛žā˛Ąā˛˛ā˛žā˛—ā˛ŋā˛˛āŗā˛˛ā˛•ā˛¸ā˛Ļ ā˛Ŧāŗā˛Ÿāŗā˛Ÿā˛ŋ ā˛•ā˛Ąā˛¤ā˛•āŗ‹ā˛ļā˛ĩā˛¨āŗā˛¨āŗ ā˛Ēā˛¤āŗā˛¤āŗ†ā˛Žā˛žā˛Ąā˛˛āŗ ➅ā˛Ĩā˛ĩ ➰➚ā˛ŋā˛¸ā˛˛ā˛žā˛—ā˛ŋā˛˛āŗā˛˛ā˛…ā˛¨āŗā˛ĩā˛¯ā˛•āŗā˛•āŗ† ā˛…ā˛—ā˛¤āŗā˛¯ā˛ĩā˛ŋ➰⺁ā˛ĩ ā˛Ÿā˛°āŗā˛Žā˛ŋā˛¨ā˛˛āŗâ€ ā˛…ā˛¨āŗā˛¨āŗ ā˛Ēā˛¤āŗā˛¤āŗ†ā˛Žā˛žā˛Ąā˛˛ā˛žā˛—ā˛˛ā˛ŋā˛˛āŗā˛˛ā˛•ā˛¸ā˛Ļ ā˛Ŧāŗā˛Ÿāŗā˛Ÿā˛ŋā˛—ā˛žā˛—ā˛ŋ ā˛Žāŗ‡ā˛˛āŗā˛Žā˛Ÿāŗā˛Ÿā˛Ļ ➕⺋ā˛ļā˛ĩā˛¨āŗā˛¨āŗ ā˛Ēā˛¤āŗā˛¤āŗ†ā˛Žā˛žā˛Ąā˛˛ā˛žā˛—ā˛˛ā˛ŋā˛˛āŗā˛˛ā˛Ŧā˛žā˛•ā˛ŋ ➇➰⺁ā˛ĩ ā˛Ļ⺋➎ā˛ĩā˛¨āŗā˛¨āŗ ā˛Ēā˛Ąāŗ†ā˛¯ā˛˛āŗ ā˛¸ā˛žā˛§āŗā˛¯ā˛ĩā˛žā˛—ā˛ŋā˛˛āŗā˛˛: %sā˛•ā˛Ąā˛¤ā˛ĩā˛¨āŗā˛¨āŗ ā˛Ÿāŗā˛°āŗā˛¯ā˛žā˛ļāŗ ā˛Žā˛žā˛Ąāŗā˛ĩā˛˛āŗā˛˛ā˛ŋ ā˛¸ā˛žā˛§āŗā˛¯ā˛ĩā˛žā˛—ā˛ŋā˛˛āŗā˛˛: %s'%s'ā˛˜ā˛Ÿā˛•ā˛•āŗā˛•āŗ† ➅➍ā˛Ēāŗ‡ā˛•āŗā˛ˇā˛ŋ➤ ➗⺁➪ ā˛ĩā˛ŋā˛ļ⺇➎ '%s'ā˛¸āŗā˛Ÿāŗā˛°āŗ€ā˛Žāŗâ€ā˛¨ ➅➍ā˛ŋā˛°āŗ€ā˛•āŗā˛ˇā˛ŋ➤ ā˛•āŗā˛ˇā˛ŋā˛Ēāŗā˛° ā˛…ā˛‚ā˛¤āŗā˛¯child ā˛Ēāŗā˛°ā˛•āŗā˛°ā˛ŋ➝⺆ ➝ā˛ŋ➂ā˛Ļ ā˛Ļā˛¤āŗā˛¤ā˛žā˛‚ā˛ļā˛ĩā˛¨āŗā˛¨āŗ ➓ā˛Ļ⺁ā˛ĩā˛žā˛— g_io_channel_win32_poll() ā˛¨ā˛˛āŗā˛˛ā˛ŋ ➅➍ā˛Ēāŗ‡ā˛•āŗā˛ˇā˛ŋ➤ ā˛Ļ⺋➎child ā˛Ēāŗā˛°ā˛•āŗā˛°ā˛ŋ➝⺆ (%s) ➝ā˛ŋ➂ā˛Ļ ā˛Ļā˛¤āŗā˛¤ā˛žā˛‚ā˛ļā˛ĩā˛¨āŗā˛¨āŗ ➓ā˛Ļ⺁ā˛ĩā˛žā˛— select() ā˛¨ā˛˛āŗā˛˛ā˛ŋ ➅➍ā˛Ēāŗ‡ā˛•āŗā˛ˇā˛ŋ➤ ā˛Ļ⺋➎waitpid() ā˛¨ā˛˛āŗā˛˛ā˛ŋ ➅➍ā˛Ēāŗ‡ā˛•āŗā˛ˇā˛ŋ➤ ā˛Ļ⺋➎ (%s)'%s' ā˛Ļ ➒➺➗⺆ ➅➍ā˛Ēāŗ‡ā˛•āŗā˛ˇā˛ŋ➤ ā˛Ēā˛Ļā˛—āŗā˛šāŗā˛› '%s➅➍ā˛Ēāŗ‡ā˛•āŗā˛ˇā˛ŋ➤ ā˛Ēā˛Ļā˛—āŗā˛šāŗā˛› '%s', ā˛Ēā˛Ļā˛—āŗā˛šāŗā˛› '%s' ā˛ĩā˛¨āŗā˛¨āŗ ➅ā˛Ēāŗ‡ā˛•āŗā˛ˇā˛ŋā˛¸ā˛˛ā˛žā˛—ā˛ŋā˛¤āŗā˛¤āŗā˛…ā˛¨ā˛ŋā˛°āŗ€ā˛•āŗā˛ˇā˛ŋ➤ ā˛Ŧ➗⺆➝ ā˛Ē⺂➰➕ ā˛Ļā˛¤āŗā˛¤ā˛žā˛‚ā˛ļchild ā˛Ēāŗā˛°ā˛•āŗā˛°ā˛ŋ➝⺆ "%s" ā˛…ā˛¨āŗā˛¨āŗ ā˛•ā˛žā˛°āŗā˛¯ā˛—ā˛¤ā˛—āŗŠā˛ŗā˛ŋ➏⺁ā˛ĩā˛žā˛— ā˛—āŗŠā˛¤āŗā˛¤ā˛ŋ➰ā˛Ļ ā˛Ļ⺋➎➏➂ā˛Ēā˛°āŗā˛•ā˛¸ā˛žā˛§ā˛ŋ➏⺁ā˛ĩā˛˛āŗā˛˛ā˛ŋ ā˛—āŗŠā˛¤āŗā˛¤ā˛ŋ➰ā˛Ļ ā˛Ļāŗ‹ā˛ˇā˛—āŗŠā˛¤āŗā˛¤ā˛ŋ➰ā˛Ļ ā˛†ā˛¯āŗā˛•āŗ† %sā˛…ā˛œāŗā˛žā˛žā˛¤ā˛ĩā˛žā˛Ļ ā˛Ēāŗā˛°āŗŠā˛ŸāŗŠā˛•ā˛žā˛˛āŗ ā˛…ā˛¨āŗā˛¨āŗ ā˛¸āŗ‚ā˛šā˛ŋā˛¸ā˛˛ā˛žā˛—ā˛ŋā˛Ļāŗ†ā˛—āŗŠā˛¤āŗā˛¤ā˛ŋ➰ā˛Ļ ā˛Ŧā˛—āŗ†ā˛†ā˛œāŗā˛žā˛ž ā˛¸ā˛žā˛˛ā˛ŋā˛¨ā˛˛āŗā˛˛ā˛ŋ ➅ā˛Ĩā˛ĩ ➇➤➰⺆ ā˛ļāŗ†ā˛˛āŗā˛˛ā˛ŋā˛¨ā˛˛āŗā˛˛ā˛ŋ ➉ā˛Ļāŗā˛§ā˛°ā˛ŋā˛¸ā˛˛ā˛žā˛Ļ ā˛Ēā˛ āŗā˛¯ā˛Ļā˛˛āŗā˛˛ā˛ŋ ā˛¤ā˛žā˛ŗāŗ†ā˛¯ā˛žā˛—ā˛Ļ ➉ā˛Ļāŗā˛§ā˛°ā˛Ŗā˛šā˛ŋā˛šāŗā˛¨āŗ†ā˛—ā˛ŗāŗā˛šāŗ†ā˛¸ā˛°ā˛ŋā˛¸ā˛˛ā˛žā˛—ā˛Ļā˛Ŧ⺆➂ā˛Ŧ➞ā˛ĩā˛ŋ➰ā˛Ļ ā˛¸ā˛žā˛•āŗ†ā˛Ÿāŗ ā˛ĩā˛ŋā˛ŗā˛žā˛¸ā˛Ŧ➺➕⺆:ā˛šāŗā˛Ąāŗā˛•āŗ ➕⺋ā˛ļā˛Ļā˛˛āŗā˛˛ā˛ŋ ā˛Žā˛žā˛¨āŗā˛¯ ➕⺀➞ā˛ŋ ā˛Ēā˛¤āŗā˛¤āŗ†ā˛¯ā˛žā˛—ā˛ŋā˛˛āŗā˛˛ā˛ŽāŗŒā˛˛āŗā˛¯ '%s' ā˛ĩā˛¨āŗā˛¨āŗ ➒➂ā˛Ļ⺁ ā˛Ŧ⺂➞ā˛ŋā˛¯ā˛¨āŗ ➆➗ā˛ŋ ā˛ĩā˛ŋā˛ĩ➰ā˛ŋ➏➞⺁ ➆➗⺁ā˛ĩ⺁ā˛Ļā˛ŋā˛˛āŗā˛˛.ā˛ŽāŗŒā˛˛āŗā˛¯ '%s' ā˛ĩā˛¨āŗā˛¨āŗ ➒➂ā˛Ļ⺁ ➤⺇➞⺁ ā˛¸ā˛‚ā˛–āŗā˛¯āŗ† ➆➗ā˛ŋ ā˛ĩā˛ŋā˛ĩ➰ā˛ŋ➏➞⺁ ➆➗⺁ā˛ĩ⺁ā˛Ļā˛ŋā˛˛āŗā˛˛.ā˛ŽāŗŒā˛˛āŗā˛¯ '%s' ā˛ĩā˛¨āŗā˛¨āŗ ➒➂ā˛Ļ⺁ ā˛¸ā˛‚ā˛–āŗā˛¯āŗ†ā˛¯ā˛žā˛—ā˛ŋ ā˛¸āŗ‚ā˛šā˛ŋ➏➞⺁ ➆➗⺁ā˛ĩ⺁ā˛Ļā˛ŋā˛˛āŗā˛˛.ā˛¸ā˛žā˛•āŗ†ā˛Ÿāŗâ€Œ ā˛¸āŗā˛Ĩā˛ŋ➤ā˛ŋā˛—ā˛žā˛—ā˛ŋ ā˛•ā˛žā˛¯ā˛˛ā˛žā˛—āŗā˛¤āŗā˛¤ā˛ŋā˛Ļāŗ†: %sā˛Ÿāŗ‹ā˛•ā˛¨āŗâ€Œā˛—ā˛ŗ ➤ā˛Ēāŗā˛Ēā˛žā˛Ļ ā˛¸ā˛‚ā˛–āŗā˛¯āŗ† (%d)[OPTION...]\ ā˛¨ā˛Žāŗ‚ā˛¨āŗ†ā˛¯ ā˛•āŗŠā˛¨āŗ†ā˛¯ā˛˛āŗā˛˛ā˛ŋā˛šā˛ŋ➂ā˛Ļāŗ†ā˛¨āŗ‹ā˛Ąāŗ ā˛Ēāŗā˛°ā˛¤ā˛ŋā˛Ēā˛žā˛Ļā˛¨āŗ†ā˛¯ā˛˛āŗā˛˛ā˛ŋ \C ➗⺆ ā˛…ā˛¨āŗā˛Žā˛¤ā˛ŋ ā˛‡ā˛˛āŗā˛˛\c ā˛¨ā˛Žāŗ‚ā˛¨āŗ†ā˛¯ ā˛•āŗŠā˛¨āŗ†ā˛¯ā˛˛āŗā˛˛ā˛ŋ\g ā˛Ļ ➍➂➤➰ ➒➂ā˛Ļ⺁ ā˛Ŧāŗā˛°āŗ‡ā˛¸āŗ ➆ā˛Ļ ā˛šāŗ†ā˛¸ā˛°āŗ ➅ā˛Ĩā˛ĩ ā˛†ā˛¯āŗā˛•ā˛žā˛¤āŗā˛Žā˛• ā˛Ŧāŗā˛°āŗ‡ā˛¸āŗ ➆ā˛Ļā˛‚ā˛¤ā˛š ā˛ļāŗ‚ā˛¨āŗā˛¯ā˛ĩā˛˛āŗā˛˛ā˛Ļ ā˛¸ā˛‚ā˛–āŗā˛¯āŗ† ā˛‡ā˛˛āŗā˛˛(?( ➍➂➤➰ ā˛Ēāŗā˛°ā˛¤ā˛ŋā˛Ēā˛žā˛Ļā˛¨āŗ†ā˛¯ā˛¨āŗā˛¨āŗ ➍ā˛ŋā˛°āŗ€ā˛•āŗā˛ˇā˛ŋā˛¸ā˛˛ā˛žā˛—ā˛ŋā˛¤āŗā˛¤āŗwin32 ā˛¨ā˛˛āŗā˛˛ā˛ŋ ➅➏⺋➏ā˛ŋ➝⺇ā˛ļā˛¨āŗ ā˛Ŧā˛Ļā˛˛ā˛žā˛ĩ➪⺆➗➺⺁ ā˛Ŧ⺆➂ā˛Ŧ➞ā˛ŋ➤ā˛ĩā˛žā˛—ā˛ŋā˛˛āŗā˛˛ā˛†ā˛‚ā˛ļā˛ŋ➕ ā˛¤ā˛žā˛ŗāŗ†ā˛—āŗ† ā˛Ē➰ā˛ŋā˛¸āŗā˛Ĩā˛ŋ➤ā˛ŋ➝⺁ ā˛Ŧ⺆➂ā˛Ŧ➞ā˛ŋ➤ā˛ĩā˛žā˛—ā˛ŋā˛˛āŗā˛˛ ➆ā˛Ļāŗā˛Ļ➰ā˛ŋ➂ā˛Ļ ā˛šā˛ŋ➂ā˛Ŧā˛Ļā˛ŋ➝ ā˛‰ā˛˛āŗā˛˛āŗ‡ā˛–ā˛—ā˛ŗā˛¨āŗā˛¨āŗ ā˛Ŧā˛ŗā˛¸ā˛˛ā˛žā˛—āŗā˛ĩ⺁ā˛Ļāŗā˛šā˛ŋ➂ā˛Ŧā˛žā˛˛ā˛ŋ➏⺁ā˛ĩ ā˛Žā˛ŋ➤ā˛ŋ ➤➞⺁ā˛Ēā˛ŋā˛Ļāŗ†ā˛•āŗ‡ā˛¸āŗ-ā˛Ŧā˛Ļā˛˛ā˛žā˛ĩ➪⺆➗➺ ā˛Žā˛¸āŗā˛•āŗ‡ā˛Ēāŗâ€ā˛—ā˛ŗā˛ŋ➗⺆ (\l, \L, \u, \U) ā˛…ā˛¨āŗā˛Žā˛¤ā˛ŋ ā˛‡ā˛˛āŗā˛˛\x{...} ā˛…ā˛¨āŗā˛•āŗā˛°ā˛Žā˛Ļā˛˛āŗā˛˛ā˛ŋ➍ ā˛…ā˛•āŗā˛ˇā˛° ā˛ŽāŗŒā˛˛āŗā˛¯ā˛ĩ⺁ ā˛Ŧā˛šā˛ŗ ā˛ĻāŗŠā˛Ąāŗā˛Ąā˛Ļā˛žā˛—ā˛ŋā˛Ļāŗ†ā˛•āŗ‹ā˛Ąāŗ ➓ā˛ĩā˛°āŗ-ā˛Ģāŗā˛˛āŗ‹ā˛ļā˛°ā˛¤āŗā˛¤ā˛ŋ➍ ā˛¸ā˛Žāŗ‚ā˛šā˛ĩ⺁ ā˛Žā˛°ā˛Ąā˛•āŗā˛•ā˛ŋ➂➤ ā˛šāŗ†ā˛šāŗā˛šā˛ŋ➍ ā˛ļā˛žā˛–āŗ†ā˛—ā˛ŗā˛¨āŗā˛¨āŗ ā˛šāŗŠā˛‚ā˛Ļā˛ŋā˛Ļāŗ†ā˛­āŗā˛°ā˛ˇāŗā˛Ÿā˛—āŗŠā˛‚ā˛Ą ā˛ĩā˛¸āŗā˛¤āŗā˛¸āŗā˛Ĩ➺⺀➝ ā˛ĩā˛ŋā˛ŗā˛žā˛¸ā˛ĩā˛¨āŗā˛¨āŗ ā˛Ēā˛Ąāŗ†ā˛¯ā˛˛āŗ ā˛¸ā˛žā˛§āŗā˛¯ā˛ĩā˛žā˛—ā˛ŋā˛˛āŗā˛˛: %sā˛Ļāŗ‚ā˛°ā˛¸āŗā˛Ĩ ā˛ĩā˛ŋā˛ŗā˛žā˛¸ā˛ĩā˛¨āŗā˛¨āŗ ā˛Ēā˛Ąāŗ†ā˛¯ā˛˛āŗ ā˛¸ā˛žā˛§āŗā˛¯ā˛ĩā˛žā˛—ā˛ŋā˛˛āŗā˛˛: %s➆➞ā˛ŋ➏➞⺁ ā˛¸ā˛žā˛§āŗā˛¯ā˛ĩā˛žā˛—ā˛ŋā˛˛āŗā˛˛: %sfd ➇➂ā˛Ļ GSocket ā˛…ā˛¨āŗā˛¨āŗ ➰➚ā˛ŋā˛¸ā˛˛ā˛žā˛—āŗā˛¤āŗā˛¤ā˛ŋā˛Ļāŗ†: %s➅ā˛Ēāŗ‡ā˛•āŗā˛ˇā˛ŋ➤ ➅➂➕ā˛ŋā˛šāŗŠā˛°ā˛¤ā˛ŗāŗā˛ŗāŗā˛ĩ⺁ā˛Ļā˛¨āŗā˛¨āŗ ā˛Ąāŗā˛°āŗˆā˛ĩāŗ ā˛•ā˛žā˛°āŗā˛¯ā˛—ā˛¤ā˛—āŗŠā˛ŗā˛ŋ➏⺁ā˛ĩ⺁ā˛Ļā˛ŋā˛˛āŗā˛˛ā˛Ąāŗā˛°āŗˆā˛ĩāŗ ā˛šāŗŠā˛°ā˛¤ā˛ŗāŗā˛ŗāŗā˛ĩ⺁ā˛Ļā˛¨āŗā˛¨āŗ ➅ā˛Ĩā˛ĩ eject_with_operation ā˛…ā˛¨āŗā˛¨āŗ ā˛•ā˛žā˛°āŗā˛¯ā˛—ā˛¤ā˛—āŗŠā˛ŗā˛ŋ➏⺁ā˛ĩ⺁ā˛Ļā˛ŋā˛˛āŗā˛˛ā˛Žā˛žā˛§āŗā˛¯ā˛Žā˛•āŗā˛•ā˛žā˛—ā˛ŋ ā˛Ēāŗ‹ā˛˛āŗ ā˛Žā˛žā˛Ąāŗā˛ĩ⺁ā˛Ļā˛¨āŗā˛¨āŗ ā˛Ąāŗā˛°āŗˆā˛ĩāŗ ā˛•ā˛žā˛°āŗā˛¯ā˛—ā˛¤ā˛—āŗŠā˛ŗā˛ŋ➏⺁ā˛ĩ⺁ā˛Ļā˛ŋā˛˛āŗā˛˛ā˛†ā˛°ā˛‚ā˛­ā˛ŋ➏⺁ā˛Ļā˛¨āŗā˛¨āŗ ā˛Ąāŗā˛°āŗˆā˛ĩāŗ ā˛•ā˛žā˛°āŗā˛¯ā˛—ā˛¤ā˛—āŗŠā˛ŗā˛ŋ➏⺁ā˛ĩ⺁ā˛Ļā˛ŋā˛˛āŗā˛˛ā˛¨ā˛ŋā˛˛āŗā˛˛ā˛ŋ➏⺁ā˛ĩ⺁ā˛Ļā˛¨āŗā˛¨āŗ ā˛Ąāŗā˛°āŗˆā˛ĩāŗ ā˛•ā˛žā˛°āŗā˛¯ā˛—ā˛¤ā˛—āŗŠā˛ŗā˛ŋ➏⺁ā˛ĩ⺁ā˛Ļā˛ŋā˛˛āŗā˛˛ā˛Žāŗ†ā˛ŽāŗŠā˛°ā˛ŋā˛¯ā˛¨āŗā˛¨āŗ ā˛Ēā˛Ąāŗ†ā˛Ļāŗā˛•āŗŠā˛ŗāŗā˛ŗā˛˛āŗ ā˛ĩā˛ŋā˛Ģ➞ā˛ĩā˛žā˛—ā˛ŋā˛Ļāŗ†ā˛ˇāŗ‹ā˛Ą-ā˛Ļā˛ļā˛Žā˛žā˛¨ ➅➂➕ā˛ŋā˛¯ā˛¨āŗā˛¨āŗ ➅ā˛Ēāŗ‡ā˛•āŗā˛ˇā˛ŋā˛¸ā˛˛ā˛žā˛—ā˛ŋā˛Ļāŗ†ā˛ˇāŗ‹ā˛Ą-ā˛Ļā˛ļā˛Žā˛žā˛¨ ➅➂➕ā˛ŋ ➅ā˛Ĩā˛ĩ '}' ā˛…ā˛¨āŗā˛¨āŗ ➅ā˛Ēāŗ‡ā˛•āŗā˛ˇā˛ŋā˛¸ā˛˛ā˛žā˛—ā˛ŋā˛Ļ⺆➍ā˛ŋā˛¯ā˛Ž ā˛Ŧā˛žā˛šā˛ŋ➰ā˛ĩā˛žā˛Ļ ā˛¸ā˛žā˛‚ā˛•āŗ‡ā˛¤ā˛ŋ➕ ā˛‰ā˛˛āŗā˛˛āŗ‡ā˛–ā˛…ā˛¸ā˛‚ā˛œā˛¸ā˛ĩā˛žā˛Ļ NEWLINE ā˛†ā˛¯āŗā˛•āŗ†ā˛—ā˛ŗāŗā˛†ā˛‚ā˛¤ā˛°ā˛ŋ➕ ā˛Ļ⺋➎➆➂➤➰ā˛ŋ➕ ā˛Ļ⺋➎ ➅ā˛Ĩā˛ĩ ā˛­āŗā˛°ā˛ˇāŗā˛Ÿā˛—āŗŠā˛‚ā˛Ą ā˛ĩā˛¸āŗā˛¤āŗā˛šāŗŠā˛¸ā˛¸ā˛žā˛˛āŗ ➗⺁➰⺁➤⺁➗➺ ā˛…ā˛Žā˛žā˛¨āŗā˛¯ ā˛¸ā˛‚ā˛¯āŗ‹ā˛œā˛¨āŗ†ā˛¸ā˛°ā˛ŋā˛¯ā˛˛āŗā˛˛ā˛Ļ (?(0) ā˛¸āŗā˛Ĩā˛ŋ➤ā˛ŋā˛•āŗā˛¯ā˛žā˛°āŗ†ā˛•āŗā˛Ÿā˛°āŗ ā˛ĩā˛°āŗā˛—ā˛Ļā˛˛āŗā˛˛ā˛ŋ➍ ā˛Ēā˛žā˛°āŗ ā˛…ā˛¨āŗā˛•āŗā˛°ā˛Žā˛ĩ⺁ ā˛…ā˛Žā˛žā˛¨āŗā˛¯ā˛ĩā˛žā˛—ā˛ŋā˛Ļāŗ†ā˛šā˛ŋ➂ā˛Ļāŗ†ā˛¨āŗ‹ā˛Ąāŗ ā˛Ēāŗā˛°ā˛¤ā˛ŋā˛Ēā˛žā˛Ļ➍⺆➝⺁ ➍ā˛ŋ➗ā˛Ļā˛ŋ➤ ➉ā˛Ļāŗā˛Ļā˛ĩā˛¨āŗā˛¨āŗ ā˛šāŗŠā˛‚ā˛Ļā˛ŋā˛˛āŗā˛˛ā˛ĩā˛ŋ➰⺂ā˛Ēā˛—āŗŠā˛‚ā˛Ą\P ➅ā˛Ĩā˛ĩ \p ā˛…ā˛¨āŗā˛•āŗā˛°ā˛Ž(?( ➍➂➤➰ā˛Ļ ā˛¸ā˛‚ā˛–āŗā˛¯āŗ† ➅ā˛Ĩā˛ĩ ā˛šāŗ†ā˛¸ā˛°āŗ ā˛ĩā˛ŋ➰⺂ā˛Ēā˛—āŗŠā˛‚ā˛Ąā˛ŋā˛Ļāŗ†ā˛¸ā˛žā˛‚ā˛•āŗ‡ā˛¤ā˛ŋ➕ ā˛‰ā˛˛āŗā˛˛āŗ‡ā˛–ā˛Ļā˛˛āŗā˛˛ā˛ŋ '<' ā˛•ā˛žā˛Ŗāŗ†ā˛¯ā˛žā˛—ā˛ŋā˛Ļāŗ†ā˛•ā˛Žāŗ†ā˛‚ā˛Ÿāŗâ€ā˛¨ ➍➂➤➰ ) ā˛ĩ⺁ ā˛•ā˛žā˛Ŗāŗ†ā˛¯ā˛žā˛—ā˛ŋā˛Ļāŗ†ā˛•āŗŠā˛¨āŗ†ā˛—āŗŠā˛ŗā˛ŋ➏⺁ā˛ĩ ) ā˛•ā˛žā˛Ŗāŗ†ā˛¯ā˛žā˛—ā˛ŋā˛Ļāŗ†ā˛•āŗā˛¯ā˛žā˛°āŗ†ā˛•āŗā˛Ÿā˛°āŗ ā˛ĩā˛°āŗā˛—ā˛ĩ⺁ ā˛•āŗŠā˛¨āŗ†ā˛—āŗŠā˛ŗāŗā˛ŗā˛Ŧ⺇➕ā˛ŋā˛Ļāŗā˛Ļ ] ā˛•ā˛žā˛Ŗāŗ†ā˛¯ā˛žā˛—ā˛ŋā˛Ļ⺆➉ā˛Ēā˛¨ā˛Žāŗ‚ā˛¨āŗ†ā˛¯ ā˛šāŗ†ā˛¸ā˛°ā˛ŋā˛¨ā˛˛āŗā˛˛ā˛ŋ ā˛Ÿā˛°āŗā˛Žā˛ŋā˛¨āŗ‡ā˛Ÿā˛°āŗ ā˛•ā˛žā˛Ŗā˛ŋā˛¸āŗā˛¤āŗā˛¤ā˛ŋā˛˛āŗā˛˛ā˛†ā˛°āŗ‹ā˛šā˛Ŗā˛ĩ⺁ ā˛ĩā˛ŋ➎➝ā˛Ļ ā˛Ŧ➗⺆➝ ā˛Šā˛šāŗ†ā˛¯ā˛¨āŗā˛¨āŗ ā˛…ā˛¨āŗā˛ĩ➝ā˛ŋ➏⺁ā˛ĩ⺁ā˛Ļā˛ŋā˛˛āŗā˛˛ā˛†ā˛°āŗ‹ā˛šā˛Ŗā˛ĩ⺁ ā˛šāŗŠā˛°ā˛¤āŗ†ā˛—āŗ†ā˛¯āŗā˛ĩ⺁ā˛Ļā˛¨āŗā˛¨āŗ ā˛•ā˛žā˛°āŗā˛¯ā˛—ā˛¤ā˛—āŗŠā˛ŗā˛ŋ➏⺁ā˛ĩ⺁ā˛Ļā˛ŋā˛˛āŗā˛˛ā˛†ā˛°āŗ‹ā˛šā˛Ŗā˛ĩ⺁ ā˛šāŗŠā˛°ā˛¤āŗ†ā˛—āŗ†ā˛¯āŗā˛ĩ⺁ā˛Ļā˛¨āŗā˛¨āŗ ➅ā˛Ĩā˛ĩ eject_with_operation ā˛…ā˛¨āŗā˛¨āŗ ā˛•ā˛žā˛°āŗā˛¯ā˛—ā˛¤ā˛—āŗŠā˛ŗā˛ŋ➏⺁ā˛ĩ⺁ā˛Ļā˛ŋā˛˛āŗā˛˛ā˛†ā˛°āŗ‹ā˛šā˛Ŗā˛ĩ⺁ ā˛Ē⺁➍➃ ā˛†ā˛°āŗ‹ā˛šā˛ŋ➏⺁ā˛ĩ⺁ā˛Ļā˛¨āŗā˛¨āŗ ā˛•ā˛žā˛°āŗā˛¯ā˛—ā˛¤ā˛—āŗŠā˛ŗā˛ŋ➏⺁ā˛ĩ⺁ā˛Ļā˛ŋā˛˛āŗā˛˛ā˛†ā˛°āŗ‹ā˛šā˛Ŗā˛ĩ⺁ ā˛šāŗŠā˛‚ā˛Ļā˛ŋā˛•āŗŠā˛ŗāŗā˛ŗāŗā˛ĩ ā˛ĩā˛ŋ➎➝ā˛Ļ ā˛Ŧ➗⺆➝ ā˛Šā˛šāŗ†ā˛¯ā˛¨āŗā˛¨āŗ ā˛…ā˛¨āŗā˛ĩ➝ā˛ŋ➏⺁ā˛ĩ⺁ā˛Ļā˛ŋā˛˛āŗā˛˛ā˛†ā˛°āŗ‹ā˛šā˛Ŗā˛ĩ⺁ ➅ā˛ĩā˛°āŗ‹ā˛šā˛Ŗā˛ĩā˛¨āŗā˛¨āŗ ā˛•ā˛žā˛°āŗā˛¯ā˛—ā˛¤ā˛—āŗŠā˛ŗā˛ŋ➏⺁ā˛ĩ⺁ā˛Ļā˛ŋā˛˛āŗā˛˛ā˛†ā˛°āŗ‹ā˛šā˛Ŗā˛ĩ⺁ ➅ā˛ĩā˛°āŗ‹ā˛šā˛Ŗā˛ĩā˛¨āŗā˛¨āŗ ➅ā˛Ĩā˛ĩ unmount_with_operation ā˛…ā˛¨āŗā˛¨āŗ ā˛•ā˛žā˛°āŗā˛¯ā˛—ā˛¤ā˛—āŗŠā˛ŗā˛ŋ➏⺁ā˛ĩ⺁ā˛Ļā˛ŋā˛˛āŗā˛˛ā˛Ēāŗā˛¨ā˛°ā˛žā˛ĩā˛°āŗā˛¤ā˛ŋ➏➞⺁ ā˛ā˛¨āŗ‚ ā˛‡ā˛˛āŗā˛˛{} ā˛•āŗā˛ĩā˛žā˛‚ā˛Ÿā˛ŋā˛Ģ➝➰ā˛ŋā˛¨ā˛˛āŗā˛˛ā˛ŋ➍ ā˛¸ā˛‚ā˛–āŗā˛¯āŗ†ā˛¯āŗ ā˛Ŧā˛šā˛ŗ ā˛ĻāŗŠā˛Ąāŗā˛Ąā˛Ļā˛žā˛—ā˛ŋā˛Ļāŗ†{} ā˛•āŗā˛ĩā˛žā˛‚ā˛Ÿā˛ŋā˛Ģ⺈➰ā˛ŋā˛¨ā˛˛āŗā˛˛ā˛ŋ ā˛¸ā˛‚ā˛–āŗā˛¯āŗ†ā˛—ā˛ŗāŗ ā˛•āŗā˛°ā˛Žā˛Ļā˛˛āŗā˛˛ā˛ŋ ā˛‡ā˛˛āŗā˛˛\377 ā˛•āŗā˛•āŗ‚ ā˛ĻāŗŠā˛Ąāŗā˛Ąā˛Ļā˛žā˛Ļ ā˛†ā˛•āŗā˛Ÿā˛˛āŗ ā˛ŽāŗŒā˛˛āŗā˛¯ā˛Žāŗ†ā˛ŽāŗŠā˛°ā˛ŋ ā˛–ā˛žā˛˛ā˛ŋā˛¯ā˛žā˛—ā˛ŋā˛Ļ⺆➏➂➕➞ā˛ŋ➏⺁ā˛ĩ ā˛•ā˛žā˛°āŗā˛¯ā˛•āŗā˛ˇāŗ‡ā˛¤āŗā˛°ā˛ĩ⺁ overran ➆➗ā˛ŋā˛Ļāŗ†ā˛ˆ ā˛ŽāŗŠā˛Ļ➞⺁ ā˛Ēā˛°āŗ€ā˛•āŗā˛ˇā˛ŋā˛¸ā˛˛ā˛žā˛Ļ ā˛‰ā˛˛āŗā˛˛āŗ‡ā˛– ➉ā˛Ēā˛ĩā˛ŋā˛¨āŗā˛¯ā˛žā˛¸ ā˛•ā˛‚ā˛Ąāŗā˛Ŧ➂ā˛Ļā˛ŋā˛˛āŗā˛˛ā˛•āŗā˛¯ā˛žā˛°āŗ†ā˛•āŗā˛Ÿā˛°āŗ ā˛ĩā˛°āŗā˛—ā˛Ļā˛˛āŗā˛˛ā˛ŋ ā˛ĩāŗā˛¯ā˛žā˛Ēāŗā˛¤ā˛ŋ➝⺁ ➕⺆➞➏ ā˛Žā˛žā˛Ąāŗā˛¤āŗā˛¤ā˛ŋā˛˛āŗā˛˛ā˛°ā˛ŋā˛•ā˛°āŗā˛ļā˛¨āŗ ā˛Žā˛ŋ➤ā˛ŋā˛¯ā˛¨āŗā˛¨āŗ ➤➞⺁ā˛Ēā˛ŋā˛Ļāŗ†ā˛Ēāŗā˛¨ā˛°ā˛žā˛ĩā˛°āŗā˛¤ā˛ŋ➤ ➕➰⺆➝⺁ ➅➍ā˛ŋā˛°āŗā˛Ļā˛ŋā˛ˇāŗā˛Ÿā˛ĩā˛žā˛—ā˛ŋ ➆ā˛ĩā˛°āŗā˛¤ā˛ŋā˛¤ā˛—āŗŠā˛ŗāŗā˛ŗā˛Ŧā˛šāŗā˛Ļāŗā˛…ā˛¸āŗā˛¤ā˛ŋā˛¤āŗā˛ĩā˛Ļā˛˛āŗā˛˛ā˛ŋ ➇➰ā˛Ļ ➉ā˛Ēā˛ĩā˛ŋā˛¨āŗā˛¯ā˛žā˛¸ā˛Ļ ā˛‰ā˛˛āŗā˛˛āŗ‡ā˛–ā˛¸ā˛žā˛Žā˛žā˛¨āŗā˛¯ ➍ā˛ŋ➰⺂ā˛Ē➪⺆ ā˛Ŧā˛šā˛ŗ ➉ā˛Ļāŗā˛Ļā˛ĩā˛žā˛—ā˛ŋā˛Ļ⺆➒➂ā˛Ļ⺁ ā˛¸ā˛Žāŗ‚ā˛šā˛ĩā˛¨āŗā˛¨āŗ ā˛Žā˛¤āŗā˛¤āŗ† ā˛Žā˛¤āŗā˛¤āŗ† DEFINE ā˛Žā˛žā˛Ąā˛˛āŗ ā˛…ā˛¨āŗā˛Žā˛¤ā˛ŋ ā˛‡ā˛˛āŗā˛˛ā˛…ā˛Ē➰⺂ā˛Ēā˛Ļ ā˛…ā˛‚ā˛¤āŗā˛¯ '\'➉ā˛Ēā˛¨ā˛Žāŗ‚ā˛¨āŗ†ā˛¯ ā˛šāŗ†ā˛¸ā˛°āŗ ā˛Ŧā˛šā˛ŗ ➉ā˛Ļāŗā˛Ļā˛ĩā˛žā˛—ā˛ŋā˛Ļāŗ† (➗➰ā˛ŋā˛ˇāŗā˛Ÿ 32 ā˛…ā˛•āŗā˛ˇā˛°ā˛—ā˛ŗā˛¨āŗā˛¨āŗ ā˛šāŗŠā˛‚ā˛Ļā˛ŋ➰ā˛Ŧā˛šāŗā˛Ļ⺁)ā˛¸ā˛žā˛‚ā˛•āŗ‡ā˛¤ā˛ŋā˛•ā˛•āŗŠā˛‚ā˛Ąā˛ŋ➝⺁ ā˛ļāŗ‚ā˛¨āŗā˛¯ā˛ĩā˛žā˛—ā˛ŋ➰⺁ā˛ĩ➂➤ā˛ŋā˛˛āŗā˛˛ā˛†ā˛‚ā˛ļā˛ŋ➕ ā˛šāŗŠā˛‚ā˛Ļā˛žā˛Ŗā˛ŋ➕⺆➗⺆ ā˛Ŧ⺆➂ā˛Ŧ➞ā˛ŋ➤ā˛ĩā˛žā˛—ā˛Ļ ➅➂ā˛ļā˛—ā˛ŗā˛¨āŗā˛¨āŗ ➈ ā˛ĩā˛ŋā˛¨āŗā˛¯ā˛žā˛¸ā˛ĩ⺁ ā˛šāŗŠā˛‚ā˛Ļā˛ŋā˛Ļāŗ†ā˛Ŧā˛šā˛ŗā˛ˇāŗā˛Ÿāŗ ā˛šāŗ†ā˛¸ā˛°ā˛ŋā˛¸ā˛˛āŗā˛Ēā˛Ÿāŗā˛Ÿ ➉ā˛Ēā˛¨ā˛Žāŗ‚ā˛¨āŗ†ā˛—ā˛ŗāŗ (➗➰ā˛ŋā˛ˇāŗā˛Ÿ 10,000)ā˛šāŗ†ā˛¸ā˛°ā˛ŋā˛¸ā˛˛ā˛žā˛Ļ ā˛Žā˛°ā˛Ąāŗ ➉ā˛Ēā˛¨ā˛Žāŗ‚ā˛¨āŗ†ā˛—ā˛ŗāŗ ➒➂ā˛Ļāŗ‡ ā˛šāŗ†ā˛¸ā˛°ā˛¨āŗā˛¨āŗ ā˛šāŗŠā˛‚ā˛Ļā˛ŋā˛ĩ⺆➅➍ā˛ŋā˛°āŗ€ā˛•āŗā˛ˇā˛ŋ➤ ā˛Ēāŗā˛¨ā˛°ā˛žā˛ĩā˛°āŗā˛¤ā˛¨āŗ†ā˛…ā˛Ēāŗ‚ā˛°āŗā˛Ŗā˛—āŗŠā˛‚ā˛Ąā˛ŋ➰⺁ā˛ĩ ā˛¸ā˛žā˛‚ā˛•āŗ‡ā˛¤ā˛ŋ➕ ā˛‰ā˛˛āŗā˛˛āŗ‡ā˛–ā˛—āŗŠā˛¤āŗā˛¤ā˛ŋ➰ā˛Ļ POSIX ā˛ĩā˛°āŗā˛—ā˛Ļ ā˛šāŗ†ā˛¸ā˛°āŗā˛—āŗŠā˛¤āŗā˛¤ā˛ŋ➰ā˛Ļ ā˛Ļāŗ‹ā˛ˇā˛—āŗŠā˛¤āŗā˛¤ā˛ŋ➰ā˛Ļ ā˛Ēā˛žā˛°āŗ ā˛…ā˛¨āŗā˛•āŗā˛°ā˛Ž\P ➅ā˛Ĩā˛ĩ \p ➝ ➍➂➤➰ ā˛—āŗŠā˛¤āŗā˛¤ā˛ŋ➰ā˛Ļ ā˛—āŗā˛Ŗā˛˛ā˛•āŗā˛ˇā˛Ŗā˛Ļ ā˛šāŗ†ā˛¸ā˛°āŗ(? ➍ ➍➂➤➰ ➗⺁➰⺁➤ā˛ŋā˛¸ā˛˛ā˛žā˛—ā˛Ļ ā˛…ā˛•āŗā˛ˇā˛°(?< ➝ ➍➂➤➰ ➗⺁➰⺁➤ā˛ŋā˛¸ā˛˛ā˛žā˛—ā˛Ļ ā˛…ā˛•āŗā˛ˇā˛°(?P ➝ ➍➂➤➰ ➗⺁➰⺁➤ā˛ŋā˛¸ā˛˛ā˛žā˛—ā˛Ļ ā˛…ā˛•āŗā˛ˇā˛°ā˛—āŗā˛°āŗā˛¤ā˛ŋā˛¸ā˛˛ā˛žā˛—ā˛Ļ ā˛…ā˛•āŗā˛ˇā˛°ā˛—ā˛ŗāŗ ā˛•ā˛‚ā˛Ąāŗā˛Ŧā˛°āŗā˛¤āŗā˛¤ā˛ĩāŗ† \ā˛Ē➰ā˛ŋā˛Žā˛žā˛Ŗā˛ĩ⺁ ā˛šāŗŠā˛° ā˛¤ā˛ŗāŗā˛ŗāŗā˛ĩ⺁ā˛Ļā˛¨āŗā˛¨āŗ ā˛•ā˛žā˛°āŗā˛¯ā˛—ā˛¤ā˛—āŗŠā˛ŗā˛ŋ➏⺁ā˛ĩ⺁ā˛Ļā˛ŋā˛˛āŗā˛˛ā˛Ē➰ā˛ŋā˛Žā˛žā˛Ŗā˛ĩ⺁ ā˛šāŗŠā˛° ā˛¤ā˛ŗāŗā˛ŗāŗā˛ĩ⺁ā˛Ļā˛¨āŗā˛¨āŗ ➅ā˛Ĩā˛ĩ eject_with_operation ā˛…ā˛¨āŗā˛¨āŗ ā˛…ā˛¨āŗā˛ĩ➝ā˛ŋ➏⺁ā˛ĩ⺁ā˛Ļā˛ŋā˛˛āŗā˛˛ā˛Ē➰ā˛ŋā˛Žā˛žā˛Ŗā˛ĩ⺁ ā˛†ā˛°āŗ‹ā˛šā˛ŋ➏⺁ā˛ĩ⺁ā˛Ļā˛¨āŗā˛¨āŗ ā˛•ā˛žā˛°āŗā˛¯ā˛—ā˛¤ā˛—āŗŠā˛ŗā˛ŋ➏⺁ā˛ĩ⺁ā˛Ļā˛ŋā˛˛āŗā˛˛ā˛–ā˛žā˛˛ā˛ŋ ➉ā˛Ēā˛¸ā˛žā˛˛āŗā˛—ā˛ŗā˛ŋā˛—ā˛žā˛—ā˛ŋ➍ ā˛•ā˛žā˛°āŗā˛¯ā˛•āŗā˛ˇāŗ‡ā˛¤āŗā˛°ā˛Ļ ā˛Žā˛ŋ➤ā˛ŋā˛¯ā˛¨āŗā˛¨āŗ ➤➞⺁ā˛Ēā˛˛āŗā˛Ēā˛Ÿāŗā˛Ÿā˛ŋā˛Ļāŗ†ā˛ļāŗ‚ā˛¨āŗā˛¯-➉ā˛Ļāŗā˛Ļā˛Ļ ā˛¸ā˛žā˛‚ā˛•āŗ‡ā˛¤ā˛ŋ➕ ā˛‰ā˛˛āŗā˛˛āŗ‡ā˛–./glib-2.22.2-i686/usr/share/locale/gl/0000755000000000000000000000000011271166771015626 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/gl/LC_MESSAGES/0000755000000000000000000000000011271166771017413 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/gl/LC_MESSAGES/glib20.mo0000644000000000000000000012574611271166635021045 0ustar rootrootŪ•œ !‘!Ĩ!­!ĩ! Ŋ!É!YŅ!_+"a‹"í"#)'#Q#&e#BŒ#Ī#æ#+û#('$ P$q$#$ą$Ë$2ã$9%!P%4r%/§%×%3î%+"&1N&-€&/Ž&#Ū&' ')8'b'(~',§'%Ô'&ú'"!("D()g(!‘( ŗ(AÔ(ž)ĩ)Ė);ė).(**W*.‚*ą**Ę*&õ*a+F~+4Å+2ú+:-,Ah,@Ē,;ë,W'-W-1×-/ .%9.?_.5Ÿ.IÕ.‘/ ą/Ō/į/0#0:0S0j0}0’0ą0Î0!ę0 1,1K1a1|1 ‘1˛1Î1å1ũ1252Q2j2†2"ž2Á2Ũ2ü2!363K3 d3…3Ÿ3ļ3!Đ3)ō3-4J4b4€4,š4Į4!ã455:75.r50Ą59Ō5 6&6>@6$6#¤6Č6'æ6.7=7?\7)œ7$Æ7%ë7-8?8!S89u8*¯89Ú89-19+_9Š‹9&:+=:3i:#:!Á:)ã:8 ;9F;%€;.Ļ;-Õ;.<2<)I<!s< •<Ŗ<Â<.Ō< =&=#6=&Z==Ą=3ŧ=-đ=(>(G>(p>)™>Ã>ã>ô>??0?E?^?$s?0˜?É?+é?!@7@S@1q@.Ŗ@TŌ@H'AFpA=ˇALõA+BB!nBB-°B$ŪB(C,C"GC3jC9žCØC"õCD!0D1RD2„D<ˇDôD&E9:EtEE)ŠEĶE#æEL FNWF°ĻFzWGŌGęG%H8(H-aH*H5ēH*đH/I KIlI €I%ĄIĮI"äIJJ/JHJ!hJ ŠJĢJÄJáJôJ!K$1K0VK"‡KFĒK:ņK-,L2ZLL;ĨL áL'M-*M)XM"‚MĨM$šM ŪM?˙M.?NnN…N˜N!´N'ÖN3ūN.2O(aO0ŠO+ģOįOP* PKPOjPCēP"ūP!Q&AQ!hQ*ŠQĩQÎQāQ ˙QC RPRXRsR0zR.ĢR3ÚR-S TDiTŽT;ÉT0U 6U1DUvU‡U §UČUŨUúU V5'V)]V‡VĨVÂV×V!ōVW/WLW"[W$~WŖW*ģW(æWX"+X!NXpXˆX)žX%ČX-îXY5:YpY9YĘY9ęY$Z6Z%VZ |Z ZĢZ2ĮZ%úZ [&8[$_[„['Ą[É[3Ų[ \=&\+d\(\š\Ë\é\ ]]$(]M] m] Ž] ¯]Đ]6ī]&^,E^r^¨‘^:`W`_`g`o`ƒ``‹`gė`hTaŊa!Ųa4ûa0b%CbTibžbŪb7öb1.c%`c+†c3˛c%æc* dE7dN}d8ĖdHeCNe"’eHĩeCūeIBfEŒfGŌf2gMg.lg5›g'Ņg,ųgS&h2zh1­hAßh&!i$Hi(mi'–iEžižjŖj%ˇj?Ũj:k-Xk1†k!¸k'Úk5lv8lY¯l@ m@JmQ‹mSŨmG1nAynfģnl"o:o<Ęo6pD>pEƒp^ÉpŠ(q)ŗqŨq øq r:rXrtrŒrŸr&´rÛrúr8s Rs&ssšsˇs×s#ės!t2tOtmttŠtÁtÛtųt<u&Vu)}u§u(Įuđuv"'vJviv‚v)Ÿv1ÉvOûv%Kw#qw-•wJÃw#x+2x$^xƒx<ĸx?ßx-yCMy ‘y˛yFÎy+z,Az9nz(¨z4Ņz"{E){+o{&›{+Â{6î{%|)>|@h|2Š|BÜ|"}3B}1v}š¨})C~.m~Mœ~-ę~&+?@kBŦ4ī6$€5[€6‘€#Ȁ8ė€)%O*h“6ąč,û+(‚5T‚-Š‚'¸‚Eā‚C&ƒ5jƒ6 ƒ6׃=„&L„!s„$•„ē„؄ö„ …5…/T…?„…+ą2đ…!#†2E†&x†AŸ†?á†c!‡U…‡UۇD1ˆXvˆ>Έ&‰%5‰3[‰%‰4ĩ‰#ę‰:ŠJIŠP”Š/åŠ4‹J‹,f‹>“‹@Ō‹BŒ1VŒ=ˆŒEƌ# '0QXĒ/č]ôeRŽĮ¸ŽŠ€ $,?Jl>ˇ.ö;%‘;a‘&‘/đ2ô‘$'’5L’‚’)Ą’"˒î’! “!-“O“'n“–“'͓̓#ķ“,” D”6e”*œ”OĮ”>•:V•4‘•ƕ9ā•&–)A–5k–1Ą–/Ķ–—*—C—<c—- —Ηë—˜-&˜<T˜R‘˜Mä˜32™>f™@Ĩ™%æ™( š-5š(cšPŒš?Ũš!›'?›5g›&›2ě÷›œ*-œXœWjœœ"˜îœMķœ6A>x5ˇ'í!ž 7žDž*Zž…ž_œž)üž8&ŸR_Ÿ&˛ŸX؟<2 o 0ˆ š (Č )ņ Ą$5ĄZĄ%qĄA—Ą/ŲĄ! ĸ%+ĸQĸ"kĸ)Žĸ¸ĸÕĸ õĸŖ0!ŖRŖ5oŖ2ĨŖ*ØŖ6¤":¤ ]¤~¤0˜¤*ɤ;ô¤%0ĨCVĨ$šĨEŋĨ%ĻC+ĻoĻ,€Ļ/­ĻŨĻ ũĻ0 §A:§-|§$ǧ3Χ(¨',¨&T¨{¨?¨'ͨBõ¨08Š$iŠŽŠ#ĨŠ ÉŠęŠ üŠ3Ē'QĒ(yĒ(ĸĒ&ËĒ$ōĒBĢ!ZĢA|Ģ'žĢŗA3ôMˇTû%K6´V‹ũŽ7Ā0bI†š˛T-ëâB€„Z×Ũã$ˆÂ į[v ķ.F&š°GQ{)^Ŗ¨Ė;ŦsÔ&]5@RqīgkåĄ:qWæĶ…Wõ}w¯"U)ōAO ø‡Ëŋ(d…rM#„\?ÛX ˙`;?Nvjl 't€KY1NfÁ>n27pRi¤nęm6ŸĮáu3-yļ÷‡î_*IP iuS|ܞ–OŲØd!<5JŒ ŠēsāĘĩģÕ2ė,éLú/[ŠVU_•xb'†8^9E+Č>Qxņ4 ֘‰”CĨÅt<ä‚9ŪŠmž4ĒDhƒe+‘írBD%1#Gf=|Ŋ8HŅ@‰Lo§owS*pP~a Éą:`ÎĢ}zyų0ŧ —ÆĐaÚlđ͜{jc­JZ]=cHCŽ/!\“ĪĻ$ĂX,ßk’öY ÃčE™ĸŒüŽFg›¸ˆŌ .heū"~‹(zƒ (invalid encoding)%.1f GB%.1f KB%.1f MB%s filetype%s type'%s' is not a valid character following a '<' character; it may not begin an element name'%s' is not a valid character following the characters '''%s' is not a valid name '%s' is not a valid name: '%c' (?R or (?[+-]digits must be followed by )) without opening (A bookmark for URI '%s' already existsAbstract unix domain socket addresses not supported on this systemAdded socket is closedApplication Options:Association creation not supported on win32Attribute '%s' of element '%s' not foundAttribute value must be non-NULLBackup file creation failedCan't copy directory over directoryCan't copy over directoryCan't copy special fileCan't create user MIME configuration folder %s: %sCan't create user application configuration folder %s: %sCan't create user desktop file %sCan't do a raw read in g_io_channel_read_line_stringCan't do a raw read in g_io_channel_read_to_endCan't find applicationCan't handle the supplied version the icon encodingCan't handle version %d of GEmblem encodingCan't handle version %d of GEmblemedIcon encodingCan't handle version %d of GFileIcon encodingCan't handle version %d of GThemedIcon encodingCan't move directory over directoryCan't open directoryCan't recursively copy directoryCan't rename file, filename already existCan't rename root directoryCancellable initialization not supportedCannot convert fallback '%s' to codeset '%s'Cannot parse double value '%s' for %sCannot parse integer value '%s' for %sCannot set permissions on symlinksCannot truncate GMemoryInputStreamChannel terminates in a partial characterCharacter out of range for UTF-16Character out of range for UTF-8Character reference '%-.*s' does not encode a permitted characterCharacter reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Connection in progressContaining mount does not existConversion from character set '%s' to '%s' is not supportedCould not allocate %lu bytes to read file "%s"Could not open converter from '%s' to '%s'Could not open converter from '%s' to '%s': %sCustom definition for %sDEFINE group contains more than one branchDesktop file didn't specify Exec fieldDocument ended unexpectedly after the equals sign following an attribute name; no attribute valueDocument ended unexpectedly inside a comment or processing instructionDocument ended unexpectedly inside an attribute nameDocument ended unexpectedly inside an element nameDocument ended unexpectedly inside an element-opening tag.Document ended unexpectedly inside the close tag for element '%s'Document ended unexpectedly just after an open angle bracket '<'Document ended unexpectedly while inside an attribute valueDocument ended unexpectedly with elements still open - '%s' was the last element openedDocument ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>Document must begin with an element (e.g. )Document was empty or contained only whitespaceDouble value '%s' for %s out of rangeElement '%s' was closed, but the currently open element is '%s'Element '%s' was closed, no element is currently openEmpty entity '&;' seen; valid entities are: & " < > 'Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Entity name '%-.*s' is not knownEnumerator is closedError accepting connection: %sError binding to address: %sError closing file: %sError closing socket: %sError closing unix: %sError connecting: Error connecting: %sError creating backup copy: %sError creating directory: %sError during conversion: %sError getting filesystem info: %sError launching application: %sError making symbolic link: %sError moving file: %sError on line %d char %d: Error on line %d: %sError opening directory '%s': %sError opening file '%s': %sError opening file: %sError parsing option %sError reading file '%s': %sError reading from file: %sError reading from unix: %sError receiving data: %sError receiving message: %sError removing file: %sError removing old backup link: %sError removing old file: %sError removing target file: %sError renaming file: %sError renaming temporary file: %sError resolving '%s'Error resolving '%s': %sError reverse-resolving '%s': %sError seeking in file: %sError sending data: %sError sending message: %sError setting SELinux context: %sError setting extended attribute '%s': %sError setting modification or access time: %sError setting owner: %sError setting permissions: %sError setting symlink: %sError setting symlink: file is not a symlinkError stating file '%s': %sError stating file descriptor: %sError trashing file: %sError truncating file: %sError while compiling regular expression %s at char %d: %sError while matching regular expression %s: %sError while optimizing regular expression %s: %sError while parsing replacement text "%s" at char %lu: %sError writing to file: %sError writing to unix: %sExisting file '%s' could not be removed: g_unlink() failed: %sExpected a GEmblem for GEmblemedIconExpecting 1 control message, got %dExpecting one fd, but got %d Failed to change to directory '%s' (%s)Failed to close file '%s': fclose() failed: %sFailed to create file '%s': %sFailed to create pipe for communicating with child process (%s)Failed to execute child process "%s" (%s)Failed to execute child process (%s)Failed to execute helper program (%s)Failed to expand exec line '%s' with URI '%s'Failed to fork (%s)Failed to fork child process (%s)Failed to get attributes of file '%s': fstat() failed: %sFailed to map file '%s': mmap() failed: %sFailed to open file '%s' for writing: fdopen() failed: %sFailed to open file '%s': %sFailed to open file '%s': fdopen() failed: %sFailed to open file '%s': open() failed: %sFailed to parse '%-.*s', which should have been a digit inside a character reference (ê for example) - perhaps the digit is too largeFailed to read data from child processFailed to read data from child process (%s)Failed to read enough data from child pid pipe (%s)Failed to read from child pipe (%s)Failed to read from file '%s': %sFailed to read the symbolic link '%s': %sFailed to redirect output or input of child process (%s)Failed to rename file '%s' to '%s': g_rename() failed: %sFailed to resize memory output streamFailed to write file '%s': fflush() failed: %sFailed to write file '%s': fsync() failed: %sFailed to write file '%s': fwrite() failed: %sFile "%s" is too largeFile enumerator has outstanding operationFile enumerator is already closedFile is emptyFile names cannot contain '%c'Filesystem rootGSocketControlMessage not supported on windowsHelp Options:Hostname '%s' contains '[' but not ']'Input stream doesn't implement readInteger value '%s' for %s out of rangeInteger value '%s' out of rangeInvalid GSeekType suppliedInvalid UTF-8 encoded text in name - not valid '%s'Invalid attribute type (byte string expected)Invalid attribute type (string expected)Invalid attribute type (uint32 expected)Invalid attribute type (uint64 expected)Invalid byte sequence in conversion inputInvalid extended attribute nameInvalid filenameInvalid filename %sInvalid group name: %sInvalid hostnameInvalid key name: %sInvalid program name: %sInvalid seek requestInvalid sequence in conversion inputInvalid socket, initialization failed due to: %sInvalid socket, not initializedInvalid string in argument vector at %d: %sInvalid string in environment: %sInvalid symlink value givenInvalid working directory: %sKey file contains escape character at end of lineKey file contains invalid escape sequence '%s'Key file contains key '%s' in group '%s' which has value that cannot be interpreted.Key file contains key '%s' which has a value that cannot be interpreted.Key file contains key '%s' which has value that cannot be interpreted.Key file contains key '%s' with value '%s' which is not UTF-8Key file contains line '%s' which is not a key-value pair, group, or commentKey file contains unsupported encoding '%s'Key file does not have group '%s'Key file does not have key '%s'Key file does not have key '%s' in group '%s'Key file does not start with a groupLeftover unconverted data in read bufferListener is already closedMalformed input data for GFileIconMalformed number of tokens (%d) in GEmblem encodingMalformed number of tokens (%d) in GEmblemedIcon encodingMalformed version number: %sMemory output stream not resizableMissing argument for %sMove between mounts not supportedNo MIME type defined in the bookmark for URI '%s'No application is registered as handling this fileNo application with name '%s' registered a bookmark for '%s'No bookmark found for URI '%s'No groups set in bookmark for URI '%s'No private flag has been defined in bookmark for URI '%s'No service record for '%s'No type for class name %sNo valid bookmark file found in data dirsNot a regular fileNot enough space for socket addressOdd character '%s', expected a '=' after attribute name '%s' of element '%s'Odd character '%s', expected a '>' character to end the empty-element tag '%s'Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute nameOdd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'Operation not supportedOperation was cancelledOutput stream doesn't implement writePCRE library is compiled without UTF8 properties supportPCRE library is compiled without UTF8 supportPOSIX collating elements are not supportedPOSIX named classes are supported only within a classPartial character sequence at end of inputQuoted text doesn't begin with a quotation markReached maximum data array limitReceived invalid fdSELinux context must be non-NULLSELinux is not enabled on this systemSeek not supported on streamSetting attribute %s not supportedShow all help optionsShow help optionsSocket is already closedSource stream is already closedStream doesn't support query_infoStream has outstanding operationStream is already closedSymbolic links not supportedTarget file existsTarget file is a directoryTarget file is not a regular fileTemplate '%s' doesn't contain XXXXXXTemplate '%s' invalid, should not contain a '%s'Temporarily unable to resolve '%s'Text ended before matching quote was found for %c. (The text was '%s')Text ended just after a '\' character. (The text was '%s')Text was empty (or contained only whitespace)The URI '%s' contains invalidly escaped charactersThe URI '%s' is invalidThe URI '%s' is not an absolute URI using the "file" schemeThe file was externally modifiedThe hostname of the URI '%s' is invalidThe local file URI '%s' may not include a '#'The pathname '%s' is not an absolute pathToo large count value passed to %sTrash not supportedTruncate not allowed on input streamTruncate not supported on streamType %s does not implement from_tokens() on the GIcon interfaceType %s does not implement the GIcon interfaceType %s is not classedURIs not supportedUnable to create socket: %sUnable to create trash dir %s: %sUnable to create trashing info file: %sUnable to find default local directory monitor typeUnable to find default local file monitor typeUnable to find or create trash directoryUnable to find terminal required for applicationUnable to find toplevel directory for trashUnable to get pending error: %sUnable to trash file: %sUnexpected attribute '%s' for element '%s'Unexpected early end-of-streamUnexpected error in g_io_channel_win32_poll() reading data from a child processUnexpected error in select() reading data from a child process (%s)Unexpected error in waitpid() (%s)Unexpected tag '%s' inside '%s'Unexpected tag '%s', tag '%s' expectedUnexpected type of ancillary dataUnknown error executing child process "%s"Unknown error on connectUnknown option %sUnknown protocol was specifiedUnknown typeUnmatched quotation mark in command line or other shell-quoted textUnnamedUnsupported socket addressUsage:Valid key file could not be found in search dirsValue '%s' cannot be interpreted as a boolean.Value '%s' cannot be interpreted as a float number.Value '%s' cannot be interpreted as a number.Waiting for socket condition: %sWrong number of tokens (%d)[OPTION...]\ at end of pattern\C not allowed in lookbehind assertion\c at end of pattern\g is not followed by a braced name or an optionally braced non-zero numberassertion expected after (?(association changes not supported on win32back references as conditions are not supported for partial matchingbacktracking limit reachedcase-changing escapes (\l, \L, \u, \U) are not allowed herecharacter value in \x{...} sequence is too largecode overflowconditional group contains more than two branchescorrupted objectcould not get local address: %scould not get remote address: %scould not listen: %screating GSocket from fd: %sdigit expecteddrive doesn't implement ejectdrive doesn't implement eject or eject_with_operationdrive doesn't implement polling for mediadrive doesn't implement startdrive doesn't implement stopfailed to get memoryhexadecimal digit expectedhexadecimal digit or '}' expectedillegal symbolic referenceinconsistent NEWLINE optionsinternal errorinternal error or corrupted objectinvalid combination of newline flagsinvalid condition (?(0)invalid escape sequence in character classlookbehind assertion is not fixed lengthmalformed \P or \p sequencemalformed number or name after (?(missing '<' in symbolic referencemissing ) after commentmissing terminating )missing terminating ] for character classmissing terminator in subpattern namemount doesn't implement content type guessingmount doesn't implement ejectmount doesn't implement eject or eject_with_operationmount doesn't implement remountmount doesn't implement synchronous content type guessingmount doesn't implement unmountmount doesn't implement unmount or unmount_with_operationnothing to repeatnumber too big in {} quantifiernumbers out of order in {} quantifieroctal value is greater than \377out of memoryoverran compiling workspacepreviously-checked referenced subpattern not foundrange out of order in character classrecursion limit reachedrecursive call could loop indefinitelyreference to non-existent subpatternregular expression too largerepeating a DEFINE group is not allowedstray final '\'subpattern name is too long (maximum 32 characters)symlink must be non-NULLthe pattern contains items not supported for partial matchingtoo many named subpatterns (maximum 10,000)two named subpatterns have the same nameunexpected repeatunfinished symbolic referenceunknown POSIX class nameunknown errorunknown escape sequenceunknown property name after \P or \punrecognized character after (?unrecognized character after (?<unrecognized character after (?Punrecognized character follows \volume doesn't implement ejectvolume doesn't implement eject or eject_with_operationvolume doesn't implement mountworkspace limit for empty substrings reachedzero-length symbolic referenceProject-Id-Version: glib.master Report-Msgid-Bugs-To: POT-Creation-Date: 2009-10-07 09:51-0400 PO-Revision-Date: 2009-09-16 09:54+0200 Last-Translator: AntÃŗn MÊixome Language-Team: Galician MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Language: gl Plural-Forms: Plural-Forms: nplurals=2; plural=(n != 1); X-Generator: KBabel 1.11.4 (codificaciÃŗn non vÃĄlida)%.1f GB%.1f KB%.1f MBtipo de ficheiro %stipo %s'%s' non Ê un carÃĄcter vÃĄlido despois dun carÃĄcter '<'; non pode iniciar un nome de elemento'%s' non Ê un carÃĄcter vÃĄlido despois dos caracteres '''%s' non Ê un nome vÃĄlido'%s' non Ê un nome vÃĄlido: '%c'(?R ou os díxitos (?[+-] deben estar seguidos por )) sen ( que o abraXa existe un marcador para o URI '%s'Abstraer os enderezos de socket de dominio unix que non son permitidos neste sistemaO socket engadido estÃĄ pechadoOpciÃŗns do aplicativo:A creaciÃŗn de asociaciÃŗn non Ê compatíbel con win32Non se localizou o atributo '%s' do elemento '%s'O valor do atributo debe ser non nuloFallou a creaciÃŗn do ficheiro de seguranzaNon se pode copiar un directorio sobre o directorioNon se pode copiar sobre o directorioNon Ê posíbel copiar o ficheiro especialNon se pode crear o cartafol de configuraciÃŗn MIME %s do usuario: %sNon se pode crear o cartafol de configuraciÃŗn do aplicativo de usuario %s: %sNon se pode crear o ficheiro de escritorio %s do usuarioNon se pode facer unha lectura en bruto en g_io_channel_read_line_stringNon se pode facer unha lectura en bruto en g_io_channel_read_to_endNon se pode encontrar o aplicativoNon Ê posíbel manipular a versiÃŗn fornecida da codificaciÃŗn da iconaNon Ê posíbel manipular a versiÃŗn %d da codificaciÃŗn de GEmblemNon Ê posíbel manipular a versiÃŗn %d da codificaciÃŗn de GEmblemediconNon Ê posíbel manipular a versiÃŗn %d da codificaciÃŗn de GFileIconNon Ê posíbel manipular a versiÃŗn %d da codificaciÃŗn de GThemedIconNon se pode mover o directorio sobre un directorioNon se pode abrir o directorioNon se pode copiar o directorio recursivamenteNon se pode renomear o ficheiro; o ficheiro xa existeNon se pode renomear o directorio raízNon se permite a inicializaciÃŗn cancelÃĄbelNon se pode converter o modo de emerxencia '%s' na codificaciÃŗn de caracteres '%s'Non se pode analizar o valor "double" '%s' para %sNon se pode analizar o valor enteiro '%s' para %sNon se puideron estabelecer os permisos nas ligazÃŗns simbÃŗlicasNon se pode truncar GMemoryInputStreamO canal remata nun carÃĄcter parcialCarÃĄcter fÃŗra de intervalo para UTF-16CarÃĄcter fÃŗra do intervalo para UTF-8A referencia de carÃĄcter '%-.*s' non codifica un carÃĄcter permitidoA referencia de carÃĄcter non remataba con punto e coma, probabelmente utilizou un carÃĄcter & sen intenciÃŗn de comezar unha entidade - escape o & como &ConexiÃŗn en marchaO punto de montaxe contido non existeNon se asiste conversiÃŗn do conxunto de caracteres '%s' a '%s'Non se puideron asignar %lu bytes para ler o ficheiro "%s"Non se puido abrir o conversor de '%s' a '%s'Non se puido abrir o conversor de '%s' a '%s': %sDefiniciÃŗn personalizada para %so grupo DEFINE contÊn mÃĄis dunha ramaO ficheiro de escritorio non especificou o campo ExecO documento terminou inesperadamente despois do signo igual que segue a un nome de atributo; non hai valor de atributoO documento terminou inesperadamente dentro dun comentario ou instruciÃŗn de procesamentoO documento terminou inesperadamente dentro dun nome de atributoO documento terminou inesperadamente dentro dun nome de elementoO documento terminou inesperadamente dentro dunha etiqueta de comezo de elemento.O documento terminou inesperadamente dentro da etiqueta que pechaba o elemento '%s'O documento terminou inesperadamente despois dun símbolo menor que '<'O documento terminou inesperadamente dentro dun valor de atributoO documento terminou inesperadamente con elementos aínda abertos - '%s' foi o Ãēltimo elemento abertoO documento terminou inesperadamente, esperÃĄbase ver un símbolo maior que '>' que pechase a etiqueta <%s/>O documento debe comezar cun elemento (por exemplo )O documento estaba baleiro ou sÃŗ contiÃąa espazos en brancoO valor "double" '%s' para %s estÃĄ fÃŗra do intervaloPechouse o elemento '%s', mais o elemento aberto actualmente Ê '%s'Pechouse o elemento '%s', actualmente non hai ningÃēn elemento abertoDetectada unha entidade baleira '&;'; as entidades vÃĄlidas son: & " < > 'A entidade non remata cun punto e coma, probabelmente usou o carÃĄcter & sen a intenciÃŗn de comezar unha entidade, escriba o & como &Non se coÃąece o nome de entidade '%-.*s'O enumerador estÃĄ pechadoErro ao aceptar a conexiÃŗn : %sErro ao conectar co enderezo: %sErro ao pechar o ficheiro: %sErro ao pechar o socket: %sErro ao pechar unix: %sErro ao conectar: Erro ao conectar: %sErro ao crear a copia de seguranza: %sErro ao crear o directorio: %sErro durante a conversiÃŗn: %sErro ao obter a informaciÃŗn do sistema de ficheiros: %sErro ao iniciar o aplicativo: %sErro ao crear a ligazÃŗn simbolica: %sErro ao mover o ficheiro: %sErro na liÃąa %d carÃĄcter %d: Erro na liÃąa %d: %sErro ao abrir o directorio '%s': %sErro ao abrir o ficheiro '%s': %sErro ao abrir o ficheiro: %sErro ao analizar a opciÃŗn %sErro ao ler o ficheiro '%s': %sErro ao ler do ficheiro: %sErro ao ler de unix: %sErro ao recibir datos: %sErro ao recibir a mensaxe: %sErro ao eliminar o ficheiro: %sErro ao eliminar a ligazÃŗn da copia de seguranza antiga: %sErro ao eliminar o ficheiro antigo: %sErro ao eliminar o ficheiro obxectivo: %sErro ao renomear o ficheiro: %sErro ao renomear o ficheiro temporal: %sErro ao resolver: '%s'Erro ao ler o ficheiro '%s': %sErro ao reverter-resolver '%s': %sErro ao buscar no ficheiro: %sErro ao enviar datos: %sErro ao enviar a mensaxe: %sErro a estabelecer o contexto SELinux: %sErro ao estabelecer o atributo estendido '%s': %sProduciuse un erro na modificaciÃŗn da configuraciÃŗn ou no tempo de acceso: %sErro ao estabelecer o propietario: %sErro ao estabelecer os permisos: %sErro ao estabelecer a ligazÃŗn simbÃŗlica: %sErro ao estabelecer a ligazÃŗn simbÃŗlica: o ficheiro non Ê unha ligazÃŗnErro ao iniciar o ficheiro '%s': %sErro ao iniciar o descritor de ficheiro: %sErro ao mover ao lixo o ficheiro: %sErro ao truncar o ficheiro: %sErro ao compilar a expresiÃŗn regular %s no carÃĄcter %d: %sErro ao estabelecer a equivalencia da expresiÃŗn regular %s: %sErro ao optimizar a expresiÃŗn regular %s: %sErro ao analizar o texto de substituciÃŗn "%s" no carÃĄcter %lu: %sErro ao escribir no ficheiro: %sErro ao escribir a unix: %sO ficheiro existente '%s' non se puido eliminar: g_unlink() fallou: %sEsperÃĄbase un GEmblem para o GEmblemedIconEsperando 1 mensaxe de control, obtívose %dEsperando un descritor de ficheiro(fd) pero obtívose %d Fallo ao cambiar ao directorio '%s' (%s)Fallo ao pechar o ficheiro '%s': fclose() fallou: %sFallo ao crear o ficheiro '%s': %sFallo ao crear a canalizaciÃŗn para comunicarse co proceso fillo (%s)Fallo ao executar o proceso fillo "%s" (%s)Fallo ao executar o proceso fillo (%s)Fallo ao executar o programa asistente (%s)Fallo ao expandir a liÃąa executÃĄbel '%s' co URI '%s'Fallo ao facer fork (%s)Fallo ao facer fork ao proceso fillo (%s)Fallo ao obter os atributos do ficheiro '%s': fstat() fallou: %sFallo ao mapear o ficheiro '%s': mmap() fallou: %sFallo ao abrir o ficheiro '%s' para escritura: fdopen() fallou: %sFallo ao abrir o ficheiro '%s': %sFallo ao abrir o ficheiro '%s': fdopen() fallou: %sFallo ao abrir o ficheiro '%s': open() fallou: %sFallo ao analizar '%-.*s', que debería ser un díxito dentro dunha referencia de carÃĄcter (por exemplo ê) - pode que o díxito sexa grande de mÃĄisFallo ao ler datos desde un proceso filloFallo ao ler datos desde un proceso fillo (%s)Fallo de lectura de suficientes datos desde a canalizaciÃŗn filla co PID (%s)Fallo ao ler desde a canalizaciÃŗn filla (%s)Fallo ao ler desde o ficheiro '%s': %sFallo ao ler a ligazÃŗn simbÃŗlica '%s': %sFallo ao redireccionar a saída ou entrada do proceso fillo (%s)Fallo ao renomear o ficheiro '%s' como '%s': g_rename() fallou: %sFallou ao redimensionar o fluxo de saída da memoriaFallo ao escribir o ficheiro '%s': fflush() fallou: %sFallo ao escribir o ficheiro '%s': fsync() fallou: %sFallo ao escribir o ficheiro '%s': fwrite() fallou: %sO ficheiro "%s" Ê demasiado grandeO enumerador do ficheiro ten unha operaciÃŗn excepcionalO enumerador do ficheiro xa estÃĄ pechadoO ficheiro estÃĄ baleiroOs nomes de ficheiro non poden conter '%c'Raíz do sistema de ficheirosO GSocketControlMessage non estÃĄ permitido en windowsOpciÃŗns de axuda:O nome do host '%s' contÊn '[' mais non ']'O fluxo de entrada non implementa a lecturaO valor enteiro '%s' para %s estÃĄ fÃŗra do intervaloO valor enteiro '%s' estÃĄ fÃŗra do intervaloProporcionouse un GSeekType non vÃĄlidoO texto do nome codificado en UTF-8 non Ê vÃĄlido - '%s' non vÃĄlidoO tipo de atributo non Ê vÃĄlido (esperÃĄbase unha cadea de bytes)Tipo de atributo non vÃĄlido (esperÃĄbase unha cadea)O tipo de atributo non Ê vÃĄlido (esperÃĄbase uint32)O tipo de atributo non Ê vÃĄlido (esperÃĄbase uint64)A secuencia de bytes non Ê vÃĄlida na entrada da conversiÃŗnNome estendido do atributo non vÃĄlidoO nome do ficheiro non Ê vÃĄlidoO nome do ficheiro non Ê vÃĄlido %sNome de grupo non vÃĄlido: %sO nome do host non Ê vÃĄlidoNome de chave non vÃĄlido: %sNome de programa non vÃĄlido: %sPeticiÃŗn de busca non vÃĄlidaSecuencia non vÃĄlida na entrada da conversiÃŗnO socket non Ê correcto, a inicializaciÃŗn fallou debido a: %sO socket non Ê correcto, non se inicialiouCadea non vÃĄlida no vector de argumento en %d: %sCadea non vÃĄlida no contorno: %sO valor da ligazÃŗn simbÃŗlica dada non Ê vÃĄlidoDirectorio de traballo non vÃĄlido: %sO ficheiro chave contÊn un carÃĄcter de escape ao final da liÃąaO ficheiro chave contÊn a secuencia de escape non vÃĄlida '%s'O ficheiro chave contÊn a chave '%s' no grupo '%s' que ten un valor que non pode ser interpretado.O ficheiro chave contÊn a chave '%s' que ten un valor que non pode ser interpretado.O ficheiro chave contÊn a chave '%s' que ten un valor que non pode ser interpretado.O ficheiro chave contÊn a chave '%s' co valor '%s' que non Ê UTF-8O ficheiro chave contÊn a liÃąa '%s' que non Ê un par valor-chave, grupo ou comentarioO ficheiro chave contÊn unha codificaciÃŗn non permitida '%s'O ficheiro chave non ten un grupo '%s'O ficheiro chave non ten a chave '%s'O ficheiro chave non ten a chave '%s' no grupo '%s'O ficheiro chave non comeza cun grupoDatos restantes non convertidos no bÃēfer de lecturaO porto de escoita xa estÃĄ pechadoDatos de entrada formados incorrectamente para o GFileIconNÃēmero formado incorrectamente de tokens (%d) na codificaciÃŗn de GEmblemNÃēmero formado incorrectamente de tokens (%d) na codificaciÃŗn de GEmblemediconNÃēmero de versiÃŗn formado incorrectamente: %sO fluxo de saída da memoria non Ê redimensionÃĄbelArgumento que falta para %sNon se permite mover entre puntos de montaxeNon hai ningÃēn tipo MIME definido no marcador para o URI '%s'Non hai ningÃēn aplicativo rexistrado para manexar este ficheiroNingÃēn aplicativo denominado '%s' rexistrou un marcador para '%s'Non se encontrou ningÃēn marcador para o URI '%s'Non existe ningÃēn grupo definido no marcador para o URI '%s'Non se definiu ningÃēn parÃĄmetro privado no marcador para o URI '%s'Non hai rexistro de servizo de '%s'Non hai un tipo para o nome de clase %sNon se puido localizar un ficheiro de marcadores vÃĄlido nos directorios de datosNon Ê un ficheiro normalNon hai espazo abondo para o enderezo do socketCarÃĄcter estraÃąo '%s', esperÃĄbase un '=' despois do nome do atributo '%s' do elemento '%s'CarÃĄcter estraÃąo '%s', esperÃĄbase un carÃĄcter '>' para pechar a etiqueta de elemento baleiro '%s'CarÃĄcter estraÃąo '%s', esperÃĄbase un carÃĄcter '>' ou '/' para pechar a etiqueta de comezo do elemento '%s' ou opcionalmente un atributo; quizais usou un carÃĄcter non vÃĄlido no nome dun atributoCarÃĄcter estraÃąo '%s', esperÃĄbase unhas comiÃąas de apertura despois do signo igual para dar un valor ao atributo '%s' do elemento '%s'OperaciÃŗn non permitidaA operaciÃŗn foi canceladaO fluxo de saída non implementa a escrituraA biblioteca PCRE estÃĄ compilada sen compatibilidade con propiedades UTF8A biblioteca PCRE estÃĄ compilada sen compatibilidade con UTF8os elementos de colaciÃŗn POSIX non se admitenAs clases de nomes POSIX sÃŗ se permiten dentro dunha claseHai unha secuencia de carÃĄcter parcial ao final da entradaO texto citado non comeza con comiÃąasAlcanzouse o límite mÃĄximo da matriz de datosRecibiuse un descritor de ficheiro (fd) incorrectoO contexto SELinux debe ser non-NULLO contexto SELinux non estÃĄ habilitado neste sistemaNon se permite buscar no fluxoNon se permite estabelecer o atributo %s Mostrar todas as opciÃŗns de axudaMostrar as opciÃŗns de axudaO fluxo de orixe xa estÃĄ pechadoO fluxo de orixe xa estÃĄ pechadoO fluxo non permite query_infoO fluxo ten unha operaciÃŗn excepcionalO fluxo xa se pechouAs ligazÃŗns simbÃŗlicas non se admitenO ficheiro de destino xa existeO ficheiro destino Ê un directorioO ficheiro destino non Ê un ficheiro normalO modelo '%s' non contÊn XXXXXXO modelo '%s' non Ê vÃĄlido, non debería conter '%s'Foi incapaz de resolver temporalmente '%s'O texto terminou antes de encontrar a comiÃąa final para %c. (O texto era '%s')O texto terminou despois dun carÃĄcter '\'. (O texto era '%s')O texto estaba baleiro (ou sÃŗ contiÃąa espazos en branco)O URI '%s' contÊn caracteres de escape non vÃĄlidosO URI '%s' non Ê vÃĄlidoO URI '%s' non Ê un URI absoluto usando o esquema "file"O ficheiro foi modificado externamenteO nome de host do URI '%s' non Ê vÃĄlidoO URI do ficheiro local '%s' non pode incluír un '#'O nome de camiÃąo '%s' non Ê un camiÃąo absolutoO valor de conta pasado a %s Ê demasiado longoNon se asiste o LixoNon se permite truncar no fluxo de entradaNon se permite truncar no fluxoO tipo %s non implementa from_tokens() na interface do GIconO tipo %s non implementa unha interface GIconO tipo %s non ten unha claseOs URI non son compatíbeisNon se pode crear o socket: %sNon se pode crear o directorio do lixo %s: %sNon se pode crear a informaciÃŗn de lixo para o ficheiro: %sNon se pode encontrar o tipo de monitorizaciÃŗn do directorio local predeterminadoNon se pode encontrar o tipo de monitorizaciÃŗn do ficheiro local predefinidoNon se pode encontrar ou crear o directorio do lixoNon Ê posíbel encontrar o terminal requirido polo aplicativoNon se pode encontrar o directorio de nivel superior para o lixoNon se pode obter o erro pendente: %sNon se pode mover ao lixo o ficheiro: %sAtributo '%s' inesperado para o elemento '%s'Final de fluxo inesperadamente prematuroErro inesperado en g_io_channel_win32_poll() ao ler datos desde un proceso filloErro inesperado en select() ao ler datos dun proceso fillo (%s)Erro inesperado en waitpid() (%s)Etiqueta '%s' inesperada dentro de '%s'Etiqueta '%s' inesperada, esperÃĄbase a etiqueta '%s'Tipo de datos subsidiarios inesperadosErro descoÃąecido ao executar o proceso fillo "%s"Erro descoÃąecido ao conectarOpciÃŗn %s descoÃąecidaFoi especificado un protocolo descoÃąecidoTipo descoÃąecidoComiÃąas non pechadas na liÃąa de ordes ou noutro texto citado nun intÊrprete de ordesSen nomeNon se admite o enderezo do socketUso:Non se pode encontrar unha chave de ficheiro vÃĄlida nos directorios de buscaO valor '%s' non se pode interpretar como un booleano.O valor '%s' non se pode interpretar como un nÃēmero flotante.O valor '%s' non se pode interpretar como un nÃēmero.Agardando pola situaciÃŗn do socket: %sNÃēmero incorrecto de tokens (%d)[OPCIÓN...]\ ao final do patrÃŗnnon se permite \C en aserciÃŗns lookbehind\c ao final do patrÃŗn\g non estÃĄ seguido por un nome con chaves ou un nÃēmero distinto de cero cunha chave opcionalesperÃĄbase unha aserciÃŗn despois de (?(os cambios de asociaciÃŗn non son compatíbeis con win32as referencias anteriores como condiciÃŗns non se permiten na coincidencia parcialalcanzouse o límite de "backtracking"aquí non se permiten as letras con maiÃēsculas e minÃēsculas escapadas (\l, \L, \u, \U)o valor do carÃĄcter na secuencia \x{...} Ê demasiado longodesbordamento de cÃŗdigoo grupo condicional contÊn mÃĄis de dÃēas ramasobxecto danadoNon se puido obter un enderezo local: %snon se puido obter un enderezo remoto: %snon se puido escoitar: %screando o GSocket a partir de fd: %sesperÃĄbase un díxitoa unidade non implementa a expulsiÃŗna unidade non implementa a expulsiÃŗn ou operaciÃŗn_de_expulsiÃŗna unidade non implementa a consulta para mediosa unidade non implementa o inicioa unidade non implementa a detenciÃŗnfallou ao obter a memoriaesperÃĄbase un díxito hexadecimalesperÃĄbase un díxito hexadecimal ou '}'referencia simbÃŗlica ilegalopciÃŗns NEWLINE inconsistenteserro internoerro interno ou obxecto danadocombinaciÃŗn non vÃĄlida de marcas de liÃąa novacondiciÃŗn non vÃĄlida (?(0)secuencia de escape non vÃĄlida na clase de carÃĄctera aserciÃŗn lockbehind non ten unha lonxitude fixasecuencia \P ou \p formada incorrectamentenÃēmero ou nome formado incorrectamente despois de (?(falta '<' na referencia simbÃŗlicafalta un ) despois do comentariofalta o ) de terminaciÃŗnfalta a terminaciÃŗn ] para a clase de carÃĄcterfalta a terminaciÃŗn no nome do subpatrÃŗna montaxe non implementa a averiguaciÃŗn do tipo de contidoa montaxe non implementa a expulsiÃŗna montaxe non implementa a expulsiÃŗn ou a operaciÃŗn_de_expulsiÃŗna montaxe non implementa o remontadoa montaxe non implementa a averiguaciÃŗn síncrona do tipo de contidoa montaxe non implementa o desmontadoa montaxe non implementa o desmontado ou a operaciÃŗn_de_desmontadonada que repetirnÃēmero demasiado grande no cuantificador {}nÃēmeros fÃŗra do intervalo no cuantificador {}o valor octal Ê maior que \377sen memoriadesbordouse o espazo de traballo de compilaciÃŗnnon se encontrou o subpatrÃŗn referenciado comprobado previamenteintervalo fÃŗra de orde na clase de carÃĄcteratinxiuse o límite de recursividadeunha chamada recursiva pode crear un bucle infinitoreferencia a un subpatrÃŗn non existentea expresiÃŗn regular Ê demasiado longanon se permite repetir un grupo DEFINE'\' final perdidoo nome do subpatrÃŗn Ê demasiado longo (mÃĄximo 32 caracteres)a ligazÃŗn simbÃŗlica debe ser non nulao patrÃŗn contÊn elementos non permitidos na coincidencia parcialdemasiados subpatrÃŗns con nome (mÃĄximo 10.000)dous subpatrÃŗns teÃąen o mesmo nomerepeticiÃŗn inesperadareferencia simbÃŗlica sen finalizarnome de clase POSIX descoÃąecidaerro descoÃąecidosecuencia de escape descoÃąecidanome de propiedade descoÃąecido despois de \P ou \pcarÃĄcter non recoÃąecido despois de (?carÃĄcter non recoÃąecido despois de (?<carÃĄcter non recoÃąecido despois de (?PcarÃĄcter non recoÃąecido despois de \o volume non implementa a expulsiÃŗno volume non implementa a expulsiÃŗn ou a operaciÃŗn_de_expulsiÃŗno volume non implementa o montadoatinxiuse o límite do espazo de traballo para subcadeas baleirasreferencia simbÃŗlica de lonxitude cero./glib-2.22.2-i686/usr/share/locale/hu/0000755000000000000000000000000011271166772015641 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/hu/LC_MESSAGES/0000755000000000000000000000000011271166772017426 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/hu/LC_MESSAGES/glib20.mo0000644000000000000000000013124211271166635021043 0ustar rootrootŪ•‘¤ , !Ą!ĩ!Ŋ!Å! Í!Ų!á!Yō!_L"aŦ"#(#)H#r#&†#B­#đ#$+$(H$ q$’$#Ž$Ō$ė$2%97%!q%4“%/Č%ø%3&+C&1o&-Ą&/Ī&#˙&#' 8')Y'ƒ'(Ÿ',Č'%õ'&("B("e()ˆ(!˛( Ô(Aõ(ž7)Ö)í); *.I**x*.Ŗ*Ō**ë*&+a=+FŸ+4æ+2,:N,A‰,@Ë,; -WH-W -1ø-/*.%Z.?€.5Ā.Iö.‘@/ Ō/ķ/0'0D0[0t0‹0ž0ŗ0Ō0ī0! 1-1M1l1‚11 ˛1Ķ1ī122:2V2r2‹2§2"ŋ2â2ū23!53W3l3 …3Ļ3Ā3×3!ņ3)4-=4k4ƒ4Ą4,ģ4č4!5&5>5:X5.“50Â59ķ5-6G6>a6$ 6#Å6é6'7./7^7?}7)Ŋ7$į7% 8-28`8!t89–8*Đ89û859-R9+€9ŠŦ9&7:+^:3Š:#ž:!â:);8.;9g;%Ą;.Į;-ö;.$<S<)j<!”< ļ<Ä<ã<.ķ< "=&0=#W=&{=ĸ=Â=3Ũ=->(?>(h>(‘>)ē>ä>??)?@?Q?f??$”?0š?ę?+ @!6@X@t@1’@.Ä@Tķ@HHAF‘A=ØALB+cB!BąB-ŅB$˙B($CMC"hC3‹C9ŋCųC"D9D!QD1sD2ĨD<ØDE&4E9[E•E°E)ĘEôE#FL+FNxF°ĮFzxGķG H%#H8IH-‚H*°H5ÛH*I/JPJiJ!‰J ĢJĖJåJKK!0K$RK0wK"¨KFËK:L-ML2{LŽL;ÆL M'#M-KM)yM"ŖMÆM$ÚM ˙M? N.`NNĻNšN!ÕN'÷N3O.SO(‚O0ĢO+ÜOP(P*APlPO‹PCÛP"QBQ&bQ!‰Q*ĢQÖQīQR RC-RqRyR”R0›R.ĖR3ûR-/S ]S~S šSĻS&ēSáSKöSBT*_TDŠTĪT;ęT0&U WU1eU—U¨U ČUéUūUV*V5HV)~V¨VÆVãVøV!W5WPWmW"|W$ŸWÄW*ÜW(X0X"LX!oX‘XŠX)ŋX%éX-Y=Y5[Y‘Y9ąYëY9 ZEZWZ%wZ Z žZĖZ2čZ%[A[&Y[$€[Ĩ['Â[ę[3ú[.\=G\+…\(ą\Ú\ė\ ] #]1]$I]n] Ž] ¯] Đ]ņ]6^G^,f^“^’˛^E```h`p`x` ‡`‘`XŖ`oü`slaāa&ũa:$b_b>sbO˛b$c'c<?c<|c&šc*āc) d!5d"WdIzdOÄd7eLLeG™eáe2f03f6df2›f4Îf-g1g(Pg5yg'¯g1×gF hSPhF¤h8ëh&$i+Ki0wi/¨iHØi¤!jÆj$ßjUkFZk]ĄkL˙kLl&gl+Žl…ēl]@mAžm:āmCnS_nQŗnDomJoo¸o?(pFhp]¯pM qC[qPŸqŸđq(ršr#Ör"úrs!Ē}4é}5~WT~'Ŧ~1Ô~TG[QŖ0õH&€Fo€Ĩļ€6\9“H́5‚1L‚<~‚Kģ‚Yƒ9aƒD›ƒCāƒD$„i„7†„%ž„ ä„3ō„&…1=…o…B„…6Į…Pū…:O†$ІK¯†Dû†?@‡8€‡8š‡8ō‡++ˆWˆoˆ‹ˆЈˆ܈úˆ2‰EM‰,“‰J‰1 Š9=Š!wŠI™Š@ãŠn$‹U“‹Xé‹]BŒj Œ> 0J${L %í9ŽMŽ.kŽ?šŽEڎ! 3B*v1ĄNĶ5"YX@˛NķPB‘1“‘#őCé‘-’%B’xh’uá’āW“8”֔ņ”4 •U>•B”•-וB–,H–/u–%Ĩ–$˖#đ–,—.A—1p—(ĸ—#˗ī—' ˜+5˜2a˜ ”˜0ĩ˜æ˜û˜ ™;7™<s™'°™XؙG1šJyšTĚ›D9›&~›$Ĩ›@ʛ7 œ3Cœwœ5Žœ-ĜPōœ4C(xĄ(Á7ę8"žC[ž>Ÿž:Ūž7Ÿ1QŸ1ƒŸ&ĩŸ6ܟ  _4 \” #ņ :Ą3PĄ'„ĄCŦĄđĄĸ'ĸGĸ_Yĸ šĸÃĸ āĸAėĸ>.ŖBmŖ4°Ŗ'åŖ ¤+¤:¤3L¤€¤]“¤*ņ¤>Ĩb[Ĩ"žĨ_áĨ5AĻwĻ6ŠĻÁĻ!ĶĻ#õϧ*0§[§*y§S¤§8ø§,1¨/^¨ލ*Ŧ¨=ר"Š$8Š ]Š"iŠ+ŒŠ¸Š2׊6 Ē%AĒ/gĒ2—Ē ĘĒëĒ-Ģ'/ĢBWĢ*šĢSÅĢ2ŦKLŦ0˜Ŧ[ÉŦ%­&:­1a­&“­ē­(Ī­=ø­86ŽoŽ0ŽŽ#ŋŽ!ãŽ1¯%7¯5]¯!“¯Oĩ¯/°#5°Y°$n°“°ą°Á°.Û° ą)ąIą)ią'“ąOģą) ˛@5˛+v˛´B4õN¸Uü&L7 ĩWŒū¯8Á1cJ‡ēŗU.ėãC…[ØŪä%‰Ã! č\w ‚ô/G'›ąHRž|*_¤ŠÍ<­tÕ'^6ASrđhlĸ;rXįԆXö~x°#V*ķBPųˆĖĀ)e†sN$…]@ÜYa<@ŽOwkm (uLZ2OgÂ?o38qSjĨoën7 Čâv4.zˇ øˆī`+JQĄjvT}ŨŸ—PÚŲe"=6K ‹ģtáËļŧÖ3í-ęMû0\‹WV`–y c(‡9_:F,É?‘Ryō5!æ×™Š•DŽĻÆu=åƒ:ßĒnŋ5ĢEi„f,’îsCE&2$Hg>€}ž9IŌAŠMp¨pxT+q‚Qb ʲ;aĪŦ~{zú1Ŋ ˜ĮŅbÛmņΝ |kd€ŽK[^>dID0"]”Ч%ŃY-āl“÷Z ÄéFšŖũGhœš‰Ķ /‘if˙#Œ){„ (invalid encoding)%.1f GB%.1f KB%.1f MB%s filetype%s type%u byte%u bytes'%s' is not a valid character following a '<' character; it may not begin an element name'%s' is not a valid character following the characters '''%s' is not a valid name '%s' is not a valid name: '%c' (?R or (?[+-]digits must be followed by )) without opening (A bookmark for URI '%s' already existsAbstract unix domain socket addresses not supported on this systemAdded socket is closedApplication Options:Association creation not supported on win32Attribute '%s' of element '%s' not foundAttribute value must be non-NULLBackup file creation failedCan't copy directory over directoryCan't copy over directoryCan't copy special fileCan't create user MIME configuration folder %s: %sCan't create user application configuration folder %s: %sCan't create user desktop file %sCan't do a raw read in g_io_channel_read_line_stringCan't do a raw read in g_io_channel_read_to_endCan't find applicationCan't handle the supplied version the icon encodingCan't handle version %d of GEmblem encodingCan't handle version %d of GEmblemedIcon encodingCan't handle version %d of GFileIcon encodingCan't handle version %d of GThemedIcon encodingCan't move directory over directoryCan't open directoryCan't recursively copy directoryCan't rename file, filename already existCan't rename root directoryCancellable initialization not supportedCannot convert fallback '%s' to codeset '%s'Cannot parse double value '%s' for %sCannot parse integer value '%s' for %sCannot set permissions on symlinksCannot truncate GMemoryInputStreamChannel terminates in a partial characterCharacter out of range for UTF-16Character out of range for UTF-8Character reference '%-.*s' does not encode a permitted characterCharacter reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Connection in progressContaining mount does not existConversion from character set '%s' to '%s' is not supportedCould not allocate %lu bytes to read file "%s"Could not open converter from '%s' to '%s'Could not open converter from '%s' to '%s': %sCustom definition for %sDEFINE group contains more than one branchDesktop file didn't specify Exec fieldDocument ended unexpectedly after the equals sign following an attribute name; no attribute valueDocument ended unexpectedly inside a comment or processing instructionDocument ended unexpectedly inside an attribute nameDocument ended unexpectedly inside an element nameDocument ended unexpectedly inside an element-opening tag.Document ended unexpectedly inside the close tag for element '%s'Document ended unexpectedly just after an open angle bracket '<'Document ended unexpectedly while inside an attribute valueDocument ended unexpectedly with elements still open - '%s' was the last element openedDocument ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>Document must begin with an element (e.g. )Document was empty or contained only whitespaceDouble value '%s' for %s out of rangeElement '%s' was closed, but the currently open element is '%s'Element '%s' was closed, no element is currently openEmpty entity '&;' seen; valid entities are: & " < > 'Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Entity name '%-.*s' is not knownEnumerator is closedError accepting connection: %sError binding to address: %sError closing file: %sError closing socket: %sError closing unix: %sError connecting: Error connecting: %sError creating backup copy: %sError creating directory: %sError during conversion: %sError getting filesystem info: %sError launching application: %sError making symbolic link: %sError moving file: %sError on line %d char %d: Error on line %d: %sError opening directory '%s': %sError opening file '%s': %sError opening file: %sError parsing option %sError reading file '%s': %sError reading from file: %sError reading from unix: %sError receiving data: %sError receiving message: %sError removing file: %sError removing old backup link: %sError removing old file: %sError removing target file: %sError renaming file: %sError renaming temporary file: %sError resolving '%s'Error resolving '%s': %sError reverse-resolving '%s': %sError seeking in file: %sError sending data: %sError sending message: %sError setting SELinux context: %sError setting extended attribute '%s': %sError setting modification or access time: %sError setting owner: %sError setting permissions: %sError setting symlink: %sError setting symlink: file is not a symlinkError stating file '%s': %sError stating file descriptor: %sError trashing file: %sError truncating file: %sError while compiling regular expression %s at char %d: %sError while matching regular expression %s: %sError while optimizing regular expression %s: %sError while parsing replacement text "%s" at char %lu: %sError writing to file: %sError writing to unix: %sExisting file '%s' could not be removed: g_unlink() failed: %sExpected a GEmblem for GEmblemedIconExpecting 1 control message, got %dExpecting one fd, but got %d Failed to change to directory '%s' (%s)Failed to close file '%s': fclose() failed: %sFailed to create file '%s': %sFailed to create pipe for communicating with child process (%s)Failed to execute child process "%s" (%s)Failed to execute child process (%s)Failed to execute helper program (%s)Failed to expand exec line '%s' with URI '%s'Failed to fork (%s)Failed to fork child process (%s)Failed to get attributes of file '%s': fstat() failed: %sFailed to map file '%s': mmap() failed: %sFailed to open file '%s' for writing: fdopen() failed: %sFailed to open file '%s': %sFailed to open file '%s': fdopen() failed: %sFailed to open file '%s': open() failed: %sFailed to parse '%-.*s', which should have been a digit inside a character reference (ê for example) - perhaps the digit is too largeFailed to read data from child processFailed to read data from child process (%s)Failed to read enough data from child pid pipe (%s)Failed to read from child pipe (%s)Failed to read from file '%s': %sFailed to read the symbolic link '%s': %sFailed to redirect output or input of child process (%s)Failed to rename file '%s' to '%s': g_rename() failed: %sFailed to resize memory output streamFailed to write file '%s': fflush() failed: %sFailed to write file '%s': fsync() failed: %sFailed to write file '%s': fwrite() failed: %sFile "%s" is too largeFile enumerator has outstanding operationFile enumerator is already closedFile is emptyFile names cannot contain '%c'Filesystem rootGSocketControlMessage not supported on windowsHelp Options:Hostname '%s' contains '[' but not ']'Input stream doesn't implement readInteger value '%s' for %s out of rangeInteger value '%s' out of rangeInvalid GSeekType suppliedInvalid UTF-8 encoded text in name - not valid '%s'Invalid attribute type (byte string expected)Invalid attribute type (string expected)Invalid attribute type (uint32 expected)Invalid attribute type (uint64 expected)Invalid byte sequence in conversion inputInvalid extended attribute nameInvalid filenameInvalid filename %sInvalid group name: %sInvalid hostnameInvalid key name: %sInvalid program name: %sInvalid seek requestInvalid sequence in conversion inputInvalid socket, initialization failed due to: %sInvalid socket, not initializedInvalid string in argument vector at %d: %sInvalid string in environment: %sInvalid symlink value givenInvalid working directory: %sKey file contains escape character at end of lineKey file contains invalid escape sequence '%s'Key file contains key '%s' in group '%s' which has value that cannot be interpreted.Key file contains key '%s' which has a value that cannot be interpreted.Key file contains key '%s' which has value that cannot be interpreted.Key file contains key '%s' with value '%s' which is not UTF-8Key file contains line '%s' which is not a key-value pair, group, or commentKey file contains unsupported encoding '%s'Key file does not have group '%s'Key file does not have key '%s'Key file does not have key '%s' in group '%s'Key file does not start with a groupLeftover unconverted data in read bufferListener is already closedMalformed input data for GFileIconMalformed number of tokens (%d) in GEmblem encodingMalformed number of tokens (%d) in GEmblemedIcon encodingMalformed version number: %sMemory output stream not resizableMissing argument for %sMove between mounts not supportedNo MIME type defined in the bookmark for URI '%s'No application is registered as handling this fileNo application with name '%s' registered a bookmark for '%s'No bookmark found for URI '%s'No groups set in bookmark for URI '%s'No private flag has been defined in bookmark for URI '%s'No service record for '%s'No type for class name %sNo valid bookmark file found in data dirsNot a regular fileNot enough space for socket addressOdd character '%s', expected a '=' after attribute name '%s' of element '%s'Odd character '%s', expected a '>' character to end the empty-element tag '%s'Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute nameOdd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'Operation not supportedOperation was cancelledOutput stream doesn't implement writePCRE library is compiled without UTF8 properties supportPCRE library is compiled without UTF8 supportPOSIX collating elements are not supportedPOSIX named classes are supported only within a classPartial character sequence at end of inputQuoted text doesn't begin with a quotation markReached maximum data array limitReceived invalid fdSELinux context must be non-NULLSELinux is not enabled on this systemSeek not supported on streamSetting attribute %s not supportedShow all help optionsShow help optionsSocket is already closedSource stream is already closedStream doesn't support query_infoStream has outstanding operationStream is already closedSymbolic links not supportedTarget file existsTarget file is a directoryTarget file is not a regular fileTemplate '%s' doesn't contain XXXXXXTemplate '%s' invalid, should not contain a '%s'Temporarily unable to resolve '%s'Text ended before matching quote was found for %c. (The text was '%s')Text ended just after a '\' character. (The text was '%s')Text was empty (or contained only whitespace)The URI '%s' contains invalidly escaped charactersThe URI '%s' is invalidThe URI '%s' is not an absolute URI using the "file" schemeThe file was externally modifiedThe hostname of the URI '%s' is invalidThe local file URI '%s' may not include a '#'The pathname '%s' is not an absolute pathToo large count value passed to %sTrash not supportedTruncate not allowed on input streamTruncate not supported on streamType %s does not implement from_tokens() on the GIcon interfaceType %s does not implement the GIcon interfaceType %s is not classedURIs not supportedUnable to create socket: %sUnable to create trash dir %s: %sUnable to create trashing info file: %sUnable to find default local directory monitor typeUnable to find default local file monitor typeUnable to find or create trash directoryUnable to find terminal required for applicationUnable to find toplevel directory for trashUnable to get pending error: %sUnable to trash file: %sUnexpected attribute '%s' for element '%s'Unexpected early end-of-streamUnexpected error in g_io_channel_win32_poll() reading data from a child processUnexpected error in select() reading data from a child process (%s)Unexpected error in waitpid() (%s)Unexpected tag '%s' inside '%s'Unexpected tag '%s', tag '%s' expectedUnexpected type of ancillary dataUnknown error executing child process "%s"Unknown error on connectUnknown option %sUnknown protocol was specifiedUnknown typeUnmatched quotation mark in command line or other shell-quoted textUnnamedUnsupported socket addressUsage:Valid key file could not be found in search dirsValue '%s' cannot be interpreted as a boolean.Value '%s' cannot be interpreted as a float number.Value '%s' cannot be interpreted as a number.Waiting for socket condition: %sWrong number of tokens (%d)[OPTION...]\ at end of pattern\C not allowed in lookbehind assertion\c at end of pattern\g is not followed by a braced name or an optionally braced non-zero numberassertion expected after (?(association changes not supported on win32back references as conditions are not supported for partial matchingbacktracking limit reachedcase-changing escapes (\l, \L, \u, \U) are not allowed herecharacter value in \x{...} sequence is too largecode overflowconditional group contains more than two branchescorrupted objectcould not get local address: %scould not get remote address: %scould not listen: %screating GSocket from fd: %sdigit expecteddrive doesn't implement ejectdrive doesn't implement eject or eject_with_operationdrive doesn't implement polling for mediadrive doesn't implement startdrive doesn't implement stopfailed to get memoryhexadecimal digit expectedhexadecimal digit or '}' expectedillegal symbolic referenceinconsistent NEWLINE optionsinternal errorinternal error or corrupted objectinvalid combination of newline flagsinvalid condition (?(0)invalid escape sequence in character classlookbehind assertion is not fixed lengthmalformed \P or \p sequencemalformed number or name after (?(missing '<' in symbolic referencemissing ) after commentmissing terminating )missing terminating ] for character classmissing terminator in subpattern namemount doesn't implement content type guessingmount doesn't implement ejectmount doesn't implement eject or eject_with_operationmount doesn't implement remountmount doesn't implement synchronous content type guessingmount doesn't implement unmountmount doesn't implement unmount or unmount_with_operationnothing to repeatnumber too big in {} quantifiernumbers out of order in {} quantifieroctal value is greater than \377out of memoryoverran compiling workspacepreviously-checked referenced subpattern not foundrange out of order in character classrecursion limit reachedrecursive call could loop indefinitelyreference to non-existent subpatternregular expression too largerepeating a DEFINE group is not allowedstray final '\'subpattern name is too long (maximum 32 characters)symlink must be non-NULLthe pattern contains items not supported for partial matchingtoo many named subpatterns (maximum 10,000)two named subpatterns have the same nameunexpected repeatunfinished symbolic referenceunknown POSIX class nameunknown errorunknown escape sequenceunknown property name after \P or \punrecognized character after (?unrecognized character after (?<unrecognized character after (?Punrecognized character follows \volume doesn't implement ejectvolume doesn't implement eject or eject_with_operationvolume doesn't implement mountworkspace limit for empty substrings reachedzero-length symbolic referenceProject-Id-Version: glib master Report-Msgid-Bugs-To: POT-Creation-Date: 2009-10-07 09:51-0400 PO-Revision-Date: 2009-09-02 18:04+0200 Last-Translator: Gabor Kelemen Language-Team: Hungarian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.11.4 Plural-Forms: nplurals=2; plural=(n != 1); (ÊrvÊnytelen kÃŗdolÃĄs)%.1f GB%.1f KB%.1f MB%s fÃĄjltípus%s típus%u bÃĄjt%u bÃĄjt„%s” nem ÊrvÊnyes karakter a „<” karakter utÃĄn; elem neve nem kezdődhet vele„%s” nem ÊrvÊnyes karakter a „”.„%s” nem ÊrvÊnyes nÊv„%s” nem ÊrvÊnyes nÊv: „%c”a (?R vagy (?[+-]szÃĄmjegyek elemeket )-nek kell kÃļvetnie) nyitÃŗ ( nÊlkÃŧlMÃĄr lÊtezik kÃļnyvjelző a kÃļvetkező URI címhez: „%s”Az absztrakt unix tartomÃĄnyfoglalat-címek nem tÃĄmogatottak ezen a rendszerenA hozzÃĄadott foglalat le van zÃĄrvaAlkalmazÃĄs kapcsolÃŗi:A tÃĄrsítÃĄs lÊtrehozÃĄsa nem tÃĄmogatott win32 rendszerenA(z) „$2%s” elem „$1%s” attribÃētuma nem talÃĄlhatÃŗAz attribÃētum ÊrtÊke nem lehet NULLA mentÊsi fÃĄjl lÊtrehozÃĄsa meghiÃēsultA kÃļnyvtÃĄr nem mÃĄsolhatÃŗ kÃļnyvtÃĄrbaNem lehet a kÃļnyvtÃĄrra mÃĄsolniA speciÃĄlis fÃĄjl nem mÃĄsolhatÃŗNem hozhatÃŗ lÊtre a(z) %s felhasznÃĄlÃŗi MIME konfigurÃĄciÃŗs mappa: %sNem hozhatÃŗ lÊtre a(z) %s felhasznÃĄlÃŗi alkalmazÃĄskonfigurÃĄciÃŗs mappa: %sNem hozhatÃŗ lÊtre a felhasznÃĄlÃŗi desktop fÃĄjl (%s)Nem lehet nyers (raw) olvasÃĄst vÊgezni a g_io_channel_read_line_string-benNem lehet nyers (raw) olvasÃĄst vÊgezni a g_io_channel_read_to_end-benNem talÃĄlhatÃŗ az alkalmazÃĄsAz ikonkÃŗdolÃĄs megadott verziÃŗja nem kezelhetőA GEmblem kÃŗdolÃĄs %d. verziÃŗja nem kezelhetőA GEmblemedIcon kÃŗdolÃĄs %d. verziÃŗja nem kezelhetőA GFileIcon kÃŗdolÃĄs %d. verziÃŗja nem kezelhetőA GThemedIcon kÃŗdolÃĄs %d. verziÃŗja nem kezelhetőA kÃļnyvtÃĄr nem helyezhető ÃĄt kÃļnyvtÃĄrbaA kÃļnyvtÃĄr nem nyithatÃŗ megA kÃļnyvtÃĄr nem mÃĄsolhatÃŗ rekurzívanA fÃĄjl nem nevezhető ÃĄt, a fÃĄjlnÊv mÃĄr lÊtezikNem nevezhető ÃĄt a gyÃļkÊrkÃļnyvtÃĄrA megszakíthatÃŗ előkÊszítÊs nem tÃĄmogatottNem alakíthatÃŗ ÃĄt a tartalÊk „%s” a(z) „%s” kÃŗdkÊszletreNem dolgozhatÃŗ fel a(z) „%s” dupla hosszÃēsÃĄgÃē ÊrtÊk a kÃļvetkezőhÃļz: %sNem dolgozhatÃŗ fel a(z) „%s” egÊsz ÊrtÊk a kÃļvetkezőhÃļz: %sNem ÃĄllíthatÃŗk be a szimbolikus linkek jogosultsÃĄgaiA GMemoryInputStream nem csonkíthatÃŗA csatorna tÃļredÊk karakterrel Êr vÊgetA karakter az UTF-16 tartomÃĄnyon kívÃŧlre esikA karakter az UTF-8 tartomÃĄnyon kívÃŧlre esikA(z) „%-.*s” karakterhivatkozÃĄs nem engedÊlyezett karaktert kÃŗdolA karakterhivatkozÃĄs nem pontosvesszővel Êrt vÊget; valÃŗszínÅąleg egy &-jelet hasznÃĄlt anÊlkÃŧl, hogy entitÃĄst akart volna kezdeni - írja & formÃĄban.CsatlakozÃĄs folyamatbanA tartalmazÃŗ csatolÃĄs nem lÊtezikA(z) „%s” Ês „%s” karakterkÊszletek kÃļzÃļtti ÃĄtalakítÃĄs nem tÃĄmogatottNem sikerÃŧlt %lu bÃĄjtot lefoglalni a(z) „%s” fÃĄjl olvasÃĄsÃĄhozA(z) „%s” karakterkÊszletről „%s” karakterkÊszletre ÃĄtalakítÃŗ nem nyithatÃŗ megAz ÃĄtalakítÃŗ a(z) „%s” elemről „%s” elemre nem nyithatÃŗ meg: %s%s egyÊni meghatÃĄrozÃĄsaa DEFINE csoport tÃļbb ÃĄgat tartalmazA desktop fÃĄjl nem adta meg az Exec mezőtA dokumentum vÃĄratlanul vÊget Êrt egy az attribÃētumnevet kÃļvető egyenlősÊgjel utÃĄn; az attribÃētum ÊrtÊke nem lett megadvaA dokumentum vÃĄratlanul vÊget Êrt egy megjegyzÊsen vagy feldolgozÃĄsi utasítÃĄson belÃŧlA dokumentum vÃĄratlanul vÊget Êrt egy attribÃētumnÊven belÃŧlA dokumentum vÃĄratlanul vÊget Êrt egy elemnÊven belÃŧlA dokumentum vÃĄratlanul vÊget Êrt egy elemnyitÃŗ címkÊn belÃŧlA dokumentum vÃĄratlanul vÊget Êrt a(z) „%s” elem lezÃĄrÃŗ címkÊjÊn belÃŧlA dokumentum vÃĄratlanul vÊget Êrt egy nyitott hegyes zÃĄrÃŗjel („<”) utÃĄnA dokumentum vÃĄratlanul vÊget Êrt egy attribÃētumÊrtÊken belÃŧlA dokumentum vÃĄratlanul vÊget Êrt, pedig mÊg nyitva vannak elemek - „%s” az utoljÃĄra megnyitott elemA dokumentum vÃĄratlanul vÊget Êrt; a(z) <%s/> elemet lezÃĄrÃŗ hegyes zÃĄrÃŗjelnek kellett volna kÃļvetkeznieA dokumentumnak egy elemmel kell kezdődnie (pÊldÃĄul: )A dokumentum Ãŧres volt, vagy csak Ãŧreshely karaktereket tartalmazottA(z) „%s” dupla hosszÃēsÃĄgÃē ÊrtÊk a tartomÃĄnyon kívÃŧlre esik a kÃļvetkezőhÃļz: %sA(z) „%s” elem le lett lezÃĄrva, de a jelenleg nyitott elem a(z) „%s”A(z) „%s” elem le lett lezÃĄrva, jelenleg egy elem sincs nyitvaÜres „&;” entitÃĄs; az ÊrvÊnyes entitÃĄsok: & " < > 'Az entitÃĄs neve nem pontosvesszővel Êrt vÊget; valÃŗszínÅąleg egy &-jelet hasznÃĄlt anÊlkÃŧl, hogy entitÃĄst akart volna kezdeni - írja & formÃĄban.A(z) „%-.*s” entitÃĄsnÊv ismeretlenAz enumerÃĄtor le van zÃĄrvaHiba a kapcsolat elfogadÃĄsakor: %sHiba a címhez csatlakozÃĄskor: %sHiba a fÃĄjl lezÃĄrÃĄsakor: %sHiba a foglalat lezÃĄrÃĄsakor: %sHiba a unix lezÃĄrÃĄsakor: %sHiba a csatlakozÃĄskor: Hiba a csatlakozÃĄskor: %sHiba a mentÊs lÊtrehozÃĄsakor: %sHiba a kÃļnyvtÃĄr lÊtrehozÃĄsakor: %sHiba az ÃĄtalakítÃĄs sorÃĄn: %sHiba a fÃĄjlrendszer-informÃĄciÃŗk lekÊrÊse kÃļzben: %sHiba az alkalmazÃĄs indítÃĄsakor: %sHiba a szimbolikus link lÊtrehozÃĄsa sorÃĄn: %sHiba a fÃĄjl ÃĄthelyezÊsekor: %sHiba a(z) %d. sor %d. karakterÊnÊl: Hiba a(z) %d. sorban: %sHiba a(z) „%s” kÃļnyvtÃĄr megnyitÃĄsakor: %sHiba a(z) „%s” fÃĄjl megnyitÃĄsakor: %sHiba a fÃĄjl megnyitÃĄsa kÃļzben: %sHiba a kapcsolÃŗ feldolgozÃĄsa sorÃĄn: %sHiba a(z) „%s” fÃĄjl olvasÃĄsa kÃļzben: %sHiba a fÃĄjl olvasÃĄsakor: %sHiba a unix olvasÃĄsakor: %sHiba az adatok fogadÃĄsakor: %sHiba az Ãŧzenet fÃĄjl eltÃĄvolítÃĄsa fogadÃĄsakor: %sHiba a fÃĄjl eltÃĄvolítÃĄsa kÃļzben: %sHiba a rÊgi mentÊsi link eltÃĄvolítÃĄsakor: %sHiba a rÊgi fÃĄjl eltÃĄvolítÃĄsa kÃļzben: %sHiba a cÊlfÃĄjl eltÃĄvolítÃĄsakor: %sHiba a fÃĄjl ÃĄtnevezÊse kÃļzben: %sHiba az ideiglenes fÃĄjl ÃĄtnÊzÊsekor: %sHiba a(z) „%s” feloldÃĄsa kÃļzbenHiba a(z) „%s” feloldÃĄsa kÃļzben: %sHiba a(z) „%s” fÃĄjl fordított feloldÃĄsa kÃļzben: %sHiba a fÃĄjlban keresÊskor: %sHiba az adatok kÃŧldÊsekor: %sHiba az Ãŧzenet kÃŧldÊsekor: %sHiba a SELinux kÃļrnyezet beÃĄllítÃĄsakor: %sHiba a(z) „%s” kiterjesztett attribÃētum beÃĄllítÃĄsakor: %sHiba a mÃŗdosítÃĄsi vagy hozzÃĄfÊrÊsi idő beÃĄllítÃĄsakor: %sHiba a tulajdonos beÃĄllítÃĄsakor: %sHiba a jogosultsÃĄgok beÃĄllítÃĄsakor: %sHiba a szimbolikus link beÃĄllítÃĄsakor: %sHiba a szimbolikus link beÃĄllítÃĄsakor: a fÃĄjl nem szimbolikus linkHiba a(z) „%s” fÃĄjl elÊrÊse kÃļzben: %sHiba a fÃĄjlleírÃŗ elÊrÊsekor: %sHiba fÃĄjl kidobÃĄsa kÃļzben: %sHiba a fÃĄjl csonkítÃĄsakor: %sHiba a(z) „%s” regulÃĄris kifejezÊs fordítÃĄsakor a(z) %d. karakternÊl: %sHiba a(z) %s regulÃĄris kifejezÊs illesztÊsekor: %sHiba a(z) %s regulÃĄris kifejezÊs optimalizÃĄlÃĄsakor: %sHiba a(z) „%s” helyettesítőszÃļveg elemzÊsekor a(z) %lu. karakternÊl: %sHiba a fÃĄjl írÃĄsakor: %sHiba a unix írÃĄsakor: %sA lÊtező „%s” fÃĄjl nem tÃĄvolíthatÃŗ el: a g_unlink() sikertelen: %sEgy GEmblem kellene a GEmblemedIconhozA vÃĄrt 1 vezÊrlőÃŧzenet helyett %d ÊrkezettA vÃĄrt egy fÃĄjlleírÃŗ helyett %d Êrkezett Nem sikerÃŧlt ÃĄtvÃĄltani a(z) „%s” kÃļnyvtÃĄrra (%s)Nem sikerÃŧlt lezÃĄrni a(z) „%s” fÃĄjlt: az fclose() sikertelen: %sNem sikerÃŧlt lÊtrehozni a(z) „%s” fÃĄjlt: %sNem sikerÃŧlt csővezetÊket kÊszíteni a gyermekfolyamattal (%s) valÃŗ kommunikÃĄciÃŗhozNem sikerÃŧlt a gyermekfolyamat („%s”) vÊgrehajtÃĄsa (%s)Nem sikerÃŧlt vÊgrehajtani a gyermekfolyamatot (%s)Nem sikerÃŧlt vÊgrehajtani a segítő programot (%s)Nem sikerÃŧlt kiterjeszteni a(z) „%s” vÊgrehajtÃĄsi sort a(z) „%s” URL címmelNem sikerÃŧlt folyamatot indítani (%s)Nem sikerÃŧlt a gyermekfolyamat elindítÃĄsa (%s)Nem sikerÃŧlt lekÊrni a(z) „%s” fÃĄjl attribÃētumait. Az fstat() sikertelen: %sNem sikerÃŧlt lekÊpezni a(z) „%s” fÃĄjlt: Az mmap() sikertelen: %sNem sikerÃŧlt írÃĄsra megnyitni a(z) „%s” fÃĄjlt: Az fdopen() sikertelen: %sNem sikerÃŧlt megnyitni a(z) „%s” fÃĄjlt: %sNem sikerÃŧlt megnyitni a(z) „%s” fÃĄjlt. Az fdopen() sikertelen: %sNem sikerÃŧlt megnyitni a(z) „%s” fÃĄjlt: az open() sikertelen: %sNem sikerÃŧlt feldolgozni ezt: „%-.*s”. ValÃŗszínÅąleg szÃĄmjegy lett volna egy karakterhivatkozÃĄson (mint az ê) belÃŧl - lehet, hogy tÃēl nagy a szÃĄmjegyNem sikerÃŧlt adatokat kiolvasni a gyermekfolyamatbÃŗlNem sikerÃŧlt adatokat olvasni a gyermekfolyamatbÃŗl (%s)Nem sikerÃŧlt elÊg adatot kiolvasni a gyermek pid csővezetÊkből (%s)Nem sikerÃŧlt olvasni a gyermek csővezetÊkből (%s)Nem sikerÃŧlt olvasni a(z) „%s” fÃĄjlbÃŗl: %sNem sikerÃŧlt kiolvasni a(z) „%s” szimbolikus linket: %sNem sikerÃŧlt a gyermekfolyamat ki- vagy bemenetÊnek ÃĄtirÃĄnyítÃĄsa (%s)Nem sikerÃŧlt ÃĄtnevezni a(z) „%s” fÃĄjlt erre: „%s”. A g_rename() sikertelen: %sA memÃŗriakimeneti adatfolyam ÃĄtmÊretezÊse meghiÃēsultNem sikerÃŧlt írni a(z) „%s” fÃĄjlt: az fflush() sikertelen: %sNem sikerÃŧlt írni a(z) „%s” fÃĄjlt: az fsync() sikertelen: %sNem sikerÃŧlt írni a(z) „%s” fÃĄjlt: az fwrite() sikertelen: %sA fÃĄjl („%s”) tÃēl nagyA fÃĄjlenumerÃĄtor hÃĄtralÊvő mÅąvelettel rendelkezikA fÃĄjlenumerÃĄtor mÃĄr le van zÃĄrvaA fÃĄjl ÃŧresA fÃĄjlnevek nem tartalmazhatnak „%c” karaktertFÃĄjlrendszer gyÃļkereA GSocketControlMessage nem tÃĄmogatott WindowsonSÃēgÃŗlehetősÊgek:A gÊpnÊv („%s”) „[” karaktert tartalmaz „]” nÊlkÃŧlA bemeneti adatfolyam nem valÃŗsítja meg az olvasÃĄstA(z) „%s” egÊsz ÊrtÊk a tartomÃĄnyon kívÃŧlre esik a kÃļvetkezőhÃļz: %sA(z) „%s” egÊsz ÊrtÊk a tartomÃĄnyon kívÃŧlre esikA megadott GSeekType nem tÃĄmogatottÉrvÊnytelen UTF-8 kÃŗdolÃĄsÃē szÃļveg a nÊvben - nem ÊrvÊnyes „%sӃrvÊnytelen attribÃētumtípus (a vÃĄrt bÃĄjtkarakterlÃĄnc helyett)ÉrvÊnytelen attribÃētumtípus (a vÃĄrt karakterlÃĄnc helyett)ÉrvÊnytelen attribÃētumtípus (a vÃĄrt uint32 helyett)ÉrvÊnytelen attribÃētumtípus (a vÃĄrt uint64 helyett)ÉrvÊnytelen bÃĄjtsorrend az ÃĄtalakítÃĄs bemenetÊbenÉrvÊnytelen kiterjesztett attribÃētumnÊvÉrvÊnytelen fÃĄjlnÊvÉrvÊnytelen fÃĄjlnÊv: %sÉrvÊnytelen csoportnÊv: %sÉrvÊnytelen gÊpnÊvÉrvÊnytelen kulcsnÊv: %sÉrvÊnytelen programnÊv: %sÉrvÊnytelen keresÊsi kÊrÊsÉrvÊnytelen sorozat az ÃĄtalakítÃĄsi bemenetbenÉrvÊnytelen foglalat, az előkÊszítÊs meghiÃēsulÃĄsÃĄnak oka: %sÉrvÊnytelen foglalat, nincs előkÊszítveÉrvÊnytelen karaktersorozat a paramÊterben a kÃļvetkező helyen: %d: %sÉrvÊnytelen karaktersorozat a kÃļrnyezetben: %sÉrvÊnytelen szimbolikus link ÊrtÊk kerÃŧlt megadÃĄsraÉrvÊnytelen munkakÃļnyvtÃĄr: %sA kulcsfÃĄjl escape sorozattal megadott karaktert tartalmaz a sor vÊgÊnA kulcsfÃĄjl ÊrvÊnytelen escape sorozatot tartalmaz („%s”)A kulcsfÃĄjl tartalmazza a(z) „%s” kulcsot a(z) „%s” csoportban, amelynek ÊrtÊke nem Êrtelmezhető.A kulcsfÃĄjl tartalmazza a(z) „%s” kulcsot, amelynek ÊrtÊke nem Êrtelmezhető.A kulcsfÃĄjl tartalmazza a(z) „%s” kulcsot, amelynek az ÊrtÊke nem Êrtelmezhető.A kulcsfÃĄjl tartalmazza a(z) „%s” kulcsot „%s” ÊrtÊkkel, amelyik azonban nem UTF-8A kulcsfÃĄjl tartalmazza a(z) „%s” sort, amelyik nem egy kulcs-ÊrtÊk pÃĄr, csoport, vagy megjegyzÊsA kulcsfÃĄjl a nem tÃĄmogatott „%s” kÃŗdolÃĄst tartalmazzaA kulcsfÃĄjlbÃŗl hiÃĄnyzik a(z) „%s” csoportA kulcsfÃĄjlban nincs „%s” kulcsA kulcsfÃĄjl nem tartalmazza a(z) „%s” kulcsot a(z) „%s” csoportban.A kulcsfÃĄjl nem csoporttal kezdődikÁt nem alakított adatok maradtak az olvasÃĄsi pufferbenA figyelő mÃĄr le van zÃĄrvaA GFileIcon bemeneti adatai rosszul formÃĄltakA GEmblem kÃŗdolÃĄsban a jelsorok szÃĄma (%d) hibÃĄsan formÃĄltA GEmblemedIcon kÃŗdolÃĄsban a jelsorok szÃĄma (%d) hibÃĄsan formÃĄltRosszul formÃĄlt verziÃŗszÃĄm: %sA memÃŗriakimeneti adatfolyam nem mÊretezhető ÃĄtHiÃĄnyzÃŗ paramÊter a kÃļvetkezőhÃļz: %sA csatolÃĄsok kÃļzti ÃĄthelyezÊs nem tÃĄmogatottNincs MIME típus meghatÃĄrozva a kÃļvetkező URI kÃļnyvjelzőjÊhez: „%s”Nincs alkalmazÃĄs regisztrÃĄlva a fÃĄjl kezelÊsÊhezNincs „%s” nevÅą alkalmazÃĄs regisztrÃĄlva a kÃļvetkező kÃļnyvjelzőjÊhez: „%s”Nem talÃĄlhatÃŗ kÃļnyvjelző a kÃļvetkező URI címhez: „%s”Nincsenek csoportok beÃĄllítva a kÃļvetkező URI kÃļnyvjelzőjÊhez: „%s”Nincs magÃĄn jelző meghatÃĄrozva a kÃļvetkező URI kÃļnyvjelzőjÊhez: „%s”Nem tartozik szolgÃĄltatÃĄsrekord ehhez: „%s”Nincs típus az osztÃĄlynÊvhez: %sAz adatkÃļnyvtÃĄrakban nem talÃĄlhatÃŗ ÊrvÊnyes kÃļnyvjelzőfÃĄjlNem szabÃĄlyos fÃĄjlNincs elÊg hely a foglalat címÊnekFurcsa karakter („%s”) - „=” karakternek kellett volna jÃļnnie a(z) „%s” elem „%s” attribÃētumneve utÃĄnFurcsa karakter („%s”), „>” karakternek kellett volna jÃļnnie, hogy lezÃĄrja a(z) „%s” Ãŧres elemcímkÊtFurcsa karakter („%s”) - „>” vagy „/” karakternek kellett volna jÃļnnie a(z) „%s” elem kezdő címkÊje utÃĄn, esetleg egy attribÃētumnak; lehet, hogy ÊrvÊnytelen karaktert hasznÃĄlt az attribÃētum nevÊbenFurcsa karakter („%s”) - egy nyitÃŗ idÊzőjelnek kellene jÃļnnie az egyenlősÊgjel utÃĄn, ha ÊrtÊket ad a(z) „%s” attribÃētumnak „%s” elembenA mÅąvelet nem tÃĄmogatottA mÅąvelet megszakítvaA kimeneti adatfolyam nem valÃŗsítja meg az írÃĄstA PRCE programkÃļnyvtÃĄr az UTF-8 tulajdonsÃĄgok tÃĄmogatÃĄsa nÊlkÃŧl lett fordítvaA PRCE programkÃļnyvtÃĄr UTF-8 tÃĄmogatÃĄs nÊlkÃŧl lett fordítvaa POSIX levÃĄlogatÃŗ elemek nem tÃĄmogatottaka POSIX elnevezett osztÃĄlyok csak osztÃĄlyon belÃŧl tÃĄmogatottakRÊszleges karaktersorozat a bemenet vÊgÊnAz idÊzett szÃļveg nem idÊzőjellel kezdődikA maximÃĄlis adattÃļmbkorlÃĄt elÊrveÉrvÊnytelen fÃĄjlleírÃŗ ÊrkezettA SELinux kÃļrnyezet nem lehet NULLA SELinux nem engedÊlyezett ezen rendszerenAz adatfolyam nem tÃĄmogatja a pozicionÃĄlÃĄstA(z) %s attribÃētum beÃĄllítÃĄsa nem tÃĄmogatottMinden sÃēgÃŗlehetősÊg megjelenítÊseSÃēgÃŗlehetősÊgek megjelenítÊseA foglalat mÃĄr le van zÃĄrvaA forrÃĄs adatfolyam mÃĄr le van zÃĄrvaAz adatfolyam nem tÃĄmogatja a query_info-tAz adatfolyam hÃĄtralÊvő mÅąvelettel rendelkezikAz adatfolyam mÃĄr le van zÃĄrvaA szimbolikus linkek hasznÃĄlata nem tÃĄmogatottA cÊlfÃĄjl lÊtezikA cÊlfÃĄjl egy kÃļnyvtÃĄrA cÊlfÃĄjl nem szabÃĄlyos fÃĄjlA(z) „%s” sablon nem tartalmaz XXXXXX karaktersorozatotA(z) „%s” sablon ÊrvÊnytelen, „%s” nem lehet benneIdeiglenesen nem oldhatÃŗ fel: „%s”A szÃļveg vÊget Êrt, mielőtt %c idÊzőjelpÃĄrja meglett volna. (A szÃļveg: „%s”)A szÃļveg egy „\” karakter utÃĄn vÊget Êrt. (A szÃļveg: „%s”)A szÃļveg Ãŧres volt (vagy legfeljebb Ãŧreshely-karaktereket tartalmazott)A(z) „%s” URI ÊrvÊnytelen, escape sorozatkÊnt megadott karaktereket tartalmazA(z) „%s” URI ÊrvÊnytelenA(z) „%s” URI nem abszolÃēt, a „file” sÊmÃĄt hasznÃĄlÃŗ URIA fÃĄjlt kÃŧlső program mÃŗdosítottaA(z) „%s” gÊpneve ÊrvÊnytelenA(z) „%s” helyi fÃĄjl URI nem tartalmazhat „#” karaktertA(z) „%s” elÊrÊsi Ãēt neve nem abszolÃēt ÃētvonalTÃēl nagy szÃĄmÊrtÊk kerÃŧlt ÃĄtadÃĄsra ennek: %sA Kuka nem tÃĄmogatottA bemeneti adatfolyam csonkítÃĄsa nem engedÊlyezettAz adatfolyam csonkítÃĄsa nem engedÊlyezettA típus (%s) nem valÃŗsítja meg a from_tokens() fÃŧggvÊnyt a GIcon felÃŧletenA típus (%s) nem valÃŗsítja meg a GIcon felÃŧletetA típus (%s) nem tartalmaz osztÃĄlyokatAz URI címek nem tÃĄmogatottakNem sikerÃŧlt lÊtrehozni foglalatot: %sNem sikerÃŧlt lÊtrehozni a(z) %s Kuka kÃļnyvtÃĄrat: %sNem sikerÃŧlt lÊtrehozni a kukainformÃĄciÃŗs fÃĄjlt: %sNem talÃĄlhatÃŗ az alapÊrtelmezett helyi kÃļnyvtÃĄrfigyelő típusNem talÃĄlhatÃŗ az alapÊrtelmezett helyi fÃĄjlfigyelő típusNem talÃĄlhatÃŗ vagy nem hozhatÃŗ lÊtre a Kuka kÃļnyvtÃĄrNem talÃĄlhatÃŗ az alkalmazÃĄshoz szÃŧksÊges terminÃĄlNem talÃĄlhatÃŗ a Kuka felső szintÅą kÃļnyvtÃĄraNem lehet lekÊrni a fÃŧggőben lÊvő hibÃĄt: %sNem lehet a KukÃĄba dobni a fÃĄjlt: %sVÃĄratlan attribÃētum („%s”) a(z) „%s” elemhezVÃĄratlan korai adatfolyam vÊgeVÃĄratlan hiba, mikÃļzben a g_io_channel_win32_poll() adatokat olvasott egy gyermekfolyamatbÃŗlVÃĄratlan hiba, mikÃļzben a select() adatokat prÃŗbÃĄlt olvasni egy gyermekfolyamatbÃŗl (%s)VÃĄratlan hiba a waitpid()-ben (%s)VÃĄratlan címke: „%s” a kÃļvetkezőn belÃŧl: „%s”VÃĄratlan címke: „%s” a vÃĄrt „%s” helyettVÃĄratlan típusÃē kiegÊszítő adatokIsmeretlen hiba a gyermekfolyamat („%s”) vÊgrehajtÃĄsa kÃļzbenIsmeretlen csatlakozÃĄsi hibaIsmeretlen kapcsolÃŗ: %sIsmeretlen protokollt adtak megIsmeretlen típusPÃĄr nÊlkÃŧli idÊzőjel a parancssorban vagy mÃĄs, parancsÊrtelmezőből idÊzett szÃļvegbenNÊvtelenNem tÃĄmogatott foglalatcímHasznÃĄlat:A keresÊsi kÃļnyvtÃĄrakban nem talÃĄlhatÃŗ ÊrvÊnyes kulcsfÃĄjlA(z) „%s” ÊrtÊk nem Êrtelmezhető logikai ÊrtÊkkÊnt.A(z) „%s” ÊrtÊk nem Êrtelmezhető lebegőpontos szÃĄmkÊnt.A(z) „%s” ÊrtÊk nem Êrtelmezhető szÃĄmkÊnt.VÃĄrakozÃĄs a foglalat ÃĄllapotÃĄra: %sA jelsorok szÃĄma hibÃĄs (%d)[KAPCSOLÓ...]\ a minta vÊgÊnA \C nem engedÊlyezett a lookbehind kijelentÊsben\c a minta vÊgÊna \g utÃĄn nem egy zÃĄrÃŗjelezett nÊv vagy opcionÃĄlisan zÃĄrÃŗjelezett nem nulla szÃĄm ÃĄlla (?( utÃĄn kijelentÊsnek kellene ÃĄllniaa tÃĄrsítÃĄsmÃŗdosítÃĄsok nem tÃĄmogatottak win32 rendszerena visszahivatkozÃĄsok hasznÃĄlata feltÊtelekkÊnt nem tÃĄmogatott a rÊszleges mintaillesztÊsheza visszakÃļvetÊsi korlÃĄt elÊrveitt nem engedÊlyezettek a kis-Ês nagybetÅąket ÃĄtalakítÃŗ escape-karakterek (\l, \L, \u, \U)a \x{...} sorozaton belÃŧli karakterÊrtÊk tÃēl nagykÃŗdtÃēlcsordulÃĄsa feltÊteles csoport kettőnÊl tÃļbb ÃĄgat tartalmazsÊrÃŧlt objektumnem kÊrhető le a helyi cím: %snem kÊrhető le a tÃĄvoli cím: %snem lehet figyelni: %sGSocket lÊtrehozÃĄsa fÃĄjlleírÃŗbÃŗl: %sre rendszer szÃĄmjegyet vÃĄrta meghajtÃŗ nem valÃŗsítja meg a kiadÃĄsta meghajtÃŗ nem valÃŗsítja meg a kiadÃĄst vagy az eject_with_operation fÃŧggvÊnyta meghajtÃŗ nem valÃŗsítja meg a mÊdia lekÊrdezÊsÊta meghajtÃŗ nem valÃŗsítja meg a indítÃĄsta meghajtÃŗ nem valÃŗsítja meg a leÃĄllítÃĄsta memÃŗriakÊrÊs meghiÃēsulta program hexadecimÃĄlis szÃĄmjegyet vÃĄrta program hexadecimÃĄlis szÃĄmjegyet vagy „}” jelet vÃĄrtillegÃĄlis szimbolikus hivatkozÃĄsinkonzisztens NEWLINE beÃĄllítÃĄsokbelső hibabelső hiba vagy sÊrÃŧlt objektumÃējsor-jelzők ÊrvÊnytelen kombinÃĄciÃŗjaÊrvÊnytelen feltÊtel: (?(0)ÊrvÊnytelen escape-sorozat a karakterosztÃĄlybana lookbehind kijelentÊs nem rÃļgzített hosszÃēsÃĄgÃērosszul formÃĄzott \P vagy \p sorozathibÃĄsan formÃĄzott szÃĄm vagy nÊv a (?( utÃĄnhiÃĄnyzÃŗ „<” jel a szimbolikus hivatkozÃĄsbana megjegyzÊs utÃĄni ) hiÃĄnyzikhiÃĄnyzÃŗ befejező )a karakterosztÃĄly befejező ] jele hiÃĄnyzikhiÃĄnyzÃŗ befejező az alminta nevÊbenA csatolÃĄs nem valÃŗsítja meg a tartalomtípus meghatÃĄrozÃĄsÃĄtA csatolÃĄs nem valÃŗsítja meg a kiadÃĄstA csatolÃĄs nem valÃŗsítja meg a kiadÃĄst vagy az eject_with_operation fÃŧggvÊnytA csatolÃĄs nem valÃŗsítja meg az ÃējracsatolÃĄstA csatolÃĄs nem valÃŗsítja meg a tartalomtípus szinkron meghatÃĄrozÃĄsÃĄtA csatolÃĄs nem valÃŗsítja meg a levÃĄlasztÃĄstA csatolÃĄs nem valÃŗsítja meg a levÃĄlasztÃĄst vagy az unmount_with_operation fÃŧggvÊnytnincs mit ismÊtelnia szÃĄm tÃēl nagy a a {} kvantÃĄlÃŗbana szÃĄmok nincsenek sorrendben a {} kvantÃĄlÃŗbanaz oktÃĄlis ÊrtÊk nagyobb, mint \377elfogyott a memÃŗriaa fordítÃĄsi munkaterÃŧlet tÃēlcsordulta korÃĄbban ellenőrzÃļtt hivatkozott alminta nem talÃĄlhatÃŗa tartomÃĄny kívÃŧl esik a karakterosztÃĄly nagysÃĄgÃĄnaz ismÊtlÊsi korlÃĄt elÊrvea rekurzív hívÃĄs vÊgtelen ciklushoz vezethethivatkozÃĄs nem lÊtező almintÃĄraa regulÃĄris kifejezÊs tÃēl nagyegy DEFINE csoport ismÊtlÊse nem engedÊlyezetta zÃĄrÃŗ „\” helye nem megfelelőaz alminta neve tÃēl hosszÃē (legfeljebb 32 karakter)a szimbolikus link nem lehet NULLa minta a rÊszleges mintaillesztÊs esetÊn nem tÃĄmogatott elemeket tartalmaztÃēl sok elnevezett alminta (legfeljebb 10 000)kÊt elnevezett alminta neve azonosvÃĄratlan ismÊtlÊsbefejezetlen szimbolikus hivatkozÃĄsismeretlen POSIX osztÃĄlynÊvismeretlen hibaismeretlen escape sorozatismeretlen tulajdonsÃĄgnÊv a \P vagy \p utÃĄnismeretlen karakter a (? utÃĄnismeretlen karakter a (?< utÃĄnismeretlen karakter a (?P utÃĄnismeretlen karakter kÃļvetkezik a \ utÃĄna kÃļtet nem valÃŗsítja meg a kiadÃĄsta kÃļtet nem valÃŗsítja meg a kiadÃĄst vagy a eject_with_operation fÃŧggvÊnyta kÃļtet nem valÃŗsítja meg a csatolÃĄstaz Ãŧres rÊsz-karaktersorozatok munkaterÃŧlet-korlÃĄtja elÊrvenulla hosszÃēsÃĄgÃē szimbolikus hivatkozÃĄs./glib-2.22.2-i686/usr/share/locale/id/0000755000000000000000000000000011271166772015621 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/id/LC_MESSAGES/0000755000000000000000000000000011271166772017406 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/id/LC_MESSAGES/glib20.mo0000644000000000000000000003635111271166635021030 0ustar rootrootŪ•uĝlā Yá _; a› ũ 4 /G ,w &¤ )Ë !õ  A8 žz ; .U *„ .¯ aŪ F@4‡2ŧ:īA*@l;­WéWA1™/Ë?û5;Iq‘ģMi ~Ÿ>ģ'ú."Q?p)°$Ú%˙%!99[*•9Āú-+EŠq&ü+#3O#ƒ!§)É8ķ9,.f • Ŗ&ąØ)ø"3$L+q!ŋ1Ũ.T>F“=ÚL+e!‘ŗ-Ķ$(&OgLz°Įzx*ķ/Ndv0“FÄ: -F2t§;ŋ'û-#)QO{CË" *2 ] Co ŗ .ē -é !N#!gr"xÚ"gS#ģ#OÍ#J$<h$3Ĩ$&Ų$!% "%JC%ąŽ%?@&;€&.ŧ&8ë&y$'Nž'6í'7$(?\(Aœ(GŪ(2&)kY)_Å)5%**[*E†*>Ė*b +žn+! ,/,%J, p,3‘,+Å,3ņ, %-IF---(ž-+į-.!(.NJ.G™.?á. !/EB/Cˆ/…Ė/*R0.}0?Ŧ0'ė0 1)51:_1Fš11á12"2-32$a2/†2ļ2Æ2Ũ22ü2//3_36y3°3hĮ3T04C…4TÉ465'U5$}57ĸ5-Ú576@6_6^w6ČÖ6…Ÿ7,%82R8!…8§8(Á87ę8X"9G{9-Ã9*ņ9:=1:#o:<“:!Đ:Gō:G:;$‚;A§;é;Q<V<A_<:Ą< Ü<Q R@qA4?[8j0>- cLVP";TkI*J]+WhO,E$2!&uNH)nesC\f#7/^Y.g'opX 9 S_ Db :a=Z1m6`GiFUK(tB%dl3rM<5'%s' is not a valid character following a '<' character; it may not begin an element name'%s' is not a valid character following the characters ''Application Options:Can't do a raw read in g_io_channel_read_line_stringCan't do a raw read in g_io_channel_read_to_endCannot convert fallback '%s' to codeset '%s'Cannot parse integer value '%s' for %sChannel terminates in a partial characterCharacter out of range for UTF-16Character out of range for UTF-8Character reference '%-.*s' does not encode a permitted characterCharacter reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Conversion from character set '%s' to '%s' is not supportedCould not allocate %lu bytes to read file "%s"Could not open converter from '%s' to '%s'Could not open converter from '%s' to '%s': %sDocument ended unexpectedly after the equals sign following an attribute name; no attribute valueDocument ended unexpectedly inside a comment or processing instructionDocument ended unexpectedly inside an attribute nameDocument ended unexpectedly inside an element nameDocument ended unexpectedly inside an element-opening tag.Document ended unexpectedly inside the close tag for element '%s'Document ended unexpectedly just after an open angle bracket '<'Document ended unexpectedly while inside an attribute valueDocument ended unexpectedly with elements still open - '%s' was the last element openedDocument ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>Document must begin with an element (e.g. )Document was empty or contained only whitespaceElement '%s' was closed, but the currently open element is '%s'Element '%s' was closed, no element is currently openEmpty entity '&;' seen; valid entities are: & " < > 'Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Error during conversion: %sError on line %d: %sError opening directory '%s': %sError reading file '%s': %sExisting file '%s' could not be removed: g_unlink() failed: %sFailed to change to directory '%s' (%s)Failed to close file '%s': fclose() failed: %sFailed to create file '%s': %sFailed to create pipe for communicating with child process (%s)Failed to execute child process "%s" (%s)Failed to execute child process (%s)Failed to execute helper program (%s)Failed to fork (%s)Failed to fork child process (%s)Failed to get attributes of file '%s': fstat() failed: %sFailed to map file '%s': mmap() failed: %sFailed to open file '%s' for writing: fdopen() failed: %sFailed to open file '%s': %sFailed to open file '%s': fdopen() failed: %sFailed to open file '%s': open() failed: %sFailed to parse '%-.*s', which should have been a digit inside a character reference (ê for example) - perhaps the digit is too largeFailed to read data from child processFailed to read data from child process (%s)Failed to read enough data from child pid pipe (%s)Failed to read from child pipe (%s)Failed to read from file '%s': %sFailed to read the symbolic link '%s': %sFailed to redirect output or input of child process (%s)Failed to rename file '%s' to '%s': g_rename() failed: %sFailed to write file '%s': fwrite() failed: %sFile is emptyHelp Options:Integer value '%s' for %s out of rangeInteger value '%s' out of rangeInvalid byte sequence in conversion inputInvalid hostnameInvalid program name: %sInvalid sequence in conversion inputInvalid string in argument vector at %d: %sInvalid string in environment: %sInvalid working directory: %sKey file contains escape character at end of lineKey file contains invalid escape sequence '%s'Key file contains key '%s' in group '%s' which has value that cannot be interpreted.Key file contains key '%s' which has value that cannot be interpreted.Key file contains key '%s' with value '%s' which is not UTF-8Key file contains line '%s' which is not a key-value pair, group, or commentKey file contains unsupported encoding '%s'Key file does not have group '%s'Key file does not have key '%s'Key file does not have key '%s' in group '%s'Key file does not start with a groupLeftover unconverted data in read bufferMissing argument for %sNot a regular fileOdd character '%s', expected a '=' after attribute name '%s' of element '%s'Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute nameOdd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'Partial character sequence at end of inputQuoted text doesn't begin with a quotation markShow all help optionsShow help optionsSymbolic links not supportedTemplate '%s' invalid, should not contain a '%s'Text ended before matching quote was found for %c. (The text was '%s')Text ended just after a '\' character. (The text was '%s')Text was empty (or contained only whitespace)The URI '%s' contains invalidly escaped charactersThe URI '%s' is invalidThe URI '%s' is not an absolute URI using the "file" schemeThe hostname of the URI '%s' is invalidThe local file URI '%s' may not include a '#'The pathname '%s' is not an absolute pathUnexpected error in g_io_channel_win32_poll() reading data from a child processUnexpected error in select() reading data from a child process (%s)Unexpected error in waitpid() (%s)Unknown error executing child process "%s"Unknown option %sUnmatched quotation mark in command line or other shell-quoted textUsage:Value '%s' cannot be interpreted as a boolean.Value '%s' cannot be interpreted as a number.[OPTION...]Project-Id-Version: glib HEAD Report-Msgid-Bugs-To: POT-Creation-Date: 2009-10-07 09:51-0400 PO-Revision-Date: 2005-08-30 22:41+0300 Last-Translator: Mohammad DAMT Language-Team: Indonesia MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit '%s' bukanlah karakter yang benar bila diikuti dengan karakter '<'. Ini tidak boleh menjadi nama elemen'%s' bukan karakter yang benar bila diikuti dengan karakter ''Pilihan Aplikasi:Tidak dapat melakukan proses baca raw pada fungsi g_io_channel_read_line_stringTidak dapat melakukan proses baca raw pada fungsi g_io_channel_read_to_endTidak dapat mengkonversi, kembalikan '%s' ke gugus kode '%s'Tidak dapat menguraikan nilai integer '%s' untuk %sChanel terputus pada karakter sebagianKarakter di luar jangkauan UTF-16Karakter di luar jangkauan UTF-8Referensi karakter '%-.*s' tidak mengencodekan karakter yang diperbolehkanReferensi karakter tidak diakhiri dengan titik koma; Mungkin Anda sedang menggunakan karakter ampersand tanpa bermaksud menjadikannya sebagai entitas. Silakan gunakan & sajaKonversi dari gugus karakter '%s' ke '%s' tidak dapat dilakukanTidak dapat mengalokasikan %lu byte untuk membaca file '%s'Tidak dapat membuka pengubah dari '%s' ke '%s'Tidak dapat membuka konverter dari '%s' menjadi '%s': %sDokumen terpotong tidak sempurna setelah tanda sama dengan mengikuti nama atribut. Tidak ada nilai atribut yang diperolehDokumen terpotong tidak sempurna di dalam keterangan atau instruksi pemrosesanDokumen terpotong tidak sempurna di dalam nama atributDokumen terpotong tidak sempurna pada dalam nama elemenDokumen terpotong tidak sempurna di dalam tag pembukaan elemen.Dokumen terpotong tidak sempurna di dalam tag penutup elemen '%s'Dokumen terpotong tidak sempurna sesaat setelah membuka kurung siku '<'Dokumen tidak sempura saat ada dalam nilai atributDokumen terpotong tidak sempurna dengan elemen yang masih terbuka - '%s' adalah elemen terakhir yang dibukaDokumen terpotong tidak sempurna, seharusnya ada kurung siku penutup untuk mengakhiri tag <%s/>Dokumen harus dimulai dengan elemen (misalnya )Dokumen kosong atau berisi whitespace sajaElemen '%s' sudah ditutup, tapi elemen yang masih terbuka adalah '%s'Elemen '%s' sudah ditutup, tidak ada elemen yang masih terbukaAda entitas '&;' yang kosong; Entitas yang benar antara lain adalah: & " < > 'Entitas tidak diakhiri dengan titik koma. Mungkin Anda menggunakan karakter ampersand tanpa bermaksud menjadikannya sebagai entitas - silakan pakai & sajaError saat melakukan konversi: %sError pada baris ke %d: %sError saat membuka direktori '%s': %sError saat membaca file '%s': %sFile '%s' tidak dapat dibuang: g_unlink() gagal: %sGagal saat mengganti direktori ke '%s' (%s)Gagal untuk menutup file '%s': fclose() gagal: '%s'Gagal saat membuat file '%s': %sGagal saat membuat pipe untuk sarana komunikasi dengan proses child (%s)Gagal saat menjalankan proses child '%s' (%s)Gagal saat menjalankan proses child (%s)Gagal saat menjalankan program bantuan (%s)Gagal saat fork (%s)Gagal saat fork proses child (%s)Gagal saat mengambil atribut file '%s': Fungsi fstat() mengalami kegagalan: %sGagal saat memetakan berkas '%s': fungsi mmap() mengalami kegagalan: %sGagal untuk membuka file '%s' untuk menulis: fdopen() gagal: %sGagal saat membuka file '%s': %sGagal saat membuka file '%s': fungsi fdopen() mengalami kegagalan: %sGagal saat membuka file '%s': fungsi open() mengalami kegagalan: %sGagal saat mengurai '%-.*s'. yang seharusnya sebuah digit dalam referensi karakter (misalnya ê) - mungkin digitnya terlalu besarGagal untuk membaca data dari proses childGagal saat membaca data dari proses child (%s)Gagal saat membaca data yang dibutuhkan dai pipe pid child (%s)Gagal saat membaca dari pipe child (%s)Gagal saat membaca file '%s': %sGagal saat membaca link simbolik '%s': %sGagal mengarahkan output atau input pada proses child (%s)Gagal untuk mengubah nama file '%s' menjadi '%s': g_rename() gagal: %sGagal untuk menulis file '%s': fwrite() gagal: %sFilenya kosongPilihan Bantuan:Nilai integer '%s' untuk %s di luar jangkauanNilai integer '%s' di luar jangkauanRangkaian byte dalam input konversi tidak benarNama host salahNama program salah: %sRangkaian input konversi salahString tidak benar pada vektor argumen pada %d: %sString tidak benar pada variabel lingkungan: %sDirektori aktif salah: %sFile kunci mengandung karakter escape pada akhir barisFile kunci berisi '%s'File kunci mengandung kunci '%s' dalam kelompok '%s' yang memiliki nilai yang tidak dapat diterjemahkan.File kunci mengandung kunci '%s' yang memiliki nilai yang tidak dapat diterjemahkan.File kunci mengandung kunci '%s' dengan nilai '%s' yang bukan UTF-8File kunci berisi baris '%s' yang bukan pasangan nilai kunci, kelompok atau komentarFile kunci mengadung encoding yang tidak didukung '%s'File kunci tidak memiliki kelompok '%s'File kunci tidak memiliki kunci '%s'File kunci tidak memiliki kunci '%s' pada kelompok '%s'File kunci tidak mulai dengan sebuah kelompokAda data tersisa yang belum dikonversi pada buffer readArgumen untuk %s tidak lengkapBukan sebuah file biasaAda karakter aneh '%s'. Seharusnya ada karakter '=' setelah nama atribut '%s' pada elemen '%s'Ada karakter aneh '%s'. Seharusnya ada '>' atau '/' untuk mengakhiri tag padaelemen '%s', atau bisa juga ada atribut lain. Mungkin Anda menggunakan karakter yang tidak diperbolehkan pada nama atribut.Ada karakter aneh '%s'. Seharusnya ada tanda kutip buka setelah tanda sama dengan saat memberikan nilai atribut '%s' pada elemen '%s'Rangkaian karakter sebagian pada akhir inputTeks yang dikutip tidak dimulai dengan tanda kutipTampilkan seluruh pilihan bantuanTampilkan pilihan bantuanLink simbolik tidak didukung oleh sistemTemplate '%s' salah, seharusnya tidak boleh berisi '%s'Teks berakhir sebelum tanda kutip pasangannya ditemukan untuk %c. (Tesknya adalah '%s')Teks berakhir saat setelah karakter '\' dijumpai. (Teksnya adalah '%s')Teksnya kosong (atau hanya berisi whitespace)URI '%s' berisi karakter escape yang salahURI '%s' tidak benarURI '%s' bukanlah URI absolut dengan menggunakan skema "file"Nama host pada URI '%s' tidak benarURI File lokal '%s' tidak boleh ada karakter '#' di dalamnyaNama path '%s' bukan path absolutAda error pada g_io_channel_win32_poll() saat membaca dari proses childAda error pada fungsi select() saat membaca data dari proses child (%s)Ada error pada fungsi waitpid() (%s)Ada error yang tidak diketahui saat menjalankan proses child '%s'Pilihan tidak diketahui %sTanda kutip kurang satu pada perintah atau pada teks yang dikutip dari shell lainGunakan:Nilai '%s' tidak dapat diterjemahkan sebagai suatu nilai boolean.Nilai '%s' tidak dapat diterjemahkan sebagai sebuah nomor.[PILIHAN...]./glib-2.22.2-i686/usr/share/locale/ta/0000755000000000000000000000000011271167002015614 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/ta/LC_MESSAGES/0000755000000000000000000000000011271167002017401 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/ta/LC_MESSAGES/glib20.mo0000644000000000000000000020432211271166637021035 0ustar rootrootŪ•œ !‘!Ĩ!­!ĩ! Ŋ!É!YŅ!_+"a‹"í"#)'#Q#&e#BŒ#Ī#æ#+û#('$ P$q$#$ą$Ë$2ã$9%!P%4r%/§%×%3î%+"&1N&-€&/Ž&#Ū&' ')8'b'(~',§'%Ô'&ú'"!("D()g(!‘( ŗ(AÔ(ž)ĩ)Ė);ė).(**W*.‚*ą**Ę*&õ*a+F~+4Å+2ú+:-,Ah,@Ē,;ë,W'-W-1×-/ .%9.?_.5Ÿ.IÕ.‘/ ą/Ō/į/0#0:0S0j0}0’0ą0Î0!ę0 1,1K1a1|1 ‘1˛1Î1å1ũ1252Q2j2†2"ž2Á2Ũ2ü2!363K3 d3…3Ÿ3ļ3!Đ3)ō3-4J4b4€4,š4Į4!ã455:75.r50Ą59Ō5 6&6>@6$6#¤6Č6'æ6.7=7?\7)œ7$Æ7%ë7-8?8!S89u8*¯89Ú89-19+_9Š‹9&:+=:3i:#:!Á:)ã:8 ;9F;%€;.Ļ;-Õ;.<2<)I<!s< •<Ŗ<Â<.Ō< =&=#6=&Z==Ą=3ŧ=-đ=(>(G>(p>)™>Ã>ã>ô>??0?E?^?$s?0˜?É?+é?!@7@S@1q@.Ŗ@TŌ@H'AFpA=ˇALõA+BB!nBB-°B$ŪB(C,C"GC3jC9žCØC"õCD!0D1RD2„D<ˇDôD&E9:EtEE)ŠEĶE#æEL FNWF°ĻFzWGŌGęG%H8(H-aH*H5ēH*đH/I KIlI €I%ĄIĮI"äIJJ/JHJ!hJ ŠJĢJÄJáJôJ!K$1K0VK"‡KFĒK:ņK-,L2ZLL;ĨL áL'M-*M)XM"‚MĨM$šM ŪM?˙M.?NnN…N˜N!´N'ÖN3ūN.2O(aO0ŠO+ģOįOP* PKPOjPCēP"ūP!Q&AQ!hQ*ŠQĩQÎQāQ ˙QC RPRXRsR0zR.ĢR3ÚR-S TDiTŽT;ÉT0U 6U1DUvU‡U §UČUŨUúU V5'V)]V‡VĨVÂV×V!ōVW/WLW"[W$~WŖW*ģW(æWX"+X!NXpXˆX)žX%ČX-îXY5:YpY9YĘY9ęY$Z6Z%VZ |Z ZĢZ2ĮZ%úZ [&8[$_[„['Ą[É[3Ų[ \=&\+d\(\š\Ë\é\ ]]$(]M] m] Ž] ¯]Đ]6ī]&^,E^r^c‘^+õ_!`)`1`9` Y`f`_kaaËaA-bIob~šb"8cc[cŽŋcbnd>Ņdqeh‚erëer^fvŅf`HgfŠgˆhŸ™hv9ii°idj:j˜ējwSkËkqMl—ŋl]Wm>ĩmfômŊ[nZo€toŠõoi€pvępeaqJĮqrrk…rjņrÄ\sž!t:ĀtAût¯=uŖíu|‘vw=Žw€ĖwwMxaÅxŊ'yzåy€`zŗázĨ•{^;|Ÿš|:}é?~„)ĸŽ}Q€¸Ī€Ģˆž4‚@Ķ‚[„:p„IĢ„Uõ„OK…O›…5ë…6!†9X†m’†N‡6O‡f†‡cí‡QˆB҈;‰)P‰Mz‰JȉLŠ6`ŠT—ŠgėŠPT‹CĨ‹Cé‹I-ŒzwŒOōŒPBU“pé7ZŽ7’ŽWʎO"FrLšG\N—̐6C‘Bz‘>Ŋ‘oü‘Nl’jģ’q&“O˜“‘č“fz”tá”|V•?Ķ•R–’f–rų–œl—n ˜Qx˜xʘPC™ą”™XFšSŸšeķš“Y›9í›b'œŠœ€‚œPž|pž€íž‡nŸ}ö ‚tĄ3÷Ą‹+ĸkˇĸˆ#ŖˇŦŖd¤…ĨvˆĨu˙Ĩ|uĻ<ōĻ‚/§T˛§;¨jC¨2ލTá¨26Š_iŠ{ÉŠˆEĒrÎĒSAĢĸ•Ģ…8ŦxžŦx7­r°­†#ŽzĒŽ2%¯PX¯KНPõ¯KF°3’°;ưZąu]ąZĶąa.˛6˛gĮ˛F/ŗ™vŗ‚´ā“´ÃtĩÃ8ļžü福ˇ‡t¸qü¸lnš‰ÛšaeēŽĮēSVģIĒģ‚ôģywŧ3ņŧ{%ŊGĄŊeéŊ¤OžŠôžŠžŋ_HĀ̍TÁ= ÂNKœšÂ>7ÃdvÃßÛÃũģİšÅzjÆVåÆS<Į„ĮļȝĖČ*jÉÁ•ÉŽWĘgæĘ[NË4ĒËaßËpAĖb˛ĖaÍZwÍDŌÍPÎZhÎ]ÃÎo!ĪP‘Ī…âĪYhĐKÂĐhŅ>wŅ—ļŅaNŌưԊ{Ķyԍ€ÔLՍ[Õxéՙb֝üÖ[š×ö×;„ØsĀØh4ŲtŲ\Ú@oÚ8°Ú]éÚgGÛz¯ÛŸ*ÜĸĘÜzmŨ¯čŨt˜Ūg ßKußyÁßh;āO¤āšôāGŽá^öá…Uâ`Ûâi<ã>Ļã4åãnä‰äŖŠä$MåMråĀå“ŨåcqægÕæg=įfĨįU č bčnč\‚čßčôč~úéqyęÖëęiÂëY,ė†ė%$íšJí(î[-îU‰î5ßîWīFmīw´īŸ,đlĖđt9ņwŽņ]&ōc„ō{čōPdķNĩķô[$ô[€ô.Üôv õw‚õcúõ\^övģöF2÷<y÷ļ÷pDøbĩøaų‰zųFúKúEŲúoûYû]éûŒGüGÔü7ũ9Tũ›Žũx*ūNŖū{ōūcn˙\Ō˙i/,™|ÆQCĮ•|]Ú@jSĢA˙"AMdd˛fg~gæCNn’–\˜õNƒŗA3ôMˇTû%K6´V‹ũŽ7Ā0bI†š˛T-ëâB€„Z×Ũã$ˆÂ į[v ķ.F&š°GQ{)^Ŗ¨Ė;ŦsÔ&]5@RqīgkåĄ:qWæĶ…Wõ}w¯"U)ōAO ø‡Ëŋ(d…rM#„\?ÛX ˙`;?Nvjl 't€KY1NfÁ>n27pRi¤nęm6ŸĮáu3-yļ÷‡î_*IP iuS|ܞ–OŲØd!<5JŒ ŠēsāĘĩģÕ2ė,éLú/[ŠVU_•xb'†8^9E+Č>Qxņ4 ֘‰”CĨÅt<ä‚9ŪŠmž4ĒDhƒe+‘írBD%1#Gf=|Ŋ8HŅ@‰Lo§owS*pP~a Éą:`ÎĢ}zyų0ŧ —ÆĐaÚlđ͜{jc­JZ]=cHCŽ/!\“ĪĻ$ĂX,ßk’öY ÃčE™ĸŒüŽFg›¸ˆŌ .heū"~‹(zƒ (invalid encoding)%.1f GB%.1f KB%.1f MB%s filetype%s type'%s' is not a valid character following a '<' character; it may not begin an element name'%s' is not a valid character following the characters '''%s' is not a valid name '%s' is not a valid name: '%c' (?R or (?[+-]digits must be followed by )) without opening (A bookmark for URI '%s' already existsAbstract unix domain socket addresses not supported on this systemAdded socket is closedApplication Options:Association creation not supported on win32Attribute '%s' of element '%s' not foundAttribute value must be non-NULLBackup file creation failedCan't copy directory over directoryCan't copy over directoryCan't copy special fileCan't create user MIME configuration folder %s: %sCan't create user application configuration folder %s: %sCan't create user desktop file %sCan't do a raw read in g_io_channel_read_line_stringCan't do a raw read in g_io_channel_read_to_endCan't find applicationCan't handle the supplied version the icon encodingCan't handle version %d of GEmblem encodingCan't handle version %d of GEmblemedIcon encodingCan't handle version %d of GFileIcon encodingCan't handle version %d of GThemedIcon encodingCan't move directory over directoryCan't open directoryCan't recursively copy directoryCan't rename file, filename already existCan't rename root directoryCancellable initialization not supportedCannot convert fallback '%s' to codeset '%s'Cannot parse double value '%s' for %sCannot parse integer value '%s' for %sCannot set permissions on symlinksCannot truncate GMemoryInputStreamChannel terminates in a partial characterCharacter out of range for UTF-16Character out of range for UTF-8Character reference '%-.*s' does not encode a permitted characterCharacter reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Connection in progressContaining mount does not existConversion from character set '%s' to '%s' is not supportedCould not allocate %lu bytes to read file "%s"Could not open converter from '%s' to '%s'Could not open converter from '%s' to '%s': %sCustom definition for %sDEFINE group contains more than one branchDesktop file didn't specify Exec fieldDocument ended unexpectedly after the equals sign following an attribute name; no attribute valueDocument ended unexpectedly inside a comment or processing instructionDocument ended unexpectedly inside an attribute nameDocument ended unexpectedly inside an element nameDocument ended unexpectedly inside an element-opening tag.Document ended unexpectedly inside the close tag for element '%s'Document ended unexpectedly just after an open angle bracket '<'Document ended unexpectedly while inside an attribute valueDocument ended unexpectedly with elements still open - '%s' was the last element openedDocument ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>Document must begin with an element (e.g. )Document was empty or contained only whitespaceDouble value '%s' for %s out of rangeElement '%s' was closed, but the currently open element is '%s'Element '%s' was closed, no element is currently openEmpty entity '&;' seen; valid entities are: & " < > 'Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Entity name '%-.*s' is not knownEnumerator is closedError accepting connection: %sError binding to address: %sError closing file: %sError closing socket: %sError closing unix: %sError connecting: Error connecting: %sError creating backup copy: %sError creating directory: %sError during conversion: %sError getting filesystem info: %sError launching application: %sError making symbolic link: %sError moving file: %sError on line %d char %d: Error on line %d: %sError opening directory '%s': %sError opening file '%s': %sError opening file: %sError parsing option %sError reading file '%s': %sError reading from file: %sError reading from unix: %sError receiving data: %sError receiving message: %sError removing file: %sError removing old backup link: %sError removing old file: %sError removing target file: %sError renaming file: %sError renaming temporary file: %sError resolving '%s'Error resolving '%s': %sError reverse-resolving '%s': %sError seeking in file: %sError sending data: %sError sending message: %sError setting SELinux context: %sError setting extended attribute '%s': %sError setting modification or access time: %sError setting owner: %sError setting permissions: %sError setting symlink: %sError setting symlink: file is not a symlinkError stating file '%s': %sError stating file descriptor: %sError trashing file: %sError truncating file: %sError while compiling regular expression %s at char %d: %sError while matching regular expression %s: %sError while optimizing regular expression %s: %sError while parsing replacement text "%s" at char %lu: %sError writing to file: %sError writing to unix: %sExisting file '%s' could not be removed: g_unlink() failed: %sExpected a GEmblem for GEmblemedIconExpecting 1 control message, got %dExpecting one fd, but got %d Failed to change to directory '%s' (%s)Failed to close file '%s': fclose() failed: %sFailed to create file '%s': %sFailed to create pipe for communicating with child process (%s)Failed to execute child process "%s" (%s)Failed to execute child process (%s)Failed to execute helper program (%s)Failed to expand exec line '%s' with URI '%s'Failed to fork (%s)Failed to fork child process (%s)Failed to get attributes of file '%s': fstat() failed: %sFailed to map file '%s': mmap() failed: %sFailed to open file '%s' for writing: fdopen() failed: %sFailed to open file '%s': %sFailed to open file '%s': fdopen() failed: %sFailed to open file '%s': open() failed: %sFailed to parse '%-.*s', which should have been a digit inside a character reference (ê for example) - perhaps the digit is too largeFailed to read data from child processFailed to read data from child process (%s)Failed to read enough data from child pid pipe (%s)Failed to read from child pipe (%s)Failed to read from file '%s': %sFailed to read the symbolic link '%s': %sFailed to redirect output or input of child process (%s)Failed to rename file '%s' to '%s': g_rename() failed: %sFailed to resize memory output streamFailed to write file '%s': fflush() failed: %sFailed to write file '%s': fsync() failed: %sFailed to write file '%s': fwrite() failed: %sFile "%s" is too largeFile enumerator has outstanding operationFile enumerator is already closedFile is emptyFile names cannot contain '%c'Filesystem rootGSocketControlMessage not supported on windowsHelp Options:Hostname '%s' contains '[' but not ']'Input stream doesn't implement readInteger value '%s' for %s out of rangeInteger value '%s' out of rangeInvalid GSeekType suppliedInvalid UTF-8 encoded text in name - not valid '%s'Invalid attribute type (byte string expected)Invalid attribute type (string expected)Invalid attribute type (uint32 expected)Invalid attribute type (uint64 expected)Invalid byte sequence in conversion inputInvalid extended attribute nameInvalid filenameInvalid filename %sInvalid group name: %sInvalid hostnameInvalid key name: %sInvalid program name: %sInvalid seek requestInvalid sequence in conversion inputInvalid socket, initialization failed due to: %sInvalid socket, not initializedInvalid string in argument vector at %d: %sInvalid string in environment: %sInvalid symlink value givenInvalid working directory: %sKey file contains escape character at end of lineKey file contains invalid escape sequence '%s'Key file contains key '%s' in group '%s' which has value that cannot be interpreted.Key file contains key '%s' which has a value that cannot be interpreted.Key file contains key '%s' which has value that cannot be interpreted.Key file contains key '%s' with value '%s' which is not UTF-8Key file contains line '%s' which is not a key-value pair, group, or commentKey file contains unsupported encoding '%s'Key file does not have group '%s'Key file does not have key '%s'Key file does not have key '%s' in group '%s'Key file does not start with a groupLeftover unconverted data in read bufferListener is already closedMalformed input data for GFileIconMalformed number of tokens (%d) in GEmblem encodingMalformed number of tokens (%d) in GEmblemedIcon encodingMalformed version number: %sMemory output stream not resizableMissing argument for %sMove between mounts not supportedNo MIME type defined in the bookmark for URI '%s'No application is registered as handling this fileNo application with name '%s' registered a bookmark for '%s'No bookmark found for URI '%s'No groups set in bookmark for URI '%s'No private flag has been defined in bookmark for URI '%s'No service record for '%s'No type for class name %sNo valid bookmark file found in data dirsNot a regular fileNot enough space for socket addressOdd character '%s', expected a '=' after attribute name '%s' of element '%s'Odd character '%s', expected a '>' character to end the empty-element tag '%s'Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute nameOdd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'Operation not supportedOperation was cancelledOutput stream doesn't implement writePCRE library is compiled without UTF8 properties supportPCRE library is compiled without UTF8 supportPOSIX collating elements are not supportedPOSIX named classes are supported only within a classPartial character sequence at end of inputQuoted text doesn't begin with a quotation markReached maximum data array limitReceived invalid fdSELinux context must be non-NULLSELinux is not enabled on this systemSeek not supported on streamSetting attribute %s not supportedShow all help optionsShow help optionsSocket is already closedSource stream is already closedStream doesn't support query_infoStream has outstanding operationStream is already closedSymbolic links not supportedTarget file existsTarget file is a directoryTarget file is not a regular fileTemplate '%s' doesn't contain XXXXXXTemplate '%s' invalid, should not contain a '%s'Temporarily unable to resolve '%s'Text ended before matching quote was found for %c. (The text was '%s')Text ended just after a '\' character. (The text was '%s')Text was empty (or contained only whitespace)The URI '%s' contains invalidly escaped charactersThe URI '%s' is invalidThe URI '%s' is not an absolute URI using the "file" schemeThe file was externally modifiedThe hostname of the URI '%s' is invalidThe local file URI '%s' may not include a '#'The pathname '%s' is not an absolute pathToo large count value passed to %sTrash not supportedTruncate not allowed on input streamTruncate not supported on streamType %s does not implement from_tokens() on the GIcon interfaceType %s does not implement the GIcon interfaceType %s is not classedURIs not supportedUnable to create socket: %sUnable to create trash dir %s: %sUnable to create trashing info file: %sUnable to find default local directory monitor typeUnable to find default local file monitor typeUnable to find or create trash directoryUnable to find terminal required for applicationUnable to find toplevel directory for trashUnable to get pending error: %sUnable to trash file: %sUnexpected attribute '%s' for element '%s'Unexpected early end-of-streamUnexpected error in g_io_channel_win32_poll() reading data from a child processUnexpected error in select() reading data from a child process (%s)Unexpected error in waitpid() (%s)Unexpected tag '%s' inside '%s'Unexpected tag '%s', tag '%s' expectedUnexpected type of ancillary dataUnknown error executing child process "%s"Unknown error on connectUnknown option %sUnknown protocol was specifiedUnknown typeUnmatched quotation mark in command line or other shell-quoted textUnnamedUnsupported socket addressUsage:Valid key file could not be found in search dirsValue '%s' cannot be interpreted as a boolean.Value '%s' cannot be interpreted as a float number.Value '%s' cannot be interpreted as a number.Waiting for socket condition: %sWrong number of tokens (%d)[OPTION...]\ at end of pattern\C not allowed in lookbehind assertion\c at end of pattern\g is not followed by a braced name or an optionally braced non-zero numberassertion expected after (?(association changes not supported on win32back references as conditions are not supported for partial matchingbacktracking limit reachedcase-changing escapes (\l, \L, \u, \U) are not allowed herecharacter value in \x{...} sequence is too largecode overflowconditional group contains more than two branchescorrupted objectcould not get local address: %scould not get remote address: %scould not listen: %screating GSocket from fd: %sdigit expecteddrive doesn't implement ejectdrive doesn't implement eject or eject_with_operationdrive doesn't implement polling for mediadrive doesn't implement startdrive doesn't implement stopfailed to get memoryhexadecimal digit expectedhexadecimal digit or '}' expectedillegal symbolic referenceinconsistent NEWLINE optionsinternal errorinternal error or corrupted objectinvalid combination of newline flagsinvalid condition (?(0)invalid escape sequence in character classlookbehind assertion is not fixed lengthmalformed \P or \p sequencemalformed number or name after (?(missing '<' in symbolic referencemissing ) after commentmissing terminating )missing terminating ] for character classmissing terminator in subpattern namemount doesn't implement content type guessingmount doesn't implement ejectmount doesn't implement eject or eject_with_operationmount doesn't implement remountmount doesn't implement synchronous content type guessingmount doesn't implement unmountmount doesn't implement unmount or unmount_with_operationnothing to repeatnumber too big in {} quantifiernumbers out of order in {} quantifieroctal value is greater than \377out of memoryoverran compiling workspacepreviously-checked referenced subpattern not foundrange out of order in character classrecursion limit reachedrecursive call could loop indefinitelyreference to non-existent subpatternregular expression too largerepeating a DEFINE group is not allowedstray final '\'subpattern name is too long (maximum 32 characters)symlink must be non-NULLthe pattern contains items not supported for partial matchingtoo many named subpatterns (maximum 10,000)two named subpatterns have the same nameunexpected repeatunfinished symbolic referenceunknown POSIX class nameunknown errorunknown escape sequenceunknown property name after \P or \punrecognized character after (?unrecognized character after (?<unrecognized character after (?Punrecognized character follows \volume doesn't implement ejectvolume doesn't implement eject or eject_with_operationvolume doesn't implement mountworkspace limit for empty substrings reachedzero-length symbolic referenceProject-Id-Version: glib.master.ta Report-Msgid-Bugs-To: POT-Creation-Date: 2009-10-07 09:51-0400 PO-Revision-Date: 2009-09-17 15:47+0530 Last-Translator: Language-Team: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.11.4 Plural-Forms: nplurals=2; plural=(n!=1);\n (āŽ¤āŽĩāŽąāŽžāŽŠ āŽ•ā¯āŽąāŽŋāŽŽā¯āŽąā¯ˆ)%.1f GB%.1f KB%.1f MB%s āŽ•ā¯‹āŽĒā¯āŽĒ❁ āŽĩāŽ•ā¯ˆ%s āŽĩāŽ•ā¯ˆ'<' āŽĩāŽ°āŽŋāŽ¯ā¯āŽ°ā¯āŽĩ❈ āŽ¤ā¯ŠāŽŸāŽ°ā¯āŽ¨ā¯āŽ¤ā¯ '%s' āŽĩāŽ° āŽŽā¯āŽŸāŽŋāŽ¯āŽžāŽ¤ā¯; āŽ…āŽ¤ā¯ˆāŽĒā¯ āŽĒāŽ¯āŽŠā¯āŽĒāŽŸā¯āŽ¤ā¯āŽ¤āŽŋ āŽ“āŽ°ā¯ āŽ‰āŽąā¯āŽĒā¯āŽĒāŽŸāŽŋāŽ¯āŽŋāŽŠā¯ āŽĒā¯†āŽ¯āŽ°ā¯ˆāŽ¤ā¯ āŽ¤ā¯ŠāŽŸāŽ™ā¯āŽ• āŽŽā¯āŽŸāŽŋāŽ¯āŽžāŽ¤ā¯'%s' is not a valid character following the characters '''%s' āŽ’āŽ°ā¯ āŽŽā¯āŽąā¯ˆāŽ¯āŽžāŽŠ āŽĒā¯†āŽ¯āŽ°ā¯ āŽ…āŽ˛ā¯āŽ˛'%s' āŽ’āŽ°ā¯ āŽŽā¯āŽąā¯ˆāŽ¯āŽžāŽŠ āŽĒā¯†āŽ¯āŽ°ā¯ āŽ…āŽ˛ā¯āŽ˛ : '%c' (?R āŽ…āŽ˛ā¯āŽ˛āŽ¤ā¯ (?[+-]āŽ‡āŽĩāŽąā¯āŽąāŽžāŽ˛ā¯ āŽŽāŽŖā¯āŽ•āŽŗā¯ āŽĒāŽŋāŽŠā¯āŽ¤ā¯ŠāŽŸāŽ°āŽĒā¯āŽĒāŽŸā¯āŽŸāŽžāŽ˛ā¯ )) āŽ¤āŽŋāŽąāŽ•ā¯āŽ•āŽžāŽŽāŽ˛ā¯ (URI '%s' āŽ•ā¯āŽ•ā¯ āŽāŽąā¯āŽ•āŽŠāŽĩ❇ āŽĒā¯āŽ¤ā¯āŽ¤āŽ•āŽ•ā¯āŽ•ā¯āŽąāŽŋ āŽ‰āŽŗā¯āŽŗāŽ¤ā¯āŽ¯ā¯āŽŠāŽŋāŽ•ā¯āŽ¸ā¯ āŽŸā¯ŠāŽŽā¯ˆāŽŠā¯ āŽšāŽžāŽ•ā¯āŽ•ā¯†āŽŸā¯ āŽŽā¯āŽ•āŽĩāŽ°āŽŋāŽ•āŽŗā¯ āŽ‡āŽ¨ā¯āŽ¤ āŽ•āŽŖāŽŋāŽŠāŽŋāŽ¯āŽŋāŽ˛ā¯ āŽ¤ā¯āŽŖā¯ˆāŽĒā¯āŽ°āŽŋāŽ¯āŽžāŽ¤ā¯āŽšā¯‡āŽ°ā¯āŽ•ā¯āŽ•āŽĒā¯āŽĒāŽŸā¯āŽŸ āŽšāŽžāŽ•ā¯āŽ•ā¯†āŽŸā¯ āŽŽā¯‚āŽŸāŽĒā¯āŽĒāŽŸā¯āŽŸāŽ¤ā¯āŽĒāŽ¯āŽŠā¯āŽĒāŽžāŽŸā¯ āŽĩāŽŋāŽ°ā¯āŽĒā¯āŽĒāŽ™ā¯āŽ•āŽŗā¯:win32āŽ‡āŽ˛ā¯ āŽ…āŽŽā¯ˆāŽĒā¯āŽĒ❁ āŽ‰āŽ°ā¯āŽĩāŽžāŽ•ā¯āŽ•āŽŽā¯ āŽ¤ā¯āŽŖā¯ˆāŽĒā¯āŽ°āŽŋāŽĩāŽ¤āŽŋāŽ˛ā¯āŽ˛ā¯ˆāŽŽāŽ¤āŽŋāŽĒā¯āŽĒ❁ '%s' āŽ•ā¯āŽ•ā¯ '%s' āŽ‰āŽąā¯āŽĒā¯āŽĒ❁ āŽŽāŽ¤ā¯āŽĩā¯āŽŽā¯ āŽ‡āŽ˛ā¯āŽ˛ā¯ˆāŽ…āŽŗāŽĩā¯āŽ°ā¯ āŽŽāŽ¤āŽŋāŽĒā¯āŽĒ❁ āŽĒā¯‚āŽœā¯āŽœāŽŋāŽ¯āŽŽāŽžāŽ• āŽ‡āŽ°ā¯āŽ•ā¯āŽ•āŽ•ā¯āŽ•ā¯‚āŽŸāŽžāŽ¤ā¯āŽĒāŽŋāŽŠā¯āŽšā¯‡āŽŽāŽŋāŽĒā¯āŽĒ❁ āŽ•ā¯‹āŽĒā¯āŽĒ❁ āŽ‰āŽ°ā¯āŽĩāŽžāŽ•ā¯āŽ• āŽŽā¯āŽŸāŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆāŽ…āŽŸā¯ˆāŽĩā¯āŽ•ā¯āŽ•ā¯ āŽŽā¯‡āŽ˛āŽžāŽ• āŽ…āŽŸā¯ˆāŽĩāŽŋāŽŠā¯ˆ āŽ¨āŽ•āŽ˛ā¯†āŽŸā¯āŽ•ā¯āŽ• āŽŽā¯āŽŸāŽŋāŽ¯āŽžāŽ¤ā¯āŽ…āŽŸā¯ˆāŽĩā¯āŽ•ā¯āŽ•ā¯ āŽŽā¯‡āŽ˛āŽžāŽ• āŽ¨āŽ•āŽ˛ā¯†āŽŸā¯āŽ•ā¯āŽ• āŽŽā¯āŽŸāŽŋāŽ¯āŽžāŽ¤ā¯āŽšāŽŋāŽąāŽĒā¯āŽĒ❁ āŽ•ā¯‹āŽĒā¯āŽĒ❈ āŽ¨āŽ•āŽ˛ā¯†āŽŸā¯āŽ•ā¯āŽ• āŽŽā¯āŽŸāŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆāŽĒāŽ¯āŽŠāŽ°ā¯ MIME āŽ•āŽŸā¯āŽŸāŽŽā¯ˆāŽĒā¯āŽĒ❁ āŽ•ā¯‹āŽĒā¯āŽĒā¯āŽąā¯ˆ %s āŽ‰āŽ°ā¯āŽĩāŽžāŽ•ā¯āŽ• āŽ‡āŽ¯āŽ˛āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆ: %sāŽĒāŽ¯āŽŠāŽ°ā¯ āŽĩāŽŋāŽŖā¯āŽŖāŽĒā¯āŽĒ āŽ•āŽŸā¯āŽŸāŽŽā¯ˆāŽĒā¯āŽĒ❁ āŽ•ā¯‹āŽĒā¯āŽĒā¯āŽąā¯ˆ %sāŽ āŽ‰āŽ°ā¯āŽĩāŽžāŽ•ā¯āŽ• āŽ‡āŽ¯āŽ˛āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆ: %sāŽĒāŽ¯āŽŠāŽ°ā¯ āŽŸā¯†āŽ¸ā¯āŽ•ā¯āŽŸāŽžāŽĒā¯ āŽ•ā¯‹āŽĒā¯āŽĒ❁ %s āŽ‰āŽ°ā¯āŽĩāŽžāŽ•ā¯āŽ• āŽŽā¯āŽŸāŽŋāŽ¯āŽžāŽ¤ā¯g_io_channel_read_line_string āŽ‡āŽ˛ā¯ āŽŽā¯‚āŽ˛āŽŽāŽžāŽ• āŽĩāŽžāŽšāŽŋāŽ•ā¯āŽ• āŽŽā¯āŽŸāŽŋāŽ¯āŽžāŽ¤ā¯g_io_channel_read_to_end āŽ‡āŽ˛ā¯ āŽŽā¯‚āŽ˛āŽŽāŽžāŽ• āŽĩāŽžāŽšāŽŋāŽ•ā¯āŽ• āŽŽā¯āŽŸāŽŋāŽ¯āŽžāŽ¤ā¯āŽĒāŽ¯āŽŠā¯āŽĒāŽžāŽŸā¯āŽŸā¯ˆ āŽ•āŽžāŽŖāŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆāŽ•ā¯ŠāŽŸā¯āŽ•ā¯āŽ•āŽĒā¯āŽĒāŽŸā¯āŽŸ āŽšāŽŋāŽŠā¯āŽŠ āŽ•ā¯āŽąāŽŋāŽŽā¯āŽąā¯ˆ āŽĒāŽ¤āŽŋāŽĒā¯āŽĒ❈ āŽ•ā¯ˆāŽ¯āŽžāŽŗ āŽŽā¯āŽŸāŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆāŽĒāŽ¤āŽŋāŽĒā¯āŽĒ❁ %d GEmblem āŽ•ā¯āŽąāŽŋāŽŽā¯āŽąā¯ˆāŽ¯āŽŋāŽ˛ā¯ āŽ•ā¯ˆāŽ¯āŽžāŽŗ āŽŽā¯āŽŸāŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆāŽĒāŽ¤āŽŋāŽĒā¯āŽĒ❁ %dāŽ GEmblemedIcon āŽ•ā¯āŽąāŽŋāŽŽā¯āŽąā¯ˆāŽ¯āŽŋāŽ˛ā¯ āŽ•ā¯ˆāŽ¯āŽžāŽŗ āŽŽā¯āŽŸāŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆGFileIcon āŽ•ā¯āŽąāŽŋāŽŽā¯āŽąā¯ˆ āŽĒāŽ¤āŽŋāŽĒā¯āŽĒ❁ %d āŽ āŽ•ā¯ˆāŽ¯āŽžāŽŗ āŽŽā¯āŽŸāŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆāŽĒāŽ¤āŽŋāŽĒā¯āŽĒ❁ %d āŽ‡āŽŠā¯ GThemedIcon āŽ•ā¯āŽąāŽŋāŽŽā¯āŽąā¯ˆāŽ¯āŽžāŽ•ā¯āŽ•āŽ¤ā¯āŽ¤āŽŋāŽąā¯āŽ•ā¯ āŽ•ā¯ˆāŽ¯āŽžāŽŗ āŽŽā¯āŽŸāŽŋāŽ¯āŽžāŽ¤ā¯āŽ…āŽŸā¯ˆāŽĩāŽŋāŽ˛ā¯ āŽ…āŽŸā¯ˆāŽĩ❈ āŽ¨āŽ•āŽ°ā¯āŽ¤ā¯āŽ¤ āŽŽā¯āŽŸāŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆāŽ…āŽŸā¯ˆāŽĩ❈ āŽ¤āŽŋāŽąāŽ•ā¯āŽ• āŽ‡āŽ¯āŽ˛āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆāŽ…āŽŸā¯ˆāŽĩ❈ āŽŽā¯€āŽŖā¯āŽŸā¯āŽŽā¯ āŽ¨āŽ•āŽ˛ā¯†āŽŸā¯āŽ•ā¯āŽ• āŽŽā¯āŽŸāŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆāŽ•ā¯‹āŽĒā¯āŽĒ❈ āŽŽāŽąā¯āŽĒā¯†āŽ¯āŽ°āŽŋāŽŸ āŽŽā¯āŽŸāŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆ, āŽ•ā¯‹āŽĒā¯āŽĒ❁āŽĒā¯†āŽ¯āŽ°ā¯ āŽāŽąā¯āŽ•āŽŠāŽĩ❇ āŽĩā¯†āŽŗāŽŋāŽ¯ā¯‡āŽąā¯āŽąāŽĒā¯āŽĒāŽŸā¯āŽŸāŽ¤ā¯āŽ°ā¯‚āŽŸā¯ āŽ…āŽŸā¯ˆāŽĩ❈ āŽŽāŽąā¯āŽĒā¯†āŽ¯āŽ°āŽŋāŽŸ āŽŽā¯āŽŸāŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆāŽ°āŽ¤ā¯āŽ¤ā¯āŽšā¯†āŽ¯ā¯āŽ¯āŽ•ā¯āŽ•ā¯‚āŽŸāŽŋāŽ¯ āŽ¤ā¯āŽĩāŽ•ā¯āŽ•ā¯āŽ¤āŽ˛ā¯ āŽ¤ā¯āŽŖā¯ˆāŽĒā¯āŽ°āŽŋāŽĩāŽ¤āŽŋāŽ˛ā¯āŽ˛ā¯ˆāŽĒāŽŋāŽŠā¯āŽŠāŽŸā¯ˆāŽĒā¯āŽĒ❁ '%s', '%s' āŽ•ā¯āŽąāŽŋāŽ•ā¯ āŽ•āŽŖāŽŽāŽŋāŽąā¯āŽ•ā¯ āŽŽāŽžāŽąā¯āŽą āŽŽā¯āŽŸāŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆāŽ‡āŽ°āŽŸā¯āŽŸā¯ˆ āŽŽāŽ¤āŽŋāŽĒā¯āŽĒ❁ '%s' āŽ %sāŽ•ā¯āŽ•ā¯ āŽ•ā¯‚āŽąāŽŋāŽŸ āŽŽā¯āŽŸāŽŋāŽ¯āŽžāŽ¤ā¯'%s' āŽ•ā¯āŽ•ā¯ %sāŽŠā¯ āŽ‡āŽ¯āŽ˛ā¯ āŽŽāŽŖā¯ āŽŽāŽ¤āŽŋāŽĒā¯āŽĒāŽŋāŽŠā¯ˆ āŽ•ā¯‚āŽąāŽŋāŽŸ āŽŽā¯āŽŸāŽŋāŽ¯āŽžāŽ¤ā¯symlinksāŽ•ā¯āŽ•ā¯ āŽ…āŽŠā¯āŽŽāŽ¤āŽŋāŽ•āŽŗā¯ˆ āŽ…āŽŽā¯ˆāŽ•ā¯āŽ• āŽŽā¯āŽŸāŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆGMemoryInputStreamāŽ āŽ¤āŽšāŽŽāŽŽāŽŋāŽŸ āŽŽā¯āŽŸāŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆāŽĩāŽžāŽ¯ā¯āŽ•ā¯āŽ•āŽžāŽ˛ā¯ āŽĒāŽžāŽ¤āŽŋ āŽĩāŽ°āŽŋāŽ¯ā¯āŽ°ā¯āŽĩāŽŋāŽ˛ā¯ āŽŽā¯āŽŸāŽŋāŽĩāŽŸā¯ˆāŽ•āŽŋāŽąāŽ¤ā¯UTF-16 āŽ•ā¯āŽ•ā¯ āŽĩāŽ°āŽŋāŽ¯ā¯āŽ°ā¯ āŽĩā¯€āŽšā¯āŽšā¯ āŽŽāŽ˛ā¯āŽ˛ā¯ˆāŽ•ā¯āŽ•ā¯ āŽĩā¯†āŽŗāŽŋāŽ¯ā¯‡UTF-8 āŽ•ā¯āŽ•ā¯ āŽĩāŽ°āŽŋāŽ¯ā¯āŽ°ā¯ āŽĩā¯€āŽšā¯āŽšā¯ āŽŽāŽ˛ā¯āŽ˛ā¯ˆāŽ•ā¯āŽ•ā¯ āŽĩā¯†āŽŗāŽŋāŽ¯ā¯‡āŽŽāŽ´ā¯āŽ¤ā¯āŽ¤ā¯ āŽ•ā¯āŽąāŽŋāŽĒā¯āŽĒ❁ '%-.*s' āŽ’āŽ°ā¯ āŽ…āŽŠā¯āŽŽāŽ¤āŽŋāŽ•ā¯āŽ•āŽĒā¯āŽĒāŽŸā¯āŽŸ āŽŽāŽ´ā¯āŽ¤ā¯āŽ¤āŽŋāŽŠā¯ˆ āŽ•ā¯āŽąāŽŋāŽŽā¯āŽąā¯ˆāŽ¯āŽžāŽ•ā¯āŽ•āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆCharacter reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &āŽ‡āŽŖā¯ˆāŽĒā¯āŽĒ❁ āŽšā¯†āŽ¯āŽ˛āŽŋāŽ˛ā¯āŽŗā¯āŽŗāŽ¤ā¯āŽ•ā¯ŠāŽŖā¯āŽŸā¯āŽŗā¯āŽŗ āŽŽāŽĩā¯āŽŖā¯āŽŸā¯ āŽ‡āŽ˛ā¯āŽ˛ā¯ˆāŽĩāŽ°āŽŋāŽ¯ā¯āŽ°ā¯ āŽĩāŽ•ā¯ˆ `%s' āŽ‡āŽ˛āŽŋāŽ°ā¯āŽ¨ā¯āŽ¤ā¯ `%s' āŽ•ā¯āŽ•ā¯ āŽŽāŽžāŽąā¯āŽąā¯āŽĩāŽ¤āŽąā¯āŽ•ā¯ āŽ†āŽ¤āŽ°āŽĩāŽŗāŽŋāŽĒā¯āŽĒ❁ āŽ•āŽŋāŽŸā¯ˆāŽ¯āŽžāŽ¤ā¯%lu āŽĒā¯ˆāŽŸā¯āŽŸā¯āŽ•āŽŗā¯ˆ "%s" āŽ•ā¯‹āŽĒā¯āŽĒ❁ āŽĩāŽžāŽšāŽŋāŽĒā¯āŽĒāŽ¤āŽąā¯āŽ•ā¯ āŽ’āŽ¤ā¯āŽ•ā¯āŽ•āŽŋāŽĩā¯ˆāŽ•ā¯āŽ• āŽŽā¯āŽŸāŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆ'%s' āŽ˛āŽŋāŽ°ā¯āŽ¨ā¯āŽ¤ā¯ '%s'āŽ•ā¯āŽ•ā¯ āŽŽāŽžāŽąā¯āŽąāŽŋāŽ¯ā¯ˆ āŽ¤āŽŋāŽąāŽ•ā¯āŽ• āŽŽā¯āŽŸāŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆ'%s' āŽ˛āŽŋāŽ°ā¯āŽ¨ā¯āŽ¤ā¯'%s'āŽ•ā¯āŽ•ā¯ āŽŽāŽžāŽąā¯āŽąāŽŋāŽ¯ā¯ˆ āŽ¤āŽŋāŽąāŽ•ā¯āŽ• āŽŽā¯āŽŸāŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆ: %s%sāŽ•ā¯āŽ•ā¯ āŽ¤āŽŠāŽŋāŽĒāŽ¯āŽŠā¯ āŽĩāŽŋāŽŗāŽ•ā¯āŽ•āŽŽā¯DEFINE āŽ•ā¯āŽ´ā¯ āŽ’āŽŠā¯āŽąā¯āŽ•ā¯āŽ•ā¯ āŽŽā¯‡āŽąā¯āŽĒāŽŸā¯āŽŸ āŽ•āŽŋāŽŗā¯ˆāŽ•āŽŗā¯ˆ āŽ•ā¯ŠāŽŖā¯āŽŸā¯āŽŗā¯āŽŗāŽ¤ā¯āŽĒāŽŖāŽŋāŽŽā¯‡āŽŸā¯ˆ āŽ•ā¯‹āŽĒā¯āŽĒ❁ Exec āŽĒā¯āŽ˛āŽŽā¯ āŽ•ā¯āŽąāŽŋāŽĒā¯āŽĒāŽŋāŽŸāŽĒā¯āŽĒāŽŸāŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆDocument ended unexpectedly after the equals sign following an attribute name; no attribute valueāŽ†āŽĩāŽŖāŽŽā¯ āŽ¤āŽŋāŽŸā¯€āŽ°ā¯†āŽŠ āŽ•ā¯āŽąāŽŋāŽĒā¯āŽĒā¯āŽ°ā¯ˆāŽ¯ā¯āŽ˛ā¯ āŽ…āŽ˛ā¯āŽ˛āŽ¤ā¯ āŽšā¯†āŽ¯āŽ˛āŽžāŽ•ā¯āŽ•āŽŽā¯ āŽ†āŽŖā¯ˆāŽ¯ā¯āŽ˛ā¯ āŽŽā¯āŽŸāŽŋāŽĩāŽŸā¯ˆāŽ¨ā¯āŽ¤āŽ¤ā¯āŽĒāŽŖā¯āŽĒ❁ āŽĒā¯†āŽ¯āŽ°ā¯ āŽ‰āŽŗā¯āŽŗā¯‡ āŽ†āŽĩāŽŖāŽŽā¯ āŽ¤āŽŋāŽŸā¯€āŽ°ā¯†āŽŠ āŽŽā¯āŽŸāŽŋāŽĩāŽŸā¯ˆāŽ¨ā¯āŽ¤āŽ¤ā¯āŽ‰āŽąā¯āŽĒā¯āŽĒ❁ āŽĒā¯†āŽ¯āŽ°ā¯ āŽ‰āŽŗā¯āŽŗā¯‡ āŽ†āŽĩāŽŖāŽŽā¯ āŽ¤āŽŋāŽŸā¯€āŽ°ā¯†āŽŠ āŽŽā¯āŽŸāŽŋāŽĩāŽŸā¯ˆāŽ¨ā¯āŽ¤āŽ¤ā¯āŽ‰āŽąā¯āŽĒā¯āŽĒ❁-āŽ¤ā¯ŠāŽŸāŽ™ā¯āŽ•āŽŗāŽŋāŽŠā¯ āŽ…āŽŸā¯ˆāŽ¯āŽžāŽŗ āŽ’āŽŸā¯āŽŸā¯ āŽ‰āŽŗā¯āŽŗā¯‡ āŽ†āŽĩāŽŖāŽŽā¯ āŽ¤āŽŋāŽŸā¯€āŽ°ā¯†āŽŠ āŽŽā¯āŽŸāŽŋāŽĩāŽŸā¯ˆāŽ¨ā¯āŽ¤āŽ¤ā¯'%s' āŽŽāŽŠā¯āŽŠā¯āŽŽā¯ āŽŽā¯‚āŽŸā¯-āŽ…āŽŸā¯ˆāŽ¯āŽžāŽŗ āŽ’āŽŸā¯āŽŸā¯ āŽ‰āŽŗā¯āŽŗā¯‡ āŽ†āŽĩāŽŖāŽŽā¯ āŽ¤āŽŋāŽŸā¯€āŽ°ā¯†āŽŠ āŽŽā¯āŽŸāŽŋāŽĩāŽŸā¯ˆāŽ¨ā¯āŽ¤āŽ¤ā¯'<' āŽĒāŽŋāŽąāŽ•ā¯ āŽ†āŽĩāŽŖāŽŽā¯ āŽ¤āŽŋāŽŸā¯€āŽ°ā¯†āŽŠ āŽŽā¯āŽŸāŽŋāŽĩāŽŸā¯ˆāŽ¨ā¯āŽ¤āŽ¤ā¯āŽĒāŽŖā¯āŽĒ❁ āŽĒā¯†āŽ¯āŽ°ā¯ āŽ‰āŽŗā¯āŽŗāŽŋāŽąā¯āŽ•ā¯āŽ•ā¯āŽŽā¯ āŽĒā¯‹āŽ¤ā¯ āŽ†āŽĩāŽŖāŽŽā¯ āŽ¤āŽŋāŽŸā¯€āŽ°ā¯†āŽŠ āŽŽā¯āŽŸāŽŋāŽĩāŽŸā¯ˆāŽ¨ā¯āŽ¤āŽ¤ā¯āŽ‰āŽąā¯āŽĒā¯āŽĒā¯āŽ•āŽŗā¯ āŽ¤āŽŋāŽąāŽ¨ā¯āŽ¤āŽŋāŽąā¯āŽ•ā¯āŽ•ā¯āŽŽā¯āŽĒā¯‹āŽ¤ā¯ āŽ†āŽĩāŽŖāŽŽā¯ āŽ¤āŽŋāŽŸā¯€āŽ°ā¯†āŽŠ āŽŽā¯āŽŸāŽŋāŽĩāŽŸā¯ˆāŽ¨ā¯āŽ¤āŽ¤ā¯ - āŽ•āŽŸā¯ˆāŽšāŽŋāŽ¯āŽžāŽ•āŽ¤ā¯ āŽ¤āŽŋāŽąāŽ•ā¯āŽ•āŽĒā¯āŽĒāŽŸā¯āŽŸ āŽ‰āŽąā¯āŽĒā¯āŽĒ❁ '%s'āŽ†āŽĩāŽŖāŽŽā¯ āŽ¤āŽŋāŽŸā¯€āŽ°ā¯†āŽŠ āŽŽā¯āŽŸāŽŋāŽĩāŽŸā¯ˆāŽ¨ā¯āŽ¤āŽ¤ā¯, āŽ…āŽŸā¯ˆāŽ¯āŽžāŽŗ āŽ’āŽŸā¯āŽŸā¯ <%s/> āŽŽā¯āŽŸāŽŋāŽĩāŽŋāŽ˛ā¯ āŽ“āŽ°ā¯ '}' āŽ‡āŽ°ā¯āŽ•ā¯āŽ•ā¯āŽŽā¯ āŽŽāŽŠ āŽŽāŽ¤āŽŋāŽ°ā¯āŽĒāŽžāŽ°ā¯āŽ¤ā¯āŽ¤āŽ¤ā¯āŽ†āŽĩāŽŖāŽŽā¯ āŽ“āŽ°ā¯ āŽ‰āŽąā¯āŽĒā¯āŽĒā¯āŽŸāŽŠā¯ (āŽ‰āŽ¤āŽžāŽ°āŽŖāŽŽā¯: ) āŽ¤ā¯ŠāŽŸāŽ™ā¯āŽ• āŽĩā¯‡āŽŖā¯āŽŸā¯āŽŽā¯āŽĩā¯†āŽąā¯āŽąāŽžāŽŠ āŽ†āŽĩāŽŖāŽŽā¯ āŽ…āŽ˛ā¯āŽ˛āŽ¤ā¯ āŽ†āŽĩāŽŖāŽ¤ā¯āŽ¤āŽŋāŽ˛ā¯ āŽ‡āŽąā¯āŽĒā¯āŽĒāŽ¤ā¯ āŽ…āŽŠā¯ˆāŽ¤ā¯āŽ¤ā¯āŽŽā¯ āŽĩā¯†āŽŖā¯āŽĩā¯†āŽŗāŽŋāŽ‡āŽ°āŽŸā¯āŽŸā¯ˆ āŽŽāŽ¤āŽŋāŽĒā¯āŽĒ❁ '%s' %sāŽ•ā¯āŽ•ā¯ āŽĩāŽ°ā¯ˆāŽ¯āŽąā¯ˆāŽ¯ā¯ˆ āŽ¤āŽžāŽŖā¯āŽŸāŽŋāŽ¯ā¯āŽŗā¯āŽŗāŽ¤ā¯'%s' āŽ‰āŽąā¯āŽĒā¯āŽĒ❁ āŽŽā¯‚āŽŸāŽĒā¯āŽĒāŽŸā¯āŽŸā¯āŽ˛ā¯āŽ˛āŽ¤ā¯, āŽ…āŽŠāŽžāŽ˛ā¯ āŽ¤āŽąā¯āŽĒā¯ŠāŽ¤ā¯ āŽ¤āŽŋāŽąāŽ¨ā¯āŽ¤āŽŋāŽąā¯āŽ•ā¯āŽ•ā¯āŽŽā¯ āŽ‰āŽąā¯āŽĒā¯āŽĒ❁ '%s''%s' āŽ‰āŽąā¯āŽĒā¯āŽĒ❁ āŽŽā¯‚āŽŸāŽĒā¯āŽĒāŽŸā¯āŽŸā¯āŽ˛ā¯āŽ˛āŽ¤ā¯, āŽ¤āŽąā¯āŽĒā¯ŠāŽ¤ā¯ āŽ’āŽ°ā¯ āŽ‰āŽąā¯āŽĒā¯āŽĒā¯āŽŽā¯ āŽ¤āŽŋāŽąāŽ¨ā¯āŽ¤ā¯ āŽ‡āŽ˛ā¯āŽ˛ā¯ˆāŽĩā¯†āŽąā¯āŽąāŽž āŽĒāŽŋāŽ°āŽ¤āŽŋāŽ¨āŽŋāŽ¤āŽŋ '&;' āŽ•āŽŖā¯āŽŸāŽ¤ā¯; āŽšāŽ°āŽŋāŽ¯āŽžāŽŠ āŽĒāŽŋāŽ°āŽ¤āŽŋāŽ¨āŽŋāŽ¤āŽŋāŽ•āŽŗā¯: & " < &qt; 'āŽĒāŽŋāŽ°āŽ¤āŽŋāŽ¨āŽŋāŽ¤āŽŋ ';' āŽ‰āŽŸāŽŠā¯ āŽŽā¯āŽŸāŽŋāŽĩāŽŸā¯ˆāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆ; āŽ¨ā¯€āŽ™ā¯āŽ•āŽŗā¯ āŽĒāŽŋāŽ°āŽ¤āŽŋāŽ¨āŽŋāŽ¤āŽŋ āŽ’āŽŠā¯āŽąā¯ˆ āŽ¤ā¯ŠāŽŸāŽ™ā¯āŽ• āŽ¯ā¯‹āŽšāŽŋāŽ•ā¯āŽ•āŽžāŽŽāŽ˛ā¯ '&' āŽĒāŽ¯āŽŠā¯āŽĒāŽŸā¯āŽ¤ā¯āŽ¤āŽŋ āŽ‡āŽ°ā¯āŽ•ā¯āŽ•āŽ˛āŽžāŽŽā¯ - '&'āŽšā¯ˆ & āŽ†āŽ• āŽĩāŽŋāŽŸā¯āŽĩāŽŋ;āŽĒāŽŋāŽ°āŽ¤āŽŋāŽ¨āŽŋāŽ¤āŽŋāŽ¯āŽŋāŽŠā¯ āŽĒā¯†āŽ¯āŽ°ā¯ '%-.*s' āŽ¤ā¯†āŽ°āŽŋāŽ¯āŽžāŽ¤āŽ¤ā¯āŽŽāŽŖā¯āŽŖāŽŋāŽŸāŽ˛ā¯ āŽŽā¯‚āŽŸāŽĒā¯āŽĒāŽŸā¯āŽŸāŽ¤ā¯āŽ‡āŽŖā¯ˆāŽĒā¯āŽĒ❈ āŽāŽąā¯āŽ•ā¯āŽŽā¯ āŽĒā¯‹āŽ¤ā¯ āŽĒāŽŋāŽ´ā¯ˆ: %sāŽŽā¯āŽ•āŽĩāŽ°āŽŋāŽ¯ā¯ˆ āŽĒāŽŋāŽŖā¯ˆāŽ•ā¯āŽ•ā¯āŽŽā¯ āŽĒā¯‹āŽ¤ā¯ āŽĒāŽŋāŽ´ā¯ˆ: %sāŽ•ā¯‹āŽĒā¯āŽĒ❈ āŽŽā¯āŽŸāŽŋāŽ•ā¯āŽ•ā¯āŽŽā¯ āŽĒā¯‹āŽ¤ā¯ āŽĒāŽŋāŽ´ā¯ˆ: %sāŽšāŽžāŽ•ā¯āŽ•ā¯†āŽŸā¯āŽŸā¯ˆ āŽŽā¯‚āŽŸā¯āŽŽā¯ āŽĒā¯‹āŽ¤ā¯ āŽĒāŽŋāŽ´ā¯ˆ: %sunix āŽ āŽŽā¯‚āŽŸā¯āŽĩāŽ¤āŽŋāŽ˛ā¯ āŽĒāŽŋāŽ´ā¯ˆ: %sāŽ‡āŽŖā¯ˆāŽ•ā¯āŽ•ā¯āŽŽā¯ āŽĒā¯‹āŽ¤ā¯ āŽĒāŽŋāŽ´ā¯ˆ:āŽ‡āŽŖā¯ˆāŽ•ā¯āŽ•ā¯āŽŽā¯ āŽĒā¯‹āŽ¤ā¯ āŽĒāŽŋāŽ´ā¯ˆ: %sāŽĒāŽŋāŽŠā¯āŽšā¯‡āŽŽāŽŋāŽĒā¯āŽĒ❁ āŽ¨āŽ•āŽ˛ā¯ˆ āŽ‰āŽ°ā¯āŽĩāŽžāŽ•ā¯āŽ•ā¯āŽĩāŽ¤āŽŋāŽ˛ā¯ āŽĒāŽŋāŽ´ā¯ˆ: %sāŽ…āŽŸā¯ˆāŽĩ❈ āŽ‰āŽ°ā¯āŽĩāŽžāŽ•ā¯āŽ•ā¯āŽŽā¯āŽĒā¯‹āŽ¤ā¯ āŽĒāŽŋāŽ´ā¯ˆ: %sāŽŽāŽžāŽąā¯āŽąā¯āŽŽā¯ āŽĒā¯‹āŽ¤ā¯ āŽĒāŽŋāŽ´ā¯ˆ: %sāŽ•ā¯‹āŽĒā¯āŽĒ❁ āŽŽā¯āŽąā¯ˆāŽŽā¯ˆ āŽ¤āŽ•āŽĩāŽ˛ā¯ˆ āŽĒā¯†āŽąā¯āŽŽā¯ āŽĒā¯‹āŽ¤ā¯ āŽĒāŽŋāŽ´ā¯ˆ: %sāŽĒāŽŋāŽ´ā¯ˆāŽ¯ā¯ˆ āŽ•āŽŖā¯āŽŸā¯āŽĒāŽŋāŽŸāŽŋāŽ•ā¯āŽ•ā¯āŽŽā¯ āŽĩāŽŋāŽŖā¯āŽŖāŽĒā¯āŽĒāŽŽā¯: %sāŽ•ā¯āŽąāŽŋāŽĒā¯āŽĒā¯€āŽŸā¯āŽŸāŽŋāŽŠā¯ āŽ‡āŽŖā¯ˆāŽĒā¯āŽĒ❈ āŽāŽąā¯āŽĒāŽŸā¯āŽ¤ā¯āŽ¤ā¯āŽĩāŽ¤ā¯āŽ˛ā¯ āŽĒāŽŋāŽ´ā¯ˆ: %sāŽĒāŽŋāŽ´ā¯ˆ āŽ¨āŽ•āŽ°ā¯āŽ¤ā¯āŽ¤ā¯āŽŽā¯ āŽ•ā¯‹āŽĒā¯āŽĒ❁: %sāŽĩāŽ°āŽŋ %d āŽŽāŽ´ā¯āŽ¤ā¯āŽ¤ā¯ %d āŽ˛ā¯ āŽĒāŽŋāŽ´ā¯ˆ: %d āŽĩāŽ°āŽŋāŽ¯āŽŋāŽ˛ā¯ āŽĒāŽŋāŽ´ā¯ˆ: %s'%s' āŽ…āŽŸā¯ˆāŽĩ❁ āŽ¤āŽŋāŽąāŽ•ā¯āŽ•ā¯āŽŽā¯āŽĒā¯‹āŽ¤ā¯ āŽĒāŽŋāŽ´ā¯ˆ: %s'%s' āŽĒāŽŋāŽ´ā¯ˆāŽ¯ā¯ˆ āŽ¤āŽŋāŽąāŽ•ā¯āŽ•ā¯āŽŽā¯ āŽ•ā¯‹āŽĒā¯āŽĒ❁: %sāŽ•ā¯‹āŽĒā¯āŽĒ❁ āŽ¤āŽŋāŽąāŽ•ā¯āŽ•ā¯āŽŽā¯ āŽĒā¯‹āŽ¤ā¯ āŽĒāŽŋāŽ´ā¯ˆ: %sāŽ•ā¯‚āŽąāŽŋāŽŸā¯āŽŽā¯ āŽĒā¯‹āŽ¤ā¯ āŽĒāŽŋāŽ´ā¯ˆ: %s'%s' āŽ•ā¯‹āŽĒā¯āŽĒ❁ āŽĩāŽžāŽšāŽŋāŽ•ā¯āŽ•ā¯āŽŽā¯ āŽĒā¯‹āŽ¤ā¯ āŽĒāŽŋāŽ´ā¯ˆ: %sāŽ•ā¯‹āŽĒā¯āŽĒāŽŋāŽ˛āŽŋāŽ°ā¯āŽ¨ā¯āŽ¤ā¯ āŽĩāŽžāŽšāŽŋāŽ•ā¯āŽ•ā¯āŽŽā¯ āŽĒā¯‹āŽ¤ā¯ āŽĒāŽŋāŽ´ā¯ˆ: %sunix āŽ˛āŽŋāŽ°ā¯āŽ¨ā¯āŽ¤ā¯ āŽĩāŽžāŽšāŽŋāŽĒā¯āŽĒāŽ¤āŽŋāŽ˛ā¯ āŽĒāŽŋāŽ´ā¯ˆ: %sāŽ¤āŽ°āŽĩ❈āŽĒā¯ āŽĒā¯†āŽąā¯āŽŽā¯ āŽĒā¯‹āŽ¤ā¯ āŽĒāŽŋāŽ´ā¯ˆ: %sāŽšā¯†āŽ¯ā¯āŽ¤āŽŋ āŽĒā¯†āŽąā¯āŽŽā¯ āŽĒā¯‹āŽ¤ā¯ āŽĒāŽŋāŽ´ā¯ˆ: %sāŽ•ā¯‹āŽĒā¯āŽĒ❁ āŽ¨ā¯€āŽ•ā¯āŽ•ā¯āŽŽā¯ āŽĒā¯‹āŽ¤ā¯ āŽĒāŽŋāŽ´ā¯ˆ: %sāŽĒāŽ´ā¯ˆāŽ¯ āŽĒāŽŋāŽŠā¯āŽšā¯‡āŽŽāŽŋāŽĒā¯āŽĒ❁ āŽ‡āŽŖā¯ˆāŽĒā¯āŽĒ❈ āŽ¨ā¯€āŽ•ā¯āŽ•ā¯āŽĩāŽ¤āŽŋāŽ˛ā¯ āŽĒāŽŋāŽ´ā¯ˆ: %sāŽĒāŽŋāŽ´ā¯ˆāŽ¯ā¯ˆ āŽ¨ā¯€āŽ•ā¯āŽ•ā¯āŽŽā¯ āŽĒāŽ´ā¯ˆāŽ¯ āŽ•ā¯‹āŽĒā¯āŽĒ❁: %sāŽĒāŽŋāŽ´ā¯ˆ āŽ¨ā¯€āŽ•ā¯āŽ•ā¯āŽŽā¯ āŽ‡āŽ˛āŽ•ā¯āŽ•ā¯ āŽ•ā¯‹āŽĒā¯āŽĒ❁ : %sāŽ•ā¯‹āŽĒā¯āŽĒ❁ āŽŽāŽąā¯āŽĒā¯†āŽ¯āŽ°āŽŋāŽŸā¯āŽŽā¯ āŽĒā¯‹āŽ¤ā¯ āŽĒāŽŋāŽ´ā¯ˆ: %sāŽŽāŽąā¯āŽĒā¯†āŽ¯āŽ°āŽŋāŽŸāŽĒā¯āŽĒāŽŸā¯āŽŸ āŽ¤āŽąā¯āŽ•āŽžāŽ˛āŽŋāŽ• āŽ•ā¯‹āŽĒā¯āŽĒāŽŋāŽ˛ā¯ āŽĒāŽŋāŽ´ā¯ˆ: %s%sāŽ āŽ¤ā¯€āŽ°ā¯āŽ•ā¯āŽ•ā¯ˆāŽ¯āŽŋāŽ˛ā¯ āŽĒāŽŋāŽ´ā¯ˆ'%s'āŽ āŽ¤ā¯€āŽ°ā¯āŽ•ā¯āŽ•ā¯āŽŽā¯ āŽĒāŽŋāŽ´ā¯ˆ: %s'%s' āŽ āŽ¤āŽ˛ā¯ˆāŽ•ā¯€āŽ´āŽžāŽ• āŽ¤ā¯€āŽ°ā¯āŽ•ā¯āŽ•ā¯ˆāŽ¯āŽŋāŽ˛ā¯ āŽĒāŽŋāŽ´ā¯ˆ: %sāŽ•ā¯‹āŽĒā¯āŽĒ❈ āŽĒāŽžāŽ°ā¯āŽ•ā¯āŽ•ā¯āŽŽā¯ āŽĒā¯‹āŽ¤ā¯ āŽĒāŽŋāŽ´ā¯ˆ: %sāŽ¤āŽ°āŽĩ❈ āŽ…āŽŠā¯āŽĒā¯āŽĒā¯āŽŽā¯ āŽĒā¯‹āŽ¤ā¯ āŽĒāŽŋāŽ´ā¯ˆ: %sāŽšā¯†āŽ¯ā¯āŽ¤āŽŋ āŽ…āŽŠā¯āŽĒā¯āŽĒā¯āŽŽā¯ āŽĒā¯‹āŽ¤ā¯ āŽĒāŽŋāŽ´ā¯ˆ: %sSELinux āŽšā¯‚āŽ´āŽ˛ā¯ˆ āŽ…āŽŽā¯ˆāŽĒā¯āŽĒāŽ¤āŽŋāŽ˛ā¯ āŽĒāŽŋāŽ´ā¯ˆ: %sāŽĩāŽŋāŽ°āŽŋāŽĩāŽžāŽŠ āŽ…āŽŗāŽĩā¯āŽ°ā¯'%s' āŽ…āŽŽā¯ˆāŽĒā¯āŽĒāŽ¤āŽŋāŽ˛ā¯ āŽĒāŽŋāŽ´ā¯ˆ: %sāŽŽāŽžāŽąā¯āŽąāŽ¤ā¯āŽ¤ā¯ˆ āŽ…āŽŽā¯ˆāŽ•ā¯āŽ•ā¯āŽŽā¯ āŽĒā¯‹āŽ¤ā¯ āŽ…āŽ˛ā¯āŽ˛āŽ¤ā¯ āŽ…āŽŖā¯āŽ•āŽ˛ā¯ āŽ¨ā¯‡āŽ°āŽ¤ā¯āŽ¤āŽŋāŽ˛ā¯ āŽĒāŽŋāŽ´ā¯ˆ: %sāŽŽāŽžāŽąā¯āŽąā¯āŽŽā¯ āŽĒā¯‹āŽ¤ā¯ āŽĒāŽŋāŽ´ā¯ˆ: %sāŽĒāŽŋāŽ´ā¯ˆ āŽ…āŽŽā¯ˆāŽĒā¯āŽĒāŽ¤āŽŋāŽ˛ā¯ āŽ…āŽŠā¯āŽŽāŽ¤āŽŋ: %ssymlink: %s āŽ•ā¯ˆ āŽ…āŽŽā¯ˆāŽĒā¯āŽĒāŽ¤āŽŋāŽ˛ā¯ āŽĒāŽŋāŽ´ā¯ˆsymlink āŽ…āŽŽā¯ˆāŽĒā¯āŽĒāŽ¤āŽŋāŽ˛ā¯ āŽĒāŽŋāŽ´ā¯ˆ: āŽ•ā¯‹āŽĒā¯āŽĒ❁ āŽ’āŽ°ā¯ symlinkāŽ†āŽ• āŽ‡āŽ˛ā¯āŽ˛ā¯ˆ'%s' āŽ•ā¯‹āŽĒā¯āŽĒ❈ āŽ¤ā¯āŽĩāŽ•ā¯āŽ•ā¯āŽĩāŽ¤āŽŋāŽ˛ā¯ āŽĒāŽŋāŽ´ā¯ˆ : %sāŽ•ā¯‹āŽĒā¯āŽĒ❁ āŽĩāŽŋāŽĩāŽ°āŽŋāŽĒā¯āŽĒāŽĩāŽ°ā¯ˆ āŽ¤ā¯āŽĩāŽ•ā¯āŽ•ā¯āŽĩāŽ¤āŽŋāŽ˛ā¯ āŽĒāŽŋāŽ´ā¯ˆ: %sāŽ•ā¯‹āŽĒā¯āŽĒāŽŋāŽŠā¯ˆ āŽ•ā¯āŽĒā¯āŽĒā¯ˆāŽ•ā¯āŽ•ā¯ āŽ…āŽŠā¯āŽĒā¯āŽĒā¯āŽŽā¯ āŽĒā¯‹āŽ¤ā¯ āŽĒāŽŋāŽ´ā¯ˆ: %sāŽ•ā¯‹āŽĒā¯āŽĒ❁ āŽĩāŽžāŽšāŽŋāŽ•ā¯āŽ•ā¯āŽŽā¯ āŽĒā¯‹āŽ¤ā¯ āŽĒāŽŋāŽ´ā¯ˆ: %sāŽ‡āŽ¯āŽ˛ā¯āŽĒāŽžāŽŠ āŽ•ā¯‚āŽąā¯āŽąā¯ %s āŽ āŽ¤ā¯ŠāŽ•ā¯āŽ•ā¯āŽ•ā¯āŽŽā¯āŽĒā¯‹āŽ¤ā¯ %d āŽĩāŽ°āŽŋāŽ¯ā¯āŽ°ā¯āŽĩāŽŋāŽ˛ā¯ āŽĒāŽŋāŽ´ā¯ˆ: %sāŽĩāŽ´āŽ•ā¯āŽ•āŽŽāŽžāŽŠ āŽ•ā¯‚āŽąā¯āŽąā¯ˆ āŽĒā¯ŠāŽ°ā¯āŽ¤ā¯āŽ¤ā¯āŽĩāŽ¤āŽŋāŽ˛ā¯ āŽĒāŽŋāŽ´ā¯ˆ%s: %sāŽ‡āŽ¯āŽ˛ā¯āŽĒāŽžāŽŠ āŽ•ā¯‚āŽąā¯āŽąā¯ āŽ āŽ‰āŽ•āŽ¨ā¯āŽ¤āŽ¤āŽžāŽ•ā¯āŽ•ā¯āŽŽā¯āŽĒā¯‹āŽ¤ā¯ āŽĒāŽŋāŽ´ā¯ˆ:%s: %sāŽŽāŽžāŽąā¯āŽąā¯ āŽ‰āŽ°ā¯ˆ "%s" āŽ āŽĒāŽ•ā¯āŽ•ā¯āŽ•ā¯ˆāŽ¯āŽŋāŽ˛ā¯ āŽĒāŽŋāŽ´ā¯ˆ āŽĩāŽ°āŽŋāŽ¯ā¯āŽ°ā¯ %lu āŽ‡āŽ˛ā¯: %sāŽĒāŽŋāŽ´ā¯ˆāŽ¯ā¯ˆ āŽŽāŽ´ā¯āŽ¤ā¯āŽŽā¯ āŽ•ā¯‹āŽĒā¯āŽĒ❁: %sāŽ¯ā¯āŽŠāŽŋāŽ•ā¯āŽ¸āŽŋāŽ˛ā¯ āŽŽāŽ´ā¯āŽ¤ā¯āŽŽā¯ āŽĒā¯‹āŽ¤ā¯ āŽĒāŽŋāŽ´ā¯ˆ: %sāŽ‡āŽ°ā¯āŽ•ā¯āŽ•ā¯āŽŽā¯ āŽ•ā¯‹āŽĒā¯āŽĒ❁ '%s' āŽ āŽ¨ā¯€āŽ•ā¯āŽ• āŽŽā¯āŽŸāŽŋāŽ¯āŽžāŽ¤ā¯: g_unlink() āŽšā¯†āŽ¯āŽ˛āŽŋāŽ´āŽ¨ā¯āŽ¤āŽ¤ā¯: %sGEmblemedIcon āŽ•ā¯āŽ•āŽžāŽ• āŽ’āŽ°ā¯ GEmblem āŽŽāŽ¤āŽŋāŽ°ā¯āŽĒāŽžāŽ°ā¯āŽ•ā¯āŽ•āŽĒā¯āŽĒāŽŸā¯āŽ•āŽŋāŽąāŽ¤ā¯1 āŽ•āŽŸā¯āŽŸā¯āŽĒā¯āŽĒāŽžāŽŸā¯āŽŸā¯ āŽšā¯†āŽ¯ā¯āŽ¤āŽŋāŽ¯ā¯ˆ āŽŽāŽ¤āŽŋāŽ°ā¯āŽĒā¯āŽĒāŽžāŽ°ā¯āŽ•ā¯āŽ•āŽŋāŽąāŽ¤ā¯, %dāŽ āŽĒā¯†āŽąā¯āŽ•āŽŋāŽąāŽ¤ā¯āŽ’āŽ°ā¯ fdāŽ āŽŽāŽ¤āŽŋāŽ°ā¯āŽĒāŽžāŽ°ā¯āŽ•ā¯āŽ•āŽŋāŽąāŽ¤ā¯, āŽ†āŽŠāŽžāŽ˛ā¯ %dāŽ āŽĒā¯†āŽąā¯āŽąāŽ¤ā¯ '%s' (%s) āŽ…āŽŸā¯ˆāŽĩā¯āŽ•ā¯āŽ•ā¯ āŽĒā¯‹āŽ• āŽŽā¯āŽŸāŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆ'%s'āŽ•ā¯‹āŽĒā¯āŽĒāŽŋāŽŠā¯ˆ āŽŽā¯‚āŽŸ āŽŽā¯āŽŸāŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆ: fclose() āŽšā¯†āŽ¯āŽ˛āŽŋāŽ´āŽ¨ā¯āŽ¤āŽ¤ā¯: %s'%s' āŽ•ā¯‹āŽĒā¯āŽĒ❈ āŽĒāŽŸā¯ˆāŽ•ā¯āŽ• āŽŽā¯āŽŸāŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆ: %s(%s) āŽšā¯‡āŽ¯ā¯-āŽšā¯†āŽ¯āŽ˛āŽŋāŽŸāŽŠā¯ āŽ¤ā¯ŠāŽŸāŽ°ā¯āŽĒ❁ āŽ•ā¯ŠāŽ˛ā¯āŽ˛ āŽ•āŽ´āŽžāŽ¯ā¯āŽ¤ā¯-āŽ¤ā¯ŠāŽŸāŽ°ā¯ˆāŽĒā¯ āŽĒāŽŸā¯ˆāŽ•ā¯āŽ• āŽŽā¯āŽŸāŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆ"%s" (%s) āŽšā¯‡āŽ¯ā¯-āŽšā¯†āŽ¯āŽ˛ā¯ˆ āŽ‡āŽ¯āŽ•ā¯āŽ• āŽŽā¯āŽŸāŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆ(%s) āŽšā¯‡āŽ¯ā¯-āŽšā¯†āŽ¯āŽ˛ā¯ˆ āŽ‡āŽ¯āŽ•ā¯āŽ• āŽŽā¯āŽŸāŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆāŽ‰āŽ¤āŽĩāŽŋāŽ¯āŽžāŽŗāŽ°ā¯ āŽ¨āŽŋāŽ˛ā¯ˆāŽ¯ā¯ˆ āŽ‡āŽ¯āŽ•ā¯āŽ• āŽŽā¯āŽŸāŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆ (%s)exec āŽĩāŽ°āŽŋ '%s' āŽ āŽ¯ā¯‚āŽ†āŽ°ā¯āŽ (URI) '%s' āŽ‰āŽŸāŽŠā¯ āŽĩāŽŋāŽ°āŽŋāŽĩāŽžāŽ•ā¯āŽ•ā¯āŽ¤āŽ˛ā¯ āŽ¤ā¯‹āŽ˛ā¯āŽĩāŽŋāŽ¯ā¯āŽąā¯āŽąāŽ¤ā¯(%s) āŽ¤ā¯ŠāŽŸāŽ™ā¯āŽ• āŽŽā¯āŽŸāŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆāŽšā¯‡āŽ¯ā¯ (%s) āŽšā¯†āŽ¯āŽ˛āŽ•āŽ¤ā¯āŽ¤ā¯ˆ āŽ¤ā¯ŠāŽŸāŽ™ā¯āŽ• āŽŽā¯āŽŸāŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆ'%s' āŽ•ā¯‹āŽĒā¯āŽĒāŽŋāŽŠā¯ āŽĒāŽŖā¯āŽĒā¯āŽ•āŽŗā¯ˆ āŽĒā¯†āŽąāŽŽā¯āŽŸāŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆ: fstat() āŽšā¯†āŽ¯āŽ˛āŽŋāŽ´āŽ¨ā¯āŽ¤āŽ¤ā¯: %s'%s' āŽ•ā¯‹āŽĒā¯āŽĒāŽŋāŽŠā¯ˆ āŽ’āŽĒā¯āŽĒāŽŋāŽŸ āŽŽā¯āŽŸāŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆ: mmap() āŽšā¯†āŽ¯āŽ˛āŽŋāŽ´āŽ¨ā¯āŽ¤āŽ¤ā¯: %s'%s' āŽ•ā¯‹āŽĒā¯āŽĒāŽŋāŽŠā¯ˆ āŽ¤āŽŋāŽąāŽ•ā¯āŽ• āŽŽā¯āŽŸāŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆ: fdopen() āŽšā¯†āŽ¯āŽ˛āŽŋāŽ´āŽ¨ā¯āŽ¤āŽ¤ā¯: %s'%s' āŽ•ā¯‹āŽĒā¯āŽĒ❁ āŽ¤āŽŋāŽąāŽ•ā¯āŽ• āŽŽā¯āŽŸāŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆ: %s'%s' āŽ•ā¯‹āŽĒā¯āŽĒ❈ āŽ¤āŽŋāŽąāŽ•ā¯āŽ• āŽŽā¯āŽŸāŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆ: fdopen() āŽšā¯†āŽ¯āŽ˛āŽŋāŽ´āŽ¨ā¯āŽ¤āŽ¤ā¯: %s'%s' āŽ•ā¯‹āŽĒā¯āŽĒāŽŋāŽŠā¯ˆ āŽ¤āŽŋāŽąāŽ•ā¯āŽ• āŽŽā¯āŽŸāŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆ: open() āŽšā¯†āŽ¯āŽ˛āŽŋāŽ´āŽ¨ā¯āŽ¤āŽ¤ā¯: %s'%-.*s'āŽ āŽ•ā¯‚āŽąāŽŋāŽŸ āŽŽā¯āŽŸāŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆ,āŽ…āŽ¤āŽŠā¯ āŽ’āŽ°ā¯ āŽŽāŽ´ā¯āŽ¤ā¯āŽ¤ā¯āŽ•ā¯āŽ•ā¯āŽŗā¯ āŽ’āŽ°ā¯ āŽ¤āŽšāŽŽāŽ¤ā¯āŽ¤ā¯ˆ āŽ•ā¯ŠāŽŖā¯āŽŸāŽŋāŽ°ā¯āŽ•ā¯āŽ• āŽĩā¯‡āŽŖā¯āŽŸā¯āŽŽā¯ āŽ•ā¯āŽąāŽŋāŽĒā¯āŽĒ❁ (ê āŽŽāŽŸā¯āŽ¤ā¯āŽ¤ā¯āŽ•ā¯āŽ•āŽžāŽŸā¯āŽŸāŽžāŽ•) - āŽŽāŽŠāŽŋāŽŠā¯āŽŽā¯ āŽ¤āŽšāŽŽāŽŽā¯ āŽŽāŽŋāŽ• āŽĒā¯†āŽ°āŽŋāŽ¯āŽ¤āŽžāŽ• āŽ‰āŽŗā¯āŽŗāŽ¤ā¯āŽšā¯‡āŽ¯ā¯ āŽšā¯†āŽ¯āŽ˛āŽŋāŽ˛ā¯ āŽ‡āŽ°ā¯āŽ¨ā¯āŽ¤ā¯ āŽ¤āŽ°āŽĩ❁ āŽĩāŽžāŽšāŽŋāŽ•ā¯āŽ• āŽŽā¯āŽŸāŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆ(%s) āŽšā¯‡āŽ¯ā¯-āŽšā¯†āŽ¯āŽ˛āŽŋāŽ˛ā¯ āŽ‡āŽ°ā¯āŽ¨ā¯āŽ¤ā¯ āŽ¤āŽ°āŽĩ❁ āŽĩāŽžāŽšāŽŋāŽ•ā¯āŽ• āŽŽā¯āŽŸāŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆFailed to read enough data from child pid pipe (%s)(%s) āŽšā¯‡āŽ¯ā¯ āŽ•āŽ´āŽžāŽ¯ā¯āŽ¤ā¯ āŽ¤ā¯ŠāŽŸāŽ°āŽŋāŽ˛ā¯ āŽ‡āŽ°ā¯āŽ¨ā¯āŽ¤ā¯ āŽĩāŽžāŽšāŽŋāŽ•ā¯āŽ• āŽŽā¯āŽŸāŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆ'%s' āŽ•ā¯‹āŽĒā¯āŽĒāŽŋāŽ˛āŽŋāŽ°ā¯āŽ¨ā¯āŽ¤ā¯ āŽĩāŽžāŽšāŽŋāŽ•ā¯āŽ• āŽŽā¯āŽŸāŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆ: %s'%s' āŽŽāŽŠā¯āŽĒāŽ¤āŽŠā¯-āŽ•ā¯āŽąā¯āŽ•ā¯āŽ•āŽŽā¯ āŽ‡āŽŖā¯ˆāŽĒā¯āŽĒ❈ āŽĩāŽžāŽšāŽŋāŽ•ā¯āŽ• āŽŽā¯āŽŸāŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆ: %sāŽšā¯‡āŽ¯ā¯ (%s) āŽšā¯†āŽ¯āŽ˛āŽ•āŽ¤ā¯āŽ¤āŽŋāŽŠā¯ āŽĩā¯†āŽŗāŽŋāŽ¯ā¯€āŽŸāŽ˛ā¯ˆ āŽ…āŽ˛ā¯āŽ˛āŽ¤ā¯ āŽ‰āŽŗā¯āŽŗāŽŸāŽ˛ā¯ˆ āŽ¤āŽŋāŽšā¯ˆ-āŽŽāŽžāŽąā¯āŽąā¯āŽŽā¯āŽĒā¯‹āŽ¤ā¯ āŽĒāŽŋāŽ´ā¯ˆ'%s'āŽ•ā¯‹āŽĒā¯āŽĒāŽŋāŽŠā¯ˆ '%s'āŽ•ā¯āŽ•ā¯ āŽŽāŽąā¯āŽĒā¯†āŽ¯āŽ°āŽŋāŽŸ āŽŽā¯āŽŸāŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆ: g_rename() āŽšā¯†āŽ¯āŽ˛āŽŋāŽ´āŽ¨ā¯āŽ¤āŽ¤ā¯: %sāŽ¨āŽŋāŽŠā¯ˆāŽĩāŽ• āŽĩā¯†āŽŗāŽŋāŽĒā¯āŽĒāŽžāŽŸā¯ āŽ¸ā¯āŽŸā¯āŽ°ā¯€āŽŽā¯ˆ āŽŽāŽąā¯āŽ…āŽŗāŽĩāŽŋāŽŸ āŽŽā¯āŽŸāŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆāŽ•ā¯‹āŽĒā¯āŽĒ❁ '%s' āŽŽāŽ´ā¯āŽ¤ āŽŽā¯āŽŸāŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆ: fflush() āŽšā¯†āŽ¯āŽ˛āŽŋāŽ´āŽ¨ā¯āŽ¤āŽ¤ā¯: %sāŽ•ā¯‹āŽĒā¯āŽĒ❁ '%s' āŽŽāŽ´ā¯āŽ¤ āŽŽā¯āŽŸāŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆ: fsync() āŽšā¯†āŽ¯āŽ˛āŽŋāŽ´āŽ¨ā¯āŽ¤āŽ¤ā¯: %s'%s' āŽ•ā¯‹āŽĒā¯āŽĒāŽŋāŽŠā¯ˆ āŽŽāŽ´ā¯āŽ¤ āŽŽā¯āŽŸāŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆ: fwrite() āŽšā¯†āŽ¯āŽ˛āŽŋāŽ´āŽ¨ā¯āŽ¤āŽ¤ā¯: %sāŽ•ā¯‹āŽĒā¯āŽĒ❁ "%s" āŽŽāŽŋāŽ•āŽĒā¯āŽĒā¯†āŽ°āŽŋāŽ¯āŽ¤ā¯āŽ•ā¯‹āŽĒā¯āŽĒ❁ āŽŽāŽŖā¯āŽŖāŽŋāŽŸāŽ˛ā¯ āŽšāŽŋāŽąāŽ¨ā¯āŽ¤ āŽšā¯†āŽ¯āŽ˛ā¯āŽĒāŽžāŽŸā¯āŽŸā¯ˆ āŽ•ā¯ŠāŽŖā¯āŽŸā¯āŽŗā¯āŽŗāŽ¤ā¯āŽ•ā¯‹āŽĒā¯āŽĒ❁ āŽŽāŽŖā¯ āŽāŽąā¯āŽ•āŽŠāŽĩ❇ āŽŽā¯‚āŽŸāŽĒā¯āŽĒāŽŸā¯āŽŸāŽ¤ā¯āŽ•ā¯‹āŽĒā¯āŽĒ❁ āŽĩā¯†āŽąā¯āŽąāŽžāŽ• āŽ‰āŽŗā¯āŽŗāŽ¤ā¯'%c' āŽ•ā¯‹āŽĒā¯āŽĒāŽŋāŽŠā¯ āŽĒā¯†āŽ¯āŽ°ā¯āŽ•āŽŗā¯ˆ āŽĒā¯†āŽąā¯āŽąāŽŋāŽ°ā¯āŽ•ā¯āŽ•āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆāŽ•ā¯‹āŽĒā¯āŽĒ❁ āŽŽā¯āŽąā¯ˆāŽŽā¯ˆ āŽ°ā¯‚āŽŸā¯GSocketControlMessage windowsāŽ‡āŽ˛ā¯ āŽ¤ā¯āŽŖā¯ˆāŽĒā¯āŽ°āŽŋāŽĩāŽ¤āŽŋāŽ˛ā¯āŽ˛ā¯ˆāŽ‰āŽ¤āŽĩāŽŋ āŽĩāŽŋāŽ°ā¯āŽĒā¯āŽĒāŽ™ā¯āŽ•āŽŗā¯:āŽĒā¯āŽ°āŽĩāŽ˛āŽŠā¯ āŽĒā¯†āŽ¯āŽ°ā¯ '%s' '[' but not ']'āŽ āŽ•ā¯ŠāŽŖā¯āŽŸā¯āŽŗā¯āŽŗāŽ¤ā¯āŽ‰āŽŗā¯āŽŗā¯€āŽŸā¯ āŽ¸ā¯āŽŸā¯āŽ°ā¯€āŽŽā¯ āŽĩāŽžāŽšāŽŋāŽĒā¯āŽĒ❈ āŽšā¯†āŽ¯āŽ˛ā¯āŽĒāŽŸā¯āŽ¤ā¯āŽ¤āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆ'%s' āŽ•ā¯āŽ•ā¯ %sāŽŠā¯ āŽ‡āŽ¯āŽ˛ā¯ āŽŽāŽŖā¯ āŽŽāŽ¤āŽŋāŽĒā¯āŽĒ❁ āŽĩāŽ°ā¯ˆāŽ¯āŽąā¯ˆāŽ¯ā¯ˆ āŽ¤āŽžāŽŖā¯āŽŸāŽŋāŽ¯ā¯āŽŗā¯āŽŗāŽ¤ā¯āŽ‡āŽ¯āŽ˛ā¯ āŽŽāŽŖā¯ āŽŽāŽ¤āŽŋāŽĒā¯āŽĒ❁ '%s' āŽĩāŽ°ā¯ˆāŽ¯āŽąā¯ˆāŽ¯ā¯ˆ āŽ¤āŽžāŽŖā¯āŽŸāŽŋāŽ¯ā¯āŽŗā¯āŽŗāŽ¤ā¯āŽ¤āŽĩāŽąāŽžāŽŠ GSeekType āŽ•ā¯ŠāŽŸā¯āŽ•ā¯āŽ•āŽĒā¯āŽĒāŽŸā¯āŽŸā¯āŽŗā¯āŽŗāŽ¤ā¯āŽĒāŽŋāŽ´ā¯ˆāŽ¯āŽžāŽŠ UTF-8 āŽ•ā¯āŽąāŽŋāŽ¯ā¯€āŽŸā¯ āŽšā¯†āŽ¯ā¯āŽ¯āŽĒā¯āŽĒāŽŸā¯āŽŸ āŽ‰āŽ°ā¯ˆ - āŽšā¯†āŽ˛ā¯āŽ˛ā¯āŽĒāŽŸāŽŋāŽ¯āŽžāŽ•ā¯āŽŽā¯ '%s' āŽ…āŽ˛ā¯āŽ˛āŽ¤āŽĩāŽąāŽžāŽŠ āŽ…āŽŗāŽĩā¯āŽ°ā¯ āŽĩāŽ•ā¯ˆ (āŽĒā¯ˆāŽŸā¯ āŽšāŽ°āŽŽā¯ āŽŽāŽ¤āŽŋāŽ°ā¯āŽĒāŽžāŽ°ā¯āŽ•ā¯āŽ•āŽĒā¯āŽĒāŽŸā¯āŽŸāŽ¤ā¯)āŽ¤āŽĩāŽąāŽžāŽŠ āŽ…āŽŗāŽĩā¯āŽ°ā¯ āŽĩāŽ•ā¯ˆ (āŽšāŽ°āŽŽā¯ āŽŽāŽ¤āŽŋāŽ°ā¯āŽĒāŽžāŽ°ā¯āŽ•ā¯āŽ•āŽĒā¯āŽĒāŽŸā¯āŽŸāŽ¤ā¯)āŽ¤āŽĩāŽąāŽžāŽŠ āŽ…āŽŗāŽĩā¯āŽ°ā¯ āŽĩāŽ•ā¯ˆ (uint32 āŽŽāŽ¤āŽŋāŽ°ā¯āŽĒā¯āŽĒāŽžāŽ°ā¯āŽ•ā¯āŽ•āŽĒā¯āŽĒāŽŸā¯āŽŸāŽ¤ā¯)āŽ¤āŽĩāŽąāŽžāŽŠ āŽ…āŽŗāŽĩā¯āŽ°ā¯ āŽĩāŽ•ā¯ˆ (uint64 āŽŽāŽ¤āŽŋāŽ°ā¯āŽĒāŽžāŽ°ā¯āŽ•ā¯āŽ•āŽĒā¯āŽĒāŽŸā¯āŽŸāŽ¤ā¯)āŽ¨āŽŋāŽ˛ā¯ˆ āŽŽāŽžāŽąā¯āŽąāŽŋāŽ¯āŽŋāŽŠā¯ āŽ‰āŽŗā¯āŽŗā¯€āŽŸā¯āŽ•ā¯āŽ•ā¯ āŽ¤āŽĩāŽąāŽžāŽŠ āŽĒā¯ˆāŽŸā¯ āŽĩāŽ°āŽŋāŽšā¯ˆāŽŽā¯āŽąā¯ˆāŽĒāŽŖā¯āŽĒ❁ āŽĒā¯†āŽ¯āŽ°ā¯ āŽ‰āŽŗā¯āŽŗā¯‡ āŽ†āŽĩāŽŖāŽŽā¯ āŽ¤āŽŋāŽŸā¯€āŽ°ā¯†āŽŠ āŽŽā¯āŽŸāŽŋāŽĩāŽŸā¯ˆāŽ¨ā¯āŽ¤āŽ¤ā¯āŽ¤āŽĩāŽąāŽžāŽŠ āŽ•ā¯‹āŽĒā¯āŽĒ❁ āŽĒā¯†āŽ¯āŽ°ā¯āŽšā¯†āŽ˛ā¯āŽ˛ā¯āŽĒāŽŸāŽŋāŽ¯āŽžāŽ•āŽžāŽ¤ āŽ•ā¯‹āŽĒā¯āŽĒ❁ āŽĒā¯†āŽ¯āŽ°ā¯ %sāŽšā¯†āŽ˛ā¯āŽ˛ā¯āŽĒāŽŸāŽŋāŽ¯āŽžāŽ•āŽžāŽ¤ āŽ•ā¯āŽ´ā¯ āŽĒā¯†āŽ¯āŽ°ā¯: %sāŽĒāŽŋāŽ´ā¯ˆāŽ¯āŽžāŽŠ āŽĩāŽŋāŽ°ā¯āŽ¨ā¯āŽ¤ā¯‹āŽŽā¯āŽĒ❁āŽĒā¯-āŽĒā¯†āŽ¯āŽ°ā¯āŽšā¯†āŽ˛ā¯āŽ˛ā¯āŽĒāŽŸāŽŋāŽ¯āŽžāŽ•āŽžāŽ¤ āŽĩāŽŋāŽšā¯ˆ āŽĒā¯†āŽ¯āŽ°ā¯: %sāŽ¤āŽĩāŽąāŽžāŽŠ āŽ¨āŽŋāŽ°āŽ˛ā¯ āŽĒā¯†āŽ¯āŽ°ā¯: %sāŽ¤āŽĩāŽąāŽžāŽŠ āŽ¤ā¯‡āŽŸā¯āŽŽā¯ āŽ•ā¯‹āŽ°āŽŋāŽ•ā¯āŽ•ā¯ˆāŽ‰āŽ°ā¯ˆāŽ¯āŽžāŽŸāŽ˛ā¯ āŽ‰āŽŗā¯āŽŗā¯€āŽŸā¯āŽŸāŽŋāŽ˛ā¯ āŽ¤āŽĩāŽąāŽžāŽŠ āŽĩāŽ°āŽŋāŽšā¯ˆāŽ¤āŽĩāŽąāŽžāŽŠ āŽšāŽžāŽ•ā¯āŽ•ā¯†āŽŸā¯, āŽ‡āŽ¤āŽŠāŽžāŽ˛ā¯ āŽ¤ā¯āŽĩāŽ•ā¯āŽ• āŽŽā¯āŽŸāŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆ: %sāŽ¤āŽĩāŽąāŽžāŽŠ āŽšāŽžāŽ•ā¯āŽ•ā¯†āŽŸā¯, āŽ¤ā¯āŽĩāŽ•ā¯āŽ•āŽĒā¯āŽĒāŽŸāŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆ%dāŽ˛ā¯ āŽŽāŽ¤āŽŋāŽĒā¯āŽĒāŽ°ā¯ āŽĩā¯†āŽ•ā¯āŽŸāŽžāŽ°āŽŋāŽ˛ā¯ āŽ¤āŽĩāŽąāŽžāŽŠ āŽšāŽ°āŽŽā¯: %sāŽšā¯‚āŽ´āŽ˛āŽŋāŽ˛ā¯ āŽ¤āŽĩāŽąāŽžāŽŠ āŽšāŽ°āŽŽā¯: %sāŽ¤āŽĩāŽąāŽžāŽŠ symlink āŽŽāŽ¤āŽŋāŽĒā¯āŽĒ❁ āŽ•ā¯ŠāŽŸā¯āŽ•ā¯āŽ•āŽĒā¯āŽĒāŽŸā¯āŽŸā¯āŽŗā¯āŽŗāŽ¤ā¯āŽ¤āŽĩāŽąāŽžāŽŠ āŽĒāŽŖāŽŋ āŽšā¯†āŽ¯ā¯āŽ¯ā¯āŽŽā¯ āŽ…āŽŸā¯ˆāŽĩ❁: %sāŽ•āŽŸā¯ˆāŽšāŽŋ āŽĩāŽ°āŽŋāŽ¯āŽŋāŽ˛ā¯ āŽĩāŽŋāŽšā¯ˆ āŽ•ā¯‹āŽĒā¯āŽĒ❁ āŽĩāŽŋāŽŸā¯āŽĒāŽŸā¯ āŽŽāŽ´ā¯āŽ¤ā¯āŽ¤āŽŋāŽŠā¯ˆ āŽ•ā¯ŠāŽŖā¯āŽŸā¯āŽŗā¯āŽŗāŽ¤ā¯āŽĩāŽŋāŽšā¯ˆ āŽ•ā¯‹āŽĒā¯āŽĒ❁ āŽ¤āŽĩāŽąāŽžāŽŠ āŽĩāŽŋāŽŸā¯āŽĒāŽŸā¯ āŽĩāŽ°āŽŋāŽšā¯ˆāŽ¯ā¯ˆ āŽ•ā¯ŠāŽŖā¯āŽŸā¯āŽŗā¯āŽŗāŽ¤ā¯ '%s''%s'āŽ•ā¯āŽ´ā¯āŽĩāŽŋāŽ˛ā¯ %s'āŽĩāŽŋāŽšā¯ˆāŽ¯ā¯ˆ āŽĩāŽŋāŽšā¯ˆ āŽ•ā¯‹āŽĒā¯āŽĒ❁ āŽ•ā¯ŠāŽŖā¯āŽŸā¯āŽŗā¯āŽŗāŽ¤ā¯ āŽ…āŽ¤ā¯ āŽ•ā¯ŠāŽŖā¯āŽŸā¯āŽŗā¯āŽŗ āŽŽāŽ¤āŽŋāŽĒā¯āŽĒāŽŋāŽŠā¯ˆ āŽŽāŽžāŽąā¯āŽą āŽŽā¯āŽŸāŽŋāŽ¯āŽžāŽ¤ā¯.%s'āŽĩāŽŋāŽšā¯ˆāŽ¯ā¯ˆ āŽĩāŽŋāŽšā¯ˆ āŽ•ā¯‹āŽĒā¯āŽĒ❁ āŽ•ā¯ŠāŽŖā¯āŽŸā¯āŽŗā¯āŽŗāŽ¤ā¯ āŽ…āŽ¤ā¯ āŽ•ā¯ŠāŽŖā¯āŽŸā¯āŽŗā¯āŽŗ āŽŽāŽ¤āŽŋāŽĒā¯āŽĒāŽŋāŽŠā¯ˆ āŽŽāŽžāŽąā¯āŽą āŽŽā¯āŽŸāŽŋāŽ¯āŽžāŽ¤ā¯.%s'āŽĩāŽŋāŽšā¯ˆāŽ¯ā¯ˆ āŽĩāŽŋāŽšā¯ˆ āŽ•ā¯‹āŽĒā¯āŽĒ❁ āŽ•ā¯ŠāŽŖā¯āŽŸā¯āŽŗā¯āŽŗāŽ¤ā¯ āŽ…āŽ¤ā¯ āŽ•ā¯ŠāŽŖā¯āŽŸā¯āŽŗā¯āŽŗ āŽŽāŽ¤āŽŋāŽĒā¯āŽĒāŽŋāŽŠā¯ˆ āŽŽāŽžāŽąā¯āŽą āŽŽā¯āŽŸāŽŋāŽ¯āŽžāŽ¤ā¯. '%s'āŽŽāŽ¤āŽŋāŽĒā¯āŽĒāŽŋāŽŠā¯ˆ āŽ‰āŽŸā¯ˆāŽ¯ '%s'āŽĩāŽŋāŽšā¯ˆ āŽĩāŽŋāŽšā¯ˆ āŽ•ā¯‹āŽĒā¯āŽĒ❁ āŽ•ā¯ŠāŽŖā¯āŽŸā¯āŽŗā¯āŽŗāŽ¤ā¯, āŽ‡āŽ¤ā¯ UTF-8 āŽ…āŽ˛ā¯āŽ˛āŽĩāŽŋāŽšā¯ˆ āŽ•ā¯‹āŽĒā¯āŽĒ❁ āŽĩāŽ°āŽŋ '%s' āŽ•ā¯ŠāŽŖā¯āŽŸā¯āŽŗā¯āŽŗāŽ¤ā¯ āŽ‡āŽ¤ā¯ āŽĩāŽŋāŽšā¯ˆ-āŽŽāŽ¤āŽŋāŽĒā¯āŽĒ❁ āŽšā¯‹āŽŸāŽŋāŽ¯ā¯ˆ, āŽ•ā¯āŽ´ā¯, āŽ…āŽ˛ā¯āŽ˛āŽ¤ā¯ āŽ•ā¯āŽąāŽŋāŽĒā¯āŽĒ❁ āŽ…āŽ˛ā¯āŽ˛āŽĩāŽŋāŽšā¯ˆ āŽ•ā¯‹āŽĒā¯āŽĒ❁ āŽ¤ā¯āŽŖā¯ˆāŽ¯āŽŋāŽ˛ā¯āŽ˛āŽžāŽ¤ āŽ•ā¯āŽąāŽŋāŽŽā¯āŽąā¯ˆāŽ¯ā¯ˆ āŽ•ā¯ŠāŽŖā¯āŽŸā¯āŽŗā¯āŽŗāŽ¤ā¯ '%s'āŽĩāŽŋāŽšā¯ˆ āŽ•ā¯‹āŽĒā¯āŽĒ❁ āŽ•ā¯āŽ´ā¯āŽĩāŽŋāŽŠā¯ˆ āŽ•ā¯ŠāŽŖā¯āŽŸāŽŋāŽ°ā¯āŽ•ā¯āŽ•āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆ '%s' '%s' āŽĩāŽŋāŽšā¯ˆāŽ¯ā¯ˆ āŽĩāŽŋāŽšā¯ˆ āŽ•ā¯‹āŽĒā¯āŽĒ❁ āŽ•ā¯ŠāŽŖā¯āŽŸāŽŋāŽ°ā¯āŽ•ā¯āŽ•āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆ'%s' āŽ•ā¯āŽ´ā¯āŽĩāŽŋāŽ˛ā¯ '%s' āŽĩāŽŋāŽšā¯ˆāŽ¯ā¯ˆ āŽĩāŽŋāŽšā¯ˆ āŽ•ā¯‹āŽĒā¯āŽĒ❁ āŽ•ā¯ŠāŽŖā¯āŽŸāŽŋāŽ°ā¯āŽ•ā¯āŽ•āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆāŽĩāŽŋāŽšā¯ˆ āŽ•ā¯‹āŽĒā¯āŽĒ❁ āŽ’āŽ°ā¯ āŽ•ā¯āŽ´ā¯āŽĩāŽžāŽ• āŽ†āŽ°āŽŽā¯āŽĒāŽŽāŽžāŽ•āŽžāŽ¤ā¯āŽĩāŽžāŽšāŽŋāŽĒā¯āŽĒā¯āŽ¤ā¯ āŽ¤āŽžāŽ™ā¯āŽ•āŽ•āŽ¤ā¯āŽ¤āŽŋāŽ˛ā¯ āŽŽāŽžāŽąā¯āŽąāŽĒā¯āŽĒāŽŸāŽžāŽ¤ āŽŽā¯€āŽ¤āŽŋāŽ¤ā¯ āŽ¤āŽ°āŽĩā¯āŽ•āŽŗā¯āŽ•ā¯‡āŽŸā¯āŽĒāŽžāŽŗāŽ°ā¯ āŽāŽąā¯āŽ•āŽŠāŽĩ❇ āŽŽā¯‚āŽŸāŽĒā¯āŽĒāŽŸā¯āŽŸāŽ¤ā¯GFileIcon āŽ•ā¯āŽ•ā¯ āŽ¤āŽĩāŽąāŽžāŽŠ āŽ‰āŽŗā¯āŽĒāŽžāŽŸā¯ āŽ¤āŽ°āŽĩā¯āŽ¤āŽĩāŽąāŽžāŽŠ āŽŸā¯‹āŽ•ā¯āŽ•āŽŠā¯āŽ•āŽŗāŽŋāŽŠā¯ āŽŽāŽŖā¯āŽŖāŽŋāŽ•ā¯āŽ•ā¯ˆ (%d) GEmblem āŽ•ā¯āŽąāŽŋāŽŽā¯āŽąā¯ˆāŽ¯āŽŋāŽ˛ā¯āŽ¤āŽĩāŽąāŽžāŽŠ āŽŸā¯‹āŽ•ā¯āŽ•āŽŠā¯ āŽŽāŽŖā¯āŽŖāŽŋāŽ•ā¯āŽ•ā¯ˆ (%d) GEmblemedIcon āŽ•ā¯āŽąāŽŋāŽŽā¯āŽąā¯ˆāŽ¯āŽŋāŽ˛ā¯āŽ¤āŽĩāŽąāŽžāŽŠ āŽĒāŽ¤āŽŋāŽĒā¯āŽĒ❁ āŽŽāŽŖā¯: %sāŽ¨āŽŋāŽŠā¯ˆāŽĩāŽ• āŽĩā¯†āŽŗāŽŋāŽĒā¯āŽĒāŽžāŽŸā¯ āŽ¸ā¯āŽŸā¯āŽ°ā¯€āŽŽā¯ āŽ…āŽŗāŽĩāŽŋāŽŸāŽ•ā¯āŽ•ā¯‚āŽŸāŽŋāŽ¯āŽ¤āŽ˛ā¯āŽ˛ %sāŽ•ā¯āŽ•āŽžāŽŠ āŽĩāŽŋāŽŸā¯āŽĒāŽŸā¯āŽŸ āŽŽāŽ¤āŽŋāŽĒā¯āŽĒā¯āŽ°ā¯āŽŽāŽĩā¯āŽŖā¯āŽŸāŽŋāŽąā¯āŽ•āŽŋāŽŸā¯ˆāŽ¯ā¯‡ āŽ¨āŽ•āŽ°ā¯āŽ¤ā¯āŽ¤ āŽŽā¯āŽŸāŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆURI '%s'āŽ•ā¯āŽ•ā¯ MIME āŽĩāŽ•ā¯ˆ āŽŽāŽ¤ā¯āŽĩā¯āŽŽā¯ āŽĒā¯āŽ¤ā¯āŽ¤āŽ•āŽ•ā¯āŽ•ā¯āŽąāŽŋāŽ¯āŽŋāŽ˛ā¯ āŽ•ā¯āŽąāŽŋāŽĒā¯āŽĒāŽŋāŽŸāŽĒā¯āŽĒāŽŸāŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆāŽ‡āŽ¨ā¯āŽ¤ āŽ•ā¯‹āŽĒā¯āŽĒā¯ˆāŽ•ā¯ āŽ•ā¯ˆāŽ¯āŽžāŽŗ āŽŽāŽ¨ā¯āŽ¤ āŽĒāŽ¤āŽŋāŽĩ❁ āŽšā¯†āŽ¯ā¯āŽ¯āŽĒā¯āŽĒāŽŸā¯āŽŸ āŽĩāŽŋāŽŖā¯āŽŖāŽĒā¯āŽĒāŽŽā¯āŽŽā¯ āŽ‡āŽ˛ā¯āŽ˛ā¯ˆ'%s' āŽĒā¯†āŽ¯āŽ°āŽŋāŽ˛ā¯āŽŗā¯āŽŗ āŽĒāŽ¯āŽŠā¯āŽĒāŽžāŽŸā¯ '%s'āŽ•ā¯āŽ•ā¯ āŽ’āŽ°ā¯ āŽĒā¯āŽ¤ā¯āŽ¤āŽ•āŽ•ā¯āŽ•ā¯āŽąāŽŋāŽ¯ā¯ˆ āŽĒāŽ¤āŽŋāŽĩ❁ āŽšā¯†āŽ¯ā¯āŽ¤āŽ¤ā¯URIāŽ•ā¯āŽ•ā¯ āŽĒā¯āŽ¤ā¯āŽ¤āŽ•āŽ•ā¯āŽ•ā¯āŽąāŽŋ āŽŽāŽ¤ā¯āŽĩā¯āŽŽā¯ āŽ‡āŽ˛ā¯āŽ˛ā¯ˆ '%s'URI '%s'āŽ•ā¯āŽ•āŽžāŽŠ āŽĒā¯āŽ¤ā¯āŽ¤āŽ•āŽ•ā¯āŽ•ā¯āŽąāŽŋāŽ¯āŽŋāŽ˛ā¯ āŽ•ā¯āŽ´ā¯āŽ•ā¯āŽ•āŽŗā¯ āŽŽāŽ¤ā¯āŽĩā¯āŽŽā¯ āŽ…āŽŽā¯ˆāŽ•ā¯āŽ•āŽĒā¯āŽĒāŽŸāŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆURI '%s'āŽ•ā¯āŽ•ā¯ āŽĒā¯āŽ¤ā¯āŽ¤āŽ•āŽ•ā¯āŽ•ā¯āŽąāŽŋāŽ¯āŽŋāŽ˛ā¯ āŽ¤āŽŠāŽŋāŽĒāŽŸā¯āŽŸ āŽ•ā¯ŠāŽŸāŽŋ āŽŽāŽ¤ā¯āŽĩā¯āŽŽā¯ āŽ•ā¯āŽąāŽŋāŽĒā¯āŽĒāŽŋāŽŸāŽĒā¯āŽĒāŽŸāŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆ'%s'āŽ•ā¯āŽ•ā¯ āŽšā¯‡āŽĩ❈ āŽĒāŽ¤āŽŋāŽĩ❁ āŽ‡āŽ˛ā¯āŽ˛ā¯ˆāŽĩāŽ•ā¯āŽĒā¯āŽĒ❁ āŽĒā¯†āŽ¯āŽ°ā¯ %sāŽ•ā¯āŽ•ā¯ āŽĩāŽ•ā¯ˆ āŽ‡āŽ˛ā¯āŽ˛ā¯ˆāŽ¤āŽ°āŽĩ❁ āŽ…āŽŸā¯ˆāŽĩā¯āŽ•āŽŗāŽŋāŽ˛ā¯ āŽšāŽ°āŽŋāŽ¯āŽžāŽŠ āŽĒā¯āŽ¤ā¯āŽ¤āŽ•āŽ•ā¯āŽ•ā¯āŽąāŽŋ āŽ•ā¯‹āŽĒā¯āŽĒ❁ āŽŽāŽ¤ā¯āŽĩā¯āŽŽā¯ āŽ‡āŽ˛ā¯āŽ˛ā¯ˆāŽ’āŽ°ā¯ āŽŽā¯āŽąā¯ˆāŽ¯āŽžāŽŠ āŽ•ā¯‹āŽĒā¯āŽĒāŽŋāŽ˛ā¯āŽ˛ā¯ˆāŽšāŽžāŽ•ā¯āŽ•ā¯†āŽŸā¯ āŽŽā¯āŽ•āŽĩāŽ°āŽŋāŽ•ā¯āŽ•ā¯ āŽĒā¯‹āŽ¤āŽŋāŽ¯ āŽ‡āŽŸāŽŽā¯ āŽ‡āŽ˛ā¯āŽ˛ā¯ˆ'%s' āŽ“āŽ°ā¯ āŽ’āŽąā¯āŽąā¯ˆ āŽĩāŽ°āŽŋāŽ¯ā¯āŽ°ā¯, āŽĒāŽŖā¯āŽĒāŽŋāŽŠā¯ āŽĒā¯†āŽ¯āŽ°ā¯ '%s' āŽĒāŽŋāŽŠā¯ ('%s' āŽ‰āŽąā¯āŽĒā¯āŽĒāŽŋāŽŠā¯) āŽŽāŽ¤āŽŋāŽ°ā¯āŽĒāŽžāŽ°ā¯āŽ¤ā¯āŽ¤āŽ¤ā¯ āŽ“āŽ°ā¯ '=' āŽĩāŽ°āŽŋāŽ¯ā¯āŽ°ā¯āŽ’āŽąā¯āŽąā¯ˆ āŽĩāŽ°āŽŋāŽ¯ā¯āŽ°ā¯ '%s', '%s' āŽ‰āŽąā¯āŽĒā¯āŽĒāŽŸāŽŋ āŽ¤ā¯ŠāŽŸāŽ™ā¯āŽ•āŽ˛ā¯ āŽ’āŽŸā¯āŽŸā¯ˆ āŽ“āŽ°ā¯ '>' āŽĩāŽ°āŽŋāŽ¯ā¯āŽ°ā¯ āŽŽā¯āŽŸāŽŋāŽĩ❁ āŽšā¯†āŽ¯ā¯āŽ¯ā¯āŽŽā¯ āŽŽāŽŠā¯āŽąā¯ āŽŽāŽ¤āŽŋāŽ°ā¯āŽĒāŽžāŽ°ā¯āŽ¤ā¯āŽ¤āŽ¤ā¯Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute nameOdd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'āŽšā¯†āŽ¯āŽ˛ā¯āŽĒāŽžāŽŸā¯āŽŸāŽŋāŽąā¯āŽ•ā¯ āŽ†āŽ¤āŽ°āŽĩ❁ āŽ•āŽŋāŽŸā¯ˆāŽ¯āŽžāŽ¤ā¯āŽšā¯†āŽ¯āŽ˛ā¯āŽĒāŽžāŽŸā¯ āŽ°āŽ¤ā¯āŽ¤ā¯ āŽšā¯†āŽ¯ā¯āŽ¯āŽĒā¯āŽĒāŽŸā¯āŽŸāŽ¤ā¯āŽĩā¯†āŽŗāŽŋāŽĒā¯āŽĒāŽžāŽŸā¯ āŽ¸ā¯āŽŸā¯āŽ°ā¯€āŽŽā¯ āŽŽāŽ´ā¯āŽ¤ā¯āŽ¤āŽ˛ā¯ˆ āŽšā¯†āŽ¯āŽ˛ā¯āŽĒāŽŸā¯āŽ¤ā¯āŽ¤āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆāŽĒāŽŋāŽšāŽŋāŽ†āŽ°ā¯āŽˆ āŽ¨ā¯‚āŽ˛āŽ•āŽŽā¯ āŽ¯ā¯‚āŽŸāŽŋāŽŽāŽƒāŽĒā¯8 āŽĒāŽŖā¯āŽĒā¯āŽ•āŽŗā¯ āŽ†āŽ¤āŽ°āŽĩ❁ āŽ‡āŽ˛ā¯āŽ˛āŽžāŽŽāŽ˛ā¯ āŽ¤ā¯ŠāŽ•ā¯āŽ•ā¯āŽ•āŽĒā¯āŽĒāŽŸā¯āŽŸāŽ¤ā¯.āŽĒāŽŋāŽšāŽŋāŽ†āŽ°ā¯āŽˆ āŽ¨ā¯‚āŽ˛āŽ•āŽŽā¯ āŽ¯ā¯‚āŽŸāŽŋāŽŽāŽƒāŽĒā¯8 āŽ†āŽ¤āŽ°āŽĩ❁ āŽ‡āŽ˛ā¯āŽ˛āŽžāŽŽāŽ˛ā¯ āŽ¤ā¯ŠāŽ•ā¯āŽ•ā¯āŽ•āŽĒā¯āŽĒāŽŸā¯āŽŸāŽ¤ā¯.POSIX collating elements are not supportedPOSIX āŽŽāŽŠ āŽĒā¯†āŽ¯āŽ°āŽŋāŽŸāŽĒā¯āŽĒāŽŸā¯āŽŸ āŽĩāŽ•ā¯āŽĒā¯āŽĒā¯āŽ•āŽŗā¯ āŽĩāŽ•ā¯āŽĒā¯āŽĒāŽŋāŽąā¯āŽ•ā¯āŽŗā¯ āŽŽāŽŸā¯āŽŸā¯āŽŽā¯ āŽ¤āŽžāŽŠā¯ āŽ¤ā¯āŽŖā¯ˆāŽĒā¯āŽ°āŽŋāŽ¯ā¯āŽŽā¯ āŽ‰āŽŗā¯āŽŗā¯€āŽŸāŽŋāŽŠā¯ āŽŽā¯āŽŸāŽŋāŽĩāŽŋāŽ˛ā¯ āŽĒā¯‚āŽ°ā¯āŽ¤ā¯āŽ¤āŽŋāŽ¯āŽžāŽ•āŽžāŽ¤ āŽĩāŽ°āŽŋāŽ¯ā¯āŽ°ā¯ āŽĩāŽ°āŽŋāŽšā¯ˆāŽŽā¯āŽąā¯ˆāŽŽā¯‡āŽąā¯āŽ•āŽŗāŽŋāŽ¤ā¯āŽ¤ āŽ‰āŽ°ā¯ˆ āŽ“āŽ°ā¯ " -āŽ‰āŽŸāŽŠā¯ āŽ¤ā¯ŠāŽŸāŽ™ā¯āŽ•āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆāŽ…āŽ¤āŽŋāŽ•āŽĒāŽŸā¯āŽš āŽ¤āŽ°āŽĩ❁ āŽ…āŽŖāŽŋ āŽĩāŽ°āŽŽā¯āŽĒ❈ āŽ…āŽŸā¯ˆāŽ¨ā¯āŽ¤āŽ¤ā¯āŽ¤āŽĩāŽąāŽžāŽŠ fd āŽĒā¯†āŽąāŽĒā¯āŽĒāŽŸā¯āŽŸāŽ¤ā¯SELinux āŽšā¯‚āŽ´āŽ˛ā¯ āŽĒā¯‚āŽœā¯āŽœāŽŋāŽ¯āŽŽāŽžāŽ• āŽ‡āŽ°ā¯āŽ•ā¯āŽ•āŽ•ā¯āŽ•ā¯‚āŽŸāŽžāŽ¤ā¯SELinux āŽ‡āŽ¨ā¯āŽ¤ āŽ•āŽŖāŽŋāŽŠāŽŋāŽ¯āŽŋāŽ˛ā¯ āŽšā¯†āŽ¯āŽ˛ā¯āŽĒāŽŸā¯āŽ¤ā¯āŽ¤āŽĒā¯āŽĒāŽŸāŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆāŽ¸ā¯āŽŸā¯āŽ°ā¯€āŽŽāŽŋāŽ˛ā¯ āŽ¤ā¯‡āŽŸā¯āŽ¤āŽ˛ā¯ āŽ¤ā¯āŽŖā¯ˆāŽĒā¯āŽ°āŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆāŽ…āŽŗāŽĩā¯āŽ°ā¯ %s āŽ āŽ…āŽŽā¯ˆāŽĒā¯āŽĒāŽ¤āŽŋāŽ˛ā¯ āŽ†āŽ¤āŽ°āŽĩ❁ āŽ•āŽŋāŽŸā¯ˆāŽ¯āŽžāŽ¤ā¯āŽ…āŽŠā¯ˆāŽ¤ā¯āŽ¤ā¯ āŽ‰āŽ¤āŽĩāŽŋ āŽĩāŽŋāŽ°ā¯āŽĒā¯āŽĒāŽ™ā¯āŽ•āŽŗā¯ˆ āŽ•āŽžāŽŸā¯āŽŸā¯āŽ‰āŽ¤āŽĩāŽŋ āŽĩāŽŋāŽ°ā¯āŽĒā¯āŽĒāŽ™ā¯āŽ•āŽŗā¯ˆ āŽ•āŽžāŽŸā¯āŽŸā¯āŽšāŽžāŽ•ā¯āŽ•ā¯†āŽŸā¯ āŽāŽąā¯āŽ•āŽŠāŽĩ❇ āŽŽā¯‚āŽŸāŽĒā¯āŽĒāŽŸā¯āŽŸāŽ¤ā¯āŽŽā¯‚āŽ˛ āŽ¸ā¯āŽŸā¯āŽ°ā¯€āŽŽā¯ āŽāŽąā¯āŽ•āŽŠāŽĩ❇ āŽŽā¯‚āŽŸāŽĒā¯āŽĒāŽŸā¯āŽŸāŽ¤ā¯āŽ¸ā¯āŽŸā¯āŽ°ā¯€āŽŽā¯ query_infoāŽ•ā¯āŽ•ā¯ āŽ¤ā¯āŽŖā¯ˆāŽĒā¯āŽ°āŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆāŽ¸ā¯āŽŸā¯āŽ°ā¯€āŽŽā¯ āŽšāŽŋāŽąāŽ¨ā¯āŽ¤ āŽšā¯†āŽ¯āŽ˛ā¯āŽĒāŽžāŽŸā¯āŽŸā¯ˆ āŽ•ā¯ŠāŽŖā¯āŽŸā¯āŽŗā¯āŽŗāŽ¤ā¯āŽ¸ā¯āŽŸā¯āŽ°ā¯€āŽŽā¯ āŽāŽąā¯āŽ•āŽŠāŽĩ❇ āŽŽā¯‚āŽŸāŽĒā¯āŽĒāŽŸā¯āŽŸāŽ¤ā¯āŽŽāŽŠā¯āŽĒāŽ¤āŽŠā¯-āŽ•ā¯āŽąā¯āŽ•ā¯āŽ•āŽŽā¯ āŽ‡āŽŖā¯ˆāŽĒā¯āŽĒā¯āŽ•āŽŗā¯āŽ•ā¯āŽ•ā¯ āŽ†āŽ¤āŽ°āŽĩ❁ āŽ•āŽŋāŽŸā¯ˆāŽ¯āŽžāŽ¤ā¯āŽ‡āŽ˛āŽ•ā¯āŽ•ā¯ āŽ•ā¯‹āŽĒā¯āŽĒ❁ āŽĩā¯†āŽŗāŽŋāŽ¯ā¯‡āŽąā¯āŽąāŽĒā¯āŽĒāŽŸā¯āŽŸāŽ¤ā¯āŽ‡āŽ˛āŽ•ā¯āŽ•ā¯ āŽ•ā¯‹āŽĒā¯āŽĒ❁ āŽ’āŽ°ā¯ āŽ…āŽŸā¯ˆāŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆāŽ‡āŽ˛āŽ•ā¯āŽ•ā¯ āŽ•ā¯‹āŽĒā¯āŽĒ❁ āŽ’āŽ°ā¯ āŽ¨āŽŋāŽ°āŽ¨ā¯āŽ¤āŽ° āŽ•ā¯‹āŽĒā¯āŽĒ❁ āŽ‡āŽ˛ā¯āŽ˛ā¯ˆ'%s' āŽĒāŽŸāŽŋāŽŽ āŽ…āŽšā¯āŽšāŽŋāŽ˛ā¯ XXXXXX āŽ‡āŽ˛ā¯āŽ˛ā¯ˆ'%s' āŽĒāŽŸāŽŋāŽŽ āŽ…āŽšā¯āŽšā¯ āŽšā¯†āŽ˛ā¯āŽ˛ā¯āŽĒāŽŸāŽŋāŽ¯āŽžāŽ•āŽžāŽ¤āŽ¤ā¯; āŽ…āŽ¤āŽŠāŽŋāŽ˛ā¯ '%s' āŽ‡āŽ°ā¯āŽ•ā¯āŽ•āŽ•ā¯ āŽ•ā¯‚āŽŸāŽžāŽ¤ā¯āŽ¤āŽąā¯āŽ•āŽžāŽ˛āŽŋāŽ•āŽŽāŽžāŽ• '%s'āŽ āŽ¤ā¯€āŽ°ā¯āŽ•ā¯āŽ• āŽŽā¯āŽŸāŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆ%c āŽ•ā¯āŽ•ā¯ āŽĒā¯ŠāŽ°ā¯āŽ¤ā¯āŽ¤āŽŽāŽžāŽŠ āŽŽā¯‡āŽąā¯āŽ•ā¯‹āŽŗā¯ āŽ•āŽŖā¯āŽŸā¯āŽĒāŽŋāŽŸāŽŋāŽĒā¯āŽĒāŽ¤āŽŸā¯āŽ•ā¯ āŽŽā¯āŽŠā¯ āŽ‰āŽ°ā¯ˆ āŽŽā¯āŽŸāŽŋāŽĩāŽŸā¯ˆāŽ¨ā¯āŽ¤āŽ¤ā¯. (āŽ‰āŽ°ā¯ˆ: '%s')'\' āŽĩāŽ°āŽŋāŽ¯ā¯āŽ°ā¯āŽ•ā¯āŽ•ā¯ āŽĒāŽŋāŽŠā¯āŽĒ❁ āŽ‰āŽ°ā¯ˆ āŽŽā¯āŽŸāŽŋāŽĩāŽŸā¯ˆāŽ¨ā¯āŽ¤āŽ¤ā¯. (āŽ•āŽŸā¯ˆāŽšāŽŋ āŽ‰āŽ°ā¯ˆ: '%s')āŽ‰āŽ°ā¯ˆ āŽĩā¯†āŽąā¯āŽąāŽž āŽ‡āŽ°ā¯āŽ¨ā¯āŽ¤āŽ¤ā¯ (āŽ…āŽ˛ā¯āŽ˛āŽ¤ā¯ āŽĩā¯†āŽŖā¯āŽĩā¯†āŽŗāŽŋ āŽŽāŽŸā¯āŽŸā¯āŽŽā¯‡)āŽĩāŽ˛ā¯ˆ āŽŽā¯āŽ•āŽĩāŽ°āŽŋ `%s' āŽ‡āŽ˛ā¯ āŽšā¯†āŽ˛ā¯āŽ˛ā¯āŽĒāŽŸāŽŋāŽ¯āŽžāŽ•āŽžāŽ¤ 'āŽĩāŽŋāŽŸā¯āŽĒāŽŸā¯' āŽĩāŽ°āŽŋāŽ¯ā¯āŽ°ā¯āŽ•āŽŗā¯`%s' āŽšā¯†āŽ˛ā¯āŽ˛ā¯āŽĒāŽŸāŽŋāŽ¯āŽžāŽ•āŽžāŽ¤ āŽĩāŽ˛ā¯ˆ āŽŽā¯āŽ•āŽĩāŽ°āŽŋURI '%s' "āŽ•ā¯‹āŽĒā¯āŽĒ❁"āŽ¤āŽŋāŽŸā¯āŽŸāŽ¤ā¯āŽ¤ā¯ˆ āŽĒāŽ¯āŽŠā¯āŽĒāŽŸā¯āŽ¤ā¯āŽ¤ā¯āŽŽā¯ āŽŽā¯āŽ´ā¯āŽŽā¯ˆāŽ¯āŽžāŽŠ URI āŽ…āŽ˛ā¯āŽ˛āŽ‡āŽ¨ā¯āŽ¤ āŽ•ā¯‹āŽĒā¯āŽĒ❁ āŽĩā¯†āŽŗāŽŋāŽ¯āŽžāŽ°ā¯āŽ¨ā¯āŽ¤ā¯ āŽŽāŽžāŽąā¯āŽąāŽĒā¯āŽĒāŽŸā¯āŽŸā¯āŽŗā¯āŽŗāŽ¤ā¯`%s' āŽĩāŽ˛ā¯ˆ āŽŽā¯āŽ•āŽĩāŽ°āŽŋāŽ¯āŽŋāŽŠā¯ āŽĩāŽŋāŽ°ā¯āŽ¨ā¯āŽ¤ā¯‹āŽŽā¯āŽĒ❁āŽĒā¯-āŽĒā¯†āŽ¯āŽ°ā¯ āŽšā¯†āŽ˛ā¯āŽ˛ā¯āŽĒāŽŸāŽŋāŽ¯āŽžāŽ•āŽžāŽ¤āŽ¤ā¯āŽ‰āŽŗā¯āŽŗāŽŽā¯ˆāŽ•ā¯ āŽ•ā¯‹āŽĒā¯āŽĒ❁ āŽĩāŽ˛ā¯ˆ āŽŽā¯āŽ•āŽĩāŽ°āŽŋ `%s' āŽ‡āŽ˛ā¯ āŽ“āŽ°ā¯ `#' āŽ‡āŽ˛ā¯āŽ˛āŽžāŽŽāŽ˛ā¯ āŽ‡āŽ°ā¯āŽ•ā¯āŽ•āŽ˛āŽžāŽŽā¯'%s' āŽĒāŽžāŽ¤ā¯ˆāŽĒā¯-āŽĒā¯†āŽ¯āŽ°ā¯ āŽ“āŽ°ā¯ āŽ¤āŽŠāŽŋāŽĒā¯ āŽĒāŽžāŽ¤ā¯ˆ āŽ…āŽ˛ā¯āŽ˛%sāŽ•ā¯āŽ•ā¯ āŽŽāŽŋāŽ•āŽĒā¯āŽĒā¯†āŽ°āŽŋāŽ¯ āŽŽāŽŖā¯āŽŖāŽŋāŽ•ā¯āŽ•ā¯ˆ āŽŽāŽ¤āŽŋāŽĒā¯āŽĒ❁ āŽšā¯†āŽ˛ā¯āŽ¤ā¯āŽ¤āŽĒā¯āŽĒāŽŸā¯āŽŸāŽ¤ā¯āŽ•ā¯āŽĒā¯āŽĒ❈ āŽ†āŽ¤āŽ°āŽĩ❁ āŽ•āŽŋāŽŸā¯ˆāŽ¯āŽžāŽ¤ā¯āŽ‰āŽŗā¯āŽŗā¯€āŽŸā¯ āŽ¸ā¯āŽŸā¯āŽ°ā¯€āŽŽāŽŋāŽ˛ā¯ āŽĩā¯†āŽŸā¯āŽŸā¯āŽ¤āŽ˛ā¯ āŽ…āŽŠā¯āŽŽāŽ¤āŽŋ āŽ‡āŽ˛ā¯āŽ˛ā¯ˆāŽ¸ā¯āŽŸā¯āŽ°ā¯€āŽŽāŽŋāŽ˛ā¯ āŽĩā¯†āŽŸā¯āŽŸā¯āŽ¤āŽ˛ā¯ āŽ¤ā¯āŽŖā¯ˆāŽĒā¯āŽ°āŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆāŽĩāŽ•ā¯ˆ %s from_tokens()āŽ GIcon āŽŽā¯āŽ•āŽĒā¯āŽĒāŽŋāŽ˛ā¯ āŽšā¯†āŽ¯āŽ˛ā¯āŽĒāŽŸā¯āŽ¤ā¯āŽ¤āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆāŽĩāŽ•ā¯ˆ %s GIcon āŽŽā¯āŽ•āŽĒā¯āŽĒ❈ āŽšā¯†āŽ¯āŽ˛ā¯āŽĒāŽŸā¯āŽ¤ā¯āŽ¤āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆāŽĩāŽ•ā¯ˆ %s āŽĒāŽŋāŽ°āŽŋāŽ•ā¯āŽ•āŽĒā¯āŽĒāŽŸāŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆURIs āŽ¤ā¯āŽŖā¯ˆāŽĒā¯āŽĒā¯āŽ°āŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆāŽšāŽžāŽ•ā¯āŽ•ā¯†āŽŸā¯āŽŸā¯ˆ āŽ‰āŽ°ā¯āŽĩāŽžāŽ•ā¯āŽ• āŽŽā¯āŽŸāŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆ: %sāŽ•ā¯āŽĒā¯āŽĒ❈ āŽ…āŽŸā¯ˆāŽĩ❁ %sāŽ āŽ‰āŽ°ā¯āŽĩāŽžāŽ•ā¯āŽ• āŽŽā¯āŽŸāŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆ: %sāŽ•ā¯āŽĒā¯āŽĒ❈ āŽ¤āŽ•āŽĩāŽ˛ā¯ āŽ•ā¯‹āŽĒā¯āŽĒāŽŋāŽŠā¯ˆ āŽ‰āŽ°ā¯āŽĩāŽžāŽ•ā¯āŽ• āŽŽā¯āŽŸāŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆ: %sāŽŽā¯āŽŠā¯āŽŠāŽŋāŽ°ā¯āŽĒā¯āŽĒ❁ āŽ‰āŽŗā¯āŽŗāŽŽā¯ˆ āŽ…āŽŸā¯ˆāŽĩ❁ āŽŽāŽžāŽŠāŽŋāŽŸā¯āŽŸāŽ°ā¯ āŽĩāŽ•ā¯ˆāŽ¯ā¯ˆ āŽ¤ā¯‡āŽŸ āŽŽā¯āŽŸāŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆāŽŽā¯āŽŠā¯āŽŠāŽŋāŽ°ā¯āŽĒā¯āŽĒ❁ āŽ‰āŽŗā¯āŽŗāŽŽā¯ˆ āŽ•ā¯‹āŽĒā¯āŽĒ❁ āŽŽāŽžāŽŠāŽŋāŽŸā¯āŽŸāŽ°ā¯ āŽĩāŽ•ā¯ˆāŽ¯ā¯ˆ āŽ¤ā¯‡āŽŸ āŽŽā¯āŽŸāŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆāŽ•ā¯āŽĒā¯āŽĒ❈ āŽ…āŽŸā¯ˆāŽĩ❈ āŽ¤ā¯‡āŽŸ āŽ…āŽ˛ā¯āŽ˛āŽ¤ā¯ āŽ‰āŽ°ā¯āŽĩāŽžāŽ•ā¯āŽ• āŽŽā¯āŽŸāŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆāŽĩāŽŋāŽŖā¯āŽŖāŽĒā¯āŽĒāŽ¤ā¯āŽ¤āŽŋāŽąā¯āŽ•ā¯ āŽ¤ā¯‡āŽĩ❈āŽĒā¯āŽĒāŽŸā¯āŽŽā¯ āŽŽā¯āŽŠā¯ˆāŽ¯āŽ¤ā¯āŽ¤ā¯ˆ āŽ•āŽŖā¯āŽŸā¯āŽĒāŽŋāŽŸāŽŋāŽ•ā¯āŽ• āŽ‡āŽ¯āŽ˛āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆāŽ•ā¯āŽĒā¯āŽĒā¯ˆāŽ•ā¯āŽ•ā¯ āŽŽā¯‡āŽ˛ā¯ āŽ¨āŽŋāŽ˛ā¯ˆ āŽ…āŽŸā¯ˆāŽĩ❈ āŽ¤ā¯‡āŽŸ āŽŽā¯āŽŸāŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆāŽĩāŽŋāŽŸā¯āŽĒā¯āŽĒāŽŸā¯āŽŸ āŽĒāŽŋāŽ´ā¯ˆāŽ¯ā¯ˆāŽĒā¯ āŽĒā¯†āŽą āŽŽā¯āŽŸāŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆ: %sāŽ•ā¯‹āŽĒā¯āŽĒ❈ āŽ‡āŽ´ā¯āŽ•ā¯āŽ• āŽŽā¯āŽŸāŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆ: %sāŽŽāŽ¤āŽŋāŽ°ā¯āŽĒāŽžāŽ°āŽžāŽ¤ āŽĒāŽŖā¯āŽĒā¯āŽ•ā¯āŽ•ā¯‚āŽąā¯ '%s' āŽ‡āŽ¨ā¯āŽ¤ āŽ‰āŽąā¯āŽĒā¯āŽĒā¯āŽ•ā¯āŽ•ā¯ '%s'āŽŽāŽ¤āŽŋāŽ°ā¯āŽĒā¯āŽĒāŽžāŽ°ā¯āŽ•ā¯āŽ•āŽĒā¯āŽĒāŽŸāŽžāŽ¤ āŽŽā¯āŽŸāŽŋāŽĩ❁ āŽ¸ā¯āŽŸā¯āŽ°ā¯€āŽŽā¯Unexpected error in g_io_channel_win32_poll() reading data from a child process(%s) āŽšā¯‡āŽ¯ā¯-āŽšā¯†āŽ¯āŽ˛āŽŋāŽ˛ā¯ āŽ‡āŽ°ā¯āŽ¨ā¯āŽ¤ā¯ āŽ¤āŽ°āŽĩ❁ āŽĩāŽžāŽšāŽŋāŽ•ā¯āŽ•ā¯āŽŽā¯ āŽĒā¯‹āŽ¤ā¯, select()'āŽŸāŽŋāŽ˛ā¯ āŽŽāŽ¤āŽŋāŽ°ā¯āŽĒāŽžāŽ°āŽžāŽ¤ āŽĒāŽŋāŽ´ā¯ˆ(%s) waitpid()'āŽŸāŽŋāŽ˛ā¯ āŽŽāŽ¤āŽŋāŽ°ā¯āŽĒāŽžāŽ°āŽžāŽ¤ āŽĒāŽŋāŽ´ā¯ˆ'%s' āŽ•ā¯āŽ•ā¯āŽŗā¯ āŽŽāŽ¤āŽŋāŽ°ā¯āŽĒāŽžāŽ°āŽžāŽ¤ āŽ’āŽŸā¯āŽŸā¯ '%s' āŽ‰āŽŗā¯āŽŗāŽ¤ā¯āŽŽāŽ¤āŽŋāŽ°ā¯āŽĒāŽžāŽ°āŽžāŽ¤ āŽ’āŽŸā¯āŽŸā¯'%s', āŽ’āŽŸā¯āŽŸā¯ '%s' āŽŽāŽ¤āŽŋāŽ°ā¯āŽĒāŽžāŽ°ā¯āŽ•ā¯āŽ•āŽĒā¯āŽĒāŽŸā¯āŽŸāŽ¤ā¯āŽŽāŽ¤āŽŋāŽ°ā¯āŽĒā¯āŽĒāŽžāŽ°ā¯āŽ•ā¯āŽ•āŽĒā¯āŽĒāŽŸāŽžāŽ¤ āŽ¤ā¯āŽŖā¯ˆ āŽ¤āŽ°āŽĩ❁ āŽĩāŽ•ā¯ˆāŽšā¯‡āŽ¯ā¯ āŽšā¯†āŽ¯āŽ˛ā¯ "%s" āŽ‡āŽ¯āŽ•ā¯āŽ•ā¯āŽŽā¯āŽĒā¯‹āŽ¤ā¯ āŽ¤ā¯†āŽ°āŽŋāŽ¯āŽžāŽ¤ āŽĒāŽŋāŽ´ā¯ˆāŽ‡āŽŖā¯ˆāŽĒā¯āŽĒāŽŋāŽ˛ā¯ āŽ¤ā¯†āŽ°āŽŋāŽ¯āŽžāŽ¤ āŽ¤āŽĩāŽąā¯āŽ¤ā¯†āŽ°āŽŋāŽ¯āŽžāŽ¤ āŽĩāŽŋāŽ°ā¯āŽĒā¯āŽĒāŽŽā¯ %sāŽ¤ā¯†āŽ°āŽŋāŽ¯āŽžāŽ¤ āŽ¨ā¯†āŽąāŽŋāŽŽā¯āŽąā¯ˆ āŽ•ā¯āŽąāŽŋāŽĒā¯āŽĒāŽŋāŽŸāŽĒā¯āŽĒāŽŸā¯āŽŸā¯āŽŗā¯āŽŗāŽ¤ā¯āŽ¤ā¯†āŽ°āŽŋāŽ¯āŽžāŽ¤ āŽĩāŽ•ā¯ˆ`āŽ•āŽŸā¯āŽŸāŽŗā¯ˆ āŽĩāŽŸāŽŋāŽ¯āŽŋāŽ˛ā¯ āŽ…āŽ˛ā¯āŽ˛āŽ¤ā¯ āŽĩā¯‡āŽąā¯ āŽŽā¯‡āŽąā¯āŽ•āŽŗāŽŋāŽ¤ā¯āŽ¤ āŽ‰āŽ°ā¯ˆāŽ¯āŽŋāŽ˛ā¯ āŽĒā¯ŠāŽ°ā¯āŽ¤ā¯āŽ¤āŽŽāŽąā¯āŽą " āŽĒā¯†āŽ¯āŽ°āŽŋāŽ˛ā¯āŽ˛āŽžāŽ¤āŽ¤ā¯āŽ¤ā¯āŽŖā¯ˆāŽĒā¯āŽ°āŽŋāŽ¯āŽžāŽ¤ āŽšāŽžāŽ•ā¯āŽ•ā¯†āŽŸā¯ āŽŽā¯āŽ•āŽĩāŽ°āŽŋāŽ“āŽĒāŽ¯āŽŠā¯āŽĒāŽžāŽŸā¯:āŽ¤ā¯‡āŽŸāŽ˛ā¯ āŽ…āŽŸā¯ˆāŽĩā¯āŽ•āŽŗāŽŋāŽ˛ā¯ āŽšāŽ°āŽŋāŽ¯āŽžāŽŠ āŽĩāŽŋāŽšā¯ˆ āŽ•ā¯‹āŽĒā¯āŽĒāŽŋāŽŠā¯ˆ āŽ•āŽžāŽŖ āŽŽā¯āŽŸāŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆāŽŽāŽ¤āŽŋāŽĒā¯āŽĒ❁ '%s' āŽĒā¯‚āŽ˛āŽŋāŽ¯āŽŠāŽžāŽ• āŽšā¯†āŽ¯āŽ˛ā¯āŽĒāŽŸ āŽŽā¯āŽŸāŽŋāŽ¯āŽžāŽ¤ā¯.āŽŽāŽ¤āŽŋāŽĒā¯āŽĒ❁ '%s' āŽ¤āŽšāŽŽ āŽŽāŽŖā¯āŽŖāŽžāŽ• āŽšā¯†āŽ¯āŽ˛ā¯āŽĒāŽŸ āŽŽā¯āŽŸāŽŋāŽ¯āŽžāŽ¤ā¯.āŽŽāŽ¤āŽŋāŽĒā¯āŽĒ❁ '%s' āŽ’āŽ°ā¯ āŽŽāŽŖā¯āŽŖāŽžāŽ• āŽšā¯†āŽ¯āŽ˛ā¯āŽĒāŽŸ āŽŽā¯āŽŸāŽŋāŽ¯āŽžāŽ¤ā¯.āŽšāŽžāŽ•ā¯āŽ•ā¯†āŽŸā¯ āŽ¨āŽŋāŽ˛ā¯ˆāŽ•ā¯āŽ•āŽžāŽ• āŽ•āŽžāŽ¤ā¯āŽ¤āŽŋāŽ°ā¯āŽ•ā¯āŽ•āŽŋāŽąāŽ¤ā¯: %sāŽ¤āŽĩāŽąāŽžāŽŠ āŽŸā¯‹āŽ•ā¯āŽ•āŽŠā¯āŽ•āŽŗāŽŋāŽŠā¯ āŽŽāŽŖā¯āŽŖāŽŋāŽ•ā¯āŽ•ā¯ˆ (%d)[OPTION...]\ at end of pattern\C āŽ lookbehind āŽ˛ā¯ āŽĩāŽ˛āŽŋāŽ¯ā¯āŽąā¯āŽ¤ā¯āŽ¤ āŽ…āŽŠā¯āŽŽāŽ¤āŽŋāŽ¯āŽŋāŽ˛ā¯āŽ˛ā¯ˆ\c at end of pattern\g āŽ’āŽ°ā¯ āŽ…āŽŸā¯ˆāŽĒā¯āŽĒā¯āŽ•ā¯āŽ•ā¯āŽąāŽŋ āŽŽā¯†āŽ¯āŽ°ā¯ āŽ…āŽ˛ā¯āŽ˛āŽ¤ā¯ āŽ’āŽ°ā¯ āŽĩāŽŋāŽ°ā¯āŽĒā¯āŽĒāŽŽāŽžāŽŠ āŽ…āŽŸā¯ˆāŽĒā¯āŽĒā¯āŽ•ā¯āŽ•ā¯āŽąāŽŋ āŽĒā¯‚āŽœā¯āŽœāŽŋāŽ¯āŽŽāŽŋāŽ˛ā¯āŽ˛āŽžāŽ¤āŽ¤ā¯ˆ āŽ¤ā¯ŠāŽŸāŽ°ā¯āŽ¨ā¯āŽ¤ā¯ āŽĩāŽ°āŽžāŽ¤ā¯āŽĒāŽŋāŽŠā¯ āŽĩāŽ˛āŽŋāŽ¯ā¯āŽąā¯āŽ¤ā¯āŽ¤ā¯āŽ¤āŽ˛ā¯ āŽŽāŽ¤āŽŋāŽ°ā¯āŽĒāŽžāŽ°ā¯āŽ•ā¯āŽ•āŽĒā¯āŽĒāŽŸā¯āŽ•āŽŋāŽąāŽ¤ā¯ (?(win32āŽ‡āŽ˛ā¯ āŽ…āŽŽā¯ˆāŽĒā¯āŽĒ❁ āŽŽāŽžāŽąā¯āŽąāŽ™ā¯āŽ•āŽŗā¯ āŽ¤ā¯āŽŖā¯ˆāŽĒā¯āŽ°āŽŋāŽĩāŽ¤āŽŋāŽ˛ā¯āŽ˛ā¯ˆāŽĒāŽŋāŽŠā¯āŽ¨ā¯‹āŽ•ā¯āŽ•ā¯āŽŽā¯ āŽšāŽŽāŽ°ā¯āŽĒāŽŖāŽ™ā¯āŽ•āŽŗā¯ āŽĒāŽ•ā¯āŽ¤āŽŋ āŽĒā¯ŠāŽ°ā¯āŽ¤ā¯āŽ¤āŽ¤ā¯āŽ¤ā¯āŽ•ā¯āŽ•ā¯ āŽ†āŽ¤āŽ°āŽĩ❁ āŽ¤āŽ°āŽžāŽ¤ āŽ‰āŽ°ā¯āŽĒā¯āŽĒāŽŸāŽŋāŽ•āŽŗāŽžāŽ• āŽ‰āŽŗā¯āŽŗāŽŠāŽĒāŽŋāŽŠā¯āŽ¨ā¯‹āŽ•ā¯āŽ•āŽŋ āŽ†āŽ°āŽžāŽ¯ā¯āŽŽā¯ āŽŽāŽ˛ā¯āŽ˛ā¯ˆ āŽ…āŽŸā¯ˆāŽ¯āŽĒā¯āŽĒāŽŸā¯āŽŸāŽ¤ā¯case-changing escapes (\l, \L, \u, \U) āŽ‡āŽ™ā¯āŽ•ā¯ āŽ…āŽŠā¯āŽŽāŽ¤āŽŋ āŽ‡āŽ˛ā¯āŽ˛ā¯ˆāŽŽāŽŖā¯āŽŖāŽŋāŽŠā¯ āŽŽāŽ¤āŽŋāŽĒā¯āŽĒ❁ \x{...} āŽ‡āŽŸā¯ˆāŽĩāŽŋāŽŸāŽž āŽĩāŽ°āŽŋāŽšā¯ˆāŽ¯āŽŋāŽ˛ā¯ āŽŽāŽŋāŽ•āŽĒā¯āŽĒā¯†āŽ°āŽŋāŽ¤āŽžāŽ• āŽ‰āŽŗā¯āŽŗāŽ¤ā¯āŽ…āŽ¤āŽŋāŽ• āŽ•ā¯āŽąāŽŋāŽ¯ā¯€āŽŸā¯āŽ¨āŽŋāŽĒāŽ¨ā¯āŽ¤āŽŠā¯ˆāŽ•ā¯āŽ•ā¯āŽŸā¯āŽĒāŽŸā¯āŽŸ āŽ•ā¯āŽ´ā¯ āŽ‡āŽ°āŽŖā¯āŽŸā¯āŽ•ā¯āŽ•ā¯āŽŽā¯ āŽŽā¯‡āŽąā¯āŽĒāŽŸā¯āŽŸ āŽ•āŽŋāŽŗā¯ˆāŽ•āŽŗā¯ˆ āŽĒā¯†āŽąā¯āŽąā¯āŽŗā¯āŽŗāŽ¤ā¯āŽšāŽŋāŽ¤ā¯ˆāŽ¨ā¯āŽ¤ āŽĒā¯ŠāŽ°ā¯āŽŗā¯āŽ‰āŽŗā¯āŽŗāŽŽā¯ˆ āŽŽā¯āŽ•āŽĩāŽ°āŽŋāŽ¯ā¯ˆ āŽĒā¯†āŽą āŽŽā¯āŽŸāŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆ: %sāŽ¤ā¯ŠāŽ˛ā¯ˆ āŽŽā¯āŽ•āŽĩāŽ°āŽŋāŽ¯ā¯ˆ āŽĒā¯†āŽą āŽŽā¯āŽŸāŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆ: %sāŽ•ā¯‡āŽŸā¯āŽ• āŽŽā¯āŽŸāŽŋāŽ¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆ: %sGSocketāŽ fdāŽ‡āŽ˛āŽŋāŽ°ā¯āŽ¨ā¯āŽ¤ā¯ āŽ‰āŽ°ā¯āŽĩāŽžāŽ•ā¯āŽ•ā¯āŽ•āŽŋāŽąāŽ¤ā¯: %sāŽŽāŽŖā¯ āŽŽāŽ¤āŽŋāŽ°ā¯āŽĒāŽžāŽ°ā¯āŽ•ā¯āŽ•āŽĒā¯āŽĒāŽŸā¯āŽŸāŽ¤ā¯āŽ‡āŽ¯āŽ•ā¯āŽ•āŽŋ āŽĩā¯†āŽŗāŽŋāŽ¯ā¯‡āŽąā¯āŽąāŽŽā¯ āŽšā¯†āŽ¯āŽ˛ā¯āŽĒāŽŸā¯āŽ¤ā¯āŽ¤āŽĒā¯āŽĒāŽŸā¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆāŽ‡āŽ¯āŽ•ā¯āŽ•āŽŋ eject_with_operation āŽ…āŽ˛ā¯āŽ˛āŽ¤ā¯ āŽĩā¯†āŽŗāŽŋāŽ¯ā¯‡āŽąā¯āŽąāŽŽā¯ āŽšā¯†āŽ¯āŽ˛ā¯āŽĒāŽŸā¯āŽ¤ā¯āŽ¤āŽĒā¯āŽĒāŽŸā¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆāŽ‡āŽ¯āŽ•ā¯āŽ•āŽŋ āŽŠāŽŸāŽ•āŽ¤ā¯āŽ¤āŽŋāŽ˛ā¯ āŽĒāŽ¤āŽŋāŽĩ❁ āŽšā¯†āŽ¯ā¯āŽ¯āŽĒā¯āŽĒāŽŸāŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆāŽ‡āŽ¯āŽ•ā¯āŽ•āŽŋ āŽ¤ā¯āŽĩāŽ•ā¯āŽ•āŽ¤ā¯āŽ¤ā¯ˆ āŽšā¯†āŽ¯āŽ˛ā¯āŽĒāŽŸā¯āŽ¤ā¯āŽ¤āŽĒā¯āŽĒāŽŸā¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆāŽ‡āŽ¯āŽ•ā¯āŽ•āŽŋ āŽ¨āŽŋāŽąā¯āŽ¤ā¯āŽ¤āŽ¤ā¯āŽ¤ā¯ˆ āŽšā¯†āŽ¯āŽ˛ā¯āŽĒāŽŸā¯āŽ¤ā¯āŽ¤āŽĒā¯āŽĒāŽŸā¯āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆāŽ¨āŽŋāŽŠā¯ˆāŽĩāŽŋāŽąā¯āŽ•ā¯ āŽ•ā¯ŠāŽŖā¯āŽŸā¯ āŽĩāŽ°ā¯āŽĩāŽ¤āŽŋāŽ˛ā¯ āŽ¤ā¯‹āŽ˛ā¯āŽĩāŽŋāŽĒāŽ¤āŽŋāŽŠā¯āŽŠāŽąā¯āŽŽ āŽŽāŽŖā¯ āŽŽāŽ¤āŽŋāŽ°ā¯āŽĒāŽžāŽ°ā¯āŽ•ā¯āŽ•āŽĒā¯āŽĒāŽŸā¯āŽŸāŽ¤ā¯.āŽĒāŽ¤āŽŋāŽŠā¯āŽŠāŽąā¯āŽŽ āŽŽāŽŖā¯ āŽ…āŽ˛ā¯āŽ˛āŽ¤ā¯ '}' āŽŽāŽ¤āŽŋāŽ°ā¯āŽĒāŽžāŽ°ā¯āŽ•ā¯āŽ•āŽĒā¯āŽĒāŽŸā¯āŽŸāŽ¤ā¯.āŽšāŽŸā¯āŽŸāŽĩāŽŋāŽ°ā¯‹āŽ¤ āŽ‰āŽŗā¯āŽŗā¯€āŽŸā¯āŽĒ❁ āŽŽā¯‡āŽąā¯āŽ•ā¯‹āŽŗā¯āŽ¤ā¯ŠāŽŸāŽ°ā¯āŽšāŽŋāŽ¯āŽąā¯āŽą NEWLINE āŽĩāŽŋāŽ°ā¯āŽĒā¯āŽĒāŽ™ā¯āŽ•āŽŗā¯āŽ‰āŽŗā¯āŽŗāŽŽā¯ˆ āŽ¤āŽĩāŽąā¯āŽ‰āŽŗā¯āŽŗāŽŽā¯ˆ āŽ¤āŽĩāŽąā¯ āŽ…āŽ˛ā¯āŽ˛āŽ¤ā¯ āŽšāŽŋāŽ¤ā¯ˆāŽ¨ā¯āŽ¤ āŽĒā¯ŠāŽ°ā¯āŽŗā¯āŽšā¯†āŽ˛ā¯āŽ˛āŽžāŽ¤ āŽĒā¯āŽ¤ā¯ āŽĩāŽ°āŽŋ āŽ•ā¯āŽąāŽŋāŽ•āŽŗāŽŋāŽŠā¯ āŽ•ā¯‚āŽŸā¯āŽŸā¯āŽ¤āŽĩāŽąāŽžāŽŠ āŽ¨āŽŋāŽĒāŽ¨ā¯āŽ¤āŽŠā¯ˆ (?(0)āŽŽāŽŖā¯ āŽĩāŽ•ā¯āŽĒā¯āŽĒāŽŋāŽ˛ā¯ āŽ¤āŽĩāŽąāŽžāŽŠ āŽĩāŽ°āŽŋāŽšā¯ˆāŽŽā¯āŽąā¯ˆāŽ¯ā¯ˆ āŽ¤āŽĩāŽŋāŽ°ā¯āŽ¤ā¯āŽ¤āŽ˛ā¯lookbehind āŽĩāŽ˛āŽŋāŽ¯ā¯āŽąā¯āŽ¤ā¯āŽ¤ā¯āŽ¤āŽ˛ā¯ āŽ¨āŽŋāŽ˛ā¯ˆāŽ¯āŽžāŽŠ āŽ¨ā¯€āŽŗāŽ¤ā¯āŽ¤āŽŋāŽ˛ā¯ āŽ‡āŽ˛ā¯āŽ˛ā¯ˆāŽ¤āŽĩāŽąāŽžāŽŠāŽ¤ā¯ \P āŽ…āŽ˛ā¯āŽ˛āŽ¤ā¯ \p āŽ‡āŽŸā¯ˆāŽĩāŽŋāŽŸāŽž āŽĩāŽ°āŽŋāŽšā¯ˆāŽ¯āŽžāŽŠāŽ¤ā¯āŽ¤āŽĩāŽąāŽžāŽŠ āŽŽāŽŖā¯ āŽ…āŽ˛ā¯āŽ˛āŽ¤ā¯ āŽĒā¯†āŽ¯āŽ°ā¯āŽ•ā¯āŽ•ā¯ āŽĒāŽŋāŽąāŽ•ā¯ (?(āŽ•ā¯āŽąāŽŋāŽ¯ā¯€āŽŸā¯āŽŸā¯āŽ°ā¯āŽĩāŽžāŽŠ āŽšāŽŽāŽ°ā¯āŽĒāŽŖāŽ¤ā¯āŽ¤āŽŋāŽ˛ā¯ '<' āŽ āŽ•āŽžāŽŖāŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆāŽ•āŽŸā¯āŽŸāŽŗā¯ˆāŽ•ā¯āŽ•ā¯ āŽĒāŽŋāŽąāŽ•ā¯ ) āŽ¤āŽĩāŽąāŽŋāŽ¯āŽ¤ā¯āŽĩāŽŋāŽŸā¯āŽĒā¯āŽĒāŽŸā¯āŽŸ āŽŽā¯āŽŸāŽŋāŽ¤ā¯āŽ¤āŽ˛ā¯ )āŽŽāŽŖā¯ āŽĩāŽ•ā¯āŽĒā¯āŽĒā¯āŽ•ā¯āŽ•āŽžāŽ• ] āŽĩāŽŋāŽŸāŽŋāŽĒāŽŸā¯āŽŸāŽĩā¯ˆāŽ•āŽŗā¯ˆ āŽŽā¯āŽŸāŽŋāŽĩāŽŸā¯ˆāŽ¯āŽšā¯ āŽšā¯†āŽ¯ā¯āŽ¤āŽ˛ā¯subpattern āŽĒā¯†āŽ¯āŽ°āŽŋāŽ˛ā¯ āŽŽā¯āŽŸāŽŋāŽ•ā¯āŽ•āŽĒā¯āŽĒāŽŸā¯āŽŸ āŽĩāŽŋāŽŸā¯āŽĒāŽŸā¯āŽŸāŽĩā¯ˆāŽ•āŽŗā¯mount āŽ‰āŽŗā¯āŽŗāŽŸāŽ•ā¯āŽ• āŽĩāŽ•ā¯ˆāŽ¯ā¯ˆ āŽšā¯†āŽ¯āŽ˛ā¯āŽĒāŽŸā¯āŽ¤ā¯āŽ¤āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆmount āŽĩā¯†āŽŗāŽŋāŽ¯ā¯‡āŽąā¯āŽąāŽ¤ā¯āŽ¤ā¯ˆ āŽšā¯†āŽ¯āŽ˛ā¯āŽĒāŽŸā¯āŽ¤ā¯āŽ¤āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆmount eject_with_operation āŽ…āŽ˛ā¯āŽ˛āŽ¤ā¯ āŽĩā¯†āŽŗāŽŋāŽ¯ā¯‡āŽąā¯āŽąāŽ¤ā¯āŽ¤ā¯ˆ āŽšā¯†āŽ¯āŽ˛ā¯āŽĒāŽŸā¯āŽ¤ā¯āŽ¤āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆmount remount āŽ āŽšā¯†āŽ¯āŽ˛ā¯āŽĒāŽŸā¯āŽ¤ā¯āŽ¤āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆmount āŽ’āŽ°ā¯āŽ™ā¯āŽ•āŽŋāŽŖā¯ˆāŽ¤ā¯āŽ¤āŽ˛ā¯ āŽ‰āŽŗā¯āŽŗāŽŸāŽ•ā¯āŽ• āŽĩāŽ•ā¯ˆāŽ¯ā¯ˆ āŽšā¯†āŽ¯āŽ˛ā¯āŽĒāŽŸā¯āŽ¤ā¯āŽ¤āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆmount unmountāŽ āŽšā¯†āŽ¯āŽ˛ā¯āŽĒāŽŸā¯āŽ¤ā¯āŽ¤āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆmount unmount āŽ…āŽ˛ā¯āŽ˛āŽ¤ā¯ unmount_with_operationāŽ āŽšā¯†āŽ¯āŽ˛ā¯āŽĒāŽŸā¯āŽ¤ā¯āŽ¤āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆāŽŽā¯€āŽŖā¯āŽŸā¯āŽŽā¯ āŽšā¯†āŽ¯ā¯āŽĩāŽ¤āŽąā¯āŽ•ā¯ āŽŽāŽ¤ā¯āŽĩā¯āŽŽāŽŋāŽ˛ā¯āŽ˛ā¯ˆāŽ¨āŽŋāŽąā¯ˆāŽ¯āŽŋāŽ˛ā¯{} āŽŽāŽŖā¯āŽ•āŽŗā¯ āŽŽāŽŋāŽ• āŽĒā¯†āŽ°āŽŋāŽ¤āŽžāŽ• āŽ‰āŽŗā¯āŽŗāŽŠ{} āŽ¤āŽ•ā¯āŽ¤āŽŋāŽ¯āŽžāŽŗāŽ°āŽŋāŽ˛ā¯ āŽšā¯†āŽ¯āŽ˛āŽŋāŽ´āŽ•ā¯āŽ•āŽĒā¯āŽĒāŽŸā¯āŽŸāŽĩā¯ˆāŽ¯āŽŋāŽŠā¯ āŽŽāŽŖā¯āŽŖāŽŋāŽ•ā¯āŽ•ā¯ˆāŽ•āŽŗā¯āŽŽāŽŖā¯āŽŽ āŽŽāŽ¤āŽŋāŽĒā¯āŽĒ❁ \377āŽ āŽĩāŽŋāŽŸ āŽ…āŽ¤āŽŋāŽ•āŽŽā¯āŽ¨āŽŋāŽŠā¯ˆāŽĩāŽ•āŽŽā¯ āŽ¨āŽŋāŽ°āŽŽā¯āŽĒāŽŋāŽ¯āŽ¤ā¯overran āŽ•ā¯ˆāŽŽā¯āŽĒā¯ˆāŽ˛ā¯ āŽĒāŽŖāŽŋāŽ¯āŽŋāŽŸāŽŽā¯āŽŽā¯āŽŠā¯āŽĒ❁ āŽšā¯‹āŽ¤āŽŋāŽ•ā¯āŽ•āŽĒā¯āŽĒāŽŸā¯āŽŸ āŽ•ā¯āŽąāŽŋāŽĒā¯āŽĒāŽŋāŽŸāŽĒā¯āŽĒāŽŸā¯āŽŸ āŽ¤ā¯āŽŖā¯ˆ āŽ¤ā¯‹āŽąā¯āŽąāŽŽā¯ āŽ‡āŽ˛ā¯āŽ˛ā¯ˆāŽŽāŽ´ā¯āŽ¤ā¯āŽ¤ā¯ āŽĩāŽ•ā¯āŽĒā¯āŽĒāŽŋāŽ˛ā¯ āŽĩāŽ°āŽŽā¯āŽĒ❁ āŽšā¯†āŽ¯āŽ˛āŽŋāŽ´āŽ•ā¯āŽ•āŽĒā¯āŽĒāŽŸā¯āŽŸāŽ¤ā¯āŽ‰āŽŸā¯āŽšā¯āŽ´āŽ˛ā¯ āŽŽāŽ˛ā¯āŽ˛ā¯ˆ āŽ…āŽŸā¯ˆāŽ¯āŽĒā¯āŽĒāŽŸā¯āŽŸāŽ¤ā¯.āŽ•āŽŸā¯āŽŸāŽžāŽ¯āŽŽāŽŋāŽ˛ā¯āŽ˛āŽžāŽŽāŽ˛ā¯ āŽŽāŽąā¯āŽšā¯āŽ´āŽąā¯āŽšāŽŋ āŽ…āŽ´ā¯ˆāŽĒā¯āŽĒ❁ āŽšā¯āŽąā¯āŽąāŽžāŽ¤ā¯āŽ‡āŽ˛ā¯āŽ˛āŽžāŽ¤ āŽ¤ā¯āŽŖā¯ˆ āŽ¤ā¯‹āŽąā¯āŽąāŽ¤ā¯āŽ¤āŽŋāŽąā¯āŽ•āŽžāŽŠ āŽ•ā¯āŽąāŽŋāŽĒā¯āŽĒā¯āŽšāŽžāŽ¤āŽ°āŽŖ āŽĩā¯†āŽŗāŽŋāŽĒā¯āŽĒāŽžāŽŸā¯āŽ•āŽŗā¯ āŽŽāŽŋāŽ•āŽĒā¯āŽĒā¯†āŽ°āŽŋāŽ¯āŽĩ❈DEFINE āŽ•ā¯āŽ´ā¯āŽĩ❈ āŽŽā¯€āŽŖā¯āŽŸā¯āŽŽā¯ āŽ…āŽŽā¯ˆāŽ•ā¯āŽ• āŽ…āŽŠā¯āŽŽāŽ¤āŽŋ āŽ‡āŽ˛ā¯āŽ˛ā¯ˆāŽ…āŽŠāŽžāŽ¤ā¯ˆāŽ¯āŽžāŽŠ āŽ•āŽŸā¯ˆāŽšāŽŋ '\'subpattern āŽŠā¯ āŽĒā¯†āŽ¯āŽ°ā¯ āŽŽāŽŋāŽ• āŽ¨ā¯€āŽŗāŽŽāŽžāŽŠāŽ¤ā¯ (āŽ…āŽ¤āŽŋāŽ•āŽĒāŽŸā¯āŽšāŽŽā¯ 32 āŽŽāŽŖā¯āŽ•āŽŗā¯)symlink āŽĒā¯‚āŽœā¯āŽœāŽŋāŽ¯āŽŽāŽžāŽ• āŽ‡āŽ°ā¯āŽ•ā¯āŽ•āŽ•ā¯āŽ•ā¯‚āŽŸāŽžāŽ¤ā¯āŽ¤ā¯‹āŽ°āŽŖāŽŋ āŽ‰āŽŗā¯āŽŗāŽŸāŽ•ā¯āŽ•āŽ™ā¯āŽ•āŽŗā¯ āŽĒāŽ•ā¯āŽ¤āŽŋ āŽĒā¯ŠāŽ°ā¯āŽ¤ā¯āŽ¤āŽ¤ā¯āŽ¤ā¯āŽ•ā¯āŽ•ā¯ āŽ†āŽ¤āŽ°āŽĩ❁ āŽ¤āŽ°āŽžāŽ¤ āŽ‰āŽ°ā¯āŽĒā¯āŽĒāŽŸāŽŋāŽ•āŽŗāŽžāŽ• āŽ‰āŽŗā¯āŽŗāŽŠsubpatterns āŽ•ā¯āŽ•ā¯ āŽ¨āŽŋāŽąā¯ˆāŽ¯ āŽĒā¯†āŽ¯āŽ°ā¯āŽ•āŽŗā¯ āŽ‰āŽŗā¯āŽŗāŽ¤ā¯ (āŽ…āŽ¤āŽŋāŽ•āŽĒāŽŸā¯āŽšāŽŽā¯ 10,000)āŽ‡āŽ°āŽŖā¯āŽŸā¯ āŽĒā¯†āŽ¯āŽ°āŽŋāŽŸāŽĒā¯āŽĒāŽŸā¯āŽŸ subpatterns āŽ•āŽŗā¯āŽŽā¯ āŽ’āŽ°ā¯‡ āŽĒā¯†āŽ¯āŽ°ā¯ˆ āŽĒā¯†āŽąā¯āŽąā¯āŽŗā¯āŽŗāŽ¤ā¯āŽŽāŽ¤āŽŋāŽ°ā¯āŽĒāŽžāŽ°āŽžāŽ¤ āŽ¤āŽŋāŽ°ā¯āŽŽā¯āŽĒā¯āŽ¤āŽ˛ā¯āŽŽā¯āŽŸāŽŋāŽĩāŽŸā¯ˆāŽ¯āŽžāŽ¤ āŽ‰āŽŗā¯āŽŗā¯€āŽŸā¯āŽĒ❁ āŽŽā¯‡āŽąā¯āŽ•ā¯‹āŽŗā¯āŽ¤ā¯†āŽ°āŽŋāŽ¯āŽžāŽ¤ POSIX āŽĩāŽ•ā¯āŽĒā¯āŽĒ❁ āŽĒā¯†āŽ¯āŽ°ā¯āŽ¤ā¯†āŽ°āŽŋāŽ¯āŽžāŽ¤ āŽ¤āŽĩāŽąā¯āŽ¤ā¯†āŽ°āŽŋāŽ¯āŽžāŽ¤ āŽĩā¯†āŽŗāŽŋāŽ¯ā¯‡āŽąā¯āŽą āŽĩāŽ°āŽŋāŽšā¯ˆāŽŽā¯āŽąā¯ˆāŽĒāŽŋāŽŠā¯ āŽ¤ā¯†āŽ°āŽŋāŽ¯āŽžāŽ¤ āŽ‡āŽ¯āŽ˛ā¯āŽĒāŽŋāŽŠā¯ āŽĒā¯†āŽ¯āŽ°ā¯ \P āŽ…āŽ˛ā¯āŽ˛āŽ¤ā¯ \pāŽ…āŽŸā¯ˆāŽ¯āŽžāŽŗāŽŽā¯ āŽ•āŽžāŽŖāŽŽā¯āŽŸāŽŋāŽ¯āŽžāŽ¤ āŽŽāŽŖā¯āŽŖāŽŋāŽąā¯āŽ•ā¯ āŽĒāŽŋāŽąāŽ•ā¯ (?āŽ…āŽŸā¯ˆāŽ¯āŽžāŽŗāŽŽā¯ āŽ•āŽžāŽŖāŽŽā¯āŽŸāŽŋāŽ¯āŽžāŽ¤ āŽŽāŽŖā¯āŽŖāŽŋāŽąā¯āŽ•ā¯ āŽĒāŽŋāŽąāŽ•ā¯ (?<āŽ…āŽŸā¯ˆāŽ¯āŽžāŽŗāŽŽā¯ āŽ•āŽžāŽŖāŽŽā¯āŽŸāŽŋāŽ¯āŽžāŽ¤ āŽŽāŽŖā¯āŽŖāŽŋāŽąā¯āŽ•ā¯ āŽĒāŽŋāŽąāŽ•ā¯ (?PāŽ…āŽąāŽŋāŽ¯āŽžāŽ¤ āŽŽāŽ´ā¯āŽ¤ā¯āŽ¤ā¯ āŽĩāŽ°ā¯āŽ•āŽŋāŽąāŽ¤ā¯ \āŽ¤ā¯ŠāŽ•ā¯āŽ¤āŽŋ āŽĩā¯†āŽŗāŽŋāŽ¯ā¯‡āŽąā¯āŽąāŽ¤ā¯āŽ¤ā¯ˆ āŽšā¯†āŽ¯āŽ˛ā¯āŽĒāŽŸā¯āŽ¤ā¯āŽ¤āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆāŽ¤ā¯ŠāŽ•ā¯āŽ¤āŽŋ eject_with_operation āŽ…āŽ˛ā¯āŽ˛āŽ¤ā¯ āŽĩā¯†āŽŗāŽŋāŽ¯ā¯‡āŽąā¯āŽąāŽ¤ā¯āŽ¤ā¯ˆ āŽšā¯†āŽ¯āŽ˛ā¯āŽĒāŽŸā¯āŽ¤ā¯āŽ¤āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆāŽ¤ā¯ŠāŽ•ā¯āŽ¤āŽŋ āŽŽāŽĩā¯āŽŖā¯āŽŸā¯ˆ āŽšā¯†āŽ¯āŽ˛ā¯āŽĒāŽŸā¯āŽ¤ā¯āŽ¤āŽĩāŽŋāŽ˛ā¯āŽ˛ā¯ˆāŽ•āŽžāŽ˛āŽŋāŽ¯āŽžāŽŠ āŽ¤ā¯āŽŖā¯ˆ āŽšāŽ°āŽ™ā¯āŽ•āŽŗā¯āŽ•ā¯āŽ•ā¯ āŽĒāŽŖāŽŋāŽ¯āŽŋāŽŸ āŽŽāŽ˛ā¯āŽ˛ā¯ˆ āŽ…āŽŸā¯ˆāŽ¯āŽĒā¯āŽĒāŽŸā¯āŽŸāŽ¤ā¯.āŽĒā¯‚āŽœā¯āŽ¯ āŽ¨ā¯€āŽŗ āŽ‰āŽŗā¯āŽŗā¯€āŽŸā¯āŽĒ❁ āŽŽā¯‡āŽąā¯āŽ•ā¯‹āŽŗā¯./glib-2.22.2-i686/usr/share/locale/zh_CN/0000755000000000000000000000000011271167004016213 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/zh_CN/LC_MESSAGES/0000755000000000000000000000000011271167004020000 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/zh_CN/LC_MESSAGES/glib20.mo0000644000000000000000000011234311271166637021433 0ustar rootrootŪ•Šl ŧ0!1!E!M!U! ]!i!q!Y‚!_Ü!a<"ž"¸")Ø"#&#B=#€#—#+Ŧ#(Ø# $"$#>$b$|$2”$9Į$!%4#%/X%ˆ%3Ÿ%+Ķ%1˙%-1&/_&#&ŗ& Č&)é&'(/',X'%…'&Ģ'"Ō'"õ')(!B( d(A…(žĮ(f)});).Ų)**.3*b**{*&Ļ*aÍ*F/+4v+2Ģ+:Ū+A,@[,;œ,WØ,W0-1ˆ-/ē-%ę-?.5P.I†.‘Đ. b/ƒ/˜/ˇ/Ô/ë/00.0C0b00!›0Ŋ0Ũ0ü01-1 B1c11–1Ž1Ę1æ12272"O2r2Ž2­2!Å2į2ü2 363P3g3!3)Ŗ3-Í3û3414,K4x4!”4ļ4Î4:č4.#50R59ƒ5Ŋ5×5>ņ5$06#U6y6'—6.ŋ6î6? 7)M7$w7%œ7-Â7đ7!89&8*`89‹8Å8-â8+9Š<9&Į9+î93:#N:!r:)”:8ž:9÷:%1;.W;-†;.´;ã;)ú;!$< F<T<s<.ƒ< ˛<&Ā<#į<& =2=R=3m=-Ą=(Ī=(ø=(!>)J>t>”>Ĩ>š>Đ>á>ö>?$$?0I?z?+š?!Æ?č?@1"@.T@Tƒ@FØ@=AL]A+ĒA!ÖAøA-B$FB(kB”B"¯B3ŌB9C@C"]C€C!˜C1ēC2ėC<D\D&{D9ĸDÜD÷D)E;E#NELrENŋE°FzŋF:GRG%jG8G-ÉG*÷G5"H*XH/ƒH ŗHÔH čH% I/I"LIoI…I—I°I!ĐI ōIJ,JIJ\J!wJ$™J0žJ"īJFK:YK-”K2ÂKõK; L IL'jL-’L)ĀL"ęL M$!M FM?gM.§MÖMíMN!N'>N3fN.šN(ÉN0ōN+#OOOoO*ˆOŗOOŌOC"P"fP‰P&ŠP!ĐP*ōPQ6QHQ gQCtQ¸QĀQÛQ0âQ.R3BR-vR ¤RÅR áRíR&S(SK=S‰S*ĻSDŅST;1T0mT žT1ŦTŪTīT U0UEUbUqU)UšUÎU!éU V&VCV"RV$uVšV*˛V(ŨVW""W!EWgWW)•W%ŋW-åWX1X9QX‹XĢXŊX%ŨX Y $Y2Y2NY%Y§Y&ŋY$æY Z'(ZPZ3`Z”Z=­Z+ëZ([@[R[p[ ‰[—[$¯[Ô[ ô[ \ 6\W\v\,•\Â\yá\[^n^v^~^†^ –^  ^TĒ^Q˙^PQ_ĸ_(Á_#ę_` "`0C`t``Ŗ`,Â`ī`a!a@aSa/la5œa!Ōa<ôa71bib'‚b(Ēb-Ķb)c++cWcvc‰c-ĸcĐcéc7d1@d.rdĄdĀdādüde;1eume ãeđe1 f.;f.jf3™fÍf"ãf!gE(g-ng!œg!žg*āg2 h7>h!vhV˜hFīh06i!gi0‰i@ēi5ûiO1jojņjk"k:kRkjk…kkŦkŊkÕkík#l,lJlhl€l l(´lŨlũlm-mMmem}m•m­m#Åmémn"n =n^ntn n °nŅnén#o%%o&KorooĢo3Éo%ũo)#p#Mpqp9‰p*Ãp'îp<qSqkq9ƒqŊq'Ũq+r!1r1Sr…r+Ĩr!Ņrķr s1*s\sls9†s/Ās7đs(t1Ht/ztdĒt!u%1u4WuŒuŦu%Ėu.ōuD!v!fv1ˆv0ēv1ëvw2wQw jwww•w'ĢwĶw3ãwx-0x^x|x6—x)Îx$øx$y$By'gyy¨yģyÖyëyūyz+z!Az5cz'™z,Áz#îz{1{$L{/q{AĄ{2ã{4|9K|)…|¯|Ę|2å|}$1}V}%i}0}6Ā}÷}!~4~H~)g~-‘~:ŋ~ú~ ):d„3›Ī$âW€M_€ĸ­€bPŗƁց,ī&‚C‚%`‚$†‚$Ģ‚Ђé‚ ƒ&ƒDƒWƒpƒ‰ƒœƒ˛ƒȃāƒķƒ„„/„E„!d„.†„ĩ„GŅ„;… U…)v… ….˛…!á… †+$†#P†"t†—†džÆ;ֆ#‡6‡ J‡X‡$s‡#˜‡-ŧ‡0ę‡$ˆ'@ˆ$hˆ ˆ&ވ)Ո!˙ˆJ!‰Al‰!މ#Љ+ô‰ Š,?ŠlŠˆŠ˜Š ފ>ģŠ úŠ‹ ‹0*‹)[‹)…‹&¯‹֋ņ‹ ŒŒ&,ŒSŒTiŒžŒՌ:ôŒ/@B&ƒ Ē$ˇ ܍鍎&Ž%8Ž ^ŽkŽŽŽ°ŽƎãŽųŽ "A^$t ™#ē+Ū *<N!i!‹­Ð'␠‘ ‘<‘U‘t‘ Œ‘!™‘3ģ‘ī‘’$!’!F’h’’œ’+ļ’â’-ū’,,“*Y“„“—“°“ Į“ԓ"ę“ ”,”L”i”…”˜”$Ģ”Д´A4ôM¸Uû&K6ĩSŒũ¯8Á1cI‡ēŗ-ëâBW×Ũã$‰Ã! į\q |ķ/G&›ąHRž|*_¤ŠÍ;­nÔ'Z6@līhgĸ:rTæĶ†Xõ~x°"w)ōBP ø‚ĖĀ)a€mN$…]?ÛY˙a<@ŽNwm (u{LZ1O‰cÂ>37kSjĨoęi7 Čáp3.zˇ÷ˆî\+JPĄfvTܟ—OŲØe"=5J‡ ‹ģtāËļŧÕ2ė,éLú/X…WV`–y _'8[9E+É?‘Qsņ5 å֙„•DĻÆo<ä}:ŪĒnŋ4ĢEi„f,’ísCD%2#Gg>z}ž9IŅAŠMp¨jrR*q‚Qb ʲ;]ÎŦxutų0Ŋ ˜ĮĐ^Úhđ vk`€ŽK[^=dHCˆ0!Y”Χ%ŃU-ßl“öV ÄčFšŖüFdœšƒŌ .Šebū#y†({~ (invalid encoding)%.1f GB%.1f KB%.1f MB%s filetype%s type%u byte%u bytes'%s' is not a valid character following a '<' character; it may not begin an element name'%s' is not a valid character following the characters '''%s' is not a valid name '%s' is not a valid name: '%c' (?R or (?[+-]digits must be followed by )) without opening (A bookmark for URI '%s' already existsAbstract unix domain socket addresses not supported on this systemAdded socket is closedApplication Options:Association creation not supported on win32Attribute '%s' of element '%s' not foundAttribute value must be non-NULLBackup file creation failedCan't copy directory over directoryCan't copy over directoryCan't copy special fileCan't create user MIME configuration folder %s: %sCan't create user application configuration folder %s: %sCan't create user desktop file %sCan't do a raw read in g_io_channel_read_line_stringCan't do a raw read in g_io_channel_read_to_endCan't find applicationCan't handle the supplied version the icon encodingCan't handle version %d of GEmblem encodingCan't handle version %d of GEmblemedIcon encodingCan't handle version %d of GFileIcon encodingCan't handle version %d of GThemedIcon encodingCan't move directory over directoryCan't open directoryCan't recursively copy directoryCan't rename file, filename already existCan't rename root directoryCancellable initialization not supportedCannot convert fallback '%s' to codeset '%s'Cannot parse double value '%s' for %sCannot parse integer value '%s' for %sCannot set permissions on symlinksCannot truncate GMemoryInputStreamChannel terminates in a partial characterCharacter out of range for UTF-16Character out of range for UTF-8Character reference '%-.*s' does not encode a permitted characterCharacter reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Connection in progressContaining mount does not existConversion from character set '%s' to '%s' is not supportedCould not allocate %lu bytes to read file "%s"Could not open converter from '%s' to '%s'Could not open converter from '%s' to '%s': %sCustom definition for %sDEFINE group contains more than one branchDesktop file didn't specify Exec fieldDocument ended unexpectedly after the equals sign following an attribute name; no attribute valueDocument ended unexpectedly inside a comment or processing instructionDocument ended unexpectedly inside an attribute nameDocument ended unexpectedly inside an element nameDocument ended unexpectedly inside an element-opening tag.Document ended unexpectedly inside the close tag for element '%s'Document ended unexpectedly just after an open angle bracket '<'Document ended unexpectedly while inside an attribute valueDocument ended unexpectedly with elements still open - '%s' was the last element openedDocument ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>Document must begin with an element (e.g. )Document was empty or contained only whitespaceDouble value '%s' for %s out of rangeElement '%s' was closed, but the currently open element is '%s'Element '%s' was closed, no element is currently openEmpty entity '&;' seen; valid entities are: & " < > 'Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Entity name '%-.*s' is not knownEnumerator is closedError accepting connection: %sError binding to address: %sError closing file: %sError closing socket: %sError closing unix: %sError connecting: Error connecting: %sError creating backup copy: %sError creating directory: %sError during conversion: %sError getting filesystem info: %sError launching application: %sError making symbolic link: %sError moving file: %sError on line %d char %d: Error on line %d: %sError opening directory '%s': %sError opening file '%s': %sError opening file: %sError parsing option %sError reading file '%s': %sError reading from file: %sError reading from unix: %sError receiving data: %sError receiving message: %sError removing file: %sError removing old backup link: %sError removing old file: %sError removing target file: %sError renaming file: %sError renaming temporary file: %sError resolving '%s'Error resolving '%s': %sError reverse-resolving '%s': %sError seeking in file: %sError sending data: %sError sending message: %sError setting SELinux context: %sError setting extended attribute '%s': %sError setting modification or access time: %sError setting owner: %sError setting permissions: %sError setting symlink: %sError setting symlink: file is not a symlinkError stating file '%s': %sError stating file descriptor: %sError trashing file: %sError truncating file: %sError while compiling regular expression %s at char %d: %sError while matching regular expression %s: %sError while optimizing regular expression %s: %sError while parsing replacement text "%s" at char %lu: %sError writing to file: %sError writing to unix: %sExisting file '%s' could not be removed: g_unlink() failed: %sExpected a GEmblem for GEmblemedIconExpecting 1 control message, got %dExpecting one fd, but got %d Failed to change to directory '%s' (%s)Failed to close file '%s': fclose() failed: %sFailed to create file '%s': %sFailed to create pipe for communicating with child process (%s)Failed to execute child process "%s" (%s)Failed to execute child process (%s)Failed to execute helper program (%s)Failed to expand exec line '%s' with URI '%s'Failed to fork (%s)Failed to fork child process (%s)Failed to get attributes of file '%s': fstat() failed: %sFailed to map file '%s': mmap() failed: %sFailed to open file '%s' for writing: fdopen() failed: %sFailed to open file '%s': %sFailed to open file '%s': fdopen() failed: %sFailed to open file '%s': open() failed: %sFailed to parse '%-.*s', which should have been a digit inside a character reference (ê for example) - perhaps the digit is too largeFailed to read data from child processFailed to read data from child process (%s)Failed to read enough data from child pid pipe (%s)Failed to read from child pipe (%s)Failed to read from file '%s': %sFailed to read the symbolic link '%s': %sFailed to redirect output or input of child process (%s)Failed to rename file '%s' to '%s': g_rename() failed: %sFailed to resize memory output streamFailed to write file '%s': fflush() failed: %sFailed to write file '%s': fsync() failed: %sFailed to write file '%s': fwrite() failed: %sFile "%s" is too largeFile enumerator has outstanding operationFile enumerator is already closedFile is emptyFile names cannot contain '%c'Filesystem rootGSocketControlMessage not supported on windowsHelp Options:Hostname '%s' contains '[' but not ']'Input stream doesn't implement readInteger value '%s' for %s out of rangeInteger value '%s' out of rangeInvalid GSeekType suppliedInvalid UTF-8 encoded text in name - not valid '%s'Invalid attribute type (byte string expected)Invalid attribute type (string expected)Invalid attribute type (uint32 expected)Invalid attribute type (uint64 expected)Invalid byte sequence in conversion inputInvalid extended attribute nameInvalid filenameInvalid filename %sInvalid group name: %sInvalid hostnameInvalid key name: %sInvalid program name: %sInvalid seek requestInvalid sequence in conversion inputInvalid socket, initialization failed due to: %sInvalid socket, not initializedInvalid string in argument vector at %d: %sInvalid string in environment: %sInvalid symlink value givenInvalid working directory: %sKey file contains escape character at end of lineKey file contains invalid escape sequence '%s'Key file contains key '%s' in group '%s' which has value that cannot be interpreted.Key file contains key '%s' which has value that cannot be interpreted.Key file contains key '%s' with value '%s' which is not UTF-8Key file contains line '%s' which is not a key-value pair, group, or commentKey file contains unsupported encoding '%s'Key file does not have group '%s'Key file does not have key '%s'Key file does not have key '%s' in group '%s'Key file does not start with a groupLeftover unconverted data in read bufferListener is already closedMalformed input data for GFileIconMalformed number of tokens (%d) in GEmblem encodingMalformed number of tokens (%d) in GEmblemedIcon encodingMalformed version number: %sMemory output stream not resizableMissing argument for %sMove between mounts not supportedNo MIME type defined in the bookmark for URI '%s'No application is registered as handling this fileNo application with name '%s' registered a bookmark for '%s'No bookmark found for URI '%s'No groups set in bookmark for URI '%s'No private flag has been defined in bookmark for URI '%s'No service record for '%s'No type for class name %sNo valid bookmark file found in data dirsNot a regular fileNot enough space for socket addressOdd character '%s', expected a '=' after attribute name '%s' of element '%s'Odd character '%s', expected a '>' character to end the empty-element tag '%s'Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute nameOdd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'Operation not supportedOperation was cancelledOutput stream doesn't implement writePCRE library is compiled without UTF8 properties supportPCRE library is compiled without UTF8 supportPOSIX collating elements are not supportedPOSIX named classes are supported only within a classPartial character sequence at end of inputQuoted text doesn't begin with a quotation markReached maximum data array limitReceived invalid fdSELinux context must be non-NULLSELinux is not enabled on this systemSeek not supported on streamSetting attribute %s not supportedShow all help optionsShow help optionsSocket is already closedSource stream is already closedStream doesn't support query_infoStream has outstanding operationStream is already closedSymbolic links not supportedTarget file existsTarget file is a directoryTarget file is not a regular fileTemplate '%s' doesn't contain XXXXXXTemplate '%s' invalid, should not contain a '%s'Temporarily unable to resolve '%s'Text ended before matching quote was found for %c. (The text was '%s')Text ended just after a '\' character. (The text was '%s')Text was empty (or contained only whitespace)The URI '%s' contains invalidly escaped charactersThe URI '%s' is invalidThe URI '%s' is not an absolute URI using the "file" schemeThe file was externally modifiedThe hostname of the URI '%s' is invalidThe local file URI '%s' may not include a '#'The pathname '%s' is not an absolute pathToo large count value passed to %sTrash not supportedTruncate not allowed on input streamTruncate not supported on streamType %s does not implement from_tokens() on the GIcon interfaceType %s does not implement the GIcon interfaceType %s is not classedURIs not supportedUnable to create socket: %sUnable to create trash dir %s: %sUnable to create trashing info file: %sUnable to find default local directory monitor typeUnable to find default local file monitor typeUnable to find or create trash directoryUnable to find terminal required for applicationUnable to find toplevel directory for trashUnable to get pending error: %sUnable to trash file: %sUnexpected attribute '%s' for element '%s'Unexpected early end-of-streamUnexpected error in g_io_channel_win32_poll() reading data from a child processUnexpected error in select() reading data from a child process (%s)Unexpected error in waitpid() (%s)Unexpected tag '%s' inside '%s'Unexpected tag '%s', tag '%s' expectedUnexpected type of ancillary dataUnknown error executing child process "%s"Unknown error on connectUnknown option %sUnknown protocol was specifiedUnknown typeUnmatched quotation mark in command line or other shell-quoted textUnnamedUnsupported socket addressUsage:Valid key file could not be found in search dirsValue '%s' cannot be interpreted as a boolean.Value '%s' cannot be interpreted as a float number.Value '%s' cannot be interpreted as a number.Waiting for socket condition: %sWrong number of tokens (%d)[OPTION...]\ at end of pattern\C not allowed in lookbehind assertion\c at end of pattern\g is not followed by a braced name or an optionally braced non-zero numberassertion expected after (?(association changes not supported on win32back references as conditions are not supported for partial matchingbacktracking limit reachedcase-changing escapes (\l, \L, \u, \U) are not allowed herecharacter value in \x{...} sequence is too largecode overflowconditional group contains more than two branchescorrupted objectcould not get local address: %scould not get remote address: %scould not listen: %screating GSocket from fd: %sdigit expecteddrive doesn't implement ejectdrive doesn't implement polling for mediafailed to get memoryhexadecimal digit expectedhexadecimal digit or '}' expectedillegal symbolic referenceinconsistent NEWLINE optionsinternal errorinternal error or corrupted objectinvalid combination of newline flagsinvalid condition (?(0)invalid escape sequence in character classlookbehind assertion is not fixed lengthmalformed \P or \p sequencemalformed number or name after (?(missing '<' in symbolic referencemissing ) after commentmissing terminating )missing terminating ] for character classmissing terminator in subpattern namemount doesn't implement content type guessingmount doesn't implement ejectmount doesn't implement remountmount doesn't implement synchronous content type guessingmount doesn't implement unmountnothing to repeatnumber too big in {} quantifiernumbers out of order in {} quantifieroctal value is greater than \377out of memoryoverran compiling workspacepreviously-checked referenced subpattern not foundrange out of order in character classrecursion limit reachedrecursive call could loop indefinitelyreference to non-existent subpatternregular expression too largerepeating a DEFINE group is not allowedstray final '\'subpattern name is too long (maximum 32 characters)symlink must be non-NULLthe pattern contains items not supported for partial matchingtoo many named subpatterns (maximum 10,000)two named subpatterns have the same nameunexpected repeatunfinished symbolic referenceunknown POSIX class nameunknown errorunknown escape sequenceunknown property name after \P or \punrecognized character after (?unrecognized character after (?<unrecognized character after (?Punrecognized character follows \volume doesn't implement ejectvolume doesn't implement mountworkspace limit for empty substrings reachedzero-length symbolic referenceProject-Id-Version: glib HEAD Report-Msgid-Bugs-To: POT-Creation-Date: 2009-10-07 09:51-0400 PO-Revision-Date: 2009-09-09 20:48+0800 Last-Translator: Hinker Language-Team: Chinese/Simplified MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=1; plural=0 (æ— æ•ˆįš„įŧ–᠁)%.1f GB%.1f KB%.1f MB%s 文äģļįąģ型%s įąģ型%u å­—čŠ‚â€œ%s”å‡ēįŽ°åœ¨å­—įŦĻ“<”后是无效字įŦĻīŧ›åŽƒä¸čƒŊäŊœä¸ēå…ƒį´ åįš„åŧ€å¤´â€œ%s”å‡ēįŽ°åœ¨å­—įŦĻ“”“%s” ä¸æ˜¯æœ‰æ•ˆįš„åį§°â€œ%sâ€ä¸æ˜¯æœ‰æ•ˆįš„åį§°īŧšâ€œ%c”(?R 或 (?[+-]数字 åŋ…éĄģčˇŸį€ )) æ˛Ąæœ‰åŧ€å§‹įš„ (URI“%sâ€įš„äšĻį­žåˇ˛įģå­˜åœ¨æœŦįŗģįģŸä¸æ”¯æŒæ‘˜čρ Unix 域åĨ—æŽĨ字地址新åĸžåĨ—æŽĨ字厞兺闭åē”ᔍፋåēé€‰éĄšīŧšwin32 ä¸æ”¯æŒå…ŗč”įš„åˆ›åģēå…ƒį´ â€œ%2$sâ€įš„åąžæ€§â€œ%1$s”æœĒæ‰žåˆ°åąžæ€§å€ŧåŋ…éĄģä¸ē非įŠē备äģŊ文äģļ创åģēå¤ąč´Ĩæ— æŗ•å°†į›ŽåŊ•复åˆļåˆ°į›ŽåŊ•æ— æŗ•å¤åˆļį›ŽåŊ•æ— æŗ•å¤åˆļį‰šæŽŠæ–‡äģļæ— æŗ•创åģēį”¨æˆˇ MIME 配įŊŽæ–‡äģļ多 %sīŧš%sæ— æŗ•åˆ›åģēį”¨æˆˇåē”ᔍፋåēé…įŊŽæ–‡äģļ多 %sīŧš%sæ— æŗ•åˆ›åģēį”¨æˆˇæĄŒéĸ文äģļ %sg_io_channel_read_line_string å‡Ŋæ•°æ— æŗ•čŋ›čĄŒåŽŸå§‹č¯ģ取g_io_channel_read_to_end å‡Ŋæ•°æ— æŗ•čŋ›čĄŒåŽŸå§‹č¯ģå–æ— æŗ•æ‰žåˆ°åē”ᔍፋåēæ— æŗ•å¤„į†æäž›įš„å›žæ ‡įŧ–į į‰ˆæœŦæ— æŗ•å¤„į† GEmblem įŧ–į įš„į‰ˆæœŦ %d æ— æŗ•å¤„į† GEmblemedIcon įŧ–į įš„į‰ˆæœŦ %dæ— æŗ•å¤„į† GFileIcon įŧ–į įš„į‰ˆæœŦ %dæ— æŗ•å¤„į† GThemedIcon įŧ–į įš„į‰ˆæœŦ %dæ— æŗ•å°†į›ŽåŊ•į§ģåŠ¨åˆ°į›ŽåŊ•æ— æŗ•æ‰“åŧ€į›ŽåŊ•æ— æŗ•é€’åŊ’复åˆļį›ŽåŊ•æ— æŗ•é‡å‘Ŋ名文äģļīŧŒč¯Ĩ文äģļååˇ˛å­˜åœ¨æ— æŗ•é‡å‘Ŋåæ šį›ŽåŊ•ä¸æ”¯æŒå¯æ’¤é”€įš„åˆå§‹åŒ–æ— æŗ•čŊŦæĸ后备字įŦĻ集“%s”到字įŦĻ集“%sâ€æ— æŗ•å¤„į† %2$s æ‰€į”¨įš„åŒį˛žåēĻå€ŧ“%1$sâ€æ— æŗ•å¤„į† %2$s æ‰€į”¨įš„æ•´æ•°å€ŧ“%1$sâ€æ— æŗ•ä¸ēįŦĻåˇé“žčŽžįŊŽæƒé™æ— æŗ•æˆĒ断 GMemoryInputStream通道į숿­ĸäēŽæœĒå°Ŋ字įŦĻ字įŦĻčļ…å‡ē UTF-16 čŒƒå›´å­—įŦĻčļ…å‡ē UTF-8 čŒƒå›´å­—įŦĻåŧ•į”¨â€œ%-.*s”不是įŧ–᠁䏀ä¸ĒčĸĢå…čŽ¸įš„å­—įŦĻ字įŦĻåŧ•į”¨æ˛Ąæœ‰äģĨåˆ†åˇį쓿Ÿã€‚垈可čƒŊ您äŊŋᔍäē† & 字įŦĻč€Œåˆä¸æ˜¯ä¸€ä¸Ē厞äŊ“ - 将čŋ™ä¸Ē & 变ä¸ē &æ­Ŗåœ¨čŋžæŽĨ包åĢįš„æŒ‚čŊŊ不存在不支持äģŽå­—įŦĻ集“%s”到“%sâ€įš„čŊŦæĸæ— æŗ•åˆ†é… %lu å­—čŠ‚äģĨč¯ģ取文äģļ“%sâ€æ— æŗ•æ‰“åŧ€äģŽâ€œ%s”到“%sâ€įš„čŊŦæĸå™¨æ— æŗ•æ‰“åŧ€äģŽâ€œ%s”到“%sâ€įš„čŊŦæĸ器īŧš%s%s įš„č‡Ēåˆļ厚厚䚉DEFINE įģ„包åĢ多äēŽä¸€ä¸Ēåˆ†æ”¯æĄŒéĸ文äģᅵǿŒ‡åޚ Exec åŒēåŸŸæ–‡æĄŖåœ¨čˇŸåœ¨åąžæ€§ååŽįš„į­‰åˇåŽæ„å¤–į쓿Ÿīŧ›æ˛Ąæœ‰åąžæ€§å€ŧæ–‡æĄŖåœ¨æŗ¨é‡Šæˆ–å¤„į†æŒ‡äģ¤ä¸­æ„å¤–į쓿Ÿæ–‡æĄŖåœ¨åąžæ€§åä¸­æ„å¤–į쓿Ÿæ–‡æĄŖåœ¨å…ƒį´ åä¸­æ„å¤–į쓿Ÿæ–‡æĄŖåœ¨å…ƒį´ čĩˇå§‹æ ‡čŽ°ä¸­æ„å¤–į쓿Ÿæ–‡æĄŖåœ¨å…ƒį´ â€œ%s”į쓿Ÿæ ‡čŽ°ä¸­æ„å¤–į쓿Ÿæ–‡æĄŖåœ¨ä¸€ä¸Ē打åŧ€įš„å°–æ‹Ŧåˇâ€œ<”后意外į쓿Ÿæ–‡æĄŖåœ¨åąžæ€§å€ŧ中意外į쓿Ÿæ–‡æĄŖåœ¨čŋ˜å­˜åœ¨æœĒį쓿Ÿå…ƒį´ æ—ļ意外į쓿Ÿ - æœ€åŽįš„æœĒį쓿Ÿå…ƒį´ æ˜¯â€œ%sâ€æ–‡æĄŖæ„å¤–į쓿ŸīŧŒåē”č¯ĨäģĨåŗå°–æ‹Ŧåˇâ€œ>”æĨį쓿Ÿæ ‡čް <%s/>æ–‡æĄŖåŋ…éĄģäģĨ一ä¸Ēå…ƒį´ åŧ€å§‹(例åĻ‚ )æ–‡æĄŖä¸ēįŠē或äģ…åĢįŠēį™Ŋ字įŦĻ%2$s æ‰€į”¨įš„åŒį˛žåēĻå€ŧ“%1$s”čļ…å‡ēčŒƒå›´å…ƒį´ â€œ%sâ€åˇ˛įģį쓿ŸīŧŒåŊ“前æœĒį쓿Ÿįš„å…ƒį´ æ˜¯â€œ%sâ€å…ƒį´ â€œ%sâ€åˇ˛įģį쓿ŸīŧŒæ˛Ąæœ‰æœĒį쓿Ÿįš„å…ƒį´ å‘įŽ°įŠēįš„åŽžäŊ““&;â€ã€‚æœ‰æ•ˆįš„åŽžäŊ“ä¸ēīŧš& " < > '厞äŊ“æ˛Ąæœ‰äģĨåˆ†åˇį쓿Ÿã€‚垈可čƒŊ您äŊŋᔍäē† & 字įŦĻč€Œåˆä¸æ˜¯ä¸€ä¸Ē厞äŊ“ - 将čŋ™ä¸Ē & 变ä¸ē &æœĒįŸĨįš„åŽžäŊ“名“%-.*sâ€æžšä¸žå™¨åˇ˛å…ŗé—­æŽĨ受čŋžæŽĨå‡ē错īŧš%s错蝝įģ‘厚地址īŧš%så…ŗé—­æ–‡äģļå‡ē错īŧš%så…ŗé—­åĨ—æŽĨ字å‡ē错īŧš%så…ŗé—­ unix å‡ē错īŧš%sčŋžæŽĨå‡ē错 :čŋžæŽĨå‡ē错 :%s创åģē备äģŊæ‹ˇč´īŧš%s创åģēį›ŽåŊ•å‡ē错īŧš%sčŊŦæĸčŋ‡į¨‹ä¸­å‡ē错īŧš%sč¯ģ取文äģļįŗģįģŸäŋĄæ¯å‡ē错īŧš%s启动åē”ᔍፋåēå‡ē错īŧš%s创åģēįŦĻåˇé“žæŽĨå‡ē错īŧš%sį§ģ动文äģļå‡ē错īŧš%sįŦŦ%d行įŦŦ%dä¸Ē字įŦĻå‡ē错īŧšįŦŦ%d行å‡ē错īŧš%s打åŧ€į›ŽåŊ•“%s”æ—ļå‘į”Ÿé”™č¯¯īŧš%s打åŧ€æ–‡äģļ“%s”å‡ē错īŧš%s打åŧ€æ–‡äģļå‡ē错īŧš%såˆ†æžé€‰éĄšå‡ē错īŧš%sč¯ģ取文äģļ“%s”å‡ē错īŧš%sč¯ģ取文äģļå‡ē错īŧš%sč¯ģ取 unix å‡ē错īŧš%sæŽĨæ”ļ数捎å‡ē错īŧš%sæŽĨ受äŋĄæ¯å‡ē错īŧš%sį§ģ除文äģļå‡ē错īŧš%sį§ģé™¤æ—§įš„å¤‡äģŊ链æŽĨå‡ē错īŧš%sį§ģ除旧文äģļå‡ē错īŧš%sį§ģé™¤į›Žæ ‡æ–‡äģļå‡ē错īŧš%s重å‘Ŋ名文äģļå‡ē错īŧš%s重å‘Ŋ名临æ—ļ文äģļå‡ē错īŧš%sé”™č¯¯č§Ŗæž “%sâ€é”™č¯¯č§Ŗæž “%s”īŧš%sé”™č¯¯åå‘č§Ŗæž “%s”īŧš%s在文äģļ中æŸĨ扞æ—ļå‡ē错īŧš%s发送数捎å‡ē错īŧš%s发送äŋĄæ¯å‡ē错īŧš%s莞įŊŽ SELinux 上下文å‡ē错īŧš%s莞įŊŽæ‰Šåą•åąžæ€§â€œ%s”å‡ē错īŧš%sé”™č¯¯čŽžįŊŽäŋŽæ”šæˆ–čŽŋ问æ—ļ间īŧš%s莞įŊŽæ‰€æœ‰č€…å‡ē错īŧš%s莞įŊŽčŽŋ闎权限å‡ē错īŧš%s莞įŊŽįŦĻåˇé“žæŽĨå‡ē错īŧš%sčŽžåŽšįŦĻåˇé“žæŽĨå‡ē错īŧšæ–‡äģļ不是įŦĻåˇé“žæŽĨčŽˇå–æ–‡äģļ“%s”įŠļ态å‡ē错īŧš%sčŽˇå–æ–‡äģļæčŋ°įŦĻįŠļ态æ—ļå‡ē错īŧš%s将文äģļæ”žåˆ°åžƒåœžįŽąå‡ē错īŧš%sæˆĒ断文äģļå‡ē错īŧš%sįŧ–č¯‘æ­Ŗåˆ™čĄ¨čžžåŧ %s (äēŽå­—įŦĻ %d 处)æ—ļå‡ē错īŧš%såŒšé…æ­Ŗåˆ™čĄ¨čžžåŧ %s å‡ēįŽ°é”™č¯¯īŧš%säŧ˜åŒ–æ­Ŗåˆ™čĄ¨čžžåŧ %s æ—ļå‡ē错īŧš%s分析æ›ŋæĸ文æœŦ"%s" æ—ļ在字įŦĻ %lu å¤„å‘į”Ÿé”™č¯¯īŧš%s写å…Ĩ文äģļå‡ē错īŧš%s写å…Ĩ unix å‡ē错īŧš%sæ— æŗ•åˆ é™¤åˇ˛æœ‰æ–‡äģļ“%s”īŧšg_unlink() å¤ąč´Ĩīŧš%sGEmblemedIcon 中åē”ä¸ē GEmblem期望一ä¸Ē控åˆļäŋĄæ¯īŧŒå´åž—到 %d期望一ä¸Ē文äģļæčŋ°įŦĻīŧŒå´åž—到 %d æ›´æ”šåˆ°į›ŽåŊ•“%sâ€å¤ąč´Ĩ(%s)å…ŗé—­æ–‡äģļ“%sâ€å¤ąč´Ĩīŧšfclose() å¤ąč´Ĩīŧš%s创åģēæ–‡äģļ“%sâ€å¤ąč´Ĩīŧš%s创åģē与子čŋ›į¨‹é€ščŽ¯įš„įŽĄé“å¤ąč´Ĩ(%s)æ‰§čĄŒå­čŋ›į¨‹â€œ%sâ€å¤ąč´Ĩ(%s)æ‰§čĄŒå­čŋ›į¨‹å¤ąč´Ĩ(%s)æ‰§čĄŒåŠŠæ‰‹į¨‹åē(%s)å¤ąč´Ĩᔍ URI “%2$sâ€åą•åŧ€ exec 行“%1$sâ€å¤ąč´Ĩfork å¤ąč´Ĩ(%s)fork 子čŋ›į¨‹å¤ąč´Ĩ (%s)čŽˇåž—æ–‡äģļ“%sâ€įš„åąžæ€§å¤ąč´Ĩīŧšfstat() å¤ąč´Ĩīŧš%s映射文äģļ“%sâ€å¤ąč´Ĩīŧšmmap() å¤ąč´Ĩīŧš%s打åŧ€æ–‡äģļ“%s”写å…Ĩå¤ąč´Ĩīŧšfdopen() å¤ąč´Ĩīŧš%s打åŧ€æ–‡äģļ“%sâ€å¤ąč´Ĩīŧš%s打åŧ€æ–‡äģļ“%sâ€å¤ąč´Ĩīŧšfdopen() å¤ąč´Ĩīŧš%s打åŧ€æ–‡äģļ“%sâ€å¤ąč´Ĩīŧšopen() å¤ąč´Ĩīŧš%s分析“%-.*sâ€å¤ąč´Ĩ。厃åē”č¯Ĩ是字įŦĻåŧ•į”¨ä¸­įš„æ•°å­—(åĻ‚ê) - 可čƒŊč¯Ĩ数字å¤Ē大äē†äģŽå­čŋ›į¨‹ä¸­č¯ģå–æ•°æŽå¤ąč´ĨäģŽå­čŋ›į¨‹ä¸­č¯ģå–æ•°æŽå¤ąč´Ĩ(%s)äģŽå­čŋ›į¨‹įŽĄé“ä¸­č¯ģ取čļŗå¤Ÿįš„æ•°æŽå¤ąč´Ĩ(%s)äģŽå­įŽĄé“ä¸­č¯ģå–å¤ąč´Ĩ(%s)č¯ģ取文äģļ“%sâ€å¤ąč´Ĩīŧš%sč¯ģ取įŦĻåˇé“žæŽĨ“%sâ€å¤ąč´Ĩīŧš%s重厚向子čŋ›į¨‹(%s)įš„čž“å…Ĩæˆ–čž“å‡ēå¤ąč´Ĩ将文äģļ“%s”重å‘Ŋ名ä¸ē“%sâ€å¤ąč´Ĩīŧšg_rename() å¤ąč´Ĩīŧš%sæ”šå˜å†…å­˜čž“å‡ēæĩå¤§å°å¤ąč´Ĩ写å…Ĩ文äģļ“%sâ€å¤ąč´Ĩīŧšfflush() å¤ąč´Ĩīŧš%s写å…Ĩ文äģļ“%sâ€å¤ąč´Ĩīŧšfsync() å¤ąč´Ĩīŧš%s写å…Ĩ文äģļ“%sâ€å¤ąč´Ĩīŧšfwrite() å¤ąč´Ĩīŧš%s文äģļ“%s”å¤Ē大文äģļæžšä¸žå™¨æœ‰åŧ‚常操äŊœæ–‡äģļæžšä¸žå™¨åˇ˛å…ŗé—­æ–‡äģļä¸ēįŠē文äģļ名不čƒŊ包åĢ“%c”文äģļįŗģį쟿 šį›ŽåŊ•Windows 不支持 GSocketControlMessageå¸ŽåŠŠé€‰éĄšīŧšä¸ģæœē名 “%s” 包åĢ“[”äŊ†æ˜¯įŧē少“]”输å…ĨæĩæœĒåŽžįŽ°č¯ģ取%2$s æ‰€į”¨įš„æ•´æ•°å€ŧ“%1$s”čļ…å‡ēčŒƒå›´æ•´æ•°å€ŧ“%s”čļ…å‡ēčŒƒå›´æäž›įš„ GSeekType æ— æ•ˆæ— æ•ˆįš„ UTF-8 įŧ–į įš„æ–‡æœŦåį§° - “%sâ€æ— æ•ˆæ— æ•ˆįš„åąžæ€§įąģ型(åē”ä¸ē byte string)æ— æ•ˆįš„åąžæ€§įąģ型(åē”ä¸ē string)æ— æ•ˆįš„åąžæ€§įąģ型(åē”ä¸ē uint32)æ— æ•ˆįš„åąžæ€§įąģ型(åē”ä¸ē uint64)čŊŦæĸ输å…Ĩ中å‡ēįŽ°æ— æ•ˆå­—įŦĻåēåˆ—æ— æ•ˆįš„æ‰Šåą•åąžæ€§åæ— æ•ˆįš„æ–‡äģļåæ— æ•ˆįš„æ–‡äģļ名名īŧš%sæ— æ•ˆįš„įģ„名īŧš%sæ— æ•ˆįš„ä¸ģæœēåæ— æ•ˆįš„é”Žåīŧš%sæ— æ•ˆįš„į¨‹åēåīŧš%sæ— æ•ˆįš„æŸĨæ‰žč¯ˇæą‚čŊŦæĸ输å…Ĩ中å‡ēįŽ°æ— æ•ˆåēåˆ—æ— æ•ˆįš„åĨ—æŽĨ字īŧŒåˆå§‹åŒ–å¤ąč´Ĩįš„åŽŸå› æ˜¯īŧš%sæ— æ•ˆįš„åĨ—æŽĨ字īŧŒä¸čƒŊčĸĢ初始化%d å¤„įš„å‚æ•°ä¸­æœ‰æ— æ•ˆįš„å­—įŦĻ串īŧš%sįŽ¯åĸƒä¸­æœ‰æ— æ•ˆįš„å­—įŦĻ串īŧš%sįģ™å‡ēįš„įŦĻåˇé“žæŽĨå€ŧæ— æ•ˆæ— æ•ˆįš„åˇĨäŊœį›ŽåŊ•īŧš%s锎文äģļåœ¨čĄŒå°žåĢ有čŊŦ䚉字įŦĻ锎文äģļ中包åĢæ— æ•ˆįš„čŊŦ义åēåˆ—“%s”锎文äģļ在“%2$s”中包åĢ“%1$s”īŧŒå…ļå€ŧæ— æŗ•č§Ŗé‡Šã€‚é”Žæ–‡äģļ包åĢ键“%s”īŧŒå…ļå€ŧæ— æŗ•č§Ŗé‡Šã€‚é”Žæ–‡äģļ包åĢ“%s”īŧŒå…ļå€ŧ“%s”不是 UTF-8锎文äģļä¸­įš„čĄŒâ€œ%s”不是锎-å€ŧ寚、į섿ˆ–æŗ¨é‡Šé”Žæ–‡äģļ包åĢä¸æ”¯æŒįš„įŧ–į â€œ%s”锎文äģ￞Ąæœ‰įģ„“%s”锎文äģ￞Ąæœ‰é”Žâ€œ%s”锎文äģļįš„įģ„“%2$s”中不包åĢ键“%1$s”锎文äģļ不äģĨįģ„åŧ€å§‹åœ¨č¯ģįŧ“å†˛é‡Œį•™æœ‰æœĒčŊŦæĸæ•°æŽį›‘åŦ噍厞兺闭GFileIcon æœ‰ä¸æ­ŖįĄŽįš„čž“å…Ĩ数捎GEmblem įŧ–į ä¸­æœ‰ä¸æ­ŖįĄŽįš„įŦĻåˇæ•°é‡(%d)GEmblemedIcon įŧ–į ä¸­æœ‰ä¸æ­ŖįĄŽįš„įŦĻåˇæ•°é‡(%d)ä¸æ­ŖįĄŽįš„į‰ˆæœŦåˇīŧš%så†…å­˜čž“å‡ēæĩæ— æŗ•攚变大小įŧē少 %s įš„å‚æ•°ä¸æ”¯æŒåœ¨æŒ‚čŊŊ之间į§ģ动URI“%sâ€įš„äšĻį­žæœĒ厚䚉 MIME įąģåž‹æ˛Ąæœ‰æŗ¨å†Œä¸ēå¤„į†æ­¤æ–‡äģļįš„åē”ᔍፋåēæ˛Ąæœ‰åä¸ē“%sâ€įš„åē”ᔍፋåēä¸ē“%sâ€æŗ¨å†ŒäšĻį­žæœĒ扞到 URI“%sâ€įš„äšĻį­žURI“%sâ€įš„äšĻį­žæœĒčŽžåŽšįģ„URI“%sâ€įš„äšĻį­žæœĒåŽšäš‰į§æœ‰æ ‡åŋ—æ˛Ąæœ‰ “%s” įš„æœåŠĄčŽ°åŊ•įąģ名 %s æ˛Ąæœ‰įąģåž‹æ— æŗ•åœ¨æ•°æŽį›ŽåŊ•ä¸­æ‰žåˆ°æœ‰æ•ˆįš„äšĻį­žæ–‡äģļ不是晎通文äģ￞Ąæœ‰čļŗå¤Ÿįš„įŠē间åĨ—æŽĨ字地址字įŦĻ“%s”无效īŧŒåœ¨åąžæ€§åâ€œ%s”(å…ƒį´ â€œ%s”)įš„åŽåē”č¯Ĩ是字įŦĻ“=”字įŦĻ“%s”无效īŧŒåē”č¯ĨäģĨ字įŦĻ“>”æĨį쓿ŸįŠēå…ƒį´ æ ‡čŽ°â€œ%s”字įŦĻ“%s”无效īŧŒåē”č¯ĨäģĨ“>”或“/”į쓿Ÿå…ƒį´ â€œ%sâ€įš„čĩˇå§‹æ ‡čްīŧŒæˆ–į´§čˇŸč¯Ĩå…ƒį´ įš„åąžæ€§īŧ›å¯čƒŊæ‚¨åœ¨åąžæ€§åä¸­äŊŋᔍä熿— æ•ˆå­—įŦĻ字įŦĻ“%s”无效īŧŒåœ¨įģ™åąžæ€§â€œ%s”(å…ƒį´ â€œ%s”)čĩ‹å€ŧæ—ļīŧŒåœ¨į­‰åˇåŽåē”č¯Ĩ是åŧ•åˇä¸æ”¯æŒč¯Ĩ操äŊœæ“äŊœčĸĢ取æļˆčž“å‡ēæĩæœĒåŽžįŽ°å†™å…ĨPCRE åē“įŧ–蝑æ—ļæœĒ包åĢ UTF8 åąžæ€§æ”¯æŒPCRE åē“įŧ–蝑æ—ļæœĒ包åĢ UTF8 支持不支持 POSIX æ•´į†å…ƒį´ åĒ有įąģ里支持 POSIX å‘Ŋåįš„įąģ输å…ĨæœĢå°žå‡ēįŽ°æœĒå°Ŋ字įŦĻåēåˆ—åŧ•į”¨įš„æ–‡æœŦæ˛Ąæœ‰äģĨåŧ•åˇåŧ€å¤´čžžåˆ°æ•°æŽæ•°įģ„上限æ”ļ到无效文äģļæčŋ°įŦĻSELinux 上下文åŋ…éĄģ是非įŠēæ­¤įŗģįģŸå°šæœĒ吝ᔍ SELinuxæĩä¸æ”¯æŒæŸĨæ‰žä¸æ”¯æŒčŽžįŊŽåąžæ€§ %s昞į¤ēå…¨éƒ¨å¸ŽåŠŠé€‰éĄšæ˜žį¤ēå¸ŽåŠŠé€‰éĄšåĨ—æŽĨ字厞įģå…ŗé—­æĨæēæĩåˇ˛įģå…ŗé—­æĩä¸æ”¯æŒ query_infoæĩæœ‰åŧ‚常操äŊœæĩåˇ˛įģå…ŗé—­ä¸æ”¯æŒįŦĻåˇé“žæŽĨį›Žæ ‡æ–‡äģļåˇ˛å­˜åœ¨į›Žæ ‡æ–‡äģ￘¯į›ŽåŊ•į›Žæ ‡æ–‡äģļ不是晎通文äģᅪĄæŋ“%sâ€įš„ä¸åŒ…åĢ XXXXXXæ¨Ąæŋ“%s”无效īŧŒä¸åē”č¯Ĩ包åĢ“%s”暂æ—ļæ— æŗ•č§Ŗæž “%s”文æœŦ在扞到与 %c åŒšé…įš„åŧ•åˇäš‹å‰į쓿Ÿã€‚(文æœŦä¸ē“%s”)文æœŦ在一ä¸Ē“\”字įŦĻ后į쓿Ÿã€‚(文æœŦä¸ē“%s”)įŠē文æœŦ(或äģ…åĢįŠēį™Ŋ字įŦĻ)URI“%s”中包åĢæ— æ•ˆįš„čŊŦ䚉字įŦĻURI“%s”无效URI“%s”不是“file”æ ŧåŧįš„įģå¯š URI文äģļ厞įģčĸĢå…ļäģ–ፋåēäŋŽæ”šURIä¸­įš„ä¸ģæœē名“%s”无效æœŦ地文äģļ URI“%s”不čƒŊ包åĢ“#â€čˇ¯åž„åâ€œ%s”不是įģå¯ščˇ¯åž„äŧ é€’įģ™ %s įš„čŽĄæ•°å€ŧå¤Ē大äē†ä¸æ”¯æŒåžƒåœžįŽąčž“å…Ĩæĩä¸å…čޏæˆĒ断æĩä¸æ”¯æŒæˆĒ断įąģ型 %s æ˛Ąæœ‰åŽžįŽ° GIcon æŽĨåŖįš„ from_tokens() æ–šæŗ•įąģ型 %s æ˛Ąæœ‰åŽžįŽ° GIcon æŽĨåŖįąģ型 %s 不是įąģ不支持 URIæ— æŗ•åˆ›åģēåĨ—æŽĨ字īŧš%s创åģēåžƒåœžįŽąį›ŽåŊ• %s å¤ąč´Ĩīŧš%s创åģē垃圞äŋĄæ¯æ–‡äģļå¤ąč´Ĩīŧš%sæ— æŗ•æ‰žéģ˜čŽ¤įš„æœŦåœ°į›ŽåŊ•ᛑ视噍įąģåž‹æ— æŗ•æ‰žåˆ°éģ˜čŽ¤įš„æœŦ地文äģļᛑ视噍įąģåž‹æ— æŗ•æ‰žåˆ°æˆ–åˆ›åģēåžƒåœžįŽąį›ŽåŊ•æ— æŗ•æ‰žåˆ°åē”ᔍፋåēéœ€čĻįš„įģˆįĢ¯æ— æŗ•æ‰žåˆ°åžƒåœžįŽąįš„éĄļįē§į›ŽåŊ•æ— æŗ•čŽˇå–æœĒå†ŗįš„é”™č¯¯īŧš%sæ— æŗ•å°†æ–‡äģļį§ģ动到回æ”ļįĢ™īŧš%så…ƒį´ â€œ%2$sâ€įš„æ„å¤–åąžæ€§â€œ%1$s”非éĸ„æœŸįš„čŋ‡æ—Šįš„æĩį쓿ŸįŦĻg_io_channel_win32_poll() äģŽå­čŋ›į¨‹ä¸­č¯ģ取数捎æ—ļå‡ēįŽ°åŧ‚叏错蝝select() 在äģŽå­čŋ›į¨‹ä¸­č¯ģ取数捎æ—ļå‡ēįŽ°åŧ‚叏错蝝 (%s)waitpid() å‡ēįŽ°åŧ‚叏错蝝 (%s)“%2$sâ€įš„æ„å¤–æ ‡į­žâ€œ%1$sâ€æ„å¤–æ ‡į­žâ€œ%s”īŧŒéœ€čĻæ ‡į­žâ€œ%s”非éĸ„æœŸįš„čž…åŠŠæ•°æŽįąģåž‹æ‰§čĄŒå­čŋ›į¨‹â€œ%s”æ—ļå‡ēįŽ°æœĒįŸĨ错蝝čŋžæŽĨæ—ļå‡ēįŽ°æœĒįŸĨ错蝝æœĒįŸĨ选项 %s指厚ä熿œĒįŸĨåčŽŽæœĒįŸĨįąģ型å‘Ŋäģ¤čĄŒæˆ–å…ļäģ–shellåŧ•į”¨æ–‡æœŦ中å‡ēįŽ°ä¸åŒšé…įš„åŧ•åˇæœĒå‘Ŋåä¸æ”¯æŒįš„åĨ—æŽĨå­—åœ°å€į”¨æŗ•īŧšåœ¨æœį´ĸį›ŽåŊ•ä¸­æ— æŗ•æ‰žåˆ°æœ‰æ•ˆįš„é”Žæ–‡äģļæ— æŗ•å°†å€ŧ“%sâ€č§Ŗé‡Šä¸ē布尔å€ŧã€‚æ— æŗ•å°†å€ŧ“%sâ€č§Ŗé‡Šä¸ēæĩŽį‚šæ•°ã€‚æ— æŗ•å°†å€ŧ“%sâ€č§Ŗé‡Šä¸ē数å€ŧã€‚į­‰åž…åĨ—æŽĨ字įŠļ态īŧš%sé”™č¯¯įš„įŦĻåˇæ•°é‡(%d)[选项...]襨螞åŧæœĢå°žįš„ \lookbehind æ–­č¨€é‡Œä¸å…čŽ¸äŊŋᔍ \C襨螞åŧæœĢå°žįš„ \c\g åŽæ˛Ąæœ‰čŠąæ‹Ŧåˇæ‹ŦčĩˇæĨįš„åį§°æˆ–å¯é€‰įš„čŠąæ‹Ŧåˇæ‹ŦčĩˇæĨįš„éžé›ļ数字(?( 后åē”č¯Ĩæœ‰æ–­č¨€win32 ä¸æ”¯æŒå…ŗč”įš„äŋŽæ”šä¸åŽŒå…¨åŒšé…æ—ļäŊœä¸ēæĄäģļįš„åŽå‘åŧ•į”¨ä¸čĸĢæ”¯æŒ.čžžåˆ°å›žæē¯ä¸Šé™čŋ™é‡Œä¸å…čޏäŊŋį”¨æ”šå˜å¤§å°å†™įš„čŊŦ义įŦĻ(\l, \L, \u, \U)\x{...} åēåˆ—é‡Œįš„å­—įŦĻå€ŧå¤Ē大äē†äģŖį æēĸå‡ēæĄäģļįģ„包åĢäē†čļ…čŋ‡ä¸¤ä¸Ēåˆ†æ”¯æ— æ•ˆå¯ščąĄä¸čƒŊčŽˇå–æœŦ地地址īŧš%s不čƒŊčŽˇå–čŋœį¨‹åœ°å€īŧš %sæ— æŗ•į›‘åŦīŧš%säģŽæ–‡äģļæčŋ°įŦĻ创åģē GSocketīŧš%sæœŸæœ›æ•°å­—éŠąåŠ¨æœĒåŽžįŽ°æŽĸå‡ēéŠąåŠ¨æœĒåŽžįŽ°åĒ’äŊ“čŊŽč¯ĸčŽˇå–å†…å­˜å¤ąč´Ĩ期望十六čŋ›åˆļ数期望十六čŋ›åˆļ数或 '}'éžæŗ•įš„įŦĻåˇåŧ•į”¨ä¸ä¸€č‡´įš„ NEWLINE é€‰éĄšå†…éƒ¨é”™č¯¯å†…éƒ¨é”™č¯¯æˆ–č€…æ— æ•ˆå¯ščąĄæ— æ•ˆįš„æ–°čĄŒæ ‡åŋ—įģ„合.æ— æ•ˆįš„æĄäģļ (?(0)字įŦĻįąģ包åĢæ— æ•ˆįš„čŊŦ义åēåˆ—lookbehind æ–­č¨€ä¸æ˜¯åŽšé•ŋįš„åŊĸåŧä¸æ­ŖįĄŽįš„ \P 或 \p åēåˆ—(?( 后有åŊĸåŧä¸æ­ŖįĄŽįš„æ•°å­—æˆ–åį§°åœ¨įŦĻåˇåŧ•ᔍ䏭įŧē少“<â€æŗ¨é‡ŠåŽįŧē少 )įŧē少į쓿Ÿįš„ )字įŦĻįąģįŧē少įģˆįģ“įš„ ]å­čĄ¨čžžåŧåé‡Œįŧē少įģˆįģ“įŦĻæŒ‚čŊŊæœĒåŽžįŽ°å†…åŽšįąģåž‹įŒœæĩ‹æŒ‚čŊŊæœĒåŽžįŽ°åŧšå‡ē挂čŊŊæ˛Ąæœ‰åŽžįŽ°é‡æ–°æŒ‚čŊŊ挂čŊŊæœĒåŽžįŽ°åŒæ­Ĩ内厚įąģåž‹įŒœæĩ‹æŒ‚čŊŊæœĒåŽžįŽ°å¸čŊŊæ˛Ąæœ‰å¯äģĨé‡å¤įš„å†…åŽš{} é‡Œįš„æ•°å­—å¤Ē大äē†{} é‡Œįš„æ•°å­—æŦĄåēéĸ å€’äē†å…Ģčŋ›åˆļå€ŧ大äēŽ \377内存不čļŗįŧ–蝑åˇĨäŊœåŒēčļ…å‡ēæ­Ŗå¸¸čŒƒå›´æœĒæ‰žåˆ°äš‹å‰æŖ€æŸĨčŋ‡įš„åŧ•ᔍčŋ‡įš„å­čĄ¨čžžåŧå­—įŦĻįąģįš„čŒƒå›´æŦĄåēéĸ å€’čžžåˆ°é€’åŊ’上限递åŊ’č°ƒį”¨å¯čƒŊå¯ŧč‡´æ— é™åžĒįŽ¯åŧ•ᔍäē†ä¸å­˜åœ¨įš„å­—čĄ¨čžžåŧæ­Ŗåˆ™čĄ¨čžžåŧå¤Ēé•ŋäē†ä¸å…čŽ¸é‡å¤ DEFINE įģ„ä¸ĸå¤ąä熿œ€åŽįš„“\â€å­čĄ¨čžžåŧåå¤Ēé•ŋäē†(最多32ä¸Ē字įŦĻ)įŦĻåˇé“žæŽĨåŋ…éĄģ是非įŠē襨螞åŧåŒ…åĢ不čĸĢéƒ¨åˆ†åŒšé…æ”¯æŒįš„éĄšæœ‰åå­čĄ¨čžžåŧå¤Ē多äē†(最多10,000ä¸Ē)两ä¸Ēæœ‰åå­čĄ¨čžžåŧæœ‰į›¸åŒįš„åį§°éžéĸ„æœŸįš„é‡å¤æœĒåŽŒæˆįš„įŦĻåˇåŧ•ᔍæœĒįŸĨįš„ POSIX įąģ名æœĒįŸĨ错蝝æœĒįŸĨįš„čŊŦ义åēåˆ—\P 或 \p 后有æœĒįŸĨįš„åąžæ€§å(? åŽæœ‰æ— æŗ•č¯†åˆĢįš„å­—įŦĻ(?< åŽæœ‰æ— æŗ•č¯†åˆĢįš„å­—įŦĻ(?P æœ‰æ— æŗ•č¯†åˆĢįš„å­—įŦĻæ— æŗ•蝆åˆĢ \ åŽįš„å­—įŦĻåˇæœĒåŽžįŽ°åŧšå‡ēåˇæœĒåŽžįŽ°æŒ‚čŊŊčžžåˆ°įŠēå­ä¸˛įš„åˇĨäŊœįŠē间限åˆļé›ļé•ŋįŦĻåˇåŧ•ᔍ./glib-2.22.2-i686/usr/share/locale/en_GB/0000755000000000000000000000000011271166767016203 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/en_GB/LC_MESSAGES/0000755000000000000000000000000011271166767017770 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/en_GB/LC_MESSAGES/glib20.mo0000644000000000000000000011656311271166635021412 0ustar rootrootŪ•‘¤ , !Ą!ĩ!Ŋ!Å! Í!Ų!á!Yō!_L"aŦ"#(#)H#r#&†#B­#đ#$+$(H$ q$’$#Ž$Ō$ė$2%97%!q%4“%/Č%ø%3&+C&1o&-Ą&/Ī&#˙&#' 8')Y'ƒ'(Ÿ',Č'%õ'&("B("e()ˆ(!˛( Ô(Aõ(ž7)Ö)í); *.I**x*.Ŗ*Ō**ë*&+a=+FŸ+4æ+2,:N,A‰,@Ë,; -WH-W -1ø-/*.%Z.?€.5Ā.Iö.‘@/ Ō/ķ/0'0D0[0t0‹0ž0ŗ0Ō0ī0! 1-1M1l1‚11 ˛1Ķ1ī122:2V2r2‹2§2"ŋ2â2ū23!53W3l3 …3Ļ3Ā3×3!ņ3)4-=4k4ƒ4Ą4,ģ4č4!5&5>5:X5.“50Â59ķ5-6G6>a6$ 6#Å6é6'7./7^7?}7)Ŋ7$į7% 8-28`8!t89–8*Đ89û859-R9+€9ŠŦ9&7:+^:3Š:#ž:!â:);8.;9g;%Ą;.Į;-ö;.$<S<)j<!”< ļ<Ä<ã<.ķ< "=&0=#W=&{=ĸ=Â=3Ũ=->(?>(h>(‘>)ē>ä>??)?@?Q?f??$”?0š?ę?+ @!6@X@t@1’@.Ä@Tķ@HHAF‘A=ØALB+cB!BąB-ŅB$˙B($CMC"hC3‹C9ŋCųC"D9D!QD1sD2ĨD<ØDE&4E9[E•E°E)ĘEôE#FL+FNxF°ĮFzxGķG H%#H8IH-‚H*°H5ÛH*I/JPJiJ!‰J ĢJĖJåJKK!0K$RK0wK"¨KFËK:L-ML2{LŽL;ÆL M'#M-KM)yM"ŖMÆM$ÚM ˙M? N.`NNĻNšN!ÕN'÷N3O.SO(‚O0ĢO+ÜOP(P*APlPO‹PCÛP"QBQ&bQ!‰Q*ĢQÖQīQR RC-RqRyR”R0›R.ĖR3ûR-/S ]S~S šSĻS&ēSáSKöSBT*_TDŠTĪT;ęT0&U WU1eU—U¨U ČUéUūUV*V5HV)~V¨VÆVãVøV!W5WPWmW"|W$ŸWÄW*ÜW(X0X"LX!oX‘XŠX)ŋX%éX-Y=Y5[Y‘Y9ąYëY9 ZEZWZ%wZ Z žZĖZ2čZ%[A[&Y[$€[Ĩ['Â[ę[3ú[.\=G\+…\(ą\Ú\ė\ ] #]1]$I]n] Ž] ¯] Đ]ņ]6^G^,f^“^f˛^`-`5`=` E`Q`Y`Yj`_Ä`a$a†a a)Āaęa&ūaB%bhbb+”b(Āb éb c#&cJcdc2|c9¯c!éc4 d/@dpd6‡d+žd1ęd-e/Je#zeže ŗe)Ôeūe(f,Cf%pf&–f"Ŋf"āf)g!-g OgApg ˛gShjh;Šh.Æh*õh. iOi*hi&“iaēiFj4cj2˜j:ËjAk@Hk;‰kYÅkWl1wl/Šl%Ųl?˙l5?mIum“ŋm Sntn‰n¨nÅnÜnõn oo4oSopo!ŒoŽoÎoíopp 3pTppp‡pŸpģp×pķp q(q"@qcqqžq!ļqØqíq r'rArXr!rr)”r-žrėrs"s,īt$.u#Suwu'•u.Ŋuėu? v)Kv$uv%šv-Āvîv!w9$w*^w9‰wÃw-āw+xŒ:x&Įx+îx3y#Ny!ry)”y8žy9÷y%1z.Wz-†z.´zãz)úz!${ F{T{s{.ƒ{ ˛{&Ā{#į{& |2|R|5m|-Ŗ|(Ņ|(ú|(#})L}v}–}§}ģ}Ō}ã}ø}~$&~0K~|~+œ~!Č~ę~1$.VT…HÚF#€=j€L¨€+õ€!!C-c$‘(ļ߁"ú3‚9Q‚‹‚"¨‚˂!ã‚1ƒ27ƒ<jƒ§ƒ&ƃ9íƒ'„B„)\„†„#™„LŊ„N …°Y…z †…††%ĩ†8ۆ-‡*B‡5m‡*Ŗ‡/· ū‡ˆ 3ˆ%Tˆzˆ"—ˆēˆЈâˆûˆ!‰ =‰^‰w‰”‰§‰!‰$ä‰0 Š":ŠF]Š:¤Š-ߊ2 ‹@‹;X‹ ”‹'ĩ‹-Ũ‹) Œ"5ŒXŒ$rŒ —Œ?¸Œ.øŒ'>Q'm*•3Ā.ô.#Ž0RŽ1ƒŽĩŽ*Վ*+OJCš"Ū&!!H*j•ސ ߐCė0‘8‘S‘0Z‘.‹‘3ē‘-î‘ ’=’ Y’e’&y’ ’Kĩ’“*“DI“Ž“;Š“0å“ ”1$”V”g” ‡”¨”Ŋ”ڔé”5•)=•g•…•ĸ•ˇ•!Ō•ô•–,–";–$^–ƒ–*›–(Ɩī–" —!.—P—h—)~—%¨—-Ηü—5˜P˜9p˜ǘ9ʘ™™%6™ \™ }™‹™2§™%ڙš&š$?šdš'šК3ššíš=›+D›(p›™›Ģ›ɛ â›đ›$œ-œ Mœ nœ"œ˛œ6Ҝ,'T´B4õN¸Uü&L7 ĩWŒū¯8Á1cJ‡ēŗU.ėãC…[ØŪä%‰Ã! č\w ‚ô/G'›ąHRž|*_¤ŠÍ<­tÕ'^6ASrđhlĸ;rXįԆXö~x°#V*ķBPųˆĖĀ)e†sN$…]@ÜYa<@ŽOwkm (uLZ2OgÂ?o38qSjĨoën7 Čâv4.zˇ øˆī`+JQĄjvT}ŨŸ—PÚŲe"=6K ‹ģtáËļŧÖ3í-ęMû0\‹WV`–y c(‡9_:F,É?‘Ryō5!æ×™Š•DŽĻÆu=åƒ:ßĒnŋ5ĢEi„f,’îsCE&2$Hg>€}ž9IŌAŠMp¨pxT+q‚Qb ʲ;aĪŦ~{zú1Ŋ ˜ĮŅbÛmņΝ |kd€ŽK[^>dID0"]”Ч%ŃY-āl“÷Z ÄéFšŖũGhœš‰Ķ /‘if˙#Œ){„ (invalid encoding)%.1f GB%.1f KB%.1f MB%s filetype%s type%u byte%u bytes'%s' is not a valid character following a '<' character; it may not begin an element name'%s' is not a valid character following the characters '''%s' is not a valid name '%s' is not a valid name: '%c' (?R or (?[+-]digits must be followed by )) without opening (A bookmark for URI '%s' already existsAbstract unix domain socket addresses not supported on this systemAdded socket is closedApplication Options:Association creation not supported on win32Attribute '%s' of element '%s' not foundAttribute value must be non-NULLBackup file creation failedCan't copy directory over directoryCan't copy over directoryCan't copy special fileCan't create user MIME configuration folder %s: %sCan't create user application configuration folder %s: %sCan't create user desktop file %sCan't do a raw read in g_io_channel_read_line_stringCan't do a raw read in g_io_channel_read_to_endCan't find applicationCan't handle the supplied version the icon encodingCan't handle version %d of GEmblem encodingCan't handle version %d of GEmblemedIcon encodingCan't handle version %d of GFileIcon encodingCan't handle version %d of GThemedIcon encodingCan't move directory over directoryCan't open directoryCan't recursively copy directoryCan't rename file, filename already existCan't rename root directoryCancellable initialization not supportedCannot convert fallback '%s' to codeset '%s'Cannot parse double value '%s' for %sCannot parse integer value '%s' for %sCannot set permissions on symlinksCannot truncate GMemoryInputStreamChannel terminates in a partial characterCharacter out of range for UTF-16Character out of range for UTF-8Character reference '%-.*s' does not encode a permitted characterCharacter reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Connection in progressContaining mount does not existConversion from character set '%s' to '%s' is not supportedCould not allocate %lu bytes to read file "%s"Could not open converter from '%s' to '%s'Could not open converter from '%s' to '%s': %sCustom definition for %sDEFINE group contains more than one branchDesktop file didn't specify Exec fieldDocument ended unexpectedly after the equals sign following an attribute name; no attribute valueDocument ended unexpectedly inside a comment or processing instructionDocument ended unexpectedly inside an attribute nameDocument ended unexpectedly inside an element nameDocument ended unexpectedly inside an element-opening tag.Document ended unexpectedly inside the close tag for element '%s'Document ended unexpectedly just after an open angle bracket '<'Document ended unexpectedly while inside an attribute valueDocument ended unexpectedly with elements still open - '%s' was the last element openedDocument ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>Document must begin with an element (e.g. )Document was empty or contained only whitespaceDouble value '%s' for %s out of rangeElement '%s' was closed, but the currently open element is '%s'Element '%s' was closed, no element is currently openEmpty entity '&;' seen; valid entities are: & " < > 'Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Entity name '%-.*s' is not knownEnumerator is closedError accepting connection: %sError binding to address: %sError closing file: %sError closing socket: %sError closing unix: %sError connecting: Error connecting: %sError creating backup copy: %sError creating directory: %sError during conversion: %sError getting filesystem info: %sError launching application: %sError making symbolic link: %sError moving file: %sError on line %d char %d: Error on line %d: %sError opening directory '%s': %sError opening file '%s': %sError opening file: %sError parsing option %sError reading file '%s': %sError reading from file: %sError reading from unix: %sError receiving data: %sError receiving message: %sError removing file: %sError removing old backup link: %sError removing old file: %sError removing target file: %sError renaming file: %sError renaming temporary file: %sError resolving '%s'Error resolving '%s': %sError reverse-resolving '%s': %sError seeking in file: %sError sending data: %sError sending message: %sError setting SELinux context: %sError setting extended attribute '%s': %sError setting modification or access time: %sError setting owner: %sError setting permissions: %sError setting symlink: %sError setting symlink: file is not a symlinkError stating file '%s': %sError stating file descriptor: %sError trashing file: %sError truncating file: %sError while compiling regular expression %s at char %d: %sError while matching regular expression %s: %sError while optimizing regular expression %s: %sError while parsing replacement text "%s" at char %lu: %sError writing to file: %sError writing to unix: %sExisting file '%s' could not be removed: g_unlink() failed: %sExpected a GEmblem for GEmblemedIconExpecting 1 control message, got %dExpecting one fd, but got %d Failed to change to directory '%s' (%s)Failed to close file '%s': fclose() failed: %sFailed to create file '%s': %sFailed to create pipe for communicating with child process (%s)Failed to execute child process "%s" (%s)Failed to execute child process (%s)Failed to execute helper program (%s)Failed to expand exec line '%s' with URI '%s'Failed to fork (%s)Failed to fork child process (%s)Failed to get attributes of file '%s': fstat() failed: %sFailed to map file '%s': mmap() failed: %sFailed to open file '%s' for writing: fdopen() failed: %sFailed to open file '%s': %sFailed to open file '%s': fdopen() failed: %sFailed to open file '%s': open() failed: %sFailed to parse '%-.*s', which should have been a digit inside a character reference (ê for example) - perhaps the digit is too largeFailed to read data from child processFailed to read data from child process (%s)Failed to read enough data from child pid pipe (%s)Failed to read from child pipe (%s)Failed to read from file '%s': %sFailed to read the symbolic link '%s': %sFailed to redirect output or input of child process (%s)Failed to rename file '%s' to '%s': g_rename() failed: %sFailed to resize memory output streamFailed to write file '%s': fflush() failed: %sFailed to write file '%s': fsync() failed: %sFailed to write file '%s': fwrite() failed: %sFile "%s" is too largeFile enumerator has outstanding operationFile enumerator is already closedFile is emptyFile names cannot contain '%c'Filesystem rootGSocketControlMessage not supported on windowsHelp Options:Hostname '%s' contains '[' but not ']'Input stream doesn't implement readInteger value '%s' for %s out of rangeInteger value '%s' out of rangeInvalid GSeekType suppliedInvalid UTF-8 encoded text in name - not valid '%s'Invalid attribute type (byte string expected)Invalid attribute type (string expected)Invalid attribute type (uint32 expected)Invalid attribute type (uint64 expected)Invalid byte sequence in conversion inputInvalid extended attribute nameInvalid filenameInvalid filename %sInvalid group name: %sInvalid hostnameInvalid key name: %sInvalid program name: %sInvalid seek requestInvalid sequence in conversion inputInvalid socket, initialization failed due to: %sInvalid socket, not initializedInvalid string in argument vector at %d: %sInvalid string in environment: %sInvalid symlink value givenInvalid working directory: %sKey file contains escape character at end of lineKey file contains invalid escape sequence '%s'Key file contains key '%s' in group '%s' which has value that cannot be interpreted.Key file contains key '%s' which has a value that cannot be interpreted.Key file contains key '%s' which has value that cannot be interpreted.Key file contains key '%s' with value '%s' which is not UTF-8Key file contains line '%s' which is not a key-value pair, group, or commentKey file contains unsupported encoding '%s'Key file does not have group '%s'Key file does not have key '%s'Key file does not have key '%s' in group '%s'Key file does not start with a groupLeftover unconverted data in read bufferListener is already closedMalformed input data for GFileIconMalformed number of tokens (%d) in GEmblem encodingMalformed number of tokens (%d) in GEmblemedIcon encodingMalformed version number: %sMemory output stream not resizableMissing argument for %sMove between mounts not supportedNo MIME type defined in the bookmark for URI '%s'No application is registered as handling this fileNo application with name '%s' registered a bookmark for '%s'No bookmark found for URI '%s'No groups set in bookmark for URI '%s'No private flag has been defined in bookmark for URI '%s'No service record for '%s'No type for class name %sNo valid bookmark file found in data dirsNot a regular fileNot enough space for socket addressOdd character '%s', expected a '=' after attribute name '%s' of element '%s'Odd character '%s', expected a '>' character to end the empty-element tag '%s'Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute nameOdd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'Operation not supportedOperation was cancelledOutput stream doesn't implement writePCRE library is compiled without UTF8 properties supportPCRE library is compiled without UTF8 supportPOSIX collating elements are not supportedPOSIX named classes are supported only within a classPartial character sequence at end of inputQuoted text doesn't begin with a quotation markReached maximum data array limitReceived invalid fdSELinux context must be non-NULLSELinux is not enabled on this systemSeek not supported on streamSetting attribute %s not supportedShow all help optionsShow help optionsSocket is already closedSource stream is already closedStream doesn't support query_infoStream has outstanding operationStream is already closedSymbolic links not supportedTarget file existsTarget file is a directoryTarget file is not a regular fileTemplate '%s' doesn't contain XXXXXXTemplate '%s' invalid, should not contain a '%s'Temporarily unable to resolve '%s'Text ended before matching quote was found for %c. (The text was '%s')Text ended just after a '\' character. (The text was '%s')Text was empty (or contained only whitespace)The URI '%s' contains invalidly escaped charactersThe URI '%s' is invalidThe URI '%s' is not an absolute URI using the "file" schemeThe file was externally modifiedThe hostname of the URI '%s' is invalidThe local file URI '%s' may not include a '#'The pathname '%s' is not an absolute pathToo large count value passed to %sTrash not supportedTruncate not allowed on input streamTruncate not supported on streamType %s does not implement from_tokens() on the GIcon interfaceType %s does not implement the GIcon interfaceType %s is not classedURIs not supportedUnable to create socket: %sUnable to create trash dir %s: %sUnable to create trashing info file: %sUnable to find default local directory monitor typeUnable to find default local file monitor typeUnable to find or create trash directoryUnable to find terminal required for applicationUnable to find toplevel directory for trashUnable to get pending error: %sUnable to trash file: %sUnexpected attribute '%s' for element '%s'Unexpected early end-of-streamUnexpected error in g_io_channel_win32_poll() reading data from a child processUnexpected error in select() reading data from a child process (%s)Unexpected error in waitpid() (%s)Unexpected tag '%s' inside '%s'Unexpected tag '%s', tag '%s' expectedUnexpected type of ancillary dataUnknown error executing child process "%s"Unknown error on connectUnknown option %sUnknown protocol was specifiedUnknown typeUnmatched quotation mark in command line or other shell-quoted textUnnamedUnsupported socket addressUsage:Valid key file could not be found in search dirsValue '%s' cannot be interpreted as a boolean.Value '%s' cannot be interpreted as a float number.Value '%s' cannot be interpreted as a number.Waiting for socket condition: %sWrong number of tokens (%d)[OPTION...]\ at end of pattern\C not allowed in lookbehind assertion\c at end of pattern\g is not followed by a braced name or an optionally braced non-zero numberassertion expected after (?(association changes not supported on win32back references as conditions are not supported for partial matchingbacktracking limit reachedcase-changing escapes (\l, \L, \u, \U) are not allowed herecharacter value in \x{...} sequence is too largecode overflowconditional group contains more than two branchescorrupted objectcould not get local address: %scould not get remote address: %scould not listen: %screating GSocket from fd: %sdigit expecteddrive doesn't implement ejectdrive doesn't implement eject or eject_with_operationdrive doesn't implement polling for mediadrive doesn't implement startdrive doesn't implement stopfailed to get memoryhexadecimal digit expectedhexadecimal digit or '}' expectedillegal symbolic referenceinconsistent NEWLINE optionsinternal errorinternal error or corrupted objectinvalid combination of newline flagsinvalid condition (?(0)invalid escape sequence in character classlookbehind assertion is not fixed lengthmalformed \P or \p sequencemalformed number or name after (?(missing '<' in symbolic referencemissing ) after commentmissing terminating )missing terminating ] for character classmissing terminator in subpattern namemount doesn't implement content type guessingmount doesn't implement ejectmount doesn't implement eject or eject_with_operationmount doesn't implement remountmount doesn't implement synchronous content type guessingmount doesn't implement unmountmount doesn't implement unmount or unmount_with_operationnothing to repeatnumber too big in {} quantifiernumbers out of order in {} quantifieroctal value is greater than \377out of memoryoverran compiling workspacepreviously-checked referenced subpattern not foundrange out of order in character classrecursion limit reachedrecursive call could loop indefinitelyreference to non-existent subpatternregular expression too largerepeating a DEFINE group is not allowedstray final '\'subpattern name is too long (maximum 32 characters)symlink must be non-NULLthe pattern contains items not supported for partial matchingtoo many named subpatterns (maximum 10,000)two named subpatterns have the same nameunexpected repeatunfinished symbolic referenceunknown POSIX class nameunknown errorunknown escape sequenceunknown property name after \P or \punrecognized character after (?unrecognized character after (?<unrecognized character after (?Punrecognized character follows \volume doesn't implement ejectvolume doesn't implement eject or eject_with_operationvolume doesn't implement mountworkspace limit for empty substrings reachedzero-length symbolic referenceProject-Id-Version: glib Report-Msgid-Bugs-To: POT-Creation-Date: 2009-10-07 09:51-0400 PO-Revision-Date: 2009-09-08 14:43+0100 Last-Translator: Bruce Cowan Language-Team: British English MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n != 1); (invalid encoding)%.1f GB%.1f KB%.1f MB%s filetype%s type%u byte%u bytes'%s' is not a valid character following a '<' character; it may not begin an element name'%s' is not a valid character following the characters '''%s' is not a valid name '%s' is not a valid name: '%c' (?R or (?[+-]digits must be followed by )) without opening (A bookmark for URI '%s' already existsAbstract Unix domain socket addresses not supported on this systemAdded socket is closedApplication Options:Association creation not supported on win32Attribute '%s' of element '%s' not foundAttribute value must be non-NULLBackup file creation failedCan't copy directory over directoryCan't copy over directoryCan't copy special fileCan't create user MIME configuration folder %s: %sCan't create user application configuration folder %s: %sCan't create user desktop file %sCan't do a raw read in g_io_channel_read_line_stringCan't do a raw read in g_io_channel_read_to_endCan't find applicationCan't handle the supplied version of the icon encodingCan't handle version %d of GEmblem encodingCan't handle version %d of GEmblemedIcon encodingCan't handle version %d of GFileIcon encodingCan't handle version %d of GThemedIcon encodingCan't move directory over directoryCan't open directoryCan't recursively copy directoryCan't rename file, filename already existCan't rename root directoryCancellable initialisation not supportedCannot convert fallback '%s' to codeset '%s'Cannot parse double value '%s' for %sCannot parse integer value '%s' for %sCannot set permissions on symlinksCannot truncate GMemoryInputStreamChannel terminates in a partial characterCharacter out of range for UTF-16Character out of range for UTF-8Character reference '%-.*s' does not encode a permitted characterCharacter reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity — escape ampersand as &Connection in progressContaining mount does not existConversion from character set '%s' to '%s' is not supportedCould not allocate %lu bytes to read file "%s"Could not open converter from '%s' to '%s'Could not open converter from '%s' to '%s': %sCustom definition for %sDEFINE group contains more than one branchDesktop file didn't specify Exec fieldDocument ended unexpectedly after the equals sign following an attribute name; no attribute valueDocument ended unexpectedly inside a comment or processing instructionDocument ended unexpectedly inside an attribute nameDocument ended unexpectedly inside an element nameDocument ended unexpectedly inside an element-opening tag.Document ended unexpectedly inside the close tag for element '%s'Document ended unexpectedly just after an open angle bracket '<'Document ended unexpectedly while inside an attribute valueDocument ended unexpectedly with elements still open — '%s' was the last element openedDocument ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>Document must begin with an element (e.g. )Document was empty or contained only whitespaceDouble value '%s' for %s out of rangeElement '%s' was closed, but the currently open element is '%s'Element '%s' was closed, no element is currently openEmpty entity '&;' seen; valid entities are: & " < > 'Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity — escape ampersand as &Entity name '%-.*s' is not knownEnumerator is closedError accepting connection: %sError binding to address: %sError closing file: %sError closing socket: %sError closing Unix: %sError connecting: Error connecting: %sError creating backup copy: %sError creating directory: %sError during conversion: %sError getting filesystem info: %sError launching application: %sError making symbolic link: %sError moving file: %sError on line %d char %d: Error on line %d: %sError opening directory '%s': %sError opening file '%s': %sError opening file: %sError parsing option %sError reading file '%s': %sError reading from file: %sError reading from Unix: %sError receiving data: %sError receiving message: %sError removing file: %sError removing old backup link: %sError removing old file: %sError removing target file: %sError renaming file: %sError renaming temporary file: %sError resolving '%s'Error resolving '%s': %sError reverse-resolving '%s': %sError seeking in file: %sError sending data: %sError sending message: %sError setting SELinux context: %sError setting extended attribute '%s': %sError setting modification or access time: %sError setting owner: %sError setting permissions: %sError setting symlink: %sError setting symlink: file is not a symlinkError stating file '%s': %sError stating file descriptor: %sError moving file to wastebasket: %sError truncating file: %sError while compiling regular expression %s at char %d: %sError while matching regular expression %s: %sError while optimising regular expression %s: %sError while parsing replacement text "%s" at char %lu: %sError writing to file: %sError writing to Unix: %sExisting file '%s' could not be removed: g_unlink() failed: %sExpected a GEmblem for GEmblemedIconExpecting 1 control message, got %dExpecting one fd, but got %d Failed to change to directory '%s' (%s)Failed to close file '%s': fclose() failed: %sFailed to create file '%s': %sFailed to create pipe for communicating with child process (%s)Failed to execute child process "%s" (%s)Failed to execute child process (%s)Failed to execute helper program (%s)Failed to expand exec line '%s' with URI '%s'Failed to fork (%s)Failed to fork child process (%s)Failed to get attributes of file '%s': fstat() failed: %sFailed to map file '%s': mmap() failed: %sFailed to open file '%s' for writing: fdopen() failed: %sFailed to open file '%s': %sFailed to open file '%s': fdopen() failed: %sFailed to open file '%s': open() failed: %sFailed to parse '%-.*s', which should have been a digit inside a character reference (ê for example) — perhaps the digit is too largeFailed to read data from child processFailed to read data from child process (%s)Failed to read enough data from child pid pipe (%s)Failed to read from child pipe (%s)Failed to read from file '%s': %sFailed to read the symbolic link '%s': %sFailed to redirect output or input of child process (%s)Failed to rename file '%s' to '%s': g_rename() failed: %sFailed to resize memory output streamFailed to write file '%s': fflush() failed: %sFailed to write file '%s': fsync() failed: %sFailed to write file '%s': fwrite() failed: %sFile "%s" is too largeFile enumerator has outstanding operationFile enumerator is already closedFile is emptyFile names cannot contain '%c'Filesystem rootGSocketControlMessage not supported on WindowsHelp Options:Hostname '%s' contains '[' but not ']'Input stream doesn't implement readInteger value '%s' for %s out of rangeInteger value '%s' out of rangeInvalid GSeekType suppliedInvalid UTF-8 encoded text in name — not valid '%s'Invalid attribute type (byte string expected)Invalid attribute type (string expected)Invalid attribute type (uint32 expected)Invalid attribute type (uint64 expected)Invalid byte sequence in conversion inputInvalid extended attribute nameInvalid filenameInvalid filename %sInvalid group name: %sInvalid hostnameInvalid key name: %sInvalid program name: %sInvalid seek requestInvalid sequence in conversion inputInvalid socket, initialisation failed due to: %sInvalid socket, not initialisedInvalid string in argument vector at %d: %sInvalid string in environment: %sInvalid symlink value givenInvalid working directory: %sKey file contains escape character at end of lineKey file contains invalid escape sequence '%s'Key file contains key '%s' in group '%s' which has value that cannot be interpreted.Key file contains key '%s' which has a value that cannot be interpreted.Key file contains key '%s' which has value that cannot be interpreted.Key file contains key '%s' with value '%s' which is not UTF-8Key file contains line '%s' which is not a key-value pair, group, or commentKey file contains unsupported encoding '%s'Key file does not have group '%s'Key file does not have key '%s'Key file does not have key '%s' in group '%s'Key file does not start with a groupLeftover unconverted data in read bufferListener is already closedMalformed input data for GFileIconMalformed number of tokens (%d) in GEmblem encodingMalformed number of tokens (%d) in GEmblemedIcon encodingMalformed version number: %sMemory output stream not resizableMissing argument for %sMove between mounts not supportedNo MIME type defined in the bookmark for URI '%s'No application is registered as handling this fileNo application with name '%s' registered a bookmark for '%s'No bookmark found for URI '%s'No groups set in bookmark for URI '%s'No private flag has been defined in bookmark for URI '%s'No service record for '%s'No type for class name %sNo valid bookmark file found in data dirsNot a regular fileNot enough space for socket addressOdd character '%s', expected a '=' after attribute name '%s' of element '%s'Odd character '%s': expected a '>' character to end the empty-element tag '%s'Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute nameOdd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'Operation not supportedOperation was cancelledOutput stream doesn't implement writePCRE library is compiled without UTF8 properties supportPCRE library is compiled without UTF8 supportPOSIX collating elements are not supportedPOSIX named classes are supported only within a classPartial character sequence at end of inputQuoted text doesn't begin with a quotation markReached maximum data array limitReceived invalid fdSELinux context must be non-NULLSELinux is not enabled on this systemSeek not supported on streamSetting attribute %s not supportedShow all help optionsShow help optionsSocket is already closedSource stream is already closedStream doesn't support query_infoStream has outstanding operationStream is already closedSymbolic links not supportedTarget file existsTarget file is a directoryTarget file is not a regular fileTemplate '%s' doesn't contain XXXXXXTemplate '%s' invalid, should not contain a '%s'Temporarily unable to resolve '%s'Text ended before matching quote was found for %c. (The text was '%s')Text ended just after a '\' character. (The text was '%s')Text was empty (or contained only whitespace)The URI '%s' contains invalidly escaped charactersThe URI '%s' is invalidThe URI '%s' is not an absolute URI using the "file" schemeThe file was externally modifiedThe hostname of the URI '%s' is invalidThe local file URI '%s' may not include a '#'The pathname '%s' is not an absolute pathToo large count value passed to %sWastebasket not supportedTruncate not allowed on input streamTruncate not supported on streamType %s does not implement from_tokens() on the GIcon interfaceType %s does not implement the GIcon interfaceType %s is not classedURIs not supportedUnable to create socket: %sUnable to create wastebasket dir %s: %sUnable to create wastebasket info file: %sUnable to find default local directory monitor typeUnable to find default local file monitor typeUnable to find or create wastebasket directoryUnable to find terminal required for applicationUnable to find toplevel directory for wastebasketUnable to get pending error: %sUnable to move file to the wastebasket: %sUnexpected attribute '%s' for element '%s'Unexpected early end-of-streamUnexpected error in g_io_channel_win32_poll() reading data from a child processUnexpected error in select() reading data from a child process (%s)Unexpected error in waitpid() (%s)Unexpected tag '%s' inside '%s'Unexpected tag '%s', tag '%s' expectedUnexpected type of ancillary dataUnknown error executing child process "%s"Unknown error on connectUnknown option %sUnknown protocol was specifiedUnknown typeUnmatched quotation mark in command line or other shell-quoted textUnnamedUnsupported socket addressUsage:Valid key file could not be found in search dirsValue '%s' cannot be interpreted as a boolean.Value '%s' cannot be interpreted as a float number.Value '%s' cannot be interpreted as a number.Waiting for socket condition: %sWrong number of tokens (%d)[OPTIONâ€Ļ]\ at end of pattern\C not allowed in lookbehind assertion\c at end of pattern\g is not followed by a braced name or an optionally braced non-zero numberassertion expected after (?(association changes not supported on win32back references as conditions are not supported for partial matchingbacktracking limit reachedcase-changing escapes (\l, \L, \u, \U) are not allowed herecharacter value in \x{â€Ļ} sequence is too largecode overflowconditional group contains more than two branchescorrupted objectcould not get local address: %scould not get remote address: %scould not listen: %screating GSocket from fd: %sdigit expecteddrive doesn't implement ejectdrive doesn't implement eject or eject_with_operationdrive doesn't implement polling for mediadrive doesn't implement startdrive doesn't implement stopfailed to get memoryhexadecimal digit expectedhexadecimal digit or '}' expectedillegal symbolic referenceinconsistent NEWLINE optionsinternal errorinternal error or corrupted objectinvalid combination of newline flagsinvalid condition (?(0)invalid escape sequence in character classlookbehind assertion is not fixed lengthmalformed \P or \p sequencemalformed number or name after (?(missing '<' in symbolic referencemissing ) after commentmissing terminating )missing terminating ] for character classmissing terminator in subpattern namemount doesn't implement content type guessingmount doesn't implement ejectmount doesn't implement eject or eject_with_operationmount doesn't implement remountmount doesn't implement synchronous content type guessingmount doesn't implement unmountmount doesn't implement unmount or unmount_with_operationnothing to repeatnumber too big in {} quantifiernumbers out of order in {} quantifieroctal value is greater than \377out of memoryoverran compiling workspacepreviously-checked referenced subpattern not foundrange out of order in character classrecursion limit reachedrecursive call could loop indefinitelyreference to non-existent subpatternregular expression too largerepeating a DEFINE group is not allowedstray final '\'subpattern name is too long (maximum 32 characters)symlink must be non-NULLthe pattern contains items not supported for partial matchingtoo many named subpatterns (maximum 10,000)two named subpatterns have the same nameunexpected repeatunfinished symbolic referenceunknown POSIX class nameunknown errorunknown escape sequenceunknown property name after \P or \punrecognised character after (?unrecognised character after (?<unrecognised character after (?Punrecognised character following \volume doesn't implement ejectvolume doesn't implement eject or eject_with_operationvolume doesn't implement mountworkspace limit for empty substrings reachedzero-length symbolic reference./glib-2.22.2-i686/usr/share/locale/ro/0000755000000000000000000000000011271167000015626 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/ro/LC_MESSAGES/0000755000000000000000000000000011271167000017413 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/ro/LC_MESSAGES/glib20.mo0000644000000000000000000012750611271166636021060 0ustar rootrootŪ•œ !‘!Ĩ!­!ĩ! Ŋ!É!YŅ!_+"a‹"í"#)'#Q#&e#BŒ#Ī#æ#+û#('$ P$q$#$ą$Ë$2ã$9%!P%4r%/§%×%3î%+"&1N&-€&/Ž&#Ū&' ')8'b'(~',§'%Ô'&ú'"!("D()g(!‘( ŗ(AÔ(ž)ĩ)Ė);ė).(**W*.‚*ą**Ę*&õ*a+F~+4Å+2ú+:-,Ah,@Ē,;ë,W'-W-1×-/ .%9.?_.5Ÿ.IÕ.‘/ ą/Ō/į/0#0:0S0j0}0’0ą0Î0!ę0 1,1K1a1|1 ‘1˛1Î1å1ũ1252Q2j2†2"ž2Á2Ũ2ü2!363K3 d3…3Ÿ3ļ3!Đ3)ō3-4J4b4€4,š4Į4!ã455:75.r50Ą59Ō5 6&6>@6$6#¤6Č6'æ6.7=7?\7)œ7$Æ7%ë7-8?8!S89u8*¯89Ú89-19+_9Š‹9&:+=:3i:#:!Á:)ã:8 ;9F;%€;.Ļ;-Õ;.<2<)I<!s< •<Ŗ<Â<.Ō< =&=#6=&Z==Ą=3ŧ=-đ=(>(G>(p>)™>Ã>ã>ô>??0?E?^?$s?0˜?É?+é?!@7@S@1q@.Ŗ@TŌ@H'AFpA=ˇALõA+BB!nBB-°B$ŪB(C,C"GC3jC9žCØC"õCD!0D1RD2„D<ˇDôD&E9:EtEE)ŠEĶE#æEL FNWF°ĻFzWGŌGęG%H8(H-aH*H5ēH*đH/I KIlI €I%ĄIĮI"äIJJ/JHJ!hJ ŠJĢJÄJáJôJ!K$1K0VK"‡KFĒK:ņK-,L2ZLL;ĨL áL'M-*M)XM"‚MĨM$šM ŪM?˙M.?NnN…N˜N!´N'ÖN3ūN.2O(aO0ŠO+ģOįOP* PKPOjPCēP"ūP!Q&AQ!hQ*ŠQĩQÎQāQ ˙QC RPRXRsR0zR.ĢR3ÚR-S TDiTŽT;ÉT0U 6U1DUvU‡U §UČUŨUúU V5'V)]V‡VĨVÂV×V!ōVW/WLW"[W$~WŖW*ģW(æWX"+X!NXpXˆX)žX%ČX-îXY5:YpY9YĘY9ęY$Z6Z%VZ |Z ZĢZ2ĮZ%úZ [&8[$_[„['Ą[É[3Ų[ \=&\+d\(\š\Ë\é\ ]]$(]M] m] Ž] ¯]Đ]6ī]&^,E^r^Ŗ‘^5`J`R`Z`b`t`a{`kŨ`rIaŧa)Üa*b1b.JbQybËbëbAc?Bc6‚c&šc3āc d#5dGYdNĄd%đdAe<Xe•eBŽe4ņe:&f6af8˜f2Ņfg%$g>Jg+‰g5ĩgDëg70h<hh4Ĩh'Úh+i0.i/_iBiĄŌitjŠjMĒjCøj9ųo18p;jpMĻpIôp_>q›žq/:rjr#„r¨r%Čr%îr$s9sOs&gs"Žs ąs7Ōs" t'-t!Ut$wtœt/´t.ät%u"9u*\u!‡u$ŠuÎu íu$v:3v*nv0™v%Ęv.đvw!=w*_w#Šw Žw"Īw+ōw4x6Sx'Šx#˛x)ÖxIy5Jy0€y+ąy%Ũy=z.Az/pzK z"ėz%{I5{+{5Ģ{'á{C |?M|(|Qļ|+}(4})]}<‡} Ä}&å}K ~9X~N’~,á~?=N“Œ. €1O€<€>ž€,ũ€.*AYN›7ę:"‚;]‚<™‚!ւAø‚*:ƒeƒ+uƒ!Ąƒ2Ãöƒ=„9E„@„6Ā„%÷„5…8S…-Œ…6ē…6ņ…7(†`†€†˜†ĩ† Ά܆÷†‡,1‡B^‡Ą‡9Á‡2û‡6.ˆeˆDˆ:ƈl‰Kn‰Lē‰OŠgWŠ<ŋŠ&üŠ%#‹9I‹%ƒ‹:Š‹'ä‹) Œ<6ŒBsŒ ļŒ7׌M)>wIļWŽ/XŽ;ˆŽFĎ4 #@Cd¨-ođg`ØČ—Ą‘9’U’,r’HŸ’/č’.“DG“;Œ“,ȓ+õ“!”1:”+l”(˜”.Á”!đ”•.•"J•)m•.—•ƕ(ؕ"–&$–2K–%~–G¤–(ė–X—Kn—/ē—:ę—%˜DB˜-‡˜'ĩ˜=Ũ˜'™'C™0k™+œ™*ș=ķ™+1š]š)yšŖš;ÚA˙šMA›A›8Ņ›5 œ6@œ/wœ'§œ<Μ# Z0L‹'؝-ž;.žjžI†ž Оņž% Ÿ0ŸJAŸ ŒŸ–Ÿ ĩŸAŸC AF 9ˆ ' ę  Ą#Ą2<Ą$oĄb”Ą$÷Ą?ĸS\ĸ&°ĸm×ĸ:EŖ€Ŗ5—Ŗ ÍŖ'ÛŖ-¤1¤J¤i¤~¤9ž¤6ؤ.Ĩ->ĨlĨ ‡Ĩ+¨ĨÔĨôĨĻ!#Ļ3EĻyĻ<“Ļ2ĐĻ §*$§(O§x§˜§2ĩ§0č§E¨+_¨@‹¨,ˍWų¨,QŠD~ŠÊ'ÔŠ(üŠ*%ĒPĒ&fĒ@Ē%ÎĒ!ôĒ9Ģ-PĢ~Ģ(ĢÆĢJŪĢ/)ŦVYŦF°Ŧ+÷Ŧ#­#:­^­~­$’­.ˇ­æ­Ž%Ž'EŽ#mŽ8‘Ž"ĘŽ1íŽ&¯ŗA3ôMˇTû%K6´V‹ũŽ7Ā0bI†š˛T-ëâB€„Z×Ũã$ˆÂ į[v ķ.F&š°GQ{)^Ŗ¨Ė;ŦsÔ&]5@RqīgkåĄ:qWæĶ…Wõ}w¯"U)ōAO ø‡Ëŋ(d…rM#„\?ÛX ˙`;?Nvjl 't€KY1NfÁ>n27pRi¤nęm6ŸĮáu3-yļ÷‡î_*IP iuS|ܞ–OŲØd!<5JŒ ŠēsāĘĩģÕ2ė,éLú/[ŠVU_•xb'†8^9E+Č>Qxņ4 ֘‰”CĨÅt<ä‚9ŪŠmž4ĒDhƒe+‘írBD%1#Gf=|Ŋ8HŅ@‰Lo§owS*pP~a Éą:`ÎĢ}zyų0ŧ —ÆĐaÚlđ͜{jc­JZ]=cHCŽ/!\“ĪĻ$ĂX,ßk’öY ÃčE™ĸŒüŽFg›¸ˆŌ .heū"~‹(zƒ (invalid encoding)%.1f GB%.1f KB%.1f MB%s filetype%s type'%s' is not a valid character following a '<' character; it may not begin an element name'%s' is not a valid character following the characters '''%s' is not a valid name '%s' is not a valid name: '%c' (?R or (?[+-]digits must be followed by )) without opening (A bookmark for URI '%s' already existsAbstract unix domain socket addresses not supported on this systemAdded socket is closedApplication Options:Association creation not supported on win32Attribute '%s' of element '%s' not foundAttribute value must be non-NULLBackup file creation failedCan't copy directory over directoryCan't copy over directoryCan't copy special fileCan't create user MIME configuration folder %s: %sCan't create user application configuration folder %s: %sCan't create user desktop file %sCan't do a raw read in g_io_channel_read_line_stringCan't do a raw read in g_io_channel_read_to_endCan't find applicationCan't handle the supplied version the icon encodingCan't handle version %d of GEmblem encodingCan't handle version %d of GEmblemedIcon encodingCan't handle version %d of GFileIcon encodingCan't handle version %d of GThemedIcon encodingCan't move directory over directoryCan't open directoryCan't recursively copy directoryCan't rename file, filename already existCan't rename root directoryCancellable initialization not supportedCannot convert fallback '%s' to codeset '%s'Cannot parse double value '%s' for %sCannot parse integer value '%s' for %sCannot set permissions on symlinksCannot truncate GMemoryInputStreamChannel terminates in a partial characterCharacter out of range for UTF-16Character out of range for UTF-8Character reference '%-.*s' does not encode a permitted characterCharacter reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Connection in progressContaining mount does not existConversion from character set '%s' to '%s' is not supportedCould not allocate %lu bytes to read file "%s"Could not open converter from '%s' to '%s'Could not open converter from '%s' to '%s': %sCustom definition for %sDEFINE group contains more than one branchDesktop file didn't specify Exec fieldDocument ended unexpectedly after the equals sign following an attribute name; no attribute valueDocument ended unexpectedly inside a comment or processing instructionDocument ended unexpectedly inside an attribute nameDocument ended unexpectedly inside an element nameDocument ended unexpectedly inside an element-opening tag.Document ended unexpectedly inside the close tag for element '%s'Document ended unexpectedly just after an open angle bracket '<'Document ended unexpectedly while inside an attribute valueDocument ended unexpectedly with elements still open - '%s' was the last element openedDocument ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>Document must begin with an element (e.g. )Document was empty or contained only whitespaceDouble value '%s' for %s out of rangeElement '%s' was closed, but the currently open element is '%s'Element '%s' was closed, no element is currently openEmpty entity '&;' seen; valid entities are: & " < > 'Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Entity name '%-.*s' is not knownEnumerator is closedError accepting connection: %sError binding to address: %sError closing file: %sError closing socket: %sError closing unix: %sError connecting: Error connecting: %sError creating backup copy: %sError creating directory: %sError during conversion: %sError getting filesystem info: %sError launching application: %sError making symbolic link: %sError moving file: %sError on line %d char %d: Error on line %d: %sError opening directory '%s': %sError opening file '%s': %sError opening file: %sError parsing option %sError reading file '%s': %sError reading from file: %sError reading from unix: %sError receiving data: %sError receiving message: %sError removing file: %sError removing old backup link: %sError removing old file: %sError removing target file: %sError renaming file: %sError renaming temporary file: %sError resolving '%s'Error resolving '%s': %sError reverse-resolving '%s': %sError seeking in file: %sError sending data: %sError sending message: %sError setting SELinux context: %sError setting extended attribute '%s': %sError setting modification or access time: %sError setting owner: %sError setting permissions: %sError setting symlink: %sError setting symlink: file is not a symlinkError stating file '%s': %sError stating file descriptor: %sError trashing file: %sError truncating file: %sError while compiling regular expression %s at char %d: %sError while matching regular expression %s: %sError while optimizing regular expression %s: %sError while parsing replacement text "%s" at char %lu: %sError writing to file: %sError writing to unix: %sExisting file '%s' could not be removed: g_unlink() failed: %sExpected a GEmblem for GEmblemedIconExpecting 1 control message, got %dExpecting one fd, but got %d Failed to change to directory '%s' (%s)Failed to close file '%s': fclose() failed: %sFailed to create file '%s': %sFailed to create pipe for communicating with child process (%s)Failed to execute child process "%s" (%s)Failed to execute child process (%s)Failed to execute helper program (%s)Failed to expand exec line '%s' with URI '%s'Failed to fork (%s)Failed to fork child process (%s)Failed to get attributes of file '%s': fstat() failed: %sFailed to map file '%s': mmap() failed: %sFailed to open file '%s' for writing: fdopen() failed: %sFailed to open file '%s': %sFailed to open file '%s': fdopen() failed: %sFailed to open file '%s': open() failed: %sFailed to parse '%-.*s', which should have been a digit inside a character reference (ê for example) - perhaps the digit is too largeFailed to read data from child processFailed to read data from child process (%s)Failed to read enough data from child pid pipe (%s)Failed to read from child pipe (%s)Failed to read from file '%s': %sFailed to read the symbolic link '%s': %sFailed to redirect output or input of child process (%s)Failed to rename file '%s' to '%s': g_rename() failed: %sFailed to resize memory output streamFailed to write file '%s': fflush() failed: %sFailed to write file '%s': fsync() failed: %sFailed to write file '%s': fwrite() failed: %sFile "%s" is too largeFile enumerator has outstanding operationFile enumerator is already closedFile is emptyFile names cannot contain '%c'Filesystem rootGSocketControlMessage not supported on windowsHelp Options:Hostname '%s' contains '[' but not ']'Input stream doesn't implement readInteger value '%s' for %s out of rangeInteger value '%s' out of rangeInvalid GSeekType suppliedInvalid UTF-8 encoded text in name - not valid '%s'Invalid attribute type (byte string expected)Invalid attribute type (string expected)Invalid attribute type (uint32 expected)Invalid attribute type (uint64 expected)Invalid byte sequence in conversion inputInvalid extended attribute nameInvalid filenameInvalid filename %sInvalid group name: %sInvalid hostnameInvalid key name: %sInvalid program name: %sInvalid seek requestInvalid sequence in conversion inputInvalid socket, initialization failed due to: %sInvalid socket, not initializedInvalid string in argument vector at %d: %sInvalid string in environment: %sInvalid symlink value givenInvalid working directory: %sKey file contains escape character at end of lineKey file contains invalid escape sequence '%s'Key file contains key '%s' in group '%s' which has value that cannot be interpreted.Key file contains key '%s' which has a value that cannot be interpreted.Key file contains key '%s' which has value that cannot be interpreted.Key file contains key '%s' with value '%s' which is not UTF-8Key file contains line '%s' which is not a key-value pair, group, or commentKey file contains unsupported encoding '%s'Key file does not have group '%s'Key file does not have key '%s'Key file does not have key '%s' in group '%s'Key file does not start with a groupLeftover unconverted data in read bufferListener is already closedMalformed input data for GFileIconMalformed number of tokens (%d) in GEmblem encodingMalformed number of tokens (%d) in GEmblemedIcon encodingMalformed version number: %sMemory output stream not resizableMissing argument for %sMove between mounts not supportedNo MIME type defined in the bookmark for URI '%s'No application is registered as handling this fileNo application with name '%s' registered a bookmark for '%s'No bookmark found for URI '%s'No groups set in bookmark for URI '%s'No private flag has been defined in bookmark for URI '%s'No service record for '%s'No type for class name %sNo valid bookmark file found in data dirsNot a regular fileNot enough space for socket addressOdd character '%s', expected a '=' after attribute name '%s' of element '%s'Odd character '%s', expected a '>' character to end the empty-element tag '%s'Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute nameOdd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'Operation not supportedOperation was cancelledOutput stream doesn't implement writePCRE library is compiled without UTF8 properties supportPCRE library is compiled without UTF8 supportPOSIX collating elements are not supportedPOSIX named classes are supported only within a classPartial character sequence at end of inputQuoted text doesn't begin with a quotation markReached maximum data array limitReceived invalid fdSELinux context must be non-NULLSELinux is not enabled on this systemSeek not supported on streamSetting attribute %s not supportedShow all help optionsShow help optionsSocket is already closedSource stream is already closedStream doesn't support query_infoStream has outstanding operationStream is already closedSymbolic links not supportedTarget file existsTarget file is a directoryTarget file is not a regular fileTemplate '%s' doesn't contain XXXXXXTemplate '%s' invalid, should not contain a '%s'Temporarily unable to resolve '%s'Text ended before matching quote was found for %c. (The text was '%s')Text ended just after a '\' character. (The text was '%s')Text was empty (or contained only whitespace)The URI '%s' contains invalidly escaped charactersThe URI '%s' is invalidThe URI '%s' is not an absolute URI using the "file" schemeThe file was externally modifiedThe hostname of the URI '%s' is invalidThe local file URI '%s' may not include a '#'The pathname '%s' is not an absolute pathToo large count value passed to %sTrash not supportedTruncate not allowed on input streamTruncate not supported on streamType %s does not implement from_tokens() on the GIcon interfaceType %s does not implement the GIcon interfaceType %s is not classedURIs not supportedUnable to create socket: %sUnable to create trash dir %s: %sUnable to create trashing info file: %sUnable to find default local directory monitor typeUnable to find default local file monitor typeUnable to find or create trash directoryUnable to find terminal required for applicationUnable to find toplevel directory for trashUnable to get pending error: %sUnable to trash file: %sUnexpected attribute '%s' for element '%s'Unexpected early end-of-streamUnexpected error in g_io_channel_win32_poll() reading data from a child processUnexpected error in select() reading data from a child process (%s)Unexpected error in waitpid() (%s)Unexpected tag '%s' inside '%s'Unexpected tag '%s', tag '%s' expectedUnexpected type of ancillary dataUnknown error executing child process "%s"Unknown error on connectUnknown option %sUnknown protocol was specifiedUnknown typeUnmatched quotation mark in command line or other shell-quoted textUnnamedUnsupported socket addressUsage:Valid key file could not be found in search dirsValue '%s' cannot be interpreted as a boolean.Value '%s' cannot be interpreted as a float number.Value '%s' cannot be interpreted as a number.Waiting for socket condition: %sWrong number of tokens (%d)[OPTION...]\ at end of pattern\C not allowed in lookbehind assertion\c at end of pattern\g is not followed by a braced name or an optionally braced non-zero numberassertion expected after (?(association changes not supported on win32back references as conditions are not supported for partial matchingbacktracking limit reachedcase-changing escapes (\l, \L, \u, \U) are not allowed herecharacter value in \x{...} sequence is too largecode overflowconditional group contains more than two branchescorrupted objectcould not get local address: %scould not get remote address: %scould not listen: %screating GSocket from fd: %sdigit expecteddrive doesn't implement ejectdrive doesn't implement eject or eject_with_operationdrive doesn't implement polling for mediadrive doesn't implement startdrive doesn't implement stopfailed to get memoryhexadecimal digit expectedhexadecimal digit or '}' expectedillegal symbolic referenceinconsistent NEWLINE optionsinternal errorinternal error or corrupted objectinvalid combination of newline flagsinvalid condition (?(0)invalid escape sequence in character classlookbehind assertion is not fixed lengthmalformed \P or \p sequencemalformed number or name after (?(missing '<' in symbolic referencemissing ) after commentmissing terminating )missing terminating ] for character classmissing terminator in subpattern namemount doesn't implement content type guessingmount doesn't implement ejectmount doesn't implement eject or eject_with_operationmount doesn't implement remountmount doesn't implement synchronous content type guessingmount doesn't implement unmountmount doesn't implement unmount or unmount_with_operationnothing to repeatnumber too big in {} quantifiernumbers out of order in {} quantifieroctal value is greater than \377out of memoryoverran compiling workspacepreviously-checked referenced subpattern not foundrange out of order in character classrecursion limit reachedrecursive call could loop indefinitelyreference to non-existent subpatternregular expression too largerepeating a DEFINE group is not allowedstray final '\'subpattern name is too long (maximum 32 characters)symlink must be non-NULLthe pattern contains items not supported for partial matchingtoo many named subpatterns (maximum 10,000)two named subpatterns have the same nameunexpected repeatunfinished symbolic referenceunknown POSIX class nameunknown errorunknown escape sequenceunknown property name after \P or \punrecognized character after (?unrecognized character after (?<unrecognized character after (?Punrecognized character follows \volume doesn't implement ejectvolume doesn't implement eject or eject_with_operationvolume doesn't implement mountworkspace limit for empty substrings reachedzero-length symbolic referenceProject-Id-Version: glib Report-Msgid-Bugs-To: POT-Creation-Date: 2009-10-07 09:51-0400 PO-Revision-Date: 2009-09-18 00:17+0300 Last-Translator: Mișu Moldovan Language-Team: RomÃĸnă MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2; (codare incorectă)%.1f GB%.1f KB%.1f MBtip de fișier %stip %s„%s” nu este un caracter valid după caracterul „<”, nu poate ÃŽncepe numele unui element„%s” nu este un caracter valid după caracterele „”„%s” nu este un nume valid „%s” nu este un nume valid: „%c” (?R sau (?[+-]digiți trebuie urmați de )) fără un ( ÃŽn fațăUn favorit pentru URI-ul „%s” există dejaAdresele cu nume abstract de socket tip unix nu sunt implementate pe acest sistemSocket-ul adăugat este ÃŽnchisOpțiuni aplicație:Crearea asocierilor de fișiere nu este implementată ÃŽn WindowsAtributul „%s” al elementului „%s” nu a putut fi găsitValoarea atributului trebuie să fie diferită de NULLCrearea fișierului de backup a eșuatNu se poate copia un director peste un alt directorNu se poate copia peste directorNu se poate copia fișierul specialNu se poate crea pentru utilizator directorul cu opțiunile MIME %s: %sNu se poate crea pentru utilizator directorul cu opțiunile aplicației %s: %sNu se poate crea fișierul desktop %sNu s-au putut citi datele brute din g_io_channel_read_line_stringNu s-au putut citi datele brute din g_io_channel_read_to_endNu s-a găsit aplicațiaNu se poate gestiona versiunea furnizată pentru codarea iconițeiNu se poate gestiona versiunea %d a codării GEmblemNu se poate gestiona versiunea %d a codării GEmblemedIconNu se poate gestiona versiunea %d a codării GFileIconNu se poate gestiona versiunea %d a codării GThemedIconNu se poate muta un director peste un alt directorNu se poate deschide directorulNu se poate copia recursiv directorulNu se poate redenumi fișierul, numele de fișier există dejaNu se poate redenumi directorul rădăcinăInițializarea ÃŽntreruptibilă nu este implementatăNu se poate converti rezerva „%s” la setul de caractere „%s”Nu se poate prelucra valoarea dublă „%s” pentru %sNu se poate prelucra valoarea ÃŽntregului „%s” pentru %sNu se pot defini drepturi pentru legături simboliceNu se poate trunchia GMemoryInputStreamCanalul se termină cu un caracter parțialCaracter ÃŽn afara limitelor standardului UTF-16Caracter ÃŽn afara limitelor standardului UTF-8Referința caracterului „%-.*s” nu codează un caracter permisReferința caracter nu s-a terminat cu punct și virgulă. Probabil ați folosit un caracter ampersand fără intenția de a ÃŽncepe o entitate. Utilizați &Conectare ÃŽn progresMontarea conținută nu existăConversia de la setul de caractere „%s” la „%s” nu este implementatăNu s-au putut aloca %lu octeți pentru citirea fișierului „%s”Nu s-a putut iniția conversia de la „%s” la „%s”Nu s-a putut iniția conversia de la „%s” la „%s”: %sDefiniție personalizată pentru %sgrupul DEFINE conține mai mult de o ramurăFișierul desktop nu are specificat un cÃĸmp „Exec”Documentul s-a terminat ÃŽn mod neașteptat după semnul egal ce urma unui nume atribut. Nici o valoare pentru atributDocumentul s-a terminat ÃŽn mod neașteptat ÃŽn cadrul unui comentariu sau a unei instrucțiuni de procesareDocumentul s-a terminat ÃŽn mod neașteptat ÃŽn cadrul numele unui atributDocumentul s-a terminat ÃŽn mod neașteptat ÃŽn cadrul numelui unui elementDocumentul s-a terminat ÃŽn mod neașteptat ÃŽn cadul unei etichete ce deschidea un elementDocumentul s-a terminat ÃŽn mod neașteptat ÃŽn cadrul etichetei de ÃŽnchidere a elementului „%s”Documentul s-a terminat ÃŽn mod neașteptat imediat după un caracter „<”Documentul s-a terminat ÃŽn mod neașteptat ÃŽn cadrul valorii unui atributDocumentul s-a terminat ÃŽn mod neașteptat cu unele elemente ÃŽncă deschise. „%s” a fost ultimul element deschisDocumentul s-a terminat ÃŽn mod neașteptat, se aștepta un caracter „>” care să ÃŽncheie eticheta <%s/>Documentul trebuie să ÃŽnceapă cu un element (de ex. )Documentul era gol sau conținea doar spațiu golValoarea dublă „%s” pentru %s este ÃŽn afara limitelorElementul „%s” a fost ÃŽnchis, dar elementul deschis curent este „%s”Elementul „%s” a fost ÃŽnchis, nici un element nu este curent deschisS-a depistat o entitate nulă „&;”. Entitățile valide sunt: & " < > 'Entitatea nu s-a terminat cu punct și virgulă. Probabil că ați folosit un caracter ampersand fără intenția de a ÃŽncepe o entitate. Utilizați &Numele entității „%-.*s” nu este cunoscutEnumeratorul este ÃŽnchisEroare la acceptarea conexiunii: %sEroare la asocierea adresei: %sEroare la ÃŽnchiderea fișierului: %sEroare la ÃŽnchiderea socket-ului: %sEroare la ÃŽnchiderea „unix”: %sEroare la conectare: Eroare la conectare: %sEroare la crearea copiei de backup: %sEroare la crearea directorului: %sEroare ÃŽn timpul conversiei: %sEroare la citirea detaliilor sistemului de fișiere: %sEroare la lansarea aplicației: %sEroare la crearea linkului simbolic: %sEroare la mutarea fișierului: %sEroare ÃŽn linia %d, caracterul %d: Eroare ÃŽn linia %d: %sEroare la deschiderea directorului „%s”: %sEroare la deschiderea fișierului „%s”: %sEroare la deschiderea fișierului: %sEroare la prelucrarea opțiunii %sEroare la citirea fișierului „%s”: %sEroare la citirea din fișier: %sEroare la citirea din „unix”: %sEroare la primirea datelor: %sEroare la primirea mesajului: %sEroare la ștergerea fișierului: %sEroare la ștergerea vechiului link simbolic de backup: %sEroare la ștergerea vechiului fișier: %sEroare la ștergerea fișierului destinație: %sEroare la redenumirea fișierului: %sEroare la redenumirea fișierului temporar: %sEroare la rezolvarea „%s”Eroare la rezolvarea „%s”: %sEroare la rezolvarea inversă „%s”: %sEroare la căutarea ÃŽn fișier: %sEroare la trimiterea datelor: %sEroare la trimiterea mesajului: %sEroare la definirea contextului SELinux: %sEroare la stabilirea atributului extins „%s”: %sEroare la schimbarea datei de acces ori modificare: %sEroare la definirea deținătorului: %sEroare la definirea drepturilor: %sEroare la definirea linkului simbolic: %sEroare la definirea linkului simbolic: fișierul nu este un link simbolicEroare la citirea detaliilor fișierului „%s”: %sEroare la citirea descriptorilor fișierului: %sEroare la mutarea la coș a fișierului: %sEroare la trunchierea fișierului: %sEroare la parsarea expresiei regulate %s la caracterul %d: %sEroare la compararea expresiei regulate %s: %sEroare la optimizarea expresiei regulate %s: %sEroare la prelucrarea textului de ÃŽnlocuire „%s” la caracterul %lu: %sEroare la scrierea ÃŽn fișier: %sEroare la scrierea ÃŽn „unix”: %sFișierul existent „%s” nu a putut fi șters: g_unlink() a eșuat: %sSe aștepta un GEmblem pentru GEmblemedIconS-a așteptat un mesaj de control, dar s-au primit %dS-a așteptat un fd, dar s-a primit %d Nu s-a putut schimba directorul curent ÃŽn directorul „%s” (%s)Nu s-a putut ÃŽnchide fișierul „%s”: fclose() a eșuat: %sNu s-a putut crea fișierul „%s”: %sNu s-a putut crea conectorul „pipe” pentru comunicarea cu procesul copil (%s)Nu s-a putut executa procesul „%s” (%s)Nu s-a putut executa procesul copil (%s)Nu s-a putut porni programul asociat (%s)Nu s-a putut expanda linia de comandă „%s” cu URI-ul %sNu s-a putut clona procesul (%s)Nu s-a putut clona procesul copil (%s)Nu s-au putut obține atributele fișierului „%s”: fstat() a eșuat: %sNu s-a putut mapa fișierul „%s”: mmap() a eșuat: %sNu s-a putut deschide fișierul „%s” pentru scriere, fdopen() a eșuat: %sNu s-a putut deschide fișierul „%s”: %sNu s-a putut deschide fișierul „%s”: fdopen() a eșuat: %sNu s-a putut deschide fișierul „%s”: open() a eșuat: %sNu s-a putut procesa „%-.*s”, care ar fi trebuit să fie o cifră ÃŽntr-un caracter referință (de exemplu ê). Poate cifra este prea mareNu s-au putut citi datele de la procesul copilNu s-au putut citi datele din procesul copil (%s)Nu s-au putut citi date suficiente de la procesul copil (%s)Nu s-au putut citi datele din conectorul „pipe” copil (%s)Nu s-a putut citi din fișierul „%s”: %sNu s-a putut citi linkul simbolic „%s”: %sNu s-a putut redirecta ieșirea sau inputul procesului copil (%s)Nu s-a putut redenumi fișierul „%s” ÃŽn „%s”: g_rename() a eșuat: %sNu s-a putut redimensiona fluxul de ieșire al memorieiNu s-a putut scrie fișierul „%s”: fflush() eșuat: %sNu s-a putut scrie fișierul „%s”: fsync() a eșuat: %sNu s-a putut scrie fișierul „%s”: fwrite() a eșuat: %sFișierul „%s” este prea mareEnumeratorul fișierului este deja deschis de o altă operațiuneEnumeratorul fișierului este deja ÃŽnchisFișierul e golNumele de fișiere nu pot conține „%c”Rădăcina sistemului de fișiereGSocketControlMessage nu e implementat ÃŽn WindowsOpțiuni ajutor:Numele de gazdă „%s” conține „[” dar nu și „]”Fluxul de input nu are implementată o funcție de citireValoarea ÃŽntregului „%s” pentru %s este ÃŽn afara limitelorValoarea ÃŽntregului „%s” este ÃŽn afara limitelorS-a primit un „GSeekType” nevalidText codat UTF-8 incorect ÃŽn nume - „%s” nevalidTip incorect de atribut (se aștepta un șir de octeți)Tip incorect de atribut (se aștepta un șir)Tip incorect de atribut (se aștepta o valoare uint32)Tip incorect de atribut (se aștepta o valoare uint64)Secvență de octeți incorectă ÃŽn inputul conversieiNume incorect de atribut extinsNume nevalid de fișierNume incorect de fișier: %sNume incorect de grup: %sNume nevalidNume incorect de cheie: %sNume incorect de program: %sCerere nevalidă de căutareSecvență incorectă ÃŽn inputul conversieiSocket nevalid, inițializarea a eșuat din următoarea cauză: %sSocket nevalid (neinițializat)Secvență incorectă ÃŽn vectorul argumentului la %d: %sSecvență incorectă ÃŽn variabilele de mediu: %sS-a primit o valoare incorectă pentru linkul simbolicDirector curent nevalid: %sFișieul cheie conține caractere „escape” la sfÃĸrșit de linieURI-ul „%s” conține secvențe „escaped” incorecteFișierul cheie conține cheia „%s” ÃŽn grupul „%s”, care are o valoare ce nu poate fi interpretatăFișierul cheie conține cheia „%s” ce are o valoare neinterpretabilă.Fișierul cheie conține cheia „%s”, ce are o valoare neinterpretabilă.Fișierul cheie conține cheia „%s”, cu valoarea „%s”, ce nu este UTF-8Fișierul-cheie conține linia „%s” care nu este o pereche cheie-valoare, un grup sau un comentariuFișierul cheie are o codare neimplementată de tip „%s”Fișierul cheie nu are grupul „%s”Fișierul cheie nu are cheia „%s”Fișierul cheie nu are cheia „%s” ÃŽn grupul „%s”Fișierul cheie nu ÃŽncepe cu un grupDate neconvertite rămase ÃŽn memoria tampon pentru citireProcesul de ascultare este deja ÃŽnchisDate de input malformate pentru GFileIconNumăr greșit formatat de elemente (%d) ÃŽn codarea GEmblemNumăr greșit formatat de elemente (%d) ÃŽn codarea GEmblemedIconNumăr malformat de versiune: %sFluxul de ieșire al memoriei nu poate fi redimensionatArgument lipsă pentru %sOperațiunea de mutare ÃŽntre două dispozitive montate nu este implementatăNu există un tip MIME definit ÃŽn favoritul URI-ului „%s”Nu există o aplicație ÃŽnregistrată pentru deschiderea acestui fișierNu există o aplicație cu numele „%s” ÃŽnregistrată ÃŽn favoritul pentru „%s”Nu s-a găsit un favorit pentru URI-ul „%s”Nu există grupuri definite ÃŽn favoritul URI-ului „%s”Nu există un indicator privat definit ÃŽn favoritul URI-ului „%s”Nu există ÃŽnregistrări de tip SRV pentru „%s”Nici un tip pentru numele clasei %sNu s-a găsit un fișier valid cu favorite ÃŽn directoarele de dateNu e un fișier obișnuitSpațiu insuficient pentru adresa socket-uluiCaracter neobișnuit „%s”, se aștepta un „=” după numele atributului „%s” al elementului „%s”Caracter neobișnuit „%s”, se aștepta un „>” pentru a termina eticheta de element gol „%s”Caracter neobișnuit „%s”, se aștepta un „>” sau „/” pentru a termina eticheta de ÃŽnceput a elementului „%s” sau opțional un atribut. Poate ați utilizat un caracter incorect ÃŽn numele atributuluiCaracter neobișnuit „%s”, se așteptau ghilimele de deschidere după semnul egal pentru a da valoarea atributului „%s” al elementului „%s”Operațiune neimplementatăOperațiunea a fost anulatăFluxul de ieșire nu implementează scriereaBiblioteca PCRE este compilată fără suport pentru proprietăți UTF-8Biblioteca PCRE este compilată cu suport UTF-8elementele POSIX de unire nu sunt implementateclasele cu nume POSIX sunt implementate doar ÃŽnăuntrul altei claseSecvență parțială de caractere la sfÃĸrșitul inputuluiTextul citat nu ÃŽncepe cu un semn de citareS-a atins limita maximă a matricii de dateS-a primit un fd nevalidContextul SELinux trebuie să fie diferit de NULLSELinux nu este activat pentru acest sistemCăutarea ÃŽn flux nu este implementatăDefinirea atributului %s nu este implementatăArată toate opțiunile de ajutorArată opțiunile de ajutorSocket-ul este deja ÃŽnchisSursa fluxului este deja ÃŽnchisăFluxul nu implementează „query_info”Asupra fluxului se execută deja o operațiuneFlux deja ÃŽnchisLinkurile simbolice nu sunt implementateFișierul destinație există dejaFișierul destinație este un directorFișierul destinație nu este un fișier obișnuitȘablonul „%s” nu conține XXXXXXȘablonul „%s” este incorect, n-ar trebui să conțină un „%s”Eroare temporară la rezolvarea „%s”Textul s-a terminat ÃŽnainte de semnul de citare pereche pentru %c (textul era „%s”)Textul s-a terminat imediat după un caracter „\” (textul era „%s”)Textul era gol (sau conținea doar spațiu gol)URI-ul „%s” conține caractere „escaped” incorecteURI-ul „%s” este nevalidURI-ul „%s” nu este un URI absolut folosind schema „fișier”Fișierul a fost modificat de o terță parteNumele din URI-ul „%s” este nevalidURI-ul fișierului local „%s” nu poate include un „#”Calea „%s” nu este o cale absolutăS-a pasat o valoare prea mare către %sNu există o implementare pentru coșul de gunoiNu se permite trunchierea fluxului de inputTrunchierea fluxului nu este implementatăTipul %s nu implementează from_tokens() ÃŽn interfața GIconTipul %s nu implementează interfața GIconTipul %s nu este clasificatLinkurile de tip URI nu sunt implementateNu s-a putut crea socket-ul: %sNu s-a putut crea directorul coșului de gunoi „%s”: %sNu s-a putut crea fișierul cu detalii despre mutarea la coș: %sNu s-a putut identifica tipul implicit de monitorizare a directoarelor localeNu s-a găsit tipul implicit de monitorizare a fișierelor localeNu s-a putut găsi ori crea directorul coșului de gunoiNu s-a găsit un terminal pentru pornirea aplicațieiNu s-a găsit directorul de top pentru coșul de gunoiNu s-a putut obține eroarea ÃŽn așteptare: %sNu s-a putut muta la coș fișierul: %sNu se aștepta un atribut „%s” pentru elementul „%s”Flux terminat neașteptat de repedeEroare neașteptată ÃŽn g_io_channel_win32_poll() la citirea datelor de la procesul copilEroare neașteptată ÃŽn select() la citirea datelor din procesul copil (%s)Eroare neașteptată ÃŽn waitpid() (%s)Nu se aștepta eticheta „%s” ÃŽn „%s”S-a primit eticheta „%s”, se aștepta eticheta „%s”Tip neașteptat de date ANCEroare necunoscută la lansarea ÃŽn execuție a procesului copil „%s”Eroare necunoscută la conectareOpțiune necunoscută %sS-a specificat un protocol necunoscutTip necunoscutăSemn de citare nepereche ÃŽn linia de comandă sau text „shell-quoted”NedenumitAdresă nesuportată de socketUtilizare:Nu s-a găsit un fișier cheie valid ÃŽn directoarele de căutareValoarea „%s” nu poate fi interpretată ca o valoare booleană.Valoarea „%s” nu poate fi interpretată ca un număr flotant.Valoarea „%s” nu poate fi interpretată ca un număr.Se așteaptă condiția socket-ului: %sNumăr greșit de elemente (%d)[OPȚIUNE...]\ la sfÃĸrșitul unui „pattern”\C nu este permis ÃŽn aserțiunea „lookbehind”\c la sfÃĸrșitul unui „pattern”\g nu este urmat de un nume ÃŽntre acolade sau un număr diferit de zero, opțional ÃŽntre acoladese așteaptă o aserțiune după (?(editarea asocierilor de fișiere nu e implementată ÃŽn Windowspentru condițiile de tip „back reference” nu se pot face comparații parțiales-a atins limita de „backtracking”nu se permite aici trecerea la majuscule sau invers prin folosirea de caractere „escape” (\l, \L, \u, \U)valoarea caracterului ÃŽn secvența \x{...} este prea mare„overflow” ÃŽn codgrupul de condiții conține mai mult de două ramuriobiect coruptnu s-a putut obține adresa locală: %snu s-a putut obține adresa la distanță: %snu s-a putut asculta: %sse creează GSocket din fd: %sse aștepta un digitunitatea nu poate ejecta disculunitatea nu implementează eject ori eject_with_operationunitatea nu poate verifica periodic pentru discuri noiunitatea nu implementează comanda „start”unitatea nu implementează comanda „stop”nu s-a putut aloca memoriase aștepta un digit hexadecimalse aștepta un digit hexadecimal or „}”referință simbolică ilegalăopțiuni NEWLINE inconsistenteeroare internăeroare internă sau obiect coruptcombinație incorectă de indicatori de linie nouăcondiție nevalidă (?(0)secvență incorectă de tip „escape” ÃŽn clasa caracteraserțiunea „lookbehind” nu e de lungime fixăsecvență malformată \P sau \pnumăr greșit formatat sau nume după (?(„<” lipsă ÃŽn referința simbolicălipsește un ) după comentariulipsește un ) de ÃŽnchiderelipsește un ] de ÃŽnchidere pentru clasa caracterterminator lipsă ÃŽn numele de „subpattern”obiectul montat nu implementează detecția automată a conținutuluiobiectul montat nu implementează ejectareaobiectul montat nu implementează eject ori eject_with_operationobiectul montat nu implementează remontareaobiectul montat nu implementează detecția automată și sincronizată a conținutuluiobiectul montat nu implementează demontareaobiectul montat nu implementează unmount ori unmount_with_operationnimic de repetatnumăr prea mare ÃŽn cuantificatorul {}numere neordonate ÃŽn cuantificatorul {}valoarea octală este mai mare decÃĸt \377memorie insuficientăspațiul de compilare a fost depășitnu s-a găsit „subpattern”-ul referit și verificat anteriorinterval depășit ÃŽn clasa caracters-a atins limita de recursivitateapelul recursiv e pasibil de a intra ÃŽn buclă infinităreferință la un „subpattern” inexistentexpresie regulată prea lungănu se permite repetarea unui grup DEFINE„\” inutil la finalnume de „subpattern” prea lung (sunt permise cel mult 32 de caractere)linkul simbolic trebuie să fie diferit de NULLmodelul de căutare conține elemente pentru care nu se pot face comparații parțialeprea multe nume de „subpattern”-uri (sunt permise cel mult 10.000)două „subpattern”-uri au același numerepetare neașteptatăreferință simbolică neterminatănume necunoscut de clasă POSIXeroare necunoscutăsecvență „escape” necunoscutănume necunoscut de proprietate după \P ori \pcaracter nerecunoscut după (?caracter nerecunoscut după (?<caracter nerecunoscut după (?Pdupă \ urmează un caracter necunoscutVolumul nu implementează ejectareaVolumul nu implementează eject ori eject_with_operationvolumul nu implementează montareas-a atins limita maximă pentru substringuri nulereferință simbolică de lungime zero./glib-2.22.2-i686/usr/share/locale/nn/0000755000000000000000000000000011271166776015644 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/nn/LC_MESSAGES/0000755000000000000000000000000011271166776017431 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/nn/LC_MESSAGES/glib20.mo0000644000000000000000000010251211271166636021041 0ustar rootrootŪ•B, ¯<øų  %19YJ_¤a)f&¤Ë+ā(  5V#r–2°9ã!4?/t¤#ģß ô)?,[%ˆ&Ž"Õ)ø!" D Ae ž§ F!;f!.ĸ!*Ņ!.ü!+"*D"&o"a–"Fø"4?#2t#:§#Aâ#@$$;e$WĄ$Wų$1Q%/ƒ%%ŗ%?Ų%5&IO&‘™&+'@'W'n''!Š'Ë'ë' ( (;( P(q((¤(ŧ(Ø(ô()"()K)j)!‚)¤))ž)č)**,8*e*!*Ŗ*ģ*:Õ*.+0?+9p+Ē+Ä+>Ū+',.E,t,?“,)Ķ,$ũ,%"--H-v-!Š-9Ŧ-*æ-9.K.-h.+–.ŠÂ.&M/+t/3 /#Ô/!ø/)08D09}0%ˇ0.Ũ0) 1!61 X1f1…1 •1#Ŗ1&Į1î12-)2(W2(€2(Š2)Ō2ü23-3A3X3i3~3—3$Ŧ3+Ņ3!ũ34;41Y4.‹4Tē4F5=V5L”5+á5! 6/6-O6$}6(ĸ6"Ë6î6!71(72Z7<7Ę7&é798)J8t8L‡8°Ô8z…9::%0:8V:-:*Ŋ:5č:*;/I; y;š;"ˇ;Ú;đ;<!"< D<e<~<›<Ž<!É<$ë<0=FA=:ˆ=-Ã=2ņ=$>;<> x>'™>-Á>)ī>"?`1s`EĨ`ë` aI+a0ua5Ļa(ÜaGb/Mb)}b)§b<Ņb$c$3cHXc@ĄcAâc$$d0Id2zd„­d+2e0^e;e.Ëe)úe4$fFYfM f9îf:(g"cg†g ¤g"°g Ķg āg!ëg8 h0Fhwh(“h#ŧh#āh#i.(iWiti„i—iŽiĀiØiđi& j,1j^jzjšj6ĩj2ėjSkEskGškcl5el!›l$Ŋl6âl'm)Am/km›m)ŗmDŨm6"nSYn6­n>än=#o6ao˜oWŦoÉp‰ÎpXquq"q>˛q2ņq,$r<Qr*Žr1šrër s(+sTs hs!vs"˜sģsÛs"÷st)t>t$^t=ƒtUÁtAu3Yu%uŗuDËuv%)v9Ov)‰v#ŗv×v(ōv%wAw*Yw-„w9˛w7ėw/$x0Tx3…x šx,Úx yL(y@uyļyĶy(ķy/zLz ^zAjz Ŧzļz7ŧz6ôz1+{-]{‹{”{'°{Ø{Rõ{H|1a|@“|Ô|Yđ|(J} s}*}Ŧ} Ŋ}%Ę}/đ} ~:~%T~z~•~ ¯~"ģ~#Ū~$*= h!‰"ĢÎč$ū&#€-J€-x€,π̀č€%) H)V8€)šã+ú+&‚R‚/n‚ž‚-ĩ‚#ã‚Bƒ2Jƒ)}ƒ§ƒšƒԃ ėƒøƒ& „"4„#W„#{„Ÿ„#´„ ؄2ų„,…$ČMˆ+Ōģübu!Ŧ‰öĩJÍ>5īËęG/ĘS€,{ÚĢô0ėũ ˜%žx;ļ.Z?Nē>0iŠ´ØÂ6Q–ށp)÷ "ádmWŋY×ĖO<`ĶÄD “ÎÖ994ŪCŲ2g‡ãB3æ#—]ŅcĻT Ąø7f'\ $Bj:zR(į¯AŖŗ<=E Œąĸ= ,Xų§‹IVl¤ņ!Štv@%"ōū@Åܞq„wíšĒ¨Ž’åđ*.Ũû*a-&š1hĀ”oâ~8ˇÕ(Ĩ5™ĐŊ_^: L ;î UHß2 Û•õ¸Ke˙-ŧ­ĮÃÔ7‘°›|r…Á†Æ)úysĪ냜6˛4čk/3 nP?éŸ& ä[81#ķ‚FA+ā}'É (invalid encoding)%.1f GB%.1f KB%.1f MB%s filetype%s type%u byte%u bytes'%s' is not a valid character following a '<' character; it may not begin an element name'%s' is not a valid character following the characters ''(?R or (?[+-]digits must be followed by )) without opening (A bookmark for URI '%s' already existsApplication Options:Association creation not supported on win32Attribute '%s' of element '%s' not foundAttribute value must be non-NULLBackup file creation failedCan't copy directory over directoryCan't copy over directoryCan't create user MIME configuration folder %s: %sCan't create user application configuration folder %s: %sCan't create user desktop file %sCan't do a raw read in g_io_channel_read_line_stringCan't do a raw read in g_io_channel_read_to_endCan't find applicationCan't move directory over directoryCan't open directoryCan't recursively copy directoryCan't rename file, filename already existCan't rename root directoryCannot convert fallback '%s' to codeset '%s'Cannot parse double value '%s' for %sCannot parse integer value '%s' for %sCannot truncate GMemoryInputStreamChannel terminates in a partial characterCharacter out of range for UTF-16Character out of range for UTF-8Character reference '%-.*s' does not encode a permitted characterCharacter reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Containing mount does not existConversion from character set '%s' to '%s' is not supportedCould not allocate %lu bytes to read file "%s"Could not open converter from '%s' to '%s'Could not open converter from '%s' to '%s': %sCustom definition for %sDEFINE group contains more than one branchDesktop file didn't specify Exec fieldDocument ended unexpectedly after the equals sign following an attribute name; no attribute valueDocument ended unexpectedly inside a comment or processing instructionDocument ended unexpectedly inside an attribute nameDocument ended unexpectedly inside an element nameDocument ended unexpectedly inside an element-opening tag.Document ended unexpectedly inside the close tag for element '%s'Document ended unexpectedly just after an open angle bracket '<'Document ended unexpectedly while inside an attribute valueDocument ended unexpectedly with elements still open - '%s' was the last element openedDocument ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>Document must begin with an element (e.g. )Document was empty or contained only whitespaceDouble value '%s' for %s out of rangeElement '%s' was closed, but the currently open element is '%s'Element '%s' was closed, no element is currently openEmpty entity '&;' seen; valid entities are: & " < > 'Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Enumerator is closedError closing file: %sError closing unix: %sError creating backup copy: %sError during conversion: %sError getting filesystem info: %sError launching application: %sError making symbolic link: %sError moving file: %sError on line %d char %d: Error on line %d: %sError opening directory '%s': %sError opening file '%s': %sError opening file: %sError parsing option %sError reading file '%s': %sError reading from file: %sError reading from unix: %sError removing file: %sError removing old backup link: %sError removing target file: %sError renaming file: %sError renaming temporary file: %sError seeking in file: %sError setting extended attribute '%s': %sError setting owner: %sError setting permissions: %sError setting symlink: %sError setting symlink: file is not a symlinkError stating file '%s': %sError stating file descriptor: %sError trashing file: %sError truncating file: %sError while compiling regular expression %s at char %d: %sError while matching regular expression %s: %sError while optimizing regular expression %s: %sError while parsing replacement text "%s" at char %lu: %sError writing to file: %sError writing to unix: %sExisting file '%s' could not be removed: g_unlink() failed: %sFailed to change to directory '%s' (%s)Failed to close file '%s': fclose() failed: %sFailed to create file '%s': %sFailed to create pipe for communicating with child process (%s)Failed to execute child process "%s" (%s)Failed to execute child process (%s)Failed to execute helper program (%s)Failed to expand exec line '%s' with URI '%s'Failed to fork (%s)Failed to fork child process (%s)Failed to get attributes of file '%s': fstat() failed: %sFailed to map file '%s': mmap() failed: %sFailed to open file '%s' for writing: fdopen() failed: %sFailed to open file '%s': %sFailed to open file '%s': fdopen() failed: %sFailed to open file '%s': open() failed: %sFailed to parse '%-.*s', which should have been a digit inside a character reference (ê for example) - perhaps the digit is too largeFailed to read data from child processFailed to read data from child process (%s)Failed to read enough data from child pid pipe (%s)Failed to read from child pipe (%s)Failed to read from file '%s': %sFailed to read the symbolic link '%s': %sFailed to redirect output or input of child process (%s)Failed to rename file '%s' to '%s': g_rename() failed: %sFailed to resize memory output streamFailed to write file '%s': fwrite() failed: %sFile enumerator has outstanding operationFile enumerator is already closedFile is emptyFile names cannot contain '%c'Filesystem rootHelp Options:Input stream doesn't implement readInteger value '%s' for %s out of rangeInteger value '%s' out of rangeInvalid GSeekType suppliedInvalid attribute type (byte string expected)Invalid attribute type (string expected)Invalid attribute type (uint32 expected)Invalid attribute type (uint64 expected)Invalid byte sequence in conversion inputInvalid extended attribute nameInvalid filenameInvalid filename %sInvalid group name: %sInvalid hostnameInvalid key name: %sInvalid program name: %sInvalid seek requestInvalid sequence in conversion inputInvalid string in argument vector at %d: %sInvalid string in environment: %sInvalid symlink value givenInvalid working directory: %sKey file contains escape character at end of lineKey file contains invalid escape sequence '%s'Key file contains key '%s' in group '%s' which has value that cannot be interpreted.Key file contains key '%s' which has value that cannot be interpreted.Key file contains key '%s' with value '%s' which is not UTF-8Key file contains line '%s' which is not a key-value pair, group, or commentKey file contains unsupported encoding '%s'Key file does not have group '%s'Key file does not have key '%s'Key file does not have key '%s' in group '%s'Key file does not start with a groupLeftover unconverted data in read bufferMemory output stream not resizableMissing argument for %sMove between mounts not supportedNo MIME type defined in the bookmark for URI '%s'No application is registered as handling this fileNo application with name '%s' registered a bookmark for '%s'No bookmark found for URI '%s'No groups set in bookmark for URI '%s'No private flag has been defined in bookmark for URI '%s'No valid bookmark file found in data dirsNot a regular fileOdd character '%s', expected a '=' after attribute name '%s' of element '%s'Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute nameOdd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'Operation not supportedOperation was cancelledOutput stream doesn't implement writePCRE library is compiled without UTF8 properties supportPCRE library is compiled without UTF8 supportPOSIX collating elements are not supportedPOSIX named classes are supported only within a classPartial character sequence at end of inputQuoted text doesn't begin with a quotation markReached maximum data array limitSeek not supported on streamSetting attribute %s not supportedShow all help optionsShow help optionsSource stream is already closedStream doesn't support query_infoStream has outstanding operationStream is already closedSymbolic links not supportedTarget file existsTarget file is a directoryTarget file is not a regular fileTemplate '%s' doesn't contain XXXXXXTemplate '%s' invalid, should not contain a '%s'Text ended before matching quote was found for %c. (The text was '%s')Text ended just after a '\' character. (The text was '%s')Text was empty (or contained only whitespace)The URI '%s' contains invalidly escaped charactersThe URI '%s' is invalidThe URI '%s' is not an absolute URI using the "file" schemeThe file was externally modifiedThe hostname of the URI '%s' is invalidThe local file URI '%s' may not include a '#'The pathname '%s' is not an absolute pathToo large count value passed to %sTrash not supportedTruncate not allowed on input streamTruncate not supported on streamURIs not supportedUnable to create trash dir %s: %sUnable to create trashing info file: %sUnable to find default local directory monitor typeUnable to find default local file monitor typeUnable to find or create trash directoryUnable to find terminal required for applicationUnable to find toplevel directory for trashUnable to trash file: %sUnexpected attribute '%s' for element '%s'Unexpected early end-of-streamUnexpected error in g_io_channel_win32_poll() reading data from a child processUnexpected error in select() reading data from a child process (%s)Unexpected error in waitpid() (%s)Unexpected tag '%s' inside '%s'Unexpected tag '%s', tag '%s' expectedUnknown error executing child process "%s"Unknown option %sUnknown typeUnmatched quotation mark in command line or other shell-quoted textUnnamedUsage:Valid key file could not be found in search dirsValue '%s' cannot be interpreted as a boolean.Value '%s' cannot be interpreted as a float number.Value '%s' cannot be interpreted as a number.[OPTION...]\ at end of pattern\C not allowed in lookbehind assertion\c at end of pattern\g is not followed by a braced name or an optionally braced non-zero numberassertion expected after (?(association changes not supported on win32back references as conditions are not supported for partial matchingbacktracking limit reachedcase-changing escapes (\l, \L, \u, \U) are not allowed herecharacter value in \x{...} sequence is too largecode overflowconditional group contains more than two branchescorrupted objectdigit expecteddrive doesn't implement ejectdrive doesn't implement polling for mediafailed to get memoryhexadecimal digit expectedhexadecimal digit or '}' expectedillegal symbolic referenceinconsistent NEWLINE optionsinternal errorinternal error or corrupted objectinvalid combination of newline flagsinvalid condition (?(0)invalid escape sequence in character classlookbehind assertion is not fixed lengthmalformed \P or \p sequencemalformed number or name after (?(missing '<' in symbolic referencemissing ) after commentmissing terminating )missing terminating ] for character classmissing terminator in subpattern namemount doesn't implement ejectmount doesn't implement remountmount doesn't implement unmountnothing to repeatnumber too big in {} quantifiernumbers out of order in {} quantifieroctal value is greater than \377out of memoryoverran compiling workspacepreviously-checked referenced subpattern not foundrange out of order in character classrecursion limit reachedrecursive call could loop indefinitelyreference to non-existent subpatternregular expression too largerepeating a DEFINE group is not allowedstray final '\'subpattern name is too long (maximum 32 characters)symlink must be non-NULLthe pattern contains items not supported for partial matchingtoo many named subpatterns (maximum 10,000)two named subpatterns have the same nameunexpected repeatunfinished symbolic referenceunknown POSIX class nameunknown errorunknown escape sequenceunknown property name after \P or \punrecognized character after (?unrecognized character after (?<unrecognized character after (?Punrecognized character follows \volume doesn't implement ejectvolume doesn't implement mountworkspace limit for empty substrings reachedzero-length symbolic referenceProject-Id-Version: nn Report-Msgid-Bugs-To: POT-Creation-Date: 2009-10-07 09:51-0400 PO-Revision-Date: 2008-02-24 17:33+0100 Last-Translator: Åsmund SkjÃĻveland Language-Team: Norwegian Nynorsk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.11.4 Plural-Forms: nplurals=2; plural=(n != 1); (ugyldig teiknkoding)%.1f GiB%.1f KiB%.1f MiB%s-filtype%s-type%u byte%u byteÂĢ%sÂģ er ikkje eit gyldig teikn etter ein ÂĢ<Âģ-teikn. Det kan ikkje vera det fyrste teiknet i eit elementnamnÂĢ%sÂģ er ikkje eit gyldig teikn etter teikna ÂĢ<Âģ eller ÂĢ/Âģ. ÂĢ%sÂģ kan ikkje starta eit elementnamnÂĢ%sÂģ er ikkje eit gyldig teikn etter avsluttande merket ÂĢ%sÂģ; det tillatne teiknet er ÂĢ>Âģ(?R eller (?[+-]tal mÃĨ følgjast av )) utan opnande (Eit bokmerke for adressa ÂĢ%sÂģ finst frÃĨ førProgramval:Å laga assosiasjonar er ikkje støtta pÃĨ win32Attributt ÂĢ%sÂģ til elementet ÂĢ%sÂģ ikkje funneAttributtverdien mÃĨ vera ikkje-NULLKlarte ikkje ÃĨ laga tryggleikskopi av filaKan ikkje skriva ei mappe over ei mappeKan ikkje skriva over mappeKan ikkje laga MIME-oppsettmappe %s: %sKan ikkje laga programoppsettmappe %s for brukaren: %sKan ikkje laga skrivebordfila %s for brukarenKlarar ikkje ÃĨ gjera ei rÃĨ lesing i g_io_channel_read_line_stringKan ikkje lesa rÃĨtt i g_io_channel_read_to_endKan ikkje finna programmetKan ikkje flytta mappa over ei mappeKan ikkje opna mappaKan ikkje kopiera katalog rekursivtKan ikkje gje fila nytt namn, filnamnet finst frÃĨ førKan ikkje gje rotmappa nytt namnKan ikkje konvertera tilbakefall ÂĢ%sÂģ til kodesett ÂĢ%sÂģKan ikkje tolka flyttalsverdien ÂĢ%sÂģ til ÂĢ--%sÂģKan ikkje tolka heiltalsverdien ÂĢ%sÂģ til %sKan ikkje trunkera GMemoryInputStreamKanalen avsluttar pÃĨ eit delvis teiknTeikn ikkje gyldig for UTF-16Teikn ikkje gyldig for UTF-8Teiknreferansen ÂĢ%-.*sÂģ kodar ikkje kan ikkje kodast eit lovleg teiknTeiknreferansen slutta ikkje med eit semikolon; sannsynlegvis brukte du eit et-teikn utan ÃĨ villa starte ein entitet – skriv et-teikn som &Omsluttande monteringspunkt finst ikkjeDokumentet mÃĨ byrja med eit element (t.d. )Dokumentet var tomt eller innheldt berre tomme teiknFlyttalsverdien ÂĢ%sÂģ til ÂĢ%sÂģ utanfor gyldig omrÃĨdeElementet ÂĢ%sÂģ vart avslutta, men det opne elementet er ÂĢ%sÂģElementet ÂĢ%sÂģ vart lukka. Det er ingen opne element noFann tom entitet ÂĢ&;Âģ; gyldige entitetar er: & " < 'Entiteten slutta ikkje med eit semikolon. Du brukte truleg eit et-teikn utan ÃĨ meina ÃĨ opna ein entitet. Skriv et-teikn som ÂĢ&Âģ.Teljaren er stengtFeil ved stenging av fila: %sFeilved lukking av: %sFeil ved oppretting av tryggleikskopi: %sFeil under konvertering: %sFeil ved henting av filsysteminfo: %sFeil under oppstart av programmet: %sKlarte ikkje ÃĨ laga symbolsk lenkje: %sFeil under flytting av fil: %sFeil pÃĨ linje %d teikn %d: Feil pÃĨ linje %d: %sFeil ved opning av katalog ÂĢ%sÂģ: %sFeil ved opning av fila ÂĢ%sÂģ: %sFeil ved opning av fila: %sFeil under tolking av val %sFeil ved lesing av fil ÂĢ%sÂģ: %sFeil ved lesing frÃĨ fila: %sFeil ved lesing frÃĨ unix: %sFeil under fjerning av fila: %sFeil under fjerning av gamal tryggleikskopilenkje: %sKlarte ikkje ÃĨ sletta mÃĨlfila: %sFeil ved namnebyte pÃĨ fila: %sFeil ved namnebyte pÃĨ mellombels fil: %sFeil ved søking i fila: %sFeil under endring av utvida attributtverdi ÂĢ%sÂģ: %sFeil under eigarskifte: %sFeil endring av løyve: %sFil under oppretting av symbolsk lenkje: %sFil under oppretting av symbolsk lenkje: Fila er ikkje ei symbolsk lenkjeFeil under lesing av informasjon om fila ÂĢ%sÂģ: %sFeil under lesing av info om fildeskriptoren: %sFeil under kassering av fila: %sFeil ved trunkering av fila: %sFeil under kompilering av regulÃĻrt uttrykk %s pÃĨ teikn %d: %sFeil under samanlikning med regulÃĻrt uttrykk %s: %sFeil under optimering av regulÃĻrt uttrykk %s: %sFeil under tolking av erstatningsteksten ÂĢ%sÂģ pÃĨ teikn ÂĢ%luÂģ: %sFeil ved skriving til fila: %sFeil under skriving til unix: %sKlarte ikkje ÃĨ fjerna den eksisterande fila ÂĢ%sÂģ: g_unlink() feila: %sKlarte ikkje ÃĨ skifta til katalogen ÂĢ%sÂģ (%s)Klarte ikkje ÃĨ lukka fila ÂĢ%sÂģ: fclose() feila: %sKlarte ikkje ÃĨ oppretta fila ÂĢ%sÂģ: %sKlarte ikkje ÃĨ oppretta røyr for ÃĨ kommunisera med barneprosess (%s)Klarte ikkje ÃĨ utføra barnprosess ÂĢ%sÂģ (%s)Klarte ikkje ÃĨ utføra barneprosess (%s)Klarte ikkje ÃĨ køyra hjelpeprogram (%s)Klarte ikkje ÃĨ utvida køyrelinja ÂĢ%sÂģ med adressa ÂĢ%sÂģKunne ikkje starta barneprosess (%s)Kunne ikkje starta barneprosess (%s)Klarte ikkje ÃĨ fÃĨ tak i eigenskapar for fila ÂĢ%sÂģ: fstat() feila: %sKlarte ikkje ÃĨ kopiera fila ÂĢ%sÂģ til minnet: mmap() feila: %sKlarte ikkje ÃĨ opna fila ÂĢ%sÂģ for skriving: fdopen() feila: %sKlarte ikkje ÃĨ opna fila ÂĢ%sÂģ: %sKunne ikkje opna fila ÂĢ%sÂģ: fdopen() feila: %sKlarte ikkje ÃĨ opna fila ÂĢ%sÂģ: open() feila: %sKlarte ikkje ÃĨ tolka ÂĢ%-.*sÂģ, som burde vera eit teikn i ein teiknreferanse (ê, til dømes) – kan henda talet er for stortKlarte ikkje ÃĨ lesa data frÃĨ barneprosessKlarte ikkje ÃĨ lesa data frÃĨ barneprosess (%s)Klarte ikkje ÃĨ lesa nok data frÃĨ pid-røyr frÃĨ barn (%s)Klarte ikkje ÃĨ lesa frÃĨ røyr frÃĨ barn (%s)Klarte ikkje ÃĨ lesa frÃĨ fila ÂĢ%sÂģ: %sKlarte ikkje ÃĨ lesa den symbolske lenkja ÂĢ%sÂģ: %sKlarte ikkje ÃĨ redirigera utdata eller inndata frÃĨ barneprosess (%s)Klarte ikkje ÃĨ endra namnet pÃĨ fila ÂĢ%sÂģ til ÂĢ%sÂģ: g_rename() feila: %sKlarte ikkje ÃĨ endra storleik pÃĨ utstraumen frÃĨ minnetKlarte ikkje ÃĨ skriva til fila ÂĢ%sÂģ: fwrite() feila: %sFilteljaren har ventande operasjonFilteljaren er allereie lukkaFila er tomFilnamn kan ikkje innehalda ÂĢ%cÂģFilsystemrotHjelpeval:Innstraumen støttar ikkje lesingHeiltalsverdien ÂĢ%sÂģ til ÂĢ%sÂģ utanfor gyldig omrÃĨdeHeiltalsverdien ÂĢ%sÂģ er utanfor gyldig omrÃĨdeUgyldig GSeekType sendt medUgyldig attributtype (venta byte-streng)Ugyldig attributtype (venta streng)Ugyldig attributtype (venta uint32)Ugyldig attributtype (venta uint64)Ugyldig bytesekvens i inndata for konverteringUgyldig utvida attributtnamnUgyldig filnamnUgyldig filnamn %sUgyldig gruppenamn: %sUgyldig vertsnamnUgyldig nøkkelnamn: %sUgyldig programnamn: %sUgyldig søkeførespurnadUgyldig sekvens i inndata-konverteringUgyldig streng i argumentvektor plass %d: %sUgyldig streng i miljø: %sUgyldig symlink-verdi oppgjevenUgyldig arbeidskatalog: %sNøkkelfila inneheld escape-teikn pÃĨ slutten av linjaNøkkelfila inneheld ugyldig escape-sekvens ÂĢ%sÂģNøkkelfila har feil i nøkkelen ÂĢ%sÂģ i gruppa ÂĢ%sÂģ. Verdien kan ikkje tolkast.Nøkkelfila har nøkkelen ÂĢ%sÂģ med ein verdi som ikkje kan tolkast.Nøkkelfila har nøkkelen ÂĢ%sÂģ med verdien ÂĢ%sÂģ, som ikkje er UTF-8Nøkkelfila inneheld linja ÂĢ%sÂģ som ikkje er eit nøkkel-verdi-par, ei gruppe eller ein kommentarNøkkelfila inneheld den ikkje støtta kodinga ÂĢ%sÂģNøkkelfila manglar gruppa ÂĢ%sÂģNøkkelfila manglar nøkkelen ÂĢ%sÂģNøkkelfila har ikkje nøkkelen ÂĢ%sÂģ i gruppa ÂĢ%sÂģNøkkelfila startar ikkje med ei gruppeUkonvertert data til overs i lesebufferetUtstraumen frÃĨ minnet kan ikkje endra storleikArgument manglar for %sFlytting mellom monteringar ikkje støttaDet er ikkje definert nokon MIME-type i bokmerket for adressa ÂĢ%sÂģIngen program er registrert til ÃĨ handtera denne filaDet er ikkje nokon program som heiter ÂĢ%sÂģ som har registrert bokmerke for ÂĢ%sÂģKlarte ikkje ÃĨ finna noko bokmerke for adressa ÂĢ%sÂģDet er ikkje laga nokon grupper i bokmerket for adressa ÂĢ%sÂģPrivat-flagg er ikkje definert i bokmerket for adressa ÂĢ%sÂģKlarte ikkje ÃĨ finna gyldig bokmerkefil i datamappeneIkkje ei vanleg filMerkeleg teikn ÂĢ%sÂģ, venta ein ÂĢ=Âģ etter attributtnamnet ÂĢ%sÂģ av elementet ÂĢ%sÂģMerkeleg teikn ÂĢ%sÂģ, venta anten eit ÂĢ>Âģ-teikn eller ÂĢ/Âģ-teikn for ÃĨ avslutta startmerket av elementet ÂĢ%sÂģ, eller ein valfri attributt. Kan henda du brukte eit ugyldig teikn i attributtnamnetMerkeleg teikn ÂĢ%sÂģ, venta eit ope siteringsmerke etter likskapsteiknet for ÃĨ gje ein verdi for attributten ÂĢ%sÂģ av elementet ÂĢ%sÂģOperasjonen er ikkje støttaOperasjonen vart avbrotenutstraumen støttar ikkje skrivingPCRE-bibliotek er kompilert utan støtte for UTF-8-eigenskaparPCRE-bibliotek er kompilert utan støtte for UTF-8POSIX-type sorterte element er ikkje støttaPOSIX-type klassar med namn er berre støtta inni ein klasseDelvis teiknsekvens pÃĨ slutten av inndataSitert tekst startar ikkje med eit siteringsmerkeNÃĨdd maksgrensa for dataarraySøking ikkje støtta i straumenÅ setja attributten %s er ikkje støttaVis alle hjelpevalaVis hjelpevalKjeldestraumen er allereie stengtStraumen støttar ikkje query_infoStraumen har ventande operasjonStraumen er allereie stengtSymbolske lenkjer er ikkje støttaMÃĨlfila finstMÃĨlfila er ei mappeMÃĨlfila er ikkje ei vanleg filMalfila ÂĢ%sÂģ inneheld ikkje XXXXXXMalen ÂĢ%sÂģ er ugyldig, kan ikkje ikkje innehalda ein ÂĢ%sÂģTeksten tok slutt før avsluttande sitatteikn vart funne for %c. (Teksten var ÂĢ%sÂģ)Teksten tok slutt rett etter eit ÂĢ\Âģ-teikn (Teksten var ÂĢ%sÂģ)Teksten var tom (eller inneheldt berre tomme teikn)URIen ÂĢ%sÂģ inneheld feil koda teiknURIen ÂĢ%sÂģ er ugyldigURI-en ÂĢ%sÂģ er ikkje ein absolutt URI som brukar ÂĢfileÂģ-skjemaetFila vart endra utanfrÃĨVertsnamnet i URIen ÂĢ%sÂģ er ugyldigDen lokale fil-URIen ÂĢ%sÂģ kan ikkje innehalda ein ÂĢ#ÂģFilstien ÂĢ%sÂģ er ikkje ein absolutt stiFor stor teljingsverdi sendt til %sPapirkorg er ikkje støttaTrunkering ikkje tillate pÃĨ innstraumenTrunkerung ikkje tillate pÃĨ straumenURI-ar er ikkje støttaKlarte ikkje ÃĨ laga papirkorgmappa %s: %sKlarte ikkje ÃĨ laga infofil om kassering: %sKlarer ikkje ÃĨ finna typen standard lokal mappeovervakarKlarer ikkje ÃĨ finna typen standard lokal filovervakarKlarar ikkje ÃĨ finna eller laga papirkorgmappaKlarte ikkje ÃĨ finna terminalen programmet krevKlarar ikkje ÃĨ finna toppnivÃĨmappe for papirkorgaKlarte ikkje ÃĨ kassera fila: %sUventa attributt ÂĢ%sÂģ til elementet ÂĢ%sÂģUventa tidleg slutt pÃĨ straumenUventa feil i g_io_channel_win32_poll() ved lesing av data frÃĨ barneprosessUventa feil i select() ved lesing av data frÃĨ barneprosess (%s)Uventa feil i waitpid() (%s)Uventa merke ÂĢ%sÂģ inni ÂĢ%sÂģUventa merke ÂĢ%sÂģ, venta merket ÂĢ%sÂģUkjend feil ved køyring av barneprosess ÂĢ%sÂģUkjend val ÂĢ%sÂģUkjend typeUpara siteringsmerke i kommandolinje eller anna skal-sitert tekstUtan namnBruk:Klarte ikkje ÃĨ finna gyldig nøkkelfil i søkjemappeneVerdien ÂĢ%sÂģ kan ikkje tolkast som ein boolsk verdi.Verdien ÂĢ%sÂģ kan ikkje tolkast som eit flyttal.Verdien ÂĢ%sÂģ kan ikkje tolkast som eit tal.[VAL...]\ pÃĨ slutten av mønsteret\C ikkje tillate i bakoversøk-pÃĨstand\c pÃĨ slutten av mønsteret\g er ikkje følgd av eit namn i klammer eller eit ikkje-null tal i valfrie klamerpÃĨstand venta etter (?(ÃĨ endra assosiasjonar er ikkje støtta pÃĨ win32tilbakereferansar som vilkÃĨr er ikkje støtta i delsamanlikningtilbakesporingsgrensa nÃĨddskiftesekvensar som pÃĨverkar smÃĨ/store bokstavar (\I, \L, \u, \U) er ikkje tillatne herteiknverdi i \x{...}-sekvens er for storkode-overflytvilkÃĨrgruppa inneheld meir enn to greinerøydelagt objektventa sifferstasjonen støttar ikkje ÃĨ løysa utstasjonen støttar ikkje ÃĨ spørja etter mediaklarte ikkje ÃĨ fÃĨ minneheksadesimalt teikn ventaheksadesimalt teikn eller ÂĢ}Âģ ventaugyldig symbolsk referanseinkonsistente NEWLINE-valintern feilintern feil eller øydelagt objektugyldig kombinasjon av nylinjeflaggugyldig vilkÃĨr (?(0)ugyldig skiftesekvens i teiknklassenbakoversøk-pÃĨstand har ikkje fast lengdefeilskriven \P- eller \p-sekvensuleseleg tal eller namn etter (?(manglar ÂĢ<Âģ i symbolsk referansemanglar ) etter kommentarmanglar avsluttande )manglar avsluttande ] i teiknklassenmanglar lukketeikn i undermønsternamnmonteringspunktet støttar ikkje ÃĨ løysa utmonteringspunktet støttar ikkje ÃĨ remonteramonteringspunktet støttar ikkje avmonteringikkje noko ÃĨ gjentatal for stort i {}-kvantortal ikkje i rekkefølgje i {}-kvantoroktalverdi er større enn \377tom for minnegjekk utanfor kompileringsarbeidsomrÃĨdettidlegare kontrollert referert undermønster ikkje funnespenn ikkje i rekkefølgje i teiknklassenrekursjonsgrensa nÃĨddrekursivt kall kan kanskje gÃĨ til evig tidreferanse til undermønster som ikkje finstregulÃĻrt uttrykk for stortdet er ikkje tillate ÃĨ gjenta ei DEFINE-gruppelaus avsluttande ÂĢ\Âģundermønsternamn for langt (toppen 32 teikn)symbolsk lenkje mÃĨ vera ikkje-NULLmønsteret inneheld element som ikkje er støtta i delsamanlikningfor mange namngjevne undermønster (toppen 10 000)to namngjevne undermønster har same namnuventa gjentakinguferdig symbolsk referanseukjend POSIX-klassenamnukjend feilukjend skiftesekvensukjend eigenskapnamn etter \P eller \pkjenner ikkje att teiknet etter (?kjenner ikkje att teiknet etter (?<kjenner ikkje att teiknet etter (?Pukjend teikn etter \volumet støttar ikkje ÃĨ løysa utvolumet støttar ikkje monteringarbeidsomrÃĨdegrensa for tomme understrengar nÃĨddnull-lengd symbolsk referanse./glib-2.22.2-i686/usr/share/locale/ca/0000755000000000000000000000000011271166766015613 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/ca/LC_MESSAGES/0000755000000000000000000000000011271166766017400 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/ca/LC_MESSAGES/glib20.mo0000644000000000000000000013221211271166635021010 0ustar rootrootŪ•‘¤ , !Ą!ĩ!Ŋ!Å! Í!Ų!á!Yō!_L"aŦ"#(#)H#r#&†#B­#đ#$+$(H$ q$’$#Ž$Ō$ė$2%97%!q%4“%/Č%ø%3&+C&1o&-Ą&/Ī&#˙&#' 8')Y'ƒ'(Ÿ',Č'%õ'&("B("e()ˆ(!˛( Ô(Aõ(ž7)Ö)í); *.I**x*.Ŗ*Ō**ë*&+a=+FŸ+4æ+2,:N,A‰,@Ë,; -WH-W -1ø-/*.%Z.?€.5Ā.Iö.‘@/ Ō/ķ/0'0D0[0t0‹0ž0ŗ0Ō0ī0! 1-1M1l1‚11 ˛1Ķ1ī122:2V2r2‹2§2"ŋ2â2ū23!53W3l3 …3Ļ3Ā3×3!ņ3)4-=4k4ƒ4Ą4,ģ4č4!5&5>5:X5.“50Â59ķ5-6G6>a6$ 6#Å6é6'7./7^7?}7)Ŋ7$į7% 8-28`8!t89–8*Đ89û859-R9+€9ŠŦ9&7:+^:3Š:#ž:!â:);8.;9g;%Ą;.Į;-ö;.$<S<)j<!”< ļ<Ä<ã<.ķ< "=&0=#W=&{=ĸ=Â=3Ũ=->(?>(h>(‘>)ē>ä>??)?@?Q?f??$”?0š?ę?+ @!6@X@t@1’@.Ä@Tķ@HHAF‘A=ØALB+cB!BąB-ŅB$˙B($CMC"hC3‹C9ŋCųC"D9D!QD1sD2ĨD<ØDE&4E9[E•E°E)ĘEôE#FL+FNxF°ĮFzxGķG H%#H8IH-‚H*°H5ÛH*I/JPJiJ!‰J ĢJĖJåJKK!0K$RK0wK"¨KFËK:L-ML2{LŽL;ÆL M'#M-KM)yM"ŖMÆM$ÚM ˙M? N.`NNĻNšN!ÕN'÷N3O.SO(‚O0ĢO+ÜOP(P*APlPO‹PCÛP"QBQ&bQ!‰Q*ĢQÖQīQR RC-RqRyR”R0›R.ĖR3ûR-/S ]S~S šSĻS&ēSáSKöSBT*_TDŠTĪT;ęT0&U WU1eU—U¨U ČUéUūUV*V5HV)~V¨VÆVãVøV!W5WPWmW"|W$ŸWÄW*ÜW(X0X"LX!oX‘XŠX)ŋX%éX-Y=Y5[Y‘Y9ąYëY9 ZEZWZ%wZ Z žZĖZ2čZ%[A[&Y[$€[Ĩ['Â[ę[3ú[.\=G\+…\(ą\Ú\ė\ ] #]1]$I]n] Ž] ¯] Đ]ņ]6^G^,f^“^n˛^!`<`D`L`T`g`p`b`mä`pRaÃa$āa8b*>b5ibCŸb$ãbc5!c3Wc$‹c7°c*čcd#1dIUdTŸd9ôdA.e<pe­eKËe@fFXfBŸfDâf-'g Ug0vg;§g,ãg=hANh2h2Ãh9öh'0i&Xi+i*ĢiFÖiĩjĶj*čjGk>[k5šk9Đk" l+-l:Yl€”lamCwmCģmX˙m_XnS¸nE ohRokģo;'p6cp0špEËpEq]Wqĸĩq'Xr€r3šr5Îr.s.3s0bs(“s*ŧs:įs0"t/StKƒt3Īt5u-9u3gu)›u7Åu4ũu-2v/`v5v3Æv0úv-+w/Yw0‰wMēw5x9>x7xx@°x)ņx-y:Iy1„y.ļy0åy=z>TzJ“z4Ūz3{:G{]‚{Pā{T1|<†|/Ã|Nķ|CB}@†}YĮ}0!~-R~U€~,Ö~<>@.HŽ(÷I €2j€+€/ɀBų€<+[V‡GہX&‚(‚G¨‚Eđ‚6ƒ+ԃ4„V5„/Œ„*ŧ„3į„D…\`…@Ŋ…Jū…II†J“†Ū†0ū†&/‡V‡-i‡—‡7´‡ė‡8ũ‡06ˆ0gˆ'˜ˆ'ˆ1čˆ:‰1U‰0‡‰0¸‰@é‰(*ŠSŠ#kŠ!Š#ąŠ#Պ%ųŠ&‹3F‹Az‹.ŧ‹9ë‹ %Œ6FŒ)}ŒD§ŒFėŒ^3S’SæM:Ž^ˆŽ@įŽ(((Q>z*šHä)-?WX—^đ4O‘1„‘ļ‘-Ņ‘I˙‘JI’X”’8í’E&“Pl“,Ŋ“ ę“L ”X”.q”r ”r•↕›g–!—%—-B—Kp—<ŧ—8ų—I2˜7|˜%´˜7ژ,™%?™*e™)™*ē™ å™š!š9š$Vš!{šš.ĩš$äš# ›+-›$Y›A~›/Ā›Vđ›FGœ4Žœ3Ü÷œB<U3’?Ɲ.ž15žgž+‡ž ŗžBԞ.ŸFŸ`Ÿ!~Ÿ6 ŸFןM Nl 8ģ :ô </Ą)lĄ0–Ą5ĮĄ)ũĄ]'ĸV…ĸ2Üĸ+Ŗ2;Ŗ"nŖD‘Ŗ1ÖŖ¤'!¤I¤`Z¤ ģ¤%Ť ë¤Gø¤5@ĨFvĨ6ŊĨ,ôĨ !Ļ BĻNĻ(dĻĻ]¤Ļ,§4/§Qd§)ļ§4ā§C¨Y¨0o¨ ¨)°¨*Ú¨Š? Š`Š#uŠ>™Š9ØŠ*Ē!=Ē_Ē ~Ē,ŸĒ(ĖĒ!õĒ Ģ$Ģ;CĢĢBžĢ+áĢ- Ŧ+;Ŧ+gŦ%“ŦšŦ+ČŦ.ôŦ<#­%`­C†­/Ę­Eú­(@ŽHiޞŽ(ÉŽ,ōŽ%¯E¯<\¯>™¯.د'°8/°*h°%“°'š°á°A÷°"9ąP\ą1­ą)ßą ˛* ˛K˛k˛*|˛?§˛.į˛/ŗ/Fŗ$vŗ"›ŗ=žŗ"üŗB´'b´´B4õN¸Uü&L7 ĩWŒū¯8Á1cJ‡ēŗU.ėãC…[ØŪä%‰Ã! č\w ‚ô/G'›ąHRž|*_¤ŠÍ<­tÕ'^6ASrđhlĸ;rXįԆXö~x°#V*ķBPųˆĖĀ)e†sN$…]@ÜYa<@ŽOwkm (uLZ2OgÂ?o38qSjĨoën7 Čâv4.zˇ øˆī`+JQĄjvT}ŨŸ—PÚŲe"=6K ‹ģtáËļŧÖ3í-ęMû0\‹WV`–y c(‡9_:F,É?‘Ryō5!æ×™Š•DŽĻÆu=åƒ:ßĒnŋ5ĢEi„f,’îsCE&2$Hg>€}ž9IŌAŠMp¨pxT+q‚Qb ʲ;aĪŦ~{zú1Ŋ ˜ĮŅbÛmņΝ |kd€ŽK[^>dID0"]”Ч%ŃY-āl“÷Z ÄéFšŖũGhœš‰Ķ /‘if˙#Œ){„ (invalid encoding)%.1f GB%.1f KB%.1f MB%s filetype%s type%u byte%u bytes'%s' is not a valid character following a '<' character; it may not begin an element name'%s' is not a valid character following the characters '''%s' is not a valid name '%s' is not a valid name: '%c' (?R or (?[+-]digits must be followed by )) without opening (A bookmark for URI '%s' already existsAbstract unix domain socket addresses not supported on this systemAdded socket is closedApplication Options:Association creation not supported on win32Attribute '%s' of element '%s' not foundAttribute value must be non-NULLBackup file creation failedCan't copy directory over directoryCan't copy over directoryCan't copy special fileCan't create user MIME configuration folder %s: %sCan't create user application configuration folder %s: %sCan't create user desktop file %sCan't do a raw read in g_io_channel_read_line_stringCan't do a raw read in g_io_channel_read_to_endCan't find applicationCan't handle the supplied version the icon encodingCan't handle version %d of GEmblem encodingCan't handle version %d of GEmblemedIcon encodingCan't handle version %d of GFileIcon encodingCan't handle version %d of GThemedIcon encodingCan't move directory over directoryCan't open directoryCan't recursively copy directoryCan't rename file, filename already existCan't rename root directoryCancellable initialization not supportedCannot convert fallback '%s' to codeset '%s'Cannot parse double value '%s' for %sCannot parse integer value '%s' for %sCannot set permissions on symlinksCannot truncate GMemoryInputStreamChannel terminates in a partial characterCharacter out of range for UTF-16Character out of range for UTF-8Character reference '%-.*s' does not encode a permitted characterCharacter reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Connection in progressContaining mount does not existConversion from character set '%s' to '%s' is not supportedCould not allocate %lu bytes to read file "%s"Could not open converter from '%s' to '%s'Could not open converter from '%s' to '%s': %sCustom definition for %sDEFINE group contains more than one branchDesktop file didn't specify Exec fieldDocument ended unexpectedly after the equals sign following an attribute name; no attribute valueDocument ended unexpectedly inside a comment or processing instructionDocument ended unexpectedly inside an attribute nameDocument ended unexpectedly inside an element nameDocument ended unexpectedly inside an element-opening tag.Document ended unexpectedly inside the close tag for element '%s'Document ended unexpectedly just after an open angle bracket '<'Document ended unexpectedly while inside an attribute valueDocument ended unexpectedly with elements still open - '%s' was the last element openedDocument ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>Document must begin with an element (e.g. )Document was empty or contained only whitespaceDouble value '%s' for %s out of rangeElement '%s' was closed, but the currently open element is '%s'Element '%s' was closed, no element is currently openEmpty entity '&;' seen; valid entities are: & " < > 'Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Entity name '%-.*s' is not knownEnumerator is closedError accepting connection: %sError binding to address: %sError closing file: %sError closing socket: %sError closing unix: %sError connecting: Error connecting: %sError creating backup copy: %sError creating directory: %sError during conversion: %sError getting filesystem info: %sError launching application: %sError making symbolic link: %sError moving file: %sError on line %d char %d: Error on line %d: %sError opening directory '%s': %sError opening file '%s': %sError opening file: %sError parsing option %sError reading file '%s': %sError reading from file: %sError reading from unix: %sError receiving data: %sError receiving message: %sError removing file: %sError removing old backup link: %sError removing old file: %sError removing target file: %sError renaming file: %sError renaming temporary file: %sError resolving '%s'Error resolving '%s': %sError reverse-resolving '%s': %sError seeking in file: %sError sending data: %sError sending message: %sError setting SELinux context: %sError setting extended attribute '%s': %sError setting modification or access time: %sError setting owner: %sError setting permissions: %sError setting symlink: %sError setting symlink: file is not a symlinkError stating file '%s': %sError stating file descriptor: %sError trashing file: %sError truncating file: %sError while compiling regular expression %s at char %d: %sError while matching regular expression %s: %sError while optimizing regular expression %s: %sError while parsing replacement text "%s" at char %lu: %sError writing to file: %sError writing to unix: %sExisting file '%s' could not be removed: g_unlink() failed: %sExpected a GEmblem for GEmblemedIconExpecting 1 control message, got %dExpecting one fd, but got %d Failed to change to directory '%s' (%s)Failed to close file '%s': fclose() failed: %sFailed to create file '%s': %sFailed to create pipe for communicating with child process (%s)Failed to execute child process "%s" (%s)Failed to execute child process (%s)Failed to execute helper program (%s)Failed to expand exec line '%s' with URI '%s'Failed to fork (%s)Failed to fork child process (%s)Failed to get attributes of file '%s': fstat() failed: %sFailed to map file '%s': mmap() failed: %sFailed to open file '%s' for writing: fdopen() failed: %sFailed to open file '%s': %sFailed to open file '%s': fdopen() failed: %sFailed to open file '%s': open() failed: %sFailed to parse '%-.*s', which should have been a digit inside a character reference (ê for example) - perhaps the digit is too largeFailed to read data from child processFailed to read data from child process (%s)Failed to read enough data from child pid pipe (%s)Failed to read from child pipe (%s)Failed to read from file '%s': %sFailed to read the symbolic link '%s': %sFailed to redirect output or input of child process (%s)Failed to rename file '%s' to '%s': g_rename() failed: %sFailed to resize memory output streamFailed to write file '%s': fflush() failed: %sFailed to write file '%s': fsync() failed: %sFailed to write file '%s': fwrite() failed: %sFile "%s" is too largeFile enumerator has outstanding operationFile enumerator is already closedFile is emptyFile names cannot contain '%c'Filesystem rootGSocketControlMessage not supported on windowsHelp Options:Hostname '%s' contains '[' but not ']'Input stream doesn't implement readInteger value '%s' for %s out of rangeInteger value '%s' out of rangeInvalid GSeekType suppliedInvalid UTF-8 encoded text in name - not valid '%s'Invalid attribute type (byte string expected)Invalid attribute type (string expected)Invalid attribute type (uint32 expected)Invalid attribute type (uint64 expected)Invalid byte sequence in conversion inputInvalid extended attribute nameInvalid filenameInvalid filename %sInvalid group name: %sInvalid hostnameInvalid key name: %sInvalid program name: %sInvalid seek requestInvalid sequence in conversion inputInvalid socket, initialization failed due to: %sInvalid socket, not initializedInvalid string in argument vector at %d: %sInvalid string in environment: %sInvalid symlink value givenInvalid working directory: %sKey file contains escape character at end of lineKey file contains invalid escape sequence '%s'Key file contains key '%s' in group '%s' which has value that cannot be interpreted.Key file contains key '%s' which has a value that cannot be interpreted.Key file contains key '%s' which has value that cannot be interpreted.Key file contains key '%s' with value '%s' which is not UTF-8Key file contains line '%s' which is not a key-value pair, group, or commentKey file contains unsupported encoding '%s'Key file does not have group '%s'Key file does not have key '%s'Key file does not have key '%s' in group '%s'Key file does not start with a groupLeftover unconverted data in read bufferListener is already closedMalformed input data for GFileIconMalformed number of tokens (%d) in GEmblem encodingMalformed number of tokens (%d) in GEmblemedIcon encodingMalformed version number: %sMemory output stream not resizableMissing argument for %sMove between mounts not supportedNo MIME type defined in the bookmark for URI '%s'No application is registered as handling this fileNo application with name '%s' registered a bookmark for '%s'No bookmark found for URI '%s'No groups set in bookmark for URI '%s'No private flag has been defined in bookmark for URI '%s'No service record for '%s'No type for class name %sNo valid bookmark file found in data dirsNot a regular fileNot enough space for socket addressOdd character '%s', expected a '=' after attribute name '%s' of element '%s'Odd character '%s', expected a '>' character to end the empty-element tag '%s'Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute nameOdd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'Operation not supportedOperation was cancelledOutput stream doesn't implement writePCRE library is compiled without UTF8 properties supportPCRE library is compiled without UTF8 supportPOSIX collating elements are not supportedPOSIX named classes are supported only within a classPartial character sequence at end of inputQuoted text doesn't begin with a quotation markReached maximum data array limitReceived invalid fdSELinux context must be non-NULLSELinux is not enabled on this systemSeek not supported on streamSetting attribute %s not supportedShow all help optionsShow help optionsSocket is already closedSource stream is already closedStream doesn't support query_infoStream has outstanding operationStream is already closedSymbolic links not supportedTarget file existsTarget file is a directoryTarget file is not a regular fileTemplate '%s' doesn't contain XXXXXXTemplate '%s' invalid, should not contain a '%s'Temporarily unable to resolve '%s'Text ended before matching quote was found for %c. (The text was '%s')Text ended just after a '\' character. (The text was '%s')Text was empty (or contained only whitespace)The URI '%s' contains invalidly escaped charactersThe URI '%s' is invalidThe URI '%s' is not an absolute URI using the "file" schemeThe file was externally modifiedThe hostname of the URI '%s' is invalidThe local file URI '%s' may not include a '#'The pathname '%s' is not an absolute pathToo large count value passed to %sTrash not supportedTruncate not allowed on input streamTruncate not supported on streamType %s does not implement from_tokens() on the GIcon interfaceType %s does not implement the GIcon interfaceType %s is not classedURIs not supportedUnable to create socket: %sUnable to create trash dir %s: %sUnable to create trashing info file: %sUnable to find default local directory monitor typeUnable to find default local file monitor typeUnable to find or create trash directoryUnable to find terminal required for applicationUnable to find toplevel directory for trashUnable to get pending error: %sUnable to trash file: %sUnexpected attribute '%s' for element '%s'Unexpected early end-of-streamUnexpected error in g_io_channel_win32_poll() reading data from a child processUnexpected error in select() reading data from a child process (%s)Unexpected error in waitpid() (%s)Unexpected tag '%s' inside '%s'Unexpected tag '%s', tag '%s' expectedUnexpected type of ancillary dataUnknown error executing child process "%s"Unknown error on connectUnknown option %sUnknown protocol was specifiedUnknown typeUnmatched quotation mark in command line or other shell-quoted textUnnamedUnsupported socket addressUsage:Valid key file could not be found in search dirsValue '%s' cannot be interpreted as a boolean.Value '%s' cannot be interpreted as a float number.Value '%s' cannot be interpreted as a number.Waiting for socket condition: %sWrong number of tokens (%d)[OPTION...]\ at end of pattern\C not allowed in lookbehind assertion\c at end of pattern\g is not followed by a braced name or an optionally braced non-zero numberassertion expected after (?(association changes not supported on win32back references as conditions are not supported for partial matchingbacktracking limit reachedcase-changing escapes (\l, \L, \u, \U) are not allowed herecharacter value in \x{...} sequence is too largecode overflowconditional group contains more than two branchescorrupted objectcould not get local address: %scould not get remote address: %scould not listen: %screating GSocket from fd: %sdigit expecteddrive doesn't implement ejectdrive doesn't implement eject or eject_with_operationdrive doesn't implement polling for mediadrive doesn't implement startdrive doesn't implement stopfailed to get memoryhexadecimal digit expectedhexadecimal digit or '}' expectedillegal symbolic referenceinconsistent NEWLINE optionsinternal errorinternal error or corrupted objectinvalid combination of newline flagsinvalid condition (?(0)invalid escape sequence in character classlookbehind assertion is not fixed lengthmalformed \P or \p sequencemalformed number or name after (?(missing '<' in symbolic referencemissing ) after commentmissing terminating )missing terminating ] for character classmissing terminator in subpattern namemount doesn't implement content type guessingmount doesn't implement ejectmount doesn't implement eject or eject_with_operationmount doesn't implement remountmount doesn't implement synchronous content type guessingmount doesn't implement unmountmount doesn't implement unmount or unmount_with_operationnothing to repeatnumber too big in {} quantifiernumbers out of order in {} quantifieroctal value is greater than \377out of memoryoverran compiling workspacepreviously-checked referenced subpattern not foundrange out of order in character classrecursion limit reachedrecursive call could loop indefinitelyreference to non-existent subpatternregular expression too largerepeating a DEFINE group is not allowedstray final '\'subpattern name is too long (maximum 32 characters)symlink must be non-NULLthe pattern contains items not supported for partial matchingtoo many named subpatterns (maximum 10,000)two named subpatterns have the same nameunexpected repeatunfinished symbolic referenceunknown POSIX class nameunknown errorunknown escape sequenceunknown property name after \P or \punrecognized character after (?unrecognized character after (?<unrecognized character after (?Punrecognized character follows \volume doesn't implement ejectvolume doesn't implement eject or eject_with_operationvolume doesn't implement mountworkspace limit for empty substrings reachedzero-length symbolic referenceProject-Id-Version: glib 2.8 Report-Msgid-Bugs-To: POT-Creation-Date: 2009-10-07 09:51-0400 PO-Revision-Date: 2009-09-16 22:44+0200 Last-Translator: Gil Forcada Language-Team: Catalan MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=n != 1; (codificaciÃŗ no vàlida)%.1f GB%.1f KB%.1f MBtipus de fitxer %stipus %s%u byte%u bytesÂĢ%sÂģ no Ês un caràcter vàlid desprÊs d'un caràcter ÂĢ<Âģ. No pot començar un nom d'elementÂĢ%sÂģ no Ês un caràcter vàlid desprÊs dels caracters ÂĢÂģÂĢ%sÂģ no Ês un nom vàlid ÂĢ%sÂģ no Ês un nom vàlid: ÂĢ%cÂģ ÂĢ(?RÂģ o ÂĢ(?[+-]dígitsÂģ han d'anar seguits per ÂĢ)Âģhi ha un ÂĢ)Âģ sense el corresponent ÂĢ(ÂģJa existeix una adreça d'interès per a l'URI ÂĢ%sÂģAquest sistema no admet adreces de sÃ˛col de domini UNIX abstractesEl sÃ˛col que s'ha afegit Ês tancatOpcions de l'aplicaciÃŗ:La creaciÃŗ associativa no està implementada a win32No s'ha trobat l'atribut ÂĢ%sÂģ de l'element ÂĢ%sÂģEl valor de l'atribut no pot ser nulHa fallat la creaciÃŗ del fitxer de cÃ˛pia de seguretatNo es pot copiar el directori al directoriNo es pot copiar al directoriNo es pot copiar el fitxer especialNo s'ha pogut crear el directori de configuraciÃŗ MIME de l'usuari %s: %sNo s'ha pogut crear el directori de configuraciÃŗ de l'aplicaciÃŗ de l'usuari %s: %sNo s'ha pogut crear el fitxer d'escriptori de l'usuari %sNo es pot fer una lectura bàsica a g_io_channel_read_line_stringNo es pot fer una lectura bàsica a g_io_channel_read_to_endNo es pot trobar l'aplicaciÃŗNo es pot gestionar la versiÃŗ proporcionada de la codificaciÃŗ de la iconaNo es pot gestionar la versiÃŗ %d de la codificaciÃŗ del GEmblemNo es pot gestionar la versiÃŗ %d de la codificaciÃŗ del GEmblemedIconNo es pot gestionar la versiÃŗ %d de la codificaciÃŗ del GFileIconNo es pot gestionar la versiÃŗ %d de la codificaciÃŗ del GThemedIconNo s'ha pogut moure el directori al directoriNo s'ha pogut obrir el directoriNo es pot copiar el directori de forma recursivaNo es pot canviar el nom del fitxer, ja existeix aquest nomNo es pot canviar el nom del directori arrelNo està implementada la cancel¡laciÃŗ de la inicialitzaciÃŗNo es pot convertir el ÂĢfallbackÂģ ÂĢ%sÂģ al joc de codis ÂĢ%sÂģNo es pot analitzar el valor doble ÂĢ%sÂģ per a %sNo es pot analitzar el valor enter ÂĢ%sÂģ per a %sNo es poden establir permisos en els enllaços simbÃ˛licsNo es pot truncar el GMemoryInputStreamEl canal acaba en un caràcter parcialEl caràcter Ês fora del rang per a UTF-16El caràcter Ês fora del rang per a UTF-8El caràcter de referència ÂĢ%-.*sÂģ no codifica un caràcter permèsLa referència del caràcter no acaba amb un punt i coma. Segurament heu utilitzat un caràcter ÂĢ&Âģ sense intenciÃŗ d'iniciar una entitat. Substituïu el caràcter ÂĢ&Âģ per &ConnexiÃŗ en procÊsNo existeix el punt de muntatge contenidorNo es permet la conversiÃŗ entre els jocs de caràcters ÂĢ%sÂģ a ÂĢ%sÂģNo s'ha pogut assignar %lu bytes per a llegir el fitxer ÂĢ%sÂģNo s'ha pogut obrir el convertidor de ÂĢ%sÂģ a ÂĢ%sÂģNo s'ha pogut obrir el convertidor de ÂĢ%sÂģ a ÂĢ%sÂģ: %sDefiniciÃŗ personalitzada per a %sel grup ÂĢDEFINEÂģ contÊ mÊs d'una brancaEl fitxer d'escriptori no especificava el camp d'execuciÃŗEl document ha acabat de manera inesperada desprÊs d'un signe d'igual desprÊs d'un nom d'atribut. No hi ha cap valor d'atributEl document ha acabat de manera inesperada enmig d'un comentari o una instrucciÃŗ de processamentEl document ha acabat de manera inesperada enmig d'un nom d'atributEl document ha acabat de manera inesperada enmig d'un nom d'elementEl document ha acabat de manera inesperada enmig d'una etiqueta d'obertura d'un element.El document ha acabat de manera inesperada enmig de l'etiqueta de tancament de l'element ÂĢ%sÂģEl document ha acabat de manera inesperada immediatament desprÊs del símbol ÂĢ<ÂģEl document ha acabat de manera inesperada enmig d'un valor d'atributEl document ha acabat de manera inesperada amb elements encara oberts. ÂĢ%sÂģ era l'Ãēltim element obertEl document ha acabat de manera inesperada. S'esperava trobar un símbol ÂĢ>Âģ que acabÊs l'etiqueta <%s/>El document ha de començar amb un element (p.ex. )El document era buit o nomÊs contenia espais en blancEl valor doble ÂĢ%sÂģ per a %s Ês fora del rangL'element ÂĢ%sÂģ estava tancat. L'element obert actualment Ês ÂĢ%sÂģL'element ÂĢ%sÂģ estava tancat. Actualment no hi ha cap element obertS'ha vist una entitat buida ÂĢ&;Âģ. Les entitats vàlides sÃŗn: & " < > 'L'entitat no acaba amb un punt i coma. Segurament heu utilitzat un caràcter ÂĢ&Âģ sense intenciÃŗ d'iniciar una entitat. Substituïu el caràcter ÂĢ&Âģ per &Es desconeix el nom d'entitat ÂĢ%-.*sÂģL'enumerador està tancatS'ha produït un error en acceptar la connexiÃŗ: %sS'ha produït un error en vincular-se a l'adreça: %sS'ha produït un error en tancar el fitxer: %sS'ha produït un error en tancar el sÃ˛col: %sS'ha produït un error en tancar des de UNIX: %sS'ha produït un error en connectar-se: S'ha produït un error en connectar-se: %sS'ha produït un error en crear la cÃ˛pia de seguretat: %sS'ha produït un error en crear el directori: %sS'ha produït un error durant la conversiÃŗ: %sS'ha produït un error en obtenir la informaciÃŗ del sistema de fitxers: %sS'ha produït un error en executar l'aplicaciÃŗ: %sS'ha produït un error en fer l'enllaç simbÃ˛lic: %sS'ha produït un error en moure el fitxer: %sS'ha produït un error a la línia %d caràcter %d:S'ha produït un error a la línia %d: %sS'ha produït un error en obrir el directori ÂĢ%sÂģ: %sS'ha produït un error en obrir el fitxer ÂĢ%sÂģ: %sS'ha produït un error en obrir el fitxer: %sS'ha produït un error en analitzar l'opciÃŗ %sS'ha produït un error en llegir el fitxer ÂĢ%sÂģ: %sS'ha produït un error en llegir des del fitxer: %sS'ha produït un error en llegir des de UNIX: %sS'ha produït un error en rebre les dades: %sS'ha produït un error en rebre un missatge: %sS'ha produït un error en suprimir el fitxer: %sS'ha produït un error en suprimir l'enllaç de cÃ˛pia de seguretat antic: %sS'ha produït un error en suprimir el fitxer vell: %sS'ha produït un error en suprimir el fitxer objectiu: %sS'ha produït un error en canviar el nom del fitxer: %sS'ha produït un error en canviar el nom del fitxer temporal: %sS'ha produït un error en resoldre ÂĢ%sÂģS'ha produït un error en resoldre ÂĢ%sÂģ: %sS'ha produït un error en resoldre a la inversa ÂĢ%sÂģ: %sS'ha produït un error en cercar en el fitxer: %sS'ha produït un error en enviar les dades: %sS'ha produït un error en enviar el missatge: %sS'ha produït un error en establir el context del SELinux: %sS'ha produït un error en establir l'atribut estÊs ÂĢ%sÂģ: %sS'ha produït un error en establir el temps de modificaciÃŗ o d'accÊs: %sS'ha produït un error en establir el propietari: %sS'ha produït un error en establir els permisos: %sS'ha produït un error en establir l'enllaç simbÃ˛lic: %sS'ha produït un error en establir l'enllaç simbÃ˛lic: el fitxer no Ês un enllaç simbÃ˛licS'ha produït un error en executar la funciÃŗ ÂĢstat()Âģ en el fitxer ÂĢ%sÂģ: %sS'ha produït un error en executar la funciÃŗ ÂĢstat()Âģ al descriptor de fitxer: %sS'ha produït un error en enviar el fitxer a la paperera: %sS'ha produït un error en truncar el fitxer: %sS'ha produït un error en compilar l'expressiÃŗ regular %s al caràcter %d: %sS'ha produït un error en fer coincidir l'expressiÃŗ regular %s: %sS'ha produït un error en optimitzar l'expressiÃŗ regular %s: %sS'ha produït un error en analitzar el text de reemplaçament ÂĢ%sÂģ al caràcter %lu: %sS'ha produït un error en escriure al fitxer: %sS'ha produït un error en escriure a UNIX: %sNo s'ha pogut suprimir el fitxer existent ÂĢ%sÂģ: ha fallat la funciÃŗ g_unlink(): %sS'esperava un GEmblem per a un GEmblemedIconS'esperava un missatge de control perÃ˛ se n'han obtingut %dS'esperava un descriptor de fitxer perÃ˛ se n'han obtingut %d No s'ha pogut canviar al directori ÂĢ%sÂģ (%s)No s'ha pogut tancar el fitxer ÂĢ%sÂģ: ha fallat la funciÃŗ fclose(): %sNo s'ha pogut crear el fitxer ÂĢ%sÂģ: %sNo s'ha pogut crear el conducte per comunicar-se amb el procÊs fill (%s)No s'ha pogut executar el procÊs fill ÂĢ%sÂģ (%s)No s'ha pogut executar el procÊs fill (%s)No s'ha pogut executar el programa d'ajuda (%s)No s'ha pogut expandir la línia d'execuciÃŗ ÂĢ%sÂģ amb URI ÂĢ%sÂģNo s'ha pogut bifurcar-se (%s)No s'ha pogut bifurcar el procÊs fill (%s)No s'ha pogut obtenir els atributs del fitxer ÂĢ%sÂģ: ha fallat la funciÃŗ fstat(): %sNo s'ha pogut mapejar el fitxer ÂĢ%sÂģ: ha fallat la funciÃŗ mmap(): %sNo s'ha pogut obrir el fitxer ÂĢ%sÂģ per a escriptura: ha fallat la funciÃŗ fdopen(): %sNo s'ha pogut obrir el fitxer ÂĢ%sÂģ: %sNo s'ha pogut obrir el fitxer ÂĢ%sÂģ: ha fallat la funciÃŗ fdopen(): %sNo s'ha pogut obrir el fitxer ÂĢ%sÂģ: ha fallat la funciÃŗ open(): %sNo s'ha pogut analitzar ÂĢ%-.*sÂģ, hi hauria d'haver hagut un dígit dins un caràcter de referència (per exemple ê) - potser el dígit Ês massa llargNo s'ha pogut llegir dades del procÊs fillNo s'ha pogut llegir dades des del procÊs fill (%s)No s'han pogut llegir prou dades del conducte de l'identificador del procÊs fill (%s)No s'ha pogut llegir des del conducte fill (%s)No s'ha pogut llegir del fitxer ÂĢ%sÂģ: %sNo s'ha pogut llegir l'enllaç simbÃ˛lic ÂĢ%sÂģ: %sNo s'ha pogut redirigir l'entrada o la sortida del procÊs fill (%s)No s'ha pogut canviar el nom del fitxer ÂĢ%sÂģ a ÂĢ%sÂģ: ha fallat la funciÃŗ g_rename(): %sHa fallat el redimensionament de la memÃ˛ria del flux de sortidaNo s'ha pogut escriure el fitxer ÂĢ%sÂģ: ha fallat la funciÃŗ fflush(): %sNo s'ha pogut escriure el fitxer ÂĢ%sÂģ: ha fallat la funciÃŗ fsync(): %sNo s'ha pogut escriure el fitxer ÂĢ%sÂģ: ha fallat la funciÃŗ fwrite(): %sEl fitxer ÂĢ%sÂģ Ês massa granL'enumerador de fitxer tÊ una operaciÃŗ pendentJa està tancat l'enumerador de fitxerEl fitxer Ês buitEn els noms de fitxers no pot haver-hi ÂĢ%cÂģArrel del sistema de fitxersEl GSocketControlMessage no està implementat a WindowsOpcions d'ajuda:El nom de l'ordinador ÂĢ%sÂģ contÊ ÂĢ[Âģ perÃ˛ no ÂĢ]ÂģEl flux d'entrada no tÊ implementada la lecturaEl valor enter ÂĢ%sÂģ per a %s Ês fora del rangEl valor enter ÂĢ%sÂģ Ês fora del rangEl GSeekType proporcionat no Ês vàlidEl nom contÊ caràcters UTF-8 no vàlids: ÂĢ%sÂģTipus d'atribut no vàlid (s'esperava una cadena de bytes)Tipus d'atribut no vàlid (s'esperava una cadena)Tipus d'atribut no vàlid (s'esperava un uint32)Tipus d'atribut no vàlid (s'esperava un uint64)La seqÃŧència de bytes a l'entrada de conversiÃŗ no Ês vàlidaEl nom de l'atribut estÊs no Ês vàlidNom de fitxer no vàlidEl nom del fitxer no Ês vàlid: %sEl nom del grup no Ês vàlid: %sEl nom de l'ordinador no Ês vàlidEl nom de la clau no Ês vàlid: %sEl nom del programa no Ês vàlid: %sLa sol¡licitud de cerca Ês invàlidaSeqÃŧència no vàlida a l'entrada de la conversiÃŗEl sÃ˛col no Ês vàlid, ha fallat la inicialitzaciÃŗ degut a: %sEl sÃ˛col no Ês vàlid, no està inicialitzatLa cadena en el vector d'argument no Ês vàlida a %d: %sCadena no vàlida a l'entorn: %sEl valor donat per a l'enllaç simbÃ˛lic no Ês vàlidEl directori de treball no Ês vàlid: %sEl fitxer de claus contÊ un caràcter d'escapada al final de líniaEl fitxer de claus contÊ una seqÃŧència d'escapada no vàlida ÂĢ%sÂģEl fitxer de claus contÊ la clau ÂĢ%sÂģ en el grup ÂĢ%sÂģ, que tÊ un valor no interpretable.El fitxer de claus contÊ la clau ÂĢ%sÂģ que tÊ un valor que no Ês interpretable.El fitxer de claus contÊ la clau ÂĢ%sÂģ que tÊ un valor que no Ês interpretable.El fitxer de claus contÊ la clau ÂĢ%sÂģ amb el valor ÂĢ%sÂģ que no Ês UTF-8El fitxer de claus contÊ la línia ÂĢ%sÂģ que no Ês una parella clau-valor, grup o comentariEl fitxer de claus contÊ la codificaciÃŗ no implementada ÂĢ%sÂģEl fitxer de claus no tÊ el grup ÂĢ%sÂģEl fitxer de claus no tÊ la clau ÂĢ%sÂģEl fitxer de claus no contÊ una clau ÂĢ%sÂģ en el grup ÂĢ%sÂģEl fitxer de claus no comença amb un grupA la memÃ˛ria intermèdia de lectura hi ha dades sobrants no convertidesJa està tancat el receptor de connexionsLes dades d'entrada pel GFileIcon no sÃŗn formades correctamentUn nombre de testimonis (%d) de la codificaciÃŗ del GEmblem no sÃŗn formats correctamentUn nombre de testimonis (%d) en la codificaciÃŗ del GEmblemedIcon no sÃŗn formats correctamentEl nÃēmero de versiÃŗ no Ês format correctament: %sEl flux de sortida de memÃ˛ria no Ês modificableManca un argument per a %sNo està implementat el moure entre muntatgesNo hi ha cap tipus MIME definit a l'adreça d'interès per a l'URI ÂĢ%sÂģNo hi ha cap aplicaciÃŗ que s'hagi registrat per a gestionar aquest fitxerNo hi ha cap aplicaciÃŗ amb el nom ÂĢ%sÂģ que hagi registrat l'adreça d'interès ÂĢ%sÂģNo s'ha trobat cap adreça d'interès per a l'URI ÂĢ%sÂģNo hi ha cap grup establert a l'adreça d'interès per a l'URI ÂĢ%sÂģNo hi ha cap senyalador privat definit a l'adreça d'interès per a l'URI ÂĢ%sÂģNo hi ha cap registre de servei per a ÂĢ%sÂģEl nom de classe %s no tÊ tipusNo s'ha trobat cap fitxer d'adreces d'interès dins dels directoris de dadesNo Ês un fitxer regularNo hi ha prou espai per a l'adreça del sÃ˛colS'ha trobat un caràcter estrany ÂĢ%sÂģ. S'esperava un ÂĢ=Âģ desprÊs del nom d'atribut ÂĢ%sÂģ de l'element ÂĢ%sÂģS'ha trobat un caràcter estrany ÂĢ%sÂģ. S'esperava el caràcter ÂĢ>Âģ per acabar l'etiqueta d'element buit ÂĢ%sÂģS'ha trobat un caràcter estrany ÂĢ%sÂģ. S'esperava un caràcter ÂĢ>Âģ o ÂĢ/Âģ per finalitzar l'etiqueta d'inici de l'element ÂĢ%sÂģ, o opcionalment un atribut. Potser heu utilitzat un caràcter no vàlid en un nom d'atributS'ha trobat un caràcter estrany ÂĢ%sÂģ. S'esperaven unes cometes d'obertura desprÊs del signe ÂĢ=Âģ en donar valor a l'atribut ÂĢ%sÂģ de l'element ÂĢ%sÂģL'operaciÃŗ no està implementadaS'ha cancel¡lat l'operaciÃŗEl flux de sortida no implementa l'escripturaLa biblioteca PCRE no està compilada per a interpretar les propietats UTF8La biblioteca PCRE no està compilada per a interpretar UTF8no es poden utilitzar els elements d'ordenaciÃŗ de POSIXnomÊs es permeten les classes amb nom de POSIX dins de la prÃ˛pia classeSeqÃŧència de caràcters parcial al final de l'entradaEl text citat no comença amb cometesS'ha arribat al màxim del límit de la matriu de dadesS'ha rebut un descriptor de fitxer no vàlidEl context del SELinux no pot ser nulAquest sistema no tÊ habilitat el SELinuxNo està implementada la cerca en el fluxNo està implementat establir l'atribut %sMostra totes les opcions d'ajudaMostra les opcions d'ajudaEl sÃ˛col ja Ês tancatEl flux font ja està tancatEl flux no implementa ÂĢquery_infoÂģEl flux tÊ una operaciÃŗ pendentJa està tancat el fluxNo es poden utilitzar els enllaços simbÃ˛licsJa existeix el fitxer de destinaciÃŗEl fitxer objectiu Ês un directoriEl fitxer objectiu no Ês un fitxer regularLa plantilla ÂĢ%sÂģ no contÊ XXXXXXLa plantilla ÂĢ%sÂģ no Ês vàlida, no hauria de tenir cap ÂĢ%sÂģNo s'ha pogut resoldre ÂĢ%sÂģ de forma temporalEl text ha acabat abans de trobar les cometes corresponents a %c. (El text era ÂĢ%sÂģ)El text acaba just desprÊs d'un caràcter ÂĢ\Âģ. (El text era ÂĢ%sÂģ)El text era buit (o nomÊs contenia espais en blanc)L'URI ÂĢ%sÂģ contÊ caràcters d'escapada invàlidsL'URI ÂĢ%sÂģ no Ês vàlidL'URI ÂĢ%sÂģ no Ês un URI absolut que utilitzi l'esquema ÂĢfileÂģEl fitxer ha estat modificat des d'alguna aplicaciÃŗ externaEl nom de l'ordinador de l'URI ÂĢ%sÂģ no Ês vàlidPot ser que l'URI del fitxer local ÂĢ%sÂģ no inclogui cap ÂĢ#ÂģEl nom de camí ÂĢ%sÂģ no Ês un camí absolutEl valor de comptatge passat a %s Ês massa llargNo es pot utilitzar la papereraNo es permet truncar en els fluxs d'entradaNo es permet trucar en els fluxsEl tipus %s no implementa ÂĢfrom_tokens()Âģ a la interfície GIconEl tipus %s no implementa la interfície GIconEl tipus %s no tÊ classeNo estan implementats els URINo s'ha pogut crear el sÃ˛col: %sNo s'ha pogut crear el directori de la paperera %s: %sNo s'ha pogut crear el fitxer d'informaciÃŗ d'enviar a la paperera: %sNo s'ha pogut trobar el tipus de seguiment de directoris locals predeterminatNo s'ha pogut trobar el tipus de monitoritzaciÃŗ de fitxer local predeterminatNo s'ha pogut trobar o crear el directori de la papereraNo s'ha pogut trobar el terminal que demanava l'aplicaciÃŗNo s'ha pogut trobar el directori superior per a la papereraNo s'ha pogut obtenir l'error pendent: %sNo s'ha pogut enviar el fitxer a la paperera: %sNo s'esperava l'atribut ÂĢ%sÂģ per a l'element ÂĢ%sÂģNo s'esperava un final de flux tant aviatS'ha produït un error inesperat a g_io_chanel_win32_poll() en llegir dades d'un procÊs fillS'ha produït un error inesperat a select() en llegir dades des d'un procÊs fill (%s)S'ha produït un error inesperat en waitpid() (%s)No s'esperava l'etiqueta ÂĢ%sÂģ dins ÂĢ%sÂģNo s'esperava l'etiqueta ÂĢ%sÂģ, s'esperava ÂĢ%sÂģTipus de dades extres no esperadesS'ha produït un error desconegut en executar el procÊs fill ÂĢ%sÂģS'ha produït un error desconegut en connectar-seEs desconeix l'opciÃŗ %sS'ha especificat un protocol desconegutTipus desconegutS'han trobat unes cometes desaparellades en una línia d'ordres o en un altre text entre cometesSense nomL'adreça de sÃ˛col no Ês compatibleForma d'Ãēs:No s'ha pogut trobar cap fitxer de claus vàlid als directoris de cercaEl valor ÂĢ%sÂģ no es pot interpretar com un booleà.El valor ÂĢ%sÂģ no es pot interpretar com a un nombre en coma flotant.El valor ÂĢ%sÂģ no es pot interpretar com a un nombre.S'està esperant la condiciÃŗ del sÃ˛col: %sNombre de testimonis erroni (%d)[OPCIÓ...]\ al final del patrÃŗno es permet \C en assercions cap enrera\c al final del patrÃŗÂĢ\gÂģ no Ês seguit per un nom entre claus o un nombre opcional diferent de zero entre clauss'esperava una asserciÃŗ desprÊs de ÂĢ(?(Âģels canvis associatius no estan implementats a win32no s'ha implementat l'Ãēs de referències anteriors per a coincidències parcialss'ha arribat al límit de tornades enrereaquí no es permeten els escapaments (\l,\L, \u, \U)el valor del caràcter a la seqÃŧència ÂĢ\x{...}Âģ Ês massa llargdesbordament del codiel grup condicional contÊ mÊs de dues branquesobjecte malmèsno s'ha pogut obtenir l'adreça local: %sno s'ha pogut obtenir l'adreça remota: %sno s'ha pogut escoltar: %ss'està creant un GSocket a partir del descriptor de fitxer: %ss'esperava un dígitla unitat no implementa l'expulsiÃŗla unitat no implementa l'expulsiÃŗ o ÂĢeject_with_operationÂģla unitat no implementa el sondeig per si hi ha un suportla unitat no implementa la inicialitzaciÃŗla unitat no implementa l'aturadano s'ha pogut obtenir memÃ˛rias'esperava un dígit hexadecimals'esperava un dígit hexadecimal o bÊ ÂĢ}Âģla referència simbÃ˛lica no Ês vàlidaopcions ÂĢNEWLINEÂģ inconsistentserror internerror intern o objecte malmèsla combinaciÃŗ de senyaladors de línia nova no Ês vàlidacondiciÃŗ ÂĢ(?(0)Âģ no vàlidala seqÃŧència d'escapada en la classe de caràcter no Ês vàlidal'asserciÃŗ cap enrera no tÊ llargada fixala seqÃŧència ÂĢ\PÂģ o ÂĢ\pÂģ Ês malformadanombre o nom malformats desprÊs de ÂĢ(?(Âģfalta un ÂĢ<Âģ en la referència simbÃ˛licafalta un ÂĢ)Âģ desprÊs del comentarifalta un ÂĢ)Âģfalta el ÂĢ]Âģ per a la classe de caràcterfalta la finalitzaciÃŗ en el nom del subpatrÃŗel muntatge no implementa l'estimaciÃŗ de tipus de contingutel muntatge no implementa l'expulsiÃŗel muntatge no implementa l'expulsiÃŗ o el ÂĢeject_with_operationÂģel muntatge no implementa el tornar-se a muntarel muntatge no implementa l'estimaciÃŗ de tipus de contingut síncronel muntatge no implementa el desmuntatgeel muntatge no implementa el desmuntatge o el ÂĢunmount_with_operationÂģno hi ha res a repetirnombre massa gran en el quantificador {}nombres fora del rang en el quantificador {}el valor octal Ês mÊs gran que \377no hi ha prou memÃ˛rias'ha produït un desbordament en compilar l'espai de treballno s'ha trobat el subpatrÃŗ referenciat comprovat anteriorments'ha sortit del rang en la classe de caràcters'ha arribat al límit de recurrènciesla crida recursiva podria entrar en bucle indefinidamentreferència a un subpatrÃŗ que no existeixl'expressiÃŗ regular Ês massa llargano es permet repetir un grup ÂĢDEFINEÂģÂĢ\Âģ final extraviatel nom del subpatrÃŗ Ês massa llarg (32 caràcters com a màxim)l'enllaç simbÃ˛lic no pot ser nulel patrÃŗ contÊ elements que no estan implementats en les concordances parcialshi ha massa subpatrons amb nom (màxim de 10.000)dos noms de subpatrÃŗ tenen el mateix nomrepeticiÃŗ no esperadala referència simbÃ˛lica no està acabadanom de classe POSIX desconegudaerror desconegutno es reconeix la seqÃŧència d'escapamentes desconeix el nom de la propietat desprÊs de ÂĢ\PÂģ o ÂĢ\pÂģno es reconeix el caràcter desprÊs de ÂĢ(?Âģno es reconeix el caràcter desprÊs de ÂĢ(?<Âģno es reconeix el caràcter desprÊs de ÂĢ(?PÂģcaràcter no reconegut desprÊs de \el volum no implementa l'expulsiÃŗel volum no implementa l'expulsiÃŗ o ÂĢeject_with_operationÂģel volum no implementa el muntatges'ha arribat al límit d'espais de treball per a subcadenes buidesreferència simbÃ˛lica de longitud zero./glib-2.22.2-i686/usr/share/locale/ml/0000755000000000000000000000000011271166775015640 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/ml/LC_MESSAGES/0000755000000000000000000000000011271166775017425 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/ml/LC_MESSAGES/glib20.mo0000644000000000000000000022427411271166636021050 0ustar rootrootŪ•œ !‘!Ĩ!­!ĩ! Ŋ!É!YŅ!_+"a‹"í"#)'#Q#&e#BŒ#Ī#æ#+û#('$ P$q$#$ą$Ë$2ã$9%!P%4r%/§%×%3î%+"&1N&-€&/Ž&#Ū&' ')8'b'(~',§'%Ô'&ú'"!("D()g(!‘( ŗ(AÔ(ž)ĩ)Ė);ė).(**W*.‚*ą**Ę*&õ*a+F~+4Å+2ú+:-,Ah,@Ē,;ë,W'-W-1×-/ .%9.?_.5Ÿ.IÕ.‘/ ą/Ō/į/0#0:0S0j0}0’0ą0Î0!ę0 1,1K1a1|1 ‘1˛1Î1å1ũ1252Q2j2†2"ž2Á2Ũ2ü2!363K3 d3…3Ÿ3ļ3!Đ3)ō3-4J4b4€4,š4Į4!ã455:75.r50Ą59Ō5 6&6>@6$6#¤6Č6'æ6.7=7?\7)œ7$Æ7%ë7-8?8!S89u8*¯89Ú89-19+_9Š‹9&:+=:3i:#:!Á:)ã:8 ;9F;%€;.Ļ;-Õ;.<2<)I<!s< •<Ŗ<Â<.Ō< =&=#6=&Z==Ą=3ŧ=-đ=(>(G>(p>)™>Ã>ã>ô>??0?E?^?$s?0˜?É?+é?!@7@S@1q@.Ŗ@TŌ@H'AFpA=ˇALõA+BB!nBB-°B$ŪB(C,C"GC3jC9žCØC"õCD!0D1RD2„D<ˇDôD&E9:EtEE)ŠEĶE#æEL FNWF°ĻFzWGŌGęG%H8(H-aH*H5ēH*đH/I KIlI €I%ĄIĮI"äIJJ/JHJ!hJ ŠJĢJÄJáJôJ!K$1K0VK"‡KFĒK:ņK-,L2ZLL;ĨL áL'M-*M)XM"‚MĨM$šM ŪM?˙M.?NnN…N˜N!´N'ÖN3ūN.2O(aO0ŠO+ģOįOP* PKPOjPCēP"ūP!Q&AQ!hQ*ŠQĩQÎQāQ ˙QC RPRXRsR0zR.ĢR3ÚR-S TDiTŽT;ÉT0U 6U1DUvU‡U §UČUŨUúU V5'V)]V‡VĨVÂV×V!ōVW/WLW"[W$~WŖW*ģW(æWX"+X!NXpXˆX)žX%ČX-îXY5:YpY9YĘY9ęY$Z6Z%VZ |Z ZĢZ2ĮZ%úZ [&8[$_[„['Ą[É[3Ų[ \=&\+d\(\š\Ë\é\ ]]$(]M] m] Ž] ¯]Đ]6ī]&^,E^r^Z‘^7ė_$`,`4`4<`$q`ë–`å‚aÜhb=EcDƒc”Čc(]dg†dîdƒīeGsfģf=ghŊgr&h§™hnAio°i˛ jØĶj˛ŦkW_lRˇlh mĖsm¨@nŽénǘoŦCpžđpYq‡éq§qr‚s´œsģQtž u§ŦuĨTvuúvˆpwjųwidxėÎxŸģy=[{+™{´Å{šz|¨4}ŦŨ}FŠ~‹Ņ~}]WÛ&3¤Z‚ŗ˙‚ˇŗƒŧk„¸(…´á…+–†2‡põˆ˛f‰—ŠļąŠÂh‹¤+Œ­ЌR~Ž[ŅŽg-‚•Uan]АO.‘R~‘Ņ‘`Q’X˛’‚ “`Ž“vī“Nf”bĩ”*•_C•VŖ•Rú•`M–NŽ–pũ–‚n—]ņ—WO˜a§˜Ĩ ™k¯™˜šd´š‰›KŖ›Nī›]>œRœœXīœ[H}¤˛"žąÕži‡ŸuņŸlg uÔ JĄŒĘĄ‹WĸsãĸĖWŖ´$¤ĸŲ¤ĩ|ĨZ2ĻfĻšôĻQާŸ¨‰ ¨ˆ*ŠŖŗŠbWĒîēĒŗŠĢ­]Ŧŋ ­ŠË­\uŽ‹ŌŽĒ^¯Ž °˛¸°Kką{ˇąž3˛‡Ō˛ŦZ´ąĩäšĩĨžļ|Dˇ“Áˇ U¸Čbšŗ+ē‘ßēqģ‘ŧ;”ŧŠĐŧ„[Ŋ+āŊn ž:{žwļž).ŋeXŋmžŋ ,ĀqÍĀV?Á’–Á)ŠĮÂxRÃxËÒDÄx×Ä1PÅ6‚ÅBšÅPüÅ0MÆE~Æ`ÄÆ‡%Įƒ­Įc1Ȓ•Čr(É6›ÉoŌɖBʔŲĘĶn˞BĖáĖwÍí÷͚åÎM€ĪAÎĪfĐpwЅčĐFnŅBĩŅ…øŅ‹~Ō2 Ķŗ=ĶSņĶŅEԜÕÄ´ÕÛyÖ]U׸ŗ×šlØb&Ų„‰ŲšÚ9ČڈÛˋÛãWܜ;Ũ|ØßUUáXĢá~âŋƒâšCãŪãļläv#åԚåmæLũæ]JįO¨įcøįƒ\čTāčD5éezérāé]SęPąę_ënbëhŅë:ė€ēėP;핌íy"îĩ(īÉŪīy¨đ$"ņ‚Gņ‚ĘņWMō‡Ĩōd-퉒ķ^ô}{ô^ųô Xõųõn‰öRøöfK÷Ŧ˛÷­_øį ųäõųÍÚúŦ¨ûÅUüˆũ”¤ũi9ūpŖūô˙č TōdG‰Ŧ6iy1ãtFŠōŅÄ_ā5@ĢvŽ"¤ą‹VxâF[  ĸ 0Ž &ß 1 K8 m„ ō Ņt tF ¨ģ `d (Å šî 1‰yģy5P¯V1WO‰ŲugUŨT3_ˆ]č‡FAÎQ%b|ˆr+x”¤a9P›oėT\@ąEōz8~ŗ-2?`z A9]A—|ŲXVl¯tq‘GK”gˆük…Ŧņhžf )n ˜ ˆ¨ C1!Éu!\?"cœ"I#YJ#]¤#.$Y1$i‹$Wõ$XM%XĻ%G˙%qG&ąš&_k'ŅË'(ŗA3ôMˇTû%K6´V‹ũŽ7Ā0bI†š˛T-ëâB€„Z×Ũã$ˆÂ į[v ķ.F&š°GQ{)^Ŗ¨Ė;ŦsÔ&]5@RqīgkåĄ:qWæĶ…Wõ}w¯"U)ōAO ø‡Ëŋ(d…rM#„\?ÛX ˙`;?Nvjl 't€KY1NfÁ>n27pRi¤nęm6ŸĮáu3-yļ÷‡î_*IP iuS|ܞ–OŲØd!<5JŒ ŠēsāĘĩģÕ2ė,éLú/[ŠVU_•xb'†8^9E+Č>Qxņ4 ֘‰”CĨÅt<ä‚9ŪŠmž4ĒDhƒe+‘írBD%1#Gf=|Ŋ8HŅ@‰Lo§owS*pP~a Éą:`ÎĢ}zyų0ŧ —ÆĐaÚlđ͜{jc­JZ]=cHCŽ/!\“ĪĻ$ĂX,ßk’öY ÃčE™ĸŒüŽFg›¸ˆŌ .heū"~‹(zƒ (invalid encoding)%.1f GB%.1f KB%.1f MB%s filetype%s type'%s' is not a valid character following a '<' character; it may not begin an element name'%s' is not a valid character following the characters '''%s' is not a valid name '%s' is not a valid name: '%c' (?R or (?[+-]digits must be followed by )) without opening (A bookmark for URI '%s' already existsAbstract unix domain socket addresses not supported on this systemAdded socket is closedApplication Options:Association creation not supported on win32Attribute '%s' of element '%s' not foundAttribute value must be non-NULLBackup file creation failedCan't copy directory over directoryCan't copy over directoryCan't copy special fileCan't create user MIME configuration folder %s: %sCan't create user application configuration folder %s: %sCan't create user desktop file %sCan't do a raw read in g_io_channel_read_line_stringCan't do a raw read in g_io_channel_read_to_endCan't find applicationCan't handle the supplied version the icon encodingCan't handle version %d of GEmblem encodingCan't handle version %d of GEmblemedIcon encodingCan't handle version %d of GFileIcon encodingCan't handle version %d of GThemedIcon encodingCan't move directory over directoryCan't open directoryCan't recursively copy directoryCan't rename file, filename already existCan't rename root directoryCancellable initialization not supportedCannot convert fallback '%s' to codeset '%s'Cannot parse double value '%s' for %sCannot parse integer value '%s' for %sCannot set permissions on symlinksCannot truncate GMemoryInputStreamChannel terminates in a partial characterCharacter out of range for UTF-16Character out of range for UTF-8Character reference '%-.*s' does not encode a permitted characterCharacter reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Connection in progressContaining mount does not existConversion from character set '%s' to '%s' is not supportedCould not allocate %lu bytes to read file "%s"Could not open converter from '%s' to '%s'Could not open converter from '%s' to '%s': %sCustom definition for %sDEFINE group contains more than one branchDesktop file didn't specify Exec fieldDocument ended unexpectedly after the equals sign following an attribute name; no attribute valueDocument ended unexpectedly inside a comment or processing instructionDocument ended unexpectedly inside an attribute nameDocument ended unexpectedly inside an element nameDocument ended unexpectedly inside an element-opening tag.Document ended unexpectedly inside the close tag for element '%s'Document ended unexpectedly just after an open angle bracket '<'Document ended unexpectedly while inside an attribute valueDocument ended unexpectedly with elements still open - '%s' was the last element openedDocument ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>Document must begin with an element (e.g. )Document was empty or contained only whitespaceDouble value '%s' for %s out of rangeElement '%s' was closed, but the currently open element is '%s'Element '%s' was closed, no element is currently openEmpty entity '&;' seen; valid entities are: & " < > 'Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Entity name '%-.*s' is not knownEnumerator is closedError accepting connection: %sError binding to address: %sError closing file: %sError closing socket: %sError closing unix: %sError connecting: Error connecting: %sError creating backup copy: %sError creating directory: %sError during conversion: %sError getting filesystem info: %sError launching application: %sError making symbolic link: %sError moving file: %sError on line %d char %d: Error on line %d: %sError opening directory '%s': %sError opening file '%s': %sError opening file: %sError parsing option %sError reading file '%s': %sError reading from file: %sError reading from unix: %sError receiving data: %sError receiving message: %sError removing file: %sError removing old backup link: %sError removing old file: %sError removing target file: %sError renaming file: %sError renaming temporary file: %sError resolving '%s'Error resolving '%s': %sError reverse-resolving '%s': %sError seeking in file: %sError sending data: %sError sending message: %sError setting SELinux context: %sError setting extended attribute '%s': %sError setting modification or access time: %sError setting owner: %sError setting permissions: %sError setting symlink: %sError setting symlink: file is not a symlinkError stating file '%s': %sError stating file descriptor: %sError trashing file: %sError truncating file: %sError while compiling regular expression %s at char %d: %sError while matching regular expression %s: %sError while optimizing regular expression %s: %sError while parsing replacement text "%s" at char %lu: %sError writing to file: %sError writing to unix: %sExisting file '%s' could not be removed: g_unlink() failed: %sExpected a GEmblem for GEmblemedIconExpecting 1 control message, got %dExpecting one fd, but got %d Failed to change to directory '%s' (%s)Failed to close file '%s': fclose() failed: %sFailed to create file '%s': %sFailed to create pipe for communicating with child process (%s)Failed to execute child process "%s" (%s)Failed to execute child process (%s)Failed to execute helper program (%s)Failed to expand exec line '%s' with URI '%s'Failed to fork (%s)Failed to fork child process (%s)Failed to get attributes of file '%s': fstat() failed: %sFailed to map file '%s': mmap() failed: %sFailed to open file '%s' for writing: fdopen() failed: %sFailed to open file '%s': %sFailed to open file '%s': fdopen() failed: %sFailed to open file '%s': open() failed: %sFailed to parse '%-.*s', which should have been a digit inside a character reference (ê for example) - perhaps the digit is too largeFailed to read data from child processFailed to read data from child process (%s)Failed to read enough data from child pid pipe (%s)Failed to read from child pipe (%s)Failed to read from file '%s': %sFailed to read the symbolic link '%s': %sFailed to redirect output or input of child process (%s)Failed to rename file '%s' to '%s': g_rename() failed: %sFailed to resize memory output streamFailed to write file '%s': fflush() failed: %sFailed to write file '%s': fsync() failed: %sFailed to write file '%s': fwrite() failed: %sFile "%s" is too largeFile enumerator has outstanding operationFile enumerator is already closedFile is emptyFile names cannot contain '%c'Filesystem rootGSocketControlMessage not supported on windowsHelp Options:Hostname '%s' contains '[' but not ']'Input stream doesn't implement readInteger value '%s' for %s out of rangeInteger value '%s' out of rangeInvalid GSeekType suppliedInvalid UTF-8 encoded text in name - not valid '%s'Invalid attribute type (byte string expected)Invalid attribute type (string expected)Invalid attribute type (uint32 expected)Invalid attribute type (uint64 expected)Invalid byte sequence in conversion inputInvalid extended attribute nameInvalid filenameInvalid filename %sInvalid group name: %sInvalid hostnameInvalid key name: %sInvalid program name: %sInvalid seek requestInvalid sequence in conversion inputInvalid socket, initialization failed due to: %sInvalid socket, not initializedInvalid string in argument vector at %d: %sInvalid string in environment: %sInvalid symlink value givenInvalid working directory: %sKey file contains escape character at end of lineKey file contains invalid escape sequence '%s'Key file contains key '%s' in group '%s' which has value that cannot be interpreted.Key file contains key '%s' which has a value that cannot be interpreted.Key file contains key '%s' which has value that cannot be interpreted.Key file contains key '%s' with value '%s' which is not UTF-8Key file contains line '%s' which is not a key-value pair, group, or commentKey file contains unsupported encoding '%s'Key file does not have group '%s'Key file does not have key '%s'Key file does not have key '%s' in group '%s'Key file does not start with a groupLeftover unconverted data in read bufferListener is already closedMalformed input data for GFileIconMalformed number of tokens (%d) in GEmblem encodingMalformed number of tokens (%d) in GEmblemedIcon encodingMalformed version number: %sMemory output stream not resizableMissing argument for %sMove between mounts not supportedNo MIME type defined in the bookmark for URI '%s'No application is registered as handling this fileNo application with name '%s' registered a bookmark for '%s'No bookmark found for URI '%s'No groups set in bookmark for URI '%s'No private flag has been defined in bookmark for URI '%s'No service record for '%s'No type for class name %sNo valid bookmark file found in data dirsNot a regular fileNot enough space for socket addressOdd character '%s', expected a '=' after attribute name '%s' of element '%s'Odd character '%s', expected a '>' character to end the empty-element tag '%s'Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute nameOdd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'Operation not supportedOperation was cancelledOutput stream doesn't implement writePCRE library is compiled without UTF8 properties supportPCRE library is compiled without UTF8 supportPOSIX collating elements are not supportedPOSIX named classes are supported only within a classPartial character sequence at end of inputQuoted text doesn't begin with a quotation markReached maximum data array limitReceived invalid fdSELinux context must be non-NULLSELinux is not enabled on this systemSeek not supported on streamSetting attribute %s not supportedShow all help optionsShow help optionsSocket is already closedSource stream is already closedStream doesn't support query_infoStream has outstanding operationStream is already closedSymbolic links not supportedTarget file existsTarget file is a directoryTarget file is not a regular fileTemplate '%s' doesn't contain XXXXXXTemplate '%s' invalid, should not contain a '%s'Temporarily unable to resolve '%s'Text ended before matching quote was found for %c. (The text was '%s')Text ended just after a '\' character. (The text was '%s')Text was empty (or contained only whitespace)The URI '%s' contains invalidly escaped charactersThe URI '%s' is invalidThe URI '%s' is not an absolute URI using the "file" schemeThe file was externally modifiedThe hostname of the URI '%s' is invalidThe local file URI '%s' may not include a '#'The pathname '%s' is not an absolute pathToo large count value passed to %sTrash not supportedTruncate not allowed on input streamTruncate not supported on streamType %s does not implement from_tokens() on the GIcon interfaceType %s does not implement the GIcon interfaceType %s is not classedURIs not supportedUnable to create socket: %sUnable to create trash dir %s: %sUnable to create trashing info file: %sUnable to find default local directory monitor typeUnable to find default local file monitor typeUnable to find or create trash directoryUnable to find terminal required for applicationUnable to find toplevel directory for trashUnable to get pending error: %sUnable to trash file: %sUnexpected attribute '%s' for element '%s'Unexpected early end-of-streamUnexpected error in g_io_channel_win32_poll() reading data from a child processUnexpected error in select() reading data from a child process (%s)Unexpected error in waitpid() (%s)Unexpected tag '%s' inside '%s'Unexpected tag '%s', tag '%s' expectedUnexpected type of ancillary dataUnknown error executing child process "%s"Unknown error on connectUnknown option %sUnknown protocol was specifiedUnknown typeUnmatched quotation mark in command line or other shell-quoted textUnnamedUnsupported socket addressUsage:Valid key file could not be found in search dirsValue '%s' cannot be interpreted as a boolean.Value '%s' cannot be interpreted as a float number.Value '%s' cannot be interpreted as a number.Waiting for socket condition: %sWrong number of tokens (%d)[OPTION...]\ at end of pattern\C not allowed in lookbehind assertion\c at end of pattern\g is not followed by a braced name or an optionally braced non-zero numberassertion expected after (?(association changes not supported on win32back references as conditions are not supported for partial matchingbacktracking limit reachedcase-changing escapes (\l, \L, \u, \U) are not allowed herecharacter value in \x{...} sequence is too largecode overflowconditional group contains more than two branchescorrupted objectcould not get local address: %scould not get remote address: %scould not listen: %screating GSocket from fd: %sdigit expecteddrive doesn't implement ejectdrive doesn't implement eject or eject_with_operationdrive doesn't implement polling for mediadrive doesn't implement startdrive doesn't implement stopfailed to get memoryhexadecimal digit expectedhexadecimal digit or '}' expectedillegal symbolic referenceinconsistent NEWLINE optionsinternal errorinternal error or corrupted objectinvalid combination of newline flagsinvalid condition (?(0)invalid escape sequence in character classlookbehind assertion is not fixed lengthmalformed \P or \p sequencemalformed number or name after (?(missing '<' in symbolic referencemissing ) after commentmissing terminating )missing terminating ] for character classmissing terminator in subpattern namemount doesn't implement content type guessingmount doesn't implement ejectmount doesn't implement eject or eject_with_operationmount doesn't implement remountmount doesn't implement synchronous content type guessingmount doesn't implement unmountmount doesn't implement unmount or unmount_with_operationnothing to repeatnumber too big in {} quantifiernumbers out of order in {} quantifieroctal value is greater than \377out of memoryoverran compiling workspacepreviously-checked referenced subpattern not foundrange out of order in character classrecursion limit reachedrecursive call could loop indefinitelyreference to non-existent subpatternregular expression too largerepeating a DEFINE group is not allowedstray final '\'subpattern name is too long (maximum 32 characters)symlink must be non-NULLthe pattern contains items not supported for partial matchingtoo many named subpatterns (maximum 10,000)two named subpatterns have the same nameunexpected repeatunfinished symbolic referenceunknown POSIX class nameunknown errorunknown escape sequenceunknown property name after \P or \punrecognized character after (?unrecognized character after (?<unrecognized character after (?Punrecognized character follows \volume doesn't implement ejectvolume doesn't implement eject or eject_with_operationvolume doesn't implement mountworkspace limit for empty substrings reachedzero-length symbolic referenceProject-Id-Version: glib.master.ml Report-Msgid-Bugs-To: POT-Creation-Date: 2009-10-07 09:51-0400 PO-Revision-Date: 2009-09-20 20:08+0530 Last-Translator: Language-Team: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.11.4 Plural-Forms: nplurals=2; plural=(n != 1); (ā´¤āĩ†ā´ąāĩā´ąā´žā´¯ ā´Žā´¨āĩâ€ā´•āĩ‹ā´Ąā´ŋā´™āĩ)%.1f GB%.1f KB%.1f MB%s ā´Ģⴝⴞāĩâ€ ā´°āĩ€ā´¤ā´ŋā´¯ā´ŋā´˛āĩā´ŗāĩā´ŗ%s ⴤⴰⴤāĩā´¤ā´ŋā´˛āĩā´ŗāĩā´ŗ'<' ā´…ā´•āĩā´ˇā´°ā´¤āĩā´¤ā´ŋā´¨āĩ ā´Ēā´ŋā´¨āĩā´¨ā´ŋā´˛āĩā´ŗā´ŗ '%s' ā´’ā´°āĩ ā´…ā´¸ā´žā´§āĩā´ĩā´žā´¯ ā´…ā´•āĩā´ˇā´°ā´Žā´žā´Ŗāĩ; ⴇⴤāĩ ā´’ā´°āĩ ā´Žā´˛ā´Žāĩ†ā´¨āĩā´ąāĩ ā´Ēāĩ‡ā´°ā´ŋā´˛āĩâ€ ā´¤āĩā´Ÿā´™āĩā´™ā´ŋā´˛āĩā´˛'' ā´…ā´•āĩā´ˇā´°ā´Žā´žā´Ŗāĩ ā´…ā´¨āĩā´ĩā´Ļā´ŋā´•āĩā´•āĩā´¨āĩā´¨ā´¤āĩ'%s' ā´¤āĩ†ā´ąāĩā´ąā´žā´¯ ā´¨ā´žā´Žā´‚ ⴆⴕāĩā´¨āĩā´¨āĩ'%s' ā´¤āĩ†ā´ąāĩā´ąā´žā´¯ ā´¨ā´žā´Žā´‚ ⴆⴕāĩā´¨āĩā´¨āĩ: '%c' (?R ā´…ā´˛āĩā´˛āĩ†ā´™āĩā´•ā´ŋā´˛āĩâ€ (?[+-]digits ā´Žā´¨āĩā´¨ā´ŋā´ĩā´¯āĩā´•āĩā´•āĩ ā´ļāĩ‡ā´ˇā´‚ ) ⴉ⴪āĩā´Ÿā´žā´¯ā´ŋā´°ā´ŋā´•āĩā´•ā´Ŗā´‚( ā´Žā´¨āĩā´¨ā´¤ā´ŋā´˛āĩā´˛ā´žā´¤āĩ† )URI '%s'-ā´¨āĩā´ŗā´ŗ ā´Ŧāĩā´•āĩā´•āĩ ā´Žā´žā´°āĩâ€ā´•āĩā´•āĩ ā´¨ā´ŋā´˛ā´ĩā´ŋā´˛āĩā´Ŗāĩā´Ÿāĩ ⴈ ā´¸ā´ŋā´¸āĩā´ąāĩā´ąā´Žā´ŋā´˛āĩâ€ ā´…ā´Ŧāĩā´¸āĩā´Ÿāĩā´°ā´žā´•āĩā´Ÿāĩ ā´¯āĩ‚ā´Ŗā´ŋā´•āĩā´¸āĩ ā´ĄāĩŠā´Žāĩ†ā´¯ā´ŋā´¨āĩâ€ ā´¸āĩ‹ā´•āĩā´•ā´ąāĩā´ąāĩ ā´ĩā´ŋā´˛ā´žā´¸ā´™āĩā´™ā´ŗāĩâ€ ā´Ēā´ŋā´¨āĩā´¤āĩā´Ŗā´¯āĩā´•āĩā´•āĩā´¨āĩā´¨ā´ŋā´˛āĩā´˛ā´šāĩ‡ā´°āĩâ€ā´¤āĩā´¤ā´ŋā´°ā´ŋā´•āĩā´•āĩā´¨āĩā´¨ ā´¸āĩ‹ā´•āĩā´•ā´ąāĩā´ąāĩ ā´…ā´Ÿā´šāĩā´šā´ŋā´°ā´ŋā´•āĩā´•āĩā´¨āĩā´¨āĩā´Ēāĩā´°ā´¯āĩ‹ā´—ā´¤āĩā´¤ā´ŋā´¨āĩā´ŗā´ŗ ā´‰ā´Ēā´žā´§ā´ŋā´•ā´ŗāĩâ€:win32-ā´˛āĩâ€ ā´…ā´¸āĩ‹ā´¸ā´ŋā´¯āĩ‡ā´ˇā´¨āĩâ€ ā´¸āĩƒā´ˇāĩā´Ÿā´ŋ ā´Ēā´ŋā´¨āĩā´¤āĩā´Ŗā´¯āĩā´•āĩā´•āĩā´¨āĩā´¨ā´ŋā´˛āĩā´˛ā´Žā´˛ā´Žāĩ†ā´¨āĩā´ąāĩ '%s'-ā´¨āĩā´ąāĩ† ā´¸ā´ĩā´ŋā´ļāĩ‡ā´ˇā´¤ā´¯ā´žā´¯ '%s' ā´•ā´Ŗāĩā´Ÿāĩā´•ā´ŋⴟāĩā´Ÿā´ŋā´¯ā´ŋā´˛āĩā´˛ā´†ā´Ÿāĩā´°ā´ŋā´Ŧāĩā´¯āĩ‚ā´Ÿāĩā´Ÿāĩ ā´Žāĩ‚ā´˛āĩā´˛āĩā´¯ā´‚ non-NULL ⴆⴝā´ŋā´°ā´ŋā´•āĩā´•ā´Ŗā´‚ā´Ŧā´žā´•āĩā´•ā´Ēāĩā´Ēāĩ ā´Ģⴝⴞāĩâ€ ⴉ⴪āĩā´Ÿā´žā´•āĩā´•āĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩâ€ ā´Ēā´°ā´žā´œā´¯ā´‚ā´’ā´°āĩ ā´Ąā´¯ā´ąā´•āĩā´Ÿā´ąā´ŋā´¯ā´ŋā´˛āĩâ€ ā´Žā´ąāĩā´ąāĩŠā´°āĩ ā´Ąā´¯ā´ąā´•āĩā´Ÿā´ąā´ŋ ā´Ēā´•ā´°āĩâ€ā´¤āĩā´¤āĩā´ĩā´žā´¨āĩâ€ ā´¸ā´žā´§āĩā´¯ā´Žā´˛āĩā´˛ā´Ąā´¯ā´ąā´•āĩā´Ÿā´ąā´ŋā´¯ā´ŋā´˛āĩâ€ ā´Ēā´•ā´°āĩâ€ā´¤āĩā´¤āĩā´ĩā´žā´¨āĩâ€ ā´¸ā´žā´§āĩā´¯ā´Žā´˛āĩā´˛ā´Ēāĩā´°ā´¤āĩā´¯āĩ‡ā´• ā´Ģⴝⴞāĩâ€ ā´Ēā´•ā´°āĩâ€ā´¤āĩā´¤āĩā´ĩā´žā´¨āĩâ€ ā´¸ā´žā´§āĩā´¯ā´Žā´˛āĩā´˛ā´‰ā´Ēā´¯āĩ‹ā´•āĩā´¤ā´žā´ĩā´ŋā´¨āĩā´ŗāĩā´ŗ MIME ā´•āĩā´°ā´Žā´ŋā´•ā´°ā´Ŗ ā´Ģⴝⴞāĩâ€ %s ⴉ⴪āĩā´Ÿā´žā´•āĩā´•āĩā´ĩā´žā´¨āĩâ€ ā´¸ā´žā´§āĩā´¯ā´Žā´žā´¯ā´ŋā´˛āĩā´˛: %sā´‰ā´Ēā´¯āĩ‹ā´•āĩā´¤ā´žā´ĩā´ŋā´¨āĩāĩ ā´Ēāĩā´°ā´¯āĩ‹ā´—ā´¤āĩā´¤ā´ŋā´¨āĩā´ŗāĩā´ŗ ā´•āĩā´°ā´Žāĩ€ā´•ā´°ā´Ŗ ā´Ģāĩ‹ā´ŗāĩâ€ā´Ąā´°āĩâ€ %s ⴉ⴪āĩā´Ÿā´žā´•āĩā´•āĩā´ĩā´žā´¨āĩâ€ ā´¸ā´žā´§āĩā´¯ā´Žā´˛āĩā´˛: %sā´‰ā´Ēā´¯āĩ‹ā´•āĩā´¤ā´žā´ĩā´ŋā´¨āĩā´ŗāĩā´ŗ ā´Ąā´¸āĩā´•āĩā´Ÿāĩ‹ā´Ēāĩā´Ēāĩ ā´Ģⴝⴞāĩâ€ %s ⴉ⴪āĩā´Ÿā´žā´•āĩā´•āĩā´ĩā´žā´¨āĩâ€ ā´¸ā´žā´§āĩā´¯ā´Žā´žā´¯ā´ŋā´˛āĩā´˛g_io_channel_read_line_string-ā´˛āĩâ€ ā´ąāĩ‹ ā´ĩā´žā´¯ā´¨ ā´¸ā´žā´§āĩā´¯ā´Žā´˛āĩā´˛g_io_channel_read_to_end-ā´˛āĩâ€ ā´ąāĩ‹ ā´ĩā´žā´¯ā´¨ ā´¸ā´žā´§āĩā´¯ā´Žā´˛āĩā´˛ā´Ēāĩā´°ā´¯āĩ‹ā´—ā´‚ ⴞⴭāĩā´¯ā´Žā´žā´•āĩā´•āĩā´ĩā´žā´¨āĩâ€ ā´¸ā´žā´§āĩā´¯ā´Žā´žā´¯ā´ŋā´˛āĩā´˛ā´˛ā´­āĩā´¯ā´Žā´žā´•āĩā´•ā´ŋā´¯ ⴚā´ŋā´šāĩā´¨ā´‚ ā´Žā´¨āĩâ€ā´•āĩ‹ā´Ąā´ŋā´™ā´ŋā´¨āĩā´ąāĩ† ā´Ēā´¤ā´ŋā´Ēāĩā´Ēāĩ ā´•āĩˆā´•ā´žā´°āĩā´¯ā´‚ ⴚāĩ†ā´¯āĩā´¯āĩā´ĩā´žā´¨āĩâ€ ā´¸ā´žā´§āĩā´¯ā´Žā´˛āĩā´˛GEmblem ā´Žā´¨āĩâ€ā´•āĩ‹ā´Ąā´ŋā´™ā´ŋā´¨āĩā´ŗāĩā´ŗ ā´Ēā´¤ā´ŋā´Ēāĩā´Ēāĩāĩ %d ā´•āĩˆā´•ā´žā´°āĩā´¯ā´‚ ⴚāĩ†ā´¯āĩā´¯āĩā´ĩā´žā´¨āĩâ€ ā´¸ā´žā´§āĩā´¯ā´Žā´˛āĩā´˛GEmblemedIcon ā´Žā´¨āĩâ€ā´•āĩ‹ā´Ąā´ŋā´™ā´ŋā´¨āĩā´ŗāĩā´ŗ ā´Ēā´¤ā´ŋā´Ēāĩā´Ēāĩāĩ %d ā´•āĩˆā´•ā´žā´°āĩā´¯ā´‚ ⴚāĩ†ā´¯āĩā´¯āĩā´ĩā´žā´¨āĩâ€ ā´¸ā´žā´§āĩā´¯ā´Žā´˛āĩā´˛GFileIcon ā´Žā´¨āĩâ€ā´•āĩ‹ā´Ąā´ŋā´™ā´ŋā´¨āĩā´ŗāĩā´ŗ ā´Ēā´¤ā´ŋā´Ēāĩā´Ēāĩāĩ %d ā´•āĩˆā´•ā´žā´°āĩā´¯ā´‚ ⴚāĩ†ā´¯āĩā´¯āĩā´ĩā´žā´¨āĩâ€ ā´¸ā´žā´§āĩā´¯ā´Žā´˛āĩā´˛GThemedIcon ā´Žā´¨āĩâ€ā´•āĩ‹ā´Ąā´ŋā´™ā´ŋā´¨āĩā´ŗāĩā´ŗ %d ā´Ēā´¤ā´ŋā´Ēāĩā´Ēāĩāĩ ā´•āĩˆā´•ā´žā´°āĩā´¯ā´‚ ⴚāĩ†ā´¯āĩā´¯āĩā´ĩā´žā´¨āĩâ€ ā´¸ā´žā´§āĩā´¯ā´Žā´˛āĩā´˛ā´’ā´°āĩ ā´Ąā´¯ā´ąā´•āĩā´Ÿā´ąā´ŋā´¯ā´ŋā´˛āĩâ€ ā´Žā´ąāĩā´ąāĩŠā´°āĩ ā´Ąā´¯ā´ąā´•āĩā´Ÿā´ąā´ŋ ā´¨āĩ€ā´•āĩā´•āĩā´ĩā´žā´¨āĩâ€ ā´¸ā´žā´§āĩā´¯ā´Žā´˛āĩā´˛ā´Ąā´¯ā´ąā´•āĩā´Ÿā´ąā´ŋ ā´¤āĩā´ąā´•āĩā´•āĩā´ĩā´žā´¨āĩâ€ ā´¸ā´žā´§āĩā´¯ā´Žā´˛āĩā´˛ā´†ā´ĩā´°āĩâ€ā´¤āĩā´¤ā´ŋⴚāĩā´šāĩ ā´Ąā´¯ā´ąā´•āĩā´Ÿā´ąā´ŋ ā´Ēā´•ā´°āĩâ€ā´¤āĩā´¤āĩā´ĩā´žā´¨āĩâ€ ā´¸ā´žā´§āĩā´¯ā´Žā´˛āĩā´˛ā´Ģⴝⴞā´ŋā´¨āĩā´ąāĩ† ā´Ēāĩ‡ā´°āĩ ā´Žā´žā´ąāĩā´ąāĩā´ĩā´žā´¨āĩâ€ ā´¸ā´žā´§āĩā´¯ā´Žā´˛āĩā´˛, ā´•ā´žā´°ā´Ŗā´‚ ⴈ ā´Ēāĩ‡ā´°āĩ ā´¨ā´ŋā´˛ā´ĩā´ŋā´˛āĩā´Ŗāĩā´Ÿāĩā´ąāĩ‚ā´Ÿāĩā´Ÿāĩ ā´Ąā´¯ā´ąā´•āĩā´Ÿā´ąā´ŋā´¯āĩā´Ÿāĩ† ā´Ēāĩ‡ā´°āĩ ā´Žā´žā´ąāĩā´ąāĩā´ĩā´žā´¨āĩâ€ ā´¸ā´žā´§āĩā´¯ā´Žā´˛āĩā´˛ā´ąā´Ļāĩā´Ļā´žā´•āĩā´•āĩā´ĩā´žā´¨āĩâ€ ā´¸ā´žā´§ā´ŋā´•āĩā´•āĩā´¨āĩā´¨ ⴇⴍāĩ€ā´ˇāĩā´¯ā´˛āĩˆā´¸āĩ‡ā´ˇā´¨āĩâ€ ā´Ēā´ŋā´¨āĩā´¤āĩā´Ŗā´¯āĩā´•āĩā´•āĩā´¨āĩā´¨ā´ŋā´˛āĩā´˛ā´Ģāĩ‹ā´ŗāĩâ€ā´¸āĩ†ā´ąāĩā´ąāĩ '%s'-ā´˛āĩâ€ ā´¨ā´ŋā´¨āĩā´¨āĩā´‚ ā´•āĩ‹ā´Ąāĩā´¸āĩ†ā´ąāĩā´ąāĩ '%s'-ā´˛āĩ‡ā´•āĩā´•āĩ ā´Žā´žā´ąāĩā´ąāĩā´ĩā´žā´¨āĩâ€ ā´¸ā´žā´§āĩā´¯ā´Žā´˛āĩā´˛%s-ā´¨āĩ ā´ĩāĩ‡ā´Ŗāĩā´Ÿā´ŋ ā´Ąā´Ŧā´ŋā´ŗāĩâ€ ā´Žāĩ‚ā´˛āĩā´˛āĩā´¯ā´‚ '%s' ā´Ēā´žā´´āĩā´¸āĩ ⴚāĩ†ā´¯āĩā´¯āĩā´ĩā´žā´¨āĩâ€ ā´¸ā´žā´§āĩā´¯ā´Žā´˛āĩā´˛%s-ā´¨āĩ ā´ĩāĩ‡ā´Ŗāĩā´Ÿā´ŋ ⴇⴍāĩā´ąā´ŋⴜⴰāĩâ€ ā´Žāĩ‚ā´˛āĩā´˛āĩā´¯ā´‚ '%s' ā´Ēā´žā´´āĩā´¸āĩ ⴚāĩ†ā´¯āĩā´¯āĩā´ĩā´žā´¨āĩâ€ ā´¸ā´žā´§āĩā´¯ā´Žā´˛āĩā´˛ā´¸ā´ŋā´‚ā´˛ā´ŋā´™āĩā´•āĩā´•ā´ŗāĩâ€ā´•āĩā´•āĩā´ŗāĩā´ŗ ā´…ā´¨āĩā´Žā´¤ā´ŋā´•ā´ŗāĩâ€ ⴏⴜāĩā´œā´Žā´žā´•āĩā´•āĩā´ĩā´žā´¨āĩâ€ ā´¸ā´žā´§āĩā´¯ā´Žā´˛āĩā´˛GMemoryInputStream ⴟāĩā´°ā´™āĩâ€Œā´•āĩ‡ā´ąāĩā´ąāĩ ⴚāĩ†ā´¯āĩā´¯āĩā´ĩā´žā´¨āĩâ€ ā´¸ā´žā´§āĩā´¯ā´Žā´˛āĩā´˛ā´šā´žā´¨ā´˛āĩâ€ ā´…ā´ĩā´¸ā´žā´¨ā´ŋā´•āĩā´•āĩā´¨āĩā´¨ā´¤āĩ ā´­ā´žā´—ā´ŋā´•ā´Žā´žā´¯ ā´…ā´•āĩā´ˇā´°ā´¤āĩā´¤ā´ŋā´˛āĩâ€ ⴆ⴪āĩUTF-16 ā´Ēā´°ā´ŋā´§ā´ŋā´¯ā´ŋā´˛āĩâ€ ā´¨ā´ŋā´¨āĩā´¨āĩā´‚ ā´Ēāĩā´ąā´¤āĩā´¤ā´žā´Ŗāĩ ā´…ā´•āĩā´ˇā´°ā´‚UTF-8 ā´Ēā´°ā´ŋā´§ā´ŋā´¯ā´ŋā´˛āĩâ€ ā´¨ā´ŋā´¨āĩā´¨āĩā´‚ ā´Ēāĩā´ąā´¤āĩā´¤ā´žā´Ŗāĩ ā´…ā´•āĩā´ˇā´°ā´‚ā´…ā´•āĩā´ˇā´°ā´¤āĩā´¤ā´ŋā´¨āĩā´ąāĩ† ā´¸āĩ‚ā´šā´¨ā´¯ā´žā´¯ '%-.*s' ā´’ā´°āĩ ā´…ā´¨āĩā´ĩā´Ļā´¨āĩ€ā´¯ā´Žā´žā´¯ ā´°ā´šā´¸āĩā´¯ ā´…ā´•āĩā´ˇā´°ā´¤āĩā´¤ā´ŋā´˛āĩ‡ā´•āĩā´•ā´˛āĩā´˛ ā´ĩāĩ‡ā´°āĩâ€ā´¤ā´ŋā´°ā´ŋā´•āĩā´•āĩā´¨āĩā´¨ā´¤āĩā´…ā´•āĩā´ˇā´°ā´¸āĩ‚ā´šā´•ā´‚ ā´’ā´°āĩ ā´…ā´°āĩā´Ļāĩā´§ā´ĩā´ŋā´°ā´žā´Žā´¤āĩā´¤ā´ŋā´˛āĩ ā´…ā´ĩā´¸ā´žā´¨ā´ŋā´•āĩā´•āĩā´¨āĩā´¨ā´ŋā´˛āĩā´˛. & ā´Žā´¨āĩā´¨ ā´…ā´•āĩā´ˇā´°ā´‚ ā´…ā´ąā´ŋā´¯ā´žā´¤āĩ† ⴉⴺāĩâ€ā´•āĩā´•āĩŠā´ŗā´ŗā´žā´¨āĩâ€ ā´‡ā´Ÿā´¯ā´žā´¯āĩ‹? & ā´’ā´°āĩ ⴏⴤāĩā´¤ ā´…ā´˛āĩā´˛āĩ†ā´™āĩā´•ā´ŋā´˛āĩ & ā´Žā´¨āĩā´¨āĩ ā´Ēāĩā´°ā´¤āĩā´¯āĩ‡ā´•ā´‚ ā´¸āĩ‚ā´šā´ŋā´Ēāĩā´Ēā´ŋā´•āĩā´•āĩā´•ā´•ā´Ŗā´•āĩā´ˇā´¨āĩâ€ ā´Ēāĩā´°āĩ‹ā´—ā´¤ā´ŋā´¯ā´ŋā´˛āĩâ€ā´ŽāĩŒā´Ŗāĩā´Ÿāĩ ⴞⴭāĩā´¯ā´Žā´˛āĩā´˛ā´…ā´•āĩā´ˇā´°ā´•āĩā´•āĩ‚ā´Ÿāĩā´Ÿā´‚'%s'ā´˛āĩ ā´¨ā´ŋā´¨āĩā´¨āĩā´‚ '%s'ā´˛āĩ‡ā´•āĩā´•āĩā´ŗā´ŗ ā´Žā´žā´ąāĩā´ąā´‚ ā´Ēā´ŋā´¨āĩā´¤āĩā´Ŗā´¯āĩā´•āĩā´•āĩā´¨āĩā´¨ā´ŋā´˛āĩā´˛%lu ā´Ŧāĩˆā´ąāĩā´ąāĩā´¸āĩ ā´Ģⴝⴞāĩâ€ "%s" ā´ĩā´žā´¯ā´ŋā´•āĩā´•āĩā´¨āĩā´¨ā´¤ā´ŋā´¨ā´žā´¯ā´ŋ ā´¨āĩ€ā´•āĩā´•āĩ ā´ĩā´¯āĩā´•āĩā´•āĩā´ĩā´žā´¨āĩâ€ ā´¸ā´žā´§āĩā´¯ā´Žā´˛āĩā´˛'%s'-ā´˛āĩâ€ ā´¨ā´ŋā´¨āĩā´¨āĩā´‚ '%s'-ā´˛āĩ‡ā´•āĩā´•āĩ ā´ĩāĩ‡ā´°āĩâ€ā´¤ā´ŋā´°ā´ŋā´•āĩā´•āĩā´¨āĩā´¨ ⴏⴂā´ĩā´ŋā´§ā´žā´¨ā´‚ ⴞⴭāĩā´¯ā´Žā´žā´¯ā´ŋā´˛āĩā´˛'%s'-ā´˛āĩâ€ ā´¨ā´ŋā´¨āĩā´¨āĩā´‚ '%s'-ā´˛āĩ‡ā´•āĩā´•āĩ ā´ĩāĩ‡ā´°āĩâ€ā´¤ā´ŋā´°ā´ŋā´•āĩā´•āĩā´¨āĩā´¨ ⴏⴂā´ĩā´ŋā´§ā´žā´¨ā´‚ ⴞⴭāĩā´¯ā´Žā´žā´¯ā´ŋā´˛āĩā´˛: %sā´¯ā´Ĩāĩ‡ā´ˇāĩā´Ÿā´‚ %s ā´¨ā´ŋā´ˇāĩā´•ā´°āĩâ€ā´ˇā´ŋā´•āĩā´•āĩā´•DEFINE ā´—āĩā´°āĩ‚ā´Ēāĩā´Ēā´ŋā´˛āĩâ€ ā´’ā´¨āĩā´¨ā´ŋā´˛āĩâ€ ā´•āĩ‚ā´Ÿāĩā´¤ā´˛āĩâ€ ā´Ŧāĩā´°ā´žā´žāĩā´šāĩā´•ā´ŗāĩā´Ŗāĩā´Ÿāĩāĩā´Ēā´Ŗā´ŋā´¯ā´ŋⴟ ā´Ģⴝⴞāĩâ€ Exec ā´Ģāĩ€ā´ŗāĩâ€ā´Ąāĩ ā´ĩāĩā´¯ā´•āĩā´¤ā´Žā´žā´•āĩā´•ā´ŋā´¯ā´ŋⴟāĩā´Ÿā´ŋā´˛āĩā´˛ā´¸ā´Žā´‚ ⴚā´ŋā´šāĩā´¨ā´¤āĩā´¤ā´ŋā´¨āĩ ā´ļāĩ‡ā´ˇā´‚ ā´’ā´°āĩ ā´ĩā´ŋā´ļāĩ‡ā´ˇā´¤ā´¯āĩā´Ÿāĩ† ā´Ēāĩ‡ā´°āĩ ⴆⴝⴤā´ŋā´¨ā´žā´˛āĩâ€ ā´…ā´Ēāĩā´ąā´¤āĩ€ā´•āĩā´ˇā´ŋā´¤ā´Žā´žā´¯ā´ŋ ā´Ąāĩ‹ā´•āĩā´¯āĩā´Žāĩ†ā´¨āĩā´ąāĩ ā´…ā´ĩā´¸ā´žā´¨ā´ŋⴚāĩā´šāĩ; ā´ĩā´ŋā´ļāĩ‡ā´ˇā´¤ā´¯āĩā´•āĩā´•āĩāĩ ā´Žāĩ‚ā´˛āĩā´˛āĩā´¯ā´‚ ⴞⴭāĩā´¯ā´Žā´˛āĩā´˛ā´’ā´°āĩ ā´…ā´­ā´ŋā´Ēāĩā´°ā´žā´¯ā´‚ ā´…ā´˛āĩā´˛āĩ†ā´™āĩā´•ā´ŋā´˛āĩâ€ ā´’ā´°āĩ ā´Ēāĩā´°ā´•āĩā´°ā´ŋā´¯ ⴍⴟⴤāĩā´¤āĩā´¨āĩā´¨ ā´¨ā´ŋā´°āĩâ€ā´Ļāĩā´Ļāĩ‡ā´ļā´¤āĩā´¤ā´ŋā´¨āĩā´ŗāĩā´ŗā´ŋā´˛āĩâ€ ā´°āĩ‡ā´– ā´…ā´Ēāĩā´°ā´¤āĩ€ā´•āĩā´ˇā´ŋā´¤ā´Žā´žā´¯ā´ŋ ā´…ā´ĩā´¸ā´žā´¨ā´ŋⴚāĩā´šāĩā´’ā´°āĩ ā´¸ā´ĩā´ŋā´ļāĩ‡ā´ˇā´¤ ā´¨ā´žā´Žā´¤āĩā´¤ā´ŋā´¨āĩā´ŗā´ŗā´ŋā´˛āĩâ€ ā´°āĩ‡ā´– ā´…ā´Ēāĩā´°ā´¤āĩ€ā´•āĩā´ˇā´ŋā´¤ā´Žā´žā´¯ā´ŋ ā´…ā´ĩā´¸ā´žā´¨ā´ŋⴚāĩā´šāĩā´’ā´°āĩ ā´Žā´˛ā´Žāĩ†ā´¨āĩā´ąā´ŋā´¨āĩā´ąāĩ† ā´¨ā´žā´Žā´¤āĩā´¤ā´ŋā´¨āĩā´ŗā´ŗā´ŋā´˛āĩâ€ ā´°āĩ‡ā´– ā´…ā´Ēāĩā´°ā´¤āĩ€ā´•āĩā´ˇā´ŋā´¤ā´Žā´žā´¯ā´ŋ ā´…ā´ĩā´¸ā´žā´¨ā´ŋⴚāĩā´šāĩā´’ā´°āĩ ā´Žā´˛ā´Žāĩ†ā´¨āĩā´ąāĩ-ā´“ā´Ēāĩā´Ēā´Ŗā´ŋā´™āĩ ā´Ÿā´žā´—ā´ŋā´¨āĩā´ŗā´ŗā´ŋā´˛āĩâ€ ā´°āĩ‡ā´– ā´…ā´Ēāĩā´°ā´¤āĩ€ā´•āĩā´ˇā´ŋā´¤ā´Žā´žā´¯ā´ŋ ā´…ā´ĩā´¸ā´žā´¨ā´ŋⴚāĩā´šāĩā´Žā´˛ā´Žāĩ†ā´¨āĩā´ąāĩ '%s'-ā´¨āĩā´ąāĩ† ā´•āĩā´˛āĩ‹ā´¸āĩ ā´Ÿā´žā´—ā´ŋā´¨āĩā´ŗāĩā´ŗā´ŋā´˛āĩâ€ ā´°āĩ‡ā´– ā´…ā´Ēāĩā´°ā´¤āĩ€ā´•āĩā´ˇā´ŋā´¤ā´Žā´žā´¯ā´ŋ ā´…ā´ĩā´¸ā´žā´¨ā´ŋⴚāĩā´šāĩā´’ā´°āĩ '<' ā´Ŧāĩā´°ā´žā´•āĩā´•ā´ąāĩā´ąā´ŋā´¨āĩ ā´ļāĩ‡ā´ˇā´‚ ā´°āĩ‡ā´– ā´…ā´Ēāĩā´°ā´¤āĩ€ā´•āĩā´ˇā´ŋā´¤ā´Žā´žā´¯ā´ŋ ā´…ā´ĩā´¸ā´žā´¨ā´ŋⴚāĩā´šā´ŋā´°ā´ŋā´•āĩā´•āĩā´¨āĩā´¨āĩ ā´’ā´°āĩ ā´¸ā´ĩā´ŋā´ļāĩ‡ā´ˇā´¤ ā´¨ā´žā´Žā´¤āĩā´¤ā´ŋā´¨āĩā´ŗā´ŗā´ŋā´˛āĩâ€ ā´ĩⴚāĩā´šāĩ ā´°āĩ‡ā´– ā´…ā´Ēāĩā´°ā´¤āĩ€ā´•āĩā´ˇā´ŋā´¤ā´Žā´žā´¯ā´ŋ ā´…ā´ĩā´¸ā´žā´¨ā´ŋⴚāĩā´šāĩā´Žā´˛ā´Žāĩ†ā´¨āĩā´ąāĩā´•ā´ŗāĩâ€ ā´¤āĩā´ąā´¨āĩā´¨āĩ ā´•ā´ŋā´Ÿā´•āĩā´•āĩā´Žāĩā´Ēāĩ‹ā´ŗāĩâ€ ⴤⴍāĩā´¨āĩ† ā´°āĩ‡ā´– ā´…ā´Ēāĩā´°ā´¤āĩ€ā´•āĩā´ˇā´Žā´žā´¯ ā´…ā´Ÿā´žāĩā´žā´ŋā´°ā´ŋā´•āĩā´•āĩā´¨āĩā´¨āĩ - ā´’ā´Ÿāĩā´ĩā´ŋā´˛āĩâ€ ā´¤āĩā´ąā´¨āĩā´¨ ā´Žā´˛ā´Žāĩ†ā´¨āĩā´ąāĩ '%s' ⴆ⴪āĩā´¤ā´¨āĩā´¨āĩ† ā´°āĩ‡ā´– ā´…ā´Ēāĩā´°ā´¤āĩ€ā´•āĩā´ˇā´Žā´žā´¯ ā´…ā´Ÿā´žāĩā´žā´ŋā´°ā´ŋā´•āĩā´•āĩā´¨āĩā´¨āĩ, ā´Ÿā´žā´—āĩ <%s/>-ā´¨āĩ ā´…ā´ĩā´¸ā´žā´¨ā´Žā´žā´¯ā´ŋ ā´’ā´°āĩ ā´•āĩā´ŗāĩ‹ā´¸āĩ ⴆⴙāĩā´•ā´ŋā´˛āĩâ€ ā´Ŧāĩā´°ā´žā´•āĩā´•ā´ąāĩā´ąāĩ ā´Ēāĩā´°ā´¤āĩ€ā´•āĩā´ˇā´ŋā´•āĩā´•āĩā´¨āĩā´¨āĩā´°āĩ‡ā´– ā´¤āĩā´Ÿā´™āĩā´™āĩ‡ā´Ŗāĩā´Ÿā´¤āĩ ā´’ā´°āĩ ā´Žā´˛ā´Žāĩ†ā´¨āĩā´ąā´ŋā´˛ā´žā´Ŗāĩ (ā´‰ā´Ļā´ž )ā´°āĩ‡ā´– ā´ļāĩ‚ā´¨āĩā´¯ā´Žā´žā´Ŗāĩ ā´…ā´˛āĩā´˛āĩ†ā´™āĩā´•ā´ŋā´˛āĩâ€ ā´…ā´¤ā´ŋā´˛āĩâ€ ā´ĩā´¯ā´ŋā´ąāĩā´ąāĩ ā´¸āĩā´Ēāĩ†ā´¯ā´ŋā´¸āĩ ā´Žā´žā´¤āĩā´°ā´Žāĩ‡ ⴉⴺāĩā´ŗāĩ‚%s-ā´¨āĩ ā´ĩāĩ‡ā´Ŗāĩā´Ÿā´ŋā´¯āĩā´ŗā´ŗ ā´Ąā´Ŧā´ŋā´ŗāĩâ€ ā´Žāĩ‚ā´˛āĩā´˛āĩā´¯ā´‚ '%s' ā´Ēā´°ā´ŋā´§ā´ŋā´¯āĩā´•āĩā´•āĩ ā´Ēāĩā´ąā´¤āĩā´¤ā´žā´Ŗāĩā´Žā´˛ā´Žāĩ†ā´¨āĩā´ąāĩ '%s' ā´…ā´Ÿā´šāĩā´šā´ŋā´°ā´ŋā´•āĩā´•āĩā´¨āĩā´¨āĩ, ā´Ēā´•āĩā´ˇāĩ‡ ā´¨ā´ŋā´˛ā´ĩā´ŋā´˛āĩâ€ ⴞⴭāĩā´¯ā´Žā´žā´¯ ā´Žā´˛ā´Žāĩ†ā´¨āĩā´ąāĩ '%s' ⴆ⴪āĩā´Žā´˛ā´Žāĩ†ā´¨āĩā´ąāĩ '%s' ā´…ā´Ÿā´šāĩā´šā´ŋā´°ā´ŋā´•āĩā´•āĩā´¨āĩā´¨āĩ, ā´’ā´°āĩ ā´Žā´˛ā´Žāĩ†ā´¨āĩā´ąāĩā´•ā´ŗāĩā´‚ ā´¨ā´ŋā´˛ā´ĩā´ŋā´˛āĩâ€ ā´¤āĩā´ąā´¨āĩā´¨ā´ŋⴟāĩā´Ÿā´ŋā´˛āĩā´˛â€Œā´ļāĩ‚ā´¨āĩā´¯ā´Žā´žā´¯ ā´Žā´¨āĩā´ąā´ŋā´¨āĩā´ąā´ŋ '&;' ā´•ā´Ŗāĩā´Ÿāĩ; ā´…ā´¨āĩā´ĩā´Ļā´¨āĩ€ā´¯ā´Žā´žā´¯ā´ĩ ā´‡ā´ĩā´¯ā´žā´Ŗāĩ: & " < > 'ā´Žā´¨āĩā´ąā´ŋā´¨āĩā´ąā´ŋ ā´’ā´°āĩ ā´…ā´°āĩā´Ļāĩā´§ā´ĩā´ŋā´°ā´žā´Žā´¤āĩā´¤ā´ŋā´˛āĩ ā´…ā´ĩā´¸ā´žā´¨ā´ŋā´•āĩā´•āĩā´¨āĩā´¨ā´ŋā´˛āĩā´˛. & ā´Žā´¨āĩā´¨ ā´…ā´•āĩā´ˇā´°ā´‚ ā´…ā´ąā´ŋā´¯ā´žā´¤āĩ† ⴉⴺāĩâ€ā´•āĩā´•āĩŠā´ŗā´ŗā´žā´¨āĩâ€ ā´‡ā´Ÿā´¯ā´žā´¯āĩ‹? & ā´’ā´°āĩ ā´Žā´¨āĩā´ąā´ŋā´¨āĩā´ąā´ŋ ā´…ā´˛āĩā´˛āĩ†ā´™āĩā´•ā´ŋā´˛āĩâ€ & ā´Žā´¨āĩā´¨āĩ ā´Ēāĩā´°ā´¤āĩā´¯āĩ‡ā´•ā´‚ ā´¸āĩ‚ā´šā´ŋā´Ēāĩā´Ēā´ŋā´•āĩā´•āĩā´•ā´Žā´¨āĩā´ąā´ŋā´¨āĩā´ąā´ŋ ā´¨ā´žā´Žā´‚ '%-.*s' ā´…ā´Ēā´°ā´ŋⴚā´ŋā´¤ā´Žā´žā´Ŗāĩā´Žā´¨āĩā´¯āĩ‚ā´Žā´ąāĩ‡ā´ąāĩā´ąā´°āĩâ€ ā´…ā´Ÿā´šāĩā´šā´ŋā´°ā´ŋā´•āĩā´•āĩā´¨āĩā´¨āĩā´•ā´Ŗā´•āĩā´ˇā´¨āĩâ€ ā´¸āĩā´ĩāĩ€ā´•ā´°ā´ŋā´•āĩā´•āĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩâ€ ā´Ēā´ŋā´ļā´•āĩ : %sā´ĩā´ŋā´˛ā´žā´¸ā´¤āĩā´¤ā´ŋā´˛āĩ‡ā´•āĩā´•āĩ ā´Ŧāĩˆā´¨āĩâ€ā´Ąāĩ ⴚāĩ†ā´¯āĩā´¯āĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩâ€ ā´Ēā´ŋā´ļā´•āĩ: %sā´Ģⴝⴞāĩâ€ ā´…ā´Ÿā´¯āĩā´•āĩā´•āĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩâ€ ā´Ēā´ŋā´ļā´•āĩ : %sā´¸āĩ‹ā´•āĩā´•ā´ąāĩā´ąāĩ ā´…ā´Ÿā´¯āĩā´•āĩā´•āĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩâ€ ā´Ēā´ŋā´ļā´•āĩ : %sā´¯āĩ‚ā´Ŗā´ŋā´•āĩā´¸āĩ ā´…ā´Ÿā´¯āĩā´•āĩā´•āĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩâ€ ā´Ēā´ŋā´ļā´•āĩ: %sā´•ā´Ŗā´•āĩā´Ÿāĩ ⴚāĩ†ā´¯āĩā´¯āĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩâ€ ā´Ēā´ŋā´ļā´•āĩ: ā´•ā´Ŗā´•āĩā´Ÿāĩ ⴚāĩ†ā´¯āĩā´¯āĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩâ€ ā´Ēā´ŋā´ļā´•āĩ : %sā´Ŧā´žā´•āĩā´•ā´Ēāĩā´Ēāĩ ā´Ēā´•ā´°āĩâ€ā´Ēāĩā´Ēāĩ ⴉ⴪āĩā´Ÿā´žā´•āĩā´•āĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩâ€ ā´Ēā´ŋā´ļā´•āĩ: %sā´Ąā´¯ā´ąā´•āĩā´Ÿā´ąā´ŋ ⴉ⴪āĩā´Ÿā´žā´•āĩā´•āĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩâ€ ā´Ēā´ŋā´ļā´•āĩ: %sā´Žā´žā´ąāĩā´ąā´‚ ā´ĩā´°āĩā´¤āĩā´¤āĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩâ€ ā´Ēā´°ā´žā´œā´¯ā´‚ : %sā´Ģⴝⴞāĩâ€ā´¸ā´ŋā´¸āĩā´ąāĩā´ąā´‚ ā´ĩā´ŋā´ĩā´°ā´‚ ⴞⴭāĩā´¯ā´Žā´žā´•āĩā´•āĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩâ€ ā´Ēā´ŋā´ļā´•āĩ: %sā´Ēāĩā´°ā´¯āĩ‹ā´—ā´‚ ⴞⴭāĩā´¯ā´Žā´žā´•āĩā´•āĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩâ€ ā´Ēā´ŋā´ļā´•āĩ: %sā´¸ā´ŋā´‚ā´Ŧāĩ‹ā´ŗā´ŋā´•āĩ ā´˛ā´ŋā´™āĩā´•āĩ ⴉ⴪āĩā´Ÿā´žā´•āĩā´•āĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩâ€ ā´Ēā´ŋā´ļā´•āĩ: %sā´Ģⴝⴞāĩâ€ ā´¨āĩ€ā´•āĩā´•āĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩâ€ ā´Ēā´ŋā´ļā´•āĩ: %s%d-ⴆⴂ ā´ĩā´°ā´ŋā´¯ā´ŋā´˛āĩâ€ %d-ⴆⴂ ā´…ā´•āĩā´ˇā´°ā´¤āĩā´¤ā´ŋā´˛āĩâ€ ā´Ēā´ŋā´ļā´•āĩ:ā´ĩā´°ā´ŋ %d-ā´˛āĩâ€ ā´Ēā´ŋā´ļā´•āĩ: %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ⴏⴍāĩā´Ļāĩ‡ā´ļā´‚ ⴅⴝⴝāĩā´•āĩā´•āĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩâ€ ā´Ēā´ŋā´ļā´•āĩ : %sSELinux ā´•āĩ‹ā´Ŗāĩâ€ā´Ÿāĩ†ā´•āĩā´¸āĩā´ąāĩā´ąāĩ ⴏⴜāĩā´œā´žā´•āĩā´•āĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩâ€ ā´Ēā´ŋā´ļā´•āĩ: %sā´Žā´•āĩā´¸āĩā´ąāĩā´ąāĩ†ā´¨āĩâ€ā´Ąā´Ÿāĩ ā´†ā´Ÿāĩā´°ā´ŋā´Ŧāĩā´¯āĩ‚ā´Ÿāĩā´Ÿāĩ ⴆⴝ '%s' ā´•āĩā´°ā´Žā´ŋā´•ā´°ā´ŋā´•āĩā´•āĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩâ€ ā´Ēā´ŋā´ļā´•āĩ: %sā´Žā´žā´ąāĩā´ąā´™āĩā´™ā´ŗāĩâ€ ā´…ā´˛āĩā´˛āĩ†ā´™āĩā´•ā´ŋā´˛āĩâ€ ⴆⴕāĩā´¸ā´¸āĩ ā´¸ā´Žā´¯ā´‚ ⴏⴜāĩā´œā´Žā´žā´•āĩā´•āĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩâ€ ā´Ēā´ŋā´ļā´•āĩ: %sā´‰ā´Ÿā´Žā´¸āĩā´Ĩā´¨āĩ† ā´•āĩā´°ā´Žā´ŋā´•ā´°ā´ŋā´•āĩā´•āĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩâ€ ā´Ēā´ŋā´ļā´•āĩ: %sā´…ā´¨āĩā´ĩā´žā´Ļā´™āĩā´™ā´ŗāĩâ€ ā´•āĩā´°ā´Žā´ŋā´•ā´°ā´ŋā´•āĩā´•āĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩâ€ ā´Ēā´ŋā´ļā´•āĩ: %sā´¸ā´ŋā´‚ā´˛ā´ŋā´™āĩā´•āĩ ā´•āĩā´°ā´Žā´ŋā´•ā´°ā´ŋā´•āĩā´•āĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩâ€ ā´Ēā´ŋā´ļā´•āĩ: %ssymlink ⴏⴜāĩā´œāĩ€ā´•ā´°ā´Ŗā´¤āĩā´¤ā´ŋā´˛āĩâ€ ā´Ēā´ŋā´ļā´•āĩ: ā´Ģⴝⴞāĩâ€ ā´’ā´°āĩ symlink ā´…ā´˛āĩā´˛'%s' ā´Žā´¨āĩā´¨ ā´Ģⴝⴞāĩâ€ ā´¸āĩā´ąāĩā´ąā´žā´ąāĩā´ąāĩ ⴚāĩ†ā´¯āĩā´¯āĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩâ€ ā´Ēā´ŋā´ļā´•āĩ: %sā´Ģⴝⴞāĩâ€ ā´ĩā´ŋā´ļā´Ļāĩ€ā´•ā´°ā´Ŗ ⴏⴂā´ĩā´ŋā´§ā´žā´¨ā´‚ ⴞⴭāĩā´¯ā´Žā´žā´•āĩā´•āĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩâ€ ā´Ēā´ŋā´ļā´•āĩ: %sā´Ģⴝⴞāĩâ€ ⴚā´ĩā´ąāĩā´ąāĩā´•āĩā´Ÿāĩā´Ÿā´¯ā´ŋā´˛āĩ‡ā´•āĩā´•āĩāĩ ā´Žā´žā´ąāĩā´ąāĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩâ€ ā´Ēā´ŋā´ļā´•āĩ: %sā´Ģⴝⴞāĩâ€ ⴟāĩā´°ā´™āĩâ€Œā´•āĩ‡ā´ąāĩā´ąāĩ ⴚāĩ†ā´¯āĩā´¯āĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩâ€ ā´Ēā´ŋā´ļā´•āĩ: %sā´¸ā´žā´§ā´žā´°ā´Ŗ ā´Žā´•āĩā´¸āĩā´Ēāĩā´°āĩ†ā´ˇā´¨āĩâ€ ⴆⴝ %s ā´•ā´‚ā´Ēāĩˆā´˛āĩâ€ ⴚāĩ†ā´¯āĩā´¯āĩā´Žāĩā´Ēāĩ‹ā´ŗāĩâ€ %d ā´Žā´¨āĩā´¨ ā´…ā´•āĩā´ˇā´°ā´¤āĩā´¤ā´ŋā´˛āĩâ€ ā´Ēā´ŋā´ļā´•āĩ : %sā´¸ā´žā´§ā´žā´°ā´Ŗ ā´Žā´•āĩā´¸āĩā´Ēāĩā´°āĩ†ā´ˇā´¨āĩâ€ ⴆⴝ %s-ā´¨āĩŠā´Ēāĩā´Ēā´‚ ā´ĒāĩŠā´°āĩā´¤āĩā´¤ā´Ēāĩā´Ēāĩ†ā´Ÿāĩā´¤āĩā´¤āĩā´Žāĩā´Ēāĩ‹ā´ŗāĩâ€ ā´Ēā´ŋā´ļā´•āĩ: %s%s ā´Žā´¨āĩā´¨ ā´¸ā´žā´§ā´žā´°ā´Ŗ ā´Žā´•āĩā´¸āĩā´Ēāĩā´°āĩ†ā´ˇā´¨āĩâ€ ā´•āĩˆā´•ā´žā´°āĩā´¯ā´‚ ⴚāĩ†ā´¯āĩā´¯āĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩâ€ ā´Ēā´ŋā´ļā´•āĩ: %sā´Ēā´•ā´°ā´Žā´žā´¯āĩā´ŗā´ŗ ⴟāĩ†ā´•āĩā´¸āĩā´ąāĩā´ąāĩ ⴆⴝ "%s" %lu-ā´˛āĩâ€ ā´Ēā´žā´´āĩā´¸āĩ ⴚāĩ†ā´¯āĩā´¯āĩā´¨āĩā´¨ā´¤ā´ŋā´¨ā´ŋⴟⴝā´ŋā´˛āĩâ€ ā´Ēā´ŋā´ļā´•āĩ: %sā´Ģⴝⴞā´ŋā´˛āĩ‡ā´•āĩā´•āĩ ā´Žā´´āĩā´¤āĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩâ€ ā´Ēā´ŋā´ļā´•āĩ: %sā´¯āĩ‚ā´Ŗā´ŋā´•āĩā´¸ā´ŋā´˛āĩ‡ā´•āĩā´•āĩ ā´Žā´´āĩā´¤āĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩâ€ ā´Ēā´ŋā´ļā´•āĩ: %sā´¨ā´ŋā´˛ā´ĩā´ŋā´˛āĩā´ŗā´ŗ ā´Ģⴝⴞāĩâ€ '%s' ā´¨āĩ€ā´•āĩā´•ā´‚ ⴚāĩ†ā´¯āĩā´¯āĩā´ĩā´žā´¨āĩâ€ ā´¸ā´žā´§āĩā´¯ā´Žā´˛āĩā´˛: g_unlink() ā´Ēā´°ā´žā´œā´¯ā´Ēāĩā´Ēāĩ†ā´Ÿāĩā´Ÿāĩ: %sGEmblemedIcon-ā´¨āĩāĩ ā´’ā´°āĩ GEmblem ā´Ēāĩā´°ā´¤āĩ€ā´•āĩā´ˇā´ŋⴚāĩā´šāĩ1 ā´¨ā´ŋⴝⴍāĩā´¤āĩā´°ā´Ŗ ⴏⴍāĩā´Ļāĩ‡ā´ļā´‚ ā´Ēāĩā´°ā´¤āĩ€ā´•āĩā´ˇā´ŋā´•āĩā´•āĩā´¨āĩā´¨āĩ, %d ⴞⴭā´ŋⴚāĩā´šā´ŋā´°ā´ŋā´•āĩā´•āĩā´¨āĩā´¨āĩā´’ā´°āĩ fd ā´Ēāĩā´°ā´¤āĩ€ā´•āĩā´ˇā´ŋā´•āĩā´•āĩā´¨āĩā´¨āĩ, ā´Ēā´•āĩā´ˇāĩ‡ %d ⴞⴭā´ŋⴚāĩā´šā´ŋā´°ā´ŋā´•āĩā´•āĩā´¨āĩā´¨āĩ ā´Ąā´¯ā´ąā´•āĩā´Ÿā´ąā´ŋ '%s'-ā´˛āĩ‡ā´•āĩā´•āĩ ā´Žā´žā´ąāĩā´ąāĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩâ€ ā´Ēā´°ā´žā´œā´¯ā´Ēāĩā´Ēāĩ†ā´Ÿāĩā´Ÿāĩ (%s)ā´Ģⴝⴞāĩâ€ '%s' ā´…ā´Ÿā´¯āĩā´•āĩā´•āĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩâ€ ā´Ēā´°ā´žā´œā´¯ā´Ēāĩā´Ēāĩ†ā´Ÿāĩā´Ÿāĩ: fclose() ā´Ēā´°ā´žā´œā´¯ā´Ēāĩā´Ēāĩ†ā´Ÿāĩā´Ÿāĩ: %sā´Ģⴝⴞāĩâ€ '%s' ā´¸āĩƒā´ˇāĩā´Ÿā´ŋā´•āĩā´•āĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩâ€ ā´Ēā´°ā´žā´œā´¯ā´‚: %sⴚāĩˆā´ŗāĩâ€ā´Ąāĩ ā´Ēāĩā´°ā´•āĩā´°ā´ŋⴝⴝāĩā´Žā´žā´¯ā´ŋ ā´Ŧā´¨āĩā´§ā´Ēāĩā´Ēāĩ†ā´Ÿāĩā´¨āĩā´¨ā´¤ā´ŋā´¨āĩā´ŗā´ŗ ā´Ēāĩˆā´Ēāĩā´Ēāĩ ⴉ⴪āĩā´Ÿā´žā´•āĩā´•āĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩâ€ ā´Ēā´°ā´žā´œā´¯ā´Ēāĩā´Ēāĩ†ā´Ÿāĩā´Ÿāĩ (%s)ⴚāĩˆā´ŗāĩâ€ā´Ąāĩ ā´Ēāĩā´°ā´•āĩā´°ā´ŋā´¯ "%s" (%s) ā´Ēāĩā´°ā´ĩā´°āĩâ€ā´¤āĩā´¤ā´ŋā´Ēāĩā´Ēā´ŋā´•āĩā´•āĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩâ€ ā´Ēā´°ā´žā´œā´¯ā´Ēāĩā´Ēāĩ†ā´Ÿāĩā´Ÿāĩ ⴚāĩˆā´ŗāĩâ€ā´Ąāĩ ā´Ēāĩā´°ā´•āĩā´°ā´ŋā´¯ ā´Ēāĩā´°ā´ĩā´°āĩâ€ā´¤āĩā´¤ā´ŋā´Ēāĩā´Ēā´ŋā´•āĩā´•āĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩâ€ ā´Ēā´°ā´žā´œā´¯ā´Ēāĩā´Ēāĩ†ā´Ÿāĩā´Ÿāĩ (%s)ā´¸ā´šā´žā´¯ā´¤āĩā´¤ā´ŋā´¨āĩā´ŗā´ŗ ā´Ēāĩā´°āĩ‹ā´—āĩā´°ā´žā´‚ ā´Ēāĩā´°ā´ĩā´°āĩâ€ā´¤āĩā´¤ā´ŋā´Ēāĩā´Ēā´ŋā´•āĩā´•āĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩâ€ ā´Ēā´°ā´žā´œā´¯ā´Ēāĩā´Ēāĩ†ā´Ÿāĩā´Ÿāĩ (%s)'%s' ā´Žā´¨āĩā´¨ URI ⴉⴺⴺ '%s' ā´Žā´¨āĩā´¨ exec ā´ĩā´°ā´ŋ ā´ĩā´ŋā´•ā´¸ā´ŋā´Ēāĩā´Ēā´ŋā´•āĩā´•āĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩâ€ ā´Ēā´°ā´žā´œā´¯ā´Ēāĩā´Ēāĩ†ā´Ÿāĩā´Ÿāĩfork ⴚāĩ†ā´¯āĩā´¯āĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩâ€ ā´Ēā´°ā´žā´œā´¯ā´Ēāĩā´Ēāĩ†ā´Ÿāĩā´Ÿāĩ (%s)ⴚāĩˆā´ŗāĩâ€ā´Ąāĩ ā´Ēāĩā´°ā´•āĩā´°ā´ŋā´¯ fork ⴚāĩ†ā´¯āĩā´¯āĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩâ€ ā´Ēā´°ā´žā´œā´¯ā´Ēāĩā´Ēāĩ†ā´Ÿāĩā´Ÿāĩ (%s)%s-ā´¨āĩā´ąāĩ† ā´ĩā´ŋā´ļāĩ‡ā´ˇā´¤ā´•ā´ŗāĩâ€ ā´•ā´Ŗāĩā´Ÿāĩ†ā´¤āĩā´¤āĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩâ€ ā´Ēā´°ā´žā´œā´¯ā´‚: fstat() ā´Ēā´°ā´žā´œā´¯ā´Ēāĩā´Ēāĩ†ā´Ÿāĩā´Ÿāĩ: %sā´Ģⴝⴞāĩâ€ '%s' ā´Žā´žā´Ēāĩā´Ēāĩ ⴚāĩ†ā´¯āĩā´¯āĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩâ€ ā´Ēā´°ā´žā´œā´¯ā´Ēāĩā´Ēāĩ†ā´Ÿāĩā´Ÿāĩ: mmap() ā´Ēā´°ā´žā´œā´¯ā´Ēāĩā´Ēāĩ†ā´Ÿāĩā´Ÿāĩ: %sā´Žā´´āĩā´¤āĩā´¨āĩā´¨ā´¤ā´ŋā´¨ā´žā´¯ā´ŋ '%s' ā´¤āĩā´ąā´•āĩā´•āĩā´ĩā´žā´¨āĩâ€ ā´Ēā´°ā´žā´œā´¯ā´Ēāĩā´Ēāĩ†ā´Ÿāĩā´Ÿāĩ: fdopen() ā´Ēā´°ā´žā´œā´¯ā´Ēāĩā´Ēāĩ†ā´Ÿāĩā´Ÿāĩ: %s%s ā´¤āĩā´ąā´•āĩā´•āĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩâ€â€Œ ā´Ēā´°ā´žā´œā´¯ā´‚ : %s'%s' ā´¤āĩā´ąā´•āĩā´•āĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩâ€ ā´Ēā´°ā´žā´œā´¯ā´‚: fdopen() ā´Ēā´°ā´žā´œā´¯ā´Ēāĩā´Ēāĩ†ā´Ÿāĩā´Ÿāĩ: %sā´Ģⴝⴞāĩâ€ '%s' ā´¤āĩā´ąā´•āĩā´•āĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩâ€ ā´Ēā´°ā´žā´œā´¯ā´Ēāĩā´Ēāĩ†ā´Ÿāĩā´Ÿāĩ: open() ā´Ēā´°ā´žā´œā´¯ā´Ēāĩā´Ēāĩ†ā´Ÿāĩā´Ÿāĩ: %s'%-.*s' ā´Ēā´žā´´āĩā´¸āĩ ⴚāĩ†ā´¯āĩā´¯āĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩâ€ ā´Ēā´°ā´žā´œā´¯ā´Ēāĩā´Ēāĩ†ā´Ÿāĩā´Ÿāĩ, ⴇⴤāĩ ā´…ā´•āĩā´ˇā´° ā´ąā´Ģā´ąā´¨āĩâ€ā´¸ā´ŋā´¨āĩā´ŗā´ŗā´ŋā´˛āĩâ€ ā´’ā´°āĩ ā´…ā´•āĩā´•ā´‚ ⴆⴝā´ŋā´°ā´ŋā´•āĩā´•ā´Ŗā´Žā´žā´°āĩā´¨āĩā´¨āĩ (ê ā´‰ā´Ļā´žā´šā´°ā´Ŗā´¤āĩā´¤ā´ŋā´¨āĩ) - ā´’ā´°āĩ ā´Ēā´•āĩā´ˇāĩ‡ ā´…ā´•āĩā´•ā´‚ ā´ĩā´ŗā´°āĩ† ā´ĩā´˛āĩā´¤ā´žā´ĩā´žā´‚ā´šāĩˆā´ŗāĩâ€ā´Ąāĩ ā´Ēāĩā´°ā´•āĩā´°ā´ŋⴝⴝā´ŋā´˛āĩâ€ ā´¨ā´ŋā´¨āĩā´¨āĩā´‚ ā´ĩā´žā´¯ā´ŋā´•āĩā´•āĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩâ€ ā´Ēā´°ā´žā´œā´¯ā´Ēāĩā´Ēāĩ†ā´Ÿāĩā´Ÿāĩā´šāĩˆā´ŗāĩâ€ā´Ąāĩ ā´Ēāĩā´°ā´•āĩā´°ā´ŋⴝⴝā´ŋā´˛āĩâ€ ā´¨ā´ŋā´¨āĩā´¨āĩā´‚ ā´ĩā´žā´¯ā´ŋā´•āĩā´•āĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩâ€ ā´Ēā´°ā´žā´œā´¯ā´Ēāĩā´Ēāĩ†ā´Ÿāĩā´Ÿāĩ (%s)ⴚāĩˆā´ŗāĩâ€ā´Ąāĩ pid ā´Ēāĩˆā´Ēāĩā´Ēā´ŋā´¨āĩâ€ ā´¨ā´ŋā´¨āĩā´¨āĩā´‚ ā´†ā´ĩā´ļāĩā´¯ā´¤āĩā´¤ā´ŋā´¨āĩā´ŗā´ŗ ā´Ąāĩ‡ā´ąāĩā´ąā´ž ā´ĩā´žā´¯ā´ŋā´•āĩā´•āĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩâ€ ā´Ēā´°ā´žā´œā´¯ā´Ēāĩā´Ēāĩ†ā´Ÿāĩā´Ÿāĩ (%s)ⴚāĩˆā´ŗāĩâ€ā´Ąāĩ ā´Ēāĩˆā´Ēāĩā´Ēā´ŋā´˛āĩâ€ ā´¨ā´ŋā´¨āĩā´¨āĩā´‚ ā´ĩā´žā´¯ā´ŋā´•āĩā´•āĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩâ€ ā´Ēā´°ā´žā´œā´¯ā´Ēāĩā´Ēāĩ†ā´Ÿāĩā´Ÿāĩ (%s)ā´Ģⴝⴞāĩâ€ '%s'-ā´˛āĩâ€ ā´¨ā´ŋā´¨āĩā´¨āĩā´‚ ā´ĩā´žā´¯ā´ŋā´•āĩā´•āĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩâ€ ā´Ēā´°ā´žā´œā´¯ā´‚: %sā´¸ā´ŋā´Ŧāĩ‹ā´ŗā´ŋā´•āĩā´•āĩ ā´˛ā´ŋā´™āĩā´•āĩ '%s' ā´ĩā´žā´¯ā´ŋā´•āĩā´•āĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩâ€ ā´Ēā´°ā´žā´œā´¯ā´Ēāĩā´Ēāĩ†ā´Ÿāĩā´Ÿāĩ: %sⴚāĩˆā´ŗāĩâ€ā´Ąāĩ ā´Ēāĩā´°ā´•āĩā´°ā´ŋⴝⴝāĩā´Ÿāĩ† ā´”ā´Ÿāĩā´Ÿāĩ ā´Ēāĩā´Ÿāĩā´Ÿāĩ ā´…ā´˛āĩā´˛āĩ†ā´™āĩā´•ā´ŋā´˛āĩâ€ ⴇⴍāĩâ€ā´Ēāĩā´Ÿāĩā´Ÿāĩ ā´¤ā´ŋā´°ā´ŋⴚāĩā´šāĩ ā´ĩā´ŋⴟāĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩâ€ ā´Ēā´°ā´žā´œā´¯ā´Ēāĩā´Ēāĩ†ā´Ÿāĩā´Ÿāĩ (%s)ā´Ģⴝⴞāĩâ€ '%s'-ā´¨āĩā´ąāĩ† ā´Ēāĩ‡ā´°āĩ '%s' ⴆⴝā´ŋ ā´Žā´žā´ąāĩā´ąāĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩâ€ ā´Ēā´°ā´žā´œā´¯ā´Ēāĩā´Ēāĩ†ā´Ÿāĩā´Ÿāĩ: g_rename() ā´Ēā´°ā´žā´œā´¯ā´Ēāĩā´Ēāĩ†ā´Ÿāĩā´Ÿāĩ: %sā´Žāĩ†ā´Žāĩā´Žā´ąā´ŋ ā´”ā´Ÿāĩā´Ÿāĩā´Ēāĩā´Ÿāĩā´Ÿāĩ ā´¸āĩā´Ÿāĩā´°āĩ€ā´Žā´ŋā´¨āĩā´ąāĩ† ā´ĩāĩā´¯ā´žā´Ēāĩā´¤ā´ŋ ā´Žā´žā´ąāĩā´ąāĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩâ€ ā´Ēā´°ā´žā´œā´¯ā´‚ā´Ģⴝⴞāĩâ€ '%s' ā´Žā´´āĩā´¤āĩā´ĩā´žā´¨āĩâ€ ā´Ēā´°ā´žā´œā´¯ā´Ēāĩā´Ēāĩ†ā´Ÿāĩā´Ÿāĩ: fflush() ā´Ēā´°ā´žā´œā´¯ā´Ēāĩā´Ēāĩ†ā´Ÿāĩā´Ÿāĩ: %sā´Ģⴝⴞāĩâ€ '%s' ā´Žā´´āĩā´¤āĩā´ĩā´žā´¨āĩâ€ ā´Ēā´°ā´žā´œā´¯ā´Ēāĩā´Ēāĩ†ā´Ÿāĩā´Ÿāĩ: fsync() ā´Ēā´°ā´žā´œā´¯ā´Ēāĩā´Ēāĩ†ā´Ÿāĩā´Ÿāĩ: %sā´Ģⴝⴞāĩâ€ '%s' ā´Žā´´āĩā´¤āĩā´ĩā´žā´¨āĩâ€ ā´Ēā´°ā´žā´œā´¯ā´Ēāĩā´Ēāĩ†ā´Ÿāĩā´Ÿāĩ: fwrite() ā´Ēā´°ā´žā´œā´¯ā´Ēāĩā´Ēāĩ†ā´Ÿāĩā´Ÿāĩ: %sā´Ģⴝⴞāĩâ€ "%s" ā´ĩā´ŗā´°āĩ† ā´ĩā´˛āĩā´¤ā´žā´Ŗāĩāĩ.ā´Ģⴝⴞāĩâ€ ā´Žā´¨āĩā´¯āĩ‚ā´Žā´ąāĩ‡ā´ąāĩā´ąā´°āĩâ€ ⴍⴍāĩā´¨ā´žā´¯ā´ŋ ā´Ēāĩā´°ā´ĩā´°āĩâ€ā´¤āĩā´¤ā´ŋā´•āĩā´•āĩā´¨āĩā´¨āĩā´Ģⴝⴞāĩâ€ ā´Žā´¨āĩā´¯āĩ‚ā´Žā´ąāĩ‡ā´ąāĩā´ąā´°āĩâ€ ā´¨ā´ŋā´˛ā´ĩā´ŋā´˛āĩâ€ ā´…ā´Ÿā´šāĩā´šā´ŋā´°ā´ŋā´•āĩā´•āĩā´¨āĩā´¨āĩā´Ģⴝⴞāĩâ€ ā´ļāĩ‚ā´¨āĩā´¯ā´Žā´žā´Ŗāĩā´Ģⴝⴞā´ŋā´¨āĩā´ąāĩ† ā´Ēāĩ‡ā´°ā´ŋā´˛āĩâ€ '%c' ⴉ⴪āĩā´Ÿā´žā´•āĩā´ĩā´žā´¨āĩâ€ ā´Ēā´žā´Ÿā´ŋā´˛āĩā´˛ā´Ģⴝⴞāĩâ€ā´¸ā´ŋā´¸āĩā´ąāĩā´ąā´‚ ā´ąāĩ‚ā´Ÿāĩā´ŸāĩGSocketControlMessage ā´ĩā´ŋā´¨āĩâ€ā´Ąāĩ‹ā´¸ā´ŋā´˛āĩâ€ ā´Ēā´ŋā´¨āĩā´¤āĩā´Ŗā´¯āĩā´•āĩā´•āĩā´¨āĩā´¨ā´ŋā´˛āĩā´˛ā´¸ā´šā´žā´¯ ā´‰ā´Ēā´žā´§ā´ŋā´•ā´ŗāĩâ€:ā´šāĩ‹ā´¸āĩā´ąāĩā´ąāĩā´¨āĩ†ā´¯ā´ŋā´‚ '%s'-ā´˛āĩâ€ '[' but not ']' ā´…ā´Ÿā´™āĩā´™āĩā´¨āĩā´¨āĩā´‡ā´¨āĩâ€ā´Ēāĩā´Ÿāĩā´Ÿāĩ ā´¸āĩā´Ÿāĩā´°āĩ€ā´‚ read ⴞⴭāĩā´¯ā´Žā´žā´•āĩā´•āĩā´¨āĩā´¨ā´ŋā´˛āĩā´˛%s-ā´¨āĩ ā´ĩāĩ‡ā´Ŗāĩā´Ÿā´ŋā´¯āĩā´ŗā´ŗ ⴇⴍāĩā´ąā´ŋⴜⴰāĩâ€ ā´Žāĩ‚ā´˛āĩā´˛āĩā´¯ā´‚ '%s' ā´Ēā´°ā´ŋā´§ā´ŋā´¯āĩā´•āĩā´•āĩ ā´Ēāĩā´ąā´¤āĩā´¤ā´žā´Ŗāĩā´‡ā´¨āĩā´ąā´ŋⴜⴰāĩâ€ ā´Žāĩ‚ā´˛āĩā´˛āĩā´¯ā´‚ '%s' ā´Ēā´°ā´ŋā´§ā´ŋā´¯āĩā´•āĩā´•āĩ ā´Ēāĩā´ąā´¤āĩā´¤āĩā´¤āĩ†ā´ąāĩā´ąā´žā´¯ GSeekType ⴍⴞāĩâ€ā´•ā´ŋā´¯ā´ŋā´°ā´ŋā´•āĩā´•āĩā´¨āĩā´¨āĩā´Ēāĩ‡ā´°ā´ŋā´˛āĩâ€ ā´¸ā´žā´§āĩā´¤ā´¯ā´ŋā´˛āĩā´˛ā´žā´¤āĩā´¤ UTF-8 ā´°ā´šā´¸āĩā´¯ ā´ĩā´žā´šā´•ā´‚ - '%s' ā´¤āĩ†ā´ąāĩā´ąā´žā´•āĩā´¨āĩā´¨āĩā´¤āĩ†ā´ąāĩā´ąā´žā´¯ ⴤⴰⴤāĩā´¤ā´ŋā´˛āĩā´ŗāĩā´ŗ ā´ĩā´ŋā´ļāĩ‡ā´ˇā´¤ (ā´Ŧāĩˆā´ąāĩā´ąāĩ ā´¸āĩā´Ÿāĩā´°ā´ŋā´™āĩ ā´Ēāĩā´°ā´¤āĩ€ā´•āĩā´ˇā´ŋⴚāĩā´š)ā´¤āĩ†ā´ąāĩā´ąā´žā´¯ ā´†ā´Ÿāĩā´°ā´ŋā´Ŧāĩā´¯āĩ‚ā´Ÿāĩā´Ÿāĩ ⴤⴰⴂ (ā´¸āĩā´Ÿāĩā´°ā´ŋā´™āĩ ā´Ēāĩā´°ā´¤āĩ€ā´•āĩā´ˇā´ŋⴚāĩā´šāĩ)ā´¤āĩ†ā´ąāĩā´ąā´žā´¯ ⴤⴰⴤāĩā´¤ā´ŋā´˛āĩā´ŗāĩā´ŗ ā´ĩā´ŋā´ļāĩ‡ā´ˇā´¤ (uint32 ā´Ēāĩā´°ā´¤āĩ€ā´•āĩā´ˇā´ŋⴚāĩā´š)ā´¤āĩ†ā´ąāĩā´ąā´žā´¯ ⴤⴰⴤāĩā´¤ā´ŋā´˛āĩā´ŗāĩā´ŗ ā´ĩā´ŋā´ļāĩ‡ā´ˇā´¤ (uint64 ā´Ēāĩā´°ā´¤āĩ€ā´•āĩā´ˇā´ŋⴚāĩā´š)ā´Žā´žā´ąāĩā´ąā´‚ ā´ĩā´°āĩā´¤āĩā´¤āĩā´¨āĩā´¨ ⴇⴍāĩâ€ā´Ēāĩā´Ÿāĩā´Ÿā´ŋā´˛āĩâ€ ā´¤āĩ†ā´ąāĩā´ąā´žā´¯ ā´Ŧāĩˆā´ąāĩā´ąāĩ ā´•āĩā´°ā´Žā´‚ā´¤āĩ†ā´ąāĩā´ąā´žā´¯ ā´Žā´•āĩā´¸āĩā´ąāĩā´ąāĩ†ā´¨āĩâ€ā´Ąā´Ÿāĩ ā´†ā´Ÿāĩā´°ā´ŋā´Ŧāĩā´¯āĩ‚ā´Ÿāĩā´Ÿāĩ ā´¨ā´žā´Žā´‚ā´¤āĩ†ā´ąāĩā´ąā´žā´¯ ā´Ģⴝⴞāĩâ€ā´¨ā´žā´Žā´‚ā´¤āĩ†ā´ąāĩā´ąā´žā´¯ ā´Ģⴝⴞāĩâ€ ā´¨ā´žā´Žā´‚ %s ā´…ā´¸ā´žā´§āĩā´ĩā´žā´¯ ā´—āĩā´°āĩ‚ā´Ēāĩā´Ēāĩ ā´¨ā´žā´Žā´‚: %sā´¸ā´žā´§āĩā´¤ā´¯ā´ŋā´˛āĩā´˛ā´žā´¤āĩā´¤ ā´šāĩ‹ā´¸āĩā´ąāĩā´ąāĩ ā´¨ā´žā´Žā´‚ā´…ā´¸ā´žā´§āĩā´ĩā´žā´¯ ā´•āĩ€ ā´¨ā´žā´Žā´‚: %sā´…ā´¸ā´žā´§āĩā´ĩā´žā´¯ ā´Ēāĩā´°āĩ‹ā´—āĩā´°ā´žā´‚ ā´¨ā´žā´Žā´‚: %sā´¤āĩ†ā´ąāĩā´ąā´žā´¯ seek ā´†ā´ĩā´ļāĩā´¯ā´Ēāĩā´Ēāĩ†ā´Ÿāĩā´Ÿā´ŋā´°ā´ŋā´•āĩā´•āĩā´¨āĩā´¨āĩā´‡ā´¨āĩâ€ā´Ēāĩā´Ÿāĩā´Ÿāĩ ā´ĩāĩ‡ā´°āĩâ€ā´¤ā´ŋā´°ā´ŋā´•āĩā´•āĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩâ€ ā´…ā´¸ā´žā´§āĩā´ĩā´žā´¯ ā´•āĩā´°ā´Žā´‚ā´¤āĩ†ā´ąāĩā´ąā´žā´¯ ā´¸āĩ‹ā´•āĩā´•ā´ąāĩā´ąāĩ, ⴆⴰⴂⴭā´ŋā´•āĩā´•ā´žā´¤āĩā´¤ā´ŋā´¤ā´ŋā´¨āĩā´ŗāĩā´ŗ ā´•ā´žā´°ā´Ŗā´‚: %sā´¤āĩ†ā´ąāĩā´ąā´žā´¯ ā´¸āĩ‹ā´•āĩā´•ā´ąāĩā´ąāĩ, ⴆⴰⴂⴭā´ŋⴚāĩā´šā´ŋⴟāĩā´Ÿā´ŋā´˛āĩā´˛%d-ā´˛āĩâ€ ⴆⴰāĩâ€ā´—āĩā´¯āĩā´Žāĩ†ā´¨āĩā´ąāĩ ā´ĩāĩ†ā´•āĩā´ąāĩā´ąā´ąā´ŋā´˛āĩâ€ ā´…ā´¸ā´žā´§āĩā´ĩā´žā´¯ ā´¸āĩā´Ÿāĩā´°ā´ŋā´™āĩ: %sā´Žā´¨āĩâ€ā´ĩā´ŋā´ąāĩ‹ā´Ŗāĩâ€ā´Žāĩ†ā´¨āĩā´ąā´ŋā´˛āĩâ€ ā´…ā´¸ā´žā´§āĩā´ĩā´žā´¯ ā´¸āĩā´Ÿāĩā´°ā´ŋā´™āĩ: %sā´¤āĩ†ā´ąāĩā´ąā´žā´¯ symlink ā´Žāĩ‚ā´˛āĩā´˛āĩā´¯ā´‚ā´Ēāĩā´°ā´ĩā´°āĩâ€ā´¤āĩā´¤ā´ŋā´•āĩā´•āĩā´¨āĩā´¨ ā´Ąā´¯ā´ąā´•āĩā´Ÿā´ąā´ŋ ā´…ā´¸ā´žā´§āĩā´ĩā´žā´Ŗāĩ: %sā´•āĩ€ ā´Ģⴝⴞā´ŋā´¨āĩā´ąāĩ† ā´ĩā´°ā´ŋā´¯āĩā´Ÿāĩ† ā´…ā´ĩā´¸ā´žā´¨ā´‚ ā´Žā´¸āĩā´•āĩ†ā´¯ā´ŋā´Ēāĩā´Ēāĩ ā´…ā´•āĩā´ˇā´°ā´‚ ⴞⴭāĩā´¯ā´Žā´žā´Ŗāĩā´•āĩ€ ā´Ģⴝⴞā´ŋā´˛āĩâ€ ā´…ā´¸ā´žā´§āĩā´ĩā´žā´¯ ā´Žā´¸āĩā´•āĩ†ā´¯ā´ŋā´Ēāĩā´Ēāĩ ā´¸āĩ€ā´•āĩā´ĩā´¨āĩâ€ā´¸āĩ '%s' ⴞⴭāĩā´¯ā´Žā´žā´Ŗāĩā´¤ā´ŋā´°ā´ŋⴚāĩā´šā´ąā´ŋā´¯āĩā´ĩā´žā´¨āĩâ€ ā´•ā´´ā´ŋā´¯ā´žā´¤āĩā´¤ ā´Žāĩ‚ā´˛āĩā´˛āĩā´¯ā´Žāĩā´ŗā´ŗ ā´•āĩ€ '%s', '%s' ā´Žā´¨āĩā´¨ ā´—āĩā´°āĩ‚ā´Ēāĩā´Ēā´ŋā´˛āĩâ€ ā´•āĩ€ ā´Ģⴝⴞā´ŋā´˛āĩā´Ŗāĩā´Ÿāĩ.ā´¤ā´ŋā´°ā´ŋⴚāĩā´šā´ąā´ŋā´¯āĩā´ĩā´žā´¨āĩâ€ ā´•ā´´ā´ŋā´¯ā´žā´¤āĩā´¤ ā´Žāĩ‚ā´˛āĩā´˛āĩā´¯ā´Žāĩā´ŗā´ŗ ā´•āĩ€ '%s' ā´•āĩ€ ā´Ģⴝⴞā´ŋā´˛āĩā´Ŗāĩā´Ÿāĩ.ā´¤ā´ŋā´°ā´ŋⴚāĩā´šā´ąā´ŋā´¯āĩā´ĩā´žā´¨āĩâ€ ā´•ā´´ā´ŋā´¯ā´žā´¤āĩā´¤ ā´Žāĩ‚ā´˛āĩā´˛āĩā´¯ā´Žāĩā´ŗā´ŗ ā´•āĩ€ '%s' ā´•āĩ€ ā´Ģⴝⴞā´ŋā´˛āĩā´Ŗāĩā´ŸāĩUTF-8 ā´…ā´˛āĩā´˛ā´žā´¤āĩā´¤ '%s' ā´Žāĩ‚ā´˛āĩā´˛āĩā´¯ā´Žāĩā´ŗā´ŗ ā´•āĩ€ '%s' ā´•āĩ€ ā´Ģⴝⴞā´ŋā´˛āĩā´Ŗāĩā´Ÿāĩā´•āĩ€ ā´Ģⴝⴞā´ŋā´˛āĩâ€ ⴉⴺⴺ '%s' ā´Žā´¨āĩā´¨ ā´ĩā´°ā´ŋ ā´’ā´°āĩ ā´•āĩ€-ā´Žāĩ‚ā´˛āĩā´˛āĩā´¯ā´‚ ⴜāĩ‹ā´Ÿā´ŋ ā´…ā´˛āĩā´˛āĩ†ā´™āĩā´•ā´ŋā´˛āĩâ€ ā´’ā´°āĩ ā´—āĩā´ąāĩ‚ā´Ēāĩā´Ēāĩ‹ ā´…ā´­ā´ŋā´Ēāĩā´ąā´žā´¯ā´Žāĩ‹ ā´…ā´˛āĩā´˛ā´Ēā´ŋā´¨āĩā´¤āĩā´Ŗā´¯āĩā´•āĩā´•ā´žā´¤āĩā´¤ ā´°ā´šā´¸āĩā´¯ ā´­ā´žā´ˇ '%s' ā´•āĩ€ ā´Ģⴝⴞāĩâ€ ā´Ēā´ŋā´¨āĩā´¤āĩā´Ŗā´¯āĩā´•āĩā´•āĩā´¨āĩā´¨āĩā´•āĩ€ ā´Ģⴝⴞā´ŋā´¨āĩ '%s' ā´Žā´¨āĩā´¨ ā´—āĩā´°āĩ‚ā´Ēāĩā´Ēā´ŋā´˛āĩā´˛ā´•āĩ€ ā´Ģⴝⴞā´ŋā´¨āĩ '%s' ā´Žā´¨āĩā´¨ ā´•āĩ€ā´¯ā´ŋā´˛āĩā´˛ā´—āĩā´°āĩ‚ā´Ēāĩā´Ēāĩ '%s'-ā´˛āĩâ€ ā´•āĩ€ ā´Ģⴝⴞā´ŋā´¨āĩ ā´•āĩ€ '%s' ⴞⴭāĩā´¯ā´Žā´˛āĩā´˛ā´•āĩ€ ā´Ģⴝⴞāĩâ€ ⴆⴰⴂⴭā´ŋā´•āĩā´•āĩā´¨āĩā´¨ā´¤āĩ ā´’ā´°āĩ ā´—āĩā´°āĩ‚ā´Ēāĩā´Ēā´ŋⴞⴞāĩā´˛ā´ąāĩ€ā´Ąāĩ ā´Ŧā´Ģā´ąā´ŋā´˛āĩâ€ ā´Ŧā´žā´•āĩā´•ā´ŋā´¯āĩā´ŗā´ŗ ā´ĩāĩ‡ā´°āĩâ€ā´¤ā´ŋā´°ā´ŋā´•āĩā´•ā´žā´¤āĩā´¤ ā´Ąāĩ‡ā´ąāĩā´ąā´žā´˛ā´ŋⴏ⴪ⴰāĩâ€ ā´…ā´Ÿā´šāĩā´šā´ŋā´°ā´ŋā´•āĩā´•āĩā´¨āĩā´¨āĩGFileIcon-ā´¨ā´ŋā´˛āĩâ€ ā´¤āĩ†ā´ąāĩā´ąā´žā´¯ ā´Ąāĩ‡ā´ąāĩā´ąā´žGEmblem ā´Žā´¨āĩâ€ā´•āĩ‹ā´Ąā´ŋā´™ā´ŋā´˛āĩā´ŗāĩā´ŗ ā´¤āĩ†ā´ąāĩā´ąā´žā´¯ ⴟāĩ‹ā´•āĩā´•ā´¨āĩā´•ā´ŗāĩā´Ÿāĩ† ā´Žā´Ŗāĩā´Ŗā´‚ (%d)GEmblemedIcon ā´Žā´¨āĩâ€ā´•āĩ‹ā´Ąā´ŋā´™ā´ŋā´˛āĩā´ŗāĩā´ŗ ā´¤āĩ†ā´ąāĩā´ąā´žā´¯ ⴟāĩ‹ā´•āĩā´•ā´¨āĩā´•ā´ŗāĩā´Ÿāĩ† ā´Žā´Ŗāĩā´Ŗā´‚ (%d)ā´¤āĩ†ā´ąāĩā´ąā´žā´¯ ā´Ēā´¤ā´ŋā´Ēāĩā´Ēāĩāĩ: %sā´Žāĩ†ā´Žāĩā´Žā´ąā´ŋ ā´”ā´Ÿāĩā´Ÿāĩā´Ēāĩā´Ÿāĩā´Ÿāĩ ā´¸āĩā´Ÿāĩā´°āĩ€ā´Žā´ŋā´¨āĩā´ąāĩ† ā´ĩāĩā´¯ā´žā´Ēāĩā´¤ā´ŋ ā´Žā´žā´ąāĩā´ąāĩā´ĩā´žā´¨āĩâ€ ā´¸ā´žā´§āĩā´¯ā´Žā´˛āĩā´˛%s-ā´¨āĩā´ŗā´ŗ ⴆⴰāĩâ€ā´—āĩā´¯āĩā´Žāĩ†ā´¨āĩā´ąāĩ ⴞⴭāĩā´¯ā´Žā´˛āĩā´˛ā´ŽāĩŒā´Ŗāĩā´Ÿāĩ ā´Ēāĩ‹ā´¯ā´ŋā´¨āĩā´ąāĩā´•ā´ŗā´ŋā´˛āĩâ€ ā´¤ā´Žāĩā´Žā´ŋā´˛āĩâ€ ā´¨āĩ€ā´•āĩā´•ā´‚ ⴚāĩ†ā´¯āĩā´¯āĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩâ€ ā´Ēā´ŋā´¨āĩā´¤āĩā´Ŗā´¯āĩā´•āĩā´•āĩā´¨āĩā´¨ā´ŋā´˛āĩā´˛URI '%s'-ā´¨āĩā´ŗā´ŗ ā´Ŧāĩā´•āĩā´•āĩ ā´Žā´žā´°āĩâ€ā´•āĩā´•ā´ŋā´˛āĩâ€ MIME ⴤⴰⴂ ā´ĩāĩā´¯ā´•āĩā´¤ā´Žā´žā´•āĩā´•ā´ŋā´¯ā´ŋⴟāĩā´Ÿā´ŋā´˛āĩā´˛ā´ˆ ā´Ģⴝⴞāĩâ€ ā´•āĩˆā´•ā´žā´°āĩā´¯ā´‚ ⴚāĩ†ā´¯āĩā´¯āĩā´¨āĩā´¨ā´¤ā´ŋā´¨ā´žā´¯ā´ŋ ā´’ā´°āĩ ā´Ēāĩā´°ā´¯āĩ‹ā´—ā´ĩāĩā´‚ ⴰⴜā´ŋā´¸āĩā´Ÿā´°āĩâ€ ⴚāĩ†ā´¯āĩā´¤ā´ŋⴟāĩā´Ÿā´ŋā´˛āĩā´˛'%s' ā´Žā´¨āĩā´¨āĩ ā´Ēāĩ‡ā´°āĩā´ŗā´ŗ ā´’ā´°āĩ ā´Ēāĩā´°ā´¯āĩ‹ā´—ā´ĩāĩā´‚ '%s'-ā´¨āĩā´ŗā´ŗ ā´Ŧāĩā´•āĩā´•āĩ ā´Žā´žā´°āĩâ€ā´•āĩā´•ā´ŋā´˛āĩâ€ ⴰⴜā´ŋā´¸āĩā´Ÿā´°āĩâ€ ⴚāĩ†ā´¯āĩā´¤ā´ŋⴟāĩā´Ÿā´ŋā´˛āĩā´˛URI '%s'-ā´¨āĩā´ŗā´ŗ ā´Ŧāĩā´•āĩā´•āĩ ā´Žā´žā´°āĩâ€ā´•āĩā´•āĩ ⴞⴭāĩā´¯ā´Žā´˛āĩā´˛URI '%s'-ā´¨āĩā´ŗā´ŗ ā´Ŧāĩā´•āĩā´•āĩ ā´Žā´žā´°āĩâ€ā´•āĩā´•ā´ŋā´˛āĩâ€ ā´—āĩā´°āĩ‚ā´Ēāĩā´Ēāĩā´•ā´ŗāĩŠā´¨āĩā´¨āĩā´‚ ā´•āĩā´°ā´Žāĩ€ā´•ā´°ā´ŋⴚāĩā´šā´ŋⴟāĩā´Ÿā´ŋā´˛āĩā´˛URI '%s'-ā´¨āĩā´ŗā´ŗ ā´Ŧāĩā´•āĩā´•āĩ ā´Žā´žā´°āĩâ€ā´•āĩā´•ā´ŋā´˛āĩâ€ ā´¸āĩā´ĩā´•ā´žā´°āĩā´¯ ā´Ģāĩā´ŗā´žā´—āĩ ā´ĩāĩā´¯ā´•āĩā´¤ā´Žā´žā´•āĩā´•ā´ŋā´¯ā´ŋⴟāĩā´Ÿā´ŋā´˛āĩā´˛'%s'-ā´¨āĩāĩ ⴏⴰāĩâ€ā´ĩāĩ€ā´¸āĩ ā´ąā´ŋā´•āĩā´•āĩ‹ā´°āĩâ€ā´Ąāĩ ⴞⴭāĩā´¯ā´Žā´˛āĩā´˛%s ā´Žā´¨āĩā´¨ ā´•āĩā´˛ā´žā´¸āĩ ā´¨ā´žā´Žā´¤āĩā´¤ā´ŋā´¨āĩāĩ ā´ā´¤āĩāĩ ⴤⴰⴂ ā´Žā´¨āĩā´¨āĩāĩ ⴞⴭāĩā´¯ā´Žā´˛āĩā´˛ā´Ąāĩ‡ā´ąāĩā´ąā´ž ā´Ąā´¯ā´ąā´•āĩā´Ÿā´ąā´ŋā´•ā´ŗā´ŋā´˛āĩâ€ ā´¸ā´žā´§āĩā´¤ā´¯āĩā´ŗā´ŗ ā´Ŧāĩā´•āĩā´•āĩ ā´Žā´žā´°āĩâ€ā´•āĩā´•āĩ ā´•ā´Ŗāĩā´Ÿāĩā´•ā´ŋⴟāĩā´Ÿā´ŋā´¯ā´ŋā´˛āĩā´˛ā´’ā´°āĩ ā´¸ā´žā´§ā´žā´°ā´Ŗ ā´Ģⴝⴞāĩâ€ ā´…ā´˛āĩā´˛ā´¸āĩ‹ā´•āĩā´•ā´ąāĩā´ąāĩ ā´ĩā´ŋā´˛ā´žā´¸ā´¤āĩā´¤ā´ŋā´¨āĩāĩ ā´†ā´ĩā´ļāĩā´¯ā´Žāĩā´ŗāĩā´ŗ ā´¸āĩā´Ĩⴞⴂ ⴞⴭāĩā´¯ā´Žā´˛āĩā´˛ā´“ā´Ąāĩ ā´…ā´•āĩā´ˇā´°ā´‚ '%s', ā´Žā´˛ā´Žāĩ†ā´¨āĩā´ąāĩ '%s'-ā´¨āĩā´ąāĩ† ā´¸ā´ĩā´ŋā´ļāĩ‡ā´ˇā´¤ ā´¨ā´žā´Žā´‚ '%s'-ā´¨āĩ ā´ļāĩ‡ā´ˇā´‚ ā´’ā´°āĩ '=' ā´Ēāĩā´°ā´¤āĩ€ā´•āĩā´ˇā´ŋā´•āĩā´•āĩā´¨āĩā´¨āĩā´“ā´Ąāĩ ā´…ā´•āĩā´ˇā´°ā´‚ '%s', '%s' ā´Žā´¨āĩā´¨ ā´ļāĩ‚ā´¨āĩā´¯-ā´Žā´˛ā´Žāĩ†ā´¨āĩā´ąāĩ ā´ąāĩā´ąā´žā´—āĩ ā´…ā´ĩā´¸ā´žā´¨ā´ŋā´Ēāĩā´Ēā´ŋā´•āĩā´•āĩā´¨āĩā´¨ā´¤ā´ŋā´¨ā´žā´¯ā´ŋ '>' ā´Ēāĩā´°ā´¤āĩ€ā´•āĩā´ˇā´ŋⴚāĩā´šāĩ'%s' ā´’ā´°āĩ ā´“ā´Ąāĩ ā´…ā´•āĩā´ˇā´°ā´‚ ⴆ⴪āĩ, ⴇⴤā´ŋā´¨āĩ ā´Ēā´•ā´°ā´‚ ā´’ā´°āĩ '>' ā´…ā´˛āĩā´˛āĩ†ā´™āĩā´•ā´ŋā´˛āĩâ€ '/' ā´Žā´¨āĩā´¨ ā´…ā´•āĩā´ˇā´°ā´‚ ā´…ā´˛āĩā´˛āĩ†ā´™āĩā´•ā´ŋā´˛āĩâ€ ā´’ā´°āĩ ā´ĩā´ŋā´ļāĩ‡ā´ˇā´¤ā´žā´¯āĩāĩ '%s' ā´Žā´¨āĩā´¨ ā´Žā´˛ā´Žāĩ†ā´¨āĩā´ąā´ŋā´¨āĩā´ąāĩ† â€ā´ąāĩ† ⴆⴰⴂⴭⴤāĩā´¤ā´ŋā´˛āĩā´ŗā´ŗ ā´Ÿā´žā´—āĩ ā´…ā´ĩā´¸ā´žā´¨ā´ŋā´Ēāĩā´Ēā´ŋā´•āĩā´•āĩā´¨āĩā´¨ā´¤ā´ŋā´¨āĩ ā´Ēāĩā´°ā´¤āĩ€ā´•āĩā´ˇā´ŋⴚāĩā´šā´¤āĩ; ā´’ā´°āĩ ā´Ēā´•āĩā´ĩā´ŋā´ļāĩ‡ā´ˇā´¤ā´¯āĩā´Ÿāĩ†āĩâ€ā´ąāĩ† ā´Ēāĩ‡ā´°ā´ŋā´˛āĩâ€ ā´¨ā´ŋā´™āĩā´™ā´ŗāĩâ€ ā´¤āĩ†ā´ąāĩā´ąā´žā´¯ ā´…ā´•āĩā´ˇā´°ā´‚ ā´†ā´ĩā´žā´‚ ā´‰ā´Ēā´¯āĩ‹ā´—ā´ŋⴚāĩā´šā´¤āĩ'%s' ā´’ā´°āĩ ā´“ā´Ąāĩ ā´…ā´•āĩā´ˇā´°ā´‚ ⴆ⴪āĩ, '%s' ā´Žā´¨āĩā´¨ ā´Žā´˛ā´Žāĩ†ā´¨āĩā´ąā´ŋā´¨āĩā´ąāĩ† ā´ĩā´ŋā´ļāĩ‡ā´ˇā´¤ā´¯ā´žā´¯â€Œ '%s'āĩ‚ā´˛āĩā´˛āĩā´¯ā´‚ ⴍⴞāĩâ€ā´•āĩā´Žāĩā´Ēāĩ‹ā´ŗāĩâ€ ā´¸ā´Žā´‚â€Œ ā´Žā´¨āĩā´¨ ⴚā´ŋā´šāĩā´¨ā´¤āĩā´¤ā´ŋā´¨āĩ ā´ļāĩ‡ā´ˇā´‚ ā´’ā´°āĩ ā´¤āĩā´ąā´¨āĩā´¨ ā´•āĩ‹ā´Ÿāĩā´Ÿāĩ ⴆ⴪āĩ ā´Ēāĩā´ąā´¤āĩ€ā´•āĩā´ˇā´ŋⴚāĩā´šā´¤āĩā´Ēāĩā´°ā´•āĩā´°ā´ŋā´¯ ā´Ēā´ŋā´¨āĩā´¤āĩā´Ŗā´¯āĩā´•āĩā´•āĩā´¨āĩā´¨ā´ŋā´˛āĩā´˛ā´Ēāĩā´°ā´•āĩā´°ā´ŋā´¯ ā´ąā´Ļāĩā´Ļā´žā´•āĩā´•ā´ŋā´¯ā´ŋā´°ā´ŋā´•āĩā´•āĩā´¨āĩā´¨āĩā´”ā´Ÿāĩā´Ÿāĩā´Ēāĩā´Ÿāĩā´Ÿāĩ ā´¸āĩā´Ÿāĩā´°āĩ€ā´‚ ā´ąāĩˆā´ąāĩā´ąāĩ ⴞⴭāĩā´¯ā´Žā´žā´•āĩā´•āĩā´¨āĩā´¨ā´ŋā´˛āĩā´˛UTF8 ā´—āĩā´Ŗā´—ā´Ŗā´™āĩā´™ā´ŗāĩā´Ÿāĩ† ā´Ēā´ŋā´¨āĩā´¤āĩā´Ŗ ⴇⴞāĩā´˛ā´žā´¤āĩ†ā´¯ā´žā´Ŗāĩ PCRE ā´˛āĩˆā´Ŧāĩā´ąā´ąā´ŋ ⴏⴂⴗāĩā´ąā´šā´ŋⴚāĩā´šā´ŋā´°ā´ŋā´•āĩā´•āĩā´¨āĩā´¨ā´¤āĩUTF8 ā´Ēā´ŋā´¨āĩā´¤āĩā´Ŗ ⴇⴞāĩā´˛ā´žā´¤āĩ†ā´¯ā´žā´Ŗāĩ PCRE ā´˛āĩˆā´Ŧāĩā´ąā´ąā´ŋ ⴏⴂⴗāĩā´ąā´šā´ŋⴚāĩā´šā´ŋā´°ā´ŋā´•āĩā´•āĩā´¨āĩā´¨ā´¤āĩPOSIX ā´•āĩ‹ā´ŗāĩ‡ā´ąāĩā´ąā´ŋā´™āĩ ā´Žā´˛ā´Žāĩ†ā´¨āĩā´ąāĩā´•ā´ŗāĩâ€ā´•āĩā´•āĩā´ŗāĩā´ŗ ā´Ēā´ŋā´¨āĩā´¤āĩā´Ŗ ⴞⴭāĩā´¯ā´Žā´˛āĩā´˛POSIX named ā´•āĩā´˛ā´žā´¸āĩā´¸āĩā´•ā´ŗāĩâ€ā´•āĩā´•āĩāĩ ā´’ā´°āĩ ā´•āĩā´˛ā´žā´¸āĩā´¸ā´ŋā´˛āĩâ€ ā´Žā´žā´¤āĩā´°ā´Žāĩ‡ ā´Ēā´ŋā´¨āĩā´¤āĩā´Ŗ ⴞⴭāĩā´¯ā´Žāĩā´ŗāĩā´ŗāĩ‚ⴇⴍāĩâ€ā´Ēāĩā´Ÿāĩā´Ÿā´ŋā´¨āĩā´ąāĩ† ā´…ā´ĩā´¸ā´žā´¨ā´‚ ā´­ā´žā´—ā´ŋā´•ā´Žā´žā´¯ ā´…ā´•āĩā´ˇā´° ā´•āĩā´°ā´Žā´‚ā´Žā´Ÿāĩā´¤āĩā´¤āĩ ā´•ā´žā´Ŗā´ŋā´•āĩā´•āĩā´¨āĩā´¨ ⴟāĩ†ā´¸āĩā´ąāĩā´ąā´ŋā´¨āĩā´ąāĩ† ⴆⴰⴂⴭⴤāĩā´¤ā´ŋā´˛āĩâ€ ā´•āĩŠā´Ÿāĩā´Ÿāĩ‡ā´ˇā´¨āĩâ€ ā´Žā´žā´ąāĩâ€ā´•āĩā´•āĩ ⴞⴭāĩā´¯ā´Žā´˛āĩā´˛ā´ā´ąāĩā´ąā´ĩāĩā´‚ ā´•āĩ‚ā´Ÿāĩā´¤ā´˛ā´žā´¯ ā´Ąāĩ‡ā´ąāĩā´ąā´ž ā´…ā´ąāĩ‡ ā´Ēā´°ā´ŋā´§ā´ŋ ā´Žā´¤āĩā´¤ā´ŋā´¯ā´ŋā´°ā´ŋā´•āĩā´•āĩā´¨āĩā´¨āĩā´¤āĩ†ā´ąāĩā´ąā´žā´¯ fd ⴞⴭā´ŋⴚāĩā´šā´ŋā´°ā´ŋā´•āĩā´•āĩā´¨āĩā´¨āĩSELinux ā´•āĩ‹ā´Ŗāĩâ€ā´Ÿāĩ†ā´•āĩā´¸āĩā´ąāĩā´ąāĩ non-NULL ⴆⴝā´ŋā´°ā´ŋā´•āĩā´•ā´Ŗā´‚SELinux ⴈ ā´¸ā´ŋā´¸āĩā´ąāĩā´ąā´¤āĩā´¤ā´ŋā´˛āĩâ€ ⴏⴜāĩā´œā´Žā´˛āĩā´˛ā´¸āĩā´Ÿāĩā´°āĩ€ā´Žā´ŋā´˛āĩâ€ Seek ā´Ēā´ŋā´¨āĩā´¤āĩā´Ŗā´¯āĩā´•āĩā´•āĩā´¨āĩā´¨ā´ŋā´˛āĩā´˛%s ā´†ā´Ÿāĩā´°ā´ŋā´Ŧāĩā´¯āĩ‚ā´Ÿāĩā´Ÿāĩ ā´•āĩā´°ā´Žā´ŋā´•ā´°ā´Ŗā´‚ ā´Ēā´ŋā´¨āĩā´¤āĩā´Ŗā´¯āĩā´•āĩā´•āĩā´¨āĩā´¨ā´ŋā´˛āĩā´˛ā´Žā´˛āĩā´˛ā´ž ā´¸ā´šā´žā´¯ ā´‰ā´Ēā´žā´§ā´ŋā´•ā´ŗāĩā´‚ ā´•ā´žā´Ŗā´ŋā´•āĩā´•āĩā´•ā´¸ā´šā´žā´¯ ā´‰ā´Ēā´žā´§ā´ŋā´•ā´ŗāĩâ€ ā´•ā´žā´Ŗā´ŋā´•āĩā´•āĩā´•ā´¸āĩ‹ā´•āĩā´•ā´ąāĩā´ąāĩ ā´¨ā´ŋā´˛ā´ĩā´ŋā´˛āĩâ€ ā´…ā´Ÿā´šāĩā´šā´ŋā´°ā´ŋā´•āĩā´•āĩā´¨āĩā´¨āĩā´¸āĩ‹ā´´āĩā´¸āĩ ā´¸āĩā´Ÿāĩā´°āĩ€ā´‚ ā´¨ā´ŋā´˛ā´ĩā´ŋā´˛āĩâ€ ā´…ā´Ÿā´šāĩā´šā´ŋā´°ā´ŋā´•āĩā´•āĩā´¨āĩā´¨āĩā´¸āĩā´Ÿāĩā´°āĩ€ā´‚ query_info ā´Ēā´ŋā´¨āĩā´¤āĩā´Ŗā´¯āĩā´•āĩā´•āĩā´¨āĩā´¨ā´ŋā´˛āĩā´˛ā´¸āĩā´Ÿāĩā´°āĩ€ā´Žā´ŋā´˛āĩâ€ ā´¤āĩ†ā´ąāĩā´ąā´žā´¯ ā´Ēāĩā´°ā´•āĩā´°ā´ŋⴝⴏāĩā´Ÿāĩā´°āĩ€ā´‚ ā´¨ā´ŋā´˛ā´ĩā´ŋā´˛āĩâ€ ā´…ā´Ÿā´šāĩā´šā´ŋā´°ā´ŋā´•āĩā´•āĩā´¨āĩā´¨āĩā´¸ā´ŋā´Ŧāĩ‹ā´ŗā´ŋā´•āĩā´•āĩ ā´˛ā´ŋā´™āĩā´•āĩ ā´Ēā´ŋā´¨āĩā´¤āĩā´Ŗā´¯āĩā´•āĩā´•āĩā´¨āĩā´¨ā´ŋā´˛āĩā´˛ā´˛ā´•āĩā´ˇāĩā´¯ā´¸āĩā´Ĩā´žā´¨ā´¤āĩā´¤āĩā´ŗāĩā´ŗ ā´Ģⴝⴞāĩâ€ ā´¨ā´ŋā´˛ā´ĩā´ŋā´˛āĩā´Ŗāĩā´Ÿāĩā´˛ā´•āĩā´ˇāĩā´¯ā´¸āĩā´Ĩā´žā´¨ā´¤āĩā´¤āĩā´ŗāĩā´ŗ ā´Ģⴝⴞāĩâ€ ā´’ā´°āĩ ā´Ąā´¯ā´ąā´•āĩā´Ÿā´ąā´ŋ ⴆⴕāĩā´¨āĩā´¨āĩā´˛ā´•āĩā´ˇāĩā´¯ā´¸āĩā´Ĩā´žā´¨ā´¤āĩā´¤āĩā´ŗāĩā´ŗ ā´Ģⴝⴞāĩâ€ ā´’ā´°āĩ ā´¸ā´žā´§ā´žā´°ā´Ŗ ā´Ģⴝⴞāĩâ€ ā´…ā´˛āĩā´˛ā´Ÿāĩ†ā´‚ā´Ēāĩā´ŗāĩ‡ā´ąāĩā´ąāĩ "%s"-ā´˛āĩâ€ XXXXXX ⴞⴭāĩā´¯ā´Žā´˛āĩā´˛ā´Ÿāĩ†ā´‚ā´Ēāĩā´ŗāĩ‡ā´ąāĩā´ąāĩ "%s" ā´…ā´¸ā´žā´§āĩā´ĩā´žā´Ŗāĩ,ⴇⴤā´ŋā´˛āĩâ€ "%s" ⴉ⴪āĩā´Ÿā´žā´•āĩā´ĩā´žā´¨āĩâ€ ā´Ēā´žā´Ÿā´ŋā´˛āĩā´˛'%s' ā´Ēā´°ā´ŋā´šā´°ā´ŋā´•āĩā´•āĩā´¨āĩā´¨ā´¤ā´ŋā´¨āĩāĩ ā´¤ā´žā´˛āĩâ€ā´•āĩā´•ā´žā´˛ā´‚ ā´¸ā´žā´§āĩā´¯ā´Žā´˛āĩā´˛%c-ā´¨āĩā´ąāĩ† ā´…ā´ĩā´¸ā´žā´¨ā´‚ ā´•āĩ‹ā´Ÿāĩā´Ÿāĩ ā´‡ā´Ÿāĩā´Ÿā´ŋⴟāĩā´Ÿā´ŋā´˛āĩā´˛. ('%s' ⴆ⴪āĩ ⴟāĩ†ā´•āĩā´¸āĩā´ąāĩā´ąāĩ)'\' ā´…ā´•āĩā´ˇā´°ā´¤āĩā´¤ā´ŋā´¨āĩ ā´ļāĩ‡ā´ˇā´‚ ā´‰ā´Ÿā´¨āĩâ€ ⴤⴍāĩā´¨āĩ† ā´ĩā´žā´šā´•ā´‚ ā´…ā´ĩā´¸ā´žā´¨ā´ŋⴚāĩā´šāĩ. ('%s' ⴆⴝā´ŋā´°āĩā´¨āĩā´¨āĩ ā´ĩā´žā´šā´•ā´‚)ā´ĩā´žā´šā´•ā´‚ ā´ļāĩ‚ā´¨āĩā´¯ā´Žā´žā´¯ā´ŋā´°āĩā´¨āĩā´¨āĩ (ā´…ā´˛āĩā´˛āĩ†ā´™āĩā´•ā´ŋā´˛āĩâ€ ⴇⴤā´ŋā´˛āĩâ€ ā´ĩā´¯ā´ŋā´ąāĩā´ąāĩ ā´¸āĩā´Ēāĩ†ā´¯ā´ŋā´¸āĩ ā´Žā´žā´¤āĩā´°ā´Žāĩ‡ ⴉⴺⴺāĩ‚)URI '%s'-ā´˛āĩâ€ ā´…ā´¸ā´žā´§āĩā´ĩā´žā´¯ ā´Žā´¸āĩā´•āĩ‡ā´Ēāĩā´Ąāĩ ā´…ā´•āĩā´ˇā´°ā´™āĩā´™ā´ŗāĩâ€ ⴉ⴪āĩā´ŸāĩURI '%s' ā´…ā´¸ā´žā´§āĩā´ĩā´žā´ŖāĩURI %s "file" ā´¸āĩā´•āĩ€ā´‚ ā´‰ā´Ēā´¯āĩ‹ā´—ā´ŋā´•āĩā´•āĩā´¨āĩā´¨ ā´Ēāĩ‚ā´°āĩâ€ā´Ŗāĩā´Ŗā´Žā´žā´¯ ā´’ā´°āĩ URI ā´…ā´˛āĩā´˛ā´Ģⴝⴞāĩâ€ ā´Ēāĩā´ąā´Žāĩ‡ ā´¨ā´ŋā´¨āĩā´¨āĩā´‚ ā´Žā´žā´ąāĩā´ąā´‚ ā´ĩā´°āĩā´¤āĩā´¤ā´ŋā´¯ā´ŋā´°ā´ŋā´•āĩā´•āĩā´¨āĩā´¨āĩURI '%s'-ā´¨āĩā´ąāĩ† ā´šāĩ‹ā´¸āĩā´ąāĩā´ąāĩ ā´¨ā´žā´Žā´‚ ā´…ā´¸ā´žā´§āĩā´ĩā´žā´Ŗāĩā´˛āĩ‹ā´•āĩā´•ā´˛āĩâ€ ā´Ģⴝⴞāĩâ€ URI %s-ā´˛āĩâ€ '#' ⴉⴞāĩâ€ā´Ēāĩā´Ēāĩ†ā´Ÿāĩā´¤āĩā´¤ā´žā´¨āĩâ€ ā´Ēā´žā´Ÿā´ŋā´˛āĩā´˛'%s' ā´Ēā´žā´Ĩāĩ ā´¨ā´žā´Žā´‚ ā´Ēāĩ‚ā´°āĩâ€ā´Ŗāĩā´Ŗā´Žā´žā´¯ ā´’ā´°āĩ ā´Ēā´žā´Ĩāĩ ā´…ā´˛āĩā´˛ā´ĩā´ŗā´°āĩ† ā´ĩā´˛ā´ŋā´¯ ā´•āĩŒā´Ŗāĩā´Ÿāĩ ā´Žāĩ‚ā´˛āĩā´˛āĩā´¯ā´‚ %s-ā´¨āĩāĩ ⴍⴞāĩâ€ā´•ā´ŋā´¯ā´ŋā´°ā´ŋā´•āĩā´•āĩā´¨āĩā´¨āĩā´šā´ĩā´ąāĩā´ąāĩā´•āĩā´Ÿāĩā´Ÿ ā´Ēā´ŋā´¨āĩā´¤āĩā´Ŗā´¯āĩā´•āĩā´•āĩā´¨āĩā´¨ā´ŋā´˛āĩā´˛ā´‡ā´¨āĩâ€ā´Ēāĩā´Ÿāĩā´Ÿāĩ ā´¸āĩā´Ÿāĩā´°āĩ€ā´Žā´ŋā´˛āĩâ€ Truncate ā´…ā´¨āĩā´ĩā´Ļā´ŋā´•āĩā´•āĩā´¨āĩā´¨ā´ŋā´˛āĩā´˛ā´¸āĩā´Ÿāĩā´°āĩ€ā´Žā´ŋā´˛āĩâ€ Truncate ā´…ā´¨āĩā´ĩā´Ļā´ŋā´•āĩā´•āĩā´¨āĩā´¨ā´ŋā´˛āĩā´˛GIcon ⴇⴍāĩā´ąā´°āĩâ€ā´Ģāĩ†ā´¯ā´ŋā´¸ā´ŋā´˛āĩâ€ %s ⴤⴰⴤāĩā´¤ā´ŋā´˛āĩā´ŗāĩā´ŗā´ĩ from_tokens() ⴞⴭāĩā´¯ā´Žā´žā´•āĩā´•āĩā´¨āĩā´¨ā´ŋā´˛āĩā´˛%s ⴤⴰⴤāĩā´¤ā´ŋā´˛āĩā´ŗāĩā´ŗā´¤āĩāĩ GIcon ⴇⴍāĩā´ąā´°āĩâ€ā´Ģāĩ†ā´¯ā´ŋā´¸āĩ ⴞⴭāĩā´¯ā´Žā´žā´•āĩā´•āĩā´¨āĩā´¨ā´ŋā´˛āĩā´˛%s ⴤⴰⴤāĩā´¤ā´ŋā´˛āĩā´ŗāĩā´ŗā´¤āĩāĩ ā´•āĩā´˛ā´žā´¸āĩā´¸āĩ ⴚāĩ†ā´¯āĩā´¤ā´ŋⴟāĩā´Ÿā´ŋā´˛āĩā´˛ā´¯āĩā´†ā´°āĩâ€ā´ ā´Ēā´ŋā´¨āĩā´¤āĩā´Ŗā´¯āĩā´•āĩā´•āĩā´¨āĩā´¨ā´ŋā´˛āĩā´˛ā´¸āĩ‹ā´•āĩā´•ā´ąāĩā´ąāĩ ⴉ⴪āĩā´Ÿā´žā´•āĩā´•āĩā´ĩā´žā´¨āĩâ€ ā´¸ā´žā´§āĩā´¯ā´Žā´˛āĩā´˛: %sⴚā´ĩā´ąāĩā´ąāĩā´•āĩā´Ÿāĩā´Ÿā´¯āĩā´•āĩā´•āĩā´ŗāĩā´ŗ ā´Ąā´¯ā´ąā´•āĩā´Ÿā´ąā´ŋ %s ⴉ⴪āĩā´Ÿā´žā´•āĩā´•āĩā´ĩā´žā´¨āĩâ€ ā´¸ā´žā´§āĩā´¯ā´Žā´žā´¯ā´ŋā´˛āĩā´˛: %sā´ĩā´ŋā´ĩā´°ā´™āĩā´™ā´ŗāĩâ€ ⴏⴂā´Ŧā´¨āĩā´§ā´ŋⴚāĩā´šāĩā´ŗāĩā´ŗ ā´Ģⴝⴞāĩâ€ ⴉ⴪āĩā´Ÿā´žā´•āĩā´•āĩā´ĩā´žā´¨āĩâ€ ā´¸ā´žā´§āĩā´¯ā´Žā´žā´¯ā´ŋā´˛āĩā´˛: %sā´¸āĩā´ĩā´¤ā´ĩāĩ‡ā´¯āĩā´ŗāĩā´ŗ ā´˛āĩ‹ā´•āĩā´•ā´˛āĩâ€ ā´Ąā´¯ā´ąā´•āĩā´Ÿā´ąā´ŋ ⴤⴰⴤāĩā´¤ā´ŋā´˛āĩā´ŗāĩā´ŗ ā´Žāĩ‹ā´Ŗā´ŋā´ąāĩā´ąā´°āĩâ€ ⴞⴭāĩā´¯ā´Žā´žā´•āĩā´•āĩā´ĩā´žā´¨āĩâ€ ā´¸ā´žā´§āĩā´¯ā´Žā´žā´¯ā´ŋā´˛āĩā´˛ā´¸āĩā´ĩā´¤ā´ĩāĩ‡ā´¯āĩā´ŗāĩā´ŗ ā´˛āĩ‹ā´•āĩā´•ā´˛āĩâ€ ā´Ģⴝⴞāĩâ€ ā´Žāĩ‹ā´Ŗā´ŋā´ąāĩā´ąā´°āĩâ€ ⴤⴰⴤāĩā´¤ā´ŋā´˛āĩā´ŗāĩā´ŗā´¤āĩāĩ ⴞⴭāĩā´¯ā´Žā´žā´•āĩā´•āĩā´ĩā´žā´¨āĩâ€ ā´¸ā´žā´§ā´ŋⴚāĩā´šā´ŋā´˛āĩā´˛ā´šā´ĩā´ąāĩā´ąāĩā´•āĩā´Ÿāĩā´Ÿā´¯āĩā´•āĩā´•āĩā´ŗāĩā´ŗ ā´Ąā´¯ā´ąā´•āĩā´Ÿā´ąā´ŋ ⴉ⴪āĩā´Ÿā´žā´•āĩā´•āĩā´ĩā´žā´¨āĩ‹ ⴞⴭāĩā´¯ā´Žā´žā´•āĩā´•āĩā´ĩā´žā´¨āĩ‹ ā´¸ā´žā´§āĩā´¯ā´Žā´žā´¯ā´ŋā´˛āĩā´˛ā´Ēāĩā´°ā´¯āĩ‹ā´—ā´¤āĩā´¤ā´ŋā´¨āĩāĩ ā´†ā´ĩā´ļāĩā´¯ā´Žā´žā´¯ ⴟāĩ†ā´°āĩâ€ā´Žā´ŋⴍⴞāĩâ€ ⴞⴭāĩā´¯ā´Žā´žā´•āĩā´•āĩā´ĩā´žā´¨āĩâ€ ā´¸ā´žā´§āĩā´¯ā´Žā´˛āĩā´˛ā´šā´ĩā´ąāĩā´ąāĩā´•āĩā´Ÿāĩā´Ÿā´¯āĩā´•āĩā´•āĩā´ŗāĩā´ŗ ⴟāĩ‹ā´Ēāĩ ā´˛ā´ĩā´˛āĩâ€ ā´Ąā´¯ā´ąā´•āĩā´Ÿā´ąā´ŋ ⴞⴭāĩā´¯ā´Žā´žā´•āĩā´•āĩā´ĩā´žā´¨āĩâ€ ā´¸ā´žā´§āĩā´¯ā´Žā´žā´¯ā´ŋā´˛āĩā´˛ā´Ŧā´žā´•āĩā´•ā´ŋā´¯āĩā´ŗāĩā´ŗ ā´Ēā´ŋā´ļā´•āĩ ⴞⴭāĩā´¯ā´Žā´žā´•āĩā´•āĩā´ĩā´žā´¨āĩâ€ ā´¸ā´žā´§āĩā´¯ā´Žā´žā´¯ā´ŋā´˛āĩā´˛: %sā´Ģⴝⴞāĩâ€ ⴚā´ĩā´ąāĩā´ąāĩā´•āĩā´Ÿāĩā´Ÿā´¯ā´ŋā´˛āĩ‡ā´•āĩā´•āĩ ā´¨āĩ€ā´•āĩā´•āĩā´ĩā´žā´¨āĩâ€ ā´¸ā´žā´§āĩā´¯ā´Žā´žā´¯ā´ŋā´˛āĩā´˛: %s'%s' ā´Žā´˛ā´Žāĩ†ā´¨āĩā´ąā´ŋā´¨āĩ ā´…ā´Ēāĩā´°ā´¤āĩ€ā´•āĩā´ˇā´ŋā´¤ā´Žā´žā´¯ ā´¸ā´ĩā´ŋā´ļāĩ‡ā´ˇā´¤ '%s'end-of-stream ā´…ā´Ēāĩā´°ā´¤āĩ€ā´•āĩā´ˇā´ŋā´¤ā´Žā´žā´¯ā´ŋ ā´¸ā´Žā´¯ā´¤āĩā´¤ā´ŋā´¨āĩāĩ ā´Žāĩā´Žāĩā´Ēāĩāĩā´šāĩˆā´ŗāĩâ€ā´Ąāĩ ā´Ēāĩā´°ā´•āĩā´°ā´ŋⴝⴝā´ŋā´˛āĩâ€ ā´¨ā´ŋā´¨āĩā´¨āĩā´‚ ā´Ąāĩ‡ā´ąāĩā´ąā´ž ā´ĩā´žā´¯ā´ŋā´•āĩā´•āĩā´Žāĩā´Ēāĩ‹ā´ŗāĩâ€ g_io_channel_win32_poll()-ā´˛āĩâ€ ā´…ā´Ēāĩā´°ā´¤āĩ€ā´•āĩā´ˇā´ŋā´¤ā´Žā´žā´¯ ā´Ēā´ŋā´ļā´•āĩ ⴚāĩˆā´ŗāĩâ€ā´Ąāĩ ā´Ēāĩā´°ā´•āĩā´°ā´ŋⴝⴝā´ŋā´˛āĩâ€ (%s) ā´¨ā´ŋā´¨āĩā´¨āĩā´‚ ā´Ąāĩ‡ā´ąāĩā´ąā´ž ā´ĩā´žā´¯ā´ŋā´•āĩā´•āĩā´Žāĩā´Ēāĩ‹ā´ŗāĩâ€ select()-ā´˛āĩâ€ ā´…ā´Ēāĩā´°ā´¤āĩ€ā´•āĩā´ˇā´ŋā´¤ā´Žā´žā´¯ ā´Ēā´ŋā´ļā´•āĩ waitpid()-ā´˛āĩâ€ ā´…ā´Ēāĩā´°ā´¤āĩ€ā´•āĩā´ˇā´ŋā´¤ā´Žā´žā´¯ ā´Ēā´ŋā´ļā´•āĩ (%s)'%s'-ā´¨āĩā´ąāĩ† ⴉⴺⴺā´ŋā´˛āĩâ€ ā´…ā´Ēāĩā´°ā´¤āĩ€ā´•āĩā´ˇā´ŋā´¤ā´Žā´žā´¯ ā´Ÿā´žā´—āĩ '%s'ā´…ā´Ēāĩā´°ā´¤āĩ€ā´•āĩā´ˇā´ŋā´¤ā´Žā´žā´¯ ā´Ÿā´žā´—āĩ '%s', ā´Ÿā´žā´—āĩ '%s' ā´Ēāĩā´°ā´¤āĩ€ā´•āĩā´ˇā´ŋⴚāĩā´šā´ŋā´°āĩā´¨āĩā´¨āĩā´…ā´Ēāĩā´°ā´¤āĩ€ā´•āĩā´ˇā´ŋā´¤ā´Žā´žā´¯ ā´°āĩ€ā´¤ā´ŋā´¯ā´ŋā´˛āĩā´ŗāĩā´ŗ ⴆⴍāĩâ€ā´¸ā´ŋā´˛ā´ŋā´¯ā´ąā´ŋ ā´Ąāĩ‡ā´ąāĩā´ąā´žā´šāĩˆā´ŗāĩâ€ā´Ąāĩ ā´Ēāĩā´°ā´•āĩā´°ā´ŋā´¯ "%s" ā´Ēāĩā´°ā´ĩā´°āĩâ€ā´¤āĩā´¤ā´ŋā´Ēāĩā´Ēā´ŋā´•āĩā´•āĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩâ€ ā´…ā´Ēāĩā´°ā´¤āĩ€ā´•āĩā´ˇā´ŋā´¤ā´Žā´žā´¯ ā´Ēā´ŋā´ļā´•āĩā´•ā´Ŗā´•āĩā´Ÿāĩ ⴚāĩ†ā´¯āĩā´¯āĩā´Žāĩā´Ēāĩ‹ā´ŗāĩâ€ ā´…ā´Ēā´°ā´ŋⴚā´ŋā´¤ā´Žā´žā´¯ ā´Ēā´ŋā´ļā´•āĩā´…ā´Ēā´°ā´ŋⴚā´ŋā´¤ā´Žā´žā´¯ ā´‰ā´Ēā´žā´§ā´ŋ %sā´…ā´Ēā´°ā´ŋⴚā´ŋā´¤ā´Žā´žā´¯ ā´•āĩ€ā´´āĩā´ĩā´´ā´•āĩā´•ā´‚ ⴍⴞāĩâ€ā´•ā´ŋā´¯ā´ŋā´°ā´ŋā´•āĩā´•āĩā´¨āĩā´¨āĩā´…ā´Ēā´°ā´ŋⴚā´ŋā´¤ā´Žā´žā´¯ ⴤⴰⴤāĩā´¤ā´ŋā´˛āĩā´ŗāĩā´ŗā´¤āĩā´•ā´Žā´žā´¨āĩâ€ā´Ąāĩ ā´˛āĩˆā´¨āĩâ€ ā´…ā´˛āĩā´˛āĩ†ā´™āĩā´•ā´ŋā´˛āĩâ€ ā´Žā´ąāĩā´ąāĩ ā´ˇāĩ†ā´˛āĩâ€-ā´•āĩ‹ā´Ÿāĩā´Ÿā´Ÿāĩ ⴟāĩ†ā´•āĩā´¸āĩā´ąāĩā´ąā´ŋā´˛āĩâ€ ⴚāĩ‡ā´ąāĩâ€ā´šāĩā´šā´¯ā´ŋā´˛āĩā´˛ā´žā´¤āĩā´¤ ā´…ā´Ÿā´¯ā´žā´ŗā´‚ā´Ēāĩ‡ā´°ā´ŋā´Ÿā´žā´¤āĩā´¤ā´Ēā´ŋā´¨āĩā´¤āĩā´Ŗā´¯ā´ŋā´˛āĩā´˛ā´žā´¤āĩā´¤ ā´¸āĩ‹ā´•āĩā´•ā´ąāĩā´ąāĩ ā´ĩā´ŋā´˛ā´žā´¸ā´‚ā´‰ā´Ēā´¯āĩ‹ā´—ā´ŋā´•āĩā´•āĩ‡ā´Ŗāĩā´Ÿ ā´ĩā´ŋā´§ā´‚:ā´¤ā´ŋⴰⴚāĩā´šā´ŋā´˛āĩâ€ ⴍⴟⴤāĩā´¤ā´ŋā´¯ ā´Ąā´¯ā´ąā´•āĩā´Ÿā´ąā´ŋā´•ā´ŗā´ŋā´˛āĩâ€ ā´¸ā´žā´§āĩā´¤ā´¯āĩā´ŗā´ŗ ā´•āĩ€ ā´Ģⴝⴞāĩâ€ ⴞⴭāĩā´¯ā´Žā´˛āĩā´˛ā´Žāĩ‚ā´˛āĩā´˛āĩā´¯ā´‚ '%s' ā´’ā´°āĩ ā´Ŧāĩ‚ā´ŗā´ŋā´¯ā´¨ā´žā´¯ā´ŋ ā´•ā´Ŗā´•āĩā´•ā´žā´•āĩā´•āĩā´ĩā´žā´¨āĩâ€ ā´¸ā´žā´§āĩā´¯ā´Žā´˛āĩā´˛.ā´Žāĩ‚ā´˛āĩā´˛āĩā´¯ā´‚ '%s' ā´’ā´°āĩ ā´Ģāĩā´ŗāĩ‹ā´Ÿāĩā´Ÿāĩ ā´…ā´•āĩā´•ā´Žā´žā´¯ā´ŋ ā´•ā´Ŗā´•āĩā´•ā´žā´•āĩā´•āĩā´ĩā´žā´¨āĩâ€ ā´¸ā´žā´§āĩā´¯ā´Žā´˛āĩā´˛.ā´Žāĩ‚ā´˛āĩā´˛āĩā´¯ā´‚ '%s' ā´’ā´°āĩ ā´…ā´•āĩā´•ā´Žā´žā´¯ā´ŋ ā´•ā´Ŗā´•āĩā´•ā´žā´•āĩā´•āĩā´ĩā´žā´¨āĩâ€ ā´¸ā´žā´§āĩā´¯ā´Žā´˛āĩā´˛.ā´¸āĩ‹ā´•āĩā´•ā´ąāĩā´ąāĩ ā´…ā´ĩā´¸āĩā´Ĩā´¯āĩā´•āĩā´•ā´žā´¯ā´ŋ ā´•ā´žā´¤āĩā´¤ā´ŋā´°ā´ŋā´•āĩā´•āĩā´¨āĩā´¨āĩ: %sā´¤āĩ†ā´ąāĩā´ąā´žā´¯ ⴟāĩ‹ā´•āĩā´•ā´¨āĩā´ąāĩ† ā´Žā´Ŗāĩā´Ŗā´‚ (%d)[OPTION...]ā´Žā´žā´¤āĩƒā´•ā´¯āĩā´Ÿāĩ† ā´…ā´ĩā´¸ā´žā´¨ā´‚ \\C not allowed in lookbehind assertionā´Žā´žā´¤āĩƒā´•ā´¯āĩā´Ÿāĩ† ā´…ā´ĩā´¸ā´žā´¨ā´‚ \c\g is not followed by a braced name or an optionally braced non-zero number(?(-ā´¨āĩāĩ ā´ļāĩ‡ā´ˇā´‚ ā´…ā´¸āĩ‡ā´°āĩâ€ā´ˇā´¨āĩâ€ ā´Ēāĩā´°ā´¤āĩ€ā´•āĩā´ˇā´ŋā´•āĩā´•āĩā´¨āĩā´¨āĩwin32-ā´˛āĩâ€ ā´…ā´¸āĩ‹ā´¸ā´ŋā´¯āĩ‡ā´ˇā´¨āĩâ€ ā´¸āĩƒā´ˇāĩā´Ÿā´ŋ ā´Ēā´ŋā´¨āĩā´¤āĩā´Ŗā´¯āĩā´•āĩā´•āĩā´¨āĩā´¨ā´ŋā´˛āĩā´˛ā´Ēā´žā´ąāĩâ€ā´ˇāĩā´¯ā´˛āĩâ€ ā´Žā´žā´šāĩā´šā´ŋā´™ā´ŋā´¨āĩā´ŗā´ŗ ā´Ēā´ŋā´¨āĩā´¤āĩā´Ŗ ⴞⴭāĩā´¯ā´Žā´˛āĩā´˛ā´žā´¤āĩā´¤ā´¤ā´ŋā´¨ā´žā´˛āĩâ€ ā´Ŧā´žā´•āĩā´•āĩ ā´ąā´ŋā´Ģā´ąā´¨āĩâ€ā´¸āĩā´•ā´ŗāĩâ€ā´Ŧā´žā´•āĩā´•āĩā´Ÿāĩā´°ā´žā´•āĩā´•ā´ŋā´™āĩ ā´Ēā´°ā´ŋā´§ā´ŋ ā´Žā´¤āĩā´¤ā´ŋā´¯ā´ŋā´°ā´ŋā´•āĩā´•āĩā´¨āĩā´¨āĩā´•āĩ†ā´¯ā´ŋā´¸āĩ-ⴚāĩ†ā´žāĩā´šā´ŋā´™āĩ ā´Žā´¸āĩā´•āĩ‡ā´Ēāĩā´Ēāĩā´•ā´ŗāĩâ€ (\l, \L, \u, \U) ā´‡ā´ĩā´ŋⴟāĩ† ā´…ā´¨āĩā´ĩā´Ļā´ŋā´•āĩā´•āĩā´¨āĩā´¨ā´¤ā´˛āĩā´˛\x{...}-ā´˛āĩā´ŗāĩā´ŗ ā´…ā´•āĩā´ˇā´° ā´Žāĩ‚ā´˛āĩā´˛āĩā´¯ā´‚ ā´ĩā´ŗā´°āĩ† ā´ĩā´˛āĩā´¤āĩāĩā´•āĩ‹ā´Ąāĩ ā´“ā´ĩā´°āĩâ€ā´Ģāĩā´˛āĩ‹ā´•ā´Ŗāĩā´Ÿāĩ€ā´ˇā´¨ā´˛āĩâ€ ā´—āĩā´°āĩ‚ā´Ēāĩā´Ēā´ŋā´˛āĩâ€ ā´°ā´Ŗāĩā´Ÿāĩāĩ ā´Ŧāĩā´°ā´žā´žāĩā´šā´ŋā´˛āĩâ€ ā´•āĩ‚ā´Ÿāĩā´¤ā´˛āĩā´Ŗāĩā´Ÿāĩāĩā´¤ā´•ā´°ā´žā´ąāĩā´ŗā´ŗ ā´’ā´Ŧāĩā´œā´•āĩā´Ÿāĩā´˛āĩ‹ā´•āĩā´•ā´˛āĩâ€ ā´ĩā´ŋā´˛ā´žā´¸ā´‚ ⴞⴭāĩā´¯ā´Žā´žā´•āĩā´•āĩā´ĩā´žā´¨āĩâ€ ā´¸ā´žā´§āĩā´¯ā´Žā´˛āĩā´˛: %sā´ąā´ŋā´Žāĩ‹ā´Ÿāĩā´Ÿāĩ ā´ĩā´ŋā´˛ā´žā´¸ā´‚ ⴞⴭāĩā´¯ā´Žā´žā´•āĩā´•āĩā´ĩā´žā´¨āĩâ€ ā´¸ā´žā´§āĩā´¯ā´Žā´˛āĩā´˛: %sā´ļāĩā´°ā´Ļāĩā´§ā´ŋā´•āĩā´•āĩā´ĩā´žā´¨āĩâ€ ā´¸ā´žā´§āĩā´¯ā´Žā´˛āĩā´˛: %sfd-ā´˛āĩâ€ ā´¨ā´ŋā´¨āĩā´¨āĩā´‚ GSocket ⴉ⴪āĩā´Ÿā´žā´•āĩā´•āĩā´¨āĩā´¨āĩ: %sā´…ā´•āĩā´•ā´‚ ā´†ā´ĩā´ļāĩā´¯ā´Žāĩā´Ŗāĩā´Ÿāĩā´Ąāĩā´°āĩˆā´ĩāĩ eject ā´…ā´¨āĩā´ĩā´Ļā´ŋā´•āĩā´•āĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩā´˛ā´Ąāĩā´°āĩˆā´ĩā´ŋā´˛āĩâ€ ā´¨ā´ŋā´¨āĩā´¨āĩā´‚ eject ā´…ā´˛āĩā´˛āĩ†ā´™āĩā´•ā´ŋā´˛āĩâ€ eject_with_operation ā´¸ā´žā´§āĩā´¯ā´Žā´˛āĩā´˛ā´Ąāĩā´°āĩˆā´ĩā´ŋā´˛āĩâ€ ā´Žāĩ€ā´Ąā´ŋā´¯ ā´¤āĩ†ā´°ā´žāĩā´žāĩ†ā´Ÿāĩā´•āĩā´•ā´˛āĩâ€ ā´¸ā´žā´§āĩā´¯ā´Žā´˛āĩā´˛ā´Ąāĩā´°āĩˆā´ĩā´°āĩâ€ start ā´…ā´¨āĩā´ĩā´Ļā´ŋā´•āĩā´•āĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩā´˛ā´Ąāĩā´°āĩˆā´ĩā´°āĩâ€ stop ā´…ā´¨āĩā´ĩā´Ļā´ŋā´•āĩā´•āĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩā´˛ā´Žāĩ†ā´Žāĩā´Žā´ąā´ŋ ⴞⴭāĩā´¯ā´Žā´žā´•āĩā´•āĩā´¨āĩā´¨ā´¤ā´ŋā´˛āĩâ€ ā´Ēā´°ā´žā´œā´¯ā´‚ā´šāĩ†ā´•āĩā´¸ā´ž ā´Ąāĩ†ā´¸ā´ŋā´Žā´˛āĩâ€ ā´…ā´•āĩā´•ā´‚ ā´†ā´ĩā´ļāĩā´¯ā´Žāĩā´Ŗāĩā´Ÿāĩā´šāĩ†ā´•āĩā´¸ā´ž ā´Ąāĩ†ā´¸ā´ŋā´Žā´˛āĩâ€ ā´…ā´•āĩā´•ā´‚ ā´…ā´˛āĩā´˛āĩ†ā´™āĩā´•ā´ŋā´˛āĩâ€ '}' ā´†ā´ĩā´ļāĩā´¯ā´Žāĩā´Ŗāĩā´Ÿāĩ ā´¤āĩ†ā´ąāĩā´ąā´žā´¯ ā´¸ā´ŋā´‚ā´Ēāĩ‹ā´ŗā´ŋā´•āĩ ā´¸āĩ‚ā´šā´¨ā´žā´¸āĩā´Ĩā´ŋⴰⴤⴝā´ŋā´˛āĩā´˛ā´žā´¤āĩā´¤ NEWLINE ā´‰ā´Ēā´žā´§ā´ŋā´•ā´ŗāĩâ€ā´†ā´¨āĩā´¤ā´°ā´ŋā´• ā´Ēā´ŋā´ļā´•āĩā´†ā´¨āĩā´¤ā´°ā´ŋā´• ā´Ēā´ŋā´ļā´•āĩ ā´…ā´˛āĩā´˛āĩ†ā´™āĩā´•ā´ŋā´˛āĩâ€ ā´¤ā´•ā´°ā´žā´ąāĩā´ŗā´ŗ ā´’ā´Ŧāĩā´œā´•āĩā´Ÿāĩā´¨āĩā´¯āĩ‚ā´˛āĩˆā´¨āĩâ€ ā´Ģāĩā´ŗā´žā´—āĩā´•ā´ŗāĩā´Ÿāĩ† ā´…ā´¸ā´žā´§āĩā´ĩā´žā´¯ ā´•āĩ‚ā´Ÿāĩā´Ÿā´žā´¯āĩā´Žā´¤āĩ†ā´ąāĩā´ąā´žā´¯ ā´…ā´ĩā´¸āĩā´Ĩ (?(0)ā´•āĩā´¯ā´žā´°ā´•āĩā´Ÿā´°āĩâ€ ā´•āĩā´˛ā´žā´¸āĩā´¸ā´ŋā´˛āĩâ€ ā´¤āĩ†ā´ąāĩā´ąā´žā´¯ ā´Žā´¸āĩā´•āĩ‡ā´Ēāĩā´Ēāĩ ā´¸āĩ€ā´•āĩā´ĩā´¨āĩâ€ā´¸āĩlookbehind ā´…ā´¸āĩ‡ā´°āĩâ€ā´ˇā´¨āĩā´ąāĩ† ā´ĩāĩā´¯ā´žā´Ēāĩā´¤ā´ŋ ā´¸āĩā´Ĩā´ŋā´°ā´Žā´˛āĩā´˛ā´¤āĩ†ā´ąāĩā´ąā´žā´¯ \P ā´…ā´˛āĩā´˛āĩ†ā´™āĩā´•ā´ŋā´˛āĩâ€ \p ā´•āĩā´°ā´Žā´‚(?(-ā´¨āĩ ā´ļāĩ‡ā´ˇā´‚ ā´¤āĩ†ā´ąāĩā´ąā´žā´¯ ā´…ā´•āĩā´•ā´‚ ā´…ā´˛āĩā´˛āĩ†ā´™āĩā´•ā´ŋā´˛āĩâ€ ā´Ēāĩ‡ā´°āĩā´¸ā´ŋā´‚ā´Ēāĩ‹ā´ŗā´ŋā´•āĩ ā´¸āĩ‚ā´šā´¨ā´¯ā´ŋā´˛āĩâ€ '<' ⴞⴭāĩā´¯ā´Žā´˛āĩā´˛ā´•ā´Žā´¨āĩā´ąā´ŋā´¨āĩ ā´ļāĩ‡ā´ˇā´‚ ) ⴞⴭāĩā´¯ā´Žā´˛āĩā´˛ā´…ā´ĩā´¸ā´žā´¨ā´¤āĩā´¤ā´ŋā´˛āĩā´ŗāĩā´ŗ ) ⴞⴭāĩā´¯ā´Žā´˛āĩā´˛ā´•āĩā´¯ā´žā´°ā´•āĩā´Ÿā´°āĩâ€ ā´•āĩā´˛ā´žā´¸āĩā´¸ā´ŋā´¨āĩ ā´…ā´ĩā´¸ā´žā´¨ā´Žāĩā´ŗāĩā´ŗ ] ⴞⴭāĩā´¯ā´Žā´˛āĩā´˛ā´‰ā´Ēā´Žā´žā´¤āĩƒā´•ā´¯āĩā´Ÿāĩ† ā´Ēāĩ‡ā´°ā´ŋā´˛āĩâ€ ⴟāĩ†ā´°āĩâ€ā´Žā´ŋā´¨āĩ‡ā´ąāĩā´ąā´°āĩâ€ ⴞⴭāĩā´¯ā´Žā´˛āĩā´˛mount doesn't implement content type guessingmount eject ā´…ā´¨āĩā´ĩā´Ļā´ŋā´•āĩā´•āĩā´¨āĩā´¨ā´ŋā´˛āĩā´˛eject ā´…ā´˛āĩā´˛āĩ†ā´™āĩā´•ā´ŋā´˛āĩâ€ eject_with_operation, mount ā´…ā´¨āĩā´ĩā´Ļā´ŋā´•āĩā´•āĩā´¨āĩā´¨ā´ŋā´˛āĩā´˛mount remount ā´…ā´¨āĩā´ĩā´Ļā´ŋā´•āĩā´•āĩā´¨āĩā´¨ā´ŋā´˛āĩā´˛mount doesn't implement synchronous content type guessingmount unmount ā´…ā´¨āĩā´ĩā´Ļā´ŋā´•āĩā´•āĩā´¨āĩā´¨ā´ŋā´˛āĩā´˛mount ā´…ā´˛āĩā´˛āĩ†ā´™āĩā´•ā´ŋā´˛āĩâ€ unmount_with_operation, mount ā´…ā´¨āĩā´ĩā´Ļā´ŋā´•āĩā´•āĩā´¨āĩā´¨ā´ŋā´˛āĩā´˛ā´†ā´ĩā´°āĩâ€ā´¤āĩā´¤ā´¨ā´¤āĩā´¤ā´ŋā´¨āĩā´ąāĩ† ā´†ā´ĩā´ļāĩā´¯ā´•ⴤⴝā´ŋā´˛āĩā´˛{} ā´•āĩā´ĩā´žā´Ŗāĩā´Ÿā´ŋā´Ģā´¯ā´ąā´ŋā´˛āĩâ€ ā´¨ā´Žāĩā´Ēā´°āĩâ€ ā´ĩā´ŗā´°āĩ† ā´ĩā´˛āĩā´¤ā´žā´Ŗāĩāĩ{} ā´•āĩā´ĩā´žā´Ŗāĩā´Ÿā´ŋā´Ģā´¯ā´ąā´ŋā´˛āĩâ€ ā´¨ā´Žāĩā´Ēā´ąāĩā´•ā´ŗāĩâ€ ā´•āĩā´°ā´Žā´¤āĩā´¤ā´ŋⴞⴞāĩā´˛ā´’ā´•āĩā´Ÿā´˛āĩâ€ ā´Žāĩ‚ā´˛āĩā´˛āĩā´¯ā´‚ \377-ā´¨āĩ‡ā´•āĩā´•ā´žā´ŗāĩâ€ ā´ĩā´˛āĩā´¤ā´žā´•āĩā´¨āĩā´¨āĩā´†ā´ĩā´ļāĩā´¯ā´Žā´žā´¯ ā´Žāĩ†ā´Žāĩā´Žā´ąā´ŋ ⴞⴭāĩā´¯ā´Žā´˛āĩā´˛overran compiling workspaceā´Žāĩā´Žāĩā´Ēāĩāĩ ā´Ēā´°ā´ŋā´ļāĩ‹ā´§ā´ŋⴚāĩā´šā´ŋⴟāĩā´Ÿāĩā´ŗāĩā´ŗ ā´¸āĩ‚ā´šā´¨ ā´‰ā´Ēā´Žā´žā´¤āĩƒā´•ā´•ā´ŗāĩâ€ ⴞⴭāĩā´¯ā´Žā´˛āĩā´˛ā´•āĩā´¯ā´žā´°ā´•āĩā´Ÿā´°āĩâ€ ā´•āĩā´˛ā´žā´¸āĩā´¸ā´ŋā´˛āĩâ€ ā´Ēā´°ā´ŋā´§ā´ŋ ā´Ēāĩā´ąā´¤āĩā´¤āĩ ā´•ā´Ÿā´•āĩā´•āĩā´¨āĩā´¨āĩā´ąā´ŋā´•āĩā´•āĩ‡ā´ąāĩâ€ā´ˇā´¨āĩâ€ ā´Ēā´°ā´ŋā´§ā´ŋ ā´Žā´¤āĩā´¤ā´ŋā´¯ā´ŋā´°ā´ŋā´•āĩā´•āĩā´¨āĩā´¨āĩā´ąā´ŋā´•āĩā´•āĩ‡ā´°āĩâ€ā´¸āĩ€ā´ĩāĩ ā´•āĩ‹ā´ŗāĩâ€ ā´˛āĩ‚ā´Ēā´ŋā´˛āĩâ€ ā´…ā´¨ā´ŋā´ļāĩā´šā´ŋā´¤ā´Žā´žā´¯ā´ŋ ā´Ēāĩā´°ā´ĩā´°āĩâ€ā´¤āĩā´¤ā´ŋā´•āĩā´•āĩā´¨āĩā´¨āĩā´¨ā´ŋā´˛ā´ĩā´ŋā´˛ā´ŋā´˛āĩā´˛ā´žā´¤āĩā´¤ ā´‰ā´Ēā´Žā´žā´¤āĩƒā´•ā´¯āĩā´•āĩā´•āĩā´ŗāĩā´ŗ ā´¸āĩ‚ā´šā´¨ā´ąāĩ†ā´—āĩā´˛ā´°āĩâ€ ā´Žā´•āĩā´¸āĩā´Ēāĩā´°āĩ†ā´ˇā´¨āĩâ€ ā´ĩā´ŗā´°āĩ† ā´ĩā´˛āĩā´¤ā´žā´Ŗāĩāĩā´’ā´°āĩ DEFINE ā´—āĩā´°āĩ‚ā´Ēāĩā´Ēāĩstray final '\'ā´‰ā´Ēā´Žā´žā´¤āĩƒā´• ā´¨ā´žā´Žā´‚ ā´ĩā´ŗā´°āĩ† ā´ĩā´˛āĩā´¤ā´žā´Ŗāĩāĩ (ā´•āĩ‚ā´Ÿā´ŋⴝⴤāĩāĩ 32 ā´…ā´•āĩā´ˇā´°ā´™āĩā´™ā´ŗāĩâ€)ā´¸ā´ŋā´‚ā´˛ā´ŋā´™āĩā´•āĩ non-NULL ⴆⴝā´ŋā´°ā´ŋā´•āĩā´•ā´Ŗā´‚ā´Ēā´žā´ąāĩâ€ā´ˇāĩā´¯ā´˛āĩâ€ ā´Žā´žā´šāĩā´šā´ŋā´™ā´ŋā´¨āĩ ā´Ēā´ŋā´¨āĩā´¤āĩā´Ŗ ⴞⴭāĩā´¯ā´Žā´˛āĩā´˛ā´žā´¤āĩā´¤ ā´ĩā´¸āĩā´¤āĩā´•āĩā´•ā´ŗāĩâ€ ⴈ ā´Žā´žā´¤āĩƒā´•ā´¯ā´ŋā´˛āĩā´Ŗāĩā´Ÿāĩā´…ā´ĩⴍⴧā´ŋ named ā´‰ā´Ēā´Žā´žā´¤āĩƒā´•ā´•ā´ŗāĩâ€ (ā´•āĩ‚ā´Ÿā´ŋā´¯ā´žā´˛āĩâ€ 10,000)ā´°ā´Ŗāĩā´Ÿāĩāĩ named ā´‰ā´Ēā´Žā´žā´¤āĩƒā´•ā´•ā´ŗāĩâ€ā´•āĩā´•āĩāĩ ā´’ā´°āĩ‡ ā´Ēāĩ‡ā´°āĩāĩā´…ā´Ēāĩā´°ā´¤āĩ€ā´•āĩā´ˇā´ŋā´¤ā´Žā´žā´¯ ā´†ā´ĩā´°āĩâ€ā´¤āĩā´¤ā´¨ā´‚ā´Ēāĩ‚ā´°āĩâ€ā´Ŗāĩā´Ŗā´Žā´žā´•ā´žā´¤āĩā´¤ ā´¸ā´ŋā´‚ā´Ēāĩ‹ā´ŗā´ŋā´•āĩ ā´¸āĩ‚ā´šā´¨ā´žā´…ā´Ēā´°ā´ŋⴚā´ŋā´¤ā´Žā´žā´¯ ā´Ēāĩ‹ā´¸ā´ŋā´•āĩā´¸āĩ ā´•āĩā´˛ā´žā´¸āĩā´¸āĩ ā´¨ā´žā´Žā´‚ā´…ā´Ēā´°ā´ŋⴚā´ŋā´¤ā´Žā´žā´¯ ā´Ēā´ŋā´ļā´•āĩā´…ā´Ēā´°ā´ŋⴚā´ŋā´¤ā´Žā´žā´¯ ā´Žā´¸āĩā´•āĩ‡ā´Ēāĩā´Ēāĩ ā´¸āĩ€ā´•āĩā´ĩā´¨āĩâ€ā´¸āĩā´…ā´Ēā´°ā´ŋⴚā´ŋā´¤ā´Žā´žā´¯ ā´ĩā´ŋā´ļāĩ‡ā´ˇā´¤ ā´¨ā´žā´Žā´‚ \P ā´…ā´˛āĩā´˛āĩ†ā´™āĩā´•ā´ŋā´˛āĩâ€ \p(?-ā´¨āĩ ā´ļāĩ‡ā´ˇā´‚ ā´…ā´Ēā´°ā´ŋⴚā´ŋā´¤ā´Žā´žā´¯ ā´•āĩā´¯ā´žā´°ā´•āĩā´Ÿā´°āĩâ€(?<-ā´¨āĩ ā´ļāĩ‡ā´ˇā´‚ ā´…ā´Ēā´°ā´ŋⴚā´ŋā´¤ā´Žā´žā´¯ ā´•āĩā´¯ā´žā´°ā´•āĩā´Ÿā´°āĩâ€(?P-ā´¨āĩ ā´ļāĩ‡ā´ˇā´‚ ā´…ā´Ēā´°ā´ŋⴚā´ŋā´¤ā´Žā´žā´¯ ā´•āĩā´¯ā´žā´°ā´•āĩā´Ÿā´°āĩâ€\-ā´¨āĩ ā´ļāĩ‡ā´ˇā´‚ ā´…ā´Ēā´°ā´ŋⴚā´ŋā´¤ā´Žā´žā´¯ ā´…ā´•āĩā´ˇā´°ā´‚ā´ĩāĩ‹ā´ŗāĩā´¯ā´‚ ā´Ēāĩā´ąā´¤āĩā´¤ā´ŋā´ąā´•āĩā´•ā´˛āĩâ€ ā´…ā´¨āĩā´ĩā´Ļā´ŋā´•āĩā´•āĩā´¨āĩā´¨ā´ŋā´˛āĩā´˛ā´ĩāĩ‹ā´ŗāĩā´¯ā´‚ ā´Ēāĩā´ąā´¤āĩā´¤ā´ŋā´ąā´•āĩā´•ā´˛āĩâ€ eject ā´…ā´˛āĩā´˛āĩ†ā´™āĩā´•ā´ŋā´˛āĩâ€ eject_with_operation ā´…ā´¨āĩā´ĩā´Ļā´ŋā´•āĩā´•āĩā´¨āĩā´¨ā´ŋā´˛āĩā´˛ā´ĩāĩ‹ā´ŗāĩā´¯ā´‚ ā´ŽāĩŒā´Ŗāĩā´Ÿā´ŋā´¨āĩ† ⴞⴭāĩā´¯ā´Žā´žā´•āĩā´•āĩā´¨āĩā´¨ā´ŋā´˛āĩā´˛ā´ļāĩ‚ā´¨āĩā´¯ā´Žā´žā´¯ ā´¸ā´Ŧāĩ ā´¸āĩā´Ÿāĩā´°ā´ŋā´™āĩā´™ā´ŗāĩā´•ā´ŗāĩâ€ā´•āĩā´•āĩā´ŗā´ŗ ā´Ēā´Ŗā´ŋā´¯ā´ŋⴟⴤāĩā´¤ā´ŋā´¨āĩā´ŗā´ŗ ā´Ēā´°ā´ŋā´§ā´ŋ ā´Žā´¤āĩā´¤ā´ŋā´¯ā´ŋā´°ā´ŋā´•āĩā´•āĩā´¨āĩā´¨āĩzero-length symbolic reference./glib-2.22.2-i686/usr/share/locale/ga/0000755000000000000000000000000011271166771015613 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/ga/LC_MESSAGES/0000755000000000000000000000000011271166771017400 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/ga/LC_MESSAGES/glib20.mo0000644000000000000000000002470311271166635021021 0ustar rootrootŪ•xÜŖœ( ) = E M U a i } ’ Š Č å ü  , ? T s  !Ŧ Î î  # > S t  § ŋ Û ÷  , H "` ƒ Ÿ ž !Ö ø   &Gax!’)´-Ū $B\!xš˛:Ė!.;j%‰-¯Ũ9ņ*+9V-­+Û&#.!R)t9ž.Ø-.5d {‰ ™3§Ûė(=Vk‰œ˛$Äé')<!X'zĸÂ*Û 1>F MYj‡–Ģ"ē Ũë åø#+ >IY"q-”(Â$ë&"7Zr,Œ'š á0(3.\#‹"¯Ō,ë(#A#e'‰"ą Ô$õ)"D.g'–)ž'č1B#b0†'ˇ$ß+004a6–%Í$ķ, .E 5t ,Ē %× Dũ $B!"g!2Š!"Ŋ!"ā!/"3"8P".‰"F¸"!˙"1!#.S#)‚##Ŧ##Đ#(ô#?$2]$1$2Â$õ$%&%@%CS%—%ą%Î%ë%&&<&!\&~&“&˛&"Ī&ō&)' 8'#Y'2}'0°'.á')(2:(m(Œ(Ÿ(ą(ē( Ã(Î(ā(ū()2)*G)r)-‚)°)dnODP6krGha'KFM1 pU$cub-#;i)5x<CEQ,S*=7?q&l/V:e_R8tB^"! ]vZN+sJ0`I( @o H>2Y4f3% jmAgLX9wT\W.[ (invalid encoding)%.1f GB%.1f KB%.1f MB%s filetype%s type) without opening (Application Options:Can't find applicationError accepting connection: %sError binding to address: %sError closing file: %sError closing socket: %sError closing unix: %sError connecting: Error connecting: %sError creating backup copy: %sError creating directory: %sError during conversion: %sError getting filesystem info: %sError launching application: %sError making symbolic link: %sError moving file: %sError on line %d char %d: Error on line %d: %sError opening directory '%s': %sError opening file '%s': %sError opening file: %sError parsing option %sError reading file '%s': %sError reading from file: %sError reading from unix: %sError receiving data: %sError receiving message: %sError removing file: %sError removing old backup link: %sError removing old file: %sError removing target file: %sError renaming file: %sError renaming temporary file: %sError resolving '%s'Error resolving '%s': %sError reverse-resolving '%s': %sError seeking in file: %sError sending data: %sError sending message: %sError setting SELinux context: %sError setting extended attribute '%s': %sError setting modification or access time: %sError setting owner: %sError setting permissions: %sError setting symlink: %sError stating file '%s': %sError stating file descriptor: %sError trashing file: %sError truncating file: %sError while compiling regular expression %s at char %d: %sError writing to file: %sError writing to unix: %sFailed to close file '%s': fclose() failed: %sFailed to create file '%s': %sFailed to execute helper program (%s)Failed to expand exec line '%s' with URI '%s'Failed to fork (%s)Failed to get attributes of file '%s': fstat() failed: %sFailed to map file '%s': mmap() failed: %sFailed to open file '%s' for writing: fdopen() failed: %sFailed to open file '%s': %sFailed to open file '%s': fdopen() failed: %sFailed to open file '%s': open() failed: %sFailed to read data from child processFailed to read from child pipe (%s)Failed to read from file '%s': %sFailed to read the symbolic link '%s': %sFailed to rename file '%s' to '%s': g_rename() failed: %sFailed to write file '%s': fflush() failed: %sFailed to write file '%s': fsync() failed: %sFailed to write file '%s': fwrite() failed: %sFile "%s" is too largeFile is emptyFilesystem rootHelp Options:Invalid UTF-8 encoded text in name - not valid '%s'Invalid filenameInvalid filename %sInvalid group name: %sInvalid hostnameInvalid key name: %sInvalid program name: %sInvalid seek requestInvalid working directory: %sNot a regular fileShow all help optionsShow help optionsTemplate '%s' doesn't contain XXXXXXThe URI '%s' is invalidThe hostname of the URI '%s' is invalidURIs not supportedUnable to create socket: %sUnable to create trash dir %s: %sUnable to create trashing info file: %sUnable to get pending error: %sUnable to trash file: %sUnknown error executing child process "%s"Unknown error on connectUnknown option %sUnknown typeUnnamedUsage:[OPTION...]corrupted objectcreating GSocket from fd: %sdigit expectedfailed to get memoryinternal errorinternal error or corrupted objectout of memorysymlink must be non-NULLunknown errorProject-Id-Version: glib.master Report-Msgid-Bugs-To: POT-Creation-Date: 2009-10-07 09:51-0400 PO-Revision-Date: 2009-08-08 01:49-0600 Last-Translator: SeÃĄn de BÃērca Language-Team: Irish MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=5; plural=n==1 ? 0 : (n%10==1 || n%10==2) ? 1 : (n%10>=3 && n%10<= 6) ? 2 : ((n%10>=7 && n%10<=9) || n==10) ? 3 : 4; (ionchÃŗdÃē neamhbhailí)%.1f GB%.1f KB%.1f MBcineÃĄl comhaid %scineÃĄl %s) gan ( tosaighRoghanna FeidhmchlÃĄir:Ní fÊidir feidhmchlÃĄr a aimsiÃēEarrÃĄid agus ag glacadh leis an gceangal: %sEarrÃĄid agus ÃĄ cheangal le seoladh: %sEarrÃĄid agus comhad ÃĄ dhÃēnadh: %sEarrÃĄid agus soicÊad ÃĄ dhÃēnadh: %sEarrÃĄid agus unix ÃĄ dhÃēnadh: %sEarrÃĄid agus ÃĄ nasc: EarrÃĄid agus ÃĄ nasc: %sEarrÃĄid agus cÃŗip cÃēltaca ÃĄ chruthÃē: %sEarrÃĄid agus comhadlann ÃĄ cruthÃē: %sEarrÃĄid le linn cumarsÃĄide: %sEarrÃĄid agus eolas chÃŗras comhad ÃĄ fhÃĄil: %sEarrÃĄid agus feidhmchlÃĄr ÃĄ thosÃē: %sEarrÃĄid agus nasc siombalach ÃĄ dhÊanamh: %sEarrÃĄid agus comhad ÃĄ bhogadh: %sEarraidh ar líne %d carachtar %d:EarrÃĄid ar líne %d: %sEarrÃĄid agus comhadlann '%s' ÃĄ oscailt: %sEarrÃĄid agus comhad '%s' ÃĄ oscailt: %sEarrÃĄid agus comhad ÃĄ oscailt: %sEarrÃĄid agus rogha %s ÃĄ pharsÃĄilEarrÃĄid agus comhad '%s' ÃĄ lÊamh: %sEarrÃĄid agus comhad ÃĄ lÊamh: %sEarrÃĄid agus unix ÃĄ lÊamh: %sEarrÃĄid agus sonraí ÃĄ bhfÃĄil: %sEarrÃĄid agus teachtaireacht ÃĄ fÃĄil: %sEarrÃĄid agus comhad ÃĄ bhaint: %sEarrÃĄid agus sean-nasc cÃēltaca ÃĄ bhaint: %sEarrÃĄid agus seanchomhad ÃĄ bhaint: %sEarrÃĄid agus spriocchomhad ÃĄ bhaint: %sEarrÃĄid agus comhad ÃĄ athainmniÃē: %sEarrÃĄid agus comhad sealadach ÃĄ athainmniÃē: %sEarrÃĄid agus '%s' ÃĄ rÊiteachEarrÃĄid agus '%s' ÃĄ rÊiteach: %sEarrÃĄid agus '%s' ÃĄ rÊiteach aisiompaithe: %sEarrÃĄid agus ag cuardach i gcomhad: %sEarrÃĄid agus sonraí ÃĄ seoladh: %sEarrÃĄid agus teachtaireacht ÃĄ seoladh: %sEarrÃĄid agus comhthÊacs SELinux ÃĄ shocrÃē: %sEarrÃĄid agus trÊith bhreisithe '%s' ÃĄ shocrÃē: %sEarrÃĄid agus am athraithe nÃŗ rochtana ÃĄ shocrÃē: %sEarrÃĄid agus ÃēinÊir ÃĄ shocrÃē: %sEarrÃĄid agus ceadanna ÃĄ socrÃē: %sEarrÃĄid agus nasc siombalach ÃĄ shocrÃē: %sEarrÃĄid agus staid chomhaid '%s' ÃĄ fÃĄil: %sEarrÃĄid agus staid tuairisceora comhaid ÃĄ fÃĄil: %sEarrÃĄid agus comhad ÃĄ chur sa bhruscar: %sEarrÃĄid agus comhad ÃĄ theascadh: %sEarrÃĄid agus slonn ionadaíochta %s ÃĄ thiomsÃē ag carachtar %d: %sEarrÃĄid agus comhad ÃĄ scríobh: %sEarrÃĄid agus unix ÃĄ scríobh: %sTheip ar dhÃēnadh comhaid '%s': theip fclose(): %sTheip ar chruthÃē comhaid '%s': %sTheip ar rith clÃĄir cabhrach (%s)Theip ar leathnÃē líne reatha '%s' le URI '%s'Theip ar dhÊanamh forc (%s)Theip ar fhÃĄil trÊithe comhaid '%s': theip fstat(): %sTheip ar mapÃĄil comhad '%s': theip mmap(): %sTheip ar oscailt comhaid '%s' le haghaidh scríofa: theip fdopen(): %sTheip ar oscailt comhaid '%s': %sTheip ar oscailt comhaid '%s': theip fdopen(): %sTheip ar oscailt comhad '%s': theip open(): %sTheip ar lÊamh sonraí Ãŗ mhacphrÃŗiseasTheip ar lÊamh Ãŗ mhacphíopa (%s)Theip ar lÊamh Ãŗ chomhad '%s': %sTheip ar lÊamh nasc siombalach '%s': %sTheip ar athainmniÃē comhaid '%s' go '%s': theip g_rename(): %sTheip ar scríobh comhaid '%s': theip fflush(): %sTheip ar scríobh comhaid '%s': theip fsync(): %sTheip ar scríobh comhaid '%s': theip fwrite(): %sTÃĄ comhad "%s" rÃŗ-mhÃŗrIs folamh Ê an comhadFrÊamh an chÃŗras comhadRoghanna Cabhrach:TÊacs UTF-8-ionchÃŗdaithe neamhbhailí san ainm - níl '%s' bailíAinm comhaid neamhbhailíAinm comhaid %s neamhbhailíAinm grÃēpa neamhbhailí: %sÓstainm neamhbhailíAinm eocrach neamhbhailí: %sAinm clÃĄir neamhbhailí: %sIarratas cuardaigh neamhbhailíComhadlann oibre neamhbhailí: %sNí gnÃĄthchomhad ÊTaispeÃĄin gach rogha cabhrachTaispeÃĄin roghanna cabhrachNíl XXXXXX ann sa teimplÊad '%s'Is neamhbhailí an URI '%s'Is neamhbhailí an t-Ãŗstainm an URI '%s'Ní thaicaítear leis na URIannaNí fÊidir soicÊad a chruthÃē: %sNí fÊidir comhadlann bhruscair %s a chruthÃē: %sNí fÊidir comhad eolas bruscair a chruthÃē: %sNí fÊidir earrÃĄid ar feitheamh a fhÃĄil: %sNí fÊidir comhad a chur sa bhruscar: %sEarrÃĄid anaithnid agus macphrÃŗiseas "%s" ÃĄ rithEarrÃĄid anaithnid ag am naiscRogha anaithnid %sCineÃĄl anaithnidGan ainmÚsÃĄid:[ROGHA...]rÊad truaillitheGSocket ÃĄ chruthÃē Ãŗ fd: %sbhíothas ag sÃēil le digittheip ar fhÃĄil cuimhneearrÃĄid inmheÃĄnachearrÃĄid inmheÃĄnach nÃŗ rÊad truaillithecuimhne ídithení mÃŗr an nasc siombalach bheith neamh-NULLearrÃĄid anaithnid./glib-2.22.2-i686/usr/share/locale/th/0000755000000000000000000000000011271167002015623 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/th/LC_MESSAGES/0000755000000000000000000000000011271167002017410 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/th/LC_MESSAGES/glib20.mo0000644000000000000000000020046511271166637021050 0ustar rootrootŪ•‘¤ , !Ą!ĩ!Ŋ!Å! Í!Ų!á!Yō!_L"aŦ"#(#)H#r#&†#B­#đ#$+$(H$ q$’$#Ž$Ō$ė$2%97%!q%4“%/Č%ø%3&+C&1o&-Ą&/Ī&#˙&#' 8')Y'ƒ'(Ÿ',Č'%õ'&("B("e()ˆ(!˛( Ô(Aõ(ž7)Ö)í); *.I**x*.Ŗ*Ō**ë*&+a=+FŸ+4æ+2,:N,A‰,@Ë,; -WH-W -1ø-/*.%Z.?€.5Ā.Iö.‘@/ Ō/ķ/0'0D0[0t0‹0ž0ŗ0Ō0ī0! 1-1M1l1‚11 ˛1Ķ1ī122:2V2r2‹2§2"ŋ2â2ū23!53W3l3 …3Ļ3Ā3×3!ņ3)4-=4k4ƒ4Ą4,ģ4č4!5&5>5:X5.“50Â59ķ5-6G6>a6$ 6#Å6é6'7./7^7?}7)Ŋ7$į7% 8-28`8!t89–8*Đ89û859-R9+€9ŠŦ9&7:+^:3Š:#ž:!â:);8.;9g;%Ą;.Į;-ö;.$<S<)j<!”< ļ<Ä<ã<.ķ< "=&0=#W=&{=ĸ=Â=3Ũ=->(?>(h>(‘>)ē>ä>??)?@?Q?f??$”?0š?ę?+ @!6@X@t@1’@.Ä@Tķ@HHAF‘A=ØALB+cB!BąB-ŅB$˙B($CMC"hC3‹C9ŋCųC"D9D!QD1sD2ĨD<ØDE&4E9[E•E°E)ĘEôE#FL+FNxF°ĮFzxGķG H%#H8IH-‚H*°H5ÛH*I/JPJiJ!‰J ĢJĖJåJKK!0K$RK0wK"¨KFËK:L-ML2{LŽL;ÆL M'#M-KM)yM"ŖMÆM$ÚM ˙M? N.`NNĻNšN!ÕN'÷N3O.SO(‚O0ĢO+ÜOP(P*APlPO‹PCÛP"QBQ&bQ!‰Q*ĢQÖQīQR RC-RqRyR”R0›R.ĖR3ûR-/S ]S~S šSĻS&ēSáSKöSBT*_TDŠTĪT;ęT0&U WU1eU—U¨U ČUéUūUV*V5HV)~V¨VÆVãVøV!W5WPWmW"|W$ŸWÄW*ÜW(X0X"LX!oX‘XŠX)ŋX%éX-Y=Y5[Y‘Y9ąYëY9 ZEZWZ%wZ Z žZĖZ2čZ%[A[&Y[$€[Ĩ['Â[ę[3ú[.\=G\+…\(ą\Ú\ė\ ] #]1]$I]n] Ž] ¯] Đ]ņ]6^G^,f^“^x˛^?+`k`s`{`ƒ`Ÿ`¯`Ņŋ`őaëWb?CcEƒcZÉc0$dgUdkŊdT)e7~eoļeh&fifEųfl?gQŦgQūgžPh­īhyiojj‡j*ōj„kmĸkslo„lqôlffmBÍm]nžnn`-ouŽo‡pOŒpcÜp`@qPĄq]ōqCPrB”rĨ×ry}sK÷tZCutžuŒvŠ vŽ+wEēwbxecxöÉxĨĀy„fz~ëzŠj{žõ{m”|}Մ}ģZ~jsbõŒX€Šå€ŗp^$‚Dƒƒ-ȃdöƒ[[„Lˇ„X…a]…Pŋ…R†dc†aȆ[*‡v†‡[ũ‡TYˆOވcūˆFb‰cЉT ŠObŠX˛ŠT ‹j`‹dˋR0ŒUƒŒI،d#Uˆ^Ūd=ŽsĸŽ_cv|ڏ…WRŨU0‘V†‘„Ũ‘”b’[÷’XS“NŦ“rû“Nn”LŊ”g •dr•›×•|s–…đ–§v—j˜‰˜} ™P‡™‰Ø™mbš\КZ-›@ˆ›ƒÉ›\MœVǜ\m^%Ė@ō†3ž[ēž{Ÿ=’Ÿ]П[. Š ]§ĄbĸƒhĸwėĸXdŖ[ŊŖž¤Œ¸¤EĨ`ĶĨ_4Ļ`”Ļ0õĻ]&§K„§'ЧNø§!G¨Pi¨:ē¨Hõ¨f>ŠvĨŠHĒSeĒ”šĒŃßĢsaŦsÕŦŸI­xé­3bŽ7–Ž:ÎŽ6 ¯7@¯@x¯uš¯Ĩ/°•Õ°vkąšâąg}˛Tå˛g:ŗcĸŗf´Ĩm´ŠĩŠžĩ‡)ļÛąļŠˇ;¸8T¸S¸ZḐ<š-ÍšPûšeLēk˛ēOģ–nģBŧ]Hŧ~Ļŧœ%Ŋ´ÂŊKwž{ސ?ŋJĐŋHĀ“dĀ*øĀi#ÁŲÁÍgÂâ5Ã-Å<FÆ3ƒÆxˇÆƒ0Įh´Į=Čv[ȇŌČrZÉxÍÉ=FĘO„ĘTÔĘu)ËWŸË^÷ËHVĖ<ŸĖEÜĖ5"ÍEXÍ3žÍEŌÍKÎHdÎK­Î.ųÎQ(ĪizĪŧäĪ„ĄĐx&ŅTŸŅ$ôŅXŌNrŌIÁŌV ĶBbĶ^ĨĶ?ÔrDÔTˇÔg ÕOtÕ:ÄÕ˙ÕFÖafÖjČ֜3׍Đ×i^Ø„ČØ~MŲĖŲOLڇœÚ?$ÛĀdÛ´%Ü]ÚÜS8ŨxŒŨcŪ•iŪu˙Ū6ußWŦß9āą>āđāH áUáŠlá`÷ájXâcÃâR'ãBzã Ŋã9Éãaä:eäë äUŒåâåĀdæ9%įŦ_įc čp萆č-éXEé[žé&úé1!ę'SęZ{ędÖęZ;ëB–ëAŲëEė6aėF˜ėWßėH7í-€ífŽíî:—î~ŌîxQī>ĘīU đS_đ6ŗđęđ?ņZFņ{Ąņoō‚ōlķŸ}ķoô†ô3õfHõ`¯õ>ö-Oör}öđöN÷HĐ÷føo€øKđø2<ų[oų—ËųGcúĢú‰<ûKÆû?üWRüRĒüEũüHCũpŒũKũũLIūL–ūSãūZ7˙m’˙E~FoÅ´B4õN¸Uü&L7 ĩWŒū¯8Á1cJ‡ēŗU.ėãC…[ØŪä%‰Ã! č\w ‚ô/G'›ąHRž|*_¤ŠÍ<­tÕ'^6ASrđhlĸ;rXįԆXö~x°#V*ķBPųˆĖĀ)e†sN$…]@ÜYa<@ŽOwkm (uLZ2OgÂ?o38qSjĨoën7 Čâv4.zˇ øˆī`+JQĄjvT}ŨŸ—PÚŲe"=6K ‹ģtáËļŧÖ3í-ęMû0\‹WV`–y c(‡9_:F,É?‘Ryō5!æ×™Š•DŽĻÆu=åƒ:ßĒnŋ5ĢEi„f,’îsCE&2$Hg>€}ž9IŌAŠMp¨pxT+q‚Qb ʲ;aĪŦ~{zú1Ŋ ˜ĮŅbÛmņΝ |kd€ŽK[^>dID0"]”Ч%ŃY-āl“÷Z ÄéFšŖũGhœš‰Ķ /‘if˙#Œ){„ (invalid encoding)%.1f GB%.1f KB%.1f MB%s filetype%s type%u byte%u bytes'%s' is not a valid character following a '<' character; it may not begin an element name'%s' is not a valid character following the characters '''%s' is not a valid name '%s' is not a valid name: '%c' (?R or (?[+-]digits must be followed by )) without opening (A bookmark for URI '%s' already existsAbstract unix domain socket addresses not supported on this systemAdded socket is closedApplication Options:Association creation not supported on win32Attribute '%s' of element '%s' not foundAttribute value must be non-NULLBackup file creation failedCan't copy directory over directoryCan't copy over directoryCan't copy special fileCan't create user MIME configuration folder %s: %sCan't create user application configuration folder %s: %sCan't create user desktop file %sCan't do a raw read in g_io_channel_read_line_stringCan't do a raw read in g_io_channel_read_to_endCan't find applicationCan't handle the supplied version the icon encodingCan't handle version %d of GEmblem encodingCan't handle version %d of GEmblemedIcon encodingCan't handle version %d of GFileIcon encodingCan't handle version %d of GThemedIcon encodingCan't move directory over directoryCan't open directoryCan't recursively copy directoryCan't rename file, filename already existCan't rename root directoryCancellable initialization not supportedCannot convert fallback '%s' to codeset '%s'Cannot parse double value '%s' for %sCannot parse integer value '%s' for %sCannot set permissions on symlinksCannot truncate GMemoryInputStreamChannel terminates in a partial characterCharacter out of range for UTF-16Character out of range for UTF-8Character reference '%-.*s' does not encode a permitted characterCharacter reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Connection in progressContaining mount does not existConversion from character set '%s' to '%s' is not supportedCould not allocate %lu bytes to read file "%s"Could not open converter from '%s' to '%s'Could not open converter from '%s' to '%s': %sCustom definition for %sDEFINE group contains more than one branchDesktop file didn't specify Exec fieldDocument ended unexpectedly after the equals sign following an attribute name; no attribute valueDocument ended unexpectedly inside a comment or processing instructionDocument ended unexpectedly inside an attribute nameDocument ended unexpectedly inside an element nameDocument ended unexpectedly inside an element-opening tag.Document ended unexpectedly inside the close tag for element '%s'Document ended unexpectedly just after an open angle bracket '<'Document ended unexpectedly while inside an attribute valueDocument ended unexpectedly with elements still open - '%s' was the last element openedDocument ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>Document must begin with an element (e.g. )Document was empty or contained only whitespaceDouble value '%s' for %s out of rangeElement '%s' was closed, but the currently open element is '%s'Element '%s' was closed, no element is currently openEmpty entity '&;' seen; valid entities are: & " < > 'Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Entity name '%-.*s' is not knownEnumerator is closedError accepting connection: %sError binding to address: %sError closing file: %sError closing socket: %sError closing unix: %sError connecting: Error connecting: %sError creating backup copy: %sError creating directory: %sError during conversion: %sError getting filesystem info: %sError launching application: %sError making symbolic link: %sError moving file: %sError on line %d char %d: Error on line %d: %sError opening directory '%s': %sError opening file '%s': %sError opening file: %sError parsing option %sError reading file '%s': %sError reading from file: %sError reading from unix: %sError receiving data: %sError receiving message: %sError removing file: %sError removing old backup link: %sError removing old file: %sError removing target file: %sError renaming file: %sError renaming temporary file: %sError resolving '%s'Error resolving '%s': %sError reverse-resolving '%s': %sError seeking in file: %sError sending data: %sError sending message: %sError setting SELinux context: %sError setting extended attribute '%s': %sError setting modification or access time: %sError setting owner: %sError setting permissions: %sError setting symlink: %sError setting symlink: file is not a symlinkError stating file '%s': %sError stating file descriptor: %sError trashing file: %sError truncating file: %sError while compiling regular expression %s at char %d: %sError while matching regular expression %s: %sError while optimizing regular expression %s: %sError while parsing replacement text "%s" at char %lu: %sError writing to file: %sError writing to unix: %sExisting file '%s' could not be removed: g_unlink() failed: %sExpected a GEmblem for GEmblemedIconExpecting 1 control message, got %dExpecting one fd, but got %d Failed to change to directory '%s' (%s)Failed to close file '%s': fclose() failed: %sFailed to create file '%s': %sFailed to create pipe for communicating with child process (%s)Failed to execute child process "%s" (%s)Failed to execute child process (%s)Failed to execute helper program (%s)Failed to expand exec line '%s' with URI '%s'Failed to fork (%s)Failed to fork child process (%s)Failed to get attributes of file '%s': fstat() failed: %sFailed to map file '%s': mmap() failed: %sFailed to open file '%s' for writing: fdopen() failed: %sFailed to open file '%s': %sFailed to open file '%s': fdopen() failed: %sFailed to open file '%s': open() failed: %sFailed to parse '%-.*s', which should have been a digit inside a character reference (ê for example) - perhaps the digit is too largeFailed to read data from child processFailed to read data from child process (%s)Failed to read enough data from child pid pipe (%s)Failed to read from child pipe (%s)Failed to read from file '%s': %sFailed to read the symbolic link '%s': %sFailed to redirect output or input of child process (%s)Failed to rename file '%s' to '%s': g_rename() failed: %sFailed to resize memory output streamFailed to write file '%s': fflush() failed: %sFailed to write file '%s': fsync() failed: %sFailed to write file '%s': fwrite() failed: %sFile "%s" is too largeFile enumerator has outstanding operationFile enumerator is already closedFile is emptyFile names cannot contain '%c'Filesystem rootGSocketControlMessage not supported on windowsHelp Options:Hostname '%s' contains '[' but not ']'Input stream doesn't implement readInteger value '%s' for %s out of rangeInteger value '%s' out of rangeInvalid GSeekType suppliedInvalid UTF-8 encoded text in name - not valid '%s'Invalid attribute type (byte string expected)Invalid attribute type (string expected)Invalid attribute type (uint32 expected)Invalid attribute type (uint64 expected)Invalid byte sequence in conversion inputInvalid extended attribute nameInvalid filenameInvalid filename %sInvalid group name: %sInvalid hostnameInvalid key name: %sInvalid program name: %sInvalid seek requestInvalid sequence in conversion inputInvalid socket, initialization failed due to: %sInvalid socket, not initializedInvalid string in argument vector at %d: %sInvalid string in environment: %sInvalid symlink value givenInvalid working directory: %sKey file contains escape character at end of lineKey file contains invalid escape sequence '%s'Key file contains key '%s' in group '%s' which has value that cannot be interpreted.Key file contains key '%s' which has a value that cannot be interpreted.Key file contains key '%s' which has value that cannot be interpreted.Key file contains key '%s' with value '%s' which is not UTF-8Key file contains line '%s' which is not a key-value pair, group, or commentKey file contains unsupported encoding '%s'Key file does not have group '%s'Key file does not have key '%s'Key file does not have key '%s' in group '%s'Key file does not start with a groupLeftover unconverted data in read bufferListener is already closedMalformed input data for GFileIconMalformed number of tokens (%d) in GEmblem encodingMalformed number of tokens (%d) in GEmblemedIcon encodingMalformed version number: %sMemory output stream not resizableMissing argument for %sMove between mounts not supportedNo MIME type defined in the bookmark for URI '%s'No application is registered as handling this fileNo application with name '%s' registered a bookmark for '%s'No bookmark found for URI '%s'No groups set in bookmark for URI '%s'No private flag has been defined in bookmark for URI '%s'No service record for '%s'No type for class name %sNo valid bookmark file found in data dirsNot a regular fileNot enough space for socket addressOdd character '%s', expected a '=' after attribute name '%s' of element '%s'Odd character '%s', expected a '>' character to end the empty-element tag '%s'Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute nameOdd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'Operation not supportedOperation was cancelledOutput stream doesn't implement writePCRE library is compiled without UTF8 properties supportPCRE library is compiled without UTF8 supportPOSIX collating elements are not supportedPOSIX named classes are supported only within a classPartial character sequence at end of inputQuoted text doesn't begin with a quotation markReached maximum data array limitReceived invalid fdSELinux context must be non-NULLSELinux is not enabled on this systemSeek not supported on streamSetting attribute %s not supportedShow all help optionsShow help optionsSocket is already closedSource stream is already closedStream doesn't support query_infoStream has outstanding operationStream is already closedSymbolic links not supportedTarget file existsTarget file is a directoryTarget file is not a regular fileTemplate '%s' doesn't contain XXXXXXTemplate '%s' invalid, should not contain a '%s'Temporarily unable to resolve '%s'Text ended before matching quote was found for %c. (The text was '%s')Text ended just after a '\' character. (The text was '%s')Text was empty (or contained only whitespace)The URI '%s' contains invalidly escaped charactersThe URI '%s' is invalidThe URI '%s' is not an absolute URI using the "file" schemeThe file was externally modifiedThe hostname of the URI '%s' is invalidThe local file URI '%s' may not include a '#'The pathname '%s' is not an absolute pathToo large count value passed to %sTrash not supportedTruncate not allowed on input streamTruncate not supported on streamType %s does not implement from_tokens() on the GIcon interfaceType %s does not implement the GIcon interfaceType %s is not classedURIs not supportedUnable to create socket: %sUnable to create trash dir %s: %sUnable to create trashing info file: %sUnable to find default local directory monitor typeUnable to find default local file monitor typeUnable to find or create trash directoryUnable to find terminal required for applicationUnable to find toplevel directory for trashUnable to get pending error: %sUnable to trash file: %sUnexpected attribute '%s' for element '%s'Unexpected early end-of-streamUnexpected error in g_io_channel_win32_poll() reading data from a child processUnexpected error in select() reading data from a child process (%s)Unexpected error in waitpid() (%s)Unexpected tag '%s' inside '%s'Unexpected tag '%s', tag '%s' expectedUnexpected type of ancillary dataUnknown error executing child process "%s"Unknown error on connectUnknown option %sUnknown protocol was specifiedUnknown typeUnmatched quotation mark in command line or other shell-quoted textUnnamedUnsupported socket addressUsage:Valid key file could not be found in search dirsValue '%s' cannot be interpreted as a boolean.Value '%s' cannot be interpreted as a float number.Value '%s' cannot be interpreted as a number.Waiting for socket condition: %sWrong number of tokens (%d)[OPTION...]\ at end of pattern\C not allowed in lookbehind assertion\c at end of pattern\g is not followed by a braced name or an optionally braced non-zero numberassertion expected after (?(association changes not supported on win32back references as conditions are not supported for partial matchingbacktracking limit reachedcase-changing escapes (\l, \L, \u, \U) are not allowed herecharacter value in \x{...} sequence is too largecode overflowconditional group contains more than two branchescorrupted objectcould not get local address: %scould not get remote address: %scould not listen: %screating GSocket from fd: %sdigit expecteddrive doesn't implement ejectdrive doesn't implement eject or eject_with_operationdrive doesn't implement polling for mediadrive doesn't implement startdrive doesn't implement stopfailed to get memoryhexadecimal digit expectedhexadecimal digit or '}' expectedillegal symbolic referenceinconsistent NEWLINE optionsinternal errorinternal error or corrupted objectinvalid combination of newline flagsinvalid condition (?(0)invalid escape sequence in character classlookbehind assertion is not fixed lengthmalformed \P or \p sequencemalformed number or name after (?(missing '<' in symbolic referencemissing ) after commentmissing terminating )missing terminating ] for character classmissing terminator in subpattern namemount doesn't implement content type guessingmount doesn't implement ejectmount doesn't implement eject or eject_with_operationmount doesn't implement remountmount doesn't implement synchronous content type guessingmount doesn't implement unmountmount doesn't implement unmount or unmount_with_operationnothing to repeatnumber too big in {} quantifiernumbers out of order in {} quantifieroctal value is greater than \377out of memoryoverran compiling workspacepreviously-checked referenced subpattern not foundrange out of order in character classrecursion limit reachedrecursive call could loop indefinitelyreference to non-existent subpatternregular expression too largerepeating a DEFINE group is not allowedstray final '\'subpattern name is too long (maximum 32 characters)symlink must be non-NULLthe pattern contains items not supported for partial matchingtoo many named subpatterns (maximum 10,000)two named subpatterns have the same nameunexpected repeatunfinished symbolic referenceunknown POSIX class nameunknown errorunknown escape sequenceunknown property name after \P or \punrecognized character after (?unrecognized character after (?<unrecognized character after (?Punrecognized character follows \volume doesn't implement ejectvolume doesn't implement eject or eject_with_operationvolume doesn't implement mountworkspace limit for empty substrings reachedzero-length symbolic referenceProject-Id-Version: glib 2.14.1 Report-Msgid-Bugs-To: POT-Creation-Date: 2009-10-07 09:51-0400 PO-Revision-Date: 2009-09-15 14:29+0700 Last-Translator: Theppitak Karoonboonyanan Language-Team: Thai MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=1; plural=0; (⏪ā¸Ģā¸ąā¸Ēā¸­ā¸ąā¸ā¸‚ā¸Ŗā¸°āš„ā¸Ąāšˆā¸–ā¸šā¸ā¸•āš‰ā¸­ā¸‡)%.1f GB%.1f KB%.1f MBā¸Šā¸™ā¸´ā¸”āšā¸Ÿāš‰ā¸Ą %sā¸Šā¸™ā¸´ā¸” %s%u āš„ā¸šā¸•āšŒ'%s' āš„ā¸Ąāšˆāšƒā¸Šāšˆā¸­ā¸ąā¸ā¸‚ā¸Ŗā¸°ā¸—ā¸ĩāšˆāšƒā¸Šāš‰ā¸•ā¸˛ā¸Ąā¸Ģā¸Ĩā¸ąā¸‡ '<' āš„ā¸”āš‰ ⏈ā¸ļā¸‡āš„ā¸Ąāšˆā¸Ēā¸˛ā¸Ąā¸˛ā¸Ŗā¸–āšƒā¸Šāš‰ā¸‚ā¸ļāš‰ā¸™ā¸•āš‰ā¸™ā¸Šā¸ˇāšˆā¸­ā¸­ā¸´ā¸Ĩā¸´āš€ā¸Ąā¸™ā¸•āšŒāš„ā¸”āš‰'%s' āš„ā¸Ąāšˆāšƒā¸Šāšˆā¸­ā¸ąā¸ā¸‚ā¸Ŗā¸°ā¸—ā¸ĩāšˆā¸•ā¸˛ā¸Ąā¸Ģā¸Ĩā¸ąā¸‡ '''%s' āš„ā¸Ąāšˆāšƒā¸Šāšˆā¸Šā¸ˇāšˆā¸­ā¸—ā¸ĩāšˆāšƒā¸Šāš‰āš„ā¸”āš‰ '%s' āš„ā¸Ąāšˆāšƒā¸Šāšˆā¸Šā¸ˇāšˆā¸­ā¸—ā¸ĩāšˆāšƒā¸Šāš‰āš„ā¸”āš‰: '%c' (?R ā¸Ģ⏪⏎⏭ (?[+-]ā¸•ā¸ąā¸§āš€ā¸Ĩ⏂ ā¸•āš‰ā¸­ā¸‡ā¸•ā¸˛ā¸Ąā¸”āš‰ā¸§ā¸ĸ ) āš€ā¸Ēā¸Ąā¸­ā¸žā¸š ) āš‚ā¸”ā¸ĸāš„ā¸Ąāšˆā¸Ąā¸ĩ ( āš€ā¸›ā¸´ā¸”ā¸Ąā¸ĩ⏗ā¸ĩāšˆā¸„ā¸ąāšˆā¸™ā¸Ģā¸™āš‰ā¸˛ā¸Ē⏺ā¸Ģā¸Ŗā¸ąā¸š URI '%s' ⏭ā¸ĸā¸šāšˆā¸āšˆā¸­ā¸™āšā¸Ĩāš‰ā¸§ā¸Ŗā¸°ā¸šā¸šā¸™ā¸ĩāš‰āš„ā¸Ąāšˆā¸Ŗā¸­ā¸‡ā¸Ŗā¸ąā¸šā¸—ā¸ĩāšˆā¸­ā¸ĸā¸šāšˆ unix domain socket āšā¸šā¸š abstractā¸‹āš‡ā¸­ā¸āš€ā¸āš‡ā¸•ā¸—ā¸ĩāšˆāš€ā¸žā¸´āšˆā¸Ąā¸–ā¸šā¸ā¸›ā¸´ā¸”āš„ā¸›āšā¸Ĩāš‰ā¸§ā¸•ā¸ąā¸§āš€ā¸Ĩā¸ˇā¸­ā¸ā¸‚ā¸­ā¸‡āš‚ā¸›ā¸Ŗāšā¸ā¸Ŗā¸Ą:āš„ā¸Ąāšˆā¸Ŗā¸­ā¸‡ā¸Ŗā¸ąā¸šā¸ā¸˛ā¸Ŗā¸Ēā¸Ŗāš‰ā¸˛ā¸‡ā¸ā¸˛ā¸Ŗāš€ā¸Šā¸ˇāšˆā¸­ā¸Ąāš‚ā¸ĸ⏇ā¸Ē⏺ā¸Ģā¸Ŗā¸ąā¸š win32āš„ā¸Ąāšˆā¸žā¸šāšā¸­ā¸•ā¸—ā¸Ŗā¸´ā¸šā¸´ā¸§ā¸•āšŒ '%s' ā¸Ē⏺ā¸Ģā¸Ŗā¸ąā¸šā¸­ā¸´ā¸Ĩā¸´āš€ā¸Ąā¸™ā¸•āšŒ '%s'ā¸„āšˆā¸˛āšā¸­ā¸•ā¸—ā¸Ŗā¸´ā¸šā¸´ā¸§ā¸•āšŒā¸•āš‰ā¸­ā¸‡āš„ā¸Ąāšˆāšƒā¸Šāšˆā¸•ā¸ąā¸§ā¸Šā¸ĩāš‰ā¸¨ā¸šā¸™ā¸ĸāšŒā¸Ēā¸Ŗāš‰ā¸˛ā¸‡āšā¸Ÿāš‰ā¸Ąā¸Ēā¸ŗā¸Ŗā¸­ā¸‡āš„ā¸Ąāšˆā¸Ēā¸ŗāš€ā¸Ŗāš‡ā¸ˆāš„ā¸Ąāšˆā¸Ēā¸˛ā¸Ąā¸˛ā¸Ŗā¸–ā¸„ā¸ąā¸”ā¸Ĩā¸­ā¸āš„ā¸”āš€ā¸Ŗā¸ā¸—ā¸­ā¸Ŗā¸ĩā¸—ā¸ąā¸šāš„ā¸”āš€ā¸Ŗā¸ā¸—ā¸­ā¸Ŗā¸ĩāš„ā¸Ąāšˆā¸Ēā¸˛ā¸Ąā¸˛ā¸Ŗā¸–ā¸„ā¸ąā¸”ā¸Ĩā¸­ā¸ā¸—ā¸ąā¸šāš„ā¸”āš€ā¸Ŗā¸ā¸—ā¸­ā¸Ŗā¸ĩāš„ā¸Ąāšˆā¸Ēā¸˛ā¸Ąā¸˛ā¸Ŗā¸–ā¸„ā¸ąā¸”ā¸Ĩā¸­ā¸āšā¸Ÿāš‰ā¸Ąā¸žā¸´āš€ā¸¨ā¸Šāš„ā¸”āš‰āš„ā¸Ąāšˆā¸Ēā¸˛ā¸Ąā¸˛ā¸Ŗā¸–ā¸Ēā¸Ŗāš‰ā¸˛ā¸‡āš‚ā¸Ÿā¸Ĩāš€ā¸”ā¸­ā¸ŖāšŒ %s ā¸Ē⏺ā¸Ģā¸Ŗā¸ąā¸šāš€ā¸āš‡ā¸šā¸„āšˆā¸˛ā¸•ā¸ąāš‰ā¸‡ MIME ā¸‚ā¸­ā¸‡ā¸œā¸šāš‰āšƒā¸Šāš‰: %sāš„ā¸Ąāšˆā¸Ēā¸˛ā¸Ąā¸˛ā¸Ŗā¸–ā¸Ēā¸Ŗāš‰ā¸˛ā¸‡āš‚ā¸Ÿā¸Ĩāš€ā¸”ā¸­ā¸ŖāšŒ %s ā¸Ē⏺ā¸Ģā¸Ŗā¸ąā¸šāš€ā¸āš‡ā¸šā¸„āšˆā¸˛ā¸•ā¸ąāš‰ā¸‡āš‚ā¸›ā¸Ŗāšā¸ā¸Ŗā¸Ąā¸‚ā¸­ā¸‡ā¸œā¸šāš‰āšƒā¸Šāš‰: %sāš„ā¸Ąāšˆā¸Ēā¸˛ā¸Ąā¸˛ā¸Ŗā¸–ā¸Ēā¸Ŗāš‰ā¸˛ā¸‡āšā¸Ÿāš‰ā¸Ąāš€ā¸”ā¸Ēā¸āšŒā¸—āš‡ā¸­ā¸› %s ā¸Ē⏺ā¸Ģā¸Ŗā¸ąā¸šā¸œā¸šāš‰āšƒā¸Šāš‰āš„ā¸Ąāšˆā¸Ēā¸˛ā¸Ąā¸˛ā¸Ŗā¸–ā¸­āšˆā¸˛ā¸™ā¸‚āš‰ā¸­ā¸Ąā¸šā¸Ĩāšā¸šā¸šā¸”ā¸´ā¸šāšƒā¸™ g_io_channel_read_line_stringāš„ā¸Ąāšˆā¸Ēā¸˛ā¸Ąā¸˛ā¸Ŗā¸–ā¸­āšˆā¸˛ā¸™ā¸‚āš‰ā¸­ā¸Ąā¸šā¸Ĩāšā¸šā¸šā¸”ā¸´ā¸šāšƒā¸™ g_io_channel_read_to_endā¸Ģā¸˛āš‚ā¸›ā¸Ŗāšā¸ā¸Ŗā¸Ąāš„ā¸Ąāšˆā¸žā¸šāš„ā¸Ąāšˆā¸Ēā¸˛ā¸Ąā¸˛ā¸Ŗā¸–ā¸ˆā¸ąā¸”ā¸ā¸˛ā¸Ŗā¸ā¸ąā¸šā¸Ŗā¸Ģā¸ąā¸Ēā¸‚ā¸­ā¸‡āš„ā¸­ā¸„ā¸­ā¸™ā¸Ŗā¸¸āšˆā¸™ā¸—ā¸ĩāšˆā¸Ŗā¸°ā¸šā¸¸āš„ā¸”āš‰āš„ā¸Ąāšˆā¸Ēā¸˛ā¸Ąā¸˛ā¸Ŗā¸–ā¸ˆā¸ąā¸”ā¸ā¸˛ā¸Ŗā¸ā¸ąā¸šā¸Ŗā¸Ģā¸ąā¸Ē⏂⏭⏇ GEmblem ā¸Ŗā¸¸āšˆā¸™ %d āš„ā¸”āš‰āš„ā¸Ąāšˆā¸Ēā¸˛ā¸Ąā¸˛ā¸Ŗā¸–ā¸ˆā¸ąā¸”ā¸ā¸˛ā¸Ŗā¸ā¸ąā¸šā¸Ŗā¸Ģā¸ąā¸Ē⏂⏭⏇ GEmblemedIcon ā¸Ŗā¸¸āšˆā¸™ %d āš„ā¸”āš‰āš„ā¸Ąāšˆā¸Ēā¸˛ā¸Ąā¸˛ā¸Ŗā¸–ā¸ˆā¸ąā¸”ā¸ā¸˛ā¸Ŗā¸ā¸ąā¸šā¸Ŗā¸Ģā¸ąā¸Ē⏂⏭⏇ GFileIcon ā¸Ŗā¸¸āšˆā¸™ %d āš„ā¸”āš‰āš„ā¸Ąāšˆā¸Ēā¸˛ā¸Ąā¸˛ā¸Ŗā¸–ā¸ˆā¸ąā¸”ā¸ā¸˛ā¸Ŗā¸ā¸ąā¸šā¸Ŗā¸Ģā¸ąā¸Ē⏂⏭⏇ GThemedIcon ā¸Ŗā¸¸āšˆā¸™ %d āš„ā¸”āš‰āš„ā¸Ąāšˆā¸Ēā¸˛ā¸Ąā¸˛ā¸Ŗā¸–ā¸ĸāš‰ā¸˛ā¸ĸāš„ā¸”āš€ā¸Ŗā¸ā¸—ā¸­ā¸Ŗā¸ĩā¸—ā¸ąā¸šāš„ā¸”āš€ā¸Ŗā¸ā¸—ā¸­ā¸Ŗā¸ĩāš„ā¸Ąāšˆā¸Ēā¸˛ā¸Ąā¸˛ā¸Ŗā¸–āš€ā¸›ā¸´ā¸”āš„ā¸”āš€ā¸Ŗā¸ā¸—ā¸­ā¸Ŗā¸ĩāš„ā¸Ąāšˆā¸Ēā¸˛ā¸Ąā¸˛ā¸Ŗā¸–ā¸„ā¸ąā¸”ā¸Ĩā¸­ā¸āš„ā¸”āš€ā¸Ŗā¸ā¸—ā¸­ā¸Ŗā¸ĩā¸—ā¸ąāš‰ā¸‡ā¸ĸā¸§ā¸‡āš„ā¸Ąāšˆā¸Ēā¸˛ā¸Ąā¸˛ā¸Ŗā¸–āš€ā¸›ā¸Ĩā¸ĩāšˆā¸ĸā¸™ā¸Šā¸ˇāšˆā¸­āšā¸Ÿāš‰ā¸Ą āš€ā¸™ā¸ˇāšˆā¸­ā¸‡ā¸ˆā¸˛ā¸ā¸Ąā¸ĩāšā¸Ÿāš‰ā¸Ąā¸Šā¸ˇāšˆā¸­āš€ā¸”ā¸ĩā¸ĸā¸§ā¸ā¸ąā¸™ā¸­ā¸ĸā¸šāšˆā¸āšˆā¸­ā¸™āšā¸Ĩāš‰ā¸§āš„ā¸Ąāšˆā¸Ēā¸˛ā¸Ąā¸˛ā¸Ŗā¸–āš€ā¸›ā¸Ĩā¸ĩāšˆā¸ĸā¸™ā¸Šā¸ˇāšˆā¸­āš„ā¸”āš€ā¸Ŗā¸ā¸—ā¸­ā¸Ŗā¸ĩā¸Ŗā¸˛ā¸āš„ā¸Ąāšˆā¸Ŗā¸­ā¸‡ā¸Ŗā¸ąā¸šā¸ā¸˛ā¸Ŗā¸•ā¸ąāš‰ā¸‡ā¸„āšˆā¸˛āš€ā¸Ŗā¸´āšˆā¸Ąā¸•āš‰ā¸™āšā¸šā¸šā¸ĸā¸āš€ā¸Ĩā¸´ā¸āš„ā¸”āš‰āš„ā¸Ąāšˆā¸Ēā¸˛ā¸Ąā¸˛ā¸Ŗā¸–āšā¸›ā¸Ĩ⏇ā¸Ēā¸•ā¸Ŗā¸´ā¸‡ā¸‹āšˆā¸­ā¸Ąāš€ā¸Ēā¸Ŗā¸´ā¸Ą '%s' āšƒā¸Ģāš‰āš€ā¸›āš‡ā¸™ā¸Ŗā¸Ģā¸ąā¸Ē '%s' āš„ā¸”āš‰āš„ā¸Ąāšˆā¸Ēā¸˛ā¸Ąā¸˛ā¸Ŗā¸–āšā¸ˆā¸‡ā¸„āšˆā¸˛ double '%s' ā¸Ē⏺ā¸Ģā¸Ŗā¸ąā¸š %sāš„ā¸Ąāšˆā¸Ēā¸˛ā¸Ąā¸˛ā¸Ŗā¸–āšā¸ˆā¸‡ā¸„āšˆā¸˛ā¸ˆā¸ŗā¸™ā¸§ā¸™āš€ā¸•āš‡ā¸Ą '%s' ā¸Ē⏺ā¸Ģā¸Ŗā¸ąā¸š %sāš„ā¸Ąāšˆā¸Ēā¸˛ā¸Ąā¸˛ā¸Ŗā¸–ā¸ā¸ŗā¸Ģ⏙⏔ā¸Ēā¸´ā¸—ā¸˜ā¸´āšŒāšƒā¸Ģāš‰ā¸ā¸ąā¸š symlink āš„ā¸”āš‰āš„ā¸Ąāšˆā¸Ēā¸˛ā¸Ąā¸˛ā¸Ŗā¸–ā¸•ā¸ąā¸”ā¸—āš‰ā¸˛ā¸ĸ GMemoryInputStream ā¸—ā¸´āš‰ā¸‡āšā¸Šā¸™āš€ā¸™ā¸Ĩā¸ˆā¸šā¸”āš‰ā¸§ā¸ĸā¸‚āš‰ā¸­ā¸Ąā¸šā¸Ĩāš„ā¸Ąāšˆāš€ā¸•āš‡ā¸Ąā¸­ā¸ąā¸ā¸‚ā¸Ŗā¸°ā¸­ā¸ąā¸ā¸‚ā¸Ŗā¸°ā¸­ā¸ĸā¸šāšˆā¸™ā¸­ā¸ā¸Šāšˆā¸§ā¸‡ā¸‚ā¸­ā¸‡ UTF-16ā¸­ā¸ąā¸ā¸‚ā¸Ŗā¸°ā¸­ā¸ĸā¸šāšˆā¸™ā¸­ā¸ā¸Šāšˆā¸§ā¸‡ā¸‚ā¸­ā¸‡ UTF-8ā¸•ā¸ąā¸§ā¸­āš‰ā¸˛ā¸‡ā¸­ā¸´ā¸‡ā¸­ā¸ąā¸ā¸‚ā¸Ŗā¸° '%-.*s' āš„ā¸Ąāšˆāš„ā¸”āš‰ā¸Ĩ⏇⏪ā¸Ģā¸ąā¸Ēā¸­ā¸ąā¸ā¸‚ā¸Ŗā¸°ā¸—ā¸ĩāšˆā¸­ā¸™ā¸¸ā¸ā¸˛ā¸•āšƒā¸Ģāš‰āšƒā¸Šāš‰āš„ā¸”āš‰ā¸•ā¸ąā¸§ā¸­āš‰ā¸˛ā¸‡ā¸­ā¸´ā¸‡ā¸­ā¸ąā¸ā¸‚ā¸Ŗā¸°āš„ā¸Ąāšˆāš„ā¸”āš‰ā¸›ā¸´ā¸”ā¸”āš‰ā¸§ā¸ĸā¸­ā¸ąā¸’ā¸ ā¸˛ā¸„ āš€ā¸›āš‡ā¸™āš„ā¸›āš„ā¸”āš‰ā¸Ēā¸šā¸‡ā¸—ā¸ĩāšˆā¸„ā¸¸ā¸“ā¸­ā¸˛ā¸ˆāšƒā¸Šāš‰ ampersand āš‚ā¸”ā¸ĸāš„ā¸Ąāšˆāš„ā¸”āš‰ā¸ˆā¸‡āšƒā¸ˆāšƒā¸Ģāš‰āš€ā¸Ŗā¸´āšˆā¸Ąāš€ā¸­ā¸™ā¸—ā¸´ā¸•ā¸ĩ ā¸–āš‰ā¸˛āšƒā¸Šāšˆ ā¸āš‡ā¸ˆā¸‡ā¸Ģā¸Ĩā¸ĩ⏁ ampersand āš‚ā¸”ā¸ĸāšā¸—ā¸™ā¸”āš‰ā¸§ā¸ĸ & āš€ā¸Ēā¸ĩā¸ĸ⏁⏺ā¸Ĩā¸ąā¸‡ā¸­ā¸ĸā¸šāšˆā¸Ŗā¸°ā¸Ģā¸§āšˆā¸˛ā¸‡āš€ā¸Šā¸ˇāšˆā¸­ā¸Ąā¸•āšˆā¸­āš„ā¸Ąāšˆā¸Ąā¸ĩā¸ˆā¸¸ā¸”āš€ā¸Ąā¸˛ā¸™ā¸—āšŒā¸—ā¸ĩāšˆā¸šā¸Ŗā¸Ŗā¸ˆā¸¸āšā¸Ÿāš‰ā¸Ąā¸­ā¸ĸā¸šāšˆāš„ā¸Ąāšˆā¸Ŗā¸­ā¸‡ā¸Ŗā¸ąā¸šā¸ā¸˛ā¸Ŗāšā¸›ā¸Ĩ⏇⏪ā¸Ģā¸ąā¸Ēā¸­ā¸ąā¸ā¸‚ā¸Ŗā¸°ā¸ˆā¸˛ā¸ '%s' āš„ā¸›āš€ā¸›āš‡ā¸™ '%s'āš„ā¸Ąāšˆā¸Ēā¸˛ā¸Ąā¸˛ā¸Ŗā¸–ā¸ˆā¸­ā¸‡ā¸Ģā¸™āšˆā¸§ā¸ĸā¸„ā¸§ā¸˛ā¸Ąā¸ˆā¸ŗ %lu āš„ā¸šā¸•āšŒāš€ā¸žā¸ˇāšˆā¸­ā¸­āšˆā¸˛ā¸™āšā¸Ÿāš‰ā¸Ą "%s" āš„ā¸”āš‰āš„ā¸Ąāšˆā¸Ēā¸˛ā¸Ąā¸˛ā¸Ŗā¸–āš€ā¸›ā¸´ā¸”ā¸•ā¸ąā¸§āšā¸›ā¸Ĩ⏇⏪ā¸Ģā¸ąā¸Ēā¸­ā¸ąā¸ā¸‚ā¸Ŗā¸°ā¸ˆā¸˛ā¸ '%s' āš„ā¸›āš€ā¸›āš‡ā¸™ '%s' āš„ā¸”āš‰āš„ā¸Ąāšˆā¸Ēā¸˛ā¸Ąā¸˛ā¸Ŗā¸–āš€ā¸›ā¸´ā¸”ā¸•ā¸ąā¸§āšā¸›ā¸Ĩ⏇⏪ā¸Ģā¸ąā¸Ēā¸­ā¸ąā¸ā¸‚ā¸Ŗā¸°ā¸ˆā¸˛ā¸ '%s' āš„ā¸›āš€ā¸›āš‡ā¸™ '%s' āš„ā¸”āš‰: %sā¸‚āš‰ā¸­ā¸ā¸ŗā¸Ģ⏙⏔⏁⏺ā¸Ģā¸™ā¸”āš€ā¸­ā¸‡ā¸Ē⏺ā¸Ģā¸Ŗā¸ąā¸š %s⏁ā¸Ĩā¸¸āšˆā¸Ą DEFINE ā¸Ąā¸ĩā¸—ā¸˛ā¸‡āš€ā¸Ĩā¸ˇā¸­ā¸ā¸Ąā¸˛ā¸ā¸ā¸§āšˆā¸˛ā¸Ģ⏙ā¸ļāšˆā¸‡ā¸—ā¸˛ā¸‡āšā¸Ÿāš‰ā¸Ąāš€ā¸”ā¸Ēā¸āšŒā¸—āš‡ā¸­ā¸›āš„ā¸Ąāšˆāš„ā¸”āš‰ā¸Ŗā¸°ā¸šā¸¸āš€ā¸‚ā¸•ā¸‚āš‰ā¸­ā¸Ąā¸šā¸Ĩ Execāš€ā¸­ā¸ā¸Ēā¸˛ā¸Ŗā¸ˆā¸šāšā¸šā¸šā¸œā¸´ā¸”ā¸›ā¸ā¸•ā¸´ā¸Ģā¸Ĩā¸ąā¸‡ā¸ˆā¸˛ā¸āš€ā¸„ā¸Ŗā¸ˇāšˆā¸­ā¸‡ā¸Ģā¸Ąā¸˛ā¸ĸ '=' ā¸Ģā¸Ĩā¸ąā¸‡ā¸Šā¸ˇāšˆā¸­āšā¸­ā¸•ā¸—ā¸Ŗā¸´ā¸šā¸´ā¸§ā¸•āšŒ āš‚ā¸”ā¸ĸāš„ā¸Ąāšˆā¸Ąā¸ĩā¸„āšˆā¸˛ā¸‚ā¸­ā¸‡āšā¸­ā¸•ā¸—ā¸Ŗā¸´ā¸šā¸´ā¸§ā¸•āšŒāš€ā¸­ā¸ā¸Ēā¸˛ā¸Ŗā¸ˆā¸šāšā¸šā¸šā¸œā¸´ā¸”ā¸›ā¸ā¸•ā¸´ā¸Ŗā¸°ā¸Ģā¸§āšˆā¸˛ā¸‡ā¸ā¸Ĩ⏞⏇ā¸Ģā¸Ąā¸˛ā¸ĸāš€ā¸Ģ⏕⏏ā¸Ģ⏪⏎⏭⏄⏺ā¸Ēā¸ąāšˆā¸‡ā¸›ā¸Ŗā¸°ā¸Ąā¸§ā¸Ĩ⏜ā¸Ĩāš€ā¸­ā¸ā¸Ēā¸˛ā¸Ŗā¸ˆā¸šāšā¸šā¸šā¸œā¸´ā¸”ā¸›ā¸ā¸•ā¸´ā¸Ŗā¸°ā¸Ģā¸§āšˆā¸˛ā¸‡ā¸ā¸Ĩā¸˛ā¸‡ā¸Šā¸ˇāšˆā¸­āšā¸­ā¸•ā¸—ā¸Ŗā¸´ā¸šā¸´ā¸§ā¸•āšŒāš€ā¸­ā¸ā¸Ēā¸˛ā¸Ŗā¸ˆā¸šāšā¸šā¸šā¸œā¸´ā¸”ā¸›ā¸ā¸•ā¸´ā¸Ŗā¸°ā¸Ģā¸§āšˆā¸˛ā¸‡ā¸ā¸Ĩā¸˛ā¸‡ā¸Šā¸ˇāšˆā¸­ā¸­ā¸´ā¸Ĩā¸´āš€ā¸Ąā¸™ā¸•āšŒāš€ā¸­ā¸ā¸Ēā¸˛ā¸Ŗā¸ˆā¸šāšā¸šā¸šā¸œā¸´ā¸”ā¸›ā¸ā¸•ā¸´ā¸Ŗā¸°ā¸Ģā¸§āšˆā¸˛ā¸‡ā¸ā¸Ĩā¸˛ā¸‡āšā¸—āš‡ā¸āš€ā¸›ā¸´ā¸”ā¸­ā¸´ā¸Ĩā¸´āš€ā¸Ąā¸™ā¸•āšŒāš€ā¸­ā¸ā¸Ēā¸˛ā¸Ŗā¸ˆā¸šāšā¸šā¸šā¸œā¸´ā¸”ā¸›ā¸ā¸•ā¸´ā¸Ŗā¸°ā¸Ģā¸§āšˆā¸˛ā¸‡ā¸ā¸Ĩā¸˛ā¸‡āšā¸—āš‡ā¸ā¸›ā¸´ā¸”ā¸Ē⏺ā¸Ģā¸Ŗā¸ąā¸šā¸­ā¸´ā¸Ĩā¸´āš€ā¸Ąā¸™ā¸•āšŒ '%s'āš€ā¸­ā¸ā¸Ēā¸˛ā¸Ŗā¸ˆā¸šāšā¸šā¸šā¸œā¸´ā¸”ā¸›ā¸ā¸•ā¸´ā¸Ģā¸Ĩā¸ąā¸‡ā¸ˆā¸˛ā¸ā¸§ā¸‡āš€ā¸Ĩāš‡ā¸šāšā¸Ģā¸Ĩā¸Ą '<'āš€ā¸­ā¸ā¸Ēā¸˛ā¸Ŗā¸ˆā¸šāšā¸šā¸šā¸œā¸´ā¸”ā¸›ā¸ā¸•ā¸´ā¸Ŗā¸°ā¸Ģā¸§āšˆā¸˛ā¸‡ā¸ā¸Ĩā¸˛ā¸‡ā¸„āšˆā¸˛āšā¸­ā¸•ā¸—ā¸Ŗā¸´ā¸šā¸´ā¸§ā¸•āšŒāš€ā¸­ā¸ā¸Ēā¸˛ā¸Ŗā¸ˆā¸šāšā¸šā¸šā¸œā¸´ā¸”ā¸›ā¸ā¸•ā¸´ āš‚ā¸”ā¸ĸā¸ĸā¸ąā¸‡ā¸Ąā¸ĩ⏭⏴ā¸Ĩā¸´āš€ā¸Ąā¸™ā¸•āšŒāš€ā¸›ā¸´ā¸”ā¸­ā¸ĸā¸šāšˆ - '%s' ⏄⏎⏭⏭⏴ā¸Ĩā¸´āš€ā¸Ąā¸™ā¸•āšŒā¸—ā¸ĩāšˆāš€ā¸›ā¸´ā¸”ā¸Ĩāšˆā¸˛ā¸Ēā¸¸ā¸”āš€ā¸­ā¸ā¸Ēā¸˛ā¸Ŗā¸ˆā¸šāšā¸šā¸šā¸œā¸´ā¸”ā¸›ā¸ā¸•ā¸´ āšƒā¸™ā¸‚ā¸“ā¸°ā¸—ā¸ĩāšˆā¸ā¸ŗā¸Ĩā¸ąā¸‡ā¸Ąā¸­ā¸‡ā¸Ģā¸˛ā¸§ā¸‡āš€ā¸Ĩāš‡ā¸šāšā¸Ģā¸Ĩā¸Ąā¸—ā¸ĩāšˆā¸ˆā¸°ā¸Ąā¸˛ā¸›ā¸´ā¸”āšā¸—āš‡ā¸ <%s/>āš€ā¸­ā¸ā¸Ēā¸˛ā¸Ŗā¸•āš‰ā¸­ā¸‡āš€ā¸Ŗā¸´āšˆā¸Ąā¸”āš‰ā¸§ā¸ĸ⏭⏴ā¸Ĩā¸´āš€ā¸Ąā¸™ā¸•āšŒ (āš€ā¸Šāšˆā¸™ )āš€ā¸­ā¸ā¸Ēā¸˛ā¸Ŗā¸§āšˆā¸˛ā¸‡āš€ā¸›ā¸Ĩāšˆā¸˛ ā¸Ģā¸Ŗā¸ˇā¸­ā¸Ąā¸ĩāšā¸•āšˆā¸­ā¸ąā¸ā¸‚ā¸Ŗā¸°ā¸Šāšˆā¸­ā¸‡ā¸§āšˆā¸˛ā¸‡ā¸„āšˆā¸˛ double '%s' ā¸Ē⏺ā¸Ģā¸Ŗā¸ąā¸š %s ā¸­ā¸­ā¸ā¸™ā¸­ā¸ā¸Šāšˆā¸§ā¸‡ā¸—ā¸ĩāšˆā¸ā¸ŗā¸Ģā¸™ā¸”ā¸žā¸šā¸ā¸˛ā¸Ŗā¸›ā¸´ā¸”ā¸­ā¸´ā¸Ĩā¸´āš€ā¸Ąā¸™ā¸•āšŒ '%s' āšā¸•āšˆā¸­ā¸´ā¸Ĩā¸´āš€ā¸Ąā¸™ā¸•āšŒā¸—ā¸ĩāšˆāš€ā¸›ā¸´ā¸”ā¸­ā¸ĸā¸šāšˆā¸„ā¸ˇā¸­ '%s'ā¸žā¸šā¸ā¸˛ā¸Ŗā¸›ā¸´ā¸”ā¸­ā¸´ā¸Ĩā¸´āš€ā¸Ąā¸™ā¸•āšŒ '%s' āšā¸•āšˆāš„ā¸Ąāšˆā¸Ąā¸ĩ⏭⏴ā¸Ĩā¸´āš€ā¸Ąā¸™ā¸•āšŒāšƒā¸”āš€ā¸›ā¸´ā¸”ā¸­ā¸ĸā¸šāšˆā¸žā¸šāš€ā¸­ā¸™ā¸—ā¸´ā¸•ā¸ĩā¸§āšˆā¸˛ā¸‡āš€ā¸›ā¸Ĩāšˆā¸˛ '&;' ⏋ā¸ļāšˆā¸‡āš„ā¸Ąāšˆā¸–ā¸šā¸ā¸•āš‰ā¸­ā¸‡ ā¸„āšˆā¸˛ā¸—ā¸ĩāšˆāšƒā¸Šāš‰āš„ā¸”āš‰ā¸„ā¸ˇā¸­: & " < > 'āš€ā¸­ā¸™ā¸—ā¸´ā¸•ā¸ĩāš„ā¸Ąāšˆāš„ā¸”āš‰ā¸›ā¸´ā¸”ā¸”āš‰ā¸§ā¸ĸā¸­ā¸ąā¸’ā¸ ā¸˛ā¸„ āš€ā¸›āš‡ā¸™āš„ā¸›āš„ā¸”āš‰ā¸Ēā¸šā¸‡ā¸—ā¸ĩāšˆā¸„ā¸¸ā¸“ā¸­ā¸˛ā¸ˆāšƒā¸Šāš‰ ampersand āš‚ā¸”ā¸ĸāš„ā¸Ąāšˆāš„ā¸”āš‰ā¸ˆā¸‡āšƒā¸ˆāšƒā¸Ģāš‰āš€ā¸Ŗā¸´āšˆā¸Ąāš€ā¸­ā¸™ā¸—ā¸´ā¸•ā¸ĩ ā¸–āš‰ā¸˛āšƒā¸Šāšˆ ā¸āš‡ā¸ˆā¸‡ā¸Ģā¸Ĩā¸ĩ⏁ ampersand āš‚ā¸”ā¸ĸāšā¸—ā¸™ā¸”āš‰ā¸§ā¸ĸ & āš€ā¸Ēā¸ĩā¸ĸāš„ā¸Ąāšˆā¸Ŗā¸šāš‰ā¸ˆā¸ąā¸āš€ā¸­ā¸™ā¸—ā¸´ā¸•ā¸ĩā¸Šā¸ˇāšˆā¸­ '%-.*s'ā¸•ā¸ąā¸§āšā¸ˆā¸‡ā¸™ā¸ąā¸šā¸–ā¸šā¸ā¸›ā¸´ā¸”āš€ā¸ā¸´ā¸”ā¸‚āš‰ā¸­ā¸œā¸´ā¸”ā¸žā¸Ĩā¸˛ā¸”ā¸‚ā¸“ā¸°ā¸Ŗā¸ąā¸šā¸ā¸˛ā¸Ŗāš€ā¸Šā¸ˇāšˆā¸­ā¸Ąā¸•āšˆā¸­: %sāš€ā¸ā¸´ā¸”ā¸‚āš‰ā¸­ā¸œā¸´ā¸”ā¸žā¸Ĩ⏞⏔⏂⏓⏰ bind ā¸ā¸ąā¸šā¸—ā¸ĩāšˆā¸­ā¸ĸā¸šāšˆ: %sāš€ā¸ā¸´ā¸”ā¸‚āš‰ā¸­ā¸œā¸´ā¸”ā¸žā¸Ĩā¸˛ā¸”ā¸‚ā¸“ā¸°ā¸›ā¸´ā¸”āšā¸Ÿāš‰ā¸Ą: %sāš€ā¸ā¸´ā¸”ā¸‚āš‰ā¸­ā¸œā¸´ā¸”ā¸žā¸Ĩā¸˛ā¸”ā¸‚ā¸“ā¸°ā¸›ā¸´ā¸”ā¸‹āš‡ā¸­ā¸āš€ā¸āš‡ā¸•: %sāš€ā¸ā¸´ā¸”ā¸‚āš‰ā¸­ā¸œā¸´ā¸”ā¸žā¸Ĩā¸˛ā¸”ā¸‚ā¸“ā¸°ā¸›ā¸´ā¸”āšā¸Ÿāš‰ā¸Ąā¸ĸā¸šā¸™ā¸´ā¸ā¸‹āšŒ: %sāš€ā¸ā¸´ā¸”ā¸‚āš‰ā¸­ā¸œā¸´ā¸”ā¸žā¸Ĩā¸˛ā¸”ā¸‚ā¸“ā¸°āš€ā¸Šā¸ˇāšˆā¸­ā¸Ąā¸•āšˆā¸­: āš€ā¸ā¸´ā¸”ā¸‚āš‰ā¸­ā¸œā¸´ā¸”ā¸žā¸Ĩā¸˛ā¸”ā¸‚ā¸“ā¸°āš€ā¸Šā¸ˇāšˆā¸­ā¸Ąā¸•āšˆā¸­: %sāš€ā¸ā¸´ā¸”ā¸‚āš‰ā¸­ā¸œā¸´ā¸”ā¸žā¸Ĩ⏞⏔⏂⏓⏰ā¸Ēā¸Ŗāš‰ā¸˛ā¸‡ā¸Ēā¸ŗāš€ā¸™ā¸˛ā¸Ē⏺⏪⏭⏇: %sāš€ā¸ā¸´ā¸”ā¸‚āš‰ā¸­ā¸œā¸´ā¸”ā¸žā¸Ĩ⏞⏔⏂⏓⏰ā¸Ēā¸Ŗāš‰ā¸˛ā¸‡āš„ā¸”āš€ā¸Ŗā¸ā¸—ā¸­ā¸Ŗā¸ĩ: %sāš€ā¸ā¸´ā¸”ā¸‚āš‰ā¸­ā¸œā¸´ā¸”ā¸žā¸Ĩ⏞⏔⏪⏰ā¸Ģā¸§āšˆā¸˛ā¸‡āšā¸›ā¸Ĩ⏇⏪ā¸Ģā¸ąā¸Ē: %sāš€ā¸ā¸´ā¸”ā¸‚āš‰ā¸­ā¸œā¸´ā¸”ā¸žā¸Ĩā¸˛ā¸”ā¸‚ā¸“ā¸°ā¸­āšˆā¸˛ā¸™ā¸‚āš‰ā¸­ā¸Ąā¸šā¸Ĩā¸‚ā¸­ā¸‡ā¸Ŗā¸°ā¸šā¸šāšā¸Ÿāš‰ā¸Ą: %sāš€ā¸ā¸´ā¸”ā¸‚āš‰ā¸­ā¸œā¸´ā¸”ā¸žā¸Ĩā¸˛ā¸”ā¸‚ā¸“ā¸°āš€ā¸Ŗā¸ĩā¸ĸā¸āš‚ā¸›ā¸Ŗāšā¸ā¸Ŗā¸Ą: %sāš€ā¸ā¸´ā¸”ā¸‚āš‰ā¸­ā¸œā¸´ā¸”ā¸žā¸Ĩ⏞⏔⏂⏓⏰ā¸Ēā¸Ŗāš‰ā¸˛ā¸‡ symbolic link: %sāš€ā¸ā¸´ā¸”ā¸‚āš‰ā¸­ā¸œā¸´ā¸”ā¸žā¸Ĩ⏞⏔⏂⏓⏰ā¸ĸāš‰ā¸˛ā¸ĸāšā¸Ÿāš‰ā¸Ą: %sā¸Ąā¸ĩā¸‚āš‰ā¸­ā¸œā¸´ā¸”ā¸žā¸Ĩ⏞⏔⏗ā¸ĩāšˆā¸šā¸Ŗā¸Ŗā¸—ā¸ąā¸” %d ā¸­ā¸ąā¸ā¸‚ā¸Ŗā¸°ā¸—ā¸ĩāšˆ %d: ā¸Ąā¸ĩā¸‚āš‰ā¸­ā¸œā¸´ā¸”ā¸žā¸Ĩ⏞⏔⏗ā¸ĩāšˆā¸šā¸Ŗā¸Ŗā¸—ā¸ąā¸” %d: %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āš€ā¸ā¸´ā¸”ā¸‚āš‰ā¸­ā¸œā¸´ā¸”ā¸žā¸Ĩ⏞⏔⏂⏓⏰⏁⏺ā¸Ģ⏙⏔ SELinux context: %sāš€ā¸ā¸´ā¸”ā¸‚āš‰ā¸­ā¸œā¸´ā¸”ā¸žā¸Ĩ⏞⏔⏂⏓⏰⏁⏺ā¸Ģā¸™ā¸”āšā¸­ā¸•ā¸—ā¸Ŗā¸´ā¸šā¸´ā¸§ā¸•āšŒā¸Ēāšˆā¸§ā¸™ā¸‚ā¸ĸ⏞ā¸ĸ '%s': %sāš€ā¸ā¸´ā¸”ā¸‚āš‰ā¸­ā¸œā¸´ā¸”ā¸žā¸Ĩ⏞⏔⏂⏓⏰⏁⏺ā¸Ģā¸™ā¸”āš€ā¸§ā¸Ĩā¸˛āš€ā¸›ā¸Ĩā¸ĩāšˆā¸ĸā¸™āšā¸›ā¸Ĩ⏇ā¸Ģā¸Ŗā¸ˇā¸­āš€ā¸‚āš‰ā¸˛ā¸–ā¸ļ⏇: %sāš€ā¸ā¸´ā¸”ā¸‚āš‰ā¸­ā¸œā¸´ā¸”ā¸žā¸Ĩ⏞⏔⏂⏓⏰⏁⏺ā¸Ģā¸™ā¸”āš€ā¸ˆāš‰ā¸˛ā¸‚ā¸­ā¸‡: %sāš€ā¸ā¸´ā¸”ā¸‚āš‰ā¸­ā¸œā¸´ā¸”ā¸žā¸Ĩ⏞⏔⏂⏓⏰⏁⏺ā¸Ģ⏙⏔ā¸Ēā¸´ā¸—ā¸˜ā¸´āšŒ: %sāš€ā¸ā¸´ā¸”ā¸‚āš‰ā¸­ā¸œā¸´ā¸”ā¸žā¸Ĩ⏞⏔⏂⏓⏰⏁⏺ā¸Ģ⏙⏔ symlink: %sāš€ā¸ā¸´ā¸”ā¸‚āš‰ā¸­ā¸œā¸´ā¸”ā¸žā¸Ĩ⏞⏔⏂⏓⏰⏁⏺ā¸Ģ⏙⏔ symlink: āšā¸Ÿāš‰ā¸Ąāš„ā¸Ąāšˆāšƒā¸Šāšˆ symlinkāš€ā¸ā¸´ā¸”ā¸‚āš‰ā¸­ā¸œā¸´ā¸”ā¸žā¸Ĩ⏞⏔⏂⏓⏰ stat āšā¸Ÿāš‰ā¸Ą '%s': %sāš€ā¸ā¸´ā¸”ā¸‚āš‰ā¸­ā¸œā¸´ā¸”ā¸žā¸Ĩ⏞⏔⏂⏓⏰ stat file descriptor: %sāš€ā¸ā¸´ā¸”ā¸‚āš‰ā¸­ā¸œā¸´ā¸”ā¸žā¸Ĩā¸˛ā¸”ā¸‚ā¸“ā¸°ā¸—ā¸´āš‰ā¸‡āšā¸Ÿāš‰ā¸Ąā¸Ĩā¸‡ā¸–ā¸ąā¸‡ā¸‚ā¸ĸ⏰: %sāš€ā¸ā¸´ā¸”ā¸‚āš‰ā¸­ā¸œā¸´ā¸”ā¸žā¸Ĩā¸˛ā¸”ā¸‚ā¸“ā¸°ā¸•ā¸ąā¸”ā¸—āš‰ā¸˛ā¸ĸāšā¸Ÿāš‰ā¸Ąā¸—ā¸´āš‰ā¸‡: %sāš€ā¸ā¸´ā¸”ā¸‚āš‰ā¸­ā¸œā¸´ā¸”ā¸žā¸Ĩā¸˛ā¸”ā¸‚ā¸“ā¸°āšā¸ˆā¸‡ā¸™ā¸´ā¸žā¸ˆā¸™āšŒāš€ā¸Ŗā¸ā¸ā¸´ā¸§ā¸Ĩā¸˛ā¸ŖāšŒ %s ⏗ā¸ĩāšˆā¸­ā¸ąā¸ā¸‚ā¸Ŗā¸°ā¸—ā¸ĩāšˆ %d: %sāš€ā¸ā¸´ā¸”ā¸‚āš‰ā¸­ā¸œā¸´ā¸”ā¸žā¸Ĩā¸˛ā¸”ā¸‚ā¸“ā¸°ā¸ˆā¸ąā¸šā¸„ā¸šāšˆā¸™ā¸´ā¸žā¸ˆā¸™āšŒāš€ā¸Ŗā¸ā¸ā¸´ā¸§ā¸Ĩā¸˛ā¸ŖāšŒ %s: %sāš€ā¸ā¸´ā¸”ā¸‚āš‰ā¸­ā¸œā¸´ā¸”ā¸žā¸Ĩā¸˛ā¸”ā¸‚ā¸“ā¸°ā¸­ā¸­ā¸›ā¸•ā¸´āš„ā¸Ąā¸‹āšŒā¸™ā¸´ā¸žā¸ˆā¸™āšŒāš€ā¸Ŗā¸ā¸ā¸´ā¸§ā¸Ĩā¸˛ā¸ŖāšŒ %s: %sāš€ā¸ā¸´ā¸”ā¸‚āš‰ā¸­ā¸œā¸´ā¸”ā¸žā¸Ĩā¸˛ā¸”ā¸‚ā¸“ā¸°āšā¸ˆā¸‡ā¸‚āš‰ā¸­ā¸„ā¸§ā¸˛ā¸Ąā¸Ē⏺ā¸Ģā¸Ŗā¸ąā¸šāšā¸—ā¸™ā¸—ā¸ĩāšˆ "%s" ⏗ā¸ĩāšˆā¸­ā¸ąā¸ā¸‚ā¸Ŗā¸°ā¸—ā¸ĩāšˆ %lu: %sāš€ā¸ā¸´ā¸”ā¸‚āš‰ā¸­ā¸œā¸´ā¸”ā¸žā¸Ĩā¸˛ā¸”ā¸‚ā¸“ā¸°āš€ā¸‚ā¸ĩā¸ĸā¸™ā¸‚āš‰ā¸­ā¸Ąā¸šā¸Ĩā¸Ĩā¸‡āšā¸Ÿāš‰ā¸Ą: %sāš€ā¸ā¸´ā¸”ā¸‚āš‰ā¸­ā¸œā¸´ā¸”ā¸žā¸Ĩā¸˛ā¸”ā¸‚ā¸“ā¸°āš€ā¸‚ā¸ĩā¸ĸā¸™ā¸‚āš‰ā¸­ā¸Ąā¸šā¸Ĩā¸Ĩā¸‡āšā¸Ÿāš‰ā¸Ąā¸ĸā¸šā¸™ā¸´ā¸ā¸‹āšŒ: %sāš„ā¸Ąāšˆā¸Ēā¸˛ā¸Ąā¸˛ā¸Ŗā¸–ā¸Ĩā¸šāšā¸Ÿāš‰ā¸Ą '%s' ⏗ā¸ĩāšˆā¸Ąā¸ĩ⏭ā¸ĸā¸šāšˆāš„ā¸”āš‰: g_unlink() ā¸Ĩāš‰ā¸Ąāš€ā¸Ģā¸Ĩ⏧: %sā¸•āš‰ā¸­ā¸‡ā¸ā¸˛ā¸Ŗā¸‚āš‰ā¸­ā¸Ąā¸šā¸Ĩ GEmblem ā¸Ē⏺ā¸Ģā¸Ŗā¸ąā¸š GEmblemedIconā¸•āš‰ā¸­ā¸‡ā¸ā¸˛ā¸Ŗā¸‚āš‰ā¸­ā¸„ā¸§ā¸˛ā¸Ąā¸„ā¸§ā¸šā¸„ā¸¸ā¸Ą 1 ā¸‚āš‰ā¸­ā¸„ā¸§ā¸˛ā¸Ą āšā¸•āšˆāš„ā¸”āš‰ā¸Ŗā¸ąā¸š %d ā¸‚āš‰ā¸­ā¸„ā¸§ā¸˛ā¸Ąā¸•āš‰ā¸­ā¸‡ā¸ā¸˛ā¸Ŗ fd ā¸Ģ⏙ā¸ļāšˆā¸‡ā¸Ŗā¸˛ā¸ĸ⏁⏞⏪ āšā¸•āšˆāš„ā¸”āš‰ā¸Ŗā¸ąā¸š %d ⏪⏞ā¸ĸ⏁⏞⏪ āš€ā¸‚āš‰ā¸˛āš„ā¸›ā¸—ā¸ĩāšˆāš„ā¸”āš€ā¸Ŗā¸ā¸—ā¸­ā¸Ŗā¸ĩ '%s' āš„ā¸Ąāšˆā¸Ēā¸ŗāš€ā¸Ŗāš‡ā¸ˆ (%s)ā¸›ā¸´ā¸”āšā¸Ÿāš‰ā¸Ą '%s' āš„ā¸Ąāšˆā¸Ēā¸ŗāš€ā¸Ŗāš‡ā¸ˆ: fclose() ā¸Ĩāš‰ā¸Ąāš€ā¸Ģā¸Ĩ⏧: %sā¸Ēā¸Ŗāš‰ā¸˛ā¸‡āšā¸Ÿāš‰ā¸Ą '%s' āš„ā¸Ąāšˆā¸Ēā¸ŗāš€ā¸Ŗāš‡ā¸ˆ: %sā¸Ēā¸Ŗāš‰ā¸˛ā¸‡āš„ā¸›ā¸›āšŒāš€ā¸žā¸ˇāšˆā¸­ā¸Ēā¸ˇāšˆā¸­ā¸Ēā¸˛ā¸Ŗā¸ā¸ąā¸šāš‚ā¸žā¸Ŗāš€ā¸‹ā¸Ēā¸Ĩā¸šā¸āš„ā¸Ąāšˆā¸Ēā¸ŗāš€ā¸Ŗāš‡ā¸ˆ (%s)ā¸”ā¸ŗāš€ā¸™ā¸´ā¸™ā¸‡ā¸˛ā¸™āš‚ā¸žā¸Ŗāš€ā¸‹ā¸Ēā¸Ĩā¸šā¸ "%s" āš„ā¸Ąāšˆā¸Ēā¸ŗāš€ā¸Ŗāš‡ā¸ˆ (%s)ā¸”ā¸ŗāš€ā¸™ā¸´ā¸™ā¸‡ā¸˛ā¸™āš‚ā¸žā¸Ŗāš€ā¸‹ā¸Ēā¸Ĩā¸šā¸āš„ā¸Ąāšˆā¸Ēā¸ŗāš€ā¸Ŗāš‡ā¸ˆ (%s)ā¸”ā¸ŗāš€ā¸™ā¸´ā¸™ā¸‡ā¸˛ā¸™āš‚ā¸›ā¸Ŗāšā¸ā¸Ŗā¸Ąā¸Šāšˆā¸§ā¸ĸāš„ā¸Ąāšˆā¸Ēā¸ŗāš€ā¸Ŗāš‡ā¸ˆ (%s)⏁⏪⏰⏈⏞ā¸ĸā¸šā¸Ŗā¸Ŗā¸—ā¸ąā¸”ā¸„ā¸ŗā¸Ēā¸ąāšˆā¸‡ '%s' ā¸”āš‰ā¸§ā¸ĸ URI '%s' āš„ā¸Ąāšˆā¸Ēā¸ŗāš€ā¸Ŗāš‡ā¸ˆfork āš„ā¸Ąāšˆā¸Ēā¸ŗāš€ā¸Ŗāš‡ā¸ˆ (%s)fork āš‚ā¸žā¸Ŗāš€ā¸‹ā¸Ēā¸Ĩā¸šā¸āš„ā¸Ąāšˆā¸Ēā¸ŗāš€ā¸Ŗāš‡ā¸ˆ (%s)ā¸­āšˆā¸˛ā¸™āšā¸­ā¸•ā¸—ā¸Ŗā¸´ā¸šā¸´ā¸§ā¸•āšŒā¸‚ā¸­ā¸‡āšā¸Ÿāš‰ā¸Ą '%s' āš„ā¸Ąāšˆā¸Ēā¸ŗāš€ā¸Ŗāš‡ā¸ˆ: fstat() ā¸Ĩāš‰ā¸Ąāš€ā¸Ģā¸Ĩ⏧: %sāšā¸Ąāš‡ā¸›āšā¸Ÿāš‰ā¸Ą '%s' āš„ā¸Ąāšˆā¸Ēā¸ŗāš€ā¸Ŗāš‡ā¸ˆ: mmap() ā¸Ĩāš‰ā¸Ąāš€ā¸Ģā¸Ĩ⏧: %sāš€ā¸›ā¸´ā¸”āšā¸Ÿāš‰ā¸Ą '%s' āš€ā¸žā¸ˇāšˆā¸­āš€ā¸‚ā¸ĩā¸ĸā¸™āš„ā¸Ąāšˆā¸Ēā¸ŗāš€ā¸Ŗāš‡ā¸ˆ: fdopen() ā¸Ĩāš‰ā¸Ąāš€ā¸Ģā¸Ĩ⏧: %sāš€ā¸›ā¸´ā¸”āšā¸Ÿāš‰ā¸Ą '%s' āš„ā¸Ąāšˆā¸Ēā¸ŗāš€ā¸Ŗāš‡ā¸ˆ: %sāš€ā¸›ā¸´ā¸”āšā¸Ÿāš‰ā¸Ą '%s' āš„ā¸Ąāšˆā¸Ēā¸ŗāš€ā¸Ŗāš‡ā¸ˆ: fdopen() ā¸Ĩāš‰ā¸Ąāš€ā¸Ģā¸Ĩ⏧: %sāš€ā¸›ā¸´ā¸”āšā¸Ÿāš‰ā¸Ą '%s' āš„ā¸Ąāšˆā¸Ēā¸ŗāš€ā¸Ŗāš‡ā¸ˆ: open() ā¸Ĩāš‰ā¸Ąāš€ā¸Ģā¸Ĩ⏧: %sāš„ā¸Ąāšˆā¸Ēā¸˛ā¸Ąā¸˛ā¸Ŗā¸–āšā¸ˆā¸‡ '%-.*s' ⏋ā¸ļāšˆā¸‡ā¸„ā¸§ā¸Ŗā¸ˆā¸°āš€ā¸›āš‡ā¸™ā¸•ā¸ąā¸§āš€ā¸Ĩ⏂⏠⏞ā¸ĸāšƒā¸™ā¸•ā¸ąā¸§ā¸­āš‰ā¸˛ā¸‡ā¸­ā¸´ā¸‡ā¸­ā¸ąā¸ā¸‚ā¸Ŗā¸° (āš€ā¸Šāšˆā¸™ ê) āš€ā¸›āš‡ā¸™āš„ā¸›āš„ā¸”āš‰ā¸§āšˆā¸˛ā¸•ā¸ąā¸§āš€ā¸Ĩā¸‚ā¸­ā¸˛ā¸ˆā¸ˆā¸°ā¸Ąā¸˛ā¸āš€ā¸ā¸´ā¸™āš„ā¸›ā¸­āšˆā¸˛ā¸™ā¸‚āš‰ā¸­ā¸Ąā¸šā¸Ĩā¸ˆā¸˛ā¸āš‚ā¸žā¸Ŗāš€ā¸‹ā¸Ēā¸Ĩā¸šā¸āš„ā¸Ąāšˆā¸Ēā¸ŗāš€ā¸Ŗāš‡ā¸ˆā¸­āšˆā¸˛ā¸™ā¸‚āš‰ā¸­ā¸Ąā¸šā¸Ĩā¸ˆā¸˛ā¸āš‚ā¸žā¸Ŗāš€ā¸‹ā¸Ēā¸Ĩā¸šā¸āš„ā¸Ąāšˆā¸Ēā¸ŗāš€ā¸Ŗāš‡ā¸ˆ (%s)ā¸­āšˆā¸˛ā¸™ā¸‚āš‰ā¸­ā¸Ąā¸šā¸Ĩā¸ˆā¸˛ā¸āš„ā¸›ā¸›āšŒā¸ˆā¸˛ā¸āš‚ā¸žā¸Ŗāš€ā¸‹ā¸Ēā¸Ĩā¸šā¸āš„ā¸”āš‰āš„ā¸Ąāšˆāš€ā¸žā¸ĩā¸ĸā¸‡ā¸žā¸­ (%s)ā¸­āšˆā¸˛ā¸™ā¸‚āš‰ā¸­ā¸Ąā¸šā¸Ĩā¸ˆā¸˛ā¸āš„ā¸›ā¸›āšŒā¸ˆā¸˛ā¸āš‚ā¸žā¸Ŗāš€ā¸‹ā¸Ēā¸Ĩā¸šā¸āš„ā¸Ąāšˆā¸Ēā¸ŗāš€ā¸Ŗāš‡ā¸ˆ (%s)ā¸­āšˆā¸˛ā¸™ā¸‚āš‰ā¸­ā¸Ąā¸šā¸Ĩā¸ˆā¸˛ā¸āšā¸Ÿāš‰ā¸Ą '%s' āš„ā¸Ąāšˆā¸Ēā¸ŗāš€ā¸Ŗāš‡ā¸ˆ: %sā¸­āšˆā¸˛ā¸™ā¸Ĩā¸´ā¸‡ā¸āšŒā¸Ēā¸ąā¸ā¸Ĩā¸ąā¸ā¸Šā¸“āšŒ '%s' āš„ā¸Ąāšˆā¸Ēā¸ŗāš€ā¸Ŗāš‡ā¸ˆ: %sāš€ā¸›ā¸Ĩā¸ĩāšˆā¸ĸā¸™ā¸—ā¸´ā¸¨ā¸—ā¸˛ā¸‡ā¸‚āš‰ā¸­ā¸Ąā¸šā¸Ĩāš€ā¸‚āš‰ā¸˛ā¸Ģā¸Ŗā¸ˇā¸­ā¸­ā¸­ā¸ā¸ˆā¸˛ā¸āš‚ā¸žā¸Ŗāš€ā¸‹ā¸Ēā¸Ĩā¸šā¸āš„ā¸Ąāšˆā¸Ēā¸ŗāš€ā¸Ŗāš‡ā¸ˆ (%s)āš€ā¸›ā¸Ĩā¸ĩāšˆā¸ĸā¸™ā¸Šā¸ˇāšˆā¸­āšā¸Ÿāš‰ā¸Ą '%s' āš„ā¸›āš€ā¸›āš‡ā¸™ '%s' āš„ā¸Ąāšˆā¸Ēā¸ŗāš€ā¸Ŗāš‡ā¸ˆ: g_rename() ā¸Ĩāš‰ā¸Ąāš€ā¸Ģā¸Ĩ⏧: %sāš€ā¸›ā¸Ĩā¸ĩāšˆā¸ĸ⏙⏂⏙⏞⏔ā¸Ē⏕⏪ā¸ĩā¸Ąā¸‚āš‰ā¸­ā¸Ąā¸šā¸Ĩā¸­ā¸­ā¸āšƒā¸™ā¸Ģā¸™āšˆā¸§ā¸ĸā¸„ā¸§ā¸˛ā¸Ąā¸ˆā¸ŗāš„ā¸Ąāšˆā¸Ēā¸ŗāš€ā¸Ŗāš‡ā¸ˆāš€ā¸‚ā¸ĩā¸ĸā¸™āšā¸Ÿāš‰ā¸Ą '%s' āš„ā¸Ąāšˆā¸Ēā¸ŗāš€ā¸Ŗāš‡ā¸ˆ: fflush() ā¸Ĩāš‰ā¸Ąāš€ā¸Ģā¸Ĩ⏧: %sāš€ā¸‚ā¸ĩā¸ĸā¸™āšā¸Ÿāš‰ā¸Ą '%s' āš„ā¸Ąāšˆā¸Ēā¸ŗāš€ā¸Ŗāš‡ā¸ˆ: fsync() ā¸Ĩāš‰ā¸Ąāš€ā¸Ģā¸Ĩ⏧: %sāš€ā¸‚ā¸ĩā¸ĸā¸™āšā¸Ÿāš‰ā¸Ą '%s' āš„ā¸Ąāšˆā¸Ēā¸ŗāš€ā¸Ŗāš‡ā¸ˆ: fwrite() ā¸Ĩāš‰ā¸Ąāš€ā¸Ģā¸Ĩ⏧: %sāšā¸Ÿāš‰ā¸Ą "%s" āšƒā¸Ģā¸āšˆāš€ā¸ā¸´ā¸™āš„ā¸›ā¸•ā¸ąā¸§āšā¸ˆā¸‡ā¸™ā¸ąā¸šāšā¸Ÿāš‰ā¸Ąā¸Ąā¸ĩā¸ā¸˛ā¸Ŗā¸ā¸Ŗā¸°ā¸—ā¸ŗā¸„āš‰ā¸˛ā¸‡ā¸­ā¸ĸā¸šāšˆā¸•ā¸ąā¸§āšā¸ˆā¸‡ā¸™ā¸ąā¸šāšā¸Ÿāš‰ā¸Ąā¸–ā¸šā¸ā¸›ā¸´ā¸”āš„ā¸›āšā¸Ĩāš‰ā¸§āšā¸Ÿāš‰ā¸Ąā¸§āšˆā¸˛ā¸‡āš€ā¸›ā¸Ĩāšˆā¸˛ā¸Šā¸ˇāšˆā¸­āšā¸Ÿāš‰ā¸Ąā¸ˆā¸°ā¸Ąā¸ĩā¸­ā¸ąā¸ā¸‚ā¸Ŗā¸° '%c' āš„ā¸Ąāšˆāš„ā¸”āš‰ā¸Ŗā¸˛ā¸ā¸Ŗā¸°ā¸šā¸šāšā¸Ÿāš‰ā¸Ąāš„ā¸Ąāšˆā¸Ŗā¸­ā¸‡ā¸Ŗā¸ąā¸š GSocketControlMessage ā¸šā¸™ā¸§ā¸´ā¸™āš‚ā¸”ā¸§ā¸ĒāšŒā¸•ā¸ąā¸§āš€ā¸Ĩā¸ˇā¸­ā¸āšā¸Ēā¸”ā¸‡ā¸§ā¸´ā¸˜ā¸ĩāšƒā¸Šāš‰:ā¸Šā¸ˇāšˆā¸­āš‚ā¸Žā¸Ēā¸•āšŒ '%s' ā¸Ąā¸ĩ '[' āšā¸•āšˆāš„ā¸Ąāšˆā¸Ąā¸ĩ ']'ā¸Ē⏕⏪ā¸ĩā¸Ąā¸‚āš‰ā¸­ā¸Ąā¸šā¸Ĩāš€ā¸‚āš‰ā¸˛ā¸ĸā¸ąā¸‡āš„ā¸Ąāšˆā¸Ŗā¸­ā¸‡ā¸Ŗā¸ąā¸šā¸ā¸˛ā¸Ŗā¸­āšˆā¸˛ā¸™ā¸„āšˆā¸˛ā¸ˆā¸ŗā¸™ā¸§ā¸™āš€ā¸•āš‡ā¸Ą '%s' ā¸Ē⏺ā¸Ģā¸Ŗā¸ąā¸š %s ā¸­ā¸­ā¸ā¸™ā¸­ā¸ā¸Šāšˆā¸§ā¸‡ā¸—ā¸ĩāšˆā¸ā¸ŗā¸Ģā¸™ā¸”ā¸„āšˆā¸˛ā¸ˆā¸ŗā¸™ā¸§ā¸™āš€ā¸•āš‡ā¸Ą '%s' ā¸­ā¸­ā¸ā¸™ā¸­ā¸ā¸Šāšˆā¸§ā¸‡āš„ā¸”āš‰ā¸Ŗā¸ąā¸šā¸„āšˆā¸˛ GSeekType ⏗ā¸ĩāšˆāšƒā¸Šāš‰ā¸ā¸˛ā¸Ŗāš„ā¸Ąāšˆāš„ā¸”āš‰ā¸žā¸šā¸‚āš‰ā¸­ā¸„ā¸§ā¸˛ā¸Ąā¸Ĩ⏇⏪ā¸Ģā¸ąā¸Ē UTF-8 āš„ā¸Ąāšˆā¸–ā¸šā¸ā¸•āš‰ā¸­ā¸‡āšƒā¸™ā¸Šā¸ˇāšˆā¸­ - ā¸‚āš‰ā¸­ā¸„ā¸§ā¸˛ā¸Ąā¸—ā¸ĩāšˆā¸œā¸´ā¸”: '%s'ā¸Šā¸™ā¸´ā¸”ā¸‚ā¸­ā¸‡āšā¸­ā¸•ā¸—ā¸Ŗā¸´ā¸šā¸´ā¸§ā¸•āšŒāš„ā¸Ąāšˆā¸–ā¸šā¸ā¸•āš‰ā¸­ā¸‡ (ā¸•āš‰ā¸­ā¸‡ā¸ā¸˛ā¸Ŗā¸Ēā¸•ā¸Ŗā¸´ā¸‡ā¸‚ā¸­ā¸‡āš„ā¸šā¸•āšŒ)ā¸Šā¸™ā¸´ā¸”ā¸‚ā¸­ā¸‡āšā¸­ā¸•ā¸—ā¸Ŗā¸´ā¸šā¸´ā¸§ā¸•āšŒāšƒā¸Šāš‰ā¸ā¸˛ā¸Ŗāš„ā¸Ąāšˆāš„ā¸”āš‰ (ā¸•āš‰ā¸­ā¸‡ā¸ā¸˛ā¸Ŗā¸Ē⏕⏪⏴⏇)ā¸Šā¸™ā¸´ā¸”ā¸‚ā¸­ā¸‡āšā¸­ā¸•ā¸—ā¸Ŗā¸´ā¸šā¸´ā¸§ā¸•āšŒāš„ā¸Ąāšˆā¸–ā¸šā¸ā¸•āš‰ā¸­ā¸‡ (ā¸•āš‰ā¸­ā¸‡ā¸ā¸˛ā¸Ŗ uint32)ā¸Šā¸™ā¸´ā¸”ā¸‚ā¸­ā¸‡āšā¸­ā¸•ā¸—ā¸Ŗā¸´ā¸šā¸´ā¸§ā¸•āšŒāš„ā¸Ąāšˆā¸–ā¸šā¸ā¸•āš‰ā¸­ā¸‡ (ā¸•āš‰ā¸­ā¸‡ā¸ā¸˛ā¸Ŗ uint64)ā¸Ąā¸ĩā¸Ĩā¸ŗā¸”ā¸ąā¸šāš„ā¸šā¸•āšŒā¸—ā¸ĩāšˆāš„ā¸Ąāšˆā¸–ā¸šā¸ā¸•āš‰ā¸­ā¸‡āšƒā¸™ā¸‚āš‰ā¸­ā¸Ąā¸šā¸Ĩ⏗ā¸ĩāšˆā¸›āš‰ā¸­ā¸™āšƒā¸Ģāš‰ā¸•ā¸ąā¸§āšā¸›ā¸Ĩ⏇⏪ā¸Ģā¸ąā¸Ēā¸Šā¸ˇāšˆā¸­āšā¸­ā¸•ā¸—ā¸Ŗā¸´ā¸šā¸´ā¸§ā¸•āšŒā¸Ēāšˆā¸§ā¸™ā¸‚ā¸ĸ⏞ā¸ĸāš€ā¸žā¸´āšˆā¸Ąāšƒā¸Šāš‰ā¸ā¸˛ā¸Ŗāš„ā¸Ąāšˆāš„ā¸”āš‰ā¸Šā¸ˇāšˆā¸­āšā¸Ÿāš‰ā¸Ąā¸œā¸´ā¸”ā¸Ŗā¸šā¸›āšā¸šā¸šā¸Šā¸ˇāšˆā¸­āšā¸Ÿāš‰ā¸Ą %s ā¸œā¸´ā¸”ā¸Ŗā¸šā¸›āšā¸šā¸šā¸Šā¸ˇāšˆā¸­ā¸ā¸Ĩā¸¸āšˆā¸Ąā¸œā¸´ā¸”ā¸Ŗā¸šā¸›āšā¸šā¸š: %sā¸Šā¸ˇāšˆā¸­āš‚ā¸Žā¸Ēā¸•āšŒā¸œā¸´ā¸”ā¸Ŗā¸šā¸›āšā¸šā¸šā¸Šā¸ˇāšˆā¸­ā¸„ā¸ĩā¸ĸāšŒā¸œā¸´ā¸”ā¸Ŗā¸šā¸›āšā¸šā¸š: %sā¸Šā¸ˇāšˆā¸­āš‚ā¸›ā¸Ŗāšā¸ā¸Ŗā¸Ąā¸œā¸´ā¸”ā¸Ŗā¸šā¸›āšā¸šā¸š: %s⏄⏺ā¸Ēā¸ąāšˆā¸‡āš€ā¸Ĩā¸ˇāšˆā¸­ā¸™ā¸•ā¸ŗāšā¸Ģā¸™āšˆā¸‡ā¸­āšˆā¸˛ā¸™āš€ā¸‚ā¸ĩā¸ĸā¸™ā¸œā¸´ā¸”āš€ā¸‡ā¸ˇāšˆā¸­ā¸™āš„ā¸‚ā¸Ąā¸ĩā¸Ĩā¸ŗā¸”ā¸ąā¸šā¸‚āš‰ā¸­ā¸Ąā¸šā¸Ĩ⏗ā¸ĩāšˆāš„ā¸Ąāšˆā¸–ā¸šā¸ā¸•āš‰ā¸­ā¸‡āšƒā¸™ā¸‚āš‰ā¸­ā¸Ąā¸šā¸Ĩ⏗ā¸ĩāšˆā¸›āš‰ā¸­ā¸™āšƒā¸Ģāš‰ā¸•ā¸ąā¸§āšā¸›ā¸Ĩ⏇⏪ā¸Ģā¸ąā¸Ēā¸‹āš‡ā¸­ā¸āš€ā¸āš‡ā¸•ā¸œā¸´ā¸”ā¸žā¸Ĩ⏞⏔ ā¸•ā¸ąāš‰ā¸‡ā¸„āšˆā¸˛āš€ā¸Ŗā¸´āšˆā¸Ąā¸•āš‰ā¸™āš„ā¸Ąāšˆā¸Ēā¸ŗāš€ā¸Ŗāš‡ā¸ˆāš€ā¸™ā¸ˇāšˆā¸­ā¸‡ā¸ˆā¸˛ā¸: %sā¸‹āš‡ā¸­ā¸āš€ā¸āš‡ā¸•ā¸œā¸´ā¸”ā¸žā¸Ĩ⏞⏔ ā¸ĸā¸ąā¸‡āš„ā¸Ąāšˆāš„ā¸”āš‰ā¸•ā¸ąāš‰ā¸‡ā¸„āšˆā¸˛āš€ā¸Ŗā¸´āšˆā¸Ąā¸•āš‰ā¸™ā¸Ēā¸•ā¸Ŗā¸´ā¸‡ā¸œā¸´ā¸”ā¸Ŗā¸šā¸›āšā¸šā¸šāšƒā¸™āš€ā¸§ā¸āš€ā¸•ā¸­ā¸ŖāšŒā¸‚ā¸­ā¸‡ā¸­ā¸˛ā¸ŖāšŒā¸ā¸´ā¸§āš€ā¸Ąā¸™ā¸•āšŒā¸—ā¸ĩāšˆā¸•ā¸ŗāšā¸Ģā¸™āšˆā¸‡ %d: %sā¸Ēā¸•ā¸Ŗā¸´ā¸‡ā¸œā¸´ā¸”ā¸Ŗā¸šā¸›āšā¸šā¸šāšƒā¸™ā¸•ā¸ąā¸§āšā¸›ā¸Ŗā¸Ēā¸ ā¸˛ā¸žāšā¸§ā¸”ā¸Ĩāš‰ā¸­ā¸Ą: %sāš„ā¸”āš‰ā¸Ŗā¸ąā¸šā¸Šā¸ˇāšˆā¸­ symlink ⏗ā¸ĩāšˆāšƒā¸Šāš‰ā¸ā¸˛ā¸Ŗāš„ā¸Ąāšˆāš„ā¸”āš‰āš„ā¸”āš€ā¸Ŗā¸ā¸—ā¸­ā¸Ŗā¸ĩāšƒā¸Šāš‰ā¸‡ā¸˛ā¸™ā¸Ąā¸ĩā¸Ŗā¸šā¸›āšā¸šā¸šāš„ā¸Ąāšˆā¸–ā¸šā¸ā¸•āš‰ā¸­ā¸‡: %sāšā¸Ÿāš‰ā¸Ąā¸„ā¸ĩā¸ĸāšŒā¸Ąā¸ĩā¸­ā¸ąā¸ā¸‚ā¸Ŗā¸°ā¸Ģā¸Ĩā¸ĩ⏁⏗ā¸ĩāšˆā¸—āš‰ā¸˛ā¸ĸā¸šā¸Ŗā¸Ŗā¸—ā¸ąā¸”āšā¸Ÿāš‰ā¸Ąā¸„ā¸ĩā¸ĸāšŒā¸Ąā¸ĩā¸Ĩā¸ŗā¸”ā¸ąā¸šā¸Ģā¸Ĩā¸ĩ⏁ '%s' ⏗ā¸ĩāšˆāš„ā¸Ąāšˆā¸–ā¸šā¸ā¸•āš‰ā¸­ā¸‡āšā¸Ÿāš‰ā¸Ąā¸„ā¸ĩā¸ĸāšŒā¸Ąā¸ĩ⏄ā¸ĩā¸ĸāšŒ '%s' āšƒā¸™ā¸ā¸Ĩā¸¸āšˆā¸Ą '%s' ⏋ā¸ļāšˆā¸‡ā¸Ąā¸ĩā¸„āšˆā¸˛ā¸—ā¸ĩāšˆāš„ā¸Ąāšˆā¸Ēā¸˛ā¸Ąā¸˛ā¸Ŗā¸–ā¸•ā¸ĩā¸„ā¸§ā¸˛ā¸Ąāš„ā¸”āš‰āšā¸Ÿāš‰ā¸Ąā¸„ā¸ĩā¸ĸāšŒā¸Ąā¸ĩ⏄ā¸ĩā¸ĸāšŒ '%s' ⏋ā¸ļāšˆā¸‡ā¸Ąā¸ĩā¸„āšˆā¸˛ā¸—ā¸ĩāšˆāš„ā¸Ąāšˆā¸Ēā¸˛ā¸Ąā¸˛ā¸Ŗā¸–ā¸•ā¸ĩā¸„ā¸§ā¸˛ā¸Ąāš„ā¸”āš‰āšā¸Ÿāš‰ā¸Ąā¸„ā¸ĩā¸ĸāšŒā¸Ąā¸ĩ⏄ā¸ĩā¸ĸāšŒ '%s' ⏋ā¸ļāšˆā¸‡ā¸Ąā¸ĩā¸„āšˆā¸˛ā¸—ā¸ĩāšˆāš„ā¸Ąāšˆā¸Ēā¸˛ā¸Ąā¸˛ā¸Ŗā¸–ā¸•ā¸ĩā¸„ā¸§ā¸˛ā¸Ąāš„ā¸”āš‰āšā¸Ÿāš‰ā¸Ąā¸„ā¸ĩā¸ĸāšŒā¸Ąā¸ĩ⏄ā¸ĩā¸ĸāšŒ '%s' ⏋ā¸ļāšˆā¸‡ā¸Ąā¸ĩā¸„āšˆā¸˛ '%s' ⏋ā¸ļāšˆā¸‡āš„ā¸Ąāšˆāšƒā¸Šāšˆā¸Ŗā¸šā¸›āšā¸šā¸š UTF-8āšā¸Ÿāš‰ā¸Ąā¸„ā¸ĩā¸ĸāšŒā¸Ąā¸ĩā¸šā¸Ŗā¸Ŗā¸—ā¸ąā¸” '%s' ⏋ā¸ļāšˆā¸‡āš„ā¸Ąāšˆāšƒā¸Šāšˆā¸Ŗā¸šā¸›āšā¸šā¸šā¸„ā¸šāšˆā¸„ā¸ĩā¸ĸāšŒ-ā¸„āšˆā¸˛, ⏁ā¸Ĩā¸¸āšˆā¸Ą, ā¸Ģ⏪⏎⏭ā¸Ģā¸Ąā¸˛ā¸ĸāš€ā¸Ģ⏕⏏ ⏗ā¸ĩāšˆā¸–ā¸šā¸ā¸•āš‰ā¸­ā¸‡āšā¸Ÿāš‰ā¸Ąā¸„ā¸ĩā¸ĸāšŒā¸Ąā¸ĩāš€ā¸™ā¸ˇāš‰ā¸­ā¸Ģā¸˛āš€ā¸›āš‡ā¸™ā¸Ŗā¸Ģā¸ąā¸Ēā¸­ā¸ąā¸ā¸‚ā¸Ŗā¸° '%s' ⏋ā¸ļāšˆā¸‡āš„ā¸Ąāšˆā¸Ŗā¸­ā¸‡ā¸Ŗā¸ąā¸šāšā¸Ÿāš‰ā¸Ąā¸„ā¸ĩā¸ĸāšŒāš„ā¸Ąāšˆā¸Ąā¸ĩ⏁ā¸Ĩā¸¸āšˆā¸Ą '%s'āšā¸Ÿāš‰ā¸Ąā¸„ā¸ĩā¸ĸāšŒāš„ā¸Ąāšˆā¸Ąā¸ĩ⏄ā¸ĩā¸ĸāšŒ '%s'āšā¸Ÿāš‰ā¸Ąā¸„ā¸ĩā¸ĸāšŒāš„ā¸Ąāšˆā¸Ąā¸ĩ⏄ā¸ĩā¸ĸāšŒ '%s' āšƒā¸™ā¸ā¸Ĩā¸¸āšˆā¸Ą '%s'āšā¸Ÿāš‰ā¸Ąā¸„ā¸ĩā¸ĸāšŒāš„ā¸Ąāšˆāš„ā¸”āš‰ā¸‚ā¸ļāš‰ā¸™ā¸•āš‰ā¸™ā¸”āš‰ā¸§ā¸ĸ⏁ā¸Ĩā¸¸āšˆā¸Ąā¸Ąā¸ĩā¸‚āš‰ā¸­ā¸Ąā¸šā¸Ĩā¸•ā¸ā¸„āš‰ā¸˛ā¸‡āš„ā¸Ąāšˆāš„ā¸”āš‰āšā¸›ā¸Ĩ⏇⏭ā¸ĸā¸šāšˆāšƒā¸™ā¸šā¸ąā¸Ÿāš€ā¸Ÿā¸­ā¸ŖāšŒā¸Ē⏺ā¸Ģā¸Ŗā¸ąā¸šā¸­āšˆā¸˛ā¸™Listener ā¸–ā¸šā¸ā¸›ā¸´ā¸”āš„ā¸›āšā¸Ĩāš‰ā¸§ā¸‚āš‰ā¸­ā¸Ąā¸šā¸Ĩāš€ā¸‚āš‰ā¸˛ā¸‚ā¸­ā¸‡ GFileIcon āš„ā¸Ąāšˆā¸–ā¸šā¸ā¸•āš‰ā¸­ā¸‡ā¸ˆā¸ŗā¸™ā¸§ā¸™āš‚ā¸—āš€ā¸„ā¸™āšƒā¸™ā¸Ŗā¸Ģā¸ąā¸Ē⏂⏭⏇ GEmblem (%d) āš„ā¸Ąāšˆā¸–ā¸šā¸ā¸•āš‰ā¸­ā¸‡ā¸ˆā¸ŗā¸™ā¸§ā¸™āš‚ā¸—āš€ā¸„ā¸™āšƒā¸™ā¸Ŗā¸Ģā¸ąā¸Ē⏂⏭⏇ GEmblemedIcon (%d) āš„ā¸Ąāšˆā¸–ā¸šā¸ā¸•āš‰ā¸­ā¸‡āš€ā¸Ĩā¸‚ā¸Ŗā¸¸āšˆā¸™ā¸Ąā¸ĩā¸Ŗā¸šā¸›āšā¸šā¸šāš„ā¸Ąāšˆā¸–ā¸šā¸ā¸•āš‰ā¸­ā¸‡: %sā¸Ē⏕⏪ā¸ĩā¸Ąā¸‚āš‰ā¸­ā¸Ąā¸šā¸Ĩā¸­ā¸­ā¸āšƒā¸™ā¸Ģā¸™āšˆā¸§ā¸ĸā¸„ā¸§ā¸˛ā¸Ąā¸ˆā¸ŗāš„ā¸Ąāšˆā¸Ēā¸˛ā¸Ąā¸˛ā¸Ŗā¸–āš€ā¸›ā¸Ĩā¸ĩāšˆā¸ĸā¸™ā¸‚ā¸™ā¸˛ā¸”āš„ā¸”āš‰ā¸‚ā¸˛ā¸”ā¸­ā¸˛ā¸ŖāšŒā¸ā¸´ā¸§āš€ā¸Ąā¸™ā¸•āšŒā¸Ē⏺ā¸Ģā¸Ŗā¸ąā¸š %sāš„ā¸Ąāšˆā¸Ŗā¸­ā¸‡ā¸Ŗā¸ąā¸šā¸ā¸˛ā¸Ŗā¸ĸāš‰ā¸˛ā¸ĸāšā¸Ÿāš‰ā¸Ąā¸‚āš‰ā¸˛ā¸Ąā¸­ā¸¸ā¸›ā¸ā¸Ŗā¸“āšŒāš„ā¸Ąāšˆāš„ā¸”āš‰ā¸ā¸ŗā¸Ģā¸™ā¸”ā¸Šā¸™ā¸´ā¸” MIME āš„ā¸§āš‰āšƒā¸™ā¸—ā¸ĩāšˆā¸„ā¸ąāšˆā¸™ā¸Ģā¸™āš‰ā¸˛ā¸Ē⏺ā¸Ģā¸Ŗā¸ąā¸š URI '%s'āš„ā¸Ąāšˆā¸Ąā¸ĩāš‚ā¸›ā¸Ŗāšā¸ā¸Ŗā¸Ąā¸—ā¸ĩāšˆā¸Ĩā¸‡ā¸—ā¸°āš€ā¸šā¸ĩā¸ĸ⏙ā¸Ē⏺ā¸Ģā¸Ŗā¸ąā¸šā¸ˆā¸ąā¸”ā¸ā¸˛ā¸Ŗāšā¸Ÿāš‰ā¸Ąā¸›ā¸Ŗā¸°āš€ā¸ ā¸—ā¸™ā¸ĩāš‰āš„ā¸§āš‰āš„ā¸Ąāšˆā¸Ąā¸ĩāš‚ā¸›ā¸Ŗāšā¸ā¸Ŗā¸Ąā¸›ā¸Ŗā¸°ā¸ĸā¸¸ā¸ā¸•āšŒā¸Šā¸ˇāšˆā¸­ '%s' ⏗ā¸ĩāšˆā¸Ĩā¸‡ā¸—ā¸°āš€ā¸šā¸ĩā¸ĸ⏙⏗ā¸ĩāšˆā¸„ā¸ąāšˆā¸™ā¸Ģā¸™āš‰ā¸˛ā¸Ē⏺ā¸Ģā¸Ŗā¸ąā¸š '%s' āš„ā¸§āš‰āš„ā¸Ąāšˆā¸žā¸šā¸—ā¸ĩāšˆā¸„ā¸ąāšˆā¸™ā¸Ģā¸™āš‰ā¸˛ā¸Ē⏺ā¸Ģā¸Ŗā¸ąā¸š URI '%s'āš„ā¸Ąāšˆāš„ā¸”āš‰ā¸ā¸ŗā¸Ģ⏙⏔⏁ā¸Ĩā¸¸āšˆā¸Ąāš„ā¸§āš‰āšƒā¸™ā¸—ā¸ĩāšˆā¸„ā¸ąāšˆā¸™ā¸Ģā¸™āš‰ā¸˛ā¸Ē⏺ā¸Ģā¸Ŗā¸ąā¸š URI '%s'āš„ā¸Ąāšˆāš„ā¸”āš‰ā¸ā¸ŗā¸Ģā¸™ā¸”āšā¸Ÿā¸Ĩāš‡ā¸ā¸Ēāšˆā¸§ā¸™ā¸•ā¸ąā¸§āš„ā¸§āš‰āšƒā¸™ā¸—ā¸ĩāšˆā¸„ā¸ąāšˆā¸™ā¸Ģā¸™āš‰ā¸˛ā¸Ē⏺ā¸Ģā¸Ŗā¸ąā¸š URI '%s'āš„ā¸Ąāšˆā¸Ąā¸ĩā¸‚āš‰ā¸­ā¸Ąā¸šā¸Ĩ⏚⏪⏴⏁⏞⏪ā¸Ē⏺ā¸Ģā¸Ŗā¸ąā¸š '%s'āš„ā¸Ąāšˆā¸Ąā¸ĩā¸Šā¸™ā¸´ā¸”ā¸Ē⏺ā¸Ģā¸Ŗā¸ąā¸šā¸„ā¸Ĩ⏞ā¸Ēā¸Šā¸ˇāšˆā¸­ %sāš„ā¸Ąāšˆā¸žā¸šāšā¸Ÿāš‰ā¸Ąā¸—ā¸ĩāšˆā¸„ā¸ąāšˆā¸™ā¸Ģā¸™āš‰ā¸˛ā¸—ā¸ĩāšˆāšƒā¸Šāš‰ā¸ā¸˛ā¸Ŗāš„ā¸”āš‰āšƒā¸™āš„ā¸”āš€ā¸Ŗā¸ā¸—ā¸­ā¸Ŗā¸ĩā¸‚āš‰ā¸­ā¸Ąā¸šā¸Ĩāš„ā¸Ąāšˆāšƒā¸Šāšˆāšā¸Ÿāš‰ā¸Ąā¸›ā¸ā¸•ā¸´ā¸Ąā¸ĩ⏗ā¸ĩāšˆā¸§āšˆā¸˛ā¸‡āš„ā¸Ąāšˆā¸žā¸­ā¸Ē⏺ā¸Ģā¸Ŗā¸ąā¸šā¸—ā¸ĩāšˆā¸­ā¸ĸā¸šāšˆā¸‹āš‡ā¸­ā¸āš€ā¸āš‡ā¸•ā¸žā¸šā¸­ā¸ąā¸ā¸‚ā¸Ŗā¸°āšā¸›ā¸Ĩ⏁⏛ā¸Ĩā¸­ā¸Ą '%s' āšƒā¸™ā¸‚ā¸“ā¸°ā¸—ā¸ĩāšˆā¸ā¸ŗā¸Ĩā¸ąā¸‡ā¸Ąā¸­ā¸‡ā¸Ģ⏞ '=' ā¸Ģā¸Ĩā¸ąā¸‡ā¸Šā¸ˇāšˆā¸­āšā¸­ā¸•ā¸—ā¸Ŗā¸´ā¸šā¸´ā¸§ā¸•āšŒ '%s' ⏂⏭⏇⏭⏴ā¸Ĩā¸´āš€ā¸Ąā¸™ā¸•āšŒ '%s'ā¸žā¸šā¸­ā¸ąā¸ā¸‚ā¸Ŗā¸°āšā¸›ā¸Ĩ⏁⏛ā¸Ĩā¸­ā¸Ą '%s' āšƒā¸™ā¸‚ā¸“ā¸°ā¸—ā¸ĩāšˆā¸Ąā¸­ā¸‡ā¸Ģā¸˛ā¸­ā¸ąā¸ā¸‚ā¸Ŗā¸° '>' ⏗ā¸ĩāšˆā¸ˆā¸°ā¸Ąā¸˛ā¸›ā¸´ā¸”āšā¸—āš‡ā¸ā¸­ā¸´ā¸Ĩā¸´āš€ā¸Ąā¸™ā¸•āšŒāš€ā¸›ā¸Ĩāšˆā¸˛ '%s'ā¸žā¸šā¸­ā¸ąā¸ā¸‚ā¸Ŗā¸°āšā¸›ā¸Ĩ⏁⏛ā¸Ĩā¸­ā¸Ą '%s' āšƒā¸™ā¸‚ā¸“ā¸°ā¸—ā¸ĩāšˆā¸ā¸ŗā¸Ĩā¸ąā¸‡ā¸Ąā¸­ā¸‡ā¸Ģ⏞ '>' ā¸Ģ⏪⏎⏭ '/' ⏗ā¸ĩāšˆā¸ˆā¸°ā¸Ąā¸˛ā¸›ā¸´ā¸”āšā¸—āš‡ā¸ā¸•ā¸ąāš‰ā¸‡ā¸•āš‰ā¸™ā¸‚ā¸­ā¸‡ā¸­ā¸´ā¸Ĩā¸´āš€ā¸Ąā¸™ā¸•āšŒ '%s' ā¸Ģā¸Ŗā¸ˇā¸­āš„ā¸Ąāšˆā¸āš‡āš€ā¸›āš‡ā¸™āšā¸­ā¸•ā¸—ā¸Ŗā¸´ā¸šā¸´ā¸§ā¸•āšŒ āš€ā¸›āš‡ā¸™āš„ā¸›āš„ā¸”āš‰ā¸§āšˆā¸˛ā¸„ā¸¸ā¸“ā¸ā¸ŗā¸Ĩā¸ąā¸‡āšƒā¸Šāš‰ā¸­ā¸ąā¸ā¸‚ā¸Ŗā¸°ā¸—ā¸ĩāšˆāšƒā¸Šāš‰āš„ā¸Ąāšˆāš„ā¸”āš‰āšƒā¸™ā¸Šā¸ˇāšˆā¸­āšā¸­ā¸•ā¸—ā¸Ŗā¸´ā¸šā¸´ā¸§ā¸•āšŒā¸žā¸šā¸­ā¸ąā¸ā¸‚ā¸Ŗā¸°āšā¸›ā¸Ĩ⏁⏛ā¸Ĩā¸­ā¸Ą '%s' āšƒā¸™ā¸‚ā¸“ā¸°ā¸—ā¸ĩāšˆā¸ā¸ŗā¸Ĩā¸ąā¸‡ā¸Ąā¸­ā¸‡ā¸Ģā¸˛ā¸­ā¸ąā¸ā¸›ā¸Ŗā¸°ā¸ā¸˛ā¸¨āš€ā¸›ā¸´ā¸”ā¸Ģā¸Ĩā¸ąā¸‡ '=' āšƒā¸™ā¸ā¸˛ā¸Ŗā¸ā¸ŗā¸Ģā¸™ā¸”ā¸„āšˆā¸˛āšƒā¸Ģāš‰ā¸ā¸ąā¸šāšā¸­ā¸•ā¸—ā¸Ŗā¸´ā¸šā¸´ā¸§ā¸•āšŒ '%s' ⏂⏭⏇⏭⏴ā¸Ĩā¸´āš€ā¸Ąā¸™ā¸•āšŒ '%s'āš„ā¸Ąāšˆā¸Ŗā¸­ā¸‡ā¸Ŗā¸ąā¸šā¸ā¸˛ā¸Ŗā¸ā¸Ŗā¸°ā¸—ā¸ŗā¸™ā¸ĩāš‰ā¸ā¸˛ā¸Ŗā¸ā¸Ŗā¸°ā¸—ā¸ŗā¸–ā¸šā¸ā¸ĸā¸āš€ā¸Ĩ⏴⏁ā¸Ē⏕⏪ā¸ĩā¸Ąā¸‚āš‰ā¸­ā¸Ąā¸šā¸Ĩ⏭⏭⏁ā¸ĸā¸ąā¸‡āš„ā¸Ąāšˆā¸Ŗā¸­ā¸‡ā¸Ŗā¸ąā¸šā¸ā¸˛ā¸Ŗāš€ā¸‚ā¸ĩā¸ĸā¸™ā¸‚āš‰ā¸­ā¸Ąā¸šā¸Ĩāš„ā¸Ĩ⏚⏪⏞⏪ā¸ĩ PCRE ā¸–ā¸šā¸ā¸„ā¸­ā¸Ąāš„ā¸žā¸ĨāšŒā¸Ąā¸˛āšā¸šā¸šāš„ā¸Ąāšˆā¸Ŗā¸­ā¸‡ā¸Ŗā¸ąā¸šā¸„ā¸¸ā¸“ā¸Ēā¸Ąā¸šā¸ąā¸•ā¸´ UTF8āš„ā¸Ĩ⏚⏪⏞⏪ā¸ĩ PCRE ā¸–ā¸šā¸ā¸„ā¸­ā¸Ąāš„ā¸žā¸ĨāšŒā¸Ąā¸˛āšā¸šā¸šāš„ā¸Ąāšˆā¸Ŗā¸­ā¸‡ā¸Ŗā¸ąā¸š UTF8āš„ā¸Ąāšˆā¸Ŗā¸­ā¸‡ā¸Ŗā¸ąā¸š collating element ⏂⏭⏇ POSIXāšƒā¸Šāš‰ā¸Šā¸ˇāšˆā¸­ā¸„ā¸Ĩ⏞ā¸Ēā¸­ā¸ąā¸ā¸‚ā¸Ŗā¸°ā¸‚ā¸­ā¸‡ POSIX āš„ā¸”āš‰āšƒā¸™ā¸„ā¸Ĩ⏞ā¸Ēāš€ā¸—āšˆā¸˛ā¸™ā¸ąāš‰ā¸™ā¸Ąā¸ĩā¸Ĩā¸ŗā¸”ā¸ąā¸šāš„ā¸šā¸•āšŒāš„ā¸Ąāšˆāš€ā¸•āš‡ā¸Ąā¸­ā¸ąā¸ā¸‚ā¸Ŗā¸°ā¸­ā¸ĸā¸šāšˆā¸—ā¸ĩāšˆā¸—āš‰ā¸˛ā¸ĸā¸‚āš‰ā¸­ā¸Ąā¸šā¸Ĩāš€ā¸‚āš‰ā¸˛ā¸‚āš‰ā¸­ā¸„ā¸§ā¸˛ā¸Ąā¸„ā¸ŗā¸žā¸šā¸”āš„ā¸Ąāšˆāš„ā¸”āš‰ā¸‚ā¸ļāš‰ā¸™ā¸•āš‰ā¸™ā¸”āš‰ā¸§ā¸ĸā¸­ā¸ąā¸ā¸›ā¸Ŗā¸°ā¸ā¸˛ā¸¨ā¸Ąā¸˛ā¸–ā¸ļ⏇⏂ā¸ĩā¸”ā¸ˆā¸ŗā¸ā¸ąā¸”ā¸Ēā¸šā¸‡ā¸Ēā¸¸ā¸”ā¸‚ā¸­ā¸‡āšā¸­ā¸ŖāšŒāš€ā¸Ŗā¸ĸāšŒā¸‚āš‰ā¸­ā¸Ąā¸šā¸Ĩāšā¸Ĩāš‰ā¸§āš„ā¸”āš‰ā¸Ŗā¸ąā¸š fd ⏗ā¸ĩāšˆāš„ā¸Ąāšˆā¸–ā¸šā¸ā¸•āš‰ā¸­ā¸‡SELinux context ā¸•āš‰ā¸­ā¸‡āš„ā¸Ąāšˆāšƒā¸Šāšˆā¸•ā¸ąā¸§ā¸Šā¸ĩāš‰ā¸¨ā¸šā¸™ā¸ĸāšŒāš„ā¸Ąāšˆāš„ā¸”āš‰āš€ā¸›ā¸´ā¸”āšƒā¸Šāš‰ā¸‡ā¸˛ā¸™ SELinux āšƒā¸™ā¸Ŗā¸°ā¸šā¸šā¸™ā¸ĩāš‰ā¸Ē⏕⏪ā¸ĩā¸Ąāš„ā¸Ąāšˆā¸Ŗā¸­ā¸‡ā¸Ŗā¸ąā¸šā¸ā¸˛ā¸Ŗāš€ā¸Ĩā¸ˇāšˆā¸­ā¸™ā¸•ā¸ŗāšā¸Ģā¸™āšˆā¸‡ā¸­āšˆā¸˛ā¸™āš€ā¸‚ā¸ĩā¸ĸā¸™āš„ā¸Ąāšˆā¸Ŗā¸­ā¸‡ā¸Ŗā¸ąā¸šā¸ā¸˛ā¸Ŗā¸ā¸ŗā¸Ģā¸™ā¸”āšā¸­ā¸•ā¸—ā¸Ŗā¸´ā¸šā¸´ā¸§ā¸•āšŒ %sāšā¸Ēā¸”ā¸‡ā¸§ā¸´ā¸˜ā¸ĩāšƒā¸Šāš‰ā¸•ā¸ąā¸§āš€ā¸Ĩā¸ˇā¸­ā¸ā¸•āšˆā¸˛ā¸‡āš† ā¸—ā¸ąāš‰ā¸‡ā¸Ģā¸Ąā¸”āšā¸Ēā¸”ā¸‡ā¸§ā¸´ā¸˜ā¸ĩāšƒā¸Šāš‰ā¸•ā¸ąā¸§āš€ā¸Ĩā¸ˇā¸­ā¸ā¸•āšˆā¸˛ā¸‡āš†ā¸‹āš‡ā¸­ā¸āš€ā¸āš‡ā¸•ā¸–ā¸šā¸ā¸›ā¸´ā¸”āš„ā¸›āšā¸Ĩāš‰ā¸§ā¸Ē⏕⏪ā¸ĩā¸Ąā¸•āš‰ā¸™ā¸—ā¸˛ā¸‡ā¸–ā¸šā¸ā¸›ā¸´ā¸”āš„ā¸›āšā¸Ĩāš‰ā¸§ā¸Ē⏕⏪ā¸ĩā¸Ąāš„ā¸Ąāšˆā¸Ŗā¸­ā¸‡ā¸Ŗā¸ąā¸š query_infoā¸Ē⏕⏪ā¸ĩā¸Ąā¸Ąā¸ĩā¸ā¸˛ā¸Ŗā¸ā¸Ŗā¸°ā¸—ā¸ŗā¸„āš‰ā¸˛ā¸‡ā¸­ā¸ĸā¸šāšˆā¸Ē⏕⏪ā¸ĩā¸Ąā¸–ā¸šā¸ā¸›ā¸´ā¸”āš„ā¸›āšā¸Ĩāš‰ā¸§āš„ā¸Ąāšˆā¸Ŗā¸­ā¸‡ā¸Ŗā¸ąā¸šā¸Ĩā¸´ā¸‡ā¸āšŒā¸Ēā¸ąā¸ā¸Ĩā¸ąā¸ā¸Šā¸“āšŒā¸Ąā¸ĩāšā¸Ÿāš‰ā¸Ąā¸›ā¸Ĩ⏞ā¸ĸ⏗⏞⏇⏭ā¸ĸā¸šāšˆā¸āšˆā¸­ā¸™āšā¸Ĩāš‰ā¸§āšā¸Ÿāš‰ā¸Ąā¸›ā¸Ĩ⏞ā¸ĸā¸—ā¸˛ā¸‡āš€ā¸›āš‡ā¸™āš„ā¸”āš€ā¸Ŗā¸ā¸—ā¸­ā¸Ŗā¸ĩāšā¸Ÿāš‰ā¸Ąā¸›ā¸Ĩ⏞ā¸ĸā¸—ā¸˛ā¸‡āš„ā¸Ąāšˆāšƒā¸Šāšˆāšā¸Ÿāš‰ā¸Ąā¸›ā¸ā¸•ā¸´āšā¸Ąāšˆāšā¸šā¸š '%s' āš„ā¸Ąāšˆā¸Ąā¸ĩ XXXXXXāšā¸Ąāšˆāšā¸šā¸š '%s' āšƒā¸Šāš‰āš„ā¸Ąāšˆāš„ā¸”āš‰ āš„ā¸Ąāšˆā¸„ā¸§ā¸Ŗā¸Ąā¸ĩ '%s'āš„ā¸Ąāšˆā¸Ēā¸˛ā¸Ąā¸˛ā¸Ŗā¸–āš€ā¸›ā¸´ā¸”ā¸Ģ⏞⏗ā¸ĩāšˆā¸­ā¸ĸā¸šāšˆ '%s' āš„ā¸”āš‰ā¸Šā¸ąāšˆā¸§ā¸„ā¸Ŗā¸˛ā¸§ā¸‚āš‰ā¸­ā¸„ā¸§ā¸˛ā¸Ąā¸ˆā¸šāš€ā¸Ēā¸ĩā¸ĸā¸āšˆā¸­ā¸™ā¸ˆā¸°ā¸žā¸šā¸­ā¸ąā¸ā¸›ā¸Ŗā¸°ā¸ā¸˛ā¸¨ā¸—ā¸ĩāšˆāš€ā¸‚āš‰ā¸˛ā¸„ā¸šāšˆā¸ā¸ąā¸š %c (ā¸‚āš‰ā¸­ā¸„ā¸§ā¸˛ā¸Ąā¸—ā¸ĩāšˆā¸§āšˆā¸˛ā¸„ā¸ˇā¸­ '%s')ā¸‚āš‰ā¸­ā¸„ā¸§ā¸˛ā¸Ąā¸ˆā¸šā¸—ā¸ąā¸™ā¸—ā¸ĩā¸Ģā¸Ĩā¸ąā¸‡ā¸­ā¸ąā¸ā¸‚ā¸Ŗā¸° '\' (ā¸‚āš‰ā¸­ā¸„ā¸§ā¸˛ā¸Ąā¸—ā¸ĩāšˆā¸§āšˆā¸˛ā¸„ā¸ˇā¸­ '%s')ā¸‚āš‰ā¸­ā¸„ā¸§ā¸˛ā¸Ąā¸§āšˆā¸˛ā¸‡āš€ā¸›ā¸Ĩāšˆā¸˛ (ā¸Ģā¸Ŗā¸ˇā¸­ā¸Ąā¸ĩāšā¸•āšˆā¸­ā¸ąā¸ā¸‚ā¸Ŗā¸°ā¸Šāšˆā¸­ā¸‡ā¸§āšˆā¸˛ā¸‡)URI '%s' ā¸Ąā¸ĩā¸­ā¸ąā¸ā¸‚ā¸Ŗā¸°ā¸Ģā¸Ĩā¸ĩ⏁⏗ā¸ĩāšˆāš„ā¸Ąāšˆā¸–ā¸šā¸ā¸•āš‰ā¸­ā¸‡URI '%s' āšƒā¸Šāš‰āš„ā¸Ąāšˆāš„ā¸”āš‰URI '%s' āš„ā¸Ąāšˆāšƒā¸Šāšˆ URI ā¸Ēā¸ąā¸Ąā¸šā¸šā¸Ŗā¸“āšŒā¸—ā¸ĩāšˆāšƒā¸Šāš‰ scheme "file"āšā¸Ÿāš‰ā¸Ąā¸–ā¸šā¸āšā¸āš‰āš„ā¸‚āš‚ā¸”ā¸ĸāš‚ā¸›ā¸Ŗāšā¸ā¸Ŗā¸Ąā¸­ā¸ˇāšˆā¸™ā¸Šā¸ˇāšˆā¸­āš‚ā¸Žā¸Ēā¸•āšŒā¸‚ā¸­ā¸‡ URI '%s' āšƒā¸Šāš‰āš„ā¸Ąāšˆāš„ā¸”āš‰URI ā¸‚ā¸­ā¸‡āšā¸Ÿāš‰ā¸Ąā¸—āš‰ā¸­ā¸‡ā¸–ā¸´āšˆā¸™ '%s' ā¸•āš‰ā¸­ā¸‡āš„ā¸Ąāšˆā¸Ąā¸ĩ '#'ā¸Šā¸ˇāšˆā¸­ā¸žā¸˛ā¸˜ '%s' āš„ā¸Ąāšˆāšƒā¸Šāšˆā¸žā¸˛ā¸˜āš€ā¸•āš‡ā¸Ąā¸Ąā¸ĩ⏁⏞⏪ā¸Ēāšˆā¸‡ā¸„āšˆā¸˛ count ⏗ā¸ĩāšˆā¸Ēā¸šā¸‡āš€ā¸ā¸´ā¸™āš„ā¸›ā¸Ąā¸˛āšƒā¸Ģāš‰ %sāš„ā¸Ąāšˆā¸Ŗā¸­ā¸‡ā¸Ŗā¸ąā¸šā¸ā¸˛ā¸Ŗāšƒā¸Šāš‰ā¸–ā¸ąā¸‡ā¸‚ā¸ĸ⏰ā¸Ē⏕⏪ā¸ĩā¸Ąā¸‚āš‰ā¸­ā¸Ąā¸šā¸Ĩāš€ā¸‚āš‰ā¸˛āš„ā¸Ąāšˆā¸Ēā¸˛ā¸Ąā¸˛ā¸Ŗā¸–ā¸•ā¸ąā¸”ā¸—āš‰ā¸˛ā¸ĸā¸—ā¸´āš‰ā¸‡āš„ā¸”āš‰ā¸Ē⏕⏪ā¸ĩā¸Ąāš„ā¸Ąāšˆā¸Ŗā¸­ā¸‡ā¸Ŗā¸ąā¸šā¸ā¸˛ā¸Ŗā¸•ā¸ąā¸”ā¸—āš‰ā¸˛ā¸ĸā¸—ā¸´āš‰ā¸‡ā¸Šā¸™ā¸´ā¸” %s āš„ā¸Ąāšˆāš„ā¸”āš‰ā¸—ā¸ŗ from_tokens() ā¸‚ā¸­ā¸‡ā¸­ā¸´ā¸™āš€ā¸—ā¸­ā¸ŖāšŒāš€ā¸Ÿā¸‹ GIconā¸Šā¸™ā¸´ā¸” %s āš„ā¸Ąāšˆāš„ā¸”āš‰ā¸—ā¸ŗā¸­ā¸´ā¸™āš€ā¸—ā¸­ā¸ŖāšŒāš€ā¸Ÿā¸‹ GIconā¸Šā¸™ā¸´ā¸” %s āš„ā¸Ąāšˆāš„ā¸”āš‰āš€ā¸›āš‡ā¸™ā¸„ā¸Ĩ⏞ā¸Ēāš„ā¸Ąāšˆā¸Ŗā¸­ā¸‡ā¸Ŗā¸ąā¸š URIā¸Ēā¸Ŗāš‰ā¸˛ā¸‡ā¸‹āš‡ā¸­ā¸āš€ā¸āš‡ā¸•āš„ā¸Ąāšˆā¸Ēā¸ŗāš€ā¸Ŗāš‡ā¸ˆ: %sā¸Ēā¸Ŗāš‰ā¸˛ā¸‡āš„ā¸”āš€ā¸Ŗā¸ā¸—ā¸­ā¸Ŗā¸ĩā¸–ā¸ąā¸‡ā¸‚ā¸ĸ⏰ '%s' āš„ā¸Ąāšˆā¸Ēā¸ŗāš€ā¸Ŗāš‡ā¸ˆ: %sā¸Ēā¸Ŗāš‰ā¸˛ā¸‡āšā¸Ÿāš‰ā¸Ąā¸‚āš‰ā¸­ā¸Ąā¸šā¸Ĩā¸ā¸˛ā¸Ŗā¸—ā¸´āš‰ā¸‡ā¸‚ā¸ĸā¸°āš„ā¸Ąāšˆā¸Ēā¸ŗāš€ā¸Ŗāš‡ā¸ˆ: %sāš„ā¸Ąāšˆā¸Ēā¸˛ā¸Ąā¸˛ā¸Ŗā¸–ā¸Ģā¸˛ā¸Šā¸™ā¸´ā¸”ā¸›ā¸Ŗā¸´ā¸ĸ⏞ā¸ĸā¸‚ā¸­ā¸‡ā¸ā¸˛ā¸Ŗāš€ā¸āš‰ā¸˛ā¸Ąā¸­ā¸‡āš„ā¸”āš€ā¸Ŗā¸ā¸—ā¸­ā¸Ŗā¸ĩāšƒā¸™āš€ā¸„ā¸Ŗā¸ˇāšˆā¸­ā¸‡āš„ā¸Ąāšˆā¸Ēā¸˛ā¸Ąā¸˛ā¸Ŗā¸–ā¸Ģā¸˛ā¸Šā¸™ā¸´ā¸”ā¸›ā¸Ŗā¸´ā¸ĸ⏞ā¸ĸā¸‚ā¸­ā¸‡ā¸ā¸˛ā¸Ŗāš€ā¸āš‰ā¸˛ā¸Ąā¸­ā¸‡āšā¸Ÿāš‰ā¸Ąāšƒā¸™āš€ā¸„ā¸Ŗā¸ˇāšˆā¸­ā¸‡ā¸Ģ⏞ā¸Ģ⏪⏎⏭ā¸Ēā¸Ŗāš‰ā¸˛ā¸‡āš„ā¸”āš€ā¸Ŗā¸ā¸—ā¸­ā¸Ŗā¸ĩā¸–ā¸ąā¸‡ā¸‚ā¸ĸā¸°āš„ā¸Ąāšˆā¸Ēā¸ŗāš€ā¸Ŗāš‡ā¸ˆā¸Ģā¸˛āš€ā¸—ā¸­ā¸ŖāšŒā¸Ąā¸´ā¸™ā¸ąā¸Ĩ⏋ā¸ļāšˆā¸‡ā¸•āš‰ā¸­ā¸‡āšƒā¸Šāš‰āšƒā¸™ā¸ā¸˛ā¸Ŗāš€ā¸›ā¸´ā¸”āš‚ā¸›ā¸Ŗāšā¸ā¸Ŗā¸Ąāš„ā¸Ąāšˆā¸žā¸šā¸Ģā¸˛āš„ā¸”āš€ā¸Ŗā¸ā¸—ā¸­ā¸Ŗā¸ĩā¸Ŗā¸°ā¸”ā¸ąā¸šā¸šā¸™ā¸Ē⏏⏔ā¸Ē⏺ā¸Ģā¸Ŗā¸ąā¸šā¸–ā¸ąā¸‡ā¸‚ā¸ĸā¸°āš„ā¸Ąāšˆā¸Ēā¸ŗāš€ā¸Ŗāš‡ā¸ˆāš„ā¸Ąāšˆā¸Ēā¸˛ā¸Ąā¸˛ā¸Ŗā¸–ā¸­āšˆā¸˛ā¸™ā¸‚āš‰ā¸­ā¸œā¸´ā¸”ā¸žā¸Ĩ⏞⏔⏗ā¸ĩāšˆā¸„ā¸ąāšˆā¸‡ā¸„āš‰ā¸˛ā¸‡ā¸­ā¸ĸā¸šāšˆāš„ā¸”āš‰: %sā¸—ā¸´āš‰ā¸‡āšā¸Ÿāš‰ā¸Ąā¸Ĩā¸‡ā¸–ā¸ąā¸‡ā¸‚ā¸ĸā¸°āš„ā¸Ąāšˆā¸Ēā¸ŗāš€ā¸Ŗāš‡ā¸ˆ: %sā¸žā¸šāšā¸­ā¸•ā¸—ā¸Ŗā¸´ā¸šā¸´ā¸§ā¸•āšŒ '%s' ⏗ā¸ĩāšˆāš„ā¸Ąāšˆā¸•āš‰ā¸­ā¸‡ā¸ā¸˛ā¸Ŗ ā¸Ē⏺ā¸Ģā¸Ŗā¸ąā¸šā¸­ā¸´ā¸Ĩā¸´āš€ā¸Ąā¸™ā¸•āšŒ '%s'ā¸žā¸šā¸ˆā¸¸ā¸”ā¸ˆā¸šā¸Ē⏕⏪ā¸ĩā¸Ąā¸āšˆā¸­ā¸™ā¸ā¸ŗā¸Ģā¸™ā¸”āš€ā¸ā¸´ā¸”ā¸‚āš‰ā¸­ā¸œā¸´ā¸”ā¸žā¸Ĩā¸˛ā¸”āš„ā¸Ąāšˆā¸„ā¸˛ā¸”ā¸Ģā¸Ąā¸˛ā¸ĸāšƒā¸™ g_io_channel_win32_poll() ⏪⏰ā¸Ģā¸§āšˆā¸˛ā¸‡ā¸­āšˆā¸˛ā¸™ā¸‚āš‰ā¸­ā¸Ąā¸šā¸Ĩā¸ˆā¸˛ā¸āš‚ā¸žā¸Ŗāš€ā¸‹ā¸Ēā¸Ĩā¸šā¸āš€ā¸ā¸´ā¸”ā¸‚āš‰ā¸­ā¸œā¸´ā¸”ā¸žā¸Ĩā¸˛ā¸”āš„ā¸Ąāšˆā¸„ā¸˛ā¸”ā¸Ģā¸Ąā¸˛ā¸ĸāšƒā¸™ select() ⏪⏰ā¸Ģā¸§āšˆā¸˛ā¸‡ā¸­āšˆā¸˛ā¸™ā¸‚āš‰ā¸­ā¸Ąā¸šā¸Ĩā¸ˆā¸˛ā¸āš‚ā¸žā¸Ŗāš€ā¸‹ā¸Ēā¸Ĩā¸šā¸ (%s)āš€ā¸ā¸´ā¸”ā¸‚āš‰ā¸­ā¸œā¸´ā¸”ā¸žā¸Ĩā¸˛ā¸”āš„ā¸Ąāšˆā¸„ā¸˛ā¸”ā¸Ģā¸Ąā¸˛ā¸ĸāšƒā¸™ waitpid() (%s)ā¸žā¸šāšā¸—āš‡ā¸ '%s' ⏗ā¸ĩāšˆāš„ā¸Ąāšˆā¸•āš‰ā¸­ā¸‡ā¸ā¸˛ā¸Ŗā¸ ā¸˛ā¸ĸāšƒā¸™ '%s'ā¸žā¸šāšā¸—āš‡ā¸ '%s' ⏗ā¸ĩāšˆāš„ā¸Ąāšˆā¸•āš‰ā¸­ā¸‡ā¸ā¸˛ā¸Ŗ ⏂⏓⏰⏗ā¸ĩāšˆā¸•āš‰ā¸­ā¸‡ā¸ā¸˛ā¸Ŗāšā¸—āš‡ā¸ '%s'ā¸žā¸šā¸‚āš‰ā¸­ā¸Ąā¸šā¸Ĩā¸Šāšˆā¸§ā¸ĸāš€ā¸›āš‡ā¸™ā¸Šā¸™ā¸´ā¸”ā¸—ā¸ĩāšˆāš„ā¸Ąāšˆā¸„ā¸˛ā¸”ā¸Ģā¸Ąā¸˛ā¸ĸāš€ā¸ā¸´ā¸”ā¸‚āš‰ā¸­ā¸œā¸´ā¸”ā¸žā¸Ĩā¸˛ā¸”āš„ā¸Ąāšˆā¸—ā¸Ŗā¸˛ā¸šā¸Ēā¸˛āš€ā¸Ģā¸•ā¸¸ā¸‚ā¸“ā¸°ā¸”ā¸ŗāš€ā¸™ā¸´ā¸™ā¸‡ā¸˛ā¸™āš‚ā¸žā¸Ŗāš€ā¸‹ā¸Ēā¸Ĩā¸šā¸ "%s"āš€ā¸ā¸´ā¸”ā¸‚āš‰ā¸­ā¸œā¸´ā¸”ā¸žā¸Ĩā¸˛ā¸”āš„ā¸Ąāšˆā¸—ā¸Ŗā¸˛ā¸šā¸Ēā¸˛āš€ā¸Ģā¸•ā¸¸ā¸‚ā¸“ā¸°āš€ā¸Šā¸ˇāšˆā¸­ā¸Ąā¸•āšˆā¸­āš„ā¸Ąāšˆā¸Ŗā¸šāš‰ā¸ˆā¸ąā¸ā¸•ā¸ąā¸§āš€ā¸Ĩ⏎⏭⏁ %sā¸Ąā¸ĩā¸ā¸˛ā¸Ŗā¸Ŗā¸°ā¸šā¸¸āš‚ā¸žā¸Ŗāš‚ā¸—ā¸„ā¸­ā¸Ĩ⏗ā¸ĩāšˆāš„ā¸Ąāšˆā¸Ŗā¸šāš‰ā¸ˆā¸ąā¸ā¸Šā¸™ā¸´ā¸”ā¸‚āš‰ā¸­ā¸Ąā¸šā¸Ĩāš„ā¸Ąāšˆā¸Ŗā¸šāš‰ā¸ˆā¸ąā¸ā¸žā¸šā¸­ā¸ąā¸ā¸›ā¸Ŗā¸°ā¸ā¸˛ā¸¨āš„ā¸Ąāšˆāš€ā¸‚āš‰ā¸˛ā¸„ā¸šāšˆāšƒā¸™ā¸šā¸Ŗā¸Ŗā¸—ā¸ąā¸”ā¸„ā¸ŗā¸Ēā¸ąāšˆā¸‡ā¸Ģā¸Ŗā¸ˇā¸­ā¸‚āš‰ā¸­ā¸„ā¸§ā¸˛ā¸Ąā¸„ā¸ŗā¸žā¸šā¸”ā¸‚ā¸­ā¸‡āš€ā¸Šā¸Ĩā¸ĨāšŒāš„ā¸Ąāšˆā¸Ąā¸ĩā¸Šā¸ˇāšˆā¸­āš„ā¸Ąāšˆā¸Ŗā¸­ā¸‡ā¸Ŗā¸ąā¸šā¸—ā¸ĩāšˆā¸­ā¸ĸā¸šāšˆā¸‹āš‡ā¸­ā¸āš€ā¸āš‡ā¸•ā¸§ā¸´ā¸˜ā¸ĩāšƒā¸Šāš‰:āš„ā¸Ąāšˆā¸žā¸šāšā¸Ÿāš‰ā¸Ąā¸„ā¸ĩā¸ĸāšŒā¸—ā¸ĩāšˆāšƒā¸Šāš‰ā¸ā¸˛ā¸Ŗāš„ā¸”āš‰āšƒā¸™āš„ā¸”āš€ā¸Ŗā¸ā¸—ā¸­ā¸Ŗā¸ĩāšā¸Ģā¸Ĩāšˆā¸‡ā¸„āš‰ā¸™ā¸Ģā¸˛ā¸„āšˆā¸˛ '%s' āš„ā¸Ąāšˆā¸Ēā¸˛ā¸Ąā¸˛ā¸Ŗā¸–ā¸•ā¸ĩā¸„ā¸§ā¸˛ā¸Ąāš€ā¸›āš‡ā¸™ā¸šā¸šā¸Ĩā¸ĩā¸™āš„ā¸”āš‰ā¸„āšˆā¸˛ '%s' āš„ā¸Ąāšˆā¸Ēā¸˛ā¸Ąā¸˛ā¸Ŗā¸–ā¸•ā¸ĩā¸„ā¸§ā¸˛ā¸Ąāš€ā¸›āš‡ā¸™ā¸•ā¸ąā¸§āš€ā¸Ĩ⏂ float āš„ā¸”āš‰ā¸„āšˆā¸˛ '%s' āš„ā¸Ąāšˆā¸Ēā¸˛ā¸Ąā¸˛ā¸Ŗā¸–ā¸•ā¸ĩā¸„ā¸§ā¸˛ā¸Ąāš€ā¸›āš‡ā¸™ā¸•ā¸ąā¸§āš€ā¸Ĩā¸‚āš„ā¸”āš‰ā¸ā¸ŗā¸Ĩā¸ąā¸‡ā¸Ŗā¸­āš€ā¸‡ā¸ˇāšˆā¸­ā¸™āš„ā¸‚ā¸‚ā¸­ā¸‡ā¸‹āš‡ā¸­ā¸āš€ā¸āš‡ā¸•: %sā¸ˆā¸ŗā¸™ā¸§ā¸™āš‚ā¸—āš€ā¸„ā¸™ (%d) āš„ā¸Ąāšˆā¸–ā¸šā¸ā¸•āš‰ā¸­ā¸‡[OPTION...]ā¸žā¸š \ ⏗ā¸ĩāšˆā¸—āš‰ā¸˛ā¸ĸāšā¸žā¸•āš€ā¸—ā¸´ā¸ŖāšŒā¸™āšƒā¸Šāš‰ \C āšƒā¸™āšā¸žā¸•āš€ā¸—ā¸´ā¸ŖāšŒā¸™ā¸•ā¸Ŗā¸§ā¸ˆā¸„āšˆā¸˛ā¸ĸāš‰ā¸­ā¸™āš„ā¸Ąāšˆāš„ā¸”āš‰ā¸žā¸š \c ⏗ā¸ĩāšˆā¸—āš‰ā¸˛ā¸ĸāšā¸žā¸•āš€ā¸—ā¸´ā¸ŖāšŒā¸™\g āš„ā¸Ąāšˆāš„ā¸”āš‰ā¸•ā¸˛ā¸Ąā¸”āš‰ā¸§ā¸ĸā¸Šā¸ˇāšˆā¸­āšƒā¸™ā¸§ā¸‡āš€ā¸Ĩāš‡ā¸šā¸›ā¸ĩ⏁⏁⏞ ā¸Ģā¸Ŗā¸ˇā¸­ā¸•ā¸ąā¸§āš€ā¸Ĩ⏂⏗ā¸ĩāšˆāš„ā¸Ąāšˆāšƒā¸Šāšˆā¸¨ā¸šā¸™ā¸ĸāšŒā¸—ā¸ĩāšˆā¸­ā¸˛ā¸ˆā¸­ā¸ĸā¸šāšˆāšƒā¸™ā¸§ā¸‡āš€ā¸Ĩāš‡ā¸šā¸›ā¸ĩā¸ā¸ā¸˛ā¸•āš‰ā¸­ā¸‡ā¸ā¸˛ā¸Ŗāšā¸žā¸•āš€ā¸—ā¸´ā¸ŖāšŒā¸™ā¸•ā¸Ŗā¸§ā¸ˆā¸„āšˆā¸˛ā¸Ģā¸Ĩā¸ąā¸‡ (?(āš„ā¸Ąāšˆā¸Ŗā¸­ā¸‡ā¸Ŗā¸ąā¸šā¸ā¸˛ā¸Ŗāš€ā¸›ā¸Ĩā¸ĩāšˆā¸ĸā¸™āšā¸›ā¸Ĩā¸‡ā¸ā¸˛ā¸Ŗāš€ā¸Šā¸ˇāšˆā¸­ā¸Ąāš‚ā¸ĸ⏇ā¸Ē⏺ā¸Ģā¸Ŗā¸ąā¸š win32āš„ā¸Ąāšˆā¸Ŗā¸­ā¸‡ā¸Ŗā¸ąā¸šā¸ā¸˛ā¸Ŗāšƒā¸Šāš‰ā¸ā¸˛ā¸Ŗā¸­āš‰ā¸˛ā¸‡ā¸­ā¸´ā¸‡ā¸ĸāš‰ā¸­ā¸™ā¸ā¸Ĩā¸ąā¸šāš€ā¸›āš‡ā¸™āš€ā¸‡ā¸ˇāšˆā¸­ā¸™āš„ā¸‚āšƒā¸™ā¸ā¸˛ā¸Ŗā¸ˆā¸ąā¸šā¸„ā¸šāšˆā¸—ā¸ĩā¸Ĩ⏰ā¸Ēāšˆā¸§ā¸™āš€ā¸ā¸´ā¸™ā¸‚ā¸­ā¸šāš€ā¸‚ā¸•ā¸ā¸˛ā¸Ŗā¸–ā¸­ā¸ĸ⏄⏎⏙ā¸Ģāš‰ā¸˛ā¸Ąāšƒā¸Šāš‰ā¸Ŗā¸Ģā¸ąā¸Ēā¸Ģā¸Ĩā¸ĩā¸āš€ā¸›ā¸Ĩā¸ĩāšˆā¸ĸā¸™ā¸•ā¸ąā¸§ā¸žā¸´ā¸Ąā¸žāšŒāšƒā¸Ģā¸āšˆ-āš€ā¸Ĩāš‡ā¸ (\l, \L, \u, \U) ⏗ā¸ĩāšˆā¸•ā¸ŗāšā¸Ģā¸™āšˆā¸‡ā¸™ā¸ĩāš‰ā¸„āšˆā¸˛ā¸­ā¸ąā¸ā¸‚ā¸Ŗā¸°āšƒā¸™ā¸Ĩā¸ŗā¸”ā¸ąā¸š \x{...} ā¸Ąā¸ĩā¸„āšˆā¸˛ā¸Ēā¸šā¸‡āš€ā¸ā¸´ā¸™āš„ā¸›āš‚ā¸„āš‰ā¸”ā¸Ĩāš‰ā¸™ā¸ā¸Ĩā¸¸āšˆā¸Ąāš€ā¸‡ā¸ˇāšˆā¸­ā¸™āš„ā¸‚ā¸Ąā¸ĩā¸—ā¸˛ā¸‡āš€ā¸Ĩ⏎⏭⏁⏗ā¸ĩāšˆāš€ā¸›āš‡ā¸™āš„ā¸›āš„ā¸”āš‰ā¸Ąā¸˛ā¸ā¸ā¸§āšˆā¸˛ā¸Ēā¸­ā¸‡ā¸—ā¸˛ā¸‡ā¸­ā¸­ā¸šāš€ā¸ˆā¸ā¸•āšŒāš€ā¸Ēā¸ĩā¸ĸā¸Ģ⏞ā¸ĸāš„ā¸Ąāšˆā¸Ēā¸˛ā¸Ąā¸˛ā¸Ŗā¸–ā¸Ģ⏞⏗ā¸ĩāšˆā¸­ā¸ĸā¸šāšˆā¸ā¸ąāšˆā¸‡ā¸™ā¸ĩāš‰āš„ā¸”āš‰: %sāš„ā¸Ąāšˆā¸Ēā¸˛ā¸Ąā¸˛ā¸Ŗā¸–ā¸Ģ⏞⏗ā¸ĩāšˆā¸­ā¸ĸā¸šāšˆā¸ā¸ąāšˆā¸‡āš‚ā¸™āš‰ā¸™āš„ā¸”āš‰: %sāš„ā¸Ąāšˆā¸Ēā¸˛ā¸Ąā¸˛ā¸Ŗā¸– listen: %s⏂⏓⏰ā¸Ēā¸Ŗāš‰ā¸˛ā¸‡ GSocket ⏈⏞⏁ fd: %sā¸•āš‰ā¸­ā¸‡ā¸ā¸˛ā¸Ŗā¸•ā¸ąā¸§āš€ā¸Ĩā¸‚āš„ā¸”ā¸Ŗā¸§āšŒāš„ā¸Ąāšˆā¸Ŗā¸­ā¸‡ā¸Ŗā¸ąā¸šā¸„ā¸ŗā¸Ēā¸ąāšˆā¸‡ā¸”ā¸ąā¸™āšā¸œāšˆā¸™ā¸­ā¸­ā¸āš„ā¸”ā¸Ŗā¸§āšŒāš„ā¸Ąāšˆā¸Ŗā¸­ā¸‡ā¸Ŗā¸ąā¸šā¸„ā¸ŗā¸Ēā¸ąāšˆā¸‡ eject ā¸Ģ⏪⏎⏭ eject_with_operationāš„ā¸”ā¸Ŗā¸§āšŒāš„ā¸Ąāšˆā¸Ŗā¸­ā¸‡ā¸Ŗā¸ąā¸šā¸„ā¸ŗā¸Ēā¸ąāšˆā¸‡ā¸§ā¸™ā¸•ā¸Ŗā¸§ā¸ˆā¸Ēā¸ˇāšˆā¸­āš„ā¸”ā¸Ŗā¸§āšŒāš„ā¸Ąāšˆā¸Ŗā¸­ā¸‡ā¸Ŗā¸ąā¸šā¸„ā¸ŗā¸Ēā¸ąāšˆā¸‡ startāš„ā¸”ā¸Ŗā¸§āšŒāš„ā¸Ąāšˆā¸Ŗā¸­ā¸‡ā¸Ŗā¸ąā¸šā¸„ā¸ŗā¸Ēā¸ąāšˆā¸‡ stopā¸ˆā¸­ā¸‡ā¸Ģā¸™āšˆā¸§ā¸ĸā¸„ā¸§ā¸˛ā¸Ąā¸ˆā¸ŗāš„ā¸Ąāšˆā¸Ēā¸ŗāš€ā¸Ŗāš‡ā¸ˆā¸•āš‰ā¸­ā¸‡ā¸ā¸˛ā¸Ŗāš€ā¸Ĩ⏂⏐⏞⏙ā¸Ē⏴⏚ā¸Ģā¸ā¸•āš‰ā¸­ā¸‡ā¸ā¸˛ā¸Ŗāš€ā¸Ĩ⏂⏐⏞⏙ā¸Ē⏴⏚ā¸Ģ⏁ā¸Ģ⏪⏎⏭ '}'ā¸•ā¸ąā¸§ā¸­āš‰ā¸˛ā¸‡ā¸­ā¸´ā¸‡ā¸Ēā¸ąā¸ā¸Ĩā¸ąā¸ā¸Šā¸“āšŒāš„ā¸Ąāšˆā¸–ā¸šā¸ā¸•āš‰ā¸­ā¸‡ā¸•ā¸ąā¸§āš€ā¸Ĩ⏎⏭⏁ NEWLINE ā¸‚ā¸ąā¸”āšā¸ĸāš‰ā¸‡ā¸ā¸ąā¸™āš€ā¸­ā¸‡ā¸‚āš‰ā¸­ā¸œā¸´ā¸”ā¸žā¸Ĩ⏞⏔⏠⏞ā¸ĸāšƒā¸™ā¸‚āš‰ā¸­ā¸œā¸´ā¸”ā¸žā¸Ĩ⏞⏔⏠⏞ā¸ĸāšƒā¸™ā¸Ģā¸Ŗā¸ˇā¸­ā¸­ā¸­ā¸šāš€ā¸ˆā¸ā¸•āšŒāš€ā¸Ēā¸ĩā¸ĸā¸Ģ⏞ā¸ĸā¸Šā¸¸ā¸”ā¸‚ā¸­ā¸‡āšā¸Ÿā¸Ĩāš‡ā¸ā¸ā¸˛ā¸Ŗā¸‚ā¸ļāš‰ā¸™ā¸šā¸Ŗā¸Ŗā¸—ā¸ąā¸”āšƒā¸Ģā¸Ąāšˆā¸Ąā¸ĩā¸„āšˆā¸˛āš„ā¸Ąāšˆāš€ā¸‚āš‰ā¸˛ā¸ā¸ąā¸™āš€ā¸‡ā¸ˇāšˆā¸­ā¸™āš„ā¸‚ (?(0) āšƒā¸Šāš‰āš„ā¸Ąāšˆāš„ā¸”āš‰ā¸Ąā¸ĩā¸Ĩā¸ŗā¸”ā¸ąā¸šā¸­ā¸ąā¸ā¸‚ā¸Ŗā¸°ā¸Ģā¸Ĩā¸ĩ⏁⏗ā¸ĩāšˆāš„ā¸Ąāšˆā¸–ā¸šā¸ā¸•āš‰ā¸­ā¸‡āšƒā¸™ā¸„ā¸Ĩ⏞ā¸Ēā¸­ā¸ąā¸ā¸‚ā¸Ŗā¸°āšā¸žā¸•āš€ā¸—ā¸´ā¸ŖāšŒā¸™ā¸•ā¸Ŗā¸§ā¸ˆā¸„āšˆā¸˛ā¸ĸāš‰ā¸­ā¸™āš„ā¸Ąāšˆāš„ā¸”āš‰ā¸Ąā¸ĩā¸„ā¸§ā¸˛ā¸Ąā¸ĸ⏞⏧⏄⏇⏗ā¸ĩāšˆā¸Ĩā¸ŗā¸”ā¸ąā¸š \P ā¸Ģ⏪⏎⏭ \p ā¸œā¸´ā¸”ā¸Ŗā¸šā¸›āšā¸šā¸šā¸•ā¸ąā¸§āš€ā¸Ĩ⏂ā¸Ģā¸Ŗā¸ˇā¸­ā¸Šā¸ˇāšˆā¸­ā¸œā¸´ā¸”ā¸Ŗā¸šā¸›āšā¸šā¸šā¸Ģā¸Ĩā¸ąā¸‡ (?(āš„ā¸Ąāšˆā¸Ąā¸ĩ '<' āšƒā¸™ā¸•ā¸ąā¸§ā¸­āš‰ā¸˛ā¸‡ā¸­ā¸´ā¸‡ā¸Ēā¸ąā¸ā¸Ĩā¸ąā¸ā¸Šā¸“āšŒāš„ā¸Ąāšˆā¸Ąā¸ĩ ) ā¸Ģā¸Ĩā¸ąā¸‡ā¸Ģā¸Ąā¸˛ā¸ĸāš€ā¸Ģā¸•ā¸¸āš„ā¸Ąāšˆā¸Ąā¸ĩ ) ā¸›ā¸´ā¸”āš„ā¸Ąāšˆā¸Ąā¸ĩ ] ā¸›ā¸´ā¸”āšƒā¸™ā¸„ā¸Ĩ⏞ā¸Ēā¸­ā¸ąā¸ā¸‚ā¸Ŗā¸°āš„ā¸Ąāšˆā¸Ąā¸ĩā¸•ā¸ąā¸§ā¸›ā¸´ā¸”āšƒā¸™ā¸Šā¸ˇāšˆā¸­āšā¸žā¸•āš€ā¸—ā¸´ā¸ŖāšŒā¸™ā¸ĸāšˆā¸­ā¸ĸā¸ā¸˛ā¸Ŗāš€ā¸Ąā¸˛ā¸™ā¸—āšŒā¸™ā¸ĩāš‰ā¸ĸā¸ąā¸‡āš„ā¸Ąāšˆā¸Ŗā¸­ā¸‡ā¸Ŗā¸ąā¸šā¸ā¸˛ā¸Ŗāš€ā¸”ā¸˛ā¸Šā¸™ā¸´ā¸”āš€ā¸™ā¸ˇāš‰ā¸­ā¸Ģā¸˛ā¸ā¸˛ā¸Ŗāš€ā¸Ąā¸˛ā¸™ā¸—āšŒā¸™ā¸ĩāš‰ā¸ĸā¸ąā¸‡āš„ā¸Ąāšˆā¸Ŗā¸­ā¸‡ā¸Ŗā¸ąā¸šā¸ā¸˛ā¸Ŗā¸”ā¸ąā¸™ā¸Ēā¸ˇāšˆā¸­ā¸­ā¸­ā¸ā¸ā¸˛ā¸Ŗāš€ā¸Ąā¸˛ā¸™ā¸—āšŒā¸™ā¸ĩāš‰ā¸ĸā¸ąā¸‡āš„ā¸Ąāšˆā¸Ŗā¸­ā¸‡ā¸Ŗā¸ąā¸šā¸„ā¸ŗā¸Ēā¸ąāšˆā¸‡ eject ā¸Ģ⏪⏎⏭ eject_with_operationā¸ā¸˛ā¸Ŗāš€ā¸Ąā¸˛ā¸™ā¸—āšŒā¸™ā¸ĩāš‰ā¸ĸā¸ąā¸‡āš„ā¸Ąāšˆā¸Ŗā¸­ā¸‡ā¸Ŗā¸ąā¸šā¸ā¸˛ā¸Ŗāš€ā¸Ąā¸˛ā¸™ā¸—āšŒā¸‹āš‰ā¸ŗā¸ā¸˛ā¸Ŗāš€ā¸Ąā¸˛ā¸™ā¸—āšŒā¸™ā¸ĩāš‰ā¸ĸā¸ąā¸‡āš„ā¸Ąāšˆā¸Ŗā¸­ā¸‡ā¸Ŗā¸ąā¸šā¸ā¸˛ā¸Ŗāš€ā¸”ā¸˛ā¸Šā¸™ā¸´ā¸”āš€ā¸™ā¸ˇāš‰ā¸­ā¸Ģā¸˛āšā¸šā¸šā¸‹ā¸´ā¸‡āš‚ā¸„ā¸Ŗā¸™ā¸ąā¸Ēā¸ā¸˛ā¸Ŗāš€ā¸Ąā¸˛ā¸™ā¸—āšŒā¸™ā¸ĩāš‰ā¸ĸā¸ąā¸‡āš„ā¸Ąāšˆā¸Ŗā¸­ā¸‡ā¸Ŗā¸ąā¸šā¸ā¸˛ā¸Ŗāš€ā¸Ĩā¸´ā¸āš€ā¸Ąā¸˛ā¸™ā¸—āšŒā¸ā¸˛ā¸Ŗāš€ā¸Ąā¸˛ā¸™ā¸—āšŒā¸™ā¸ĩāš‰ā¸ĸā¸ąā¸‡āš„ā¸Ąāšˆā¸Ŗā¸­ā¸‡ā¸Ŗā¸ąā¸šā¸„ā¸ŗā¸Ēā¸ąāšˆā¸‡ unmount ā¸Ģ⏪⏎⏭ unmount_with_operationāš„ā¸Ąāšˆā¸Ąā¸ĩā¸Ēā¸´āšˆā¸‡ā¸—ā¸ĩāšˆā¸ˆā¸°ā¸‹āš‰ā¸ŗā¸„āšˆā¸˛ā¸•ā¸ąā¸§āš€ā¸Ĩ⏂ā¸Ēā¸šā¸‡āš€ā¸ā¸´ā¸™āš„ā¸›āšƒā¸™ā¸•ā¸ąā¸§ā¸Ŗā¸°ā¸šā¸¸ā¸›ā¸Ŗā¸´ā¸Ąā¸˛ā¸“ {}ā¸„āšˆā¸˛ā¸•ā¸ąā¸§āš€ā¸Ĩā¸‚ā¸œā¸´ā¸”ā¸žā¸Ĩā¸˛ā¸”āšƒā¸™ā¸•ā¸ąā¸§ā¸Ŗā¸°ā¸šā¸¸ā¸›ā¸Ŗā¸´ā¸Ąā¸˛ā¸“ {}ā¸„āšˆā¸˛āš€ā¸Ĩā¸‚ā¸ā¸˛ā¸™āšā¸›ā¸”ā¸Ēā¸šā¸‡ā¸ā¸§āšˆā¸˛ \377ā¸Ģā¸™āšˆā¸§ā¸ĸā¸„ā¸§ā¸˛ā¸Ąā¸ˆā¸ŗāš€ā¸•āš‡ā¸Ąāšƒā¸Šāš‰ā¸žā¸ˇāš‰ā¸™ā¸—ā¸ĩāšˆā¸—ā¸ŗā¸‡ā¸˛ā¸™ā¸Ē⏺ā¸Ģā¸Ŗā¸ąā¸šā¸ā¸˛ā¸Ŗā¸„ā¸­ā¸Ąāš„ā¸žā¸ĨāšŒā¸Ģā¸Ąā¸”āšā¸Ĩāš‰ā¸§āš„ā¸Ąāšˆā¸žā¸šāšā¸žā¸•āš€ā¸—ā¸´ā¸ŖāšŒā¸™ā¸ĸāšˆā¸­ā¸ĸ⏗ā¸ĩāšˆā¸•ā¸Ŗā¸§ā¸ˆā¸Ēā¸­ā¸šāš„ā¸›ā¸āšˆā¸­ā¸™ā¸Ģā¸™āš‰ā¸˛ā¸—ā¸ĩāšˆā¸­āš‰ā¸˛ā¸‡ā¸–ā¸ļā¸‡ā¸„āšˆā¸˛ā¸Šāšˆā¸§ā¸‡ā¸œā¸´ā¸”ā¸žā¸Ĩā¸˛ā¸”āšƒā¸™ā¸„ā¸Ĩ⏞ā¸Ēā¸­ā¸ąā¸ā¸‚ā¸Ŗā¸°āš€ā¸ā¸´ā¸™ā¸‚ā¸­ā¸šāš€ā¸‚ā¸•ā¸ā¸˛ā¸Ŗāš€ā¸Ŗā¸ĩā¸ĸā¸ā¸•ā¸ąā¸§āš€ā¸­ā¸‡ā¸ā¸˛ā¸Ŗāš€ā¸Ŗā¸ĩā¸ĸā¸ā¸•ā¸ąā¸§āš€ā¸­ā¸‡ā¸Ąā¸ĩāš‚ā¸­ā¸ā¸˛ā¸Ēā¸§ā¸™ā¸Ŗā¸­ā¸šāš„ā¸Ąāšˆā¸Ŗā¸šāš‰ā¸ˆā¸šā¸Ąā¸ĩā¸ā¸˛ā¸Ŗā¸­āš‰ā¸˛ā¸‡ā¸–ā¸ļā¸‡āšā¸žā¸•āš€ā¸—ā¸´ā¸ŖāšŒā¸™ā¸ĸāšˆā¸­ā¸ĸ⏗ā¸ĩāšˆāš„ā¸Ąāšˆā¸Ąā¸ĩ⏭ā¸ĸā¸šāšˆā¸™ā¸´ā¸žā¸ˆā¸™āšŒāš€ā¸Ŗā¸ā¸ā¸´ā¸§ā¸Ĩā¸˛ā¸ŖāšŒā¸ĸā¸˛ā¸§āš€ā¸ā¸´ā¸™āš„ā¸›ā¸‹āš‰ā¸ŗā¸ā¸Ĩā¸¸āšˆā¸Ą DEFINE āš„ā¸Ąāšˆāš„ā¸”āš‰'\' ā¸›ā¸Ŗā¸˛ā¸¨ā¸ˆā¸˛ā¸ā¸‚āš‰ā¸­ā¸Ąā¸šā¸Ĩ⏭ā¸ĸā¸šāšˆā¸—ā¸ĩāšˆā¸—āš‰ā¸˛ā¸ĸā¸Ēā¸•ā¸Ŗā¸´ā¸‡ā¸Šā¸ˇāšˆā¸­āšā¸žā¸•āš€ā¸—ā¸´ā¸ŖāšŒā¸™ā¸ĸāšˆā¸­ā¸ĸā¸ĸā¸˛ā¸§āš€ā¸ā¸´ā¸™āš„ā¸› (ā¸„ā¸§ā¸˛ā¸Ąā¸ĸ⏞⏧ā¸Ēā¸šā¸‡ā¸Ē⏏⏔⏄⏎⏭ 32 ā¸­ā¸ąā¸ā¸‚ā¸Ŗā¸°)symlink ā¸•āš‰ā¸­ā¸‡āš„ā¸Ąāšˆāšƒā¸Šāšˆā¸•ā¸ąā¸§ā¸Šā¸ĩāš‰ā¸¨ā¸šā¸™ā¸ĸāšŒāšā¸žā¸•āš€ā¸—ā¸´ā¸ŖāšŒā¸™ā¸Ąā¸ĩ⏪⏞ā¸ĸ⏁⏞⏪⏗ā¸ĩāšˆāš„ā¸Ąāšˆā¸Ŗā¸­ā¸‡ā¸Ŗā¸ąā¸šāšƒā¸™ā¸ā¸˛ā¸Ŗā¸ˆā¸ąā¸šā¸„ā¸šāšˆā¸—ā¸ĩā¸Ĩ⏰ā¸Ēāšˆā¸§ā¸™ā¸Ąā¸ĩāšā¸žā¸•āš€ā¸—ā¸´ā¸ŖāšŒā¸™ā¸ĸāšˆā¸­ā¸ĸā¸Ąā¸˛ā¸āš€ā¸ā¸´ā¸™āš„ā¸› (ā¸Ēā¸šā¸‡ā¸Ēā¸¸ā¸”āš„ā¸”āš‰ 10,000 āšā¸žā¸•āš€ā¸—ā¸´ā¸ŖāšŒā¸™)ā¸Ąā¸ĩāšā¸žā¸•āš€ā¸—ā¸´ā¸ŖāšŒā¸™ā¸ĸāšˆā¸­ā¸ĸā¸Šā¸ˇāšˆā¸­ā¸‹āš‰ā¸ŗā¸ā¸ąā¸™ā¸žā¸šā¸ā¸˛ā¸Ŗā¸‹āš‰ā¸ŗā¸—ā¸ĩāšˆāš„ā¸Ąāšˆā¸„ā¸˛ā¸”ā¸Ģā¸Ąā¸˛ā¸ĸā¸•ā¸ąā¸§ā¸­āš‰ā¸˛ā¸‡ā¸­ā¸´ā¸‡ā¸Ēā¸ąā¸ā¸Ĩā¸ąā¸ā¸Šā¸“āšŒāš„ā¸Ąāšˆā¸Ēā¸Ąā¸šā¸šā¸Ŗā¸“āšŒā¸žā¸šā¸Šā¸ˇāšˆā¸­ā¸„ā¸Ĩ⏞ā¸Ē⏂⏭⏇ POSIX ⏗ā¸ĩāšˆāš„ā¸Ąāšˆā¸Ŗā¸šāš‰ā¸ˆā¸ąā¸ā¸‚āš‰ā¸­ā¸œā¸´ā¸”ā¸žā¸Ĩā¸˛ā¸”āš„ā¸Ąāšˆā¸—ā¸Ŗā¸˛ā¸šā¸Ēā¸˛āš€ā¸Ģ⏕⏏ā¸Ĩā¸ŗā¸”ā¸ąā¸šā¸­ā¸ąā¸ā¸‚ā¸Ŗā¸°ā¸Ģā¸Ĩā¸ĩā¸āš„ā¸Ąāšˆā¸Ŗā¸šāš‰ā¸ˆā¸ąā¸ā¸žā¸šā¸Šā¸ˇāšˆā¸­ā¸„ā¸¸ā¸“ā¸Ēā¸Ąā¸šā¸ąā¸•ā¸´ā¸—ā¸ĩāšˆāš„ā¸Ąāšˆā¸Ŗā¸šāš‰ā¸ˆā¸ąā¸ā¸Ģā¸Ĩā¸ąā¸‡ \P ā¸Ģ⏪⏎⏭ \pā¸žā¸šā¸­ā¸ąā¸ā¸‚ā¸Ŗā¸°ā¸—ā¸ĩāšˆāš„ā¸Ąāšˆā¸Ŗā¸šāš‰ā¸ˆā¸ąā¸ā¸Ģā¸Ĩā¸ąā¸‡ (?ā¸žā¸šā¸­ā¸ąā¸ā¸‚ā¸Ŗā¸°ā¸—ā¸ĩāšˆāš„ā¸Ąāšˆā¸Ŗā¸šāš‰ā¸ˆā¸ąā¸ā¸Ģā¸Ĩā¸ąā¸‡ (?<ā¸žā¸šā¸­ā¸ąā¸ā¸‚ā¸Ŗā¸°ā¸—ā¸ĩāšˆāš„ā¸Ąāšˆā¸Ŗā¸šāš‰ā¸ˆā¸ąā¸ā¸Ģā¸Ĩā¸ąā¸‡ (?Pā¸žā¸šā¸­ā¸ąā¸ā¸‚ā¸Ŗā¸°ā¸—ā¸ĩāšˆāš„ā¸Ąāšˆā¸Ŗā¸šāš‰ā¸ˆā¸ąā¸ā¸•ā¸˛ā¸Ąā¸Ģā¸Ĩā¸ąā¸‡ \āš‚ā¸§ā¸Ĩā¸¸ā¸Ąā¸ĸā¸ąā¸‡āš„ā¸Ąāšˆā¸Ŗā¸­ā¸‡ā¸Ŗā¸ąā¸šā¸ā¸˛ā¸Ŗā¸”ā¸ąā¸™ā¸Ēā¸ˇāšˆā¸­ā¸­ā¸­ā¸āš‚ā¸§ā¸Ĩā¸¸ā¸Ąā¸ĸā¸ąā¸‡āš„ā¸Ąāšˆā¸Ŗā¸­ā¸‡ā¸Ŗā¸ąā¸šā¸„ā¸ŗā¸Ēā¸ąāšˆā¸‡ eject ā¸Ģ⏪⏎⏭ eject_with_operationāš‚ā¸§ā¸Ĩā¸¸ā¸Ąāš„ā¸Ąāšˆā¸Ŗā¸­ā¸‡ā¸Ŗā¸ąā¸šā¸ā¸˛ā¸Ŗāš€ā¸Ąā¸˛ā¸™ā¸—āšŒāš€ā¸ā¸´ā¸™ā¸‚ā¸­ā¸šāš€ā¸‚ā¸•ā¸žā¸ˇāš‰ā¸™ā¸—ā¸ĩāšˆā¸—ā¸ŗā¸‡ā¸˛ā¸™ā¸Ē⏺ā¸Ģā¸Ŗā¸ąā¸šā¸Ē⏕⏪⏴⏇ā¸ĸāšˆā¸­ā¸ĸāš€ā¸›ā¸Ĩāšˆā¸˛ā¸•ā¸ąā¸§ā¸­āš‰ā¸˛ā¸‡ā¸­ā¸´ā¸‡ā¸Ēā¸ąā¸ā¸Ĩā¸ąā¸ā¸Šā¸“āšŒā¸Ąā¸ĩā¸„ā¸§ā¸˛ā¸Ąā¸ĸā¸˛ā¸§āš€ā¸›āš‡ā¸™ā¸¨ā¸šā¸™ā¸ĸāšŒ./glib-2.22.2-i686/usr/share/locale/dz/0000755000000000000000000000000011271166767015646 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/dz/LC_MESSAGES/0000755000000000000000000000000011271166767017433 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/dz/LC_MESSAGES/glib20.mo0000644000000000000000000007703311271166635021053 0ustar rootrootŪ•…Dŗl8 Y9 _“ aķ &U | (‘ 4ē /ī , %L &r )™ !à å AžH;į.#*R.}aŦF4U2Š:ŊAø@:;{WˇW1g/™%É?ī5/Ie‘¯A] r“Ģ>Į'..]?|)ŧ$æ% 1!E9g*Ą9Ė-#+QŠ}&+/3[#!ŗ)Õ8˙98.r Ą ¯&Ŋä).?$X+}!ŠË1é.TJFŸ=æL$+q!ŋ-ß$ (2[1s<Ĩâ&9()bŒLŸ°ėz* /C s ‰ › $¸ 0Ũ F!:U!-!2ž!ņ!; "'E"-m")›"*Å"Ođ"C@#"„#§#&Į#*î#$C+$o$.v$3Ĩ$-Ų$ %¨%xŧ&?5(1u)•§*9=+Vw+ĀÎ+¨,š8-“ō-†.—$/˜ŧ/™U0éī02Ų1Ī 4€Ü4k]5pÉ5O:6ėŠ7šw8Ž19Ķā9Ú´:Ə;ôV<$K=5p>ĻĻ?ÉM@ĢA×ÃAЛB¯lCDUFAtFZļFcG\uG˛ŌGu…HwûHjsIŪIkæJpRKuÃK99LZsLÎL…^MĨäMPŠNqÛNoMO}ŊOz;QļQŦ6RgãR]KSdŠSģT¸ĘTnƒUBōU65VĢlV‰WšĸWC\X< XĄŨXŠYg ZNrZËÁZĻ[Ũ4\ā]æķ]īÚ^ąĘ_||`qų`žka¤ bŋ¯byocĪécÄšdm~eŗėeŅ fŗrgf&hh-i•ŊjySlĒÍlXxmEŅmynu‘nŗoģoôŊpɲq´|rU1sڇs‡btžętĄŠuuKvãÁvųĨwwŸxqy”‰yŖzEÂz{!|5|ŽÃ|r}~G2~?QP1uT;{€JE[k]B@m‚jz<ebCgNƒ+St3L\I(6A phdF ). ^r0U4*&y:v_!}#xYq- V5R=Hw /7,f"o'K>aDZnc%…$|Ml9„W`sX i8O'%s' is not a valid character following a '<' character; it may not begin an element name'%s' is not a valid character following the characters ''A bookmark for URI '%s' already existsApplication Options:Attribute '%s' of element '%s' not foundCan't do a raw read in g_io_channel_read_line_stringCan't do a raw read in g_io_channel_read_to_endCannot convert fallback '%s' to codeset '%s'Cannot parse double value '%s' for %sCannot parse integer value '%s' for %sChannel terminates in a partial characterCharacter out of range for UTF-16Character out of range for UTF-8Character reference '%-.*s' does not encode a permitted characterCharacter reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Conversion from character set '%s' to '%s' is not supportedCould not allocate %lu bytes to read file "%s"Could not open converter from '%s' to '%s'Could not open converter from '%s' to '%s': %sDocument ended unexpectedly after the equals sign following an attribute name; no attribute valueDocument ended unexpectedly inside a comment or processing instructionDocument ended unexpectedly inside an attribute nameDocument ended unexpectedly inside an element nameDocument ended unexpectedly inside an element-opening tag.Document ended unexpectedly inside the close tag for element '%s'Document ended unexpectedly just after an open angle bracket '<'Document ended unexpectedly while inside an attribute valueDocument ended unexpectedly with elements still open - '%s' was the last element openedDocument ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>Document must begin with an element (e.g. )Document was empty or contained only whitespaceDouble value '%s' for %s out of rangeElement '%s' was closed, but the currently open element is '%s'Element '%s' was closed, no element is currently openEmpty entity '&;' seen; valid entities are: & " < > 'Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Error during conversion: %sError on line %d: %sError opening directory '%s': %sError parsing option %sError reading file '%s': %sExisting file '%s' could not be removed: g_unlink() failed: %sFailed to change to directory '%s' (%s)Failed to close file '%s': fclose() failed: %sFailed to create file '%s': %sFailed to create pipe for communicating with child process (%s)Failed to execute child process "%s" (%s)Failed to execute child process (%s)Failed to execute helper program (%s)Failed to fork (%s)Failed to fork child process (%s)Failed to get attributes of file '%s': fstat() failed: %sFailed to map file '%s': mmap() failed: %sFailed to open file '%s' for writing: fdopen() failed: %sFailed to open file '%s': %sFailed to open file '%s': fdopen() failed: %sFailed to open file '%s': open() failed: %sFailed to parse '%-.*s', which should have been a digit inside a character reference (ê for example) - perhaps the digit is too largeFailed to read data from child processFailed to read data from child process (%s)Failed to read enough data from child pid pipe (%s)Failed to read from child pipe (%s)Failed to read from file '%s': %sFailed to read the symbolic link '%s': %sFailed to redirect output or input of child process (%s)Failed to rename file '%s' to '%s': g_rename() failed: %sFailed to write file '%s': fwrite() failed: %sFile is emptyHelp Options:Integer value '%s' for %s out of rangeInteger value '%s' out of rangeInvalid byte sequence in conversion inputInvalid hostnameInvalid program name: %sInvalid sequence in conversion inputInvalid string in argument vector at %d: %sInvalid string in environment: %sInvalid working directory: %sKey file contains escape character at end of lineKey file contains invalid escape sequence '%s'Key file contains key '%s' in group '%s' which has value that cannot be interpreted.Key file contains key '%s' which has value that cannot be interpreted.Key file contains key '%s' with value '%s' which is not UTF-8Key file contains line '%s' which is not a key-value pair, group, or commentKey file contains unsupported encoding '%s'Key file does not have group '%s'Key file does not have key '%s'Key file does not have key '%s' in group '%s'Key file does not start with a groupLeftover unconverted data in read bufferMissing argument for %sNo MIME type defined in the bookmark for URI '%s'No application with name '%s' registered a bookmark for '%s'No bookmark found for URI '%s'No groups set in bookmark for URI '%s'No private flag has been defined in bookmark for URI '%s'No valid bookmark file found in data dirsNot a regular fileOdd character '%s', expected a '=' after attribute name '%s' of element '%s'Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute nameOdd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'Partial character sequence at end of inputQuoted text doesn't begin with a quotation markShow all help optionsShow help optionsSymbolic links not supportedTemplate '%s' doesn't contain XXXXXXTemplate '%s' invalid, should not contain a '%s'Text ended before matching quote was found for %c. (The text was '%s')Text ended just after a '\' character. (The text was '%s')Text was empty (or contained only whitespace)The URI '%s' contains invalidly escaped charactersThe URI '%s' is invalidThe URI '%s' is not an absolute URI using the "file" schemeThe hostname of the URI '%s' is invalidThe local file URI '%s' may not include a '#'The pathname '%s' is not an absolute pathUnexpected attribute '%s' for element '%s'Unexpected error in g_io_channel_win32_poll() reading data from a child processUnexpected error in select() reading data from a child process (%s)Unexpected error in waitpid() (%s)Unexpected tag '%s' inside '%s'Unexpected tag '%s', tag '%s' expectedUnknown error executing child process "%s"Unknown option %sUnmatched quotation mark in command line or other shell-quoted textUsage:Value '%s' cannot be interpreted as a boolean.Value '%s' cannot be interpreted as a float number.Value '%s' cannot be interpreted as a number.[OPTION...]Project-Id-Version: glib.HEAD.dz Report-Msgid-Bugs-To: POT-Creation-Date: 2009-10-07 09:51-0400 PO-Revision-Date: 2006-08-09 10:23+0530 Last-Translator: Mindu Dorji Language-Team: DZONGKHA MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Poedit-Language: Dzongkha X-Poedit-Country: BHUTAN X-Poedit-SourceCharset: utf-8 Plural-Forms: nplurals=2;plural=(n!=1); āŊĄāŊ˛āŊ‚āŧ‹āŊ āŊ–āž˛āŊ´āŧ‹ ’%s’ āŊ‘āŊēāŧ‹ āŊĄāŊ˛āŊ‚āŧ‹āŊ āŊ–āž˛āŊ´āŧ‹â€™<’ āŊ…āŊ˛āŊ‚āŧ‹āŊ‚āŊ˛āŧ‹āŊĸāž—āŊēāŊĻāŧ‹āŊĻāŊ´āŧ‹āŊ āŊŧāŊ„āŊ˜āŧ‹āŊ‘āŧ‹ āŊ“āŊ´āŊĻāŧ‹āŊ”āŧ‹āŊĄāŊŧāŊ‘āŧ‹āŊ”āŊ āŊ˛āŧ‹āŊĄāŊ˛āŊ‚āŧ‹āŊ āŊ–āž˛āŊ´āŧ‹āŊ…āŊ˛āŊ‚āŧ‹āŊ˜āŊ˛āŊ“āŧ āŊ āŊ‘āŊ˛āŧ‹āŊ‚āŊ˛āŊĻāŧ‹āŊ†āŧ‹āŊ¤āŊĻāŧ‹āŊ€āžąāŊ˛āŧ‹āŊ˜āŊ˛āŊ„āŧ‹āŊ…āŊ˛āŊ‚āŧ‹ āŊ āŊ‚āŊŧāŧ‹āŊ˜āŊ˛āŧ‹āŊ–āŊ™āŊ´āŊ‚āŊĻāŊ”āŧ‹āŊ āŊŧāŊ„āŧŒāŧâ€™%s’ āŊ‘āŊēāŧ‹ āŊĄāŊ˛āŊ‚āŧ‹āŊ āŊ–āž˛āŊ´āŧ‹āŊ“āŊ´āŊĻāŧ‹āŊ…āŊ“āŧ‹āŊ…āŊ˛āŊ‚āŧ‹āŊ˜āŊēāŊ“āŧ‹ āŊĄāŊ˛āŊ‚āŧ‹āŊ āŊ–āž˛āŊ´āŧ‹ ’’ āŊ¨āŊ˛āŊ“āŧāŊĄāŊ´āŧ‹āŊ¨āŊĸāŧ‹āŊ¨āŊ āŊ˛āŧ‹'%s'āŊ‚āŊ˛āŧ‹āŊ‘āŊŧāŊ“āŧ‹āŊŖāŊ´āŧ‹ āŊ‘āŊēāŊ–āŧ‹āŊĸāžŸāŊ‚āŊĻāŧ‹āŊ…āŊ˛āŊ‚āŧ‹āŊ§āŊēāŧ‹āŊ˜āŧ‹āŊŖāŊĻāŧ‹āŊĸāŊ„āŧ‹āŊ āŊ‘āŊ´āŊ‚āŊ‚āžŗāŊŧāŊ‚āŧ‹āŊĸāŊ˛āŊ˜āŧ‹āŊ‚āžąāŊ˛āŧ‹āŊ‚āŊ‘āŊ˜āŧ‹āŊāŧāŊāžąāŊ‘āŧ‹āŊ†āŊŧāŊĻāŧ‹'%s'āŊ āŊšāŊŧāŊŖāŧ‹āŊ˜āŧ‹āŊāŊŧāŊ–āŧ‹ āŊ†āŧ‹āŊ¤āŊĻāŧ‹'%sāŊ‚āŊ˛āŊ‡āŊ˛āŧ‹āŊ¨āŊ āŊ˛āŧ‹ āŊ¨āŊŧāŧ‹ āŊĸāž’āžąāŊ´āŧ‹āŊŖāŊ˜āŧ‹ āŊŖāžˇāŊ‚āŧ‹ āŊ‚āžąāŊŖāŧ‹āŊĸāŊ˛āŊ˜āŧ‹ āŊĄāŊ˛āŊ‚āŧ‹āŊĸāž’āžąāŊ´āŊ“āŧ‹āŊšāŊ´āŧ‹āŊ“āŊ„āŧ‹ āŊĸāŊ‚āŊĻāŧ‹āŊŖāžˇāŊ‚āŧ‹āŊ˜āŊ˛āŧ‹āŊ–āŊāŊ´āŊ–āŧāŊ‡āŊ˛āŧ‹āŊ¨āŊ āŊ˛ āŊ¨āŊŧāŧ‹ āŊĸāž’āžąāŧ‹āŊŖāŊ˜āŧ‹ āŊ˜āŊ‡āŊ´āŊ‚āŧ‹ āŊšāŊ´āŊ“āŧ‹ āŊŖāžˇāŊ‚āŧ‹āŊ“āŊ˛āŧ‹āŊšāŊ´āŧ‹āŊ“āŊ„āŧ‹ āŊĸāŊ‚āŊĻāŧ‹āŊŖāžˇāŊ‚āŧ‹āŊ˜āŊ˛āŧ‹āŊ–āŊāŊ´āŊ–āŧāŊ‚āžŗāŊŧāŧ‹āŊ–āŊ´āŊĸāŧ‹āŊĸāž’āžąāŊ–āŧ‹āŊāŊ‚ ’%s’ āŊŖāŊĻāŧ‹ āŊ€āŊŧāŊŒāŊ˛āŧ‹āŊĻāŊēāŊŠāŊ˛āŧ‹ ’%s’ āŊŖāŊ´āŧ‹ āŊ‚āŊžāŊ˛āŧ‹āŊ–āŊĻāž’āžąāŊ´āŊĸāŧ‹āŊ āŊ–āŊ‘āŧ‹āŊ˜āŊ˛āŧ‹āŊšāŊ´āŊ‚āŊĻāŧ āŊ–āŊēāŧ‹āŊŖāŊ´āŧ‹āŊ‚āŊ‰āŊ˛āŊĻāŧ‹āŊ–āŊŖāžŸāŊ–āŧ‹%s'āŊ˜āŊ˛āŊ„āŧ‹āŊ‘āŊ”āžąāŊ‘āŧ‹āŊ āŊ–āŊ‘āŧ‹āŊ˜āŊ˛āŧ‹āŊšāŊ´āŊ‚āŊĻāŧ %sāŊ‚āŊ˛āŧ‹āŊ‘āŊŧāŊ“āŧ‹āŊŖāŊ´āŧāŊ§āž˛āŊ˛āŊŖāŧ‹āŊ¨āŊ„āŧ‹āŊ–āŊēāŧ‹āŊŖāŊ´āŧ‹ ’%s’āŊ‘āŊēāŧ‹%s āŊ‚āŊ˛āŧ‹āŊ‘āŊŧāŊ“āŧ‹āŊŖāŊ´āŧ‹ āŊ˜āŊ˛āŊ„āŧ‹āŊ‘āŊ”āžąāŊ‘āŧ‹āŊ āŊ–āŊ‘āŧ‹āŊ˜āŊ˛āŧ‹āŊšāŊ´āŊ‚āŊĻāŧāŊĄāŊ˛āŊ‚āŧ‹āŊ āŊ–āž˛āŊ´āŧ‹āŊ“āŊ„āŧ‹āŊ†āŧ‹āŊ¤āŊĻāŧ‹āŊ“āŊ„āŧ‹āŊŖāŊ´āŧ‹ āŊĸāž’āžąāŊ´āŧ‹āŊŖāŊ˜āŧ‹āŊĸāžŠāŧ‹āŊ āŊ‚āž˛āŊŧāŊŖāŧ‹āŊ āŊ‚āžąāŊŧāŊāŧ‹āŊ¨āŊ˛āŊ“āŧāŊĄāŊ˛āŊ‚āŧ‹āŊ āŊ–āž˛āŊ´āŧ‹ āŊĄāŊ´āŧ‹āŊŠāŊ˛āŧ‹āŊ¨āŊēāŊ•āŧ‹- āŧĄāŧĻ āŊ‚āŊ˛āŧ‹ āŊāžąāŊ–āŧ‹āŊšāŊ‘āŧ‹āŊ€āžąāŊ˛āŧ‹āŊ•āžąāŊ˛āŧ‹āŊāŊĸāŧ‹āŊ¨āŊ˛āŊ“āŧ‹āŊ˜āŊĻāŧāŊĄāŊ˛āŊ‚āŧ‹āŊ āŊ–āž˛āŊ´āŧ‹ āŊĄāŊ´āŧ‹āŊŠāŊ˛āŧ‹āŊ¨āŊēāŊ•āŧ‹ - āŧ¨ āŊ€āžąāŊ˛āŧ‹ āŊāžąāŊ–āŧ‹āŊšāŊ‘āŧ‹āŊ€āžąāŊ˛āŧ‹āŊ•āžąāŊ˛āŧ‹āŊāŊĸāŧ‹āŊ¨āŊ˛āŊ“āŧ‹āŊ˜āŊĻāŧāŊĄāŊ˛āŊ‚āŧ‹āŊ āŊ–āž˛āŊ´āŧ‹āŊ‚āŊžāŊ˛āŧ‹āŊ–āŊĻāžŸāŊ´āŊ“āŧ‹ '%-.*s' āŊ‘āŊēāŧ‹āŊ‚āŊ˛āŊĻāŧ‹ āŊ‚āŊ“āŊ„āŧ‹āŊ–āŧ‹āŊ…āŊ“āŧ‹āŊ‚āžąāŊ˛āŧ‹āŊĄāŊ˛āŊ‚āŧ‹āŊ āŊ–āž˛āŊ´āŧ‹āŊ…āŊ˛āŊ‚āŧ‹āŊŖāŊ´āŧ‹ āŊ¨āŊ˛āŊ“āŧ‹āŊ€āŊŧāŊŒāŊ˛āŧ‹āŊ˜āŊ˛āŧ‹āŊ āŊ–āŊ‘āŧ‹āŊ–āŊĻāŧāŊĄāŊ˛āŊ‚āŧ‹āŊ āŊ–āž˛āŊ´āŧ‹āŊ‚āŊžāŊ˛āŧ‹āŊ–āŊĻāžŸāŊ´āŊ“āŧ‹āŊ‘āŊēāŧ‹ āŊĻāŊēāŧ‹āŊ˜āŊ˛āŧ‹āŊ€āŊŧāŧ‹āŊŖāŊąāŊŧāŊ“āŧ‹ ; āŊ‚āžąāŊ˛āŊĻāŧ‹ āŊ˜āŊ‡āŊ´āŊ‚āŧ‹āŊ˜āŧ‹āŊ–āŊĻāžĄāŊ´āŧ‹āŊ–āŊĻāŧ āŊāžąāŊŧāŊ‘āŧ‹āŊ€āžąāŊ˛āŊĻāŧ‹ āŊ„āŊŧāŧ‹āŊ–āŊŧāŧ‹āŊ…āŊ˛āŊ‚āŧ‹ āŊ āŊ‚āŊŧāŧ‹āŊ–āŊ™āŊ´āŊ‚āŊĻāŧ‹āŊ“āŊ˛āŊ āŊ˛āŧ‹āŊĸāŊēāŧ‹āŊ āŊ‘āŊ´āŊ“āŧ‹āŊ˜āŊēāŊ‘āŧ‹āŊ”āŊĸāŧ‹ āŊ‘āŊ„āŧ‹āŊĸāžŸāŊ‚āŊĻāŧ‹ āŊĄāŊ˛āŊ‚āŧ‹āŊ āŊ–āž˛āŊ´āŧ‹ āŊŖāŊ‚āŧ‹āŊŖāŊēāŊ“āŧ‹āŊ āŊāŊ–āŧ‹āŊ āŊāŊ–āŧ‹āŊ āŊŧāŊ„āŧ‹āŊ“āŊ˛āŧ‹āŊ˜āŊĻāŧ āŊ‘āŊ„āŧ‹āŊĸāžŸāŊ‚āŊĻāŧ‹āŊ‘āŊēāŧ‹ & āŊ–āŊŸāŊ´āŊ˜āŧ‹āŊĻāžĻāŊēāŧ‹ āŊ‚āž˛āŊŧāŊĻāŧ‹āŊāŊĸāŧ‹āŊ āŊ–āŊ‘āŧāŊĄāŊ˛āŊ‚āŧ‹āŊ āŊ–āž˛āŊ´āŊ āŊ˛āŧ‹āŊ†āŧ‹āŊšāŊ“āŧ‹ ‘%s’ āŊŖāŊĻāŧ‹ ‘%s’ āŊŖāŊ´āŧ‹āŊ‚āŊžāŊ˛āŧ‹āŊ–āŊĻāž’āžąāŊ´āŊĸāŧ‹āŊ āŊ–āŊ‘āŧ‹āŊ“āŊ˛āŧ‹āŊŖāŊ´āŧ‹ āŊĸāž’āžąāŊ–āŧ‹āŊĻāžāžąāŊŧāŊĸāŧ‹āŊ˜āŊ˛āŊ“āŧ‹āŊ āŊ‘āŊ´āŊ‚āŊ–āŊąāŊĄāŊ˛āŊŠāŊ˛āŧ‹ %lu āŊ–āŊĻāžāŊŖāŧ‹āŊĻāž¤āž˛āŊŧāŊ‘āŧ‹āŊ āŊ–āŊ‘āŧ‹āŊ˜āŧ‹āŊšāŊ´āŊ‚āŊĻāŧ‹ "%s" āŊŖāžˇāŊ‚āŧ‹āŊ“āŊ˛āŧ‹āŊŖāŊ´āŧâ€˜%s’ āŊŖāŊĻāŧ‹ '%s' āŊŖāŊ´āŧ‹ āŊĻāž’āžąāŊ´āŊĸāŧ‹āŊ–āžąāŊēāŊ‘āŧ‹āŊāŧ‹āŊ•āžąāŊēāŧ‹āŊ˜āŧ‹āŊšāŊ´āŊ‚āŊĻāŧâ€˜%s’ āŊŖāŊĻāŧ‹ ‘%s’:%s āŊŖāŊ´āŧ‹āŊĻāž’āžąāŊ´āŊĸāŧ‹āŊ–āžąāŊēāŊ‘āŧ‹āŊāŧ‹āŊ•āžąāŊēāŧ‹āŊ˜āŧ‹āŊšāŊ´āŊ‚āŊĻāŧāŊĄāŊ˛āŊ‚āŧ‹āŊ†āŧ‹āŊ‘āŊēāŧ‹ āŊāžąāŊ‘āŧ‹āŊ†āŊŧāŊĻāŧ‹āŊ€āžąāŊ˛āŧ‹āŊ˜āŊ˛āŊ„āŧ‹āŊ…āŊ˛āŊ‚āŧ‹āŊ‚āŊ˛āŧ‹āŊ¤āŊ´āŊŖāŧ‹āŊŖāŊĻāŧ‹ āŊ˜āŊ‰āŊ˜āŧ‹āŊĸāžŸāŊ‚āŊĻāŧ‹āŊ€āžąāŊ˛āŧ‹āŊĸāž—āŊēāŊĻāŧ‹āŊĻāŊ´āŧ‹ āŊĸāŊēāŧ‹āŊ–āŧ‹āŊ˜āŊēāŊ‘āŧ‹āŊ”āŊĸāŧ‹ āŊĸāžĢāŊŧāŊ‚āŊĻāŧ‹āŊĻāŊŧāŧ‹āŊ“āŊ´āŊ‚ āŊāžąāŊ‘āŧ‹āŊ†āŊŧāŊĻāŧ‹āŊ€āžąāŊ˛āŧ‹āŊ–āŊēāŧ‹āŊŖāŊ´āŧ‹āŊ˜āŊ˛āŊ“āŧ‹āŊ āŊ‘āŊ´āŊ‚āŊĄāŊ˛āŊ‚āŧ‹āŊ†āŧ‹āŊ‘āŊēāŧ‹ āŊ–āŊĻāŊ˜āŧ‹āŊ–āŊ€āŊŧāŊ‘āŧ‹ āŊĄāŊ„āŧ‹āŊ“āŧ‹ āŊŖāŊĻāŧ‹āŊĻāžĻāžąāŊŧāŊĸāŧ‹āŊ–āŊ€āŊŧāŊ‘āŧ‹āŊĸāž’āžąāŧ‹āŊ…āŊ˛āŊ‚āŧ‹āŊ‚āŊ˛āŧ‹āŊ“āŊ„āŧ‹āŊ“āŧ‹ āŊĸāŊēāŧ‹āŊ–āŧ‹āŊ˜āŊēāŊ‘āŧ‹āŊ”āŊĸāŧ‹ āŊĸāžĢāŊŧāŊ‚āŊĻāŧ‹āŊĻāŊŧāŧ‹āŊ“āŊ´āŊ‚āŊĄāŊ˛āŊ‚āŧ‹āŊ†āŧ‹āŊ‘āŊēāŧ‹ āŊāžąāŊ‘āŧ‹āŊ†āŊŧāŊĻāŧ‹āŊ€āžąāŊ˛āŧ‹āŊ˜āŊ˛āŊ„āŧ‹āŊ…āŊ˛āŊ‚āŧ‹āŊ‚āŊ˛āŧ‹āŊ“āŊ„āŧ‹āŊ“āŧ‹ āŊĸāŊēāŧ‹āŊ–āŧ‹āŊ˜āŊēāŊ‘āŧ‹āŊ”āŊĸāŧ‹āŊĸāžĢāŊŧāŊ‚āŊĻāŧ‹āŊĻāŊŧāŧ‹āŊ“āŊ´āŊ‚āŊĄāŊ˛āŊ‚āŧ‹āŊ†āŧ‹āŊ‘āŊēāŧ‹ āŊ†āŧ‹āŊ¤āŊĻāŧ‹āŊ…āŊ˛āŊ‚āŧ‹āŊ‚āŊ˛āŧ‹ āŊ˜āŊ˛āŊ„āŧ‹āŊ‚āŊ˛āŧ‹āŊ“āŊ„āŧ‹āŊ“āŧ‹ āŊĸāŊēāŧ‹āŊ–āŧ‹āŊ˜āŊēāŊ‘āŧ‹āŊ”āŊĸāŧ‹āŊĸāžĢāŊŧāŊ‚āŊĻāŧ‹āŊĻāŊŧāŧ‹āŊ“āŊ´āŊ‚āŊĄāŊ˛āŊ‚āŧ‹āŊ†āŧ‹āŊ‘āŊēāŧ‹ āŊ†āŧ‹āŊ¤āŊĻāŧ‹āŊāŧ‹āŊ•āžąāŊēāŧ‹āŊ“āŊ˛āŊ āŊ˛āŧ‹ āŊ„āŊŧāŧ‹āŊĸāžŸāŊ‚āŊĻāŧ‹āŊ…āŊ˛āŊ‚āŧ‹āŊ‚āŊ˛āŧ‹āŊ“āŊ„āŧ‹āŊ“āŧ‹ āŊĸāŊēāŧ‹āŊ–āŧ‹āŊ˜āŊēāŊ‘āŧ‹āŊ”āŊĸāŧ‹ āŊĸāžĢāŊŧāŊ‚āŊĻāŧ‹āŊĻāŊŧāŧ‹āŊ“āŊ´āŊ‚āŊĄāŊ˛āŊ‚āŧ‹āŊ†āŧ‹āŊ‘āŊēāŧ‹ āŊ†āŧ‹āŊ¤āŊĻāŧ‹ ’%s’ āŊ‚āŊ˛āŧ‹āŊ‘āŊŧāŊ“āŧ‹āŊŖāŊ´āŧ‹ āŊāŧ‹āŊ–āŊĻāžĄāŊ˜āŧ‹āŊ„āŊŧāŧ‹āŊĸāžŸāŊ‚āŊĻāŧ‹āŊ“āŊ„āŧ‹āŊ“āŧ‹ āŊĸāŊēāŧ‹āŊ–āŧ‹āŊ˜āŊēāŊ‘āŧ‹āŊ”āŊĸāŧ‹ āŊĸāžĢāŊŧāŊ‚āŊĻāŧ‹āŊĻāŊŧāŧ‹āŊ“āŊ´āŊ‚āŊĄāŊ˛āŊ‚āŧ‹āŊ†āŧ‹āŊ‘āŊēāŧ‹ āŊŸāŊ´āŊĸāŧ‹āŊāŊ´āŊ‚āŧ‹āŊ‚āŊ´āŊ‚āŧ‹āŊ¤āŊ‘āŧ‹ ’<’ āŊ…āŊ˛āŊ‚āŧ‹āŊ‚āŊ˛āŧ‹āŊ¤āŊ´āŊŖāŧ‹āŊŖāŊĻāŧ‹ āŊĸāŊēāŧ‹āŊ–āŧ‹āŊ˜āŊēāŊ‘āŧ‹āŊ”āŊĸāŧ‹ āŊĸāžĢāŊŧāŊ‚āŊĻāŧ‹āŊĻāŊŧāŧ‹āŊĄāŊ˛āŧāŊĄāŊ˛āŊ‚āŧ‹āŊ†āŧ‹āŊ‘āŊēāŧ‹ āŊāžąāŊ‘āŧ‹āŊ†āŊŧāŊĻāŧ‹āŊ€āžąāŊ˛āŧ‹ āŊ–āŊēāŧ‹āŊŖāŊ´āŧ‹āŊ…āŊ˛āŊ‚āŧ‹āŊ‚āŊ˛āŧ‹āŊ“āŊ„āŧ‹āŊ“āŧ‹āŊĻāžĄāŊŧāŊ‘āŧ‹āŊ”āŊ āŊ˛āŧ‹āŊĻāžāŊ–āŊĻāŧ‹āŊŖāŊ´āŧ‹ āŊĸāŊēāŧ‹āŊ–āŧ‹āŊ˜āŊēāŊ‘āŧ‹āŊ”āŊĸāŧ‹ āŊĸāžĢāŊŧāŊ‚āŊĻāŧ‹āŊĻāŊŧāŧ‹āŊ“āŊ´āŊ‚āŊĄāŊ˛āŊ‚āŧ‹āŊ†āŧ‹āŊ‘āŊēāŧ‹ āŊĸāŊēāŧ‹āŊ–āŧ‹āŊ˜āŊēāŊ‘āŧ‹āŊ”āŊĸāŧ‹āŊĸāžĢāŊŧāŊ‚āŊĻāŧ‹āŊĻāŊŧāŧ‹āŊĸāŊ´āŊ„āŧ‹ āŊ†āŧ‹āŊ¤āŊĻāŧ‹āŊ‘āŊēāŧ‹ āŊāŧ‹āŊ•āžąāŊēāŧ‹āŊĻāžŸāŊēāŧ‹āŊĸāŊ„āŧ‹āŊ āŊ‘āŊ´āŊ‚ āŊ˜āŊāŊ āŧ‹āŊ˜āŊ‡āŊ´āŊ‚āŧ‹āŊāŧ‹āŊ•āžąāŊēāŧ‹āŊ˜āŊ˛āŧ‹ āŊ†āŧ‹āŊ¤āŊĻāŧ‹āŊ‘āŊēāŧ‹ -’%s’ āŊ¨āŊ˛āŊ“āŧ‹āŊ”āŊĻāŧāŊĄāŊ˛āŊ‚āŧ‹āŊ†āŧ‹āŊ‘āŊēāŧ‹ āŊĸāŊēāŧ‹āŊ–āŧ‹āŊ˜āŊēāŊ‘āŧ‹āŊ”āŊĸāŧ‹āŊĸāžĢāŊŧāŊ‚āŊĻāŧ‹āŊĻāŊŧāŧ‹āŊ“āŊ´āŊ‚ āŊ„āŊŧāŧ‹āŊĸāžŸāŊ‚āŊĻāŧ‹ <%s/> āŊ˜āŊ‡āŊ´āŊ‚āŧ‹āŊ–āŊĻāžĄāŊ´āŧ‹āŊ–āŊ āŊ˛āŧ‹ āŊāŧ‹āŊ–āŊĻāžĄāŊ˜āŧ‹āŊŸāŊ´āŊĸāŧ‹āŊāŊ´āŊ‚āŧ‹āŊ‚āŊ´āŊ‚āŧ‹āŊ¤āŊ‘āŧ‹āŊ…āŊ˛āŊ‚āŧ‹ āŊ˜āŊāŊŧāŊ„āŧ‹āŊ–āŊ āŊ˛āŧ‹āŊĸāŊēāŧ‹āŊ–āŧ‹āŊĄāŊŧāŊ‘āŧāŊĄāŊ˛āŊ‚āŧ‹āŊ†āŧ‹āŊ‘āŊēāŧ‹ (āŊ‘āŊ”āŊēāŊĸāŧ‹āŊ“āŧ‹ ) āŊ–āŊŸāŊ´āŊ˜āŧ‹āŊ˜āŊ āŊ˛āŧ‹āŊ†āŧ‹āŊ¤āŊĻāŧ‹āŊ…āŊ˛āŊ‚āŧ‹āŊ‚āŊ˛āŊĻāŧ‹ āŊ āŊ‚āŊŧāŧ‹āŊ–āŊ™āŊ´āŊ‚āŊĻāŧ‹āŊ‘āŊ‚āŊŧāŊĄāŊ˛āŊ‚āŧ‹āŊ†āŧ‹āŊ‘āŊēāŧ‹āŊĻāžŸāŊŧāŊ„āŧ‹āŊ”āŊ āŊ˜āŧ‹ āŊĄāŊ„āŧ‹āŊ…āŊ˛āŊ“āŧ‹ āŊ“āŊ„āŧ‹āŊ“āŧ‹āŊĻāŧ‹āŊĻāžŸāŊŧāŊ„āŧ‹āŊ‘āŊ€āŊĸāŊ”āŊŧāŧ‹āŊ˜āŧ‹āŊ‚āŊāŊŧāŊ‚āŊĻāŧ‹ āŊ˜āŊēāŊ‘āŊ”āŧ‹āŊ āŊŧāŊ„āŧ‹āŊ“āŊ˛āŧ‹āŊ˜āŊĻāŧāŊ–āŊēāŧ‹āŊŖāŊ´āŧ‹āŊ‚āŊ‰āŊ˛āŊĻāŧ‹āŊ–āŊŖāžŸāŊ–āŧ‹'%s' āŊ‘āŊēāŧ‹%s āŊ‚āŊ˛āŧ‹āŊ‘āŊŧāŊ“āŧ‹āŊŖāŊ´āŧ‹ āŊāžąāŊ–āŧ‹āŊšāŊ‘āŧ‹āŊ€āžąāŊ˛āŧ‹āŊ•āžąāŊ˛āŧ‹āŊāŊĸāŧ‹āŊ¨āŊ˛āŊ“āŧ‹āŊ”āŊĻāŧāŊ†āŧ‹āŊ¤āŊĻāŧ‹ ’%s’ āŊ‘āŊēāŧ‹ āŊāŧ‹āŊ–āŊĻāžĄāŊ˜āŊĻāŧ‹āŊ“āŊ´āŊ‚ āŊ‘āŊēāŧ‹āŊ āŊ–āŊ‘āŊāŧ‹āŊ‘āŧ‹ āŊ‘āŧ‹āŊŖāžŸāŊŧāŧ‹āŊāŧ‹āŊ•āžąāŊēāŧ‹āŊĻāžŸāŊēāŧ‹āŊĄāŊŧāŊ‘āŧ‹āŊ˜āŊ˛āŧ‹āŊ†āŧ‹āŊ¤āŊĻāŧ‹āŊ‘āŊēāŧ‹ ’%s’ āŊ¨āŊ˛āŊ“āŧāŊ†āŧ‹āŊ¤āŊĻāŧ‹ ’%s’ āŊ‘āŊēāŧ‹ āŊāŧ‹āŊ–āŊĻāžĄāŊ˜āŊĻāŧ‹āŊāŊēāŧ‹āŊĄāŊŧāŊ‘āŊ”āŧ‹āŊŖāŊĻāŧ‹ āŊ‘āŧ‹āŊŖāžŸāŊŧāŧ‹āŊ†āŧ‹āŊ¤āŊĻāŧ‹āŊ‚āŊ…āŊ˛āŊ‚āŧ‹āŊĄāŊ„āŧ‹ āŊāŧ‹āŊ•āžąāŊēāŧ‹āŊ•āžąāŊēāŊāŧ‹āŊ˜āŊ˛āŊ“āŧ‹āŊ āŊ‘āŊ´āŊ‚āŊ„āŊŧāŧ‹āŊ–āŊŧāŧ‹āŊĻāžŸāŊŧāŊ„āŧ‹āŊ”āŧ‹ ’&;’ āŊ˜āŊāŊŧāŊ„āŧ‹āŊ…āŊ˛āŧ āŊ“āŊ´āŊĻāŧ‹āŊ…āŊ“āŧ‹āŊ„āŊŧāŧ‹āŊ–āŊŧāŧ‹āŊšāŊ´āŧ‹: & " < > ' āŊšāŊ´āŧ‹āŊ¨āŊ˛āŊ“āŧāŊ„āŊŧāŧ‹āŊ–āŊŧāŧ‹āŊ āŊ‘āŊ˛āŧ‹ āŊĻāŊēāŧ‹āŊ˜āŊ˛āŧ‹āŊ€āŊŧāŧ‹āŊŖāŊąāŊŧāŊ“āŧ‹ ; āŊ‚āŊ˛āŊĻāŧ‹āŊ āŊ–āŊ‘āŧ‹ āŊ˜āŊ‡āŊ´āŊ‚āŧ‹āŊ˜āŧ‹āŊ–āŊĻāžĄāŊ´āŧ‹āŊ–āŊĻāŧ āŊāžąāŊŧāŊ‘āŧ‹āŊ€āžąāŊ˛āŊĻāŧ‹āŊ„āŊŧāŧ‹āŊ–āŊŧāŧ‹āŊ…āŊ˛āŊ‚āŧ‹ āŊ āŊ‚āŊŧāŧ‹āŊ˜āŧ‹āŊ–āŊ™āŊ´āŊ‚āŊĻāŧ‹āŊ”āŊĸāŧ‹ āŊ‘āŊ„āŧ‹āŊĸāžŸāŊ‚āŊĻāŧ‹āŊĄāŊ˛āŊ‚āŧ‹āŊ āŊ–āž˛āŊ´āŧ‹āŊ…āŊ˛āŊ‚āŧ‹ āŊŖāŊ‚āŧ‹āŊŖāŊēāŊ“āŧ‹āŊ āŊāŊ–āŧ‹āŊ āŊāŊ–āŧ‹āŊ–āŊŸāŊ´āŊ˜āŧ‹āŊ…āŊ˛āŊ‚āŧ‹āŊ āŊ‘āŊ´āŊ‚ āŊ‘āŊ„āŧ‹āŊĸāžŸāŊ‚āŊĻāŧ‹āŧ‹ & āŊ–āŊŸāŊ´āŊ˜āŧ‹āŊ…āŊ˛āŊ‚āŧ‹āŊĻāžĻāŊēāŧ‹ āŊ‚āž˛āŊŧāŊĻāŧ‹āŊāŊĸāŧ‹āŊ āŊ–āŊ‘āŧāŊ‚āŊžāŊ˛āŧ‹āŊ–āŊĻāž’āžąāŊ´āŊĸāŧ‹āŊ‚āžąāŊ˛āŧ‹āŊĻāžāŊ–āŊĻāŧ‹āŊ āŊ›āŊŧāŊŖāŧ‹āŊ–āŧ‹ :%sāŊ‚āžąāŊŖāŧ‹āŊĸāŊ˛āŊ˜āŧ‹ %dāŧ‹: %s āŊŖāŊ´āŧ‹āŊ āŊ›āŊŧāŊŖāŧ‹āŊ–āŧāŊĻāžŖāŊŧāŊ‘āŧ‹āŊāŊŧāŧ‹ '%s':%s āŊāŧ‹āŊ•āžąāŊēāŧ‹āŊ“āŊ˛āŧ‹āŊŖāŊ´āŧ‹āŊ āŊ›āŊŧāŊŖāŧ‹āŊ–āŧāŊ‚āŊ‘āŊ˜āŧ‹āŊāŧ‹%s āŊ˜āŊ˛āŊ„āŧ‹āŊ‘āŊ”āžąāŊ‘āŧ‹āŊ āŊ–āŊ‘āŧ‹āŊ“āŊ˛āŧ‹āŊŖāŊ´āŧ‹āŊ āŊ›āŊŧāŊŖāŧ‹āŊ–āŧāŊĄāŊ˛āŊ‚āŧ‹āŊĻāžŖāŊŧāŊ‘āŧ‹ ’%s’: %s āŊŖāžˇāŊ‚āŧ‹āŊ“āŊ˛āŧ‹āŊŖāŊ´āŧ‹āŊ āŊ›āŊŧāŊŖāŧ‹āŊ–āŧāŊĄāŊŧāŊ‘āŧ‹āŊ–āŊžāŊ˛āŊ“āŧ‹āŊ”āŊ āŊ˛āŧ‹āŊĄāŊ˛āŊ‚āŧ‹āŊĻāžŖāŊŧāŊ‘āŧ‹'%s' āŊ‘āŊēāŧ‹ āŊĸāžŠāŧ‹āŊ–āŊĻāžāž˛āŊ‘āŧ‹āŊ‚āŊāŊ„āŧ‹āŊ˜āŧ‹āŊšāŊ´āŊ‚āŊĻāŧ‹: g_unlink() āŊ˜āŧ‹āŊ–āŊāŊ´āŊ–āŧ‹:%sāŊĻāžŖāŊŧāŊ‘āŧ‹āŊāŊŧāŧ‹â€™%s’ (%s)āŊŖāŊ´āŧ‹ āŊ–āŊĻāž’āžąāŊ´āŊĸāŧ‹āŊ–āŊ…āŊŧāŊĻāŧ‹āŊ āŊ–āŊ‘āŧ‹āŊ˜āŧ‹āŊšāŊ´āŊ‚āŊĻāŧ āŊĄāŊ˛āŊ‚āŧ‹āŊĻāžŖāŊŧāŊ‘āŧ‹ ’%s’āŊāŧ‹āŊ–āŊĻāžĄāŊ˜āŊĻāŧ‹āŊ˜āŧ‹āŊšāŊ´āŊ‚āŊĻāŧ‹: fclose() āŊ˜āŧ‹āŊ–āŊāŊ´āŊ–āŧ‹:%sāŧāŊĄāŊ˛āŊ‚āŧ‹āŊĻāžŖāŊŧāŊ‘āŧ‹ ’%s’:%s āŊ‚āŊĻāŊĸāŧ‹āŊ–āŊĻāžāž˛āŊ´āŊ“āŧ‹āŊ āŊ–āŊ‘āŧ‹āŊ˜āŧ‹āŊšāŊ´āŊ‚āŊĻāŧāŊ†āŧ‹āŊŖāŊ‚āŧ‹āŊŖāŊĻāŧ‹āŊĻāžĻāžąāŊŧāŊĸāŧ‹ (%s) āŊ‘āŊ„āŧ‹āŊ‚āŊ…āŊ˛āŊ‚āŧ‹āŊāŊĸāŧ‹ āŊĸāž’āžąāŊ´āŊ‘āŧ‹āŊ āŊ–āž˛āŊēāŊŖāŧ‹āŊ āŊāŊ–āŧ‹āŊ“āŊ˛āŊ āŊ˛āŧ‹āŊ‘āŊŧāŊ“āŧ‹āŊŖāŊ´āŧ‹ āŊĸāž’āžąāŊ´āŊ‘āŧ‹āŊ‘āŊ´āŊ„āŧ‹āŊ‚āŊĻāŊĸāŧ‹āŊ–āŊĻāžāž˛āŊ´āŊ“āŧ‹āŊ āŊ–āŊ‘āŧ‹āŊ˜āŧ‹āŊšāŊ´āŊ‚āŊĻāŧāŊ†āŧ‹āŊŖāŊ‚āŧ‹āŊŖāŊĻāŧ‹āŊĻāžĻāžąāŊŧāŊĸāŧ‹ "%s" (%s) āŊŖāŊ‚āŧ‹āŊŖāŊēāŊ“āŧ‹āŊ āŊāŊ–āŧ‹āŊ˜āŧ‹āŊšāŊ´āŊ‚āŊĻāŧāŊ†āŧ‹āŊŖāŊ‚āŧ‹āŊŖāŊĻāŧ‹āŊĻāžĻāžąāŊŧāŊĸāŧ‹ (%s) āŊ‘āŊēāŧ‹ āŊŖāŊ‚āŧ‹āŊŖāŊēāŊ“āŧ‹āŊ āŊāŊ–āŧ‹āŊ˜āŧ‹āŊšāŊ´āŊ‚āŊĻāŧāŊŖāŊĻāŧ‹āŊĸāŊŧāŊ‚āŊĻāŧ‹āŊ”āŊ āŊ˛āŧ‹āŊŖāŊĻāŧ‹āŊĸāŊ˛āŊ˜āŧ‹ (%s) āŊŖāŊ‚āŧ‹āŊŖāŊēāŊ“āŧ‹āŊ āŊāŊ–āŧ‹āŊ˜āŧ‹āŊšāŊ´āŊ‚āŊĻāŧ(%s) āŊŖāŊ´āŧ‹ āŊāŧ‹āŊĻāž¤āŊēāŊŖāŧ‹āŊ˜āŧ‹āŊšāŊ´āŊ‚āŊĻāŧāŊ†āŧ‹āŊŖāŊ‚āŧ‹āŊŖāŊĻāŧ‹āŊĻāžĻāžąāŊŧāŊĸāŧ‹ (%s) āŊāŧ‹āŊĻāž¤āŊēāŊŖāŧ‹āŊ˜āŧ‹āŊšāŊ´āŊ‚āŊĻāŧāŊĄāŊ˛āŊ‚āŧ‹āŊĻāžŖāŊŧāŊ‘āŧ‹ '%s': fstat() āŊ‚āŊ˛āŧ‹āŊāžąāŊ‘āŧ‹āŊ†āŊŧāŊĻāŧ‹āŊšāŊ´āŧ‹ āŊŖāŊēāŊ“āŧ‹āŊ˜āŧ‹āŊšāŊ´āŊ‚āŊĻāŧ‹ :%sāŊ˜āŧ‹āŊ–āŊāŊ´āŊ–āŧāŊĄāŊ˛āŊ‚āŧ‹āŊĻāžŖāŊŧāŊ‘āŧ‹â€™%s’ āŊ‚āŊ˛āŧ‹āŊĻāŧ‹āŊāž˛āŧ‹āŊ āŊ–āž˛āŊ˛āŧ‹āŊ˜āŧ‹āŊšāŊ´āŊ‚āŊĻāŧ‹: mmap() āŊ˜āŧ‹āŊ–āŊāŊ´āŊ–āŧ‹:%sāŧāŊĄāŊ˛āŊ‚āŧ‹āŊĻāžŖāŊŧāŊ‘āŧ‹â€™%s’ āŊ āŊ–āž˛āŊ˛āŧ‹āŊ“āŊ˛āŊ āŊ˛āŧ‹āŊ‘āŊŧāŊ“āŧ‹āŊŖāŊ´āŧ‹ āŊāŧ‹āŊ•āžąāŊēāŧ‹āŊ˜āŧ‹āŊšāŊ´āŊ‚āŊĻāŧ‹: fdopen() āŊ˜āŧ‹āŊ–āŊāŊ´āŊ–āŧ‹:%sāŧāŊĄāŊ˛āŊ‚āŧ‹āŊĻāžŖāŊŧāŊ‘āŧ‹ ’%s’: %s āŊāŧ‹āŊ•āžąāŊēāŧ‹āŊ˜āŧ‹āŊšāŊ´āŊ‚āŊĻāŧāŊĄāŊ˛āŊ‚āŧ‹āŊĻāžŖāŊŧāŊ‘āŧ‹ ’%s’:fdopen() āŊāŧ‹āŊ•āžąāŊēāŧ‹āŊ˜āŧ‹āŊšāŊ´āŊ‚āŊĻāŧ %sāŧ‹āŊ˜āŧ‹āŊ–āŊāŊ´āŊ–āŧāŊĄāŊ˛āŊ‚āŧ‹āŊĻāžŖāŊŧāŊ‘āŧ‹ ’%s’ āŊāŧ‹āŊ•āžąāŊēāŧ‹āŊ˜āŧ‹āŊšāŊ´āŊ‚āŊĻāŧ‹: open()āŊ˜āŧ‹āŊ–āŊāŊ´āŊ–āŧ‹:%sāŧ'%-.*s'āŊŖāŊ´āŧ‹ āŊ˜āŊ˛āŊ„āŧ‹āŊ‘āŊ”āžąāŊ‘āŧ‹āŊ āŊ–āŊ‘āŧ‹āŊ˜āŧ‹āŊšāŊ´āŊ‚āŊĻāŧ āŊ āŊ‘āŊ˛āŧ‹āŊĄāŊ˛āŊ‚āŧ‹āŊ āŊ–āž˛āŊ´āŧ‹āŊ‚āŊžāŊ˛āŧ‹āŊ–āŊĻāžŸāŊ´āŊ“āŧ‹ (āŊ‘āŊ”āŊēāŊĸāŧ‹āŊ“āŧ‹ (ê ) āŊ…āŊ˛āŊ‚āŧ‹āŊ“āŊ„āŧ‹āŊ‚āŊ˛āŧ‹ āŊ¨āŊ„āŧ‹āŊĄāŊ˛āŊ‚āŧ‹āŊ…āŊ˛āŊ‚āŧ‹āŊ āŊŧāŊ„āŧ‹āŊ‘āŊ‚āŊŧāŊ”āŧ‹āŊ¨āŊ˛āŊ“āŧ‹ - āŊ¨āŊ„āŧ‹āŊĄāŊ˛āŊ‚āŧ‹āŊ‘āŊēāŧ‹ āŊĻāžĻāŊŧāŊ˜āŧ‹āŊ‘āž˛āŊ‚āŊĻāŊ”āŧ‹āŊ āŊŧāŊ„āŧ‹āŊ“āŊ˛āŧ‹āŊ˜āŊĻāŧāŊ†āŧ‹āŊŖāŊ‚āŧ‹āŊŖāŊĻāŧ‹āŊĻāžĻāžąāŊŧāŊĸāŧ‹āŊ“āŊ„āŧ‹āŊŖāŊĻāŧ‹ āŊ‚āŊ“āŊ‘āŧ‹āŊĻāžĄāŊ´āŊ‘āŧ‹āŊŖāžˇāŊ‚āŧ‹āŊ˜āŧ‹āŊšāŊ´āŊ‚āŊĻāŧ āŊ†āŧ‹āŊŖāŊ‚āŧ‹āŊŖāŊĻāŧ‹āŊĻāžĻāžąāŊŧāŊĸāŧ‹ (%s) āŊ“āŊ„āŧ‹āŊŖāŊĻāŧ‹ āŊ‚āŊ“āŊ‘āŧ‹āŊĻāžĄāŊ´āŊ‘āŧ‹āŊŖāžˇāŊ‚āŧ‹āŊ˜āŧ‹āŊšāŊ´āŊ‚āŊĻāŧāŊ†āŧ‹āŊŖāŊ‚āŧ‹ āŊ”āŊ˛āŊ¨āŊ āŊ˛āŧ‹āŊŒāŊ˛āŧ‹ āŊĸāž’āžąāŊ´āŊ‘āŧ‹āŊ‘āŊ´āŊ„āŧ‹ (%s) āŊ“āŊ„āŧ‹āŊŖāŊĻāŧ‹ āŊ‚āŊ“āŊ‘āŧ‹āŊĻāžĄāŊ´āŊ‘āŧ‹āŊŖāŊ„āŊ˜āŧ‹ āŊŖāžˇāŊ‚āŧ‹āŊ˜āŧ‹āŊšāŊ´āŊ‚āŊĻāŧāŊ†āŧ‹āŊŖāŊ‚āŧ‹āŊĸāž’āžąāŊ´āŊ‘āŧ‹āŊ‘āŊ´āŊ„āŧ‹ (%s) āŊ“āŊ„āŧ‹āŊŖāŊĻāŧ‹ āŊŖāžˇāŊ‚āŧ‹āŊ˜āŧ‹āŊšāŊ´āŊ‚āŊĻāŧāŊĄāŊ˛āŊ‚āŧ‹āŊĻāžŖāŊŧāŊ‘āŧ‹ ’%s’: %s āŊ“āŊ„āŧ‹āŊŖāŊĻāŧ‹ āŊŖāžˇāŊ‚āŧ‹āŊ˜āŧ‹āŊšāŊ´āŊ‚āŊĻāŧāŊ–āŊĸāžĄāŧ‹āŊ˜āŊšāŊŧāŊ“āŧ‹āŊ āŊ‚āž˛āŊēāŊŖāŧ‹āŊŖāŊ˜āŧ‹ ’%s’:%s āŊŖāžˇāŊ‚āŧ‹āŊ˜āŧ‹āŊšāŊ´āŊ‚āŊĻāŧāŊ†āŧ‹āŊŖāŊ‚āŧ‹āŊŖāŊĻāŧ‹āŊĻāžĻāžąāŊŧāŊĸāŧ‹ (%s) āŊ‚āŊ˛āŧ‹ āŊ¨āŊ āŊ´āŊŠāŊ˛āŧ‹āŊ”āŊ´āŊŠāŊ˛āŧ‹ āŊĄāŊ„āŧ‹āŊ…āŊ˛āŊ“āŧ‹ āŊ¨āŊ˛āŊ“āŧ‹āŊ”āŊ´āŊŠāŊ˛āŧ‹ āŊŖāŊŧāŊ‚āŧ‹āŊ‚āŊāŊ„āŧ‹āŊ˜āŧ‹āŊšāŊ´āŊ‚āŊĻāŧāŊĄāŊ˛āŊ‚āŧ‹āŊĻāžŖāŊŧāŊ‘āŧ‹ ’%s’āŊŖāŊĻāŧ‹'%s' āŊŖāŊ´āŧ‹ āŊ–āŊĻāžāžąāŊĸāŧ‹āŊ˜āŊ˛āŊ„āŧ‹āŊ–āŊāŊ‚āŊĻāŧ‹āŊ˜āŧ‹āŊšāŊ´āŊ‚āŊĻāŧ g_rename() āŊ‚āŊ˛āŊĻāŧ‹ %s āŊŖāŊ´āŧ‹āŊ˜āŧ‹āŊ–āŊāŊ´āŊ–āŧāŊĄāŊ˛āŊ‚āŧ‹āŊĻāžŖāŊŧāŊ‘āŧ‹ ’%s’āŊ āŊ–āž˛āŊ˛āŧ‹āŊ˜āŧ‹āŊšāŊ´āŊ‚āŊĻāŧ‹: fwrite() āŊ˜āŧ‹āŊ–āŊāŊ´āŊ–āŧ‹:%sāŧāŊĄāŊ˛āŊ‚āŧ‹āŊĻāžŖāŊŧāŊ‘āŧ‹āŊĻāžŸāŊŧāŊ„āŊ˜āŧ‹āŊ¨āŊ˛āŊ“āŧ‹āŊ”āŊĻāŧāŊ‚āž˛āŊŧāŊ‚āŊĻāŧ‹āŊĸāŊ˜āŧ‹āŊ‚āŊ‘āŊ˜āŧ‹āŊāŧ‹āŊšāŊ´āŧ%s āŊ‚āŊ˛āŧ‹āŊ‘āŊŧāŊ“āŧ‹āŊŖāŊ´āŧ‹ āŊ§āž˛āŊ˛āŊŖāŧ‹āŊ¨āŊ„āŧ‹āŊ–āŊēāŧ‹āŊŖāŊ´āŧ‹ ’%s’ āŊ‘āŊēāŧ‹ āŊāžąāŊ–āŧ‹āŊšāŊ‘āŧ‹āŊ€āžąāŊ˛āŧ‹āŊ•āžąāŊ˛āŧ‹āŊāŊĸāŧ‹āŊ¨āŊ˛āŊ“āŧ‹āŊ”āŊĻāŧāŊ§āž˛āŊ˛āŊŖāŧ‹āŊ¨āŊ„āŧ‹āŊ–āŊēāŧ‹āŊŖāŊ´āŧ‹ ’%s’ āŊ‘āŊēāŧ‹ āŊāžąāŊ–āŧ‹āŊšāŊ‘āŧ‹āŊ€āžąāŊ˛āŧ‹āŊ•āžąāŊ˛āŧ‹āŊāŊĸāŧ‹āŊ¨āŊ˛āŊ“āŧ‹āŊ”āŊĻāŧāŊ‚āŊžāŊ˛āŧ‹āŊ–āŊĻāž’āžąāŊ´āŊĸāŧ‹āŊ‚āžąāŊ˛āŧ‹āŊ¨āŊ˛āŊ“āŧ‹āŊ”āŊ´āŊŠāŊ˛āŧ‹āŊ“āŊ„āŧ‹ āŊ–āŊ āŊ˛āŊŠāŊ˛āŧ‹āŊ‚āŊ˛āŧ‹āŊ āŊ–āžąāŊ´āŊ„āŧ‹āŊĸāŊ˛āŊ˜āŧ‹ āŊ“āŊ´āŊĻāŧ‹āŊ˜āŊēāŊ‘āŧ‹āŊ¨āŊ˛āŊ“āŧ‹āŊ”āŊĻāŧāŊ“āŊ´āŊĻāŧ‹āŊ˜āŊēāŊ‘āŧ‹āŊ€āžąāŊ˛āŧ‹ āŊ§āŊŧāŊĻāŊŠāŊ˛āŧ‹āŊ“āŊēāŊ˜āŧāŊ“āŊ´āŊĻāŧ‹āŊ˜āŊēāŊ‘āŧ‹āŊŖāŊĻāŊĸāŊ˛āŊ˜āŧ‹āŊ˜āŊ˛āŊ„āŧ‹:%sāŧāŊ–āŊĻāž’āžąāŊ´āŊĸāŧ‹āŊ–āŊ…āŊŧāŊĻāŧ‹āŊ€āžąāŊ˛āŧ‹ āŊ¨āŊ˛āŊ“āŧ‹āŊ”āŊ´āŊŠāŊ˛āŧ‹āŊ“āŊ„āŧ‹āŊŖāŊ´āŧ‹ āŊ“āŊ´āŊĻāŧ‹āŊ˜āŊēāŊ‘āŧ‹āŊ āŊ–āžąāŊ´āŊ„āŧ‹āŊĸāŊ˛āŊ˜āŧ‹āŊ āŊ‘āŊ´āŊ‚%d: %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’ āŊ āŊ–āŊ‘āŧ‹āŊ˜āŊ˛āŧ‹āŊ‘āŊēāŧ‹āŊ“āŊ„āŧ‹ XXXXXX āŊ˜āŊ˛āŊ“āŧ‹āŊ āŊ‘āŊ´āŊ‚āŧāŊŠāŊēāŊ˜āŧ‹āŊ”āŊēāŧ‹āŊŖāŊēāŊŠāŊ˛āŧ‹ '%s' āŊ‘āŊēāŧ‹āŊ“āŊ´āŊĻāŧ‹āŊ˜āŊēāŊ‘āŧ‹āŊ¨āŊ˛āŊ“āŧ āŊ‘āŊēāŧ‹āŊ“āŊ„āŧ‹ '%s' āŊ āŊ–āŊ‘āŧ‹āŊ˜āŊ˛āŧ‹ āŊ–āŊžāŊ‚āŧ‹āŊ“āŊ˛āŧ‹āŊ˜āŊ˛āŧ‹āŊ āŊŧāŊ„āŧŒāŧāŊ āŊ‘āž˛āŊēāŊ“āŧ‹āŊĸāžŸāŊ‚āŊĻāŧ‹āŊ‘āŊ„āŧ‹ āŊ˜āŧ‹āŊ˜āŊāŊ´āŊ“āŧ‹āŊ”āŊ āŊ˛āŧ‹āŊ§āŊēāŧ‹āŊ˜āŊĸāŧ‹ āŊĸāžĢāŊŧāŊ‚āŊĻāŧ‹āŊĻāŊŧāŊ„āŧ‹āŊ˜āŊ˛āŧ‹ āŊšāŊ˛āŊ‚āŧ‹āŊĄāŊ˛āŊ‚āŧ‹āŊ‘āŊēāŧ‹ %c āŊ¨āŊ˛āŊ“āŧ‹āŊ˜āŊĻāŧ (āŊšāŊ˛āŊ‚āŧ‹āŊĄāŊ˛āŊ‚āŧ‹āŊ‘āŊēāŧ‹ ’%s’ āŊ¨āŊ˛āŊ“āŧ‹āŊ”āŊĻ)āŊšāŊ˛āŊ‚āŧ‹āŊĄāŊ˛āŊ‚āŧ‹āŊ‘āŊēāŧ‹ āŊĄāŊ˛āŊ‚āŧ‹āŊ āŊ–āž˛āŊ´āŧ‹ ’\’ āŊ…āŊ˛āŊ‚āŧ‹āŊ‚āŊ˛āŧ‹ āŊĸāžŸāŊ˛āŊ„āŧ‹āŊ–āŊ‘āŊ āŧ‹āŊĻāžŸāŊēāŧ‹āŊĸāŊ„āŧ‹ āŊĸāžĢāŊŧāŊ‚āŊĻāŧ‹āŊĻāŊŧāŧ‹āŊ“āŊ´āŊ‚ (āŊšāŊ˛āŊ‚āŧ‹āŊĄāŊ˛āŊ‚āŧ‹āŊ‘āŊēāŧ‹ ’%s’ āŊ¨āŊ˛āŊ“āŧ‹āŊ”āŊĻāŧ)āŊšāŊ˛āŊ‚āŧ‹āŊĄāŊ˛āŊ‚āŧ‹āŊ‘āŊēāŧ‹ āŊĻāžŸāŊŧāŊ„āŧ‹āŊ”āŊ āŊ˜āŧ‹ (āŊĄāŊ„āŧ‹āŊ…āŊ˛āŊ“āŧ‹ āŊ“āŊ„āŧ‹āŊ“āŧ‹āŊĻāŧ‹āŊĻāžŸāŊŧāŊ„āŧ‹āŊ‘āŊ€āŊĸāŊ”āŊŧāŧ‹āŊĸāžāžąāŊ„āŊ˜āŧ‹āŊ…āŊ˛āŊ‚āŧ‹ āŊ āŊŧāŊ„āŧ‹āŊ“āŊ˛āŧ‹āŊ˜āŊĻāŧ)āŊĄāŊ´āŧ‹āŊ¨āŊĸāŧ‹āŊ¨āŊ āŊ˛āŧ‹ ’%s’ āŊ‚āŊ˛āŧ‹āŊ“āŊ„āŧ‹āŊ“āŧ‹ āŊ“āŊ´āŊĻāŧ‹āŊ˜āŊēāŊ‘āŧ‹āŊāŊŧāŊ‚āŧ‹āŊŖāŊĻāŧ‹āŊāŊĸāŧ‹āŊ˜āŊ˛āŧ‹ āŊĄāŊ˛āŊ‚āŧ‹āŊ āŊ–āž˛āŊ´āŧ‹āŧ‹āŊšāŊ´āŧ‹āŊ āŊ‘āŊ´āŊ‚āŊĄāŊ´āŧ‹āŊ¨āŊĸāŧ‹āŊ¨āŊ āŊ˛āŧ‹ ’%s’ āŊ“āŊ´āŊĻāŧ‹āŊ˜āŊēāŊ‘āŧ‹āŊ¨āŊ˛āŊ“āŧ‹āŊ”āŊĻāŧāŊĄāŊ´āŧ‹āŊ¨āŊĸāŧ‹āŊ¨āŊ āŊ˛āŧ‹ ’%s’ āŊ āŊ–āŊ‘āŧ‹āŊ˜āŊ˛āŧ‹āŊ‘āŊēāŧ‹ "file" āŊ āŊ†āŊĸāŧ‹āŊŖāŊĻāŧ‹āŊŖāŊ‚āŧ‹āŊŖāŊēāŊ“āŧ‹āŊ āŊāŊ–āŧ‹āŊ”āŊ āŊ˛āŧ‹ āŊĄāŊ´āŧ‹āŊ¨āŊĸāŧ‹āŊ¨āŊ āŊ˛āŧ‹āŊĄāŊ„āŧ‹āŊ‘āŊ‚āŧ‹āŊ…āŊ˛āŊ‚āŧ‹āŊ˜āŊēāŊ“āŧāŊĄāŊ´āŧ‹āŊ¨āŊĸāŧ‹āŊ¨āŊ āŊ˛āŧ‹ ’%s’ āŊ‚āŊ˛āŧ‹ āŊ§āŊŧāŊĻāŊŠāŊ˛āŧ‹āŊ“āŊēāŊ˜āŧ‹āŊ‘āŊēāŧ‹ āŊ“āŊ´āŊĻāŧ‹āŊ˜āŊēāŊ‘āŧ‹āŊ¨āŊ˛āŊ“āŧ‹āŊ”āŊĻāŧāŊ‰āŊēāŧ‹āŊ‚āŊ“āŊĻāŧ‹āŧ‹āŊ€āžąāŊ˛āŧ‹āŊĄāŊ˛āŊ‚āŧ‹āŊĻāžŖāŊŧāŊ‘āŧ‹ āŊĄāŊ´āŧ‹āŊ¨āŊĸāŧ‹āŊ¨āŊ āŊ˛āŧ‹ ’%s’ āŊ āŊ–āŊ‘āŧ‹āŊ˜āŊ˛āŧ‹āŊ‘āŊēāŧ‹āŊ“āŊ„āŧ‹ '#' āŊ…āŊ˛āŊ‚āŧ‹āŊ˜āŊēāŊ‘āŊ”āŧ‹āŊ āŊŧāŊ„āŧŒāŧāŊ āŊ‚āž˛āŊ´āŊŖāŧ‹āŊŖāŊ˜āŧ‹āŊ‚āžąāŊ˛āŧ‹āŊ˜āŊ˛āŊ„āŧ‹ ’%s’ āŊ āŊ–āŊ‘āŧ‹āŊ˜āŊ˛āŧ‹āŊ‘āŊēāŧ‹ āŊ āŊ‚āž˛āŊ´āŊŖāŧ‹āŊŖāŊ˜āŧ‹āŊĄāŊ„āŧ‹āŊ‘āŊ‚āŧ‹āŊ…āŊ˛āŊ‚āŧ‹āŊ˜āŊēāŊ“āŧāŊĸāŊēāŧ‹āŊ–āŧ‹āŊ˜āŊēāŊ‘āŧ‹āŊ”āŊ āŊ˛āŧ‹āŊāžąāŊ‘āŧ‹āŊ†āŊŧāŊĻāŧ‹ '%s'āŊ†āŧ‹āŊ¤āŊĻāŧ‹'%s'āŊ‚āŊ˛āŧ‹āŊ‘āŊŧāŊ“āŧ‹āŊŖāŊ´āŧāŊ†āŧ‹āŊŖāŊ‚āŧ‹āŊŖāŊĻāŧ‹āŊĻāžĻāžąāŊŧāŊĸāŧ‹āŊ“āŊ„āŧ‹āŊŖāŊĻāŧ‹ āŊ‚āŊ“āŊ‘āŧ‹āŊĻāžĄāŊ´āŊ‘āŧ‹āŊŖāžˇāŊ‚āŧ‹āŊ“āŊ˛āŧ‹āŊŖāŊ´āŧ‹ āŊĸāŊēāŧ‹āŊ–āŧ‹āŊ˜āŊēāŊ‘āŧ‹āŊ”āŊ āŊ˛āŧ‹āŊ āŊ›āŊŧāŊŖāŧ‹āŊ–āŧ‹ g_io_channel_win32_poll() āŊšāŊ´āŧ‹āŊ āŊ‘āŊ´āŊ‚āŊĻāŊēāŊŖāŧ‹āŊ āŊāŊ´āŧ‹() āŊ“āŊ„āŧ‹āŊŖāŊ´āŧ‹ āŊĸāŊēāŧ‹āŊ–āŧ‹āŊ˜āŊēāŊ‘āŧ‹āŊ”āŊ āŊ˛āŧ‹āŊ āŊ›āŊŧāŊŖāŧ‹āŊ–āŧ‹āŊ–āžąāŊ´āŊ„āŧ‹āŊĻāžŸāŊēāŧ‹ āŊ†āŧ‹āŊŖāŊ‚āŧ‹āŊŖāŊĻāŧ‹āŊĻāžĻāžąāŊŧāŊĸāŧ‹ (%s) āŊ“āŊ„āŧ‹āŊŖāŊĻāŧ‹ āŊ‚āŊ“āŊ‘āŧ‹āŊĻāžĄāŊ´āŊ‘āŧ‹āŊŖāžˇāŊ‚āŧ‹āŊ‘āŊŧāŧāŊāŊēāŊŠāŊ˛āŧ‹āŊ”āŊ˛āŊŒāŊ˛āŧ‹ () (%s) āŊ“āŊ„āŧ‹āŊŖāŊ´āŧ‹ āŊĸāŊēāŧ‹āŊ–āŧ‹āŊ˜āŊēāŊ‘āŧ‹āŊ”āŊ āŊ˛āŧ‹āŊ āŊ›āŊŧāŊŖāŧ‹āŊ–āŧ āŊĸāŊēāŧ‹āŊ–āŧ‹āŊ˜āŊēāŊ‘āŧ‹āŊ”āŊ āŊ˛āŧ‹āŊ„āŊŧāŧ‹āŊĸāžŸāŊ‚āŊĻāŧ‹ '%s' āŊ„āŊŧāŧ‹āŊĸāžŸāŊ‚āŊĻāŧ '%s'āŊ“āŊ„āŧ‹āŊ“āŧāŊĸāŊēāŧ‹āŊ–āŧ‹āŊ˜āŊēāŊ‘āŧ‹āŊ”āŊ āŊ˛āŧ‹āŊ„āŊŧāŧ‹āŊĸāžŸāŊ‚āŊĻāŧ‹ '%s'āŧ āŊĸāŊēāŧ‹āŊ–āŧ‹āŊ–āŊĻāžāžąāŊēāŊ‘āŧ‹āŊ˜āŊ˛āŧ‹āŊ„āŊŧāŧ‹āŊĸāžŸāŊ‚āŊĻāŧ‹'%s'āŧāŊ˜āŧ‹āŊ¤āŊēāŊĻāŧ‹āŊ”āŊ āŊ˛āŧ‹āŊ āŊ›āŊŧāŊŖāŧ‹āŊ–āŧ‹āŊ…āŊ˛āŊ‚āŧ‹āŊ‚āŊ˛āŊĻ āŊ†āŧ‹āŊŖāŊ‚āŧ‹āŊŖāŊĻāŧ‹āŊĻāžĻāžąāŊŧāŊĸāŧ‹ "%s" āŊŖāŊ‚āŧ‹āŊŖāŊēāŊ“āŧ‹āŊ āŊāŊ–āŧ‹āŊ‘āŊŧāŧāŊ¤āŊēāŊĻāŧ‹āŊ˜āŧ‹āŊšāŊ´āŊ‚āŊĻāŧ‹āŊ”āŊ āŊ˛āŧ‹āŊ‚āŊ‘āŊ˜āŧ‹āŊāŧ‹ %sāŧāŊ–āŊ€āŊŧāŊ‘āŧ‹āŊŖāŊ˜āŧ‹āŊ“āŊ„āŧ‹ āŊĄāŊ„āŧ‹āŊ“āŧ‹ āŊ‚āŊžāŊ“āŧ‹ āŊ¤āŊŖāŧ‹āŊ‚āžąāŊ˛āŧ‹āŊ āŊ‘āž˛āŊēāŊ“āŧ‹āŊĸāžŸāŊ‚āŊĻāŧ‹āŊ“āŊ„āŧ‹āŊ–āŊ™āŊ´āŊ‚āŊĻāŧ‹āŊ”āŊ āŊ˛āŧ‹āŊšāŊ˛āŊ‚āŧ‹āŊĄāŊ˛āŊ‚āŧ‹āŊšāŊ´āŧ‹āŊ“āŊ„āŧ‹ āŊ˜āŊ˛āŧ‹āŊ˜āŊāŊ´āŊ“āŧ‹āŊ”āŊ āŊ˛āŧ‹āŊ āŊ‘āž˛āŊēāŊ“āŧ‹āŊĸāžŸāŊ‚āŊĻāŧ‹āŊ āŊ‘āŊ´āŊ‚āŊŖāŊ‚āŧ‹āŊŖāŊēāŊ“:āŊ–āŊēāŧ‹āŊŖāŊ´āŧ‹'%s'āŊ‘āŊēāŧ‹ āŊ–āŊ´āŧ‹āŊŖāŊ˛āŊ“āŧ‹āŊ…āŊ˛āŊ‚āŧ‹āŊĻāžĻāŊēāŧ‹ āŊāŧ‹āŊ–āŊĻāž’āžąāŊ´āŊĸāŧ‹āŊ āŊ–āŊ‘āŧ‹āŊ˜āŊ˛āŧ‹āŊšāŊ´āŊ‚āŊĻāŧāŊ–āŊēāŧ‹āŊŖāŊ´āŧ‹'%s'āŊ‘āŊēāŧ‹ āŊ āŊ•āŊ´āŊĸāŧ‹āŊŖāžĄāŊ˛āŊ„āŧ‹āŊ¨āŊ„āŧ‹āŊ‚āž˛āŊ„āŊĻāŧ‹āŊ…āŊ˛āŊ‚āŧ‹āŊĻāžĻāŊēāŧ‹ āŊāŧ‹āŊ–āŊĻāž’āžąāŊ´āŊĸāŧ‹āŊ āŊ–āŊ‘āŧ‹āŊ˜āŊ˛āŧ‹āŊšāŊ´āŊ‚āŊĻāŧāŊ–āŊēāŧ‹āŊŖāŊ´āŧ‹'%s'āŊ‘āŊēāŧ‹ āŊ¨āŊ„āŧ‹āŊ‚āž˛āŊ„āŊĻāŧ‹āŊ…āŊ˛āŊ‚āŧ‹āŊĻāžĻāŊēāŧ‹ āŊāŧ‹āŊ–āŊĻāž’āžąāŊ´āŊĸāŧ‹āŊ āŊ–āŊ‘āŧ‹āŊ˜āŊ˛āŧ‹āŊšāŊ´āŊ‚āŊĻāŧ[ āŊ‚āŊ‘āŊ˜āŧ‹āŊ... ] ./glib-2.22.2-i686/usr/share/locale/nl/0000755000000000000000000000000011271166776015642 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/nl/LC_MESSAGES/0000755000000000000000000000000011271166776017427 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/nl/LC_MESSAGES/glib20.mo0000644000000000000000000011302111271166636021034 0ustar rootrootŪ•[ô ĪĖ %- 5AIYZ_´a)v &´Û+đ( Ef#‚ĻĀ2Ø9 !E 4g /œ Ė 3ã +!1C!-u!/Ŗ!#Ķ!÷! ")-"W",s"% "&Æ""í")#!:# \#A}#žŋ#^$;~$.ē$*é$.%C%*\%&‡%aŽ%F&4W&2Œ&:ŋ&Aú&@<';}'Wš'W(1i(/›(%Ë(?ņ(51)Ig)‘ą)C*X*o*†*Ĩ*Â*!Ū*+ +?+U+p+ …+Ļ+Â+Ų+ņ+ ,),E,"],€,œ,ģ,!Ķ,õ,!-)1-[-s-‘-,Ģ-Ø-!ô-...:H..ƒ.0˛.9ã./7/>Q/$/'ĩ/.Ũ/ 0?+0)k0$•0%ē0-ā01!"19D1*~19Š1ã1-2+.2ŠZ2&å2+ 3383#l3!3)˛38Ü394%O4.u4¤4)ģ4!å4 5545 D5#R5&v55Ŋ5-Ø5(6(/6(X6)6Ģ6Ë6Ü6đ677-7F7$[7+€7!Ŧ7Î7ę718.:8Ti8Fž8=9LC9+9!ŧ9Ū9-ū9$,:(Q:"z:3:9Ņ: ;"(;K;!c;1…;2ˇ;<ę;'<&F<9m<§<)Á<ë<Lū<NK=°š=zK>Æ>Ū>%ö>8?-U?*ƒ?5Ž?*ä?/@ ?@ `@%@§@"Ä@į@ũ@A!/A QArA‹A¨AģA!ÖA$øA0BFNB:•B-ĐB2ūB1C;IC …C'ĻC-ÎC)üC"&DID$]D ‚D?ŖD.ãDE)E!ŸW#ŪWOXJRXX?ģX1ûX7-Y3eY5™Y!ĪYņY Z:&ZaZ?€Z:ĀZ4ûZ$0[(U['~[&Ļ[@Í[ŗ\#Â\Aæ\H(]Sq]SÅ]^,8^#e^k‰^Jõ^5@_3v_<Ē_Pį_?8`7x`g°`^a9wa4ąa>æaK%b@qbX˛b° cŧc$Īcôc*d!=d_d<yd(ļd1ßd(e:eVe$ke,e#Ŋeáe'f")fLf(hf>‘f)Đf(úf&#g0Jg'{g&Ŗg<Ęgh&'h-NhQ|h/Îh1ūh;0i!li=Ži#Ėi5đi;&j'bj ŠjFĢj#ōj*k@Ak,‚kM¯k4ũk+2l/^l=ŽlĖl0älIm=_mNm*ėm?n=Wn–•n+,o0XoE‰o/Īo)˙o8)pGbpRĒp8ũpB6qyq*–qÁqßq9īq)r Br6Nr8…r0žrīr: s5Fs1|s1Žs'ās#t,tCt^twtŠt¤tĀt"×t1út$,u(QuzuJu>Ûuvvd‘vOövWFw?žw,Ūw. x@:x+{x2§x'Úx.y41yfy>yžy3ÚyDz8SzZŒz*įzA{FT{›{=¸{ö{i |lt|Ūá|ŠĀ}K~i~:†~MÁ~?5O@…1Æ3ø ,€#M€*q€&œ€+À&5\t+šЁ"č# ‚D/‚et‚<ڂ2ƒ:Jƒ…ƒSĄƒ1õƒ+'„CS„%—„0Ŋ„î„3 …1?…>q…-°…Ū…ü…)†7D†9|†4ļ†)ë†D‡7Z‡<’‡3·#ˆZ'ˆN‚ˆ"҈(ôˆ4‰;R‰މ Ą‰I¯‰ ų‰ŠBŠDQŠU–ŠBėŠ/‹ K‹V‹0v‹ §‹jȋ3Œ,LŒ:yŒ ´ŒGՌ1O6jĄŗ5ÍCų =Ž^Ž&zŽĄŽļŽ ĶŽ!āŽ,/&J2q¤ďá&(-B)p1š)ː0öD'‘+l‘˜‘ Ē‘0ˑ ü‘’2’5R’1ˆ’ē’0Ņ’,“/“0L“}“3–“*ʓ*õ“- ”.N”}”“”Ģ”ƔՔ$딕&•<•R•1l•3ž•#Ō•ö••ŅožÃL(&”R/ų,NÖ!9Ōøū˛AËÅãîđ,“ān´fĩ.4ŸY€Ļ3kû Nc÷Æ Õ=ę;čuöÄ5CXŲØ4B’JĐZåëģ@<V+:GmŒĶ"OÔA~D?'$d^íáÁĪYp) üŋßM_WŨŖa5z[ ž‘J­ŗÂFT‹-×%"ķg $Í0–S7:<ĮĘK äUtPĨ¸sH…iũy>ŦÚɁ+ŽQéú{).EO†/ĸ(˜ĖŪBŠ'7˙ŧ`%ˆŠ‚]@R°MõˇŊ *įL[—Ā9*¨q‡TŽbI§P‰1lņIą3ČĄ„eD1ۜ2ZC?ėōļrô ÎV}šHj8v6- 6w&| =™! #>KFšS0QW;Uƒxh8æÜ¤¯īēX 2Ģ›G#ĒâE\ (invalid encoding)%.1f GB%.1f KB%.1f MB%s filetype%s type%u byte%u bytes'%s' is not a valid character following a '<' character; it may not begin an element name'%s' is not a valid character following the characters ''(?R or (?[+-]digits must be followed by )) without opening (A bookmark for URI '%s' already existsApplication Options:Association creation not supported on win32Attribute '%s' of element '%s' not foundAttribute value must be non-NULLBackup file creation failedCan't copy directory over directoryCan't copy over directoryCan't copy special fileCan't create user MIME configuration folder %s: %sCan't create user application configuration folder %s: %sCan't create user desktop file %sCan't do a raw read in g_io_channel_read_line_stringCan't do a raw read in g_io_channel_read_to_endCan't find applicationCan't handle the supplied version the icon encodingCan't handle version %d of GEmblem encodingCan't handle version %d of GEmblemedIcon encodingCan't handle version %d of GFileIcon encodingCan't handle version %d of GThemedIcon encodingCan't move directory over directoryCan't open directoryCan't recursively copy directoryCan't rename file, filename already existCan't rename root directoryCannot convert fallback '%s' to codeset '%s'Cannot parse double value '%s' for %sCannot parse integer value '%s' for %sCannot truncate GMemoryInputStreamChannel terminates in a partial characterCharacter out of range for UTF-16Character out of range for UTF-8Character reference '%-.*s' does not encode a permitted characterCharacter reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Containing mount does not existConversion from character set '%s' to '%s' is not supportedCould not allocate %lu bytes to read file "%s"Could not open converter from '%s' to '%s'Could not open converter from '%s' to '%s': %sCustom definition for %sDEFINE group contains more than one branchDesktop file didn't specify Exec fieldDocument ended unexpectedly after the equals sign following an attribute name; no attribute valueDocument ended unexpectedly inside a comment or processing instructionDocument ended unexpectedly inside an attribute nameDocument ended unexpectedly inside an element nameDocument ended unexpectedly inside an element-opening tag.Document ended unexpectedly inside the close tag for element '%s'Document ended unexpectedly just after an open angle bracket '<'Document ended unexpectedly while inside an attribute valueDocument ended unexpectedly with elements still open - '%s' was the last element openedDocument ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>Document must begin with an element (e.g. )Document was empty or contained only whitespaceDouble value '%s' for %s out of rangeElement '%s' was closed, but the currently open element is '%s'Element '%s' was closed, no element is currently openEmpty entity '&;' seen; valid entities are: & " < > 'Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Enumerator is closedError closing file: %sError closing unix: %sError creating backup copy: %sError creating directory: %sError during conversion: %sError getting filesystem info: %sError launching application: %sError making symbolic link: %sError moving file: %sError on line %d char %d: Error on line %d: %sError opening directory '%s': %sError opening file '%s': %sError opening file: %sError parsing option %sError reading file '%s': %sError reading from file: %sError reading from unix: %sError removing file: %sError removing old backup link: %sError removing old file: %sError removing target file: %sError renaming file: %sError renaming temporary file: %sError seeking in file: %sError setting SELinux context: %sError setting extended attribute '%s': %sError setting owner: %sError setting permissions: %sError setting symlink: %sError setting symlink: file is not a symlinkError stating file '%s': %sError stating file descriptor: %sError trashing file: %sError truncating file: %sError while compiling regular expression %s at char %d: %sError while matching regular expression %s: %sError while optimizing regular expression %s: %sError while parsing replacement text "%s" at char %lu: %sError writing to file: %sError writing to unix: %sExisting file '%s' could not be removed: g_unlink() failed: %sExpected a GEmblem for GEmblemedIconFailed to change to directory '%s' (%s)Failed to close file '%s': fclose() failed: %sFailed to create file '%s': %sFailed to create pipe for communicating with child process (%s)Failed to execute child process "%s" (%s)Failed to execute child process (%s)Failed to execute helper program (%s)Failed to expand exec line '%s' with URI '%s'Failed to fork (%s)Failed to fork child process (%s)Failed to get attributes of file '%s': fstat() failed: %sFailed to map file '%s': mmap() failed: %sFailed to open file '%s' for writing: fdopen() failed: %sFailed to open file '%s': %sFailed to open file '%s': fdopen() failed: %sFailed to open file '%s': open() failed: %sFailed to parse '%-.*s', which should have been a digit inside a character reference (ê for example) - perhaps the digit is too largeFailed to read data from child processFailed to read data from child process (%s)Failed to read enough data from child pid pipe (%s)Failed to read from child pipe (%s)Failed to read from file '%s': %sFailed to read the symbolic link '%s': %sFailed to redirect output or input of child process (%s)Failed to rename file '%s' to '%s': g_rename() failed: %sFailed to resize memory output streamFailed to write file '%s': fwrite() failed: %sFile "%s" is too largeFile enumerator has outstanding operationFile enumerator is already closedFile is emptyFile names cannot contain '%c'Filesystem rootHelp Options:Input stream doesn't implement readInteger value '%s' for %s out of rangeInteger value '%s' out of rangeInvalid GSeekType suppliedInvalid attribute type (byte string expected)Invalid attribute type (string expected)Invalid attribute type (uint32 expected)Invalid attribute type (uint64 expected)Invalid byte sequence in conversion inputInvalid extended attribute nameInvalid filenameInvalid filename %sInvalid group name: %sInvalid hostnameInvalid key name: %sInvalid program name: %sInvalid seek requestInvalid sequence in conversion inputInvalid string in argument vector at %d: %sInvalid string in environment: %sInvalid symlink value givenInvalid working directory: %sKey file contains escape character at end of lineKey file contains invalid escape sequence '%s'Key file contains key '%s' in group '%s' which has value that cannot be interpreted.Key file contains key '%s' which has value that cannot be interpreted.Key file contains key '%s' with value '%s' which is not UTF-8Key file contains line '%s' which is not a key-value pair, group, or commentKey file contains unsupported encoding '%s'Key file does not have group '%s'Key file does not have key '%s'Key file does not have key '%s' in group '%s'Key file does not start with a groupLeftover unconverted data in read bufferMalformed input data for GFileIconMalformed number of tokens (%d) in GEmblem encodingMalformed number of tokens (%d) in GEmblemedIcon encodingMalformed version number: %sMemory output stream not resizableMissing argument for %sMove between mounts not supportedNo MIME type defined in the bookmark for URI '%s'No application is registered as handling this fileNo application with name '%s' registered a bookmark for '%s'No bookmark found for URI '%s'No groups set in bookmark for URI '%s'No private flag has been defined in bookmark for URI '%s'No type for class name %sNo valid bookmark file found in data dirsNot a regular fileOdd character '%s', expected a '=' after attribute name '%s' of element '%s'Odd character '%s', expected a '>' character to end the empty-element tag '%s'Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute nameOdd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'Operation not supportedOperation was cancelledOutput stream doesn't implement writePCRE library is compiled without UTF8 properties supportPCRE library is compiled without UTF8 supportPOSIX collating elements are not supportedPOSIX named classes are supported only within a classPartial character sequence at end of inputQuoted text doesn't begin with a quotation markReached maximum data array limitSELinux context must be non-NULLSELinux is not enabled on this systemSeek not supported on streamSetting attribute %s not supportedShow all help optionsShow help optionsSource stream is already closedStream doesn't support query_infoStream has outstanding operationStream is already closedSymbolic links not supportedTarget file existsTarget file is a directoryTarget file is not a regular fileTemplate '%s' doesn't contain XXXXXXTemplate '%s' invalid, should not contain a '%s'Text ended before matching quote was found for %c. (The text was '%s')Text ended just after a '\' character. (The text was '%s')Text was empty (or contained only whitespace)The URI '%s' contains invalidly escaped charactersThe URI '%s' is invalidThe URI '%s' is not an absolute URI using the "file" schemeThe file was externally modifiedThe hostname of the URI '%s' is invalidThe local file URI '%s' may not include a '#'The pathname '%s' is not an absolute pathToo large count value passed to %sTrash not supportedTruncate not allowed on input streamTruncate not supported on streamType %s does not implement from_tokens() on the GIcon interfaceType %s does not implement the GIcon interfaceType %s is not classedURIs not supportedUnable to create trash dir %s: %sUnable to create trashing info file: %sUnable to find default local directory monitor typeUnable to find default local file monitor typeUnable to find or create trash directoryUnable to find terminal required for applicationUnable to find toplevel directory for trashUnable to trash file: %sUnexpected attribute '%s' for element '%s'Unexpected early end-of-streamUnexpected error in g_io_channel_win32_poll() reading data from a child processUnexpected error in select() reading data from a child process (%s)Unexpected error in waitpid() (%s)Unexpected tag '%s' inside '%s'Unexpected tag '%s', tag '%s' expectedUnknown error executing child process "%s"Unknown option %sUnknown typeUnmatched quotation mark in command line or other shell-quoted textUnnamedUsage:Valid key file could not be found in search dirsValue '%s' cannot be interpreted as a boolean.Value '%s' cannot be interpreted as a float number.Value '%s' cannot be interpreted as a number.Wrong number of tokens (%d)[OPTION...]\ at end of pattern\C not allowed in lookbehind assertion\c at end of pattern\g is not followed by a braced name or an optionally braced non-zero numberassertion expected after (?(association changes not supported on win32back references as conditions are not supported for partial matchingbacktracking limit reachedcase-changing escapes (\l, \L, \u, \U) are not allowed herecharacter value in \x{...} sequence is too largecode overflowconditional group contains more than two branchescorrupted objectdigit expecteddrive doesn't implement ejectdrive doesn't implement polling for mediafailed to get memoryhexadecimal digit expectedhexadecimal digit or '}' expectedillegal symbolic referenceinconsistent NEWLINE optionsinternal errorinternal error or corrupted objectinvalid combination of newline flagsinvalid condition (?(0)invalid escape sequence in character classlookbehind assertion is not fixed lengthmalformed \P or \p sequencemalformed number or name after (?(missing '<' in symbolic referencemissing ) after commentmissing terminating )missing terminating ] for character classmissing terminator in subpattern namemount doesn't implement content type guessingmount doesn't implement ejectmount doesn't implement remountmount doesn't implement synchronous content type guessingmount doesn't implement unmountnothing to repeatnumber too big in {} quantifiernumbers out of order in {} quantifieroctal value is greater than \377out of memoryoverran compiling workspacepreviously-checked referenced subpattern not foundrange out of order in character classrecursion limit reachedrecursive call could loop indefinitelyreference to non-existent subpatternregular expression too largerepeating a DEFINE group is not allowedstray final '\'subpattern name is too long (maximum 32 characters)symlink must be non-NULLthe pattern contains items not supported for partial matchingtoo many named subpatterns (maximum 10,000)two named subpatterns have the same nameunexpected repeatunfinished symbolic referenceunknown POSIX class nameunknown errorunknown escape sequenceunknown property name after \P or \punrecognized character after (?unrecognized character after (?<unrecognized character after (?Punrecognized character follows \volume doesn't implement ejectvolume doesn't implement mountworkspace limit for empty substrings reachedzero-length symbolic referenceProject-Id-Version: glib Report-Msgid-Bugs-To: POT-Creation-Date: 2009-10-07 09:51-0400 PO-Revision-Date: 2009-02-23 14:07+0100 Last-Translator: Wouter Bolsterlee Language-Team: Dutch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n != 1); (ongeldige codering)%.1f GB%.1f KB%.1f MBbestandstype %stype %s%u byte%u byte‘%s’ is geen geldig teken na ‘<’; een elementnaam mag er niet mee beginnen‘%s’ is geen geldig teken na ‘’ (?R of (?[+-]cijfers moeten gevolgd worden door )) zonder openingshaakje: (Er bestaat al een bladwijzer voor de URI ‘%s’Programmaopties:Associaties aanmaken niet mogelijk op win32Attribuut ‘%s’ van element ‘%s’ is niet aangetroffenAttribuutwaarde moet niet-NULL zijnAanmaken van backupbestand is misluktKan map niet over map kopiÃĢrenKan niet over map kopiÃĢrenKan speciaal bestand niet kopiÃĢrenKan persoonlijke MIME-configuratiemap %s niet aanmaken: %sKan persoonlijke programmaconfiguratiemap %s niet aanmaken: %sKan desktopbestand %s niet aanmakenEen kale ('raw') leesoperatie is niet mogelijk in g_io_channel_read_line_stringEen kale ('raw') leesoperatie is niet mogelijk in g_io_channel_read_to_endKan het programma niet vindenKan de opgegeven versie in de pictogram-codering niet verwerkenKan versie %d van GEmblem-codering niet verwerkenKan versie %d van GEmblemedIcon-codering niet verwerkenKan versie %d van GFileIcon-codering niet verwerkenKan versie %d van GThemedIcon-codering niet verwerkenKan map niet over map verplaatsenKan map niet openenKan map niet recursief kopiÃĢrenKan het bestand niet hernoemen, de bestandsnaam bestaat alKan de root-map niet hernoemenKan vanaf codeverzameling ‘%s’ niet terugvallen op ‘%s’Kan het lange geheel getal ‘%s’ voor %s niet verwerkenKan het geheel getal ‘%s’ voor %s niet verwerkenKan GMemoryInputStream niet afkappenKanaal eindigt in een gedeeltelijk tekenTeken valt buiten het bereik van UTF-16Teken valt buiten het bereik van UTF-8Tekenreferentie ‘%-.*s’ staat niet voor een geoorloofd tekenTekenreferentie eindigt niet op een puntkomma; waarschijnlijk heeft u een ampersand-teken gebruikt zonder daarmee een entiteit te willen beginnen - gebruik in plaats daarvan &Het koppelpunt hiervan bestaat nietHet omzetten van tekenset ‘%s’ naar ‘%s’ is niet mogelijkKon geen %lu byte geheugenruimte reserveren om bestand ‘%s’ te lezenKon het conversieprogramma voor het omzetten van ‘%s’ naar ‘%s’ niet openenKon het conversieprogramma voor omzetten van ‘%s’ naar ‘%s’ niet openen: %sZelfgemaakte definitie voor %sDEFINE-groep bevat meer dan ÊÊn vertakkingDesktopbestand bevat geen Exec-veldHet document eindigde onverwacht na een ‘=’-teken dat op een attribuutnaam volgde; geen attribuutwaardeHet document eindigde onverwacht in commentaar of een bewerkingsinstructieHet document eindigde onverwacht in een attribuutnaamHet document eindigde onverwacht in een elementnaamHet document eindigde onverwacht in een element-openingstag.Het document eindigde onverwacht in een een afsluitingstag voor element ‘%s’Het document eindigde onverwacht na een openingshaakje: ‘<’Het document eindigde onverwacht in een attribuutwaardeHet document eindigde onverwacht met niet-afgesloten elementen - ‘%s’ is het laatstgeopende elementHet document eindigde onverwacht, er werd een sluithaakje (‘>’) verwacht voor de tag <%s/>Het document moet beginnen met een element (bijv. )Het document was leeg of bevatte slechts lege ruimteHet lange geheel getal ‘%s’ voor %s valt buiten het bereikElement ‘%s’ is afgesloten, maar op dit moment is element ‘%s’ openElement ‘%s’ is afgesloten, er is nu geen enkel element openLege entiteit ‘&;’ gevonden; geldige entiteiten zijn: & " < > 'De entiteit eindigde niet op een puntkomma; waarschijnlijk heeft u een ampersand-teken gebruikt zonder daarmee een entiteit te willen beginnen - gebruik in plaats daarvan &Teller is geslotenFout bij het sluiten van bestand: %sFout bij sluiten van unix: %sFout bij het aanmaken van reservekopie: %sFout bij het aanmaken van map: %sFout tijdens omzetten: %sFout bij het ophalen van informatie over bestandssysteem: %sFout bij opstarten van het programma: %sFout bij het maken van symbolische verwijzing: %sFout bij het verplaatsen van bestand: %sFout in regel %d teken %d: Fout in regel %d: %sFout bij openen van map ‘%s’: %sFout bij het openen van bestand ‘%s’: %sFout bij het openen van bestand: %sFout bij verwerken van optie %sFout bij lezen van bestand ‘%s’: %sFout bij het lezen van bestand: %sFout bij lezen van unix: %sFout bij het verwijderen van bestand: %sFout bij verwijderen van oude verwijzing naar reservekopie: %sFout bij verwijderen van oude bestand: %sFout bij het verwijderen doelbestand: %sFout bij het hernoemen van bestand: %sFout bij het hernoemen van tijdelijk bestand: %sFout bij het doorzoeken van bestand: %sFout bij instellen SELinux-context: %sFout bij het instellen van uitgebreid attribuut ‘%s’: %sFout bij instellen eigenaar: %sFout bij instellen toegangsrechten: %sFout bij instellen symbolische verwijzing: %sFout bij instellen symbolische verwijzing: bestand is geen symbolische verwijzingFout bij het benaderen van bestand ‘%s’: %sFout bij het benaderen van bestandsdescriptor: %sFout bij het verplaatsen naar de prullenbak van bestand: %sFout bij het afkappen bestand: %sFout bij compileren van reguliere expressie %s op teken %d:%sFout bij reguliere expressie %s: %sFout bij optimaliseren van reguliere expressie %s: %sFout bij inlezen vervangende tekst ‘%s’ op teken %lu:%sFout bij het schrijven naar bestand: %sFout bij schrijven naar unix: %sBestand ‘%s’ kon niet worden verwijderd: g_unlink() is mislukt: %sGEmblem voor GEmblemedIcon verwachtWijzigen naar map ‘%s’ is mislukt (%s)Sluiten van bestand ‘%s’ is mislukt: fclose() is mislukt: %sAanmaken van bestand ‘%s’ is mislukt: %sAanmaken van pijplijn voor het communiceren met dochterproces is mislukt (%s)Uitvoeren van dochterproces ‘%s’ is mislukt (%s)Uitvoeren van dochterproces is mislukt (%s)Uitvoeren van het hulpprogramma (%s) is misluktExec-regel ‘%s’ kon niet worden verwerkt met URI ‘%s’De fork is mislukt (%s)Het forken van een dochterproces is mislukt (%s)Opvragen gegevens van bestand ‘%s’ is mislukt: fstat() is mislukt: %sOpenen van bestand ‘%s’ is mislukt: mmap() is mislukt: %sOpenen van bestand ‘%s’ voor schrijven is mislukt: fdopen() is mislukt: %sOpenen van bestand ‘%s’ is mislukt: %sOpenen van bestand ‘%s’ is mislukt: fdopen() is mislukt: %sOpenen van bestand ‘%s’ is mislukt: open() is mislukt: %sVerwerken van ‘%-.*s’ is mislukt, hetgeen een getal in een tekenreferentie zou moeten zijn (bijvoorbeeld ê) - misschien is het getal te grootLezen van data van dochterproces is misluktLezen van data van dochterproces is mislukt (%s)Lezen van voldoende data van pijplijn van dochter-pid is mislukt (%s)Lezen van pijplijn naar dochter (%s) is misluktLezen uit bestand ‘%s’ is mislukt: %sLezen van symbolische verwijzing ‘%s’ is mislukt: %sDoorsluizen van invoer of uitvoer van een dochterproces is mislukt (%s)Hernoemen van bestand ‘%s’ naar ‘%s’ is mislukt: g_rename() is mislukt: %sWijzigen van geheugenruimte uitvoerdatastroom is misluktSchrijven van bestand ‘%s’ is mislukt: fwrite() is mislukt: %sBestand ‘%s’ is te grootBestandsteller bevat een lopende bewerkingBestandsteller is al geslotenBestand is leegHet teken ‘%c’ mag niet in een bestandsnaam voorkomenHoofdmap bestandssysteemHulpopties:Invoerdatastroom begrijpt de opdracht ‘lezen’ nietHet geheel getal ‘%s’ voor %s valt buiten het bereikHet geheel getal ‘%s’ valt buiten het bereikOngeldig GSeekType geleverdOngeldig attribuuttype (hoort een byte-tekenreeks te zijn)Ongeldig attribuuttype (hoort een tekenreeks te zijn)Ongeldig attribuuttype (hoort een uint32 te zijn)Ongeldig attribuuttype (hoort een uint64 te zijn)Ongeldige bytereeks in conversie-invoerOngeldige uitgebreide attribuutnaamOngeldige bestandsnaamOngeldige bestandsnaam: %sOngeldige groepsnaam: %sOngeldige hostnaamOngeldige sleutelnaam: %sOngeldige programmanaam: %sOngeldige zoekopdrachtOngeldige reeks in conversieinvoerOngeldige tekenreeks in argumentvector bij %d: %sOngeldige tekenreeks in omgeving: %sOngeldige symbolische verwijzing gegevenOngeldige werkmap: %sHet sleutelbestand bevat een ontsnappingsteken aan het einde van een regelHet sleutelbestand bevat ongeldige ontsnappingstekens ‘%s’Het sleutelbestand bevat sleutel ‘%s’ in groep ‘%s’ die een waarde heeft die niet geïnterpreteerd kan worden.Het sleutelbestand bevat sleutel ‘%s’ die een waarde heeft die niet geïnterpreteerd kan worden.Het sleutelbestand bevat sleutel ‘%s’ met waarde ‘%s’ wat geen UTF-8 isSleutelbestand bevat regel ‘%s’ wat geen sleutelwaarde-paar, groep of opmerking is.Het sleutelbestand bevat de niet-ondersteunde tekenset ‘%s’Het sleutelbestand bevat geen groep ‘%s’Het sleutelbestand bevat geen sleutel ‘%s’Het sleutelbestand bevat geen sleutel ‘%s’ in groep ‘%s’Het sleutelbestand start niet met een groepRestant aan ongeconverteerde data in de leesbufferOngeldige invoergegevens voor GFileIconOnjuist aantal tokens (%d) in GEmblem-coderingOnjuist aantal tokens (%d) in GEmblemedIcon-coderingOnjuist versienummer: %sWijzigen van geheugenruimte uitvoerdatastroom is niet mogelijkOntbrekend argument voor %sVerplaatsen tussen aankoppelpunten is niet mogelijkEr is geen MIME-type gedefinieerd in de bladwijzer voor URI ‘%s’Er is geen programma toegewezen om dit bestand te openenEr is geen programma genaamd ‘%s’ die een bladwijzer geregistreerd heeft voor ‘%s’Geen bladwijzer gevonden voor URI ‘%s’Er zijn geen groepen ingesteld in de bladwijzer voor URI ‘%s’Er is geen privÊ-vlag gedefinieerd in de bladwijzer voor URI ‘%s’Geen type voor klassenaam %sEr is geen geldig bladwijzerbestand gevonden in de datamappenGeen gewoon bestandOnverwacht teken ‘%s’, er werd een ‘=’ verwacht na de attribuutnaam ‘%s’ van element ‘%s’Onverwacht teken ‘%s’, er werd een ‘>’-teken verwacht om de ledig-element-tag ‘%s’ af te sluitenOnverwacht teken ‘%s’, er werd een ‘>’- of een ‘/’-teken verwacht om de start-tag van element ‘%s’ af te sluiten, of eventueel een attribuut; misschien heeft u ongeldige tekens gebruikt in een attribuutnaamOnverwacht teken ‘%s’, er werd een ‘"’-teken verwacht na het ‘=’-teken bij de attribuutwaarde van ‘%s’ in element ‘%s’De bewerking is niet mogelijkDe bewerking werd afgebrokenschrijven wordt niet ondersteund door de uitvoerdatastroomPCRE-bibliotheek is gecompileerd zonder ondersteuning voor UTF8-eigenschappenPCRE-bibliotheek is gecompileerd zonder ondersteuning voor UTF8POSIX-samengestelde elementen worden niet ondersteundPOSIX benoemde klassen zijn alleen ondersteund binnen een klasseOnvolledige tekenreeks aan het eind van de invoerAangehaalde tekst begint niet met een ‘"’-tekenMaximum data-arraylimiet bereiktSELinux-context moet niet-NULL zijnSELinux is niet geactiveerd op dit systeemZoeken binnen datastroom niet mogelijkInstellen van attribuut %s is niet mogelijkAlle hulpteksten tonenDeze hulptekst tonenDatastroom is al geslotenDatastroom ondersteunt query_info nietDatastroom is nog bezigDe stroom is al geslotenSymbolische verwijzingen zijn niet mogelijkDoelbestand bestaat alDoelbestand is geen mapDoelbestand is geen gewoon bestandSjabloon ‘%s’ bevat geen XXXXXXSjabloon ‘%s’ is ongeldig, het zou geen ‘%s’ moeten bevattenDe tekst eindigde voordat een afsluitend aanhalingsteken was gevonden voor %c (de tekst was ‘%s’)Tekst eindigde na een ‘\’-teken (de tekst was ‘%s’).De tekst was leeg (of bevatte slechts lege ruimte)De URI ‘%s’ bevat tekens met een foutief controletekenDe URI ‘%s’ is ongeldigDe URI ‘%s’ is geen absolute URI die gebruik maakt van het schema ‘bestand’Het bestand is door een ander programma gewijzigdDe hostnaam van de URI ‘%s’ is ongeldigDe lokale bestands-URI ‘%s’ mag het teken ‘#’ niet bevattenHet pad ‘%s’ is geen absoluut padDe telwaarde die aan %s werd gegeven is te grootPrullenbak wordt ondersteundAfkappen is niet toegestaan op een invoerdatastroomAfkappen wordt niet ondersteund op een datastroomType %s implementeert from_tokens() op de GIcon-interface nietType %s implementeert de GIcon-interface nietType %s is niet ‘classed’URI's worden niet ondersteundKan de prullenbakmap %s niet aanmaken: %sKan prullenbak-informatiebestand ‘%s’ niet aanmakenKon de standaard ‘directory monitor type’ niet vindenKon de standaard ‘file monitor type’ niet vindenKan prullenbakmap niet vinden of aanmakenKan geen terminalvenster vinden voor het uitvoeren van het programmaKan de bovenliggende map voor de prullenbak niet vindenKan het bestand ‘%s’ niet naar de prullenbak verplaatsenOnverwacht attribuut ‘%s’ voor element ‘%s’Voortijdig einde aan gegevensstroomOnverwachte fout in g_io_channel_win32_poll() bij het lezen van data van een dochterprocesOnverwachte fout in select() bij het lezen van data van een dochterproces (%s)Onverwachte fout in waitpid() (%s)Onverwachte tag ‘%s’ binnen ‘%s’Onverwachte tag ‘%s’, tag ‘%s’ werd verwachtOnbekende fout bij het uitvoeren van dochterproces ‘%s’Onbekende optie %sOnbekend typeSolitair ‘"’-teken in opdrachtregel of andere shell-aangehaalde tekstZonder naamGebruik:Er kon geen geldig sleutelbestand gevonden worden in de zoekmappenDe waarde ‘%s’ kan niet geïnterpreteerd worden als een boolese.De waarde ‘%s’ kan niet geïnterpreteerd worden als een getal van het type float.De waarde ‘%s’ kan niet geïnterpreteerd worden als een getal.Verkeerd aantal tokens (%d)[OPTIE...]\ aan het einde van het patroon\C niet toegestaan in ‘lookbehind assertion’\c aan het einde van het patroon\g wordt niet gevolgd door een naam tussen haakjes, of getal niet gelijk aan nul, optioneel tussen haakjesbewering verwacht na (?(associatiewijzigingen niet mogelijk op win32achterwaartse referenties als condities zijn niet mogelijklimiet voor backtracking bereikttekens die hoofd,- en kleine letters wijzigen zijn hier niet toegestaanlettertekenwaarde in de reeks \x{...} is te grootoverstroming programmacodevoorwaardelijke groep bevat meer dan twee vertakkingenbeschadigd objectcijfer verwachtdit station begrijpt de opdracht ‘uitwerpen’ nietdit station kan niet onderzocht worden op de aanwezigheid van mediakon onvoldoende geheugen krijgenhexadecimaal getal verwachthexadecimaal getal of ‘}’ verwachtongeldige verwijzinginconsistente NEWLINE-optiesinterne foutinterne fout of beschadigd objectongeldige combinatie van nieuwe-regelvlaggenongeldige voorwaarde (?(0)ongelde stuurcode in lettertekenklasse‘lookbehind assertion’ heeft geen vaste lengteonjuist gevormde \P of \p reeksfoutief getal of naam na (?(‘<’ ontbreekt in verwijzingontbrekend sluithaakje ) na commentaarontbrekend sluithaakje: )sluithaakje ] ontbreekt bij lettertekenklasseafsluitteken ontbreekt in naam subpatrooninhoudstype raden niet ondersteund door koppelinguitwerpen niet ondersteund door koppelingopnieuw koppelen niet ondersteund door koppelingop synchrone wijze inhoudstype raden niet ondersteund door koppelingontkoppelen niet ondersteund door koppelingniets te herhalengetal te groot in {} waardegevergetallen in verkeerde volgorde in {} waardegeveroctale waarde is groter dan \377onvoldoende geheugencompile-werkruimte is overlopeneerder nagekeken gerefereerd subpatroon niet gevondenbereik in verkeerde volgorde in lettertekenklasserecursielimiet bereiktrecursieve aanroep zou oneindig kunnen doorlopenverwijzing naar een niet-bestaand subpatroonreguliere expressie te grootherhalen van een DEFINE-groep is niet toegestaanextra afsluiting ‘\’naam van subpatroon is te lang (maximaal 32 tekens)symbolische verwijzing moet niet-NULL zijnhet patroon bevat niet-ondersteunde tekensteveel genoemde subpatronen (maximaal 10.000)twee genoemde subpatronen hebben dezelfde naamonverwachte herhalingonafgemaakte verwijzingonbekende POSIX-klassenaamonbekende foutonbekende escape-reeksonbekende eigenschapnaam na \P of \ponbekend teken na (?onbekend teken na (?<onbekend teken na (?Ponbekend teken volgt na \volumen begrijpt de opdracht ‘uitwerpen’ nietvolumen begrijpt de opdracht ‘aankoppelen’ nietlimiet voor lege substrings bereiktverwijzing heeft nullengte./glib-2.22.2-i686/usr/share/locale/hy/0000755000000000000000000000000011271166772015645 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/hy/LC_MESSAGES/0000755000000000000000000000000011271166772017432 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/hy/LC_MESSAGES/glib20.mo0000644000000000000000000000554111271166635021051 0ustar rootrootŪ•Älā.á1B Wx>”.Ķ9![-x+Ļ!Ō)ô9.X ‡•§ÄDËa_rŌ.đ.SNOĸ7ōl*5—QÍO ;o JĢ mö Kd ° BË ? N    Could not allocate %lu bytes to read file "%s"Document must begin with an element (e.g. )Error on line %d: %sError opening directory '%s': %sError reading file '%s': %sExisting file '%s' could not be removed: g_unlink() failed: %sFailed to close file '%s': fclose() failed: %sFailed to create file '%s': %sFailed to open file '%s' for writing: fdopen() failed: %sFailed to open file '%s': %sFailed to open file '%s': fdopen() failed: %sFailed to open file '%s': open() failed: %sFailed to read from file '%s': %sFailed to read the symbolic link '%s': %sFailed to rename file '%s' to '%s': g_rename() failed: %sFailed to write file '%s': fwrite() failed: %sFile is emptyShow help optionsSymbolic links not supportedUsage:Project-Id-Version: glib.HEAD Report-Msgid-Bugs-To: POT-Creation-Date: 2009-10-07 09:51-0400 PO-Revision-Date: 2006-03-03 16:24+0000 Last-Translator: Norayr Chilingaryan Language-Team: Armenian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 16bit ՉÕĢ Õ°ÕĄÕģÕ¸ÕžÕ¸Ö‚Õ´ Õ°ÕĄÕŋÕ¯ÕĄÖÕļÕĨÕŦ %lu ÕĸÕĄÕĩÕŠ "%s" Ö†ÕĄÕĩÕŦÕ¨ Õ¯ÕĄÖ€Õ¤ÕĄÕŦու Õ°ÕĄÕ´ÕĄÖ€Õ“ÕĄÕŊÕŋÕĄÕŠÕ¸Ö‚Õ˛ÕŠÕ¨ ÕēÕĨÕŋք Õ§ ÕŊÕ¯ÕŊÕžÕĢ Õ¸Ö€Ö‡Õ§ Õ§ÕŦÕ§Õ´ÕĨÕļÕŋÕ¸Õž (օրÕĢÕļÕĄÕ¯ )ÕÕ­ÕĄÕŦ %d ÕŋÕ¸Õ˛Õ¸Ö‚Õ´Õ %s'%s' ÕēÕĄÕļÕĄÕ¯Õ¨ ÕĸÕĄÖÕĨÕŦու ÕŊÕ­ÕĄÕŦ՝ %s'%s' Ö†ÕĄÕĩÕŦÕ¨ Õ¯ÕĄÖ€Õ¤ÕĄÕŦու ÕŊÕ­ÕĄÕŦ՝ %s'%s' Ö†ÕĄÕĩÕŦÕ¨ ÕšÕĢ Õ¯ÕĄÖ€Õ¸Õ˛ ÕžÕĨÖ€ÕĄÖÕžÕĨÕŦ՝ g_unlink() Õ­ÕĄÖƒÕĄÕļÕžÕĨց՝ %sՉÕĢ Õ°ÕĄÕģÕ¸ÕžÕĨÕŦ ÖƒÕĄÕ¯ÕĨÕŦ '%s' Ö†ÕĄÕĩÕŦը՝ fclose() Õ­ÕĄÖƒÕĄÕļÕžÕĨց՝ %sՉÕĢ Õ°ÕĄÕģÕ¸Õ˛ÕžÕĨÕŦ ÕŊÕŋÕĨÕ˛ÕŽÕĨÕŦ Ö†ÕĄÕĩÕŦ '%s'՝ %sՉÕĢ Õ°ÕĄÕģÕ¸Õ˛ÕžÕĨÕŦ ÕĸÕĄÖÕĨÕŦ '%s' Ö†ÕĄÕĩÕŦÕ¨ ÕŖÖ€ÕĨÕŦու Õ°ÕĄÕ´ÕĄÖ€Õ fdopen() Õ­ÕĄÖƒÕĄÕļÕžÕĨÕŦ է՝ %sՉÕĢ Õ°ÕĄÕģÕ¸Õ˛ÕžÕĨÕŦ ÕĸÕĄÖÕĨÕŦ '%s' Ö†ÕĄÕĩÕŦը՝ %sՉÕĢ Õ°ÕĄÕģÕ¸Õ˛ÕžÕĨÕŦ ÕĸÕĄÖÕĨÕŦ '%s' Ö†ÕĄÕĩÕŦը՝ fdopen() Õ­ÕĄÖƒÕĄÕļÕžÕĨց՝ %sՉÕĢ Õ°ÕĄÕģÕ¸Õ˛ÕžÕĨÕŦ ÕĸÕĄÖÕĨÕŦ '%s' Ö†ÕĄÕĩÕŦը՝ open() Õ­ÕĄÖƒÕĄÕļÕžÕĨց՝ %sՉÕĢ Õ°ÕĄÕģÕ¸Õ˛ÕžÕ¸Ö‚Õ´ Õ¯ÕĄÖ€Õ¤ÕĄÕŦ '%s' Ö†ÕĄÕĩÕŦÕĢց՝ %sՉÕĢ Õ°ÕĄÕģÕ¸Õ˛ÕžÕĨÕŦ Õ¯ÕĄÖ€Õ¤ÕĄÕŦ '%s' ÕŊÕĢÕ´ÕžÕ¸ÕŦÕĢÕ¯ Õ°Õ˛Õ¸Ö‚Õ´Õ¨Õ %sՉÕĢ Õ°ÕĄÕģÕ¸Õ˛ÕžÕĨÕŦ ÕžÕĨÖ€ÕĄÕļÕžÕĄÕļÕĨÕŦ '%s' Ö†ÕĄÕĩÕŦÕ¨ որÕēÕĨÕŊ '%s'՝ g_rename() Õ­ÕĄÖƒÕĄÕļÕžÕĨց՝ %sՉÕĢ Õ°ÕĄÕ¸Õ˛ÕžÕĨÕŦ ÕŖÖ€ÕĨÕŦ '%s' Ö†ÕĄÕĩÕŦ՝ fwrite() Õ­ÕĄÖƒÕĄÕļÕžÕĨց՝ %sÕ–ÕĄÕĩÕŦÕ¨ Õ¤ÕĄÕŋÕĄÖ€Õ¯ Õ§Õ‘Õ¸Ö‚ÖÕĄÕ¤Ö€ÕĨÕŦ ՁÕĨÕŧÕļÕĄÖ€Õ¯ÕĢ Õ°ÕĄÕŋÕ¯Õ¸Ö‚ÕŠÕĩուÕļÕļÕĨրըՍÕĢÕ´ÕžÕ¸ÕŦÕĢÕ¯ Õ°Õ˛Õ¸Ö‚Õ´ÕļÕĨրը ÕšÕĨÕļ ÕĄÕēÕĄÕ°Õ¸ÕžÕžÕ¸Ö‚Õ´ÔŋÕĢÖ€ÕĄÕŧում՝./glib-2.22.2-i686/usr/share/locale/fr/0000755000000000000000000000000011271166771015633 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/fr/LC_MESSAGES/0000755000000000000000000000000011271166771017420 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/fr/LC_MESSAGES/glib20.mo0000644000000000000000000013376111271166635021046 0ustar rootrootŪ•œ !‘!Ĩ!­!ĩ! Ŋ!É!YŅ!_+"a‹"í"#)'#Q#&e#BŒ#Ī#æ#+û#('$ P$q$#$ą$Ë$2ã$9%!P%4r%/§%×%3î%+"&1N&-€&/Ž&#Ū&' ')8'b'(~',§'%Ô'&ú'"!("D()g(!‘( ŗ(AÔ(ž)ĩ)Ė);ė).(**W*.‚*ą**Ę*&õ*a+F~+4Å+2ú+:-,Ah,@Ē,;ë,W'-W-1×-/ .%9.?_.5Ÿ.IÕ.‘/ ą/Ō/į/0#0:0S0j0}0’0ą0Î0!ę0 1,1K1a1|1 ‘1˛1Î1å1ũ1252Q2j2†2"ž2Á2Ũ2ü2!363K3 d3…3Ÿ3ļ3!Đ3)ō3-4J4b4€4,š4Į4!ã455:75.r50Ą59Ō5 6&6>@6$6#¤6Č6'æ6.7=7?\7)œ7$Æ7%ë7-8?8!S89u8*¯89Ú89-19+_9Š‹9&:+=:3i:#:!Á:)ã:8 ;9F;%€;.Ļ;-Õ;.<2<)I<!s< •<Ŗ<Â<.Ō< =&=#6=&Z==Ą=3ŧ=-đ=(>(G>(p>)™>Ã>ã>ô>??0?E?^?$s?0˜?É?+é?!@7@S@1q@.Ŗ@TŌ@H'AFpA=ˇALõA+BB!nBB-°B$ŪB(C,C"GC3jC9žCØC"õCD!0D1RD2„D<ˇDôD&E9:EtEE)ŠEĶE#æEL FNWF°ĻFzWGŌGęG%H8(H-aH*H5ēH*đH/I KIlI €I%ĄIĮI"äIJJ/JHJ!hJ ŠJĢJÄJáJôJ!K$1K0VK"‡KFĒK:ņK-,L2ZLL;ĨL áL'M-*M)XM"‚MĨM$šM ŪM?˙M.?NnN…N˜N!´N'ÖN3ūN.2O(aO0ŠO+ģOįOP* PKPOjPCēP"ūP!Q&AQ!hQ*ŠQĩQÎQāQ ˙QC RPRXRsR0zR.ĢR3ÚR-S TDiTŽT;ÉT0U 6U1DUvU‡U §UČUŨUúU V5'V)]V‡VĨVÂV×V!ōVW/WLW"[W$~WŖW*ģW(æWX"+X!NXpXˆX)žX%ČX-îXY5:YpY9YĘY9ęY$Z6Z%VZ |Z ZĢZ2ĮZ%úZ [&8[$_[„['Ą[É[3Ų[ \=&\+d\(\š\Ë\é\ ]]$(]M] m] Ž] ¯]Đ]6ī]&^,E^r^s‘^` ` $` .`8`K`zS`ƒÎ`…Ra#Øa1üa0.b_b-tbjĸb( c6c>Rc?‘c3Ņc0d76d.nd(dQÆd]e<veHŗeCüe#@f=df4ĸf:×f6g8Ig:‚g"Ŋg2āg@h,Th,hXŽh9i;Ai@}i)ži.či!j 9jNZjĘŠjtk*‡kX˛k? lBKlHŽl"×l,úl0'm}XmuÖmULnVĸngųnwao[Ųol5p„ĸpe'q=q7Ëq2rZ6rN‘rYārŽ:s.ést*3t)^t,ˆt/ĩt(åtu&u;@u+|u"¨uCËu/v4?v,tv(ĄvĘv5æv6w&Sw'zw-ĸw*Đw+ûw&'x%Nx)txBžx2áx4y$Iy4ny#Ŗy)Įy1ņy8#z \z}z7zDÕzJ{4e{3š{6Î{[|5a|9—|2Ņ|-}N2}E}=Į}T~+Z~*†~Yą~, +8d7€J¸3€L7€9„€.ž€0í€Po,ЁVˇF‚VU‚2Ŧ‚I߂G)ƒĒqƒ;„@X„X™„.ō„8!…9Z…M”…\â…:?†Vz†U҆V'‡$~‡4Ŗ‡,؇ˆ3ˆMˆ=lˆLj?ŋˆ1˙ˆ41‰,f‰)“‰GŊ‰2Š58Š+nŠ+šŠ9Ɗ!‹"‹<‹\‹{‹’‹!¯‹ Ņ‹4ō‹M'Œ.uŒ9¤Œ-ی, '9IaOĢvû[rŽ[Ύf*{‘S 0a.’PÁ0‘FC‘(Š‘-ŗ‘6á‘<’"U’5x’Ž’DȒ< “<J“O‡“+ד?”JC”/Ž”#ž”Tâ”7•7U•‚•u–û†–§‚—*˜I˜1g˜R™˜Aė˜A.™Xp™9ə=š6Ašxš2•š)Ț2ōš9%›$_›„›'ĸ› ʛ)ë›!œ7œ$Qœvœ#Žœ.˛œ,áœP1_m‘Z˙6ZžE‘ž!מRųž+LŸ3xŸMŦŸ/úŸ3* &^ 9… 3ŋ Kķ .?ĄnĄ‹Ą0ĸĄ<ĶĄLĸJ]ĸF¨ĸ>īĸ:.Ŗ=iŖ,§Ŗ5ÔŖ9 ¤D¤id¤XΤ%'Ĩ:MĨBˆĨ&ËĨ<ōĨ/ĻOĻ%bĻ ˆĻf•ĻüĻ1§7§SF§Gš§Zâ§E=¨3ƒ¨ˇ¨ רã¨:ø¨3ŠNIŠ%˜ŠIžŠrĒ!{ĒTĒAōĒ4Ģ5IĢĢ+ŽĢ-ēĢčĢ*Ŧ/Ŧ8?ŦXxŦFŅŦ:­4S­%ˆ­Ž­)Ë­ õ­Ž5Ž DŽ5eŽ›Ž@ļŽ7÷Ž/¯%O¯1u¯!§¯ɯ>ä¯/#°7S°#‹°S¯°6ąA:ą7|ąY´ą˛+ ˛+L˛)x˛ĸ˛:¸˛Lķ˛.@ŗ oŗ;ŗ)Ėŗ"öŗ7´Q´;p´1Ŧ´SŪ´-2ĩ0`ĩ‘ĩ$ŠĩÎĩęĩ!úĩ*ļ Gļ!hļ!Šļ Ŧļ7ÍļWˇ)]ˇ@‡ˇ(ȡŗA3ôMˇTû%K6´V‹ũŽ7Ā0bI†š˛T-ëâB€„Z×Ũã$ˆÂ į[v ķ.F&š°GQ{)^Ŗ¨Ė;ŦsÔ&]5@RqīgkåĄ:qWæĶ…Wõ}w¯"U)ōAO ø‡Ëŋ(d…rM#„\?ÛX ˙`;?Nvjl 't€KY1NfÁ>n27pRi¤nęm6ŸĮáu3-yļ÷‡î_*IP iuS|ܞ–OŲØd!<5JŒ ŠēsāĘĩģÕ2ė,éLú/[ŠVU_•xb'†8^9E+Č>Qxņ4 ֘‰”CĨÅt<ä‚9ŪŠmž4ĒDhƒe+‘írBD%1#Gf=|Ŋ8HŅ@‰Lo§owS*pP~a Éą:`ÎĢ}zyų0ŧ —ÆĐaÚlđ͜{jc­JZ]=cHCŽ/!\“ĪĻ$ĂX,ßk’öY ÃčE™ĸŒüŽFg›¸ˆŌ .heū"~‹(zƒ (invalid encoding)%.1f GB%.1f KB%.1f MB%s filetype%s type'%s' is not a valid character following a '<' character; it may not begin an element name'%s' is not a valid character following the characters '''%s' is not a valid name '%s' is not a valid name: '%c' (?R or (?[+-]digits must be followed by )) without opening (A bookmark for URI '%s' already existsAbstract unix domain socket addresses not supported on this systemAdded socket is closedApplication Options:Association creation not supported on win32Attribute '%s' of element '%s' not foundAttribute value must be non-NULLBackup file creation failedCan't copy directory over directoryCan't copy over directoryCan't copy special fileCan't create user MIME configuration folder %s: %sCan't create user application configuration folder %s: %sCan't create user desktop file %sCan't do a raw read in g_io_channel_read_line_stringCan't do a raw read in g_io_channel_read_to_endCan't find applicationCan't handle the supplied version the icon encodingCan't handle version %d of GEmblem encodingCan't handle version %d of GEmblemedIcon encodingCan't handle version %d of GFileIcon encodingCan't handle version %d of GThemedIcon encodingCan't move directory over directoryCan't open directoryCan't recursively copy directoryCan't rename file, filename already existCan't rename root directoryCancellable initialization not supportedCannot convert fallback '%s' to codeset '%s'Cannot parse double value '%s' for %sCannot parse integer value '%s' for %sCannot set permissions on symlinksCannot truncate GMemoryInputStreamChannel terminates in a partial characterCharacter out of range for UTF-16Character out of range for UTF-8Character reference '%-.*s' does not encode a permitted characterCharacter reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Connection in progressContaining mount does not existConversion from character set '%s' to '%s' is not supportedCould not allocate %lu bytes to read file "%s"Could not open converter from '%s' to '%s'Could not open converter from '%s' to '%s': %sCustom definition for %sDEFINE group contains more than one branchDesktop file didn't specify Exec fieldDocument ended unexpectedly after the equals sign following an attribute name; no attribute valueDocument ended unexpectedly inside a comment or processing instructionDocument ended unexpectedly inside an attribute nameDocument ended unexpectedly inside an element nameDocument ended unexpectedly inside an element-opening tag.Document ended unexpectedly inside the close tag for element '%s'Document ended unexpectedly just after an open angle bracket '<'Document ended unexpectedly while inside an attribute valueDocument ended unexpectedly with elements still open - '%s' was the last element openedDocument ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>Document must begin with an element (e.g. )Document was empty or contained only whitespaceDouble value '%s' for %s out of rangeElement '%s' was closed, but the currently open element is '%s'Element '%s' was closed, no element is currently openEmpty entity '&;' seen; valid entities are: & " < > 'Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Entity name '%-.*s' is not knownEnumerator is closedError accepting connection: %sError binding to address: %sError closing file: %sError closing socket: %sError closing unix: %sError connecting: Error connecting: %sError creating backup copy: %sError creating directory: %sError during conversion: %sError getting filesystem info: %sError launching application: %sError making symbolic link: %sError moving file: %sError on line %d char %d: Error on line %d: %sError opening directory '%s': %sError opening file '%s': %sError opening file: %sError parsing option %sError reading file '%s': %sError reading from file: %sError reading from unix: %sError receiving data: %sError receiving message: %sError removing file: %sError removing old backup link: %sError removing old file: %sError removing target file: %sError renaming file: %sError renaming temporary file: %sError resolving '%s'Error resolving '%s': %sError reverse-resolving '%s': %sError seeking in file: %sError sending data: %sError sending message: %sError setting SELinux context: %sError setting extended attribute '%s': %sError setting modification or access time: %sError setting owner: %sError setting permissions: %sError setting symlink: %sError setting symlink: file is not a symlinkError stating file '%s': %sError stating file descriptor: %sError trashing file: %sError truncating file: %sError while compiling regular expression %s at char %d: %sError while matching regular expression %s: %sError while optimizing regular expression %s: %sError while parsing replacement text "%s" at char %lu: %sError writing to file: %sError writing to unix: %sExisting file '%s' could not be removed: g_unlink() failed: %sExpected a GEmblem for GEmblemedIconExpecting 1 control message, got %dExpecting one fd, but got %d Failed to change to directory '%s' (%s)Failed to close file '%s': fclose() failed: %sFailed to create file '%s': %sFailed to create pipe for communicating with child process (%s)Failed to execute child process "%s" (%s)Failed to execute child process (%s)Failed to execute helper program (%s)Failed to expand exec line '%s' with URI '%s'Failed to fork (%s)Failed to fork child process (%s)Failed to get attributes of file '%s': fstat() failed: %sFailed to map file '%s': mmap() failed: %sFailed to open file '%s' for writing: fdopen() failed: %sFailed to open file '%s': %sFailed to open file '%s': fdopen() failed: %sFailed to open file '%s': open() failed: %sFailed to parse '%-.*s', which should have been a digit inside a character reference (ê for example) - perhaps the digit is too largeFailed to read data from child processFailed to read data from child process (%s)Failed to read enough data from child pid pipe (%s)Failed to read from child pipe (%s)Failed to read from file '%s': %sFailed to read the symbolic link '%s': %sFailed to redirect output or input of child process (%s)Failed to rename file '%s' to '%s': g_rename() failed: %sFailed to resize memory output streamFailed to write file '%s': fflush() failed: %sFailed to write file '%s': fsync() failed: %sFailed to write file '%s': fwrite() failed: %sFile "%s" is too largeFile enumerator has outstanding operationFile enumerator is already closedFile is emptyFile names cannot contain '%c'Filesystem rootGSocketControlMessage not supported on windowsHelp Options:Hostname '%s' contains '[' but not ']'Input stream doesn't implement readInteger value '%s' for %s out of rangeInteger value '%s' out of rangeInvalid GSeekType suppliedInvalid UTF-8 encoded text in name - not valid '%s'Invalid attribute type (byte string expected)Invalid attribute type (string expected)Invalid attribute type (uint32 expected)Invalid attribute type (uint64 expected)Invalid byte sequence in conversion inputInvalid extended attribute nameInvalid filenameInvalid filename %sInvalid group name: %sInvalid hostnameInvalid key name: %sInvalid program name: %sInvalid seek requestInvalid sequence in conversion inputInvalid socket, initialization failed due to: %sInvalid socket, not initializedInvalid string in argument vector at %d: %sInvalid string in environment: %sInvalid symlink value givenInvalid working directory: %sKey file contains escape character at end of lineKey file contains invalid escape sequence '%s'Key file contains key '%s' in group '%s' which has value that cannot be interpreted.Key file contains key '%s' which has a value that cannot be interpreted.Key file contains key '%s' which has value that cannot be interpreted.Key file contains key '%s' with value '%s' which is not UTF-8Key file contains line '%s' which is not a key-value pair, group, or commentKey file contains unsupported encoding '%s'Key file does not have group '%s'Key file does not have key '%s'Key file does not have key '%s' in group '%s'Key file does not start with a groupLeftover unconverted data in read bufferListener is already closedMalformed input data for GFileIconMalformed number of tokens (%d) in GEmblem encodingMalformed number of tokens (%d) in GEmblemedIcon encodingMalformed version number: %sMemory output stream not resizableMissing argument for %sMove between mounts not supportedNo MIME type defined in the bookmark for URI '%s'No application is registered as handling this fileNo application with name '%s' registered a bookmark for '%s'No bookmark found for URI '%s'No groups set in bookmark for URI '%s'No private flag has been defined in bookmark for URI '%s'No service record for '%s'No type for class name %sNo valid bookmark file found in data dirsNot a regular fileNot enough space for socket addressOdd character '%s', expected a '=' after attribute name '%s' of element '%s'Odd character '%s', expected a '>' character to end the empty-element tag '%s'Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute nameOdd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'Operation not supportedOperation was cancelledOutput stream doesn't implement writePCRE library is compiled without UTF8 properties supportPCRE library is compiled without UTF8 supportPOSIX collating elements are not supportedPOSIX named classes are supported only within a classPartial character sequence at end of inputQuoted text doesn't begin with a quotation markReached maximum data array limitReceived invalid fdSELinux context must be non-NULLSELinux is not enabled on this systemSeek not supported on streamSetting attribute %s not supportedShow all help optionsShow help optionsSocket is already closedSource stream is already closedStream doesn't support query_infoStream has outstanding operationStream is already closedSymbolic links not supportedTarget file existsTarget file is a directoryTarget file is not a regular fileTemplate '%s' doesn't contain XXXXXXTemplate '%s' invalid, should not contain a '%s'Temporarily unable to resolve '%s'Text ended before matching quote was found for %c. (The text was '%s')Text ended just after a '\' character. (The text was '%s')Text was empty (or contained only whitespace)The URI '%s' contains invalidly escaped charactersThe URI '%s' is invalidThe URI '%s' is not an absolute URI using the "file" schemeThe file was externally modifiedThe hostname of the URI '%s' is invalidThe local file URI '%s' may not include a '#'The pathname '%s' is not an absolute pathToo large count value passed to %sTrash not supportedTruncate not allowed on input streamTruncate not supported on streamType %s does not implement from_tokens() on the GIcon interfaceType %s does not implement the GIcon interfaceType %s is not classedURIs not supportedUnable to create socket: %sUnable to create trash dir %s: %sUnable to create trashing info file: %sUnable to find default local directory monitor typeUnable to find default local file monitor typeUnable to find or create trash directoryUnable to find terminal required for applicationUnable to find toplevel directory for trashUnable to get pending error: %sUnable to trash file: %sUnexpected attribute '%s' for element '%s'Unexpected early end-of-streamUnexpected error in g_io_channel_win32_poll() reading data from a child processUnexpected error in select() reading data from a child process (%s)Unexpected error in waitpid() (%s)Unexpected tag '%s' inside '%s'Unexpected tag '%s', tag '%s' expectedUnexpected type of ancillary dataUnknown error executing child process "%s"Unknown error on connectUnknown option %sUnknown protocol was specifiedUnknown typeUnmatched quotation mark in command line or other shell-quoted textUnnamedUnsupported socket addressUsage:Valid key file could not be found in search dirsValue '%s' cannot be interpreted as a boolean.Value '%s' cannot be interpreted as a float number.Value '%s' cannot be interpreted as a number.Waiting for socket condition: %sWrong number of tokens (%d)[OPTION...]\ at end of pattern\C not allowed in lookbehind assertion\c at end of pattern\g is not followed by a braced name or an optionally braced non-zero numberassertion expected after (?(association changes not supported on win32back references as conditions are not supported for partial matchingbacktracking limit reachedcase-changing escapes (\l, \L, \u, \U) are not allowed herecharacter value in \x{...} sequence is too largecode overflowconditional group contains more than two branchescorrupted objectcould not get local address: %scould not get remote address: %scould not listen: %screating GSocket from fd: %sdigit expecteddrive doesn't implement ejectdrive doesn't implement eject or eject_with_operationdrive doesn't implement polling for mediadrive doesn't implement startdrive doesn't implement stopfailed to get memoryhexadecimal digit expectedhexadecimal digit or '}' expectedillegal symbolic referenceinconsistent NEWLINE optionsinternal errorinternal error or corrupted objectinvalid combination of newline flagsinvalid condition (?(0)invalid escape sequence in character classlookbehind assertion is not fixed lengthmalformed \P or \p sequencemalformed number or name after (?(missing '<' in symbolic referencemissing ) after commentmissing terminating )missing terminating ] for character classmissing terminator in subpattern namemount doesn't implement content type guessingmount doesn't implement ejectmount doesn't implement eject or eject_with_operationmount doesn't implement remountmount doesn't implement synchronous content type guessingmount doesn't implement unmountmount doesn't implement unmount or unmount_with_operationnothing to repeatnumber too big in {} quantifiernumbers out of order in {} quantifieroctal value is greater than \377out of memoryoverran compiling workspacepreviously-checked referenced subpattern not foundrange out of order in character classrecursion limit reachedrecursive call could loop indefinitelyreference to non-existent subpatternregular expression too largerepeating a DEFINE group is not allowedstray final '\'subpattern name is too long (maximum 32 characters)symlink must be non-NULLthe pattern contains items not supported for partial matchingtoo many named subpatterns (maximum 10,000)two named subpatterns have the same nameunexpected repeatunfinished symbolic referenceunknown POSIX class nameunknown errorunknown escape sequenceunknown property name after \P or \punrecognized character after (?unrecognized character after (?<unrecognized character after (?Punrecognized character follows \volume doesn't implement ejectvolume doesn't implement eject or eject_with_operationvolume doesn't implement mountworkspace limit for empty substrings reachedzero-length symbolic referenceProject-Id-Version: glib HEAD Report-Msgid-Bugs-To: POT-Creation-Date: 2009-10-07 09:51-0400 PO-Revision-Date: 2009-09-04 00:08+0200 Last-Translator: Claude Paroz Language-Team: GNOME French Team MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n > 1); (codage non valide)%.1f Gio%.1f Kio%.1f MioType de fichier %sType %sÂĢ %s Âģ n'est pas un caractère valide suivant le caractère ÂĢ < Âģ ; il ne semble pas commencer un nom d'ÊlÊmentÂĢ %s Âģ n'est pas un caractère valide suivant les caractères ÂĢ  ÂģÂĢ %s Âģ n'est pas un nom valide ÂĢ %s Âģ n'est pas un nom valide : ÂĢ %c Âģ (?R ou (?[+-]chiffres doivent ÃĒtre suivis par )) sans ( d'ouvertureUn signet pour l'URI ÂĢ %s Âģ existe dÊjàLes adresses abstraites de connecteur rÊseau de domaine unix ne sont pas prises en charge sur ce systèmeLe connecteur rÊseau ajoutÊ est fermÊOptions de l'application :La crÊation d'association n'est pas prise en charge sur win32L'attribut ÂĢ %s Âģ de l'ÊlÊment ÂĢ %s Âģ est introuvableLa valeur d'attribut ne doit pas ÃĒtre ÂĢ NULL ÂģLa crÊation du fichier de sauvegarde a ÊchouÊImpossible de copier un rÊpertoire par dessus un autreImpossible de copier par dessus un rÊpertoireImpossible de copier le fichier spÊcialImpossible de crÊer le dossier de configuration MIME %s pour l'utilisateur : %sImpossible de crÊer le dossier de configuration de l'application %s pour l'utilisateur : %sImpossible de crÊer le fichier bureau %s pour l'utilisateurImpossible de faire une lecture brute dans g_io_channel_read_line_stringImpossible de faire une lecture brute dans g_io_channel_read_to_endImpossible de trouver l'applicationImpossible de gÊrer la version fournie du codage de l'icôneImpossible de gÊrer la version %d du codage GEmblemImpossible de gÊrer la version %d du codage GEmblemedIconImpossible de gÊrer la version %d du codage GFileIconImpossible de gÊrer la version %d du codage GThemedIconImpossible de dÊplacer un rÊpertoire par dessus un autreImpossible d'ouvrir le rÊpertoireImpossible de copier rÊcursivement un rÊpertoireImpossible de renommer le fichier car ce nom est dÊjà utilisÊImpossible de renommer le rÊpertoire racineInitialisation annulable non prise en chargeImpossible de convertir la valeur de rechange ÂĢ %s Âģ vers le jeu de codes ÂĢ %s ÂģImpossible d'analyser la valeur double ÂĢ %s Âģ pour %sImpossible d'analyser la valeur entière ÂĢ %s Âģ pour %sImpossible de dÊfinir des permissions sur les liens symboliquesImpossible de tronquer GMemoryInputStreamLa canal se termine avec un caractère partielCaractère hors plage pour UTF-16Caractère hors plage pour UTF-8La rÊfÊrence de caractère ÂĢ %-.*s Âģ ne code pas un caractère autorisÊLa rÊfÊrence de caractère ne se termine pas avec un point-virgule ; vous avez vraisemblablement utilisÊ une esperluette sans intention de commencer une entitÊ - Êchappez l'esperluette comme &Connexion en coursLe point de montage conteneur n'existe pasLa conversion du jeu de caractères ÂĢ %s Âģ vers ÂĢ %s Âģ n'est pas prise en chargeImpossible d'allouer %lu octets pour lire le fichier ÂĢ %s ÂģImpossible d'ouvrir le convertisseur de ÂĢ %s Âģ vers ÂĢ %s ÂģImpossible d'ouvrir le convertisseur de ÂĢ %s Âģ vers ÂĢ %s Âģ : %sDÊfinition personnalisÊe pour %sle groupe DEFINE contient plus d'une brancheLe fichier Bureau n'a pas indiquÊ de champ ExecLe document s'est terminÊ de manière inattendue après le signe Êgal suivant un nom d'attribut ; aucune valeur d'attributLe document s'est terminÊ de manière inattendue à l'intÊrieur d'un commentaire ou d'une instruction de traitementLe document s'est terminÊ de manière inattendue à l'intÊrieur d'un nom d'attributLe document s'est terminÊ de manière inattendue à l'intÊrieur d'un nom d'ÊlÊmentLe document s'est terminÊ de manière inattendue à l'intÊrieur d'une balise d'ouverture d'ÊlÊment.Le document s'est terminÊ de manière inattendue à l'intÊrieur de la balise de fermeture pour l'ÊlÊment ÂĢ %s ÂģLe document s'est terminÊ de manière inattendue juste après un crochet ouvrant ÂĢ < ÂģLe document s'est terminÊ de manière inattendue alors qu'il Êtait à l'intÊrieur d'une valeur d'attributLe document s'est terminÊ de manière inattendue avec des ÊlÊments encore ouverts - ÂĢ %s Âģ Êtait le dernier ÊlÊment ouvertLe document s'est terminÊ de manière inattendue, un crochet fermant pour la balise <%s/> est requisLe document doit commencer avec un ÊlÊment (par ex. )Le document Êtait vide ou ne contenait que des espacesLa valeur double ÂĢ %s Âģ pour %s est hors plageL'ÊlÊment ÂĢ %s Âģ a ÊtÊ fermÊ, mais l'ÊlÊment actuellement ouvert est ÂĢ %s ÂģL'ÊlÊment ÂĢ %s Âģ a ÊtÊ fermÊ, aucun ÊlÊment est actuellement ouvertEntitÊ vide ÂĢ &; Âģ vue : les entitÊs valides sont : & " < > 'L'entitÊ ne se termine pas avec un point-virgule ; vous avez probablement utilisÊ une esperluette sans l'avoir marquÊe comme entitÊ - Êchappez l'esperluette comme &Le nom d'entitÊ ÂĢ %-.*s Âģ n'est pas connuL'ÊnumÊrateur est fermÊErreur d'acceptation de la connexion : %sErreur lors de liaison à l'adresse : %sErreur lors de la fermeture du fichier : %sErreur de fermeture du connecteur rÊseau : %sErreur lors de la fermeture d'unix : %sErreur de connexion : Erreur de connexion : %sErreur lors de la crÊation de la copie de sauvegarde : %sErreur à la crÊation du rÊpertoire : %sErreur lors de la conversion : %sImpossible d'obtenir les informations du système de fichiers : %sErreur lors du lancement de l'application : %sErreur lors de la crÊation du lien symbolique : %sErreur lors du dÊplacement du fichier : %sErreur à la ligne %d, caractère %d : Erreur à la ligne %d : %sErreur à l'ouverture du rÊpertoire ÂĢ %s Âģ : %sErreur lors de l'ouverture du fichier ÂĢ %s Âģ : %sErreur à l'ouverture du fichier : %sErreur lors de l'analyse de l'option %sErreur de lecture du fichier ÂĢ %s Âģ : %sErreur lors de la lecture du fichier : %sErreur lors de la lecture depuis unix : %sErreur de rÊception de donnÊes : %sErreur de rÊception de message : %sErreur à la suppression du fichier : %sErreur lors de la suppression de l'ancien lien de sauvegarde : %sErreur à la suppression de l'ancien fichier : %sErreur lors de la suppression du fichier cible : %sErreur au renommage du fichier : %sErreur lors du renommage du fichier temporaire : %sErreur de rÊsolution de ÂĢ %s ÂģErreur de rÊsolution de ÂĢ %s Âģ : %sErreur de rÊsolution inverse de ÂĢ %s Âģ : %sErreur lors de la navigation à travers le fichier : %sErreur d'envoi de donnÊes : %sErreur d'envoi de message : %sErreur lors de la dÊfinition du contexte SELinux : %sErreur lors de la dÊfinition de l'attribut Êtendu ÂĢ %s Âģ : %sErreur lors de la dÊfinition de l'heure de modification ou d'accès : %sErreur lors de la dÊfinition du propriÊtaire : %sErreur lors de la dÊfinition des permissions : %sErreur lors de la dÊfinition du lien symbolique : %sErreur lors de la dÊfinition du lien symbolique : le fichier n'est pas un lien symboliqueErreur de l'interrogation du fichier ÂĢ %s Âģ : %sErreur de l'interrogation du descripteur de fichier : %sErreur à la mise à la corbeille du fichier : %sErreur lors de la troncature du fichier : %sErreur à la compilation de l'expression rÊgulière %s au caractère %d : %sErreur lors de la correspondance de l'expression rÊgulière %s : %sErreur à l'optimisation de l'expression rÊgulière %s : %sErreur lors de l'analyse du texte de substitution ÂĢ %s Âģ au caractère %lu : %sErreur lors de l'Êcriture du fichier : %sErreur lors de l'Êcriture vers unix : %sLe fichier existant ÂĢ %s Âģ ne peut pas ÃĒtre supprimÊ : g_unlink() a ÊchouÊ : %sUn GEmblem est attendu pour le GEmblemedIcon1 message de contrôle attendu, %d reçu(s)Un fd attendu, %d reçu(s) Le changement de rÊpertoire ÂĢ %s Âģ a ÊchouÊ (%s)La fermeture du fichier ÂĢ %s Âģ a ÊchouÊ : fclose() a ÊchouÊ : %sLa crÊation du fichier ÂĢ %s Âģ a ÊchouÊ : %sLa crÊation du tube de communication avec le processus fils a ÊchouÊ (%s)L'exÊcution du processus fils ÂĢ %s Âģ a ÊchouÊ (%s)L'exÊcution du processus fils a ÊchouÊ (%s)L'exÊcution du programme d'aide a ÊchouÊ (%s)L'expansion de la ligne d'exÊcution ÂĢ %s Âģ avec l'URI ÂĢ %s Âģ a ÊchouÊLe clonage a ÊchouÊ (%s)Le clonage du processus fils a ÊchouÊ (%s)L'obtention des attributs du fichier ÂĢ %s Âģ a ÊchouÊ : fstat() a ÊchouÊ : %sLe mappage du fichier ÂĢ %s Âģ a ÊchouÊ : mmap() a ÊchouÊ : %sL'ouverture du fichier ÂĢ %s Âģ en Êcriture a ÊchouÊ : fdopen() a ÊchouÊ : %sL'ouverture du fichier ÂĢ %s Âģ a ÊchouÊ : %sL'ouverture du fichier ÂĢ %s Âģ a ÊchouÊ : fdopen() a ÊchouÊ : %sL'ouverture du fichier ÂĢ %s Âģ a ÊchouÊ : open() a ÊchouÊ : %sL'analyse a ÊchouÊ. ÂĢ %-.*s Âģ devrait ÃĒtre un nombre à l'intÊrieur de la rÊfÊrence de caractère (ê par exemple) - peut-ÃĒtre que le nombre est trop grandLa lecture des donnÊes depuis le processus fils a ÊchouÊLa lecture des donnÊes depuis le processus fils a ÊchouÊ (%s)Impossible de lire suffisamment de donnÊes depuis le tube du processus fils de pid (%s)La lecture depuis un tube fils a ÊchouÊ (%s)La lecture depuis le fichier ÂĢ %s Âģ a ÊchouÊ : %sLa lecture du lien symbolique ÂĢ %s Âģ a ÊchouÊ : %sLa redirection de la sortie ou de l'entrÊe du processus fils a ÊchouÊ (%s)Le renommage du fichier ÂĢ %s Âģ vers ÂĢ %s Âģ a ÊchouÊ : g_rename() a ÊchouÊ : %sLe redimensionnement du flux de sortie mÊmoire a ÊchouÊL'ouverture du fichier ÂĢ %s Âģ en Êcriture a ÊchouÊ : fflush() a ÊchouÊ : %sL'ouverture du fichier ÂĢ %s Âģ en Êcriture a ÊchouÊ : fsync() a ÊchouÊ : %sL'ouverture du fichier ÂĢ %s Âģ en Êcriture a ÊchouÊ : fwrite() a ÊchouÊ : %sLe fichier ÂĢ %s Âģ est trop grandL'ÊnumÊrateur du fichier a une opÊration en coursL'ÊnumÊrateur du fichier est dÊjà fermÊLe fichier est videLes noms de fichiers ne peuvent contenir ÂĢ %c ÂģRacine du système de fichiersGSocketControlMessage n'est pas pris en en charge sur windowsOptions de l'aide :Le nom d'hôte ÂĢ %s Âģ contient ÂĢ [ Âģ mais pas ÂĢ ] ÂģLe flux en entrÊe n'implÊmente pas ÂĢ read ÂģLa valeur entière ÂĢ %s Âģ pour %s est hors plageLa valeur entière ÂĢ %s Âģ est hors plageLe type GSeekType fourni n'est pas valideTexte codÊ en UTF-8 non valide dans le nom - ÂĢ %s Âģ est non valideType d'attribut non valide (chaÃŽne octet attendu)Type d'attribut non valide (une chaÃŽne est attendue)Type d'attribut non valide (uint32 attendu)Type d'attribut non valide (uint64 attendu)SÊquence d'octets non valide en entrÊe du convertisseurNom d'attribut Êtendu non valideNom de fichier non valideNom de fichier non valide : %sNom de groupe non valide : %sNom d'hôte non valideNom de clÊ non valide : %sNom du programme non valide : %sRequÃĒte ÂĢ seek Âģ non valideSÊquence non valide dans l'entrÊe du convertisseurConnecteur rÊseau non valide, l'initialisation a ÊchouÊ en raison de : %sConnecteur rÊseau non valide, non initialisÊChaÃŽne non valide dans le paramètre vecteur à %d : %sChaÃŽne non valide dans l'environnement : %sValeur de lien symbolique donnÊe non valideRÊpertoire de travail non valide : %sLe fichier de clÊs contient un caractère d'Êchappement en fin de ligneLe fichier de clÊs contient une sÊquence d'Êchappement non valide ÂĢ %s ÂģLe fichier de clÊs contient la clÊ ÂĢ %s Âģ dans le groupe ÂĢ %s Âģ qui a une valeur impossible à interprÊter.Le fichier de clÊs contient la clÊ ÂĢ %s Âģ avec une valeur impossible à interprÊter.Le fichier de clÊs contient la clÊ ÂĢ %s Âģ avec une valeur impossible à interprÊter.Le fichier de clÊs contient la clÊ ÂĢ %s Âģ avec la valeur ÂĢ %s Âģ qui n'est pas codÊ en UTF-8Le fichier de clÊs contient la ligne ÂĢ %s Âģ qui n'est ni une paire de valeurs de clÊ, ni un groupe, ni un commentaireLe fichier de clÊs contient un codage de caractères non pris en charge ÂĢ %s ÂģLe fichier de clÊs n'a pas de groupe ÂĢ %s ÂģLe fichier de clÊs n'a pas de clÊ ÂĢ %s ÂģLe fichier de clÊs ne contient pas de clÊ ÂĢ %s Âģ dans le groupe ÂĢ %s ÂģLe fichier de clÊs ne dÊbute pas par un groupeLaisse de côtÊ des donnÊes non converties dans le tampon de lectureLe processus d'Êcoute est dÊjà fermÊDonnÊes d'entrÊe incorrectes pour GFileIconNombre de jetons incorrect (%d) dans le codage GEmblemNombre de jetons incorrect (%d) dans le codage GEmblemedIconNumÊro de version incorrect : %sLe flux de sortie mÊmoire n'est pas redimensionnableArgument manquant pour %sLe dÊplacement entre des points de montage n'est pas pris en chargeAucun type MIME dÊfini dans le signet pour l'URI ÂĢ %s ÂģAucune application n'est enregistrÊe pour gÊrer ce fichierAucune application nommÊe ÂĢ %s Âģ n'a enregistrÊ un signet pour ÂĢ %s ÂģAucun signet trouvÊ pour l'URI ÂĢ %s ÂģAucun groupe n'est dÊfini dans le signet pour l'URI ÂĢ %s ÂģAucun indicateur privÊ n'est dÊfini dans le signet pour l'URI ÂĢ %s ÂģAucun enregistrement de service pour ÂĢ %s ÂģAucun type pour le nom de classe %sImpossible de trouver un fichier de signets valide dans les rÊpertoires de donnÊesN'est pas un fichier standardEspace insuffisant pour l'adresse de connecteur rÊseauCaractère bizarre ÂĢ %s Âģ, un caractère ÂĢ = Âģ est requis après le nom de l'attribut ÂĢ %s Âģ de l'ÊlÊment ÂĢ %s ÂģCaractère bizarre ÂĢ %s Âģ, un caractère ÂĢ > Âģ est requis pour terminer la balise d'ÊlÊment vide ÂĢ %s ÂģCaractère bizarre ÂĢ %s Âģ, un caractère ÂĢ > Âģ ou ÂĢ / Âģ est requis pour terminer la balise de dÊbut de l'ÊlÊment ÂĢ %s Âģ, ou optionnellement un attribut ; peut-ÃĒtre que vous utilisez un caractère non valide dans un nom d'attributCaractère bizarre ÂĢ %s Âģ, un guillemet d'ouverture après le signe Êgal est requis quand on donne une valeur pour l'attribut ÂĢ %s Âģ de l'ÊlÊment ÂĢ %s ÂģOpÊration non prise en chargeL'opÊration a ÊtÊ annulÊeLe flux de sortie n'implÊmente pas ÂĢ write ÂģLa bibliothèque PCRE est compilÊe sans la prise en charge des propriÊtÊs UTF-8La bibliothèque PCRE est compilÊe sans la prise en charge UTF-8les ÊlÊments d'interclassement POSIX ne sont pas pris en chargeLes classes nommÊes en suivant POSIX sont uniquement prises en charge depuis une classeSÊquence partielle de caractères à la fin de l'entrÊeLe texte citÊ ne commence pas avec un caractère de citationLa limite maximale du tableau de donnÊes est atteinteLe fd reçu n'est pas valideLe contexte SELinux ne doit pas ÃĒtre ÂĢ NULL ÂģSELinux n'est pas activÊ sur ce systèmeLa recherche n'est pas prise en charge sur le fluxLa dÊfinition de l'attribut %s n'est pas prise en chargeAffiche toutes les options de l'aideAffiche les options de l'aideLe connecteur rÊseau est dÊjà fermÊLe flux source est dÊjà fermÊLe flux ne prend pas en charge query_infoLe flux a une opÊration en coursLe flux est dÊjà fermÊLiens symboliques non pris en chargeLe fichier cible existeLe fichier cible est un rÊpertoireLe fichier cible n'est pas un fichier standardLe modèle ÂĢ %s Âģ ne contient pas XXXXXXLe modèle ÂĢ %s Âģ n'est pas valide, il ne devrait pas contenir de ÂĢ %s ÂģImpossible temporairement de rÊsoudre ÂĢ %s ÂģLe texte s'est terminÊ avant qu'un caractère de citation soit trouvÊ pour %c. (Le texte Êtait ÂĢ %s Âģ)Le texte s'est terminÊ juste après un caractère ÂĢ \ Âģ. (Le texte Êtait ÂĢ %s Âģ)Le texte Êtait vide (ou ne contenait que des espaces)L'URI ÂĢ %s Âģ contient des caractères d'Êchappements non validesL'URI ÂĢ %s Âģ n'est pas valideL'URI ÂĢ %s Âģ n'est pas une URI absolue utilisant le schÊma de ÂĢ fichier ÂģLe fichier a ÊtÊ modifiÊ extÊrieurementLe nom d'hôte de l'URI ÂĢ %s Âģ n'est pas valideL'URI de fichier local ÂĢ %s Âģ ne peut pas inclure de caractère ÂĢ # ÂģLe chemin ÂĢ %s Âģ n'est pas un chemin absoluLa valeur de comptage fournie à %s est trop grandeLa corbeille n'est pas prise en chargeLa troncature n'est pas autorisÊe sur le flux en entrÊeLa troncature n'est pas prise en charge sur le fluxLe type %s n'implÊmente pas la fonction from_tokens() de l'interface GIconLe type %s n'implÊmente pas l'interface GIconLe type %s n'est pas classÊURI non pris en chargeImpossible de crÊer le connecteur rÊseau : %sImpossible de crÊer le rÊpertoire de la corbeille %s : %sImpossible de crÊer le fichier d'informations de mise à la corbeille : %sImpossible de trouver le type de moniteur de rÊpertoire local par dÊfautImpossible de trouver le type de moniteur de fichier local par dÊfautImpossible de trouver ou crÊer le rÊpertoire de la corbeilleImpossible de trouver le terminal requis par l'applicationImpossible de trouver le rÊpertoire racine pour la corbeilleImpossible d'obtenir l'erreur actuelle : %sImpossible de mettre à la corbeille le fichier : %sAttribut ÂĢ %s Âģ inattendu pour l'ÊlÊment ÂĢ %s ÂģFin prÊcoce de flux inattendueErreur inattendue dans g_io_channel_win32_poll() lors de la lecture des donnÊes depuis un processus filsErreur inattendue dans select() à la lecture des donnÊes depuis un processus fils (%s)Erreur inattendue dans waitpid() (%s)Balise ÂĢ %s Âģ inattendue à l'intÊrieur de ÂĢ %s ÂģBalise ÂĢ %s Âģ inattendue. La balise ÂĢ %s Âģ Êtait attendueType de donnÊes auxiliaires inattenduErreur inconnue à l'exÊcution du processus fils ÂĢ %s ÂģErreur inconnue à la connexionOption inconnue %sUn protocole inconnu a ÊtÊ indiquÊType inconnuCaractère de citation sans correspondance dans la ligne de commande ou un autre texte shell rapportÊSans nomAdresse de connecteur rÊseau non prise en chargeUtilisation :Impossible de trouver un fichier de clÊs valide dans les rÊpertoires de rechercheLa valeur ÂĢ %s Âģ ne peut pas ÃĒtre interprÊtÊe comme un boolÊen.La valeur ÂĢ %s Âģ ne peut pas ÃĒtre interprÊtÊe comme un nombre à virgule flottante.La valeur ÂĢ %s Âģ ne peut pas ÃĒtre interprÊtÊe comme un nombre.Attente de la condition du connecteur rÊseau : %sNombre de jetons incorrect (%d)[OPTION...]\ à la fin du motif\C n'est pas autorisÊ dans l'assertion ÂĢ lookbehind Âģ\c à la fin du motif\g n'est pas suivi d'un nom accolÊ ou d'un nombre accolÊ diffÊrent de zÊroune assertion est attendue après (?(Les modifications d'association ne sont pas prises en en charge sur win32les rÊfÊrences inverses utilisÊes comme conditions ne sont pas prises en charge par la correspondance partiellelimite de suivi arrière atteinteLes Êchappements de changement de casse (\l, \L, \u, \U) ne sont pas autorisÊs icila valeur du caractère dans la sÊquence \x{...} est trop grandedÊpassement de codeun groupe conditionnel contient plus de deux branchesobjet corrompuimpossible d'obtenir l'adresse locale : %simpossible d'obtenir l'adresse distante : %simpossible d'Êcouter : %scrÊation de GSocket à partir de fd : %schiffre attendule lecteur n'implÊmente pas l'Êjection (ÂĢ eject Âģ)le lecteur n'implÊmente pas l'Êjection (ÂĢ eject Âģ ou ÂĢ eject_with_operation Âģ)le lecteur n'implÊmente pas la scrutation du mÊdia (ÂĢ polling Âģ)le lecteur n'implÊmente pas le dÊmarrage (ÂĢ start Âģ)le lecteur n'implÊmente pas l'arrÃĒt (ÂĢ stop Âģ)l'obtention de la mÊmoire a ÊchouÊchiffre hexadÊcimal attenduchiffre hexadÊcimal ou ÂĢ } Âģ attendurÊfÊrence symbolique illÊgaleoptions NEWLINE inconsistenteserreur interneerreur interne ou objet corrompucombinaison de marqueurs de nouvelle ligne non validecondition (?(0) non validesÊquence d'Êchappement non valide dans la classe de caractèrel'assertion ÂĢ lookbehind Âģ n'a pas de longueur fixesÊquence \P ou \p non conformenom ou nombre non conforme après (?(ÂĢ < Âģ manquant dans la rÊfÊrence symbolique) manquante après un commentaire) de terminaison manquantecaractère terminaison ] manquant pour la classe de caractèreterminaison manquante dans le nom du sous-motifmount n'implÊmente pas l'estimation du type de contenumount n'implÊmente pas l'Êjectionmount n'implÊmente pas l'Êjection (ÂĢ eject Âģ ou ÂĢ eject_with_operation Âģ)mount n'implÊmente pas le remontage (ÂĢ remount Âģ)mount n'implÊmente pas l'estimation du type de contenu synchronemount n'implÊmente pas le dÊmontage (ÂĢ unmount Âģ)mount n'implÊmente pas le dÊmontage (ÂĢ unmount Âģ ou ÂĢ unmount_with_operation Âģ)rien à rÊpÊternombre trop grand dans le quantificateur {}nombre trop grand dans le quantificateur {}la valeur octale est plus grande que \377mÊmoire insuffisantedÊpassement de capacitÊ en compilant l'espace de travailun sous-motif rÊfÊrencÊ et prÊcÊdemment vÊrifiÊ n'a pas ÊtÊ trouvÊplage dÊclassÊe dans la classe de caractèrelimite de rÊcursivitÊ atteinteun appel rÊcursif peut effectuer des boucles indÊfinimentrÊfÊrence à un sous-motif non-existantexpression rÊgulière trop grandela rÊpÊtition d'un groupe DEFINE n'est pas autorisÊeterminaison parasite ÂĢ \ Âģle nom du sous-motif est trop long (32 caractères maximum)un lien symbolique ne doit pas ÃĒtre ÂĢ NULL Âģle motif contient des ÊlÊments non pris en charge par la correspondance partielletrop de sous-motifs nommÊs (10 000 maximum)deux sous-motifs nommÊs possèdent le mÃĒme nomrÊpÊtition inattenduerÊfÊrence symbolique non terminÊenom de classe POSIX inconnuerreur inconnuesÊquence d'Êchappement inconnuenom de propriÊtÊ inconnu après \P ou \pcaractère non reconnu après (?caractère non reconnu après (?<caractère non reconnu après (?Pun caractère non reconnu suit \le volume n'implÊmente pas l'Êjection (ÂĢ eject Âģ)le volume n'implÊmente pas l'Êjection (ÂĢ eject Âģ ou ÂĢ eject_with_operation Âģ)le volume n'implÊmente pas ÂĢ mount Âģlimite d'espace de travail atteinte pour les sous-chaÃŽnes videsrÊfÊrence symbolique de longueur nulle./glib-2.22.2-i686/usr/share/locale/pl/0000755000000000000000000000000011271166777015645 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/pl/LC_MESSAGES/0000755000000000000000000000000011271166777017432 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/pl/LC_MESSAGES/glib20.mo0000644000000000000000000012710711271166636021050 0ustar rootrootŪ•œ !‘!Ĩ!­!ĩ! Ŋ!É!YŅ!_+"a‹"í"#)'#Q#&e#BŒ#Ī#æ#+û#('$ P$q$#$ą$Ë$2ã$9%!P%4r%/§%×%3î%+"&1N&-€&/Ž&#Ū&' ')8'b'(~',§'%Ô'&ú'"!("D()g(!‘( ŗ(AÔ(ž)ĩ)Ė);ė).(**W*.‚*ą**Ę*&õ*a+F~+4Å+2ú+:-,Ah,@Ē,;ë,W'-W-1×-/ .%9.?_.5Ÿ.IÕ.‘/ ą/Ō/į/0#0:0S0j0}0’0ą0Î0!ę0 1,1K1a1|1 ‘1˛1Î1å1ũ1252Q2j2†2"ž2Á2Ũ2ü2!363K3 d3…3Ÿ3ļ3!Đ3)ō3-4J4b4€4,š4Į4!ã455:75.r50Ą59Ō5 6&6>@6$6#¤6Č6'æ6.7=7?\7)œ7$Æ7%ë7-8?8!S89u8*¯89Ú89-19+_9Š‹9&:+=:3i:#:!Á:)ã:8 ;9F;%€;.Ļ;-Õ;.<2<)I<!s< •<Ŗ<Â<.Ō< =&=#6=&Z==Ą=3ŧ=-đ=(>(G>(p>)™>Ã>ã>ô>??0?E?^?$s?0˜?É?+é?!@7@S@1q@.Ŗ@TŌ@H'AFpA=ˇALõA+BB!nBB-°B$ŪB(C,C"GC3jC9žCØC"õCD!0D1RD2„D<ˇDôD&E9:EtEE)ŠEĶE#æEL FNWF°ĻFzWGŌGęG%H8(H-aH*H5ēH*đH/I KIlI €I%ĄIĮI"äIJJ/JHJ!hJ ŠJĢJÄJáJôJ!K$1K0VK"‡KFĒK:ņK-,L2ZLL;ĨL áL'M-*M)XM"‚MĨM$šM ŪM?˙M.?NnN…N˜N!´N'ÖN3ūN.2O(aO0ŠO+ģOįOP* PKPOjPCēP"ūP!Q&AQ!hQ*ŠQĩQÎQāQ ˙QC RPRXRsR0zR.ĢR3ÚR-S TDiTŽT;ÉT0U 6U1DUvU‡U §UČUŨUúU V5'V)]V‡VĨVÂV×V!ōVW/WLW"[W$~WŖW*ģW(æWX"+X!NXpXˆX)žX%ČX-îXY5:YpY9YĘY9ęY$Z6Z%VZ |Z ZĢZ2ĮZ%úZ [&8[$_[„['Ą[É[3Ų[ \=&\+d\(\š\Ë\é\ ]]$(]M] m] Ž] ¯]Đ]6ī]&^,E^r^Û‘^m`‰`‘`™` Ą`Ž`Zĩ`tax…a"ūa(!b/Jb%zb+ bKĖbc7c2Gc/zc'Ēc*Ōc)ũc 'd'HdGpdK¸d7eM´o,ķoJ pLkpG¸p[q›\q&øqr,:r*gr"’r$ĩr#Úrūrs,:s%gss;Ēs(æs6t%Ft#ltt6¨t(ßt#u%,u0Ru'ƒu(Ģu$Ôu(ųu!"v@Dv)…v,¯v)Üv6w"=w)`w1Šw'ŧw$äw( x/2x9bx<œx+Ųx(y7.y\fy)Ãy0íy.z"Mz=pz:Žz<ézH&{'o{(—{VĀ{,|2D|"w|)š|GÄ|# }C0}/t}*¤}0Ī}D~#E~+i~P•~Eæ~Q,#~GĸEęŦ0€/Ũ€4 OBJ’%Ũ@‚ED‚VŠ‚9á‚FƒEbƒF¨ƒīƒ)„'1„Y„&i„ „5ą„ į„-õ„'#…BK…;Ž…&ʅTņ…6F†1}†1¯†1á†6‡+J‡v‡‘‡¯‡·í‡! ˆ%/ˆ.UˆE„ˆ(ʈ4ķˆ*(‰?S‰"“‰3ļ‰<ę‰c'ŠU‹ŠUáŠQ7‹^‰‹2č‹"Œ#>Œ1bŒ(”Œ5ŊŒķŒ13C9w!ą8Ķ ŽC"Ž:fŽ=ĄŽBߎ-"2P@ƒ&ďëGP7iSĄ\õĀR‘’ ¤’Œ&ã’D “8O“1ˆ“Eē“E”3F”2z”­”%Į”*í”*•,C•!p•’•Ē•&Į•*î•–6–,Q–~–•–'ŗ–ۖ@û–&<—cc—RĮ—+˜6F˜"}˜T ˜%õ˜6™<R™0™,Ā™í™2š&;š=bš& šĮšߚ ˙š* ›1K›B}›?Ā›2œ83œ3lœ- œ)Μ,øœ)%aO\ą-ž*<ž6gž%žžEĞ Ÿ'Ÿ9Ÿ XŸdeŸ ƟԟōŸMûŸ9I @ƒ ,Ä "ņ Ą 4Ą?Ą1QĄƒĄS–ĄęĄ.ĸP3ĸ„ĸ_ ĸ>Ŗ?Ŗ2SŖ†Ŗ(˜Ŗ'ÁŖéŖ¤!¤!2¤<T¤)‘¤"ģ¤!Ū¤ĨĨ*<Ĩ#gĨ‹Ĩ¤Ĩ(ˇĨ+āĨ Ļ2+Ļ.^ĻĻ ĒĻ)ËĻ!õϧ+3§"_§<‚§+ŋ§Fë§42¨Lg¨,´¨Iá¨+Š$?Š,dŠ+‘Š ŊŠ,ËŠ0øŠ+)ĒUĒBsĒ(ļĒßĒ+ûĒ'Ģ4?Ģ,tĢEĄĢ1įĢ#Ŧ=Ŧ%XŦ~Ŧ™ŦŠŦ*ĮŦōŦ ­)­E­"]­=€­!ž­:ā­+ŽŗA3ôMˇTû%K6´V‹ũŽ7Ā0bI†š˛T-ëâB€„Z×Ũã$ˆÂ į[v ķ.F&š°GQ{)^Ŗ¨Ė;ŦsÔ&]5@RqīgkåĄ:qWæĶ…Wõ}w¯"U)ōAO ø‡Ëŋ(d…rM#„\?ÛX ˙`;?Nvjl 't€KY1NfÁ>n27pRi¤nęm6ŸĮáu3-yļ÷‡î_*IP iuS|ܞ–OŲØd!<5JŒ ŠēsāĘĩģÕ2ė,éLú/[ŠVU_•xb'†8^9E+Č>Qxņ4 ֘‰”CĨÅt<ä‚9ŪŠmž4ĒDhƒe+‘írBD%1#Gf=|Ŋ8HŅ@‰Lo§owS*pP~a Éą:`ÎĢ}zyų0ŧ —ÆĐaÚlđ͜{jc­JZ]=cHCŽ/!\“ĪĻ$ĂX,ßk’öY ÃčE™ĸŒüŽFg›¸ˆŌ .heū"~‹(zƒ (invalid encoding)%.1f GB%.1f KB%.1f MB%s filetype%s type'%s' is not a valid character following a '<' character; it may not begin an element name'%s' is not a valid character following the characters '''%s' is not a valid name '%s' is not a valid name: '%c' (?R or (?[+-]digits must be followed by )) without opening (A bookmark for URI '%s' already existsAbstract unix domain socket addresses not supported on this systemAdded socket is closedApplication Options:Association creation not supported on win32Attribute '%s' of element '%s' not foundAttribute value must be non-NULLBackup file creation failedCan't copy directory over directoryCan't copy over directoryCan't copy special fileCan't create user MIME configuration folder %s: %sCan't create user application configuration folder %s: %sCan't create user desktop file %sCan't do a raw read in g_io_channel_read_line_stringCan't do a raw read in g_io_channel_read_to_endCan't find applicationCan't handle the supplied version the icon encodingCan't handle version %d of GEmblem encodingCan't handle version %d of GEmblemedIcon encodingCan't handle version %d of GFileIcon encodingCan't handle version %d of GThemedIcon encodingCan't move directory over directoryCan't open directoryCan't recursively copy directoryCan't rename file, filename already existCan't rename root directoryCancellable initialization not supportedCannot convert fallback '%s' to codeset '%s'Cannot parse double value '%s' for %sCannot parse integer value '%s' for %sCannot set permissions on symlinksCannot truncate GMemoryInputStreamChannel terminates in a partial characterCharacter out of range for UTF-16Character out of range for UTF-8Character reference '%-.*s' does not encode a permitted characterCharacter reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Connection in progressContaining mount does not existConversion from character set '%s' to '%s' is not supportedCould not allocate %lu bytes to read file "%s"Could not open converter from '%s' to '%s'Could not open converter from '%s' to '%s': %sCustom definition for %sDEFINE group contains more than one branchDesktop file didn't specify Exec fieldDocument ended unexpectedly after the equals sign following an attribute name; no attribute valueDocument ended unexpectedly inside a comment or processing instructionDocument ended unexpectedly inside an attribute nameDocument ended unexpectedly inside an element nameDocument ended unexpectedly inside an element-opening tag.Document ended unexpectedly inside the close tag for element '%s'Document ended unexpectedly just after an open angle bracket '<'Document ended unexpectedly while inside an attribute valueDocument ended unexpectedly with elements still open - '%s' was the last element openedDocument ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>Document must begin with an element (e.g. )Document was empty or contained only whitespaceDouble value '%s' for %s out of rangeElement '%s' was closed, but the currently open element is '%s'Element '%s' was closed, no element is currently openEmpty entity '&;' seen; valid entities are: & " < > 'Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Entity name '%-.*s' is not knownEnumerator is closedError accepting connection: %sError binding to address: %sError closing file: %sError closing socket: %sError closing unix: %sError connecting: Error connecting: %sError creating backup copy: %sError creating directory: %sError during conversion: %sError getting filesystem info: %sError launching application: %sError making symbolic link: %sError moving file: %sError on line %d char %d: Error on line %d: %sError opening directory '%s': %sError opening file '%s': %sError opening file: %sError parsing option %sError reading file '%s': %sError reading from file: %sError reading from unix: %sError receiving data: %sError receiving message: %sError removing file: %sError removing old backup link: %sError removing old file: %sError removing target file: %sError renaming file: %sError renaming temporary file: %sError resolving '%s'Error resolving '%s': %sError reverse-resolving '%s': %sError seeking in file: %sError sending data: %sError sending message: %sError setting SELinux context: %sError setting extended attribute '%s': %sError setting modification or access time: %sError setting owner: %sError setting permissions: %sError setting symlink: %sError setting symlink: file is not a symlinkError stating file '%s': %sError stating file descriptor: %sError trashing file: %sError truncating file: %sError while compiling regular expression %s at char %d: %sError while matching regular expression %s: %sError while optimizing regular expression %s: %sError while parsing replacement text "%s" at char %lu: %sError writing to file: %sError writing to unix: %sExisting file '%s' could not be removed: g_unlink() failed: %sExpected a GEmblem for GEmblemedIconExpecting 1 control message, got %dExpecting one fd, but got %d Failed to change to directory '%s' (%s)Failed to close file '%s': fclose() failed: %sFailed to create file '%s': %sFailed to create pipe for communicating with child process (%s)Failed to execute child process "%s" (%s)Failed to execute child process (%s)Failed to execute helper program (%s)Failed to expand exec line '%s' with URI '%s'Failed to fork (%s)Failed to fork child process (%s)Failed to get attributes of file '%s': fstat() failed: %sFailed to map file '%s': mmap() failed: %sFailed to open file '%s' for writing: fdopen() failed: %sFailed to open file '%s': %sFailed to open file '%s': fdopen() failed: %sFailed to open file '%s': open() failed: %sFailed to parse '%-.*s', which should have been a digit inside a character reference (ê for example) - perhaps the digit is too largeFailed to read data from child processFailed to read data from child process (%s)Failed to read enough data from child pid pipe (%s)Failed to read from child pipe (%s)Failed to read from file '%s': %sFailed to read the symbolic link '%s': %sFailed to redirect output or input of child process (%s)Failed to rename file '%s' to '%s': g_rename() failed: %sFailed to resize memory output streamFailed to write file '%s': fflush() failed: %sFailed to write file '%s': fsync() failed: %sFailed to write file '%s': fwrite() failed: %sFile "%s" is too largeFile enumerator has outstanding operationFile enumerator is already closedFile is emptyFile names cannot contain '%c'Filesystem rootGSocketControlMessage not supported on windowsHelp Options:Hostname '%s' contains '[' but not ']'Input stream doesn't implement readInteger value '%s' for %s out of rangeInteger value '%s' out of rangeInvalid GSeekType suppliedInvalid UTF-8 encoded text in name - not valid '%s'Invalid attribute type (byte string expected)Invalid attribute type (string expected)Invalid attribute type (uint32 expected)Invalid attribute type (uint64 expected)Invalid byte sequence in conversion inputInvalid extended attribute nameInvalid filenameInvalid filename %sInvalid group name: %sInvalid hostnameInvalid key name: %sInvalid program name: %sInvalid seek requestInvalid sequence in conversion inputInvalid socket, initialization failed due to: %sInvalid socket, not initializedInvalid string in argument vector at %d: %sInvalid string in environment: %sInvalid symlink value givenInvalid working directory: %sKey file contains escape character at end of lineKey file contains invalid escape sequence '%s'Key file contains key '%s' in group '%s' which has value that cannot be interpreted.Key file contains key '%s' which has a value that cannot be interpreted.Key file contains key '%s' which has value that cannot be interpreted.Key file contains key '%s' with value '%s' which is not UTF-8Key file contains line '%s' which is not a key-value pair, group, or commentKey file contains unsupported encoding '%s'Key file does not have group '%s'Key file does not have key '%s'Key file does not have key '%s' in group '%s'Key file does not start with a groupLeftover unconverted data in read bufferListener is already closedMalformed input data for GFileIconMalformed number of tokens (%d) in GEmblem encodingMalformed number of tokens (%d) in GEmblemedIcon encodingMalformed version number: %sMemory output stream not resizableMissing argument for %sMove between mounts not supportedNo MIME type defined in the bookmark for URI '%s'No application is registered as handling this fileNo application with name '%s' registered a bookmark for '%s'No bookmark found for URI '%s'No groups set in bookmark for URI '%s'No private flag has been defined in bookmark for URI '%s'No service record for '%s'No type for class name %sNo valid bookmark file found in data dirsNot a regular fileNot enough space for socket addressOdd character '%s', expected a '=' after attribute name '%s' of element '%s'Odd character '%s', expected a '>' character to end the empty-element tag '%s'Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute nameOdd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'Operation not supportedOperation was cancelledOutput stream doesn't implement writePCRE library is compiled without UTF8 properties supportPCRE library is compiled without UTF8 supportPOSIX collating elements are not supportedPOSIX named classes are supported only within a classPartial character sequence at end of inputQuoted text doesn't begin with a quotation markReached maximum data array limitReceived invalid fdSELinux context must be non-NULLSELinux is not enabled on this systemSeek not supported on streamSetting attribute %s not supportedShow all help optionsShow help optionsSocket is already closedSource stream is already closedStream doesn't support query_infoStream has outstanding operationStream is already closedSymbolic links not supportedTarget file existsTarget file is a directoryTarget file is not a regular fileTemplate '%s' doesn't contain XXXXXXTemplate '%s' invalid, should not contain a '%s'Temporarily unable to resolve '%s'Text ended before matching quote was found for %c. (The text was '%s')Text ended just after a '\' character. (The text was '%s')Text was empty (or contained only whitespace)The URI '%s' contains invalidly escaped charactersThe URI '%s' is invalidThe URI '%s' is not an absolute URI using the "file" schemeThe file was externally modifiedThe hostname of the URI '%s' is invalidThe local file URI '%s' may not include a '#'The pathname '%s' is not an absolute pathToo large count value passed to %sTrash not supportedTruncate not allowed on input streamTruncate not supported on streamType %s does not implement from_tokens() on the GIcon interfaceType %s does not implement the GIcon interfaceType %s is not classedURIs not supportedUnable to create socket: %sUnable to create trash dir %s: %sUnable to create trashing info file: %sUnable to find default local directory monitor typeUnable to find default local file monitor typeUnable to find or create trash directoryUnable to find terminal required for applicationUnable to find toplevel directory for trashUnable to get pending error: %sUnable to trash file: %sUnexpected attribute '%s' for element '%s'Unexpected early end-of-streamUnexpected error in g_io_channel_win32_poll() reading data from a child processUnexpected error in select() reading data from a child process (%s)Unexpected error in waitpid() (%s)Unexpected tag '%s' inside '%s'Unexpected tag '%s', tag '%s' expectedUnexpected type of ancillary dataUnknown error executing child process "%s"Unknown error on connectUnknown option %sUnknown protocol was specifiedUnknown typeUnmatched quotation mark in command line or other shell-quoted textUnnamedUnsupported socket addressUsage:Valid key file could not be found in search dirsValue '%s' cannot be interpreted as a boolean.Value '%s' cannot be interpreted as a float number.Value '%s' cannot be interpreted as a number.Waiting for socket condition: %sWrong number of tokens (%d)[OPTION...]\ at end of pattern\C not allowed in lookbehind assertion\c at end of pattern\g is not followed by a braced name or an optionally braced non-zero numberassertion expected after (?(association changes not supported on win32back references as conditions are not supported for partial matchingbacktracking limit reachedcase-changing escapes (\l, \L, \u, \U) are not allowed herecharacter value in \x{...} sequence is too largecode overflowconditional group contains more than two branchescorrupted objectcould not get local address: %scould not get remote address: %scould not listen: %screating GSocket from fd: %sdigit expecteddrive doesn't implement ejectdrive doesn't implement eject or eject_with_operationdrive doesn't implement polling for mediadrive doesn't implement startdrive doesn't implement stopfailed to get memoryhexadecimal digit expectedhexadecimal digit or '}' expectedillegal symbolic referenceinconsistent NEWLINE optionsinternal errorinternal error or corrupted objectinvalid combination of newline flagsinvalid condition (?(0)invalid escape sequence in character classlookbehind assertion is not fixed lengthmalformed \P or \p sequencemalformed number or name after (?(missing '<' in symbolic referencemissing ) after commentmissing terminating )missing terminating ] for character classmissing terminator in subpattern namemount doesn't implement content type guessingmount doesn't implement ejectmount doesn't implement eject or eject_with_operationmount doesn't implement remountmount doesn't implement synchronous content type guessingmount doesn't implement unmountmount doesn't implement unmount or unmount_with_operationnothing to repeatnumber too big in {} quantifiernumbers out of order in {} quantifieroctal value is greater than \377out of memoryoverran compiling workspacepreviously-checked referenced subpattern not foundrange out of order in character classrecursion limit reachedrecursive call could loop indefinitelyreference to non-existent subpatternregular expression too largerepeating a DEFINE group is not allowedstray final '\'subpattern name is too long (maximum 32 characters)symlink must be non-NULLthe pattern contains items not supported for partial matchingtoo many named subpatterns (maximum 10,000)two named subpatterns have the same nameunexpected repeatunfinished symbolic referenceunknown POSIX class nameunknown errorunknown escape sequenceunknown property name after \P or \punrecognized character after (?unrecognized character after (?<unrecognized character after (?Punrecognized character follows \volume doesn't implement ejectvolume doesn't implement eject or eject_with_operationvolume doesn't implement mountworkspace limit for empty substrings reachedzero-length symbolic referenceProject-Id-Version: glib Report-Msgid-Bugs-To: POT-Creation-Date: 2009-10-07 09:51-0400 PO-Revision-Date: 2009-09-06 14:20+0100 Last-Translator: Tomasz Dominikowski Language-Team: Polish MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2); X-Poedit-Language: Polish X-Poedit-Country: Poland (nieprawidłowe kodowanie)%.1f GB%.1f KB%.1f MBtyp pliku %styp %sZnak "%s" nie powinien występować po znaku "<"; nie moÅŧe on rozpoczynać nazwy elementuZnak "%s" nie jest znakiem, ktÃŗry moÅŧe pojawić się po sekwencji """%s" nie jest prawidłową nazwą "%s" nie jest prawidłową nazwą: "%c" po (?R lub (?[+-]cyfry musi następować znak )znak ")" bez znaku otwierającego "("Zakładka dla adresu URI "%s" juÅŧ istniejeAbstrakcyjne adresy gniazd domen Uniksa nie są obsługiwane w tym systemieDodane gniazdo jest zamknięteOpcje programu:Tworzenie skojarzeń nie jest obsługiwane w win32Nie odnaleziono atrybutu "%s" dla elementu "%s"Wartość atrybutu nie moÅŧe być pustaNie moÅŧna utworzyć kopii zapasowej plikuNie moÅŧna skopiować katalogu na katalogNie moÅŧna skopiować na katalogNie moÅŧna skopiować pliku specjalnegoNie moÅŧna utworzyć katalogu uÅŧytkownika dla konfiguracji MIME %s: %sNie moÅŧna utworzyć katalogu uÅŧytkownika dla konfiguracji programu %s: %sNie moÅŧna utworzyć pliku .desktop dla uÅŧytkownika %sNie moÅŧna wykonać surowego odczytu w zmiennej g_io_channel_read_line_stringNie moÅŧna wykonać surowego odczytu w zmiennej g_io_channel_read_to_endNie moÅŧna odnaleÅēć programuNie moÅŧna obsłuÅŧyć podanej wersji kodowania ikonyNie moÅŧna obsłuÅŧyć wersji %d kodowania GEmblemNie moÅŧna obsłuÅŧyć wersji %d kodowania GEmblemedIconNie moÅŧna obsłuÅŧyć wersji %d kodowania GFileIconNie moÅŧna obsłuÅŧyć wersji %d kodowania GThemedIconNie moÅŧna przenieść katalogu na katalogNie moÅŧna otworzyć kataloguNie moÅŧna skopiować katalogu rekurencyjnieNie moÅŧna zmienić nazwy pliku, plik o takiej nazwie juÅŧ istniejeNie moÅŧna zmienić nazwy katalogu gÅ‚ÃŗwnegoZainicjowanie, ktÃŗre moÅŧna anulować nie jest obsługiwaneNie moÅŧna przekonwertować napisu zastępczego "%s" na zestaw znakÃŗw "%s"Nie moÅŧna przetworzyć podwÃŗjnej wartości liczbowej "%s" dla %sNie moÅŧna przetworzyć wartości całkowitej "%s" dla %sNie moÅŧna ustawić uprawnień na dowiązaniach symbolicznychNie moÅŧna skrÃŗcić GMemoryInputStreamNa końcu kanału występuje sekwencja odpowiadająca części znakuZnak jest poza zakresem dla UTF-16Znak jest poza zakresem dla UTF-8Odniesienie do znaku "%-.*s" nie jest zapisem dozwolonego znakuOdniesienie do znaku nie jest zakończone średnikiem; najprawdopodobniej został uÅŧyty znak &, ktÃŗry nie miał oznaczać jednostki - naleÅŧy go zapisać jako &Trwa połączenieNie istnieje zawierające montowanieKonwersja z zestawu znakÃŗw "%s" na zestaw "%s" nie jest obsługiwanaNie moÅŧna przydzielić %lu bajtÃŗw do odczytu pliku "%s"Nie moÅŧna otworzyć konwertera z "%s" na "%s"Nie moÅŧna otworzyć konwertera z "%s" na "%s": %sWłasna definicja dla %sgrupa DEFINE zawiera więcej niÅŧ jedną gałąÅēPlik .desktop nie określa pola ExecNastąpił nieoczekiwany koniec dokumentu po znaku rÃŗwności występującym po nazwie atrybutu; brak wartości atrybutuNastąpił nieoczekiwany koniec dokumentu wewnątrz komentarza lub instrukcji przetwarzaniaNastąpił nieoczekiwany koniec dokumentu wewnątrz nazwy atrybutuNastąpił nieoczekiwany koniec dokumentu wewnątrz nazwy elementuNastąpił nieoczekiwany koniec dokumentu wewnątrz znacznika otwierającego element.Nastąpił nieoczekiwany koniec dokumentu wewnątrz znacznika domykającego elementu "%s"Zaraz po znaku "<" nastąpił nieoczekiwany koniec dokumentuNastąpił nieoczekiwany koniec dokumentu wewnątrz wartości atrybutuNastąpił nieoczekiwany koniec dokumentu, gdy pewne elementy są wciąÅŧ otwarte - "%s" był ostatnim otwartym elementemNastąpił nieoczekiwany koniec dokumentu; oczekiwano znaku ">", kończącego znacznik <%s/>Dokument musi rozpoczynać się jakimś elementem (np. )Dokument jest pusty lub zawiera tylko spacjePodwÃŗjna wartość liczbowa "%s" dla %s jest spoza dopuszczalnego zakresuElement "%s" został zamknięty, lecz aktualnie otwartym elementem jest "%s"Element "%s" został zamknięty, lecz brak aktualnie otwartego elementuNapotkano pustą jednostkę "&;"; poprawnymi jednostkami są: & " < > 'Jednostka nie jest zakończona średnikiem; najprawdopodobniej został uÅŧyty znak &, ktÃŗry nie miał oznaczać jednostki - naleÅŧy go zapisać jako &Nazwa jednostki "%-.*s" nie jest znanaEnumerator jest zamkniętyBłąd podczas akceptowania połączenia: %sBłąd podczas dowiązywania do adresu: %sBłąd podczas zamykania pliku: %sBłąd podczas zamykania gniazda: %sBłąd podczas zamykania Uniksa: %sBłąd podczas łączenia: Błąd podczas połączenia: %sBłąd podczas tworzenia kopii zapasowej: %sBłąd podczas tworzenia katalogu: %sBłąd podczas konwersji: %sBłąd podczas pobierania informacji o systemie plikÃŗw: %sBłąd podczas uruchamiania programu: %sBłąd podczas tworzenia dowiązania symbolicznego: %sBłąd podczas przenoszenia pliku: %sBłąd w wierszu %d przy znaku %d: Błąd w wierszu %d: %sWystąpił błąd podczas otwierania katalogu "%s": %sBłąd podczas otwierania pliku "%s": %sBłąd podczas otwierania pliku: %sBłąd podczas przetwarzania opcji %sWystąpił błąd podczas odczytu pliku "%s": %sBłąd podczas odczytywania z pliku: %sBłąd podczas odczytywania z Uniksa: %sBłąd podczas pobierania danych: %sBłąd podczas pobierania komunikatu: %sBłąd podczas usuwania pliku: %sBłąd podczas usuwania odnośnika do starej kopii zapasowej: %sBłąd podczas usuwania starego pliku: %sBłąd podczas usuwania pliku docelowego: %sBłąd podczas zmieniania nazwy pliku: %sBłąd podczas zmieniania nazwy pliku tymczasowego: %sBłąd podczas rozwiązywania "%s"Wystąpił błąd rozwiązywania "%s": %sBłąd podczas odwrotnego rozwiązywania "%s": %sBłąd podczas wyszukiwania w pliku: %sBłąd podczas wysyłania danych: %sBłąd podczas wysyłania komunikatu: %sBłąd podczas ustawiania kontekstu SELinux: %sBłąd podczas ustawiania rozszerzonego atrybutu "%s": %sBłąd podczas ustawiania czasu modyfikacji lub dostępu: %sBłąd podczas ustawiania właściciela: %sBłąd podczas ustawiania uprawnień: %sBłąd podczas ustawiania dowiązania symbolicznego: %sBłąd podczas ustawiania dowiązania symbolicznego: plik nie jest dowiązaniem symbolicznymBłąd podczas wyznaczania pliku "%s": %sBłąd podczas wyznaczania deskryptora pliku: %sBłąd podczas przenoszenia pliku do kosza: %sBłąd podczas skracania pliku: %sBłąd kompilacji wyraÅŧenia regularnego %s przy znaku %d: %sBłąd podczas dopasowywania wyraÅŧenia regularnego %s: %sBłąd podczas optymalizowania wyraÅŧenia regularnego %s: %sBłąd podczas przetwarzania tekstu zastępczego "%s" przy znaku %lu: %sBłąd podczas zapisywania do pliku: %sBłąd podczas zapisywania do Uniksa: %sNie moÅŧna usunąć istniejącego pliku "%s": funkcja g_unlink() zwrÃŗciła błąd: %sOczekiwano obiektu GEmblem dla GEmblemedIconOczekiwano jeden komunikat kontrolny, otrzymano %dOczekiwano jedno fd, otrzymano %d Nie moÅŧna zmienić katalogu na "%s" (%s)Nie moÅŧna zamknąć pliku "%s": funkcja fclose() zwrÃŗciła błąd: %sNie moÅŧna utworzyć pliku "%s": %sNie moÅŧna utworzyć potoku do komunikacji z procesem potomnym (%s)Nie moÅŧna wykonać procesu potomnego "%s" (%s)Nie moÅŧna wykonać procesu potomnego (%s)Nie moÅŧna uruchomić programu pomocniczego (%s)Rozwinięcie wiersza exec "%s" z adresem URI "%s" nie powiodło sięNie moÅŧna rozdzielić procesu (%s)Nie moÅŧna utworzyć procesu potomnego (%s)Nie moÅŧna uzyskać atrybutÃŗw pliku "%s": funkcja fstat() zwrÃŗciła błąd: %sNie moÅŧna zmapować pliku "%s": funkcja mmap() zwrÃŗciła błąd: %sNie moÅŧna otworzyć pliku "%s" do zapisu: funkcja fdopen() zwrÃŗciła błąd: %sNie moÅŧna otworzyć pliku "%s": %sNie moÅŧna otworzyć pliku "%s": funkcja fdopen() zwrÃŗciła błąd: %sNie moÅŧna otworzyć pliku "%s": funkcja open() zwrÃŗciła błąd: %sNie moÅŧna przetworzyć znaku "%-.*s", w miejscu ktÃŗrego powinna wystąpić liczba, będąca częścią odniesienia do znaku (np. ê) - być moÅŧe liczba jest za duÅŧaNie moÅŧna odczytać danych z procesu potomnegoNie moÅŧna odczytać danych z procesu potomnego (%s)Nie moÅŧna odczytać odpowiedniej liczby danych z potoku procesu potomnego (%s)Nie moÅŧna odczytać danych z potoku łączącego z procesem potomnym (%s)Nie moÅŧna odczytać z pliku "%s": %sNiepowodzenie podczas odczytu dowiązania symbolicznego "%s": %sNie moÅŧna przekierować wejścia lub wyjścia procesu potomnego (%s)Nie moÅŧna zmienić nazwy pliku "%s" na "%s": funkcja g_rename() zwrÃŗciła błąd: %sNie moÅŧna zmienić rozmiaru potoku wyjściowego pamięciNie moÅŧna zapisać pliku "%s": funkcja fflush() zwrÃŗciła błąd: %sNie moÅŧna zapisać pliku "%s": funkcja fsync() zwrÃŗciła błąd: %sNie moÅŧna zapisać pliku "%s": funkcja fwrite() zwrÃŗciła błąd: %sPlik "%s" jest za duÅŧyEnumerator plikÃŗw ma zaległe działanieEnumerator plikÃŗw jest juÅŧ zamkniętyPlik jest pustyNazwy plikÃŗw nie mogą zawierać "%c"Katalog gÅ‚Ãŗwny systemu plikÃŗwGSocketControlMessage nie jest obsługiwane w WindowsOpcje pomocy:Nazwa komputera "%s" zawiera "[", ale nie "]"Potok wejściowy nie obsługuje odczytuWartość całkowita "%s" dla %s jest spoza dopuszczalnego zakresuWartość całkowita "%s" jest spoza dopuszczalnego zakresuPodano nieprawidłowy obiekt GSeekTypeNazwa zawiera nieprawidłowy tekst zakodowany za pomocą UTF-8 - nieprawidłowe "%s"Nieprawidłowy typ atrybutu (oczekiwano "byte string")Nieprawidłowy typ atrybutu (oczekiwano "string")Nieprawidłowy typ atrybutu (oczekiwano "uint32")Nieprawidłowy typ atrybutu (oczekiwano "uint64")Nieprawidłowa sekwencja bajtÃŗw na wejściu konwersjiNieprawidłowa nazwa rozszerzonego atrybutuNieprawidłowa nazwa plikuNieprawidłowa nazwa pliku %sNieprawidłowa nazwa grupy: %sNieprawidłowa nazwa komputeraNieprawidłowa nazwa klucza: %sNieprawidłowa nazwa programu: %sNieprawidłowe Åŧądanie wyszukiwaniaNieprawidłowa sekwencja na wejściu konwersjiNieprawidłowe gniazdo, zainicjowanie nie powiodło się z powodu: %sNieprawidłowe gniazdo, nie zainicjowanoNieprawidłowy ciąg w wektorze parametrÃŗw w %d: %sNieprawidłowa sekwencja w środowisku: %sWprowadzono nieprawidłową wartość dowiązania symbolicznegoNieprawidłowy katalog roboczy: %sPlik klucza zawiera znak sterujący na końcu liniiPlik klucza zawiera niepoprawną sekwencję sterującą "%s"Plik klucza zawiera klucz "%s" w grupie "%s", ktÃŗra ma wartość niemoÅŧliwą do zinterpretowania.Plik klucza zawiera klucz "%s", ktÃŗry ma wartość niemoÅŧliwą do zinterpretowania.Plik klucza zawiera klucz "%s", ktÃŗry ma wartość niemoÅŧliwą do zinterpretowania.Plik klucza zawiera klucz "%s" o wartości "%s", ktÃŗra nie jest zapisana w UTF-8Plik klucza zawiera wiersz "%s", ktÃŗry nie jest parą klucz-wartość, grupą lub komentarzemPlik klucza zawiera nieobsługiwane kodowanie "%s"Plik klucza nie zawiera grupy "%s"Plik klucza nie zawiera klucza "%s"Plik klucza nie zawiera klucza "%s" w grupie "%s"Plik klucza nie rozpoczyna się od grupyW buforze odczytu pozostały nieprzekonwertowane daneNasłuch jest juÅŧ zamkniętyBłędny format danych wejściowych dla GFileIconBłędna liczba elementÃŗw (%d) w kodowaniu GEmblemBłędna liczba elementÃŗw (%d) w kodowaniu GEmblemedIconBłędny format numeru wersji: %sPotok wyjściowy pamięci nie obsługuje zmiany rozmiaruBrak parametru dla %sPrzenoszenie między zamontowanymi udziałami nie jest obsługiwaneNie zdefiniowano typu MIME w zakładce dla adresu URI "%s"Åģaden program nie jest zarejestrowany do obsługi tego plikuÅģaden program o nazwie "%s" nie zarejestrował zakładki dla "%s"Nie odnaleziono zakładki dla adresu URI "%s"Nie ustawiono grup w zakładce dla adresu URI "%s"Nie zdefiniowano prywatnej flagi w zakładce dla adresu URI "%s"Nie odnaleziono wpisu usługi dla "%s"Brak typu dla nazwy klasy %sNie moÅŧna odnaleÅēć prawidłowego pliku zakładek w katalogach danychTo nie jest zwykły plikBrak wystarczającej ilości miejsca dla adresu gniazdaNieoczekiwany znak "%s"; po nazwie atrybutu "%s" elementu "%s" oczekiwano znaku "="Nieoczekiwany znak "%s", oczekiwano znaku ">", by zakończyć znacznik "%s" pustego elementuNieoczekiwany znak "%s"; oczekiwano znaku ">" lub "/", kończącego znacznik początkowy elementu "%s" lub opcjonalnie atrybutu; być moÅŧe w nazwie atrybutu został uÅŧyty nieprawidłowy znakNieoczekiwany znak "%s"; oczekiwano otwierającego znaku cudzysłowu po znaku rÃŗwności podczas podawania wartości atrybutu "%s" elementu "%s"Działanie nie jest obsługiwaneDziałanie zostało anulowanePotok wyjściowy nie obsługuje zapisuBiblioteka PCRE została skompilowana bez obsługi własności UTF-8Biblioteka PCRE została skompilowana bez obsługi UTF-8elementy porÃŗwnujące POSIX nie są obsługiwaneKlasy nazwane z uÅŧyciem POSIX są obsługiwane tylko wewnątrz klasyNa końcu wejścia występuje sekwencja odpowiadająca części znakuCytowany znak nie rozpoczyna się znakiem cytowaniaOsiągnięto maksymalne ograniczenie zbioru danychPobrano nieprawidłowe fdKontekst SELinux nie moÅŧe być pustySELinux nie jest włączony w tym systemieSzukanie nie jest obsługiwane przez potokUstawianie atrybutu %s nie jest obsługiwaneWyświetla wszystkie opcje pomocyWyświetla opcje pomocyGniazdo jest juÅŧ zamkniętePotok ÅērÃŗdłowy jest juÅŧ zamkniętyPotok nie obsługuje działania query_infoPotok ma zaległe działaniePotok jest juÅŧ zamkniętyDowiązania symboliczne nie są obsługiwanePlik docelowy istniejePlik docelowy jest katalogiemPlik docelowy nie jest zwykłym plikiemSzablon "%s" nie zawiera XXXXXXSzablon "%s" jest nieprawidłowy, nie powinien on zawierać "%s"Nie moÅŧna tymczasowo rozwiązać "%s"Tekst zakończył się przed odnalezieniem domykającego znaku cytowania dla %c (tekstem jest "%s")Tekst zakończył się bezpośrednio po znaku "\" (wartością tekstu było "%s").Tekst jest pusty (lub zawiera tylko spacje)Adres URI "%s" zawiera nieprawidłowe znaki sterująceAdres URI "%s" jest nieprawidłowyAdres URI "%s" nie jest bezwzględnym adresem URI, uÅŧywającym schematu "plikowego"Plik został zmieniony poza programemNazwa komputera w adresie URI "%s" jest nieprawidłowaAdres URI lokalnego pliku "%s" nie moÅŧe zawierać znaku "#"ŚcieÅŧka "%s" nie jest ścieÅŧką bezwzględnąZa duÅŧa wartość licznika przekazana do %sKosz nie jest obsługiwanySkracanie nie jest dozwolone na potoku wejściowymSkracanie nie jest dozwolone na potokuTyp %s nie obsługuje metody from_tokens() z interfejsu GIconTyp %s nie obsługuje interfejsu GIconTyp %s nie jest klasowyAdresy URI nie są obsługiwaneNie moÅŧna utworzyć gniazda: %sNie moÅŧna utworzyć katalogu kosza %s: %sNie moÅŧna utworzyć pliku informacji o koszu: %sNie moÅŧna odnaleÅēć domyślnego typu monitora katalogu lokalnegoNie moÅŧna odnaleÅēć domyślnego typu monitora pliku lokalnegoNie moÅŧna odnaleÅēć lub utworzyć katalogu koszaNie moÅŧna odnaleÅēć terminala wymaganego przez programNie moÅŧna odnaleÅēć gÅ‚Ãŗwnego katalogu dla koszaNie moÅŧna uzyskać oczekującego błędu: %sNie moÅŧna przenieść pliku do kosza: %sNieoczekiwany atrybut "%s" dla elementu "%s"Nieoczekiwany, przedwczesny koniec potokuPodczas odczytu danych z procesu potomnego w g_io_channel_win32_poll() wystąpił nieznany błądNieoczekiwany błąd w funkcji select() podczas odczytywania danych z procesu potomnego (%s)Nieoczekiwany błąd w funkcji waitpit() (%s)Nieoczekiwany znacznik "%s" wewnątrz "%s"Nieoczekiwany znacznik "%s", oczekiwano znacznika "%s"Nieoczekiwany typ podrzędnych danychPodczas wykonywania procesu potomnego "%s" wystąpił nieznany błądNieznany błąd połączeniaNieznana opcja %sOkreślono nieznany protokÃŗÅ‚Nieznany typW wierszu poleceń lub innym napisie cytowanym jak w powłoce wystąpił niesparowany znak cytowaniaBez nazwyNieobsługiwany adres gniazdaUÅŧycie:Nie moÅŧna odnaleÅēć prawidłowego pliku klucza w przeszukiwanych katalogachNie moÅŧna zinterpretować "%s" jako wartości logicznej.Nie moÅŧna zinterpretować "%s" jako liczby zmiennoprzecinkowej.Nie moÅŧna zinterpretować "%s" jako liczby.Oczekiwanie na warunek gniazda: %sBłędna liczba elementÃŗw (%d)[OPCJA...]\ na końcu wzoruznak \C nie jest dozwolony w asercji "lookbehind"\c na końcu wzorupo \g nie następuje nazwa w nawiasach lub opcjonalna, niezerowa liczba w nawiasachza (?( oczekiwano asercjizmiany skojarzeń nie są obsługiwane w win32referencje wstecz jako warunki nie są obsługiwane w dopasowywaniu częściowymosiągnięto limit wyjątkuznaki sterujące zmieniające wielkość liter (\l, \L, \u, \U) nie są dozwolone w tym miejscuwartość typu "character" w sekwencji \x{...} jest zbyt duÅŧaprzepełnienie koduzaleÅŧna grupa zawiera więcej niÅŧ dwie gałęzieuszkodzony obiektnie moÅŧna uzyskać lokalnego adresu: %snie moÅŧna uzyskać zdalnego adresu: %snie moÅŧna nasłuchiwać: %stworzenie GSocket z fd: %soczekiwano cyfrynapęd nie obsługuje wysunięcianapęd nie obsługuje wysunięcia lub "eject_with_operation"napęd nie obsługuje wykrywania nośnikanapęd nie obsługuje rozpoczęcianapęd nie obsługuje zatrzymanianie moÅŧna uzyskać pamięcioczekiwano cyfry szesnastkowejoczekiwano cyfry szesnastkowej lub znaku }niedozwolona referencja symbolicznaniespÃŗjne opcje NEWLINEbłąd wewnętrznybłąd wewnętrzny lub uszkodzony obiektnieprawidłowa kombinacja flag nowych liniinieprawidłowy warunek "(?(0)"nieprawidłowa sekwencja sterująca w klasie znakuasercja "lookbehind" nie ma stałej długościbłędna sekwencja \P lub \pbłędna liczba lub nazwa za (?(brak znaku "<" w odniesieniu symbolicznymbrakujący znak ")" po komentarzubrak znaku kończącego ")"brak kończącego znaku "]" dla klasy znakubrak terminatora w nazwie podwzorumontowany obiekt nie obsługuje rozpoznania typu zawartościmontowany obiekt nie obsługuje wysunięciamontowany obiekt nie obsługuje wysunięcia lub "eject_with_operation"montowany obiekt nie obsługuje ponownego montowaniamontowany obiekt nie obsługuje synchronicznego rozpoznania typu zawartościmontowany obiekt nie obsługuje odmontowaniamontowany obiekt nie obsługuje odmontowania lub "unmount_with_operation"nic do powtÃŗrzenialiczba za duÅŧa w kwantyfikatorze {}liczby w operatorze {} nie są w kolejnościwartość Ãŗsemkowa jest większa niÅŧ \377brak pamięciprzekroczono przestrzeń roboczą kompilacjinie znaleziono wcześniej sprawdzonego podwzorcazakres klasy znakÃŗw nie jest w kolejnościosiągnięto limit rekurencjiwywołanie rekurencyjne mogło prowadzić do pętli nieskończonejnawiązanie do nieistniejącego podwzoruza duÅŧe wyraÅŧenie zwykłepowtarzanie grupy DEFINE nie jest dozwolonepominięto końcowe '\'nazwa podwzoru jest za długa (maksymalnie 32 znaki)dowiązanie symboliczne nie moÅŧe być pustewzorzec zawiera elementy nieobsługiwane w dopasowywaniu częściowymza duÅŧo nazwanych podwzorÃŗw (maksymalnie 10000)dwa podwzory mają tę samą nazwęnieoczekiwane powtÃŗrzenieniezakończona referencja symbolicznanieznana nazwa klasy POSIXnieznany błądnieznana sekwencja sterującanieznana nazwa właściwości za \P lub \pnierozpoznany znak po "(?"nierozpoznany znak po "(?<"nierozpoznany znak po "(?P"nierozpoznany znak po \wolumin nie obsługuje wysunięciawolumin nie obsługuje wysunięcia lub "eject_with_operation"wolumin nie obsługuje montowaniaosiągnięto limit pustych ciągÃŗw w przestrzeni roboczejreferencja symboliczna o zerowej długości./glib-2.22.2-i686/usr/share/locale/yi/0000755000000000000000000000000011271167004015633 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/yi/LC_MESSAGES/0000755000000000000000000000000011271167004017420 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/yi/LC_MESSAGES/glib20.mo0000644000000000000000000003302411271166637021051 0ustar rootrootŪ•H\aœ Y!_{aÛ4=/r,ĸ)Ī!ų ž<;Û. aF F¨ 4ī 2$ :W A’ @Ô ; WQ WŠ 1 /3 ?c 5Ŗ IŲ ‘# ĩ Ņ æ '#K?j)Ē$Ôų! 9/i-†&´+Û3#;!_8)ēä$õ(LC°zA*ŧ/į0FH:-Ę2ø+'C-k)™OÃC"W*zCĨ0éŦ¸Į €W!RyeĖP2<ƒ;Ā üY UdĘ睅†5„ŧ‹A›Ípi ˆÚ ĩc!Š"\Ã"^ #t#gô#n\$íË$<š%)ö%@ &6a&I˜&0â&t'Qˆ'LÚ'/'(HW(y (4)\O)MŦ)]ú)^X*Dˇ*0ü*Š-+l¸+1%,[W,hŗ,ĸ-Eŋ-Å/_Ë/Y+0J…0ŸĐ0Šp1cû1Y_2'š2Oá2W13E‰3–Ī3f4Cč4g,5”524: +%&!E1)  7?B#="*A H G(D5839F>; $'0<-C./,6@'%s' is not a valid character following a '<' character; it may not begin an element name'%s' is not a valid character following the characters ''Can't do a raw read in g_io_channel_read_line_stringCan't do a raw read in g_io_channel_read_to_endCannot convert fallback '%s' to codeset '%s'Channel terminates in a partial characterCharacter out of range for UTF-16Character out of range for UTF-8Character reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Conversion from character set '%s' to '%s' is not supportedCould not allocate %lu bytes to read file "%s"Document ended unexpectedly after the equals sign following an attribute name; no attribute valueDocument ended unexpectedly inside a comment or processing instructionDocument ended unexpectedly inside an attribute nameDocument ended unexpectedly inside an element nameDocument ended unexpectedly inside an element-opening tag.Document ended unexpectedly inside the close tag for element '%s'Document ended unexpectedly just after an open angle bracket '<'Document ended unexpectedly while inside an attribute valueDocument ended unexpectedly with elements still open - '%s' was the last element openedDocument ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>Document must begin with an element (e.g. )Document was empty or contained only whitespaceElement '%s' was closed, but the currently open element is '%s'Element '%s' was closed, no element is currently openEmpty entity '&;' seen; valid entities are: & " < > 'Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Error during conversion: %sError on line %d: %sError opening directory '%s': %sError reading file '%s': %sFailed to change to directory '%s' (%s)Failed to create file '%s': %sFailed to create pipe for communicating with child process (%s)Failed to execute child process "%s" (%s)Failed to execute child process (%s)Failed to fork (%s)Failed to fork child process (%s)Failed to get attributes of file '%s': fstat() failed: %sFailed to open file '%s': %sFailed to open file '%s': fdopen() failed: %sFailed to read data from child processFailed to read data from child process (%s)Failed to read enough data from child pid pipe (%s)Failed to read from child pipe (%s)Failed to read from file '%s': %sFailed to redirect output or input of child process (%s)Invalid byte sequence in conversion inputInvalid hostnameInvalid sequence in conversion inputLeftover unconverted data in read bufferOdd character '%s', expected a '=' after attribute name '%s' of element '%s'Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute nameOdd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'Partial character sequence at end of inputQuoted text doesn't begin with a quotation markTemplate '%s' invalid, should not contain a '%s'Text ended before matching quote was found for %c. (The text was '%s')Text ended just after a '\' character. (The text was '%s')Text was empty (or contained only whitespace)The URI '%s' contains invalidly escaped charactersThe URI '%s' is invalidThe hostname of the URI '%s' is invalidThe local file URI '%s' may not include a '#'The pathname '%s' is not an absolute pathUnexpected error in g_io_channel_win32_poll() reading data from a child processUnexpected error in select() reading data from a child process (%s)Unexpected error in waitpid() (%s)Unknown error executing child process "%s"Unmatched quotation mark in command line or other shell-quoted textProject-Id-Version: 1.0 Report-Msgid-Bugs-To: POT-Creation-Date: 2009-10-07 09:51-0400 PO-Revision-Date: 2003-03-19 Last-Translator: Raphael Finkel Language-Team: Yiddish MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit '%s' איך ניט קמן ל×ĸקסיק×ĸר שריפÖŋט×Ļײכן נאָך א֡ 'â€Ē<â€Ŧ' שריפÖŋט×Ļײכן;×ĸץ טאָר ניט אָנהײבן קמן אײנסנאָמ×ĸן'%s' איז ניט קמן ל×ĸקסיק×ĸר שריפÖŋט×Ļײכן נאָך די שריפÖŋט×Ļײכנס 'â€Ēâ€Ŧ'ניט ג×ĸ×§×ĸנט מאַכן א֡ רױ־לײ×ĸן אין g_io_channel_read_line_stringניט ג×ĸ×§×ĸנט מאַכן א֡ רױ־לײ×ĸן אין g_io_channel_read_to_endניט ג×ĸ×§×ĸנט פÖŋאַרװאַנדל×ĸן גרונטבאַטר×ĸ×Ŗ %s ×Ļו קאָדירונג %sקא֎נא֎ל ×ĸנדיקט זיך מיט א֡ האַלבן שריפÖŋט×ĻײכןשריפÖŋט×Ļײכן ניט אין ד×ĸר UTFÖž16 גאַמ×ĸשריפÖŋט×Ļײכן ניט אין ד×ĸר UTFÖž8 גאַמ×ĸשריפÖŋט×Ļײכן־ר×ĸפÖŋ×ĸר×ĸ× ×Ĩ האָט זיך ניט ג×ĸ×ĸנדיקט מיט קמן ";". מס×ĒÖŧמא האָט מ×ĸן ג×ĸשריבן א֎ן & שריפÖŋט×Ļײכן אָן ד×ĸר כÖŧװנה אָנ×Ļוהײבן א֎ן אײנץ. נאָרמאַליר & װי &פÖŋאַרװאַנדלונג פÖŋון קאָדירונג %s ×Ļו %s ניט ג×ĸשטי×Ļטניט ג×ĸ×§×ĸנט אױסטײלן %lu אַכט×ĸל×ĸך ×Ļו למ×ĸ× ×ĸן ט×ĸ×§×ĸ %sדאָקומ×ĸנט ×ĸנדיקט זיך אומג×ĸריכט×ĸרהײט נאָך ד×ĸם '=' שריפÖŋט×Ļײכן נאָך א֎ן אַטריבוט־נאָמ×ĸן אָן קמן אַטריבוט־באַטר×ĸ×Ŗ×“×Ö¸×§×•×ž×ĸנט ×ĸנדיקט זיך אומג×ĸריכט×ĸרהײט אין דרינ×ĸן פÖŋון א֡ קאָמ×ĸנטא֡ר אָד×ĸר א֡ באַאַרב×ĸטן־באַפÖŋ×ĸלדאָקומ×ĸנט ×ĸנדיקט זיך אומג×ĸריכט×ĸרהײט אין דרינ×ĸן פÖŋון א֎ן אַטריבוט־נאָמ×ĸןדאָקומ×ĸנט ×ĸנדיקט זיך אומג×ĸריכט×ĸרהײט אין דרינ×ĸן פÖŋון א֎ן ×ĸל×ĸמ×ĸנט־נאָמ×ĸןדאָקומ×ĸנט ×ĸנדיקט זיך אומג×ĸריכט×ĸרהײט אין דרינ×ĸן פÖŋון א֎ן ×ĸל×ĸמ×ĸנט֞×ĸפÖŋן ה×ĸנטלדאָקומ×ĸנט ×ĸנדיקט זיך אומג×ĸריכט×ĸרהײט אין דרינ×ĸן פÖŋון ד×ĸם שלאָס־ה×ĸנטל פÖŋון ×ĸל×ĸמ×ĸנט '%s'דאָקומ×ĸנט ×ĸנדיקט זיך אומג×ĸריכט×ĸרהײט נאָך א֎ן ×ĸפÖŋן־×Ļײכן 'â€Ē<â€Ŧ'דאָקומ×ĸנט ×ĸנדיקט זיך אומג×ĸריכט×ĸרהײט אין דרינ×ĸן פÖŋון א֎ן אַטריבוט־באַטר×ĸ×Ŗ×“×Ö¸×§×•×ž×ĸנט ×ĸנדיקט זיך אומג×ĸריכט×ĸרהײט מיט אָפÖŋ×ĸ× ×ĸ ×ĸל×ĸמ×ĸנטן; '%s' איז ג×ĸ×°×ĸן ד×ĸר ל×ĸ×Ļט־ג×ĸ×ĸפÖŋנט×ĸר ×ĸל×ĸמ×ĸנטדאָקומ×ĸנט ×ĸנדיקט זיך אומג×ĸריכט×ĸרהײט; ד×ĸרװא֡רט א֡ שלאָס־×Ļײכן 'â€Ē>â€Ŧ' ×Ļו ×ĸנדיקן ד×ĸם ה×ĸנטל â€Ē<%s/>â€Ŧדאָקומ×ĸנט מוז אָנהײבן מיט א֎ן ×ĸל×ĸמ×ĸנט (װי למשל )דאָקומ×ĸנט איז פÖŧוסט אָד×ĸר איז כÖŧולל בלױז לײדיק אָרט×ĸל×ĸמ×ĸנט '%s' איז פÖŋאַרמאַכט; ד×ĸר אי×Ļטיק×ĸר אָפÖŋ×ĸ× ×ĸר ×ĸל×ĸמ×ĸנט איז '%s'×ĸל×ĸמ×ĸנט '%s' איז פÖŋאַרמאַכט; קמן ×ĸל×ĸמ×ĸנט איז ד×ĸ׍װמ֎ל אָפÖŋןלײדיק×ĸר אײנץ '&;' ג×ĸז×ĸן; ל×ĸקסיק×ĸ אײנסן זײַנ×ĸן: & " < > 'אײנץ האָט זיך ניט ג×ĸ×ĸנדיקט מיט קמן ";". מס×ĒÖŧמא האָט מ×ĸן ג×ĸשריבן א֎ן & שריפÖŋט×Ļײכן אָן ד×ĸר כÖŧװנה אָנ×Ļוהײבן א֎ן אײנץ. נאָרמאַליר & װי &דורכפÖŋא֎ל בש×ĸ×Ē ×¤Öŋאַרװאַנדלונג: %sדורכפÖŋא֎ל ××ą×Ŗ שורה %d: %sדורכפÖŋא֎ל אין ×ĸפÖŋ×ĸ× ×ĸן פÖŧא֡פÖŧ×§×ĸ %s: %sדורכפÖŋא֎ל אין למ×ĸ× ×ĸן ט×ĸ×§×ĸ %s: %sדורכפÖŋא֎ל אין זיך ×§×ĸרן ×Ļו פÖŧא֡פÖŧ×§×ĸ '%s' (%s)ניט ג×ĸ×§×ĸנט ׊א֡פÖŋן ט×ĸ×§×ĸ %s: %sדורכפÖŋא֎ל אין ׊א֡פÖŋן ר×ĸר ×Ļוליב קאָמוניקירן מיט קינדפÖŧראָ×Ļ×ĸץ (%s)דורכפÖŋא֎ל אין באַאַרב×ĸטן קינדפÖŧראָ×Ļ×ĸץ "%s" (%s)דורכפÖŋא֎ל אין באַאַרב×ĸטן קינדפÖŧראָ×Ļ×ĸץ (%s)דורכפÖŋא֎ל אין קלאָנירן (%s)דורכפÖŋא֎ל אין קלאָנירן קינדפÖŧראָ×Ļ×ĸץ (%s)ניט ג×ĸ×§×ĸנט באַקומ×ĸן אַטריבוטן פÖŋון ט×ĸ×§×ĸ %s: fstat() איז דורכג×ĸפÖŋא֎לן: %sניט ג×ĸ×§×ĸנט ×ĸפÖŋ×ĸ× ×ĸן ט×ĸ×§×ĸ '%s': %sניט ג×ĸ×§×ĸנט ×ĸפÖŋ×ĸ× ×ĸן ט×ĸ×§×ĸ %s: fdopen() איז דורכג×ĸפÖŋא֎לן: %sניט ג×ĸ×§×ĸנט למ×ĸ× ×ĸן דאַטן פÖŋון קינדפÖŧראָ×Ļ×ĸסדורכפÖŋא֎ל אין למ×ĸ× ×ĸן דאַטן פÖŋון א֡ קינדפÖŧראָ×Ļ×ĸץ (%s)דורכפÖŋא֎ל אין למ×ĸ× ×ĸן ג×ĸנוג דאַטן פÖŋון קינד pid-ר×ĸר (%s)דורכפÖŋא֎ל אין למ×ĸ× ×ĸ פÖŋון א֡ ינדר×ĸר (%s)ניט ג×ĸ×§×ĸנט למ×ĸ× ×ĸן ט×ĸ×§×ĸ %s: %sדורכפÖŋא֎ל אין װיד×ĸר×Ļילן אַרױסשרײַב אָד×ĸר אַרײַנשרײַב פÖŋון קינדפÖŧראָ×Ļ×ĸץ (%s)אומל×ĸקסיק אַכט×ĸל×ĸ֞ץ×ĸײ֡װ×ĸ× ×Ĩ אין פÖŋאַרװאַנדלונג אַרױסשרײַבאומל×ĸקסיק×ĸר מאַשין־נאָמ×ĸןאומל×ĸקסיק×ĸר ץ×ĸ×§×°×ĸ× ×Ĩ אין פÖŋאַרװאַנדל־אַרײַנשרײַבאיב×ĸריק×ĸ ניט־פÖŋאַרװאַנדלט×ĸ דאַטן אין למ×ĸן־באַהאַלטאָרטמאָדנ×ĸ שריפÖŋט×Ļײכן '%s'; ד×ĸרװא֡רט א֡ '=' שריפÖŋט×Ļײכן נאָך אַטריבוט־נאָמ×ĸן %s פÖŋונ×ĸם ×ĸל×ĸמ×ĸנט '%s'מאָדנ×ĸ שריפÖŋט×Ļײכן '%s'; ד×ĸרװא֡רט א֡ 'â€Ē>â€Ŧ' אָד×ĸר '/' שריפÖŋט×Ļײכן ×Ļו ×ĸנדיקן ד×ĸם אָנהײב־ה×ĸנטל פÖŋונ×ĸם ×ĸל×ĸמ×ĸנט '%s'; אפÖŋ׊ר האָט מ×ĸן ג×ĸלײגט א֎ן אומל×ĸקסיקן שריפÖŋט×Ļײכן אין א֎ן אַטריבוט־נאָמ×ĸןמאָדנ×ĸ שריפÖŋט×Ļײכן '%s'; ד×ĸרװא֡רט א֡ '"' נאָך ד×ĸם '=' ×Ļו באַשט×ĸטיקן ד×ĸם באַטר×ĸ×Ŗ פÖŋון אַטריבוט '%s' פÖŋונ×ĸם ×ĸל×ĸמ×ĸנט '%s'האַלב×ĸ כאַראַקט×ĸר֞ץ×ĸ×§×°×ĸ× ×Ĩ ×Ļום ×Ą×•×Ŗ פÖŋון אַרײַנשרײַב×Ļיטירט×ĸר ט×ĸקץט הײבט ניט אָן מיט קמן ג×ĸנדזן־פÖŋיסלמוסט×ĸר %s אומל×ĸקסיק, טאָר ניט כÖŧולל זײַן %sט×ĸקץט האָט זיך ג×ĸ×ĸנדיקט אײד×ĸר א֡ זיװג ×Ļו ד×ĸם ג×ĸנדזן־פÖŋיסל â€Ē%câ€Ŧ. (ד×ĸר ט×ĸקץט איז ג×ĸ×°×ĸן '%s')ט×ĸקץט האָט זיך ג×ĸ×ĸנדיקט באַלד נאָך א֡ '\' שריפÖŋט×Ļײכן. (ד×ĸר ט×ĸקץט איז ג×ĸ×°×ĸן '%s')ט×ĸקץט איז ג×ĸ×°×ĸן פÖŧוסט (אָד×ĸר איז כÖŧולל בלױס לײדיק אָרט)ד×ĸר URI %s איז כÖŧולל אומל×ĸקסיק×ĸ פÖŧליטה־כאַראַקט×ĸרסד×ĸר URI %s איז אומל×ĸקסיקד×ĸר מאַשין־נאָמ×ĸן פÖŋונ×ĸם URI %s איז אומל×ĸקסיקד×ĸר לא֏קא֎ל×ĸר ט×ĸ×§×ĸÖžURI %s טאָר ניט כÖŧולל זײַן א֡ '#'די פÖŧא֡פÖŧ×§×ĸ־רשימה %s איז ניט אַבסאָלוטאומד×ĸרװא֡רט×ĸר דורכפÖŋא֎ל אין g_io_channel_win32_poll() בש×ĸ×Ē ×œ×˛×ĸ× ×ĸן דאַטן פÖŋון א֡ קינדפÖŧראָ×Ļ×ĸסאומד×ĸרװא֡רט×ĸר דורכפÖŋא֎ל אין select() למ×ĸ× ×ĸן דאַטן פÖŋון א֡ קינדפÖŧראָ×Ļ×ĸץ (%s)אומד×ĸרװא֡רט×ĸר דורכפÖŋא֎ל אין waitpid() (%s)אומבאַקאַנט×ĸר דורכפÖŋא֎ל אין באַאַרב×ĸטן קינדפÖŧראָ×Ļ×ĸץ "%s"ג×ĸנדזן־פÖŋיסל אָן א֡ זיװג אין באַפÖŋ×ĸל־שורה אָד×ĸר אַנד×ĸר ×Ļיטירטן ט×ĸקץט./glib-2.22.2-i686/usr/share/locale/bg/0000755000000000000000000000000011271166765015617 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/bg/LC_MESSAGES/0000755000000000000000000000000011271166765017404 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/bg/LC_MESSAGES/glib20.mo0000644000000000000000000016111311271166634021016 0ustar rootrootŪ•‘¤ , !Ą!ĩ!Ŋ!Å! Í!Ų!á!Yō!_L"aŦ"#(#)H#r#&†#B­#đ#$+$(H$ q$’$#Ž$Ō$ė$2%97%!q%4“%/Č%ø%3&+C&1o&-Ą&/Ī&#˙&#' 8')Y'ƒ'(Ÿ',Č'%õ'&("B("e()ˆ(!˛( Ô(Aõ(ž7)Ö)í); *.I**x*.Ŗ*Ō**ë*&+a=+FŸ+4æ+2,:N,A‰,@Ë,; -WH-W -1ø-/*.%Z.?€.5Ā.Iö.‘@/ Ō/ķ/0'0D0[0t0‹0ž0ŗ0Ō0ī0! 1-1M1l1‚11 ˛1Ķ1ī122:2V2r2‹2§2"ŋ2â2ū23!53W3l3 …3Ļ3Ā3×3!ņ3)4-=4k4ƒ4Ą4,ģ4č4!5&5>5:X5.“50Â59ķ5-6G6>a6$ 6#Å6é6'7./7^7?}7)Ŋ7$į7% 8-28`8!t89–8*Đ89û859-R9+€9ŠŦ9&7:+^:3Š:#ž:!â:);8.;9g;%Ą;.Į;-ö;.$<S<)j<!”< ļ<Ä<ã<.ķ< "=&0=#W=&{=ĸ=Â=3Ũ=->(?>(h>(‘>)ē>ä>??)?@?Q?f??$”?0š?ę?+ @!6@X@t@1’@.Ä@Tķ@HHAF‘A=ØALB+cB!BąB-ŅB$˙B($CMC"hC3‹C9ŋCųC"D9D!QD1sD2ĨD<ØDE&4E9[E•E°E)ĘEôE#FL+FNxF°ĮFzxGķG H%#H8IH-‚H*°H5ÛH*I/JPJiJ!‰J ĢJĖJåJKK!0K$RK0wK"¨KFËK:L-ML2{LŽL;ÆL M'#M-KM)yM"ŖMÆM$ÚM ˙M? N.`NNĻNšN!ÕN'÷N3O.SO(‚O0ĢO+ÜOP(P*APlPO‹PCÛP"QBQ&bQ!‰Q*ĢQÖQīQR RC-RqRyR”R0›R.ĖR3ûR-/S ]S~S šSĻS&ēSáSKöSBT*_TDŠTĪT;ęT0&U WU1eU—U¨U ČUéUūUV*V5HV)~V¨VÆVãVøV!W5WPWmW"|W$ŸWÄW*ÜW(X0X"LX!oX‘XŠX)ŋX%éX-Y=Y5[Y‘Y9ąYëY9 ZEZWZ%wZ Z žZĖZ2čZ%[A[&Y[$€[Ĩ['Â[ę[3ú[.\=G\+…\(ą\Ú\ė\ ] #]1]$I]n] Ž] ¯] Đ]ņ]6^G^,f^“^i˛^(` E` O` Y`c`}` Œ`ˆš`‰#aŠ­a(Wb0€bZąb' cG4cƒ|c7d18dVjdOÁdGeDYeEže:äe@f``fqÁfE3gCyg>ŊgCügf@hL§hRôhNGiP–iQįi;9jHuj{žjL:kF‡kŠÎkzYlgÔlqrVtrJËrÄs‚Ûs\^t\ģtnu|‡u‰vqŽv”wŖ•wZ9x[”xŖđxl”ydzŲfzC@{m„|"ō|:}<P}8}<Æ}:~(>~*g~K’~:Ū~@mZFČM€<]€*š€ŀAå€A'6i: ;ہ2‚4J‚<‚Bŧ‚8˙‚[8ƒA”ƒIփ> „O_„>¯„Hî„W7…6…:ƅB†MD†^’†dņ†BV‡N™‡Kč‡j4ˆ_Ÿˆs˙ˆNs‰<‰g˙‰]gŠ\Ŋa"‹2„‹4ˇ‹›ė‹0ˆŒ^šŒbD{zĀC;Ž|ŽYüŽPV]§v0|T­•‘ˆ˜‘Š!’AŦ’xî’vg“ĐŪ“S¯”X•Ą\•Fū•=E–Vƒ–xږS—mä—rR˜qŘr7™6Ē™Dá™:&šašL~šB˚F›'U›U}›>Ķ›Œœ€Ÿœ0 TQbĻN žNXžN§žlöžHcŸ)ŦŸ-֟/ )4 -^ 5Œ 5 eø a^ĄGĀĄ`ĸ1iĸ\›ĸ2øĸx+Ŗz¤ŖĒ¤Ę¤ZĨzęĨ°eĻa§Gx§C§^¨=c¨\Ą¨Eū¨;DŠQ€ŠWŌŠ5*Ēf`Ē%ĮĒdíĒURĢq¨ĢbŦ@}ŦVžŦk­2­4´­né­#XŽL|ŽÉŽ•Y¯oī¯í_ą/M˛,}˛>Ǟré˛\\ŗNšŗ]´kf´GŌ´WĩHrĩ@ģĩ;üĩ?8ļHxļKÁļB ˇ/Pˇ:€ˇQģˇK ¸+Y¸:…¸.'ī¸=š4UšaŠš\ėšŠIēdÔēW9ģk‘ģ/ũģ-ŧIģŧKŊ^QŊ.°ŊLßŊ%,žFRž9™žWĶžD+ŋ(pŋ6™ŋ>ĐŋYĀfiĀ‚ĐĀnSÁEÂÁSÂU\ÂQ˛ÂPÃIUÃ8ŸÃƒØÃw\Ä3ÔÄ?ÅHHÅ<‘ÅgÎÅ96Æ pÆ1‘ÆÃÆÛÆ iĮ3wĮĢĮnŊĮe,Ȅ’ČcÉ@{É1ŧÉîÉ%ūÉh$Ę&Ę¸´Ę?mËR­Ë‡ĖQˆĖÚĖ|jÍ"įÍ\ ÎgÎLƒÎRĐÎ&#ĪJJĪ•ĪA˛Ī{ôĪQpĐCÂĐ=Ņ>DŅ9ƒŅHŊŅ6Ō6=ŌtŌ@’ŌPĶŌ/$Ķ`TĶjĩĶP Ô@qÔ;˛Ô2îÔ)!ÕNKÕBšÕXŨÕJ6քÖ[×kb×NÎ׌Ø,ĒØbרk:ŲHĻŲ#īŲ_Ú`sÚPÔÚ2%ÛcXÛEŧÛBÜ;EÜ<ÜkžÜ@*Ũ†kŨfōŨLYŪ)ĻŪ6ĐŪ2ß:ßHZßQŖß+õß,!ā,Nā7{ā3ŗāmįā3Uဉá@ â´B4õN¸Uü&L7 ĩWŒū¯8Á1cJ‡ēŗU.ėãC…[ØŪä%‰Ã! č\w ‚ô/G'›ąHRž|*_¤ŠÍ<­tÕ'^6ASrđhlĸ;rXįԆXö~x°#V*ķBPųˆĖĀ)e†sN$…]@ÜYa<@ŽOwkm (uLZ2OgÂ?o38qSjĨoën7 Čâv4.zˇ øˆī`+JQĄjvT}ŨŸ—PÚŲe"=6K ‹ģtáËļŧÖ3í-ęMû0\‹WV`–y c(‡9_:F,É?‘Ryō5!æ×™Š•DŽĻÆu=åƒ:ßĒnŋ5ĢEi„f,’îsCE&2$Hg>€}ž9IŌAŠMp¨pxT+q‚Qb ʲ;aĪŦ~{zú1Ŋ ˜ĮŅbÛmņΝ |kd€ŽK[^>dID0"]”Ч%ŃY-āl“÷Z ÄéFšŖũGhœš‰Ķ /‘if˙#Œ){„ (invalid encoding)%.1f GB%.1f KB%.1f MB%s filetype%s type%u byte%u bytes'%s' is not a valid character following a '<' character; it may not begin an element name'%s' is not a valid character following the characters '''%s' is not a valid name '%s' is not a valid name: '%c' (?R or (?[+-]digits must be followed by )) without opening (A bookmark for URI '%s' already existsAbstract unix domain socket addresses not supported on this systemAdded socket is closedApplication Options:Association creation not supported on win32Attribute '%s' of element '%s' not foundAttribute value must be non-NULLBackup file creation failedCan't copy directory over directoryCan't copy over directoryCan't copy special fileCan't create user MIME configuration folder %s: %sCan't create user application configuration folder %s: %sCan't create user desktop file %sCan't do a raw read in g_io_channel_read_line_stringCan't do a raw read in g_io_channel_read_to_endCan't find applicationCan't handle the supplied version the icon encodingCan't handle version %d of GEmblem encodingCan't handle version %d of GEmblemedIcon encodingCan't handle version %d of GFileIcon encodingCan't handle version %d of GThemedIcon encodingCan't move directory over directoryCan't open directoryCan't recursively copy directoryCan't rename file, filename already existCan't rename root directoryCancellable initialization not supportedCannot convert fallback '%s' to codeset '%s'Cannot parse double value '%s' for %sCannot parse integer value '%s' for %sCannot set permissions on symlinksCannot truncate GMemoryInputStreamChannel terminates in a partial characterCharacter out of range for UTF-16Character out of range for UTF-8Character reference '%-.*s' does not encode a permitted characterCharacter reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Connection in progressContaining mount does not existConversion from character set '%s' to '%s' is not supportedCould not allocate %lu bytes to read file "%s"Could not open converter from '%s' to '%s'Could not open converter from '%s' to '%s': %sCustom definition for %sDEFINE group contains more than one branchDesktop file didn't specify Exec fieldDocument ended unexpectedly after the equals sign following an attribute name; no attribute valueDocument ended unexpectedly inside a comment or processing instructionDocument ended unexpectedly inside an attribute nameDocument ended unexpectedly inside an element nameDocument ended unexpectedly inside an element-opening tag.Document ended unexpectedly inside the close tag for element '%s'Document ended unexpectedly just after an open angle bracket '<'Document ended unexpectedly while inside an attribute valueDocument ended unexpectedly with elements still open - '%s' was the last element openedDocument ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>Document must begin with an element (e.g. )Document was empty or contained only whitespaceDouble value '%s' for %s out of rangeElement '%s' was closed, but the currently open element is '%s'Element '%s' was closed, no element is currently openEmpty entity '&;' seen; valid entities are: & " < > 'Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Entity name '%-.*s' is not knownEnumerator is closedError accepting connection: %sError binding to address: %sError closing file: %sError closing socket: %sError closing unix: %sError connecting: Error connecting: %sError creating backup copy: %sError creating directory: %sError during conversion: %sError getting filesystem info: %sError launching application: %sError making symbolic link: %sError moving file: %sError on line %d char %d: Error on line %d: %sError opening directory '%s': %sError opening file '%s': %sError opening file: %sError parsing option %sError reading file '%s': %sError reading from file: %sError reading from unix: %sError receiving data: %sError receiving message: %sError removing file: %sError removing old backup link: %sError removing old file: %sError removing target file: %sError renaming file: %sError renaming temporary file: %sError resolving '%s'Error resolving '%s': %sError reverse-resolving '%s': %sError seeking in file: %sError sending data: %sError sending message: %sError setting SELinux context: %sError setting extended attribute '%s': %sError setting modification or access time: %sError setting owner: %sError setting permissions: %sError setting symlink: %sError setting symlink: file is not a symlinkError stating file '%s': %sError stating file descriptor: %sError trashing file: %sError truncating file: %sError while compiling regular expression %s at char %d: %sError while matching regular expression %s: %sError while optimizing regular expression %s: %sError while parsing replacement text "%s" at char %lu: %sError writing to file: %sError writing to unix: %sExisting file '%s' could not be removed: g_unlink() failed: %sExpected a GEmblem for GEmblemedIconExpecting 1 control message, got %dExpecting one fd, but got %d Failed to change to directory '%s' (%s)Failed to close file '%s': fclose() failed: %sFailed to create file '%s': %sFailed to create pipe for communicating with child process (%s)Failed to execute child process "%s" (%s)Failed to execute child process (%s)Failed to execute helper program (%s)Failed to expand exec line '%s' with URI '%s'Failed to fork (%s)Failed to fork child process (%s)Failed to get attributes of file '%s': fstat() failed: %sFailed to map file '%s': mmap() failed: %sFailed to open file '%s' for writing: fdopen() failed: %sFailed to open file '%s': %sFailed to open file '%s': fdopen() failed: %sFailed to open file '%s': open() failed: %sFailed to parse '%-.*s', which should have been a digit inside a character reference (ê for example) - perhaps the digit is too largeFailed to read data from child processFailed to read data from child process (%s)Failed to read enough data from child pid pipe (%s)Failed to read from child pipe (%s)Failed to read from file '%s': %sFailed to read the symbolic link '%s': %sFailed to redirect output or input of child process (%s)Failed to rename file '%s' to '%s': g_rename() failed: %sFailed to resize memory output streamFailed to write file '%s': fflush() failed: %sFailed to write file '%s': fsync() failed: %sFailed to write file '%s': fwrite() failed: %sFile "%s" is too largeFile enumerator has outstanding operationFile enumerator is already closedFile is emptyFile names cannot contain '%c'Filesystem rootGSocketControlMessage not supported on windowsHelp Options:Hostname '%s' contains '[' but not ']'Input stream doesn't implement readInteger value '%s' for %s out of rangeInteger value '%s' out of rangeInvalid GSeekType suppliedInvalid UTF-8 encoded text in name - not valid '%s'Invalid attribute type (byte string expected)Invalid attribute type (string expected)Invalid attribute type (uint32 expected)Invalid attribute type (uint64 expected)Invalid byte sequence in conversion inputInvalid extended attribute nameInvalid filenameInvalid filename %sInvalid group name: %sInvalid hostnameInvalid key name: %sInvalid program name: %sInvalid seek requestInvalid sequence in conversion inputInvalid socket, initialization failed due to: %sInvalid socket, not initializedInvalid string in argument vector at %d: %sInvalid string in environment: %sInvalid symlink value givenInvalid working directory: %sKey file contains escape character at end of lineKey file contains invalid escape sequence '%s'Key file contains key '%s' in group '%s' which has value that cannot be interpreted.Key file contains key '%s' which has a value that cannot be interpreted.Key file contains key '%s' which has value that cannot be interpreted.Key file contains key '%s' with value '%s' which is not UTF-8Key file contains line '%s' which is not a key-value pair, group, or commentKey file contains unsupported encoding '%s'Key file does not have group '%s'Key file does not have key '%s'Key file does not have key '%s' in group '%s'Key file does not start with a groupLeftover unconverted data in read bufferListener is already closedMalformed input data for GFileIconMalformed number of tokens (%d) in GEmblem encodingMalformed number of tokens (%d) in GEmblemedIcon encodingMalformed version number: %sMemory output stream not resizableMissing argument for %sMove between mounts not supportedNo MIME type defined in the bookmark for URI '%s'No application is registered as handling this fileNo application with name '%s' registered a bookmark for '%s'No bookmark found for URI '%s'No groups set in bookmark for URI '%s'No private flag has been defined in bookmark for URI '%s'No service record for '%s'No type for class name %sNo valid bookmark file found in data dirsNot a regular fileNot enough space for socket addressOdd character '%s', expected a '=' after attribute name '%s' of element '%s'Odd character '%s', expected a '>' character to end the empty-element tag '%s'Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute nameOdd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'Operation not supportedOperation was cancelledOutput stream doesn't implement writePCRE library is compiled without UTF8 properties supportPCRE library is compiled without UTF8 supportPOSIX collating elements are not supportedPOSIX named classes are supported only within a classPartial character sequence at end of inputQuoted text doesn't begin with a quotation markReached maximum data array limitReceived invalid fdSELinux context must be non-NULLSELinux is not enabled on this systemSeek not supported on streamSetting attribute %s not supportedShow all help optionsShow help optionsSocket is already closedSource stream is already closedStream doesn't support query_infoStream has outstanding operationStream is already closedSymbolic links not supportedTarget file existsTarget file is a directoryTarget file is not a regular fileTemplate '%s' doesn't contain XXXXXXTemplate '%s' invalid, should not contain a '%s'Temporarily unable to resolve '%s'Text ended before matching quote was found for %c. (The text was '%s')Text ended just after a '\' character. (The text was '%s')Text was empty (or contained only whitespace)The URI '%s' contains invalidly escaped charactersThe URI '%s' is invalidThe URI '%s' is not an absolute URI using the "file" schemeThe file was externally modifiedThe hostname of the URI '%s' is invalidThe local file URI '%s' may not include a '#'The pathname '%s' is not an absolute pathToo large count value passed to %sTrash not supportedTruncate not allowed on input streamTruncate not supported on streamType %s does not implement from_tokens() on the GIcon interfaceType %s does not implement the GIcon interfaceType %s is not classedURIs not supportedUnable to create socket: %sUnable to create trash dir %s: %sUnable to create trashing info file: %sUnable to find default local directory monitor typeUnable to find default local file monitor typeUnable to find or create trash directoryUnable to find terminal required for applicationUnable to find toplevel directory for trashUnable to get pending error: %sUnable to trash file: %sUnexpected attribute '%s' for element '%s'Unexpected early end-of-streamUnexpected error in g_io_channel_win32_poll() reading data from a child processUnexpected error in select() reading data from a child process (%s)Unexpected error in waitpid() (%s)Unexpected tag '%s' inside '%s'Unexpected tag '%s', tag '%s' expectedUnexpected type of ancillary dataUnknown error executing child process "%s"Unknown error on connectUnknown option %sUnknown protocol was specifiedUnknown typeUnmatched quotation mark in command line or other shell-quoted textUnnamedUnsupported socket addressUsage:Valid key file could not be found in search dirsValue '%s' cannot be interpreted as a boolean.Value '%s' cannot be interpreted as a float number.Value '%s' cannot be interpreted as a number.Waiting for socket condition: %sWrong number of tokens (%d)[OPTION...]\ at end of pattern\C not allowed in lookbehind assertion\c at end of pattern\g is not followed by a braced name or an optionally braced non-zero numberassertion expected after (?(association changes not supported on win32back references as conditions are not supported for partial matchingbacktracking limit reachedcase-changing escapes (\l, \L, \u, \U) are not allowed herecharacter value in \x{...} sequence is too largecode overflowconditional group contains more than two branchescorrupted objectcould not get local address: %scould not get remote address: %scould not listen: %screating GSocket from fd: %sdigit expecteddrive doesn't implement ejectdrive doesn't implement eject or eject_with_operationdrive doesn't implement polling for mediadrive doesn't implement startdrive doesn't implement stopfailed to get memoryhexadecimal digit expectedhexadecimal digit or '}' expectedillegal symbolic referenceinconsistent NEWLINE optionsinternal errorinternal error or corrupted objectinvalid combination of newline flagsinvalid condition (?(0)invalid escape sequence in character classlookbehind assertion is not fixed lengthmalformed \P or \p sequencemalformed number or name after (?(missing '<' in symbolic referencemissing ) after commentmissing terminating )missing terminating ] for character classmissing terminator in subpattern namemount doesn't implement content type guessingmount doesn't implement ejectmount doesn't implement eject or eject_with_operationmount doesn't implement remountmount doesn't implement synchronous content type guessingmount doesn't implement unmountmount doesn't implement unmount or unmount_with_operationnothing to repeatnumber too big in {} quantifiernumbers out of order in {} quantifieroctal value is greater than \377out of memoryoverran compiling workspacepreviously-checked referenced subpattern not foundrange out of order in character classrecursion limit reachedrecursive call could loop indefinitelyreference to non-existent subpatternregular expression too largerepeating a DEFINE group is not allowedstray final '\'subpattern name is too long (maximum 32 characters)symlink must be non-NULLthe pattern contains items not supported for partial matchingtoo many named subpatterns (maximum 10,000)two named subpatterns have the same nameunexpected repeatunfinished symbolic referenceunknown POSIX class nameunknown errorunknown escape sequenceunknown property name after \P or \punrecognized character after (?unrecognized character after (?<unrecognized character after (?Punrecognized character follows \volume doesn't implement ejectvolume doesn't implement eject or eject_with_operationvolume doesn't implement mountworkspace limit for empty substrings reachedzero-length symbolic referenceProject-Id-Version: glib master Report-Msgid-Bugs-To: POT-Creation-Date: 2009-10-07 09:51-0400 PO-Revision-Date: 2009-09-08 07:40+0300 Last-Translator: Alexander Shopov Language-Team: Bulgarian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=n != 1; (ĐŊĐĩĐŋŅ€Đ°Đ˛Đ¸ĐģĐŊĐž ĐēĐžĐ´Đ¸Ņ€Đ°ĐŊĐĩ)%.1f GB%.1f KB%.1f MBВид ĐŊа Ņ„Đ°ĐšĐģа %sВид ĐŊа %s%u B%u B„%s“ Đĩ ĐŊĐĩĐŋŅ€Đ°Đ˛Đ¸ĐģĐĩĐŊ СĐŊаĐē ҁĐģĐĩĐ´ „<“. ИĐŧĐĩŅ‚Đž ĐŊа ĐĩĐģĐĩĐŧĐĩĐŊŅ‚ ĐŊĐĩ ĐŧĐžĐļĐĩ да СаĐŋĐžŅ‡ĐŊĐĩ ҁ ĐŊĐĩĐŗĐžâ€ž%s“ Đĩ ĐŊĐĩĐŋŅ€Đ°Đ˛Đ¸ĐģĐĩĐŊ СĐŊаĐē ҁĐģĐĩĐ´ „“„%s“ Đĩ ĐŊĐĩĐŋŅ€Đ°Đ˛Đ¸ĐģĐŊĐž иĐŧĐĩ „%s“ Đĩ ĐŊĐĩĐŋŅ€Đ°Đ˛Đ¸ĐģĐŊĐž иĐŧĐĩ „%c“„(?R“ иĐģи „(?[+-]Ņ†Đ¸Ņ„Ņ€Đ¸â€œ Ņ‚Ņ€ŅĐąĐ˛Đ° да ҁĐĩ ҁĐģĐĩĐ´Đ˛Đ°Ņ‚ ĐžŅ‚ „)“„)“ ĐąĐĩС ĐžŅ‚Đ˛Đ°Ņ€ŅŅ‰Đ° „(“ВĐĩ҇Đĩ ŅŅŠŅ‰ĐĩŅŅ‚Đ˛ŅƒĐ˛Đ° ĐžŅ‚ĐŧĐĩŅ‚Đēа Са Đ°Đ´Ņ€ĐĩŅĐ° „%s“ĐĸаСи ŅĐ¸ŅŅ‚ĐĩĐŧа ĐŊĐĩ ĐŋĐžĐ´Đ´ŅŠŅ€Đļа Đ°ĐąŅŅ‚Ņ€Đ°ĐēŅ‚ĐŊи Đ°Đ´Ņ€ĐĩŅĐ¸ ĐŊа ĐŗĐŊĐĩСда Са Đ´ĐžĐŧĐĩĐšĐŊи в ЮНИКСДобавĐĩĐŊĐžŅ‚Đž ĐŗĐŊĐĩСдО Đĩ ĐˇĐ°Ņ‚Đ˛ĐžŅ€ĐĩĐŊĐžĐĐ°ŅŅ‚Ņ€ĐžĐšĐēи ĐŊа ĐŋŅ€Đ¸ĐģĐžĐļĐĩĐŊиĐĩŅ‚Đž:НĐĩ ҁĐĩ ĐŋĐžĐ´Đ´ŅŠŅ€Đļа ŅŅŠĐˇĐ´Đ°Đ˛Đ°ĐŊĐĩŅ‚Đž ĐŊа Đ°ŅĐžŅ†Đ¸Đ°Ņ†Đ¸Đ¸ ĐŋŅ€Đ¸ win32ĐŅ‚Ņ€Đ¸ĐąŅƒŅ‚ŅŠŅ‚ „%s“ ĐŊа ĐĩĐģĐĩĐŧĐĩĐŊŅ‚Đ° „%s“ ĐŊĐĩ Đĩ ĐžŅ‚ĐēŅ€Đ¸Ņ‚ĐĄŅ‚ĐžĐšĐŊĐžŅŅ‚Ņ‚Đ° ĐŊа Đ°Ņ‚Ņ€Đ¸ĐąŅƒŅ‚ ĐŊĐĩ Ņ‚Ņ€ŅĐąĐ˛Đ° да Đĩ NULLНĐĩ҃ҁĐŋĐĩ҈ĐŊĐž ŅŅŠĐˇĐ´Đ°Đ˛Đ°ĐŊĐĩ ĐŊа Ņ€ĐĩСĐĩŅ€Đ˛ĐĩĐŊ Ņ„Đ°ĐšĐģПаĐŋĐēа ĐŊĐĩ ĐŧĐžĐļĐĩ да ҁĐĩ ĐēĐžĐŋĐ¸Ņ€Đ° Đ˛ŅŠŅ€Ņ…Ņƒ ĐŋаĐŋĐēаНĐĩ ĐŧĐžĐļĐĩ да ҁĐĩ ĐēĐžĐŋĐ¸Ņ€Đ° Đ˛ŅŠŅ€Ņ…Ņƒ ĐŋаĐŋĐēаНĐĩ ĐŧĐžĐļĐĩ да ҁĐĩ ĐēĐžĐŋĐ¸Ņ€Đ° ҁĐŋĐĩŅ†Đ¸Đ°ĐģĐĩĐŊ Ņ„Đ°ĐšĐģНĐĩ ĐŧĐžĐļĐĩ да ҁĐĩ ŅŅŠĐˇĐ´Đ°Đ´Đĩ ĐŋаĐŋĐēĐ°Ņ‚Đ° ҁ ĐŊĐ°ŅŅ‚Ņ€ĐžĐšĐēĐ¸Ņ‚Đĩ Са MIME %s: %sНĐĩ ĐŧĐžĐļĐĩ да ҁĐĩ ŅŅŠĐˇĐ´Đ°Đ´Đĩ ĐŋаĐŋĐēĐ°Ņ‚Đ° ҁ ĐŋĐžŅ‚Ņ€ĐĩĐąĐ¸Ņ‚ĐĩĐģҁĐēĐ¸Ņ‚Đĩ ĐŊĐ°ŅŅ‚Ņ€ĐžĐšĐēи %s: %sНĐĩ ĐŧĐžĐļĐĩ да ҁĐĩ ŅŅŠĐˇĐ´Đ°Đ´Đĩ Ņ„Đ°ĐšĐģ .desktop — „%s“НĐĩ ĐŧĐžĐļĐĩ да ҁĐĩ ҇ĐĩŅ‚Đĩ ĐžŅ‚ g_io_channel_read_line_stringНĐĩ ĐŧĐžĐļĐĩ да ҁĐĩ ҇ĐĩŅ‚Đĩ ĐžŅ‚ g_io_channel_read_to_endĐŸŅ€Đ¸ĐģĐžĐļĐĩĐŊиĐĩŅ‚Đž ĐŊĐĩ ĐŧĐžĐļĐĩ да ĐąŅŠĐ´Đĩ ĐžŅ‚ĐēŅ€Đ¸Ņ‚ĐžĐŸĐžĐ´Đ°Đ´ĐĩĐŊĐ°Ņ‚Đ° вĐĩŅ€ŅĐ¸Ņ ĐŊа ĐēĐžĐ´Đ¸Ņ€Đ°ĐŊĐĩŅ‚Đž ĐŊа иĐēĐžĐŊи ĐŊĐĩ ҁĐĩ ĐŋĐžĐ´Đ´ŅŠŅ€ĐļаВĐĩŅ€ŅĐ¸Ņ %d ĐŊа ĐēĐžĐ´Đ¸Ņ€Đ°ĐŊĐĩŅ‚Đž GEmblem ĐŊĐĩ ҁĐĩ ĐŋĐžĐ´Đ´ŅŠŅ€ĐļаВĐĩŅ€ŅĐ¸Ņ %d ĐŊа ĐēĐžĐ´Đ¸Ņ€Đ°ĐŊĐĩŅ‚Đž GEmblemedIcon ĐŊĐĩ ҁĐĩ ĐŋĐžĐ´Đ´ŅŠŅ€ĐļаВĐĩŅ€ŅĐ¸Ņ %d ĐŊа ĐēĐžĐ´Đ¸Ņ€Đ°ĐŊĐĩŅ‚Đž GFileIcon ĐŊĐĩ ҁĐĩ ĐŋĐžĐ´Đ´ŅŠŅ€ĐļаВĐĩŅ€ŅĐ¸Ņ %d ĐŊа ĐēĐžĐ´Đ¸Ņ€Đ°ĐŊĐĩŅ‚Đž GThemedIcon ĐŊĐĩ ҁĐĩ ĐŋĐžĐ´Đ´ŅŠŅ€ĐļаПаĐŋĐēа ĐŊĐĩ ĐŧĐžĐļĐĩ да ĐąŅŠĐ´Đĩ ĐŋŅ€ĐĩĐŧĐĩҁ҂ĐĩĐŊа Đ˛ŅŠŅ€Ņ…Ņƒ ĐŋаĐŋĐēаПаĐŋĐēĐ°Ņ‚Đ° ĐŊĐĩ ĐŧĐžĐļĐĩ да ĐąŅŠĐ´Đĩ ĐžŅ‚Đ˛ĐžŅ€ĐĩĐŊаПаĐŋĐēĐ°Ņ‚Đ° ĐŊĐĩ ĐŧĐžĐļĐĩ да ҁĐĩ ĐēĐžĐŋĐ¸Ņ€Đ° Ņ€ĐĩĐēŅƒŅ€ŅĐ¸Đ˛ĐŊОФаКĐģŅŠŅ‚ ĐŊĐĩ ĐŧĐžĐļĐĩ да ҁĐĩ ĐŋŅ€ĐĩиĐŧĐĩĐŊŅƒĐ˛Đ° — ŅŅŠŅ‰ĐĩŅŅ‚Đ˛ŅƒĐ˛Đ° Đ´Ņ€ŅƒĐŗ Ņ„Đ°ĐšĐģ ҁ Ņ‚Đ°ĐēОва иĐŧĐĩĐšĐžŅ€ĐĩĐŊĐžĐ˛Đ°Ņ‚Đ° ĐŋаĐŋĐēа ĐŊĐĩ ĐŧĐžĐļĐĩ да ҁĐĩ ĐŋŅ€ĐĩиĐŧĐĩĐŊŅƒĐ˛Đ°ĐĐĩ ҁĐĩ ĐŋĐžĐ´Đ´ŅŠŅ€Đļа ĐžŅ‚ĐŧĐĩĐŊиĐŧа иĐŊĐ¸Ņ†Đ¸Đ°ĐģĐ¸ĐˇĐ°Ņ†Đ¸ŅĐ—Đ°ĐŧĐĩŅŅ‚Đ˛Đ°Ņ‰Đ¸ŅŅ‚ СĐŊаĐē „%s“ ĐŊĐĩ ĐŧĐžĐļĐĩ да ĐąŅŠĐ´Đĩ ĐŋŅ€ĐĩĐžĐąŅ€Đ°ĐˇŅƒĐ˛Đ°ĐŊ ĐēҊĐŧ СĐŊаĐē ĐžŅ‚ ĐŊĐ°ĐąĐžŅ€Đ° „%s“НĐĩ ĐŧĐžĐļĐĩ да ҁĐĩ аĐŊаĐģĐ¸ĐˇĐ¸Ņ€Đ° ŅŅ‚ĐžĐšĐŊĐžŅŅ‚Ņ‚Đ° ҁ ĐŋĐžĐ˛Đ¸ŅˆĐĩĐŊа Ņ‚ĐžŅ‡ĐŊĐžŅŅ‚ double „%s“ Са %sНĐĩ ĐŧĐžĐļĐĩ да ҁĐĩ аĐŊаĐģĐ¸ĐˇĐ¸Ņ€Đ° ҆ĐĩĐģĐžŅ‡Đ¸ŅĐģĐĩĐŊĐ°Ņ‚Đ° ŅŅ‚ĐžĐšĐŊĐžŅŅ‚ „%s“ Са %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ СадаваĐŊĐĩ ĐŊа ĐŋŅ€Đ°Đ˛Đ°Ņ‚Đ° Са Đ´ĐžŅŅ‚ŅŠĐŋ ĐŊа ŅĐ¸ĐŧвОĐģĐŊĐ°Ņ‚Đ° Đ˛Ņ€ŅŠĐˇĐēаGMemoryInputStream ĐŊĐĩ ĐŧĐžĐļĐĩ да ҁĐĩ ҁҊĐēŅ€Đ°Ņ‚Đ¸ĐšĐ°ĐŊаĐģŅŠŅ‚ ĐŋŅ€ĐĩĐēҊҁĐŊа ĐŊа ĐŊĐĩĐŋҊĐģĐĩĐŊ СĐŊаĐēЗĐŊаĐē Đ¸ĐˇĐ˛ŅŠĐŊ ĐžĐąŅ…Đ˛Đ°Ņ‚Đ° ĐŊа UTF-16ЗĐŊаĐē Đ¸ĐˇĐ˛ŅŠĐŊ ĐžĐąŅ…Đ˛Đ°Ņ‚Đ° ĐŊа UTF-8ĐŖĐēĐ°ĐˇĐ°Ņ‚ĐĩĐģŅŅ‚ ĐŊа СĐŊаĐē „%-.*s“ ĐŊĐĩ ĐŋŅ€ĐĩĐ´ŅŅ‚Đ°Đ˛Ņ Ņ€Đ°ĐˇŅ€Đĩ҈ĐĩĐŊ СĐŊаĐē ĐŋŅ€Đ¸ Đ´ĐĩĐēĐžĐ´Đ¸Ņ€Đ°ĐŊĐĩĐŖĐēĐ°ĐˇĐ°Ņ‚ĐĩĐģŅŅ‚ ĐŊа СĐŊаĐē ĐŊĐĩ ĐˇĐ°Đ˛ŅŠŅ€ŅˆĐ˛Đ° ҁ „;“. Най-вĐĩŅ€ĐžŅŅ‚ĐŊĐž ҁ҂Đĩ иСĐŋĐžĐģСваĐģи аĐŧĐŋĐĩŅ€ŅĐ°ĐŊĐ´, ĐąĐĩС Ņ‚ĐžĐš да Đĩ ĐŊĐ°Ņ‡Đ°ĐģĐž ĐŊа СаĐŧĐĩŅŅ‚Đ˛Đ°Ņ‰Đ° ĐŋĐžŅĐģĐĩĐ´ĐžĐ˛Đ°Ņ‚ĐĩĐģĐŊĐžŅŅ‚. ĐŸŅ€ĐĩĐ´ŅŅ‚Đ°Đ˛ĐĩŅ‚Đĩ аĐŧĐŋĐĩŅ€ŅĐ°ĐŊда ҇ҀĐĩС „&“В ĐŧĐžĐŧĐĩĐŊŅ‚Đ° ҁĐĩ ĐžŅŅŠŅ‰ĐĩŅŅ‚Đ˛ŅĐ˛Đ° Đ˛Ņ€ŅŠĐˇĐēĐ°ĐĄŅŠĐ´ŅŠŅ€ĐļĐ°Ņ‰Đ¸ŅŅ‚ ĐŧĐžĐŊŅ‚Đ¸Ņ€Đ°ĐŊ ОйĐĩĐēŅ‚ ĐŊĐĩ ŅŅŠŅ‰ĐĩŅŅ‚Đ˛ŅƒĐ˛Đ°ĐŸŅ€ĐĩĐžĐąŅ€Đ°ĐˇŅƒĐ˛Đ°ĐŊĐĩŅ‚Đž ĐžŅ‚ ĐŊĐ°ĐąĐžŅ€Đ° СĐŊĐ°Ņ†Đ¸ „%s“ ĐēҊĐŧ „%s“ ĐŊĐĩ ҁĐĩ ĐŋĐžĐ´Đ´ŅŠŅ€ĐļаНĐĩ҃ҁĐŋĐĩŅ… ĐŋŅ€Đ¸ СадĐĩĐģŅĐŊĐĩŅ‚Đž ĐŊа %lu ĐąĐ°ĐšŅ‚Đ° Са ҇ĐĩŅ‚ĐĩĐŊĐĩ ĐŊа Ņ„Đ°ĐšĐģа „%s“НĐĩ ĐŧĐžĐļĐĩ да ҁĐĩ ĐžŅ‚Đ˛ĐžŅ€Đ¸ ĐēĐžĐŊвĐĩŅ€Ņ‚ĐžŅ€ ĐžŅ‚ „%s“ ĐēҊĐŧ „%s“НĐĩ ĐŧĐžĐļĐĩ да ҁĐĩ ĐžŅ‚Đ˛ĐžŅ€Đ¸ ĐēĐžĐŊвĐĩŅ€Ņ‚ĐžŅ€ ĐžŅ‚ „%s“ ĐēҊĐŧ „%s“: %sĐŸĐžŅ‚Ņ€ĐĩĐąĐ¸Ņ‚ĐĩĐģҁĐēа Đ´ĐĩŅ„Đ¸ĐŊĐ¸Ņ†Đ¸Ņ Са %sĐŗŅ€ŅƒĐŋĐ°Ņ‚Đ° DEFINE ŅŅŠĐ´ŅŠŅ€Đļа ĐŋОвĐĩ҇Đĩ ĐžŅ‚ ĐĩĐ´ĐŊĐž Ņ€Đ°ĐˇĐēĐģĐžĐŊĐĩĐŊиĐĩĐ’ŅŠĐ˛ Ņ„Đ°ĐšĐģа .desktop ĐģиĐŋŅĐ˛Đ° ĐŋĐžĐģĐĩ Са иСĐŋҊĐģĐŊĐĩĐŊиĐĩДоĐē҃ĐŧĐĩĐŊŅ‚ŅŠŅ‚ ĐˇĐ°Đ˛ŅŠŅ€ŅˆĐ˛Đ° ĐŊĐĩĐžŅ‡Đ°ĐēваĐŊĐž ҁĐģĐĩĐ´ СĐŊаĐēа Са Ņ€Đ°Đ˛ĐĩĐŊŅŅ‚Đ˛Đž ҁĐģĐĩĐ´Đ˛Đ°Ņ‰ иĐŧĐĩŅ‚Đž ĐŊа Đ°Ņ‚Ņ€Đ¸ĐąŅƒŅ‚Đ°. ĐŅ‚Ņ€Đ¸ĐąŅƒŅ‚ŅŠŅ‚ ĐŊŅĐŧа ŅŅ‚ĐžĐšĐŊĐžŅŅ‚Đ”ĐžĐē҃ĐŧĐĩĐŊŅ‚ŅŠŅ‚ ĐˇĐ°Đ˛ŅŠŅ€ŅˆĐ˛Đ° ĐŊĐĩĐžŅ‡Đ°ĐēваĐŊĐž в ĐēĐžĐŧĐĩĐŊŅ‚Đ°Ņ€ иĐģи иĐŊŅŅ‚Ņ€ŅƒĐēŅ†Đ¸Ņ Са ĐžĐąŅ€Đ°ĐąĐžŅ‚ĐēаДоĐē҃ĐŧĐĩĐŊŅ‚ŅŠŅ‚ ĐˇĐ°Đ˛ŅŠŅ€ŅˆĐ˛Đ° ĐŊĐĩĐžŅ‡Đ°ĐēваĐŊĐž в иĐŧĐĩŅ‚Đž ĐŊа Đ°Ņ‚Ņ€Đ¸ĐąŅƒŅ‚Đ”ĐžĐē҃ĐŧĐĩĐŊŅ‚ŅŠŅ‚ ĐˇĐ°Đ˛ŅŠŅ€ŅˆĐ˛Đ° ĐŊĐĩĐžŅ‡Đ°ĐēваĐŊĐž в иĐŧĐĩŅ‚Đž ĐŊа ĐĩĐģĐĩĐŧĐĩĐŊŅ‚Đ”ĐžĐē҃ĐŧĐĩĐŊŅ‚ŅŠŅ‚ ĐˇĐ°Đ˛ŅŠŅ€ŅˆĐ˛Đ° ĐŊĐĩĐžŅ‡Đ°ĐēваĐŊĐž в ĐžŅ‚Đ˛Đ°Ņ€ŅŅ‰ ĐĩŅ‚Đ¸ĐēĐĩŅ‚ ĐŊа ĐĩĐģĐĩĐŧĐĩĐŊŅ‚ ДоĐē҃ĐŧĐĩĐŊŅ‚ŅŠŅ‚ ĐˇĐ°Đ˛ŅŠŅ€ŅˆĐ˛Đ° ĐŊĐĩĐžŅ‡Đ°ĐēваĐŊĐž в ĐˇĐ°Ņ‚Đ˛Đ°Ņ€ŅŅ‰Đ¸Ņ ĐĩŅ‚Đ¸ĐēĐĩŅ‚ ĐŊа ĐĩĐģĐĩĐŧĐĩĐŊŅ‚ „%s“ДоĐē҃ĐŧĐĩĐŊŅ‚ŅŠŅ‚ ĐˇĐ°Đ˛ŅŠŅ€ŅˆĐ˛Đ° ĐŊĐĩĐžŅ‡Đ°ĐēваĐŊĐž вĐĩĐ´ĐŊĐ°ĐŗĐ° ҁĐģĐĩĐ´ ĐžŅ‚Đ˛Đ°Ņ€ŅŅ‰Đ° ŅŅ‡ŅƒĐŋĐĩĐŊа ҁĐēОйа — „<“ДоĐē҃ĐŧĐĩĐŊŅ‚ŅŠŅ‚ ĐˇĐ°Đ˛ŅŠŅ€ŅˆĐ˛Đ° ĐŊĐĩĐžŅ‡Đ°ĐēваĐŊĐž Đ˛ŅŠŅ‚Ņ€Đĩ в ŅŅ‚ĐžĐšĐŊĐžŅŅ‚Ņ‚Đ° ĐŊа Đ°Ņ‚Ņ€Đ¸ĐąŅƒŅ‚Đ”ĐžĐē҃ĐŧĐĩĐŊŅ‚ŅŠŅ‚ ĐˇĐ°Đ˛ŅŠŅ€ŅˆĐ˛Đ° ĐŊĐĩĐžŅ‡Đ°ĐēваĐŊĐž — иĐŧа ĐžŅ‚Đ˛ĐžŅ€ĐĩĐŊи ĐĩĐģĐĩĐŧĐĩĐŊŅ‚Đ¸. ĐŸĐžŅĐģĐĩĐ´ĐŊĐž ĐžŅ‚Đ˛ĐžŅ€ĐĩĐŊ Đĩ „%s“ДоĐē҃ĐŧĐĩĐŊŅ‚ŅŠŅ‚ ĐˇĐ°Đ˛ŅŠŅ€ŅˆĐ˛Đ° ĐŊĐĩĐžŅ‡Đ°ĐēваĐŊĐž, ĐžŅ‡Đ°Đēва ҁĐĩ ĐˇĐ°Ņ‚Đ˛Đ°Ņ€ŅŅ‰Đ° ŅŅ‡ŅƒĐŋĐĩĐŊа ҁĐēОйа да ĐˇĐ°Đ˛ŅŠŅ€ŅˆĐ¸ ĐĩŅ‚Đ¸ĐēĐĩŅ‚Đ° <%s/>ДоĐē҃ĐŧĐĩĐŊŅ‚ŅŠŅ‚ Ņ‚Ņ€ŅĐąĐ˛Đ° да СаĐŋĐžŅ‡Đ˛Đ° ҁ ĐĩĐģĐĩĐŧĐĩĐŊŅ‚ (ĐŊаĐŋŅ€. )ДоĐē҃ĐŧĐĩĐŊŅ‚ŅŠŅ‚ Đĩ ĐŋŅ€Đ°ĐˇĐĩĐŊ иĐģи ŅŅŠĐ´ŅŠŅ€Đļа ŅĐ°ĐŧĐž ĐŋŅ€Đ°ĐˇĐŊи СĐŊĐ°Ņ†Đ¸ĐĄŅ‚ĐžĐšĐŊĐžŅŅ‚Ņ‚Đ° ҁ ĐŋĐžĐ˛Đ¸ŅˆĐĩĐŊа Ņ‚ĐžŅ‡ĐŊĐžŅŅ‚ — double „%s“ Са %s Đĩ Đ¸ĐˇĐ˛ŅŠĐŊ иĐŊŅ‚ĐĩŅ€Đ˛Đ°Đģа ĐŊа Đ´ĐžĐŋŅƒŅŅ‚Đ¸ĐŧĐ¸Ņ‚Đĩ ŅŅ‚ĐžĐšĐŊĐžŅŅ‚Đ¸Đ•ĐģĐĩĐŧĐĩĐŊŅ‚ŅŠŅ‚ „%s“ Đĩ ĐˇĐ°Ņ‚Đ˛ĐžŅ€ĐĩĐŊ, ĐŊĐž Ņ‚ĐĩĐēŅƒŅ‰Đž Đĩ ĐžŅ‚Đ˛ĐžŅ€ĐĩĐŊ ĐĩĐģĐĩĐŧĐĩĐŊŅ‚ „%s“ЕĐģĐĩĐŧĐĩĐŊŅ‚ŅŠŅ‚ „%s“ Đĩ ĐˇĐ°Ņ‚Đ˛ĐžŅ€ĐĩĐŊ, ĐŊŅĐŧа Ņ‚ĐĩĐēŅƒŅ‰Đž ĐžŅ‚Đ˛ĐžŅ€ĐĩĐŊ ĐĩĐģĐĩĐŧĐĩĐŊŅ‚ĐĐ°ĐŧĐĩŅ€ĐĩĐŊа Đĩ ĐŋŅ€Đ°ĐˇĐŊа СаĐŧĐĩŅŅ‚Đ˛Đ°Ņ‰Đ° ĐŋĐžŅĐģĐĩĐ´ĐžĐ˛Đ°Ņ‚ĐĩĐģĐŊĐžŅŅ‚: „&;“. ВаĐģидĐŊи ĐŋĐžŅĐģĐĩĐ´ĐžĐ˛Đ°Ņ‚ĐĩĐģĐŊĐžŅŅ‚Đ¸ ŅĐ°: „&“, „"“, „<“, „>“, „'“ЗаĐŧĐĩŅŅ‚Đ˛Đ°Ņ‰Đ°Ņ‚Đ° ĐŋĐžŅĐģĐĩĐ´ĐžĐ˛Đ°Ņ‚ĐĩĐģĐŊĐžŅŅ‚ ĐŊĐĩ ĐˇĐ°Đ˛ŅŠŅ€ŅˆĐ˛Đ° ҁ „;“. Най-вĐĩŅ€ĐžŅŅ‚ĐŊĐž ҁ҂Đĩ иСĐŋĐžĐģСваĐģи аĐŧĐŋĐĩŅ€ŅĐ°ĐŊĐ´, ĐąĐĩС Ņ‚ĐžĐš да Đĩ ĐŊĐ°Ņ‡Đ°ĐģĐž ĐŊа СаĐŧĐĩŅŅ‚Đ˛Đ°Ņ‰Đ° ĐŋĐžŅĐģĐĩĐ´ĐžĐ˛Đ°Ņ‚ĐĩĐģĐŊĐžŅŅ‚. ĐŸŅ€ĐĩĐ´ŅŅ‚Đ°Đ˛ĐĩŅ‚Đĩ аĐŧĐŋĐĩŅ€ŅĐ°ĐŊда ҇ҀĐĩС „&“ИĐŧĐĩŅ‚Đž ĐŊа СаĐŧĐĩŅŅ‚Đ˛Đ°Ņ‰Đ°Ņ‚Đ° ĐŋĐžŅĐģĐĩĐ´ĐžĐ˛Đ°Ņ‚ĐĩĐģĐŊĐžŅŅ‚ „%-.*s“ Đĩ ĐŊĐĩиСвĐĩҁ҂ĐŊĐžĐ‘Ņ€ĐžŅŅ‡ŅŠŅ‚ Đĩ ĐˇĐ°Ņ‚Đ˛ĐžŅ€ĐĩĐŊĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ ĐŋŅ€Đ¸ĐĩĐŧаĐŊĐĩ ĐŊа Đ˛Ņ€ŅŠĐˇĐēа: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ ŅĐ˛ŅŠŅ€ĐˇĐ˛Đ°ĐŊĐĩ ĐēҊĐŧ Đ°Đ´Ņ€Đĩҁ: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ ĐˇĐ°Ņ‚Đ˛Đ°Ņ€ŅĐŊĐĩ ĐŊа Ņ„Đ°ĐšĐģ: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ ĐˇĐ°Ņ‚Đ˛Đ°Ņ€ŅĐŊĐĩ ĐŊа ĐŗĐŊĐĩСдО: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ ĐˇĐ°Ņ‚Đ˛Đ°Ņ€ŅĐŊĐĩ ĐŊа ЮНИКС: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ ŅĐ˛ŅŠŅ€ĐˇĐ˛Đ°ĐŊĐĩ: Đ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ ŅĐ˛ŅŠŅ€ĐˇĐ˛Đ°ĐŊĐĩ: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ ŅŅŠĐˇĐ´Đ°Đ˛Đ°ĐŊĐĩ ĐŊа Ņ€ĐĩСĐĩŅ€Đ˛ĐŊĐž ĐēĐžĐŋиĐĩ: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ ŅŅŠĐˇĐ´Đ°Đ˛Đ°ĐŊĐĩ ĐŊа ĐŋаĐŋĐēа: %sĐ“Ņ€Đĩ҈Đēа ĐŋĐž Đ˛Ņ€ĐĩĐŧĐĩ ĐŊа ĐŋŅ€ĐĩĐžĐąŅ€Đ°ĐˇŅƒĐ˛Đ°ĐŊĐĩ: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ ĐŋĐžĐģŅƒŅ‡Đ°Đ˛Đ°ĐŊĐĩ ĐŊа иĐŊŅ„ĐžŅ€ĐŧĐ°Ņ†Đ¸Ņ Са Ņ„Đ°ĐšĐģĐžĐ˛Đ°Ņ‚Đ° ŅĐ¸ŅŅ‚ĐĩĐŧа: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ ŅŅ‚Đ°Ņ€Ņ‚Đ¸Ņ€Đ°ĐŊĐĩ ĐŊа ĐŋŅ€Đ¸ĐģĐžĐļĐĩĐŊиĐĩ: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ ŅŅŠĐˇĐ´Đ°Đ˛Đ°ĐŊĐĩ ĐŊа ŅĐ¸ĐŧвОĐģĐŊа Đ˛Ņ€ŅŠĐˇĐēа: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ ĐŋŅ€ĐĩĐŧĐĩŅŅ‚Đ˛Đ°ĐŊĐĩ ĐŊа Ņ„Đ°ĐšĐģ: %sĐ“Ņ€Đĩ҈Đēа ĐŊа Ņ€ĐĩĐ´ %d, СĐŊаĐē %d: Đ“Ņ€Đĩ҈Đēа ĐŊа Ņ€ĐĩĐ´ %d: %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Đ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ СадаваĐŊĐĩ ĐŊа ĐēĐžĐŊŅ‚ĐĩĐēŅŅ‚Đ° ĐŊа SELinux: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ СадаваĐŊĐĩ ĐŊа Đ´ĐžĐŋҊĐģĐŊĐ¸Ņ‚ĐĩĐģĐĩĐŊ Đ°Ņ‚Ņ€Đ¸ĐąŅƒŅ‚ „%s“: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ СадаваĐŊĐĩ ĐŊа Đ˛Ņ€ĐĩĐŧĐĩŅ‚Đž ĐŊа ĐŋŅ€ĐžĐŧŅĐŊа иĐģи Đ´ĐžŅŅ‚ŅŠĐŋ: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ СадаваĐŊĐĩ ĐŊа ŅĐžĐąŅŅ‚Đ˛ĐĩĐŊиĐē: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ СадаваĐŊĐĩ ĐŊа ĐŋŅ€Đ°Đ˛Đ°Ņ‚Đ° Са Đ´ĐžŅŅ‚ŅŠĐŋ: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ СадаваĐŊĐĩ ĐŊа ŅĐ¸ĐŧвОĐģĐŊа Đ˛Ņ€ŅŠĐˇĐēа: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ СадаваĐŊĐĩ ĐŊа ŅĐ¸ĐŧвОĐģĐŊа Đ˛Ņ€ŅŠĐˇĐēа: Ņ„Đ°ĐšĐģŅŠŅ‚ ĐŊĐĩ Đĩ Ņ‚Đ°ĐēĐ°Đ˛Đ°Đ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ ĐŋĐžĐģŅƒŅ‡Đ°Đ˛Đ°ĐŊĐĩ ĐŊа ŅŅŠŅŅ‚ĐžŅĐŊиĐĩŅ‚Đž ĐŊа Ņ„Đ°ĐšĐģ „%s“: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ ĐŋĐžĐģŅƒŅ‡Đ°Đ˛Đ°ĐŊĐĩ ĐŊа ŅŅŠŅŅ‚ĐžŅĐŊиĐĩŅ‚Đž ĐŊа Ņ„Đ°ĐšĐģĐžĐ˛Đ¸Ņ Đ´ĐĩҁĐēŅ€Đ¸ĐŋŅ‚ĐžŅ€: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ ĐŋŅ€ĐĩĐŧĐĩŅŅ‚Đ˛Đ°ĐŊĐĩ ĐŊа Ņ„Đ°ĐšĐģ в ĐēĐžŅˆŅ‡ĐĩŅ‚Đž: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ ҁҊĐēŅ€Đ°Ņ‰Đ°Đ˛Đ°ĐŊĐĩ ĐŊа Ņ„Đ°ĐšĐģ: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ ĐēĐžĐŧĐŋиĐģĐ¸Ņ€Đ°ĐŊĐĩŅ‚Đž ĐŊа Ņ€ĐĩĐŗŅƒĐģŅŅ€ĐŊĐ¸Ņ Đ¸ĐˇŅ€Đ°Đˇ %s, СĐŊаĐē %d: %sĐ“Ņ€Đĩ҈Đēа %2$s ĐŋŅ€Đ¸ ĐŊаĐŋĐ°ŅĐ˛Đ°ĐŊĐĩŅ‚Đž ĐŊа Ņ€ĐĩĐŗŅƒĐģŅŅ€ĐŊĐ¸Ņ Đ¸ĐˇŅ€Đ°Đˇ — %1$sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ ĐžĐŋŅ‚Đ¸ĐŧĐ¸ĐˇĐ¸Ņ€Đ°ĐŊĐĩŅ‚Đž ĐŊа Ņ€ĐĩĐŗŅƒĐģŅŅ€ĐŊĐ¸Ņ Đ¸ĐˇŅ€Đ°Đˇ %s: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ аĐŊаĐģиСа ĐŊа Ņ‚ĐĩĐēŅŅ‚Đ° Са СаĐŧŅĐŊа „%s“, СĐŊаĐē %lu: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ СаĐŋĐ¸Ņ Đ˛ŅŠĐ˛ Ņ„Đ°ĐšĐģ: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ СаĐŋĐ¸Ņ ĐēҊĐŧ ЮНИКС: %sНĐĩ҃ҁĐŋĐĩŅ… ĐŋŅ€Đ¸ Đ¸ĐˇŅ‚Ņ€Đ¸Đ˛Đ°ĐŊĐĩŅ‚Đž ĐŊа ŅŅŠŅ‰ĐĩŅŅ‚Đ˛ŅƒĐ˛Đ°Ņ‰Đ¸Ņ Ņ„Đ°ĐšĐģ „%s“: ĐŊĐĩ҃ҁĐŋĐĩ҈ĐŊĐž иСĐŋҊĐģĐŊĐĩĐŊиĐĩ ĐŊа g_unlink(): %sĐžŅ‡Đ°ĐēĐ˛Đ°ŅˆĐĩ ҁĐĩ GEmblem Са GEmblemedIconĐžŅ‡Đ°ĐēĐ˛Đ°ŅˆĐĩ ҁĐĩ 1 ĐēĐžĐŊŅ‚Ņ€ĐžĐģĐŊĐž ŅŅŠĐžĐąŅ‰ĐĩĐŊиĐĩ, а ĐąŅŅ…Đ° ĐŋĐžĐģŅƒŅ‡ĐĩĐŊи %dĐžŅ‡Đ°ĐēĐ˛Đ°ŅˆĐĩ ҁĐĩ ĐĩдиĐŊ Ņ„Đ°ĐšĐģОв Đ´ĐĩҁĐēŅ€Đ¸ĐŋŅ‚ĐžŅ€, а ĐąŅŅ…Đ° ĐŋĐžĐģŅƒŅ‡ĐĩĐŊи %d НĐĩ҃ҁĐŋĐĩŅ… ĐŋŅ€Đ¸ ĐŋŅ€ĐžĐŧŅĐŊа ĐēҊĐŧ ĐŋаĐŋĐēа „%s“ (%s)НĐĩ҃ҁĐŋĐĩŅ… ĐŋŅ€Đ¸ ĐˇĐ°Ņ‚Đ˛Đ°Ņ€ŅĐŊĐĩ ĐŊа Ņ„Đ°ĐšĐģ „%s“: ĐŊĐĩ҃ҁĐŋĐĩ҈ĐŊĐž иСĐŋҊĐģĐŊĐĩĐŊиĐĩ ĐŊа fclose(): %sНĐĩ҃ҁĐŋĐĩŅ… ĐŋŅ€Đ¸ ŅŅŠĐˇĐ´Đ°Đ˛Đ°ĐŊĐĩ ĐŊа Ņ„Đ°ĐšĐģ „%s“: %sНĐĩ҃ҁĐŋĐĩŅ… ĐŋŅ€Đ¸ ŅŅŠĐˇĐ´Đ°Đ˛Đ°ĐŊĐĩŅ‚Đž ĐŊа ĐēаĐŊаĐģ Са ĐēĐžĐŧ҃ĐŊиĐēĐ°Ņ†Đ¸Ņ ҁ Đ´ŅŠŅ‰ĐĩŅ€ĐĩĐŊ ĐŋŅ€ĐžŅ†Đĩҁ (%s)НĐĩ҃ҁĐŋĐĩŅ… ĐŋŅ€Đ¸ иСĐŋҊĐģĐŊĐĩĐŊиĐĩ ĐŊа Đ´ŅŠŅ‰ĐĩŅ€ĐĩĐŊ ĐŋŅ€ĐžŅ†Đĩҁ „%s“ (%s)НĐĩ҃ҁĐŋĐĩŅ… ĐŋŅ€Đ¸ иСĐŋҊĐģĐŊĐĩĐŊиĐĩ ĐŊа Đ´ŅŠŅ‰ĐĩŅ€ĐĩĐŊ ĐŋŅ€ĐžŅ†Đĩҁ (%s)НĐĩ҃ҁĐŋĐĩŅ… ĐŋŅ€Đ¸ иСĐŋҊĐģĐŊĐĩĐŊиĐĩ ĐŊа ĐŋŅ€ĐžĐŗŅ€Đ°ĐŧĐ°Ņ‚Đ° Са ĐŋĐžĐŧĐžŅ‰Ņ‚Đ° (%s)НĐĩ҃ҁĐŋĐĩŅ… ĐŋŅ€Đ¸ Đ´ĐžĐŋĐ¸ŅĐ˛Đ°ĐŊĐĩŅ‚Đž ĐŊа Ņ€Đĩда Са иСĐŋҊĐģĐŊĐĩĐŊиĐĩ „%s“ ҁ Đ°Đ´Ņ€ĐĩŅĐ° „%s“НĐĩ҃ҁĐŋĐĩ҈ĐŊĐž Ņ€Đ°ĐˇĐēĐģĐžĐŊŅĐ˛Đ°ĐŊĐĩ (%s)НĐĩ҃ҁĐŋĐĩŅ… ĐŋŅ€Đ¸ Ņ€Đ°ĐˇĐēĐģĐžĐŊŅĐ˛Đ°ĐŊĐĩ ĐŊа Đ´ŅŠŅ‰ĐĩŅ€ĐĩĐŊ ĐŋŅ€ĐžŅ†Đĩҁ (%s)НĐĩ҃ҁĐŋĐĩŅ… ĐŋŅ€Đ¸ ĐŋĐžĐģŅƒŅ‡Đ°Đ˛Đ°ĐŊĐĩ ĐŊа Đ°Ņ‚Ņ€Đ¸ĐąŅƒŅ‚Đ¸Ņ‚Đĩ ĐŊа Ņ„Đ°ĐšĐģ „%s“: ĐŊĐĩ҃ҁĐŋĐĩ҈ĐŊĐž иСĐŋҊĐģĐŊĐĩĐŊиĐĩ ĐŊа fstat(): %sНĐĩ҃ҁĐŋĐĩŅ… ĐŋŅ€Đ¸ ĐžŅ‚Đ˛Đ°Ņ€ŅĐŊĐĩ ĐŊа Ņ„Đ°ĐšĐģ в ĐŋаĐŧĐĩŅ‚Ņ‚Đ° „%s“: ĐŊĐĩ҃ҁĐŋĐĩ҈ĐŊĐž иСĐŋҊĐģĐŊĐĩĐŊиĐĩ ĐŊа mmap(): %sНĐĩ҃ҁĐŋĐĩŅ… ĐŋŅ€Đ¸ ĐžŅ‚Đ˛Đ°Ņ€ŅĐŊĐĩ ĐŊа Ņ„Đ°ĐšĐģ „%s“ Са ĐŋĐ¸ŅĐ°ĐŊĐĩ: ĐŊĐĩ҃ҁĐŋĐĩ҈ĐŊĐž иСĐŋҊĐģĐŊĐĩĐŊиĐĩ ĐŊа fdopen(): %sНĐĩ҃ҁĐŋĐĩŅ… ĐŋŅ€Đ¸ ĐžŅ‚Đ˛Đ°Ņ€ŅĐŊĐĩ ĐŊа Ņ„Đ°ĐšĐģ „%s“: %sНĐĩ҃ҁĐŋĐĩŅ… ĐŋŅ€Đ¸ ĐžŅ‚Đ˛Đ°Ņ€ŅĐŊĐĩ ĐŊа Ņ„Đ°ĐšĐģ „%s“: ĐŊĐĩ҃ҁĐŋĐĩ҈ĐŊĐž иСĐŋҊĐģĐŊĐĩĐŊиĐĩ ĐŊа fdopen(): %sНĐĩ҃ҁĐŋĐĩŅ… ĐŋŅ€Đ¸ ĐžŅ‚Đ˛Đ°Ņ€ŅĐŊĐĩ ĐŊа Ņ„Đ°ĐšĐģ „%s“: ĐŊĐĩ҃ҁĐŋĐĩ҈ĐŊĐž иСĐŋҊĐģĐŊĐĩĐŊиĐĩ ĐŊа open(): %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ аĐŊаĐģиС ĐŊа „%-.*s“, ĐēĐžĐĩŅ‚Đž Ņ‚Ņ€ŅĐąĐ˛Đ° да Đĩ Ņ‡Đ¸ŅĐģĐž в ҃ĐēĐ°ĐˇĐ°Ņ‚ĐĩĐģ ĐŊа СĐŊаĐē (ĐŊаĐŋŅ€. ê). ВĐĩŅ€ĐžŅŅ‚ĐŊĐž Ņ‡Đ¸ŅĐģĐžŅ‚Đž Đĩ Ņ‚Đ˛ŅŠŅ€Đ´Đĩ ĐŗĐžĐģŅĐŧоНĐĩ҃ҁĐŋĐĩŅ… ĐŋŅ€Đ¸ ҇ĐĩŅ‚ĐĩĐŊĐĩ ĐŊа даĐŊĐŊи ĐžŅ‚ Đ´ŅŠŅ‰ĐĩŅ€ĐĩĐŊ ĐŋŅ€ĐžŅ†ĐĩŅĐĐĩ҃ҁĐŋĐĩŅ… ĐŋŅ€Đ¸ ҇ĐĩŅ‚ĐĩĐŊĐĩ ĐŊа даĐŊĐŊи ĐžŅ‚ Đ´ŅŠŅ‰ĐĩŅ€ĐĩĐŊ ĐŋŅ€ĐžŅ†Đĩҁ (%s)НĐĩ҃ҁĐŋĐĩŅ… ĐŋŅ€Đ¸ ҇ĐĩŅ‚ĐĩĐŊĐĩŅ‚Đž ĐŊа Đ´ĐžŅŅ‚Đ°Ņ‚ŅŠŅ‡ĐŊĐž даĐŊĐŊи ĐžŅ‚ ĐēаĐŊаĐģа ĐŊа Đ´ŅŠŅ‰ĐĩŅ€ĐĩĐŊ ĐŋŅ€ĐžŅ†Đĩҁ (ҁ идĐĩĐŊŅ‚Đ¸Ņ„Đ¸ĐēĐ°Ņ‚ĐžŅ€ %s)НĐĩ҃ҁĐŋĐĩŅ… ĐŋŅ€Đ¸ ҇ĐĩŅ‚ĐĩĐŊĐĩ ĐžŅ‚ Đ´ŅŠŅ‰ĐĩŅ€ĐĩĐŊ ĐēаĐŊаĐģ (%s)НĐĩ҃ҁĐŋĐĩŅ… ĐŋŅ€Đ¸ ҇ĐĩŅ‚ĐĩĐŊĐĩ ĐžŅ‚ Ņ„Đ°ĐšĐģ „%s“: %sНĐĩ҃ҁĐŋĐĩŅ… ĐŋŅ€Đ¸ ҇ĐĩŅ‚ĐĩĐŊĐĩ ĐŊа ŅĐ¸ĐŧвОĐģĐŊĐ°Ņ‚Đ° Đ˛Ņ€ŅŠĐˇĐēа „%s“: %sНĐĩ҃ҁĐŋĐĩŅ… ĐŋŅ€Đ¸ ĐŋŅ€ĐĩĐŊĐ°ŅĐžŅ‡Đ˛Đ°ĐŊĐĩ ĐŊа Đ¸ĐˇŅ…ĐžĐ´Đ° иĐģи Đ˛Ņ…ĐžĐ´Đ° ĐŊа Đ´ŅŠŅ‰ĐĩŅ€ĐĩĐŊ ĐŋŅ€ĐžŅ†Đĩҁ (%s)НĐĩ҃ҁĐŋĐĩŅ… ĐŋŅ€Đ¸ ĐŋŅ€ĐĩиĐŧĐĩĐŊŅƒĐ˛Đ°ĐŊĐĩ ĐŊа Ņ„Đ°ĐšĐģ „%s“ ĐŊа „%s“: ĐŊĐĩ҃ҁĐŋĐĩ҈ĐŊĐž иСĐŋҊĐģĐŊĐĩĐŊиĐĩ ĐŊа g_rename(): %sНĐĩ҃ҁĐŋĐĩŅ… ĐŋŅ€Đ¸ ĐŋŅ€ĐĩĐžŅ€Đ°ĐˇĐŧĐĩŅ€ŅĐ˛Đ°ĐŊĐĩŅ‚Đž ĐŊа Đ¸ĐˇŅ…ĐžĐ´ŅŅ‰Đ¸Ņ ĐŋĐžŅ‚ĐžĐē в ĐŋаĐŧĐĩŅ‚Ņ‚Đ°ĐĐĩ҃ҁĐŋĐĩŅ… ĐŋŅ€Đ¸ СаĐŋĐ¸Ņ ĐŊа Ņ„Đ°ĐšĐģ „%s“: ĐŊĐĩ҃ҁĐŋĐĩ҈ĐŊĐž иСĐŋҊĐģĐŊĐĩĐŊиĐĩ ĐŊа fflush(): %sНĐĩ҃ҁĐŋĐĩŅ… ĐŋŅ€Đ¸ СаĐŋĐ¸Ņ ĐŊа Ņ„Đ°ĐšĐģ „%s“: ĐŊĐĩ҃ҁĐŋĐĩ҈ĐŊĐž иСĐŋҊĐģĐŊĐĩĐŊиĐĩ ĐŊа fsync(): %sНĐĩ҃ҁĐŋĐĩŅ… ĐŋŅ€Đ¸ СаĐŋĐ¸Ņ ĐŊа Ņ„Đ°ĐšĐģ „%s“: ĐŊĐĩ҃ҁĐŋĐĩ҈ĐŊĐž иСĐŋҊĐģĐŊĐĩĐŊиĐĩ ĐŊа fwrite(): %sФаКĐģŅŠŅ‚ „%s“ Đĩ ĐŋŅ€ĐĩĐēаĐģĐĩĐŊĐž ĐŗĐžĐģŅĐŧФаКĐģĐžĐ˛Đ¸ŅŅ‚ ĐąŅ€ĐžŅŅ‡ Đ˛ŅĐĩ ĐžŅ‰Đĩ Đĩ Đĩ ĐŋŅ€Đ¸Đ˛ŅŠŅ€ŅˆĐ¸ĐģФаКĐģĐžĐ˛Đ¸ŅŅ‚ ĐąŅ€ĐžŅŅ‡ вĐĩ҇Đĩ Đĩ ĐˇĐ°Ņ‚Đ˛ĐžŅ€ĐĩĐŊФаКĐģŅŠŅ‚ Đĩ ĐŋŅ€Đ°ĐˇĐĩĐŊФаКĐģĐžĐ˛Đ¸Ņ‚Đĩ иĐŧĐĩĐŊа ĐŊĐĩ ĐŧĐžĐŗĐ°Ņ‚ да ŅŅŠĐ´ŅŠŅ€ĐļĐ°Ņ‚ „%câ€œĐšĐžŅ€ĐĩĐŊОва ĐŋаĐŋĐēа ĐŊа Ņ„Đ°ĐšĐģĐžĐ˛Đ°Ņ‚Đ° ŅĐ¸ŅŅ‚ĐĩĐŧаGSocketControlMessage ĐŊĐĩ ҁĐĩ ĐŋĐžĐ´Đ´ŅŠŅ€Đļа ĐŋОд ĐŖĐ¸ĐŊĐ´ĐžŅƒŅĐĐ°ŅŅ‚Ņ€ĐžĐšĐēи ĐŊа ĐŋĐžĐŧĐžŅ‰Ņ‚Đ°:ИĐŧĐĩŅ‚Đž ĐŊа Ņ…ĐžŅŅ‚Đ° „%s“ ŅŅŠĐ´ŅŠŅ€Đļа „[“, ĐŊĐž ĐģиĐŋŅĐ˛Đ° „]â€œĐ’Ņ…ĐžĐ´ĐŊĐ¸ŅŅ‚ ĐŋĐžŅ‚ĐžĐē ĐŊĐĩ ĐŋĐžĐ´Đ´ŅŠŅ€Đļа ҇ĐĩŅ‚ĐĩĐŊĐĩĐĻĐĩĐģĐžŅ‡Đ¸ŅĐģĐĩĐŊĐ°Ņ‚Đ° ŅŅ‚ĐžĐšĐŊĐžŅŅ‚ „%s“ Са %s Đĩ Đ¸ĐˇĐ˛ŅŠĐŊ иĐŊŅ‚ĐĩŅ€Đ˛Đ°Đģа ĐŊа Đ´ĐžĐŋŅƒŅŅ‚Đ¸ĐŧĐ¸Ņ‚Đĩ ŅŅ‚ĐžĐšĐŊĐžŅŅ‚Đ¸ĐĻĐĩĐģĐžŅ‡Đ¸ŅĐģĐĩĐŊĐ°Ņ‚Đ° ŅŅ‚ĐžĐšĐŊĐžŅŅ‚ „%s“ Đĩ Đ¸ĐˇĐ˛ŅŠĐŊ иĐŊŅ‚ĐĩŅ€Đ˛Đ°Đģа ĐŊа Đ´ĐžĐŋŅƒŅŅ‚Đ¸Đŧи ŅŅ‚ĐžĐšĐŊĐžŅŅ‚Đ¸Đ—Đ°Đ´Đ°Đ´ĐĩĐŊ Đĩ ĐŊĐĩĐŋŅ€Đ°Đ˛Đ¸ĐģĐĩĐŊ GSeekTypeНĐĩĐŋŅ€Đ°Đ˛Đ¸ĐģĐŊĐž ĐēĐžĐ´Đ¸Ņ€Đ°ĐŊ Ņ‚ĐĩĐēҁ҂ в UTF-8 — „%s“ Đĩ ĐŗŅ€Đĩ҈ĐĩĐŊНĐĩĐŋŅ€Đ°Đ˛Đ¸ĐģĐĩĐŊ вид ĐŊа Đ°Ņ‚Ņ€Đ¸ĐąŅƒŅ‚ (ĐžŅ‡Đ°ĐēĐ˛Đ°ŅˆĐĩ ҁĐĩ ĐŊиС ĐžŅ‚ ĐąĐ°ĐšŅ‚ĐžĐ˛Đĩ)НĐĩĐŋŅ€Đ°Đ˛Đ¸ĐģĐĩĐŊ вид ĐŊа Đ°Ņ‚Ņ€Đ¸ĐąŅƒŅ‚ (ĐžŅ‡Đ°ĐēĐ˛Đ°ŅˆĐĩ ҁĐĩ ĐŊиС)НĐĩĐŋŅ€Đ°Đ˛Đ¸ĐģĐĩĐŊ вид ĐŊа Đ°Ņ‚Ņ€Đ¸ĐąŅƒŅ‚ (ĐžŅ‡Đ°ĐēĐ˛Đ°ŅˆĐĩ ҁĐĩ uint32)НĐĩĐŋŅ€Đ°Đ˛Đ¸ĐģĐĩĐŊ вид ĐŊа Đ°Ņ‚Ņ€Đ¸ĐąŅƒŅ‚ (ĐžŅ‡Đ°ĐēĐ˛Đ°ŅˆĐĩ ҁĐĩ uint64)Đ“Ņ€Đĩ҈ĐŊа ĐąĐ°ĐšŅ‚ĐžĐ˛Đ° ĐŋĐžŅĐģĐĩĐ´ĐžĐ˛Đ°Ņ‚ĐĩĐģĐŊĐžŅŅ‚ ĐŊа Đ˛Ņ…ĐžĐ´Đ° Са ĐŋŅ€ĐĩĐžĐąŅ€Đ°ĐˇŅƒĐ˛Đ°ĐŊĐĩНĐĩĐŋŅ€Đ°Đ˛Đ¸ĐģĐŊĐž иĐŧĐĩ ĐŊа Đ´ĐžĐŋҊĐģĐŊĐ¸Ņ‚ĐĩĐģĐĩĐŊ Đ°Ņ‚Ņ€Đ¸ĐąŅƒŅ‚ĐĐĩĐŋŅ€Đ°Đ˛Đ¸ĐģĐŊĐž иĐŧĐĩ ĐŊа Ņ„Đ°ĐšĐģНĐĩĐŋŅ€Đ°Đ˛Đ¸ĐģĐŊĐž иĐŧĐĩ ĐŊа Ņ„Đ°ĐšĐģ: %sНĐĩĐŋŅ€Đ°Đ˛Đ¸ĐģĐŊĐž иĐŧĐĩ ĐŊа ĐŗŅ€ŅƒĐŋа: %sНĐĩĐŋŅ€Đ°Đ˛Đ¸ĐģĐŊĐž иĐŧĐĩ ĐŊа Ņ…ĐžŅŅ‚ĐĐĩĐŋŅ€Đ°Đ˛Đ¸ĐģĐŊĐž иĐŧĐĩ ĐŊа ĐēĐģŅŽŅ‡: %sНĐĩĐŋŅ€Đ°Đ˛Đ¸ĐģĐŊĐž иĐŧĐĩ ĐŊа ĐŋŅ€ĐžĐŗŅ€Đ°Đŧа: %sНĐĩĐŋŅ€Đ°Đ˛Đ¸ĐģĐŊа ĐˇĐ°ŅĐ˛Đēа Са Ņ‚ŅŠŅ€ŅĐĩĐŊĐĩНĐĩĐŋŅ€Đ°Đ˛Đ¸ĐģĐŊа ĐŋĐžŅĐģĐĩĐ´ĐžĐ˛Đ°Ņ‚ĐĩĐģĐŊĐžŅŅ‚ ĐŊа Đ˛Ņ…ĐžĐ´Đ° Са ĐŋŅ€ĐĩĐžĐąŅ€Đ°ĐˇŅƒĐ˛Đ°ĐŊĐĩНĐĩĐŋŅ€Đ°Đ˛Đ¸ĐģĐŊĐž ĐŗĐŊĐĩСдО, ĐŊĐĩ҃ҁĐŋĐĩ҈ĐŊа иĐŊĐ¸Ņ†Đ¸Đ°ĐģĐ¸ĐˇĐ°Ņ†Đ¸Ņ ĐŋĐžĐŊĐĩĐļĐĩ: %sНĐĩĐŋŅ€Đ°Đ˛Đ¸ĐģĐŊĐž ĐŗĐŊĐĩСдО, ĐŊĐĩ Đĩ иĐŊĐ¸Ņ†Đ¸Đ°ĐģĐ¸ĐˇĐ¸Ņ€Đ°ĐŊоНĐĩваĐģидĐĩĐŊ ĐŊиС Đ˛ŅŠĐ˛ вĐĩĐēŅ‚ĐžŅ€Đ° ҁ Đ°Ņ€ĐŗŅƒĐŧĐĩĐŊŅ‚Đ¸ ĐŊа ĐŋĐžĐˇĐ¸Ņ†Đ¸Ņ %d: %sНĐĩĐŋŅ€Đ°Đ˛Đ¸ĐģĐĩĐŊ ĐŊиС в ҁҀĐĩĐ´Đ°Ņ‚Đ°: %sЗададĐĩĐŊа Đĩ ĐŊĐĩĐŋŅ€Đ°Đ˛Đ¸ĐģĐŊа ŅŅ‚ĐžĐšĐŊĐžŅŅ‚ ĐŊа ŅĐ¸ĐŧвОĐģĐŊа Đ˛Ņ€ŅŠĐˇĐēаНĐĩĐŋŅ€Đ°Đ˛Đ¸ĐģĐŊа Ņ€Đ°ĐąĐžŅ‚ĐŊа ĐŋаĐŋĐēа: %sКĐģŅŽŅ‡ĐžĐ˛Đ¸ŅŅ‚ Ņ„Đ°ĐšĐģ ŅŅŠĐ´ŅŠŅ€Đļа ĐĩĐēŅ€Đ°ĐŊĐ¸Ņ€Đ°Ņ‰Đ° ĐŋĐžŅĐģĐĩĐ´ĐžĐ˛Đ°Ņ‚ĐĩĐģĐŊĐžŅŅ‚ в ĐēŅ€Đ°Đš ĐŊа Ņ€ĐĩдКĐģŅŽŅ‡ĐžĐ˛Đ¸ŅŅ‚ Ņ„Đ°ĐšĐģ ŅŅŠĐ´ŅŠŅ€Đļа ĐŗŅ€Đĩ҈ĐŊа ĐĩĐēŅ€Đ°ĐŊĐ¸Ņ€Đ°Ņ‰Đ° ĐŋĐžŅĐģĐĩĐ´ĐžĐ˛Đ°Ņ‚ĐĩĐģĐŊĐžŅŅ‚ — „%s“КĐģŅŽŅ‡ĐžĐ˛Đ¸ŅŅ‚ Ņ„Đ°ĐšĐģ ŅŅŠĐ´ŅŠŅ€Đļа ĐēĐģŅŽŅ‡Đ° „%s“ в ĐŗŅ€ŅƒĐŋĐ°Ņ‚Đ° „%s“, Ņ‡Đ¸ŅŅ‚Đž ŅŅ‚ĐžĐšĐŊĐžŅŅ‚ ĐŊĐĩ ĐŧĐžĐļĐĩ да ĐąŅŠĐ´Đĩ аĐŊаĐģĐ¸ĐˇĐ¸Ņ€Đ°ĐŊа.КĐģŅŽŅ‡ĐžĐ˛Đ¸ŅŅ‚ Ņ„Đ°ĐšĐģ ŅŅŠĐ´ŅŠŅ€Đļа ĐēĐģŅŽŅ‡Đ° „%s“, Ņ‡Đ¸ŅŅ‚Đž ŅŅ‚ĐžĐšĐŊĐžŅŅ‚ ĐŊĐĩ ĐŧĐžĐļĐĩ да ĐąŅŠĐ´Đĩ аĐŊаĐģĐ¸ĐˇĐ¸Ņ€Đ°ĐŊа.КĐģŅŽŅ‡ĐžĐ˛Đ¸ŅŅ‚ Ņ„Đ°ĐšĐģ ŅŅŠĐ´ŅŠŅ€Đļа ĐēĐģŅŽŅ‡Đ° „%s“, Ņ‡Đ¸ŅŅ‚Đž ŅŅ‚ĐžĐšĐŊĐžŅŅ‚ ĐŊĐĩ ĐŧĐžĐļĐĩ да ĐąŅŠĐ´Đĩ аĐŊаĐģĐ¸ĐˇĐ¸Ņ€Đ°ĐŊа.КĐģŅŽŅ‡ĐžĐ˛Đ¸ŅŅ‚ Ņ„Đ°ĐšĐģ ŅŅŠĐ´ŅŠŅ€Đļа ĐēĐģŅŽŅ‡ „%s“ ҁҊҁ ŅŅ‚ĐžĐšĐŊĐžŅŅ‚ „%s“, ĐēĐžŅŅ‚Đž ĐŊĐĩ Đĩ в UTF-8КĐģŅŽŅ‡ĐžĐ˛Đ¸ŅŅ‚ Ņ„Đ°ĐšĐģ ŅŅŠĐ´ŅŠŅ€Đļа Ņ€Đĩда „%s“, ĐēĐžĐšŅ‚Đž ĐŊĐĩ Đĩ ĐŊĐ¸Ņ‚Đž двОКĐēа ĐēĐģŅŽŅ‡-ŅŅ‚ĐžĐšĐŊĐžŅŅ‚, ĐŊĐ¸Ņ‚Đž ĐŗŅ€ŅƒĐŋа, ĐŊĐ¸Ņ‚Đž ĐēĐžĐŧĐĩĐŊŅ‚Đ°Ņ€ĐšĐģŅŽŅ‡ĐžĐ˛Đ¸ŅŅ‚ Ņ„Đ°ĐšĐģ ŅŅŠĐ´ŅŠŅ€Đļа ĐŊĐĩĐŋĐžĐ´Đ´ŅŠŅ€ĐļаĐŊĐžŅ‚Đž ĐēĐžĐ´Đ¸Ņ€Đ°ĐŊĐĩ „%s“КĐģŅŽŅ‡ĐžĐ˛Đ¸ŅŅ‚ Ņ„Đ°ĐšĐģ ĐŊĐĩ ŅŅŠĐ´ŅŠŅ€Đļа ĐŗŅ€ŅƒĐŋĐ°Ņ‚Đ° „%s“КĐģŅŽŅ‡ĐžĐ˛Đ¸ŅŅ‚ Ņ„Đ°ĐšĐģ ĐŊĐĩ ŅŅŠĐ´ŅŠŅ€Đļа ĐēĐģŅŽŅ‡Đ° „%s“КĐģŅŽŅ‡ĐžĐ˛Đ¸ŅŅ‚ Ņ„Đ°ĐšĐģ ĐŊĐĩ ŅŅŠĐ´ŅŠŅ€Đļа ĐēĐģŅŽŅ‡Đ° „%s“ в ĐŗŅ€ŅƒĐŋĐ°Ņ‚Đ° „%s“КĐģŅŽŅ‡ĐžĐ˛Đ¸ŅŅ‚ Ņ„Đ°ĐšĐģ ĐŊĐĩ СаĐŋĐžŅ‡Đ˛Đ° ҁ ĐŗŅ€ŅƒĐŋаВ ĐąŅƒŅ„ĐĩŅ€Đ° Са ҇ĐĩŅ‚ĐĩĐŊĐĩ ĐžŅŅ‚Đ°ĐŊĐ°Ņ…Đ° ĐŊĐĩĐŋŅ€ĐĩĐžĐąŅ€Đ°ĐˇŅƒĐ˛Đ°ĐŊи даĐŊĐŊĐ¸Đ¤ŅƒĐŊĐēŅ†Đ¸ŅŅ‚Đ° Са ҁĐģŅƒŅˆĐ°ĐŊĐĩ вĐĩ҇Đĩ Đĩ ĐˇĐ°Ņ‚Đ˛ĐžŅ€ĐĩĐŊаНĐĩĐŋŅ€Đ°Đ˛Đ¸ĐģĐŊи Đ˛Ņ…ĐžĐ´ĐŊи даĐŊĐŊи Са GFileIconНĐĩĐŋŅ€Đ°Đ˛Đ¸ĐģĐĩĐŊ ĐąŅ€ĐžĐš ĐģĐĩĐēҁĐĩĐŧи (%d) в ĐēĐžĐ´Đ¸Ņ€Đ°ĐŊĐĩŅ‚Đž GEmblemНĐĩĐŋŅ€Đ°Đ˛Đ¸ĐģĐĩĐŊ ĐąŅ€ĐžĐš ĐģĐĩĐēҁĐĩĐŧи (%d) в ĐēĐžĐ´Đ¸Ņ€Đ°ĐŊĐĩŅ‚Đž GEmblemedIconНĐĩĐŋŅ€Đ°Đ˛Đ¸ĐģĐĩĐŊ ĐŊĐžĐŧĐĩŅ€ ĐŊа вĐĩŅ€ŅĐ¸Ņ: %sĐ˜ĐˇŅ…ĐžĐ´ŅŅ‰Đ¸ŅŅ‚ ĐŋĐžŅ‚ĐžĐē в ĐŋаĐŧĐĩŅ‚Ņ‚Đ° ĐŊĐĩ ĐŧĐžĐļĐĩ да ĐąŅŠĐ´Đĩ ĐŋŅ€ĐĩĐžŅ€Đ°ĐˇĐŧĐĩŅ€ĐĩĐŊЛиĐŋŅĐ˛Đ° Đ°Ņ€ĐŗŅƒĐŧĐĩĐŊŅ‚ Са %sНĐĩ ҁĐĩ ĐŋĐžĐ´Đ´ŅŠŅ€Đļа ĐŧĐĩҁ҂ĐĩĐŊĐĩ ĐŧĐĩĐļĐ´Ņƒ ĐŧĐžĐŊŅ‚Đ¸Ņ€Đ°ĐŊи ĐŧĐĩŅŅ‚ĐžĐŋĐžĐģĐžĐļĐĩĐŊĐ¸ŅĐĐĩ Đĩ ҃ĐēаСаĐŊ Đ˛Đ¸Đ´ŅŠŅ‚ MIME в ĐžŅ‚ĐŧĐĩŅ‚ĐēĐ°Ņ‚Đ° Са Đ°Đ´Ņ€ĐĩŅĐ° „%s“НĐĩ Đĩ Ņ€ĐĩĐŗĐ¸ŅŅ‚Ņ€Đ¸Ņ€Đ°ĐŊĐž ĐŋŅ€Đ¸ĐģĐžĐļĐĩĐŊиĐĩ Са ĐžĐąŅ€Đ°ĐąĐžŅ‚Đēа ĐŊа Ņ‚ĐžĐˇĐ¸ вид Ņ„Đ°ĐšĐģОвĐĩНиĐēĐžŅ ĐŋŅ€ĐžĐŗŅ€Đ°Đŧа „%s“ ĐŊĐĩ Đĩ Ņ€ĐĩĐŗĐ¸ŅŅ‚Ņ€Đ¸Ņ€Đ°Đģа ĐžŅ‚ĐŧĐĩŅ‚Đēа Са „%s“НĐĩ Đĩ ĐžŅ‚ĐēŅ€Đ¸Ņ‚Đ° ĐžŅ‚ĐŧĐĩŅ‚Đēа Са Đ°Đ´Ņ€ĐĩŅĐ° „%s“НĐĩ ŅĐ° СададĐĩĐŊи ĐŗŅ€ŅƒĐŋи в ĐžŅ‚ĐŧĐĩŅ‚ĐēĐ°Ņ‚Đ° Са Đ°Đ´Ņ€ĐĩŅĐ° „%s“НĐĩ Đĩ СададĐĩĐŊ Ņ„ĐģĐ°Đŗ Са ĐģĐ¸Ņ‡ĐŊи даĐŊĐŊи в ĐžŅ‚ĐŧĐĩŅ‚ĐēĐ°Ņ‚Đ° Са Đ°Đ´Ņ€ĐĩŅĐ° „%sâ€œĐŅĐŧа СаĐŋĐ¸Ņ Са ҃ҁĐģŅƒĐŗĐ°Ņ‚Đ° „%s“ЛиĐŋŅĐ˛Đ° Ņ‚Đ¸Đŋ Са иĐŧĐĩŅ‚Đž ĐŊа ĐēĐģĐ°Ņ %sНĐĩ ĐŧĐžĐļĐĩ да ҁĐĩ ĐžŅ‚ĐēŅ€Đ¸Đĩ ваĐģидĐĩĐŊ Ņ„Đ°ĐšĐģ ҁ ĐžŅ‚ĐŧĐĩŅ‚Đēи в ĐŋаĐŋĐēĐ¸Ņ‚Đĩ ҁ даĐŊĐŊиНĐĩ Đĩ ОйиĐēĐŊОвĐĩĐŊ Ņ„Đ°ĐšĐģĐŅĐŧа Đ´ĐžŅŅ‚Đ°Ņ‚ŅŠŅ‡ĐŊĐž ĐŧŅŅŅ‚Đž Са Đ°Đ´Ņ€ĐĩŅĐ° ĐŊа ĐŗĐŊĐĩздоНĐĩĐŋĐžĐ´Ņ…ĐžĐ´ŅŅ‰ СĐŊаĐē „%s“, ĐžŅ‡Đ°Đēва ҁĐĩ „=“ ҁĐģĐĩĐ´ иĐŧĐĩŅ‚Đž ĐŊа Đ°Ņ‚Ņ€Đ¸ĐąŅƒŅ‚ „%s“ ĐŊа ĐĩĐģĐĩĐŧĐĩĐŊŅ‚ „%s“НĐĩĐŋĐžĐ´Ņ…ĐžĐ´ŅŅ‰ СĐŊаĐē „%s“, ĐžŅ‡Đ°Đēва ҁĐĩ ĐĩŅ‚Đ¸ĐēĐĩŅ‚ŅŠŅ‚ ĐŊа ĐŋŅ€Đ°ĐˇĐŊĐ¸Ņ ĐĩĐģĐĩĐŧĐĩĐŊŅ‚ „%s“ да ĐˇĐ°Đ˛ŅŠŅ€ŅˆĐ¸ ҁ „>“НĐĩĐŋĐžĐ´Ņ…ĐžĐ´ŅŅ‰ СĐŊаĐē „%s“, ĐžŅ‡Đ°Đēва ҁĐĩ иĐģи ĐžŅ‚Đ˛Đ°Ņ€ŅŅ‰Đ¸ŅŅ‚ ĐĩŅ‚Đ¸ĐēĐĩŅ‚ ĐŊа ĐĩĐģĐĩĐŧĐĩĐŊŅ‚Đ° „%s“ да ĐˇĐ°Đ˛ŅŠŅ€ŅˆĐ¸ ҁҊҁ СĐŊаĐē „>“ иĐģи „/“, иĐģи ĐĩвĐĩĐŊŅ‚ŅƒĐ°ĐģĐŊĐž да ĐŋŅ€ĐžĐ´ŅŠĐģĐļи ҁ Đ°Ņ‚Ņ€Đ¸ĐąŅƒŅ‚. Най-вĐĩŅ€ĐžŅŅ‚ĐŊĐž иСĐŋĐžĐģĐˇĐ˛Đ°Ņ‚Đĩ ĐŊĐĩĐŋŅ€Đ°Đ˛Đ¸ĐģĐĩĐŊ СĐŊаĐē в иĐŧĐĩŅ‚Đž ĐŊа Đ°Ņ‚Ņ€Đ¸ĐąŅƒŅ‚ĐĐĩĐŋĐžĐ´Ņ…ĐžĐ´ŅŅ‰ СĐŊаĐē „%s“, ĐžŅ‡Đ°Đēва ҁĐĩ СĐŊаĐēŅŠŅ‚ „"“ ҁĐģĐĩĐ´ СĐŊаĐēа Са Ņ€Đ°Đ˛ĐĩĐŊŅŅ‚Đ˛Đž, ĐēĐžĐŗĐ°Ņ‚Đž ҁĐĩ ĐŋŅ€Đ¸ŅĐ˛ĐžŅĐ˛Đ° ŅŅ‚ĐžĐšĐŊĐžŅŅ‚ ĐŊа Đ°Ņ‚Ņ€Đ¸ĐąŅƒŅ‚Đ° „%s“ ĐŊа ĐĩĐģĐĩĐŧĐĩĐŊŅ‚ „%s“ДĐĩĐšŅŅ‚Đ˛Đ¸ĐĩŅ‚Đž ĐŊĐĩ ҁĐĩ ĐŋĐžĐ´Đ´ŅŠŅ€ĐļаДĐĩĐšŅŅ‚Đ˛Đ¸ĐĩŅ‚Đž Đĩ ĐŋŅ€ĐĩĐēŅ€Đ°Ņ‚ĐĩĐŊĐžĐ˜ĐˇŅ…ĐžĐ´ĐŊĐ¸ŅŅ‚ ĐŋĐžŅ‚ĐžĐē ĐŊĐĩ ĐŋĐžĐ´Đ´ŅŠŅ€Đļа СаĐŋĐ¸ŅĐ‘Đ¸ĐąĐģĐ¸ĐžŅ‚ĐĩĐēĐ°Ņ‚Đ° PCRE Đĩ ĐēĐžĐŧĐŋиĐģĐ¸Ņ€Đ°ĐŊа ĐąĐĩС ĐŋĐžĐ´Đ´Ņ€ŅŠĐļĐēа ĐŊа ĐŊĐ°ŅŅ‚Ņ€ĐžĐšĐēи в UTF-8БибĐģĐ¸ĐžŅ‚ĐĩĐēĐ°Ņ‚Đ° PCRE Đĩ ĐēĐžĐŧĐŋиĐģĐ¸Ņ€Đ°ĐŊа ĐąĐĩС ĐŋĐžĐ´Đ´Ņ€ŅŠĐļĐēа ĐŊа UTF-8ĐŊĐĩ ҁĐĩ ĐŋĐžĐ´Đ´ŅŠŅ€ĐļĐ°Ņ‚ ĐĩĐģĐĩĐŧĐĩĐŊŅ‚Đ¸ ĐŊа POSIX Са ĐŋĐžĐ´Ņ€ĐĩдйаиĐŧĐĩĐŊОваĐŊĐ¸Ņ‚Đĩ ĐēĐģĐ°ŅĐžĐ˛Đĩ ĐžŅ‚ POSIX ҁĐĩ ĐŋĐžĐ´Đ´ŅŠŅ€ĐļĐ°Ņ‚ ŅĐ°ĐŧĐž в ĐēĐģĐ°ŅĐĐĩĐŋҊĐģĐŊа СĐŊаĐēОва ĐŋĐžŅĐģĐĩĐ´ĐžĐ˛Đ°Ņ‚ĐĩĐģĐŊĐžŅŅ‚ в ĐēŅ€Đ°Ņ ĐŊа Đ˛Ņ…ĐžĐ´ĐŊĐ¸Ņ‚Đĩ даĐŊĐŊиĐĻĐ¸Ņ‚Đ¸Ņ€Đ°ĐŊ Ņ‚ĐĩĐēҁ҂ ĐŊĐĩ СаĐŋĐžŅ‡Đ˛Đ° ҁҊҁ СĐŊаĐēа „"â€œĐĄŅ‚Đ¸ĐŗĐŊĐ°Ņ‚ Đĩ ĐŧаĐēŅĐ¸ĐŧаĐģĐŊĐ¸ŅŅ‚ Ņ€Đ°ĐˇĐŧĐĩŅ€ ĐŊа ĐŧĐ°ŅĐ¸Đ˛ Са даĐŊĐŊиПоĐģŅƒŅ‡ĐĩĐŊ Đĩ ĐŊĐĩĐŋŅ€Đ°Đ˛Đ¸ĐģĐĩĐŊ Ņ„Đ°ĐšĐģОв Đ´ĐĩҁĐēŅ€Đ¸ĐŋŅ‚ĐžŅ€ĐšĐžĐŊŅ‚ĐĩĐēŅŅ‚ŅŠŅ‚ ĐŊа SELinux Ņ‚Ņ€ŅĐąĐ˛Đ° да ĐŊĐĩ Đĩ NULLSELinux ĐŊĐĩ Đĩ вĐēĐģŅŽŅ‡ĐĩĐŊ ĐŊа Ņ‚Đ°ĐˇĐ¸ ŅĐ¸ŅŅ‚ĐĩĐŧаĐĸŅŠŅ€ŅĐĩĐŊĐĩŅ‚Đž ĐŊĐĩ ҁĐĩ ĐŋĐžĐ´Đ´ŅŠŅ€Đļа ĐžŅ‚ ĐŋĐžŅ‚ĐžĐēаНĐĩ ҁĐĩ ĐŋĐžĐ´Đ´ŅŠŅ€Đļа СадаваĐŊĐĩŅ‚Đž ĐŊа Đ°Ņ‚Ņ€Đ¸ĐąŅƒŅ‚Đ° %sПоĐēаСваĐŊĐĩ ĐŊа Đ˛ŅĐ¸Ņ‡Đēи ĐŊĐ°ŅŅ‚Ņ€ĐžĐšĐēи ĐŊа ĐŋĐžĐŧĐžŅ‰Ņ‚Đ°ĐŸĐžĐēаСваĐŊĐĩ ĐŊа ĐŊĐ°ŅŅ‚Ņ€ĐžĐšĐēĐ¸Ņ‚Đĩ ĐŊа ĐŋĐžĐŧĐžŅ‰Ņ‚Đ°Đ“ĐŊĐĩĐˇĐ´ĐžŅ‚Đž вĐĩ҇Đĩ Đĩ ĐˇĐ°Ņ‚Đ˛ĐžŅ€ĐĩĐŊĐžĐ˜ĐˇŅ…ĐžĐ´ĐŊĐ¸ŅŅ‚ ĐŋĐžŅ‚ĐžĐē вĐĩ҇Đĩ Đĩ ĐˇĐ°Ņ‚Đ˛ĐžŅ€ĐĩĐŊĐŸĐžŅ‚ĐžĐēŅŠŅ‚ ĐŊĐĩ ĐŋĐžĐ´Đ´ŅŠŅ€Đļа СаĐŋĐ¸Ņ‚Đ˛Đ°ĐŊĐĩ Са иĐŊŅ„ĐžŅ€ĐŧĐ°Ņ†Đ¸ŅĐ”ĐĩĐšŅŅ‚Đ˛Đ¸ŅŅ‚Đ° Đ˛ŅŠŅ€Ņ…Ņƒ ĐŋĐžŅ‚ĐžĐēа ĐŊĐĩ ŅĐ° ĐŋŅ€Đ¸Đ˛ŅŠŅ€ŅˆĐ¸ĐģĐ¸ĐŸĐžŅ‚ĐžĐēŅŠŅ‚ вĐĩ҇Đĩ Đĩ ĐˇĐ°Ņ‚Đ˛ĐžŅ€ĐĩĐŊХиĐŧвОĐģĐŊи Đ˛Ņ€ŅŠĐˇĐēи ĐŊĐĩ ҁĐĩ ĐŋĐžĐ´Đ´ŅŠŅ€ĐļĐ°Ņ‚ĐĻĐĩĐģĐĩĐ˛Đ¸ŅŅ‚ Ņ„Đ°ĐšĐģ ŅŅŠŅ‰ĐĩŅŅ‚Đ˛ŅƒĐ˛Đ°ĐĻĐĩĐģĐĩĐ˛Đ¸ŅŅ‚ Ņ„Đ°ĐšĐģ Đĩ ĐŋаĐŋĐēаĐĻĐĩĐģĐĩĐ˛Đ¸ŅŅ‚ Ņ„Đ°ĐšĐģ ĐŊĐĩ Đĩ ОйиĐēĐŊОвĐĩĐŊ Ņ„Đ°ĐšĐģШайĐģĐžĐŊŅŠŅ‚ „%s“ ĐŊĐĩ ŅŅŠĐ´ŅŠŅ€Đļа XXXXXXШайĐģĐžĐŊŅŠŅ‚ „%s“ Đĩ ĐŊĐĩĐŋŅ€Đ°Đ˛Đ¸ĐģĐĩĐŊ, ĐŊĐĩ Ņ‚Ņ€ŅĐąĐ˛Đ° да ŅŅŠĐ´ŅŠŅ€Đļа „%sâ€œĐ’Ņ€ĐĩĐŧĐĩĐŊĐŊĐž Đĩ ĐŊĐĩĐ˛ŅŠĐˇĐŧĐžĐļĐŊĐž „%s“ да ĐąŅŠĐ´Đĩ ĐžŅ‚ĐēŅ€Đ¸Ņ‚ ĐŋĐž Đ°Đ´Ņ€ĐĩҁĐĸĐĩĐēŅŅ‚ŅŠŅ‚ ŅĐ˛ŅŠŅ€ŅˆĐ¸ ĐŋŅ€Đĩди ĐžŅ‚ĐēŅ€Đ¸Đ˛Đ°ĐŊĐĩŅ‚Đž ĐŊа ĐˇĐ°Ņ‚Đ˛Đ°Ņ€ŅŅ‰Đ¸ ĐēĐ°Đ˛Đ¸Ņ‡Đēи Са %c. (ĐĸĐĩĐēŅŅ‚ŅŠŅ‚ Đĩ „%s“)ĐĸĐĩĐēŅŅ‚ŅŠŅ‚ ŅĐ˛ŅŠŅ€ŅˆĐ¸ вĐĩĐ´ĐŊĐ°ĐŗĐ° ҁĐģĐĩĐ´ СĐŊаĐēа „\“. (ĐĸĐĩĐēŅŅ‚ŅŠŅ‚ Đĩ „%s“)ĐĸĐĩĐēŅŅ‚ŅŠŅ‚ Đĩ ĐŋŅ€Đ°ĐˇĐĩĐŊ (иĐģи ŅŅŠĐ´ŅŠŅ€Đļа ŅĐ°ĐŧĐž ĐŋŅ€Đ°ĐˇĐŊи СĐŊĐ°Ņ†Đ¸)ĐĐ´Ņ€ĐĩŅŅŠŅ‚ „%s“ ŅŅŠĐ´ŅŠŅ€Đļа ĐŗŅ€Đĩ҈ĐŊи ĐĩĐēŅ€Đ°ĐŊĐ¸Ņ€Đ°Ņ‰Đ¸ ĐŋĐžŅĐģĐĩĐ´ĐžĐ˛Đ°Ņ‚ĐĩĐģĐŊĐžŅŅ‚Đ¸ĐĐ´Ņ€ĐĩŅŅŠŅ‚ „%s“ Đĩ ĐŊĐĩĐŋŅ€Đ°Đ˛Đ¸ĐģĐĩĐŊĐĐ´Ņ€ĐĩŅŅŠŅ‚ „%s“ ĐŊĐĩ Đĩ Đ°ĐąŅĐžĐģŅŽŅ‚ĐĩĐŊ ĐŋŅ€Đ¸ иСĐŋĐžĐģСваĐŊĐĩ ĐŊа ҁ҅ĐĩĐŧĐ°Ņ‚Đ° „file“ (Ņ„Đ°ĐšĐģОва ŅĐ¸ŅŅ‚ĐĩĐŧа)ФаКĐģŅŠŅ‚ ĐąĐĩ ĐŋŅ€ĐžĐŧĐĩĐŊĐĩĐŊ ĐžŅ‚ Đ˛ŅŠĐŊ҈ĐŊĐž ĐŋŅ€Đ¸ĐģĐžĐļĐĩĐŊиĐĩИĐŧĐĩŅ‚Đž ĐŊа Ņ…ĐžŅŅ‚Đ° в Đ°Đ´Ņ€ĐĩŅĐ° „%s“ Đĩ ĐŊĐĩĐŋŅ€Đ°Đ˛Đ¸ĐģĐŊĐžĐĐ´Ņ€ĐĩŅŅŠŅ‚ „%s“ ĐŊа ĐģĐžĐēаĐģĐĩĐŊ Ņ„Đ°ĐšĐģ ĐŊĐĩ ĐŧĐžĐļĐĩ да вĐēĐģŅŽŅ‡Đ˛Đ° „#â€œĐŸŅŠŅ‚ŅŅ‚ „%s“ ĐŊĐĩ Đĩ Đ°ĐąŅĐžĐģŅŽŅ‚ĐĩĐŊПодадĐĩĐŊа Đĩ ĐŋŅ€ĐĩĐēаĐģĐĩĐŊĐž ĐŗĐžĐģŅĐŧа ŅŅ‚ĐžĐšĐŊĐžŅŅ‚ ĐŊа %sНĐĩ ҁĐĩ ĐŋĐžĐ´Đ´ŅŠŅ€Đļа ĐēĐžŅˆŅ‡ĐĩĐ’Ņ…ĐžĐ´ĐŊĐ¸ŅŅ‚ ĐŋĐžŅ‚ĐžĐē ĐŊĐĩ ĐŧĐžĐļĐĩ да ҁĐĩ ҁҊĐēŅ€Đ°Ņ‰Đ°Đ˛Đ°ĐŸĐžŅ‚ĐžĐēŅŠŅ‚ ĐŊĐĩ ĐŧĐžĐļĐĩ да ҁĐĩ ҁҊĐēŅ€Đ°Ņ‰Đ°Đ˛Đ°ĐĸиĐŋŅŠŅ‚ „%s“ ĐŊĐĩ ĐŋĐžĐ´Đ´ŅŠŅ€Đļа from_tokens() ĐžŅ‚ иĐŊŅ‚ĐĩҀ҄ĐĩĐšŅĐ° GIconĐĸиĐŋŅŠŅ‚ „%s“ ĐŊĐĩ ĐŋĐžĐ´Đ´ŅŠŅ€Đļа иĐŊŅ‚ĐĩҀ҄ĐĩĐšŅĐ° GIconĐĸиĐŋŅŠŅ‚ „%s“ ĐŊĐĩ Đĩ ĐēĐģĐ°ŅĐžĐ˛ĐĐĩ ҁĐĩ ĐŋĐžĐ´Đ´ŅŠŅ€ĐļĐ°Ņ‚ Ņ‚Đ°Đēива Đ°Đ´Ņ€ĐĩŅĐ¸ĐĐĩ҃ҁĐŋĐĩŅ… ĐŋŅ€Đ¸ ŅŅŠĐˇĐ´Đ°Đ˛Đ°ĐŊĐĩ ĐŊа ĐŗĐŊĐĩСдО: %sНĐĩ҃ҁĐŋĐĩŅ… ĐŋŅ€Đ¸ ŅŅŠĐˇĐ´Đ°Đ˛Đ°ĐŊĐĩ ĐŊа ĐŋаĐŋĐēĐ°Ņ‚Đ° Са ĐēĐžŅˆŅ‡Đĩ „%s“: %sНĐĩ҃ҁĐŋĐĩŅ… ĐŋŅ€Đ¸ ŅŅŠĐˇĐ´Đ°Đ˛Đ°ĐŊĐĩ ĐŊа Ņ„Đ°ĐšĐģ ҁ иĐŊŅ„ĐžŅ€ĐŧĐ°Ņ†Đ¸Ņ Са ĐēĐžŅˆŅ‡ĐĩŅ‚Đž: %sĐĄŅ‚Đ°ĐŊĐ´Đ°Ņ€Ņ‚ĐŊĐ¸ŅŅ‚ Đ´Đ°Ņ‚Ņ‡Đ¸Đē Са ĐŧĐžĐŊŅ‚Đ¸Ņ€Đ°ĐŊĐĩ ĐŊа ĐģĐžĐēаĐģĐŊи ĐŋаĐŋĐēи ĐŊĐĩ ĐŧĐžĐļĐĩ да ҁĐĩ ĐžŅ‚ĐēŅ€Đ¸Đĩ ĐĄŅ‚Đ°ĐŊĐ´Đ°Ņ€Ņ‚ĐŊĐ¸ŅŅ‚ Đ´Đ°Ņ‚Ņ‡Đ¸Đē Са ĐģĐžĐēаĐģĐŊи Ņ„Đ°ĐšĐģОвĐĩ ĐŊĐĩ ĐŧĐžĐļĐĩ да ҁĐĩ ĐžŅ‚ĐēŅ€Đ¸Đĩ НĐĩ ĐŧĐžĐļĐĩ да ҁĐĩ ŅŅŠĐˇĐ´Đ°Đ´Đĩ ĐŋаĐŋĐēĐ°Ņ‚Đ° Са ĐēĐžŅˆŅ‡ĐĩНĐĩ ĐŧĐžĐļĐĩ да ҁĐĩ ĐžŅ‚ĐēŅ€Đ¸Đĩ Ņ‚ĐĩŅ€ĐŧиĐŊаĐģ Са ĐŋŅ€Đ¸ĐģĐžĐļĐĩĐŊиĐĩŅ‚ĐžĐĐĩ ĐŧĐžĐļĐĩ да ҁĐĩ ĐžŅ‚ĐēŅ€Đ¸Đĩ ĐŊаК-ĐŗĐžŅ€ĐŊĐ°Ņ‚Đ° ĐŋаĐŋĐēа Са ĐēĐžŅˆŅ‡ĐĩНĐĩ҃ҁĐŋĐĩŅ… ĐŋŅ€Đ¸ ĐŋĐžĐģŅƒŅ‡Đ°Đ˛Đ°ĐŊĐĩ ĐŊа Ņ‚ĐĩĐēŅƒŅ‰Đ°Ņ‚Đ° ĐŗŅ€Đĩ҈Đēа: %sНĐĩ҃ҁĐŋĐĩŅ… ĐŋŅ€Đ¸ ĐŋŅ€ĐĩĐŧĐĩŅŅ‚Đ˛Đ°ĐŊĐĩ ĐŊа Ņ„Đ°ĐšĐģ в ĐēĐžŅˆŅ‡ĐĩŅ‚Đž: %sНĐĩĐžŅ‡Đ°ĐēваĐŊ Đ°Ņ‚Ņ€Đ¸ĐąŅƒŅ‚ „%s“ ĐŊа ĐĩĐģĐĩĐŧĐĩĐŊŅ‚Đ° „%s“НĐĩĐžŅ‡Đ°ĐēваĐŊĐž Ņ€Đ°ĐŊĐĩĐŊ ĐēŅ€Đ°Đš ĐŊа ĐŋĐžŅ‚ĐžĐēНĐĩĐžŅ‡Đ°ĐēваĐŊа ĐŗŅ€Đĩ҈Đēа в g_io_channel_win32_poll() ĐŋŅ€Đ¸ ҇ĐĩŅ‚ĐĩĐŊĐĩ ĐŊа даĐŊĐŊи ĐžŅ‚ Đ´ŅŠŅ‰ĐĩŅ€ĐĩĐŊ ĐŋŅ€ĐžŅ†ĐĩŅĐĐĩĐžŅ‡Đ°ĐēваĐŊа ĐŗŅ€Đĩ҈Đēа в select() ĐŋŅ€Đ¸ ҇ĐĩŅ‚ĐĩĐŊĐĩ ĐŊа даĐŊĐŊи ĐžŅ‚ Đ´ŅŠŅ‰ĐĩŅ€ĐĩĐŊ ĐŋŅ€ĐžŅ†Đĩҁ (%s)НĐĩĐžŅ‡Đ°ĐēваĐŊа ĐŗŅ€Đĩ҈Đēа в waitpid() (%s)НĐĩĐžŅ‡Đ°ĐēваĐŊ ĐĩŅ‚Đ¸ĐēĐĩŅ‚ „%s“ Đ˛ŅŠŅ‚Ņ€Đĩ в „%s“НĐĩĐžŅ‡Đ°ĐēваĐŊ ĐĩŅ‚Đ¸ĐēĐĩŅ‚ „%s“, ĐžŅ‡Đ°ĐēĐ˛Đ°ŅˆĐĩ ҁĐĩ „%s“НĐĩĐžŅ‡Đ°ĐēваĐŊ вид ĐŊа ĐŋĐžĐŧĐžŅ‰ĐŊĐ¸Ņ‚Đĩ даĐŊĐŊиНĐĩиСвĐĩҁ҂ĐŊа ĐŗŅ€Đĩ҈Đēа ĐŋŅ€Đ¸ иСĐŋҊĐģĐŊĐĩĐŊиĐĩ ĐŊа Đ´ŅŠŅ‰ĐĩŅ€ĐĩĐŊ ĐŋŅ€ĐžŅ†Đĩҁ „%s“НĐĩĐŋОСĐŊĐ°Ņ‚Đ° ĐŗŅ€Đĩ҈Đēа ĐŋŅ€Đ¸ ŅĐ˛ŅŠŅ€ĐˇĐ˛Đ°ĐŊĐĩНĐĩĐŋОСĐŊĐ°Ņ‚Đ° ĐžĐŋŅ†Đ¸Ņ %sĐŖĐēаСаĐŊ Đĩ ĐŊĐĩĐŋОСĐŊĐ°Ņ‚ ĐŋŅ€ĐžŅ‚ĐžĐēĐžĐģНĐĩĐŋОСĐŊĐ°Ņ‚ видЛиĐŋŅĐ˛Đ°Ņ‚ ĐˇĐ°Ņ‚Đ˛Đ°Ņ€ŅŅ‰Đ¸ ĐēĐ°Đ˛Đ¸Ņ‡Đēи в ĐēĐžĐŧаĐŊĐ´ĐĩĐŊ Ņ€ĐĩĐ´ иĐģи Đ´Ņ€ŅƒĐŗ Ņ‚ĐĩĐēҁ҂ Ņ†Đ¸Ņ‚Đ¸Ņ€Đ°ĐŊ Са ОйвивĐēĐ°Ņ‚Đ°Đ‘ĐĩС иĐŧĐĩНĐĩĐŋĐžĐ´Đ´ŅŠŅ€ĐļаĐŊ Đ°Đ´Ņ€Đĩҁ ĐŊа ĐŗĐŊĐĩĐˇĐ´ĐžĐŖĐŋĐžŅ‚Ņ€Đĩйа:НĐĩ ĐŧĐžĐļĐĩ да ҁĐĩ ĐžŅ‚ĐēŅ€Đ¸Đĩ ваĐģидĐĩĐŊ Ņ„Đ°ĐšĐģ ҁ ĐēĐģŅŽŅ‡ĐžĐ˛Đĩ в ĐŋаĐŋĐēĐ¸Ņ‚Đĩ ҁ даĐŊĐŊĐ¸ĐĄŅ‚ĐžĐšĐŊĐžŅŅ‚Ņ‚Đ° „%s“ ĐŊĐĩ ĐŧĐžĐļĐĩ да ҁĐĩ иĐŊŅ‚ĐĩŅ€ĐŋŅ€ĐĩŅ‚Đ¸Ņ€Đ° ĐēĐ°Ņ‚Đž ĐąŅƒĐģĐĩва.ĐĄŅ‚ĐžĐšĐŊĐžŅŅ‚Ņ‚Đ° „%s“ ĐŊĐĩ ĐŧĐžĐļĐĩ да ҁĐĩ иĐŊŅ‚ĐĩŅ€ĐŋŅ€ĐĩŅ‚Đ¸Ņ€Đ° ĐēĐ°Ņ‚Đž Ņ‡Đ¸ŅĐģĐž ҁ ĐŋĐģĐ°Đ˛Đ°Ņ‰Đ° СаĐŋĐĩŅ‚Đ°Ņ.ĐĄŅ‚ĐžĐšĐŊĐžŅŅ‚Ņ‚Đ° „%s“ ĐŊĐĩ ĐŧĐžĐļĐĩ да ҁĐĩ иĐŊŅ‚ĐĩŅ€ĐŋŅ€ĐĩŅ‚Đ¸Ņ€Đ° ĐēĐ°Ņ‚Đž Ņ‡Đ¸ŅĐģĐž.Đ˜ĐˇŅ‡Đ°ĐēваĐŊĐĩ Са ŅŅŠŅŅ‚ĐžŅĐŊиĐĩ ĐŊа ĐŗĐŊĐĩСдО: %sНĐĩĐŋŅ€Đ°Đ˛Đ¸ĐģĐĩĐŊ ĐąŅ€ĐžĐš ĐģĐĩĐēҁĐĩĐŧи (%d)[ОПĐĻĐ˜Đ¯â€Ļ]„\“ в ĐēŅ€Đ°Ņ ĐŊа ŅˆĐ°ĐąĐģĐžĐŊĐŋŅ€ĐĩĐ´ĐŋĐžĐģĐžĐļĐĩĐŊиĐĩŅ‚Đž Са ĐŋŅ€ĐĩĐŗĐģĐĩĐ´ ĐŊаСад ĐŊĐĩ ĐŧĐžĐļĐĩ да ŅŅŠĐ´ŅŠŅ€Đļа „\C“„\c“ в ĐēŅ€Đ°Ņ ĐŊа ŅˆĐ°ĐąĐģĐžĐŊ„\g“ ĐŊĐĩ Đĩ ĐŋĐžŅĐģĐĩдваĐŊĐž ĐžŅ‚ иĐŧĐĩ Đ˛ŅŠĐ˛ Ņ„Đ¸ĐŗŅƒŅ€ĐŊи ҁĐēОйи иĐģи Ņ‡Đ¸ŅĐģĐž Ņ€Đ°ĐˇĐģĐ¸Ņ‡ĐŊĐž ĐžŅ‚ „0“ ĐĩвĐĩĐŊŅ‚ŅƒĐ°ĐģĐŊĐž Đ˛ŅŠĐ˛ Ņ„Đ¸ĐŗŅƒŅ€ĐŊи ҁĐēĐžĐąĐ¸ĐžŅ‡Đ°Đēва ҁĐĩ ĐŋŅ€ĐĩĐ´ĐŋĐžĐģĐžĐļĐĩĐŊиĐĩ ҁĐģĐĩĐ´ „(?(“ĐŊĐĩ ҁĐĩ ĐŋĐžĐ´Đ´ŅŠŅ€Đļа ĐŋŅ€ĐžĐŧŅĐŊа ĐŊа Đ°ŅĐžŅ†Đ¸Đ°Ņ†Đ¸Đ¸Ņ‚Đĩ ĐŋŅ€Đ¸ win32ĐžĐąŅ€Đ°Ņ‚ĐŊĐ¸Ņ‚Đĩ ҃ĐēĐ°ĐˇĐ°Ņ‚ĐĩĐģи ĐŊĐĩ ҁĐĩ ĐŋĐžĐ´Đ´ŅŠŅ€ĐļĐ°Ņ‚ ĐēĐ°Ņ‚Đž ҃ҁĐģОвиĐĩ ĐŋŅ€Đ¸ Ņ‡Đ°ŅŅ‚Đ¸Ņ‡ĐŊĐž ŅŅŠĐ˛ĐŋадĐĩĐŊиĐĩĐ´ĐžŅŅ‚Đ¸ĐŗĐŊĐ°Ņ‚Đ° Đĩ ĐŗŅ€Đ°ĐŊĐ¸Ņ†Đ°Ņ‚Đ° ĐŊа ĐžĐąŅ€Đ°Ņ‚ĐŊĐžŅ‚Đž Đ˛Ņ€ŅŠŅ‰Đ°ĐŊĐĩŅ‚ŅƒĐē ĐŊĐĩ ŅĐ° ĐŋОСвОĐģĐĩĐŊи ĐĩĐēŅ€Đ°ĐŊĐ¸Ņ€Đ°ĐŊĐ¸Ņ Са ĐŋŅ€ĐžĐŧŅĐŊа ĐŊа Ņ€ĐĩĐŗĐ¸ŅŅ‚ŅŠŅ€Đ° („\l“, „\L“, „\u“, „\U“)СĐŊаĐēĐžĐ˛Đ°Ņ‚Đ° ŅŅ‚ĐžĐšĐŊĐžŅŅ‚ в ĐŋĐžŅĐģĐĩĐ´ĐžĐ˛Đ°Ņ‚ĐĩĐģĐŊĐžŅŅ‚Ņ‚Đ° „\x{â€Ļ}“ Đĩ ĐŋŅ€ĐĩĐēаĐģĐĩĐŊĐž ĐŗĐžĐģŅĐŧаĐŋŅ€ĐĩĐŋҊĐģваĐŊĐĩ ĐŊа ĐēĐžĐ´Đ°ŅƒŅĐģОвĐŊĐ°Ņ‚Đ° ĐŗŅ€ŅƒĐŋа ŅŅŠĐ´ŅŠŅ€Đļа ĐŋОвĐĩ҇Đĩ ĐžŅ‚ двĐĩ Ņ€Đ°ĐˇĐēĐģĐžĐŊĐĩĐŊĐ¸ŅĐŋĐžĐ˛Ņ€ĐĩĐ´ĐĩĐŊ ОйĐĩĐēŅ‚ĐģĐžĐēаĐģĐŊĐ¸ŅŅ‚ Đ°Đ´Ņ€Đĩҁ ĐŊĐĩ ĐŧĐžĐļĐĩ да ĐąŅŠĐ´Đĩ ĐŋĐžĐģŅƒŅ‡ĐĩĐŊ :%sĐžŅ‚Đ´Đ°ĐģĐĩ҇ĐĩĐŊĐ¸ŅŅ‚ Đ°Đ´Ņ€Đĩҁ ĐŊĐĩ ĐŧĐžĐļĐĩ да ĐąŅŠĐ´Đĩ ĐŋĐžĐģŅƒŅ‡ĐĩĐŊ :%sĐŊĐĩ ĐŧĐžĐļĐĩ да ҁĐĩ ҁĐģŅƒŅˆĐ°: %sŅŅŠĐˇĐ´Đ°Đ˛Đ°ĐŊĐĩ ĐŊа GSocket ĐžŅ‚ Ņ„Đ°ĐšĐģОв Đ´ĐĩҁĐēŅ€Đ¸ĐŋŅ‚ĐžŅ€: %sĐžŅ‡Đ°Đēва ҁĐĩ Ņ†Đ¸Ņ„Ņ€Đ°ŅƒŅŅ‚Ņ€ĐžĐšŅŅ‚Đ˛ĐžŅ‚Đž ĐŊĐĩ ĐŋĐžĐ´Đ´ŅŠŅ€Đļа иСваĐļдаĐŊĐĩŅƒŅŅ‚Ņ€ĐžĐšŅŅ‚Đ˛ĐžŅ‚Đž ĐŊĐĩ ĐŋĐžĐ´Đ´ŅŠŅ€Đļа ĐŊĐ¸Ņ‚Đž иСваĐļдаĐŊĐĩ, ĐŊĐ¸Ņ‚Đž иСваĐļдаĐŊĐĩ ҁ Đ´ĐĩĐšŅŅ‚Đ˛Đ¸ĐĩŅƒŅŅ‚Ņ€ĐžĐšŅŅ‚Đ˛ĐžŅ‚Đž ĐŊĐĩ ĐŋĐžĐ´Đ´ŅŠŅ€Đļа ҁĐģĐĩĐ´ĐĩĐŊĐĩ Са ĐŊĐžŅĐ¸Ņ‚ĐĩĐģŅƒŅŅ‚Ņ€ĐžĐšŅŅ‚Đ˛ĐžŅ‚Đž ĐŊĐĩ ĐŋĐžĐ´Đ´ŅŠŅ€Đļа ŅŅ‚Đ°Ņ€Ņ‚Đ¸Ņ€Đ°ĐŊĐĩŅƒŅŅ‚Ņ€ĐžĐšŅŅ‚Đ˛ĐžŅ‚Đž ĐŊĐĩ ĐŋĐžĐ´Đ´ŅŠŅ€Đļа ҁĐŋĐ¸Ņ€Đ°ĐŊĐĩĐŊĐĩ҃ҁĐŋĐĩŅ… ĐŋŅ€Đ¸ ĐŋĐžĐģŅƒŅ‡Đ°Đ˛Đ°ĐŊĐĩŅ‚Đž ĐŊа ĐŋаĐŧĐĩŅ‚ĐžŅ‡Đ°Đēва ҁĐĩ ҈Đĩҁ҂ĐŊĐ°ĐšŅĐĩŅ‚Đ¸Ņ‡ĐŊĐž Ņ‡Đ¸ŅĐģĐžĐžŅ‡Đ°Đēва ҁĐĩ ҈Đĩҁ҂ĐŊĐ°ĐšŅĐĩŅ‚Đ¸Ņ‡ĐŊĐž Ņ‡Đ¸ŅĐģĐž иĐģи „}“ĐŊĐĩĐŋŅ€Đ°Đ˛Đ¸ĐģĐĩĐŊ ŅĐ¸ĐŧвОĐģĐĩĐŊ ҃ĐēĐ°ĐˇĐ°Ņ‚ĐĩĐģĐŊĐĩŅŅŠĐ˛ĐŧĐĩŅŅ‚Đ¸Đŧи ĐžĐŋŅ†Đ¸Đ¸ Са ĐŊОв Ņ€ĐĩĐ´Đ˛ŅŠŅ‚Ņ€Đĩ҈ĐŊа ĐŗŅ€Đĩ҈ĐēĐ°Đ˛ŅŠŅ‚Ņ€Đĩ҈ĐŊа ĐŗŅ€Đĩ҈Đēа иĐģи ĐŋĐžĐ˛Ņ€ĐĩĐ´ĐĩĐŊ ОйĐĩĐēŅ‚ĐŊĐĩĐŋŅ€Đ°Đ˛Đ¸ĐģĐŊа ĐēĐžĐŧйиĐŊĐ°Ņ†Đ¸Ņ ĐžŅ‚ Ņ„ĐģĐ°ĐŗĐžĐ˛Đĩ Са ĐŊОв Ņ€ĐĩĐ´ĐŊĐĩĐŋŅ€Đ°Đ˛Đ¸ĐģĐŊĐž ҃ҁĐģОвиĐĩ „(?(0)â€œĐŗŅ€Đĩ҈ĐŊа ĐĩĐēŅ€Đ°ĐŊĐ¸Ņ€Đ°Ņ‰Đ° ĐŋĐžŅĐģĐĩĐ´ĐžĐ˛Đ°Ņ‚ĐĩĐģĐŊĐžŅŅ‚ в ĐēĐģĐ°ŅĐ° ĐžŅ‚ СĐŊĐ°Ņ†Đ¸ĐŋŅ€ĐĩĐ´ĐŋĐžĐģĐžĐļĐĩĐŊиĐĩŅ‚Đž Са ĐŋŅ€ĐĩĐŗĐģĐĩĐ´ ĐŊаСад ĐŊĐĩ Đĩ ҁ ĐŋĐžŅŅ‚ĐžŅĐŊĐŊа Đ´ŅŠĐģĐļиĐŊаĐŊĐĩĐŋŅ€Đ°Đ˛Đ¸ĐģĐŊи ĐŋĐžŅĐģĐĩĐ´ĐžĐ˛Đ°Ņ‚ĐĩĐģĐŊĐžŅŅ‚Đ¸ „\P“ иĐģи „\p“ĐŊĐĩĐŋŅ€Đ°Đ˛Đ¸ĐģĐĩĐŊ ĐŊĐžĐŧĐĩŅ€ иĐģи иĐŧĐĩ ҁĐģĐĩĐ´ „(?(“в ŅĐ¸ĐŧвОĐģĐŊĐ¸Ņ ҃ĐēĐ°ĐˇĐ°Ņ‚ĐĩĐģ ĐģиĐŋŅĐ˛Đ° „<“ĐģиĐŋŅĐ˛Đ°Ņ‰Đ° „)“ ҁĐģĐĩĐ´ ĐēĐžĐŧĐĩĐŊŅ‚Đ°Ņ€ĐģиĐŋŅĐ˛Đ° ĐˇĐ°Đ˛ŅŠŅ€ŅˆĐ˛Đ°Ņ‰Đ° „)“ĐģиĐŋŅĐ˛Đ° ĐˇĐ°Đ˛ŅŠŅ€ŅˆĐ˛Đ°Ņ‰ СĐŊаĐē „]“ Са ĐēĐģĐ°Ņ ĐžŅ‚ СĐŊĐ°Ņ†Đ¸ĐģиĐŋŅĐ˛Đ° ĐēŅ€Đ°ĐĩĐŊ СĐŊаĐē в иĐŧĐĩ ĐŊа ĐŋĐžĐ´ŅˆĐ°ĐąĐģĐžĐŊĐŧĐžĐŊŅ‚Đ¸Ņ€Đ°ĐŊĐ¸ŅŅ‚ ОйĐĩĐēŅ‚ ĐŊĐĩ ĐŋĐžĐ´Đ´ŅŠŅ€Đļа ĐžŅ‚ĐēŅ€Đ¸Đ˛Đ°ĐŊĐĩ ĐŊа видаĐŧĐžĐŊŅ‚Đ¸Ņ€Đ°ĐŊĐ¸ŅŅ‚ ОйĐĩĐēŅ‚ ĐŊĐĩ ĐŋĐžĐ´Đ´ŅŠŅ€Đļа иСваĐļдаĐŊĐĩĐŧĐžĐŊŅ‚Đ¸Ņ€Đ°ĐŊĐ¸ŅŅ‚ ОйĐĩĐēŅ‚ ĐŊĐĩ ĐŋĐžĐ´Đ´ŅŠŅ€Đļа ĐŊĐ¸Ņ‚Đž иСваĐļдаĐŊĐĩ, ĐŊĐ¸Ņ‚Đž иСваĐļдаĐŊĐĩ ҁ Đ´ĐĩĐšŅŅ‚Đ˛Đ¸ĐĩĐŧĐžĐŊŅ‚Đ¸Ņ€Đ°ĐŊĐ¸ŅŅ‚ ОйĐĩĐēŅ‚ ĐŊĐĩ ĐŋĐžĐ´Đ´ŅŠŅ€Đļа ĐŋĐžĐ˛Ņ‚ĐžŅ€ĐŊĐž ĐŧĐžĐŊŅ‚Đ¸Ņ€Đ°ĐŊĐĩĐŧĐžĐŊŅ‚Đ¸Ņ€Đ°ĐŊĐ¸ŅŅ‚ ОйĐĩĐēŅ‚ ĐŊĐĩ ĐŋĐžĐ´Đ´ŅŠŅ€Đļа ŅĐ¸ĐŊŅ…Ņ€ĐžĐŊĐŊĐž ĐžŅ‚ĐēŅ€Đ¸Đ˛Đ°ĐŊĐĩ ĐŊа видаĐŧĐžĐŊŅ‚Đ¸Ņ€Đ°ĐŊĐ¸ŅŅ‚ ОйĐĩĐēŅ‚ ĐŊĐĩ ĐŋĐžĐ´Đ´ŅŠŅ€Đļа Đ´ĐĩĐŧĐžĐŊŅ‚Đ¸Ņ€Đ°ĐŊĐĩĐŧĐžĐŊŅ‚Đ¸Ņ€Đ°ĐŊĐ¸ŅŅ‚ ОйĐĩĐēŅ‚ ĐŊĐĩ ĐŋĐžĐ´Đ´ŅŠŅ€Đļа ĐŊĐ¸Ņ‚Đž Đ´ĐĩĐŧĐžĐŊŅ‚Đ¸Ņ€Đ°ĐŊĐĩ, ĐŊĐ¸Ņ‚Đž Đ´ĐĩĐŧĐžĐŊŅ‚Đ¸Ņ€Đ°ĐŊĐĩ ҁ Đ´ĐĩĐšŅŅ‚Đ˛Đ¸ĐĩĐŊŅĐŧа ĐēаĐēвО да ҁĐĩ ĐŋĐžĐ˛Ņ‚ĐžŅ€Đ¸ĐŋŅ€ĐĩĐēаĐģĐĩĐŊĐž ĐŗĐžĐģŅĐŧĐž Ņ‡Đ¸ŅĐģĐž в ĐžĐŋŅ€ĐĩĐ´ĐĩĐģĐĩĐŊиĐĩŅ‚Đž Са ĐąŅ€ĐžĐš ҁ „{}â€œŅ‡Đ¸ŅĐģĐ°Ņ‚Đ° ĐŊĐĩ ŅĐ° в ĐŋŅ€Đ°Đ˛Đ¸ĐģĐĩĐŊ Ņ€ĐĩĐ´ в ĐžĐŋŅ€ĐĩĐ´ĐĩĐģĐĩĐŊиĐĩŅ‚Đž Са ĐąŅ€ĐžĐš ҁ „{}â€œĐžŅĐŧĐ¸Ņ‡ĐŊĐ°Ņ‚Đ° ŅŅ‚ĐžĐšĐŊĐžŅŅ‚ Đĩ ĐŋĐž-ĐŗĐžĐģŅĐŧа ĐžŅ‚ „\377“ĐŊĐĩĐ´ĐžŅŅ‚Đ°Ņ‚ŅŠŅ‡ĐŊĐž ĐŋаĐŧĐĩŅ‚ĐŊĐ°Đ´Ņ…Đ˛ŅŠŅ€ĐģĐĩĐŊĐž Đĩ Ņ€Đ°ĐąĐžŅ‚ĐŊĐžŅ‚Đž ĐŋŅ€ĐžŅŅ‚Ņ€Đ°ĐŊŅŅ‚Đ˛Đž Са ĐēĐžĐŧĐŋиĐģĐ°Ņ†Đ¸ŅĐŊĐĩ Đĩ ĐžŅ‚ĐēŅ€Đ¸Ņ‚ ҃ĐēаСаĐŊ ĐŋŅ€ĐĩĐ´Đ˛Đ°Ņ€Đ¸Ņ‚ĐĩĐģĐŊĐž ĐŋŅ€ĐžĐ˛ĐĩŅ€ĐĩĐŊ ĐŋĐžĐ´ŅˆĐ°ĐąĐģĐžĐŊСĐŊĐ°Ņ†Đ¸Ņ‚Đĩ ŅĐ° в ĐŊĐĩĐŋŅ€Đ°Đ˛Đ¸ĐģĐĩĐŊ Ņ€ĐĩĐ´ в ĐēĐģĐ°ŅĐ° ĐžŅ‚ СĐŊĐ°Ņ†Đ¸ĐŋŅ€ĐĩĐēаĐģĐĩĐŊĐž Đ´ŅŠĐģйОĐēа Ņ€ĐĩĐēŅƒŅ€ŅĐ¸ŅŅ€ĐĩĐēŅƒŅ€ŅĐ¸Đ˛ĐŊĐž иСвиĐēваĐŊĐĩ ĐŧĐžĐļĐĩ да дОвĐĩĐ´Đĩ Đ´Đž ĐąĐĩСĐēŅ€Đ°ĐĩĐŊ Ņ†Đ¸ĐēҊĐģ҃ĐēĐ°ĐˇĐ°Ņ‚ĐĩĐģ ĐēҊĐŧ ĐŊĐĩŅŅŠŅ‰ĐĩŅŅ‚Đ˛ŅƒĐ˛Đ°Ņ‰ ĐŋĐžĐ´ŅˆĐ°ĐąĐģĐžĐŊŅ€ĐĩĐŗŅƒĐģŅŅ€ĐŊĐ¸ŅŅ‚ Đ¸ĐˇŅ€Đ°Đˇ Đĩ ĐŋŅ€ĐĩĐēаĐģĐĩĐŊĐž ĐŗĐžĐģŅĐŧĐŊĐĩ ĐŧĐžĐļĐĩŅ‚Đĩ да ĐŋĐžĐ˛Ņ‚ĐžŅ€Đ¸Ņ‚Đĩ ĐŗŅ€ŅƒĐŋа DEFINEв ĐēŅ€Đ°Ņ иĐŧа ĐĩдиĐŊ СĐŊаĐē „\“ в ĐŋОвĐĩ҇ĐĩиĐŧĐĩŅ‚Đž ĐŊа ĐŋĐžĐ´ŅˆĐ°ĐąĐģĐžĐŊ Đĩ ĐŋŅ€ĐĩĐēаĐģĐĩĐŊĐž Đ´ŅŠĐģĐŗĐž (ĐŧаĐēŅĐ¸ĐŧаĐģĐŊĐž Đĩ 32 СĐŊаĐēа)ŅĐ¸ĐŧвОĐģĐŊĐ°Ņ‚Đ° Đ˛Ņ€ŅŠĐˇĐēа Ņ‚Ņ€ŅĐąĐ˛Đ° да ĐŊĐĩ Đĩ NULLŅˆĐ°ĐąĐģĐžĐŊŅŠŅ‚ ŅŅŠĐ´ŅŠŅ€Đļа ĐĩĐģĐĩĐŧĐĩĐŊŅ‚Đ¸, ĐēĐžĐ¸Ņ‚Đž ĐŊĐĩ ҁĐĩ ĐŋĐžĐ´Đ´ŅŠŅ€ĐļĐ°Ņ‚ ĐŋŅ€Đ¸ Ņ‡Đ°ŅŅ‚Đ¸Ņ‡ĐŊĐž ŅŅŠĐ˛ĐŋадĐĩĐŊиĐĩĐŋŅ€ĐĩĐēаĐģĐĩĐŊĐž ĐŧĐŊĐžĐŗĐž иĐŧĐĩĐŊОваĐŊи ĐŋĐžĐ´ŅˆĐ°ĐąĐģĐžĐŊи (ĐŧаĐēŅĐ¸Đŧ҃ĐŧŅŠŅ‚ Đĩ 10 000)два иĐŧĐĩĐŊОваĐŊи ĐŋĐžĐ´ŅˆĐ°ĐąĐģĐžĐŊа ŅĐ° ҁ ĐĩĐ´ĐŊаĐēвО иĐŧĐĩĐŊĐĩĐžŅ‡Đ°ĐēваĐŊĐž ĐŋĐžĐ˛Ņ‚ĐžŅ€ĐĩĐŊиĐĩĐŊĐĩĐˇĐ°Đ˛ŅŠŅ€ŅˆĐĩĐŊ ŅĐ¸ĐŧвОĐģĐĩĐŊ ҃ĐēĐ°ĐˇĐ°Ņ‚ĐĩĐģĐŊĐĩĐŋОСĐŊĐ°Ņ‚Đž иĐŧĐĩ ĐŊа ĐēĐģĐ°Ņ ĐŋĐž POSIXĐŊĐĩĐŋОСĐŊĐ°Ņ‚Đ° ĐŗŅ€Đĩ҈ĐēаĐŊĐĩĐŋОСĐŊĐ°Ņ‚Đ° ĐĩĐēŅ€Đ°ĐŊĐ¸Ņ€Đ°Ņ‰Đ° ĐŋĐžŅĐģĐĩĐ´ĐžĐ˛Đ°Ņ‚ĐĩĐģĐŊĐžŅŅ‚ĐŊĐĩĐŋОСĐŊĐ°Ņ‚Đž иĐŧĐĩ ĐŊа ŅĐ˛ĐžĐšŅŅ‚Đ˛Đž ҁĐģĐĩĐ´ „\P“ иĐģи „\p“ĐŊĐĩĐŋОСĐŊĐ°Ņ‚ СĐŊаĐē ҁĐģĐĩĐ´ „(?“ĐŊĐĩĐŋОСĐŊĐ°Ņ‚ СĐŊаĐē ҁĐģĐĩĐ´ „(?<“ĐŊĐĩĐŋОСĐŊĐ°Ņ‚ СĐŊаĐē ҁĐģĐĩĐ´ „(?Pâ€œŅĐģĐĩĐ´ „\“ ҁĐģĐĩдва ĐŊĐĩĐŋОСĐŊĐ°Ņ‚ СĐŊаĐēŅ‚ĐžĐŧŅŠŅ‚ ĐŊĐĩ ĐŋĐžĐ´Đ´ŅŠŅ€Đļа иСваĐļдаĐŊĐĩŅ‚ĐžĐŧŅŠŅ‚ ĐŊĐĩ ĐŋĐžĐ´Đ´ŅŠŅ€Đļа ĐŊĐ¸Ņ‚Đž иСваĐļдаĐŊĐĩ, ĐŊĐ¸Ņ‚Đž иСваĐļдаĐŊĐĩ ҁ Đ´ĐĩĐšŅŅ‚Đ˛Đ¸ĐĩŅ‚ĐžĐŧŅŠŅ‚ ĐŊĐĩ ĐŋĐžĐ´Đ´ŅŠŅ€Đļа ĐŧĐžĐŊŅ‚Đ¸Ņ€Đ°ĐŊĐĩĐŗŅ€Đ°ĐŊĐ¸Ņ†Đ°Ņ‚Đ° ĐŊа Ņ€Đ°ĐąĐžŅ‚ĐŊĐžŅ‚Đž ĐŋŅ€ĐžŅŅ‚Ņ€Đ°ĐŊŅŅ‚Đ˛Đž Са ĐŋŅ€Đ°ĐˇĐŊи ĐŋОдĐŊиСОвĐĩ Đĩ Đ´ĐžŅŅ‚Đ¸ĐŗĐŊĐ°Ņ‚Đ°ŅĐ¸ĐŧвОĐģĐĩĐŊ ҃ĐēĐ°ĐˇĐ°Ņ‚ĐĩĐģ ҁ ĐŊ҃ĐģĐĩва Đ´ŅŠĐģĐļиĐŊа./glib-2.22.2-i686/usr/share/locale/ms/0000755000000000000000000000000011271166775015647 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/ms/LC_MESSAGES/0000755000000000000000000000000011271166775017434 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/ms/LC_MESSAGES/glib20.mo0000644000000000000000000002375411271166636021057 0ustar rootrootŪ•JleŧPYQ_Ģa 4m/ĸ,Ō)˙!) Kžl; .G av FØ 4 2T :‡ A @ ;E W WŲ 11 /c ?“ 5Ķ I ‘S å  7'S{?š)Ú$)!=9_™-ļ&ä+ 37#k!)ą8Û)>$O(tL°ęz›*/Aq0ŽFŋ:-A2oĸ'ē-â)O:CŠ"Î*ņC_`eĀU&f|Aã<%,b'ˇĶ’î9:ģ`öBW3š1Î:D;8€<šWöBN3‘/Å>õ14NfŽĩD_w—!ŗÕ?ņ(1 #Z ~ • 7ĩ í + !'5!,]!9Š!%Ä!ę!&"5."*d""(Ą"4Ę"K˙"¤K#vđ#4g$/œ$Ė$9ë$F%%=l%5Ē%2ā%&-&7H&+€&RŦ&G˙&&G'3n'Iĸ'G -A' H= 8516@;7$ I!09&%<>)+B?,2"E/ .FC D#:*34J('%s' is not a valid character following a '<' character; it may not begin an element name'%s' is not a valid character following the characters ''Can't do a raw read in g_io_channel_read_line_stringCan't do a raw read in g_io_channel_read_to_endCannot convert fallback '%s' to codeset '%s'Channel terminates in a partial characterCharacter out of range for UTF-16Character out of range for UTF-8Character reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Conversion from character set '%s' to '%s' is not supportedCould not allocate %lu bytes to read file "%s"Document ended unexpectedly after the equals sign following an attribute name; no attribute valueDocument ended unexpectedly inside a comment or processing instructionDocument ended unexpectedly inside an attribute nameDocument ended unexpectedly inside an element nameDocument ended unexpectedly inside an element-opening tag.Document ended unexpectedly inside the close tag for element '%s'Document ended unexpectedly just after an open angle bracket '<'Document ended unexpectedly while inside an attribute valueDocument ended unexpectedly with elements still open - '%s' was the last element openedDocument ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>Document must begin with an element (e.g. )Document was empty or contained only whitespaceElement '%s' was closed, but the currently open element is '%s'Element '%s' was closed, no element is currently openEmpty entity '&;' seen; valid entities are: & " < > 'Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Error during conversion: %sError on line %d: %sError opening directory '%s': %sError reading file '%s': %sFailed to change to directory '%s' (%s)Failed to create file '%s': %sFailed to create pipe for communicating with child process (%s)Failed to execute child process "%s" (%s)Failed to execute child process (%s)Failed to fork (%s)Failed to fork child process (%s)Failed to get attributes of file '%s': fstat() failed: %sFailed to open file '%s': %sFailed to open file '%s': fdopen() failed: %sFailed to read data from child processFailed to read data from child process (%s)Failed to read enough data from child pid pipe (%s)Failed to read from child pipe (%s)Failed to read from file '%s': %sFailed to read the symbolic link '%s': %sFailed to redirect output or input of child process (%s)Invalid byte sequence in conversion inputInvalid hostnameInvalid sequence in conversion inputLeftover unconverted data in read bufferOdd character '%s', expected a '=' after attribute name '%s' of element '%s'Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute nameOdd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'Partial character sequence at end of inputQuoted text doesn't begin with a quotation markSymbolic links not supportedTemplate '%s' invalid, should not contain a '%s'Text ended before matching quote was found for %c. (The text was '%s')Text ended just after a '\' character. (The text was '%s')Text was empty (or contained only whitespace)The URI '%s' contains invalidly escaped charactersThe URI '%s' is invalidThe hostname of the URI '%s' is invalidThe local file URI '%s' may not include a '#'The pathname '%s' is not an absolute pathUnexpected error in g_io_channel_win32_poll() reading data from a child processUnexpected error in select() reading data from a child process (%s)Unexpected error in waitpid() (%s)Unknown error executing child process "%s"Unmatched quotation mark in command line or other shell-quoted textProject-Id-Version: glib HEAD Report-Msgid-Bugs-To: POT-Creation-Date: 2009-10-07 09:51-0400 PO-Revision-Date: 2004-02-03 02:11+0730 Last-Translator: Hasbullah Bin Pit Language-Team: Projek Gabai MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit '%s' adalah bukan aksara sah diikuti sengan aksara '<'; ia tidak sepatutnya bermula dengan nama unsur'%s' adalah bukan aksara sah diikuti aksara ''Tak dapat membuat bacaan rawak pada g_io_channel_read_line_stringTak dapat membuat bacaan rawak pada g_io_channel_read_to_endTak dapat tukar unduran '%s' ke set kod '%s'Saluran terhenti pada sebahagian aksaraAksara di luar julat UTF-16Aksara di luar julat UTF-8Rujukan aksara tidak berakhir dengan semicolon; agaknya anda menggunakan aksara '&' tanpa niat untuk memulakan entiti - escapekan & sebagai &Penukaran set aksara daripada '%s' ke '%s' tidak disokongTak dapat memperuntukkan %lu byte untuk membaca fail "%s"Dokumen berakhir tanpa diduga selepas tanda '=' diikuti dengan nama atribut; tiana nilai atributDokumen berakhir tanpa diduga di dalam komen atau memproses arahanDokumen berakhir tanpa diduga di dalam nama atributDokumen berakhir tanpa diduga di dalam nama unsurDokumen berakhir tanpa diduga di dalam tag element-openingDokumen berakhir tanpa diduga di dalam tag tertutup untuk unsur '%s'Dokumen berakhir tanpa diduga sebaik selepas membuka '<'Dokumen berakhir tanpa diduga semasa di dalam nilai atributDokumen berakhir tanpa diduga dengan unsur yang masih dibuka - '%s' adalah unsur dibukaDokumen berakhir tanpa diduga, menjangkai tag <%s/> pada hujungnyaDokumen mesti dimulakan dengan unsur (e.g. )Dokumen kosong atau hanya menandungi ruangputihUnsur '%s' telah ditutup, tetapi unsur yang dibuka adalah '%s'Unsur '%s' telah ditutup, tiada unsur yang dibukaEntiti kosong '&;' kelihatan; entiti sah ialah : & " < > 'Entiti tidak berakhir dengan titik bertindih; mungkin anda gunakan aksara '&' tanpa menyedari untuk memulakan entiti - escape & sebagai &Ralat semasa penukaran: %sRalat pada baris %d: %sRalat membuka direktori %s': %sRalat membaca fail '%s': %sGagal menukar direktori '%s' (%s)Gagal mencipta fail %s': %sGagal mencipta paip untuk berkomunikasi dengan proses anak (%s)Gagal melaksanakan proses anak "%s" (%s)Gagal melaksanakan proses anak (%s)Gagal untuk sepit (%s)Gagal menyepit proses anak (%s)Gagal mendapatkan atribut fail '%s': fstat() gagal: %sGagal membuka fail '%s': %sGagal membuka fail '%s': fdopen() gagal: %sGagal membaca data daripada proses anakGagal membaca data daripada proses anak (%s)Gagal membaca data yang cukup daripada paip pid anaki(%s)Gagal membaca daripada paip anak (%s)Gagal membaca fail '%s': %sGagal membaca pautan simbolik '%s': %sGagal melencongkan output atau input proses anak (%s)Turutan byte tidak sah pada penukaran iputNamahos tidak sahTurutan tidak sah semasa penukaran inputData tak boleh ditukar Leftover pada penimbal bacaanAksara ganjil '%s', dijangkakan '=' selepas nama atribut '%s' unsur '%s'Aksara ganjil '%s', menjangka aksara '>' atau '/' untuk mengakhiri tag permulaan unsur '%s', atau atribut; meungkin anda gunakan aksara tidak sah pada nama atributAksara ganjil '%s', menjangka tanda petikan membuka selepas tanda = bila memberi nilai atribut untuk '%s' unsur '%s' Sebahagian turutan aksara berada di penghujung inputTeks dipetik tidak bermula dengan tanda petikanPautan simbolik tidak disokongTemplet '%s' tidak sah, sepatutnya tidak mengandungi '%s'Teks berakhir sebelum quot sepadan dijumpai untuk %c (Teks ialah '%s')Teks berakhir selepas aksara '\'. (Teks terdahulu ialah '%s')Teks telah kosong (atau mengandungi hanya ruangputih)URI '%s' mengandungi aksara escaped yang tidak sahURI '%s' adalah tidak sahNamahos URI '%s' tidak sahURI Fail local '%s' mungkin tidak disertakan dengan '#'Nama laluan '%s' adalah bukan laluan mutlakRalat tidak diduga bila g_io_channel_win32_poll()membaca data daripada proses anakRalat tanpa diduga bila select() membaca data daripada proses anak (%s)Ralat tanpa diduga pada waitpid() (%s)Ralat misteri ketika melaksanakan proses anak "%s"Tanda petikan tidak sepadan pada arahan baris atau teks shell-quoted lain./glib-2.22.2-i686/usr/share/locale/sr/0000755000000000000000000000000011271167001015633 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/sr/LC_MESSAGES/0000755000000000000000000000000011271167001017420 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/sr/LC_MESSAGES/glib20.mo0000644000000000000000000015351011271166636021056 0ustar rootrootŪ•œ !‘!Ĩ!­!ĩ! Ŋ!É!YŅ!_+"a‹"í"#)'#Q#&e#BŒ#Ī#æ#+û#('$ P$q$#$ą$Ë$2ã$9%!P%4r%/§%×%3î%+"&1N&-€&/Ž&#Ū&' ')8'b'(~',§'%Ô'&ú'"!("D()g(!‘( ŗ(AÔ(ž)ĩ)Ė);ė).(**W*.‚*ą**Ę*&õ*a+F~+4Å+2ú+:-,Ah,@Ē,;ë,W'-W-1×-/ .%9.?_.5Ÿ.IÕ.‘/ ą/Ō/į/0#0:0S0j0}0’0ą0Î0!ę0 1,1K1a1|1 ‘1˛1Î1å1ũ1252Q2j2†2"ž2Á2Ũ2ü2!363K3 d3…3Ÿ3ļ3!Đ3)ō3-4J4b4€4,š4Į4!ã455:75.r50Ą59Ō5 6&6>@6$6#¤6Č6'æ6.7=7?\7)œ7$Æ7%ë7-8?8!S89u8*¯89Ú89-19+_9Š‹9&:+=:3i:#:!Á:)ã:8 ;9F;%€;.Ļ;-Õ;.<2<)I<!s< •<Ŗ<Â<.Ō< =&=#6=&Z==Ą=3ŧ=-đ=(>(G>(p>)™>Ã>ã>ô>??0?E?^?$s?0˜?É?+é?!@7@S@1q@.Ŗ@TŌ@H'AFpA=ˇALõA+BB!nBB-°B$ŪB(C,C"GC3jC9žCØC"õCD!0D1RD2„D<ˇDôD&E9:EtEE)ŠEĶE#æEL FNWF°ĻFzWGŌGęG%H8(H-aH*H5ēH*đH/I KIlI €I%ĄIĮI"äIJJ/JHJ!hJ ŠJĢJÄJáJôJ!K$1K0VK"‡KFĒK:ņK-,L2ZLL;ĨL áL'M-*M)XM"‚MĨM$šM ŪM?˙M.?NnN…N˜N!´N'ÖN3ūN.2O(aO0ŠO+ģOįOP* PKPOjPCēP"ūP!Q&AQ!hQ*ŠQĩQÎQāQ ˙QC RPRXRsR0zR.ĢR3ÚR-S TDiTŽT;ÉT0U 6U1DUvU‡U §UČUŨUúU V5'V)]V‡VĨVÂV×V!ōVW/WLW"[W$~WŖW*ģW(æWX"+X!NXpXˆX)žX%ČX-îXY5:YpY9YĘY9ęY$Z6Z%VZ |Z ZĢZ2ĮZ%úZ [&8[$_[„['Ą[É[3Ų[ \=&\+d\(\š\Ë\é\ ]]$(]M] m] Ž] ¯]Đ]6ī]&^,E^r^B‘^(Ô_ũ_` `` 4`—B`‰Ú`šda*˙a4*bD_b¤b8Ābƒųb5}cŗcLŌcOdNodQžd`eGqeGšeuflwfOäfR4gM‡g,Õg\hU_hXĩhWiVfidŊi:"jW]jaĩjOkSgkQģkx l\†lYãl4=mBrm+ĩm*áme nrn%†o7ŦobäodGpRŦpV˙p/VqB†qKÉqÅrvÛr]Rs]°sotw~töte†u¤ėuĩ‘vPGwL˜woåwnUxnÄx{3yū¯y;Žz*ęz1{>G{E†{7Ė{2|&7|(^|T‡|QÜ|,.}f[};Â}Tū}GS~,›~ Č~Lé~L6CƒDĮ> €?K€1‹€3Ŋ€3ņ€C%diN΁N‚=l‚`Ē‚/ ƒ3;ƒDoƒP´ƒ/„/5„Qe„aˇ„^…Gx…IĀ…T †_†[߆e;‡UĄ‡9÷‡d1ˆa–ˆUøˆtN‰@É,Šs1Š2ĨŠQ؊5*‹S`‹^´‹AŒ`UŒMļŒDQIf›Ž4"ŽhWŽZĀŽp?Œ\ĖZ)ø„M}‘Mˑv’J’FےN"“iq“rۓeN”]´”\•]o•1͕F˙•<F–"ƒ–DĻ–*ë–E—\—My—6Į—Sū—KR˜2ž˜]Ҙe/™j•™TšTUšTǚB˙š1B›/t›*¤›,Ī›*ü›5'œ=]œH›œ\äœBAJ„<Ī@ ž9Mžh‡žkđž‰\ŸræŸrY |Ė ŸIĄdéĄENĸC”ĸcØĸG<ŖZ„Ŗ-ßŖ6 ¤YD¤až¤2ĨV3Ĩ+ŠĨ_ļĨUĻVlĻZÃĻ<§L[§e¨§=¨8L¨“…¨&ŠE@Š…†Š— Ē&¤ĒÚËĢ$ĻŦ"ËŦ4îŦc#­T‡­CÜ­_ ŽA€Ž1ÂŽPôŽ+E¯2q¯>¤¯=ã¯@!°2b°+•°/Á°2ņ°'$ą#Lą#pą7”ą1Ėą9ūąB8˛.{˛QǞAü˛–>ŗzÕŗGP´U˜´/î´_ĩQ~ĩLĐĩZļ>xļTˇļ$ ˇM1ˇ>ˇIžˇ6¸>?¸&~¸8Ĩ¸SŪ¸\2šš{ē^ēdėēSQģDĨģDęģJ/ŧ4zŧ€¯ŧs0Ŋ5¤ŊBÚŊNžGlžY´ž(ŋ"7ŋ3ZŋŽŋdŦŋĀ7(Ā`rĀWÁ‚[ÁKŪÁ**Â4UŠ œÂFŊÂ!Ã}&Ã3¤ÃLØÃŠ%ÄH°Ä‰ųÄWƒÅÛÅFûÅBÆA`ÆAĸÆ#äÆ Į")Į(LĮDuĮQēĮ( Č'5Č2]Č;ČJĖČ6É-NÉ|É@˜ÉSŲÉ*-ĘOXĘC¨ĘDėĘI1Ë?{Ë2ģË'îËFĖJ]ĖU¨Ė.ūĖJ-Í0xÍrŠÍ0ÎNMÎ-œÎ;ĘÎ:Ī=AĪĪs™Īb ĐKpĐ5ŧĐWōĐCJŅ7ŽŅ@ÆŅ'Ōu/ŌPĨŌvöŌmmĶ@ÛĶ)Ô6FÔ,}ÔĒÔ8ĘÔGÕ'KÕ(sÕ(œÕ7ÅÕ3ũÕ@1Ö7rÖ`ĒÖ< ×ŗA3ôMˇTû%K6´V‹ũŽ7Ā0bI†š˛T-ëâB€„Z×Ũã$ˆÂ į[v ķ.F&š°GQ{)^Ŗ¨Ė;ŦsÔ&]5@RqīgkåĄ:qWæĶ…Wõ}w¯"U)ōAO ø‡Ëŋ(d…rM#„\?ÛX ˙`;?Nvjl 't€KY1NfÁ>n27pRi¤nęm6ŸĮáu3-yļ÷‡î_*IP iuS|ܞ–OŲØd!<5JŒ ŠēsāĘĩģÕ2ė,éLú/[ŠVU_•xb'†8^9E+Č>Qxņ4 ֘‰”CĨÅt<ä‚9ŪŠmž4ĒDhƒe+‘írBD%1#Gf=|Ŋ8HŅ@‰Lo§owS*pP~a Éą:`ÎĢ}zyų0ŧ —ÆĐaÚlđ͜{jc­JZ]=cHCŽ/!\“ĪĻ$ĂX,ßk’öY ÃčE™ĸŒüŽFg›¸ˆŌ .heū"~‹(zƒ (invalid encoding)%.1f GB%.1f KB%.1f MB%s filetype%s type'%s' is not a valid character following a '<' character; it may not begin an element name'%s' is not a valid character following the characters '''%s' is not a valid name '%s' is not a valid name: '%c' (?R or (?[+-]digits must be followed by )) without opening (A bookmark for URI '%s' already existsAbstract unix domain socket addresses not supported on this systemAdded socket is closedApplication Options:Association creation not supported on win32Attribute '%s' of element '%s' not foundAttribute value must be non-NULLBackup file creation failedCan't copy directory over directoryCan't copy over directoryCan't copy special fileCan't create user MIME configuration folder %s: %sCan't create user application configuration folder %s: %sCan't create user desktop file %sCan't do a raw read in g_io_channel_read_line_stringCan't do a raw read in g_io_channel_read_to_endCan't find applicationCan't handle the supplied version the icon encodingCan't handle version %d of GEmblem encodingCan't handle version %d of GEmblemedIcon encodingCan't handle version %d of GFileIcon encodingCan't handle version %d of GThemedIcon encodingCan't move directory over directoryCan't open directoryCan't recursively copy directoryCan't rename file, filename already existCan't rename root directoryCancellable initialization not supportedCannot convert fallback '%s' to codeset '%s'Cannot parse double value '%s' for %sCannot parse integer value '%s' for %sCannot set permissions on symlinksCannot truncate GMemoryInputStreamChannel terminates in a partial characterCharacter out of range for UTF-16Character out of range for UTF-8Character reference '%-.*s' does not encode a permitted characterCharacter reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Connection in progressContaining mount does not existConversion from character set '%s' to '%s' is not supportedCould not allocate %lu bytes to read file "%s"Could not open converter from '%s' to '%s'Could not open converter from '%s' to '%s': %sCustom definition for %sDEFINE group contains more than one branchDesktop file didn't specify Exec fieldDocument ended unexpectedly after the equals sign following an attribute name; no attribute valueDocument ended unexpectedly inside a comment or processing instructionDocument ended unexpectedly inside an attribute nameDocument ended unexpectedly inside an element nameDocument ended unexpectedly inside an element-opening tag.Document ended unexpectedly inside the close tag for element '%s'Document ended unexpectedly just after an open angle bracket '<'Document ended unexpectedly while inside an attribute valueDocument ended unexpectedly with elements still open - '%s' was the last element openedDocument ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>Document must begin with an element (e.g. )Document was empty or contained only whitespaceDouble value '%s' for %s out of rangeElement '%s' was closed, but the currently open element is '%s'Element '%s' was closed, no element is currently openEmpty entity '&;' seen; valid entities are: & " < > 'Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Entity name '%-.*s' is not knownEnumerator is closedError accepting connection: %sError binding to address: %sError closing file: %sError closing socket: %sError closing unix: %sError connecting: Error connecting: %sError creating backup copy: %sError creating directory: %sError during conversion: %sError getting filesystem info: %sError launching application: %sError making symbolic link: %sError moving file: %sError on line %d char %d: Error on line %d: %sError opening directory '%s': %sError opening file '%s': %sError opening file: %sError parsing option %sError reading file '%s': %sError reading from file: %sError reading from unix: %sError receiving data: %sError receiving message: %sError removing file: %sError removing old backup link: %sError removing old file: %sError removing target file: %sError renaming file: %sError renaming temporary file: %sError resolving '%s'Error resolving '%s': %sError reverse-resolving '%s': %sError seeking in file: %sError sending data: %sError sending message: %sError setting SELinux context: %sError setting extended attribute '%s': %sError setting modification or access time: %sError setting owner: %sError setting permissions: %sError setting symlink: %sError setting symlink: file is not a symlinkError stating file '%s': %sError stating file descriptor: %sError trashing file: %sError truncating file: %sError while compiling regular expression %s at char %d: %sError while matching regular expression %s: %sError while optimizing regular expression %s: %sError while parsing replacement text "%s" at char %lu: %sError writing to file: %sError writing to unix: %sExisting file '%s' could not be removed: g_unlink() failed: %sExpected a GEmblem for GEmblemedIconExpecting 1 control message, got %dExpecting one fd, but got %d Failed to change to directory '%s' (%s)Failed to close file '%s': fclose() failed: %sFailed to create file '%s': %sFailed to create pipe for communicating with child process (%s)Failed to execute child process "%s" (%s)Failed to execute child process (%s)Failed to execute helper program (%s)Failed to expand exec line '%s' with URI '%s'Failed to fork (%s)Failed to fork child process (%s)Failed to get attributes of file '%s': fstat() failed: %sFailed to map file '%s': mmap() failed: %sFailed to open file '%s' for writing: fdopen() failed: %sFailed to open file '%s': %sFailed to open file '%s': fdopen() failed: %sFailed to open file '%s': open() failed: %sFailed to parse '%-.*s', which should have been a digit inside a character reference (ê for example) - perhaps the digit is too largeFailed to read data from child processFailed to read data from child process (%s)Failed to read enough data from child pid pipe (%s)Failed to read from child pipe (%s)Failed to read from file '%s': %sFailed to read the symbolic link '%s': %sFailed to redirect output or input of child process (%s)Failed to rename file '%s' to '%s': g_rename() failed: %sFailed to resize memory output streamFailed to write file '%s': fflush() failed: %sFailed to write file '%s': fsync() failed: %sFailed to write file '%s': fwrite() failed: %sFile "%s" is too largeFile enumerator has outstanding operationFile enumerator is already closedFile is emptyFile names cannot contain '%c'Filesystem rootGSocketControlMessage not supported on windowsHelp Options:Hostname '%s' contains '[' but not ']'Input stream doesn't implement readInteger value '%s' for %s out of rangeInteger value '%s' out of rangeInvalid GSeekType suppliedInvalid UTF-8 encoded text in name - not valid '%s'Invalid attribute type (byte string expected)Invalid attribute type (string expected)Invalid attribute type (uint32 expected)Invalid attribute type (uint64 expected)Invalid byte sequence in conversion inputInvalid extended attribute nameInvalid filenameInvalid filename %sInvalid group name: %sInvalid hostnameInvalid key name: %sInvalid program name: %sInvalid seek requestInvalid sequence in conversion inputInvalid socket, initialization failed due to: %sInvalid socket, not initializedInvalid string in argument vector at %d: %sInvalid string in environment: %sInvalid symlink value givenInvalid working directory: %sKey file contains escape character at end of lineKey file contains invalid escape sequence '%s'Key file contains key '%s' in group '%s' which has value that cannot be interpreted.Key file contains key '%s' which has a value that cannot be interpreted.Key file contains key '%s' which has value that cannot be interpreted.Key file contains key '%s' with value '%s' which is not UTF-8Key file contains line '%s' which is not a key-value pair, group, or commentKey file contains unsupported encoding '%s'Key file does not have group '%s'Key file does not have key '%s'Key file does not have key '%s' in group '%s'Key file does not start with a groupLeftover unconverted data in read bufferListener is already closedMalformed input data for GFileIconMalformed number of tokens (%d) in GEmblem encodingMalformed number of tokens (%d) in GEmblemedIcon encodingMalformed version number: %sMemory output stream not resizableMissing argument for %sMove between mounts not supportedNo MIME type defined in the bookmark for URI '%s'No application is registered as handling this fileNo application with name '%s' registered a bookmark for '%s'No bookmark found for URI '%s'No groups set in bookmark for URI '%s'No private flag has been defined in bookmark for URI '%s'No service record for '%s'No type for class name %sNo valid bookmark file found in data dirsNot a regular fileNot enough space for socket addressOdd character '%s', expected a '=' after attribute name '%s' of element '%s'Odd character '%s', expected a '>' character to end the empty-element tag '%s'Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute nameOdd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'Operation not supportedOperation was cancelledOutput stream doesn't implement writePCRE library is compiled without UTF8 properties supportPCRE library is compiled without UTF8 supportPOSIX collating elements are not supportedPOSIX named classes are supported only within a classPartial character sequence at end of inputQuoted text doesn't begin with a quotation markReached maximum data array limitReceived invalid fdSELinux context must be non-NULLSELinux is not enabled on this systemSeek not supported on streamSetting attribute %s not supportedShow all help optionsShow help optionsSocket is already closedSource stream is already closedStream doesn't support query_infoStream has outstanding operationStream is already closedSymbolic links not supportedTarget file existsTarget file is a directoryTarget file is not a regular fileTemplate '%s' doesn't contain XXXXXXTemplate '%s' invalid, should not contain a '%s'Temporarily unable to resolve '%s'Text ended before matching quote was found for %c. (The text was '%s')Text ended just after a '\' character. (The text was '%s')Text was empty (or contained only whitespace)The URI '%s' contains invalidly escaped charactersThe URI '%s' is invalidThe URI '%s' is not an absolute URI using the "file" schemeThe file was externally modifiedThe hostname of the URI '%s' is invalidThe local file URI '%s' may not include a '#'The pathname '%s' is not an absolute pathToo large count value passed to %sTrash not supportedTruncate not allowed on input streamTruncate not supported on streamType %s does not implement from_tokens() on the GIcon interfaceType %s does not implement the GIcon interfaceType %s is not classedURIs not supportedUnable to create socket: %sUnable to create trash dir %s: %sUnable to create trashing info file: %sUnable to find default local directory monitor typeUnable to find default local file monitor typeUnable to find or create trash directoryUnable to find terminal required for applicationUnable to find toplevel directory for trashUnable to get pending error: %sUnable to trash file: %sUnexpected attribute '%s' for element '%s'Unexpected early end-of-streamUnexpected error in g_io_channel_win32_poll() reading data from a child processUnexpected error in select() reading data from a child process (%s)Unexpected error in waitpid() (%s)Unexpected tag '%s' inside '%s'Unexpected tag '%s', tag '%s' expectedUnexpected type of ancillary dataUnknown error executing child process "%s"Unknown error on connectUnknown option %sUnknown protocol was specifiedUnknown typeUnmatched quotation mark in command line or other shell-quoted textUnnamedUnsupported socket addressUsage:Valid key file could not be found in search dirsValue '%s' cannot be interpreted as a boolean.Value '%s' cannot be interpreted as a float number.Value '%s' cannot be interpreted as a number.Waiting for socket condition: %sWrong number of tokens (%d)[OPTION...]\ at end of pattern\C not allowed in lookbehind assertion\c at end of pattern\g is not followed by a braced name or an optionally braced non-zero numberassertion expected after (?(association changes not supported on win32back references as conditions are not supported for partial matchingbacktracking limit reachedcase-changing escapes (\l, \L, \u, \U) are not allowed herecharacter value in \x{...} sequence is too largecode overflowconditional group contains more than two branchescorrupted objectcould not get local address: %scould not get remote address: %scould not listen: %screating GSocket from fd: %sdigit expecteddrive doesn't implement ejectdrive doesn't implement eject or eject_with_operationdrive doesn't implement polling for mediadrive doesn't implement startdrive doesn't implement stopfailed to get memoryhexadecimal digit expectedhexadecimal digit or '}' expectedillegal symbolic referenceinconsistent NEWLINE optionsinternal errorinternal error or corrupted objectinvalid combination of newline flagsinvalid condition (?(0)invalid escape sequence in character classlookbehind assertion is not fixed lengthmalformed \P or \p sequencemalformed number or name after (?(missing '<' in symbolic referencemissing ) after commentmissing terminating )missing terminating ] for character classmissing terminator in subpattern namemount doesn't implement content type guessingmount doesn't implement ejectmount doesn't implement eject or eject_with_operationmount doesn't implement remountmount doesn't implement synchronous content type guessingmount doesn't implement unmountmount doesn't implement unmount or unmount_with_operationnothing to repeatnumber too big in {} quantifiernumbers out of order in {} quantifieroctal value is greater than \377out of memoryoverran compiling workspacepreviously-checked referenced subpattern not foundrange out of order in character classrecursion limit reachedrecursive call could loop indefinitelyreference to non-existent subpatternregular expression too largerepeating a DEFINE group is not allowedstray final '\'subpattern name is too long (maximum 32 characters)symlink must be non-NULLthe pattern contains items not supported for partial matchingtoo many named subpatterns (maximum 10,000)two named subpatterns have the same nameunexpected repeatunfinished symbolic referenceunknown POSIX class nameunknown errorunknown escape sequenceunknown property name after \P or \punrecognized character after (?unrecognized character after (?<unrecognized character after (?Punrecognized character follows \volume doesn't implement ejectvolume doesn't implement eject or eject_with_operationvolume doesn't implement mountworkspace limit for empty substrings reachedzero-length symbolic referenceProject-Id-Version: 2.8 Report-Msgid-Bugs-To: POT-Creation-Date: 2009-10-07 09:51-0400 PO-Revision-Date: 2009-09-30 02:59+0000 Last-Translator: МиĐģĐžŅˆ ПоĐŋĐžĐ˛Đ¸Ņ› Language-Team: Serbian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (ĐŊĐĩĐ¸ŅĐŋŅ€Đ°Đ˛ĐŊĐž ĐēĐžĐ´Đ¸Ņ€Đ°ŅšĐĩ)%.1f GB%.1f KB%.1f MB%s Đ˛Ņ€ŅŅ‚Đ° Đ´Đ°Ņ‚ĐžŅ‚ĐĩĐēĐĩ%s Đ˛Ņ€ŅŅ‚Đ°â€ž%s“ ĐŊĐĩ ĐŋŅ€ĐĩĐ´ŅŅ‚Đ°Đ˛Ņ™Đ° Đ¸ŅĐŋŅ€Đ°Đ˛Đ°ĐŊ СĐŊаĐē ĐŊаĐēĐžĐŊ СĐŊаĐēа „<“; иĐŧĐĩ ĐĩĐģĐĩĐŧĐĩĐŊŅ‚Đ° ĐŊĐĩ ĐŧĐžĐļĐĩ ŅšĐ¸ĐŧĐĩ ĐŋĐžŅ‡ĐĩŅ‚Đ¸â€ž%s“ ĐŊĐ¸Ņ˜Đĩ Đ¸ŅĐŋŅ€Đ°Đ˛Đ°ĐŊ СĐŊаĐē ĐŊаĐēĐžĐŊ ĐŊиСа „“„%s“ ĐŊĐ¸Ņ˜Đĩ Đ¸ŅĐŋŅ€Đ°Đ˛ĐŊĐž иĐŧĐĩ „%s“ ĐŊĐ¸Ņ˜Đĩ Đ¸ŅĐŋŅ€Đ°Đ˛ĐŊĐž иĐŧĐĩ: „%c“ ĐŊаĐēĐžĐŊ(?R иĐģи (?[+-]ĐąŅ€ĐžŅ˜Đĩва ĐŧĐžŅ€Đ° да ҁĐģĐĩди )) ĐąĐĩС ĐžŅ‚Đ˛Đ°Ņ€Đ°ŅšĐ° (ОбĐĩĐģĐĩĐļĐ¸Đ˛Đ°Ņ‡ Đēа „%s“ вĐĩŅ› ĐŋĐžŅŅ‚ĐžŅ˜Đ¸ĐĐąŅŅ‚Ņ€Đ°ĐēŅ‚ĐŊа Ҙ҃ĐŊиĐēҁ ŅƒŅ‚Đ¸Ņ‡ĐŊĐ¸Ņ†Đ° Đ°Đ´Ņ€ĐĩŅĐ° Đ´ĐžĐŧĐĩĐŊа ĐŊĐ¸Ņ˜Đĩ ĐŋĐžĐ´Ņ€ĐļаĐŊа ĐŊа ОвОĐŧ ŅĐ¸ŅŅ‚ĐĩĐŧŅƒĐ”ĐžĐ´Đ°Ņ‚Đ° ŅƒŅ‚Đ¸Ņ‡ĐŊĐ¸Ņ†Đ° ҘĐĩ ĐˇĐ°Ņ‚Đ˛ĐžŅ€ĐĩĐŊаОĐŋŅ†Đ¸Ņ˜Đĩ ĐŋŅ€ĐžĐŗŅ€Đ°Đŧа:ĐĐ¸ŅŅƒ ĐŋĐžĐ´Ņ€ĐļаĐŊĐĩ ĐŋŅ€ĐžĐŧĐĩĐŊĐĩ ĐŋŅ€Đ¸Đ´Ņ€ŅƒĐļĐ¸Đ˛Đ°ŅšĐ° Са win32ĐĄĐ˛ĐžŅ˜ŅŅ‚Đ˛Đž „%s“ ĐĩĐģĐĩĐŧĐĩĐŊŅ‚Đ° „%s“ ĐŊĐ¸Ņ˜Đĩ ĐŋŅ€ĐžĐŊĐ°Ņ’ĐĩĐŊĐžĐ’Ņ€ĐĩĐ´ĐŊĐžŅŅ‚ ĐžŅĐžĐąĐ¸ĐŊĐĩ ĐŧĐžŅ€Đ° ĐąĐ¸Ņ‚Đ¸ Ņ€Đ°ĐˇĐģĐ¸Ņ‡Đ¸Ņ‚Đ° Од NULLĐĐ¸Ņ˜Đĩ ҃ҁĐŋĐĩĐģа Đ¸ĐˇŅ€Đ°Đ´Đ° Ņ€ĐĩСĐĩŅ€Đ˛ĐŊĐĩ ĐēĐžĐŋĐ¸Ņ˜Đĩ Đ´Đ°Ņ‚ĐžŅ‚ĐĩĐēĐĩĐŊĐĩ ĐŧĐžĐŗŅƒ да ҃ĐŧĐŊĐžĐļиĐŧ Đ´Đ¸Ņ€ĐĩĐēŅ‚ĐžŅ€Đ¸Ņ˜ŅƒĐŧ ĐŋŅ€ĐĩĐēĐž Đ´Đ¸Ņ€ĐĩĐēŅ‚ĐžŅ€Đ¸Ņ˜ŅƒĐŧаНĐĩ ĐŧĐžĐŗŅƒ да ҃ĐŧĐŊĐžĐļиĐŧ ĐŋŅ€ĐĩĐēĐž Đ´Đ¸Ņ€ĐĩĐēŅ‚ĐžŅ€Đ¸Ņ˜ŅƒĐŧаНĐĩ ĐŧĐžĐŗŅƒ да ҃ĐŧĐŊĐžĐļиĐŧ ҁĐŋĐĩŅ†Đ¸Ņ˜Đ°ĐģĐŊ҃ Đ´Đ°Ņ‚ĐžŅ‚ĐĩĐēŅƒĐĐĩ ĐŧĐžĐŗŅƒ да ĐŊаĐŋŅ€Đ°Đ˛Đ¸Đŧ Ņ„Đ°ŅŅ†Đ¸ĐēĐģ҃ Са ĐēĐžŅ€Đ¸ŅĐŊиĐēОва МИМЕ ĐŋОдĐĩŅˆĐ°Đ˛Đ°ŅšĐ° %s: %sНĐĩ ĐŧĐžĐŗŅƒ да ĐŊаĐŋŅ€Đ°Đ˛Đ¸Đŧ Ņ„Đ°ŅŅ†Đ¸ĐēĐģ҃ Са ĐēĐžŅ€Đ¸ŅĐŊиĐēОва ĐŋОдĐĩŅˆĐ°Đ˛Đ°ŅšĐ° %s: %sНĐĩ ĐŧĐžĐŗŅƒ да ĐŊаĐŋŅ€Đ°Đ˛Đ¸Đŧ Đ´Đ°Ņ‚ĐžŅ‚ĐĩĐē҃ Ņ€Đ°Đ´ĐŊĐĩ ĐŋĐžĐ˛Ņ€ŅˆĐ¸ %sНĐĩ ĐŧĐžĐŗŅƒ да Ņ‡Đ¸Ņ‚Đ°Đŧ ĐąĐĩС ĐžĐąŅ€Đ°Đ´Đĩ ҃ g_io_channel_read_line_stringНĐĩ ĐŧĐžĐŗŅƒ да Ņ‡Đ¸Ņ‚Đ°Đŧ ĐąĐĩС ĐžĐąŅ€Đ°Đ´Đĩ ҃ g_io_channel_read_to_endНĐĩ ĐŧĐžĐŗŅƒ да ĐŊĐ°Ņ’ĐĩĐŧ ĐŋŅ€ĐžĐŗŅ€Đ°ĐŧНĐĩ ĐŧĐžĐŗŅƒ да Ņ€Đ°Đ´Đ¸Đŧ ŅĐ° Đ´Đ°Ņ‚Đ¸Đŧ Đ¸ĐˇĐ´Đ°ŅšĐĩĐŧ ĐēĐžĐ´Đ¸Ņ€Đ°ŅšĐ° иĐēĐžĐŊĐ¸Ņ†ĐĩНĐĩ ĐŧĐžĐŗŅƒ да Ņ€Đ°Đ´Đ¸Đŧ ŅĐ° Đ¸ĐˇĐ´Đ°ŅšĐĩĐŧ %d Са ĐēĐžĐ´Đ¸Ņ€Đ°ŅšĐĩ GEmblem-аНĐĩ ĐŧĐžĐŗŅƒ да Ņ€Đ°Đ´Đ¸Đŧ ŅĐ° Đ¸ĐˇĐ´Đ°ŅšĐĩĐŧ %d Са ĐēĐžĐ´Đ¸Ņ€Đ°ŅšĐĩ GEmblemedIconНĐĩ ĐŧĐžĐŗŅƒ да Ņ€Đ°Đ´Đ¸Đŧ ŅĐ° Đ¸ĐˇĐ´Đ°ŅšĐĩĐŧ %d Са ĐēĐžĐ´Đ¸Ņ€Đ°ŅšĐĩ GFileIcon-аНĐĩ ĐŧĐžĐŗŅƒ да Ņ€Đ°Đ´Đ¸Đŧ ŅĐ° Đ¸ĐˇĐ´Đ°ŅšĐĩĐŧ ĐēĐžĐ´Đ¸Ņ€Đ°ŅšĐ° %d Са GThemedIconНĐĩ ĐŧĐžĐŗŅƒ да ĐŋŅ€ĐĩĐŧĐĩŅŅ‚Đ¸Đŧ Đ´Đ¸Ņ€ĐĩĐēŅ‚ĐžŅ€Đ¸Ņ˜ŅƒĐŧ ĐŋŅ€ĐĩĐēĐž Đ´Đ¸Ņ€ĐĩĐēŅ‚ĐžŅ€Đ¸Ņ˜ŅƒĐŧаНĐĩ ĐŧĐžĐŗŅƒ да ĐžŅ‚Đ˛ĐžŅ€Đ¸Đŧ Đ´Đ¸Ņ€ĐĩĐēŅ‚ĐžŅ€Đ¸Ņ˜ŅƒĐŧНĐĩ ĐŧĐžĐŗŅƒ да ҃ĐŧĐŊĐžĐļиĐŧ Đ´Đ¸Ņ€ĐĩĐēŅ‚ĐžŅ€Đ¸Ņ˜ŅƒĐŧ и ҚĐĩĐŗĐžĐ˛ ŅĐ°Đ´Ņ€ĐļĐ°Ņ˜ĐĐĩ ĐŧĐžĐŗŅƒ да ĐŋŅ€ĐĩиĐŧĐĩĐŊ҃ҘĐĩĐŧ Đ´Đ°Ņ‚ĐžŅ‚ĐĩĐē҃, ҘĐĩŅ€ ĐžĐŊа вĐĩŅ› ĐŋĐžŅĐžŅ‚ĐžŅ˜Đ¸ĐĐĩ ĐŧĐžĐŗŅƒ да ĐŋŅ€ĐĩиĐŧĐĩĐŊ҃ҘĐĩĐŧ ĐēĐžŅ€ĐĩĐŊи Đ´Đ¸Ņ€ĐĩĐēŅ‚ĐžŅ€Đ¸Ņ˜ŅƒĐŧĐĐ¸Ņ˜Đĩ ĐŋĐžĐ´Ņ€ĐļаĐŊĐž ĐŋĐžĐēŅ€ĐĩŅ‚Đ°ŅšĐĩ ŅƒĐˇ ĐŧĐžĐŗŅƒŅ›ĐŊĐžŅŅ‚ ĐŋŅ€ĐĩĐēидаНĐĩ ĐŧĐžĐļĐĩ ĐŋŅ€ĐĩŅ‚Đ˛ĐžŅ€Đ¸Ņ‚Đ¸ Ņ€ĐĩСĐĩŅ€Đ˛Ņƒ „%s“ ҃ СаĐŋĐ¸Ņ „%s“НĐĩ ĐŧĐžĐŗŅƒ да Ņ€Đ°ŅˆŅ‡ĐģаĐŊиĐŧ Ņ€ĐĩаĐģĐŊ҃ Đ˛Ņ€ĐĩĐ´ĐŊĐžŅŅ‚ Đ´Đ˛ĐžŅŅ‚Ņ€ŅƒĐēĐĩ Ņ‚Đ°Ņ‡ĐŊĐžŅŅ‚Đ¸ „%s“ Са %sНĐĩ ĐŧĐžĐŗŅƒ да Ņ€Đ°ŅˆŅ‡ĐģаĐŊиĐŧ ҆ĐĩĐģĐžĐąŅ€ĐžŅ˜ĐŊ҃ Đ˛Ņ€ĐĩĐ´ĐŊĐžŅŅ‚ „%s“ Са %sНĐĩ ĐŧĐžĐŗŅƒ да ĐŋĐžŅŅ‚Đ°Đ˛Đ¸Đŧ ОвĐģĐ°ŅˆŅ›ĐĩŅšĐ° Са ŅĐ¸ĐŧйОĐģĐ¸Ņ‡ĐēĐĩ вĐĩСĐĩНĐĩ ĐŧĐžĐŗŅƒ да ŅĐ°ŅĐĩ҇ĐĩĐŧ GMemoryInputStreamКаĐŊаĐģ ҁĐĩ ĐˇĐ°Đ˛Ņ€ŅˆĐ°Đ˛Đ° Đ´ĐĩĐģиĐŧĐ¸Ņ‡ĐŊиĐŧ СĐŊаĐēĐžĐŧЗĐŊаĐē ваĐŊ ĐžĐŋҁĐĩĐŗĐ° Са ĐŖĐĸФ-16ЗĐŊаĐē ваĐŊ ĐžĐŋҁĐĩĐŗĐ° Са ĐŖĐĸФ-8ЗĐŊаĐēОвĐŊа Ņ€ĐĩŅ„ĐĩŅ€ĐĩĐŊŅ†Đ° „%-.*s“ ĐŊĐĩ ĐŋŅ€ĐĩĐ´ŅŅ‚Đ°Đ˛Ņ™Đ° Đ´ĐžĐˇĐ˛ĐžŅ™ĐĩĐŊи СĐŊаĐēЗĐŊаĐēОвĐŊа Ņ€ĐĩŅ„ĐĩŅ€ĐĩĐŊŅ†Đ° ҁĐĩ ĐŊĐĩ ĐˇĐ°Đ˛Ņ€ŅˆĐ°Đ˛Đ° Ņ‚Đ°Ņ‡Đēа-СаĐŋĐĩŅ‚ĐžĐŧ; ĐŊĐ°Ņ˜Đ˛ĐĩŅ€ĐžĐ˛Đ°Ņ‚ĐŊĐ¸Ņ˜Đĩ ҁ҂Đĩ ĐēĐžŅ€Đ¸ŅŅ‚Đ¸Đģи аĐŧĐŋĐĩŅ€ŅĐ°ĐŊĐ´ ĐąĐĩС ĐŊаĐŧĐĩŅ€Đĩ да СаĐŋĐžŅ‡ĐŊĐĩŅ‚Đĩ ĐĩĐŊŅ‚Đ¸Ņ‚ĐĩŅ‚ — ĐŊаСĐŊĐ°Ņ‡Đ¸Ņ‚Đĩ аĐŧĐŋĐĩŅ€ŅĐ°ĐŊĐ´ ŅĐ° &ПовĐĩĐˇĐ¸Đ˛Đ°ŅšĐĩ ҘĐĩ ҃ Ņ‚ĐžĐēŅƒĐĄĐ°Đ´Ņ€ĐļаĐŊĐž ĐŧĐžĐŊŅ‚Đ¸Ņ€Đ°ŅšĐĩ ĐŊĐĩ ĐŋĐžŅŅ‚ĐžŅ˜Đ¸ĐŸŅ€ĐĩŅ‚Đ˛Đ°Ņ€Đ°ŅšĐĩ иС ҁĐē҃Đŋа СĐŊаĐēОва „%s“ ҃ „%s“ ĐŊĐ¸Ņ˜Đĩ ĐŋĐžĐ´Ņ€ĐļаĐŊоНĐĩ ĐŧĐžĐŗŅƒ да ОйĐĩСйĐĩдиĐŧ %lu ĐąĐ°Ņ˜Ņ‚ĐžĐ˛Đ° Са Ņ‡Đ¸Ņ‚Đ°ŅšĐĩ Đ´Đ°Ņ‚ĐžŅ‚ĐĩĐēĐĩ „%s“НĐĩ ĐŧĐžĐŗŅƒ да ĐŋĐžĐēŅ€ĐĩĐŊĐĩĐŧ ĐŋŅ€ĐĩŅ‚Đ˛Đ°Ņ€Đ°ŅšĐĩ иС „%s“ ҃ „%s“НĐĩ ĐŧĐžĐŗŅƒ да ĐŋĐžĐēŅ€ĐĩĐŊĐĩĐŧ ĐŋŅ€ĐĩŅ‚Đ˛Đ°Ņ€Đ°ŅšĐĩ иС „%s“ ҃ „%s“: %sĐŸŅ€ĐžĐ¸ĐˇĐ˛ĐžŅ™ĐŊĐĩ ĐžĐ´Ņ€ĐĩĐ´ĐŊĐ¸Ņ†Đĩ Са %sDEFINE ĐŗŅ€ŅƒĐŋа ŅĐ°Đ´Ņ€Đļи Đ˛Đ¸ŅˆĐĩ Од ҘĐĩĐ´ĐŊĐĩ ĐŗŅ€Đ°ĐŊĐĩĐ”Đ°Ņ‚ĐžŅ‚ĐĩĐēа Са Ņ€Đ°Đ´ĐŊ҃ ĐŋĐžĐ˛Ņ€Ņˆ ĐŊĐĩ ŅĐ°Đ´Ņ€Đļи Exec ҃ĐŊĐžŅĐ”ĐžĐē҃ĐŧĐĩĐŊŅ‚ ĐˇĐ°Đ˛Ņ€ŅˆĐĩĐŊ ĐŊĐĩĐžŅ‡ĐĩĐēиваĐŊĐž ĐŊаĐēĐžĐŊ СĐŊаĐēа ҘĐĩĐ´ĐŊаĐēĐžŅŅ‚Đ¸ ĐŋĐžŅĐģĐĩ иĐŧĐĩĐŊа Đ°Ņ‚Ņ€Đ¸ĐąŅƒŅ‚Đ°; Đ˛Ņ€ĐĩĐ´ĐŊĐžŅŅ‚ Đ°Ņ‚Ņ€Đ¸ĐąŅƒŅ‚Đ° ĐŊĐ¸Ņ˜Đĩ ĐŊавĐĩĐ´ĐĩĐŊаДоĐē҃ĐŧĐĩĐŊŅ‚ ĐˇĐ°Đ˛Ņ€ŅˆĐĩĐŊ ĐŊĐĩĐžŅ‡ĐĩĐēиваĐŊĐž ŅƒŅŅ€ĐĩĐ´ ĐŋŅ€Đ¸ĐŧĐĩĐ´ĐąĐĩ иĐģи ҃ĐŋŅƒŅ‚Đ° Са ĐžĐąŅ€Đ°Đ´ŅƒĐ”ĐžĐē҃ĐŧĐĩĐŊŅ‚ ĐˇĐ°Đ˛Ņ€ŅˆĐĩĐŊ ĐŊĐĩĐžŅ‡ĐĩĐēиваĐŊĐž ŅƒŅŅ€ĐĩĐ´ иĐŧĐĩĐŊа Đ°Ņ‚Ņ€Đ¸ĐąŅƒŅ‚Đ°Đ”ĐžĐē҃ĐŧĐĩĐŊŅ‚ ĐˇĐ°Đ˛Ņ€ŅˆĐĩĐŊ ĐŊĐĩĐžŅ‡ĐĩĐēиваĐŊĐž ŅƒŅŅ€ĐĩĐ´ иĐŧĐĩĐŊа ĐĩĐģĐĩĐŧĐĩĐŊŅ‚Đ°Đ”ĐžĐē҃ĐŧĐĩĐŊŅ‚ ĐˇĐ°Đ˛Ņ€ŅˆĐĩĐŊ ĐŊĐĩĐžŅ‡ĐĩĐēиваĐŊĐž ŅƒŅŅ€ĐĩĐ´ ĐŋĐžŅ‡ĐĩŅ‚ĐŊĐĩ ОСĐŊаĐēĐĩ ĐĩĐģĐĩĐŧĐĩĐŊŅ‚Đ°.ДоĐē҃ĐŧĐĩĐŊŅ‚ ĐˇĐ°Đ˛Ņ€ŅˆĐĩĐŊ ĐŊĐĩĐžŅ‡ĐĩĐēиваĐŊĐž ŅƒŅŅ€ĐĩĐ´ ĐˇĐ°Đ˛Ņ€ŅˆĐŊĐĩ ОСĐŊаĐēĐĩ ĐĩĐģĐĩĐŧĐĩĐŊŅ‚Đ° „%s“ДоĐē҃ĐŧĐĩĐŊŅ‚ ĐˇĐ°Đ˛Ņ€ŅˆĐĩĐŊ ĐŊĐĩĐžŅ‡ĐĩĐēиваĐŊĐž ĐŊĐĩĐŋĐžŅŅ€ĐĩĐ´ĐŊĐž ĐŊаĐēĐžĐŊ ĐžŅ‚Đ˛ĐžŅ€ĐĩĐŊĐĩ ĐēĐžŅĐžŅƒĐŗĐģĐĩ ĐˇĐ°ĐŗŅ€Đ°Đ´Đĩ „<“ДоĐē҃ĐŧĐĩĐŊŅ‚ ĐˇĐ°Đ˛Ņ€ŅˆĐĩĐŊ ĐŊĐĩĐžŅ‡ĐĩĐēиваĐŊĐž ŅƒŅŅ€ĐĩĐ´ Đ˛Ņ€ĐĩĐ´ĐŊĐžŅŅ‚Đ¸ Đ°Ņ‚Ņ€Đ¸ĐąŅƒŅ‚Đ°Đ”ĐžĐē҃ĐŧĐĩĐŊŅ‚ ĐˇĐ°Đ˛Ņ€ŅˆĐĩĐŊ ĐŊĐĩĐžŅ‡ĐĩĐēиваĐŊĐž ŅĐ° ĐžŅ‚Đ˛ĐžŅ€ĐĩĐŊиĐŧ ĐĩĐģĐĩĐŧĐĩĐŊŅ‚Đ¸Đŧа — „%s“ ҘĐĩ ĐŋĐžŅĐģĐĩĐ´ŅšĐĩ ĐžŅ‚Đ˛ĐžŅ€ĐĩĐŊ ĐĩĐģĐĩĐŧĐĩĐŊŅ‚Đ”ĐžĐē҃ĐŧĐĩĐŊŅ‚ ҘĐĩ ĐˇĐ°Đ˛Ņ€ŅˆĐĩĐŊ ĐŊĐĩĐžŅ‡ĐĩĐēиваĐŊĐž, а ĐžŅ‡ĐĩĐēиваĐŊа ҘĐĩ ĐˇĐ°Ņ‚Đ˛ĐžŅ€ĐĩĐŊа ĐēĐžŅĐžŅƒĐŗĐģа ĐˇĐ°ĐŗŅ€Đ°Đ´Đ° ĐēĐžŅ˜Đ° ĐˇĐ°Ņ‚Đ˛Đ°Ņ€Đ° ОСĐŊаĐē҃ <%s/>ДоĐē҃ĐŧĐĩĐŊŅ‚ ĐŧĐžŅ€Đ° ĐŋĐžŅ‡ĐĩŅ‚Đ¸ ĐĩĐģĐĩĐŧĐĩĐŊŅ‚ĐžĐŧ (ĐŊĐŋŅ€. <ĐēŅšĐ¸ĐŗĐ°>)ДоĐē҃ĐŧĐĩĐŊŅ‚ ҘĐĩ ĐŋŅ€Đ°ĐˇĐ°ĐŊ иĐģи ŅĐ°Đ´Ņ€Đļи ŅĐ°ĐŧĐž ĐąĐĩĐģиĐŊĐĩĐ ĐĩаĐģĐŊа Đ˛Ņ€ĐĩĐ´ĐŊĐžŅŅ‚ Đ´Đ˛ĐžŅŅ‚Ņ€ŅƒĐēĐĩ Ņ‚Đ°Ņ‡ĐŊĐžŅŅ‚Đ¸ „%s“ Са %s ҘĐĩ иСваĐŊ ĐžĐŋҁĐĩĐŗĐ°Đ•ĐģĐĩĐŧĐĩĐŊŅ‚ „%s“ ҘĐĩ ĐˇĐ°Ņ‚Đ˛ĐžŅ€ĐĩĐŊ, а ҂ҀĐĩĐŊŅƒŅ‚ĐŊĐž ĐžŅ‚Đ˛ĐžŅ€ĐĩĐŊ ĐĩĐģĐĩĐŧĐĩĐŊŅ‚ ҘĐĩ „%s“ЕĐģĐĩĐŧĐĩĐŊŅ‚ „%s“ ҘĐĩ ĐˇĐ°Ņ‚Đ˛ĐžŅ€ĐĩĐŊ, ĐŊĐĩĐŧа ҂ҀĐĩĐŊŅƒŅ‚ĐŊĐž ĐžŅ‚Đ˛ĐžŅ€ĐĩĐŊĐ¸Ņ… ĐĩĐģĐĩĐŧĐĩĐŊĐ°Ņ‚Đ°ĐŖĐžŅ‡ĐĩĐŊ ĐŋŅ€Đ°ĐˇĐ°ĐŊ ĐĩĐŊŅ‚Đ¸Ņ‚ĐĩŅ‚ „&;“; ĐŋŅ€Đ¸Ņ…Đ˛Đ°Ņ‚Ņ™Đ¸Đ˛Đ¸ ĐĩĐŊŅ‚Đ¸Ņ‚ĐĩŅ‚Đ¸ ҁ҃ & " < > 'ЕĐŊŅ‚Đ¸Ņ‚ĐĩŅ‚ ҁĐĩ ĐŊĐĩ ĐˇĐ°Đ˛Ņ€ŅˆĐ°Đ˛Đ° Ņ‚Đ°Ņ‡Đēа-СаĐŋĐĩŅ‚ĐžĐŧ; ĐŊĐ°Ņ˜Đ˛ĐĩŅ€ĐžĐ˛Đ°Ņ‚ĐŊĐ¸Ņ˜Đĩ ҁ҂Đĩ ĐēĐžŅ€Đ¸ŅŅ‚Đ¸Đģи аĐŧĐŋĐĩŅ€ŅĐ°ĐŊĐ´ ĐąĐĩС ĐŊаĐŧĐĩŅ€Đĩ да СаĐŋĐžŅ‡ĐŊĐĩŅ‚Đĩ ĐĩĐŊŅ‚Đ¸Ņ‚ĐĩŅ‚ — ĐŊаСĐŊĐ°Ņ‡Đ¸Ņ‚Đĩ аĐŧĐŋĐĩŅ€ŅĐ°ĐŊĐ´ ŅĐ° &ИĐŧĐĩ ĐĩĐŊŅ‚Đ¸Ņ‚ĐĩŅ‚Đ° „%-.*s“ ĐŊĐ¸Ņ˜Đĩ ĐŋОСĐŊĐ°Ņ‚ĐžĐĐ°ĐąŅ€Đ°Ņ˜Đ°ŅšĐĩ ҘĐĩ ĐˇĐ°Ņ‚Đ˛ĐžŅ€ĐĩĐŊĐžĐŗŅ€Đĩ҈Đēа ҃ ĐŋŅ€Đ¸Ņ…Đ˛Đ°Ņ‚Đ°ŅšŅƒ вĐĩСĐĩ: %sĐŗŅ€Đĩ҈Đēа ĐŋŅ€Đ¸ ĐŋОвĐĩĐˇĐ¸Đ˛Đ°ŅšŅƒ ĐŊа Đ°Đ´Ņ€Đĩҁ҃: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ĐģиĐēĐžĐŧ ĐˇĐ°Ņ‚Đ˛Đ°Ņ€Đ°ŅšĐ° Đ´Đ°Ņ‚ĐžŅ‚ĐĩĐēĐĩ: %sĐ“Ņ€Đĩ҈Đēа ҃ ĐˇĐ°Ņ‚Đ˛Đ°Ņ€Đ°ŅšŅƒ ŅƒŅ‚Đ¸Ņ‡ĐŊĐ¸Ņ†Đĩ: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ ĐˇĐ°Ņ‚Đ˛Đ°Ņ€Đ°ŅšŅƒ unix-а: %sĐ“Ņ€Đĩ҈Đēа ҃ ĐŋОвĐĩĐˇĐ¸Đ˛Đ°ŅšŅƒ: Đ“Ņ€Đĩ҈Đēа ҃ ĐŋОвĐĩĐˇĐ¸Đ˛Đ°ŅšŅƒ: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ĐģиĐēĐžĐŧ ĐžĐąŅ€Đ°ĐˇĐžĐ˛Đ°ŅšĐ° Ņ€ĐĩСĐĩŅ€Đ˛ĐŊĐĩ ĐēĐžĐŋĐ¸Ņ˜Đĩ: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ĐģиĐēĐžĐŧ ĐžĐąŅ€Đ°ĐˇĐžĐ˛Đ°ŅšĐ° Đ´Đ¸Ņ€ĐĩĐēŅ‚ĐžŅ€Đ¸Ņ˜ŅƒĐŧа: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ ĐŋŅ€ĐĩŅ‚Đ˛Đ°Ņ€Đ°ŅšŅƒ: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ĐģиĐēĐžĐŧ Đ´ĐžĐąĐ¸Ņ˜Đ°ŅšĐ° ĐŋĐžĐ´Đ°Ņ‚Đ°Đēа Đž ŅĐ¸ŅŅ‚ĐĩĐŧ҃ Đ´Đ°Ņ‚ĐžŅ‚ĐĩĐēа: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ ĐŋĐžĐēŅ€ĐĩŅ‚Đ°ŅšŅƒ ĐŋŅ€ĐžĐŗŅ€Đ°Đŧа: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ĐģиĐēĐžĐŧ ĐžĐąŅ€Đ°ĐˇĐžĐ˛Đ°ŅšĐ° ŅĐ¸ĐŧйОĐģĐ¸Ņ‡ĐēĐĩ вĐĩСĐĩ: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ĐģиĐēĐžĐŧ ĐŋŅ€ĐĩĐŧĐĩŅˆŅ‚Đ°ŅšĐ° Đ´Đ°Ņ‚ĐžŅ‚ĐĩĐēĐĩ: %sĐ“Ņ€Đĩ҈Đēа ҃ %d. Ņ€ĐĩĐ´Ņƒ, %d. СĐŊаĐē: Đ“Ņ€Đĩ҈Đēа ҃ %d. Ņ€ĐĩĐ´Ņƒ: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ ĐžŅ‚Đ˛Đ°Ņ€Đ°ŅšŅƒ Đ´Đ¸Ņ€ĐĩĐēŅ‚ĐžŅ€Đ¸Ņ˜ŅƒĐŧа „%s“: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ĐģиĐēĐžĐŧ ĐžŅ‚Đ˛Đ°Ņ€Đ°ŅšĐ° Đ´Đ°Ņ‚ĐžŅ‚ĐĩĐēĐĩ „%s“: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ĐģиĐēĐžĐŧ ĐžŅ‚Đ˛Đ°Ņ€Đ°ŅšĐ° Đ´Đ°Ņ‚ĐžŅ‚ĐĩĐēĐĩ: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ Ņ€Đ°ŅˆŅ‡ĐģĐ°ŅšĐ¸Đ˛Đ°ŅšŅƒ ĐŧĐžĐŗŅƒŅ›ĐŊĐžŅŅ‚Đ¸ %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ Ņ‡Đ¸Ņ‚Đ°ŅšŅƒ Đ´Đ°Ņ‚ĐžŅ‚ĐĩĐēĐĩ „%s“: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ĐģиĐēĐžĐŧ Ņ‡Đ¸Ņ‚Đ°ŅšĐ° Đ´Đ°Ņ‚ĐžŅ‚ĐĩĐēĐĩ: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ Ņ‡Đ¸Ņ‚Đ°ŅšŅƒ иС unix-а: %sĐ“Ņ€Đĩ҈Đēа ҃ ĐŋŅ€Đ¸ĐŧĐ°ŅšŅƒ ĐŋĐžĐ´Đ°Ņ‚Đ°Đēа: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ ĐŋŅ€Đ¸ĐŧĐ°ŅšŅƒ ĐŋĐžŅ€ŅƒĐēĐĩ: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ĐģиĐēĐžĐŧ ҃ĐēĐģĐ°ŅšĐ°ŅšĐ° Đ´Đ°Ņ‚ĐžŅ‚ĐĩĐēĐĩ: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ĐģиĐēĐžĐŧ ҃ĐēĐģĐ°ŅšĐ°ŅšĐ° ŅŅ‚Đ°Ņ€Đĩ Ņ€ĐĩСĐĩŅ€Đ˛ĐŊĐĩ ĐēĐžĐŋĐ¸Ņ˜Đĩ вĐĩСĐĩ: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ĐģиĐēĐžĐŧ ҃ĐēĐģĐ°ŅšĐ°ŅšĐ° ŅŅ‚Đ°Ņ€Đĩ Đ´Đ°Ņ‚ĐžŅ‚ĐĩĐēĐĩ: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ĐģиĐēĐžĐŧ ҃ĐēĐģĐ°ŅšĐ°ŅšĐ° Ņ†Đ¸Ņ™ŅšĐĩ Đ´Đ°Ņ‚ĐžŅ‚ĐĩĐēĐĩ: %sĐ“Ņ€Đĩ҈Đēа ҃ ĐŋŅ€ĐĩиĐŧĐĩĐŊĐžĐ˛Đ°ŅšŅƒ Đ´Đ°Ņ‚ĐžŅ‚ĐĩĐēĐĩ: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ĐģиĐēĐžĐŧ ĐŋŅ€ĐĩиĐŧĐĩĐŊĐžĐ˛Đ°ŅšĐ° ĐŋŅ€Đ¸Đ˛Ņ€ĐĩĐŧĐĩĐŊĐĩ Đ´Đ°Ņ‚ĐžŅ‚ĐĩĐēĐĩ: %sĐ“Ņ€Đĩ҈Đēа ҃ Ņ€Đ°ĐˇŅ€ĐĩŅˆĐ¸Đ˛Đ°ŅšŅƒ „%sâ€œĐ“Ņ€Đĩ҈Đēа ҃ Ņ€Đ°ĐˇŅ€ĐĩŅˆĐ°Đ˛Đ°ŅšŅƒ „%s“: %sĐ“Ņ€Đĩ҈Đēа ҃ ĐžĐąŅ€ĐŊŅƒŅ‚ĐžĐŧ Ņ€Đ°ĐˇŅ€ĐĩŅˆĐ°Đ˛Đ°ŅšŅƒ „%s“: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ĐģиĐēĐžĐŧ ĐŋŅ€ĐĩŅ‚Ņ€Đ°ĐŗĐĩ ҃ĐŊŅƒŅ‚Đ°Ņ€ Đ´Đ°Ņ‚ĐžŅ‚ĐĩĐēĐĩ: %sĐ“Ņ€Đĩ҈Đēа ҃ ҁĐģĐ°ŅšŅƒ ĐŋĐžĐ´Đ°Ņ‚Đ°Đēа: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ ҁĐģĐ°ŅšŅƒ ĐŋĐžŅ€ŅƒĐēĐĩ: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ĐģиĐēĐžĐŧ ĐŋĐžŅŅ‚Đ°Đ˛Ņ™Đ°ŅšĐ° SELinux ĐēĐžĐŊŅ‚ĐĩĐēŅŅ‚Đ°: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ĐģиĐēĐžĐŧ ĐŋĐžŅŅ‚Đ°Đ˛Ņ™Đ°ŅšĐ° ĐŋŅ€ĐžŅˆĐ¸Ņ€ĐĩĐŊĐĩ ĐžŅĐžĐąĐ¸ĐŊĐĩ „%s“: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ ĐŋĐžŅŅ‚Đ°Đ˛Ņ™Đ°ŅšŅƒ Đ´Đ°Ņ‚ŅƒĐŧа иСĐŧĐĩĐŊĐĩ иĐģи ĐŋŅ€Đ¸ŅŅ‚ŅƒĐŋа: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ĐģиĐēĐžĐŧ ĐŋĐžŅŅ‚Đ°Đ˛Ņ™Đ°ŅšĐ° вĐģĐ°ŅĐŊиĐēа: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ĐģиĐēĐžĐŧ ĐŋĐžŅŅ‚Đ°Đ˛Ņ™Đ°ŅšĐ° ОвĐģĐ°ŅˆŅ›ĐĩŅšĐ°: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ĐģиĐēĐžĐŧ ĐŋĐžŅŅ‚Đ°Đ˛Ņ™Đ°ŅšĐ° ŅĐ¸ĐŧйОĐģĐ¸Ņ‡ĐēĐĩ вĐĩСĐĩ: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ ĐŋĐžŅŅ‚Đ°Đ˛Ņ™Đ°ŅšŅƒ ŅĐ¸ĐŧйОĐģĐ¸Ņ‡ĐēĐĩ вĐĩСĐĩ: Đ´Đ°Ņ‚ĐžŅ‚ĐĩĐēа ĐŊĐ¸Ņ˜Đĩ ŅĐ¸ĐŧйОĐģĐ¸Ņ‡Đēа вĐĩĐˇĐ°Đ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ĐģиĐēĐžĐŧ ĐŋĐžŅŅ‚Đ°Đ˛Ņ™Đ°ŅšĐ° ŅŅ‚Đ°ŅšĐ° Đ´Đ°Ņ‚ĐžŅ‚ĐĩĐēĐĩ „%s“: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ĐģиĐēĐžĐŧ ĐŋĐžŅŅ‚Đ°Đ˛Ņ™Đ°ŅšĐ° ŅŅ‚Đ°ŅšĐ° ĐžĐŋĐ¸ŅĐ¸Đ˛Đ°Ņ‡Đ° Đ´Đ°Ņ‚ĐžŅ‚ĐĩĐēĐĩ: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ĐģиĐēĐžĐŧ ĐŋŅ€ĐĩĐŧĐĩŅˆŅ‚Đ°ŅšĐ° Đ´Đ°Ņ‚ĐžŅ‚ĐĩĐēĐĩ ҃ ҁĐŧĐĩŅ›Đĩ: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ ŅĐ°ŅĐĩŅ†Đ°ŅšŅƒ Đ´Đ°Ņ‚ĐžŅ‚ĐĩĐēĐĩ: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ ĐŋŅ€ĐĩĐ˛ĐžŅ’ĐĩҚ҃ Ņ€ĐĩĐŗŅƒĐģĐ°Ņ€ĐŊĐžĐŗ Đ¸ĐˇŅ€Đ°ĐˇĐ° %s ĐēОд СĐŊаĐēа %d: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ĐģиĐēĐžĐŧ ĐŋŅ€ĐĩŅ‚Ņ€Đ°ĐļĐ¸Đ˛Đ°ŅšĐ° Ņ€ĐĩĐŗŅƒĐģĐ°Ņ€ĐŊиĐŧ Đ¸ĐˇŅ€Đ°ĐˇĐžĐŧ %s: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ ĐžĐŋŅ‚Đ¸ĐŧĐ¸ĐˇĐžĐ˛Đ°ŅšŅƒ Ņ€ĐĩĐŗŅƒĐģĐ°Ņ€ĐŊĐžĐŗ Đ¸ĐˇŅ€Đ°ĐˇĐ° %s: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ĐģиĐēĐžĐŧ ĐžĐąŅ€Đ°Đ´Đĩ Ņ‚ĐĩĐēŅŅ‚Đ° Са СаĐŧĐĩĐŊ҃ „%s“ ĐēОд ĐēĐ°Ņ€Đ°ĐēŅ‚ĐĩŅ€Đ° %lu: %sĐ“Ņ€Đĩ҈Đēа ĐŋŅ€Đ¸ĐģиĐēĐžĐŧ ҃ĐŋĐ¸ŅĐ° ҃ Đ´Đ°Ņ‚ĐžŅ‚ĐĩĐē҃: %sĐŸŅ€Đĩ҈Đēа ĐŋŅ€Đ¸ ҃ĐŋĐ¸ŅŅƒ ĐŊа unix: %sĐŸĐžŅŅ‚ĐžŅ˜ĐĩŅ›Đ° Đ´Đ°Ņ‚ĐžŅ‚ĐĩĐēа „%s“ ҁĐĩ ĐŊĐĩ ĐŧĐžĐļĐĩ ҃ĐēĐģĐžĐŊĐ¸Ņ‚Đ¸: ĐŊĐĩ҃ҁĐŋĐĩŅˆĐ°ĐŊ g_unlink(): %sĐžŅ‡ĐĩĐēиваĐŊĐž ҘĐĩ GEmblem Са GEmblemedIconĐžŅ‡ĐĩĐē҃ҘĐĩĐŧ ҘĐĩĐ´ĐŊ҃ ĐēĐžĐŊŅ‚Ņ€ĐžĐģĐŊ҃ ĐŋĐžŅ€ŅƒĐē҃, дОйиО ŅĐ°Đŧ %dĐžŅ‡ĐĩĐē҃ҘĐĩĐŧ ҘĐĩĐ´ĐŊĐž fd, дОйиО ŅĐ°Đŧ %d ĐĐ¸Ņ˜Đĩ ҃ҁĐŋĐĩĐģĐž ĐŋŅ€Đ¸ŅŅ‚ŅƒĐŋĐ°ŅšĐĩ Đ´Đ¸Ņ€ĐĩĐēŅ‚ĐžŅ€Đ¸Ņ˜ŅƒĐŧ҃ „%s“ (%s)НĐĩ ĐŧĐžĐŗŅƒ да ĐˇĐ°Ņ‚Đ˛ĐžŅ€Đ¸Đŧ Đ´Đ°Ņ‚ĐžŅ‚ĐĩĐē҃ „%s“: ĐŊĐĩ҃ҁĐŋĐĩŅˆĐ°ĐŊ fclose(): %sНĐĩ ĐŧĐžĐŗŅƒ да ĐŊаĐŋŅ€Đ°Đ˛Đ¸Đŧ Đ´Đ°Ņ‚ĐžŅ‚ĐĩĐē҃ „%s“: %sĐĐ¸Ņ˜Đĩ ҃ҁĐŋĐĩĐģĐž ŅŅ‚Đ˛Đ°Ņ€Đ°ŅšĐĩ ҆ĐĩвĐēĐĩ Са вĐĩĐˇŅƒ ŅĐ° ĐŋĐžŅ‚ĐŋŅ€ĐžŅ†ĐĩŅĐžĐŧ (%s)ĐĐ¸Ņ˜Đĩ ҃ҁĐŋĐĩĐģĐž Đ¸ĐˇĐ˛Ņ€ŅˆĐ°Đ˛Đ°ŅšĐĩ ĐŋĐžŅ‚ĐŋŅ€ĐžŅ†ĐĩŅĐ° „%s“ (%s)ĐĐ¸Ņ˜Đĩ ҃ҁĐŋĐĩĐģĐž Đ¸ĐˇĐ˛Ņ€ŅˆĐ°Đ˛Đ°ŅšĐĩ ĐŋĐžŅ‚ĐŋŅ€ĐžŅ†ĐĩŅĐ° (%s)ĐĐ¸Ņ˜Đĩ ҃ҁĐŋĐĩĐģĐž Đ¸ĐˇĐ˛Ņ€ŅˆĐ°Đ˛Đ°ŅšĐĩ ĐŋĐžĐŧĐžŅ›ĐŊĐžĐŗ ĐŋŅ€ĐžĐŗŅ€Đ°Đŧа (%s)НĐĩ ĐŧĐžĐŗŅƒ да ĐŋŅ€ĐžŅˆĐ¸Ņ€Đ¸Đŧ ĐēĐžĐŧадĐŊ҃ ĐģиĐŊĐ¸Ņ˜Ņƒ „%s“ ŅĐ° вĐĩСОĐŧ Đēа „%sâ€œĐĐ¸Ņ˜Đĩ ҃ҁĐŋĐĩĐž fork() (%s)ĐĐ¸Ņ˜Đĩ ҃ҁĐŋĐĩĐž fork() ĐŋĐžŅ‚ĐŋŅ€ĐžŅ†ĐĩŅĐ° (%s)НĐĩ ĐŧĐžĐŗŅƒ да ŅĐ°ĐˇĐŊаĐŧ ĐžŅĐžĐąĐ¸ĐŊĐĩ Đ´Đ°Ņ‚ĐžŅ‚ĐĩĐēĐĩ „%s“: ĐŊĐĩ҃ҁĐŋĐĩŅˆĐ°ĐŊ fstat(): %sНĐĩ ĐŧĐžĐŗŅƒ да ĐŧаĐŋĐ¸Ņ€Đ°Đŧ Đ´Đ°Ņ‚ĐžŅ‚ĐĩĐē҃ „%s“: ĐŊĐĩ҃ҁĐŋĐĩŅˆĐ°ĐŊ mmap(): %sНĐĩ ĐŧĐžĐŗŅƒ да ĐžŅ‚Đ˛ĐžŅ€Đ¸Đŧ Đ´Đ°Ņ‚ĐžŅ‚ĐĩĐē҃ „%s“ Ņ€Đ°Đ´Đ¸ ҃ĐŋĐ¸ŅĐ°: ĐŊĐĩ҃ҁĐŋĐĩŅˆĐ°ĐŊ fdopen(): %sНĐĩ ĐŧĐžĐŗŅƒ да ĐžŅ‚Đ˛ĐžŅ€Đ¸Đŧ Đ´Đ°Ņ‚ĐžŅ‚ĐĩĐē҃ „%s“: %sНĐĩ ĐŧĐžĐŗŅƒ да ĐžŅ‚Đ˛ĐžŅ€Đ¸Đŧ Đ´Đ°Ņ‚ĐžŅ‚ĐĩĐē҃ „%s“: ĐŊĐĩ҃ҁĐŋĐĩŅˆĐ°ĐŊ fdopen(): %sНĐĩ ĐŧĐžĐŗŅƒ да ĐžŅ‚Đ˛ĐžŅ€Đ¸Đŧ Đ´Đ°Ņ‚ĐžŅ‚ĐĩĐē҃ „%s“: ĐŊĐĩ҃ҁĐŋĐĩŅˆĐ°ĐŊ open(): %sĐĐ¸ŅĐ°Đŧ ҃ҁĐŋĐĩĐž да Ņ€Đ°ŅˆŅ‡ĐģаĐŊиĐŧ „%-.*s“, ŅˆŅ‚Đž ҘĐĩ ҂ҀĐĩйаĐģĐž да ĐŋŅ€ĐĩĐ´ŅŅ‚Đ°Đ˛Ņ™Đ° Ņ†Đ¸Ņ„Ņ€Ņƒ ҃ĐŊŅƒŅ‚Đ°Ņ€ СĐŊаĐēОвĐŊĐĩ Ņ€ĐĩŅ„ĐĩŅ€ĐĩĐŊ҆Đĩ (ĐŊа ĐŋŅ€Đ¸ĐŧĐĩŅ€ ê) — ĐŧĐžĐļда ҘĐĩ Ņ†Đ¸Ņ„Ņ€Đ° ĐŋŅ€ĐĩвĐĩĐģиĐēĐ°ĐĐ¸Ņ˜Đĩ ҃ҁĐŋĐĩĐģĐž Ņ‡Đ¸Ņ‚Đ°ŅšĐĩ ĐŋĐžĐ´Đ°Ņ‚Đ°Đēа иС ĐŋĐžŅ‚ĐŋŅ€ĐžŅ†ĐĩŅĐ°ĐĐĩ҃ҁĐŋĐĩĐģĐž Ņ‡Đ¸Ņ‚Đ°ŅšĐĩ ĐŋĐžĐ´Đ°Ņ‚Đ°Đēа Од ĐŋĐžŅ‚ĐŋŅ€ĐžŅ†ĐĩŅĐ° (%s)ĐĐ¸Ņ˜Đĩ ҃ҁĐŋĐĩĐž да ĐŋŅ€ĐžŅ‡Đ¸Ņ‚Đ° Đ´ĐžĐ˛ĐžŅ™ĐŊĐž ĐŋĐžĐ´Đ°Ņ‚Đ°Đēа иС ҆ĐĩвĐēĐĩ Đēа ĐŋĐžŅ‚ĐŋŅ€ĐžŅ†Đĩҁ҃ (%s)ĐĐ¸Ņ˜Đĩ ҃ҁĐŋĐĩĐģĐž Ņ‡Đ¸Ņ‚Đ°ŅšĐĩ иС ĐŋĐžĐ´Ņ€ĐĩŅ’ĐĩĐŊĐĩ ҆ĐĩвĐēĐĩ (%s)НĐĩ ĐŧĐžĐŗŅƒ да ĐŋŅ€ĐžŅ‡Đ¸Ņ‚Đ°Đŧ иС Đ´Đ°Ņ‚ĐžŅ‚ĐĩĐēĐĩ „%s“: %sНĐĩ ĐŧĐžĐŗŅƒ да ĐŋŅ€ĐžŅ‡Đ¸Ņ‚Đ°Đŧ ŅĐ¸ĐŧйОĐģĐ¸Ņ‡Đē҃ вĐĩĐˇŅƒ „%s“: %sĐĐ¸Ņ˜Đĩ ҃ҁĐŋĐĩĐģĐž ĐŋŅ€Đĩ҃ҁĐŧĐĩŅ€Đ°Đ˛Đ°ŅšĐĩ ҃ĐģаСа иĐģи иСĐģаСа ĐŋĐžŅ‚ĐŋŅ€ĐžŅ†ĐĩŅĐ° (%s)НĐĩ ĐŧĐžĐŗŅƒ да ĐŋŅ€ĐĩиĐŧĐĩĐŊ҃ҘĐĩĐŧ Đ´Đ°Ņ‚ĐžŅ‚ĐĩĐē҃ „%s“ ҃ „%s“: ĐŊĐĩ҃ҁĐŋĐĩŅˆĐ°ĐŊ g_rename(): %sНĐĩ ĐŧĐžĐŗŅƒ да ĐŋŅ€ĐžĐŧĐĩĐŊиĐŧ вĐĩĐģĐ¸Ņ‡Đ¸ĐŊ҃ иСĐģаСĐŊĐžĐŗ ĐŧĐĩĐŧĐžŅ€Đ¸Ņ˜ŅĐēĐžĐŗ Ņ‚ĐžĐēаНĐĩ ĐŧĐžĐŗŅƒ да ҃ĐŋĐ¸ŅˆĐĩĐŧ ҃ Đ´Đ°Ņ‚ĐžŅ‚ĐĩĐē҃ „%s“: ĐŊĐĩ҃ҁĐŋĐĩŅˆĐ°ĐŊ fflush(): %sНĐĩ ĐŧĐžĐŗŅƒ да ҃ĐŋĐ¸ŅˆĐĩĐŧ ҃ Đ´Đ°Ņ‚ĐžŅ‚ĐĩĐē҃ „%s“: ĐŊĐĩ҃ҁĐŋĐĩŅˆĐ°ĐŊ fsync(): %sНĐĩ ĐŧĐžĐŗŅƒ да ҃ĐŋĐ¸ŅˆĐĩĐŧ ҃ Đ´Đ°Ņ‚ĐžŅ‚ĐĩĐē҃ „%s“: ĐŊĐĩ҃ҁĐŋĐĩŅˆĐ°ĐŊ fwrite(): %sĐ”Đ°Ņ‚ĐžŅ‚ĐĩĐēа „%s“ ҘĐĩ ĐŋŅ€ĐĩвĐĩĐģиĐēĐ°Đ‘Ņ€ĐžŅ˜Đ°ŅšĐĩ Đ´Đ°Ņ‚ĐžŅ‚ĐĩĐēа иĐŧа ĐŊĐĩĐ¸ŅĐŋ҃ҚĐĩĐŊ҃ Ņ€Đ°Đ´ŅšŅƒĐ‘Ņ€ĐžŅ˜Đ°ŅšĐĩ Đ´Đ°Ņ‚ĐžŅ‚ĐĩĐēа ҘĐĩ вĐĩŅ› ĐˇĐ°Đ˛Ņ€ŅˆĐĩĐŊĐžĐ”Đ°Ņ‚ĐžŅ‚ĐĩĐēа ҘĐĩ ĐŋŅ€Đ°ĐˇĐŊаИĐŧĐĩĐŊа Đ´Đ°Ņ‚ĐžŅ‚ĐĩĐēа ĐŊĐĩ ĐŧĐžĐŗŅƒ да ŅĐ°Đ´Ņ€ĐļĐĩ „%câ€œĐšĐžŅ€ĐĩĐŊи ŅĐ¸ŅŅ‚ĐĩĐŧ Đ´Đ°Ņ‚ĐžŅ‚ĐĩĐēаGSocketControlMessage ĐŊĐ¸Ņ˜Đĩ ĐŋĐžĐ´Ņ€ĐļаĐŊĐž ҃ ĐŋŅ€ĐžĐˇĐžŅ€Đ¸ĐŧаПоĐŧĐžŅ›ĐŊĐĩ ĐžĐŋŅ†Đ¸Ņ˜Đĩ:ИĐŧĐĩ Đ´ĐžĐŧĐ°Ņ›Đ¸ĐŊа „%s“ ŅĐ°Đ´Ņ€Đļи „[“, аĐģи ĐŊĐĩ и „]â€œĐŖĐģаСĐŊи Ņ‚ĐžĐē ĐŊĐĩ ĐŋĐžĐ´Ņ€Đļава Ņ‡Đ¸Ņ‚Đ°ŅšĐĩĐĻĐĩĐģĐžĐąŅ€ĐžŅ˜ĐŊа Đ˛Ņ€ĐĩĐ´ĐŊĐžŅŅ‚ „%s“ Са %s ҘĐĩ иСваĐŊ ĐžĐŋҁĐĩĐŗĐ°ĐĻĐĩĐģĐžĐąŅ€ĐžŅ˜ĐŊа Đ˛Ņ€ĐĩĐ´ĐŊĐžŅŅ‚ „%s“ ҘĐĩ иСваĐŊ ĐžĐŋҁĐĩĐŗĐ°ĐĐ¸Ņ˜Đĩ Đ¸ŅĐŋŅ€Đ°Đ˛ĐŊĐž ĐžĐ´Ņ€ĐĩŅ’ĐĩĐŊ GSeekTypeНĐĩĐ¸ŅĐŋŅ€Đ°Đ˛Đ°ĐŊ ĐŖĐĸФ-8 Ņ‚ĐĩĐēҁ҂ ҃ иĐŧĐĩĐŊ҃ — „%s“ ĐŊĐ¸Ņ˜Đĩ Đ¸ŅĐŋŅ€Đ°Đ˛ĐŊĐžĐĐ¸Ņ˜Đĩ Đ¸ŅĐŋŅ€Đ°Đ˛ĐŊа Đ˛Ņ€ŅŅ‚Đ° ĐžŅĐžĐąĐ¸ĐŊĐĩ (ĐžŅ‡ĐĩĐēиваĐŊа ҘĐĩ ĐŊĐ¸ŅĐēа ĐąĐ¸Ņ‚ĐžĐ˛Đ°)ĐĐ¸Ņ˜Đĩ Đ¸ŅĐŋŅ€Đ°Đ˛ĐŊа Đ˛Ņ€ŅŅ‚Đ° Đ°Ņ‚Ņ€Đ¸ĐąŅƒŅ‚Đ° (ĐžŅ‡ĐĩĐēиваĐŊа ҘĐĩ ĐŊĐ¸ŅĐēа СĐŊаĐēОва) ĐĐ¸Ņ˜Đĩ Đ¸ŅĐŋŅ€Đ°Đ˛ĐŊа Đ˛Ņ€ŅŅ‚Đ° ĐžŅĐžĐąĐ¸ĐŊĐĩ (ĐžŅ‡ĐĩĐēиваĐŊа ҘĐĩ uint32)ĐĐ¸Ņ˜Đĩ Đ¸ŅĐŋŅ€Đ°Đ˛ĐŊа Đ˛Ņ€ŅŅ‚Đ° ĐžŅĐžĐąĐ¸ĐŊĐĩ (ĐžŅ‡ĐĩĐēиваĐŊа ҘĐĩ uint64)НĐĩĐ¸ŅĐŋŅ€Đ°Đ˛Đ°ĐŊ ĐŊиС ĐąĐ°Ņ˜Ņ‚ĐžĐ˛Đ° ҃ ҃ĐģĐ°ĐˇŅƒ ĐēĐžŅ˜Đ¸ ĐŋŅ€ĐĩŅ‚Đ˛Đ°Ņ€Đ°ĐŧĐĐ¸Ņ˜Đĩ Đ¸ŅĐŋŅ€Đ°Đ˛ĐŊĐž ĐŋŅ€ĐžŅˆĐ¸Ņ€ĐĩĐŊĐž иĐŧĐĩ ĐžŅĐžĐąĐ¸ĐŊĐĩИĐŧĐĩ Đ´Đ°Ņ‚ĐžŅ‚ĐĩĐēĐĩ ҘĐĩ ĐŊĐĩĐ¸ŅĐŋŅ€Đ°Đ˛ĐŊоНĐĩĐ¸ŅĐŋŅ€Đ°Đ˛ĐŊĐž иĐŧĐĩ Đ´Đ°Ņ‚ĐžŅ‚ĐĩĐēĐĩ %sНĐĩĐ¸ŅĐŋŅ€Đ°Đ˛ĐŊĐž иĐŧĐĩ ĐŗŅ€ŅƒĐŋĐĩ: %sНĐĩĐ¸ŅĐŋŅ€Đ°Đ˛ĐŊĐž иĐŧĐĩ Đ´ĐžĐŧĐ°Ņ›Đ¸ĐŊаНĐĩĐ¸ŅĐŋŅ€Đ°Đ˛ĐŊĐž иĐŧĐĩ ĐēŅ™ŅƒŅ‡Đ°: %sĐĐ¸Ņ˜Đĩ Đ¸ŅĐŋŅ€Đ°Đ˛ĐŊĐž иĐŧĐĩ ĐŋŅ€ĐžĐŗŅ€Đ°Đŧа: %sĐ—Đ°Ņ‚Ņ€Đ°ĐļĐĩĐŊа ҘĐĩ ĐŊĐĩĐ¸ŅĐŋŅ€Đ°Đ˛ĐŊа ĐŋŅ€ĐĩŅ‚Ņ€Đ°ĐŗĐ°ĐĐ¸Ņ˜Đĩ Đ¸ŅĐŋŅ€Đ°Đ˛Đ°ĐŊ ĐŊиС ҃ ҃ĐŊĐžŅŅƒ Са ĐŋŅ€ĐĩŅ‚Đ˛Đ°Ņ€Đ°ŅšĐĩНĐĩĐ¸ŅĐŋŅ€Đ°Đ˛ĐŊа ŅƒŅ‚Đ¸Ņ‡ĐŊĐ¸Ņ†Đ°, ĐŋĐžĐēŅ€ĐĩŅ‚Đ°ŅšĐĩ ĐŊĐ¸Ņ˜Đĩ ҃ҁĐŋĐĩĐģĐž ĐˇĐąĐžĐŗ: %sНĐĩĐ¸ŅĐŋŅ€Đ°Đ˛ĐŊа ŅƒŅ‚Đ¸Ņ‡ĐŊĐ¸Ņ†Đ°, ĐŊĐ¸Ņ˜Đĩ ĐŋĐžĐēŅ€ĐĩĐŊŅƒŅ‚ĐžĐĐ¸Ņ˜Đĩ Đ¸ŅĐŋŅ€Đ°Đ˛ĐŊа ĐŊĐ¸ŅĐēа — ҇ĐģаĐŊ вĐĩĐēŅ‚ĐžŅ€Đ° ҃ %d: %sĐĐ¸Ņ˜Đĩ Đ¸ŅĐŋŅ€Đ°Đ˛ĐŊа ĐŊĐ¸ŅĐēа ҃ ĐžĐēŅ€ŅƒĐļĐĩҚ҃: %sĐ”Đ°Ņ‚Đ° ҘĐĩ ĐŊĐĩĐ¸ŅĐŋŅ€Đ°Đ˛ĐŊа ŅĐ¸ĐŧйОĐģĐ¸Ņ‡Đēа вĐĩĐˇĐ°ĐĐ¸Ņ˜Đĩ Đ¸ŅĐŋŅ€Đ°Đ˛ĐŊа Ņ€Đ°Đ´ĐŊа Ņ„Đ°ŅŅ†Đ¸ĐēĐģа: %sĐ”Đ°Ņ‚ĐžŅ‚ĐĩĐēа ŅĐ° ĐēŅ™ŅƒŅ‡ĐĩвиĐŧа ŅĐ°Đ´Ņ€Đļи СĐŊаĐē Đ¸ŅŅ‚Đ¸Ņ†Đ°ŅšĐ° ĐŊа ĐēŅ€Đ°Ņ˜Ņƒ Ņ€ĐĩĐ´Đ°Đ”Đ°Ņ‚ĐžŅ‚ĐĩĐēа ŅĐ° ĐēŅ™ŅƒŅ‡ĐĩвиĐŧа ŅĐ°Đ´Ņ€Đļи ĐŊĐĩĐ´ĐžĐˇĐ˛ĐžŅ™ĐĩĐŊ ĐŊиС Đ¸ŅŅ‚Đ¸Ņ†Đ°ŅšĐ° „%sâ€œĐ”Đ°Ņ‚ĐžŅ‚ĐĩĐēа ŅĐ° ĐēŅ™ŅƒŅ‡ĐĩвиĐŧа ŅĐ°Đ´Ņ€Đļи ĐēŅ™ŅƒŅ‡ „%s“ ҃ ĐŗŅ€ŅƒĐŋи „%s“ ĐŊĐĩŅ€Đ°ĐˇŅƒĐŧŅ™Đ¸Đ˛Đĩ Đ˛Ņ€ĐĩĐ´ĐŊĐžŅŅ‚Đ¸.Đ”Đ°Ņ‚ĐžŅ‚ĐĩĐēа ŅĐ° ĐēŅ™ŅƒŅ‡ĐĩвиĐŧа ŅĐ°Đ´Ņ€Đļи ĐēŅ™ŅƒŅ‡ „%s“ ĐŊĐĩŅ€Đ°ĐˇŅƒĐŧŅ™Đ¸Đ˛Đĩ Đ˛Ņ€ĐĩĐ´ĐŊĐžŅŅ‚Đ¸.Đ”Đ°Ņ‚ĐžŅ‚ĐĩĐēа ŅĐ° ĐēŅ™ŅƒŅ‡ĐĩвиĐŧа ŅĐ°Đ´Ņ€Đļи ĐēŅ™ŅƒŅ‡ „%s“ ĐŊĐĩŅ€Đ°ĐˇŅƒĐŧŅ™Đ¸Đ˛Đĩ Đ˛Ņ€ĐĩĐ´ĐŊĐžŅŅ‚Đ¸.Đ”Đ°Ņ‚ĐžŅ‚ĐĩĐēа ŅĐ° ĐēŅ™ŅƒŅ‡ĐĩвиĐŧа ŅĐ°Đ´Ņ€Đļи ĐēŅ™ŅƒŅ‡ „%s“ Đ˛Ņ€ĐĩĐ´ĐŊĐžŅŅ‚Đ¸ „%s“ ŅˆŅ‚Đž ĐŊĐ¸Ņ˜Đĩ ĐŖĐĸФ-8Đ”Đ°Ņ‚ĐžŅ‚ĐĩĐēа ŅĐ° ĐēŅ™ŅƒŅ‡ĐĩвиĐŧа ŅĐ°Đ´Ņ€Đļи Ņ€ĐĩĐ´ „%s“ ŅˆŅ‚Đž ĐŊĐĩ Ņ‡Đ¸ĐŊи ĐŋĐ°Ņ€ ĐēŅ™ŅƒŅ‡-Đ˛Ņ€ĐĩĐ´ĐŊĐžŅŅ‚, ĐŗŅ€ŅƒĐŋ҃ иĐģи ĐŋŅ€Đ¸ĐŧĐĩĐ´ĐąŅƒĐ”Đ°Ņ‚ĐžŅ‚ĐĩĐēа ŅĐ° ĐēŅ™ŅƒŅ‡ĐĩвиĐŧа ŅĐ°Đ´Ņ€Đļи ĐŊĐĩĐŋĐžĐ´Ņ€ĐļаĐŊĐž ĐēĐžĐ´Đ¸Ņ€Đ°ŅšĐĩ „%sâ€œĐ”Đ°Ņ‚ĐžŅ‚ĐĩĐēа ŅĐ° ĐēŅ™ŅƒŅ‡ĐĩвиĐŧа ĐŊĐĩĐŧа ĐŗŅ€ŅƒĐŋ҃ „%sâ€œĐ”Đ°Ņ‚ĐžŅ‚ĐĩĐēа ŅĐ° ĐēŅ™ŅƒŅ‡ĐĩвиĐŧа ĐŊĐĩĐŧа ĐēŅ™ŅƒŅ‡ „%sâ€œĐ”Đ°Ņ‚ĐžŅ‚ĐĩĐēа ŅĐ° ĐēŅ™ŅƒŅ‡ĐĩвиĐŧа ĐŊĐĩ ŅĐ°Đ´Ņ€Đļи ĐēŅ™ŅƒŅ‡ „%s“ ҃ ĐŗŅ€ŅƒĐŋи „%sâ€œĐ”Đ°Ņ‚ĐžŅ‚ĐĩĐēа ŅĐ° ĐēŅ™ŅƒŅ‡ĐĩвиĐŧа ĐŊĐĩ ĐŋĐžŅ‡Đ¸ŅšĐĩ ĐŗŅ€ŅƒĐŋĐžĐŧĐŸŅ€ĐĩĐžŅŅ‚Đ°Đģи ĐŊĐĩĐŋŅ€ĐĩŅ‚Đ˛ĐžŅ€ĐĩĐŊи ĐŋĐžĐ´Đ°Ņ†Đ¸ ҃ ĐąĐ°Ņ„ĐĩŅ€Ņƒ Са Ņ‡Đ¸Ņ‚Đ°ŅšĐĩĐĄĐģŅƒŅˆĐ°ŅšĐĩ ҘĐĩ вĐĩŅ› ĐˇĐ°Ņ‚Đ˛ĐžŅ€ĐĩĐŊĐžĐŖĐģаСĐŊи ĐŋĐžĐ´Đ°Ņ†Đ¸ Са GFileIcon ҁ҃ ĐģĐžŅˆĐ¸ĐĐĩĐ¸ŅĐŋŅ€Đ°Đ˛ĐŊĐž ĐˇĐ°Đ´Đ°Ņ‚ ĐąŅ€ĐžŅ˜ Ņ‚ĐžĐēĐĩĐŊа (%d) ҃ ĐēĐžĐ´Đ¸Ņ€Đ°ŅšŅƒ GEmblem-Đ°ĐĐ¸Ņ˜Đĩ Đ¸ŅĐŋŅ€Đ°Đ˛ĐŊĐž ĐˇĐ°Đ´Đ°Ņ‚ ĐąŅ€ĐžŅ˜ Ņ‚ĐžĐēĐĩĐŊа (%d) ҃ ĐēĐžĐ´Đ¸Ņ€Đ°ŅšŅƒ GEmblemedIconĐ‘Ņ€ĐžŅ˜ Đ¸ĐˇĐ´Đ°ŅšĐ° ҘĐĩ ĐģĐžŅˆĐĩ ĐˇĐ°Đ´Đ°Ņ‚: %sВĐĩĐģĐ¸Ņ‡Đ¸ĐŊа иСĐģаСĐŊĐĩ ĐŧĐĩĐŧĐžŅ€Đ¸Ņ˜Đĩ ҁĐĩ ĐŊĐĩ ĐŧĐžĐļĐĩ ĐŋŅ€ĐžĐŧĐĩĐŊĐ¸Ņ‚Đ¸ĐĐĩĐ´ĐžŅŅ‚Đ°Ņ˜Đĩ Đ°Ņ€ĐŗŅƒĐŧĐĩĐŊŅ‚ Са %sĐĐ¸Ņ˜Đĩ ĐŋĐžĐ´Ņ€ĐļаĐŊĐž ĐŋŅ€ĐĩĐŧĐĩŅˆŅ‚Đ°ŅšĐĩ иСĐŧĐĩŅ’Ņƒ ĐŧĐžĐŊŅ‚Đ¸Ņ€Đ°ĐŊĐ¸Ņ… ŅƒŅ€ĐĩŅ’Đ°Ņ˜Đ°ĐŖ ОйĐĩĐģĐĩĐļĐ¸Đ˛Đ°Ņ‡Ņƒ Đēа „%s“ ĐŊĐ¸Ņ˜Đĩ ĐžĐ´Ņ€ĐĩŅ’ĐĩĐŊа МИМЕ Đ˛Ņ€ŅŅ‚Đ°ĐĐ¸ ҘĐĩдаĐŊ ĐŋŅ€ĐžĐŗŅ€Đ°Đŧ ĐŊĐĩ ĐŧĐžĐļĐĩ да ĐžŅ‚Đ˛ĐžŅ€Đ¸ ĐžĐ˛Ņƒ Đ´Đ°Ņ‚ĐžŅ‚ĐĩĐēŅƒĐŸŅ€ĐžĐŗŅ€Đ°Đŧ „%s“ ĐŊĐ¸Ņ˜Đĩ Ņ€ĐĩĐŗĐ¸ŅŅ‚Ņ€ĐžĐ˛Đ°Đž ОйĐĩĐģĐĩĐļĐ¸Đ˛Đ°Ņ‡ Đēа „%sâ€œĐĐ¸Ņ˜Đĩ ĐŋŅ€ĐžĐŊĐ°Ņ’ĐĩĐŊ ОйĐĩĐģĐĩĐļĐ¸Đ˛Đ°Ņ‡ Đēа „%sâ€œĐŖ ОйĐĩĐģĐĩĐļĐ¸Đ˛Đ°Ņ‡Ņƒ Đēа „%s“ ĐŊĐ¸ŅŅƒ ĐžĐ´Ņ€ĐĩŅ’ĐĩĐŊĐĩ ĐŗŅ€ŅƒĐŋĐĩĐŖ ОйĐĩĐģĐĩĐļĐ¸Đ˛Đ°Ņ‡Ņƒ Đēа „%s“ ĐŊĐ¸Ņ˜Đĩ ĐžĐ´Ņ€ĐĩŅ’ĐĩĐŊа ĐŋŅ€Đ¸Đ˛Đ°Ņ‚ĐŊа ĐˇĐ°ŅŅ‚Đ°Đ˛Đ¸Ņ†Đ°ĐĐ¸Ņ˜Đĩ ĐŊĐ°Ņ’ĐĩĐŊ ҁĐĩŅ€Đ˛Đ¸Ņ ҁĐŊиĐŧĐ°ŅšĐ° Са „%s“НĐĩ ĐŋĐžŅŅ‚ĐžŅ˜Đ¸ Đ˛Ņ€ŅŅ‚Đ° Са иĐŧĐĩ ĐēĐģĐ°ŅĐĩ %sНĐĩ ĐŧĐžĐŗŅƒ да ĐŊĐ°Ņ’ĐĩĐŧ Đ¸ŅĐŋŅ€Đ°Đ˛ĐŊ҃ Đ´Đ°Ņ‚ĐžŅ‚ĐĩĐē҃ ŅĐ° ОйĐĩĐģĐĩĐļĐ¸Đ˛Đ°Ņ‡Đ¸Đŧа ĐŧĐĩŅ’Ņƒ Ņ„Đ°ŅŅ†Đ¸ĐēĐģаĐŧа ŅĐ° ĐŋĐžĐ´Đ°Ņ†Đ¸ĐŧĐ°ĐĐ¸Ņ˜Đĩ ĐžĐąĐ¸Ņ‡ĐŊа Đ´Đ°Ņ‚ĐžŅ‚ĐĩĐēаНĐĩĐŧа Đ´ĐžĐ˛ĐžŅ™ĐŊĐž ĐŧĐĩŅŅ‚Đ° Са Đ°Đ´Ņ€Đĩҁ҃ ŅƒŅ‚Đ¸Ņ‡ĐŊĐ¸Ņ†ĐĩĐ§ŅƒĐ´Đ°ĐŊ СĐŊаĐē „%s“, ĐžŅ‡ĐĩĐēиваĐŊ ҘĐĩ „=“ ĐŋĐžŅĐģĐĩ иĐŧĐĩĐŊа Đ°Ņ‚Ņ€Đ¸ĐąŅƒŅ‚Đ° „%s“ ĐĩĐģĐĩĐŧĐĩĐŊŅ‚Đ° „%sâ€œĐ§ŅƒĐ´Đ°ĐŊ СĐŊаĐē „%s“, а ĐžŅ‡ĐĩĐēиваĐŊ ҘĐĩ „>“ СĐŊаĐē Ņ€Đ°Đ´Đ¸ ĐžĐēĐžĐŊŅ‡Đ°ŅšĐ° ОСĐŊаĐēĐĩ ĐŋŅ€Đ°ĐˇĐŊĐžĐŗ ĐĩĐģĐĩĐŧĐĩĐŊŅ‚Đ° „%sâ€œĐ§ŅƒĐ´Đ°ĐŊ СĐŊаĐē „%s“, ĐžŅ‡ĐĩĐēиваĐŊ ҘĐĩ иĐģи „>“ иĐģи „/“ Ņ€Đ°Đ´Đ¸ ĐžĐēĐžĐŊŅ‡Đ°ŅšĐ° ĐŋĐžŅ‡ĐĩŅ‚ĐŊĐĩ ОСĐŊаĐēĐĩ ĐĩĐģĐĩĐŧĐĩĐŊŅ‚Đ° „%s“, иĐģи ĐŧĐžĐļда Đ°Ņ‚Ņ€Đ¸ĐąŅƒŅ‚; ĐŧĐžĐļда ҁ҂Đĩ ĐēĐžŅ€Đ¸ŅŅ‚Đ¸Đģи ĐŊĐĩĐ¸ŅĐŋŅ€Đ°Đ˛Đ°ĐŊ СĐŊаĐē ҃ иĐŧĐĩĐŊ҃ Đ°Ņ‚Ņ€Đ¸ĐąŅƒŅ‚Đ°Đ§ŅƒĐ´Đ°ĐŊ СĐŊаĐē „%s“, ĐžŅ‡ĐĩĐēиваĐŊ ҘĐĩ ĐŋĐžŅ‡ĐĩŅ‚ĐŊи ĐŊавОдĐŊиĐē ĐŊаĐēĐžĐŊ СĐŊаĐēа ҘĐĩĐ´ĐŊаĐēĐžŅŅ‚Đ¸ ĐŋŅ€Đ¸ дОдĐĩĐģи Đ˛Ņ€ĐĩĐ´ĐŊĐžŅŅ‚Đ¸ Đ°Ņ‚Ņ€Đ¸ĐąŅƒŅ‚Đ° „%s“ ĐĩĐģĐĩĐŧĐĩĐŊŅ‚Đ° „%sâ€œĐ Đ°Đ´ŅšĐ° ĐŊĐ¸Ņ˜Đĩ ĐŋĐžĐ´Ņ€ĐļаĐŊĐ°Đ Đ°Đ´ŅšĐ° ҘĐĩ ĐŋŅ€ĐĩĐēиĐŊŅƒŅ‚Đ°Đ˜ĐˇĐģаСĐŊи Ņ‚ĐžĐē ĐŊĐĩ ĐŋĐžĐ´Ņ€Đļава ҃ĐŋĐ¸ŅPCRE йийĐģĐ¸ĐžŅ‚ĐĩĐēа ҘĐĩ ĐŋŅ€ĐĩвĐĩĐ´ĐĩĐŊа ĐąĐĩС ĐŋĐžĐ´Ņ€ŅˆĐēĐĩ Са ĐŖĐĸФ8 ĐžŅĐžĐąĐ¸ĐŊĐĩPCRE йийĐģĐ¸ĐžŅ‚ĐĩĐēа ҘĐĩ ĐŋŅ€ĐĩвĐĩĐ´ĐĩĐŊа ĐąĐĩС ĐŋĐžĐ´Ņ€ŅˆĐēа Са ĐŖĐĸФ8ĐŊĐ¸ŅŅƒ ĐŋĐžĐ´Ņ€ĐļаĐŊи POSIX ĐēĐžĐģĐ°Ņ†Đ¸ĐžĐŊи ĐĩĐģĐĩĐŧĐĩĐŊŅ‚Đ¸ĐēĐģĐ°ŅĐĩ иĐŧĐĩĐŊОваĐŊĐĩ POSIX-ĐžĐŧ ҁ҃ ĐŋĐžĐ´Ņ€ĐļаĐŊĐĩ ŅĐ°ĐŧĐž ҃ĐŊŅƒŅ‚Đ°Ņ€ ĐēĐģĐ°ŅĐĩНĐĩĐŋĐžŅ‚Đŋ҃ĐŊ ĐŊиС СĐŊаĐēОва ĐŊа ĐēŅ€Đ°Ņ˜Ņƒ ҃ĐģазаНавод ĐŊĐĩ ĐŋĐžŅ‡Đ¸ŅšĐĩ ĐŊавОдĐŊиĐēĐžĐŧĐ”ĐžŅŅ‚Đ¸ĐŗĐŊŅƒŅ‚ ҘĐĩ ĐŊĐ°Ņ˜Đ˛ĐĩŅ›Đ¸ ĐąŅ€ĐžŅ˜ ĐŋĐžĐ´Đ°Ņ‚Đ°Đēа ҃ ĐžĐŋҁĐĩĐŗŅƒĐŸŅ€Đ¸ĐŧŅ™ĐĩĐŊ ҘĐĩ ĐŊĐĩĐ¸ŅĐŋŅ€Đ°Đ˛ĐŊи fdSELinux ĐēĐžĐŊŅ‚ĐĩĐēҁ҂ ĐŊĐĩ ҁĐŧĐĩ ĐąĐ¸Ņ‚Đ¸ NULLSELinux ĐŊĐ¸Ņ˜Đĩ ҃ĐēŅ™ŅƒŅ‡ĐĩĐŊ ĐŊа Đ˛Đ°ŅˆĐĩĐŧ ŅĐ¸ŅŅ‚ĐĩĐŧŅƒĐĐ¸Ņ˜Đĩ ĐŋĐžĐ´Ņ€ĐļаваĐŊĐž ĐŋŅ€ĐĩĐŧĐžŅ‚Đ°Đ˛Đ°ŅšĐĩ Ņ‚ĐžĐēĐ°ĐĐ¸Ņ˜Đĩ ĐŋĐžĐ´Ņ€ĐļаĐŊĐž ĐŋĐžŅŅ‚Đ°Đ˛Ņ™Đ°ŅšĐĩ ĐžŅĐžĐąĐ¸ĐŊĐĩ %sĐŸŅ€Đ¸ĐēаĐļи ŅĐ˛Đĩ ĐžĐŋŅ†Đ¸Ņ˜Đĩ Са ĐŋĐžĐŧĐžŅ›ĐŸŅ€Đ¸ĐēаĐļи ĐžĐŋŅ†Đ¸Ņ˜Đĩ Са ĐŋĐžĐŧĐžŅ›ĐŖŅ‚Đ¸Ņ‡ĐŊĐ¸Ņ†Đ° ҘĐĩ вĐĩŅ› ĐˇĐ°Ņ‚Đ˛ĐžŅ€ĐĩĐŊĐ°Đ˜ĐˇĐ˛ĐžŅ€ĐŊи Ņ‚ĐžĐē ҘĐĩ вĐĩŅ› ĐˇĐ°Ņ‚Đ˛ĐžŅ€ĐĩĐŊĐĸĐžĐē ĐŊĐĩ ĐŋĐžĐ´Ņ€Đļава query_infoĐĸĐžĐē Ņ€Đ°Đ´Đ¸ Ņ˜Đ°ĐēĐž Đ´ĐžĐąŅ€ĐžĐĸĐžĐē ҘĐĩ вĐĩŅ› ĐˇĐ°Ņ‚Đ˛ĐžŅ€ĐĩĐŊХиĐŧйОĐģĐ¸Ņ‡ĐēĐĩ вĐĩСĐĩ ĐŊĐ¸ŅŅƒ ĐŋĐžĐ´Ņ€ĐļаĐŊĐĩĐĻĐ¸Ņ™ĐŊа Đ´Đ°Ņ‚ĐžŅ‚ĐĩĐēа вĐĩŅ› ĐŋĐžŅŅ‚ĐžŅ˜Đ¸ĐĻĐ¸Ņ™ĐŊа Đ´Đ°Ņ‚ĐžŅ‚ĐĩĐēа ҘĐĩ Đ´Đ¸Ņ€ĐĩĐēŅ‚ĐžŅ€Đ¸Ņ˜ŅƒĐŧĐĻĐ¸Ņ™ĐŊа Đ´Đ°Ņ‚ĐžŅ‚ĐĩĐēа ĐŊĐ¸Ņ˜Đĩ ĐžĐąĐ¸Ņ‡ĐŊа Đ´Đ°Ņ‚ĐžŅ‚ĐĩĐēаШайĐģĐžĐŊ „%s“ ĐŊĐĩ ŅĐ°Đ´Ņ€Đļи XXXXXXНĐĩĐ¸ŅĐŋŅ€Đ°Đ˛Đ°ĐŊ ŅˆĐ°ĐąĐģĐžĐŊ „%s“, ĐŊĐĩ ҁĐŧĐĩ ŅĐ°Đ´Ņ€ĐļĐ°Ņ‚Đ¸ „%sâ€œĐŸŅ€Đ¸Đ˛Ņ€ĐĩĐŧĐĩĐŊĐž ĐŊĐĩ ĐŧĐžĐŗŅƒ да Ņ€Đ°ĐˇŅ€ĐĩŅˆĐ¸Đŧ „%sâ€œĐĄĐ°Đ´Ņ€ĐļĐ°Ņ˜ ĐˇĐ°Đ˛Ņ€ŅˆĐĩĐŊ ĐŋŅ€Đĩ ĐŊаиĐģĐ°ŅĐēа ĐŊа ĐžĐ´ĐŗĐžĐ˛Đ°Ņ€Đ°Ņ˜ŅƒŅ›Đ¸ ĐŊавОдĐŊиĐē Са %c. (Ради ҁĐĩ Đž Ņ‚ĐĩĐēŅŅ‚Ņƒ „%s“)ĐĄĐ°Đ´Ņ€ĐļĐ°Ņ˜ ĐˇĐ°Đ˛Ņ€ŅˆĐĩĐŊ ĐŊĐĩĐŋĐžŅŅ€ĐĩĐ´ĐŊĐž ĐŊаĐēĐžĐŊ „\“ СĐŊаĐēа. (Ради ҁĐĩ Đž Ņ‚ĐĩĐēŅŅ‚Ņƒ „%s“)ĐĄĐ°Đ´Ņ€ĐļĐ°Ņ˜ ĐŋŅ€Đ°ĐˇĐ°ĐŊ (иĐģи ŅĐ°Đ´Ņ€Đļи ŅĐ°ĐŧĐž ĐąĐĩĐģиĐŊĐĩ)ĐĐ´Ņ€ĐĩŅĐ° „%s“ ŅĐ°Đ´Ņ€Đļи ĐŊĐĩĐ¸ŅĐŋŅ€Đ°Đ˛ĐŊĐž ĐŊаСĐŊĐ°Ņ‡ĐĩĐŊĐĩ СĐŊаĐēĐĩĐĐ´Ņ€ĐĩŅĐ° „%s“ ҘĐĩ ĐŊĐĩĐ¸ŅĐŋŅ€Đ°Đ˛ĐŊĐ°ĐĐ´Ņ€ĐĩŅĐ° „%s“ ĐŊĐ¸Ņ˜Đĩ аĐŋŅĐžĐģŅƒŅ‚ĐŊа Đ°Đ´Ņ€ĐĩŅĐ° ĐŋĐžĐŧĐžŅ›Ņƒ „file“ ҈ĐĩĐŧĐĩĐ”Đ°Ņ‚ĐžŅ‚ĐĩĐēа ҘĐĩ иСĐŧĐĩҚĐĩĐŊа ĐŊĐĩĐēиĐŧ Đ´Ņ€ŅƒĐŗĐ¸Đŧ ĐŋŅ€ĐžĐŗŅ€Đ°ĐŧĐžĐŧИĐŧĐĩ Đ´ĐžĐŧĐ°Ņ›Đ¸ĐŊа иС Đ°Đ´Ņ€ĐĩҁĐĩ „%s“ ҘĐĩ ĐŊĐĩĐ¸ŅĐŋŅ€Đ°Đ˛ĐŊĐžĐĐ´Ņ€ĐĩŅĐ° ĐģĐžĐēаĐģĐŊĐĩ Đ´Đ°Ņ‚ĐžŅ‚ĐĩĐēĐĩ „%s“ ĐŊĐĩ ҁĐŧĐĩ ŅĐ°Đ´Ņ€ĐļĐ°Ņ‚Đ¸ „#â€œĐŸŅƒŅ‚Đ°ŅšĐ° „%s“ ĐŊĐ¸Ņ˜Đĩ аĐŋŅĐžĐģŅƒŅ‚ĐŊа ĐŋŅƒŅ‚Đ°ŅšĐ°ĐŸŅ€ĐĩвĐĩĐģиĐēа ĐąŅ€ĐžŅ˜Ņ‡Đ°ĐŊа Đ˛Ņ€ĐĩĐ´ĐŊĐžŅŅ‚ ҘĐĩ ĐŋŅ€ĐžŅĐģĐĩŅ’ĐĩĐŊа ҃ %sĐĐ¸Ņ˜Đĩ ĐŋĐžĐ´Ņ€ĐļаĐŊĐž ҁĐŧĐĩŅ›ĐĩĐĄĐ°ŅĐĩŅ†Đ°ŅšĐĩ ĐŊĐ¸Ņ˜Đĩ Đ´ĐžĐˇĐ˛ĐžŅ™ĐĩĐŊ҃ ĐŊад ҃ĐģаСĐŊиĐŧ Ņ‚ĐžĐēĐžĐŧĐĄĐ°ŅĐĩŅ†Đ°ŅšĐĩ ĐŊĐ¸Ņ˜Đĩ Đ´ĐžĐˇĐ˛ĐžŅ™ĐĩĐŊĐž ĐŊад Ņ‚ĐžĐēĐžĐŧ%s Đ˛Ņ€ŅŅ‚Đ° ĐŊĐĩ ĐŋĐžĐ´Ņ€Đļава from_tokens() ĐŊа GIcon ŅŅƒŅ‡ĐĩŅ™ŅƒĐ’Ņ€ŅŅ‚Đ° %s ĐŊĐĩ ĐŋĐžĐ´Ņ€Đļава GIcon ŅŅƒŅ‡ĐĩŅ™ĐĩĐ’Ņ€ŅŅ‚Đ° %s ĐŊĐĩ ĐŋŅ€Đ¸Đŋада ĐŊи ҘĐĩĐ´ĐŊĐžŅ˜ ĐēĐģĐ°ŅĐ¸ĐĐ´Ņ€ĐĩҁĐĩ ĐŊĐ¸ŅŅƒ ĐŋĐžĐ´Ņ€ĐļаĐŊĐĩНĐĩ ĐŧĐžĐŗŅƒ да ĐŊаĐŋŅ€Đ°Đ˛Đ¸Đŧ ŅƒŅ‚Đ¸Ņ‡ĐŊĐ¸Ņ†Ņƒ: %sНĐĩ ĐŧĐžĐŗŅƒ да ĐŊаĐŋŅ€Đ°Đ˛Đ¸Đŧ Đ´Đ¸Ņ€ĐĩĐēŅ‚ĐžŅ€Đ¸Ņ˜ŅƒĐŧ Са ҁĐŧĐĩŅ›Đĩ %s: %sНĐĩ ĐŧĐžĐŗŅƒ да ĐŊаĐŋŅ€Đ°Đ˛Đ¸Đŧ Đ´Đ°Ņ‚ĐžŅ‚ĐĩĐē҃ ŅĐ° ĐŋĐžĐ´Đ°Ņ†Đ¸Đŧа Đž ҁĐŧĐĩŅ›Ņƒ: %sНĐĩ ĐŧĐžĐŗŅƒ да ĐŊĐ°Ņ’ĐĩĐŧ ĐŋĐžĐ´Ņ€Đ°ĐˇŅƒĐŧĐĩваĐŊ҃ Đ˛Ņ€ŅŅ‚Ņƒ ĐŧĐžĐŊĐ¸Ņ‚ĐžŅ€Đ° Са ĐģĐžĐēаĐģĐŊи Đ´Đ¸Ņ€ĐĩĐēŅ‚ĐžŅ€Đ¸Ņ˜ŅƒĐŧНĐĩ ĐŧĐžĐŗŅƒ да ĐŋŅ€ĐžĐŊĐ°Ņ’ĐĩĐŧ ĐŋĐžĐ´Ņ€Đ°ĐˇŅƒĐŧĐĩваĐŊ҃, ĐģĐžĐēаĐģĐŊ҃ Đ˛Ņ€ŅŅ‚Ņƒ ĐŧĐžĐŊĐ¸Ņ‚ĐžŅ€Đ° Đ´Đ°Ņ‚ĐžŅ‚ĐĩĐēĐĩНĐĩ ĐŧĐžĐŗŅƒ да ĐŊĐ°Ņ’ĐĩĐŧ иĐģи ĐŊаĐŋŅ€Đ°Đ˛Đ¸Đŧ Đ´Đ¸Ņ€ĐĩĐēŅ‚ĐžŅ€Đ¸Ņ˜ŅƒĐŧ Са ҁĐŧĐĩŅ›ĐĩНĐĩ ĐŧĐžĐŗŅƒ да ĐŊĐ°Ņ’ĐĩĐŧ Ņ‚ĐĩŅ€ĐŧиĐŊаĐģ Ņ€Đ°Đ´Đ¸ ĐŋĐžĐēŅ€ĐĩŅ‚Đ°ŅšĐ° ĐžĐ˛ĐžĐŗ ĐŋŅ€ĐžĐŗŅ€Đ°ĐŧаНĐĩ ĐŧĐžĐŗŅƒ да ĐŊĐ°Ņ’ĐĩĐŧ ĐēĐžŅ€ĐĩĐŊи Đ´Đ¸Ņ€ĐĩĐēŅ‚ĐžŅ€Đ¸Ņ˜ŅƒĐŧ Са ҁĐŧĐĩŅ›ĐĩНĐĩ ĐŧĐžĐŗŅƒ да Đ´ĐžĐąĐ¸Ņ˜ĐĩĐŧ ĐŗŅ€Đĩ҈Đē҃ ĐŊа ҇ĐĩĐēĐ°ŅšŅƒ: %sНĐĩ ĐŧĐžĐŗŅƒ да ĐŋĐžŅˆĐ°Ņ™ĐĩĐŧ Đ´Đ°Ņ‚ĐžŅ‚ĐĩĐē҃ ҃ ҁĐŧĐĩŅ›Đĩ: %sНĐĩĐžŅ‡ĐĩĐēиваĐŊĐž ŅĐ˛ĐžŅ˜ŅŅ‚Đ˛Đž „%s“ ĐĩĐģĐĩĐŧĐĩĐŊŅ‚Đ° „%s“НĐĩĐžŅ‡ĐĩĐēиваĐŊ, ĐŋŅ€ĐĩŅ€Đ°ĐŊ ĐēŅ€Đ°Ņ˜ Ņ‚ĐžĐēаНĐĩĐžŅ‡ĐĩĐēиваĐŊа ĐŗŅ€Đĩ҈Đēа Đ´ĐžĐē ҁ҃ ҃ g_io_channel_win32_poll() Ņ‡Đ¸Ņ‚Đ°ĐŊи ĐŋĐžĐ´Đ°Ņ†Đ¸ иС ĐŋĐžŅ‚ĐŋŅ€ĐžŅ†ĐĩŅĐ°ĐĐĩĐžŅ‡ĐĩĐēиваĐŊа ĐŗŅ€Đĩ҈Đēа ҃ select() ĐŋŅ€Đ¸ Ņ‡Đ¸Ņ‚Đ°ŅšŅƒ ĐŋĐžĐ´Đ°Ņ‚Đ°Đēа иС ĐŋĐžŅ‚ĐŋŅ€ĐžŅ†ĐĩŅĐ° (%s)НĐĩĐžŅ‡ĐĩĐēиваĐŊа ĐŗŅ€Đĩ҈Đēа ҃ waitpid() (%s)НĐĩĐžŅ‡ĐĩĐēиваĐŊа ОСĐŊаĐēа „%s“ ҃ĐŊŅƒŅ‚Đ°Ņ€ „%s“НĐĩĐžŅ‡ĐĩĐēиваĐŊа ОСĐŊаĐēа „%s“, ĐžŅ‡ĐĩĐēиваĐŊĐž ҘĐĩ „%s“НĐĩĐžŅ‡ĐĩĐēиваĐŊа Đ˛Ņ€ŅŅ‚Đ° ĐŋĐžĐ´Ņ€ĐĩŅ’ĐĩĐŊĐ¸Ņ… ĐŋĐžĐ´Đ°Ņ‚Đ°ĐēаНĐĩĐŋОСĐŊĐ°Ņ‚Đ° ĐŗŅ€Đĩ҈Đēа ĐŋŅ€Đ¸ Đ¸ĐˇĐ˛Ņ€ŅˆĐ°Đ˛Đ°ŅšŅƒ ĐŋĐžŅ‚ĐŋŅ€ĐžŅ†ĐĩŅĐ° „%s“НĐĩĐŋОСĐŊĐ°Ņ‚Đ° ĐŗŅ€Đĩ҈Đēа вĐĩСĐĩНĐĩĐŋОСĐŊĐ°Ņ‚Đ° ĐžĐŋŅ†Đ¸Ņ˜Đ° %sĐ—Đ°Đ´Đ°Ņ‚ ҘĐĩ ĐŊĐĩĐŋОСĐŊĐ°Ņ‚Đ¸ ĐŋŅ€ĐžŅ‚ĐžĐēĐžĐģНĐĩĐŋОСĐŊĐ°Ņ‚Đ° Đ˛Ņ€ŅŅ‚Đ°ĐĐĩ҃ĐŋĐ°Ņ€ĐĩĐŊ ĐŊавОдĐŊиĐē ҃ ĐŊĐ°Ņ€Đĩдйи иĐģи Đ´Ņ€ŅƒĐŗĐžĐŧ Ņ†Đ¸Ņ‚Đ°Ņ‚Ņƒ иС Ņ™ŅƒŅĐēĐĩНĐĩиĐŧĐĩĐŊОваĐŊĐžĐĐ¸Ņ˜Đĩ ĐŋĐžĐ´Ņ€ĐļаĐŊа Đ°Đ´Ņ€ĐĩŅĐ° ŅƒŅ‚Đ¸Ņ‡ĐŊĐ¸Ņ†ĐĩĐŖĐŋĐžŅ‚Ņ€Đĩйа:НĐĩ ĐŧĐžĐŗŅƒ да ĐŊĐ°Ņ’ĐĩĐŧ Đ¸ŅĐŋŅ€Đ°Đ˛ĐŊ҃ Đ´Đ°Ņ‚ĐžŅ‚ĐĩĐē҃ ŅĐ° ĐēŅ™ŅƒŅ‡ĐĩвиĐŧа ĐŧĐĩŅ’Ņƒ Đ´Đ¸Ņ€ĐĩĐēŅ‚ĐžŅ€Đ¸Ņ˜ŅƒĐŧиĐŧа ĐŋŅ€ĐĩŅ‚Ņ€Đ°ĐŗĐĩĐ’Ņ€ĐĩĐ´ĐŊĐžŅŅ‚ „%s“ ҁĐĩ ĐŊĐĩ ĐŧĐžĐļĐĩ ҁĐŧĐ°Ņ‚Ņ€Đ°Ņ‚Đ¸ Đ¸ŅŅ‚Đ¸ĐŊĐ¸Ņ‚ĐžŅĐŊĐžĐŧ.Đ’Ņ€ĐĩĐ´ĐŊĐžŅŅ‚ „%s“ ҁĐĩ ĐŊĐĩ ĐŧĐžĐļĐĩ ҁĐŧĐ°Ņ‚Ņ€Đ°Ņ‚Đ¸ Ņ€ĐĩаĐģĐŊиĐŧ ĐąŅ€ĐžŅ˜ĐĩĐŧ ҘĐĩĐ´ĐŊĐžŅŅ‚Ņ€ŅƒĐēĐĩ Ņ‚Đ°Ņ‡ĐŊĐžŅŅ‚Đ¸.Đ’Ņ€ĐĩĐ´ĐŊĐžŅŅ‚ „%s“ ҁĐĩ ĐŊĐĩ ĐŧĐžĐļĐĩ ҁĐŧĐ°Ņ‚Ņ€Đ°Ņ‚Đ¸ ĐąŅ€ĐžŅ˜ĐĩĐŧ.ЧĐĩĐēаĐŧ ҃ҁĐģОв ŅƒŅ‚Đ¸Ņ‡ĐŊĐ¸Ņ†Đĩ: %sĐĐ¸Ņ˜Đĩ Đ¸ŅĐŋŅ€Đ°Đ˛Đ°ĐŊ ĐąŅ€ĐžŅ˜ Ņ‚ĐžĐēĐĩĐŊа (%d)[ОПĐĻИЈА...]\ ĐŊа ĐēŅ€Đ°Ņ˜Ņƒ ĐžĐąŅ€Đ°ŅŅ†Đ°ĐŊĐ¸Ņ˜Đĩ Đ´ĐžĐˇĐ˛ĐžŅ™ĐĩĐŊĐž \C ҃ ĐŋĐžĐ´Đ°Ņ†Đ¸Đŧа иСа Ņ‚Đ˛Ņ€Đ´ŅšĐĩ\c ĐŊа ĐēŅ€Đ°Ņ˜Ņƒ ĐžĐąŅ€Đ°ŅŅ†Đ°ĐŊаĐēĐžĐŊ \g ĐŊĐĩ ҁĐģĐĩĐ´Đĩ ĐˇĐ°ĐŗŅ€Đ°Đ´Đĩ ŅĐ° ĐŊаСивОĐŧ иĐģи Đ˛Ņ€ĐĩĐ´ĐŊĐžŅˆŅ›Ņƒ Ņ€Đ°ĐˇĐģĐ¸Ņ‡Đ¸Ņ‚ĐžĐŧ Од ĐŊ҃ĐģĐĩĐžŅ‡ĐĩĐēиваĐŊа ҘĐĩ Ņ‚Đ˛Ņ€Đ´ŅšĐ° ĐŊаĐēĐžĐŊ (?(ĐŊĐ¸ŅŅƒ ĐŋĐžĐ´Ņ€ĐļаĐŊĐĩ ĐŋŅ€ĐžĐŧĐĩĐŊĐĩ ĐŋŅ€Đ¸Đ´Ņ€ŅƒĐļĐ¸Đ˛Đ°ŅšĐ° Са win32Ņ€ĐĩŅ„ĐĩŅ€ĐĩĐŊ҆Đĩ ĐŊа ĐŋŅ€ĐĩŅ‚Ņ…ĐžĐ´ĐŊĐž ĐŋĐžĐēĐģаĐŋĐ°ŅšĐĩ ĐŊĐĩ ĐŧĐžĐŗŅƒ ĐąĐ¸Ņ‚Đ¸ ҃ҁĐģОв Са Đ´ĐĩĐģиĐŧĐ¸Ņ‡ĐŊĐž ĐŋĐžĐēĐģаĐŋĐ°ŅšĐĩĐ´ĐžŅŅ‚Đ¸ĐŗĐŊŅƒŅ‚ ҘĐĩ ĐģиĐŧĐ¸Ņ‚ ĐŋŅ€ĐĩŅ‚Ņ€Đ°ĐļĐ¸Đ˛Đ°ŅšĐ° ҃ĐŊаСадОвдĐĩ ĐŊĐ¸ŅŅƒ Đ´ĐžĐˇĐ˛ĐžŅ™ĐĩĐŊи иСйĐĩĐŗĐ°Đ˛Đ°Ņ‡Đēи ĐŊиСОви Са ĐŋŅ€ĐžĐŧĐĩĐŊ҃ вĐĩĐģĐ¸Ņ‡Đ¸ĐŊĐĩ ҁĐģОва (\l, \L, \u, \U)ĐŋŅ€ĐĩвĐĩĐģиĐēа ҘĐĩ Đ˛Ņ€ĐĩĐ´ĐŊĐžŅŅ‚ ĐēĐ°Ņ€Đ°ĐēŅ‚ĐĩŅ€Đ° ҃ \x{...} ҁĐĩĐēвĐĩĐŊŅ†Đ¸ĐŋŅ€ĐĩĐēĐžŅ€Đ°Ņ‡ĐĩҚĐĩ ĐēĐžĐ´Đ°ŅƒŅĐģОвĐŊа ĐŗŅ€ŅƒĐŋа ŅĐ°Đ´Ņ€Đļи Đ˛Đ¸ŅˆĐĩ Од двĐĩ ĐŗŅ€Đ°ĐŊĐĩĐžŅˆŅ‚ĐĩŅ›ĐĩĐŊ ĐžĐąŅ˜ĐĩĐēĐ°Ņ‚ĐŊĐĩ ĐŧĐžĐŗŅƒ да Đ´ĐžĐąĐ¸Ņ˜ĐĩĐŧ ĐģĐžĐēаĐģĐŊ҃ Đ°Đ´Ņ€Đĩҁ҃: %sĐŊĐĩ ĐŧĐžĐŗŅƒ да Đ´ĐžĐąĐ¸Ņ˜ĐĩĐŧ ŅƒĐ´Đ°Ņ™ĐĩĐŊ҃ Đ°Đ´Ņ€Đĩҁ҃: %sĐŊĐĩ ĐŧĐžĐŗŅƒ да ҁĐģŅƒŅˆĐ°Đŧ: %sĐŋŅ€Đ°Đ˛Đ¸Đŧ GSocket иС fd: %sĐžŅ‡ĐĩĐēиваĐŊа ҘĐĩ Ņ†Đ¸Ņ„Ņ€Đ°ŅƒŅ€ĐĩŅ’Đ°Ņ˜ ĐŊĐĩ ĐŋĐžĐ´Ņ€Đļава ejectŅƒŅ€ĐĩŅ’Đ°Ņ˜ ĐŊĐĩ ĐŋĐžĐ´Ņ€Đļава eject иĐģи eject_with_operationĐŊĐ¸Ņ˜Đĩ ĐŋĐžĐ´Ņ€ĐļаĐŊĐž иСвĐģĐ°Ņ‡ĐĩҚĐĩ ĐŧĐĩĐ´Đ¸Ņ˜ŅƒĐŧа ĐŊа ŅƒŅ€ĐĩŅ’Đ°Ņ˜ŅƒŅƒŅ€ĐĩŅ’Đ°Ņ˜ ĐŊĐĩ ĐŋĐžĐ´Ņ€Đļава startŅƒŅ€ĐĩŅ’Đ°Ņ˜ ĐŊĐĩ ĐŋĐžĐ´Ņ€Đļава stopĐŊĐĩ ĐŧĐžĐŗŅƒ да Đ´ĐžĐąĐ¸Ņ˜ĐĩĐŧ ĐŧĐĩĐŧĐžŅ€Đ¸Ņ˜ŅƒĐžŅ‡ĐĩĐēиваĐŊа ҘĐĩ Ņ…ĐĩĐēŅĐ°Đ´ĐĩĐēадĐŊа Ņ†Đ¸Ņ„Ņ€Đ°ĐžŅ‡ĐĩĐēиваĐŊа ҘĐĩ Ņ…ĐĩĐēŅĐ°Đ´ĐĩĐēадĐŊа Ņ†Đ¸Ņ„Ņ€Đ° иĐģи „}“ĐŊĐĩĐ¸ŅĐŋŅ€Đ°Đ˛ĐŊа Ņ€ĐĩŅ„ĐĩŅ€ĐĩĐŊŅ†Đ° ŅĐ¸ĐŧйОĐģаĐŊĐĩ҃ҘĐĩĐ´ĐŊĐ°Ņ‡ĐĩĐŊĐĩ NEWLINE ĐžĐŋŅ†Đ¸Ņ˜ĐĩиĐŊŅ‚ĐĩŅ€ĐŊа ĐŗŅ€Đĩ҈ĐēаиĐŊŅ‚ĐĩŅ€ĐŊа ĐŗŅ€Đĩ҈Đēа иĐģи ĐžŅˆŅ‚ĐĩŅ›ĐĩĐŊ ĐžĐąŅ˜ĐĩĐēĐ°Ņ‚ĐŊĐĩĐ¸ŅĐŋŅ€Đ°Đ˛ĐŊа ĐēĐžĐŧйиĐŊĐ°Ņ†Đ¸Ņ˜Đ° ОСĐŊаĐēа Са ĐŊĐžĐ˛Ņƒ ĐģиĐŊĐ¸Ņ˜ŅƒĐŊĐĩĐ¸ŅĐŋŅ€Đ°Đ˛Đ°ĐŊ ҘĐĩ ҃ҁĐģОв (?(0)ĐŊĐĩĐ¸ŅĐŋŅ€Đ°Đ˛Đ°ĐŊ иСйĐĩĐŗĐ°Đ˛Đ°Ņ‡Đēи ĐŊиС ҃ ĐēĐģĐ°ŅĐ¸ СĐŊаĐēОваĐŋĐžĐ´Đ°Ņ†Đ¸ иСа Ņ‚Đ˛Ņ€Đ´ŅšĐĩ ĐŊĐ¸ŅŅƒ ĐˇĐ°Đ´Đ°Ņ‚Đĩ Đ´ŅƒĐļиĐŊĐĩĐŊĐ¸Ņ˜Đĩ Đ¸ŅĐŋŅ€Đ°Đ˛ĐŊĐž ĐˇĐ°Đ´Đ°Ņ‚Đ° \P иĐģи \p ҁĐĩĐēвĐĩĐŊŅ†Đ°ĐŊĐĩĐ¸ŅĐŋŅ€Đ°Đ˛ĐŊĐž ĐˇĐ°Đ´Đ°Ņ‚ ĐąŅ€ĐžŅ˜ иĐģи ĐŊаСив ĐŊаĐēĐžĐŊ (?(ĐŊĐĩĐ´ĐžŅŅ‚Đ°Ņ˜Đĩ „<“ ҃ Ņ€ĐĩŅ„ĐĩŅ€ĐĩĐŊŅ†Đ¸ ŅĐ¸ĐŧйОĐģаĐŊĐĩĐ´ĐžŅŅ‚Đ°Ņ˜Đĩ ) ĐŊаĐēĐžĐŊ ĐēĐžĐŧĐĩĐŊŅ‚Đ°Ņ€Đ°ĐŊĐĩĐ´ĐžŅŅ‚Đ°Ņ˜Đĩ ĐˇĐ°Đ˛Ņ€ŅˆĐŊĐ¸Ņ†Đ° )ĐŊĐĩĐ´ĐžŅŅ‚Đ°Ņ˜Đĩ ĐˇĐ°Đ˛Ņ€ŅˆĐŊĐ¸Ņ†Đ° ] Са ĐēĐģĐ°ŅŅƒ СĐŊаĐēОваĐŊĐĩĐ´ĐžŅŅ‚Đ°Ņ˜Đĩ ĐˇĐ°Đ˛Ņ€ŅˆĐŊĐ¸Ņ†Đ° ҃ ĐŊĐ°ĐˇĐ¸Đ˛Ņƒ ĐŋĐžĐ´ĐžĐąŅ€Đ°ŅŅ†Đ°ĐŧĐžĐŊŅ‚Đ¸Ņ€Đ°ŅšĐĩ ĐŊĐĩ ĐŋĐžĐ´Ņ€Đļава ĐŊаĐģаĐļĐĩҚĐĩ Đ˛Ņ€ŅŅ‚Đĩ ŅĐ°Đ´Ņ€ĐļĐ°Ņ˜Đ°ĐŧĐžĐŊŅ‚Đ¸Ņ€Đ°ŅšĐĩ ĐŊĐĩ ĐŋĐžĐ´Ņ€Đļава ejectĐŧĐžĐŊŅ‚Đ¸Ņ€Đ°ŅšĐĩ ĐŊĐĩ ĐŋĐžĐ´Ņ€Đļава eject иĐģи eject_with_operationĐŧĐžĐŊŅ‚Đ¸Ņ€Đ°ŅšĐĩ ĐŊĐĩ ĐŋĐžĐ´Ņ€Đļава remountĐŧĐžĐŊŅ‚Đ¸Ņ€Đ°ŅšĐĩ ĐŊĐĩ ĐŋĐžĐ´Ņ€Đļава ŅĐ¸ĐŊŅ…Ņ€ĐžĐŊиСОваĐŊĐž ĐŊаĐģаĐļĐĩҚĐĩ Đ˛Ņ€ŅŅ‚Đĩ ŅĐ°Đ´Ņ€ĐļĐ°Ņ˜Đ°ĐŧĐžĐŊŅ‚Đ¸Ņ€Đ°ŅšĐĩ ĐŊĐĩ ĐŋĐžĐ´Ņ€Đļава unmountĐŧĐžĐŊŅ‚Đ¸Ņ€Đ°ŅšĐĩ ĐŊĐĩ ĐŋĐžĐ´Ņ€Đļава unmount иĐģи unmount_with_operationĐŊĐĩĐŧа ĐŊĐ¸Ņ‡ĐĩĐŗĐ° Са ĐŋĐžĐŊĐ°Đ˛Ņ™Đ°ŅšĐĩĐąŅ€ĐžŅ˜Đĩви ҁ҃ ĐŋŅ€ĐĩвĐĩĐģиĐēи ҃ {} ĐąŅ€ĐžŅ˜Đ°Ņ‡ŅƒĐąŅ€ĐžŅ˜Đĩви ĐŊĐ¸ŅŅƒ ĐŋĐž Ņ€ĐĩĐ´Ņƒ ҃ {} ĐąŅ€ĐžŅ˜Đ°Ņ‡ŅƒĐžŅĐŧĐžĐąŅ€ĐžŅ˜ĐŊа Đ˛Ņ€ĐĩĐ´ĐŊĐžŅŅ‚ ҘĐĩ вĐĩŅ›Đ° Од \377ĐŊĐĩĐŧа ĐŧĐĩĐŧĐžŅ€Đ¸Ņ˜ĐĩĐŋŅ€ĐĩĐ˛Đ¸ŅˆĐĩ ĐŋĐžĐēŅ€ĐĩĐŊŅƒŅ‚Đ¸Ņ… Ņ€Đ°Đ´ĐŊĐ¸Ņ… ĐŋŅ€ĐžŅŅ‚ĐžŅ€Đ° Са ĐŋŅ€ĐĩĐ˛ĐžŅ’ĐĩҚĐĩ Đ¸ĐˇĐ˛ĐžŅ€ĐŊĐžĐŗ ĐēОдаĐŊĐ¸Ņ˜Đĩ ĐŊĐ°Ņ’ĐĩĐŊ ĐŋŅ€ĐĩŅ‚Ņ…ĐžĐ´ĐŊĐž ĐŋŅ€ĐžĐ˛ĐĩŅ€ĐĩĐŊи и ĐŋОвĐĩСаĐŊи ĐŋĐžĐ´ĐžĐąŅ€Đ°ĐˇĐ°Ņ†ĐžĐŋҁĐĩĐŗ ҘĐĩ ĐŊĐĩĐ¸ŅĐŋŅ€Đ°Đ˛Đ°ĐŊ ҃ĐŊŅƒŅ‚Đ°Ņ€ ĐēĐģĐ°ŅĐĩ СĐŊаĐēĐžĐ˛Đ°Đ´ĐžŅŅ‚Đ¸ĐŗĐŊŅƒŅ‚ ҘĐĩ ĐģиĐŧĐ¸Ņ‚ Ņ€ĐĩĐēŅƒŅ€ĐˇĐ¸Ņ˜ĐĩŅ€ĐĩĐēŅƒŅ€ĐˇĐ¸Đ˛Đ°ĐŊ ĐˇĐ°Ņ…Ņ‚Đĩв ҁĐĩ ĐŧĐžĐļĐĩ ĐŋĐžĐŊĐ°Đ˛Ņ™Đ°Ņ‚Đ¸ ĐąĐĩҁĐēĐžĐŊĐ°Ņ‡ĐŊĐžŅ€ĐĩŅ„ĐĩŅ€ĐĩĐŊŅ†Đ° ĐŊа ĐŊĐĩĐŋĐžŅŅ‚ĐžŅ˜ĐĩŅ›Đ¸ ĐŋĐžĐ´ĐžĐąŅ€Đ°ĐˇĐ°Ņ†Ņ€ĐĩĐŗŅƒĐģĐ°Ņ€ĐŊи Đ¸ĐˇŅ€Đ°Đˇ ҘĐĩ ĐŋŅ€ĐĩĐ´ŅƒĐŗĐ°Ņ‡Đ°ĐēĐŋĐžĐŊĐ°Đ˛Ņ™Đ°ŅšĐĩ DEFINE ĐŗŅ€ŅƒĐŋĐĩ ĐŊĐ¸Ņ˜Đĩ Đ´ĐžĐˇĐ˛ĐžŅ™ĐĩĐŊООдĐģŅƒŅ‚Đ°ĐģĐž ĐˇĐ°Đ˛Ņ€ŅˆĐŊĐž „\“ĐŊаСив ĐŋĐžĐ´ĐžĐąŅ€Đ°ŅŅ†Đ° ҘĐĩ ĐŋŅ€ĐĩĐ´ŅƒĐŗĐ°Ņ‡Đ°Đē (ҁĐŧĐĩ да иĐŧа ĐŊĐ°Ņ˜Đ˛Đ¸ŅˆĐĩ 32 ĐēĐ°Ņ€Đ°ĐēĐ°Ņ‚ĐĩŅ€Đ°)ŅĐ¸ĐŧйОĐģĐ¸Ņ‡ĐēĐĩ вĐĩСĐĩ ĐŧĐžŅ€Đ°Ņ˜Ņƒ ĐąĐ¸Ņ‚Đ¸ Ņ€Đ°ĐˇĐģĐ¸Ņ‡Đ¸Ņ‚Đĩ Од NULLĐžĐąŅ€Đ°ĐˇĐ°Ņ† ŅĐ°Đ´Ņ€Đļи ŅŅ‚Đ°Đ˛ĐēĐĩ ĐēĐžŅ˜Đĩ ĐŊĐ¸ŅŅƒ ĐŋĐžĐ´Ņ€ĐļаĐŊĐĩ Са Đ´ĐĩĐģиĐŧĐ¸Ņ‡ĐŊĐž ĐŋĐžĐēĐģаĐŋĐ°ŅšĐĩиĐŧа ĐŋŅ€ĐĩĐ˛Đ¸ŅˆĐĩ иĐŧĐĩĐŊОваĐŊĐ¸Ņ… ĐŋĐžĐ´ĐžĐąŅ€Đ°ĐˇĐ°Ņ†Đ° (ҁĐŧĐĩ Đ¸Ņ… ĐąĐ¸Ņ‚Đ¸ ĐŊĐ°Ņ˜Đ˛Đ¸ŅˆĐĩ 10000)двОиĐŧĐĩĐŊи ĐŋĐžĐ´ĐžĐąŅ€Đ°ŅŅ†Đ¸ иĐŧĐ°Ņ˜Ņƒ Đ¸ŅŅ‚Đž иĐŧĐĩĐŊĐĩĐžŅ‡ĐĩĐēиваĐŊĐž ĐŋĐžĐŊĐ°Đ˛Ņ™Đ°ŅšĐĩНĐĩĐ´ĐžĐ˛Ņ€ŅˆĐĩĐŊа Ņ€ĐĩŅ„ĐĩŅ€ĐĩĐŊŅ†Đ° ŅĐ¸ĐŧйОĐģаĐŊĐĩĐŋОСĐŊĐ°Ņ‚ ĐŊаСив POSIX ĐēĐģĐ°ŅĐĩĐŊĐĩĐŋОСĐŊĐ°Ņ‚Đ° ĐŗŅ€Đĩ҈ĐēаĐŊĐĩĐŋОСĐŊĐ°Ņ‚Đ° ҁĐĩĐēвĐĩĐŊŅ†Đ° иСйĐĩĐŗĐ°Đ˛Đ°ŅšĐ°ĐŊĐ¸Ņ˜Đĩ ĐŋОСĐŊĐ°Ņ‚ ĐŊаСив ĐžŅĐžĐąĐ¸ĐŊĐĩ ĐŊаĐēĐžĐŊ \P иĐģи \pĐŊĐĩĐŋОСĐŊĐ°Ņ‚ СĐŊаĐē ĐŊаĐēĐžĐŊ (?ĐŊĐĩĐŋОСĐŊĐ°Ņ‚ СĐŊаĐē ĐŊаĐēĐžĐŊ (?<ĐŊĐĩĐŋОСĐŊĐ°Ņ‚ СĐŊаĐē ĐŊаĐēĐžĐŊ (?PĐŊаĐēĐžĐŊ ĐŊĐĩĐŋОСĐŊĐ°Ņ‚ĐžĐŗ СĐŊаĐēа ҁĐģĐĩди \Đ´Đ¸ŅĐē ĐŊĐĩ ĐŋĐžĐ´Ņ€Đļава Đ¸ĐˇĐąĐ°Ņ†Đ¸Đ˛Đ°ŅšĐĩĐ´Đ¸ŅĐē ĐŊĐĩ ĐŋĐžĐ´Ņ€Đļава eject иĐģи eject_with_operationĐŊĐ¸Ņ˜Đĩ ĐŋĐžĐ´Ņ€ĐļаĐŊĐž ĐŧĐžĐŊŅ‚Đ¸Ņ€Đ°ŅšĐĩ Đ´Đ¸ŅĐēĐ°Đ´ĐžŅŅ‚Đ¸ĐŗĐŊŅƒŅ‚ ҘĐĩ ĐģиĐŧĐ¸Ņ‚ ĐąŅ€ĐžŅ˜Đ° ĐŋŅ€Đ°ĐˇĐŊĐ¸Ņ… ĐŋОдĐŊĐ¸ŅĐēи ĐēĐ°Ņ€Đ°ĐēŅ‚ĐĩŅ€Đ°Ņ€ĐĩŅ„ĐĩŅ€ĐĩĐŊŅ†Đ° ŅĐ¸ĐŧйОĐģа ҘĐĩ Đ´ŅƒĐļиĐŊĐĩ ĐŊ҃Đģа./glib-2.22.2-i686/usr/share/locale/am/0000755000000000000000000000000011271166764015623 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/am/LC_MESSAGES/0000755000000000000000000000000011271166764017410 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/am/LC_MESSAGES/glib20.mo0000644000000000000000000000121511271166634021017 0ustar rootrootŪ•<\pqžJļ;3=qError reading file '%s': %sInvalid hostnameThe URI '%s' is invalidProject-Id-Version: glib VERSION Report-Msgid-Bugs-To: POT-Creation-Date: 2009-10-07 09:51-0400 PO-Revision-Date: 2003-01-16 08:39+EDT Last-Translator: Ge'ez Frontier Foundation Language-Team: Amharic MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit ፋይል '%s'ን ለማንበá‰Ĩ áˆĩህተá‰ĩ አለáĻ %sየáŠĨáŠ•áŒá‹ŗ á‰°á‰€á‰Ŗá‹­ áˆĩም ተቀá‰ĨሏልURI '%s'ን ተቀá‰Ĩሏል./glib-2.22.2-i686/usr/share/locale/mn/0000755000000000000000000000000011271166775015642 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/mn/LC_MESSAGES/0000755000000000000000000000000011271166775017427 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/mn/LC_MESSAGES/glib20.mo0000644000000000000000000004163411271166636021047 0ustar rootrootŪ•eD‰lY‘_ëaK ­ 4 /÷ ,' )T !~   AÁ ž ;ĸ .Ū * a8 Fš 4á 2 :I A„ @Æ ;WCW›1ķ/%?U5•IË‘§Ã Øų'=?\)œ$Æë!˙9![-xŠĻ&1+X3„#¸!Ü)ū8( a o&})¤Î$ß1.6TeFē=L?+Œ!¸Ú-ú$((MvL‰°Öz‡*/-]s…0ĸFĶ:-U2ƒļ;Î' -2)`OŠCÚ"*AlC~Â.É-ø &Í2›¸œģU !<!!7^!N–!5å!7"6S"{Š"ņ#pø#ai$GË$Á%ŒÕ%ob&sŌ&—F'Ū'fo(qÖ(ŽH)•÷)\*]ę*uH+už+”4,ÚÉ,,¤-Ņ-3đ-<$.1a..“.^Â.G!/3i/$/>Â/c03e0J™0Ëä0C°1Tô1•I2Sß2@33Ct3_¸34.4E>4_„4$ä4K 5WU5R­5~6[6\Û6‚87Sģ7286B8Ny8MČ8D9[9•{9Y:Ök;PB<N“<&â< =8)=Jb=x­=a&>_ˆ>Ič>2?_N?3Ž?Dâ?9'@–a@Šø@;ƒAbŋA""B“EBŲBMëBV9C Cc FbN:G^VdM&/!O";3QY4?_R 8DX-L210)9*e>\%Wa6I S7'P5 <(HZ ,[` U]EA$K#=.CB@JT+'%s' is not a valid character following a '<' character; it may not begin an element name'%s' is not a valid character following the characters ''Application Options:Can't do a raw read in g_io_channel_read_line_stringCan't do a raw read in g_io_channel_read_to_endCannot convert fallback '%s' to codeset '%s'Channel terminates in a partial characterCharacter out of range for UTF-16Character out of range for UTF-8Character reference '%-.*s' does not encode a permitted characterCharacter reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Conversion from character set '%s' to '%s' is not supportedCould not allocate %lu bytes to read file "%s"Could not open converter from '%s' to '%s'Document ended unexpectedly after the equals sign following an attribute name; no attribute valueDocument ended unexpectedly inside a comment or processing instructionDocument ended unexpectedly inside an attribute nameDocument ended unexpectedly inside an element nameDocument ended unexpectedly inside an element-opening tag.Document ended unexpectedly inside the close tag for element '%s'Document ended unexpectedly just after an open angle bracket '<'Document ended unexpectedly while inside an attribute valueDocument ended unexpectedly with elements still open - '%s' was the last element openedDocument ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>Document must begin with an element (e.g. )Document was empty or contained only whitespaceElement '%s' was closed, but the currently open element is '%s'Element '%s' was closed, no element is currently openEmpty entity '&;' seen; valid entities are: & " < > 'Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Error during conversion: %sError on line %d: %sError opening directory '%s': %sError reading file '%s': %sFailed to change to directory '%s' (%s)Failed to create file '%s': %sFailed to create pipe for communicating with child process (%s)Failed to execute child process "%s" (%s)Failed to execute child process (%s)Failed to fork (%s)Failed to fork child process (%s)Failed to get attributes of file '%s': fstat() failed: %sFailed to open file '%s': %sFailed to open file '%s': fdopen() failed: %sFailed to parse '%-.*s', which should have been a digit inside a character reference (ê for example) - perhaps the digit is too largeFailed to read data from child processFailed to read data from child process (%s)Failed to read enough data from child pid pipe (%s)Failed to read from child pipe (%s)Failed to read from file '%s': %sFailed to read the symbolic link '%s': %sFailed to redirect output or input of child process (%s)File is emptyHelp Options:Integer value '%s' for %s out of rangeInvalid byte sequence in conversion inputInvalid hostnameInvalid sequence in conversion inputKey file contains escape character at end of lineKey file contains invalid escape sequence '%s'Key file contains key '%s' in group '%s' which has value that cannot be interpreted.Key file contains key '%s' which has value that cannot be interpreted.Key file contains key '%s' with value '%s' which is not UTF-8Key file contains line '%s' which is not a key-value pair, group, or commentKey file contains unsupported encoding '%s'Key file does not have group '%s'Key file does not have key '%s'Key file does not have key '%s' in group '%s'Key file does not start with a groupLeftover unconverted data in read bufferNot a regular fileOdd character '%s', expected a '=' after attribute name '%s' of element '%s'Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute nameOdd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'Partial character sequence at end of inputQuoted text doesn't begin with a quotation markShow all help optionsShow help optionsSymbolic links not supportedTemplate '%s' invalid, should not contain a '%s'Text ended before matching quote was found for %c. (The text was '%s')Text ended just after a '\' character. (The text was '%s')Text was empty (or contained only whitespace)The URI '%s' contains invalidly escaped charactersThe URI '%s' is invalidThe URI '%s' is not an absolute URI using the "file" schemeThe hostname of the URI '%s' is invalidThe local file URI '%s' may not include a '#'The pathname '%s' is not an absolute pathUnexpected error in g_io_channel_win32_poll() reading data from a child processUnexpected error in select() reading data from a child process (%s)Unexpected error in waitpid() (%s)Unknown error executing child process "%s"Unknown option %sUnmatched quotation mark in command line or other shell-quoted textUsage:Value '%s' cannot be interpreted as a boolean.Value '%s' cannot be interpreted as a number.[OPTION...]Project-Id-Version: glib.HEAD Report-Msgid-Bugs-To: POT-Creation-Date: 2009-10-07 09:51-0400 PO-Revision-Date: 2005-05-30 01:07-0800 Last-Translator: Đ‘Đ°Đ´Ņ€Đ°Đģ Language-Team: Mongolian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.0.2 Plural-Forms: 2 X-Poedit-Language: Mongolian X-Poedit-Country: MONGOLIA X-Poedit-SourceCharset: utf-8 Âģ%sÂĢ ĐŊҌ Âģ<ÂĢ-Ņ‚ŅĐŧĐ´ŅĐŗŅ‚Đ¸ĐšĐŊ Đ°Ņ€Ņ‹ĐŊ Ņ…Ō¯Ņ‡Đ¸ĐŊĐŗŌ¯Đš Ņ‚ŅĐŧĐ´ŅĐŗŅ‚; Đ­ĐŊŅ ĐŊҌ ŅĐģĐĩĐŧĐĩĐŊŅ‚Đ¸ĐšĐŊ ĐŊŅŅ€ŅŅŅ€ ŅŅ…ŅĐģĐļ йОĐģĐžŅ…ĐŗŌ¯Đš.Âģ%sÂĢ Ņ…Ō¯Ņ‡Đ¸ĐŊĐŗŌ¯Đš Ņ‚ŅĐŧĐ´ŅĐŗŅ‚, Ņ…ŅŅ€Đ˛ŅŅ ŅĐŊŅ ĐŊҌ ÂģÂĢ Ņ‚ŅĐŧĐ´ŅĐŗŅ‚ Ņ…Ō¯Ņ‡Đ¸ĐŊŅ‚ŅĐšĐŸŅ€ĐžĐŗŅ€Đ°Đŧ:Raw-read in g_io_channel_read_line_string йОĐģĐžĐŧĐļĐŗŌ¯ĐšRaw-read in g_io_channel_read_to_end йОĐģĐžĐŧĐļĐŗŌ¯ĐšÂģ%sÂĢ ŅƒŅ…Đ°Ņ€Ņ‡ Âģ%sÂĢ ĐēĐžĐ´Ņ‡Đ¸ĐģĐžĐģ Ņ€ŅƒŅƒ Ņ…ĶŠŅ€Đ˛ĶŠŅ…ĐŗŌ¯Đš йаКĐŊĐ°ĐĄŅƒĐ˛Đ°Đŗ Ņ‚Đ°Đģ Ņ‚ŅĐŧĐ´ŅĐŗŅ‚ŅŅŅ€ Ņ‚ĶŠĐŗŅĐģĶŠĶŠUTF-16 Ņ…ŅĐˇĐŗĐ°Đ°Ņ€Đ°Đ°Ņ ĐŗĐ°Đ´ĐŊĐ°Ņ… Ņ‚ŅĐŧĐ´ŅĐŗŅ‚UTF-8 Ņ…ŅĐˇĐŗĐ°Đ°Ņ€Đ°Đ°Ņ ĐŗĐ°Đ´ĐŊĐ°Ņ… Ņ‚ŅĐŧĐ´ŅĐŗŅ‚Âģ%-.*sÂĢ Ņ‚ŅĐŧĐ´ŅĐŗŅ‚ Ņ…ĐžĐģĐąĐžĐžŅ ĐˇĶŠĐ˛ŅˆĶŠĶŠŅ€ĶŠĐŗĐ´ĶŠĶŠĐŗŌ¯Đš Ņ‚ŅĐŧĐ´ŅĐŗŅ‚ŅŅŅ€ ĐēОдĐģĐžĐŗĐ´ŅĐžĐŊ йаКĐŊаĐĸŅĐŧĐ´ŅĐŗŅ‚ Ņ…ĐžĐģĐąĐžĐžŅ Ņ†ŅĐŗ Ņ‚Đ°ŅĐģаĐģĐ°Đ°Ņ€ Ņ‚ĶŠĐŗŅĶŠĶŠĐŗŌ¯Đš йаКĐŊа; Đĸа ĐŧĐ°ĐŗĐ°Đ´ аĐŧĐŋĐĩŅ€ŅĐ°ĐŊĐ´Ņ‹Đŗ Đ°ĐąŅ‚Ņ‹ĐŊ ŅŅ…ĐģŅĐģ ĐąŅƒŅĐ°Đ°Ņ€ Ņ…ŅŅ€ŅĐŗĐģŅŅ…Đ¸ĐšĐŗ Ņ…Ō¯ŅŅŅĐŊ ĐąĐ°ĐšŅ… - Đĸа & ĐŗŅĐļ ĐąĐ¸Ņ‡ĐŊŅ Ō¯Ō¯ĐĸŅĐŧĐ´ŅĐŗŅ‚ ĐžĐģĐžĐŊĐģĐžĐŗ Âģ%sÂĢ ŅŅŅ Âģ%sÂĢ Ņ€Ō¯Ō¯ Ņ…ĶŠŅ€Đ˛Ō¯Ō¯ĐģŅŅ… Đ´ŅĐŧĐļĐ¸ĐŗĐ´ŅŅĐŗŌ¯Đš йаКĐŊа%lu ĐąĐ°ĐšŅ‚ŅƒŅƒĐ´Ņ‹Đŗ Âģ%sÂĢ Ņ„Đ°ĐšĐģŅ‹Đŗ ҃ĐŊŅˆĐ¸Ņ…Đ´Đ°Đ° ĐąĐ°ĐšŅ€Đģ҃҃ĐģĐļ Ņ‡Đ°Đ´ŅĐ°ĐŊĐŗŌ¯ĐšÂģ%sÂĢ ŅŅŅ Âģ%sÂĢ Ņ€Ō¯Ō¯ Ņ…ĶŠŅ€Đ˛Ō¯Ō¯ĐģŅĐŗŅ‡ ĐŊŅŅĐŗĐ´ŅŅĐŊĐŗŌ¯ĐšĐ‘Đ°Ņ€Đ¸ĐŧŅ‚ Đ°Ņ‚Ņ‚Ņ€Đ¸ĐąŅƒŅ‚ ĐŊŅŅ€Đ¸ĐšĐŊ Đ´Đ°Ņ€Đ°Đ°Ņ… Ņ‚ŅĐŊŅ†Ō¯Ō¯ĐŗĐ¸ĐšĐŊ Ņ‚ŅĐŧĐ´ŅĐŗĐ¸ĐšĐŊ Đ´Đ°Ņ€Đ°Đ° ĐŗŅĐŊŅŅ‚Đ¸ĐšĐŊ йаКдĐģĐ°Đ°Ņ€ Ņ‚ĶŠĐŗŅĶŠĐ˛; Đ°Ņ‚Ņ‚Ņ€Đ¸ĐąŅƒŅ‚Ņ‹ĐŊ ŅƒŅ‚ĐŗĐ° аĐģĐŗĐ°Đ‘Đ°Ņ€Đ¸ĐŧŅ‚ Ņ‚Đ°ĐšĐģĐąĐ°Ņ€ ŅŅĐ˛ŅĐģ ĐˇĐ°Đ°Đ˛Đ°Ņ€ йОĐģĐžĐ˛ŅŅ€ŅƒŅƒĐģаĐģ҂ҋĐŊ Đ´ĐžŅ‚ĐžŅ€ ĐŗŅĐŊŅŅ‚Đ¸ĐšĐŊ йаКдĐģĐ°Đ°Ņ€ Ņ‚ĶŠĐŗŅĶŠĐ˛Đ‘Đ°Ņ€Đ¸ĐŧŅ‚ ĐŊŅĐŗŅĐŊ Đ°Ņ‚Ņ‚Ņ€Đ¸ĐąŅƒŅ‚ ĐŊŅŅ€Đ¸ĐšĐŊ Đ´ĐžŅ‚ĐžŅ€ ĐŗŅĐŊŅŅ‚Đ¸ĐšĐŊ йаКдĐģĐ°Đ°Ņ€ Ņ‚ĶŠĐŗŅĶŠĐ˛Đ‘Đ°Ņ€Đ¸ĐŧŅ‚ ĐŊŅĐŗŅĐŊ ŅĐģĐĩĐŧĐĩĐŊŅ‚Đ¸ĐšĐŊ ĐŊŅŅ€Đ¸ĐšĐŊ Đ´ĐžŅ‚ĐžŅ€ ĐŗŅĐŊŅŅ‚Đ¸ĐšĐŊ йаКдĐģĐ°Đ°Ņ€ Ņ‚ĶŠĐŗŅĶŠĐ˛Đ‘Đ°Ņ€Đ¸ĐŧŅ‚ ĐŊŅŅĐŗĐ´ŅĐļ ĐąŅƒĐš Ņ‚Đ°ĐŗĐ¸ĐšĐŊ ĐŊŅĐŗŅĐŊ ŅĐģĐĩĐŧĐĩĐŊŅ‚Đ¸ĐšĐŊ ĐŊŅŅ€Đ¸ĐšĐŊ Đ´ĐžŅ‚ĐžŅ€ ĐŗŅĐŊŅŅ‚Đ¸ĐšĐŊ йаКдĐģĐ°Đ°Ņ€ Ņ‚ĶŠĐŗŅĶŠĐ˛.Đ‘Đ°Ņ€Đ¸ĐŧŅ‚ ĐŗŅĐŊŅŅ‚Đ¸ĐšĐŊ йаКдĐģĐ°Đ°Ņ€ ĐŊŅĐŗŅĐŊ Ņ…Đ°Đ°ĐŗĐ´Đ°Đļ ĐąŅƒĐš Âģ%sÂĢ ŅĐģĐĩĐŧĐĩĐŊŅ‚Đ¸ĐšĐŊ Ņ‚Đ°ĐŗĐ¸ĐšĐŊ Đ´ĐžŅ‚ĐžŅ€ Ņ‚ĶŠĐŗŅĶŠĐ˛Đ‘Đ°Ņ€Đ¸ĐŧŅ‚ ĐŊŅŅĐģŅ‚Ņ‚ŅĐš ĶŠĐŊŅ†ĶŠĐŗŅ‚ŅĐš Ņ…Đ°Đ°ĐģŅ‚ Âģ<ÂĢ -ĐŊ Đ´Đ°Ņ€Đ°Đ° ĐŗŅĐŊŅŅ‚ Ņ‚ĶŠĐŗŅĶŠĐ˛Đ‘Đ°Ņ€Đ¸ĐŧŅ‚ ĐŊŅĐŗŅĐŊ Đ°Ņ‚Ņ‚Ņ€Đ¸ĐąŅƒŅ‚Ņ‹ĐŊ ŅƒŅ‚ĐŗŅ‹ĐŊ Đ´ĐžŅ‚ĐžŅ€ ĐŗŅĐŊŅŅ‚Đ¸ĐšĐŊ йаКдĐģĐ°Đ°Ņ€ Ņ‚ĶŠĐŗŅĶŠĐ˛Đ‘Đ°Ņ€Đ¸ĐŧŅ‚ ĐŊŅŅĐģŅ‚Ņ‚ŅĐš ŅĐģĐĩĐŧĐĩĐŊŅ‚Ō¯Ō¯Đ´Ņ‚ŅĐšĐŗŅŅŅ€ ĐŗŅĐŊŅŅ‚Đ¸ĐšĐŊ йаКдĐģĐ°Đ°Ņ€ Ņ‚ĶŠĐŗŅĶŠĐ˛ - Âģ%sÂĢ ŅŌ¯Ō¯ĐģŅ‡Đ¸ĐšĐŊ ĐŊŅŅĐģŅ‚Ņ‚ŅĐš ŅĐģĐĩĐŧĐĩĐŊŅ‚ ĐŊŅŒĐ‘Đ°Ņ€Đ¸ĐŧŅ‚ ĐŗŅĐŊŅŅ‚Đ¸ĐšĐŊ йаКдĐģĐ°Đ°Ņ€ Ņ‚ĶŠĐŗŅĶŠĐ˛, Ņ‚Đ°Đŗ <%s/> -Đŗ Ņ…Đ°Đ°Ņ… ĶŠĐŊŅ†ĶŠĐŗŅ‚ŅĐš Ņ…Đ°Đ°ĐģŅ‚ Âģ>ÂĢŅ…Ō¯ĐģŅŅĐŗĐ´ŅĐļ йаКĐŊĐ°Đ‘Đ°Ņ€Đ¸ĐŧŅ‚ ŅĐŧĐ°Ņ€ ĐŊŅĐŗŅĐŊ ŅĐģĐĩĐŧĐĩĐŊŅ‚ŅŅŅ€ ŅŅ…ĐģŅŅ… Ņ‘ŅŅ‚ĐžĐš (Ж.ĐŊҌ )Đ‘Đ°Ņ€Đ¸ĐŧŅ‚ Ņ…ĐžĐžŅĐžĐŊ ŅŅĐ˛ŅĐģ ĐˇŌ¯ĐŗŅŅŅ€ Ņ†Đ°ĐŗĐ°Đ°ĐŊ СаК Đ°ĐŗŅƒŅƒĐģĐļ йаКĐŊаÂģ%sÂĢ ŅĐģĐĩĐŧĐĩĐŊŅ‚ Ņ…Đ°Đ°ĐŗĐ´ŅĐ°ĐŊ, Ņ…Đ°Ņ€Đ¸ĐŊ ĐžĐ´ĐžĐžĐŗĐžĐžŅ€ Âģ%sÂĢ ŅĐģĐĩĐŧĐĩĐŊŅ‚ ĐŊŅŅĐģŅ‚Ņ‚ŅĐš йаКĐŊаÂģ%sÂĢ ŅĐģĐĩĐŧĐĩĐŊŅ‚ Ņ…Đ°Đ°ĐŗĐ´ŅĐ°ĐŊ, ĐžĐ´ĐžĐžĐŗĐžĐžŅ€ ŅĐŧĐ°Ņ€Ņ‡ ŅĐģĐĩĐŧĐĩĐŊŅ‚ ĐŊŅŅĐģŅ‚Ņ‚ŅĐš ĐąŅƒŅ йаКĐŊаĐĨĐžĐžŅĐžĐŊ Đ°ĐąŅ‚ Âģ&;ÂĢ ĐžĐģĐ´ĐģОО; Ņ…Ō¯Ņ‡Đ¸ĐŊŅ‚ŅĐš Đ°ĐąŅ‚ŅƒŅƒĐ´ & " < > ' ŅŽĐŧ. (Đ°ĐąŅ‚=Đ°ŅĐēиК ĐąĐ¸Ņˆ Ņ‚ŅĐŧĐ´ŅĐŗŅ‚)ĐĐąŅ‚ Ņ†ŅĐŗ Ņ‚Đ°ŅĐģаĐģĐ°Đ°Ņ€ Ņ‚ĶŠĐŗŅĶŠĶŠĐŗŌ¯Đš йаКĐŊа; Đĸа ĐŧĐ°ĐŗĐ°Đ´ аĐŧĐŋĐĩŅ€ŅĐ°ĐŊĐ´Ņ‹Đŗ Đ°ĐąŅ‚Ņ‹ĐŊ ŅŅ…ĐģŅĐģ ĐąŅƒŅĐ°Đ°Ņ€ Ņ…ŅŅ€ŅĐŗĐģŅŅ…Đ¸ĐšĐŗ Ņ…Ō¯ŅŅŅĐŊ ĐąĐ°ĐšŅ… - Đĸа & ĐŗŅĐļ ĐąĐ¸Ņ‡ĐŊŅ Ō¯Ō¯ĐĨĶŠŅ€Đ˛Ō¯Ō¯ĐģĐļ ĐąĐ°ĐšŅ…Đ°Đ´ аĐģдаа: %s%d ĐŧĶŠŅ€ĶŠĐŊĐ´ аĐģдаа: %sÂģ%sÂĢ ĐģавĐģĐ°Ņ…Ņ‹Đŗ ĐŊŅŅŅ…ŅĐ´ аĐģдаа: %sФаКĐģ Âģ%sÂĢ -Ņ‹Đŗ ҃ĐŊŅˆĐ¸Đļ ĐąĐ°ĐšŅ…Đ°Đ´ аĐģдаа: %sÂģ%sÂĢ (%s) ĐģавĐģĐ°Ņ… ŅĐžĐģĐ¸ĐŗĐ´ŅĐžĐŊĐŗŌ¯ĐšÂģ%sÂĢ Ņ„Đ°ĐšĐģ Ō¯Ō¯ŅĐŗŅĐŗĐ´ŅŅĐŊĐŗŌ¯Đš: %sĐĨŌ¯Ō¯ ĐŋŅ€ĐžŅ†ĐĩŅŅŅ‚ĐžĐš (%s) Ņ…ĐžĐģĐąĐžĐŗĐ´ĐžŅ… ŅˆŅƒĐŗĐ°Đŧ Ō¯Ō¯ŅĐŗŅĐļ Ņ‡Đ°Đ´ŅĐ°ĐŊĐŗŌ¯ĐšĐĨŌ¯Ō¯ ĐŋŅ€ĐžŅ†Đĩҁҁ Âģ%sÂĢ -Đŗ аĐļиĐģĐģ҃҃ĐģĐ°Ņ… ĐŊŅƒŅ€Đģаа (%s)ĐĨŌ¯Ō¯ ĐŋŅ€ĐžŅ†Đĩҁҁ аĐļиĐģĐģĐ°ŅĐ°ĐŊĐŗŌ¯Đš (%s)ХаĐģааĐģаĐģŅ‚ ĐŊŅƒŅ€Đģаа (%s)ĐĨŌ¯Ō¯ ĐŋŅ€ĐžŅ†ĐĩҁҁҋĐŊ (%s) ŅĐ°ĐģааĐģаĐģŅ‚ ĐŊŅƒŅ€ĐģааÂģ%sÂĢ Ņ„Đ°ĐšĐģŅ‹ĐŊ Đ°Ņ‚Ņ‚Ņ€Đ¸ĐąŅƒŅ‚ Ņ‚ĐžĐ´ĐžŅ€Ņ…ĐžĐšĐģĐžĐŗĐ´ŅĐžĐŊĐŗŌ¯Đš: fstat() ĐŊŅƒŅ€Đģаа: %sÂģ%sÂĢ Ņ„Đ°ĐšĐģ ĐŊŅŅĐŗĐ´ŅŅ…ĐŗŌ¯Đš йаКĐŊа: %sÂģ%sÂĢ Ņ„Đ°ĐšĐģ ĐŊŅŅĐŗĐ´ŅŅ…ĐŗŌ¯Đš йаКĐŊа: fdopen() ĐŊŅƒŅ€Đģаа: %sÂģ%-.*sÂĢ Ņ‚ŅĐŧĐ´ŅĐŗŅ‚Đ¸ĐšĐŊ Đ´ĐžŅ‚ĐžŅ€ Ņ‚ĐžĐž ĐąĐ°ĐšŅ… Ņ‘ŅŅ‚ĐžĐš (ê ŅˆĐ¸Đŗ) , СадĐģаĐŊ ŅĐģĐŗĐ°ĐģĐ´ Ņ‚Đ°ĐŊĐ¸ĐŗĐ´ŅĐ°ĐŊĐŗŌ¯Đš - ĐŧĐ°ĐŗĐ°Đ´ĐŗŌ¯Đš Ņ…ŅŅ‚ŅŅ€Ņ…Đ¸Đš Ņ‚ĐžĐŧ Ņ‚ĐžĐž йаКĐŊа ŅƒŅƒĶ¨ĐŗĶŠĐŗĐ´ĶŠĐģ Ņ…Ō¯Ō¯ ĐŋŅ€ĐžŅ†ĐĩŅŅĐžĐžŅ€ ҃ĐŊŅˆĐ¸ĐŗĐ´ŅĐ°ĐŊĐŗŌ¯ĐšĐĨŌ¯Ō¯ ĐŋŅ€ĐžŅ†ĐĩҁҁҋĐŊ (%s) ĶŠĐŗĶŠĐŗĐ´ĶŠĐģ ҃ĐŊŅˆĐ¸ĐŗĐ´ŅĐ°Đļ Ņ‡Đ°Đ´ŅĐ°ĐŊĐŗŌ¯ĐšĐĨŌ¯Ō¯ ĐŋŅ€ĐžŅ†ĐĩҁҁҋĐŊ ĐŋŅ€ĐžŅ†ĐĩҁҁҋĐŊ Đ´ŅƒĐŗĐ°Đ°Ņ€Ņ‹ĐŊ ŅˆŅƒĐŗĐ°ĐŧĐ°Đ°Ņ (%s) Ņ…Đ°ĐŊĐŗĐ°ĐģŅ‚Ņ‚Đ°Đš ĶŠĐŗĶŠĐŗĐ´ĶŠĐģ ҃ĐŊŅˆĐ¸Đļ Ņ‡Đ°Đ´ŅĐ°ĐŊĐŗŌ¯ĐšĐĨŌ¯Ō¯ ĐŋŅ€ĐžŅ†ĐĩҁҁҋĐŊ (%s) ŅˆŅƒĐŗĐ°ĐŧĐ°Đ°Ņ ҃ĐŊŅˆĐ¸Ņ… ĐąŌ¯Ņ‚ŅĐģĐŗŌ¯ĐšŅ‚ĐģŅŅÂģ%sÂĢ Ņ„Đ°ĐšĐģĐ°Đ°Ņ ҃ĐŊŅˆĐ¸Đļ йОĐģĐžŅ…ĐŗŌ¯Đš йаКĐŊа: %sÂģ%sÂĢ ŅĐ¸ĐŧвОĐģиĐē Ņ…ĐžĐģĐąĐžĐžŅ ҃ĐŊŅˆĐ¸ĐŗĐ´ŅĐ°ĐŊĐŗŌ¯Đš: %sĐĨŌ¯Ō¯ ĐŋŅ€ĐžŅ†ĐĩŅŅĐ¸ĐšĐŊ (%s) ĐŗĐ°Ņ€Đ°ĐģŅ‚ ŅŅĐ˛ŅĐģ ĐžŅ€ĐžĐģŅ‚Ņ‹Đŗ ŅĐžĐģĐ¸Ņ… ĐŊŅƒŅ€ĐģааФаКĐģ Ņ…ĐžĐžŅĐžĐŊĐĸ҃ҁĐģаĐŧĐļ:'%s' ĐąŌ¯Ņ…ŅĐģ %s -ĐŊ Ņ…ŅƒĐ˛ŅŒĐ´ Ņ…ŅĐˇĐŗĐ°Đ°Ņ€Đ°Đ°Ņ Ņ…Đ°ĐģҌĐļŅŅĐĨĶŠŅ€Đ˛Ō¯Ō¯ĐģŅĐģŅ‚Đ¸ĐšĐŊ ĐžŅ€ĐžĐģŅ‚ĐžĐ´ Ņ…Ō¯Ņ‡Đ¸ĐŊĐŗŌ¯Đš ĐąĐ°ĐšŅ‚ Đ´Đ°Ņ€Đ°Đ°ĐģаĐģ йаКĐŊаĐĨŌ¯Ņ‡Đ¸ĐŊĐŗŌ¯Đš Ņ…ĐžŅŅ‚Ņ‹ĐŊ ĐŊŅŅ€ĐĨĶŠŅ€Đ˛Ō¯Ō¯ĐģŅĐģŅ‚Đ¸ĐšĐŊ ĐžŅ€ĐžĐģŅ‚ĐžĐ´ Ņ…Ō¯Ņ‡Đ¸ĐŊĐŗŌ¯Đš Đ´Đ°Ņ€Đ°Đ°ĐģаĐģĐĸŌ¯Đģ҅ԝԝҀ Ņ„Đ°ĐšĐģŅ‹ĐŊ ĐŧĶŠŅ€Đ¸ĐšĐŊ Ņ‚ĶŠĐŗŅĐŗĶŠĐģĐ´ ESC Ņ‚ŅĐŧĐ´ŅĐŗŅ‚ йаКĐŊаĐĸŌ¯Đģ҅ԝԝҀ Ņ„Đ°ĐšĐģĐ´ Âģ%sÂĢ Ņ…Ō¯Ņ‡Đ¸ĐŊĐŗŌ¯Đš escape-Ņ‚ŅĐŧĐ´ŅĐŗŅ‚ йаКĐŊаĐĸŌ¯Đģ҅ԝԝҀ Ņ„Đ°ĐšĐģŅ‹ĐŊ '%2$s' ĐąŌ¯ĐģŅĐŗŅ‚ '%1$s' ĐŗŅŅŅĐŊ иĐģŅŅ€Ņ…Đ¸ĐšĐģŅŅ… йОĐģĐžĐŧĐļĐŗŌ¯Đš ŅƒŅ‚ĐŗĐ° йаКĐŊа.ĐĸŌ¯Đģ҅ԝԝҀ Ņ„Đ°ĐšĐģĐ´ иĐģŅŅ€Ņ…Đ¸ĐšĐģŅŅ… йОĐģĐžĐŧĐļĐŗŌ¯Đš '%s' ŅƒŅ‚ĐŗĐ° йаКĐŊа.ĐĸŌ¯Đģ҅ԝԝҀ Ņ„Đ°ĐšĐģĐ´ '%s' ĐŧĶŠŅ€ '%s' ĐŗŅŅŅĐŊ UTF-8 ĐąŅƒŅ ŅƒŅ‚ĐŗĐ°Ņ‚Đ°Đš йаКĐŊаĐĸŌ¯Đģ҅ԝԝҀ Ņ„Đ°ĐšĐģ ҂ԝĐģ҅ԝԝҀ ŅƒŅ‚ĐŗĐ°, ĐąŌ¯ĐģŅĐŗ, ŅŅĐ˛ŅĐģ Ņ‚Đ°ĐšĐģĐąĐ°Ņ€ĐŗŌ¯Đš '%s' ĐŧĶŠŅ€ Đ°ĐŗŅƒŅƒĐģĐļ йаКĐŊа.ĐĸŌ¯Đģ҅ԝԝҀ Ņ„Đ°ĐšĐģĐ´ Đ´ŅĐŧĐļĐ¸ĐŗĐ´ŅŅĐŗŌ¯Đš ĐēĐžĐ´Ņ‡Đ¸ĐģĐžĐģ '%s' йаКĐŊаĐĸŌ¯Đģ҅ԝԝҀ Ņ„Đ°ĐšĐģĐ´ '%s' ĐąŌ¯ĐģŅĐŗ аĐģĐŗĐ°ĐĸŌ¯Đģ҅ԝԝҀ Ņ„Đ°ĐšĐģĐ´ '%s' ҂ԝĐģ҅ԝԝҀ аĐģĐŗĐ°ĐĸŌ¯Đģ҅ԝԝҀ Ņ„Đ°ĐšĐģŅ‹ĐŊ '%2$s' ĐąŌ¯ĐģŅĐŗŅ‚ '%1$s' ҂ԝĐģ҅ԝԝҀ аĐģĐŗĐ°ĐĸŌ¯Đģ҅ԝԝҀ Ņ„Đ°ĐšĐģ ĐąŌ¯ĐģŅĐŗ ŅƒŅ‚ĐŗĐ°Đ°Ņ€ ŅŅ…ĐģŅŅ… йОĐģĐžĐŧĐļĐŗŌ¯ĐšĐŖĐŊŅˆĐ¸Ņ… ĐąŅƒŅ„ŅŅ€Ņ‚ Ņ…ĶŠŅ€Đ˛Ō¯Ō¯ĐģŅŅĐŗŌ¯Đš Ņ„Đ°ĐšĐģ йаКĐŊаĐĸĐžŅ…Đ¸Ņ€ĐžĐŧĐļĐŗŌ¯Đš Ņ„Đ°ĐšĐģĐĄĐžĐŊиĐŊ Ņ‚ŅĐŧĐ´ŅĐŗŅ‚ Âģ%sÂĢ, Âģ%sÂĢ ŅĐģĐĩĐŧĐĩĐŊŅ‚Đ¸ĐšĐŊ Âģ%sÂĢ Đ°Ņ‚Ņ‚Ņ€Đ¸ĐąŅƒŅ‚Ņ‹ĐŊ ĐŊŅŅ€Đ¸ĐšĐŊ Đ´Đ°Ņ€Đ°Đ° Âģ=ÂĢ Ņ…Ō¯ĐģŅŅĐŗĐ´ŅĐļ йаКĐŊаХОĐŊиĐŊ Ņ‚ŅĐŧĐ´ŅĐŗŅ‚ Âģ%sÂĢ, Âģ%sÂĢ ŅĐģĐĩĐŧĐĩĐŊŅ‚Đ¸ĐšĐŊ ŅŅ…ĐģŅĐģиКĐŊ Ņ‚Đ°ĐŗĐ¸ĐšĐŗ Ņ…Đ°Đ°Ņ…Ņ‹ĐŊ Ņ‚ŅƒĐģĐ´ Đ°Ņ‚Ņ‚Ņ€Đ¸ĐąŅƒŅ‚Ņ‹ĐŊ ĐŊŅŅ€ ŅŅĐ˛ŅĐģ Ņ…Đ°Ņ€Đ¸ĐŊ Âģ>ÂĢ ŅŅĐ˛ŅĐģ Âģ/ÂĢ Ņ‚ŅĐŧĐ´ŅĐŗŅ‚ Ņ…Ō¯ĐģŅŅĐŗĐ´ŅĐļ йаКĐŊа; ĐœĐ°ĐŗĐ°Đ´ĐŗŌ¯Đš Ņ‚Đ° Đ°Ņ‚Ņ‚Ņ€Đ¸ĐąŅƒŅ‚Ņ‹ĐŊ ĐŊŅŅ€ŅĐŊĐ´ŅŅ Ņ…Ō¯Ņ‡Đ¸ĐŊĐŗŌ¯Đš Ņ‚ŅĐŧĐ´ŅĐŗŅ‚ Ņ…ŅŅ€ŅĐŗĐģŅĐļŅŅĐĄĐžĐŊиĐŊ Ņ‚ŅĐŧĐ´ŅĐŗŅ‚ Âģ%sÂĢ; Âģ%sÂĢ ŅĐģĐĩĐŧĐĩĐŊŅ‚Đ¸ĐšĐŊ Âģ%sÂĢ Đ°Ņ‚Ņ‚Ņ€Đ¸ĐąŅƒŅ‚Ņ‹ĐŊ Ņ…ŅƒĐ˛ŅŒĐ´ ĶŠĐŗŅĶŠĐŊ ŅƒŅ‚ĐŗĐ° Ņ‚ŅĐŊŅ†Ō¯Ō¯ĐŗĐ¸ĐšĐŊ Ņ‚ŅĐŧĐ´ŅĐŗĐ¸ĐšĐŊ Đ´Đ°Ņ€Đ°Đ°Ņ… Ņ…Đ°ŅˆĐ¸ĐģŅ‚Ņ‹Đŗ Ņ…Ō¯ĐģŅŅĐļ йаКĐŊĐ°ĐžŅ€ĐžĐģ҂ҋĐŊ Ņ‚ĶŠĐŗŅĐŗĶŠĐģĐ´ Ņ…Đ°ĐŗĐ°Ņ Ņ‚ŅĐŧĐ´ŅĐŗŅ‚Đ¸ĐšĐŊ Đ´Đ°Ņ€Đ°Đ°ĐģаĐģĐĨĐ°ŅˆĐ¸ĐģŅ‚Đ°ĐŊ Đ´ĐžŅ‚ĐžŅ€Ņ…Đ¸ Ņ‚ĐĩĐēҁ҂ Ņ…Đ°ŅˆĐ¸ĐģŅ‚Đ°Đ°Ņ€ ŅŅ…ĐģŅŅ…ĐŗŌ¯ĐšĐ‘Ō¯Ņ… Ņ‚ŅƒŅĐģаĐŧĐļ Ņ…Đ°Ņ€ŅƒŅƒĐģĐ°Ņ…Đĸ҃ҁĐģаĐŧĐļ Ņ…Đ°Ņ€ŅƒŅƒĐģĐ°Ņ…ĐĄĐ¸ĐŧвОĐģиĐē Ņ…ĐžĐģĐąĐžĐžŅ Đ´ŅĐŧĐļĐ¸ĐŗĐ´ŅŅĐŗŌ¯ĐšÂģ%sÂĢ Ņ…ŅĐ˛ Ņ…Ō¯Ņ‡Đ¸ĐŊĐŗŌ¯Đš, Âģ%sÂĢ -Đŗ Đ°ĐŗŅƒŅƒĐģĐ°Ņ… Ņ…ŅŅ€ŅĐŗĐŗŌ¯ĐšĐĸĐĩĐēҁ҂ %c -ĐŊ Ņ‚ĐžŅ…Đ¸Ņ€ĐžŅ… Ņ…Đ°ŅˆĐ¸ĐģŅ‚ ĐžĐģĐ´ĐžŅ…ĐžĐžŅ ĶŠĐŧĐŊĶŠ Ņ‚ĶŠĐŗŅĐģĶŠĶŠ. (ĐĸĐĩĐēҁ҂ Âģ%sÂĢ ĐąĐ°ĐšŅĐ°ĐŊ)ĐĸĐĩĐēҁ҂ Âģ\ÂĢ-Ņ‚ŅĐŧĐ´ŅĐŗŅ‚Đ¸ĐšĐŊ Đ´Đ°Ņ€Đ°Đ° Ņ‚ĶŠĐŗŅĐģĶŠĶŠ. (ĐĸĐĩĐēҁ҂ Âģ%sÂĢ ĐąĐ°ĐšŅĐ°ĐŊ)ĐĸĐĩĐēҁ҂ Ņ…ĐžĐžŅĐžĐŊ йаКв (ŅŅĐ˛ŅĐģ ĐˇĶŠĐ˛Ņ…ĶŠĐŊ Ņ†Đ°ĐŗĐ°Đ°ĐŊ СаК Đ°ĐŗŅƒŅƒĐģŅĐ°ĐŊ)Âģ%sÂĢ URI Ņ…Ō¯Ņ‡Đ¸ĐŊĐŗŌ¯Đš Escape-Ņ‚ŅĐŧĐ´ŅĐŗŅ‚ Đ°ĐŗŅƒŅƒĐģĐļ йаКĐŊаÂģ%sÂĢ URI Ņ…Ō¯Ņ‡Đ¸ĐŊĐŗŌ¯ĐšURI Âģ%sÂĢ ĐŊҌ Ņ„Đ°ĐšĐģ ҁ҅ĐĩĐŧĐ´ Ņ…ŅŅ€ŅĐŗĐģŅĐŗĐ´Đ´ŅĐŗ Ō¯ĐŊŅĐŧĐģŅŅ…Ō¯Đš Ņ…Đ°ŅĐŗ ĐąĐ¸ŅˆURI Âģ%sÂĢ -ĐŊ Ņ…ĐžŅŅ‚Ņ‹ĐŊ ĐŊŅŅ€ Ņ…Ō¯Ņ‡Đ¸ĐŊĐŗŌ¯ĐšĐ”ĐžŅ‚ĐžĐžĐ´ URI Âģ%sÂĢ ĐŊҌ Âģ#ÂĢ -Đŗ Đ°ĐŗŅƒŅƒĐģĐļ йОĐģĐžŅ…ĐŗŌ¯ĐšÂģ%sÂĢ ĐˇĐ°ĐŧŅ‹ĐŊ ĐŊŅŅ€ Ō¯ĐŊŅĐŧĐģŅŅ…Ō¯Đš СаĐŧ ĐąĐ¸ŅˆĐĨŌ¯Ō¯ ĐŋŅ€ĐžŅ†ĐĩŅŅĐžĐžŅ ĶŠĐŗĶŠĐŗĐ´ĶŠĐģ ҃ĐŊŅˆĐ¸Đļ ĐąĐ°ĐšŅ…Đ°Đ´ g_io_channel_win32_poll() Đ´ĐžŅ‚ĐžŅ€ ŅĐ°ĐŊаĐŧŅĐ°Ņ€ĐŗŌ¯Đš аĐģдаа ĐŗĐ°Ņ€ĐģааĐĨŌ¯Ō¯ ĐŋŅ€ĐžŅ†ĐĩŅŅĐžĐžŅ (%s) ĶŠĐŗĶŠĐŗĐ´ĶŠĐģ ҃ĐŊŅˆĐ¸Đļ ĐąĐ°ĐšŅ…Đ°Đ´ select() Đ´ĐžŅ‚ĐžŅ€ ŅĐ°ĐŊаĐŧŅĐ°Ņ€ĐŗŌ¯Đš аĐģдаа ĐŗĐ°Ņ€ĐģааХаĐŊаĐŧŅĐ°Ņ€ĐŗŌ¯Đš аĐģдаа waitpid() Đ´ĐžŅ‚ĐžŅ€ (%s)Âģ%sÂĢ Ņ…Ō¯Ō¯ ĐŋŅ€ĐžŅ†ĐĩŅŅŅ‹Đŗ аĐļиĐģĐģ҃҃ĐģĐļ ĐąĐ°ĐšŅ…Đ°Đ´ Ņ‚ĐžĐ´ĐžŅ€Ņ…ĐžĐšĐŗŌ¯Đš аĐģдааĐĸĐžĐ´ĐžŅ€Ņ…ĐžĐšĐŗŌ¯Đš ŅƒŅ‚ĐŗĐ° %sĐĸŅƒŅˆĐ°Đ°ĐģŅ‹ĐŊ ĐŧĶŠŅ€ Đ´ŅŅ… ŅŅĐ˛ŅĐģ ĶŠĶŠŅ€ shell-quoted Ņ‚ĐĩĐēҁ҂ Đ´ĐžŅ‚ĐžŅ€Ņ…Đ¸ Ņ…Đ°ŅˆĐ¸Đģ҂ҋĐŊ Ņ‚ĐžĐž йаĐģаĐŊҁĐļĐ°Đ°ĐŗŌ¯Đš йаКĐŊаĐĨŅŅ€ŅĐŗĐģŅŅ:'%s' ŅƒŅ‚ĐŗĐ° ĐąŌ¯Ō¯Đģ ŅƒŅ‚ĐŗĐ°Đ°Ņ€ Đ´Ō¯Ņ€ŅĐģŅĐŗĐ´ŅŅ… йОĐģĐžĐŧĐļĐŗŌ¯Đš .'%s' ŅƒŅ‚ĐŗĐ° ĐąŌ¯Ņ…ŅĐģ Ņ‚ĐžĐžĐŗĐžĐžŅ€ иĐģŅŅ€Ņ…Đ¸ĐšĐģŅĐŗĐ´ŅŅ… йОĐģĐžĐŧĐļĐŗŌ¯Đš.[OPTION...]./glib-2.22.2-i686/usr/share/locale/mg/0000755000000000000000000000000011271166775015633 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/mg/LC_MESSAGES/0000755000000000000000000000000011271166775017420 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/mg/LC_MESSAGES/glib20.mo0000644000000000000000000004270211271166636021035 0ustar rootrootŪ•†Lŗ|H YI _Ŗ a &e Œ (Ą 4Ę /˙ ,/ %\ &‚ )Š !Ķ õ AžX;÷.3*b.aŧF4e2š:ÍA@J;‹WĮW1w/Š%Ų?˙5?Iu‘ŋQm ‚Ŗģ>×'.>m?Œ)Ė$ö%A!U9w*ą9Ü-3+aŠ&+?3k#Ÿ!Ã)å89H.‚ ą ŋ&Íô)>Uf{$”+š!å1%.WT†FÛ="L`+­!Ųû-$I(n—1¯<á&=9d)žČLÛ°(zŲ*T / ¯ Å × $ô 0!FJ!:‘!-Ė!ú!;"'N"-v")¤"*Î"Oų"CI#"#°#&Đ#*÷#"$C4$x$.$3Ž$-â$ %T%]q&eĪ&k5'Ą'ģ'.×'G(BN(2‘(1Ä(3ö(&*)(Q)'z)@ĸ)¨ã)?Œ*1Ė*.ū*2-+v`+W×+D/,@t,Hĩ,Rū,HQ-Mš-sč-Y\.Jļ.8/1:/Hl/Eĩ/Mû/›I0å0)13.1+b1/Ž1Dž1/2832!l2BŽ20Ņ213043e3,€3F­35ô3H*4"s4;–49Ō4{ 5&ˆ5+¯5:Û506*G6'r6Iš6Oä6;47p7ƒ72Ą7$Ô76ų708I8b8y87•8@Í809$?9=d9Cĸ9hæ9RO:Jĸ:\í:7J;)‚;'Ŧ;?Ô;-<=B<€<<—<IÔ<=7<==t=?˛=ō=f>Ėo>‰cD\pe%†$‚}On9…YbtZ€ k8M'%s' is not a valid character following a '<' character; it may not begin an element name'%s' is not a valid character following the characters ''A bookmark for URI '%s' already existsApplication Options:Attribute '%s' of element '%s' not foundCan't do a raw read in g_io_channel_read_line_stringCan't do a raw read in g_io_channel_read_to_endCannot convert fallback '%s' to codeset '%s'Cannot parse double value '%s' for %sCannot parse integer value '%s' for %sChannel terminates in a partial characterCharacter out of range for UTF-16Character out of range for UTF-8Character reference '%-.*s' does not encode a permitted characterCharacter reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Conversion from character set '%s' to '%s' is not supportedCould not allocate %lu bytes to read file "%s"Could not open converter from '%s' to '%s'Could not open converter from '%s' to '%s': %sDocument ended unexpectedly after the equals sign following an attribute name; no attribute valueDocument ended unexpectedly inside a comment or processing instructionDocument ended unexpectedly inside an attribute nameDocument ended unexpectedly inside an element nameDocument ended unexpectedly inside an element-opening tag.Document ended unexpectedly inside the close tag for element '%s'Document ended unexpectedly just after an open angle bracket '<'Document ended unexpectedly while inside an attribute valueDocument ended unexpectedly with elements still open - '%s' was the last element openedDocument ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>Document must begin with an element (e.g. )Document was empty or contained only whitespaceDouble value '%s' for %s out of rangeElement '%s' was closed, but the currently open element is '%s'Element '%s' was closed, no element is currently openEmpty entity '&;' seen; valid entities are: & " < > 'Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Error during conversion: %sError on line %d: %sError opening directory '%s': %sError parsing option %sError reading file '%s': %sExisting file '%s' could not be removed: g_unlink() failed: %sFailed to change to directory '%s' (%s)Failed to close file '%s': fclose() failed: %sFailed to create file '%s': %sFailed to create pipe for communicating with child process (%s)Failed to execute child process "%s" (%s)Failed to execute child process (%s)Failed to execute helper program (%s)Failed to fork (%s)Failed to fork child process (%s)Failed to get attributes of file '%s': fstat() failed: %sFailed to map file '%s': mmap() failed: %sFailed to open file '%s' for writing: fdopen() failed: %sFailed to open file '%s': %sFailed to open file '%s': fdopen() failed: %sFailed to open file '%s': open() failed: %sFailed to parse '%-.*s', which should have been a digit inside a character reference (ê for example) - perhaps the digit is too largeFailed to read data from child processFailed to read data from child process (%s)Failed to read enough data from child pid pipe (%s)Failed to read from child pipe (%s)Failed to read from file '%s': %sFailed to read the symbolic link '%s': %sFailed to redirect output or input of child process (%s)Failed to rename file '%s' to '%s': g_rename() failed: %sFailed to write file '%s': fwrite() failed: %sFile is emptyHelp Options:Integer value '%s' for %s out of rangeInteger value '%s' out of rangeInvalid byte sequence in conversion inputInvalid group name: %sInvalid hostnameInvalid key name: %sInvalid program name: %sInvalid sequence in conversion inputInvalid string in argument vector at %d: %sInvalid string in environment: %sInvalid working directory: %sKey file contains escape character at end of lineKey file contains invalid escape sequence '%s'Key file contains key '%s' in group '%s' which has value that cannot be interpreted.Key file contains key '%s' which has value that cannot be interpreted.Key file contains key '%s' with value '%s' which is not UTF-8Key file contains line '%s' which is not a key-value pair, group, or commentKey file contains unsupported encoding '%s'Key file does not have group '%s'Key file does not have key '%s'Key file does not have key '%s' in group '%s'Key file does not start with a groupLeftover unconverted data in read bufferMissing argument for %sNo MIME type defined in the bookmark for URI '%s'No application with name '%s' registered a bookmark for '%s'No bookmark found for URI '%s'No groups set in bookmark for URI '%s'No private flag has been defined in bookmark for URI '%s'No valid bookmark file found in data dirsNot a regular fileOdd character '%s', expected a '=' after attribute name '%s' of element '%s'Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute nameOdd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'Partial character sequence at end of inputQuoted text doesn't begin with a quotation markShow all help optionsShow help optionsSymbolic links not supportedTemplate '%s' doesn't contain XXXXXXTemplate '%s' invalid, should not contain a '%s'Text ended before matching quote was found for %c. (The text was '%s')Text ended just after a '\' character. (The text was '%s')Text was empty (or contained only whitespace)The URI '%s' is invalidThe URI '%s' is not an absolute URI using the "file" schemeThe hostname of the URI '%s' is invalidThe local file URI '%s' may not include a '#'The pathname '%s' is not an absolute pathUnexpected attribute '%s' for element '%s'Unexpected error in g_io_channel_win32_poll() reading data from a child processUnexpected error in select() reading data from a child process (%s)Unexpected error in waitpid() (%s)Unexpected tag '%s' inside '%s'Unexpected tag '%s', tag '%s' expectedUnknown error executing child process "%s"Unknown option %sUnmatched quotation mark in command line or other shell-quoted textUsage:Value '%s' cannot be interpreted as a boolean.Value '%s' cannot be interpreted as a float number.Value '%s' cannot be interpreted as a number.[OPTION...]Project-Id-Version: GLIB VERSION Report-Msgid-Bugs-To: POT-Creation-Date: 2009-10-07 09:51-0400 PO-Revision-Date: 2007-03-03 19:00+0300 Last-Translator: Fanomezana Rajaonarisoa Language-Team: MALAGASY MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Tsy mety atao aorian'ny marika '<' ny marika '%s'. Tsy mety anombohana anaran-tsingataharo ioTsy mety atao aorian'ny marika '' no marika mety atao eoEfa misy rohy ny URI '%s'Safidy momba ny rindranasa:Tsy hita ny marika manokana '%s' ho an'ny '%s'Tsy afaka manao famakiana fototra amin'ny g_io_channel_read_line_stringTsy afaka manao famakiana fototra amin'ny g_io_channel_read_to_endNy fallback '%s' tsy voaova ho amboaram-pango '%s'Tsy afaka mizarazara sanda roa '%s' ho an'ny '%s'Tsy afaka mizarazara ny sanda feno '%s' ho an'ny %sMarika tsy feno no mamarana ilay canalMihoatra ny fetran'ny UTF-16 ilay marikaMihoatra ny fetran'ny UTF-8 ilay marikaTsy manafango marika azo ampiasaina ny fiantsoana marika '%-.*s'Tsy niafara tamin'ny teboka amam-paingo ilay fiantsoana marika. Mety tsy nihevitra hampiasa esperluette hanombohana ary angamba ianao - esperluette fialana toy ny &Tsy raisina an-tànana ny famadihan'amboara-marika '%s' ho '%s'Tsy nahatokana %lu byte hamakiana ny rakitra "%s"Tsy voasokatra ny mpanova rakitra '%s' ho '%s'Tsy voasokatra ny mpanova rakitra '%s' ho '%s': %sNifarana tampoka taorian'ny mira manaraka anarana marika manokana ilay tahirin-kevitra; tsy misy sanda-marika manokanaNifarana tampoka tanaty teny fanampiny na torolàlana fikirakirana ilay tahirin-kevitraNifarana tampoka tanaty anarana marika manokana ilay tahirin-kevitraNifarana tampoka tanaty anaran-tsingataharo ilay tahirin-kevitraNifarana tampoka tanaty tag manomboka singantaharo ilay tahirin-kevitra.Nifarana tampoka tanatin'ny tag mamarana ny singantaharo '%s' ilay tahirin-kevitraNifarana tampoka taoriana fonon-teny kitso loha '<' ilay tahirin-kevitraNifarana tampoka ilay tahirin-kevitra raha mbola tanaty sanda-marika manokanaNifarana tampoka ilay tahirin-kevitra nefa misy singantaharo mbola misokatra; '%s' no singantaharo farany nisokatraNifarana tampoka ilay singantaharo; nanantena fonon-teny kitso loha mamarana ny tag <%s/>Tsy maintsy manomboka amina singantaharo ilay tahirin-kevitra (oh. )Foana na tsy misy afa-tsy elanelana ilay tahirin-kevitraMihoatra ny fetra ny sanda roa '%s' ho an'ny '%s'Nofaranana ny singantaharo '%s', fa '%s' no singantaharo misokatra izaoNofaranana ny singantaharo '%s'; tsy misy singantaharo misokatra izaoNahita ary '&;' foana; ireto no fidirana ekena: & " < > 'Tsy nifarana tamin'ny teboka amam-paingo ilay ary. Mety tsy nihevitra hampiasa esperluette hanombohana ary angamba ianao - esperluette fialana toy ny &Nisy olana teo am-panovana: %sMisy tsy fetezana amin'ny andalana %d: %sNisy olana teo am-panokafana ny lahatahiry '%s': %sNisy olana teo am-pizarazarana ny safidy %sNisy olana teo am-pamakiana ny rakitra '%s': %sTsy mety fafàna ny rakitra '%s' misy: tsy nahomby ny g_unlink(): %sTsy nahomby ny fanovana lahatahiry ho '%s' (%s)Tsy voahidy ny rakitra '%s': tsy nahomby ny fclose(): %sTsy voaforona ny rakitra '%s': %sTsy voaforona ny fantsona ifandraisana amin'ny fizotra zanaka (%s)Tsy nahavita nandefa ny fizotra zanaka "%s" (%s)Tsy nahavita nanatanteraka ny fizotra zanaka (%s)Tsy nahavita nandefa ny rindranasa mpanampy (%s)Tsy nahavita nanasaka (%s)Tsy nahavita nanasaka ny fizotra zanaka (%s)Tsy azo ny marika manokan'ny rakitra '%s': tsy nahomby ny fstat(): %sTsy voamap ny rakitra '%s': tsy nahomby ny mmap(): %sTsy voasotra mba hanoratana ny rakitra '%s': tsy nahomby ny fdopen(): %sTsy voasokatran y rakitra '%s': %sTsy voasokatra ny rakitra '%s': tsy nahomby ny fdopen(): %sTsy voasokatra ny rakitra '%s': tsy nahomby ny open(): %sTsy voazarazara ny '%-.*s' izay tokony ho isa anaty fiantsoana marika (ê, ohatra). Mety lehibe loatra angamba ilay isa.Tsy voavaky ny datan'ny fizotra zanakaTsy voavaky ny datan'ny fizotra zanaka (%s)Tsy nahavaky data ampy tanatin'ny fantsona zanaka pid (%s)Tsy voavaky ny mpiatin'ny fantson'ny zanaka (%s)Ny nahavaky ny mpiatin'ny rakitra '%s': %sTsy voavaky ny rohy misolotena '%s': %sTsy nahavita namily lalana ny fivoahana na fidiran'ny fizotra zanaka (%s)Tsy voaova ny anaran'ny rakitra '%s' mba ho '%s': tsy nahomby ny g_rename(): %sTsy voasoratra ny rakitra '%s': tsy nahomby ny fwrite(): %sFoana ilay rakitraSafidy momba ny toro-làlana:Mihoatra ny fetra ny sanda feno '%s' ho an'ny '%s'Mihoatra ny fetra ny sanda feno '%s'Tsy mitombina filaharan'ny byte amin'ny zavatra ovainaAnaram-bondrona diso: %sAnaram-pampiantrano disoAnaram-pamaha diso: %sAnaran-drindranasa diso: %sTsy mitombina ny filaharana amin'ny fidiran'ny fanovanaTsy mitombina ny laha-dazan'ny mpitondra tondriky amin'ny %d: %sTsy mitombina ny laha-daza anatin'ny tontolo: %sLahatahiry fiasana tsy mitombina: %sMisy marika fialana amin'ny faran'ny andalan'ilay raki-pamahaMisy fisesisesim-pialana '%s' tsy mitombina anatin'ilay raki-pamahaMisy famaha '%s' anatin'ny vondrona '%s' manana sanda izay tsy mety avadika mba ho azo ilay raki-pamaha.Misy famaha '%s' manana sanda tsy mety avadika mba ho azo anatin'ilay raki-pamaha.Misy famaha '%s' manana sanda '%s' izay tsy UTF-8 anatin'ilay raki-pamaha Misy andalana '%s' izay tsy roroa famaha-sanda, vondrona, na teny fanampiny ilay raki-pamahaMisy fango '%s' tsy raisina an-tànana ilay raki-pamahaTsy manana vondrona '%s' ilay raki-pamahaTsy manana famaha '%s' ilay raki-pamahaTsy manana famaha '%s' anatin'ny vondrona '%s' ilay raki-pamahaTsy manomboka amina vondrona ilay raki-pamahaMisy ambina data tsy voaova ao anatin'ny buffern'ny famakianaTondrikin'ny %s tsy eoTsy misy karazana MIME voafaritra ho an'ny rohin'ny URI '%s'Tsy misy rindranasa mitondra ny anarana '%s' nanambara rohy ho an'ny '%s'Tsy nahitana rohy ny URI '%s'Tsy misy vondrona voafaritra ho an'ny rohin'ny URI '%s'Tsy misy saina manokana voafaritra ho an'ny rohin'ny URI '%s'Tsy misy raki-drohy mitombina anatin'ny lahatahiry misy ny dataRakitra tsy mahazatraMarika '%s' hafahafa; nanantena '=' aorian'ny anaran'ny marika manokana '%s' amin'ny singantaharo '%s'Marika hafahafa '%s'; nanantena marika '>' na '/' hamarana ny tag manomboka ny singantaharo '%s', na koa marika manokana iray. Mety nampiasa marika tsy ekena amin'ny anarana marika manokana angamba ianao.Marika '%s' hafahafa; nanantena farango manokatra aorian'ny mira rehefa manome ny sanda ny marika manokana '%s' amin'ny singantaharo '%s'Tsy feno ny filaharan'ny marika amin'ny faran'ny zavatra ovainaTsy manomboka amin'ny farango ny teny nalainaAsehoy ny safidy rehetra momba ny toro-làlanaAsehoy ny safidy momba ny toro-làlanaTsy raisina an-tànana ny rohy misolotenaTsy misy XXXXXX ny lasitra '%s'Tsy mitombina ny lasitra '%s'; tsy tokony hisy '%s'Nifarana talohan'ny nahitana ny ilan'ny farango ho an'ny %c ilay lahabolana. ('%s' ilay lahabolana)Nifarana taorian'ny marika '\' ilay lahabolana. ('%s' ilay lahabolana)Foana ilay lahabolana (na tsy misy afa-tsy elanelana)Tsy mitombina ny URI '%s'Tsy URI feno mampiasa ny drafitra "rakitra" ny URI '%s'Tsy mitombina ny anaram-mpampiantranon'ny URI '%s'Tsy azo asiana '#' ny URI '%s' an'ilay rakitra an-toerana Tsy sori-dàlana feno ny anaran-tsori-dàlana '%s'Marika manokana '%s' ho an'ny '%s' tsy nampoizinaNisy olana tsy nampoizina tanatin'ny g_io_channel_win32_poll() raha namaky ny datan'ny fizotra zanakaNisy olana tsy nampoizina tanatin'ny select() raha namaky ny datan'ny fizotra zanaka (%s)Nisy olana tsy nampoizina tanatin'ny waitpid() (%s)Misy tag '%s' tsy nampoizina anatin'ny '%s'Tsy nampoizina ny taf '%s', nantenaina ny tag '%s'Nisy olana tsy fantatra teo am-panatanterahana ny fizotra zanaka "%s"Safidy %s tsy fantatraTsy mifamaly ny farango anaty lazam-baiko na lahabolana hafa tonon'ny akoraFampiasa:Tsy mety avadika ho boleanina mba ho azo ny sanda '%s'.Tsy mety avadika ho isa float mba ho azo ny sanda '%s'.Tsy mety avadika ho isa mba ho azo ny sanda '%s'.[SAFIDY...]./glib-2.22.2-i686/usr/share/locale/nb/0000755000000000000000000000000011271166776015630 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/nb/LC_MESSAGES/0000755000000000000000000000000011271166776017415 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/nb/LC_MESSAGES/glib20.mo0000644000000000000000000012162411271166636021032 0ustar rootrootŪ•‘¤ , !Ą!ĩ!Ŋ!Å! Í!Ų!á!Yō!_L"aŦ"#(#)H#r#&†#B­#đ#$+$(H$ q$’$#Ž$Ō$ė$2%97%!q%4“%/Č%ø%3&+C&1o&-Ą&/Ī&#˙&#' 8')Y'ƒ'(Ÿ',Č'%õ'&("B("e()ˆ(!˛( Ô(Aõ(ž7)Ö)í); *.I**x*.Ŗ*Ō**ë*&+a=+FŸ+4æ+2,:N,A‰,@Ë,; -WH-W -1ø-/*.%Z.?€.5Ā.Iö.‘@/ Ō/ķ/0'0D0[0t0‹0ž0ŗ0Ō0ī0! 1-1M1l1‚11 ˛1Ķ1ī122:2V2r2‹2§2"ŋ2â2ū23!53W3l3 …3Ļ3Ā3×3!ņ3)4-=4k4ƒ4Ą4,ģ4č4!5&5>5:X5.“50Â59ķ5-6G6>a6$ 6#Å6é6'7./7^7?}7)Ŋ7$į7% 8-28`8!t89–8*Đ89û859-R9+€9ŠŦ9&7:+^:3Š:#ž:!â:);8.;9g;%Ą;.Į;-ö;.$<S<)j<!”< ļ<Ä<ã<.ķ< "=&0=#W=&{=ĸ=Â=3Ũ=->(?>(h>(‘>)ē>ä>??)?@?Q?f??$”?0š?ę?+ @!6@X@t@1’@.Ä@Tķ@HHAF‘A=ØALB+cB!BąB-ŅB$˙B($CMC"hC3‹C9ŋCųC"D9D!QD1sD2ĨD<ØDE&4E9[E•E°E)ĘEôE#FL+FNxF°ĮFzxGķG H%#H8IH-‚H*°H5ÛH*I/JPJiJ!‰J ĢJĖJåJKK!0K$RK0wK"¨KFËK:L-ML2{LŽL;ÆL M'#M-KM)yM"ŖMÆM$ÚM ˙M? N.`NNĻNšN!ÕN'÷N3O.SO(‚O0ĢO+ÜOP(P*APlPO‹PCÛP"QBQ&bQ!‰Q*ĢQÖQīQR RC-RqRyR”R0›R.ĖR3ûR-/S ]S~S šSĻS&ēSáSKöSBT*_TDŠTĪT;ęT0&U WU1eU—U¨U ČUéUūUV*V5HV)~V¨VÆVãVøV!W5WPWmW"|W$ŸWÄW*ÜW(X0X"LX!oX‘XŠX)ŋX%éX-Y=Y5[Y‘Y9ąYëY9 ZEZWZ%wZ Z žZĖZ2čZ%[A[&Y[$€[Ĩ['Â[ę[3ú[.\=G\+…\(ą\Ú\ė\ ] #]1]$I]n] Ž] ¯] Đ]ņ]6^G^,f^“^~˛^1`C`K`S` [`f`n`d`iä`^Na­a&Ėa%ķab.+bFZbĄbšb4Ņb1c"8c#[c%cĨcÃc=ác@d(`d=‰d8Įde0e/He5xe1Že3āe$f9f"Nf<qf$Žf%Ķf9ųf,3g)`g/Šg#ēg$Ūg&h%*h2Phĸƒh&i'9i<ai1ži@Đi6jHj(gj-jažjK k0lk.k?ĖkB lCOl1“lOÅlem3{m3¯m4ãm>n4WnNŒnœÛn$xoo&˛o Ųoúop6pSpkp+…p$ąpÖp1ōp $q)EqoqŽqĒq(Āq$éqr,r#KrorrŦrČrįr7s#(wgw‡wEĻw#ėw!x2x'Mx0ux'ĻxEÎx/y(Dy)my8—y Đy3ņyD%z:jzDĨz$ęz5{.E{…t{*ú{/%|>U|'”|$ŧ|.á|E}MV}:¤}1ß}0~1B~t~'‹~ ŗ~ Ô~!á~ 2C0T'…5­.ã€5,€.b€)‘€)ģ€)å€.">aq„ ˛΁į*‚(,‚U‚*r‚‚(š‚â‚1û‚2-ƒc`ƒRăQ„Ki„aĩ„1…!I…$k…9…%ʅ3đ…$†>†&Y†,€†­†4ņú†2‡2E‡5x‡Cއ%ō‡,ˆ9Eˆ#ˆŖˆ4ˆõˆ$‰R-‰e€‰ˇæ‰zžŠ‹6‹(N‹>w‹3ļ‹2ę‹:Œ0XŒ(‰Œ!˛ŒԌ$æŒ-  9#Z~—Ģ!ƍ"č% Ž1Ž!NŽpŽ…ŽŽ!ŊŽ0ߎ/K@<Œ1ɏ:û6>L‹%Ĩ0ː(ü#%‘I‘.d‘(“‘@ŧ‘.ũ‘,’I’`’+z’3Ļ’?ڒ1“1L“3~“&˛“#Ų“$ũ“+"”N”Qn”@Ā”••*<•g•1y•Ģ•ƕ֕ ķ•C˙• C–"M–p–/v–0Ļ–-ז.—!4—V— l—w—-“—Á—PŪ—/˜2J˜D}˜'˜Zę˜'E™ m™,z™§™"ļ™$Ų™ū™š,š&;š=bš7 š"ؚ!ûš›,›(I›r›"› °› ŧ›+Ũ› œ$"œ'Gœoœ!Œœ"ޜҜëœ&-)5W&=´$ō=ž0UžI†žО!äž*Ÿ1ŸQŸ+`Ÿ7ŒŸ)ğîŸ* -0 ^ .w Ļ 2Ā "ķ FĄ/]Ą)ĄˇĄËĄæĄ ĸĸ*$ĸOĸlĸŠĸ¨ĸ$Æĸ;ëĸ$'Ŗ$LŖ"qŖ´B4õN¸Uü&L7 ĩWŒū¯8Á1cJ‡ēŗU.ėãC…[ØŪä%‰Ã! č\w ‚ô/G'›ąHRž|*_¤ŠÍ<­tÕ'^6ASrđhlĸ;rXįԆXö~x°#V*ķBPųˆĖĀ)e†sN$…]@ÜYa<@ŽOwkm (uLZ2OgÂ?o38qSjĨoën7 Čâv4.zˇ øˆī`+JQĄjvT}ŨŸ—PÚŲe"=6K ‹ģtáËļŧÖ3í-ęMû0\‹WV`–y c(‡9_:F,É?‘Ryō5!æ×™Š•DŽĻÆu=åƒ:ßĒnŋ5ĢEi„f,’îsCE&2$Hg>€}ž9IŌAŠMp¨pxT+q‚Qb ʲ;aĪŦ~{zú1Ŋ ˜ĮŅbÛmņΝ |kd€ŽK[^>dID0"]”Ч%ŃY-āl“÷Z ÄéFšŖũGhœš‰Ķ /‘if˙#Œ){„ (invalid encoding)%.1f GB%.1f KB%.1f MB%s filetype%s type%u byte%u bytes'%s' is not a valid character following a '<' character; it may not begin an element name'%s' is not a valid character following the characters '''%s' is not a valid name '%s' is not a valid name: '%c' (?R or (?[+-]digits must be followed by )) without opening (A bookmark for URI '%s' already existsAbstract unix domain socket addresses not supported on this systemAdded socket is closedApplication Options:Association creation not supported on win32Attribute '%s' of element '%s' not foundAttribute value must be non-NULLBackup file creation failedCan't copy directory over directoryCan't copy over directoryCan't copy special fileCan't create user MIME configuration folder %s: %sCan't create user application configuration folder %s: %sCan't create user desktop file %sCan't do a raw read in g_io_channel_read_line_stringCan't do a raw read in g_io_channel_read_to_endCan't find applicationCan't handle the supplied version the icon encodingCan't handle version %d of GEmblem encodingCan't handle version %d of GEmblemedIcon encodingCan't handle version %d of GFileIcon encodingCan't handle version %d of GThemedIcon encodingCan't move directory over directoryCan't open directoryCan't recursively copy directoryCan't rename file, filename already existCan't rename root directoryCancellable initialization not supportedCannot convert fallback '%s' to codeset '%s'Cannot parse double value '%s' for %sCannot parse integer value '%s' for %sCannot set permissions on symlinksCannot truncate GMemoryInputStreamChannel terminates in a partial characterCharacter out of range for UTF-16Character out of range for UTF-8Character reference '%-.*s' does not encode a permitted characterCharacter reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Connection in progressContaining mount does not existConversion from character set '%s' to '%s' is not supportedCould not allocate %lu bytes to read file "%s"Could not open converter from '%s' to '%s'Could not open converter from '%s' to '%s': %sCustom definition for %sDEFINE group contains more than one branchDesktop file didn't specify Exec fieldDocument ended unexpectedly after the equals sign following an attribute name; no attribute valueDocument ended unexpectedly inside a comment or processing instructionDocument ended unexpectedly inside an attribute nameDocument ended unexpectedly inside an element nameDocument ended unexpectedly inside an element-opening tag.Document ended unexpectedly inside the close tag for element '%s'Document ended unexpectedly just after an open angle bracket '<'Document ended unexpectedly while inside an attribute valueDocument ended unexpectedly with elements still open - '%s' was the last element openedDocument ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>Document must begin with an element (e.g. )Document was empty or contained only whitespaceDouble value '%s' for %s out of rangeElement '%s' was closed, but the currently open element is '%s'Element '%s' was closed, no element is currently openEmpty entity '&;' seen; valid entities are: & " < > 'Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Entity name '%-.*s' is not knownEnumerator is closedError accepting connection: %sError binding to address: %sError closing file: %sError closing socket: %sError closing unix: %sError connecting: Error connecting: %sError creating backup copy: %sError creating directory: %sError during conversion: %sError getting filesystem info: %sError launching application: %sError making symbolic link: %sError moving file: %sError on line %d char %d: Error on line %d: %sError opening directory '%s': %sError opening file '%s': %sError opening file: %sError parsing option %sError reading file '%s': %sError reading from file: %sError reading from unix: %sError receiving data: %sError receiving message: %sError removing file: %sError removing old backup link: %sError removing old file: %sError removing target file: %sError renaming file: %sError renaming temporary file: %sError resolving '%s'Error resolving '%s': %sError reverse-resolving '%s': %sError seeking in file: %sError sending data: %sError sending message: %sError setting SELinux context: %sError setting extended attribute '%s': %sError setting modification or access time: %sError setting owner: %sError setting permissions: %sError setting symlink: %sError setting symlink: file is not a symlinkError stating file '%s': %sError stating file descriptor: %sError trashing file: %sError truncating file: %sError while compiling regular expression %s at char %d: %sError while matching regular expression %s: %sError while optimizing regular expression %s: %sError while parsing replacement text "%s" at char %lu: %sError writing to file: %sError writing to unix: %sExisting file '%s' could not be removed: g_unlink() failed: %sExpected a GEmblem for GEmblemedIconExpecting 1 control message, got %dExpecting one fd, but got %d Failed to change to directory '%s' (%s)Failed to close file '%s': fclose() failed: %sFailed to create file '%s': %sFailed to create pipe for communicating with child process (%s)Failed to execute child process "%s" (%s)Failed to execute child process (%s)Failed to execute helper program (%s)Failed to expand exec line '%s' with URI '%s'Failed to fork (%s)Failed to fork child process (%s)Failed to get attributes of file '%s': fstat() failed: %sFailed to map file '%s': mmap() failed: %sFailed to open file '%s' for writing: fdopen() failed: %sFailed to open file '%s': %sFailed to open file '%s': fdopen() failed: %sFailed to open file '%s': open() failed: %sFailed to parse '%-.*s', which should have been a digit inside a character reference (ê for example) - perhaps the digit is too largeFailed to read data from child processFailed to read data from child process (%s)Failed to read enough data from child pid pipe (%s)Failed to read from child pipe (%s)Failed to read from file '%s': %sFailed to read the symbolic link '%s': %sFailed to redirect output or input of child process (%s)Failed to rename file '%s' to '%s': g_rename() failed: %sFailed to resize memory output streamFailed to write file '%s': fflush() failed: %sFailed to write file '%s': fsync() failed: %sFailed to write file '%s': fwrite() failed: %sFile "%s" is too largeFile enumerator has outstanding operationFile enumerator is already closedFile is emptyFile names cannot contain '%c'Filesystem rootGSocketControlMessage not supported on windowsHelp Options:Hostname '%s' contains '[' but not ']'Input stream doesn't implement readInteger value '%s' for %s out of rangeInteger value '%s' out of rangeInvalid GSeekType suppliedInvalid UTF-8 encoded text in name - not valid '%s'Invalid attribute type (byte string expected)Invalid attribute type (string expected)Invalid attribute type (uint32 expected)Invalid attribute type (uint64 expected)Invalid byte sequence in conversion inputInvalid extended attribute nameInvalid filenameInvalid filename %sInvalid group name: %sInvalid hostnameInvalid key name: %sInvalid program name: %sInvalid seek requestInvalid sequence in conversion inputInvalid socket, initialization failed due to: %sInvalid socket, not initializedInvalid string in argument vector at %d: %sInvalid string in environment: %sInvalid symlink value givenInvalid working directory: %sKey file contains escape character at end of lineKey file contains invalid escape sequence '%s'Key file contains key '%s' in group '%s' which has value that cannot be interpreted.Key file contains key '%s' which has a value that cannot be interpreted.Key file contains key '%s' which has value that cannot be interpreted.Key file contains key '%s' with value '%s' which is not UTF-8Key file contains line '%s' which is not a key-value pair, group, or commentKey file contains unsupported encoding '%s'Key file does not have group '%s'Key file does not have key '%s'Key file does not have key '%s' in group '%s'Key file does not start with a groupLeftover unconverted data in read bufferListener is already closedMalformed input data for GFileIconMalformed number of tokens (%d) in GEmblem encodingMalformed number of tokens (%d) in GEmblemedIcon encodingMalformed version number: %sMemory output stream not resizableMissing argument for %sMove between mounts not supportedNo MIME type defined in the bookmark for URI '%s'No application is registered as handling this fileNo application with name '%s' registered a bookmark for '%s'No bookmark found for URI '%s'No groups set in bookmark for URI '%s'No private flag has been defined in bookmark for URI '%s'No service record for '%s'No type for class name %sNo valid bookmark file found in data dirsNot a regular fileNot enough space for socket addressOdd character '%s', expected a '=' after attribute name '%s' of element '%s'Odd character '%s', expected a '>' character to end the empty-element tag '%s'Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute nameOdd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'Operation not supportedOperation was cancelledOutput stream doesn't implement writePCRE library is compiled without UTF8 properties supportPCRE library is compiled without UTF8 supportPOSIX collating elements are not supportedPOSIX named classes are supported only within a classPartial character sequence at end of inputQuoted text doesn't begin with a quotation markReached maximum data array limitReceived invalid fdSELinux context must be non-NULLSELinux is not enabled on this systemSeek not supported on streamSetting attribute %s not supportedShow all help optionsShow help optionsSocket is already closedSource stream is already closedStream doesn't support query_infoStream has outstanding operationStream is already closedSymbolic links not supportedTarget file existsTarget file is a directoryTarget file is not a regular fileTemplate '%s' doesn't contain XXXXXXTemplate '%s' invalid, should not contain a '%s'Temporarily unable to resolve '%s'Text ended before matching quote was found for %c. (The text was '%s')Text ended just after a '\' character. (The text was '%s')Text was empty (or contained only whitespace)The URI '%s' contains invalidly escaped charactersThe URI '%s' is invalidThe URI '%s' is not an absolute URI using the "file" schemeThe file was externally modifiedThe hostname of the URI '%s' is invalidThe local file URI '%s' may not include a '#'The pathname '%s' is not an absolute pathToo large count value passed to %sTrash not supportedTruncate not allowed on input streamTruncate not supported on streamType %s does not implement from_tokens() on the GIcon interfaceType %s does not implement the GIcon interfaceType %s is not classedURIs not supportedUnable to create socket: %sUnable to create trash dir %s: %sUnable to create trashing info file: %sUnable to find default local directory monitor typeUnable to find default local file monitor typeUnable to find or create trash directoryUnable to find terminal required for applicationUnable to find toplevel directory for trashUnable to get pending error: %sUnable to trash file: %sUnexpected attribute '%s' for element '%s'Unexpected early end-of-streamUnexpected error in g_io_channel_win32_poll() reading data from a child processUnexpected error in select() reading data from a child process (%s)Unexpected error in waitpid() (%s)Unexpected tag '%s' inside '%s'Unexpected tag '%s', tag '%s' expectedUnexpected type of ancillary dataUnknown error executing child process "%s"Unknown error on connectUnknown option %sUnknown protocol was specifiedUnknown typeUnmatched quotation mark in command line or other shell-quoted textUnnamedUnsupported socket addressUsage:Valid key file could not be found in search dirsValue '%s' cannot be interpreted as a boolean.Value '%s' cannot be interpreted as a float number.Value '%s' cannot be interpreted as a number.Waiting for socket condition: %sWrong number of tokens (%d)[OPTION...]\ at end of pattern\C not allowed in lookbehind assertion\c at end of pattern\g is not followed by a braced name or an optionally braced non-zero numberassertion expected after (?(association changes not supported on win32back references as conditions are not supported for partial matchingbacktracking limit reachedcase-changing escapes (\l, \L, \u, \U) are not allowed herecharacter value in \x{...} sequence is too largecode overflowconditional group contains more than two branchescorrupted objectcould not get local address: %scould not get remote address: %scould not listen: %screating GSocket from fd: %sdigit expecteddrive doesn't implement ejectdrive doesn't implement eject or eject_with_operationdrive doesn't implement polling for mediadrive doesn't implement startdrive doesn't implement stopfailed to get memoryhexadecimal digit expectedhexadecimal digit or '}' expectedillegal symbolic referenceinconsistent NEWLINE optionsinternal errorinternal error or corrupted objectinvalid combination of newline flagsinvalid condition (?(0)invalid escape sequence in character classlookbehind assertion is not fixed lengthmalformed \P or \p sequencemalformed number or name after (?(missing '<' in symbolic referencemissing ) after commentmissing terminating )missing terminating ] for character classmissing terminator in subpattern namemount doesn't implement content type guessingmount doesn't implement ejectmount doesn't implement eject or eject_with_operationmount doesn't implement remountmount doesn't implement synchronous content type guessingmount doesn't implement unmountmount doesn't implement unmount or unmount_with_operationnothing to repeatnumber too big in {} quantifiernumbers out of order in {} quantifieroctal value is greater than \377out of memoryoverran compiling workspacepreviously-checked referenced subpattern not foundrange out of order in character classrecursion limit reachedrecursive call could loop indefinitelyreference to non-existent subpatternregular expression too largerepeating a DEFINE group is not allowedstray final '\'subpattern name is too long (maximum 32 characters)symlink must be non-NULLthe pattern contains items not supported for partial matchingtoo many named subpatterns (maximum 10,000)two named subpatterns have the same nameunexpected repeatunfinished symbolic referenceunknown POSIX class nameunknown errorunknown escape sequenceunknown property name after \P or \punrecognized character after (?unrecognized character after (?<unrecognized character after (?Punrecognized character follows \volume doesn't implement ejectvolume doesn't implement eject or eject_with_operationvolume doesn't implement mountworkspace limit for empty substrings reachedzero-length symbolic referenceProject-Id-Version: glib 2.21.x Report-Msgid-Bugs-To: POT-Creation-Date: 2009-10-07 09:51-0400 PO-Revision-Date: 2009-09-14 00:16+0200 Last-Translator: Kjartan Maraas Language-Team: Norwegian bokmal MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n != 1); (ugyldig koding)%.1f GB%.1f KB%.1f MBfiltype %stype %s%u byte%u bytesÂĢ%sÂģ er ikke et gyldig tegn etter en ÂĢ<Âģ tegn; det kan ikke vÃĻre begynnelsen pÃĨ et elementnavnÂĢ%sÂģ er ikke et gyldig tegn etter tegnene ÂĢÂģÂĢ%sÂģ er ikke et gyldig navn ÂĢ%sÂģ er ikke et gyldig navn: ÂĢ%cÂģ (?R eller (?[+-]tall mÃĨ følges av )) uten ÃĨpnende (Et bokmerke eksisterer allerede for URI ÂĢ%sÂģAbstrakte unix domenepluggadresser er ikke støttet pÃĨ dette systemetTillagt plugg er lukketFlagg for applikasjonenOppretting av assosiasjon er ikke støttet pÃĨ win32Attributt ÂĢ%sÂģ i element ÂĢ%sÂģ ble ikke funnetAttributtverdi mÃĨ ikke vÃĻre NULLOppretting av sikkerhetskopi feiletKan ikke kopiere katalog over katalogKan ikke kopiere over katalogKan ikke kopiere spesiell filKan ikke opprette brukers konfigurasjonsmappe %s for MIME: %sKan ikke opprette konfigurasjonsmappe %s for brukers program: %sKan ikke opprette brukers desktop-fil %sKan ikke utføre rÃĨ avlesing i g_io_channel_read_line_stringKan ikke utføre rÃĨ avlesing i g_io_channel_read_to_endKan ikke finne programKan ikke hÃĨndtere oppgitt versjon i ikon-kodingKan ikke hÃĨndtere versjon %d av GEmblem-kodingKan ikke hÃĨndtere versjon %d av GEmblemedIcon-kodingKan ikke hÃĨndtere versjon %d av GFileIcon-kodingKan ikke hÃĨndtere versjon %d av GThemedIcon-kodingKan ikke flytte katalog over katalogKan ikke ÃĨpne mappeKan ikke kopiere katalog rekursivtKan ikke endre navn pÃĨ filen. Filnavnet eksisterer alleredeKan ikke endre navn pÃĨ rotkatalogenAvbrytbar initiering er ikke støttetKan ikke konvertere "fallback" ÂĢ%sÂģ til tegnsett ÂĢ%sÂģKan ikke lese verdi for double ÂĢ%sÂģ for %sKan ikke lese heltallsverdi ÂĢ%sÂģ for %sKan ikke sette rettigheter pÃĨ symbolske lenkerKan ikke avkorte GMemoryInputStreamKanalen terminerer i et oppdelt tegnTegn utenfor gyldig omrÃĨde for UTF-16Tegn utenfor gyldig omrÃĨde for UTF-8Tegnreferanse ÂĢ%-.*sÂģ koder ikke et tillatt tegnTegnreferansen sluttet ikke med et semikolon; du har sannsynligvis brukt et og-tegn uten at det var ment ÃĨ starte en entitet - unngÃĨ ved ÃĨ bruke & i stedetTilkobling pÃĨgÃĨrOmsluttende monteringspunkt finnes ikkeKonvertering fra tegnsett ÂĢ%sÂģ til ÂĢ%sÂģ er ikke støttetKunne ikke allokere %lu bytes til lest fil ÂĢ%sÂģKunne ikke ÃĨpne program for ÃĨ konvertere fra ÂĢ%sÂģ til ÂĢ%sÂģKunne ikke ÃĨpne konverterer fra ÂĢ%sÂģ til ÂĢ%sÂģ: %sEgendefinert definisjon for %sDEFINE-gruppe inneholder mer enn en grenDesktop-filen hadde ingen verdi i Exec-feltetDokumentet sluttet uventet etter likhetstegnet som følger et attributtnavn; ingen attributtverdiDokumentet sluttet uventet inni en kommentar eller prosesseringsinstruksjonDokumentet sluttet uventet inni et attributtnavnDokumentet sluttet uventet inni et elementnavnDokumentet sluttet uventet inni en tagg for ÃĨpning av element.Dokumentet sluttet uventet inni tagg for lukking av element ÂĢ%sÂģDokumentet sluttet uventet rett etter en ÃĨpen vinkelparantes ÂĢ<ÂģDokumentet sluttet uventet inni en attributtverdiDokumentet sluttet uventet med ÃĨpne elementer - ÂĢ%sÂģ var siste ÃĨpne elementDokumentet sluttet uventet, forventet ÃĨ se en vinkelparantes for ÃĨ slutte av den siste taggen <%s/>Dokumentet mÃĨ starte med et element (f.eks )Dokumentet var tomt eller inneholdt kun blanke tegnDouble-verdi ÂĢ%sÂģ for %s er utenfor gyldig omrÃĨdeElement ÂĢ%sÂģ ble lukket, men aktivt ÃĨpent element er ÂĢ%sÂģElement ÂĢ%sÂģ ble lukket, ingen ÃĨpne elementer nÃĨTom entitet ÂĢ&;Âģ funnet; gyldige entiteter er: & " < > 'Entiteten sluttet ikke med et semikolon; du har sannsynligvis brukt et og-tegn uten at det var ment ÃĨ starte en entitet - ungÃĨ ved ÃĨ bruke & i stedetEntitetsnavn ÂĢ%-.*sÂģ er ikke kjentEnumerator er lukketFeil ved godkjenning av tilkobling: %sFeil ved binding til adresse: %sFeil under lukking av fil: %sFeil ved lukking av plugg: %sFeil ved lukking av unix: %sFeil under tilkobling: Feil under tilkobling: %sFeil under oppretting av sikkerhetskopi: %sFeil under oppretting av katalog: %sFeil under konvertering: %sFeil under lesing av informasjon om filsystem: %sFeil ved oppstart av program: %sFeil ved oppretting av symbolsk lenke: %sFeil under flytting av fil: %sFeil pÃĨ linje %d tegn %d: Feil pÃĨ linje %d: %sFeil under ÃĨpning av katalog ÂĢ%sÂģ: %sFeil under ÃĨpning av fil ÂĢ%sÂģ: %sFeil under ÃĨpning av fil: %sFeil under tolking av flagg %sFeil under lesing av fil ÂĢ%sÂģ: %sFeil under lesing fra fil: %sFeil under lesing fra unix: %sFeil ved mottak av data: %sFeil ved mottak av melding: %sFeil ved fjerning av fil: %sFeil ved fjerning av gammel sikkerhetskopi av lenke: %sFeil ved fjerning av gammel fil: %sFeil under fjerning av mÃĨlfil: %sFeil under endring av navn pÃĨ fil: %sFeil ved endring av navn pÃĨ midlertidig fil: %sFeil ved oppslag av ÂĢ%sÂģFeil under oppslag av ÂĢ%sÂģ: %sFeil under omvendt oppslag av ÂĢ%sÂģ: %sFeil under søking i fil: %sFeil ved sending av data: %sFeil ved sending av melding: %sFeil ved setting av SELinux-kontekst: %sFeil under setting av utvidet attributt ÂĢ%sÂģ: %sFeil ved setting av endrings- eller aksesstid: %sFeil ved setting av eier: %sFeil ved setting av rettigheter: %sFeil ved setting av symbolsk lenke: %sFeil ved setting av symbolsk lenke: filen er ikke en symbolsk lenkeFeil ved henting av informasjon om fil ÂĢ%sÂģ: %sFeil ved henting av informasjon om fildeskriptor: %sFeil ved plassering av fil i papirkurv: %sFeil under avkorting av fil: ÂĢ%sÂģFeil under sammensetting av regulÃĻrt utrykk %s ved tegn %d: %sFeil under treff pÃĨ regulÃĻrt uttrykk %s: %sFeil under optimering av reguÃĻrt utrykk %s: %sFeil under tolking av erstatningstekst ÂĢ%sÂģ ved tegn %lu: %sFeil under skriving til fil: %sFeil ved skriving til unix: %sEksisterende fil ÂĢ%sÂģ kunne ikke bli fjernet: g_unlink() feilet: %sVentet et GEmblem for GEmblemedIconVentet 1 kontrollmelding, fikk %dVentet en fd, men fikk %d Feil ved skifte til katalog ÂĢ%sÂģ (%s)Kunne ikke lukke fil ÂĢ%sÂģ: fclose() feilet: %sFeil under oppretting av fil ÂĢ%sÂģ: %sFeil under oppretting av rør for kommunikasjon med underprosess (%s)Feil under kjøring av underprosess ÂĢ%sÂģ (%s)Feil under kjøring av underprosess (%s)Feil under kjøring av hjelpeprogram (%s)Feil under utvidelse av exec-linje ÂĢ%sÂģ med URI ÂĢ%sÂģFeil under kjøring av fork (%s)Feil under kjøring av fork() for underprosess (%s)Feil ved uthenting av attributter for fil ÂĢ%sÂģ: fstat() feilet: %sKunne ikke lese fil ÂĢ%sÂģ inn i minnet: mmap() feilet: %sFeil under ÃĨpning av filen ÂĢ%sÂģ for skriving: fdopen() feilet: %sFeil under ÃĨpning av fil ÂĢ%sÂģ: %sFeil under ÃĨpning av fil ÂĢ%sÂģ: fdopen() feilet: %sKunne ikke ÃĨpne fil ÂĢ%sÂģ: open() feilet: %sFeil under lesing av ÂĢ%-.*sÂģ, som skulle vÃĻrt et tall inne i en tegnreferanse (ê for eksempel) - tallet er muligens for stortFeil under lesing av data fra underprosessFeil under lesing av data fra underprosess (%s)Klarte ikke ÃĨ lese nok data fra underprosessens pid-rør (%s)Feil under lesing fra "child pipe" (%s)Feil under lesing fra fil ÂĢ%sÂģ: %sFeil under lesing av symbolsk lenke ÂĢ%sÂģ: %sFeil under omdirigering av utdata eller inndata for underprosess (%s)Feil under endring av navn pÃĨ filen ÂĢ%sÂģ til ÂĢ%sÂģ: g_rename() feilet: %sKlarte ikke ÃĨ endre størrelse pÃĨ utdatastrøm for minneKunne ikke skrive fil ÂĢ%sÂģ: fflush() feilet: %sKunne ikke skrive fil ÂĢ%sÂģ: fsync() feilet: %sKunne ikke skrive fil ÂĢ%sÂģ: fwrite() feilet: %sFil ÂĢ%sÂģ er for storFilenumerator har utestÃĨende operasjonFilenumerator er allerede lukketFilen er tomFilnavn kan ikke inneholde ÂĢ%cÂģFilsystemrotGSocketControlMessage er ikke støttet pÃĨ windowsFlagg for hjelp:Vertsnavn ÂĢ%sÂģ inneholder ÂĢ[Âģ men ikke ÂĢ]ÂģInndatastrøm implementerer ikke lesingHeltallsverdi ÂĢ%sÂģ for %s er utenfor gyldig omrÃĨdeHeltallsverdi ÂĢ%sÂģ er utenfor gyldig omrÃĨdeUgyldig GSeekType oppgittUgyldig UTF-8 kodet tekst i navn - ikke gyldig ÂĢ%sÂģUgyldig type attributt (byte-streng forventet)Ugyldig type attributt (streng forventet)Ugyldig type attributt (uint32 forventet)Ugyldig type attributt (uint64 forventet)Ugyldig bytesekvens i inndata for konverteringUgyldig navn pÃĨ utvidet attributtUgyldig filnavnUgyldig filnavn %sUgyldig navn pÃĨ gruppe: %sUgyldig vertsnavnUgyldig navn pÃĨ nøkkel: %sUgyldig programnavn: %sUgyldig søkeforespørselUgyldig sekvens i inndata for konverteringUgyldig plugg, initiering feilet pga: %sUgyldig plugg, ikke initiertUgyldig streng i argumentvektor pÃĨ %d: %sUgyldig streng i miljø: %sUgyldig verdi oppgitt for symbolsk lenkeUgyldig arbeidsmappe: %sNøkkelfilen inneholder skiftetegn ved linjesluttNøkkelfil inneholder ugyldig skiftesekvens ÂĢ%sÂģNøkkelfilen inneholder nøkkelen ÂĢ%sÂģ i gruppen ÂĢ%sÂģ som har en verdi som ikke kan bli tolket.Nøkkelfilen inneholder nøkkelen ÂĢ%sÂģ som har en verdi som ikke kan bli tolket.Nøkkelfilen inneholder nøkkelen ÂĢ%sÂģ som har en verdi som ikke kan bli tolketNøkkelfilen inneholder nøkkelen ÂĢ%sÂģ med verdi ÂĢ%sÂģ som ikke er UTF-8Nøkkelfil inneholder linjen ÂĢ%sÂģ som ikke er et par med nøkkelverdier, gruppe eller kommentarNøkkelfil inneholder ustøttet tegnkoding ÂĢ%sÂģNøkkelfil har ikke gruppe ÂĢ%sÂģNøkkelfil har ikke nøkkelen ÂĢ%sÂģNøkkelfilen har ikke nøkkelen i ÂĢ%sÂģ i gruppen ÂĢ%sÂģNøkkelfil starter ikke med en gruppeOverflødig ikke-konvertert data i innlesingsbufferLytter er allerede lukketFeil inndata for GFileIconFeil antall tegn (%d) i GEmblem-kodingFeil antall tegn (%d) i GEmblemedIcon-kodingFeil versjonsnummer: %sKan ikke endre størrelse pÃĨ utdatastrøm for minneMangler argument for %sFlytting mellom monteringspunkter er ikke støttetIngen MIME-type definert i bokmerke for URI ÂĢ%sÂģIngen program registrert for ÃĨ hÃĨndtere denne filenIngen program med navn ÂĢ%sÂģ har registrert et bokmerke for ÂĢ%sÂģIngen bokmerker funnet for URI ÂĢ%sÂģIngen grupper satt i bokmerke for URI ÂĢ%sÂģIngen private flagg er definert i bokmerke for URI ÂĢ%sÂģIngen tjenesteoppføring for ÂĢ%sÂģIngen type for klassenavn %sIngen gyldig bokmerkefil ble funnet i datakatalogeneIkke en vanlig filIkke nok plass til adresse for pluggRart tegn ÂĢ%sÂģ, forventet et ÂĢ=Âģ etter attributtnavn ÂĢ%sÂģ for element ÂĢ%sÂģRart tegn ÂĢ%sÂģ, forventet et ÂĢ>Âģ tegn for ÃĨ avslutte start-taggen til det tomme elementet ÂĢ%sÂģRart tegn ÂĢ%sÂģ, forventet ÂĢ>Âģ eller ÂĢ/Âģ tegn for ÃĨ avslutte start-taggen til element ÂĢ%sÂģ, eller alternativt en attributt; kanskje du brukte et ugyldig tegn i attributtnavnetRart tegn ÂĢ%sÂģ, ventet et ÃĨpent sitattegn etter likhetstegnet nÃĨr verdi for attributt ÂĢ%sÂģ for element ÂĢ%sÂģ oppgisOperasjonen er ikke støttetOperasjonen ble avbruttUt-strømmen implementerer ikke skrivingPCRE-biblioteket er kompilert uten støtte for UTF8-egenskaperPCRE-biblioteket er kompilert uten støtte for UTF8POSIX elementer for sammenslÃĨing er ikke støttetklasser med POSIX-navngivning støttes kun innen en klasseUfullstendig tegnsekvens ved slutten pÃĨ inndataSitert tekst begynner ikke med sitattegnMaksimumsgrense for data er nÃĨddMottok ugyldig fdSELinux-kontekst kan ikke vÃĻre NULLSELinux er ikke slÃĨtt pÃĨ pÃĨ dette systemetSøking ikke støttet pÃĨ strømStøtter ikke ÃĨ sette attributt %sVis alle flagg for hjelpVis flagg for hjelpPluggen er allerede lukketKildestrømmen er allerede lukketStrømmen støtter ikke query_infoStrømmen har utestÃĨende operasjonerStrømmen er allerede lukketSymbolske lenker er ikke støttetMÃĨlfilen eksistererMÃĨlfilen er en katalogMÃĨlfilen er ikke en vanlig filMal ÂĢ%sÂģ inneholder ikke XXXXXXMal ÂĢ%sÂģ er ugyldig, mÃĨ ikke inneholde ÂĢ%sÂģMidlertidig ute av stand til ÃĨ slÃĨ opp ÂĢ%sÂģTeksten sluttet før likt sitattegn ble funnet for %c. (Teksten var ÂĢ%sÂģ)Tekst sluttet rett etter et ÂĢ\Âģ tegn. (Teksten var ÂĢ%sÂģ)Teksten var tom (eller inneholdt kun blanke tegn)Vertsnavnet for URI ÂĢ%sÂģ inneholder ugyldige escape-tegnURI ÂĢ%sÂģ er ugyldigURI ÂĢ%sÂģ er ikke en absolutt URI som bruker skjema for filerFilen ble endret eksterntVertsnavnet for URI ÂĢ%sÂģ er ugyldigLokal fil-URI ÂĢ%sÂģ kan ikke inneholde en ÂĢ#ÂģStinavnet ÂĢ%sÂģ er ikke en absolutt stiTellerverdi gitt til %s er for storPapirkurv er ikke støttetAvkorting er ikke tillatt pÃĨ en inndatastrømAvkorting er ikke støttet pÃĨ strømmenType %s implementerer ikke from_tokens() pÃĨ GIcon-grensesnittetType %s implementerer ikke GIcon-grensesnittetType %s er er ikke en klasseURIer er ikke støttetKunne ikke lage plugg: %sKan ikke legge katalog %s i papirkurven: %sKan ikke opprette informasjonsfil for papirkurv: %sKlarte ikke ÃĨ finne forvalgt type overvÃĨker for lokal katalogKan ikke finne forvalgt lokal filovervÃĨkingstypeKan ikke finne eller opprette mappe for papirkurvKan ikke finne terminalen som kreves for programmetKan ikke finne toppnivÃĨ for papirkurvKan ikke hente utestÃĨende feil: %sKan ikke legge fil i papirkurven: %sUventet attributt ÂĢ%sÂģ for element ÂĢ%sÂģUventet tidlig slutt pÃĨ strømUventet feil i g_io_channel_win32_poll() under lesing av data fra en underprosessUventet feil i select() ved lesing av data fra underprosess (%s)Uventet feil i waitpid() (%s)Uventet tagg ÂĢ%sÂģ i ÂĢ%sÂģUventet tagg ÂĢ%sÂģ, tagg ÂĢ%sÂģ forventetUventet type dataUkjent feil under kjøring av underprosess ÂĢ%sÂģUkjent feil ved tilkoblingUkjent flagg %sUkjent protokoll ble oppgittUkjent typeUbalansert sitattegn i kommandolinje eller annen skall-sitert tekstUten navnAdresse for plugg er ikke støttetBruk:Gyldig nøkkelfil ble ikke funnet i søkemapperVerdi ÂĢ%sÂģ kan ikke tolkes som en bolsk verdi.Verdi ÂĢ%sÂģ kan ikke tolkes som et flyttall.Vedien ÂĢ%sÂģ kan ikke bli tolket som et tall.Venter pÃĨ tilstand for plugg: %sFeil antall tegn (%d)[FLAGG...]\ pÃĨ slutten av mønsteret\C er ikke tillatt i ÂĢlookbehind assertionÂģ\c pÃĨ slutten av mønsteret\g etterfølges ikke av et navn, eller tall større enn null, i klammeparanteserassert forventet etter (?(endringer i assosiasjon er ikke støttet pÃĨ win32bakoverreferanser som betingelser er ikke støttet for delvise treffgrense for liste av funksjonskall nÃĨddescape-verdier som bytter mellom smÃĨ/store bokstaver (\l, \L, \u, \U) er ikke tillatt hertegnverdi i \x{...} sekvens er for storkodeoverflytbetinget gruppe inneholder mer enn to grenerkorrupt objektkunne ikke hente lokal adresse: %skunne ikke hente ekstern adresse: %skunne ikke lytte: %slager GSocket fra fd: %stall forventetstasjonen implementerer ikke utløsingstasjonen implementerer ikke eject eller eject_with_operationstasjonen implementerer ikke sjekk om medie er satt innstasjonen implementerer ikke startstasjonen implementerer ikke stopikke nok minneheksadesimalt tall forventetheksadesimalt tall eller ÂĢ}Âģ forventetugyldig symbolsk referanseinkonsistente NEWLINE-alternativerintern feilintern feil eller korrupt objektugyldig kombinasjon av flagg for nye linjerugyldig betingelse (?(0)ugyldig escape-sekvens i tegnklassenlookbehind-regel er ikke av fast lengdeugyldig \P- eller \p-sekvensugyldig tall eller navn etter (?(mangler ÂĢ<Âģ i symbolsk referansemangler ) etter kommentarmangler terminerende )mangler terminerende ] for tegnklassenmangler terminering av navn pÃĨ undermønstermontering implementerer ikke gjetting av innholdstypemontering implementerer ikke utløsingmontering implementerer ikke eject eller eject_with_operationmontering implementerer ikke remountmontering implementerer ikke synkron gjetting av innholdstypemonteringspunktet implementerer ikke avmonteringmonteringspunktet implementerer ikke unmount eller unmount_with_operationingenting ÃĨ gjentafor stort tall i {}-kvantifikatortall ute av rekkefølge i {}-kvantifikatoroktal verdi er større enn \377ikke mer minnegikk ut over arbeidsomrÃĨde for kompileringtidligere sjekket og referert undermønster ikke funnetomrÃĨde utenfor rekkefølge i tegnklassenrekursjonsgrense nÃĨddrekursivt kall kunne gÃĨ i uendelig løkkereferanse til ikke-eksisterende undermønstervanlig uttrykk for stortrepetering av en DEFINE-gruppe er ikke tillattfeilplassert siste ÂĢ\\Âģnavn pÃĨ undermønster er for langt (maks 32 tegn)symbolsk lenke kan ikke vÃĻre NULLmønsteret inneholder oppføringer som ikke støttes for delvise trefffor mange navngitte undermønster (maks 10.000)to navngitte undermønster har samme navnuventet gjentagelseuferdig symbolsk referanseukjent navn pÃĨ POSIX-klasseukjent feilukjent escapesekvensukjent navn pÃĨ egenskap etter \P eller \pikke gjenkjent tegn etter (?ikke gjenkjent tegn etter (?<ikke gjenkjent tegn etter (?Pugjenkjennelig tegn følger \volumet implementerer ikke utløsingvolumet implementerer ikke eject eller eject_with_operationvolumet implementerer ikke monteringgrense for tomme understrenger nÃĨddsymbolsk referanse med null lengde./glib-2.22.2-i686/usr/share/locale/sv/0000755000000000000000000000000011271167002015640 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/sv/LC_MESSAGES/0000755000000000000000000000000011271167002017425 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/sv/LC_MESSAGES/glib20.mo0000644000000000000000000012233311271166637021062 0ustar rootrootŪ•‘¤ , !Ą!ĩ!Ŋ!Å! Í!Ų!á!Yō!_L"aŦ"#(#)H#r#&†#B­#đ#$+$(H$ q$’$#Ž$Ō$ė$2%97%!q%4“%/Č%ø%3&+C&1o&-Ą&/Ī&#˙&#' 8')Y'ƒ'(Ÿ',Č'%õ'&("B("e()ˆ(!˛( Ô(Aõ(ž7)Ö)í); *.I**x*.Ŗ*Ō**ë*&+a=+FŸ+4æ+2,:N,A‰,@Ë,; -WH-W -1ø-/*.%Z.?€.5Ā.Iö.‘@/ Ō/ķ/0'0D0[0t0‹0ž0ŗ0Ō0ī0! 1-1M1l1‚11 ˛1Ķ1ī122:2V2r2‹2§2"ŋ2â2ū23!53W3l3 …3Ļ3Ā3×3!ņ3)4-=4k4ƒ4Ą4,ģ4č4!5&5>5:X5.“50Â59ķ5-6G6>a6$ 6#Å6é6'7./7^7?}7)Ŋ7$į7% 8-28`8!t89–8*Đ89û859-R9+€9ŠŦ9&7:+^:3Š:#ž:!â:);8.;9g;%Ą;.Į;-ö;.$<S<)j<!”< ļ<Ä<ã<.ķ< "=&0=#W=&{=ĸ=Â=3Ũ=->(?>(h>(‘>)ē>ä>??)?@?Q?f??$”?0š?ę?+ @!6@X@t@1’@.Ä@Tķ@HHAF‘A=ØALB+cB!BąB-ŅB$˙B($CMC"hC3‹C9ŋCųC"D9D!QD1sD2ĨD<ØDE&4E9[E•E°E)ĘEôE#FL+FNxF°ĮFzxGķG H%#H8IH-‚H*°H5ÛH*I/JPJiJ!‰J ĢJĖJåJKK!0K$RK0wK"¨KFËK:L-ML2{LŽL;ÆL M'#M-KM)yM"ŖMÆM$ÚM ˙M? N.`NNĻNšN!ÕN'÷N3O.SO(‚O0ĢO+ÜOP(P*APlPO‹PCÛP"QBQ&bQ!‰Q*ĢQÖQīQR RC-RqRyR”R0›R.ĖR3ûR-/S ]S~S šSĻS&ēSáSKöSBT*_TDŠTĪT;ęT0&U WU1eU—U¨U ČUéUūUV*V5HV)~V¨VÆVãVøV!W5WPWmW"|W$ŸWÄW*ÜW(X0X"LX!oX‘XŠX)ŋX%éX-Y=Y5[Y‘Y9ąYëY9 ZEZWZ%wZ Z žZĖZ2čZ%[A[&Y[$€[Ĩ['Â[ę[3ú[.\=G\+…\(ą\Ú\ė\ ] #]1]$I]n] Ž] ¯] Đ]ņ]6^G^,f^“^m˛^ `3`;`C` K`U`\`[l`ZČ`^#a‚a%ĸa0Čaųa' b@4bubb+Ÿb1Ëb$ũb-"c&Pcwc–c=˛c?đc/0d>`d9ŸdŲd3ķd.'e4Ve0‹e2ŧe%īef$-f3Rf!†f%¨f<Îf) g*5g7`g#˜g,ŧg,ég+h8Bh–{hi.i<Ni6‹i4Âi8÷i0j)Lj&vjdjLk3Ok2ƒk<ļkHķk;s"ds‡s%ŖsÉsás#ũs!tĸzPáz*2{A]{?Ÿ{Šß{3j|6ž|TÕ|4*}/_}:}KĘ}T~>k~AĒ~@ė~A-o'ˆ ° Ņ!ß €-€=€-L€3z€4Ž€,、4)/^+ށ*ē*å)‚:‚X‚i‚}‚”‚§‚ŋ‚؂%í‚8ƒLƒ,kƒ˜ƒ,ļƒãƒ:ũƒ78„cp„TԄT)…H~…\Į…6$†![†!}†0Ÿ†%І-ö†$‡+@‡0l‡6‡ ԇ9õ‡/ˆ(Gˆ4pˆ9ĨˆB߈&"‰2I‰>|‰ģ‰؉3ö‰*Š0=ŠYnŠ]ȊÉ&‹‘đ‹‚Œ™Œ1­Œ:ߌ/#J3n0ĸ-Ķ$Ž&Ž%:Ž+`Ž"ŒŽ)¯ŽŲŽņŽ &?#fŠĻŏՏ î#:3'nR–6é, ‘-M‘{‘=’‘Б%ë‘1’*C’'n’–’-°’!Ū’A“/B“r“Œ“Ÿ“-ē“.č“:”6R”0‰”4ē”2ī”("•K•*d••TŦ•F–H–f–.ƒ– ˛–-Ķ–%—'—8— P—E[—Ą—Ē— ŗ4Ō—5˜-=˜)k˜ •˜ļ˜ ˘ט'đ˜™U2™!ˆ™,Ē™;יšE0š-vš¤š.ļš åšķš›3›I›e›(z›?Ŗ›0ã›$œ#9œ]œ |œ*œȜæœ $0U$o,”!Á&㝠ž*žCž$Wž+|ž8¨ž"áž=Ÿ$BŸ@gŸ$¨ŸA͟ !% )G "q ”  Ŗ =Ä *Ą-Ą/DĄ,tĄĄĄ+ŋĄëĄ9ĸ%@ĸBfĸ5Šĸ+ßĸ ŖŖ<Ŗ SŖ^Ŗ&tŖ›Ŗ˛ŖĘŖâŖ$øŖ>¤(\¤2…¤"¸¤´B4õN¸Uü&L7 ĩWŒū¯8Á1cJ‡ēŗU.ėãC…[ØŪä%‰Ã! č\w ‚ô/G'›ąHRž|*_¤ŠÍ<­tÕ'^6ASrđhlĸ;rXįԆXö~x°#V*ķBPųˆĖĀ)e†sN$…]@ÜYa<@ŽOwkm (uLZ2OgÂ?o38qSjĨoën7 Čâv4.zˇ øˆī`+JQĄjvT}ŨŸ—PÚŲe"=6K ‹ģtáËļŧÖ3í-ęMû0\‹WV`–y c(‡9_:F,É?‘Ryō5!æ×™Š•DŽĻÆu=åƒ:ßĒnŋ5ĢEi„f,’îsCE&2$Hg>€}ž9IŌAŠMp¨pxT+q‚Qb ʲ;aĪŦ~{zú1Ŋ ˜ĮŅbÛmņΝ |kd€ŽK[^>dID0"]”Ч%ŃY-āl“÷Z ÄéFšŖũGhœš‰Ķ /‘if˙#Œ){„ (invalid encoding)%.1f GB%.1f KB%.1f MB%s filetype%s type%u byte%u bytes'%s' is not a valid character following a '<' character; it may not begin an element name'%s' is not a valid character following the characters '''%s' is not a valid name '%s' is not a valid name: '%c' (?R or (?[+-]digits must be followed by )) without opening (A bookmark for URI '%s' already existsAbstract unix domain socket addresses not supported on this systemAdded socket is closedApplication Options:Association creation not supported on win32Attribute '%s' of element '%s' not foundAttribute value must be non-NULLBackup file creation failedCan't copy directory over directoryCan't copy over directoryCan't copy special fileCan't create user MIME configuration folder %s: %sCan't create user application configuration folder %s: %sCan't create user desktop file %sCan't do a raw read in g_io_channel_read_line_stringCan't do a raw read in g_io_channel_read_to_endCan't find applicationCan't handle the supplied version the icon encodingCan't handle version %d of GEmblem encodingCan't handle version %d of GEmblemedIcon encodingCan't handle version %d of GFileIcon encodingCan't handle version %d of GThemedIcon encodingCan't move directory over directoryCan't open directoryCan't recursively copy directoryCan't rename file, filename already existCan't rename root directoryCancellable initialization not supportedCannot convert fallback '%s' to codeset '%s'Cannot parse double value '%s' for %sCannot parse integer value '%s' for %sCannot set permissions on symlinksCannot truncate GMemoryInputStreamChannel terminates in a partial characterCharacter out of range for UTF-16Character out of range for UTF-8Character reference '%-.*s' does not encode a permitted characterCharacter reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Connection in progressContaining mount does not existConversion from character set '%s' to '%s' is not supportedCould not allocate %lu bytes to read file "%s"Could not open converter from '%s' to '%s'Could not open converter from '%s' to '%s': %sCustom definition for %sDEFINE group contains more than one branchDesktop file didn't specify Exec fieldDocument ended unexpectedly after the equals sign following an attribute name; no attribute valueDocument ended unexpectedly inside a comment or processing instructionDocument ended unexpectedly inside an attribute nameDocument ended unexpectedly inside an element nameDocument ended unexpectedly inside an element-opening tag.Document ended unexpectedly inside the close tag for element '%s'Document ended unexpectedly just after an open angle bracket '<'Document ended unexpectedly while inside an attribute valueDocument ended unexpectedly with elements still open - '%s' was the last element openedDocument ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>Document must begin with an element (e.g. )Document was empty or contained only whitespaceDouble value '%s' for %s out of rangeElement '%s' was closed, but the currently open element is '%s'Element '%s' was closed, no element is currently openEmpty entity '&;' seen; valid entities are: & " < > 'Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Entity name '%-.*s' is not knownEnumerator is closedError accepting connection: %sError binding to address: %sError closing file: %sError closing socket: %sError closing unix: %sError connecting: Error connecting: %sError creating backup copy: %sError creating directory: %sError during conversion: %sError getting filesystem info: %sError launching application: %sError making symbolic link: %sError moving file: %sError on line %d char %d: Error on line %d: %sError opening directory '%s': %sError opening file '%s': %sError opening file: %sError parsing option %sError reading file '%s': %sError reading from file: %sError reading from unix: %sError receiving data: %sError receiving message: %sError removing file: %sError removing old backup link: %sError removing old file: %sError removing target file: %sError renaming file: %sError renaming temporary file: %sError resolving '%s'Error resolving '%s': %sError reverse-resolving '%s': %sError seeking in file: %sError sending data: %sError sending message: %sError setting SELinux context: %sError setting extended attribute '%s': %sError setting modification or access time: %sError setting owner: %sError setting permissions: %sError setting symlink: %sError setting symlink: file is not a symlinkError stating file '%s': %sError stating file descriptor: %sError trashing file: %sError truncating file: %sError while compiling regular expression %s at char %d: %sError while matching regular expression %s: %sError while optimizing regular expression %s: %sError while parsing replacement text "%s" at char %lu: %sError writing to file: %sError writing to unix: %sExisting file '%s' could not be removed: g_unlink() failed: %sExpected a GEmblem for GEmblemedIconExpecting 1 control message, got %dExpecting one fd, but got %d Failed to change to directory '%s' (%s)Failed to close file '%s': fclose() failed: %sFailed to create file '%s': %sFailed to create pipe for communicating with child process (%s)Failed to execute child process "%s" (%s)Failed to execute child process (%s)Failed to execute helper program (%s)Failed to expand exec line '%s' with URI '%s'Failed to fork (%s)Failed to fork child process (%s)Failed to get attributes of file '%s': fstat() failed: %sFailed to map file '%s': mmap() failed: %sFailed to open file '%s' for writing: fdopen() failed: %sFailed to open file '%s': %sFailed to open file '%s': fdopen() failed: %sFailed to open file '%s': open() failed: %sFailed to parse '%-.*s', which should have been a digit inside a character reference (ê for example) - perhaps the digit is too largeFailed to read data from child processFailed to read data from child process (%s)Failed to read enough data from child pid pipe (%s)Failed to read from child pipe (%s)Failed to read from file '%s': %sFailed to read the symbolic link '%s': %sFailed to redirect output or input of child process (%s)Failed to rename file '%s' to '%s': g_rename() failed: %sFailed to resize memory output streamFailed to write file '%s': fflush() failed: %sFailed to write file '%s': fsync() failed: %sFailed to write file '%s': fwrite() failed: %sFile "%s" is too largeFile enumerator has outstanding operationFile enumerator is already closedFile is emptyFile names cannot contain '%c'Filesystem rootGSocketControlMessage not supported on windowsHelp Options:Hostname '%s' contains '[' but not ']'Input stream doesn't implement readInteger value '%s' for %s out of rangeInteger value '%s' out of rangeInvalid GSeekType suppliedInvalid UTF-8 encoded text in name - not valid '%s'Invalid attribute type (byte string expected)Invalid attribute type (string expected)Invalid attribute type (uint32 expected)Invalid attribute type (uint64 expected)Invalid byte sequence in conversion inputInvalid extended attribute nameInvalid filenameInvalid filename %sInvalid group name: %sInvalid hostnameInvalid key name: %sInvalid program name: %sInvalid seek requestInvalid sequence in conversion inputInvalid socket, initialization failed due to: %sInvalid socket, not initializedInvalid string in argument vector at %d: %sInvalid string in environment: %sInvalid symlink value givenInvalid working directory: %sKey file contains escape character at end of lineKey file contains invalid escape sequence '%s'Key file contains key '%s' in group '%s' which has value that cannot be interpreted.Key file contains key '%s' which has a value that cannot be interpreted.Key file contains key '%s' which has value that cannot be interpreted.Key file contains key '%s' with value '%s' which is not UTF-8Key file contains line '%s' which is not a key-value pair, group, or commentKey file contains unsupported encoding '%s'Key file does not have group '%s'Key file does not have key '%s'Key file does not have key '%s' in group '%s'Key file does not start with a groupLeftover unconverted data in read bufferListener is already closedMalformed input data for GFileIconMalformed number of tokens (%d) in GEmblem encodingMalformed number of tokens (%d) in GEmblemedIcon encodingMalformed version number: %sMemory output stream not resizableMissing argument for %sMove between mounts not supportedNo MIME type defined in the bookmark for URI '%s'No application is registered as handling this fileNo application with name '%s' registered a bookmark for '%s'No bookmark found for URI '%s'No groups set in bookmark for URI '%s'No private flag has been defined in bookmark for URI '%s'No service record for '%s'No type for class name %sNo valid bookmark file found in data dirsNot a regular fileNot enough space for socket addressOdd character '%s', expected a '=' after attribute name '%s' of element '%s'Odd character '%s', expected a '>' character to end the empty-element tag '%s'Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute nameOdd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'Operation not supportedOperation was cancelledOutput stream doesn't implement writePCRE library is compiled without UTF8 properties supportPCRE library is compiled without UTF8 supportPOSIX collating elements are not supportedPOSIX named classes are supported only within a classPartial character sequence at end of inputQuoted text doesn't begin with a quotation markReached maximum data array limitReceived invalid fdSELinux context must be non-NULLSELinux is not enabled on this systemSeek not supported on streamSetting attribute %s not supportedShow all help optionsShow help optionsSocket is already closedSource stream is already closedStream doesn't support query_infoStream has outstanding operationStream is already closedSymbolic links not supportedTarget file existsTarget file is a directoryTarget file is not a regular fileTemplate '%s' doesn't contain XXXXXXTemplate '%s' invalid, should not contain a '%s'Temporarily unable to resolve '%s'Text ended before matching quote was found for %c. (The text was '%s')Text ended just after a '\' character. (The text was '%s')Text was empty (or contained only whitespace)The URI '%s' contains invalidly escaped charactersThe URI '%s' is invalidThe URI '%s' is not an absolute URI using the "file" schemeThe file was externally modifiedThe hostname of the URI '%s' is invalidThe local file URI '%s' may not include a '#'The pathname '%s' is not an absolute pathToo large count value passed to %sTrash not supportedTruncate not allowed on input streamTruncate not supported on streamType %s does not implement from_tokens() on the GIcon interfaceType %s does not implement the GIcon interfaceType %s is not classedURIs not supportedUnable to create socket: %sUnable to create trash dir %s: %sUnable to create trashing info file: %sUnable to find default local directory monitor typeUnable to find default local file monitor typeUnable to find or create trash directoryUnable to find terminal required for applicationUnable to find toplevel directory for trashUnable to get pending error: %sUnable to trash file: %sUnexpected attribute '%s' for element '%s'Unexpected early end-of-streamUnexpected error in g_io_channel_win32_poll() reading data from a child processUnexpected error in select() reading data from a child process (%s)Unexpected error in waitpid() (%s)Unexpected tag '%s' inside '%s'Unexpected tag '%s', tag '%s' expectedUnexpected type of ancillary dataUnknown error executing child process "%s"Unknown error on connectUnknown option %sUnknown protocol was specifiedUnknown typeUnmatched quotation mark in command line or other shell-quoted textUnnamedUnsupported socket addressUsage:Valid key file could not be found in search dirsValue '%s' cannot be interpreted as a boolean.Value '%s' cannot be interpreted as a float number.Value '%s' cannot be interpreted as a number.Waiting for socket condition: %sWrong number of tokens (%d)[OPTION...]\ at end of pattern\C not allowed in lookbehind assertion\c at end of pattern\g is not followed by a braced name or an optionally braced non-zero numberassertion expected after (?(association changes not supported on win32back references as conditions are not supported for partial matchingbacktracking limit reachedcase-changing escapes (\l, \L, \u, \U) are not allowed herecharacter value in \x{...} sequence is too largecode overflowconditional group contains more than two branchescorrupted objectcould not get local address: %scould not get remote address: %scould not listen: %screating GSocket from fd: %sdigit expecteddrive doesn't implement ejectdrive doesn't implement eject or eject_with_operationdrive doesn't implement polling for mediadrive doesn't implement startdrive doesn't implement stopfailed to get memoryhexadecimal digit expectedhexadecimal digit or '}' expectedillegal symbolic referenceinconsistent NEWLINE optionsinternal errorinternal error or corrupted objectinvalid combination of newline flagsinvalid condition (?(0)invalid escape sequence in character classlookbehind assertion is not fixed lengthmalformed \P or \p sequencemalformed number or name after (?(missing '<' in symbolic referencemissing ) after commentmissing terminating )missing terminating ] for character classmissing terminator in subpattern namemount doesn't implement content type guessingmount doesn't implement ejectmount doesn't implement eject or eject_with_operationmount doesn't implement remountmount doesn't implement synchronous content type guessingmount doesn't implement unmountmount doesn't implement unmount or unmount_with_operationnothing to repeatnumber too big in {} quantifiernumbers out of order in {} quantifieroctal value is greater than \377out of memoryoverran compiling workspacepreviously-checked referenced subpattern not foundrange out of order in character classrecursion limit reachedrecursive call could loop indefinitelyreference to non-existent subpatternregular expression too largerepeating a DEFINE group is not allowedstray final '\'subpattern name is too long (maximum 32 characters)symlink must be non-NULLthe pattern contains items not supported for partial matchingtoo many named subpatterns (maximum 10,000)two named subpatterns have the same nameunexpected repeatunfinished symbolic referenceunknown POSIX class nameunknown errorunknown escape sequenceunknown property name after \P or \punrecognized character after (?unrecognized character after (?<unrecognized character after (?Punrecognized character follows \volume doesn't implement ejectvolume doesn't implement eject or eject_with_operationvolume doesn't implement mountworkspace limit for empty substrings reachedzero-length symbolic referenceProject-Id-Version: glib Report-Msgid-Bugs-To: POT-Creation-Date: 2009-10-07 09:51-0400 PO-Revision-Date: 2009-09-04 06:31+0100 Last-Translator: Daniel Nylander Language-Team: Swedish MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n != 1); (ogiltig kodning)%.1f GB%.1f KB%.1f MB%s-filtyp%s-typ%u byte%u byte"%s" är inte ett giltigt tecken efter ett "<"-tecken. Det fÃĨr inte inleda ett elementnamn"%s" är inte ett giltigt tecken efter tecknen """%s" är inte ett giltigt namn "%s" är inte ett giltigt namn: "%c" (?R eller (?[+-]siffror mÃĨste efterfÃļljas av )) utan Ãļppnande (Ett bokmärke fÃļr uri "%s" finns redanAbstrakta Unix-domänuttagsadresser stÃļds inte pÃĨ detta systemTillagt uttag är stängtProgramflaggor:Associeringsskapanden stÃļds inte pÃĨ win32Attributet "%s" fÃļr elementet "%s" hittades inteAttributvärde mÃĨste vara icke-NULLMisslyckades med att skapa säkerhetskopiefilKan inte kopiera katalog Ãļver katalogKan inte kopiera Ãļver katalogKan inte kopiera specialfilKan inte skapa MIME-konfigurationsmapp fÃļr användare %s: %sKan inte skapa programkonfigurationsmapp fÃļr användare %s: %sKan inte skapa skrivbordsfil fÃļr användare %sKan inte gÃļra en rÃĨ läsning i g_io_channel_read_line_stringKan inte gÃļra en rÃĨ läsning i g_io_channel_read_to_endKan inte hitta programmetKan inte hantera angiven version fÃļr ikonkodningenKan inte hantera version %d av GEmblem-kodningKan inte hantera version %d av GEmblemedIcon-kodningKan inte hantera version %d av GFileIcon-kodningKan inte hantera version %d av GThemedIcon-kodningKan inte flytta katalog Ãļver katalogKan inte Ãļppna katalogKan inte kopiera katalogen rekursivtKan inte byta namn pÃĨ filen, filnamnet finns redanKan inte byta namn pÃĨ rotkatalogAvbrytningsbar initiering stÃļds inteKan inte konvertera reservsträngen "%s" till kodningen "%s"Kan inte tolka dubbelvärdet "%s" fÃļr %sKan inte tolka heltalsvärdet "%s" fÃļr %sKan inte ställa in rättigheter pÃĨ symboliska länkarKan inte kapa av GMemoryInputStreamKanalen slutar med ett ofullständigt teckenTecknet är utanfÃļr intervallet fÃļr UTF-16Tecknet är utanfÃļr intervallet fÃļr UTF-8Teckenreferensen "%-.*s" kodar inte ett tillÃĨtet teckenTeckenreferensen slutade inte med ett semikolon. Troligtvis använde du ett &-tecken utan att avse att starta en entitet. Skriv om &-tecknet som &AnslutningsfÃļrsÃļk pÃĨgÃĨrInfattande montering finns inteKonvertering frÃĨn teckentabellen "%s" till "%s" stÃļds inteKunde inte allokera %lu byte fÃļr att läsa filen "%s"Kunde inte Ãļppna konverteraren frÃĨn "%s" till "%s"Kunde inte Ãļppna konverteraren frÃĨn "%s" till "%s": %sAnpassad definition fÃļr %sDEFINE-grupp innehÃĨller fler än en grenSkrivbordsfilen angav inget Exec-fältDokumentet tog oväntat slut efter likhetstecknet som fÃļljde ett attributnamn. Inget attributvärdeDokumentet tog oväntat slut inuti en kommentar eller behandlingsinstruktionDokumentet tog oväntat slut inuti ett attributnamnDokumentet tog oväntat slut inuti ett elementnamnDokumentet tog oväntat slut inuti en elementÃļppnande tagg.Dokumentet tog oväntat slut inuti stängningstaggen fÃļr elementet "%s"Dokumentet tog oväntat slut efter ett Ãļppningsklammer "<"Dokumentet tog oväntat slut inuti ett attributvärdeDokumentet tog oväntat slut dÃĨ element fortfarande var Ãļppna. "%s" var det senast Ãļppnade elementetDokumentet tog oväntat slut, en stängningsklammer fÃļräntades fÃļr att avsluta taggen <%s/>Dokumentet mÃĨste bÃļrja med ett element (exempelvis )Dokumentet var tomt eller innehÃļll endast tomrumDubbelvärdet "%s" fÃļr %s är utanfÃļr intervalletElementet "%s" stängdes, men det element som är Ãļppet fÃļr tillfället är "%s"Elementet "%s" stängdes, inget element är Ãļppet fÃļr tillfälletTom entitet "&;" hittades, giltiga entiteter är: & " < > 'Entiteten slutade inte med ett semikolon. Troligtvis använde du ett &-tecken utan att avse att starta en entitet. Skriv om &-tecknet som &Entitetsnamnet "%-.*s" är okäntNumreraren är stängdFel vid godkännande av anslutning: %sFel vid bindning till adress: %sFel vid stängning av fil: %sFel vid stängning av uttag: %sFel vid stängning av unix: %sFel vid anslutning: Fel vid anslutning: %sFel vid skapande av säkerhetskopia: %sFel vid skapande av katalog: %sFel vid konvertering: %sFel vid hämtning av filsystemsinformation: %sFel vid start av program: %sFel vid skapande av symbolisk länk: %sFel vid flyttning av fil: %sFel pÃĨ rad %d tecken %d:Fel pÃĨ rad %d: %sFel vid Ãļppning av katalogen "%s": %sFel vid Ãļppning av filen "%s": %sFel vid Ãļppnade av fil: %sFel vid tolkning av flaggan %sFel vid läsning av filen "%s": %sFel vid läsning frÃĨn fil: %sFel vid läsning frÃĨn unix: %sFel vid mottagning av data: %sFel vid mottagning av meddelande: %sFel vid borttagning av fil: %sFel vid borttagning av gamla länk till säkerhetskopia: %sFel vid borttagning av gammal fil: %sFel vid borttagning av mÃĨlfil: %sFel vid namnbyte av fil: %sFel vid namnbyte pÃĨ temporärfil: %sFel vid uppslag av "%s"Fel vid uppslag av "%s": %sFel vid omvänt uppslag av "%s": %sFel vid sÃļkning i fil: %sFel vid sändning av data: %sFel vid sändning av meddelande: %sFel vid inställning av SELinux-kontext: %sFel vid inställning av utÃļkat attribut "%s": %sFel vid inställning av ändrings- eller ÃĨtkomsttid: %sFel vid inställning av ägare: %sFel vid inställning av rättigheter: %sFel vid inställning av symbolisk länk: %sFel vid inställning av symbolisk länk: filen är inte en symbolisk länkFel vid tillstÃĨndsläsning av filen "%s": %sFel vid tillstÃĨndsläsning av filhandtag: %sFel vid kastande av fil: %sFel vid kapning av fil: %sFel vid kompilering av reguljära uttrycket %s vid tecknet %d: %sFel vid matchning av reguljära uttrycket %s: %sFel vid optimering av reguljära uttrycket %s: %sFel vid tolkning av ersättningstexten "%s" vid tecknet %lu: %sFel vid skrivning till fil: %sFel vid skrivning till unix: %sBefintliga filen "%s" kunde inte tas bort: g_unlink() misslyckades: %sFÃļrväntade en GEmblem fÃļr GEmblemedIconFÃļrväntade 1 kontrollmeddelande, fick %dFÃļrväntade ett fd, men fick %d Misslyckades med att byta till katalogen "%s" (%s)Misslyckades med att stänga filen "%s": fclose() misslyckades: %sMisslyckades med att skapa filen "%s": %sMisslyckades med att skapa rÃļr fÃļr kommunikation med barnprocess (%s)Misslyckades med att kÃļra barnprocessen "%s" (%s)Misslyckades med att kÃļra barnprocess (%s)Misslyckades med att kÃļra hjälparprogram (%s)Misslyckades med att expandera exec-raden "%s" med URI "%s"Misslyckades med att grena (%s)Misslyckades med att skapa barnprocess (%s)Misslyckades med att fÃĨ tag pÃĨ attributen pÃĨ filen "%s": fstat() misslyckades: %sMisslyckades med att mappa filen "%s": mmap() misslyckades: %sMisslyckades med att Ãļppna filen "%s" fÃļr skrivning: fdopen() misslyckades: %sMisslyckades med att Ãļppna filen "%s": %sMisslyckades med att Ãļppna filen "%s": fdopen() misslyckades: %sMisslyckades med att Ãļppna filen "%s": open() misslyckades: %sMisslyckades med att tolka "%-.*s", som skulle ha varit ett tal inuti en teckenreferens (ê till exempel). Talet är kanske fÃļr stortMisslyckades med att läsa data frÃĨn barnprocessenMisslyckades med att läsa data frÃĨn barnprocess (%s)Misslyckades med att läsa tillräckligt med data frÃĨn rÃļret till barnets pid (%s)Misslyckades med att läsa frÃĨn rÃļr till barn (%s)Misslyckades med att läsa frÃĨn filen "%s": %sMisslyckades med att läsa den symboliska länken "%s": %sMisslyckades med att dirigera om utdata eller indata frÃĨn barnprocess (%s)Misslyckades med att byta namn pÃĨ filen "%s" till "%s": g_rename() misslyckades: %sMisslyckades med att ändra storlek pÃĨ minnesutmatningsstrÃļmMisslyckades med att skriva filen "%s": fflush() misslyckades: %sMisslyckades med att skriva filen "%s": fsync() misslyckades: %sMisslyckades med att skriva filen "%s": fwrite() misslyckades: %sFilen "%s" är fÃļr storFilnumreraren har kvarstÃĨende ÃĨtgärdFilnumreraren är redan strängdFilen är tomFilnamn fÃĨr inte innehÃĨlla "%c"FilsystemsrotGSocketControlMessage stÃļds inte pÃĨ WindowsHjälpflaggor:Värdnamnet "%s" innehÃĨller "[" men inte "]"InmatningsstrÃļmmen har inte implementerat läsningHeltalsvärdet "%s" fÃļr %s är utanfÃļr intervalletHeltalsvärdet "%s" är utanfÃļr intervalletOgiltig GSeekType angavsOgiltig UTF-8-kodad text i namnet - inte giltig "%s"Ogiltig attributtyp (bytesträng fÃļrväntades)Ogiltig attributtyp (sträng fÃļrväntades)Ogiltig attributtyp (uint32 fÃļrväntades)Ogiltig attributtyp (uint64 fÃļrväntades)Ogiltig bytesekvens i konverteringsindataOgiltigt utÃļkat attributnamnOgiltigt filnamnOgiltigt filnamn %sOgiltigt gruppnamn: %sOgiltigt värdnamnOgiltigt nyckelnamn: %sOgiltigt programnamn: %sOgiltig sÃļkbegäranOgiltig sekvens i konverteringsindataOgiltigt uttag, initiering misslyckades pÃĨ grund av: %sOgiltigt uttag, inte initieratOgiltig sträng i argumentvektorn vid %d: %sOgiltig sträng i miljÃļn: %sOgiltigt värde fÃļr symbolisk länk angivetOgiltig arbetskatalog: %sNyckelfilen innehÃĨller kontrolltecken i slutet pÃĨ en radNyckelfilen innehÃĨller ogiltiga kontrollsekvensen "%s"Nyckelfilen innehÃĨller nyckeln "%s" i gruppen "%s" som innehÃĨller ett värde som inte kan tolkas.Nyckelfilen innehÃĨller nyckeln "%s" som innehÃĨller ett värde som inte kan tolkas.Nyckelfilen innehÃĨller nyckeln "%s" som innehÃĨller ett värde som inte kan tolkas.Nyckelfilen innehÃĨller nyckeln "%s" med värdet "%s" som inte är UTF-8Nyckelfilen innehÃĨller raden "%s" som inte är ett nyckel-värde-par, grupp eller kommentarNyckelfilen innehÃĨller kodningen "%s" som inte stÃļdsNyckelfilen har inte gruppen "%s"Nyckelfilen har inte nyckeln "%s"Nyckelfilen har inte nyckeln "%s" i gruppen "%s"Nyckelfilen bÃļrjar inte med en gruppÖverbliven okonverterad data i läsbuffertenLyssnaren är redan stängdFelformaterad inmatningsdata fÃļr GFileIconFelformaterat antal token (%d) i GEmblem-kodningFelformaterat antal token (%d) i GEmblemedIcon-kodningFelformaterat versionsnummer: %sStorlek fÃļr minnesutmatningsstrÃļm är inte ändringsbarArgument saknas fÃļr %sFlyttning mellan monteringar stÃļds inteIngen Mime-typ definierad i bokmärket fÃļr uri "%s"Inget program är registrerat fÃļr hantering av denna filInget program med namnet "%s" registrerade ett bokmärke fÃļr "%s"Inget bokmärke hittades fÃļr uri "%s"Inga grupper inställda i bokmärket fÃļr uri "%s"Ingen privat flagga har definierats i bokmärket fÃļr uri "%s"Ingen tjänstepost fÃļr "%s"Ingen typ fÃļr klassnamnet %sIngen giltig bokmärkesfil hittades i datakatalogerInte en vanlig filInte tillräckligt med utrymme fÃļr uttagsadressKonstigt tecken "%s", ett "=" fÃļrväntades efter attributnamnet "%s" till elementet "%s"Konstigt tecken "%s", ett ">"-tecken fÃļrväntades fÃļr att avsluta taggen empty-element "%s"Konstigt tecken "%s", ett ">"- eller "/"-tecken fÃļrväntades fÃļr att avsluta starttaggen fÃļr elementet "%s", eller mÃļjligtvis ett attribut. Du kanske använde ett ogiltigt tecken i ett attributnamnKonstigt tecken "%s", ett startcitationstecken fÃļrväntades efter likhetstecknet när värdet av attributet "%s" till elementet "%s" tilldeladesÅtgärden stÃļds inteÅtgärden avbrÃļtsUtmatningsstrÃļm har inte implementerat skrivningPCRE-biblioteket är byggt utan stÃļd fÃļr UTF8-egenskaperPCRE-biblioteket är byggt utan stÃļd fÃļr UTF8POSIX-sorteringselement stÃļds intePOSIX-namngivna klasser stÃļds endast inom en klassOfullständig teckensekvens vid slutet av indataCiterad text bÃļrjar inte med citationsteckenNÃĨdde maximal gräns fÃļr datakedjaTog emot ogiltig fdSELinux-kontext mÃĨste vara icke-NULLSELinux är inte aktiverat pÃĨ detta systemSÃļkning stÃļds inte pÃĨ strÃļmmenInställning av attributet %s stÃļds inteVisa alla hjälpflaggorVisa hjälpflaggorUttaget är redan stängtKällstrÃļmmen är redan stängdStrÃļmmen saknar stÃļd fÃļr query_infoStrÃļmmen har kvarstÃĨende ÃĨtgärdStrÃļmmen är redan stängdSymboliska länkar stÃļds inteMÃĨlfilen finnsMÃĨlfilen är en katalogMÃĨlfilen är inte en vanlig filMallen "%s" innehÃĨller inte XXXXXXMallen "%s" är ogiltig, den fÃĨr inte innehÃĨlla ett "%s"Kan fÃļr tillfället inte slÃĨ upp "%s"Texten slutade innan matchande citationstecken hittades fÃļr %c (texten var "%s").Texten slutade efter ett "\"-tecken (texten var "%s").Texten var tom (eller innehÃļll bara tomrum)URI:n "%s" innehÃĨller ogiltigt kodade teckenURI:n "%s" är ogiltigURI:n "%s" är ingen absolut URI som använder "file"-schematFilen blev externt ändradVärdnamnet i URI:n "%s" är ogiltigtLokala fil-URI:n "%s" fÃĨr inte innehÃĨlla en "#"SÃļkvägen "%s" är ingen absolut sÃļkvägFÃļr stort räknevärde skickat till %sPapperskorgen stÃļds inteKapning tillÃĨts inte pÃĨ inmatningsstrÃļmmenKapning stÃļds inte pÃĨ strÃļmmenTypen %s implementerar inte from_tokens() pÃĨ GIcon-gränssnittetTypen %s implementerar inte GIcon-gränssnittetTypen %s är inte klassadURI:er stÃļds inteKunde inte skapa uttag: %sKunde inte skapa papperskorgskatalogen %s: %sKunde inte skapa information om kastad fil: %sKunde inte hitta standardtyp fÃļr lokal katalogÃļvervakareKunde inte hitta standardtyp fÃļr lokal filÃļvervakareKunde inte hitta eller skapa papperskorgskatalogKunde inte hitta terminal som krävs fÃļr programmetKunde inte hitta toppnivÃĨkatalog fÃļr papperskorgKunde inte fÃĨ tag pÃĨ väntande fel: %sKunde inte kasta fil: %sOväntat attribut "%s" fÃļr elementet "%s"Oväntat tidig end-of-streamOväntat fel i g_io_channel_win32_poll() vid inläsning av data frÃĨn en barnprocessOväntat fel i select() vid läsning av data frÃĨn en barnprocess (%s)Oväntat fel i waitpid() (%s)Oväntad tagg "%s" inom "%s"Oväntad tagg "%s"", taggen "%s" fÃļrväntadesOväntad typ av underordnat dataOkänt fel vid kÃļrning av barnprocessen "%s"Okänt fel inträffade vid anslutningOkänd flagga %sOkänt protokoll angavsOkänd typEnsamt citationstecken pÃĨ kommandoraden eller annan skalciterad textNamnlÃļsUttagsadressen stÃļds inteAnvändning:Giltig nyckelfil kunde inte hittas i sÃļkkatalogernaVärdet "%s" kan inte tolkas som ett booleskt värde.Värdet "%s" kan inte tolkas som ett flyttal.Värdet "%s" kan inte tolkas som ett tal.Väntar pÃĨ uttagstillstÃĨnd: %sFel antal token (%d)[FLAGGA...]\ pÃĨ slutet av mÃļnster\C tillÃĨts inte i lookbehind-assertion\c pÃĨ slutet av mÃļnster\g fÃļljs inte av ett namn inom klamrar eller ett valfri (icke-noll) tal inom klamrarassertion fÃļrväntades efter (?(associeringsändringar stÃļds inte pÃĨ win32bakreferenser som villkor stÃļds inte fÃļr delvis matchningbakÃĨtspÃĨrningsgräns nÃĨddskiftlägesändrade escape-tecken (\l, \L, \u, \U) tillÃĨts inte härteckenvärde i \x{...}-sekvens är fÃļr stortÃļverflÃļde i kodvillkorsgrupp innehÃĨller fler än tvÃĨ grenarskadat objektkunde inte fÃĨ lokal adress: %sKunde inte fÃĨ fjärradress: %skunde inte lyssna: %sskapar GSocket frÃĨn fd: %ssiffra fÃļrväntadesenheten har inte implementerat utmatningenheten har inte implementerat eject eller eject_with_operationenheten har inte implementerat pollning av mediaenheten har inte implementerat startenheten har inte implementerat stopmisslyckades med att fÃĨ minnehexadecimal siffra fÃļrväntadeshexadecimal siffra eller "}" fÃļrväntadesotillÃĨten symbolisk referensinkonsistenta NEWLINE-flaggorinternt felinternt fel eller skadat objektogiltig kombination av nyradsflaggorogiltigt tillstÃĨnd (?(0)ogiltig escape-sekvens i teckenklasslookbehind-assertion är inte av fast längdfelformulerad \P eller \p-sekvensfelformulerat tal eller namn efter (?(saknar "<" i symbolisk referenssaknar ) efter kommentarsaknar avslutande )saknar avslutande ] fÃļr teckenklasssaknar avslutstecken i undermÃļnstrets namnmount har inte implementerat estimering av innehÃĨllstypmount har inte implementerat ejectmount har inte implementerat eject eller eject_with_operationmount har inte implementerat remountmount har inte implementerat synkron estimering av innehÃĨllstypmount har inte implementerat unmountmount har inte implementerat unmount eller unmount_with_operationingenting att upprepatal fÃļr stort i {}-kvantifieraretal är inte i ordning i {}-kvantifierareoktalt värde är stÃļrre än \377slut pÃĨ minnefyllde Ãļver kompileringsutrymmetidigare kontrollerad refererande undermÃļnster hittades inteintervall är inte i ordning i teckenklassrekursionsgräns nÃĨddrekursivt anrop kan gÃĨ in i en oändlig slingareferens till icke-existerande undermÃļnsterreguljärt uttryck fÃļr stortupprepning av en DEFINE-grupp tillÃĨts intefelplacerad avslutande "\"undermÃļnstrets namn är fÃļr lÃĨngt (maximalt 32 tecken)symbolisk länk mÃĨste vara icke-NULLmÃļnstret innehÃĨller objekt som inte stÃļds fÃļr delvis matchningfÃļr mÃĨnga namngivna undermÃļnster (maximalt 10,000)tvÃĨ namngivna undermÃļnster har samma namnoväntad upprepningoavslutad symbolisk referensokänt POSIX-klassnamnokänt felokänd escape-sekvensokänt egenskapsnamn efter \P eller \pokänt tecken efter (?okänt tecken efter (?<okänt tecken efter (?Pokänt tecken efter \volymen har inte implementerat ejectvolume har inte implementerat eject eller eject_with_operationvolymen har inte implementerat monteringarbetsytans gräns fÃļr tomma understrängar nÃĨddsymbolisk referens med noll-längd./glib-2.22.2-i686/usr/share/locale/de/0000755000000000000000000000000011271166767015621 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/de/LC_MESSAGES/0000755000000000000000000000000011271166767017406 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/de/LC_MESSAGES/glib20.mo0000644000000000000000000013021311271166635021014 0ustar rootrootŪ•‘¤ , !Ą!ĩ!Ŋ!Å! Í!Ų!á!Yō!_L"aŦ"#(#)H#r#&†#B­#đ#$+$(H$ q$’$#Ž$Ō$ė$2%97%!q%4“%/Č%ø%3&+C&1o&-Ą&/Ī&#˙&#' 8')Y'ƒ'(Ÿ',Č'%õ'&("B("e()ˆ(!˛( Ô(Aõ(ž7)Ö)í); *.I**x*.Ŗ*Ō**ë*&+a=+FŸ+4æ+2,:N,A‰,@Ë,; -WH-W -1ø-/*.%Z.?€.5Ā.Iö.‘@/ Ō/ķ/0'0D0[0t0‹0ž0ŗ0Ō0ī0! 1-1M1l1‚11 ˛1Ķ1ī122:2V2r2‹2§2"ŋ2â2ū23!53W3l3 …3Ļ3Ā3×3!ņ3)4-=4k4ƒ4Ą4,ģ4č4!5&5>5:X5.“50Â59ķ5-6G6>a6$ 6#Å6é6'7./7^7?}7)Ŋ7$į7% 8-28`8!t89–8*Đ89û859-R9+€9ŠŦ9&7:+^:3Š:#ž:!â:);8.;9g;%Ą;.Į;-ö;.$<S<)j<!”< ļ<Ä<ã<.ķ< "=&0=#W=&{=ĸ=Â=3Ũ=->(?>(h>(‘>)ē>ä>??)?@?Q?f??$”?0š?ę?+ @!6@X@t@1’@.Ä@Tķ@HHAF‘A=ØALB+cB!BąB-ŅB$˙B($CMC"hC3‹C9ŋCųC"D9D!QD1sD2ĨD<ØDE&4E9[E•E°E)ĘEôE#FL+FNxF°ĮFzxGķG H%#H8IH-‚H*°H5ÛH*I/JPJiJ!‰J ĢJĖJåJKK!0K$RK0wK"¨KFËK:L-ML2{LŽL;ÆL M'#M-KM)yM"ŖMÆM$ÚM ˙M? N.`NNĻNšN!ÕN'÷N3O.SO(‚O0ĢO+ÜOP(P*APlPO‹PCÛP"QBQ&bQ!‰Q*ĢQÖQīQR RC-RqRyR”R0›R.ĖR3ûR-/S ]S~S šSĻS&ēSáSKöSBT*_TDŠTĪT;ęT0&U WU1eU—U¨U ČUéUūUV*V5HV)~V¨VÆVãVøV!W5WPWmW"|W$ŸWÄW*ÜW(X0X"LX!oX‘XŠX)ŋX%éX-Y=Y5[Y‘Y9ąYëY9 ZEZWZ%wZ Z žZĖZ2čZ%[A[&Y[$€[Ĩ['Â[ę[3ú[.\=G\+…\(ą\Ú\ė\ ] #]1]$I]n] Ž] ¯] Đ]ņ]6^G^,f^“^|˛^/`G`O`W` _`k`r``ƒ`qä`zVaŅa&đa(b@b<SbPb(áb c:c@Yc!šc)ŧc-æc-d)BdKldQ¸d4 e8?e3xe$ŦeFŅe>fDWf@œfBŨf0 g"Qg)tgEžg(äg3 hAAhEƒhGÉhKi4]i!’i,´i+ái: jĢHjôj+kC:kB~k<Ák@ūk?l0Zl*‹lhļlQm9qm8ĢmCämU(nC~n9Ân\üneYo6ŋo,öo<#pL`p@­pVîpĻEq&ėq r%4r!Zr$|r&Ąr/Črørs,)s%Vs|s4šs%Īs7õs%-t Sttt*‹t(ļt!ßt&u&(uOu)ou ™u%ēu#āu:v)?v'iv$‘v0ļv įv$w/-w]w }w$žw+Ãw7īw?'x$gx)Œx4ļxZëx4Fy={y2šy%ėyEz4Xz6zFÄz" {,.{X[{0´{5å{;|4W|JŒ|-×|Q}7W}0}2Ā}Mķ}A~,\~R‰~DÜ~X!.zDŠFî5€2À7ö€W.1†4¸CíD1‚Tv‚?˂J ƒIVƒJ ƒëƒ4„(:„c„(r„›„;š„õ„3…)8…>b…;Ą… Ũ…Dū…2C†-v†-¤†-Ō†-‡$.‡S‡i‡‚‡ž‡ļ‡Շō‡& ˆ90ˆ-jˆ5˜ˆ+Έ8úˆ3‰BQ‰F”‰ƒÛ‰n_ŠnΊk=‹†Š‹J0Œ9{Œ=ĩŒJķŒ7>:v ą'Ō1ú6,ŽcŽ5Ž#ˇŽ8ێGC\a CPFc—û‘E7‘}‘*“‘Už‘_’Ūt’›S“ī“ ”-$”MR”: ”.۔E •,P•9}•)ˇ•*á•$ –-1–'_–*‡–˛–Ζ"å–'—(0—.Y—"ˆ—-Ģ—Ų—í—#˜$*˜6O˜2†˜aš˜;™*W™5‚™ ¸™PŲ™!*š0Lš3}š+ąš'Ũš›0›2O›@‚›6Ûú›"œ%5œ0[œ6ŒœMÜN7`D˜8Ũ+ž5Bž0xž!ŠžO˞MŸ%iŸ,Ÿ1ŧŸîŸ;  )I s )ˆ ˛ R  Ą"ĄBĄHJĄJ“ĄEŪĄ;$ĸ.`ĸĸ Ŧĸšĸ+ŅĸũĸYŖpŖ<ŠŖYĮŖ!!¤pC¤$´¤Ų¤4č¤Ĩ.2Ĩ1aĨ$“Ĩ-¸ĨæĨ%öĨGĻ4dĻ)™Ļ)ÃĻíĻ §#%§I§g§†§)–§/§đ§* ¨-6¨d¨*„¨(¯¨بō¨) Š.3Š9bŠ+œŠIČŠ5ĒDHĒ,ĒPēĒ Ģ$"Ģ(GĢ"pĢ“Ģ.ŗĢMâĢ$0ŦUŦ:tŦ.¯ŦŪŦ1ûŦ-­8M­-†­R´­2Ž6:ŽqŽ!ŠŽŦŽĘŽŨŽ+÷Ž#¯?¯\¯y¯)”¯Gž¯*°71°!i°´B4õN¸Uü&L7 ĩWŒū¯8Á1cJ‡ēŗU.ėãC…[ØŪä%‰Ã! č\w ‚ô/G'›ąHRž|*_¤ŠÍ<­tÕ'^6ASrđhlĸ;rXįԆXö~x°#V*ķBPųˆĖĀ)e†sN$…]@ÜYa<@ŽOwkm (uLZ2OgÂ?o38qSjĨoën7 Čâv4.zˇ øˆī`+JQĄjvT}ŨŸ—PÚŲe"=6K ‹ģtáËļŧÖ3í-ęMû0\‹WV`–y c(‡9_:F,É?‘Ryō5!æ×™Š•DŽĻÆu=åƒ:ßĒnŋ5ĢEi„f,’îsCE&2$Hg>€}ž9IŌAŠMp¨pxT+q‚Qb ʲ;aĪŦ~{zú1Ŋ ˜ĮŅbÛmņΝ |kd€ŽK[^>dID0"]”Ч%ŃY-āl“÷Z ÄéFšŖũGhœš‰Ķ /‘if˙#Œ){„ (invalid encoding)%.1f GB%.1f KB%.1f MB%s filetype%s type%u byte%u bytes'%s' is not a valid character following a '<' character; it may not begin an element name'%s' is not a valid character following the characters '''%s' is not a valid name '%s' is not a valid name: '%c' (?R or (?[+-]digits must be followed by )) without opening (A bookmark for URI '%s' already existsAbstract unix domain socket addresses not supported on this systemAdded socket is closedApplication Options:Association creation not supported on win32Attribute '%s' of element '%s' not foundAttribute value must be non-NULLBackup file creation failedCan't copy directory over directoryCan't copy over directoryCan't copy special fileCan't create user MIME configuration folder %s: %sCan't create user application configuration folder %s: %sCan't create user desktop file %sCan't do a raw read in g_io_channel_read_line_stringCan't do a raw read in g_io_channel_read_to_endCan't find applicationCan't handle the supplied version the icon encodingCan't handle version %d of GEmblem encodingCan't handle version %d of GEmblemedIcon encodingCan't handle version %d of GFileIcon encodingCan't handle version %d of GThemedIcon encodingCan't move directory over directoryCan't open directoryCan't recursively copy directoryCan't rename file, filename already existCan't rename root directoryCancellable initialization not supportedCannot convert fallback '%s' to codeset '%s'Cannot parse double value '%s' for %sCannot parse integer value '%s' for %sCannot set permissions on symlinksCannot truncate GMemoryInputStreamChannel terminates in a partial characterCharacter out of range for UTF-16Character out of range for UTF-8Character reference '%-.*s' does not encode a permitted characterCharacter reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Connection in progressContaining mount does not existConversion from character set '%s' to '%s' is not supportedCould not allocate %lu bytes to read file "%s"Could not open converter from '%s' to '%s'Could not open converter from '%s' to '%s': %sCustom definition for %sDEFINE group contains more than one branchDesktop file didn't specify Exec fieldDocument ended unexpectedly after the equals sign following an attribute name; no attribute valueDocument ended unexpectedly inside a comment or processing instructionDocument ended unexpectedly inside an attribute nameDocument ended unexpectedly inside an element nameDocument ended unexpectedly inside an element-opening tag.Document ended unexpectedly inside the close tag for element '%s'Document ended unexpectedly just after an open angle bracket '<'Document ended unexpectedly while inside an attribute valueDocument ended unexpectedly with elements still open - '%s' was the last element openedDocument ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>Document must begin with an element (e.g. )Document was empty or contained only whitespaceDouble value '%s' for %s out of rangeElement '%s' was closed, but the currently open element is '%s'Element '%s' was closed, no element is currently openEmpty entity '&;' seen; valid entities are: & " < > 'Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Entity name '%-.*s' is not knownEnumerator is closedError accepting connection: %sError binding to address: %sError closing file: %sError closing socket: %sError closing unix: %sError connecting: Error connecting: %sError creating backup copy: %sError creating directory: %sError during conversion: %sError getting filesystem info: %sError launching application: %sError making symbolic link: %sError moving file: %sError on line %d char %d: Error on line %d: %sError opening directory '%s': %sError opening file '%s': %sError opening file: %sError parsing option %sError reading file '%s': %sError reading from file: %sError reading from unix: %sError receiving data: %sError receiving message: %sError removing file: %sError removing old backup link: %sError removing old file: %sError removing target file: %sError renaming file: %sError renaming temporary file: %sError resolving '%s'Error resolving '%s': %sError reverse-resolving '%s': %sError seeking in file: %sError sending data: %sError sending message: %sError setting SELinux context: %sError setting extended attribute '%s': %sError setting modification or access time: %sError setting owner: %sError setting permissions: %sError setting symlink: %sError setting symlink: file is not a symlinkError stating file '%s': %sError stating file descriptor: %sError trashing file: %sError truncating file: %sError while compiling regular expression %s at char %d: %sError while matching regular expression %s: %sError while optimizing regular expression %s: %sError while parsing replacement text "%s" at char %lu: %sError writing to file: %sError writing to unix: %sExisting file '%s' could not be removed: g_unlink() failed: %sExpected a GEmblem for GEmblemedIconExpecting 1 control message, got %dExpecting one fd, but got %d Failed to change to directory '%s' (%s)Failed to close file '%s': fclose() failed: %sFailed to create file '%s': %sFailed to create pipe for communicating with child process (%s)Failed to execute child process "%s" (%s)Failed to execute child process (%s)Failed to execute helper program (%s)Failed to expand exec line '%s' with URI '%s'Failed to fork (%s)Failed to fork child process (%s)Failed to get attributes of file '%s': fstat() failed: %sFailed to map file '%s': mmap() failed: %sFailed to open file '%s' for writing: fdopen() failed: %sFailed to open file '%s': %sFailed to open file '%s': fdopen() failed: %sFailed to open file '%s': open() failed: %sFailed to parse '%-.*s', which should have been a digit inside a character reference (ê for example) - perhaps the digit is too largeFailed to read data from child processFailed to read data from child process (%s)Failed to read enough data from child pid pipe (%s)Failed to read from child pipe (%s)Failed to read from file '%s': %sFailed to read the symbolic link '%s': %sFailed to redirect output or input of child process (%s)Failed to rename file '%s' to '%s': g_rename() failed: %sFailed to resize memory output streamFailed to write file '%s': fflush() failed: %sFailed to write file '%s': fsync() failed: %sFailed to write file '%s': fwrite() failed: %sFile "%s" is too largeFile enumerator has outstanding operationFile enumerator is already closedFile is emptyFile names cannot contain '%c'Filesystem rootGSocketControlMessage not supported on windowsHelp Options:Hostname '%s' contains '[' but not ']'Input stream doesn't implement readInteger value '%s' for %s out of rangeInteger value '%s' out of rangeInvalid GSeekType suppliedInvalid UTF-8 encoded text in name - not valid '%s'Invalid attribute type (byte string expected)Invalid attribute type (string expected)Invalid attribute type (uint32 expected)Invalid attribute type (uint64 expected)Invalid byte sequence in conversion inputInvalid extended attribute nameInvalid filenameInvalid filename %sInvalid group name: %sInvalid hostnameInvalid key name: %sInvalid program name: %sInvalid seek requestInvalid sequence in conversion inputInvalid socket, initialization failed due to: %sInvalid socket, not initializedInvalid string in argument vector at %d: %sInvalid string in environment: %sInvalid symlink value givenInvalid working directory: %sKey file contains escape character at end of lineKey file contains invalid escape sequence '%s'Key file contains key '%s' in group '%s' which has value that cannot be interpreted.Key file contains key '%s' which has a value that cannot be interpreted.Key file contains key '%s' which has value that cannot be interpreted.Key file contains key '%s' with value '%s' which is not UTF-8Key file contains line '%s' which is not a key-value pair, group, or commentKey file contains unsupported encoding '%s'Key file does not have group '%s'Key file does not have key '%s'Key file does not have key '%s' in group '%s'Key file does not start with a groupLeftover unconverted data in read bufferListener is already closedMalformed input data for GFileIconMalformed number of tokens (%d) in GEmblem encodingMalformed number of tokens (%d) in GEmblemedIcon encodingMalformed version number: %sMemory output stream not resizableMissing argument for %sMove between mounts not supportedNo MIME type defined in the bookmark for URI '%s'No application is registered as handling this fileNo application with name '%s' registered a bookmark for '%s'No bookmark found for URI '%s'No groups set in bookmark for URI '%s'No private flag has been defined in bookmark for URI '%s'No service record for '%s'No type for class name %sNo valid bookmark file found in data dirsNot a regular fileNot enough space for socket addressOdd character '%s', expected a '=' after attribute name '%s' of element '%s'Odd character '%s', expected a '>' character to end the empty-element tag '%s'Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute nameOdd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'Operation not supportedOperation was cancelledOutput stream doesn't implement writePCRE library is compiled without UTF8 properties supportPCRE library is compiled without UTF8 supportPOSIX collating elements are not supportedPOSIX named classes are supported only within a classPartial character sequence at end of inputQuoted text doesn't begin with a quotation markReached maximum data array limitReceived invalid fdSELinux context must be non-NULLSELinux is not enabled on this systemSeek not supported on streamSetting attribute %s not supportedShow all help optionsShow help optionsSocket is already closedSource stream is already closedStream doesn't support query_infoStream has outstanding operationStream is already closedSymbolic links not supportedTarget file existsTarget file is a directoryTarget file is not a regular fileTemplate '%s' doesn't contain XXXXXXTemplate '%s' invalid, should not contain a '%s'Temporarily unable to resolve '%s'Text ended before matching quote was found for %c. (The text was '%s')Text ended just after a '\' character. (The text was '%s')Text was empty (or contained only whitespace)The URI '%s' contains invalidly escaped charactersThe URI '%s' is invalidThe URI '%s' is not an absolute URI using the "file" schemeThe file was externally modifiedThe hostname of the URI '%s' is invalidThe local file URI '%s' may not include a '#'The pathname '%s' is not an absolute pathToo large count value passed to %sTrash not supportedTruncate not allowed on input streamTruncate not supported on streamType %s does not implement from_tokens() on the GIcon interfaceType %s does not implement the GIcon interfaceType %s is not classedURIs not supportedUnable to create socket: %sUnable to create trash dir %s: %sUnable to create trashing info file: %sUnable to find default local directory monitor typeUnable to find default local file monitor typeUnable to find or create trash directoryUnable to find terminal required for applicationUnable to find toplevel directory for trashUnable to get pending error: %sUnable to trash file: %sUnexpected attribute '%s' for element '%s'Unexpected early end-of-streamUnexpected error in g_io_channel_win32_poll() reading data from a child processUnexpected error in select() reading data from a child process (%s)Unexpected error in waitpid() (%s)Unexpected tag '%s' inside '%s'Unexpected tag '%s', tag '%s' expectedUnexpected type of ancillary dataUnknown error executing child process "%s"Unknown error on connectUnknown option %sUnknown protocol was specifiedUnknown typeUnmatched quotation mark in command line or other shell-quoted textUnnamedUnsupported socket addressUsage:Valid key file could not be found in search dirsValue '%s' cannot be interpreted as a boolean.Value '%s' cannot be interpreted as a float number.Value '%s' cannot be interpreted as a number.Waiting for socket condition: %sWrong number of tokens (%d)[OPTION...]\ at end of pattern\C not allowed in lookbehind assertion\c at end of pattern\g is not followed by a braced name or an optionally braced non-zero numberassertion expected after (?(association changes not supported on win32back references as conditions are not supported for partial matchingbacktracking limit reachedcase-changing escapes (\l, \L, \u, \U) are not allowed herecharacter value in \x{...} sequence is too largecode overflowconditional group contains more than two branchescorrupted objectcould not get local address: %scould not get remote address: %scould not listen: %screating GSocket from fd: %sdigit expecteddrive doesn't implement ejectdrive doesn't implement eject or eject_with_operationdrive doesn't implement polling for mediadrive doesn't implement startdrive doesn't implement stopfailed to get memoryhexadecimal digit expectedhexadecimal digit or '}' expectedillegal symbolic referenceinconsistent NEWLINE optionsinternal errorinternal error or corrupted objectinvalid combination of newline flagsinvalid condition (?(0)invalid escape sequence in character classlookbehind assertion is not fixed lengthmalformed \P or \p sequencemalformed number or name after (?(missing '<' in symbolic referencemissing ) after commentmissing terminating )missing terminating ] for character classmissing terminator in subpattern namemount doesn't implement content type guessingmount doesn't implement ejectmount doesn't implement eject or eject_with_operationmount doesn't implement remountmount doesn't implement synchronous content type guessingmount doesn't implement unmountmount doesn't implement unmount or unmount_with_operationnothing to repeatnumber too big in {} quantifiernumbers out of order in {} quantifieroctal value is greater than \377out of memoryoverran compiling workspacepreviously-checked referenced subpattern not foundrange out of order in character classrecursion limit reachedrecursive call could loop indefinitelyreference to non-existent subpatternregular expression too largerepeating a DEFINE group is not allowedstray final '\'subpattern name is too long (maximum 32 characters)symlink must be non-NULLthe pattern contains items not supported for partial matchingtoo many named subpatterns (maximum 10,000)two named subpatterns have the same nameunexpected repeatunfinished symbolic referenceunknown POSIX class nameunknown errorunknown escape sequenceunknown property name after \P or \punrecognized character after (?unrecognized character after (?<unrecognized character after (?Punrecognized character follows \volume doesn't implement ejectvolume doesn't implement eject or eject_with_operationvolume doesn't implement mountworkspace limit for empty substrings reachedzero-length symbolic referenceProject-Id-Version: glib HEAD Report-Msgid-Bugs-To: POT-Creation-Date: 2009-10-07 09:51-0400 PO-Revision-Date: 2009-09-04 13:40+0200 Last-Translator: Christian Kirbach Language-Team: German MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n != 1); (ungÃŧltige Kodierung)%.1f GB%.1f KB%.1f MB%s-Dateityp%s-Typ%u Byte%u BytesÂģ%sÂĢ ist kein gÃŧltiges Zeichen nach einem Âģ<ÂĢ-Zeichen; es darf keinen Elementnamen beginnenÂģ%sÂĢ ist kein gÃŧltiges Zeichen, wenn es auf die Zeichen ÂģÂĢÂģ%sÂĢ ist kein gÃŧltiger NameÂģ%sÂĢ ist kein gÃŧltiger Name: Âģ%cÂĢauf (?R oder (?[+-]Ziffern muss ) folgen) ohne Ãļffnende (Es existiert bereits ein Lesezeichen fÃŧr die Adresse Âģ%sÂĢAbstrakte Unix Domänen-Socket-Adresse wird auf diesem System nicht unterstÃŧtztDer hinzugefÃŧgte Socket ist geschlossenAnwendungsoptionen:Erstellen von Assoziationen unter win32 nicht unterstÃŧtztAttribut Âģ%sÂĢ des Elements Âģ%sÂĢ konnte nicht gefunden werdenAttributwert darf nicht NULL seinErstellen der Sicherungsdatei gescheitertOrdner kann nicht Ãŧber Ordner kopiert werdenEs kann nicht Ãŧber den Ordner kopiert werdenSpezielle Datei kann nicht kopiert werdenMIME-Konfigurationsordner %s des Benutzers konnte nicht erstellt werden: %sKonfigurationsordner %s fÃŧr Benutzeranwendungen konnte nicht erstellt werden: %sBenutzer-Desktop-Datei %s kann nicht erstellt werdenRaw-read in g_io_channel_read_line_string nicht mÃļglichRaw-read in g_io_channel_read_to_end nicht mÃļglichAnwendung kann nicht gefunden werdenÜbergebene Version der Symbol-Kodierung kann nicht verarbeitet werdenVersion %d der GEmblem-Kodierung kann nicht verarbeitet werdenVersion %d der GEmblemedIcon-Kodierung kann nicht verarbeitet werdenVersion %d der GFileIcon-Kodierung kann nicht verarbeitet werdenVersion %d der GThemedIcon-Kodierung kann nicht verarbeitet werdenOrdner kann nicht Ãŧber Ordner verschoben werdenOrdner kann nicht geÃļffnet werdenOrdner kann nicht rekursiv kopiert werdenDatei kann nicht umbenannt werden, da der Dateiname bereits existiertWurzelordner kann nicht umbenannt werdenAbbrechbare Initialisierung wird nicht unterstÃŧtztNotnagel Âģ%sÂĢ kann nicht in Kodierung Âģ%sÂĢ umgewandelt werdenÂģ%sÂĢ konnte nicht als ÂģdoubleÂĢ-Wert fÃŧr %s interpretiert werden.Âģ%sÂĢ konnte nicht als ganzzahliger Wert fÃŧr %s interpretiert werden.Zugriffsrechte fÃŧr symbolische VerknÃŧpfungen kÃļnnen nicht gesetzt werdenGMemoryInputStream konnte nicht abgeschnitten werdenKanal endet mit einem TeilzeichenZeichen außerhalb des Bereiches fÃŧr UTF-16Zeichen außerhalb des Bereiches fÃŧr UTF-8Zeichenreferenz Âģ%-.*sÂĢ kodiert kein zulässiges ZeichenZeichenangabe endete nicht mit einem Semikolon; wahrscheinlich haben Sie ein &-Zeichen benutzt, ohne eine Entität beginnen zu wollen - umschreiben Sie das Âģ&ÂĢ als &Verbindungsvorgang läuftEnthaltender Einhängepunkt existiert nichtUmwandlung von Zeichensatz Âģ%sÂĢ in Âģ%sÂĢ wird nicht unterstÃŧtzt%lu byte konnten nicht alloziiert werden, um Datei Âģ%sÂĢ zu lesenKonverter von Âģ%sÂĢ in Âģ%sÂĢ konnte nicht geÃļffnet werdenKonverter von Âģ%sÂĢ in Âģ%sÂĢ konnte nicht geÃļffnet werden: %sBenutzerdefinition fÃŧr %sDEFINE-Gruppe enthält mehr als eine VerzweigungDesktop-Datei hat kein Exec-Feld angegebenDokument endete unerwartet nach dem Gleichheitszeichen, das einem Attributnamen folgt; kein AttributwertDokument endete unerwartet innerhalb eines Kommentars oder VerarbeitungsanweisungDokument endete unerwartet innerhalb eines AttributnamensDokument endete unerwartet innerhalb eines ElementnamensDokument endete unerwartet innerhalb eines Element-Ãļffnenden Tags.Dokument endete unerwartet innerhalb eines schließenden Tags fÃŧr das Element Âģ%sÂĢDokument endete unerwartet nach einer offenen spitzen Klammer Âģ<ÂĢDokument endete unerwartet innerhalb eines AttributwertesDokument endete unerwartet mit noch offenen Elementen - Âģ%sÂĢ war das letzte offene ElementDokument endete unerwartet, es wurde eine spitze Klammer Âģ>ÂĢ, die das Tag <%s/> schließt, erwartetDokument muss mit einem Element beginnen (e.g. )Dokument ist leer oder enthält nur LeerraumÂģdoubleÂĢ-Wert Âģ%sÂĢ fÃŧr %s ist außerhalb des Bereiches.Element Âģ%sÂĢ wurde geschlossen, aber das derzeit offene Element ist Âģ%sÂĢElement Âģ%sÂĢ wurde geschlossen, kein Element ist derzeit offenLeere Entität Âģ&;ÂĢ gefunden; gÃŧltige Entitäten sind & " < > 'Entität endete nicht mit einem Semikolon; wahrscheinlich haben Sie ein &-Zeichen benutzt, ohne eine Entität beginnen zu wollen - umschreiben Sie das Âģ&ÂĢ als &Entitätenname Âģ%-.*sÂĢ ist unbekanntDatei-Enumerator ist geschlossenFehler bei Annahme der Verbindung: %sFehler beim Binden an Adresse: %sFehler beim Schließen der Datei: %sFehler beim Schließen des Sockets: %sFehler beim Schließen des Unix-Datenstroms: %sFehler beim Verbinden:Fehler beim Verbinden: %sFehler beim Erzeugen der Sicherungskopie: %sFehler beim Erstellen des Ordners: %sFehler bei der Umwandlung: %sFehler beim Einlesen der Dateisystem-Information: %sFehler beim Starten der Anwendung: %sFehler beim Erstellen der symbolischen VerknÃŧpfung: %sFehler beim Verschieben der Datei: %sFehler in Zeile %d, Zeichen %d: Fehler in Zeile %d: %sFehler beim Öffnen des Ordners Âģ%sÂĢ: %sFehler beim Öffnen der Datei Âģ%sÂĢ: %sFehler beim Öffnen der Datei: %sFehler beim Analysieren der Option: %sFehler beim Lesen der Datei Âģ%sÂĢ: %sFehler beim Lesen aus Datei: %sFehler beim Lesen aus Unix-Datenstrom: %sFehler beim Erhalt von Daten: %sFehler beim Empfang der Nachricht: %sFehler beim Entfernen der Datei: %sFehler beim Entfernen der alten SicherungsverknÃŧpfung: %sFehler beim Entfernen der alten Datei: %sFehler beim Entfernen der Zieldatei: %sFehler beim Umbenennen der Datei: %sFehler beim Umbenennen der temporären Datei: %sFehler beim AuflÃļsen von Âģ%sÂĢFehler beim AuflÃļsen von Âģ%sÂĢ: %sFehler beim RÃŧckwärtsauflÃļsen von Âģ%sÂĢ: %sFehler beim Suchen in Datei: %sFehler beim Senden von Daten: %sFehler beim Senden der Nachricht: %sFehler beim Setzen des SELinux-Kontexts: %sFehler beim Setzen des erweiterten Attributs Âģ%sÂĢ: %sFehler beim Setzen der Zugriffsrechte oder der Zugriffszeit: %sFehler beim Setzen des Besitzers: %sFehler beim Setzen der Zugriffsrechte: %sFehler beim Setzen der symbolischen VerknÃŧpfung: %sFehler beim Setzen der symbolischen VerknÃŧpfung: Datei ist keine symbolische VerknÃŧpfungFehler beim Untersuchen der Datei %s mit fstat(): %sFehler beim Untersuchen des Datei-Deskriptors mit fstat(): %sFehler beim Verschieben der Datei in den MÃŧll: %sFehler beim Abschneiden der Datei: %sFehler beim Kompilieren des regulären Ausdrucks %s an Zeichen %d: %sFehler beim Anwenden des regulären Ausdrucks %s: %sFehler beim Optimieren des regulären Ausdrucks %s: %sFehler beim Verarbeiten des Ersetzungstextes Âģ%sÂĢ an Zeichen %lu: %sFehler beim Schreiben in Datei: %sFehler beim Schreiben in Unix-Datenstrom: %sDie vorhandene Datei Âģ%sÂĢ konnte nicht entfernt werden: g_unlink() ist gescheitert: %sEs wurde ein GEmblem fÃŧr GEmblemedIcon erwartet1 Kontrollnachricht wird erwartet, %d wurden erhaltenEin Dateideskriptor wird erwartet, aber %d wurden erhalten In Ordner Âģ%sÂĢ (%s) konnte nicht gewechselt werdenDatei Âģ%sÂĢ konnte nicht geschlossen werden: fclose() ist gescheitert: %sDatei Âģ%sÂĢ konnte nicht angelegt werden: %sWeiterleitung fÃŧr Kommunikation mit Kindprozess (%s) konnte nicht erzeugt werdenKindprozess Âģ%sÂĢ konnte nicht ausgefÃŧhrt werden (%s)Kindprozess konnte nicht ausgefÃŧhrt werden (%s)Hilfsprogramm (%s) konnte nicht ausgefÃŧhrt werdenDie Befehlzeile Âģ%sÂĢ konnte nicht mit der Adresse Âģ%sÂĢ verknÃŧpft werden.Abspalten gescheitert (%s)Abspalten des Kindprozesses gescheitert (%s)Attribute der Datei Âģ%sÂĢ konnten nicht ermittelt werden: fstat() gescheitert: %sDatei Âģ%sÂĢ konnte nicht gemappt werden: mmap() ist gescheitert: %sDatei Âģ%sÂĢ konnte nicht im Schreibmodus geÃļffnet werden: fdopen() ist gescheitert: %sDatei Âģ%sÂĢ konnte nicht geÃļffnet werden: %sDatei Âģ%sÂĢ konnte nicht geÃļffnet werden: fdopen() gescheitert: %sDatei Âģ%sÂĢ konnte nicht geÃļffnet werden: open() ist gescheitert: %sÂģ%-.*sÂĢ, was eine Zahl in einer Zeichenreferenz (wie ê) sein sollte, konnte nicht analysiert werden - vielleicht ist die Zahl zu großDaten konnten nicht vom Kindprozess gelesen werdenDaten vom Kindprozess konnten nicht gelesen werden (%s)Es konnten nicht genug Daten von Kind-Programmkennungsweiterleitung (%s) gelesen werdenLesen aus Weiterleitung zum Kind (%s) gescheitertAus der Datei Âģ%sÂĢ konnte nicht gelesen werden: %sDie symbolische VerknÃŧpfung Âģ%sÂĢ konnte nicht gelesen werden: %sUmleiten der Ausgabe oder Eingabe des Kindprozesses (%s) gescheitertDatei Âģ%sÂĢ konnte nicht in Âģ%sÂĢ umbenannt werden: g_rename() ist gescheitert: %sGrÃļße des Speicherausgabestroms konnte nicht geändert werdenDatei Âģ%sÂĢ konnte nicht geschrieben werden: fflush() ist gescheitert: %sDatei Âģ%sÂĢ konnte nicht geschrieben werden: fsync() ist gescheitert: %sDatei Âģ%sÂĢ konnte nicht geschrieben werden: fwrite() ist gescheitert: %sDatei Âģ%sÂĢ ist zu großDatei-Enumerator hat noch einen ausstehenden VorgangDatei-Enumerator ist bereits geschlossenDatei ist leerDateinamen dÃŧrfen kein Âģ%cÂĢ enthaltenWurzelordner des DateisystemsGSocketControlMessage wird unter Windows nicht unterstÃŧtztHilfeoptionen:Rechnername Âģ%sÂĢ enthält Âģ[ÂĢ, aber nicht Âģ]ÂĢEingabedatenstrom unterstÃŧtzt kein LesenGanzzahliger Wert Âģ%sÂĢ fÃŧr %s ist außerhalb des Bereiches.Ganzzahliger Wert Âģ%sÂĢ ist außerhalb des Wertebereiches.UngÃŧltiger GSeekType ÃŧbergebenUngÃŧltiger UTF-8-kodierter Text im Namen - Âģ%sÂĢ ist nicht gÃŧltigUngÃŧltiger Attributtyp (Âģbyte stringÂĢ erwartet)UngÃŧltiger Attributtyp (ÂģstringÂĢ erwartet)UngÃŧltiger Attributtyp (Âģuint32ÂĢ erwartet)UngÃŧltiger Attributtyp (Âģuint64ÂĢ erwartet)UngÃŧltige Bytefolge in KonvertierungseingabeUngÃŧltiger erweiterter AttributnameUngÃŧltiger DateinameUngÃŧltiger Dateiname %sUngÃŧltiger Gruppenname: %sUngÃŧltiger RechnernameUngÃŧltiger SchlÃŧsselname: %sUngÃŧltiger Programmname: %sUngÃŧltige SuchanfrageUngÃŧltige Folge in UmwandlungseingabeUngÃŧltiger Socket, Initialisierung schlug fehl wegen: %sUngÃŧltiger Socket, wurde nicht initialisiertUngÃŧltige Zeichenkette im Argumentsvektor bei %d: %sUngÃŧltige Zeichenkette in der Umgebung: %sUngÃŧltiger Wert fÃŧr symbolische VerknÃŧpfung angegebenUngÃŧltiger Arbeitsordner: %sDie SchlÃŧsselwertedatei enthält ein Escape-Zeichen am ZeilenendeDie SchlÃŧsselwertedatei enthält das ungÃŧltige Escape-Zeichen Âģ%sÂĢDie SchlÃŧsselwertedatei enthält den SchlÃŧssel Âģ%sÂĢ in der Gruppe Âģ%sÂĢ mit einem Wert, der nicht interpretiert werden konnte.Die SchlÃŧsselwertedatei enthält den SchlÃŧssel Âģ%sÂĢ mit einem Wert, der nicht interpretiert werden konnte.Die SchlÃŧsselwertedatei enthält den SchlÃŧssel Âģ%sÂĢ mit einem Wert, der nicht interpretiert werden konnte.Die SchlÃŧsselwertedatei enthält den SchlÃŧssel Âģ%sÂĢ mit dem Wert Âģ%sÂĢ, der nicht in UTF-8 kodiert istDie SchlÃŧsselwertedatei enthält die Zeile Âģ%sÂĢ, welche kein zulässiges SchlÃŧssel-Wert-Paar, keine Gruppe und kein Kommentar ist.Die SchlÃŧsselwertedatei enthält die nicht unterstÃŧtzte Kodierung Âģ%sÂĢDie SchlÃŧsselwertedatei enthält nicht die Gruppe Âģ%sÂĢDie SchlÃŧsselwertedatei enthält nicht den SchlÃŧssel Âģ%sÂĢDie SchlÃŧsselwertedatei hat keinen SchlÃŧssel Âģ%sÂĢ in der Gruppe Âģ%sÂĢDie SchlÃŧsselwertedatei beginnt nicht mit einer GruppeNicht konvertierte Daten befinden sich noch im Lesepuffer Lauscher ist bereits geschlossenUngÃŧltige Eingangsdaten fÃŧr GFileIconUngÃŧltige Symbolanzahl (%d) in GEmblem-KodierungUngÃŧltige Symbolanzahl (%d) in GEmblemedIcon encodingUngÃŧltige Versionsnummer: %sGrÃļße des Speicherausgabestroms ist nicht änderbarFÃŧr %s wird ein Argument benÃļtigtVerschieben zwischen Einhängepunkten nicht unterstÃŧtztEs ist kein MIME-Type im Lesezeichen fÃŧr die Adresse Âģ%sÂĢ definiert.Es wurde keine Anwendung gefunden, die diese Datei verarbeiten kannEs wurde keine Anwendung namens Âģ%sÂĢ gefunden, die ein Lesezeichen fÃŧr Âģ%sÂĢ registriert hat.Es konnte kein Lesezeichen fÃŧr die Adresse Âģ%sÂĢ gefunden werden.Es wurden keine Gruppen fÃŧr das Lesezeichen fÃŧr die Adresse Âģ%sÂĢ festgelegt.Es konnte keine ÂģprivatÂĢ-Markierung fÃŧr das Lesezeichen fÃŧr die Adresse Âģ%sÂĢ gefunden werden.Kein Diensteintrag fÃŧr Âģ%sÂĢKein Typ fÃŧr Klassenname %sEs wurde keine gÃŧltige Lesezeichendatei in den Datenordnern gefundenKeine reguläre DateiNicht genug Platz fÃŧr eine Socket-AdresseSeltsames Zeichen Âģ%sÂĢ, Âģ=ÂĢ erwartet nach Attributname Âģ%sÂĢ des Elements Âģ%sÂĢSeltsames Zeichen Âģ%sÂĢ, Âģ>ÂĢ erwartet um Start-Tag des leeren Elements Âģ%sÂĢ abzuschließenSeltsames Zeichen Âģ%sÂĢ, es wurde entweder ein Attribut oder aber Âģ>ÂĢ oder Âģ/ÂĢ erwartet, um das Start-Tag des Elements Âģ%sÂĢ abzuschließen; vielleicht haben Sie ein ungÃŧltiges Zeichen in einem Attributnamen benutztSeltsames Zeichen Âģ%sÂĢ; bei der Wertangabe fÃŧr das Attribut Âģ%sÂĢ des Elements Âģ%sÂĢ wurde ein AnfÃŧhrungszeichen nach dem Gleichheitszeichen erwartetVorgang nicht unterstÃŧtztVorgang wurde abgebrochenAusgabedatenstrom unterstÃŧtzt kein SchreibenPCRE-Bibliothek wurde ohne UnterstÃŧtzung fÃŧr UTF8-Eigenschaften kompilliertPCRE-Bibliothek wurde ohne UTF8-UnterstÃŧtzung kompilliertPOSIX-ElementverknÃŧpfungen nicht unterstÃŧtztPOSIX-benannte Klassen werden nur innerhalb einer Klasse unterstÃŧtztBruchstÃŧckhafte Zeichenfolge am EingabeendeZitierter Text beginnt nicht mit einem AnfÃŧhrungszeichenMaximales Limit des Daten-Feldes erreichtUngÃŧltiger Dateideskriptor wurde erhaltenSELinux-Kontext darf nicht NULL seinSELinux ist auf diesem System nicht aktiviertSuchen im Datenstrom nicht unterstÃŧtztSetzen des Attributs %s nicht unterstÃŧtztAlle Hilfeoptionen anzeigenHilfeoptionen anzeigenDer Socket ist bereits geschlossenQuelldatenstrom ist bereits geschlossenDatenstrom unterstÃŧtzt query_info nichtDatenstrom hat noch einen ausstehenden VorgangDatenstrom ist bereits geschlossenSymbolische VerknÃŧpfungen nicht unterstÃŧtztZieldatei existiertZieldatei ist ein OrdnerZieldatei ist keine reguläre DateiVorlage Âģ%sÂĢ enthält nicht XXXXXXVorlage Âģ%sÂĢ ungÃŧltig, sollte kein Âģ%sÂĢ enthaltenÂģ%sÂĢ kann vorÃŧbergehend nicht aufgelÃļst werdenText endete, bevor ein passendes AnfÃŧhrungszeichen fÃŧr %c gefunden wurde. (Der Text war Âģ%sÂĢ)Text endete nach einem Âģ\ÂĢ-Zeichen. (Der Text war Âģ%sÂĢ)Text war leer (oder enthielt nur Leerraum)Die Adresse Âģ%sÂĢ enthält ungÃŧltige Escape-ZeichenDie Adresse Âģ%sÂĢ ist ungÃŧltigDie Adresse Âģ%sÂĢ ist keine absolute Adresse, die das ÂģfileÂĢ-Schema verwendetDie Datei wurde extern verändertDer Rechnername der Adresse Âģ%sÂĢ ist ungÃŧltigDie lokale Adresse Âģ%sÂĢ darf kein Âģ#ÂĢ enthaltenDer Pfadname Âģ%sÂĢ ist kein absoluter PfadZu großer Zählwert an %s ÃŧbermitteltMÃŧll nicht unterstÃŧtztAbschneiden des Eingabedatenstroms nicht erlaubtAbschneiden wird vom Datenstrom nicht unterstÃŧtztTyp %s implementiert nicht from_tokens() der GIcon-SchnittstelleGIcon-Schnittstelle wird vom Typ %s nicht unterstÃŧtztTyp %s ist keine KlasseAdressen werden nicht unterstÃŧtztSocket kann nicht angelegt werden: %sMÃŧll-Ordner %s konnte nicht angelegt werden: %sLÃļschprotokoll-Datei konnte nicht angelegt werden: %sVorgegebener Überwachungstyp fÃŧr lokale Ordner konnte nicht gefunden werdenVorgegebener Überwachungstyp fÃŧr lokale Dateien konnte nicht gefunden werdenMÃŧll-Ordner konnte nicht gefunden oder angelegt werdenFÃŧr die Anwendung benÃļtigtes Terminal konnte nicht gefunden werdenElternordner fÃŧr den MÃŧll konnte nicht gefunden werdenFehlermeldung kann nicht gelesen werden: %sDatei konnte nicht in den MÃŧll verschoben werden: %sUnerwartetes Attribut Âģ%sÂĢ des Elements Âģ%sÂĢUnerwartet frÃŧhes DatenstromendeUnerwarteter Fehler in g_io_channel_win32_poll() beim Lesen aus dem KindprozessUnerwarteter Fehler in select() beim Lesen von Daten eines Kindprozesses (%s)Unerwarteter Fehler in waitpid() (%s)Unerwarteter Tag Âģ%sÂĢ innerhalb von Âģ%sÂĢUnerwarteter Tag Âģ%sÂĢ; Tag Âģ%sÂĢ wird erwartetUnerwartete Art von ZustzdatenUnbekannter Fehler beim AusfÃŧhren des Kindprozesses Âģ%sÂĢUnbekannter Fehler bei VerbindungsversuchUnbekannte Option %sEin unbekanntes Protokoll wurde angegebenUnbekannter TypUnbalanciertes AnfÃŧhrungszeichen in Befehlszeile oder anderem Text in ShellquotesUnbenanntNicht unterstÃŧtzte Socket-AdresseAufruf:Es wurde keine gÃŧltige SchlÃŧsselwertedatei in den Suchordnern gefundenDer Wert Âģ%sÂĢ konnte nicht als boolescher Ausdruck interpretiert werden.Der Wert Âģ%sÂĢ konnte nicht als Gleitkommazahl interpretiert werden.Der Wert Âģ%sÂĢ konnte nicht als Zahl interpretiert werden.Es wird auf eine Socket-Bedingung gewartet: %sUngÃŧltige Symbolanzahl (%d)[OPTION â€Ļ]\ am Ende des Ausdrucks\C nicht erlaubt in rÃŧckblickender Annahme\c am Ende des AusdrucksAuf \g folgt kein eingeklammerter Name oder eine optional eingeklammerte Zahl außer NullAnnahme erwartet nach (?(Änderungen von Assoziationen unter win32 nicht unterstÃŧtztRÃŧckreferenzen als Bedingungen werden fÃŧr teilweise Übereinstimmung nicht unterstÃŧtztBacktracking-Limit wurde erreichtGroß- und Kleinschreibung-beeinflussende Escape-Sequenzen (\l, \L, \u, \U) sind an dieser Stelle nicht erlaubt.Wert in \x{â€Ļ}-Sequenz ist zu großCode-ÜberlaufBedingte Gruppe enthält mehr als zwei VerzweigungenBeschädigtes ObjektLokale Adresse konnte nicht gelesen werden: %sEntfernte Adresse konnte nicht gelesen werden: %sEs konnte nicht gelauscht werden: %sGSocket wird erstellt von Dateideskriptor: %sZiffer erwartetLaufwerk unterstÃŧtzt Auswerfen nichtLaufwerk unterstÃŧtzt weder ein Auswerfen noch Âģeject_with_operationÂĢLaufwerk unterstÃŧtzt PrÃŧfen auf Datenträger nichtLaufwerk unterstÃŧtzt keinen StartvorgangLaufwerk unterstÃŧtzt keinen StoppvorgangFehler beim Holen von SpeicherHexadezimalzahl erwartetHexadezimalzahl oder Âģ}ÂĢ erwartetIllegale symbolische ReferenzInkonsistente NEWLINE-OptionenInterner FehlerInterner Fehler oder beschädigtes ObjektUngÃŧltige Kombination von newline-MarkierungenUngÃŧltige Bedingung (?(0)UngÃŧltige Escape-Sequenz in ZeichenklasseRÃŧckblickende Annahme hat keine feste LängeFehlerhafte \P- oder \p-SequenzFalsch formatierte Zahl oder Name nach (?(Fehlendes Âģ<Âģ in symbolischer Referenzfehlende ) nach KommentarAbschließende ) fehltTerminierendes ] fÃŧr Zeichenklasse fehltTerminierung im Namen des Unterausdrucks fehltEinhängepunkt unterstÃŧtzt Erraten des Inhaltstyps nichtEinhängepunkt unterstÃŧtzt Auswerfen nichtEinhängepunkt unterstÃŧtzt Auswerfen oder Âģeject_with_operationÂĢ nichtEinhängepunkt unterstÃŧtzt erneutes Einhängen nichtEinhängepunkt unterstÃŧtzt synchrones Erraten des Inhaltstyps nichtEinhängepunkt unterstÃŧtzt Aushängen nichtEinhängepunkt unterstÃŧtzt nicht das Aushängen oder Âģunmount_with_operationÂĢNichts zum WiederholenZiffer zu groß in {}-QuantifiziererZiffern wirkungslos in {}-QuantifiziererOktaler Wert ist grÃļßer als \377Nicht genÃŧgend freier SpeicherÜberlauf beim Kompilieren des ArbeitsbereichsBereits geprÃŧfter, referenzierter Unterausdruck konnte nicht gefunden werdenBereich wirkungslos in ZeichenklasseRekursionslimit wurde erreichtRekursive Aufrufe kÃļnnten unendlich oft aufgerufen werdenReferenz auf nicht existierenden UnterausdruckRegulärer Ausdruck zu großWiederholen einer DEFINE-Gruppe ist nicht erlaubtVerirrtes abschließendes Âģ\ÂĢName des Unterausdrucks ist zu lang (maximal 32 Zeichen)Symbolische VerknÃŧpfung darf nicht NULL seinDer Ausdruck enthält Elemente, die teilweise Übereinstimmung nicht unterstÃŧtzenZu viele benannte UnterausdrÃŧcke (maximal 10.000)Zwei benannte UnterausdrÃŧcke haben den gleichen NamenUnerwartete WiederholungUnvollendete symbolische ReferenzUnbekannter POSIX-KlassennameUnbekannter FehlerUnbekannte Escape-SequenzUnbekannte Eigenschaftsname nach \P oder \pUnbekanntes Zeichen nach (?Unbekanntes Zeichen nach (?<Unbekanntes Zeichen nach (?PUnbekanntes Zeichen nach \Datenträger unterstÃŧtzt Auswerfen nichtDatenträger unterstÃŧtzt weder Auswerfen noch Âģeject_with_operationÂĢDatenträger unterstÃŧtzt Einhängen nichtArbeitsplatzlimit fÃŧr leere Teilstrings wurde erreichtSymbolische Referenz der Länge 0./glib-2.22.2-i686/usr/share/locale/wa/0000755000000000000000000000000011271167003015620 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/wa/LC_MESSAGES/0000755000000000000000000000000011271167003017405 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/wa/LC_MESSAGES/glib20.mo0000644000000000000000000001060611271166637021040 0ustar rootrootŪ•#4/L!  +;L.ˆ*ˇ1â/ID‘Ž < Qr'Žļ)Õ$˙$!89Z”-ą&ß#!*)L)v $ąÖ0ķ-$)R*|b§1 /< Il =ļ 6ô 6+ 3b Y– ēđ %Ģ Ņ 5æ 7 2T /‡ 5ˇ .í "1?Vq+ČEô&:)a0‹4ŧ=ņ/2I"|EŸ2å/=H #  !  " Character out of range for UTF-16Character out of range for UTF-8Conversion from character set '%s' to '%s' is not supportedCould not allocate %lu bytes to read file "%s"Could not open converter from '%s' to '%s'Document must begin with an element (e.g. )Document was empty or contained only whitespaceEmpty entity '&;' seen; valid entities are: & " < > 'Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Error during conversion: %sError on line %d: %sError opening directory '%s': %sError reading file '%s': %sFailed to change to directory '%s' (%s)Failed to create file '%s': %sFailed to execute child process "%s" (%s)Failed to execute child process (%s)Failed to fork (%s)Failed to fork child process (%s)Failed to get attributes of file '%s': fstat() failed: %sFailed to open file '%s': %sFailed to open file '%s': fdopen() failed: %sFailed to read data from child processFailed to read from child pipe (%s)Failed to read from file '%s': %sFailed to read the symbolic link '%s': %sInvalid byte sequence in conversion inputInvalid hostnameInvalid sequence in conversion inputSymbolic links not supportedTemplate '%s' invalid, should not contain a '%s'Text was empty (or contained only whitespace)The pathname '%s' is not an absolute pathUnknown error executing child process "%s"Project-Id-Version: glib Report-Msgid-Bugs-To: POT-Creation-Date: 2009-10-07 09:51-0400 PO-Revision-Date: 2004-05-03 14:40+0200 Last-Translator: Pablo Saratxaga Language-Team: Walloon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=n > 1; Caractere foÃģ fortchete po l' ecôdaedje UTF-16Caractere foÃģ fortchete po l' ecôdaedje UTF-8Li cviersaedje di l' ecôdaede ÂĢ%sÂģ viè ÂĢ%sÂģ n' est nÊn sopoirtÊDji n' a savou alouwer %lu octets po lÊre li fitchÃŽ ÂĢ%sÂģDji n' a savou drovi l' cvierseu di ÂĢ%sÂģ viè ÂĢ%sÂģLi documint doet cmincÃŽ avou èn elemint (eg: )Li documint esteut vude ou avou seulmint des blancsVude intitÊ ÂĢ&;Âģ di trovÃĒye; les intitÊs valides sont: & " < > 'L' intitÊ èn finixh nÊn avou on pont-coma; probÃĨblumint k' vos avoz eployÃŽ on caractere ampersande sins vleur sicrire ene intitÊ, dins ç' cas el fÃĨt scrire insi: ÂĢ ↦ ÂģÅk n' a nÊn stÃŽ tot cviersant: %sAroke el roye %d: %sÅk n' a nÊn stÃŽ tot drovant l' ridant ÂĢ%sÂģ: %sÅk n' a nÊn stÃŽ tot lÊjhant l' fitchÃŽ ÂĢ%sÂģ: %sDji n' a savou candjÃŽ viè l' ridant ÂĢ%sÂģ (%s)Dji n' a savou askepyÃŽ l' fitchÃŽ ÂĢ%sÂģ: %sDji n' a savou enonder l' process efant ÂĢ%sÂģ (%s)Dji n' a savou enonder l' process efant (%s)Dji n' a savou fÊ on fork() (%s)Dji n' a savou fÊ on fork do process efant (%s)Dji n' a nÊn savou aveur les atributs do fitchÃŽ ÂĢ%sÂģ: fstat() a fwait berwete: %sDji n' a savou drovi li fitchÃŽ ÂĢ%sÂģ: %sDji n' a savou drovi li fitchÃŽ ÂĢ%sÂģ: fdopen() a fwait berwete: %sDji n' a savou lÊre do process efantDji n' a savou lÊre del buze efant (%s)Dji n' a nÊn savou lÊre li fitchÃŽ ÂĢ%sÂģ: %sDji n' a savou lÊre li loyÊn simbolike ÂĢ%sÂģ: %sSecwince d' octets nÊn valide e l' intrÃĒye do cviersaedjeNo d' lodjoe nÊn valideSecwince nÊn valide e l' intrÃĒye do cviersaedjeLoyÊns simbolikes nÊn sopoirtÊsLi patron ÂĢ%sÂģ n' est nÊn valide, i n' doet nÊn aveur on ÂĢ%sÂģLi tecse esteut vude (ou avou seulmint des blancs)Li tchmin ÂĢ%sÂģ n' est nÊn on tchmin absolouAroke nÊn cnoxhowe tot-z enondant l' processus efant ÂĢ%sÂģ./glib-2.22.2-i686/usr/share/locale/pt/0000755000000000000000000000000011271166777015655 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/pt/LC_MESSAGES/0000755000000000000000000000000011271166777017442 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/pt/LC_MESSAGES/glib20.mo0000644000000000000000000012455111271166636021060 0ustar rootrootŪ•‘¤ , !Ą!ĩ!Ŋ!Å! Í!Ų!á!Yō!_L"aŦ"#(#)H#r#&†#B­#đ#$+$(H$ q$’$#Ž$Ō$ė$2%97%!q%4“%/Č%ø%3&+C&1o&-Ą&/Ī&#˙&#' 8')Y'ƒ'(Ÿ',Č'%õ'&("B("e()ˆ(!˛( Ô(Aõ(ž7)Ö)í); *.I**x*.Ŗ*Ō**ë*&+a=+FŸ+4æ+2,:N,A‰,@Ë,; -WH-W -1ø-/*.%Z.?€.5Ā.Iö.‘@/ Ō/ķ/0'0D0[0t0‹0ž0ŗ0Ō0ī0! 1-1M1l1‚11 ˛1Ķ1ī122:2V2r2‹2§2"ŋ2â2ū23!53W3l3 …3Ļ3Ā3×3!ņ3)4-=4k4ƒ4Ą4,ģ4č4!5&5>5:X5.“50Â59ķ5-6G6>a6$ 6#Å6é6'7./7^7?}7)Ŋ7$į7% 8-28`8!t89–8*Đ89û859-R9+€9ŠŦ9&7:+^:3Š:#ž:!â:);8.;9g;%Ą;.Į;-ö;.$<S<)j<!”< ļ<Ä<ã<.ķ< "=&0=#W=&{=ĸ=Â=3Ũ=->(?>(h>(‘>)ē>ä>??)?@?Q?f??$”?0š?ę?+ @!6@X@t@1’@.Ä@Tķ@HHAF‘A=ØALB+cB!BąB-ŅB$˙B($CMC"hC3‹C9ŋCųC"D9D!QD1sD2ĨD<ØDE&4E9[E•E°E)ĘEôE#FL+FNxF°ĮFzxGķG H%#H8IH-‚H*°H5ÛH*I/JPJiJ!‰J ĢJĖJåJKK!0K$RK0wK"¨KFËK:L-ML2{LŽL;ÆL M'#M-KM)yM"ŖMÆM$ÚM ˙M? N.`NNĻNšN!ÕN'÷N3O.SO(‚O0ĢO+ÜOP(P*APlPO‹PCÛP"QBQ&bQ!‰Q*ĢQÖQīQR RC-RqRyR”R0›R.ĖR3ûR-/S ]S~S šSĻS&ēSáSKöSBT*_TDŠTĪT;ęT0&U WU1eU—U¨U ČUéUūUV*V5HV)~V¨VÆVãVøV!W5WPWmW"|W$ŸWÄW*ÜW(X0X"LX!oX‘XŠX)ŋX%éX-Y=Y5[Y‘Y9ąYëY9 ZEZWZ%wZ Z žZĖZ2čZ%[A[&Y[$€[Ĩ['Â[ę[3ú[.\=G\+…\(ą\Ú\ė\ ] #]1]$I]n] Ž] ¯] Đ]ņ]6^G^,f^“^t˛^'`B`J`R`Z`n`v`]‡`gå`dMa˛a#Đa-ôa"b&9bT`bĩbÕb4îb2#c&Vc1}c5¯c&åc# dE0dOvd?ÆdLeGSe"›eHže:f@Bf<ƒf>Āf4˙f4g,Sg1€g&˛g/ŲgB h0Lh1}h5¯h(åh"i#1i#UiCyiąŊioj‚jEŸj4åj,k0Gkxk$˜k8Ŋksök[jl@Æl@mQHmOšmGęmA2nctn`Øn69o2po6ŖoDÚoCpUcpĸšp(\q…qžq!žqāqūqr2rGr2\rr¯r8Ír!s(sAs^s}s$’s!ˇsŲsöst5tQtit†tĨt?Ät%u)*uTu)tužu˛u4Ėu v"v>v&\v-ƒv3ąvåv"w#w4@w%uw-›w)Éwķw;x,Lx-yxD§x ėx yE*y(py1™y'Ëy&ķy6z"Qz;tz,°z%Ũz+{;/{k{-‡{?ĩ{4õ{B*|"m|5|3Æ|šú|$•})ē};ä} ~!A~c~?‚~DÂ~28:7s8Ģ!ä6€(=€f€){€Ĩ€2€õ€.*77b1š ˁ9í9'‚4a‚/–‚/Ƃ5ö‚$,ƒQƒlƒŠƒσÁƒ!Ũƒ˙ƒ-„7I„#„@Ĩ„$æ„! …%-…@S…O”…Wä…J<†I‡†I҆]‡?y‡+š‡+å‡8ˆ+Jˆ5vˆ Ŧˆ.͈;üˆA8‰"z‰4‰Ō‰&í‰5ŠBJŠBŠ3Њ1‹96‹$p‹$•‹Qē‹ Œ/&ŒZVŒdąŒÕ„ėqŽ‹Ž)ĻŽBЎ03DEx3ž5ō((Q'j)’ŧ.א%‘,‘L‘!e‘‡‘%Ĩ‘ˑë‘’%'’/M’}’2’0ВU“8W“0“8Á“ú“?”$R”+w”8Ŗ”2ܔ2•B•%b•ˆ•:Ŗ•+Ū• –+–E–-a–7–HĮ–C—3T—9ˆ—6—$ų—,˜-K˜!y˜N›˜?ę˜!*™'L™2t™"§™1ʙü™š*2š]šAošąš"ēš ŨšMëš59›Jo›6ē›(ņ›!œ <œIœ>_œžœUĩœ! :-WhĀTā;5žqž,Šžˇž&ʞ)ņžŸ2ŸNŸ%bŸ9ˆŸAŸ( !- O g &‡ Ž "Ė  ī "ü 8ĄXĄ4sĄ<¨ĄåĄ%ĸ#+ĸOĸmĸ(€ĸ(Šĸ6Ōĸ Ŗ6(Ŗ_Ŗ@Ŗ ĀŖ:áŖ¤,+¤*X¤ ƒ¤¤¤2ˇ¤Bę¤--Ĩ$[Ĩ-€Ĩ!ŽĨ$ĐĨ)õĨĻB0ĻsĻAĻ6ŅĻ.§7§#N§!r§”§!ϧ/ȧø§¨7¨"W¨#z¨;ž¨"Ú¨Dũ¨&BŠ´B4õN¸Uü&L7 ĩWŒū¯8Á1cJ‡ēŗU.ėãC…[ØŪä%‰Ã! č\w ‚ô/G'›ąHRž|*_¤ŠÍ<­tÕ'^6ASrđhlĸ;rXįԆXö~x°#V*ķBPųˆĖĀ)e†sN$…]@ÜYa<@ŽOwkm (uLZ2OgÂ?o38qSjĨoën7 Čâv4.zˇ øˆī`+JQĄjvT}ŨŸ—PÚŲe"=6K ‹ģtáËļŧÖ3í-ęMû0\‹WV`–y c(‡9_:F,É?‘Ryō5!æ×™Š•DŽĻÆu=åƒ:ßĒnŋ5ĢEi„f,’îsCE&2$Hg>€}ž9IŌAŠMp¨pxT+q‚Qb ʲ;aĪŦ~{zú1Ŋ ˜ĮŅbÛmņΝ |kd€ŽK[^>dID0"]”Ч%ŃY-āl“÷Z ÄéFšŖũGhœš‰Ķ /‘if˙#Œ){„ (invalid encoding)%.1f GB%.1f KB%.1f MB%s filetype%s type%u byte%u bytes'%s' is not a valid character following a '<' character; it may not begin an element name'%s' is not a valid character following the characters '''%s' is not a valid name '%s' is not a valid name: '%c' (?R or (?[+-]digits must be followed by )) without opening (A bookmark for URI '%s' already existsAbstract unix domain socket addresses not supported on this systemAdded socket is closedApplication Options:Association creation not supported on win32Attribute '%s' of element '%s' not foundAttribute value must be non-NULLBackup file creation failedCan't copy directory over directoryCan't copy over directoryCan't copy special fileCan't create user MIME configuration folder %s: %sCan't create user application configuration folder %s: %sCan't create user desktop file %sCan't do a raw read in g_io_channel_read_line_stringCan't do a raw read in g_io_channel_read_to_endCan't find applicationCan't handle the supplied version the icon encodingCan't handle version %d of GEmblem encodingCan't handle version %d of GEmblemedIcon encodingCan't handle version %d of GFileIcon encodingCan't handle version %d of GThemedIcon encodingCan't move directory over directoryCan't open directoryCan't recursively copy directoryCan't rename file, filename already existCan't rename root directoryCancellable initialization not supportedCannot convert fallback '%s' to codeset '%s'Cannot parse double value '%s' for %sCannot parse integer value '%s' for %sCannot set permissions on symlinksCannot truncate GMemoryInputStreamChannel terminates in a partial characterCharacter out of range for UTF-16Character out of range for UTF-8Character reference '%-.*s' does not encode a permitted characterCharacter reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Connection in progressContaining mount does not existConversion from character set '%s' to '%s' is not supportedCould not allocate %lu bytes to read file "%s"Could not open converter from '%s' to '%s'Could not open converter from '%s' to '%s': %sCustom definition for %sDEFINE group contains more than one branchDesktop file didn't specify Exec fieldDocument ended unexpectedly after the equals sign following an attribute name; no attribute valueDocument ended unexpectedly inside a comment or processing instructionDocument ended unexpectedly inside an attribute nameDocument ended unexpectedly inside an element nameDocument ended unexpectedly inside an element-opening tag.Document ended unexpectedly inside the close tag for element '%s'Document ended unexpectedly just after an open angle bracket '<'Document ended unexpectedly while inside an attribute valueDocument ended unexpectedly with elements still open - '%s' was the last element openedDocument ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>Document must begin with an element (e.g. )Document was empty or contained only whitespaceDouble value '%s' for %s out of rangeElement '%s' was closed, but the currently open element is '%s'Element '%s' was closed, no element is currently openEmpty entity '&;' seen; valid entities are: & " < > 'Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Entity name '%-.*s' is not knownEnumerator is closedError accepting connection: %sError binding to address: %sError closing file: %sError closing socket: %sError closing unix: %sError connecting: Error connecting: %sError creating backup copy: %sError creating directory: %sError during conversion: %sError getting filesystem info: %sError launching application: %sError making symbolic link: %sError moving file: %sError on line %d char %d: Error on line %d: %sError opening directory '%s': %sError opening file '%s': %sError opening file: %sError parsing option %sError reading file '%s': %sError reading from file: %sError reading from unix: %sError receiving data: %sError receiving message: %sError removing file: %sError removing old backup link: %sError removing old file: %sError removing target file: %sError renaming file: %sError renaming temporary file: %sError resolving '%s'Error resolving '%s': %sError reverse-resolving '%s': %sError seeking in file: %sError sending data: %sError sending message: %sError setting SELinux context: %sError setting extended attribute '%s': %sError setting modification or access time: %sError setting owner: %sError setting permissions: %sError setting symlink: %sError setting symlink: file is not a symlinkError stating file '%s': %sError stating file descriptor: %sError trashing file: %sError truncating file: %sError while compiling regular expression %s at char %d: %sError while matching regular expression %s: %sError while optimizing regular expression %s: %sError while parsing replacement text "%s" at char %lu: %sError writing to file: %sError writing to unix: %sExisting file '%s' could not be removed: g_unlink() failed: %sExpected a GEmblem for GEmblemedIconExpecting 1 control message, got %dExpecting one fd, but got %d Failed to change to directory '%s' (%s)Failed to close file '%s': fclose() failed: %sFailed to create file '%s': %sFailed to create pipe for communicating with child process (%s)Failed to execute child process "%s" (%s)Failed to execute child process (%s)Failed to execute helper program (%s)Failed to expand exec line '%s' with URI '%s'Failed to fork (%s)Failed to fork child process (%s)Failed to get attributes of file '%s': fstat() failed: %sFailed to map file '%s': mmap() failed: %sFailed to open file '%s' for writing: fdopen() failed: %sFailed to open file '%s': %sFailed to open file '%s': fdopen() failed: %sFailed to open file '%s': open() failed: %sFailed to parse '%-.*s', which should have been a digit inside a character reference (ê for example) - perhaps the digit is too largeFailed to read data from child processFailed to read data from child process (%s)Failed to read enough data from child pid pipe (%s)Failed to read from child pipe (%s)Failed to read from file '%s': %sFailed to read the symbolic link '%s': %sFailed to redirect output or input of child process (%s)Failed to rename file '%s' to '%s': g_rename() failed: %sFailed to resize memory output streamFailed to write file '%s': fflush() failed: %sFailed to write file '%s': fsync() failed: %sFailed to write file '%s': fwrite() failed: %sFile "%s" is too largeFile enumerator has outstanding operationFile enumerator is already closedFile is emptyFile names cannot contain '%c'Filesystem rootGSocketControlMessage not supported on windowsHelp Options:Hostname '%s' contains '[' but not ']'Input stream doesn't implement readInteger value '%s' for %s out of rangeInteger value '%s' out of rangeInvalid GSeekType suppliedInvalid UTF-8 encoded text in name - not valid '%s'Invalid attribute type (byte string expected)Invalid attribute type (string expected)Invalid attribute type (uint32 expected)Invalid attribute type (uint64 expected)Invalid byte sequence in conversion inputInvalid extended attribute nameInvalid filenameInvalid filename %sInvalid group name: %sInvalid hostnameInvalid key name: %sInvalid program name: %sInvalid seek requestInvalid sequence in conversion inputInvalid socket, initialization failed due to: %sInvalid socket, not initializedInvalid string in argument vector at %d: %sInvalid string in environment: %sInvalid symlink value givenInvalid working directory: %sKey file contains escape character at end of lineKey file contains invalid escape sequence '%s'Key file contains key '%s' in group '%s' which has value that cannot be interpreted.Key file contains key '%s' which has a value that cannot be interpreted.Key file contains key '%s' which has value that cannot be interpreted.Key file contains key '%s' with value '%s' which is not UTF-8Key file contains line '%s' which is not a key-value pair, group, or commentKey file contains unsupported encoding '%s'Key file does not have group '%s'Key file does not have key '%s'Key file does not have key '%s' in group '%s'Key file does not start with a groupLeftover unconverted data in read bufferListener is already closedMalformed input data for GFileIconMalformed number of tokens (%d) in GEmblem encodingMalformed number of tokens (%d) in GEmblemedIcon encodingMalformed version number: %sMemory output stream not resizableMissing argument for %sMove between mounts not supportedNo MIME type defined in the bookmark for URI '%s'No application is registered as handling this fileNo application with name '%s' registered a bookmark for '%s'No bookmark found for URI '%s'No groups set in bookmark for URI '%s'No private flag has been defined in bookmark for URI '%s'No service record for '%s'No type for class name %sNo valid bookmark file found in data dirsNot a regular fileNot enough space for socket addressOdd character '%s', expected a '=' after attribute name '%s' of element '%s'Odd character '%s', expected a '>' character to end the empty-element tag '%s'Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute nameOdd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'Operation not supportedOperation was cancelledOutput stream doesn't implement writePCRE library is compiled without UTF8 properties supportPCRE library is compiled without UTF8 supportPOSIX collating elements are not supportedPOSIX named classes are supported only within a classPartial character sequence at end of inputQuoted text doesn't begin with a quotation markReached maximum data array limitReceived invalid fdSELinux context must be non-NULLSELinux is not enabled on this systemSeek not supported on streamSetting attribute %s not supportedShow all help optionsShow help optionsSocket is already closedSource stream is already closedStream doesn't support query_infoStream has outstanding operationStream is already closedSymbolic links not supportedTarget file existsTarget file is a directoryTarget file is not a regular fileTemplate '%s' doesn't contain XXXXXXTemplate '%s' invalid, should not contain a '%s'Temporarily unable to resolve '%s'Text ended before matching quote was found for %c. (The text was '%s')Text ended just after a '\' character. (The text was '%s')Text was empty (or contained only whitespace)The URI '%s' contains invalidly escaped charactersThe URI '%s' is invalidThe URI '%s' is not an absolute URI using the "file" schemeThe file was externally modifiedThe hostname of the URI '%s' is invalidThe local file URI '%s' may not include a '#'The pathname '%s' is not an absolute pathToo large count value passed to %sTrash not supportedTruncate not allowed on input streamTruncate not supported on streamType %s does not implement from_tokens() on the GIcon interfaceType %s does not implement the GIcon interfaceType %s is not classedURIs not supportedUnable to create socket: %sUnable to create trash dir %s: %sUnable to create trashing info file: %sUnable to find default local directory monitor typeUnable to find default local file monitor typeUnable to find or create trash directoryUnable to find terminal required for applicationUnable to find toplevel directory for trashUnable to get pending error: %sUnable to trash file: %sUnexpected attribute '%s' for element '%s'Unexpected early end-of-streamUnexpected error in g_io_channel_win32_poll() reading data from a child processUnexpected error in select() reading data from a child process (%s)Unexpected error in waitpid() (%s)Unexpected tag '%s' inside '%s'Unexpected tag '%s', tag '%s' expectedUnexpected type of ancillary dataUnknown error executing child process "%s"Unknown error on connectUnknown option %sUnknown protocol was specifiedUnknown typeUnmatched quotation mark in command line or other shell-quoted textUnnamedUnsupported socket addressUsage:Valid key file could not be found in search dirsValue '%s' cannot be interpreted as a boolean.Value '%s' cannot be interpreted as a float number.Value '%s' cannot be interpreted as a number.Waiting for socket condition: %sWrong number of tokens (%d)[OPTION...]\ at end of pattern\C not allowed in lookbehind assertion\c at end of pattern\g is not followed by a braced name or an optionally braced non-zero numberassertion expected after (?(association changes not supported on win32back references as conditions are not supported for partial matchingbacktracking limit reachedcase-changing escapes (\l, \L, \u, \U) are not allowed herecharacter value in \x{...} sequence is too largecode overflowconditional group contains more than two branchescorrupted objectcould not get local address: %scould not get remote address: %scould not listen: %screating GSocket from fd: %sdigit expecteddrive doesn't implement ejectdrive doesn't implement eject or eject_with_operationdrive doesn't implement polling for mediadrive doesn't implement startdrive doesn't implement stopfailed to get memoryhexadecimal digit expectedhexadecimal digit or '}' expectedillegal symbolic referenceinconsistent NEWLINE optionsinternal errorinternal error or corrupted objectinvalid combination of newline flagsinvalid condition (?(0)invalid escape sequence in character classlookbehind assertion is not fixed lengthmalformed \P or \p sequencemalformed number or name after (?(missing '<' in symbolic referencemissing ) after commentmissing terminating )missing terminating ] for character classmissing terminator in subpattern namemount doesn't implement content type guessingmount doesn't implement ejectmount doesn't implement eject or eject_with_operationmount doesn't implement remountmount doesn't implement synchronous content type guessingmount doesn't implement unmountmount doesn't implement unmount or unmount_with_operationnothing to repeatnumber too big in {} quantifiernumbers out of order in {} quantifieroctal value is greater than \377out of memoryoverran compiling workspacepreviously-checked referenced subpattern not foundrange out of order in character classrecursion limit reachedrecursive call could loop indefinitelyreference to non-existent subpatternregular expression too largerepeating a DEFINE group is not allowedstray final '\'subpattern name is too long (maximum 32 characters)symlink must be non-NULLthe pattern contains items not supported for partial matchingtoo many named subpatterns (maximum 10,000)two named subpatterns have the same nameunexpected repeatunfinished symbolic referenceunknown POSIX class nameunknown errorunknown escape sequenceunknown property name after \P or \punrecognized character after (?unrecognized character after (?<unrecognized character after (?Punrecognized character follows \volume doesn't implement ejectvolume doesn't implement eject or eject_with_operationvolume doesn't implement mountworkspace limit for empty substrings reachedzero-length symbolic referenceProject-Id-Version: 2.28 Report-Msgid-Bugs-To: POT-Creation-Date: 2009-10-07 09:51-0400 PO-Revision-Date: 2009-09-01 23:35+0000 Last-Translator: Duarte Loreto Language-Team: Portuguese MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n != 1); (codificaÃ§ÃŖo invÃĄlida)%.1f GB%.1f KB%.1f MBTipo de ficheiro %sTipo %s%u byte%u bytes'%s' nÃŖo Ê um caracter vÃĄlido apÃŗs um caracter '<'; nÃŖo pode iniciar um nome de elemento'%s' nÃŖo Ê um caracter vÃĄlido apÃŗs os caracteres '''%s' nÃŖo Ê um nome vÃĄlido '%s' nÃŖo Ê um nome vÃĄlido: '%c' (?R ou (?[+-]nÃēmeros tem de ser seguido de )) sem um ( de aberturaJÃĄ existe um marcador para o URI '%s'Endereços abstractos de sockets de domínio unix nÃŖo sÃŖo suportados neste sistemaSocket adicionado estÃĄ fechadoOpçÃĩes da AplicaÃ§ÃŖo:CriaÃ§ÃŖo de associaÃ§ÃŖo nÃŖo Ê suportada em win32Atributo '%s' do elemento '%s' nÃŖo foi encontradoValor do atributo tem de ser nÃŖo-NULLFalha ao criar o ficheiro de cÃŗpia de segurançaIncapaz de copiar um directÃŗrio sobre um directÃŗrioIncapaz de copiar sobre um directÃŗrioIncapaz de copiar ficheiro especialIncapaz de criar a pasta de configuraçÃĩes MIME do utilizador %s: %sIncapaz de criar a pasta de configuraçÃĩes de utilizador da aplicaÃ§ÃŖo %s: %sIncapaz de criar ficheiro de ÃĄrea de trabalho de utilizador %sIncapaz de efectuar uma leitura em bruto sobre g_io_channel_read_line_stringIncapaz de efectuar uma leitura em bruto sobre g_io_channel_read_to_endIncapaz de encontrar a aplicaÃ§ÃŖoIncapaz de manipular a versÃŖo especificada pela codificaÃ§ÃŖo do íconeIncapaz de manipular a versÃŖo %d da codificaÃ§ÃŖo GEmblemIncapaz de manipular a versÃŖo %d da codificaÃ§ÃŖo GEmblemedIconIncapaz de manipular a versÃŖo %d da codificaÃ§ÃŖo GFileIconIncapaz de manipular a versÃŖo %d da codificaÃ§ÃŖo GThemedIconIncapaz de mover um directÃŗrio sobre um directÃŗrioIncapaz de abrir o directÃŗrioIncapaz de copiar directÃŗrio recursivamenteIncapaz de renomear o ficheiro, o nome jÃĄ existeIncapaz de renomear o directÃŗrio raizNÃŖo Ê suportada a inicializaÃ§ÃŖo cancelÃĄvelIncapaz de converter recurso '%s' para conjunto de caracteres '%s'Incapaz de processar o valor double '%s' para %sIncapaz de processar o valor inteiro '%s' para %sIncapaz de definir permissÃĩes em atalhos simbÃŗlicosIncapaz de truncar um GMemoryInputStreamCanal termina num caracter parcialCaracter fora do limite para UTF-16Caracter fora do limite para UTF-8 ReferÃĒncia de caracter '%-.*s' nÃŖo codifica um caracter permitidoReferÃĒncia de caracter nÃŖo termina com um ponto e vírgula; provavelmente foi utilizado um caracter 'i comercial' sem intenÃ§ÃŖo de iniciar uma entidade - mascare-o como &LigaÃ§ÃŖo em cursoMontagem contida nÃŖo existeConversÃŖo do conjunto de caracteres '%s' para '%s' nÃŖo Ê suportadaIncapaz de alocar %lu bytes para ler o ficheiro "%s"Incapaz de abrir conversor de '%s' para '%s'Incapaz de abrir conversor de '%s' para '%s': %sDefiniÃ§ÃŖo personalizada de %sgrupo DEFINE contÊm mais de um ramoFicheiro de ÃĄrea de trabalho nÃŖo especifica campo ExecDocumento terminou inesperadamente apÃŗs o sinal de igual posterior a um nome de atributo; nenhum valor de atributoDocumento terminou inesperadamente dentro de um comentÃĄrio ou instruÃ§ÃŖo de processamentoDocumento terminou inesperadamente dentro do nome de um atributoDocumento terminou inesperadamente dentro do nome de um elementoDocumento terminou inesperadamente dentro da etiqueta de abertura de um elemento.Documento terminou inesperadamente dentro da etiqueta de fecho do elemento '%s'Documento terminou inesperadamente logo apÃŗs um caracter menor que '<'Documento terminou inesperadamente dentro do valor de um atributoDocumento terminou inesperadamente com elementos ainda abertos - '%s' foi o Ãēltimo elemento abertoDocumento terminou inesperadamente, era esperado um maior que '>' para terminar a etiqueta <%s/>Documento tem de começar com um elemento (ex. )Documento estava vazio ou apenas continha espaçosValor double '%s' para %s para lÃĄ do limite permitidoElemento '%s' foi fechado, mas o elemento actualmente aberto Ê '%s'Elemento '%s' foi fechado, nenhum elemento estÃĄ actualmente abertoDetectada entidade vazia '&;'; entidades vÃĄlidas sÃŖo: & " < > 'Entidade nÃŖo termina com um ponto e vírgula; provavelmente foi utilizado um caracter 'i comercial' sem intenÃ§ÃŖo de iniciar uma entidade - mascare-o como &Nome de entidade '%-.*s' Ê desconhecidoEnumerador estÃĄ fechadoErro ao aceitar a ligaÃ§ÃŖo: %sErro ao ligar-se ao endereço: %sErro ao fechar o ficheiro: %sErro ao fechar o socket: %sErro ao fechar unix: %sErro ao se ligar: %sErro ao se ligar: %sErro ao criar a cÃŗpia da cÃŗpia de segurança: %sErro ao criar o directÃŗrio: %sErro durante a conversÃŖo: %sErro ao obter a informaÃ§ÃŖo do sistema de ficheiros: %sErro ao iniciar a aplicaÃ§ÃŖo: %sErro ao criar atalho: %sErro ao mover o ficheiro: %sErro na linha %d caracter %d: Erro na linha %d: %sErro ao abrir o directÃŗrio '%s': %sErro ao abrir o ficheiro '%s': %sErro ao abrir o ficheiro: %sErro ao processar a opÃ§ÃŖo %sErro ao ler o ficheiro '%s': %sErro ao ler do ficheiro: %sErro ao ler de unix: %sErro ao receber os dados: %sErro ao receber a mensagem: %sErro ao remover o ficheiro: %sErro ao remover o atalho para a cÃŗpia de segurança antiga: %sErro ao remover o ficheiro antigo: %sErro ao remover o ficheiro de destino: %sErro ao renomear o ficheiro: %sErro ao renomear ficheiro temporÃĄrio: %sErro ao resolver %sErro ao resolver '%s': %sErro ao realizar a resoluÃ§ÃŖo invertida de '%s': %sErro ao procurar no ficheiro: %sErro ao enviar os dados: %sErro ao enviar a mensagem: %sErro ao definir o contexto SELinux: %sErro ao definir o atributo extendido '%s': %sErro ao definir a hora de alteraÃ§ÃŖo ou acesso: %sErro ao definir o dono: %sErro ao definir as permissÃĩes: %sErro ao definir o atalho: %sErro ao definir o atalho: ficheiro nÃŖo Ê um atalhoErro ao verificar o ficheiro '%s': %sErro ao verificar o descritor do ficheiro: %sErro ao enviar o ficheiro para o Lixo: %sErro ao truncar ficheiro: %sErro ao compilar a expressÃŖo regular %s no caracter %d: %sErro ao comparar a expressÃŖo regular %s: %sErro ao optimizar a expressÃŖo regular %s: %sErro ao processar o texto de substituiÃ§ÃŖo "%s" no caracter %lu: %sErro ao escrever no ficheiro: %sErro ao escrever no unix: %sIncapaz de remover o ficheiro '%s' existente: falha no g_unlink(): %sEsperado um GEmblem para o GEmblemedIconEra esperada 1 mensagem de controlo, %d recebidasEra esperado um fd, foram recebidos %d Falha ao ir para directÃŗrio '%s' (%s)Falha ao fechar o ficheiro '%s': falha no fclose(): %sFalha ao criar o ficheiro '%s': %sFalha ao criar canal para comunicar com processo filho (%s)Falha ao executar o processo filho "%s" (%s)Falha ao executar processo filho (%s)Falha ao executar aplicaÃ§ÃŖo auxiliar (%s)Falha ao expandir a linha de execuÃ§ÃŖo '%s' com o URI '%s'Falha ao efectuar fork (%s)Falha ao efectuar fork de processo filho (%s)Falha ao obter atributos do ficheiro '%s': falha no fstat(): %sFalha ao mapear o ficheiro '%s': falha no mmap(): %sFalha ao abrir o ficheiro '%s' para escrita: falha no fdopen(): %sFalha ao abrir o ficheiro '%s': %sFalha ao abrir o ficheiro '%s': falha no fdopen(): %sFalha ao abrir o ficheiro '%s': falha no open(): %sFalha ao processar '%-.*s', que deveria ser um dígito dentro de uma referÃĒncia de caracter (ê por exemplo) - talvez o dígito seja demasiado grandeFalha ao ler dados de processo filhoFalha ao ler dados de processo filho (%s)Incapaz de ler dados suficientes de canal pid do filho (%s)Falha ao ler de canal filho (%s)Falha ao ler do ficheiro '%s': %sFalha ao ler o atalho '%s': %sFalha ao redireccionar saída ou entrada de processo filho (%s)Falha ao renomear o ficheiro '%s' para '%s': falha no g_rename(): %sFalha ao redimensionar fluxo de saída de memÃŗriaFalha ao escrever o ficheiro '%s': falha no fflush(): %sFalha ao escrever o ficheiro '%s': falha no fsync(): %sFalha ao escrever o ficheiro '%s': falha no fwrite(): %sFicheiro "%s" Ê demasiado grandeEnumerador de ficheiro tem uma operaÃ§ÃŖo por terminarEnumerador de ficheiro jÃĄ estÃĄ fechadoFicheiro estÃĄ vazioNomes de ficheiros nÃŖo podem conter '%c'Raiz do sistema de ficheirosGSocketControlMessage nÃŖo Ê suportada em windowsOpçÃĩes de Ajuda:Nome de mÃĄquina '%s' contÊm '[' mas nÃŖo ']'Fluxo de entrada nÃŖo implementa a leituraValor inteiro '%s' para %s para lÃĄ do limite permitidoValor inteiro '%s' para alÊm do limite permitidoFornecido um GSeekType invÃĄlidoTexto codificado UTF-8 invÃĄlido no nome - '%s' invÃĄlidoTipo de atributo invÃĄlido (esperado uma expressÃŖo byte)Tipo de atributo invÃĄlido (esperada uma expressÃŖo)Tipo de atributo invÃĄlido (esperado um uint32)Tipo de atributo invÃĄlido (esperado um uint64)SequÃĒncia de bytes invÃĄlida na origem da conversÃŖoNome de atributo extendido invÃĄlidoNome de ficheiro invÃĄlidoNome de ficheiro %s invÃĄlidoNome de grupo invÃĄlido: %sNome de mÃĄquina invÃĄlidoNome de chave invÃĄlida: %sNome de aplicaÃ§ÃŖo invÃĄlido: %sPedido de procura invÃĄlidoSequÃĒncia invÃĄlida na conversÃŖo da entradaSocket invÃĄlido, a inicializaÃ§ÃŖo falhou devido a: %sSocket invÃĄlido, nÃŖo inicializadoExpressÃŖo invÃĄlida no vector de argumentos na posiÃ§ÃŖo %d: %sExpressÃŖo invÃĄlida no ambiente: %sDado um valor de atalho invÃĄlidoDirectÃŗrio de trabalho invÃĄlido: %sFicheiro de chave contÊm caracteres escapados no final da linhaFicheiro de chave contÊm uma sequÃĒncia de caracteres escapados invÃĄlida '%s'Ficheiro de chave contÊm a chave '%s' no grupo '%s' cujo valor nÃŖo Ê interpretÃĄvel.Ficheiro de chaves contÊm a chave '%s' cujo valor nÃŖo Ê interpretÃĄvel.Ficheiro de chave contÊm a chave '%s' cujo valor nÃŖo Ê interpretÃĄvel.Ficheiro de chave contÊm a chave '%s' com o valor '%s' que nÃŖo Ê UTF-8O ficheiro de chave contÊm a linha '%s' que nÃŖo Ê um par chave-valor, grupo ou comentÃĄrioFicheiro de chave contÊm uma codificaÃ§ÃŖo nÃŖo suportada '%s'Ficheiro de chave nÃŖo possui um grupo '%s'Ficheiro de chave nÃŖo contÊm a chave '%s'Ficheiro de chave nÃŖo possui a chave '%s' no grupo '%s'Ficheiro de chave nÃŖo começa com um grupoDados residuais nÃŖo convertidos no buffer de leituraA escuta jÃĄ se encontra fechadaDados de entrada mal-formados para o GFileIconNÃēmero de blocos (%d) mal-formado na codificaÃ§ÃŖo GEmblemNÃēmero de blocos (%d) mal-formado na codificaÃ§ÃŖo GEmblemedIconNÃēmero de versÃŖo mal-formado: %sFluxo de saída de memÃŗria nÃŖo Ê redimensionÃĄvelArgumento em falta para %sNÃŖo Ê suportado mover entre montadosNenhum tipo MIME definido no marcador para o URI '%s'NÃŖo existe nenhuma aplicaÃ§ÃŖo registada para gerir este ficheiroNenhuma aplicaÃ§ÃŖo denominada '%s' registou um marcador para '%s'NÃŖo foi encontrado nenhum marcador para o URI '%s'Nenhum grupo definido no marcador para o URI '%s'Nenhum sinal privado definido no marcador para o URI '%s'Nenhum registo de serviço para '%s'Nenhum tipo para o nome da classe %sNÃŖo foi encontrado nenhum ficheiro de marcador vÃĄlido nos directÃŗrios de dadosNÃŖo Ê um ficheiro comumEspaço insuficiente para o endereço do socketCaracter estranho '%s', era esperado um '=' apÃŗs o nome do atributo '%s' do elemento '%s'Caracter estranho '%s', era esperado um caracter '>' para terminar a etiqueta de elemento vazio '%s'Caracter estranho '%s', era esperado um caracter '>' ou '/' para terminar a etiqueta inicial do elemento '%s', ou opcionalmente um atributo; talvez tenha sido utilizado um caracter invÃĄlido no nome de um atributoCaracter estranho '%s', era esperada uma abertura de aspa apÃŗs o sinal de igual ao atribuir valor ao atributo '%s' do elemento '%s'OperaÃ§ÃŖo nÃŖo suportadaA operaÃ§ÃŖo foi canceladaFluxo de saída nÃŖo implementa a escritabiblioteca PCRE estÃĄ compilada sem suporte para propriedades UTF8biblioteca PCRE estÃĄ compilada sem suporte UTF8nÃŖo sÃŖo suportados os elementos de junÃ§ÃŖo POSIXclasses denominadas POSIX apenas sÃŖo suportadas dentro de uma classeSequÃĒncia de caracteres parcial no final da origemTexto citado nÃŖo Ê iniciado com um caracter de aspaAtingido o limite de dados de uma matrizRecebido um fd invÃĄlidoO contexto SELinux tem de ser nÃŖo-NULLO SELinux nÃŖo estÃĄ activo neste sistemaFluxo nÃŖo suporta procuraNÃŖo Ê suportada a definiÃ§ÃŖo do atributo %sApresentar todas as opçÃĩes de ajudaApresentar as opçÃĩes de ajudaSocket jÃĄ estÃĄ fechadoFluxo de origem jÃĄ estÃĄ fechadoFluxo nÃŖo suporta query_infoFluxo tem uma operaÃ§ÃŖo por terminarO fluxo jÃĄ se encontra fechadoAtalhos nÃŖo sÃŖo suportadosFicheiro de destino jÃĄ existeFicheiro de destino Ê um directÃŗrioO ficheiro de destino nÃŖo Ê um ficheiro comumModelo '%s' nÃŖo contÊm XXXXXXModelo '%s' invÃĄlido, nÃŖo deveria conter um '%s'Temporariamente indisponível para resolver '%s'Texto terminou antes de ser encontrada a aspa equivalente para %c. (O texto era '%s')Texto terminou apÃŗs um caracter '\'. (O texto era '%s')Texto estava vazio (ou apenas continha espaços)O URI '%s' contÊm caracteres incorrectamente mascaradosO URI '%s' Ê invÃĄlidoO URI '%s' nÃŖo Ê um URI absoluto que utiliza o esquema "file"O ficheiro foi alterado externamenteO nome de mÃĄquina do URI '%s' Ê invÃĄlidoO URI de ficheiro local '%s' nÃŖo deverÃĄ incluir um '#'O nome de caminho '%s' nÃŖo Ê um caminho absolutoValor de contagem demasiado grande passado para %sNÃŖo existe suporte para o LixoFluxo de entrada nÃŖo permite truncarFluxo nÃŖo suporta truncarO tipo %s nÃŖo implementa from_tokens() no interface GIconO tipo %s nÃŖo implementa o interface GIconO tipo %s nÃŖo possui uma classeNÃŖo sÃŖo suportados URIsIncapaz de criar socket: %sIncapaz de criar o directÃŗrio de Lixo %s: %sIncapaz de criar o ficheiro de informaÃ§ÃŖo do Lixo: %sIncapaz de encontrar o tipo de monitor por omissÃŖo do directÃŗrio localIncapaz de encontrar tipo de monitor por omissÃŖo de ficheiro localIncapaz de encontrar ou criar o directÃŗrio de LixoIncapaz de encontrar a consola necessÃĄria à aplicaÃ§ÃŖoIncapaz de encontrar o directÃŗrio de topo para o LixoIncapaz de obter o erro pendente: %sIncapaz de enviar o ficheiro para o Lixo: %sAtributo '%s' inesperado para o elemento '%s'Final precoce de fluxo inesperadoErro inesperado no g_io_channel_win32_poll() ao ler dados de um processo filhoErro inesperado no select() ao ler dados de processo filho (%s)Erro inesperado em waitpid() (%s)Etiqueta '%s' inesperada dentro de '%s'Etiqueta '%s' inesperada, esperada a etiqueta '%s'Tipo inesperado de dados basilaresErro desconhecido ao executar processo filho "%s"Erro desconhecido ao se ligarOpÃ§ÃŖo %s desconhecidaFoi especificado um protocolo desconhecidoTipo desconhecidoAspa sem par na linha de comando ou outro texto de consola citadoSem nomeEndereço de socket nÃŖo suportadoUtilizaÃ§ÃŖo:Incapaz de encontrar um ficheiro de chave vÃĄlido nos directÃŗrios procuradosIncapaz de interpretar o valor '%s' como uma boleana.Incapaz de interpretar o valor '%s' como um nÃēmero de vírgula flutuante.Incapaz de interpretar o valor '%s' como um numÊrico.A aguardar pela condiÃ§ÃŖo do socket: %sNÃēmero incorrecto de blocos (%d)[OPÇÃO...]\ no final do padrÃŖo\C nÃŖo Ê permitido numa asserÃ§ÃŖo de verificaÃ§ÃŖo anterior\c no final do padrÃŖo\g nÃŖo Ê seguido de um nome com chavetas ou nÃēmero nÃŖo-zero com chavetas opcionalesperada uma asserÃ§ÃŖo apÃŗs (?(alteraçÃĩes de associaÃ§ÃŖo nÃŖo sÃŖo suportadas em win32referÃĒncias anteriores como condiçÃĩes nÃŖo sÃŖo suportadas para comparaÃ§ÃŖo parciallimite de retroceder alcançadonÃŖo sÃŖo aqui permitidos escapes de alteraÃ§ÃŖo de capitalizaÃ§ÃŖo (\l, \L, \u, \U)valor do caracter na sequÃĒncia \x{...} Ê demasiado grandecÃŗdigo fora dos limitesgrupo condicional contÊm mais de dois ramosobjecto corrompidoIncapaz de obter o endereço local: %sIncapaz de obter o endereço remoto(): %sincapaz de escutar: %sa criar o GSocket do fd: %sesperado um dígitoa unidade nÃŖo implementa a ejecÃ§ÃŖoa unidade nÃŖo implementa ejectar ou eject_with_operationa unidade nÃŖo implementa a verificaÃ§ÃŖo de existÃĒncia de mediaa unidade nÃŖo implementa a reproduÃ§ÃŖoa unidade nÃŖo implementa o pararfalha ao obter memÃŗriaesperado um dígito hexadecimalesperado um dígito hexadecimal ou '}'referÃĒncia simbÃŗlica ilegalopçÃĩes de NEWLINE inconsistenteserro internoerro interno ou objecto corrompidocombinaÃ§ÃŖo invÃĄlida de parÃĸmetros de quebra de linhacondiÃ§ÃŖo invÃĄlida (?(0)sequÃĒncia de escape invÃĄlida na classe de caracterasserÃ§ÃŖo de verificaÃ§ÃŖo anterior nÃŖo Ê de largura fixasequÃĒncia \P ou \p mal formadanÃēmero ou nome mal formado apÃŗs (?(falta '<' na referÃĒncia simbÃŗlicafalta o ) apÃŗs o comentÃĄriofalta o ) de fechofalta o ] de fecho da classe de caracterfalta o terminador no nome do subpadrÃŖomontar nÃŖo implementa detecÃ§ÃŖo do tipo de conteÃēdomontar nÃŖo implementa ejectarmontar nÃŖo implementa ejectar ou eject_with_operationmontar nÃŖo implementa remontarmontar nÃŖo implementa detecÃ§ÃŖo síncrona do tipo de conteÃēdomontar nÃŖo implementa desmontarmontar nÃŖo implementa desmontar ou unmount_with_operationnada a repetirnÃēmero demasiado grande no quantificador {}nÃēmeros fora da ordem no quantificador {}valor octal Ê maior do que \377sem memÃŗria livrederramou fora da ÃĄrea de trabalho de compilaÃ§ÃŖosubpadrÃŖo referenciado previamente verificado nÃŖo foi encontradointervalo fora da ordem na classe de caracteralcançado o limite de recursividadechamada recursiva pode iterar indefinidamentereferÃĒncia a padrÃŖo inexistenteexpressÃŖo regular demasiado extensanÃŖo Ê permitido repetir um grupo DEFINE'\' final a maisnome do subpadrÃŖo Ê demasiado extenso (mÃĄximo de 32 caracteres)atalho tem de ser nÃŖo-NULLo padrÃŖo contÊm itens nÃŖo suportados para comparaÃ§ÃŖo parcialdemasiados subpadrÃĩes denominados (mÃĄximo de 10.000)dois subpadrÃĩes denominados tÃĒm o mesmo nomerepetiÃ§ÃŖo inesperadareferÃĒncia simbÃŗlica por terminarnome de classe POSIX desconhecidoerro desconhecidosequÃĒncia de escape desconhecidanome de propriedade desconhecido apÃŗs \P ou \pcaracter desconhecido apÃŗs (?caracter desconhecido apÃŗs (?<caracter desconhecido apÃŗs (?Po caracter apÃŗs \ Ê desconhecidounidade nÃŖo implementa a ejecÃ§ÃŖounidade nÃŖo implementa a ejecÃ§ÃŖo ou eject_with_operationunidade nÃŖo implementa a montagemalcançado o limite da ÃĄrea de trabalho para sub-expressÃĩes vaziasreferÃĒncia simbÃŗlica de tamanho zero./glib-2.22.2-i686/usr/share/locale/pa/0000755000000000000000000000000011271166777015632 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/pa/LC_MESSAGES/0000755000000000000000000000000011271166777017417 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/pa/LC_MESSAGES/glib20.mo0000644000000000000000000016534111271166636021037 0ustar rootrootŪ•œ !‘!Ĩ!­!ĩ! Ŋ!É!YŅ!_+"a‹"í"#)'#Q#&e#BŒ#Ī#æ#+û#('$ P$q$#$ą$Ë$2ã$9%!P%4r%/§%×%3î%+"&1N&-€&/Ž&#Ū&' ')8'b'(~',§'%Ô'&ú'"!("D()g(!‘( ŗ(AÔ(ž)ĩ)Ė);ė).(**W*.‚*ą**Ę*&õ*a+F~+4Å+2ú+:-,Ah,@Ē,;ë,W'-W-1×-/ .%9.?_.5Ÿ.IÕ.‘/ ą/Ō/į/0#0:0S0j0}0’0ą0Î0!ę0 1,1K1a1|1 ‘1˛1Î1å1ũ1252Q2j2†2"ž2Á2Ũ2ü2!363K3 d3…3Ÿ3ļ3!Đ3)ō3-4J4b4€4,š4Į4!ã455:75.r50Ą59Ō5 6&6>@6$6#¤6Č6'æ6.7=7?\7)œ7$Æ7%ë7-8?8!S89u8*¯89Ú89-19+_9Š‹9&:+=:3i:#:!Á:)ã:8 ;9F;%€;.Ļ;-Õ;.<2<)I<!s< •<Ŗ<Â<.Ō< =&=#6=&Z==Ą=3ŧ=-đ=(>(G>(p>)™>Ã>ã>ô>??0?E?^?$s?0˜?É?+é?!@7@S@1q@.Ŗ@TŌ@H'AFpA=ˇALõA+BB!nBB-°B$ŪB(C,C"GC3jC9žCØC"õCD!0D1RD2„D<ˇDôD&E9:EtEE)ŠEĶE#æEL FNWF°ĻFzWGŌGęG%H8(H-aH*H5ēH*đH/I KIlI €I%ĄIĮI"äIJJ/JHJ!hJ ŠJĢJÄJáJôJ!K$1K0VK"‡KFĒK:ņK-,L2ZLL;ĨL áL'M-*M)XM"‚MĨM$šM ŪM?˙M.?NnN…N˜N!´N'ÖN3ūN.2O(aO0ŠO+ģOįOP* PKPOjPCēP"ūP!Q&AQ!hQ*ŠQĩQÎQāQ ˙QC RPRXRsR0zR.ĢR3ÚR-S TDiTŽT;ÉT0U 6U1DUvU‡U §UČUŨUúU V5'V)]V‡VĨVÂV×V!ōVW/WLW"[W$~WŖW*ģW(æWX"+X!NXpXˆX)žX%ČX-îXY5:YpY9YĘY9ęY$Z6Z%VZ |Z ZĢZ2ĮZ%úZ [&8[$_[„['Ą[É[3Ų[ \=&\+d\(\š\Ë\é\ ]]$(]M] m] Ž] ¯]Đ]6ī]&^,E^r^‘^$!`F`N`V`^`{`ú‹`ā†a¯gb1c?Ic`‰c4ęccdŠƒd7e&FePmeQžeQfFbfrŠfVgQsgoÅg†5hcŧhh ic‰iIíi—7juĪjyEkwŋky7ląlO1m\mŪmgonO×n`'odˆovíoidpTÎp_#qBƒq=Æq†rN‹r,ÚsFtwNtnÆt^5uh”u/ũu^-v_Œv÷ėv›äwv€x‚÷xŽzy‡ z‘zy"{ĸœ{Î?|}uŸ}T~vj~}á~v_QÖ?(/hV˜PīA@‚A‚‚9Ă;ū‚=:ƒPxƒLɃ3„]J„S¨„Sü„:P…:‹…-ƅKô…:@†B{†@ž†7˙†G7‡?‡7ŋ‡=÷‡=5ˆcsˆP׈P(‰Dy‰Tž‰.Š2BŠ3uŠ?Њ:éŠ@$‹Le‹\˛‹_Œ.oŒJžŒ,éŒ[0rSŖL÷GDŽ“ŒŽe o†ö:x?ŗķ4s‘P¨‘Fų‘O@’b’Aķ’”5“aʓ[,”Vˆ”jߔ(J•Us•yɕjC–€Ž–6/—_f—`Ɨ'˜c/™e“™vų™opšDāšU%›š{›iœz€œ]ûœ\Y]ļ2žlGžV´ž ŸZ,Ÿ&‡Ÿ\ޟ  O# Zs dΠF3Ą*zĄdĨĄe ĸGpĸR¸ĸR Ŗy^Ŗ3ØŖ ¤#-¤'Q¤ y¤'š¤0¤$ķ¤cĨY|ĨUÖĨT,ĻIĻBËĻ<§xK§\ħá!¨ÄŠ’ČŠ‡[ĒĀãĒh¤ĢL ŦRZŦg­Ŧk­U­:×­CŽoVŽuÆŽ0<¯fm¯6Ô¯O °‚[°Ū°™`ąLúą€G˛ȲEHŗDŽŗ›Ķŗ6o´PĻ´Š÷´¨ĄĩyJļWġ2š6OšZ†š–ášzxēOķēkCģb¯ģ…ŧE˜ŧŪŧOøŧLHŊI•Ŋ<ßŊ0ž#Mž7qžDŠž>îžP-ŋ:~ŋYšŋ6ĀBJĀ]ĀEëƒ1ÁRĩÁ…ÂvŽÂQÃ0WÃ,ˆÃbĩÃ:ÄQSÄZĨÄYÅQZÅ&ŦÅhĶÅX<Æv•ÆR Į0_Į&Į:ˇĮYōĮYLȂĻČs)ÉiÉmĘmuĘAãĘI%Ë>oË@ŽË§īˋ—Ė8#Í$\ÍBÍFÄÍk Î<wδÎBŅÎĪ„1ĪļĪ<ĘĪЊЌŖĐ 0ŅŅŅ>_Ō8žŌ×Ō/æŌ;Ķ0RĶ˃ĶMOÔMÔ“ëÔ7ÕgˇÕZÖzÖj—Ö%×N(×Qw×4É×Hū×#GØPkØ^ŧØcŲLŲ;ĖŲ3ÚB<ÚQÚ8ŅÚ! Û",ÛROÛGĸÛ%ęÛWÜAhÜ/ĒÜKÚÜS&Ũ<zŨ1ˇŨXéŨ[BŪmžŪZ ßegßZÍ߃(āZŦāoá4wáJŦá=÷á85â&nâB•âsØâPLã&ãhÄãP-äG~äYÆä ådAåPĻå’÷åWŠæOâæ2į>Oį,Žįģį)ØįYč<\č6™č6Đč4éC<éh€éMééZ7ęN’ęŗA3ôMˇTû%K6´V‹ũŽ7Ā0bI†š˛T-ëâB€„Z×Ũã$ˆÂ į[v ķ.F&š°GQ{)^Ŗ¨Ė;ŦsÔ&]5@RqīgkåĄ:qWæĶ…Wõ}w¯"U)ōAO ø‡Ëŋ(d…rM#„\?ÛX ˙`;?Nvjl 't€KY1NfÁ>n27pRi¤nęm6ŸĮáu3-yļ÷‡î_*IP iuS|ܞ–OŲØd!<5JŒ ŠēsāĘĩģÕ2ė,éLú/[ŠVU_•xb'†8^9E+Č>Qxņ4 ֘‰”CĨÅt<ä‚9ŪŠmž4ĒDhƒe+‘írBD%1#Gf=|Ŋ8HŅ@‰Lo§owS*pP~a Éą:`ÎĢ}zyų0ŧ —ÆĐaÚlđ͜{jc­JZ]=cHCŽ/!\“ĪĻ$ĂX,ßk’öY ÃčE™ĸŒüŽFg›¸ˆŌ .heū"~‹(zƒ (invalid encoding)%.1f GB%.1f KB%.1f MB%s filetype%s type'%s' is not a valid character following a '<' character; it may not begin an element name'%s' is not a valid character following the characters '''%s' is not a valid name '%s' is not a valid name: '%c' (?R or (?[+-]digits must be followed by )) without opening (A bookmark for URI '%s' already existsAbstract unix domain socket addresses not supported on this systemAdded socket is closedApplication Options:Association creation not supported on win32Attribute '%s' of element '%s' not foundAttribute value must be non-NULLBackup file creation failedCan't copy directory over directoryCan't copy over directoryCan't copy special fileCan't create user MIME configuration folder %s: %sCan't create user application configuration folder %s: %sCan't create user desktop file %sCan't do a raw read in g_io_channel_read_line_stringCan't do a raw read in g_io_channel_read_to_endCan't find applicationCan't handle the supplied version the icon encodingCan't handle version %d of GEmblem encodingCan't handle version %d of GEmblemedIcon encodingCan't handle version %d of GFileIcon encodingCan't handle version %d of GThemedIcon encodingCan't move directory over directoryCan't open directoryCan't recursively copy directoryCan't rename file, filename already existCan't rename root directoryCancellable initialization not supportedCannot convert fallback '%s' to codeset '%s'Cannot parse double value '%s' for %sCannot parse integer value '%s' for %sCannot set permissions on symlinksCannot truncate GMemoryInputStreamChannel terminates in a partial characterCharacter out of range for UTF-16Character out of range for UTF-8Character reference '%-.*s' does not encode a permitted characterCharacter reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Connection in progressContaining mount does not existConversion from character set '%s' to '%s' is not supportedCould not allocate %lu bytes to read file "%s"Could not open converter from '%s' to '%s'Could not open converter from '%s' to '%s': %sCustom definition for %sDEFINE group contains more than one branchDesktop file didn't specify Exec fieldDocument ended unexpectedly after the equals sign following an attribute name; no attribute valueDocument ended unexpectedly inside a comment or processing instructionDocument ended unexpectedly inside an attribute nameDocument ended unexpectedly inside an element nameDocument ended unexpectedly inside an element-opening tag.Document ended unexpectedly inside the close tag for element '%s'Document ended unexpectedly just after an open angle bracket '<'Document ended unexpectedly while inside an attribute valueDocument ended unexpectedly with elements still open - '%s' was the last element openedDocument ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>Document must begin with an element (e.g. )Document was empty or contained only whitespaceDouble value '%s' for %s out of rangeElement '%s' was closed, but the currently open element is '%s'Element '%s' was closed, no element is currently openEmpty entity '&;' seen; valid entities are: & " < > 'Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Entity name '%-.*s' is not knownEnumerator is closedError accepting connection: %sError binding to address: %sError closing file: %sError closing socket: %sError closing unix: %sError connecting: Error connecting: %sError creating backup copy: %sError creating directory: %sError during conversion: %sError getting filesystem info: %sError launching application: %sError making symbolic link: %sError moving file: %sError on line %d char %d: Error on line %d: %sError opening directory '%s': %sError opening file '%s': %sError opening file: %sError parsing option %sError reading file '%s': %sError reading from file: %sError reading from unix: %sError receiving data: %sError receiving message: %sError removing file: %sError removing old backup link: %sError removing old file: %sError removing target file: %sError renaming file: %sError renaming temporary file: %sError resolving '%s'Error resolving '%s': %sError reverse-resolving '%s': %sError seeking in file: %sError sending data: %sError sending message: %sError setting SELinux context: %sError setting extended attribute '%s': %sError setting modification or access time: %sError setting owner: %sError setting permissions: %sError setting symlink: %sError setting symlink: file is not a symlinkError stating file '%s': %sError stating file descriptor: %sError trashing file: %sError truncating file: %sError while compiling regular expression %s at char %d: %sError while matching regular expression %s: %sError while optimizing regular expression %s: %sError while parsing replacement text "%s" at char %lu: %sError writing to file: %sError writing to unix: %sExisting file '%s' could not be removed: g_unlink() failed: %sExpected a GEmblem for GEmblemedIconExpecting 1 control message, got %dExpecting one fd, but got %d Failed to change to directory '%s' (%s)Failed to close file '%s': fclose() failed: %sFailed to create file '%s': %sFailed to create pipe for communicating with child process (%s)Failed to execute child process "%s" (%s)Failed to execute child process (%s)Failed to execute helper program (%s)Failed to expand exec line '%s' with URI '%s'Failed to fork (%s)Failed to fork child process (%s)Failed to get attributes of file '%s': fstat() failed: %sFailed to map file '%s': mmap() failed: %sFailed to open file '%s' for writing: fdopen() failed: %sFailed to open file '%s': %sFailed to open file '%s': fdopen() failed: %sFailed to open file '%s': open() failed: %sFailed to parse '%-.*s', which should have been a digit inside a character reference (ê for example) - perhaps the digit is too largeFailed to read data from child processFailed to read data from child process (%s)Failed to read enough data from child pid pipe (%s)Failed to read from child pipe (%s)Failed to read from file '%s': %sFailed to read the symbolic link '%s': %sFailed to redirect output or input of child process (%s)Failed to rename file '%s' to '%s': g_rename() failed: %sFailed to resize memory output streamFailed to write file '%s': fflush() failed: %sFailed to write file '%s': fsync() failed: %sFailed to write file '%s': fwrite() failed: %sFile "%s" is too largeFile enumerator has outstanding operationFile enumerator is already closedFile is emptyFile names cannot contain '%c'Filesystem rootGSocketControlMessage not supported on windowsHelp Options:Hostname '%s' contains '[' but not ']'Input stream doesn't implement readInteger value '%s' for %s out of rangeInteger value '%s' out of rangeInvalid GSeekType suppliedInvalid UTF-8 encoded text in name - not valid '%s'Invalid attribute type (byte string expected)Invalid attribute type (string expected)Invalid attribute type (uint32 expected)Invalid attribute type (uint64 expected)Invalid byte sequence in conversion inputInvalid extended attribute nameInvalid filenameInvalid filename %sInvalid group name: %sInvalid hostnameInvalid key name: %sInvalid program name: %sInvalid seek requestInvalid sequence in conversion inputInvalid socket, initialization failed due to: %sInvalid socket, not initializedInvalid string in argument vector at %d: %sInvalid string in environment: %sInvalid symlink value givenInvalid working directory: %sKey file contains escape character at end of lineKey file contains invalid escape sequence '%s'Key file contains key '%s' in group '%s' which has value that cannot be interpreted.Key file contains key '%s' which has a value that cannot be interpreted.Key file contains key '%s' which has value that cannot be interpreted.Key file contains key '%s' with value '%s' which is not UTF-8Key file contains line '%s' which is not a key-value pair, group, or commentKey file contains unsupported encoding '%s'Key file does not have group '%s'Key file does not have key '%s'Key file does not have key '%s' in group '%s'Key file does not start with a groupLeftover unconverted data in read bufferListener is already closedMalformed input data for GFileIconMalformed number of tokens (%d) in GEmblem encodingMalformed number of tokens (%d) in GEmblemedIcon encodingMalformed version number: %sMemory output stream not resizableMissing argument for %sMove between mounts not supportedNo MIME type defined in the bookmark for URI '%s'No application is registered as handling this fileNo application with name '%s' registered a bookmark for '%s'No bookmark found for URI '%s'No groups set in bookmark for URI '%s'No private flag has been defined in bookmark for URI '%s'No service record for '%s'No type for class name %sNo valid bookmark file found in data dirsNot a regular fileNot enough space for socket addressOdd character '%s', expected a '=' after attribute name '%s' of element '%s'Odd character '%s', expected a '>' character to end the empty-element tag '%s'Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute nameOdd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'Operation not supportedOperation was cancelledOutput stream doesn't implement writePCRE library is compiled without UTF8 properties supportPCRE library is compiled without UTF8 supportPOSIX collating elements are not supportedPOSIX named classes are supported only within a classPartial character sequence at end of inputQuoted text doesn't begin with a quotation markReached maximum data array limitReceived invalid fdSELinux context must be non-NULLSELinux is not enabled on this systemSeek not supported on streamSetting attribute %s not supportedShow all help optionsShow help optionsSocket is already closedSource stream is already closedStream doesn't support query_infoStream has outstanding operationStream is already closedSymbolic links not supportedTarget file existsTarget file is a directoryTarget file is not a regular fileTemplate '%s' doesn't contain XXXXXXTemplate '%s' invalid, should not contain a '%s'Temporarily unable to resolve '%s'Text ended before matching quote was found for %c. (The text was '%s')Text ended just after a '\' character. (The text was '%s')Text was empty (or contained only whitespace)The URI '%s' contains invalidly escaped charactersThe URI '%s' is invalidThe URI '%s' is not an absolute URI using the "file" schemeThe file was externally modifiedThe hostname of the URI '%s' is invalidThe local file URI '%s' may not include a '#'The pathname '%s' is not an absolute pathToo large count value passed to %sTrash not supportedTruncate not allowed on input streamTruncate not supported on streamType %s does not implement from_tokens() on the GIcon interfaceType %s does not implement the GIcon interfaceType %s is not classedURIs not supportedUnable to create socket: %sUnable to create trash dir %s: %sUnable to create trashing info file: %sUnable to find default local directory monitor typeUnable to find default local file monitor typeUnable to find or create trash directoryUnable to find terminal required for applicationUnable to find toplevel directory for trashUnable to get pending error: %sUnable to trash file: %sUnexpected attribute '%s' for element '%s'Unexpected early end-of-streamUnexpected error in g_io_channel_win32_poll() reading data from a child processUnexpected error in select() reading data from a child process (%s)Unexpected error in waitpid() (%s)Unexpected tag '%s' inside '%s'Unexpected tag '%s', tag '%s' expectedUnexpected type of ancillary dataUnknown error executing child process "%s"Unknown error on connectUnknown option %sUnknown protocol was specifiedUnknown typeUnmatched quotation mark in command line or other shell-quoted textUnnamedUnsupported socket addressUsage:Valid key file could not be found in search dirsValue '%s' cannot be interpreted as a boolean.Value '%s' cannot be interpreted as a float number.Value '%s' cannot be interpreted as a number.Waiting for socket condition: %sWrong number of tokens (%d)[OPTION...]\ at end of pattern\C not allowed in lookbehind assertion\c at end of pattern\g is not followed by a braced name or an optionally braced non-zero numberassertion expected after (?(association changes not supported on win32back references as conditions are not supported for partial matchingbacktracking limit reachedcase-changing escapes (\l, \L, \u, \U) are not allowed herecharacter value in \x{...} sequence is too largecode overflowconditional group contains more than two branchescorrupted objectcould not get local address: %scould not get remote address: %scould not listen: %screating GSocket from fd: %sdigit expecteddrive doesn't implement ejectdrive doesn't implement eject or eject_with_operationdrive doesn't implement polling for mediadrive doesn't implement startdrive doesn't implement stopfailed to get memoryhexadecimal digit expectedhexadecimal digit or '}' expectedillegal symbolic referenceinconsistent NEWLINE optionsinternal errorinternal error or corrupted objectinvalid combination of newline flagsinvalid condition (?(0)invalid escape sequence in character classlookbehind assertion is not fixed lengthmalformed \P or \p sequencemalformed number or name after (?(missing '<' in symbolic referencemissing ) after commentmissing terminating )missing terminating ] for character classmissing terminator in subpattern namemount doesn't implement content type guessingmount doesn't implement ejectmount doesn't implement eject or eject_with_operationmount doesn't implement remountmount doesn't implement synchronous content type guessingmount doesn't implement unmountmount doesn't implement unmount or unmount_with_operationnothing to repeatnumber too big in {} quantifiernumbers out of order in {} quantifieroctal value is greater than \377out of memoryoverran compiling workspacepreviously-checked referenced subpattern not foundrange out of order in character classrecursion limit reachedrecursive call could loop indefinitelyreference to non-existent subpatternregular expression too largerepeating a DEFINE group is not allowedstray final '\'subpattern name is too long (maximum 32 characters)symlink must be non-NULLthe pattern contains items not supported for partial matchingtoo many named subpatterns (maximum 10,000)two named subpatterns have the same nameunexpected repeatunfinished symbolic referenceunknown POSIX class nameunknown errorunknown escape sequenceunknown property name after \P or \punrecognized character after (?unrecognized character after (?<unrecognized character after (?Punrecognized character follows \volume doesn't implement ejectvolume doesn't implement eject or eject_with_operationvolume doesn't implement mountworkspace limit for empty substrings reachedzero-length symbolic referenceProject-Id-Version: glib.HEAD Report-Msgid-Bugs-To: POT-Creation-Date: 2009-10-07 09:51-0400 PO-Revision-Date: 2009-09-13 08:57+0530 Last-Translator: A S Alam Language-Team: Punjabi/Panjabi MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: Lokalize 1.0 Plural-Forms: nplurals=2; plural=(n != 1) (⍗⍞⍤ ā¨‡āŠ°ā¨•āŠ‹ā¨Ąā¨ŋāŠ°ā¨—)%.1f GB%.1f KB%.1f MB%s ā¨Ģā¨žā¨‡ā¨˛-ā¨Ÿā¨žā¨ˆā¨Ē%s ā¨Ÿā¨žā¨ˆā¨Ēā¨‡ā¨š '%s' ā¨œā¨žā¨‡ā¨œ ā¨…āŠąā¨–ā¨° ā¨¨ā¨šāŠ€ā¨‚ ā¨šāŠˆ ā¨œāŠ‹ ⍕ā¨ŋ '<' ā¨…āŠąā¨–ā¨° ā¨¤āŠ‹ā¨‚ ā¨Žā¨—ā¨° ā¨šāŠˆ, ā¨‡ā¨š ⍕ā¨ŋā¨¸āŠ‡ ā¨ā¨˛āŠ€ā¨Žā¨ŋāŠ°ā¨Ÿ ā¨ĻāŠ‡ ā¨¨ā¨žā¨‚ ā¨¨ā¨žā¨˛ ā¨†ā¨°āŠ°ā¨­ ā¨¨ā¨šāŠ€ā¨‚ ā¨šāŠ‹ā¨Ŗā¨ž ā¨šā¨žā¨šāŠ€ā¨Ļā¨ž ā¨šāŠˆā¨‡ā¨¸ '' ā¨…āŠąā¨–ā¨° ā¨šāŠ€ ā¨Žā¨¨ā¨œā¨ŧāŠ‚ā¨° ā¨šāŠˆ'%s' ā¨ĸāŠāŠąā¨•ā¨ĩā¨žā¨‚ ā¨¨ā¨žā¨‚ ā¨¨ā¨šāŠ€ā¨‚'%s' ā¨ĸāŠāŠąā¨•ā¨ĩā¨žā¨‚ ā¨¨ā¨žā¨‚ ā¨¨ā¨šāŠ€ā¨‚ ā¨šāŠˆ: '%c' (?R ā¨œā¨žā¨‚ (?[+-]ā¨Ąā¨ŋ⍜ā¨ŧ⍟ ā¨ĻāŠ‡ ā¨Ŧā¨žā¨…ā¨Ļ ) ā¨šāŠ‹ā¨Ŗā¨ž ā¨šā¨žā¨šāŠ€ā¨ĻāŠ€ ā¨šāŠˆ) ā¨Ŧā¨ŋā¨¨ā¨žā¨‚ ( ā¨–āŠ‹ā¨˛āŠā¨šā¨Ŗ ā¨ĻāŠ‡ ā¨šāŠˆURI '%s' ⍞⍈ ā¨‡āŠąā¨• ā¨ŦāŠāŠąā¨•ā¨Žā¨žā¨°ā¨• ā¨Ēā¨šā¨ŋā¨˛ā¨žā¨‚ ā¨šāŠ€ ā¨ŽāŠŒā¨œāŠ‚ā¨Ļ ā¨šāŠˆā¨¯āŠ‚ā¨¨āŠˆā¨•ā¨¸ ā¨ĄāŠ‹ā¨ŽāŠ‡ā¨¨ ā¨¸ā¨žā¨•ā¨Ÿ ā¨ā¨Ąā¨°āŠˆāŠąā¨¸ ā¨‡ā¨š ⍏ā¨ŋā¨¸ā¨Ÿā¨Ž ā¨ĩā¨˛āŠ‹ā¨‚ ā¨¸ā¨šā¨žā¨‡ā¨• ā¨¨ā¨šāŠ€ā¨‚ ā¨šāŠˆā¨¸ā¨žā¨•ā¨Ÿ ā¨Ēā¨šā¨ŋā¨˛ā¨žā¨‚ ā¨šāŠ€ ā¨ŦāŠ°ā¨Ļ ā¨šāŠˆā¨ā¨Ēā¨˛āŠ€ā¨•āŠ‡ā¨¸ā¨ŧ⍍ ā¨šāŠ‹ā¨Ŗ:⍏ā¨ŦāŠ°ā¨§ ā¨Ŧā¨Ŗā¨žā¨‰ā¨Ŗā¨ž win32 ⍞⍈ ā¨¸ā¨šā¨žā¨‡ā¨• ā¨¨ā¨šāŠ€ā¨‚ ā¨šāŠˆā¨ā¨˛āŠ€ā¨ŽāŠˆā¨‚ā¨Ÿ '%2$s' ⍞⍈ '%1$s' ā¨—āŠā¨Ŗ ā¨¨ā¨šāŠ€ā¨‚ ā¨˛āŠąā¨­ā¨ŋā¨†ā¨—āŠā¨Ŗ ā¨ŽāŠāŠąā¨˛ ⍗ā¨ŧāŠˆā¨°-⍍⍞ ā¨šāŠ‹ā¨Ŗā¨ž ā¨šā¨žā¨šāŠ€ā¨Ļā¨ž ā¨šāŠˆā¨ŦāŠˆā¨•ā¨…āŠąā¨Ē ā¨Ģā¨žā¨‡ā¨˛ ā¨Ŧā¨Ŗā¨žā¨‰ā¨Ŗ ⍞⍈ ā¨ĢāŠ‡ā¨˛āŠā¨šā¨Ąā¨žā¨‡ā¨°āŠˆā¨•ā¨Ÿā¨°āŠ€ ā¨Ąā¨žā¨‡ā¨°āŠˆā¨•ā¨Ÿā¨°āŠ€ ā¨‰āŠąā¨¤āŠ‡ ā¨•ā¨žā¨ĒāŠ€ ā¨¨ā¨šāŠ€ā¨‚ ā¨šāŠ‹ ⍏⍕ā¨ĻāŠ€ā¨Ąā¨žā¨‡ā¨°āŠˆā¨•ā¨Ÿā¨°āŠ€ ā¨‰āŠąā¨¤āŠ‡ ā¨•ā¨žā¨ĒāŠ€ ā¨¨ā¨šāŠ€ā¨‚ ā¨šāŠ‹ ⍏⍕ā¨Ļā¨žā¨–ā¨žā¨¸ ā¨Ģā¨žā¨‡ā¨˛ ā¨•ā¨žā¨ĒāŠ€ ā¨¨ā¨šāŠ€ā¨‚ ā¨•āŠ€ā¨¤āŠ€ ā¨œā¨ž ⍏⍕ā¨ĻāŠ€ā¨¯āŠ‚ā¨œā¨ŧ⍰ MIME ā¨¸āŠ°ā¨°ā¨šā¨¨ā¨ž ā¨ĢāŠ‹ā¨˛ā¨Ąā¨° %s ā¨Ŧā¨Ŗā¨žā¨‡ā¨† ā¨¨ā¨šāŠ€ā¨‚ ā¨œā¨ž ⍏⍕ā¨Ļā¨ž: %sā¨¯āŠ‚ā¨œā¨ŧ⍰ ⍐ā¨Ēā¨˛āŠ€ā¨•āŠ‡ā¨¸ā¨ŧ⍍ ā¨¸āŠ°ā¨°ā¨šā¨¨ā¨ž ā¨ĢāŠ‹ā¨˛ā¨Ąā¨° %s ā¨Ŧā¨Ŗā¨žā¨‡ā¨† ā¨¨ā¨šāŠ€ā¨‚ ā¨œā¨ž ⍏⍕ā¨Ļā¨ž: %sā¨¯āŠ‚ā¨œā¨ŧ⍰ ā¨ĄāŠˆā¨¸ā¨•ā¨Ÿā¨žā¨Ē ā¨Ģā¨žā¨‡ā¨˛ %s ā¨Ŧā¨Ŗā¨žā¨ˆ ā¨¨ā¨šāŠ€ā¨‚ ā¨œā¨ž ⍏⍕ā¨ĻāŠ€g_io_channel_read_line_string ā¨ĩā¨ŋāŠąā¨š ā¨°ā¨žā¨… ā¨ĒāŠœāŠā¨šā¨ŋ⍆ ā¨¨ā¨šāŠ€ā¨‚ ā¨œā¨ž ⍏⍕ā¨Ļā¨žg_io_channel_read_to_end ā¨ĩā¨ŋāŠąā¨š ā¨°ā¨žā¨… ā¨ĒāŠœāŠā¨šā¨ŋ⍆ ā¨¨ā¨šāŠ€ā¨‚ ā¨œā¨ž ⍏⍕ā¨Ļā¨žā¨ā¨Ēā¨˛āŠ€ā¨•āŠ‡ā¨¸ā¨ŧ⍍ ā¨¨ā¨šāŠ€ā¨‚ ā¨˛āŠąā¨­āŠ€ ā¨œā¨ž ⍏⍕ā¨ĻāŠ€ā¨†ā¨ˆā¨•ā¨žā¨¨ ā¨‡āŠ°ā¨•āŠ‹ā¨Ąā¨ŋāŠ°ā¨— ā¨Ļā¨ž ā¨Ļā¨ŋāŠąā¨¤ā¨ž ā¨ĩ⍰⍜⍍ ā¨¨āŠ°ā¨Ŧ⍰ ā¨šāŠˆā¨‚ā¨Ąā¨˛ ā¨¨ā¨šāŠ€ā¨‚ ā¨•āŠ€ā¨¤ā¨ž ā¨œā¨ž ⍏⍕ā¨Ļā¨žGEmblem ā¨‡āŠ°ā¨•āŠ‹ā¨Ąā¨ŋāŠ°ā¨— ā¨Ļā¨ž %d ā¨ĩ⍰⍜⍍ ā¨šāŠˆā¨‚ā¨Ąā¨˛ ā¨¨ā¨šāŠ€ā¨‚ ā¨•āŠ€ā¨¤ā¨ž ā¨œā¨ž ⍏⍕ā¨Ļā¨žGThemedIcon ā¨‡āŠ°ā¨•āŠ‹ā¨Ąā¨ŋāŠ°ā¨— ā¨Ļā¨ž %d ā¨ĩ⍰⍜⍍ ā¨šāŠˆā¨‚ā¨Ąā¨˛ ā¨¨ā¨šāŠ€ā¨‚ ā¨•āŠ€ā¨¤ā¨ž ā¨œā¨ž ⍏⍕ā¨Ļā¨žGFileIcon ā¨‡āŠ°ā¨•āŠ‹ā¨Ąā¨ŋāŠ°ā¨— ā¨Ļā¨ž %d ā¨ĩ⍰⍜⍍ ā¨šāŠˆā¨‚ā¨Ąā¨˛ ā¨¨ā¨šāŠ€ā¨‚ ā¨•āŠ€ā¨¤ā¨ž ā¨œā¨ž ⍏⍕ā¨Ļā¨žGThemedIcon ā¨‡āŠ°ā¨•āŠ‹ā¨Ąā¨ŋāŠ°ā¨— ā¨Ļā¨ž %d ā¨ĩ⍰⍜⍍ ā¨šāŠˆā¨‚ā¨Ąā¨˛ ā¨¨ā¨šāŠ€ā¨‚ ā¨•āŠ€ā¨¤ā¨ž ā¨œā¨ž ⍏⍕ā¨Ļā¨žā¨Ąā¨žā¨‡ā¨°āŠˆā¨•ā¨Ÿā¨°āŠ€ ā¨¨āŠ‚āŠ° ā¨Ąā¨žā¨‡ā¨°āŠˆā¨•ā¨Ÿā¨°āŠ€ ā¨‰āŠąā¨¤āŠ‡ ā¨­āŠ‡ā¨œā¨ŋ⍆ ā¨¨ā¨šāŠ€ā¨‚ ā¨œā¨ž ⍏⍕ā¨Ļā¨žā¨Ąā¨žā¨‡ā¨°āŠˆā¨•ā¨Ÿā¨°āŠ€ ā¨–āŠ‹ā¨˛āŠā¨šāŠ€ ā¨¨ā¨šāŠ€ā¨‚ ā¨œā¨ž ⍏⍕ā¨ĻāŠ€ā¨Ąā¨žā¨‡ā¨°āŠˆā¨•ā¨Ÿā¨°āŠ€ ā¨˛ā¨—ā¨žā¨¤ā¨žā¨° ā¨•ā¨žā¨ĒāŠ€ ā¨¨ā¨šāŠ€ā¨‚ ā¨šāŠ‹ ⍏⍕ā¨ĻāŠ€ā¨Ģā¨žā¨‡ā¨˛ ā¨Ļā¨ž ā¨¨ā¨žā¨‚ ā¨¨ā¨šāŠ€ā¨‚ ā¨Ŧā¨Ļ⍞ā¨ŋ⍆ ā¨œā¨ž ⍏⍕ā¨Ļā¨ž, ā¨Ģā¨žā¨‡ā¨˛ ā¨¨ā¨žā¨‚ ā¨Ēā¨šā¨ŋā¨˛ā¨žā¨‚ ā¨šāŠ€ ā¨ŽāŠŒā¨œāŠ‚ā¨Ļā¨°āŠ‚ā¨Ÿ ā¨Ąā¨žā¨‡ā¨°āŠˆā¨•ā¨Ÿā¨°āŠ€ ā¨Ļā¨ž ā¨¨ā¨žā¨‚ ā¨¨ā¨šāŠ€ā¨‚ ā¨Ŧā¨Ļ⍞ā¨ŋ⍆ ā¨œā¨ž ⍏⍕ā¨Ļā¨žā¨°āŠąā¨Ļā¨•ā¨°ā¨¨ā¨¯āŠ‹ā¨— ⍏ā¨ŧāŠā¨°āŠ‚ ⍞⍈ ā¨¸ā¨šā¨žā¨‡ā¨• ā¨¨ā¨šāŠ€ā¨‚ā¨•āŠ‹ā¨Ą ā¨¸ā¨ŽāŠ‚ā¨š %s ā¨¤āŠ‹ā¨‚ %s ā¨ĩā¨ŋāŠąā¨š ⍤ā¨Ŧā¨ĻāŠ€ā¨˛āŠ€ ā¨¸āŠ°ā¨­ā¨ĩ ā¨¨ā¨šāŠ€ā¨‚%2$s ⍞⍈ ā¨Ąā¨Ŧ⍞ ā¨ŽāŠāŠąā¨˛ '%1$s' ā¨Ēā¨žā¨°ā¨¸ ā¨¨ā¨šāŠ€ā¨‚ ā¨•āŠ€ā¨¤ā¨ž ā¨œā¨ž ⍏⍕ā¨Ļā¨žā¨ĒāŠ‚ā¨°ā¨¨ ā¨…āŠ°ā¨• ā¨ŽāŠāŠąā¨˛ %s' ā¨¨āŠ‚āŠ° %s ⍞⍈ ā¨Ēā¨žā¨°ā¨¸ ā¨¨ā¨šāŠ€ā¨‚ ā¨•āŠ€ā¨¤ā¨ž ā¨œā¨ž ⍏⍕ā¨Ļā¨žā¨¸ā¨ŋā¨Žā¨˛ā¨ŋāŠ°ā¨•ā¨˛ā¨ˆ ⍅⍧ā¨ŋā¨•ā¨žā¨° ā¨¨ā¨šāŠ€ā¨‚ ā¨¸āŠˆāŠąā¨Ÿ ā¨•āŠ€ā¨¤āŠ‡ ā¨œā¨ž ⍏⍕ā¨ĻāŠ‡GMemoryInputStream ā¨›āŠ‹ā¨ŸāŠ€ ā¨¨ā¨šāŠ€ā¨‚ ā¨•āŠ€ā¨¤āŠ€ ā¨œā¨ž ⍏⍕ā¨ĻāŠ€ ā¨šāŠˆā¨‡ā¨• ā¨…āŠąā¨§ ā¨Ē⍚ā¨ĻāŠ‡ ā¨…āŠąā¨–ā¨° ā¨‰āŠąā¨¤āŠ‡ ā¨šāŠˆā¨¨ā¨˛ ā¨ŦāŠ°ā¨Ļ ā¨šāŠ‹ ⍗ā¨ŋ⍆UTF-āŠ§āŠŦ ⍞⍈ ā¨…āŠąā¨–ā¨° ā¨°āŠ‡ā¨œā¨ŧ ā¨¤āŠ‹ā¨‚ ā¨Ŧā¨žā¨šā¨°UTF-8 ⍞⍈ ā¨…āŠąā¨–ā¨° ā¨°āŠ‡ā¨œā¨ŧ ā¨¤āŠ‹ā¨‚ ā¨Ŧā¨žā¨šā¨°ā¨…āŠąā¨–ā¨° ā¨°āŠˆā¨Ģā¨°āŠˆā¨‚ā¨¸ '%-.*s' ⍇⍕ ā¨šāŠā¨ŖāŠ‡ ā¨…āŠąā¨–ā¨° ā¨¨āŠ‚āŠ° ā¨‡ā¨¨ā¨•āŠ‹ā¨Ą ā¨¨ā¨šāŠ€ā¨‚ ⍕⍰ ⍏⍕ā¨Ļā¨žā¨…āŠąā¨–ā¨°āŠ€ ā¨°āŠˆā¨Ģā¨°āŠˆā¨‚ā¨¸ ā¨¸āŠˆā¨ŽāŠ€ā¨•ā¨žā¨˛ā¨¨ ā¨¨ā¨žā¨˛ ā¨–ā¨¤ā¨Ž ā¨¨ā¨šāŠ€ā¨‚ ā¨šāŠ‹ ⍏⍕ā¨Ļā¨ž ā¨šāŠ‹ ⍕ā¨ŋ ā¨¤āŠā¨¸āŠ€ ā¨‡āŠąā¨• ⍐ā¨Ēā¨°ā¨¸āŠˆā¨¨ā¨Ą ā¨…āŠąā¨–ā¨° ā¨Ŧā¨ŋā¨¨ā¨žā¨‚ ā¨ā¨‚ā¨Ÿā¨ŸāŠ€ ⍏ā¨ŧāŠā¨°āŠ‚ ā¨•āŠ€ā¨¤āŠ‡ ā¨šāŠ€ ā¨ĩ⍰⍤ ā¨°ā¨šāŠ‡ ā¨šāŠ‹, ⍐ā¨Ēā¨°ā¨¸āŠˆā¨¨ā¨Ą ā¨‡āŠ°ā¨ & ā¨›āŠąā¨ĄāŠ‹ā¨•āŠā¨¨āŠˆā¨•ā¨¸ā¨ŧ⍍ ā¨œā¨žā¨°āŠ€ ā¨šāŠˆā¨°āŠąā¨–ā¨Ŗ ā¨ĩā¨žā¨˛ā¨ž ā¨Žā¨žā¨Šā¨‚ā¨Ÿ ā¨ŽāŠŒā¨œāŠ‚ā¨Ļ ā¨¨ā¨šāŠ€ā¨‚ā¨•ā¨°āŠˆā¨•ā¨Ÿā¨° ā¨¸ā¨ŽāŠ‚ā¨š %s ā¨¤āŠ‹ā¨‚ %s ā¨ĩā¨ŋāŠąā¨š ā¨Ŧā¨Ļ⍞⍪ ⍇⍏ ā¨ĩāŠ‡ā¨˛āŠ‡ ā¨¸āŠ°ā¨­ā¨ĩ ā¨¨ā¨šāŠ€ā¨‚ā¨Ģā¨žā¨‡ā¨˛ "%2$s" ā¨–āŠ‹ā¨˛āŠā¨šā¨Ŗ ⍞⍈ %1$lu ā¨Ŧā¨žā¨ˆā¨Ÿ ā¨¨ā¨šāŠ€ā¨‚ ā¨Ļā¨ŋāŠąā¨¤āŠ‡ ā¨œā¨ž ā¨¸ā¨•āŠ‡'%s' ā¨¤āŠ‹āŠą '%s' ā¨ĩā¨ŋāŠąā¨š ā¨Ŧā¨Ļ⍞⍪ ā¨ĩā¨žā¨˛ā¨ž ⍉ā¨Ē⍞ā¨Ŧ⍧ ā¨¨ā¨šāŠ€ā¨‚ ā¨šāŠˆ'%s' ā¨¤āŠ‹ā¨‚ '%s' ā¨Ŧā¨Ļ⍞⍪ ā¨ĩā¨žā¨˛ā¨ž ā¨–āŠ‹ā¨˛āŠā¨šā¨ŋ⍆ ā¨¨ā¨šāŠ€ā¨‚ ā¨œā¨ž ⍏⍕ā¨ŋ⍆: %s%s ⍞⍈ ā¨•ā¨¸ā¨Ÿā¨Ž ā¨Ē⍰ā¨ŋā¨­ā¨žā¨¸ā¨ŧā¨žDEFINE ā¨—ā¨°āŠāŠąā¨Ē ā¨ĩā¨ŋāŠąā¨š ā¨‡āŠąā¨• ā¨¤āŠ‹ā¨‚ ā¨ĩāŠąā¨§ ā¨Ŧā¨°ā¨žā¨‚ā¨šā¨žā¨‚ ā¨šā¨¨ā¨ĄāŠˆā¨¸ā¨•ā¨Ÿā¨žā¨Ē ā¨Ģā¨žā¨‡ā¨˛ ā¨¨āŠ‡ Exec ā¨ĢāŠ€ā¨˛ā¨Ą ā¨¨ā¨šāŠ€ā¨‚ ā¨Ļā¨ŋāŠąā¨¤ā¨ž ā¨šāŠˆā¨‡ā¨• ā¨—āŠā¨Ŗ ā¨ĻāŠ‡ ā¨¨ā¨žā¨‚ ā¨¤āŠ‹ā¨‚ ā¨Ēā¨šā¨ŋā¨˛ā¨žā¨‚ ā¨Ŧā¨°ā¨žā¨Ŧ⍰ ā¨ĻāŠ‡ ⍍ā¨ŋā¨ļā¨žā¨¨ ā¨•ā¨°ā¨•āŠ‡ ā¨Ļā¨¸ā¨¤ā¨žā¨ĩāŠ‡āŠ› ā¨…ā¨šā¨žā¨¨ā¨• ā¨ŦāŠ°ā¨Ļ ā¨šāŠ‹ ⍗ā¨ŋ⍆ ā¨šāŠˆ, ā¨—āŠā¨Ŗ ā¨Ļā¨ž ā¨•āŠ‹ā¨ˆ ā¨ŽāŠāŠąā¨˛ ā¨¨ā¨šāŠ€ā¨‚ ā¨šāŠˆā¨‡ā¨• ⍟ā¨ŋāŠąā¨Ēā¨ŖāŠ€ ā¨œā¨žā¨‚ ā¨šā¨Ļā¨žā¨‡ā¨¤ ā¨šā¨˛ā¨žā¨‰ā¨Ŗ ā¨ĻāŠŒā¨°ā¨žā¨¨ ā¨Ļā¨¸ā¨¤ā¨žā¨ĩāŠ‡āŠ› ā¨…ā¨šā¨žā¨¨ā¨• ā¨ŦāŠ°ā¨Ļ ā¨šāŠ‹ ⍗ā¨ŋ⍆ ā¨šāŠˆā¨‡ā¨• ā¨—āŠā¨Ŗ ā¨ĻāŠ‡ ā¨¨ā¨žā¨‚ ā¨•ā¨°ā¨•āŠ‡ ā¨Ļā¨¸ā¨¤ā¨žā¨ĩāŠ‡āŠ› ā¨…ā¨šā¨žā¨¨ā¨• ā¨ŦāŠ°ā¨Ļ ā¨šāŠ‹ ⍗ā¨ŋ⍆ ā¨šāŠˆā¨‡ā¨• ā¨ā¨˛āŠ€ā¨Žā¨ŋāŠ°ā¨Ÿ ā¨ĻāŠ‡ ā¨¨ā¨žā¨‚ ā¨•ā¨°ā¨•āŠ‡ ā¨Ļā¨¸ā¨¤ā¨žā¨ĩāŠ‡āŠ› ā¨…ā¨šā¨žā¨¨ā¨• ā¨ŦāŠ°ā¨Ļ ā¨šāŠ‹ ⍗ā¨ŋ⍆ ā¨šāŠˆā¨‡ā¨• ā¨ā¨˛āŠ€ā¨Žā¨ŋāŠ°ā¨Ÿ-ā¨–āŠ‹ā¨˛āŠā¨šā¨Ŗ ā¨ŸāŠˆā¨— ā¨•ā¨°ā¨•āŠ‡ ā¨Ļā¨¸ā¨¤ā¨žā¨ĩāŠ‡āŠ› ā¨…ā¨šā¨žā¨¨ā¨• ā¨ŦāŠ°ā¨Ļ ā¨šāŠ‹ ⍗ā¨ŋ⍆ ā¨šāŠˆā¨‡ā¨• ā¨ā¨˛āŠ€ā¨Žā¨ŋāŠ°ā¨Ÿ '%s' ā¨ĻāŠ‡ ā¨ŸāŠˆā¨— ā¨•ā¨°ā¨•āŠ‡ ā¨Ļā¨¸ā¨¤ā¨žā¨ĩāŠ‡āŠ› ā¨…ā¨šā¨žā¨¨ā¨• ā¨ŦāŠ°ā¨Ļ ā¨šāŠ‹ ⍗ā¨ŋ⍆ ā¨šāŠˆā¨Ļā¨¸ā¨¤ā¨žā¨ĩāŠ‡āŠ› ā¨…ā¨šā¨žā¨¨ā¨• ā¨ŦāŠ°ā¨Ļ ā¨šāŠ‹ ⍗ā¨ŋ⍆ ā¨šāŠˆ, ⍇⍕ ā¨–āŠāŠąā¨˛āŠ€ ā¨Ŧā¨°āŠˆā¨•ā¨Ÿ '<' ā¨Ēā¨žā¨‰ā¨Ŗ ā¨Žā¨—ā¨°āŠ‹ā¨‚ā¨‡ā¨• ā¨—āŠā¨Ŗ ā¨ĻāŠ‡ ā¨ŽāŠāŠąā¨˛ ā¨•ā¨°ā¨•āŠ‡ ā¨Ļā¨¸ā¨¤ā¨žā¨ĩāŠ‡āŠ› ā¨…ā¨šā¨žā¨¨ā¨• ā¨ŦāŠ°ā¨Ļ ā¨šāŠ‹ ⍗ā¨ŋ⍆ ā¨šāŠˆā¨Ļā¨¸ā¨¤ā¨žā¨ĩāŠ‡āŠ› ā¨…ā¨šā¨žā¨¨ā¨• ā¨ŦāŠ°ā¨Ļ ā¨šāŠ‹ ⍗ā¨ŋ⍆ ā¨šāŠˆ, ⍜ā¨ĻāŠ‹ā¨‚ ⍕ā¨ŋ-ā¨‡ā¨š '%s' ā¨†ā¨–ā¨°āŠ€ ā¨ā¨˛āŠ€ā¨Žā¨ŋāŠ°ā¨Ÿ ā¨–āŠāŠąā¨˛ā¨ž ā¨šāŠˆā¨Ļā¨¸ā¨¤ā¨žā¨ĩāŠ‡āŠ› ā¨…ā¨šā¨žā¨¨ā¨• ā¨ŦāŠ°ā¨Ļ ā¨šāŠ‹ ⍗ā¨ŋ⍆ ā¨šāŠˆ, ⍇⍕ ā¨ŦāŠ°ā¨Ļ ā¨Ŧā¨°āŠˆā¨•ā¨Ÿ <%s/> ā¨œāŠ‹ ⍕ā¨ŋ ā¨ĒāŠąā¨ŸāŠ€ ā¨¨āŠ‚āŠ° ā¨ŦāŠ°ā¨Ļ ⍕⍰ā¨ĻāŠ€ ā¨šāŠˆ, ā¨ĻāŠ€ ā¨‰ā¨ŽāŠ€ā¨Ļ ā¨¸āŠ€ā¨Ļā¨¸ā¨¤ā¨žā¨ĩāŠ‡āŠ› ⍇⍕ ā¨ā¨˛āŠ€ā¨ŽāŠˆā¨‚ā¨Ÿ (⍜ā¨ŋā¨ĩāŠ‡ā¨‚ ⍕ā¨ŋ ) ā¨¨ā¨žā¨˛ ⍏ā¨ŧāŠā¨°āŠ‚ ā¨šāŠ‹ā¨Ŗā¨ž ā¨œā¨°āŠ‚ā¨°āŠ€ ā¨šāŠˆā¨Ļā¨¸ā¨¤ā¨žā¨ĩāŠ‡āŠ› ā¨–ā¨žā¨˛āŠ€ ā¨šāŠˆ ā¨œā¨žā¨‚ ā¨•āŠ‡ā¨ĩ⍞ ā¨–ā¨žā¨˛āŠ€ ā¨Ĩā¨žā¨‚ ā¨šāŠ€ ā¨°āŠąā¨–ā¨Ļā¨ž ā¨šāŠˆ%2$s ⍞⍈ '%1$s' ā¨Ąā¨Ŧ⍞ ā¨ŽāŠāŠąā¨˛ ā¨°āŠ‡ā¨œā¨ŧ ā¨¤āŠ‹ā¨‚ ā¨Ŧā¨žā¨šā¨° ā¨šāŠˆā¨‡ā¨š ā¨ā¨˛āŠ€ā¨Žā¨ŋāŠ°ā¨Ÿ '%s' ā¨ŦāŠ°ā¨Ļ ā¨¸āŠ€, ā¨Ē⍰ ā¨…ā¨œāŠ‡ '%s' ā¨ā¨˛āŠ€ā¨Žā¨ŋāŠ°ā¨Ÿ ā¨–āŠāŠąā¨˛ā¨ž ā¨šāŠˆā¨‡ā¨š ā¨ā¨˛āŠ€ā¨Žā¨ŋāŠ°ā¨Ÿ '%s' ā¨ŦāŠ°ā¨Ļ ā¨¸āŠ€, ā¨•āŠ‹ā¨ˆ ā¨ā¨˛āŠ€ā¨Žā¨ŋāŠ°ā¨Ÿ ā¨–āŠāŠąā¨˛āŠā¨šā¨ž ā¨¨ā¨šāŠ€ā¨‚ ā¨šāŠˆā¨–ā¨žā¨˛āŠ€ ā¨ā¨‚ā¨Ÿā¨ŸāŠ€ '&;' ā¨ĩāŠ‡ā¨–āŠ‹; ā¨ĩāŠˆā¨§ ā¨ā¨‚ā¨Ÿā¨ŸāŠ€ā¨†ā¨‚ ā¨šā¨¨ : & " < > 'ā¨ā¨‚ā¨Ÿā¨ŸāŠ€ ā¨¸āŠˆā¨ŽāŠ€ā¨•ā¨žā¨˛ā¨¨ ā¨¨ā¨žā¨˛ ā¨–ā¨¤ā¨Ž ā¨¨ā¨šāŠ€ā¨‚ ā¨šāŠ‹ ⍏⍕ā¨Ļā¨ž ā¨šāŠ‹ ⍏⍕ā¨Ļā¨ž ⍕ā¨ŋ ā¨¤āŠā¨¸āŠ€ā¨‚ ā¨‡āŠąā¨• ⍐ā¨Ēā¨°ā¨¸āŠˆā¨¨ā¨Ą ā¨…āŠąā¨–ā¨° ā¨Ŧā¨ŋā¨¨ā¨žā¨‚ ā¨ā¨‚ā¨Ÿā¨ŸāŠ€ ⍏ā¨ŧāŠā¨°āŠ‚ ā¨•āŠ€ā¨¤āŠ‡ ā¨šāŠ€ ā¨ĩ⍰⍤ ā¨°ā¨šāŠ‡ ā¨šāŠ‹, ⍐ā¨Ēā¨°ā¨¸āŠˆā¨¨ā¨Ą ā¨‡ā¨¸ā¨¤ā¨°ā¨žā¨‚ & ā¨›āŠąā¨ĄāŠ‹ā¨ā¨‚ā¨Ÿā¨ŸāŠ€ ā¨¨ā¨žā¨‚ '%-.*s' ā¨Ēā¨¤ā¨ž ā¨¨ā¨šāŠ€ā¨‚ ā¨šāŠˆā¨ˆā¨¨āŠ‚ā¨ŽāŠ€ā¨Ÿā¨°āŠ‡ā¨Ÿā¨° ā¨ŦāŠ°ā¨Ļ ā¨šāŠˆā¨•āŠā¨¨āŠˆā¨•ā¨¸ā¨ŧ⍍ ā¨Žā¨¨ā¨œā¨ŧāŠ‚ā¨° ⍕⍰⍍ ā¨ĻāŠŒā¨°ā¨žā¨¨ ā¨—ā¨˛ā¨¤āŠ€: %sā¨ā¨Ąā¨°āŠˆāŠąā¨¸ ⍏ā¨ŦāŠ°ā¨§ā¨ŋ⍤ ⍕⍰⍍ ā¨ĻāŠŒā¨°ā¨žā¨¨ ā¨—ā¨˛ā¨¤āŠ€: %sā¨Ģā¨žā¨‡ā¨˛ ā¨ŦāŠ°ā¨Ļ ⍕⍰⍍ ā¨ĻāŠŒā¨°ā¨žā¨¨ ā¨—ā¨˛ā¨¤āŠ€: %sā¨¸ā¨žā¨•ā¨Ÿ ā¨ŦāŠ°ā¨Ļ ⍕⍰⍍ ā¨ĻāŠŒā¨°ā¨žā¨¨ ā¨—ā¨˛ā¨¤āŠ€: %sunix ā¨ŦāŠ°ā¨Ļ ⍕⍰⍍ ā¨ĻāŠŒā¨°ā¨žā¨¨ ā¨—ā¨˛ā¨¤āŠ€: %sā¨•āŠā¨¨āŠˆā¨•ā¨Ÿ ⍕⍰⍍ ā¨ĻāŠŒā¨°ā¨žā¨¨ ā¨—ā¨˛ā¨¤āŠ€: ā¨•āŠā¨¨āŠˆā¨•ā¨Ÿ ⍕⍰⍍ ā¨ĻāŠŒā¨°ā¨žā¨¨ ā¨—ā¨˛ā¨¤āŠ€: %sā¨ŦāŠˆā¨•ā¨…āŠąā¨Ē ā¨•ā¨žā¨ĒāŠ€ ā¨Ŧā¨Ŗā¨žā¨‰ā¨Ŗ ā¨ĻāŠŒā¨°ā¨žā¨¨ ā¨—ā¨˛ā¨¤āŠ€: %sā¨Ąā¨žā¨‡ā¨°āŠˆā¨•ā¨Ÿā¨°āŠ€ ā¨Ŧā¨Ŗā¨žā¨‰ā¨Ŗ ā¨ĻāŠŒā¨°ā¨žā¨¨ ā¨—ā¨˛ā¨¤āŠ€: %s⍤ā¨Ŧā¨ĻāŠ€ā¨˛āŠ€ ā¨ĻāŠŒā¨°ā¨žā¨¨ ā¨—ā¨˛ā¨¤āŠ€ %sā¨Ģā¨žā¨‡ā¨˛ ⍏ā¨ŋā¨¸ā¨Ÿā¨Ž ā¨œā¨žā¨Ŗā¨•ā¨žā¨°āŠ€ ā¨˛āŠˆā¨Ŗ ā¨ĻāŠŒā¨°ā¨žā¨¨ ā¨—ā¨˛ā¨¤āŠ€: %s⍐ā¨Ēā¨˛āŠ€ā¨•āŠ‡ā¨¸ā¨ŧ⍍ ā¨˛ā¨žā¨‚ā¨š ⍕⍰⍍ ā¨ĻāŠŒā¨°ā¨žā¨¨ ā¨—ā¨˛ā¨¤āŠ€: %s⍏ā¨ŋā¨ŦāŠ‹ā¨˛ā¨ŋ⍕ ⍞ā¨ŋāŠ°ā¨• ā¨Ŧā¨Ŗā¨žā¨‰ā¨Ŗ ā¨ĻāŠŒā¨°ā¨žā¨¨ ā¨—ā¨˛ā¨¤āŠ€: %sā¨Ģā¨žā¨‡ā¨˛ ā¨­āŠ‡ā¨œā¨Ŗ ā¨ĻāŠŒā¨°ā¨žā¨¨ ā¨—ā¨˛ā¨¤āŠ€: %sā¨˛ā¨žā¨ˆā¨¨ %d ā¨…āŠąā¨–ā¨° %d ā¨‰āŠąā¨¤āŠ‡ ā¨—ā¨˛ā¨¤āŠ€:ā¨˛ā¨žā¨ˆā¨¨ %d ā¨‰āŠąā¨¤āŠ‡ ā¨—ā¨˛ā¨¤āŠ€: %sā¨Ąā¨žā¨‡ā¨°āŠˆā¨•ā¨Ÿā¨°āŠ€ '%s' ā¨–āŠ‹ā¨˛āŠā¨šā¨Ŗ ⍞⍈ ā¨—ā¨˛ā¨¤āŠ€: %s'%s' ā¨Ģā¨žā¨‡ā¨˛ ā¨–āŠ‹ā¨˛āŠā¨šā¨Ŗ '⍚ ā¨—ā¨˛ā¨¤āŠ€: %sā¨Ģā¨žā¨‡ā¨˛ ā¨–āŠ‹ā¨˛āŠā¨šā¨Ŗ ā¨ĻāŠŒā¨°ā¨žā¨¨ ā¨—ā¨˛ā¨¤āŠ€: %s ā¨šāŠ‹ā¨Ŗ %s ā¨Ēā¨žā¨°ā¨¸ ⍕⍰⍍ ā¨ĻāŠŒā¨°ā¨žā¨¨ ā¨—ā¨˛ā¨¤āŠ€'%s' ā¨Ģā¨žā¨‡ā¨˛ ā¨ĒāŠœāŠā¨šā¨¨ '⍚ ā¨—ā¨˛ā¨¤āŠ€: %sā¨Ģā¨žā¨‡ā¨˛ ā¨¤āŠ‹ā¨‚ ā¨ĒāŠœāŠā¨šā¨¨ ā¨ĻāŠŒā¨°ā¨žā¨¨ ā¨—ā¨˛ā¨¤āŠ€: %sunix ā¨¤āŠ‹ā¨‚ ā¨ĒāŠœāŠā¨šā¨¨ ā¨ĻāŠŒā¨°ā¨žā¨¨ ā¨—ā¨˛ā¨¤āŠ€: %sā¨Ąā¨žā¨Ÿā¨ž ā¨˛āŠˆā¨Ŗ ā¨ĻāŠŒā¨°ā¨žā¨¨ ā¨—ā¨˛ā¨¤āŠ€: %sā¨¸āŠā¨¨āŠ‡ā¨šā¨ž ā¨˛āŠˆā¨Ŗ ā¨ĻāŠŒā¨°ā¨žā¨¨ ā¨—ā¨˛ā¨¤āŠ€: %sā¨Ģā¨žā¨‡ā¨˛ ā¨šā¨Ÿā¨žā¨‰ā¨Ŗ ā¨ĻāŠŒā¨°ā¨žā¨¨ ā¨—ā¨˛ā¨¤āŠ€: %sā¨ĒāŠā¨°ā¨žā¨Ŗā¨ž ā¨ŦāŠˆā¨•ā¨…āŠąā¨Ē ⍞ā¨ŋāŠ°ā¨• ā¨šā¨Ÿā¨žā¨‰ā¨Ŗ ā¨ĻāŠŒā¨°ā¨žā¨¨ ā¨—ā¨˛ā¨¤āŠ€: %sā¨ĒāŠā¨°ā¨žā¨ŖāŠ€ ā¨Ģā¨žā¨‡ā¨˛ ā¨šā¨Ÿā¨žā¨‰ā¨Ŗ ā¨ĻāŠŒā¨°ā¨žā¨¨ ā¨—ā¨˛ā¨¤āŠ€: %sā¨Ÿā¨žā¨°ā¨—āŠ‡ā¨Ÿ ā¨Ģā¨žā¨‡ā¨˛ ā¨šā¨Ÿā¨žā¨‰ā¨Ŗ ā¨ĻāŠŒā¨°ā¨žā¨¨ ā¨—ā¨˛ā¨¤āŠ€: %sā¨Ģā¨žā¨‡ā¨˛ ā¨¨ā¨žā¨‚ ā¨Ŧā¨Ļ⍞⍪ ā¨ĻāŠŒā¨°ā¨žā¨¨ ā¨—ā¨˛ā¨¤āŠ€: %sā¨†ā¨°ā¨œā¨ŧāŠ€ ā¨Ģā¨žā¨‡ā¨˛ ā¨¨ā¨žā¨‚ ā¨Ŧā¨Ļ⍞⍪ ā¨ĻāŠŒā¨°ā¨žā¨¨ ā¨—ā¨˛ā¨¤āŠ€: %s'%s' ā¨˛āŠąā¨­ā¨Ŗ ā¨ĻāŠŒā¨°ā¨žā¨¨ ā¨—ā¨˛ā¨¤āŠ€'%s' ā¨˛āŠąā¨­ā¨Ŗ ā¨ĻāŠŒā¨°ā¨žā¨¨ ā¨—ā¨˛ā¨¤āŠ€: %s'%s' ā¨‰ā¨˛ā¨Ÿ-ā¨˛āŠąā¨­ā¨Ŗ ⍞⍈ ā¨—ā¨˛ā¨¤āŠ€: %sā¨Ģā¨žā¨‡ā¨˛ '⍚ ā¨ĩāŠ‡ā¨–ā¨Ŗ ā¨ĻāŠŒā¨°ā¨žā¨¨ ā¨—ā¨˛ā¨¤āŠ€: %sā¨Ąā¨žā¨Ÿā¨ž ā¨­āŠ‡ā¨œā¨Ŗ ā¨ĻāŠŒā¨°ā¨žā¨¨ ā¨—ā¨˛ā¨¤āŠ€: %sā¨¸āŠā¨¨āŠ‡ā¨šā¨ž ā¨­āŠ‡ā¨œā¨Ŗ ā¨ĻāŠŒā¨°ā¨žā¨¨ ā¨—ā¨˛ā¨¤āŠ€: %sSELinux ā¨Ēā¨°ā¨¸āŠ°ā¨— ā¨¸āŠˆā¨Ÿ ⍕⍰⍍ ā¨ĻāŠŒā¨°ā¨žā¨¨ ā¨—ā¨˛ā¨¤āŠ€: %sā¨ā¨•ā¨¸ā¨ŸāŠˆāŠąā¨Ą ā¨—āŠā¨Ŗ '%s' ā¨¸āŠˆāŠąā¨Ÿ ⍕⍰⍍ ā¨ĻāŠŒā¨°ā¨žā¨¨ ā¨—ā¨˛ā¨¤āŠ€: %sā¨¸āŠ‹ā¨§ā¨Ŗ ā¨œā¨žā¨‚ ā¨ĩ⍰⍤⍪ ā¨¸ā¨Žā¨žā¨‚ ā¨¸āŠˆāŠąā¨Ÿ ⍕⍰⍍ ⍞⍈ ā¨—ā¨˛ā¨¤āŠ€: %s⍓ā¨Ē⍍ ā¨¸āŠˆā¨Ÿā¨ŋāŠ°ā¨— ā¨—ā¨˛ā¨¤āŠ€: %s ⍅⍧ā¨ŋā¨•ā¨žā¨° ā¨¸āŠˆāŠąā¨Ÿ ⍕⍰⍍ ā¨ĻāŠŒā¨°ā¨žā¨¨ ā¨—ā¨˛ā¨¤āŠ€: %ssymlink ā¨¸āŠˆā¨Ÿā¨ŋāŠ°ā¨— ā¨—ā¨˛ā¨¤āŠ€: %s symlink ā¨¸āŠˆā¨Ÿā¨ŋāŠ°ā¨— ā¨—ā¨˛ā¨¤āŠ€: ā¨Ģā¨žā¨‡ā¨˛ ā¨‡āŠąā¨• symlink ā¨¨ā¨šāŠ€ā¨‚ ā¨šāŠˆ'%s' ā¨Ģā¨žā¨‡ā¨˛ ā¨ĻāŠ‡ā¨Ŗ'⍚ ā¨—ā¨˛ā¨¤āŠ€: %sā¨Ģā¨žā¨‡ā¨˛ ā¨Ąā¨ŋā¨¸ā¨•āŠā¨°ā¨ŋā¨Ē⍟⍰ ā¨¸ā¨ŸāŠ‡ā¨Ÿā¨ŋāŠ°ā¨— ā¨—ā¨˛ā¨¤āŠ€: %s ā¨Ģā¨žā¨‡ā¨˛ ā¨°āŠąā¨ĻāŠ€ '⍚ ā¨­āŠ‡ā¨œā¨Ŗ ā¨ĻāŠŒā¨°ā¨žā¨¨ ā¨—ā¨˛ā¨¤āŠ€: %sā¨Ģā¨žā¨‡ā¨˛ ā¨¸āŠ°ā¨–āŠ‡ā¨Ē ⍕⍰⍍ ā¨ĻāŠŒā¨°ā¨žā¨¨ ā¨—ā¨˛ā¨¤āŠ€: %sā¨…āŠąā¨–ā¨° %2$d ā¨‰āŠąā¨¤āŠ‡ ā¨°āŠˆā¨—āŠ‚ā¨˛ā¨° ā¨¸ā¨ŽāŠ€ā¨•ā¨°ā¨¨ %1$s ā¨¨ā¨žā¨˛ ā¨•āŠ°ā¨Ēā¨žā¨‡ā¨˛ ⍕⍰⍍ ā¨ĻāŠŒā¨°ā¨žā¨¨ ā¨—ā¨˛ā¨¤āŠ€: %3$sā¨°āŠˆā¨—āŠ‚ā¨˛ā¨° ⍐⍕⍏ā¨Ēā¨°āŠˆā¨¸ā¨ŧ⍍ %s ā¨Žā¨ŋā¨˛ā¨žā¨‰ā¨Ŗ ā¨ĻāŠŒā¨°ā¨žā¨¨ ā¨—ā¨˛ā¨¤āŠ€: %s%s ā¨°āŠˆā¨—āŠ‚ā¨˛ā¨° ⍐⍕⍏ā¨Ēā¨°āŠˆā¨¸ā¨ŧ⍍ ā¨…ā¨¨āŠā¨•āŠ‚ā¨˛ ⍕⍰⍍ ā¨ĻāŠŒā¨°ā¨žā¨¨ ā¨—ā¨˛ā¨¤āŠ€: %sā¨Ŧā¨Ļ⍞⍪ ā¨ŸāŠˆā¨•ā¨¸ā¨Ÿ "%s" ā¨¨āŠ‚āŠ° ā¨Ēā¨žā¨°ā¨¸ ⍕⍰⍍ ā¨ĻāŠŒā¨°ā¨žā¨¨ ā¨…āŠąā¨–ā¨° %lu ā¨‰āŠąā¨¤āŠ‡ ā¨—ā¨˛ā¨¤āŠ€: %sā¨Ģā¨žā¨‡ā¨˛ ⍞ā¨ŋ⍖⍪ ā¨ĻāŠŒā¨°ā¨žā¨¨ ā¨—ā¨˛ā¨¤āŠ€: %sunix ā¨‰āŠąā¨¤āŠ‡ ⍞ā¨ŋ⍖⍪ ā¨ĻāŠŒā¨°ā¨žā¨¨ ā¨—ā¨˛ā¨¤āŠ€: %sā¨ŽāŠŒā¨œāŠ‚ā¨Ļā¨ž ā¨Ģā¨žā¨‡ā¨˛ '%s' ā¨¨āŠ‚āŠ° ā¨šā¨Ÿā¨žā¨‡ā¨† ā¨¨ā¨šāŠ€ā¨‚ ā¨œā¨ž ⍏⍕ā¨ŋ⍆: g_unlink() ā¨ĢāŠ‡ā¨˛āŠā¨š: %sGEmblemedIcon ⍞⍈ GEmblem ā¨ĻāŠ€ ā¨˛āŠ‹āŠœ ā¨¸āŠ€1 ā¨•āŠ°ā¨Ÿā¨°āŠ‹ā¨¸ ā¨¸āŠā¨¨āŠ‡ā¨šāŠ‡ ā¨ĻāŠ€ ā¨˛āŠ‹āŠœ ā¨¸āŠ€, %d ā¨Žā¨ŋā¨˛āŠ‡ā¨‡āŠąā¨• fd ā¨ĻāŠ€ ā¨˛āŠ‹āŠœ ā¨¸āŠ€, ā¨Ē⍰ %d ā¨Žā¨ŋā¨˛āŠ€ā¨†ā¨‚āĨ¤ ā¨Ąā¨žā¨‡ā¨°āŠˆā¨•ā¨Ÿā¨°āŠ€ '%s' ā¨Ŧā¨Ļ⍞⍪ ā¨ĩā¨ŋāŠąā¨š ā¨ĢāŠ‡ā¨˛āŠā¨š (%s)ā¨Ģā¨žā¨‡ā¨˛ '%s' ā¨¨āŠ‚āŠ° ā¨ŦāŠ°ā¨Ļ ⍕⍰⍍ '⍚ ā¨ĢāŠ‡ā¨˛āŠā¨š: fclose() ā¨ĢāŠ‡ā¨˛āŠā¨š: %sā¨Ģā¨žā¨‡ā¨˛ %s' ā¨Ŧā¨Ŗā¨žā¨‰ā¨Ŗ ā¨ĩā¨ŋāŠąā¨š ā¨ĢāŠ‡ā¨˛āŠā¨š: %sā¨šā¨žā¨ˆā¨˛ā¨Ą ā¨Ēā¨°āŠ‹ā¨¸āŠˆā¨¸ (%s) ā¨¨ā¨žā¨˛ ā¨•ā¨Žā¨ŋā¨Šā¨¨āŠ€ā¨•āŠ‡ā¨¸ā¨ŧ⍍ ⍞⍈ ā¨Ēā¨žā¨‡ā¨Ē ā¨Ŧā¨Ŗā¨žā¨‰ā¨Ŗ ā¨ĩā¨ŋāŠąā¨š ā¨ĢāŠ‡ā¨˛āŠā¨šā¨šā¨žā¨ˆā¨˛ā¨Ą ā¨Ēā¨°āŠ‹ā¨¸āŠˆā¨¸ "%s" (%s) ā¨ļāŠā¨°āŠ‚ ⍕⍰⍍ ⍞⍈ ā¨ĢāŠ‡ā¨˛āŠā¨š ā¨šāŠˆā¨šā¨žā¨ˆā¨˛ā¨Ą ā¨•ā¨žā¨°ā¨ĩā¨žā¨ˆ (%s) ā¨šā¨žā¨˛āŠ‚ ⍕⍰⍍ ā¨ĩā¨ŋāŠąā¨š ā¨ĢāŠ‡ā¨˛āŠā¨šā¨ŽāŠąā¨Ļā¨Ļ ā¨Ēā¨°āŠ‹ā¨—ā¨°ā¨žā¨Ž (%s) ⍏ā¨ŧāŠā¨°āŠ‚ ⍕⍰⍍ '⍚ ā¨ĢāŠ‡ā¨˛āŠā¨šexec ā¨˛ā¨žā¨ˆā¨¨ '%s' ā¨¨āŠ‚āŠ° URI '%s' ā¨¨ā¨žā¨˛ ā¨ĢāŠˆā¨˛ā¨žā¨‰ā¨Ŗ ⍞⍈ ā¨ĢāŠ‡ā¨˛āŠā¨š ā¨šāŠ‹ā¨‡ā¨†ā¨ĢāŠ‹ā¨°ā¨• (%s) ⍞⍈ ā¨ĢāŠ‡ā¨˛āŠā¨šā¨šā¨žā¨ˆā¨˛ā¨Ą ā¨Ēā¨°āŠ‹ā¨¸āŠˆā¨¸ (%s) ā¨ĢāŠ‹ā¨°ā¨• ⍕⍰⍍ ⍞⍈ ā¨ĢāŠ‡ā¨˛āŠā¨šā¨Ģā¨žā¨‡ā¨˛ '%s' ā¨ĻāŠ€ā¨†ā¨‚ ā¨ĩā¨ŋā¨ļāŠ‡ā¨¸ā¨¤ā¨ž ā¨–āŠ‹ā¨˛āŠā¨šā¨Ŗ '⍚ ā¨ĢāŠ‡ā¨˛āŠā¨š: fstat() ā¨ĢāŠ‡ā¨˛āŠā¨š: %sā¨Ģā¨žā¨‡ā¨˛ '%s' ā¨Žā¨ŋā¨˛ā¨žā¨‰ā¨Ŗ ā¨ĩā¨ŋāŠąā¨š ā¨ĢāŠ‡ā¨˛āŠā¨š: mmap() ā¨ĢāŠ‡ā¨˛āŠā¨š ā¨šāŠ‹ā¨‡ā¨†: %sā¨Ģā¨žā¨‡ā¨˛ '%s' ā¨¨āŠ‚āŠ° ⍞ā¨ŋ⍖⍪ ⍞⍈ ā¨–āŠ‹ā¨˛āŠā¨šā¨Ŗ ā¨ĩā¨žā¨¸ā¨¤āŠ‡ ā¨ĢāŠ‡ā¨˛āŠā¨š: fdopen() ā¨ĢāŠ‡ā¨˛āŠā¨š: %s'%s' ā¨Ģā¨žā¨‡ā¨˛ ā¨–āŠ‹ā¨˛āŠā¨š '⍚ ā¨—ā¨˛ā¨¤āŠ€ %sā¨Ģā¨žā¨‡ā¨˛ '%s' ā¨–āŠ‹ā¨˛āŠā¨šā¨Ŗ ā¨ĩā¨ŋāŠąā¨š ā¨ĢāŠ‡ā¨˛āŠā¨š: fdopen() ā¨ĢāŠ‡ā¨˛āŠā¨š: %sā¨Ģā¨žā¨‡ā¨˛ '%s': ā¨–āŠ‹ā¨˛āŠā¨šā¨Ŗ ā¨ĩā¨ŋāŠąā¨š ā¨ĢāŠ‡ā¨˛āŠā¨š: fdopen() ā¨ĢāŠ‡ā¨˛āŠā¨š: %s '%-.*s' ā¨Ēā¨žā¨°ā¨¸ ⍕⍰⍍ ā¨ĩā¨ŋāŠąā¨š ā¨ĢāŠ‡ā¨˛āŠā¨š, ā¨œāŠ‹ ⍕ā¨ŋ ā¨…āŠąā¨–ā¨° ā¨ĩā¨ŋāŠąā¨š ā¨¨āŠ°ā¨Ŧ⍰ ā¨šāŠ‹ā¨Ŗ ā¨šā¨žā¨šāŠ€ā¨Ļā¨ž ā¨šāŠˆ ā¨ĩāŠ‡ā¨–āŠ‹ (ê ⍉ā¨Ļā¨žā¨šā¨°ā¨¨ ⍞⍈) - ā¨…āŠąā¨–ā¨° ā¨Ŧā¨šāŠā¨¤ ā¨˛āŠ°ā¨Žā¨ž ā¨šāŠ‹ ⍗ā¨ŋ⍆ ā¨šāŠˆā¨šā¨žā¨ˆā¨˛ā¨Ą ā¨Ēā¨°āŠ‹ā¨¸āŠˆāŠąā¨¸ ā¨¤āŠ‹ā¨‚ ā¨Ąā¨žā¨Ÿā¨ž ā¨ĒāŠœāŠā¨šā¨¨ ⍞⍈ ā¨ĢāŠ‡ā¨˛āŠā¨šā¨šā¨žā¨ˆā¨˛ā¨Ą ā¨Ēā¨°āŠ‹ā¨¸āŠˆā¨¸ (%s) ā¨¤āŠ‹ā¨‚ ā¨Ąā¨žā¨Ÿā¨ž ā¨ĒāŠœāŠā¨šā¨¨ ⍞⍈ ā¨ĢāŠ‡ā¨˛āŠā¨šā¨šā¨žā¨ˆā¨˛ā¨Ą pid ā¨Ēā¨žā¨‡ā¨Ē (%s) ā¨¤āŠ‹ā¨‚ ā¨šā¨žā¨šāŠ€ā¨Ļā¨ž ā¨Ąā¨žā¨Ÿā¨ž ā¨ĒāŠœāŠā¨šā¨¨ ⍞⍈ ā¨ĢāŠ‡ā¨˛āŠā¨šā¨šā¨žā¨ˆā¨˛ā¨Ą ā¨Ēā¨žā¨ˆā¨Ē (%s) ā¨¤āŠ‹ā¨‚ ā¨Ąā¨žā¨Ÿā¨ž ā¨–āŠ‹ā¨˛āŠā¨šā¨Ŗ ā¨ĩā¨ŋāŠąā¨š ā¨ĢāŠ‡ā¨˛āŠā¨š ā¨šāŠˆā¨Ģā¨žā¨‡ā¨˛ '%s' ā¨¤āŠ‹ā¨‚ ā¨ĒāŠœāŠā¨šā¨¨ '⍚ ⍅⍏ā¨Ģā¨ŧ⍞: %s⍏ā¨ŋāŠ°ā¨ŦāŠ‹ā¨˛ā¨ŋ⍕ ⍞ā¨ŋāŠ°ā¨• '%s' ā¨ĒāŠœāŠā¨šā¨¨ ⍞⍈ ā¨ĢāŠ‡ā¨˛āŠā¨š: %sā¨šā¨žā¨ˆā¨˛ā¨Ą ā¨Ēā¨°āŠ‹ā¨¸āŠˆā¨¸ (%s) ā¨ĻāŠ€ ā¨†ā¨‰ā¨Ÿā¨ĒāŠāŠąā¨Ÿ ā¨œā¨žā¨‚ ā¨‡āŠ°ā¨ĒāŠāŠąā¨Ÿ ā¨ĻāŠ€ ā¨Ļā¨ŋ⍏ā¨ŧā¨ž ā¨Ŧā¨Ļ⍞⍪ '⍚ ā¨ĢāŠ‡ā¨˛āŠā¨šā¨Ģā¨žā¨‡ā¨˛ '%s' ā¨Ļā¨ž ā¨¨ā¨žā¨‚ '%s' ā¨Ŧā¨Ļ⍞⍪ '⍚ ⍅⍏ā¨Ģā¨ŧ⍞: g_rename() ā¨ĢāŠ‡ā¨˛āŠā¨š: %sā¨ŽāŠˆā¨ŽāŠ‹ā¨°āŠ€ ā¨†ā¨‰ā¨Ÿā¨ĒāŠāŠąā¨Ÿ ā¨¸ā¨Ÿā¨°āŠ€ā¨Ž ā¨ŽāŠāŠœ-ā¨¸ā¨žā¨ˆā¨œā¨ŧ ⍕⍰⍍ ⍞⍈ ā¨ĢāŠ‡ā¨˛āŠā¨š ā¨šāŠˆā¨Ģā¨žā¨‡ā¨˛ '%s' ā¨¨āŠ‚āŠ° ⍞ā¨ŋ⍖⍪ ⍞⍈ ā¨ĢāŠ‡ā¨˛āŠā¨š: fflush() ā¨ĢāŠ‡ā¨˛āŠā¨š: %sā¨Ģā¨žā¨‡ā¨˛ '%s' ā¨¨āŠ‚āŠ° ⍞ā¨ŋ⍖⍪ ⍞⍈ ā¨ĢāŠ‡ā¨˛āŠā¨š: fsync() ā¨ĢāŠ‡ā¨˛āŠā¨š: %sā¨Ģā¨žā¨‡ā¨˛ '%s' ā¨¨āŠ‚āŠ° ⍞ā¨ŋ⍖⍪ ⍞⍈ ā¨ĢāŠ‡ā¨˛āŠā¨š: fwrite() ā¨ĢāŠ‡ā¨˛āŠā¨š: %sā¨Ģā¨žā¨‡ā¨˛ "%s" ā¨Ŧā¨šāŠā¨¤ ā¨ĩāŠąā¨ĄāŠ€ ā¨šāŠˆā¨Ģā¨žā¨‡ā¨˛ ā¨ˆā¨¨āŠ‚ā¨ŽāŠ€ā¨Ÿā¨°āŠ‡ā¨Ÿā¨° ā¨—āŠ°ā¨­āŠ€ā¨° ā¨•ā¨žā¨°ā¨ĩā¨žā¨ˆ ⍕⍰ ā¨šāŠāŠąā¨•ā¨ž ā¨šāŠˆā¨Ģā¨žā¨‡ā¨˛ ā¨ˆā¨¨āŠ‚ā¨ŽāŠ€ā¨Ÿā¨°āŠ‡ā¨Ÿā¨° ā¨Ēā¨šā¨ŋā¨˛ā¨žā¨‚ ā¨šāŠ€ ā¨ŦāŠ°ā¨Ļ ā¨šāŠˆā¨Ģā¨žā¨‡ā¨˛ ā¨–ā¨žā¨˛āŠ€ ā¨šāŠˆā¨Ģā¨žā¨‡ā¨˛ ā¨¨ā¨žā¨‚ ā¨ĩā¨ŋāŠąā¨š ' %c' ā¨ŽāŠŒā¨œāŠ‚ā¨Ļ ā¨¨ā¨šāŠ€ā¨‚ ā¨šāŠ‹ ⍏⍕ā¨Ļā¨žā¨Ģā¨žā¨‡ā¨˛ ⍏ā¨ŋā¨¸ā¨Ÿā¨Ž ā¨°āŠ‚ā¨Ÿā¨ĩā¨ŋāŠ°ā¨ĄāŠ‹ā¨œā¨ŧ ā¨‰āŠąā¨¤āŠ‡ GSocketControlMessage ā¨¸ā¨šā¨žā¨‡ā¨• ā¨¨ā¨šāŠ€ā¨‚ ā¨šāŠˆā¨ŽāŠąā¨Ļā¨Ļ ā¨šāŠ‹ā¨Ŗ:ā¨šāŠ‹ā¨¸ā¨Ÿ-ā¨¨ā¨žā¨‚ '%s' '[' ā¨°āŠąā¨–ā¨Ļā¨ž ā¨šāŠˆ, ā¨Ē⍰ ']' ā¨¨ā¨šāŠ€ā¨‚ā¨‡āŠ°ā¨ĒāŠāŠąā¨Ÿ ā¨¸ā¨Ÿā¨°āŠ€ā¨Ž ā¨šā¨žā¨˛āŠ‡ ā¨ĒāŠœāŠā¨šā¨¨ ⍞⍈ ā¨¨ā¨šāŠ€ā¨‚ ā¨šāŠˆā¨ĒāŠ‚ā¨°ā¨¨ ā¨…āŠ°ā¨• '%s' %s ⍞⍈ ā¨°āŠ‡ā¨œā¨ŧ ā¨¤āŠ‹ā¨‚ ā¨Ŧā¨žā¨šā¨° ā¨œā¨ž ⍰ā¨ŋā¨šā¨ž ā¨šāŠˆā¨ĒāŠ‚ā¨°ā¨¨ ā¨…āŠ°ā¨• '%s' ā¨°āŠ‡ā¨œā¨ŧ ā¨¤āŠ‹ā¨‚ ā¨Ŧā¨žā¨šā¨° ā¨šāŠˆā¨—ā¨˛ā¨¤ GSeekType ā¨Ļā¨ŋāŠąā¨¤āŠ€ ā¨—ā¨ˆā¨¨ā¨žā¨‚ ā¨ĩā¨ŋāŠąā¨š ⍗⍞⍤ UTF-8 ā¨‡āŠ°ā¨•āŠ‹ā¨Ą ā¨ŸāŠˆā¨•ā¨¸ā¨Ÿ - ā¨ĩāŠˆā¨§ '%s' ā¨¨ā¨šāŠ€ā¨‚ā¨—ā¨˛ā¨¤ ā¨ā¨Ÿā¨°āŠ€ā¨Ŧā¨ŋ⍊⍟ ā¨Ÿā¨žā¨ˆā¨Ē (ā¨Ŧā¨žā¨ˆā¨Ÿ ā¨˛ā¨žā¨ˆā¨¨ ā¨˛āŠ‹āŠœāŠ€ā¨ĻāŠ€ ā¨¸āŠ€)⍗⍞⍤ ā¨—āŠā¨Ŗ ā¨Ÿā¨žā¨ˆā¨Ē (ā¨˛ā¨žā¨ˆā¨¨ ā¨ĻāŠ€ ā¨˛āŠ‹āŠœ ā¨¸āŠ€)⍗⍞⍤ ā¨ā¨Ÿā¨°āŠ€ā¨Ŧā¨ŋ⍊⍟ ā¨Ÿā¨žā¨ˆā¨Ē (uint32 ā¨˛āŠ‹āŠœāŠ€ā¨Ļā¨ž ā¨¸āŠ€)⍗⍞⍤ ā¨ā¨Ÿā¨°āŠ€ā¨Ŧā¨ŋ⍊⍟ ā¨Ÿā¨žā¨ˆā¨Ē (uint64 ā¨˛āŠ‹āŠœāŠ€ā¨Ļā¨ž ā¨¸āŠ€)ā¨Ŧā¨Ļ⍞⍪ ⍞⍈ ā¨Ļā¨ŋāŠąā¨¤āŠ€ ⍏⍤⍰ ā¨ĩā¨ŋāŠąā¨š ā¨Ŧā¨žā¨‡ā¨Ÿ ā¨Ļā¨ž ā¨¸ā¨°āŠ‚ā¨Ē ā¨ āŠ€ā¨• ā¨¨ā¨šāŠ€ā¨‚ ā¨šāŠˆā¨—ā¨˛ā¨¤ ā¨ā¨•ā¨¸ā¨ŸāŠˆāŠąā¨Ą ā¨—āŠā¨Ŗ ā¨¨ā¨žā¨‚ā¨—ā¨˛ā¨¤ ā¨Ģā¨žā¨‡ā¨˛ ā¨¨ā¨žā¨‚ā¨—ā¨˛ā¨¤ ā¨Ģā¨žā¨‡ā¨˛ ā¨¨ā¨žā¨‚ %s⍗⍞⍤ ā¨—ā¨°āŠāŠąā¨Ē ā¨¨ā¨žā¨‚: %s⍗⍞⍤ ā¨šāŠ‹ā¨¸ā¨Ÿ-ā¨¨ā¨žā¨‚ā¨—ā¨˛ā¨¤ ā¨•āŠāŠ°ā¨œāŠ€ ā¨¨ā¨žā¨‚: %s⍗⍞⍤ ā¨ĒāŠā¨°āŠ‹ā¨—ā¨°ā¨žā¨Ž ā¨¨ā¨žā¨‚: %sā¨¸āŠ€ā¨• ā¨ŽāŠ°ā¨— ⍗⍞⍤ ā¨šāŠˆā¨Ŧā¨Ļā¨˛ā¨žā¨‰ ā¨‡āŠ°ā¨ĒāŠāŠąā¨Ÿ ā¨ĩā¨ŋāŠąā¨š ā¨¤ā¨°ā¨¤āŠ€ā¨Ŧ ā¨œā¨žā¨‡ā¨œā¨ŧ ā¨¨ā¨šāŠ€ā¨‚ ā¨šāŠˆā¨—ā¨˛ā¨¤ ā¨¸ā¨žā¨•ā¨Ÿ, %s: ā¨•ā¨°ā¨•āŠ‡ ⍏ā¨ŧāŠā¨°āŠ‚ ⍕⍰⍍ ⍞⍈ ā¨ĢāŠ‡ā¨˛āŠā¨šā¨—ā¨˛ā¨¤ ā¨¸ā¨žā¨•ā¨Ÿ, ⍏ā¨ŧāŠā¨°āŠ‚ ā¨¨ā¨šāŠ€ā¨‚ ā¨•āŠ€ā¨¤ā¨ž ā¨œā¨ž ⍏⍕ā¨Ļā¨ž%d ā¨‰āŠąā¨¤āŠ‡ ā¨ŽāŠāŠąā¨˛ ā¨ĩāŠˆā¨•ā¨Ÿā¨° ā¨ĩā¨ŋāŠąā¨š ⍗⍞⍤ ā¨˛ā¨žā¨ˆā¨¨: %sā¨‡āŠ°ā¨ĩā¨žā¨‡ā¨°ā¨¨ā¨Žā¨ŋāŠ°ā¨Ÿ ā¨ĩā¨ŋāŠąā¨š ⍗⍞⍤ ā¨˛ā¨žā¨ˆā¨¨: %s⍗⍞⍤ ⍏ā¨ŋāŠ°ā¨ŦāŠ‹ā¨˛ā¨ŋāŠ°ā¨• ā¨ŽāŠāŠąā¨˛ ā¨Ļā¨ŋāŠąā¨¤ā¨žā¨—ā¨˛ā¨¤ ā¨ĩ⍰⍕ā¨ŋāŠ°ā¨— ā¨Ąā¨žā¨‡ā¨°āŠˆā¨•ā¨Ÿā¨°āŠ€: %sā¨•āŠāŠ°ā¨œāŠ€ ā¨Ģā¨žā¨‡ā¨˛ ā¨ĩā¨ŋāŠąā¨š ā¨˛ā¨žā¨ˆā¨¨ ā¨ĻāŠ‡ ā¨…āŠ°ā¨¤ ā¨ĩā¨ŋāŠąā¨š ā¨‡ā¨¸ā¨•āŠ‡ā¨Ē ā¨…āŠąā¨–ā¨° ā¨šāŠˆā¨•āŠāŠ°ā¨œāŠ€ ā¨Ģā¨žā¨‡ā¨˛ ā¨ĩā¨ŋāŠąā¨š ⍗⍞⍤ ā¨‡ā¨¸ā¨•āŠ‡ā¨Ē ā¨•āŠā¨°ā¨Ž '%s' ā¨šāŠˆā¨•āŠāŠ°ā¨œāŠ€ ā¨Ģā¨žā¨‡ā¨˛ ā¨ĩā¨ŋāŠąā¨š ā¨•āŠāŠ°ā¨œāŠ€ '%s' ā¨—ā¨°āŠāŠąā¨Ē '%s' ā¨ĩā¨ŋāŠąā¨š ā¨šāŠˆ, ⍜ā¨ŋ⍏ ā¨ĻāŠ‡ ā¨ŽāŠāŠąā¨˛ ā¨¨āŠ‚āŠ° ā¨‡āŠ°ā¨Ÿā¨°ā¨Ēā¨°āŠ‡ā¨Ÿ ā¨¨ā¨šāŠ€ā¨‚ ā¨•āŠ€ā¨¤ā¨ž ā¨œā¨ž ⍏⍕ā¨Ļā¨ž ā¨šāŠˆāĨ¤ā¨•āŠāŠ°ā¨œāŠ€ ā¨Ģā¨žā¨‡ā¨˛ ā¨ĩā¨ŋāŠąā¨š '%s' ā¨•āŠāŠ°ā¨œāŠ€ ā¨šāŠˆ, ⍜ā¨ŋ⍏ ā¨ĩā¨ŋāŠąā¨š ā¨ŽāŠāŠąā¨˛ ā¨šāŠˆ, ⍜ā¨ŋ⍏ ā¨‰āŠąā¨¤āŠ‡ ā¨•ā¨žā¨°ā¨ĩā¨žā¨ˆ ā¨¨ā¨šāŠ€ā¨‚ ā¨šāŠ‹ ⍏⍕ā¨ĻāŠ€ ā¨šāŠˆā¨•āŠāŠ°ā¨œāŠ€ ā¨Ģā¨žā¨‡ā¨˛ ā¨ĩā¨ŋāŠąā¨š '%s' ā¨•āŠāŠ°ā¨œāŠ€ ā¨šāŠˆ, ⍜ā¨ŋ⍏ ā¨¤āŠ‡ ā¨•ā¨žā¨°ā¨ĩā¨žā¨ˆ ā¨¨ā¨šāŠ€ā¨‚ ā¨šāŠ‹ ⍏⍕ā¨ĻāŠ€ ā¨šāŠˆā¨•āŠāŠ°ā¨œāŠ€ ā¨Ģā¨žā¨‡ā¨˛ ā¨ĩā¨ŋāŠąā¨š ā¨•āŠāŠ°ā¨œāŠ€ '%s' ā¨Ļā¨ž ā¨ŽāŠāŠąā¨˛ '%s' ā¨šāŠˆ, ā¨œāŠ‹ ⍕ā¨ŋ UTF-8 ā¨¨ā¨šāŠ€ā¨‚ ā¨šāŠˆā¨•āŠāŠ°ā¨œāŠ€ ā¨Ģā¨žā¨‡ā¨˛ ā¨˛ā¨žā¨ˆā¨¨ '%s' ā¨°āŠąā¨–ā¨ĻāŠ€ ā¨šāŠˆ, ā¨œāŠ‹ ⍕ā¨ŋ ā¨•āŠāŠ°ā¨œāŠ€-ā¨ŽāŠāŠąā¨˛ ā¨œāŠ‹āŠœā¨ž, ā¨—ā¨°āŠāŠąā¨Ē ā¨œā¨žā¨‚ ⍟ā¨ŋāŠąā¨Ēā¨ŖāŠ€ ā¨¨ā¨šāŠ€ā¨‚ ā¨šāŠˆā¨•āŠāŠ°ā¨œāŠ€ ā¨Ģā¨žā¨‡ā¨˛ ā¨¨ā¨ž-ā¨¸ā¨šā¨žā¨‡ā¨• ā¨‡āŠ°ā¨•āŠ‹ā¨Ąā¨ŋāŠ°ā¨— '%s' ā¨°āŠąā¨–ā¨ĻāŠ€ ā¨šāŠˆā¨•āŠāŠ°ā¨œāŠ€ ā¨Ģā¨žā¨‡ā¨˛ ā¨Ļā¨ž ā¨—ā¨°āŠāŠąā¨Ē '%s' ā¨¨ā¨šāŠ€ā¨‚ ā¨šāŠˆā¨•āŠāŠ°ā¨œāŠ€ ā¨Ģā¨žā¨‡ā¨˛ ā¨ĩā¨ŋāŠąā¨š '%s' ā¨•āŠāŠ°ā¨œāŠ€ ā¨¨ā¨šāŠ€ā¨‚ ā¨šāŠˆā¨•āŠāŠ°ā¨œāŠ€ ā¨Ģā¨žā¨‡ā¨˛ ā¨•āŠāŠ°ā¨œāŠ€ '%s' ā¨—ā¨°āŠāŠąā¨Ē '%s' ā¨ĩā¨ŋāŠąā¨š ā¨¨ā¨šāŠ€ā¨‚ ā¨šāŠˆā¨•āŠāŠ°ā¨œāŠ€ ā¨Ģā¨žā¨‡ā¨˛ ā¨—ā¨°āŠāŠąā¨Ē ā¨¨ā¨žā¨˛ ā¨ļāŠā¨°āŠ‚ ā¨¨ā¨šāŠ€ā¨‚ ā¨šāŠ‹ ⍏⍕ā¨ĻāŠ€ ā¨šāŠˆā¨•āŠā¨ ⍅⍪-ā¨Ŧā¨Ļ⍞ā¨ŋ⍆ ā¨Ąā¨žā¨Ÿā¨ž ā¨Ŧā¨Ģ⍰ ā¨ĩā¨ŋāŠąā¨š ā¨Ēā¨ŋ⍆ ā¨šāŠˆā¨˛ā¨ŋ⍏⍍⍰ ā¨Ēā¨šā¨ŋā¨˛ā¨žā¨‚ ā¨šāŠ€ ā¨ŦāŠ°ā¨Ļ ā¨šāŠˆGFileIcon ⍞⍈ ⍍ā¨ŋā¨•ā¨žā¨°ā¨ž ā¨‡āŠ°ā¨ĒāŠāŠąā¨Ÿ ā¨Ąā¨žā¨Ÿā¨žGEmblem ā¨‡āŠ°ā¨•āŠ‹ā¨Ąā¨ŋāŠ°ā¨— ā¨ĩā¨ŋāŠąā¨š ⍍ā¨ŋā¨•ā¨žā¨°ā¨ž ā¨ŸāŠ‹ā¨•ā¨¨ā¨žā¨‚ ā¨ĻāŠ€ ⍗ā¨ŋā¨Ŗā¨¤āŠ€ (%d)GEmblemedIcon ā¨‡āŠ°ā¨•āŠ‹ā¨Ąā¨ŋāŠ°ā¨— ā¨ĩā¨ŋāŠąā¨š ⍍ā¨ŋā¨•ā¨žā¨°ā¨ž ā¨ŸāŠ‹ā¨•ā¨¨ā¨žā¨‚ ā¨ĻāŠ€ ⍗ā¨ŋā¨Ŗā¨¤āŠ€ (%d)⍍ā¨ŋā¨•ā¨žā¨°ā¨ž ā¨ĩ⍰⍜⍍ ā¨¨āŠ°ā¨Ŧ⍰: %sā¨ŽāŠˆā¨ŽāŠ‹ā¨°āŠ€ ā¨†ā¨‰ā¨Ÿā¨ĒāŠāŠąā¨Ÿ ā¨¸ā¨Ÿā¨°āŠ€ā¨Ž ā¨ŽāŠāŠœ-ā¨…ā¨•ā¨žā¨° ā¨¯āŠ‹ā¨— ā¨¨ā¨šāŠ€ā¨‚%s ⍞⍈ ā¨†ā¨°ā¨—āŠ‚ā¨ŽāŠˆā¨‚ā¨Ÿ ā¨—āŠāŠ°ā¨Ž ā¨šāŠˆā¨Žā¨žā¨Šā¨‚ā¨Ÿ ā¨ĩā¨ŋāŠąā¨š ā¨­āŠ‡ā¨œā¨Ŗā¨ž ā¨¸ā¨šā¨ŋā¨¯āŠ‹ā¨—āŠ€ ā¨¨ā¨šāŠ€ā¨‚URI '%s' ⍞⍈ ā¨ŦāŠāŠąā¨•ā¨Žā¨žā¨°ā¨• ā¨ĩā¨ŋāŠąā¨š ā¨•āŠ‹ā¨ˆ MIME ⍕ā¨ŋā¨¸ā¨Ž ā¨Ē⍰ā¨ŋā¨­ā¨žā¨¸ā¨ŧā¨ŋ⍤ ā¨¨ā¨šāŠ€ā¨‚ ā¨šāŠˆā¨‡ā¨š ā¨Ģā¨žā¨‡ā¨˛ ā¨šāŠˆā¨‚ā¨Ąā¨˛ ⍕⍰⍍ ⍞⍈ ā¨•āŠ‹ā¨ˆ ⍐ā¨Ēā¨˛āŠ€ā¨•āŠ‡ā¨¸ā¨ŧ⍍ ⍰⍜ā¨ŋ⍏⍟⍰ ā¨¨ā¨šāŠ€ā¨‚ ā¨šāŠˆā¨•ā¨ŋā¨¸āŠ‡ ā¨•ā¨žā¨°ā¨œ ā¨¨āŠ‡ '%2$s' ⍞⍈ '%1$s' ā¨¨ā¨žā¨‚ ā¨¨ā¨žā¨˛ ā¨•āŠ‹ā¨ˆ ā¨ŦāŠāŠąā¨•ā¨Žā¨žā¨°ā¨• ⍰⍜ā¨ŋ⍏⍟⍰ ā¨¨ā¨šāŠ€ā¨‚ ā¨•āŠ€ā¨¤ā¨žURI '%s' ⍞⍈ ā¨•āŠ‹ā¨ˆ ā¨ŦāŠāŠąā¨•ā¨Žā¨žā¨°ā¨• ā¨¨ā¨šāŠ€ā¨‚ ā¨˛āŠąā¨­ā¨žURI '%s' ⍞⍈ ā¨ŦāŠāŠąā¨•ā¨Žā¨žā¨°ā¨• ā¨ĩā¨ŋāŠąā¨š ā¨•āŠ‹ā¨ˆ ā¨—ā¨°āŠāŠąā¨Ē ā¨¸āŠˆāŠąā¨Ÿ ā¨¨ā¨šāŠ€ā¨‚ ā¨•āŠ€ā¨¤ā¨ž ⍗ā¨ŋ⍆URI '%s' ⍞⍈ ā¨ŦāŠāŠąā¨•ā¨Žā¨žā¨°ā¨• ā¨•āŠ‹ā¨ˆ ā¨ĒāŠā¨°ā¨žā¨ˆā¨ĩāŠ‡ā¨Ÿ ā¨Ģā¨˛āŠˆā¨— ā¨¨ā¨šāŠ€ā¨‚ ā¨ĻāŠąā¨¸ā¨ŋ⍆ ⍗ā¨ŋ⍆'%s' ⍞⍈ ā¨•āŠ‹ā¨ˆ ⍏⍰ā¨ĩā¨ŋ⍏ ⍰ā¨ŋā¨•ā¨žā¨°ā¨Ą ā¨¨ā¨šāŠ€ā¨‚ā¨•ā¨˛ā¨žā¨¸ ā¨¨ā¨žā¨‚ %s ⍞⍈ ā¨•āŠ‹ā¨ˆ ā¨Ÿā¨žā¨ˆā¨Ē ā¨¨ā¨šāŠ€ā¨‚ā¨Ąā¨žā¨Ÿā¨ž ā¨Ąā¨žā¨‡ā¨°āŠˆā¨•ā¨Ÿā¨°āŠ€ā¨†ā¨‚ ā¨ĩā¨ŋāŠąā¨š ā¨•āŠ‹ā¨ˆ ā¨ĸāŠāŠąā¨•ā¨ĩāŠ€ā¨‚ ā¨ŦāŠāŠąā¨•ā¨Žā¨žā¨°ā¨• ā¨Ģā¨žā¨‡ā¨˛ ā¨¨ā¨šāŠ€ā¨‚ ā¨˛āŠąā¨­āŠ€ā¨‡āŠąā¨• ā¨°āŠˆā¨—āŠ‚ā¨˛ā¨° ā¨Ģā¨žā¨‡ā¨˛ ā¨¨ā¨šāŠ€ā¨‚ā¨¸ā¨žā¨•ā¨Ÿ ā¨ā¨Ąā¨°āŠˆāŠąā¨¸ ⍞⍈ ā¨˛āŠ‹āŠœāŠ€ā¨ĻāŠ€ ā¨Ĩā¨žā¨‚ ā¨¨ā¨šāŠ€ā¨‚ā¨…ā¨¨ā¨ŋā¨ļ⍚ā¨ŋ⍤ ā¨…āŠąā¨–ā¨° %1$s ā¨šāŠˆ, ā¨ā¨˛āŠ€ā¨Žā¨ŋāŠ°ā¨Ÿ %3$s ā¨ĻāŠ‡ ⍇⍏ ā¨ĩā¨ŋā¨ļāŠ‡ā¨¸ā¨¤ā¨ž ā¨¨ā¨žā¨‚ %2$s ā¨Žā¨—ā¨°āŠ‹ā¨‚ = ā¨˛āŠ‹āŠœāŠ€ā¨Ļā¨ž ā¨¸āŠ€ā¨…ā¨¨ā¨ŋā¨ļ⍚ā¨ŋ⍤ ā¨…āŠąā¨–ā¨° '%s', ā¨‡ā¨š '>' ā¨…āŠąā¨–ā¨° ā¨ĻāŠ€ ā¨‰ā¨ŽāŠ€ā¨Ļ ā¨–ā¨žā¨˛āŠ€-ā¨ā¨˛āŠ€ā¨Žā¨ŋāŠ°ā¨Ÿ ā¨ŸāŠˆā¨— '%s' ā¨ŦāŠ°ā¨Ļ ⍕⍰⍍ ⍞⍈ ā¨¸āŠ€ā¨…ā¨¨ā¨ŋā¨ļ⍚ā¨ŋ⍤ ā¨…āŠąā¨–ā¨° '%s' ā¨šāŠˆ, ⍇⍕ ā¨…āŠąā¨–ā¨° '>'ā¨œā¨žā¨‚ '/' ⍍ā¨ŋā¨ļ⍚ā¨ŋ⍤ ā¨…āŠąā¨–ā¨° ā¨šāŠˆ ā¨¤ā¨žā¨‚ ⍕ā¨ŋ ā¨šā¨ŋāŠąā¨¸āŠ‡ ā¨ĻāŠ‡ ⍏ā¨ŧāŠā¨°āŠ‚ ā¨•āŠ€ā¨¤āŠ‡ ā¨ŸāŠˆā¨— ā¨¨āŠ‚āŠ° ā¨–ā¨¤ā¨Ž ā¨•āŠ€ā¨¤āŠ€ ā¨œā¨ž ā¨¸ā¨•āŠ‡ '%s', ā¨œā¨žā¨‚ ā¨šāŠā¨Ŗā¨ŋ⍆ ā¨ĒāŠā¨°ā¨¤āŠ€ā¨•, ⍜ā¨ŋ⍏ ⍺⍈ ā¨¤āŠā¨¸āŠ€ ⍗⍞⍤ ā¨¨ā¨žā¨‚ ⍭⍰ā¨ŋ⍆ ā¨šāŠˆāĨ¤ā¨…⍍ā¨ŋā¨ļ⍚ā¨ŋ⍤ ā¨…āŠąā¨–ā¨° '%1$s', ā¨Ŧā¨°ā¨žā¨Ŧ⍰ ā¨ĻāŠ‡ ⍍ā¨ŋā¨ļā¨žā¨¨ ā¨Žā¨—ā¨°āŠ‹ā¨‚ ⍇⍕ ā¨–āŠāŠąā¨˛ā¨ž ā¨šā¨ĩā¨žā¨˛ā¨ž ⍍ā¨ŋā¨ļā¨žā¨¨ ⍜ā¨ŧā¨°āŠ‚ā¨°āŠ€ ā¨šāŠˆ, ⍜ā¨ĻāŠ‹ā¨‚ ⍕ā¨ŋ ā¨¤āŠā¨¸āŠ€ā¨‚ ā¨‡āŠąā¨• ā¨ā¨˛āŠ€ā¨Žā¨ŋāŠ°ā¨Ÿ '%3$s' ā¨ĻāŠ€ ā¨ĩā¨ŋ⍏ā¨ŧāŠ‡ā¨¸ā¨ŧā¨¤ā¨ž '%2$s' ⍞⍈ ā¨ŽāŠāŠąā¨˛ ā¨ĻāŠ‡ ā¨°ā¨šāŠ‡ ā¨šāŠ‹āĨ¤ā¨“ā¨Ēā¨°āŠ‡ā¨¸ā¨ŧ⍍ ā¨¸ā¨šā¨žā¨‡ā¨• ā¨¨ā¨šāŠ€ā¨‚ā¨“ā¨Ēā¨°āŠ‡ā¨¸ā¨ŧ⍍ ā¨°āŠąā¨Ļ ā¨•āŠ€ā¨¤ā¨ž ⍗ā¨ŋā¨†ā¨†ā¨‰ā¨Ÿā¨ĒāŠāŠąā¨Ÿ ā¨¸ā¨Ÿā¨°āŠ€ā¨Ž ⍞ā¨ŋ⍕⍪ ⍞⍈ ā¨Ŧā¨Ŗā¨žā¨ˆ ā¨¨ā¨šāŠ€ā¨‚ ā¨—ā¨ˆPCRE ā¨˛ā¨žā¨‡ā¨Ŧā¨°āŠ‡ā¨°āŠ€ ā¨¨āŠ‚āŠ° UTF8 ā¨ĩā¨ŋ⍏ā¨ŧāŠ‡ā¨¸ā¨ŧā¨¤ā¨ž ā¨ŽāŠąā¨Ļā¨Ļ ā¨Ŧā¨—āŠˆā¨° ā¨•āŠ°ā¨Ēā¨žā¨‡ā¨˛ ā¨•āŠ€ā¨¤ā¨ž ⍗ā¨ŋ⍆ ā¨šāŠˆāĨ¤PCRE ā¨˛ā¨žā¨‡ā¨Ŧā¨°āŠ‡ā¨°āŠ€ ā¨¨āŠ‚āŠ° UTF8 ā¨ŽāŠąā¨Ļā¨Ļ ā¨Ŧā¨—āŠˆā¨° ā¨•āŠ°ā¨Ēā¨žā¨‡ā¨˛ ā¨•āŠ€ā¨¤ā¨ž ⍗ā¨ŋ⍆ ā¨šāŠˆāĨ¤POSIX ā¨˛āŠ‹ā¨•āŠ‡ā¨˛ ā¨ā¨˛āŠ€ā¨ŽāŠˆā¨‚ā¨Ÿ ā¨¸ā¨šā¨žā¨‡ā¨• ā¨¨ā¨šāŠ€ā¨‚ ā¨šāŠˆPOSIX ā¨¨ā¨žā¨‚ ā¨ĻāŠ€ ā¨•ā¨˛ā¨žā¨¸ ā¨•āŠ‡ā¨ĩ⍞ ā¨‡āŠąā¨• ā¨šāŠ€ ā¨•ā¨˛ā¨žā¨¸ ā¨¸ā¨šā¨ŋā¨¯āŠ‹ā¨—āŠ€ ā¨šāŠˆā¨¸ā¨¤ā¨° ā¨ĻāŠ‡ ā¨…ā¨–āŠ€ā¨° ā¨¤āŠ‡ ā¨…āŠąā¨–ā¨°ā¨žā¨‚ ā¨Ļā¨ž ā¨¸ā¨°āŠ‚ā¨Ē ā¨…ā¨§āŠ‚ā¨°ā¨ž ā¨šāŠˆā¨šā¨ĩā¨žā¨˛ā¨ž ā¨ŸāŠˆā¨•ā¨¸ā¨Ÿ ⍇⍕ ā¨šā¨ĩā¨žā¨˛ā¨ž ā¨Žā¨žā¨°ā¨• ā¨¨ā¨žā¨˛ ⍏ā¨ŧāŠā¨°āŠ‚ ā¨¨ā¨šāŠ€ā¨‚ ā¨šāŠ‹ ⍏⍕ā¨Ļā¨ž ā¨šāŠˆā¨ĩāŠąā¨§āŠ‹-ā¨ĩāŠąā¨§ ā¨Ąā¨žā¨Ÿā¨ž ā¨…ā¨°āŠ‡ ⍞ā¨ŋā¨Žā¨Ÿ ⍆ ā¨—ā¨ˆā¨—ā¨˛ā¨¤ fd ā¨Žā¨ŋā¨˛āŠ€SELinux ā¨Ēā¨°ā¨¸āŠ°ā¨— ā¨—āŠˆā¨°-⍍⍞ ā¨šāŠ‹ā¨Ŗā¨ž ā¨šā¨žā¨šāŠ€ā¨Ļā¨ž ā¨šāŠˆā¨‡ā¨¸ ⍏ā¨ŋā¨¸ā¨Ÿā¨Ž ā¨‰āŠąā¨¤āŠ‡ SELinux ā¨šā¨žā¨˛āŠ‚ ā¨¨ā¨šāŠ€ā¨‚ ā¨šāŠˆā¨¸ā¨Ÿā¨°āŠ€ā¨Ž ā¨‰āŠąā¨¤āŠ‡ ā¨¸āŠ€ā¨• ā¨¸ā¨šā¨ŋā¨¯āŠ‹ā¨—āŠ€ ā¨¨ā¨šāŠ€ā¨‚ā¨—āŠā¨Ŗ %s ā¨¸āŠˆā¨Ÿā¨ŋāŠ°ā¨— ā¨¸ā¨šā¨žā¨‡ā¨• ā¨¨ā¨šāŠ€ā¨‚ā¨¸ā¨­ ā¨ŽāŠąā¨Ļā¨Ļ ā¨šāŠ‹ā¨Ŗā¨žā¨‚ ā¨ĩāŠ‡ā¨–āŠ‹ā¨ŽāŠąā¨Ļā¨Ļ ā¨šāŠ‹ā¨Ŗ ā¨ĩāŠ‡ā¨–āŠ‹ā¨¸ā¨žā¨•ā¨Ÿ ā¨Ēā¨šā¨ŋā¨˛ā¨žā¨‚ ā¨šāŠ€ ā¨ŦāŠ°ā¨Ļ ā¨šāŠˆā¨¸ā¨°āŠ‹ā¨¤ ā¨¸ā¨Ÿā¨°āŠ€ā¨Ž ā¨ŦāŠ°ā¨Ļ ā¨•āŠ€ā¨¤ā¨ž ⍗ā¨ŋ⍆ ā¨šāŠˆā¨¸ā¨Ÿā¨°āŠ€ā¨Ž query_info ⍞⍈ ā¨¸ā¨šā¨žā¨‡ā¨• ā¨¨ā¨šāŠ€ā¨‚ā¨¸ā¨Ÿā¨°āŠ€ā¨Ž ā¨Ēā¨šā¨ŋā¨˛ā¨žā¨‚ ā¨šāŠ€ ā¨•ā¨žā¨°ā¨ĩā¨žā¨ˆ ā¨…ā¨§āŠ€ā¨¨ ā¨šāŠˆā¨¸ā¨Ÿā¨°āŠ€ā¨Ž ā¨Ēā¨šā¨ŋā¨˛ā¨žā¨‚ ā¨šāŠ€ ā¨ŦāŠ°ā¨Ļ ā¨šāŠˆā¨¸ā¨ŋāŠ°ā¨ŦāŠ‹ā¨˛ā¨ŋ⍕ ⍞ā¨ŋāŠ°ā¨• ā¨ŽāŠąā¨Ļā¨Ļ ā¨ĒāŠā¨°ā¨žā¨Ē⍤ ā¨¨ā¨šāŠ€ā¨‚ ā¨šā¨¨ā¨Ÿā¨žā¨°ā¨—āŠ‡ā¨Ÿ ā¨Ģā¨žā¨‡ā¨˛ ā¨ŽāŠŒā¨œāŠ‚ā¨Ļ ā¨šāŠˆā¨Ÿā¨žā¨°ā¨—āŠ‡ā¨Ÿ ā¨Ģā¨žā¨‡ā¨˛ ā¨Ąā¨žā¨‡ā¨°āŠˆā¨•ā¨Ÿā¨°āŠ€ ā¨šāŠˆā¨Ÿā¨žā¨°ā¨—āŠ‡ā¨Ÿ ā¨Ģā¨žā¨‡ā¨˛ ā¨‡āŠąā¨• ā¨°āŠˆā¨—āŠ‚ā¨˛ā¨° ā¨Ģā¨žā¨‡ā¨˛ ā¨¨ā¨šāŠ€ā¨‚ ā¨šāŠˆā¨ŸāŠˆā¨‚ā¨Ēā¨˛āŠ‡ā¨Ÿ '%s' XXXXXX ā¨¨ā¨šāŠ€ā¨‚ ā¨°āŠąā¨–ā¨Ļā¨ž ā¨šāŠˆā¨ŸāŠˆā¨Ēā¨˛āŠ‡ā¨Ÿ '%s' ā¨¸ā¨šāŠ€ā¨‚ ā¨¨ā¨šāŠ€ā¨‚ ā¨šāŠˆ, ⍇⍏ ā¨•āŠ‹ā¨˛ '%s' ā¨¨ā¨šāŠ€ā¨‚ ā¨šāŠ‹ā¨Ŗā¨ž ā¨šā¨žā¨šāŠ€ā¨Ļā¨ž ā¨šāŠˆ'%s' ā¨˛āŠąā¨­ā¨Ŗ ⍞⍈ ā¨†ā¨°ā¨œā¨ŧāŠ€ ā¨°āŠ‚ā¨Ē ā¨ĩā¨ŋāŠąā¨š ā¨…ā¨¸ā¨Žā¨°āŠąā¨Ĩ%c ⍞⍈ ā¨šā¨ĩā¨žā¨˛ā¨ž ā¨˛āŠąā¨­ā¨Ŗ ā¨¤āŠ‹ā¨‚ ā¨Ēā¨šā¨ŋā¨˛ā¨žā¨‚ ā¨ŸāŠˆā¨•ā¨¸ā¨Ÿ ā¨–ā¨¤ā¨Ž ā¨šāŠˆāĨ¤ (ā¨ŸāŠˆā¨•ā¨¸ā¨Ÿ ā¨¸āŠ€ '%s')ā¨‡āŠąā¨• '\' ā¨…āŠąā¨–ā¨° ā¨Žā¨—ā¨°āŠ‹ā¨‚ ā¨ŸāŠˆā¨•ā¨¸ā¨Ÿ ā¨–ā¨¤ā¨Ž ā¨šāŠ‹ā¨ŖāŠ‡ ā¨šā¨¨ (ā¨ŸāŠˆā¨•ā¨¸ā¨Ÿ ā¨¸āŠ€ '%s')ā¨ŸāŠˆā¨•ā¨¸ā¨Ÿ ā¨–ā¨žā¨˛āŠ€ ā¨¸āŠ€ (ā¨œā¨žā¨‚ ā¨¸ā¨žā¨Ģ ā¨Ĩā¨žā¨‚ ā¨šāŠ€ ā¨šāŠˆ)URI '%s' ā¨•āŠ‹ā¨˛ ⍗⍞⍤ ā¨…āŠąā¨–ā¨° ā¨šā¨¨URI '%s' ā¨œā¨žā¨‡ā¨œā¨ŧ ā¨¨ā¨šāŠ€ā¨‚ ā¨šāŠˆURI '%s' "file" ā¨¸ā¨•āŠ€ā¨Ž ā¨ĻāŠ€ ā¨ĩā¨°ā¨¤āŠ‹ā¨‚ ā¨•ā¨°ā¨•āŠ‡ ⍅⍏⍞ URI ā¨¨ā¨šāŠ€ā¨‚ ā¨šāŠˆā¨Ģā¨žā¨‡ā¨˛ ā¨Ŧā¨žā¨šā¨°āŠ‹ā¨‚ ā¨¸āŠ‹ā¨§āŠ€ ā¨—ā¨ˆ ā¨¸āŠ€URI '%s' ā¨ĻāŠ‡ ā¨šāŠ‹ā¨¸ā¨Ÿ ā¨Ļā¨ž ā¨¨ā¨žā¨‚ ā¨œā¨žā¨‡ā¨œā¨ŧ ā¨¨ā¨šāŠ€ā¨‚ ā¨šāŠˆā¨˛āŠ‹ā¨•ā¨˛ ā¨Ģā¨žā¨‡ā¨˛ URI %s ā¨ĩā¨ŋāŠąā¨š ā¨‡ā¨š ⍍ā¨ŋā¨ļā¨žā¨¨ # ā¨¨ā¨šāŠ€ā¨‚ ā¨šāŠˆā¨Žā¨žā¨°ā¨—-ā¨¨ā¨žā¨‚ %s ⍇⍕ ā¨…ā¨¸ā¨˛āŠ€ (absolute) ā¨Žā¨žā¨°ā¨— ā¨¨ā¨šāŠ€ā¨‚ ā¨šāŠˆ%s ā¨¨āŠ‚āŠ° ā¨Ŧā¨šāŠā¨¤ ā¨ĩāŠąā¨§ ⍗ā¨ŋā¨Ŗā¨¤āŠ€ ā¨Ēā¨žā¨¸ ā¨•āŠ€ā¨¤āŠ€ ā¨—ā¨ˆā¨°āŠąā¨Ļ ā¨¸ā¨šā¨žā¨‡ā¨• ā¨¨ā¨šāŠ€ā¨‚ā¨‡āŠ°ā¨ĒāŠāŠąā¨Ÿ ā¨¸ā¨Ÿā¨°āŠ€ā¨Ž ā¨‰āŠąā¨¤āŠ‡ ā¨Ÿā¨°ā¨žā¨‚ā¨¸ā¨•āŠ‡ā¨Ÿ ā¨Žā¨¨ā¨œā¨ŧāŠ‚ā¨° ā¨¨ā¨šāŠ€ā¨‚ā¨¸ā¨Ÿā¨°āŠ€ā¨Ž ā¨‰āŠąā¨¤āŠ‡ ā¨Ÿā¨°ā¨žā¨‚ā¨¸ā¨•āŠ‡ā¨Ÿ ā¨¸ā¨šā¨ŋā¨¯āŠ‹ā¨—āŠ€ ā¨¨ā¨šāŠ€ā¨‚ā¨Ÿā¨žā¨ˆā¨Ē %s GIcon ā¨‡āŠ°ā¨Ÿā¨°ā¨ĢāŠ‡ā¨¸ ā¨‰āŠąā¨¤āŠ‡ from_tokens() ⍏ā¨Ĩā¨žā¨Ē⍍ ā¨šā¨žā¨šāŠ€ā¨Ļā¨ž ā¨¨ā¨šāŠ€ā¨‚ā¨Ÿā¨žā¨ˆā¨Ē %s GIcon ā¨‡āŠ°ā¨Ÿā¨°ā¨ĢāŠ‡ā¨¸ ⍞⍈ ⍏ā¨Ĩā¨žā¨Ēā¨ŋ⍤ ā¨¨ā¨šāŠ€ā¨‚ā¨Ÿā¨žā¨ˆā¨Ē %s ā¨•ā¨˛ā¨žā¨¸ ā¨¨ā¨šāŠ€ā¨‚ ā¨šāŠˆURI ā¨¸ā¨šā¨ŋā¨¯āŠ‹ā¨—āŠ€ ā¨¨ā¨šāŠ€ā¨‚ā¨¸ā¨žā¨•ā¨Ÿ ā¨Ŧā¨Ŗā¨žā¨‰ā¨Ŗ ⍞⍈ ā¨…ā¨¸ā¨Žā¨°āŠąā¨Ĩ: %sā¨°āŠąā¨ĻāŠ€ ā¨Ąā¨žā¨‡ā¨°āŠˆā¨•ā¨Ÿā¨°āŠ€ %s ā¨Ŧā¨Ŗā¨žā¨‰ā¨Ŗ ⍞⍈ ā¨…ā¨¸ā¨Žā¨°āŠąā¨Ĩ: %sā¨°āŠąā¨ĻāŠ€ '⍚ ā¨­āŠ‡ā¨œāŠ€ ā¨Ģā¨žā¨‡ā¨˛ ā¨Ŧā¨Ŗā¨žā¨‰ā¨Ŗ ⍞⍈ ā¨…ā¨¸ā¨Žā¨°āŠąā¨Ĩ: %sā¨Ąā¨ŋā¨Ģā¨žā¨˛ā¨Ÿ ā¨˛āŠ‹ā¨•ā¨˛ ā¨Ąā¨žā¨‡ā¨°āŠˆā¨•ā¨Ÿā¨°āŠ€ ā¨Žā¨žā¨¨āŠ€ā¨Ÿā¨° ā¨Ÿā¨žā¨ˆā¨Ē ā¨˛āŠąā¨­ā¨Ŗ ⍞⍈ ā¨…ā¨¸ā¨Žā¨°āŠąā¨Ĩā¨Ąā¨ŋā¨Ģā¨žā¨˛ā¨Ÿ ā¨˛āŠ‹ā¨•ā¨˛ ā¨Ģā¨žā¨‡ā¨˛ ā¨Žā¨žā¨¨āŠ€ā¨Ÿā¨° ā¨Ÿā¨žā¨ˆā¨Ē ā¨–āŠ‹ā¨œā¨Ŗ ⍞⍈ ā¨…ā¨¸ā¨Žā¨°āŠąā¨Ĩā¨°āŠąā¨ĻāŠ€ ā¨Ąā¨žā¨‡ā¨°āŠˆā¨•ā¨Ÿā¨°āŠ€ ā¨˛āŠąā¨­ā¨Ŗ ā¨œā¨žā¨‚ ā¨Ŧā¨Ŗā¨žā¨‰ā¨Ŗ ⍞⍈ ā¨…ā¨¸ā¨Žā¨°āŠąā¨Ĩ⍐ā¨Ēā¨˛āŠ€ā¨•āŠ‡ā¨¸ā¨ŧ⍍ ⍞⍈ ā¨Ÿā¨°ā¨ŽāŠ€ā¨¨ā¨˛ ā¨˛āŠ‹āŠœ ā¨˛āŠąā¨­ā¨Ŗ ⍞⍈ ā¨…ā¨¸ā¨Žā¨°āŠąā¨Ĩ ā¨šāŠˆā¨°āŠąā¨ĻāŠ€ ⍞⍈ ā¨Ÿā¨žā¨Ē-ā¨˛āŠˆā¨ĩ⍞ ā¨Ąā¨žā¨‡ā¨°āŠˆā¨•ā¨Ÿā¨°āŠ€ ā¨˛āŠąā¨­ā¨Ŗ ⍞⍈ ā¨…ā¨¸ā¨Žā¨°āŠąā¨Ĩā¨Ŧā¨žā¨•āŠ€ ā¨—ā¨˛ā¨¤āŠ€ ā¨˛āŠˆā¨Ŗ ⍞⍈ ā¨…ā¨¸ā¨Žā¨°āŠąā¨Ĩ: %sā¨Ģā¨žā¨‡ā¨˛ ā¨°āŠąā¨ĻāŠ€ '⍚ ā¨­āŠ‡ā¨œā¨Ŗ ⍞⍈ ā¨…ā¨¸ā¨Žā¨°āŠąā¨Ĩ: %sā¨ā¨˛āŠ€ā¨ŽāŠˆā¨‚ā¨Ÿ '%2$s' ⍞⍈ ⍗⍞⍤ ā¨—āŠā¨Ŗ '%1$s'ā¨…ā¨šā¨žā¨¨ā¨• ā¨›āŠ‡ā¨¤āŠ€ ā¨ā¨‚ā¨Ą-⍆ā¨Ģā¨ŧ-ā¨¸ā¨ŸāŠ€ā¨°ā¨Žā¨‡āŠąā¨• ā¨šā¨žā¨ˆā¨˛ā¨Ą ā¨Ēā¨°āŠ‹ā¨¸āŠˆā¨¸ ā¨¤āŠ‹ā¨‚ ā¨Ąā¨žā¨Ÿā¨ž ā¨ĒāŠœāŠā¨šā¨¨ ā¨ĻāŠŒā¨°ā¨žā¨¨ g_io_channel_win32_poll() ā¨ĩā¨ŋāŠąā¨š ā¨…ā¨šā¨žā¨¨ā¨• ā¨—ā¨˛ā¨¤āŠ€ā¨šā¨žā¨ˆā¨˛ā¨Ą ā¨Ēā¨°āŠ‹ā¨¸āŠˆā¨¸ (%s) ā¨¤āŠ‹ā¨‚ ā¨Ąā¨žā¨Ÿā¨ž ā¨–āŠ‹ā¨˛āŠā¨šā¨Ŗ ⍞⍈ select() ā¨ĩā¨ŋāŠąā¨š ā¨…ā¨šā¨žā¨¨ā¨• ā¨—ā¨˛ā¨¤āŠ€waitpid() (%s) ā¨ĩā¨ŋāŠąā¨š ā¨…ā¨šā¨žā¨¨ā¨• ā¨—ā¨˛ā¨¤āŠ€'%2$s' ā¨ĩā¨ŋāŠąā¨š '%1$s' ā¨ŸāŠˆā¨—ā¨—ā¨˛ā¨¤ ā¨ŸāŠˆā¨— '%s', ā¨ŸāŠˆā¨— '%s' ā¨˛āŠ‹āŠœāŠ€ā¨Ļā¨ž ā¨¸āŠ€ā¨…ā¨šāŠ€ā¨˛ā¨ŋā¨°āŠ‡ ā¨Ąā¨žā¨Ÿā¨ž ā¨ĻāŠ€ ā¨…ā¨Ŗā¨œā¨žā¨Ŗ ⍕ā¨ŋā¨¸ā¨Žā¨šā¨žā¨ˆā¨˛ā¨Ą ā¨Ēā¨°āŠ‹ā¨¸āŠˆā¨¸ "%s" ā¨šā¨žā¨˛āŠ‚ ⍕⍰⍍ ā¨ĩā¨ŋāŠąā¨š ā¨…ā¨Ŗā¨œā¨žā¨ŖāŠ€ ā¨—ā¨˛ā¨¤āŠ€ā¨•āŠā¨¨āŠˆā¨•ā¨Ÿ ā¨‰āŠąā¨¤āŠ‡ ā¨…ā¨Ŗā¨œā¨žā¨Ŗ ā¨—ā¨˛ā¨¤āŠ€ā¨…ā¨Ŗā¨œā¨žā¨Ŗ ā¨šāŠ‹ā¨Ŗ %sā¨…ā¨Ŗā¨œā¨žā¨Ŗ ā¨Ēā¨°āŠ‹ā¨ŸāŠ‹ā¨•ā¨žā¨˛ ā¨Ļā¨ŋāŠąā¨¤ā¨ž ⍗ā¨ŋā¨†ā¨…ā¨Ŗā¨œā¨žā¨Ŗ ā¨Ÿā¨žā¨ˆā¨Ēā¨•ā¨Žā¨žā¨‚ā¨Ą ā¨˛ā¨žā¨ˆā¨¨ ā¨œā¨žā¨‚ ā¨¸āŠˆāŠąā¨˛ ā¨ŸāŠˆā¨•ā¨¸ā¨Ÿ ā¨ĩā¨ŋāŠąā¨š ā¨ŦāŠ‡ā¨ŽāŠ‡ā¨˛ ā¨šā¨ĩā¨žā¨˛ā¨ž ā¨Žā¨žā¨°ā¨• ā¨šāŠˆā¨Ŧā¨ŋ⍍-ā¨¨ā¨žā¨‚ā¨—ā¨ŧāŠˆā¨°-ā¨¸ā¨šā¨žā¨‡ā¨• ā¨¸ā¨žā¨•ā¨Ÿ ā¨ā¨Ąā¨°āŠˆāŠąā¨¸ā¨ĩā¨°ā¨¤āŠ‹ā¨‚:ā¨–āŠ‹ā¨œ ā¨Ąā¨žā¨‡ā¨°āŠˆā¨•ā¨Ÿā¨°āŠ€ā¨†ā¨‚ ā¨ĩā¨ŋāŠąā¨š ā¨ āŠ€ā¨• ā¨•āŠāŠ°ā¨œāŠ€ ā¨Ģā¨žā¨‡ā¨˛ ā¨¨ā¨šāŠ€ā¨‚ ā¨–āŠ‹ā¨œāŠ€ ā¨œā¨ž ā¨¸ā¨•āŠ€ā¨ŽāŠāŠąā¨˛ '%s' ā¨¨āŠ‚āŠ° ā¨ŦāŠ‚ā¨˛āŠ€ā¨…ā¨¨ ā¨ĩā¨žā¨‚ā¨— ā¨‡āŠ°ā¨Ÿā¨°ā¨Ēā¨°āŠ‡ā¨Ÿ ā¨¨ā¨šāŠ€ā¨‚ ā¨•āŠ€ā¨¤ā¨ž ā¨œā¨ž ⍏⍕ā¨Ļā¨ž ā¨šāŠˆāĨ¤ā¨ŽāŠāŠąā¨˛ '%s' ā¨¨āŠ‚āŠ° ā¨‡āŠąā¨• ā¨Ļ⍏ā¨ŧā¨Žā¨˛ā¨ĩ ā¨…āŠ°ā¨• ā¨ĻāŠ‡ ā¨¤āŠŒā¨° 'ā¨¤āŠ‡ ā¨Ēā¨žā¨°ā¨¸ ā¨¨ā¨šāŠ€ā¨‚ ā¨•āŠ€ā¨¤ā¨ž ā¨œā¨ž ⍏⍕ā¨ŋ⍆ ā¨šāŠˆāĨ¤ā¨ŽāŠāŠąā¨˛ '%s' ā¨¨āŠ‚āŠ° ā¨‡āŠąā¨• ā¨…āŠ°ā¨• ā¨ĻāŠ‡ ā¨¤āŠŒā¨° 'ā¨¤āŠ‡ ā¨Ēā¨žā¨°ā¨¸ ā¨¨ā¨šāŠ€ā¨‚ ā¨•āŠ€ā¨¤ā¨ž ā¨œā¨ž ⍏⍕ā¨ŋ⍆ ā¨šāŠˆāĨ¤ā¨¸ā¨žā¨•ā¨Ÿ ⍏ā¨ŧ⍰⍤ ⍞⍈ ā¨‰ā¨ĄāŠ€ā¨• ā¨œā¨žā¨°āŠ€: %sā¨ŸāŠ‹ā¨•ā¨¨ā¨žā¨‚ ā¨ĻāŠ€ ⍗⍞⍤ ⍗ā¨ŋā¨Ŗā¨¤āŠ€ (%d)[ā¨šāŠ‹ā¨Ŗ...]\ ā¨ĒāŠˆā¨Ÿā¨°ā¨¨ ā¨ĻāŠ‡ ā¨…āŠ°ā¨¤ ā¨‰āŠąā¨¤āŠ‡\C lookbehind assertion ⍞⍈ ā¨¸ā¨šā¨žā¨‡ā¨• ā¨¨ā¨šāŠ€ā¨‚\ā¨ĒāŠˆā¨Ÿā¨°ā¨¨ ā¨ĻāŠ‡ ā¨…āŠ°ā¨¤ ā¨‰āŠąā¨¤āŠ‡ c\g ā¨¨āŠ‚āŠ° ⍕ā¨ŋā¨¸āŠ‡ ā¨ĩāŠ€ ā¨Ŧā¨°āŠˆā¨•ā¨Ÿ ā¨¨ā¨žā¨‚ ā¨œā¨žā¨‚ ā¨šāŠ‹ā¨Ŗā¨ĩāŠ€ā¨‚ ā¨Ŧā¨°āŠˆā¨•ā¨Ÿ ā¨•āŠ€ā¨¤āŠ‡ ⍗ā¨ŧāŠˆā¨°-⍏ā¨ŋā¨Ģā¨ŧ⍰ ā¨¨āŠ°ā¨Ŧ⍰ ā¨Ŧā¨žā¨…ā¨Ļ ā¨Žā¨¨ā¨œā¨ŧāŠ‚ā¨° ā¨¨ā¨šāŠ€ā¨‚ (?( ā¨¤āŠ‹ā¨‚ ā¨Ŧā¨žā¨…ā¨Ļ ⍏ā¨ŧā¨žā¨Žā¨˛ ⍕⍰⍍ ā¨ĻāŠ€ ā¨˛āŠ‹āŠœ ā¨¸āŠ€ā¨¸ā¨ŦāŠ°ā¨§ ā¨Ŧā¨Ļā¨˛ā¨Ŗā¨ž win32 ⍞⍈ ā¨¸ā¨šā¨žā¨‡ā¨• ā¨¨ā¨šāŠ€ā¨‚ ā¨šāŠˆā¨ŦāŠˆā¨• ā¨°āŠˆā¨Ąā¨°āŠˆā¨‚ā¨¸ ā¨•āŠ°ā¨ĄāŠ€ā¨¸ā¨ŧ⍍ ā¨ĩā¨žā¨‚ā¨— ā¨…ā¨§āŠ‚ā¨°āŠ€ ā¨ŽāŠˆā¨‚ā¨šā¨ŋāŠ°ā¨— ⍞⍈ ā¨¸ā¨šā¨žā¨‡ā¨• ā¨¨ā¨šāŠ€ā¨‚ ā¨šā¨¨ā¨ŦāŠˆā¨•-ā¨Ÿā¨°āŠˆā¨•ā¨ŋāŠ°ā¨— ⍞ā¨ŋ⍏⍟ ⍆ ā¨—ā¨ˆā¨…āŠąā¨–ā¨° ā¨…āŠąā¨–ā¨° ā¨Ŧā¨Ļā¨˛ā¨Ŗā¨ž (\l, \L, \u, \U) ā¨‡āŠąā¨ĨāŠ‡ ā¨Žā¨¨ā¨œā¨ŧāŠ‚ā¨° ā¨¨ā¨šāŠ€ā¨‚\x{...} ā¨ĩā¨ŋāŠąā¨š ā¨…āŠąā¨–ā¨° ā¨ŽāŠāŠąā¨–, ā¨˛āŠœāŠ€ ā¨Ŧā¨šāŠā¨¤ ā¨˛āŠ°ā¨ŽāŠ€ ā¨šāŠˆā¨•āŠ‹ā¨Ą ⍓ā¨ĩ⍰ā¨Ģā¨˛āŠ‹ā¨•āŠ°ā¨ĄāŠ€ā¨¸ā¨ŧ⍍ ā¨—ā¨°āŠāŠąā¨Ē ā¨ĩā¨ŋāŠąā¨š ā¨ĻāŠ‹ ā¨¤āŠ‹ā¨‚ ā¨ĩāŠąā¨§ ā¨Ŧā¨°ā¨žā¨‚ā¨šā¨žā¨‚ ā¨šā¨¨ā¨¨ā¨ŋā¨•ā¨žā¨°ā¨ž ⍆ā¨Ŧā¨œāŠˆā¨•ā¨Ÿā¨˛āŠ‹ā¨•ā¨˛ ā¨ā¨Ąā¨°āŠˆāŠąā¨¸ ā¨¨ā¨šāŠ€ā¨‚ ⍞ā¨ŋ⍆ ā¨œā¨ž ⍏⍕ā¨ŋ⍆: %s⍰ā¨ŋā¨ŽāŠ‹ā¨Ÿ ā¨ā¨Ąā¨°āŠˆāŠąā¨¸ ā¨¨ā¨šāŠ€ā¨‚ ⍞ā¨ŋ⍆ ā¨œā¨ž ⍏⍕ā¨ŋ⍆: %sā¨¸āŠā¨Ŗā¨ŋ⍆ ā¨¨ā¨šāŠ€ā¨‚ ā¨œā¨ž ⍏⍕ā¨ŋ⍆: %sfd ā¨¤āŠ‹ā¨‚ ā¨œāŠ€ā¨¸ā¨žā¨•ā¨Ÿ ā¨Ŧā¨Ŗā¨žā¨ˆ ā¨œā¨ž ā¨°ā¨šāŠ€ ā¨šāŠˆ: %sā¨…āŠ°ā¨• ā¨˛āŠ‹āŠœāŠ€ā¨Ļā¨ž ā¨¸āŠ€ā¨Ąā¨°ā¨žā¨‡ā¨ĩ ⍞⍈ ā¨Ŧā¨žā¨šā¨° ā¨•āŠąā¨ĸā¨Ŗā¨ž ā¨¨ā¨šāŠ€ā¨‚ ā¨Ŧā¨Ŗā¨žā¨‡ā¨†ā¨Ąā¨°ā¨žā¨‡ā¨ĩ eject ā¨œā¨žā¨‚ eject_with_operation ⍏ā¨Ĩā¨žā¨Ēā¨ŋ⍤ ā¨¨ā¨šāŠ€ā¨‚ ā¨šāŠˆāĨ¤ā¨ŽāŠ€ā¨Ąā¨ŋ⍆ ā¨ĒāŠ‹ā¨˛ā¨ŋāŠ°ā¨— ⍞⍈ ā¨Ąā¨°ā¨žā¨‡ā¨ĩ ā¨šā¨žā¨˛āŠ‡ ⍏ā¨Ĩā¨žā¨Ē⍤ ā¨¨ā¨šāŠ€ā¨‚ā¨Ąā¨°ā¨žā¨‡ā¨ĩā¨š start ā¨šā¨žā¨˛āŠ‡ ⍏ā¨Ĩā¨žā¨Ēā¨ŋ⍤ ā¨¨ā¨šāŠ€ā¨‚ ā¨šāŠˆā¨Ąā¨°ā¨žā¨‡ā¨ĩ stop ⍏ā¨Ĩā¨žā¨Ēā¨ŋ⍤ ā¨¨ā¨šāŠ€ā¨‚ ā¨šāŠˆā¨ŽāŠˆā¨ŽāŠ‹ā¨°āŠ€ ā¨˛āŠˆā¨Ŗ ⍞⍈ ā¨ĢāŠ‡ā¨˛āŠā¨šā¨šāŠˆā¨•ā¨žā¨ĄāŠˆā¨¸āŠ€ā¨Žā¨˛ ā¨…āŠ°ā¨• ā¨˛āŠ‹āŠœāŠ€ā¨Ļā¨ž ā¨¸āŠ€ā¨šāŠˆā¨•ā¨¸ā¨žā¨ĄāŠˆā¨¸āŠ€ā¨Žā¨• ā¨…āŠ°ā¨• ā¨œā¨žā¨‚ '}' ā¨ĻāŠ€ ā¨ŽāŠ°ā¨— ā¨¸āŠ€ā¨—ā¨˛ā¨¤ ⍏ā¨ŋāŠ°ā¨ŦāŠ‹ā¨˛ā¨ŋ⍕ ā¨°āŠˆā¨Ąā¨°āŠˆā¨‚ā¨¸ā¨—ā¨˛ā¨¤ NEWLINE ā¨šāŠ‹ā¨Ŗā¨žā¨‚ā¨…āŠ°ā¨Ļā¨°āŠ‚ā¨¨āŠ€ ā¨—ā¨˛ā¨¤āŠ€ā¨…āŠ°ā¨Ļā¨°āŠ‚ā¨¨āŠ€ ā¨—ā¨˛ā¨¤āŠ€ ā¨œā¨žā¨‚ ⍍ā¨ŋā¨•ā¨žā¨°ā¨ž ⍆ā¨Ŧā¨œāŠˆā¨•ā¨Ÿā¨—ā¨˛ā¨¤ ⍍ā¨ĩāŠ€ā¨‚ ā¨˛ā¨žā¨ˆā¨¨ ā¨Ģā¨˛āŠˆā¨— ā¨Ļā¨ž ā¨¸āŠ°ā¨¯āŠ‹ā¨—ā¨—ā¨˛ā¨¤ ā¨•āŠ°ā¨ĄāŠ€ā¨¸ā¨ŧ⍍ (?(0)ā¨•ā¨°āŠˆā¨•ā¨Ÿā¨° ā¨•ā¨˛ā¨žā¨¸ ā¨ĩā¨ŋāŠąā¨š ā¨…ā¨¸ā¨•āŠ‡ā¨Ē ā¨˛āŠœāŠ€ ⍗⍞⍤ ā¨šāŠˆlookbehind ⍏ā¨Ĩā¨ŋ⍰ ā¨˛āŠ°ā¨Ŧā¨žā¨ˆ ā¨ĩā¨ŋāŠąā¨š ā¨¨ā¨šāŠ€ā¨‚ā¨¨ā¨ŋā¨•ā¨žā¨°ā¨ž \P ā¨œā¨žā¨‚ \p ā¨•āŠā¨°ā¨Ž(?( ā¨ĻāŠ‡ ā¨Ŧā¨žā¨…ā¨Ļ ⍍ā¨ŋā¨•ā¨žā¨°ā¨ž ā¨¨āŠ°ā¨Ŧ⍰ ā¨œā¨žā¨‚ ā¨¨ā¨žā¨‚ā¨¸ā¨ŋāŠ°ā¨ŦāŠ‹ā¨˛ā¨ŋ⍕ ā¨°āŠˆā¨Ąā¨°āŠˆā¨‚ā¨¸ ā¨ĩā¨ŋāŠąā¨š '<' ā¨¨ā¨šāŠ€ā¨‚ ā¨šāŠˆā¨Ÿā¨ŋāŠąā¨Ēā¨ŖāŠ€ ā¨ĻāŠ‡ ā¨Ŧā¨žā¨…ā¨Ļ ) ā¨—āŠāŠ°ā¨Ž ā¨šāŠˆā¨Ÿā¨°ā¨ŽāŠ€ā¨¨āŠ‡ā¨¸ā¨ŧ⍍ ) ā¨—āŠāŠ°ā¨Ž ā¨šāŠˆā¨•ā¨°āŠˆā¨•ā¨Ÿā¨° ā¨•ā¨˛ā¨žā¨¸ ⍞⍈ ā¨Ÿā¨°ā¨ŽāŠ€ā¨¨āŠ‡ā¨¸ā¨ŧ⍍ ] ā¨—āŠāŠ°ā¨Ž ā¨šāŠˆā¨¸ā¨Ŧ-ā¨ĒāŠˆā¨Ÿā¨°ā¨¨ ā¨¨ā¨žā¨‚ ā¨ĩā¨ŋāŠąā¨š ā¨Ÿā¨°ā¨ŽāŠ€ā¨¨āŠ‡ā¨Ÿā¨° ā¨—āŠāŠ°ā¨Ž ā¨šāŠˆā¨Ēā¨°ā¨¸āŠ°ā¨— ā¨Ÿā¨žā¨ˆā¨Ē ā¨—āŠˆāŠąā¨¸ā¨ŋāŠ°ā¨— ⍞⍈ ā¨Žā¨žā¨Šā¨‚ā¨Ÿ ⍏ā¨Ĩā¨žā¨Ē⍤ ā¨¨ā¨šāŠ€ā¨‚ ā¨šāŠˆā¨Žā¨žā¨Šā¨‚ā¨Ÿ ā¨šā¨žā¨˛āŠ‡ ā¨Ŧā¨žā¨šā¨° ā¨•āŠąā¨ĸ⍪ ⍞⍈ ⍏ā¨Ĩā¨žā¨Ē⍤ ā¨¨ā¨šāŠ€ā¨‚ā¨Žā¨žā¨Šā¨‚ā¨Ÿ ⍞⍈ eject ā¨œā¨žā¨‚ eject_with_operation ⍏ā¨Ĩā¨žā¨Ēā¨ŋ⍤ ā¨¨ā¨šāŠ€ā¨‚ ā¨šāŠˆāĨ¤ā¨Žā¨žā¨Šā¨‚ā¨Ÿ ā¨šā¨žā¨˛āŠ‡ ā¨°āŠ€-ā¨Žā¨žā¨Šā¨‚ā¨Ÿ ⍞⍈ ⍏ā¨Ĩā¨žā¨Ēā¨ŋ⍤ ā¨¨ā¨šāŠ€ā¨‚ā¨¸āŠˆā¨•ā¨°āŠ‹ā¨¨ā¨ŋ⍏ ā¨Ēā¨°ā¨¸āŠ°ā¨— ā¨Ÿā¨žā¨ˆā¨Ē ā¨—āŠˆā¨¸ā¨ŋāŠ°ā¨— ⍞⍈ ā¨Žā¨žā¨Šā¨‚ā¨Ÿ ⍏ā¨Ĩā¨žā¨Ē⍤ ā¨¨ā¨šāŠ€ā¨‚ ā¨šāŠˆā¨Žā¨žā¨Šā¨‚ā¨Ÿ ā¨šā¨žā¨˛āŠ‡ ⍅⍪-ā¨Žā¨žā¨Šā¨‚ā¨Ÿ ⍞⍈ ⍏ā¨Ĩā¨žā¨Ēā¨ŋ⍤ ā¨¨ā¨šāŠ€ā¨‚ā¨Žā¨žā¨Šā¨‚ā¨Ÿ ⍞⍈ ā¨šā¨žā¨˛āŠ‡ unmount ā¨œā¨žā¨‚ unmount_with_operation ⍏ā¨Ĩā¨žā¨Ēā¨ŋ⍤ ā¨¨ā¨šāŠ€ā¨‚āĨ¤ā¨°ā¨ĒāŠ€ā¨Ÿ ⍕⍰⍍ ⍞⍈ ā¨•āŠā¨ ā¨¨ā¨šāŠ€ā¨‚ā¨¨āŠ°ā¨Ŧ⍰ {} ā¨ĩā¨ŋāŠąā¨š ⍆⍉⍪ ā¨¤āŠ‹ā¨‚ ā¨Ŧā¨šāŠā¨¤ ā¨ĩāŠąā¨Ąā¨žā¨¨āŠ°ā¨Ŧ⍰ {} ⍗ā¨ŋā¨Ŗā¨¤āŠ€ ā¨¤āŠ‹ā¨‚ ā¨Ŧā¨žā¨šā¨° ā¨šā¨¨ā¨“ā¨•ā¨Ÿā¨˛ ā¨ŽāŠāŠąā¨˛ \āŠŠāŠ­āŠ­ ā¨¤āŠ‹ā¨‚ ā¨ĩāŠąā¨§ā¨ŽāŠˆā¨ŽāŠ‹ā¨°āŠ€ ā¨–ā¨¤ā¨Ž ā¨šāŠ‹ā¨ˆā¨“ā¨ĩ⍰-⍰⍍ ā¨•āŠ°ā¨Ēā¨žā¨‡ā¨˛ā¨ŋāŠ°ā¨— ā¨ĩ⍰⍕⍏ā¨ĒāŠ‡ā¨¸ā¨Ēā¨šā¨ŋā¨˛ā¨žā¨‚-ā¨šāŠˆāŠąā¨• ā¨•āŠ€ā¨¤ā¨ž ā¨°āŠˆā¨‚ā¨Ģā¨°ā¨Ą ⍏ā¨Ŧ-ā¨ĒāŠˆā¨Ÿā¨°ā¨¨ ā¨¨ā¨šāŠ€ā¨‚ ā¨˛āŠąā¨­ā¨ŋā¨†ā¨•ā¨°āŠˆā¨•ā¨Ÿā¨° ā¨•ā¨˛ā¨žā¨¸ ā¨ĩā¨ŋāŠąā¨š ā¨°āŠ‡ā¨œā¨ŧ ā¨Ŧā¨ŋ⍍-ā¨•āŠā¨°ā¨Žā¨°āŠ€ā¨•ā¨°ā¨¸ā¨ĩ ⍞ā¨ŋā¨Žā¨Ÿ ā¨†ā¨ˆā¨˛ā¨—ā¨žā¨¤ā¨žā¨° ā¨•ā¨žā¨˛ ā¨¨ā¨žā¨˛ ā¨ŦāŠ‡ā¨…āŠ°ā¨¤ ā¨˛āŠ‚ā¨Ē ā¨šā¨žā¨˛āŠ‚ ā¨šāŠ‹ ⍏⍕ā¨Ļā¨ž ā¨¸āŠ€ā¨—ā¨ŧāŠˆā¨° ā¨ŽāŠŒā¨œāŠ‚ā¨Ļ ⍏ā¨Ŧ-ā¨ĒāŠˆā¨Ÿā¨°ā¨¨ ⍞⍈ ā¨°āŠˆā¨Ģā¨°āŠˆā¨‚ā¨¸ā¨°āŠˆā¨—āŠ‚ā¨˛ā¨° ā¨¸ā¨ŽāŠ€ā¨•ā¨°ā¨¨ ā¨Ŧā¨šāŠā¨¤ ā¨˛āŠ°ā¨Žā¨ž ā¨šāŠˆ DEFINE ā¨—ā¨°āŠāŠąā¨Ē ā¨¨āŠ‚āŠ° ā¨ĻāŠā¨šā¨°ā¨žā¨‰ā¨Ŗā¨ž ā¨Žā¨¨ā¨œā¨ŧāŠ‚ā¨° ā¨¨ā¨šāŠ€ā¨‚ā¨¸ā¨Ÿā¨°āŠ‡ ā¨Ģā¨žā¨ˆā¨¨ā¨˛ '\'⍏ā¨Ŧ-ā¨ĒāŠˆā¨Ÿā¨°ā¨¨ ā¨Ŧā¨šāŠā¨¤ ā¨˛āŠ°ā¨Žā¨ž ā¨šāŠˆ (ā¨ĩāŠąā¨§āŠ‹-ā¨ĩāŠąā¨§ āŠŠāŠ¨ ā¨…āŠąā¨–ā¨°)⍏ā¨ŋā¨Žā¨˛ā¨ŋāŠ°ā¨• ⍗ā¨ŧāŠˆā¨°-⍍⍞ ā¨šāŠ‹ā¨Ŗā¨ž ā¨šā¨žā¨šāŠ€ā¨Ļā¨ž ā¨šāŠˆā¨ĒāŠˆā¨Ÿā¨°ā¨¨ ā¨ĩā¨ŋāŠąā¨š ā¨†ā¨ˆā¨Ÿā¨Žā¨žā¨‚ ā¨šā¨¨, ā¨œāŠ‹ ⍕ā¨ŋ ā¨…ā¨§āŠ‚ā¨°āŠ€ ā¨ŽāŠˆā¨‚ā¨šā¨ŋāŠ°ā¨— ⍞⍈ ā¨¸ā¨šā¨žā¨‡ā¨• ā¨¨ā¨šāŠ€ā¨‚āĨ¤ā¨Ŧā¨šāŠā¨¤ ā¨ĩāŠąā¨§ ⍏ā¨Ŧ-ā¨ĒāŠˆā¨Ÿā¨°ā¨¨ (ā¨ĩāŠąā¨§āŠ‹-ā¨ĩāŠąā¨§ āŠ§āŠĻ,āŠĻāŠĻāŠĻ)ā¨ĻāŠ‹ ā¨¨ā¨žā¨ŽāŠ€ ⍏ā¨Ŧ-ā¨ĒāŠˆā¨Ÿā¨°ā¨¨ ⍞⍈ ā¨‡āŠąā¨•āŠ‹ ā¨¨ā¨žā¨‚ ā¨šāŠˆā¨…ā¨Ŗā¨œā¨žā¨Ŗ ⍰ā¨ĒāŠ€ā¨Ÿā¨…ā¨§āŠ‚ā¨°ā¨ž ⍏ā¨ŋāŠ°ā¨ŦāŠ‹ā¨˛ā¨ŋ⍕ ā¨°āŠˆā¨Ąā¨°āŠˆā¨‚ā¨¸ā¨…ā¨Ŗā¨œā¨žā¨Ŗ POSIX ā¨•ā¨˛ā¨žā¨¸ ā¨¨ā¨žā¨‚ā¨…ā¨Ŗā¨œā¨žā¨Ŗ ā¨—ā¨˛ā¨¤āŠ€ā¨…ā¨Ŗā¨œā¨žā¨Ŗ ā¨‡ā¨¸ā¨•āŠ‡ā¨Ē ā¨•ā¨°ā¨Ž\P ā¨œā¨žā¨‚ \p ā¨ĻāŠ‡ ā¨Ŧā¨žā¨…ā¨Ļ ā¨…ā¨Ŗā¨œā¨žā¨Ŗ ā¨ĩā¨ŋ⍏ā¨ŧāŠ‡ā¨¸ā¨ŧā¨¤ā¨ž ā¨¨ā¨žā¨‚(? ā¨ĻāŠ‡ ā¨Ŧā¨žā¨…ā¨Ļ ā¨ŦāŠ‡ā¨Ēā¨›ā¨žā¨Ŗ ā¨•ā¨°āŠˆā¨•ā¨Ÿā¨°(?< ā¨Ŧā¨žā¨…ā¨Ļ ā¨ŦāŠ‡ā¨Ēā¨›ā¨žā¨Ŗ ā¨•ā¨°āŠˆā¨•ā¨Ÿā¨°(?P ā¨Ŧā¨žā¨…ā¨Ļ ā¨ŦāŠ‡ā¨Ēā¨›ā¨žā¨Ŗ ā¨•ā¨°āŠˆā¨•ā¨Ÿā¨°ā¨ŦāŠ‡ā¨Ēā¨›ā¨žā¨Ŗ ā¨•ā¨°āŠˆā¨•ā¨Ÿā¨° ā¨…āŠąā¨—āŠ‡ \ā¨ĩā¨žā¨˛āŠ€ā¨…ā¨Ž ā¨šā¨žā¨˛āŠ‡ ā¨Ŧā¨Ŗā¨žā¨‡ā¨† ā¨¨ā¨šāŠ€ā¨‚ ā¨šāŠˆā¨ĩā¨žā¨˛āŠ€ā¨…ā¨Ž ⍞⍈ eject ā¨œā¨žā¨‚ eject_with_operation ⍏ā¨Ĩā¨žā¨Ēā¨ŋ⍤ ā¨¨ā¨šāŠ€ā¨‚ ā¨šāŠˆāĨ¤ā¨ĩā¨žā¨˛āŠ€ā¨…ā¨Ž ⍞⍈ ā¨Žā¨žā¨Šā¨‚ā¨Ÿ ⍏ā¨Ĩā¨žā¨Ē⍤ ā¨¨ā¨šāŠ€ā¨‚ ā¨šāŠˆā¨–ā¨žā¨˛āŠ€ ⍏ā¨Ŧ-ā¨˛ā¨žā¨ˆā¨¨ā¨žā¨‚ ⍞⍈ ā¨ĩ⍰⍕⍏ā¨ĒāŠ‡ā¨¸ ⍞ā¨ŋā¨¸ā¨Žā¨Ÿ ā¨†ā¨ˆā¨œā¨ŧāŠ€ā¨°āŠ‹-ā¨˛āŠ°ā¨Ŧā¨žā¨ˆ ⍏ā¨ŋāŠ°ā¨ŦāŠ‹ā¨˛ā¨ŋ⍕ ā¨°āŠˆā¨Ąā¨°āŠˆā¨‚ā¨¸./glib-2.22.2-i686/usr/share/locale/sr@latin/0000755000000000000000000000000011271167001016763 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/sr@latin/LC_MESSAGES/0000755000000000000000000000000011271167001020550 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/sr@latin/LC_MESSAGES/glib20.mo0000644000000000000000000012377211271166637022216 0ustar rootrootŪ•œ !‘!Ĩ!­!ĩ! Ŋ!É!YŅ!_+"a‹"í"#)'#Q#&e#BŒ#Ī#æ#+û#('$ P$q$#$ą$Ë$2ã$9%!P%4r%/§%×%3î%+"&1N&-€&/Ž&#Ū&' ')8'b'(~',§'%Ô'&ú'"!("D()g(!‘( ŗ(AÔ(ž)ĩ)Ė);ė).(**W*.‚*ą**Ę*&õ*a+F~+4Å+2ú+:-,Ah,@Ē,;ë,W'-W-1×-/ .%9.?_.5Ÿ.IÕ.‘/ ą/Ō/į/0#0:0S0j0}0’0ą0Î0!ę0 1,1K1a1|1 ‘1˛1Î1å1ũ1252Q2j2†2"ž2Á2Ũ2ü2!363K3 d3…3Ÿ3ļ3!Đ3)ō3-4J4b4€4,š4Į4!ã455:75.r50Ą59Ō5 6&6>@6$6#¤6Č6'æ6.7=7?\7)œ7$Æ7%ë7-8?8!S89u8*¯89Ú89-19+_9Š‹9&:+=:3i:#:!Á:)ã:8 ;9F;%€;.Ļ;-Õ;.<2<)I<!s< •<Ŗ<Â<.Ō< =&=#6=&Z==Ą=3ŧ=-đ=(>(G>(p>)™>Ã>ã>ô>??0?E?^?$s?0˜?É?+é?!@7@S@1q@.Ŗ@TŌ@H'AFpA=ˇALõA+BB!nBB-°B$ŪB(C,C"GC3jC9žCØC"õCD!0D1RD2„D<ˇDôD&E9:EtEE)ŠEĶE#æEL FNWF°ĻFzWGŌGęG%H8(H-aH*H5ēH*đH/I KIlI €I%ĄIĮI"äIJJ/JHJ!hJ ŠJĢJÄJáJôJ!K$1K0VK"‡KFĒK:ņK-,L2ZLL;ĨL áL'M-*M)XM"‚MĨM$šM ŪM?˙M.?NnN…N˜N!´N'ÖN3ūN.2O(aO0ŠO+ģOįOP* PKPOjPCēP"ūP!Q&AQ!hQ*ŠQĩQÎQāQ ˙QC RPRXRsR0zR.ĢR3ÚR-S TDiTŽT;ÉT0U 6U1DUvU‡U §UČUŨUúU V5'V)]V‡VĨVÂV×V!ōVW/WLW"[W$~WŖW*ģW(æWX"+X!NXpXˆX)žX%ČX-îXY5:YpY9YĘY9ęY$Z6Z%VZ |Z ZĢZ2ĮZ%úZ [&8[$_[„['Ą[É[3Ų[ \=&\+d\(\š\Ë\é\ ]]$(]M] m] Ž] ¯]Đ]6ī]&^,E^r^8‘^Ę_â_ę_ō_ú_ `^`Yt``Î`/a%Ka*qaœa%ŽaHÔab;b.Lb3{b-¯b+Ũb4 c'>c'fcDŽc?Ķc-d<Ad7~dļd4Đd6e:Äi6j::juj)‘j-ģjkéjAUk3—k3Ëk>˙kF>lQ…l7×l`mgpm/Øm*nB3nDvn?ģnVûn‘Ro%äo p"p%Ap(gp"p!ŗpÕpíp0q.8qgq:ƒq#žq1âq*r?r^r0ur0Ļr'×r+˙r*+s&Vs"}s sĀs(ās: t.Dt0st$¤t6Ét u$!u-Fu-tuĸuĀu3Ūu=v7Pv*ˆv.ŗv2âvIw:_w<šw3×w" x=.x9lx2ĻxGŲx%!yGyLey&˛y.Ųy!z3*z>^z)z7Įz1˙z(1{0Z{A‹{Í{!ä{C|;J|H†|(Ī|=ø|;6}—r}+ ~-6~Dd~-Š~-×~2;8Nt7Ã?û>;€?z€ē€(Ų€#&*9d0{Ŧ8Ŋ ö2‚,J‚ w‚9˜‚8Ō‚; ƒ2Gƒ2zƒ-­ƒ$ۃ„„6„O„h„ƒ„!ĸ„(Ą5í„$#….H…$w…#œ… Ā…<á…B†Xa†Gē†G‡RJ‡b‡>ˆ+?ˆ,kˆC˜ˆ*܈2‰:‰#V‰7z‰>˛‰ņ‰0ŠBŠ7[Š5“Š0Ɋ:úŠ'5‹0]‹=Ž‹'Ė‹ ô‹SŒiŒ'ŒZ§Œbˇe…ŽŖŽšŽ͎9ëŽ1%'W7#ˇۏ,ø%!?(a"А&­Ԑō ‘(‘E‘a‘u‘БǑĮ‘%į‘" ’60’(g’[’Mė’):“3d“˜“>ļ“,õ“."”9Q”'‹”0ŗ”ä”+ú”#&•5J•$€•#Ĩ•ɕ!ߕ1–53–Fi–C°–5ô–8*—/c—*“—*ž—0é—˜T8˜H˜%֘,ü˜4)™'^™6†™Ŋ™ԙ虚7š LšXš xšQ‚š4ԚL ›.V›…› › ŋ›˛)Ū›œHœeœ.…œM´œ(T+2€ŗ(Ɲī%ž&'žNžež~ž’ž3­ž/ស,ŸFŸ bŸ,ƒŸ°Ÿ͟ęŸ%úŸ,  M +g &“ 'ē )â % Ą2ĄNĄ'eĄ(Ą2ļĄéĄ6ĸ>ĸA^ĸ ĸ:Āĸûĸ"Ŗ":Ŗ$]Ŗ ‚Ŗ@Ŗ5ŅŖ(¤0¤1M¤$¤¤¤(äė¤CĨ/JĨCzĨ@žĨ"˙Ĩ"Ļ;ĻYĻtφĻ)ĨĻĪĻæĻūϧ5§0S§„§3¤§!اŗA3ôMˇTû%K6´V‹ũŽ7Ā0bI†š˛T-ëâB€„Z×Ũã$ˆÂ į[v ķ.F&š°GQ{)^Ŗ¨Ė;ŦsÔ&]5@RqīgkåĄ:qWæĶ…Wõ}w¯"U)ōAO ø‡Ëŋ(d…rM#„\?ÛX ˙`;?Nvjl 't€KY1NfÁ>n27pRi¤nęm6ŸĮáu3-yļ÷‡î_*IP iuS|ܞ–OŲØd!<5JŒ ŠēsāĘĩģÕ2ė,éLú/[ŠVU_•xb'†8^9E+Č>Qxņ4 ֘‰”CĨÅt<ä‚9ŪŠmž4ĒDhƒe+‘írBD%1#Gf=|Ŋ8HŅ@‰Lo§owS*pP~a Éą:`ÎĢ}zyų0ŧ —ÆĐaÚlđ͜{jc­JZ]=cHCŽ/!\“ĪĻ$ĂX,ßk’öY ÃčE™ĸŒüŽFg›¸ˆŌ .heū"~‹(zƒ (invalid encoding)%.1f GB%.1f KB%.1f MB%s filetype%s type'%s' is not a valid character following a '<' character; it may not begin an element name'%s' is not a valid character following the characters '''%s' is not a valid name '%s' is not a valid name: '%c' (?R or (?[+-]digits must be followed by )) without opening (A bookmark for URI '%s' already existsAbstract unix domain socket addresses not supported on this systemAdded socket is closedApplication Options:Association creation not supported on win32Attribute '%s' of element '%s' not foundAttribute value must be non-NULLBackup file creation failedCan't copy directory over directoryCan't copy over directoryCan't copy special fileCan't create user MIME configuration folder %s: %sCan't create user application configuration folder %s: %sCan't create user desktop file %sCan't do a raw read in g_io_channel_read_line_stringCan't do a raw read in g_io_channel_read_to_endCan't find applicationCan't handle the supplied version the icon encodingCan't handle version %d of GEmblem encodingCan't handle version %d of GEmblemedIcon encodingCan't handle version %d of GFileIcon encodingCan't handle version %d of GThemedIcon encodingCan't move directory over directoryCan't open directoryCan't recursively copy directoryCan't rename file, filename already existCan't rename root directoryCancellable initialization not supportedCannot convert fallback '%s' to codeset '%s'Cannot parse double value '%s' for %sCannot parse integer value '%s' for %sCannot set permissions on symlinksCannot truncate GMemoryInputStreamChannel terminates in a partial characterCharacter out of range for UTF-16Character out of range for UTF-8Character reference '%-.*s' does not encode a permitted characterCharacter reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Connection in progressContaining mount does not existConversion from character set '%s' to '%s' is not supportedCould not allocate %lu bytes to read file "%s"Could not open converter from '%s' to '%s'Could not open converter from '%s' to '%s': %sCustom definition for %sDEFINE group contains more than one branchDesktop file didn't specify Exec fieldDocument ended unexpectedly after the equals sign following an attribute name; no attribute valueDocument ended unexpectedly inside a comment or processing instructionDocument ended unexpectedly inside an attribute nameDocument ended unexpectedly inside an element nameDocument ended unexpectedly inside an element-opening tag.Document ended unexpectedly inside the close tag for element '%s'Document ended unexpectedly just after an open angle bracket '<'Document ended unexpectedly while inside an attribute valueDocument ended unexpectedly with elements still open - '%s' was the last element openedDocument ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>Document must begin with an element (e.g. )Document was empty or contained only whitespaceDouble value '%s' for %s out of rangeElement '%s' was closed, but the currently open element is '%s'Element '%s' was closed, no element is currently openEmpty entity '&;' seen; valid entities are: & " < > 'Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Entity name '%-.*s' is not knownEnumerator is closedError accepting connection: %sError binding to address: %sError closing file: %sError closing socket: %sError closing unix: %sError connecting: Error connecting: %sError creating backup copy: %sError creating directory: %sError during conversion: %sError getting filesystem info: %sError launching application: %sError making symbolic link: %sError moving file: %sError on line %d char %d: Error on line %d: %sError opening directory '%s': %sError opening file '%s': %sError opening file: %sError parsing option %sError reading file '%s': %sError reading from file: %sError reading from unix: %sError receiving data: %sError receiving message: %sError removing file: %sError removing old backup link: %sError removing old file: %sError removing target file: %sError renaming file: %sError renaming temporary file: %sError resolving '%s'Error resolving '%s': %sError reverse-resolving '%s': %sError seeking in file: %sError sending data: %sError sending message: %sError setting SELinux context: %sError setting extended attribute '%s': %sError setting modification or access time: %sError setting owner: %sError setting permissions: %sError setting symlink: %sError setting symlink: file is not a symlinkError stating file '%s': %sError stating file descriptor: %sError trashing file: %sError truncating file: %sError while compiling regular expression %s at char %d: %sError while matching regular expression %s: %sError while optimizing regular expression %s: %sError while parsing replacement text "%s" at char %lu: %sError writing to file: %sError writing to unix: %sExisting file '%s' could not be removed: g_unlink() failed: %sExpected a GEmblem for GEmblemedIconExpecting 1 control message, got %dExpecting one fd, but got %d Failed to change to directory '%s' (%s)Failed to close file '%s': fclose() failed: %sFailed to create file '%s': %sFailed to create pipe for communicating with child process (%s)Failed to execute child process "%s" (%s)Failed to execute child process (%s)Failed to execute helper program (%s)Failed to expand exec line '%s' with URI '%s'Failed to fork (%s)Failed to fork child process (%s)Failed to get attributes of file '%s': fstat() failed: %sFailed to map file '%s': mmap() failed: %sFailed to open file '%s' for writing: fdopen() failed: %sFailed to open file '%s': %sFailed to open file '%s': fdopen() failed: %sFailed to open file '%s': open() failed: %sFailed to parse '%-.*s', which should have been a digit inside a character reference (ê for example) - perhaps the digit is too largeFailed to read data from child processFailed to read data from child process (%s)Failed to read enough data from child pid pipe (%s)Failed to read from child pipe (%s)Failed to read from file '%s': %sFailed to read the symbolic link '%s': %sFailed to redirect output or input of child process (%s)Failed to rename file '%s' to '%s': g_rename() failed: %sFailed to resize memory output streamFailed to write file '%s': fflush() failed: %sFailed to write file '%s': fsync() failed: %sFailed to write file '%s': fwrite() failed: %sFile "%s" is too largeFile enumerator has outstanding operationFile enumerator is already closedFile is emptyFile names cannot contain '%c'Filesystem rootGSocketControlMessage not supported on windowsHelp Options:Hostname '%s' contains '[' but not ']'Input stream doesn't implement readInteger value '%s' for %s out of rangeInteger value '%s' out of rangeInvalid GSeekType suppliedInvalid UTF-8 encoded text in name - not valid '%s'Invalid attribute type (byte string expected)Invalid attribute type (string expected)Invalid attribute type (uint32 expected)Invalid attribute type (uint64 expected)Invalid byte sequence in conversion inputInvalid extended attribute nameInvalid filenameInvalid filename %sInvalid group name: %sInvalid hostnameInvalid key name: %sInvalid program name: %sInvalid seek requestInvalid sequence in conversion inputInvalid socket, initialization failed due to: %sInvalid socket, not initializedInvalid string in argument vector at %d: %sInvalid string in environment: %sInvalid symlink value givenInvalid working directory: %sKey file contains escape character at end of lineKey file contains invalid escape sequence '%s'Key file contains key '%s' in group '%s' which has value that cannot be interpreted.Key file contains key '%s' which has a value that cannot be interpreted.Key file contains key '%s' which has value that cannot be interpreted.Key file contains key '%s' with value '%s' which is not UTF-8Key file contains line '%s' which is not a key-value pair, group, or commentKey file contains unsupported encoding '%s'Key file does not have group '%s'Key file does not have key '%s'Key file does not have key '%s' in group '%s'Key file does not start with a groupLeftover unconverted data in read bufferListener is already closedMalformed input data for GFileIconMalformed number of tokens (%d) in GEmblem encodingMalformed number of tokens (%d) in GEmblemedIcon encodingMalformed version number: %sMemory output stream not resizableMissing argument for %sMove between mounts not supportedNo MIME type defined in the bookmark for URI '%s'No application is registered as handling this fileNo application with name '%s' registered a bookmark for '%s'No bookmark found for URI '%s'No groups set in bookmark for URI '%s'No private flag has been defined in bookmark for URI '%s'No service record for '%s'No type for class name %sNo valid bookmark file found in data dirsNot a regular fileNot enough space for socket addressOdd character '%s', expected a '=' after attribute name '%s' of element '%s'Odd character '%s', expected a '>' character to end the empty-element tag '%s'Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute nameOdd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'Operation not supportedOperation was cancelledOutput stream doesn't implement writePCRE library is compiled without UTF8 properties supportPCRE library is compiled without UTF8 supportPOSIX collating elements are not supportedPOSIX named classes are supported only within a classPartial character sequence at end of inputQuoted text doesn't begin with a quotation markReached maximum data array limitReceived invalid fdSELinux context must be non-NULLSELinux is not enabled on this systemSeek not supported on streamSetting attribute %s not supportedShow all help optionsShow help optionsSocket is already closedSource stream is already closedStream doesn't support query_infoStream has outstanding operationStream is already closedSymbolic links not supportedTarget file existsTarget file is a directoryTarget file is not a regular fileTemplate '%s' doesn't contain XXXXXXTemplate '%s' invalid, should not contain a '%s'Temporarily unable to resolve '%s'Text ended before matching quote was found for %c. (The text was '%s')Text ended just after a '\' character. (The text was '%s')Text was empty (or contained only whitespace)The URI '%s' contains invalidly escaped charactersThe URI '%s' is invalidThe URI '%s' is not an absolute URI using the "file" schemeThe file was externally modifiedThe hostname of the URI '%s' is invalidThe local file URI '%s' may not include a '#'The pathname '%s' is not an absolute pathToo large count value passed to %sTrash not supportedTruncate not allowed on input streamTruncate not supported on streamType %s does not implement from_tokens() on the GIcon interfaceType %s does not implement the GIcon interfaceType %s is not classedURIs not supportedUnable to create socket: %sUnable to create trash dir %s: %sUnable to create trashing info file: %sUnable to find default local directory monitor typeUnable to find default local file monitor typeUnable to find or create trash directoryUnable to find terminal required for applicationUnable to find toplevel directory for trashUnable to get pending error: %sUnable to trash file: %sUnexpected attribute '%s' for element '%s'Unexpected early end-of-streamUnexpected error in g_io_channel_win32_poll() reading data from a child processUnexpected error in select() reading data from a child process (%s)Unexpected error in waitpid() (%s)Unexpected tag '%s' inside '%s'Unexpected tag '%s', tag '%s' expectedUnexpected type of ancillary dataUnknown error executing child process "%s"Unknown error on connectUnknown option %sUnknown protocol was specifiedUnknown typeUnmatched quotation mark in command line or other shell-quoted textUnnamedUnsupported socket addressUsage:Valid key file could not be found in search dirsValue '%s' cannot be interpreted as a boolean.Value '%s' cannot be interpreted as a float number.Value '%s' cannot be interpreted as a number.Waiting for socket condition: %sWrong number of tokens (%d)[OPTION...]\ at end of pattern\C not allowed in lookbehind assertion\c at end of pattern\g is not followed by a braced name or an optionally braced non-zero numberassertion expected after (?(association changes not supported on win32back references as conditions are not supported for partial matchingbacktracking limit reachedcase-changing escapes (\l, \L, \u, \U) are not allowed herecharacter value in \x{...} sequence is too largecode overflowconditional group contains more than two branchescorrupted objectcould not get local address: %scould not get remote address: %scould not listen: %screating GSocket from fd: %sdigit expecteddrive doesn't implement ejectdrive doesn't implement eject or eject_with_operationdrive doesn't implement polling for mediadrive doesn't implement startdrive doesn't implement stopfailed to get memoryhexadecimal digit expectedhexadecimal digit or '}' expectedillegal symbolic referenceinconsistent NEWLINE optionsinternal errorinternal error or corrupted objectinvalid combination of newline flagsinvalid condition (?(0)invalid escape sequence in character classlookbehind assertion is not fixed lengthmalformed \P or \p sequencemalformed number or name after (?(missing '<' in symbolic referencemissing ) after commentmissing terminating )missing terminating ] for character classmissing terminator in subpattern namemount doesn't implement content type guessingmount doesn't implement ejectmount doesn't implement eject or eject_with_operationmount doesn't implement remountmount doesn't implement synchronous content type guessingmount doesn't implement unmountmount doesn't implement unmount or unmount_with_operationnothing to repeatnumber too big in {} quantifiernumbers out of order in {} quantifieroctal value is greater than \377out of memoryoverran compiling workspacepreviously-checked referenced subpattern not foundrange out of order in character classrecursion limit reachedrecursive call could loop indefinitelyreference to non-existent subpatternregular expression too largerepeating a DEFINE group is not allowedstray final '\'subpattern name is too long (maximum 32 characters)symlink must be non-NULLthe pattern contains items not supported for partial matchingtoo many named subpatterns (maximum 10,000)two named subpatterns have the same nameunexpected repeatunfinished symbolic referenceunknown POSIX class nameunknown errorunknown escape sequenceunknown property name after \P or \punrecognized character after (?unrecognized character after (?<unrecognized character after (?Punrecognized character follows \volume doesn't implement ejectvolume doesn't implement eject or eject_with_operationvolume doesn't implement mountworkspace limit for empty substrings reachedzero-length symbolic referenceProject-Id-Version: 2.8 Report-Msgid-Bugs-To: POT-Creation-Date: 2009-10-07 09:51-0400 PO-Revision-Date: 2009-09-30 02:59+0000 Last-Translator: MiloÅĄ Popović Language-Team: Serbian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (neispravno kodiranje)%.1f GB%.1f KB%.1f MB%s vrsta datoteke%s vrsta„%s“ ne predstavlja ispravan znak nakon znaka „<“; ime elementa ne moÅže njime početi„%s“ nije ispravan znak nakon niza „“„%s“ nije ispravno ime „%s“ nije ispravno ime: „%c“ nakon(?R ili (?[+-]brojeva mora da sledi )) bez otvaranja (ObeleÅživač ka „%s“ već postojiAbstraktna juniks utičnica adresa domena nije podrÅžana na ovom sistemuDodata utičnica je zatvorenaOpcije programa:Nisu podrÅžane promene pridruÅživanja za win32Svojstvo „%s“ elementa „%s“ nije pronađenoVrednost osobine mora biti različita od NULLNije uspela izrada rezervne kopije datotekene mogu da umnoÅžim direktorijum preko direktorijumaNe mogu da umnoÅžim preko direktorijumaNe mogu da umnoÅžim specijalnu datotekuNe mogu da napravim fasciklu za korisnikova MIME podeÅĄavanja %s: %sNe mogu da napravim fasciklu za korisnikova podeÅĄavanja %s: %sNe mogu da napravim datoteku radne povrÅĄi %sNe mogu da čitam bez obrade u g_io_channel_read_line_stringNe mogu da čitam bez obrade u g_io_channel_read_to_endNe mogu da nađem programNe mogu da radim sa datim izdanjem kodiranja ikoniceNe mogu da radim sa izdanjem %d za kodiranje GEmblem-aNe mogu da radim sa izdanjem %d za kodiranje GEmblemedIconNe mogu da radim sa izdanjem %d za kodiranje GFileIcon-aNe mogu da radim sa izdanjem kodiranja %d za GThemedIconNe mogu da premestim direktorijum preko direktorijumaNe mogu da otvorim direktorijumNe mogu da umnoÅžim direktorijum i njegov sadrÅžajNe mogu da preimenujem datoteku, jer ona već posotojiNe mogu da preimenujem koreni direktorijumNije podrÅžano pokretanje uz mogućnost prekidaNe moÅže pretvoriti rezervu „%s“ u zapis „%s“Ne mogu da raÅĄÄlanim realnu vrednost dvostruke tačnosti „%s“ za %sNe mogu da raÅĄÄlanim celobrojnu vrednost „%s“ za %sNe mogu da postavim ovlaÅĄÄ‡enja za simboličke vezeNe mogu da sasečem GMemoryInputStreamKanal se zavrÅĄava delimičnim znakomZnak van opsega za UTF-16Znak van opsega za UTF-8Znakovna referenca „%-.*s“ ne predstavlja dozvoljeni znakZnakovna referenca se ne zavrÅĄava tačka-zapetom; najverovatnije ste koristili ampersand bez namere da započnete entitet — naznačite ampersand sa &Povezivanje je u tokuSadrÅžano montiranje ne postojiPretvaranje iz skupa znakova „%s“ u „%s“ nije podrÅžanoNe mogu da obezbedim %lu bajtova za čitanje datoteke „%s“Ne mogu da pokrenem pretvaranje iz „%s“ u „%s“Ne mogu da pokrenem pretvaranje iz „%s“ u „%s“: %sProizvoljne odrednice za %sDEFINE grupa sadrÅži viÅĄe od jedne graneDatoteka za radnu povrÅĄ ne sadrÅži Exec unosDokument zavrÅĄen neočekivano nakon znaka jednakosti posle imena atributa; vrednost atributa nije navedenaDokument zavrÅĄen neočekivano usred primedbe ili uputa za obraduDokument zavrÅĄen neočekivano usred imena atributaDokument zavrÅĄen neočekivano usred imena elementaDokument zavrÅĄen neočekivano usred početne oznake elementa.Dokument zavrÅĄen neočekivano usred zavrÅĄne oznake elementa „%s“Dokument zavrÅĄen neočekivano neposredno nakon otvorene kosougle zagrade „<“Dokument zavrÅĄen neočekivano usred vrednosti atributaDokument zavrÅĄen neočekivano sa otvorenim elementima — „%s“ je poslednje otvoren elementDokument je zavrÅĄen neočekivano, a očekivana je zatvorena kosougla zagrada koja zatvara oznaku <%s/>Dokument mora početi elementom (npr. )Dokument je prazan ili sadrÅži samo belineRealna vrednost dvostruke tačnosti „%s“ za %s je izvan opsegaElement „%s“ je zatvoren, a trenutno otvoren element je „%s“Element „%s“ je zatvoren, nema trenutno otvorenih elemenataUočen prazan entitet „&;“; prihvatljivi entiteti su & " < > 'Entitet se ne zavrÅĄava tačka-zapetom; najverovatnije ste koristili ampersand bez namere da započnete entitet — naznačite ampersand sa &Ime entiteta „%-.*s“ nije poznatoNabrajanje je zatvorenogreÅĄka u prihvatanju veze: %sgreÅĄka pri povezivanju na adresu: %sGreÅĄka prilikom zatvaranja datoteke: %sGreÅĄka u zatvaranju utičnice: %sGreÅĄka pri zatvaranju unix-a: %sGreÅĄka u povezivanju: GreÅĄka u povezivanju: %sGreÅĄka prilikom obrazovanja rezervne kopije: %sGreÅĄka prilikom obrazovanja direktorijuma: %sGreÅĄka pri pretvaranju: %sGreÅĄka prilikom dobijanja podataka o sistemu datoteka: %sGreÅĄka pri pokretanju programa: %sGreÅĄka prilikom obrazovanja simboličke veze: %sGreÅĄka prilikom premeÅĄtanja datoteke: %sGreÅĄka u %d. redu, %d. znak: GreÅĄka u %d. redu: %sGreÅĄka pri otvaranju direktorijuma „%s“: %sGreÅĄka prilikom otvaranja datoteke „%s“: %sGreÅĄka prilikom otvaranja datoteke: %sGreÅĄka pri raÅĄÄlanjivanju mogućnosti %sGreÅĄka pri čitanju datoteke „%s“: %sGreÅĄka prilikom čitanja datoteke: %sGreÅĄka pri čitanju iz unix-a: %sGreÅĄka u primanju podataka: %sGreÅĄka pri primanju poruke: %sGreÅĄka prilikom uklanjanja datoteke: %sGreÅĄka prilikom uklanjanja stare rezervne kopije veze: %sGreÅĄka prilikom uklanjanja stare datoteke: %sGreÅĄka prilikom uklanjanja ciljnje datoteke: %sGreÅĄka u preimenovanju datoteke: %sGreÅĄka prilikom preimenovanja privremene datoteke: %sGreÅĄka u razreÅĄivanju „%s“GreÅĄka u razreÅĄavanju „%s“: %sGreÅĄka u obrnutom razreÅĄavanju „%s“: %sGreÅĄka prilikom pretrage unutar datoteke: %sGreÅĄka u slanju podataka: %sGreÅĄka pri slanju poruke: %sGreÅĄka prilikom postavljanja SELinux konteksta: %sGreÅĄka prilikom postavljanja proÅĄirene osobine „%s“: %sGreÅĄka pri postavljanju datuma izmene ili pristupa: %sGreÅĄka prilikom postavljanja vlasnika: %sGreÅĄka prilikom postavljanja ovlaÅĄÄ‡enja: %sGreÅĄka prilikom postavljanja simboličke veze: %sGreÅĄka pri postavljanju simboličke veze: datoteka nije simbolička vezaGreÅĄka prilikom postavljanja stanja datoteke „%s“: %sGreÅĄka prilikom postavljanja stanja opisivača datoteke: %sGreÅĄka prilikom premeÅĄtanja datoteke u smeće: %sGreÅĄka pri sasecanju datoteke: %sGreÅĄka pri prevođenju regularnog izraza %s kod znaka %d: %sGreÅĄka prilikom pretraÅživanja regularnim izrazom %s: %sGreÅĄka pri optimizovanju regularnog izraza %s: %sGreÅĄka prilikom obrade teksta za zamenu „%s“ kod karaktera %lu: %sGreÅĄka prilikom upisa u datoteku: %sPreÅĄka pri upisu na unix: %sPostojeća datoteka „%s“ se ne moÅže ukloniti: neuspeÅĄan g_unlink(): %sOčekivano je GEmblem za GEmblemedIconOčekujem jednu kontrolnu poruku, dobio sam %dOčekujem jedno fd, dobio sam %d Nije uspelo pristupanje direktorijumu „%s“ (%s)Ne mogu da zatvorim datoteku „%s“: neuspeÅĄan fclose(): %sNe mogu da napravim datoteku „%s“: %sNije uspelo stvaranje cevke za vezu sa potprocesom (%s)Nije uspelo izvrÅĄavanje potprocesa „%s“ (%s)Nije uspelo izvrÅĄavanje potprocesa (%s)Nije uspelo izvrÅĄavanje pomoćnog programa (%s)Ne mogu da proÅĄirim komadnu liniju „%s“ sa vezom ka „%s“Nije uspeo fork() (%s)Nije uspeo fork() potprocesa (%s)Ne mogu da saznam osobine datoteke „%s“: neuspeÅĄan fstat(): %sNe mogu da mapiram datoteku „%s“: neuspeÅĄan mmap(): %sNe mogu da otvorim datoteku „%s“ radi upisa: neuspeÅĄan fdopen(): %sNe mogu da otvorim datoteku „%s“: %sNe mogu da otvorim datoteku „%s“: neuspeÅĄan fdopen(): %sNe mogu da otvorim datoteku „%s“: neuspeÅĄan open(): %sNisam uspeo da raÅĄÄlanim „%-.*s“, ÅĄto je trebalo da predstavlja cifru unutar znakovne reference (na primer ê) — moÅžda je cifra prevelikaNije uspelo čitanje podataka iz potprocesaNeuspelo čitanje podataka od potprocesa (%s)Nije uspeo da pročita dovoljno podataka iz cevke ka potprocesu (%s)Nije uspelo čitanje iz podređene cevke (%s)Ne mogu da pročitam iz datoteke „%s“: %sNe mogu da pročitam simboličku vezu „%s“: %sNije uspelo preusmeravanje ulaza ili izlaza potprocesa (%s)Ne mogu da preimenujem datoteku „%s“ u „%s“: neuspeÅĄan g_rename(): %sNe mogu da promenim veličinu izlaznog memorijskog tokaNe mogu da upiÅĄem u datoteku „%s“: neuspeÅĄan fflush(): %sNe mogu da upiÅĄem u datoteku „%s“: neuspeÅĄan fsync(): %sNe mogu da upiÅĄem u datoteku „%s“: neuspeÅĄan fwrite(): %sDatoteka „%s“ je prevelikaBrojanje datoteka ima neispunjenu radnjuBrojanje datoteka je već zavrÅĄenoDatoteka je praznaImena datoteka ne mogu da sadrÅže „%c“Koreni sistem datotekaGSocketControlMessage nije podrÅžano u prozorimaPomoćne opcije:Ime domaćina „%s“ sadrÅži „[“, ali ne i „]“Ulazni tok ne podrÅžava čitanjeCelobrojna vrednost „%s“ za %s je izvan opsegaCelobrojna vrednost „%s“ je izvan opsegaNije ispravno određen GSeekTypeNeispravan UTF-8 tekst u imenu — „%s“ nije ispravnoNije ispravna vrsta osobine (očekivana je niska bitova)Nije ispravna vrsta atributa (očekivana je niska znakova) Nije ispravna vrsta osobine (očekivana je uint32)Nije ispravna vrsta osobine (očekivana je uint64)Neispravan niz bajtova u ulazu koji pretvaramNije ispravno proÅĄireno ime osobineIme datoteke je neispravnoNeispravno ime datoteke %sNeispravno ime grupe: %sNeispravno ime domaćinaNeispravno ime ključa: %sNije ispravno ime programa: %sZatraÅžena je neispravna pretragaNije ispravan niz u unosu za pretvaranjeNeispravna utičnica, pokretanje nije uspelo zbog: %sNeispravna utičnica, nije pokrenutoNije ispravna niska — član vektora u %d: %sNije ispravna niska u okruÅženju: %sData je neispravna simbolička vezaNije ispravna radna fascikla: %sDatoteka sa ključevima sadrÅži znak isticanja na kraju redaDatoteka sa ključevima sadrÅži nedozvoljen niz isticanja „%s“Datoteka sa ključevima sadrÅži ključ „%s“ u grupi „%s“ nerazumljive vrednosti.Datoteka sa ključevima sadrÅži ključ „%s“ nerazumljive vrednosti.Datoteka sa ključevima sadrÅži ključ „%s“ nerazumljive vrednosti.Datoteka sa ključevima sadrÅži ključ „%s“ vrednosti „%s“ ÅĄto nije UTF-8Datoteka sa ključevima sadrÅži red „%s“ ÅĄto ne čini par ključ-vrednost, grupu ili primedbuDatoteka sa ključevima sadrÅži nepodrÅžano kodiranje „%s“Datoteka sa ključevima nema grupu „%s“Datoteka sa ključevima nema ključ „%s“Datoteka sa ključevima ne sadrÅži ključ „%s“ u grupi „%s“Datoteka sa ključevima ne počinje grupomPreostali nepretvoreni podaci u baferu za čitanjeSluÅĄanje je već zatvorenoUlazni podaci za GFileIcon su loÅĄiNeispravno zadat broj tokena (%d) u kodiranju GEmblem-aNije ispravno zadat broj tokena (%d) u kodiranju GEmblemedIconBroj izdanja je loÅĄe zadat: %sVeličina izlazne memorije se ne moÅže promenitiNedostaje argument za %sNije podrÅžano premeÅĄtanje između montiranih uređajaU obeleÅživaču ka „%s“ nije određena MIME vrstaNi jedan program ne moÅže da otvori ovu datotekuProgram „%s“ nije registrovao obeleÅživač ka „%s“Nije pronađen obeleÅživač ka „%s“U obeleÅživaču ka „%s“ nisu određene grupeU obeleÅživaču ka „%s“ nije određena privatna zastavicaNije nađen servis snimanja za „%s“Ne postoji vrsta za ime klase %sNe mogu da nađem ispravnu datoteku sa obeleÅživačima među fasciklama sa podacimaNije obična datotekaNema dovoljno mesta za adresu utičniceČudan znak „%s“, očekivan je „=“ posle imena atributa „%s“ elementa „%s“Čudan znak „%s“, a očekivan je „>“ znak radi okončanja oznake praznog elementa „%s“Čudan znak „%s“, očekivan je ili „>“ ili „/“ radi okončanja početne oznake elementa „%s“, ili moÅžda atribut; moÅžda ste koristili neispravan znak u imenu atributaČudan znak „%s“, očekivan je početni navodnik nakon znaka jednakosti pri dodeli vrednosti atributa „%s“ elementa „%s“Radnja nije podrÅžanaRadnja je prekinutaIzlazni tok ne podrÅžava upisPCRE biblioteka je prevedena bez podrÅĄke za UTF8 osobinePCRE biblioteka je prevedena bez podrÅĄka za UTF8nisu podrÅžani POSIX kolacioni elementiklase imenovane POSIX-om su podrÅžane samo unutar klaseNepotpun niz znakova na kraju ulazaNavod ne počinje navodnikomDostignut je najveći broj podataka u opseguPrimljen je neispravni fdSELinux kontekst ne sme biti NULLSELinux nije uključen na vaÅĄem sistemuNije podrÅžavano premotavanje tokaNije podrÅžano postavljanje osobine %sPrikaÅži sve opcije za pomoćPrikaÅži opcije za pomoćUtičnica je već zatvorenaIzvorni tok je već zatvorenTok ne podrÅžava query_infoTok radi jako dobroTok je već zatvorenSimboličke veze nisu podrÅžaneCiljna datoteka već postojiCiljna datoteka je direktorijumCiljna datoteka nije obična datotekaÅ ablon „%s“ ne sadrÅži XXXXXXNeispravan ÅĄablon „%s“, ne sme sadrÅžati „%s“Privremeno ne mogu da razreÅĄim „%s“SadrÅžaj zavrÅĄen pre nailaska na odgovarajući navodnik za %c. (Radi se o tekstu „%s“)SadrÅžaj zavrÅĄen neposredno nakon „\“ znaka. (Radi se o tekstu „%s“)SadrÅžaj prazan (ili sadrÅži samo beline)Adresa „%s“ sadrÅži neispravno naznačene znakeAdresa „%s“ je neispravnaAdresa „%s“ nije apsolutna adresa pomoću „file“ ÅĄemeDatoteka je izmenjena nekim drugim programomIme domaćina iz adrese „%s“ je neispravnoAdresa lokalne datoteke „%s“ ne sme sadrÅžati „#“Putanja „%s“ nije apsolutna putanjaPrevelika brojčana vrednost je prosleđena u %sNije podrÅžano smećeSasecanje nije dozvoljenu nad ulaznim tokomSasecanje nije dozvoljeno nad tokom%s vrsta ne podrÅžava from_tokens() na GIcon sučeljuVrsta %s ne podrÅžava GIcon sučeljeVrsta %s ne pripada ni jednoj klasiAdrese nisu podrÅžaneNe mogu da napravim utičnicu: %sNe mogu da napravim direktorijum za smeće %s: %sNe mogu da napravim datoteku sa podacima o smeću: %sNe mogu da nađem podrazumevanu vrstu monitora za lokalni direktorijumNe mogu da pronađem podrazumevanu, lokalnu vrstu monitora datotekeNe mogu da nađem ili napravim direktorijum za smećeNe mogu da nađem terminal radi pokretanja ovog programaNe mogu da nađem koreni direktorijum za smećeNe mogu da dobijem greÅĄku na čekanju: %sNe mogu da poÅĄaljem datoteku u smeće: %sNeočekivano svojstvo „%s“ elementa „%s“Neočekivan, preran kraj tokaNeočekivana greÅĄka dok su u g_io_channel_win32_poll() čitani podaci iz potprocesaNeočekivana greÅĄka u select() pri čitanju podataka iz potprocesa (%s)Neočekivana greÅĄka u waitpid() (%s)Neočekivana oznaka „%s“ unutar „%s“Neočekivana oznaka „%s“, očekivano je „%s“Neočekivana vrsta podređenih podatakaNepoznata greÅĄka pri izvrÅĄavanju potprocesa „%s“Nepoznata greÅĄka vezeNepoznata opcija %sZadat je nepoznati protokolNepoznata vrstaNeuparen navodnik u naredbi ili drugom citatu iz ljuskeNeimenovanoNije podrÅžana adresa utičniceUpotreba:Ne mogu da nađem ispravnu datoteku sa ključevima među direktorijumima pretrageVrednost „%s“ se ne moÅže smatrati istinitosnom.Vrednost „%s“ se ne moÅže smatrati realnim brojem jednostruke tačnosti.Vrednost „%s“ se ne moÅže smatrati brojem.Čekam uslov utičnice: %sNije ispravan broj tokena (%d)[OPCIJA...]\ na kraju obrascanije dozvoljeno \C u podacima iza tvrdnje\c na kraju obrascanakon \g ne slede zagrade sa nazivom ili vrednoÅĄÄ‡u različitom od nuleočekivana je tvrdnja nakon (?(nisu podrÅžane promene pridruÅživanja za win32reference na prethodno poklapanje ne mogu biti uslov za delimično poklapanjedostignut je limit pretraÅživanja unazadovde nisu dozvoljeni izbegavački nizovi za promenu veličine slova (\l, \L, \u, \U)prevelika je vrednost karaktera u \x{...} sekvenciprekoračenje kodauslovna grupa sadrÅži viÅĄe od dve graneoÅĄtećen objekatne mogu da dobijem lokalnu adresu: %sne mogu da dobijem udaljenu adresu: %sne mogu da sluÅĄam: %spravim GSocket iz fd: %sočekivana je cifrauređaj ne podrÅžava ejectuređaj ne podrÅžava eject ili eject_with_operationnije podrÅžano izvlačenje medijuma na uređajuuređaj ne podrÅžava startuređaj ne podrÅžava stopne mogu da dobijem memorijuočekivana je heksadekadna cifraočekivana je heksadekadna cifra ili „}“neispravna referenca simbolaneujednačene NEWLINE opcijeinterna greÅĄkainterna greÅĄka ili oÅĄtećen objekatneispravna kombinacija oznaka za novu linijuneispravan je uslov (?(0)neispravan izbegavački niz u klasi znakovapodaci iza tvrdnje nisu zadate duÅžinenije ispravno zadata \P ili \p sekvencaneispravno zadat broj ili naziv nakon (?(nedostaje „<“ u referenci simbolanedostaje ) nakon komentaranedostaje zavrÅĄnica )nedostaje zavrÅĄnica ] za klasu znakovanedostaje zavrÅĄnica u nazivu podobrascamontiranje ne podrÅžava nalaÅženje vrste sadrÅžajamontiranje ne podrÅžava ejectmontiranje ne podrÅžava eject ili eject_with_operationmontiranje ne podrÅžava remountmontiranje ne podrÅžava sinhronizovano nalaÅženje vrste sadrÅžajamontiranje ne podrÅžava unmountmontiranje ne podrÅžava unmount ili unmount_with_operationnema ničega za ponavljanjebrojevi su preveliki u {} brojačubrojevi nisu po redu u {} brojačuosmobrojna vrednost je veća od \377nema memorijepreviÅĄe pokrenutih radnih prostora za prevođenje izvornog kodanije nađen prethodno provereni i povezani podobrazacopseg je neispravan unutar klase znakovadostignut je limit rekurzijerekurzivan zahtev se moÅže ponavljati beskonačnoreferenca na nepostojeći podobrazacregularni izraz je predugačakponavljanje DEFINE grupe nije dozvoljenoodlutalo zavrÅĄno „\“naziv podobrasca je predugačak (sme da ima najviÅĄe 32 karakatera)simboličke veze moraju biti različite od NULLobrazac sadrÅži stavke koje nisu podrÅžane za delimično poklapanjeima previÅĄe imenovanih podobrazaca (sme ih biti najviÅĄe 10000)dvoimeni podobrasci imaju isto imeneočekivano ponavljanjeNedovrÅĄena referenca simbolanepoznat naziv POSIX klasenepoznata greÅĄkanepoznata sekvenca izbegavanjanije poznat naziv osobine nakon \P ili \pnepoznat znak nakon (?nepoznat znak nakon (?<nepoznat znak nakon (?Pnakon nepoznatog znaka sledi \disk ne podrÅžava izbacivanjedisk ne podrÅžava eject ili eject_with_operationnije podrÅžano montiranje diskadostignut je limit broja praznih podniski karakterareferenca simbola je duÅžine nula./glib-2.22.2-i686/usr/share/locale/rw/0000755000000000000000000000000011271167000015636 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/rw/LC_MESSAGES/0000755000000000000000000000000011271167000017423 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/rw/LC_MESSAGES/glib20.mo0000644000000000000000000000067311271166636021063 0ustar rootrootŪ•,<PQXX ąUsage:Project-Id-Version: glib 2.12 Report-Msgid-Bugs-To: POT-Creation-Date: 2009-10-07 09:51-0400 PO-Revision-Date: 2005-03-28 19:34-0700 Last-Translator: Steve Murphy Language-Team: Kinyarwanda MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ikoresha:./glib-2.22.2-i686/usr/share/locale/bn_IN/0000755000000000000000000000000011271166765016214 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/bn_IN/LC_MESSAGES/0000755000000000000000000000000011271166765020001 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/bn_IN/LC_MESSAGES/glib20.mo0000644000000000000000000020512011271166635021411 0ustar rootrootŪ•œ !‘!Ĩ!­!ĩ! Ŋ!É!YŅ!_+"a‹"í"#)'#Q#&e#BŒ#Ī#æ#+û#('$ P$q$#$ą$Ë$2ã$9%!P%4r%/§%×%3î%+"&1N&-€&/Ž&#Ū&' ')8'b'(~',§'%Ô'&ú'"!("D()g(!‘( ŗ(AÔ(ž)ĩ)Ė);ė).(**W*.‚*ą**Ę*&õ*a+F~+4Å+2ú+:-,Ah,@Ē,;ë,W'-W-1×-/ .%9.?_.5Ÿ.IÕ.‘/ ą/Ō/į/0#0:0S0j0}0’0ą0Î0!ę0 1,1K1a1|1 ‘1˛1Î1å1ũ1252Q2j2†2"ž2Á2Ũ2ü2!363K3 d3…3Ÿ3ļ3!Đ3)ō3-4J4b4€4,š4Į4!ã455:75.r50Ą59Ō5 6&6>@6$6#¤6Č6'æ6.7=7?\7)œ7$Æ7%ë7-8?8!S89u8*¯89Ú89-19+_9Š‹9&:+=:3i:#:!Á:)ã:8 ;9F;%€;.Ļ;-Õ;.<2<)I<!s< •<Ŗ<Â<.Ō< =&=#6=&Z==Ą=3ŧ=-đ=(>(G>(p>)™>Ã>ã>ô>??0?E?^?$s?0˜?É?+é?!@7@S@1q@.Ŗ@TŌ@H'AFpA=ˇALõA+BB!nBB-°B$ŪB(C,C"GC3jC9žCØC"õCD!0D1RD2„D<ˇDôD&E9:EtEE)ŠEĶE#æEL FNWF°ĻFzWGŌGęG%H8(H-aH*H5ēH*đH/I KIlI €I%ĄIĮI"äIJJ/JHJ!hJ ŠJĢJÄJáJôJ!K$1K0VK"‡KFĒK:ņK-,L2ZLL;ĨL áL'M-*M)XM"‚MĨM$šM ŪM?˙M.?NnN…N˜N!´N'ÖN3ūN.2O(aO0ŠO+ģOįOP* PKPOjPCēP"ūP!Q&AQ!hQ*ŠQĩQÎQāQ ˙QC RPRXRsR0zR.ĢR3ÚR-S TDiTŽT;ÉT0U 6U1DUvU‡U §UČUŨUúU V5'V)]V‡VĨVÂV×V!ōVW/WLW"[W$~WŖW*ģW(æWX"+X!NXpXˆX)žX%ČX-îXY5:YpY9YĘY9ęY$Z6Z%VZ |Z ZĢZ2ĮZ%úZ [&8[$_[„['Ą[É[3Ų[ \=&\+d\(\š\Ë\é\ ]]$(]M] m] Ž] ¯]Đ]6ī]&^,E^r^’‘^%$`J`h`†`¤` Ä`ÅŅ`ڗaÎrbAc&ac|ˆc]dqcd¸ÕdWŽeTæeb;fqžf¨gYšghhS|hDĐh†iŦœikIjUĩj? kDKk’k}#lƒĄl%mƒĨm)n>ĢnlęnÖWog.pu–pv qpƒq|ôqgqrKŲrd%sFŠsEŅsŸtΎtN‡vKÖvm"wjweûwvaxNØxr'yMšy5čyđ{Ģ|¨ģ|Íd}Æ2~Üų~ĢÖ낀+n š‚™;ƒfՃĢ<„­č„™–…Â0†@ķ‡4ˆCLˆYˆ=ęˆ=(‰5f‰Dœ‰Fá‰l(ŠU•Št늅`‹Xæ‹e?ŒOĨŒAõŒ07Gh8°3éEŽ5cŽ=™Ž5׎F LT@ĄpâSSY§O‘oQ‘:Á‘>ü‘a;’K’6é’< “]]“†ģ“ˆB”U˔O!•\q•“Ε:b–K–né–]X—ˆļ—{?˜‡ģ˜‹C™6Ī™/š}6šR´šƒ›l‹›dø›Y]œKˇœŽU˛`žVižiĀž)*ŸOTŸƒ¤ŸZ( nƒ 8ō O+Ą@{ĄMŧĄ_ ŖdjŖ{ĪŖQK¤B¤Z⤠;Ĩ€ÜĨ]ĻRßĻQ2§R„§1×§d ¨(n¨—¨k´¨- ŠXNŠB§Š‘ęŠj|ĒrįĒVZĢ?ąĢzņĢrlŦmßŦmM­mģ­Ģ)ŽZÕŽ-0¯-^¯'Œ¯*´¯%߯<°(B°”k°tąAuą}ˇąi5˛]Ÿ˛Cũ˛›AŗŨŗČ_´Ŧ(ĩŦÕĩŠ‚ļģ,ˇ]čˇgF¸bޏqšuƒšųšOyēoÉē—9ģŅģ_oŧwĪŧAGŊˆ‰Ŋ€žģ“ž OŋRđŋ{CĀŖŋĀ]cÁuÁÁl7Â&¤Â{ËÂķGà ;Ä÷IŘAĮ0ÚČ6 ÉnBɗąÉuIĘQŋʉËq›Ë‚ ĖnĖ5˙Ėk5ÍQĄÍQķÍmEÎ~ŗÎn2ĪLĄĪ_îĪWNĐ}ĻĐH$ŅOmŅKŊŅT ŌR^ŌfąŌOĶYh͏ÂĶ™{ÔrՅˆÕÖl(Öm•Ö7ד;×7Ī×fØ9nØŠ¨Ø™RŲ’ėŲnÚhîÚ WÛFxÛqŋÛT1ÜŖ†ÜŖ*ŨŠÎŨ†YŪ€āŪhaß@Ęߐ āžœāŠ;áĩåáG›âOãâk3ãfŸãpäQwä%ÉäRīä%Bå™håæBæ+^æxŠænįqrįwäį|\čAŲč é:'éwbé;Úé§ęLžęŠ 뎖ëk%ėŧ‘ė‰Ní#Øíšüí7—îbĪîe2ī9˜īKŌī1đlPđ~Ŋđ“<ņxĐņsIōEŊōYķj]ķAČķ- ô18ôvjôwáô(Yõw‚õƒúõP~öƒĪöjS÷Sž÷*øf=ø¤øo5ų{Ĩų—!ú}šúŽ7û}Æû›Dü^āüc?ũ•Ŗũ29ū/lūsœū—˙†¨˙A/|qqîc``Ä5%—[dķÖXz/˜ĒCCP‡5Ø">1Yp[Ę\&\ƒHā\)~†S xY }Ō ŗA3ôMˇTû%K6´V‹ũŽ7Ā0bI†š˛T-ëâB€„Z×Ũã$ˆÂ į[v ķ.F&š°GQ{)^Ŗ¨Ė;ŦsÔ&]5@RqīgkåĄ:qWæĶ…Wõ}w¯"U)ōAO ø‡Ëŋ(d…rM#„\?ÛX ˙`;?Nvjl 't€KY1NfÁ>n27pRi¤nęm6ŸĮáu3-yļ÷‡î_*IP iuS|ܞ–OŲØd!<5JŒ ŠēsāĘĩģÕ2ė,éLú/[ŠVU_•xb'†8^9E+Č>Qxņ4 ֘‰”CĨÅt<ä‚9ŪŠmž4ĒDhƒe+‘írBD%1#Gf=|Ŋ8HŅ@‰Lo§owS*pP~a Éą:`ÎĢ}zyų0ŧ —ÆĐaÚlđ͜{jc­JZ]=cHCŽ/!\“ĪĻ$ĂX,ßk’öY ÃčE™ĸŒüŽFg›¸ˆŌ .heū"~‹(zƒ (invalid encoding)%.1f GB%.1f KB%.1f MB%s filetype%s type'%s' is not a valid character following a '<' character; it may not begin an element name'%s' is not a valid character following the characters '''%s' is not a valid name '%s' is not a valid name: '%c' (?R or (?[+-]digits must be followed by )) without opening (A bookmark for URI '%s' already existsAbstract unix domain socket addresses not supported on this systemAdded socket is closedApplication Options:Association creation not supported on win32Attribute '%s' of element '%s' not foundAttribute value must be non-NULLBackup file creation failedCan't copy directory over directoryCan't copy over directoryCan't copy special fileCan't create user MIME configuration folder %s: %sCan't create user application configuration folder %s: %sCan't create user desktop file %sCan't do a raw read in g_io_channel_read_line_stringCan't do a raw read in g_io_channel_read_to_endCan't find applicationCan't handle the supplied version the icon encodingCan't handle version %d of GEmblem encodingCan't handle version %d of GEmblemedIcon encodingCan't handle version %d of GFileIcon encodingCan't handle version %d of GThemedIcon encodingCan't move directory over directoryCan't open directoryCan't recursively copy directoryCan't rename file, filename already existCan't rename root directoryCancellable initialization not supportedCannot convert fallback '%s' to codeset '%s'Cannot parse double value '%s' for %sCannot parse integer value '%s' for %sCannot set permissions on symlinksCannot truncate GMemoryInputStreamChannel terminates in a partial characterCharacter out of range for UTF-16Character out of range for UTF-8Character reference '%-.*s' does not encode a permitted characterCharacter reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Connection in progressContaining mount does not existConversion from character set '%s' to '%s' is not supportedCould not allocate %lu bytes to read file "%s"Could not open converter from '%s' to '%s'Could not open converter from '%s' to '%s': %sCustom definition for %sDEFINE group contains more than one branchDesktop file didn't specify Exec fieldDocument ended unexpectedly after the equals sign following an attribute name; no attribute valueDocument ended unexpectedly inside a comment or processing instructionDocument ended unexpectedly inside an attribute nameDocument ended unexpectedly inside an element nameDocument ended unexpectedly inside an element-opening tag.Document ended unexpectedly inside the close tag for element '%s'Document ended unexpectedly just after an open angle bracket '<'Document ended unexpectedly while inside an attribute valueDocument ended unexpectedly with elements still open - '%s' was the last element openedDocument ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>Document must begin with an element (e.g. )Document was empty or contained only whitespaceDouble value '%s' for %s out of rangeElement '%s' was closed, but the currently open element is '%s'Element '%s' was closed, no element is currently openEmpty entity '&;' seen; valid entities are: & " < > 'Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Entity name '%-.*s' is not knownEnumerator is closedError accepting connection: %sError binding to address: %sError closing file: %sError closing socket: %sError closing unix: %sError connecting: Error connecting: %sError creating backup copy: %sError creating directory: %sError during conversion: %sError getting filesystem info: %sError launching application: %sError making symbolic link: %sError moving file: %sError on line %d char %d: Error on line %d: %sError opening directory '%s': %sError opening file '%s': %sError opening file: %sError parsing option %sError reading file '%s': %sError reading from file: %sError reading from unix: %sError receiving data: %sError receiving message: %sError removing file: %sError removing old backup link: %sError removing old file: %sError removing target file: %sError renaming file: %sError renaming temporary file: %sError resolving '%s'Error resolving '%s': %sError reverse-resolving '%s': %sError seeking in file: %sError sending data: %sError sending message: %sError setting SELinux context: %sError setting extended attribute '%s': %sError setting modification or access time: %sError setting owner: %sError setting permissions: %sError setting symlink: %sError setting symlink: file is not a symlinkError stating file '%s': %sError stating file descriptor: %sError trashing file: %sError truncating file: %sError while compiling regular expression %s at char %d: %sError while matching regular expression %s: %sError while optimizing regular expression %s: %sError while parsing replacement text "%s" at char %lu: %sError writing to file: %sError writing to unix: %sExisting file '%s' could not be removed: g_unlink() failed: %sExpected a GEmblem for GEmblemedIconExpecting 1 control message, got %dExpecting one fd, but got %d Failed to change to directory '%s' (%s)Failed to close file '%s': fclose() failed: %sFailed to create file '%s': %sFailed to create pipe for communicating with child process (%s)Failed to execute child process "%s" (%s)Failed to execute child process (%s)Failed to execute helper program (%s)Failed to expand exec line '%s' with URI '%s'Failed to fork (%s)Failed to fork child process (%s)Failed to get attributes of file '%s': fstat() failed: %sFailed to map file '%s': mmap() failed: %sFailed to open file '%s' for writing: fdopen() failed: %sFailed to open file '%s': %sFailed to open file '%s': fdopen() failed: %sFailed to open file '%s': open() failed: %sFailed to parse '%-.*s', which should have been a digit inside a character reference (ê for example) - perhaps the digit is too largeFailed to read data from child processFailed to read data from child process (%s)Failed to read enough data from child pid pipe (%s)Failed to read from child pipe (%s)Failed to read from file '%s': %sFailed to read the symbolic link '%s': %sFailed to redirect output or input of child process (%s)Failed to rename file '%s' to '%s': g_rename() failed: %sFailed to resize memory output streamFailed to write file '%s': fflush() failed: %sFailed to write file '%s': fsync() failed: %sFailed to write file '%s': fwrite() failed: %sFile "%s" is too largeFile enumerator has outstanding operationFile enumerator is already closedFile is emptyFile names cannot contain '%c'Filesystem rootGSocketControlMessage not supported on windowsHelp Options:Hostname '%s' contains '[' but not ']'Input stream doesn't implement readInteger value '%s' for %s out of rangeInteger value '%s' out of rangeInvalid GSeekType suppliedInvalid UTF-8 encoded text in name - not valid '%s'Invalid attribute type (byte string expected)Invalid attribute type (string expected)Invalid attribute type (uint32 expected)Invalid attribute type (uint64 expected)Invalid byte sequence in conversion inputInvalid extended attribute nameInvalid filenameInvalid filename %sInvalid group name: %sInvalid hostnameInvalid key name: %sInvalid program name: %sInvalid seek requestInvalid sequence in conversion inputInvalid socket, initialization failed due to: %sInvalid socket, not initializedInvalid string in argument vector at %d: %sInvalid string in environment: %sInvalid symlink value givenInvalid working directory: %sKey file contains escape character at end of lineKey file contains invalid escape sequence '%s'Key file contains key '%s' in group '%s' which has value that cannot be interpreted.Key file contains key '%s' which has a value that cannot be interpreted.Key file contains key '%s' which has value that cannot be interpreted.Key file contains key '%s' with value '%s' which is not UTF-8Key file contains line '%s' which is not a key-value pair, group, or commentKey file contains unsupported encoding '%s'Key file does not have group '%s'Key file does not have key '%s'Key file does not have key '%s' in group '%s'Key file does not start with a groupLeftover unconverted data in read bufferListener is already closedMalformed input data for GFileIconMalformed number of tokens (%d) in GEmblem encodingMalformed number of tokens (%d) in GEmblemedIcon encodingMalformed version number: %sMemory output stream not resizableMissing argument for %sMove between mounts not supportedNo MIME type defined in the bookmark for URI '%s'No application is registered as handling this fileNo application with name '%s' registered a bookmark for '%s'No bookmark found for URI '%s'No groups set in bookmark for URI '%s'No private flag has been defined in bookmark for URI '%s'No service record for '%s'No type for class name %sNo valid bookmark file found in data dirsNot a regular fileNot enough space for socket addressOdd character '%s', expected a '=' after attribute name '%s' of element '%s'Odd character '%s', expected a '>' character to end the empty-element tag '%s'Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute nameOdd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'Operation not supportedOperation was cancelledOutput stream doesn't implement writePCRE library is compiled without UTF8 properties supportPCRE library is compiled without UTF8 supportPOSIX collating elements are not supportedPOSIX named classes are supported only within a classPartial character sequence at end of inputQuoted text doesn't begin with a quotation markReached maximum data array limitReceived invalid fdSELinux context must be non-NULLSELinux is not enabled on this systemSeek not supported on streamSetting attribute %s not supportedShow all help optionsShow help optionsSocket is already closedSource stream is already closedStream doesn't support query_infoStream has outstanding operationStream is already closedSymbolic links not supportedTarget file existsTarget file is a directoryTarget file is not a regular fileTemplate '%s' doesn't contain XXXXXXTemplate '%s' invalid, should not contain a '%s'Temporarily unable to resolve '%s'Text ended before matching quote was found for %c. (The text was '%s')Text ended just after a '\' character. (The text was '%s')Text was empty (or contained only whitespace)The URI '%s' contains invalidly escaped charactersThe URI '%s' is invalidThe URI '%s' is not an absolute URI using the "file" schemeThe file was externally modifiedThe hostname of the URI '%s' is invalidThe local file URI '%s' may not include a '#'The pathname '%s' is not an absolute pathToo large count value passed to %sTrash not supportedTruncate not allowed on input streamTruncate not supported on streamType %s does not implement from_tokens() on the GIcon interfaceType %s does not implement the GIcon interfaceType %s is not classedURIs not supportedUnable to create socket: %sUnable to create trash dir %s: %sUnable to create trashing info file: %sUnable to find default local directory monitor typeUnable to find default local file monitor typeUnable to find or create trash directoryUnable to find terminal required for applicationUnable to find toplevel directory for trashUnable to get pending error: %sUnable to trash file: %sUnexpected attribute '%s' for element '%s'Unexpected early end-of-streamUnexpected error in g_io_channel_win32_poll() reading data from a child processUnexpected error in select() reading data from a child process (%s)Unexpected error in waitpid() (%s)Unexpected tag '%s' inside '%s'Unexpected tag '%s', tag '%s' expectedUnexpected type of ancillary dataUnknown error executing child process "%s"Unknown error on connectUnknown option %sUnknown protocol was specifiedUnknown typeUnmatched quotation mark in command line or other shell-quoted textUnnamedUnsupported socket addressUsage:Valid key file could not be found in search dirsValue '%s' cannot be interpreted as a boolean.Value '%s' cannot be interpreted as a float number.Value '%s' cannot be interpreted as a number.Waiting for socket condition: %sWrong number of tokens (%d)[OPTION...]\ at end of pattern\C not allowed in lookbehind assertion\c at end of pattern\g is not followed by a braced name or an optionally braced non-zero numberassertion expected after (?(association changes not supported on win32back references as conditions are not supported for partial matchingbacktracking limit reachedcase-changing escapes (\l, \L, \u, \U) are not allowed herecharacter value in \x{...} sequence is too largecode overflowconditional group contains more than two branchescorrupted objectcould not get local address: %scould not get remote address: %scould not listen: %screating GSocket from fd: %sdigit expecteddrive doesn't implement ejectdrive doesn't implement eject or eject_with_operationdrive doesn't implement polling for mediadrive doesn't implement startdrive doesn't implement stopfailed to get memoryhexadecimal digit expectedhexadecimal digit or '}' expectedillegal symbolic referenceinconsistent NEWLINE optionsinternal errorinternal error or corrupted objectinvalid combination of newline flagsinvalid condition (?(0)invalid escape sequence in character classlookbehind assertion is not fixed lengthmalformed \P or \p sequencemalformed number or name after (?(missing '<' in symbolic referencemissing ) after commentmissing terminating )missing terminating ] for character classmissing terminator in subpattern namemount doesn't implement content type guessingmount doesn't implement ejectmount doesn't implement eject or eject_with_operationmount doesn't implement remountmount doesn't implement synchronous content type guessingmount doesn't implement unmountmount doesn't implement unmount or unmount_with_operationnothing to repeatnumber too big in {} quantifiernumbers out of order in {} quantifieroctal value is greater than \377out of memoryoverran compiling workspacepreviously-checked referenced subpattern not foundrange out of order in character classrecursion limit reachedrecursive call could loop indefinitelyreference to non-existent subpatternregular expression too largerepeating a DEFINE group is not allowedstray final '\'subpattern name is too long (maximum 32 characters)symlink must be non-NULLthe pattern contains items not supported for partial matchingtoo many named subpatterns (maximum 10,000)two named subpatterns have the same nameunexpected repeatunfinished symbolic referenceunknown POSIX class nameunknown errorunknown escape sequenceunknown property name after \P or \punrecognized character after (?unrecognized character after (?<unrecognized character after (?Punrecognized character follows \volume doesn't implement ejectvolume doesn't implement eject or eject_with_operationvolume doesn't implement mountworkspace limit for empty substrings reachedzero-length symbolic referenceProject-Id-Version: bn_IN Report-Msgid-Bugs-To: POT-Creation-Date: 2009-10-07 09:51-0400 PO-Revision-Date: 2009-09-15 18:31+0530 Last-Translator: Runa Bhattacharjee Language-Team: Bengali INDIA MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.11.4 Plural-Forms: nplurals=2; plural=(n != 1); (āĻ…āĻŦ⧈āϧ āĻāύāϕ⧋āĻĄāĻŋāĻ‚)%.1f āĻ—āĻŋāĻ—āĻžāĻŦāĻžāχāϟ%.1f āĻ•āĻŋāϞ⧋āĻŦāĻžāχāϟ%.1f āĻŽā§‡āĻ—āĻžāĻŦāĻžāχāϟ%s āĻĢāĻžāχāϞ⧇āϰ āϧāϰāύ%s āϧāϰāύ'<' āĻ…āĻ•ā§āώāϰ⧇āϰ āĻĒāϰ⧇ '%s'-āϰ āĻŦā§āϝāĻŦāĻšāĻžāϰ āĻŦ⧈āϧ āύ⧟; āĻāϰ āĻĻā§āĻŦāĻžāϰāĻž āĻāϞāĻŋāĻŽā§‡āĻ¨ā§āĻŸā§‡āϰ āύāĻžāĻŽ āφāϰāĻŽā§āĻ­ āĻ•āϰāĻž āϝāĻžāĻŦ⧇ āύāĻž'%s' āĻ…āĻ•ā§āώāϰ⧇āϰ āĻŦā§āϝāĻŦāĻšāĻžāϰ '''%s' āĻŦ⧈āϧ āύāĻžāĻŽ āύ⧟'%s' āĻŦ⧈āϧ āύāĻžāĻŽ āύ⧟: '%c' (?R āĻ…āĻĨāĻŦāĻž (?[+-]āϏāĻ‚āĻ–ā§āϝāĻž-āϰ āĻĒāϰ⧇ ) āϚāĻŋāĻšā§āύ āĻŦā§āϝāĻŦāĻšāĻžāϰ āĻ•āϰāĻž āφāĻŦāĻļā§āϝāĻ•( āϚāĻŋāĻšā§āύ āĻŦāĻŋāύāĻž ) āϚāĻŋāĻšā§āύ āĻĒā§āĻ°ā§Ÿā§‹āĻ— āĻ•āϰāĻž āĻšā§Ÿā§‡āϛ⧇URI '%s'-āϰ āϜāĻ¨ā§āϝ āĻŦ⧁āĻ•āĻŽāĻžāĻ°ā§āĻ• āĻŦāĻ°ā§āϤāĻŽāĻžāύ⧇ āωāĻĒāĻ¸ā§āĻĨāĻŋāϤ āĻ°ā§Ÿā§‡āϛ⧇āĻāχ āϏāĻŋāĻ¸ā§āĻŸā§‡āĻŽā§‡āϰ āĻŽāĻ§ā§āϝ⧇ āĻ…ā§āϝāĻžāĻŦāĻ¸ā§āĻŸā§āĻ°ā§āϝāĻžāĻ•ā§āϟ unix āĻĄā§‹āĻŽā§‡āχāύ āϏāϕ⧇āϟ āĻ āĻŋāĻ•āĻžāύāĻž āϏāĻŽāĻ°ā§āĻĨāĻŋāϤ āύ⧟āϝ⧋āĻ— āĻ•āϰāĻž āϏāϕ⧇āϟ āĻŦāĻ°ā§āϤāĻŽāĻžāύ āĻŦāĻ¨ā§āϧ āĻ•āϰāĻž āφāϛ⧇āĻ…ā§āϝāĻžāĻĒā§āϞāĻŋāϕ⧇āĻļāύ āϏāĻ‚āĻ•ā§āϰāĻžāĻ¨ā§āϤ āĻŦāĻŋāĻ•āĻ˛ā§āĻĒ:āϏāĻ‚āϏāĻ°ā§āĻ— āύāĻŋāĻ°ā§āϧāĻžāϰāĻŖ win32-āϰ āĻŽāĻ§ā§āϝ⧇ āϏāĻŽāĻ°ā§āĻĨāĻŋāϤ āύ⧟'%s' āĻŦ⧈āĻļāĻŋāĻˇā§āĻŸā§āϝ '%s' āĻŦāĻ¸ā§āϤ⧁āϰ āĻ•ā§āώ⧇āĻ¤ā§āϰ⧇ āĻĒāĻžāĻ“ā§ŸāĻž āϝāĻžā§ŸāύāĻŋāĻ…ā§āϝāĻžāĻŸā§āϰāĻŋāĻŦāĻŋāωāĻŸā§‡āϰ āĻ•ā§āώ⧇āĻ¤ā§āϰ⧇ NULL-āĻŦā§āϝāϤ⧀āϤ āĻ…āĻ¨ā§āϝ āĻŽāĻžāύ āύāĻŋāĻ°ā§āϧāĻžāϰāĻŖ āĻ•āϰāĻž āφāĻŦāĻļā§āϝāĻ•āĻŦā§āϝāĻžāĻ•-āφāĻĒ āĻĢāĻžāχāϞ āύāĻŋāĻ°ā§āĻŽāĻžāĻŖ āĻ•āϰāϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨāĻĄāĻŋāϰ⧇āĻ•ā§āϟāϰāĻŋāϰ āωāĻĒāϰ āĻĄāĻŋāϰ⧇āĻ•ā§āϟāϰāĻŋ āĻ•āĻĒāĻŋ āĻ•āϰāĻž āϝāĻžā§ŸāύāĻŋāĻĄāĻŋāϰ⧇āĻ•ā§āϟāϰāĻŋāϰ āωāĻĒāϰ⧇ āĻ•āĻĒāĻŋ āĻ•āϰāĻž āϝāĻžāĻŦ⧇ āύāĻžāĻŦāĻŋāĻļ⧇āώ āĻĢāĻžāχāϞ āĻ•āĻĒāĻŋ āĻ•āϰāĻž āϝāĻžāĻŦ⧇ āύāĻžāχāωāϜāĻžāϰ MIME āĻ•āύāĻĢāĻŋāĻ—āĻžāϰ⧇āĻļāύ āĻĢā§‹āĻ˛ā§āĻĄāĻžāϰ %s āύāĻŋāĻ°ā§āĻŽāĻžāĻŖ āĻ•āϰāϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨ: %sāωāχāϜāĻžāϰ āĻ…ā§āϝāĻžāĻĒā§āϞāĻŋāϕ⧇āĻļāύ⧇āϰ āĻ•āύāĻĢāĻŋāĻ—āĻžāϰ⧇āĻļāύ āĻĢā§‹āĻ˛ā§āĻĄāĻžāϰ %s āύāĻŋāĻ°ā§āĻŽāĻžāĻŖ āĻ•āϰāϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨ: %sāχāωāϜāĻžāϰ āĻĄā§‡āĻ¸ā§āĻ•āϟāĻĒ āĻĢāĻžāχāϞ %s āύāĻŋāĻ°ā§āĻŽāĻžāĻŖ āĻ•āϰāϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨg_io_channel_read_line_string'āϰ āωāĻĒāϰ raw read āĻ•āϰāĻž āϏāĻŽā§āĻ­āĻŦ āύ⧟g_io_channel_read_to_end'āĻ raw read āĻ•āϰāĻž āϝāĻžā§ŸāύāĻŋāĻ…ā§āϝāĻžāĻĒā§āϞāĻŋāϕ⧇āĻļāύ āĻĒāĻžāĻ“ā§ŸāĻž āϝāĻžā§ŸāύāĻŋāωāĻĒāϞāĻŦā§āϧ āφāχāĻ•āύ āĻāύāϕ⧋āĻĄāĻŋāĻ‚-āϰ āϏāĻ‚āĻ¸ā§āĻ•āϰāĻŖ āĻŦā§āϝāĻŦāĻ¸ā§āĻĨāĻžāĻĒāύāĻž āĻ•āϰāĻž āϏāĻŽā§āĻ­āĻŦ āύ⧟GEmblem āĻāύāϕ⧋āĻĄāĻŋāĻ‚-āϰ %d āϏāĻ‚āĻ¸ā§āĻ•āϰāĻŖ āĻŦā§āϝāĻŦāĻ¸ā§āĻĨāĻžāĻĒāύāĻž āĻ•āϰāĻž āϏāĻŽā§āĻ­āĻŦ āύ⧟GEmblemedIcon āĻāύāϕ⧋āĻĄāĻŋāĻ‚-āϰ %d āϏāĻ‚āĻ¸ā§āĻ•āϰāĻŖ āĻŦā§āϝāĻŦāĻ¸ā§āĻĨāĻžāĻĒāύāĻž āĻ•āϰāĻž āϏāĻŽā§āĻ­āĻŦ āύ⧟GFileIcon āĻāύāϕ⧋āĻĄāĻŋāĻ‚-āϰ %d āϏāĻ‚āĻ¸ā§āĻ•āϰāĻŖ āĻŦā§āϝāĻŦāĻ¸ā§āĻĨāĻžāĻĒāύāĻž āĻ•āϰāĻž āϏāĻŽā§āĻ­āĻŦ āύ⧟GEmblemedIcon āĻāύāϕ⧋āĻĄāĻŋāĻ‚-āϰ %d āϏāĻ‚āĻ¸ā§āĻ•āϰāĻŖ āĻŦā§āϝāĻŦāĻ¸ā§āĻĨāĻžāĻĒāύāĻž āĻ•āϰāĻž āϏāĻŽā§āĻ­āĻŦ āύ⧟āĻĄāĻŋāϰ⧇āĻ•ā§āϟāϰāĻŋāϰ āωāĻĒāϰ āĻĄāĻŋāϰ⧇āĻ•ā§āϟāϰāĻŋ āĻ¸ā§āĻĨāĻžāύāĻžāĻ¨ā§āϤāϰ āĻ•āϰāĻž āϝāĻžāĻŦ⧇ āύāĻžāĻĄāĻŋāϰ⧇āĻ•ā§āϟāϰāĻŋ āϖ⧁āϞāϤ⧇ āϏāĻŽāĻ¸ā§āϝāĻžāϰāĻŋāĻ•āĻžāĻ°ā§āϏāĻŋāĻ­ āĻ­āĻžāĻŦ⧇ āĻĄāĻŋāϰ⧇āĻ•ā§āϟāϰāĻŋ āĻ•āĻĒāĻŋ āĻ•āϰāĻž āϝāĻžāĻŦ⧇ āύāĻžāĻĢāĻžāχāϞ⧇āϰ āύāĻžāĻŽ āĻĒāϰāĻŋāĻŦāĻ°ā§āϤāύ āĻ•āϰāĻž āϝāĻžā§ŸāύāĻŋ, āύāϤ⧁āύ āύāĻžāĻŽā§‡āϰ āĻāĻ•āϟāĻŋ āĻĢāĻžāχāϞ⧇āϰ āύāĻžāĻŽ āĻŦāĻ°ā§āϤāĻŽāĻžāύ⧇ āωāĻĒāĻ¸ā§āĻĨāĻŋāϤ āĻ°ā§Ÿā§‡āϛ⧇root āĻĄāĻŋāϰ⧇āĻ•ā§āϟāϰāĻŋāϰ āύāĻžāĻŽ āĻĒāϰāĻŋāĻŦāĻ°ā§āϤāύ āĻ•āϰāĻž āϏāĻŽā§āĻ­āĻŦ āύ⧟āĻŦāĻžāϤāĻŋāϞ āĻ•āϰāĻžāϰ āϝ⧋āĻ—ā§āϝ āĻĒā§āϰāĻžāϰāĻŽā§āĻ­āĻŋāĻ• āĻ•āĻ°ā§āĻŽ āϏāĻŽāĻ°ā§āĻĨāĻŋāϤ āύ⧟āĻĢāϞāĻŦā§āϝāĻžāĻ• '%s' āĻĨ⧇āϕ⧇ '%s' āϕ⧋āĻĄ-āϏ⧇āĻŸā§‡ āĻĒāϰāĻŋāĻŦāĻ°ā§āϤāύ āĻ•āϰāĻž āϝāĻžā§ŸāύāĻŋ%2$s-āϰ āϜāĻ¨ā§āϝ '%1$s'-āϰ āĻĻā§āĻŦā§€āϗ⧁āĻŖ āĻŽāĻžāύ āĻĒāĻžāĻ°ā§āϏ āĻ•āϰāϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨ%2$s-āϰ āϜāĻ¨ā§āϝ '%1$s'-āϰ āĻĒā§‚āĻ°ā§āĻŖāϏāĻ‚āĻ–ā§āϝāĻž āĻŽāĻžāύ āĻĒāĻžāĻ°ā§āϏ āĻ•āϰāϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨāϏāĻŋāĻŽāϞāĻŋāĻ‚āϕ⧇āϰ āĻ…āύ⧁āĻŽāϤāĻŋ āύāĻŋāĻ°ā§āϧāĻžāϰāĻŖ āĻ•āϰāϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨGMemoryInputStream āĻŸā§āϰāĻžāύāϕ⧇āϟ āĻ•āϰāϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨāφāĻ‚āĻļāĻŋāĻ• āĻ…āĻ•ā§āώāϰ āĻĻā§āĻŦāĻžāϰāĻž āĻšā§āϝāĻžāύ⧇āϞ⧇āϰ āϏāĻŽāĻžāĻĒā§āϤāĻŋāĻ…āĻ•ā§āώāϰāϟāĻŋ UTF-16'āϰ āĻ†ā§ŸāĻ¤ā§āĻŦ⧇āϰ āĻŦāĻžāχāϰ⧇āĻ…āĻ•ā§āώāϰāϟāĻŋ UTF-8'āϰ āĻ†ā§ŸāĻ¤ā§āĻŦ⧇āϰ āĻŦāĻžāχāϰ⧇'%-.*s' āĻ…āĻ•ā§āώāϰ⧇āϰ āϰ⧇āĻĢāĻžāϰ⧇āĻ¨ā§āϏ⧇āϰ āĻŽāĻ§ā§āϝ⧇ āĻ…āύ⧁āĻŽā§‹āĻĻāĻŋāϤ āĻ…āĻ•ā§āώāϰ āĻāύāϕ⧋āĻĄ āĻ•āϰāĻž āĻšā§ŸāύāĻŋāĻ…āĻ•ā§āώāϰ⧇āϰ āϰ⧇āĻĢāĻžāϰ⧇āĻ¨ā§āϏ āϏ⧇āĻŽāĻŋ-āϕ⧋āϞāύ āϚāĻŋāĻšā§āύ āĻĻā§āĻŦāĻžāϰāĻž āϏāĻŽāĻžāĻĒā§āϤ āĻšā§ŸāύāĻŋ; āϏāĻŽā§āĻ­āĻŦāϤ āφāĻĒāύāĻŋ āĻ¸ā§āĻŦāĻ¤ā§āĻŦāĻž āĻšāĻŋāϏāĻžāĻŦ⧇ āĻŦā§āϝāĻŦāĻšāĻžāϰ⧇āϰ āωāĻĻā§āĻĻ⧇āĻļā§āϝ⧇ āĻāĻŽā§āĻĒāĻžāϰāϏ⧇āĻ¨ā§āĻĄ āϚāĻŋāĻšā§āύ āĻĒā§āĻ°ā§Ÿā§‹āĻ— āĻ•āϰ⧇āύāύāĻŋ - & āϰ⧂āĻĒ⧇ āĻāĻŽā§āĻĒāĻžāϰāϏ⧇āĻ¨ā§āĻĄ āĻāĻ¸ā§āϕ⧇āĻĒ āĻ•āϰāĻžāύ⧋ āϝāĻžāĻŦ⧇āϏāĻ‚āϝ⧋āĻ— āĻŦāĻ°ā§āϤāĻŽāĻžāύ⧇ āĻ¸ā§āĻĨāĻžāĻĒāĻŋāϤ āĻšāĻšā§āϛ⧇āϧāĻžāϰāĻŖāĻ•āĻžāϰ⧀ āĻŽāĻžāωāĻ¨ā§āϟ āωāĻĒāĻ¸ā§āĻĨāĻŋāϤ āύ⧇āχ'%s' āĻ…āĻ•ā§āώāϰāĻŽāĻžāϞāĻž āĻĨ⧇āϕ⧇ '%s'-āĻ āϰ⧂āĻĒāĻžāĻ¨ā§āϤāϰ āĻ•āϰāĻž āϝāĻžāĻŦ⧇ āύāĻž%lu āĻŦāĻžāχāϟ, "%s" āĻĢāĻžāχāϞ āĻĒ⧜āĻžāϰ āϜāĻ¨ā§āϝ āĻŦāϰāĻžāĻĻā§āĻĻ āĻ•āϰāĻž āϝāĻžā§ŸāύāĻŋ'%s' āĻĨ⧇āϕ⧇ '%s' āϰ⧂āĻĒāĻžāĻ¨ā§āϤāϰ āĻŦā§āϝāĻŦāĻ¸ā§āĻĨāĻž āĻ–ā§‹āϞāĻž āϝāĻžā§ŸāύāĻŋ'%s' āĻĨ⧇āϕ⧇ '%s' āĻĒāϰāĻŋāĻŦāĻ°ā§āϤāύ āĻŦā§āϝāĻŦāĻ¸ā§āĻĨāĻž āĻ–ā§‹āϞāĻž āϏāĻŽā§āĻ­āĻŦ āĻšā§ŸāύāĻŋ: %s%s-āϰ āϜāĻ¨ā§āϝ āĻ¸ā§āĻŦāύāĻŋāĻ°ā§āϧāĻžāϰāϤ āĻŦā§āϝāĻžāĻ–ā§āϝāĻžDEFINE āĻĻāϞ⧇āϰ āĻŽāĻ§ā§āϝ⧇ āĻāĻ•āĻžāϧāĻŋāĻ• āĻŦā§āϰāĻžāĻžā§āϚ āωāĻĒāĻ¸ā§āĻĨāĻŋāϤ āĻ°ā§Ÿā§‡āϛ⧇āĻĄā§‡āĻ¸ā§āĻ•āϟāĻĒ āĻĢāĻžāχāϞ⧇āϰ āĻŽāĻ§ā§āϝ⧇ Exec āĻĢāĻŋāĻ˛ā§āĻĄāĻŦ⧈āĻļāĻŋāĻˇā§āĻŸā§āϝ⧇āϰ āύāĻžāĻŽā§‡āϰ āĻĒāϰ⧇ āωāĻĒāĻ¸ā§āĻĨāĻŋāϤ āϏāĻŽāĻžāύ āϚāĻŋāĻšā§āύ⧇āϰ (=) āĻĒāϰ⧇ āĻĄāϕ⧁āĻŽā§‡āĻ¨ā§āϟ āĻ…āĻĒā§āϰāĻ¤ā§āϝāĻžāĻļāĻŋāϤāϰ⧂āĻĒ⧇ āϏāĻŽāĻžāĻĒā§āϤ āĻšā§Ÿā§‡āϛ⧇; āĻŦ⧈āĻļāĻŋāĻˇā§āĻŸā§āϝ⧇āϰ āĻŽāĻžāύ āĻ…āύ⧁āĻĒāĻ¸ā§āĻĨāĻŋāϤāϕ⧋āύ⧋ āĻŽāĻ¨ā§āϤāĻŦā§āϝ āĻ…āĻĨāĻŦāĻž āĻĒā§āϰāĻ•ā§āϰāĻŋ⧟āĻžāĻ•āϰāϪ⧇āϰ āύāĻŋāĻ°ā§āĻĻ⧇āĻļ⧇āϰ āĻŽāĻ§ā§āϝ⧇ āĻĄāϕ⧁āĻŽā§‡āĻ¨ā§āϟ āĻ…āĻĒā§āϰāĻ¤ā§āϝāĻžāĻļāĻŋāϤāϰ⧂āĻĒ⧇ āϏāĻŽāĻžāĻĒā§āϤ āĻšā§Ÿā§‡āϛ⧇āĻŦ⧈āĻļāĻŋāĻˇā§āĻŸā§āϝ⧇āϰ āύāĻžāĻŽā§‡āϰ āĻŽāĻ§ā§āϝ⧇ āĻĄāϕ⧁āĻŽā§‡āĻ¨ā§āϟ āĻ…āĻĒā§āϰāĻ¤ā§āϝāĻžāĻļāĻŋāϤāϰ⧂āĻĒ⧇ āϏāĻŽāĻžāĻĒā§āϤ āĻšā§Ÿā§‡āϛ⧇āĻāϞāĻŋāĻŽā§‡āĻ¨ā§āĻŸā§‡āϰ āύāĻžāĻŽā§‡āϰ āĻŽāĻ§ā§āϝ⧇ āĻĄāϕ⧁āĻŽā§‡āĻ¨ā§āϟ āĻ…āĻĒā§āϰāĻ¤ā§āϝāĻžāĻļāĻŋāϤāϰ⧂āĻĒ⧇ āϏāĻŽāĻžāĻĒā§āϤ āĻšā§Ÿā§‡āϛ⧇āĻāϞāĻŋāĻŽā§‡āĻ¨ā§āĻŸā§‡āϰ āĻĒā§āϰāĻžāϰāĻŽā§āĻ­āĻŋāĻ• āĻŸā§āϝāĻžāϗ⧇āϰ āĻŽāĻ§ā§āϝ⧇ āĻĄāϕ⧁āĻŽā§‡āĻ¨ā§āϟ āĻ…āĻĒā§āϰāĻ¤ā§āϝāĻžāĻļāĻŋāϤāϰ⧂āĻĒ⧇ āϏāĻŽāĻžāĻĒā§āϤ āĻšā§Ÿā§‡āϛ⧇'%s' āĻāϞāĻŋāĻŽā§‡āĻ¨ā§āĻŸā§‡āϰ āĻ…āĻ¨ā§āϤāĻŋāĻŽ āĻŸā§āϝāĻžāϗ⧇āϰ āĻŽāĻ§ā§āϝ⧇ āĻĄāϕ⧁āĻŽā§‡āĻ¨ā§āϟ āĻ…āĻĒā§āϰāĻ¤ā§āϝāĻžāĻļāĻŋāϤāϰ⧂āĻĒ⧇ āϏāĻŽāĻžāĻĒā§āϤ āĻšā§Ÿā§‡āϛ⧇āϤ⧇āϰāĻ›āĻž āĻŦāĻ¨ā§āϧāύ⧀āϰ āĻĒā§āϰāĻžāϰāĻŽā§āĻ­āĻŋāĻ• āϚāĻŋāĻšā§āύ⧇āϰ '<' āĻ āĻŋāĻ• āĻĒāϰ⧇ āĻĄāϕ⧁āĻŽā§‡āĻ¨ā§āϟ āĻ…āĻĒā§āϰāĻ¤ā§āϝāĻžāĻļāĻŋāϤāϰ⧂āĻĒ⧇ āϏāĻŽāĻžāĻĒā§āϤ āĻšā§Ÿā§‡āϛ⧇āĻŦ⧈āĻļāĻŋāĻˇā§āĻŸā§āϝ⧇āϰ āĻŽāĻžāύ⧇āϰ āĻŽāĻ§ā§āϝ⧇ āĻĄāϕ⧁āĻŽā§‡āĻ¨ā§āϟ āĻ…āĻĒā§āϰāĻ¤ā§āϝāĻžāĻļāĻŋāϤāϰ⧂āĻĒ⧇ āϏāĻŽāĻžāĻĒā§āϤ āĻšā§Ÿā§‡āϛ⧇āĻ–ā§‹āϞāĻž āĻāϞāĻŋāĻŽā§‡āĻ¨ā§āϟāϏāĻš āĻĄāϕ⧁āĻŽā§‡āĻ¨ā§āϟ āĻ…āĻĒā§āϰāĻ¤ā§āϝāĻžāĻļāĻŋāϤāϰ⧂āĻĒ⧇ āϏāĻŽāĻžāĻĒā§āϤ āĻšā§Ÿā§‡āϛ⧇ - '%s' āĻāϞāĻŋāĻŽā§‡āĻ¨ā§āϟ āϏāĻ°ā§āĻŦāĻļ⧇āώ āĻ–ā§‹āϞāĻž āĻšā§Ÿā§‡āĻ›āĻŋāϞāύāĻĨāĻŋ āĻ…āĻĒā§āϰāĻ¤ā§āϝāĻžāĻļāĻŋāϤāϰ⧂āĻĒ⧇ āϏāĻŽāĻžāĻĒā§āϤ āĻšā§Ÿā§‡āϛ⧇, <%s/> āĻŸā§āϝāĻžāĻ— āϏāĻŽāĻžāĻĒā§āϤāĻŋāϰ āϜāĻ¨ā§āϝ āϤ⧇āϰāĻ›āĻž āĻŦāĻ¨ā§āϧāύ⧀ āϚāĻŋāĻšā§āύ⧇āϰ āĻ…āĻ¨ā§āϤāĻŋāĻŽ āĻ…āĻ‚āĻļ⧇āϰ āωāĻĒāĻ¸ā§āĻĨāĻŋāϤāĻŋ āĻĒā§āϰāĻ¤ā§āϝāĻžāĻļāĻŋāϤāύāĻĨāĻŋ āϕ⧋āύ⧋ āĻāϞāĻŋāĻŽā§‡āĻ¨ā§āϟ āĻĻā§āĻŦāĻžāϰāĻž āφāϰāĻŽā§āĻ­ āĻšāĻ“ā§ŸāĻž āφāĻŦāĻļā§āϝāĻ• (āωāĻĻāĻžāĻšāϰāĻŖāĻ¸ā§āĻŦāϰ⧂āĻĒ )āĻĄāϕ⧁āĻŽā§‡āĻ¨ā§āϟ āϏāĻŽā§āĻ­āĻŦāϤ āĻĢāĻžāρāĻ•āĻž āĻ…āĻĨāĻŦāĻž āĻļ⧁āϧ⧁āĻŽāĻžāĻ¤ā§āϰ āĻļā§‚āĻŖā§āϝāĻ¸ā§āĻĨāĻžāύ āωāĻĒāĻ¸ā§āĻĨāĻŋāϤ%2$s-āϰ āϜāĻ¨ā§āϝ '%1$s'-āϰ āĻĻā§āĻŦā§€āϗ⧁āĻŖ āĻŽāĻžāύ āϏ⧀āĻŽāĻž āĻŦāĻšāĻŋāĻ°ā§āĻ­ā§‚āϤ'%s' āĻāϞāĻŋāĻŽā§‡āĻ¨ā§āϟ āĻŦāĻĻā§āϧ āĻ…āĻŦāĻ¸ā§āĻĨāĻžā§Ÿ, āĻŦāĻ°ā§āϤāĻŽāĻžāύ⧇ '%s' āĻāϞāĻŋāĻŽā§‡āĻ¨ā§āϟ āĻ–ā§‹āϞāĻž āĻ…āĻŦāĻ¸ā§āĻĨāĻžā§Ÿ āĻ°ā§Ÿā§‡āϛ⧇'%s' āĻāϞāĻŋāĻŽā§‡āĻ¨ā§āϟ āĻŦāĻĻā§āϧ āĻ…āĻŦāĻ¸ā§āĻĨāĻžā§Ÿ, āĻŦāĻ°ā§āϤāĻŽāĻžāύ⧇ āϕ⧋āύ⧋ āĻāϞāĻŋāĻŽā§‡āĻ¨ā§āϟ āĻ–ā§‹āϞāĻž āĻ…āĻŦāĻ¸ā§āĻĨāĻžā§Ÿ āύ⧇āχāϤāĻĨā§āϝāĻŦāĻŋāĻšā§€āύ āĻ¸ā§āĻŦāĻ¤ā§āĻŦāĻž '&;' āĻĒā§āϰāĻĻāĻ°ā§āĻļāĻŋāϤ; āĻŦ⧈āϧ āĻ¸ā§āĻŦāĻ¤ā§āĻŦāĻž āĻšāϞ: & " < > 'āĻ¸ā§āĻŦāĻ¤ā§āĻŦāĻžāϰ āύāĻžāĻŽ āϏ⧇āĻŽāĻŋāϕ⧋āϞ⧋āύ āϚāĻŋāĻšā§āύ āĻĻā§āĻŦāĻžāϰāĻž āϏāĻŽāĻžāĻĒā§āϤ āĻšā§ŸāύāĻŋ; āϏāĻŽā§āĻ­āĻŦāϤ āφāĻĒāύāĻŋ āĻ¸ā§āĻŦāĻ¤ā§āĻŦāĻž āĻšāĻŋāϏāĻžāĻŦ⧇ āĻŦā§āϝāĻŦāĻšāĻžāϰ⧇āϰ āωāĻĻā§āĻĻ⧇āĻļā§āϝ⧇ āĻāĻŽā§āĻĒāĻžāϰāϏ⧇āĻ¨ā§āĻĄ āϚāĻŋāĻšā§āύ āĻĒā§āĻ°ā§Ÿā§‹āĻ— āĻ•āϰ⧇āύāύāĻŋ - & āϰ⧂āĻĒ⧇ āĻāĻŽā§āĻĒāĻžāϰāϏ⧇āĻ¨ā§āĻĄ āĻāĻ¸ā§āϕ⧇āĻĒ āĻ•āϰāĻžāύ⧋ āϝāĻžāĻŦ⧇āĻ¸ā§āĻŦāĻ¤ā§āĻ¤ā§āĻŦāĻžāϰ āύāĻžāĻŽ '%-.*s' āĻ…āϜāĻžāύāĻžEnumerator āĻŦāĻ¨ā§āϧāϏāĻ‚āϝ⧋āĻ— āĻ—ā§āϰāĻšāĻŖ āĻ•āϰāϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨ: %sāĻ āĻŋāĻ•āĻžāύāĻžāϰ āϏāĻžāĻĨ⧇ āĻŦāĻžāχāĻ¨ā§āĻĄ āĻ•āϰāϤ⧇ āĻ¤ā§āϰ⧁āϟāĻŋ: %sāĻĢāĻžāχāϞ āĻŦāĻ¨ā§āϧ āĻ•āϰāϤ⧇ āϏāĻŽāĻ¸ā§āϝāĻž: %sāϏāϕ⧇āϟ āĻŦāĻ¨ā§āϧ āĻ•āϰāϤ⧇ āĻ¤ā§āϰ⧁āϟāĻŋ: %sunix āĻŦāĻ¨ā§āϧ āĻ•āϰāϤ⧇ āϏāĻŽāĻ¸ā§āϝāĻž: %sāϏāĻ‚āϝ⧋āĻ— āĻ¸ā§āĻĨāĻžāĻĒāύ āĻ•āϰāϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨ: āϏāĻ‚āϝ⧋āĻ— āĻ¸ā§āĻĨāĻžāĻĒāύ āĻ•āϰāϤ⧇ āĻ¤ā§āϰ⧁āϟāĻŋ: %sāĻŦā§āϝāĻžāĻ•-āφāĻĒ āĻĒā§āϰāϤāĻŋāϞāĻŋāĻĒāĻŋ āύāĻŋāĻ°ā§āĻŽāĻžāĻŖ āĻ•āϰāϤ⧇ āϏāĻŽāĻ¸ā§āϝāĻž: %sāĻĄāĻŋāϰ⧇āĻ•ā§āϟāϰāĻŋ āύāĻŋāĻ°ā§āĻŽāĻžāĻŖ āĻ•āϰāϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨ: %sāϰ⧂āĻĒāĻžāĻ¨ā§āϤāϰ āĻ•āĻ°ā§āĻŽ āϏāĻžā§āϚāĻžāϞāύāĻ•āĻžāϞ⧇āϰ āĻ‰ā§ŽāĻĒāĻ¨ā§āύ āϏāĻŽāĻ¸ā§āϝāĻž: %sāĻĢāĻžāχāϞ-āϏāĻŋāĻ¸ā§āĻŸā§‡āĻŽ āϏāĻ‚āĻ•ā§āϰāĻžāĻ¨ā§āϤ āϤāĻĨā§āϝ āĻĒā§āϰāĻžāĻĒā§āϤ āĻ•āϰāϤ⧇ āϏāĻŽāĻ¸ā§āϝāĻž: %sāĻ…ā§āϝāĻžāĻĒā§āϞāĻŋāϕ⧇āĻļāύ āφāϰāĻŽā§āĻ­ āĻ•āϰāϤ⧇ āϏāĻŽāĻ¸ā§āϝāĻž: %sāϏāĻŋāĻŽā§â€ŒāĻŦāϞāĻŋāĻ• āϞāĻŋāĻ™ā§āĻ• āύāĻŋāĻ°ā§āĻŽāĻžāĻŖ āĻ•āϰāϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨ: %sāĻĢāĻžāχāϞ āĻ¸ā§āĻĨāĻžāύāĻžāĻ¨ā§āϤāϰ āĻ•āϰāϤ⧇ āϏāĻŽāĻ¸ā§āϝāĻž: %sāĻĒāĻ‚āĻ•ā§āϤāĻŋ %d āĻ…āĻ•ā§āώāϰ %d'āĻ āĻ¤ā§āϰ⧁āϟāĻŋ: āĻĒāĻ‚āĻ•ā§āϤāĻŋ %d'āĻ āĻ¤ā§āϰ⧁āϟāĻŋ: %s'%s' āĻĄāĻŋāϰ⧇āĻ•ā§āϟāϰāĻŋ āϖ⧁āϞāϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨ: %sāĻĢāĻžāχāϞ '%s' āϖ⧁āϞāϤ⧇ āϏāĻŽāĻ¸ā§āϝāĻž: %sāĻĢāĻžāχāϞ āϖ⧁āϞāϤ⧇ āϏāĻŽāĻ¸ā§āϝāĻž: %s%s āĻŦāĻŋāĻ•āĻ˛ā§āĻĒ āĻĒāĻžāĻ°ā§āϏ āĻ•āϰāϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨ'%s' āĻĢāĻžāχāϞ āĻĒ⧜āϤ⧇ āϏāĻŽāĻ¸ā§āϝāĻž: %sāĻĢāĻžāχāϞ āĻĨ⧇āϕ⧇ āĻĒ⧜āϤ⧇ āϏāĻŽāĻ¸ā§āϝāĻž: %sunix āĻĨ⧇āϕ⧇ āĻĒ⧜āϤ⧇ āϏāĻŽāĻ¸ā§āϝāĻž: %sāϤāĻĨā§āϝ āĻĒā§āϰāĻžāĻĒā§āϤ āĻ•āϰāϤ⧇ āĻ¤ā§āϰ⧁āϟāĻŋ: %sāĻŦāĻžāĻ°ā§āϤāĻž āĻĒā§āϰāĻžāĻĒā§āϤ āĻ•āϰāϤ⧇ āĻ¤ā§āϰ⧁āϟāĻŋ: %sāĻĢāĻžāχāϞ āĻŽā§āϛ⧇ āĻĢ⧇āϞāϤ⧇ āϏāĻŽāĻ¸ā§āϝāĻž: %sāĻĒ⧁āϰ⧋āύ⧋ āĻŦā§āϝāĻžāĻ•-āφāĻĒ⧇āϰ āϞāĻŋāĻ‚āĻ• āĻŽā§āϛ⧇ āĻĢ⧇āϞāϤ⧇ āĻ¤ā§āϰ⧁āϟāĻŋ: %sāĻĒ⧁āϰ⧋āύ⧋ āĻĢāĻžāχāϞ āĻŽā§āϛ⧇ āĻĢ⧇āϞāϤ⧇ āϏāĻŽāĻ¸ā§āϝāĻž: %sāωāĻĻā§āĻĻāĻŋāĻˇā§āϟ āĻĢāĻžāχāϞ āĻŽā§āϛ⧇ āĻĢ⧇āϞāϤ⧇ āϏāĻŽāĻ¸ā§āϝāĻž: %sāĻĢāĻžāχāϞ⧇āϰ āύāĻžāĻŽ āĻĒāϰāĻŋāĻŦāĻ°ā§āϤāύ⧇ āϏāĻŽāĻ¸ā§āϝāĻž: %sāĻ…āĻ¸ā§āĻĨāĻžā§Ÿā§€ āĻĢāĻžāχāϞ⧇āϰ āύāĻžāĻŽ āĻĒāϰāĻŋāĻŦāĻ°ā§āϤāύ āĻ•āϰāϤ⧇ āϏāĻŽāĻ¸ā§āϝāĻž: %s'%s' āĻŽā§€āĻŽāĻžāĻ‚āϏāĻž āĻ•āϰāϤ⧇ āĻ¤ā§āϰ⧁āϟāĻŋ'%s' āĻŽā§€āĻŽāĻžāĻ‚āϏāĻž āĻ•āϰāϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨ: %sāĻŦāĻŋāĻĒāϰ⧀āϤ āĻĻāĻŋāĻļāĻžā§Ÿ '%s' āĻŽā§€āĻŽāĻžāĻ‚āϏāĻž āĻ•āϰāϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨ: %sāĻĢāĻžāχāϞ⧇āϰ āĻŽāĻ§ā§āϝ⧇ seek āĻ•āϰāϤ⧇ āϏāĻŽāĻ¸ā§āϝāĻž: %sāϤāĻĨā§āϝ āĻĒāĻžāĻ āĻžāϤ⧇ āĻ¤ā§āϰ⧁āϟāĻŋ: %sāĻŦāĻžāĻ°ā§āϤāĻž āĻĒāĻžāĻ āĻžāϤ⧇ āĻ¤ā§āϰ⧁āϟāĻŋ: %sSELinux āĻ•āύāĻŸā§‡āĻ•ā§āϏāϟ āύāĻŋāĻ°ā§āϧāĻžāϰāĻŖ āĻ•āϰāϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨ: %sāĻĒā§āϰāϏāĻžāϰāĻŋāϤ āĻ…ā§āϝāĻžāĻŸā§āϰāĻŋāĻŦāĻŋāωāϟ '%s'-āϕ⧇ āύāĻŋāĻ°ā§āϧāĻžāϰāĻŖ āĻ•āϰāϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨ: %sāĻĒāϰāĻŋāĻŦāĻ°ā§āϤāύ āĻ…āĻĨāĻŦāĻž āĻŦā§āϝāĻŦāĻšāĻžāϰ⧇āϰ āϏāĻŽā§Ÿ āύāĻŋāĻ°ā§āϧāĻžāϰāĻŖ āĻ•āϰāϤ⧇ āϏāĻŽāĻ¸ā§āϝāĻž: %sāĻŽāĻžāϞāĻŋāĻ•āĻžāύāĻž āύāĻŋāĻ°ā§āϧāĻžāϰāĻŖ āĻ•āϰāϤ⧇ āϏāĻŽāĻ¸ā§āϝāĻž: %sāĻ…āύ⧁āĻŽāϤāĻŋ āύāĻŋāĻ°ā§āϧāĻžāϰāĻŖ āĻ•āϰāϤ⧇ āϏāĻŽāĻ¸ā§āϝāĻž: %sāϏāĻŋāĻŽā§â€Œ-āϞāĻŋāĻ™ā§āĻ• āύāĻŋāĻ°ā§āϧāĻžāϰāĻŖ āĻ•āϰāϤ⧇ āϏāĻŽāĻ¸ā§āϝāĻž: %sāϏāĻŋāĻŽā§â€Œ-āϞāĻŋāĻ™ā§āĻ• āύāĻŋāĻ°ā§āϧāĻžāϰāĻŖ āĻ•āϰāϤ⧇ āĻ¤ā§āϰ⧁āϟāĻŋ: āĻĢāĻžāχāϞāϟāĻŋ āϏāĻŋāĻŽā§â€Œ-āϞāĻŋāĻ™ā§āĻ• āύ⧟āĻĢāĻžāχāϞ '%s' stat āĻ•āϰāϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨ: %sāĻĢāĻžāχāϞ⧇āϰ āĻŦāĻŋāĻŦāϰāĻŖ stat āĻ•āϰāϤ⧇ āϏāĻŽāĻ¸ā§āϝāĻž: %sāĻĢāĻžāχāϞāϟāĻŋ āφāĻŦāĻ°ā§āϜāύāĻžā§Ÿ āĻ¸ā§āĻĨāĻžāύāĻžāĻ¨ā§āϤāϰ āĻ•āϰāϤ⧇ āϏāĻŽāĻ¸ā§āϝāĻž: %sāĻĢāĻžāχāϞ āĻŸā§āϰāĻžāύāϕ⧇āϟ (āĻ›āĻžāρāϟāĻžāχ) āĻ•āϰāϤ⧇ āϏāĻŽāĻ¸ā§āϝāĻž %sāϰ⧇āϗ⧁āϞāĻžāϰ āĻāĻ•ā§āϏāĻĒā§āϰ⧇āĻļāύ %s, %d āĻ…āĻ•ā§āώāϰ⧇ āĻ•āĻŽā§āĻĒāĻžāχāϞ āĻ•āϰāϤ⧇ āϏāĻŽāĻ¸ā§āϝāĻž: %sāϰ⧇āϗ⧁āϞāĻžāϰ āĻāĻ•ā§āϏāĻĒā§āϰ⧇āĻļāύ %s-āϰ āĻŽāĻŋāϞ āĻ…āύ⧁āϏāĻ¨ā§āϧāĻžāύ⧇ āϏāĻŽāĻ¸ā§āϝāĻž: %sāϰ⧇āϗ⧁āϞāĻžāϰ āĻāĻ•ā§āϏāĻĒā§āϰ⧇āĻļāύ %s-āϰ āϏāĻ°ā§āĻŦā§‹āĻ¤ā§āϤāĻŽ āĻŦā§āϝāĻŦāĻšāĻžāϰ⧇ āϏāĻŽāĻ¸ā§āϝāĻž: %sāĻĒā§āϰāϤāĻŋāĻ¸ā§āĻĨāĻžāĻĒāύāĻžāϰ āĻŸā§‡āĻ•ā§āϏāϟ "%s", %lu āĻ…āĻ•ā§āώāϰ⧇ āĻĒāĻžāĻ°ā§āϏ āĻ•āϰāϤ⧇ āϏāĻŽāĻ¸ā§āϝāĻž: %sāĻĢāĻžāχāϞ⧇ āϞāĻŋāĻ–āϤ⧇ āϏāĻŽāĻ¸ā§āϝāĻž: %sunix-āĻ āϞāĻŋāĻ–āϤ⧇ āϏāĻŽāĻ¸ā§āϝāĻž: %sāĻŦāĻŋāĻĻā§āϝāĻŽāĻžāύ āĻĢāĻžāχāϞ '%s' āĻ…āĻĒāϏāĻžāϰāĻŋāϤ āĻ•āϰāĻž āϝāĻžā§ŸāύāĻŋ: g_unlink() āĻŦā§āϝāĻ°ā§āĻĨ: %sGEmblemedIcon-āϰ āϜāĻ¨ā§āϝ āĻāĻ•āϟāĻŋ GEmblem āĻĒā§āϰāĻ¤ā§āϝāĻžāĻļāĻŋāϤ⧧-āϟāĻŋ āĻ•āύāĻŸā§āϰ⧋āϞ āĻŦāĻžāĻ°ā§āϤāĻž āĻĒā§āϰāĻ¤ā§āϝāĻžāĻļāĻŋāϤ, %d-āϟāĻŋ āĻĒā§āϰāĻžāĻĒā§āϤ āĻšā§Ÿā§‡āϛ⧇āĻāĻ•āϟāĻŋ fd āĻĒā§āϰāĻ¤ā§āϝāĻžāĻļāĻŋāϤ, āĻ•āĻŋāĻ¨ā§āϤ⧁ %d āĻĒā§āϰāĻžāĻĒā§āϤ āĻšā§Ÿā§‡āϛ⧇ '%s' āĻĄāĻŋāϰ⧇āĻ•ā§āϟāϰāĻŋāϤ⧇ āĻĒāϰāĻŋāĻŦāĻ°ā§āϤāύ āĻ•āϰāϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨ (%s)'%s' āĻĢāĻžāχāϞ āĻŦāĻ¨ā§āϧ āĻ•āϰāϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨ: fclose() āĻŦāĻŋāĻĢāϞ: %s'%s' āĻĢāĻžāχāϞ āύāĻŋāĻ°ā§āĻŽāĻžāĻŖ āĻ•āϰāϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨ: %sāϚāĻžāχāĻ˛ā§āĻĄ āĻĒā§āϰāϏ⧇āϏ⧇āϰ āϏāĻžāĻĨ⧇ āϝ⧋āĻ—āĻžāϝ⧋āϗ⧇āϰ āωāĻĻā§āĻĻ⧇āĻļā§āϝ⧇ āĻĒāĻžāχāĻĒ āύāĻŋāĻ°ā§āĻŽāĻžāϪ⧇ āĻŦā§āϝāĻ°ā§āĻĨ (%s)āϚāĻžāχāĻ˛ā§āĻĄ āĻĒā§āϰāϏ⧇āϏ "%s" āϚāĻžāϞāĻžāϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨ (%s)āϚāĻžāχāĻ˛ā§āĻĄ āĻĒā§āϰāϏ⧇āϏ āĻ•āĻžāĻ°ā§āϝāĻ•āϰ āĻ•āϰāϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨ (%s)āϏāĻšāĻžā§ŸāĻ• āĻĒā§āϰ⧋āĻ—ā§āϰāĻžāĻŽ āϚāĻžāϞāĻžāϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨ (%s)exec āĻĒāĻ‚āĻ•ā§āϤāĻŋ '%s'-āϟāĻŋ URI '%s' āϏāĻš āĻĒā§āϰāϏāĻžāϰāĻŖ āĻ•āϰāϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨfork āĻ•āϰāϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨ (%s)āϚāĻžāχāĻ˛ā§āĻĄ āĻĒā§āϰāϏ⧇āϏ fork āĻ•āϰāϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨ (%s)'%s' āĻĢāĻžāχāϞ⧇āϰ āĻŦ⧈āĻļāĻŋāĻˇā§āĻŸā§āϝ āĻĒā§āϰāĻžāĻĒā§āϤ āĻ•āϰāϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨ: fstat() āĻŦāĻŋāĻĢāϞ: %s'%s' āĻĢāĻžāχāϞ āĻŽā§āϝāĻžāĻĒ āĻ•āϰāϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨ: mmap() āĻŦāĻŋāĻĢāϞ: %sāϞ⧇āĻ–āĻžāϰ āωāĻĻā§āĻĻ⧇āĻļā§āϝ⧇ '%s' āϖ⧁āϞāϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨ: fdopen() āĻŦāĻŋāĻĢāϞ: %s'%s' āĻĢāĻžāχāϞ āϖ⧁āϞāϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨ: %s'%s' āĻĢāĻžāχāϞ āϖ⧁āϞāϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨ: fdopen() āĻŦāĻŋāĻĢāϞ: %s'%s' āϖ⧁āϞāϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨ: open() āĻŦāĻŋāĻĢāϞ: %s'%-.*s' āĻĒāĻžāĻ°ā§āϏ āĻ•āϰāϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨ, āĻāϟāĻŋ āϕ⧋āύ⧋ āĻ…āĻ•ā§āώāϰ⧇āϰ āϰ⧇āĻĢāĻžāϰ⧇āĻ¨ā§āϏ⧇āϰ āĻŽāĻ§ā§āϝ⧇ āĻāĻ•āϟāĻŋ āϏāĻ‚āĻ–ā§āϝāĻž āĻšāĻ“ā§ŸāĻž āωāϚāĻŋāϤ (āωāĻĻāĻžāĻšāϰāĻŖāĻ¸ā§āĻŦāϰ⧂āĻĒ ê) - āϏāĻŽā§āĻ­āĻŦāϤ āϏāĻ‚āĻ–ā§āϝāĻžāϟāĻŋ āĻ…āĻ¤ā§āϝāĻžāϧāĻŋāĻ• āĻŦ⧜āϚāĻžāχāĻ˛ā§āĻĄ āĻĒā§āϰāϏ⧇āϏ āĻĨ⧇āϕ⧇ āϤāĻĨā§āϝ āĻĒ⧜āϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨāϚāĻžāχāĻ˛ā§āĻĄ āĻĒā§āϰāϏ⧇āϏ āĻĨ⧇āϕ⧇ āϤāĻĨā§āϝ āĻĒ⧜āϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨ (%s)āϚāĻžāχāĻ˛ā§āĻĄ pid āĻĒāĻžāχāĻĒ āĻĨ⧇āϕ⧇ āĻĒāĻ°ā§āϝāĻžāĻĒā§āϤ āϤāĻĨā§āϝ āĻĒ⧜āϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨ (%s)āϚāĻžāχāĻ˛ā§āĻĄ āĻĒāĻžāχāĻĒ āĻĨ⧇āϕ⧇ āĻĒ⧜āϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨ (%s)'%s' āĻĢāĻžāχāϞ āĻĨ⧇āϕ⧇ āĻĒ⧜āϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨ: %s'%s' āϏāĻŋāĻŽā§āĻŦā§‹āϞāĻŋāĻ™ā§āĻ• āϞāĻŋāĻ™ā§āĻ• āĻĒ⧜āϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨ: %sāϚāĻžāχāĻ˛ā§āĻĄ āĻĒā§āϰāϏ⧇āϏ⧇āϰ āφāωāϟāĻĒ⧁āϟ āĻ…āĻĨāĻŦāĻž āχāύāĻĒ⧁āϟ āϰāĻŋ-āĻĄāĻžāχāϰ⧇āĻ•ā§āϟ āĻ•āϰāϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨ (%s)'%s' āĻĢāĻžāχāϞ⧇āϰ āύāĻžāĻŽ '%s'-āĻ āĻĒāϰāĻŋāĻŦāĻ°ā§āϤāύ āĻ•āϰāϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨ: g_rename() āĻŦāĻŋāĻĢāϞ: %sāĻŽā§‡āĻŽāϰāĻŋ āφāωāϟāĻĒ⧁āϟ āĻ¸ā§āĻŸā§āϰāĻŋāĻŽā§‡āϰ āĻŽāĻžāĻĒ āĻĒāϰāĻŋāĻŦāĻ°ā§āϤāύ āĻ•āϰāϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨ'%s' āĻĢāĻžāχāϞ⧇ āϞāĻŋāĻ–āϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨ: fflush() āĻŦāĻŋāĻĢāϞ: %s'%s' āĻĢāĻžāχāϞ⧇ āϞāĻŋāĻ–āϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨ: fsync() āĻŦāĻŋāĻĢāϞ: %s'%s' āĻĢāĻžāχāϞ⧇ āϞāĻŋāĻ–āϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨ: fwrite() āĻŦāĻŋāĻĢāϞ: %s"%s" āĻĢāĻžāχāϞ āĻ…āĻ¤ā§āϝāĻžāϧāĻŋāĻ• āĻŦ⧜āĻĢāĻžāχāϞ enumerator-āϰ āĻŽāĻ§ā§āϝ⧇ āĻ…āϏāĻŽāĻžāĻĒā§āϤ āĻ•āĻ°ā§āĻŽ āωāĻĒāĻ¸ā§āĻĨāĻŋāϤāĻĢāĻžāχāϞ enumerator-āϰ āĻŦāĻ¨ā§āϧāĻĢāĻžāχāϞ āĻĢāĻžāρāĻ•āĻžāĻĢāĻžāχāϞ⧇āϰ āύāĻžāĻŽā§‡āϰ āĻŽāĻ§ā§āϝ⧇ '%c' āĻŦā§āϝāĻŦāĻšāĻžāϰ āĻ•āϰāĻž āϝāĻžāĻŦ⧇ āύāĻžāĻĢāĻžāχāϞ-āϏāĻŋāĻ¸ā§āĻŸā§‡āĻŽā§‡āϰ rootāωāχāĻ¨ā§āĻĄā§‹āϰ GSocketControlMessage āĻŽāĻ§ā§āϝ⧇ āϏāĻŽāĻ°ā§āĻĨāĻŋāϤ āύ⧟āϏāĻšāĻžā§ŸāϤāĻž āϏāĻ‚āĻ•ā§āϰāĻžāĻ¨ā§āϤ āĻŦāĻŋāĻ•āĻ˛ā§āĻĒ:'%s' āĻšā§‹āĻ¸ā§āϟ-āύ⧇āĻŽā§‡āϰ āĻŽāĻ§ā§āϝ⧇ '[' āωāĻĒāĻ¸ā§āĻĨāĻŋāϤ āĻ°ā§Ÿā§‡āϛ⧇ āĻ•āĻŋāĻ¨ā§āϤ⧁ ']' āĻ…āύ⧁āĻĒāĻ¸ā§āĻĨāĻŋāϤāχāύāĻĒ⧁āϟ āĻ¸ā§āĻŸā§āϰāĻŋāĻŽ āĻĻā§āĻŦāĻžāϰāĻž read āĻŦāĻžāĻ¸ā§āϤāĻŦāĻžā§ŸāĻŋāϤ āĻšā§Ÿ āύāĻž%2$s-āϰ āϜāĻ¨ā§āϝ '%1$s'-āϰ āĻĒā§‚āĻ°ā§āĻŖāϏāĻ‚āĻ–ā§āϝāĻž āĻŽāĻžāύ āϏ⧀āĻŽāĻž āĻŦāĻšāĻŋāĻ°ā§āĻ­ā§‚āϤ'%s' āĻĒā§‚āĻ°ā§āĻŖāϏāĻ‚āĻ–ā§āϝāĻž āĻŽāĻžāύ āϏ⧀āĻŽāĻž āĻŦāĻšāĻŋāĻ°ā§āĻ­ā§‚āϤāĻ…āĻŦ⧈āϧ GSeekType āωāĻ˛ā§āϞāĻŋāĻ–āĻŋāϤ āĻšā§Ÿā§‡āϛ⧇āύāĻžāĻŽā§‡āϰ āĻŽāĻ§ā§āϝ⧇ āĻ…āĻŦ⧈āϧ UTF-8 āĻāύāϕ⧋āĻĄāĻŋāĻ‚ āϏāĻš āĻŸā§‡āĻ•ā§āϏāϟ - āĻŦ⧈āϧ '%s' āύ⧟āĻ…ā§āϝāĻžāĻŸā§āϰāĻŋāĻŦāĻŋāωāĻŸā§‡āϰ āϧāϰāύ āĻŦ⧈āϧ āύ⧟ (byte string āĻĒā§āϰāĻ¤ā§āϝāĻžāĻļāĻŋāϤ)āĻ…ā§āϝāĻžāĻŸā§āϰāĻŋāĻŦāĻŋāωāĻŸā§‡āϰ āϧāϰāύ āĻŦ⧈āϧ āύ⧟ (string āĻĒā§āϰāĻ¤ā§āϝāĻžāĻļāĻŋāϤ)āĻ…ā§āϝāĻžāĻŸā§āϰāĻŋāĻŦāĻŋāωāĻŸā§‡āϰ āϧāϰāύ āĻŦ⧈āϧ āύ⧟ (āĻĒā§āϰāĻ¤ā§āϝāĻžāĻļāĻŋāϤ uint32)āĻ…ā§āϝāĻžāĻŸā§āϰāĻŋāĻŦāĻŋāωāĻŸā§‡āϰ āϧāϰāύ āĻŦ⧈āϧ āύ⧟ (āĻĒā§āϰāĻ¤ā§āϝāĻžāĻļāĻŋāϤ uint64)āϰ⧂āĻĒāĻžāĻ¨ā§āϤāϰ āĻ•āϰāĻžāϰ āϜāĻ¨ā§āϝ āĻĒā§āϰāĻĻāĻ¤ā§āϤ āχāύāĻĒ⧁āĻŸā§‡āϰ āĻŽāĻ§ā§āϝ⧇ āĻŦāĻžāχāĻŸā§‡āϰ āĻ…āύ⧁āĻ•ā§āϰāĻŽ āϏāĻ āĻŋāĻ• āύ⧟āĻĒā§āϰāϏāĻžāϰāĻŋāϤ āĻ…ā§āϝāĻžāĻŸā§āϰāĻŋāĻŦāĻŋāωāĻŸā§‡āϰ āύāĻžāĻŽ āĻ…āĻŦ⧈āϧāĻĢāĻžāχāϞ⧇āϰ āύāĻžāĻŽ āĻŦ⧈āϧ āύ⧟āĻĢāĻžāχāϞ⧇āϰ āύāĻžāĻŽ āĻ…āĻŦ⧈āϧ: %sāĻĻāϞ⧇āϰ āύāĻžāĻŽ āĻ…āĻŦ⧈āϧ: %sāĻšā§‹āĻ¸ā§āϟ-āύ⧇āĻŽ āĻŦ⧈āϧ āύ⧟āĻ•āĻŋ-āϰ āύāĻžāĻŽ āĻ…āĻŦ⧈āϧ: %sāĻĒā§āϰ⧋āĻ—ā§āϰāĻžāĻŽā§‡āϰ āύāĻžāĻŽ āĻ…āĻŦ⧈āϧ: %sāĻ…āĻŦ⧈āϧ seek-āϰ āĻ…āύ⧁āϰ⧋āϧāϰ⧂āĻĒāĻžāĻ¨ā§āϤāϰ āĻ•āϰāĻžāϰ āωāĻĻā§āĻĻ⧇āĻļā§āϝ⧇ āĻĒā§āϰāĻĻāĻ¤ā§āϤ āϤāĻĨā§āϝ⧇āϰ āĻŽāĻ§ā§āϝ⧇ āĻ…āĻŦ⧈āϧ āϧāĻžāϰāĻžāĻ…āĻŦ⧈āϧ āϏāϕ⧇āϟ, āϚāĻŋāĻšā§āύāĻŋāϤ āĻ•āĻžāϰāϪ⧇ āφāϰāĻŽā§āĻ­ āĻ•āϰāϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨ: %sāĻ…āĻŦ⧈āϧ āϏāϕ⧇āϟ, āφāϰāĻŽā§āĻ­ āĻ•āϰāĻž āĻšā§ŸāύāĻŋ%d'āĻ āφāĻ°ā§āϗ⧁āĻŽā§‡āĻ¨ā§āϟ āϭ⧇āĻ•ā§āϟāϰ'āĻ āωāĻ˛ā§āϞāĻŋāĻ–āĻŋāϤ āĻĒāĻ‚āĻ•ā§āϤāĻŋ āĻŦ⧈āϧ āύ⧟: %sāĻĒāϰāĻŋāĻŦ⧇āĻļ⧇āϰ āĻŽāĻ§ā§āϝ⧇ āωāĻ˛ā§āϞāĻŋāĻ–āĻŋāϤ āĻĒāĻ‚āĻ•ā§āϤāĻŋ āĻŦ⧈āϧ āύ⧟: %sāĻ…āĻŦ⧈āϧ āϏāĻŋāĻŽ-āϞāĻŋāĻ™ā§āĻ• āĻŽāĻžāύ āωāĻĒāϞāĻŦā§āϧ āĻ•āϰāĻž āĻšā§Ÿā§‡āϛ⧇āϏāĻ•ā§āϰāĻŋ⧟ āĻĄāĻŋāϰ⧇āĻ•ā§āϟāϰāĻŋ āĻŦ⧈āϧ āύ⧟: %sāĻ•āĻŋ-āĻĢāĻžāχāϞ⧇āϰ āĻŽāĻ§ā§āϝ⧇ āĻĒāĻ‚āĻ•ā§āϤāĻŋāϰ āĻ…āĻŦāĻļ⧇āώ⧇ āĻāĻ¸ā§āϕ⧇āĻĒ āĻ…āĻ•ā§āώāϰ āωāĻĒāĻ¸ā§āĻĨāĻŋāϤ āĻ°ā§Ÿā§‡āϛ⧇āĻ•āĻŋ-āĻĢāĻžāχāϞ⧇āϰ āĻŽāĻ§ā§āϝ⧇ āĻ…āĻŦ⧈āϧ āĻāĻ¸ā§āϕ⧇āĻĒ āϧāĻžāϰāĻž āωāĻĒāĻ¸ā§āĻĨāĻŋāϤ āĻ°ā§Ÿā§‡āϛ⧇ '%s'āĻ•āĻŋ-āĻĢāĻžāχāϞ⧇āϰ āĻŽāĻ§ā§āϝ⧇ '%2$s' āϏāĻ‚āĻ•āϞāύ⧇ '%1$s' āĻ•āĻŋ āωāĻĒāĻ¸ā§āĻĨāĻŋāϤ āĻ°ā§Ÿā§‡āϛ⧇ āϝāĻžāϰ āĻŽāĻžāύ āĻŦā§āϝāĻžāĻ–ā§āϝāĻž āĻ•āϰāĻž āϏāĻŽā§āĻ­āĻŦ āύ⧟āĨ¤āĻ•āĻŋ-āĻĢāĻžāχāϞ⧇āϰ āĻŽāĻ§ā§āϝ⧇ '%s' āĻ•āĻŋ āωāĻĒāĻ¸ā§āĻĨāĻŋāϤ āĻ°ā§Ÿā§‡āϛ⧇ āϝāĻžāϰ āĻŽāĻžāύ āĻŦā§āϝāĻžāĻ–ā§āϝāĻž āĻ•āϰāĻž āϏāĻŽā§āĻ­āĻŦ āύ⧟āĨ¤āĻ•āĻŋ-āĻĢāĻžāχāϞ⧇āϰ āĻŽāĻ§ā§āϝ⧇ '%s' āĻ•āĻŋ āωāĻĒāĻ¸ā§āĻĨāĻŋāϤ āĻ°ā§Ÿā§‡āϛ⧇ āϝāĻžāϰ āĻŽāĻžāύ āĻŦā§āϝāĻžāĻ–ā§āϝāĻž āĻ•āϰāĻž āϏāĻŽā§āĻ­āĻŦ āύ⧟āĨ¤āĻ•āĻŋ-āĻĢāĻžāχāϞ⧇āϰ āĻŽāĻ§ā§āϝ⧇ '%2$s' āĻŽāĻžāύ āϏāĻš '%1$s' āĻ•āĻŋ āωāĻĒāĻ¸ā§āĻĨāĻŋāϤ āĻ°ā§Ÿā§‡āϛ⧇ āϝāĻž UTF-8 āĻŦāĻŋāĻ¨ā§āϝāĻžāϏ⧇ āύ⧇āχāĨ¤āĻ•āĻŋ-āĻĢāĻžāχāϞ⧇āϰ āĻŽāĻ§ā§āϝ⧇ '%s' āĻĒāĻ‚āĻ•ā§āϤāĻŋāϟāĻŋ āĻ°ā§Ÿā§‡āϛ⧇, āĻāϟāĻŋ āĻ•āĻŋ-āĻŽāĻžāύ āϜ⧁āϟāĻŋ, āϏāĻ‚āĻ•āϞāύ āĻ…āĻĨāĻŦāĻž āĻŽāĻ¨ā§āϤāĻŦā§āϝ āύ⧟āĻ•āĻŋ-āĻĢāĻžāχāϞ⧇āϰ āĻŽāĻ§ā§āϝ⧇ āĻ…āϏāĻŽāĻ°ā§āĻĨāĻŋāϤ āĻāύāϕ⧋āĻĄāĻŋāĻ‚ '%s'āĻ•āĻŋ-āĻĢāĻžāχāϞ⧇āϰ āĻŽāĻ§ā§āϝ⧇ āϕ⧋āύ⧋ āϏāĻ‚āĻ•āϞāύ āĻ…āύ⧁āĻĒāĻ¸ā§āĻĨāĻŋāϤ '%s'āĻ•āĻŋ-āĻĢāĻžāχāϞ⧇āϰ āĻŽāĻ§ā§āϝ⧇ āϕ⧋āύ⧋ āĻ•āĻŋ āωāĻĒāĻ¸ā§āĻĨāĻŋāϤ āύ⧇āχ '%s'āĻ•āĻŋ-āĻĢāĻžāχāϞ⧇āϰ āĻŽāĻ§ā§āϝ⧇ '%2$s' āϏāĻ‚āĻ•āϞāύ⧇ '%1$s' āĻ•āĻŋ āωāĻĒāĻ¸ā§āĻĨāĻŋāϤ āύ⧇āχāĻ•āĻŋ-āĻĢāĻžāχāϞ⧇āϰ āĻĒā§āϰāĻžāϰāĻŽā§āϭ⧇ āϕ⧋āύ⧋ āϏāĻ‚āĻ•āϞāύ āωāĻ˛ā§āϞāĻŋāĻ–āĻŋāϤ āύ⧇āχread āĻŦāĻžāĻĢāĻžāϰ⧇āϰ āĻŽāĻ§ā§āϝ⧇ āĻ…āϰ⧂āĻĒāĻžāĻ¨ā§āϤāϰāĻŋāϤ āϤāĻĨā§āϝ āĻ…āĻŦāĻļāĻŋāĻˇā§āϟ āĻ°ā§Ÿā§‡āϛ⧇āϞāĻŋāϏ⧇āύāĻžāϰ āĻŦāĻ°ā§āϤāĻŽāĻžāύ⧇ āĻŦāĻ¨ā§āϧ āĻ•āϰāĻž āφāϛ⧇GFileIcon-āϰ āϜāĻ¨ā§āϝ āĻ•ā§āώāϤāĻŋāĻ—ā§āϰāĻ¸ā§āϤ āχāύāĻĒ⧁āϟ āϤāĻĨā§āϝ āωāĻĒāĻ¸ā§āĻĨāĻŋāϤGEmblem āĻāύāϕ⧋āĻĄāĻŋāĻ‚-āϰ āĻŽāĻ§ā§āϝ⧇ āωāĻĒāĻ¸ā§āĻĨāĻŋāϤ āĻ•ā§āώāϤāĻŋāĻ—ā§āϰāĻ¸ā§āϤ āĻŸā§‹āϕ⧇āύ⧇āϰ āϏāĻ‚āĻ–ā§āϝāĻž (%d)GEmblemedIcon āĻāύāϕ⧋āĻĄāĻŋāĻ‚-āϰ āĻŽāĻ§ā§āϝ⧇ āωāĻĒāĻ¸ā§āĻĨāĻŋāϤ āĻ•ā§āώāϤāĻŋāĻ—ā§āϰāĻ¸ā§āϤ āĻŸā§‹āϕ⧇āύ⧇āϰ āϏāĻ‚āĻ–ā§āϝāĻž (%d)āϏāĻ‚āĻ¸ā§āĻ•āϰāĻŖ āϏāĻ‚āĻ–ā§āϝāĻž āϏāϟāĻŋāĻ•āϰ⧂āĻĒ⧇ āĻ—āĻ āĻŋāϤ āĻšā§ŸāύāĻŋ: %sāĻŽā§‡āĻŽāϰāĻŋ āφāωāϟāĻĒ⧁āϟ āĻ¸ā§āĻŸā§āϰāĻŋāĻŽā§‡āϰ āĻŽāĻžāĻĒ āĻĒāϰāĻŋāĻŦāĻ°ā§āϤāύāϝ⧋āĻ—ā§āϝ āύ⧟%s'āϰ āφāĻ°ā§āϗ⧁āĻŽā§‡āĻ¨ā§āϟ āĻ…āύ⧁āĻĒāĻ¸ā§āĻĨāĻŋāϤāĻŽāĻžāωāĻ¨ā§āϟ āĻ•āϰāĻž āĻ…āĻŦāĻ¸ā§āĻĨāĻžāύ⧇āϰ āĻŽāĻ§ā§āϝ⧇ āĻ¸ā§āĻĨāĻžāύāĻžāĻ¨ā§āϤāϰ āĻ•āϰāĻž āϏāĻŽā§āĻ­āĻŦ āύ⧟URI '%s'-āϰ āĻŦ⧁āĻ•āĻŽāĻžāĻ°ā§āϕ⧇āϰ āĻ•ā§āώ⧇āĻ¤ā§āϰ⧇ MIME'āϰ āϧāϰāύ āύāĻŋāĻ°ā§āϧāĻžāϰāĻŋāϤ āĻšā§ŸāύāĻŋāϚāĻŋāĻšā§āύāĻŋāϤ āĻĢāĻžāχāϞ āĻŦā§āϝāĻŦāĻ¸ā§āĻĨāĻžāĻĒāύāĻžāϰ āωāĻĻā§āĻĻ⧇āĻļā§āϝ⧇ āϕ⧋āύ⧋ āĻ…ā§āϝāĻžāĻĒā§āϞāĻŋāϕ⧇āĻļāύ āύāĻŋāĻŦāĻ¨ā§āϧāĻŋāϤ āĻšā§ŸāύāĻŋ'%s' āύāĻžāĻŽāĻ• āϕ⧋āύ⧋ āĻ…ā§āϝāĻžāĻĒā§āϞāĻŋāϕ⧇āĻļāύ⧇āϰ āĻĻā§āĻŦāĻžāϰāĻž '%s' āĻŦ⧁āĻ•āĻŽāĻžāĻ°ā§āĻ• āύāĻŋāĻŦāĻ¨ā§āϧāĻŋāϤ āĻšā§ŸāύāĻŋURI '%s'-āϰ āϜāĻ¨ā§āϝ āĻŦ⧁āĻ•āĻŽāĻžāĻ°ā§āĻ• āĻĒāĻžāĻ“ā§ŸāĻž āϝāĻžā§ŸāύāĻŋURI '%s'-āϰ āĻŦ⧁āĻ•āĻŽāĻžāĻ°ā§āϕ⧇āϰ āĻ•ā§āώ⧇āĻ¤ā§āϰ⧇ āĻĻāϞ āύāĻŋāĻ°ā§āϧāĻžāϰāĻŖ āĻ•āϰāĻž āĻšā§ŸāύāĻŋURI '%s'-āϰ āĻŦ⧁āĻ•āĻŽāĻžāĻ°ā§āϕ⧇āϰ āĻ•ā§āώ⧇āĻ¤ā§āϰ⧇ āĻŦā§āϝāĻ•ā§āϤāĻŋāĻ—āϤ āĻĢā§āĻ˛ā§āϝāĻžāĻ— āϚāĻŋāĻšā§āύ āĻĻ⧇āĻ“ā§ŸāĻž āĻšā§ŸāύāĻŋ'%s'-āϰ āĻĒāϰāĻŋāϏ⧇āĻŦāĻžāϰ āϕ⧋āύ⧋ āϰ⧇āĻ•āĻ°ā§āĻĄ āĻ…āύ⧁āĻĒāĻ¸ā§āĻĨāĻŋāϤ%s āĻ•ā§āϞāĻžāϏ⧇āϰ āύāĻžāĻŽā§‡āϰ āϜāĻ¨ā§āϝ āϕ⧋āύ⧋ āϧāϰāύ āύāĻŋāĻ°ā§āϧāĻžāϰāĻŋāϤ āĻšā§ŸāύāĻŋdata dir'āϰ āĻŽāĻ§ā§āϝ⧇ āĻŦ⧈āϧ āĻŦ⧁āĻ•āĻŽāĻžāĻ°ā§āĻ• āĻĢāĻžāχāϞ āĻĒāĻžāĻ“ā§ŸāĻž āϝāĻžā§ŸāύāĻŋāϏāĻžāϧāĻžāϰāĻŖ āĻĢāĻžāχāϞ āύ⧟āϏāϕ⧇āĻŸā§‡āϰ āĻ āĻŋāĻ•āĻžāύāĻžāϰ āϜāĻ¨ā§āϝ āĻĒāĻ°ā§āϝāĻžāĻĒā§āϤ āĻ¸ā§āĻĨāĻžāύ āωāĻĒāϞāĻŦā§āϧ āύ⧇āχ'%1$s' āĻ…āĻ•ā§āώāϰ āĻĒā§āϰāĻ¤ā§āϝāĻžāĻļāĻŋāϤ āύ⧟, '%3$s' āĻāϞāĻŋāĻŽā§‡āĻ¨ā§āĻŸā§‡āϰ '%2$s' āύāĻžāĻŽāĻ• āĻŦ⧈āĻļāĻŋāĻˇā§āĻŸā§āϝ⧇āϰ āύāĻžāĻŽā§‡āϰ āĻĒāϰ⧇ āĻāĻ•āϟāĻŋ '=' āϚāĻŋāĻšā§āύ āĻĒā§āϰāĻ¤ā§āϝāĻžāĻļāĻŋāϤ'%s' āĻ…āĻ•ā§āώāϰ āĻĒā§āϰāĻ¤ā§āϝāĻžāĻļāĻŋāϤ āύ⧟, '%s' āĻĢāĻžāρāĻ•āĻž āĻāϞāĻŋāĻŽā§‡āĻ¨ā§āĻŸā§‡āϰ āĻĒā§āϰāĻžāϰāĻŽā§āĻ­āĻŋāĻ• āĻŸā§āϝāĻžāĻ— āϏāĻŽāĻžāĻĒā§āϤ āĻ•āϰāĻžāϰ āωāĻĻā§āĻĻ⧇āĻļā§āϝ⧇ '>' āϚāĻŋāĻšā§āύ āĻĒā§āϰāĻ¤ā§āϝāĻžāĻļāĻŋāϤ'%s' āĻ…āĻ•ā§āώāϰ āĻĒā§āϰāĻ¤ā§āϝāĻžāĻļāĻŋāϤ āύ⧟, '%s' āĻāϞāĻŋāĻŽā§‡āĻ¨ā§āĻŸā§‡āϰ āĻĒā§āϰāĻžāϰāĻŽā§āĻ­āĻŋāĻ• āĻŸā§āϝāĻžāĻ— āϏāĻŽāĻžāĻĒā§āϤ āĻ•āϰāĻžāϰ āωāĻĻā§āĻĻ⧇āĻļā§āϝ⧇ '>' āĻ…āĻĨāĻŦāĻž '/' āϚāĻŋāĻšā§āύ āĻ…āĻĨāĻŦāĻž āϕ⧋āύ⧋ āĻŦ⧈āĻļāĻŋāĻˇā§āĻŸā§āϝāϰ āωāĻĒāĻ¸ā§āĻĨāĻŋāϤāĻŋ āĻ•āĻžāĻŽā§āϝ; āϏāĻŽā§āĻ­āĻŦāϤ āϕ⧋āύ⧋ āĻŦ⧈āĻļāĻŋāĻˇā§āĻŸā§āϝ⧇āϰ āύāĻžāĻŽā§‡āϰ āĻŽāĻ§ā§āϝ⧇ āĻ…āĻŦ⧈āϧ āĻ…āĻ•ā§āώāϰ āĻŦā§āϝāĻŦāĻšā§ƒāϤ āĻšā§Ÿā§‡āϛ⧇'%1$s' āĻ…āĻ•ā§āώāϰ āĻ…āĻĒā§āϰāĻ¤ā§āϝāĻžāĻļāĻŋāϤ, '%3$s' āĻāϞāĻŋāĻŽā§‡āĻ¨ā§āĻŸā§‡āϰ '%2$s' āĻŦ⧈āĻļāĻŋāĻˇā§āĻŸā§āϝ⧇āϰ āĻŽāĻžāύ āύāĻŋāĻ°ā§āϧāĻžāϰāϪ⧇āϰ āωāĻĻā§āĻĻ⧇āĻļā§āϝ⧇ āϏāĻŽāĻžāύ āϚāĻŋāĻšā§āύ⧇āϰ (=) āĻĒāϰ⧇ āĻāĻ•āϟāĻŋ āωāĻĻā§āϧ⧃āϤāĻŋ āϚāĻŋāĻšā§āύ⧇āϰ āĻĒā§āϰāĻžāϰāĻŽā§āĻ­āĻŋāĻ• āĻ…āĻ‚āĻļ āωāĻĒāĻ¸ā§āĻĨāĻŋāϤāĻŋ āĻĒā§āϰāĻ¤ā§āϝāĻžāĻļāĻŋāϤāĻ•āĻ°ā§āĻŽ āϏāĻŽāĻ°ā§āĻĨāĻŋāϤ āĻšā§Ÿ āύāĻžāĻ•āĻ°ā§āĻŽ āĻŦāĻžāϤāĻŋāϞ āĻ•āϰāĻž āĻšā§Ÿā§‡āϛ⧇āφāωāϟāĻĒ⧁āϟ āĻ¸ā§āĻŸā§āϰāĻŋāĻŽ āĻĻā§āĻŦāĻžāϰāĻž write āĻŦāĻžāĻ¸ā§āϤāĻŦāĻžā§ŸāĻŋāϤ āĻšā§Ÿ āύāĻžPCRE āϞāĻžāχāĻŦā§āϰ⧇āϰāĻŋ UTF8 āĻŦ⧈āĻļāĻŋāĻˇā§āĻŸā§āϝ⧇āϰ āϏāĻŽāĻ°ā§āĻĨāύ āĻŦāĻŋāύāĻž āĻ•āĻŽā§āĻĒāĻžāχāϞ āĻ•āϰāĻž āĻšā§Ÿā§‡āϛ⧇PCRE āϞāĻžāχāĻŦā§āϰ⧇āϰāĻŋ UTF8 āϏāĻŽāĻ°ā§āĻĨāύ āĻŦāĻŋāύāĻž āĻ•āĻŽā§āĻĒāĻžāχāϞ āĻ•āϰāĻž āĻšā§Ÿā§‡āϛ⧇POSIX āϕ⧋āϞ⧇āϟāĻŋāĻ‚ āĻāϞāĻŋāĻŽā§‡āĻ¨ā§āϟ āϏāĻŽāĻ°ā§āĻĨāĻŋāϤ āύ⧟POSIX named āĻ•ā§āϞāĻžāϏāϗ⧁āϞāĻŋ āĻļ⧁āϧ⧁āĻŽāĻžāĻ¤ā§āϰ āĻ•ā§āϞāĻžāϏ⧇āϰ āĻŽāĻ§ā§āϝ⧇ āϏāĻŽāĻ°ā§āĻĨāĻŋāϤ āĻšāĻŦ⧇āĻĒā§āϰāĻĻāĻ¤ā§āϤ āχāύāĻĒ⧁āĻŸā§‡āϰ āĻ…āĻ¨ā§āϤ⧇ āφāĻ‚āĻļāĻŋāĻ• āĻ…āĻ•ā§āώāϰ āĻ…āύ⧁āĻ•ā§āϰāĻŽāωāĻĻā§āϧ⧃āϤāĻŋāϰ āĻ…āĻ‚āĻļ āωāĻĻā§āϧāĻŋāϤāĻŋ āϚāĻŋāĻšā§āύ āĻĻā§āĻŦāĻžāϰāĻž āφāϰāĻŽā§āĻ­ āĻ•āϰāĻž āĻšā§ŸāύāĻŋāĻĄāĻžāϟāĻž āĻ…ā§āϝāĻžāϰ⧇āϰ āϏāĻ°ā§āĻŦāĻžāϧāĻŋāĻ• āϏ⧀āĻŽāĻž āωāĻĒāĻ¸ā§āĻĨāĻŋāϤ āĻšā§Ÿā§‡āϛ⧇āĻ…āĻŦ⧈āϧ fd āĻĒā§āϰāĻžāĻĒā§āϤ āĻšā§Ÿā§‡āϛ⧇SELinux āĻ•āύāĻŸā§‡āĻ•ā§āϏāĻŸā§‡āϰ NULL-āĻŦā§āϝāĻžāϤ⧀āϤ āĻŽāĻžāύ āĻšāĻ“ā§ŸāĻž āφāĻŦāĻļā§āϝāĻ•āĻāχ āϏāĻŋāĻ¸ā§āĻŸā§‡āĻŽā§‡ SELinux āϏāĻ•ā§āϰāĻŋ⧟ āĻ•āϰāĻž āĻšā§ŸāύāĻŋāĻ¸ā§āĻŸā§āϰāĻŋāĻŽ āĻĻā§āĻŦāĻžāϰāĻž Seek āϏāĻŽāĻ°ā§āĻĨāĻŋāϤ āĻšā§Ÿ āύāĻž%s āĻ…ā§āϝāĻžāĻŸā§āϰāĻŋāĻŦāĻŋāωāĻŸā§‡āϰ āĻŽāĻžāύ āύāĻŋāĻ°ā§āϧāĻžāϰāĻŖ āϏāĻŽāĻ°ā§āĻĨāĻŋāϤ āύ⧟āϏāĻšāĻžā§ŸāϤāĻž āϏāĻ‚āĻ•ā§āϰāĻžāĻ¨ā§āϤ āϏāĻŽāĻ¸ā§āϤ āĻŦāĻŋāĻ•āĻ˛ā§āĻĒ āĻĒā§āϰāĻĻāĻ°ā§āĻļāύ āĻ•āϰāĻž āĻšāĻŦ⧇āϏāĻšāĻžā§ŸāϤāĻž āϏāĻ‚āĻ•ā§āϰāĻžāĻ¨ā§āϤ āĻŦāĻŋāĻ•āĻ˛ā§āĻĒ āĻĒā§āϰāĻĻāĻ°ā§āĻļāύ āĻ•āϰāĻž āĻšāĻŦ⧇āϏāϕ⧇āϟ āĻŦāĻ°ā§āϤāĻŽāĻžāύ⧇ āĻŦāĻ¨ā§āϧ āĻ•āϰāĻž āĻšā§Ÿā§‡āϛ⧇āĻŽā§‚āϞ āĻ¸ā§āĻŸā§āϰāĻŋāĻŽ āĻŦāĻ°ā§āϤāĻŽāĻžāύ⧇ āĻŦāĻ¨ā§āϧ āĻ•āϰāĻž āĻšā§Ÿā§‡āϛ⧇āĻ¸ā§āĻŸā§āϰāĻŋāĻŽ āĻĻā§āĻŦāĻžāϰāĻž query_info āϏāĻŽāĻ°ā§āĻĨāĻŋāϤ āĻšā§Ÿ āύāĻžāĻ¸ā§āĻŸā§āϰāĻŋāĻŽā§‡āϰ āĻ•ā§āώ⧇āĻ¤ā§āϰ⧇ āĻ…āϏāĻŽāĻžāĻĒā§āϤ āĻ•āĻ°ā§āĻŽ āωāĻĒāĻ¸ā§āĻĨāĻŋāϤ āĻ°ā§Ÿā§‡āϛ⧇āĻ¸ā§āĻŸā§āϰāĻŋāĻŽ āĻŦāĻ°ā§āϤāĻŽāĻžāύ āĻŦāĻ¨ā§āϧ āĻšā§Ÿā§‡āϛ⧇āϏāĻŋāĻŽā§āĻŦā§‹āϞāĻŋāĻ• āϞāĻŋāĻ™ā§āĻ• āϏāĻŽāĻ°ā§āĻĨāĻŋāϤ āĻšā§Ÿ āύāĻžāωāĻĻā§āĻĻāĻŋāĻˇā§āϟ āĻĢāĻžāχāϞ āωāĻĒāĻ¸ā§āĻĨāĻŋāϤ āĻ°ā§Ÿā§‡āϛ⧇āωāĻĻā§āĻĻāĻŋāĻˇā§āϟ āĻĢāĻžāχāϞāϟāĻŋ āĻāĻ•āϟāĻŋ āĻĄāĻŋāϰ⧇āĻ•ā§āϟāϰāĻŋāωāĻĻā§āĻĻāĻŋāĻˇā§āϟ āĻĢāĻžāχāϞāϟāĻŋ āϏāĻžāϧāĻžāϰāĻŖ āĻĢāĻžāχāϞ āύ⧟'%s' āĻŸā§‡āĻŽāĻĒā§āϞ⧇āĻŸā§‡āϰ āĻŽāĻ§ā§āϝ⧇ XXXXXX āĻ…āĻ¨ā§āϤāĻ°ā§āϭ⧁āĻ•ā§āϤ āύ⧇āχāύāĻŽā§āύāĻž '%s' āϏāĻ āĻŋāĻ• āύ⧟, '%s' āĻĨāĻžāĻ•āĻž āωāϚāĻŋāϤ āύ⧟āϏāĻžāĻŽā§ŸāĻŋāĻ•āĻ­āĻžāĻŦ⧇ '%s' āĻŽā§€āĻŽāĻžāĻ‚āϏāĻž āĻ•āϰāϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨ%c'āϰ āĻ•ā§āώ⧇āĻ¤ā§āϰ⧇ āϏ⧁āϏāĻ‚āĻ—āϤ āωāĻĻā§āϧ⧃āϤāĻŋ āϚāĻŋāĻšā§āύ āĻĒāĻžāĻ“ā§ŸāĻž āϝāĻžā§ŸāύāĻŋāĨ¤ (āϏāĻ‚āĻļā§āϞāĻŋāĻˇā§āϟ āĻŸā§‡āĻ•ā§āϏāϟ āĻšāϞ '%s')'\' āĻ…āĻ•ā§āώāϰ⧇āϰ āĻĒāϰ⧇ āĻŸā§‡āĻ•ā§āϏāϟ āϏāĻŽāĻžāĻĒā§āϤ āĻšā§Ÿā§‡āϛ⧇āĨ¤ (āϏāĻ‚āĻļā§āϞāĻŋāĻˇā§āϟ āĻŸā§‡āĻ•ā§āϏāϟ āĻšāϞ '%s')āĻŸā§‡āĻ•ā§āϏāϟ āĻĢāĻžāρāĻ•āĻž (āĻ…āĻĨāĻŦāĻž āĻļ⧁āϧ⧁āĻŽāĻžāĻ¤ā§āϰ āĻļā§‚āĻŖā§āϝāĻ¸ā§āĻĨāĻžāύāϏāĻš)URI '%s'-āϰ āĻŽāĻ§ā§āϝ⧇ āĻ…āĻŦ⧈āϧāϰ⧂āĻĒ⧇ āĻāĻ¸ā§āϕ⧇āĻĒ āĻ…āĻ•ā§āώāϰ āĻĒā§āĻ°ā§Ÿā§‹āĻ— āĻ•āϰāĻž āĻšā§Ÿā§‡āϛ⧇URI '%s' āĻŦ⧈āϧ āύ⧟URI '%s'-āϟāĻŋ "file" āĻ¸ā§āĻ•āĻŋāĻŽ āĻĒā§āĻ°ā§Ÿā§‹āĻ—āĻ•āĻžāϰ⧀ āϏ⧁āύāĻŋāĻļā§āϚāĻŋāϤ URI āύ⧟āĻĢāĻžāχāϞāϟāĻŋ āĻ¸ā§āĻŦāϤāĻ¨ā§āĻ¤ā§āϰāϰ⧂āĻĒ⧇ āĻĒāϰāĻŋāĻŦāĻ°ā§āϤāύ āĻ•āϰāĻž āĻšā§Ÿā§‡āϛ⧇URI '%s'-āϰ āĻšā§‹āĻ¸ā§āϟ-āύ⧇āĻŽ āĻŦ⧈āϧ āύ⧟āĻ¸ā§āĻĨāĻžāĻ¨ā§€ā§Ÿ āĻĢāĻžāχāϞ URI '%s'-āϰ āĻŽāĻ§ā§āϝ⧇ '#' āϚāĻŋāĻšā§āύ āĻ…āĻ¨ā§āϤāĻ°ā§āϭ⧁āĻ•ā§āϤ āĻ•āϰāĻž āϝāĻžāĻŦ⧇ āύāĻž'%s' āĻĒāĻžāĻĨāϟāĻŋ āϏ⧁āύāĻŋāĻļā§āϚāĻŋāϤ āύ⧟%s-āϰ āϜāĻ¨ā§āϝ āωāĻ˛ā§āϞāĻŋāĻ–āĻŋāϤ āĻ—āĻŖāύāĻžāϰ āĻŽāĻžāύ āĻ…āĻ¤ā§āϝāĻžāϧāĻŋāĻ• āĻŦ⧜āφāĻŦāĻ°ā§āϜāύāĻž āϏāĻŽāĻ°ā§āĻĨāĻŋāϤ āĻšā§Ÿ āύāĻžāχāύāĻĒ⧁āϟ āĻ¸ā§āĻŸā§āϰāĻŋāĻŽā§‡āϰ āĻ•ā§āώ⧇āĻ¤ā§āϰ⧇ āĻŸā§āϰāĻžāύāϕ⧇āϟ āĻ…āĻ°ā§āĻĨāĻžā§Ž āĻ›āĻžāρāϟāĻžāĻ‡ā§Ÿā§‡āϰ āĻ…āύ⧁āĻŽāϤāĻŋ āύ⧇āχāĻ¸ā§āĻŸā§āϰāĻŋāĻŽā§‡āϰ āĻ•ā§āώ⧇āĻ¤ā§āϰ⧇ āĻŸā§āϰāĻžāύāϕ⧇āϟ āĻ…āĻ°ā§āĻĨāĻžā§Ž āĻ›āĻžāρāϟāĻžāĻ‡ā§Ÿā§‡āϰ āϏāĻŽāĻ°ā§āĻĨāύ āύ⧇āχ%s āϧāϰāύ āĻĻā§āĻŦāĻžāϰāĻž GIcon āχāĻ¨ā§āϟāĻžāϰāĻĢ⧇āϏ⧇āϰ āĻŽāĻ§ā§āϝ⧇ from_tokens() āĻŦāĻžāĻ¸ā§āϤāĻŦāĻžā§ŸāĻŋāϤ āĻšā§Ÿ āύāĻž%s āϧāϰāύ āĻĻā§āĻŦāĻžāϰāĻž GIcon āχāĻ¨ā§āϟāĻžāϰāĻĢ⧇āϏ āĻŦāĻžāĻ¸ā§āϤāĻŦāĻžā§ŸāĻŋāϤ āĻšā§Ÿ āύāĻž%s āϧāϰāύ āϕ⧋āύ⧋ āĻļā§āϰ⧇āĻŖā§€āϰ āĻŽāĻ§ā§āϝ⧇ āĻ…āĻ¨ā§āϤāĻ°ā§āϭ⧁āĻ•ā§āϤ āύ⧟URI āϏāĻŽāĻ°ā§āĻĨāĻŋāϤ āύ⧟āϏāϕ⧇āϟ āύāĻŋāĻ°ā§āĻŽāĻžāĻŖ āĻ•āϰāϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨ: %sāφāĻŦāĻ°ā§āϜāύāĻžāϰ āĻĄāĻŋāϰ⧇āĻ•ā§āϟāϰāĻŋ %s āύāĻŋāĻ°ā§āĻŽāĻžāĻŖ āĻ•āϰāϤ⧇ āϏāĻŽāĻ¸ā§āϝāĻž: %strashing info āĻĢāĻžāχāϞ āύāĻŋāĻ°ā§āĻŽāĻžāĻŖ āĻ•āϰāϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨ: %sāĻ¸ā§āĻĨāĻžāĻ¨ā§€ā§Ÿ āĻĄāĻŋāϰ⧇āĻ•ā§āϟāϰāĻŋ āύāĻŋ⧟āĻ¨ā§āĻ¤ā§āϰāϪ⧇āϰ āĻĄāĻŋāĻĢāĻ˛ā§āϟ āϧāϰāύ āϏāĻ¨ā§āϧāĻžāύ āĻ•āϰāϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨāĻ¸ā§āĻĨāĻžāĻ¨ā§€ā§Ÿ āĻĄāĻŋāϰ⧇āĻ•ā§āϟāϰāĻŋ āύāĻŋ⧟āĻ¨ā§āĻ¤ā§āϰāϪ⧇āϰ āĻĄāĻŋāĻĢāĻ˛ā§āϟ āϧāϰāύ āϏāĻ¨ā§āϧāĻžāύ āĻ•āϰāϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨāφāĻŦāĻ°ā§āϜāύāĻžāϰ āĻĄāĻŋāϰ⧇āĻ•ā§āϟāϰāĻŋ āϏāύāĻžāĻ•ā§āϤ āĻ…āĻĨāĻŦāĻž āύāĻŋāĻ°ā§āĻŽāĻžāĻŖ āĻ•āϰāϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨāĻ…ā§āϝāĻžāĻĒā§āϞāĻŋāϕ⧇āĻļāύ⧇āϰ āϜāĻ¨ā§āϝ āφāĻŦāĻļā§āϝāĻ• āϟāĻžāĻ°ā§āĻŽāĻŋāύāĻžāϞ āĻĒāĻžāĻ“ā§ŸāĻž āϝāĻžā§ŸāύāĻŋāφāĻŦāĻ°ā§āϜāύāĻžāϰ āϊāĻ°ā§āĻ§ā§āĻŦāϤāύ āĻĄāĻŋāϰ⧇āĻ•ā§āϟāϰāĻŋ āϏāύāĻžāĻ•ā§āϤ āĻ•āϰāϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨāĻ…āĻĒ⧇āĻ•ā§āώāĻžāϰāϤ āĻ¤ā§āϰ⧁āϟāĻŋ āĻĒā§āϰāĻžāĻĒā§āϤ āĻ•āϰāϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨ: %sāĻĢāĻžāχāϞ āĻŦāĻ°ā§āϜāύ āĻ•āϰāϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨ: %sāĻ…āĻĒā§āϰāĻ¤ā§āϝāĻžāĻļāĻŋāϤ '%s' āĻŦ⧈āĻļāĻŋāĻˇā§āĻŸā§āϝ '%s' āĻŦāĻ¸ā§āϤ⧁āϰ āϜāĻ¨ā§āϝ āωāĻ˛ā§āϞāĻŋāĻ–āĻŋāϤ āĻšā§Ÿā§‡āϛ⧇āĻ¸ā§āĻŸā§āϰāĻŋāĻŽā§‡āϰ āϏāĻŽāĻžāĻĒā§āϤāĻŋāĻ¸ā§āĻĨāϞ āĻ…āĻĒā§āϰāĻ¤ā§āϝāĻžāĻļāĻŋāϤāĻ­āĻžāĻŦ⧇ āĻļā§€āĻ˜ā§āϰ āĻĒāĻžāĻ“ā§ŸāĻž āĻ—āĻŋā§Ÿā§‡āϛ⧇āϚāĻžāχāĻ˛ā§āĻĄ āĻĒā§āϰāϏ⧇āϏ āĻĨ⧇āϕ⧇ āϤāĻĨā§āϝ āĻĒ⧜āĻžāϰ āϏāĻŽā§Ÿ g_io_channel_win32_poll()'āĻ āĻ…āĻĒā§āϰāĻ¤ā§āϝāĻžāĻļāĻŋāϤ āĻ¤ā§āϰ⧁āϟāĻŋāϚāĻžāχāĻ˛ā§āĻĄ āĻĒā§āϰāϏ⧇āϏ āĻĨ⧇āϕ⧇ āϤāĻĨā§āϝ āĻĒ⧜āĻžāϰ āϏāĻŽā§Ÿ select() āϏāĻ‚āĻ•ā§āϰāĻžāĻ¨ā§āϤ āĻ…āĻĒā§āϰāĻ¤ā§āϝāĻžāĻļāĻŋāϤ āĻ¤ā§āϰ⧁āϟāĻŋ (%s)waitpid()'āĻ āĻ…āĻĒā§āϰāĻ¤ā§āϝāĻžāĻļāĻŋāϤ āĻ¤ā§āϰ⧁āϟāĻŋ (%s)āĻ…āĻĒā§āϰāĻ¤ā§āϝāĻžāĻļāĻŋāϤ '%s' āĻŸā§āϝāĻžāĻ— '%s'-āϰ āĻŽāĻ§ā§āϝ⧇āĻ…āĻĒā§āϰāĻ¤ā§āϝāĻžāĻļāĻŋāϤ āĻŸā§āϝāĻžāĻ— '%s', āĻŸā§āϝāĻžāĻ— '%s' āĻĒā§āϰāĻ¤ā§āϝāĻžāĻļāĻŋāϤāĻ…āĻĒā§āϰāĻ¤ā§āϝāĻžāĻļāĻŋāϤ āĻĒā§āϰāĻ•ā§ƒāϤāĻŋāϰ āĻ…āύ⧁āώāĻ…āĻ™ā§āĻ—āĻŋāĻ• āϤāĻĨā§āϝāϚāĻžāχāĻ˛ā§āĻĄ āĻĒā§āϰāϏ⧇āϏ "%s" āĻ•āĻžāĻ°ā§āϝāĻ•āϰ āĻ•āϰāϤ⧇ āĻ…āϜāĻžāύāĻž āϏāĻŽāĻ¸ā§āϝāĻžāϏāĻ‚āϝ⧋āĻ— āĻ¸ā§āĻĨāĻžāĻĒāύāĻ•āĻžāϞ⧇ āĻ…āϜāĻžāύāĻž āϏāĻŽāĻ¸ā§āϝāĻžāĻ…āϜāĻžāύāĻž āĻŦāĻŋāĻ•āĻ˛ā§āĻĒ %sāĻ…āϜāĻžāύāĻž āĻĒā§āϰ⧋āĻŸā§‹āĻ•āϞ āύāĻŋāĻ°ā§āϧāĻžāϰāĻŖ āĻ•āϰāĻž āĻšā§ŸāĻ…āϜāĻžāύāĻž āĻĒā§āϰāĻ•ā§ƒāϤāĻŋāĻ•āĻŽāĻžāĻ¨ā§āĻĄ-āϞāĻžāχāύ āĻ…āĻĨāĻŦāĻž āĻļ⧇āϞ'āϰ āωāĻĻā§āϧ⧃āϤāĻŋāϰ āĻŽāĻ§ā§āϝ⧇ āĻ…āϏāĻ‚āĻ—āϤ āωāĻĻā§āϧ⧃āϤāĻŋ āϚāĻŋāĻšā§āύāύāĻžāĻŽāĻŦāĻŋāĻšā§€āύāϏāϕ⧇āĻŸā§‡āϰ āĻ āĻŋāĻ•āĻžāύāĻž āϏāĻŽāĻ°ā§āĻĨāĻŋāϤ āύ⧟āĻŦā§āϝāĻŦāĻšāĻžāϰāĻĒā§āϰāĻŖāĻžāϞ⧀:āĻ…āύ⧁āϏāĻ¨ā§āϧāĻžāύ⧇āϰ dirs-āϰ āĻŽāĻ§ā§āϝ⧇ āĻŦ⧈āϧ āĻ•āĻŋ-āĻĢāĻžāχāϞ āĻĒāĻžāĻ“ā§ŸāĻž āϝāĻžā§ŸāύāĻŋ'%s' āĻŽāĻžāύ āĻŦ⧁āϞāĻŋ⧟āĻžāύ āϰ⧂āĻĒ⧇ āĻŦā§āϝāĻžāĻ–ā§āϝāĻž āĻ•āϰāĻž āϏāĻŽā§āĻ­āĻŦ āύ⧟āĨ¤'%s' āĻŽāĻžāύ float āϏāĻ‚āĻ–ā§āϝāĻž āϰ⧂āĻĒ⧇ āĻŦā§āϝāĻžāĻ–ā§āϝāĻž āĻ•āϰāĻž āϏāĻŽā§āĻ­āĻŦ āύ⧟āĨ¤'%s' āĻŽāĻžāύ āϕ⧋āύ⧋ āϏāĻ‚āĻ–ā§āϝāĻžāϰ⧂āĻĒ⧇ āĻŦā§āϝāĻžāĻ–ā§āϝāĻž āĻ•āϰāĻž āϏāĻŽā§āĻ­āĻŦ āύ⧟āĨ¤āϏāϕ⧇āĻŸā§‡āϰ āĻ…āĻŦāĻ¸ā§āĻĨāĻž āĻĒā§āϰāĻžāĻĒā§āϤ āĻ•āϰāϤ⧇ āĻ…āĻĒ⧇āĻ•ā§āώāĻž āĻ•āϰāĻž āĻšāĻšā§āϛ⧇: %sāĻŸā§‹āϕ⧇āύ⧇āϰ āϏāĻ‚āĻ–ā§āϝāĻž āϏāĻ āĻŋāĻ• āύ⧟ (%d)[OPTION...]āĻĒāĻ‚āĻ•ā§āϤāĻŋāϰ āĻļ⧇āώ⧇ \ āωāĻĒāĻ¸ā§āĻĨāĻŋāϤāϞ⧁āĻ•-āĻŦāĻŋāĻšāĻžāχāĻ¨ā§āĻĄ āĻ…ā§āϝāĻžāϏāĻžāϰāĻļāύ⧇āϰ āĻŽāĻ§ā§āϝ⧇ \C āĻ…āύ⧁āĻŽā§‹āĻĻāĻŋāϤ āύ⧟āĻĒāĻ‚āĻ•ā§āϤāĻŋāϰ āĻļ⧇āώ⧇ \c āωāĻĒāĻ¸ā§āĻĨāĻŋāϤ\g-āϰ āĻĒāϰ⧇ braced āύāĻžāĻŽ āĻ…āĻĨāĻŦāĻž āϐāĻšā§āĻ›āĻŋāĻ•āϰ⧂āĻĒ⧇ āĻļā§‚āĻŖā§āϝ āĻ­āĻŋāĻ¨ā§āύ braced āϏāĻ‚āĻ–ā§āϝāĻž āωāĻĒāĻ¸ā§āĻĨāĻŋāϤ āύ⧇āχ(?(-āϰ āĻĒāϰ⧇ āĻ…ā§āϝāĻžāϏāĻžāϰāĻļāύ āĻĒā§āϰāĻ¤ā§āϝāĻžāĻļāĻŋāϤāϏāĻ‚āϏāĻ°ā§āĻ— āϏāĻŽā§āĻŦāĻ¨ā§āĻ§ā§€ā§Ÿ āĻĒāϰāĻŋāĻŦāĻ°ā§āϤāύāϗ⧁āϞāĻŋ win32-āϰ āĻŽāĻ§ā§āϝ⧇ āϏāĻŽāĻ°ā§āĻĨāĻŋāϤ āύ⧟āφāĻ‚āĻļāĻŋāĻ• āĻŽāĻŋāϞ āĻ…āύ⧁āϏāĻ¨ā§āϧāĻžāύ⧇āϰ āϏāĻŽā§Ÿ āĻŦā§āϝāĻžāĻ• āϰ⧇āĻĢāĻžāϰ⧇āĻ¨ā§āϏ āϏāĻŽāĻ°ā§āĻĨāĻŋāϤ āύ⧟āĻŦā§āϝāĻžāĻ•-āĻŸā§āϝāĻžāĻ• āĻ•āϰāĻžāϰ āϏ⧁āύāĻŋāĻ°ā§āĻĻāĻŋāĻˇā§āϟ āϏ⧀āĻŽāĻž āĻĒā§‚āĻ°ā§āĻŖāĻšāϰāĻĢ⧇āϰ āĻ›āĻžāρāĻĻ āĻĒāϰāĻŋāĻŦāĻ°ā§āϤāύāĻ•āĻžāϰ⧀ āĻāĻ¸ā§āϕ⧇āĻĒ āĻ…āĻ•ā§āώāϰ (\l, \L, \u, \U) āĻāĻ–āĻžāύ⧇ āĻŦā§āϝāĻŦāĻšāĻžāϰ āĻ•āϰāĻž āϏāĻŽā§āĻ­āĻŦ āύ⧟\x{...} āĻ…āύ⧁āĻ•ā§āϰāĻŽā§‡āϰ āĻŽāĻ§ā§āϝ⧇ āωāĻĒāĻ¸ā§āĻĨāĻŋāϤ āĻ…āĻ•ā§āώāϰ⧇āϰ āĻŽāĻžāύ āĻ…āĻ¤ā§āϝāĻžāϧāĻŋāĻ• āĻŦ⧜āϕ⧋āĻĄ āĻ“āĻ­āĻžāϰ-āĻĢā§āϞ⧋āĻ…āĻŦāĻ¸ā§āĻĨāĻžāĻ­āĻŋāĻ¤ā§āϤāĻŋāĻ• āĻĻāϞ⧇āϰ āĻŽāĻ§ā§āϝ⧇ āĻĻ⧁āϟāĻŋāϰ āĻŦ⧇āĻļāĻŋ āĻļā§āϰ⧇āĻŖā§€ āωāĻĒāĻ¸ā§āĻĨāĻŋāϤ āĻ°ā§Ÿā§‡āϛ⧇āĻ•ā§āώāϤāĻŋāĻ—ā§āϰāĻ¸ā§āϤ āĻ…āĻŦāĻœā§‡āĻ•ā§āϟāĻ¸ā§āĻĨāĻžāĻ¨ā§€ā§Ÿ āĻ āĻŋāĻ•āĻžāύāĻž āĻĒā§āϰāĻžāĻĒā§āϤ āĻ•āϰāϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨ: %sāĻĻā§‚āϰāĻŦāĻ°ā§āϤ⧀ āĻ āĻŋāĻ•āĻžāύāĻž āĻĒā§āϰāĻžāĻĒā§āϤ āĻ•āϰāϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨ: %sāĻ…āĻĒ⧇āĻ•ā§āώāĻž āĻ•āϰāϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨ: %sfd āĻĨ⧇āϕ⧇ GSocket āύāĻŋāĻ°ā§āĻŽāĻžāĻŖ āĻ•āϰāĻž āĻšāĻšā§āϛ⧇: %sāϏāĻ‚āĻ–ā§āϝāĻž āĻĒā§āϰāĻ¤ā§āϝāĻžāĻļāĻŋāϤāĻĄā§āϰāĻžāχāĻ­ āĻĻā§āĻŦāĻžāϰāĻž āχāĻœā§‡āĻ•ā§āϟ āĻ•āĻ°ā§āĻŽ āϏāĻžā§āϚāĻžāϞāĻŋāϤ āĻšā§Ÿ āύāĻžāĻĄā§āϰāĻžāχāĻ­ āĻĻā§āĻŦāĻžāϰāĻž eject āĻ…āĻĨāĻŦāĻž eject_with_operation āĻ•āĻžāĻ°ā§āϝāĻ•āϰ⧀ āĻ•āϰāĻž āĻšā§Ÿ āύāĻžāĻĄā§āϰāĻžāχāĻ­ āĻĻā§āĻŦāĻžāϰāĻž āĻŽāĻŋāĻĄāĻŋ⧟āĻž āĻĒā§‹āϞ āĻ•āϰāĻžāϰ āĻŦā§āϝāĻŦāĻ¸ā§āĻĨāĻž āĻĒā§āĻ°ā§Ÿā§‹āĻ— āĻ•āϰāĻž āĻšā§Ÿ āύāĻžāĻĄā§āϰāĻžāχāĻ­ āĻĻā§āĻŦāĻžāϰāĻž āĻĒā§āϰāĻžāϰāĻŽā§āϭ⧇āϰ āĻ•āĻ°ā§āĻŽ āϏāĻžā§āϚāĻžāϞāĻŋāϤ āĻšā§Ÿ āύāĻžāĻĄā§āϰāĻžāχāĻ­ āĻĻā§āĻŦāĻžāϰāĻž āĻŦāĻ¨ā§āϧ āĻ•āϰāĻžāϰ āĻ•āĻ°ā§āĻŽ āϏāĻžā§āϚāĻžāϞāĻŋāϤ āĻšā§Ÿ āύāĻžāĻŽā§‡āĻŽāϰāĻŋ āĻĒā§āϰāĻžāĻĒā§āϤ āĻ•āϰāϤ⧇ āĻŦā§āϝāĻ°ā§āĻĨāĻšā§‡āĻ•ā§āϏāĻžāĻĄā§‡āϏāĻŋāĻŽāĻžāϞ āϏāĻ‚āĻ–ā§āϝāĻž āĻĒā§āϰāĻ¤ā§āϝāĻžāĻļāĻŋāϤāĻšā§‡āĻ•ā§āϏāĻžāĻĄā§‡āϏāĻŋāĻŽāĻžāϞ āϏāĻ‚āĻ–ā§āϝāĻž āĻ…āĻĨāĻŦāĻž '}' āĻĒā§āϰāĻ¤ā§āϝāĻžāĻļāĻŋāϤāĻ…āĻŦ⧈āϧ āϏāĻŋāĻŽā§āĻŦāϞāĻŋāĻ• āϰ⧇āĻĢāĻžāϰ⧇āĻ¨ā§āϏāĻŦāĻŋāϏāĻ‚āĻ—āϤ NEWLINE āĻŦāĻŋāĻ•āĻ˛ā§āĻĒāĻ…āĻ­ā§āϝāĻ¨ā§āϤāϰ⧀āĻŖ āϏāĻŽāĻ¸ā§āϝāĻžāĻ…āĻ­ā§āϝāĻ¨ā§āϤāϰ⧀āĻŖ āϏāĻŽāĻ¸ā§āϝāĻž āĻ…āĻĨāĻŦāĻž āĻ•ā§āώāϤāĻŋāĻ—ā§āϰāĻ¸ā§āϤ āĻ…āĻŦāĻœā§‡āĻ•ā§āϟāύāϤ⧁āύ āĻĒāĻ‚āĻ•ā§āϤāĻŋ āϚāĻŋāĻšā§āύāĻ•āĻžāϰ⧀ āĻĢā§āĻ˛ā§āϝāĻžāϗ⧇āϰ āĻ…āĻŦ⧈āϧ āϏāĻŽāĻˇā§āϟāĻŋāĻ…āĻŦ⧈āϧ āĻ•āĻ¨ā§āĻĄāĻŋāĻļāύ (?(0)āĻ…āĻ•ā§āώāϰ⧇āϰ āĻ•ā§āϞāĻžāϏ⧇āϰ āĻŽāĻ§ā§āϝ⧇ āĻ…āĻŦ⧈āϧ āĻāĻ¸ā§āϕ⧇āĻĒ āϏāĻŋāĻ•ā§‹ā§Ÿā§‡āĻ¨ā§āϏāϞ⧁āĻ•-āĻŦāĻŋāĻšāĻžāχāĻ¨ā§āĻĄ āĻ…ā§āϝāĻžāϏāĻžāϰāĻļāύ⧇āϰ āĻĻ⧈āĻ°ā§āĻ˜ā§āϝ āϏ⧁āύāĻŋāĻ°ā§āĻĻāĻŋāĻˇā§āϟ āύ⧟āĻ¤ā§āϰ⧁āϟāĻŋāĻĒā§‚āĻ°ā§āĻŖ \P āĻ…āĻĨāĻŦāĻž \p āϏāĻŋāĻ•ā§‹ā§Ÿā§‡āĻ¨ā§āϏ(?(-āϰ āĻĒāϰ⧇ āĻ¤ā§āϰ⧁āϟāĻŋāĻĒā§‚āĻ°ā§āĻŖ āϏāĻ‚āĻ–ā§āϝāĻž āĻ…āĻĨāĻŦāĻž āύāĻžāĻŽ āωāĻĒāĻ¸ā§āĻĨāĻŋāϤ āĻ°ā§Ÿā§‡āϛ⧇āϏāĻŋāĻŽā§āĻŦāϞāĻŋāĻ• āϰ⧇āĻĢāĻžāϰ⧇āĻ¨ā§āϏ⧇āϰ āĻŽāĻ§ā§āϝ⧇ '<' āĻ…āύ⧁āĻĒāĻ¸ā§āĻĨāĻŋāϤāĻŦāĻ•ā§āϤāĻŦā§āϝ⧇āϰ āĻĒāϰ⧇ ) āϚāĻŋāĻšā§āύ āĻ…āύ⧁āĻĒāĻ¸ā§āĻĨāĻŋāϤāĻļ⧇āώ⧇ ) āĻ…āύ⧁āĻĒāĻ¸ā§āĻĨāĻŋāϤāĻ…āĻ•ā§āώāϰ⧇āϰ āĻ•ā§āϞāĻžāϏ⧇āϰ āĻļ⧇āώ⧇ ] āϚāĻŋāĻšā§āύ āĻ…āύ⧁āĻĒāĻ¸ā§āĻĨāĻŋāϤāϏāĻžāĻŦ-āĻĒā§āϝāĻžāϟāĻžāĻ°ā§āύ āύāĻžāĻŽā§‡āϰ āĻŽāĻ§ā§āϝ⧇ āϏāĻŽāĻžāĻĒā§āϤāĻŋ āύāĻŋāĻ°ā§āĻĻ⧇āĻļāĻ• āĻ…āύ⧁āĻĒāĻ¸ā§āĻĨāĻŋāϤmount āĻĻā§āĻŦāĻžāϰāĻž āϏāĻžāĻŽāĻ—ā§āϰ⧀āϰ āϧāϰāύ āĻ…āύ⧁āĻŽāĻžāύ āĻ•āϰāĻž āϏāĻŽā§āĻ­āĻŦ āύ⧟mount āĻ•āϰāĻž āĻŦāĻ¸ā§āϤ⧁āϰ āĻ•ā§āώ⧇āĻ¤ā§āϰ⧇ eject āĻĒā§āĻ°ā§Ÿā§‹āĻ— āĻ•āϰāĻž āϏāĻŽā§āĻ­āĻŦ āĻšā§ŸāύāĻŋmount āĻ•āϰāĻž āĻŦāĻ¸ā§āϤ⧁āϰ āĻ•ā§āώ⧇āĻ¤ā§āϰ⧇ eject āĻ…āĻĨāĻŦāĻž eject_with_operation āĻĒā§āĻ°ā§Ÿā§‹āĻ— āĻ•āϰāĻž āϏāĻŽā§āĻ­āĻŦ āύ⧟mount āĻ•āϰāĻž āĻŦāĻ¸ā§āϤ⧁āϰ āĻ•ā§āώ⧇āĻ¤ā§āϰ⧇ remount āĻĒā§āĻ°ā§Ÿā§‹āĻ— āĻ•āϰāĻž āϏāĻŽā§āĻ­āĻŦ āĻšā§ŸāύāĻŋmount āĻĻā§āĻŦāĻžāϰāĻž āϏ⧁āϏāĻ‚āĻ—āϤāĻ­āĻžāĻŦ⧇ āϏāĻžāĻŽāĻ—ā§āϰ⧀āϰ āϧāϰāύ āĻ…āύ⧁āĻŽāĻžāύ āĻ•āϰāĻž āϏāĻŽā§āĻ­āĻŦ āύ⧟mount āĻ•āϰāĻž āĻŦāĻ¸ā§āϤ⧁āϰ āĻ•ā§āώ⧇āĻ¤ā§āϰ⧇ unmount āĻĒā§āĻ°ā§Ÿā§‹āĻ— āĻ•āϰāĻž āϏāĻŽā§āĻ­āĻŦ āĻšā§ŸāύāĻŋmount āĻ•āϰāĻž āĻŦāĻ¸ā§āϤ⧁āϰ āĻ•ā§āώ⧇āĻ¤ā§āϰ⧇ unmount āĻ…āĻĨāĻŦāĻž unmount_with_operation āĻĒā§āĻ°ā§Ÿā§‹āĻ— āĻ•āϰāĻž āϏāĻŽā§āĻ­āĻŦ āύ⧟āĻĒ⧁āύāϰāĻžāĻŦ⧃āĻ¤ā§āϤāĻŋāϰ āϜāĻ¨ā§āϝ āĻ•āĻŋāϛ⧁ āωāĻĒāĻ¸ā§āĻĨāĻŋāϤ āύ⧇āχ{} āĻ•ā§‹ā§ŸāĻžāĻ¨ā§āϟāĻŋāĻĢāĻžā§ŸāĻžāϰ⧇āϰ āϏāĻ‚āĻ–ā§āϝāĻž āĻ…āĻ¤ā§āϝāĻžāϧāĻŋāĻ• āĻŦ⧜{} āϏāĻ‚āĻ–ā§āϝāĻž āύāĻŋāĻ°ā§āĻĻ⧇āĻļāϕ⧇āϰ āĻŽāĻ§ā§āϝ⧇ āωāĻ˛ā§āϞāĻŋāĻ–āĻŋāϤ āϏāĻ‚āĻ–ā§āϝāĻžāϗ⧁āϞ āĻ•ā§āϰāĻŽāĻŦāĻŋāĻšā§€āύāĻ…āĻ•ā§āϟāĻžāϞ āĻŽāĻžāύ \377-āϰ āĻ…āϧāĻŋāĻ•āĻŽā§‡āĻŽāϰāĻŋ āĻ…āĻŦāĻļāĻŋāĻˇā§āϟ āύ⧇āχāĻ•āĻŽā§āĻĒāĻžāχāϞ āĻ•āϰāĻžāϰ āĻ•āĻ°ā§āĻŽāĻ•ā§āώ⧇āĻ¤ā§āϰ āĻ…āϤāĻŋāĻ•ā§āϰāĻžāĻ¨ā§āϤ āĻšā§Ÿā§‡āϛ⧇āĻĒā§‚āĻ°ā§āĻŦ⧇ āĻĒāϰ⧀āĻ•ā§āώāĻŋāϤ āϰ⧇āĻĢāĻžāϰ⧇āĻ¨ā§āϏ āĻ•āϰāĻž āϏāĻžāĻŦ-āĻĒā§āϝāĻžāϟāĻžāĻ°ā§āύ āĻĒāĻžāĻ“ā§ŸāĻž āϝāĻžā§ŸāύāĻŋāĻ…āĻ•ā§āώāϰ⧇āϰ āĻ•ā§āϞāĻžāϏ⧇āϰ āĻŽāĻ§ā§āϝ⧇ āωāĻ˛ā§āϞāĻŋāĻ–āĻŋāϤ āϏ⧀āĻŽāĻž āĻ•ā§āϰāĻŽāĻŦāĻšāĻŋāĻ°ā§āĻ­ā§‚āϤāĻĒ⧁āύāϰāĻžāĻŦ⧃āĻ¤ā§āϤāĻŋāϰ āϏ⧀āĻŽāĻž āĻĒā§‚āĻ°ā§āĻŖāϰāĻŋāĻ•āĻžāĻ°ā§āϏāĻŋāĻ­ āĻ•āϞ-āϟāĻŋ āϏ⧀āĻŽāĻžāĻšā§€āύ āϏāĻ‚āĻ–ā§āϝāĻžā§Ÿ āϞ⧁āĻĒ āĻ•āϰāϤ⧇ āĻĒāĻžāϰāĻŦ⧇āĻ…āύ⧁āĻĒāĻ¸ā§āĻĨāĻŋāϤ āϏāĻžāĻŦ-āĻĒā§āϝāĻžāϟāĻžāĻ°ā§āύ āύāĻŋāĻ°ā§āĻĻ⧇āĻļ āĻ•āϰāĻž āĻšā§Ÿā§‡āϛ⧇āϰ⧇āϗ⧁āϞāĻžāϰ āĻāĻ•ā§āϏāĻĒā§āϰ⧇āĻļāύāϟāĻŋ āĻ…āĻ¤ā§āϝāĻžāϧāĻŋāĻ• āϞāĻŽā§āĻŦāĻžāϕ⧋āύ⧋ DEFINE āĻĻāϞ⧇āϰ āĻĒ⧁āύāϰāĻžāĻŦ⧃āĻ¤ā§āϤāĻŋ āĻ•āϰāĻž āϝāĻžāĻŦ⧇ āύāĻžāĻ…āĻ¨ā§āϤ⧇ āĻ…āĻĒā§āϰāĻ¤ā§āϝāĻžāĻļāĻŋāϤ '\'āϏāĻžāĻŦ-āĻĒā§āϝāĻžāϟāĻžāĻ°ā§āύ⧇āϰ āύāĻžāĻŽ āĻ…āĻ¤ā§āϝāĻžāϧāĻŋāĻ• āϞāĻŽā§āĻŦāĻž (āϏāĻ°ā§āĻŦāĻžāϧāĻŋāĻ• ā§Šā§¨-āϟāĻŋ āĻ…āĻ•ā§āώāϰ)āϏāĻŋāĻŽā§â€Œ-āϞāĻŋāĻ™ā§āĻ• NULL-āĻŦā§āϝāĻžāϤ⧀āϤ āĻŽāĻžāύ āĻšāĻ“ā§ŸāĻž āφāĻŦāĻļā§āϝāĻ•āωāĻ˛ā§āϞāĻŋāĻ–āĻŋāϤ āĻŦāĻŋāĻ¨ā§āϝāĻžāϏāϟāĻŋāϰ āĻŽāĻ§ā§āϝ⧇ āĻ…āĻ¨ā§āϤāĻ°ā§āϭ⧁āĻ•ā§āϤ āϏāĻžāĻŽāĻ—ā§āϰ⧀, āφāĻ‚āĻļāĻŋāĻ• āĻŽāĻŋāϞ āĻ…āύ⧁āϏāĻ¨ā§āϧāĻžāύ⧇ āϏāĻŽāĻ°ā§āĻĨāĻŋāϤ āύ⧟āύāĻžāĻŽāϏāĻš āĻ…āĻ¤ā§āϝāĻžāϧāĻŋāĻ• āϏāĻžāĻŦ-āĻĒā§āϝāĻžāϟāĻžāĻ°ā§āύ (āϏāĻ°ā§āĻŦāĻžāϧāĻŋāĻ• ā§§ā§Ļ,ā§Ļā§Ļā§Ļ)āĻĻ⧁āϟāĻŋ named āϏāĻžāĻŦ-āĻĒā§āϝāĻžāϟāĻžāĻ°ā§āύ⧇āϰ āĻ•ā§āώ⧇āĻ¤ā§āϰ⧇ āĻāĻ•āχ āύāĻžāĻŽ āĻĒā§āĻ°ā§Ÿā§‹āĻ— āĻ•āϰāĻž āĻšā§Ÿā§‡āϛ⧇āĻ…āĻĒā§āϰāĻ¤ā§āϝāĻžāĻļāĻŋāϤ āĻĒ⧁āύāϰāĻžāĻŦ⧃āĻ¤ā§āϤāĻŋāϏāĻŋāĻŽā§āĻŦāϞāĻŋāĻ• āϰ⧇āĻĢāĻžāϰ⧇āĻ¨ā§āϏ āĻ…āϏāĻŽā§āĻĒā§‚āĻ°ā§āĻŖāĻ…āϜāĻžāύāĻž POSIX āĻ•ā§āϞāĻžāϏ⧇āϰ āύāĻžāĻŽāĻ…āϜāĻžāύāĻž āϏāĻŽāĻ¸ā§āϝāĻžāĻ…āϜāĻžāύāĻž āĻāĻ¸ā§āϕ⧇āĻĒ āϏāĻŋāĻ•ā§‹ā§Ÿā§‡āĻ¨ā§āϏ\P āĻ…āĻĨāĻŦāĻž \p-āϰ āĻĒāϰ⧇ āĻ…āϜāĻžāύāĻž āĻĒā§āϰāĻĒāĻžāĻ°ā§āϟāĻŋāϰ āύāĻžāĻŽ(? āϚāĻŋāĻšā§āύ⧇āϰ āĻĒāϰ⧇ āĻ…āĻœā§āĻžāĻžāϤ āĻ…āĻ•ā§āώāϰ āωāĻĒāĻ¸ā§āĻĨāĻŋāϤ(?< āϚāĻŋāĻšā§āύ⧇āϰ āĻĒāϰ⧇ āĻ…āĻœā§āĻžāĻžāϤ āĻ…āĻ•ā§āώāϰ āωāĻĒāĻ¸ā§āĻĨāĻŋāϤ(?P āϚāĻŋāĻšā§āύ⧇āϰ āĻĒāϰ⧇ āĻ…āĻœā§āĻžāĻžāϤ āĻ…āĻ•ā§āώāϰ āωāĻĒāĻ¸ā§āĻĨāĻŋāϤ\-āϰ āĻĒāϰ⧇ āĻ…āĻœā§āĻžāĻžāϤ āĻ…āĻ•ā§āώāϰ āωāĻĒāĻ¸ā§āĻĨāĻŋāϤāĻ­āϞāĻŋāωāĻŽ āĻĻā§āĻŦāĻžāϰāĻž eject āĻĒā§āĻ°ā§Ÿā§‹āĻ— āĻ•āϰāĻž āϏāĻŽā§āĻ­āĻŦ āύ⧟āĻ­āϞāĻŋāωāĻŽ āĻĻā§āĻŦāĻžāϰāĻž eject āĻ…āĻĨāĻŦāĻž eject_with_operation āĻĒā§āĻ°ā§Ÿā§‹āĻ— āĻ•āϰāĻž āϏāĻŽā§āĻ­āĻŦ āύ⧟āĻ­āϞāĻŋāωāĻŽ āĻĻā§āĻŦāĻžāϰāĻž mount āĻĒā§āĻ°ā§Ÿā§‹āĻ— āĻ•āϰāĻž āĻšā§Ÿ āύāĻžāĻĢāĻžāρāĻ•āĻž āϏāĻžāĻŦ-āĻ¸ā§āĻŸā§āϰāĻŋāĻ‚-āϰ āĻ•āĻ°ā§āĻŽāĻ•ā§āώ⧇āĻ¤ā§āϰ⧇āϰ āϏ⧀āĻŽāĻž āĻĒā§‚āĻ°ā§āĻŖāϏāĻŋāĻŽā§āĻŦāϞāĻŋāĻ• āϰ⧇āĻĢāĻžāϰ⧇āĻ¨ā§āϏ⧇āϰ āĻŽāĻ§ā§āϝ⧇ āĻ…āĻ•ā§āώāϰ āϏāĻ‚āĻ–ā§āϝāĻž āĻļā§‚āĻŖā§āϝ./glib-2.22.2-i686/usr/share/locale/eo/0000755000000000000000000000000011271166770015626 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/eo/LC_MESSAGES/0000755000000000000000000000000011271166770017413 5ustar rootroot./glib-2.22.2-i686/usr/share/locale/eo/LC_MESSAGES/glib20.mo0000644000000000000000000002322311271166635021031 0ustar rootrootŪ•H\aœ Y!_{aÛ4=/r,ĸ)Ī!ų ž<;Û. aF F¨ 4ī 2$ :W A’ @Ô ; WQ WŠ 1 /3 ?c 5Ŗ IŲ ‘# ĩ Ņ æ '#K?j)Ē$Ôų! 9/i-†&´+Û3#;!_8)ēä$õ(LC°zA*ŧ/į0FH:-Ę2ø+'C-k)™OÃC"W*zCĨ>éO(RxSË;6[.’Á%Ū$y)3Ŗ4×U ?b+ĸ+Î;ú>69u/¯dßWD2œ2ĪJ<MEŠfĐ7N*e$*ĩ"ā9'="eˆ&¤FË& <9 $v *› 6Æ ũ %!:D!)!Š!#ŋ!&ã!V "Ĩa"y# ##ĸ#7Æ#Cū#4B$3w$/Ģ$Û$.ö$,%%(R%L{%>Č%"&4*&3_&24: +%&!E1)  7?B#="*A H G(D5839F>; $'0<-C./,6@'%s' is not a valid character following a '<' character; it may not begin an element name'%s' is not a valid character following the characters ''Can't do a raw read in g_io_channel_read_line_stringCan't do a raw read in g_io_channel_read_to_endCannot convert fallback '%s' to codeset '%s'Channel terminates in a partial characterCharacter out of range for UTF-16Character out of range for UTF-8Character reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Conversion from character set '%s' to '%s' is not supportedCould not allocate %lu bytes to read file "%s"Document ended unexpectedly after the equals sign following an attribute name; no attribute valueDocument ended unexpectedly inside a comment or processing instructionDocument ended unexpectedly inside an attribute nameDocument ended unexpectedly inside an element nameDocument ended unexpectedly inside an element-opening tag.Document ended unexpectedly inside the close tag for element '%s'Document ended unexpectedly just after an open angle bracket '<'Document ended unexpectedly while inside an attribute valueDocument ended unexpectedly with elements still open - '%s' was the last element openedDocument ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>Document must begin with an element (e.g. )Document was empty or contained only whitespaceElement '%s' was closed, but the currently open element is '%s'Element '%s' was closed, no element is currently openEmpty entity '&;' seen; valid entities are: & " < > 'Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &Error during conversion: %sError on line %d: %sError opening directory '%s': %sError reading file '%s': %sFailed to change to directory '%s' (%s)Failed to create file '%s': %sFailed to create pipe for communicating with child process (%s)Failed to execute child process "%s" (%s)Failed to execute child process (%s)Failed to fork (%s)Failed to fork child process (%s)Failed to get attributes of file '%s': fstat() failed: %sFailed to open file '%s': %sFailed to open file '%s': fdopen() failed: %sFailed to read data from child processFailed to read data from child process (%s)Failed to read enough data from child pid pipe (%s)Failed to read from child pipe (%s)Failed to read from file '%s': %sFailed to redirect output or input of child process (%s)Invalid