Fix lang files

This commit is contained in:
Visman 2021-10-13 20:51:48 +07:00
parent 3b4635b406
commit 2fc92ffb5b
5 changed files with 2 additions and 5 deletions

1
.gitignore vendored
View File

@ -22,3 +22,4 @@
!/img/smilies/yikes.png
/include/config.php
/js/media.js
langfilecheck.php

View File

@ -41,7 +41,6 @@ $lang_smiley = array(
'No tmp directory' => 'PHP was unable to save the uploaded file to a temporary location.',
'No file' => 'You did not select a file for upload.',
'Bad type' => 'The file you tried to upload is not of an allowed type. Allowed types are gif, jpeg and png.',
'Bad name' => 'Bad name of file.',
'Too wide or high' => 'The file you tried to upload is wider and/or higher than the maximum allowed:',
'Too large' => 'The file you tried to upload is larger than the maximum allowed:',
'pixels' => 'pixels',

View File

@ -5,6 +5,5 @@ $lang_genders_integration = array(
'Male' => 'Male',
'Female' => 'Female',
'Unknown' => 'Unknown',
'Unknown_prof' => '(Unknown)',
);
?>
?>

View File

@ -41,7 +41,6 @@ $lang_smiley = array(
'No tmp directory' => 'PHP не в состоянии сохранить файл во временную директорию.',
'No file' => 'Вы не выбрали файл для загрузки.',
'Bad type' => 'Загружаемый файл недопустимого типа. Разрешенные типы файлов: gif, jpeg и png.',
'Bad name' => 'Плохое имя файла.',
'Too wide or high' => 'Загружаемый файл имеет превышение по пикселям максимально допустимый размер:',
'Too large' => 'Загружаемый файл имеет превышение по объему максимально допустимого размера:',
'pixels' => 'pixels',

View File

@ -5,5 +5,4 @@ $lang_genders_integration = array(
'Male' => 'Мужской',
'Female' => 'Женский',
'Unknown' => 'Неизвестно',
'Unknown_prof' => '(Неизвестно)',
);