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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/ro.php')
-rw-r--r--l10n/ro.php17
1 files changed, 0 insertions, 17 deletions
diff --git a/l10n/ro.php b/l10n/ro.php
deleted file mode 100644
index 3a61a32d3..000000000
--- a/l10n/ro.php
+++ /dev/null
@@ -1,17 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"Mail" => "Mail",
-"Error" => "Eroare",
-"Connecting ..." => "Se conectează...",
-"Unknown error" => "Eroare necunoscută",
-"Connect" => "Conectare",
-"Server Error" => "Eroare de server",
-"Send" => "Expediază",
-"Reply" => "Răspunde",
-"New Message" => "Mesaj nou",
-"Subject" => "Subiect",
-"Connect your mail account" => "Conectează contul tău de email",
-"Mail Address" => "Adresă de email",
-"IMAP Password" => "Parolă IMAP"
-);
-$PLURAL_FORMS = "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));";