Skip to content

Commit

Permalink
Note updated
Browse files Browse the repository at this point in the history
  • Loading branch information
TSI-sangramdesai committed Dec 7, 2021
1 parent 0022fda commit a333521
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion l10n/de_DE.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ OC.L10N.register(
"Open file" : "Datei öffnen",
"This application enables users to view actions related to their files in Nextcloud." : "Diese Anwendung erlaubt es dem Benutzer, Aktivitäten zu dessen Dateien in Nextcloud zu verfolgen.",
"Activities" : "Aktivitäten",
"Notifications are only visible to you and are stored just securely encrypted in your MagentaCloud as your data. You can still delete all your activities." : "Benachrichtigungen sind nur für Sie sichtbar und werden als Ihre Daten nur sicher verschlüsselt in Ihrer MagentaCloud gespeichert. Sie können weiterhin alle Ihre Aktivitäten löschen.",
"Notifications are only visible to you and are stored just as securely encrypted in your MagentaCLOUD as your data. You can still delete your activities. Please note that activities regarding shared content cannot be deleted, as they belong to the sharer." : "Benachrichtigungen sind nur für Sie einsehbar und genauso sicher verschlüsselt in Ihrer MagentaCLOUD gespeichert, wie Ihre Daten. Sie können trotzdem Ihre Aktivitäten löschen. Beachten Sie, dass Aktivitäten bezüglich geteilter Inhalte nicht gelöscht werden können, da diese zu dem Teilenden gehören.",
"Delete all activities" : "Alle Aktivitäten löschen"
},
"nplurals=2; plural=(n != 1);");
2 changes: 1 addition & 1 deletion l10n/de_DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"Open file" : "Datei öffnen",
"This application enables users to view actions related to their files in Nextcloud." : "Diese Anwendung erlaubt es dem Benutzer, Aktivitäten zu dessen Dateien in Nextcloud zu verfolgen.",
"Activities" : "Aktivitäten",
"Notifications are only visible to you and are stored just securely encrypted in your MagentaCloud as your data. You can still delete all your activities." : "Benachrichtigungen sind nur für Sie sichtbar und werden als Ihre Daten nur sicher verschlüsselt in Ihrer MagentaCloud gespeichert. Sie können weiterhin alle Ihre Aktivitäten löschen.",
"Notifications are only visible to you and are stored just as securely encrypted in your MagentaCLOUD as your data. You can still delete your activities. Please note that activities regarding shared content cannot be deleted, as they belong to the sharer." : "Benachrichtigungen sind nur für Sie einsehbar und genauso sicher verschlüsselt in Ihrer MagentaCLOUD gespeichert, wie Ihre Daten. Sie können trotzdem Ihre Aktivitäten löschen. Beachten Sie, dass Aktivitäten bezüglich geteilter Inhalte nicht gelöscht werden können, da diese zu dem Teilenden gehören.",
"Delete all activities" : "Alle Aktivitäten löschen"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
5 changes: 3 additions & 2 deletions l10n/en_GB.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ OC.L10N.register(
"Open file" : "Open file",
"This application enables users to view actions related to their files in Nextcloud." : "This application enables users to view actions related to their files in Nextcloud.",
"Activities" : "Activities",
"Notifications are only visible to you and are stored just securely encrypted in your MagentaCloud as your data. You can still delete all your activities." : "Notifications are only visible to you and are stored just securely encrypted in your MagentaCloud as your data. You can still delete all your activities.",
"Delete all activities" : "Delete all activities"
"Delete all activities" : "Delete all activities",
"Notifications are only visible to you and are stored just as securely encrypted in your MagentaCLOUD as your data. You can still delete your activities. Please note that activities regarding shared content cannot be deleted, as they belong to the sharer." : "Notifications are only visible to you and are stored just as securely encrypted in your MagentaCLOUD as your data. You can still delete your activities. Please note that activities regarding shared content cannot be deleted, as they belong to the sharer.",

},
"nplurals=2; plural=(n != 1);");
2 changes: 1 addition & 1 deletion l10n/en_GB.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"Open file" : "Open file",
"This application enables users to view actions related to their files in Nextcloud." : "This application enables users to view actions related to their files in Nextcloud.",
"Activities" : "Activities",
"Notifications are only visible to you and are stored just securely encrypted in your MagentaCloud as your data. You can still delete all your activities." : "Notifications are only visible to you and are stored just securely encrypted in your MagentaCloud as your data. You can still delete all your activities.",
"Notifications are only visible to you and are stored just as securely encrypted in your MagentaCLOUD as your data. You can still delete your activities. Please note that activities regarding shared content cannot be deleted, as they belong to the sharer." : "Notifications are only visible to you and are stored just as securely encrypted in your MagentaCLOUD as your data. You can still delete your activities. Please note that activities regarding shared content cannot be deleted, as they belong to the sharer.",
"Delete all activities" : "Delete all activities"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
2 changes: 1 addition & 1 deletion templates/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<?php p($l->t('Activities')) ?>
</div>
<div class="file-activity-note">
<?php p($l->t('Notifications are only visible to you and are stored just securely encrypted in your MagentaCloud as your data. You can still delete all your activities.')) ?>
<?php p($l->t('Notifications are only visible to you and are stored just as securely encrypted in your MagentaCLOUD as your data. You can still delete your activities. Please note that activities regarding shared content cannot be deleted, as they belong to the sharer.')) ?>
</div>
<div class="del-files-activity-div">
<a class="del-files-activity"><button type="button" class="btn btn-default btn-style"><?php p($l->t('Delete all activities')) ?></button></a>
Expand Down

0 comments on commit a333521

Please sign in to comment.