nextcloud/apps/gallery/l10n/th_TH.php

11 lines
652 B
PHP
Raw Normal View History

2012-01-20 21:53:45 +04:00
<?php $TRANSLATIONS = array(
"Gallery" => "แกลอรี่",
2012-01-27 03:59:24 +04:00
"Scanning directories" => "กำลังสแกนไดเร็กทอรี่",
"No photos found" => "ไม่พบรูปภาพที่ต้องการ",
"Creating thumbnails" => "การสร้างรูปขนาดย่อ",
"Do you wan't to remove album" => "คุณต้องการลบอัลบั้มนี้ออกหรือไม่",
"Input new gallery name" => "กรอกชื่อแกลอรี่ใหม่",
2012-01-20 21:53:45 +04:00
"Rescan" => "ตรวจสอบอีกครั้ง",
"Back" => "ย้อนกลับ"
);