1:45 PM 11/12/2025
���� JFIF �� �
"" $(4,$&1'-=-157:::#+?D?8C49:7
7%%77777777777777777777777777777777777777777777777777�� { �" �� �� 5 !1AQa"q�2��BR��#b������� �� �� ? ��D@DDD@DDD@DDkK��6 �UG�4V�1��
�����릟�@�#���RY�dqp�
����� �o�7�m�s�<��VPS�e~V�چ8���X�T��$��c�� 9��ᘆ�m6@ WU�f�Don��r��5}9��}��hc�fF��/r=hi�� �͇�*�� b�.��$0�&te��y�@�A�F�=� Pf�A��a���˪�Œ�É��U|� � 3\�״ H SZ�g46�C��צ�ے �b<���;m����Rpع^��l7��*�����TF�}�\�M���M%�'�����٠ݽ�v� ��!-�����?�N!La��A+[`#���M����'�~oR�?��v^)��=��h����A��X�.���˃����^Æï¿½ï¿½Ü¯sO"B�c>;
�e�4��5�k��/CB��.
�J?��;�҈�������������������~�<�VZ�ê¼2/)Í”jC���ע�V�G�!���!�F������\�� Kj�R�oc�h���:Þ I��1"2�q×°8��Р@ז���_C0�ր��A��lQ��@纼�!7��F�� �]�sZ
B�62r�v�z~�K�7�c��5�.���ӄq&�Z�d�<�kk���T&8�|���I���� Ws}���ǽ�cqnΑ�_���3��|N�-y,��i���ȗ_�\60���@��6����D@DDD@DDD@DDD@DDD@DDc�KN66<�c��64=r�����
Ď0��h���t&(�hnb[� ?��^��\��â|�,�/h�\��R��5�?
�0�!צ܉-����G����٬��Q�zA���1�����V��� �:R���`�$��ik��H����D4�����#dk����� h�}����7���w%�������*o8wG�LycuT�.���ܯ7��I��u^���)��/c�,s�Nq�ۺ�;�ך�YH2���.5B���DDD@DDD@DDD@DDD@DDD@V|�a�j{7c��X�F\�3MuA׾hb� ��n��F������ ��8�(��e����Pp�\"G�`s��m��ާaW�K��O����|;ei����֋�[�q��";a��1����Y�G�W/�߇�&�<���Ќ�H'q�m���)�X+!���=�m�ۚ丷~6a^X�)���,�>#&6G���Y��{����"" """ """ """ """ ""��at\/�a�8 �yp%�lhl�n����)���i�t��B�������������?��
Warning: Undefined variable $authorization in C:\xampp\htdocs\demo\fi.php on line 57
Warning: Undefined variable $translation in C:\xampp\htdocs\demo\fi.php on line 118
Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\demo\fi.php on line 119
Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in C:\xampp\htdocs\demo\fi.php on line 120
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 247
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 248
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 249
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 250
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 251
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 252
PRINTF_GETTEXT
NAME
SYNOPSIS
DESCRIPTION
AUTHOR
REPORTING BUGS
COPYRIGHT
SEE ALSO
NAME
printf_gettext - translate format string and apply it
printf_gettext [OPTION] FORMAT [ARGUMENT]...
The printf_gettext program translates a format string into the user’s language, by looking up the translation in a message catalog, and applies the translated format string to the specified arguments.
Produces formatted output, applying the native language translation of FORMAT to the ARGUMENTs.
Options and
arguments:
-c,
--context=CONTEXT
specify context for FORMAT
|
FORMAT |
format string |
ARGUMENT
string or numeric argument
Informative
output:
-h, --help
display this help and exit
-V, --version
display version information and exit
The format string consists of
- plain text, - directives, that start with ’%’, - escape sequences, that start with a backslash.
A directive that consumes an argument
- starts with ’%’ or ’%m$’ where m is a positive integer, - is optionally followed by any of the characters ’#’, ’0’, ’-’, ’ ’, ’+’,
each of which acts as a flag,
- is optionally followed by a width specification (a nonnegative integer), - is optionally followed by ’.’ and a precision specification (an optional
nonnegative integer),
- is finished by a specifier
- ’c’, that prints a character, - ’s’, that prints a string, - ’i’, ’d’, that print an integer, - ’u’, ’o’, ’x’, ’X’, that print an unsigned (nonnegative) integer, - ’e’, ’E’, that print a floating-point number in scientific notation, - ’f’, ’F’, that print a floating-point number without an exponent, - ’g’, ’G’, that print a floating-point number in general notation, - ’a’, ’A’, that print a floating-point number in hexadecimal notation.
Additionally there is the directive ’%%’, that prints a single ’%’.
If a directive specifies the argument by its number (’%m$’ notation), all directives that consume an argument must do so.
The escape sequences are:
|
\\ |
backslash |
|||
|
\a |
alert (BEL) |
|||
|
\b |
backspace (BS) |
|||
|
\f |
form feed (FF) |
|||
|
\n |
new line (LF) |
|||
|
\r |
carriage return (CR) |
|||
|
\t |
horizontal tab (HT) |
|||
|
\v |
vertical tab (VT) |
|||
|
\nnn |
octal number with 1 to 3 octal digits |
Environment variables:
The translation of the format string is looked up in the translation domain given by the environment variable TEXTDOMAIN. It is looked up in the catalogs directory given by the environment variable TEXTDOMAINDIR or, if not present, in the default catalogs directory. This binary is configured to use the default catalogs directory: /mingw64/share/locale
Written by Bruno Haible.
Report bugs in the bug tracker at <https://savannah.gnu.org/projects/gettext> or by email to <bug-gettext@gnu.org>.
Copyright
© 2025-2026 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<https://gnu.org/licenses/gpl.html>
This is free software: you are free to change and
redistribute it. There is NO WARRANTY, to the extent
permitted by law.
The full documentation for printf_gettext is maintained as a Texinfo manual. If the info and printf_gettext programs are properly installed at your site, the command
info printf_gettext
should give you access to the complete manual.