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

ro.js « l10n « imprint - github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3b59f285fa3c17b966b9df47a58db34a99c90d94 (plain)
1
2
3
4
5
6
7
8
9
OC.L10N.register(
    "imprint",
    {
    "Legal notice" : "Notite legale",
    "Nothing here yet" : "Nimic aici. Încarcă ceva!",
    "Imprint" : "Imprint",
    "Content" : "Continut"
},
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");