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: 21caa79912afd487a477a4e59a4665711dc520bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
$TRANSLATIONS = array(
"Error" => "పొరపాటు",
"Delete" => "తొలగించు",
"More" => "మరిన్ని",
"Password" => "సంకేతపదం",
"New password" => "కొత్త సంకేతపదం",
"Email" => "ఈమెయిలు",
"Your email address" => "మీ ఈమెయిలు చిరునామా",
"Language" => "భాష",
"Username" => "వాడుకరి పేరు"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";