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

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

keys correction made based on nextcloud name convention as well as formatting fixes

parent 78445ff1
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
OC.L10N.register(
    "privacy",
    {
    "Who can access main text":"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.",
    "Who can access main text link":"Learn more about this topic here.",
        "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);");
+6 −4
Original line number Diff line number Diff line
{ "translations": {
    "Who can access main text" : "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.",
    "Who can access main text link":"Learn more about this topic here."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
{
    "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
+4 −4
Original line number Diff line number Diff line
OC.L10N.register(
    "privacy",
    {
    "Who can access main text":"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.",
    "Who can access main text link":"Learn more about this topic here.",
        "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);");
+6 −4
Original line number Diff line number Diff line
{ "translations": {
    "Who can access main text" : "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.",
    "Who can access main text link":"Learn more about this topic here."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
{
    "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
+4 −4
Original line number Diff line number Diff line
OC.L10N.register(
    "privacy",
    {
    "Who can access main text":"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.",
    "Who can access main text link":"Learn more about this topic here.",
        "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);");
Loading