12 lines
419 B
PHP
12 lines
419 B
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Password" => "Mật khẩu",
|
|
"%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ề",
|
|
"Upload" => "Tải lên",
|
|
"Cancel upload" => "Hủy upload",
|
|
"No preview available for" => "Không có xem trước cho"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=1; plural=0;";
|