mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
8 lines
210 B
PHP
8 lines
210 B
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Folder name" => "సంచయం పేరు",
|
|
"Users" => "వాడుకరులు",
|
|
"Delete" => "తొలగించు"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|