Welcome to mirror list, hosted at ThFree Co, Russian Federation.

te.php « l10n « settings - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d5f2c6c8d16b9d85222775a62791b2914db29bad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
$TRANSLATIONS = array(
"Delete" => "తొలగించు",
"Server address" => "సేవకి చిరునామా",
"More" => "మరిన్ని",
"Password" => "సంకేతపదం",
"New password" => "కొత్త సంకేతపదం",
"Email" => "ఈమెయిలు",
"Your email address" => "మీ ఈమెయిలు చిరునామా",
"Cancel" => "రద్దుచేయి",
"Language" => "భాష",
"Username" => "వాడుకరి పేరు"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";