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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_encryption/l10n/ro.php')
-rw-r--r--apps/files_encryption/l10n/ro.php19
1 files changed, 0 insertions, 19 deletions
diff --git a/apps/files_encryption/l10n/ro.php b/apps/files_encryption/l10n/ro.php
deleted file mode 100644
index 07b12b0f8a8..00000000000
--- a/apps/files_encryption/l10n/ro.php
+++ /dev/null
@@ -1,19 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"Unknown error" => "Eroare necunoscută",
-"Recovery key successfully enabled" => "Cheia de recupeare a fost activata cu succes",
-"Could not disable recovery key. Please check your recovery key password!" => "Nu am putut dezactiva cheia de recuperare. Verifica parola de recuperare!",
-"Recovery key successfully disabled" => "Cheia de recuperare dezactivata cu succes",
-"Password successfully changed." => "Parola a fost modificată cu succes.",
-"Could not change the password. Maybe the old password was not correct." => "Parola nu a putut fi schimbata. Poate ca parola veche este incorecta.",
-"Private key password successfully updated." => "Cheia privata a fost actualizata cu succes",
-"Could not update the private key password. Maybe the old password was not correct." => "Nu am putut actualiza parola pentru cheia privata. Poate ca parola veche este incorecta.",
-"File recovery settings updated" => "Setarile pentru recuperarea fisierelor au fost actualizate",
-"Could not update file recovery" => "Nu am putut actualiza recuperarea de fisiere",
-"Encryption" => "Încriptare",
-"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "Aplicatia de criptare este activata dar tastatura nu este initializata , va rugam deconectati-va si reconectati-va",
-"Enabled" => "Activat",
-"Disabled" => "Dezactivat",
-"Change Password" => "Schimbă parola"
-);
-$PLURAL_FORMS = "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));";