2012-08-13 21:19:31 +00:00
|
|
|
<?php $TRANSLATIONS = array(
|
2012-08-31 00:07:19 +00:00
|
|
|
"Password" => "Hasło",
|
|
|
|
"Submit" => "Wyślij",
|
2012-09-26 11:22:37 +00:00
|
|
|
"%s shared the folder %s with you" => "%s współdzieli folder z tobą %s",
|
|
|
|
"%s shared the file %s with you" => "%s współdzieli z tobą plik %s",
|
2012-08-31 00:07:19 +00:00
|
|
|
"Download" => "Pobierz",
|
2012-09-04 00:03:21 +00:00
|
|
|
"No preview available for" => "Podgląd nie jest dostępny dla",
|
2012-08-31 00:07:19 +00:00
|
|
|
"web services under your control" => "Kontrolowane serwisy"
|
2012-08-13 21:19:31 +00:00
|
|
|
);
|