add per-plugin language files

This commit is contained in:
fabrixxm 2013-02-27 09:38:30 -05:00
parent 32063986f5
commit 887fcdbd3e
840 changed files with 10332 additions and 0 deletions

View file

@ -0,0 +1,11 @@
<?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"] = "Загрузка была отменена, или произошла ошибка сервера";