friendica-addons/js_upload/lang/ru/strings.php
2013-02-27 09:38:30 -05:00

12 lines
921 B
PHP

<?php
$a->strings["Upload a file"] = "Загрузить файл";
$a->strings["Drop files here to upload"] = "Перетащите файлы сюда для загрузки";
$a->strings["Cancel"] = "Отмена";
$a->strings["Failed"] = "Ошибка";
$a->strings["No files were uploaded."] = "Нет загруженных файлов.";
$a->strings["Uploaded file is empty"] = "Загруженный файл пустой";
$a->strings["Image exceeds size limit of "] = "Размер фото превышает лимит ";
$a->strings["File has an invalid extension, it should be one of "] = "Файл имеет недопустимое расширение, оно должно быть одним из следующих ";
$a->strings["Upload was cancelled, or server error encountered"] = "Загрузка была отменена, или произошла ошибка сервера";