vlc | branch: master | Andrey Wolk <[email protected]> | Wed Oct 12 23:38:21 2011 +0100| [868207e894657fc88a567431e7d96672f118d923] | committer: Christophe Mutricy
l10n: Nsis installer russian translation Signed-off-by: Christophe Mutricy <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=868207e894657fc88a567431e7d96672f118d923 --- extras/package/win32/languages/russian.nsh | 63 ++++++++++++++++++++++++++++ 1 files changed, 63 insertions(+), 0 deletions(-) diff --git a/extras/package/win32/languages/russian.nsh b/extras/package/win32/languages/russian.nsh new file mode 100644 index 0000000..65606aa --- /dev/null +++ b/extras/package/win32/languages/russian.nsh @@ -0,0 +1,63 @@ +StrCpy $Name_Section01 "�����-������������� (���������)" +StrCpy $Name_Section02a "����� � ���� ����" +StrCpy $Name_Section02b "����� �� ������� ����" +StrCpy $Name_Section03 "������ Mozilla" +StrCpy $Name_Section04 "������ ActiveX" +StrCpy $Name_Section05 "��������������� ������" +StrCpy $Name_Section06 "���������� ������" +StrCpy $Name_SectionGroupAudio "����� �����" +StrCpy $Name_SectionGroupVideo "����� �����" +StrCpy $Name_SectionGroupOther "������" +StrCpy $Name_Section07 "����������� ����" +StrCpy $Name_Section08 "������� ��������� � ���" + +StrCpy $Desc_Section01 \ + "��� �����-�������������" +StrCpy $Desc_Section02a \ + "��������� ������ � ���� ���� ��� �������� �������" +StrCpy $Desc_Section02b \ + "��������� ������ �� ������� ���� ��� �������� �������" +StrCpy $Desc_Section03 \ + "������ VLC ��� Mozilla Firefox" +StrCpy $Desc_Section04 \ + "ActiveX ������ VLC" +StrCpy $Desc_Section05 \ + "����������� ��������������� DVD � CD" +StrCpy $Desc_Section06 \ + "������������� �����-������������� VLC �� ��������� ��� ��������� ����� ������" +StrCpy $Desc_Section07 \ + "��������� �������� � ����������� ���� ('������������� � ������� VLC' � '�������� � �������� �����-������������� VLC')" +StrCpy $Desc_Section08 \ + "������� ��������� � ��� �����-������������� VLC, ���������� ����� ���������� ���������" + +StrCpy $Message_AlreadyInstalled \ +"�����-������������� VLC ��� ����������. $\n������� ������� \ +���������� ������ ����� ���������� $(^Name) ?" + +StrCpy $Name_Section91 "�������������" +StrCpy $Name_Section92 "������� ��������� � ���" + +StrCpy $Desc_Section91 \ +"���������������� �����-������������� VLC � ��� ��� ����������" +StrCpy $Desc_Section92 \ +"������� ��������� � ����������� ����� �����-������������� VLC" + +StrCpy $ShellAssociation_Play "�������������" +StrCpy $ContextMenuEntry_PlayWith "������������� � ������� �����-������������� VLC" +StrCpy $ContextMenuEntry_AddToPlaylist "�������� � �������� �����-������������� VLC" + +StrCpy $Link_VisitWebsite "�������� ���-���� VideoLAN �����-������������� VLC" + +StrCpy $Name_InstTypeRecommended "�������������" +StrCpy $Name_InstTypeMinimum "�����������" +StrCpy $Name_InstTypeFull "������" + +StrCpy $Action_OnArrivalDVD "�������������� DVD ������" +StrCpy $Action_OnArrivalAudioCD "�������������� ����� CD" +StrCpy $Action_OnArrivalVCDMovie "�������������� VCD ������" +StrCpy $Action_OnArrivalSVCDMovie "�������������� SVCD ������" +StrCpy $Action_OnArrivalVideoFiles "�������������� ����� �����" +StrCpy $Action_OnArrivalMusicFiles "�������������� ����� �����" +StrCpy $Action_OnArrivalDVDAudio "�������������� ����� DVD" + +StrCpy $License_NextText "������ �� � ����� � ����� ������. ������� ����� ��� �����������."
_______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
