Blame view
sources/apps/admin_migrate/l10n/vi.php
515 Bytes
|
03e52840d
|
1 2 3 4 5 6 7 8 |
<?php $TRANSLATIONS = array( "Export this ownCloud instance" => "Xuất ownCloud ví dụ", "This will create a compressed file that contains the data of this owncloud instance." => "Điều này sẽ tạo ra một tập tin nén có chứa dữ liệu của các trường hợp này owncloud.", "Please choose the export type:" => "Vui lòng chọn kiểu xuất:", "ownCloud system files" => "Tập tin hệ thống ownCloud", "Just user files" => "Một người dùng các tập tin", "Export" => "Xuất" ); |