Blame view
sources/apps/admin_migrate/l10n/mk.php
643 Bytes
|
03e52840d
|
1 2 3 4 5 6 7 8 |
<?php $TRANSLATIONS = array( "Export this ownCloud instance" => "Извези ја оваа ownCloud инстанца", "This will create a compressed file that contains the data of this owncloud instance." => "Ова ќе создаде компресирана датотека која ги содржи податоците на оваа owncloud инстанца.", "Please choose the export type:" => "Ве молам изберете тип на извоз:", "ownCloud system files" => "ownCloud системски датотеки", "Just user files" => "Само кориснички датотеки", "Export" => "Извези" ); |