16 lines
562 B
PHP
Raw Normal View History

2013-08-28 17:35:04 -04:00
<?php $TRANSLATIONS = array(
"Close" => "Zamknij",
2013-09-22 09:53:01 -04:00
"Share" => "Udostępnij",
2013-09-05 05:35:38 -04:00
"Failed to load documents." => "Nie można wczytać dokumentów.",
2013-10-02 07:23:33 -04:00
"No documents are found. Please upload or create a document!" => "Nie znaleziono dokumentów. Proszę załaduj lub stwórz dokument!",
2013-09-05 05:35:38 -04:00
"Sent" => "Wyślij",
"Declined" => "Nie zaakceptowane",
"Accepted" => "Zaakceptowane",
"Incoming" => "Przychodzące",
2013-09-16 09:32:07 -04:00
"Upload" => "Wyślij",
2013-09-05 05:35:38 -04:00
"Documents" => "Dokumenty",
2013-10-02 07:23:33 -04:00
"Join" => "Dołącz",
2013-09-05 05:35:38 -04:00
"Advanced feature-set" => "Zaawansowany zestaw funkcji",
"(Unstable)" => "(Niestabilne)"
2013-08-28 17:35:04 -04:00
);