nextcloud/apps/files_sharing/l10n/th_TH.php

7 lines
179 B
PHP

<?php
$TRANSLATIONS = array(
"Shared by {owner}" => "ถูกแชร์โดย {owner}",
"Password" => "รหัสผ่าน"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";