Blame view
sources/apps/files_sharing/l10n/vi.php
438 Bytes
|
03e52840d
|
1 2 3 4 5 6 7 8 9 |
<?php $TRANSLATIONS = array( "Password" => "Mật khẩu", "Submit" => "Xác nhận", "%s shared the folder %s with you" => "%s đã chia sẻ thư mục %s với bạn", "%s shared the file %s with you" => "%s đã chia sẻ tập tin %s với bạn", "Download" => "Tải về", "No preview available for" => "Không có xem trước cho", "web services under your control" => "dịch vụ web dưới sự kiểm soát của bạn" ); |