diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-07-26 08:04:12 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-07-26 08:04:12 +0200 |
commit | ba0ea210744479e7cbf092fe0115c4d27fff1c48 (patch) | |
tree | 1dbd2db0146f5f152b0fbaf26fc5dfa129e57430 /apps/media | |
parent | 42c22bee369c46f29b84e665b2edd8c2875fdaf0 (diff) | |
download | nextcloud-server-ba0ea210744479e7cbf092fe0115c4d27fff1c48.tar.gz nextcloud-server-ba0ea210744479e7cbf092fe0115c4d27fff1c48.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/media')
-rw-r--r-- | apps/media/l10n/vi.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/apps/media/l10n/vi.php b/apps/media/l10n/vi.php new file mode 100644 index 00000000000..01942ba173f --- /dev/null +++ b/apps/media/l10n/vi.php @@ -0,0 +1,14 @@ +<?php $TRANSLATIONS = array( +"Music" => "Âm nhạc", +"Add album to playlist" => "Thêm album vào playlist", +"Play" => "Play", +"Pause" => "Tạm dừng", +"Previous" => "Trang trước", +"Next" => "Tiếp theo", +"Mute" => "Tắt", +"Unmute" => "Bật", +"Rescan Collection" => "Quét lại bộ sưu tập", +"Artist" => "Nghệ sỹ", +"Album" => "Album", +"Title" => "Tiêu đề" +); |