]> git.mxchange.org Git - mailer.git/blobdiff - inc/phpmailer/language/phpmailer.lang-ru.php
branch prepared
[mailer.git] / inc / phpmailer / language / phpmailer.lang-ru.php
diff --git a/inc/phpmailer/language/phpmailer.lang-ru.php b/inc/phpmailer/language/phpmailer.lang-ru.php
new file mode 100644 (file)
index 0000000..46f7322
--- /dev/null
@@ -0,0 +1,23 @@
+<?php
+/**
+ * PHPMailer language file.
+ * Russian Version by Alexey Chumakov <alex@chumakov.ru>
+ */
+
+$PHPMAILER_LANG = array();
+$PHPMAILER_LANG["provide_address"] = '����������, ������� ���� �� ���� ����� e-mail ' .
+                                     '����������.';
+$PHPMAILER_LANG["mailer_not_supported"] = ' - �������� ������ �� ��������������.';
+$PHPMAILER_LANG["execute"] = '���������� ��������� �������: ';
+$PHPMAILER_LANG["instantiate"] = '���������� ��������� ������� mail.';
+$PHPMAILER_LANG["authenticate"] = '������ SMTP: ������ �����������.';
+$PHPMAILER_LANG["from_failed"] = '�������� ����� �����������: ';
+$PHPMAILER_LANG["recipients_failed"] = '������ SMTP: �������� �� ��������� ' .
+                                       '������� ����������� �� �������: ';
+$PHPMAILER_LANG["data_not_accepted"] = '������ SMTP: ������ �� �������.';
+$PHPMAILER_LANG["connect_host"] = '������ SMTP: �� ������� ������������ � ������� SMTP.';
+$PHPMAILER_LANG["file_access"] = '��� ������� � �����: ';
+$PHPMAILER_LANG["file_open"] = '�������� ������: �� ������� ������� ����: ';
+$PHPMAILER_LANG["encoding"] = '����������� ��� ���������: ';
+?>
+