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"] = "Załaduj plik";
$a->strings["Drop files here to upload"] = "Wrzuć tu pliki by je załadować";
$a->strings["Cancel"] = "Anuluj";
$a->strings["Failed"] = "Niepowodzenie";
$a->strings["No files were uploaded."] = "Nie załadowano żadnych plików.";
$a->strings["Uploaded file is empty"] = "Wysłany plik jest pusty";
$a->strings["Image exceeds size limit of "] = "obrazek przekracza limit rozmiaru";
$a->strings["File has an invalid extension, it should be one of "] = "Pilk ma nieprawidłowe rozszerzenie, powinien być jednym z";
$a->strings["Upload was cancelled, or server error encountered"] = "Przesyłanie zostało anulowane lub wystąpił błąd serwera.";