Compare commits
76 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ffca01a648 | |||
| 2cb2ffe608 | |||
| 65f52c47b8 | |||
| 2ea30f9149 | |||
| 49d522717c | |||
| 9095a36b94 | |||
| 4c5d1a2e7b | |||
| 9209540db5 | |||
| 0ca6384097 | |||
| 4c2e71e953 | |||
| 28eb8879ef | |||
| 22791c5843 | |||
| 7133a2a7d0 | |||
| 8d2a95678f | |||
| 2eaac49063 | |||
| 7e8183dfdb | |||
| 1de46be60f | |||
| e4866860cb | |||
| 934c2d214d | |||
| 0c17af55d3 | |||
| 65bd4b2d69 | |||
| 76a0fb6feb | |||
| e976a1323f | |||
| d14c96b26d | |||
| 22b90c2319 | |||
| 7a43bf26ca | |||
| b0c6ef5821 | |||
| 9dfd6f1533 | |||
| c89ca89f2f | |||
| 00ec57efd6 | |||
| b469840b3d | |||
| 3efb030837 | |||
| ca717f0b54 | |||
| cb82a9ef04 | |||
| 9e9bf4988a | |||
| 4efb40f46d | |||
| d332091105 | |||
| d659cbcd0e | |||
| 8ab5cf4009 | |||
| fa17c55588 | |||
| 48c2dd6279 | |||
| 9d98f85348 | |||
| 3522a3375e | |||
| b158a77365 | |||
| 1e9a5019b4 | |||
| 62bff06aeb | |||
| 9ccc798655 | |||
| 8e5f436814 | |||
| 8c7be09d93 | |||
| c9bb6eedc6 | |||
| c1d9e22c51 | |||
| 0793253d37 | |||
| d907a77902 | |||
| bd04c26427 | |||
| f6593a7464 | |||
| c6a02e562d | |||
| 0df9e73e6c | |||
| 3aa0c23e40 | |||
| fed7a33d1f | |||
| bef3996c3e | |||
| 71b196b0e1 | |||
| 1f24865caf | |||
| 1a5d07034b | |||
| 9d7fbb1b86 | |||
| 66f50bd585 | |||
| bd001c9524 | |||
| 58023782b6 | |||
| bfc7d5dd9f | |||
| 324b54b863 | |||
| 6f56dcf73e | |||
| b0357663b9 | |||
| bba9667882 | |||
| 6008852232 | |||
| 13c35c0f17 | |||
| 656e33e8da | |||
| 18fbacdd8d |
@@ -114,35 +114,6 @@ jobs:
|
||||
if: ${{ !cancelled() }}
|
||||
uses: codecov/test-results-action@47f89e9acb64b76debcd5ea40642d25a4adced9f # v1.1.1
|
||||
|
||||
jsunit:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [versions, changes]
|
||||
|
||||
if: ${{ needs.versions.result != 'failure' && needs.changes.outputs.src != 'false' }}
|
||||
|
||||
env:
|
||||
CYPRESS_INSTALL_BINARY: 0
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
- name: Set up node ${{ needs.versions.outputs.nodeVersion }}
|
||||
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
|
||||
with:
|
||||
node-version: ${{ needs.versions.outputs.nodeVersion }}
|
||||
|
||||
- name: Set up npm ${{ needs.versions.outputs.npmVersion }}
|
||||
run: npm i -g 'npm@${{ needs.versions.outputs.npmVersion }}'
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
||||
- name: Test
|
||||
run: npm run test:jsunit
|
||||
|
||||
handlebars:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [versions, changes]
|
||||
@@ -177,7 +148,7 @@ jobs:
|
||||
permissions:
|
||||
contents: none
|
||||
runs-on: ubuntu-latest-low
|
||||
needs: [changes, test, jsunit, handlebars]
|
||||
needs: [changes, test, handlebars]
|
||||
|
||||
if: always()
|
||||
|
||||
@@ -185,4 +156,4 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Summary status
|
||||
run: if ${{ needs.changes.outputs.src != 'false' && (needs.test.result != 'success' || needs.jsunit.result != 'success' || needs.handlebars.result != 'success') }}; then exit 1; fi
|
||||
run: if ${{ needs.changes.outputs.src != 'false' && (needs.test.result != 'success' || needs.handlebars.result != 'success') }}; then exit 1; fi
|
||||
|
||||
@@ -19,7 +19,7 @@ OC.L10N.register(
|
||||
"New comment" : "Новы каментарый",
|
||||
"Write a comment …" : "Напішыце каментарый …",
|
||||
"Post comment" : "Апублікаваць каментарый",
|
||||
"@ for mentions, : for emoji, / for smart picker" : "@ - згадкі, : - эмодзі, / - разумны выбар",
|
||||
"@ for mentions, : for emoji, / for smart picker" : "@ - згадкі, : - эмодзі, / - smart picker",
|
||||
"Could not reload comments" : "Не ўдалося перазагрузіць каментарыі",
|
||||
"Failed to mark comments as read" : "Не атрымалася пазначыць каментарыі як прачытаныя",
|
||||
"Unable to load the comments list" : "Не ўдалося загрузіць спіс каментарыяў",
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
"New comment" : "Новы каментарый",
|
||||
"Write a comment …" : "Напішыце каментарый …",
|
||||
"Post comment" : "Апублікаваць каментарый",
|
||||
"@ for mentions, : for emoji, / for smart picker" : "@ - згадкі, : - эмодзі, / - разумны выбар",
|
||||
"@ for mentions, : for emoji, / for smart picker" : "@ - згадкі, : - эмодзі, / - smart picker",
|
||||
"Could not reload comments" : "Не ўдалося перазагрузіць каментарыі",
|
||||
"Failed to mark comments as read" : "Не атрымалася пазначыць каментарыі як прачытаныя",
|
||||
"Unable to load the comments list" : "Не ўдалося загрузіць спіс каментарыяў",
|
||||
|
||||
@@ -17,6 +17,7 @@ OC.L10N.register(
|
||||
"Delete comment" : "Supprimer le commentaire",
|
||||
"Cancel edit" : "Annuler les modifications",
|
||||
"New comment" : "Nouveau commentaire",
|
||||
"Write a comment …" : "Écrire un commentaire …",
|
||||
"Post comment" : "Publier le commentaire",
|
||||
"@ for mentions, : for emoji, / for smart picker" : "@ pour les mentions, : pour les émojis, / pour le sélecteur intelligent",
|
||||
"Could not reload comments" : "Impossible de recharger les commentaires",
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
"Delete comment" : "Supprimer le commentaire",
|
||||
"Cancel edit" : "Annuler les modifications",
|
||||
"New comment" : "Nouveau commentaire",
|
||||
"Write a comment …" : "Écrire un commentaire …",
|
||||
"Post comment" : "Publier le commentaire",
|
||||
"@ for mentions, : for emoji, / for smart picker" : "@ pour les mentions, : pour les émojis, / pour le sélecteur intelligent",
|
||||
"Could not reload comments" : "Impossible de recharger les commentaires",
|
||||
|
||||
@@ -27,6 +27,10 @@ class CommentersSorter implements ISorter {
|
||||
* @param array $context
|
||||
*/
|
||||
public function sort(array &$sortArray, array $context): void {
|
||||
if (!isset($context['itemType'], $context['itemId'])) {
|
||||
return;
|
||||
}
|
||||
|
||||
$commenters = $this->retrieveCommentsInformation($context['itemType'], $context['itemId']);
|
||||
if (count($commenters) === 0) {
|
||||
return;
|
||||
|
||||
@@ -27,6 +27,7 @@ export default defineComponent({
|
||||
key: 'editor',
|
||||
},
|
||||
userData: {},
|
||||
currentResourceId: this.resourceId,
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
@@ -40,8 +41,8 @@ export default defineComponent({
|
||||
const { data } = await axios.get(generateOcsUrl('core/autocomplete/get'), {
|
||||
params: {
|
||||
search,
|
||||
itemType: 'files',
|
||||
itemId: this.resourceId,
|
||||
itemType: this.resourceType,
|
||||
itemId: this.currentResourceId,
|
||||
sorter: 'commenters|share-recipients',
|
||||
limit: loadState('comments', 'maxAutoCompleteResults'),
|
||||
},
|
||||
|
||||
@@ -110,7 +110,6 @@ export default {
|
||||
loading: false,
|
||||
done: false,
|
||||
|
||||
currentResourceId: this.resourceId,
|
||||
offset: 0,
|
||||
comments: [],
|
||||
|
||||
@@ -158,7 +157,7 @@ export default {
|
||||
async update(resourceId) {
|
||||
this.currentResourceId = resourceId
|
||||
this.resetState()
|
||||
this.getComments()
|
||||
await this.getComments()
|
||||
},
|
||||
|
||||
/**
|
||||
@@ -206,8 +205,13 @@ export default {
|
||||
this.done = true
|
||||
}
|
||||
|
||||
// Ensure actor id is a string
|
||||
for (const comment of comments) {
|
||||
comment.props.actorId = comment.props.actorId.toString()
|
||||
}
|
||||
|
||||
// Insert results
|
||||
this.comments.push(...comments)
|
||||
this.comments = [...this.comments, ...comments]
|
||||
|
||||
// Increase offset for next fetch
|
||||
this.offset += DEFAULT_LIMIT
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
OC.L10N.register(
|
||||
"contactsinteraction",
|
||||
{
|
||||
"Recently contacted" : "Yaqinda bog'langan",
|
||||
"Contacts Interaction" : "Kontaktlar o'zaro ta'siri",
|
||||
"Manages interaction between accounts and contacts" : "Hisoblar va kontaktlar o'rtasidagi o'zaro aloqani boshqaradi",
|
||||
"Collect data about accounts and contacts interactions and provide an address book for the data" : "Hisoblar va kontaktlarning o'zaro aloqalari haqida ma'lumotlarni to'plang va ma'lumotlar uchun manzillar kitobini taqdim eting"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
||||
@@ -0,0 +1,7 @@
|
||||
{ "translations": {
|
||||
"Recently contacted" : "Yaqinda bog'langan",
|
||||
"Contacts Interaction" : "Kontaktlar o'zaro ta'siri",
|
||||
"Manages interaction between accounts and contacts" : "Hisoblar va kontaktlar o'rtasidagi o'zaro aloqani boshqaradi",
|
||||
"Collect data about accounts and contacts interactions and provide an address book for the data" : "Hisoblar va kontaktlarning o'zaro aloqalari haqida ma'lumotlarni to'plang va ma'lumotlar uchun manzillar kitobini taqdim eting"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
||||
@@ -206,6 +206,7 @@ return array(
|
||||
'OCA\\DAV\\Comments\\EntityCollection' => $baseDir . '/../lib/Comments/EntityCollection.php',
|
||||
'OCA\\DAV\\Comments\\EntityTypeCollection' => $baseDir . '/../lib/Comments/EntityTypeCollection.php',
|
||||
'OCA\\DAV\\Comments\\RootCollection' => $baseDir . '/../lib/Comments/RootCollection.php',
|
||||
'OCA\\DAV\\ConfigLexicon' => $baseDir . '/../lib/ConfigLexicon.php',
|
||||
'OCA\\DAV\\Connector\\LegacyDAVACL' => $baseDir . '/../lib/Connector/LegacyDAVACL.php',
|
||||
'OCA\\DAV\\Connector\\LegacyPublicAuth' => $baseDir . '/../lib/Connector/LegacyPublicAuth.php',
|
||||
'OCA\\DAV\\Connector\\Sabre\\AnonymousOptionsPlugin' => $baseDir . '/../lib/Connector/Sabre/AnonymousOptionsPlugin.php',
|
||||
|
||||
@@ -221,6 +221,7 @@ class ComposerStaticInitDAV
|
||||
'OCA\\DAV\\Comments\\EntityCollection' => __DIR__ . '/..' . '/../lib/Comments/EntityCollection.php',
|
||||
'OCA\\DAV\\Comments\\EntityTypeCollection' => __DIR__ . '/..' . '/../lib/Comments/EntityTypeCollection.php',
|
||||
'OCA\\DAV\\Comments\\RootCollection' => __DIR__ . '/..' . '/../lib/Comments/RootCollection.php',
|
||||
'OCA\\DAV\\ConfigLexicon' => __DIR__ . '/..' . '/../lib/ConfigLexicon.php',
|
||||
'OCA\\DAV\\Connector\\LegacyDAVACL' => __DIR__ . '/..' . '/../lib/Connector/LegacyDAVACL.php',
|
||||
'OCA\\DAV\\Connector\\LegacyPublicAuth' => __DIR__ . '/..' . '/../lib/Connector/LegacyPublicAuth.php',
|
||||
'OCA\\DAV\\Connector\\Sabre\\AnonymousOptionsPlugin' => __DIR__ . '/..' . '/../lib/Connector/Sabre/AnonymousOptionsPlugin.php',
|
||||
|
||||
+147
-12
@@ -37,18 +37,18 @@ OC.L10N.register(
|
||||
"{actor} restored event {event} of calendar {calendar}" : "{actor} врати настан {event} во календарот {calendar}",
|
||||
"You restored event {event} of calendar {calendar}" : "Вративте настан {event} во календарот {calendar}",
|
||||
"Busy" : "Зафатен",
|
||||
"{actor} created to-do {todo} in list {calendar}" : "{actor} креираше задолжение {todo} во листата {calendar}",
|
||||
"You created to-do {todo} in list {calendar}" : "Креиравте задолжение {todo} во листата {calendar}",
|
||||
"{actor} deleted to-do {todo} from list {calendar}" : "{actor} избриша задолжение {todo} од листата {calendar}",
|
||||
"You deleted to-do {todo} from list {calendar}" : "Избришавте задолжение {todo} од листата {calendar}",
|
||||
"{actor} updated to-do {todo} in list {calendar}" : "{actor} ажурираше задолжение {todo} во листата {calendar}",
|
||||
"You updated to-do {todo} in list {calendar}" : "Ажуриравте задолжение {todo} во листата {calendar}",
|
||||
"{actor} solved to-do {todo} in list {calendar}" : "{actor} го заврши задолжението {todo} во листата {calendar}",
|
||||
"You solved to-do {todo} in list {calendar}" : "Го завршивте задолжението {todo} во листата {calendar}",
|
||||
"{actor} reopened to-do {todo} in list {calendar}" : "{actor} повторно го отвори задолжението {todo} во листата {calendar}",
|
||||
"You reopened to-do {todo} in list {calendar}" : "Повторно го отворивте задолжението {todo} во листата {calendar}",
|
||||
"{actor} moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "{actor} премести задолжение {todo} од листа {sourceCalendar} во листа {targetCalendar}",
|
||||
"You moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "Преместивте задолжение {todo} од листа {sourceCalendar} во листа {targetCalendar}",
|
||||
"{actor} created to-do {todo} in list {calendar}" : "{actor} креираше задача {todo} во листата {calendar}",
|
||||
"You created to-do {todo} in list {calendar}" : "Креиравте задача {todo} во листата {calendar}",
|
||||
"{actor} deleted to-do {todo} from list {calendar}" : "{actor} избриша задача {todo} од листата {calendar}",
|
||||
"You deleted to-do {todo} from list {calendar}" : "Избришавте задача {todo} од листата {calendar}",
|
||||
"{actor} updated to-do {todo} in list {calendar}" : "{actor} ажурираше задача {todo} во листата {calendar}",
|
||||
"You updated to-do {todo} in list {calendar}" : "Ажуриравте задача {todo} во листата {calendar}",
|
||||
"{actor} solved to-do {todo} in list {calendar}" : "{actor} ја заврши задачата {todo} во листата {calendar}",
|
||||
"You solved to-do {todo} in list {calendar}" : "Ја завршивте задачата {todo} во листата {calendar}",
|
||||
"{actor} reopened to-do {todo} in list {calendar}" : "{actor} повторно ја отвори задачата {todo} во листата {calendar}",
|
||||
"You reopened to-do {todo} in list {calendar}" : "Повторно ја отворивте задачата {todo} во листата {calendar}",
|
||||
"{actor} moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "{actor} премести задача {todo} од листа {sourceCalendar} во листа {targetCalendar}",
|
||||
"You moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "Преместивте задача {todo} од листа {sourceCalendar} во листа {targetCalendar}",
|
||||
"Calendar, contacts and tasks" : "Календар, контакти и задачи",
|
||||
"A <strong>calendar</strong> was modified" : "<strong>Календарот</strong> е променет",
|
||||
"A calendar <strong>event</strong> was modified" : "Изменет е <strong>настан</strong> во календарот",
|
||||
@@ -72,6 +72,78 @@ OC.L10N.register(
|
||||
"Description: %s" : "Опис: %s",
|
||||
"Where: %s" : "Каде: %s",
|
||||
"%1$s via %2$s" : "%1$s преку %2$s",
|
||||
"In the past on %1$s for the entire day" : "Во минатото, на %1$s цел ден",
|
||||
"_In a minute on %1$s for the entire day_::_In %n minutes on %1$s for the entire day_" : ["За една минута, на %1$s цел ден","За %n минути, на %1$s цел ден"],
|
||||
"_In a hour on %1$s for the entire day_::_In %n hours on %1$s for the entire day_" : ["За еден час, на %1$s цел ден","За %n часа, на %1$s цел ден"],
|
||||
"_In a day on %1$s for the entire day_::_In %n days on %1$s for the entire day_" : ["In a day on %1$s for the entire day\nЗа еден ден, на %1$s цел ден","За %n дена, на %1$s цел ден"],
|
||||
"_In a week on %1$s for the entire day_::_In %n weeks on %1$s for the entire day_" : ["За една недела, на %1$s цел ден","За %n недели, на %1$s цел ден"],
|
||||
"_In a month on %1$s for the entire day_::_In %n months on %1$s for the entire day_" : ["За еден месец, на %1$s цел ден","За %n месеци, на %1$s цел ден"],
|
||||
"_In a year on %1$s for the entire day_::_In %n years on %1$s for the entire day_" : ["За една година, на %1$s цел ден","За %n години, на %1$s цел ден"],
|
||||
"In the past on %1$s between %2$s - %3$s" : "Во минатото, на %1$s помеѓу %2$s - %3$s",
|
||||
"_In a minute on %1$s between %2$s - %3$s_::_In %n minutes on %1$s between %2$s - %3$s_" : ["За една минута, на %1$s помеѓу %2$s - %3$s","За %n минути, на %1$s помеѓу %2$s - %3$s"],
|
||||
"_In a hour on %1$s between %2$s - %3$s_::_In %n hours on %1$s between %2$s - %3$s_" : ["За еден час, на %1$s помеѓу %2$s - %3$s","За %n часа, на %1$s помеѓу %2$s - %3$s"],
|
||||
"_In a day on %1$s between %2$s - %3$s_::_In %n days on %1$s between %2$s - %3$s_" : ["За еден ден, на %1$s помеѓу %2$s - %3$s","За %n дена, на %1$s помеѓу %2$s - %3$s"],
|
||||
"_In a week on %1$s between %2$s - %3$s_::_In %n weeks on %1$s between %2$s - %3$s_" : ["За една недела, на %1$s помеѓу %2$s - %3$s","За %n недели, на %1$s помеѓу %2$s - %3$s"],
|
||||
"_In a month on %1$s between %2$s - %3$s_::_In %n months on %1$s between %2$s - %3$s_" : ["За еден месец, на %1$s помеѓу %2$s - %3$s","За %n месеци, на %1$s помеѓу %2$s - %3$s"],
|
||||
"_In a year on %1$s between %2$s - %3$s_::_In %n years on %1$s between %2$s - %3$s_" : ["За една година, на %1$s помеѓу %2$s - %3$s","За %n години, на %1$s помеѓу %2$s - %3$s"],
|
||||
"Could not generate when statement" : "Не може да се генерира временската изјава",
|
||||
"Every Day for the entire day" : "Секој ден, цел ден",
|
||||
"Every Day for the entire day until %1$s" : "Секој ден, цел ден до %1$s",
|
||||
"Every Day between %1$s - %2$s" : "Секој ден помеѓу %1$s - %2$s",
|
||||
"Every Day between %1$s - %2$s until %3$s" : "Секој ден помеѓу %1$s - %2$s до %3$s",
|
||||
"Every %1$d Days for the entire day" : "Секои %1$d дена, цел ден",
|
||||
"Every %1$d Days for the entire day until %2$s" : "Секои %1$d дена, цел ден до %2$s",
|
||||
"Every %1$d Days between %2$s - %3$s" : "Секои %1$d дена помеѓу %2$s - %3$s",
|
||||
"Every %1$d Days between %2$s - %3$s until %4$s" : "Секои %1$d дена помеѓу %2$s - %3$s до %4$s",
|
||||
"Could not generate event recurrence statement" : "Не може да се генерира изјава за повторување на настанот",
|
||||
"Every Week on %1$s for the entire day" : "Секоја недела во %1$s, цел ден",
|
||||
"Every Week on %1$s for the entire day until %2$s" : "Секоја недела во %1$s, цел ден до %2$s",
|
||||
"Every Week on %1$s between %2$s - %3$s" : "Секоја недела во %1$s помеѓу %2$s - %3$s",
|
||||
"Every Week on %1$s between %2$s - %3$s until %4$s" : "Секоја недела во %1$s помеѓу %2$s - %3$s до %4$s",
|
||||
"Every %1$d Weeks on %2$s for the entire day" : "Секои %1$d недели во %2$s, цел ден",
|
||||
"Every %1$d Weeks on %2$s for the entire day until %3$s" : "Секои %1$d недели во %2$s, цел ден до %3$s",
|
||||
"Every %1$d Weeks on %2$s between %3$s - %4$s" : "Секои %1$d недели во %2$s помеѓу %3$s - %4$s",
|
||||
"Every %1$d Weeks on %2$s between %3$s - %4$s until %5$s" : "Секои %1$d недели во %2$s помеѓу %3$s - %4$s до %5$s",
|
||||
"Every Month on the %1$s for the entire day" : "Секој месец на %1$s, цел ден",
|
||||
"Every Month on the %1$s for the entire day until %2$s" : "Секој месец на %1$s, цел ден до %2$s",
|
||||
"Every Month on the %1$s between %2$s - %3$s" : "Секој месец на %1$s помеѓу %2$s - %3$s",
|
||||
"Every Month on the %1$s between %2$s - %3$s until %4$s" : "Секој месец на %1$s помеѓу %2$s - %3$s до %4$s",
|
||||
"Every %1$d Months on the %2$s for the entire day" : "Секои %1$d месеци на %2$s, цел ден",
|
||||
"Every %1$d Months on the %2$s for the entire day until %3$s" : "Секои %1$d месеци на %2$s, цел ден до %3$s",
|
||||
"Every %1$d Months on the %2$s between %3$s - %4$s" : "Секои %1$d месеци на %2$s помеѓу %3$s - %4$s",
|
||||
"Every %1$d Months on the %2$s between %3$s - %4$s until %5$s" : "Секои %1$d месеци на %2$s помеѓу %3$s - %4$s до %5$s",
|
||||
"Every Year in %1$s on the %2$s for the entire day" : "Секоја година во %1$s на %2$s, цел ден",
|
||||
"Every Year in %1$s on the %2$s for the entire day until %3$s" : "Секоја година во %1$s на %2$s, цел ден до %3$s",
|
||||
"Every Year in %1$s on the %2$s between %3$s - %4$s" : "Секоја година во %1$s на %2$s помеѓу %3$s - %4$s",
|
||||
"Every Year in %1$s on the %2$s between %3$s - %4$s until %5$s" : "Секоја година во %1$s на %2$s помеѓу %3$s - %4$s до %5$s",
|
||||
"Every %1$d Years in %2$s on the %3$s for the entire day" : "Секои %1$d години во %2$s на %3$s, цел ден",
|
||||
"Every %1$d Years in %2$s on the %3$s for the entire day until %4$s" : "Секои %1$d години во %2$s на %3$s, цел ден до %4$s",
|
||||
"Every %1$d Years in %2$s on the %3$s between %4$s - %5$s" : "Секои %1$d години во %2$s на %3$s помеѓу %4$s - %5$s",
|
||||
"Every %1$d Years in %2$s on the %3$s between %4$s - %5$s until %6$s" : "Секои %1$d години во %2$s на %3$s помеѓу %4$s - %5$s до %6$s",
|
||||
"On specific dates for the entire day until %1$s" : "На одредени датуми, цел ден до %1$s",
|
||||
"On specific dates between %1$s - %2$s until %3$s" : "На одредени датуми помеѓу %1$s - %2$s до %3$s",
|
||||
"In the past on %1$s" : "Во минатото, на %1$s",
|
||||
"_In a minute on %1$s_::_In %n minutes on %1$s_" : ["За една минута, на %1$s","За %n минути, на %1$s"],
|
||||
"_In a hour on %1$s_::_In %n hours on %1$s_" : ["За еден час, на %1$s","За %n часа, на %1$s"],
|
||||
"_In a day on %1$s_::_In %n days on %1$s_" : ["За еден ден, на %1$s","За %n дена, на %1$s"],
|
||||
"_In a week on %1$s_::_In %n weeks on %1$s_" : ["За една недела, на %1$s","За %n недели, на %1$s"],
|
||||
"_In a month on %1$s_::_In %n months on %1$s_" : ["За еден месец, на %1$s","За %n месеци, на %1$s"],
|
||||
"_In a year on %1$s_::_In %n years on %1$s_" : ["За една година, на %1$s","За %n години, на %1$s"],
|
||||
"In the past on %1$s then on %2$s" : "Во минатото, на %1$s, па на %2$s",
|
||||
"_In a minute on %1$s then on %2$s_::_In %n minutes on %1$s then on %2$s_" : ["За една минута, на %1$s, па на %2$s","За %n минути, на %1$s, па на %2$s"],
|
||||
"_In a hour on %1$s then on %2$s_::_In %n hours on %1$s then on %2$s_" : ["За еден час, на %1$s, па на %2$s","За %n часа, на %1$s, па на %2$s"],
|
||||
"_In a day on %1$s then on %2$s_::_In %n days on %1$s then on %2$s_" : ["За еден ден, на %1$s, па на %2$s","За %n дена, на %1$s, па на %2$s"],
|
||||
"_In a week on %1$s then on %2$s_::_In %n weeks on %1$s then on %2$s_" : ["За една недела, на %1$s, па на %2$s","За %n недели, на %1$s, па на %2$s"],
|
||||
"_In a month on %1$s then on %2$s_::_In %n months on %1$s then on %2$s_" : ["За еден месец, на %1$s, па на %2$s","За %n месеци, на %1$s, па на %2$s"],
|
||||
"_In a year on %1$s then on %2$s_::_In %n years on %1$s then on %2$s_" : ["За една година, на %1$s, па на %2$s","За %n години, на %1$s, па на %2$s"],
|
||||
"In the past on %1$s then on %2$s and %3$s" : "Во минатото, на %1$s, па на %2$s и %3$s",
|
||||
"_In a minute on %1$s then on %2$s and %3$s_::_In %n minutes on %1$s then on %2$s and %3$s_" : ["За една минута, на %1$s, па на %2$s и %3$s","За %n минути, на %1$s, па на %2$s и %3$s"],
|
||||
"_In a hour on %1$s then on %2$s and %3$s_::_In %n hours on %1$s then on %2$s and %3$s_" : ["За еден час, на %1$s, па на %2$s и %3$s","За %n часа, на %1$s, па на %2$s и %3$s"],
|
||||
"_In a day on %1$s then on %2$s and %3$s_::_In %n days on %1$s then on %2$s and %3$s_" : ["За еден ден, на %1$s, па на %2$s и %3$s","За %n дена, на %1$s, па на %2$s и %3$s"],
|
||||
"_In a week on %1$s then on %2$s and %3$s_::_In %n weeks on %1$s then on %2$s and %3$s_" : ["За една недела, на %1$s, па на %2$s и %3$s","За %n недели, на %1$s, па на %2$s и %3$s"],
|
||||
"_In a month on %1$s then on %2$s and %3$s_::_In %n months on %1$s then on %2$s and %3$s_" : ["За еден месец, на %1$s, па на %2$s и %3$s","За %n месеци, на %1$s, па на %2$s и %3$s"],
|
||||
"_In a year on %1$s then on %2$s and %3$s_::_In %n years on %1$s then on %2$s and %3$s_" : ["За една година, на %1$s, па на %2$s и %3$s","За %n години, на %1$s, па на %2$s и %3$s"],
|
||||
"Could not generate next recurrence statement" : "Не можеше да се генерира изјава за следното повторување",
|
||||
"Cancelled: %1$s" : "Откажано: %1$s",
|
||||
"\"%1$s\" has been canceled" : "\"%1$s\" е отакажана",
|
||||
"Re: %1$s" : "Одг: %1$s",
|
||||
@@ -89,6 +161,7 @@ OC.L10N.register(
|
||||
"When:" : "Кога:",
|
||||
"Location:" : "Локација:",
|
||||
"Link:" : "Линк:",
|
||||
"Occurring:" : "Се случува:",
|
||||
"Accept" : "Прифати",
|
||||
"Decline" : "Одбиј",
|
||||
"More options …" : "Повеќе опции ...",
|
||||
@@ -113,7 +186,15 @@ OC.L10N.register(
|
||||
"November" : "Ноември",
|
||||
"December" : "Декември",
|
||||
"First" : "Прва",
|
||||
"Second" : "Втор",
|
||||
"Third" : "Трета",
|
||||
"Fourth" : "Четврта",
|
||||
"Fifth" : "Петта",
|
||||
"Last" : "Последна",
|
||||
"Second Last" : "Претпоследно",
|
||||
"Third Last" : "Трето од крајот",
|
||||
"Fourth Last" : "Четврто од крајот",
|
||||
"Fifth Last" : "Петто од крајот",
|
||||
"Contacts" : "Контакти",
|
||||
"{actor} created address book {addressbook}" : "{actor} креираше адресар {addressbook}",
|
||||
"You created address book {addressbook}" : "Креиравте адресар {addressbook}",
|
||||
@@ -132,13 +213,35 @@ OC.L10N.register(
|
||||
"{actor} shared address book {addressbook} with group {group}" : "{actor} сподели адресар {addressbook} со група {group}",
|
||||
"You unshared address book {addressbook} from group {group}" : "Отстранивте од споделување адресар {addressbook} со група{group}",
|
||||
"{actor} unshared address book {addressbook} from group {group}" : "{actor} отстрани од споделување адресар {addressbook} од група {group}",
|
||||
"{actor} created contact {card} in address book {addressbook}" : "{actor} креираше контакт {card} во адресарот {addressbook}",
|
||||
"You created contact {card} in address book {addressbook}" : "Ти креираше контакт {card} во адресарот {addressbook}",
|
||||
"{actor} deleted contact {card} from address book {addressbook}" : "{actor} го избриша контактот {card} од адресарот {addressbook}",
|
||||
"You deleted contact {card} from address book {addressbook}" : "Ти го избриша контактот {card} од адресарот {addressbook}",
|
||||
"{actor} updated contact {card} in address book {addressbook}" : "{actor} го ажурираше контактот {card} во адресарот {addressbook}",
|
||||
"You updated contact {card} in address book {addressbook}" : "Ти го ажурираше контактот {card} во адресарот {addressbook}",
|
||||
"A <strong>contact</strong> or <strong>address book</strong> was modified" : "<strong>Контракт</strong> или <strong>адресар</strong> е променет",
|
||||
"System address book disabled" : "Системскиот адресар е оневозможен",
|
||||
"The system contacts address book has been automatically disabled during upgrade. This means that the address book will no longer be available to users in the contacts app or other clients. The system contacts address book was disabled because the amount of contacts in the address book exceeded the maximum recommended number of contacts. This limit is set to prevent performance issues. You can re-enable the system address book with the following command {command}" : "Системскиот адресар со контакти беше автоматски оневозможен за време на надградбата. Ова значи дека адресарот повеќе нема да биде достапен за корисниците во апликацијата Контакти или во други клиенти. Системскиот адресар беше оневозможен затоа што бројот на контакти го надмина максимално препорачаниот број. Ова ограничување е поставено за да се спречат проблеми со перформансите. Може повторно да го овозможите системскиот адресар со следната команда: {command}",
|
||||
"Accounts" : "Сметки",
|
||||
"System address book which holds all accounts" : "Системски адресар кој ги содржи сите сметки",
|
||||
"File is not updatable: %1$s" : "Датотека што не се ажурира: %1$s",
|
||||
"Failed to get storage for file" : "Не успеа да се добие складиштето за датотеката",
|
||||
"Could not write to final file, canceled by hook" : "Не можеше да се запише во финалната датотека, поништено од hook",
|
||||
"Could not write file contents" : "Не можеше да се запише содржината на датотеката",
|
||||
"_%n byte_::_%n bytes_" : ["%n бајт","%n бајти"],
|
||||
"Error while copying file to target location (copied: %1$s, expected filesize: %2$s)" : "Грешка при копирање на датотеката во целната локација (копирано: %1$s, очекувана големина: %2$s)",
|
||||
"Expected filesize of %1$s but read (from Nextcloud client) and wrote (to Nextcloud storage) %2$s. Could either be a network problem on the sending side or a problem writing to the storage on the server side." : "Очекувана големина на датотеката: %1$s, но беше прочитано (од Nextcloud клиентот) и запишано (во складиштето на серверот) %2$s. Можно е да има проблем со мрежата на страната на испраќачот или со складирањето на серверот.",
|
||||
"Could not rename part file to final file, canceled by hook" : "Не можеше да се преименува делумната датотека во финална, поништено од hook",
|
||||
"Could not rename part file to final file" : "Не можеше да се преименува делумната датотека во финална",
|
||||
"Failed to check file size: %1$s" : "Не успеа да се провери големината на датотеката: %1$s",
|
||||
"Could not open file: %1$s, file does seem to exist" : "Не може да се отвори датотеката: %1$s, датотеката изгледа дека постои",
|
||||
"Could not open file: %1$s, file doesn't seem to exist" : "Не може да се отвори датотеката: %1$s, датотеката изгледа дека не постои",
|
||||
"Encryption not ready: %1$s" : "Шифрирањето не е подготвено: %1$s",
|
||||
"Failed to open file: %1$s" : "Неуспешно отварање на датотека: %1$s",
|
||||
"Failed to unlink: %1$s" : "Не успеа да се отстрани врската: %1$s",
|
||||
"Failed to write file contents: %1$s" : "Не успеа да се запише содржината на датотеката: %1$s",
|
||||
"File not found: %1$s" : "Датотеката не е пронајдена: %1$s",
|
||||
"Invalid target path" : "Невалидна целна патека",
|
||||
"System is in maintenance mode." : "Системот е во мод за одржување.",
|
||||
"Upgrade needed" : "Потребна е надградба",
|
||||
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Вашиот %s треба да биде конфигуриран за да користи HTTPS за да може да се користи CalDAV и CardDAV на iOS/macOS.",
|
||||
@@ -149,8 +252,22 @@ OC.L10N.register(
|
||||
"Completed on %s" : "Завршена на %s",
|
||||
"Due on %s by %s" : "Истекува на %s од %s",
|
||||
"Due on %s" : "Истекува на %s",
|
||||
"Welcome to Nextcloud Calendar!\n\nThis is a sample event - explore the flexibility of planning with Nextcloud Calendar by making any edits you want!\n\nWith Nextcloud Calendar, you can:\n- Create, edit, and manage events effortlessly.\n- Create multiple calendars and share them with teammates, friends, or family.\n- Check availability and display your busy times to others.\n- Seamlessly integrate with apps and devices via CalDAV.\n- Customize your experience: schedule recurring events, adjust notifications and other settings." : "Добредојде во Nextcloud Календар!\n\nОва е пример на настан — истражете ја флексибилноста на планирањето во Nextcloud Календар преку уредување по ваша желба!\n\nСо Nextcloud Календар можете да:\n- создавате, уредувате и управувате со настани без напор;\n- креирате повеќе календари и да ги споделувате со соработници, пријатели или семејство;\n- проверувате достапност и да им прикажувате на другите кога сте зафатени;\n- беспрекорно се интегрирате со апликации и уреди преку CalDAV;\n- го прилагодите искуството: закажувајте повторувачки настани, прилагодувајте известувања и други поставки.",
|
||||
"Example event - open me!" : "Пример настан — отвори ме!",
|
||||
"System Address Book" : "Системски адресар",
|
||||
"The system address book contains contact information for all users in your instance." : "Системскиот адресар содржи информации за контактите на сите корисници во вашата инстанца.",
|
||||
"Enable System Address Book" : "Овозможи системски адресар",
|
||||
"DAV system address book" : "DAV системски адресар",
|
||||
"No outstanding DAV system address book sync." : "Нема активна синхронизација на DAV системскиот адресар.",
|
||||
"The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occurred. Please run it manually by calling \"occ dav:sync-system-addressbook\"." : "Синхронизацијата на DAV системскиот адресар сè уште не е извршена бидејќи вашата инстанца има повеќе од 1000 корисници или поради грешка. Ве молиме извршете ја рачно со командата \"occ dav:sync-system-addressbook\".",
|
||||
"DAV system address book size" : "Големина на DAV системскиот адресар",
|
||||
"The system address book is disabled" : "Системскиот адресар е оневозможен",
|
||||
"The system address book is enabled, but contains more than the configured limit of %d contacts" : "Системскиот адресар е овозможен, но содржи повеќе контакти од дозволениот лимит од %d",
|
||||
"The system address book is enabled and contains less than the configured limit of %d contacts" : "Системскиот адресар е овозможен и содржи помалку контакти од дозволениот лимит од %d",
|
||||
"WebDAV endpoint" : "WebDAV крајна точка",
|
||||
"Could not check that your web server is properly set up to allow file synchronization over WebDAV. Please check manually." : "Не може да се провери дали вашиот веб-сервер е правилно конфигуриран за дозвола на синхронизација на датотеки преку WebDAV. Ве молиме проверете рачно.",
|
||||
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Вашиот веб опслужувач сеуште не е точно подесен да овозможува синхронизација на датотеки бидејќи интерфејсот за WebDAV изгледа дека е расипан. ",
|
||||
"Your web server is properly set up to allow file synchronization over WebDAV." : "Вашиот веб-сервер е правилно конфигуриран за синхронизација на датотеки преку WebDAV.",
|
||||
"Migrated calendar (%1$s)" : "мигриран календар (%1$s)",
|
||||
"Calendars including events, details and attendees" : "Календари вклучувајќи настани, детали и присутни",
|
||||
"Contacts and groups" : "Контакти и групи",
|
||||
@@ -182,7 +299,23 @@ OC.L10N.register(
|
||||
"Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications." : "Автоматско поставување на статус во \"Не вознемирувај\" недостапен за да ги занемите сите известувања.",
|
||||
"Cancel" : "Откажи",
|
||||
"Import" : "Увези",
|
||||
"Error while saving settings" : "Грешка при зачувување на поставките",
|
||||
"Contact reset successfully" : "Контактот е успешно ресетиран",
|
||||
"Error while resetting contact" : "Грешка при ресетирање на контактот",
|
||||
"Contact imported successfully" : "Контактот е успешно увезен",
|
||||
"Error while importing contact" : "Грешка при увоз на контактот",
|
||||
"Import contact" : "Увези контакт",
|
||||
"Reset to default" : "Ресетирај на стандардно",
|
||||
"Import contacts" : "Увези контакти",
|
||||
"Importing a new .vcf file will delete the existing default contact and replace it with the new one. Do you want to continue?" : "Увозот на нова .vcf датотека ќе го избрише постојниот стандарден контакт и ќе го замени со новиот. Дали сакате да продолжите?",
|
||||
"Failed to save example event creation setting" : "Не успеа да се зачува поставката за креирање пример-настан",
|
||||
"Failed to upload the example event" : "Не успеа да се прикачи пример-настанот",
|
||||
"Custom example event was saved successfully" : "Прилагодениот пример-настан е успешно зачуван",
|
||||
"Failed to delete the custom example event" : "Не успеа да се избрише прилагодениот пример-настан",
|
||||
"Custom example event was deleted successfully" : "Прилагодениот пример-настан е успешно избришан",
|
||||
"Import calendar event" : "Увези календарски настан",
|
||||
"Uploading a new event will overwrite the existing one." : "Прикачувањето нов настан ќе го презапише постојниот.",
|
||||
"Upload event" : "Прикачи настан",
|
||||
"Availability" : "Достапност",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Ако ги поставите работните часови, другите корисници ќе можат да видат кога сте слободни за да можат да закажат состанок.",
|
||||
"Absence" : "Отсуство",
|
||||
@@ -199,6 +332,8 @@ OC.L10N.register(
|
||||
"Send reminder notifications to calendar sharees as well" : "Испратете известувања за потсетници и до споделувањата на календарот",
|
||||
"Reminders are always sent to organizers and attendees." : "Секогаш се испраќаат потсетници до организаторите и до присутните.",
|
||||
"Enable notifications for events via push" : "Овозможи известувања за настани преку push",
|
||||
"Example content" : "Пример содржина",
|
||||
"Example content serves to showcase the features of Nextcloud. Default content is shipped with Nextcloud, and can be replaced by custom content." : "Пример-содржината служи за прикажување на можностите на Nextcloud. Основната содржина се испорачува со Nextcloud и може да се замени со прилагодена содржина.",
|
||||
"There was an error updating your attendance status." : "Настана грешка при ажурирање на вашето присуство.",
|
||||
"Please contact the organizer directly." : "Контактирајте го организаторот директно.",
|
||||
"Are you accepting the invitation?" : "Дали ја прифаќате поканата?",
|
||||
|
||||
+147
-12
@@ -35,18 +35,18 @@
|
||||
"{actor} restored event {event} of calendar {calendar}" : "{actor} врати настан {event} во календарот {calendar}",
|
||||
"You restored event {event} of calendar {calendar}" : "Вративте настан {event} во календарот {calendar}",
|
||||
"Busy" : "Зафатен",
|
||||
"{actor} created to-do {todo} in list {calendar}" : "{actor} креираше задолжение {todo} во листата {calendar}",
|
||||
"You created to-do {todo} in list {calendar}" : "Креиравте задолжение {todo} во листата {calendar}",
|
||||
"{actor} deleted to-do {todo} from list {calendar}" : "{actor} избриша задолжение {todo} од листата {calendar}",
|
||||
"You deleted to-do {todo} from list {calendar}" : "Избришавте задолжение {todo} од листата {calendar}",
|
||||
"{actor} updated to-do {todo} in list {calendar}" : "{actor} ажурираше задолжение {todo} во листата {calendar}",
|
||||
"You updated to-do {todo} in list {calendar}" : "Ажуриравте задолжение {todo} во листата {calendar}",
|
||||
"{actor} solved to-do {todo} in list {calendar}" : "{actor} го заврши задолжението {todo} во листата {calendar}",
|
||||
"You solved to-do {todo} in list {calendar}" : "Го завршивте задолжението {todo} во листата {calendar}",
|
||||
"{actor} reopened to-do {todo} in list {calendar}" : "{actor} повторно го отвори задолжението {todo} во листата {calendar}",
|
||||
"You reopened to-do {todo} in list {calendar}" : "Повторно го отворивте задолжението {todo} во листата {calendar}",
|
||||
"{actor} moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "{actor} премести задолжение {todo} од листа {sourceCalendar} во листа {targetCalendar}",
|
||||
"You moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "Преместивте задолжение {todo} од листа {sourceCalendar} во листа {targetCalendar}",
|
||||
"{actor} created to-do {todo} in list {calendar}" : "{actor} креираше задача {todo} во листата {calendar}",
|
||||
"You created to-do {todo} in list {calendar}" : "Креиравте задача {todo} во листата {calendar}",
|
||||
"{actor} deleted to-do {todo} from list {calendar}" : "{actor} избриша задача {todo} од листата {calendar}",
|
||||
"You deleted to-do {todo} from list {calendar}" : "Избришавте задача {todo} од листата {calendar}",
|
||||
"{actor} updated to-do {todo} in list {calendar}" : "{actor} ажурираше задача {todo} во листата {calendar}",
|
||||
"You updated to-do {todo} in list {calendar}" : "Ажуриравте задача {todo} во листата {calendar}",
|
||||
"{actor} solved to-do {todo} in list {calendar}" : "{actor} ја заврши задачата {todo} во листата {calendar}",
|
||||
"You solved to-do {todo} in list {calendar}" : "Ја завршивте задачата {todo} во листата {calendar}",
|
||||
"{actor} reopened to-do {todo} in list {calendar}" : "{actor} повторно ја отвори задачата {todo} во листата {calendar}",
|
||||
"You reopened to-do {todo} in list {calendar}" : "Повторно ја отворивте задачата {todo} во листата {calendar}",
|
||||
"{actor} moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "{actor} премести задача {todo} од листа {sourceCalendar} во листа {targetCalendar}",
|
||||
"You moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "Преместивте задача {todo} од листа {sourceCalendar} во листа {targetCalendar}",
|
||||
"Calendar, contacts and tasks" : "Календар, контакти и задачи",
|
||||
"A <strong>calendar</strong> was modified" : "<strong>Календарот</strong> е променет",
|
||||
"A calendar <strong>event</strong> was modified" : "Изменет е <strong>настан</strong> во календарот",
|
||||
@@ -70,6 +70,78 @@
|
||||
"Description: %s" : "Опис: %s",
|
||||
"Where: %s" : "Каде: %s",
|
||||
"%1$s via %2$s" : "%1$s преку %2$s",
|
||||
"In the past on %1$s for the entire day" : "Во минатото, на %1$s цел ден",
|
||||
"_In a minute on %1$s for the entire day_::_In %n minutes on %1$s for the entire day_" : ["За една минута, на %1$s цел ден","За %n минути, на %1$s цел ден"],
|
||||
"_In a hour on %1$s for the entire day_::_In %n hours on %1$s for the entire day_" : ["За еден час, на %1$s цел ден","За %n часа, на %1$s цел ден"],
|
||||
"_In a day on %1$s for the entire day_::_In %n days on %1$s for the entire day_" : ["In a day on %1$s for the entire day\nЗа еден ден, на %1$s цел ден","За %n дена, на %1$s цел ден"],
|
||||
"_In a week on %1$s for the entire day_::_In %n weeks on %1$s for the entire day_" : ["За една недела, на %1$s цел ден","За %n недели, на %1$s цел ден"],
|
||||
"_In a month on %1$s for the entire day_::_In %n months on %1$s for the entire day_" : ["За еден месец, на %1$s цел ден","За %n месеци, на %1$s цел ден"],
|
||||
"_In a year on %1$s for the entire day_::_In %n years on %1$s for the entire day_" : ["За една година, на %1$s цел ден","За %n години, на %1$s цел ден"],
|
||||
"In the past on %1$s between %2$s - %3$s" : "Во минатото, на %1$s помеѓу %2$s - %3$s",
|
||||
"_In a minute on %1$s between %2$s - %3$s_::_In %n minutes on %1$s between %2$s - %3$s_" : ["За една минута, на %1$s помеѓу %2$s - %3$s","За %n минути, на %1$s помеѓу %2$s - %3$s"],
|
||||
"_In a hour on %1$s between %2$s - %3$s_::_In %n hours on %1$s between %2$s - %3$s_" : ["За еден час, на %1$s помеѓу %2$s - %3$s","За %n часа, на %1$s помеѓу %2$s - %3$s"],
|
||||
"_In a day on %1$s between %2$s - %3$s_::_In %n days on %1$s between %2$s - %3$s_" : ["За еден ден, на %1$s помеѓу %2$s - %3$s","За %n дена, на %1$s помеѓу %2$s - %3$s"],
|
||||
"_In a week on %1$s between %2$s - %3$s_::_In %n weeks on %1$s between %2$s - %3$s_" : ["За една недела, на %1$s помеѓу %2$s - %3$s","За %n недели, на %1$s помеѓу %2$s - %3$s"],
|
||||
"_In a month on %1$s between %2$s - %3$s_::_In %n months on %1$s between %2$s - %3$s_" : ["За еден месец, на %1$s помеѓу %2$s - %3$s","За %n месеци, на %1$s помеѓу %2$s - %3$s"],
|
||||
"_In a year on %1$s between %2$s - %3$s_::_In %n years on %1$s between %2$s - %3$s_" : ["За една година, на %1$s помеѓу %2$s - %3$s","За %n години, на %1$s помеѓу %2$s - %3$s"],
|
||||
"Could not generate when statement" : "Не може да се генерира временската изјава",
|
||||
"Every Day for the entire day" : "Секој ден, цел ден",
|
||||
"Every Day for the entire day until %1$s" : "Секој ден, цел ден до %1$s",
|
||||
"Every Day between %1$s - %2$s" : "Секој ден помеѓу %1$s - %2$s",
|
||||
"Every Day between %1$s - %2$s until %3$s" : "Секој ден помеѓу %1$s - %2$s до %3$s",
|
||||
"Every %1$d Days for the entire day" : "Секои %1$d дена, цел ден",
|
||||
"Every %1$d Days for the entire day until %2$s" : "Секои %1$d дена, цел ден до %2$s",
|
||||
"Every %1$d Days between %2$s - %3$s" : "Секои %1$d дена помеѓу %2$s - %3$s",
|
||||
"Every %1$d Days between %2$s - %3$s until %4$s" : "Секои %1$d дена помеѓу %2$s - %3$s до %4$s",
|
||||
"Could not generate event recurrence statement" : "Не може да се генерира изјава за повторување на настанот",
|
||||
"Every Week on %1$s for the entire day" : "Секоја недела во %1$s, цел ден",
|
||||
"Every Week on %1$s for the entire day until %2$s" : "Секоја недела во %1$s, цел ден до %2$s",
|
||||
"Every Week on %1$s between %2$s - %3$s" : "Секоја недела во %1$s помеѓу %2$s - %3$s",
|
||||
"Every Week on %1$s between %2$s - %3$s until %4$s" : "Секоја недела во %1$s помеѓу %2$s - %3$s до %4$s",
|
||||
"Every %1$d Weeks on %2$s for the entire day" : "Секои %1$d недели во %2$s, цел ден",
|
||||
"Every %1$d Weeks on %2$s for the entire day until %3$s" : "Секои %1$d недели во %2$s, цел ден до %3$s",
|
||||
"Every %1$d Weeks on %2$s between %3$s - %4$s" : "Секои %1$d недели во %2$s помеѓу %3$s - %4$s",
|
||||
"Every %1$d Weeks on %2$s between %3$s - %4$s until %5$s" : "Секои %1$d недели во %2$s помеѓу %3$s - %4$s до %5$s",
|
||||
"Every Month on the %1$s for the entire day" : "Секој месец на %1$s, цел ден",
|
||||
"Every Month on the %1$s for the entire day until %2$s" : "Секој месец на %1$s, цел ден до %2$s",
|
||||
"Every Month on the %1$s between %2$s - %3$s" : "Секој месец на %1$s помеѓу %2$s - %3$s",
|
||||
"Every Month on the %1$s between %2$s - %3$s until %4$s" : "Секој месец на %1$s помеѓу %2$s - %3$s до %4$s",
|
||||
"Every %1$d Months on the %2$s for the entire day" : "Секои %1$d месеци на %2$s, цел ден",
|
||||
"Every %1$d Months on the %2$s for the entire day until %3$s" : "Секои %1$d месеци на %2$s, цел ден до %3$s",
|
||||
"Every %1$d Months on the %2$s between %3$s - %4$s" : "Секои %1$d месеци на %2$s помеѓу %3$s - %4$s",
|
||||
"Every %1$d Months on the %2$s between %3$s - %4$s until %5$s" : "Секои %1$d месеци на %2$s помеѓу %3$s - %4$s до %5$s",
|
||||
"Every Year in %1$s on the %2$s for the entire day" : "Секоја година во %1$s на %2$s, цел ден",
|
||||
"Every Year in %1$s on the %2$s for the entire day until %3$s" : "Секоја година во %1$s на %2$s, цел ден до %3$s",
|
||||
"Every Year in %1$s on the %2$s between %3$s - %4$s" : "Секоја година во %1$s на %2$s помеѓу %3$s - %4$s",
|
||||
"Every Year in %1$s on the %2$s between %3$s - %4$s until %5$s" : "Секоја година во %1$s на %2$s помеѓу %3$s - %4$s до %5$s",
|
||||
"Every %1$d Years in %2$s on the %3$s for the entire day" : "Секои %1$d години во %2$s на %3$s, цел ден",
|
||||
"Every %1$d Years in %2$s on the %3$s for the entire day until %4$s" : "Секои %1$d години во %2$s на %3$s, цел ден до %4$s",
|
||||
"Every %1$d Years in %2$s on the %3$s between %4$s - %5$s" : "Секои %1$d години во %2$s на %3$s помеѓу %4$s - %5$s",
|
||||
"Every %1$d Years in %2$s on the %3$s between %4$s - %5$s until %6$s" : "Секои %1$d години во %2$s на %3$s помеѓу %4$s - %5$s до %6$s",
|
||||
"On specific dates for the entire day until %1$s" : "На одредени датуми, цел ден до %1$s",
|
||||
"On specific dates between %1$s - %2$s until %3$s" : "На одредени датуми помеѓу %1$s - %2$s до %3$s",
|
||||
"In the past on %1$s" : "Во минатото, на %1$s",
|
||||
"_In a minute on %1$s_::_In %n minutes on %1$s_" : ["За една минута, на %1$s","За %n минути, на %1$s"],
|
||||
"_In a hour on %1$s_::_In %n hours on %1$s_" : ["За еден час, на %1$s","За %n часа, на %1$s"],
|
||||
"_In a day on %1$s_::_In %n days on %1$s_" : ["За еден ден, на %1$s","За %n дена, на %1$s"],
|
||||
"_In a week on %1$s_::_In %n weeks on %1$s_" : ["За една недела, на %1$s","За %n недели, на %1$s"],
|
||||
"_In a month on %1$s_::_In %n months on %1$s_" : ["За еден месец, на %1$s","За %n месеци, на %1$s"],
|
||||
"_In a year on %1$s_::_In %n years on %1$s_" : ["За една година, на %1$s","За %n години, на %1$s"],
|
||||
"In the past on %1$s then on %2$s" : "Во минатото, на %1$s, па на %2$s",
|
||||
"_In a minute on %1$s then on %2$s_::_In %n minutes on %1$s then on %2$s_" : ["За една минута, на %1$s, па на %2$s","За %n минути, на %1$s, па на %2$s"],
|
||||
"_In a hour on %1$s then on %2$s_::_In %n hours on %1$s then on %2$s_" : ["За еден час, на %1$s, па на %2$s","За %n часа, на %1$s, па на %2$s"],
|
||||
"_In a day on %1$s then on %2$s_::_In %n days on %1$s then on %2$s_" : ["За еден ден, на %1$s, па на %2$s","За %n дена, на %1$s, па на %2$s"],
|
||||
"_In a week on %1$s then on %2$s_::_In %n weeks on %1$s then on %2$s_" : ["За една недела, на %1$s, па на %2$s","За %n недели, на %1$s, па на %2$s"],
|
||||
"_In a month on %1$s then on %2$s_::_In %n months on %1$s then on %2$s_" : ["За еден месец, на %1$s, па на %2$s","За %n месеци, на %1$s, па на %2$s"],
|
||||
"_In a year on %1$s then on %2$s_::_In %n years on %1$s then on %2$s_" : ["За една година, на %1$s, па на %2$s","За %n години, на %1$s, па на %2$s"],
|
||||
"In the past on %1$s then on %2$s and %3$s" : "Во минатото, на %1$s, па на %2$s и %3$s",
|
||||
"_In a minute on %1$s then on %2$s and %3$s_::_In %n minutes on %1$s then on %2$s and %3$s_" : ["За една минута, на %1$s, па на %2$s и %3$s","За %n минути, на %1$s, па на %2$s и %3$s"],
|
||||
"_In a hour on %1$s then on %2$s and %3$s_::_In %n hours on %1$s then on %2$s and %3$s_" : ["За еден час, на %1$s, па на %2$s и %3$s","За %n часа, на %1$s, па на %2$s и %3$s"],
|
||||
"_In a day on %1$s then on %2$s and %3$s_::_In %n days on %1$s then on %2$s and %3$s_" : ["За еден ден, на %1$s, па на %2$s и %3$s","За %n дена, на %1$s, па на %2$s и %3$s"],
|
||||
"_In a week on %1$s then on %2$s and %3$s_::_In %n weeks on %1$s then on %2$s and %3$s_" : ["За една недела, на %1$s, па на %2$s и %3$s","За %n недели, на %1$s, па на %2$s и %3$s"],
|
||||
"_In a month on %1$s then on %2$s and %3$s_::_In %n months on %1$s then on %2$s and %3$s_" : ["За еден месец, на %1$s, па на %2$s и %3$s","За %n месеци, на %1$s, па на %2$s и %3$s"],
|
||||
"_In a year on %1$s then on %2$s and %3$s_::_In %n years on %1$s then on %2$s and %3$s_" : ["За една година, на %1$s, па на %2$s и %3$s","За %n години, на %1$s, па на %2$s и %3$s"],
|
||||
"Could not generate next recurrence statement" : "Не можеше да се генерира изјава за следното повторување",
|
||||
"Cancelled: %1$s" : "Откажано: %1$s",
|
||||
"\"%1$s\" has been canceled" : "\"%1$s\" е отакажана",
|
||||
"Re: %1$s" : "Одг: %1$s",
|
||||
@@ -87,6 +159,7 @@
|
||||
"When:" : "Кога:",
|
||||
"Location:" : "Локација:",
|
||||
"Link:" : "Линк:",
|
||||
"Occurring:" : "Се случува:",
|
||||
"Accept" : "Прифати",
|
||||
"Decline" : "Одбиј",
|
||||
"More options …" : "Повеќе опции ...",
|
||||
@@ -111,7 +184,15 @@
|
||||
"November" : "Ноември",
|
||||
"December" : "Декември",
|
||||
"First" : "Прва",
|
||||
"Second" : "Втор",
|
||||
"Third" : "Трета",
|
||||
"Fourth" : "Четврта",
|
||||
"Fifth" : "Петта",
|
||||
"Last" : "Последна",
|
||||
"Second Last" : "Претпоследно",
|
||||
"Third Last" : "Трето од крајот",
|
||||
"Fourth Last" : "Четврто од крајот",
|
||||
"Fifth Last" : "Петто од крајот",
|
||||
"Contacts" : "Контакти",
|
||||
"{actor} created address book {addressbook}" : "{actor} креираше адресар {addressbook}",
|
||||
"You created address book {addressbook}" : "Креиравте адресар {addressbook}",
|
||||
@@ -130,13 +211,35 @@
|
||||
"{actor} shared address book {addressbook} with group {group}" : "{actor} сподели адресар {addressbook} со група {group}",
|
||||
"You unshared address book {addressbook} from group {group}" : "Отстранивте од споделување адресар {addressbook} со група{group}",
|
||||
"{actor} unshared address book {addressbook} from group {group}" : "{actor} отстрани од споделување адресар {addressbook} од група {group}",
|
||||
"{actor} created contact {card} in address book {addressbook}" : "{actor} креираше контакт {card} во адресарот {addressbook}",
|
||||
"You created contact {card} in address book {addressbook}" : "Ти креираше контакт {card} во адресарот {addressbook}",
|
||||
"{actor} deleted contact {card} from address book {addressbook}" : "{actor} го избриша контактот {card} од адресарот {addressbook}",
|
||||
"You deleted contact {card} from address book {addressbook}" : "Ти го избриша контактот {card} од адресарот {addressbook}",
|
||||
"{actor} updated contact {card} in address book {addressbook}" : "{actor} го ажурираше контактот {card} во адресарот {addressbook}",
|
||||
"You updated contact {card} in address book {addressbook}" : "Ти го ажурираше контактот {card} во адресарот {addressbook}",
|
||||
"A <strong>contact</strong> or <strong>address book</strong> was modified" : "<strong>Контракт</strong> или <strong>адресар</strong> е променет",
|
||||
"System address book disabled" : "Системскиот адресар е оневозможен",
|
||||
"The system contacts address book has been automatically disabled during upgrade. This means that the address book will no longer be available to users in the contacts app or other clients. The system contacts address book was disabled because the amount of contacts in the address book exceeded the maximum recommended number of contacts. This limit is set to prevent performance issues. You can re-enable the system address book with the following command {command}" : "Системскиот адресар со контакти беше автоматски оневозможен за време на надградбата. Ова значи дека адресарот повеќе нема да биде достапен за корисниците во апликацијата Контакти или во други клиенти. Системскиот адресар беше оневозможен затоа што бројот на контакти го надмина максимално препорачаниот број. Ова ограничување е поставено за да се спречат проблеми со перформансите. Може повторно да го овозможите системскиот адресар со следната команда: {command}",
|
||||
"Accounts" : "Сметки",
|
||||
"System address book which holds all accounts" : "Системски адресар кој ги содржи сите сметки",
|
||||
"File is not updatable: %1$s" : "Датотека што не се ажурира: %1$s",
|
||||
"Failed to get storage for file" : "Не успеа да се добие складиштето за датотеката",
|
||||
"Could not write to final file, canceled by hook" : "Не можеше да се запише во финалната датотека, поништено од hook",
|
||||
"Could not write file contents" : "Не можеше да се запише содржината на датотеката",
|
||||
"_%n byte_::_%n bytes_" : ["%n бајт","%n бајти"],
|
||||
"Error while copying file to target location (copied: %1$s, expected filesize: %2$s)" : "Грешка при копирање на датотеката во целната локација (копирано: %1$s, очекувана големина: %2$s)",
|
||||
"Expected filesize of %1$s but read (from Nextcloud client) and wrote (to Nextcloud storage) %2$s. Could either be a network problem on the sending side or a problem writing to the storage on the server side." : "Очекувана големина на датотеката: %1$s, но беше прочитано (од Nextcloud клиентот) и запишано (во складиштето на серверот) %2$s. Можно е да има проблем со мрежата на страната на испраќачот или со складирањето на серверот.",
|
||||
"Could not rename part file to final file, canceled by hook" : "Не можеше да се преименува делумната датотека во финална, поништено од hook",
|
||||
"Could not rename part file to final file" : "Не можеше да се преименува делумната датотека во финална",
|
||||
"Failed to check file size: %1$s" : "Не успеа да се провери големината на датотеката: %1$s",
|
||||
"Could not open file: %1$s, file does seem to exist" : "Не може да се отвори датотеката: %1$s, датотеката изгледа дека постои",
|
||||
"Could not open file: %1$s, file doesn't seem to exist" : "Не може да се отвори датотеката: %1$s, датотеката изгледа дека не постои",
|
||||
"Encryption not ready: %1$s" : "Шифрирањето не е подготвено: %1$s",
|
||||
"Failed to open file: %1$s" : "Неуспешно отварање на датотека: %1$s",
|
||||
"Failed to unlink: %1$s" : "Не успеа да се отстрани врската: %1$s",
|
||||
"Failed to write file contents: %1$s" : "Не успеа да се запише содржината на датотеката: %1$s",
|
||||
"File not found: %1$s" : "Датотеката не е пронајдена: %1$s",
|
||||
"Invalid target path" : "Невалидна целна патека",
|
||||
"System is in maintenance mode." : "Системот е во мод за одржување.",
|
||||
"Upgrade needed" : "Потребна е надградба",
|
||||
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Вашиот %s треба да биде конфигуриран за да користи HTTPS за да може да се користи CalDAV и CardDAV на iOS/macOS.",
|
||||
@@ -147,8 +250,22 @@
|
||||
"Completed on %s" : "Завршена на %s",
|
||||
"Due on %s by %s" : "Истекува на %s од %s",
|
||||
"Due on %s" : "Истекува на %s",
|
||||
"Welcome to Nextcloud Calendar!\n\nThis is a sample event - explore the flexibility of planning with Nextcloud Calendar by making any edits you want!\n\nWith Nextcloud Calendar, you can:\n- Create, edit, and manage events effortlessly.\n- Create multiple calendars and share them with teammates, friends, or family.\n- Check availability and display your busy times to others.\n- Seamlessly integrate with apps and devices via CalDAV.\n- Customize your experience: schedule recurring events, adjust notifications and other settings." : "Добредојде во Nextcloud Календар!\n\nОва е пример на настан — истражете ја флексибилноста на планирањето во Nextcloud Календар преку уредување по ваша желба!\n\nСо Nextcloud Календар можете да:\n- создавате, уредувате и управувате со настани без напор;\n- креирате повеќе календари и да ги споделувате со соработници, пријатели или семејство;\n- проверувате достапност и да им прикажувате на другите кога сте зафатени;\n- беспрекорно се интегрирате со апликации и уреди преку CalDAV;\n- го прилагодите искуството: закажувајте повторувачки настани, прилагодувајте известувања и други поставки.",
|
||||
"Example event - open me!" : "Пример настан — отвори ме!",
|
||||
"System Address Book" : "Системски адресар",
|
||||
"The system address book contains contact information for all users in your instance." : "Системскиот адресар содржи информации за контактите на сите корисници во вашата инстанца.",
|
||||
"Enable System Address Book" : "Овозможи системски адресар",
|
||||
"DAV system address book" : "DAV системски адресар",
|
||||
"No outstanding DAV system address book sync." : "Нема активна синхронизација на DAV системскиот адресар.",
|
||||
"The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occurred. Please run it manually by calling \"occ dav:sync-system-addressbook\"." : "Синхронизацијата на DAV системскиот адресар сè уште не е извршена бидејќи вашата инстанца има повеќе од 1000 корисници или поради грешка. Ве молиме извршете ја рачно со командата \"occ dav:sync-system-addressbook\".",
|
||||
"DAV system address book size" : "Големина на DAV системскиот адресар",
|
||||
"The system address book is disabled" : "Системскиот адресар е оневозможен",
|
||||
"The system address book is enabled, but contains more than the configured limit of %d contacts" : "Системскиот адресар е овозможен, но содржи повеќе контакти од дозволениот лимит од %d",
|
||||
"The system address book is enabled and contains less than the configured limit of %d contacts" : "Системскиот адресар е овозможен и содржи помалку контакти од дозволениот лимит од %d",
|
||||
"WebDAV endpoint" : "WebDAV крајна точка",
|
||||
"Could not check that your web server is properly set up to allow file synchronization over WebDAV. Please check manually." : "Не може да се провери дали вашиот веб-сервер е правилно конфигуриран за дозвола на синхронизација на датотеки преку WebDAV. Ве молиме проверете рачно.",
|
||||
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Вашиот веб опслужувач сеуште не е точно подесен да овозможува синхронизација на датотеки бидејќи интерфејсот за WebDAV изгледа дека е расипан. ",
|
||||
"Your web server is properly set up to allow file synchronization over WebDAV." : "Вашиот веб-сервер е правилно конфигуриран за синхронизација на датотеки преку WebDAV.",
|
||||
"Migrated calendar (%1$s)" : "мигриран календар (%1$s)",
|
||||
"Calendars including events, details and attendees" : "Календари вклучувајќи настани, детали и присутни",
|
||||
"Contacts and groups" : "Контакти и групи",
|
||||
@@ -180,7 +297,23 @@
|
||||
"Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications." : "Автоматско поставување на статус во \"Не вознемирувај\" недостапен за да ги занемите сите известувања.",
|
||||
"Cancel" : "Откажи",
|
||||
"Import" : "Увези",
|
||||
"Error while saving settings" : "Грешка при зачувување на поставките",
|
||||
"Contact reset successfully" : "Контактот е успешно ресетиран",
|
||||
"Error while resetting contact" : "Грешка при ресетирање на контактот",
|
||||
"Contact imported successfully" : "Контактот е успешно увезен",
|
||||
"Error while importing contact" : "Грешка при увоз на контактот",
|
||||
"Import contact" : "Увези контакт",
|
||||
"Reset to default" : "Ресетирај на стандардно",
|
||||
"Import contacts" : "Увези контакти",
|
||||
"Importing a new .vcf file will delete the existing default contact and replace it with the new one. Do you want to continue?" : "Увозот на нова .vcf датотека ќе го избрише постојниот стандарден контакт и ќе го замени со новиот. Дали сакате да продолжите?",
|
||||
"Failed to save example event creation setting" : "Не успеа да се зачува поставката за креирање пример-настан",
|
||||
"Failed to upload the example event" : "Не успеа да се прикачи пример-настанот",
|
||||
"Custom example event was saved successfully" : "Прилагодениот пример-настан е успешно зачуван",
|
||||
"Failed to delete the custom example event" : "Не успеа да се избрише прилагодениот пример-настан",
|
||||
"Custom example event was deleted successfully" : "Прилагодениот пример-настан е успешно избришан",
|
||||
"Import calendar event" : "Увези календарски настан",
|
||||
"Uploading a new event will overwrite the existing one." : "Прикачувањето нов настан ќе го презапише постојниот.",
|
||||
"Upload event" : "Прикачи настан",
|
||||
"Availability" : "Достапност",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Ако ги поставите работните часови, другите корисници ќе можат да видат кога сте слободни за да можат да закажат состанок.",
|
||||
"Absence" : "Отсуство",
|
||||
@@ -197,6 +330,8 @@
|
||||
"Send reminder notifications to calendar sharees as well" : "Испратете известувања за потсетници и до споделувањата на календарот",
|
||||
"Reminders are always sent to organizers and attendees." : "Секогаш се испраќаат потсетници до организаторите и до присутните.",
|
||||
"Enable notifications for events via push" : "Овозможи известувања за настани преку push",
|
||||
"Example content" : "Пример содржина",
|
||||
"Example content serves to showcase the features of Nextcloud. Default content is shipped with Nextcloud, and can be replaced by custom content." : "Пример-содржината служи за прикажување на можностите на Nextcloud. Основната содржина се испорачува со Nextcloud и може да се замени со прилагодена содржина.",
|
||||
"There was an error updating your attendance status." : "Настана грешка при ажурирање на вашето присуство.",
|
||||
"Please contact the organizer directly." : "Контактирајте го организаторот директно.",
|
||||
"Are you accepting the invitation?" : "Дали ја прифаќате поканата?",
|
||||
|
||||
@@ -220,6 +220,8 @@ OC.L10N.register(
|
||||
"{actor} updated contact {card} in address book {addressbook}" : "{actor}, {addressbook} adres defterindeki {card} kişi kartını güncelledi",
|
||||
"You updated contact {card} in address book {addressbook}" : "{addressbook} adres defterindeki {card} kişi kartını güncellediniz",
|
||||
"A <strong>contact</strong> or <strong>address book</strong> was modified" : "Bir <strong>kişi</strong> ya da <strong>adres defteri</strong> değiştirildiğinde",
|
||||
"System address book disabled" : "Sistem adres defteri kapatılmış",
|
||||
"The system contacts address book has been automatically disabled during upgrade. This means that the address book will no longer be available to users in the contacts app or other clients. The system contacts address book was disabled because the amount of contacts in the address book exceeded the maximum recommended number of contacts. This limit is set to prevent performance issues. You can re-enable the system address book with the following command {command}" : "Yükseltme sırasında sistem kişileri adres defteri otomatik olarak kapatıldı. Adres defteri artık kişiler uygulamasındaki kullanıcılar veya diğer istemciler tarafından kullanılamayacak. Adres defterindeki kişi sayısı önerilen en fazla kişi sayısını aştığı için sistem kişileri adres defteri kapatıldı. Bu sınır, başarım sorunlarını önlemek için belirlenmiştir. Şu komutla sistem adres defterini yeniden açabilirsiniz: {command}",
|
||||
"Accounts" : "Hesaplar",
|
||||
"System address book which holds all accounts" : "Tüm hesapların bulunduğu sistem adres defteri",
|
||||
"File is not updatable: %1$s" : "Dosya güncellenebilir değil: %1$s",
|
||||
@@ -258,6 +260,10 @@ OC.L10N.register(
|
||||
"DAV system address book" : "DAV sistem adres defteri",
|
||||
"No outstanding DAV system address book sync." : "Bekleyen bir DAV sistemi adres defteri eşitlemesi yok.",
|
||||
"The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occurred. Please run it manually by calling \"occ dav:sync-system-addressbook\"." : "Kopyanızda 1000 üzerinde kullanıcı olduğundan ya da bir sorun çıktığından DAV sistemi adres defteri eşitlemesi henüz yapılmamış. Lütfen \"occ dav:sync-system-addressbook\" komutunu yürüterek el ile eşitleyin.",
|
||||
"DAV system address book size" : "DAV sistem adres defteri boyutu",
|
||||
"The system address book is disabled" : "Sistem adres defteri kapatılmış",
|
||||
"The system address book is enabled, but contains more than the configured limit of %d contacts" : "Sistem adres defteri açık, ancak yapılandırılmış %d kişi sayısı sınırından daha fazla kişi içeriyor",
|
||||
"The system address book is enabled and contains less than the configured limit of %d contacts" : "Sistem adres defteri açık ve yapılandırılmış %d kişi sayısı sınırından daha az kişi içeriyor",
|
||||
"WebDAV endpoint" : "WebDAV bağlantı noktası",
|
||||
"Could not check that your web server is properly set up to allow file synchronization over WebDAV. Please check manually." : "Site sunucunuzun WebDAV üzerinden dosya eşitlemesi için doğru şekilde ayarlanıp ayarlanmadığı denetlenemedi. Lütfen el ile denetleyin.",
|
||||
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Site sunucunuz dosya eşitlemesi için doğru şekilde ayarlanmamış. WebDAV arabirimi sorunlu görünüyor.",
|
||||
|
||||
@@ -218,6 +218,8 @@
|
||||
"{actor} updated contact {card} in address book {addressbook}" : "{actor}, {addressbook} adres defterindeki {card} kişi kartını güncelledi",
|
||||
"You updated contact {card} in address book {addressbook}" : "{addressbook} adres defterindeki {card} kişi kartını güncellediniz",
|
||||
"A <strong>contact</strong> or <strong>address book</strong> was modified" : "Bir <strong>kişi</strong> ya da <strong>adres defteri</strong> değiştirildiğinde",
|
||||
"System address book disabled" : "Sistem adres defteri kapatılmış",
|
||||
"The system contacts address book has been automatically disabled during upgrade. This means that the address book will no longer be available to users in the contacts app or other clients. The system contacts address book was disabled because the amount of contacts in the address book exceeded the maximum recommended number of contacts. This limit is set to prevent performance issues. You can re-enable the system address book with the following command {command}" : "Yükseltme sırasında sistem kişileri adres defteri otomatik olarak kapatıldı. Adres defteri artık kişiler uygulamasındaki kullanıcılar veya diğer istemciler tarafından kullanılamayacak. Adres defterindeki kişi sayısı önerilen en fazla kişi sayısını aştığı için sistem kişileri adres defteri kapatıldı. Bu sınır, başarım sorunlarını önlemek için belirlenmiştir. Şu komutla sistem adres defterini yeniden açabilirsiniz: {command}",
|
||||
"Accounts" : "Hesaplar",
|
||||
"System address book which holds all accounts" : "Tüm hesapların bulunduğu sistem adres defteri",
|
||||
"File is not updatable: %1$s" : "Dosya güncellenebilir değil: %1$s",
|
||||
@@ -256,6 +258,10 @@
|
||||
"DAV system address book" : "DAV sistem adres defteri",
|
||||
"No outstanding DAV system address book sync." : "Bekleyen bir DAV sistemi adres defteri eşitlemesi yok.",
|
||||
"The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occurred. Please run it manually by calling \"occ dav:sync-system-addressbook\"." : "Kopyanızda 1000 üzerinde kullanıcı olduğundan ya da bir sorun çıktığından DAV sistemi adres defteri eşitlemesi henüz yapılmamış. Lütfen \"occ dav:sync-system-addressbook\" komutunu yürüterek el ile eşitleyin.",
|
||||
"DAV system address book size" : "DAV sistem adres defteri boyutu",
|
||||
"The system address book is disabled" : "Sistem adres defteri kapatılmış",
|
||||
"The system address book is enabled, but contains more than the configured limit of %d contacts" : "Sistem adres defteri açık, ancak yapılandırılmış %d kişi sayısı sınırından daha fazla kişi içeriyor",
|
||||
"The system address book is enabled and contains less than the configured limit of %d contacts" : "Sistem adres defteri açık ve yapılandırılmış %d kişi sayısı sınırından daha az kişi içeriyor",
|
||||
"WebDAV endpoint" : "WebDAV bağlantı noktası",
|
||||
"Could not check that your web server is properly set up to allow file synchronization over WebDAV. Please check manually." : "Site sunucunuzun WebDAV üzerinden dosya eşitlemesi için doğru şekilde ayarlanıp ayarlanmadığı denetlenemedi. Lütfen el ile denetleyin.",
|
||||
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Site sunucunuz dosya eşitlemesi için doğru şekilde ayarlanmamış. WebDAV arabirimi sorunlu görünüyor.",
|
||||
|
||||
@@ -23,6 +23,7 @@ use OCA\DAV\Capabilities;
|
||||
use OCA\DAV\CardDAV\ContactsManager;
|
||||
use OCA\DAV\CardDAV\Notification\Notifier as NotifierCardDAV;
|
||||
use OCA\DAV\CardDAV\SyncService;
|
||||
use OCA\DAV\ConfigLexicon;
|
||||
use OCA\DAV\Events\AddressBookCreatedEvent;
|
||||
use OCA\DAV\Events\AddressBookDeletedEvent;
|
||||
use OCA\DAV\Events\AddressBookShareUpdatedEvent;
|
||||
@@ -228,6 +229,8 @@ class Application extends App implements IBootstrap {
|
||||
$context->registerDeclarativeSettings(SystemAddressBookSettings::class);
|
||||
$context->registerEventListener(DeclarativeSettingsGetValueEvent::class, DavAdminSettingsListener::class);
|
||||
$context->registerEventListener(DeclarativeSettingsSetValueEvent::class, DavAdminSettingsListener::class);
|
||||
|
||||
$context->registerConfigLexicon(ConfigLexicon::class);
|
||||
}
|
||||
|
||||
public function boot(IBootContext $context): void {
|
||||
|
||||
@@ -7,8 +7,11 @@
|
||||
*/
|
||||
namespace OCA\DAV\CardDAV;
|
||||
|
||||
use OCA\DAV\AppInfo\Application;
|
||||
use OCA\DAV\ConfigLexicon;
|
||||
use OCA\DAV\Db\PropertyMapper;
|
||||
use OCP\Contacts\IManager;
|
||||
use OCP\IAppConfig;
|
||||
use OCP\IL10N;
|
||||
use OCP\IURLGenerator;
|
||||
|
||||
@@ -23,6 +26,7 @@ class ContactsManager {
|
||||
private CardDavBackend $backend,
|
||||
private IL10N $l10n,
|
||||
private PropertyMapper $propertyMapper,
|
||||
private IAppConfig $appConfig,
|
||||
) {
|
||||
}
|
||||
|
||||
@@ -43,6 +47,11 @@ class ContactsManager {
|
||||
* @param IURLGenerator $urlGenerator
|
||||
*/
|
||||
public function setupSystemContactsProvider(IManager $cm, ?string $userId, IURLGenerator $urlGenerator) {
|
||||
$systemAddressBookExposed = $this->appConfig->getValueBool(Application::APP_ID, ConfigLexicon::SYSTEM_ADDRESSBOOK_EXPOSED);
|
||||
if (!$systemAddressBookExposed) {
|
||||
return;
|
||||
}
|
||||
|
||||
$addressBooks = $this->backend->getAddressBooksForUser('principals/system/system');
|
||||
$this->register($cm, $addressBooks, $urlGenerator, $userId);
|
||||
}
|
||||
|
||||
@@ -9,11 +9,14 @@ declare(strict_types=1);
|
||||
*/
|
||||
namespace OCA\DAV\CardDAV;
|
||||
|
||||
use OCA\DAV\AppInfo\Application;
|
||||
use OCA\DAV\AppInfo\PluginManager;
|
||||
use OCA\DAV\CardDAV\Integration\ExternalAddressBook;
|
||||
use OCA\DAV\CardDAV\Integration\IAddressBookProvider;
|
||||
use OCA\DAV\ConfigLexicon;
|
||||
use OCA\Federation\TrustedServers;
|
||||
use OCP\AppFramework\QueryException;
|
||||
use OCP\IAppConfig;
|
||||
use OCP\IConfig;
|
||||
use OCP\IGroupManager;
|
||||
use OCP\IL10N;
|
||||
@@ -21,6 +24,7 @@ use OCP\IRequest;
|
||||
use OCP\IUser;
|
||||
use OCP\IUserSession;
|
||||
use OCP\Server;
|
||||
use OCP\Util;
|
||||
use Psr\Container\ContainerExceptionInterface;
|
||||
use Psr\Container\NotFoundExceptionInterface;
|
||||
use Sabre\CardDAV\Backend;
|
||||
@@ -30,11 +34,9 @@ use Sabre\DAV\MkCol;
|
||||
use function array_map;
|
||||
|
||||
class UserAddressBooks extends \Sabre\CardDAV\AddressBookHome {
|
||||
/** @var IL10N */
|
||||
protected $l10n;
|
||||
|
||||
/** @var IConfig */
|
||||
protected $config;
|
||||
protected IL10N $l10n;
|
||||
protected IConfig $config;
|
||||
protected IAppConfig $appConfig;
|
||||
|
||||
public function __construct(
|
||||
Backend\BackendInterface $carddavBackend,
|
||||
@@ -44,6 +46,10 @@ class UserAddressBooks extends \Sabre\CardDAV\AddressBookHome {
|
||||
private ?IGroupManager $groupManager,
|
||||
) {
|
||||
parent::__construct($carddavBackend, $principalUri);
|
||||
|
||||
$this->l10n = Util::getL10N('dav');
|
||||
$this->config = Server::get(IConfig::class);
|
||||
$this->appConfig = Server::get(IAppConfig::class);
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -52,19 +58,12 @@ class UserAddressBooks extends \Sabre\CardDAV\AddressBookHome {
|
||||
* @return IAddressBook[]
|
||||
*/
|
||||
public function getChildren() {
|
||||
if ($this->l10n === null) {
|
||||
$this->l10n = \OC::$server->getL10N('dav');
|
||||
}
|
||||
if ($this->config === null) {
|
||||
$this->config = Server::get(IConfig::class);
|
||||
}
|
||||
|
||||
/** @var string|array $principal */
|
||||
$principal = $this->principalUri;
|
||||
$addressBooks = $this->carddavBackend->getAddressBooksForUser($this->principalUri);
|
||||
// add the system address book
|
||||
$systemAddressBook = null;
|
||||
$systemAddressBookExposed = $this->config->getAppValue('dav', 'system_addressbook_exposed', 'yes') === 'yes';
|
||||
$systemAddressBookExposed = $this->appConfig->getValueBool(Application::APP_ID, ConfigLexicon::SYSTEM_ADDRESSBOOK_EXPOSED);
|
||||
if ($systemAddressBookExposed && is_string($principal) && $principal !== 'principals/system/system' && $this->carddavBackend instanceof CardDavBackend) {
|
||||
$systemAddressBook = $this->carddavBackend->getAddressBooksByUri('principals/system/system', 'system');
|
||||
if ($systemAddressBook !== null) {
|
||||
|
||||
@@ -0,0 +1,45 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
/**
|
||||
* SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
|
||||
* SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
*/
|
||||
|
||||
namespace OCA\DAV;
|
||||
|
||||
use OCP\Config\Lexicon\Entry;
|
||||
use OCP\Config\Lexicon\ILexicon;
|
||||
use OCP\Config\Lexicon\Strictness;
|
||||
use OCP\Config\ValueType;
|
||||
|
||||
/**
|
||||
* Config Lexicon for files_sharing.
|
||||
*
|
||||
* Please Add & Manage your Config Keys in that file and keep the Lexicon up to date!
|
||||
*
|
||||
* {@see ILexicon}
|
||||
*/
|
||||
class ConfigLexicon implements ILexicon {
|
||||
public const SYSTEM_ADDRESSBOOK_EXPOSED = 'system_addressbook_exposed';
|
||||
|
||||
public function getStrictness(): Strictness {
|
||||
return Strictness::NOTICE;
|
||||
}
|
||||
|
||||
public function getAppConfigs(): array {
|
||||
return [
|
||||
new Entry(
|
||||
self::SYSTEM_ADDRESSBOOK_EXPOSED,
|
||||
ValueType::BOOL,
|
||||
defaultRaw: true,
|
||||
definition: 'Whether to not expose the system address book to users',
|
||||
lazy: true,
|
||||
),
|
||||
];
|
||||
}
|
||||
|
||||
public function getUserConfigs(): array {
|
||||
return [];
|
||||
}
|
||||
}
|
||||
@@ -45,6 +45,9 @@ class PropertyMapper extends QBMapper {
|
||||
* @throws \OCP\DB\Exception
|
||||
*/
|
||||
public function findPropertiesByPathsAndUsers(array $calendars): array {
|
||||
if (empty($calendars)) {
|
||||
return [];
|
||||
}
|
||||
$selectQb = $this->db->getQueryBuilder();
|
||||
$selectQb->select('*')
|
||||
->from(self::TABLE_NAME);
|
||||
|
||||
@@ -8,6 +8,7 @@ declare(strict_types=1);
|
||||
namespace OCA\DAV\Listener;
|
||||
|
||||
use OCA\DAV\AppInfo\Application;
|
||||
use OCA\DAV\ConfigLexicon;
|
||||
use OCP\EventDispatcher\Event;
|
||||
use OCP\EventDispatcher\IEventListener;
|
||||
use OCP\IAppConfig;
|
||||
@@ -46,20 +47,16 @@ class DavAdminSettingsListener implements IEventListener {
|
||||
}
|
||||
|
||||
private function handleGetValue(DeclarativeSettingsGetValueEvent $event): void {
|
||||
|
||||
if ($event->getFieldId() === 'system_addressbook_enabled') {
|
||||
$event->setValue((int)$this->config->getValueBool('dav', 'system_addressbook_exposed', true));
|
||||
$event->setValue((int)$this->config->getValueBool(Application::APP_ID, ConfigLexicon::SYSTEM_ADDRESSBOOK_EXPOSED));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
private function handleSetValue(DeclarativeSettingsSetValueEvent $event): void {
|
||||
|
||||
if ($event->getFieldId() === 'system_addressbook_enabled') {
|
||||
$this->config->setValueBool('dav', 'system_addressbook_exposed', (bool)$event->getValue());
|
||||
$this->config->setValueBool(Application::APP_ID, ConfigLexicon::SYSTEM_ADDRESSBOOK_EXPOSED, (bool)$event->getValue());
|
||||
$event->stopPropagation();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -9,6 +9,7 @@ declare(strict_types=1);
|
||||
|
||||
namespace OCA\DAV\Listener;
|
||||
|
||||
use OCA\DAV\CalDAV\Federation\CalendarFederationConfig;
|
||||
use OCA\DAV\CalDAV\Federation\FederatedCalendarAuth;
|
||||
use OCA\DAV\Events\SabrePluginAuthInitEvent;
|
||||
use OCP\EventDispatcher\Event;
|
||||
@@ -20,11 +21,20 @@ use Sabre\DAV\Auth\Plugin;
|
||||
* @template-implements IEventListener<Event|SabrePluginAuthInitEvent>
|
||||
*/
|
||||
class SabrePluginAuthInitListener implements IEventListener {
|
||||
public function __construct(
|
||||
private readonly CalendarFederationConfig $calendarFederationConfig,
|
||||
) {
|
||||
}
|
||||
|
||||
public function handle(Event $event): void {
|
||||
if (!($event instanceof SabrePluginAuthInitEvent)) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (!$this->calendarFederationConfig->isFederationEnabled()) {
|
||||
return;
|
||||
}
|
||||
|
||||
$server = $event->getServer();
|
||||
$authPlugin = $server->getPlugin('auth');
|
||||
if ($authPlugin instanceof Plugin) {
|
||||
|
||||
@@ -9,6 +9,7 @@ declare(strict_types=1);
|
||||
namespace OCA\DAV\Migration;
|
||||
|
||||
use OCA\DAV\AppInfo\Application;
|
||||
use OCA\DAV\ConfigLexicon;
|
||||
use OCP\AppFramework\Services\IAppConfig;
|
||||
use OCP\IGroupManager;
|
||||
use OCP\IUserManager;
|
||||
@@ -40,7 +41,7 @@ class DisableSystemAddressBook implements IRepairStep {
|
||||
*/
|
||||
public function run(IOutput $output) {
|
||||
// If the system address book exposure was previously set skip the repair step
|
||||
if ($this->appConfig->hasAppKey('system_addressbook_exposed') === true) {
|
||||
if ($this->appConfig->hasAppKey(ConfigLexicon::SYSTEM_ADDRESSBOOK_EXPOSED) === true) {
|
||||
$output->info('Skipping repair step system address book exposed was previously set');
|
||||
return;
|
||||
}
|
||||
@@ -50,7 +51,7 @@ class DisableSystemAddressBook implements IRepairStep {
|
||||
$output->info("Skipping repair step system address book has less then the threshold $limit of contacts no need to disable");
|
||||
return;
|
||||
}
|
||||
$this->appConfig->setAppValueBool('system_addressbook_exposed', false);
|
||||
$this->appConfig->setAppValueBool(ConfigLexicon::SYSTEM_ADDRESSBOOK_EXPOSED, false);
|
||||
$output->warning("System address book disabled because it has more then the threshold of $limit contacts this can be re-enabled later");
|
||||
// Notify all admin users about the system address book being disabled
|
||||
foreach ($this->groupManager->get('admin')->getUsers() as $user) {
|
||||
|
||||
@@ -10,6 +10,7 @@ declare(strict_types=1);
|
||||
namespace OCA\DAV\SetupChecks;
|
||||
|
||||
use OCA\DAV\AppInfo\Application;
|
||||
use OCA\DAV\ConfigLexicon;
|
||||
use OCP\IAppConfig;
|
||||
use OCP\IL10N;
|
||||
use OCP\IUserManager;
|
||||
@@ -33,7 +34,7 @@ class SystemAddressBookSize implements ISetupCheck {
|
||||
}
|
||||
|
||||
public function run(): SetupResult {
|
||||
if (!$this->appConfig->getValueBool(Application::APP_ID, 'system_addressbook_exposed', true)) {
|
||||
if (!$this->appConfig->getValueBool(Application::APP_ID, ConfigLexicon::SYSTEM_ADDRESSBOOK_EXPOSED)) {
|
||||
return SetupResult::success($this->l10n->t('The system address book is disabled'));
|
||||
}
|
||||
|
||||
|
||||
@@ -539,14 +539,24 @@ class SystemTagPlugin extends \Sabre\DAV\ServerPlugin {
|
||||
private function canUpdateTagForFileIds(array $fileIds): bool {
|
||||
$user = $this->userSession->getUser();
|
||||
$userFolder = $this->rootFolder->getUserFolder($user->getUID());
|
||||
|
||||
foreach ($fileIds as $fileId) {
|
||||
$nodes = $userFolder->getById((int)$fileId);
|
||||
foreach ($nodes as $node) {
|
||||
if (($node->getPermissions() & Constants::PERMISSION_UPDATE) === Constants::PERMISSION_UPDATE) {
|
||||
return true;
|
||||
try {
|
||||
$nodes = $userFolder->getById((int)$fileId);
|
||||
if (empty($nodes)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
foreach ($nodes as $node) {
|
||||
if (($node->getPermissions() & Constants::PERMISSION_UPDATE) !== Constants::PERMISSION_UPDATE) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
} catch (\Exception $e) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -45,7 +45,7 @@ class BackendTest extends TestCase {
|
||||
$query = self::$realDatabase->getQueryBuilder();
|
||||
$rows = $query->select('*')
|
||||
->from('calendar_reminders')
|
||||
->execute()
|
||||
->executeQuery()
|
||||
->fetchAll();
|
||||
|
||||
$this->assertCount(4, $rows);
|
||||
@@ -55,7 +55,7 @@ class BackendTest extends TestCase {
|
||||
$query = self::$realDatabase->getQueryBuilder();
|
||||
$rows = $query->select('*')
|
||||
->from('calendar_reminders')
|
||||
->execute()
|
||||
->executeQuery()
|
||||
->fetchAll();
|
||||
|
||||
$this->assertCount(2, $rows);
|
||||
@@ -65,7 +65,7 @@ class BackendTest extends TestCase {
|
||||
$query = self::$realDatabase->getQueryBuilder();
|
||||
$rows = $query->select('*')
|
||||
->from('calendar_reminders')
|
||||
->execute()
|
||||
->executeQuery()
|
||||
->fetchAll();
|
||||
|
||||
$this->assertCount(4, $rows);
|
||||
@@ -75,7 +75,7 @@ class BackendTest extends TestCase {
|
||||
$query = self::$realDatabase->getQueryBuilder();
|
||||
$rows = $query->select('*')
|
||||
->from('calendar_reminders')
|
||||
->execute()
|
||||
->executeQuery()
|
||||
->fetchAll();
|
||||
|
||||
$this->assertCount(1, $rows);
|
||||
@@ -85,7 +85,7 @@ class BackendTest extends TestCase {
|
||||
$query = self::$realDatabase->getQueryBuilder();
|
||||
$rows = $query->select('*')
|
||||
->from('calendar_reminders')
|
||||
->execute()
|
||||
->executeQuery()
|
||||
->fetchAll();
|
||||
|
||||
$this->assertCount(4, $rows);
|
||||
@@ -95,7 +95,7 @@ class BackendTest extends TestCase {
|
||||
$query = self::$realDatabase->getQueryBuilder();
|
||||
$rows = $query->select('*')
|
||||
->from('calendar_reminders')
|
||||
->execute()
|
||||
->executeQuery()
|
||||
->fetchAll();
|
||||
|
||||
$this->assertCount(3, $rows);
|
||||
@@ -192,7 +192,7 @@ class BackendTest extends TestCase {
|
||||
$query = self::$realDatabase->getQueryBuilder();
|
||||
$rows = $query->select('*')
|
||||
->from('calendar_reminders')
|
||||
->execute()
|
||||
->executeQuery()
|
||||
->fetchAll();
|
||||
|
||||
$this->assertCount(4, $rows);
|
||||
@@ -203,7 +203,7 @@ class BackendTest extends TestCase {
|
||||
$query = self::$realDatabase->getQueryBuilder();
|
||||
$rows = $query->select('*')
|
||||
->from('calendar_reminders')
|
||||
->execute()
|
||||
->executeQuery()
|
||||
->fetchAll();
|
||||
|
||||
$this->assertCount(5, $rows);
|
||||
|
||||
@@ -462,7 +462,7 @@ abstract class AbstractPrincipalBackendTestCase extends TestCase {
|
||||
'displayname' => $query->createNamedParameter('Beamer1'),
|
||||
'group_restrictions' => $query->createNamedParameter('[]'),
|
||||
])
|
||||
->execute();
|
||||
->executeStatement();
|
||||
|
||||
$query->insert($this->mainDbTable)
|
||||
->values([
|
||||
@@ -472,7 +472,7 @@ abstract class AbstractPrincipalBackendTestCase extends TestCase {
|
||||
'displayname' => $query->createNamedParameter('TV1'),
|
||||
'group_restrictions' => $query->createNamedParameter('[]'),
|
||||
])
|
||||
->execute();
|
||||
->executeStatement();
|
||||
|
||||
$query->insert($this->mainDbTable)
|
||||
->values([
|
||||
@@ -482,7 +482,7 @@ abstract class AbstractPrincipalBackendTestCase extends TestCase {
|
||||
'displayname' => $query->createNamedParameter('Beamer2'),
|
||||
'group_restrictions' => $query->createNamedParameter('[]'),
|
||||
])
|
||||
->execute();
|
||||
->executeStatement();
|
||||
$id3 = $query->getLastInsertId();
|
||||
|
||||
$query->insert($this->mainDbTable)
|
||||
@@ -493,7 +493,7 @@ abstract class AbstractPrincipalBackendTestCase extends TestCase {
|
||||
'displayname' => $query->createNamedParameter('TV2'),
|
||||
'group_restrictions' => $query->createNamedParameter('[]'),
|
||||
])
|
||||
->execute();
|
||||
->executeStatement();
|
||||
$id4 = $query->getLastInsertId();
|
||||
|
||||
$query->insert($this->mainDbTable)
|
||||
@@ -504,7 +504,7 @@ abstract class AbstractPrincipalBackendTestCase extends TestCase {
|
||||
'displayname' => $query->createNamedParameter('Beamer3'),
|
||||
'group_restrictions' => $query->createNamedParameter('["foo", "bar"]'),
|
||||
])
|
||||
->execute();
|
||||
->executeStatement();
|
||||
|
||||
$query->insert($this->mainDbTable)
|
||||
->values([
|
||||
@@ -514,7 +514,7 @@ abstract class AbstractPrincipalBackendTestCase extends TestCase {
|
||||
'displayname' => $query->createNamedParameter('Pointer'),
|
||||
'group_restrictions' => $query->createNamedParameter('["group1", "bar"]'),
|
||||
])
|
||||
->execute();
|
||||
->executeStatement();
|
||||
$id6 = $query->getLastInsertId();
|
||||
|
||||
$query->insert($this->metadataDbTable)
|
||||
@@ -523,34 +523,34 @@ abstract class AbstractPrincipalBackendTestCase extends TestCase {
|
||||
'key' => $query->createNamedParameter('{http://nextcloud.com/ns}foo'),
|
||||
'value' => $query->createNamedParameter('value1')
|
||||
])
|
||||
->execute();
|
||||
->executeStatement();
|
||||
$query->insert($this->metadataDbTable)
|
||||
->values([
|
||||
$this->foreignKey => $query->createNamedParameter($id3),
|
||||
'key' => $query->createNamedParameter('{http://nextcloud.com/ns}meta2'),
|
||||
'value' => $query->createNamedParameter('value2')
|
||||
])
|
||||
->execute();
|
||||
->executeStatement();
|
||||
$query->insert($this->metadataDbTable)
|
||||
->values([
|
||||
$this->foreignKey => $query->createNamedParameter($id4),
|
||||
'key' => $query->createNamedParameter('{http://nextcloud.com/ns}meta1'),
|
||||
'value' => $query->createNamedParameter('value1')
|
||||
])
|
||||
->execute();
|
||||
->executeStatement();
|
||||
$query->insert($this->metadataDbTable)
|
||||
->values([
|
||||
$this->foreignKey => $query->createNamedParameter($id4),
|
||||
'key' => $query->createNamedParameter('{http://nextcloud.com/ns}meta3'),
|
||||
'value' => $query->createNamedParameter('value3-old')
|
||||
])
|
||||
->execute();
|
||||
->executeStatement();
|
||||
$query->insert($this->metadataDbTable)
|
||||
->values([
|
||||
$this->foreignKey => $query->createNamedParameter($id6),
|
||||
'key' => $query->createNamedParameter('{http://nextcloud.com/ns}meta99'),
|
||||
'value' => $query->createNamedParameter('value99')
|
||||
])
|
||||
->execute();
|
||||
->executeStatement();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -549,7 +549,7 @@ class CardDavBackendTest extends TestCase {
|
||||
->from('cards_properties')
|
||||
->orderBy('name');
|
||||
|
||||
$qResult = $query->execute();
|
||||
$qResult = $query->executeQuery();
|
||||
$result = $qResult->fetchAll();
|
||||
$qResult->closeCursor();
|
||||
|
||||
@@ -574,7 +574,7 @@ class CardDavBackendTest extends TestCase {
|
||||
$query->select('*')
|
||||
->from('cards_properties');
|
||||
|
||||
$qResult = $query->execute();
|
||||
$qResult = $query->executeQuery();
|
||||
$result = $qResult->fetchAll();
|
||||
$qResult->closeCursor();
|
||||
|
||||
@@ -598,7 +598,7 @@ class CardDavBackendTest extends TestCase {
|
||||
'preferred' => $query->createNamedParameter(0)
|
||||
]
|
||||
);
|
||||
$query->execute();
|
||||
$query->executeStatement();
|
||||
|
||||
$query = $this->db->getQueryBuilder();
|
||||
$query->insert('cards_properties')
|
||||
@@ -611,7 +611,7 @@ class CardDavBackendTest extends TestCase {
|
||||
'preferred' => $query->createNamedParameter(0)
|
||||
]
|
||||
);
|
||||
$query->execute();
|
||||
$query->executeStatement();
|
||||
|
||||
$this->invokePrivate($this->backend, 'purgeProperties', [1, 1]);
|
||||
|
||||
@@ -619,7 +619,7 @@ class CardDavBackendTest extends TestCase {
|
||||
$query->select('*')
|
||||
->from('cards_properties');
|
||||
|
||||
$qResult = $query->execute();
|
||||
$qResult = $query->executeQuery();
|
||||
$result = $qResult->fetchAll();
|
||||
$qResult->closeCursor();
|
||||
|
||||
@@ -642,7 +642,7 @@ class CardDavBackendTest extends TestCase {
|
||||
'size' => $query->createNamedParameter(120)
|
||||
]
|
||||
);
|
||||
$query->execute();
|
||||
$query->executeStatement();
|
||||
$id = $query->getLastInsertId();
|
||||
|
||||
$this->assertSame($id,
|
||||
@@ -686,7 +686,7 @@ class CardDavBackendTest extends TestCase {
|
||||
'size' => $query->createNamedParameter(120),
|
||||
]
|
||||
);
|
||||
$query->execute();
|
||||
$query->executeStatement();
|
||||
$vCardIds[] = $query->getLastInsertId();
|
||||
}
|
||||
|
||||
@@ -701,7 +701,7 @@ class CardDavBackendTest extends TestCase {
|
||||
'preferred' => $query->createNamedParameter(0)
|
||||
]
|
||||
);
|
||||
$query->execute();
|
||||
$query->executeStatement();
|
||||
$query = $this->db->getQueryBuilder();
|
||||
$query->insert($this->dbCardsPropertiesTable)
|
||||
->values(
|
||||
@@ -713,7 +713,7 @@ class CardDavBackendTest extends TestCase {
|
||||
'preferred' => $query->createNamedParameter(0)
|
||||
]
|
||||
);
|
||||
$query->execute();
|
||||
$query->executeStatement();
|
||||
$query = $this->db->getQueryBuilder();
|
||||
$query->insert($this->dbCardsPropertiesTable)
|
||||
->values(
|
||||
@@ -725,7 +725,7 @@ class CardDavBackendTest extends TestCase {
|
||||
'preferred' => $query->createNamedParameter(0)
|
||||
]
|
||||
);
|
||||
$query->execute();
|
||||
$query->executeStatement();
|
||||
$query = $this->db->getQueryBuilder();
|
||||
$query->insert($this->dbCardsPropertiesTable)
|
||||
->values(
|
||||
@@ -737,7 +737,7 @@ class CardDavBackendTest extends TestCase {
|
||||
'preferred' => $query->createNamedParameter(0)
|
||||
]
|
||||
);
|
||||
$query->execute();
|
||||
$query->executeStatement();
|
||||
$query = $this->db->getQueryBuilder();
|
||||
$query->insert($this->dbCardsPropertiesTable)
|
||||
->values(
|
||||
@@ -749,7 +749,7 @@ class CardDavBackendTest extends TestCase {
|
||||
'preferred' => $query->createNamedParameter(0)
|
||||
]
|
||||
);
|
||||
$query->execute();
|
||||
$query->executeStatement();
|
||||
|
||||
$result = $this->backend->search(0, $pattern, $properties, $options);
|
||||
|
||||
@@ -795,7 +795,7 @@ class CardDavBackendTest extends TestCase {
|
||||
'size' => $query->createNamedParameter(120),
|
||||
]
|
||||
);
|
||||
$query->execute();
|
||||
$query->executeStatement();
|
||||
|
||||
$id = $query->getLastInsertId();
|
||||
|
||||
@@ -823,7 +823,7 @@ class CardDavBackendTest extends TestCase {
|
||||
'size' => $query->createNamedParameter(120),
|
||||
]
|
||||
);
|
||||
$query->execute();
|
||||
$query->executeStatement();
|
||||
}
|
||||
|
||||
$result = $this->backend->getContact(0, 'uri0');
|
||||
@@ -856,7 +856,7 @@ class CardDavBackendTest extends TestCase {
|
||||
'preferred' => $query->createNamedParameter(0)
|
||||
]
|
||||
)
|
||||
->execute();
|
||||
->executeStatement();
|
||||
|
||||
$result = $this->backend->collectCardProperties(666, 'FN');
|
||||
$this->assertEquals(['John Doe'], $result);
|
||||
|
||||
@@ -12,6 +12,7 @@ use OCA\DAV\CardDAV\CardDavBackend;
|
||||
use OCA\DAV\CardDAV\ContactsManager;
|
||||
use OCA\DAV\Db\PropertyMapper;
|
||||
use OCP\Contacts\IManager;
|
||||
use OCP\IAppConfig;
|
||||
use OCP\IL10N;
|
||||
use OCP\IURLGenerator;
|
||||
use PHPUnit\Framework\MockObject\MockObject;
|
||||
@@ -21,7 +22,8 @@ class ContactsManagerTest extends TestCase {
|
||||
public function test(): void {
|
||||
/** @var IManager&MockObject $cm */
|
||||
$cm = $this->createMock(IManager::class);
|
||||
$cm->expects($this->exactly(2))->method('registerAddressBook');
|
||||
$cm->expects($this->exactly(1))->method('registerAddressBook');
|
||||
/** @var IURLGenerator&MockObject $urlGenerator */
|
||||
$urlGenerator = $this->createMock(IURLGenerator::class);
|
||||
/** @var CardDavBackend&MockObject $backEnd */
|
||||
$backEnd = $this->createMock(CardDavBackend::class);
|
||||
@@ -29,9 +31,12 @@ class ContactsManagerTest extends TestCase {
|
||||
['{DAV:}displayname' => 'Test address book', 'uri' => 'default'],
|
||||
]);
|
||||
$propertyMapper = $this->createMock(PropertyMapper::class);
|
||||
/** @var IAppConfig&MockObject $appConfig */
|
||||
$appConfig = $this->createMock(IAppConfig::class);
|
||||
|
||||
/** @var IL10N&MockObject $l */
|
||||
$l = $this->createMock(IL10N::class);
|
||||
$app = new ContactsManager($backEnd, $l, $propertyMapper);
|
||||
$app = new ContactsManager($backEnd, $l, $propertyMapper, $appConfig);
|
||||
$app->setupContactsProvider($cm, 'user01', $urlGenerator);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,6 +10,7 @@ declare(strict_types=1);
|
||||
namespace OCA\DAV\Tests\SetupChecks;
|
||||
|
||||
use OCA\DAV\AppInfo\Application;
|
||||
use OCA\DAV\ConfigLexicon;
|
||||
use OCA\DAV\SetupChecks\SystemAddressBookSize;
|
||||
use OCP\IAppConfig;
|
||||
use OCP\IL10N;
|
||||
@@ -30,7 +31,7 @@ class SystemAddressBookSizeTest extends TestCase {
|
||||
|
||||
public function testSystemAddressBookDisabled() {
|
||||
$this->appConfig->method('getValueBool')
|
||||
->with(Application::APP_ID, 'system_addressbook_exposed', true)
|
||||
->with(Application::APP_ID, ConfigLexicon::SYSTEM_ADDRESSBOOK_EXPOSED)
|
||||
->willReturn(false);
|
||||
|
||||
$check = new SystemAddressBookSize($this->appConfig, $this->userManager, $this->l10n);
|
||||
|
||||
@@ -7,12 +7,28 @@
|
||||
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
||||
<id>encryption</id>
|
||||
<name>Default encryption module</name>
|
||||
<summary>Default encryption module for server-side encryption</summary>
|
||||
<name>Default Encryption Module</name>
|
||||
<summary>Default encryption module for Nextcloud Server-side Encryption (SSE)</summary>
|
||||
<description>
|
||||
In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.
|
||||
The module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.
|
||||
Please read the documentation to know all implications before you decide to enable server-side encryption.
|
||||
<![CDATA[
|
||||
This app provides the (default) cryptography implementation for Nextcloud's Server-side Encryption (SSE) feature.
|
||||
|
||||
**Encryption Details**
|
||||
* **Cipher Mode:** AES-256-CTR (default)
|
||||
* **Authentication:** HMAC-SHA256
|
||||
|
||||
**Important Warnings**
|
||||
* **DANGER:** Do not disable this application until all files have been decrypted (`occ encryption:decrypt-all`).
|
||||
* **WARNING**: Reverting to non-encrypted file storage after activation requires command-line access. The action is permanent via the Web UI."
|
||||
|
||||
**Notes for Existing Files**
|
||||
* By default, enabling SSE does not encrypt existing files; only new files will be encrypted.
|
||||
* To encrypt all existing files, use the command `occ encryption:encrypt-all`.
|
||||
|
||||
**Before You Begin**
|
||||
* **Read the Documentation:** Before you enable SSE, encrypt existing files, or disable SSE, it is critical to
|
||||
read the documentation to understand implications and the appropriate procedures to avoid data loss.
|
||||
]]>
|
||||
</description>
|
||||
<version>2.21.0</version>
|
||||
<licence>agpl</licence>
|
||||
@@ -21,12 +37,15 @@ Please read the documentation to know all implications before you decide to enab
|
||||
<types>
|
||||
<filesystem/>
|
||||
</types>
|
||||
|
||||
<documentation>
|
||||
<user>user-encryption</user>
|
||||
<admin>admin-encryption</admin>
|
||||
</documentation>
|
||||
|
||||
<category>files</category>
|
||||
<category>security</category>
|
||||
|
||||
<bugs>https://github.com/nextcloud/server/issues</bugs>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@@ -35,8 +35,6 @@ OC.L10N.register(
|
||||
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "تعذّر فك تشفير هذا الملف؛ ربما يكون ملفّاً مُشتركاً. رجاءً، أطلب من مالك الملف إلغاء مشاركته معك.",
|
||||
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "تعذرت قراءة هذا الملف؛ ربما يكون ملفّاً مُشتركاً. رجاءً، أطلب من مالك الملف إلغاء مشاركته معك.",
|
||||
"Default encryption module" : "وحدة التشفير الافتراضية",
|
||||
"Default encryption module for server-side encryption" : "وحدة التشفير الافتراضية للتشفير من جانب الخادم",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "لاستخدام وحدة التشفير هذه ، تحتاج إلى تمكين التشفير من جانب الخادم في إعدادات المدير. بمجرد تمكين هذه الوحدة ، ستقوم بتشفير جميع ملفاتك بشفافية. يعتمد التشفير على مفاتيح AES 256. لن تلمس الوحدة الملفات الموجودة ، سيتم تشفير الملفات الجديدة فقط بعد تمكين التشفير من جانب الخادم. لكن لاحظ أنه لن يُمكن تعطيل التشفير والعودة إلى حالة عدم التشفير. يرجى قراءة الوثائق لمعرفة جميع العواقب قبل أن تقرر تمكين التشفير من جانب الخادم.",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "تم تمكين تطبيق التشفير، ولكن لم تتم تهيئة المفاتيح الخاصة بك. يرجى تسجيل الخروج ثم تسجيل الدخول من جديد.",
|
||||
"Encrypt the home storage" : "تشفير وحدة التخزين الأساسية",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "يؤدي تمكين هذا الخيار إلى تشفير جميع الملفات المخزنة على وحدة التخزين الرئيسية، وإلا فسيتم تشفير الملفات الموجودة على وحدة التخزين الخارجية فقط",
|
||||
@@ -60,6 +58,8 @@ OC.L10N.register(
|
||||
"Enable password recovery:" : "تفعيل استعادة كلمة المرور:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "تفعيل هذا الخيار يمكنك من اعادة الوصول الى ملفاتك المشفرة عند فقدان كلمة المرور",
|
||||
"Enabled" : "مفعلة",
|
||||
"Disabled" : "معطلة"
|
||||
"Disabled" : "معطلة",
|
||||
"Default encryption module for server-side encryption" : "وحدة التشفير الافتراضية للتشفير من جانب الخادم",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "لاستخدام وحدة التشفير هذه ، تحتاج إلى تمكين التشفير من جانب الخادم في إعدادات المدير. بمجرد تمكين هذه الوحدة ، ستقوم بتشفير جميع ملفاتك بشفافية. يعتمد التشفير على مفاتيح AES 256. لن تلمس الوحدة الملفات الموجودة ، سيتم تشفير الملفات الجديدة فقط بعد تمكين التشفير من جانب الخادم. لكن لاحظ أنه لن يُمكن تعطيل التشفير والعودة إلى حالة عدم التشفير. يرجى قراءة الوثائق لمعرفة جميع العواقب قبل أن تقرر تمكين التشفير من جانب الخادم."
|
||||
},
|
||||
"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;");
|
||||
|
||||
@@ -33,8 +33,6 @@
|
||||
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "تعذّر فك تشفير هذا الملف؛ ربما يكون ملفّاً مُشتركاً. رجاءً، أطلب من مالك الملف إلغاء مشاركته معك.",
|
||||
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "تعذرت قراءة هذا الملف؛ ربما يكون ملفّاً مُشتركاً. رجاءً، أطلب من مالك الملف إلغاء مشاركته معك.",
|
||||
"Default encryption module" : "وحدة التشفير الافتراضية",
|
||||
"Default encryption module for server-side encryption" : "وحدة التشفير الافتراضية للتشفير من جانب الخادم",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "لاستخدام وحدة التشفير هذه ، تحتاج إلى تمكين التشفير من جانب الخادم في إعدادات المدير. بمجرد تمكين هذه الوحدة ، ستقوم بتشفير جميع ملفاتك بشفافية. يعتمد التشفير على مفاتيح AES 256. لن تلمس الوحدة الملفات الموجودة ، سيتم تشفير الملفات الجديدة فقط بعد تمكين التشفير من جانب الخادم. لكن لاحظ أنه لن يُمكن تعطيل التشفير والعودة إلى حالة عدم التشفير. يرجى قراءة الوثائق لمعرفة جميع العواقب قبل أن تقرر تمكين التشفير من جانب الخادم.",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "تم تمكين تطبيق التشفير، ولكن لم تتم تهيئة المفاتيح الخاصة بك. يرجى تسجيل الخروج ثم تسجيل الدخول من جديد.",
|
||||
"Encrypt the home storage" : "تشفير وحدة التخزين الأساسية",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "يؤدي تمكين هذا الخيار إلى تشفير جميع الملفات المخزنة على وحدة التخزين الرئيسية، وإلا فسيتم تشفير الملفات الموجودة على وحدة التخزين الخارجية فقط",
|
||||
@@ -58,6 +56,8 @@
|
||||
"Enable password recovery:" : "تفعيل استعادة كلمة المرور:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "تفعيل هذا الخيار يمكنك من اعادة الوصول الى ملفاتك المشفرة عند فقدان كلمة المرور",
|
||||
"Enabled" : "مفعلة",
|
||||
"Disabled" : "معطلة"
|
||||
"Disabled" : "معطلة",
|
||||
"Default encryption module for server-side encryption" : "وحدة التشفير الافتراضية للتشفير من جانب الخادم",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "لاستخدام وحدة التشفير هذه ، تحتاج إلى تمكين التشفير من جانب الخادم في إعدادات المدير. بمجرد تمكين هذه الوحدة ، ستقوم بتشفير جميع ملفاتك بشفافية. يعتمد التشفير على مفاتيح AES 256. لن تلمس الوحدة الملفات الموجودة ، سيتم تشفير الملفات الجديدة فقط بعد تمكين التشفير من جانب الخادم. لكن لاحظ أنه لن يُمكن تعطيل التشفير والعودة إلى حالة عدم التشفير. يرجى قراءة الوثائق لمعرفة جميع العواقب قبل أن تقرر تمكين التشفير من جانب الخادم."
|
||||
},"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"
|
||||
}
|
||||
@@ -34,8 +34,6 @@ OC.L10N.register(
|
||||
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Файлът не може да бъде разшифрован, вероятно е споделен файл. Моля, помолете собственика на файла да го сподели повторно с вас.",
|
||||
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Файлът не може да бъде прочетен, вероятно е споделен файл. Моля, помолете собственика на файла да го сподели повторно с вас.",
|
||||
"Default encryption module" : "Модул за криптиране по подразбиране:",
|
||||
"Default encryption module for server-side encryption" : "Модул за криптиране по подразбиране за сървърно криптиране",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "За да използвате този модул за криптиране, трябва да активирате от страна на сървъра криптирането в администраторските настройки. След като бъде активиран, този модул ще шифрова всичките ви файлове прозрачно. Криптирането се базира на AES 256 ключове.\nМодулът няма да засяга съществуващи файлове, само новите файлове ще бъдат криптирани след активиране на криптиране от страна на сървъра. Също така не е възможно да деактивирате криптирането отново и да се върнете към нешифрована система.\nМоля, прочетете документацията, за да сте наясно за всички последици, преди да решите да активирате сървърното криптиране.",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "Приложението за криптиране е включено, но вашите ключове не са инициализирани. Моля отпишете си и се впишете отново.",
|
||||
"Encrypt the home storage" : "Шифровайте домашното хранилище",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Активирането на тази опция криптира всички файлове, съхранявани в основното хранилище, в противен случай ще бъдат криптирани само файлове от външно хранилище",
|
||||
@@ -57,6 +55,8 @@ OC.L10N.register(
|
||||
"Enable password recovery:" : "Включи опцията възстановяване на паролата:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Избирането на тази опция ще ти позволи да възстановиш достъпа си до файловете в случай на изгубена парола.",
|
||||
"Enabled" : "Включено",
|
||||
"Disabled" : "Изключено"
|
||||
"Disabled" : "Изключено",
|
||||
"Default encryption module for server-side encryption" : "Модул за криптиране по подразбиране за сървърно криптиране",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "За да използвате този модул за криптиране, трябва да активирате от страна на сървъра криптирането в администраторските настройки. След като бъде активиран, този модул ще шифрова всичките ви файлове прозрачно. Криптирането се базира на AES 256 ключове.\nМодулът няма да засяга съществуващи файлове, само новите файлове ще бъдат криптирани след активиране на криптиране от страна на сървъра. Също така не е възможно да деактивирате криптирането отново и да се върнете към нешифрована система.\nМоля, прочетете документацията, за да сте наясно за всички последици, преди да решите да активирате сървърното криптиране."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -32,8 +32,6 @@
|
||||
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Файлът не може да бъде разшифрован, вероятно е споделен файл. Моля, помолете собственика на файла да го сподели повторно с вас.",
|
||||
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Файлът не може да бъде прочетен, вероятно е споделен файл. Моля, помолете собственика на файла да го сподели повторно с вас.",
|
||||
"Default encryption module" : "Модул за криптиране по подразбиране:",
|
||||
"Default encryption module for server-side encryption" : "Модул за криптиране по подразбиране за сървърно криптиране",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "За да използвате този модул за криптиране, трябва да активирате от страна на сървъра криптирането в администраторските настройки. След като бъде активиран, този модул ще шифрова всичките ви файлове прозрачно. Криптирането се базира на AES 256 ключове.\nМодулът няма да засяга съществуващи файлове, само новите файлове ще бъдат криптирани след активиране на криптиране от страна на сървъра. Също така не е възможно да деактивирате криптирането отново и да се върнете към нешифрована система.\nМоля, прочетете документацията, за да сте наясно за всички последици, преди да решите да активирате сървърното криптиране.",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "Приложението за криптиране е включено, но вашите ключове не са инициализирани. Моля отпишете си и се впишете отново.",
|
||||
"Encrypt the home storage" : "Шифровайте домашното хранилище",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Активирането на тази опция криптира всички файлове, съхранявани в основното хранилище, в противен случай ще бъдат криптирани само файлове от външно хранилище",
|
||||
@@ -55,6 +53,8 @@
|
||||
"Enable password recovery:" : "Включи опцията възстановяване на паролата:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Избирането на тази опция ще ти позволи да възстановиш достъпа си до файловете в случай на изгубена парола.",
|
||||
"Enabled" : "Включено",
|
||||
"Disabled" : "Изключено"
|
||||
"Disabled" : "Изключено",
|
||||
"Default encryption module for server-side encryption" : "Модул за криптиране по подразбиране за сървърно криптиране",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "За да използвате този модул за криптиране, трябва да активирате от страна на сървъра криптирането в администраторските настройки. След като бъде активиран, този модул ще шифрова всичките ви файлове прозрачно. Криптирането се базира на AES 256 ключове.\nМодулът няма да засяга съществуващи файлове, само новите файлове ще бъдат криптирани след активиране на криптиране от страна на сървъра. Също така не е възможно да деактивирате криптирането отново и да се върнете към нешифрована система.\nМоля, прочетете документацията, за да сте наясно за всички последици, преди да решите да активирате сървърното криптиране."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -31,7 +31,6 @@ OC.L10N.register(
|
||||
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "No es pot desxifrar aquest fitxer, probablement és un fitxer compartit. Demaneu al propietari del fitxer que torni a compartir el fitxer amb vosaltres.",
|
||||
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "No es pot llegir aquest fitxer, probablement aquest sigui un fitxer compartit. Demana al propietari del fitxer que torni a compartir el fitxer amb tu.",
|
||||
"Default encryption module" : "Mòdul de xifratge per defecte",
|
||||
"Default encryption module for server-side encryption" : "Mòdul criptogràfic per defecte per a xifratge de servidor",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "L'aplicació de xifratge està activada però les claus no estan inicialitzades, tanqueu la sessió i inicieu-ne una de nova.",
|
||||
"Encrypt the home storage" : "Xifra l'emmagatzematge de casa",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Si activeu aquesta opció, es xifraran tots els fitxers emmagatzemats a l’emmagatzematge principal; en cas contrari, només es xifraran els fitxers d’emmagatzematge extern",
|
||||
@@ -53,6 +52,7 @@ OC.L10N.register(
|
||||
"Enable password recovery:" : "Habilita la recuperació de contrasenya:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Si activeu aquesta opció, podreu accedir als vostres fitxers encriptats en cas de pèrdua de contrasenya",
|
||||
"Enabled" : "Habilitat",
|
||||
"Disabled" : "Inhabilitat"
|
||||
"Disabled" : "Inhabilitat",
|
||||
"Default encryption module for server-side encryption" : "Mòdul criptogràfic per defecte per a xifratge de servidor"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -29,7 +29,6 @@
|
||||
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "No es pot desxifrar aquest fitxer, probablement és un fitxer compartit. Demaneu al propietari del fitxer que torni a compartir el fitxer amb vosaltres.",
|
||||
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "No es pot llegir aquest fitxer, probablement aquest sigui un fitxer compartit. Demana al propietari del fitxer que torni a compartir el fitxer amb tu.",
|
||||
"Default encryption module" : "Mòdul de xifratge per defecte",
|
||||
"Default encryption module for server-side encryption" : "Mòdul criptogràfic per defecte per a xifratge de servidor",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "L'aplicació de xifratge està activada però les claus no estan inicialitzades, tanqueu la sessió i inicieu-ne una de nova.",
|
||||
"Encrypt the home storage" : "Xifra l'emmagatzematge de casa",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Si activeu aquesta opció, es xifraran tots els fitxers emmagatzemats a l’emmagatzematge principal; en cas contrari, només es xifraran els fitxers d’emmagatzematge extern",
|
||||
@@ -51,6 +50,7 @@
|
||||
"Enable password recovery:" : "Habilita la recuperació de contrasenya:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Si activeu aquesta opció, podreu accedir als vostres fitxers encriptats en cas de pèrdua de contrasenya",
|
||||
"Enabled" : "Habilitat",
|
||||
"Disabled" : "Inhabilitat"
|
||||
"Disabled" : "Inhabilitat",
|
||||
"Default encryption module for server-side encryption" : "Mòdul criptogràfic per defecte per a xifratge de servidor"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -35,8 +35,6 @@ OC.L10N.register(
|
||||
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Tento soubor se nedaří rozšifrovat – pravděpodobně se jedná o nasdílený soubor. Požádejte jeho vlastníka, aby vám ho znovu nasdílel.",
|
||||
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Z tohoto souboru se nedaří číst – pravděpodobně se jedná o nasdílený soubor. Požádejte jeho vlastníka, aby vám ho znovu nasdílel.",
|
||||
"Default encryption module" : "Výchozí šifrovací modul",
|
||||
"Default encryption module for server-side encryption" : "Výchozí modul pro šifrování na straně serveru",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "Pro používání tohoto šifrovacího modulu je třeba zapnout šifrování na straně serveru v nastavení správy. Jakmile je zapnutý, tento modul transparentně zašifruje všechny vaše soubory. Šifrování je založeno na AES 256 klíčích.\nModul se nedotkne existujících souborů, zašifrovány budou pouze nové soubory po zapnutí šifrování na straně serveru už není možné ho zase vypnout a vrátit se k nešifrovanému systému.\nNež se rozhodnete zapnout šifrování na straně serveru přečtěte si dokumentaci, abyste se seznámili se známými důsledky.",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "Aplikace pro šifrování je zapnuta, ale šifrovací klíče ještě nejsou inicializované. Odhlaste se a znovu se přihlaste",
|
||||
"Encrypt the home storage" : "Zašifrovat domovské úložiště",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Povolení tohoto nastavení zašifruje všechny soubory uložené v hlavním úložišti, jinak budou šifrovány pouze soubory na externích úložištích.",
|
||||
@@ -60,6 +58,8 @@ OC.L10N.register(
|
||||
"Enable password recovery:" : "Povolit obnovu hesla:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Zapnutí této volby vám umožní znovu získat přístup k vašim zašifrovaným souborům pokud ztratíte heslo",
|
||||
"Enabled" : "Povoleno",
|
||||
"Disabled" : "Zakázáno"
|
||||
"Disabled" : "Zakázáno",
|
||||
"Default encryption module for server-side encryption" : "Výchozí modul pro šifrování na straně serveru",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "Pro používání tohoto šifrovacího modulu je třeba zapnout šifrování na straně serveru v nastavení správy. Jakmile je zapnutý, tento modul transparentně zašifruje všechny vaše soubory. Šifrování je založeno na AES 256 klíčích.\nModul se nedotkne existujících souborů, zašifrovány budou pouze nové soubory po zapnutí šifrování na straně serveru už není možné ho zase vypnout a vrátit se k nešifrovanému systému.\nNež se rozhodnete zapnout šifrování na straně serveru přečtěte si dokumentaci, abyste se seznámili se známými důsledky."
|
||||
},
|
||||
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");
|
||||
|
||||
@@ -33,8 +33,6 @@
|
||||
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Tento soubor se nedaří rozšifrovat – pravděpodobně se jedná o nasdílený soubor. Požádejte jeho vlastníka, aby vám ho znovu nasdílel.",
|
||||
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Z tohoto souboru se nedaří číst – pravděpodobně se jedná o nasdílený soubor. Požádejte jeho vlastníka, aby vám ho znovu nasdílel.",
|
||||
"Default encryption module" : "Výchozí šifrovací modul",
|
||||
"Default encryption module for server-side encryption" : "Výchozí modul pro šifrování na straně serveru",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "Pro používání tohoto šifrovacího modulu je třeba zapnout šifrování na straně serveru v nastavení správy. Jakmile je zapnutý, tento modul transparentně zašifruje všechny vaše soubory. Šifrování je založeno na AES 256 klíčích.\nModul se nedotkne existujících souborů, zašifrovány budou pouze nové soubory po zapnutí šifrování na straně serveru už není možné ho zase vypnout a vrátit se k nešifrovanému systému.\nNež se rozhodnete zapnout šifrování na straně serveru přečtěte si dokumentaci, abyste se seznámili se známými důsledky.",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "Aplikace pro šifrování je zapnuta, ale šifrovací klíče ještě nejsou inicializované. Odhlaste se a znovu se přihlaste",
|
||||
"Encrypt the home storage" : "Zašifrovat domovské úložiště",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Povolení tohoto nastavení zašifruje všechny soubory uložené v hlavním úložišti, jinak budou šifrovány pouze soubory na externích úložištích.",
|
||||
@@ -58,6 +56,8 @@
|
||||
"Enable password recovery:" : "Povolit obnovu hesla:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Zapnutí této volby vám umožní znovu získat přístup k vašim zašifrovaným souborům pokud ztratíte heslo",
|
||||
"Enabled" : "Povoleno",
|
||||
"Disabled" : "Zakázáno"
|
||||
"Disabled" : "Zakázáno",
|
||||
"Default encryption module for server-side encryption" : "Výchozí modul pro šifrování na straně serveru",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "Pro používání tohoto šifrovacího modulu je třeba zapnout šifrování na straně serveru v nastavení správy. Jakmile je zapnutý, tento modul transparentně zašifruje všechny vaše soubory. Šifrování je založeno na AES 256 klíčích.\nModul se nedotkne existujících souborů, zašifrovány budou pouze nové soubory po zapnutí šifrování na straně serveru už není možné ho zase vypnout a vrátit se k nešifrovanému systému.\nNež se rozhodnete zapnout šifrování na straně serveru přečtěte si dokumentaci, abyste se seznámili se známými důsledky."
|
||||
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
|
||||
}
|
||||
@@ -35,8 +35,6 @@ OC.L10N.register(
|
||||
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Kan ikke dekryptere denne fil, sandsynligvis er dette en delt fil. Bed filejeren om at videredele filen med dig.",
|
||||
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Kan ikke læse denne fil, sandsynligvis er dette en delt fil. Bed filejeren om at videredele filen med dig.",
|
||||
"Default encryption module" : "Standard krypterings modul",
|
||||
"Default encryption module for server-side encryption" : "Standard krypteringsmodul til kryptering på serveren",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "For at bruge dette krypteringsmodul skal du aktivere serversidekryptering i admin-indstillingerne. Når det er aktiveret, vil dette modul kryptere alle dine filer gennemsigtigt. Krypteringen er baseret på AES 256 nøgler.\nModulet vil ikke røre ved eksisterende filer, kun nye filer vil blive krypteret efter server-side kryptering blev aktiveret. Det er heller ikke muligt at deaktivere krypteringen igen og skifte tilbage til et ukrypteret system.\nLæs venligst dokumentationen for at kende alle implikationer, før du beslutter dig for at aktivere server-side-kryptering.",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "Krypteringsprogrammet er aktiveret men dine nøgler er ikke indlæst, log venligst ud og ind igen",
|
||||
"Encrypt the home storage" : "Krypter hjemmelageret",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Ved at slå denne valgmulighed til krypteres alle filer i hovedlageret, ellers vil kun filer på eksternt lager blive krypteret",
|
||||
@@ -60,6 +58,8 @@ OC.L10N.register(
|
||||
"Enable password recovery:" : "Aktiver kodeord gendannelse:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Aktivering af denne valgmulighed tillader dig at generhverve adgang til dine krypterede filer i tilfælde af tab af kodeord",
|
||||
"Enabled" : "Aktiveret",
|
||||
"Disabled" : "Deaktiveret"
|
||||
"Disabled" : "Deaktiveret",
|
||||
"Default encryption module for server-side encryption" : "Standard krypteringsmodul til kryptering på serveren",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "For at bruge dette krypteringsmodul skal du aktivere serversidekryptering i admin-indstillingerne. Når det er aktiveret, vil dette modul kryptere alle dine filer gennemsigtigt. Krypteringen er baseret på AES 256 nøgler.\nModulet vil ikke røre ved eksisterende filer, kun nye filer vil blive krypteret efter server-side kryptering blev aktiveret. Det er heller ikke muligt at deaktivere krypteringen igen og skifte tilbage til et ukrypteret system.\nLæs venligst dokumentationen for at kende alle implikationer, før du beslutter dig for at aktivere server-side-kryptering."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -33,8 +33,6 @@
|
||||
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Kan ikke dekryptere denne fil, sandsynligvis er dette en delt fil. Bed filejeren om at videredele filen med dig.",
|
||||
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Kan ikke læse denne fil, sandsynligvis er dette en delt fil. Bed filejeren om at videredele filen med dig.",
|
||||
"Default encryption module" : "Standard krypterings modul",
|
||||
"Default encryption module for server-side encryption" : "Standard krypteringsmodul til kryptering på serveren",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "For at bruge dette krypteringsmodul skal du aktivere serversidekryptering i admin-indstillingerne. Når det er aktiveret, vil dette modul kryptere alle dine filer gennemsigtigt. Krypteringen er baseret på AES 256 nøgler.\nModulet vil ikke røre ved eksisterende filer, kun nye filer vil blive krypteret efter server-side kryptering blev aktiveret. Det er heller ikke muligt at deaktivere krypteringen igen og skifte tilbage til et ukrypteret system.\nLæs venligst dokumentationen for at kende alle implikationer, før du beslutter dig for at aktivere server-side-kryptering.",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "Krypteringsprogrammet er aktiveret men dine nøgler er ikke indlæst, log venligst ud og ind igen",
|
||||
"Encrypt the home storage" : "Krypter hjemmelageret",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Ved at slå denne valgmulighed til krypteres alle filer i hovedlageret, ellers vil kun filer på eksternt lager blive krypteret",
|
||||
@@ -58,6 +56,8 @@
|
||||
"Enable password recovery:" : "Aktiver kodeord gendannelse:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Aktivering af denne valgmulighed tillader dig at generhverve adgang til dine krypterede filer i tilfælde af tab af kodeord",
|
||||
"Enabled" : "Aktiveret",
|
||||
"Disabled" : "Deaktiveret"
|
||||
"Disabled" : "Deaktiveret",
|
||||
"Default encryption module for server-side encryption" : "Standard krypteringsmodul til kryptering på serveren",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "For at bruge dette krypteringsmodul skal du aktivere serversidekryptering i admin-indstillingerne. Når det er aktiveret, vil dette modul kryptere alle dine filer gennemsigtigt. Krypteringen er baseret på AES 256 nøgler.\nModulet vil ikke røre ved eksisterende filer, kun nye filer vil blive krypteret efter server-side kryptering blev aktiveret. Det er heller ikke muligt at deaktivere krypteringen igen og skifte tilbage til et ukrypteret system.\nLæs venligst dokumentationen for at kende alle implikationer, før du beslutter dig for at aktivere server-side-kryptering."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -34,9 +34,10 @@ OC.L10N.register(
|
||||
"Please login to the web interface, go to the \"Security\" section of your personal settings and update your encryption password by entering this password into the \"Old login password\" field and your current login password." : "Bitte melde dich an der Weboberfläche an, gehe zum Abschnitt \"Sicherheit\" deiner persönlichen Einstellungen und aktualisiere dein Verschlüsselungspasswort, indem du dieses Passwort in das Feld \"Altes Login-Passwort\" sowie dein aktuelles Login-Passwort eingibst.",
|
||||
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Diese Datei kann nicht entschlüsselt werden, es handelt sich wahrscheinlich um eine geteilte Datei. Bitte den Eigentümer der Datei kontaktieren und ihn darum bitten, die Datei noch einmal zu teilen.",
|
||||
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Diese Datei kann nicht gelesen werden, es handelt sich wahrscheinlich um eine geteilte Datei. Bitte kontaktiere den Eigentümer der Datei und bitte darum, die Datei noch einmal mit dir zu teilen.",
|
||||
"Default Encryption Module" : "Standard-Verschlüsselungsmodul",
|
||||
"Default encryption module for Nextcloud Server-side Encryption (SSE)" : "Standard-Verschlüsselungsmodul für Nextcloud serverseitige Verschlüsselung",
|
||||
"This app provides the (default) cryptography implementation for Nextcloud's Server-side Encryption (SSE) feature.\n\n\t\t\t**Encryption Details**\n\t\t\t* **Cipher Mode:** AES-256-CTR (default)\n\t\t\t* **Authentication:** HMAC-SHA256\n\n\t\t\t**Important Warnings**\n\t\t\t* **DANGER:** Do not disable this application until all files have been decrypted (`occ encryption:decrypt-all`).\n\t\t\t* **WARNING**: Reverting to non-encrypted file storage after activation requires command-line access. The action is permanent via the Web UI.\"\n\n\t\t\t**Notes for Existing Files**\n\t\t\t* By default, enabling SSE does not encrypt existing files; only new files will be encrypted.\n\t\t\t* To encrypt all existing files, use the command `occ encryption:encrypt-all`.\n\n\t\t\t**Before You Begin**\n\t\t\t* **Read the Documentation:** Before you enable SSE, encrypt existing files, or disable SSE, it is critical to \n\t\t\t\tread the documentation to understand implications and the appropriate procedures to avoid data loss." : "Diese App bietet die (standardmäßige) Kryptografieimplementierung für die serverseitige Verschlüsselung (SSE) von Nextcloud.\n\n\t\t\t**Verschlüsselungsdetails**\n\t\t\t* **Verschlüsselungsmodus:** AES-256-CTR (Standard)\n\t\t\t* **Authentifizierung:** HMAC-SHA256\n\n\t\t\t**Wichtige Warnungen**\n\t\t\t* **ACHTUNG:** Deaktiviere diese Anwendung erst, wenn alle Dateien entschlüsselt wurden (`occ encryption:decrypt-all`).\n\t\t\t* **WARNUNG**: Die Rückkehr zur unverschlüsselten Dateispeicherung nach der Aktivierung erfordert Zugriff über die Befehlszeile. Die Aktion ist über die Web-Benutzeroberfläche dauerhaft.\n\n\t\t\t**Hinweise zu vorhandenen Dateien**\n\t\t\t* Standardmäßig werden vorhandene Dateien durch die Aktivierung von SSE nicht verschlüsselt; nur neue Dateien werden verschlüsselt.\n\t\t\t* Um alle vorhandenen Dateien zu verschlüsseln, verwende den Befehl „occ encryption:encrypt-all“.\n\n\t\t\t**Vorbereitung**\n\t\t\t* **Dokumentation lesen:** Bevor du SSE aktivierst, vorhandene Dateien verschlüsseln oder deaktivierst, ist es wichtig,\n\t\t\t\t die Dokumentation zu lesen, um die Auswirkungen und die entsprechenden Maßnahmen zur Vermeidung von Datenverlust zu kennen.",
|
||||
"Default encryption module" : "Standard-Verschlüsselungsmodul",
|
||||
"Default encryption module for server-side encryption" : "Standard-Verschlüsselungsmodul für serverseitige Verschlüsselung",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "Um dieses Verschlüsselungsmodul nutzen zu können, musst du die serverseitige Verschlüsselung in den Verwaltungseinstellungen aktivieren. Sobald das Modul aktiviert ist, verschlüsselt es alle deine Dateien transparent. Die Verschlüsselung basiert auf AES-256-Schlüsseln.\nDas Modul ändert keine vorhandenen Dateien, nur neue Dateien werden verschlüsselt, nachdem die serverseitige Verschlüsselung aktiviert wurde. Es ist nicht möglich, die Verschlüsselung zu deaktivieren und wieder auf ein unverschlüsseltes System umzuschalten.\nBitte lies die Dokumentation, um alle Auswirkungen zu kennen, bevor du dich entscheidest, die serverseitige Verschlüsselung zu aktivieren.",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "Verschlüsselungs-App ist aktiviert, aber die Schlüssel sind noch nicht initialisiert. Bitte melde ab- und wieder anmelden",
|
||||
"Encrypt the home storage" : "Benutzerverzeichnis verschlüsseln",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Die Aktivierung dieser Option verschlüsselt alle Dateien die auf dem Hauptspeicher gespeichert sind, ansonsten werden nur Dateien auf dem externen Speicher verschlüsselt",
|
||||
@@ -60,6 +61,8 @@ OC.L10N.register(
|
||||
"Enable password recovery:" : "Die Passwort-Wiederherstellung aktivieren:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Durch die Aktivierung dieser Option hast du die Möglichkeit, wieder auf deine verschlüsselten Dateien zugreifen zu können, wenn du dein Passwort verloren hast.",
|
||||
"Enabled" : "Aktiviert",
|
||||
"Disabled" : "Deaktiviert"
|
||||
"Disabled" : "Deaktiviert",
|
||||
"Default encryption module for server-side encryption" : "Standard-Verschlüsselungsmodul für serverseitige Verschlüsselung",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "Um dieses Verschlüsselungsmodul nutzen zu können, musst du die serverseitige Verschlüsselung in den Verwaltungseinstellungen aktivieren. Sobald das Modul aktiviert ist, verschlüsselt es alle deine Dateien transparent. Die Verschlüsselung basiert auf AES-256-Schlüsseln.\nDas Modul ändert keine vorhandenen Dateien, nur neue Dateien werden verschlüsselt, nachdem die serverseitige Verschlüsselung aktiviert wurde. Es ist nicht möglich, die Verschlüsselung zu deaktivieren und wieder auf ein unverschlüsseltes System umzuschalten.\nBitte lies die Dokumentation, um alle Auswirkungen zu kennen, bevor du dich entscheidest, die serverseitige Verschlüsselung zu aktivieren."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -32,9 +32,10 @@
|
||||
"Please login to the web interface, go to the \"Security\" section of your personal settings and update your encryption password by entering this password into the \"Old login password\" field and your current login password." : "Bitte melde dich an der Weboberfläche an, gehe zum Abschnitt \"Sicherheit\" deiner persönlichen Einstellungen und aktualisiere dein Verschlüsselungspasswort, indem du dieses Passwort in das Feld \"Altes Login-Passwort\" sowie dein aktuelles Login-Passwort eingibst.",
|
||||
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Diese Datei kann nicht entschlüsselt werden, es handelt sich wahrscheinlich um eine geteilte Datei. Bitte den Eigentümer der Datei kontaktieren und ihn darum bitten, die Datei noch einmal zu teilen.",
|
||||
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Diese Datei kann nicht gelesen werden, es handelt sich wahrscheinlich um eine geteilte Datei. Bitte kontaktiere den Eigentümer der Datei und bitte darum, die Datei noch einmal mit dir zu teilen.",
|
||||
"Default Encryption Module" : "Standard-Verschlüsselungsmodul",
|
||||
"Default encryption module for Nextcloud Server-side Encryption (SSE)" : "Standard-Verschlüsselungsmodul für Nextcloud serverseitige Verschlüsselung",
|
||||
"This app provides the (default) cryptography implementation for Nextcloud's Server-side Encryption (SSE) feature.\n\n\t\t\t**Encryption Details**\n\t\t\t* **Cipher Mode:** AES-256-CTR (default)\n\t\t\t* **Authentication:** HMAC-SHA256\n\n\t\t\t**Important Warnings**\n\t\t\t* **DANGER:** Do not disable this application until all files have been decrypted (`occ encryption:decrypt-all`).\n\t\t\t* **WARNING**: Reverting to non-encrypted file storage after activation requires command-line access. The action is permanent via the Web UI.\"\n\n\t\t\t**Notes for Existing Files**\n\t\t\t* By default, enabling SSE does not encrypt existing files; only new files will be encrypted.\n\t\t\t* To encrypt all existing files, use the command `occ encryption:encrypt-all`.\n\n\t\t\t**Before You Begin**\n\t\t\t* **Read the Documentation:** Before you enable SSE, encrypt existing files, or disable SSE, it is critical to \n\t\t\t\tread the documentation to understand implications and the appropriate procedures to avoid data loss." : "Diese App bietet die (standardmäßige) Kryptografieimplementierung für die serverseitige Verschlüsselung (SSE) von Nextcloud.\n\n\t\t\t**Verschlüsselungsdetails**\n\t\t\t* **Verschlüsselungsmodus:** AES-256-CTR (Standard)\n\t\t\t* **Authentifizierung:** HMAC-SHA256\n\n\t\t\t**Wichtige Warnungen**\n\t\t\t* **ACHTUNG:** Deaktiviere diese Anwendung erst, wenn alle Dateien entschlüsselt wurden (`occ encryption:decrypt-all`).\n\t\t\t* **WARNUNG**: Die Rückkehr zur unverschlüsselten Dateispeicherung nach der Aktivierung erfordert Zugriff über die Befehlszeile. Die Aktion ist über die Web-Benutzeroberfläche dauerhaft.\n\n\t\t\t**Hinweise zu vorhandenen Dateien**\n\t\t\t* Standardmäßig werden vorhandene Dateien durch die Aktivierung von SSE nicht verschlüsselt; nur neue Dateien werden verschlüsselt.\n\t\t\t* Um alle vorhandenen Dateien zu verschlüsseln, verwende den Befehl „occ encryption:encrypt-all“.\n\n\t\t\t**Vorbereitung**\n\t\t\t* **Dokumentation lesen:** Bevor du SSE aktivierst, vorhandene Dateien verschlüsseln oder deaktivierst, ist es wichtig,\n\t\t\t\t die Dokumentation zu lesen, um die Auswirkungen und die entsprechenden Maßnahmen zur Vermeidung von Datenverlust zu kennen.",
|
||||
"Default encryption module" : "Standard-Verschlüsselungsmodul",
|
||||
"Default encryption module for server-side encryption" : "Standard-Verschlüsselungsmodul für serverseitige Verschlüsselung",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "Um dieses Verschlüsselungsmodul nutzen zu können, musst du die serverseitige Verschlüsselung in den Verwaltungseinstellungen aktivieren. Sobald das Modul aktiviert ist, verschlüsselt es alle deine Dateien transparent. Die Verschlüsselung basiert auf AES-256-Schlüsseln.\nDas Modul ändert keine vorhandenen Dateien, nur neue Dateien werden verschlüsselt, nachdem die serverseitige Verschlüsselung aktiviert wurde. Es ist nicht möglich, die Verschlüsselung zu deaktivieren und wieder auf ein unverschlüsseltes System umzuschalten.\nBitte lies die Dokumentation, um alle Auswirkungen zu kennen, bevor du dich entscheidest, die serverseitige Verschlüsselung zu aktivieren.",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "Verschlüsselungs-App ist aktiviert, aber die Schlüssel sind noch nicht initialisiert. Bitte melde ab- und wieder anmelden",
|
||||
"Encrypt the home storage" : "Benutzerverzeichnis verschlüsseln",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Die Aktivierung dieser Option verschlüsselt alle Dateien die auf dem Hauptspeicher gespeichert sind, ansonsten werden nur Dateien auf dem externen Speicher verschlüsselt",
|
||||
@@ -58,6 +59,8 @@
|
||||
"Enable password recovery:" : "Die Passwort-Wiederherstellung aktivieren:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Durch die Aktivierung dieser Option hast du die Möglichkeit, wieder auf deine verschlüsselten Dateien zugreifen zu können, wenn du dein Passwort verloren hast.",
|
||||
"Enabled" : "Aktiviert",
|
||||
"Disabled" : "Deaktiviert"
|
||||
"Disabled" : "Deaktiviert",
|
||||
"Default encryption module for server-side encryption" : "Standard-Verschlüsselungsmodul für serverseitige Verschlüsselung",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "Um dieses Verschlüsselungsmodul nutzen zu können, musst du die serverseitige Verschlüsselung in den Verwaltungseinstellungen aktivieren. Sobald das Modul aktiviert ist, verschlüsselt es alle deine Dateien transparent. Die Verschlüsselung basiert auf AES-256-Schlüsseln.\nDas Modul ändert keine vorhandenen Dateien, nur neue Dateien werden verschlüsselt, nachdem die serverseitige Verschlüsselung aktiviert wurde. Es ist nicht möglich, die Verschlüsselung zu deaktivieren und wieder auf ein unverschlüsseltes System umzuschalten.\nBitte lies die Dokumentation, um alle Auswirkungen zu kennen, bevor du dich entscheidest, die serverseitige Verschlüsselung zu aktivieren."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -34,9 +34,10 @@ OC.L10N.register(
|
||||
"Please login to the web interface, go to the \"Security\" section of your personal settings and update your encryption password by entering this password into the \"Old login password\" field and your current login password." : "Bitte melden Sie sich an der Weboberfläche an, gehen Sie zum Abschnitt \"Sicherheit\" Ihrer persönlichen Einstellungen und aktualisieren Sie Ihr Verschlüsselungspasswort, indem Sie dieses Passwort in das Feld \"Altes Login-Passwort\" sowie Ihr aktuelles Login-Passwort eingeben.",
|
||||
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Diese Datei kann nicht entschlüsselt werden, es handelt sich wahrscheinlich um eine geteilte Datei. Bitte kontaktieren Sie den Eigentümer der Datei und bitten Sie darum, die Datei noch einmal mit Ihnen zu teilen.",
|
||||
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Diese Datei kann nicht gelesen werden, es handelt sich wahrscheinlich um eine geteilte Datei. Bitte kontaktieren Sie den Eigentümer der Datei und bitten Sie darum, die Datei noch einmal mit Ihnen zu teilen.",
|
||||
"Default Encryption Module" : "Standard-Verschlüsselungsmodul",
|
||||
"Default encryption module for Nextcloud Server-side Encryption (SSE)" : "Standard-Verschlüsselungsmodul für Nextcloud serverseitige Verschlüsselung",
|
||||
"This app provides the (default) cryptography implementation for Nextcloud's Server-side Encryption (SSE) feature.\n\n\t\t\t**Encryption Details**\n\t\t\t* **Cipher Mode:** AES-256-CTR (default)\n\t\t\t* **Authentication:** HMAC-SHA256\n\n\t\t\t**Important Warnings**\n\t\t\t* **DANGER:** Do not disable this application until all files have been decrypted (`occ encryption:decrypt-all`).\n\t\t\t* **WARNING**: Reverting to non-encrypted file storage after activation requires command-line access. The action is permanent via the Web UI.\"\n\n\t\t\t**Notes for Existing Files**\n\t\t\t* By default, enabling SSE does not encrypt existing files; only new files will be encrypted.\n\t\t\t* To encrypt all existing files, use the command `occ encryption:encrypt-all`.\n\n\t\t\t**Before You Begin**\n\t\t\t* **Read the Documentation:** Before you enable SSE, encrypt existing files, or disable SSE, it is critical to \n\t\t\t\tread the documentation to understand implications and the appropriate procedures to avoid data loss." : "Diese App bietet die (standardmäßige) Kryptografieimplementierung für die serverseitige Verschlüsselung (SSE) von Nextcloud.\n\n\t\t\t**Verschlüsselungsdetails**\n\t\t\t* **Verschlüsselungsmodus:** AES-256-CTR (Standard)\n\t\t\t* **Authentifizierung:** HMAC-SHA256\n\n\t\t\t**Wichtige Warnungen**\n\t\t\t* **ACHTUNG:** Deaktivieren Sie diese Anwendung erst, wenn alle Dateien entschlüsselt wurden (`occ encryption:decrypt-all`).\n\t\t\t* **WARNUNG**: Die Rückkehr zur unverschlüsselten Dateispeicherung nach der Aktivierung erfordert Zugriff über die Befehlszeile. Die Aktion ist über die Web-Benutzeroberfläche dauerhaft.\n\n\t\t\t**Hinweise zu vorhandenen Dateien**\n\t\t\t* Standardmäßig werden vorhandene Dateien durch die Aktivierung von SSE nicht verschlüsselt; nur neue Dateien werden verschlüsselt.\n\t\t\t* Um alle vorhandenen Dateien zu verschlüsseln, verwenden Sie den Befehl „occ encryption:encrypt-all“.\n\n\t\t\t**Vorbereitung**\n\t\t\t* **Dokumentation lesen:** Bevor Sie SSE aktivieren, vorhandene Dateien verschlüsseln oder deaktivieren, ist es wichtig,\n\t\t\t\t die Dokumentation zu lesen, um die Auswirkungen und die entsprechenden Maßnahmen zur Vermeidung von Datenverlust zu kennen.",
|
||||
"Default encryption module" : "Standard-Verschlüsselungsmodul",
|
||||
"Default encryption module for server-side encryption" : "Standard-Verschlüsselungsmodul für serverseitige Verschlüsselung",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "Um dieses Verschlüsselungsmodul nutzen zu können, müssen Sie die serverseitige Verschlüsselung in den Administrationseinstellungen aktivieren. Sobald das Modul aktiviert ist, verschlüsselt es alle Ihre Dateien transparent. Die Verschlüsselung basiert auf AES-256-Schlüsseln.\nDas Modul ändert keine vorhandenen Dateien, nur neue Dateien werden verschlüsselt, nachdem die serverseitige Verschlüsselung aktiviert wurde. Es ist nicht möglich, die Verschlüsselung zu deaktivieren und wieder auf ein unverschlüsseltes System umzuschalten.\nBitte lesen Sie die Dokumentation, um alle Auswirkungen zu kennen, bevor Sie sich entscheiden, die serverseitige Verschlüsselung zu aktivieren.",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "Verschlüsselungs-App ist aktiviert, aber die Schlüssel sind noch nicht initialisiert. Bitte melden Sie sich ab und wieder an",
|
||||
"Encrypt the home storage" : "Benutzerverzeichnis verschlüsseln",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Die Aktivierung dieser Option verschlüsselt alle Dateien die auf dem Hauptspeicher gespeichert sind, ansonsten werden nur Dateien auf dem externen Speicher verschlüsselt",
|
||||
@@ -60,6 +61,8 @@ OC.L10N.register(
|
||||
"Enable password recovery:" : "Die Passwort-Wiederherstellung aktivieren:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Durch die Aktivierung dieser Option haben Sie die Möglichkeit, wieder auf Ihre verschlüsselten Dateien zugreifen zu können, wenn Sie Ihr Passwort verloren haben.",
|
||||
"Enabled" : "Aktiviert",
|
||||
"Disabled" : "Deaktiviert"
|
||||
"Disabled" : "Deaktiviert",
|
||||
"Default encryption module for server-side encryption" : "Standard-Verschlüsselungsmodul für serverseitige Verschlüsselung",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "Um dieses Verschlüsselungsmodul nutzen zu können, müssen Sie die serverseitige Verschlüsselung in den Administrationseinstellungen aktivieren. Sobald das Modul aktiviert ist, verschlüsselt es alle Ihre Dateien transparent. Die Verschlüsselung basiert auf AES-256-Schlüsseln.\nDas Modul ändert keine vorhandenen Dateien, nur neue Dateien werden verschlüsselt, nachdem die serverseitige Verschlüsselung aktiviert wurde. Es ist nicht möglich, die Verschlüsselung zu deaktivieren und wieder auf ein unverschlüsseltes System umzuschalten.\nBitte lesen Sie die Dokumentation, um alle Auswirkungen zu kennen, bevor Sie sich entscheiden, die serverseitige Verschlüsselung zu aktivieren."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -32,9 +32,10 @@
|
||||
"Please login to the web interface, go to the \"Security\" section of your personal settings and update your encryption password by entering this password into the \"Old login password\" field and your current login password." : "Bitte melden Sie sich an der Weboberfläche an, gehen Sie zum Abschnitt \"Sicherheit\" Ihrer persönlichen Einstellungen und aktualisieren Sie Ihr Verschlüsselungspasswort, indem Sie dieses Passwort in das Feld \"Altes Login-Passwort\" sowie Ihr aktuelles Login-Passwort eingeben.",
|
||||
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Diese Datei kann nicht entschlüsselt werden, es handelt sich wahrscheinlich um eine geteilte Datei. Bitte kontaktieren Sie den Eigentümer der Datei und bitten Sie darum, die Datei noch einmal mit Ihnen zu teilen.",
|
||||
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Diese Datei kann nicht gelesen werden, es handelt sich wahrscheinlich um eine geteilte Datei. Bitte kontaktieren Sie den Eigentümer der Datei und bitten Sie darum, die Datei noch einmal mit Ihnen zu teilen.",
|
||||
"Default Encryption Module" : "Standard-Verschlüsselungsmodul",
|
||||
"Default encryption module for Nextcloud Server-side Encryption (SSE)" : "Standard-Verschlüsselungsmodul für Nextcloud serverseitige Verschlüsselung",
|
||||
"This app provides the (default) cryptography implementation for Nextcloud's Server-side Encryption (SSE) feature.\n\n\t\t\t**Encryption Details**\n\t\t\t* **Cipher Mode:** AES-256-CTR (default)\n\t\t\t* **Authentication:** HMAC-SHA256\n\n\t\t\t**Important Warnings**\n\t\t\t* **DANGER:** Do not disable this application until all files have been decrypted (`occ encryption:decrypt-all`).\n\t\t\t* **WARNING**: Reverting to non-encrypted file storage after activation requires command-line access. The action is permanent via the Web UI.\"\n\n\t\t\t**Notes for Existing Files**\n\t\t\t* By default, enabling SSE does not encrypt existing files; only new files will be encrypted.\n\t\t\t* To encrypt all existing files, use the command `occ encryption:encrypt-all`.\n\n\t\t\t**Before You Begin**\n\t\t\t* **Read the Documentation:** Before you enable SSE, encrypt existing files, or disable SSE, it is critical to \n\t\t\t\tread the documentation to understand implications and the appropriate procedures to avoid data loss." : "Diese App bietet die (standardmäßige) Kryptografieimplementierung für die serverseitige Verschlüsselung (SSE) von Nextcloud.\n\n\t\t\t**Verschlüsselungsdetails**\n\t\t\t* **Verschlüsselungsmodus:** AES-256-CTR (Standard)\n\t\t\t* **Authentifizierung:** HMAC-SHA256\n\n\t\t\t**Wichtige Warnungen**\n\t\t\t* **ACHTUNG:** Deaktivieren Sie diese Anwendung erst, wenn alle Dateien entschlüsselt wurden (`occ encryption:decrypt-all`).\n\t\t\t* **WARNUNG**: Die Rückkehr zur unverschlüsselten Dateispeicherung nach der Aktivierung erfordert Zugriff über die Befehlszeile. Die Aktion ist über die Web-Benutzeroberfläche dauerhaft.\n\n\t\t\t**Hinweise zu vorhandenen Dateien**\n\t\t\t* Standardmäßig werden vorhandene Dateien durch die Aktivierung von SSE nicht verschlüsselt; nur neue Dateien werden verschlüsselt.\n\t\t\t* Um alle vorhandenen Dateien zu verschlüsseln, verwenden Sie den Befehl „occ encryption:encrypt-all“.\n\n\t\t\t**Vorbereitung**\n\t\t\t* **Dokumentation lesen:** Bevor Sie SSE aktivieren, vorhandene Dateien verschlüsseln oder deaktivieren, ist es wichtig,\n\t\t\t\t die Dokumentation zu lesen, um die Auswirkungen und die entsprechenden Maßnahmen zur Vermeidung von Datenverlust zu kennen.",
|
||||
"Default encryption module" : "Standard-Verschlüsselungsmodul",
|
||||
"Default encryption module for server-side encryption" : "Standard-Verschlüsselungsmodul für serverseitige Verschlüsselung",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "Um dieses Verschlüsselungsmodul nutzen zu können, müssen Sie die serverseitige Verschlüsselung in den Administrationseinstellungen aktivieren. Sobald das Modul aktiviert ist, verschlüsselt es alle Ihre Dateien transparent. Die Verschlüsselung basiert auf AES-256-Schlüsseln.\nDas Modul ändert keine vorhandenen Dateien, nur neue Dateien werden verschlüsselt, nachdem die serverseitige Verschlüsselung aktiviert wurde. Es ist nicht möglich, die Verschlüsselung zu deaktivieren und wieder auf ein unverschlüsseltes System umzuschalten.\nBitte lesen Sie die Dokumentation, um alle Auswirkungen zu kennen, bevor Sie sich entscheiden, die serverseitige Verschlüsselung zu aktivieren.",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "Verschlüsselungs-App ist aktiviert, aber die Schlüssel sind noch nicht initialisiert. Bitte melden Sie sich ab und wieder an",
|
||||
"Encrypt the home storage" : "Benutzerverzeichnis verschlüsseln",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Die Aktivierung dieser Option verschlüsselt alle Dateien die auf dem Hauptspeicher gespeichert sind, ansonsten werden nur Dateien auf dem externen Speicher verschlüsselt",
|
||||
@@ -58,6 +59,8 @@
|
||||
"Enable password recovery:" : "Die Passwort-Wiederherstellung aktivieren:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Durch die Aktivierung dieser Option haben Sie die Möglichkeit, wieder auf Ihre verschlüsselten Dateien zugreifen zu können, wenn Sie Ihr Passwort verloren haben.",
|
||||
"Enabled" : "Aktiviert",
|
||||
"Disabled" : "Deaktiviert"
|
||||
"Disabled" : "Deaktiviert",
|
||||
"Default encryption module for server-side encryption" : "Standard-Verschlüsselungsmodul für serverseitige Verschlüsselung",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "Um dieses Verschlüsselungsmodul nutzen zu können, müssen Sie die serverseitige Verschlüsselung in den Administrationseinstellungen aktivieren. Sobald das Modul aktiviert ist, verschlüsselt es alle Ihre Dateien transparent. Die Verschlüsselung basiert auf AES-256-Schlüsseln.\nDas Modul ändert keine vorhandenen Dateien, nur neue Dateien werden verschlüsselt, nachdem die serverseitige Verschlüsselung aktiviert wurde. Es ist nicht möglich, die Verschlüsselung zu deaktivieren und wieder auf ein unverschlüsseltes System umzuschalten.\nBitte lesen Sie die Dokumentation, um alle Auswirkungen zu kennen, bevor Sie sich entscheiden, die serverseitige Verschlüsselung zu aktivieren."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -35,8 +35,6 @@ OC.L10N.register(
|
||||
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Δεν ήταν δυνατό να αποκρυπτογραφηθεί αυτό το αρχείο, πιθανόν πρόκειται για κοινόχρηστο αρχείο. Παρακαλούμε ζητήστε από τον κάτοχο του αρχείου να το ξαναμοιραστεί μαζί σας.",
|
||||
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Δεν ήταν δυνατό να διαβαστεί αυτό το αρχείο, πιθανόν πρόκειται για κοινόχρηστο αρχείο. Παρακαλούμε ζητήστε από τον κάτοχο του αρχείου να το ξαναμοιραστεί μαζί σας.",
|
||||
"Default encryption module" : "Προεπιλεγμένη μονάδα κρυπτογράφησης",
|
||||
"Default encryption module for server-side encryption" : "Προεπιλεγμένη μονάδα κρυπτογράφησης για κρυπτογράφηση στον διακομιστή",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "Για να χρησιμοποιήσετε αυτή τη μονάδα κρυπτογράφησης, πρέπει να ενεργοποιήσετε την κρυπτογράφηση στον διακομιστή στις ρυθμίσεις διαχειριστή. Μόλις ενεργοποιηθεί, αυτή η μονάδα θα κρυπτογραφεί όλα τα αρχεία σας διαφανώς. Η κρυπτογράφηση βασίζεται σε κλειδιά AES 256.\nΗ μονάδα δεν θα αγγίξει τα υπάρχοντα αρχεία, μόνο τα νέα αρχεία θα κρυπτογραφηθούν αφού ενεργοποιηθεί η κρυπτογράφηση στον διακομιστή. Επίσης, δεν είναι δυνατό να απενεργοποιήσετε ξανά την κρυπτογράφηση και να επιστρέψετε σε ένα μη κρυπτογραφημένο σύστημα.\nΠαρακαλούμε διαβάστε την τεκμηρίωση για να γνωρίζετε όλες τις επιπτώσεις πριν αποφασίσετε να ενεργοποιήσετε την κρυπτογράφηση στον διακομιστή.",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "Η εφαρμογή κρυπτογράφησης είναι ενεργοποιημένη αλλά τα κλειδιά σας δεν έχουν αρχικοποιηθεί, παρακαλώ αποσυνδεθείτε και συνδεθείτε ξανά",
|
||||
"Encrypt the home storage" : "Κρυπτογράφηση του κεντρικού χώρου αποθήκευσης",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Η ενεργοποίηση αυτής της επιλογής κρυπτογραφεί όλα τα αρχεία που είναι αποθηκευμένα στον κύριο αποθηκευτικό χώρο, αλλιώς μόνο τα αρχεία σε εξωτερικούς αποθηκευτικούς χώρους θα κρυπτογραφηθούν",
|
||||
@@ -60,6 +58,8 @@ OC.L10N.register(
|
||||
"Enable password recovery:" : "Ενεργοποίηση ανάκτησης συνθηματικού:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Η ενεργοποίηση αυτής της επιλογής θα σας επιτρέψει να επανακτήσετε πρόσβαση στα κρυπτογραφημένα σας αρχεία σε περίπτωση απώλειας του κωδικού σας",
|
||||
"Enabled" : "Ενεργοποιημένο",
|
||||
"Disabled" : "Απενεργοποιημένο"
|
||||
"Disabled" : "Απενεργοποιημένο",
|
||||
"Default encryption module for server-side encryption" : "Προεπιλεγμένη μονάδα κρυπτογράφησης για κρυπτογράφηση στον διακομιστή",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "Για να χρησιμοποιήσετε αυτή τη μονάδα κρυπτογράφησης, πρέπει να ενεργοποιήσετε την κρυπτογράφηση στον διακομιστή στις ρυθμίσεις διαχειριστή. Μόλις ενεργοποιηθεί, αυτή η μονάδα θα κρυπτογραφεί όλα τα αρχεία σας διαφανώς. Η κρυπτογράφηση βασίζεται σε κλειδιά AES 256.\nΗ μονάδα δεν θα αγγίξει τα υπάρχοντα αρχεία, μόνο τα νέα αρχεία θα κρυπτογραφηθούν αφού ενεργοποιηθεί η κρυπτογράφηση στον διακομιστή. Επίσης, δεν είναι δυνατό να απενεργοποιήσετε ξανά την κρυπτογράφηση και να επιστρέψετε σε ένα μη κρυπτογραφημένο σύστημα.\nΠαρακαλούμε διαβάστε την τεκμηρίωση για να γνωρίζετε όλες τις επιπτώσεις πριν αποφασίσετε να ενεργοποιήσετε την κρυπτογράφηση στον διακομιστή."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -33,8 +33,6 @@
|
||||
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Δεν ήταν δυνατό να αποκρυπτογραφηθεί αυτό το αρχείο, πιθανόν πρόκειται για κοινόχρηστο αρχείο. Παρακαλούμε ζητήστε από τον κάτοχο του αρχείου να το ξαναμοιραστεί μαζί σας.",
|
||||
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Δεν ήταν δυνατό να διαβαστεί αυτό το αρχείο, πιθανόν πρόκειται για κοινόχρηστο αρχείο. Παρακαλούμε ζητήστε από τον κάτοχο του αρχείου να το ξαναμοιραστεί μαζί σας.",
|
||||
"Default encryption module" : "Προεπιλεγμένη μονάδα κρυπτογράφησης",
|
||||
"Default encryption module for server-side encryption" : "Προεπιλεγμένη μονάδα κρυπτογράφησης για κρυπτογράφηση στον διακομιστή",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "Για να χρησιμοποιήσετε αυτή τη μονάδα κρυπτογράφησης, πρέπει να ενεργοποιήσετε την κρυπτογράφηση στον διακομιστή στις ρυθμίσεις διαχειριστή. Μόλις ενεργοποιηθεί, αυτή η μονάδα θα κρυπτογραφεί όλα τα αρχεία σας διαφανώς. Η κρυπτογράφηση βασίζεται σε κλειδιά AES 256.\nΗ μονάδα δεν θα αγγίξει τα υπάρχοντα αρχεία, μόνο τα νέα αρχεία θα κρυπτογραφηθούν αφού ενεργοποιηθεί η κρυπτογράφηση στον διακομιστή. Επίσης, δεν είναι δυνατό να απενεργοποιήσετε ξανά την κρυπτογράφηση και να επιστρέψετε σε ένα μη κρυπτογραφημένο σύστημα.\nΠαρακαλούμε διαβάστε την τεκμηρίωση για να γνωρίζετε όλες τις επιπτώσεις πριν αποφασίσετε να ενεργοποιήσετε την κρυπτογράφηση στον διακομιστή.",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "Η εφαρμογή κρυπτογράφησης είναι ενεργοποιημένη αλλά τα κλειδιά σας δεν έχουν αρχικοποιηθεί, παρακαλώ αποσυνδεθείτε και συνδεθείτε ξανά",
|
||||
"Encrypt the home storage" : "Κρυπτογράφηση του κεντρικού χώρου αποθήκευσης",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Η ενεργοποίηση αυτής της επιλογής κρυπτογραφεί όλα τα αρχεία που είναι αποθηκευμένα στον κύριο αποθηκευτικό χώρο, αλλιώς μόνο τα αρχεία σε εξωτερικούς αποθηκευτικούς χώρους θα κρυπτογραφηθούν",
|
||||
@@ -58,6 +56,8 @@
|
||||
"Enable password recovery:" : "Ενεργοποίηση ανάκτησης συνθηματικού:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Η ενεργοποίηση αυτής της επιλογής θα σας επιτρέψει να επανακτήσετε πρόσβαση στα κρυπτογραφημένα σας αρχεία σε περίπτωση απώλειας του κωδικού σας",
|
||||
"Enabled" : "Ενεργοποιημένο",
|
||||
"Disabled" : "Απενεργοποιημένο"
|
||||
"Disabled" : "Απενεργοποιημένο",
|
||||
"Default encryption module for server-side encryption" : "Προεπιλεγμένη μονάδα κρυπτογράφησης για κρυπτογράφηση στον διακομιστή",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "Για να χρησιμοποιήσετε αυτή τη μονάδα κρυπτογράφησης, πρέπει να ενεργοποιήσετε την κρυπτογράφηση στον διακομιστή στις ρυθμίσεις διαχειριστή. Μόλις ενεργοποιηθεί, αυτή η μονάδα θα κρυπτογραφεί όλα τα αρχεία σας διαφανώς. Η κρυπτογράφηση βασίζεται σε κλειδιά AES 256.\nΗ μονάδα δεν θα αγγίξει τα υπάρχοντα αρχεία, μόνο τα νέα αρχεία θα κρυπτογραφηθούν αφού ενεργοποιηθεί η κρυπτογράφηση στον διακομιστή. Επίσης, δεν είναι δυνατό να απενεργοποιήσετε ξανά την κρυπτογράφηση και να επιστρέψετε σε ένα μη κρυπτογραφημένο σύστημα.\nΠαρακαλούμε διαβάστε την τεκμηρίωση για να γνωρίζετε όλες τις επιπτώσεις πριν αποφασίσετε να ενεργοποιήσετε την κρυπτογράφηση στον διακομιστή."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -35,8 +35,6 @@ OC.L10N.register(
|
||||
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you.",
|
||||
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you.",
|
||||
"Default encryption module" : "Default encryption module",
|
||||
"Default encryption module for server-side encryption" : "Default encryption module for server-side encryption",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption.",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "Encryption app is enabled but your keys are not initialised, please log-out and log-in again",
|
||||
"Encrypt the home storage" : "Encrypt the home storage",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted",
|
||||
@@ -60,6 +58,8 @@ OC.L10N.register(
|
||||
"Enable password recovery:" : "Enable password recovery:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss",
|
||||
"Enabled" : "Enabled",
|
||||
"Disabled" : "Disabled"
|
||||
"Disabled" : "Disabled",
|
||||
"Default encryption module for server-side encryption" : "Default encryption module for server-side encryption",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -33,8 +33,6 @@
|
||||
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you.",
|
||||
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you.",
|
||||
"Default encryption module" : "Default encryption module",
|
||||
"Default encryption module for server-side encryption" : "Default encryption module for server-side encryption",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption.",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "Encryption app is enabled but your keys are not initialised, please log-out and log-in again",
|
||||
"Encrypt the home storage" : "Encrypt the home storage",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted",
|
||||
@@ -58,6 +56,8 @@
|
||||
"Enable password recovery:" : "Enable password recovery:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss",
|
||||
"Enabled" : "Enabled",
|
||||
"Disabled" : "Disabled"
|
||||
"Disabled" : "Disabled",
|
||||
"Default encryption module for server-side encryption" : "Default encryption module for server-side encryption",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -29,7 +29,6 @@ OC.L10N.register(
|
||||
"Missing Signature" : "Mankanta subskribo",
|
||||
"one-time password for server-side-encryption" : "unuuza pasvorto por ĉeservila ĉifrado",
|
||||
"Default encryption module" : "Defaŭlta ĉifra modulo",
|
||||
"Default encryption module for server-side encryption" : "Defaŭlta ĉifra modulo por ĉeservila ĉifrado",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "Ĉifra aplikaĵo estas ŝaltita, sed viaj ŝlosiloj ne uziĝas. Bv. elsaluti kaj re-ensaluti.",
|
||||
"Encrypt the home storage" : "Ĉifri la ĉefkonservejon",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Ebligi tiun opcion ĉifras ĉiujn dosierojn de la ĉefkonservejo, alie nur dosieroj en ekstera konservejo ĉifriĝos.",
|
||||
@@ -51,6 +50,7 @@ OC.L10N.register(
|
||||
"Enable password recovery:" : "Ŝalti restaŭron de pasvorto:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Ŝalti tiun opcion ebligas al vi rehavi aliron al viaj ĉifritaj dosierojn okaze de pasvorta perdo.",
|
||||
"Enabled" : "Ŝaltita",
|
||||
"Disabled" : "Malŝaltita"
|
||||
"Disabled" : "Malŝaltita",
|
||||
"Default encryption module for server-side encryption" : "Defaŭlta ĉifra modulo por ĉeservila ĉifrado"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
"Missing Signature" : "Mankanta subskribo",
|
||||
"one-time password for server-side-encryption" : "unuuza pasvorto por ĉeservila ĉifrado",
|
||||
"Default encryption module" : "Defaŭlta ĉifra modulo",
|
||||
"Default encryption module for server-side encryption" : "Defaŭlta ĉifra modulo por ĉeservila ĉifrado",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "Ĉifra aplikaĵo estas ŝaltita, sed viaj ŝlosiloj ne uziĝas. Bv. elsaluti kaj re-ensaluti.",
|
||||
"Encrypt the home storage" : "Ĉifri la ĉefkonservejon",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Ebligi tiun opcion ĉifras ĉiujn dosierojn de la ĉefkonservejo, alie nur dosieroj en ekstera konservejo ĉifriĝos.",
|
||||
@@ -49,6 +48,7 @@
|
||||
"Enable password recovery:" : "Ŝalti restaŭron de pasvorto:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Ŝalti tiun opcion ebligas al vi rehavi aliron al viaj ĉifritaj dosierojn okaze de pasvorta perdo.",
|
||||
"Enabled" : "Ŝaltita",
|
||||
"Disabled" : "Malŝaltita"
|
||||
"Disabled" : "Malŝaltita",
|
||||
"Default encryption module for server-side encryption" : "Defaŭlta ĉifra modulo por ĉeservila ĉifrado"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -35,8 +35,6 @@ OC.L10N.register(
|
||||
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "No se puede descifrar este archivo, probablemente se trate de un archivo compartido. Por favor, pida al propietario del archivo que vuelva a compartirlo con usted.",
|
||||
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "No se puede leer este archivo, probablemente se trate de un archivo compartido. Por favor, pida al propietario del archivo que vuelva a compartirlo con usted.",
|
||||
"Default encryption module" : "Módulo de cifrado por defecto",
|
||||
"Default encryption module for server-side encryption" : "Módulo de cifrado por defecto para el cifrado en el lado del servidor",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "De manera de usar este módulo de cifrado necesita activar el cifrado del lado del servidor en la configuraciones de administrador. Una vez que esté habilitado este módulo cifrará todos tus archivos de manera transparente. El cifrado está basado en llaves AES-256\nEl módulo no tocará los archivos existentes, solo los archivos nuevos serán cifrados una vez que el cifrado del lado del servidor se habilite. Además, no es posible deshabilitar el cifrado de nuevo y cambiar a un sistema sin cifrado.\nPor favor lea la documentación para que entienda todas las implicaciones antes de que decida habilitar el cifrado del lado del servidor.",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "La app de cifrado está habilitada pero sus claves no se han inicializado, por favor, cierre la sesión y vuelva a iniciarla de nuevo.",
|
||||
"Encrypt the home storage" : "Encriptar el almacenamiento personal",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Al activar esta opción se encriptarán todos los archivos almacenados en la memoria principal, de lo contrario, serán cifrados sólo los archivos de almacenamiento externo",
|
||||
@@ -60,6 +58,8 @@ OC.L10N.register(
|
||||
"Enable password recovery:" : "Habilitar la recuperación de contraseña:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Habilitar esta opción le permitirá volver a tener acceso a sus archivos cifrados en caso de pérdida de contraseña",
|
||||
"Enabled" : "Habilitado",
|
||||
"Disabled" : "Deshabilitado"
|
||||
"Disabled" : "Deshabilitado",
|
||||
"Default encryption module for server-side encryption" : "Módulo de cifrado por defecto para el cifrado en el lado del servidor",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "De manera de usar este módulo de cifrado necesita activar el cifrado del lado del servidor en la configuraciones de administrador. Una vez que esté habilitado este módulo cifrará todos tus archivos de manera transparente. El cifrado está basado en llaves AES-256\nEl módulo no tocará los archivos existentes, solo los archivos nuevos serán cifrados una vez que el cifrado del lado del servidor se habilite. Además, no es posible deshabilitar el cifrado de nuevo y cambiar a un sistema sin cifrado.\nPor favor lea la documentación para que entienda todas las implicaciones antes de que decida habilitar el cifrado del lado del servidor."
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -33,8 +33,6 @@
|
||||
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "No se puede descifrar este archivo, probablemente se trate de un archivo compartido. Por favor, pida al propietario del archivo que vuelva a compartirlo con usted.",
|
||||
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "No se puede leer este archivo, probablemente se trate de un archivo compartido. Por favor, pida al propietario del archivo que vuelva a compartirlo con usted.",
|
||||
"Default encryption module" : "Módulo de cifrado por defecto",
|
||||
"Default encryption module for server-side encryption" : "Módulo de cifrado por defecto para el cifrado en el lado del servidor",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "De manera de usar este módulo de cifrado necesita activar el cifrado del lado del servidor en la configuraciones de administrador. Una vez que esté habilitado este módulo cifrará todos tus archivos de manera transparente. El cifrado está basado en llaves AES-256\nEl módulo no tocará los archivos existentes, solo los archivos nuevos serán cifrados una vez que el cifrado del lado del servidor se habilite. Además, no es posible deshabilitar el cifrado de nuevo y cambiar a un sistema sin cifrado.\nPor favor lea la documentación para que entienda todas las implicaciones antes de que decida habilitar el cifrado del lado del servidor.",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "La app de cifrado está habilitada pero sus claves no se han inicializado, por favor, cierre la sesión y vuelva a iniciarla de nuevo.",
|
||||
"Encrypt the home storage" : "Encriptar el almacenamiento personal",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Al activar esta opción se encriptarán todos los archivos almacenados en la memoria principal, de lo contrario, serán cifrados sólo los archivos de almacenamiento externo",
|
||||
@@ -58,6 +56,8 @@
|
||||
"Enable password recovery:" : "Habilitar la recuperación de contraseña:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Habilitar esta opción le permitirá volver a tener acceso a sus archivos cifrados en caso de pérdida de contraseña",
|
||||
"Enabled" : "Habilitado",
|
||||
"Disabled" : "Deshabilitado"
|
||||
"Disabled" : "Deshabilitado",
|
||||
"Default encryption module for server-side encryption" : "Módulo de cifrado por defecto para el cifrado en el lado del servidor",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "De manera de usar este módulo de cifrado necesita activar el cifrado del lado del servidor en la configuraciones de administrador. Una vez que esté habilitado este módulo cifrará todos tus archivos de manera transparente. El cifrado está basado en llaves AES-256\nEl módulo no tocará los archivos existentes, solo los archivos nuevos serán cifrados una vez que el cifrado del lado del servidor se habilite. Además, no es posible deshabilitar el cifrado de nuevo y cambiar a un sistema sin cifrado.\nPor favor lea la documentación para que entienda todas las implicaciones antes de que decida habilitar el cifrado del lado del servidor."
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -35,8 +35,6 @@ OC.L10N.register(
|
||||
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "No se puede descifrar este archivo, probablemente es un archivo compartido. Por favor, pida al propietario del archivo que lo comparta de nuevo con usted.",
|
||||
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "No se puede leer este archivo, probablemente es un archivo compartido. Por favor, pida al propietario del archivo que lo comparta de nuevo con usted.",
|
||||
"Default encryption module" : "Módulo de encripción predeterminado",
|
||||
"Default encryption module for server-side encryption" : "Módulo de cifrado predeterminado para el cifrado en el servidor",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "Para poder utilizar este módulo de cifrado, debe habilitar el cifrado en el servidor en la configuración del administrador. Una vez habilitado, este módulo cifrará todos sus archivos de forma transparente. El cifrado se basa en claves AES de 256 bits.\n El módulo no afectará a los archivos existentes, solo los nuevos archivos se cifrarán después de habilitar el cifrado en el servidor. Tampoco es posible desactivar el cifrado y volver a un sistema sin cifrar.\n Por favor, lea la documentación para conocer todas las implicaciones antes de decidir habilitar el cifrado en el servidor.",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "La aplicación de encripción esta habilitada pero tus llaves no han sido inicializadas, por favor sal y vuelve a entrar a tu sesión",
|
||||
"Encrypt the home storage" : "Encriptar el almacenamiento de inicio",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Habilitar esta opción encripta todos los archivos almacenados en el almacenamiento principal, de otro modo, sólo los archivos en el almacenamiento externo serán encriptados",
|
||||
@@ -58,6 +56,8 @@ OC.L10N.register(
|
||||
"Enable password recovery:" : "Habilitar la recuperación de contraseña:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Habilitar esta opción te permitirá volver a tener acceso a tus archivos encriptados en caso de que pierdas la contraseña",
|
||||
"Enabled" : "Habilitado",
|
||||
"Disabled" : "Deshabilitado"
|
||||
"Disabled" : "Deshabilitado",
|
||||
"Default encryption module for server-side encryption" : "Módulo de cifrado predeterminado para el cifrado en el servidor",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "Para poder utilizar este módulo de cifrado, debe habilitar el cifrado en el servidor en la configuración del administrador. Una vez habilitado, este módulo cifrará todos sus archivos de forma transparente. El cifrado se basa en claves AES de 256 bits.\n El módulo no afectará a los archivos existentes, solo los nuevos archivos se cifrarán después de habilitar el cifrado en el servidor. Tampoco es posible desactivar el cifrado y volver a un sistema sin cifrar.\n Por favor, lea la documentación para conocer todas las implicaciones antes de decidir habilitar el cifrado en el servidor."
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -33,8 +33,6 @@
|
||||
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "No se puede descifrar este archivo, probablemente es un archivo compartido. Por favor, pida al propietario del archivo que lo comparta de nuevo con usted.",
|
||||
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "No se puede leer este archivo, probablemente es un archivo compartido. Por favor, pida al propietario del archivo que lo comparta de nuevo con usted.",
|
||||
"Default encryption module" : "Módulo de encripción predeterminado",
|
||||
"Default encryption module for server-side encryption" : "Módulo de cifrado predeterminado para el cifrado en el servidor",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "Para poder utilizar este módulo de cifrado, debe habilitar el cifrado en el servidor en la configuración del administrador. Una vez habilitado, este módulo cifrará todos sus archivos de forma transparente. El cifrado se basa en claves AES de 256 bits.\n El módulo no afectará a los archivos existentes, solo los nuevos archivos se cifrarán después de habilitar el cifrado en el servidor. Tampoco es posible desactivar el cifrado y volver a un sistema sin cifrar.\n Por favor, lea la documentación para conocer todas las implicaciones antes de decidir habilitar el cifrado en el servidor.",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "La aplicación de encripción esta habilitada pero tus llaves no han sido inicializadas, por favor sal y vuelve a entrar a tu sesión",
|
||||
"Encrypt the home storage" : "Encriptar el almacenamiento de inicio",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Habilitar esta opción encripta todos los archivos almacenados en el almacenamiento principal, de otro modo, sólo los archivos en el almacenamiento externo serán encriptados",
|
||||
@@ -56,6 +54,8 @@
|
||||
"Enable password recovery:" : "Habilitar la recuperación de contraseña:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Habilitar esta opción te permitirá volver a tener acceso a tus archivos encriptados en caso de que pierdas la contraseña",
|
||||
"Enabled" : "Habilitado",
|
||||
"Disabled" : "Deshabilitado"
|
||||
"Disabled" : "Deshabilitado",
|
||||
"Default encryption module for server-side encryption" : "Módulo de cifrado predeterminado para el cifrado en el servidor",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "Para poder utilizar este módulo de cifrado, debe habilitar el cifrado en el servidor en la configuración del administrador. Una vez habilitado, este módulo cifrará todos sus archivos de forma transparente. El cifrado se basa en claves AES de 256 bits.\n El módulo no afectará a los archivos existentes, solo los nuevos archivos se cifrarán después de habilitar el cifrado en el servidor. Tampoco es posible desactivar el cifrado y volver a un sistema sin cifrar.\n Por favor, lea la documentación para conocer todas las implicaciones antes de decidir habilitar el cifrado en el servidor."
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -30,7 +30,6 @@ OC.L10N.register(
|
||||
"one-time password for server-side-encryption" : "Contraseña de una-sola-vez para la encripción del lado del servidor",
|
||||
"Encryption password" : "Contraseña de cifrado",
|
||||
"Default encryption module" : "Módulo de encripción predeterminado",
|
||||
"Default encryption module for server-side encryption" : "Modulo de encripción por defecto para encripción de lado del servidor",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "La aplicación de encripción esta habilitada pero tus llaves no han sido inicializadas, por favor sal y vuelve a entrar a tu sesión",
|
||||
"Encrypt the home storage" : "Encriptar el almacenamiento de inicio",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Habilitar esta opción encripta todos los archivos almacenados en el almacenamiento principal, de otro modo, sólo los archivos en el almacenamiento externo serán encriptados",
|
||||
@@ -52,6 +51,7 @@ OC.L10N.register(
|
||||
"Enable password recovery:" : "Habilitar la recuperación de contraseña:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Habilitar esta opción te permitirá volver a tener acceso a tus archivos encriptados en caso de que pierdas la contraseña",
|
||||
"Enabled" : "Habilitado",
|
||||
"Disabled" : "Deshabilitado"
|
||||
"Disabled" : "Deshabilitado",
|
||||
"Default encryption module for server-side encryption" : "Modulo de encripción por defecto para encripción de lado del servidor"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -28,7 +28,6 @@
|
||||
"one-time password for server-side-encryption" : "Contraseña de una-sola-vez para la encripción del lado del servidor",
|
||||
"Encryption password" : "Contraseña de cifrado",
|
||||
"Default encryption module" : "Módulo de encripción predeterminado",
|
||||
"Default encryption module for server-side encryption" : "Modulo de encripción por defecto para encripción de lado del servidor",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "La aplicación de encripción esta habilitada pero tus llaves no han sido inicializadas, por favor sal y vuelve a entrar a tu sesión",
|
||||
"Encrypt the home storage" : "Encriptar el almacenamiento de inicio",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Habilitar esta opción encripta todos los archivos almacenados en el almacenamiento principal, de otro modo, sólo los archivos en el almacenamiento externo serán encriptados",
|
||||
@@ -50,6 +49,7 @@
|
||||
"Enable password recovery:" : "Habilitar la recuperación de contraseña:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Habilitar esta opción te permitirá volver a tener acceso a tus archivos encriptados en caso de que pierdas la contraseña",
|
||||
"Enabled" : "Habilitado",
|
||||
"Disabled" : "Deshabilitado"
|
||||
"Disabled" : "Deshabilitado",
|
||||
"Default encryption module for server-side encryption" : "Modulo de encripción por defecto para encripción de lado del servidor"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -30,7 +30,6 @@ OC.L10N.register(
|
||||
"The administration enabled server-side-encryption. Your files were encrypted using the password <strong>%s</strong>." : "Serveri peakasutaja lülitas sisse serveripoolse krüptimise. Sinu failid on krüptitud salasõnaga <strong>%s</strong>.",
|
||||
"The administration enabled server-side-encryption. Your files were encrypted using the password \"%s\"." : "Serveri peakasutaja lülitas sisse serveripoolse krüptimise. Sinu failid on krüptitud salasõnaga „%s“.",
|
||||
"Default encryption module" : "Vaikimisi krüptimismoodul",
|
||||
"Default encryption module for server-side encryption" : "Vaikimisi krüptimismoodul serveripoolse krüptimise jaoks",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "Krüptimisrakendus on kasutusel, kuid krüptovõtmed pole valmendatud. Palun logi välja ning uuesti sisse.",
|
||||
"Encrypt the home storage" : "Krüpti ka sisemine andmeruum",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Selle valiku kasutamisel krüptitakse failid sisemises ja välises andmeruumis. Vastasel juhul vaid välises andmeruumis.",
|
||||
@@ -54,6 +53,7 @@ OC.L10N.register(
|
||||
"Enable password recovery:" : "Luba salasõna taastamine:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Valiku lubamine võimaldab salasõna kaotamise korral taastada ligipääsu krüptitud failidele",
|
||||
"Enabled" : "Sisse lülitatud",
|
||||
"Disabled" : "Välja lülitatud"
|
||||
"Disabled" : "Välja lülitatud",
|
||||
"Default encryption module for server-side encryption" : "Vaikimisi krüptimismoodul serveripoolse krüptimise jaoks"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -28,7 +28,6 @@
|
||||
"The administration enabled server-side-encryption. Your files were encrypted using the password <strong>%s</strong>." : "Serveri peakasutaja lülitas sisse serveripoolse krüptimise. Sinu failid on krüptitud salasõnaga <strong>%s</strong>.",
|
||||
"The administration enabled server-side-encryption. Your files were encrypted using the password \"%s\"." : "Serveri peakasutaja lülitas sisse serveripoolse krüptimise. Sinu failid on krüptitud salasõnaga „%s“.",
|
||||
"Default encryption module" : "Vaikimisi krüptimismoodul",
|
||||
"Default encryption module for server-side encryption" : "Vaikimisi krüptimismoodul serveripoolse krüptimise jaoks",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "Krüptimisrakendus on kasutusel, kuid krüptovõtmed pole valmendatud. Palun logi välja ning uuesti sisse.",
|
||||
"Encrypt the home storage" : "Krüpti ka sisemine andmeruum",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Selle valiku kasutamisel krüptitakse failid sisemises ja välises andmeruumis. Vastasel juhul vaid välises andmeruumis.",
|
||||
@@ -52,6 +51,7 @@
|
||||
"Enable password recovery:" : "Luba salasõna taastamine:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Valiku lubamine võimaldab salasõna kaotamise korral taastada ligipääsu krüptitud failidele",
|
||||
"Enabled" : "Sisse lülitatud",
|
||||
"Disabled" : "Välja lülitatud"
|
||||
"Disabled" : "Välja lülitatud",
|
||||
"Default encryption module for server-side encryption" : "Vaikimisi krüptimismoodul serveripoolse krüptimise jaoks"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -35,8 +35,6 @@ OC.L10N.register(
|
||||
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Ezin izan da fitxategi hau deszifratu, ziur aski partekatutako fitxategia izango da. Mesedez, fitxategiaren jabeari berriz partekatzeko eska iezaiozu.",
|
||||
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Ezin da fitxategi hau irakurri, ziur aski partekatutako fitxategia izango da. Mesedez, fitxategiaren jabeari berriz partekatzeko eska iezaiozu.",
|
||||
"Default encryption module" : "Zifratze-modulu lehenetsia",
|
||||
"Default encryption module for server-side encryption" : "Lehenetsitako zifratze modulua zerbitzari aldeko zifratzerako",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "Zifratze-modulu hau erabiltzeko, zerbitzariaren aldeko zifratzea gaitu behar duzu administratzailearen ezarpenetan. Gaituta dagoenean, modulu honek zure fitxategi guztiak garden zifratuko ditu. Zifratzea AES 256 gakoetan oinarritzen da.\nModuluak ez ditu lehendik dauden fitxategiak ukituko, zerbitzariaren aldeko zifratzea gaitu ondoren fitxategi berriak soilik zifratuko dira. Ezin da zifratzea berriro desgaitu eta zifratu gabeko sistema batera itzuli.\nIrakurri dokumentazioa ondorio guztiak ezagutzeko zerbitzariaren aldeko zifratzea gaitzea erabaki aurretik.",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "Enkriptatze aplikazioa gaituta dago, baina zure gakoak ez dira hasieratu, mesedez saioa itxi eta sar zaitez berriro",
|
||||
"Encrypt the home storage" : "Zifratu etxe-biltegia",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Aukera hau gaituz gero, biltegi orokorreko fitxategi guztiak zifratuko dira, bestela kanpo biltegian daudenak bakarrik zifratuko dira",
|
||||
@@ -59,6 +57,8 @@ OC.L10N.register(
|
||||
"Enable password recovery:" : "Gaitu pasahitzaren berreskuratzea:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Aukera hau gaituz, zure zifratutako fitxategiak berreskuratu ahal izango dituzu pasahitza galtzekotan",
|
||||
"Enabled" : "Gaitua",
|
||||
"Disabled" : "Ez-gaitua"
|
||||
"Disabled" : "Ez-gaitua",
|
||||
"Default encryption module for server-side encryption" : "Lehenetsitako zifratze modulua zerbitzari aldeko zifratzerako",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "Zifratze-modulu hau erabiltzeko, zerbitzariaren aldeko zifratzea gaitu behar duzu administratzailearen ezarpenetan. Gaituta dagoenean, modulu honek zure fitxategi guztiak garden zifratuko ditu. Zifratzea AES 256 gakoetan oinarritzen da.\nModuluak ez ditu lehendik dauden fitxategiak ukituko, zerbitzariaren aldeko zifratzea gaitu ondoren fitxategi berriak soilik zifratuko dira. Ezin da zifratzea berriro desgaitu eta zifratu gabeko sistema batera itzuli.\nIrakurri dokumentazioa ondorio guztiak ezagutzeko zerbitzariaren aldeko zifratzea gaitzea erabaki aurretik."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -33,8 +33,6 @@
|
||||
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Ezin izan da fitxategi hau deszifratu, ziur aski partekatutako fitxategia izango da. Mesedez, fitxategiaren jabeari berriz partekatzeko eska iezaiozu.",
|
||||
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Ezin da fitxategi hau irakurri, ziur aski partekatutako fitxategia izango da. Mesedez, fitxategiaren jabeari berriz partekatzeko eska iezaiozu.",
|
||||
"Default encryption module" : "Zifratze-modulu lehenetsia",
|
||||
"Default encryption module for server-side encryption" : "Lehenetsitako zifratze modulua zerbitzari aldeko zifratzerako",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "Zifratze-modulu hau erabiltzeko, zerbitzariaren aldeko zifratzea gaitu behar duzu administratzailearen ezarpenetan. Gaituta dagoenean, modulu honek zure fitxategi guztiak garden zifratuko ditu. Zifratzea AES 256 gakoetan oinarritzen da.\nModuluak ez ditu lehendik dauden fitxategiak ukituko, zerbitzariaren aldeko zifratzea gaitu ondoren fitxategi berriak soilik zifratuko dira. Ezin da zifratzea berriro desgaitu eta zifratu gabeko sistema batera itzuli.\nIrakurri dokumentazioa ondorio guztiak ezagutzeko zerbitzariaren aldeko zifratzea gaitzea erabaki aurretik.",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "Enkriptatze aplikazioa gaituta dago, baina zure gakoak ez dira hasieratu, mesedez saioa itxi eta sar zaitez berriro",
|
||||
"Encrypt the home storage" : "Zifratu etxe-biltegia",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Aukera hau gaituz gero, biltegi orokorreko fitxategi guztiak zifratuko dira, bestela kanpo biltegian daudenak bakarrik zifratuko dira",
|
||||
@@ -57,6 +55,8 @@
|
||||
"Enable password recovery:" : "Gaitu pasahitzaren berreskuratzea:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Aukera hau gaituz, zure zifratutako fitxategiak berreskuratu ahal izango dituzu pasahitza galtzekotan",
|
||||
"Enabled" : "Gaitua",
|
||||
"Disabled" : "Ez-gaitua"
|
||||
"Disabled" : "Ez-gaitua",
|
||||
"Default encryption module for server-side encryption" : "Lehenetsitako zifratze modulua zerbitzari aldeko zifratzerako",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "Zifratze-modulu hau erabiltzeko, zerbitzariaren aldeko zifratzea gaitu behar duzu administratzailearen ezarpenetan. Gaituta dagoenean, modulu honek zure fitxategi guztiak garden zifratuko ditu. Zifratzea AES 256 gakoetan oinarritzen da.\nModuluak ez ditu lehendik dauden fitxategiak ukituko, zerbitzariaren aldeko zifratzea gaitu ondoren fitxategi berriak soilik zifratuko dira. Ezin da zifratzea berriro desgaitu eta zifratu gabeko sistema batera itzuli.\nIrakurri dokumentazioa ondorio guztiak ezagutzeko zerbitzariaren aldeko zifratzea gaitzea erabaki aurretik."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -35,8 +35,6 @@ OC.L10N.register(
|
||||
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you.",
|
||||
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you.",
|
||||
"Default encryption module" : "ماژول رمزگذاری پیش فرض",
|
||||
"Default encryption module for server-side encryption" : "ماژول رمزگذاری پیش فرض برای رمزگذاری سمت سرور",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption.",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "برنامه رمزگذاری فعال شده است، اما کلیدهای شما ساخته نشدهاند. لطفاً از حساب کاربریتان خارج و دوباره وارد شوید",
|
||||
"Encrypt the home storage" : "رمزگذاری حافظه اصلی",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "با فعال کردن این گزینه، فایل های ذخیره شده در حافظه اصلی رمزگذاری می شود؛ در غیر این صورت فقط پرونده های موجود در حافظه خارجی رمزگذاری می شوند.",
|
||||
@@ -58,6 +56,8 @@ OC.L10N.register(
|
||||
"Enable password recovery:" : "فعال سازی بازیابی رمزعبور:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "فعال کردن این گزینه به شما اجازه خواهد داد در صورت از دست دادن رمزعبور به فایل های رمزگذاری شده خود دسترسی داشته باشید.",
|
||||
"Enabled" : "فعال شده",
|
||||
"Disabled" : "غیرفعال شده"
|
||||
"Disabled" : "غیرفعال شده",
|
||||
"Default encryption module for server-side encryption" : "ماژول رمزگذاری پیش فرض برای رمزگذاری سمت سرور",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption."
|
||||
},
|
||||
"nplurals=2; plural=(n > 1);");
|
||||
|
||||
@@ -33,8 +33,6 @@
|
||||
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you.",
|
||||
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you.",
|
||||
"Default encryption module" : "ماژول رمزگذاری پیش فرض",
|
||||
"Default encryption module for server-side encryption" : "ماژول رمزگذاری پیش فرض برای رمزگذاری سمت سرور",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption.",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "برنامه رمزگذاری فعال شده است، اما کلیدهای شما ساخته نشدهاند. لطفاً از حساب کاربریتان خارج و دوباره وارد شوید",
|
||||
"Encrypt the home storage" : "رمزگذاری حافظه اصلی",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "با فعال کردن این گزینه، فایل های ذخیره شده در حافظه اصلی رمزگذاری می شود؛ در غیر این صورت فقط پرونده های موجود در حافظه خارجی رمزگذاری می شوند.",
|
||||
@@ -56,6 +54,8 @@
|
||||
"Enable password recovery:" : "فعال سازی بازیابی رمزعبور:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "فعال کردن این گزینه به شما اجازه خواهد داد در صورت از دست دادن رمزعبور به فایل های رمزگذاری شده خود دسترسی داشته باشید.",
|
||||
"Enabled" : "فعال شده",
|
||||
"Disabled" : "غیرفعال شده"
|
||||
"Disabled" : "غیرفعال شده",
|
||||
"Default encryption module for server-side encryption" : "ماژول رمزگذاری پیش فرض برای رمزگذاری سمت سرور",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption."
|
||||
},"pluralForm" :"nplurals=2; plural=(n > 1);"
|
||||
}
|
||||
@@ -30,7 +30,6 @@ OC.L10N.register(
|
||||
"one-time password for server-side-encryption" : "kertakäyttöinen salasana palvelinpään salausta varten",
|
||||
"Encryption password" : "Salauksen salasana",
|
||||
"Default encryption module" : "Oletus salausmoduuli",
|
||||
"Default encryption module for server-side encryption" : "Oletusarvoinen salausmoduuli palvelimella tehtävään salaukseen",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "Salaussovellus on aktivoitu, mutta avaimia ei ole alustettu, kirjaudu uudelleen sisään",
|
||||
"Encrypt the home storage" : "Salaa oma kotitila",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Tämän valinnan ollessa valittuna salataan kaikki päätallennustilaan tallennetut tiedostot. Muussa tapauksessa ainoastaan ulkoisessa tallennustilassa sijaitsevat tiedostot salataan.",
|
||||
@@ -52,6 +51,7 @@ OC.L10N.register(
|
||||
"Enable password recovery:" : "Ota salasanan palautus käyttöön:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Tämän valinnan käyttäminen mahdollistaa pääsyn salattuihin tiedostoihisi, jos salasana unohtuu",
|
||||
"Enabled" : "Käytössä",
|
||||
"Disabled" : "Ei käytössä"
|
||||
"Disabled" : "Ei käytössä",
|
||||
"Default encryption module for server-side encryption" : "Oletusarvoinen salausmoduuli palvelimella tehtävään salaukseen"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -28,7 +28,6 @@
|
||||
"one-time password for server-side-encryption" : "kertakäyttöinen salasana palvelinpään salausta varten",
|
||||
"Encryption password" : "Salauksen salasana",
|
||||
"Default encryption module" : "Oletus salausmoduuli",
|
||||
"Default encryption module for server-side encryption" : "Oletusarvoinen salausmoduuli palvelimella tehtävään salaukseen",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "Salaussovellus on aktivoitu, mutta avaimia ei ole alustettu, kirjaudu uudelleen sisään",
|
||||
"Encrypt the home storage" : "Salaa oma kotitila",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Tämän valinnan ollessa valittuna salataan kaikki päätallennustilaan tallennetut tiedostot. Muussa tapauksessa ainoastaan ulkoisessa tallennustilassa sijaitsevat tiedostot salataan.",
|
||||
@@ -50,6 +49,7 @@
|
||||
"Enable password recovery:" : "Ota salasanan palautus käyttöön:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Tämän valinnan käyttäminen mahdollistaa pääsyn salattuihin tiedostoihisi, jos salasana unohtuu",
|
||||
"Enabled" : "Käytössä",
|
||||
"Disabled" : "Ei käytössä"
|
||||
"Disabled" : "Ei käytössä",
|
||||
"Default encryption module for server-side encryption" : "Oletusarvoinen salausmoduuli palvelimella tehtävään salaukseen"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -35,8 +35,6 @@ OC.L10N.register(
|
||||
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Impossible de déchiffrer ce fichier, il s'agit probablement d'un fichier partagé. Merci de demander à son propriétaire de repartager le fichier avec vous.",
|
||||
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Impossible de lire ce fichier, il s'agit probablement d'un fichier partagé. Merci de demander à son propriétaire de repartager le fichier avec vous.",
|
||||
"Default encryption module" : "Module de chiffrement par défaut",
|
||||
"Default encryption module for server-side encryption" : "Module de chiffrement par défaut pour le chiffrement côté serveur",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "Pour utiliser ce module de chiffrement, vous devez activer le chiffrement côté serveur dans les paramètres d'administration. Une fois activé, ce module chiffrera tous vos fichiers de manière transparente. Le chiffrement est basé sur des clés AES 256 bits.\nLe module ne touchera pas les fichiers existants, seuls les nouveaux fichiers seront chiffrés après activation du chiffrement côté serveur. Une fois le chiffrement côté serveur activé, il est impossible de désactiver le chiffrement et de revenir à un système non chiffré.\nVeuillez lire la documentation pour connaître toutes les implications avant de décider d'activer le chiffrement côté serveur.",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "L'application de chiffrement est activée mais vos clés ne sont pas initialisées. Veuillez vous déconnecter puis vous reconnecter.",
|
||||
"Encrypt the home storage" : "Chiffrer l'espace de stockage principal",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "L'activation de cette option chiffre tous les fichiers du stockage principal, sinon seuls les espaces de stockage externes seront chiffrés",
|
||||
@@ -60,6 +58,8 @@ OC.L10N.register(
|
||||
"Enable password recovery:" : "Activer la récupération du mot de passe :",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Activer cette option vous permettra d'obtenir à nouveau l'accès à vos fichiers chiffrés en cas de perte de mot de passe",
|
||||
"Enabled" : "Activé",
|
||||
"Disabled" : "Désactivé"
|
||||
"Disabled" : "Désactivé",
|
||||
"Default encryption module for server-side encryption" : "Module de chiffrement par défaut pour le chiffrement côté serveur",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "Pour utiliser ce module de chiffrement, vous devez activer le chiffrement côté serveur dans les paramètres d'administration. Une fois activé, ce module chiffrera tous vos fichiers de manière transparente. Le chiffrement est basé sur des clés AES 256 bits.\nLe module ne touchera pas les fichiers existants, seuls les nouveaux fichiers seront chiffrés après activation du chiffrement côté serveur. Une fois le chiffrement côté serveur activé, il est impossible de désactiver le chiffrement et de revenir à un système non chiffré.\nVeuillez lire la documentation pour connaître toutes les implications avant de décider d'activer le chiffrement côté serveur."
|
||||
},
|
||||
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -33,8 +33,6 @@
|
||||
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Impossible de déchiffrer ce fichier, il s'agit probablement d'un fichier partagé. Merci de demander à son propriétaire de repartager le fichier avec vous.",
|
||||
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Impossible de lire ce fichier, il s'agit probablement d'un fichier partagé. Merci de demander à son propriétaire de repartager le fichier avec vous.",
|
||||
"Default encryption module" : "Module de chiffrement par défaut",
|
||||
"Default encryption module for server-side encryption" : "Module de chiffrement par défaut pour le chiffrement côté serveur",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "Pour utiliser ce module de chiffrement, vous devez activer le chiffrement côté serveur dans les paramètres d'administration. Une fois activé, ce module chiffrera tous vos fichiers de manière transparente. Le chiffrement est basé sur des clés AES 256 bits.\nLe module ne touchera pas les fichiers existants, seuls les nouveaux fichiers seront chiffrés après activation du chiffrement côté serveur. Une fois le chiffrement côté serveur activé, il est impossible de désactiver le chiffrement et de revenir à un système non chiffré.\nVeuillez lire la documentation pour connaître toutes les implications avant de décider d'activer le chiffrement côté serveur.",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "L'application de chiffrement est activée mais vos clés ne sont pas initialisées. Veuillez vous déconnecter puis vous reconnecter.",
|
||||
"Encrypt the home storage" : "Chiffrer l'espace de stockage principal",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "L'activation de cette option chiffre tous les fichiers du stockage principal, sinon seuls les espaces de stockage externes seront chiffrés",
|
||||
@@ -58,6 +56,8 @@
|
||||
"Enable password recovery:" : "Activer la récupération du mot de passe :",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Activer cette option vous permettra d'obtenir à nouveau l'accès à vos fichiers chiffrés en cas de perte de mot de passe",
|
||||
"Enabled" : "Activé",
|
||||
"Disabled" : "Désactivé"
|
||||
"Disabled" : "Désactivé",
|
||||
"Default encryption module for server-side encryption" : "Module de chiffrement par défaut pour le chiffrement côté serveur",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "Pour utiliser ce module de chiffrement, vous devez activer le chiffrement côté serveur dans les paramètres d'administration. Une fois activé, ce module chiffrera tous vos fichiers de manière transparente. Le chiffrement est basé sur des clés AES 256 bits.\nLe module ne touchera pas les fichiers existants, seuls les nouveaux fichiers seront chiffrés après activation du chiffrement côté serveur. Une fois le chiffrement côté serveur activé, il est impossible de désactiver le chiffrement et de revenir à un système non chiffré.\nVeuillez lire la documentation pour connaître toutes les implications avant de décider d'activer le chiffrement côté serveur."
|
||||
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -35,8 +35,6 @@ OC.L10N.register(
|
||||
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Ní féidir an comhad seo a dhíchriptiú, is dócha gur comhad roinnte é seo. Iarr ar úinéir an chomhaid an comhad a athroinnt leat le do thoil.",
|
||||
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Ní féidir an comhad seo a léamh, is dócha gur comhad roinnte é seo. Iarr ar úinéir an chomhaid an comhad a athroinnt leat le do thoil.",
|
||||
"Default encryption module" : "Modúl criptithe réamhshocraithe",
|
||||
"Default encryption module for server-side encryption" : "Modúl criptithe réamhshocraithe le haghaidh criptithe ar thaobh an fhreastalaí",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "Chun an modúl criptithe seo a úsáid ní mór duit criptiú taobh an fhreastalaí a chumasú sna socruithe riaracháin. Nuair a bheidh an modúl seo cumasaithe, déanfaidh sé do chomhaid go léir a chriptiú go trédhearcach. Tá an criptiú bunaithe ar eochracha AES 256.\nNí dhéanfaidh an modúl teagmháil le comhaid atá ann cheana féin, ní dhéanfar ach comhaid nua a chriptiú tar éis criptiú taobh an fhreastalaí a chumasú. Ní féidir ach an oiread an criptiú a dhíchumasú arís agus athrú ar ais go córas neamhchriptithe.\nLéigh an doiciméadú le do thoil chun na himpleachtaí go léir a fhios agat sula gcinnfidh tú criptiú taobh an fhreastalaí a chumasú.",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "Tá aip criptiúcháin cumasaithe ach níl d'eochracha tosaithe, logáil amach agus logáil isteach arís le do thoil",
|
||||
"Encrypt the home storage" : "Criptigh an stóráil sa bhaile",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Má dhéantar an rogha seo a chumasú, criptítear gach comhad atá stóráilte ar an bpríomhstóráil, nó ní dhéanfar ach comhaid ar stóráil sheachtrach a chriptiú",
|
||||
@@ -60,6 +58,8 @@ OC.L10N.register(
|
||||
"Enable password recovery:" : "Cumasaigh aisghabháil pasfhocail:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Má chumasaíonn tú an rogha seo beidh tú in ann rochtain a fháil ar do chomhaid chriptithe arís ar eagla go gcailltear pasfhocal",
|
||||
"Enabled" : "Cumasaithe",
|
||||
"Disabled" : "Faoi mhíchumas"
|
||||
"Disabled" : "Faoi mhíchumas",
|
||||
"Default encryption module for server-side encryption" : "Modúl criptithe réamhshocraithe le haghaidh criptithe ar thaobh an fhreastalaí",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "Chun an modúl criptithe seo a úsáid ní mór duit criptiú taobh an fhreastalaí a chumasú sna socruithe riaracháin. Nuair a bheidh an modúl seo cumasaithe, déanfaidh sé do chomhaid go léir a chriptiú go trédhearcach. Tá an criptiú bunaithe ar eochracha AES 256.\nNí dhéanfaidh an modúl teagmháil le comhaid atá ann cheana féin, ní dhéanfar ach comhaid nua a chriptiú tar éis criptiú taobh an fhreastalaí a chumasú. Ní féidir ach an oiread an criptiú a dhíchumasú arís agus athrú ar ais go córas neamhchriptithe.\nLéigh an doiciméadú le do thoil chun na himpleachtaí go léir a fhios agat sula gcinnfidh tú criptiú taobh an fhreastalaí a chumasú."
|
||||
},
|
||||
"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);");
|
||||
|
||||
@@ -33,8 +33,6 @@
|
||||
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Ní féidir an comhad seo a dhíchriptiú, is dócha gur comhad roinnte é seo. Iarr ar úinéir an chomhaid an comhad a athroinnt leat le do thoil.",
|
||||
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Ní féidir an comhad seo a léamh, is dócha gur comhad roinnte é seo. Iarr ar úinéir an chomhaid an comhad a athroinnt leat le do thoil.",
|
||||
"Default encryption module" : "Modúl criptithe réamhshocraithe",
|
||||
"Default encryption module for server-side encryption" : "Modúl criptithe réamhshocraithe le haghaidh criptithe ar thaobh an fhreastalaí",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "Chun an modúl criptithe seo a úsáid ní mór duit criptiú taobh an fhreastalaí a chumasú sna socruithe riaracháin. Nuair a bheidh an modúl seo cumasaithe, déanfaidh sé do chomhaid go léir a chriptiú go trédhearcach. Tá an criptiú bunaithe ar eochracha AES 256.\nNí dhéanfaidh an modúl teagmháil le comhaid atá ann cheana féin, ní dhéanfar ach comhaid nua a chriptiú tar éis criptiú taobh an fhreastalaí a chumasú. Ní féidir ach an oiread an criptiú a dhíchumasú arís agus athrú ar ais go córas neamhchriptithe.\nLéigh an doiciméadú le do thoil chun na himpleachtaí go léir a fhios agat sula gcinnfidh tú criptiú taobh an fhreastalaí a chumasú.",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "Tá aip criptiúcháin cumasaithe ach níl d'eochracha tosaithe, logáil amach agus logáil isteach arís le do thoil",
|
||||
"Encrypt the home storage" : "Criptigh an stóráil sa bhaile",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Má dhéantar an rogha seo a chumasú, criptítear gach comhad atá stóráilte ar an bpríomhstóráil, nó ní dhéanfar ach comhaid ar stóráil sheachtrach a chriptiú",
|
||||
@@ -58,6 +56,8 @@
|
||||
"Enable password recovery:" : "Cumasaigh aisghabháil pasfhocail:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Má chumasaíonn tú an rogha seo beidh tú in ann rochtain a fháil ar do chomhaid chriptithe arís ar eagla go gcailltear pasfhocal",
|
||||
"Enabled" : "Cumasaithe",
|
||||
"Disabled" : "Faoi mhíchumas"
|
||||
"Disabled" : "Faoi mhíchumas",
|
||||
"Default encryption module for server-side encryption" : "Modúl criptithe réamhshocraithe le haghaidh criptithe ar thaobh an fhreastalaí",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "Chun an modúl criptithe seo a úsáid ní mór duit criptiú taobh an fhreastalaí a chumasú sna socruithe riaracháin. Nuair a bheidh an modúl seo cumasaithe, déanfaidh sé do chomhaid go léir a chriptiú go trédhearcach. Tá an criptiú bunaithe ar eochracha AES 256.\nNí dhéanfaidh an modúl teagmháil le comhaid atá ann cheana féin, ní dhéanfar ach comhaid nua a chriptiú tar éis criptiú taobh an fhreastalaí a chumasú. Ní féidir ach an oiread an criptiú a dhíchumasú arís agus athrú ar ais go córas neamhchriptithe.\nLéigh an doiciméadú le do thoil chun na himpleachtaí go léir a fhios agat sula gcinnfidh tú criptiú taobh an fhreastalaí a chumasú."
|
||||
},"pluralForm" :"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);"
|
||||
}
|
||||
@@ -34,9 +34,10 @@ OC.L10N.register(
|
||||
"Please login to the web interface, go to the \"Security\" section of your personal settings and update your encryption password by entering this password into the \"Old login password\" field and your current login password." : "Acceda na interface web, vaia á sección «Seguranza» dos seus axustes persoais e actualice o seu contrasinal de cifrado introducindo este contrasinal no campo «Contrasinal antigo de acceso» e o seu contrasinal de acceso actual.",
|
||||
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Non foi posíbel descifrar o ficheiro, probabelmente tratase dun ficheiro compartido. Pídalle ao propietario do ficheiro que volva compartir o ficheiro con Vde.",
|
||||
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Non foi posíbel ler o ficheiro, probabelmente tratase dun ficheiro compartido. Pídalle ao propietario do ficheiro que volva compartir o ficheiro con Vde.",
|
||||
"Default Encryption Module" : "Módulo de cifrado predeterminado",
|
||||
"Default encryption module for Nextcloud Server-side Encryption (SSE)" : "Módulo de cifrado predeterminado para o cifrado do lado do servidor (SSE) de Nextcloud.",
|
||||
"This app provides the (default) cryptography implementation for Nextcloud's Server-side Encryption (SSE) feature.\n\n\t\t\t**Encryption Details**\n\t\t\t* **Cipher Mode:** AES-256-CTR (default)\n\t\t\t* **Authentication:** HMAC-SHA256\n\n\t\t\t**Important Warnings**\n\t\t\t* **DANGER:** Do not disable this application until all files have been decrypted (`occ encryption:decrypt-all`).\n\t\t\t* **WARNING**: Reverting to non-encrypted file storage after activation requires command-line access. The action is permanent via the Web UI.\"\n\n\t\t\t**Notes for Existing Files**\n\t\t\t* By default, enabling SSE does not encrypt existing files; only new files will be encrypted.\n\t\t\t* To encrypt all existing files, use the command `occ encryption:encrypt-all`.\n\n\t\t\t**Before You Begin**\n\t\t\t* **Read the Documentation:** Before you enable SSE, encrypt existing files, or disable SSE, it is critical to \n\t\t\t\tread the documentation to understand implications and the appropriate procedures to avoid data loss." : "Esta aplicación proporciona a implementación de criptografía (predeterminada) para a función de cifrado do lado do servidor (SSE) de Nextcloud.\n\n\t\t\t**Detalles do cifrado**\n\t\t\t* **Modo de cifrado:** AES-256-CTR (predeterminado)\n\t\t\t* **Autenticación:** HMAC-SHA256\n\n\t\t\t**Advertencias importantes**\n\t\t\t* **PERIGO:** Non desactive esta aplicación ata que todos os ficheiros estean descifrados (`occ encryption:decrypt-all`).\n\t\t\t* **ADVERTENCIA**: Para volver ao almacenamento de ficheiros non cifrados após a activación é necesario acceder á liña de ordes. A través da interface web a acción é permanente.\n\n\t\t\t**Notas para ficheiros existentes**\n\t\t\t* De xeito predeterminado, a activación do SSE non cifra os ficheiros existentes; Só se cifrarán os novos ficheiros.\n\t\t\t* Para cifrar todos os ficheiros existentes, empregue a orde `occ encryption:encrypt-all`.\n\n\n\t\t\t**Antes de comezar**\n\t\t\t* *Lea a documentación:** Antes de activar SSE, cifrar ficheiros existentes ou desactivar SSE, é fundamental\n\t\t\t\tler a documentación para comprender as implicacións e os procedementos axeitados para evitar a perda de datos.",
|
||||
"Default encryption module" : "Módulo de cifrado predeterminado",
|
||||
"Default encryption module for server-side encryption" : "Módulo de cifrado predeterminado para o cifrado no lado do servidor",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "Para usar este módulo de cifrado é preciso activar o cifrado no lado do servidor nos axustes de administración. Una vez activado este módulo cifrará todos os seus ficheiros de xeito transparente. O cifrado basease en chave AES 256.\nO módulo non tocará os ficheiros existentes, só se cifran os ficheiros novos após que se active o cifrado no lado do servidor. Tampouco é posíbel desactivar o cifrado e volver a un sistema sen cifrar.\nLea a documentación para coñecer todas as implicacións antes de decidir activar o cifrado no lado do servidor.",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "A aplicación de cifrado está activada, mais as súas chaves non foron preparadas, saia da sesión e volva acceder de novo",
|
||||
"Encrypt the home storage" : "Cifrar o almacenamento persoal",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Ao activar esta opción cífranse todos os ficheiros almacenados no almacenamento principal, senón só se cifran os ficheiros do almacenamento externo.",
|
||||
@@ -60,6 +61,8 @@ OC.L10N.register(
|
||||
"Enable password recovery:" : "Activar o contrasinal de recuperación:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Ao activar esta opción permitiráselle volver obter acceso aos ficheiros cifrados no caso de perda do contrasinal",
|
||||
"Enabled" : "Activado",
|
||||
"Disabled" : "Desactivado"
|
||||
"Disabled" : "Desactivado",
|
||||
"Default encryption module for server-side encryption" : "Módulo de cifrado predeterminado para o cifrado no lado do servidor",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "Para usar este módulo de cifrado é preciso activar o cifrado no lado do servidor nos axustes de administración. Una vez activado este módulo cifrará todos os seus ficheiros de xeito transparente. O cifrado basease en chave AES 256.\nO módulo non tocará os ficheiros existentes, só se cifran os ficheiros novos após que se active o cifrado no lado do servidor. Tampouco é posíbel desactivar o cifrado e volver a un sistema sen cifrar.\nLea a documentación para coñecer todas as implicacións antes de decidir activar o cifrado no lado do servidor."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -32,9 +32,10 @@
|
||||
"Please login to the web interface, go to the \"Security\" section of your personal settings and update your encryption password by entering this password into the \"Old login password\" field and your current login password." : "Acceda na interface web, vaia á sección «Seguranza» dos seus axustes persoais e actualice o seu contrasinal de cifrado introducindo este contrasinal no campo «Contrasinal antigo de acceso» e o seu contrasinal de acceso actual.",
|
||||
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Non foi posíbel descifrar o ficheiro, probabelmente tratase dun ficheiro compartido. Pídalle ao propietario do ficheiro que volva compartir o ficheiro con Vde.",
|
||||
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Non foi posíbel ler o ficheiro, probabelmente tratase dun ficheiro compartido. Pídalle ao propietario do ficheiro que volva compartir o ficheiro con Vde.",
|
||||
"Default Encryption Module" : "Módulo de cifrado predeterminado",
|
||||
"Default encryption module for Nextcloud Server-side Encryption (SSE)" : "Módulo de cifrado predeterminado para o cifrado do lado do servidor (SSE) de Nextcloud.",
|
||||
"This app provides the (default) cryptography implementation for Nextcloud's Server-side Encryption (SSE) feature.\n\n\t\t\t**Encryption Details**\n\t\t\t* **Cipher Mode:** AES-256-CTR (default)\n\t\t\t* **Authentication:** HMAC-SHA256\n\n\t\t\t**Important Warnings**\n\t\t\t* **DANGER:** Do not disable this application until all files have been decrypted (`occ encryption:decrypt-all`).\n\t\t\t* **WARNING**: Reverting to non-encrypted file storage after activation requires command-line access. The action is permanent via the Web UI.\"\n\n\t\t\t**Notes for Existing Files**\n\t\t\t* By default, enabling SSE does not encrypt existing files; only new files will be encrypted.\n\t\t\t* To encrypt all existing files, use the command `occ encryption:encrypt-all`.\n\n\t\t\t**Before You Begin**\n\t\t\t* **Read the Documentation:** Before you enable SSE, encrypt existing files, or disable SSE, it is critical to \n\t\t\t\tread the documentation to understand implications and the appropriate procedures to avoid data loss." : "Esta aplicación proporciona a implementación de criptografía (predeterminada) para a función de cifrado do lado do servidor (SSE) de Nextcloud.\n\n\t\t\t**Detalles do cifrado**\n\t\t\t* **Modo de cifrado:** AES-256-CTR (predeterminado)\n\t\t\t* **Autenticación:** HMAC-SHA256\n\n\t\t\t**Advertencias importantes**\n\t\t\t* **PERIGO:** Non desactive esta aplicación ata que todos os ficheiros estean descifrados (`occ encryption:decrypt-all`).\n\t\t\t* **ADVERTENCIA**: Para volver ao almacenamento de ficheiros non cifrados após a activación é necesario acceder á liña de ordes. A través da interface web a acción é permanente.\n\n\t\t\t**Notas para ficheiros existentes**\n\t\t\t* De xeito predeterminado, a activación do SSE non cifra os ficheiros existentes; Só se cifrarán os novos ficheiros.\n\t\t\t* Para cifrar todos os ficheiros existentes, empregue a orde `occ encryption:encrypt-all`.\n\n\n\t\t\t**Antes de comezar**\n\t\t\t* *Lea a documentación:** Antes de activar SSE, cifrar ficheiros existentes ou desactivar SSE, é fundamental\n\t\t\t\tler a documentación para comprender as implicacións e os procedementos axeitados para evitar a perda de datos.",
|
||||
"Default encryption module" : "Módulo de cifrado predeterminado",
|
||||
"Default encryption module for server-side encryption" : "Módulo de cifrado predeterminado para o cifrado no lado do servidor",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "Para usar este módulo de cifrado é preciso activar o cifrado no lado do servidor nos axustes de administración. Una vez activado este módulo cifrará todos os seus ficheiros de xeito transparente. O cifrado basease en chave AES 256.\nO módulo non tocará os ficheiros existentes, só se cifran os ficheiros novos após que se active o cifrado no lado do servidor. Tampouco é posíbel desactivar o cifrado e volver a un sistema sen cifrar.\nLea a documentación para coñecer todas as implicacións antes de decidir activar o cifrado no lado do servidor.",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "A aplicación de cifrado está activada, mais as súas chaves non foron preparadas, saia da sesión e volva acceder de novo",
|
||||
"Encrypt the home storage" : "Cifrar o almacenamento persoal",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Ao activar esta opción cífranse todos os ficheiros almacenados no almacenamento principal, senón só se cifran os ficheiros do almacenamento externo.",
|
||||
@@ -58,6 +59,8 @@
|
||||
"Enable password recovery:" : "Activar o contrasinal de recuperación:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Ao activar esta opción permitiráselle volver obter acceso aos ficheiros cifrados no caso de perda do contrasinal",
|
||||
"Enabled" : "Activado",
|
||||
"Disabled" : "Desactivado"
|
||||
"Disabled" : "Desactivado",
|
||||
"Default encryption module for server-side encryption" : "Módulo de cifrado predeterminado para o cifrado no lado do servidor",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "Para usar este módulo de cifrado é preciso activar o cifrado no lado do servidor nos axustes de administración. Una vez activado este módulo cifrará todos os seus ficheiros de xeito transparente. O cifrado basease en chave AES 256.\nO módulo non tocará os ficheiros existentes, só se cifran os ficheiros novos após que se active o cifrado no lado do servidor. Tampouco é posíbel desactivar o cifrado e volver a un sistema sen cifrar.\nLea a documentación para coñecer todas as implicacións antes de decidir activar o cifrado no lado do servidor."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -29,7 +29,6 @@ OC.L10N.register(
|
||||
"Missing Signature" : "חתימה חסרה",
|
||||
"one-time password for server-side-encryption" : "סיסמא חד פעמית עבור הצפנת צד השרת",
|
||||
"Default encryption module" : "מודול ההצפנה כבררת מחדל",
|
||||
"Default encryption module for server-side encryption" : "מודול הצפנה כבררת מחדל להצפנה מצד השרת",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "יישומון ההצפנה פעיל אך המפתחות שלך לא אותחלו, נא לצאת מהחשבון ולהיכנס שוב.",
|
||||
"Encrypt the home storage" : "הצפנת אחסון הבית",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "הפעלת אפשרות זו מצפינה את כל הקבצים המאוחסנים באחסון המרכזי, אחרת רק הקבצים המאוחסנים בהתקנים חיצוניים יוצפנו",
|
||||
@@ -51,6 +50,7 @@ OC.L10N.register(
|
||||
"Enable password recovery:" : "מאפשר שחזור סיסמא:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "הפעלת אפשרות זו תאפשר לך לקבל מחדש גישה לקבצים המוצפנים שלך במקרה שסיסמא נשכחת",
|
||||
"Enabled" : "מופעל",
|
||||
"Disabled" : "מנוטרל"
|
||||
"Disabled" : "מנוטרל",
|
||||
"Default encryption module for server-side encryption" : "מודול הצפנה כבררת מחדל להצפנה מצד השרת"
|
||||
},
|
||||
"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;");
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
"Missing Signature" : "חתימה חסרה",
|
||||
"one-time password for server-side-encryption" : "סיסמא חד פעמית עבור הצפנת צד השרת",
|
||||
"Default encryption module" : "מודול ההצפנה כבררת מחדל",
|
||||
"Default encryption module for server-side encryption" : "מודול הצפנה כבררת מחדל להצפנה מצד השרת",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "יישומון ההצפנה פעיל אך המפתחות שלך לא אותחלו, נא לצאת מהחשבון ולהיכנס שוב.",
|
||||
"Encrypt the home storage" : "הצפנת אחסון הבית",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "הפעלת אפשרות זו מצפינה את כל הקבצים המאוחסנים באחסון המרכזי, אחרת רק הקבצים המאוחסנים בהתקנים חיצוניים יוצפנו",
|
||||
@@ -49,6 +48,7 @@
|
||||
"Enable password recovery:" : "מאפשר שחזור סיסמא:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "הפעלת אפשרות זו תאפשר לך לקבל מחדש גישה לקבצים המוצפנים שלך במקרה שסיסמא נשכחת",
|
||||
"Enabled" : "מופעל",
|
||||
"Disabled" : "מנוטרל"
|
||||
"Disabled" : "מנוטרל",
|
||||
"Default encryption module for server-side encryption" : "מודול הצפנה כבררת מחדל להצפנה מצד השרת"
|
||||
},"pluralForm" :"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;"
|
||||
}
|
||||
@@ -31,7 +31,6 @@ OC.L10N.register(
|
||||
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Ovu datoteku nije moguće dešifrirati, vjerojatno je riječ o dijeljenoj datoteci. Zatražite od vlasnika datoteke da je ponovo podijeli s vama.",
|
||||
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Ovu datoteku nije moguće čitati, vjerojatno je riječ o dijeljenoj datoteci. Zatražite od vlasnika datoteke da je ponovo podijeli s vama.",
|
||||
"Default encryption module" : "Zadani modul za šifriranje",
|
||||
"Default encryption module for server-side encryption" : "Zadani modul za šifriranje na poslužitelju",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "Aplikacija za šifriranje je omogućena, ali se ključevi nisu inicijalizirali, odjavite se i ponovno se prijavite",
|
||||
"Encrypt the home storage" : "Šifrirajte kućnu pohranu",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Omogućavanjem ove opcije šifriraju se sve datoteke smještene u glavnoj pohrani, a u protivnom se šifriraju samo datoteke u vanjskoj pohrani",
|
||||
@@ -53,6 +52,7 @@ OC.L10N.register(
|
||||
"Enable password recovery:" : "Omogući oporavak zaporke:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "U slučaju gubitka zaporke, aktiviranje ove mogućnosti ponovno će vam pribaviti pristup vašim šifriranim datotekama",
|
||||
"Enabled" : "Omogućeno",
|
||||
"Disabled" : "Onemogućeno"
|
||||
"Disabled" : "Onemogućeno",
|
||||
"Default encryption module for server-side encryption" : "Zadani modul za šifriranje na poslužitelju"
|
||||
},
|
||||
"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;");
|
||||
|
||||
@@ -29,7 +29,6 @@
|
||||
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Ovu datoteku nije moguće dešifrirati, vjerojatno je riječ o dijeljenoj datoteci. Zatražite od vlasnika datoteke da je ponovo podijeli s vama.",
|
||||
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Ovu datoteku nije moguće čitati, vjerojatno je riječ o dijeljenoj datoteci. Zatražite od vlasnika datoteke da je ponovo podijeli s vama.",
|
||||
"Default encryption module" : "Zadani modul za šifriranje",
|
||||
"Default encryption module for server-side encryption" : "Zadani modul za šifriranje na poslužitelju",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "Aplikacija za šifriranje je omogućena, ali se ključevi nisu inicijalizirali, odjavite se i ponovno se prijavite",
|
||||
"Encrypt the home storage" : "Šifrirajte kućnu pohranu",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Omogućavanjem ove opcije šifriraju se sve datoteke smještene u glavnoj pohrani, a u protivnom se šifriraju samo datoteke u vanjskoj pohrani",
|
||||
@@ -51,6 +50,7 @@
|
||||
"Enable password recovery:" : "Omogući oporavak zaporke:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "U slučaju gubitka zaporke, aktiviranje ove mogućnosti ponovno će vam pribaviti pristup vašim šifriranim datotekama",
|
||||
"Enabled" : "Omogućeno",
|
||||
"Disabled" : "Onemogućeno"
|
||||
"Disabled" : "Onemogućeno",
|
||||
"Default encryption module for server-side encryption" : "Zadani modul za šifriranje na poslužitelju"
|
||||
},"pluralForm" :"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;"
|
||||
}
|
||||
@@ -35,8 +35,6 @@ OC.L10N.register(
|
||||
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "A fájl nem fejthető vissza, valószínűleg ez egy megosztott fájl. Kérje meg a fájl tulajdonosát, hogy ossza meg újra Önnel ezt a fájlt.",
|
||||
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Ez a fájl nem olvasható, valószínűleg ez egy megosztott fájl. Kérje meg a fájl tulajdonosát, hogy ossza meg újra Önnel ezt a fájlt.",
|
||||
"Default encryption module" : "Alapértelmezett titkosítási modul",
|
||||
"Default encryption module for server-side encryption" : "Alapértelmezett titkosítási modul a kiszolgálóoldali titkosításhoz",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "Ahhoz, hogy ezt a titkosítási modult használhassa, be kell kapcsolnia a kiszolgálóoldali titkosítást az adminisztrációs felületen. Engedélyezést követően a modul minden fájlt transzparensen titkosít. A titkosítás AES 256 kulcsokon alapul.\nA modul nem módosítja a meglévő fájlokat, csak az újakat titkosítja, miután bekapcsolta a kiszolgálóoldali titkosítást. Nem lehet kikapcsolni a titkosítást, hogy titkosítatlan rendszerre váltson vissza.\nOlvassa el a dokumentációt, hogy minden következménnyel tisztában legyen, mielőtt úgy dönt, hogy engedélyezi a kiszolgálóoldali titkosítást.",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "A titkosító alkalmazás engedélyezett, de a kulcsai még nincsenek előkészítve. Lépjen ki, majd lépjen be újra.",
|
||||
"Encrypt the home storage" : "Helyi tároló titkosítása",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "A lehetőség engedélyezésekor minden fájlt titkosít a fő tárolóban, egyébként csak a külső tárolókon lévő fájlok lesznek titkosítva",
|
||||
@@ -60,6 +58,8 @@ OC.L10N.register(
|
||||
"Enable password recovery:" : "Jelszó-helyreállítás engedélyezése:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "A beállítás lehetővé teszi, hogy visszanyerje a titkosított fájlok tartalmát, ha elfelejtette a jelszavát",
|
||||
"Enabled" : "Engedélyezve",
|
||||
"Disabled" : "Letiltva"
|
||||
"Disabled" : "Letiltva",
|
||||
"Default encryption module for server-side encryption" : "Alapértelmezett titkosítási modul a kiszolgálóoldali titkosításhoz",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "Ahhoz, hogy ezt a titkosítási modult használhassa, be kell kapcsolnia a kiszolgálóoldali titkosítást az adminisztrációs felületen. Engedélyezést követően a modul minden fájlt transzparensen titkosít. A titkosítás AES 256 kulcsokon alapul.\nA modul nem módosítja a meglévő fájlokat, csak az újakat titkosítja, miután bekapcsolta a kiszolgálóoldali titkosítást. Nem lehet kikapcsolni a titkosítást, hogy titkosítatlan rendszerre váltson vissza.\nOlvassa el a dokumentációt, hogy minden következménnyel tisztában legyen, mielőtt úgy dönt, hogy engedélyezi a kiszolgálóoldali titkosítást."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -33,8 +33,6 @@
|
||||
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "A fájl nem fejthető vissza, valószínűleg ez egy megosztott fájl. Kérje meg a fájl tulajdonosát, hogy ossza meg újra Önnel ezt a fájlt.",
|
||||
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Ez a fájl nem olvasható, valószínűleg ez egy megosztott fájl. Kérje meg a fájl tulajdonosát, hogy ossza meg újra Önnel ezt a fájlt.",
|
||||
"Default encryption module" : "Alapértelmezett titkosítási modul",
|
||||
"Default encryption module for server-side encryption" : "Alapértelmezett titkosítási modul a kiszolgálóoldali titkosításhoz",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "Ahhoz, hogy ezt a titkosítási modult használhassa, be kell kapcsolnia a kiszolgálóoldali titkosítást az adminisztrációs felületen. Engedélyezést követően a modul minden fájlt transzparensen titkosít. A titkosítás AES 256 kulcsokon alapul.\nA modul nem módosítja a meglévő fájlokat, csak az újakat titkosítja, miután bekapcsolta a kiszolgálóoldali titkosítást. Nem lehet kikapcsolni a titkosítást, hogy titkosítatlan rendszerre váltson vissza.\nOlvassa el a dokumentációt, hogy minden következménnyel tisztában legyen, mielőtt úgy dönt, hogy engedélyezi a kiszolgálóoldali titkosítást.",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "A titkosító alkalmazás engedélyezett, de a kulcsai még nincsenek előkészítve. Lépjen ki, majd lépjen be újra.",
|
||||
"Encrypt the home storage" : "Helyi tároló titkosítása",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "A lehetőség engedélyezésekor minden fájlt titkosít a fő tárolóban, egyébként csak a külső tárolókon lévő fájlok lesznek titkosítva",
|
||||
@@ -58,6 +56,8 @@
|
||||
"Enable password recovery:" : "Jelszó-helyreállítás engedélyezése:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "A beállítás lehetővé teszi, hogy visszanyerje a titkosított fájlok tartalmát, ha elfelejtette a jelszavát",
|
||||
"Enabled" : "Engedélyezve",
|
||||
"Disabled" : "Letiltva"
|
||||
"Disabled" : "Letiltva",
|
||||
"Default encryption module for server-side encryption" : "Alapértelmezett titkosítási modul a kiszolgálóoldali titkosításhoz",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "Ahhoz, hogy ezt a titkosítási modult használhassa, be kell kapcsolnia a kiszolgálóoldali titkosítást az adminisztrációs felületen. Engedélyezést követően a modul minden fájlt transzparensen titkosít. A titkosítás AES 256 kulcsokon alapul.\nA modul nem módosítja a meglévő fájlokat, csak az újakat titkosítja, miután bekapcsolta a kiszolgálóoldali titkosítást. Nem lehet kikapcsolni a titkosítást, hogy titkosítatlan rendszerre váltson vissza.\nOlvassa el a dokumentációt, hogy minden következménnyel tisztában legyen, mielőtt úgy dönt, hogy engedélyezi a kiszolgálóoldali titkosítást."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -32,7 +32,6 @@ OC.L10N.register(
|
||||
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Tidak dapat mendekripsi file ini, mungkin ini adalah file bersama. Harap minta pemilik file untuk membagikan ulang file dengan Anda.",
|
||||
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Tidak dapat membaca file ini, mungkin ini adalah file bersama. Harap minta pemilik file untuk membagikan ulang file dengan Anda.",
|
||||
"Default encryption module" : "Modul bawaan enkripsi",
|
||||
"Default encryption module for server-side encryption" : "Modul enkripsi bawaan pada enkripsi sisi-peladen",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "Aplikasi enkripsi telah diaktifkan tetapi kunci tidak terinisialisasi, silakan log-out dan log-in lagi",
|
||||
"Encrypt the home storage" : "Enkripsi penyimpanan rumah",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Mengaktifkan opsi ini akan mengenkripsi semua berkas yang disimpan pada penyimpanan utama, jika tidak diaktifkan maka hanya berkas pada penyimpanan eksternal saja yang akan dienkripsi.",
|
||||
@@ -54,6 +53,7 @@ OC.L10N.register(
|
||||
"Enable password recovery:" : "Aktifkan kata sandi pemulihan:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Mengaktifkan opsi ini memungkinkan Anda untuk mendapatkan kembali akses ke berkas terenkripsi Anda dalam kasus kehilangan kata sandi",
|
||||
"Enabled" : "Diaktifkan",
|
||||
"Disabled" : "Dinonaktifkan"
|
||||
"Disabled" : "Dinonaktifkan",
|
||||
"Default encryption module for server-side encryption" : "Modul enkripsi bawaan pada enkripsi sisi-peladen"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
||||
|
||||
@@ -30,7 +30,6 @@
|
||||
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Tidak dapat mendekripsi file ini, mungkin ini adalah file bersama. Harap minta pemilik file untuk membagikan ulang file dengan Anda.",
|
||||
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Tidak dapat membaca file ini, mungkin ini adalah file bersama. Harap minta pemilik file untuk membagikan ulang file dengan Anda.",
|
||||
"Default encryption module" : "Modul bawaan enkripsi",
|
||||
"Default encryption module for server-side encryption" : "Modul enkripsi bawaan pada enkripsi sisi-peladen",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "Aplikasi enkripsi telah diaktifkan tetapi kunci tidak terinisialisasi, silakan log-out dan log-in lagi",
|
||||
"Encrypt the home storage" : "Enkripsi penyimpanan rumah",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Mengaktifkan opsi ini akan mengenkripsi semua berkas yang disimpan pada penyimpanan utama, jika tidak diaktifkan maka hanya berkas pada penyimpanan eksternal saja yang akan dienkripsi.",
|
||||
@@ -52,6 +51,7 @@
|
||||
"Enable password recovery:" : "Aktifkan kata sandi pemulihan:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Mengaktifkan opsi ini memungkinkan Anda untuk mendapatkan kembali akses ke berkas terenkripsi Anda dalam kasus kehilangan kata sandi",
|
||||
"Enabled" : "Diaktifkan",
|
||||
"Disabled" : "Dinonaktifkan"
|
||||
"Disabled" : "Dinonaktifkan",
|
||||
"Default encryption module for server-side encryption" : "Modul enkripsi bawaan pada enkripsi sisi-peladen"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
||||
@@ -29,7 +29,6 @@ OC.L10N.register(
|
||||
"Missing Signature" : "Vantar undirritun",
|
||||
"one-time password for server-side-encryption" : "eins-skiptis lykilorð fyrir dulritun á þjóni",
|
||||
"Default encryption module" : "Sjálfgefin dulritunareining",
|
||||
"Default encryption module for server-side encryption" : "Sjálfgefin dulritunareining fyrir dulritun á vefþjóni",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "Dulritunarforritið er virkt en dulritunarlyklarnir þínir eru ekki tilbúnir til notkunar, skráðu þig út og svo aftur inn",
|
||||
"Encrypt the home storage" : "Dulrita heimamöppuna",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Ef þessi kostur er virkur verða allar skrár í aðalgeymslu dulritaðar, annars verða einungis skrár í ytri gagnageymslum dulritaðar",
|
||||
@@ -51,6 +50,7 @@ OC.L10N.register(
|
||||
"Enable password recovery:" : "Virkja endurheimtingu lykilorðs:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Ef þessi kostur er virkur gerir það þér kleift að endurheimta aðgang að skránum þínum ef þú tapar lykilorðinu",
|
||||
"Enabled" : "Virkt",
|
||||
"Disabled" : "Óvirkt"
|
||||
"Disabled" : "Óvirkt",
|
||||
"Default encryption module for server-side encryption" : "Sjálfgefin dulritunareining fyrir dulritun á vefþjóni"
|
||||
},
|
||||
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
"Missing Signature" : "Vantar undirritun",
|
||||
"one-time password for server-side-encryption" : "eins-skiptis lykilorð fyrir dulritun á þjóni",
|
||||
"Default encryption module" : "Sjálfgefin dulritunareining",
|
||||
"Default encryption module for server-side encryption" : "Sjálfgefin dulritunareining fyrir dulritun á vefþjóni",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "Dulritunarforritið er virkt en dulritunarlyklarnir þínir eru ekki tilbúnir til notkunar, skráðu þig út og svo aftur inn",
|
||||
"Encrypt the home storage" : "Dulrita heimamöppuna",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Ef þessi kostur er virkur verða allar skrár í aðalgeymslu dulritaðar, annars verða einungis skrár í ytri gagnageymslum dulritaðar",
|
||||
@@ -49,6 +48,7 @@
|
||||
"Enable password recovery:" : "Virkja endurheimtingu lykilorðs:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Ef þessi kostur er virkur gerir það þér kleift að endurheimta aðgang að skránum þínum ef þú tapar lykilorðinu",
|
||||
"Enabled" : "Virkt",
|
||||
"Disabled" : "Óvirkt"
|
||||
"Disabled" : "Óvirkt",
|
||||
"Default encryption module for server-side encryption" : "Sjálfgefin dulritunareining fyrir dulritun á vefþjóni"
|
||||
},"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"
|
||||
}
|
||||
@@ -32,7 +32,6 @@ OC.L10N.register(
|
||||
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Impossibile decifrare questo file, probabilmente è un file condiviso. Chiedi al proprietario del file di condividere nuovamente il file con te.",
|
||||
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Impossibile leggere questo file, probabilmente è un file condiviso. Chiedi al proprietario del file di condividere nuovamente il file con te.",
|
||||
"Default encryption module" : "Modulo di cifratura predefinito",
|
||||
"Default encryption module for server-side encryption" : "Modulo di cifratura predefinito per la cifratura lato server",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "L'applicazione di cifratura è abilitata, ma le chiavi non sono state inizializzate, disconnettiti ed effettua nuovamente l'accesso",
|
||||
"Encrypt the home storage" : "Cifra l'archiviazione principale",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "L'abilitazione di questa opzione cifra tutti i file memorizzati sull'archiviazione principale, altrimenti saranno cifrati solo i file sull'archiviazione esterna.",
|
||||
@@ -54,6 +53,7 @@ OC.L10N.register(
|
||||
"Enable password recovery:" : "Abilita il ripristino della password:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "L'abilitazione di questa opzione ti consentirà di accedere nuovamente ai file cifrati in caso di perdita della password",
|
||||
"Enabled" : "Abilitata",
|
||||
"Disabled" : "Disabilitata"
|
||||
"Disabled" : "Disabilitata",
|
||||
"Default encryption module for server-side encryption" : "Modulo di cifratura predefinito per la cifratura lato server"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -30,7 +30,6 @@
|
||||
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Impossibile decifrare questo file, probabilmente è un file condiviso. Chiedi al proprietario del file di condividere nuovamente il file con te.",
|
||||
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Impossibile leggere questo file, probabilmente è un file condiviso. Chiedi al proprietario del file di condividere nuovamente il file con te.",
|
||||
"Default encryption module" : "Modulo di cifratura predefinito",
|
||||
"Default encryption module for server-side encryption" : "Modulo di cifratura predefinito per la cifratura lato server",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "L'applicazione di cifratura è abilitata, ma le chiavi non sono state inizializzate, disconnettiti ed effettua nuovamente l'accesso",
|
||||
"Encrypt the home storage" : "Cifra l'archiviazione principale",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "L'abilitazione di questa opzione cifra tutti i file memorizzati sull'archiviazione principale, altrimenti saranno cifrati solo i file sull'archiviazione esterna.",
|
||||
@@ -52,6 +51,7 @@
|
||||
"Enable password recovery:" : "Abilita il ripristino della password:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "L'abilitazione di questa opzione ti consentirà di accedere nuovamente ai file cifrati in caso di perdita della password",
|
||||
"Enabled" : "Abilitata",
|
||||
"Disabled" : "Disabilitata"
|
||||
"Disabled" : "Disabilitata",
|
||||
"Default encryption module for server-side encryption" : "Modulo di cifratura predefinito per la cifratura lato server"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -35,8 +35,6 @@ OC.L10N.register(
|
||||
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "このファイルを復号化できません、共有ファイルの可能性があります。ファイルの所有者にお願いして、ファイルを共有しなおしてもらってください。",
|
||||
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "このファイルを読み取ることができません、共有ファイルの可能性があります。ファイルの所有者にお願いして、ファイルを共有しなおしてもらってください。",
|
||||
"Default encryption module" : "デフォルトの暗号化モジュール",
|
||||
"Default encryption module for server-side encryption" : "サーバーサイド暗号化のデフォルト暗号化モジュール",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "この暗号化モジュールを使用するには、管理設定でサーバー側の暗号化を有効にする必要があります。有効にすると、このモジュールはすべてのファイルを透過的に暗号化します。暗号化はAES 256キーに基づいています。\nこのモジュールは既存のファイルには影響を与えません。サーバ側の暗号化が有効になった後、新しいファイルのみが暗号化されます。また、暗号化を再度無効にして、暗号化されていないシステムに戻すこともできません。\nサーバー側の暗号化を有効にする前に、ドキュメントを読んですべての影響を把握してください。",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "暗号化アプリは有効ですが、あなたの暗号化キーは初期化されていません。ログアウトした後に、再度ログインしてください",
|
||||
"Encrypt the home storage" : "メインストレージ暗号化",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "このオプションを有効にすると、外部ストレージ接続ストレージだけが暗号化されるのではなく、メインストレージのファイルすべてが暗号化されます。",
|
||||
@@ -60,6 +58,8 @@ OC.L10N.register(
|
||||
"Enable password recovery:" : "パスワードリカバリを有効に:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "このオプションを有効にすると、パスワードを紛失した場合も、暗号化されたファイルに再度アクセスすることができるようになります。",
|
||||
"Enabled" : "有効",
|
||||
"Disabled" : "無効"
|
||||
"Disabled" : "無効",
|
||||
"Default encryption module for server-side encryption" : "サーバーサイド暗号化のデフォルト暗号化モジュール",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "この暗号化モジュールを使用するには、管理設定でサーバー側の暗号化を有効にする必要があります。有効にすると、このモジュールはすべてのファイルを透過的に暗号化します。暗号化はAES 256キーに基づいています。\nこのモジュールは既存のファイルには影響を与えません。サーバ側の暗号化が有効になった後、新しいファイルのみが暗号化されます。また、暗号化を再度無効にして、暗号化されていないシステムに戻すこともできません。\nサーバー側の暗号化を有効にする前に、ドキュメントを読んですべての影響を把握してください。"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
||||
|
||||
@@ -33,8 +33,6 @@
|
||||
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "このファイルを復号化できません、共有ファイルの可能性があります。ファイルの所有者にお願いして、ファイルを共有しなおしてもらってください。",
|
||||
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "このファイルを読み取ることができません、共有ファイルの可能性があります。ファイルの所有者にお願いして、ファイルを共有しなおしてもらってください。",
|
||||
"Default encryption module" : "デフォルトの暗号化モジュール",
|
||||
"Default encryption module for server-side encryption" : "サーバーサイド暗号化のデフォルト暗号化モジュール",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "この暗号化モジュールを使用するには、管理設定でサーバー側の暗号化を有効にする必要があります。有効にすると、このモジュールはすべてのファイルを透過的に暗号化します。暗号化はAES 256キーに基づいています。\nこのモジュールは既存のファイルには影響を与えません。サーバ側の暗号化が有効になった後、新しいファイルのみが暗号化されます。また、暗号化を再度無効にして、暗号化されていないシステムに戻すこともできません。\nサーバー側の暗号化を有効にする前に、ドキュメントを読んですべての影響を把握してください。",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "暗号化アプリは有効ですが、あなたの暗号化キーは初期化されていません。ログアウトした後に、再度ログインしてください",
|
||||
"Encrypt the home storage" : "メインストレージ暗号化",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "このオプションを有効にすると、外部ストレージ接続ストレージだけが暗号化されるのではなく、メインストレージのファイルすべてが暗号化されます。",
|
||||
@@ -58,6 +56,8 @@
|
||||
"Enable password recovery:" : "パスワードリカバリを有効に:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "このオプションを有効にすると、パスワードを紛失した場合も、暗号化されたファイルに再度アクセスすることができるようになります。",
|
||||
"Enabled" : "有効",
|
||||
"Disabled" : "無効"
|
||||
"Disabled" : "無効",
|
||||
"Default encryption module for server-side encryption" : "サーバーサイド暗号化のデフォルト暗号化モジュール",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "この暗号化モジュールを使用するには、管理設定でサーバー側の暗号化を有効にする必要があります。有効にすると、このモジュールはすべてのファイルを透過的に暗号化します。暗号化はAES 256キーに基づいています。\nこのモジュールは既存のファイルには影響を与えません。サーバ側の暗号化が有効になった後、新しいファイルのみが暗号化されます。また、暗号化を再度無効にして、暗号化されていないシステムに戻すこともできません。\nサーバー側の暗号化を有効にする前に、ドキュメントを読んですべての影響を把握してください。"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
||||
@@ -35,8 +35,6 @@ OC.L10N.register(
|
||||
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you.",
|
||||
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you.",
|
||||
"Default encryption module" : "Default encryption module",
|
||||
"Default encryption module for server-side encryption" : "Default encryption module for server-side encryption",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption.",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "Encryption app is enabled but your keys are not initialized, please log-out and log-in again",
|
||||
"Encrypt the home storage" : "Encrypt the home storage",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted",
|
||||
@@ -58,6 +56,8 @@ OC.L10N.register(
|
||||
"Enable password recovery:" : "Enable password recovery:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss",
|
||||
"Enabled" : "Enabled",
|
||||
"Disabled" : "Disabled"
|
||||
"Disabled" : "Disabled",
|
||||
"Default encryption module for server-side encryption" : "Default encryption module for server-side encryption",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption."
|
||||
},
|
||||
"nplurals=2; plural=(n!=1);");
|
||||
|
||||
@@ -33,8 +33,6 @@
|
||||
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you.",
|
||||
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you.",
|
||||
"Default encryption module" : "Default encryption module",
|
||||
"Default encryption module for server-side encryption" : "Default encryption module for server-side encryption",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption.",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "Encryption app is enabled but your keys are not initialized, please log-out and log-in again",
|
||||
"Encrypt the home storage" : "Encrypt the home storage",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted",
|
||||
@@ -56,6 +54,8 @@
|
||||
"Enable password recovery:" : "Enable password recovery:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss",
|
||||
"Enabled" : "Enabled",
|
||||
"Disabled" : "Disabled"
|
||||
"Disabled" : "Disabled",
|
||||
"Default encryption module for server-side encryption" : "Default encryption module for server-side encryption",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption."
|
||||
},"pluralForm" :"nplurals=2; plural=(n!=1);"
|
||||
}
|
||||
@@ -35,8 +35,6 @@ OC.L10N.register(
|
||||
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "이 파일을 복호화할 수 없습니다. 공유된 파일일 수도 있습니다. 파일 소유자에게 공유를 다시 요청하십시오.",
|
||||
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "이 파일을 읽을 수 없습니다. 공유된 파일이라면 파일 소유자에게 연락하여 다시 공유해 달라고 요청하십시오.",
|
||||
"Default encryption module" : "기본 암호화 모듈",
|
||||
"Default encryption module for server-side encryption" : "서버 측 암호화용 기본 암호화 모듈",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "이 암호화 모듈을 사용하려면 관리자 설정에서 서버 측 암호화를 사용해야 합니다. 서버 측 암호화를 활성화하면 이 모듈에서 모든 파일을 투명하게 암호화합니다. 암호화는 AES 256 키로 진행됩니다. \n이 모듈에서는 기존 파일은 암호화하지 않으며, 서버 측 암호화를 활성화한 이후 새로 업로드한 파일만 암호화합니다. 한 번 암호화를 활성화하면 암호화를 비활성화하고 암호화를 사용하지 않았던 상태로 돌아갈 수 없습니다. \n서버 측 암호화를 활성화하기 전에 문서를 참조하여 모든 조건과 제약 사항을 확인하십시오.",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "암호화 앱이 활성화되어 있지만 키가 초기화되지 않았습니다. 로그아웃한 후 다시 로그인하십시오",
|
||||
"Encrypt the home storage" : "홈 저장소 암호화",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "이 옵션을 사용하면 주 저장소에 있는 모드 파일을 암호화하며, 사용하지 않으면 외부 저장소의 파일만 암호화합니다",
|
||||
@@ -60,6 +58,8 @@ OC.L10N.register(
|
||||
"Enable password recovery:" : "암호 복구 사용:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "이 옵션을 사용하면 암호를 잊었을 때 암호화된 파일에 다시 접근할 수 있습니다",
|
||||
"Enabled" : "활성화",
|
||||
"Disabled" : "비활성화"
|
||||
"Disabled" : "비활성화",
|
||||
"Default encryption module for server-side encryption" : "서버 측 암호화용 기본 암호화 모듈",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "이 암호화 모듈을 사용하려면 관리자 설정에서 서버 측 암호화를 사용해야 합니다. 서버 측 암호화를 활성화하면 이 모듈에서 모든 파일을 투명하게 암호화합니다. 암호화는 AES 256 키로 진행됩니다. \n이 모듈에서는 기존 파일은 암호화하지 않으며, 서버 측 암호화를 활성화한 이후 새로 업로드한 파일만 암호화합니다. 한 번 암호화를 활성화하면 암호화를 비활성화하고 암호화를 사용하지 않았던 상태로 돌아갈 수 없습니다. \n서버 측 암호화를 활성화하기 전에 문서를 참조하여 모든 조건과 제약 사항을 확인하십시오."
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
||||
|
||||
@@ -33,8 +33,6 @@
|
||||
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "이 파일을 복호화할 수 없습니다. 공유된 파일일 수도 있습니다. 파일 소유자에게 공유를 다시 요청하십시오.",
|
||||
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "이 파일을 읽을 수 없습니다. 공유된 파일이라면 파일 소유자에게 연락하여 다시 공유해 달라고 요청하십시오.",
|
||||
"Default encryption module" : "기본 암호화 모듈",
|
||||
"Default encryption module for server-side encryption" : "서버 측 암호화용 기본 암호화 모듈",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "이 암호화 모듈을 사용하려면 관리자 설정에서 서버 측 암호화를 사용해야 합니다. 서버 측 암호화를 활성화하면 이 모듈에서 모든 파일을 투명하게 암호화합니다. 암호화는 AES 256 키로 진행됩니다. \n이 모듈에서는 기존 파일은 암호화하지 않으며, 서버 측 암호화를 활성화한 이후 새로 업로드한 파일만 암호화합니다. 한 번 암호화를 활성화하면 암호화를 비활성화하고 암호화를 사용하지 않았던 상태로 돌아갈 수 없습니다. \n서버 측 암호화를 활성화하기 전에 문서를 참조하여 모든 조건과 제약 사항을 확인하십시오.",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "암호화 앱이 활성화되어 있지만 키가 초기화되지 않았습니다. 로그아웃한 후 다시 로그인하십시오",
|
||||
"Encrypt the home storage" : "홈 저장소 암호화",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "이 옵션을 사용하면 주 저장소에 있는 모드 파일을 암호화하며, 사용하지 않으면 외부 저장소의 파일만 암호화합니다",
|
||||
@@ -58,6 +56,8 @@
|
||||
"Enable password recovery:" : "암호 복구 사용:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "이 옵션을 사용하면 암호를 잊었을 때 암호화된 파일에 다시 접근할 수 있습니다",
|
||||
"Enabled" : "활성화",
|
||||
"Disabled" : "비활성화"
|
||||
"Disabled" : "비활성화",
|
||||
"Default encryption module for server-side encryption" : "서버 측 암호화용 기본 암호화 모듈",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "이 암호화 모듈을 사용하려면 관리자 설정에서 서버 측 암호화를 사용해야 합니다. 서버 측 암호화를 활성화하면 이 모듈에서 모든 파일을 투명하게 암호화합니다. 암호화는 AES 256 키로 진행됩니다. \n이 모듈에서는 기존 파일은 암호화하지 않으며, 서버 측 암호화를 활성화한 이후 새로 업로드한 파일만 암호화합니다. 한 번 암호화를 활성화하면 암호화를 비활성화하고 암호화를 사용하지 않았던 상태로 돌아갈 수 없습니다. \n서버 측 암호화를 활성화하기 전에 문서를 참조하여 모든 조건과 제약 사항을 확인하십시오."
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
||||
@@ -31,7 +31,6 @@ OC.L10N.register(
|
||||
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Nepavyksta iššifruoti šio failo, tikriausiai, tai yra bendrinamas failas. Paprašykite failo savininko iš naujo pradėti bendrinti su jumis šį failą.",
|
||||
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Nepavyksta perskaityti šio failo, tikriausiai, tai yra bendrinamas failas. Paprašykite failo savininko iš naujo pradėti bendrinti su jumis šį failą.",
|
||||
"Default encryption module" : "Numatytasis šifravimo modulis",
|
||||
"Default encryption module for server-side encryption" : "Numatytas šifravimo modulis serverio šifravimui.",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "Šifravimo programėlė yra įjungta, tačiau jūsų raktai nėra inicijuoti. Atsijunkite ir dar kartą prisijunkite",
|
||||
"Encrypt the home storage" : "Šifruoti saugyklą",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Įjungus šią parinktį, bus užšifruoti visi pagrindinėje saugykloje saugomi failai. Priešingu atveju bus užšifruoti tik išorinėje saugykloje esantys failai",
|
||||
@@ -53,6 +52,7 @@ OC.L10N.register(
|
||||
"Enable password recovery:" : "Įjungti slaptažodžio atkūrimą:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Šios parinkties įjungimas leis jums iš naujo gauti prieigą prie savo užšifruotų duomenų tuo atveju, jei prarasite slaptažodį",
|
||||
"Enabled" : "Įjungta",
|
||||
"Disabled" : "Išjungta"
|
||||
"Disabled" : "Išjungta",
|
||||
"Default encryption module for server-side encryption" : "Numatytas šifravimo modulis serverio šifravimui."
|
||||
},
|
||||
"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);");
|
||||
|
||||
@@ -29,7 +29,6 @@
|
||||
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Nepavyksta iššifruoti šio failo, tikriausiai, tai yra bendrinamas failas. Paprašykite failo savininko iš naujo pradėti bendrinti su jumis šį failą.",
|
||||
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Nepavyksta perskaityti šio failo, tikriausiai, tai yra bendrinamas failas. Paprašykite failo savininko iš naujo pradėti bendrinti su jumis šį failą.",
|
||||
"Default encryption module" : "Numatytasis šifravimo modulis",
|
||||
"Default encryption module for server-side encryption" : "Numatytas šifravimo modulis serverio šifravimui.",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "Šifravimo programėlė yra įjungta, tačiau jūsų raktai nėra inicijuoti. Atsijunkite ir dar kartą prisijunkite",
|
||||
"Encrypt the home storage" : "Šifruoti saugyklą",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Įjungus šią parinktį, bus užšifruoti visi pagrindinėje saugykloje saugomi failai. Priešingu atveju bus užšifruoti tik išorinėje saugykloje esantys failai",
|
||||
@@ -51,6 +50,7 @@
|
||||
"Enable password recovery:" : "Įjungti slaptažodžio atkūrimą:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Šios parinkties įjungimas leis jums iš naujo gauti prieigą prie savo užšifruotų duomenų tuo atveju, jei prarasite slaptažodį",
|
||||
"Enabled" : "Įjungta",
|
||||
"Disabled" : "Išjungta"
|
||||
"Disabled" : "Išjungta",
|
||||
"Default encryption module for server-side encryption" : "Numatytas šifravimo modulis serverio šifravimui."
|
||||
},"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"
|
||||
}
|
||||
@@ -35,8 +35,6 @@ OC.L10N.register(
|
||||
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Kan ikke dekryptere denne filen, kanskje fordi det er en delt fil. Be fileieren om å dele filen pånytt.",
|
||||
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Kan ikke lese denne filen, kanskje fordi det er en delt fil. Be fileieren om å dele filen pånytt.",
|
||||
"Default encryption module" : "Standard krypteringsmodul",
|
||||
"Default encryption module for server-side encryption" : "Standard krypteringsmodul for server-side-kryptering",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "For å kunne bruke denne krypteringsmodulen må du aktivere kryptering på serversiden i administrasjonsinnstillingene. Når den er aktivert, vil denne modulen kryptere alle filene dine gjennomsiktig. Krypteringen er basert på AES 256-nøkler.\nModulen vil ikke berøre eksisterende filer, bare nye filer vil bli kryptert etter at kryptering på serversiden ble aktivert. Det er heller ikke mulig å deaktivere krypteringen igjen og bytte tilbake til et ukryptert system.\nLes dokumentasjonen for å vite alle implikasjoner før du bestemmer deg for å aktivere kryptering på serversiden.",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "Krypterings-appen er aktivert men nøklene dine er ikke satt opp. Logg ut og inn igjen.",
|
||||
"Encrypt the home storage" : "Krypter hjemmelageret",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Aktivering av dette valget krypterer alle filer som er lagret på hovedlageret. Ellers vil kun filer på eksterne lagre bli kryptert.",
|
||||
@@ -59,6 +57,8 @@ OC.L10N.register(
|
||||
"Enable password recovery:" : "Aktiver gjenoppretting av passord:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Aktivering av dette valget tillater deg å gjenerobre tilgang til dine krypterte filer i tilfelle du mister passordet ditt.",
|
||||
"Enabled" : "Aktivert",
|
||||
"Disabled" : "Inaktiv"
|
||||
"Disabled" : "Inaktiv",
|
||||
"Default encryption module for server-side encryption" : "Standard krypteringsmodul for server-side-kryptering",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "For å kunne bruke denne krypteringsmodulen må du aktivere kryptering på serversiden i administrasjonsinnstillingene. Når den er aktivert, vil denne modulen kryptere alle filene dine gjennomsiktig. Krypteringen er basert på AES 256-nøkler.\nModulen vil ikke berøre eksisterende filer, bare nye filer vil bli kryptert etter at kryptering på serversiden ble aktivert. Det er heller ikke mulig å deaktivere krypteringen igjen og bytte tilbake til et ukryptert system.\nLes dokumentasjonen for å vite alle implikasjoner før du bestemmer deg for å aktivere kryptering på serversiden."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -33,8 +33,6 @@
|
||||
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Kan ikke dekryptere denne filen, kanskje fordi det er en delt fil. Be fileieren om å dele filen pånytt.",
|
||||
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Kan ikke lese denne filen, kanskje fordi det er en delt fil. Be fileieren om å dele filen pånytt.",
|
||||
"Default encryption module" : "Standard krypteringsmodul",
|
||||
"Default encryption module for server-side encryption" : "Standard krypteringsmodul for server-side-kryptering",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "For å kunne bruke denne krypteringsmodulen må du aktivere kryptering på serversiden i administrasjonsinnstillingene. Når den er aktivert, vil denne modulen kryptere alle filene dine gjennomsiktig. Krypteringen er basert på AES 256-nøkler.\nModulen vil ikke berøre eksisterende filer, bare nye filer vil bli kryptert etter at kryptering på serversiden ble aktivert. Det er heller ikke mulig å deaktivere krypteringen igjen og bytte tilbake til et ukryptert system.\nLes dokumentasjonen for å vite alle implikasjoner før du bestemmer deg for å aktivere kryptering på serversiden.",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "Krypterings-appen er aktivert men nøklene dine er ikke satt opp. Logg ut og inn igjen.",
|
||||
"Encrypt the home storage" : "Krypter hjemmelageret",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Aktivering av dette valget krypterer alle filer som er lagret på hovedlageret. Ellers vil kun filer på eksterne lagre bli kryptert.",
|
||||
@@ -57,6 +55,8 @@
|
||||
"Enable password recovery:" : "Aktiver gjenoppretting av passord:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Aktivering av dette valget tillater deg å gjenerobre tilgang til dine krypterte filer i tilfelle du mister passordet ditt.",
|
||||
"Enabled" : "Aktivert",
|
||||
"Disabled" : "Inaktiv"
|
||||
"Disabled" : "Inaktiv",
|
||||
"Default encryption module for server-side encryption" : "Standard krypteringsmodul for server-side-kryptering",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "For å kunne bruke denne krypteringsmodulen må du aktivere kryptering på serversiden i administrasjonsinnstillingene. Når den er aktivert, vil denne modulen kryptere alle filene dine gjennomsiktig. Krypteringen er basert på AES 256-nøkler.\nModulen vil ikke berøre eksisterende filer, bare nye filer vil bli kryptert etter at kryptering på serversiden ble aktivert. Det er heller ikke mulig å deaktivere krypteringen igjen og bytte tilbake til et ukryptert system.\nLes dokumentasjonen for å vite alle implikasjoner før du bestemmer deg for å aktivere kryptering på serversiden."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -35,8 +35,6 @@ OC.L10N.register(
|
||||
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Kan dit bestand niet ontcijferen, waarschijnlijk is het een gedeeld bestand, Vraag de eigenaar om het bestand opnieuw met je te delen.",
|
||||
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Kan dit bestand niet lezen, waarschijnlijk is het een gedeeld bestand. Vraag de eigenaar om het bestand opnieuw met je te delen.",
|
||||
"Default encryption module" : "Standaard versleutelingsmodule",
|
||||
"Default encryption module for server-side encryption" : "Standaard module voor versleuteling aan de serverzijde",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "Om deze versleutelingsmodule te kunnen gebruiken, moet je versleuteling aan de serverzijde inschakelen in de beheerdersinstellingen. Eenmaal ingeschakeld zal deze module al je bestanden transparant versleutelen. De versleuteling is gebaseerd op AES 256-sleutels.\nDe module doet niets met bestaande bestanden, alleen nieuwe bestanden worden gecodeerd nadat versleuteling aan de serverzijde is ingeschakeld. Het is ook niet mogelijk om de codering weer uit te schakelen en terug te schakelen naar een niet-gecodeerd systeem.\nLees de documentatie om alle implicaties te kennen voordat je besluit versleuteling aan de serverzijde in te schakelen.",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "Crypto app is ingeschakeld, maar je sleutels werden niet geïnitialiseerd. Log uit en log daarna opnieuw in.",
|
||||
"Encrypt the home storage" : "Versleutel de eigen serveropslag",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Het inschakelen van deze optie zorgt voor versleutelen van alle bestanden op de hoofdopslag, anders worden alleen bestanden op externe opslag versleuteld",
|
||||
@@ -60,6 +58,8 @@ OC.L10N.register(
|
||||
"Enable password recovery:" : "Activeren wachtwoord herstel:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Het activeren van deze optie maakt het mogelijk om je versleutelde bestanden te benaderen als je wachtwoord kwijt is",
|
||||
"Enabled" : "Ingeschakeld",
|
||||
"Disabled" : "Uitgeschakeld"
|
||||
"Disabled" : "Uitgeschakeld",
|
||||
"Default encryption module for server-side encryption" : "Standaard module voor versleuteling aan de serverzijde",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "Om deze versleutelingsmodule te kunnen gebruiken, moet je versleuteling aan de serverzijde inschakelen in de beheerdersinstellingen. Eenmaal ingeschakeld zal deze module al je bestanden transparant versleutelen. De versleuteling is gebaseerd op AES 256-sleutels.\nDe module doet niets met bestaande bestanden, alleen nieuwe bestanden worden gecodeerd nadat versleuteling aan de serverzijde is ingeschakeld. Het is ook niet mogelijk om de codering weer uit te schakelen en terug te schakelen naar een niet-gecodeerd systeem.\nLees de documentatie om alle implicaties te kennen voordat je besluit versleuteling aan de serverzijde in te schakelen."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -33,8 +33,6 @@
|
||||
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Kan dit bestand niet ontcijferen, waarschijnlijk is het een gedeeld bestand, Vraag de eigenaar om het bestand opnieuw met je te delen.",
|
||||
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Kan dit bestand niet lezen, waarschijnlijk is het een gedeeld bestand. Vraag de eigenaar om het bestand opnieuw met je te delen.",
|
||||
"Default encryption module" : "Standaard versleutelingsmodule",
|
||||
"Default encryption module for server-side encryption" : "Standaard module voor versleuteling aan de serverzijde",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "Om deze versleutelingsmodule te kunnen gebruiken, moet je versleuteling aan de serverzijde inschakelen in de beheerdersinstellingen. Eenmaal ingeschakeld zal deze module al je bestanden transparant versleutelen. De versleuteling is gebaseerd op AES 256-sleutels.\nDe module doet niets met bestaande bestanden, alleen nieuwe bestanden worden gecodeerd nadat versleuteling aan de serverzijde is ingeschakeld. Het is ook niet mogelijk om de codering weer uit te schakelen en terug te schakelen naar een niet-gecodeerd systeem.\nLees de documentatie om alle implicaties te kennen voordat je besluit versleuteling aan de serverzijde in te schakelen.",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "Crypto app is ingeschakeld, maar je sleutels werden niet geïnitialiseerd. Log uit en log daarna opnieuw in.",
|
||||
"Encrypt the home storage" : "Versleutel de eigen serveropslag",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Het inschakelen van deze optie zorgt voor versleutelen van alle bestanden op de hoofdopslag, anders worden alleen bestanden op externe opslag versleuteld",
|
||||
@@ -58,6 +56,8 @@
|
||||
"Enable password recovery:" : "Activeren wachtwoord herstel:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Het activeren van deze optie maakt het mogelijk om je versleutelde bestanden te benaderen als je wachtwoord kwijt is",
|
||||
"Enabled" : "Ingeschakeld",
|
||||
"Disabled" : "Uitgeschakeld"
|
||||
"Disabled" : "Uitgeschakeld",
|
||||
"Default encryption module for server-side encryption" : "Standaard module voor versleuteling aan de serverzijde",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "Om deze versleutelingsmodule te kunnen gebruiken, moet je versleuteling aan de serverzijde inschakelen in de beheerdersinstellingen. Eenmaal ingeschakeld zal deze module al je bestanden transparant versleutelen. De versleuteling is gebaseerd op AES 256-sleutels.\nDe module doet niets met bestaande bestanden, alleen nieuwe bestanden worden gecodeerd nadat versleuteling aan de serverzijde is ingeschakeld. Het is ook niet mogelijk om de codering weer uit te schakelen en terug te schakelen naar een niet-gecodeerd systeem.\nLees de documentatie om alle implicaties te kennen voordat je besluit versleuteling aan de serverzijde in te schakelen."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -35,8 +35,6 @@ OC.L10N.register(
|
||||
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Nie można odszyfrować tego pliku, prawdopodobnie jest to plik udostępniony. Poproś właściciela pliku o ponowne udostępnienie pliku.",
|
||||
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Nie można odczytać tego pliku. Prawdopodobnie plik nie jest już udostępniony. Zwróć się do właściciela pliku, aby udostępnił go ponownie.",
|
||||
"Default encryption module" : "Domyślny moduł szyfrowania",
|
||||
"Default encryption module for server-side encryption" : "Domyślny moduł szyfrujący po stronie serwera",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "Aby włączyć szyfrowanie musisz włączyć moduł szyfrowania danych po stronie serwera w ustawieniach administracyjnych. Szyfrowanie bazuje na kluczach AES 256.\nModuł szyfrowania nie zmienia istniejących plików. Po włączeniu szyfrowania po stronie serwera tylko nowe pliki zostaną zaszyfrowane . Po włączeniu szyfrowania nie ma możliwości wyłączenia szyfrowania oraz powrotu do nieszyfrowanego systemu.\nPrzeczytaj proszę uważnie dokumentację aby poznać wszystkie konsekwencje włączenie szyfrowania po stronie serwera.",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "Szyfrowanie w aplikacji jest włączone, ale klucze nie są zainicjowane. Prosimy wylogować się i ponownie zalogować się.",
|
||||
"Encrypt the home storage" : "Zaszyfruj magazyn główny",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Włączenie tej opcji spowoduje szyfrowanie wszystkich plików zapisanych na pamięci wewnętrznej. W innym wypadku szyfrowane będą tylko pliki na pamięci zewnętrznej.",
|
||||
@@ -59,6 +57,8 @@ OC.L10N.register(
|
||||
"Enable password recovery:" : "Włącz hasło odzyskiwania:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Włączenie tej opcji umożliwia otrzymać dostęp do zaszyfrowanych plików w przypadku utraty hasła",
|
||||
"Enabled" : "Włączone",
|
||||
"Disabled" : "Wyłączone"
|
||||
"Disabled" : "Wyłączone",
|
||||
"Default encryption module for server-side encryption" : "Domyślny moduł szyfrujący po stronie serwera",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "Aby włączyć szyfrowanie musisz włączyć moduł szyfrowania danych po stronie serwera w ustawieniach administracyjnych. Szyfrowanie bazuje na kluczach AES 256.\nModuł szyfrowania nie zmienia istniejących plików. Po włączeniu szyfrowania po stronie serwera tylko nowe pliki zostaną zaszyfrowane . Po włączeniu szyfrowania nie ma możliwości wyłączenia szyfrowania oraz powrotu do nieszyfrowanego systemu.\nPrzeczytaj proszę uważnie dokumentację aby poznać wszystkie konsekwencje włączenie szyfrowania po stronie serwera."
|
||||
},
|
||||
"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");
|
||||
|
||||
@@ -33,8 +33,6 @@
|
||||
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Nie można odszyfrować tego pliku, prawdopodobnie jest to plik udostępniony. Poproś właściciela pliku o ponowne udostępnienie pliku.",
|
||||
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Nie można odczytać tego pliku. Prawdopodobnie plik nie jest już udostępniony. Zwróć się do właściciela pliku, aby udostępnił go ponownie.",
|
||||
"Default encryption module" : "Domyślny moduł szyfrowania",
|
||||
"Default encryption module for server-side encryption" : "Domyślny moduł szyfrujący po stronie serwera",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "Aby włączyć szyfrowanie musisz włączyć moduł szyfrowania danych po stronie serwera w ustawieniach administracyjnych. Szyfrowanie bazuje na kluczach AES 256.\nModuł szyfrowania nie zmienia istniejących plików. Po włączeniu szyfrowania po stronie serwera tylko nowe pliki zostaną zaszyfrowane . Po włączeniu szyfrowania nie ma możliwości wyłączenia szyfrowania oraz powrotu do nieszyfrowanego systemu.\nPrzeczytaj proszę uważnie dokumentację aby poznać wszystkie konsekwencje włączenie szyfrowania po stronie serwera.",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "Szyfrowanie w aplikacji jest włączone, ale klucze nie są zainicjowane. Prosimy wylogować się i ponownie zalogować się.",
|
||||
"Encrypt the home storage" : "Zaszyfruj magazyn główny",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Włączenie tej opcji spowoduje szyfrowanie wszystkich plików zapisanych na pamięci wewnętrznej. W innym wypadku szyfrowane będą tylko pliki na pamięci zewnętrznej.",
|
||||
@@ -57,6 +55,8 @@
|
||||
"Enable password recovery:" : "Włącz hasło odzyskiwania:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Włączenie tej opcji umożliwia otrzymać dostęp do zaszyfrowanych plików w przypadku utraty hasła",
|
||||
"Enabled" : "Włączone",
|
||||
"Disabled" : "Wyłączone"
|
||||
"Disabled" : "Wyłączone",
|
||||
"Default encryption module for server-side encryption" : "Domyślny moduł szyfrujący po stronie serwera",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "Aby włączyć szyfrowanie musisz włączyć moduł szyfrowania danych po stronie serwera w ustawieniach administracyjnych. Szyfrowanie bazuje na kluczach AES 256.\nModuł szyfrowania nie zmienia istniejących plików. Po włączeniu szyfrowania po stronie serwera tylko nowe pliki zostaną zaszyfrowane . Po włączeniu szyfrowania nie ma możliwości wyłączenia szyfrowania oraz powrotu do nieszyfrowanego systemu.\nPrzeczytaj proszę uważnie dokumentację aby poznać wszystkie konsekwencje włączenie szyfrowania po stronie serwera."
|
||||
},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
|
||||
}
|
||||
@@ -35,8 +35,6 @@ OC.L10N.register(
|
||||
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Não foi possível descriptografar este arquivo, provavelmente é um arquivo compartilhado. Por favor, solicite ao proprietário do arquivo para recompartilhá-lo com você.",
|
||||
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Não foi possível ler este arquivo, provavelmente é um arquivo compartilhado. Por favor, solicite ao proprietário do arquivo para recompartilhá-lo com você.",
|
||||
"Default encryption module" : "Módulo de criptografia padrão",
|
||||
"Default encryption module for server-side encryption" : "Módulo de criptografia padrão para criptografia do lado do servidor",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "Para usar este módulo de criptografia, você precisa ativar a criptografia do lado do servidor nas configurações de administração. Quando ativado, este módulo criptografará todos os seus arquivos de forma transparente. A criptografia é baseada em chaves AES 256.\nO módulo não tocará nos arquivos existentes, apenas novos arquivos serão criptografados após a criptografia do lado do servidor for ativada. Também não é possível desabilitar a criptografia novamente e voltar para um sistema não criptografado.\nLeia a documentação para conhecer todas as implicações antes de decidir ativar a criptografia do lado do servidor.",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "O aplicativo de criptografia está habilitado, mas suas chaves não foram inicializadas. Por favor, saia e entre novamente.",
|
||||
"Encrypt the home storage" : "Criptografar a pasta de armazenamento home",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Ativar essa opção irá criptografar todos os arquivos do armazenamento principal, caso contrário, apenas arquivos no armazenamento externo serão criptografados",
|
||||
@@ -60,6 +58,8 @@ OC.L10N.register(
|
||||
"Enable password recovery:" : "Ativar recuperação de senha:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Ativar essa opção vai permitir que você obtenha novamente acesso aos seus arquivos criptografados em caso de perda de senha",
|
||||
"Enabled" : "Habilitado",
|
||||
"Disabled" : "Desabilitado"
|
||||
"Disabled" : "Desabilitado",
|
||||
"Default encryption module for server-side encryption" : "Módulo de criptografia padrão para criptografia do lado do servidor",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "Para usar este módulo de criptografia, você precisa ativar a criptografia do lado do servidor nas configurações de administração. Quando ativado, este módulo criptografará todos os seus arquivos de forma transparente. A criptografia é baseada em chaves AES 256.\nO módulo não tocará nos arquivos existentes, apenas novos arquivos serão criptografados após a criptografia do lado do servidor for ativada. Também não é possível desabilitar a criptografia novamente e voltar para um sistema não criptografado.\nLeia a documentação para conhecer todas as implicações antes de decidir ativar a criptografia do lado do servidor."
|
||||
},
|
||||
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -33,8 +33,6 @@
|
||||
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Não foi possível descriptografar este arquivo, provavelmente é um arquivo compartilhado. Por favor, solicite ao proprietário do arquivo para recompartilhá-lo com você.",
|
||||
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Não foi possível ler este arquivo, provavelmente é um arquivo compartilhado. Por favor, solicite ao proprietário do arquivo para recompartilhá-lo com você.",
|
||||
"Default encryption module" : "Módulo de criptografia padrão",
|
||||
"Default encryption module for server-side encryption" : "Módulo de criptografia padrão para criptografia do lado do servidor",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "Para usar este módulo de criptografia, você precisa ativar a criptografia do lado do servidor nas configurações de administração. Quando ativado, este módulo criptografará todos os seus arquivos de forma transparente. A criptografia é baseada em chaves AES 256.\nO módulo não tocará nos arquivos existentes, apenas novos arquivos serão criptografados após a criptografia do lado do servidor for ativada. Também não é possível desabilitar a criptografia novamente e voltar para um sistema não criptografado.\nLeia a documentação para conhecer todas as implicações antes de decidir ativar a criptografia do lado do servidor.",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "O aplicativo de criptografia está habilitado, mas suas chaves não foram inicializadas. Por favor, saia e entre novamente.",
|
||||
"Encrypt the home storage" : "Criptografar a pasta de armazenamento home",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Ativar essa opção irá criptografar todos os arquivos do armazenamento principal, caso contrário, apenas arquivos no armazenamento externo serão criptografados",
|
||||
@@ -58,6 +56,8 @@
|
||||
"Enable password recovery:" : "Ativar recuperação de senha:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Ativar essa opção vai permitir que você obtenha novamente acesso aos seus arquivos criptografados em caso de perda de senha",
|
||||
"Enabled" : "Habilitado",
|
||||
"Disabled" : "Desabilitado"
|
||||
"Disabled" : "Desabilitado",
|
||||
"Default encryption module for server-side encryption" : "Módulo de criptografia padrão para criptografia do lado do servidor",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "Para usar este módulo de criptografia, você precisa ativar a criptografia do lado do servidor nas configurações de administração. Quando ativado, este módulo criptografará todos os seus arquivos de forma transparente. A criptografia é baseada em chaves AES 256.\nO módulo não tocará nos arquivos existentes, apenas novos arquivos serão criptografados após a criptografia do lado do servidor for ativada. Também não é possível desabilitar a criptografia novamente e voltar para um sistema não criptografado.\nLeia a documentação para conhecer todas as implicações antes de decidir ativar a criptografia do lado do servidor."
|
||||
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user