summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/l10n/ro.json
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_encryption/l10n/ro.json')
-rw-r--r--apps/files_encryption/l10n/ro.json16
1 files changed, 0 insertions, 16 deletions
diff --git a/apps/files_encryption/l10n/ro.json b/apps/files_encryption/l10n/ro.json
deleted file mode 100644
index 950bf395d73..00000000000
--- a/apps/files_encryption/l10n/ro.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{ "translations": {
- "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",
- "File recovery settings updated" : "Setarile pentru recuperarea fisierelor au fost actualizate",
- "Could not update file recovery" : "Nu am putut actualiza recuperarea de fisiere",
- "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"
-},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"
-} \ No newline at end of file
.se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
<?php
$TRANSLATIONS = array(
"Error" => "त्रुटि",
"_%n folder_::_%n folders_" => array("",""),
"_%n file_::_%n files_" => array("","")
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";