2013-10-02 07:23:33 -04:00

16 lines
562 B
PHP

<?php $TRANSLATIONS = array(
"Close" => "Zamknij",
"Share" => "Udostępnij",
"Failed to load documents." => "Nie można wczytać dokumentów.",
"No documents are found. Please upload or create a document!" => "Nie znaleziono dokumentów. Proszę załaduj lub stwórz dokument!",
"Sent" => "Wyślij",
"Declined" => "Nie zaakceptowane",
"Accepted" => "Zaakceptowane",
"Incoming" => "Przychodzące",
"Upload" => "Wyślij",
"Documents" => "Dokumenty",
"Join" => "Dołącz",
"Advanced feature-set" => "Zaawansowany zestaw funkcji",
"(Unstable)" => "(Niestabilne)"
);