16 lines
515 B
PHP
Raw Normal View History

2013-08-28 17:35:04 -04:00
<?php $TRANSLATIONS = array(
"Close" => "Zamknij",
2013-09-05 05:35:38 -04:00
"Invite" => "Zaproś",
"Users in session:" => "Użytkownicy w sesji:",
"Failed to load documents." => "Nie można wczytać dokumentów.",
"No people found" => "Nie znaleziono ludzi",
"Remove from the list" => "Usuń z listy",
"Sent" => "Wyślij",
"Declined" => "Nie zaakceptowane",
"Accepted" => "Zaakceptowane",
"Incoming" => "Przychodzące",
"Documents" => "Dokumenty",
"Advanced feature-set" => "Zaawansowany zestaw funkcji",
"(Unstable)" => "(Niestabilne)"
2013-08-28 17:35:04 -04:00
);