Changeset 1283
- Timestamp:
- 11/18/05 14:11:50 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/conf/locale/ru/LC_MESSAGES/django.po
r1270 r1283 500 500 "Example: '/about/contact/'. Make sure to have leading and trailing slashes." 501 501 msgstr "" 502 "��: '/about/contact/'. �������, ������ ������ ��."502 "��: '/about/contact/'. �������, ������ ��������." 503 503 504 504 #: models/core.py:89 … … 607 607 #: models/auth.py:37 608 608 msgid "Use an MD5 hash -- not the raw password." 609 msgstr "����� MD5 ��-- ��� � ������� ��� "609 msgstr "����� MD5 ��-- ��� � ������� ���." 610 610 611 611 #: models/auth.py:38 612 612 msgid "staff status" 613 msgstr " "613 msgstr "��� ����� 614 614 615 615 #: models/auth.py:38 616 616 msgid "Designates whether the user can log into this admin site." 617 msgstr " "617 msgstr "���, �� ������ ����������� ������" 618 618 619 619 #: models/auth.py:39 … … 638 638 "all permissions granted to each group he/she is in." 639 639 msgstr "" 640 "���������������� ����, �� ������ ������� " 641 "��������, ������ ������" 640 642 641 643 #: models/auth.py:48 … … 844 846 msgid "Watch your mouth! The word %s is not allowed here." 845 847 msgid_plural "Watch your mouth! The words %s are not allowed here." 846 msgstr[0] " "847 msgstr[1] " "848 msgstr[0] "���� �������� ��%s ��������" 849 msgstr[1] "���� �������� ��%s ��������" 848 850 849 851 #: core/validators.py:231 … … 872 874 #: core/validators.py:308 873 875 msgid "Duplicate values are not allowed." 874 msgstr " "876 msgstr "��� ���� �����." 875 877 876 878 #: core/validators.py:331 … … 881 883 #: core/validators.py:342 882 884 msgid "Please enter a valid decimal number." 883 msgstr " "885 msgstr "����, ��������� ����� ���" 884 886 885 887 #: core/validators.py:344 … … 888 890 msgid_plural "" 889 891 "Please enter a valid decimal number with at most %s total digits." 890 msgstr[0] " "892 msgstr[0] "����, ��������� ����� ���������� ��������� %s." 891 893 msgstr[1] "" 894 "����, ��������� ����� ���������� ��������� %s." 892 895 893 896 #: core/validators.py:347 … … 896 899 msgid_plural "" 897 900 "Please enter a valid decimal number with at most %s decimal places." 898 msgstr[0] " "901 msgstr[0] "����, ��������� ����� ���������� ��������� �������%s." 899 902 msgstr[1] "" 903 "����, ��������� ����� ���������� ��������� �������%s." 900 904 901 905 #: core/validators.py:357 902 906 #, python-format 903 907 msgid "Make sure your uploaded file is at least %s bytes big." 904 msgstr " "908 msgstr "�� ���� ���������� � ������ � ��� %s ��." 905 909 906 910 #: core/validators.py:358 907 911 #, python-format 908 912 msgid "Make sure your uploaded file is at most %s bytes big." 909 msgstr " "913 msgstr "�� ���� ���������� ��� ��%s ��." 910 914 911 915 #: core/validators.py:371 912 916 msgid "The format for this field is wrong." 913 msgstr " "917 msgstr "�������� ���� 914 918 915 919 #: core/validators.py:386 916 920 msgid "This field is invalid." 917 msgstr " "921 msgstr "�� ����" 918 922 919 923 #: core/validators.py:421 920 924 #, python-format 921 925 msgid "Could not retrieve anything from %s." 922 msgstr " "926 msgstr "��������� ���� �%s." 923 927 924 928 #: core/validators.py:424 … … 927 931 "The URL %(url)s returned the invalid Content-Type header '%(contenttype)s'." 928 932 msgstr "" 933 "URL %(url) ��� ���������Content-Type '%(contenttype)'." 929 934 930 935 #: core/validators.py:457 … … 972 977 #: core/meta/fields.py:111 973 978 msgid " Separate multiple IDs with commas." 974 msgstr " "979 msgstr "���� �����ID ����" 975 980 976 981 #: core/meta/fields.py:114
