mirror of
https://github.com/nextcloud/server.git
synced 2026-03-27 12:54:24 -04:00
5 lines
343 B
PHP
5 lines
343 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Encryption" => "மறைக்குறியீடு",
|
|
"Exclude the following file types from encryption" => "மறைக்குறியாக்கலில் பின்வரும் கோப்பு வகைகளை நீக்கவும்",
|
|
"None" => "ஒன்றுமில்லை"
|
|
);
|