Blame view
sources/apps/admin_migrate/l10n/pl.php
479 Bytes
|
03e52840d
|
1 2 3 4 5 6 7 8 |
<?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" ); |