pl.php
479 Bytes
<?php $TRANSLATIONS = array(
"Export this ownCloud instance" => "Eksportuj instancję ownCloud",
"This will create a compressed file that contains the data of this owncloud instance." => "Spowoduje to utworzenie pliku skompresowanego, który zawiera dane tej instancji owncloud.",
"Please choose the export type:" => "Proszę wybrać typ eksportu:",
"ownCloud system files" => "Systemu plików ownCloud",
"Just user files" => "Tylko pliki użytkownika",
"Export" => "Eksport"
);