vi.php 419 B

123456789101112
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Password" => "Mật khẩu",
  4. "%s shared the folder %s with you" => "%s đã chia sẻ thư mục %s với bạn",
  5. "%s shared the file %s with you" => "%s đã chia sẻ tập tin %s với bạn",
  6. "Download" => "Tải về",
  7. "Upload" => "Tải lên",
  8. "Cancel upload" => "Hủy upload",
  9. "No preview available for" => "Không có xem trước cho"
  10. );
  11. $PLURAL_FORMS = "nplurals=1; plural=0;";