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