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

Commit 4435a901 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN Committed by Arnau Vàzquez
Browse files

new translation added for privacy to handle who can access section

parent 6226fbd1
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
OC.L10N.register(
    "privacy",
    {
        "Like in most cloud services, administrators can see your files and all the information in the database as they need to make backups, perform upgrades, reset passwords, etc.": "Like in most cloud services, administrators can see your files and all the information in the database as they need to make backups, perform upgrades, reset passwords, etc.",
        "Learn more about this topic here.": "Learn more about this topic here.",
    },
    "nplurals=2; plural=(n != 1);");
+7 −0
Original line number Diff line number Diff line
{
    "translations": {
        "Like in most cloud services, administrators can see your files and all the information in the database as they need to make backups, perform upgrades, reset passwords, etc.": "Like in most cloud services, administrators can see your files and all the information in the database as they need to make backups, perform upgrades, reset passwords, etc.",
        "Learn more about this topic here.": "Learn more about this topic here."
    },
    "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(
    "privacy",
    {
        "Like in most cloud services, administrators can see your files and all the information in the database as they need to make backups, perform upgrades, reset passwords, etc.": "Like in most cloud services, administrators can see your files and all the information in the database as they need to make backups, perform upgrades, reset passwords, etc.",
        "Learn more about this topic here.": "Learn more about this topic here.",
    },
    "nplurals=2; plural=(n != 1);");
+7 −0
Original line number Diff line number Diff line
{
    "translations": {
        "Like in most cloud services, administrators can see your files and all the information in the database as they need to make backups, perform upgrades, reset passwords, etc.": "Like in most cloud services, administrators can see your files and all the information in the database as they need to make backups, perform upgrades, reset passwords, etc.",
        "Learn more about this topic here.": "Learn more about this topic here."
    },
    "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(
    "privacy",
    {
        "Like in most cloud services, administrators can see your files and all the information in the database as they need to make backups, perform upgrades, reset passwords, etc.": "Como en la mayoría de los servicios en la nube, los administradores pueden ver los ficheros y toda la información en la base de datos; de esta manera pueden hacer copias de respaldo, realizar actualizaciones o reiniciar contraseñas, entre otras operaciones.",
        "Learn more about this topic here.": "Lea más sobre el tema aquí.",
    },
    "nplurals=2; plural=(n != 1);");
Loading