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

Commit bdff180b authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

added translation for news

parent a1da6140
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
OC.L10N.register(
    "news",
    {
        "Internal server error! Please check your data/nextcloud.log file for additional information!": "Interner Serverfehler! Bitte kontaktieren Sie den Support für weitere Informationen!",
        "Request failed, Nextcloud is in currently in maintenance mode!": "Anfrage fehlgeschlagen, diese Murena-Instanz befindet sich derzeit im Wartungsmodus."
    },
    "nplurals=2; plural=(n != 1);");
+7 −0
Original line number Diff line number Diff line
{
    "translations": {
        "Internal server error! Please check your data/nextcloud.log file for additional information!": "Interner Serverfehler! Bitte kontaktieren Sie den Support für weitere Informationen!",
        "Request failed, Nextcloud is in currently in maintenance mode!": "Anfrage fehlgeschlagen, diese Murena-Instanz befindet sich derzeit im Wartungsmodus."
    },
    "pluralForm": "nplurals=2; plural=(n != 1);"
}
 No newline at end of file
+7 −0
Original line number Diff line number Diff line
OC.L10N.register(
    "news",
    {
        "Internal server error! Please check your data/nextcloud.log file for additional information!": "Interner Serverfehler! Bitte kontaktieren Sie den Support für weitere Informationen!",
        "Request failed, Nextcloud is in currently in maintenance mode!": "Anfrage fehlgeschlagen, diese Murena-Instanz befindet sich derzeit im Wartungsmodus."
    },
    "nplurals=2; plural=(n != 1);");
+7 −0
Original line number Diff line number Diff line
{
    "translations": {
        "Internal server error! Please check your data/nextcloud.log file for additional information!": "Interner Serverfehler! Bitte kontaktieren Sie den Support für weitere Informationen!",
        "Request failed, Nextcloud is in currently in maintenance mode!": "Anfrage fehlgeschlagen, diese Murena-Instanz befindet sich derzeit im Wartungsmodus."
    },
    "pluralForm": "nplurals=2; plural=(n != 1);"
}
 No newline at end of file
+7 −0
Original line number Diff line number Diff line
OC.L10N.register(
    "news",
    {
        "Internal server error! Please check your data/nextcloud.log file for additional information!": "Internal server error! Please check with support for additional information!",
        "Request failed, Nextcloud is in currently in maintenance mode!": "Request failed, Murena is in currently in maintenance mode!"
    },
    "nplurals=2; plural=(n != 1);");
Loading