Blame view
sources/apps/admin_migrate/l10n/sr.php
570 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" => "Извези" ); |