Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 92e4b012 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

translation added

parent 5f3ed41c
Loading
Loading
Loading
Loading

apps/dav/l10n/de.js

0 → 100644
+7 −0
Original line number Diff line number Diff line
OC.L10N.register(
    "dav",
    {
        "Maybe": "Vielleicht"
    },
    "nplurals=2; plural=(n != 1);"
);

apps/dav/l10n/de.json

0 → 100644
+6 −0
Original line number Diff line number Diff line
{
    "translations": {
        "Maybe":"Vielleicht"
    },
    "pluralForm": "nplurals=2; plural=(n != 1);"
}

apps/dav/l10n/de_DE.js

0 → 100644
+7 −0
Original line number Diff line number Diff line
OC.L10N.register(
    "dav",
    {
       "Maybe": "Vielleicht"
    },
    "nplurals=2; plural=(n != 1);"
);
+6 −0
Original line number Diff line number Diff line
{
    "translations": {
        "Maybe":"Vielleicht"
    },
    "pluralForm": "nplurals=2; plural=(n != 1);"
}

apps/dav/l10n/en.js

0 → 100644
+7 −0
Original line number Diff line number Diff line
OC.L10N.register(
    "dav",
    {
        "Maybe": "Maybe"
    },
    "nplurals=2; plural=(n != 1);"
);
Loading