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

Commit d991b6a4 authored by Arnau Vàzquez's avatar Arnau Vàzquez
Browse files

Merge branch 'privacy-translation-fixes' into 'master'

new translation added for privacy to handle who can access section

See merge request e/infra/nextcloud-theme!45
parents 6226fbd1 4435a901
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