1

Topic: Есть ли русский перевод скрипта фотогале&#108

? ?????????, ??? ?? ????? ?????????, ?? ?????????? ???????? ??????????. ???????, ???? ?? ??????? ? ????????? ?? ???????????, ?????????? ?? ?????)

<?php

// Language definitions used in gallery.php
$lang_gallery = array(

'Page_title'                =>  'Site\'s Gallery',
'Gallery'                =>  'Gallery',
'Pictures'                =>  'Images',
'Last post'                =>  'Last image',
'Empty gallery'            =>    'Gallery is empty.',

'Post img'    =>    'Add a new Image',
'Index'    =>    'Index Gallery',
'Picture'                =>  'Preview',
'Views'                =>  'Views',
'Date post'                =>  'Send it',
'Write message legend'    =>    'Add your title, description, image and send form',
'Title'    =>    'Title',
'Message'    =>    'Message',
'E-mail'    =>    'E-mail',
'Submit'    =>    'Submit',
'Post img redirect'    =>    'Your image has been uploaded successfully. Redirecting …',
'Announcement'    =>    'Annonce',
'Announcement_text'    =>    'The form below enables you to send an image in the gallery of the site. The image must be with format GIF or JPG, with a maximum size of <MAX_SIZE>. Do not forget to add a title and a small description of the image.<br /><br />The team of the site reserves the right to remove your image without notice. All images against the terms of use of the site will be removed. Any abuse will be immediately sanctioned.',

'Modo link'    =>    'Moderate images',
'Modo Select'    =>    'Select',
'Modo Del'    =>    'Delete',
'Modo Move'    =>    'Move',
'Modo No select'    =>    'You must select at least one image.',
'Modo Move legend'    =>    'Select destination of move',
'Modo Del legend'    =>    'Please confirm deletion',
'Modo Del confirm'    =>    'Are you sure you want to delete the selected images?',
'Modo Move to'    =>    'Move to',
'Modo Move redirect'    =>    'Image(s) moved. Redirecting …',
'Modo Del redirect'    =>    'Image(s) deleted. Redirecting …',

'Error Annonce'            =>    'ERROR :',
'Error No subject'            =>    'You must enter a title.',
'Error Too long subject'        =>    'Title cannot be longer than 70 characters.',
'Error No message'            =>    'You must enter a message.',
'Error Too long message'        =>    'Message cannot be longer than 70 characters.',
'Error Too large ini'                =>    'File too large.  The server refuses its remote loading.',
'Error Too large'                =>    'The size of the file exceeds the authorized maximum.',
'Error Partial upload'                =>    'Partially downloaded file.',
'Error No file'                =>    'You did not select a file to be downloaded.',
'Error No tmp directory'                =>    'PHP could not safeguard the file sent in a temporary repertory.',
'Error Move failed'                =>    'The server could not record the downloaded file. Contact the administrator',
'Error Unknown failure'                =>    'Unknown error.',
'Error No Img View'                =>    'No image.',

'Error FTP connect'                =>    'Connection FTP failed. Start again later !',
'Error FTP upload_picture'                =>    'Image FTP loading failed. Start again later !',
'Error FTP upload_thumbs'                =>    'Image miniature FTP loading failed. Start again later !',

);

2

Re: Есть ли русский перевод скрипта фотогале&#108

??? ??? ?????????, ???? ???? ??? ?????? ?????????? ????? ?????.


<?php
// Language definitions used in gallery.php
//
//Translated by Spy (icq:6840525)
//

$lang_gallery = array(

'Page_title'                                =>  '??????? ?????',
'Gallery'                                =>  ' ',
'Pictures'                                =>  '??????????',
'Last post'                                =>  '???????????',
'Empty gallery'                        =>        '??????? ?????.',

'Post img'        =>        '????????',
'Index'        =>        '???????',
'Picture'                                =>  '???????????',
'Views'                                =>  '??????????',
'Date post'                                =>  '????',
'Write message legend'        =>        '???????? ???????? ? ?? ????????? ? ?????????.',
'Title'        =>        '????????',
'Message'        =>        '????????',
'E-mail'        =>        'E-mail',
'Submit'        =>        '?????????',
'Post img redirect'        =>        '???? ???????? ???????????, ?????????...',
'Announcement'        =>        '????????!',
'Announcement_text'        =>        'C ??????? ???? ????? ?? ?????? ????????? ??????????? ? ???????. ?????????? ????? ?????? ???? GIF ??? JPG, ???????????? ?????? 1024*1024px 150??.

 ????????? ????? ????? ??? ??????????? ??????? ???????????, ???? ???????? ??????. ??? ?? ??????????? ????? ?? ???????? ?????????, ? ????? ? ????????????? ????????.',

'Modo link'        =>        '????????????',
'Modo Select'        =>        '????????',
'Modo Del'        =>        '???????',
'Modo Move'        =>        '???????????',
'Modo No select'        =>        '?? ?????? ??????? ???? ?? ???? ???????????.',
'Modo Move legend'        =>        '???????? ???? ??????????.',
'Modo Del legend'        =>        '?????????? ??????????? ????????',
'Modo Del confirm'        =>        '?? ???????, ??? ?????? ??????? ??????????',
'Modo Move to'        =>        '??????????? ?',
'Modo Move redirect'        =>        '???????????(?) ??????????(?). ?????????...',
'Modo Del redirect'        =>        '???????????(?) ???????(?). ???????????????...',

'Error Annonce'                        =>        '?????? :',
'Error No subject'                        =>        '?? ?????? ?????? ????????.',
'Error Too long subject'                =>        '???????? ?????? ???? ?? ????? 70-?? ????????.',
'Error No message'                        =>        '?? ?????? ?????? ????????.',
'Error Too long message'                =>        '???????? ?? ?????? ????????? 70 ????????.',
'Error Too large ini'                                =>        '??????? ??????? ????.',
'Error Too large'                                =>        '?????? ????? ????????? ??????????.',
'Error Partial upload'                                =>        'Partially downloaded file.',
'Error No file'                                =>        '?? ?? ??????? ???? ??? ????????.',
'Error No tmp directory'                                =>        'PHP ?? ???? ????????? ????, ?????????? ? ?????????????.',
'Error Move failed'                                =>        '?????? ?? ???? ????????? ????, ????????? ? ???????????????.',
'Error Unknown failure'                                =>        '??????????? ??????.',
'Error No Img View'                                =>        '??? ???????????.',

'Error FTP connect'                                =>        '????????? ??????????, ?????????? ?????.',
'Error FTP upload_picture'                                =>        '????????? ???????? ???????????, ??????? ?????? ???????.',
'Error FTP upload_thumbs'                                =>        '????????? ???????? ???????????, ??????? ?????? ???????.',

);

3

Re: Есть ли русский перевод скрипта фотогале&#108

???????