migrate therinaldos.com data
Build & Deploy to DigitalOcean Space / build (push) Failing after 2m38s

This commit is contained in:
2024-05-05 15:50:45 -04:00
commit ef1ff240d4
23182 changed files with 3801898 additions and 0 deletions
+93
View File
@@ -0,0 +1,93 @@
<?xml version="1.0"?>
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>dav</id>
<name>WebDAV</name>
<summary>WebDAV endpoint</summary>
<description>WebDAV endpoint</description>
<version>1.29.1</version>
<licence>agpl</licence>
<author>owncloud.org</author>
<namespace>DAV</namespace>
<types>
<filesystem/>
</types>
<category>integration</category>
<bugs>https://github.com/nextcloud/server/issues</bugs>
<dependencies>
<nextcloud min-version="28" max-version="28"/>
</dependencies>
<background-jobs>
<job>OCA\DAV\BackgroundJob\CleanupDirectLinksJob</job>
<job>OCA\DAV\BackgroundJob\UpdateCalendarResourcesRoomsBackgroundJob</job>
<job>OCA\DAV\BackgroundJob\CleanupInvitationTokenJob</job>
<job>OCA\DAV\BackgroundJob\EventReminderJob</job>
<job>OCA\DAV\BackgroundJob\CalendarRetentionJob</job>
<job>OCA\DAV\BackgroundJob\PruneOutdatedSyncTokensJob</job>
</background-jobs>
<repair-steps>
<post-migration>
<step>OCA\DAV\Migration\FixBirthdayCalendarComponent</step>
<step>OCA\DAV\Migration\RegenerateBirthdayCalendars</step>
<step>OCA\DAV\Migration\CalDAVRemoveEmptyValue</step>
<step>OCA\DAV\Migration\BuildCalendarSearchIndex</step>
<step>OCA\DAV\Migration\BuildSocialSearchIndex</step>
<step>OCA\DAV\Migration\RefreshWebcalJobRegistrar</step>
<step>OCA\DAV\Migration\RegisterBuildReminderIndexBackgroundJob</step>
<step>OCA\DAV\Migration\RemoveOrphanEventsAndContacts</step>
<step>OCA\DAV\Migration\RemoveClassifiedEventActivity</step>
<step>OCA\DAV\Migration\RemoveDeletedUsersCalendarSubscriptions</step>
<step>OCA\DAV\Migration\RemoveObjectProperties</step>
</post-migration>
<live-migration>
<step>OCA\DAV\Migration\ChunkCleanup</step>
</live-migration>
</repair-steps>
<commands>
<command>OCA\DAV\Command\CreateAddressBook</command>
<command>OCA\DAV\Command\CreateCalendar</command>
<command>OCA\DAV\Command\DeleteCalendar</command>
<command>OCA\DAV\Command\MoveCalendar</command>
<command>OCA\DAV\Command\ListCalendars</command>
<command>OCA\DAV\Command\RetentionCleanupCommand</command>
<command>OCA\DAV\Command\SendEventReminders</command>
<command>OCA\DAV\Command\SyncBirthdayCalendar</command>
<command>OCA\DAV\Command\SyncSystemAddressBook</command>
<command>OCA\DAV\Command\RemoveInvalidShares</command>
</commands>
<settings>
<admin>OCA\DAV\Settings\CalDAVSettings</admin>
<personal>OCA\DAV\Settings\AvailabilitySettings</personal>
</settings>
<activity>
<settings>
<setting>OCA\DAV\CalDAV\Activity\Setting\Calendar</setting>
<setting>OCA\DAV\CalDAV\Activity\Setting\Event</setting>
<setting>OCA\DAV\CalDAV\Activity\Setting\Todo</setting>
<setting>OCA\DAV\CardDAV\Activity\Setting</setting>
</settings>
<filters>
<filter>OCA\DAV\CalDAV\Activity\Filter\Calendar</filter>
<filter>OCA\DAV\CalDAV\Activity\Filter\Todo</filter>
<filter>OCA\DAV\CardDAV\Activity\Filter</filter>
</filters>
<providers>
<provider>OCA\DAV\CalDAV\Activity\Provider\Calendar</provider>
<provider>OCA\DAV\CalDAV\Activity\Provider\Event</provider>
<provider>OCA\DAV\CalDAV\Activity\Provider\Todo</provider>
<provider>OCA\DAV\CardDAV\Activity\Provider\Addressbook</provider>
<provider>OCA\DAV\CardDAV\Activity\Provider\Card</provider>
</providers>
</activity>
<public>
<webdav>appinfo/v1/publicwebdav.php</webdav>
</public>
</info>
+41
View File
@@ -0,0 +1,41 @@
<?php
/**
* @copyright 2017, Georg Ehrke <oc.list@georgehrke.com>
*
* @author Georg Ehrke <oc.list@georgehrke.com>
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Richard Steinmetz <richard@steinmetz.cloud>
*
* @license GNU AGPL version 3 or any later version
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
return [
'routes' => [
['name' => 'birthday_calendar#enable', 'url' => '/enableBirthdayCalendar', 'verb' => 'POST'],
['name' => 'birthday_calendar#disable', 'url' => '/disableBirthdayCalendar', 'verb' => 'POST'],
['name' => 'invitation_response#accept', 'url' => '/invitation/accept/{token}', 'verb' => 'GET'],
['name' => 'invitation_response#decline', 'url' => '/invitation/decline/{token}', 'verb' => 'GET'],
['name' => 'invitation_response#options', 'url' => '/invitation/moreOptions/{token}', 'verb' => 'GET'],
['name' => 'invitation_response#processMoreOptionsResult', 'url' => '/invitation/moreOptions/{token}', 'verb' => 'POST'],
],
'ocs' => [
['name' => 'direct#getUrl', 'url' => '/api/v1/direct', 'verb' => 'POST'],
['name' => 'out_of_office#getCurrentOutOfOfficeData', 'url' => '/api/v1/outOfOffice/{userId}/now', 'verb' => 'GET'],
['name' => 'out_of_office#getOutOfOffice', 'url' => '/api/v1/outOfOffice/{userId}', 'verb' => 'GET'],
['name' => 'out_of_office#setOutOfOffice', 'url' => '/api/v1/outOfOffice/{userId}', 'verb' => 'POST'],
['name' => 'out_of_office#clearOutOfOffice', 'url' => '/api/v1/outOfOffice/{userId}', 'verb' => 'DELETE'],
],
];
@@ -0,0 +1,512 @@
{
"hashes": {
"appinfo\/info.xml": "f7cf473ec296f56ff0966e3d76f08c1e8dd8ae35dd3af7ee7d4eeba783385b1f7b86cc5ea89c26d017c2ac84b979cbde8c65ad5bf9d961ebc8029b7c30aa6032",
"appinfo\/routes.php": "f9bbe5a9baf2c585cb11e6b67941972755ba29adfebb890d6caac1903346e27facac750b16b8b257d1334f46105023b3d486bc49c107d1396a5ee68ca2760abd",
"appinfo\/v1\/caldav.php": "1db8bf91e4e013cce4149c6b7fcf9da5b0d9a7b4c648b747473798e950bec1846b969da96ec703f103d84522454bd7602bb95760b9d48e3087bf1c332cb88f6e",
"appinfo\/v1\/carddav.php": "9feab7b12cfd53d9977d7b4033bf0d2165ca1711461faefcdd6380ecb1fc10458dc74e5f4f198ba70c8bb42e9de51e88672491a25e7a7ee4ee6dad35b9effddc",
"appinfo\/v1\/publicwebdav.php": "0511e90583fb60f6566512319472b7c55d0c2e11f384d56334bf76d803dd5675707b6c2ba474368f53f672f26089fe15635a7caa035c06f9881af333e0ee63bc",
"appinfo\/v1\/webdav.php": "36501b07e05459f7a6cfac48b07b287d49dc832b1f08be1b43c7228c5e582a72fec69fc20348d0df7b745fa1de8e6600d12636670b798c9a8be66d4921479e35",
"appinfo\/v2\/direct.php": "9ae606adcf8f7d95762da360722b229d582f8ff4d04122bfdd3f1a2d3971e726028c43e541f545977d0c047ccd7dbd06ba08c49980e5b69e4a314d79be0db40f",
"appinfo\/v2\/remote.php": "ffa70b5cc8c74a403c43e8cc7e2c084ed889160966826adea9dec539f95378dcb680472c8aa4e0956aa80f82c4f28e24eda9a81a89aa23bb50c95309f4fed027",
"composer\/autoload.php": "3454fce646b8865ddbfb32e23247a58e4ce11403456fa0dee18f4204e4a4be284cbe39962d48138b9b86fdbb5f35dde2623411ed28baeada3bd71383f2757921",
"composer\/composer.json": "ffe105a78ba48dc73677370a430370a10d43fed21aab414915a431845a596189cbccffd3d33c678b927174af022d3f0f822117be7bebcab2d5b7cfbee066a283",
"composer\/composer.lock": "aba0413aa705be0d0570c496a43249c551836824e7a2b4673b51838fe0d9f425ddd07b6c4b95aa74ca549f58e90f2a7d78b51a2a3080749a5dc2e4a46d04fd1e",
"composer\/composer\/ClassLoader.php": "f73af132ef1159370f4da75d1477541c8fd55e82d64e1a29b199e8963597b3558853edd48f703118bb139680e80bbae5cd601580c9f62355f3e749214b40e162",
"composer\/composer\/InstalledVersions.php": "733e68c171cb9e44868bb0f105850fbd0e4f225c67235bf30fb2ac5c3443c6edfb722d4b33aa91c82bb600e937cb6392eb1883694d41616e66969d7d42e23b4f",
"composer\/composer\/LICENSE": "f3bb64009f41a425df5a9bbab53490f0eb9b74fa8d6aaa2f57efb928edc4ffff330260666edeaa04a91fed708c3663371cf01b284f3a08d6698aaef7a23f355a",
"composer\/composer\/autoload_classmap.php": "9566b10187c62195bb4e644756ab22dad37c7e1d88ca7637885292a5a970372d9badc68a619eb5168e5ed27026fd02bd4c842c9c008e4d9b12bdcfdd801fec65",
"composer\/composer\/autoload_namespaces.php": "5b2571f3b573a778d362b8c7412787b4084c7f27d3f5bba1585243f3ccbb0b9054e68522a22a1ad59ec11097b03a0e343865c0188c65b25f0a97e24e120339d1",
"composer\/composer\/autoload_psr4.php": "1c169095dc5c18e7e231673509fa7fac8a099175f14d85fc347b5ddc5ef9664aa2d227d6fa16af90a25c5756a67d9b68e34efc806df6c88738e739cb856ff85d",
"composer\/composer\/autoload_real.php": "e74ad0956dcdbaeb92d6c3e6e9860da78e218d29acfd16fe1fee60d257111637672439ff97fff03a1b854199321cb8e6b6e8aed5fbe2b29853f9a46aaa95ea99",
"composer\/composer\/autoload_static.php": "02e870851b6f08b99aa628111596b8a70ab9ca6ecf78b23de0c29afe7f90f889c3c8c9bb54409e81ca56131c64da682d670717bae1cc351721c9328bfa8a7e95",
"composer\/composer\/installed.json": "0a3ed51f953eb945b970a8eb21957ca2beee4669c7d0d9be97b8259c391b60688f8abb78d4b1fae5e4e2ea5e3d8747f4d35f066a2605e9a76f5b45ec3f1da357",
"composer\/composer\/installed.php": "c57973ca45849c032eafb5bc98d48cdc58d4e7fedd3b1787a86cc11ffb4839a728ebd71277fc3ece9a13448e33dc40ebc1d61929360ed34150d7d8ef6e67c777",
"css\/schedule-response.css": "e3ce5af1db9b46c7ecedb5091c32c68178a8ad11dbfaf2a364da9414d36fe4365ddd45f3b355749b61577cf89085e26f6d99eaa0a624f7fc5a1f052ea5b4f4f5",
"img\/LICENSES.md": "a39be89bac0f81b0d4a6563bbf26a2b7631e3759be9f53557ac29756c9385356a1a5180d992f58696b5e997057f7a22df0bcbeaf169a2c0959b034a7153e02c1",
"img\/calendar.svg": "9b9cf2514aba9e417c96c54078aa21eaf707fb577c67f9e6c889d8521be9ee8221b631548ce260bbfc254206de53b8148b3f37d4d7e292e30ebe3951c86c4025",
"img\/schedule.svg": "aed9f2a5811b36abbb9e4fa359969fcc6805c30a48c7d181e809eb21f3a03b2a67e73c76198dce2bf046f0c3c87ef85c568a4483f67ca5d46dee6ad23d32df9c",
"l10n\/ar.js": "93b979ae0fa31d6529a8c716b3fde20039f868eb2449303c00f7af2b14a434700d47153d192f6531e1f5d9eb7f44a88cc0d1e917af8191f52974a2081db66772",
"l10n\/ar.json": "3adbc5456371acc3fd2bc4300443a7929b11f23d93c05ded808c7dfbbe07e5ba2d620e1560b4edd609ddecde585f960c347cd089bf2ea9ba7eb3b313944fdeea",
"l10n\/bg.js": "90f74f969942e7e5cc4d071a7cc062c0d364fa75c8def63c9a7d7d5a79dd66ded42d208773472f213f3f45fd6218f3dd80ce4565a19a1d979e95c533947fe96c",
"l10n\/bg.json": "1ad09612e5395d1dce5a753fafa30871b6db7ffbfed4e316971467c3e727a06901c5df24d629653a7aa8c28e65071c1439145e2e0fe461fd8899af9ed1dbaf3f",
"l10n\/ca.js": "720a9184c853a752575bb38dcd08df27e9afe93de02f612b3341ac87a126e57458c1631803452d1c80096af9917d461471444e4b2642bfd379db05ac06e9a8cb",
"l10n\/ca.json": "984c786dd7013b3ccd151fa8c45dd6b6d402cfaf82d99986c4db610d9f889ba2c0450376b8aed9ade37226e048da670c75daf4e7159ef5979fdfbedf00582c2d",
"l10n\/cs.js": "4e72bbffd9fa66000f6ca2abbb5bfb12d8f1e486da204ef721f1c7418c7f59c7eadc5fb438bef6c9be1577bb5812ff239ca7203c4991b02f7602da284b15841c",
"l10n\/cs.json": "5b23f093c91d8430272dfa2e86326abf36d3a407b46ee246763acad65edc6bd2a2f89fd6ff6f100235ebe2302eb3e7bf9189a46b4bab1c1f862f8a2cbb1e4fe1",
"l10n\/da.js": "f244dda926e9bab642bd120600061427238b78c32a6e467d1d447785d1e958a02e454b0cd33e3bc288a3143940bde423057da695227096332e121249cbe88b51",
"l10n\/da.json": "795468809b5065ee2ef078716ce3842c4b0f843d700bb9d5c56cb198d242ab731513f7250182a5afc1c530ce22877b03c313bd32bbe6291bfee4248717f067cb",
"l10n\/de.js": "c1052912423d3145e7994046960ecf70e69fbc4f36e74adcd2318796d214fde2f5d6a0f356f0d36a6e400f70ddd664d6aef71d88f57dc8d56055e2e31a547f74",
"l10n\/de.json": "ac2b0b6ff5161a674c56c94ad6db4e0e3593adbe2f3eb236be52c31bc2ae55b47daec9812956fbc8efbb4bd844c3359e58326003656cdc8ec8f7c72e88b3ca5a",
"l10n\/de_DE.js": "d7a5f029162034d950e98c880893503d7681febd9163805f3900e1996f69be70296b174f3c5885e424bf75427f44f7b0c3d30e9f8a016cbf64619de7b8413cba",
"l10n\/de_DE.json": "d3988c7d4fcdef55f7a4b2b9e7e331389fba33a89d9e6bdb764f58304e6f410b64e65eb9945b1cdd242dd6268854a235e5617383558a7724703c30008d741bd1",
"l10n\/el.js": "56a069bc3b0d29493d381b9937368955f52a9f4190312e27580214aeef48b37d6c578be132f3791a4a20955cef6d093caa91f32f2f95d64162c2bce45b361a90",
"l10n\/el.json": "1cec49056c12e8c94d748749e3c1c8224e9afa9bbd9a06406438a671882a3e3e75aeb7a0e6b27e39cf63b690498c361a54a95bf8e1ae9a427b6bf1322c8193ae",
"l10n\/en_GB.js": "53ea756696ea0c666e99800a01e55912c1aa517484c861541128e736e51d56d597f0346e1582a300ccf8c5552fb685f1e9298bc8e3d2eb793066e9b816fd4343",
"l10n\/en_GB.json": "291c18c125459cdb39deb1aa3c84fcff0704edf2fe05566c1f3dbb198c2cd4aeaf090aea1901061b9d8e99c4ecfe023bce43299bd65adaedf46126c3f6f5f379",
"l10n\/eo.js": "bca933caca2096a03ceb2af6e2e2e3ecff114723e9bc4ade444cd01fc19eaa3994817d51873ce0c05ce68b8802d9360891b8f88c5650ba08b731d526ee8a7bab",
"l10n\/eo.json": "0191439f5e7161064b9885be6b79f4d4c048ba115bab2172a99c38c44d223528185e0744053c8b1ad8cf1bab81281ade6526b6cd2864ebb3c610dc91f6591045",
"l10n\/es.js": "61ab5d8ff306bacef136ac20641c70910d151f700e120fde6fd483af21d45d5849c12a1b480fed3678e285aa40b3149fa3b72352e71432e4a9a44b6674a15f4f",
"l10n\/es.json": "5e1e16785c81a17991ae0e307e22c15b5346e085772787e8a02504e777a688dcc2cc4dc73d2f211f50e8dd1257ac0a9d8f652f235fed097a8318752f02ef2d8e",
"l10n\/es_419.js": "7d576f8706c4b58360cdf48ff0c5f2660ba7137256558d80aefbb1f4386d898e8f63ef30c2d760a88e72d09e23c5f68815100366f911974cbb3bda00137c729e",
"l10n\/es_419.json": "8b8a8e05953dcdd258e42d52997ce32149e00f1887930ff6644b42bca8f29b662bb918bb7e60cbc807971c1c1a80e7c1e1e0e69e5653aded5ed5382acf580f98",
"l10n\/es_AR.js": "4142570eba2f32c3451c4fb8ad302b5271abedded3326009858a21b39c4a060d92478233693b591badcb5ea2b51d28f90d959ada2e1906417d346a1df0edb2fe",
"l10n\/es_AR.json": "9efb03915607cc2a7d7c228adfa73546667b58860ad408307e7b77c62acb9e4768b9d4b5c692e555a41c45aaf52d2fd5e24dc5f72283cb0bc69868be54951782",
"l10n\/es_CL.js": "7d576f8706c4b58360cdf48ff0c5f2660ba7137256558d80aefbb1f4386d898e8f63ef30c2d760a88e72d09e23c5f68815100366f911974cbb3bda00137c729e",
"l10n\/es_CL.json": "8b8a8e05953dcdd258e42d52997ce32149e00f1887930ff6644b42bca8f29b662bb918bb7e60cbc807971c1c1a80e7c1e1e0e69e5653aded5ed5382acf580f98",
"l10n\/es_CO.js": "7d576f8706c4b58360cdf48ff0c5f2660ba7137256558d80aefbb1f4386d898e8f63ef30c2d760a88e72d09e23c5f68815100366f911974cbb3bda00137c729e",
"l10n\/es_CO.json": "8b8a8e05953dcdd258e42d52997ce32149e00f1887930ff6644b42bca8f29b662bb918bb7e60cbc807971c1c1a80e7c1e1e0e69e5653aded5ed5382acf580f98",
"l10n\/es_CR.js": "7d576f8706c4b58360cdf48ff0c5f2660ba7137256558d80aefbb1f4386d898e8f63ef30c2d760a88e72d09e23c5f68815100366f911974cbb3bda00137c729e",
"l10n\/es_CR.json": "8b8a8e05953dcdd258e42d52997ce32149e00f1887930ff6644b42bca8f29b662bb918bb7e60cbc807971c1c1a80e7c1e1e0e69e5653aded5ed5382acf580f98",
"l10n\/es_DO.js": "7d576f8706c4b58360cdf48ff0c5f2660ba7137256558d80aefbb1f4386d898e8f63ef30c2d760a88e72d09e23c5f68815100366f911974cbb3bda00137c729e",
"l10n\/es_DO.json": "8b8a8e05953dcdd258e42d52997ce32149e00f1887930ff6644b42bca8f29b662bb918bb7e60cbc807971c1c1a80e7c1e1e0e69e5653aded5ed5382acf580f98",
"l10n\/es_EC.js": "83d18618472b53ab26bbd823fa7501ef506f15c704cf5d97b35ef64b8445d536d9b2f4fa3191289116c540fe7c194f395feb54900062845ec93734939036d5d7",
"l10n\/es_EC.json": "71399ab57e05f3854ceaea810f865a97ede45b61e6a52cfe8e37e0ee00f122b6853b11852a8e4f7155e65c1c26cb6cce530782b9419542c9dfcf3be969dfe367",
"l10n\/es_GT.js": "7d576f8706c4b58360cdf48ff0c5f2660ba7137256558d80aefbb1f4386d898e8f63ef30c2d760a88e72d09e23c5f68815100366f911974cbb3bda00137c729e",
"l10n\/es_GT.json": "8b8a8e05953dcdd258e42d52997ce32149e00f1887930ff6644b42bca8f29b662bb918bb7e60cbc807971c1c1a80e7c1e1e0e69e5653aded5ed5382acf580f98",
"l10n\/es_HN.js": "7d576f8706c4b58360cdf48ff0c5f2660ba7137256558d80aefbb1f4386d898e8f63ef30c2d760a88e72d09e23c5f68815100366f911974cbb3bda00137c729e",
"l10n\/es_HN.json": "8b8a8e05953dcdd258e42d52997ce32149e00f1887930ff6644b42bca8f29b662bb918bb7e60cbc807971c1c1a80e7c1e1e0e69e5653aded5ed5382acf580f98",
"l10n\/es_MX.js": "d8c66821c562adf6bb2e7f598efe675863d53d8dc8b87f6c30c80badfcb5b83ce92ef367df9513d6b6091120d4e70e1ba299e35f17d38da1f06d4b9edfcb1e32",
"l10n\/es_MX.json": "6d7c04c259d30757cacfd50364b766e91ac49f6f547014eade4e9cad9b54ae05b9c1a01b9935c3efa12f9fad22e05fc67c0d856f0cab3b29c9861266975052b0",
"l10n\/es_NI.js": "7d576f8706c4b58360cdf48ff0c5f2660ba7137256558d80aefbb1f4386d898e8f63ef30c2d760a88e72d09e23c5f68815100366f911974cbb3bda00137c729e",
"l10n\/es_NI.json": "8b8a8e05953dcdd258e42d52997ce32149e00f1887930ff6644b42bca8f29b662bb918bb7e60cbc807971c1c1a80e7c1e1e0e69e5653aded5ed5382acf580f98",
"l10n\/es_PA.js": "7d576f8706c4b58360cdf48ff0c5f2660ba7137256558d80aefbb1f4386d898e8f63ef30c2d760a88e72d09e23c5f68815100366f911974cbb3bda00137c729e",
"l10n\/es_PA.json": "8b8a8e05953dcdd258e42d52997ce32149e00f1887930ff6644b42bca8f29b662bb918bb7e60cbc807971c1c1a80e7c1e1e0e69e5653aded5ed5382acf580f98",
"l10n\/es_PE.js": "7d576f8706c4b58360cdf48ff0c5f2660ba7137256558d80aefbb1f4386d898e8f63ef30c2d760a88e72d09e23c5f68815100366f911974cbb3bda00137c729e",
"l10n\/es_PE.json": "8b8a8e05953dcdd258e42d52997ce32149e00f1887930ff6644b42bca8f29b662bb918bb7e60cbc807971c1c1a80e7c1e1e0e69e5653aded5ed5382acf580f98",
"l10n\/es_PR.js": "7d576f8706c4b58360cdf48ff0c5f2660ba7137256558d80aefbb1f4386d898e8f63ef30c2d760a88e72d09e23c5f68815100366f911974cbb3bda00137c729e",
"l10n\/es_PR.json": "8b8a8e05953dcdd258e42d52997ce32149e00f1887930ff6644b42bca8f29b662bb918bb7e60cbc807971c1c1a80e7c1e1e0e69e5653aded5ed5382acf580f98",
"l10n\/es_PY.js": "7d576f8706c4b58360cdf48ff0c5f2660ba7137256558d80aefbb1f4386d898e8f63ef30c2d760a88e72d09e23c5f68815100366f911974cbb3bda00137c729e",
"l10n\/es_PY.json": "8b8a8e05953dcdd258e42d52997ce32149e00f1887930ff6644b42bca8f29b662bb918bb7e60cbc807971c1c1a80e7c1e1e0e69e5653aded5ed5382acf580f98",
"l10n\/es_SV.js": "7d576f8706c4b58360cdf48ff0c5f2660ba7137256558d80aefbb1f4386d898e8f63ef30c2d760a88e72d09e23c5f68815100366f911974cbb3bda00137c729e",
"l10n\/es_SV.json": "8b8a8e05953dcdd258e42d52997ce32149e00f1887930ff6644b42bca8f29b662bb918bb7e60cbc807971c1c1a80e7c1e1e0e69e5653aded5ed5382acf580f98",
"l10n\/es_UY.js": "7d576f8706c4b58360cdf48ff0c5f2660ba7137256558d80aefbb1f4386d898e8f63ef30c2d760a88e72d09e23c5f68815100366f911974cbb3bda00137c729e",
"l10n\/es_UY.json": "8b8a8e05953dcdd258e42d52997ce32149e00f1887930ff6644b42bca8f29b662bb918bb7e60cbc807971c1c1a80e7c1e1e0e69e5653aded5ed5382acf580f98",
"l10n\/et_EE.js": "26185fff14921a9643691fb4333d2034c05fbb1a7075bedd84547d5b2509f4b88f18068f727dee015fd6934779fa23a279db4142940aa79e3674235a093518f2",
"l10n\/et_EE.json": "8b19aceb377559250abad721a0be90f4b9f49dc2f2783e635f320553e78f8afb820c8d4f6b35b08d6a153e96f2defe7af929e4bd9008facc64d24642fd4f3821",
"l10n\/eu.js": "7665f54e8fc4792f0f7c0af40a5e7e568e932a1f650111b21cb6f8700bf7d51b81380756f3e4866f2532229fa5b25b140e215317a05f42c6937f9b85777b031e",
"l10n\/eu.json": "62448a28460dba958fb4114c09e752d3a90874a2cb02e5cf12d0065a3b0bcfaf81f3f731452b53e52c37f80d3c4c444f4815a5833f184acc0b2f72b28118c8ac",
"l10n\/fa.js": "00db1bae36fb4fa6c860a8880b2457bbbfdedde427e59ff42b3e5cbd2443243321e77d088c3c859ae1c3307ac1d316a8d70bfdcd77a20d8cbc63d09c7b1b98a0",
"l10n\/fa.json": "1cba2a89e6b3d334c97f62c5bd03b270e0fa1db179bfc6194a3d48a29362a7078f4e400d81e0f78bced78823ce3bfd16aab84f508da991cebb7a60b4b3cea983",
"l10n\/fi.js": "f18df64d45de156a0f697955373559fb20f804b5de807b78e9450d5d8f9fed4d2d950690ab62b8c647992f5bda32c4b6bb6f33d8081813648f4478e954a9c368",
"l10n\/fi.json": "57a9c2405bc5fa761e43293c1b29e4518bb10a14864c47b1c21ed21c2eba3d1ff46e45c0a06c09f91add3d9d9179f944875379ba54ee9b90a6ca3f396ec523d8",
"l10n\/fr.js": "3619535e99e15356642a29ead2ebbc17a43858454c57501d7ea83570d390f4fb31d26bf88bcb9ec5d2dbe539a8533f3ebc6dd184d9d7541b89feb260c6dd3b3b",
"l10n\/fr.json": "49e6ef406e45b56c359e89da54c31d973838df28538ee449156d88d1b656249916dcfa120b980fc072bd686ee794e3ccc41b0b527e5ed36e53c04d957b134a30",
"l10n\/gl.js": "5865063592696c8137471e1073744cd9d2aae8eb5e10d1134b32e4ed25e91074bd22417bd4f0c31cf1bbcfcb98cafb40824840902de0e93228bfaa2d9d9263fb",
"l10n\/gl.json": "657b23a8c04cf88eda0468475ffaa4ecdbcd573cc6ba6f45195587f4c43f08b394ba4deaa0229f47b05ad7cf105952d93706345fb4fe27e099835194bc097b17",
"l10n\/he.js": "f9212cddabc604c827e384c350ecf860965e9e72ecb706208417e494dfc4e7364544207ab2b25d3d74adc02224ea38cc7b575a37e426f8a94ca05b9160852f9d",
"l10n\/he.json": "a749200582c1f14e4d0b6ee33d39e918e037201e9b8357bf24c3818bc8f7f8165ad8bb1bde8b5ebeaca10be2293001375d6a00665fd44d2c3f60557d54197002",
"l10n\/hr.js": "042a80e590c750c53df4e7758fa83b9ddf985ca71f3e1bcf22f88a764893476bc892da176dd22f51008de7cbf3fc281be859d1c5befa843036e176efa6cf46f9",
"l10n\/hr.json": "1f087954e1aa03a8a1a22ac065b7afb79e8ec9eb54de785df6da93af3f2add76f6ecec654d9fe087e47fffe093d00cb8b32e3ea28125fac69e98da6751f93a1f",
"l10n\/hu.js": "b16ff9509605978e63c579b3f368872c42066abca83a8be6253c2e76259a43ff67cbad9715ae6dddf2647156f269c9158dad0558875cefc7cc07060cd55e6035",
"l10n\/hu.json": "fd9913ff701be519a9d84debbbeab36c815fdc17bab7f09754bb7def323c29b9fc5b2cdce4b3bee483276568cd63af672a9557500df66a39d2c15e8c9b5ff104",
"l10n\/id.js": "8a74e91d8232192c89057f86fcb28e0a8c452647751543cbb47313dcf40346b4828aef417de7e4e1c9f5dad0bcec7ad527feb8d370884fbe186bc5373a96bf23",
"l10n\/id.json": "8c4ab866dd746bec318e72ae02cb80e302153dd8020d9c5715649c1da6bd8e4849e9d1776512b6a4963dcc4505823acb02663f50793bcb48c9d657181ab575c5",
"l10n\/is.js": "648fdf5c24589b36c5e75938f0a6f2e8a15964bd29c7642b1cbffc9232de97e8e229a4d7d8a45e3f11a4cdebf201e52d4e2d191d16a8daa6d1a89448b0de9488",
"l10n\/is.json": "7936ff01f203a9f698982daab0b5d49292eda46b954ae7152a3f767f198b3599906f96d73cd459eec0c1d492878081d61b6655a14a6ca68ea3b6079efc9fb90c",
"l10n\/it.js": "470aebca34ea212896e785d9f33911edea39a1d6068389f3c557e3abc0d7c206127453a8fe4cd5cfff7758b0053b1b88d3fb18e64a1d4e28eec94cf79b328811",
"l10n\/it.json": "829a152357924662455b8eb9319934d66e1ebed65b8bd561d6da854c7f0af8fb86fd834ebd91a83588ad82a1933abe33e21f9dcc4a87f2dd6a4c46a03fde6280",
"l10n\/ja.js": "1a62030e66583e0ded5b912c36fbe1c7bc49ade8a78f417097d68b8c2734733cf40adfd372d5310feebc1564601c8b7428bb737359c4ec32a833cf25721c2f3f",
"l10n\/ja.json": "da5bdaa7a483a2f7852b312e55c9dff27de76dc111060dc1938c4c7b25408ebf348a80fd916efd2befd2e02e4992c9a9cf9eb41622855926da21bb14c9d0d39d",
"l10n\/ka.js": "97a0c154b0d513f252cff5de814f1dc80602fe39d54f043921f3832d9094b1cfea2695d85bbf94e3fce8bea4545b80b8c2e0eb180a918e45d5d10120baaecda1",
"l10n\/ka.json": "ccf08b642de2973f77e508bc49165e15e47a03c2bc09e5c26614340144a57dafd66beb007b578831e58592b87d439bfd4155bac759f2bc28205e641417f311ba",
"l10n\/ka_GE.js": "ecff92e12b14cff58c79faa1e9b226a6775cf73a9b8da2f1f72516c1cdcf8afe60f35fdc2f56fbde2d2b7cc8a554fa7a88be03a0909d0a6b1a6cd03edf9f4caa",
"l10n\/ka_GE.json": "4f5cfc8dca852f9fbb3bed1ada8a69c6b7c31b92bf97920f848446c71b843b6aa0e3feadeca7ef87de5b6b64b2c38d8d229c8093ed5b97c6e04a934b9aca615c",
"l10n\/ko.js": "4709581cf1ee5018f05fb95941ef787099dacd91c514c85358c63d25cf3099cccd54eabb81e34cd84bc8865467ebc72ca0cfb31ee6d2b72a490ecfe71fc0a093",
"l10n\/ko.json": "e9d029c7a9589419f66a6e251ea5e79a9399139b708412ad6b3bcc96bef157695a82295066c669755bd3e64ad7ac54aff65a06de15fd23eddca13e4a32ca9ee0",
"l10n\/lt_LT.js": "c5acc6dd8a9dbaf3ab1986f88788cbc61409a128e98f83b968b861e422bbd47a5fbc5c7d88fadbed0738884b921dc99d6921132062ba9b76a70ccc4577eb356e",
"l10n\/lt_LT.json": "66df381598a7ad94aceab895e31b07d59aeea541b2bbafb8e8dc358fbe73d889912ce435d7f35918336a39b92b2ac46628dad54c40bee524fd862ee52fc1bb71",
"l10n\/lv.js": "ab907f135a0d02ea2d05a3806b49646f07dd476b58e8967aad82d97f6563a81f42397c8174df3611d3c88c79dfd53d166053b36a23ff5e6294e905a17d1b126e",
"l10n\/lv.json": "c950bb3c446a05d955b98ecd5676dfdf4f077c209b365930839019c31773505e0418e78a9664348adde54028ae83cd2a1659e0194a97a3c71ac6f844c28a9a13",
"l10n\/mk.js": "4f4cc2742092b6bb664c2e2a103cfbbf4dfcc6c521b379cd11f9d2ee1ded9c6bb8f5aa452366a3b9f9b70cdf01a25239aac9009bab8a4971f5ee7fe30325e2b5",
"l10n\/mk.json": "df3cbf6cc1aa44f468896fd7a2240666fee36355375ddfce98dea2d78979ec6b700128ded38ddf5ffcc67cc8b5c6673863ea25f6000da7c92dcaf419eaa5a02d",
"l10n\/nb.js": "7f010dc1a05e9f83f9e3d8109b6b8e3be2dec52b572b6bbe5b48c2e8a81325c32e599e85095e4188add4f31ee5cd108ef8acaadeb96a4e4967ea2149348b8d50",
"l10n\/nb.json": "87494b7247c15d930934eb89941611268a4a48147f296fa32105d45acc9c3984c7244f5f6be0e09c97403dc95a43583ccd2358aa2c9cf650323acdb18b91d17e",
"l10n\/nl.js": "3b6fc8c28d577867809f4c1a3db72d41ef170d010c3e8e2672de40408b5ae206073760f49b6cc1757c091eb5fe0b039a6ce0fc2625867955b33580afc7ee1fe9",
"l10n\/nl.json": "183f9099d172f8332ba35e475ec5a90533cf747f24e3f4be22426d01afdbd3462159c4f5d66ace6afe1a5e9ae79873ea152780d9ab21927e44a6d5b846b4da8d",
"l10n\/nn_NO.js": "cab808df0ad39da5855d95bfdf5db63ff609d9d4cdb130d3a838b23aaa510275b44b775f0253843c0fa0e7b4444284fd245b39b95afd424178e812984090ef62",
"l10n\/nn_NO.json": "1278ff4404660f4524522c0f8f2c8cb925cf51f3266d344cf63990f9db5df8f453386bcd21a1e89e347768c5c28b486635e6c4c03da1c3eacc426b01f1f90764",
"l10n\/pl.js": "ccc7a2df03ab27a678662fb6c92441408be6c8f195cf621e86983c75badc4d291648e84aa02bac2682063f1dd2a778093a1f7da82c1855ad2e4f5f243d107855",
"l10n\/pl.json": "dcd088fdac89201ef38b5d0bd9b2dd06c4d1702dc1b9ae19a57cc89e802d8d7f39a480976e62b035194ea61ecf5a1c40ee27a853ffbec5392e48f7f9ee3e2290",
"l10n\/pt_BR.js": "3d776381c488773129ec53780e7f2fab96e5db6c81e4ebc3f51a7e4b631502131477f0b71d7f8c6cebb7e8d396e404d73642c6c932afb8892f7d09bc3982be73",
"l10n\/pt_BR.json": "478f08aa34ea2c5f369298568ca215b78f08cfbee217e19ae29d73f81082583b03a085e0bd258e8cae498faead77bb9531b11cb63cf16350b610ac70805a2a0a",
"l10n\/ro.js": "d50b20a26783d265bc6ad36eca6032a79672e8ce60994b49403e74b1dda0f6f4b7d259b1f58d2c05c08bfd7d9633e8de5e0ab2915e01242e08cc9495cfb45251",
"l10n\/ro.json": "ca0686d63e9abe36c4e12b6b73140719e85ba1d28776bad935822817585c4c8dfbfe1a80a32ffb4349082cc12b64a7b7c0be7cf344d6f9b095dcde538d7f9521",
"l10n\/ru.js": "fceec7a074313b84729088bd9e2e518727d68802ce72906036be08c38c90b7d52fb9a2a8e95038f2b5774a88d068a7cb2ce56ede67615da21f4c580b13cc3f9d",
"l10n\/ru.json": "ce55c75c761f28217f1a2d564e2ee74091bd1ba0d2aa3cf65247337990fa983859acabe437cc73c64f112d59826b59c2eddf0ef2a857d0ae75d241501a66ed63",
"l10n\/sc.js": "3e6926193f37d955826ceee778275ef962130896a200ba36674ac240b4c1e1c16d30ec01ec659e48c0bec58283a53455cd2a2513e7a285bb578bab7795492b89",
"l10n\/sc.json": "5d721ac33d17f870e7a423183536896d9dfe322feb263624ceb7e0d240426dfaed66afd38e97916b0900b661e71585b95effa88d077385fc8a0f12abe3bae0f5",
"l10n\/sk.js": "cbc77395b86092e07e2fd8816dbe5d76da24d8f7f7048846b0982f03d9edda2b7aa8aaab762fb5f60a24f50afd51cdf5d6e135c9d94aaf9fb262c4c960b30782",
"l10n\/sk.json": "559b02426ce9db56efeed756212903d45a83c22e81ca761148901de86fac9bb67f59c684e945bd4b835cb77d927fedc1e03a46d506900c5adb2a5ffa117cb3d1",
"l10n\/sl.js": "2c2266a28c1a6204360720eff7aec32f3724baaff795914d45d7e03e4b7e5ea307a0e2650229351d7bacb7b405e12e44e8147a774f3efb9988547e9c7969568d",
"l10n\/sl.json": "0294dc40e69244f1ecc3511953fbe7552863dad307c444f8c89996bbfa31be667c657c5d54dc04161604021c4d4e31555177f87b98e2d1601adc95303001d7e1",
"l10n\/sq.js": "d1a2c45b264998aa40b96fc59da8aab6a8a7ae21beb5bf771308d4bd991d8091001c20f25fdcab6e54b95850066c941852b17ebe2b9e62618774040214193415",
"l10n\/sq.json": "aa212e6daabee34afcf099ae3f1b43006c500c034dde35238082683dfa675d64cb22055beca22d0b414aad83d991a0bd24cc7d63133b110d8cf0ae5df05d1b61",
"l10n\/sr.js": "6a3a5c8fab169519a6925a96e094d98c932cbf2d5a52340577edac0536813bb9cf88822474c8fd38edcbbc70c7e3c9f07a854c5cf1510f518cff3b34231068aa",
"l10n\/sr.json": "0b5d1d325bce703b7b3475370c6e5b901199b330f7377e3b3a90d798cdff9f279e2380ac20c65e0d496fd29c45c4b1015504d273d903cf276d88e23491a86e24",
"l10n\/sv.js": "7d6688341df2b72faca38f341282e9f765d7cd539c648bdf3696e10eb2f5cd86c4331ebc6eabba7114aef81c4786a36a304dcf9fef38d03107d86e5d1b62a85d",
"l10n\/sv.json": "2f148ca598db77a75f63ebcda328158fbb9b5b96c5a162f87fede690242507a810776b83252bf1a0dafc628b52736f66314f44650f5b1088535392c0c229c755",
"l10n\/tr.js": "1c1b5b3fe0dcdd2adc24fed41da60be31f59d198eba8d56bf92ec4c57d134316b442a0ea0c09d1ad312b028565aeffa1a3d96a1ca427abd8ceefce34b5ac7b98",
"l10n\/tr.json": "61cb1bdb558c0cc384f1b36fe0ce1156e6979f1589c1acfe486e0c985a7b6584e9e0db56e30ddbf9ce8a2c81010610de9e75b383538633becc98d7ad224bbd45",
"l10n\/uk.js": "2c5f69fc8d757260232eb513ccd13548b8ad2e22247b4bfe83cf0c556e991cab13283153b1e8dfab951c6fc5edb8201489254a292f882784ce816f3a4cc9cc62",
"l10n\/uk.json": "72a2d06a5f91897d8c5e6709e8388ec40677d362b1584c9927c317ed662734b13a98bd835844df9943279d6f5d3cedb24445bb2e744d7af551d69d33738b9178",
"l10n\/zh_CN.js": "bb74ec33e2bb4a4c92fe08d007c144c6a5bda0fa6b4553863c896760279cdfd04e442f9563c9461b4f7f4bf969cab77131a30c75a29090859fb269a10990cd42",
"l10n\/zh_CN.json": "2690958b2f4b36483ec39094777a34e23c0ffb60364e617531612306ddcd8f6730b4a7b6b2cb920efa495d71249670866136fc51fe4fc6f71bf6d104b8e10a85",
"l10n\/zh_HK.js": "1b31bfd07e61d7506c08c6b1b68876be85c41ac4c8428b6efb40a5aa187bc5f4d500bfcbe4690d383340fc8630959b6f40436e067c81cbb135317296637e7e58",
"l10n\/zh_HK.json": "5c4093ede9ff0450277329d6dbafbd4c9045d4ce4be07aac4a0a61b990ba4ab5af20539a2ae088cba1023cae5c4bc15510b25baff589878f6852f2f1794e8906",
"l10n\/zh_TW.js": "2b84550c1a98a7e9132e0e73030bd36b8611d970846bff78da82fc260af491ea5a2d83fc0edb420ec0e8a4aa63fd3230c7a20ce6573defcf6f123b4557679a40",
"l10n\/zh_TW.json": "2ffffc122c2b1f95878aaff4f1225f3e79a92a387bb3868a1810cd37c6270f53e15fa8758af2befba2600ad7355fa3d85446082cc4ee1a7b082b49c722350f5c",
"lib\/AppInfo\/Application.php": "918f9acdbe6a22303c2d0f2db04c7801e229f77851c64ddd4f32c2a7a31ea1fe8b3b0ef87b456dd92f36cbbd428ea421e6c5615018e018eebe27855fbce361e7",
"lib\/AppInfo\/PluginManager.php": "212c49601fee6e1d86740c33bd234709f745946bbb09014d2a9d878b5947d17bb0294def0c78a7924a74a8a7862c90faf47cf23bedacd5b22ac9a9de6acb037a",
"lib\/Avatars\/AvatarHome.php": "12f661b4bb82daa8b35b437c942ea772c6431affe3ecf6bdf4aa5f1be2e5ec68e4112a7d48ad2df5311a35145099056b0200f6cfcff7005ea8e082b1486142ae",
"lib\/Avatars\/AvatarNode.php": "5b4810f8b600215d74c0b99c9043f109074b2ae44369717afecb5928c4ee733fa7f503274a2708e69a8f7512202a35c74b80fcf3e3f7dc4fb64e96ef4500724f",
"lib\/Avatars\/RootCollection.php": "47aad3e188d5ac4aa9eeaaa6940f003bfdd7b5af4366b1b351bf2b090e7b5ac1c4b1c5a4405da2180b412291bcdd2155ae5b69a20cb71c7861161467c018097f",
"lib\/BackgroundJob\/BuildReminderIndexBackgroundJob.php": "3a2097dc1054f3e96b7d39ec1ea9915e9668e88648b0fda2348b4230fdfb1161cf1b7b7bf302a689ab672aede6f1aea748ad5c747a52a50059c7f0d3f3e73d00",
"lib\/BackgroundJob\/CalendarRetentionJob.php": "333003f20d8135950117a6286bcf969d6fbb39b71ecda597fbb998aaa779544fed74b3d4a59e16361617eb1c431bc52dc93eb9f99d3109b38c15d5b26f9581e6",
"lib\/BackgroundJob\/CleanupDirectLinksJob.php": "13a964a8bbd68bf55e3417db794b1f3e7cdb32efbd6a2404b9d4bc002acbc6ed322524ba016d9ea73ccee62a9f4c585c1a0757be1e61eecfb7fdb0c6daa96959",
"lib\/BackgroundJob\/CleanupInvitationTokenJob.php": "b505d61bd886314b6094ad8d5e7274e33d436a6d79ca51a6ba3ccdd5117cee9bf59edeceb4caecbea1ab108cb99c2c254f25119718a3459e93788b8a6f71a5d3",
"lib\/BackgroundJob\/EventReminderJob.php": "4f3779d77d5112533f4d6c7963545a7fd223f4d3c3518fd09a28823bdd6dc1b87a9d9e7dbe494ac896e5c0d78c81925a58e4f1f80803c39d5ac1aac2a6e91878",
"lib\/BackgroundJob\/GenerateBirthdayCalendarBackgroundJob.php": "00a7d7f1bb99993aaa1d7db3a564619caccbb88ca8a79381856e41ccd004e0bfdf7501c82d448c9a89a221252619b8f502ffba3608ccdbff12d49de796c769e1",
"lib\/BackgroundJob\/OutOfOfficeEventDispatcherJob.php": "e4d908ffadcbadf4a3f955addbb0d3ed7373474c1e833a9ecc9f7775ce47d79e745f62d656aa2cd1954535b84bcecb64acfbbac6f3fae04ccc72501115fdd2f2",
"lib\/BackgroundJob\/PruneOutdatedSyncTokensJob.php": "d3036900fd5e3670acbdd06e60eb64c423488940cf9909282e0f966a3131c71757ffc93eedd4780eb8376bc1b3fbab07b1af2210cf5b69836f3bb9cf4fca0bc1",
"lib\/BackgroundJob\/RefreshWebcalJob.php": "a9f6bf195c5013dd8765d8ce19efedeceaba4d8fc81b4f42a8fcecd20dee968391dac788225056357abb5e5fe883421692942982c92d868a0b411497a09a6d16",
"lib\/BackgroundJob\/RegisterRegenerateBirthdayCalendars.php": "d06f8dd52647d1fc344dffbea3307db04ee6e1e373f24d2a1aaddd0977e7d2fbdadf3b28580b316b5958b6e5a812146b687253504f4031b3e765953e93d6cae5",
"lib\/BackgroundJob\/UpdateCalendarResourcesRoomsBackgroundJob.php": "d7deff0ebe11c28d5396c099ba0ccb7726a3f99169582ed41b8cbb80cfda19e09141e16b22f475661e8f7d07ccd371c819c4fd79a7fca4ddf2eb0cded78c474e",
"lib\/BackgroundJob\/UploadCleanup.php": "a6c7e2b6b0d51720f0d7a1e373125e277de0cf294b321e92f04831c2a27f2d2f9a1308a63bf2ba1fe87b378f40e674f6210dc50e4183bc2b37be8523bb9dff49",
"lib\/BackgroundJob\/UserStatusAutomation.php": "3c7be3b7d437fec5cde4e8f884a773f236a0d619a286de108f8f736c2473abf295609a9c4e578f01384f337eabfed53ace2b5ade24c83efc004be707fb40fa49",
"lib\/BulkUpload\/BulkUploadPlugin.php": "1254fb25eaa42feb04a13f39db2fb56a54ee7ca3fd9dfcca59eefe34e13dd089fecffd5d208fc820b0dfff979bb25530be82ed1414c9243d09afe4fbee1a1924",
"lib\/BulkUpload\/MultipartRequestParser.php": "377096ba19de8d0895cacc6fcdcfd2d6a848eead069f8bc9fccc299eda6e10af3a1e876d11cb490067ab817a6c3de4934096f773cbbd20364add7da3baf6718e",
"lib\/CalDAV\/Activity\/Backend.php": "799626880272952b06aa02726c02bdc8536a93b1e0eda5fe682b4b10a964039be142a369772ef0d8ad2eee58f69e0e763babf4caabc82cbc1133c80ff629830f",
"lib\/CalDAV\/Activity\/Filter\/Calendar.php": "607a7e721bcc53a6bfac26b3eeb535dccc2dab0f1045ac24c3a6c1befee47088ae948e835af4087c72719d069e7d1cb91833fbf30eb64c3343b21efbfe67212a",
"lib\/CalDAV\/Activity\/Filter\/Todo.php": "77f9d7e0cbff3f9399ea124ec5e14419462bf702509537bd6c4b7f7adda8c9ca8a87f353bc79f64e015211a6d70758c65c86ea6c3c27bebafc0c8ab716fd1bf3",
"lib\/CalDAV\/Activity\/Provider\/Base.php": "a8dfd60db33e3fa72b5e2f1c8d3a53f6a8aa85a83d956e4c9fd8c9c5f94c4e99caee3eee8212167c08f0a8859d487747619924e1413b7922aedb0ffd3b823c08",
"lib\/CalDAV\/Activity\/Provider\/Calendar.php": "94cb3300facf43c23869a965951ad6664d5cfddf0c6a7afec11568c9e57b80135ff16d92fbcc81637184d040e81f34be1f6b40abd73abe56364445cb783caf51",
"lib\/CalDAV\/Activity\/Provider\/Event.php": "6f9f9756a97b524fee2dd13448a5c5a35530918fa3077b882ba0eb0f22cd884be8e6b5789e95785d51fcfe1469ef7a03928bce485a4e9f5faa965502e157f716",
"lib\/CalDAV\/Activity\/Provider\/Todo.php": "2f8b41b79f3ac6674ff98e372dbffce05dfd6088eb84cc96c96da934faa35dcbc0cf880d7a8d6cb63e6d9ad996382974106cd64f1dc35245f8a8045a23945cd2",
"lib\/CalDAV\/Activity\/Setting\/CalDAVSetting.php": "ac9fe5a4df0ca6c6d62c04019b5682e20b3278ba469745cb40b0d1b898648468ab79df5d98887190d37bcd9a9648909fd92917f36aca84aab7581ff0a35b3cc9",
"lib\/CalDAV\/Activity\/Setting\/Calendar.php": "d125de1702aae27e748111f9fafef1e60493f4b1f458fd3756f23e9fd9b316617dc52fdf574cc0c9d349e7b23bc63dc43b0ae43158daf3fae75c0b81bbf158dc",
"lib\/CalDAV\/Activity\/Setting\/Event.php": "7295df54e396c0c443ed8564b2194435a6e2b637386a68033ec2bcf366e2cb164144b8645a73ca1b8bcba9eb4707bdcbe0f849faa8af7ef1be7f83f9c815f08c",
"lib\/CalDAV\/Activity\/Setting\/Todo.php": "3d222d107b97bad35caabc21864df40e750fb2273a8910daa1335bc1ac01a842d6f65f80130c5ed93d88f06324ed9879c831c5ee779859244a033b7d5a4eb669",
"lib\/CalDAV\/AppCalendar\/AppCalendar.php": "c1af3c59002c004b6418135b9ac758729c8830f8fe9cc54d1d7ad33d3dbb070772a0618d132a899ca164b342dbcaa0c1fbd4c06e7ffcc3a81d3f12ec32c9dde4",
"lib\/CalDAV\/AppCalendar\/AppCalendarPlugin.php": "4f480c72dabb23cf22696463d823472bc2b3a13fb199d503fcb506455d2c6787809c88147444872ae00772e89b2e186d4094c20b1861f441479b776269041803",
"lib\/CalDAV\/AppCalendar\/CalendarObject.php": "41982bcecd95cbacde8ca49861689943631640e323ec696ea75d90fd35c3f3c1b03f510c858dae4a8c09c9685ff5953d7076c072fbed98c3be2c8ee55c358025",
"lib\/CalDAV\/Auth\/CustomPrincipalPlugin.php": "63868e039d4c18de32cf589f63cc624f8e5d15d99d28b5f60a8892faf85aa17f937e13eecc7a78851e65839ee3bfeda9988c47d2b8a7de13821e0a363c6ef724",
"lib\/CalDAV\/Auth\/PublicPrincipalPlugin.php": "19dbe16d81a70ec425f54a460f1a7b5159375a5719eda955773ee6bcaabc72cbc9d981f004801cac5d1c398d8a40182787ca7eb911354728aca43fd4c5675cf1",
"lib\/CalDAV\/BirthdayCalendar\/EnablePlugin.php": "b7ad88eb241d0a4900ee669c8ec946a64d195bcd646734ac880f9e615953d6f882d71724296d06cc738a2cc1362111c0de47cc9eb76dfb1fa6661b72dbd521e5",
"lib\/CalDAV\/BirthdayService.php": "2ed7928d260f6cc014f8be95a77195e7849ad55e7fce50c95e00e20fbe108fd43388e85c922f442f7a64f15e247a3210f80d2a5521dd5c85067cf82c9c367456",
"lib\/CalDAV\/CachedSubscription.php": "fb637a5370f1027d06f41cb2019f73b278f326734e33b3097f565c6a089234701a8668fcfa85a98a26a0433fc62740a5828d7505b397daea343027994dd0d969",
"lib\/CalDAV\/CachedSubscriptionObject.php": "9b81107b56e8eb4f208cf7ea0a17e6a0c530919c342035118cf85dd0488cde4f2cd51f77eb338a74a3ca45c039d604de03baabac8b0cfb8287ee619abd12026c",
"lib\/CalDAV\/CalDavBackend.php": "dd6d6d636c05b70ae833af2e15e072695dc2b848d7bb9476ff2063a817ffcdf1e03434aee40845749763e506f010e86afd476d36b775c992c2f4c66477609199",
"lib\/CalDAV\/Calendar.php": "8364f359593fc45a6b6008224f946f41f87ebf4db883b4333c557d26b202f0f0867f0adce4f208bd33a308c3955e9332e12774c229c06f69dd95aeec6ac41692",
"lib\/CalDAV\/CalendarHome.php": "1ac68d9c6f1966e137a19651958a86fe62aae83388bfb43b43ca77b144f917de4072bcb25c30552ad86e560da691ee588685e3888b26d4ff4d847ce448991f9e",
"lib\/CalDAV\/CalendarImpl.php": "23181181acf40d403ecc81b54c77ed495ba568ff5f7f579a724e69dc88f185a92de88378769b61fe2686a8509424aa8debc7c545a90e8bf8e2945526f308129e",
"lib\/CalDAV\/CalendarManager.php": "f42b999e182dd206f0947de188e24108048c9d55f1ad78a420a7019f0da71af3f082ef3024fc7e99ce3fb82951d4a0c3be8d1cc478936371f58b9a749152acc5",
"lib\/CalDAV\/CalendarObject.php": "af656dff2340e9ab6513b7e2c1a098d88142b533bdc8a4e7ae902c0b285e5048f623eef17422dd1c8e504aa83db780309fae4649ca88b563b6e12971653ef6dc",
"lib\/CalDAV\/CalendarProvider.php": "689dba795079c7b63d9457b94e3aeeb3b3ec6e0642ae4bd01392a3745de0434b38caa378cee146f96dc3e991cb5107233bfd664045ccef4bb710f436bb50dff8",
"lib\/CalDAV\/CalendarRoot.php": "d0adb8dde86a66bb01883674c11a7d26db13201c85fc38cd4efadd9ab04f79224d44ba98e45d7d82a6cc6d59b1c29a94b9cd7e02b5d3625010331085d80c89f0",
"lib\/CalDAV\/EventComparisonService.php": "2649d087a480728bc70f769843790774e9f5d7065f86305ea87b41f48ba53e1937c9c6cd3529ae494fe03f1589a534c2a00c12f1637194c9abdd23f47699e5d2",
"lib\/CalDAV\/FreeBusy\/FreeBusyGenerator.php": "efbd212a3d5602f3756c7c0d5c7ac3de77fa7a530a5fde0e8a8c9152cf51be2a790f30a9e9adc5534a68a346edc22eb89e80b53de3cd635375fe561db9de3bce",
"lib\/CalDAV\/ICSExportPlugin\/ICSExportPlugin.php": "3cdfb89a264c6035499bb5fc16f8c46d8c221cacca87df2d0f11188b470961885654efe62acbda518bdc701b7d6c384c979c12c07d55dfa25655d80702662422",
"lib\/CalDAV\/IRestorable.php": "30c2622c7ae1206b12894e149e79a9fc13a269a688d3e157c4c63c9f9d308cc05344ca75b2fa4d8258fe1e7079fd99acfef98b59cb4704680f92fcc895279a0e",
"lib\/CalDAV\/Integration\/ExternalCalendar.php": "1e0a6e704b411dedb21c3decde9908b0b7af555c448bca70b147b3f59d3f3eef7ba58d7e45f22b17bdea1962eb2540e44d3e0349544c431fea820f06e246fd97",
"lib\/CalDAV\/Integration\/ICalendarProvider.php": "069a1602313ab866d92d11225f1be9d65a997f44c5657e5aa4e7de8c7d3d5e9b69901aae9bda50b271f0c790a83751a2dbcd706022fea49c213821edb8cdbcdc",
"lib\/CalDAV\/InvitationResponse\/InvitationResponseServer.php": "af763aac393ed43ecae354095d4c8df016da2b1ff8d3000dc1bd53fc3de1afd4622af57956bf19312e186df1f203149fd5f9da95e62554753cd906035d4a1f8f",
"lib\/CalDAV\/Outbox.php": "395688c9420827725a4a37b0c104583a72012029f4ef2d7876ab0c23cddb1730bb2ca872530315316d845009045c0285afa333dd35df510b8b05318b85048007",
"lib\/CalDAV\/Plugin.php": "cae4809dca013a04417c5588899a923a47d93fbbe2f19d1acfc01516fb37be8c7a22c9b54a5db704d86b3efa941b930c8755f60326dd0de286086ee08325c22d",
"lib\/CalDAV\/Principal\/Collection.php": "5a02a511606221b852c8ffd902fe2cda73fb98583fdeca543d6434a9a53c7e2da877d6245f2d8bdabb0c14bc71e3bed878909bf258f3539fced1f5b456e0c05c",
"lib\/CalDAV\/Principal\/User.php": "2b5a913fc5f0f875b3497a11cb912ea9d0f453418faa8676103506a0e4f59df388c42eb59a6ac99c753d3d618878617f3b7fca1c723ae65cecdda4a7640ebae9",
"lib\/CalDAV\/Proxy\/Proxy.php": "281d719e861db132538c205a68cdf5b7a48391dd630544b91b7a0917685124e7f301468b4f69ad61bde723dc80403269c7aeea53bd903cfc0aa0402bb6c8589a",
"lib\/CalDAV\/Proxy\/ProxyMapper.php": "7340ac865968f8cb12d79b5ff1c0c6cf07495bdb6f92416506ba48efffa0b726c4f893b81d86bf04ca25debf5970ebf954445c400d339ba6d5049b64b4b341fc",
"lib\/CalDAV\/PublicCalendar.php": "f541bf5d98805c6c22e4e4d6f79bdc5e4159970f83318289df7fea4eb07fe664ecb3b3ce8b19086eece1ea9dc422523ff3b644ca99452aafcb83c440a3ea92b0",
"lib\/CalDAV\/PublicCalendarObject.php": "de7a44be14933638559d77f3a9d15151b1bf8c9e6607b2871c395f0068f40153631d5095c72461d744956d7b3e9c3a4b6316a6446c8b9830d2e4d9099c9b0a6e",
"lib\/CalDAV\/PublicCalendarRoot.php": "1785f45510372a42665be4436ac6714a54a6cd50cd7d617f77138cf289f66e427963ff109b41e4547e4695e7e07f25969773a0fe575afdf409a8ff38d8340219",
"lib\/CalDAV\/Publishing\/PublishPlugin.php": "30d658f644b0f91f07801a235da50c6c15989360891a9145d1efa137deea0d5b5139ffe48cc5ea4c07fc193dfcb2d0da424a4d8fc8deb3fd1b8b6e3d7ec2d3be",
"lib\/CalDAV\/Publishing\/Xml\/Publisher.php": "1372ff3b4cfd853030f96d38440aaddaa5d0f45089207ac59eb468cb937c4e1382137ab3084439c3e97dd0c105240d042f0e7462cfe31423d66e0833a4837c96",
"lib\/CalDAV\/Reminder\/Backend.php": "af7c370842f162d8e93b7f891e49f5b185b08392f2e9d635ad0bb03cf1e8cc33b243588967573cf4c873dd63bc5af274eb9fcc0076c7e662994487a1cca737dc",
"lib\/CalDAV\/Reminder\/INotificationProvider.php": "faca9e6c69de0200474aa99ca480201ee7241e697a2022f0e59262fceed22f8380350ab0d519508d5e9d67ecdd6fb85259cc3b7edfa5536075b68504aa78a8f2",
"lib\/CalDAV\/Reminder\/NotificationProvider\/AbstractProvider.php": "5e82dcb669f2ddfb3b94b85952b959bea1f3a3297267193b559a77e2c45093501ca3caadad2dc87891270865b87b7bd4839b4cb4431cbd6d68d780ca40e3eae4",
"lib\/CalDAV\/Reminder\/NotificationProvider\/AudioProvider.php": "7610da03b8b6be4b10bb2fb1e4ef1a1a8affb8ca9fe0c18693d8d8d19799e8dc834d6672a98e6d78718d81fde39ebb122d06b1e037ffee1463d8b81de1c68669",
"lib\/CalDAV\/Reminder\/NotificationProvider\/EmailProvider.php": "9ba545a2bc8db9532aac06f6fc077b3ad550eca470e98fb25acb5383e0c22325e3fd1b175a271fccca7ecff97c895a18db2c3e102708d250d5cc1c2817cc099c",
"lib\/CalDAV\/Reminder\/NotificationProvider\/ProviderNotAvailableException.php": "5ce3858ed99d48711ea3e24747e41d38d2efc1af408497aea5de225dfadf30102abf797f1cb08abe056bd2e6f8a0c6d7d9095e23013e6e14c83a4f4303bddebf",
"lib\/CalDAV\/Reminder\/NotificationProvider\/PushProvider.php": "a9a8250fb170a0d92912c1d82fdb30e3643a760e4d381c8ad575528e3b2177ce71231f07d8aaae9d4c1838cb9497a35c2a0c785a74d0785e4228b644a4b3d32f",
"lib\/CalDAV\/Reminder\/NotificationProviderManager.php": "1eccf65e68d79f18f3a2a442c011f3943b54166daaeba24756f2c3cface8558613bc500b372a23bc2faeffb3c556ce0790a35bc31e5307ed1cd45388c7e15c08",
"lib\/CalDAV\/Reminder\/NotificationTypeDoesNotExistException.php": "2341d95b5cd9c1ddc9fa83a5fb1f801fc451ba2c783a3258d4ee46e181c505dd56239f1cd414d3db2ed50079330894b26d2178bdb0de461385656592fc14b496",
"lib\/CalDAV\/Reminder\/Notifier.php": "ebaaf560c7a7472771fc80a90ccd75da140cabe8379721b8ca5f7e44f868a4a29eb06791b9494c75f15771e76b50f18d2cdfefea0f08747dfc4301c131b7eb96",
"lib\/CalDAV\/Reminder\/ReminderService.php": "53105e1829d5c3f67cd2ad7b22d4ba7959ec50cee054cacd52c1d99db77e94f16e411a78a8e046cd6952597624c4681c030f8b63718e4683133d016bd2b6e24f",
"lib\/CalDAV\/ResourceBooking\/AbstractPrincipalBackend.php": "86835d940e4f816f60e8e964afe41b5b02b940352acba226967cde38bc4cf587af7e3f45e7e660f65e9f140a5e5bc72996dc820e7e2a20278248742891e6057f",
"lib\/CalDAV\/ResourceBooking\/ResourcePrincipalBackend.php": "304ccb0656fa496a652942d431b98535beb7ee23b757fa2dfc44100a10b3510470cafcda123659f04e9b1062add2baf458775b81f7fd69709cc9bcbb4767fc2a",
"lib\/CalDAV\/ResourceBooking\/RoomPrincipalBackend.php": "619936d166b845814004eee665d6f122900a4e421edd9fc18bf079fd12b08edb02194cc06288c53961b62a7117efd586f92ade1e2a682c587083ba1aaa0da443",
"lib\/CalDAV\/RetentionService.php": "e8dc7d869259bd0df3a6ccdef2e836e39489507792eaa9d9756192ff45ed4ae911c092e4eafc5093c6bf57a98db32397f98df427b255525b5f6a9061acf33882",
"lib\/CalDAV\/Schedule\/IMipPlugin.php": "6b8ae2f6434d5a128532129572cfc3e55ebf14f51bf0afc971aa4f24dad7a91674d57092628017952ed1586c756c911ca6088865322e5c9d93fa7469adcd50d9",
"lib\/CalDAV\/Schedule\/IMipService.php": "831c971665b27d6c08152a7999231f78a43b75c99b684820d1ced60faabe752d24bbd29cb0269f0fc6e1bb4c6e0f5ad936a05b8ffb480208e86c3b73965b09f1",
"lib\/CalDAV\/Schedule\/Plugin.php": "fed1fa1d7a8efc5a6063f3fa9e85d3f1020c0d059ec8966fb02c9adc4f58ffec3d8f73a5de34ad8e3f5bd34b23ba64f2c6f5062d1562ddb07da43376f5f460a1",
"lib\/CalDAV\/Search\/SearchPlugin.php": "0f4a30494a6b182510effef67081d2b763bd68517f0003b8dafacffd05e2105a8cd22bd07314d36c1c0faeaec2828bf9a51a5aa888ffe5a9e2e2f7f798b4e88f",
"lib\/CalDAV\/Search\/Xml\/Filter\/CompFilter.php": "7cfa1aa1f1baf88126cf20435b90a68e4cdf831b4ecdac7307e63713e2f5c27fa2ccdc0a1bdc55fa62243b53232e5aefe5ba9997005e9c435697d2c79f1964fb",
"lib\/CalDAV\/Search\/Xml\/Filter\/LimitFilter.php": "5a44c871bd6e041825e44d6ee44cc9ca5860e737e74fc4275bc3405050f5ebcc8dcd1c063260faa90ba4d87a94d1698fdca07fa160c4598d9046a3e6467d8711",
"lib\/CalDAV\/Search\/Xml\/Filter\/OffsetFilter.php": "3c5d3b8d9155df846a25db52f232e9f5aa79adeda26f654c645609c63a072c601884ea9048744b3d8d85226087ef3dcbcc4af9008a8b37570d34a29867f22c7a",
"lib\/CalDAV\/Search\/Xml\/Filter\/ParamFilter.php": "4988cf8246c10d43eeee2023a1fe44dab4f4837a8fe2c879c71486cf1af8676c7fdea46bcb25e2748fff7172036d88e5a9047261ee4e6d4cbd07a1ce8d7e8782",
"lib\/CalDAV\/Search\/Xml\/Filter\/PropFilter.php": "f6a8aaebe956cfccab86a4a1c5465da11fc0ef67afbf0153743be752b34943c6515cf99bcaccb6a4462282e822834e969cfdfed377288999bc99c43eed76363a",
"lib\/CalDAV\/Search\/Xml\/Filter\/SearchTermFilter.php": "fdb20e8c5a418d6798d3a3db818bc8543b3d291266e4ed2f0dc66570d0d1bf26b96df56ae72139cdf3c7b3670f0c90f04e47b93c6ee5edeee734b9909c8e9429",
"lib\/CalDAV\/Search\/Xml\/Request\/CalendarSearchReport.php": "f7ef3de552a0bf51204d1541b4ab2ad1485d14ef95763dacef2b5116150ffb873f01d82fb23313f0d8854c2b09d74938979704b80726ec955f82388092cc9ec7",
"lib\/CalDAV\/Security\/RateLimitingPlugin.php": "e43e085869e5478c6d88772430e01195429fddb81769a53d23ef795443bb3935e096e7b19c60aff3db1ac07b6c9675595dc55c3601d53fd6e6fc120923315532",
"lib\/CalDAV\/Status\/StatusService.php": "7e5dd20c25ae884dc8c84b6ad14048347075d2408523b2db749f45701f4cc492ddaef25c7d0d493adbbfaf153c89ee0518db64d1be8b7cdc7e8413fe72b68455",
"lib\/CalDAV\/TimezoneService.php": "34e09eefe0759fe86c75ee84f2ae6d650ca96f6ed617d7a7ec8f077938d579237afa0bfc2671db7af2a41ae148cde544f9f81c43e70c2d9191430e78de63461a",
"lib\/CalDAV\/Trashbin\/DeletedCalendarObject.php": "18f90928d3a5cbccf24c276c9496f4e737218fedb141d096d01f65f7a683d7a87cb1910e25339d7cebebc5bbad8f92236c10ce9378cbea4468e840e8bdd0cb3c",
"lib\/CalDAV\/Trashbin\/DeletedCalendarObjectsCollection.php": "eb2fcd4db6dd1281542b0822cb6e273cebea58c6f08c1fe88a90a3d9ce30a64164f72ef07804d7ac6e570352f74d2147eb125209902197956d5086bd0b45a48b",
"lib\/CalDAV\/Trashbin\/Plugin.php": "21a87e24b6b3f807ccd6b9c6837eed768977989d4f6875f4db07f0d7885737dc626440c120352ab052b33fc247817c66d86ed8759ab141b7ed5f4863fcb3c32f",
"lib\/CalDAV\/Trashbin\/RestoreTarget.php": "4b9f6e4e5ba0156027bed3f1899227c1ee0f75557d0d8dca36e35b886345b92d0d4a0faea2ec932c97bbe551a9400e363d4fb18ce3152949a20d660194a70307",
"lib\/CalDAV\/Trashbin\/TrashbinHome.php": "d36bd1085517e67550d789926f44c87c62d986664f57248cf58b0074b807541cdb05738d226108aaced01d419394b0a4498aaed9f6b84c632754fe17b91010ca",
"lib\/CalDAV\/WebcalCaching\/Plugin.php": "1a72880ebe8c7e0b0e6f01b74bb5769bc79b843b091a3490f4d78dfe94a65d2b626e50220186803b78b8300c69e043fdc9dd31b40585f1de48bf5776c527ae18",
"lib\/CalDAV\/WebcalCaching\/RefreshWebcalService.php": "d89b5a5e3faa16dc2410b7b7969a8513c15f7c2937eadde23461e04839429abd6bfed2fe8db95d3f44355f9f4a67f5a87afd9af82041b8d22057d5d025b18803",
"lib\/Capabilities.php": "5aa60acb80178af56e2951e658c2b268238bb0902b7407428b062b56b22024d59f893ac30e83491503d5a903b58395ca27b1787f5e91348baee4488ff31b1392",
"lib\/CardDAV\/Activity\/Backend.php": "62f95aa80e69613ba70ccaedfaac150ebd40582ae9a38a4d530ae8942bfa4ef4812fbc20a5167975bcf34698a303a992cc2a87efa704c3086b527bd4d4916e4d",
"lib\/CardDAV\/Activity\/Filter.php": "d71a67ee5bffb27b27c7b6cfcb4d17d693563a32983b30b5d901049cb5380b5c678e555ee52d99080cf2207a92052448d557b1dbb8046be716cc82e6098e779d",
"lib\/CardDAV\/Activity\/Provider\/Addressbook.php": "59ac76c440f456f3bd2dfb8c41870dfeca796dee70c8136e8a623c7d9d4fdd945a3df37743f14536837623210eb95ade1e0414381803026f0c1dfb44215a146a",
"lib\/CardDAV\/Activity\/Provider\/Base.php": "46d3e259bbb6994cb0194485ba76d83d26465ea73416f51f5e34a3600c852cc6efa41e4a72662db26f818868f94c29ab22285015ceb72ce273885638f667727a",
"lib\/CardDAV\/Activity\/Provider\/Card.php": "696cd556c25de96c55dd87bbb3aa610bc0a43f133a022b0b2f3b146eba0e9e400e7d30a0df74f6457c7b52212ec7d363ae5d05343e9c0664922595bb637be1dc",
"lib\/CardDAV\/Activity\/Setting.php": "1ccd3cd61f59976157b18cc3fbb5e2b6a58178f91c14579d1214df13e3a26eec9a9ec8279218622e3df2cc35556f8a91f82abd1b85a4a56eddcf8f93d644394e",
"lib\/CardDAV\/AddressBook.php": "55b417cfcbddf1894d17eb6956b49ab6c0dec0017779f8ea572597c0507f262694315f25be13a3513059dc73f49daf0d512725a185feca9d279aef018ec528d8",
"lib\/CardDAV\/AddressBookImpl.php": "17c4639e9ce5775947167a52e1a4c600325febb3bcef24c269736ab79ae11748aa13e47f776a5cd824b173a9bcad2580561a7216a76ccab6d2eedc554239557c",
"lib\/CardDAV\/AddressBookRoot.php": "01f521fc274b43562fd8aba83003e756ae92a854752ee347eaa23d086f44918282ad2a245a1f63ecb537b258eabfad6dcf376c8ee681b2e8889750146b03b3c7",
"lib\/CardDAV\/Card.php": "b3b928461b25c6b6ac0b6084ca0d64c6900f708739f388c0cfef293871539a164994a31398e1012c0f7d348e22863e103be11b581e2bd2b5e0afaf5362b2b38f",
"lib\/CardDAV\/CardDavBackend.php": "01af1e32583d48167a80b9f0213254d4bc110e7c2b8fb15b7dabf45f6a85706fb729e50792c52fce9767c8fb4118c68a74757f17396ca9e2e5e29a22e1f064a0",
"lib\/CardDAV\/ContactsManager.php": "eaa85c7baaa128965cc7a1b7ff6ffe5057d4aaea75d233026ce59e42867922a73612fa0d153274207c02b1f3d3680eac933cf19929d0da23f7a37410f7ac1b4d",
"lib\/CardDAV\/Converter.php": "64807050837f88344049eed85fb75252979e31d62e1ee411e548bfd33db5052f9ade5262d5fcf8a234426b05b6e4eecd7f9181058733fb8ef94244b66b4e980b",
"lib\/CardDAV\/HasPhotoPlugin.php": "78bd9d6e891b322978c3235ed69bdb5acce5fef7d14e9dc0c8a49d8137650f0666dff42d828d776edab7c5d26ea7414d187541cea6579fc25e3a9060437ca225",
"lib\/CardDAV\/ImageExportPlugin.php": "b6f7914ed706023e101845d05e0b5423f3006d158f09c4b3ef22f58abb14b786dc36e8fe675a182b7231fd525d6ba9f93847b9ca89c9e901f86b53c1d5466a52",
"lib\/CardDAV\/Integration\/ExternalAddressBook.php": "532dd7c76e424524edab025b1e47e16b0444f293c4a5584be58cac41769f01f77713e8e261fe6d0e26fe9f90b6af775c8ce5d53526a1a15bf17261c5636e1d66",
"lib\/CardDAV\/Integration\/IAddressBookProvider.php": "a118b26d7b3914223e41111186b1197cc5090658bb74f1358ac80caf0578f1c8b94df63b7609b73581f12cf49dd0930f7695eaee1fdea70a537330fc7b368225",
"lib\/CardDAV\/MultiGetExportPlugin.php": "540fa8de0a48ecd304f5e4de90ad0ad45b42b8985f7b6ec90bfacbe6556d48738c05065577ee32b237bd086031b912b16ca563f970c022f4bfd619e61ceadb46",
"lib\/CardDAV\/PhotoCache.php": "68bcada4a01d5dc384b80bf7d4168a8637549dd0b43cdec439a3e17d67711339601cd5641595da87fd197c999ac747fd14f2f9bd5c17f2c4d412d1e1142bf4aa",
"lib\/CardDAV\/Plugin.php": "ee839c610120494c1a55b4395162843cabf26f11f17714bfca77fd59ad1b86bec69b4de2aaca297d92b8b39dd7666b857e2034629f386e009749d686a1fc5b05",
"lib\/CardDAV\/SyncService.php": "ce074539553746dfafe239bef432f3cca47dbeed53e6f7c8d123b0311880f22f5f01812cb100d7b2e2ff23d2e3cf0739fe7f4cdb8996fe1d8289d21e01bdb02f",
"lib\/CardDAV\/SystemAddressbook.php": "00da28dab4679473f06de97c1ac42cdb35dda93d7106b7f715a58df88e67886cff3eca4a5601d14617a3c01cde1859de1ffe2db01c03666c0a0e0b5581f4d355",
"lib\/CardDAV\/UserAddressBooks.php": "222d16e9fd9b97a68e6072db007b78ff2047e78f2aab9282dc550e6e6592748a6df80b65b9fe5acd0b36f641d3497232f6fe3c8e1d18072fee54398ba09bc55c",
"lib\/CardDAV\/Xml\/Groups.php": "61d3ce0d6516af530872fc0bf9c9ee9ee39a1a1c4ee14cf786291291f9e1ac9189d24cda520377ce3de1f4431d7cc17985b3ac5e50fe1f41b7e12d09c4707939",
"lib\/Command\/CreateAddressBook.php": "b6b64bbf43579ddb12512b1ba3467beab15575c458c8fa4443019688f68b53340ca02507b7164fe3e3845244f2d94896b02002bb3b77b7657077e30761715ac6",
"lib\/Command\/CreateCalendar.php": "598db696f103eda007dfb2e7baecdba39c7f4d9efbc52a2b276453be7e378b88cbcff231eebe4385a3e0d24891f23a0d5630fb662ec9ca9be13b9f9774cea137",
"lib\/Command\/DeleteCalendar.php": "0286913330157d30fe2944e13da60f61ae0e5cd6fd8da6ef8c70e184e903f582749087511e5ea8f3948e8c9066ec29b6f16b972a01dd9a6fc46125f208fc6127",
"lib\/Command\/ListCalendars.php": "03436077cbcdf791815bc73ad3e2cb8acb0235278c37e463a3ee85fbd64e33693c5e93e2265b65f86b7459e4c0199f33bcae177885aab317013920a9f10d1ab1",
"lib\/Command\/MoveCalendar.php": "3dd6b529c4720374cf33ec1c9b9fe0244c50d7d8ae47bcf5dd8d49e745e554d3da266d1b41f55718103fe2287e47e57d5c30aaf0c37e74bedd7a72715f0722ea",
"lib\/Command\/RemoveInvalidShares.php": "f2d65072438358f0483763061cb1a801e62292c19108e3d6a10ddd6fbf13a8f8f9548ff0b1bbbe925d6e1d9eead558a3c893d283ce045358b0ca30ba98542973",
"lib\/Command\/RetentionCleanupCommand.php": "47fda08fbfc083a4b76b0ebfea09c9ddb60a8f17795e04199c85d21baaa673b7cd08020720869a5aeb178f657a74df9011d0b7c9d8c0e15424a413e5ea3dbefc",
"lib\/Command\/SendEventReminders.php": "201d5f537be21c42be7801cb9c4182ebe7a8eb7942132a88551443a0d0429865822b03a285a24714e63519267c5851e3e05c7f1f7983ec1d67d43f403c0379bf",
"lib\/Command\/SyncBirthdayCalendar.php": "6cbec145d97707a0e981c363baee3f8a63fe1099d91ed36948b61f6e88d77348a055a2c8f4db52f6d0bb2be80be6fa61050c0143262e165701691cfbd24bda27",
"lib\/Command\/SyncSystemAddressBook.php": "ffd8dd424928519107c3e67905d9db9cd426a059a1c5e16748dd01e98aa1aad51f5e39e2433ed7b954dd2da0736beddd3dd56d6173a31aace3f9f5b55b9f5e83",
"lib\/Comments\/CommentNode.php": "ad0c45b88a12aa7ce4ca4eb63fdc1a68e477c2a585ea597255d22985f760d838740766ccfe62b9b06abbce1d42d8514f6ac79380c2f2161a8620a92c2b94316f",
"lib\/Comments\/CommentsPlugin.php": "909707d6dc1fd754c08ac330daa216fbb46c5cae49d0497b51e33578c134fbbe7e86709cf1e4f1bd84342f43dbd5a83994601076c0d30338a62b62da4016bcc4",
"lib\/Comments\/EntityCollection.php": "77599559b67bf6c6d789c13b0299fe27a6dc5f01e78682284d99bf9bba4345fd663c11ee28178630cb7895279da7573b664b02fd2506f3d020bae16fc470fe49",
"lib\/Comments\/EntityTypeCollection.php": "7dc67dd6bc0e499cc3195ee39d37a6d316acc2b5b67f8aa738a6d805923613e65f9b1fe9b0790dcf224c99c643f7045b961d1968c66ad0fe58d4bc32fb1f186d",
"lib\/Comments\/RootCollection.php": "3f7e0d43bd7ceaa00660eb3b345147201d6ca714fa1608f834a2dce19a92af23ed67aa504d3ad3de65518f2a82eb30f98cf8b43299562033dbc2ef6e57e2900c",
"lib\/Connector\/LegacyDAVACL.php": "bfab9493a288fdcf44d7fa16843f50b14f7dab9da6d7636b7f3ee962987d428b224bb671fb2d070fa6e8fb8233d78c7eaef5384e403bba76e44cb47eba25e9fb",
"lib\/Connector\/PublicAuth.php": "41449521c974f9b01b77045a478973bc4dd8c8ca99881bab05c68ab47d0b898f256f84175e1d0e97bafb80dd15ec2b9cec7440ddbd2103149d4e28e78bae9388",
"lib\/Connector\/Sabre\/AnonymousOptionsPlugin.php": "d410855a7ce58f18acc0af3e444e4e69826eef33127a3b5b3716be4527a67965cd80f30c8d79d5d119ad222d3fd263d85eb7d38448f7ce4b412a183c5bd6b26a",
"lib\/Connector\/Sabre\/AppleQuirksPlugin.php": "81586620087520a615850cd1da952f5378c9e54a58d260c13d0aadebe8c1579e5301f4c7dfbec8bbe9fc42ebe8ca0e4b6cb33106133fad9920b21a22f897a216",
"lib\/Connector\/Sabre\/Auth.php": "5089a0e2d3c4b8432a2b9cc9ce48cc3f21eb95bd059450ffc1ad74106b94da7c87ca88faf4eb58fce67c570fd22f2d649f218b3437cc21e9c64a6f42b7cad181",
"lib\/Connector\/Sabre\/BearerAuth.php": "79c560b5fd6a7dac9fedcad433daef38d5d4363463d592f887dd2efaa70e841aabef512444d3f59aaed551a0f08ba27c61bbcb4bafa5170825de06e90ebeb47a",
"lib\/Connector\/Sabre\/BlockLegacyClientPlugin.php": "e1f8a4b9d39293150623e0d6f6a33b2c799d1bf8426dc5d5fc62267373793780f379b277e26e287838af1044ff0c0f4d66bacfa4955dafb36b3d48778e70f5ee",
"lib\/Connector\/Sabre\/CachingTree.php": "41049c090e3a860a054279496ef86f1cfe83058b2931b979318a61fae9a57281b8000f3fa6256fe5bed84e5ab783806e0e4cfd67ccbc91436e5572adf4394f78",
"lib\/Connector\/Sabre\/ChecksumList.php": "037d12ad6585d4bdf1812072261f0bffb8771be9de02dcc021bdfbcfd34689e466963a3486aabe761050ef91dce86b4f71e70641b3a7e3c4a0273d615cbb567d",
"lib\/Connector\/Sabre\/ChecksumUpdatePlugin.php": "46be94aab3954fe77b1039492ba31e726b5d35bfa11253c86cbd7e57a6bf0b5eda0308b63fd004c19e843be1802a8646a02af0e08673a811a786872ceb3ac81d",
"lib\/Connector\/Sabre\/CommentPropertiesPlugin.php": "cd36ef3ea7425ecd2d8fd14b99e4c3a6301d7ff2c1e42aa476c0fc1d27a7833cf48383f88dfca92d73f0361ea02649a841aed7784cf947c0fc1700f238e584bf",
"lib\/Connector\/Sabre\/CopyEtagHeaderPlugin.php": "094db2ca45c89c184b408fdb3306a61b4bd850d88ba85fe967fd2526d6ecd9eb2d6df5558b327dadde1da70f725ffdea08d787dc58764d2dbcb94d5dc6842ffd",
"lib\/Connector\/Sabre\/DavAclPlugin.php": "3151d094c973dfcd60400af11aa701e1444d5fba1df75bae3910abde62afda8cea4946ae990ba7bbbb3efda5a5a8352b0bf5ef578c472f154cdf2959799a9de2",
"lib\/Connector\/Sabre\/Directory.php": "f994a34defce020e98951486a4c8d5fe84a60976b69f39c1af2361bfd47c93b8ad90cf39b321704853bec4b50627eca6179772e13755f7eabc7cbfa51ea098c5",
"lib\/Connector\/Sabre\/DummyGetResponsePlugin.php": "e1be0c97d593d917c961862ac32c8bc5e39138fafc8d332cf5a681665647ee717b317bf4ea6d2af417912425439b622c2afbf5cabb2655693f591480dacf8f7f",
"lib\/Connector\/Sabre\/Exception\/BadGateway.php": "c8ac53dbebb5f89e6309b43c9810da5d666630741129445a8c378c4972d571eab217005d59eb483cb83d3ef102b6a343243871e3b8edd1095fbdb8a183b9fd61",
"lib\/Connector\/Sabre\/Exception\/EntityTooLarge.php": "743a47895171ee32850dd7514aa749f9e0d55195479227f7c2dcf6def4b8260a2deaa541d689831c247becdb5a65314106995d0a317f407c570e9d6bc3f4c048",
"lib\/Connector\/Sabre\/Exception\/FileLocked.php": "9201184b38520084926ba88068e678bb7afa065cd0fb038180761b6efd2d1743295a4dfedbe61c9d2bb6f53b2b21672160f42949b1533d47240450eb449a9f3f",
"lib\/Connector\/Sabre\/Exception\/Forbidden.php": "25bcde06374a3ccd0ebc9ca5186359fef0ff1977d99873078f246b4a59c6983375e1ee85d4d720325818d57be89448eeed8690fe117cf29bb8763cfc8e3690a0",
"lib\/Connector\/Sabre\/Exception\/InvalidPath.php": "dcde9bcee5f1762d36980a6fd8f9ea404f0d57c8b167ad474aa990ae9ff877c084529fb51377eb6be3671ad89ba88277c4b1c5b3172a414ee8796ca6bbaae2d2",
"lib\/Connector\/Sabre\/Exception\/PasswordLoginForbidden.php": "48e3651f7c9518e655a9b97dd401593ed53e383bfc7996b891d7041e5bb36d9717f651804bda43255bbfd71fea79e0164eb6487e767395400a153e08fb1c3e98",
"lib\/Connector\/Sabre\/Exception\/TooManyRequests.php": "cc1c1152234a3f07547c63f7da0996a5750767cc33fa6595d54f9e9d22e7db9a09133c8edafabd5ae711b00664002f72fd9afea6798fcd55a7d13b6109a123c8",
"lib\/Connector\/Sabre\/Exception\/UnsupportedMediaType.php": "3915a6490f2007f9be29289590396b3e73123c0ff62cc7836d4ebdcca6e807c1ae17c693197952d1bdaa3cca94f54ce6f8deaa911e95fd1f4cb9226962d6a6f5",
"lib\/Connector\/Sabre\/ExceptionLoggerPlugin.php": "3fc7b4ef8460bfeca286ed4de36d01428e7eeb7c40578483ea0a7dc0fafd3a453edd3fcc14593cb5352712c24dc251699426995ec7b847691663e6f4737f19b6",
"lib\/Connector\/Sabre\/FakeLockerPlugin.php": "a32d41159b9318653d0d4e471ca9a77d0a7fe33ef9d349ba1e1c6b2002b8b7c3a2c0a6541f4e97658e679d4eb5be7a4fd4944a384274d6d067eeaab644723620",
"lib\/Connector\/Sabre\/File.php": "322f1a73c74b72d52ad2467b2e3c7e5986e7dcb0030d17261e24b268f157271d34fbd49ee8ef8322ecae134bae41d3c85c074f9395be573a0a41d69f1bda7ffd",
"lib\/Connector\/Sabre\/FilesPlugin.php": "8d342f352e57a2cd8cb9e05d7648f9426710e7ad2532a6e2ce458ada0751a14ecbff97eefb50186531218f82f62a68b3626521310af5d01c92618814322ca008",
"lib\/Connector\/Sabre\/FilesReportPlugin.php": "17eea462a5701be77483bef9b2aa3df124e3966a2d43fb7a708085d65a98e7ad6efcc7b68e04dc4b73c1b0f3bb66095566fbb1f5e49bed4c5e44830100b22aef",
"lib\/Connector\/Sabre\/LockPlugin.php": "551c515a7712eb6b62ae86353591d9963cad9dcc5e360bf5cc0fe9488e916373a8586d66cec61512fe2a44e6acf2b1d404ccfb9e3558b6c32729b325e2c64d2d",
"lib\/Connector\/Sabre\/MaintenancePlugin.php": "61cc1f07fe2add873c59243f7afe84b84a81eb6ae8f5e6909148138a1d447b5f0de2cb3711993bdc57f341642cd3854b088abc0c1adce70a7b769cb5efe91f07",
"lib\/Connector\/Sabre\/MtimeSanitizer.php": "63f1c37ec2a4b2bdb8dbd13587decec77b8c5df68f4b4ebd4802b01c39ac47678294180e16e051272e12435f6b30de710a79efa13b640ce0dc73782b4c8cad20",
"lib\/Connector\/Sabre\/Node.php": "52025cd8294b7fddda5eb348dcba3d42f3f750043788359a1ff68d236f888ebdad77af886801eb0cfaf1828c4755c2fe4fa84856485ccbb79f7b44895c1c8217",
"lib\/Connector\/Sabre\/ObjectTree.php": "1f9828c340ef641a294a4789251ef2ee6f0605665818c23cf60d3ef02d79cc2fd41a5aeb24f255751b0ffc29d2c91f885dadde3f7c56b138c739c1150a68d0e7",
"lib\/Connector\/Sabre\/Principal.php": "7023f4cee8019ca6e8a3aa53641b28d11a5c49ebf536e8124e64a0c9e5714acca2e0373d3d11fc7b635ac037a822eabaa38460534557b60aa2ab69495eef6ba5",
"lib\/Connector\/Sabre\/PropfindCompressionPlugin.php": "feda6e6b6ad37352534f62bddd7f12ba2ec6bfb385e223dbfafe366a127eafdffbcd34ab65ed10f6a0336d53327dba84603c1d9df9faa014370cb2475acadcc5",
"lib\/Connector\/Sabre\/QuotaPlugin.php": "24e6ec3f2e9a2b14ea1ade94b2cf96bf5ab78e04cdd2ff4389395c8ac79e1cd26052651e21d740467fcbdd34e9e84b7012ddbff707019f17bd049794996e302f",
"lib\/Connector\/Sabre\/RequestIdHeaderPlugin.php": "61b05c918a8b42b4818fb716da3ddc09b7951ca3aaf7eda3185817c1ff267a9a173107c7bc80aa952f29feb2fb242561cef908b448aef7f02363c16fef9f3717",
"lib\/Connector\/Sabre\/Server.php": "d98aeb104320614a3ac7670d757ee693f33c4139bbb18c95e4ddf2d4b39278a57b7f0e421513782e89e91ccfa16b1eccfa672398f44b4883e26ea77d921ea0be",
"lib\/Connector\/Sabre\/ServerFactory.php": "a040ee551ad9ac961866412cabb7be9c8ecdca9f2a8de6ed580198fd617d6f5f8ff673c0cfa6497bd460b47ad389ef539bfb24c300c287215f4ba14d873aaf1d",
"lib\/Connector\/Sabre\/ShareTypeList.php": "b8b6f4fc0901d72b5a05aaec0a132da93488c9bc23d239359c34e7f6f9afe7b273d97af54f9dcecdd6ef49953ba6ab980b43a2d4469638019516027689dcb261",
"lib\/Connector\/Sabre\/ShareeList.php": "cdcfd0b4ba636978c10052b1596bede32a105058ff81dcb4daf02db859ee6a79c79c1e320c2d2b4443cf24360c1ee33f3a351ca2de760ea33ac9c78ef3ce81ac",
"lib\/Connector\/Sabre\/SharesPlugin.php": "65094f72d70b8e7b3c3c76196abe9847a037d3c646afe29892fbd60d75a8d5b9b0f935c082fa2a8edbe3547c79967988128cc314a57bc7db1dde9988fb4e20f8",
"lib\/Connector\/Sabre\/TagList.php": "93266bf833aedc5df17fc51acec9529aa8715dcae6515821afe33fb6fcc8f158dcc49e14fd5b1c11a4fc9238355529926a99f1be5ee85faebfb22d066f081bf1",
"lib\/Connector\/Sabre\/TagsPlugin.php": "5994eee16e8f721036a9bd657117187c60f633a2f09ac84342fa4a3686bff3b7ab3e683e6673178301515ec33919248cc83d6e834f919e72966ef5e94e57bb57",
"lib\/Controller\/BirthdayCalendarController.php": "993ee73f615321120bdf6ff9dd0d65681cd2c9d8e45eb8b509ba78624baa481d78a30b67de57e4847770c549c28292e9e6bf70365d2b149fe4f0eba44f184185",
"lib\/Controller\/DirectController.php": "e50144d9905be495820690398c4081b511b98358704a02a282dd8d88d3359edaeb6ad689e09a737191056e84c0fff0985e326110e4263596c8ae3bd8c6e3e123",
"lib\/Controller\/InvitationResponseController.php": "39d572cbbfa5adf55fe89aced23e40a31c5ff0a357a2e0c73ab40290de8c77dacb4532c5b1090ea80a2a64f46e3c5b6f429f768f5494ebff6901d053063fb0af",
"lib\/Controller\/OutOfOfficeController.php": "504c86a787d9ed03f415d6661e8a818bf9f994a9a19346c4e25a5a83c3a116184c4574c2400ed36260f80025593fb242c922182b52eccd398cf7a562f0cda490",
"lib\/DAV\/CustomPropertiesBackend.php": "e32f4adc5fd7cc8daa29f771f2091522e738d2687f6af8956c5b61b78b45ec3484958393cef3794e3f5b0af5439d58bf86ea853017872eff43dd4904c4283e23",
"lib\/DAV\/GroupPrincipalBackend.php": "fc41b553e2937affc698f93ff5bfef9ed3a8bdcdfacbdc69d7dce63aac0c7773ce471430003929178256cef9a2aef1cdf13da1915a2135ef23e236b008130e9c",
"lib\/DAV\/PublicAuth.php": "2fcdced3ad98693019a3e8d44d7f88f7c40e9f964ebd2a6f45a7fa85bb365af894c7bc5326cce2950541b4e5422ecee8919666f2cbc2df191b29a299a192854a",
"lib\/DAV\/Sharing\/Backend.php": "473f65e8596e5c418894cd0195ce56c06912fe85f2a9677ec8d73bc03f53d88fadaf72f3653a300caed9288c83ecbc835e6eb85caaae7791a9a0e4dd00d0af52",
"lib\/DAV\/Sharing\/IShareable.php": "9d5cb6f5f78e199ccf75fe8d342c6946d2cbdb180bbc42c8e6eda75596885df891e822d093fa45c98b1e0cf27a2e18275f1a67d7f3d96a7f36775e2b9be18484",
"lib\/DAV\/Sharing\/Plugin.php": "4863fbcff0074ffb12465f22a71159b4a56a399b59d9e9ead7bec9c571950c4ca27f8ee5fc98f6b00efd7ec95c924c174dd03cc58298cf88a8355b00161a7b60",
"lib\/DAV\/Sharing\/Xml\/Invite.php": "da26c6c9aaf58e17e4a2ce8391214bc206c3a5b89a28ceaf5b7022f055138adbcbc749c41b84287c640efadc5917837c33aa1adadd947e4261b0d47455831f36",
"lib\/DAV\/Sharing\/Xml\/ShareRequest.php": "6ae59748072ff5e6034df51fe6761a2ca37295836bcc22492983e7777f6b59b9bc6fc85590bcd6a3036e7f88528d532c9cbd072e031461ea15e7137610ae09fc",
"lib\/DAV\/SystemPrincipalBackend.php": "93746248ec17acc9a80a0971c807d356c80f6be528998d45d49cb48af42938a2a52554f1392090bceaf70c912d8b9a71bb63447667b7abae0aa5f315785b2497",
"lib\/DAV\/ViewOnlyPlugin.php": "3d07b67f51544dbe9df749734395b49e44987e60a34f761def039da1e19ac35f80d6937a125aaafa0cb17d381ca39a74b8643016bfa10b03635c9e2d92fcd668",
"lib\/Db\/Absence.php": "6e1c1a7a72d65b89ce67c06673ad2564fe2572e65aa5f7c96b2720c9102da2500256f082e0f1508fe620dc8d8a3fe86bab74a837bc02b1028d63d7f64383b341",
"lib\/Db\/AbsenceMapper.php": "bf8d799446bf71fa810896fe48681205a2973334af10debe1a90cfd9a1a18eda31d20a4520d61ff4e8d76fa93c12cf2f23d43ec23c83fa6302670a7c31099e42",
"lib\/Db\/Direct.php": "8a0890cae386b4040f24deeb89ad8d4e1689eccc29805dfabaa52c1f1b927d8ed4d22d8c388d90b19cc0653df7dd2070ea30d0a07c0f9041d5f24c7e780b5089",
"lib\/Db\/DirectMapper.php": "1245766148912a0095cc6a9fb187a353a5da833253d0b67b6faea0e24fde2fbc922427682471cdedc805618a8f4742f06f5e814e6bef891f9611f78c2c6598db",
"lib\/Db\/Property.php": "9dd5b23ea21d338d089c42a74c4e54020b8bf553eebd953d3c0acc62e315f54f73bc89a15a4abb6ff83bf00696e1a4e3e6067f6b0ca85b395b0aa6c4a4e54b19",
"lib\/Db\/PropertyMapper.php": "5e8f16e370b150974f818361611bfe2455c4d3011000a4d114da5b135f49d6b88549a30788e208d2e4767bdc6dc227d31bbc8874e6a9dac68b8f11cfdc808f99",
"lib\/Direct\/DirectFile.php": "c68bf96f06fb63c991b34104bce939744b497ac598437c217cd080812025101d817e3552446440e316e73474e3b43669cab6a1965fdae22ab28b60c91f305d06",
"lib\/Direct\/DirectHome.php": "ff8956557d686166ac0ff641b3cc0d8d59762b0467a60c51f0e5a920862e4882c87c8fa0586f2c272be3266b2089028f7e7278adbdd863dcd9cd534e8a1f0ff1",
"lib\/Direct\/Server.php": "c79e670fab812fa79927735e694c7158d2379bcf85a899e10da8c80440e59b9bdd636f6ca8b6f302c86604e90dda6ebc9fa276d42c5c1b7053adc41ac7ae8bee",
"lib\/Direct\/ServerFactory.php": "bf1003ee95f8f90946c3eaa09777eee9cf872e3fc237c75537fc8b9db86a3c6b7fb146a0c29eafedc2fcb7170c5a3f506cb50d8d0ead9b6c0fc0423b80e227d2",
"lib\/Events\/AddressBookCreatedEvent.php": "f5c359bf8f09392b38233096f89da82ece1602b664303cd42fef991fdd41e47e3eb199c9269e4ecfa5bce27bac66375b954405a623edd64f0e6bee096eea478d",
"lib\/Events\/AddressBookDeletedEvent.php": "469e1d6a22788bbb71a557e9850941ec1d02154deaca9192726d96c0105e10720dd8e4b90ccae003ad5db25426361ffcadf5f33535a144f836037c9466ae41e0",
"lib\/Events\/AddressBookShareUpdatedEvent.php": "0b3711519a20bd30cb09450b2a98ec47bf46c17fadec0257388eeb1fd9ddf1dd69239c71a2e3daa9d7df917828e65794bbebacbf60956c9fe5351713a053ff18",
"lib\/Events\/AddressBookUpdatedEvent.php": "d93bf83bf56e9213b2d9e6b695affe27d8d3f51676de2e21cb557d08f30d4f6f70470d67c2fc55f63510ba8a30c597ef29a52bc984617f0ae132c34c6e059722",
"lib\/Events\/BeforeFileDirectDownloadedEvent.php": "6de2fe7f1ed34de6c2a9f65e6067db007a8a2db2a7887e0c272b918cb839af44e57c99b0c5631d2cd9944d8bcf01266512f9a0be7eb390f8d5a228c1303f3878",
"lib\/Events\/CachedCalendarObjectCreatedEvent.php": "d445a26c8d9f345926ebed33e83880772d1b609f9e5e56d46e4cc8305a38acb134e7aa8292ac7f950778a01522e75525d4ebf376526cc3f25518fe4c878804c7",
"lib\/Events\/CachedCalendarObjectDeletedEvent.php": "e932af244bf6451df97eb2e2965a8b305b5b0cc45b7817c350fd7764be1751dbe103330a392282db4548913fb7f32223c85d5764d8dabe13872db3498a14b89a",
"lib\/Events\/CachedCalendarObjectUpdatedEvent.php": "29c9e68625fc19b31754a11777bc958367e0a0724224c57098d46a6c6fdd54f5f7d54d6562935237f500ca099849f05c8abf45b819934631935a665bb1ec5b6b",
"lib\/Events\/CalendarCreatedEvent.php": "0448a6a61ac191e27c041cc206c39ac03fa275340ef424e529bd12b4dfac59e3d4314619787503bd98158dacda711fb2756bdb4eefb6632b521eb94866770ff7",
"lib\/Events\/CalendarDeletedEvent.php": "b4ca7197b290dc1a5eba8cf5fb76d62ba6f4ea9ba14bc80fb4c4ff4c152f1cd75549e7160bc71a9a9d31bc4be7e291ad7f8466db7edcce1d87537079656989ae",
"lib\/Events\/CalendarMovedToTrashEvent.php": "276dc891aae18f5fef84d816e8e0dd93ce0b2071b88a60ba2bdb8f602c5c27cc50b09a8479cb7cbb134806c04bab40d76e7e91c5a860c69c4660275ad7653643",
"lib\/Events\/CalendarObjectCreatedEvent.php": "38c5d64101944e8281663e6b9d72692b104bcdc659c490a617197014f7d669e5322f62c4e2a9513624ed2d47100479830681c56989befa7ecfd753c2ccecf464",
"lib\/Events\/CalendarObjectDeletedEvent.php": "70c759f3aa28ffe064fe5831a2ad48dbadfe723e43e3f085c61bf87087ea35b096dc8459194407365da6110f3295b56f0fca717cb6967b12f80c864c758f8c97",
"lib\/Events\/CalendarObjectMovedEvent.php": "8f65c4c124bbae20395dffb1dc58f159a62bb92e60feadec6308793b7a203e83b9a6cf3cce0424820a6f844a46578fccbf2255652f3c5380920fe64564bbc17c",
"lib\/Events\/CalendarObjectMovedToTrashEvent.php": "fc16173f19cfed263083fc3c4c6f37433f78b5bd79fad6e261d42f73e94d9518ac2e65a030e2f16049da7c6f8952e686575c536e59ce62e885e6545d3eee3596",
"lib\/Events\/CalendarObjectRestoredEvent.php": "fc76538bf582cda8e6ab30992d2788634734d884675dc8bd8792506e6c144a8b2fc17cc277be961fec24846f238ef7ae1d2bf6c724b09b9ce3438d9d77ec1e26",
"lib\/Events\/CalendarObjectUpdatedEvent.php": "568c24bcca0b1e1797392840c6fc5fd67309b30d18493de936c6a58e2ad2b2d3c00426cda75ed2b40f27cd8a864633c3c9b0635e3e2585097c7505e2ab843499",
"lib\/Events\/CalendarPublishedEvent.php": "58795ef6011c4136cfa1ad39404e841c1d5c83f8a971308a54652a9b84cbed3829775d1832c554d7b02aaad2ffb072da9a1e9751576246ab81f0b2c34e218c11",
"lib\/Events\/CalendarRestoredEvent.php": "125cf597c81a9e9e779eb8c1ea37852106dcf1e7f2d63d39b9333939728846731b5037d1d97ba4539fc5033603da3c7abe6a8c0be4ca5bb66e63ce61e86fa245",
"lib\/Events\/CalendarShareUpdatedEvent.php": "6a66ee7bb19274e1531eb6dbcdd4c8a037007570b21a71127d01287c1b49234acac0687aebbc74cdfdab3525f669239db0c39203eff1508f39a2f7fa3afef358",
"lib\/Events\/CalendarUnpublishedEvent.php": "7bebcbe908f5f1d7504b7425ea5c0e1d2bb0239239a07a4d8d92609ad16d556367c797d2012670aff41dc822866302cfafdffdd6b715011a7257cf06b29cc135",
"lib\/Events\/CalendarUpdatedEvent.php": "039c68cd336510cb143d99b1462ff07a9445c087b60e3634382facea6ce959aae3812679aac1a3c6ad5924e183cc91477cb86b44163f72a6cd2447f3cbaa7764",
"lib\/Events\/CardCreatedEvent.php": "8cf84ce0ced56c661b255540d625a06e7187bd97f1c1521ce8aa5d3b7f00b798140d87b2de7b07545b2404b5a5eb5a3c37860aaa224356ed8950ce3797bfe389",
"lib\/Events\/CardDeletedEvent.php": "17d70f6969d19d76c3db64407117408b9ce9da245ed672ecdd314c9fa943d768312b8e89991f6331cba99bceab71ee614573904b71d800fcd5aae6023d9afe88",
"lib\/Events\/CardMovedEvent.php": "24ed0c0ea66e9ce8b27709bb8c37626f1f35dc650b3849d3a55a9d0a7b557087bedae8c60778021e6fe7d0a1f0d6f374c5c35113700dafae46efe63d1db2a244",
"lib\/Events\/CardUpdatedEvent.php": "5c83b39b2ad95ffab49914edbdfea8b4bed9c753b44a55c4d1594b4c53179239d8ef5fa58d6ff1016bf7e93578b58d55a9d42d544a12d635894e782a9dea51f1",
"lib\/Events\/SabrePluginAddEvent.php": "f17979e7212db99dd0e3ffe60985da106bd683322b6cdca034b760b97051e56b1f208e04ce89d16b03ea5ff0dfa1759c3d335e073c114486c64d737c16c5ac1a",
"lib\/Events\/SabrePluginAuthInitEvent.php": "3a9fbad039c3951b6e39513fd070da3edf46888b3c2981492998d1e3eac5fbab95a316dd9d06af1f4099d7bab11187fb17d33dd1e33a09a1112c697b104ca37d",
"lib\/Events\/SubscriptionCreatedEvent.php": "4506cb71c67fb4f4915580bea25a82e64f06eed17cae322fb60d7d78d0efb7f9ff41d349ed4c30fa166aa34ddd94973eb91a9d38c73b5d80cfb3b513d96ee164",
"lib\/Events\/SubscriptionDeletedEvent.php": "ddf1fe27f19062bb226c41cfd731d002b8bca286a0b096e9aa3483af36e7197483432520dc7dce7f6c3b70a14f564aca322bf8d547fad51bc01f6ee1cb2e03df",
"lib\/Events\/SubscriptionUpdatedEvent.php": "abd7bbd0ac19600186481e119038bfac28148b91c515d577264343ac9581c509a882b37b57a247572dd771ca7b6e1983171ee6d1fddce5a85747318395926971",
"lib\/Exception\/ServerMaintenanceMode.php": "b5a3583b28ee33ad08e36e86bbc08a933ef118bc087fbc986165f040c35b4f94ae48b6e7045d55b17933ea420758c70f2667a4a5b9ed7f092b83105ad1c3ad19",
"lib\/Exception\/UnsupportedLimitOnInitialSyncException.php": "0fdd9b42a4885c3e4d490382ccb5a197ea7fd51e1756502f0a6b78f2897bbd76ba90ed98b0742ad897b24c5a02f50f746f6f2e31b34b3f768e4178dbd7f31708",
"lib\/Files\/BrowserErrorPagePlugin.php": "222c6fd91aae33140c5e8bd8835fdc46c2dccb702447a3dd31815284c0e7db324f984639b31cc83b153ae5d4ecedad0391b04acdcf720b34bdb00c530e17aef7",
"lib\/Files\/FileSearchBackend.php": "61d94cc13933bcddd8617012bf42dfc58241b07d19090751606e55ed2bc6c15f5e59488d4e57f490b2c0ba2da014a4d5b3a28ee747309f944ea4f9bbbdf1561f",
"lib\/Files\/FilesHome.php": "b1ee83c3d27690a8ae1804fd3337c8c09167783095fab067d9a6c03c10c973c28a242ea1b779d864a1232e174dfd71641f26a7f7200414f37b1bd87ccd090caa",
"lib\/Files\/LazySearchBackend.php": "a3a521aee5de03f94c88a26313c0e765c3ada795f4c6e63e1650c9eab23d04aa6be62fbf64ba3f5a8bce5d916e67591cad774ee4de9d4f46dc1b5606e8ae1661",
"lib\/Files\/RootCollection.php": "4f287e92af3eeb9e5d4e127c1aafe3e04ac7fb1fd5fb8865992e280c7a3f9f275e46af683a023ec3a97b83dd798184168899f609de01b3fa790625e5490e6ad3",
"lib\/Files\/Sharing\/FilesDropPlugin.php": "93147da51d6c19fb2324daa97cb640014bb3f0a99117a7965d8d214b7a84782e217f1993abe7b2cb1ef1e7a6f10c122e5d7f1c98327cfe13d6423f60994aea8e",
"lib\/Files\/Sharing\/PublicLinkCheckPlugin.php": "9c835734be205e7e177e238d8dfc7e398b7d044aaec8055d671a012d177d8e62f61d43d2d5d2fdf993313cea5798e8668cd846dc9fbe6202a1d6d1a7c74948e3",
"lib\/HookManager.php": "7908cd812a7185ae4d12c8ccf9d4919474436af58e2c202778c893e9065439153223711be436afc76536788af8cb9a6f0baf567bf75848e956d52f95478a1988",
"lib\/Listener\/ActivityUpdaterListener.php": "160f9e282a2db924f57357c8768d03cbbbfa8278b5c5ed58447b53dd13730a72186eb7421b46859e2a1725b7cfa945cbb99306697d193e67ed90f5486088ee1c",
"lib\/Listener\/AddressbookListener.php": "48a603f4d619b24daf54fa219f09863737107b6118bb70bb2059a36e15e8b9410b0c42496a960ee4aa360c441c34c07deb7b96e68352391f50a2e020bb3e101a",
"lib\/Listener\/BirthdayListener.php": "f00315ede35a41adcd2076a50e50da6c632042dfd7ad0c49185c16dcb787a9b6c1f76ffbe3b3cb12c7b82fa1cee094ce3cd1192eaa60a780bcf07491ac272faa",
"lib\/Listener\/CalendarContactInteractionListener.php": "73a35dee2f538b2a7e70ca0e3c75608599c238439b0d28cf1fda77eae52adde69cbfcb88c7402245df44151a43ef490e192832443ffa5289dbced382a2bd77ba",
"lib\/Listener\/CalendarDeletionDefaultUpdaterListener.php": "2548c31ae357e5524d539eb4ae83e6f1b51cae10cc33e91a102d91a7429baf44c47d0ec07ed11fefefa7e422f3ee629c41595ba9c00d28d13e75834f9707ed2f",
"lib\/Listener\/CalendarObjectReminderUpdaterListener.php": "2feef771a913c2193fb81893f2a08b586a45e9816791d7a8f9cd26518dacce907063def470918f356e812b9c96ded0041ac64f172e5c3c746a0a0f1d2b049f8c",
"lib\/Listener\/CalendarPublicationListener.php": "f8ffd3cd8b3bc82a76894764580fb5f5a1272d038f32a5dad95842e3f88cc991c56450523c3c088c6cee294a48c7c98e3368bcf69a716e4612d54eca53a21c8c",
"lib\/Listener\/CalendarShareUpdateListener.php": "6c17ceb62bce4256fdf1d231c1c4b8e4f8f2bceaeb499561d01562df7ce0d31b3568505b9b61674cfcf6c4741a82aab97fbcd298697d9210e233c1cc373a8112",
"lib\/Listener\/CardListener.php": "632a25fbdb4aaa51910bfb0abdf99d6257a4d76a6b2f08778d6ad992c1d755c9e55b1948093486dcfde324c9ea68c6d00dad8e7379c804d69375304485f4c22d",
"lib\/Listener\/ClearPhotoCacheListener.php": "f18c0c6c8bd610f47fbd7b659d1251acdfe5e7907231e955d562981ba4e2891b89a409bfcd5b2aaf65661cf75de599e50e54c826c4a5aefe57818e32926ca7d2",
"lib\/Listener\/OutOfOfficeListener.php": "024054cd652150432becf556e0e1197f13fe254dd621aa04189a50b0948c85f36251e96be8f224d2b95e65038251fa79770fec2774894c751ea4152182b8a900",
"lib\/Listener\/SubscriptionListener.php": "903d1744848cc059910573638b8a3893b2ac4ac89a33f52da9d753de35d48c66bb5f95adca069cd4f9db5003a65ab77a479832200286bcfbfc960ee40dcd50c5",
"lib\/Listener\/TrustedServerRemovedListener.php": "99e887bc2d64b836df22de17785974a8422bd95fa115d7e87e23e8309497cff3a0a2b9f457269ba93ef2af95d787f86a066a4aede096bc939b5b33d00288fee6",
"lib\/Listener\/UserPreferenceListener.php": "cbd209346e7b1bbf5acf4099acedadec76df27bca74cdfd0e76ad919d97b5c2d2192a4d82ff7116bcd05d5eb59f8f021a3289dab62fb85ea2aeb2028c3940523",
"lib\/Migration\/BuildCalendarSearchIndex.php": "e1e83e04f49f3eabc572a3ac4ed353505ae38a6ade4e3172bdb20d3c46c60fe47ec7da466303f8ab6a9dbcb6b61c65454065b5ab0c82ff6aa4c11238288099ba",
"lib\/Migration\/BuildCalendarSearchIndexBackgroundJob.php": "a3462929f71fc514feb5e1a567d59ab3884c1d8bc82e3949143ef9d3d09307672e34b6e2cb4c8417db54b1305499bb31cea2311d3e02102039c7f34f898c17fc",
"lib\/Migration\/BuildSocialSearchIndex.php": "61266606f134034181eee5a3675fe9d3961e44ff6bb976ea01d91e8177566d84dae6288f580f912c0460809ab0c6b20fa4fb230d8f8c83a32939ee13f0c9c803",
"lib\/Migration\/BuildSocialSearchIndexBackgroundJob.php": "b7448ce7521fddd6c6c78a83958583b5eb145619b0b7aeb791cbaafe84696a79850c11ff2ceb7ac1196b918cd59b0d51831cb330290d1147141573c595fd6991",
"lib\/Migration\/CalDAVRemoveEmptyValue.php": "6b06c16fcd0ceeb5634830762095a36ba531f7162238312df5ee08d6e88ff220807dc33f2ba0e5e21cb198e8e32cb372af45697dcbaa7c58fb7660efd6d49cf4",
"lib\/Migration\/ChunkCleanup.php": "e6ad6fae21c5c042cb80df63f0241d6e9dd717f7520dcc80e6952656c19d59f52fa16767757c5fefbc8e89dabba821da2041fa5389af0285cda38ec8057cc42c",
"lib\/Migration\/FixBirthdayCalendarComponent.php": "69060ba92a056f82f3ad9ed84f7dec519bb06728b4eb3191ccce3dcdffece3f980cbe49b5637bc840d3a45d16daaca73413126aad4a4e0306843164ce139c6c9",
"lib\/Migration\/RefreshWebcalJobRegistrar.php": "d0d3585c64d01534fe67bb66c2b5d77bc56784dcd7039401d055e1b669d3ce60c754cc9e02d62de1c75927a9441d6867b4c0f03a3be22132b88e03ab7cfb4d0a",
"lib\/Migration\/RegenerateBirthdayCalendars.php": "271e231c27cd91cb9a6690ad7af8d9958b73a72cffb356f8b23618b92d0d932a628fa2be41ac9b7b735ca9bab2f34fa77f404d77d527db42228a751507e33bc4",
"lib\/Migration\/RegisterBuildReminderIndexBackgroundJob.php": "9d5f3a2e202071b16ebd7ae6688ca2c951cb305d2123c0908a8175d9a95728ee6a9b4e92a5a47f4021baf0a4f5957ff8958ec3a2caac2045291587697d8a6008",
"lib\/Migration\/RemoveClassifiedEventActivity.php": "5995658a5eec2d3cd4d192c7f6d1c9dab4d6e558f2f332c394c7606cf55db073a53a2178b5de40161a989d286b1720b441d62846c32ea4e3c22fb5b67e36c45f",
"lib\/Migration\/RemoveDeletedUsersCalendarSubscriptions.php": "0aa15830a67a3b95080665a7f892c19059771ef0fed00da267ac6636b1c5b3c30d0a9b9c3b44056783a18270236ecf463f98dac3039cc24c8e78d351ce14e426",
"lib\/Migration\/RemoveObjectProperties.php": "f8f9137f7cc3938ded04e72f15a6f6507406b8ee5de4061b4871cb3b195e35e3506e414875e898c48bb08b56d9e811551c7c5d7b1f635baaf57466419f843010",
"lib\/Migration\/RemoveOrphanEventsAndContacts.php": "d9d593c20fb794ce4f4c557f739dcc3c3f09cffc54b5b884cd57532a42655d7cfa85cb66eeac33663e1e1319f05974bd4a2e9e333cfc2d772e53878839298a6c",
"lib\/Migration\/Version1004Date20170825134824.php": "680ab1230172e38b32d5c9b8575ebc064690a954567deaf13a036baf33e2b16fc4a08dcd00b0be3de4c8a4894403e61efbb2fcf4024e588035fed23b71491755",
"lib\/Migration\/Version1004Date20170919104507.php": "40574649ac07ed8b2b0b4a155d218c954b4c64f63ae5e18c8636b720c0d1bbf95c6694c2328794c303197f94f4af57b526a54d2b4c7e1558758201b623b44afa",
"lib\/Migration\/Version1004Date20170924124212.php": "34071753318116047d087213eba5e6fc0b560b0a64552bb5da53290a6a344d56fe1d4e0c039d8d98618f2681f085a5408eae619c61a98e3b9882d431e636ddb8",
"lib\/Migration\/Version1004Date20170926103422.php": "6e3653ca0861fd8d76e73524f7938f903a5abc2edd250af2480a465ca241184005d6d814f8628c864a6309f7911f2e98dd966a97602ac0b26919b3918d537b6c",
"lib\/Migration\/Version1005Date20180413093149.php": "e46f9fa0aff6eeb3a22ba91bbc7e9edd0225184f3ce83672aac4e5422fcc1d041487da5c5099dd597aaf73d7e84b11861d824099920ce04a552ea20c6c3ebc0d",
"lib\/Migration\/Version1005Date20180530124431.php": "32fbcf4c29907423956320aae655e6ea03f43325b731912b44921252c077eede79bd419df58fae13f928e57a2fe5e9e4876319beaa3c97d4e7b983f42e96b159",
"lib\/Migration\/Version1006Date20180619154313.php": "7a8a155bef28e505396fe07932f5c595d61695476e17252f19b077d7dd9692e01f32e61b76a5a8602a471499b581689c0020189bb42623cbfc7ea7f684db1c5f",
"lib\/Migration\/Version1006Date20180628111625.php": "9c8e7a5bb082d4111832985a54dde85d388c47ccf8b653ed2fadb2f907ba4209667d0a0d4c562074f1792965b27afb910ae303821359283a70bc4465c1c828b2",
"lib\/Migration\/Version1008Date20181030113700.php": "c8391ba336a59b5268f52cecb40411254ef9cf97d29c08d6289490201ee9f7eb7e9b766b0b5ab7259607d37aed2bd15ba418d09786d904a541948c3da8384a7e",
"lib\/Migration\/Version1008Date20181105104826.php": "09e105a2c21904ab9884a4aa278388579055ea20feef8477cdcb32045ba8e9fe4c00006f12b686c9cd6a536d751c80f4693c00ac06406e7cfd19ceb5cbe724e6",
"lib\/Migration\/Version1008Date20181105104833.php": "cf334c708706f142e7e31803f36de939022897cab55b9a9cfb06624b394f5b7ab03e2fe7eac63df1da4daebd5b8346a779ab742a237c0d6848207a5dce73642a",
"lib\/Migration\/Version1008Date20181105110300.php": "6338dc7ec1c77644a2f6cb089db500c6a041b90dc3c945302ef8de01de1fb7eaebc0b0e6e510cc3b7d254f52a4972b46fa88c51883440e20636fef6ce283629b",
"lib\/Migration\/Version1008Date20181105112049.php": "f3e0022e5f1bec8858e40130c03ba5f7e5d0bda0c5589b47695d9cb618b1ccce67367d08d26535179a287ccace6ceda9dc3cff9c742b039ada631745c173fce4",
"lib\/Migration\/Version1008Date20181114084440.php": "ea991253a30a221cb4b2b1df9486206137d43b346308f2f1d6554aa8f251f9ba903297812d42d78e584dff4ddbaa0480885803562c108197dc305b2a189ad4dc",
"lib\/Migration\/Version1011Date20190725113607.php": "b00fde7fb1ed2061a568bb21641fc89e6d12e5c9ba61f3fcbd2eaf3b9020ed10005a3384cbbd14ef82c93543d7f39e8cb99c2f0df2c5a054ef84aad02bee969a",
"lib\/Migration\/Version1011Date20190806104428.php": "baf35a6c66b03405a72cb999875c4ffa00460f2bb751946030b74facfa377d75d1f8c941b519896935342c06befb7f144d796f5e7e8083263f535abeab447104",
"lib\/Migration\/Version1012Date20190808122342.php": "ce1edbb7f6299f237dbd19665ba4f37111b7cc39ab80d1bad6e727acfebe9d600c53daf067a780371137b271fd5cc15bd72215c8c1c35b6b753ef9ff4120c7ce",
"lib\/Migration\/Version1016Date20201109085907.php": "1a012c86222634bd11eeacf8882f7cb0bca134536b04f2b761465f30d49571c880db54ec94e83b29ad8ff17e99bf4900799396c74e9f28f0c5f0fa2393228ff9",
"lib\/Migration\/Version1017Date20210216083742.php": "290231c035818365279e589288c37f4900d2ac56028939515a7e36329dd86182dd4ed9c713be7d532b25d3b3be214d8b48c5575d4e16c14558bd36fe958e6fa1",
"lib\/Migration\/Version1018Date20210312100735.php": "4a08bbd48e64a7ace16fa3a37e053fdbd79d486ca25d05501da5b39f2b2ca0ab93ba7a91be6aa5600afe91b72e6195202ad7fc7c57c0e0724c38abaeb22f0cf2",
"lib\/Migration\/Version1024Date20211221144219.php": "e0117955fd8a7b31bb8e8f3e1dba0fd7ba69c36cc14ed7e95dccb1c1146a4e06f322194fce452a4d819a6027abd7ac16a069ba9681300af213e10e809d193092",
"lib\/Migration\/Version1027Date20230504122946.php": "a4766799bcb9c22b6c597ff549015d83dde715c5e8a4dc1ce0f1c15ce0c827d3c0b6bff7153de6d1d6a7bba5575b015df8009891a7f96ee1b11dcad979008502",
"lib\/Migration\/Version1029Date20221114151721.php": "2724f0181c200e385ca6ede1995f6db0ad2c8a30573d9897bad5ef6ea99c58f62cc639161fe90321d795d93fe871178d234b4c913bda29201c464bed79865b3c",
"lib\/Migration\/Version1029Date20231004091403.php": "81a313d89c047cd80d4db95a346fd53acc2d9c0c8e49c269e39f39de309db8ab20e3cbc127021d453cc1e6390c5834f53153bb8f087d92da1cb1ff3f6ed50b4e",
"lib\/Profiler\/ProfilerPlugin.php": "ea26b734d05a568706e8afeca13e2fe3e9a1efe9ffc89f4de16324f7b5da3a246d66e531c3191e806243930a1ecf0e8eed5b3ece210acb537f27d8cf3cd894cd",
"lib\/Provisioning\/Apple\/AppleProvisioningNode.php": "ffa7cda8360909216ba42cf404d3879bd06c2c68f246ddbfca4198ddaea5554a9f7ce954fff45407d209045b9d549ff0cefac4efb1142ae523f036dd3b36ab2a",
"lib\/Provisioning\/Apple\/AppleProvisioningPlugin.php": "0c70dc09756842a3f3b594b46914279fa6f658c57b10de424ab9cc3288ee8376d053b6128b5568f7edbfd5b8592cf45d77596b96c7ac7276604dee6385bd71bf",
"lib\/ResponseDefinitions.php": "f1902217a7b88182142aa709c2378abb9039630206f544621f6097c4bc37ad7d7ead2613c6c93cf9fb07f1dc753cdf09fbf7a74ce00f72b009e67199fc7f383c",
"lib\/RootCollection.php": "7662400a874245864b8a1986e383f17f91a2b67e49b34d55a1b74bf08b601e7f3dd8247a604e352218e6b2e2d3dd903040589c6b3155ca0a647a19dbf1dd5bf0",
"lib\/Search\/ACalendarSearchProvider.php": "49239cba7577a68abae6f701637aa13f60d05ae7e2f756df9a151d4d7124b21ae05ec65fcc65dec3b7da6d646caa0cc78c348f53f998ebfdb77003493a430282",
"lib\/Search\/ContactsSearchProvider.php": "1041a5afcd116136b755b5e70e13d11491984283976286f9b488672a1bd936780585bbfa406c3a3eb45ba7adb2a5f92d4d2f1e4a887d5f67d09a724714b45dac",
"lib\/Search\/EventsSearchProvider.php": "db3b15992f9359c72698762914aa8c224b9cf4c50b492b8140958836c211b7c8c588e44f1088d91833384cff533bd54b9a59cfeb4e9c4ec78d3abd44f11ae0e8",
"lib\/Search\/TasksSearchProvider.php": "8b78d9bbd760a7aff0217e557e98720fe939f0e7f66596007549c8c80601cd796d826bacdbbdab23ae93ff7f8215b59d53b63a0e7c0fcb27c4d50d63fc54e06b",
"lib\/Server.php": "c36ae181b2899a5c3ef5337bfbce6502bf2a4fd1553454163b3a0ead0f2a39ec24a20834caf451fbb9df3f248cf81a6a8a74b630288782dfe472295f704030e1",
"lib\/ServerFactory.php": "f70ab3f727af68c1ac8e4a2bc90b72de163e25a2e4a507a423754ab07273b5302c7a1bd2ff3aafc0b99b2e5af58a71aae0ebc18fe350482e74fab3e4bab7c991",
"lib\/Service\/AbsenceService.php": "5e9e717d4c69bdfee372842e5b2230ac884d602b48f00a242a919c599f29342abd7d6dcb6ac2c06d9d84873740763d5d530916236e94666b0b1e7bd7fe5433d5",
"lib\/Settings\/AvailabilitySettings.php": "08524913b94ccf33a2ef607305ac6c4c5f40aebe7706f550cb827867ef24484b2c455a9ec469f854ac1008e1a51771e4cb092159407b74349017f8ccfa54a445",
"lib\/Settings\/CalDAVSettings.php": "2649813be8a99e77104244ebebfe4fa1380544b6d2f3797ef072012ec58d46d6d7597a1db5e9edab6e472e4d35dbf9faa89f14f45d1e09943495a34f6d6ae71e",
"lib\/SetupChecks\/NeedsSystemAddressBookSync.php": "979f18cf76ad890600c81c2d664365cea959d5aa308ea71fadf559b6d952a9c68629bd741d1826db264d002f20e356acd638762a806baa8aa53dce417f6b3115",
"lib\/Storage\/PublicOwnerWrapper.php": "ce2ac29ac9b4fc36ab47e168999761fb57eb9da036f94d06bb145fa4045c4c9ca53444b1c753e7f947b8d2ec430ee6017cb8cc52fc854a52ffa01ca46dbd927a",
"lib\/SystemTag\/SystemTagList.php": "51b5624870f82467278abf20abe9adf6646ecd8ee99fa6afe15d92196827cb4f52cb8ddc168f38704594a00016a88e6acc0eb2c707e42f30b4745bbbce405382",
"lib\/SystemTag\/SystemTagMappingNode.php": "78385e72300773c74ea4027e0a73d59d7bdfa3b831a386e65a3cda582dd287f57d728f1838f95cb839a91da7246c4513975469a9cee8b0c1fd862d9eb6fe24bc",
"lib\/SystemTag\/SystemTagNode.php": "83db07de6d4aee01a0283a6704102c6871ad39ad3035c2f9a4dce7f3c2c7325d5715dfa86cb9f1ccfdb42c5ca005e7381100fe355b8b99f70fda6298e2b105e4",
"lib\/SystemTag\/SystemTagPlugin.php": "f7d233c8784910041f6bdd2e13fb53939cab600a542f2d870014999a5fbac0931861fe6720574a04af796d5f512568a2e53e9d1ad52c23ea623ff22ee797ffe2",
"lib\/SystemTag\/SystemTagsByIdCollection.php": "d206d602c54f739c307bbb6d02d990f86789c0f8ac1dae91101fa4f40997c321c64a17b7e12d7f46ee3d5042d4080df49e2ec3ba0f2591a84adc3f4708098f48",
"lib\/SystemTag\/SystemTagsInUseCollection.php": "6f64ba605321263ffdaf897872c0bd4fa19058c01510f628bb894db09830e7fe25397e6afd71804412cade9f754334836df0be3a666dc31a120a830442badf08",
"lib\/SystemTag\/SystemTagsObjectMappingCollection.php": "f18a8ec94dfb29c93a33e104d87d079c95a74392666c51ca69365fac3ebfc29a9d0c3eca911dfbcd0d0a64cf26680f33ac058267a52a3c55c6ad9d371d372fff",
"lib\/SystemTag\/SystemTagsObjectTypeCollection.php": "1a0ebf276fe27a59fe649b30d8dca59a495f5cb0b695bfcc34eceb8143e8950d5191f4f63f294bc7656f31d9262ffdfed71355fc144f6eb4364945db4b058c7f",
"lib\/SystemTag\/SystemTagsRelationsCollection.php": "cc38404bbcd892ccfb68a5fba601251e1b0a624b22a691da07a83d5991b9993b3eaf6094bfd11afff042695c41815f660e02bfa8f5eba481fd268601c29dab70",
"lib\/Traits\/PrincipalProxyTrait.php": "3f164ff56bec446b868dadf00326ee902a23f0b73fee7f7fe6d3809e71c2c9a72dc7dae9b8220885d92a590beb26824e162aba3e7d93599d460a80d684fbba6f",
"lib\/Upload\/AssemblyStream.php": "78ad190fdd6089b7eeed5943bc17b3056e8c56d586e11d5a0a1cdec887a069f3370b97a58bebd5cca891cde7b874c6abd3a0bacd6cec0ab22fcede571c7f7e6c",
"lib\/Upload\/ChunkingPlugin.php": "758cd8070823cf87cf67ab6e090f472169adacd11d3f156d3e7fe2a647a79d6a16660e2665329f9aba96e40a6177b2f3f9c039da0c7357b5730eb5da8174d96d",
"lib\/Upload\/ChunkingV2Plugin.php": "60a4d05cf8eebff2eaa595c1f804af11d302782726468546d12e678cd55f0f8a8ec48d9df511b570609db52a0eaf805e55ac50ee278a2ac9528a5e4879359c85",
"lib\/Upload\/CleanupService.php": "1c0fe40c4898c0b9aa23650c2c8072ed9bb7820a0cbd685d7726fe951f32f6df52d97cb1f56abd540a7c32dc0ddfdc8475485184de37e030558daf213c70d959",
"lib\/Upload\/FutureFile.php": "852aaba08130a4665f3b16cbb6b73da49d71f006c74236e75f4c4ae334854fcd9f648546574d07819bee271e6d2347cb791d609ba3f81516e1592cf336ba92eb",
"lib\/Upload\/PartFile.php": "bc8fb242cc8848f00f4b4441732a0902ceb7bbb4dafbbc6ed22624c5fcf9cc29c266b60e1307da7870bc0b22e947ba7a83b7089b4b6f9d0df859dd3a13f28f3a",
"lib\/Upload\/RootCollection.php": "8548048d5ba294bbcfec27a1fc5fe7a031cbcd9e89ae80c9cacfc9a0e656d080b02c3f9e0a6c62b7dc14bba3cd912428fb3efbd7982f0b07055cab7785646db5",
"lib\/Upload\/UploadFile.php": "c4f641be962c27747c0c1f1a7de3253a885a6f1b05fe4dcee0fb40038528a2d2769a28d146f097e614d02f4908c76d112c69d82e009946a3533cbb5fc1882532",
"lib\/Upload\/UploadFolder.php": "109e284feb321cef5800c6b965338bf4043611c52f9d9d27fc389fa6d94b1b8526c91a5991c746eba9603267d01cea35c7cf08632428b665dd82613d2dceb9bf",
"lib\/Upload\/UploadHome.php": "c582a99197c0e18b63a52457528542702397b46dd01a38be530866322ea6acd14a04f0c5fa87755a45609ace9b544a8fa330761d23a3a5d27901a7c5c1b51c07",
"lib\/UserMigration\/CalendarMigrator.php": "d9773d8024d1a8a34f3590310408f63cc1c5909d9cca0411e47c061b42ddd2281c571a4df4c860d85829873facde938f6a0e1e59170413b998d1fe4adb3c7941",
"lib\/UserMigration\/CalendarMigratorException.php": "d4e2ed4c1137a1a56bc5cf49134c0e56d295c23f922d35a0cd0c4bb0ef2b675f92e542a9d1d406326093b201eabaaf43e804d7844af9963d544c0fcabcd4000d",
"lib\/UserMigration\/ContactsMigrator.php": "bb80d3894076569a0f931b9a3a3392718e89f34accc86aac8515deaefc021af727dab6f83771d8886a4b9231bcc9b679d1c839f21b215d2615f1fc5edb049f86",
"lib\/UserMigration\/ContactsMigratorException.php": "f79a90c469e203b0e059bd2ab62f3f6daa75022d2e3992a8ffcb0cd64c7fe3d04e32f51eaeae57279b503579e5637c99774878b460d9f01d8da72c5e34ed9451",
"lib\/UserMigration\/InvalidAddressBookException.php": "8729e861cc58ddb0f5c3a5d95e7e234387a79f34b31125969c40689a9a8839bd545e1054fbaecc30202cea29478ecefa2afbd10aca73b67c2dc6f042e5742ab7",
"lib\/UserMigration\/InvalidCalendarException.php": "0521e8396da3edd7b43e828205d64c48234d1036ba858c30846b9ee506f3caf34e8317cd130930506967eeb29182be7cbff60e20526dd946e1d085be48d16283",
"openapi.json": "c584534031f98abb5a531afbf0bdd0936756f1a9cb5d9053e70c28c3d987cf7c1955aa060d163257821eaa14c180a2bc2240786c2d41e174f2a65bf5bce15594",
"templates\/schedule-response-error.php": "c2b5c52929b95e7672eaac43f159e207b1dd3b0a7bcedb1d6d85060714b4e5f8dc2671168b8b587cf854a7dcd660cb5488c5bce9b039b0eb899fb31df9a374a3",
"templates\/schedule-response-options.php": "e4fcdef2fcefe1da7875609472857071c75c2536f44151d24be695d172bca05ed9b0c44205a96ffec233666654d353e6fd37cd03c21353303124ae618b9787fa",
"templates\/schedule-response-success.php": "e42a228c72db778d287de6a07baac29b472add19a7fa0c1054a8a87070e217dbab8139b546637371d6840fb820177791b4adbfb143042eff6294090757e35128",
"templates\/settings-admin-caldav.php": "97ca1e9d22fc0705aa2c731a96cb92d84cec6914afbb7138babdd43428813438da402b110c503d305de6fead34c5de2bff3d5ab1beb7ce7d2d3885315f22c34a",
"templates\/settings-personal-availability.php": "12eeb0203cdb328bbb0e13b2ed72779d82eb91d512e67d04276457d0c452d9cfabcb2c45bc55a7a43f5ad02da93529b3a43810250fc59f7fbdad2a53c000ee41"
},
"signature": "RhVKkKi5K7KcxIDtH5\/Xt9klpZcI3PdXx8hv\/V2gt2zpH9Kwb2YPXmxyMkXAjFy58VZD\/XUg4x6WintJfurRBkpLGGNccRLbBQGpUxXIjVizePzRRZfnjGq72Gw2hDlYbtoJZEXy7ym3M+GyxZzP5Bh11jL\/AjAJC\/zAKRsIWANVAcA2dV3hmxBl5lJSVvbwAi+\/wOaQY\/hdz1t6NhQjWZ2ljGdUchPhGCmT5anVmyEaS+HU8N\/LWzZ9PBqAsWpMHh\/j05iL3F4vtxkryNvkS4Ete5YlF7QjUoLaPZ+++Xm\/8n3DDtCOEVGuoA1Y+MrodcxRK0c+85qj4kuZb\/9bBA==",
"certificate": "-----BEGIN CERTIFICATE-----\r\nMIIEojCCA4qgAwIBAgICEAAwDQYJKoZIhvcNAQELBQAwezELMAkGA1UEBhMCREUx\r\nGzAZBgNVBAgMEkJhZGVuLVd1ZXJ0dGVtYmVyZzEXMBUGA1UECgwOTmV4dGNsb3Vk\r\nIEdtYkgxNjA0BgNVBAMMLU5leHRjbG91ZCBDb2RlIFNpZ25pbmcgSW50ZXJtZWRp\r\nYXRlIEF1dGhvcml0eTAeFw0xNjA2MTIyMTA1MDZaFw00MTA2MDYyMTA1MDZaMGYx\r\nCzAJBgNVBAYTAkRFMRswGQYDVQQIDBJCYWRlbi1XdWVydHRlbWJlcmcxEjAQBgNV\r\nBAcMCVN0dXR0Z2FydDEXMBUGA1UECgwOTmV4dGNsb3VkIEdtYkgxDTALBgNVBAMM\r\nBGNvcmUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDUxcrn2DC892IX\r\n8+dJjZVh9YeHF65n2ha886oeAizOuHBdWBfzqt+GoUYTOjqZF93HZMcwy0P+xyCf\r\nQqak5Ke9dybN06RXUuGP45k9UYBp03qzlUzCDalrkj+Jd30LqcSC1sjRTsfuhc+u\r\nvH1IBuBnf7SMUJUcoEffbmmpAPlEcLHxlUGlGnz0q1e8UFzjbEFj3JucMO4ys35F\r\nqZS4dhvCngQhRW3DaMlQLXEUL9k3kFV+BzlkPzVZEtSmk4HJujFCnZj1vMcjQBg\/\r\nBqq1HCmUB6tulnGcxUzt\/Z\/oSIgnuGyENeke077W3EyryINL7EIyD4Xp7sxLizTM\r\nFCFCjjH1AgMBAAGjggFDMIIBPzAJBgNVHRMEAjAAMBEGCWCGSAGG+EIBAQQEAwIG\r\nQDAzBglghkgBhvhCAQ0EJhYkT3BlblNTTCBHZW5lcmF0ZWQgU2VydmVyIENlcnRp\r\nZmljYXRlMB0GA1UdDgQWBBQwc1H9AL8pRlW2e5SLCfPPqtqc0DCBpQYDVR0jBIGd\r\nMIGagBRt6m6qqTcsPIktFz79Ru7DnnjtdKF+pHwwejELMAkGA1UEBhMCREUxGzAZ\r\nBgNVBAgMEkJhZGVuLVd1ZXJ0dGVtYmVyZzESMBAGA1UEBwwJU3R1dHRnYXJ0MRcw\r\nFQYDVQQKDA5OZXh0Y2xvdWQgR21iSDEhMB8GA1UEAwwYTmV4dGNsb3VkIFJvb3Qg\r\nQXV0aG9yaXR5ggIQADAOBgNVHQ8BAf8EBAMCBaAwEwYDVR0lBAwwCgYIKwYBBQUH\r\nAwEwDQYJKoZIhvcNAQELBQADggEBADZ6+HV\/+0NEH3nahTBFxO6nKyR\/VWigACH0\r\nnaV0ecTcoQwDjKDNNFr+4S1WlHdwITlnNabC7v9rZ\/6QvbkrOTuO9fOR6azp1EwW\r\n2pixWqj0Sb9\/dSIVRpSq+jpBE6JAiX44dSR7zoBxRB8DgVO2Afy0s80xEpr5JAzb\r\nNYuPS7M5UHdAv2dr16fDcDIvn+vk92KpNh1NTeZFjBbRVQ9DXrgkRGW34TK8uSLI\r\nYG6jnfJ6eJgTaO431ywWPXNg1mUMaT\/+QBOgB299QVCKQU+lcZWptQt+RdsJUm46\r\nNY\/nARy4Oi4uOe88SuWITj9KhrFmEvrUlgM8FvoXA1ldrR7KiEg=\r\n-----END CERTIFICATE-----"
}
+123
View File
@@ -0,0 +1,123 @@
<?php
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Georg Ehrke <oc.list@georgehrke.com>
* @author Joas Schilling <coding@schilljs.com>
* @author Lukas Reschke <lukas@statuscode.ch>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Thomas Citharel <nextcloud@tcit.fr>
* @author Thomas Müller <thomas.mueller@tmit.eu>
*
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License, version 3,
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
// Backends
use OC\KnownUser\KnownUserService;
use OCA\DAV\CalDAV\CalDavBackend;
use OCA\DAV\CalDAV\CalendarRoot;
use OCA\DAV\CalDAV\Security\RateLimitingPlugin;
use OCA\DAV\Connector\LegacyDAVACL;
use OCA\DAV\Connector\Sabre\Auth;
use OCA\DAV\Connector\Sabre\ExceptionLoggerPlugin;
use OCA\DAV\Connector\Sabre\MaintenancePlugin;
use OCA\DAV\Connector\Sabre\Principal;
use OCP\Accounts\IAccountManager;
use Psr\Log\LoggerInterface;
$authBackend = new Auth(
\OC::$server->getSession(),
\OC::$server->getUserSession(),
\OC::$server->getRequest(),
\OC::$server->getTwoFactorAuthManager(),
\OC::$server->getBruteForceThrottler(),
'principals/'
);
$principalBackend = new Principal(
\OC::$server->getUserManager(),
\OC::$server->getGroupManager(),
\OC::$server->get(IAccountManager::class),
\OC::$server->getShareManager(),
\OC::$server->getUserSession(),
\OC::$server->getAppManager(),
\OC::$server->query(\OCA\DAV\CalDAV\Proxy\ProxyMapper::class),
\OC::$server->get(KnownUserService::class),
\OC::$server->getConfig(),
\OC::$server->getL10NFactory(),
'principals/'
);
$db = \OC::$server->getDatabaseConnection();
$userManager = \OC::$server->getUserManager();
$random = \OC::$server->getSecureRandom();
$logger = \OC::$server->get(LoggerInterface::class);
$dispatcher = \OC::$server->get(\OCP\EventDispatcher\IEventDispatcher::class);
$config = \OC::$server->get(\OCP\IConfig::class);
$calDavBackend = new CalDavBackend(
$db,
$principalBackend,
$userManager,
\OC::$server->getGroupManager(),
$random,
$logger,
$dispatcher,
$config,
true
);
$debugging = \OC::$server->getConfig()->getSystemValue('debug', false);
$sendInvitations = \OC::$server->getConfig()->getAppValue('dav', 'sendInvitations', 'yes') === 'yes';
// Root nodes
$principalCollection = new \Sabre\CalDAV\Principal\Collection($principalBackend);
$principalCollection->disableListing = !$debugging; // Disable listing
$addressBookRoot = new CalendarRoot($principalBackend, $calDavBackend, 'principals', $logger);
$addressBookRoot->disableListing = !$debugging; // Disable listing
$nodes = [
$principalCollection,
$addressBookRoot,
];
// Fire up server
$server = new \Sabre\DAV\Server($nodes);
$server::$exposeVersion = false;
$server->httpRequest->setUrl(\OC::$server->getRequest()->getRequestUri());
$server->setBaseUri($baseuri);
// Add plugins
$server->addPlugin(new MaintenancePlugin(\OC::$server->getConfig(), \OC::$server->getL10N('dav')));
$server->addPlugin(new \Sabre\DAV\Auth\Plugin($authBackend));
$server->addPlugin(new \Sabre\CalDAV\Plugin());
$server->addPlugin(new LegacyDAVACL());
if ($debugging) {
$server->addPlugin(new Sabre\DAV\Browser\Plugin());
}
$server->addPlugin(new \Sabre\DAV\Sync\Plugin());
$server->addPlugin(new \Sabre\CalDAV\ICSExportPlugin());
$server->addPlugin(new \OCA\DAV\CalDAV\Schedule\Plugin(\OC::$server->getConfig(), \OC::$server->get(LoggerInterface::class)));
if ($sendInvitations) {
$server->addPlugin(\OC::$server->query(\OCA\DAV\CalDAV\Schedule\IMipPlugin::class));
}
$server->addPlugin(new ExceptionLoggerPlugin('caldav', $logger));
$server->addPlugin(\OCP\Server::get(RateLimitingPlugin::class));
// And off we go!
$server->exec();
@@ -0,0 +1,108 @@
<?php
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Georg Ehrke <oc.list@georgehrke.com>
* @author Joas Schilling <coding@schilljs.com>
* @author John Molakvoæ <skjnldsv@protonmail.com>
* @author Lukas Reschke <lukas@statuscode.ch>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Thomas Citharel <nextcloud@tcit.fr>
* @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Anna Larch <anna.larch@gmx.net>
*
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License, version 3,
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
// Backends
use OC\KnownUser\KnownUserService;
use OCA\DAV\AppInfo\PluginManager;
use OCA\DAV\CardDAV\AddressBookRoot;
use OCA\DAV\CardDAV\CardDavBackend;
use OCA\DAV\Connector\LegacyDAVACL;
use OCA\DAV\Connector\Sabre\Auth;
use OCA\DAV\Connector\Sabre\ExceptionLoggerPlugin;
use OCA\DAV\Connector\Sabre\MaintenancePlugin;
use OCA\DAV\Connector\Sabre\Principal;
use OCP\Accounts\IAccountManager;
use OCP\App\IAppManager;
use Psr\Log\LoggerInterface;
use Sabre\CardDAV\Plugin;
$authBackend = new Auth(
\OC::$server->getSession(),
\OC::$server->getUserSession(),
\OC::$server->getRequest(),
\OC::$server->getTwoFactorAuthManager(),
\OC::$server->getBruteForceThrottler(),
'principals/'
);
$principalBackend = new Principal(
\OC::$server->getUserManager(),
\OC::$server->getGroupManager(),
\OC::$server->get(IAccountManager::class),
\OC::$server->getShareManager(),
\OC::$server->getUserSession(),
\OC::$server->getAppManager(),
\OC::$server->query(\OCA\DAV\CalDAV\Proxy\ProxyMapper::class),
\OC::$server->get(KnownUserService::class),
\OC::$server->getConfig(),
\OC::$server->getL10NFactory(),
'principals/'
);
$db = \OC::$server->getDatabaseConnection();
$cardDavBackend = new CardDavBackend($db, $principalBackend, \OC::$server->getUserManager(), \OC::$server->getGroupManager(), \OC::$server->get(\OCP\EventDispatcher\IEventDispatcher::class));
$debugging = \OC::$server->getConfig()->getSystemValue('debug', false);
// Root nodes
$principalCollection = new \Sabre\CalDAV\Principal\Collection($principalBackend);
$principalCollection->disableListing = !$debugging; // Disable listing
$pluginManager = new PluginManager(\OC::$server, \OC::$server->query(IAppManager::class));
$addressBookRoot = new AddressBookRoot($principalBackend, $cardDavBackend, $pluginManager, \OC::$server->getUserSession()->getUser(), \OC::$server->get(\OCP\IGroupManager::class));
$addressBookRoot->disableListing = !$debugging; // Disable listing
$nodes = [
$principalCollection,
$addressBookRoot,
];
// Fire up server
$server = new \Sabre\DAV\Server($nodes);
$server::$exposeVersion = false;
$server->httpRequest->setUrl(\OC::$server->getRequest()->getRequestUri());
$server->setBaseUri($baseuri);
// Add plugins
$server->addPlugin(new MaintenancePlugin(\OC::$server->getConfig(), \OC::$server->getL10N('dav')));
$server->addPlugin(new \Sabre\DAV\Auth\Plugin($authBackend));
$server->addPlugin(new Plugin());
$server->addPlugin(new LegacyDAVACL());
if ($debugging) {
$server->addPlugin(new Sabre\DAV\Browser\Plugin());
}
$server->addPlugin(new \Sabre\DAV\Sync\Plugin());
$server->addPlugin(new \Sabre\CardDAV\VCFExportPlugin());
$server->addPlugin(new \OCA\DAV\CardDAV\ImageExportPlugin(new \OCA\DAV\CardDAV\PhotoCache(
\OC::$server->getAppDataDir('dav-photocache'),
\OC::$server->get(LoggerInterface::class)
)));
$server->addPlugin(new ExceptionLoggerPlugin('carddav', \OC::$server->get(LoggerInterface::class)));
// And off we go!
$server->exec();
@@ -0,0 +1,124 @@
<?php
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
* @author Bjoern Schiessle <bjoern@schiessle.org>
* @author Björn Schießle <bjoern@schiessle.org>
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
* @author Julius Härtl <jus@bitgrid.net>
* @author Lukas Reschke <lukas@statuscode.ch>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <robin@icewind.nl>
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Vincent Petry <vincent@nextcloud.com>
*
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License, version 3,
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
use OCP\BeforeSabrePubliclyLoadedEvent;
use OCP\EventDispatcher\IEventDispatcher;
use Psr\Log\LoggerInterface;
// load needed apps
$RUNTIME_APPTYPES = ['filesystem', 'authentication', 'logging'];
OC_App::loadApps($RUNTIME_APPTYPES);
OC_Util::obEnd();
\OC::$server->getSession()->close();
// Backends
$authBackend = new OCA\DAV\Connector\PublicAuth(
\OC::$server->getRequest(),
\OC::$server->getShareManager(),
\OC::$server->getSession(),
\OC::$server->getBruteForceThrottler()
);
$authPlugin = new \Sabre\DAV\Auth\Plugin($authBackend);
/** @var IEventDispatcher $eventDispatcher */
$eventDispatcher = \OC::$server->get(IEventDispatcher::class);
$serverFactory = new OCA\DAV\Connector\Sabre\ServerFactory(
\OC::$server->getConfig(),
\OC::$server->get(LoggerInterface::class),
\OC::$server->getDatabaseConnection(),
\OC::$server->getUserSession(),
\OC::$server->getMountManager(),
\OC::$server->getTagManager(),
\OC::$server->getRequest(),
\OC::$server->getPreviewManager(),
$eventDispatcher,
\OC::$server->getL10N('dav')
);
$requestUri = \OC::$server->getRequest()->getRequestUri();
$linkCheckPlugin = new \OCA\DAV\Files\Sharing\PublicLinkCheckPlugin();
$filesDropPlugin = new \OCA\DAV\Files\Sharing\FilesDropPlugin();
$server = $serverFactory->createServer($baseuri, $requestUri, $authPlugin, function (\Sabre\DAV\Server $server) use ($authBackend, $linkCheckPlugin, $filesDropPlugin) {
$isAjax = in_array('XMLHttpRequest', explode(',', $_SERVER['HTTP_X_REQUESTED_WITH'] ?? ''));
/** @var \OCA\FederatedFileSharing\FederatedShareProvider $shareProvider */
$federatedShareProvider = \OC::$server->query(\OCA\FederatedFileSharing\FederatedShareProvider::class);
if ($federatedShareProvider->isOutgoingServer2serverShareEnabled() === false && !$isAjax) {
// this is what is thrown when trying to access a non-existing share
throw new \Sabre\DAV\Exception\NotAuthenticated();
}
$share = $authBackend->getShare();
$owner = $share->getShareOwner();
$isReadable = $share->getPermissions() & \OCP\Constants::PERMISSION_READ;
$fileId = $share->getNodeId();
// FIXME: should not add storage wrappers outside of preSetup, need to find a better way
$previousLog = \OC\Files\Filesystem::logWarningWhenAddingStorageWrapper(false);
\OC\Files\Filesystem::addStorageWrapper('sharePermissions', function ($mountPoint, $storage) use ($share) {
return new \OC\Files\Storage\Wrapper\PermissionsMask(['storage' => $storage, 'mask' => $share->getPermissions() | \OCP\Constants::PERMISSION_SHARE]);
});
\OC\Files\Filesystem::addStorageWrapper('shareOwner', function ($mountPoint, $storage) use ($share) {
return new \OCA\DAV\Storage\PublicOwnerWrapper(['storage' => $storage, 'owner' => $share->getShareOwner()]);
});
\OC\Files\Filesystem::logWarningWhenAddingStorageWrapper($previousLog);
OC_Util::tearDownFS();
OC_Util::setupFS($owner);
$ownerView = new \OC\Files\View('/'. $owner . '/files');
$path = $ownerView->getPath($fileId);
$fileInfo = $ownerView->getFileInfo($path);
$linkCheckPlugin->setFileInfo($fileInfo);
// If not readable (files_drop) enable the filesdrop plugin
if (!$isReadable) {
$filesDropPlugin->enable();
}
$view = new \OC\Files\View($ownerView->getAbsolutePath($path));
$filesDropPlugin->setView($view);
return $view;
});
$server->addPlugin($linkCheckPlugin);
$server->addPlugin($filesDropPlugin);
// allow setup of additional plugins
$event = new BeforeSabrePubliclyLoadedEvent($server);
$eventDispatcher->dispatchTyped($event);
// And off we go!
$server->exec();
@@ -0,0 +1,88 @@
<?php
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
* @author Bjoern Schiessle <bjoern@schiessle.org>
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Julius Härtl <jus@bitgrid.net>
* @author Ko- <k.stoffelen@cs.ru.nl>
* @author Lukas Reschke <lukas@statuscode.ch>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <robin@icewind.nl>
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Vincent Petry <vincent@nextcloud.com>
*
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License, version 3,
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
use Psr\Log\LoggerInterface;
// no php execution timeout for webdav
if (!str_contains(@ini_get('disable_functions'), 'set_time_limit')) {
@set_time_limit(0);
}
ignore_user_abort(true);
// Turn off output buffering to prevent memory problems
\OC_Util::obEnd();
$dispatcher = \OC::$server->get(\OCP\EventDispatcher\IEventDispatcher::class);
$serverFactory = new \OCA\DAV\Connector\Sabre\ServerFactory(
\OC::$server->getConfig(),
\OC::$server->get(LoggerInterface::class),
\OC::$server->getDatabaseConnection(),
\OC::$server->getUserSession(),
\OC::$server->getMountManager(),
\OC::$server->getTagManager(),
\OC::$server->getRequest(),
\OC::$server->getPreviewManager(),
$dispatcher,
\OC::$server->getL10N('dav')
);
// Backends
$authBackend = new \OCA\DAV\Connector\Sabre\Auth(
\OC::$server->getSession(),
\OC::$server->getUserSession(),
\OC::$server->getRequest(),
\OC::$server->getTwoFactorAuthManager(),
\OC::$server->getBruteForceThrottler(),
'principals/'
);
$authPlugin = new \Sabre\DAV\Auth\Plugin($authBackend);
$bearerAuthPlugin = new \OCA\DAV\Connector\Sabre\BearerAuth(
\OC::$server->getUserSession(),
\OC::$server->getSession(),
\OC::$server->getRequest()
);
$authPlugin->addBackend($bearerAuthPlugin);
$requestUri = \OC::$server->getRequest()->getRequestUri();
$server = $serverFactory->createServer($baseuri, $requestUri, $authPlugin, function () {
// use the view for the logged in user
return \OC\Files\Filesystem::getView();
});
// allow setup of additional plugins
$event = new \OCP\SabrePluginEvent($server);
$dispatcher->dispatch('OCA\DAV\Connector\Sabre::addPlugin', $event);
$event = new \OCA\DAV\Events\SabrePluginAddEvent($server);
$dispatcher->dispatchTyped($event);
// And off we go!
$server->exec();
@@ -0,0 +1,52 @@
<?php
declare(strict_types=1);
/**
* @copyright 2018, Roeland Jago Douma <roeland@famdouma.nl>
*
* @author Robin Appelman <robin@icewind.nl>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
use \OCA\DAV\Direct\ServerFactory;
// no php execution timeout for webdav
if (!str_contains(@ini_get('disable_functions'), 'set_time_limit')) {
@set_time_limit(0);
}
ignore_user_abort(true);
// Turn off output buffering to prevent memory problems
\OC_Util::obEnd();
$requestUri = \OC::$server->getRequest()->getRequestUri();
/** @var ServerFactory $serverFactory */
$serverFactory = \OC::$server->query(ServerFactory::class);
$server = $serverFactory->createServer(
$baseuri,
$requestUri,
\OC::$server->getRootFolder(),
\OC::$server->query(\OCA\DAV\Db\DirectMapper::class),
\OC::$server->query(\OCP\AppFramework\Utility\ITimeFactory::class),
\OC::$server->getBruteForceThrottler(),
\OC::$server->getRequest()
);
$server->exec();
@@ -0,0 +1,35 @@
<?php
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
* @author Ko- <k.stoffelen@cs.ru.nl>
* @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Vincent Petry <vincent@nextcloud.com>
*
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License, version 3,
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
// no php execution timeout for webdav
if (!str_contains(@ini_get('disable_functions'), 'set_time_limit')) {
@set_time_limit(0);
}
ignore_user_abort(true);
// Turn off output buffering to prevent memory problems
\OC_Util::obEnd();
$request = \OC::$server->getRequest();
$server = new \OCA\DAV\Server($request, $baseuri);
$server->exec();
@@ -0,0 +1,25 @@
<?php
// autoload.php @generated by Composer
if (PHP_VERSION_ID < 50600) {
if (!headers_sent()) {
header('HTTP/1.1 500 Internal Server Error');
}
$err = 'Composer 2.3.0 dropped support for autoloading on PHP <5.6 and you are running '.PHP_VERSION.', please upgrade PHP or use Composer 2.2 LTS via "composer self-update --2.2". Aborting.'.PHP_EOL;
if (!ini_get('display_errors')) {
if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') {
fwrite(STDERR, $err);
} elseif (!headers_sent()) {
echo $err;
}
}
trigger_error(
$err,
E_USER_ERROR
);
}
require_once __DIR__ . '/composer/autoload_real.php';
return ComposerAutoloaderInitDAV::getLoader();
@@ -0,0 +1,13 @@
{
"config" : {
"vendor-dir": ".",
"optimize-autoloader": true,
"classmap-authoritative": true,
"autoloader-suffix": "DAV"
},
"autoload" : {
"psr-4": {
"OCA\\DAV\\": "../lib/"
}
}
}
+18
View File
@@ -0,0 +1,18 @@
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "d751713988987e9331980363e24189ce",
"packages": [],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.1.0"
}
@@ -0,0 +1,579 @@
<?php
/*
* This file is part of Composer.
*
* (c) Nils Adermann <naderman@naderman.de>
* Jordi Boggiano <j.boggiano@seld.be>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Composer\Autoload;
/**
* ClassLoader implements a PSR-0, PSR-4 and classmap class loader.
*
* $loader = new \Composer\Autoload\ClassLoader();
*
* // register classes with namespaces
* $loader->add('Symfony\Component', __DIR__.'/component');
* $loader->add('Symfony', __DIR__.'/framework');
*
* // activate the autoloader
* $loader->register();
*
* // to enable searching the include path (eg. for PEAR packages)
* $loader->setUseIncludePath(true);
*
* In this example, if you try to use a class in the Symfony\Component
* namespace or one of its children (Symfony\Component\Console for instance),
* the autoloader will first look for the class under the component/
* directory, and it will then fallback to the framework/ directory if not
* found before giving up.
*
* This class is loosely based on the Symfony UniversalClassLoader.
*
* @author Fabien Potencier <fabien@symfony.com>
* @author Jordi Boggiano <j.boggiano@seld.be>
* @see https://www.php-fig.org/psr/psr-0/
* @see https://www.php-fig.org/psr/psr-4/
*/
class ClassLoader
{
/** @var \Closure(string):void */
private static $includeFile;
/** @var string|null */
private $vendorDir;
// PSR-4
/**
* @var array<string, array<string, int>>
*/
private $prefixLengthsPsr4 = array();
/**
* @var array<string, list<string>>
*/
private $prefixDirsPsr4 = array();
/**
* @var list<string>
*/
private $fallbackDirsPsr4 = array();
// PSR-0
/**
* List of PSR-0 prefixes
*
* Structured as array('F (first letter)' => array('Foo\Bar (full prefix)' => array('path', 'path2')))
*
* @var array<string, array<string, list<string>>>
*/
private $prefixesPsr0 = array();
/**
* @var list<string>
*/
private $fallbackDirsPsr0 = array();
/** @var bool */
private $useIncludePath = false;
/**
* @var array<string, string>
*/
private $classMap = array();
/** @var bool */
private $classMapAuthoritative = false;
/**
* @var array<string, bool>
*/
private $missingClasses = array();
/** @var string|null */
private $apcuPrefix;
/**
* @var array<string, self>
*/
private static $registeredLoaders = array();
/**
* @param string|null $vendorDir
*/
public function __construct($vendorDir = null)
{
$this->vendorDir = $vendorDir;
self::initializeIncludeClosure();
}
/**
* @return array<string, list<string>>
*/
public function getPrefixes()
{
if (!empty($this->prefixesPsr0)) {
return call_user_func_array('array_merge', array_values($this->prefixesPsr0));
}
return array();
}
/**
* @return array<string, list<string>>
*/
public function getPrefixesPsr4()
{
return $this->prefixDirsPsr4;
}
/**
* @return list<string>
*/
public function getFallbackDirs()
{
return $this->fallbackDirsPsr0;
}
/**
* @return list<string>
*/
public function getFallbackDirsPsr4()
{
return $this->fallbackDirsPsr4;
}
/**
* @return array<string, string> Array of classname => path
*/
public function getClassMap()
{
return $this->classMap;
}
/**
* @param array<string, string> $classMap Class to filename map
*
* @return void
*/
public function addClassMap(array $classMap)
{
if ($this->classMap) {
$this->classMap = array_merge($this->classMap, $classMap);
} else {
$this->classMap = $classMap;
}
}
/**
* Registers a set of PSR-0 directories for a given prefix, either
* appending or prepending to the ones previously set for this prefix.
*
* @param string $prefix The prefix
* @param list<string>|string $paths The PSR-0 root directories
* @param bool $prepend Whether to prepend the directories
*
* @return void
*/
public function add($prefix, $paths, $prepend = false)
{
$paths = (array) $paths;
if (!$prefix) {
if ($prepend) {
$this->fallbackDirsPsr0 = array_merge(
$paths,
$this->fallbackDirsPsr0
);
} else {
$this->fallbackDirsPsr0 = array_merge(
$this->fallbackDirsPsr0,
$paths
);
}
return;
}
$first = $prefix[0];
if (!isset($this->prefixesPsr0[$first][$prefix])) {
$this->prefixesPsr0[$first][$prefix] = $paths;
return;
}
if ($prepend) {
$this->prefixesPsr0[$first][$prefix] = array_merge(
$paths,
$this->prefixesPsr0[$first][$prefix]
);
} else {
$this->prefixesPsr0[$first][$prefix] = array_merge(
$this->prefixesPsr0[$first][$prefix],
$paths
);
}
}
/**
* Registers a set of PSR-4 directories for a given namespace, either
* appending or prepending to the ones previously set for this namespace.
*
* @param string $prefix The prefix/namespace, with trailing '\\'
* @param list<string>|string $paths The PSR-4 base directories
* @param bool $prepend Whether to prepend the directories
*
* @throws \InvalidArgumentException
*
* @return void
*/
public function addPsr4($prefix, $paths, $prepend = false)
{
$paths = (array) $paths;
if (!$prefix) {
// Register directories for the root namespace.
if ($prepend) {
$this->fallbackDirsPsr4 = array_merge(
$paths,
$this->fallbackDirsPsr4
);
} else {
$this->fallbackDirsPsr4 = array_merge(
$this->fallbackDirsPsr4,
$paths
);
}
} elseif (!isset($this->prefixDirsPsr4[$prefix])) {
// Register directories for a new namespace.
$length = strlen($prefix);
if ('\\' !== $prefix[$length - 1]) {
throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.");
}
$this->prefixLengthsPsr4[$prefix[0]][$prefix] = $length;
$this->prefixDirsPsr4[$prefix] = $paths;
} elseif ($prepend) {
// Prepend directories for an already registered namespace.
$this->prefixDirsPsr4[$prefix] = array_merge(
$paths,
$this->prefixDirsPsr4[$prefix]
);
} else {
// Append directories for an already registered namespace.
$this->prefixDirsPsr4[$prefix] = array_merge(
$this->prefixDirsPsr4[$prefix],
$paths
);
}
}
/**
* Registers a set of PSR-0 directories for a given prefix,
* replacing any others previously set for this prefix.
*
* @param string $prefix The prefix
* @param list<string>|string $paths The PSR-0 base directories
*
* @return void
*/
public function set($prefix, $paths)
{
if (!$prefix) {
$this->fallbackDirsPsr0 = (array) $paths;
} else {
$this->prefixesPsr0[$prefix[0]][$prefix] = (array) $paths;
}
}
/**
* Registers a set of PSR-4 directories for a given namespace,
* replacing any others previously set for this namespace.
*
* @param string $prefix The prefix/namespace, with trailing '\\'
* @param list<string>|string $paths The PSR-4 base directories
*
* @throws \InvalidArgumentException
*
* @return void
*/
public function setPsr4($prefix, $paths)
{
if (!$prefix) {
$this->fallbackDirsPsr4 = (array) $paths;
} else {
$length = strlen($prefix);
if ('\\' !== $prefix[$length - 1]) {
throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.");
}
$this->prefixLengthsPsr4[$prefix[0]][$prefix] = $length;
$this->prefixDirsPsr4[$prefix] = (array) $paths;
}
}
/**
* Turns on searching the include path for class files.
*
* @param bool $useIncludePath
*
* @return void
*/
public function setUseIncludePath($useIncludePath)
{
$this->useIncludePath = $useIncludePath;
}
/**
* Can be used to check if the autoloader uses the include path to check
* for classes.
*
* @return bool
*/
public function getUseIncludePath()
{
return $this->useIncludePath;
}
/**
* Turns off searching the prefix and fallback directories for classes
* that have not been registered with the class map.
*
* @param bool $classMapAuthoritative
*
* @return void
*/
public function setClassMapAuthoritative($classMapAuthoritative)
{
$this->classMapAuthoritative = $classMapAuthoritative;
}
/**
* Should class lookup fail if not found in the current class map?
*
* @return bool
*/
public function isClassMapAuthoritative()
{
return $this->classMapAuthoritative;
}
/**
* APCu prefix to use to cache found/not-found classes, if the extension is enabled.
*
* @param string|null $apcuPrefix
*
* @return void
*/
public function setApcuPrefix($apcuPrefix)
{
$this->apcuPrefix = function_exists('apcu_fetch') && filter_var(ini_get('apc.enabled'), FILTER_VALIDATE_BOOLEAN) ? $apcuPrefix : null;
}
/**
* The APCu prefix in use, or null if APCu caching is not enabled.
*
* @return string|null
*/
public function getApcuPrefix()
{
return $this->apcuPrefix;
}
/**
* Registers this instance as an autoloader.
*
* @param bool $prepend Whether to prepend the autoloader or not
*
* @return void
*/
public function register($prepend = false)
{
spl_autoload_register(array($this, 'loadClass'), true, $prepend);
if (null === $this->vendorDir) {
return;
}
if ($prepend) {
self::$registeredLoaders = array($this->vendorDir => $this) + self::$registeredLoaders;
} else {
unset(self::$registeredLoaders[$this->vendorDir]);
self::$registeredLoaders[$this->vendorDir] = $this;
}
}
/**
* Unregisters this instance as an autoloader.
*
* @return void
*/
public function unregister()
{
spl_autoload_unregister(array($this, 'loadClass'));
if (null !== $this->vendorDir) {
unset(self::$registeredLoaders[$this->vendorDir]);
}
}
/**
* Loads the given class or interface.
*
* @param string $class The name of the class
* @return true|null True if loaded, null otherwise
*/
public function loadClass($class)
{
if ($file = $this->findFile($class)) {
$includeFile = self::$includeFile;
$includeFile($file);
return true;
}
return null;
}
/**
* Finds the path to the file where the class is defined.
*
* @param string $class The name of the class
*
* @return string|false The path if found, false otherwise
*/
public function findFile($class)
{
// class map lookup
if (isset($this->classMap[$class])) {
return $this->classMap[$class];
}
if ($this->classMapAuthoritative || isset($this->missingClasses[$class])) {
return false;
}
if (null !== $this->apcuPrefix) {
$file = apcu_fetch($this->apcuPrefix.$class, $hit);
if ($hit) {
return $file;
}
}
$file = $this->findFileWithExtension($class, '.php');
// Search for Hack files if we are running on HHVM
if (false === $file && defined('HHVM_VERSION')) {
$file = $this->findFileWithExtension($class, '.hh');
}
if (null !== $this->apcuPrefix) {
apcu_add($this->apcuPrefix.$class, $file);
}
if (false === $file) {
// Remember that this class does not exist.
$this->missingClasses[$class] = true;
}
return $file;
}
/**
* Returns the currently registered loaders keyed by their corresponding vendor directories.
*
* @return array<string, self>
*/
public static function getRegisteredLoaders()
{
return self::$registeredLoaders;
}
/**
* @param string $class
* @param string $ext
* @return string|false
*/
private function findFileWithExtension($class, $ext)
{
// PSR-4 lookup
$logicalPathPsr4 = strtr($class, '\\', DIRECTORY_SEPARATOR) . $ext;
$first = $class[0];
if (isset($this->prefixLengthsPsr4[$first])) {
$subPath = $class;
while (false !== $lastPos = strrpos($subPath, '\\')) {
$subPath = substr($subPath, 0, $lastPos);
$search = $subPath . '\\';
if (isset($this->prefixDirsPsr4[$search])) {
$pathEnd = DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $lastPos + 1);
foreach ($this->prefixDirsPsr4[$search] as $dir) {
if (file_exists($file = $dir . $pathEnd)) {
return $file;
}
}
}
}
}
// PSR-4 fallback dirs
foreach ($this->fallbackDirsPsr4 as $dir) {
if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) {
return $file;
}
}
// PSR-0 lookup
if (false !== $pos = strrpos($class, '\\')) {
// namespaced class name
$logicalPathPsr0 = substr($logicalPathPsr4, 0, $pos + 1)
. strtr(substr($logicalPathPsr4, $pos + 1), '_', DIRECTORY_SEPARATOR);
} else {
// PEAR-like class name
$logicalPathPsr0 = strtr($class, '_', DIRECTORY_SEPARATOR) . $ext;
}
if (isset($this->prefixesPsr0[$first])) {
foreach ($this->prefixesPsr0[$first] as $prefix => $dirs) {
if (0 === strpos($class, $prefix)) {
foreach ($dirs as $dir) {
if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
return $file;
}
}
}
}
}
// PSR-0 fallback dirs
foreach ($this->fallbackDirsPsr0 as $dir) {
if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
return $file;
}
}
// PSR-0 include paths.
if ($this->useIncludePath && $file = stream_resolve_include_path($logicalPathPsr0)) {
return $file;
}
return false;
}
/**
* @return void
*/
private static function initializeIncludeClosure()
{
if (self::$includeFile !== null) {
return;
}
/**
* Scope isolated include.
*
* Prevents access to $this/self from included files.
*
* @param string $file
* @return void
*/
self::$includeFile = \Closure::bind(static function($file) {
include $file;
}, null, null);
}
}
@@ -0,0 +1,359 @@
<?php
/*
* This file is part of Composer.
*
* (c) Nils Adermann <naderman@naderman.de>
* Jordi Boggiano <j.boggiano@seld.be>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Composer;
use Composer\Autoload\ClassLoader;
use Composer\Semver\VersionParser;
/**
* This class is copied in every Composer installed project and available to all
*
* See also https://getcomposer.org/doc/07-runtime.md#installed-versions
*
* To require its presence, you can require `composer-runtime-api ^2.0`
*
* @final
*/
class InstalledVersions
{
/**
* @var mixed[]|null
* @psalm-var array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}|array{}|null
*/
private static $installed;
/**
* @var bool|null
*/
private static $canGetVendors;
/**
* @var array[]
* @psalm-var array<string, array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}>
*/
private static $installedByVendor = array();
/**
* Returns a list of all package names which are present, either by being installed, replaced or provided
*
* @return string[]
* @psalm-return list<string>
*/
public static function getInstalledPackages()
{
$packages = array();
foreach (self::getInstalled() as $installed) {
$packages[] = array_keys($installed['versions']);
}
if (1 === \count($packages)) {
return $packages[0];
}
return array_keys(array_flip(\call_user_func_array('array_merge', $packages)));
}
/**
* Returns a list of all package names with a specific type e.g. 'library'
*
* @param string $type
* @return string[]
* @psalm-return list<string>
*/
public static function getInstalledPackagesByType($type)
{
$packagesByType = array();
foreach (self::getInstalled() as $installed) {
foreach ($installed['versions'] as $name => $package) {
if (isset($package['type']) && $package['type'] === $type) {
$packagesByType[] = $name;
}
}
}
return $packagesByType;
}
/**
* Checks whether the given package is installed
*
* This also returns true if the package name is provided or replaced by another package
*
* @param string $packageName
* @param bool $includeDevRequirements
* @return bool
*/
public static function isInstalled($packageName, $includeDevRequirements = true)
{
foreach (self::getInstalled() as $installed) {
if (isset($installed['versions'][$packageName])) {
return $includeDevRequirements || !isset($installed['versions'][$packageName]['dev_requirement']) || $installed['versions'][$packageName]['dev_requirement'] === false;
}
}
return false;
}
/**
* Checks whether the given package satisfies a version constraint
*
* e.g. If you want to know whether version 2.3+ of package foo/bar is installed, you would call:
*
* Composer\InstalledVersions::satisfies(new VersionParser, 'foo/bar', '^2.3')
*
* @param VersionParser $parser Install composer/semver to have access to this class and functionality
* @param string $packageName
* @param string|null $constraint A version constraint to check for, if you pass one you have to make sure composer/semver is required by your package
* @return bool
*/
public static function satisfies(VersionParser $parser, $packageName, $constraint)
{
$constraint = $parser->parseConstraints((string) $constraint);
$provided = $parser->parseConstraints(self::getVersionRanges($packageName));
return $provided->matches($constraint);
}
/**
* Returns a version constraint representing all the range(s) which are installed for a given package
*
* It is easier to use this via isInstalled() with the $constraint argument if you need to check
* whether a given version of a package is installed, and not just whether it exists
*
* @param string $packageName
* @return string Version constraint usable with composer/semver
*/
public static function getVersionRanges($packageName)
{
foreach (self::getInstalled() as $installed) {
if (!isset($installed['versions'][$packageName])) {
continue;
}
$ranges = array();
if (isset($installed['versions'][$packageName]['pretty_version'])) {
$ranges[] = $installed['versions'][$packageName]['pretty_version'];
}
if (array_key_exists('aliases', $installed['versions'][$packageName])) {
$ranges = array_merge($ranges, $installed['versions'][$packageName]['aliases']);
}
if (array_key_exists('replaced', $installed['versions'][$packageName])) {
$ranges = array_merge($ranges, $installed['versions'][$packageName]['replaced']);
}
if (array_key_exists('provided', $installed['versions'][$packageName])) {
$ranges = array_merge($ranges, $installed['versions'][$packageName]['provided']);
}
return implode(' || ', $ranges);
}
throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed');
}
/**
* @param string $packageName
* @return string|null If the package is being replaced or provided but is not really installed, null will be returned as version, use satisfies or getVersionRanges if you need to know if a given version is present
*/
public static function getVersion($packageName)
{
foreach (self::getInstalled() as $installed) {
if (!isset($installed['versions'][$packageName])) {
continue;
}
if (!isset($installed['versions'][$packageName]['version'])) {
return null;
}
return $installed['versions'][$packageName]['version'];
}
throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed');
}
/**
* @param string $packageName
* @return string|null If the package is being replaced or provided but is not really installed, null will be returned as version, use satisfies or getVersionRanges if you need to know if a given version is present
*/
public static function getPrettyVersion($packageName)
{
foreach (self::getInstalled() as $installed) {
if (!isset($installed['versions'][$packageName])) {
continue;
}
if (!isset($installed['versions'][$packageName]['pretty_version'])) {
return null;
}
return $installed['versions'][$packageName]['pretty_version'];
}
throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed');
}
/**
* @param string $packageName
* @return string|null If the package is being replaced or provided but is not really installed, null will be returned as reference
*/
public static function getReference($packageName)
{
foreach (self::getInstalled() as $installed) {
if (!isset($installed['versions'][$packageName])) {
continue;
}
if (!isset($installed['versions'][$packageName]['reference'])) {
return null;
}
return $installed['versions'][$packageName]['reference'];
}
throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed');
}
/**
* @param string $packageName
* @return string|null If the package is being replaced or provided but is not really installed, null will be returned as install path. Packages of type metapackages also have a null install path.
*/
public static function getInstallPath($packageName)
{
foreach (self::getInstalled() as $installed) {
if (!isset($installed['versions'][$packageName])) {
continue;
}
return isset($installed['versions'][$packageName]['install_path']) ? $installed['versions'][$packageName]['install_path'] : null;
}
throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed');
}
/**
* @return array
* @psalm-return array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}
*/
public static function getRootPackage()
{
$installed = self::getInstalled();
return $installed[0]['root'];
}
/**
* Returns the raw installed.php data for custom implementations
*
* @deprecated Use getAllRawData() instead which returns all datasets for all autoloaders present in the process. getRawData only returns the first dataset loaded, which may not be what you expect.
* @return array[]
* @psalm-return array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}
*/
public static function getRawData()
{
@trigger_error('getRawData only returns the first dataset loaded, which may not be what you expect. Use getAllRawData() instead which returns all datasets for all autoloaders present in the process.', E_USER_DEPRECATED);
if (null === self::$installed) {
// only require the installed.php file if this file is loaded from its dumped location,
// and not from its source location in the composer/composer package, see https://github.com/composer/composer/issues/9937
if (substr(__DIR__, -8, 1) !== 'C') {
self::$installed = include __DIR__ . '/installed.php';
} else {
self::$installed = array();
}
}
return self::$installed;
}
/**
* Returns the raw data of all installed.php which are currently loaded for custom implementations
*
* @return array[]
* @psalm-return list<array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}>
*/
public static function getAllRawData()
{
return self::getInstalled();
}
/**
* Lets you reload the static array from another file
*
* This is only useful for complex integrations in which a project needs to use
* this class but then also needs to execute another project's autoloader in process,
* and wants to ensure both projects have access to their version of installed.php.
*
* A typical case would be PHPUnit, where it would need to make sure it reads all
* the data it needs from this class, then call reload() with
* `require $CWD/vendor/composer/installed.php` (or similar) as input to make sure
* the project in which it runs can then also use this class safely, without
* interference between PHPUnit's dependencies and the project's dependencies.
*
* @param array[] $data A vendor/composer/installed.php data set
* @return void
*
* @psalm-param array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>} $data
*/
public static function reload($data)
{
self::$installed = $data;
self::$installedByVendor = array();
}
/**
* @return array[]
* @psalm-return list<array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}>
*/
private static function getInstalled()
{
if (null === self::$canGetVendors) {
self::$canGetVendors = method_exists('Composer\Autoload\ClassLoader', 'getRegisteredLoaders');
}
$installed = array();
if (self::$canGetVendors) {
foreach (ClassLoader::getRegisteredLoaders() as $vendorDir => $loader) {
if (isset(self::$installedByVendor[$vendorDir])) {
$installed[] = self::$installedByVendor[$vendorDir];
} elseif (is_file($vendorDir.'/composer/installed.php')) {
/** @var array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>} $required */
$required = require $vendorDir.'/composer/installed.php';
$installed[] = self::$installedByVendor[$vendorDir] = $required;
if (null === self::$installed && strtr($vendorDir.'/composer', '\\', '/') === strtr(__DIR__, '\\', '/')) {
self::$installed = $installed[count($installed) - 1];
}
}
}
}
if (null === self::$installed) {
// only require the installed.php file if this file is loaded from its dumped location,
// and not from its source location in the composer/composer package, see https://github.com/composer/composer/issues/9937
if (substr(__DIR__, -8, 1) !== 'C') {
/** @var array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>} $required */
$required = require __DIR__ . '/installed.php';
self::$installed = $required;
} else {
self::$installed = array();
}
}
if (self::$installed !== array()) {
$installed[] = self::$installed;
}
return $installed;
}
}
@@ -0,0 +1,21 @@
Copyright (c) Nils Adermann, Jordi Boggiano
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished
to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
@@ -0,0 +1,355 @@
<?php
// autoload_classmap.php @generated by Composer
$vendorDir = dirname(__DIR__);
$baseDir = $vendorDir;
return array(
'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php',
'OCA\\DAV\\AppInfo\\Application' => $baseDir . '/../lib/AppInfo/Application.php',
'OCA\\DAV\\AppInfo\\PluginManager' => $baseDir . '/../lib/AppInfo/PluginManager.php',
'OCA\\DAV\\Avatars\\AvatarHome' => $baseDir . '/../lib/Avatars/AvatarHome.php',
'OCA\\DAV\\Avatars\\AvatarNode' => $baseDir . '/../lib/Avatars/AvatarNode.php',
'OCA\\DAV\\Avatars\\RootCollection' => $baseDir . '/../lib/Avatars/RootCollection.php',
'OCA\\DAV\\BackgroundJob\\BuildReminderIndexBackgroundJob' => $baseDir . '/../lib/BackgroundJob/BuildReminderIndexBackgroundJob.php',
'OCA\\DAV\\BackgroundJob\\CalendarRetentionJob' => $baseDir . '/../lib/BackgroundJob/CalendarRetentionJob.php',
'OCA\\DAV\\BackgroundJob\\CleanupDirectLinksJob' => $baseDir . '/../lib/BackgroundJob/CleanupDirectLinksJob.php',
'OCA\\DAV\\BackgroundJob\\CleanupInvitationTokenJob' => $baseDir . '/../lib/BackgroundJob/CleanupInvitationTokenJob.php',
'OCA\\DAV\\BackgroundJob\\EventReminderJob' => $baseDir . '/../lib/BackgroundJob/EventReminderJob.php',
'OCA\\DAV\\BackgroundJob\\GenerateBirthdayCalendarBackgroundJob' => $baseDir . '/../lib/BackgroundJob/GenerateBirthdayCalendarBackgroundJob.php',
'OCA\\DAV\\BackgroundJob\\OutOfOfficeEventDispatcherJob' => $baseDir . '/../lib/BackgroundJob/OutOfOfficeEventDispatcherJob.php',
'OCA\\DAV\\BackgroundJob\\PruneOutdatedSyncTokensJob' => $baseDir . '/../lib/BackgroundJob/PruneOutdatedSyncTokensJob.php',
'OCA\\DAV\\BackgroundJob\\RefreshWebcalJob' => $baseDir . '/../lib/BackgroundJob/RefreshWebcalJob.php',
'OCA\\DAV\\BackgroundJob\\RegisterRegenerateBirthdayCalendars' => $baseDir . '/../lib/BackgroundJob/RegisterRegenerateBirthdayCalendars.php',
'OCA\\DAV\\BackgroundJob\\UpdateCalendarResourcesRoomsBackgroundJob' => $baseDir . '/../lib/BackgroundJob/UpdateCalendarResourcesRoomsBackgroundJob.php',
'OCA\\DAV\\BackgroundJob\\UploadCleanup' => $baseDir . '/../lib/BackgroundJob/UploadCleanup.php',
'OCA\\DAV\\BackgroundJob\\UserStatusAutomation' => $baseDir . '/../lib/BackgroundJob/UserStatusAutomation.php',
'OCA\\DAV\\BulkUpload\\BulkUploadPlugin' => $baseDir . '/../lib/BulkUpload/BulkUploadPlugin.php',
'OCA\\DAV\\BulkUpload\\MultipartRequestParser' => $baseDir . '/../lib/BulkUpload/MultipartRequestParser.php',
'OCA\\DAV\\CalDAV\\Activity\\Backend' => $baseDir . '/../lib/CalDAV/Activity/Backend.php',
'OCA\\DAV\\CalDAV\\Activity\\Filter\\Calendar' => $baseDir . '/../lib/CalDAV/Activity/Filter/Calendar.php',
'OCA\\DAV\\CalDAV\\Activity\\Filter\\Todo' => $baseDir . '/../lib/CalDAV/Activity/Filter/Todo.php',
'OCA\\DAV\\CalDAV\\Activity\\Provider\\Base' => $baseDir . '/../lib/CalDAV/Activity/Provider/Base.php',
'OCA\\DAV\\CalDAV\\Activity\\Provider\\Calendar' => $baseDir . '/../lib/CalDAV/Activity/Provider/Calendar.php',
'OCA\\DAV\\CalDAV\\Activity\\Provider\\Event' => $baseDir . '/../lib/CalDAV/Activity/Provider/Event.php',
'OCA\\DAV\\CalDAV\\Activity\\Provider\\Todo' => $baseDir . '/../lib/CalDAV/Activity/Provider/Todo.php',
'OCA\\DAV\\CalDAV\\Activity\\Setting\\CalDAVSetting' => $baseDir . '/../lib/CalDAV/Activity/Setting/CalDAVSetting.php',
'OCA\\DAV\\CalDAV\\Activity\\Setting\\Calendar' => $baseDir . '/../lib/CalDAV/Activity/Setting/Calendar.php',
'OCA\\DAV\\CalDAV\\Activity\\Setting\\Event' => $baseDir . '/../lib/CalDAV/Activity/Setting/Event.php',
'OCA\\DAV\\CalDAV\\Activity\\Setting\\Todo' => $baseDir . '/../lib/CalDAV/Activity/Setting/Todo.php',
'OCA\\DAV\\CalDAV\\AppCalendar\\AppCalendar' => $baseDir . '/../lib/CalDAV/AppCalendar/AppCalendar.php',
'OCA\\DAV\\CalDAV\\AppCalendar\\AppCalendarPlugin' => $baseDir . '/../lib/CalDAV/AppCalendar/AppCalendarPlugin.php',
'OCA\\DAV\\CalDAV\\AppCalendar\\CalendarObject' => $baseDir . '/../lib/CalDAV/AppCalendar/CalendarObject.php',
'OCA\\DAV\\CalDAV\\Auth\\CustomPrincipalPlugin' => $baseDir . '/../lib/CalDAV/Auth/CustomPrincipalPlugin.php',
'OCA\\DAV\\CalDAV\\Auth\\PublicPrincipalPlugin' => $baseDir . '/../lib/CalDAV/Auth/PublicPrincipalPlugin.php',
'OCA\\DAV\\CalDAV\\BirthdayCalendar\\EnablePlugin' => $baseDir . '/../lib/CalDAV/BirthdayCalendar/EnablePlugin.php',
'OCA\\DAV\\CalDAV\\BirthdayService' => $baseDir . '/../lib/CalDAV/BirthdayService.php',
'OCA\\DAV\\CalDAV\\CachedSubscription' => $baseDir . '/../lib/CalDAV/CachedSubscription.php',
'OCA\\DAV\\CalDAV\\CachedSubscriptionObject' => $baseDir . '/../lib/CalDAV/CachedSubscriptionObject.php',
'OCA\\DAV\\CalDAV\\CalDavBackend' => $baseDir . '/../lib/CalDAV/CalDavBackend.php',
'OCA\\DAV\\CalDAV\\Calendar' => $baseDir . '/../lib/CalDAV/Calendar.php',
'OCA\\DAV\\CalDAV\\CalendarHome' => $baseDir . '/../lib/CalDAV/CalendarHome.php',
'OCA\\DAV\\CalDAV\\CalendarImpl' => $baseDir . '/../lib/CalDAV/CalendarImpl.php',
'OCA\\DAV\\CalDAV\\CalendarManager' => $baseDir . '/../lib/CalDAV/CalendarManager.php',
'OCA\\DAV\\CalDAV\\CalendarObject' => $baseDir . '/../lib/CalDAV/CalendarObject.php',
'OCA\\DAV\\CalDAV\\CalendarProvider' => $baseDir . '/../lib/CalDAV/CalendarProvider.php',
'OCA\\DAV\\CalDAV\\CalendarRoot' => $baseDir . '/../lib/CalDAV/CalendarRoot.php',
'OCA\\DAV\\CalDAV\\EventComparisonService' => $baseDir . '/../lib/CalDAV/EventComparisonService.php',
'OCA\\DAV\\CalDAV\\FreeBusy\\FreeBusyGenerator' => $baseDir . '/../lib/CalDAV/FreeBusy/FreeBusyGenerator.php',
'OCA\\DAV\\CalDAV\\ICSExportPlugin\\ICSExportPlugin' => $baseDir . '/../lib/CalDAV/ICSExportPlugin/ICSExportPlugin.php',
'OCA\\DAV\\CalDAV\\IRestorable' => $baseDir . '/../lib/CalDAV/IRestorable.php',
'OCA\\DAV\\CalDAV\\Integration\\ExternalCalendar' => $baseDir . '/../lib/CalDAV/Integration/ExternalCalendar.php',
'OCA\\DAV\\CalDAV\\Integration\\ICalendarProvider' => $baseDir . '/../lib/CalDAV/Integration/ICalendarProvider.php',
'OCA\\DAV\\CalDAV\\InvitationResponse\\InvitationResponseServer' => $baseDir . '/../lib/CalDAV/InvitationResponse/InvitationResponseServer.php',
'OCA\\DAV\\CalDAV\\Outbox' => $baseDir . '/../lib/CalDAV/Outbox.php',
'OCA\\DAV\\CalDAV\\Plugin' => $baseDir . '/../lib/CalDAV/Plugin.php',
'OCA\\DAV\\CalDAV\\Principal\\Collection' => $baseDir . '/../lib/CalDAV/Principal/Collection.php',
'OCA\\DAV\\CalDAV\\Principal\\User' => $baseDir . '/../lib/CalDAV/Principal/User.php',
'OCA\\DAV\\CalDAV\\Proxy\\Proxy' => $baseDir . '/../lib/CalDAV/Proxy/Proxy.php',
'OCA\\DAV\\CalDAV\\Proxy\\ProxyMapper' => $baseDir . '/../lib/CalDAV/Proxy/ProxyMapper.php',
'OCA\\DAV\\CalDAV\\PublicCalendar' => $baseDir . '/../lib/CalDAV/PublicCalendar.php',
'OCA\\DAV\\CalDAV\\PublicCalendarObject' => $baseDir . '/../lib/CalDAV/PublicCalendarObject.php',
'OCA\\DAV\\CalDAV\\PublicCalendarRoot' => $baseDir . '/../lib/CalDAV/PublicCalendarRoot.php',
'OCA\\DAV\\CalDAV\\Publishing\\PublishPlugin' => $baseDir . '/../lib/CalDAV/Publishing/PublishPlugin.php',
'OCA\\DAV\\CalDAV\\Publishing\\Xml\\Publisher' => $baseDir . '/../lib/CalDAV/Publishing/Xml/Publisher.php',
'OCA\\DAV\\CalDAV\\Reminder\\Backend' => $baseDir . '/../lib/CalDAV/Reminder/Backend.php',
'OCA\\DAV\\CalDAV\\Reminder\\INotificationProvider' => $baseDir . '/../lib/CalDAV/Reminder/INotificationProvider.php',
'OCA\\DAV\\CalDAV\\Reminder\\NotificationProviderManager' => $baseDir . '/../lib/CalDAV/Reminder/NotificationProviderManager.php',
'OCA\\DAV\\CalDAV\\Reminder\\NotificationProvider\\AbstractProvider' => $baseDir . '/../lib/CalDAV/Reminder/NotificationProvider/AbstractProvider.php',
'OCA\\DAV\\CalDAV\\Reminder\\NotificationProvider\\AudioProvider' => $baseDir . '/../lib/CalDAV/Reminder/NotificationProvider/AudioProvider.php',
'OCA\\DAV\\CalDAV\\Reminder\\NotificationProvider\\EmailProvider' => $baseDir . '/../lib/CalDAV/Reminder/NotificationProvider/EmailProvider.php',
'OCA\\DAV\\CalDAV\\Reminder\\NotificationProvider\\ProviderNotAvailableException' => $baseDir . '/../lib/CalDAV/Reminder/NotificationProvider/ProviderNotAvailableException.php',
'OCA\\DAV\\CalDAV\\Reminder\\NotificationProvider\\PushProvider' => $baseDir . '/../lib/CalDAV/Reminder/NotificationProvider/PushProvider.php',
'OCA\\DAV\\CalDAV\\Reminder\\NotificationTypeDoesNotExistException' => $baseDir . '/../lib/CalDAV/Reminder/NotificationTypeDoesNotExistException.php',
'OCA\\DAV\\CalDAV\\Reminder\\Notifier' => $baseDir . '/../lib/CalDAV/Reminder/Notifier.php',
'OCA\\DAV\\CalDAV\\Reminder\\ReminderService' => $baseDir . '/../lib/CalDAV/Reminder/ReminderService.php',
'OCA\\DAV\\CalDAV\\ResourceBooking\\AbstractPrincipalBackend' => $baseDir . '/../lib/CalDAV/ResourceBooking/AbstractPrincipalBackend.php',
'OCA\\DAV\\CalDAV\\ResourceBooking\\ResourcePrincipalBackend' => $baseDir . '/../lib/CalDAV/ResourceBooking/ResourcePrincipalBackend.php',
'OCA\\DAV\\CalDAV\\ResourceBooking\\RoomPrincipalBackend' => $baseDir . '/../lib/CalDAV/ResourceBooking/RoomPrincipalBackend.php',
'OCA\\DAV\\CalDAV\\RetentionService' => $baseDir . '/../lib/CalDAV/RetentionService.php',
'OCA\\DAV\\CalDAV\\Schedule\\IMipPlugin' => $baseDir . '/../lib/CalDAV/Schedule/IMipPlugin.php',
'OCA\\DAV\\CalDAV\\Schedule\\IMipService' => $baseDir . '/../lib/CalDAV/Schedule/IMipService.php',
'OCA\\DAV\\CalDAV\\Schedule\\Plugin' => $baseDir . '/../lib/CalDAV/Schedule/Plugin.php',
'OCA\\DAV\\CalDAV\\Search\\SearchPlugin' => $baseDir . '/../lib/CalDAV/Search/SearchPlugin.php',
'OCA\\DAV\\CalDAV\\Search\\Xml\\Filter\\CompFilter' => $baseDir . '/../lib/CalDAV/Search/Xml/Filter/CompFilter.php',
'OCA\\DAV\\CalDAV\\Search\\Xml\\Filter\\LimitFilter' => $baseDir . '/../lib/CalDAV/Search/Xml/Filter/LimitFilter.php',
'OCA\\DAV\\CalDAV\\Search\\Xml\\Filter\\OffsetFilter' => $baseDir . '/../lib/CalDAV/Search/Xml/Filter/OffsetFilter.php',
'OCA\\DAV\\CalDAV\\Search\\Xml\\Filter\\ParamFilter' => $baseDir . '/../lib/CalDAV/Search/Xml/Filter/ParamFilter.php',
'OCA\\DAV\\CalDAV\\Search\\Xml\\Filter\\PropFilter' => $baseDir . '/../lib/CalDAV/Search/Xml/Filter/PropFilter.php',
'OCA\\DAV\\CalDAV\\Search\\Xml\\Filter\\SearchTermFilter' => $baseDir . '/../lib/CalDAV/Search/Xml/Filter/SearchTermFilter.php',
'OCA\\DAV\\CalDAV\\Search\\Xml\\Request\\CalendarSearchReport' => $baseDir . '/../lib/CalDAV/Search/Xml/Request/CalendarSearchReport.php',
'OCA\\DAV\\CalDAV\\Security\\RateLimitingPlugin' => $baseDir . '/../lib/CalDAV/Security/RateLimitingPlugin.php',
'OCA\\DAV\\CalDAV\\Status\\StatusService' => $baseDir . '/../lib/CalDAV/Status/StatusService.php',
'OCA\\DAV\\CalDAV\\TimezoneService' => $baseDir . '/../lib/CalDAV/TimezoneService.php',
'OCA\\DAV\\CalDAV\\Trashbin\\DeletedCalendarObject' => $baseDir . '/../lib/CalDAV/Trashbin/DeletedCalendarObject.php',
'OCA\\DAV\\CalDAV\\Trashbin\\DeletedCalendarObjectsCollection' => $baseDir . '/../lib/CalDAV/Trashbin/DeletedCalendarObjectsCollection.php',
'OCA\\DAV\\CalDAV\\Trashbin\\Plugin' => $baseDir . '/../lib/CalDAV/Trashbin/Plugin.php',
'OCA\\DAV\\CalDAV\\Trashbin\\RestoreTarget' => $baseDir . '/../lib/CalDAV/Trashbin/RestoreTarget.php',
'OCA\\DAV\\CalDAV\\Trashbin\\TrashbinHome' => $baseDir . '/../lib/CalDAV/Trashbin/TrashbinHome.php',
'OCA\\DAV\\CalDAV\\WebcalCaching\\Plugin' => $baseDir . '/../lib/CalDAV/WebcalCaching/Plugin.php',
'OCA\\DAV\\CalDAV\\WebcalCaching\\RefreshWebcalService' => $baseDir . '/../lib/CalDAV/WebcalCaching/RefreshWebcalService.php',
'OCA\\DAV\\Capabilities' => $baseDir . '/../lib/Capabilities.php',
'OCA\\DAV\\CardDAV\\Activity\\Backend' => $baseDir . '/../lib/CardDAV/Activity/Backend.php',
'OCA\\DAV\\CardDAV\\Activity\\Filter' => $baseDir . '/../lib/CardDAV/Activity/Filter.php',
'OCA\\DAV\\CardDAV\\Activity\\Provider\\Addressbook' => $baseDir . '/../lib/CardDAV/Activity/Provider/Addressbook.php',
'OCA\\DAV\\CardDAV\\Activity\\Provider\\Base' => $baseDir . '/../lib/CardDAV/Activity/Provider/Base.php',
'OCA\\DAV\\CardDAV\\Activity\\Provider\\Card' => $baseDir . '/../lib/CardDAV/Activity/Provider/Card.php',
'OCA\\DAV\\CardDAV\\Activity\\Setting' => $baseDir . '/../lib/CardDAV/Activity/Setting.php',
'OCA\\DAV\\CardDAV\\AddressBook' => $baseDir . '/../lib/CardDAV/AddressBook.php',
'OCA\\DAV\\CardDAV\\AddressBookImpl' => $baseDir . '/../lib/CardDAV/AddressBookImpl.php',
'OCA\\DAV\\CardDAV\\AddressBookRoot' => $baseDir . '/../lib/CardDAV/AddressBookRoot.php',
'OCA\\DAV\\CardDAV\\Card' => $baseDir . '/../lib/CardDAV/Card.php',
'OCA\\DAV\\CardDAV\\CardDavBackend' => $baseDir . '/../lib/CardDAV/CardDavBackend.php',
'OCA\\DAV\\CardDAV\\ContactsManager' => $baseDir . '/../lib/CardDAV/ContactsManager.php',
'OCA\\DAV\\CardDAV\\Converter' => $baseDir . '/../lib/CardDAV/Converter.php',
'OCA\\DAV\\CardDAV\\HasPhotoPlugin' => $baseDir . '/../lib/CardDAV/HasPhotoPlugin.php',
'OCA\\DAV\\CardDAV\\ImageExportPlugin' => $baseDir . '/../lib/CardDAV/ImageExportPlugin.php',
'OCA\\DAV\\CardDAV\\Integration\\ExternalAddressBook' => $baseDir . '/../lib/CardDAV/Integration/ExternalAddressBook.php',
'OCA\\DAV\\CardDAV\\Integration\\IAddressBookProvider' => $baseDir . '/../lib/CardDAV/Integration/IAddressBookProvider.php',
'OCA\\DAV\\CardDAV\\MultiGetExportPlugin' => $baseDir . '/../lib/CardDAV/MultiGetExportPlugin.php',
'OCA\\DAV\\CardDAV\\PhotoCache' => $baseDir . '/../lib/CardDAV/PhotoCache.php',
'OCA\\DAV\\CardDAV\\Plugin' => $baseDir . '/../lib/CardDAV/Plugin.php',
'OCA\\DAV\\CardDAV\\SyncService' => $baseDir . '/../lib/CardDAV/SyncService.php',
'OCA\\DAV\\CardDAV\\SystemAddressbook' => $baseDir . '/../lib/CardDAV/SystemAddressbook.php',
'OCA\\DAV\\CardDAV\\UserAddressBooks' => $baseDir . '/../lib/CardDAV/UserAddressBooks.php',
'OCA\\DAV\\CardDAV\\Xml\\Groups' => $baseDir . '/../lib/CardDAV/Xml/Groups.php',
'OCA\\DAV\\Command\\CreateAddressBook' => $baseDir . '/../lib/Command/CreateAddressBook.php',
'OCA\\DAV\\Command\\CreateCalendar' => $baseDir . '/../lib/Command/CreateCalendar.php',
'OCA\\DAV\\Command\\DeleteCalendar' => $baseDir . '/../lib/Command/DeleteCalendar.php',
'OCA\\DAV\\Command\\ListCalendars' => $baseDir . '/../lib/Command/ListCalendars.php',
'OCA\\DAV\\Command\\MoveCalendar' => $baseDir . '/../lib/Command/MoveCalendar.php',
'OCA\\DAV\\Command\\RemoveInvalidShares' => $baseDir . '/../lib/Command/RemoveInvalidShares.php',
'OCA\\DAV\\Command\\RetentionCleanupCommand' => $baseDir . '/../lib/Command/RetentionCleanupCommand.php',
'OCA\\DAV\\Command\\SendEventReminders' => $baseDir . '/../lib/Command/SendEventReminders.php',
'OCA\\DAV\\Command\\SyncBirthdayCalendar' => $baseDir . '/../lib/Command/SyncBirthdayCalendar.php',
'OCA\\DAV\\Command\\SyncSystemAddressBook' => $baseDir . '/../lib/Command/SyncSystemAddressBook.php',
'OCA\\DAV\\Comments\\CommentNode' => $baseDir . '/../lib/Comments/CommentNode.php',
'OCA\\DAV\\Comments\\CommentsPlugin' => $baseDir . '/../lib/Comments/CommentsPlugin.php',
'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\\Connector\\LegacyDAVACL' => $baseDir . '/../lib/Connector/LegacyDAVACL.php',
'OCA\\DAV\\Connector\\PublicAuth' => $baseDir . '/../lib/Connector/PublicAuth.php',
'OCA\\DAV\\Connector\\Sabre\\AnonymousOptionsPlugin' => $baseDir . '/../lib/Connector/Sabre/AnonymousOptionsPlugin.php',
'OCA\\DAV\\Connector\\Sabre\\AppleQuirksPlugin' => $baseDir . '/../lib/Connector/Sabre/AppleQuirksPlugin.php',
'OCA\\DAV\\Connector\\Sabre\\Auth' => $baseDir . '/../lib/Connector/Sabre/Auth.php',
'OCA\\DAV\\Connector\\Sabre\\BearerAuth' => $baseDir . '/../lib/Connector/Sabre/BearerAuth.php',
'OCA\\DAV\\Connector\\Sabre\\BlockLegacyClientPlugin' => $baseDir . '/../lib/Connector/Sabre/BlockLegacyClientPlugin.php',
'OCA\\DAV\\Connector\\Sabre\\CachingTree' => $baseDir . '/../lib/Connector/Sabre/CachingTree.php',
'OCA\\DAV\\Connector\\Sabre\\ChecksumList' => $baseDir . '/../lib/Connector/Sabre/ChecksumList.php',
'OCA\\DAV\\Connector\\Sabre\\ChecksumUpdatePlugin' => $baseDir . '/../lib/Connector/Sabre/ChecksumUpdatePlugin.php',
'OCA\\DAV\\Connector\\Sabre\\CommentPropertiesPlugin' => $baseDir . '/../lib/Connector/Sabre/CommentPropertiesPlugin.php',
'OCA\\DAV\\Connector\\Sabre\\CopyEtagHeaderPlugin' => $baseDir . '/../lib/Connector/Sabre/CopyEtagHeaderPlugin.php',
'OCA\\DAV\\Connector\\Sabre\\DavAclPlugin' => $baseDir . '/../lib/Connector/Sabre/DavAclPlugin.php',
'OCA\\DAV\\Connector\\Sabre\\Directory' => $baseDir . '/../lib/Connector/Sabre/Directory.php',
'OCA\\DAV\\Connector\\Sabre\\DummyGetResponsePlugin' => $baseDir . '/../lib/Connector/Sabre/DummyGetResponsePlugin.php',
'OCA\\DAV\\Connector\\Sabre\\ExceptionLoggerPlugin' => $baseDir . '/../lib/Connector/Sabre/ExceptionLoggerPlugin.php',
'OCA\\DAV\\Connector\\Sabre\\Exception\\BadGateway' => $baseDir . '/../lib/Connector/Sabre/Exception/BadGateway.php',
'OCA\\DAV\\Connector\\Sabre\\Exception\\EntityTooLarge' => $baseDir . '/../lib/Connector/Sabre/Exception/EntityTooLarge.php',
'OCA\\DAV\\Connector\\Sabre\\Exception\\FileLocked' => $baseDir . '/../lib/Connector/Sabre/Exception/FileLocked.php',
'OCA\\DAV\\Connector\\Sabre\\Exception\\Forbidden' => $baseDir . '/../lib/Connector/Sabre/Exception/Forbidden.php',
'OCA\\DAV\\Connector\\Sabre\\Exception\\InvalidPath' => $baseDir . '/../lib/Connector/Sabre/Exception/InvalidPath.php',
'OCA\\DAV\\Connector\\Sabre\\Exception\\PasswordLoginForbidden' => $baseDir . '/../lib/Connector/Sabre/Exception/PasswordLoginForbidden.php',
'OCA\\DAV\\Connector\\Sabre\\Exception\\TooManyRequests' => $baseDir . '/../lib/Connector/Sabre/Exception/TooManyRequests.php',
'OCA\\DAV\\Connector\\Sabre\\Exception\\UnsupportedMediaType' => $baseDir . '/../lib/Connector/Sabre/Exception/UnsupportedMediaType.php',
'OCA\\DAV\\Connector\\Sabre\\FakeLockerPlugin' => $baseDir . '/../lib/Connector/Sabre/FakeLockerPlugin.php',
'OCA\\DAV\\Connector\\Sabre\\File' => $baseDir . '/../lib/Connector/Sabre/File.php',
'OCA\\DAV\\Connector\\Sabre\\FilesPlugin' => $baseDir . '/../lib/Connector/Sabre/FilesPlugin.php',
'OCA\\DAV\\Connector\\Sabre\\FilesReportPlugin' => $baseDir . '/../lib/Connector/Sabre/FilesReportPlugin.php',
'OCA\\DAV\\Connector\\Sabre\\LockPlugin' => $baseDir . '/../lib/Connector/Sabre/LockPlugin.php',
'OCA\\DAV\\Connector\\Sabre\\MaintenancePlugin' => $baseDir . '/../lib/Connector/Sabre/MaintenancePlugin.php',
'OCA\\DAV\\Connector\\Sabre\\MtimeSanitizer' => $baseDir . '/../lib/Connector/Sabre/MtimeSanitizer.php',
'OCA\\DAV\\Connector\\Sabre\\Node' => $baseDir . '/../lib/Connector/Sabre/Node.php',
'OCA\\DAV\\Connector\\Sabre\\ObjectTree' => $baseDir . '/../lib/Connector/Sabre/ObjectTree.php',
'OCA\\DAV\\Connector\\Sabre\\Principal' => $baseDir . '/../lib/Connector/Sabre/Principal.php',
'OCA\\DAV\\Connector\\Sabre\\PropfindCompressionPlugin' => $baseDir . '/../lib/Connector/Sabre/PropfindCompressionPlugin.php',
'OCA\\DAV\\Connector\\Sabre\\QuotaPlugin' => $baseDir . '/../lib/Connector/Sabre/QuotaPlugin.php',
'OCA\\DAV\\Connector\\Sabre\\RequestIdHeaderPlugin' => $baseDir . '/../lib/Connector/Sabre/RequestIdHeaderPlugin.php',
'OCA\\DAV\\Connector\\Sabre\\Server' => $baseDir . '/../lib/Connector/Sabre/Server.php',
'OCA\\DAV\\Connector\\Sabre\\ServerFactory' => $baseDir . '/../lib/Connector/Sabre/ServerFactory.php',
'OCA\\DAV\\Connector\\Sabre\\ShareTypeList' => $baseDir . '/../lib/Connector/Sabre/ShareTypeList.php',
'OCA\\DAV\\Connector\\Sabre\\ShareeList' => $baseDir . '/../lib/Connector/Sabre/ShareeList.php',
'OCA\\DAV\\Connector\\Sabre\\SharesPlugin' => $baseDir . '/../lib/Connector/Sabre/SharesPlugin.php',
'OCA\\DAV\\Connector\\Sabre\\TagList' => $baseDir . '/../lib/Connector/Sabre/TagList.php',
'OCA\\DAV\\Connector\\Sabre\\TagsPlugin' => $baseDir . '/../lib/Connector/Sabre/TagsPlugin.php',
'OCA\\DAV\\Controller\\BirthdayCalendarController' => $baseDir . '/../lib/Controller/BirthdayCalendarController.php',
'OCA\\DAV\\Controller\\DirectController' => $baseDir . '/../lib/Controller/DirectController.php',
'OCA\\DAV\\Controller\\InvitationResponseController' => $baseDir . '/../lib/Controller/InvitationResponseController.php',
'OCA\\DAV\\Controller\\OutOfOfficeController' => $baseDir . '/../lib/Controller/OutOfOfficeController.php',
'OCA\\DAV\\DAV\\CustomPropertiesBackend' => $baseDir . '/../lib/DAV/CustomPropertiesBackend.php',
'OCA\\DAV\\DAV\\GroupPrincipalBackend' => $baseDir . '/../lib/DAV/GroupPrincipalBackend.php',
'OCA\\DAV\\DAV\\PublicAuth' => $baseDir . '/../lib/DAV/PublicAuth.php',
'OCA\\DAV\\DAV\\Sharing\\Backend' => $baseDir . '/../lib/DAV/Sharing/Backend.php',
'OCA\\DAV\\DAV\\Sharing\\IShareable' => $baseDir . '/../lib/DAV/Sharing/IShareable.php',
'OCA\\DAV\\DAV\\Sharing\\Plugin' => $baseDir . '/../lib/DAV/Sharing/Plugin.php',
'OCA\\DAV\\DAV\\Sharing\\Xml\\Invite' => $baseDir . '/../lib/DAV/Sharing/Xml/Invite.php',
'OCA\\DAV\\DAV\\Sharing\\Xml\\ShareRequest' => $baseDir . '/../lib/DAV/Sharing/Xml/ShareRequest.php',
'OCA\\DAV\\DAV\\SystemPrincipalBackend' => $baseDir . '/../lib/DAV/SystemPrincipalBackend.php',
'OCA\\DAV\\DAV\\ViewOnlyPlugin' => $baseDir . '/../lib/DAV/ViewOnlyPlugin.php',
'OCA\\DAV\\Db\\Absence' => $baseDir . '/../lib/Db/Absence.php',
'OCA\\DAV\\Db\\AbsenceMapper' => $baseDir . '/../lib/Db/AbsenceMapper.php',
'OCA\\DAV\\Db\\Direct' => $baseDir . '/../lib/Db/Direct.php',
'OCA\\DAV\\Db\\DirectMapper' => $baseDir . '/../lib/Db/DirectMapper.php',
'OCA\\DAV\\Db\\Property' => $baseDir . '/../lib/Db/Property.php',
'OCA\\DAV\\Db\\PropertyMapper' => $baseDir . '/../lib/Db/PropertyMapper.php',
'OCA\\DAV\\Direct\\DirectFile' => $baseDir . '/../lib/Direct/DirectFile.php',
'OCA\\DAV\\Direct\\DirectHome' => $baseDir . '/../lib/Direct/DirectHome.php',
'OCA\\DAV\\Direct\\Server' => $baseDir . '/../lib/Direct/Server.php',
'OCA\\DAV\\Direct\\ServerFactory' => $baseDir . '/../lib/Direct/ServerFactory.php',
'OCA\\DAV\\Events\\AddressBookCreatedEvent' => $baseDir . '/../lib/Events/AddressBookCreatedEvent.php',
'OCA\\DAV\\Events\\AddressBookDeletedEvent' => $baseDir . '/../lib/Events/AddressBookDeletedEvent.php',
'OCA\\DAV\\Events\\AddressBookShareUpdatedEvent' => $baseDir . '/../lib/Events/AddressBookShareUpdatedEvent.php',
'OCA\\DAV\\Events\\AddressBookUpdatedEvent' => $baseDir . '/../lib/Events/AddressBookUpdatedEvent.php',
'OCA\\DAV\\Events\\BeforeFileDirectDownloadedEvent' => $baseDir . '/../lib/Events/BeforeFileDirectDownloadedEvent.php',
'OCA\\DAV\\Events\\CachedCalendarObjectCreatedEvent' => $baseDir . '/../lib/Events/CachedCalendarObjectCreatedEvent.php',
'OCA\\DAV\\Events\\CachedCalendarObjectDeletedEvent' => $baseDir . '/../lib/Events/CachedCalendarObjectDeletedEvent.php',
'OCA\\DAV\\Events\\CachedCalendarObjectUpdatedEvent' => $baseDir . '/../lib/Events/CachedCalendarObjectUpdatedEvent.php',
'OCA\\DAV\\Events\\CalendarCreatedEvent' => $baseDir . '/../lib/Events/CalendarCreatedEvent.php',
'OCA\\DAV\\Events\\CalendarDeletedEvent' => $baseDir . '/../lib/Events/CalendarDeletedEvent.php',
'OCA\\DAV\\Events\\CalendarMovedToTrashEvent' => $baseDir . '/../lib/Events/CalendarMovedToTrashEvent.php',
'OCA\\DAV\\Events\\CalendarObjectCreatedEvent' => $baseDir . '/../lib/Events/CalendarObjectCreatedEvent.php',
'OCA\\DAV\\Events\\CalendarObjectDeletedEvent' => $baseDir . '/../lib/Events/CalendarObjectDeletedEvent.php',
'OCA\\DAV\\Events\\CalendarObjectMovedEvent' => $baseDir . '/../lib/Events/CalendarObjectMovedEvent.php',
'OCA\\DAV\\Events\\CalendarObjectMovedToTrashEvent' => $baseDir . '/../lib/Events/CalendarObjectMovedToTrashEvent.php',
'OCA\\DAV\\Events\\CalendarObjectRestoredEvent' => $baseDir . '/../lib/Events/CalendarObjectRestoredEvent.php',
'OCA\\DAV\\Events\\CalendarObjectUpdatedEvent' => $baseDir . '/../lib/Events/CalendarObjectUpdatedEvent.php',
'OCA\\DAV\\Events\\CalendarPublishedEvent' => $baseDir . '/../lib/Events/CalendarPublishedEvent.php',
'OCA\\DAV\\Events\\CalendarRestoredEvent' => $baseDir . '/../lib/Events/CalendarRestoredEvent.php',
'OCA\\DAV\\Events\\CalendarShareUpdatedEvent' => $baseDir . '/../lib/Events/CalendarShareUpdatedEvent.php',
'OCA\\DAV\\Events\\CalendarUnpublishedEvent' => $baseDir . '/../lib/Events/CalendarUnpublishedEvent.php',
'OCA\\DAV\\Events\\CalendarUpdatedEvent' => $baseDir . '/../lib/Events/CalendarUpdatedEvent.php',
'OCA\\DAV\\Events\\CardCreatedEvent' => $baseDir . '/../lib/Events/CardCreatedEvent.php',
'OCA\\DAV\\Events\\CardDeletedEvent' => $baseDir . '/../lib/Events/CardDeletedEvent.php',
'OCA\\DAV\\Events\\CardMovedEvent' => $baseDir . '/../lib/Events/CardMovedEvent.php',
'OCA\\DAV\\Events\\CardUpdatedEvent' => $baseDir . '/../lib/Events/CardUpdatedEvent.php',
'OCA\\DAV\\Events\\SabrePluginAddEvent' => $baseDir . '/../lib/Events/SabrePluginAddEvent.php',
'OCA\\DAV\\Events\\SabrePluginAuthInitEvent' => $baseDir . '/../lib/Events/SabrePluginAuthInitEvent.php',
'OCA\\DAV\\Events\\SubscriptionCreatedEvent' => $baseDir . '/../lib/Events/SubscriptionCreatedEvent.php',
'OCA\\DAV\\Events\\SubscriptionDeletedEvent' => $baseDir . '/../lib/Events/SubscriptionDeletedEvent.php',
'OCA\\DAV\\Events\\SubscriptionUpdatedEvent' => $baseDir . '/../lib/Events/SubscriptionUpdatedEvent.php',
'OCA\\DAV\\Exception\\ServerMaintenanceMode' => $baseDir . '/../lib/Exception/ServerMaintenanceMode.php',
'OCA\\DAV\\Exception\\UnsupportedLimitOnInitialSyncException' => $baseDir . '/../lib/Exception/UnsupportedLimitOnInitialSyncException.php',
'OCA\\DAV\\Files\\BrowserErrorPagePlugin' => $baseDir . '/../lib/Files/BrowserErrorPagePlugin.php',
'OCA\\DAV\\Files\\FileSearchBackend' => $baseDir . '/../lib/Files/FileSearchBackend.php',
'OCA\\DAV\\Files\\FilesHome' => $baseDir . '/../lib/Files/FilesHome.php',
'OCA\\DAV\\Files\\LazySearchBackend' => $baseDir . '/../lib/Files/LazySearchBackend.php',
'OCA\\DAV\\Files\\RootCollection' => $baseDir . '/../lib/Files/RootCollection.php',
'OCA\\DAV\\Files\\Sharing\\FilesDropPlugin' => $baseDir . '/../lib/Files/Sharing/FilesDropPlugin.php',
'OCA\\DAV\\Files\\Sharing\\PublicLinkCheckPlugin' => $baseDir . '/../lib/Files/Sharing/PublicLinkCheckPlugin.php',
'OCA\\DAV\\HookManager' => $baseDir . '/../lib/HookManager.php',
'OCA\\DAV\\Listener\\ActivityUpdaterListener' => $baseDir . '/../lib/Listener/ActivityUpdaterListener.php',
'OCA\\DAV\\Listener\\AddressbookListener' => $baseDir . '/../lib/Listener/AddressbookListener.php',
'OCA\\DAV\\Listener\\BirthdayListener' => $baseDir . '/../lib/Listener/BirthdayListener.php',
'OCA\\DAV\\Listener\\CalendarContactInteractionListener' => $baseDir . '/../lib/Listener/CalendarContactInteractionListener.php',
'OCA\\DAV\\Listener\\CalendarDeletionDefaultUpdaterListener' => $baseDir . '/../lib/Listener/CalendarDeletionDefaultUpdaterListener.php',
'OCA\\DAV\\Listener\\CalendarObjectReminderUpdaterListener' => $baseDir . '/../lib/Listener/CalendarObjectReminderUpdaterListener.php',
'OCA\\DAV\\Listener\\CalendarPublicationListener' => $baseDir . '/../lib/Listener/CalendarPublicationListener.php',
'OCA\\DAV\\Listener\\CalendarShareUpdateListener' => $baseDir . '/../lib/Listener/CalendarShareUpdateListener.php',
'OCA\\DAV\\Listener\\CardListener' => $baseDir . '/../lib/Listener/CardListener.php',
'OCA\\DAV\\Listener\\ClearPhotoCacheListener' => $baseDir . '/../lib/Listener/ClearPhotoCacheListener.php',
'OCA\\DAV\\Listener\\OutOfOfficeListener' => $baseDir . '/../lib/Listener/OutOfOfficeListener.php',
'OCA\\DAV\\Listener\\SubscriptionListener' => $baseDir . '/../lib/Listener/SubscriptionListener.php',
'OCA\\DAV\\Listener\\TrustedServerRemovedListener' => $baseDir . '/../lib/Listener/TrustedServerRemovedListener.php',
'OCA\\DAV\\Listener\\UserPreferenceListener' => $baseDir . '/../lib/Listener/UserPreferenceListener.php',
'OCA\\DAV\\Migration\\BuildCalendarSearchIndex' => $baseDir . '/../lib/Migration/BuildCalendarSearchIndex.php',
'OCA\\DAV\\Migration\\BuildCalendarSearchIndexBackgroundJob' => $baseDir . '/../lib/Migration/BuildCalendarSearchIndexBackgroundJob.php',
'OCA\\DAV\\Migration\\BuildSocialSearchIndex' => $baseDir . '/../lib/Migration/BuildSocialSearchIndex.php',
'OCA\\DAV\\Migration\\BuildSocialSearchIndexBackgroundJob' => $baseDir . '/../lib/Migration/BuildSocialSearchIndexBackgroundJob.php',
'OCA\\DAV\\Migration\\CalDAVRemoveEmptyValue' => $baseDir . '/../lib/Migration/CalDAVRemoveEmptyValue.php',
'OCA\\DAV\\Migration\\ChunkCleanup' => $baseDir . '/../lib/Migration/ChunkCleanup.php',
'OCA\\DAV\\Migration\\FixBirthdayCalendarComponent' => $baseDir . '/../lib/Migration/FixBirthdayCalendarComponent.php',
'OCA\\DAV\\Migration\\RefreshWebcalJobRegistrar' => $baseDir . '/../lib/Migration/RefreshWebcalJobRegistrar.php',
'OCA\\DAV\\Migration\\RegenerateBirthdayCalendars' => $baseDir . '/../lib/Migration/RegenerateBirthdayCalendars.php',
'OCA\\DAV\\Migration\\RegisterBuildReminderIndexBackgroundJob' => $baseDir . '/../lib/Migration/RegisterBuildReminderIndexBackgroundJob.php',
'OCA\\DAV\\Migration\\RemoveClassifiedEventActivity' => $baseDir . '/../lib/Migration/RemoveClassifiedEventActivity.php',
'OCA\\DAV\\Migration\\RemoveDeletedUsersCalendarSubscriptions' => $baseDir . '/../lib/Migration/RemoveDeletedUsersCalendarSubscriptions.php',
'OCA\\DAV\\Migration\\RemoveObjectProperties' => $baseDir . '/../lib/Migration/RemoveObjectProperties.php',
'OCA\\DAV\\Migration\\RemoveOrphanEventsAndContacts' => $baseDir . '/../lib/Migration/RemoveOrphanEventsAndContacts.php',
'OCA\\DAV\\Migration\\Version1004Date20170825134824' => $baseDir . '/../lib/Migration/Version1004Date20170825134824.php',
'OCA\\DAV\\Migration\\Version1004Date20170919104507' => $baseDir . '/../lib/Migration/Version1004Date20170919104507.php',
'OCA\\DAV\\Migration\\Version1004Date20170924124212' => $baseDir . '/../lib/Migration/Version1004Date20170924124212.php',
'OCA\\DAV\\Migration\\Version1004Date20170926103422' => $baseDir . '/../lib/Migration/Version1004Date20170926103422.php',
'OCA\\DAV\\Migration\\Version1005Date20180413093149' => $baseDir . '/../lib/Migration/Version1005Date20180413093149.php',
'OCA\\DAV\\Migration\\Version1005Date20180530124431' => $baseDir . '/../lib/Migration/Version1005Date20180530124431.php',
'OCA\\DAV\\Migration\\Version1006Date20180619154313' => $baseDir . '/../lib/Migration/Version1006Date20180619154313.php',
'OCA\\DAV\\Migration\\Version1006Date20180628111625' => $baseDir . '/../lib/Migration/Version1006Date20180628111625.php',
'OCA\\DAV\\Migration\\Version1008Date20181030113700' => $baseDir . '/../lib/Migration/Version1008Date20181030113700.php',
'OCA\\DAV\\Migration\\Version1008Date20181105104826' => $baseDir . '/../lib/Migration/Version1008Date20181105104826.php',
'OCA\\DAV\\Migration\\Version1008Date20181105104833' => $baseDir . '/../lib/Migration/Version1008Date20181105104833.php',
'OCA\\DAV\\Migration\\Version1008Date20181105110300' => $baseDir . '/../lib/Migration/Version1008Date20181105110300.php',
'OCA\\DAV\\Migration\\Version1008Date20181105112049' => $baseDir . '/../lib/Migration/Version1008Date20181105112049.php',
'OCA\\DAV\\Migration\\Version1008Date20181114084440' => $baseDir . '/../lib/Migration/Version1008Date20181114084440.php',
'OCA\\DAV\\Migration\\Version1011Date20190725113607' => $baseDir . '/../lib/Migration/Version1011Date20190725113607.php',
'OCA\\DAV\\Migration\\Version1011Date20190806104428' => $baseDir . '/../lib/Migration/Version1011Date20190806104428.php',
'OCA\\DAV\\Migration\\Version1012Date20190808122342' => $baseDir . '/../lib/Migration/Version1012Date20190808122342.php',
'OCA\\DAV\\Migration\\Version1016Date20201109085907' => $baseDir . '/../lib/Migration/Version1016Date20201109085907.php',
'OCA\\DAV\\Migration\\Version1017Date20210216083742' => $baseDir . '/../lib/Migration/Version1017Date20210216083742.php',
'OCA\\DAV\\Migration\\Version1018Date20210312100735' => $baseDir . '/../lib/Migration/Version1018Date20210312100735.php',
'OCA\\DAV\\Migration\\Version1024Date20211221144219' => $baseDir . '/../lib/Migration/Version1024Date20211221144219.php',
'OCA\\DAV\\Migration\\Version1027Date20230504122946' => $baseDir . '/../lib/Migration/Version1027Date20230504122946.php',
'OCA\\DAV\\Migration\\Version1029Date20221114151721' => $baseDir . '/../lib/Migration/Version1029Date20221114151721.php',
'OCA\\DAV\\Migration\\Version1029Date20231004091403' => $baseDir . '/../lib/Migration/Version1029Date20231004091403.php',
'OCA\\DAV\\Profiler\\ProfilerPlugin' => $baseDir . '/../lib/Profiler/ProfilerPlugin.php',
'OCA\\DAV\\Provisioning\\Apple\\AppleProvisioningNode' => $baseDir . '/../lib/Provisioning/Apple/AppleProvisioningNode.php',
'OCA\\DAV\\Provisioning\\Apple\\AppleProvisioningPlugin' => $baseDir . '/../lib/Provisioning/Apple/AppleProvisioningPlugin.php',
'OCA\\DAV\\ResponseDefinitions' => $baseDir . '/../lib/ResponseDefinitions.php',
'OCA\\DAV\\RootCollection' => $baseDir . '/../lib/RootCollection.php',
'OCA\\DAV\\Search\\ACalendarSearchProvider' => $baseDir . '/../lib/Search/ACalendarSearchProvider.php',
'OCA\\DAV\\Search\\ContactsSearchProvider' => $baseDir . '/../lib/Search/ContactsSearchProvider.php',
'OCA\\DAV\\Search\\EventsSearchProvider' => $baseDir . '/../lib/Search/EventsSearchProvider.php',
'OCA\\DAV\\Search\\TasksSearchProvider' => $baseDir . '/../lib/Search/TasksSearchProvider.php',
'OCA\\DAV\\Server' => $baseDir . '/../lib/Server.php',
'OCA\\DAV\\ServerFactory' => $baseDir . '/../lib/ServerFactory.php',
'OCA\\DAV\\Service\\AbsenceService' => $baseDir . '/../lib/Service/AbsenceService.php',
'OCA\\DAV\\Settings\\AvailabilitySettings' => $baseDir . '/../lib/Settings/AvailabilitySettings.php',
'OCA\\DAV\\Settings\\CalDAVSettings' => $baseDir . '/../lib/Settings/CalDAVSettings.php',
'OCA\\DAV\\SetupChecks\\NeedsSystemAddressBookSync' => $baseDir . '/../lib/SetupChecks/NeedsSystemAddressBookSync.php',
'OCA\\DAV\\Storage\\PublicOwnerWrapper' => $baseDir . '/../lib/Storage/PublicOwnerWrapper.php',
'OCA\\DAV\\SystemTag\\SystemTagList' => $baseDir . '/../lib/SystemTag/SystemTagList.php',
'OCA\\DAV\\SystemTag\\SystemTagMappingNode' => $baseDir . '/../lib/SystemTag/SystemTagMappingNode.php',
'OCA\\DAV\\SystemTag\\SystemTagNode' => $baseDir . '/../lib/SystemTag/SystemTagNode.php',
'OCA\\DAV\\SystemTag\\SystemTagPlugin' => $baseDir . '/../lib/SystemTag/SystemTagPlugin.php',
'OCA\\DAV\\SystemTag\\SystemTagsByIdCollection' => $baseDir . '/../lib/SystemTag/SystemTagsByIdCollection.php',
'OCA\\DAV\\SystemTag\\SystemTagsInUseCollection' => $baseDir . '/../lib/SystemTag/SystemTagsInUseCollection.php',
'OCA\\DAV\\SystemTag\\SystemTagsObjectMappingCollection' => $baseDir . '/../lib/SystemTag/SystemTagsObjectMappingCollection.php',
'OCA\\DAV\\SystemTag\\SystemTagsObjectTypeCollection' => $baseDir . '/../lib/SystemTag/SystemTagsObjectTypeCollection.php',
'OCA\\DAV\\SystemTag\\SystemTagsRelationsCollection' => $baseDir . '/../lib/SystemTag/SystemTagsRelationsCollection.php',
'OCA\\DAV\\Traits\\PrincipalProxyTrait' => $baseDir . '/../lib/Traits/PrincipalProxyTrait.php',
'OCA\\DAV\\Upload\\AssemblyStream' => $baseDir . '/../lib/Upload/AssemblyStream.php',
'OCA\\DAV\\Upload\\ChunkingPlugin' => $baseDir . '/../lib/Upload/ChunkingPlugin.php',
'OCA\\DAV\\Upload\\ChunkingV2Plugin' => $baseDir . '/../lib/Upload/ChunkingV2Plugin.php',
'OCA\\DAV\\Upload\\CleanupService' => $baseDir . '/../lib/Upload/CleanupService.php',
'OCA\\DAV\\Upload\\FutureFile' => $baseDir . '/../lib/Upload/FutureFile.php',
'OCA\\DAV\\Upload\\PartFile' => $baseDir . '/../lib/Upload/PartFile.php',
'OCA\\DAV\\Upload\\RootCollection' => $baseDir . '/../lib/Upload/RootCollection.php',
'OCA\\DAV\\Upload\\UploadFile' => $baseDir . '/../lib/Upload/UploadFile.php',
'OCA\\DAV\\Upload\\UploadFolder' => $baseDir . '/../lib/Upload/UploadFolder.php',
'OCA\\DAV\\Upload\\UploadHome' => $baseDir . '/../lib/Upload/UploadHome.php',
'OCA\\DAV\\UserMigration\\CalendarMigrator' => $baseDir . '/../lib/UserMigration/CalendarMigrator.php',
'OCA\\DAV\\UserMigration\\CalendarMigratorException' => $baseDir . '/../lib/UserMigration/CalendarMigratorException.php',
'OCA\\DAV\\UserMigration\\ContactsMigrator' => $baseDir . '/../lib/UserMigration/ContactsMigrator.php',
'OCA\\DAV\\UserMigration\\ContactsMigratorException' => $baseDir . '/../lib/UserMigration/ContactsMigratorException.php',
'OCA\\DAV\\UserMigration\\InvalidAddressBookException' => $baseDir . '/../lib/UserMigration/InvalidAddressBookException.php',
'OCA\\DAV\\UserMigration\\InvalidCalendarException' => $baseDir . '/../lib/UserMigration/InvalidCalendarException.php',
);
@@ -0,0 +1,9 @@
<?php
// autoload_namespaces.php @generated by Composer
$vendorDir = dirname(__DIR__);
$baseDir = $vendorDir;
return array(
);
@@ -0,0 +1,10 @@
<?php
// autoload_psr4.php @generated by Composer
$vendorDir = dirname(__DIR__);
$baseDir = $vendorDir;
return array(
'OCA\\DAV\\' => array($baseDir . '/../lib'),
);
@@ -0,0 +1,37 @@
<?php
// autoload_real.php @generated by Composer
class ComposerAutoloaderInitDAV
{
private static $loader;
public static function loadClassLoader($class)
{
if ('Composer\Autoload\ClassLoader' === $class) {
require __DIR__ . '/ClassLoader.php';
}
}
/**
* @return \Composer\Autoload\ClassLoader
*/
public static function getLoader()
{
if (null !== self::$loader) {
return self::$loader;
}
spl_autoload_register(array('ComposerAutoloaderInitDAV', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
spl_autoload_unregister(array('ComposerAutoloaderInitDAV', 'loadClassLoader'));
require __DIR__ . '/autoload_static.php';
call_user_func(\Composer\Autoload\ComposerStaticInitDAV::getInitializer($loader));
$loader->setClassMapAuthoritative(true);
$loader->register(true);
return $loader;
}
}
@@ -0,0 +1,381 @@
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInitDAV
{
public static $prefixLengthsPsr4 = array (
'O' =>
array (
'OCA\\DAV\\' => 8,
),
);
public static $prefixDirsPsr4 = array (
'OCA\\DAV\\' =>
array (
0 => __DIR__ . '/..' . '/../lib',
),
);
public static $classMap = array (
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
'OCA\\DAV\\AppInfo\\Application' => __DIR__ . '/..' . '/../lib/AppInfo/Application.php',
'OCA\\DAV\\AppInfo\\PluginManager' => __DIR__ . '/..' . '/../lib/AppInfo/PluginManager.php',
'OCA\\DAV\\Avatars\\AvatarHome' => __DIR__ . '/..' . '/../lib/Avatars/AvatarHome.php',
'OCA\\DAV\\Avatars\\AvatarNode' => __DIR__ . '/..' . '/../lib/Avatars/AvatarNode.php',
'OCA\\DAV\\Avatars\\RootCollection' => __DIR__ . '/..' . '/../lib/Avatars/RootCollection.php',
'OCA\\DAV\\BackgroundJob\\BuildReminderIndexBackgroundJob' => __DIR__ . '/..' . '/../lib/BackgroundJob/BuildReminderIndexBackgroundJob.php',
'OCA\\DAV\\BackgroundJob\\CalendarRetentionJob' => __DIR__ . '/..' . '/../lib/BackgroundJob/CalendarRetentionJob.php',
'OCA\\DAV\\BackgroundJob\\CleanupDirectLinksJob' => __DIR__ . '/..' . '/../lib/BackgroundJob/CleanupDirectLinksJob.php',
'OCA\\DAV\\BackgroundJob\\CleanupInvitationTokenJob' => __DIR__ . '/..' . '/../lib/BackgroundJob/CleanupInvitationTokenJob.php',
'OCA\\DAV\\BackgroundJob\\EventReminderJob' => __DIR__ . '/..' . '/../lib/BackgroundJob/EventReminderJob.php',
'OCA\\DAV\\BackgroundJob\\GenerateBirthdayCalendarBackgroundJob' => __DIR__ . '/..' . '/../lib/BackgroundJob/GenerateBirthdayCalendarBackgroundJob.php',
'OCA\\DAV\\BackgroundJob\\OutOfOfficeEventDispatcherJob' => __DIR__ . '/..' . '/../lib/BackgroundJob/OutOfOfficeEventDispatcherJob.php',
'OCA\\DAV\\BackgroundJob\\PruneOutdatedSyncTokensJob' => __DIR__ . '/..' . '/../lib/BackgroundJob/PruneOutdatedSyncTokensJob.php',
'OCA\\DAV\\BackgroundJob\\RefreshWebcalJob' => __DIR__ . '/..' . '/../lib/BackgroundJob/RefreshWebcalJob.php',
'OCA\\DAV\\BackgroundJob\\RegisterRegenerateBirthdayCalendars' => __DIR__ . '/..' . '/../lib/BackgroundJob/RegisterRegenerateBirthdayCalendars.php',
'OCA\\DAV\\BackgroundJob\\UpdateCalendarResourcesRoomsBackgroundJob' => __DIR__ . '/..' . '/../lib/BackgroundJob/UpdateCalendarResourcesRoomsBackgroundJob.php',
'OCA\\DAV\\BackgroundJob\\UploadCleanup' => __DIR__ . '/..' . '/../lib/BackgroundJob/UploadCleanup.php',
'OCA\\DAV\\BackgroundJob\\UserStatusAutomation' => __DIR__ . '/..' . '/../lib/BackgroundJob/UserStatusAutomation.php',
'OCA\\DAV\\BulkUpload\\BulkUploadPlugin' => __DIR__ . '/..' . '/../lib/BulkUpload/BulkUploadPlugin.php',
'OCA\\DAV\\BulkUpload\\MultipartRequestParser' => __DIR__ . '/..' . '/../lib/BulkUpload/MultipartRequestParser.php',
'OCA\\DAV\\CalDAV\\Activity\\Backend' => __DIR__ . '/..' . '/../lib/CalDAV/Activity/Backend.php',
'OCA\\DAV\\CalDAV\\Activity\\Filter\\Calendar' => __DIR__ . '/..' . '/../lib/CalDAV/Activity/Filter/Calendar.php',
'OCA\\DAV\\CalDAV\\Activity\\Filter\\Todo' => __DIR__ . '/..' . '/../lib/CalDAV/Activity/Filter/Todo.php',
'OCA\\DAV\\CalDAV\\Activity\\Provider\\Base' => __DIR__ . '/..' . '/../lib/CalDAV/Activity/Provider/Base.php',
'OCA\\DAV\\CalDAV\\Activity\\Provider\\Calendar' => __DIR__ . '/..' . '/../lib/CalDAV/Activity/Provider/Calendar.php',
'OCA\\DAV\\CalDAV\\Activity\\Provider\\Event' => __DIR__ . '/..' . '/../lib/CalDAV/Activity/Provider/Event.php',
'OCA\\DAV\\CalDAV\\Activity\\Provider\\Todo' => __DIR__ . '/..' . '/../lib/CalDAV/Activity/Provider/Todo.php',
'OCA\\DAV\\CalDAV\\Activity\\Setting\\CalDAVSetting' => __DIR__ . '/..' . '/../lib/CalDAV/Activity/Setting/CalDAVSetting.php',
'OCA\\DAV\\CalDAV\\Activity\\Setting\\Calendar' => __DIR__ . '/..' . '/../lib/CalDAV/Activity/Setting/Calendar.php',
'OCA\\DAV\\CalDAV\\Activity\\Setting\\Event' => __DIR__ . '/..' . '/../lib/CalDAV/Activity/Setting/Event.php',
'OCA\\DAV\\CalDAV\\Activity\\Setting\\Todo' => __DIR__ . '/..' . '/../lib/CalDAV/Activity/Setting/Todo.php',
'OCA\\DAV\\CalDAV\\AppCalendar\\AppCalendar' => __DIR__ . '/..' . '/../lib/CalDAV/AppCalendar/AppCalendar.php',
'OCA\\DAV\\CalDAV\\AppCalendar\\AppCalendarPlugin' => __DIR__ . '/..' . '/../lib/CalDAV/AppCalendar/AppCalendarPlugin.php',
'OCA\\DAV\\CalDAV\\AppCalendar\\CalendarObject' => __DIR__ . '/..' . '/../lib/CalDAV/AppCalendar/CalendarObject.php',
'OCA\\DAV\\CalDAV\\Auth\\CustomPrincipalPlugin' => __DIR__ . '/..' . '/../lib/CalDAV/Auth/CustomPrincipalPlugin.php',
'OCA\\DAV\\CalDAV\\Auth\\PublicPrincipalPlugin' => __DIR__ . '/..' . '/../lib/CalDAV/Auth/PublicPrincipalPlugin.php',
'OCA\\DAV\\CalDAV\\BirthdayCalendar\\EnablePlugin' => __DIR__ . '/..' . '/../lib/CalDAV/BirthdayCalendar/EnablePlugin.php',
'OCA\\DAV\\CalDAV\\BirthdayService' => __DIR__ . '/..' . '/../lib/CalDAV/BirthdayService.php',
'OCA\\DAV\\CalDAV\\CachedSubscription' => __DIR__ . '/..' . '/../lib/CalDAV/CachedSubscription.php',
'OCA\\DAV\\CalDAV\\CachedSubscriptionObject' => __DIR__ . '/..' . '/../lib/CalDAV/CachedSubscriptionObject.php',
'OCA\\DAV\\CalDAV\\CalDavBackend' => __DIR__ . '/..' . '/../lib/CalDAV/CalDavBackend.php',
'OCA\\DAV\\CalDAV\\Calendar' => __DIR__ . '/..' . '/../lib/CalDAV/Calendar.php',
'OCA\\DAV\\CalDAV\\CalendarHome' => __DIR__ . '/..' . '/../lib/CalDAV/CalendarHome.php',
'OCA\\DAV\\CalDAV\\CalendarImpl' => __DIR__ . '/..' . '/../lib/CalDAV/CalendarImpl.php',
'OCA\\DAV\\CalDAV\\CalendarManager' => __DIR__ . '/..' . '/../lib/CalDAV/CalendarManager.php',
'OCA\\DAV\\CalDAV\\CalendarObject' => __DIR__ . '/..' . '/../lib/CalDAV/CalendarObject.php',
'OCA\\DAV\\CalDAV\\CalendarProvider' => __DIR__ . '/..' . '/../lib/CalDAV/CalendarProvider.php',
'OCA\\DAV\\CalDAV\\CalendarRoot' => __DIR__ . '/..' . '/../lib/CalDAV/CalendarRoot.php',
'OCA\\DAV\\CalDAV\\EventComparisonService' => __DIR__ . '/..' . '/../lib/CalDAV/EventComparisonService.php',
'OCA\\DAV\\CalDAV\\FreeBusy\\FreeBusyGenerator' => __DIR__ . '/..' . '/../lib/CalDAV/FreeBusy/FreeBusyGenerator.php',
'OCA\\DAV\\CalDAV\\ICSExportPlugin\\ICSExportPlugin' => __DIR__ . '/..' . '/../lib/CalDAV/ICSExportPlugin/ICSExportPlugin.php',
'OCA\\DAV\\CalDAV\\IRestorable' => __DIR__ . '/..' . '/../lib/CalDAV/IRestorable.php',
'OCA\\DAV\\CalDAV\\Integration\\ExternalCalendar' => __DIR__ . '/..' . '/../lib/CalDAV/Integration/ExternalCalendar.php',
'OCA\\DAV\\CalDAV\\Integration\\ICalendarProvider' => __DIR__ . '/..' . '/../lib/CalDAV/Integration/ICalendarProvider.php',
'OCA\\DAV\\CalDAV\\InvitationResponse\\InvitationResponseServer' => __DIR__ . '/..' . '/../lib/CalDAV/InvitationResponse/InvitationResponseServer.php',
'OCA\\DAV\\CalDAV\\Outbox' => __DIR__ . '/..' . '/../lib/CalDAV/Outbox.php',
'OCA\\DAV\\CalDAV\\Plugin' => __DIR__ . '/..' . '/../lib/CalDAV/Plugin.php',
'OCA\\DAV\\CalDAV\\Principal\\Collection' => __DIR__ . '/..' . '/../lib/CalDAV/Principal/Collection.php',
'OCA\\DAV\\CalDAV\\Principal\\User' => __DIR__ . '/..' . '/../lib/CalDAV/Principal/User.php',
'OCA\\DAV\\CalDAV\\Proxy\\Proxy' => __DIR__ . '/..' . '/../lib/CalDAV/Proxy/Proxy.php',
'OCA\\DAV\\CalDAV\\Proxy\\ProxyMapper' => __DIR__ . '/..' . '/../lib/CalDAV/Proxy/ProxyMapper.php',
'OCA\\DAV\\CalDAV\\PublicCalendar' => __DIR__ . '/..' . '/../lib/CalDAV/PublicCalendar.php',
'OCA\\DAV\\CalDAV\\PublicCalendarObject' => __DIR__ . '/..' . '/../lib/CalDAV/PublicCalendarObject.php',
'OCA\\DAV\\CalDAV\\PublicCalendarRoot' => __DIR__ . '/..' . '/../lib/CalDAV/PublicCalendarRoot.php',
'OCA\\DAV\\CalDAV\\Publishing\\PublishPlugin' => __DIR__ . '/..' . '/../lib/CalDAV/Publishing/PublishPlugin.php',
'OCA\\DAV\\CalDAV\\Publishing\\Xml\\Publisher' => __DIR__ . '/..' . '/../lib/CalDAV/Publishing/Xml/Publisher.php',
'OCA\\DAV\\CalDAV\\Reminder\\Backend' => __DIR__ . '/..' . '/../lib/CalDAV/Reminder/Backend.php',
'OCA\\DAV\\CalDAV\\Reminder\\INotificationProvider' => __DIR__ . '/..' . '/../lib/CalDAV/Reminder/INotificationProvider.php',
'OCA\\DAV\\CalDAV\\Reminder\\NotificationProviderManager' => __DIR__ . '/..' . '/../lib/CalDAV/Reminder/NotificationProviderManager.php',
'OCA\\DAV\\CalDAV\\Reminder\\NotificationProvider\\AbstractProvider' => __DIR__ . '/..' . '/../lib/CalDAV/Reminder/NotificationProvider/AbstractProvider.php',
'OCA\\DAV\\CalDAV\\Reminder\\NotificationProvider\\AudioProvider' => __DIR__ . '/..' . '/../lib/CalDAV/Reminder/NotificationProvider/AudioProvider.php',
'OCA\\DAV\\CalDAV\\Reminder\\NotificationProvider\\EmailProvider' => __DIR__ . '/..' . '/../lib/CalDAV/Reminder/NotificationProvider/EmailProvider.php',
'OCA\\DAV\\CalDAV\\Reminder\\NotificationProvider\\ProviderNotAvailableException' => __DIR__ . '/..' . '/../lib/CalDAV/Reminder/NotificationProvider/ProviderNotAvailableException.php',
'OCA\\DAV\\CalDAV\\Reminder\\NotificationProvider\\PushProvider' => __DIR__ . '/..' . '/../lib/CalDAV/Reminder/NotificationProvider/PushProvider.php',
'OCA\\DAV\\CalDAV\\Reminder\\NotificationTypeDoesNotExistException' => __DIR__ . '/..' . '/../lib/CalDAV/Reminder/NotificationTypeDoesNotExistException.php',
'OCA\\DAV\\CalDAV\\Reminder\\Notifier' => __DIR__ . '/..' . '/../lib/CalDAV/Reminder/Notifier.php',
'OCA\\DAV\\CalDAV\\Reminder\\ReminderService' => __DIR__ . '/..' . '/../lib/CalDAV/Reminder/ReminderService.php',
'OCA\\DAV\\CalDAV\\ResourceBooking\\AbstractPrincipalBackend' => __DIR__ . '/..' . '/../lib/CalDAV/ResourceBooking/AbstractPrincipalBackend.php',
'OCA\\DAV\\CalDAV\\ResourceBooking\\ResourcePrincipalBackend' => __DIR__ . '/..' . '/../lib/CalDAV/ResourceBooking/ResourcePrincipalBackend.php',
'OCA\\DAV\\CalDAV\\ResourceBooking\\RoomPrincipalBackend' => __DIR__ . '/..' . '/../lib/CalDAV/ResourceBooking/RoomPrincipalBackend.php',
'OCA\\DAV\\CalDAV\\RetentionService' => __DIR__ . '/..' . '/../lib/CalDAV/RetentionService.php',
'OCA\\DAV\\CalDAV\\Schedule\\IMipPlugin' => __DIR__ . '/..' . '/../lib/CalDAV/Schedule/IMipPlugin.php',
'OCA\\DAV\\CalDAV\\Schedule\\IMipService' => __DIR__ . '/..' . '/../lib/CalDAV/Schedule/IMipService.php',
'OCA\\DAV\\CalDAV\\Schedule\\Plugin' => __DIR__ . '/..' . '/../lib/CalDAV/Schedule/Plugin.php',
'OCA\\DAV\\CalDAV\\Search\\SearchPlugin' => __DIR__ . '/..' . '/../lib/CalDAV/Search/SearchPlugin.php',
'OCA\\DAV\\CalDAV\\Search\\Xml\\Filter\\CompFilter' => __DIR__ . '/..' . '/../lib/CalDAV/Search/Xml/Filter/CompFilter.php',
'OCA\\DAV\\CalDAV\\Search\\Xml\\Filter\\LimitFilter' => __DIR__ . '/..' . '/../lib/CalDAV/Search/Xml/Filter/LimitFilter.php',
'OCA\\DAV\\CalDAV\\Search\\Xml\\Filter\\OffsetFilter' => __DIR__ . '/..' . '/../lib/CalDAV/Search/Xml/Filter/OffsetFilter.php',
'OCA\\DAV\\CalDAV\\Search\\Xml\\Filter\\ParamFilter' => __DIR__ . '/..' . '/../lib/CalDAV/Search/Xml/Filter/ParamFilter.php',
'OCA\\DAV\\CalDAV\\Search\\Xml\\Filter\\PropFilter' => __DIR__ . '/..' . '/../lib/CalDAV/Search/Xml/Filter/PropFilter.php',
'OCA\\DAV\\CalDAV\\Search\\Xml\\Filter\\SearchTermFilter' => __DIR__ . '/..' . '/../lib/CalDAV/Search/Xml/Filter/SearchTermFilter.php',
'OCA\\DAV\\CalDAV\\Search\\Xml\\Request\\CalendarSearchReport' => __DIR__ . '/..' . '/../lib/CalDAV/Search/Xml/Request/CalendarSearchReport.php',
'OCA\\DAV\\CalDAV\\Security\\RateLimitingPlugin' => __DIR__ . '/..' . '/../lib/CalDAV/Security/RateLimitingPlugin.php',
'OCA\\DAV\\CalDAV\\Status\\StatusService' => __DIR__ . '/..' . '/../lib/CalDAV/Status/StatusService.php',
'OCA\\DAV\\CalDAV\\TimezoneService' => __DIR__ . '/..' . '/../lib/CalDAV/TimezoneService.php',
'OCA\\DAV\\CalDAV\\Trashbin\\DeletedCalendarObject' => __DIR__ . '/..' . '/../lib/CalDAV/Trashbin/DeletedCalendarObject.php',
'OCA\\DAV\\CalDAV\\Trashbin\\DeletedCalendarObjectsCollection' => __DIR__ . '/..' . '/../lib/CalDAV/Trashbin/DeletedCalendarObjectsCollection.php',
'OCA\\DAV\\CalDAV\\Trashbin\\Plugin' => __DIR__ . '/..' . '/../lib/CalDAV/Trashbin/Plugin.php',
'OCA\\DAV\\CalDAV\\Trashbin\\RestoreTarget' => __DIR__ . '/..' . '/../lib/CalDAV/Trashbin/RestoreTarget.php',
'OCA\\DAV\\CalDAV\\Trashbin\\TrashbinHome' => __DIR__ . '/..' . '/../lib/CalDAV/Trashbin/TrashbinHome.php',
'OCA\\DAV\\CalDAV\\WebcalCaching\\Plugin' => __DIR__ . '/..' . '/../lib/CalDAV/WebcalCaching/Plugin.php',
'OCA\\DAV\\CalDAV\\WebcalCaching\\RefreshWebcalService' => __DIR__ . '/..' . '/../lib/CalDAV/WebcalCaching/RefreshWebcalService.php',
'OCA\\DAV\\Capabilities' => __DIR__ . '/..' . '/../lib/Capabilities.php',
'OCA\\DAV\\CardDAV\\Activity\\Backend' => __DIR__ . '/..' . '/../lib/CardDAV/Activity/Backend.php',
'OCA\\DAV\\CardDAV\\Activity\\Filter' => __DIR__ . '/..' . '/../lib/CardDAV/Activity/Filter.php',
'OCA\\DAV\\CardDAV\\Activity\\Provider\\Addressbook' => __DIR__ . '/..' . '/../lib/CardDAV/Activity/Provider/Addressbook.php',
'OCA\\DAV\\CardDAV\\Activity\\Provider\\Base' => __DIR__ . '/..' . '/../lib/CardDAV/Activity/Provider/Base.php',
'OCA\\DAV\\CardDAV\\Activity\\Provider\\Card' => __DIR__ . '/..' . '/../lib/CardDAV/Activity/Provider/Card.php',
'OCA\\DAV\\CardDAV\\Activity\\Setting' => __DIR__ . '/..' . '/../lib/CardDAV/Activity/Setting.php',
'OCA\\DAV\\CardDAV\\AddressBook' => __DIR__ . '/..' . '/../lib/CardDAV/AddressBook.php',
'OCA\\DAV\\CardDAV\\AddressBookImpl' => __DIR__ . '/..' . '/../lib/CardDAV/AddressBookImpl.php',
'OCA\\DAV\\CardDAV\\AddressBookRoot' => __DIR__ . '/..' . '/../lib/CardDAV/AddressBookRoot.php',
'OCA\\DAV\\CardDAV\\Card' => __DIR__ . '/..' . '/../lib/CardDAV/Card.php',
'OCA\\DAV\\CardDAV\\CardDavBackend' => __DIR__ . '/..' . '/../lib/CardDAV/CardDavBackend.php',
'OCA\\DAV\\CardDAV\\ContactsManager' => __DIR__ . '/..' . '/../lib/CardDAV/ContactsManager.php',
'OCA\\DAV\\CardDAV\\Converter' => __DIR__ . '/..' . '/../lib/CardDAV/Converter.php',
'OCA\\DAV\\CardDAV\\HasPhotoPlugin' => __DIR__ . '/..' . '/../lib/CardDAV/HasPhotoPlugin.php',
'OCA\\DAV\\CardDAV\\ImageExportPlugin' => __DIR__ . '/..' . '/../lib/CardDAV/ImageExportPlugin.php',
'OCA\\DAV\\CardDAV\\Integration\\ExternalAddressBook' => __DIR__ . '/..' . '/../lib/CardDAV/Integration/ExternalAddressBook.php',
'OCA\\DAV\\CardDAV\\Integration\\IAddressBookProvider' => __DIR__ . '/..' . '/../lib/CardDAV/Integration/IAddressBookProvider.php',
'OCA\\DAV\\CardDAV\\MultiGetExportPlugin' => __DIR__ . '/..' . '/../lib/CardDAV/MultiGetExportPlugin.php',
'OCA\\DAV\\CardDAV\\PhotoCache' => __DIR__ . '/..' . '/../lib/CardDAV/PhotoCache.php',
'OCA\\DAV\\CardDAV\\Plugin' => __DIR__ . '/..' . '/../lib/CardDAV/Plugin.php',
'OCA\\DAV\\CardDAV\\SyncService' => __DIR__ . '/..' . '/../lib/CardDAV/SyncService.php',
'OCA\\DAV\\CardDAV\\SystemAddressbook' => __DIR__ . '/..' . '/../lib/CardDAV/SystemAddressbook.php',
'OCA\\DAV\\CardDAV\\UserAddressBooks' => __DIR__ . '/..' . '/../lib/CardDAV/UserAddressBooks.php',
'OCA\\DAV\\CardDAV\\Xml\\Groups' => __DIR__ . '/..' . '/../lib/CardDAV/Xml/Groups.php',
'OCA\\DAV\\Command\\CreateAddressBook' => __DIR__ . '/..' . '/../lib/Command/CreateAddressBook.php',
'OCA\\DAV\\Command\\CreateCalendar' => __DIR__ . '/..' . '/../lib/Command/CreateCalendar.php',
'OCA\\DAV\\Command\\DeleteCalendar' => __DIR__ . '/..' . '/../lib/Command/DeleteCalendar.php',
'OCA\\DAV\\Command\\ListCalendars' => __DIR__ . '/..' . '/../lib/Command/ListCalendars.php',
'OCA\\DAV\\Command\\MoveCalendar' => __DIR__ . '/..' . '/../lib/Command/MoveCalendar.php',
'OCA\\DAV\\Command\\RemoveInvalidShares' => __DIR__ . '/..' . '/../lib/Command/RemoveInvalidShares.php',
'OCA\\DAV\\Command\\RetentionCleanupCommand' => __DIR__ . '/..' . '/../lib/Command/RetentionCleanupCommand.php',
'OCA\\DAV\\Command\\SendEventReminders' => __DIR__ . '/..' . '/../lib/Command/SendEventReminders.php',
'OCA\\DAV\\Command\\SyncBirthdayCalendar' => __DIR__ . '/..' . '/../lib/Command/SyncBirthdayCalendar.php',
'OCA\\DAV\\Command\\SyncSystemAddressBook' => __DIR__ . '/..' . '/../lib/Command/SyncSystemAddressBook.php',
'OCA\\DAV\\Comments\\CommentNode' => __DIR__ . '/..' . '/../lib/Comments/CommentNode.php',
'OCA\\DAV\\Comments\\CommentsPlugin' => __DIR__ . '/..' . '/../lib/Comments/CommentsPlugin.php',
'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\\Connector\\LegacyDAVACL' => __DIR__ . '/..' . '/../lib/Connector/LegacyDAVACL.php',
'OCA\\DAV\\Connector\\PublicAuth' => __DIR__ . '/..' . '/../lib/Connector/PublicAuth.php',
'OCA\\DAV\\Connector\\Sabre\\AnonymousOptionsPlugin' => __DIR__ . '/..' . '/../lib/Connector/Sabre/AnonymousOptionsPlugin.php',
'OCA\\DAV\\Connector\\Sabre\\AppleQuirksPlugin' => __DIR__ . '/..' . '/../lib/Connector/Sabre/AppleQuirksPlugin.php',
'OCA\\DAV\\Connector\\Sabre\\Auth' => __DIR__ . '/..' . '/../lib/Connector/Sabre/Auth.php',
'OCA\\DAV\\Connector\\Sabre\\BearerAuth' => __DIR__ . '/..' . '/../lib/Connector/Sabre/BearerAuth.php',
'OCA\\DAV\\Connector\\Sabre\\BlockLegacyClientPlugin' => __DIR__ . '/..' . '/../lib/Connector/Sabre/BlockLegacyClientPlugin.php',
'OCA\\DAV\\Connector\\Sabre\\CachingTree' => __DIR__ . '/..' . '/../lib/Connector/Sabre/CachingTree.php',
'OCA\\DAV\\Connector\\Sabre\\ChecksumList' => __DIR__ . '/..' . '/../lib/Connector/Sabre/ChecksumList.php',
'OCA\\DAV\\Connector\\Sabre\\ChecksumUpdatePlugin' => __DIR__ . '/..' . '/../lib/Connector/Sabre/ChecksumUpdatePlugin.php',
'OCA\\DAV\\Connector\\Sabre\\CommentPropertiesPlugin' => __DIR__ . '/..' . '/../lib/Connector/Sabre/CommentPropertiesPlugin.php',
'OCA\\DAV\\Connector\\Sabre\\CopyEtagHeaderPlugin' => __DIR__ . '/..' . '/../lib/Connector/Sabre/CopyEtagHeaderPlugin.php',
'OCA\\DAV\\Connector\\Sabre\\DavAclPlugin' => __DIR__ . '/..' . '/../lib/Connector/Sabre/DavAclPlugin.php',
'OCA\\DAV\\Connector\\Sabre\\Directory' => __DIR__ . '/..' . '/../lib/Connector/Sabre/Directory.php',
'OCA\\DAV\\Connector\\Sabre\\DummyGetResponsePlugin' => __DIR__ . '/..' . '/../lib/Connector/Sabre/DummyGetResponsePlugin.php',
'OCA\\DAV\\Connector\\Sabre\\ExceptionLoggerPlugin' => __DIR__ . '/..' . '/../lib/Connector/Sabre/ExceptionLoggerPlugin.php',
'OCA\\DAV\\Connector\\Sabre\\Exception\\BadGateway' => __DIR__ . '/..' . '/../lib/Connector/Sabre/Exception/BadGateway.php',
'OCA\\DAV\\Connector\\Sabre\\Exception\\EntityTooLarge' => __DIR__ . '/..' . '/../lib/Connector/Sabre/Exception/EntityTooLarge.php',
'OCA\\DAV\\Connector\\Sabre\\Exception\\FileLocked' => __DIR__ . '/..' . '/../lib/Connector/Sabre/Exception/FileLocked.php',
'OCA\\DAV\\Connector\\Sabre\\Exception\\Forbidden' => __DIR__ . '/..' . '/../lib/Connector/Sabre/Exception/Forbidden.php',
'OCA\\DAV\\Connector\\Sabre\\Exception\\InvalidPath' => __DIR__ . '/..' . '/../lib/Connector/Sabre/Exception/InvalidPath.php',
'OCA\\DAV\\Connector\\Sabre\\Exception\\PasswordLoginForbidden' => __DIR__ . '/..' . '/../lib/Connector/Sabre/Exception/PasswordLoginForbidden.php',
'OCA\\DAV\\Connector\\Sabre\\Exception\\TooManyRequests' => __DIR__ . '/..' . '/../lib/Connector/Sabre/Exception/TooManyRequests.php',
'OCA\\DAV\\Connector\\Sabre\\Exception\\UnsupportedMediaType' => __DIR__ . '/..' . '/../lib/Connector/Sabre/Exception/UnsupportedMediaType.php',
'OCA\\DAV\\Connector\\Sabre\\FakeLockerPlugin' => __DIR__ . '/..' . '/../lib/Connector/Sabre/FakeLockerPlugin.php',
'OCA\\DAV\\Connector\\Sabre\\File' => __DIR__ . '/..' . '/../lib/Connector/Sabre/File.php',
'OCA\\DAV\\Connector\\Sabre\\FilesPlugin' => __DIR__ . '/..' . '/../lib/Connector/Sabre/FilesPlugin.php',
'OCA\\DAV\\Connector\\Sabre\\FilesReportPlugin' => __DIR__ . '/..' . '/../lib/Connector/Sabre/FilesReportPlugin.php',
'OCA\\DAV\\Connector\\Sabre\\LockPlugin' => __DIR__ . '/..' . '/../lib/Connector/Sabre/LockPlugin.php',
'OCA\\DAV\\Connector\\Sabre\\MaintenancePlugin' => __DIR__ . '/..' . '/../lib/Connector/Sabre/MaintenancePlugin.php',
'OCA\\DAV\\Connector\\Sabre\\MtimeSanitizer' => __DIR__ . '/..' . '/../lib/Connector/Sabre/MtimeSanitizer.php',
'OCA\\DAV\\Connector\\Sabre\\Node' => __DIR__ . '/..' . '/../lib/Connector/Sabre/Node.php',
'OCA\\DAV\\Connector\\Sabre\\ObjectTree' => __DIR__ . '/..' . '/../lib/Connector/Sabre/ObjectTree.php',
'OCA\\DAV\\Connector\\Sabre\\Principal' => __DIR__ . '/..' . '/../lib/Connector/Sabre/Principal.php',
'OCA\\DAV\\Connector\\Sabre\\PropfindCompressionPlugin' => __DIR__ . '/..' . '/../lib/Connector/Sabre/PropfindCompressionPlugin.php',
'OCA\\DAV\\Connector\\Sabre\\QuotaPlugin' => __DIR__ . '/..' . '/../lib/Connector/Sabre/QuotaPlugin.php',
'OCA\\DAV\\Connector\\Sabre\\RequestIdHeaderPlugin' => __DIR__ . '/..' . '/../lib/Connector/Sabre/RequestIdHeaderPlugin.php',
'OCA\\DAV\\Connector\\Sabre\\Server' => __DIR__ . '/..' . '/../lib/Connector/Sabre/Server.php',
'OCA\\DAV\\Connector\\Sabre\\ServerFactory' => __DIR__ . '/..' . '/../lib/Connector/Sabre/ServerFactory.php',
'OCA\\DAV\\Connector\\Sabre\\ShareTypeList' => __DIR__ . '/..' . '/../lib/Connector/Sabre/ShareTypeList.php',
'OCA\\DAV\\Connector\\Sabre\\ShareeList' => __DIR__ . '/..' . '/../lib/Connector/Sabre/ShareeList.php',
'OCA\\DAV\\Connector\\Sabre\\SharesPlugin' => __DIR__ . '/..' . '/../lib/Connector/Sabre/SharesPlugin.php',
'OCA\\DAV\\Connector\\Sabre\\TagList' => __DIR__ . '/..' . '/../lib/Connector/Sabre/TagList.php',
'OCA\\DAV\\Connector\\Sabre\\TagsPlugin' => __DIR__ . '/..' . '/../lib/Connector/Sabre/TagsPlugin.php',
'OCA\\DAV\\Controller\\BirthdayCalendarController' => __DIR__ . '/..' . '/../lib/Controller/BirthdayCalendarController.php',
'OCA\\DAV\\Controller\\DirectController' => __DIR__ . '/..' . '/../lib/Controller/DirectController.php',
'OCA\\DAV\\Controller\\InvitationResponseController' => __DIR__ . '/..' . '/../lib/Controller/InvitationResponseController.php',
'OCA\\DAV\\Controller\\OutOfOfficeController' => __DIR__ . '/..' . '/../lib/Controller/OutOfOfficeController.php',
'OCA\\DAV\\DAV\\CustomPropertiesBackend' => __DIR__ . '/..' . '/../lib/DAV/CustomPropertiesBackend.php',
'OCA\\DAV\\DAV\\GroupPrincipalBackend' => __DIR__ . '/..' . '/../lib/DAV/GroupPrincipalBackend.php',
'OCA\\DAV\\DAV\\PublicAuth' => __DIR__ . '/..' . '/../lib/DAV/PublicAuth.php',
'OCA\\DAV\\DAV\\Sharing\\Backend' => __DIR__ . '/..' . '/../lib/DAV/Sharing/Backend.php',
'OCA\\DAV\\DAV\\Sharing\\IShareable' => __DIR__ . '/..' . '/../lib/DAV/Sharing/IShareable.php',
'OCA\\DAV\\DAV\\Sharing\\Plugin' => __DIR__ . '/..' . '/../lib/DAV/Sharing/Plugin.php',
'OCA\\DAV\\DAV\\Sharing\\Xml\\Invite' => __DIR__ . '/..' . '/../lib/DAV/Sharing/Xml/Invite.php',
'OCA\\DAV\\DAV\\Sharing\\Xml\\ShareRequest' => __DIR__ . '/..' . '/../lib/DAV/Sharing/Xml/ShareRequest.php',
'OCA\\DAV\\DAV\\SystemPrincipalBackend' => __DIR__ . '/..' . '/../lib/DAV/SystemPrincipalBackend.php',
'OCA\\DAV\\DAV\\ViewOnlyPlugin' => __DIR__ . '/..' . '/../lib/DAV/ViewOnlyPlugin.php',
'OCA\\DAV\\Db\\Absence' => __DIR__ . '/..' . '/../lib/Db/Absence.php',
'OCA\\DAV\\Db\\AbsenceMapper' => __DIR__ . '/..' . '/../lib/Db/AbsenceMapper.php',
'OCA\\DAV\\Db\\Direct' => __DIR__ . '/..' . '/../lib/Db/Direct.php',
'OCA\\DAV\\Db\\DirectMapper' => __DIR__ . '/..' . '/../lib/Db/DirectMapper.php',
'OCA\\DAV\\Db\\Property' => __DIR__ . '/..' . '/../lib/Db/Property.php',
'OCA\\DAV\\Db\\PropertyMapper' => __DIR__ . '/..' . '/../lib/Db/PropertyMapper.php',
'OCA\\DAV\\Direct\\DirectFile' => __DIR__ . '/..' . '/../lib/Direct/DirectFile.php',
'OCA\\DAV\\Direct\\DirectHome' => __DIR__ . '/..' . '/../lib/Direct/DirectHome.php',
'OCA\\DAV\\Direct\\Server' => __DIR__ . '/..' . '/../lib/Direct/Server.php',
'OCA\\DAV\\Direct\\ServerFactory' => __DIR__ . '/..' . '/../lib/Direct/ServerFactory.php',
'OCA\\DAV\\Events\\AddressBookCreatedEvent' => __DIR__ . '/..' . '/../lib/Events/AddressBookCreatedEvent.php',
'OCA\\DAV\\Events\\AddressBookDeletedEvent' => __DIR__ . '/..' . '/../lib/Events/AddressBookDeletedEvent.php',
'OCA\\DAV\\Events\\AddressBookShareUpdatedEvent' => __DIR__ . '/..' . '/../lib/Events/AddressBookShareUpdatedEvent.php',
'OCA\\DAV\\Events\\AddressBookUpdatedEvent' => __DIR__ . '/..' . '/../lib/Events/AddressBookUpdatedEvent.php',
'OCA\\DAV\\Events\\BeforeFileDirectDownloadedEvent' => __DIR__ . '/..' . '/../lib/Events/BeforeFileDirectDownloadedEvent.php',
'OCA\\DAV\\Events\\CachedCalendarObjectCreatedEvent' => __DIR__ . '/..' . '/../lib/Events/CachedCalendarObjectCreatedEvent.php',
'OCA\\DAV\\Events\\CachedCalendarObjectDeletedEvent' => __DIR__ . '/..' . '/../lib/Events/CachedCalendarObjectDeletedEvent.php',
'OCA\\DAV\\Events\\CachedCalendarObjectUpdatedEvent' => __DIR__ . '/..' . '/../lib/Events/CachedCalendarObjectUpdatedEvent.php',
'OCA\\DAV\\Events\\CalendarCreatedEvent' => __DIR__ . '/..' . '/../lib/Events/CalendarCreatedEvent.php',
'OCA\\DAV\\Events\\CalendarDeletedEvent' => __DIR__ . '/..' . '/../lib/Events/CalendarDeletedEvent.php',
'OCA\\DAV\\Events\\CalendarMovedToTrashEvent' => __DIR__ . '/..' . '/../lib/Events/CalendarMovedToTrashEvent.php',
'OCA\\DAV\\Events\\CalendarObjectCreatedEvent' => __DIR__ . '/..' . '/../lib/Events/CalendarObjectCreatedEvent.php',
'OCA\\DAV\\Events\\CalendarObjectDeletedEvent' => __DIR__ . '/..' . '/../lib/Events/CalendarObjectDeletedEvent.php',
'OCA\\DAV\\Events\\CalendarObjectMovedEvent' => __DIR__ . '/..' . '/../lib/Events/CalendarObjectMovedEvent.php',
'OCA\\DAV\\Events\\CalendarObjectMovedToTrashEvent' => __DIR__ . '/..' . '/../lib/Events/CalendarObjectMovedToTrashEvent.php',
'OCA\\DAV\\Events\\CalendarObjectRestoredEvent' => __DIR__ . '/..' . '/../lib/Events/CalendarObjectRestoredEvent.php',
'OCA\\DAV\\Events\\CalendarObjectUpdatedEvent' => __DIR__ . '/..' . '/../lib/Events/CalendarObjectUpdatedEvent.php',
'OCA\\DAV\\Events\\CalendarPublishedEvent' => __DIR__ . '/..' . '/../lib/Events/CalendarPublishedEvent.php',
'OCA\\DAV\\Events\\CalendarRestoredEvent' => __DIR__ . '/..' . '/../lib/Events/CalendarRestoredEvent.php',
'OCA\\DAV\\Events\\CalendarShareUpdatedEvent' => __DIR__ . '/..' . '/../lib/Events/CalendarShareUpdatedEvent.php',
'OCA\\DAV\\Events\\CalendarUnpublishedEvent' => __DIR__ . '/..' . '/../lib/Events/CalendarUnpublishedEvent.php',
'OCA\\DAV\\Events\\CalendarUpdatedEvent' => __DIR__ . '/..' . '/../lib/Events/CalendarUpdatedEvent.php',
'OCA\\DAV\\Events\\CardCreatedEvent' => __DIR__ . '/..' . '/../lib/Events/CardCreatedEvent.php',
'OCA\\DAV\\Events\\CardDeletedEvent' => __DIR__ . '/..' . '/../lib/Events/CardDeletedEvent.php',
'OCA\\DAV\\Events\\CardMovedEvent' => __DIR__ . '/..' . '/../lib/Events/CardMovedEvent.php',
'OCA\\DAV\\Events\\CardUpdatedEvent' => __DIR__ . '/..' . '/../lib/Events/CardUpdatedEvent.php',
'OCA\\DAV\\Events\\SabrePluginAddEvent' => __DIR__ . '/..' . '/../lib/Events/SabrePluginAddEvent.php',
'OCA\\DAV\\Events\\SabrePluginAuthInitEvent' => __DIR__ . '/..' . '/../lib/Events/SabrePluginAuthInitEvent.php',
'OCA\\DAV\\Events\\SubscriptionCreatedEvent' => __DIR__ . '/..' . '/../lib/Events/SubscriptionCreatedEvent.php',
'OCA\\DAV\\Events\\SubscriptionDeletedEvent' => __DIR__ . '/..' . '/../lib/Events/SubscriptionDeletedEvent.php',
'OCA\\DAV\\Events\\SubscriptionUpdatedEvent' => __DIR__ . '/..' . '/../lib/Events/SubscriptionUpdatedEvent.php',
'OCA\\DAV\\Exception\\ServerMaintenanceMode' => __DIR__ . '/..' . '/../lib/Exception/ServerMaintenanceMode.php',
'OCA\\DAV\\Exception\\UnsupportedLimitOnInitialSyncException' => __DIR__ . '/..' . '/../lib/Exception/UnsupportedLimitOnInitialSyncException.php',
'OCA\\DAV\\Files\\BrowserErrorPagePlugin' => __DIR__ . '/..' . '/../lib/Files/BrowserErrorPagePlugin.php',
'OCA\\DAV\\Files\\FileSearchBackend' => __DIR__ . '/..' . '/../lib/Files/FileSearchBackend.php',
'OCA\\DAV\\Files\\FilesHome' => __DIR__ . '/..' . '/../lib/Files/FilesHome.php',
'OCA\\DAV\\Files\\LazySearchBackend' => __DIR__ . '/..' . '/../lib/Files/LazySearchBackend.php',
'OCA\\DAV\\Files\\RootCollection' => __DIR__ . '/..' . '/../lib/Files/RootCollection.php',
'OCA\\DAV\\Files\\Sharing\\FilesDropPlugin' => __DIR__ . '/..' . '/../lib/Files/Sharing/FilesDropPlugin.php',
'OCA\\DAV\\Files\\Sharing\\PublicLinkCheckPlugin' => __DIR__ . '/..' . '/../lib/Files/Sharing/PublicLinkCheckPlugin.php',
'OCA\\DAV\\HookManager' => __DIR__ . '/..' . '/../lib/HookManager.php',
'OCA\\DAV\\Listener\\ActivityUpdaterListener' => __DIR__ . '/..' . '/../lib/Listener/ActivityUpdaterListener.php',
'OCA\\DAV\\Listener\\AddressbookListener' => __DIR__ . '/..' . '/../lib/Listener/AddressbookListener.php',
'OCA\\DAV\\Listener\\BirthdayListener' => __DIR__ . '/..' . '/../lib/Listener/BirthdayListener.php',
'OCA\\DAV\\Listener\\CalendarContactInteractionListener' => __DIR__ . '/..' . '/../lib/Listener/CalendarContactInteractionListener.php',
'OCA\\DAV\\Listener\\CalendarDeletionDefaultUpdaterListener' => __DIR__ . '/..' . '/../lib/Listener/CalendarDeletionDefaultUpdaterListener.php',
'OCA\\DAV\\Listener\\CalendarObjectReminderUpdaterListener' => __DIR__ . '/..' . '/../lib/Listener/CalendarObjectReminderUpdaterListener.php',
'OCA\\DAV\\Listener\\CalendarPublicationListener' => __DIR__ . '/..' . '/../lib/Listener/CalendarPublicationListener.php',
'OCA\\DAV\\Listener\\CalendarShareUpdateListener' => __DIR__ . '/..' . '/../lib/Listener/CalendarShareUpdateListener.php',
'OCA\\DAV\\Listener\\CardListener' => __DIR__ . '/..' . '/../lib/Listener/CardListener.php',
'OCA\\DAV\\Listener\\ClearPhotoCacheListener' => __DIR__ . '/..' . '/../lib/Listener/ClearPhotoCacheListener.php',
'OCA\\DAV\\Listener\\OutOfOfficeListener' => __DIR__ . '/..' . '/../lib/Listener/OutOfOfficeListener.php',
'OCA\\DAV\\Listener\\SubscriptionListener' => __DIR__ . '/..' . '/../lib/Listener/SubscriptionListener.php',
'OCA\\DAV\\Listener\\TrustedServerRemovedListener' => __DIR__ . '/..' . '/../lib/Listener/TrustedServerRemovedListener.php',
'OCA\\DAV\\Listener\\UserPreferenceListener' => __DIR__ . '/..' . '/../lib/Listener/UserPreferenceListener.php',
'OCA\\DAV\\Migration\\BuildCalendarSearchIndex' => __DIR__ . '/..' . '/../lib/Migration/BuildCalendarSearchIndex.php',
'OCA\\DAV\\Migration\\BuildCalendarSearchIndexBackgroundJob' => __DIR__ . '/..' . '/../lib/Migration/BuildCalendarSearchIndexBackgroundJob.php',
'OCA\\DAV\\Migration\\BuildSocialSearchIndex' => __DIR__ . '/..' . '/../lib/Migration/BuildSocialSearchIndex.php',
'OCA\\DAV\\Migration\\BuildSocialSearchIndexBackgroundJob' => __DIR__ . '/..' . '/../lib/Migration/BuildSocialSearchIndexBackgroundJob.php',
'OCA\\DAV\\Migration\\CalDAVRemoveEmptyValue' => __DIR__ . '/..' . '/../lib/Migration/CalDAVRemoveEmptyValue.php',
'OCA\\DAV\\Migration\\ChunkCleanup' => __DIR__ . '/..' . '/../lib/Migration/ChunkCleanup.php',
'OCA\\DAV\\Migration\\FixBirthdayCalendarComponent' => __DIR__ . '/..' . '/../lib/Migration/FixBirthdayCalendarComponent.php',
'OCA\\DAV\\Migration\\RefreshWebcalJobRegistrar' => __DIR__ . '/..' . '/../lib/Migration/RefreshWebcalJobRegistrar.php',
'OCA\\DAV\\Migration\\RegenerateBirthdayCalendars' => __DIR__ . '/..' . '/../lib/Migration/RegenerateBirthdayCalendars.php',
'OCA\\DAV\\Migration\\RegisterBuildReminderIndexBackgroundJob' => __DIR__ . '/..' . '/../lib/Migration/RegisterBuildReminderIndexBackgroundJob.php',
'OCA\\DAV\\Migration\\RemoveClassifiedEventActivity' => __DIR__ . '/..' . '/../lib/Migration/RemoveClassifiedEventActivity.php',
'OCA\\DAV\\Migration\\RemoveDeletedUsersCalendarSubscriptions' => __DIR__ . '/..' . '/../lib/Migration/RemoveDeletedUsersCalendarSubscriptions.php',
'OCA\\DAV\\Migration\\RemoveObjectProperties' => __DIR__ . '/..' . '/../lib/Migration/RemoveObjectProperties.php',
'OCA\\DAV\\Migration\\RemoveOrphanEventsAndContacts' => __DIR__ . '/..' . '/../lib/Migration/RemoveOrphanEventsAndContacts.php',
'OCA\\DAV\\Migration\\Version1004Date20170825134824' => __DIR__ . '/..' . '/../lib/Migration/Version1004Date20170825134824.php',
'OCA\\DAV\\Migration\\Version1004Date20170919104507' => __DIR__ . '/..' . '/../lib/Migration/Version1004Date20170919104507.php',
'OCA\\DAV\\Migration\\Version1004Date20170924124212' => __DIR__ . '/..' . '/../lib/Migration/Version1004Date20170924124212.php',
'OCA\\DAV\\Migration\\Version1004Date20170926103422' => __DIR__ . '/..' . '/../lib/Migration/Version1004Date20170926103422.php',
'OCA\\DAV\\Migration\\Version1005Date20180413093149' => __DIR__ . '/..' . '/../lib/Migration/Version1005Date20180413093149.php',
'OCA\\DAV\\Migration\\Version1005Date20180530124431' => __DIR__ . '/..' . '/../lib/Migration/Version1005Date20180530124431.php',
'OCA\\DAV\\Migration\\Version1006Date20180619154313' => __DIR__ . '/..' . '/../lib/Migration/Version1006Date20180619154313.php',
'OCA\\DAV\\Migration\\Version1006Date20180628111625' => __DIR__ . '/..' . '/../lib/Migration/Version1006Date20180628111625.php',
'OCA\\DAV\\Migration\\Version1008Date20181030113700' => __DIR__ . '/..' . '/../lib/Migration/Version1008Date20181030113700.php',
'OCA\\DAV\\Migration\\Version1008Date20181105104826' => __DIR__ . '/..' . '/../lib/Migration/Version1008Date20181105104826.php',
'OCA\\DAV\\Migration\\Version1008Date20181105104833' => __DIR__ . '/..' . '/../lib/Migration/Version1008Date20181105104833.php',
'OCA\\DAV\\Migration\\Version1008Date20181105110300' => __DIR__ . '/..' . '/../lib/Migration/Version1008Date20181105110300.php',
'OCA\\DAV\\Migration\\Version1008Date20181105112049' => __DIR__ . '/..' . '/../lib/Migration/Version1008Date20181105112049.php',
'OCA\\DAV\\Migration\\Version1008Date20181114084440' => __DIR__ . '/..' . '/../lib/Migration/Version1008Date20181114084440.php',
'OCA\\DAV\\Migration\\Version1011Date20190725113607' => __DIR__ . '/..' . '/../lib/Migration/Version1011Date20190725113607.php',
'OCA\\DAV\\Migration\\Version1011Date20190806104428' => __DIR__ . '/..' . '/../lib/Migration/Version1011Date20190806104428.php',
'OCA\\DAV\\Migration\\Version1012Date20190808122342' => __DIR__ . '/..' . '/../lib/Migration/Version1012Date20190808122342.php',
'OCA\\DAV\\Migration\\Version1016Date20201109085907' => __DIR__ . '/..' . '/../lib/Migration/Version1016Date20201109085907.php',
'OCA\\DAV\\Migration\\Version1017Date20210216083742' => __DIR__ . '/..' . '/../lib/Migration/Version1017Date20210216083742.php',
'OCA\\DAV\\Migration\\Version1018Date20210312100735' => __DIR__ . '/..' . '/../lib/Migration/Version1018Date20210312100735.php',
'OCA\\DAV\\Migration\\Version1024Date20211221144219' => __DIR__ . '/..' . '/../lib/Migration/Version1024Date20211221144219.php',
'OCA\\DAV\\Migration\\Version1027Date20230504122946' => __DIR__ . '/..' . '/../lib/Migration/Version1027Date20230504122946.php',
'OCA\\DAV\\Migration\\Version1029Date20221114151721' => __DIR__ . '/..' . '/../lib/Migration/Version1029Date20221114151721.php',
'OCA\\DAV\\Migration\\Version1029Date20231004091403' => __DIR__ . '/..' . '/../lib/Migration/Version1029Date20231004091403.php',
'OCA\\DAV\\Profiler\\ProfilerPlugin' => __DIR__ . '/..' . '/../lib/Profiler/ProfilerPlugin.php',
'OCA\\DAV\\Provisioning\\Apple\\AppleProvisioningNode' => __DIR__ . '/..' . '/../lib/Provisioning/Apple/AppleProvisioningNode.php',
'OCA\\DAV\\Provisioning\\Apple\\AppleProvisioningPlugin' => __DIR__ . '/..' . '/../lib/Provisioning/Apple/AppleProvisioningPlugin.php',
'OCA\\DAV\\ResponseDefinitions' => __DIR__ . '/..' . '/../lib/ResponseDefinitions.php',
'OCA\\DAV\\RootCollection' => __DIR__ . '/..' . '/../lib/RootCollection.php',
'OCA\\DAV\\Search\\ACalendarSearchProvider' => __DIR__ . '/..' . '/../lib/Search/ACalendarSearchProvider.php',
'OCA\\DAV\\Search\\ContactsSearchProvider' => __DIR__ . '/..' . '/../lib/Search/ContactsSearchProvider.php',
'OCA\\DAV\\Search\\EventsSearchProvider' => __DIR__ . '/..' . '/../lib/Search/EventsSearchProvider.php',
'OCA\\DAV\\Search\\TasksSearchProvider' => __DIR__ . '/..' . '/../lib/Search/TasksSearchProvider.php',
'OCA\\DAV\\Server' => __DIR__ . '/..' . '/../lib/Server.php',
'OCA\\DAV\\ServerFactory' => __DIR__ . '/..' . '/../lib/ServerFactory.php',
'OCA\\DAV\\Service\\AbsenceService' => __DIR__ . '/..' . '/../lib/Service/AbsenceService.php',
'OCA\\DAV\\Settings\\AvailabilitySettings' => __DIR__ . '/..' . '/../lib/Settings/AvailabilitySettings.php',
'OCA\\DAV\\Settings\\CalDAVSettings' => __DIR__ . '/..' . '/../lib/Settings/CalDAVSettings.php',
'OCA\\DAV\\SetupChecks\\NeedsSystemAddressBookSync' => __DIR__ . '/..' . '/../lib/SetupChecks/NeedsSystemAddressBookSync.php',
'OCA\\DAV\\Storage\\PublicOwnerWrapper' => __DIR__ . '/..' . '/../lib/Storage/PublicOwnerWrapper.php',
'OCA\\DAV\\SystemTag\\SystemTagList' => __DIR__ . '/..' . '/../lib/SystemTag/SystemTagList.php',
'OCA\\DAV\\SystemTag\\SystemTagMappingNode' => __DIR__ . '/..' . '/../lib/SystemTag/SystemTagMappingNode.php',
'OCA\\DAV\\SystemTag\\SystemTagNode' => __DIR__ . '/..' . '/../lib/SystemTag/SystemTagNode.php',
'OCA\\DAV\\SystemTag\\SystemTagPlugin' => __DIR__ . '/..' . '/../lib/SystemTag/SystemTagPlugin.php',
'OCA\\DAV\\SystemTag\\SystemTagsByIdCollection' => __DIR__ . '/..' . '/../lib/SystemTag/SystemTagsByIdCollection.php',
'OCA\\DAV\\SystemTag\\SystemTagsInUseCollection' => __DIR__ . '/..' . '/../lib/SystemTag/SystemTagsInUseCollection.php',
'OCA\\DAV\\SystemTag\\SystemTagsObjectMappingCollection' => __DIR__ . '/..' . '/../lib/SystemTag/SystemTagsObjectMappingCollection.php',
'OCA\\DAV\\SystemTag\\SystemTagsObjectTypeCollection' => __DIR__ . '/..' . '/../lib/SystemTag/SystemTagsObjectTypeCollection.php',
'OCA\\DAV\\SystemTag\\SystemTagsRelationsCollection' => __DIR__ . '/..' . '/../lib/SystemTag/SystemTagsRelationsCollection.php',
'OCA\\DAV\\Traits\\PrincipalProxyTrait' => __DIR__ . '/..' . '/../lib/Traits/PrincipalProxyTrait.php',
'OCA\\DAV\\Upload\\AssemblyStream' => __DIR__ . '/..' . '/../lib/Upload/AssemblyStream.php',
'OCA\\DAV\\Upload\\ChunkingPlugin' => __DIR__ . '/..' . '/../lib/Upload/ChunkingPlugin.php',
'OCA\\DAV\\Upload\\ChunkingV2Plugin' => __DIR__ . '/..' . '/../lib/Upload/ChunkingV2Plugin.php',
'OCA\\DAV\\Upload\\CleanupService' => __DIR__ . '/..' . '/../lib/Upload/CleanupService.php',
'OCA\\DAV\\Upload\\FutureFile' => __DIR__ . '/..' . '/../lib/Upload/FutureFile.php',
'OCA\\DAV\\Upload\\PartFile' => __DIR__ . '/..' . '/../lib/Upload/PartFile.php',
'OCA\\DAV\\Upload\\RootCollection' => __DIR__ . '/..' . '/../lib/Upload/RootCollection.php',
'OCA\\DAV\\Upload\\UploadFile' => __DIR__ . '/..' . '/../lib/Upload/UploadFile.php',
'OCA\\DAV\\Upload\\UploadFolder' => __DIR__ . '/..' . '/../lib/Upload/UploadFolder.php',
'OCA\\DAV\\Upload\\UploadHome' => __DIR__ . '/..' . '/../lib/Upload/UploadHome.php',
'OCA\\DAV\\UserMigration\\CalendarMigrator' => __DIR__ . '/..' . '/../lib/UserMigration/CalendarMigrator.php',
'OCA\\DAV\\UserMigration\\CalendarMigratorException' => __DIR__ . '/..' . '/../lib/UserMigration/CalendarMigratorException.php',
'OCA\\DAV\\UserMigration\\ContactsMigrator' => __DIR__ . '/..' . '/../lib/UserMigration/ContactsMigrator.php',
'OCA\\DAV\\UserMigration\\ContactsMigratorException' => __DIR__ . '/..' . '/../lib/UserMigration/ContactsMigratorException.php',
'OCA\\DAV\\UserMigration\\InvalidAddressBookException' => __DIR__ . '/..' . '/../lib/UserMigration/InvalidAddressBookException.php',
'OCA\\DAV\\UserMigration\\InvalidCalendarException' => __DIR__ . '/..' . '/../lib/UserMigration/InvalidCalendarException.php',
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInitDAV::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitDAV::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInitDAV::$classMap;
}, null, ClassLoader::class);
}
}
@@ -0,0 +1,5 @@
{
"packages": [],
"dev": false,
"dev-package-names": []
}
@@ -0,0 +1,23 @@
<?php return array(
'root' => array(
'name' => '__root__',
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => 'b1797842784b250fb01ed5e3bf130705eb94751b',
'type' => 'library',
'install_path' => __DIR__ . '/../',
'aliases' => array(),
'dev' => false,
),
'versions' => array(
'__root__' => array(
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => 'b1797842784b250fb01ed5e3bf130705eb94751b',
'type' => 'library',
'install_path' => __DIR__ . '/../',
'aliases' => array(),
'dev_requirement' => false,
),
),
);
@@ -0,0 +1,78 @@
/* Database selector on install page */
form #selectPartStatForm {
text-align:center;
white-space: nowrap;
margin: 0;
}
form #selectPartStatForm .info {
white-space: normal;
}
form #selectPartStatForm input[type="radio"] {
display: none;
}
form #selectPartStatForm input[type="radio"]:checked+label {
background-color: #e8e8e8;
}
form #selectPartStatForm input[type="radio"]:checked ~ form fieldset#more_options {
display: none;
}
form #selectPartStatForm label {
color: #000;
background-color: #f8f8f8;
position: static;
margin: 0 -3px 5px;
cursor:pointer;
border: 1px solid #ddd;
display: inline-block;
padding: 0;
line-height: normal;
vertical-align: middle;
text-align: center;
overflow: visible;
}
form #selectPartStatForm label:first-of-type {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
form #selectPartStatForm label:last-of-type {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
form #selectPartStatForm label span {
cursor: pointer;
padding: 10px 20px;
display: block;
line-height: normal;
}
form #selectPartStatForm label.ui-state-hover,
form #selectPartStatForm label.ui-state-active {
color:#000;
background-color:#e8e8e8;
}
form input[type="number"] {
width: 249px;
background: #fff;
color: #555;
cursor: text;
font-family: inherit;
-webkit-appearance: textfield;
-moz-appearance: textfield;
box-sizing: content-box;
border: none;
font-weight: 300;
}
form input[type="submit"] {
display: block;
margin: 0 auto;
padding: 11px 20px 9px
}
+6
View File
@@ -0,0 +1,6 @@
# Licenses
## schedule.svg
- Created by: Google
- License: Apache License, Version 2.0
- Link: https://fonts.google.com/icons?selected=Material%20Icons%3Aschedule%3A
+1
View File
@@ -0,0 +1 @@
<svg width="16" height="16" version="1.1" viewbox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="m4 1c-0.5 0-1 0.5-1 1v2c0 0.5 0.5 1 1 1s1-0.5 1-1v-2c0-0.5-0.5-1-1-1zm8 0c-0.5 0-1 0.5-1 1v2c0 0.5 0.5 1 1 1s1-0.5 1-1v-2c0-0.5-0.5-1-1-1zm-6.5 2v1c0 0.831-0.5 1.5-1.5 1.5s-1.5-0.5-1.5-1.5v-0.9375c-0.8841 0.227-1.5 1.0247-1.5 1.9375v8c0 1.108 0.892 2 2 2h10c1.108 0 2-0.892 2-2v-8c0-0.9128-0.61588-1.7105-1.5-1.9375v0.9375c0 0.831-0.5 1.5-1.5 1.5s-1.5-0.5-1.5-1.5v-1zm7.5 5v5h-10v-5z"/></svg>

After

Width:  |  Height:  |  Size: 499 B

+1
View File
@@ -0,0 +1 @@
<svg width="24px" height="24px" fill="#000000" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/><path d="M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z"/></svg>

After

Width:  |  Height:  |  Size: 353 B

+211
View File
@@ -0,0 +1,211 @@
OC.L10N.register(
"dav",
{
"Calendar" : "التقويم",
"Tasks" : "المهام",
"Personal" : "شخصي",
"{actor} created calendar {calendar}" : "{actor} قام بإنشاء تقويم {calendar}",
"You created calendar {calendar}" : "قمت بإنشاء التقويم {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} قام بحذف التقويم {calendar}",
"You deleted calendar {calendar}" : "لقد قمت بحذف التقويم {calendar}",
"{actor} updated calendar {calendar}" : "{actor} حدّث التقويم {calendar}",
"You updated calendar {calendar}" : "لقد قمت بتحديث التقويم {calendar}",
"{actor} restored calendar {calendar}" : "{actor} استعاد التقويم {calendar}",
"You restored calendar {calendar}" : "أنت استعدت التقويم {calendar}",
"You shared calendar {calendar} as public link" : "أنت شاركت التقويم {calendar} كرابطٍ عموميٍ public link",
"You removed public link for calendar {calendar}" : "أنت ألغيب الرابط العمومي للتقويم {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} قام بمشاركة التقويم {calendar} معك",
"You shared calendar {calendar} with {user}" : "لقد قمت بمشاركة التقويم {calendar} مع {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} قام بمشاركة التقويم {calendar} مع {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} أزال مشاركة التقويم {calendar} منك",
"You unshared calendar {calendar} from {user}" : "لقد أزلت مشاركة التقويم {calendar} من {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} أزال مشاركة التقويم {calendar} من {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} أزال مشاركة التقويم {calendar} من نفسه",
"You shared calendar {calendar} with group {group}" : "أنت شاركت التقويم {calendar} مع المجموعة {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} شارك التقويم {calendar} مع المجموعة {group}",
"You unshared calendar {calendar} from group {group}" : "أنت أزلت مشاركة التقويم {calendar} من المجموعة {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} أزال مشاركة التقويم {calendar} من المجموعة {group}",
"Untitled event" : "حدث بدون اسم",
"{actor} created event {event} in calendar {calendar}" : "{actor} أنشأ الحدث {event} في التقويم {calendar}",
"You created event {event} in calendar {calendar}" : "أنت أنشأت الحدث {event} في التقويم {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} حذف الحدث {event} من التقويم {calendar}",
"You deleted event {event} from calendar {calendar}" : "أنت حذفت الحدث {event} من التقويم {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} عدّل الحدث {event} في التقويم {calendar}",
"You updated event {event} in calendar {calendar}" : "أنت عدّلت الحدث {event} في التقويم {calendar}",
"{actor} moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "{actor} نقل الحدث {event} من التقويم {sourceCalendar} إلى التقويم {targetCalendar}",
"You moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "أنت نقلت الحدث {event} من التقويم {sourceCalendar} إلى التقويم {targetCalendar}",
"{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}",
"Calendar, contacts and tasks" : "التقويم، و جهات الاتصال، و قائمة المهام",
"A <strong>calendar</strong> was modified" : " <strong>تقويم</strong> تمّ تعديله",
"A calendar <strong>event</strong> was modified" : "<strong>حدث</strong> في تقويم تمّ تعديله",
"A calendar <strong>to-do</strong> was modified" : " <strong>مهمة</strong> في تقويم تمّ تعديلها",
"Contact birthdays" : "أعياد ميلاد جهات الاتصال",
"Death of %s" : "وفاة %s",
"Untitled calendar" : "تقويم بدون اسم",
"Calendar:" : "التقويم:",
"Date:" : "التاريخ:",
"Where:" : "المكان:",
"Description:" : "الوصف:",
"_%n year_::_%n years_" : ["في %n أعوام","في %nعام","في %nأعوام","في %nأعوام","في %n أعوام","في %nأعوام"],
"_%n month_::_%n months_" : [" %n شهور","%n شهر","%n شهور","%n شهور","%n شهور","%n شهور"],
"_%n day_::_%n days_" : ["%n أيام","%n يوم","%nأيام","%nأيام","%n أيام","%n أيام"],
"_%n hour_::_%n hours_" : ["%nساعات","%n ساعة","%n ساعات","%n ساعات","%n ساعات","%n ساعات"],
"_%n minute_::_%n minutes_" : ["%n دقيقة","%n دقيقة","%n دقيقتيْن","%n دقائق","%n دقائق","%n دقائق"],
"%s (in %s)" : "%s (في %s)",
"%s (%s ago)" : "%s (%s مضت)",
"Calendar: %s" : "التقويم: %s",
"Date: %s" : "التاريخ: %s",
"Description: %s" : "الوصف: %s",
"Where: %s" : "المكان: %s",
"%1$s via %2$s" : "%1$s عبر %2$s",
"Cancelled: %1$s" : "مُلغىً: %1$s",
"\"%1$s\" has been canceled" : "\"%1$s\" تمّ إلغاؤه",
"Re: %1$s" : "إعادة: %1$s",
"%1$s has accepted your invitation" : "%1$s قبل دعوتك",
"%1$s has tentatively accepted your invitation" : "%1$s قبل دعوتك بشكل مبدئي",
"%1$s has declined your invitation" : "%1$s لم يقبل دعوتك",
"%1$s has responded to your invitation" : "%1$s استجاب لدعوتك",
"Invitation updated: %1$s" : "تحديث الدعوة: %1$s",
"%1$s updated the event \"%2$s\"" : "%1$s تحديث الحدث \"%2$s\"",
"Invitation: %1$s" : "دعوة: %1$s",
"%1$s would like to invite you to \"%2$s\"" : "%1$s يرغب في دعوتكم إلى \"%2$s\"",
"Organizer:" : "تنظيم:",
"Attendees:" : "الحُضُور:",
"Title:" : "العنوان:",
"Time:" : "الوقت:",
"Location:" : "المكان :",
"Link:" : "الرابط:",
"Accept" : "قبول",
"Decline" : "رفض",
"More options …" : "مزيد مِن الخيارات…",
"More options at %s" : "خيارات أخرى في %s",
"Contacts" : "المُراسِلون",
"{actor} created address book {addressbook}" : "{actor} أنشأ دفتر العناوين {addressbook}",
"You created address book {addressbook}" : "أنت أنشأت دفتر العناوين {addressbook}",
"{actor} deleted address book {addressbook}" : "{actor} قام بحذف دفتر العناوين {addressbook}",
"You deleted address book {addressbook}" : "أنت قمت بحذف دفتر العناوين {addressbook}",
"{actor} updated address book {addressbook}" : "{actor} قام بتعديل دفتر العناوين {addressbook}",
"You updated address book {addressbook}" : "أنت قمت بتعديل دفتر العناوين {addressbook}",
"{actor} shared address book {addressbook} with you" : "{actor} قام بمشاركة دفتر العناوين {addressbook} معك",
"You shared address book {addressbook} with {user}" : "أنت قمت بمشاركة دفتر العناوين {addressbook} مع {user}",
"{actor} shared address book {addressbook} with {user}" : "{actor} قام بمشاركة دفتر العناوين {addressbook} مع {user}",
"{actor} unshared address book {addressbook} from you" : "{actor} قام بإلغاء مشاركة دفتر العناوين {addressbook} معك",
"You unshared address book {addressbook} from {user}" : "أنت قمت بإلغاء مشاركة دفتر العناوين {addressbook} مع {user}",
"{actor} unshared address book {addressbook} from {user}" : "{actor} قام بإلغاء مشاركة دفتر العناوين {addressbook} مع {user}",
"{actor} unshared address book {addressbook} from themselves" : "{actor} قام بإلغاء مشاركته في دفتر العناوين {addressbook} ",
"You shared address book {addressbook} with group {group}" : "أنت قمت بمشاركة دفتر العناوين {addressbook} مع المجموعة {group}",
"{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> ",
"Accounts" : "حسابات",
"System address book which holds all accounts" : "دفتر عناوين النظام الذي يحوي كل الحسابات",
"File is not updatable: %1$s" : "ملف غير قابل للتعديل: %1$s",
"Could not write to final file, canceled by hook" : "تعذرت الكتابة إلى الملف النهائي، تم إلغاؤه بواسطة خطّاف hook",
"Could not write file contents" : "تعذرت كتابة محتويات الملف",
"_%n byte_::_%n bytes_" : ["بايت","بايت","بايت","بايت","بايت","%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؛ بينما المقروء من ( الجهاز العميل لنكست كلاود) و المكتوب في (تخزين نكست كلاود) هو %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" : "تعذّر فتح الملف",
"Encryption not ready: %1$s" : "التشفير غير جاهز: %1$s",
"Failed to open file: %1$s" : "تعذّر فتح الملف: %1$s",
"Failed to unlink: %1$s" : "تعذّر فك الارتباط: %1$s",
"Invalid chunk name" : "اسم كتلة chunk غير صحيح",
"Could not rename part file assembled from chunks" : "تعذّرت إعادة تسمية ملف جزئي مُجمّعٍ من كُتلٍ chunks",
"Failed to write file contents: %1$s" : "إخفاق في كتابة محتويات الملف: %1$s",
"File not found: %1$s" : "ملف غير موجود: %1$s",
"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. ",
"Configures a CalDAV account" : "تكوين حساب CalDAV",
"Configures a CardDAV account" : "تكوين حساب CardDAV",
"Events" : "أحداث",
"Untitled task" : "مهمة بدون اسم",
"Completed on %s" : "تمّ الانتهاء منه في %s",
"Due on %s by %s" : "مطلوبٌ في %s من قِبَل%s",
"Due on %s" : "مطلوبٌ في %s",
"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 مستخدم أو بسبب حدوث خطأ. يرجى تشغيل المزامنة يدويًا عن طريق الأمر السطري:\n\"occ dav:sync-system-addressbook\"",
"Migrated calendar (%1$s)" : "تقويم مُرحّل (%1$s)",
"Calendars including events, details and attendees" : "تحوي التقاويم الأحداث، و تفاصيلها، و الحُضُور",
"Contacts and groups" : "جهات الاتصال والمجموعات",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "النقطة الحدّيّة endpoint لـ WebDAV",
"First day" : "أوّل يومٍ",
"Last day (inclusive)" : "آخر يوم (مشمولاً)",
"Short absence status" : "حالة الغياب القصير",
"Long absence Message" : "رسالة الغياب الطويل",
"Save" : "حفظ",
"Disable absence" : "تعطيل الغياب",
"Absence saved" : "تمّ حفظ الغياب",
"Failed to save your absence settings" : "تعذّر حفظ إعداداتك للغياب",
"Absence cleared" : "تمّ محو الغياب",
"Failed to clear your absence settings" : "تعذّر محو إعداداتك للغياب",
"Time zone:" : "منطقة زمنية:",
"to" : "إلى",
"Delete slot" : "حذف فُرَضَةٍ slot زمنيّةٍ",
"No working hours set" : "لم يتم تحديد ساعات العمل",
"Add slot" : "أضِف فُرَضَةً slot زمنيّةً",
"Weekdays" : "أيام الأسبوع",
"Monday" : "الإثنين",
"Tuesday" : "الثلاثاء",
"Wednesday" : "الأربعاء",
"Thursday" : "الخميس",
"Friday" : "الجمعة",
"Saturday" : "السبت",
"Sunday" : "الأحد",
"Pick a start time for {dayName}" : "إختَر وقت البدء ليوم {dayName}",
"Pick a end time for {dayName}" : "إختَر وقت الانتهاء ليوم {dayName}",
"Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications." : "قم بتعيين حالة المستخدم تلقائيًا على \"عدم الإزعاج\" خارج نطاق أوقات التوافر لكتم جميع الإشعارات",
"Failed to load availability" : "إخفاق في تحميل أوقات التوافر",
"Saved availability" : "تمّ حفظ أوقات التوافر",
"Failed to save availability" : "إخفاق في حفظ أوقات التواجد",
"Availability" : "أوقات التواجد availability",
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "إذا قمت بتعيين إعدادات ساعات عملك، فسيعرف الأشخاص الآخرون متى تكون خارج المكتب عندما يرغبونن في حجز موعد للاجتماع بك.",
"Absence" : "غياب",
"Configure your next absence period." : "قٌم بتهيئة فترة غيابك القادمة.",
"Calendar server" : "خادوم التقويم",
"Send invitations to attendees" : "إرسال دعوات للمُستهدفين بالحُضُُور",
"Automatically generate a birthday calendar" : "تجاهل تقويم أعياد الميلاد تلقائيّاً",
"Birthday calendars will be generated by a background job." : "تقويم أعياد الميلاد سيتم توليده من قِبَل مهمةٍ في الخلفية.",
"Hence they will not be available immediately after enabling but will show up after some time." : "ومن ثمّ لن تكون متاحةً فور التفعيل بل ستظهر بعد مرور بعض الوقت.",
"Send notifications for events" : "إرسال إشعارات حول الأحداث",
"Notifications are sent via background jobs, so these must occur often enough." : "يتمّ إرسال الإشعارات من قِبَل مهمّةٍ في الخلفية. لذا سيتكرر عمل هذا المهام حسب الحاجة.",
"Send reminder notifications to calendar sharees as well" : "أرسل إشعارات للتذكير إلى المشتركين بالتقويم كذلك",
"Reminders are always sent to organizers and attendees." : "إشعارات التذكير يتم إرسالها دائماً إلى مُنظّم أو مُنظّمي الحدث و المستهدفين بحضوره.",
"Enable notifications for events via push" : "تمكين الإشعارات حول الأحداث عبر الزّجّ push.",
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "قم أيضاً بتنصيب {calendarappstoreopen} تطبيق التقويم {linkclose}, أو {calendardocopen} أوصل جهازك و موبايلك للمُزامنة ↗{linkclose}.",
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "رجاءُ، تأكّد من الإعداد الصحيح لـ {emailopen} خادوم البريد الالكتروني {linkclose}.",
"There was an error updating your attendance status." : "حدث خطأ في تحديث حالة حضورك.",
"Please contact the organizer directly." : "رجاءً، تواصل مع المُنظّم أو المُنظّمين مُباشرةً.",
"Are you accepting the invitation?" : "هل تقبل الدعوة؟",
"Tentative" : "مبدئي",
"Your attendance was updated successfully." : "حضورك تم تحديثه بنجاحٍ",
"To-dos" : "قائمة المهام",
"If you configure your working hours, other users will see when you are out of office when they book a meeting." : "إذا قمت بتهيئة ساعات العمل الخاصة بك، فسيظهر للمستخدمين الآخرين عندما يحجزون معك موعداً إذا ما كنت في المكتب أو خارجه."
},
"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;");
+209
View File
@@ -0,0 +1,209 @@
{ "translations": {
"Calendar" : "التقويم",
"Tasks" : "المهام",
"Personal" : "شخصي",
"{actor} created calendar {calendar}" : "{actor} قام بإنشاء تقويم {calendar}",
"You created calendar {calendar}" : "قمت بإنشاء التقويم {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} قام بحذف التقويم {calendar}",
"You deleted calendar {calendar}" : "لقد قمت بحذف التقويم {calendar}",
"{actor} updated calendar {calendar}" : "{actor} حدّث التقويم {calendar}",
"You updated calendar {calendar}" : "لقد قمت بتحديث التقويم {calendar}",
"{actor} restored calendar {calendar}" : "{actor} استعاد التقويم {calendar}",
"You restored calendar {calendar}" : "أنت استعدت التقويم {calendar}",
"You shared calendar {calendar} as public link" : "أنت شاركت التقويم {calendar} كرابطٍ عموميٍ public link",
"You removed public link for calendar {calendar}" : "أنت ألغيب الرابط العمومي للتقويم {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} قام بمشاركة التقويم {calendar} معك",
"You shared calendar {calendar} with {user}" : "لقد قمت بمشاركة التقويم {calendar} مع {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} قام بمشاركة التقويم {calendar} مع {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} أزال مشاركة التقويم {calendar} منك",
"You unshared calendar {calendar} from {user}" : "لقد أزلت مشاركة التقويم {calendar} من {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} أزال مشاركة التقويم {calendar} من {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} أزال مشاركة التقويم {calendar} من نفسه",
"You shared calendar {calendar} with group {group}" : "أنت شاركت التقويم {calendar} مع المجموعة {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} شارك التقويم {calendar} مع المجموعة {group}",
"You unshared calendar {calendar} from group {group}" : "أنت أزلت مشاركة التقويم {calendar} من المجموعة {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} أزال مشاركة التقويم {calendar} من المجموعة {group}",
"Untitled event" : "حدث بدون اسم",
"{actor} created event {event} in calendar {calendar}" : "{actor} أنشأ الحدث {event} في التقويم {calendar}",
"You created event {event} in calendar {calendar}" : "أنت أنشأت الحدث {event} في التقويم {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} حذف الحدث {event} من التقويم {calendar}",
"You deleted event {event} from calendar {calendar}" : "أنت حذفت الحدث {event} من التقويم {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} عدّل الحدث {event} في التقويم {calendar}",
"You updated event {event} in calendar {calendar}" : "أنت عدّلت الحدث {event} في التقويم {calendar}",
"{actor} moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "{actor} نقل الحدث {event} من التقويم {sourceCalendar} إلى التقويم {targetCalendar}",
"You moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "أنت نقلت الحدث {event} من التقويم {sourceCalendar} إلى التقويم {targetCalendar}",
"{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}",
"Calendar, contacts and tasks" : "التقويم، و جهات الاتصال، و قائمة المهام",
"A <strong>calendar</strong> was modified" : " <strong>تقويم</strong> تمّ تعديله",
"A calendar <strong>event</strong> was modified" : "<strong>حدث</strong> في تقويم تمّ تعديله",
"A calendar <strong>to-do</strong> was modified" : " <strong>مهمة</strong> في تقويم تمّ تعديلها",
"Contact birthdays" : "أعياد ميلاد جهات الاتصال",
"Death of %s" : "وفاة %s",
"Untitled calendar" : "تقويم بدون اسم",
"Calendar:" : "التقويم:",
"Date:" : "التاريخ:",
"Where:" : "المكان:",
"Description:" : "الوصف:",
"_%n year_::_%n years_" : ["في %n أعوام","في %nعام","في %nأعوام","في %nأعوام","في %n أعوام","في %nأعوام"],
"_%n month_::_%n months_" : [" %n شهور","%n شهر","%n شهور","%n شهور","%n شهور","%n شهور"],
"_%n day_::_%n days_" : ["%n أيام","%n يوم","%nأيام","%nأيام","%n أيام","%n أيام"],
"_%n hour_::_%n hours_" : ["%nساعات","%n ساعة","%n ساعات","%n ساعات","%n ساعات","%n ساعات"],
"_%n minute_::_%n minutes_" : ["%n دقيقة","%n دقيقة","%n دقيقتيْن","%n دقائق","%n دقائق","%n دقائق"],
"%s (in %s)" : "%s (في %s)",
"%s (%s ago)" : "%s (%s مضت)",
"Calendar: %s" : "التقويم: %s",
"Date: %s" : "التاريخ: %s",
"Description: %s" : "الوصف: %s",
"Where: %s" : "المكان: %s",
"%1$s via %2$s" : "%1$s عبر %2$s",
"Cancelled: %1$s" : "مُلغىً: %1$s",
"\"%1$s\" has been canceled" : "\"%1$s\" تمّ إلغاؤه",
"Re: %1$s" : "إعادة: %1$s",
"%1$s has accepted your invitation" : "%1$s قبل دعوتك",
"%1$s has tentatively accepted your invitation" : "%1$s قبل دعوتك بشكل مبدئي",
"%1$s has declined your invitation" : "%1$s لم يقبل دعوتك",
"%1$s has responded to your invitation" : "%1$s استجاب لدعوتك",
"Invitation updated: %1$s" : "تحديث الدعوة: %1$s",
"%1$s updated the event \"%2$s\"" : "%1$s تحديث الحدث \"%2$s\"",
"Invitation: %1$s" : "دعوة: %1$s",
"%1$s would like to invite you to \"%2$s\"" : "%1$s يرغب في دعوتكم إلى \"%2$s\"",
"Organizer:" : "تنظيم:",
"Attendees:" : "الحُضُور:",
"Title:" : "العنوان:",
"Time:" : "الوقت:",
"Location:" : "المكان :",
"Link:" : "الرابط:",
"Accept" : "قبول",
"Decline" : "رفض",
"More options …" : "مزيد مِن الخيارات…",
"More options at %s" : "خيارات أخرى في %s",
"Contacts" : "المُراسِلون",
"{actor} created address book {addressbook}" : "{actor} أنشأ دفتر العناوين {addressbook}",
"You created address book {addressbook}" : "أنت أنشأت دفتر العناوين {addressbook}",
"{actor} deleted address book {addressbook}" : "{actor} قام بحذف دفتر العناوين {addressbook}",
"You deleted address book {addressbook}" : "أنت قمت بحذف دفتر العناوين {addressbook}",
"{actor} updated address book {addressbook}" : "{actor} قام بتعديل دفتر العناوين {addressbook}",
"You updated address book {addressbook}" : "أنت قمت بتعديل دفتر العناوين {addressbook}",
"{actor} shared address book {addressbook} with you" : "{actor} قام بمشاركة دفتر العناوين {addressbook} معك",
"You shared address book {addressbook} with {user}" : "أنت قمت بمشاركة دفتر العناوين {addressbook} مع {user}",
"{actor} shared address book {addressbook} with {user}" : "{actor} قام بمشاركة دفتر العناوين {addressbook} مع {user}",
"{actor} unshared address book {addressbook} from you" : "{actor} قام بإلغاء مشاركة دفتر العناوين {addressbook} معك",
"You unshared address book {addressbook} from {user}" : "أنت قمت بإلغاء مشاركة دفتر العناوين {addressbook} مع {user}",
"{actor} unshared address book {addressbook} from {user}" : "{actor} قام بإلغاء مشاركة دفتر العناوين {addressbook} مع {user}",
"{actor} unshared address book {addressbook} from themselves" : "{actor} قام بإلغاء مشاركته في دفتر العناوين {addressbook} ",
"You shared address book {addressbook} with group {group}" : "أنت قمت بمشاركة دفتر العناوين {addressbook} مع المجموعة {group}",
"{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> ",
"Accounts" : "حسابات",
"System address book which holds all accounts" : "دفتر عناوين النظام الذي يحوي كل الحسابات",
"File is not updatable: %1$s" : "ملف غير قابل للتعديل: %1$s",
"Could not write to final file, canceled by hook" : "تعذرت الكتابة إلى الملف النهائي، تم إلغاؤه بواسطة خطّاف hook",
"Could not write file contents" : "تعذرت كتابة محتويات الملف",
"_%n byte_::_%n bytes_" : ["بايت","بايت","بايت","بايت","بايت","%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؛ بينما المقروء من ( الجهاز العميل لنكست كلاود) و المكتوب في (تخزين نكست كلاود) هو %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" : "تعذّر فتح الملف",
"Encryption not ready: %1$s" : "التشفير غير جاهز: %1$s",
"Failed to open file: %1$s" : "تعذّر فتح الملف: %1$s",
"Failed to unlink: %1$s" : "تعذّر فك الارتباط: %1$s",
"Invalid chunk name" : "اسم كتلة chunk غير صحيح",
"Could not rename part file assembled from chunks" : "تعذّرت إعادة تسمية ملف جزئي مُجمّعٍ من كُتلٍ chunks",
"Failed to write file contents: %1$s" : "إخفاق في كتابة محتويات الملف: %1$s",
"File not found: %1$s" : "ملف غير موجود: %1$s",
"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. ",
"Configures a CalDAV account" : "تكوين حساب CalDAV",
"Configures a CardDAV account" : "تكوين حساب CardDAV",
"Events" : "أحداث",
"Untitled task" : "مهمة بدون اسم",
"Completed on %s" : "تمّ الانتهاء منه في %s",
"Due on %s by %s" : "مطلوبٌ في %s من قِبَل%s",
"Due on %s" : "مطلوبٌ في %s",
"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 مستخدم أو بسبب حدوث خطأ. يرجى تشغيل المزامنة يدويًا عن طريق الأمر السطري:\n\"occ dav:sync-system-addressbook\"",
"Migrated calendar (%1$s)" : "تقويم مُرحّل (%1$s)",
"Calendars including events, details and attendees" : "تحوي التقاويم الأحداث، و تفاصيلها، و الحُضُور",
"Contacts and groups" : "جهات الاتصال والمجموعات",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "النقطة الحدّيّة endpoint لـ WebDAV",
"First day" : "أوّل يومٍ",
"Last day (inclusive)" : "آخر يوم (مشمولاً)",
"Short absence status" : "حالة الغياب القصير",
"Long absence Message" : "رسالة الغياب الطويل",
"Save" : "حفظ",
"Disable absence" : "تعطيل الغياب",
"Absence saved" : "تمّ حفظ الغياب",
"Failed to save your absence settings" : "تعذّر حفظ إعداداتك للغياب",
"Absence cleared" : "تمّ محو الغياب",
"Failed to clear your absence settings" : "تعذّر محو إعداداتك للغياب",
"Time zone:" : "منطقة زمنية:",
"to" : "إلى",
"Delete slot" : "حذف فُرَضَةٍ slot زمنيّةٍ",
"No working hours set" : "لم يتم تحديد ساعات العمل",
"Add slot" : "أضِف فُرَضَةً slot زمنيّةً",
"Weekdays" : "أيام الأسبوع",
"Monday" : "الإثنين",
"Tuesday" : "الثلاثاء",
"Wednesday" : "الأربعاء",
"Thursday" : "الخميس",
"Friday" : "الجمعة",
"Saturday" : "السبت",
"Sunday" : "الأحد",
"Pick a start time for {dayName}" : "إختَر وقت البدء ليوم {dayName}",
"Pick a end time for {dayName}" : "إختَر وقت الانتهاء ليوم {dayName}",
"Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications." : "قم بتعيين حالة المستخدم تلقائيًا على \"عدم الإزعاج\" خارج نطاق أوقات التوافر لكتم جميع الإشعارات",
"Failed to load availability" : "إخفاق في تحميل أوقات التوافر",
"Saved availability" : "تمّ حفظ أوقات التوافر",
"Failed to save availability" : "إخفاق في حفظ أوقات التواجد",
"Availability" : "أوقات التواجد availability",
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "إذا قمت بتعيين إعدادات ساعات عملك، فسيعرف الأشخاص الآخرون متى تكون خارج المكتب عندما يرغبونن في حجز موعد للاجتماع بك.",
"Absence" : "غياب",
"Configure your next absence period." : "قٌم بتهيئة فترة غيابك القادمة.",
"Calendar server" : "خادوم التقويم",
"Send invitations to attendees" : "إرسال دعوات للمُستهدفين بالحُضُُور",
"Automatically generate a birthday calendar" : "تجاهل تقويم أعياد الميلاد تلقائيّاً",
"Birthday calendars will be generated by a background job." : "تقويم أعياد الميلاد سيتم توليده من قِبَل مهمةٍ في الخلفية.",
"Hence they will not be available immediately after enabling but will show up after some time." : "ومن ثمّ لن تكون متاحةً فور التفعيل بل ستظهر بعد مرور بعض الوقت.",
"Send notifications for events" : "إرسال إشعارات حول الأحداث",
"Notifications are sent via background jobs, so these must occur often enough." : "يتمّ إرسال الإشعارات من قِبَل مهمّةٍ في الخلفية. لذا سيتكرر عمل هذا المهام حسب الحاجة.",
"Send reminder notifications to calendar sharees as well" : "أرسل إشعارات للتذكير إلى المشتركين بالتقويم كذلك",
"Reminders are always sent to organizers and attendees." : "إشعارات التذكير يتم إرسالها دائماً إلى مُنظّم أو مُنظّمي الحدث و المستهدفين بحضوره.",
"Enable notifications for events via push" : "تمكين الإشعارات حول الأحداث عبر الزّجّ push.",
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "قم أيضاً بتنصيب {calendarappstoreopen} تطبيق التقويم {linkclose}, أو {calendardocopen} أوصل جهازك و موبايلك للمُزامنة ↗{linkclose}.",
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "رجاءُ، تأكّد من الإعداد الصحيح لـ {emailopen} خادوم البريد الالكتروني {linkclose}.",
"There was an error updating your attendance status." : "حدث خطأ في تحديث حالة حضورك.",
"Please contact the organizer directly." : "رجاءً، تواصل مع المُنظّم أو المُنظّمين مُباشرةً.",
"Are you accepting the invitation?" : "هل تقبل الدعوة؟",
"Tentative" : "مبدئي",
"Your attendance was updated successfully." : "حضورك تم تحديثه بنجاحٍ",
"To-dos" : "قائمة المهام",
"If you configure your working hours, other users will see when you are out of office when they book a meeting." : "إذا قمت بتهيئة ساعات العمل الخاصة بك، فسيظهر للمستخدمين الآخرين عندما يحجزون معك موعداً إذا ما كنت في المكتب أو خارجه."
},"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;"
}
+192
View File
@@ -0,0 +1,192 @@
OC.L10N.register(
"dav",
{
"Calendar" : "Календар",
"Tasks" : "Задачи",
"Personal" : "Личен",
"{actor} created calendar {calendar}" : "{actor} направи календар {calendar}",
"You created calendar {calendar}" : "Създадохте календара {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} изтри календар {calendar}",
"You deleted calendar {calendar}" : "Изтрихте календар {calendar}",
"{actor} updated calendar {calendar}" : "{actor} обнови календар {calendar}",
"You updated calendar {calendar}" : "Обновихте календар {calendar}",
"{actor} restored calendar {calendar}" : "{actor} възстанови календар {calendar}",
"You restored calendar {calendar}" : "Вие възстановихте календар {calendar}",
"You shared calendar {calendar} as public link" : "Споделихте календара {calendar} с публична връзка",
"You removed public link for calendar {calendar}" : "Премахнахте публична връзка към календара {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} сподели календара {calendar} с вас",
"You shared calendar {calendar} with {user}" : "Споделихте календара {calendar} с {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} сподели календар {calendar} с {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} отказа споделянето на календара {calendar} с вас",
"You unshared calendar {calendar} from {user}" : "Отказахте споделянето на календара {calendar} от {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} отказа споделяне на календар {calendar} от {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} отказа споделяне на календар {calendar} от себеси",
"You shared calendar {calendar} with group {group}" : "Споделихте календара {calendar} с група {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} сподели календар {calendar} с група {group}",
"You unshared calendar {calendar} from group {group}" : "Отказахте споделянето на календара {calendar} от група {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} отказа споделяне с календар {calendar} от група {group}",
"Untitled event" : "Събитие без заглавие",
"{actor} created event {event} in calendar {calendar}" : "{actor} създаде събитие {event} в календар {calendar}",
"You created event {event} in calendar {calendar}" : "Създадохте събитие {event} в календар {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} изтри събитие {event} от календар {calendar}",
"You deleted event {event} from calendar {calendar}" : "Изтрихте събитие {event} от календар {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} обнови събитие {event} в календар {calendar}",
"You updated event {event} in calendar {calendar}" : "Обновихте събитие {event} в календар {calendar}",
"{actor} moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "{actor} премести събитие {event} от календар {sourceCalendar} в календар {targetCalendar}",
"You moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "Преместихте събитие {event} от календар {sourceCalendar} в календар {targetCalendar}",
"{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}",
"Calendar, contacts and tasks" : "Календар, контакти и задачи",
"A <strong>calendar</strong> was modified" : "Промяна на <strong>календар</strong>",
"A calendar <strong>event</strong> was modified" : "Промяна на календарно <strong>събитие</strong>",
"A calendar <strong>to-do</strong> was modified" : "<strong>задача</strong>от календар беше променена",
"Contact birthdays" : "Рождени дни на контакти",
"Death of %s" : "Смърт на %s",
"Untitled calendar" : "Нов календар",
"Calendar:" : "Календар:",
"Date:" : "Дата:",
"Where:" : "Къде:",
"Description:" : "Описание:",
"_%n year_::_%n years_" : ["%n години","%n години"],
"_%n month_::_%n months_" : ["%n месеци","%n месеци"],
"_%n day_::_%n days_" : ["%n дни","%n дни"],
"_%n hour_::_%n hours_" : ["%n часове","%n часа"],
"_%n minute_::_%n minutes_" : ["%n минути","%n минути"],
"%s (in %s)" : "%s (в %s)",
"%s (%s ago)" : "%s (преди %s)",
"Calendar: %s" : "Календар: %s",
"Date: %s" : "Дата: %s",
"Description: %s" : "Описание: %s",
"Where: %s" : "Къде: %s",
"%1$s via %2$s" : "%1$s чрез %2$s",
"Cancelled: %1$s" : "Отказан: %1$s",
"\"%1$s\" has been canceled" : "„%1$s“ е отказано",
"Re: %1$s" : "Re: %1$s",
"%1$s has accepted your invitation" : "%1$s е приел поканата ви",
"%1$s has tentatively accepted your invitation" : "%1$s е приел поканата ви условно",
"%1$s has declined your invitation" : "%1$s е отказал поканата ви",
"%1$s has responded to your invitation" : "%1$s отговори/ха на вашата покана",
"Invitation updated: %1$s" : "Поканата е актуализирана: %1$s",
"%1$s updated the event \"%2$s\"" : "%1$s актуализира събитието „%2$s“",
"Invitation: %1$s" : "Покана: %1$s",
"%1$s would like to invite you to \"%2$s\"" : "%1$s желае да ви покани на „%2$s“",
"Organizer:" : "Organizer/организатор/:",
"Attendees:" : "Участници:",
"Title:" : "Заглавие:",
"Time:" : "Час:",
"Location:" : "Местоположение:",
"Link:" : "Връзка:",
"Accept" : "Приемане",
"Decline" : "Отхвърляне",
"More options …" : "Още опции ...",
"More options at %s" : "Още опции при %s",
"Contacts" : "Контакти",
"{actor} created address book {addressbook}" : "{actor} създаде адресна книга {addressbook}",
"You created address book {addressbook}" : "Вие създадохте адресна книга {addressbook}",
"{actor} deleted address book {addressbook}" : "{actor} изтри адресна книга {addressbook}",
"You deleted address book {addressbook}" : "Вие изтрихте адресна книга {addressbook}",
"{actor} updated address book {addressbook}" : "{actor} актуализира адресна книга {addressbook}",
"You updated address book {addressbook}" : "Вие актуализирахте адресна книга {addressbook}",
"{actor} shared address book {addressbook} with you" : "{actor} сподели адресна книга {addressbook} с вас",
"You shared address book {addressbook} with {user}" : "Вие споделихте адресна книга {addressbook} с {user}",
"{actor} shared address book {addressbook} with {user}" : "{actor} сподели адресна книга {addressbook} с {user}",
"{actor} unshared address book {addressbook} from you" : "{actor} отмени споделяне на адресна книга {addressbook} от вас",
"You unshared address book {addressbook} from {user}" : "Вие отменихте споделяне на адресна книга {addressbook} от {user}",
"{actor} unshared address book {addressbook} from {user}" : "{actor} отмени споделяне на адресна книга {addressbook} от {user}",
"{actor} unshared address book {addressbook} from themselves" : "{actor} отмениха споделяне на адресна книга {addressbook} от самите тях ",
"You shared address book {addressbook} with group {group}" : "Вие споделихте адресна книга {addressbook} с група {group}",
"{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>contact</strong> или <strong>address book</strong> са променени",
"File is not updatable: %1$s" : "Файлът не подлежи на актуализиране: %1$s",
"Could not write to final file, canceled by 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 клиент) и записани (в хранилище на Nextcloud) %2$s. Това може да бъде, както мрежов проблем от страна на изпращача, така и проблем със записването в хранилище от страна на сървъра.",
"Could not rename part file to final file, canceled by hook" : "Не можа да се преименува частичен файл в краен файл, анулиран е от кука",
"Could not rename part file to final file" : "Не можа да се преименува частичен файл в краен файл",
"Failed to check file size: %1$s" : "Неуспешна проверка на размера на файла: %1$s",
"Could not open file" : "Файлът не можа да се отвори",
"Encryption not ready: %1$s" : "Криптирането не е готово: %1$s",
"Failed to open file: %1$s" : "Неуспешно отваряне на файл: %1$s",
"Failed to unlink: %1$s" : "Неуспешно прекратяване на връзката: %1$s",
"Invalid chunk name" : "Невалидно име на блок",
"Could not rename part file assembled from chunks" : "Не можа да се преименува частичен файл, сглобен от блок",
"Failed to write file contents: %1$s" : "Неуспешно записване на съдържанието на файла: %1$s",
"File not found: %1$s" : "Файлът не е намерен: %1$s",
"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.",
"Configures a CalDAV account" : "Конфигурира профил в CalDAV",
"Configures a CardDAV account" : "Конфигурира профил в CalDAV",
"Events" : "Събития",
"Untitled task" : "Задача без заглавие",
"Completed on %s" : "Завършен на %s",
"Due on %s by %s" : "Краен срок на %s от %s",
"Due on %s" : "Краен срок на %s",
"Migrated calendar (%1$s)" : "Мигриран календар (%1$s)",
"Calendars including events, details and attendees" : "Календари, включително събития, подробности и участници",
"Contacts and groups" : "Контакти и групи",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "WebDAV крайна точка",
"First day" : "Първи ден",
"Save" : "Запазване",
"Time zone:" : "Часова зона",
"to" : "до",
"Delete slot" : "Изтриване на слот",
"No working hours set" : "Няма зададено работно време",
"Add slot" : "Добавяне на слот",
"Monday" : "Понеделник",
"Tuesday" : "Вторник",
"Wednesday" : "Сряда",
"Thursday" : "Четвъртък",
"Friday" : "Петък",
"Saturday" : "Събота",
"Sunday" : "Неделя",
"Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications." : "Автоматично задаване на потребителският статус на „Не безпокойте“ извън достъпността, за заглушаване на всички известия.",
"Failed to load availability" : "Неуспешно зареждане на наличност",
"Saved availability" : "Запазена наличност",
"Failed to save availability" : "Неуспешно записване на наличност",
"Availability" : "Наличност",
"Calendar server" : "Сървър на календар",
"Send invitations to attendees" : "Изпращане на покани до участниците",
"Automatically generate a birthday calendar" : "Автоматично генериране на календар с рождени дни.",
"Birthday calendars will be generated by a background job." : "Календарите с рождени дни се генерират от background job.",
"Hence they will not be available immediately after enabling but will show up after some time." : "Това е причината поради която те не се появяват веднага, след като включите опцията.",
"Send notifications for events" : "Изпращане на известия за събития",
"Notifications are sent via background jobs, so these must occur often enough." : "Известията се изпращат чрез фонови задания, така че те трябва да се случват достатъчно често.",
"Send reminder notifications to calendar sharees as well" : "Изпращане на известия за напомняния и до споделящите календар",
"Reminders are always sent to organizers and attendees." : "Напомнянията винаги се изпращат до организаторите и присъстващите.",
"Enable notifications for events via push" : "Активиране на известията за събития чрез push",
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Също така инсталирайте приложението {calendarappstoreopen}Календар{linkclose} или {calendardocopen}, свържете вашия настолен компютър и мобилен телефон за синхронизиране ↗{linkclose}.",
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Моля, уверете се, че сте настроили правилно {emailopen} имейл сървъра{linkclose}.",
"There was an error updating your attendance status." : "Възникна грешка при актуализиране на състоянието на присъствието Ви.",
"Please contact the organizer directly." : "Моля, свържете се директно с организатора.",
"Are you accepting the invitation?" : "Приемате ли поканата?",
"Tentative" : "Несигурно",
"Your attendance was updated successfully." : "Вашето присъствие е актуализирано успешно.",
"To-dos" : "Задачи за изпълнение",
"If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Ако конфигурирате работното си време, другите потребители ще виждат кога сте извън офиса, при резервиране на среща."
},
"nplurals=2; plural=(n != 1);");
+190
View File
@@ -0,0 +1,190 @@
{ "translations": {
"Calendar" : "Календар",
"Tasks" : "Задачи",
"Personal" : "Личен",
"{actor} created calendar {calendar}" : "{actor} направи календар {calendar}",
"You created calendar {calendar}" : "Създадохте календара {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} изтри календар {calendar}",
"You deleted calendar {calendar}" : "Изтрихте календар {calendar}",
"{actor} updated calendar {calendar}" : "{actor} обнови календар {calendar}",
"You updated calendar {calendar}" : "Обновихте календар {calendar}",
"{actor} restored calendar {calendar}" : "{actor} възстанови календар {calendar}",
"You restored calendar {calendar}" : "Вие възстановихте календар {calendar}",
"You shared calendar {calendar} as public link" : "Споделихте календара {calendar} с публична връзка",
"You removed public link for calendar {calendar}" : "Премахнахте публична връзка към календара {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} сподели календара {calendar} с вас",
"You shared calendar {calendar} with {user}" : "Споделихте календара {calendar} с {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} сподели календар {calendar} с {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} отказа споделянето на календара {calendar} с вас",
"You unshared calendar {calendar} from {user}" : "Отказахте споделянето на календара {calendar} от {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} отказа споделяне на календар {calendar} от {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} отказа споделяне на календар {calendar} от себеси",
"You shared calendar {calendar} with group {group}" : "Споделихте календара {calendar} с група {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} сподели календар {calendar} с група {group}",
"You unshared calendar {calendar} from group {group}" : "Отказахте споделянето на календара {calendar} от група {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} отказа споделяне с календар {calendar} от група {group}",
"Untitled event" : "Събитие без заглавие",
"{actor} created event {event} in calendar {calendar}" : "{actor} създаде събитие {event} в календар {calendar}",
"You created event {event} in calendar {calendar}" : "Създадохте събитие {event} в календар {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} изтри събитие {event} от календар {calendar}",
"You deleted event {event} from calendar {calendar}" : "Изтрихте събитие {event} от календар {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} обнови събитие {event} в календар {calendar}",
"You updated event {event} in calendar {calendar}" : "Обновихте събитие {event} в календар {calendar}",
"{actor} moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "{actor} премести събитие {event} от календар {sourceCalendar} в календар {targetCalendar}",
"You moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "Преместихте събитие {event} от календар {sourceCalendar} в календар {targetCalendar}",
"{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}",
"Calendar, contacts and tasks" : "Календар, контакти и задачи",
"A <strong>calendar</strong> was modified" : "Промяна на <strong>календар</strong>",
"A calendar <strong>event</strong> was modified" : "Промяна на календарно <strong>събитие</strong>",
"A calendar <strong>to-do</strong> was modified" : "<strong>задача</strong>от календар беше променена",
"Contact birthdays" : "Рождени дни на контакти",
"Death of %s" : "Смърт на %s",
"Untitled calendar" : "Нов календар",
"Calendar:" : "Календар:",
"Date:" : "Дата:",
"Where:" : "Къде:",
"Description:" : "Описание:",
"_%n year_::_%n years_" : ["%n години","%n години"],
"_%n month_::_%n months_" : ["%n месеци","%n месеци"],
"_%n day_::_%n days_" : ["%n дни","%n дни"],
"_%n hour_::_%n hours_" : ["%n часове","%n часа"],
"_%n minute_::_%n minutes_" : ["%n минути","%n минути"],
"%s (in %s)" : "%s (в %s)",
"%s (%s ago)" : "%s (преди %s)",
"Calendar: %s" : "Календар: %s",
"Date: %s" : "Дата: %s",
"Description: %s" : "Описание: %s",
"Where: %s" : "Къде: %s",
"%1$s via %2$s" : "%1$s чрез %2$s",
"Cancelled: %1$s" : "Отказан: %1$s",
"\"%1$s\" has been canceled" : "„%1$s“ е отказано",
"Re: %1$s" : "Re: %1$s",
"%1$s has accepted your invitation" : "%1$s е приел поканата ви",
"%1$s has tentatively accepted your invitation" : "%1$s е приел поканата ви условно",
"%1$s has declined your invitation" : "%1$s е отказал поканата ви",
"%1$s has responded to your invitation" : "%1$s отговори/ха на вашата покана",
"Invitation updated: %1$s" : "Поканата е актуализирана: %1$s",
"%1$s updated the event \"%2$s\"" : "%1$s актуализира събитието „%2$s“",
"Invitation: %1$s" : "Покана: %1$s",
"%1$s would like to invite you to \"%2$s\"" : "%1$s желае да ви покани на „%2$s“",
"Organizer:" : "Organizer/организатор/:",
"Attendees:" : "Участници:",
"Title:" : "Заглавие:",
"Time:" : "Час:",
"Location:" : "Местоположение:",
"Link:" : "Връзка:",
"Accept" : "Приемане",
"Decline" : "Отхвърляне",
"More options …" : "Още опции ...",
"More options at %s" : "Още опции при %s",
"Contacts" : "Контакти",
"{actor} created address book {addressbook}" : "{actor} създаде адресна книга {addressbook}",
"You created address book {addressbook}" : "Вие създадохте адресна книга {addressbook}",
"{actor} deleted address book {addressbook}" : "{actor} изтри адресна книга {addressbook}",
"You deleted address book {addressbook}" : "Вие изтрихте адресна книга {addressbook}",
"{actor} updated address book {addressbook}" : "{actor} актуализира адресна книга {addressbook}",
"You updated address book {addressbook}" : "Вие актуализирахте адресна книга {addressbook}",
"{actor} shared address book {addressbook} with you" : "{actor} сподели адресна книга {addressbook} с вас",
"You shared address book {addressbook} with {user}" : "Вие споделихте адресна книга {addressbook} с {user}",
"{actor} shared address book {addressbook} with {user}" : "{actor} сподели адресна книга {addressbook} с {user}",
"{actor} unshared address book {addressbook} from you" : "{actor} отмени споделяне на адресна книга {addressbook} от вас",
"You unshared address book {addressbook} from {user}" : "Вие отменихте споделяне на адресна книга {addressbook} от {user}",
"{actor} unshared address book {addressbook} from {user}" : "{actor} отмени споделяне на адресна книга {addressbook} от {user}",
"{actor} unshared address book {addressbook} from themselves" : "{actor} отмениха споделяне на адресна книга {addressbook} от самите тях ",
"You shared address book {addressbook} with group {group}" : "Вие споделихте адресна книга {addressbook} с група {group}",
"{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>contact</strong> или <strong>address book</strong> са променени",
"File is not updatable: %1$s" : "Файлът не подлежи на актуализиране: %1$s",
"Could not write to final file, canceled by 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 клиент) и записани (в хранилище на Nextcloud) %2$s. Това може да бъде, както мрежов проблем от страна на изпращача, така и проблем със записването в хранилище от страна на сървъра.",
"Could not rename part file to final file, canceled by hook" : "Не можа да се преименува частичен файл в краен файл, анулиран е от кука",
"Could not rename part file to final file" : "Не можа да се преименува частичен файл в краен файл",
"Failed to check file size: %1$s" : "Неуспешна проверка на размера на файла: %1$s",
"Could not open file" : "Файлът не можа да се отвори",
"Encryption not ready: %1$s" : "Криптирането не е готово: %1$s",
"Failed to open file: %1$s" : "Неуспешно отваряне на файл: %1$s",
"Failed to unlink: %1$s" : "Неуспешно прекратяване на връзката: %1$s",
"Invalid chunk name" : "Невалидно име на блок",
"Could not rename part file assembled from chunks" : "Не можа да се преименува частичен файл, сглобен от блок",
"Failed to write file contents: %1$s" : "Неуспешно записване на съдържанието на файла: %1$s",
"File not found: %1$s" : "Файлът не е намерен: %1$s",
"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.",
"Configures a CalDAV account" : "Конфигурира профил в CalDAV",
"Configures a CardDAV account" : "Конфигурира профил в CalDAV",
"Events" : "Събития",
"Untitled task" : "Задача без заглавие",
"Completed on %s" : "Завършен на %s",
"Due on %s by %s" : "Краен срок на %s от %s",
"Due on %s" : "Краен срок на %s",
"Migrated calendar (%1$s)" : "Мигриран календар (%1$s)",
"Calendars including events, details and attendees" : "Календари, включително събития, подробности и участници",
"Contacts and groups" : "Контакти и групи",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "WebDAV крайна точка",
"First day" : "Първи ден",
"Save" : "Запазване",
"Time zone:" : "Часова зона",
"to" : "до",
"Delete slot" : "Изтриване на слот",
"No working hours set" : "Няма зададено работно време",
"Add slot" : "Добавяне на слот",
"Monday" : "Понеделник",
"Tuesday" : "Вторник",
"Wednesday" : "Сряда",
"Thursday" : "Четвъртък",
"Friday" : "Петък",
"Saturday" : "Събота",
"Sunday" : "Неделя",
"Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications." : "Автоматично задаване на потребителският статус на „Не безпокойте“ извън достъпността, за заглушаване на всички известия.",
"Failed to load availability" : "Неуспешно зареждане на наличност",
"Saved availability" : "Запазена наличност",
"Failed to save availability" : "Неуспешно записване на наличност",
"Availability" : "Наличност",
"Calendar server" : "Сървър на календар",
"Send invitations to attendees" : "Изпращане на покани до участниците",
"Automatically generate a birthday calendar" : "Автоматично генериране на календар с рождени дни.",
"Birthday calendars will be generated by a background job." : "Календарите с рождени дни се генерират от background job.",
"Hence they will not be available immediately after enabling but will show up after some time." : "Това е причината поради която те не се появяват веднага, след като включите опцията.",
"Send notifications for events" : "Изпращане на известия за събития",
"Notifications are sent via background jobs, so these must occur often enough." : "Известията се изпращат чрез фонови задания, така че те трябва да се случват достатъчно често.",
"Send reminder notifications to calendar sharees as well" : "Изпращане на известия за напомняния и до споделящите календар",
"Reminders are always sent to organizers and attendees." : "Напомнянията винаги се изпращат до организаторите и присъстващите.",
"Enable notifications for events via push" : "Активиране на известията за събития чрез push",
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Също така инсталирайте приложението {calendarappstoreopen}Календар{linkclose} или {calendardocopen}, свържете вашия настолен компютър и мобилен телефон за синхронизиране ↗{linkclose}.",
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Моля, уверете се, че сте настроили правилно {emailopen} имейл сървъра{linkclose}.",
"There was an error updating your attendance status." : "Възникна грешка при актуализиране на състоянието на присъствието Ви.",
"Please contact the organizer directly." : "Моля, свържете се директно с организатора.",
"Are you accepting the invitation?" : "Приемате ли поканата?",
"Tentative" : "Несигурно",
"Your attendance was updated successfully." : "Вашето присъствие е актуализирано успешно.",
"To-dos" : "Задачи за изпълнение",
"If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Ако конфигурирате работното си време, другите потребители ще виждат кога сте извън офиса, при резервиране на среща."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
+211
View File
@@ -0,0 +1,211 @@
OC.L10N.register(
"dav",
{
"Calendar" : "Calendari",
"Tasks" : "Tasques",
"Personal" : "Personal",
"{actor} created calendar {calendar}" : "{actor} ha creat el calendari {calendar}",
"You created calendar {calendar}" : "Heu creat el calendari {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} ha suprimit el calendari {calendar}",
"You deleted calendar {calendar}" : "Heu suprimit el calendari {calendar}",
"{actor} updated calendar {calendar}" : "{actor} ha actualitzat el calendari {calendar}",
"You updated calendar {calendar}" : "Heu actualitzat el calendari {calendar}",
"{actor} restored calendar {calendar}" : "{actor} ha restaurat el calendari {calendar}",
"You restored calendar {calendar}" : "Heu restaurat el calendari {calendar}",
"You shared calendar {calendar} as public link" : "Heu compartit el calendari {calendar} amb un enllaç públic",
"You removed public link for calendar {calendar}" : "Heu suprimit l'enllaç públic del calendari {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} ha compartit el calendari {calendar} amb vós",
"You shared calendar {calendar} with {user}" : "Heu compartit el calendari {calendar} amb {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} ha compartit el calendari {calendar} amb {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} ha deixat de compartir el calendari {calendar} amb vós",
"You unshared calendar {calendar} from {user}" : "Heu deixat de compartir el calendari {calendar} amb {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} ha deixat de compartir el calendari {calendar} amb {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} ha deixat de compartir el calendari {calendar} amb si mateix",
"You shared calendar {calendar} with group {group}" : "Heu compartit el calendari {calendar} amb el grup {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} ha compartit el calendari {calendar} amb el grup {group}",
"You unshared calendar {calendar} from group {group}" : "Heu deixat de compartir el calendari {calendar} amb el grup {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} ha deixat de compartir el calendari {calendar} amb el grup {grup}",
"Untitled event" : "Esdeveniment sense títol",
"{actor} created event {event} in calendar {calendar}" : "{actor} ha creat l'esdeveniment {event} al calendari {calendar}",
"You created event {event} in calendar {calendar}" : "Heu creat l'esdeveniment {event} al calendari {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} ha suprimit l'esdeveniment {esdeveniment} del calendari {calendar}",
"You deleted event {event} from calendar {calendar}" : "Heu suprimit l'esdeveniment {event} del calendari {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} ha actualitzat l'esdeveniment {esdeveniment} del calendari {calendar}",
"You updated event {event} in calendar {calendar}" : "Heu actualitzat l'esdeveniment {event} del calendari {calendar}",
"{actor} moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "{actor} ha desplaçat l'esdeveniment {event} del calendari {sourceCalendar} al calendari {targetCalendar}",
"You moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "Heu desplaçat l'esdeveniment {event} del calendari {sourceCalendar} al calendari {targetCalendar}",
"{actor} restored event {event} of calendar {calendar}" : "{actor} ha restaurat l'esdeveniment {event} del calendari {calendar}",
"You restored event {event} of calendar {calendar}" : "Heu restaurat l'esdeveniment {event} del calendari {calendar}",
"Busy" : "Ocupat",
"{actor} created to-do {todo} in list {calendar}" : "{actor} ha creat la tasca pendent {todo} en la llista {calendar}",
"You created to-do {todo} in list {calendar}" : "Heu creat la tasca pendent {todo} en la llista {calendar}",
"{actor} deleted to-do {todo} from list {calendar}" : "{actor} ha suprimit la tasca pendent {todo} de la llista {calendar}",
"You deleted to-do {todo} from list {calendar}" : "Heu suprimit la tasca pendent {todo} de la llista {calendar}",
"{actor} updated to-do {todo} in list {calendar}" : "{actor} ha actualitzat la tasca pendent {todo} de la llista {calendar}",
"You updated to-do {todo} in list {calendar}" : "Heu actualitzat la tasca pendent {todo} de la llista {calendar}",
"{actor} solved to-do {todo} in list {calendar}" : "{actor} ha resolt la tasca pendent {todo} de la llista {calendar}",
"You solved to-do {todo} in list {calendar}" : "Heu resolt la tasca pendent {todo} de la llista {calendar}",
"{actor} reopened to-do {todo} in list {calendar}" : "{actor} ha tornat a obrir la tasca pendent {todo} de la llista {calendar}",
"You reopened to-do {todo} in list {calendar}" : "Heu tornat a obrir la tasca pendent {todo} de la llista {calendar}",
"{actor} moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "{actor} ha desplaçat la tasca pendent {todo} de la llista {sourceCalendar} a la llista {targetCalendar}",
"You moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "Heu desplaçat la tasca pendent {todo} de la llista {sourceCalendar} a la llista {targetCalendar}",
"Calendar, contacts and tasks" : "Calendari, contactes i tasques",
"A <strong>calendar</strong> was modified" : "S'ha modificat un <strong>calendari</strong>",
"A calendar <strong>event</strong> was modified" : "S'ha modificat un <strong>esdeveniment</strong> del calendari",
"A calendar <strong>to-do</strong> was modified" : "S'ha modificat una <strong>tasca pendent</strong> del calendari",
"Contact birthdays" : "Aniversaris dels contactes",
"Death of %s" : "Mort de %s",
"Untitled calendar" : "Calendari sense títol",
"Calendar:" : "Calendari:",
"Date:" : "Data:",
"Where:" : "Ubicació:",
"Description:" : "Descripció:",
"_%n year_::_%n years_" : ["%n any","%n anys"],
"_%n month_::_%n months_" : ["%n mes","%n mesos"],
"_%n day_::_%n days_" : ["%n dia","%n dies"],
"_%n hour_::_%n hours_" : ["%n hora","%n hores"],
"_%n minute_::_%n minutes_" : ["%n minut","%n minuts"],
"%s (in %s)" : "%s (d'aquí a %s)",
"%s (%s ago)" : "%s (fa %s)",
"Calendar: %s" : "Calendari: %s",
"Date: %s" : "Data: %s",
"Description: %s" : "Descripció: %s",
"Where: %s" : "Ubicació: %s",
"%1$s via %2$s" : "%1$s mitjançant %2$s",
"Cancelled: %1$s" : "S'ha cancel·lat: %1$s",
"\"%1$s\" has been canceled" : "S'ha cancel·lat «%1$s»",
"Re: %1$s" : "Re: %1$s",
"%1$s has accepted your invitation" : "%1$s ha acceptat la vostra invitació",
"%1$s has tentatively accepted your invitation" : "%1$s ha acceptat provisionalment la vostra invitació",
"%1$s has declined your invitation" : "%1$s ha rebutjat la vostra invitació",
"%1$s has responded to your invitation" : "%1$s ha respost a la vostra invitació",
"Invitation updated: %1$s" : "S'ha actualitzat la invitació: %1$s",
"%1$s updated the event \"%2$s\"" : "%1$s ha actualitzat l'esdeveniment «%2$s»",
"Invitation: %1$s" : "Invitació: %1$s",
"%1$s would like to invite you to \"%2$s\"" : "%1$s vol convidar-vos a «%2$s»",
"Organizer:" : "Organització:",
"Attendees:" : "Assistents:",
"Title:" : "Títol:",
"Time:" : "Hora:",
"Location:" : "Ubicació:",
"Link:" : "Enllaç:",
"Accept" : "Accepta",
"Decline" : "Rebutja",
"More options …" : "Més opcions…",
"More options at %s" : "Més opcions a %s",
"Contacts" : "Contactes",
"{actor} created address book {addressbook}" : "{actor} ha creat la llibreta d'adreces {addressbook}",
"You created address book {addressbook}" : "Heu creat la llibreta d'adreces {addressbook}",
"{actor} deleted address book {addressbook}" : "{actor} ha suprimit la llibreta d'adreces {addressbook}",
"You deleted address book {addressbook}" : "Heu suprimit la llibreta d'adreces {addressbook}",
"{actor} updated address book {addressbook}" : "{actor} ha actualitzat la llibreta d'adreces {addressbook}",
"You updated address book {addressbook}" : "Heu actualitzat la llibreta d'adreces {addressbook}",
"{actor} shared address book {addressbook} with you" : "{actor} ha compartit la llibreta d'adreces {addressbook} amb vós",
"You shared address book {addressbook} with {user}" : "Heu compartit la llibreta d'adreces {addressbook} amb {user}",
"{actor} shared address book {addressbook} with {user}" : "{actor} ha compartit la llibreta d'adreces {addressbook} amb {user}",
"{actor} unshared address book {addressbook} from you" : "{actor} ha deixat de compartir la llibreta d'adreces {addressbook} amb vós",
"You unshared address book {addressbook} from {user}" : "Heu deixat de compartir la llibreta d'adreces {addressbook} de {user}",
"{actor} unshared address book {addressbook} from {user}" : "{actor} ha deixat de compartir la llibreta d'adreces {addressbook} amb {user}",
"{actor} unshared address book {addressbook} from themselves" : "{actor} ha deixat de compartir la llibreta d'adreces {addressbook} amb si mateix",
"You shared address book {addressbook} with group {group}" : "Heu compartit la llibreta d'adreces {addressbook} amb el grup {group}",
"{actor} shared address book {addressbook} with group {group}" : "{actor} ha compartit la llibreta d'adreces {addressbook} amb el grup {group}",
"You unshared address book {addressbook} from group {group}" : "Heu deixat de compartir la llibreta d'adreces {addressbook} amb el grup {group}",
"{actor} unshared address book {addressbook} from group {group}" : "{actor} ha deixat de compartir la llibreta d'adreces {addressbook} amb el grup {group}",
"{actor} created contact {card} in address book {addressbook}" : "{actor} ha creat el contacte {card} en la llibreta d'adreces {addressbook}",
"You created contact {card} in address book {addressbook}" : "Heu creat el contacte {card} en la llibreta d'adreces {addressbook}",
"{actor} deleted contact {card} from address book {addressbook}" : "{actor} ha suprimit el contacte {card} de la llibreta d'adreces {addressbook}",
"You deleted contact {card} from address book {addressbook}" : "Heu suprimit el contacte {card} de la llibreta d'adreces {addressbook}",
"{actor} updated contact {card} in address book {addressbook}" : "{actor} ha actualitzat el contacte {card} de la llibreta d'adreces {addressbook}",
"You updated contact {card} in address book {addressbook}" : "Heu actualitzat el contacte {card} de la llibreta d'adreces {addressbook}",
"A <strong>contact</strong> or <strong>address book</strong> was modified" : "S'ha modificat un <strong>contacte</strong> o una <strong>llibreta d'adreces</strong>",
"Accounts" : "Comptes",
"System address book which holds all accounts" : "Llibreta d'adreces del sistema que conté tots els comptes",
"File is not updatable: %1$s" : "El fitxer no es pot actualitzar: %1$s",
"Could not write to final file, canceled by hook" : "No s'ha pogut escriure el fitxer final perquè el ganxo ho ha cancel·lat",
"Could not write file contents" : "No s'ha pogut escriure el contingut del fitxer",
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
"Error while copying file to target location (copied: %1$s, expected filesize: %2$s)" : "S'ha produït un error en copiar el fitxer a la ubicació de destinació (dades copiades: %1$s, mida esperada del fitxer: %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." : "S'esperava una mida de fitxer de %1$s, però s'han llegit (des del client del Nextcloud) i s'han escrit (a l'emmagatzematge del Nextcloud) %2$s. Pot ser un problema de xarxa del costat d'enviament o un problema d'escriptura a l'emmagatzematge del costat del servidor.",
"Could not rename part file to final file, canceled by hook" : "No s'ha pogut canviar el nom del fitxer de part al fitxer final perquè el ganxo ho ha cancel·lat",
"Could not rename part file to final file" : "No s'ha pogut canviar el nom del fitxer de part al fitxer final",
"Failed to check file size: %1$s" : "No s'ha pogut comprovar la mida del fitxer: %1$s",
"Could not open file" : "No s'ha pogut obrir el fitxer",
"Encryption not ready: %1$s" : "El xifratge no està preparat: %1$s",
"Failed to open file: %1$s" : "No s'ha pogut obrir el fitxer: %1$s",
"Failed to unlink: %1$s" : "No s'ha pogut desenllaçar: %1$s",
"Invalid chunk name" : "El nom del fragment no és vàlid",
"Could not rename part file assembled from chunks" : "No s'ha pogut canviar el nom del fitxer de part muntat a partir de fragments",
"Failed to write file contents: %1$s" : "No s'ha pogut escriure el contingut del fitxer: %1$s",
"File not found: %1$s" : "No s'ha trobat el fitxer: %1$s",
"System is in maintenance mode." : "El sistema és en mode de manteniment.",
"Upgrade needed" : "Cal actualitzar",
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Cal que configureu el %s perquè utilitzi HTTPS per a poder utilitzar CalDAV i CardDAV amb l'iOS/macOS.",
"Configures a CalDAV account" : "Configura un compte CalDAV",
"Configures a CardDAV account" : "Configura un compte CardDAV",
"Events" : "Esdeveniments",
"Untitled task" : "Tasca sense títol",
"Completed on %s" : "Completada el %s",
"Due on %s by %s" : "Venç el %s a les %s",
"Due on %s" : "Venç el %s",
"DAV system address book" : "Llibreta d'adreces del sistema DAV",
"No outstanding DAV system address book sync." : "No hi ha cap sincronització pendent de la llibreta d'adreces del sistema 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\"." : "La sincronització de la llibreta d'adreces del sistema DAV encara no s'ha executat perquè la instància té més de 1000 usuaris o a causa d'un error. Executeu-la manualment amb «occ dav:sync-system-addressbook».",
"Migrated calendar (%1$s)" : "Calendari migrat (%1$s)",
"Calendars including events, details and attendees" : "Calendaris amb esdeveniments, detalls i assistents",
"Contacts and groups" : "Contactes i grups",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "Extrem WebDAV",
"First day" : "Primer dia",
"Last day (inclusive)" : "Darrer dia (inclòs)",
"Short absence status" : "Estat d'absència breu",
"Long absence Message" : "Missatge d'absència llarga",
"Save" : "Desa",
"Disable absence" : "Inhabilita l'absència",
"Absence saved" : "S'ha desat l'absència",
"Failed to save your absence settings" : "No s'han pogut desar els paràmetres de l'absència",
"Absence cleared" : "S'ha esborrat l'absència",
"Failed to clear your absence settings" : "No s'han pogut esborrar els paràmetres de l'absència",
"Time zone:" : "Fus horari:",
"to" : "a",
"Delete slot" : "Suprimeix la franja",
"No working hours set" : "No s'ha definit cap horari laboral",
"Add slot" : "Afegeix una franja",
"Weekdays" : "Dies de la setmana",
"Monday" : "Dilluns",
"Tuesday" : "Dimarts",
"Wednesday" : "Dimecres",
"Thursday" : "Dijous",
"Friday" : "Divendres",
"Saturday" : "Dissabte",
"Sunday" : "Diumenge",
"Pick a start time for {dayName}" : "Trieu una hora d'inici per a {dayName}",
"Pick a end time for {dayName}" : "Trieu una hora de finalització per a {dayName}",
"Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications." : "Estableix automàticament l'estat de l'usuari com a «No molesteu» fora de la disponibilitat per a silenciar totes les notificacions",
"Failed to load availability" : "No s'ha pogut carregar la disponibilitat",
"Saved availability" : "S'ha desat la disponibilitat",
"Failed to save availability" : "No s'ha pogut desar la disponibilitat",
"Availability" : "Disponibilitat",
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Si configureu el vostre horari laboral, la resta de persones veuran quan sou fora de l'oficina quan planifiquin una reunió.",
"Absence" : "Absència",
"Configure your next absence period." : "Configureu el pròxim període d'absència.",
"Calendar server" : "Servidor de calendari",
"Send invitations to attendees" : "Envia invitacions als assistents",
"Automatically generate a birthday calendar" : "Genera automàticament un calendari daniversaris",
"Birthday calendars will be generated by a background job." : "Un procés en segon pla generarà els calendaris d'aniversaris.",
"Hence they will not be available immediately after enabling but will show up after some time." : "Per tant, no estaran disponibles immediatament després d'habilitar-los, però apareixeran després d'una estona.",
"Send notifications for events" : "Envia notificacions per als esdeveniments",
"Notifications are sent via background jobs, so these must occur often enough." : "Les notificacions les envien feines en segon pla, de manera que han d'ocórrer prou sovint.",
"Send reminder notifications to calendar sharees as well" : "Envia també notificacions de recordatori als usuaris amb qui s'ha compartit el calendari",
"Reminders are always sent to organizers and attendees." : "Sempre s'envien recordatoris als organitzadors i als assistents.",
"Enable notifications for events via push" : "Habilita les notificacions automàtiques per als esdeveniments",
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Instal·leu també {calendarappstoreopen}l'aplicació Calendari{linkclose} o {calendardocopen}connecteu el vostre dispositiu d'escriptori i el mòbil per a sincronitzar-los ↗{linkclose}.",
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Assegureu-vos de configurar correctament el{emailopen}servidor de correu electrònic{linkclose}.",
"There was an error updating your attendance status." : "S'ha produït un error en actualitzar l'estat d'assistència.",
"Please contact the organizer directly." : "Contacteu amb l'organització directament.",
"Are you accepting the invitation?" : "Accepteu la invitació?",
"Tentative" : "Provisional",
"Your attendance was updated successfully." : "S'ha actualitzat correctament l'assistència.",
"To-dos" : "Tasques pendents",
"If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Si configureu el vostre horari laboral, la resta d'usuaris veuran quan sou fora de l'oficina quan planifiquin una reunió."
},
"nplurals=2; plural=(n != 1);");
+209
View File
@@ -0,0 +1,209 @@
{ "translations": {
"Calendar" : "Calendari",
"Tasks" : "Tasques",
"Personal" : "Personal",
"{actor} created calendar {calendar}" : "{actor} ha creat el calendari {calendar}",
"You created calendar {calendar}" : "Heu creat el calendari {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} ha suprimit el calendari {calendar}",
"You deleted calendar {calendar}" : "Heu suprimit el calendari {calendar}",
"{actor} updated calendar {calendar}" : "{actor} ha actualitzat el calendari {calendar}",
"You updated calendar {calendar}" : "Heu actualitzat el calendari {calendar}",
"{actor} restored calendar {calendar}" : "{actor} ha restaurat el calendari {calendar}",
"You restored calendar {calendar}" : "Heu restaurat el calendari {calendar}",
"You shared calendar {calendar} as public link" : "Heu compartit el calendari {calendar} amb un enllaç públic",
"You removed public link for calendar {calendar}" : "Heu suprimit l'enllaç públic del calendari {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} ha compartit el calendari {calendar} amb vós",
"You shared calendar {calendar} with {user}" : "Heu compartit el calendari {calendar} amb {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} ha compartit el calendari {calendar} amb {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} ha deixat de compartir el calendari {calendar} amb vós",
"You unshared calendar {calendar} from {user}" : "Heu deixat de compartir el calendari {calendar} amb {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} ha deixat de compartir el calendari {calendar} amb {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} ha deixat de compartir el calendari {calendar} amb si mateix",
"You shared calendar {calendar} with group {group}" : "Heu compartit el calendari {calendar} amb el grup {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} ha compartit el calendari {calendar} amb el grup {group}",
"You unshared calendar {calendar} from group {group}" : "Heu deixat de compartir el calendari {calendar} amb el grup {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} ha deixat de compartir el calendari {calendar} amb el grup {grup}",
"Untitled event" : "Esdeveniment sense títol",
"{actor} created event {event} in calendar {calendar}" : "{actor} ha creat l'esdeveniment {event} al calendari {calendar}",
"You created event {event} in calendar {calendar}" : "Heu creat l'esdeveniment {event} al calendari {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} ha suprimit l'esdeveniment {esdeveniment} del calendari {calendar}",
"You deleted event {event} from calendar {calendar}" : "Heu suprimit l'esdeveniment {event} del calendari {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} ha actualitzat l'esdeveniment {esdeveniment} del calendari {calendar}",
"You updated event {event} in calendar {calendar}" : "Heu actualitzat l'esdeveniment {event} del calendari {calendar}",
"{actor} moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "{actor} ha desplaçat l'esdeveniment {event} del calendari {sourceCalendar} al calendari {targetCalendar}",
"You moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "Heu desplaçat l'esdeveniment {event} del calendari {sourceCalendar} al calendari {targetCalendar}",
"{actor} restored event {event} of calendar {calendar}" : "{actor} ha restaurat l'esdeveniment {event} del calendari {calendar}",
"You restored event {event} of calendar {calendar}" : "Heu restaurat l'esdeveniment {event} del calendari {calendar}",
"Busy" : "Ocupat",
"{actor} created to-do {todo} in list {calendar}" : "{actor} ha creat la tasca pendent {todo} en la llista {calendar}",
"You created to-do {todo} in list {calendar}" : "Heu creat la tasca pendent {todo} en la llista {calendar}",
"{actor} deleted to-do {todo} from list {calendar}" : "{actor} ha suprimit la tasca pendent {todo} de la llista {calendar}",
"You deleted to-do {todo} from list {calendar}" : "Heu suprimit la tasca pendent {todo} de la llista {calendar}",
"{actor} updated to-do {todo} in list {calendar}" : "{actor} ha actualitzat la tasca pendent {todo} de la llista {calendar}",
"You updated to-do {todo} in list {calendar}" : "Heu actualitzat la tasca pendent {todo} de la llista {calendar}",
"{actor} solved to-do {todo} in list {calendar}" : "{actor} ha resolt la tasca pendent {todo} de la llista {calendar}",
"You solved to-do {todo} in list {calendar}" : "Heu resolt la tasca pendent {todo} de la llista {calendar}",
"{actor} reopened to-do {todo} in list {calendar}" : "{actor} ha tornat a obrir la tasca pendent {todo} de la llista {calendar}",
"You reopened to-do {todo} in list {calendar}" : "Heu tornat a obrir la tasca pendent {todo} de la llista {calendar}",
"{actor} moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "{actor} ha desplaçat la tasca pendent {todo} de la llista {sourceCalendar} a la llista {targetCalendar}",
"You moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "Heu desplaçat la tasca pendent {todo} de la llista {sourceCalendar} a la llista {targetCalendar}",
"Calendar, contacts and tasks" : "Calendari, contactes i tasques",
"A <strong>calendar</strong> was modified" : "S'ha modificat un <strong>calendari</strong>",
"A calendar <strong>event</strong> was modified" : "S'ha modificat un <strong>esdeveniment</strong> del calendari",
"A calendar <strong>to-do</strong> was modified" : "S'ha modificat una <strong>tasca pendent</strong> del calendari",
"Contact birthdays" : "Aniversaris dels contactes",
"Death of %s" : "Mort de %s",
"Untitled calendar" : "Calendari sense títol",
"Calendar:" : "Calendari:",
"Date:" : "Data:",
"Where:" : "Ubicació:",
"Description:" : "Descripció:",
"_%n year_::_%n years_" : ["%n any","%n anys"],
"_%n month_::_%n months_" : ["%n mes","%n mesos"],
"_%n day_::_%n days_" : ["%n dia","%n dies"],
"_%n hour_::_%n hours_" : ["%n hora","%n hores"],
"_%n minute_::_%n minutes_" : ["%n minut","%n minuts"],
"%s (in %s)" : "%s (d'aquí a %s)",
"%s (%s ago)" : "%s (fa %s)",
"Calendar: %s" : "Calendari: %s",
"Date: %s" : "Data: %s",
"Description: %s" : "Descripció: %s",
"Where: %s" : "Ubicació: %s",
"%1$s via %2$s" : "%1$s mitjançant %2$s",
"Cancelled: %1$s" : "S'ha cancel·lat: %1$s",
"\"%1$s\" has been canceled" : "S'ha cancel·lat «%1$s»",
"Re: %1$s" : "Re: %1$s",
"%1$s has accepted your invitation" : "%1$s ha acceptat la vostra invitació",
"%1$s has tentatively accepted your invitation" : "%1$s ha acceptat provisionalment la vostra invitació",
"%1$s has declined your invitation" : "%1$s ha rebutjat la vostra invitació",
"%1$s has responded to your invitation" : "%1$s ha respost a la vostra invitació",
"Invitation updated: %1$s" : "S'ha actualitzat la invitació: %1$s",
"%1$s updated the event \"%2$s\"" : "%1$s ha actualitzat l'esdeveniment «%2$s»",
"Invitation: %1$s" : "Invitació: %1$s",
"%1$s would like to invite you to \"%2$s\"" : "%1$s vol convidar-vos a «%2$s»",
"Organizer:" : "Organització:",
"Attendees:" : "Assistents:",
"Title:" : "Títol:",
"Time:" : "Hora:",
"Location:" : "Ubicació:",
"Link:" : "Enllaç:",
"Accept" : "Accepta",
"Decline" : "Rebutja",
"More options …" : "Més opcions…",
"More options at %s" : "Més opcions a %s",
"Contacts" : "Contactes",
"{actor} created address book {addressbook}" : "{actor} ha creat la llibreta d'adreces {addressbook}",
"You created address book {addressbook}" : "Heu creat la llibreta d'adreces {addressbook}",
"{actor} deleted address book {addressbook}" : "{actor} ha suprimit la llibreta d'adreces {addressbook}",
"You deleted address book {addressbook}" : "Heu suprimit la llibreta d'adreces {addressbook}",
"{actor} updated address book {addressbook}" : "{actor} ha actualitzat la llibreta d'adreces {addressbook}",
"You updated address book {addressbook}" : "Heu actualitzat la llibreta d'adreces {addressbook}",
"{actor} shared address book {addressbook} with you" : "{actor} ha compartit la llibreta d'adreces {addressbook} amb vós",
"You shared address book {addressbook} with {user}" : "Heu compartit la llibreta d'adreces {addressbook} amb {user}",
"{actor} shared address book {addressbook} with {user}" : "{actor} ha compartit la llibreta d'adreces {addressbook} amb {user}",
"{actor} unshared address book {addressbook} from you" : "{actor} ha deixat de compartir la llibreta d'adreces {addressbook} amb vós",
"You unshared address book {addressbook} from {user}" : "Heu deixat de compartir la llibreta d'adreces {addressbook} de {user}",
"{actor} unshared address book {addressbook} from {user}" : "{actor} ha deixat de compartir la llibreta d'adreces {addressbook} amb {user}",
"{actor} unshared address book {addressbook} from themselves" : "{actor} ha deixat de compartir la llibreta d'adreces {addressbook} amb si mateix",
"You shared address book {addressbook} with group {group}" : "Heu compartit la llibreta d'adreces {addressbook} amb el grup {group}",
"{actor} shared address book {addressbook} with group {group}" : "{actor} ha compartit la llibreta d'adreces {addressbook} amb el grup {group}",
"You unshared address book {addressbook} from group {group}" : "Heu deixat de compartir la llibreta d'adreces {addressbook} amb el grup {group}",
"{actor} unshared address book {addressbook} from group {group}" : "{actor} ha deixat de compartir la llibreta d'adreces {addressbook} amb el grup {group}",
"{actor} created contact {card} in address book {addressbook}" : "{actor} ha creat el contacte {card} en la llibreta d'adreces {addressbook}",
"You created contact {card} in address book {addressbook}" : "Heu creat el contacte {card} en la llibreta d'adreces {addressbook}",
"{actor} deleted contact {card} from address book {addressbook}" : "{actor} ha suprimit el contacte {card} de la llibreta d'adreces {addressbook}",
"You deleted contact {card} from address book {addressbook}" : "Heu suprimit el contacte {card} de la llibreta d'adreces {addressbook}",
"{actor} updated contact {card} in address book {addressbook}" : "{actor} ha actualitzat el contacte {card} de la llibreta d'adreces {addressbook}",
"You updated contact {card} in address book {addressbook}" : "Heu actualitzat el contacte {card} de la llibreta d'adreces {addressbook}",
"A <strong>contact</strong> or <strong>address book</strong> was modified" : "S'ha modificat un <strong>contacte</strong> o una <strong>llibreta d'adreces</strong>",
"Accounts" : "Comptes",
"System address book which holds all accounts" : "Llibreta d'adreces del sistema que conté tots els comptes",
"File is not updatable: %1$s" : "El fitxer no es pot actualitzar: %1$s",
"Could not write to final file, canceled by hook" : "No s'ha pogut escriure el fitxer final perquè el ganxo ho ha cancel·lat",
"Could not write file contents" : "No s'ha pogut escriure el contingut del fitxer",
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
"Error while copying file to target location (copied: %1$s, expected filesize: %2$s)" : "S'ha produït un error en copiar el fitxer a la ubicació de destinació (dades copiades: %1$s, mida esperada del fitxer: %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." : "S'esperava una mida de fitxer de %1$s, però s'han llegit (des del client del Nextcloud) i s'han escrit (a l'emmagatzematge del Nextcloud) %2$s. Pot ser un problema de xarxa del costat d'enviament o un problema d'escriptura a l'emmagatzematge del costat del servidor.",
"Could not rename part file to final file, canceled by hook" : "No s'ha pogut canviar el nom del fitxer de part al fitxer final perquè el ganxo ho ha cancel·lat",
"Could not rename part file to final file" : "No s'ha pogut canviar el nom del fitxer de part al fitxer final",
"Failed to check file size: %1$s" : "No s'ha pogut comprovar la mida del fitxer: %1$s",
"Could not open file" : "No s'ha pogut obrir el fitxer",
"Encryption not ready: %1$s" : "El xifratge no està preparat: %1$s",
"Failed to open file: %1$s" : "No s'ha pogut obrir el fitxer: %1$s",
"Failed to unlink: %1$s" : "No s'ha pogut desenllaçar: %1$s",
"Invalid chunk name" : "El nom del fragment no és vàlid",
"Could not rename part file assembled from chunks" : "No s'ha pogut canviar el nom del fitxer de part muntat a partir de fragments",
"Failed to write file contents: %1$s" : "No s'ha pogut escriure el contingut del fitxer: %1$s",
"File not found: %1$s" : "No s'ha trobat el fitxer: %1$s",
"System is in maintenance mode." : "El sistema és en mode de manteniment.",
"Upgrade needed" : "Cal actualitzar",
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Cal que configureu el %s perquè utilitzi HTTPS per a poder utilitzar CalDAV i CardDAV amb l'iOS/macOS.",
"Configures a CalDAV account" : "Configura un compte CalDAV",
"Configures a CardDAV account" : "Configura un compte CardDAV",
"Events" : "Esdeveniments",
"Untitled task" : "Tasca sense títol",
"Completed on %s" : "Completada el %s",
"Due on %s by %s" : "Venç el %s a les %s",
"Due on %s" : "Venç el %s",
"DAV system address book" : "Llibreta d'adreces del sistema DAV",
"No outstanding DAV system address book sync." : "No hi ha cap sincronització pendent de la llibreta d'adreces del sistema 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\"." : "La sincronització de la llibreta d'adreces del sistema DAV encara no s'ha executat perquè la instància té més de 1000 usuaris o a causa d'un error. Executeu-la manualment amb «occ dav:sync-system-addressbook».",
"Migrated calendar (%1$s)" : "Calendari migrat (%1$s)",
"Calendars including events, details and attendees" : "Calendaris amb esdeveniments, detalls i assistents",
"Contacts and groups" : "Contactes i grups",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "Extrem WebDAV",
"First day" : "Primer dia",
"Last day (inclusive)" : "Darrer dia (inclòs)",
"Short absence status" : "Estat d'absència breu",
"Long absence Message" : "Missatge d'absència llarga",
"Save" : "Desa",
"Disable absence" : "Inhabilita l'absència",
"Absence saved" : "S'ha desat l'absència",
"Failed to save your absence settings" : "No s'han pogut desar els paràmetres de l'absència",
"Absence cleared" : "S'ha esborrat l'absència",
"Failed to clear your absence settings" : "No s'han pogut esborrar els paràmetres de l'absència",
"Time zone:" : "Fus horari:",
"to" : "a",
"Delete slot" : "Suprimeix la franja",
"No working hours set" : "No s'ha definit cap horari laboral",
"Add slot" : "Afegeix una franja",
"Weekdays" : "Dies de la setmana",
"Monday" : "Dilluns",
"Tuesday" : "Dimarts",
"Wednesday" : "Dimecres",
"Thursday" : "Dijous",
"Friday" : "Divendres",
"Saturday" : "Dissabte",
"Sunday" : "Diumenge",
"Pick a start time for {dayName}" : "Trieu una hora d'inici per a {dayName}",
"Pick a end time for {dayName}" : "Trieu una hora de finalització per a {dayName}",
"Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications." : "Estableix automàticament l'estat de l'usuari com a «No molesteu» fora de la disponibilitat per a silenciar totes les notificacions",
"Failed to load availability" : "No s'ha pogut carregar la disponibilitat",
"Saved availability" : "S'ha desat la disponibilitat",
"Failed to save availability" : "No s'ha pogut desar la disponibilitat",
"Availability" : "Disponibilitat",
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Si configureu el vostre horari laboral, la resta de persones veuran quan sou fora de l'oficina quan planifiquin una reunió.",
"Absence" : "Absència",
"Configure your next absence period." : "Configureu el pròxim període d'absència.",
"Calendar server" : "Servidor de calendari",
"Send invitations to attendees" : "Envia invitacions als assistents",
"Automatically generate a birthday calendar" : "Genera automàticament un calendari daniversaris",
"Birthday calendars will be generated by a background job." : "Un procés en segon pla generarà els calendaris d'aniversaris.",
"Hence they will not be available immediately after enabling but will show up after some time." : "Per tant, no estaran disponibles immediatament després d'habilitar-los, però apareixeran després d'una estona.",
"Send notifications for events" : "Envia notificacions per als esdeveniments",
"Notifications are sent via background jobs, so these must occur often enough." : "Les notificacions les envien feines en segon pla, de manera que han d'ocórrer prou sovint.",
"Send reminder notifications to calendar sharees as well" : "Envia també notificacions de recordatori als usuaris amb qui s'ha compartit el calendari",
"Reminders are always sent to organizers and attendees." : "Sempre s'envien recordatoris als organitzadors i als assistents.",
"Enable notifications for events via push" : "Habilita les notificacions automàtiques per als esdeveniments",
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Instal·leu també {calendarappstoreopen}l'aplicació Calendari{linkclose} o {calendardocopen}connecteu el vostre dispositiu d'escriptori i el mòbil per a sincronitzar-los ↗{linkclose}.",
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Assegureu-vos de configurar correctament el{emailopen}servidor de correu electrònic{linkclose}.",
"There was an error updating your attendance status." : "S'ha produït un error en actualitzar l'estat d'assistència.",
"Please contact the organizer directly." : "Contacteu amb l'organització directament.",
"Are you accepting the invitation?" : "Accepteu la invitació?",
"Tentative" : "Provisional",
"Your attendance was updated successfully." : "S'ha actualitzat correctament l'assistència.",
"To-dos" : "Tasques pendents",
"If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Si configureu el vostre horari laboral, la resta d'usuaris veuran quan sou fora de l'oficina quan planifiquin una reunió."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
+209
View File
@@ -0,0 +1,209 @@
OC.L10N.register(
"dav",
{
"Calendar" : "Kalendář",
"Tasks" : "Úkoly",
"Personal" : "Osobní",
"{actor} created calendar {calendar}" : "{actor} vytvořil(a) kalendář {calendar}",
"You created calendar {calendar}" : "Vytvořili jste kalendář {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} smazal(a) kalendář {calendar}",
"You deleted calendar {calendar}" : "Smazali jste kalendář {calendar}",
"{actor} updated calendar {calendar}" : "{actor} aktualizoval(a) kalendář {calendar}",
"You updated calendar {calendar}" : "Aktualizovali jste kalendář {calendar}",
"{actor} restored calendar {calendar}" : "{actor} obnovil(a) kalendář {calendar}",
"You restored calendar {calendar}" : "Obnovili jste kalendář {calendar}",
"You shared calendar {calendar} as public link" : "Sdíleli jste kalendář {calendar} jako veřejný odkaz",
"You removed public link for calendar {calendar}" : "Odstranili jste veřejný odkaz pro kalendář {calendar} ",
"{actor} shared calendar {calendar} with you" : "{actor} vám nasdílel(a) kalendář {calendar}",
"You shared calendar {calendar} with {user}" : "S uživatelem {user} jste začali sdílet kalendář {calendar}",
"{actor} shared calendar {calendar} with {user}" : "{actor} začal(a) sdílet kalendář {calendar} s uživatelem {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} vám přestal(a) sdílet kalendář {calendar}",
"You unshared calendar {calendar} from {user}" : "S uživatelem {user} jste přestali sdílet kalendář {calendar}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} přestal(a) sdílet kalendář {calendar} uživateli {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} přestal(a) sdílet kalendář {calendar} sám se sebou",
"You shared calendar {calendar} with group {group}" : "Se skupinou {group} jste začali sdílet kalendář {calendar}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} nasdílel(a) kalendář {calendar} skupině {group}",
"You unshared calendar {calendar} from group {group}" : "Zrušili jste sdílení kalendáře {calendar} skupině {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} přestal(a) sdílet kalendář {calendar} se skupinou {group}",
"Untitled event" : "Událost bez názvu",
"{actor} created event {event} in calendar {calendar}" : "{actor} vytvořil(a) událost {event} v kalendáři {calendar}",
"You created event {event} in calendar {calendar}" : "V kalendáři {calendar} jste vytvořili událost {event}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} z kalendáře {calendar} smazal(a) událost {event}",
"You deleted event {event} from calendar {calendar}" : "Smazali jste událost {event} z kalendáře {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} aktualizoval(a) událost {event} v kalendáři {calendar}",
"You updated event {event} in calendar {calendar}" : "Aktualizovali jste událost {event} v kalendáři {calendar}",
"{actor} moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "{actor} přesunul(a) událost {event} z kalendáře {sourceCalendar} do kalendáře {targetCalendar}",
"You moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "Přesunuli jste událost {event} z kalendáře {sourceCalendar} do kalendáře {targetCalendar}",
"{actor} restored event {event} of calendar {calendar}" : "{actor} obnovil(a) událost {event} kalendáře {calendar}",
"You restored event {event} of calendar {calendar}" : "Obnovili jste událost {event} kalendáře {calendar}",
"Busy" : "Zaneprázdněn(a)",
"{actor} created to-do {todo} in list {calendar}" : "{actor} vytvořil(a) úkol {todo} v seznamu {calendar}",
"You created to-do {todo} in list {calendar}" : "Vytvořili jste úkol {todo} v seznamu {calendar}",
"{actor} deleted to-do {todo} from list {calendar}" : "{actor} vymazal(a) úkol {todo} ze seznamu {calendar}",
"You deleted to-do {todo} from list {calendar}" : "Vymazali jste úkol {todo} ze seznamu {calendar}",
"{actor} updated to-do {todo} in list {calendar}" : "{actor} aktualizoval(a) úkol {todo} v seznamu {calendar}",
"You updated to-do {todo} in list {calendar}" : "Aktualizovali jste úkol {todo} v seznamu {calendar}",
"{actor} solved to-do {todo} in list {calendar}" : "{actor} vyřešil(a) úkol {todo} v seznamu {calendar}",
"You solved to-do {todo} in list {calendar}" : "Vyřešili jste úkol {todo} v seznamu {calendar}",
"{actor} reopened to-do {todo} in list {calendar}" : "{actor} znovu otevřel(a) úkol {todo} v seznamu {calendar}",
"You reopened to-do {todo} in list {calendar}" : "Znovuotevřeli jste úkol {todo} v seznamu {calendar}",
"{actor} moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "{actor} přesunul(a) úkol {todo} ze seznamu {sourceCalendar} do seznamu {targetCalendar}",
"You moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "Přesunuli jste úkol {todo} ze seznamu {sourceCalendar} do seznamu {targetCalendar}",
"Calendar, contacts and tasks" : "Kalendář, kontakty a úkoly",
"A <strong>calendar</strong> was modified" : "<strong>Kalendář</strong> byl změněn",
"A calendar <strong>event</strong> was modified" : "<strong>Událost</strong> v kalendáři byla změněna",
"A calendar <strong>to-do</strong> was modified" : "Kalendář <strong>úkoly</strong> byl upraven",
"Contact birthdays" : "Narozeniny kontaktů",
"Death of %s" : "Datum úmrtí %s",
"Untitled calendar" : "Nepojmenovaný kalendář",
"Calendar:" : "Kalendář:",
"Date:" : "Datum:",
"Where:" : "Kde:",
"Description:" : "Popis:",
"_%n year_::_%n years_" : ["%n rok","%n roky","%n let","%n roky"],
"_%n month_::_%n months_" : ["%n měsíc","%n měsíce","%n měsíců","%n měsíce"],
"_%n day_::_%n days_" : ["%n den","%n dny","%n dnů","%n dny"],
"_%n hour_::_%n hours_" : ["%n hodina","%n hodiny","%n hodin","%n hodiny"],
"_%n minute_::_%n minutes_" : ["%n minuta","%n minuty","%n minut","%n minuty"],
"%s (in %s)" : "%s (v %s)",
"%s (%s ago)" : "%s (před %s)",
"Calendar: %s" : "Kalendář: %s",
"Date: %s" : "Datum: %s",
"Description: %s" : "Popis: %s",
"Where: %s" : "Kde: %s",
"%1$s via %2$s" : "%1$s prostřednictvím %2$s",
"Cancelled: %1$s" : "Zrušeno: %1$s",
"\"%1$s\" has been canceled" : "„%1$s“ bylo zrušeno",
"Re: %1$s" : "Odp.: %1$s",
"%1$s has accepted your invitation" : "%1$s přijal(a) vaše pozvání",
"%1$s has tentatively accepted your invitation" : "%1$s nezávazně přijal(a) vaši pozvánku",
"%1$s has declined your invitation" : "%1$s odmítla(a) vaši pozvánku",
"%1$s has responded to your invitation" : "%1$s odpověděl(a) na vaši pozvánku",
"Invitation updated: %1$s" : "Pozvánka aktualizována: %1$s",
"%1$s updated the event \"%2$s\"" : "%1$s zaktualizoval(a) událost „%2$s",
"Invitation: %1$s" : "Pozvánka: %1$s",
"%1$s would like to invite you to \"%2$s\"" : "%1$s by vás ráda pozval(a) na „%2$s“",
"Organizer:" : "Organizátor:",
"Attendees:" : "Účastníci:",
"Title:" : "Název:",
"Time:" : "Čas:",
"Location:" : "Umístění:",
"Link:" : "Odkaz:",
"Accept" : "Přijmout",
"Decline" : "Odmítnout",
"More options …" : "Další volby…",
"More options at %s" : "Další volby viz %s",
"Contacts" : "Kontakty",
"{actor} created address book {addressbook}" : "{actor} vytvořil(a) adresář kontaktů {addressbook}",
"You created address book {addressbook}" : "Vytvořili jste adresář kontaktů {addressbook}",
"{actor} deleted address book {addressbook}" : "{actor} vymazal(a) adresář kontaktů {addressbook}",
"You deleted address book {addressbook}" : "Vymazali jste adresář kontaktů {addressbook}",
"{actor} updated address book {addressbook}" : "{actor} aktualizoval(a) adresář kontaktů {addressbook}",
"You updated address book {addressbook}" : "Aktualizovali jste adresář kontaktů {addressbook}",
"{actor} shared address book {addressbook} with you" : "{actor} vám nasdílel(a) adresář kontaktů {addressbook}",
"You shared address book {addressbook} with {user}" : "Nasdíleli jste adresář kontaktů {addressbook} uživateli {user}",
"{actor} shared address book {addressbook} with {user}" : "{actor} nasdílel(a) adresář kontaktů {addressbook} uživateli {user}",
"{actor} unshared address book {addressbook} from you" : "{actor} vám zrušil(a) přístup ke sdílenému adresáři kontaktů {addressbook}",
"You unshared address book {addressbook} from {user}" : "Zrušili jste přístup ke sdílenému adresáři kontaktů {addressbook} uživateli {user}",
"{actor} unshared address book {addressbook} from {user}" : "{actor} zrušil(a) přístup ke sdílenému adresáři kontaktů {addressbook} uživateli {user}",
"{actor} unshared address book {addressbook} from themselves" : "{actor} si zrušil(a) přístup ke sdílenému adresáři kontaktů {addressbook}",
"You shared address book {addressbook} with group {group}" : "Nasdíleli jste adresář kontaktů {addressbook} skupině {group}",
"{actor} shared address book {addressbook} with group {group}" : "{actor} nasdílel(a) adresář kontaktů {addressbook} skupině {group}",
"You unshared address book {addressbook} from group {group}" : "Zrušili jste přístup ke sdílenému adresáři kontaktů {addressbook} skupině {group}",
"{actor} unshared address book {addressbook} from group {group}" : "{actor} zrušil(a) sdílení adresáře kontaktů {addressbook} skupině {group}",
"{actor} created contact {card} in address book {addressbook}" : "{actor} vytvořil(a) kontakt {card} v adresáři kontaktů {addressbook}",
"You created contact {card} in address book {addressbook}" : "Vytvořili jste kontakt {card} v adresáři kontaktů {addressbook}",
"{actor} deleted contact {card} from address book {addressbook}" : "{actor} vymazal(a) kontakt {card} z adresáře kontaktů {addressbook}",
"You deleted contact {card} from address book {addressbook}" : "Vymazali jste kontakt {card} z adresáře kontaktů {addressbook}",
"{actor} updated contact {card} in address book {addressbook}" : "{actor} upravil(a) kontakt {card} v adresáři kontaktů {addressbook}",
"You updated contact {card} in address book {addressbook}" : "Upravili jste kontakt {card} v adresáři kontaktů {addressbook}",
"A <strong>contact</strong> or <strong>address book</strong> was modified" : "<strong>Kontakt</strong> nebo <strong>adresář kontaktů</strong> byl upraven",
"Accounts" : "Účty",
"System address book which holds all accounts" : "Systémový adresář kontaktů, který obsahuje veškeré účty",
"File is not updatable: %1$s" : "Soubor není možné zaktualizovat: %1$s",
"Could not write to final file, canceled by hook" : "Nedaří se zapsat do konečného souboru zrušeno háčkem (hook)",
"Could not write file contents" : "Nedaří se zapsat obsahy souborů",
"_%n byte_::_%n bytes_" : ["%n bajt","%n bajty","%n bajtů","%n bajty"],
"Error while copying file to target location (copied: %1$s, expected filesize: %2$s)" : "Chyba při kopírování souboru do cílového umístění (zkopírováno: %1$s, očekávaná velikost souboru: %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." : "Očekávána velikost souboru %1$s, ale čtení (z Nextcloud klienta) a zápis (na Nextcloud úložiště) %2$s. Mohlo by se jednat buď o problém na síti na odesílající straně, nebo o problém se zápisem na úložiště na straně serveru.",
"Could not rename part file to final file, canceled by hook" : "Nedaří se zapsat přejmenovat částečný soubor na ten končený zrušeno háčkem (hook)",
"Could not rename part file to final file" : "Nedaří se přejmenovat částečný soubor na ten konečný",
"Failed to check file size: %1$s" : "Nepodařilo se zkontrolovat velikost souboru: %1$s",
"Could not open file" : "Nedaří se otevřít soubor",
"Encryption not ready: %1$s" : "Šifrování není připraveno: %1$s",
"Failed to open file: %1$s" : "Nepodařilo se otevřít soubor: %1$s",
"Failed to unlink: %1$s" : "Nepodařilo se zrušit propojení: %1$s",
"Invalid chunk name" : "Neplatný název pro shluk (chunk)",
"Could not rename part file assembled from chunks" : "Nedaří se přejmenovat částečný soubor složený ze shluků",
"Failed to write file contents: %1$s" : "Nepodařilo se zapsat obsahy souborů: %1$s",
"File not found: %1$s" : "Soubor nenalezen: %1$s",
"System is in maintenance mode." : "Systém se právě nachází v režimu údržby.",
"Upgrade needed" : "Je třeba přejít na novější verzi",
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Váš %s potřebuje být nastavený aby používal HTTPS, aby bylo možné používat CalDAV a CardDAV s iOS/macOS.",
"Configures a CalDAV account" : "Nastaví CalDAV účet",
"Configures a CardDAV account" : "Nastaví CardDAV účet",
"Events" : "Události",
"Untitled task" : "Nepojmenovaný úkol",
"Completed on %s" : "Dokončeno %s",
"Due on %s by %s" : "Termín do %s od %s",
"Due on %s" : "Termín do %s",
"DAV system address book" : "Systémový DAV adresář kontaktů",
"No outstanding DAV system address book sync." : "Žádná zbývající synchronizace systémového DAV adresáře kontaktů.",
"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 synchronizace systémového adresáře kontaktů ještě nebyla spuštěná protože vámi využívaná instance má více než 1 000 uživatelů nebo protože došlo k chybě. Spusťte ji ručně příkazem „occ dav:sync-system-addressbook“.",
"Migrated calendar (%1$s)" : "Přesunut kalendář (%1$s)",
"Calendars including events, details and attendees" : "Kalendáře včetně událostí, podrobností a účastníků",
"Contacts and groups" : "Kontakty a skupiny",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "WebDAV endpoint",
"First day" : "První den",
"Last day (inclusive)" : "Poslední den (včetně)",
"Short absence status" : "Stav krátké nepřítomnosti",
"Long absence Message" : "Zpráva pro dlouhou nepřítomnost",
"Save" : "Uložit",
"Disable absence" : "Vypnout nepřítomnost",
"Absence saved" : "Nepřítomnost uložena",
"Failed to save your absence settings" : "Nepodařilo se uložit nastavení vaší nepřítomnosti",
"Absence cleared" : "Nepřítomnost vyčištěna",
"Failed to clear your absence settings" : "Nepodařilo se vymazat nastavení vaší nepřítomnosti",
"Time zone:" : "Časové pásmo:",
"to" : "do",
"Delete slot" : "Smazat slot",
"No working hours set" : "Nenastaveny pracovní hodiny",
"Add slot" : "Přidat slot",
"Monday" : "pondělí",
"Tuesday" : "úterý",
"Wednesday" : "středa",
"Thursday" : "čtvrtek",
"Friday" : "pátek",
"Saturday" : "sobota",
"Sunday" : "neděle",
"Pick a start time for {dayName}" : "Vyberte začátek pro {dayName}",
"Pick a end time for {dayName}" : "Vyberte konec pro {dayName}",
"Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications." : "V době, kdy není k dispozici, automaticky nastavit stav uživatele jako „Nerušit“ a ztlumit tak veškerá upozornění pro něho.",
"Failed to load availability" : "Nepodařilo se načíst dostupnost",
"Saved availability" : "Uložena dostupnost",
"Failed to save availability" : "Nepodařilo se uložit dostupnost",
"Availability" : "Dostupnost",
"Absence" : "Nepřítomnost",
"Configure your next absence period." : "Nastavte období své nepřítomnosti.",
"Calendar server" : "Kalendářový server",
"Send invitations to attendees" : "Poslat účastníkům pozvánky",
"Automatically generate a birthday calendar" : "Automaticky vytvořit kalendář s narozeninami",
"Birthday calendars will be generated by a background job." : "Kalendáře s narozeninami budou vytvářeny úlohou na pozadí.",
"Hence they will not be available immediately after enabling but will show up after some time." : "A tedy nebudou zpřístupněny ihned po povolení, ale objeví se až se zpožděním.",
"Send notifications for events" : "Posílat upozornění na události",
"Notifications are sent via background jobs, so these must occur often enough." : "Upozornění jsou odesílána prostřednictvím úloh na pozadí proto je třeba, aby tyto probíhaly dostatečně často.",
"Send reminder notifications to calendar sharees as well" : "Poslat připomínky také těm, kteří mají tento sdílený kalendář připojený",
"Reminders are always sent to organizers and attendees." : "Připomínky jsou vždy poslány organizátorům a účastníkům.",
"Enable notifications for events via push" : "Upozorňovat na události prostřednictvím služby push",
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Také nainstalujte {calendarappstoreopen}aplikaci Kalendář{linkclose}, nebo {calendardocopen}připojte svůj počítač a telefon pro synchronizaci ↗{linkclose}.",
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Ověřte, že jste správně nastavili {emailopen}e-mailový server{linkclose}.",
"There was an error updating your attendance status." : "Vyskytla se chyba při aktualizaci vašeho stavu účasti.",
"Please contact the organizer directly." : "Kontaktujte organizátora přímo.",
"Are you accepting the invitation?" : "Přijímáte pozvání?",
"Tentative" : "Nezávazně",
"Your attendance was updated successfully." : "Vaše účast byla úspěšně aktualizována.",
"To-dos" : "Zbývá udělat",
"If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Když sem zadáte svou pracovní dobu, ostatní uživatelé při rezervování schůzky uvidí, kdy jste mimo kancelář."
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");
+207
View File
@@ -0,0 +1,207 @@
{ "translations": {
"Calendar" : "Kalendář",
"Tasks" : "Úkoly",
"Personal" : "Osobní",
"{actor} created calendar {calendar}" : "{actor} vytvořil(a) kalendář {calendar}",
"You created calendar {calendar}" : "Vytvořili jste kalendář {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} smazal(a) kalendář {calendar}",
"You deleted calendar {calendar}" : "Smazali jste kalendář {calendar}",
"{actor} updated calendar {calendar}" : "{actor} aktualizoval(a) kalendář {calendar}",
"You updated calendar {calendar}" : "Aktualizovali jste kalendář {calendar}",
"{actor} restored calendar {calendar}" : "{actor} obnovil(a) kalendář {calendar}",
"You restored calendar {calendar}" : "Obnovili jste kalendář {calendar}",
"You shared calendar {calendar} as public link" : "Sdíleli jste kalendář {calendar} jako veřejný odkaz",
"You removed public link for calendar {calendar}" : "Odstranili jste veřejný odkaz pro kalendář {calendar} ",
"{actor} shared calendar {calendar} with you" : "{actor} vám nasdílel(a) kalendář {calendar}",
"You shared calendar {calendar} with {user}" : "S uživatelem {user} jste začali sdílet kalendář {calendar}",
"{actor} shared calendar {calendar} with {user}" : "{actor} začal(a) sdílet kalendář {calendar} s uživatelem {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} vám přestal(a) sdílet kalendář {calendar}",
"You unshared calendar {calendar} from {user}" : "S uživatelem {user} jste přestali sdílet kalendář {calendar}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} přestal(a) sdílet kalendář {calendar} uživateli {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} přestal(a) sdílet kalendář {calendar} sám se sebou",
"You shared calendar {calendar} with group {group}" : "Se skupinou {group} jste začali sdílet kalendář {calendar}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} nasdílel(a) kalendář {calendar} skupině {group}",
"You unshared calendar {calendar} from group {group}" : "Zrušili jste sdílení kalendáře {calendar} skupině {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} přestal(a) sdílet kalendář {calendar} se skupinou {group}",
"Untitled event" : "Událost bez názvu",
"{actor} created event {event} in calendar {calendar}" : "{actor} vytvořil(a) událost {event} v kalendáři {calendar}",
"You created event {event} in calendar {calendar}" : "V kalendáři {calendar} jste vytvořili událost {event}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} z kalendáře {calendar} smazal(a) událost {event}",
"You deleted event {event} from calendar {calendar}" : "Smazali jste událost {event} z kalendáře {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} aktualizoval(a) událost {event} v kalendáři {calendar}",
"You updated event {event} in calendar {calendar}" : "Aktualizovali jste událost {event} v kalendáři {calendar}",
"{actor} moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "{actor} přesunul(a) událost {event} z kalendáře {sourceCalendar} do kalendáře {targetCalendar}",
"You moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "Přesunuli jste událost {event} z kalendáře {sourceCalendar} do kalendáře {targetCalendar}",
"{actor} restored event {event} of calendar {calendar}" : "{actor} obnovil(a) událost {event} kalendáře {calendar}",
"You restored event {event} of calendar {calendar}" : "Obnovili jste událost {event} kalendáře {calendar}",
"Busy" : "Zaneprázdněn(a)",
"{actor} created to-do {todo} in list {calendar}" : "{actor} vytvořil(a) úkol {todo} v seznamu {calendar}",
"You created to-do {todo} in list {calendar}" : "Vytvořili jste úkol {todo} v seznamu {calendar}",
"{actor} deleted to-do {todo} from list {calendar}" : "{actor} vymazal(a) úkol {todo} ze seznamu {calendar}",
"You deleted to-do {todo} from list {calendar}" : "Vymazali jste úkol {todo} ze seznamu {calendar}",
"{actor} updated to-do {todo} in list {calendar}" : "{actor} aktualizoval(a) úkol {todo} v seznamu {calendar}",
"You updated to-do {todo} in list {calendar}" : "Aktualizovali jste úkol {todo} v seznamu {calendar}",
"{actor} solved to-do {todo} in list {calendar}" : "{actor} vyřešil(a) úkol {todo} v seznamu {calendar}",
"You solved to-do {todo} in list {calendar}" : "Vyřešili jste úkol {todo} v seznamu {calendar}",
"{actor} reopened to-do {todo} in list {calendar}" : "{actor} znovu otevřel(a) úkol {todo} v seznamu {calendar}",
"You reopened to-do {todo} in list {calendar}" : "Znovuotevřeli jste úkol {todo} v seznamu {calendar}",
"{actor} moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "{actor} přesunul(a) úkol {todo} ze seznamu {sourceCalendar} do seznamu {targetCalendar}",
"You moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "Přesunuli jste úkol {todo} ze seznamu {sourceCalendar} do seznamu {targetCalendar}",
"Calendar, contacts and tasks" : "Kalendář, kontakty a úkoly",
"A <strong>calendar</strong> was modified" : "<strong>Kalendář</strong> byl změněn",
"A calendar <strong>event</strong> was modified" : "<strong>Událost</strong> v kalendáři byla změněna",
"A calendar <strong>to-do</strong> was modified" : "Kalendář <strong>úkoly</strong> byl upraven",
"Contact birthdays" : "Narozeniny kontaktů",
"Death of %s" : "Datum úmrtí %s",
"Untitled calendar" : "Nepojmenovaný kalendář",
"Calendar:" : "Kalendář:",
"Date:" : "Datum:",
"Where:" : "Kde:",
"Description:" : "Popis:",
"_%n year_::_%n years_" : ["%n rok","%n roky","%n let","%n roky"],
"_%n month_::_%n months_" : ["%n měsíc","%n měsíce","%n měsíců","%n měsíce"],
"_%n day_::_%n days_" : ["%n den","%n dny","%n dnů","%n dny"],
"_%n hour_::_%n hours_" : ["%n hodina","%n hodiny","%n hodin","%n hodiny"],
"_%n minute_::_%n minutes_" : ["%n minuta","%n minuty","%n minut","%n minuty"],
"%s (in %s)" : "%s (v %s)",
"%s (%s ago)" : "%s (před %s)",
"Calendar: %s" : "Kalendář: %s",
"Date: %s" : "Datum: %s",
"Description: %s" : "Popis: %s",
"Where: %s" : "Kde: %s",
"%1$s via %2$s" : "%1$s prostřednictvím %2$s",
"Cancelled: %1$s" : "Zrušeno: %1$s",
"\"%1$s\" has been canceled" : "„%1$s“ bylo zrušeno",
"Re: %1$s" : "Odp.: %1$s",
"%1$s has accepted your invitation" : "%1$s přijal(a) vaše pozvání",
"%1$s has tentatively accepted your invitation" : "%1$s nezávazně přijal(a) vaši pozvánku",
"%1$s has declined your invitation" : "%1$s odmítla(a) vaši pozvánku",
"%1$s has responded to your invitation" : "%1$s odpověděl(a) na vaši pozvánku",
"Invitation updated: %1$s" : "Pozvánka aktualizována: %1$s",
"%1$s updated the event \"%2$s\"" : "%1$s zaktualizoval(a) událost „%2$s",
"Invitation: %1$s" : "Pozvánka: %1$s",
"%1$s would like to invite you to \"%2$s\"" : "%1$s by vás ráda pozval(a) na „%2$s“",
"Organizer:" : "Organizátor:",
"Attendees:" : "Účastníci:",
"Title:" : "Název:",
"Time:" : "Čas:",
"Location:" : "Umístění:",
"Link:" : "Odkaz:",
"Accept" : "Přijmout",
"Decline" : "Odmítnout",
"More options …" : "Další volby…",
"More options at %s" : "Další volby viz %s",
"Contacts" : "Kontakty",
"{actor} created address book {addressbook}" : "{actor} vytvořil(a) adresář kontaktů {addressbook}",
"You created address book {addressbook}" : "Vytvořili jste adresář kontaktů {addressbook}",
"{actor} deleted address book {addressbook}" : "{actor} vymazal(a) adresář kontaktů {addressbook}",
"You deleted address book {addressbook}" : "Vymazali jste adresář kontaktů {addressbook}",
"{actor} updated address book {addressbook}" : "{actor} aktualizoval(a) adresář kontaktů {addressbook}",
"You updated address book {addressbook}" : "Aktualizovali jste adresář kontaktů {addressbook}",
"{actor} shared address book {addressbook} with you" : "{actor} vám nasdílel(a) adresář kontaktů {addressbook}",
"You shared address book {addressbook} with {user}" : "Nasdíleli jste adresář kontaktů {addressbook} uživateli {user}",
"{actor} shared address book {addressbook} with {user}" : "{actor} nasdílel(a) adresář kontaktů {addressbook} uživateli {user}",
"{actor} unshared address book {addressbook} from you" : "{actor} vám zrušil(a) přístup ke sdílenému adresáři kontaktů {addressbook}",
"You unshared address book {addressbook} from {user}" : "Zrušili jste přístup ke sdílenému adresáři kontaktů {addressbook} uživateli {user}",
"{actor} unshared address book {addressbook} from {user}" : "{actor} zrušil(a) přístup ke sdílenému adresáři kontaktů {addressbook} uživateli {user}",
"{actor} unshared address book {addressbook} from themselves" : "{actor} si zrušil(a) přístup ke sdílenému adresáři kontaktů {addressbook}",
"You shared address book {addressbook} with group {group}" : "Nasdíleli jste adresář kontaktů {addressbook} skupině {group}",
"{actor} shared address book {addressbook} with group {group}" : "{actor} nasdílel(a) adresář kontaktů {addressbook} skupině {group}",
"You unshared address book {addressbook} from group {group}" : "Zrušili jste přístup ke sdílenému adresáři kontaktů {addressbook} skupině {group}",
"{actor} unshared address book {addressbook} from group {group}" : "{actor} zrušil(a) sdílení adresáře kontaktů {addressbook} skupině {group}",
"{actor} created contact {card} in address book {addressbook}" : "{actor} vytvořil(a) kontakt {card} v adresáři kontaktů {addressbook}",
"You created contact {card} in address book {addressbook}" : "Vytvořili jste kontakt {card} v adresáři kontaktů {addressbook}",
"{actor} deleted contact {card} from address book {addressbook}" : "{actor} vymazal(a) kontakt {card} z adresáře kontaktů {addressbook}",
"You deleted contact {card} from address book {addressbook}" : "Vymazali jste kontakt {card} z adresáře kontaktů {addressbook}",
"{actor} updated contact {card} in address book {addressbook}" : "{actor} upravil(a) kontakt {card} v adresáři kontaktů {addressbook}",
"You updated contact {card} in address book {addressbook}" : "Upravili jste kontakt {card} v adresáři kontaktů {addressbook}",
"A <strong>contact</strong> or <strong>address book</strong> was modified" : "<strong>Kontakt</strong> nebo <strong>adresář kontaktů</strong> byl upraven",
"Accounts" : "Účty",
"System address book which holds all accounts" : "Systémový adresář kontaktů, který obsahuje veškeré účty",
"File is not updatable: %1$s" : "Soubor není možné zaktualizovat: %1$s",
"Could not write to final file, canceled by hook" : "Nedaří se zapsat do konečného souboru zrušeno háčkem (hook)",
"Could not write file contents" : "Nedaří se zapsat obsahy souborů",
"_%n byte_::_%n bytes_" : ["%n bajt","%n bajty","%n bajtů","%n bajty"],
"Error while copying file to target location (copied: %1$s, expected filesize: %2$s)" : "Chyba při kopírování souboru do cílového umístění (zkopírováno: %1$s, očekávaná velikost souboru: %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." : "Očekávána velikost souboru %1$s, ale čtení (z Nextcloud klienta) a zápis (na Nextcloud úložiště) %2$s. Mohlo by se jednat buď o problém na síti na odesílající straně, nebo o problém se zápisem na úložiště na straně serveru.",
"Could not rename part file to final file, canceled by hook" : "Nedaří se zapsat přejmenovat částečný soubor na ten končený zrušeno háčkem (hook)",
"Could not rename part file to final file" : "Nedaří se přejmenovat částečný soubor na ten konečný",
"Failed to check file size: %1$s" : "Nepodařilo se zkontrolovat velikost souboru: %1$s",
"Could not open file" : "Nedaří se otevřít soubor",
"Encryption not ready: %1$s" : "Šifrování není připraveno: %1$s",
"Failed to open file: %1$s" : "Nepodařilo se otevřít soubor: %1$s",
"Failed to unlink: %1$s" : "Nepodařilo se zrušit propojení: %1$s",
"Invalid chunk name" : "Neplatný název pro shluk (chunk)",
"Could not rename part file assembled from chunks" : "Nedaří se přejmenovat částečný soubor složený ze shluků",
"Failed to write file contents: %1$s" : "Nepodařilo se zapsat obsahy souborů: %1$s",
"File not found: %1$s" : "Soubor nenalezen: %1$s",
"System is in maintenance mode." : "Systém se právě nachází v režimu údržby.",
"Upgrade needed" : "Je třeba přejít na novější verzi",
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Váš %s potřebuje být nastavený aby používal HTTPS, aby bylo možné používat CalDAV a CardDAV s iOS/macOS.",
"Configures a CalDAV account" : "Nastaví CalDAV účet",
"Configures a CardDAV account" : "Nastaví CardDAV účet",
"Events" : "Události",
"Untitled task" : "Nepojmenovaný úkol",
"Completed on %s" : "Dokončeno %s",
"Due on %s by %s" : "Termín do %s od %s",
"Due on %s" : "Termín do %s",
"DAV system address book" : "Systémový DAV adresář kontaktů",
"No outstanding DAV system address book sync." : "Žádná zbývající synchronizace systémového DAV adresáře kontaktů.",
"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 synchronizace systémového adresáře kontaktů ještě nebyla spuštěná protože vámi využívaná instance má více než 1 000 uživatelů nebo protože došlo k chybě. Spusťte ji ručně příkazem „occ dav:sync-system-addressbook“.",
"Migrated calendar (%1$s)" : "Přesunut kalendář (%1$s)",
"Calendars including events, details and attendees" : "Kalendáře včetně událostí, podrobností a účastníků",
"Contacts and groups" : "Kontakty a skupiny",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "WebDAV endpoint",
"First day" : "První den",
"Last day (inclusive)" : "Poslední den (včetně)",
"Short absence status" : "Stav krátké nepřítomnosti",
"Long absence Message" : "Zpráva pro dlouhou nepřítomnost",
"Save" : "Uložit",
"Disable absence" : "Vypnout nepřítomnost",
"Absence saved" : "Nepřítomnost uložena",
"Failed to save your absence settings" : "Nepodařilo se uložit nastavení vaší nepřítomnosti",
"Absence cleared" : "Nepřítomnost vyčištěna",
"Failed to clear your absence settings" : "Nepodařilo se vymazat nastavení vaší nepřítomnosti",
"Time zone:" : "Časové pásmo:",
"to" : "do",
"Delete slot" : "Smazat slot",
"No working hours set" : "Nenastaveny pracovní hodiny",
"Add slot" : "Přidat slot",
"Monday" : "pondělí",
"Tuesday" : "úterý",
"Wednesday" : "středa",
"Thursday" : "čtvrtek",
"Friday" : "pátek",
"Saturday" : "sobota",
"Sunday" : "neděle",
"Pick a start time for {dayName}" : "Vyberte začátek pro {dayName}",
"Pick a end time for {dayName}" : "Vyberte konec pro {dayName}",
"Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications." : "V době, kdy není k dispozici, automaticky nastavit stav uživatele jako „Nerušit“ a ztlumit tak veškerá upozornění pro něho.",
"Failed to load availability" : "Nepodařilo se načíst dostupnost",
"Saved availability" : "Uložena dostupnost",
"Failed to save availability" : "Nepodařilo se uložit dostupnost",
"Availability" : "Dostupnost",
"Absence" : "Nepřítomnost",
"Configure your next absence period." : "Nastavte období své nepřítomnosti.",
"Calendar server" : "Kalendářový server",
"Send invitations to attendees" : "Poslat účastníkům pozvánky",
"Automatically generate a birthday calendar" : "Automaticky vytvořit kalendář s narozeninami",
"Birthday calendars will be generated by a background job." : "Kalendáře s narozeninami budou vytvářeny úlohou na pozadí.",
"Hence they will not be available immediately after enabling but will show up after some time." : "A tedy nebudou zpřístupněny ihned po povolení, ale objeví se až se zpožděním.",
"Send notifications for events" : "Posílat upozornění na události",
"Notifications are sent via background jobs, so these must occur often enough." : "Upozornění jsou odesílána prostřednictvím úloh na pozadí proto je třeba, aby tyto probíhaly dostatečně často.",
"Send reminder notifications to calendar sharees as well" : "Poslat připomínky také těm, kteří mají tento sdílený kalendář připojený",
"Reminders are always sent to organizers and attendees." : "Připomínky jsou vždy poslány organizátorům a účastníkům.",
"Enable notifications for events via push" : "Upozorňovat na události prostřednictvím služby push",
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Také nainstalujte {calendarappstoreopen}aplikaci Kalendář{linkclose}, nebo {calendardocopen}připojte svůj počítač a telefon pro synchronizaci ↗{linkclose}.",
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Ověřte, že jste správně nastavili {emailopen}e-mailový server{linkclose}.",
"There was an error updating your attendance status." : "Vyskytla se chyba při aktualizaci vašeho stavu účasti.",
"Please contact the organizer directly." : "Kontaktujte organizátora přímo.",
"Are you accepting the invitation?" : "Přijímáte pozvání?",
"Tentative" : "Nezávazně",
"Your attendance was updated successfully." : "Vaše účast byla úspěšně aktualizována.",
"To-dos" : "Zbývá udělat",
"If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Když sem zadáte svou pracovní dobu, ostatní uživatelé při rezervování schůzky uvidí, kdy jste mimo kancelář."
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
}
+193
View File
@@ -0,0 +1,193 @@
OC.L10N.register(
"dav",
{
"Calendar" : "Kalender",
"Tasks" : "Opgaver",
"Personal" : "Personligt",
"{actor} created calendar {calendar}" : "{actor} oprettede kalenderen {calendar}",
"You created calendar {calendar}" : "Du oprettede kalenderen {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} sletede kalenderen {calendar}",
"You deleted calendar {calendar}" : "Du slettede kalenderen {calendar}",
"{actor} updated calendar {calendar}" : "{actor} opdaterede kalenderen {calendar}",
"You updated calendar {calendar}" : "Du opdaterede kalenderen {calendar}",
"{actor} restored calendar {calendar}" : "{actor} gendannede kalender {calendar}",
"You restored calendar {calendar}" : "Du gendannede kalender {calendar}",
"You shared calendar {calendar} as public link" : "Du har delt kalenderen {calendar} som offentligt link",
"You removed public link for calendar {calendar}" : "Du har fjernet det offentlige link til kalenderen {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} delte kalenderen {calendar} med dig",
"You shared calendar {calendar} with {user}" : "Du delte kalenderen {calendar} med {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} delte kalenderen {calendar} med {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} fjernede delingen af {calendar} fra dig",
"You unshared calendar {calendar} from {user}" : "Du fjernede delingen af {calendar} fra {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} fjernede delingen af {calendar} fra {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} fjernede delingen af {calendar} fra sig selv",
"You shared calendar {calendar} with group {group}" : "Du delte kalenderen {calendar} med gruppen {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} delte kalenderen {calendar} med gruppen {group}",
"You unshared calendar {calendar} from group {group}" : "Du fjernede delingen af {calendar} fra gruppen {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} fjernede deling af kalenderen {calendar} fra gruppen {group}",
"Untitled event" : "Unavngiven begivenhed",
"{actor} created event {event} in calendar {calendar}" : "{actor} oprettede begivenheden {event} i kalenderen {calendar}",
"You created event {event} in calendar {calendar}" : "Du oprettede begivenheden {event} i kalenderen {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} slettede begivenheden {event} fra kalenderen {calendar}",
"You deleted event {event} from calendar {calendar}" : "Du slettede begivenheden {event} fra kalenderen {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} opdaterede begivenheden {event} i kalenderen {calendar}",
"You updated event {event} in calendar {calendar}" : "Du opdaterede begivenheden {event} i kalenderen {calendar}",
"{actor} moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "{actor} flyttede begivenhed {event} fra kalender {sourceCalendar} til kalender {targetCalendar}",
"You moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "Du flyttede begivenhed {event} fra kalender {sourceCalendar} til kalender {targetCalendar}",
"{actor} restored event {event} of calendar {calendar}" : "{actor} gendannede begivenhed {event} i kalender {calendar}",
"You restored event {event} of calendar {calendar}" : "Du gendannede begivenhed {begivenhed} i kalender {kalender}",
"Busy" : "Optaget",
"{actor} created to-do {todo} in list {calendar}" : "{actor} oprettede en opgave {todo} i listen {calendar}",
"You created to-do {todo} in list {calendar}" : "Du oprettede opgaven {todo} i listen {calendar}",
"{actor} deleted to-do {todo} from list {calendar}" : "{actor} slettede opgaven {todo} fra listen {calendar}",
"You deleted to-do {todo} from list {calendar}" : "Du slettede opgaven {todo} fra listen {calendar}",
"{actor} updated to-do {todo} in list {calendar}" : "{actor} opdaterede opgaven {todo} i listen {calendar}",
"You updated to-do {todo} in list {calendar}" : "Du opdaterede opgaven {todo} i listen {calendar}",
"{actor} solved to-do {todo} in list {calendar}" : "{actor} løste opgaven {todo} i listen {calendar}",
"You solved to-do {todo} in list {calendar}" : "Du løste opgaven {todo} i listen {calendar}",
"{actor} reopened to-do {todo} in list {calendar}" : "{actor} genåbnede opgaven {todo} i listen {calendar}",
"You reopened to-do {todo} in list {calendar}" : "Du genåbnede opgaven {todo} i listen {calendar}",
"{actor} moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "{actor} flyttede opgave {event} fra liste {sourceCalendar} til liste {targetCalendar}",
"You moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "Du flyttede opgave {event} fra liste {sourceCalendar} til liste {targetCalendar}",
"Calendar, contacts and tasks" : "Kalender, kontakter og opgaver",
"A <strong>calendar</strong> was modified" : "En <strong>kalender</strong> er blevet ændret",
"A calendar <strong>event</strong> was modified" : "En kalender <strong>begivenhed</strong> er blevet ændret",
"A calendar <strong>to-do</strong> was modified" : "En kalender <strong>opgave</strong> blev ændret",
"Contact birthdays" : "Kontakt fødselsdag",
"Death of %s" : "Død af%s",
"Untitled calendar" : "Unanvngiven kalender",
"Calendar:" : "Kalender:",
"Date:" : "Dato:",
"Where:" : "Hvor:",
"Description:" : "Beskrivelse:",
"_%n year_::_%n years_" : ["%n år","%n år"],
"_%n month_::_%n months_" : ["%n måned","%n måneder"],
"_%n day_::_%n days_" : ["%n dag","%n dage"],
"_%n hour_::_%n hours_" : ["%n time","%n timer"],
"_%n minute_::_%n minutes_" : ["%n minut","%n minutter"],
"%s (in %s)" : "%s (i %s)",
"%s (%s ago)" : "%s (%s siden)",
"Calendar: %s" : "Kalender: %s",
"Date: %s" : "Dato: %s",
"Description: %s" : "Beskrivelse: %s",
"Where: %s" : "Hvor: %s",
"%1$s via %2$s" : "%1$s via %2$s",
"Cancelled: %1$s" : "Annulléret: %1$s",
"\"%1$s\" has been canceled" : "\"%1$s\" er blevet annulleret",
"Re: %1$s" : "Re: %1$s",
"%1$s has accepted your invitation" : "%1$s har accepteret din invitation",
"%1$s has tentatively accepted your invitation" : "%1$s har foreløbigt accepteret din invitation",
"%1$s has declined your invitation" : "%1$s har afvist din invitation",
"%1$s has responded to your invitation" : "%1$s har svaret på din invitation",
"Invitation updated: %1$s" : "Invitation opdateret: %1$s",
"%1$s updated the event \"%2$s\"" : "%1$s opdaterede begivenheden \"%2$s\"",
"Invitation: %1$s" : "Invitation: %1$s",
"%1$s would like to invite you to \"%2$s\"" : "%1$s vil gerne invitere dig til \"%2$s\"",
"Organizer:" : "Arrangør:",
"Attendees:" : "Deltagere:",
"Title:" : "Titel:",
"Time:" : "Tid:",
"Location:" : "Sted:",
"Link:" : "Link:",
"Accept" : "Accepter",
"Decline" : "Afvis",
"More options …" : "Flere indstillinger…",
"More options at %s" : "Flere muligheder på %s",
"Contacts" : "Kontakter",
"{actor} created address book {addressbook}" : "{actor} oprettede adressebog {addressbook}",
"You created address book {addressbook}" : "Du oprettede adressebog {addressbook}",
"{actor} deleted address book {addressbook}" : "{actor} slattede adressebog {addressbook}",
"You deleted address book {addressbook}" : "Du slettede adressebog {addressbook}",
"{actor} updated address book {addressbook}" : "{actor} opdaterede adressebog {addressbook}",
"You updated address book {addressbook}" : "Du opdaterede adressebog {addressbook}",
"{actor} shared address book {addressbook} with you" : "{actor} delte adressebog {addressbook} med dig",
"You shared address book {addressbook} with {user}" : "Du delte adressebog {addressbook} med {user}",
"{actor} shared address book {addressbook} with {user}" : "{actor} delte adressebog {addressbook} med {user}",
"{actor} unshared address book {addressbook} from you" : "{actor} fjernede delingen af adressebog {addressbook} med dig",
"You unshared address book {addressbook} from {user}" : "Du fjernede delingen af adressebog {addressbook} med {user}",
"{actor} unshared address book {addressbook} from {user}" : "{actor} fjernede delingen af adressebog {addressbook} med {user}",
"{actor} unshared address book {addressbook} from themselves" : "{actor} fjernede delingen af adressebog {addressbook} med sig selv",
"You shared address book {addressbook} with group {group}" : "Du delte adressebog {addressbook} med gruppen {group}",
"{actor} shared address book {addressbook} with group {group}" : "{actor} delte adressebog {addressbook} med gruppen {group}",
"You unshared address book {addressbook} from group {group}" : "Du fjernede delingen af adressebog {addressbook} fra gruppen {group}",
"{actor} unshared address book {addressbook} from group {group}" : "{actor} fjernede delingen af adressebog {addressbook} med gruppen {group}",
"{actor} created contact {card} in address book {addressbook}" : "{actor} oprettede kontakten {card} i adressebog {addressbook}",
"You created contact {card} in address book {addressbook}" : "Du oprettede kontakten {card} i adressebog {addressbook}",
"{actor} deleted contact {card} from address book {addressbook}" : "{actor} slettede kontakten {card} i adressebog {addressbook}",
"You deleted contact {card} from address book {addressbook}" : "Du slettede kontakten {card} i adressebog {addressbook}",
"{actor} updated contact {card} in address book {addressbook}" : "{actor} opdaterede kontakten {card} i adressebog {addressbook}",
"You updated contact {card} in address book {addressbook}" : "Du opdaterede kontakten {card} i adressebog {addressbook}",
"A <strong>contact</strong> or <strong>address book</strong> was modified" : "En <strong>kontakt</strong> eller <strong>adressebog</strong> blev ændret",
"Accounts" : "Konti",
"System address book which holds all accounts" : "Systemets adressebog, som indeholder alle konti",
"File is not updatable: %1$s" : "Filen kan ikke updateres: %1$s",
"Could not write to final file, canceled by hook" : "Kunne ikke skrive til den endelige fil, annulleret af hook",
"Could not write file contents" : "Kunne ikke skrive filindhold",
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
"Error while copying file to target location (copied: %1$s, expected filesize: %2$s)" : "Fejl under kopiering af fil til placering (kopieret: %1$s, forventet filstørrelse: %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." : "Forventede filstørrelse på %1$s, men læste (fra Nextcloud-klienten) og skrev (til Nextcloud-lageret) %2$s. Det kan enten være et netværksproblem på afsendersiden eller et problem med at skrive til lageret på serversiden.",
"Could not rename part file to final file, canceled by hook" : "Kunne ikke omdøbe delfilen til den endelige fil, annulleret af hook",
"Could not rename part file to final file" : "Delfilen kunne ikke omdøbes til den endelige fil",
"Failed to check file size: %1$s" : "Kunne ikke kontrollere filstørrelsen: %1$s",
"Could not open file" : "Kunne ikke åbne fil",
"Encryption not ready: %1$s" : "Kryptering ikke klar: %1$s",
"Failed to open file: %1$s" : "Kunne ikke åbne fil: %1$s",
"Failed to unlink: %1$s" : "Tilknytningen kunne ikke fjernes: %1$s",
"Invalid chunk name" : "Ugyldigt stykke navn",
"Could not rename part file assembled from chunks" : "Kunne ikke omdøbe delfilen samlet fra stykker",
"Failed to write file contents: %1$s" : "Kunne ikke skrive filindhold: %1$s",
"File not found: %1$s" : "Fil ikke fundet: %1$s",
"System is in maintenance mode." : "Systemet er i vedligeholdelsestilstand.",
"Upgrade needed" : "Opgradering er nødvendig",
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Din %s skal konfigureres til at bruge HTTPS for at kunne bruge CalDAV og CardDAV med iOS/macOS.",
"Configures a CalDAV account" : "Konfigurerer en CalDAV-konto",
"Configures a CardDAV account" : "Konfigurerer en CardDAV-konto",
"Events" : "Begivenheder",
"Untitled task" : "Unavngivet opgave",
"Completed on %s" : "Fuldført den %s",
"Due on %s by %s" : "Forfalder på %s til %s",
"Due on %s" : "Forfalder på %s",
"Migrated calendar (%1$s)" : "Migreret kalender (%1$s)",
"Calendars including events, details and attendees" : "Kalendere indeholdende begivenheder, detaljer og deltagere",
"Contacts and groups" : "Kontakter og grupper",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "WebDAV endpoint",
"Save" : "Gem",
"Time zone:" : "Tidszone:",
"to" : "til",
"Delete slot" : "Slet slot",
"No working hours set" : "Arbejdstider er ikke sat",
"Add slot" : "Tilføj slot",
"Monday" : "Mandag",
"Tuesday" : "Tirsdag",
"Wednesday" : "Onsdag",
"Thursday" : "Torsdag",
"Friday" : "Fredag",
"Saturday" : "Lørdag",
"Sunday" : "Søndag",
"Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications." : "Indstil automatisk brugerstatus til \"Forstyr ikke\" uden for tilgængelighed for at slå alle notifikationer fra.",
"Failed to load availability" : "Kunne ikke indlæse tilgængelighed",
"Saved availability" : "Gemt tilgængelighed",
"Failed to save availability" : "Kunne ikke gemme tilgængelighed",
"Availability" : "tilgængelighed",
"Calendar server" : "Kalenderserver",
"Send invitations to attendees" : "Send invitation til deltagere",
"Automatically generate a birthday calendar" : "Generer en fødselsdagskalender automatisk",
"Birthday calendars will be generated by a background job." : "Fødselsdagskalendere vil blive oprettet af et job, der kører i baggrunden.",
"Hence they will not be available immediately after enabling but will show up after some time." : "Derfor vil de ikke blive synlige med det samme efter aktivering, men vil vise sig efter noget tid.",
"Send notifications for events" : "Send meddelelser om begivenheder",
"Notifications are sent via background jobs, so these must occur often enough." : "Underretninger sendes via baggrundsjob, så disse skal ske ofte nok.",
"Send reminder notifications to calendar sharees as well" : "Send også påmindelsesmeddelelser til kalenderdelinger",
"Reminders are always sent to organizers and attendees." : "Påmindelser sendes altid til arrangører og deltagere.",
"Enable notifications for events via push" : "Aktiver notifikationer for begivenheder via push",
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Installer også {calendarappstoreopen}Kalender-appen{linkclose}, eller {calendardocopen}tilslut dit skrivebord og din mobil til synkronisering ↗{linkclose}.",
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Sørg for at konfigurere {emailopen}e-mail-serveren{linkclose} korrekt.",
"There was an error updating your attendance status." : "Der opstod en fejl under opdatering af din fremmødestatus.",
"Please contact the organizer directly." : "Kontakt venligst arrangøren direkte.",
"Are you accepting the invitation?" : "Accepter du invitationen?",
"Tentative" : "Foreløbig",
"Your attendance was updated successfully." : "Dit tilstedeværelse blev opdateret.",
"To-dos" : "Opgaver",
"If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Hvis du konfigurerer din arbejdstid, vil andre brugere se, når du er fraværende, når de booker et møde."
},
"nplurals=2; plural=(n != 1);");
+191
View File
@@ -0,0 +1,191 @@
{ "translations": {
"Calendar" : "Kalender",
"Tasks" : "Opgaver",
"Personal" : "Personligt",
"{actor} created calendar {calendar}" : "{actor} oprettede kalenderen {calendar}",
"You created calendar {calendar}" : "Du oprettede kalenderen {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} sletede kalenderen {calendar}",
"You deleted calendar {calendar}" : "Du slettede kalenderen {calendar}",
"{actor} updated calendar {calendar}" : "{actor} opdaterede kalenderen {calendar}",
"You updated calendar {calendar}" : "Du opdaterede kalenderen {calendar}",
"{actor} restored calendar {calendar}" : "{actor} gendannede kalender {calendar}",
"You restored calendar {calendar}" : "Du gendannede kalender {calendar}",
"You shared calendar {calendar} as public link" : "Du har delt kalenderen {calendar} som offentligt link",
"You removed public link for calendar {calendar}" : "Du har fjernet det offentlige link til kalenderen {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} delte kalenderen {calendar} med dig",
"You shared calendar {calendar} with {user}" : "Du delte kalenderen {calendar} med {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} delte kalenderen {calendar} med {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} fjernede delingen af {calendar} fra dig",
"You unshared calendar {calendar} from {user}" : "Du fjernede delingen af {calendar} fra {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} fjernede delingen af {calendar} fra {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} fjernede delingen af {calendar} fra sig selv",
"You shared calendar {calendar} with group {group}" : "Du delte kalenderen {calendar} med gruppen {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} delte kalenderen {calendar} med gruppen {group}",
"You unshared calendar {calendar} from group {group}" : "Du fjernede delingen af {calendar} fra gruppen {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} fjernede deling af kalenderen {calendar} fra gruppen {group}",
"Untitled event" : "Unavngiven begivenhed",
"{actor} created event {event} in calendar {calendar}" : "{actor} oprettede begivenheden {event} i kalenderen {calendar}",
"You created event {event} in calendar {calendar}" : "Du oprettede begivenheden {event} i kalenderen {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} slettede begivenheden {event} fra kalenderen {calendar}",
"You deleted event {event} from calendar {calendar}" : "Du slettede begivenheden {event} fra kalenderen {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} opdaterede begivenheden {event} i kalenderen {calendar}",
"You updated event {event} in calendar {calendar}" : "Du opdaterede begivenheden {event} i kalenderen {calendar}",
"{actor} moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "{actor} flyttede begivenhed {event} fra kalender {sourceCalendar} til kalender {targetCalendar}",
"You moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "Du flyttede begivenhed {event} fra kalender {sourceCalendar} til kalender {targetCalendar}",
"{actor} restored event {event} of calendar {calendar}" : "{actor} gendannede begivenhed {event} i kalender {calendar}",
"You restored event {event} of calendar {calendar}" : "Du gendannede begivenhed {begivenhed} i kalender {kalender}",
"Busy" : "Optaget",
"{actor} created to-do {todo} in list {calendar}" : "{actor} oprettede en opgave {todo} i listen {calendar}",
"You created to-do {todo} in list {calendar}" : "Du oprettede opgaven {todo} i listen {calendar}",
"{actor} deleted to-do {todo} from list {calendar}" : "{actor} slettede opgaven {todo} fra listen {calendar}",
"You deleted to-do {todo} from list {calendar}" : "Du slettede opgaven {todo} fra listen {calendar}",
"{actor} updated to-do {todo} in list {calendar}" : "{actor} opdaterede opgaven {todo} i listen {calendar}",
"You updated to-do {todo} in list {calendar}" : "Du opdaterede opgaven {todo} i listen {calendar}",
"{actor} solved to-do {todo} in list {calendar}" : "{actor} løste opgaven {todo} i listen {calendar}",
"You solved to-do {todo} in list {calendar}" : "Du løste opgaven {todo} i listen {calendar}",
"{actor} reopened to-do {todo} in list {calendar}" : "{actor} genåbnede opgaven {todo} i listen {calendar}",
"You reopened to-do {todo} in list {calendar}" : "Du genåbnede opgaven {todo} i listen {calendar}",
"{actor} moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "{actor} flyttede opgave {event} fra liste {sourceCalendar} til liste {targetCalendar}",
"You moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "Du flyttede opgave {event} fra liste {sourceCalendar} til liste {targetCalendar}",
"Calendar, contacts and tasks" : "Kalender, kontakter og opgaver",
"A <strong>calendar</strong> was modified" : "En <strong>kalender</strong> er blevet ændret",
"A calendar <strong>event</strong> was modified" : "En kalender <strong>begivenhed</strong> er blevet ændret",
"A calendar <strong>to-do</strong> was modified" : "En kalender <strong>opgave</strong> blev ændret",
"Contact birthdays" : "Kontakt fødselsdag",
"Death of %s" : "Død af%s",
"Untitled calendar" : "Unanvngiven kalender",
"Calendar:" : "Kalender:",
"Date:" : "Dato:",
"Where:" : "Hvor:",
"Description:" : "Beskrivelse:",
"_%n year_::_%n years_" : ["%n år","%n år"],
"_%n month_::_%n months_" : ["%n måned","%n måneder"],
"_%n day_::_%n days_" : ["%n dag","%n dage"],
"_%n hour_::_%n hours_" : ["%n time","%n timer"],
"_%n minute_::_%n minutes_" : ["%n minut","%n minutter"],
"%s (in %s)" : "%s (i %s)",
"%s (%s ago)" : "%s (%s siden)",
"Calendar: %s" : "Kalender: %s",
"Date: %s" : "Dato: %s",
"Description: %s" : "Beskrivelse: %s",
"Where: %s" : "Hvor: %s",
"%1$s via %2$s" : "%1$s via %2$s",
"Cancelled: %1$s" : "Annulléret: %1$s",
"\"%1$s\" has been canceled" : "\"%1$s\" er blevet annulleret",
"Re: %1$s" : "Re: %1$s",
"%1$s has accepted your invitation" : "%1$s har accepteret din invitation",
"%1$s has tentatively accepted your invitation" : "%1$s har foreløbigt accepteret din invitation",
"%1$s has declined your invitation" : "%1$s har afvist din invitation",
"%1$s has responded to your invitation" : "%1$s har svaret på din invitation",
"Invitation updated: %1$s" : "Invitation opdateret: %1$s",
"%1$s updated the event \"%2$s\"" : "%1$s opdaterede begivenheden \"%2$s\"",
"Invitation: %1$s" : "Invitation: %1$s",
"%1$s would like to invite you to \"%2$s\"" : "%1$s vil gerne invitere dig til \"%2$s\"",
"Organizer:" : "Arrangør:",
"Attendees:" : "Deltagere:",
"Title:" : "Titel:",
"Time:" : "Tid:",
"Location:" : "Sted:",
"Link:" : "Link:",
"Accept" : "Accepter",
"Decline" : "Afvis",
"More options …" : "Flere indstillinger…",
"More options at %s" : "Flere muligheder på %s",
"Contacts" : "Kontakter",
"{actor} created address book {addressbook}" : "{actor} oprettede adressebog {addressbook}",
"You created address book {addressbook}" : "Du oprettede adressebog {addressbook}",
"{actor} deleted address book {addressbook}" : "{actor} slattede adressebog {addressbook}",
"You deleted address book {addressbook}" : "Du slettede adressebog {addressbook}",
"{actor} updated address book {addressbook}" : "{actor} opdaterede adressebog {addressbook}",
"You updated address book {addressbook}" : "Du opdaterede adressebog {addressbook}",
"{actor} shared address book {addressbook} with you" : "{actor} delte adressebog {addressbook} med dig",
"You shared address book {addressbook} with {user}" : "Du delte adressebog {addressbook} med {user}",
"{actor} shared address book {addressbook} with {user}" : "{actor} delte adressebog {addressbook} med {user}",
"{actor} unshared address book {addressbook} from you" : "{actor} fjernede delingen af adressebog {addressbook} med dig",
"You unshared address book {addressbook} from {user}" : "Du fjernede delingen af adressebog {addressbook} med {user}",
"{actor} unshared address book {addressbook} from {user}" : "{actor} fjernede delingen af adressebog {addressbook} med {user}",
"{actor} unshared address book {addressbook} from themselves" : "{actor} fjernede delingen af adressebog {addressbook} med sig selv",
"You shared address book {addressbook} with group {group}" : "Du delte adressebog {addressbook} med gruppen {group}",
"{actor} shared address book {addressbook} with group {group}" : "{actor} delte adressebog {addressbook} med gruppen {group}",
"You unshared address book {addressbook} from group {group}" : "Du fjernede delingen af adressebog {addressbook} fra gruppen {group}",
"{actor} unshared address book {addressbook} from group {group}" : "{actor} fjernede delingen af adressebog {addressbook} med gruppen {group}",
"{actor} created contact {card} in address book {addressbook}" : "{actor} oprettede kontakten {card} i adressebog {addressbook}",
"You created contact {card} in address book {addressbook}" : "Du oprettede kontakten {card} i adressebog {addressbook}",
"{actor} deleted contact {card} from address book {addressbook}" : "{actor} slettede kontakten {card} i adressebog {addressbook}",
"You deleted contact {card} from address book {addressbook}" : "Du slettede kontakten {card} i adressebog {addressbook}",
"{actor} updated contact {card} in address book {addressbook}" : "{actor} opdaterede kontakten {card} i adressebog {addressbook}",
"You updated contact {card} in address book {addressbook}" : "Du opdaterede kontakten {card} i adressebog {addressbook}",
"A <strong>contact</strong> or <strong>address book</strong> was modified" : "En <strong>kontakt</strong> eller <strong>adressebog</strong> blev ændret",
"Accounts" : "Konti",
"System address book which holds all accounts" : "Systemets adressebog, som indeholder alle konti",
"File is not updatable: %1$s" : "Filen kan ikke updateres: %1$s",
"Could not write to final file, canceled by hook" : "Kunne ikke skrive til den endelige fil, annulleret af hook",
"Could not write file contents" : "Kunne ikke skrive filindhold",
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
"Error while copying file to target location (copied: %1$s, expected filesize: %2$s)" : "Fejl under kopiering af fil til placering (kopieret: %1$s, forventet filstørrelse: %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." : "Forventede filstørrelse på %1$s, men læste (fra Nextcloud-klienten) og skrev (til Nextcloud-lageret) %2$s. Det kan enten være et netværksproblem på afsendersiden eller et problem med at skrive til lageret på serversiden.",
"Could not rename part file to final file, canceled by hook" : "Kunne ikke omdøbe delfilen til den endelige fil, annulleret af hook",
"Could not rename part file to final file" : "Delfilen kunne ikke omdøbes til den endelige fil",
"Failed to check file size: %1$s" : "Kunne ikke kontrollere filstørrelsen: %1$s",
"Could not open file" : "Kunne ikke åbne fil",
"Encryption not ready: %1$s" : "Kryptering ikke klar: %1$s",
"Failed to open file: %1$s" : "Kunne ikke åbne fil: %1$s",
"Failed to unlink: %1$s" : "Tilknytningen kunne ikke fjernes: %1$s",
"Invalid chunk name" : "Ugyldigt stykke navn",
"Could not rename part file assembled from chunks" : "Kunne ikke omdøbe delfilen samlet fra stykker",
"Failed to write file contents: %1$s" : "Kunne ikke skrive filindhold: %1$s",
"File not found: %1$s" : "Fil ikke fundet: %1$s",
"System is in maintenance mode." : "Systemet er i vedligeholdelsestilstand.",
"Upgrade needed" : "Opgradering er nødvendig",
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Din %s skal konfigureres til at bruge HTTPS for at kunne bruge CalDAV og CardDAV med iOS/macOS.",
"Configures a CalDAV account" : "Konfigurerer en CalDAV-konto",
"Configures a CardDAV account" : "Konfigurerer en CardDAV-konto",
"Events" : "Begivenheder",
"Untitled task" : "Unavngivet opgave",
"Completed on %s" : "Fuldført den %s",
"Due on %s by %s" : "Forfalder på %s til %s",
"Due on %s" : "Forfalder på %s",
"Migrated calendar (%1$s)" : "Migreret kalender (%1$s)",
"Calendars including events, details and attendees" : "Kalendere indeholdende begivenheder, detaljer og deltagere",
"Contacts and groups" : "Kontakter og grupper",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "WebDAV endpoint",
"Save" : "Gem",
"Time zone:" : "Tidszone:",
"to" : "til",
"Delete slot" : "Slet slot",
"No working hours set" : "Arbejdstider er ikke sat",
"Add slot" : "Tilføj slot",
"Monday" : "Mandag",
"Tuesday" : "Tirsdag",
"Wednesday" : "Onsdag",
"Thursday" : "Torsdag",
"Friday" : "Fredag",
"Saturday" : "Lørdag",
"Sunday" : "Søndag",
"Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications." : "Indstil automatisk brugerstatus til \"Forstyr ikke\" uden for tilgængelighed for at slå alle notifikationer fra.",
"Failed to load availability" : "Kunne ikke indlæse tilgængelighed",
"Saved availability" : "Gemt tilgængelighed",
"Failed to save availability" : "Kunne ikke gemme tilgængelighed",
"Availability" : "tilgængelighed",
"Calendar server" : "Kalenderserver",
"Send invitations to attendees" : "Send invitation til deltagere",
"Automatically generate a birthday calendar" : "Generer en fødselsdagskalender automatisk",
"Birthday calendars will be generated by a background job." : "Fødselsdagskalendere vil blive oprettet af et job, der kører i baggrunden.",
"Hence they will not be available immediately after enabling but will show up after some time." : "Derfor vil de ikke blive synlige med det samme efter aktivering, men vil vise sig efter noget tid.",
"Send notifications for events" : "Send meddelelser om begivenheder",
"Notifications are sent via background jobs, so these must occur often enough." : "Underretninger sendes via baggrundsjob, så disse skal ske ofte nok.",
"Send reminder notifications to calendar sharees as well" : "Send også påmindelsesmeddelelser til kalenderdelinger",
"Reminders are always sent to organizers and attendees." : "Påmindelser sendes altid til arrangører og deltagere.",
"Enable notifications for events via push" : "Aktiver notifikationer for begivenheder via push",
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Installer også {calendarappstoreopen}Kalender-appen{linkclose}, eller {calendardocopen}tilslut dit skrivebord og din mobil til synkronisering ↗{linkclose}.",
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Sørg for at konfigurere {emailopen}e-mail-serveren{linkclose} korrekt.",
"There was an error updating your attendance status." : "Der opstod en fejl under opdatering af din fremmødestatus.",
"Please contact the organizer directly." : "Kontakt venligst arrangøren direkte.",
"Are you accepting the invitation?" : "Accepter du invitationen?",
"Tentative" : "Foreløbig",
"Your attendance was updated successfully." : "Dit tilstedeværelse blev opdateret.",
"To-dos" : "Opgaver",
"If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Hvis du konfigurerer din arbejdstid, vil andre brugere se, når du er fraværende, når de booker et møde."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
+211
View File
@@ -0,0 +1,211 @@
OC.L10N.register(
"dav",
{
"Calendar" : "Kalender",
"Tasks" : "Aufgaben",
"Personal" : "Persönlich",
"{actor} created calendar {calendar}" : "{actor} hat den Kalender {calendar} erstellt",
"You created calendar {calendar}" : "Du hast den Kalender {calendar} erstellt",
"{actor} deleted calendar {calendar}" : "{actor} hat den Kalender {calendar} gelöscht",
"You deleted calendar {calendar}" : "Du hast den Kalender {calendar} gelöscht",
"{actor} updated calendar {calendar}" : "{actor} hat den Kalender {calendar} aktualisiert",
"You updated calendar {calendar}" : "Du hast den Kalender {calendar} aktualisiert",
"{actor} restored calendar {calendar}" : "{actor} hat den Kalender {calendar} wiederhergestellt",
"You restored calendar {calendar}" : "Du hast den Kalender {calendar} wiederhergestellt",
"You shared calendar {calendar} as public link" : "Du hast den Kalender {calendar} als öffentlichen Link geteilt",
"You removed public link for calendar {calendar}" : "Du hast den öffentlichen Link für Kalender {calendar} entfernt",
"{actor} shared calendar {calendar} with you" : "{actor} hat den Kalender {calendar} mit dir geteilt",
"You shared calendar {calendar} with {user}" : "Du hast den Kalender {calendar} mit {user} geteilt",
"{actor} shared calendar {calendar} with {user}" : "{actor} hat den Kalender {calendar} mit {user} geteilt",
"{actor} unshared calendar {calendar} from you" : "{actor} teilt den Kalender {calendar} nicht mehr mit dir",
"You unshared calendar {calendar} from {user}" : "Du teilst den Kalender {calendar} nicht mehr mit {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} teilt den Kalender {calendar} nicht mehr mit {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} teilt den Kalender {calendar} nicht mehr mit sich selbst",
"You shared calendar {calendar} with group {group}" : "Du hast den Kalender {calendar} mit der Gruppe {group} geteilt",
"{actor} shared calendar {calendar} with group {group}" : "{actor} teilt den Kalender {calendar} mit der Gruppe {group}",
"You unshared calendar {calendar} from group {group}" : "Du teilst den Kalender {calendar} nicht mehr mit der Gruppe {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} teilt den Kalender {calendar} nicht mehr mit der Gruppe {group}",
"Untitled event" : "Unbenannter Termin",
"{actor} created event {event} in calendar {calendar}" : "{actor} hat den Termin {event} im Kalender {calendar} erstellt",
"You created event {event} in calendar {calendar}" : "Du hast den Termin {event} im Kalender {calendar} erstellt",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} hat den Termin {event} im Kalender {calendar} gelöscht",
"You deleted event {event} from calendar {calendar}" : "Du hast den Termin {event} im Kalender {calendar} gelöscht",
"{actor} updated event {event} in calendar {calendar}" : "{actor} hat den Termin {event} im Kalender {calendar} aktualisiert",
"You updated event {event} in calendar {calendar}" : "Du hast den Termin {event} im Kalender {calendar} aktualisiert",
"{actor} moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "{actor} hat das Ereignis {event} vom Kalender {sourceCalendar} in den Kalender {targetCalendar} verschoben",
"You moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "Du hast das Ereignis {event} vom Kalender {sourceCalendar} in den Kalender {targetCalendar} verschoben",
"{actor} restored event {event} of calendar {calendar}" : "{actor} hat das Adressbuch {addressbook} mit dir geteilt",
"You restored event {event} of calendar {calendar}" : "Du hast den Termin {event} im Kalender {calendar} wiederhergestellt",
"Busy" : "Beschäftigt",
"{actor} created to-do {todo} in list {calendar}" : "{actor} hat die Aufgabe {todo} in der Liste {calendar} erstellt",
"You created to-do {todo} in list {calendar}" : "Du hast eine Aufgabe {todo} in der Liste {calendar} erstellt",
"{actor} deleted to-do {todo} from list {calendar}" : "{actor} hat die Aufgabe {todo} aus der Liste {calendar} gelöscht",
"You deleted to-do {todo} from list {calendar}" : "Du hast die Aufgabe {todo} aus der Liste {calendar} gelöscht",
"{actor} updated to-do {todo} in list {calendar}" : "{actor} hat die Aufgabe {todo} in der Liste {calendar} aktualisiert",
"You updated to-do {todo} in list {calendar}" : "Du hast die Aufgabe {todo} in der Liste {calendar} aktualisiert",
"{actor} solved to-do {todo} in list {calendar}" : "{actor} hat die Aufgabe {todo} in der Liste {calendar} erledigt",
"You solved to-do {todo} in list {calendar}" : "Du hast die Aufgabe {todo} in der Liste {calendar} erledigt",
"{actor} reopened to-do {todo} in list {calendar}" : "{actor} hat die Aufgabe {todo} in der Liste {calendar} wiedereröffnet",
"You reopened to-do {todo} in list {calendar}" : "Du hast die Aufgabe {todo} in der Liste {calendar} wiedereröffnet",
"{actor} moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "{actor} hat die Aufgabe {todo} von der Liste {sourceCalendar} in die Liste {targetCalendar} verschoben",
"You moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "Du hast die Aufgabe {todo} von der Liste {sourceCalendar} in die Liste {targetCalendar} verschoben",
"Calendar, contacts and tasks" : "Kalender, Kontakte und Aufgaben",
"A <strong>calendar</strong> was modified" : "Ein <strong>Kalender</strong> wurde bearbeitet",
"A calendar <strong>event</strong> was modified" : "Ein Kalender-<strong>Termin</strong> wurde bearbeitet",
"A calendar <strong>to-do</strong> was modified" : "Eine Kalender-<strong>Aufgabe</strong> wurde geändert",
"Contact birthdays" : "Geburtstage von Kontakten",
"Death of %s" : "Todestag von %s",
"Untitled calendar" : "Unbenannter Kalender",
"Calendar:" : "Kalender:",
"Date:" : "Datum:",
"Where:" : "Wo:",
"Description:" : "Beschreibung:",
"_%n year_::_%n years_" : ["%n Jahr","%n Jahre"],
"_%n month_::_%n months_" : ["%n Monat","%n Monate"],
"_%n day_::_%n days_" : ["%n Tag","%n Tage"],
"_%n hour_::_%n hours_" : ["%n Stunde","%n Stunden"],
"_%n minute_::_%n minutes_" : ["%n Minute","%n Minuten"],
"%s (in %s)" : "%s (in %s)",
"%s (%s ago)" : "%s (vor %s)",
"Calendar: %s" : "Kalender: %s",
"Date: %s" : "Datum: %s",
"Description: %s" : "Beschreibung: %s",
"Where: %s" : "Ort: %s",
"%1$s via %2$s" : "%1$s über %2$s",
"Cancelled: %1$s" : "Abgesagt: %1$s",
"\"%1$s\" has been canceled" : "\"%1$s\" wurde abgesagt.",
"Re: %1$s" : "Re: %1$s",
"%1$s has accepted your invitation" : "%1$s hat deine Einladung angenommen.",
"%1$s has tentatively accepted your invitation" : "%1$s hat deine Einladung vorläufig angenommen.",
"%1$s has declined your invitation" : "%1$s hat deine Einladung abgelehnt.",
"%1$s has responded to your invitation" : "%1$s hat auf deine Einladung geantwortet.",
"Invitation updated: %1$s" : "Einladung aktualisiert: %1$s",
"%1$s updated the event \"%2$s\"" : "%1$s hat die Veranstaltung \"%2$s\" aktualisiert",
"Invitation: %1$s" : "Einladung: %1$s",
"%1$s would like to invite you to \"%2$s\"" : "%1$s möchte dich zu \"%2$s\" einladen.",
"Organizer:" : "Organisator:",
"Attendees:" : "Teilnehmer:",
"Title:" : "Titel:",
"Time:" : "Zeit:",
"Location:" : "Ort:",
"Link:" : "Link:",
"Accept" : "Akzeptieren",
"Decline" : "Ablehnen",
"More options …" : "Weitere Optionen …",
"More options at %s" : "Weitere Optionen unter %s",
"Contacts" : "Kontakte",
"{actor} created address book {addressbook}" : "{actor} hat das Adressbuch {addressbook} erstellt",
"You created address book {addressbook}" : "Du hast das Adressbuch {addressbook} erstellt",
"{actor} deleted address book {addressbook}" : "{actor} hat das Adressbuch {addressbook} gelöscht",
"You deleted address book {addressbook}" : "Du hast das Adressbuch {addressbook} gelöscht",
"{actor} updated address book {addressbook}" : "{actor} hat das Adressbuch {addressbook} aktualisiert",
"You updated address book {addressbook}" : "Du hast das Adressbuch {addressbook} aktualisiert",
"{actor} shared address book {addressbook} with you" : "{actor} hat das Adressbuch {addressbook} mit dir geteilt",
"You shared address book {addressbook} with {user}" : "Du hast das Adressbuch {addressbook} geteilt",
"{actor} shared address book {addressbook} with {user}" : "{actor} hat das Adressbuch {addressbook} mit {user} geteilt",
"{actor} unshared address book {addressbook} from you" : "{actor} teilt das Adressbuch {addressbook} nicht mehr mit dir.",
"You unshared address book {addressbook} from {user}" : "Du teilst das Adressbuch {addressbook} nicht mehr mit {user}",
"{actor} unshared address book {addressbook} from {user}" : "{actor} teilt das Adressbuch {addressbook} nicht mehr mit {user}",
"{actor} unshared address book {addressbook} from themselves" : "{actor} teilt das Adressbuch {addressbook} nicht mehr mit dir.",
"You shared address book {addressbook} with group {group}" : "Du hast das Adressbuch {addressbook} mit der Gruppe {group} geteilt",
"{actor} shared address book {addressbook} with group {group}" : "{actor} hat das Adressbuch {addressbook} mit der Gruppe {group} geteilt",
"You unshared address book {addressbook} from group {group}" : "Du teilst das Adressbuch {addressbook} nicht mehr mit der Gruppe {group}",
"{actor} unshared address book {addressbook} from group {group}" : "{actor} teilt das Adressbuch {addressbook} nicht mehr mit der Gruppe {group}",
"{actor} created contact {card} in address book {addressbook}" : "{actor} hat den Kontakt {card} im Adressbuch {addressbook} erstellt",
"You created contact {card} in address book {addressbook}" : "Du hast den Kontakt {card} im Adressbuch {addressbook} erstellt",
"{actor} deleted contact {card} from address book {addressbook}" : "{actor} hat den Kontakt {card} im Adressbuch {addressbook} gelöscht",
"You deleted contact {card} from address book {addressbook}" : "Du hast den Kontakt {card} im Adressbuch {addressbook} gelöscht",
"{actor} updated contact {card} in address book {addressbook}" : "{actor} hat den Kontakt {card} im Adressbuch {addressbook} aktualisiert",
"You updated contact {card} in address book {addressbook}" : "Du hast den Kontakt {card} im Adressbuch {addressbook} aktualisiert",
"A <strong>contact</strong> or <strong>address book</strong> was modified" : "Ein <strong>Kontakt</strong> oder ein <strong>Adressbuch</strong> wurde geändert",
"Accounts" : "Konten",
"System address book which holds all accounts" : "Systemadressbuch, das alle Konten enthält",
"File is not updatable: %1$s" : "Datei kann nicht aktualisiert werden: %1$s",
"Could not write to final file, canceled by hook" : "In die endgültige Datei konnte nicht geschrieben werden, wurde durch einen Hook abgebrochen",
"Could not write file contents" : "Dateiinhalt konnte nicht geschrieben werden",
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
"Error while copying file to target location (copied: %1$s, expected filesize: %2$s)" : "Fehler beim Kopieren der Datei in den Zielspeicherort (kopiert: %1$s, erwartete Dateigröße: %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." : "Erwartete Dateigröße von %1$s, aber %2$s gelesen (vom Nextcloud-Client) und geschrieben (in den Nextcloud-Speicher). Dies kann entweder ein Netzwerkproblem auf der sendenden Seite oder ein Problem beim Schreiben in den Speicher auf der Serverseite sein.",
"Could not rename part file to final file, canceled by hook" : "Konnte temporäre Datei nicht in die endgültige Datei umbenennen, wurde durch einen Hook abgebrochen",
"Could not rename part file to final file" : "Konnte temporäre Datei nicht in die endgültige Datei umbenennen",
"Failed to check file size: %1$s" : "Dateigröße konnte nicht überprüft werden: %1$s",
"Could not open file" : "Datei konnte nicht geöffnet werden",
"Encryption not ready: %1$s" : "Verschlüsselung nicht bereit: %1$s",
"Failed to open file: %1$s" : "Datei konnte nicht geöffnet werden: %1$s",
"Failed to unlink: %1$s" : "Fehler beim Aufheben der Verknüpfung: %1$s",
"Invalid chunk name" : "Ungültiger Chunk-Name",
"Could not rename part file assembled from chunks" : "Aus Chunks zusammengesetzte temporäre Datei konnte nicht umbenannt werden",
"Failed to write file contents: %1$s" : "Fehler beim Schreiben des Dateiinhaltes: %1$s",
"File not found: %1$s" : "Datei nicht gefunden: %1$s",
"System is in maintenance mode." : "Das System befindet sich im Wartungsmodus.",
"Upgrade needed" : "Aktualisierung erforderlich",
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Dein %s muss konfiguriert werden, um HTTPS zusammen mit CalDAV und CardDAV unter iOS/macOS nutzen zu können.",
"Configures a CalDAV account" : "Ein CalDAV-Konto einrichten",
"Configures a CardDAV account" : "Ein CardDAV-Konto einrichten",
"Events" : "Ereignisse",
"Untitled task" : "Unbenannte Aufgabe",
"Completed on %s" : "Erledigt am %s",
"Due on %s by %s" : "Fällig am %s von %s",
"Due on %s" : "Fällig am %s",
"DAV system address book" : "DAV-Systemadressbuch",
"No outstanding DAV system address book sync." : "Keine ausstehende Synchronisierung des DAV-Systemadressbuchs",
"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\"." : "Die Synchronisierung des DAV-Systemadressbuchs wurde noch nicht ausgeführt, da deine Instanz mehr als 1000 Benutzer hat oder weil ein Fehler aufgetreten ist. Bitte führe sie manuell aus, indem du \"occ dav:sync-system-addressbook\" ausführst.",
"Migrated calendar (%1$s)" : "Migrierter Kalender (%1$s)",
"Calendars including events, details and attendees" : "Kalender mit Terminen, Details und Teilnehmern",
"Contacts and groups" : "Kontakte und Gruppen",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "WebDAV-Endpunkt",
"First day" : "Erster Tag",
"Last day (inclusive)" : "Letzter Tag (Inklusive)",
"Short absence status" : "Kurze Abwesenheits Meldung",
"Long absence Message" : "Lange Abwesenheits Meldung",
"Save" : "Speichern",
"Disable absence" : "Abwesenheitmeldungen deaktivieren",
"Absence saved" : "Abwesenheit gespeichert",
"Failed to save your absence settings" : "Deine Abwesenheitseinstellungen konnten nicht gespeichert werden.",
"Absence cleared" : "Abwesenheit gelöscht",
"Failed to clear your absence settings" : "Deine Abwesenheitseinstellungen konnten nicht gelöscht werden.",
"Time zone:" : "Zeitzone:",
"to" : "an",
"Delete slot" : "Slot löschen",
"No working hours set" : "Keine Arbeitszeiten konfiguriert",
"Add slot" : "Slot hinzufügen",
"Weekdays" : "Wochentage",
"Monday" : "Montag",
"Tuesday" : "Dienstag",
"Wednesday" : "Mittwoch",
"Thursday" : "Donnerstag",
"Friday" : "Freitag",
"Saturday" : "Samstag",
"Sunday" : "Sonntag",
"Pick a start time for {dayName}" : "Eine Startzeit für {name} wählen",
"Pick a end time for {dayName}" : "Eine Endezeit für {name} wählen",
"Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications." : "Setze den Benutzerstatus automatisch auf „Nicht stören“, wenn du nicht erreichbar bist, um alle Benachrichtigungen stumm zu schalten.",
"Failed to load availability" : "Fehler beim Laden der Verfügbarkeit",
"Saved availability" : "Verfügbarkeit gespeichert",
"Failed to save availability" : "Fehler beim Speichern der Verfügbarkeit",
"Availability" : "Verfügbarkeit",
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Wenn du deine Arbeitszeiten konfigurierst, können andere Benutzer sehen, wann du nicht im Büro bist, wenn sie eine Besprechung buchen.",
"Absence" : "Abwesenheit",
"Configure your next absence period." : "Richte deinen nächsten Abwesenheitszeitraum ein.",
"Calendar server" : "Kalender-Server",
"Send invitations to attendees" : "Einladungen an die Teilnehmer senden",
"Automatically generate a birthday calendar" : "Automatisch einen Kalender für Geburtstage erstellen",
"Birthday calendars will be generated by a background job." : "Kalender für Geburtstage werden von einem Hintergrund-Auftrag erstellt",
"Hence they will not be available immediately after enabling but will show up after some time." : "Die Einträge werden nicht sofort angezeigt. Nach der Aktivierung wird es bis zur Anzeige ein wenig dauern.",
"Send notifications for events" : "Sende Benachrichtigungen für Termine",
"Notifications are sent via background jobs, so these must occur often enough." : "Benachrichtigungen werden von Hintergrundjobs gesendet, so dass diese häufig genug ausgeführt werden.",
"Send reminder notifications to calendar sharees as well" : "Erinnerungsbenachrichtigungen auch an die freigegebenen Kalender senden",
"Reminders are always sent to organizers and attendees." : "Erinnerungen werden immer an Organisatoren und Teilnehmer gesendet.",
"Enable notifications for events via push" : "Benachrichtigungen für Termine per Push aktivieren",
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Installiere außerdem die {calendarappstoreopen}Kalender-App{linkclose} oder {calendardocopen}verbinde deinen Desktop & Mobilgerät zur Synchronisierung ↗{linkclose}.",
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Bitte stelle sicher, dass du {emailopen}den E-Mail Server{linkclose} ordnungsgemäß einrichtest.",
"There was an error updating your attendance status." : "Es ist ein Fehler beim Aktualisieren deines Teilnehmerstatus aufgetreten.",
"Please contact the organizer directly." : "Bitte den Organisator direkt kontaktieren.",
"Are you accepting the invitation?" : "Die Einladung annehmen?",
"Tentative" : "Vorläufig",
"Your attendance was updated successfully." : "Dein Teilnehmerstatus wurde aktualisiert.",
"To-dos" : "Aufgaben",
"If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Wenn du deine Arbeitszeiten konfigurierst, können andere Benutzer sehen, wann du nicht im Büro bist, wenn sie eine Besprechung buchen."
},
"nplurals=2; plural=(n != 1);");
+209
View File
@@ -0,0 +1,209 @@
{ "translations": {
"Calendar" : "Kalender",
"Tasks" : "Aufgaben",
"Personal" : "Persönlich",
"{actor} created calendar {calendar}" : "{actor} hat den Kalender {calendar} erstellt",
"You created calendar {calendar}" : "Du hast den Kalender {calendar} erstellt",
"{actor} deleted calendar {calendar}" : "{actor} hat den Kalender {calendar} gelöscht",
"You deleted calendar {calendar}" : "Du hast den Kalender {calendar} gelöscht",
"{actor} updated calendar {calendar}" : "{actor} hat den Kalender {calendar} aktualisiert",
"You updated calendar {calendar}" : "Du hast den Kalender {calendar} aktualisiert",
"{actor} restored calendar {calendar}" : "{actor} hat den Kalender {calendar} wiederhergestellt",
"You restored calendar {calendar}" : "Du hast den Kalender {calendar} wiederhergestellt",
"You shared calendar {calendar} as public link" : "Du hast den Kalender {calendar} als öffentlichen Link geteilt",
"You removed public link for calendar {calendar}" : "Du hast den öffentlichen Link für Kalender {calendar} entfernt",
"{actor} shared calendar {calendar} with you" : "{actor} hat den Kalender {calendar} mit dir geteilt",
"You shared calendar {calendar} with {user}" : "Du hast den Kalender {calendar} mit {user} geteilt",
"{actor} shared calendar {calendar} with {user}" : "{actor} hat den Kalender {calendar} mit {user} geteilt",
"{actor} unshared calendar {calendar} from you" : "{actor} teilt den Kalender {calendar} nicht mehr mit dir",
"You unshared calendar {calendar} from {user}" : "Du teilst den Kalender {calendar} nicht mehr mit {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} teilt den Kalender {calendar} nicht mehr mit {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} teilt den Kalender {calendar} nicht mehr mit sich selbst",
"You shared calendar {calendar} with group {group}" : "Du hast den Kalender {calendar} mit der Gruppe {group} geteilt",
"{actor} shared calendar {calendar} with group {group}" : "{actor} teilt den Kalender {calendar} mit der Gruppe {group}",
"You unshared calendar {calendar} from group {group}" : "Du teilst den Kalender {calendar} nicht mehr mit der Gruppe {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} teilt den Kalender {calendar} nicht mehr mit der Gruppe {group}",
"Untitled event" : "Unbenannter Termin",
"{actor} created event {event} in calendar {calendar}" : "{actor} hat den Termin {event} im Kalender {calendar} erstellt",
"You created event {event} in calendar {calendar}" : "Du hast den Termin {event} im Kalender {calendar} erstellt",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} hat den Termin {event} im Kalender {calendar} gelöscht",
"You deleted event {event} from calendar {calendar}" : "Du hast den Termin {event} im Kalender {calendar} gelöscht",
"{actor} updated event {event} in calendar {calendar}" : "{actor} hat den Termin {event} im Kalender {calendar} aktualisiert",
"You updated event {event} in calendar {calendar}" : "Du hast den Termin {event} im Kalender {calendar} aktualisiert",
"{actor} moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "{actor} hat das Ereignis {event} vom Kalender {sourceCalendar} in den Kalender {targetCalendar} verschoben",
"You moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "Du hast das Ereignis {event} vom Kalender {sourceCalendar} in den Kalender {targetCalendar} verschoben",
"{actor} restored event {event} of calendar {calendar}" : "{actor} hat das Adressbuch {addressbook} mit dir geteilt",
"You restored event {event} of calendar {calendar}" : "Du hast den Termin {event} im Kalender {calendar} wiederhergestellt",
"Busy" : "Beschäftigt",
"{actor} created to-do {todo} in list {calendar}" : "{actor} hat die Aufgabe {todo} in der Liste {calendar} erstellt",
"You created to-do {todo} in list {calendar}" : "Du hast eine Aufgabe {todo} in der Liste {calendar} erstellt",
"{actor} deleted to-do {todo} from list {calendar}" : "{actor} hat die Aufgabe {todo} aus der Liste {calendar} gelöscht",
"You deleted to-do {todo} from list {calendar}" : "Du hast die Aufgabe {todo} aus der Liste {calendar} gelöscht",
"{actor} updated to-do {todo} in list {calendar}" : "{actor} hat die Aufgabe {todo} in der Liste {calendar} aktualisiert",
"You updated to-do {todo} in list {calendar}" : "Du hast die Aufgabe {todo} in der Liste {calendar} aktualisiert",
"{actor} solved to-do {todo} in list {calendar}" : "{actor} hat die Aufgabe {todo} in der Liste {calendar} erledigt",
"You solved to-do {todo} in list {calendar}" : "Du hast die Aufgabe {todo} in der Liste {calendar} erledigt",
"{actor} reopened to-do {todo} in list {calendar}" : "{actor} hat die Aufgabe {todo} in der Liste {calendar} wiedereröffnet",
"You reopened to-do {todo} in list {calendar}" : "Du hast die Aufgabe {todo} in der Liste {calendar} wiedereröffnet",
"{actor} moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "{actor} hat die Aufgabe {todo} von der Liste {sourceCalendar} in die Liste {targetCalendar} verschoben",
"You moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "Du hast die Aufgabe {todo} von der Liste {sourceCalendar} in die Liste {targetCalendar} verschoben",
"Calendar, contacts and tasks" : "Kalender, Kontakte und Aufgaben",
"A <strong>calendar</strong> was modified" : "Ein <strong>Kalender</strong> wurde bearbeitet",
"A calendar <strong>event</strong> was modified" : "Ein Kalender-<strong>Termin</strong> wurde bearbeitet",
"A calendar <strong>to-do</strong> was modified" : "Eine Kalender-<strong>Aufgabe</strong> wurde geändert",
"Contact birthdays" : "Geburtstage von Kontakten",
"Death of %s" : "Todestag von %s",
"Untitled calendar" : "Unbenannter Kalender",
"Calendar:" : "Kalender:",
"Date:" : "Datum:",
"Where:" : "Wo:",
"Description:" : "Beschreibung:",
"_%n year_::_%n years_" : ["%n Jahr","%n Jahre"],
"_%n month_::_%n months_" : ["%n Monat","%n Monate"],
"_%n day_::_%n days_" : ["%n Tag","%n Tage"],
"_%n hour_::_%n hours_" : ["%n Stunde","%n Stunden"],
"_%n minute_::_%n minutes_" : ["%n Minute","%n Minuten"],
"%s (in %s)" : "%s (in %s)",
"%s (%s ago)" : "%s (vor %s)",
"Calendar: %s" : "Kalender: %s",
"Date: %s" : "Datum: %s",
"Description: %s" : "Beschreibung: %s",
"Where: %s" : "Ort: %s",
"%1$s via %2$s" : "%1$s über %2$s",
"Cancelled: %1$s" : "Abgesagt: %1$s",
"\"%1$s\" has been canceled" : "\"%1$s\" wurde abgesagt.",
"Re: %1$s" : "Re: %1$s",
"%1$s has accepted your invitation" : "%1$s hat deine Einladung angenommen.",
"%1$s has tentatively accepted your invitation" : "%1$s hat deine Einladung vorläufig angenommen.",
"%1$s has declined your invitation" : "%1$s hat deine Einladung abgelehnt.",
"%1$s has responded to your invitation" : "%1$s hat auf deine Einladung geantwortet.",
"Invitation updated: %1$s" : "Einladung aktualisiert: %1$s",
"%1$s updated the event \"%2$s\"" : "%1$s hat die Veranstaltung \"%2$s\" aktualisiert",
"Invitation: %1$s" : "Einladung: %1$s",
"%1$s would like to invite you to \"%2$s\"" : "%1$s möchte dich zu \"%2$s\" einladen.",
"Organizer:" : "Organisator:",
"Attendees:" : "Teilnehmer:",
"Title:" : "Titel:",
"Time:" : "Zeit:",
"Location:" : "Ort:",
"Link:" : "Link:",
"Accept" : "Akzeptieren",
"Decline" : "Ablehnen",
"More options …" : "Weitere Optionen …",
"More options at %s" : "Weitere Optionen unter %s",
"Contacts" : "Kontakte",
"{actor} created address book {addressbook}" : "{actor} hat das Adressbuch {addressbook} erstellt",
"You created address book {addressbook}" : "Du hast das Adressbuch {addressbook} erstellt",
"{actor} deleted address book {addressbook}" : "{actor} hat das Adressbuch {addressbook} gelöscht",
"You deleted address book {addressbook}" : "Du hast das Adressbuch {addressbook} gelöscht",
"{actor} updated address book {addressbook}" : "{actor} hat das Adressbuch {addressbook} aktualisiert",
"You updated address book {addressbook}" : "Du hast das Adressbuch {addressbook} aktualisiert",
"{actor} shared address book {addressbook} with you" : "{actor} hat das Adressbuch {addressbook} mit dir geteilt",
"You shared address book {addressbook} with {user}" : "Du hast das Adressbuch {addressbook} geteilt",
"{actor} shared address book {addressbook} with {user}" : "{actor} hat das Adressbuch {addressbook} mit {user} geteilt",
"{actor} unshared address book {addressbook} from you" : "{actor} teilt das Adressbuch {addressbook} nicht mehr mit dir.",
"You unshared address book {addressbook} from {user}" : "Du teilst das Adressbuch {addressbook} nicht mehr mit {user}",
"{actor} unshared address book {addressbook} from {user}" : "{actor} teilt das Adressbuch {addressbook} nicht mehr mit {user}",
"{actor} unshared address book {addressbook} from themselves" : "{actor} teilt das Adressbuch {addressbook} nicht mehr mit dir.",
"You shared address book {addressbook} with group {group}" : "Du hast das Adressbuch {addressbook} mit der Gruppe {group} geteilt",
"{actor} shared address book {addressbook} with group {group}" : "{actor} hat das Adressbuch {addressbook} mit der Gruppe {group} geteilt",
"You unshared address book {addressbook} from group {group}" : "Du teilst das Adressbuch {addressbook} nicht mehr mit der Gruppe {group}",
"{actor} unshared address book {addressbook} from group {group}" : "{actor} teilt das Adressbuch {addressbook} nicht mehr mit der Gruppe {group}",
"{actor} created contact {card} in address book {addressbook}" : "{actor} hat den Kontakt {card} im Adressbuch {addressbook} erstellt",
"You created contact {card} in address book {addressbook}" : "Du hast den Kontakt {card} im Adressbuch {addressbook} erstellt",
"{actor} deleted contact {card} from address book {addressbook}" : "{actor} hat den Kontakt {card} im Adressbuch {addressbook} gelöscht",
"You deleted contact {card} from address book {addressbook}" : "Du hast den Kontakt {card} im Adressbuch {addressbook} gelöscht",
"{actor} updated contact {card} in address book {addressbook}" : "{actor} hat den Kontakt {card} im Adressbuch {addressbook} aktualisiert",
"You updated contact {card} in address book {addressbook}" : "Du hast den Kontakt {card} im Adressbuch {addressbook} aktualisiert",
"A <strong>contact</strong> or <strong>address book</strong> was modified" : "Ein <strong>Kontakt</strong> oder ein <strong>Adressbuch</strong> wurde geändert",
"Accounts" : "Konten",
"System address book which holds all accounts" : "Systemadressbuch, das alle Konten enthält",
"File is not updatable: %1$s" : "Datei kann nicht aktualisiert werden: %1$s",
"Could not write to final file, canceled by hook" : "In die endgültige Datei konnte nicht geschrieben werden, wurde durch einen Hook abgebrochen",
"Could not write file contents" : "Dateiinhalt konnte nicht geschrieben werden",
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
"Error while copying file to target location (copied: %1$s, expected filesize: %2$s)" : "Fehler beim Kopieren der Datei in den Zielspeicherort (kopiert: %1$s, erwartete Dateigröße: %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." : "Erwartete Dateigröße von %1$s, aber %2$s gelesen (vom Nextcloud-Client) und geschrieben (in den Nextcloud-Speicher). Dies kann entweder ein Netzwerkproblem auf der sendenden Seite oder ein Problem beim Schreiben in den Speicher auf der Serverseite sein.",
"Could not rename part file to final file, canceled by hook" : "Konnte temporäre Datei nicht in die endgültige Datei umbenennen, wurde durch einen Hook abgebrochen",
"Could not rename part file to final file" : "Konnte temporäre Datei nicht in die endgültige Datei umbenennen",
"Failed to check file size: %1$s" : "Dateigröße konnte nicht überprüft werden: %1$s",
"Could not open file" : "Datei konnte nicht geöffnet werden",
"Encryption not ready: %1$s" : "Verschlüsselung nicht bereit: %1$s",
"Failed to open file: %1$s" : "Datei konnte nicht geöffnet werden: %1$s",
"Failed to unlink: %1$s" : "Fehler beim Aufheben der Verknüpfung: %1$s",
"Invalid chunk name" : "Ungültiger Chunk-Name",
"Could not rename part file assembled from chunks" : "Aus Chunks zusammengesetzte temporäre Datei konnte nicht umbenannt werden",
"Failed to write file contents: %1$s" : "Fehler beim Schreiben des Dateiinhaltes: %1$s",
"File not found: %1$s" : "Datei nicht gefunden: %1$s",
"System is in maintenance mode." : "Das System befindet sich im Wartungsmodus.",
"Upgrade needed" : "Aktualisierung erforderlich",
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Dein %s muss konfiguriert werden, um HTTPS zusammen mit CalDAV und CardDAV unter iOS/macOS nutzen zu können.",
"Configures a CalDAV account" : "Ein CalDAV-Konto einrichten",
"Configures a CardDAV account" : "Ein CardDAV-Konto einrichten",
"Events" : "Ereignisse",
"Untitled task" : "Unbenannte Aufgabe",
"Completed on %s" : "Erledigt am %s",
"Due on %s by %s" : "Fällig am %s von %s",
"Due on %s" : "Fällig am %s",
"DAV system address book" : "DAV-Systemadressbuch",
"No outstanding DAV system address book sync." : "Keine ausstehende Synchronisierung des DAV-Systemadressbuchs",
"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\"." : "Die Synchronisierung des DAV-Systemadressbuchs wurde noch nicht ausgeführt, da deine Instanz mehr als 1000 Benutzer hat oder weil ein Fehler aufgetreten ist. Bitte führe sie manuell aus, indem du \"occ dav:sync-system-addressbook\" ausführst.",
"Migrated calendar (%1$s)" : "Migrierter Kalender (%1$s)",
"Calendars including events, details and attendees" : "Kalender mit Terminen, Details und Teilnehmern",
"Contacts and groups" : "Kontakte und Gruppen",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "WebDAV-Endpunkt",
"First day" : "Erster Tag",
"Last day (inclusive)" : "Letzter Tag (Inklusive)",
"Short absence status" : "Kurze Abwesenheits Meldung",
"Long absence Message" : "Lange Abwesenheits Meldung",
"Save" : "Speichern",
"Disable absence" : "Abwesenheitmeldungen deaktivieren",
"Absence saved" : "Abwesenheit gespeichert",
"Failed to save your absence settings" : "Deine Abwesenheitseinstellungen konnten nicht gespeichert werden.",
"Absence cleared" : "Abwesenheit gelöscht",
"Failed to clear your absence settings" : "Deine Abwesenheitseinstellungen konnten nicht gelöscht werden.",
"Time zone:" : "Zeitzone:",
"to" : "an",
"Delete slot" : "Slot löschen",
"No working hours set" : "Keine Arbeitszeiten konfiguriert",
"Add slot" : "Slot hinzufügen",
"Weekdays" : "Wochentage",
"Monday" : "Montag",
"Tuesday" : "Dienstag",
"Wednesday" : "Mittwoch",
"Thursday" : "Donnerstag",
"Friday" : "Freitag",
"Saturday" : "Samstag",
"Sunday" : "Sonntag",
"Pick a start time for {dayName}" : "Eine Startzeit für {name} wählen",
"Pick a end time for {dayName}" : "Eine Endezeit für {name} wählen",
"Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications." : "Setze den Benutzerstatus automatisch auf „Nicht stören“, wenn du nicht erreichbar bist, um alle Benachrichtigungen stumm zu schalten.",
"Failed to load availability" : "Fehler beim Laden der Verfügbarkeit",
"Saved availability" : "Verfügbarkeit gespeichert",
"Failed to save availability" : "Fehler beim Speichern der Verfügbarkeit",
"Availability" : "Verfügbarkeit",
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Wenn du deine Arbeitszeiten konfigurierst, können andere Benutzer sehen, wann du nicht im Büro bist, wenn sie eine Besprechung buchen.",
"Absence" : "Abwesenheit",
"Configure your next absence period." : "Richte deinen nächsten Abwesenheitszeitraum ein.",
"Calendar server" : "Kalender-Server",
"Send invitations to attendees" : "Einladungen an die Teilnehmer senden",
"Automatically generate a birthday calendar" : "Automatisch einen Kalender für Geburtstage erstellen",
"Birthday calendars will be generated by a background job." : "Kalender für Geburtstage werden von einem Hintergrund-Auftrag erstellt",
"Hence they will not be available immediately after enabling but will show up after some time." : "Die Einträge werden nicht sofort angezeigt. Nach der Aktivierung wird es bis zur Anzeige ein wenig dauern.",
"Send notifications for events" : "Sende Benachrichtigungen für Termine",
"Notifications are sent via background jobs, so these must occur often enough." : "Benachrichtigungen werden von Hintergrundjobs gesendet, so dass diese häufig genug ausgeführt werden.",
"Send reminder notifications to calendar sharees as well" : "Erinnerungsbenachrichtigungen auch an die freigegebenen Kalender senden",
"Reminders are always sent to organizers and attendees." : "Erinnerungen werden immer an Organisatoren und Teilnehmer gesendet.",
"Enable notifications for events via push" : "Benachrichtigungen für Termine per Push aktivieren",
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Installiere außerdem die {calendarappstoreopen}Kalender-App{linkclose} oder {calendardocopen}verbinde deinen Desktop & Mobilgerät zur Synchronisierung ↗{linkclose}.",
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Bitte stelle sicher, dass du {emailopen}den E-Mail Server{linkclose} ordnungsgemäß einrichtest.",
"There was an error updating your attendance status." : "Es ist ein Fehler beim Aktualisieren deines Teilnehmerstatus aufgetreten.",
"Please contact the organizer directly." : "Bitte den Organisator direkt kontaktieren.",
"Are you accepting the invitation?" : "Die Einladung annehmen?",
"Tentative" : "Vorläufig",
"Your attendance was updated successfully." : "Dein Teilnehmerstatus wurde aktualisiert.",
"To-dos" : "Aufgaben",
"If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Wenn du deine Arbeitszeiten konfigurierst, können andere Benutzer sehen, wann du nicht im Büro bist, wenn sie eine Besprechung buchen."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
+211
View File
@@ -0,0 +1,211 @@
OC.L10N.register(
"dav",
{
"Calendar" : "Kalender",
"Tasks" : "Aufgaben",
"Personal" : "Persönlich",
"{actor} created calendar {calendar}" : "{actor} hat den Kalender {calendar} erstellt",
"You created calendar {calendar}" : "Sie haben den Kalender {calendar} erstellt",
"{actor} deleted calendar {calendar}" : "{actor} hat den Kalender {calendar} gelöscht",
"You deleted calendar {calendar}" : "Sie haben den Kalender {calendar} gelöscht",
"{actor} updated calendar {calendar}" : "{actor} hat den Kalender {calendar} aktualisiert",
"You updated calendar {calendar}" : "Sie haben hat den Kalender {calendar} aktualisiert",
"{actor} restored calendar {calendar}" : "{actor} hat den Kalender {calendar} wiederhergestellt",
"You restored calendar {calendar}" : "Sie haben den Kalender {calendar} wiederhergestellt",
"You shared calendar {calendar} as public link" : "Sie haben den Kalender {calendar} als öffentlichen Link geteilt",
"You removed public link for calendar {calendar}" : "Sie haben den öffentlichen Link für Kalender {calendar} entfernt",
"{actor} shared calendar {calendar} with you" : "{actor} hat den Kalender {calendar} mit Ihnen geteilt",
"You shared calendar {calendar} with {user}" : "Sie haben den Kalender {calendar} mit {user} geteilt",
"{actor} shared calendar {calendar} with {user}" : "{actor} hat den Kalender {calendar} mit {user} geteilt",
"{actor} unshared calendar {calendar} from you" : "{actor} teilt den Kalender {calendar} nicht mehr mit Ihnen",
"You unshared calendar {calendar} from {user}" : "Sie teilen den Kalender {calendar} nicht mehr mit {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} teilt den Kalender {calendar} nicht mehr mit {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} teilt den Kalender {calendar} nicht mehr mit sich selbst",
"You shared calendar {calendar} with group {group}" : "Sie haben den Kalender {calendar} mit der Gruppe {group} geteilt",
"{actor} shared calendar {calendar} with group {group}" : "{actor} teilt den Kalender {calendar} mit der Gruppe {group}",
"You unshared calendar {calendar} from group {group}" : "Sie teilen den Kalender {calendar} nicht mehr mit der Gruppe {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} teilt den Kalender {calendar} nicht mehr mit der Gruppe {group}",
"Untitled event" : "Unbenannter Termin",
"{actor} created event {event} in calendar {calendar}" : "{actor} hat den Termin {event} im Kalender {calendar} erstellt",
"You created event {event} in calendar {calendar}" : "Sie haben den Termin {event} im Kalender {calendar} erstellt",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} hat den Termin {event} im Kalender {calendar} gelöscht",
"You deleted event {event} from calendar {calendar}" : "Sie haben den Termin {event} im Kalender {calendar} gelöscht",
"{actor} updated event {event} in calendar {calendar}" : "{actor} hat den Termin {event} im Kalender {calendar} aktualisiert",
"You updated event {event} in calendar {calendar}" : "Sie haben den Termin {event} im Kalender {calendar} aktualisiert",
"{actor} moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "{actor} hat den Termin {event} vom Kalender {sourceCalendar} in den Kalender {targetCalendar} verschoben",
"You moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "Sie haben den Termin {event} vom Kalender {sourceCalendar} in den Kalender {targetCalendar} verschoben",
"{actor} restored event {event} of calendar {calendar}" : "{actor} hat den Termin {event} im Kalender {calendar} wiederhergestellt",
"You restored event {event} of calendar {calendar}" : "Sie haben den Termin {event} im Kalender {calendar} wiederhergestellt",
"Busy" : "Beschäftigt",
"{actor} created to-do {todo} in list {calendar}" : "{actor} hat die Aufgabe {todo} in der Liste {calendar} erstellt",
"You created to-do {todo} in list {calendar}" : "Sie haben eine Aufgabe {todo} in der Liste {calendar} erstellt",
"{actor} deleted to-do {todo} from list {calendar}" : "{actor} hat die Aufgabe {todo} aus der Liste {calendar} gelöscht",
"You deleted to-do {todo} from list {calendar}" : "Sie haben die Aufgabe {todo} aus der Liste {calendar} gelöscht",
"{actor} updated to-do {todo} in list {calendar}" : "{actor} hat die Aufgabe {todo} in der Liste {calendar} aktualisiert",
"You updated to-do {todo} in list {calendar}" : "Sie haben die Aufgabe {todo} in der Liste {calendar} aktualisiert",
"{actor} solved to-do {todo} in list {calendar}" : "{actor} hat die Aufgabe {todo} in der Liste {calendar} erledigt",
"You solved to-do {todo} in list {calendar}" : "Sie haben die Aufgabe {todo} in der Liste {calendar} erledigt",
"{actor} reopened to-do {todo} in list {calendar}" : "{actor} hat die Aufgabe {todo} in der Liste {calendar} wiedereröffnet",
"You reopened to-do {todo} in list {calendar}" : "Sie haben die Aufgabe {todo} in der Liste {calendar} wiedereröffnet",
"{actor} moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "{actor} hat die Aufgabe {todo} von der Liste {sourceCalendar} in die Liste {targetCalendar} verschoben",
"You moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "Sie haben die Aufgabe {todo} von der Liste {sourceCalendar} in die Liste {targetCalendar} verschoben",
"Calendar, contacts and tasks" : "Kalender, Kontakte und Aufgaben",
"A <strong>calendar</strong> was modified" : "Ein <strong>Kalender</strong> wurde bearbeitet",
"A calendar <strong>event</strong> was modified" : "Ein Kalender-<strong>Termin</strong> wurde bearbeitet",
"A calendar <strong>to-do</strong> was modified" : "Eine Kalender-<strong>Aufgabe</strong> wurde bearbeitet",
"Contact birthdays" : "Geburtstage von Kontakten",
"Death of %s" : "Todestag von %s",
"Untitled calendar" : "Kalender ohne Titel",
"Calendar:" : "Kalender:",
"Date:" : "Datum:",
"Where:" : "Wo:",
"Description:" : "Beschreibung:",
"_%n year_::_%n years_" : ["%n Jahr","%n Jahre"],
"_%n month_::_%n months_" : ["%n Monat","%n Monate"],
"_%n day_::_%n days_" : ["%n Tag","%n Tage"],
"_%n hour_::_%n hours_" : ["%n Stunde","%n Stunden"],
"_%n minute_::_%n minutes_" : ["%n Minute","%n Minuten"],
"%s (in %s)" : "%s (in %s)",
"%s (%s ago)" : "%s (vor %s)",
"Calendar: %s" : "Kalender: %s",
"Date: %s" : "Datum: %s",
"Description: %s" : "Beschreibung: %s",
"Where: %s" : "Ort: %s",
"%1$s via %2$s" : "%1$s über %2$s",
"Cancelled: %1$s" : "Abgesagt: %1$s",
"\"%1$s\" has been canceled" : "\"%1$s“ wurde abgesagt.",
"Re: %1$s" : "Re: %1$s",
"%1$s has accepted your invitation" : "%1$s hat Ihre Einladung angenommen",
"%1$s has tentatively accepted your invitation" : "%1$s hat Ihre Einladung vorläufig angenommen",
"%1$s has declined your invitation" : "%1$s hat Ihre Einladung abgelehnt",
"%1$s has responded to your invitation" : "%1$s hat auf Ihre Einladung geantwortet",
"Invitation updated: %1$s" : "Einladung aktualisiert: %1$s",
"%1$s updated the event \"%2$s\"" : "%1$s hat die Veranstaltung \"%2$s\" aktualisiert",
"Invitation: %1$s" : "Einladung: %1$s",
"%1$s would like to invite you to \"%2$s\"" : "%1$s möchte Sie zu \"%2$s\" einladen",
"Organizer:" : "Organisator:",
"Attendees:" : "Teilnehmer:",
"Title:" : "Titel:",
"Time:" : "Zeit:",
"Location:" : "Ort:",
"Link:" : "Link:",
"Accept" : "Akzeptieren",
"Decline" : "Ablehnen",
"More options …" : "Weitere Optionen …",
"More options at %s" : "Weitere Optionen unter %s",
"Contacts" : "Kontakte",
"{actor} created address book {addressbook}" : "{actor} hat das Adressbuch {addressbook} erstellt",
"You created address book {addressbook}" : "Sie haben das Adressbuch {addressbook} erstellt",
"{actor} deleted address book {addressbook}" : "{actor} hat das Adressbuch {addressbook} gelöscht",
"You deleted address book {addressbook}" : "Sie haben das Adressbuch {addressbook} gelöscht",
"{actor} updated address book {addressbook}" : "{actor} hat das Adressbuch {addressbook} aktualisiert",
"You updated address book {addressbook}" : "Sie haben das Adressbuch {addressbook} aktualisiert",
"{actor} shared address book {addressbook} with you" : "{actor} hat das Adressbuch {addressbook} mit Ihnen geteilt",
"You shared address book {addressbook} with {user}" : "Sie haben das Adressbuch {addressbook} mit {user} geteilt",
"{actor} shared address book {addressbook} with {user}" : "{actor} hat das Adressbuch {addressbook} mit {user} geteilt",
"{actor} unshared address book {addressbook} from you" : "{actor} teilt das Adressbuch {addressbook} nicht mehr mit Ihnen",
"You unshared address book {addressbook} from {user}" : "Sie teilen das Adressbuch {addressbook} nicht mehr mit {user}",
"{actor} unshared address book {addressbook} from {user}" : "{actor} teilt das Adressbuch {addressbook} nicht mehr mit {user}",
"{actor} unshared address book {addressbook} from themselves" : "{actor} teilt das Adressbuch {addressbook} nicht mehr mit Ihnen",
"You shared address book {addressbook} with group {group}" : "Sie haben das Adressbuch {addressbook} mit der Gruppe {group} geteilt",
"{actor} shared address book {addressbook} with group {group}" : "{actor} hat das Adressbuch {addressbook} mit der Gruppe {group} geteilt",
"You unshared address book {addressbook} from group {group}" : "Sie teilen das Adressbuch {addressbook} nicht mehr mit der Gruppe {group}",
"{actor} unshared address book {addressbook} from group {group}" : "{actor} teilt das Adressbuch {addressbook} nicht mehr mit der Gruppe {group}",
"{actor} created contact {card} in address book {addressbook}" : "{actor} hat den Kontakt {card} im Adressbuch {addressbook} erstellt",
"You created contact {card} in address book {addressbook}" : "Sie haben den Kontakt {card} im Adressbuch {addressbook} erstellt",
"{actor} deleted contact {card} from address book {addressbook}" : "{actor} hat den Kontakt {card} im Adressbuch {addressbook} gelöscht",
"You deleted contact {card} from address book {addressbook}" : "Sie haben den Kontakt {card} im Adressbuch {addressbook} gelöscht",
"{actor} updated contact {card} in address book {addressbook}" : "{actor} hat den Kontakt {card} im Adressbuch {addressbook} aktualisiert",
"You updated contact {card} in address book {addressbook}" : "Sie haben den Kontakt {card} im Adressbuch {addressbook} aktualisiert",
"A <strong>contact</strong> or <strong>address book</strong> was modified" : "Ein <strong>Kontakt</strong> oder ein <strong>Adressbuch</strong> wurde geändert",
"Accounts" : "Konten",
"System address book which holds all accounts" : "Systemadressbuch, das alle Konten enthält",
"File is not updatable: %1$s" : "Datei kann nicht aktualisiert werden: %1$s",
"Could not write to final file, canceled by hook" : "Konnte nicht in die endgültige Datei schreiben, wurde durch Hook abgebrochen.",
"Could not write file contents" : "Dateiinhalt konnte nicht geschrieben werden",
"_%n byte_::_%n bytes_" : ["%n Byte","%n Bytes"],
"Error while copying file to target location (copied: %1$s, expected filesize: %2$s)" : "Fehler beim Kopieren der Datei in den Zielspeicherort (kopiert: %1$s, erwartete Dateigröße: %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." : "Erwartete Dateigröße von %1$s, aber %2$s gelesen (vom Nextcloud-Client) und geschrieben (in den Nextcloud-Speicher). Dies kann entweder ein Netzwerkproblem auf der sendenden Seite oder ein Problem beim Schreiben in den Speicher auf der Serverseite sein.",
"Could not rename part file to final file, canceled by hook" : "Konnte Teildatei nicht in endgültige Datei umbenennen, wurde durch Hook abgebrochen.",
"Could not rename part file to final file" : "Konnte Teildatei nicht in endgültige Datei umbenennen",
"Failed to check file size: %1$s" : "Dateigröße konnte nicht überprüft werden: %1$s",
"Could not open file" : "Datei konnte nicht geöffnet werden",
"Encryption not ready: %1$s" : "Verschlüsselung nicht bereit: %1$s",
"Failed to open file: %1$s" : "Datei konnte nicht geöffnet werden: %1$s",
"Failed to unlink: %1$s" : "Fehler beim Aufheben der Verknüpfung: %1$s",
"Invalid chunk name" : "Ungültiger Chunk-Name",
"Could not rename part file assembled from chunks" : "Aus Chunks zusammengesetzte Teildatei konnte nicht umbenannt werden",
"Failed to write file contents: %1$s" : "Fehler beim Schreiben des Dateiinhalts: %1$s",
"File not found: %1$s" : "Datei nicht gefunden: %1$s",
"System is in maintenance mode." : "Das System befindet sich im Wartungsmodus.",
"Upgrade needed" : "Aktualisierung erforderlich",
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Ihr %s muss konfiguriert werden, um HTTPS zusammen mit CalDAV und CardDAV unter iOS/macOS nutzen zu können.",
"Configures a CalDAV account" : "Ein CalDAV-Konto einrichten",
"Configures a CardDAV account" : "Ein CardDAV-Konto einrichten",
"Events" : "Ereignisse",
"Untitled task" : "Unbenannte Aufgabe",
"Completed on %s" : "Erledigt am %s",
"Due on %s by %s" : "Fällig am %s von %s",
"Due on %s" : "Fällig am %s",
"DAV system address book" : "DAV-Systemadressbuch",
"No outstanding DAV system address book sync." : "Keine ausstehende Synchronisierung des DAV-Systemadressbuchs.",
"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\"." : "Die Synchronisierung des DAV-Systemadressbuchs wurde noch nicht ausgeführt, da Ihre Instanz mehr als 1000 Benutzer hat oder weil ein Fehler aufgetreten ist. Bitte führen Sie sie manuell aus, indem Sie \"occ dav:sync-system-addressbook\" aufrufen.",
"Migrated calendar (%1$s)" : "Migrierter Kalender (%1$s)",
"Calendars including events, details and attendees" : "Kalender mit Terminen, Details und Teilnehmern",
"Contacts and groups" : "Kontakte und Gruppen",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "WebDAV-Endpunkt",
"First day" : "Erster Tag",
"Last day (inclusive)" : "Letzter Tag (Inklusiv)",
"Short absence status" : "Kurzer Abwesenheitsstaus",
"Long absence Message" : "Lange Abwesenheitsnachricht",
"Save" : "Speichern",
"Disable absence" : "Abwesenheit deaktivieren",
"Absence saved" : "Abwesenheit gespeichert",
"Failed to save your absence settings" : "Ihre Abwesenheitseinstellungen konnten nicht gespeichert werden",
"Absence cleared" : "Abwesenheit gelöscht",
"Failed to clear your absence settings" : "Ihre Abwesenheitseinstellungen konnten nicht gelöscht werden",
"Time zone:" : "Zeitzone:",
"to" : "an",
"Delete slot" : "Zeitfenster löschen",
"No working hours set" : "Arbeitsfreie Stunden gesetzt",
"Add slot" : "Zeitfenster hinzufügen",
"Weekdays" : "Wochentage",
"Monday" : "Montag",
"Tuesday" : "Dienstag",
"Wednesday" : "Mittwoch",
"Thursday" : "Donnerstag",
"Friday" : "Freitag",
"Saturday" : "Samstag",
"Sunday" : "Sonntag",
"Pick a start time for {dayName}" : "Eine Startzeit für {dayName} wählen",
"Pick a end time for {dayName}" : "Eine Endezeit für {dayName} wählen",
"Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications." : "Setzen Sie den Benutzerstatus wenn Sie nicht erreichbar sind automatisch auf „Nicht stören“, um alle Benachrichtigungen stumm zu schalten.",
"Failed to load availability" : "Laden der Verfügbarkeit fehlgeschlagen",
"Saved availability" : "Verfügbarkeit gespeichert",
"Failed to save availability" : "Fehler beim Speichern der Verfügbarkeit",
"Availability" : "Verfügbarkeit",
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Wenn Sie Ihre Arbeitszeiten angeben, können Andere beim Buchen einer Besprechung sehen, wann Sie nicht im Büro sind.",
"Absence" : "Abwesenheit",
"Configure your next absence period." : "Richten Sie ihren nächsten Abwesenheitszeitraum ein",
"Calendar server" : "Kalender-Server",
"Send invitations to attendees" : "Einladungen an die Teilnehmer versenden",
"Automatically generate a birthday calendar" : "Automatisch einen Kalender für Geburtstage erstellen",
"Birthday calendars will be generated by a background job." : "Kalender für Geburtstage werden von einem Hintergrund-Auftrag erstellt",
"Hence they will not be available immediately after enabling but will show up after some time." : "Die Einträge werden nicht sofort angezeigt. Nach der Aktivierung wird es ein wenig dauern bis zur Anzeige.",
"Send notifications for events" : "Sende Benachrichtigungen für Termine",
"Notifications are sent via background jobs, so these must occur often enough." : "Benachrichtigungen werden von Hintergrundjobs versendet, so dass diese häufig genug ausgeführt werden müssen.",
"Send reminder notifications to calendar sharees as well" : "Erinnerungsbenachrichtigungen auch an die Kalenderfreigaben senden",
"Reminders are always sent to organizers and attendees." : "Erinnerungen werden immer an Organisatoren und Teilnehmer gesendet.",
"Enable notifications for events via push" : "Benachrichtigungen für Termine per Push aktivieren",
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Installieren Sie außerdem die {calendarappstoreopen}Kalender-App{linkclose} oder {calendardocopen}verbinden Sie Ihren Desktop & Mobilgerät zur Synchronisierung ↗{linkclose}.",
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Bitte stellen Sie sicher, dass Sie {emailopen}den E-Mail Server{linkclose} ordnungsgemäß eingerichtet haben.",
"There was an error updating your attendance status." : "Es ist ein Fehler beim Aktualisieren Ihres Teilnehmerstatus aufgetreten.",
"Please contact the organizer directly." : "Bitte den Organisator direkt kontaktieren.",
"Are you accepting the invitation?" : "Die Einladung annehmen?",
"Tentative" : "Vorläufig",
"Your attendance was updated successfully." : "Ihr Teilnehmerstatus wurde aktualisiert.",
"To-dos" : "Aufgaben",
"If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Wenn Sie Ihre Arbeitszeiten konfigurieren, können andere Benutzer sehen, wann Sie nicht im Büro sind, wenn sie eine Besprechung buchen."
},
"nplurals=2; plural=(n != 1);");
+209
View File
@@ -0,0 +1,209 @@
{ "translations": {
"Calendar" : "Kalender",
"Tasks" : "Aufgaben",
"Personal" : "Persönlich",
"{actor} created calendar {calendar}" : "{actor} hat den Kalender {calendar} erstellt",
"You created calendar {calendar}" : "Sie haben den Kalender {calendar} erstellt",
"{actor} deleted calendar {calendar}" : "{actor} hat den Kalender {calendar} gelöscht",
"You deleted calendar {calendar}" : "Sie haben den Kalender {calendar} gelöscht",
"{actor} updated calendar {calendar}" : "{actor} hat den Kalender {calendar} aktualisiert",
"You updated calendar {calendar}" : "Sie haben hat den Kalender {calendar} aktualisiert",
"{actor} restored calendar {calendar}" : "{actor} hat den Kalender {calendar} wiederhergestellt",
"You restored calendar {calendar}" : "Sie haben den Kalender {calendar} wiederhergestellt",
"You shared calendar {calendar} as public link" : "Sie haben den Kalender {calendar} als öffentlichen Link geteilt",
"You removed public link for calendar {calendar}" : "Sie haben den öffentlichen Link für Kalender {calendar} entfernt",
"{actor} shared calendar {calendar} with you" : "{actor} hat den Kalender {calendar} mit Ihnen geteilt",
"You shared calendar {calendar} with {user}" : "Sie haben den Kalender {calendar} mit {user} geteilt",
"{actor} shared calendar {calendar} with {user}" : "{actor} hat den Kalender {calendar} mit {user} geteilt",
"{actor} unshared calendar {calendar} from you" : "{actor} teilt den Kalender {calendar} nicht mehr mit Ihnen",
"You unshared calendar {calendar} from {user}" : "Sie teilen den Kalender {calendar} nicht mehr mit {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} teilt den Kalender {calendar} nicht mehr mit {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} teilt den Kalender {calendar} nicht mehr mit sich selbst",
"You shared calendar {calendar} with group {group}" : "Sie haben den Kalender {calendar} mit der Gruppe {group} geteilt",
"{actor} shared calendar {calendar} with group {group}" : "{actor} teilt den Kalender {calendar} mit der Gruppe {group}",
"You unshared calendar {calendar} from group {group}" : "Sie teilen den Kalender {calendar} nicht mehr mit der Gruppe {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} teilt den Kalender {calendar} nicht mehr mit der Gruppe {group}",
"Untitled event" : "Unbenannter Termin",
"{actor} created event {event} in calendar {calendar}" : "{actor} hat den Termin {event} im Kalender {calendar} erstellt",
"You created event {event} in calendar {calendar}" : "Sie haben den Termin {event} im Kalender {calendar} erstellt",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} hat den Termin {event} im Kalender {calendar} gelöscht",
"You deleted event {event} from calendar {calendar}" : "Sie haben den Termin {event} im Kalender {calendar} gelöscht",
"{actor} updated event {event} in calendar {calendar}" : "{actor} hat den Termin {event} im Kalender {calendar} aktualisiert",
"You updated event {event} in calendar {calendar}" : "Sie haben den Termin {event} im Kalender {calendar} aktualisiert",
"{actor} moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "{actor} hat den Termin {event} vom Kalender {sourceCalendar} in den Kalender {targetCalendar} verschoben",
"You moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "Sie haben den Termin {event} vom Kalender {sourceCalendar} in den Kalender {targetCalendar} verschoben",
"{actor} restored event {event} of calendar {calendar}" : "{actor} hat den Termin {event} im Kalender {calendar} wiederhergestellt",
"You restored event {event} of calendar {calendar}" : "Sie haben den Termin {event} im Kalender {calendar} wiederhergestellt",
"Busy" : "Beschäftigt",
"{actor} created to-do {todo} in list {calendar}" : "{actor} hat die Aufgabe {todo} in der Liste {calendar} erstellt",
"You created to-do {todo} in list {calendar}" : "Sie haben eine Aufgabe {todo} in der Liste {calendar} erstellt",
"{actor} deleted to-do {todo} from list {calendar}" : "{actor} hat die Aufgabe {todo} aus der Liste {calendar} gelöscht",
"You deleted to-do {todo} from list {calendar}" : "Sie haben die Aufgabe {todo} aus der Liste {calendar} gelöscht",
"{actor} updated to-do {todo} in list {calendar}" : "{actor} hat die Aufgabe {todo} in der Liste {calendar} aktualisiert",
"You updated to-do {todo} in list {calendar}" : "Sie haben die Aufgabe {todo} in der Liste {calendar} aktualisiert",
"{actor} solved to-do {todo} in list {calendar}" : "{actor} hat die Aufgabe {todo} in der Liste {calendar} erledigt",
"You solved to-do {todo} in list {calendar}" : "Sie haben die Aufgabe {todo} in der Liste {calendar} erledigt",
"{actor} reopened to-do {todo} in list {calendar}" : "{actor} hat die Aufgabe {todo} in der Liste {calendar} wiedereröffnet",
"You reopened to-do {todo} in list {calendar}" : "Sie haben die Aufgabe {todo} in der Liste {calendar} wiedereröffnet",
"{actor} moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "{actor} hat die Aufgabe {todo} von der Liste {sourceCalendar} in die Liste {targetCalendar} verschoben",
"You moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "Sie haben die Aufgabe {todo} von der Liste {sourceCalendar} in die Liste {targetCalendar} verschoben",
"Calendar, contacts and tasks" : "Kalender, Kontakte und Aufgaben",
"A <strong>calendar</strong> was modified" : "Ein <strong>Kalender</strong> wurde bearbeitet",
"A calendar <strong>event</strong> was modified" : "Ein Kalender-<strong>Termin</strong> wurde bearbeitet",
"A calendar <strong>to-do</strong> was modified" : "Eine Kalender-<strong>Aufgabe</strong> wurde bearbeitet",
"Contact birthdays" : "Geburtstage von Kontakten",
"Death of %s" : "Todestag von %s",
"Untitled calendar" : "Kalender ohne Titel",
"Calendar:" : "Kalender:",
"Date:" : "Datum:",
"Where:" : "Wo:",
"Description:" : "Beschreibung:",
"_%n year_::_%n years_" : ["%n Jahr","%n Jahre"],
"_%n month_::_%n months_" : ["%n Monat","%n Monate"],
"_%n day_::_%n days_" : ["%n Tag","%n Tage"],
"_%n hour_::_%n hours_" : ["%n Stunde","%n Stunden"],
"_%n minute_::_%n minutes_" : ["%n Minute","%n Minuten"],
"%s (in %s)" : "%s (in %s)",
"%s (%s ago)" : "%s (vor %s)",
"Calendar: %s" : "Kalender: %s",
"Date: %s" : "Datum: %s",
"Description: %s" : "Beschreibung: %s",
"Where: %s" : "Ort: %s",
"%1$s via %2$s" : "%1$s über %2$s",
"Cancelled: %1$s" : "Abgesagt: %1$s",
"\"%1$s\" has been canceled" : "\"%1$s“ wurde abgesagt.",
"Re: %1$s" : "Re: %1$s",
"%1$s has accepted your invitation" : "%1$s hat Ihre Einladung angenommen",
"%1$s has tentatively accepted your invitation" : "%1$s hat Ihre Einladung vorläufig angenommen",
"%1$s has declined your invitation" : "%1$s hat Ihre Einladung abgelehnt",
"%1$s has responded to your invitation" : "%1$s hat auf Ihre Einladung geantwortet",
"Invitation updated: %1$s" : "Einladung aktualisiert: %1$s",
"%1$s updated the event \"%2$s\"" : "%1$s hat die Veranstaltung \"%2$s\" aktualisiert",
"Invitation: %1$s" : "Einladung: %1$s",
"%1$s would like to invite you to \"%2$s\"" : "%1$s möchte Sie zu \"%2$s\" einladen",
"Organizer:" : "Organisator:",
"Attendees:" : "Teilnehmer:",
"Title:" : "Titel:",
"Time:" : "Zeit:",
"Location:" : "Ort:",
"Link:" : "Link:",
"Accept" : "Akzeptieren",
"Decline" : "Ablehnen",
"More options …" : "Weitere Optionen …",
"More options at %s" : "Weitere Optionen unter %s",
"Contacts" : "Kontakte",
"{actor} created address book {addressbook}" : "{actor} hat das Adressbuch {addressbook} erstellt",
"You created address book {addressbook}" : "Sie haben das Adressbuch {addressbook} erstellt",
"{actor} deleted address book {addressbook}" : "{actor} hat das Adressbuch {addressbook} gelöscht",
"You deleted address book {addressbook}" : "Sie haben das Adressbuch {addressbook} gelöscht",
"{actor} updated address book {addressbook}" : "{actor} hat das Adressbuch {addressbook} aktualisiert",
"You updated address book {addressbook}" : "Sie haben das Adressbuch {addressbook} aktualisiert",
"{actor} shared address book {addressbook} with you" : "{actor} hat das Adressbuch {addressbook} mit Ihnen geteilt",
"You shared address book {addressbook} with {user}" : "Sie haben das Adressbuch {addressbook} mit {user} geteilt",
"{actor} shared address book {addressbook} with {user}" : "{actor} hat das Adressbuch {addressbook} mit {user} geteilt",
"{actor} unshared address book {addressbook} from you" : "{actor} teilt das Adressbuch {addressbook} nicht mehr mit Ihnen",
"You unshared address book {addressbook} from {user}" : "Sie teilen das Adressbuch {addressbook} nicht mehr mit {user}",
"{actor} unshared address book {addressbook} from {user}" : "{actor} teilt das Adressbuch {addressbook} nicht mehr mit {user}",
"{actor} unshared address book {addressbook} from themselves" : "{actor} teilt das Adressbuch {addressbook} nicht mehr mit Ihnen",
"You shared address book {addressbook} with group {group}" : "Sie haben das Adressbuch {addressbook} mit der Gruppe {group} geteilt",
"{actor} shared address book {addressbook} with group {group}" : "{actor} hat das Adressbuch {addressbook} mit der Gruppe {group} geteilt",
"You unshared address book {addressbook} from group {group}" : "Sie teilen das Adressbuch {addressbook} nicht mehr mit der Gruppe {group}",
"{actor} unshared address book {addressbook} from group {group}" : "{actor} teilt das Adressbuch {addressbook} nicht mehr mit der Gruppe {group}",
"{actor} created contact {card} in address book {addressbook}" : "{actor} hat den Kontakt {card} im Adressbuch {addressbook} erstellt",
"You created contact {card} in address book {addressbook}" : "Sie haben den Kontakt {card} im Adressbuch {addressbook} erstellt",
"{actor} deleted contact {card} from address book {addressbook}" : "{actor} hat den Kontakt {card} im Adressbuch {addressbook} gelöscht",
"You deleted contact {card} from address book {addressbook}" : "Sie haben den Kontakt {card} im Adressbuch {addressbook} gelöscht",
"{actor} updated contact {card} in address book {addressbook}" : "{actor} hat den Kontakt {card} im Adressbuch {addressbook} aktualisiert",
"You updated contact {card} in address book {addressbook}" : "Sie haben den Kontakt {card} im Adressbuch {addressbook} aktualisiert",
"A <strong>contact</strong> or <strong>address book</strong> was modified" : "Ein <strong>Kontakt</strong> oder ein <strong>Adressbuch</strong> wurde geändert",
"Accounts" : "Konten",
"System address book which holds all accounts" : "Systemadressbuch, das alle Konten enthält",
"File is not updatable: %1$s" : "Datei kann nicht aktualisiert werden: %1$s",
"Could not write to final file, canceled by hook" : "Konnte nicht in die endgültige Datei schreiben, wurde durch Hook abgebrochen.",
"Could not write file contents" : "Dateiinhalt konnte nicht geschrieben werden",
"_%n byte_::_%n bytes_" : ["%n Byte","%n Bytes"],
"Error while copying file to target location (copied: %1$s, expected filesize: %2$s)" : "Fehler beim Kopieren der Datei in den Zielspeicherort (kopiert: %1$s, erwartete Dateigröße: %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." : "Erwartete Dateigröße von %1$s, aber %2$s gelesen (vom Nextcloud-Client) und geschrieben (in den Nextcloud-Speicher). Dies kann entweder ein Netzwerkproblem auf der sendenden Seite oder ein Problem beim Schreiben in den Speicher auf der Serverseite sein.",
"Could not rename part file to final file, canceled by hook" : "Konnte Teildatei nicht in endgültige Datei umbenennen, wurde durch Hook abgebrochen.",
"Could not rename part file to final file" : "Konnte Teildatei nicht in endgültige Datei umbenennen",
"Failed to check file size: %1$s" : "Dateigröße konnte nicht überprüft werden: %1$s",
"Could not open file" : "Datei konnte nicht geöffnet werden",
"Encryption not ready: %1$s" : "Verschlüsselung nicht bereit: %1$s",
"Failed to open file: %1$s" : "Datei konnte nicht geöffnet werden: %1$s",
"Failed to unlink: %1$s" : "Fehler beim Aufheben der Verknüpfung: %1$s",
"Invalid chunk name" : "Ungültiger Chunk-Name",
"Could not rename part file assembled from chunks" : "Aus Chunks zusammengesetzte Teildatei konnte nicht umbenannt werden",
"Failed to write file contents: %1$s" : "Fehler beim Schreiben des Dateiinhalts: %1$s",
"File not found: %1$s" : "Datei nicht gefunden: %1$s",
"System is in maintenance mode." : "Das System befindet sich im Wartungsmodus.",
"Upgrade needed" : "Aktualisierung erforderlich",
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Ihr %s muss konfiguriert werden, um HTTPS zusammen mit CalDAV und CardDAV unter iOS/macOS nutzen zu können.",
"Configures a CalDAV account" : "Ein CalDAV-Konto einrichten",
"Configures a CardDAV account" : "Ein CardDAV-Konto einrichten",
"Events" : "Ereignisse",
"Untitled task" : "Unbenannte Aufgabe",
"Completed on %s" : "Erledigt am %s",
"Due on %s by %s" : "Fällig am %s von %s",
"Due on %s" : "Fällig am %s",
"DAV system address book" : "DAV-Systemadressbuch",
"No outstanding DAV system address book sync." : "Keine ausstehende Synchronisierung des DAV-Systemadressbuchs.",
"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\"." : "Die Synchronisierung des DAV-Systemadressbuchs wurde noch nicht ausgeführt, da Ihre Instanz mehr als 1000 Benutzer hat oder weil ein Fehler aufgetreten ist. Bitte führen Sie sie manuell aus, indem Sie \"occ dav:sync-system-addressbook\" aufrufen.",
"Migrated calendar (%1$s)" : "Migrierter Kalender (%1$s)",
"Calendars including events, details and attendees" : "Kalender mit Terminen, Details und Teilnehmern",
"Contacts and groups" : "Kontakte und Gruppen",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "WebDAV-Endpunkt",
"First day" : "Erster Tag",
"Last day (inclusive)" : "Letzter Tag (Inklusiv)",
"Short absence status" : "Kurzer Abwesenheitsstaus",
"Long absence Message" : "Lange Abwesenheitsnachricht",
"Save" : "Speichern",
"Disable absence" : "Abwesenheit deaktivieren",
"Absence saved" : "Abwesenheit gespeichert",
"Failed to save your absence settings" : "Ihre Abwesenheitseinstellungen konnten nicht gespeichert werden",
"Absence cleared" : "Abwesenheit gelöscht",
"Failed to clear your absence settings" : "Ihre Abwesenheitseinstellungen konnten nicht gelöscht werden",
"Time zone:" : "Zeitzone:",
"to" : "an",
"Delete slot" : "Zeitfenster löschen",
"No working hours set" : "Arbeitsfreie Stunden gesetzt",
"Add slot" : "Zeitfenster hinzufügen",
"Weekdays" : "Wochentage",
"Monday" : "Montag",
"Tuesday" : "Dienstag",
"Wednesday" : "Mittwoch",
"Thursday" : "Donnerstag",
"Friday" : "Freitag",
"Saturday" : "Samstag",
"Sunday" : "Sonntag",
"Pick a start time for {dayName}" : "Eine Startzeit für {dayName} wählen",
"Pick a end time for {dayName}" : "Eine Endezeit für {dayName} wählen",
"Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications." : "Setzen Sie den Benutzerstatus wenn Sie nicht erreichbar sind automatisch auf „Nicht stören“, um alle Benachrichtigungen stumm zu schalten.",
"Failed to load availability" : "Laden der Verfügbarkeit fehlgeschlagen",
"Saved availability" : "Verfügbarkeit gespeichert",
"Failed to save availability" : "Fehler beim Speichern der Verfügbarkeit",
"Availability" : "Verfügbarkeit",
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Wenn Sie Ihre Arbeitszeiten angeben, können Andere beim Buchen einer Besprechung sehen, wann Sie nicht im Büro sind.",
"Absence" : "Abwesenheit",
"Configure your next absence period." : "Richten Sie ihren nächsten Abwesenheitszeitraum ein",
"Calendar server" : "Kalender-Server",
"Send invitations to attendees" : "Einladungen an die Teilnehmer versenden",
"Automatically generate a birthday calendar" : "Automatisch einen Kalender für Geburtstage erstellen",
"Birthday calendars will be generated by a background job." : "Kalender für Geburtstage werden von einem Hintergrund-Auftrag erstellt",
"Hence they will not be available immediately after enabling but will show up after some time." : "Die Einträge werden nicht sofort angezeigt. Nach der Aktivierung wird es ein wenig dauern bis zur Anzeige.",
"Send notifications for events" : "Sende Benachrichtigungen für Termine",
"Notifications are sent via background jobs, so these must occur often enough." : "Benachrichtigungen werden von Hintergrundjobs versendet, so dass diese häufig genug ausgeführt werden müssen.",
"Send reminder notifications to calendar sharees as well" : "Erinnerungsbenachrichtigungen auch an die Kalenderfreigaben senden",
"Reminders are always sent to organizers and attendees." : "Erinnerungen werden immer an Organisatoren und Teilnehmer gesendet.",
"Enable notifications for events via push" : "Benachrichtigungen für Termine per Push aktivieren",
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Installieren Sie außerdem die {calendarappstoreopen}Kalender-App{linkclose} oder {calendardocopen}verbinden Sie Ihren Desktop & Mobilgerät zur Synchronisierung ↗{linkclose}.",
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Bitte stellen Sie sicher, dass Sie {emailopen}den E-Mail Server{linkclose} ordnungsgemäß eingerichtet haben.",
"There was an error updating your attendance status." : "Es ist ein Fehler beim Aktualisieren Ihres Teilnehmerstatus aufgetreten.",
"Please contact the organizer directly." : "Bitte den Organisator direkt kontaktieren.",
"Are you accepting the invitation?" : "Die Einladung annehmen?",
"Tentative" : "Vorläufig",
"Your attendance was updated successfully." : "Ihr Teilnehmerstatus wurde aktualisiert.",
"To-dos" : "Aufgaben",
"If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Wenn Sie Ihre Arbeitszeiten konfigurieren, können andere Benutzer sehen, wann Sie nicht im Büro sind, wenn sie eine Besprechung buchen."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
+119
View File
@@ -0,0 +1,119 @@
OC.L10N.register(
"dav",
{
"Calendar" : "Ημερολόγιο",
"Tasks" : "Εργασίες",
"Personal" : "Προσωπικά",
"{actor} created calendar {calendar}" : "{actor} δημιουργήθηκε το ημερολόγιο {calendar}",
"You created calendar {calendar}" : "Δημιουργήσατε ημερολόγιο {ημερολόγιο}",
"{actor} deleted calendar {calendar}" : "{actor} διέγραψε το ημερολόγιο {calendar}",
"You deleted calendar {calendar}" : "Διαγράψατε το ημερολόγιο {calendar}",
"{actor} updated calendar {calendar}" : "{actor} ενημέρωσε το ημερολόγιο {calendar}",
"You updated calendar {calendar}" : "Έχετε ενημερώσει το ημερολόγιο {calendar}",
"You restored calendar {calendar}" : "Επαναφέρατε το ημερολόγιο {calendar}",
"You shared calendar {calendar} as public link" : "Μοιραστήκατε το ημερολόγιο {calendar} με δημόσιο σύνδεσμο.",
"You removed public link for calendar {calendar}" : "Αφαιρέσατε τον δημόσιο σύνδεσμο για το ημερολόγιο {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} διαμοιράστηκε το ημερολόγιο {calendar} με εσάς",
"You shared calendar {calendar} with {user}" : "Διαμοιραστήκατε το ημερολογίου {calendar} με {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} διαμοίρασε το ημερολόγιο {calendar} με {user}",
"{actor} unshared calendar {calendar} from you" : "Ο {actor} σταμάτησε τον διαμοιρασμό του ημερολογίου {calendar} από εσάς",
"You unshared calendar {calendar} from {user}" : "Σταματήσατε τον διαμοιρασμό ημερολογίου {calendar} από {user}",
"{actor} unshared calendar {calendar} from {user}" : "Ο {actor} σταμάτησε τον διαμοιρασμό του ημερολογίου {calendar} από τον χρήστη {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} σταμάτησε το διαμοιρασμένο ημερολόγιο {calendar} από τον εαυτό τους",
"You shared calendar {calendar} with group {group}" : "Διαμοιραστείκατε ένα ημερολόγιο {calendar} με την ομάδα {group}",
"{actor} shared calendar {calendar} with group {group}" : "Ο {actor} διαμοιράστηκε το ημερολόγιο {calendar} με την ομάδα {group}",
"You unshared calendar {calendar} from group {group}" : "Σταματήσατε τον διαμοιρασμό του ημερολογίου {calendar} από την ομάδα {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} σταμάτησε το διαμοιρασμένο ημερολόγιο {calendar} από την ομάδα {group}",
"Untitled event" : "Συμβάν χωρίς τίτλο",
"{actor} created event {event} in calendar {calendar}" : "Ο {actor} δημιούργησε το γεγονός {event} στο ημερολόγιο {calendar}",
"You created event {event} in calendar {calendar}" : "Δημιουργήσατε το γεγονός {event} στο ημερολόγιο {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "Ο {actor} διέγραψε το γεγονός {event} από το ημερολόγιο {calendar}",
"You deleted event {event} from calendar {calendar}" : "Διαγράψατε το συμβάν {event} από το ημερολόγιο {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "Ο {actor} ενημέρωσε το γεγονός {event} στο ημερολόγιο {calendar}",
"You updated event {event} in calendar {calendar}" : "Ενημερώσατε το συμβάν {event} στο ημερολόγιο {calendar}",
"Busy" : "Απασχολημένος",
"Calendar, contacts and tasks" : "Ημερολόγιο, επαφές και εργασίες",
"A <strong>calendar</strong> was modified" : "Τροποποιήθηκε ένα <strong>ημερολόγιο</strong> ",
"A calendar <strong>event</strong> was modified" : "Τροποποιήθηκε ένα <strong>γεγονός</strong> του ημερολογίου",
"A calendar <strong>to-do</strong> was modified" : "Τροποποιήθηκε μια <strong>εκκρεμότητα</strong> ημερολογίου",
"Contact birthdays" : "Γενέθλια επαφών",
"Death of %s" : "Θάνατος του %s",
"Untitled calendar" : "Ημερολόγιο χωρίς τίτλο",
"Calendar:" : "Ημερολόγιο:",
"Date:" : "Ημερομηνία:",
"Where:" : "Που:",
"Description:" : "Περιγραφή:",
"_%n year_::_%n years_" : ["%n χρόνος/χρονιά","%n χρόνια"],
"_%n month_::_%n months_" : ["%n μήνας","%d μήνες"],
"_%n day_::_%n days_" : ["%n ημέρα","%n ημέρες"],
"_%n hour_::_%n hours_" : ["%nώρα","%nώρες"],
"_%n minute_::_%n minutes_" : ["%n λεπτό","%n λεπτά"],
"%s (in %s)" : "%s (σε %s)",
"%s (%s ago)" : "%s (%s πριν)",
"Calendar: %s" : "Ημερολόγιο:%s",
"Date: %s" : "Ημερομηνία:%s",
"Description: %s" : "Περιγραφή:%s",
"Where: %s" : "Που:%s",
"%1$s via %2$s" : "%1$s μέσω %2$s",
"Organizer:" : "Διοργανωτής:",
"Attendees:" : "Συμμετέχοντες:",
"Title:" : "Τίτλος:",
"Time:" : "Ώρα:",
"Location:" : "Τοποθεσία:",
"Link:" : "Σύνδεσμος:",
"Accept" : "Αποδοχή",
"Decline" : "Απόρριψη",
"More options …" : "Περισσότερες επιλογές...",
"More options at %s" : "Περισσότερες επιλογές στο %s",
"Contacts" : "Επαφές",
"You created contact {card} in address book {addressbook}" : "Δημιουργήσατε την επαφή {card} στο βιβλίο διευθύνσεων {addressbook}",
"You deleted contact {card} from address book {addressbook}" : "Διαγράψατε την επαφή {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 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.",
"Configures a CalDAV account" : "Ρυθμίσεις λογαριασμού CalDAV",
"Configures a CardDAV account" : "Ρυθμίσεις λογαριασμού CardDAV",
"Events" : "Συμβάντα",
"Untitled task" : "Εργασία χωρίς όνομα",
"Completed on %s" : "Ολοκληρώθηκε %s",
"Contacts and groups" : "Επαφές και ομάδες",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "Τερματικό WebDAV",
"Save" : "Αποθήκευση",
"Time zone:" : "Ζώνη ώρας:",
"to" : "προς",
"Delete slot" : "Διαγραφή θέσης",
"No working hours set" : "Δεν έχει οριστεί ωράριο εργασίας",
"Monday" : "Δευτέρα",
"Tuesday" : "Τρίτη",
"Wednesday" : "Τετάρτη",
"Thursday" : "Πέμπτη",
"Friday" : "Παρασκευή",
"Saturday" : "Σάββατο",
"Sunday" : "Κυριακή",
"Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications." : "Ορισμός αυτόματα της κατάστασης χρήστη σε \"Μην ενοχλείτε\" εκτός διαθεσιμότητας για σίγαση όλων των ειδοποιήσεων.",
"Failed to load availability" : "Αποτυχία φόρτωσης της διαθεσιμότητας",
"Failed to save availability" : "Αποτυχία αποθήκευσης της διαθεσιμότητας",
"Availability" : "Διαθεσιμότητα",
"Calendar server" : "Διακομιστής ημερολογίου",
"Send invitations to attendees" : "Αποστολή προσκλήσεων στους συμμετέχοντες.",
"Automatically generate a birthday calendar" : "Δημιουργία ημερολογίου γενεθλίων αυτόματα",
"Birthday calendars will be generated by a background job." : "Τα ημερολόγια γενεθλίων θα δημιουργηθούν από μία εργασία παρασκηνίου.",
"Hence they will not be available immediately after enabling but will show up after some time." : "Ως εκ τούτου, δεν θα είναι διαθέσιμα αμέσως μετά την ενεργοποίηση, αλλά θα εμφανιστούν μετά από λίγη ώρα.",
"Send notifications for events" : "Αποστολή ειδοποιήσεων για γεγονότα",
"Notifications are sent via background jobs, so these must occur often enough." : "Οι ειδοποιήσεις αποστέλλονται μέσω εργασιών παρασκηνίου, οπότε πρέπει να εμφανίζονται αρκετά συχνά.",
"Send reminder notifications to calendar sharees as well" : "Αποστολή ειδοποιήσεων υπενθύμισης και στους κοινούς χρήστες του ημερολογίου",
"Reminders are always sent to organizers and attendees." : "Οι υπενθυμίσεις αποστέλλονται πάντα στους διοργανωτές και στους συμμετέχοντες.",
"Enable notifications for events via push" : "Ενεργοποίηση ειδοποιήσεων μέσω push",
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Εγκαταστήστε επίσης την {calendarappstoreopen}Εφαρμογή ημερολογίου{linkclose}, ή {calendardocopen}συνδέστε τον υπολογιστή & το κινητό σας για συγχρονισμό ↗{linkclose}.",
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Παρακαλώ σιγουρευτείτε για την σωστή ρύθμιση {emailopen}του διακομιστή αλληλογραφίας{linkclose}.",
"There was an error updating your attendance status." : "Σφάλμα ενημέρωσης κατάστασής σας.",
"Please contact the organizer directly." : "Παρακαλώ επικοινωνήστε απ' ευθείας με τον διοργανωτή.",
"Are you accepting the invitation?" : "Αποδέχεστε την πρόσκληση;",
"Tentative" : "Δοκιμαστικό",
"Your attendance was updated successfully." : "Η παρουσία σας ενημερώθηκε με επιτυχία.",
"If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Εάν διαμορφώσετε τις ώρες εργασίας σας, οι άλλοι χρήστες θα βλέπουν πότε είστε εκτός γραφείου όταν κάνουν κράτηση για μια συνάντηση."
},
"nplurals=2; plural=(n != 1);");
+117
View File
@@ -0,0 +1,117 @@
{ "translations": {
"Calendar" : "Ημερολόγιο",
"Tasks" : "Εργασίες",
"Personal" : "Προσωπικά",
"{actor} created calendar {calendar}" : "{actor} δημιουργήθηκε το ημερολόγιο {calendar}",
"You created calendar {calendar}" : "Δημιουργήσατε ημερολόγιο {ημερολόγιο}",
"{actor} deleted calendar {calendar}" : "{actor} διέγραψε το ημερολόγιο {calendar}",
"You deleted calendar {calendar}" : "Διαγράψατε το ημερολόγιο {calendar}",
"{actor} updated calendar {calendar}" : "{actor} ενημέρωσε το ημερολόγιο {calendar}",
"You updated calendar {calendar}" : "Έχετε ενημερώσει το ημερολόγιο {calendar}",
"You restored calendar {calendar}" : "Επαναφέρατε το ημερολόγιο {calendar}",
"You shared calendar {calendar} as public link" : "Μοιραστήκατε το ημερολόγιο {calendar} με δημόσιο σύνδεσμο.",
"You removed public link for calendar {calendar}" : "Αφαιρέσατε τον δημόσιο σύνδεσμο για το ημερολόγιο {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} διαμοιράστηκε το ημερολόγιο {calendar} με εσάς",
"You shared calendar {calendar} with {user}" : "Διαμοιραστήκατε το ημερολογίου {calendar} με {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} διαμοίρασε το ημερολόγιο {calendar} με {user}",
"{actor} unshared calendar {calendar} from you" : "Ο {actor} σταμάτησε τον διαμοιρασμό του ημερολογίου {calendar} από εσάς",
"You unshared calendar {calendar} from {user}" : "Σταματήσατε τον διαμοιρασμό ημερολογίου {calendar} από {user}",
"{actor} unshared calendar {calendar} from {user}" : "Ο {actor} σταμάτησε τον διαμοιρασμό του ημερολογίου {calendar} από τον χρήστη {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} σταμάτησε το διαμοιρασμένο ημερολόγιο {calendar} από τον εαυτό τους",
"You shared calendar {calendar} with group {group}" : "Διαμοιραστείκατε ένα ημερολόγιο {calendar} με την ομάδα {group}",
"{actor} shared calendar {calendar} with group {group}" : "Ο {actor} διαμοιράστηκε το ημερολόγιο {calendar} με την ομάδα {group}",
"You unshared calendar {calendar} from group {group}" : "Σταματήσατε τον διαμοιρασμό του ημερολογίου {calendar} από την ομάδα {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} σταμάτησε το διαμοιρασμένο ημερολόγιο {calendar} από την ομάδα {group}",
"Untitled event" : "Συμβάν χωρίς τίτλο",
"{actor} created event {event} in calendar {calendar}" : "Ο {actor} δημιούργησε το γεγονός {event} στο ημερολόγιο {calendar}",
"You created event {event} in calendar {calendar}" : "Δημιουργήσατε το γεγονός {event} στο ημερολόγιο {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "Ο {actor} διέγραψε το γεγονός {event} από το ημερολόγιο {calendar}",
"You deleted event {event} from calendar {calendar}" : "Διαγράψατε το συμβάν {event} από το ημερολόγιο {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "Ο {actor} ενημέρωσε το γεγονός {event} στο ημερολόγιο {calendar}",
"You updated event {event} in calendar {calendar}" : "Ενημερώσατε το συμβάν {event} στο ημερολόγιο {calendar}",
"Busy" : "Απασχολημένος",
"Calendar, contacts and tasks" : "Ημερολόγιο, επαφές και εργασίες",
"A <strong>calendar</strong> was modified" : "Τροποποιήθηκε ένα <strong>ημερολόγιο</strong> ",
"A calendar <strong>event</strong> was modified" : "Τροποποιήθηκε ένα <strong>γεγονός</strong> του ημερολογίου",
"A calendar <strong>to-do</strong> was modified" : "Τροποποιήθηκε μια <strong>εκκρεμότητα</strong> ημερολογίου",
"Contact birthdays" : "Γενέθλια επαφών",
"Death of %s" : "Θάνατος του %s",
"Untitled calendar" : "Ημερολόγιο χωρίς τίτλο",
"Calendar:" : "Ημερολόγιο:",
"Date:" : "Ημερομηνία:",
"Where:" : "Που:",
"Description:" : "Περιγραφή:",
"_%n year_::_%n years_" : ["%n χρόνος/χρονιά","%n χρόνια"],
"_%n month_::_%n months_" : ["%n μήνας","%d μήνες"],
"_%n day_::_%n days_" : ["%n ημέρα","%n ημέρες"],
"_%n hour_::_%n hours_" : ["%nώρα","%nώρες"],
"_%n minute_::_%n minutes_" : ["%n λεπτό","%n λεπτά"],
"%s (in %s)" : "%s (σε %s)",
"%s (%s ago)" : "%s (%s πριν)",
"Calendar: %s" : "Ημερολόγιο:%s",
"Date: %s" : "Ημερομηνία:%s",
"Description: %s" : "Περιγραφή:%s",
"Where: %s" : "Που:%s",
"%1$s via %2$s" : "%1$s μέσω %2$s",
"Organizer:" : "Διοργανωτής:",
"Attendees:" : "Συμμετέχοντες:",
"Title:" : "Τίτλος:",
"Time:" : "Ώρα:",
"Location:" : "Τοποθεσία:",
"Link:" : "Σύνδεσμος:",
"Accept" : "Αποδοχή",
"Decline" : "Απόρριψη",
"More options …" : "Περισσότερες επιλογές...",
"More options at %s" : "Περισσότερες επιλογές στο %s",
"Contacts" : "Επαφές",
"You created contact {card} in address book {addressbook}" : "Δημιουργήσατε την επαφή {card} στο βιβλίο διευθύνσεων {addressbook}",
"You deleted contact {card} from address book {addressbook}" : "Διαγράψατε την επαφή {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 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.",
"Configures a CalDAV account" : "Ρυθμίσεις λογαριασμού CalDAV",
"Configures a CardDAV account" : "Ρυθμίσεις λογαριασμού CardDAV",
"Events" : "Συμβάντα",
"Untitled task" : "Εργασία χωρίς όνομα",
"Completed on %s" : "Ολοκληρώθηκε %s",
"Contacts and groups" : "Επαφές και ομάδες",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "Τερματικό WebDAV",
"Save" : "Αποθήκευση",
"Time zone:" : "Ζώνη ώρας:",
"to" : "προς",
"Delete slot" : "Διαγραφή θέσης",
"No working hours set" : "Δεν έχει οριστεί ωράριο εργασίας",
"Monday" : "Δευτέρα",
"Tuesday" : "Τρίτη",
"Wednesday" : "Τετάρτη",
"Thursday" : "Πέμπτη",
"Friday" : "Παρασκευή",
"Saturday" : "Σάββατο",
"Sunday" : "Κυριακή",
"Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications." : "Ορισμός αυτόματα της κατάστασης χρήστη σε \"Μην ενοχλείτε\" εκτός διαθεσιμότητας για σίγαση όλων των ειδοποιήσεων.",
"Failed to load availability" : "Αποτυχία φόρτωσης της διαθεσιμότητας",
"Failed to save availability" : "Αποτυχία αποθήκευσης της διαθεσιμότητας",
"Availability" : "Διαθεσιμότητα",
"Calendar server" : "Διακομιστής ημερολογίου",
"Send invitations to attendees" : "Αποστολή προσκλήσεων στους συμμετέχοντες.",
"Automatically generate a birthday calendar" : "Δημιουργία ημερολογίου γενεθλίων αυτόματα",
"Birthday calendars will be generated by a background job." : "Τα ημερολόγια γενεθλίων θα δημιουργηθούν από μία εργασία παρασκηνίου.",
"Hence they will not be available immediately after enabling but will show up after some time." : "Ως εκ τούτου, δεν θα είναι διαθέσιμα αμέσως μετά την ενεργοποίηση, αλλά θα εμφανιστούν μετά από λίγη ώρα.",
"Send notifications for events" : "Αποστολή ειδοποιήσεων για γεγονότα",
"Notifications are sent via background jobs, so these must occur often enough." : "Οι ειδοποιήσεις αποστέλλονται μέσω εργασιών παρασκηνίου, οπότε πρέπει να εμφανίζονται αρκετά συχνά.",
"Send reminder notifications to calendar sharees as well" : "Αποστολή ειδοποιήσεων υπενθύμισης και στους κοινούς χρήστες του ημερολογίου",
"Reminders are always sent to organizers and attendees." : "Οι υπενθυμίσεις αποστέλλονται πάντα στους διοργανωτές και στους συμμετέχοντες.",
"Enable notifications for events via push" : "Ενεργοποίηση ειδοποιήσεων μέσω push",
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Εγκαταστήστε επίσης την {calendarappstoreopen}Εφαρμογή ημερολογίου{linkclose}, ή {calendardocopen}συνδέστε τον υπολογιστή & το κινητό σας για συγχρονισμό ↗{linkclose}.",
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Παρακαλώ σιγουρευτείτε για την σωστή ρύθμιση {emailopen}του διακομιστή αλληλογραφίας{linkclose}.",
"There was an error updating your attendance status." : "Σφάλμα ενημέρωσης κατάστασής σας.",
"Please contact the organizer directly." : "Παρακαλώ επικοινωνήστε απ' ευθείας με τον διοργανωτή.",
"Are you accepting the invitation?" : "Αποδέχεστε την πρόσκληση;",
"Tentative" : "Δοκιμαστικό",
"Your attendance was updated successfully." : "Η παρουσία σας ενημερώθηκε με επιτυχία.",
"If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Εάν διαμορφώσετε τις ώρες εργασίας σας, οι άλλοι χρήστες θα βλέπουν πότε είστε εκτός γραφείου όταν κάνουν κράτηση για μια συνάντηση."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
+211
View File
@@ -0,0 +1,211 @@
OC.L10N.register(
"dav",
{
"Calendar" : "Calendar",
"Tasks" : "Tasks",
"Personal" : "Personal",
"{actor} created calendar {calendar}" : "{actor} created calendar {calendar}",
"You created calendar {calendar}" : "You created calendar {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} deleted calendar {calendar}",
"You deleted calendar {calendar}" : "You deleted calendar {calendar}",
"{actor} updated calendar {calendar}" : "{actor} updated calendar {calendar}",
"You updated calendar {calendar}" : "You updated calendar {calendar}",
"{actor} restored calendar {calendar}" : "{actor} restored calendar {calendar}",
"You restored calendar {calendar}" : "You restored calendar {calendar}",
"You shared calendar {calendar} as public link" : "You shared calendar {calendar} as public link",
"You removed public link for calendar {calendar}" : "You removed public link for calendar {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} shared calendar {calendar} with you",
"You shared calendar {calendar} with {user}" : "You shared calendar {calendar} with {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} shared calendar {calendar} with {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} unshared calendar {calendar} from you",
"You unshared calendar {calendar} from {user}" : "You unshared calendar {calendar} from {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} unshared calendar {calendar} from {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} unshared calendar {calendar} from themselves",
"You shared calendar {calendar} with group {group}" : "You shared calendar {calendar} with group {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} shared calendar {calendar} with group {group}",
"You unshared calendar {calendar} from group {group}" : "You unshared calendar {calendar} from group {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} unshared calendar {calendar} from group {group}",
"Untitled event" : "Untitled event",
"{actor} created event {event} in calendar {calendar}" : "{actor} created event {event} in calendar {calendar}",
"You created event {event} in calendar {calendar}" : "You created event {event} in calendar {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} deleted event {event} from calendar {calendar}",
"You deleted event {event} from calendar {calendar}" : "You deleted event {event} from calendar {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} updated event {event} in calendar {calendar}",
"You updated event {event} in calendar {calendar}" : "You updated event {event} in calendar {calendar}",
"{actor} moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "{actor} moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}",
"You moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "You moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}",
"{actor} restored event {event} of calendar {calendar}" : "{actor} restored event {event} of calendar {calendar}",
"You restored event {event} of calendar {calendar}" : "You restored event {event} of calendar {calendar}",
"Busy" : "Busy",
"{actor} created to-do {todo} in list {calendar}" : "{actor} created to-do {todo} in list {calendar}",
"You created to-do {todo} in list {calendar}" : "You created to-do {todo} in list {calendar}",
"{actor} deleted to-do {todo} from list {calendar}" : "{actor} deleted to-do {todo} from list {calendar}",
"You deleted to-do {todo} from list {calendar}" : "You deleted to-do {todo} from list {calendar}",
"{actor} updated to-do {todo} in list {calendar}" : "{actor} updated to-do {todo} in list {calendar}",
"You updated to-do {todo} in list {calendar}" : "You updated to-do {todo} in list {calendar}",
"{actor} solved to-do {todo} in list {calendar}" : "{actor} solved to-do {todo} in list {calendar}",
"You solved to-do {todo} in list {calendar}" : "You solved to-do {todo} in list {calendar}",
"{actor} reopened to-do {todo} in list {calendar}" : "{actor} reopened to-do {todo} in list {calendar}",
"You reopened to-do {todo} in list {calendar}" : "You reopened to-do {todo} in list {calendar}",
"{actor} moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "{actor} moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}",
"You moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "You moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}",
"Calendar, contacts and tasks" : "Calendar, contacts and tasks",
"A <strong>calendar</strong> was modified" : "A <strong>calendar</strong> was modified",
"A calendar <strong>event</strong> was modified" : "A calendar <strong>event</strong> was modified",
"A calendar <strong>to-do</strong> was modified" : "A calendar <strong>to-do</strong> was modified",
"Contact birthdays" : "Contact birthdays",
"Death of %s" : "Death of %s",
"Untitled calendar" : "Untitled calendar",
"Calendar:" : "Calendar:",
"Date:" : "Date:",
"Where:" : "Where:",
"Description:" : "Description:",
"_%n year_::_%n years_" : ["%n year","%n years"],
"_%n month_::_%n months_" : ["%n month","%n months"],
"_%n day_::_%n days_" : ["%n day","%n days"],
"_%n hour_::_%n hours_" : ["%n hour","%n hours"],
"_%n minute_::_%n minutes_" : ["%n minute","%n minutes"],
"%s (in %s)" : "%s (in %s)",
"%s (%s ago)" : "%s (%s ago)",
"Calendar: %s" : "Calendar: %s",
"Date: %s" : "Date: %s",
"Description: %s" : "Description: %s",
"Where: %s" : "Where: %s",
"%1$s via %2$s" : "%1$s via %2$s",
"Cancelled: %1$s" : "Cancelled: %1$s",
"\"%1$s\" has been canceled" : "\"%1$s\" has been cancelled",
"Re: %1$s" : "Re: %1$s",
"%1$s has accepted your invitation" : "%1$s has accepted your invitation",
"%1$s has tentatively accepted your invitation" : "%1$s has tentatively accepted your invitation",
"%1$s has declined your invitation" : "%1$s has declined your invitation",
"%1$s has responded to your invitation" : "%1$s has responded to your invitation",
"Invitation updated: %1$s" : "Invitation updated: %1$s",
"%1$s updated the event \"%2$s\"" : "%1$s updated the event \"%2$s\"",
"Invitation: %1$s" : "Invitation: %1$s",
"%1$s would like to invite you to \"%2$s\"" : "%1$s would like to invite you to \"%2$s\"",
"Organizer:" : "Organiser:",
"Attendees:" : "Attendees:",
"Title:" : "Title:",
"Time:" : "Time:",
"Location:" : "Location:",
"Link:" : "Link:",
"Accept" : "Accept",
"Decline" : "Decline",
"More options …" : "More options …",
"More options at %s" : "More options at %s",
"Contacts" : "Contacts",
"{actor} created address book {addressbook}" : "{actor} created address book {addressbook}",
"You created address book {addressbook}" : "You created address book {addressbook}",
"{actor} deleted address book {addressbook}" : "{actor} deleted address book {addressbook}",
"You deleted address book {addressbook}" : "You deleted address book {addressbook}",
"{actor} updated address book {addressbook}" : "{actor} updated address book {addressbook}",
"You updated address book {addressbook}" : "You updated address book {addressbook}",
"{actor} shared address book {addressbook} with you" : "{actor} shared address book {addressbook} with you",
"You shared address book {addressbook} with {user}" : "You shared address book {addressbook} with {user}",
"{actor} shared address book {addressbook} with {user}" : "{actor} shared address book {addressbook} with {user}",
"{actor} unshared address book {addressbook} from you" : "{actor} unshared address book {addressbook} from you",
"You unshared address book {addressbook} from {user}" : "You unshared address book {addressbook} from {user}",
"{actor} unshared address book {addressbook} from {user}" : "{actor} unshared address book {addressbook} from {user}",
"{actor} unshared address book {addressbook} from themselves" : "{actor} unshared address book {addressbook} from themselves",
"You shared address book {addressbook} with group {group}" : "You shared address book {addressbook} with group {group}",
"{actor} shared address book {addressbook} with group {group}" : "{actor} shared address book {addressbook} with group {group}",
"You unshared address book {addressbook} from group {group}" : "You unshared address book {addressbook} from group {group}",
"{actor} unshared address book {addressbook} from group {group}" : "{actor} unshared address book {addressbook} from group {group}",
"{actor} created contact {card} in address book {addressbook}" : "{actor} created contact {card} in address book {addressbook}",
"You created contact {card} in address book {addressbook}" : "You created contact {card} in address book {addressbook}",
"{actor} deleted contact {card} from address book {addressbook}" : "{actor} deleted contact {card} from address book {addressbook}",
"You deleted contact {card} from address book {addressbook}" : "You deleted contact {card} from address book {addressbook}",
"{actor} updated contact {card} in address book {addressbook}" : "{actor} updated contact {card} in address book {addressbook}",
"You updated contact {card} in address book {addressbook}" : "You updated contact {card} in address book {addressbook}",
"A <strong>contact</strong> or <strong>address book</strong> was modified" : "A <strong>contact</strong> or <strong>address book</strong> was modified",
"Accounts" : "Accounts",
"System address book which holds all accounts" : "System address book which holds all accounts",
"File is not updatable: %1$s" : "File is not updatable: %1$s",
"Could not write to final file, canceled by hook" : "Could not write to final file, cancelled by hook",
"Could not write file contents" : "Could not write file contents",
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
"Error while copying file to target location (copied: %1$s, expected filesize: %2$s)" : "Error while copying file to target location (copied: %1$s, expected filesize: %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." : "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.",
"Could not rename part file to final file, canceled by hook" : "Could not rename part file to final file, cancelled by hook",
"Could not rename part file to final file" : "Could not rename part file to final file",
"Failed to check file size: %1$s" : "Failed to check file size: %1$s",
"Could not open file" : "Could not open file",
"Encryption not ready: %1$s" : "Encryption not ready: %1$s",
"Failed to open file: %1$s" : "Failed to open file: %1$s",
"Failed to unlink: %1$s" : "Failed to unlink: %1$s",
"Invalid chunk name" : "Invalid chunk name",
"Could not rename part file assembled from chunks" : "Could not rename part file assembled from chunks",
"Failed to write file contents: %1$s" : "Failed to write file contents: %1$s",
"File not found: %1$s" : "File not found: %1$s",
"System is in maintenance mode." : "System is in maintenance mode.",
"Upgrade needed" : "Upgrade needed",
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS.",
"Configures a CalDAV account" : "Configures a CalDAV account",
"Configures a CardDAV account" : "Configures a CardDAV account",
"Events" : "Events",
"Untitled task" : "Untitled task",
"Completed on %s" : "Completed on %s",
"Due on %s by %s" : "Due on %s by %s",
"Due on %s" : "Due on %s",
"DAV system address book" : "DAV system address book",
"No outstanding DAV system address book sync." : "No outstanding DAV system address book sync.",
"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\"." : "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\".",
"Migrated calendar (%1$s)" : "Migrated calendar (%1$s)",
"Calendars including events, details and attendees" : "Calendars including events, details and attendees",
"Contacts and groups" : "Contacts and groups",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "WebDAV endpoint",
"First day" : "First day",
"Last day (inclusive)" : "Last day (inclusive)",
"Short absence status" : "Short absence status",
"Long absence Message" : "Long absence Message",
"Save" : "Save",
"Disable absence" : "Disable absence",
"Absence saved" : "Absence saved",
"Failed to save your absence settings" : "Failed to save your absence settings",
"Absence cleared" : "Absence cleared",
"Failed to clear your absence settings" : "Failed to clear your absence settings",
"Time zone:" : "Time zone:",
"to" : "to",
"Delete slot" : "Delete slot",
"No working hours set" : "No working hours set",
"Add slot" : "Add slot",
"Weekdays" : "Weekdays",
"Monday" : "Monday",
"Tuesday" : "Tuesday",
"Wednesday" : "Wednesday",
"Thursday" : "Thursday",
"Friday" : "Friday",
"Saturday" : "Saturday",
"Sunday" : "Sunday",
"Pick a start time for {dayName}" : "Pick a start time for {dayName}",
"Pick a end time for {dayName}" : "Pick a end time for {dayName}",
"Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications." : "Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications.",
"Failed to load availability" : "Failed to load availability",
"Saved availability" : "Saved availability",
"Failed to save availability" : "Failed to save availability",
"Availability" : "Availability",
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "If you configure your working hours, other people will see when you are out of office when they book a meeting.",
"Absence" : "Absence",
"Configure your next absence period." : "Configure your next absence period.",
"Calendar server" : "Calendar server",
"Send invitations to attendees" : "Send invitations to attendees",
"Automatically generate a birthday calendar" : "Automatically generate a birthday calendar",
"Birthday calendars will be generated by a background job." : "Birthday calendars will be generated by a background job.",
"Hence they will not be available immediately after enabling but will show up after some time." : "Hence they will not be available immediately after enabling but will show up after some time.",
"Send notifications for events" : "Send notifications for events",
"Notifications are sent via background jobs, so these must occur often enough." : "Notifications are sent via background jobs, so these must occur often enough.",
"Send reminder notifications to calendar sharees as well" : "Send reminder notifications to calendar sharees as well",
"Reminders are always sent to organizers and attendees." : "Reminders are always sent to organisers and attendees.",
"Enable notifications for events via push" : "Enable notifications for events via push",
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}.",
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Please make sure to properly set up {emailopen}the email server{linkclose}.",
"There was an error updating your attendance status." : "There was an error updating your attendance status.",
"Please contact the organizer directly." : "Please contact the organiser directly.",
"Are you accepting the invitation?" : "Are you accepting the invitation?",
"Tentative" : "Tentative",
"Your attendance was updated successfully." : "Your attendance was updated successfully.",
"To-dos" : "To-dos",
"If you configure your working hours, other users will see when you are out of office when they book a meeting." : "If you configure your working hours, other users will see when you are out of office when they book a meeting."
},
"nplurals=2; plural=(n != 1);");
+209
View File
@@ -0,0 +1,209 @@
{ "translations": {
"Calendar" : "Calendar",
"Tasks" : "Tasks",
"Personal" : "Personal",
"{actor} created calendar {calendar}" : "{actor} created calendar {calendar}",
"You created calendar {calendar}" : "You created calendar {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} deleted calendar {calendar}",
"You deleted calendar {calendar}" : "You deleted calendar {calendar}",
"{actor} updated calendar {calendar}" : "{actor} updated calendar {calendar}",
"You updated calendar {calendar}" : "You updated calendar {calendar}",
"{actor} restored calendar {calendar}" : "{actor} restored calendar {calendar}",
"You restored calendar {calendar}" : "You restored calendar {calendar}",
"You shared calendar {calendar} as public link" : "You shared calendar {calendar} as public link",
"You removed public link for calendar {calendar}" : "You removed public link for calendar {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} shared calendar {calendar} with you",
"You shared calendar {calendar} with {user}" : "You shared calendar {calendar} with {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} shared calendar {calendar} with {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} unshared calendar {calendar} from you",
"You unshared calendar {calendar} from {user}" : "You unshared calendar {calendar} from {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} unshared calendar {calendar} from {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} unshared calendar {calendar} from themselves",
"You shared calendar {calendar} with group {group}" : "You shared calendar {calendar} with group {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} shared calendar {calendar} with group {group}",
"You unshared calendar {calendar} from group {group}" : "You unshared calendar {calendar} from group {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} unshared calendar {calendar} from group {group}",
"Untitled event" : "Untitled event",
"{actor} created event {event} in calendar {calendar}" : "{actor} created event {event} in calendar {calendar}",
"You created event {event} in calendar {calendar}" : "You created event {event} in calendar {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} deleted event {event} from calendar {calendar}",
"You deleted event {event} from calendar {calendar}" : "You deleted event {event} from calendar {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} updated event {event} in calendar {calendar}",
"You updated event {event} in calendar {calendar}" : "You updated event {event} in calendar {calendar}",
"{actor} moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "{actor} moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}",
"You moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "You moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}",
"{actor} restored event {event} of calendar {calendar}" : "{actor} restored event {event} of calendar {calendar}",
"You restored event {event} of calendar {calendar}" : "You restored event {event} of calendar {calendar}",
"Busy" : "Busy",
"{actor} created to-do {todo} in list {calendar}" : "{actor} created to-do {todo} in list {calendar}",
"You created to-do {todo} in list {calendar}" : "You created to-do {todo} in list {calendar}",
"{actor} deleted to-do {todo} from list {calendar}" : "{actor} deleted to-do {todo} from list {calendar}",
"You deleted to-do {todo} from list {calendar}" : "You deleted to-do {todo} from list {calendar}",
"{actor} updated to-do {todo} in list {calendar}" : "{actor} updated to-do {todo} in list {calendar}",
"You updated to-do {todo} in list {calendar}" : "You updated to-do {todo} in list {calendar}",
"{actor} solved to-do {todo} in list {calendar}" : "{actor} solved to-do {todo} in list {calendar}",
"You solved to-do {todo} in list {calendar}" : "You solved to-do {todo} in list {calendar}",
"{actor} reopened to-do {todo} in list {calendar}" : "{actor} reopened to-do {todo} in list {calendar}",
"You reopened to-do {todo} in list {calendar}" : "You reopened to-do {todo} in list {calendar}",
"{actor} moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "{actor} moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}",
"You moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "You moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}",
"Calendar, contacts and tasks" : "Calendar, contacts and tasks",
"A <strong>calendar</strong> was modified" : "A <strong>calendar</strong> was modified",
"A calendar <strong>event</strong> was modified" : "A calendar <strong>event</strong> was modified",
"A calendar <strong>to-do</strong> was modified" : "A calendar <strong>to-do</strong> was modified",
"Contact birthdays" : "Contact birthdays",
"Death of %s" : "Death of %s",
"Untitled calendar" : "Untitled calendar",
"Calendar:" : "Calendar:",
"Date:" : "Date:",
"Where:" : "Where:",
"Description:" : "Description:",
"_%n year_::_%n years_" : ["%n year","%n years"],
"_%n month_::_%n months_" : ["%n month","%n months"],
"_%n day_::_%n days_" : ["%n day","%n days"],
"_%n hour_::_%n hours_" : ["%n hour","%n hours"],
"_%n minute_::_%n minutes_" : ["%n minute","%n minutes"],
"%s (in %s)" : "%s (in %s)",
"%s (%s ago)" : "%s (%s ago)",
"Calendar: %s" : "Calendar: %s",
"Date: %s" : "Date: %s",
"Description: %s" : "Description: %s",
"Where: %s" : "Where: %s",
"%1$s via %2$s" : "%1$s via %2$s",
"Cancelled: %1$s" : "Cancelled: %1$s",
"\"%1$s\" has been canceled" : "\"%1$s\" has been cancelled",
"Re: %1$s" : "Re: %1$s",
"%1$s has accepted your invitation" : "%1$s has accepted your invitation",
"%1$s has tentatively accepted your invitation" : "%1$s has tentatively accepted your invitation",
"%1$s has declined your invitation" : "%1$s has declined your invitation",
"%1$s has responded to your invitation" : "%1$s has responded to your invitation",
"Invitation updated: %1$s" : "Invitation updated: %1$s",
"%1$s updated the event \"%2$s\"" : "%1$s updated the event \"%2$s\"",
"Invitation: %1$s" : "Invitation: %1$s",
"%1$s would like to invite you to \"%2$s\"" : "%1$s would like to invite you to \"%2$s\"",
"Organizer:" : "Organiser:",
"Attendees:" : "Attendees:",
"Title:" : "Title:",
"Time:" : "Time:",
"Location:" : "Location:",
"Link:" : "Link:",
"Accept" : "Accept",
"Decline" : "Decline",
"More options …" : "More options …",
"More options at %s" : "More options at %s",
"Contacts" : "Contacts",
"{actor} created address book {addressbook}" : "{actor} created address book {addressbook}",
"You created address book {addressbook}" : "You created address book {addressbook}",
"{actor} deleted address book {addressbook}" : "{actor} deleted address book {addressbook}",
"You deleted address book {addressbook}" : "You deleted address book {addressbook}",
"{actor} updated address book {addressbook}" : "{actor} updated address book {addressbook}",
"You updated address book {addressbook}" : "You updated address book {addressbook}",
"{actor} shared address book {addressbook} with you" : "{actor} shared address book {addressbook} with you",
"You shared address book {addressbook} with {user}" : "You shared address book {addressbook} with {user}",
"{actor} shared address book {addressbook} with {user}" : "{actor} shared address book {addressbook} with {user}",
"{actor} unshared address book {addressbook} from you" : "{actor} unshared address book {addressbook} from you",
"You unshared address book {addressbook} from {user}" : "You unshared address book {addressbook} from {user}",
"{actor} unshared address book {addressbook} from {user}" : "{actor} unshared address book {addressbook} from {user}",
"{actor} unshared address book {addressbook} from themselves" : "{actor} unshared address book {addressbook} from themselves",
"You shared address book {addressbook} with group {group}" : "You shared address book {addressbook} with group {group}",
"{actor} shared address book {addressbook} with group {group}" : "{actor} shared address book {addressbook} with group {group}",
"You unshared address book {addressbook} from group {group}" : "You unshared address book {addressbook} from group {group}",
"{actor} unshared address book {addressbook} from group {group}" : "{actor} unshared address book {addressbook} from group {group}",
"{actor} created contact {card} in address book {addressbook}" : "{actor} created contact {card} in address book {addressbook}",
"You created contact {card} in address book {addressbook}" : "You created contact {card} in address book {addressbook}",
"{actor} deleted contact {card} from address book {addressbook}" : "{actor} deleted contact {card} from address book {addressbook}",
"You deleted contact {card} from address book {addressbook}" : "You deleted contact {card} from address book {addressbook}",
"{actor} updated contact {card} in address book {addressbook}" : "{actor} updated contact {card} in address book {addressbook}",
"You updated contact {card} in address book {addressbook}" : "You updated contact {card} in address book {addressbook}",
"A <strong>contact</strong> or <strong>address book</strong> was modified" : "A <strong>contact</strong> or <strong>address book</strong> was modified",
"Accounts" : "Accounts",
"System address book which holds all accounts" : "System address book which holds all accounts",
"File is not updatable: %1$s" : "File is not updatable: %1$s",
"Could not write to final file, canceled by hook" : "Could not write to final file, cancelled by hook",
"Could not write file contents" : "Could not write file contents",
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
"Error while copying file to target location (copied: %1$s, expected filesize: %2$s)" : "Error while copying file to target location (copied: %1$s, expected filesize: %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." : "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.",
"Could not rename part file to final file, canceled by hook" : "Could not rename part file to final file, cancelled by hook",
"Could not rename part file to final file" : "Could not rename part file to final file",
"Failed to check file size: %1$s" : "Failed to check file size: %1$s",
"Could not open file" : "Could not open file",
"Encryption not ready: %1$s" : "Encryption not ready: %1$s",
"Failed to open file: %1$s" : "Failed to open file: %1$s",
"Failed to unlink: %1$s" : "Failed to unlink: %1$s",
"Invalid chunk name" : "Invalid chunk name",
"Could not rename part file assembled from chunks" : "Could not rename part file assembled from chunks",
"Failed to write file contents: %1$s" : "Failed to write file contents: %1$s",
"File not found: %1$s" : "File not found: %1$s",
"System is in maintenance mode." : "System is in maintenance mode.",
"Upgrade needed" : "Upgrade needed",
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS.",
"Configures a CalDAV account" : "Configures a CalDAV account",
"Configures a CardDAV account" : "Configures a CardDAV account",
"Events" : "Events",
"Untitled task" : "Untitled task",
"Completed on %s" : "Completed on %s",
"Due on %s by %s" : "Due on %s by %s",
"Due on %s" : "Due on %s",
"DAV system address book" : "DAV system address book",
"No outstanding DAV system address book sync." : "No outstanding DAV system address book sync.",
"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\"." : "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\".",
"Migrated calendar (%1$s)" : "Migrated calendar (%1$s)",
"Calendars including events, details and attendees" : "Calendars including events, details and attendees",
"Contacts and groups" : "Contacts and groups",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "WebDAV endpoint",
"First day" : "First day",
"Last day (inclusive)" : "Last day (inclusive)",
"Short absence status" : "Short absence status",
"Long absence Message" : "Long absence Message",
"Save" : "Save",
"Disable absence" : "Disable absence",
"Absence saved" : "Absence saved",
"Failed to save your absence settings" : "Failed to save your absence settings",
"Absence cleared" : "Absence cleared",
"Failed to clear your absence settings" : "Failed to clear your absence settings",
"Time zone:" : "Time zone:",
"to" : "to",
"Delete slot" : "Delete slot",
"No working hours set" : "No working hours set",
"Add slot" : "Add slot",
"Weekdays" : "Weekdays",
"Monday" : "Monday",
"Tuesday" : "Tuesday",
"Wednesday" : "Wednesday",
"Thursday" : "Thursday",
"Friday" : "Friday",
"Saturday" : "Saturday",
"Sunday" : "Sunday",
"Pick a start time for {dayName}" : "Pick a start time for {dayName}",
"Pick a end time for {dayName}" : "Pick a end time for {dayName}",
"Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications." : "Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications.",
"Failed to load availability" : "Failed to load availability",
"Saved availability" : "Saved availability",
"Failed to save availability" : "Failed to save availability",
"Availability" : "Availability",
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "If you configure your working hours, other people will see when you are out of office when they book a meeting.",
"Absence" : "Absence",
"Configure your next absence period." : "Configure your next absence period.",
"Calendar server" : "Calendar server",
"Send invitations to attendees" : "Send invitations to attendees",
"Automatically generate a birthday calendar" : "Automatically generate a birthday calendar",
"Birthday calendars will be generated by a background job." : "Birthday calendars will be generated by a background job.",
"Hence they will not be available immediately after enabling but will show up after some time." : "Hence they will not be available immediately after enabling but will show up after some time.",
"Send notifications for events" : "Send notifications for events",
"Notifications are sent via background jobs, so these must occur often enough." : "Notifications are sent via background jobs, so these must occur often enough.",
"Send reminder notifications to calendar sharees as well" : "Send reminder notifications to calendar sharees as well",
"Reminders are always sent to organizers and attendees." : "Reminders are always sent to organisers and attendees.",
"Enable notifications for events via push" : "Enable notifications for events via push",
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}.",
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Please make sure to properly set up {emailopen}the email server{linkclose}.",
"There was an error updating your attendance status." : "There was an error updating your attendance status.",
"Please contact the organizer directly." : "Please contact the organiser directly.",
"Are you accepting the invitation?" : "Are you accepting the invitation?",
"Tentative" : "Tentative",
"Your attendance was updated successfully." : "Your attendance was updated successfully.",
"To-dos" : "To-dos",
"If you configure your working hours, other users will see when you are out of office when they book a meeting." : "If you configure your working hours, other users will see when you are out of office when they book a meeting."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
+104
View File
@@ -0,0 +1,104 @@
OC.L10N.register(
"dav",
{
"Calendar" : "Kalendaro",
"Personal" : "Persona",
"{actor} created calendar {calendar}" : "{actor} kreis kalendaron {calendar}",
"You created calendar {calendar}" : "Vi kreis kalendaron {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} forigis kalendaron {calendar}",
"You deleted calendar {calendar}" : "Vi forigis kalendaron {calendar}",
"{actor} updated calendar {calendar}" : "{actor} ĝisdatigis kalendaron {calendar}",
"You updated calendar {calendar}" : "Vi ĝisdatigis kalendaron {calendar}",
"You shared calendar {calendar} as public link" : "Vi kunhavigis kalendaron {calendar} per publika ligilo",
"You removed public link for calendar {calendar}" : "Vi forigis publikan ligilon por kalendaro {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} kunhavigis kalendaron {calendar} kun vi",
"You shared calendar {calendar} with {user}" : "Vi kunhavigis kalendaron {calendar} kun {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} kunhavigis kalendaron {calendar} kun {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} malkunhavigis kalendaron {calendar} kun vi",
"You unshared calendar {calendar} from {user}" : "Vi malkunhavigis kalendaron {calendar} kun {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} malkunhavigis kalendaron {calendar} kun {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} malkunhavigis kalendaron {calendar} kun si mem",
"You shared calendar {calendar} with group {group}" : "Vi kunhavigis kalendaron {calendar} kun grupo {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} kunhavigis kalendaron {calendar} kun grupo {group}",
"You unshared calendar {calendar} from group {group}" : "Vi malkunhavigis kalendaron {calendar} kun grupo {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} malkunhavigis kalendaron {calendar} kun grupo {group}",
"Untitled event" : "Sentitola okazaĵo",
"{actor} created event {event} in calendar {calendar}" : "{actor} kreis okazaĵon {event} en kalendaro {calendar}",
"You created event {event} in calendar {calendar}" : "Vi kreis okazaĵon {event} en kalendaro {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} forigis okazaĵon {event} en kalendaro {calendar}",
"You deleted event {event} from calendar {calendar}" : "Vi forigis okazaĵon {event} en kalendaro {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} ĝisdatigis okazaĵon {event} en kalendaro {calendar}",
"You updated event {event} in calendar {calendar}" : "Vi ĝisdatigis okazaĵon {event} en kalendaro {calendar}",
"Busy" : "Okupita",
"A <strong>calendar</strong> was modified" : "<strong>Kalendaro</strong> estis modifita",
"A calendar <strong>event</strong> was modified" : "Kalendara <strong>okazaĵo</strong> estis modifita",
"Contact birthdays" : "Kontaktaj datrevenoj",
"Death of %s" : "Morto de %s",
"Calendar:" : "Kalendaro:",
"Date:" : "Dato:",
"Where:" : "Kie:",
"Description:" : "Priskribo:",
"_%n year_::_%n years_" : ["%n jaro","%n jaroj"],
"_%n month_::_%n months_" : ["%n monato","%n monatoj"],
"_%n day_::_%n days_" : ["%n tago","%n tagoj"],
"_%n hour_::_%n hours_" : ["%n horo","%n horoj"],
"_%n minute_::_%n minutes_" : ["%n minuto","%n minutoj"],
"%s (in %s)" : "%s (en %s)",
"%s (%s ago)" : "%s (antaŭ %s)",
"Calendar: %s" : "Kalendaro: %s",
"Date: %s" : "Dato: %s",
"Description: %s" : "Priskribo: %s",
"Where: %s" : "Kie: %s",
"%1$s via %2$s" : "%1$s pere de %2$s",
"Location:" : "Loko:",
"Link:" : "Ligilo:",
"Accept" : "Akcepti",
"Decline" : "Malakcepti",
"More options …" : "Pli da opcioj...",
"More options at %s" : "Pli da opcioj je %s",
"Contacts" : "Kontaktoj",
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Via %s uzu HTTPS, por ke vi povu uzi CalDAV kaj CardDAV kun iOS aŭ macOS.",
"Configures a CalDAV account" : "Agordas CalDAV-konton.",
"Configures a CardDAV account" : "Agordas CardlDAV-konton.",
"Tasks" : "Taskoj",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "WebDAV-finpunkto",
"to" : "al",
"Monday" : "lundo",
"Tuesday" : "mardo",
"Wednesday" : "merkredo",
"Thursday" : "ĵaŭdo",
"Friday" : "vendredo",
"Saturday" : "sabato",
"Sunday" : "dimanĉo",
"Save" : "Konservi",
"Calendar server" : "Kalendara servilo",
"Send invitations to attendees" : "Sendi invitojn al ĉeestantoj",
"Automatically generate a birthday calendar" : "Aŭtomate estigi datrevenan kalendaron",
"Birthday calendars will be generated by a background job." : "Datrevenaj kalendaroj estos kreitaj de fona tasko.",
"Hence they will not be available immediately after enabling but will show up after some time." : "Tial, ili disponeblos nur post kelke da tempo.",
"Send notifications for events" : "Sendi sciigojn pri okazaĵoj",
"Enable notifications for events via push" : "Ebligi sciigojn pri okazaĵoj per puŝteĥniko",
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Ankaŭ instalu la aplikaĵon {calendarappstoreopen}Kalendaro{linkclose} aŭ {calendardocopen}konektu vian surtablan kaj porteblan aparaton por eksinkronigi ↗{linkclose}.",
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Bv. certigi, ke via {emailopen}retpoŝtserva servilo{linkclose} estas bone agordita.",
"There was an error updating your attendance status." : "Estis eraro dum ĝisdatigo de via ĉeesta stato.",
"Please contact the organizer directly." : "Bv. senpere kontakti la organizanton.",
"Are you accepting the invitation?" : "Ĉu vi akceptas la inviton?",
"Tentative" : "Nekonfirmita",
"Your attendance was updated successfully." : "Via ĉeesto sukcese ĝisdatiĝis.",
"Todos" : "Taskoj",
"{actor} created todo {todo} in list {calendar}" : "{actor} kreis farendaĵon {todo} en listo {calendar}",
"You created todo {todo} in list {calendar}" : "Vi kreis farendaĵon {todo} en listo {calendar}",
"{actor} deleted todo {todo} from list {calendar}" : "{actor} forigis farendaĵon {todo} en listo {calendar}",
"You deleted todo {todo} from list {calendar}" : "Vi forigis farendaĵon {todo} en listo {calendar}",
"{actor} updated todo {todo} in list {calendar}" : "{actor} ĝisdatigis farendaĵon {todo} en listo {calendar}",
"You updated todo {todo} in list {calendar}" : "Vi ĝisdatigis farendaĵon {todo} en listo {calendar}",
"{actor} solved todo {todo} in list {calendar}" : "{actor} plenumis farendaĵon {todo} en listo {calendar}",
"You solved todo {todo} in list {calendar}" : "Vi plenumis farendaĵon {todo} en listo {calendar}",
"{actor} reopened todo {todo} in list {calendar}" : "{actor} remalfermis farendaĵon {todo} en listo {calendar}",
"You reopened todo {todo} in list {calendar}" : "Vi remalfermis farendaĵon {todo} en listo {calendar}",
"A calendar <strong>todo</strong> was modified" : "Kalendara <strong>farendaĵo</strong> estis modifita",
"Invitation canceled" : "Invito nuligita",
"Invitation updated" : "Invito ĝisdatigita"
},
"nplurals=2; plural=(n != 1);");
+102
View File
@@ -0,0 +1,102 @@
{ "translations": {
"Calendar" : "Kalendaro",
"Personal" : "Persona",
"{actor} created calendar {calendar}" : "{actor} kreis kalendaron {calendar}",
"You created calendar {calendar}" : "Vi kreis kalendaron {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} forigis kalendaron {calendar}",
"You deleted calendar {calendar}" : "Vi forigis kalendaron {calendar}",
"{actor} updated calendar {calendar}" : "{actor} ĝisdatigis kalendaron {calendar}",
"You updated calendar {calendar}" : "Vi ĝisdatigis kalendaron {calendar}",
"You shared calendar {calendar} as public link" : "Vi kunhavigis kalendaron {calendar} per publika ligilo",
"You removed public link for calendar {calendar}" : "Vi forigis publikan ligilon por kalendaro {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} kunhavigis kalendaron {calendar} kun vi",
"You shared calendar {calendar} with {user}" : "Vi kunhavigis kalendaron {calendar} kun {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} kunhavigis kalendaron {calendar} kun {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} malkunhavigis kalendaron {calendar} kun vi",
"You unshared calendar {calendar} from {user}" : "Vi malkunhavigis kalendaron {calendar} kun {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} malkunhavigis kalendaron {calendar} kun {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} malkunhavigis kalendaron {calendar} kun si mem",
"You shared calendar {calendar} with group {group}" : "Vi kunhavigis kalendaron {calendar} kun grupo {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} kunhavigis kalendaron {calendar} kun grupo {group}",
"You unshared calendar {calendar} from group {group}" : "Vi malkunhavigis kalendaron {calendar} kun grupo {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} malkunhavigis kalendaron {calendar} kun grupo {group}",
"Untitled event" : "Sentitola okazaĵo",
"{actor} created event {event} in calendar {calendar}" : "{actor} kreis okazaĵon {event} en kalendaro {calendar}",
"You created event {event} in calendar {calendar}" : "Vi kreis okazaĵon {event} en kalendaro {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} forigis okazaĵon {event} en kalendaro {calendar}",
"You deleted event {event} from calendar {calendar}" : "Vi forigis okazaĵon {event} en kalendaro {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} ĝisdatigis okazaĵon {event} en kalendaro {calendar}",
"You updated event {event} in calendar {calendar}" : "Vi ĝisdatigis okazaĵon {event} en kalendaro {calendar}",
"Busy" : "Okupita",
"A <strong>calendar</strong> was modified" : "<strong>Kalendaro</strong> estis modifita",
"A calendar <strong>event</strong> was modified" : "Kalendara <strong>okazaĵo</strong> estis modifita",
"Contact birthdays" : "Kontaktaj datrevenoj",
"Death of %s" : "Morto de %s",
"Calendar:" : "Kalendaro:",
"Date:" : "Dato:",
"Where:" : "Kie:",
"Description:" : "Priskribo:",
"_%n year_::_%n years_" : ["%n jaro","%n jaroj"],
"_%n month_::_%n months_" : ["%n monato","%n monatoj"],
"_%n day_::_%n days_" : ["%n tago","%n tagoj"],
"_%n hour_::_%n hours_" : ["%n horo","%n horoj"],
"_%n minute_::_%n minutes_" : ["%n minuto","%n minutoj"],
"%s (in %s)" : "%s (en %s)",
"%s (%s ago)" : "%s (antaŭ %s)",
"Calendar: %s" : "Kalendaro: %s",
"Date: %s" : "Dato: %s",
"Description: %s" : "Priskribo: %s",
"Where: %s" : "Kie: %s",
"%1$s via %2$s" : "%1$s pere de %2$s",
"Location:" : "Loko:",
"Link:" : "Ligilo:",
"Accept" : "Akcepti",
"Decline" : "Malakcepti",
"More options …" : "Pli da opcioj...",
"More options at %s" : "Pli da opcioj je %s",
"Contacts" : "Kontaktoj",
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Via %s uzu HTTPS, por ke vi povu uzi CalDAV kaj CardDAV kun iOS aŭ macOS.",
"Configures a CalDAV account" : "Agordas CalDAV-konton.",
"Configures a CardDAV account" : "Agordas CardlDAV-konton.",
"Tasks" : "Taskoj",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "WebDAV-finpunkto",
"to" : "al",
"Monday" : "lundo",
"Tuesday" : "mardo",
"Wednesday" : "merkredo",
"Thursday" : "ĵaŭdo",
"Friday" : "vendredo",
"Saturday" : "sabato",
"Sunday" : "dimanĉo",
"Save" : "Konservi",
"Calendar server" : "Kalendara servilo",
"Send invitations to attendees" : "Sendi invitojn al ĉeestantoj",
"Automatically generate a birthday calendar" : "Aŭtomate estigi datrevenan kalendaron",
"Birthday calendars will be generated by a background job." : "Datrevenaj kalendaroj estos kreitaj de fona tasko.",
"Hence they will not be available immediately after enabling but will show up after some time." : "Tial, ili disponeblos nur post kelke da tempo.",
"Send notifications for events" : "Sendi sciigojn pri okazaĵoj",
"Enable notifications for events via push" : "Ebligi sciigojn pri okazaĵoj per puŝteĥniko",
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Ankaŭ instalu la aplikaĵon {calendarappstoreopen}Kalendaro{linkclose} aŭ {calendardocopen}konektu vian surtablan kaj porteblan aparaton por eksinkronigi ↗{linkclose}.",
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Bv. certigi, ke via {emailopen}retpoŝtserva servilo{linkclose} estas bone agordita.",
"There was an error updating your attendance status." : "Estis eraro dum ĝisdatigo de via ĉeesta stato.",
"Please contact the organizer directly." : "Bv. senpere kontakti la organizanton.",
"Are you accepting the invitation?" : "Ĉu vi akceptas la inviton?",
"Tentative" : "Nekonfirmita",
"Your attendance was updated successfully." : "Via ĉeesto sukcese ĝisdatiĝis.",
"Todos" : "Taskoj",
"{actor} created todo {todo} in list {calendar}" : "{actor} kreis farendaĵon {todo} en listo {calendar}",
"You created todo {todo} in list {calendar}" : "Vi kreis farendaĵon {todo} en listo {calendar}",
"{actor} deleted todo {todo} from list {calendar}" : "{actor} forigis farendaĵon {todo} en listo {calendar}",
"You deleted todo {todo} from list {calendar}" : "Vi forigis farendaĵon {todo} en listo {calendar}",
"{actor} updated todo {todo} in list {calendar}" : "{actor} ĝisdatigis farendaĵon {todo} en listo {calendar}",
"You updated todo {todo} in list {calendar}" : "Vi ĝisdatigis farendaĵon {todo} en listo {calendar}",
"{actor} solved todo {todo} in list {calendar}" : "{actor} plenumis farendaĵon {todo} en listo {calendar}",
"You solved todo {todo} in list {calendar}" : "Vi plenumis farendaĵon {todo} en listo {calendar}",
"{actor} reopened todo {todo} in list {calendar}" : "{actor} remalfermis farendaĵon {todo} en listo {calendar}",
"You reopened todo {todo} in list {calendar}" : "Vi remalfermis farendaĵon {todo} en listo {calendar}",
"A calendar <strong>todo</strong> was modified" : "Kalendara <strong>farendaĵo</strong> estis modifita",
"Invitation canceled" : "Invito nuligita",
"Invitation updated" : "Invito ĝisdatigita"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
+209
View File
@@ -0,0 +1,209 @@
OC.L10N.register(
"dav",
{
"Calendar" : "Calendario",
"Tasks" : "Tareas",
"Personal" : "Personal",
"{actor} created calendar {calendar}" : "{actor} creó el calendario {calendar}",
"You created calendar {calendar}" : "Usted creó el calendario {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} eliminó el calendario {calendar}",
"You deleted calendar {calendar}" : "Usted eliminó el calendario {calendar}",
"{actor} updated calendar {calendar}" : "{actor} actualizó el calendario {calendar}",
"You updated calendar {calendar}" : "Usted actualizó el calendario {calendar}",
"{actor} restored calendar {calendar}" : "{actor} ha restablecido el calendario {calendar}",
"You restored calendar {calendar}" : "Has restablecido el calendario {calendar}",
"You shared calendar {calendar} as public link" : "Has compartido el calendario {calendar} con un enlace público",
"You removed public link for calendar {calendar}" : "Has eliminado el enlace público al calendario {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} compartió el calendario {calendar} con usted",
"You shared calendar {calendar} with {user}" : "Usted compartió el calendario {calendar} con {usuario}",
"{actor} shared calendar {calendar} with {user}" : "{actor} compartió el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} dejó de compartir el calendario {calendar} con usted",
"You unshared calendar {calendar} from {user}" : "Usted dejó de compartir el calendario {calendar} de {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} dejó de compartir el calendario {calendar} del usuario{user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} dejó de compartir su propio calendario {calendar}",
"You shared calendar {calendar} with group {group}" : "Usted compartió el calendario {calendar} con el grupo {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} compartió el calendario {calendar} con el grupo {group}",
"You unshared calendar {calendar} from group {group}" : "Usted dejó de compartir el calendario {calendar} del grupo {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} dejó de compartir el calendario {calendar} del grupo {group}",
"Untitled event" : "Evento sin título",
"{actor} created event {event} in calendar {calendar}" : "{actor} creó el evento {event} en el calendario {calendar}",
"You created event {event} in calendar {calendar}" : "Usted creó el evento {event} en el calendario {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} eliminó el evento {event} del calendario {calendar}",
"You deleted event {event} from calendar {calendar}" : "Usted eliminó el evento {event} del calendario {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} actualizó el evento {event} en el calendario {calendar}",
"You updated event {event} in calendar {calendar}" : "Usted actualizó el evento {event} en el calendario {calendar}",
"{actor} moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "{actor} ha movido el evento {event} del calendario {sourceCalendar} al calendario {targetCalendar}",
"You moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "Has movido el evento {event} del calendario {sourceCalendar} al calendario {targetCalendar}",
"{actor} restored event {event} of calendar {calendar}" : "{actor} ha restablecido el evento {event} del calendario {calendar}",
"You restored event {event} of calendar {calendar}" : "Has reestablecido el evento {event} del calendario {calendar}",
"Busy" : "Ocupado",
"{actor} created to-do {todo} in list {calendar}" : "{actor} ha creado la tarea {todo} en la lista {calendar}",
"You created to-do {todo} in list {calendar}" : "Has creado la tarea {todo} en la lista {calendar}",
"{actor} deleted to-do {todo} from list {calendar}" : "{actor} ha eliminado la tarea{todo} de la lista {calendar}",
"You deleted to-do {todo} from list {calendar}" : "Has eliminado la tarea {todo} de la lista {calendar}",
"{actor} updated to-do {todo} in list {calendar}" : "{actor} ha actualizado la tarea {todo} en la lista {calendar}",
"You updated to-do {todo} in list {calendar}" : "Has actualizado la tarea {todo} en la lista {calendar}",
"{actor} solved to-do {todo} in list {calendar}" : "{actor} ha resuelto la tarea {todo} de la lista {calendar}",
"You solved to-do {todo} in list {calendar}" : "Has resuelto la tarea {todo} de la lista {calendar}",
"{actor} reopened to-do {todo} in list {calendar}" : "{actor} ha reabierto la tarea {todo} en la lista {calendar}",
"You reopened to-do {todo} in list {calendar}" : "Has reabierto la tarea {todo} en la lista {calendar}",
"{actor} moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "{actor} ha movido la tarea {todo} de la lista {sourceCalendar} a la lista{targetCalendar}",
"You moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "Has movido la tarea {todo} de la lista {sourceCalendar} a la lista {targetCalendar}",
"Calendar, contacts and tasks" : "Calendario, contactos y tareas",
"A <strong>calendar</strong> was modified" : "Un <strong>calendario</strong> fue modificado.",
"A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> del calendario fue modificado.",
"A calendar <strong>to-do</strong> was modified" : "Se ha modificado una <strong>tarea</strong> de calendario",
"Contact birthdays" : "Cumpleaños del contacto",
"Death of %s" : "Muerte de %s",
"Untitled calendar" : "Calendario sin título",
"Calendar:" : "Calendario:",
"Date:" : "Fecha:",
"Where:" : "Dónde:",
"Description:" : "Descripción:",
"_%n year_::_%n years_" : ["%n año","%n años","%n años"],
"_%n month_::_%n months_" : ["%n mes","%n meses","%n meses"],
"_%n day_::_%n days_" : ["%n día","%n días","%n días"],
"_%n hour_::_%n hours_" : ["%n hora","%n horas","%n horas"],
"_%n minute_::_%n minutes_" : ["%n minuto","%n minutos","%n minutos"],
"%s (in %s)" : "%s (en %s)",
"%s (%s ago)" : "%s (hace %s)",
"Calendar: %s" : "Calendario: %s",
"Date: %s" : "Fecha: %s",
"Description: %s" : "Descripción: %s",
"Where: %s" : "Lugar: %s",
"%1$s via %2$s" : "%1$s vía %2$s",
"Cancelled: %1$s" : "Cancelado: %1$s",
"\"%1$s\" has been canceled" : "\"%1$s\" ha sido cancelada",
"Re: %1$s" : "Re: %1$s",
"%1$s has accepted your invitation" : "%1$s ha aceptado su invitación",
"%1$s has tentatively accepted your invitation" : "%1$s ha aceptado su invitación de forma tentativa",
"%1$s has declined your invitation" : "%1$s ha rechazado su invitación",
"%1$s has responded to your invitation" : "%1$s ha respondido a su invitación",
"Invitation updated: %1$s" : "Invitación actualizada: %1$s",
"%1$s updated the event \"%2$s\"" : "%1$s actualizó el evento \"%2$s\"",
"Invitation: %1$s" : "Invitación: %1$s",
"%1$s would like to invite you to \"%2$s\"" : "%1$s desea invitarle a \"%2$s\"",
"Organizer:" : "Organizador:",
"Attendees:" : "Asistentes:",
"Title:" : "Título:",
"Time:" : "Hora:",
"Location:" : "Ubicación:",
"Link:" : "Enlace:",
"Accept" : "Aceptar",
"Decline" : "Rechazar",
"More options …" : "Más opciones...",
"More options at %s" : "Más opciones en %s",
"Contacts" : "Contactos",
"{actor} created address book {addressbook}" : "{actor} ha creado la libreta de direcciones {addressbook}",
"You created address book {addressbook}" : "Has creado la libreta de direcciones {adressbook}",
"{actor} deleted address book {addressbook}" : "{actor} ha eliminado la libreta de direcciones {addressbook}",
"You deleted address book {addressbook}" : "Has eliminado la libreta de direcciones {addressbook}",
"{actor} updated address book {addressbook}" : "{actor} ha actualizado la libreta de direcciones {addressbook}",
"You updated address book {addressbook}" : "Has actualizado la libreta de direcciones {addressbook}",
"{actor} shared address book {addressbook} with you" : "{actor} ha compartido la libreta de direcciones {addressbook} contigo",
"You shared address book {addressbook} with {user}" : "Has compartido la libreta de direcciones {addressbook} con {user}",
"{actor} shared address book {addressbook} with {user}" : "{actor} ha compartido la libreta de direcciones {addressbook} con {user}",
"{actor} unshared address book {addressbook} from you" : "{actor} ha descompartido la libreta de direcciones {addressbook} contigo",
"You unshared address book {addressbook} from {user}" : "Has descompartido la libreta de direcciones {addressbook} con {user}",
"{actor} unshared address book {addressbook} from {user}" : "{actor} ha descompartido la libreta de direcciones {addressbook} con {user}",
"{actor} unshared address book {addressbook} from themselves" : "{actor} ha descompartido la libreta de direcciones {addressbook} con ellos mismos",
"You shared address book {addressbook} with group {group}" : "Has compartido la libreta de direcciones {addressbook} con el grupo {group}",
"{actor} shared address book {addressbook} with group {group}" : "{actor} ha compartido la libreta de direcciones {addressbook} con el grupo {group}",
"You unshared address book {addressbook} from group {group}" : "Has descompartido la libreta de direcciones {addressbook} con el grupo {group}",
"{actor} unshared address book {addressbook} from group {group}" : "{actor} ha descompartido la libreta de direcciones {addressbook} con el grupo {group}",
"{actor} created contact {card} in address book {addressbook}" : "{actor} ha creado el contacto {card} en la libreta de direcciones {addressbook}",
"You created contact {card} in address book {addressbook}" : "Has creado un contacto {card} en la libreta de direcciones {addressbook}",
"{actor} deleted contact {card} from address book {addressbook}" : "{actor} ha eliminado el contacto {card} de la libreta de direcciones {addressbook}",
"You deleted contact {card} from address book {addressbook}" : "Has eliminado el contacto {card} de la libreta de direcciones {addressbook}",
"{actor} updated contact {card} in address book {addressbook}" : "{actor} ha actualizado el contacto {card} en la libreta de direcciones {addressbook}",
"You updated contact {card} in address book {addressbook}" : "Has actualizado el contacto {card} en la libreta de direcciones {addressbook}",
"A <strong>contact</strong> or <strong>address book</strong> was modified" : "Se ha modificado un <strong>contacto</strong> o una <strong>libreta de direcciones</strong> ",
"Accounts" : "Cuentas",
"System address book which holds all accounts" : "Libretas de direcciones del sistema que contienen todas las cuentas",
"File is not updatable: %1$s" : "El archivo no se puede actualizar: %1$s",
"Could not write to final file, canceled by hook" : "No se pudo escribir en el archivo final, cancelado por el sistema.",
"Could not write file contents" : "No se han podido escribir los contenidos del archivo",
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes","%n bytes"],
"Error while copying file to target location (copied: %1$s, expected filesize: %2$s)" : "Error al copiar el archivo al destino (copiado: %1$s, tamaño esperado: %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." : "Se esperaba un tamaño de archivo de %1$s pero se leyó (desde el cliente Nextcloud) y se escribió (en el almacenamiento Nextcloud) %2$s. Podría ser un problema de red en el lado del envío o un problema de escritura en el almacenamiento en el lado del servidor.",
"Could not rename part file to final file, canceled by hook" : "No se pudo escribir en el archivo final, cancelado por el sistema.",
"Could not rename part file to final file" : "No se ha podido renombrar el archivo parcial como el archivo final",
"Failed to check file size: %1$s" : "Fallo al comprobar el tamaño del archivo: %1$s",
"Could not open file" : "No se ha podido abrir el archivo",
"Encryption not ready: %1$s" : "El cifrado no está listo: %1$s",
"Failed to open file: %1$s" : "Fallo al abrir el archivo: %1$s",
"Failed to unlink: %1$s" : "Fallo al desenlazar: %1$s",
"Invalid chunk name" : "Nombre de trozo inválido",
"Could not rename part file assembled from chunks" : "No se ha podido renombrar el archivo parcial formado por los fragmentos",
"Failed to write file contents: %1$s" : "Fallo al escribir el contenido del archivo: %1$s",
"File not found: %1$s" : "Archivo no encontrado: %1$s",
"System is in maintenance mode." : "Sistema está en modo de mantenimiento.",
"Upgrade needed" : "Se necesita actualizar",
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Tu %s necesita configurarse para usar HTTPS en caso de usar CalDAV y CardDAV con iOS/macOS.",
"Configures a CalDAV account" : "Configura una cuenta CalDAV",
"Configures a CardDAV account" : "Configura una cuenta CardDAV",
"Events" : "Eventos",
"Untitled task" : "Tarea sin título",
"Completed on %s" : "Completado el %s",
"Due on %s by %s" : "Finaliza el %s por %s",
"Due on %s" : "Finaliza el %s",
"DAV system address book" : "Libreta de direcciónes DAV del sistema",
"No outstanding DAV system address book sync." : "No hay una sincronización pendiente en la libreta de direcciones DAV del sistema.",
"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\"." : "La sincronización DAV de la libreta de direcciones del sistema no se ha ejecutado ya que su instancia tiene más de 1000 usuarios o por que ha ocurrido un error. Por favor, ejecútela manualmente llamando al comando: \"occ dav:sync-system-addressbook\".",
"Migrated calendar (%1$s)" : "Calendario migrado (%1$s)",
"Calendars including events, details and attendees" : "Calendarios que incluyen eventos, detalles y asistentes",
"Contacts and groups" : "Contactos y grupos",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "Endpoint WebDAV",
"First day" : "Primer día",
"Last day (inclusive)" : "Último día (incluido)",
"Short absence status" : "Estado de ausencia corta",
"Long absence Message" : "Mensaje en ausencia larga",
"Save" : "Guardar",
"Disable absence" : "Deshabilitar ausencia",
"Absence saved" : "Ausencia guardada",
"Failed to save your absence settings" : "Error al guardar tus ajustes de ausencia",
"Absence cleared" : "Ausencia limpiada",
"Failed to clear your absence settings" : "Error al borrar tus ajustes de ausencia",
"Time zone:" : "Zona horaria:",
"to" : "para",
"Delete slot" : "Eliminar espacio",
"No working hours set" : "No se han establecido horas de funcionamiento",
"Add slot" : "Añadir espacio",
"Monday" : "Lunes",
"Tuesday" : "Martes",
"Wednesday" : "Miércoles",
"Thursday" : "Jueves",
"Friday" : "Viernes",
"Saturday" : "Sábado",
"Sunday" : "Domingo",
"Pick a start time for {dayName}" : "Elija una hora de inicio para {dayName}",
"Pick a end time for {dayName}" : "Elija una hora fin para {dayName}",
"Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications." : "Cambiar automáticamente el estado del usuario a \"No molestar\" cuando no esté disponible para silenciar todas las notificaciones.",
"Failed to load availability" : "No se ha podido cargar la disponibilidad",
"Saved availability" : "Disponibilidad guardada",
"Failed to save availability" : "No se ha podido guardar la disponibilidad",
"Availability" : "Disponibilidad",
"Absence" : "Ausencia",
"Configure your next absence period." : "Configura el siguiente periodo en que estarás ausente",
"Calendar server" : "Servidor de calendario",
"Send invitations to attendees" : "Enviar invitaciones a los asistentes",
"Automatically generate a birthday calendar" : "Generar automáticamente un calendario de cumpleaños",
"Birthday calendars will be generated by a background job." : "Los calendarios de cumpleaños se generarán mediante un trabajo en segundo plano.",
"Hence they will not be available immediately after enabling but will show up after some time." : "Por ello, no estarán disponibles inmediatamente tras activarlos, sino que aparecerán después de cierto tiempo.",
"Send notifications for events" : "Enviar notificaciones de los eventos",
"Notifications are sent via background jobs, so these must occur often enough." : "Las notificaciones son enviadas a través de trabajos en segundo plano, por lo que estos deben ocurrir con suficiente frecuencia.",
"Send reminder notifications to calendar sharees as well" : "Enviar recordatorio también a los usuarios con los que se comparte el calendario",
"Reminders are always sent to organizers and attendees." : "Los recordatorios siempre se envían a los organizadores y asistentes.",
"Enable notifications for events via push" : "Activar notificaciones push para eventos",
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Instale también la {calendarappstoreopen}app de Calendario{linkclose} o {calendardocopen}conecte su escritorio y móvil para sincronizar ↗{linkclose}.",
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Por favor, asegúrese de configurar correctamente {emailopen}el servidor web{linkclose}",
"There was an error updating your attendance status." : "Ha habido un error al actualizar tu estado de asistencia.",
"Please contact the organizer directly." : "Por favor, contacta directamente con el organizador.",
"Are you accepting the invitation?" : "¿Aceptas la invitación?",
"Tentative" : "Provisional",
"Your attendance was updated successfully." : "Tu asistencia se ha actualizado con éxito.",
"To-dos" : "Tareas",
"If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Si configura su horario de trabajo, otros usuarios verán cuándo está fuera de la oficina cuando planifiquen una reunión."
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
+207
View File
@@ -0,0 +1,207 @@
{ "translations": {
"Calendar" : "Calendario",
"Tasks" : "Tareas",
"Personal" : "Personal",
"{actor} created calendar {calendar}" : "{actor} creó el calendario {calendar}",
"You created calendar {calendar}" : "Usted creó el calendario {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} eliminó el calendario {calendar}",
"You deleted calendar {calendar}" : "Usted eliminó el calendario {calendar}",
"{actor} updated calendar {calendar}" : "{actor} actualizó el calendario {calendar}",
"You updated calendar {calendar}" : "Usted actualizó el calendario {calendar}",
"{actor} restored calendar {calendar}" : "{actor} ha restablecido el calendario {calendar}",
"You restored calendar {calendar}" : "Has restablecido el calendario {calendar}",
"You shared calendar {calendar} as public link" : "Has compartido el calendario {calendar} con un enlace público",
"You removed public link for calendar {calendar}" : "Has eliminado el enlace público al calendario {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} compartió el calendario {calendar} con usted",
"You shared calendar {calendar} with {user}" : "Usted compartió el calendario {calendar} con {usuario}",
"{actor} shared calendar {calendar} with {user}" : "{actor} compartió el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} dejó de compartir el calendario {calendar} con usted",
"You unshared calendar {calendar} from {user}" : "Usted dejó de compartir el calendario {calendar} de {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} dejó de compartir el calendario {calendar} del usuario{user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} dejó de compartir su propio calendario {calendar}",
"You shared calendar {calendar} with group {group}" : "Usted compartió el calendario {calendar} con el grupo {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} compartió el calendario {calendar} con el grupo {group}",
"You unshared calendar {calendar} from group {group}" : "Usted dejó de compartir el calendario {calendar} del grupo {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} dejó de compartir el calendario {calendar} del grupo {group}",
"Untitled event" : "Evento sin título",
"{actor} created event {event} in calendar {calendar}" : "{actor} creó el evento {event} en el calendario {calendar}",
"You created event {event} in calendar {calendar}" : "Usted creó el evento {event} en el calendario {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} eliminó el evento {event} del calendario {calendar}",
"You deleted event {event} from calendar {calendar}" : "Usted eliminó el evento {event} del calendario {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} actualizó el evento {event} en el calendario {calendar}",
"You updated event {event} in calendar {calendar}" : "Usted actualizó el evento {event} en el calendario {calendar}",
"{actor} moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "{actor} ha movido el evento {event} del calendario {sourceCalendar} al calendario {targetCalendar}",
"You moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "Has movido el evento {event} del calendario {sourceCalendar} al calendario {targetCalendar}",
"{actor} restored event {event} of calendar {calendar}" : "{actor} ha restablecido el evento {event} del calendario {calendar}",
"You restored event {event} of calendar {calendar}" : "Has reestablecido el evento {event} del calendario {calendar}",
"Busy" : "Ocupado",
"{actor} created to-do {todo} in list {calendar}" : "{actor} ha creado la tarea {todo} en la lista {calendar}",
"You created to-do {todo} in list {calendar}" : "Has creado la tarea {todo} en la lista {calendar}",
"{actor} deleted to-do {todo} from list {calendar}" : "{actor} ha eliminado la tarea{todo} de la lista {calendar}",
"You deleted to-do {todo} from list {calendar}" : "Has eliminado la tarea {todo} de la lista {calendar}",
"{actor} updated to-do {todo} in list {calendar}" : "{actor} ha actualizado la tarea {todo} en la lista {calendar}",
"You updated to-do {todo} in list {calendar}" : "Has actualizado la tarea {todo} en la lista {calendar}",
"{actor} solved to-do {todo} in list {calendar}" : "{actor} ha resuelto la tarea {todo} de la lista {calendar}",
"You solved to-do {todo} in list {calendar}" : "Has resuelto la tarea {todo} de la lista {calendar}",
"{actor} reopened to-do {todo} in list {calendar}" : "{actor} ha reabierto la tarea {todo} en la lista {calendar}",
"You reopened to-do {todo} in list {calendar}" : "Has reabierto la tarea {todo} en la lista {calendar}",
"{actor} moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "{actor} ha movido la tarea {todo} de la lista {sourceCalendar} a la lista{targetCalendar}",
"You moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "Has movido la tarea {todo} de la lista {sourceCalendar} a la lista {targetCalendar}",
"Calendar, contacts and tasks" : "Calendario, contactos y tareas",
"A <strong>calendar</strong> was modified" : "Un <strong>calendario</strong> fue modificado.",
"A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> del calendario fue modificado.",
"A calendar <strong>to-do</strong> was modified" : "Se ha modificado una <strong>tarea</strong> de calendario",
"Contact birthdays" : "Cumpleaños del contacto",
"Death of %s" : "Muerte de %s",
"Untitled calendar" : "Calendario sin título",
"Calendar:" : "Calendario:",
"Date:" : "Fecha:",
"Where:" : "Dónde:",
"Description:" : "Descripción:",
"_%n year_::_%n years_" : ["%n año","%n años","%n años"],
"_%n month_::_%n months_" : ["%n mes","%n meses","%n meses"],
"_%n day_::_%n days_" : ["%n día","%n días","%n días"],
"_%n hour_::_%n hours_" : ["%n hora","%n horas","%n horas"],
"_%n minute_::_%n minutes_" : ["%n minuto","%n minutos","%n minutos"],
"%s (in %s)" : "%s (en %s)",
"%s (%s ago)" : "%s (hace %s)",
"Calendar: %s" : "Calendario: %s",
"Date: %s" : "Fecha: %s",
"Description: %s" : "Descripción: %s",
"Where: %s" : "Lugar: %s",
"%1$s via %2$s" : "%1$s vía %2$s",
"Cancelled: %1$s" : "Cancelado: %1$s",
"\"%1$s\" has been canceled" : "\"%1$s\" ha sido cancelada",
"Re: %1$s" : "Re: %1$s",
"%1$s has accepted your invitation" : "%1$s ha aceptado su invitación",
"%1$s has tentatively accepted your invitation" : "%1$s ha aceptado su invitación de forma tentativa",
"%1$s has declined your invitation" : "%1$s ha rechazado su invitación",
"%1$s has responded to your invitation" : "%1$s ha respondido a su invitación",
"Invitation updated: %1$s" : "Invitación actualizada: %1$s",
"%1$s updated the event \"%2$s\"" : "%1$s actualizó el evento \"%2$s\"",
"Invitation: %1$s" : "Invitación: %1$s",
"%1$s would like to invite you to \"%2$s\"" : "%1$s desea invitarle a \"%2$s\"",
"Organizer:" : "Organizador:",
"Attendees:" : "Asistentes:",
"Title:" : "Título:",
"Time:" : "Hora:",
"Location:" : "Ubicación:",
"Link:" : "Enlace:",
"Accept" : "Aceptar",
"Decline" : "Rechazar",
"More options …" : "Más opciones...",
"More options at %s" : "Más opciones en %s",
"Contacts" : "Contactos",
"{actor} created address book {addressbook}" : "{actor} ha creado la libreta de direcciones {addressbook}",
"You created address book {addressbook}" : "Has creado la libreta de direcciones {adressbook}",
"{actor} deleted address book {addressbook}" : "{actor} ha eliminado la libreta de direcciones {addressbook}",
"You deleted address book {addressbook}" : "Has eliminado la libreta de direcciones {addressbook}",
"{actor} updated address book {addressbook}" : "{actor} ha actualizado la libreta de direcciones {addressbook}",
"You updated address book {addressbook}" : "Has actualizado la libreta de direcciones {addressbook}",
"{actor} shared address book {addressbook} with you" : "{actor} ha compartido la libreta de direcciones {addressbook} contigo",
"You shared address book {addressbook} with {user}" : "Has compartido la libreta de direcciones {addressbook} con {user}",
"{actor} shared address book {addressbook} with {user}" : "{actor} ha compartido la libreta de direcciones {addressbook} con {user}",
"{actor} unshared address book {addressbook} from you" : "{actor} ha descompartido la libreta de direcciones {addressbook} contigo",
"You unshared address book {addressbook} from {user}" : "Has descompartido la libreta de direcciones {addressbook} con {user}",
"{actor} unshared address book {addressbook} from {user}" : "{actor} ha descompartido la libreta de direcciones {addressbook} con {user}",
"{actor} unshared address book {addressbook} from themselves" : "{actor} ha descompartido la libreta de direcciones {addressbook} con ellos mismos",
"You shared address book {addressbook} with group {group}" : "Has compartido la libreta de direcciones {addressbook} con el grupo {group}",
"{actor} shared address book {addressbook} with group {group}" : "{actor} ha compartido la libreta de direcciones {addressbook} con el grupo {group}",
"You unshared address book {addressbook} from group {group}" : "Has descompartido la libreta de direcciones {addressbook} con el grupo {group}",
"{actor} unshared address book {addressbook} from group {group}" : "{actor} ha descompartido la libreta de direcciones {addressbook} con el grupo {group}",
"{actor} created contact {card} in address book {addressbook}" : "{actor} ha creado el contacto {card} en la libreta de direcciones {addressbook}",
"You created contact {card} in address book {addressbook}" : "Has creado un contacto {card} en la libreta de direcciones {addressbook}",
"{actor} deleted contact {card} from address book {addressbook}" : "{actor} ha eliminado el contacto {card} de la libreta de direcciones {addressbook}",
"You deleted contact {card} from address book {addressbook}" : "Has eliminado el contacto {card} de la libreta de direcciones {addressbook}",
"{actor} updated contact {card} in address book {addressbook}" : "{actor} ha actualizado el contacto {card} en la libreta de direcciones {addressbook}",
"You updated contact {card} in address book {addressbook}" : "Has actualizado el contacto {card} en la libreta de direcciones {addressbook}",
"A <strong>contact</strong> or <strong>address book</strong> was modified" : "Se ha modificado un <strong>contacto</strong> o una <strong>libreta de direcciones</strong> ",
"Accounts" : "Cuentas",
"System address book which holds all accounts" : "Libretas de direcciones del sistema que contienen todas las cuentas",
"File is not updatable: %1$s" : "El archivo no se puede actualizar: %1$s",
"Could not write to final file, canceled by hook" : "No se pudo escribir en el archivo final, cancelado por el sistema.",
"Could not write file contents" : "No se han podido escribir los contenidos del archivo",
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes","%n bytes"],
"Error while copying file to target location (copied: %1$s, expected filesize: %2$s)" : "Error al copiar el archivo al destino (copiado: %1$s, tamaño esperado: %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." : "Se esperaba un tamaño de archivo de %1$s pero se leyó (desde el cliente Nextcloud) y se escribió (en el almacenamiento Nextcloud) %2$s. Podría ser un problema de red en el lado del envío o un problema de escritura en el almacenamiento en el lado del servidor.",
"Could not rename part file to final file, canceled by hook" : "No se pudo escribir en el archivo final, cancelado por el sistema.",
"Could not rename part file to final file" : "No se ha podido renombrar el archivo parcial como el archivo final",
"Failed to check file size: %1$s" : "Fallo al comprobar el tamaño del archivo: %1$s",
"Could not open file" : "No se ha podido abrir el archivo",
"Encryption not ready: %1$s" : "El cifrado no está listo: %1$s",
"Failed to open file: %1$s" : "Fallo al abrir el archivo: %1$s",
"Failed to unlink: %1$s" : "Fallo al desenlazar: %1$s",
"Invalid chunk name" : "Nombre de trozo inválido",
"Could not rename part file assembled from chunks" : "No se ha podido renombrar el archivo parcial formado por los fragmentos",
"Failed to write file contents: %1$s" : "Fallo al escribir el contenido del archivo: %1$s",
"File not found: %1$s" : "Archivo no encontrado: %1$s",
"System is in maintenance mode." : "Sistema está en modo de mantenimiento.",
"Upgrade needed" : "Se necesita actualizar",
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Tu %s necesita configurarse para usar HTTPS en caso de usar CalDAV y CardDAV con iOS/macOS.",
"Configures a CalDAV account" : "Configura una cuenta CalDAV",
"Configures a CardDAV account" : "Configura una cuenta CardDAV",
"Events" : "Eventos",
"Untitled task" : "Tarea sin título",
"Completed on %s" : "Completado el %s",
"Due on %s by %s" : "Finaliza el %s por %s",
"Due on %s" : "Finaliza el %s",
"DAV system address book" : "Libreta de direcciónes DAV del sistema",
"No outstanding DAV system address book sync." : "No hay una sincronización pendiente en la libreta de direcciones DAV del sistema.",
"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\"." : "La sincronización DAV de la libreta de direcciones del sistema no se ha ejecutado ya que su instancia tiene más de 1000 usuarios o por que ha ocurrido un error. Por favor, ejecútela manualmente llamando al comando: \"occ dav:sync-system-addressbook\".",
"Migrated calendar (%1$s)" : "Calendario migrado (%1$s)",
"Calendars including events, details and attendees" : "Calendarios que incluyen eventos, detalles y asistentes",
"Contacts and groups" : "Contactos y grupos",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "Endpoint WebDAV",
"First day" : "Primer día",
"Last day (inclusive)" : "Último día (incluido)",
"Short absence status" : "Estado de ausencia corta",
"Long absence Message" : "Mensaje en ausencia larga",
"Save" : "Guardar",
"Disable absence" : "Deshabilitar ausencia",
"Absence saved" : "Ausencia guardada",
"Failed to save your absence settings" : "Error al guardar tus ajustes de ausencia",
"Absence cleared" : "Ausencia limpiada",
"Failed to clear your absence settings" : "Error al borrar tus ajustes de ausencia",
"Time zone:" : "Zona horaria:",
"to" : "para",
"Delete slot" : "Eliminar espacio",
"No working hours set" : "No se han establecido horas de funcionamiento",
"Add slot" : "Añadir espacio",
"Monday" : "Lunes",
"Tuesday" : "Martes",
"Wednesday" : "Miércoles",
"Thursday" : "Jueves",
"Friday" : "Viernes",
"Saturday" : "Sábado",
"Sunday" : "Domingo",
"Pick a start time for {dayName}" : "Elija una hora de inicio para {dayName}",
"Pick a end time for {dayName}" : "Elija una hora fin para {dayName}",
"Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications." : "Cambiar automáticamente el estado del usuario a \"No molestar\" cuando no esté disponible para silenciar todas las notificaciones.",
"Failed to load availability" : "No se ha podido cargar la disponibilidad",
"Saved availability" : "Disponibilidad guardada",
"Failed to save availability" : "No se ha podido guardar la disponibilidad",
"Availability" : "Disponibilidad",
"Absence" : "Ausencia",
"Configure your next absence period." : "Configura el siguiente periodo en que estarás ausente",
"Calendar server" : "Servidor de calendario",
"Send invitations to attendees" : "Enviar invitaciones a los asistentes",
"Automatically generate a birthday calendar" : "Generar automáticamente un calendario de cumpleaños",
"Birthday calendars will be generated by a background job." : "Los calendarios de cumpleaños se generarán mediante un trabajo en segundo plano.",
"Hence they will not be available immediately after enabling but will show up after some time." : "Por ello, no estarán disponibles inmediatamente tras activarlos, sino que aparecerán después de cierto tiempo.",
"Send notifications for events" : "Enviar notificaciones de los eventos",
"Notifications are sent via background jobs, so these must occur often enough." : "Las notificaciones son enviadas a través de trabajos en segundo plano, por lo que estos deben ocurrir con suficiente frecuencia.",
"Send reminder notifications to calendar sharees as well" : "Enviar recordatorio también a los usuarios con los que se comparte el calendario",
"Reminders are always sent to organizers and attendees." : "Los recordatorios siempre se envían a los organizadores y asistentes.",
"Enable notifications for events via push" : "Activar notificaciones push para eventos",
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Instale también la {calendarappstoreopen}app de Calendario{linkclose} o {calendardocopen}conecte su escritorio y móvil para sincronizar ↗{linkclose}.",
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Por favor, asegúrese de configurar correctamente {emailopen}el servidor web{linkclose}",
"There was an error updating your attendance status." : "Ha habido un error al actualizar tu estado de asistencia.",
"Please contact the organizer directly." : "Por favor, contacta directamente con el organizador.",
"Are you accepting the invitation?" : "¿Aceptas la invitación?",
"Tentative" : "Provisional",
"Your attendance was updated successfully." : "Tu asistencia se ha actualizado con éxito.",
"To-dos" : "Tareas",
"If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Si configura su horario de trabajo, otros usuarios verán cuándo está fuera de la oficina cuando planifiquen una reunión."
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}
+66
View File
@@ -0,0 +1,66 @@
OC.L10N.register(
"dav",
{
"Calendar" : "Calendario",
"Todos" : "Pendientes",
"Personal" : "Personal",
"{actor} created calendar {calendar}" : "{actor} creó el calendario {calendar}",
"You created calendar {calendar}" : "Creaste el calendario {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} borró el calendario {calendar}",
"You deleted calendar {calendar}" : "Borraste el calendario {calendar}",
"{actor} updated calendar {calendar}" : "{actor} actualizó el calendario {calendar}",
"You updated calendar {calendar}" : "Actualizaste el calendario {calendar}",
"You shared calendar {calendar} as public link" : "Compartiste el calendario {calendar} como una liga pública",
"You removed public link for calendar {calendar}" : "Eliminaste la liga pública para el calendario {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} ha compartido el calendario {calendar} contigo",
"You shared calendar {calendar} with {user}" : "Compartiste el calendario {calendar} con {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} compartió el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} ha dejado de compartir el calendario {calendar} contigo",
"You unshared calendar {calendar} from {user}" : "Has dejado de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} dejó de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} dejó de compartir {el calendario calendar} con él mismo",
"You shared calendar {calendar} with group {group}" : "Compartiste el calendario {calendar} con el grupo {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} compartió el calendario {calendar} con el grupo {group}",
"You unshared calendar {calendar} from group {group}" : "Dejaste de compartir el calendario {calendar} con el grupo {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} dejó de compartir el calendrio {calendar} con el grupo {group}",
"{actor} created event {event} in calendar {calendar}" : "{actor} creó el evento {event} en el calendario {calendar}",
"You created event {event} in calendar {calendar}" : "Creaste el evento {event} en el calendario {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} borró el eventó {event} del calendario {calendar}",
"You deleted event {event} from calendar {calendar}" : "Borraste el evento {event} del calendario {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} actualizó el evento {event} en el calendario {calendar}",
"You updated event {event} in calendar {calendar}" : "Actualizaste el evento {event} en el calendario {calendar}",
"{actor} created todo {todo} in list {calendar}" : "{actor} creó el pendiente {todo} en la lista {calendar}",
"You created todo {todo} in list {calendar}" : "Creaste el pendiente {todo} en la lista {calendar}",
"{actor} deleted todo {todo} from list {calendar}" : "{actor} borró el pendiente {todo} de la lista {calendar}",
"You deleted todo {todo} from list {calendar}" : "Borraste el pendiente {todo} de la lista {calendar}",
"{actor} updated todo {todo} in list {calendar}" : "{actor} actualizó el pendiente {todo} de la lista {calendar}",
"You updated todo {todo} in list {calendar}" : "Actualizaste el pendiente {todo} de la lista {calendar}",
"{actor} solved todo {todo} in list {calendar}" : "{actor} resolvió el pendiente {todo} de la lista {calendar}",
"You solved todo {todo} in list {calendar}" : "Resolviste el pendiente {todo} de la lista {calendar}",
"{actor} reopened todo {todo} in list {calendar}" : "{actor} reabrió el pendiente {todo} de la lista{calendar}",
"You reopened todo {todo} in list {calendar}" : "Reabriste el pendiente {todo} de la lista {calendar}",
"A <strong>calendar</strong> was modified" : "Un <strong>calendario</strong> fue modificado",
"A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> de un calendario fue modificado",
"A calendar <strong>todo</strong> was modified" : "Un <strong>pendiente</strong> de un calendario fue modificado",
"Contact birthdays" : "Cumpleaños del contacto",
"Where:" : "Dónde:",
"Description:" : "Descripción:",
"Invitation canceled" : "Invitación cancelada",
"Invitation updated" : "Invitación actualizada",
"Location:" : "Ubicación:",
"Link:" : "Enlace:",
"Accept" : "Aceptar",
"Decline" : "Declinar",
"Contacts" : "Contactos",
"Tasks" : "Tareas",
"WebDAV" : "WebDAV",
"Tentative" : "Tentativo",
"Save" : "Guardar",
"Send invitations to attendees" : "Enviar invitaciones a los asistentes",
"Automatically generate a birthday calendar" : "Generar automaticamente un calendario para cumpleaños",
"Birthday calendars will be generated by a background job." : "Los calendarios de cumpleaños serán generados por un trabajo de segundo plano",
"Hence they will not be available immediately after enabling but will show up after some time." : "Por lo tanto no estarán disponbiles inmediatamente después de habilitarlos pero se mostrarán después de un tiempo.",
"Hello %s," : "Hola %s,",
"When:" : "Cuándo:"
},
"nplurals=2; plural=(n != 1);");
+64
View File
@@ -0,0 +1,64 @@
{ "translations": {
"Calendar" : "Calendario",
"Todos" : "Pendientes",
"Personal" : "Personal",
"{actor} created calendar {calendar}" : "{actor} creó el calendario {calendar}",
"You created calendar {calendar}" : "Creaste el calendario {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} borró el calendario {calendar}",
"You deleted calendar {calendar}" : "Borraste el calendario {calendar}",
"{actor} updated calendar {calendar}" : "{actor} actualizó el calendario {calendar}",
"You updated calendar {calendar}" : "Actualizaste el calendario {calendar}",
"You shared calendar {calendar} as public link" : "Compartiste el calendario {calendar} como una liga pública",
"You removed public link for calendar {calendar}" : "Eliminaste la liga pública para el calendario {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} ha compartido el calendario {calendar} contigo",
"You shared calendar {calendar} with {user}" : "Compartiste el calendario {calendar} con {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} compartió el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} ha dejado de compartir el calendario {calendar} contigo",
"You unshared calendar {calendar} from {user}" : "Has dejado de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} dejó de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} dejó de compartir {el calendario calendar} con él mismo",
"You shared calendar {calendar} with group {group}" : "Compartiste el calendario {calendar} con el grupo {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} compartió el calendario {calendar} con el grupo {group}",
"You unshared calendar {calendar} from group {group}" : "Dejaste de compartir el calendario {calendar} con el grupo {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} dejó de compartir el calendrio {calendar} con el grupo {group}",
"{actor} created event {event} in calendar {calendar}" : "{actor} creó el evento {event} en el calendario {calendar}",
"You created event {event} in calendar {calendar}" : "Creaste el evento {event} en el calendario {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} borró el eventó {event} del calendario {calendar}",
"You deleted event {event} from calendar {calendar}" : "Borraste el evento {event} del calendario {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} actualizó el evento {event} en el calendario {calendar}",
"You updated event {event} in calendar {calendar}" : "Actualizaste el evento {event} en el calendario {calendar}",
"{actor} created todo {todo} in list {calendar}" : "{actor} creó el pendiente {todo} en la lista {calendar}",
"You created todo {todo} in list {calendar}" : "Creaste el pendiente {todo} en la lista {calendar}",
"{actor} deleted todo {todo} from list {calendar}" : "{actor} borró el pendiente {todo} de la lista {calendar}",
"You deleted todo {todo} from list {calendar}" : "Borraste el pendiente {todo} de la lista {calendar}",
"{actor} updated todo {todo} in list {calendar}" : "{actor} actualizó el pendiente {todo} de la lista {calendar}",
"You updated todo {todo} in list {calendar}" : "Actualizaste el pendiente {todo} de la lista {calendar}",
"{actor} solved todo {todo} in list {calendar}" : "{actor} resolvió el pendiente {todo} de la lista {calendar}",
"You solved todo {todo} in list {calendar}" : "Resolviste el pendiente {todo} de la lista {calendar}",
"{actor} reopened todo {todo} in list {calendar}" : "{actor} reabrió el pendiente {todo} de la lista{calendar}",
"You reopened todo {todo} in list {calendar}" : "Reabriste el pendiente {todo} de la lista {calendar}",
"A <strong>calendar</strong> was modified" : "Un <strong>calendario</strong> fue modificado",
"A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> de un calendario fue modificado",
"A calendar <strong>todo</strong> was modified" : "Un <strong>pendiente</strong> de un calendario fue modificado",
"Contact birthdays" : "Cumpleaños del contacto",
"Where:" : "Dónde:",
"Description:" : "Descripción:",
"Invitation canceled" : "Invitación cancelada",
"Invitation updated" : "Invitación actualizada",
"Location:" : "Ubicación:",
"Link:" : "Enlace:",
"Accept" : "Aceptar",
"Decline" : "Declinar",
"Contacts" : "Contactos",
"Tasks" : "Tareas",
"WebDAV" : "WebDAV",
"Tentative" : "Tentativo",
"Save" : "Guardar",
"Send invitations to attendees" : "Enviar invitaciones a los asistentes",
"Automatically generate a birthday calendar" : "Generar automaticamente un calendario para cumpleaños",
"Birthday calendars will be generated by a background job." : "Los calendarios de cumpleaños serán generados por un trabajo de segundo plano",
"Hence they will not be available immediately after enabling but will show up after some time." : "Por lo tanto no estarán disponbiles inmediatamente después de habilitarlos pero se mostrarán después de un tiempo.",
"Hello %s," : "Hola %s,",
"When:" : "Cuándo:"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
+56
View File
@@ -0,0 +1,56 @@
OC.L10N.register(
"dav",
{
"Calendar" : "Calendario",
"Todos" : "Pendientes",
"Personal" : "Personal",
"{actor} created calendar {calendar}" : "{actor} creó el calendario {calendar}",
"You created calendar {calendar}" : "Usted creó el calendario {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} borró el calendario {calendar}",
"You deleted calendar {calendar}" : "Usted borró el calendario {calendar}",
"{actor} updated calendar {calendar}" : "{actor} actualizó el calendario {calendar}",
"You updated calendar {calendar}" : "Usted actualizó el calendario {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} ha compartido el calendario {calendar} con usted",
"You shared calendar {calendar} with {user}" : "Usted ha compartido el calendario {calendar} con {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} compartió el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} ha dejado de compartir el calendario {calendar} con usted",
"You unshared calendar {calendar} from {user}" : "Usted ha dejado de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} dejó de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} dejó de compartir {el calendario calendar} con él mismo",
"You shared calendar {calendar} with group {group}" : "Usted ha compartido el calendario {calendar} con el grupo {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} compartió el calendario {calendar} con el grupo {group}",
"You unshared calendar {calendar} from group {group}" : "Usted ha dejado de compartir el calendario {calendar} con el grupo {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} dejó de compartir el calendrio {calendar} con el grupo {group}",
"{actor} created event {event} in calendar {calendar}" : "{actor} creó el evento {event} en el calendario {calendar}",
"You created event {event} in calendar {calendar}" : "Usted creó el evento {event} en el calendario {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} borró el eventó {event} del calendario {calendar}",
"You deleted event {event} from calendar {calendar}" : "Usted borró el evento {event} del calendario {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} actualizó el evento {event} en el calendario {calendar}",
"You updated event {event} in calendar {calendar}" : "Usted actualizó el evento {event} en el calendario {calendar}",
"{actor} created todo {todo} in list {calendar}" : "{actor} creó el pendiente {todo} en la lista {calendar}",
"You created todo {todo} in list {calendar}" : "Usted creo el pendiente {todo} en la lista {calendar}",
"{actor} deleted todo {todo} from list {calendar}" : "{actor} borró el pendiente {todo} de la lista {calendar}",
"You deleted todo {todo} from list {calendar}" : "Usted borró el pendiente {todo} de la lista {calendar}",
"{actor} updated todo {todo} in list {calendar}" : "{actor} actualizó el pendiente {todo} de la lista {calendar}",
"You updated todo {todo} in list {calendar}" : "Usted actualizó el pendiente {todo} de la lista {calendar}",
"{actor} solved todo {todo} in list {calendar}" : "{actor} resolvió el pendiente {todo} de la lista {calendar}",
"You solved todo {todo} in list {calendar}" : "Usted resolvió el pendiente {todo} de la lista {calendar}",
"{actor} reopened todo {todo} in list {calendar}" : "{actor} reabrió el pendiente {todo} de la lista{calendar}",
"You reopened todo {todo} in list {calendar}" : "Usted reabrió el pendiente {todo} de la lista {calendar}",
"A <strong>calendar</strong> was modified" : "Un <strong>calendario</strong> fue modificado",
"A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> de un calendario fue modificado",
"A calendar <strong>todo</strong> was modified" : "Un <strong>pendiente</strong> de un calendario fue modificado",
"Contact birthdays" : "Cumpleaños del contacto",
"Hello %s," : "Hola %s:",
"Link:" : "Link:",
"Accept" : "Aceptar",
"Decline" : "Declinar",
"Contacts" : "Contactos",
"WebDAV" : "WebDAV",
"Tentative" : "Tentativo",
"Save" : "Guardar",
"Technical details" : "Detalles técnicos",
"Remote Address: %s" : "Dirección remota: %s",
"Request ID: %s" : "ID de solicitud: %s"
},
"nplurals=2; plural=(n != 1);");
+54
View File
@@ -0,0 +1,54 @@
{ "translations": {
"Calendar" : "Calendario",
"Todos" : "Pendientes",
"Personal" : "Personal",
"{actor} created calendar {calendar}" : "{actor} creó el calendario {calendar}",
"You created calendar {calendar}" : "Usted creó el calendario {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} borró el calendario {calendar}",
"You deleted calendar {calendar}" : "Usted borró el calendario {calendar}",
"{actor} updated calendar {calendar}" : "{actor} actualizó el calendario {calendar}",
"You updated calendar {calendar}" : "Usted actualizó el calendario {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} ha compartido el calendario {calendar} con usted",
"You shared calendar {calendar} with {user}" : "Usted ha compartido el calendario {calendar} con {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} compartió el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} ha dejado de compartir el calendario {calendar} con usted",
"You unshared calendar {calendar} from {user}" : "Usted ha dejado de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} dejó de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} dejó de compartir {el calendario calendar} con él mismo",
"You shared calendar {calendar} with group {group}" : "Usted ha compartido el calendario {calendar} con el grupo {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} compartió el calendario {calendar} con el grupo {group}",
"You unshared calendar {calendar} from group {group}" : "Usted ha dejado de compartir el calendario {calendar} con el grupo {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} dejó de compartir el calendrio {calendar} con el grupo {group}",
"{actor} created event {event} in calendar {calendar}" : "{actor} creó el evento {event} en el calendario {calendar}",
"You created event {event} in calendar {calendar}" : "Usted creó el evento {event} en el calendario {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} borró el eventó {event} del calendario {calendar}",
"You deleted event {event} from calendar {calendar}" : "Usted borró el evento {event} del calendario {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} actualizó el evento {event} en el calendario {calendar}",
"You updated event {event} in calendar {calendar}" : "Usted actualizó el evento {event} en el calendario {calendar}",
"{actor} created todo {todo} in list {calendar}" : "{actor} creó el pendiente {todo} en la lista {calendar}",
"You created todo {todo} in list {calendar}" : "Usted creo el pendiente {todo} en la lista {calendar}",
"{actor} deleted todo {todo} from list {calendar}" : "{actor} borró el pendiente {todo} de la lista {calendar}",
"You deleted todo {todo} from list {calendar}" : "Usted borró el pendiente {todo} de la lista {calendar}",
"{actor} updated todo {todo} in list {calendar}" : "{actor} actualizó el pendiente {todo} de la lista {calendar}",
"You updated todo {todo} in list {calendar}" : "Usted actualizó el pendiente {todo} de la lista {calendar}",
"{actor} solved todo {todo} in list {calendar}" : "{actor} resolvió el pendiente {todo} de la lista {calendar}",
"You solved todo {todo} in list {calendar}" : "Usted resolvió el pendiente {todo} de la lista {calendar}",
"{actor} reopened todo {todo} in list {calendar}" : "{actor} reabrió el pendiente {todo} de la lista{calendar}",
"You reopened todo {todo} in list {calendar}" : "Usted reabrió el pendiente {todo} de la lista {calendar}",
"A <strong>calendar</strong> was modified" : "Un <strong>calendario</strong> fue modificado",
"A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> de un calendario fue modificado",
"A calendar <strong>todo</strong> was modified" : "Un <strong>pendiente</strong> de un calendario fue modificado",
"Contact birthdays" : "Cumpleaños del contacto",
"Hello %s," : "Hola %s:",
"Link:" : "Link:",
"Accept" : "Aceptar",
"Decline" : "Declinar",
"Contacts" : "Contactos",
"WebDAV" : "WebDAV",
"Tentative" : "Tentativo",
"Save" : "Guardar",
"Technical details" : "Detalles técnicos",
"Remote Address: %s" : "Dirección remota: %s",
"Request ID: %s" : "ID de solicitud: %s"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
+66
View File
@@ -0,0 +1,66 @@
OC.L10N.register(
"dav",
{
"Calendar" : "Calendario",
"Todos" : "Pendientes",
"Personal" : "Personal",
"{actor} created calendar {calendar}" : "{actor} creó el calendario {calendar}",
"You created calendar {calendar}" : "Creaste el calendario {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} borró el calendario {calendar}",
"You deleted calendar {calendar}" : "Borraste el calendario {calendar}",
"{actor} updated calendar {calendar}" : "{actor} actualizó el calendario {calendar}",
"You updated calendar {calendar}" : "Actualizaste el calendario {calendar}",
"You shared calendar {calendar} as public link" : "Compartiste el calendario {calendar} como una liga pública",
"You removed public link for calendar {calendar}" : "Eliminaste la liga pública para el calendario {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} ha compartido el calendario {calendar} contigo",
"You shared calendar {calendar} with {user}" : "Compartiste el calendario {calendar} con {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} compartió el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} ha dejado de compartir el calendario {calendar} contigo",
"You unshared calendar {calendar} from {user}" : "Has dejado de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} dejó de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} dejó de compartir {el calendario calendar} con él mismo",
"You shared calendar {calendar} with group {group}" : "Compartiste el calendario {calendar} con el grupo {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} compartió el calendario {calendar} con el grupo {group}",
"You unshared calendar {calendar} from group {group}" : "Dejaste de compartir el calendario {calendar} con el grupo {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} dejó de compartir el calendrio {calendar} con el grupo {group}",
"{actor} created event {event} in calendar {calendar}" : "{actor} creó el evento {event} en el calendario {calendar}",
"You created event {event} in calendar {calendar}" : "Creaste el evento {event} en el calendario {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} borró el eventó {event} del calendario {calendar}",
"You deleted event {event} from calendar {calendar}" : "Borraste el evento {event} del calendario {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} actualizó el evento {event} en el calendario {calendar}",
"You updated event {event} in calendar {calendar}" : "Actualizaste el evento {event} en el calendario {calendar}",
"{actor} created todo {todo} in list {calendar}" : "{actor} creó el pendiente {todo} en la lista {calendar}",
"You created todo {todo} in list {calendar}" : "Creaste el pendiente {todo} en la lista {calendar}",
"{actor} deleted todo {todo} from list {calendar}" : "{actor} borró el pendiente {todo} de la lista {calendar}",
"You deleted todo {todo} from list {calendar}" : "Borraste el pendiente {todo} de la lista {calendar}",
"{actor} updated todo {todo} in list {calendar}" : "{actor} actualizó el pendiente {todo} de la lista {calendar}",
"You updated todo {todo} in list {calendar}" : "Actualizaste el pendiente {todo} de la lista {calendar}",
"{actor} solved todo {todo} in list {calendar}" : "{actor} resolvió el pendiente {todo} de la lista {calendar}",
"You solved todo {todo} in list {calendar}" : "Resolviste el pendiente {todo} de la lista {calendar}",
"{actor} reopened todo {todo} in list {calendar}" : "{actor} reabrió el pendiente {todo} de la lista{calendar}",
"You reopened todo {todo} in list {calendar}" : "Reabriste el pendiente {todo} de la lista {calendar}",
"A <strong>calendar</strong> was modified" : "Un <strong>calendario</strong> fue modificado",
"A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> de un calendario fue modificado",
"A calendar <strong>todo</strong> was modified" : "Un <strong>pendiente</strong> de un calendario fue modificado",
"Contact birthdays" : "Cumpleaños del contacto",
"Where:" : "Dónde:",
"Description:" : "Descripción:",
"Invitation canceled" : "Invitación cancelada",
"Invitation updated" : "Invitación actualizada",
"Location:" : "Ubicación:",
"Link:" : "Enlace:",
"Accept" : "Aceptar",
"Decline" : "Declinar",
"Contacts" : "Contactos",
"Tasks" : "Tareas",
"WebDAV" : "WebDAV",
"Tentative" : "Tentativo",
"Save" : "Guardar",
"Send invitations to attendees" : "Enviar invitaciones a los asistentes",
"Automatically generate a birthday calendar" : "Generar automaticamente un calendario para cumpleaños",
"Birthday calendars will be generated by a background job." : "Los calendarios de cumpleaños serán generados por un trabajo de segundo plano",
"Hence they will not be available immediately after enabling but will show up after some time." : "Por lo tanto no estarán disponbiles inmediatamente después de habilitarlos pero se mostrarán después de un tiempo.",
"Hello %s," : "Hola %s,",
"When:" : "Cuándo:"
},
"nplurals=2; plural=(n != 1);");
+64
View File
@@ -0,0 +1,64 @@
{ "translations": {
"Calendar" : "Calendario",
"Todos" : "Pendientes",
"Personal" : "Personal",
"{actor} created calendar {calendar}" : "{actor} creó el calendario {calendar}",
"You created calendar {calendar}" : "Creaste el calendario {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} borró el calendario {calendar}",
"You deleted calendar {calendar}" : "Borraste el calendario {calendar}",
"{actor} updated calendar {calendar}" : "{actor} actualizó el calendario {calendar}",
"You updated calendar {calendar}" : "Actualizaste el calendario {calendar}",
"You shared calendar {calendar} as public link" : "Compartiste el calendario {calendar} como una liga pública",
"You removed public link for calendar {calendar}" : "Eliminaste la liga pública para el calendario {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} ha compartido el calendario {calendar} contigo",
"You shared calendar {calendar} with {user}" : "Compartiste el calendario {calendar} con {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} compartió el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} ha dejado de compartir el calendario {calendar} contigo",
"You unshared calendar {calendar} from {user}" : "Has dejado de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} dejó de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} dejó de compartir {el calendario calendar} con él mismo",
"You shared calendar {calendar} with group {group}" : "Compartiste el calendario {calendar} con el grupo {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} compartió el calendario {calendar} con el grupo {group}",
"You unshared calendar {calendar} from group {group}" : "Dejaste de compartir el calendario {calendar} con el grupo {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} dejó de compartir el calendrio {calendar} con el grupo {group}",
"{actor} created event {event} in calendar {calendar}" : "{actor} creó el evento {event} en el calendario {calendar}",
"You created event {event} in calendar {calendar}" : "Creaste el evento {event} en el calendario {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} borró el eventó {event} del calendario {calendar}",
"You deleted event {event} from calendar {calendar}" : "Borraste el evento {event} del calendario {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} actualizó el evento {event} en el calendario {calendar}",
"You updated event {event} in calendar {calendar}" : "Actualizaste el evento {event} en el calendario {calendar}",
"{actor} created todo {todo} in list {calendar}" : "{actor} creó el pendiente {todo} en la lista {calendar}",
"You created todo {todo} in list {calendar}" : "Creaste el pendiente {todo} en la lista {calendar}",
"{actor} deleted todo {todo} from list {calendar}" : "{actor} borró el pendiente {todo} de la lista {calendar}",
"You deleted todo {todo} from list {calendar}" : "Borraste el pendiente {todo} de la lista {calendar}",
"{actor} updated todo {todo} in list {calendar}" : "{actor} actualizó el pendiente {todo} de la lista {calendar}",
"You updated todo {todo} in list {calendar}" : "Actualizaste el pendiente {todo} de la lista {calendar}",
"{actor} solved todo {todo} in list {calendar}" : "{actor} resolvió el pendiente {todo} de la lista {calendar}",
"You solved todo {todo} in list {calendar}" : "Resolviste el pendiente {todo} de la lista {calendar}",
"{actor} reopened todo {todo} in list {calendar}" : "{actor} reabrió el pendiente {todo} de la lista{calendar}",
"You reopened todo {todo} in list {calendar}" : "Reabriste el pendiente {todo} de la lista {calendar}",
"A <strong>calendar</strong> was modified" : "Un <strong>calendario</strong> fue modificado",
"A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> de un calendario fue modificado",
"A calendar <strong>todo</strong> was modified" : "Un <strong>pendiente</strong> de un calendario fue modificado",
"Contact birthdays" : "Cumpleaños del contacto",
"Where:" : "Dónde:",
"Description:" : "Descripción:",
"Invitation canceled" : "Invitación cancelada",
"Invitation updated" : "Invitación actualizada",
"Location:" : "Ubicación:",
"Link:" : "Enlace:",
"Accept" : "Aceptar",
"Decline" : "Declinar",
"Contacts" : "Contactos",
"Tasks" : "Tareas",
"WebDAV" : "WebDAV",
"Tentative" : "Tentativo",
"Save" : "Guardar",
"Send invitations to attendees" : "Enviar invitaciones a los asistentes",
"Automatically generate a birthday calendar" : "Generar automaticamente un calendario para cumpleaños",
"Birthday calendars will be generated by a background job." : "Los calendarios de cumpleaños serán generados por un trabajo de segundo plano",
"Hence they will not be available immediately after enabling but will show up after some time." : "Por lo tanto no estarán disponbiles inmediatamente después de habilitarlos pero se mostrarán después de un tiempo.",
"Hello %s," : "Hola %s,",
"When:" : "Cuándo:"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
+66
View File
@@ -0,0 +1,66 @@
OC.L10N.register(
"dav",
{
"Calendar" : "Calendario",
"Todos" : "Pendientes",
"Personal" : "Personal",
"{actor} created calendar {calendar}" : "{actor} creó el calendario {calendar}",
"You created calendar {calendar}" : "Creaste el calendario {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} borró el calendario {calendar}",
"You deleted calendar {calendar}" : "Borraste el calendario {calendar}",
"{actor} updated calendar {calendar}" : "{actor} actualizó el calendario {calendar}",
"You updated calendar {calendar}" : "Actualizaste el calendario {calendar}",
"You shared calendar {calendar} as public link" : "Compartiste el calendario {calendar} como una liga pública",
"You removed public link for calendar {calendar}" : "Eliminaste la liga pública para el calendario {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} ha compartido el calendario {calendar} contigo",
"You shared calendar {calendar} with {user}" : "Compartiste el calendario {calendar} con {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} compartió el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} ha dejado de compartir el calendario {calendar} contigo",
"You unshared calendar {calendar} from {user}" : "Has dejado de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} dejó de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} dejó de compartir {el calendario calendar} con él mismo",
"You shared calendar {calendar} with group {group}" : "Compartiste el calendario {calendar} con el grupo {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} compartió el calendario {calendar} con el grupo {group}",
"You unshared calendar {calendar} from group {group}" : "Dejaste de compartir el calendario {calendar} con el grupo {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} dejó de compartir el calendrio {calendar} con el grupo {group}",
"{actor} created event {event} in calendar {calendar}" : "{actor} creó el evento {event} en el calendario {calendar}",
"You created event {event} in calendar {calendar}" : "Creaste el evento {event} en el calendario {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} borró el eventó {event} del calendario {calendar}",
"You deleted event {event} from calendar {calendar}" : "Borraste el evento {event} del calendario {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} actualizó el evento {event} en el calendario {calendar}",
"You updated event {event} in calendar {calendar}" : "Actualizaste el evento {event} en el calendario {calendar}",
"{actor} created todo {todo} in list {calendar}" : "{actor} creó el pendiente {todo} en la lista {calendar}",
"You created todo {todo} in list {calendar}" : "Creaste el pendiente {todo} en la lista {calendar}",
"{actor} deleted todo {todo} from list {calendar}" : "{actor} borró el pendiente {todo} de la lista {calendar}",
"You deleted todo {todo} from list {calendar}" : "Borraste el pendiente {todo} de la lista {calendar}",
"{actor} updated todo {todo} in list {calendar}" : "{actor} actualizó el pendiente {todo} de la lista {calendar}",
"You updated todo {todo} in list {calendar}" : "Actualizaste el pendiente {todo} de la lista {calendar}",
"{actor} solved todo {todo} in list {calendar}" : "{actor} resolvió el pendiente {todo} de la lista {calendar}",
"You solved todo {todo} in list {calendar}" : "Resolviste el pendiente {todo} de la lista {calendar}",
"{actor} reopened todo {todo} in list {calendar}" : "{actor} reabrió el pendiente {todo} de la lista{calendar}",
"You reopened todo {todo} in list {calendar}" : "Reabriste el pendiente {todo} de la lista {calendar}",
"A <strong>calendar</strong> was modified" : "Un <strong>calendario</strong> fue modificado",
"A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> de un calendario fue modificado",
"A calendar <strong>todo</strong> was modified" : "Un <strong>pendiente</strong> de un calendario fue modificado",
"Contact birthdays" : "Cumpleaños del contacto",
"Where:" : "Dónde:",
"Description:" : "Descripción:",
"Invitation canceled" : "Invitación cancelada",
"Invitation updated" : "Invitación actualizada",
"Location:" : "Ubicación:",
"Link:" : "Enlace:",
"Accept" : "Aceptar",
"Decline" : "Declinar",
"Contacts" : "Contactos",
"Tasks" : "Tareas",
"WebDAV" : "WebDAV",
"Tentative" : "Tentativo",
"Save" : "Guardar",
"Send invitations to attendees" : "Enviar invitaciones a los asistentes",
"Automatically generate a birthday calendar" : "Generar automaticamente un calendario para cumpleaños",
"Birthday calendars will be generated by a background job." : "Los calendarios de cumpleaños serán generados por un trabajo de segundo plano",
"Hence they will not be available immediately after enabling but will show up after some time." : "Por lo tanto no estarán disponbiles inmediatamente después de habilitarlos pero se mostrarán después de un tiempo.",
"Hello %s," : "Hola %s,",
"When:" : "Cuándo:"
},
"nplurals=2; plural=(n != 1);");
+64
View File
@@ -0,0 +1,64 @@
{ "translations": {
"Calendar" : "Calendario",
"Todos" : "Pendientes",
"Personal" : "Personal",
"{actor} created calendar {calendar}" : "{actor} creó el calendario {calendar}",
"You created calendar {calendar}" : "Creaste el calendario {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} borró el calendario {calendar}",
"You deleted calendar {calendar}" : "Borraste el calendario {calendar}",
"{actor} updated calendar {calendar}" : "{actor} actualizó el calendario {calendar}",
"You updated calendar {calendar}" : "Actualizaste el calendario {calendar}",
"You shared calendar {calendar} as public link" : "Compartiste el calendario {calendar} como una liga pública",
"You removed public link for calendar {calendar}" : "Eliminaste la liga pública para el calendario {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} ha compartido el calendario {calendar} contigo",
"You shared calendar {calendar} with {user}" : "Compartiste el calendario {calendar} con {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} compartió el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} ha dejado de compartir el calendario {calendar} contigo",
"You unshared calendar {calendar} from {user}" : "Has dejado de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} dejó de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} dejó de compartir {el calendario calendar} con él mismo",
"You shared calendar {calendar} with group {group}" : "Compartiste el calendario {calendar} con el grupo {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} compartió el calendario {calendar} con el grupo {group}",
"You unshared calendar {calendar} from group {group}" : "Dejaste de compartir el calendario {calendar} con el grupo {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} dejó de compartir el calendrio {calendar} con el grupo {group}",
"{actor} created event {event} in calendar {calendar}" : "{actor} creó el evento {event} en el calendario {calendar}",
"You created event {event} in calendar {calendar}" : "Creaste el evento {event} en el calendario {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} borró el eventó {event} del calendario {calendar}",
"You deleted event {event} from calendar {calendar}" : "Borraste el evento {event} del calendario {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} actualizó el evento {event} en el calendario {calendar}",
"You updated event {event} in calendar {calendar}" : "Actualizaste el evento {event} en el calendario {calendar}",
"{actor} created todo {todo} in list {calendar}" : "{actor} creó el pendiente {todo} en la lista {calendar}",
"You created todo {todo} in list {calendar}" : "Creaste el pendiente {todo} en la lista {calendar}",
"{actor} deleted todo {todo} from list {calendar}" : "{actor} borró el pendiente {todo} de la lista {calendar}",
"You deleted todo {todo} from list {calendar}" : "Borraste el pendiente {todo} de la lista {calendar}",
"{actor} updated todo {todo} in list {calendar}" : "{actor} actualizó el pendiente {todo} de la lista {calendar}",
"You updated todo {todo} in list {calendar}" : "Actualizaste el pendiente {todo} de la lista {calendar}",
"{actor} solved todo {todo} in list {calendar}" : "{actor} resolvió el pendiente {todo} de la lista {calendar}",
"You solved todo {todo} in list {calendar}" : "Resolviste el pendiente {todo} de la lista {calendar}",
"{actor} reopened todo {todo} in list {calendar}" : "{actor} reabrió el pendiente {todo} de la lista{calendar}",
"You reopened todo {todo} in list {calendar}" : "Reabriste el pendiente {todo} de la lista {calendar}",
"A <strong>calendar</strong> was modified" : "Un <strong>calendario</strong> fue modificado",
"A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> de un calendario fue modificado",
"A calendar <strong>todo</strong> was modified" : "Un <strong>pendiente</strong> de un calendario fue modificado",
"Contact birthdays" : "Cumpleaños del contacto",
"Where:" : "Dónde:",
"Description:" : "Descripción:",
"Invitation canceled" : "Invitación cancelada",
"Invitation updated" : "Invitación actualizada",
"Location:" : "Ubicación:",
"Link:" : "Enlace:",
"Accept" : "Aceptar",
"Decline" : "Declinar",
"Contacts" : "Contactos",
"Tasks" : "Tareas",
"WebDAV" : "WebDAV",
"Tentative" : "Tentativo",
"Save" : "Guardar",
"Send invitations to attendees" : "Enviar invitaciones a los asistentes",
"Automatically generate a birthday calendar" : "Generar automaticamente un calendario para cumpleaños",
"Birthday calendars will be generated by a background job." : "Los calendarios de cumpleaños serán generados por un trabajo de segundo plano",
"Hence they will not be available immediately after enabling but will show up after some time." : "Por lo tanto no estarán disponbiles inmediatamente después de habilitarlos pero se mostrarán después de un tiempo.",
"Hello %s," : "Hola %s,",
"When:" : "Cuándo:"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
+66
View File
@@ -0,0 +1,66 @@
OC.L10N.register(
"dav",
{
"Calendar" : "Calendario",
"Todos" : "Pendientes",
"Personal" : "Personal",
"{actor} created calendar {calendar}" : "{actor} creó el calendario {calendar}",
"You created calendar {calendar}" : "Creaste el calendario {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} borró el calendario {calendar}",
"You deleted calendar {calendar}" : "Borraste el calendario {calendar}",
"{actor} updated calendar {calendar}" : "{actor} actualizó el calendario {calendar}",
"You updated calendar {calendar}" : "Actualizaste el calendario {calendar}",
"You shared calendar {calendar} as public link" : "Compartiste el calendario {calendar} como una liga pública",
"You removed public link for calendar {calendar}" : "Eliminaste la liga pública para el calendario {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} ha compartido el calendario {calendar} contigo",
"You shared calendar {calendar} with {user}" : "Compartiste el calendario {calendar} con {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} compartió el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} ha dejado de compartir el calendario {calendar} contigo",
"You unshared calendar {calendar} from {user}" : "Has dejado de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} dejó de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} dejó de compartir {el calendario calendar} con él mismo",
"You shared calendar {calendar} with group {group}" : "Compartiste el calendario {calendar} con el grupo {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} compartió el calendario {calendar} con el grupo {group}",
"You unshared calendar {calendar} from group {group}" : "Dejaste de compartir el calendario {calendar} con el grupo {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} dejó de compartir el calendrio {calendar} con el grupo {group}",
"{actor} created event {event} in calendar {calendar}" : "{actor} creó el evento {event} en el calendario {calendar}",
"You created event {event} in calendar {calendar}" : "Creaste el evento {event} en el calendario {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} borró el eventó {event} del calendario {calendar}",
"You deleted event {event} from calendar {calendar}" : "Borraste el evento {event} del calendario {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} actualizó el evento {event} en el calendario {calendar}",
"You updated event {event} in calendar {calendar}" : "Actualizaste el evento {event} en el calendario {calendar}",
"{actor} created todo {todo} in list {calendar}" : "{actor} creó el pendiente {todo} en la lista {calendar}",
"You created todo {todo} in list {calendar}" : "Creaste el pendiente {todo} en la lista {calendar}",
"{actor} deleted todo {todo} from list {calendar}" : "{actor} borró el pendiente {todo} de la lista {calendar}",
"You deleted todo {todo} from list {calendar}" : "Borraste el pendiente {todo} de la lista {calendar}",
"{actor} updated todo {todo} in list {calendar}" : "{actor} actualizó el pendiente {todo} de la lista {calendar}",
"You updated todo {todo} in list {calendar}" : "Actualizaste el pendiente {todo} de la lista {calendar}",
"{actor} solved todo {todo} in list {calendar}" : "{actor} resolvió el pendiente {todo} de la lista {calendar}",
"You solved todo {todo} in list {calendar}" : "Resolviste el pendiente {todo} de la lista {calendar}",
"{actor} reopened todo {todo} in list {calendar}" : "{actor} reabrió el pendiente {todo} de la lista{calendar}",
"You reopened todo {todo} in list {calendar}" : "Reabriste el pendiente {todo} de la lista {calendar}",
"A <strong>calendar</strong> was modified" : "Un <strong>calendario</strong> fue modificado",
"A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> de un calendario fue modificado",
"A calendar <strong>todo</strong> was modified" : "Un <strong>pendiente</strong> de un calendario fue modificado",
"Contact birthdays" : "Cumpleaños del contacto",
"Where:" : "Dónde:",
"Description:" : "Descripción:",
"Invitation canceled" : "Invitación cancelada",
"Invitation updated" : "Invitación actualizada",
"Location:" : "Ubicación:",
"Link:" : "Enlace:",
"Accept" : "Aceptar",
"Decline" : "Declinar",
"Contacts" : "Contactos",
"Tasks" : "Tareas",
"WebDAV" : "WebDAV",
"Tentative" : "Tentativo",
"Save" : "Guardar",
"Send invitations to attendees" : "Enviar invitaciones a los asistentes",
"Automatically generate a birthday calendar" : "Generar automaticamente un calendario para cumpleaños",
"Birthday calendars will be generated by a background job." : "Los calendarios de cumpleaños serán generados por un trabajo de segundo plano",
"Hence they will not be available immediately after enabling but will show up after some time." : "Por lo tanto no estarán disponbiles inmediatamente después de habilitarlos pero se mostrarán después de un tiempo.",
"Hello %s," : "Hola %s,",
"When:" : "Cuándo:"
},
"nplurals=2; plural=(n != 1);");
+64
View File
@@ -0,0 +1,64 @@
{ "translations": {
"Calendar" : "Calendario",
"Todos" : "Pendientes",
"Personal" : "Personal",
"{actor} created calendar {calendar}" : "{actor} creó el calendario {calendar}",
"You created calendar {calendar}" : "Creaste el calendario {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} borró el calendario {calendar}",
"You deleted calendar {calendar}" : "Borraste el calendario {calendar}",
"{actor} updated calendar {calendar}" : "{actor} actualizó el calendario {calendar}",
"You updated calendar {calendar}" : "Actualizaste el calendario {calendar}",
"You shared calendar {calendar} as public link" : "Compartiste el calendario {calendar} como una liga pública",
"You removed public link for calendar {calendar}" : "Eliminaste la liga pública para el calendario {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} ha compartido el calendario {calendar} contigo",
"You shared calendar {calendar} with {user}" : "Compartiste el calendario {calendar} con {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} compartió el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} ha dejado de compartir el calendario {calendar} contigo",
"You unshared calendar {calendar} from {user}" : "Has dejado de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} dejó de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} dejó de compartir {el calendario calendar} con él mismo",
"You shared calendar {calendar} with group {group}" : "Compartiste el calendario {calendar} con el grupo {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} compartió el calendario {calendar} con el grupo {group}",
"You unshared calendar {calendar} from group {group}" : "Dejaste de compartir el calendario {calendar} con el grupo {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} dejó de compartir el calendrio {calendar} con el grupo {group}",
"{actor} created event {event} in calendar {calendar}" : "{actor} creó el evento {event} en el calendario {calendar}",
"You created event {event} in calendar {calendar}" : "Creaste el evento {event} en el calendario {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} borró el eventó {event} del calendario {calendar}",
"You deleted event {event} from calendar {calendar}" : "Borraste el evento {event} del calendario {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} actualizó el evento {event} en el calendario {calendar}",
"You updated event {event} in calendar {calendar}" : "Actualizaste el evento {event} en el calendario {calendar}",
"{actor} created todo {todo} in list {calendar}" : "{actor} creó el pendiente {todo} en la lista {calendar}",
"You created todo {todo} in list {calendar}" : "Creaste el pendiente {todo} en la lista {calendar}",
"{actor} deleted todo {todo} from list {calendar}" : "{actor} borró el pendiente {todo} de la lista {calendar}",
"You deleted todo {todo} from list {calendar}" : "Borraste el pendiente {todo} de la lista {calendar}",
"{actor} updated todo {todo} in list {calendar}" : "{actor} actualizó el pendiente {todo} de la lista {calendar}",
"You updated todo {todo} in list {calendar}" : "Actualizaste el pendiente {todo} de la lista {calendar}",
"{actor} solved todo {todo} in list {calendar}" : "{actor} resolvió el pendiente {todo} de la lista {calendar}",
"You solved todo {todo} in list {calendar}" : "Resolviste el pendiente {todo} de la lista {calendar}",
"{actor} reopened todo {todo} in list {calendar}" : "{actor} reabrió el pendiente {todo} de la lista{calendar}",
"You reopened todo {todo} in list {calendar}" : "Reabriste el pendiente {todo} de la lista {calendar}",
"A <strong>calendar</strong> was modified" : "Un <strong>calendario</strong> fue modificado",
"A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> de un calendario fue modificado",
"A calendar <strong>todo</strong> was modified" : "Un <strong>pendiente</strong> de un calendario fue modificado",
"Contact birthdays" : "Cumpleaños del contacto",
"Where:" : "Dónde:",
"Description:" : "Descripción:",
"Invitation canceled" : "Invitación cancelada",
"Invitation updated" : "Invitación actualizada",
"Location:" : "Ubicación:",
"Link:" : "Enlace:",
"Accept" : "Aceptar",
"Decline" : "Declinar",
"Contacts" : "Contactos",
"Tasks" : "Tareas",
"WebDAV" : "WebDAV",
"Tentative" : "Tentativo",
"Save" : "Guardar",
"Send invitations to attendees" : "Enviar invitaciones a los asistentes",
"Automatically generate a birthday calendar" : "Generar automaticamente un calendario para cumpleaños",
"Birthday calendars will be generated by a background job." : "Los calendarios de cumpleaños serán generados por un trabajo de segundo plano",
"Hence they will not be available immediately after enabling but will show up after some time." : "Por lo tanto no estarán disponbiles inmediatamente después de habilitarlos pero se mostrarán después de un tiempo.",
"Hello %s," : "Hola %s,",
"When:" : "Cuándo:"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
+66
View File
@@ -0,0 +1,66 @@
OC.L10N.register(
"dav",
{
"Calendar" : "Calendario",
"Todos" : "Pendientes",
"Personal" : "Personal",
"{actor} created calendar {calendar}" : "{actor} creó el calendario {calendar}",
"You created calendar {calendar}" : "Creaste el calendario {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} borró el calendario {calendar}",
"You deleted calendar {calendar}" : "Borraste el calendario {calendar}",
"{actor} updated calendar {calendar}" : "{actor} actualizó el calendario {calendar}",
"You updated calendar {calendar}" : "Actualizaste el calendario {calendar}",
"You shared calendar {calendar} as public link" : "Compartiste el calendario {calendar} como una liga pública",
"You removed public link for calendar {calendar}" : "Eliminaste la liga pública para el calendario {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} ha compartido el calendario {calendar} contigo",
"You shared calendar {calendar} with {user}" : "Compartiste el calendario {calendar} con {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} compartió el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} ha dejado de compartir el calendario {calendar} contigo",
"You unshared calendar {calendar} from {user}" : "Has dejado de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} dejó de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} dejó de compartir {el calendario calendar} con él mismo",
"You shared calendar {calendar} with group {group}" : "Compartiste el calendario {calendar} con el grupo {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} compartió el calendario {calendar} con el grupo {group}",
"You unshared calendar {calendar} from group {group}" : "Dejaste de compartir el calendario {calendar} con el grupo {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} dejó de compartir el calendrio {calendar} con el grupo {group}",
"{actor} created event {event} in calendar {calendar}" : "{actor} creó el evento {event} en el calendario {calendar}",
"You created event {event} in calendar {calendar}" : "Creaste el evento {event} en el calendario {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} borró el eventó {event} del calendario {calendar}",
"You deleted event {event} from calendar {calendar}" : "Borraste el evento {event} del calendario {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} actualizó el evento {event} en el calendario {calendar}",
"You updated event {event} in calendar {calendar}" : "Actualizaste el evento {event} en el calendario {calendar}",
"{actor} created todo {todo} in list {calendar}" : "{actor} creó el pendiente {todo} en la lista {calendar}",
"You created todo {todo} in list {calendar}" : "Creaste el pendiente {todo} en la lista {calendar}",
"{actor} deleted todo {todo} from list {calendar}" : "{actor} borró el pendiente {todo} de la lista {calendar}",
"You deleted todo {todo} from list {calendar}" : "Borraste el pendiente {todo} de la lista {calendar}",
"{actor} updated todo {todo} in list {calendar}" : "{actor} actualizó el pendiente {todo} de la lista {calendar}",
"You updated todo {todo} in list {calendar}" : "Actualizaste el pendiente {todo} de la lista {calendar}",
"{actor} solved todo {todo} in list {calendar}" : "{actor} resolvió el pendiente {todo} de la lista {calendar}",
"You solved todo {todo} in list {calendar}" : "Resolviste el pendiente {todo} de la lista {calendar}",
"{actor} reopened todo {todo} in list {calendar}" : "{actor} reabrió el pendiente {todo} de la lista{calendar}",
"You reopened todo {todo} in list {calendar}" : "Reabriste el pendiente {todo} de la lista {calendar}",
"A <strong>calendar</strong> was modified" : "Un <strong>calendario</strong> fue modificado",
"A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> de un calendario fue modificado",
"A calendar <strong>todo</strong> was modified" : "Un <strong>pendiente</strong> de un calendario fue modificado",
"Contact birthdays" : "Cumpleaños del contacto",
"Where:" : "Dónde:",
"Description:" : "Descripción:",
"Invitation canceled" : "Invitación cancelada",
"Invitation updated" : "Invitación actualizada",
"Location:" : "Ubicación:",
"Link:" : "Enlace:",
"Accept" : "Aceptar",
"Decline" : "Declinar",
"Contacts" : "Contactos",
"Tasks" : "Tareas",
"WebDAV" : "WebDAV",
"Tentative" : "Tentativo",
"Save" : "Guardar",
"Send invitations to attendees" : "Enviar invitaciones a los asistentes",
"Automatically generate a birthday calendar" : "Generar automaticamente un calendario para cumpleaños",
"Birthday calendars will be generated by a background job." : "Los calendarios de cumpleaños serán generados por un trabajo de segundo plano",
"Hence they will not be available immediately after enabling but will show up after some time." : "Por lo tanto no estarán disponbiles inmediatamente después de habilitarlos pero se mostrarán después de un tiempo.",
"Hello %s," : "Hola %s,",
"When:" : "Cuándo:"
},
"nplurals=2; plural=(n != 1);");
+64
View File
@@ -0,0 +1,64 @@
{ "translations": {
"Calendar" : "Calendario",
"Todos" : "Pendientes",
"Personal" : "Personal",
"{actor} created calendar {calendar}" : "{actor} creó el calendario {calendar}",
"You created calendar {calendar}" : "Creaste el calendario {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} borró el calendario {calendar}",
"You deleted calendar {calendar}" : "Borraste el calendario {calendar}",
"{actor} updated calendar {calendar}" : "{actor} actualizó el calendario {calendar}",
"You updated calendar {calendar}" : "Actualizaste el calendario {calendar}",
"You shared calendar {calendar} as public link" : "Compartiste el calendario {calendar} como una liga pública",
"You removed public link for calendar {calendar}" : "Eliminaste la liga pública para el calendario {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} ha compartido el calendario {calendar} contigo",
"You shared calendar {calendar} with {user}" : "Compartiste el calendario {calendar} con {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} compartió el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} ha dejado de compartir el calendario {calendar} contigo",
"You unshared calendar {calendar} from {user}" : "Has dejado de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} dejó de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} dejó de compartir {el calendario calendar} con él mismo",
"You shared calendar {calendar} with group {group}" : "Compartiste el calendario {calendar} con el grupo {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} compartió el calendario {calendar} con el grupo {group}",
"You unshared calendar {calendar} from group {group}" : "Dejaste de compartir el calendario {calendar} con el grupo {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} dejó de compartir el calendrio {calendar} con el grupo {group}",
"{actor} created event {event} in calendar {calendar}" : "{actor} creó el evento {event} en el calendario {calendar}",
"You created event {event} in calendar {calendar}" : "Creaste el evento {event} en el calendario {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} borró el eventó {event} del calendario {calendar}",
"You deleted event {event} from calendar {calendar}" : "Borraste el evento {event} del calendario {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} actualizó el evento {event} en el calendario {calendar}",
"You updated event {event} in calendar {calendar}" : "Actualizaste el evento {event} en el calendario {calendar}",
"{actor} created todo {todo} in list {calendar}" : "{actor} creó el pendiente {todo} en la lista {calendar}",
"You created todo {todo} in list {calendar}" : "Creaste el pendiente {todo} en la lista {calendar}",
"{actor} deleted todo {todo} from list {calendar}" : "{actor} borró el pendiente {todo} de la lista {calendar}",
"You deleted todo {todo} from list {calendar}" : "Borraste el pendiente {todo} de la lista {calendar}",
"{actor} updated todo {todo} in list {calendar}" : "{actor} actualizó el pendiente {todo} de la lista {calendar}",
"You updated todo {todo} in list {calendar}" : "Actualizaste el pendiente {todo} de la lista {calendar}",
"{actor} solved todo {todo} in list {calendar}" : "{actor} resolvió el pendiente {todo} de la lista {calendar}",
"You solved todo {todo} in list {calendar}" : "Resolviste el pendiente {todo} de la lista {calendar}",
"{actor} reopened todo {todo} in list {calendar}" : "{actor} reabrió el pendiente {todo} de la lista{calendar}",
"You reopened todo {todo} in list {calendar}" : "Reabriste el pendiente {todo} de la lista {calendar}",
"A <strong>calendar</strong> was modified" : "Un <strong>calendario</strong> fue modificado",
"A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> de un calendario fue modificado",
"A calendar <strong>todo</strong> was modified" : "Un <strong>pendiente</strong> de un calendario fue modificado",
"Contact birthdays" : "Cumpleaños del contacto",
"Where:" : "Dónde:",
"Description:" : "Descripción:",
"Invitation canceled" : "Invitación cancelada",
"Invitation updated" : "Invitación actualizada",
"Location:" : "Ubicación:",
"Link:" : "Enlace:",
"Accept" : "Aceptar",
"Decline" : "Declinar",
"Contacts" : "Contactos",
"Tasks" : "Tareas",
"WebDAV" : "WebDAV",
"Tentative" : "Tentativo",
"Save" : "Guardar",
"Send invitations to attendees" : "Enviar invitaciones a los asistentes",
"Automatically generate a birthday calendar" : "Generar automaticamente un calendario para cumpleaños",
"Birthday calendars will be generated by a background job." : "Los calendarios de cumpleaños serán generados por un trabajo de segundo plano",
"Hence they will not be available immediately after enabling but will show up after some time." : "Por lo tanto no estarán disponbiles inmediatamente después de habilitarlos pero se mostrarán después de un tiempo.",
"Hello %s," : "Hola %s,",
"When:" : "Cuándo:"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
+194
View File
@@ -0,0 +1,194 @@
OC.L10N.register(
"dav",
{
"Calendar" : "Calendario",
"Tasks" : "Tareas",
"Personal" : "Personal",
"{actor} created calendar {calendar}" : "{actor} creó el calendario {calendar}",
"You created calendar {calendar}" : "Creaste el calendario {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} borró el calendario {calendar}",
"You deleted calendar {calendar}" : "Borraste el calendario {calendar}",
"{actor} updated calendar {calendar}" : "{actor} actualizó el calendario {calendar}",
"You updated calendar {calendar}" : "Actualizaste el calendario {calendar}",
"{actor} restored calendar {calendar}" : "{actor} restauró el calendario {calendar}",
"You restored calendar {calendar}" : "Restauraste el calendario {calendar}",
"You shared calendar {calendar} as public link" : "Compartiste el calendario {calendar} como una liga pública",
"You removed public link for calendar {calendar}" : "Eliminaste la liga pública para el calendario {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} ha compartido el calendario {calendar} contigo",
"You shared calendar {calendar} with {user}" : "Compartiste el calendario {calendar} con {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} compartió el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} ha dejado de compartir el calendario {calendar} contigo",
"You unshared calendar {calendar} from {user}" : "Has dejado de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} dejó de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} dejó de compartir {el calendario calendar} con él mismo",
"You shared calendar {calendar} with group {group}" : "Compartiste el calendario {calendar} con el grupo {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} compartió el calendario {calendar} con el grupo {group}",
"You unshared calendar {calendar} from group {group}" : "Dejaste de compartir el calendario {calendar} con el grupo {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} dejó de compartir el calendrio {calendar} con el grupo {group}",
"Untitled event" : "Evento sin título",
"{actor} created event {event} in calendar {calendar}" : "{actor} creó el evento {event} en el calendario {calendar}",
"You created event {event} in calendar {calendar}" : "Creaste el evento {event} en el calendario {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} borró el eventó {event} del calendario {calendar}",
"You deleted event {event} from calendar {calendar}" : "Borraste el evento {event} del calendario {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} actualizó el evento {event} en el calendario {calendar}",
"You updated event {event} in calendar {calendar}" : "Actualizaste el evento {event} en el calendario {calendar}",
"{actor} moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "{actor} movió el evento {event} del calendario {targetCalendar} al calendario {targetCalendar}",
"You moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "Moviste el evento {event} del calendario {targetCalendar} al calendario {targetCalendar}",
"{actor} restored event {event} of calendar {calendar}" : "{actor} restauró el evento {event} del calendario {calendar}",
"You restored event {event} of calendar {calendar}" : "Restauraste el evento {event} del calendario {calendar}",
"Busy" : "Ocupado",
"{actor} created to-do {todo} in list {calendar}" : "{actor} creó la tarea {todo} en la lista {calendar}",
"You created to-do {todo} in list {calendar}" : "Creaste la tarea {todo} en la lista {calendar}",
"{actor} deleted to-do {todo} from list {calendar}" : "{actor} eliminó la tarea {todo} de la lista {calendar}",
"You deleted to-do {todo} from list {calendar}" : "Eliminaste la tarea {todo} de la lista {calendar}",
"{actor} updated to-do {todo} in list {calendar}" : "{actor} actualizó la tarea {todo} en la lista {calendar}",
"You updated to-do {todo} in list {calendar}" : "Actualizaste la tarea {todo} en la lista {calendar}",
"{actor} solved to-do {todo} in list {calendar}" : "{actor} marcó como resuelta la tarea {todo} en la lista {calendar}",
"You solved to-do {todo} in list {calendar}" : "Marcaste como resuelta la tarea {todo} en la lista {calendar}",
"{actor} reopened to-do {todo} in list {calendar}" : "{actor} reabrió la tarea {todo} en la lista {calendar}",
"You reopened to-do {todo} in list {calendar}" : "Reabriste la tarea {todo} en la lista {calendar}",
"{actor} moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "{actor} movió la tarea {todo} de la lista {targetCalendar} a la lista {targetCalendar}",
"You moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "Moviste la tarea {todo} de la lista {targetCalendar} a la lista {targetCalendar}",
"Calendar, contacts and tasks" : "Calendario, contactos y tareas",
"A <strong>calendar</strong> was modified" : "Un <strong>calendario</strong> fue modificado",
"A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> de un calendario fue modificado",
"A calendar <strong>to-do</strong> was modified" : "Se modificó una tarea en el calendario",
"Contact birthdays" : "Cumpleaños del contacto",
"Death of %s" : "Fallecimiento de %s",
"Untitled calendar" : "Calendario sin título",
"Calendar:" : "Calendario:",
"Date:" : "Fecha:",
"Where:" : "Dónde:",
"Description:" : "Descripción:",
"_%n year_::_%n years_" : ["%n year","%n years","%n years"],
"_%n month_::_%n months_" : ["%n month","%n months","%n months"],
"_%n day_::_%n days_" : ["%n day","%n days","%n days"],
"_%n hour_::_%n hours_" : ["%n hora","%n horas","%n horas"],
"_%n minute_::_%n minutes_" : ["%n minuto","%n minutos","%n minutos"],
"%s (in %s)" : "%s (en %s)",
"%s (%s ago)" : "%s (%s atrás)",
"Calendar: %s" : "Calendario: %s",
"Date: %s" : "Fecha: %s",
"Description: %s" : "Descripción: %s",
"Where: %s" : "Lugar: %s",
"%1$s via %2$s" : "%1$s a través de %2$s",
"Cancelled: %1$s" : "Cancelado: %1$s",
"\"%1$s\" has been canceled" : "\"%1$s\" ha sido cancelado",
"Re: %1$s" : "Re: %1$s",
"%1$s has accepted your invitation" : "%1$s ha aceptado tu invitación",
"%1$s has tentatively accepted your invitation" : "%1$s ha aceptado tu invitación tentativamente",
"%1$s has declined your invitation" : "%1$s ha rechazado tu invitación",
"%1$s has responded to your invitation" : "%1$s ha respondido a tu invitación",
"Invitation updated: %1$s" : "Invitación actualizada: %1$s",
"%1$s updated the event \"%2$s\"" : "%1$s actualizó el evento \"%2$s\"",
"Invitation: %1$s" : "Invitación: %1$s",
"%1$s would like to invite you to \"%2$s\"" : "%1$s te invita a \"%2$s\"",
"Organizer:" : "Organizador:",
"Attendees:" : "Asistentes:",
"Title:" : "Título:",
"Time:" : "Hora:",
"Location:" : "Ubicación:",
"Link:" : "Enlace:",
"Accept" : "Aceptar",
"Decline" : "Declinar",
"More options …" : "Más opciones...",
"More options at %s" : "Más opciones en %s",
"Contacts" : "Contactos",
"{actor} created address book {addressbook}" : "{actor} creó la libreta de direcciones {addressbook}",
"You created address book {addressbook}" : "Creaste la libreta de direcciones {addressbook}",
"{actor} deleted address book {addressbook}" : "{actor} eliminó la libreta de direcciones {addressbook}",
"You deleted address book {addressbook}" : "Eliminaste la libreta de direcciones {addressbook}",
"{actor} updated address book {addressbook}" : "{actor} actualizó la libreta de direcciones {addressbook}",
"You updated address book {addressbook}" : "Actualizaste la libreta de direcciones {addressbook}",
"{actor} shared address book {addressbook} with you" : "{actor} compartió contigo la libreta de direcciones {addressbook}",
"You shared address book {addressbook} with {user}" : "Compartiste la libreta de direcciones {addressbook} con {user}",
"{actor} shared address book {addressbook} with {user}" : "{actor} compartió la libreta de direcciones {addressbook} con {user}",
"{actor} unshared address book {addressbook} from you" : "{actor} dejó de compartir contigo la libreta de direcciones {addressbook}",
"You unshared address book {addressbook} from {user}" : "Dejaste de compartir la libreta de direcciones {addressbook} con {user}",
"{actor} unshared address book {addressbook} from {user}" : "{actor} dejó de compartir la libreta de direcciones {addressbook} con {user}",
"{actor} unshared address book {addressbook} from themselves" : "{actor} dejó de compartir la libreta de direcciones {addressbook} consigo mismo",
"You shared address book {addressbook} with group {group}" : "Compartiste la libreta de direcciones {addressbook} con el grupo {group}",
"{actor} shared address book {addressbook} with group {group}" : "{actor} compartió la libreta de direcciones {addressbook} con el grupo {group}",
"You unshared address book {addressbook} from group {group}" : "Dejaste de compartir la libreta de direcciones {addressbook} con el grupo {group}",
"{actor} unshared address book {addressbook} from group {group}" : "{actor} dejó de compartir la libreta de direcciones {addressbook} con el grupo {group}",
"{actor} created contact {card} in address book {addressbook}" : "{actor} creó el contacto {card} en la libreta de direcciones {addressbook}",
"You created contact {card} in address book {addressbook}" : "Creaste el contacto {card} en la libreta de direcciones {addressbook}",
"{actor} deleted contact {card} from address book {addressbook}" : "{actor} eliminó el contacto {card} de la libreta de direcciones {addressbook}",
"You deleted contact {card} from address book {addressbook}" : "Eliminaste el contacto {card} de la libreta de direcciones {addressbook}",
"{actor} updated contact {card} in address book {addressbook}" : "{actor} actualizó el contacto {card} en la libreta de direcciones {addressbook}",
"You updated contact {card} in address book {addressbook}" : "Actualizaste el contacto {card} en la libreta de direcciones {addressbook}",
"A <strong>contact</strong> or <strong>address book</strong> was modified" : "Se modificó un contacto o una libreta de direcciones",
"Accounts" : "Cuentas",
"System address book which holds all accounts" : "Libreta de direcciones del sistema que contiene todas las cuentas",
"File is not updatable: %1$s" : "No se puede actualizar el archivo: %1$s",
"Could not write to final file, canceled by hook" : "No se pudo escribir en el archivo final, cancelado por el gancho",
"Could not write file contents" : "No se pudo escribir el contenido del archivo",
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes","%n bytes"],
"Error while copying file to target location (copied: %1$s, expected filesize: %2$s)" : "Error al copiar el archivo a la ubicación de destino (copiado: %1$s, tamaño de archivo esperado: %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." : "Tamaño de archivo esperado de %1$s, pero se leyó (desde el cliente de Nextcloud) y se escribió (en el almacenamiento de Nextcloud) %2$s. Puede ser un problema de red en el lado del envío o un problema de escritura en el almacenamiento en el lado del servidor.",
"Could not rename part file to final file, canceled by hook" : "No se pudo renombrar el archivo parcial al archivo final, cancelado por el gancho",
"Could not rename part file to final file" : "No se pudo renombrar el archivo parcial al archivo final",
"Failed to check file size: %1$s" : "Error al verificar el tamaño del archivo: %1$s",
"Could not open file" : "No se pudo abrir el archivo",
"Encryption not ready: %1$s" : "La encriptación no está lista: %1$s",
"Failed to open file: %1$s" : "Error al abrir el archivo: %1$s",
"Failed to unlink: %1$s" : "Error al eliminar: %1$s",
"Invalid chunk name" : "Nombre de fragmento no válido",
"Could not rename part file assembled from chunks" : "No se pudo renombrar el archivo parcial ensamblado a archivo final",
"Failed to write file contents: %1$s" : "Error al escribir el contenido del archivo: %1$s",
"File not found: %1$s" : "Archivo no encontrado: %1$s",
"System is in maintenance mode." : "El sistema está en modo de mantenimiento.",
"Upgrade needed" : "Se necesita una actualización",
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Tu %s debe configurarse para usar HTTPS para utilizar CalDAV y CardDAV con iOS/macOS.",
"Configures a CalDAV account" : "Configura una cuenta CalDAV",
"Configures a CardDAV account" : "Configura una cuenta CardDAV",
"Events" : "Eventos",
"Untitled task" : "Tarea sin título",
"Completed on %s" : "Completada el %s",
"Due on %s by %s" : "Vence el %s a las %s",
"Due on %s" : "Vence el %s",
"Migrated calendar (%1$s)" : "Calendario migrado (%1$s)",
"Calendars including events, details and attendees" : "Calendarios que incluyen eventos, detalles y asistentes",
"Contacts and groups" : "Contactos y grupos",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "Extremo WebDAV",
"First day" : "Primer día",
"Save" : "Guardar",
"Time zone:" : "Zona horaria:",
"to" : "para",
"Delete slot" : "Eliminar ranura",
"No working hours set" : "No se han establecido horas de trabajo",
"Add slot" : "Agregar ranura",
"Monday" : "Lunes",
"Tuesday" : "Martes",
"Wednesday" : "Miércoles",
"Thursday" : "Jueves",
"Friday" : "Viernes",
"Saturday" : "Sábado",
"Sunday" : "Domingo",
"Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications." : "Configurar automáticamente el estado del usuario como \"No molestar\" fuera de la disponibilidad para silenciar todas las notificaciones.",
"Failed to load availability" : "Error al cargar la disponibilidad",
"Saved availability" : "Disponibilidad guardada",
"Failed to save availability" : "Error al guardar la disponibilidad",
"Availability" : "Disponibilidad",
"Calendar server" : "Servidor de calendario",
"Send invitations to attendees" : "Enviar invitaciones a los asistentes",
"Automatically generate a birthday calendar" : "Generar automaticamente un calendario para cumpleaños",
"Birthday calendars will be generated by a background job." : "Los calendarios de cumpleaños serán generados por un trabajo de segundo plano",
"Hence they will not be available immediately after enabling but will show up after some time." : "Por lo tanto no estarán disponbiles inmediatamente después de habilitarlos pero se mostrarán después de un tiempo.",
"Send notifications for events" : "Enviar notificaciones para eventos",
"Notifications are sent via background jobs, so these must occur often enough." : "Las notificaciones se envían a través de trabajos en segundo plano, por lo que deben ocurrir con la suficiente frecuencia.",
"Send reminder notifications to calendar sharees as well" : "Enviar recordatorios a los asistentes del calendario también",
"Reminders are always sent to organizers and attendees." : "Los recordatorios siempre se envían a los organizadores y asistentes.",
"Enable notifications for events via push" : "Habilitar notificaciones para eventos mediante push",
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "También instala la {calendarappstoreopen}aplicación Calendario{linkclose}, o {calendardocopen}conecta tu escritorio y móvil para sincronizar ↗{linkclose}.",
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Asegúrate de configurar correctamente {emailopen}el servidor de correo electrónico{linkclose}.",
"There was an error updating your attendance status." : "Hubo un error al actualizar tu estado de asistencia.",
"Please contact the organizer directly." : "Por favor, contacta directamente al organizador.",
"Are you accepting the invitation?" : "¿Aceptas la invitación?",
"Tentative" : "Tentativo",
"Your attendance was updated successfully." : "Tu asistencia se actualizó correctamente.",
"To-dos" : "Tareas pendientes",
"If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Si configuras tus horas de trabajo, otros usuarios verán cuando estás fuera de la oficina al reservar una reunión."
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
+192
View File
@@ -0,0 +1,192 @@
{ "translations": {
"Calendar" : "Calendario",
"Tasks" : "Tareas",
"Personal" : "Personal",
"{actor} created calendar {calendar}" : "{actor} creó el calendario {calendar}",
"You created calendar {calendar}" : "Creaste el calendario {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} borró el calendario {calendar}",
"You deleted calendar {calendar}" : "Borraste el calendario {calendar}",
"{actor} updated calendar {calendar}" : "{actor} actualizó el calendario {calendar}",
"You updated calendar {calendar}" : "Actualizaste el calendario {calendar}",
"{actor} restored calendar {calendar}" : "{actor} restauró el calendario {calendar}",
"You restored calendar {calendar}" : "Restauraste el calendario {calendar}",
"You shared calendar {calendar} as public link" : "Compartiste el calendario {calendar} como una liga pública",
"You removed public link for calendar {calendar}" : "Eliminaste la liga pública para el calendario {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} ha compartido el calendario {calendar} contigo",
"You shared calendar {calendar} with {user}" : "Compartiste el calendario {calendar} con {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} compartió el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} ha dejado de compartir el calendario {calendar} contigo",
"You unshared calendar {calendar} from {user}" : "Has dejado de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} dejó de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} dejó de compartir {el calendario calendar} con él mismo",
"You shared calendar {calendar} with group {group}" : "Compartiste el calendario {calendar} con el grupo {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} compartió el calendario {calendar} con el grupo {group}",
"You unshared calendar {calendar} from group {group}" : "Dejaste de compartir el calendario {calendar} con el grupo {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} dejó de compartir el calendrio {calendar} con el grupo {group}",
"Untitled event" : "Evento sin título",
"{actor} created event {event} in calendar {calendar}" : "{actor} creó el evento {event} en el calendario {calendar}",
"You created event {event} in calendar {calendar}" : "Creaste el evento {event} en el calendario {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} borró el eventó {event} del calendario {calendar}",
"You deleted event {event} from calendar {calendar}" : "Borraste el evento {event} del calendario {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} actualizó el evento {event} en el calendario {calendar}",
"You updated event {event} in calendar {calendar}" : "Actualizaste el evento {event} en el calendario {calendar}",
"{actor} moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "{actor} movió el evento {event} del calendario {targetCalendar} al calendario {targetCalendar}",
"You moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "Moviste el evento {event} del calendario {targetCalendar} al calendario {targetCalendar}",
"{actor} restored event {event} of calendar {calendar}" : "{actor} restauró el evento {event} del calendario {calendar}",
"You restored event {event} of calendar {calendar}" : "Restauraste el evento {event} del calendario {calendar}",
"Busy" : "Ocupado",
"{actor} created to-do {todo} in list {calendar}" : "{actor} creó la tarea {todo} en la lista {calendar}",
"You created to-do {todo} in list {calendar}" : "Creaste la tarea {todo} en la lista {calendar}",
"{actor} deleted to-do {todo} from list {calendar}" : "{actor} eliminó la tarea {todo} de la lista {calendar}",
"You deleted to-do {todo} from list {calendar}" : "Eliminaste la tarea {todo} de la lista {calendar}",
"{actor} updated to-do {todo} in list {calendar}" : "{actor} actualizó la tarea {todo} en la lista {calendar}",
"You updated to-do {todo} in list {calendar}" : "Actualizaste la tarea {todo} en la lista {calendar}",
"{actor} solved to-do {todo} in list {calendar}" : "{actor} marcó como resuelta la tarea {todo} en la lista {calendar}",
"You solved to-do {todo} in list {calendar}" : "Marcaste como resuelta la tarea {todo} en la lista {calendar}",
"{actor} reopened to-do {todo} in list {calendar}" : "{actor} reabrió la tarea {todo} en la lista {calendar}",
"You reopened to-do {todo} in list {calendar}" : "Reabriste la tarea {todo} en la lista {calendar}",
"{actor} moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "{actor} movió la tarea {todo} de la lista {targetCalendar} a la lista {targetCalendar}",
"You moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "Moviste la tarea {todo} de la lista {targetCalendar} a la lista {targetCalendar}",
"Calendar, contacts and tasks" : "Calendario, contactos y tareas",
"A <strong>calendar</strong> was modified" : "Un <strong>calendario</strong> fue modificado",
"A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> de un calendario fue modificado",
"A calendar <strong>to-do</strong> was modified" : "Se modificó una tarea en el calendario",
"Contact birthdays" : "Cumpleaños del contacto",
"Death of %s" : "Fallecimiento de %s",
"Untitled calendar" : "Calendario sin título",
"Calendar:" : "Calendario:",
"Date:" : "Fecha:",
"Where:" : "Dónde:",
"Description:" : "Descripción:",
"_%n year_::_%n years_" : ["%n year","%n years","%n years"],
"_%n month_::_%n months_" : ["%n month","%n months","%n months"],
"_%n day_::_%n days_" : ["%n day","%n days","%n days"],
"_%n hour_::_%n hours_" : ["%n hora","%n horas","%n horas"],
"_%n minute_::_%n minutes_" : ["%n minuto","%n minutos","%n minutos"],
"%s (in %s)" : "%s (en %s)",
"%s (%s ago)" : "%s (%s atrás)",
"Calendar: %s" : "Calendario: %s",
"Date: %s" : "Fecha: %s",
"Description: %s" : "Descripción: %s",
"Where: %s" : "Lugar: %s",
"%1$s via %2$s" : "%1$s a través de %2$s",
"Cancelled: %1$s" : "Cancelado: %1$s",
"\"%1$s\" has been canceled" : "\"%1$s\" ha sido cancelado",
"Re: %1$s" : "Re: %1$s",
"%1$s has accepted your invitation" : "%1$s ha aceptado tu invitación",
"%1$s has tentatively accepted your invitation" : "%1$s ha aceptado tu invitación tentativamente",
"%1$s has declined your invitation" : "%1$s ha rechazado tu invitación",
"%1$s has responded to your invitation" : "%1$s ha respondido a tu invitación",
"Invitation updated: %1$s" : "Invitación actualizada: %1$s",
"%1$s updated the event \"%2$s\"" : "%1$s actualizó el evento \"%2$s\"",
"Invitation: %1$s" : "Invitación: %1$s",
"%1$s would like to invite you to \"%2$s\"" : "%1$s te invita a \"%2$s\"",
"Organizer:" : "Organizador:",
"Attendees:" : "Asistentes:",
"Title:" : "Título:",
"Time:" : "Hora:",
"Location:" : "Ubicación:",
"Link:" : "Enlace:",
"Accept" : "Aceptar",
"Decline" : "Declinar",
"More options …" : "Más opciones...",
"More options at %s" : "Más opciones en %s",
"Contacts" : "Contactos",
"{actor} created address book {addressbook}" : "{actor} creó la libreta de direcciones {addressbook}",
"You created address book {addressbook}" : "Creaste la libreta de direcciones {addressbook}",
"{actor} deleted address book {addressbook}" : "{actor} eliminó la libreta de direcciones {addressbook}",
"You deleted address book {addressbook}" : "Eliminaste la libreta de direcciones {addressbook}",
"{actor} updated address book {addressbook}" : "{actor} actualizó la libreta de direcciones {addressbook}",
"You updated address book {addressbook}" : "Actualizaste la libreta de direcciones {addressbook}",
"{actor} shared address book {addressbook} with you" : "{actor} compartió contigo la libreta de direcciones {addressbook}",
"You shared address book {addressbook} with {user}" : "Compartiste la libreta de direcciones {addressbook} con {user}",
"{actor} shared address book {addressbook} with {user}" : "{actor} compartió la libreta de direcciones {addressbook} con {user}",
"{actor} unshared address book {addressbook} from you" : "{actor} dejó de compartir contigo la libreta de direcciones {addressbook}",
"You unshared address book {addressbook} from {user}" : "Dejaste de compartir la libreta de direcciones {addressbook} con {user}",
"{actor} unshared address book {addressbook} from {user}" : "{actor} dejó de compartir la libreta de direcciones {addressbook} con {user}",
"{actor} unshared address book {addressbook} from themselves" : "{actor} dejó de compartir la libreta de direcciones {addressbook} consigo mismo",
"You shared address book {addressbook} with group {group}" : "Compartiste la libreta de direcciones {addressbook} con el grupo {group}",
"{actor} shared address book {addressbook} with group {group}" : "{actor} compartió la libreta de direcciones {addressbook} con el grupo {group}",
"You unshared address book {addressbook} from group {group}" : "Dejaste de compartir la libreta de direcciones {addressbook} con el grupo {group}",
"{actor} unshared address book {addressbook} from group {group}" : "{actor} dejó de compartir la libreta de direcciones {addressbook} con el grupo {group}",
"{actor} created contact {card} in address book {addressbook}" : "{actor} creó el contacto {card} en la libreta de direcciones {addressbook}",
"You created contact {card} in address book {addressbook}" : "Creaste el contacto {card} en la libreta de direcciones {addressbook}",
"{actor} deleted contact {card} from address book {addressbook}" : "{actor} eliminó el contacto {card} de la libreta de direcciones {addressbook}",
"You deleted contact {card} from address book {addressbook}" : "Eliminaste el contacto {card} de la libreta de direcciones {addressbook}",
"{actor} updated contact {card} in address book {addressbook}" : "{actor} actualizó el contacto {card} en la libreta de direcciones {addressbook}",
"You updated contact {card} in address book {addressbook}" : "Actualizaste el contacto {card} en la libreta de direcciones {addressbook}",
"A <strong>contact</strong> or <strong>address book</strong> was modified" : "Se modificó un contacto o una libreta de direcciones",
"Accounts" : "Cuentas",
"System address book which holds all accounts" : "Libreta de direcciones del sistema que contiene todas las cuentas",
"File is not updatable: %1$s" : "No se puede actualizar el archivo: %1$s",
"Could not write to final file, canceled by hook" : "No se pudo escribir en el archivo final, cancelado por el gancho",
"Could not write file contents" : "No se pudo escribir el contenido del archivo",
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes","%n bytes"],
"Error while copying file to target location (copied: %1$s, expected filesize: %2$s)" : "Error al copiar el archivo a la ubicación de destino (copiado: %1$s, tamaño de archivo esperado: %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." : "Tamaño de archivo esperado de %1$s, pero se leyó (desde el cliente de Nextcloud) y se escribió (en el almacenamiento de Nextcloud) %2$s. Puede ser un problema de red en el lado del envío o un problema de escritura en el almacenamiento en el lado del servidor.",
"Could not rename part file to final file, canceled by hook" : "No se pudo renombrar el archivo parcial al archivo final, cancelado por el gancho",
"Could not rename part file to final file" : "No se pudo renombrar el archivo parcial al archivo final",
"Failed to check file size: %1$s" : "Error al verificar el tamaño del archivo: %1$s",
"Could not open file" : "No se pudo abrir el archivo",
"Encryption not ready: %1$s" : "La encriptación no está lista: %1$s",
"Failed to open file: %1$s" : "Error al abrir el archivo: %1$s",
"Failed to unlink: %1$s" : "Error al eliminar: %1$s",
"Invalid chunk name" : "Nombre de fragmento no válido",
"Could not rename part file assembled from chunks" : "No se pudo renombrar el archivo parcial ensamblado a archivo final",
"Failed to write file contents: %1$s" : "Error al escribir el contenido del archivo: %1$s",
"File not found: %1$s" : "Archivo no encontrado: %1$s",
"System is in maintenance mode." : "El sistema está en modo de mantenimiento.",
"Upgrade needed" : "Se necesita una actualización",
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Tu %s debe configurarse para usar HTTPS para utilizar CalDAV y CardDAV con iOS/macOS.",
"Configures a CalDAV account" : "Configura una cuenta CalDAV",
"Configures a CardDAV account" : "Configura una cuenta CardDAV",
"Events" : "Eventos",
"Untitled task" : "Tarea sin título",
"Completed on %s" : "Completada el %s",
"Due on %s by %s" : "Vence el %s a las %s",
"Due on %s" : "Vence el %s",
"Migrated calendar (%1$s)" : "Calendario migrado (%1$s)",
"Calendars including events, details and attendees" : "Calendarios que incluyen eventos, detalles y asistentes",
"Contacts and groups" : "Contactos y grupos",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "Extremo WebDAV",
"First day" : "Primer día",
"Save" : "Guardar",
"Time zone:" : "Zona horaria:",
"to" : "para",
"Delete slot" : "Eliminar ranura",
"No working hours set" : "No se han establecido horas de trabajo",
"Add slot" : "Agregar ranura",
"Monday" : "Lunes",
"Tuesday" : "Martes",
"Wednesday" : "Miércoles",
"Thursday" : "Jueves",
"Friday" : "Viernes",
"Saturday" : "Sábado",
"Sunday" : "Domingo",
"Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications." : "Configurar automáticamente el estado del usuario como \"No molestar\" fuera de la disponibilidad para silenciar todas las notificaciones.",
"Failed to load availability" : "Error al cargar la disponibilidad",
"Saved availability" : "Disponibilidad guardada",
"Failed to save availability" : "Error al guardar la disponibilidad",
"Availability" : "Disponibilidad",
"Calendar server" : "Servidor de calendario",
"Send invitations to attendees" : "Enviar invitaciones a los asistentes",
"Automatically generate a birthday calendar" : "Generar automaticamente un calendario para cumpleaños",
"Birthday calendars will be generated by a background job." : "Los calendarios de cumpleaños serán generados por un trabajo de segundo plano",
"Hence they will not be available immediately after enabling but will show up after some time." : "Por lo tanto no estarán disponbiles inmediatamente después de habilitarlos pero se mostrarán después de un tiempo.",
"Send notifications for events" : "Enviar notificaciones para eventos",
"Notifications are sent via background jobs, so these must occur often enough." : "Las notificaciones se envían a través de trabajos en segundo plano, por lo que deben ocurrir con la suficiente frecuencia.",
"Send reminder notifications to calendar sharees as well" : "Enviar recordatorios a los asistentes del calendario también",
"Reminders are always sent to organizers and attendees." : "Los recordatorios siempre se envían a los organizadores y asistentes.",
"Enable notifications for events via push" : "Habilitar notificaciones para eventos mediante push",
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "También instala la {calendarappstoreopen}aplicación Calendario{linkclose}, o {calendardocopen}conecta tu escritorio y móvil para sincronizar ↗{linkclose}.",
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Asegúrate de configurar correctamente {emailopen}el servidor de correo electrónico{linkclose}.",
"There was an error updating your attendance status." : "Hubo un error al actualizar tu estado de asistencia.",
"Please contact the organizer directly." : "Por favor, contacta directamente al organizador.",
"Are you accepting the invitation?" : "¿Aceptas la invitación?",
"Tentative" : "Tentativo",
"Your attendance was updated successfully." : "Tu asistencia se actualizó correctamente.",
"To-dos" : "Tareas pendientes",
"If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Si configuras tus horas de trabajo, otros usuarios verán cuando estás fuera de la oficina al reservar una reunión."
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}
+66
View File
@@ -0,0 +1,66 @@
OC.L10N.register(
"dav",
{
"Calendar" : "Calendario",
"Todos" : "Pendientes",
"Personal" : "Personal",
"{actor} created calendar {calendar}" : "{actor} creó el calendario {calendar}",
"You created calendar {calendar}" : "Creaste el calendario {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} borró el calendario {calendar}",
"You deleted calendar {calendar}" : "Borraste el calendario {calendar}",
"{actor} updated calendar {calendar}" : "{actor} actualizó el calendario {calendar}",
"You updated calendar {calendar}" : "Actualizaste el calendario {calendar}",
"You shared calendar {calendar} as public link" : "Compartiste el calendario {calendar} como una liga pública",
"You removed public link for calendar {calendar}" : "Eliminaste la liga pública para el calendario {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} ha compartido el calendario {calendar} contigo",
"You shared calendar {calendar} with {user}" : "Compartiste el calendario {calendar} con {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} compartió el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} ha dejado de compartir el calendario {calendar} contigo",
"You unshared calendar {calendar} from {user}" : "Has dejado de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} dejó de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} dejó de compartir {el calendario calendar} con él mismo",
"You shared calendar {calendar} with group {group}" : "Compartiste el calendario {calendar} con el grupo {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} compartió el calendario {calendar} con el grupo {group}",
"You unshared calendar {calendar} from group {group}" : "Dejaste de compartir el calendario {calendar} con el grupo {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} dejó de compartir el calendrio {calendar} con el grupo {group}",
"{actor} created event {event} in calendar {calendar}" : "{actor} creó el evento {event} en el calendario {calendar}",
"You created event {event} in calendar {calendar}" : "Creaste el evento {event} en el calendario {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} borró el eventó {event} del calendario {calendar}",
"You deleted event {event} from calendar {calendar}" : "Borraste el evento {event} del calendario {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} actualizó el evento {event} en el calendario {calendar}",
"You updated event {event} in calendar {calendar}" : "Actualizaste el evento {event} en el calendario {calendar}",
"{actor} created todo {todo} in list {calendar}" : "{actor} creó el pendiente {todo} en la lista {calendar}",
"You created todo {todo} in list {calendar}" : "Creaste el pendiente {todo} en la lista {calendar}",
"{actor} deleted todo {todo} from list {calendar}" : "{actor} borró el pendiente {todo} de la lista {calendar}",
"You deleted todo {todo} from list {calendar}" : "Borraste el pendiente {todo} de la lista {calendar}",
"{actor} updated todo {todo} in list {calendar}" : "{actor} actualizó el pendiente {todo} de la lista {calendar}",
"You updated todo {todo} in list {calendar}" : "Actualizaste el pendiente {todo} de la lista {calendar}",
"{actor} solved todo {todo} in list {calendar}" : "{actor} resolvió el pendiente {todo} de la lista {calendar}",
"You solved todo {todo} in list {calendar}" : "Resolviste el pendiente {todo} de la lista {calendar}",
"{actor} reopened todo {todo} in list {calendar}" : "{actor} reabrió el pendiente {todo} de la lista{calendar}",
"You reopened todo {todo} in list {calendar}" : "Reabriste el pendiente {todo} de la lista {calendar}",
"A <strong>calendar</strong> was modified" : "Un <strong>calendario</strong> fue modificado",
"A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> de un calendario fue modificado",
"A calendar <strong>todo</strong> was modified" : "Un <strong>pendiente</strong> de un calendario fue modificado",
"Contact birthdays" : "Cumpleaños del contacto",
"Where:" : "Dónde:",
"Description:" : "Descripción:",
"Invitation canceled" : "Invitación cancelada",
"Invitation updated" : "Invitación actualizada",
"Location:" : "Ubicación:",
"Link:" : "Enlace:",
"Accept" : "Aceptar",
"Decline" : "Declinar",
"Contacts" : "Contactos",
"Tasks" : "Tareas",
"WebDAV" : "WebDAV",
"Tentative" : "Tentativo",
"Save" : "Guardar",
"Send invitations to attendees" : "Enviar invitaciones a los asistentes",
"Automatically generate a birthday calendar" : "Generar automaticamente un calendario para cumpleaños",
"Birthday calendars will be generated by a background job." : "Los calendarios de cumpleaños serán generados por un trabajo de segundo plano",
"Hence they will not be available immediately after enabling but will show up after some time." : "Por lo tanto no estarán disponbiles inmediatamente después de habilitarlos pero se mostrarán después de un tiempo.",
"Hello %s," : "Hola %s,",
"When:" : "Cuándo:"
},
"nplurals=2; plural=(n != 1);");
+64
View File
@@ -0,0 +1,64 @@
{ "translations": {
"Calendar" : "Calendario",
"Todos" : "Pendientes",
"Personal" : "Personal",
"{actor} created calendar {calendar}" : "{actor} creó el calendario {calendar}",
"You created calendar {calendar}" : "Creaste el calendario {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} borró el calendario {calendar}",
"You deleted calendar {calendar}" : "Borraste el calendario {calendar}",
"{actor} updated calendar {calendar}" : "{actor} actualizó el calendario {calendar}",
"You updated calendar {calendar}" : "Actualizaste el calendario {calendar}",
"You shared calendar {calendar} as public link" : "Compartiste el calendario {calendar} como una liga pública",
"You removed public link for calendar {calendar}" : "Eliminaste la liga pública para el calendario {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} ha compartido el calendario {calendar} contigo",
"You shared calendar {calendar} with {user}" : "Compartiste el calendario {calendar} con {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} compartió el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} ha dejado de compartir el calendario {calendar} contigo",
"You unshared calendar {calendar} from {user}" : "Has dejado de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} dejó de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} dejó de compartir {el calendario calendar} con él mismo",
"You shared calendar {calendar} with group {group}" : "Compartiste el calendario {calendar} con el grupo {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} compartió el calendario {calendar} con el grupo {group}",
"You unshared calendar {calendar} from group {group}" : "Dejaste de compartir el calendario {calendar} con el grupo {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} dejó de compartir el calendrio {calendar} con el grupo {group}",
"{actor} created event {event} in calendar {calendar}" : "{actor} creó el evento {event} en el calendario {calendar}",
"You created event {event} in calendar {calendar}" : "Creaste el evento {event} en el calendario {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} borró el eventó {event} del calendario {calendar}",
"You deleted event {event} from calendar {calendar}" : "Borraste el evento {event} del calendario {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} actualizó el evento {event} en el calendario {calendar}",
"You updated event {event} in calendar {calendar}" : "Actualizaste el evento {event} en el calendario {calendar}",
"{actor} created todo {todo} in list {calendar}" : "{actor} creó el pendiente {todo} en la lista {calendar}",
"You created todo {todo} in list {calendar}" : "Creaste el pendiente {todo} en la lista {calendar}",
"{actor} deleted todo {todo} from list {calendar}" : "{actor} borró el pendiente {todo} de la lista {calendar}",
"You deleted todo {todo} from list {calendar}" : "Borraste el pendiente {todo} de la lista {calendar}",
"{actor} updated todo {todo} in list {calendar}" : "{actor} actualizó el pendiente {todo} de la lista {calendar}",
"You updated todo {todo} in list {calendar}" : "Actualizaste el pendiente {todo} de la lista {calendar}",
"{actor} solved todo {todo} in list {calendar}" : "{actor} resolvió el pendiente {todo} de la lista {calendar}",
"You solved todo {todo} in list {calendar}" : "Resolviste el pendiente {todo} de la lista {calendar}",
"{actor} reopened todo {todo} in list {calendar}" : "{actor} reabrió el pendiente {todo} de la lista{calendar}",
"You reopened todo {todo} in list {calendar}" : "Reabriste el pendiente {todo} de la lista {calendar}",
"A <strong>calendar</strong> was modified" : "Un <strong>calendario</strong> fue modificado",
"A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> de un calendario fue modificado",
"A calendar <strong>todo</strong> was modified" : "Un <strong>pendiente</strong> de un calendario fue modificado",
"Contact birthdays" : "Cumpleaños del contacto",
"Where:" : "Dónde:",
"Description:" : "Descripción:",
"Invitation canceled" : "Invitación cancelada",
"Invitation updated" : "Invitación actualizada",
"Location:" : "Ubicación:",
"Link:" : "Enlace:",
"Accept" : "Aceptar",
"Decline" : "Declinar",
"Contacts" : "Contactos",
"Tasks" : "Tareas",
"WebDAV" : "WebDAV",
"Tentative" : "Tentativo",
"Save" : "Guardar",
"Send invitations to attendees" : "Enviar invitaciones a los asistentes",
"Automatically generate a birthday calendar" : "Generar automaticamente un calendario para cumpleaños",
"Birthday calendars will be generated by a background job." : "Los calendarios de cumpleaños serán generados por un trabajo de segundo plano",
"Hence they will not be available immediately after enabling but will show up after some time." : "Por lo tanto no estarán disponbiles inmediatamente después de habilitarlos pero se mostrarán después de un tiempo.",
"Hello %s," : "Hola %s,",
"When:" : "Cuándo:"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
+66
View File
@@ -0,0 +1,66 @@
OC.L10N.register(
"dav",
{
"Calendar" : "Calendario",
"Todos" : "Pendientes",
"Personal" : "Personal",
"{actor} created calendar {calendar}" : "{actor} creó el calendario {calendar}",
"You created calendar {calendar}" : "Creaste el calendario {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} borró el calendario {calendar}",
"You deleted calendar {calendar}" : "Borraste el calendario {calendar}",
"{actor} updated calendar {calendar}" : "{actor} actualizó el calendario {calendar}",
"You updated calendar {calendar}" : "Actualizaste el calendario {calendar}",
"You shared calendar {calendar} as public link" : "Compartiste el calendario {calendar} como una liga pública",
"You removed public link for calendar {calendar}" : "Eliminaste la liga pública para el calendario {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} ha compartido el calendario {calendar} contigo",
"You shared calendar {calendar} with {user}" : "Compartiste el calendario {calendar} con {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} compartió el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} ha dejado de compartir el calendario {calendar} contigo",
"You unshared calendar {calendar} from {user}" : "Has dejado de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} dejó de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} dejó de compartir {el calendario calendar} con él mismo",
"You shared calendar {calendar} with group {group}" : "Compartiste el calendario {calendar} con el grupo {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} compartió el calendario {calendar} con el grupo {group}",
"You unshared calendar {calendar} from group {group}" : "Dejaste de compartir el calendario {calendar} con el grupo {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} dejó de compartir el calendrio {calendar} con el grupo {group}",
"{actor} created event {event} in calendar {calendar}" : "{actor} creó el evento {event} en el calendario {calendar}",
"You created event {event} in calendar {calendar}" : "Creaste el evento {event} en el calendario {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} borró el eventó {event} del calendario {calendar}",
"You deleted event {event} from calendar {calendar}" : "Borraste el evento {event} del calendario {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} actualizó el evento {event} en el calendario {calendar}",
"You updated event {event} in calendar {calendar}" : "Actualizaste el evento {event} en el calendario {calendar}",
"{actor} created todo {todo} in list {calendar}" : "{actor} creó el pendiente {todo} en la lista {calendar}",
"You created todo {todo} in list {calendar}" : "Creaste el pendiente {todo} en la lista {calendar}",
"{actor} deleted todo {todo} from list {calendar}" : "{actor} borró el pendiente {todo} de la lista {calendar}",
"You deleted todo {todo} from list {calendar}" : "Borraste el pendiente {todo} de la lista {calendar}",
"{actor} updated todo {todo} in list {calendar}" : "{actor} actualizó el pendiente {todo} de la lista {calendar}",
"You updated todo {todo} in list {calendar}" : "Actualizaste el pendiente {todo} de la lista {calendar}",
"{actor} solved todo {todo} in list {calendar}" : "{actor} resolvió el pendiente {todo} de la lista {calendar}",
"You solved todo {todo} in list {calendar}" : "Resolviste el pendiente {todo} de la lista {calendar}",
"{actor} reopened todo {todo} in list {calendar}" : "{actor} reabrió el pendiente {todo} de la lista{calendar}",
"You reopened todo {todo} in list {calendar}" : "Reabriste el pendiente {todo} de la lista {calendar}",
"A <strong>calendar</strong> was modified" : "Un <strong>calendario</strong> fue modificado",
"A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> de un calendario fue modificado",
"A calendar <strong>todo</strong> was modified" : "Un <strong>pendiente</strong> de un calendario fue modificado",
"Contact birthdays" : "Cumpleaños del contacto",
"Where:" : "Dónde:",
"Description:" : "Descripción:",
"Invitation canceled" : "Invitación cancelada",
"Invitation updated" : "Invitación actualizada",
"Location:" : "Ubicación:",
"Link:" : "Enlace:",
"Accept" : "Aceptar",
"Decline" : "Declinar",
"Contacts" : "Contactos",
"Tasks" : "Tareas",
"WebDAV" : "WebDAV",
"Tentative" : "Tentativo",
"Save" : "Guardar",
"Send invitations to attendees" : "Enviar invitaciones a los asistentes",
"Automatically generate a birthday calendar" : "Generar automaticamente un calendario para cumpleaños",
"Birthday calendars will be generated by a background job." : "Los calendarios de cumpleaños serán generados por un trabajo de segundo plano",
"Hence they will not be available immediately after enabling but will show up after some time." : "Por lo tanto no estarán disponbiles inmediatamente después de habilitarlos pero se mostrarán después de un tiempo.",
"Hello %s," : "Hola %s,",
"When:" : "Cuándo:"
},
"nplurals=2; plural=(n != 1);");
+64
View File
@@ -0,0 +1,64 @@
{ "translations": {
"Calendar" : "Calendario",
"Todos" : "Pendientes",
"Personal" : "Personal",
"{actor} created calendar {calendar}" : "{actor} creó el calendario {calendar}",
"You created calendar {calendar}" : "Creaste el calendario {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} borró el calendario {calendar}",
"You deleted calendar {calendar}" : "Borraste el calendario {calendar}",
"{actor} updated calendar {calendar}" : "{actor} actualizó el calendario {calendar}",
"You updated calendar {calendar}" : "Actualizaste el calendario {calendar}",
"You shared calendar {calendar} as public link" : "Compartiste el calendario {calendar} como una liga pública",
"You removed public link for calendar {calendar}" : "Eliminaste la liga pública para el calendario {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} ha compartido el calendario {calendar} contigo",
"You shared calendar {calendar} with {user}" : "Compartiste el calendario {calendar} con {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} compartió el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} ha dejado de compartir el calendario {calendar} contigo",
"You unshared calendar {calendar} from {user}" : "Has dejado de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} dejó de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} dejó de compartir {el calendario calendar} con él mismo",
"You shared calendar {calendar} with group {group}" : "Compartiste el calendario {calendar} con el grupo {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} compartió el calendario {calendar} con el grupo {group}",
"You unshared calendar {calendar} from group {group}" : "Dejaste de compartir el calendario {calendar} con el grupo {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} dejó de compartir el calendrio {calendar} con el grupo {group}",
"{actor} created event {event} in calendar {calendar}" : "{actor} creó el evento {event} en el calendario {calendar}",
"You created event {event} in calendar {calendar}" : "Creaste el evento {event} en el calendario {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} borró el eventó {event} del calendario {calendar}",
"You deleted event {event} from calendar {calendar}" : "Borraste el evento {event} del calendario {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} actualizó el evento {event} en el calendario {calendar}",
"You updated event {event} in calendar {calendar}" : "Actualizaste el evento {event} en el calendario {calendar}",
"{actor} created todo {todo} in list {calendar}" : "{actor} creó el pendiente {todo} en la lista {calendar}",
"You created todo {todo} in list {calendar}" : "Creaste el pendiente {todo} en la lista {calendar}",
"{actor} deleted todo {todo} from list {calendar}" : "{actor} borró el pendiente {todo} de la lista {calendar}",
"You deleted todo {todo} from list {calendar}" : "Borraste el pendiente {todo} de la lista {calendar}",
"{actor} updated todo {todo} in list {calendar}" : "{actor} actualizó el pendiente {todo} de la lista {calendar}",
"You updated todo {todo} in list {calendar}" : "Actualizaste el pendiente {todo} de la lista {calendar}",
"{actor} solved todo {todo} in list {calendar}" : "{actor} resolvió el pendiente {todo} de la lista {calendar}",
"You solved todo {todo} in list {calendar}" : "Resolviste el pendiente {todo} de la lista {calendar}",
"{actor} reopened todo {todo} in list {calendar}" : "{actor} reabrió el pendiente {todo} de la lista{calendar}",
"You reopened todo {todo} in list {calendar}" : "Reabriste el pendiente {todo} de la lista {calendar}",
"A <strong>calendar</strong> was modified" : "Un <strong>calendario</strong> fue modificado",
"A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> de un calendario fue modificado",
"A calendar <strong>todo</strong> was modified" : "Un <strong>pendiente</strong> de un calendario fue modificado",
"Contact birthdays" : "Cumpleaños del contacto",
"Where:" : "Dónde:",
"Description:" : "Descripción:",
"Invitation canceled" : "Invitación cancelada",
"Invitation updated" : "Invitación actualizada",
"Location:" : "Ubicación:",
"Link:" : "Enlace:",
"Accept" : "Aceptar",
"Decline" : "Declinar",
"Contacts" : "Contactos",
"Tasks" : "Tareas",
"WebDAV" : "WebDAV",
"Tentative" : "Tentativo",
"Save" : "Guardar",
"Send invitations to attendees" : "Enviar invitaciones a los asistentes",
"Automatically generate a birthday calendar" : "Generar automaticamente un calendario para cumpleaños",
"Birthday calendars will be generated by a background job." : "Los calendarios de cumpleaños serán generados por un trabajo de segundo plano",
"Hence they will not be available immediately after enabling but will show up after some time." : "Por lo tanto no estarán disponbiles inmediatamente después de habilitarlos pero se mostrarán después de un tiempo.",
"Hello %s," : "Hola %s,",
"When:" : "Cuándo:"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
+67
View File
@@ -0,0 +1,67 @@
OC.L10N.register(
"dav",
{
"Calendar" : "Calendario",
"Todos" : "Pendientes",
"Personal" : "Personal",
"{actor} created calendar {calendar}" : "{actor} creó el calendario {calendar}",
"You created calendar {calendar}" : "Creaste el calendario {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} borró el calendario {calendar}",
"You deleted calendar {calendar}" : "Borraste el calendario {calendar}",
"{actor} updated calendar {calendar}" : "{actor} actualizó el calendario {calendar}",
"You updated calendar {calendar}" : "Actualizaste el calendario {calendar}",
"You shared calendar {calendar} as public link" : "Compartiste el calendario {calendar} como una liga pública",
"You removed public link for calendar {calendar}" : "Eliminaste la liga pública para el calendario {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} ha compartido el calendario {calendar} contigo",
"You shared calendar {calendar} with {user}" : "Compartiste el calendario {calendar} con {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} compartió el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} ha dejado de compartir el calendario {calendar} contigo",
"You unshared calendar {calendar} from {user}" : "Has dejado de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} dejó de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} dejó de compartir {el calendario calendar} con él mismo",
"You shared calendar {calendar} with group {group}" : "Compartiste el calendario {calendar} con el grupo {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} compartió el calendario {calendar} con el grupo {group}",
"You unshared calendar {calendar} from group {group}" : "Dejaste de compartir el calendario {calendar} con el grupo {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} dejó de compartir el calendrio {calendar} con el grupo {group}",
"{actor} created event {event} in calendar {calendar}" : "{actor} creó el evento {event} en el calendario {calendar}",
"You created event {event} in calendar {calendar}" : "Creaste el evento {event} en el calendario {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} borró el eventó {event} del calendario {calendar}",
"You deleted event {event} from calendar {calendar}" : "Borraste el evento {event} del calendario {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} actualizó el evento {event} en el calendario {calendar}",
"You updated event {event} in calendar {calendar}" : "Actualizaste el evento {event} en el calendario {calendar}",
"{actor} created todo {todo} in list {calendar}" : "{actor} creó el pendiente {todo} en la lista {calendar}",
"You created todo {todo} in list {calendar}" : "Creaste el pendiente {todo} en la lista {calendar}",
"{actor} deleted todo {todo} from list {calendar}" : "{actor} borró el pendiente {todo} de la lista {calendar}",
"You deleted todo {todo} from list {calendar}" : "Borraste el pendiente {todo} de la lista {calendar}",
"{actor} updated todo {todo} in list {calendar}" : "{actor} actualizó el pendiente {todo} de la lista {calendar}",
"You updated todo {todo} in list {calendar}" : "Actualizaste el pendiente {todo} de la lista {calendar}",
"{actor} solved todo {todo} in list {calendar}" : "{actor} resolvió el pendiente {todo} de la lista {calendar}",
"You solved todo {todo} in list {calendar}" : "Resolviste el pendiente {todo} de la lista {calendar}",
"{actor} reopened todo {todo} in list {calendar}" : "{actor} reabrió el pendiente {todo} de la lista{calendar}",
"You reopened todo {todo} in list {calendar}" : "Reabriste el pendiente {todo} de la lista {calendar}",
"A <strong>calendar</strong> was modified" : "Un <strong>calendario</strong> fue modificado",
"A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> de un calendario fue modificado",
"A calendar <strong>todo</strong> was modified" : "Un <strong>pendiente</strong> de un calendario fue modificado",
"Contact birthdays" : "Cumpleaños del contacto",
"Where:" : "Dónde:",
"Description:" : "Descripción:",
"Invitation canceled" : "Invitación cancelada",
"Invitation updated" : "Invitación actualizada",
"Location:" : "Ubicación:",
"Link:" : "Enlace:",
"Accept" : "Aceptar",
"Decline" : "Rechazar",
"Contacts" : "Contactos",
"Tasks" : "Tareas",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "Endpoint WebDAV",
"Tentative" : "Tentativo",
"Save" : "Guardar",
"Send invitations to attendees" : "Enviar invitaciones a los asistentes",
"Automatically generate a birthday calendar" : "Generar automaticamente un calendario para cumpleaños",
"Birthday calendars will be generated by a background job." : "Los calendarios de cumpleaños serán generados por un trabajo de segundo plano",
"Hence they will not be available immediately after enabling but will show up after some time." : "Por lo tanto no estarán disponbiles inmediatamente después de habilitarlos pero se mostrarán después de un tiempo.",
"Hello %s," : "Hola %s,",
"When:" : "Cuándo:"
},
"nplurals=2; plural=(n != 1);");
+65
View File
@@ -0,0 +1,65 @@
{ "translations": {
"Calendar" : "Calendario",
"Todos" : "Pendientes",
"Personal" : "Personal",
"{actor} created calendar {calendar}" : "{actor} creó el calendario {calendar}",
"You created calendar {calendar}" : "Creaste el calendario {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} borró el calendario {calendar}",
"You deleted calendar {calendar}" : "Borraste el calendario {calendar}",
"{actor} updated calendar {calendar}" : "{actor} actualizó el calendario {calendar}",
"You updated calendar {calendar}" : "Actualizaste el calendario {calendar}",
"You shared calendar {calendar} as public link" : "Compartiste el calendario {calendar} como una liga pública",
"You removed public link for calendar {calendar}" : "Eliminaste la liga pública para el calendario {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} ha compartido el calendario {calendar} contigo",
"You shared calendar {calendar} with {user}" : "Compartiste el calendario {calendar} con {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} compartió el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} ha dejado de compartir el calendario {calendar} contigo",
"You unshared calendar {calendar} from {user}" : "Has dejado de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} dejó de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} dejó de compartir {el calendario calendar} con él mismo",
"You shared calendar {calendar} with group {group}" : "Compartiste el calendario {calendar} con el grupo {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} compartió el calendario {calendar} con el grupo {group}",
"You unshared calendar {calendar} from group {group}" : "Dejaste de compartir el calendario {calendar} con el grupo {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} dejó de compartir el calendrio {calendar} con el grupo {group}",
"{actor} created event {event} in calendar {calendar}" : "{actor} creó el evento {event} en el calendario {calendar}",
"You created event {event} in calendar {calendar}" : "Creaste el evento {event} en el calendario {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} borró el eventó {event} del calendario {calendar}",
"You deleted event {event} from calendar {calendar}" : "Borraste el evento {event} del calendario {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} actualizó el evento {event} en el calendario {calendar}",
"You updated event {event} in calendar {calendar}" : "Actualizaste el evento {event} en el calendario {calendar}",
"{actor} created todo {todo} in list {calendar}" : "{actor} creó el pendiente {todo} en la lista {calendar}",
"You created todo {todo} in list {calendar}" : "Creaste el pendiente {todo} en la lista {calendar}",
"{actor} deleted todo {todo} from list {calendar}" : "{actor} borró el pendiente {todo} de la lista {calendar}",
"You deleted todo {todo} from list {calendar}" : "Borraste el pendiente {todo} de la lista {calendar}",
"{actor} updated todo {todo} in list {calendar}" : "{actor} actualizó el pendiente {todo} de la lista {calendar}",
"You updated todo {todo} in list {calendar}" : "Actualizaste el pendiente {todo} de la lista {calendar}",
"{actor} solved todo {todo} in list {calendar}" : "{actor} resolvió el pendiente {todo} de la lista {calendar}",
"You solved todo {todo} in list {calendar}" : "Resolviste el pendiente {todo} de la lista {calendar}",
"{actor} reopened todo {todo} in list {calendar}" : "{actor} reabrió el pendiente {todo} de la lista{calendar}",
"You reopened todo {todo} in list {calendar}" : "Reabriste el pendiente {todo} de la lista {calendar}",
"A <strong>calendar</strong> was modified" : "Un <strong>calendario</strong> fue modificado",
"A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> de un calendario fue modificado",
"A calendar <strong>todo</strong> was modified" : "Un <strong>pendiente</strong> de un calendario fue modificado",
"Contact birthdays" : "Cumpleaños del contacto",
"Where:" : "Dónde:",
"Description:" : "Descripción:",
"Invitation canceled" : "Invitación cancelada",
"Invitation updated" : "Invitación actualizada",
"Location:" : "Ubicación:",
"Link:" : "Enlace:",
"Accept" : "Aceptar",
"Decline" : "Rechazar",
"Contacts" : "Contactos",
"Tasks" : "Tareas",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "Endpoint WebDAV",
"Tentative" : "Tentativo",
"Save" : "Guardar",
"Send invitations to attendees" : "Enviar invitaciones a los asistentes",
"Automatically generate a birthday calendar" : "Generar automaticamente un calendario para cumpleaños",
"Birthday calendars will be generated by a background job." : "Los calendarios de cumpleaños serán generados por un trabajo de segundo plano",
"Hence they will not be available immediately after enabling but will show up after some time." : "Por lo tanto no estarán disponbiles inmediatamente después de habilitarlos pero se mostrarán después de un tiempo.",
"Hello %s," : "Hola %s,",
"When:" : "Cuándo:"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
+66
View File
@@ -0,0 +1,66 @@
OC.L10N.register(
"dav",
{
"Calendar" : "Calendario",
"Todos" : "Pendientes",
"Personal" : "Personal",
"{actor} created calendar {calendar}" : "{actor} creó el calendario {calendar}",
"You created calendar {calendar}" : "Creaste el calendario {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} borró el calendario {calendar}",
"You deleted calendar {calendar}" : "Borraste el calendario {calendar}",
"{actor} updated calendar {calendar}" : "{actor} actualizó el calendario {calendar}",
"You updated calendar {calendar}" : "Actualizaste el calendario {calendar}",
"You shared calendar {calendar} as public link" : "Compartiste el calendario {calendar} como una liga pública",
"You removed public link for calendar {calendar}" : "Eliminaste la liga pública para el calendario {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} ha compartido el calendario {calendar} contigo",
"You shared calendar {calendar} with {user}" : "Compartiste el calendario {calendar} con {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} compartió el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} ha dejado de compartir el calendario {calendar} contigo",
"You unshared calendar {calendar} from {user}" : "Has dejado de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} dejó de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} dejó de compartir {el calendario calendar} con él mismo",
"You shared calendar {calendar} with group {group}" : "Compartiste el calendario {calendar} con el grupo {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} compartió el calendario {calendar} con el grupo {group}",
"You unshared calendar {calendar} from group {group}" : "Dejaste de compartir el calendario {calendar} con el grupo {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} dejó de compartir el calendrio {calendar} con el grupo {group}",
"{actor} created event {event} in calendar {calendar}" : "{actor} creó el evento {event} en el calendario {calendar}",
"You created event {event} in calendar {calendar}" : "Creaste el evento {event} en el calendario {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} borró el eventó {event} del calendario {calendar}",
"You deleted event {event} from calendar {calendar}" : "Borraste el evento {event} del calendario {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} actualizó el evento {event} en el calendario {calendar}",
"You updated event {event} in calendar {calendar}" : "Actualizaste el evento {event} en el calendario {calendar}",
"{actor} created todo {todo} in list {calendar}" : "{actor} creó el pendiente {todo} en la lista {calendar}",
"You created todo {todo} in list {calendar}" : "Creaste el pendiente {todo} en la lista {calendar}",
"{actor} deleted todo {todo} from list {calendar}" : "{actor} borró el pendiente {todo} de la lista {calendar}",
"You deleted todo {todo} from list {calendar}" : "Borraste el pendiente {todo} de la lista {calendar}",
"{actor} updated todo {todo} in list {calendar}" : "{actor} actualizó el pendiente {todo} de la lista {calendar}",
"You updated todo {todo} in list {calendar}" : "Actualizaste el pendiente {todo} de la lista {calendar}",
"{actor} solved todo {todo} in list {calendar}" : "{actor} resolvió el pendiente {todo} de la lista {calendar}",
"You solved todo {todo} in list {calendar}" : "Resolviste el pendiente {todo} de la lista {calendar}",
"{actor} reopened todo {todo} in list {calendar}" : "{actor} reabrió el pendiente {todo} de la lista{calendar}",
"You reopened todo {todo} in list {calendar}" : "Reabriste el pendiente {todo} de la lista {calendar}",
"A <strong>calendar</strong> was modified" : "Un <strong>calendario</strong> fue modificado",
"A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> de un calendario fue modificado",
"A calendar <strong>todo</strong> was modified" : "Un <strong>pendiente</strong> de un calendario fue modificado",
"Contact birthdays" : "Cumpleaños del contacto",
"Where:" : "Dónde:",
"Description:" : "Descripción:",
"Invitation canceled" : "Invitación cancelada",
"Invitation updated" : "Invitación actualizada",
"Location:" : "Ubicación:",
"Link:" : "Enlace:",
"Accept" : "Aceptar",
"Decline" : "Declinar",
"Contacts" : "Contactos",
"Tasks" : "Tareas",
"WebDAV" : "WebDAV",
"Tentative" : "Tentativo",
"Save" : "Guardar",
"Send invitations to attendees" : "Enviar invitaciones a los asistentes",
"Automatically generate a birthday calendar" : "Generar automaticamente un calendario para cumpleaños",
"Birthday calendars will be generated by a background job." : "Los calendarios de cumpleaños serán generados por un trabajo de segundo plano",
"Hence they will not be available immediately after enabling but will show up after some time." : "Por lo tanto no estarán disponbiles inmediatamente después de habilitarlos pero se mostrarán después de un tiempo.",
"Hello %s," : "Hola %s,",
"When:" : "Cuándo:"
},
"nplurals=2; plural=(n != 1);");
+64
View File
@@ -0,0 +1,64 @@
{ "translations": {
"Calendar" : "Calendario",
"Todos" : "Pendientes",
"Personal" : "Personal",
"{actor} created calendar {calendar}" : "{actor} creó el calendario {calendar}",
"You created calendar {calendar}" : "Creaste el calendario {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} borró el calendario {calendar}",
"You deleted calendar {calendar}" : "Borraste el calendario {calendar}",
"{actor} updated calendar {calendar}" : "{actor} actualizó el calendario {calendar}",
"You updated calendar {calendar}" : "Actualizaste el calendario {calendar}",
"You shared calendar {calendar} as public link" : "Compartiste el calendario {calendar} como una liga pública",
"You removed public link for calendar {calendar}" : "Eliminaste la liga pública para el calendario {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} ha compartido el calendario {calendar} contigo",
"You shared calendar {calendar} with {user}" : "Compartiste el calendario {calendar} con {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} compartió el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} ha dejado de compartir el calendario {calendar} contigo",
"You unshared calendar {calendar} from {user}" : "Has dejado de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} dejó de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} dejó de compartir {el calendario calendar} con él mismo",
"You shared calendar {calendar} with group {group}" : "Compartiste el calendario {calendar} con el grupo {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} compartió el calendario {calendar} con el grupo {group}",
"You unshared calendar {calendar} from group {group}" : "Dejaste de compartir el calendario {calendar} con el grupo {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} dejó de compartir el calendrio {calendar} con el grupo {group}",
"{actor} created event {event} in calendar {calendar}" : "{actor} creó el evento {event} en el calendario {calendar}",
"You created event {event} in calendar {calendar}" : "Creaste el evento {event} en el calendario {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} borró el eventó {event} del calendario {calendar}",
"You deleted event {event} from calendar {calendar}" : "Borraste el evento {event} del calendario {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} actualizó el evento {event} en el calendario {calendar}",
"You updated event {event} in calendar {calendar}" : "Actualizaste el evento {event} en el calendario {calendar}",
"{actor} created todo {todo} in list {calendar}" : "{actor} creó el pendiente {todo} en la lista {calendar}",
"You created todo {todo} in list {calendar}" : "Creaste el pendiente {todo} en la lista {calendar}",
"{actor} deleted todo {todo} from list {calendar}" : "{actor} borró el pendiente {todo} de la lista {calendar}",
"You deleted todo {todo} from list {calendar}" : "Borraste el pendiente {todo} de la lista {calendar}",
"{actor} updated todo {todo} in list {calendar}" : "{actor} actualizó el pendiente {todo} de la lista {calendar}",
"You updated todo {todo} in list {calendar}" : "Actualizaste el pendiente {todo} de la lista {calendar}",
"{actor} solved todo {todo} in list {calendar}" : "{actor} resolvió el pendiente {todo} de la lista {calendar}",
"You solved todo {todo} in list {calendar}" : "Resolviste el pendiente {todo} de la lista {calendar}",
"{actor} reopened todo {todo} in list {calendar}" : "{actor} reabrió el pendiente {todo} de la lista{calendar}",
"You reopened todo {todo} in list {calendar}" : "Reabriste el pendiente {todo} de la lista {calendar}",
"A <strong>calendar</strong> was modified" : "Un <strong>calendario</strong> fue modificado",
"A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> de un calendario fue modificado",
"A calendar <strong>todo</strong> was modified" : "Un <strong>pendiente</strong> de un calendario fue modificado",
"Contact birthdays" : "Cumpleaños del contacto",
"Where:" : "Dónde:",
"Description:" : "Descripción:",
"Invitation canceled" : "Invitación cancelada",
"Invitation updated" : "Invitación actualizada",
"Location:" : "Ubicación:",
"Link:" : "Enlace:",
"Accept" : "Aceptar",
"Decline" : "Declinar",
"Contacts" : "Contactos",
"Tasks" : "Tareas",
"WebDAV" : "WebDAV",
"Tentative" : "Tentativo",
"Save" : "Guardar",
"Send invitations to attendees" : "Enviar invitaciones a los asistentes",
"Automatically generate a birthday calendar" : "Generar automaticamente un calendario para cumpleaños",
"Birthday calendars will be generated by a background job." : "Los calendarios de cumpleaños serán generados por un trabajo de segundo plano",
"Hence they will not be available immediately after enabling but will show up after some time." : "Por lo tanto no estarán disponbiles inmediatamente después de habilitarlos pero se mostrarán después de un tiempo.",
"Hello %s," : "Hola %s,",
"When:" : "Cuándo:"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
+66
View File
@@ -0,0 +1,66 @@
OC.L10N.register(
"dav",
{
"Calendar" : "Calendario",
"Todos" : "Pendientes",
"Personal" : "Personal",
"{actor} created calendar {calendar}" : "{actor} creó el calendario {calendar}",
"You created calendar {calendar}" : "Creaste el calendario {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} borró el calendario {calendar}",
"You deleted calendar {calendar}" : "Borraste el calendario {calendar}",
"{actor} updated calendar {calendar}" : "{actor} actualizó el calendario {calendar}",
"You updated calendar {calendar}" : "Actualizaste el calendario {calendar}",
"You shared calendar {calendar} as public link" : "Compartiste el calendario {calendar} como una liga pública",
"You removed public link for calendar {calendar}" : "Eliminaste la liga pública para el calendario {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} ha compartido el calendario {calendar} contigo",
"You shared calendar {calendar} with {user}" : "Compartiste el calendario {calendar} con {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} compartió el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} ha dejado de compartir el calendario {calendar} contigo",
"You unshared calendar {calendar} from {user}" : "Has dejado de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} dejó de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} dejó de compartir {el calendario calendar} con él mismo",
"You shared calendar {calendar} with group {group}" : "Compartiste el calendario {calendar} con el grupo {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} compartió el calendario {calendar} con el grupo {group}",
"You unshared calendar {calendar} from group {group}" : "Dejaste de compartir el calendario {calendar} con el grupo {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} dejó de compartir el calendrio {calendar} con el grupo {group}",
"{actor} created event {event} in calendar {calendar}" : "{actor} creó el evento {event} en el calendario {calendar}",
"You created event {event} in calendar {calendar}" : "Creaste el evento {event} en el calendario {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} borró el eventó {event} del calendario {calendar}",
"You deleted event {event} from calendar {calendar}" : "Borraste el evento {event} del calendario {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} actualizó el evento {event} en el calendario {calendar}",
"You updated event {event} in calendar {calendar}" : "Actualizaste el evento {event} en el calendario {calendar}",
"{actor} created todo {todo} in list {calendar}" : "{actor} creó el pendiente {todo} en la lista {calendar}",
"You created todo {todo} in list {calendar}" : "Creaste el pendiente {todo} en la lista {calendar}",
"{actor} deleted todo {todo} from list {calendar}" : "{actor} borró el pendiente {todo} de la lista {calendar}",
"You deleted todo {todo} from list {calendar}" : "Borraste el pendiente {todo} de la lista {calendar}",
"{actor} updated todo {todo} in list {calendar}" : "{actor} actualizó el pendiente {todo} de la lista {calendar}",
"You updated todo {todo} in list {calendar}" : "Actualizaste el pendiente {todo} de la lista {calendar}",
"{actor} solved todo {todo} in list {calendar}" : "{actor} resolvió el pendiente {todo} de la lista {calendar}",
"You solved todo {todo} in list {calendar}" : "Resolviste el pendiente {todo} de la lista {calendar}",
"{actor} reopened todo {todo} in list {calendar}" : "{actor} reabrió el pendiente {todo} de la lista{calendar}",
"You reopened todo {todo} in list {calendar}" : "Reabriste el pendiente {todo} de la lista {calendar}",
"A <strong>calendar</strong> was modified" : "Un <strong>calendario</strong> fue modificado",
"A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> de un calendario fue modificado",
"A calendar <strong>todo</strong> was modified" : "Un <strong>pendiente</strong> de un calendario fue modificado",
"Contact birthdays" : "Cumpleaños del contacto",
"Where:" : "Dónde:",
"Description:" : "Descripción:",
"Invitation canceled" : "Invitación cancelada",
"Invitation updated" : "Invitación actualizada",
"Location:" : "Ubicación:",
"Link:" : "Enlace:",
"Accept" : "Aceptar",
"Decline" : "Declinar",
"Contacts" : "Contactos",
"Tasks" : "Tareas",
"WebDAV" : "WebDAV",
"Tentative" : "Tentativo",
"Save" : "Guardar",
"Send invitations to attendees" : "Enviar invitaciones a los asistentes",
"Automatically generate a birthday calendar" : "Generar automaticamente un calendario para cumpleaños",
"Birthday calendars will be generated by a background job." : "Los calendarios de cumpleaños serán generados por un trabajo de segundo plano",
"Hence they will not be available immediately after enabling but will show up after some time." : "Por lo tanto no estarán disponbiles inmediatamente después de habilitarlos pero se mostrarán después de un tiempo.",
"Hello %s," : "Hola %s,",
"When:" : "Cuándo:"
},
"nplurals=2; plural=(n != 1);");
+64
View File
@@ -0,0 +1,64 @@
{ "translations": {
"Calendar" : "Calendario",
"Todos" : "Pendientes",
"Personal" : "Personal",
"{actor} created calendar {calendar}" : "{actor} creó el calendario {calendar}",
"You created calendar {calendar}" : "Creaste el calendario {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} borró el calendario {calendar}",
"You deleted calendar {calendar}" : "Borraste el calendario {calendar}",
"{actor} updated calendar {calendar}" : "{actor} actualizó el calendario {calendar}",
"You updated calendar {calendar}" : "Actualizaste el calendario {calendar}",
"You shared calendar {calendar} as public link" : "Compartiste el calendario {calendar} como una liga pública",
"You removed public link for calendar {calendar}" : "Eliminaste la liga pública para el calendario {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} ha compartido el calendario {calendar} contigo",
"You shared calendar {calendar} with {user}" : "Compartiste el calendario {calendar} con {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} compartió el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} ha dejado de compartir el calendario {calendar} contigo",
"You unshared calendar {calendar} from {user}" : "Has dejado de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} dejó de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} dejó de compartir {el calendario calendar} con él mismo",
"You shared calendar {calendar} with group {group}" : "Compartiste el calendario {calendar} con el grupo {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} compartió el calendario {calendar} con el grupo {group}",
"You unshared calendar {calendar} from group {group}" : "Dejaste de compartir el calendario {calendar} con el grupo {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} dejó de compartir el calendrio {calendar} con el grupo {group}",
"{actor} created event {event} in calendar {calendar}" : "{actor} creó el evento {event} en el calendario {calendar}",
"You created event {event} in calendar {calendar}" : "Creaste el evento {event} en el calendario {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} borró el eventó {event} del calendario {calendar}",
"You deleted event {event} from calendar {calendar}" : "Borraste el evento {event} del calendario {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} actualizó el evento {event} en el calendario {calendar}",
"You updated event {event} in calendar {calendar}" : "Actualizaste el evento {event} en el calendario {calendar}",
"{actor} created todo {todo} in list {calendar}" : "{actor} creó el pendiente {todo} en la lista {calendar}",
"You created todo {todo} in list {calendar}" : "Creaste el pendiente {todo} en la lista {calendar}",
"{actor} deleted todo {todo} from list {calendar}" : "{actor} borró el pendiente {todo} de la lista {calendar}",
"You deleted todo {todo} from list {calendar}" : "Borraste el pendiente {todo} de la lista {calendar}",
"{actor} updated todo {todo} in list {calendar}" : "{actor} actualizó el pendiente {todo} de la lista {calendar}",
"You updated todo {todo} in list {calendar}" : "Actualizaste el pendiente {todo} de la lista {calendar}",
"{actor} solved todo {todo} in list {calendar}" : "{actor} resolvió el pendiente {todo} de la lista {calendar}",
"You solved todo {todo} in list {calendar}" : "Resolviste el pendiente {todo} de la lista {calendar}",
"{actor} reopened todo {todo} in list {calendar}" : "{actor} reabrió el pendiente {todo} de la lista{calendar}",
"You reopened todo {todo} in list {calendar}" : "Reabriste el pendiente {todo} de la lista {calendar}",
"A <strong>calendar</strong> was modified" : "Un <strong>calendario</strong> fue modificado",
"A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> de un calendario fue modificado",
"A calendar <strong>todo</strong> was modified" : "Un <strong>pendiente</strong> de un calendario fue modificado",
"Contact birthdays" : "Cumpleaños del contacto",
"Where:" : "Dónde:",
"Description:" : "Descripción:",
"Invitation canceled" : "Invitación cancelada",
"Invitation updated" : "Invitación actualizada",
"Location:" : "Ubicación:",
"Link:" : "Enlace:",
"Accept" : "Aceptar",
"Decline" : "Declinar",
"Contacts" : "Contactos",
"Tasks" : "Tareas",
"WebDAV" : "WebDAV",
"Tentative" : "Tentativo",
"Save" : "Guardar",
"Send invitations to attendees" : "Enviar invitaciones a los asistentes",
"Automatically generate a birthday calendar" : "Generar automaticamente un calendario para cumpleaños",
"Birthday calendars will be generated by a background job." : "Los calendarios de cumpleaños serán generados por un trabajo de segundo plano",
"Hence they will not be available immediately after enabling but will show up after some time." : "Por lo tanto no estarán disponbiles inmediatamente después de habilitarlos pero se mostrarán después de un tiempo.",
"Hello %s," : "Hola %s,",
"When:" : "Cuándo:"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
+66
View File
@@ -0,0 +1,66 @@
OC.L10N.register(
"dav",
{
"Calendar" : "Calendario",
"Todos" : "Pendientes",
"Personal" : "Personal",
"{actor} created calendar {calendar}" : "{actor} creó el calendario {calendar}",
"You created calendar {calendar}" : "Creaste el calendario {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} borró el calendario {calendar}",
"You deleted calendar {calendar}" : "Borraste el calendario {calendar}",
"{actor} updated calendar {calendar}" : "{actor} actualizó el calendario {calendar}",
"You updated calendar {calendar}" : "Actualizaste el calendario {calendar}",
"You shared calendar {calendar} as public link" : "Compartiste el calendario {calendar} como una liga pública",
"You removed public link for calendar {calendar}" : "Eliminaste la liga pública para el calendario {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} ha compartido el calendario {calendar} contigo",
"You shared calendar {calendar} with {user}" : "Compartiste el calendario {calendar} con {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} compartió el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} ha dejado de compartir el calendario {calendar} contigo",
"You unshared calendar {calendar} from {user}" : "Has dejado de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} dejó de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} dejó de compartir {el calendario calendar} con él mismo",
"You shared calendar {calendar} with group {group}" : "Compartiste el calendario {calendar} con el grupo {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} compartió el calendario {calendar} con el grupo {group}",
"You unshared calendar {calendar} from group {group}" : "Dejaste de compartir el calendario {calendar} con el grupo {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} dejó de compartir el calendrio {calendar} con el grupo {group}",
"{actor} created event {event} in calendar {calendar}" : "{actor} creó el evento {event} en el calendario {calendar}",
"You created event {event} in calendar {calendar}" : "Creaste el evento {event} en el calendario {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} borró el eventó {event} del calendario {calendar}",
"You deleted event {event} from calendar {calendar}" : "Borraste el evento {event} del calendario {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} actualizó el evento {event} en el calendario {calendar}",
"You updated event {event} in calendar {calendar}" : "Actualizaste el evento {event} en el calendario {calendar}",
"{actor} created todo {todo} in list {calendar}" : "{actor} creó el pendiente {todo} en la lista {calendar}",
"You created todo {todo} in list {calendar}" : "Creaste el pendiente {todo} en la lista {calendar}",
"{actor} deleted todo {todo} from list {calendar}" : "{actor} borró el pendiente {todo} de la lista {calendar}",
"You deleted todo {todo} from list {calendar}" : "Borraste el pendiente {todo} de la lista {calendar}",
"{actor} updated todo {todo} in list {calendar}" : "{actor} actualizó el pendiente {todo} de la lista {calendar}",
"You updated todo {todo} in list {calendar}" : "Actualizaste el pendiente {todo} de la lista {calendar}",
"{actor} solved todo {todo} in list {calendar}" : "{actor} resolvió el pendiente {todo} de la lista {calendar}",
"You solved todo {todo} in list {calendar}" : "Resolviste el pendiente {todo} de la lista {calendar}",
"{actor} reopened todo {todo} in list {calendar}" : "{actor} reabrió el pendiente {todo} de la lista{calendar}",
"You reopened todo {todo} in list {calendar}" : "Reabriste el pendiente {todo} de la lista {calendar}",
"A <strong>calendar</strong> was modified" : "Un <strong>calendario</strong> fue modificado",
"A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> de un calendario fue modificado",
"A calendar <strong>todo</strong> was modified" : "Un <strong>pendiente</strong> de un calendario fue modificado",
"Contact birthdays" : "Cumpleaños del contacto",
"Where:" : "Dónde:",
"Description:" : "Descripción:",
"Invitation canceled" : "Invitación cancelada",
"Invitation updated" : "Invitación actualizada",
"Location:" : "Ubicación:",
"Link:" : "Enlace:",
"Accept" : "Aceptar",
"Decline" : "Declinar",
"Contacts" : "Contactos",
"Tasks" : "Tareas",
"WebDAV" : "WebDAV",
"Tentative" : "Tentativo",
"Save" : "Guardar",
"Send invitations to attendees" : "Enviar invitaciones a los asistentes",
"Automatically generate a birthday calendar" : "Generar automaticamente un calendario para cumpleaños",
"Birthday calendars will be generated by a background job." : "Los calendarios de cumpleaños serán generados por un trabajo de segundo plano",
"Hence they will not be available immediately after enabling but will show up after some time." : "Por lo tanto no estarán disponbiles inmediatamente después de habilitarlos pero se mostrarán después de un tiempo.",
"Hello %s," : "Hola %s,",
"When:" : "Cuándo:"
},
"nplurals=2; plural=(n != 1);");
+64
View File
@@ -0,0 +1,64 @@
{ "translations": {
"Calendar" : "Calendario",
"Todos" : "Pendientes",
"Personal" : "Personal",
"{actor} created calendar {calendar}" : "{actor} creó el calendario {calendar}",
"You created calendar {calendar}" : "Creaste el calendario {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} borró el calendario {calendar}",
"You deleted calendar {calendar}" : "Borraste el calendario {calendar}",
"{actor} updated calendar {calendar}" : "{actor} actualizó el calendario {calendar}",
"You updated calendar {calendar}" : "Actualizaste el calendario {calendar}",
"You shared calendar {calendar} as public link" : "Compartiste el calendario {calendar} como una liga pública",
"You removed public link for calendar {calendar}" : "Eliminaste la liga pública para el calendario {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} ha compartido el calendario {calendar} contigo",
"You shared calendar {calendar} with {user}" : "Compartiste el calendario {calendar} con {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} compartió el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} ha dejado de compartir el calendario {calendar} contigo",
"You unshared calendar {calendar} from {user}" : "Has dejado de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} dejó de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} dejó de compartir {el calendario calendar} con él mismo",
"You shared calendar {calendar} with group {group}" : "Compartiste el calendario {calendar} con el grupo {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} compartió el calendario {calendar} con el grupo {group}",
"You unshared calendar {calendar} from group {group}" : "Dejaste de compartir el calendario {calendar} con el grupo {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} dejó de compartir el calendrio {calendar} con el grupo {group}",
"{actor} created event {event} in calendar {calendar}" : "{actor} creó el evento {event} en el calendario {calendar}",
"You created event {event} in calendar {calendar}" : "Creaste el evento {event} en el calendario {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} borró el eventó {event} del calendario {calendar}",
"You deleted event {event} from calendar {calendar}" : "Borraste el evento {event} del calendario {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} actualizó el evento {event} en el calendario {calendar}",
"You updated event {event} in calendar {calendar}" : "Actualizaste el evento {event} en el calendario {calendar}",
"{actor} created todo {todo} in list {calendar}" : "{actor} creó el pendiente {todo} en la lista {calendar}",
"You created todo {todo} in list {calendar}" : "Creaste el pendiente {todo} en la lista {calendar}",
"{actor} deleted todo {todo} from list {calendar}" : "{actor} borró el pendiente {todo} de la lista {calendar}",
"You deleted todo {todo} from list {calendar}" : "Borraste el pendiente {todo} de la lista {calendar}",
"{actor} updated todo {todo} in list {calendar}" : "{actor} actualizó el pendiente {todo} de la lista {calendar}",
"You updated todo {todo} in list {calendar}" : "Actualizaste el pendiente {todo} de la lista {calendar}",
"{actor} solved todo {todo} in list {calendar}" : "{actor} resolvió el pendiente {todo} de la lista {calendar}",
"You solved todo {todo} in list {calendar}" : "Resolviste el pendiente {todo} de la lista {calendar}",
"{actor} reopened todo {todo} in list {calendar}" : "{actor} reabrió el pendiente {todo} de la lista{calendar}",
"You reopened todo {todo} in list {calendar}" : "Reabriste el pendiente {todo} de la lista {calendar}",
"A <strong>calendar</strong> was modified" : "Un <strong>calendario</strong> fue modificado",
"A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> de un calendario fue modificado",
"A calendar <strong>todo</strong> was modified" : "Un <strong>pendiente</strong> de un calendario fue modificado",
"Contact birthdays" : "Cumpleaños del contacto",
"Where:" : "Dónde:",
"Description:" : "Descripción:",
"Invitation canceled" : "Invitación cancelada",
"Invitation updated" : "Invitación actualizada",
"Location:" : "Ubicación:",
"Link:" : "Enlace:",
"Accept" : "Aceptar",
"Decline" : "Declinar",
"Contacts" : "Contactos",
"Tasks" : "Tareas",
"WebDAV" : "WebDAV",
"Tentative" : "Tentativo",
"Save" : "Guardar",
"Send invitations to attendees" : "Enviar invitaciones a los asistentes",
"Automatically generate a birthday calendar" : "Generar automaticamente un calendario para cumpleaños",
"Birthday calendars will be generated by a background job." : "Los calendarios de cumpleaños serán generados por un trabajo de segundo plano",
"Hence they will not be available immediately after enabling but will show up after some time." : "Por lo tanto no estarán disponbiles inmediatamente después de habilitarlos pero se mostrarán después de un tiempo.",
"Hello %s," : "Hola %s,",
"When:" : "Cuándo:"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
+66
View File
@@ -0,0 +1,66 @@
OC.L10N.register(
"dav",
{
"Calendar" : "Calendario",
"Todos" : "Pendientes",
"Personal" : "Personal",
"{actor} created calendar {calendar}" : "{actor} creó el calendario {calendar}",
"You created calendar {calendar}" : "Creaste el calendario {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} borró el calendario {calendar}",
"You deleted calendar {calendar}" : "Borraste el calendario {calendar}",
"{actor} updated calendar {calendar}" : "{actor} actualizó el calendario {calendar}",
"You updated calendar {calendar}" : "Actualizaste el calendario {calendar}",
"You shared calendar {calendar} as public link" : "Compartiste el calendario {calendar} como una liga pública",
"You removed public link for calendar {calendar}" : "Eliminaste la liga pública para el calendario {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} ha compartido el calendario {calendar} contigo",
"You shared calendar {calendar} with {user}" : "Compartiste el calendario {calendar} con {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} compartió el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} ha dejado de compartir el calendario {calendar} contigo",
"You unshared calendar {calendar} from {user}" : "Has dejado de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} dejó de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} dejó de compartir {el calendario calendar} con él mismo",
"You shared calendar {calendar} with group {group}" : "Compartiste el calendario {calendar} con el grupo {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} compartió el calendario {calendar} con el grupo {group}",
"You unshared calendar {calendar} from group {group}" : "Dejaste de compartir el calendario {calendar} con el grupo {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} dejó de compartir el calendrio {calendar} con el grupo {group}",
"{actor} created event {event} in calendar {calendar}" : "{actor} creó el evento {event} en el calendario {calendar}",
"You created event {event} in calendar {calendar}" : "Creaste el evento {event} en el calendario {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} borró el eventó {event} del calendario {calendar}",
"You deleted event {event} from calendar {calendar}" : "Borraste el evento {event} del calendario {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} actualizó el evento {event} en el calendario {calendar}",
"You updated event {event} in calendar {calendar}" : "Actualizaste el evento {event} en el calendario {calendar}",
"{actor} created todo {todo} in list {calendar}" : "{actor} creó el pendiente {todo} en la lista {calendar}",
"You created todo {todo} in list {calendar}" : "Creaste el pendiente {todo} en la lista {calendar}",
"{actor} deleted todo {todo} from list {calendar}" : "{actor} borró el pendiente {todo} de la lista {calendar}",
"You deleted todo {todo} from list {calendar}" : "Borraste el pendiente {todo} de la lista {calendar}",
"{actor} updated todo {todo} in list {calendar}" : "{actor} actualizó el pendiente {todo} de la lista {calendar}",
"You updated todo {todo} in list {calendar}" : "Actualizaste el pendiente {todo} de la lista {calendar}",
"{actor} solved todo {todo} in list {calendar}" : "{actor} resolvió el pendiente {todo} de la lista {calendar}",
"You solved todo {todo} in list {calendar}" : "Resolviste el pendiente {todo} de la lista {calendar}",
"{actor} reopened todo {todo} in list {calendar}" : "{actor} reabrió el pendiente {todo} de la lista{calendar}",
"You reopened todo {todo} in list {calendar}" : "Reabriste el pendiente {todo} de la lista {calendar}",
"A <strong>calendar</strong> was modified" : "Un <strong>calendario</strong> fue modificado",
"A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> de un calendario fue modificado",
"A calendar <strong>todo</strong> was modified" : "Un <strong>pendiente</strong> de un calendario fue modificado",
"Contact birthdays" : "Cumpleaños del contacto",
"Where:" : "Dónde:",
"Description:" : "Descripción:",
"Invitation canceled" : "Invitación cancelada",
"Invitation updated" : "Invitación actualizada",
"Location:" : "Ubicación:",
"Link:" : "Enlace:",
"Accept" : "Aceptar",
"Decline" : "Declinar",
"Contacts" : "Contactos",
"Tasks" : "Tareas",
"WebDAV" : "WebDAV",
"Tentative" : "Tentativo",
"Save" : "Guardar",
"Send invitations to attendees" : "Enviar invitaciones a los asistentes",
"Automatically generate a birthday calendar" : "Generar automaticamente un calendario para cumpleaños",
"Birthday calendars will be generated by a background job." : "Los calendarios de cumpleaños serán generados por un trabajo de segundo plano",
"Hence they will not be available immediately after enabling but will show up after some time." : "Por lo tanto no estarán disponbiles inmediatamente después de habilitarlos pero se mostrarán después de un tiempo.",
"Hello %s," : "Hola %s,",
"When:" : "Cuándo:"
},
"nplurals=2; plural=(n != 1);");
+64
View File
@@ -0,0 +1,64 @@
{ "translations": {
"Calendar" : "Calendario",
"Todos" : "Pendientes",
"Personal" : "Personal",
"{actor} created calendar {calendar}" : "{actor} creó el calendario {calendar}",
"You created calendar {calendar}" : "Creaste el calendario {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} borró el calendario {calendar}",
"You deleted calendar {calendar}" : "Borraste el calendario {calendar}",
"{actor} updated calendar {calendar}" : "{actor} actualizó el calendario {calendar}",
"You updated calendar {calendar}" : "Actualizaste el calendario {calendar}",
"You shared calendar {calendar} as public link" : "Compartiste el calendario {calendar} como una liga pública",
"You removed public link for calendar {calendar}" : "Eliminaste la liga pública para el calendario {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} ha compartido el calendario {calendar} contigo",
"You shared calendar {calendar} with {user}" : "Compartiste el calendario {calendar} con {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} compartió el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} ha dejado de compartir el calendario {calendar} contigo",
"You unshared calendar {calendar} from {user}" : "Has dejado de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} dejó de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} dejó de compartir {el calendario calendar} con él mismo",
"You shared calendar {calendar} with group {group}" : "Compartiste el calendario {calendar} con el grupo {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} compartió el calendario {calendar} con el grupo {group}",
"You unshared calendar {calendar} from group {group}" : "Dejaste de compartir el calendario {calendar} con el grupo {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} dejó de compartir el calendrio {calendar} con el grupo {group}",
"{actor} created event {event} in calendar {calendar}" : "{actor} creó el evento {event} en el calendario {calendar}",
"You created event {event} in calendar {calendar}" : "Creaste el evento {event} en el calendario {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} borró el eventó {event} del calendario {calendar}",
"You deleted event {event} from calendar {calendar}" : "Borraste el evento {event} del calendario {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} actualizó el evento {event} en el calendario {calendar}",
"You updated event {event} in calendar {calendar}" : "Actualizaste el evento {event} en el calendario {calendar}",
"{actor} created todo {todo} in list {calendar}" : "{actor} creó el pendiente {todo} en la lista {calendar}",
"You created todo {todo} in list {calendar}" : "Creaste el pendiente {todo} en la lista {calendar}",
"{actor} deleted todo {todo} from list {calendar}" : "{actor} borró el pendiente {todo} de la lista {calendar}",
"You deleted todo {todo} from list {calendar}" : "Borraste el pendiente {todo} de la lista {calendar}",
"{actor} updated todo {todo} in list {calendar}" : "{actor} actualizó el pendiente {todo} de la lista {calendar}",
"You updated todo {todo} in list {calendar}" : "Actualizaste el pendiente {todo} de la lista {calendar}",
"{actor} solved todo {todo} in list {calendar}" : "{actor} resolvió el pendiente {todo} de la lista {calendar}",
"You solved todo {todo} in list {calendar}" : "Resolviste el pendiente {todo} de la lista {calendar}",
"{actor} reopened todo {todo} in list {calendar}" : "{actor} reabrió el pendiente {todo} de la lista{calendar}",
"You reopened todo {todo} in list {calendar}" : "Reabriste el pendiente {todo} de la lista {calendar}",
"A <strong>calendar</strong> was modified" : "Un <strong>calendario</strong> fue modificado",
"A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> de un calendario fue modificado",
"A calendar <strong>todo</strong> was modified" : "Un <strong>pendiente</strong> de un calendario fue modificado",
"Contact birthdays" : "Cumpleaños del contacto",
"Where:" : "Dónde:",
"Description:" : "Descripción:",
"Invitation canceled" : "Invitación cancelada",
"Invitation updated" : "Invitación actualizada",
"Location:" : "Ubicación:",
"Link:" : "Enlace:",
"Accept" : "Aceptar",
"Decline" : "Declinar",
"Contacts" : "Contactos",
"Tasks" : "Tareas",
"WebDAV" : "WebDAV",
"Tentative" : "Tentativo",
"Save" : "Guardar",
"Send invitations to attendees" : "Enviar invitaciones a los asistentes",
"Automatically generate a birthday calendar" : "Generar automaticamente un calendario para cumpleaños",
"Birthday calendars will be generated by a background job." : "Los calendarios de cumpleaños serán generados por un trabajo de segundo plano",
"Hence they will not be available immediately after enabling but will show up after some time." : "Por lo tanto no estarán disponbiles inmediatamente después de habilitarlos pero se mostrarán después de un tiempo.",
"Hello %s," : "Hola %s,",
"When:" : "Cuándo:"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
+66
View File
@@ -0,0 +1,66 @@
OC.L10N.register(
"dav",
{
"Calendar" : "Calendario",
"Todos" : "Pendientes",
"Personal" : "Personal",
"{actor} created calendar {calendar}" : "{actor} creó el calendario {calendar}",
"You created calendar {calendar}" : "Creaste el calendario {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} borró el calendario {calendar}",
"You deleted calendar {calendar}" : "Borraste el calendario {calendar}",
"{actor} updated calendar {calendar}" : "{actor} actualizó el calendario {calendar}",
"You updated calendar {calendar}" : "Actualizaste el calendario {calendar}",
"You shared calendar {calendar} as public link" : "Compartiste el calendario {calendar} como una liga pública",
"You removed public link for calendar {calendar}" : "Eliminaste la liga pública para el calendario {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} ha compartido el calendario {calendar} contigo",
"You shared calendar {calendar} with {user}" : "Compartiste el calendario {calendar} con {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} compartió el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} ha dejado de compartir el calendario {calendar} contigo",
"You unshared calendar {calendar} from {user}" : "Has dejado de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} dejó de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} dejó de compartir {el calendario calendar} con él mismo",
"You shared calendar {calendar} with group {group}" : "Compartiste el calendario {calendar} con el grupo {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} compartió el calendario {calendar} con el grupo {group}",
"You unshared calendar {calendar} from group {group}" : "Dejaste de compartir el calendario {calendar} con el grupo {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} dejó de compartir el calendrio {calendar} con el grupo {group}",
"{actor} created event {event} in calendar {calendar}" : "{actor} creó el evento {event} en el calendario {calendar}",
"You created event {event} in calendar {calendar}" : "Creaste el evento {event} en el calendario {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} borró el eventó {event} del calendario {calendar}",
"You deleted event {event} from calendar {calendar}" : "Borraste el evento {event} del calendario {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} actualizó el evento {event} en el calendario {calendar}",
"You updated event {event} in calendar {calendar}" : "Actualizaste el evento {event} en el calendario {calendar}",
"{actor} created todo {todo} in list {calendar}" : "{actor} creó el pendiente {todo} en la lista {calendar}",
"You created todo {todo} in list {calendar}" : "Creaste el pendiente {todo} en la lista {calendar}",
"{actor} deleted todo {todo} from list {calendar}" : "{actor} borró el pendiente {todo} de la lista {calendar}",
"You deleted todo {todo} from list {calendar}" : "Borraste el pendiente {todo} de la lista {calendar}",
"{actor} updated todo {todo} in list {calendar}" : "{actor} actualizó el pendiente {todo} de la lista {calendar}",
"You updated todo {todo} in list {calendar}" : "Actualizaste el pendiente {todo} de la lista {calendar}",
"{actor} solved todo {todo} in list {calendar}" : "{actor} resolvió el pendiente {todo} de la lista {calendar}",
"You solved todo {todo} in list {calendar}" : "Resolviste el pendiente {todo} de la lista {calendar}",
"{actor} reopened todo {todo} in list {calendar}" : "{actor} reabrió el pendiente {todo} de la lista{calendar}",
"You reopened todo {todo} in list {calendar}" : "Reabriste el pendiente {todo} de la lista {calendar}",
"A <strong>calendar</strong> was modified" : "Un <strong>calendario</strong> fue modificado",
"A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> de un calendario fue modificado",
"A calendar <strong>todo</strong> was modified" : "Un <strong>pendiente</strong> de un calendario fue modificado",
"Contact birthdays" : "Cumpleaños del contacto",
"Where:" : "Dónde:",
"Description:" : "Descripción:",
"Invitation canceled" : "Invitación cancelada",
"Invitation updated" : "Invitación actualizada",
"Location:" : "Ubicación:",
"Link:" : "Enlace:",
"Accept" : "Aceptar",
"Decline" : "Declinar",
"Contacts" : "Contactos",
"Tasks" : "Tareas",
"WebDAV" : "WebDAV",
"Tentative" : "Tentativo",
"Save" : "Guardar",
"Send invitations to attendees" : "Enviar invitaciones a los asistentes",
"Automatically generate a birthday calendar" : "Generar automaticamente un calendario para cumpleaños",
"Birthday calendars will be generated by a background job." : "Los calendarios de cumpleaños serán generados por un trabajo de segundo plano",
"Hence they will not be available immediately after enabling but will show up after some time." : "Por lo tanto no estarán disponbiles inmediatamente después de habilitarlos pero se mostrarán después de un tiempo.",
"Hello %s," : "Hola %s,",
"When:" : "Cuándo:"
},
"nplurals=2; plural=(n != 1);");
+64
View File
@@ -0,0 +1,64 @@
{ "translations": {
"Calendar" : "Calendario",
"Todos" : "Pendientes",
"Personal" : "Personal",
"{actor} created calendar {calendar}" : "{actor} creó el calendario {calendar}",
"You created calendar {calendar}" : "Creaste el calendario {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} borró el calendario {calendar}",
"You deleted calendar {calendar}" : "Borraste el calendario {calendar}",
"{actor} updated calendar {calendar}" : "{actor} actualizó el calendario {calendar}",
"You updated calendar {calendar}" : "Actualizaste el calendario {calendar}",
"You shared calendar {calendar} as public link" : "Compartiste el calendario {calendar} como una liga pública",
"You removed public link for calendar {calendar}" : "Eliminaste la liga pública para el calendario {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} ha compartido el calendario {calendar} contigo",
"You shared calendar {calendar} with {user}" : "Compartiste el calendario {calendar} con {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} compartió el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} ha dejado de compartir el calendario {calendar} contigo",
"You unshared calendar {calendar} from {user}" : "Has dejado de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} dejó de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} dejó de compartir {el calendario calendar} con él mismo",
"You shared calendar {calendar} with group {group}" : "Compartiste el calendario {calendar} con el grupo {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} compartió el calendario {calendar} con el grupo {group}",
"You unshared calendar {calendar} from group {group}" : "Dejaste de compartir el calendario {calendar} con el grupo {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} dejó de compartir el calendrio {calendar} con el grupo {group}",
"{actor} created event {event} in calendar {calendar}" : "{actor} creó el evento {event} en el calendario {calendar}",
"You created event {event} in calendar {calendar}" : "Creaste el evento {event} en el calendario {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} borró el eventó {event} del calendario {calendar}",
"You deleted event {event} from calendar {calendar}" : "Borraste el evento {event} del calendario {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} actualizó el evento {event} en el calendario {calendar}",
"You updated event {event} in calendar {calendar}" : "Actualizaste el evento {event} en el calendario {calendar}",
"{actor} created todo {todo} in list {calendar}" : "{actor} creó el pendiente {todo} en la lista {calendar}",
"You created todo {todo} in list {calendar}" : "Creaste el pendiente {todo} en la lista {calendar}",
"{actor} deleted todo {todo} from list {calendar}" : "{actor} borró el pendiente {todo} de la lista {calendar}",
"You deleted todo {todo} from list {calendar}" : "Borraste el pendiente {todo} de la lista {calendar}",
"{actor} updated todo {todo} in list {calendar}" : "{actor} actualizó el pendiente {todo} de la lista {calendar}",
"You updated todo {todo} in list {calendar}" : "Actualizaste el pendiente {todo} de la lista {calendar}",
"{actor} solved todo {todo} in list {calendar}" : "{actor} resolvió el pendiente {todo} de la lista {calendar}",
"You solved todo {todo} in list {calendar}" : "Resolviste el pendiente {todo} de la lista {calendar}",
"{actor} reopened todo {todo} in list {calendar}" : "{actor} reabrió el pendiente {todo} de la lista{calendar}",
"You reopened todo {todo} in list {calendar}" : "Reabriste el pendiente {todo} de la lista {calendar}",
"A <strong>calendar</strong> was modified" : "Un <strong>calendario</strong> fue modificado",
"A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> de un calendario fue modificado",
"A calendar <strong>todo</strong> was modified" : "Un <strong>pendiente</strong> de un calendario fue modificado",
"Contact birthdays" : "Cumpleaños del contacto",
"Where:" : "Dónde:",
"Description:" : "Descripción:",
"Invitation canceled" : "Invitación cancelada",
"Invitation updated" : "Invitación actualizada",
"Location:" : "Ubicación:",
"Link:" : "Enlace:",
"Accept" : "Aceptar",
"Decline" : "Declinar",
"Contacts" : "Contactos",
"Tasks" : "Tareas",
"WebDAV" : "WebDAV",
"Tentative" : "Tentativo",
"Save" : "Guardar",
"Send invitations to attendees" : "Enviar invitaciones a los asistentes",
"Automatically generate a birthday calendar" : "Generar automaticamente un calendario para cumpleaños",
"Birthday calendars will be generated by a background job." : "Los calendarios de cumpleaños serán generados por un trabajo de segundo plano",
"Hence they will not be available immediately after enabling but will show up after some time." : "Por lo tanto no estarán disponbiles inmediatamente después de habilitarlos pero se mostrarán después de un tiempo.",
"Hello %s," : "Hola %s,",
"When:" : "Cuándo:"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
+66
View File
@@ -0,0 +1,66 @@
OC.L10N.register(
"dav",
{
"Calendar" : "Calendario",
"Todos" : "Pendientes",
"Personal" : "Personal",
"{actor} created calendar {calendar}" : "{actor} creó el calendario {calendar}",
"You created calendar {calendar}" : "Creaste el calendario {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} borró el calendario {calendar}",
"You deleted calendar {calendar}" : "Borraste el calendario {calendar}",
"{actor} updated calendar {calendar}" : "{actor} actualizó el calendario {calendar}",
"You updated calendar {calendar}" : "Actualizaste el calendario {calendar}",
"You shared calendar {calendar} as public link" : "Compartiste el calendario {calendar} como una liga pública",
"You removed public link for calendar {calendar}" : "Eliminaste la liga pública para el calendario {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} ha compartido el calendario {calendar} contigo",
"You shared calendar {calendar} with {user}" : "Compartiste el calendario {calendar} con {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} compartió el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} ha dejado de compartir el calendario {calendar} contigo",
"You unshared calendar {calendar} from {user}" : "Has dejado de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} dejó de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} dejó de compartir {el calendario calendar} con él mismo",
"You shared calendar {calendar} with group {group}" : "Compartiste el calendario {calendar} con el grupo {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} compartió el calendario {calendar} con el grupo {group}",
"You unshared calendar {calendar} from group {group}" : "Dejaste de compartir el calendario {calendar} con el grupo {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} dejó de compartir el calendrio {calendar} con el grupo {group}",
"{actor} created event {event} in calendar {calendar}" : "{actor} creó el evento {event} en el calendario {calendar}",
"You created event {event} in calendar {calendar}" : "Creaste el evento {event} en el calendario {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} borró el eventó {event} del calendario {calendar}",
"You deleted event {event} from calendar {calendar}" : "Borraste el evento {event} del calendario {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} actualizó el evento {event} en el calendario {calendar}",
"You updated event {event} in calendar {calendar}" : "Actualizaste el evento {event} en el calendario {calendar}",
"{actor} created todo {todo} in list {calendar}" : "{actor} creó el pendiente {todo} en la lista {calendar}",
"You created todo {todo} in list {calendar}" : "Creaste el pendiente {todo} en la lista {calendar}",
"{actor} deleted todo {todo} from list {calendar}" : "{actor} borró el pendiente {todo} de la lista {calendar}",
"You deleted todo {todo} from list {calendar}" : "Borraste el pendiente {todo} de la lista {calendar}",
"{actor} updated todo {todo} in list {calendar}" : "{actor} actualizó el pendiente {todo} de la lista {calendar}",
"You updated todo {todo} in list {calendar}" : "Actualizaste el pendiente {todo} de la lista {calendar}",
"{actor} solved todo {todo} in list {calendar}" : "{actor} resolvió el pendiente {todo} de la lista {calendar}",
"You solved todo {todo} in list {calendar}" : "Resolviste el pendiente {todo} de la lista {calendar}",
"{actor} reopened todo {todo} in list {calendar}" : "{actor} reabrió el pendiente {todo} de la lista{calendar}",
"You reopened todo {todo} in list {calendar}" : "Reabriste el pendiente {todo} de la lista {calendar}",
"A <strong>calendar</strong> was modified" : "Un <strong>calendario</strong> fue modificado",
"A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> de un calendario fue modificado",
"A calendar <strong>todo</strong> was modified" : "Un <strong>pendiente</strong> de un calendario fue modificado",
"Contact birthdays" : "Cumpleaños del contacto",
"Where:" : "Dónde:",
"Description:" : "Descripción:",
"Invitation canceled" : "Invitación cancelada",
"Invitation updated" : "Invitación actualizada",
"Location:" : "Ubicación:",
"Link:" : "Enlace:",
"Accept" : "Aceptar",
"Decline" : "Declinar",
"Contacts" : "Contactos",
"Tasks" : "Tareas",
"WebDAV" : "WebDAV",
"Tentative" : "Tentativo",
"Save" : "Guardar",
"Send invitations to attendees" : "Enviar invitaciones a los asistentes",
"Automatically generate a birthday calendar" : "Generar automaticamente un calendario para cumpleaños",
"Birthday calendars will be generated by a background job." : "Los calendarios de cumpleaños serán generados por un trabajo de segundo plano",
"Hence they will not be available immediately after enabling but will show up after some time." : "Por lo tanto no estarán disponbiles inmediatamente después de habilitarlos pero se mostrarán después de un tiempo.",
"Hello %s," : "Hola %s,",
"When:" : "Cuándo:"
},
"nplurals=2; plural=(n != 1);");
+64
View File
@@ -0,0 +1,64 @@
{ "translations": {
"Calendar" : "Calendario",
"Todos" : "Pendientes",
"Personal" : "Personal",
"{actor} created calendar {calendar}" : "{actor} creó el calendario {calendar}",
"You created calendar {calendar}" : "Creaste el calendario {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} borró el calendario {calendar}",
"You deleted calendar {calendar}" : "Borraste el calendario {calendar}",
"{actor} updated calendar {calendar}" : "{actor} actualizó el calendario {calendar}",
"You updated calendar {calendar}" : "Actualizaste el calendario {calendar}",
"You shared calendar {calendar} as public link" : "Compartiste el calendario {calendar} como una liga pública",
"You removed public link for calendar {calendar}" : "Eliminaste la liga pública para el calendario {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} ha compartido el calendario {calendar} contigo",
"You shared calendar {calendar} with {user}" : "Compartiste el calendario {calendar} con {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} compartió el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} ha dejado de compartir el calendario {calendar} contigo",
"You unshared calendar {calendar} from {user}" : "Has dejado de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} dejó de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} dejó de compartir {el calendario calendar} con él mismo",
"You shared calendar {calendar} with group {group}" : "Compartiste el calendario {calendar} con el grupo {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} compartió el calendario {calendar} con el grupo {group}",
"You unshared calendar {calendar} from group {group}" : "Dejaste de compartir el calendario {calendar} con el grupo {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} dejó de compartir el calendrio {calendar} con el grupo {group}",
"{actor} created event {event} in calendar {calendar}" : "{actor} creó el evento {event} en el calendario {calendar}",
"You created event {event} in calendar {calendar}" : "Creaste el evento {event} en el calendario {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} borró el eventó {event} del calendario {calendar}",
"You deleted event {event} from calendar {calendar}" : "Borraste el evento {event} del calendario {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} actualizó el evento {event} en el calendario {calendar}",
"You updated event {event} in calendar {calendar}" : "Actualizaste el evento {event} en el calendario {calendar}",
"{actor} created todo {todo} in list {calendar}" : "{actor} creó el pendiente {todo} en la lista {calendar}",
"You created todo {todo} in list {calendar}" : "Creaste el pendiente {todo} en la lista {calendar}",
"{actor} deleted todo {todo} from list {calendar}" : "{actor} borró el pendiente {todo} de la lista {calendar}",
"You deleted todo {todo} from list {calendar}" : "Borraste el pendiente {todo} de la lista {calendar}",
"{actor} updated todo {todo} in list {calendar}" : "{actor} actualizó el pendiente {todo} de la lista {calendar}",
"You updated todo {todo} in list {calendar}" : "Actualizaste el pendiente {todo} de la lista {calendar}",
"{actor} solved todo {todo} in list {calendar}" : "{actor} resolvió el pendiente {todo} de la lista {calendar}",
"You solved todo {todo} in list {calendar}" : "Resolviste el pendiente {todo} de la lista {calendar}",
"{actor} reopened todo {todo} in list {calendar}" : "{actor} reabrió el pendiente {todo} de la lista{calendar}",
"You reopened todo {todo} in list {calendar}" : "Reabriste el pendiente {todo} de la lista {calendar}",
"A <strong>calendar</strong> was modified" : "Un <strong>calendario</strong> fue modificado",
"A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> de un calendario fue modificado",
"A calendar <strong>todo</strong> was modified" : "Un <strong>pendiente</strong> de un calendario fue modificado",
"Contact birthdays" : "Cumpleaños del contacto",
"Where:" : "Dónde:",
"Description:" : "Descripción:",
"Invitation canceled" : "Invitación cancelada",
"Invitation updated" : "Invitación actualizada",
"Location:" : "Ubicación:",
"Link:" : "Enlace:",
"Accept" : "Aceptar",
"Decline" : "Declinar",
"Contacts" : "Contactos",
"Tasks" : "Tareas",
"WebDAV" : "WebDAV",
"Tentative" : "Tentativo",
"Save" : "Guardar",
"Send invitations to attendees" : "Enviar invitaciones a los asistentes",
"Automatically generate a birthday calendar" : "Generar automaticamente un calendario para cumpleaños",
"Birthday calendars will be generated by a background job." : "Los calendarios de cumpleaños serán generados por un trabajo de segundo plano",
"Hence they will not be available immediately after enabling but will show up after some time." : "Por lo tanto no estarán disponbiles inmediatamente después de habilitarlos pero se mostrarán después de un tiempo.",
"Hello %s," : "Hola %s,",
"When:" : "Cuándo:"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
+66
View File
@@ -0,0 +1,66 @@
OC.L10N.register(
"dav",
{
"Calendar" : "Calendario",
"Todos" : "Pendientes",
"Personal" : "Personal",
"{actor} created calendar {calendar}" : "{actor} creó el calendario {calendar}",
"You created calendar {calendar}" : "Creaste el calendario {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} borró el calendario {calendar}",
"You deleted calendar {calendar}" : "Borraste el calendario {calendar}",
"{actor} updated calendar {calendar}" : "{actor} actualizó el calendario {calendar}",
"You updated calendar {calendar}" : "Actualizaste el calendario {calendar}",
"You shared calendar {calendar} as public link" : "Compartiste el calendario {calendar} como una liga pública",
"You removed public link for calendar {calendar}" : "Eliminaste la liga pública para el calendario {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} ha compartido el calendario {calendar} contigo",
"You shared calendar {calendar} with {user}" : "Compartiste el calendario {calendar} con {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} compartió el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} ha dejado de compartir el calendario {calendar} contigo",
"You unshared calendar {calendar} from {user}" : "Has dejado de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} dejó de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} dejó de compartir {el calendario calendar} con él mismo",
"You shared calendar {calendar} with group {group}" : "Compartiste el calendario {calendar} con el grupo {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} compartió el calendario {calendar} con el grupo {group}",
"You unshared calendar {calendar} from group {group}" : "Dejaste de compartir el calendario {calendar} con el grupo {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} dejó de compartir el calendrio {calendar} con el grupo {group}",
"{actor} created event {event} in calendar {calendar}" : "{actor} creó el evento {event} en el calendario {calendar}",
"You created event {event} in calendar {calendar}" : "Creaste el evento {event} en el calendario {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} borró el eventó {event} del calendario {calendar}",
"You deleted event {event} from calendar {calendar}" : "Borraste el evento {event} del calendario {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} actualizó el evento {event} en el calendario {calendar}",
"You updated event {event} in calendar {calendar}" : "Actualizaste el evento {event} en el calendario {calendar}",
"{actor} created todo {todo} in list {calendar}" : "{actor} creó el pendiente {todo} en la lista {calendar}",
"You created todo {todo} in list {calendar}" : "Creaste el pendiente {todo} en la lista {calendar}",
"{actor} deleted todo {todo} from list {calendar}" : "{actor} borró el pendiente {todo} de la lista {calendar}",
"You deleted todo {todo} from list {calendar}" : "Borraste el pendiente {todo} de la lista {calendar}",
"{actor} updated todo {todo} in list {calendar}" : "{actor} actualizó el pendiente {todo} de la lista {calendar}",
"You updated todo {todo} in list {calendar}" : "Actualizaste el pendiente {todo} de la lista {calendar}",
"{actor} solved todo {todo} in list {calendar}" : "{actor} resolvió el pendiente {todo} de la lista {calendar}",
"You solved todo {todo} in list {calendar}" : "Resolviste el pendiente {todo} de la lista {calendar}",
"{actor} reopened todo {todo} in list {calendar}" : "{actor} reabrió el pendiente {todo} de la lista{calendar}",
"You reopened todo {todo} in list {calendar}" : "Reabriste el pendiente {todo} de la lista {calendar}",
"A <strong>calendar</strong> was modified" : "Un <strong>calendario</strong> fue modificado",
"A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> de un calendario fue modificado",
"A calendar <strong>todo</strong> was modified" : "Un <strong>pendiente</strong> de un calendario fue modificado",
"Contact birthdays" : "Cumpleaños del contacto",
"Where:" : "Dónde:",
"Description:" : "Descripción:",
"Invitation canceled" : "Invitación cancelada",
"Invitation updated" : "Invitación actualizada",
"Location:" : "Ubicación:",
"Link:" : "Enlace:",
"Accept" : "Aceptar",
"Decline" : "Declinar",
"Contacts" : "Contactos",
"Tasks" : "Tareas",
"WebDAV" : "WebDAV",
"Tentative" : "Tentativo",
"Save" : "Guardar",
"Send invitations to attendees" : "Enviar invitaciones a los asistentes",
"Automatically generate a birthday calendar" : "Generar automaticamente un calendario para cumpleaños",
"Birthday calendars will be generated by a background job." : "Los calendarios de cumpleaños serán generados por un trabajo de segundo plano",
"Hence they will not be available immediately after enabling but will show up after some time." : "Por lo tanto no estarán disponbiles inmediatamente después de habilitarlos pero se mostrarán después de un tiempo.",
"Hello %s," : "Hola %s,",
"When:" : "Cuándo:"
},
"nplurals=2; plural=(n != 1);");
+64
View File
@@ -0,0 +1,64 @@
{ "translations": {
"Calendar" : "Calendario",
"Todos" : "Pendientes",
"Personal" : "Personal",
"{actor} created calendar {calendar}" : "{actor} creó el calendario {calendar}",
"You created calendar {calendar}" : "Creaste el calendario {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} borró el calendario {calendar}",
"You deleted calendar {calendar}" : "Borraste el calendario {calendar}",
"{actor} updated calendar {calendar}" : "{actor} actualizó el calendario {calendar}",
"You updated calendar {calendar}" : "Actualizaste el calendario {calendar}",
"You shared calendar {calendar} as public link" : "Compartiste el calendario {calendar} como una liga pública",
"You removed public link for calendar {calendar}" : "Eliminaste la liga pública para el calendario {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} ha compartido el calendario {calendar} contigo",
"You shared calendar {calendar} with {user}" : "Compartiste el calendario {calendar} con {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} compartió el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} ha dejado de compartir el calendario {calendar} contigo",
"You unshared calendar {calendar} from {user}" : "Has dejado de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} dejó de compartir el calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} dejó de compartir {el calendario calendar} con él mismo",
"You shared calendar {calendar} with group {group}" : "Compartiste el calendario {calendar} con el grupo {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} compartió el calendario {calendar} con el grupo {group}",
"You unshared calendar {calendar} from group {group}" : "Dejaste de compartir el calendario {calendar} con el grupo {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} dejó de compartir el calendrio {calendar} con el grupo {group}",
"{actor} created event {event} in calendar {calendar}" : "{actor} creó el evento {event} en el calendario {calendar}",
"You created event {event} in calendar {calendar}" : "Creaste el evento {event} en el calendario {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} borró el eventó {event} del calendario {calendar}",
"You deleted event {event} from calendar {calendar}" : "Borraste el evento {event} del calendario {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} actualizó el evento {event} en el calendario {calendar}",
"You updated event {event} in calendar {calendar}" : "Actualizaste el evento {event} en el calendario {calendar}",
"{actor} created todo {todo} in list {calendar}" : "{actor} creó el pendiente {todo} en la lista {calendar}",
"You created todo {todo} in list {calendar}" : "Creaste el pendiente {todo} en la lista {calendar}",
"{actor} deleted todo {todo} from list {calendar}" : "{actor} borró el pendiente {todo} de la lista {calendar}",
"You deleted todo {todo} from list {calendar}" : "Borraste el pendiente {todo} de la lista {calendar}",
"{actor} updated todo {todo} in list {calendar}" : "{actor} actualizó el pendiente {todo} de la lista {calendar}",
"You updated todo {todo} in list {calendar}" : "Actualizaste el pendiente {todo} de la lista {calendar}",
"{actor} solved todo {todo} in list {calendar}" : "{actor} resolvió el pendiente {todo} de la lista {calendar}",
"You solved todo {todo} in list {calendar}" : "Resolviste el pendiente {todo} de la lista {calendar}",
"{actor} reopened todo {todo} in list {calendar}" : "{actor} reabrió el pendiente {todo} de la lista{calendar}",
"You reopened todo {todo} in list {calendar}" : "Reabriste el pendiente {todo} de la lista {calendar}",
"A <strong>calendar</strong> was modified" : "Un <strong>calendario</strong> fue modificado",
"A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> de un calendario fue modificado",
"A calendar <strong>todo</strong> was modified" : "Un <strong>pendiente</strong> de un calendario fue modificado",
"Contact birthdays" : "Cumpleaños del contacto",
"Where:" : "Dónde:",
"Description:" : "Descripción:",
"Invitation canceled" : "Invitación cancelada",
"Invitation updated" : "Invitación actualizada",
"Location:" : "Ubicación:",
"Link:" : "Enlace:",
"Accept" : "Aceptar",
"Decline" : "Declinar",
"Contacts" : "Contactos",
"Tasks" : "Tareas",
"WebDAV" : "WebDAV",
"Tentative" : "Tentativo",
"Save" : "Guardar",
"Send invitations to attendees" : "Enviar invitaciones a los asistentes",
"Automatically generate a birthday calendar" : "Generar automaticamente un calendario para cumpleaños",
"Birthday calendars will be generated by a background job." : "Los calendarios de cumpleaños serán generados por un trabajo de segundo plano",
"Hence they will not be available immediately after enabling but will show up after some time." : "Por lo tanto no estarán disponbiles inmediatamente después de habilitarlos pero se mostrarán después de un tiempo.",
"Hello %s," : "Hola %s,",
"When:" : "Cuándo:"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
+61
View File
@@ -0,0 +1,61 @@
OC.L10N.register(
"dav",
{
"Calendar" : "Kalender",
"Todos" : "Ülesanded",
"Personal" : "Isiklik",
"{actor} created calendar {calendar}" : "{actor} lõi kalendri {calendar}",
"You created calendar {calendar}" : "Sa lõid kalendri {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} kustutas kalendri {calendar}",
"You deleted calendar {calendar}" : "Sa kustutasid kalendri {calendar}",
"{actor} updated calendar {calendar}" : "{actor} uuendas kalendrit {calendar}",
"You updated calendar {calendar}" : "Sa uuendasid kalendrit {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} jagas kalendrit {calendar} sinuga",
"You shared calendar {calendar} with {user}" : "Sa jagasid kalendrit {calendar} kasutajaga {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} jagas kalendrit {calendar} kasutajaga {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} lõpetas sinuga kalendri {calendar} jagamise",
"You unshared calendar {calendar} from {user}" : "Sa lõpetasid kalendri {calendar} jagamise kasutajaga {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} lõpetas kalendri {calendar} jagamise kasutajaga {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} lõpetas iseendaga kalendri {calendar} jagamise",
"You shared calendar {calendar} with group {group}" : "Sa jagasid kalendrit {calendar} grupiga {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} jagas kalendrit {calendar} grupiga {group}",
"You unshared calendar {calendar} from group {group}" : "Sa lõpetasid kalendri {calendar} jagamise grupiga {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} lõpetas kalendri {calendar} jagamise grupiga {group}",
"{actor} created event {event} in calendar {calendar}" : "{actor} lõi sündmuse {event} kalendrisse {calendar}",
"You created event {event} in calendar {calendar}" : "Sa lõid sündmuse {event} kalendrisse {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} kustutas sündmuse {event} kalendrist {calendar}",
"You deleted event {event} from calendar {calendar}" : "Sa kustutasid sündmuse {event} kalendrist {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} uuendas sündmust {event} kalendris {calendar}",
"You updated event {event} in calendar {calendar}" : "Sa uuendasid sündmust {event} kalendris {calendar}",
"{actor} created todo {todo} in list {calendar}" : "{actor} lõi ülesande {todo} nimekirjas {calendar}",
"You created todo {todo} in list {calendar}" : "Sa lõid ülesande {todo} nimekirjas {calendar}",
"{actor} deleted todo {todo} from list {calendar}" : "{actor} kustutas ülesande {todo} nimekirjast {calendar}",
"You deleted todo {todo} from list {calendar}" : "Sa kustutasid ülesande {todo} nimekirjast {calendar}",
"{actor} updated todo {todo} in list {calendar}" : "{actor} uuendas ülesande {todo} nimekirjas {calendar}",
"You updated todo {todo} in list {calendar}" : "Sa uuendasid ülesande {todo} nimekirjas {calendar}",
"{actor} solved todo {todo} in list {calendar}" : "{actor} lõpetas ülesande {todo} nimekirjas {calendar}",
"You solved todo {todo} in list {calendar}" : "Sa lõpetasid ülesande {todo} nimekirjas {calendar}",
"{actor} reopened todo {todo} in list {calendar}" : "{actor} taasavas ülesande {todo} nimekirjas {calendar}",
"You reopened todo {todo} in list {calendar}" : "Sa taasavasid ülesande {todo} nimekirjas {calendar}",
"A <strong>calendar</strong> was modified" : " <strong>Kalendrit</strong> muudeti",
"A calendar <strong>event</strong> was modified" : "Kalendri <strong>sündmust </strong> muudeti",
"A calendar <strong>todo</strong> was modified" : "Kalendri <strong>ülesannet</strong> muudeti",
"Contact birthdays" : "Kontaktide sünnipäevad",
"Where:" : "Kus:",
"Description:" : "Kirjeldus:",
"Invitation canceled" : "Kutse on tühistatud",
"Invitation updated" : "Kutse uuendatud",
"Location:" : "Asukoht:",
"Link:" : "Link:",
"Accept" : "Nõustu",
"Decline" : "Keeldu",
"Contacts" : "Kontaktid",
"Tasks" : "Ülesanded",
"WebDAV" : "WebDAV",
"Tentative" : "Esialgne",
"Save" : "Salvesta",
"Send invitations to attendees" : "Saada osalejatele kutsed",
"Hello %s," : "Tere %s,",
"When:" : "Millal:"
},
"nplurals=2; plural=(n != 1);");
+59
View File
@@ -0,0 +1,59 @@
{ "translations": {
"Calendar" : "Kalender",
"Todos" : "Ülesanded",
"Personal" : "Isiklik",
"{actor} created calendar {calendar}" : "{actor} lõi kalendri {calendar}",
"You created calendar {calendar}" : "Sa lõid kalendri {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} kustutas kalendri {calendar}",
"You deleted calendar {calendar}" : "Sa kustutasid kalendri {calendar}",
"{actor} updated calendar {calendar}" : "{actor} uuendas kalendrit {calendar}",
"You updated calendar {calendar}" : "Sa uuendasid kalendrit {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} jagas kalendrit {calendar} sinuga",
"You shared calendar {calendar} with {user}" : "Sa jagasid kalendrit {calendar} kasutajaga {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} jagas kalendrit {calendar} kasutajaga {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} lõpetas sinuga kalendri {calendar} jagamise",
"You unshared calendar {calendar} from {user}" : "Sa lõpetasid kalendri {calendar} jagamise kasutajaga {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} lõpetas kalendri {calendar} jagamise kasutajaga {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} lõpetas iseendaga kalendri {calendar} jagamise",
"You shared calendar {calendar} with group {group}" : "Sa jagasid kalendrit {calendar} grupiga {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} jagas kalendrit {calendar} grupiga {group}",
"You unshared calendar {calendar} from group {group}" : "Sa lõpetasid kalendri {calendar} jagamise grupiga {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} lõpetas kalendri {calendar} jagamise grupiga {group}",
"{actor} created event {event} in calendar {calendar}" : "{actor} lõi sündmuse {event} kalendrisse {calendar}",
"You created event {event} in calendar {calendar}" : "Sa lõid sündmuse {event} kalendrisse {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} kustutas sündmuse {event} kalendrist {calendar}",
"You deleted event {event} from calendar {calendar}" : "Sa kustutasid sündmuse {event} kalendrist {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} uuendas sündmust {event} kalendris {calendar}",
"You updated event {event} in calendar {calendar}" : "Sa uuendasid sündmust {event} kalendris {calendar}",
"{actor} created todo {todo} in list {calendar}" : "{actor} lõi ülesande {todo} nimekirjas {calendar}",
"You created todo {todo} in list {calendar}" : "Sa lõid ülesande {todo} nimekirjas {calendar}",
"{actor} deleted todo {todo} from list {calendar}" : "{actor} kustutas ülesande {todo} nimekirjast {calendar}",
"You deleted todo {todo} from list {calendar}" : "Sa kustutasid ülesande {todo} nimekirjast {calendar}",
"{actor} updated todo {todo} in list {calendar}" : "{actor} uuendas ülesande {todo} nimekirjas {calendar}",
"You updated todo {todo} in list {calendar}" : "Sa uuendasid ülesande {todo} nimekirjas {calendar}",
"{actor} solved todo {todo} in list {calendar}" : "{actor} lõpetas ülesande {todo} nimekirjas {calendar}",
"You solved todo {todo} in list {calendar}" : "Sa lõpetasid ülesande {todo} nimekirjas {calendar}",
"{actor} reopened todo {todo} in list {calendar}" : "{actor} taasavas ülesande {todo} nimekirjas {calendar}",
"You reopened todo {todo} in list {calendar}" : "Sa taasavasid ülesande {todo} nimekirjas {calendar}",
"A <strong>calendar</strong> was modified" : " <strong>Kalendrit</strong> muudeti",
"A calendar <strong>event</strong> was modified" : "Kalendri <strong>sündmust </strong> muudeti",
"A calendar <strong>todo</strong> was modified" : "Kalendri <strong>ülesannet</strong> muudeti",
"Contact birthdays" : "Kontaktide sünnipäevad",
"Where:" : "Kus:",
"Description:" : "Kirjeldus:",
"Invitation canceled" : "Kutse on tühistatud",
"Invitation updated" : "Kutse uuendatud",
"Location:" : "Asukoht:",
"Link:" : "Link:",
"Accept" : "Nõustu",
"Decline" : "Keeldu",
"Contacts" : "Kontaktid",
"Tasks" : "Ülesanded",
"WebDAV" : "WebDAV",
"Tentative" : "Esialgne",
"Save" : "Salvesta",
"Send invitations to attendees" : "Saada osalejatele kutsed",
"Hello %s," : "Tere %s,",
"When:" : "Millal:"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
+204
View File
@@ -0,0 +1,204 @@
OC.L10N.register(
"dav",
{
"Calendar" : "Egutegia",
"Tasks" : "Zereginak",
"Personal" : "Pertsonala",
"{actor} created calendar {calendar}" : "{actor}-(e)k sortutako egutegia: {calendar}",
"You created calendar {calendar}" : "{calendar} egutegia sortu duzu",
"{actor} deleted calendar {calendar}" : "{actor}-(e)k {calendar} egutegia ezabatu du",
"You deleted calendar {calendar}" : "{calendar} egutegia ezabatu duzu",
"{actor} updated calendar {calendar}" : "{actor}-(e)k {calendar} egutegia eguneratu du",
"You updated calendar {calendar}" : "{calendar} egutegia eguneratu duzu ",
"{actor} restored calendar {calendar}" : "{actor}-(e)k {calendar} egutegia leheneratu du",
"You restored calendar {calendar}" : "{calendar} egutegia leheneratu duzu",
"You shared calendar {calendar} as public link" : " {calendar} partekatu duzu esteka publiko gisa",
"You removed public link for calendar {calendar}" : "{calendar} egutegiaren esteka publikoa kendu duzu",
"{actor} shared calendar {calendar} with you" : "{actor}-(e)k zurekin {calendar} egutegia partekatu du",
"You shared calendar {calendar} with {user}" : "{calendar} egutegia {user} erabiltzailearekin partekatu duzu",
"{actor} shared calendar {calendar} with {user}" : "{actor}-(e)k {calendar} egutegia {user}-(r)ekin partekatu du",
"{actor} unshared calendar {calendar} from you" : "{actor}-(e)k zurekin {calendar} egutegia partekatzeari utzi dio",
"You unshared calendar {calendar} from {user}" : "{calendar} egutegia {user}-(r)ekin partekatzeari utzi diozu ",
"{actor} unshared calendar {calendar} from {user}" : "{actor}-(e)k {user} erabiltzailearekin {calendar} egutegia partekatzeari utzi dio",
"{actor} unshared calendar {calendar} from themselves" : "{actor}-(e)k {calendar} egutegiaren partekatzea eten du beretzat.",
"You shared calendar {calendar} with group {group}" : "{calendar} egutegia {group} taldearekin partekatu duzu",
"{actor} shared calendar {calendar} with group {group}" : "{actor}-(e)k {group} taldearekin {calendar} egutegia partekatu du",
"You unshared calendar {calendar} from group {group}" : "{group} taldearekin {calendar} egutegia partekatzeari utzi diozu.",
"{actor} unshared calendar {calendar} from group {group}" : "{actor}-(e)k {group} taldearekin {calendar} egutegia partekatzeari utzi dio.",
"Untitled event" : "Izenik gabeko gertaera",
"{actor} created event {event} in calendar {calendar}" : "{actor} erabiltzaileak {event} gertaera sortu du {calendar} egutegian.",
"You created event {event} in calendar {calendar}" : "{calendar} egutegian {event} gertaera sortu duzu",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} erabiltzaileak {event} gertaera ezabatu du {calendar} egutegitik",
"You deleted event {event} from calendar {calendar}" : "{event} gertaera ezabatu duzu {calendar} egutegitik ",
"{actor} updated event {event} in calendar {calendar}" : "{actor} erabiltzaileak {event} gertaera eguneratu du {calendar} egutegian",
"You updated event {event} in calendar {calendar}" : "{event} gertaera eguneratu duzu {calendar} egutegian ",
"{actor} moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "{actor} erabiltzaileak {event} gertaera {sourceCalendar} egutegitik {targetCalendar} egutegira mugitu du",
"You moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "{event} gertaera {sourceCalendar} egutegitik {targetCalendar} egutegira mugitu duzu",
"{actor} restored event {event} of calendar {calendar}" : "{actor} erabiltzaileak {calendar} egutegiko {event} gertaera leheneratu du",
"You restored event {event} of calendar {calendar}" : "{calendar} egutegiko {event} gertaera leheneratu duzu",
"Busy" : "Lanpetua",
"{actor} created to-do {todo} in list {calendar}" : "{actor} erabiltzaileak {calendar} zerrendan {todo} egitekoa sortu du",
"You created to-do {todo} in list {calendar}" : "{calendar} zerrendan {todo} egitekoa sortu duzu",
"{actor} deleted to-do {todo} from list {calendar}" : "{actor}-(e)k {calendar} zerrendan {todo} egitekoa ezabatu du",
"You deleted to-do {todo} from list {calendar}" : " {calendar} zerrendan {todo} egitekoa ezabatu duzu",
"{actor} updated to-do {todo} in list {calendar}" : "{actor}-(e)k {calendar} zerrendan {todo} egitekoa eguneratu du",
"You updated to-do {todo} in list {calendar}" : "{calendar} zerrendan {todo} egitekoa eguneratu duzu",
"{actor} solved to-do {todo} in list {calendar}" : "{actor}-(e)k {calendar} zerrendan {todo} egitekoa burutu du.",
"You solved to-do {todo} in list {calendar}" : " {calendar} zerrendan {todo} egitekoa burutu duzu",
"{actor} reopened to-do {todo} in list {calendar}" : "{actor}-(e)k {calendar} zerrendan {todo} egitekoa berrireki du",
"You reopened to-do {todo} in list {calendar}" : "{calendar} zerrendan {todo} egitekoa berrireki duzu",
"{actor} moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "{actor}-(e)k {todo} egitekoa {sourceCalendar} zerrendatik {targetCalendar} zerrendara mugitu du",
"You moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "{todo} egitekoa {sourceCalendar} zerrendatik {targetCalendar} zerrendara mugitu duzu",
"Calendar, contacts and tasks" : "Egutegia, kontaktuak eta zereginak",
"A <strong>calendar</strong> was modified" : "<strong>Egutegi</strong> bat aldatu da",
"A calendar <strong>event</strong> was modified" : "Egutegiaren <strong>gertaera</strong> bat aldatu da",
"A calendar <strong>to-do</strong> was modified" : "Egutegi baten <strong>egiteko</strong> bat aldatu da",
"Contact birthdays" : "Kontaktuen urtebetetzeak",
"Death of %s" : "%s(r)en heriotza",
"Untitled calendar" : "Izenik gabeko egutegia",
"Calendar:" : "Egutegia:",
"Date:" : "Data:",
"Where:" : "Non:",
"Description:" : "Deskribapena:",
"_%n year_::_%n years_" : ["Urte %n","%n urte"],
"_%n month_::_%n months_" : ["Hilabete %n","%n hilabete"],
"_%n day_::_%n days_" : ["Egun %n","%n egun"],
"_%n hour_::_%n hours_" : ["Ordu %n","%n ordu"],
"_%n minute_::_%n minutes_" : ["Minutu %n","%n minutu"],
"%s (in %s)" : "%s (%s(e)tik)",
"%s (%s ago)" : "%s (orain dela %s)",
"Calendar: %s" : "Egutegia: %s",
"Date: %s" : "Data: %s",
"Description: %s" : "Deskripzioa: %s",
"Where: %s" : "Non: %s",
"%1$s via %2$s" : "%2$s bidez, %1$s",
"Cancelled: %1$s" : "Utzita: %1$s",
"\"%1$s\" has been canceled" : "\"%1$s\" bertan behera utzi da",
"Re: %1$s" : "Er: %1$s",
"%1$s has accepted your invitation" : "%1$s zure gonbidapena onartu du",
"%1$s has tentatively accepted your invitation" : "%1$s zure gonbidapena behin-behinean onartu du",
"%1$s has declined your invitation" : "%1$s zure gonbidapenari uko egin dio",
"%1$s has responded to your invitation" : "%1$s -(e)k zure gonbidapena erantzun du",
"Invitation updated: %1$s" : "Gonbidapena eguneratuta: %1$s",
"%1$s updated the event \"%2$s\"" : "%1$s-k \"%2$s\" ekitaldia eguneratu du",
"Invitation: %1$s" : "Gonbidapena: %1$s",
"%1$s would like to invite you to \"%2$s\"" : "%1$s-k \"%2$s\"-ra gonbidatu nahi zaitu",
"Organizer:" : "Antolatzailea:",
"Attendees:" : "Parte-hartzaileak:",
"Title:" : "Izenburua:",
"Time:" : "Noiz:",
"Location:" : "Kokapena:",
"Link:" : "Esteka:",
"Accept" : "Onartu",
"Decline" : "Uko egin",
"More options …" : "Aukera gehiago …",
"More options at %s" : "Aukera gehiago hemen %s ",
"Contacts" : "Kontaktuak",
"{actor} created address book {addressbook}" : "{actor}-(e)k {addressbook} helbide-liburua sortu du ",
"You created address book {addressbook}" : "{addressbook} helbide-liburua sortu duzu",
"{actor} deleted address book {addressbook}" : "{actor}-(e)k {addressbook} helbide liburua ezabatu du",
"You deleted address book {addressbook}" : "{addressbook} helbide-liburua ezabatu duzu",
"{actor} updated address book {addressbook}" : "{actor}-(e)k {addressbook} helbide-liburua eguneratu du",
"You updated address book {addressbook}" : "{addressbook} helbide-liburua eguneratu duzu",
"{actor} shared address book {addressbook} with you" : "{actor}-(e)k {addressbook} helbide-liburua partekatu du",
"You shared address book {addressbook} with {user}" : "{addressbook} helbide-liburua partekatu duzu",
"{actor} shared address book {addressbook} with {user}" : "{actor}-(e)k {addressbook} helbide-liburua partekatu du {user}-(r)ekin",
"{actor} unshared address book {addressbook} from you" : "{actor}-(e)k {addressbook} helbide-liburua zurekin partekatzeari utzi dio",
"You unshared address book {addressbook} from {user}" : "{addressbook} helbide-liburua {user}-(r)ekin partekatzeari utzi diozu",
"{actor} unshared address book {addressbook} from {user}" : "{actor}-(e)k {addressbook} helbide-liburua {user}-(r)ekin partekatzeari utzi dio",
"{actor} unshared address book {addressbook} from themselves" : "{actor}-(e)k {addressbook} helbide-liburuaren partekatzea eten du beretzat.",
"You shared address book {addressbook} with group {group}" : "{addressbook} helbide-liburua partekatu duzu {group} taldearekin",
"{actor} shared address book {addressbook} with group {group}" : "{actor}-(e)k {addressbook} helbide-liburua partekatu du {group} taldearekin",
"You unshared address book {addressbook} from group {group}" : "{addressbook} helbide-liburua {group} taldearekin partekatzeari utzi diozu",
"{actor} unshared address book {addressbook} from group {group}" : "{actor}-(e)k {addressbook} helbide-liburua {group} taldearekin partekatzeari utzi dio",
"{actor} created contact {card} in address book {addressbook}" : "{actor}-(e)k {card} kontaktua sortu du {addressbook} helbide-liburuan",
"You created contact {card} in address book {addressbook}" : "{card} kontaktua sortu duzu {addressbook} helbide-liburuan",
"{actor} deleted contact {card} from address book {addressbook}" : "{actor}-(e)k {card} kontaktua ezabatu du {addressbook} helbide-liburutik",
"You deleted contact {card} from address book {addressbook}" : "{card} kontaktua ezabatu duzu {addressbook} helbide-liburutik",
"{actor} updated contact {card} in address book {addressbook}" : "{actor}-(e)k {card} kontaktua eguneratu du {addressbook} helbide-liburuan",
"You updated contact {card} in address book {addressbook}" : "{card} kontaktua eguneratu duzu {addressbook} helbide-liburuan",
"A <strong>contact</strong> or <strong>address book</strong> was modified" : "<strong>kontaktu</strong> edo <strong>helbide-liburu</strong>bat aldatu da",
"Accounts" : "Kontuak",
"System address book which holds all accounts" : "Kontu guztiak dituen sistemaren helbide-liburua",
"File is not updatable: %1$s" : "Fitxategia ez da eguneragarria: %1$s",
"Could not write to final file, canceled by hook" : "Ezin izan da azken fitxategian idatzi, kakoak bertan behera utzi du",
"Could not write file contents" : "Ezin izan dira fitxategiaren edukiak idatzi",
"_%n byte_::_%n bytes_" : ["Byte %n","%n byte"],
"Error while copying file to target location (copied: %1$s, expected filesize: %2$s)" : "Errore bat gertatu da fitxategia helburuko kokapenera kopiatzean (kopiatua: %1$s, espero zen fitxategi-tamaina: %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$sfitxategi-tamaina espero zen baina irakurria (Nextcloud bezerotik) eta idatzia (Nextcloud biltegian) %2$sizan da. Bidaltzailearen aldean sareko arazo bat izan daiteke edo zerbitzariaren arazo bat biltegian idazteko.",
"Could not rename part file to final file, canceled by hook" : "Ezin izan da zati-fitxategiaren izena aldatu azken fitxategira, kakoak bertan behera utzi du",
"Could not rename part file to final file" : "Ezin izan da zati-fitxategia azken fitxategira aldatu",
"Failed to check file size: %1$s" : "Ezin izan da egiaztatu fitxategiaren tamaina:%1$s",
"Could not open file" : "Ezin izan da fitxategia ireki",
"Encryption not ready: %1$s" : "Enkriptatzea ez dago prest:%1$s",
"Failed to open file: %1$s" : "Ezin izan da fitxategia ireki:%1$s",
"Failed to unlink: %1$s" : "Ezin izan da deskonektatu:%1$s",
"Invalid chunk name" : "Zati izen baliogabea",
"Could not rename part file assembled from chunks" : "Ezin izan da zati-fitxategiaren izena aldatu zenbait zatiz osatuta dagoelako",
"Failed to write file contents: %1$s" : "Ezin izan dira fitxategiaren edukiak idatzi:%1$s",
"File not found: %1$s" : "Ez da fitxategirik aurkitu:%1$s",
"System is in maintenance mode." : "Sistema mantentze moduan dago.",
"Upgrade needed" : "Bertsio-berritzea beharrezkoa",
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Zure %s HTTPS erabiltzeko konfiguratu behar da CalDAV eta CardDAV erabiltzeko iOS eta macOSrekin.",
"Configures a CalDAV account" : "CalDAV kontu bat konfiguratzen du",
"Configures a CardDAV account" : "CardDAV kontu bat konfiguratzen du",
"Events" : "Gertaerak",
"Untitled task" : "Izenik gabeko zeregina",
"Completed on %s" : "%s-an osatua",
"Due on %s by %s" : "%s-(e)an epemuga %s-(e)k",
"Due on %s" : "%s-(e)an epemuga",
"DAV system address book" : "DAV sistemaren helbide-liburua",
"No outstanding DAV system address book sync." : "Ez dago DAV sistema helbide-liburuaren sinkronizazio arrarorik.",
"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 sistemaren helbide-liburuaren sinkronizazioa oraindik ez da martxan jarri zure instantziak 1000 erabiltzaile baino gehiago dituelako edo akats bat gertatu delako. Mesedez, exekutatu eskuz \"occ dav:sync-system-addressbook\" deituz.",
"Migrated calendar (%1$s)" : "Migratutako egutegia (%1$s)",
"Calendars including events, details and attendees" : "Egutegiak, gertaerak, xehetasunak eta parte-hartzaileak barne",
"Contacts and groups" : "Kontaktuak eta taldeak",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "WebDAV amaiera-puntua",
"First day" : "Lehen eguna",
"Last day (inclusive)" : "Azken eguna (barne)",
"Short absence status" : "Absentzia-egoera laburra",
"Long absence Message" : "Absentzia-mezu luzea",
"Save" : "Gorde",
"Disable absence" : "Desgaitu absentzia",
"Absence saved" : "Absentzia gordeta",
"Failed to save your absence settings" : "Ezin izan dira zure absentzia ezarpenak gorde",
"Absence cleared" : "Abszentzia ezabatuta",
"Time zone:" : "Ordu-zona:",
"to" : "honi",
"Delete slot" : "Ezabatu tartea",
"No working hours set" : "Ez dira laneko orduak ezarri",
"Add slot" : "Gehitu tartea",
"Monday" : "Astelehena",
"Tuesday" : "Asteartea",
"Wednesday" : "Asteazkena",
"Thursday" : "Osteguna",
"Friday" : "Ostirala",
"Saturday" : "Larunbata",
"Sunday" : "Igandea",
"Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications." : "Eskuragarri ez egotean, ezarri automatikoki erabiltzailearen egoera \"Ez molestatu\" moduan jakinarazpen guztiak isilarazteko.",
"Failed to load availability" : "Ezin izan da eskuragarritasuna kargatu",
"Saved availability" : "Eskuragarritasuna gorde da",
"Failed to save availability" : "Ezin izan da eskuragarritasuna gorde",
"Availability" : "Eskuragarritasuna",
"Calendar server" : "Egutegi-zerbitzaria",
"Send invitations to attendees" : "Parte-hartzaileei gonbidapenak bidali",
"Automatically generate a birthday calendar" : "Automatikoki sortu urtebetetzeen egutegia",
"Birthday calendars will be generated by a background job." : "Urtebetetze egutegiak atzealdeko lan batek sortuko ditu.",
"Hence they will not be available immediately after enabling but will show up after some time." : "Beraz ez dira gaitu bezain laster prest egongo, baina denbora bat pasatzean agertuko dira.",
"Send notifications for events" : "Bidali jakinarazpenak gertaerentzako",
"Notifications are sent via background jobs, so these must occur often enough." : "Jakinarazpenak atzealdeko lanen bidez bidaliko dira, beraz sarri gertatu behar dira.",
"Send reminder notifications to calendar sharees as well" : "Bidali abisuaren jakinarazpenak egutegi partekatzea dutenei ere",
"Reminders are always sent to organizers and attendees." : "Abisuak beti bidaltzen zaizkie antolatzaileei eta parrte-hartzaileei.",
"Enable notifications for events via push" : "Gaitu push bidezko jakinarazpenak gertaerentzat",
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Instalatu ezazu {calendarappstoreopen}Egutegi aplikazioa{linkclose} ere, edo {calendardocopen}konektatu zure ordenagailua eta mugikorra sinkronizatzeko ↗{linkclose}.",
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Egiaztatu {emailopen}posta elektroniko zerbitzaria{linkclose} ondo konfiguratuta dagoela.",
"There was an error updating your attendance status." : "Errore bat gertatu da zure parte-hartze egoera eguneratzerakoan.",
"Please contact the organizer directly." : "Mesedez jarri harremanetan antolatzailearekin zuzenean.",
"Are you accepting the invitation?" : "Gonbidapena onartzen duzu?",
"Tentative" : "Behin behinekoa",
"Your attendance was updated successfully." : "Zure parte-hartzea ondo eguneratu da.",
"To-dos" : "Egitekoak",
"If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Zure lan orduak konfiguratzen badituzu, beste erabiltzaileek bulegotik kanpo zaudela ikusiko dute bilera bat erreserbatzen dutenean."
},
"nplurals=2; plural=(n != 1);");
+202
View File
@@ -0,0 +1,202 @@
{ "translations": {
"Calendar" : "Egutegia",
"Tasks" : "Zereginak",
"Personal" : "Pertsonala",
"{actor} created calendar {calendar}" : "{actor}-(e)k sortutako egutegia: {calendar}",
"You created calendar {calendar}" : "{calendar} egutegia sortu duzu",
"{actor} deleted calendar {calendar}" : "{actor}-(e)k {calendar} egutegia ezabatu du",
"You deleted calendar {calendar}" : "{calendar} egutegia ezabatu duzu",
"{actor} updated calendar {calendar}" : "{actor}-(e)k {calendar} egutegia eguneratu du",
"You updated calendar {calendar}" : "{calendar} egutegia eguneratu duzu ",
"{actor} restored calendar {calendar}" : "{actor}-(e)k {calendar} egutegia leheneratu du",
"You restored calendar {calendar}" : "{calendar} egutegia leheneratu duzu",
"You shared calendar {calendar} as public link" : " {calendar} partekatu duzu esteka publiko gisa",
"You removed public link for calendar {calendar}" : "{calendar} egutegiaren esteka publikoa kendu duzu",
"{actor} shared calendar {calendar} with you" : "{actor}-(e)k zurekin {calendar} egutegia partekatu du",
"You shared calendar {calendar} with {user}" : "{calendar} egutegia {user} erabiltzailearekin partekatu duzu",
"{actor} shared calendar {calendar} with {user}" : "{actor}-(e)k {calendar} egutegia {user}-(r)ekin partekatu du",
"{actor} unshared calendar {calendar} from you" : "{actor}-(e)k zurekin {calendar} egutegia partekatzeari utzi dio",
"You unshared calendar {calendar} from {user}" : "{calendar} egutegia {user}-(r)ekin partekatzeari utzi diozu ",
"{actor} unshared calendar {calendar} from {user}" : "{actor}-(e)k {user} erabiltzailearekin {calendar} egutegia partekatzeari utzi dio",
"{actor} unshared calendar {calendar} from themselves" : "{actor}-(e)k {calendar} egutegiaren partekatzea eten du beretzat.",
"You shared calendar {calendar} with group {group}" : "{calendar} egutegia {group} taldearekin partekatu duzu",
"{actor} shared calendar {calendar} with group {group}" : "{actor}-(e)k {group} taldearekin {calendar} egutegia partekatu du",
"You unshared calendar {calendar} from group {group}" : "{group} taldearekin {calendar} egutegia partekatzeari utzi diozu.",
"{actor} unshared calendar {calendar} from group {group}" : "{actor}-(e)k {group} taldearekin {calendar} egutegia partekatzeari utzi dio.",
"Untitled event" : "Izenik gabeko gertaera",
"{actor} created event {event} in calendar {calendar}" : "{actor} erabiltzaileak {event} gertaera sortu du {calendar} egutegian.",
"You created event {event} in calendar {calendar}" : "{calendar} egutegian {event} gertaera sortu duzu",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} erabiltzaileak {event} gertaera ezabatu du {calendar} egutegitik",
"You deleted event {event} from calendar {calendar}" : "{event} gertaera ezabatu duzu {calendar} egutegitik ",
"{actor} updated event {event} in calendar {calendar}" : "{actor} erabiltzaileak {event} gertaera eguneratu du {calendar} egutegian",
"You updated event {event} in calendar {calendar}" : "{event} gertaera eguneratu duzu {calendar} egutegian ",
"{actor} moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "{actor} erabiltzaileak {event} gertaera {sourceCalendar} egutegitik {targetCalendar} egutegira mugitu du",
"You moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "{event} gertaera {sourceCalendar} egutegitik {targetCalendar} egutegira mugitu duzu",
"{actor} restored event {event} of calendar {calendar}" : "{actor} erabiltzaileak {calendar} egutegiko {event} gertaera leheneratu du",
"You restored event {event} of calendar {calendar}" : "{calendar} egutegiko {event} gertaera leheneratu duzu",
"Busy" : "Lanpetua",
"{actor} created to-do {todo} in list {calendar}" : "{actor} erabiltzaileak {calendar} zerrendan {todo} egitekoa sortu du",
"You created to-do {todo} in list {calendar}" : "{calendar} zerrendan {todo} egitekoa sortu duzu",
"{actor} deleted to-do {todo} from list {calendar}" : "{actor}-(e)k {calendar} zerrendan {todo} egitekoa ezabatu du",
"You deleted to-do {todo} from list {calendar}" : " {calendar} zerrendan {todo} egitekoa ezabatu duzu",
"{actor} updated to-do {todo} in list {calendar}" : "{actor}-(e)k {calendar} zerrendan {todo} egitekoa eguneratu du",
"You updated to-do {todo} in list {calendar}" : "{calendar} zerrendan {todo} egitekoa eguneratu duzu",
"{actor} solved to-do {todo} in list {calendar}" : "{actor}-(e)k {calendar} zerrendan {todo} egitekoa burutu du.",
"You solved to-do {todo} in list {calendar}" : " {calendar} zerrendan {todo} egitekoa burutu duzu",
"{actor} reopened to-do {todo} in list {calendar}" : "{actor}-(e)k {calendar} zerrendan {todo} egitekoa berrireki du",
"You reopened to-do {todo} in list {calendar}" : "{calendar} zerrendan {todo} egitekoa berrireki duzu",
"{actor} moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "{actor}-(e)k {todo} egitekoa {sourceCalendar} zerrendatik {targetCalendar} zerrendara mugitu du",
"You moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "{todo} egitekoa {sourceCalendar} zerrendatik {targetCalendar} zerrendara mugitu duzu",
"Calendar, contacts and tasks" : "Egutegia, kontaktuak eta zereginak",
"A <strong>calendar</strong> was modified" : "<strong>Egutegi</strong> bat aldatu da",
"A calendar <strong>event</strong> was modified" : "Egutegiaren <strong>gertaera</strong> bat aldatu da",
"A calendar <strong>to-do</strong> was modified" : "Egutegi baten <strong>egiteko</strong> bat aldatu da",
"Contact birthdays" : "Kontaktuen urtebetetzeak",
"Death of %s" : "%s(r)en heriotza",
"Untitled calendar" : "Izenik gabeko egutegia",
"Calendar:" : "Egutegia:",
"Date:" : "Data:",
"Where:" : "Non:",
"Description:" : "Deskribapena:",
"_%n year_::_%n years_" : ["Urte %n","%n urte"],
"_%n month_::_%n months_" : ["Hilabete %n","%n hilabete"],
"_%n day_::_%n days_" : ["Egun %n","%n egun"],
"_%n hour_::_%n hours_" : ["Ordu %n","%n ordu"],
"_%n minute_::_%n minutes_" : ["Minutu %n","%n minutu"],
"%s (in %s)" : "%s (%s(e)tik)",
"%s (%s ago)" : "%s (orain dela %s)",
"Calendar: %s" : "Egutegia: %s",
"Date: %s" : "Data: %s",
"Description: %s" : "Deskripzioa: %s",
"Where: %s" : "Non: %s",
"%1$s via %2$s" : "%2$s bidez, %1$s",
"Cancelled: %1$s" : "Utzita: %1$s",
"\"%1$s\" has been canceled" : "\"%1$s\" bertan behera utzi da",
"Re: %1$s" : "Er: %1$s",
"%1$s has accepted your invitation" : "%1$s zure gonbidapena onartu du",
"%1$s has tentatively accepted your invitation" : "%1$s zure gonbidapena behin-behinean onartu du",
"%1$s has declined your invitation" : "%1$s zure gonbidapenari uko egin dio",
"%1$s has responded to your invitation" : "%1$s -(e)k zure gonbidapena erantzun du",
"Invitation updated: %1$s" : "Gonbidapena eguneratuta: %1$s",
"%1$s updated the event \"%2$s\"" : "%1$s-k \"%2$s\" ekitaldia eguneratu du",
"Invitation: %1$s" : "Gonbidapena: %1$s",
"%1$s would like to invite you to \"%2$s\"" : "%1$s-k \"%2$s\"-ra gonbidatu nahi zaitu",
"Organizer:" : "Antolatzailea:",
"Attendees:" : "Parte-hartzaileak:",
"Title:" : "Izenburua:",
"Time:" : "Noiz:",
"Location:" : "Kokapena:",
"Link:" : "Esteka:",
"Accept" : "Onartu",
"Decline" : "Uko egin",
"More options …" : "Aukera gehiago …",
"More options at %s" : "Aukera gehiago hemen %s ",
"Contacts" : "Kontaktuak",
"{actor} created address book {addressbook}" : "{actor}-(e)k {addressbook} helbide-liburua sortu du ",
"You created address book {addressbook}" : "{addressbook} helbide-liburua sortu duzu",
"{actor} deleted address book {addressbook}" : "{actor}-(e)k {addressbook} helbide liburua ezabatu du",
"You deleted address book {addressbook}" : "{addressbook} helbide-liburua ezabatu duzu",
"{actor} updated address book {addressbook}" : "{actor}-(e)k {addressbook} helbide-liburua eguneratu du",
"You updated address book {addressbook}" : "{addressbook} helbide-liburua eguneratu duzu",
"{actor} shared address book {addressbook} with you" : "{actor}-(e)k {addressbook} helbide-liburua partekatu du",
"You shared address book {addressbook} with {user}" : "{addressbook} helbide-liburua partekatu duzu",
"{actor} shared address book {addressbook} with {user}" : "{actor}-(e)k {addressbook} helbide-liburua partekatu du {user}-(r)ekin",
"{actor} unshared address book {addressbook} from you" : "{actor}-(e)k {addressbook} helbide-liburua zurekin partekatzeari utzi dio",
"You unshared address book {addressbook} from {user}" : "{addressbook} helbide-liburua {user}-(r)ekin partekatzeari utzi diozu",
"{actor} unshared address book {addressbook} from {user}" : "{actor}-(e)k {addressbook} helbide-liburua {user}-(r)ekin partekatzeari utzi dio",
"{actor} unshared address book {addressbook} from themselves" : "{actor}-(e)k {addressbook} helbide-liburuaren partekatzea eten du beretzat.",
"You shared address book {addressbook} with group {group}" : "{addressbook} helbide-liburua partekatu duzu {group} taldearekin",
"{actor} shared address book {addressbook} with group {group}" : "{actor}-(e)k {addressbook} helbide-liburua partekatu du {group} taldearekin",
"You unshared address book {addressbook} from group {group}" : "{addressbook} helbide-liburua {group} taldearekin partekatzeari utzi diozu",
"{actor} unshared address book {addressbook} from group {group}" : "{actor}-(e)k {addressbook} helbide-liburua {group} taldearekin partekatzeari utzi dio",
"{actor} created contact {card} in address book {addressbook}" : "{actor}-(e)k {card} kontaktua sortu du {addressbook} helbide-liburuan",
"You created contact {card} in address book {addressbook}" : "{card} kontaktua sortu duzu {addressbook} helbide-liburuan",
"{actor} deleted contact {card} from address book {addressbook}" : "{actor}-(e)k {card} kontaktua ezabatu du {addressbook} helbide-liburutik",
"You deleted contact {card} from address book {addressbook}" : "{card} kontaktua ezabatu duzu {addressbook} helbide-liburutik",
"{actor} updated contact {card} in address book {addressbook}" : "{actor}-(e)k {card} kontaktua eguneratu du {addressbook} helbide-liburuan",
"You updated contact {card} in address book {addressbook}" : "{card} kontaktua eguneratu duzu {addressbook} helbide-liburuan",
"A <strong>contact</strong> or <strong>address book</strong> was modified" : "<strong>kontaktu</strong> edo <strong>helbide-liburu</strong>bat aldatu da",
"Accounts" : "Kontuak",
"System address book which holds all accounts" : "Kontu guztiak dituen sistemaren helbide-liburua",
"File is not updatable: %1$s" : "Fitxategia ez da eguneragarria: %1$s",
"Could not write to final file, canceled by hook" : "Ezin izan da azken fitxategian idatzi, kakoak bertan behera utzi du",
"Could not write file contents" : "Ezin izan dira fitxategiaren edukiak idatzi",
"_%n byte_::_%n bytes_" : ["Byte %n","%n byte"],
"Error while copying file to target location (copied: %1$s, expected filesize: %2$s)" : "Errore bat gertatu da fitxategia helburuko kokapenera kopiatzean (kopiatua: %1$s, espero zen fitxategi-tamaina: %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$sfitxategi-tamaina espero zen baina irakurria (Nextcloud bezerotik) eta idatzia (Nextcloud biltegian) %2$sizan da. Bidaltzailearen aldean sareko arazo bat izan daiteke edo zerbitzariaren arazo bat biltegian idazteko.",
"Could not rename part file to final file, canceled by hook" : "Ezin izan da zati-fitxategiaren izena aldatu azken fitxategira, kakoak bertan behera utzi du",
"Could not rename part file to final file" : "Ezin izan da zati-fitxategia azken fitxategira aldatu",
"Failed to check file size: %1$s" : "Ezin izan da egiaztatu fitxategiaren tamaina:%1$s",
"Could not open file" : "Ezin izan da fitxategia ireki",
"Encryption not ready: %1$s" : "Enkriptatzea ez dago prest:%1$s",
"Failed to open file: %1$s" : "Ezin izan da fitxategia ireki:%1$s",
"Failed to unlink: %1$s" : "Ezin izan da deskonektatu:%1$s",
"Invalid chunk name" : "Zati izen baliogabea",
"Could not rename part file assembled from chunks" : "Ezin izan da zati-fitxategiaren izena aldatu zenbait zatiz osatuta dagoelako",
"Failed to write file contents: %1$s" : "Ezin izan dira fitxategiaren edukiak idatzi:%1$s",
"File not found: %1$s" : "Ez da fitxategirik aurkitu:%1$s",
"System is in maintenance mode." : "Sistema mantentze moduan dago.",
"Upgrade needed" : "Bertsio-berritzea beharrezkoa",
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Zure %s HTTPS erabiltzeko konfiguratu behar da CalDAV eta CardDAV erabiltzeko iOS eta macOSrekin.",
"Configures a CalDAV account" : "CalDAV kontu bat konfiguratzen du",
"Configures a CardDAV account" : "CardDAV kontu bat konfiguratzen du",
"Events" : "Gertaerak",
"Untitled task" : "Izenik gabeko zeregina",
"Completed on %s" : "%s-an osatua",
"Due on %s by %s" : "%s-(e)an epemuga %s-(e)k",
"Due on %s" : "%s-(e)an epemuga",
"DAV system address book" : "DAV sistemaren helbide-liburua",
"No outstanding DAV system address book sync." : "Ez dago DAV sistema helbide-liburuaren sinkronizazio arrarorik.",
"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 sistemaren helbide-liburuaren sinkronizazioa oraindik ez da martxan jarri zure instantziak 1000 erabiltzaile baino gehiago dituelako edo akats bat gertatu delako. Mesedez, exekutatu eskuz \"occ dav:sync-system-addressbook\" deituz.",
"Migrated calendar (%1$s)" : "Migratutako egutegia (%1$s)",
"Calendars including events, details and attendees" : "Egutegiak, gertaerak, xehetasunak eta parte-hartzaileak barne",
"Contacts and groups" : "Kontaktuak eta taldeak",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "WebDAV amaiera-puntua",
"First day" : "Lehen eguna",
"Last day (inclusive)" : "Azken eguna (barne)",
"Short absence status" : "Absentzia-egoera laburra",
"Long absence Message" : "Absentzia-mezu luzea",
"Save" : "Gorde",
"Disable absence" : "Desgaitu absentzia",
"Absence saved" : "Absentzia gordeta",
"Failed to save your absence settings" : "Ezin izan dira zure absentzia ezarpenak gorde",
"Absence cleared" : "Abszentzia ezabatuta",
"Time zone:" : "Ordu-zona:",
"to" : "honi",
"Delete slot" : "Ezabatu tartea",
"No working hours set" : "Ez dira laneko orduak ezarri",
"Add slot" : "Gehitu tartea",
"Monday" : "Astelehena",
"Tuesday" : "Asteartea",
"Wednesday" : "Asteazkena",
"Thursday" : "Osteguna",
"Friday" : "Ostirala",
"Saturday" : "Larunbata",
"Sunday" : "Igandea",
"Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications." : "Eskuragarri ez egotean, ezarri automatikoki erabiltzailearen egoera \"Ez molestatu\" moduan jakinarazpen guztiak isilarazteko.",
"Failed to load availability" : "Ezin izan da eskuragarritasuna kargatu",
"Saved availability" : "Eskuragarritasuna gorde da",
"Failed to save availability" : "Ezin izan da eskuragarritasuna gorde",
"Availability" : "Eskuragarritasuna",
"Calendar server" : "Egutegi-zerbitzaria",
"Send invitations to attendees" : "Parte-hartzaileei gonbidapenak bidali",
"Automatically generate a birthday calendar" : "Automatikoki sortu urtebetetzeen egutegia",
"Birthday calendars will be generated by a background job." : "Urtebetetze egutegiak atzealdeko lan batek sortuko ditu.",
"Hence they will not be available immediately after enabling but will show up after some time." : "Beraz ez dira gaitu bezain laster prest egongo, baina denbora bat pasatzean agertuko dira.",
"Send notifications for events" : "Bidali jakinarazpenak gertaerentzako",
"Notifications are sent via background jobs, so these must occur often enough." : "Jakinarazpenak atzealdeko lanen bidez bidaliko dira, beraz sarri gertatu behar dira.",
"Send reminder notifications to calendar sharees as well" : "Bidali abisuaren jakinarazpenak egutegi partekatzea dutenei ere",
"Reminders are always sent to organizers and attendees." : "Abisuak beti bidaltzen zaizkie antolatzaileei eta parrte-hartzaileei.",
"Enable notifications for events via push" : "Gaitu push bidezko jakinarazpenak gertaerentzat",
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Instalatu ezazu {calendarappstoreopen}Egutegi aplikazioa{linkclose} ere, edo {calendardocopen}konektatu zure ordenagailua eta mugikorra sinkronizatzeko ↗{linkclose}.",
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Egiaztatu {emailopen}posta elektroniko zerbitzaria{linkclose} ondo konfiguratuta dagoela.",
"There was an error updating your attendance status." : "Errore bat gertatu da zure parte-hartze egoera eguneratzerakoan.",
"Please contact the organizer directly." : "Mesedez jarri harremanetan antolatzailearekin zuzenean.",
"Are you accepting the invitation?" : "Gonbidapena onartzen duzu?",
"Tentative" : "Behin behinekoa",
"Your attendance was updated successfully." : "Zure parte-hartzea ondo eguneratu da.",
"To-dos" : "Egitekoak",
"If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Zure lan orduak konfiguratzen badituzu, beste erabiltzaileek bulegotik kanpo zaudela ikusiko dute bilera bat erreserbatzen dutenean."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
+194
View File
@@ -0,0 +1,194 @@
OC.L10N.register(
"dav",
{
"Calendar" : "تقویم",
"Tasks" : "وظایف",
"Personal" : "شخصی",
"{actor} created calendar {calendar}" : "{actor} created calendar {calendar}",
"You created calendar {calendar}" : "You created calendar {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} deleted calendar {calendar}",
"You deleted calendar {calendar}" : "You deleted calendar {calendar}",
"{actor} updated calendar {calendar}" : "{actor} updated calendar {calendar}",
"You updated calendar {calendar}" : "You updated calendar {calendar}",
"{actor} restored calendar {calendar}" : "{actor} restored calendar {calendar}",
"You restored calendar {calendar}" : "You restored calendar {calendar}",
"You shared calendar {calendar} as public link" : "You shared calendar {calendar} as public link",
"You removed public link for calendar {calendar}" : "You removed public link for calendar {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} shared calendar {calendar} with you",
"You shared calendar {calendar} with {user}" : "You shared calendar {calendar} with {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} shared calendar {calendar} with {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} unshared calendar {calendar} from you",
"You unshared calendar {calendar} from {user}" : "You unshared calendar {calendar} from {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} unshared calendar {calendar} from {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} unshared calendar {calendar} from themselves",
"You shared calendar {calendar} with group {group}" : "You shared calendar {calendar} with group {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} shared calendar {calendar} with group {group}",
"You unshared calendar {calendar} from group {group}" : "You unshared calendar {calendar} from group {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} unshared calendar {calendar} from group {group}",
"Untitled event" : "رویداد بدون عنوان",
"{actor} created event {event} in calendar {calendar}" : "{actor} created event {event} in calendar {calendar}",
"You created event {event} in calendar {calendar}" : "You created event {event} in calendar {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} deleted event {event} from calendar {calendar}",
"You deleted event {event} from calendar {calendar}" : "You deleted event {event} from calendar {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} updated event {event} in calendar {calendar}",
"You updated event {event} in calendar {calendar}" : "You updated event {event} in calendar {calendar}",
"{actor} moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "{actor} moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}",
"You moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "You moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}",
"{actor} restored event {event} of calendar {calendar}" : "{actor} restored event {event} of calendar {calendar}",
"You restored event {event} of calendar {calendar}" : "You restored event {event} of calendar {calendar}",
"Busy" : "مشغول",
"{actor} created to-do {todo} in list {calendar}" : "{actor} created to-do {todo} in list {calendar}",
"You created to-do {todo} in list {calendar}" : "You created to-do {todo} in list {calendar}",
"{actor} deleted to-do {todo} from list {calendar}" : "{actor} deleted to-do {todo} from list {calendar}",
"You deleted to-do {todo} from list {calendar}" : "You deleted to-do {todo} from list {calendar}",
"{actor} updated to-do {todo} in list {calendar}" : "{actor} updated to-do {todo} in list {calendar}",
"You updated to-do {todo} in list {calendar}" : "You updated to-do {todo} in list {calendar}",
"{actor} solved to-do {todo} in list {calendar}" : "{actor} solved to-do {todo} in list {calendar}",
"You solved to-do {todo} in list {calendar}" : "You solved to-do {todo} in list {calendar}",
"{actor} reopened to-do {todo} in list {calendar}" : "{actor} reopened to-do {todo} in list {calendar}",
"You reopened to-do {todo} in list {calendar}" : "You reopened to-do {todo} in list {calendar}",
"{actor} moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "{actor} moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}",
"You moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "You moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}",
"Calendar, contacts and tasks" : "Calendar, contacts and tasks",
"A <strong>calendar</strong> was modified" : "A <strong>calendar</strong> was modified",
"A calendar <strong>event</strong> was modified" : "A calendar <strong>event</strong> was modified",
"A calendar <strong>to-do</strong> was modified" : "A calendar <strong>to-do</strong> was modified",
"Contact birthdays" : "Contact birthdays",
"Death of %s" : "Death of %s",
"Untitled calendar" : "تقویم بدون عنوان",
"Calendar:" : "Calendar:",
"Date:" : "تاریخ:",
"Where:" : "مکان:",
"Description:" : "توضیحات:",
"_%n year_::_%n years_" : ["%n year","%n years"],
"_%n month_::_%n months_" : ["%n month","%n months"],
"_%n day_::_%n days_" : ["%n day","%n days"],
"_%n hour_::_%n hours_" : ["%n hour","%n hours"],
"_%n minute_::_%n minutes_" : ["%n minute","%n minutes"],
"%s (in %s)" : "%s (in %s)",
"%s (%s ago)" : "%s (%s ago)",
"Calendar: %s" : "Calendar: %s",
"Date: %s" : "Date: %s",
"Description: %s" : "Description: %s",
"Where: %s" : "Where: %s",
"%1$s via %2$s" : "%1$s از طریق %2$s",
"Cancelled: %1$s" : "Cancelled: %1$s",
"\"%1$s\" has been canceled" : "\"%1$s\" has been canceled",
"Re: %1$s" : "Re: %1$s",
"%1$s has accepted your invitation" : "%1$s has accepted your invitation",
"%1$s has tentatively accepted your invitation" : "%1$s has tentatively accepted your invitation",
"%1$s has declined your invitation" : "%1$s has declined your invitation",
"%1$s has responded to your invitation" : "%1$s has responded to your invitation",
"Invitation updated: %1$s" : "Invitation updated: %1$s",
"%1$s updated the event \"%2$s\"" : "%1$s updated the event \"%2$s\"",
"Invitation: %1$s" : "Invitation: %1$s",
"%1$s would like to invite you to \"%2$s\"" : "%1$s would like to invite you to \"%2$s\"",
"Organizer:" : "Organizer:",
"Attendees:" : "Attendees:",
"Title:" : "عنوان:",
"Time:" : "Time:",
"Location:" : "مکان:",
"Link:" : "Link:",
"Accept" : "قبول",
"Decline" : "کاهش می یابد",
"More options …" : "More options …",
"More options at %s" : "More options at %s",
"Contacts" : "مخاطبین",
"{actor} created address book {addressbook}" : "{actor} created address book {addressbook}",
"You created address book {addressbook}" : "You created address book {addressbook}",
"{actor} deleted address book {addressbook}" : "{actor} deleted address book {addressbook}",
"You deleted address book {addressbook}" : "You deleted address book {addressbook}",
"{actor} updated address book {addressbook}" : "{actor} updated address book {addressbook}",
"You updated address book {addressbook}" : "You updated address book {addressbook}",
"{actor} shared address book {addressbook} with you" : "{actor} shared address book {addressbook} with you",
"You shared address book {addressbook} with {user}" : "You shared address book {addressbook} with {user}",
"{actor} shared address book {addressbook} with {user}" : "{actor} shared address book {addressbook} with {user}",
"{actor} unshared address book {addressbook} from you" : "{actor} unshared address book {addressbook} from you",
"You unshared address book {addressbook} from {user}" : "You unshared address book {addressbook} from {user}",
"{actor} unshared address book {addressbook} from {user}" : "{actor} unshared address book {addressbook} from {user}",
"{actor} unshared address book {addressbook} from themselves" : "{actor} unshared address book {addressbook} from themselves",
"You shared address book {addressbook} with group {group}" : "You shared address book {addressbook} with group {group}",
"{actor} shared address book {addressbook} with group {group}" : "{actor} shared address book {addressbook} with group {group}",
"You unshared address book {addressbook} from group {group}" : "You unshared address book {addressbook} from group {group}",
"{actor} unshared address book {addressbook} from group {group}" : "{actor} unshared address book {addressbook} from group {group}",
"{actor} created contact {card} in address book {addressbook}" : "{actor} created contact {card} in address book {addressbook}",
"You created contact {card} in address book {addressbook}" : "You created contact {card} in address book {addressbook}",
"{actor} deleted contact {card} from address book {addressbook}" : "{actor} deleted contact {card} from address book {addressbook}",
"You deleted contact {card} from address book {addressbook}" : "You deleted contact {card} from address book {addressbook}",
"{actor} updated contact {card} in address book {addressbook}" : "{actor} updated contact {card} in address book {addressbook}",
"You updated contact {card} in address book {addressbook}" : "You updated contact {card} in address book {addressbook}",
"A <strong>contact</strong> or <strong>address book</strong> was modified" : "A <strong>contact</strong> or <strong>address book</strong> was modified",
"Accounts" : "Accounts",
"System address book which holds all accounts" : "System address book which holds all accounts",
"File is not updatable: %1$s" : "File is not updatable: %1$s",
"Could not write to final file, canceled by hook" : "Could not write to final file, canceled by hook",
"Could not write file contents" : "Could not write file contents",
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
"Error while copying file to target location (copied: %1$s, expected filesize: %2$s)" : "Error while copying file to target location (copied: %1$s, expected filesize: %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." : "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.",
"Could not rename part file to final file, canceled by hook" : "Could not rename part file to final file, canceled by hook",
"Could not rename part file to final file" : "Could not rename part file to final file",
"Failed to check file size: %1$s" : "Failed to check file size: %1$s",
"Could not open file" : "Could not open file",
"Encryption not ready: %1$s" : "Encryption not ready: %1$s",
"Failed to open file: %1$s" : "Failed to open file: %1$s",
"Failed to unlink: %1$s" : "Failed to unlink: %1$s",
"Invalid chunk name" : "Invalid chunk name",
"Could not rename part file assembled from chunks" : "Could not rename part file assembled from chunks",
"Failed to write file contents: %1$s" : "Failed to write file contents: %1$s",
"File not found: %1$s" : "File not found: %1$s",
"System is in maintenance mode." : "System is in maintenance mode.",
"Upgrade needed" : "Upgrade needed",
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS.",
"Configures a CalDAV account" : "Configures a CalDAV account",
"Configures a CardDAV account" : "Configures a CardDAV account",
"Events" : "Events",
"Untitled task" : "کار بدون عنوان",
"Completed on %s" : "Completed on %s",
"Due on %s by %s" : "Due on %s by %s",
"Due on %s" : "Due on %s",
"Migrated calendar (%1$s)" : "Migrated calendar (%1$s)",
"Calendars including events, details and attendees" : "Calendars including events, details and attendees",
"Contacts and groups" : "Contacts and groups",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "WebDAV endpoint",
"First day" : "First day",
"Save" : "ذخیره",
"Time zone:" : "منطقه زمانی:",
"to" : "به",
"Delete slot" : "Delete slot",
"No working hours set" : "No working hours set",
"Add slot" : "Add slot",
"Monday" : "دوشنبه",
"Tuesday" : "سه شنبه",
"Wednesday" : "چهارشنبه",
"Thursday" : "پنجشنبه",
"Friday" : "جمعه",
"Saturday" : "شنبه",
"Sunday" : "یکشنبه",
"Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications." : "Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications.",
"Failed to load availability" : "Failed to load availability",
"Saved availability" : "Saved availability",
"Failed to save availability" : "Failed to save availability",
"Availability" : "موجود بودن",
"Calendar server" : "Calendar server",
"Send invitations to attendees" : "Send invitations to attendees",
"Automatically generate a birthday calendar" : "Automatically generate a birthday calendar",
"Birthday calendars will be generated by a background job." : "Birthday calendars will be generated by a background job.",
"Hence they will not be available immediately after enabling but will show up after some time." : "Hence they will not be available immediately after enabling but will show up after some time.",
"Send notifications for events" : "Send notifications for events",
"Notifications are sent via background jobs, so these must occur often enough." : "Notifications are sent via background jobs, so these must occur often enough.",
"Send reminder notifications to calendar sharees as well" : "Send reminder notifications to calendar sharees as well",
"Reminders are always sent to organizers and attendees." : "Reminders are always sent to organizers and attendees.",
"Enable notifications for events via push" : "Enable notifications for events via push",
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}.",
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Please make sure to properly set up {emailopen}the email server{linkclose}.",
"There was an error updating your attendance status." : "There was an error updating your attendance status.",
"Please contact the organizer directly." : "Please contact the organizer directly.",
"Are you accepting the invitation?" : "Are you accepting the invitation?",
"Tentative" : "آزمایشی",
"Your attendance was updated successfully." : "Your attendance was updated successfully.",
"To-dos" : "To-dos",
"If you configure your working hours, other users will see when you are out of office when they book a meeting." : "If you configure your working hours, other users will see when you are out of office when they book a meeting."
},
"nplurals=2; plural=(n > 1);");
+192
View File
@@ -0,0 +1,192 @@
{ "translations": {
"Calendar" : "تقویم",
"Tasks" : "وظایف",
"Personal" : "شخصی",
"{actor} created calendar {calendar}" : "{actor} created calendar {calendar}",
"You created calendar {calendar}" : "You created calendar {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} deleted calendar {calendar}",
"You deleted calendar {calendar}" : "You deleted calendar {calendar}",
"{actor} updated calendar {calendar}" : "{actor} updated calendar {calendar}",
"You updated calendar {calendar}" : "You updated calendar {calendar}",
"{actor} restored calendar {calendar}" : "{actor} restored calendar {calendar}",
"You restored calendar {calendar}" : "You restored calendar {calendar}",
"You shared calendar {calendar} as public link" : "You shared calendar {calendar} as public link",
"You removed public link for calendar {calendar}" : "You removed public link for calendar {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} shared calendar {calendar} with you",
"You shared calendar {calendar} with {user}" : "You shared calendar {calendar} with {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} shared calendar {calendar} with {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} unshared calendar {calendar} from you",
"You unshared calendar {calendar} from {user}" : "You unshared calendar {calendar} from {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} unshared calendar {calendar} from {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} unshared calendar {calendar} from themselves",
"You shared calendar {calendar} with group {group}" : "You shared calendar {calendar} with group {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} shared calendar {calendar} with group {group}",
"You unshared calendar {calendar} from group {group}" : "You unshared calendar {calendar} from group {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} unshared calendar {calendar} from group {group}",
"Untitled event" : "رویداد بدون عنوان",
"{actor} created event {event} in calendar {calendar}" : "{actor} created event {event} in calendar {calendar}",
"You created event {event} in calendar {calendar}" : "You created event {event} in calendar {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} deleted event {event} from calendar {calendar}",
"You deleted event {event} from calendar {calendar}" : "You deleted event {event} from calendar {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} updated event {event} in calendar {calendar}",
"You updated event {event} in calendar {calendar}" : "You updated event {event} in calendar {calendar}",
"{actor} moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "{actor} moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}",
"You moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "You moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}",
"{actor} restored event {event} of calendar {calendar}" : "{actor} restored event {event} of calendar {calendar}",
"You restored event {event} of calendar {calendar}" : "You restored event {event} of calendar {calendar}",
"Busy" : "مشغول",
"{actor} created to-do {todo} in list {calendar}" : "{actor} created to-do {todo} in list {calendar}",
"You created to-do {todo} in list {calendar}" : "You created to-do {todo} in list {calendar}",
"{actor} deleted to-do {todo} from list {calendar}" : "{actor} deleted to-do {todo} from list {calendar}",
"You deleted to-do {todo} from list {calendar}" : "You deleted to-do {todo} from list {calendar}",
"{actor} updated to-do {todo} in list {calendar}" : "{actor} updated to-do {todo} in list {calendar}",
"You updated to-do {todo} in list {calendar}" : "You updated to-do {todo} in list {calendar}",
"{actor} solved to-do {todo} in list {calendar}" : "{actor} solved to-do {todo} in list {calendar}",
"You solved to-do {todo} in list {calendar}" : "You solved to-do {todo} in list {calendar}",
"{actor} reopened to-do {todo} in list {calendar}" : "{actor} reopened to-do {todo} in list {calendar}",
"You reopened to-do {todo} in list {calendar}" : "You reopened to-do {todo} in list {calendar}",
"{actor} moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "{actor} moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}",
"You moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "You moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}",
"Calendar, contacts and tasks" : "Calendar, contacts and tasks",
"A <strong>calendar</strong> was modified" : "A <strong>calendar</strong> was modified",
"A calendar <strong>event</strong> was modified" : "A calendar <strong>event</strong> was modified",
"A calendar <strong>to-do</strong> was modified" : "A calendar <strong>to-do</strong> was modified",
"Contact birthdays" : "Contact birthdays",
"Death of %s" : "Death of %s",
"Untitled calendar" : "تقویم بدون عنوان",
"Calendar:" : "Calendar:",
"Date:" : "تاریخ:",
"Where:" : "مکان:",
"Description:" : "توضیحات:",
"_%n year_::_%n years_" : ["%n year","%n years"],
"_%n month_::_%n months_" : ["%n month","%n months"],
"_%n day_::_%n days_" : ["%n day","%n days"],
"_%n hour_::_%n hours_" : ["%n hour","%n hours"],
"_%n minute_::_%n minutes_" : ["%n minute","%n minutes"],
"%s (in %s)" : "%s (in %s)",
"%s (%s ago)" : "%s (%s ago)",
"Calendar: %s" : "Calendar: %s",
"Date: %s" : "Date: %s",
"Description: %s" : "Description: %s",
"Where: %s" : "Where: %s",
"%1$s via %2$s" : "%1$s از طریق %2$s",
"Cancelled: %1$s" : "Cancelled: %1$s",
"\"%1$s\" has been canceled" : "\"%1$s\" has been canceled",
"Re: %1$s" : "Re: %1$s",
"%1$s has accepted your invitation" : "%1$s has accepted your invitation",
"%1$s has tentatively accepted your invitation" : "%1$s has tentatively accepted your invitation",
"%1$s has declined your invitation" : "%1$s has declined your invitation",
"%1$s has responded to your invitation" : "%1$s has responded to your invitation",
"Invitation updated: %1$s" : "Invitation updated: %1$s",
"%1$s updated the event \"%2$s\"" : "%1$s updated the event \"%2$s\"",
"Invitation: %1$s" : "Invitation: %1$s",
"%1$s would like to invite you to \"%2$s\"" : "%1$s would like to invite you to \"%2$s\"",
"Organizer:" : "Organizer:",
"Attendees:" : "Attendees:",
"Title:" : "عنوان:",
"Time:" : "Time:",
"Location:" : "مکان:",
"Link:" : "Link:",
"Accept" : "قبول",
"Decline" : "کاهش می یابد",
"More options …" : "More options …",
"More options at %s" : "More options at %s",
"Contacts" : "مخاطبین",
"{actor} created address book {addressbook}" : "{actor} created address book {addressbook}",
"You created address book {addressbook}" : "You created address book {addressbook}",
"{actor} deleted address book {addressbook}" : "{actor} deleted address book {addressbook}",
"You deleted address book {addressbook}" : "You deleted address book {addressbook}",
"{actor} updated address book {addressbook}" : "{actor} updated address book {addressbook}",
"You updated address book {addressbook}" : "You updated address book {addressbook}",
"{actor} shared address book {addressbook} with you" : "{actor} shared address book {addressbook} with you",
"You shared address book {addressbook} with {user}" : "You shared address book {addressbook} with {user}",
"{actor} shared address book {addressbook} with {user}" : "{actor} shared address book {addressbook} with {user}",
"{actor} unshared address book {addressbook} from you" : "{actor} unshared address book {addressbook} from you",
"You unshared address book {addressbook} from {user}" : "You unshared address book {addressbook} from {user}",
"{actor} unshared address book {addressbook} from {user}" : "{actor} unshared address book {addressbook} from {user}",
"{actor} unshared address book {addressbook} from themselves" : "{actor} unshared address book {addressbook} from themselves",
"You shared address book {addressbook} with group {group}" : "You shared address book {addressbook} with group {group}",
"{actor} shared address book {addressbook} with group {group}" : "{actor} shared address book {addressbook} with group {group}",
"You unshared address book {addressbook} from group {group}" : "You unshared address book {addressbook} from group {group}",
"{actor} unshared address book {addressbook} from group {group}" : "{actor} unshared address book {addressbook} from group {group}",
"{actor} created contact {card} in address book {addressbook}" : "{actor} created contact {card} in address book {addressbook}",
"You created contact {card} in address book {addressbook}" : "You created contact {card} in address book {addressbook}",
"{actor} deleted contact {card} from address book {addressbook}" : "{actor} deleted contact {card} from address book {addressbook}",
"You deleted contact {card} from address book {addressbook}" : "You deleted contact {card} from address book {addressbook}",
"{actor} updated contact {card} in address book {addressbook}" : "{actor} updated contact {card} in address book {addressbook}",
"You updated contact {card} in address book {addressbook}" : "You updated contact {card} in address book {addressbook}",
"A <strong>contact</strong> or <strong>address book</strong> was modified" : "A <strong>contact</strong> or <strong>address book</strong> was modified",
"Accounts" : "Accounts",
"System address book which holds all accounts" : "System address book which holds all accounts",
"File is not updatable: %1$s" : "File is not updatable: %1$s",
"Could not write to final file, canceled by hook" : "Could not write to final file, canceled by hook",
"Could not write file contents" : "Could not write file contents",
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
"Error while copying file to target location (copied: %1$s, expected filesize: %2$s)" : "Error while copying file to target location (copied: %1$s, expected filesize: %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." : "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.",
"Could not rename part file to final file, canceled by hook" : "Could not rename part file to final file, canceled by hook",
"Could not rename part file to final file" : "Could not rename part file to final file",
"Failed to check file size: %1$s" : "Failed to check file size: %1$s",
"Could not open file" : "Could not open file",
"Encryption not ready: %1$s" : "Encryption not ready: %1$s",
"Failed to open file: %1$s" : "Failed to open file: %1$s",
"Failed to unlink: %1$s" : "Failed to unlink: %1$s",
"Invalid chunk name" : "Invalid chunk name",
"Could not rename part file assembled from chunks" : "Could not rename part file assembled from chunks",
"Failed to write file contents: %1$s" : "Failed to write file contents: %1$s",
"File not found: %1$s" : "File not found: %1$s",
"System is in maintenance mode." : "System is in maintenance mode.",
"Upgrade needed" : "Upgrade needed",
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS.",
"Configures a CalDAV account" : "Configures a CalDAV account",
"Configures a CardDAV account" : "Configures a CardDAV account",
"Events" : "Events",
"Untitled task" : "کار بدون عنوان",
"Completed on %s" : "Completed on %s",
"Due on %s by %s" : "Due on %s by %s",
"Due on %s" : "Due on %s",
"Migrated calendar (%1$s)" : "Migrated calendar (%1$s)",
"Calendars including events, details and attendees" : "Calendars including events, details and attendees",
"Contacts and groups" : "Contacts and groups",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "WebDAV endpoint",
"First day" : "First day",
"Save" : "ذخیره",
"Time zone:" : "منطقه زمانی:",
"to" : "به",
"Delete slot" : "Delete slot",
"No working hours set" : "No working hours set",
"Add slot" : "Add slot",
"Monday" : "دوشنبه",
"Tuesday" : "سه شنبه",
"Wednesday" : "چهارشنبه",
"Thursday" : "پنجشنبه",
"Friday" : "جمعه",
"Saturday" : "شنبه",
"Sunday" : "یکشنبه",
"Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications." : "Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications.",
"Failed to load availability" : "Failed to load availability",
"Saved availability" : "Saved availability",
"Failed to save availability" : "Failed to save availability",
"Availability" : "موجود بودن",
"Calendar server" : "Calendar server",
"Send invitations to attendees" : "Send invitations to attendees",
"Automatically generate a birthday calendar" : "Automatically generate a birthday calendar",
"Birthday calendars will be generated by a background job." : "Birthday calendars will be generated by a background job.",
"Hence they will not be available immediately after enabling but will show up after some time." : "Hence they will not be available immediately after enabling but will show up after some time.",
"Send notifications for events" : "Send notifications for events",
"Notifications are sent via background jobs, so these must occur often enough." : "Notifications are sent via background jobs, so these must occur often enough.",
"Send reminder notifications to calendar sharees as well" : "Send reminder notifications to calendar sharees as well",
"Reminders are always sent to organizers and attendees." : "Reminders are always sent to organizers and attendees.",
"Enable notifications for events via push" : "Enable notifications for events via push",
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}.",
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Please make sure to properly set up {emailopen}the email server{linkclose}.",
"There was an error updating your attendance status." : "There was an error updating your attendance status.",
"Please contact the organizer directly." : "Please contact the organizer directly.",
"Are you accepting the invitation?" : "Are you accepting the invitation?",
"Tentative" : "آزمایشی",
"Your attendance was updated successfully." : "Your attendance was updated successfully.",
"To-dos" : "To-dos",
"If you configure your working hours, other users will see when you are out of office when they book a meeting." : "If you configure your working hours, other users will see when you are out of office when they book a meeting."
},"pluralForm" :"nplurals=2; plural=(n > 1);"
}
+149
View File
@@ -0,0 +1,149 @@
OC.L10N.register(
"dav",
{
"Calendar" : "Kalenteri",
"Tasks" : "Tehtävät",
"Personal" : "Henkilökohtainen",
"{actor} created calendar {calendar}" : "{actor} loi kalenterin {calendar}",
"You created calendar {calendar}" : "Loit kalenterin {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} poisti kalenterin {calendar}",
"You deleted calendar {calendar}" : "Poistit kalenterin {calendar}",
"{actor} updated calendar {calendar}" : "{actor} päivitti kalenterin {calendar}",
"You updated calendar {calendar}" : "Päivitit kalenterin {calendar}",
"{actor} restored calendar {calendar}" : "{actor} palautti kalenterin {calendar}",
"You restored calendar {calendar}" : "Palautit kalenterin {calendar}",
"You shared calendar {calendar} as public link" : "Jaoit kalenterin {calendar} julkisena linkkinä",
"You removed public link for calendar {calendar}" : "Poistit julkisen linkin kalenterilta {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} jakoi kalenterin {calendar} kanssasi",
"You shared calendar {calendar} with {user}" : "Jaoit kalenterin {calendar} käyttäjälle {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} jakoi kalenterin {calendar} käyttäjälle {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} lopetti kalenterin {calendar} jakamisen kanssasi",
"You unshared calendar {calendar} from {user}" : "Lopetit kalenterin {calendar} jakamisen käyttäjälle {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} lopetti kalenterin {calendar} jakamisen käyttäjälle {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} lopetti kalenterin {calendar} jakamisen itselleen",
"You shared calendar {calendar} with group {group}" : "Jaoit kalenterin {calendar} ryhmälle {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} jakoi kalenterin {calendar} ryhmälle {group}",
"You unshared calendar {calendar} from group {group}" : "Lopetit kalenterin {calendar} jakamisen ryhmälle {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} lopetti kalenterin {calendar} jakamisen ryhmälle {group}",
"Untitled event" : "Nimetön tapahtuma",
"{actor} created event {event} in calendar {calendar}" : "{actor} loi tapahtuman {event} kalenteriin {calendar}",
"You created event {event} in calendar {calendar}" : "Loit tapahtuman {event} kalenteriin {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} poisti tapahtuman {event} kalenterista {calendar}",
"You deleted event {event} from calendar {calendar}" : "Poistit tapahtuman {event} kalenterista {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} päivitti tapahtuman {event} kalenteriin {calendar}",
"You updated event {event} in calendar {calendar}" : "Päivitit tapahtuman {event} kalenteriin {calendar}",
"You moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "Siirsit tapahtuman {event} kalenterista {sourceCalendar} kalenteriin {targetCalendar}",
"Busy" : "Varattu",
"Calendar, contacts and tasks" : "Kalenteri, yhteystiedot ja tehtävät",
"A <strong>calendar</strong> was modified" : "<strong>Kalenteria</strong> on muokattu",
"A calendar <strong>event</strong> was modified" : "Kalenterin <strong>tapahtumaa</strong> on muokattu",
"Contact birthdays" : "Yhteystietojen syntymäpäivät",
"Death of %s" : "%s kuolema",
"Untitled calendar" : "Nimetön kalenteri",
"Calendar:" : "Kalenteri:",
"Date:" : "Päiväys:",
"Where:" : "Missä:",
"Description:" : "Kuvaus:",
"_%n year_::_%n years_" : ["%n vuosi","%n vuotta"],
"_%n month_::_%n months_" : ["%n kuukausi","%n kuukautta"],
"_%n day_::_%n days_" : ["%n päivä","%n päivää"],
"_%n hour_::_%n hours_" : ["%n tunti","%n tuntia"],
"_%n minute_::_%n minutes_" : ["%n minuutti","%n minuuttia"],
"%s (%s ago)" : "%s (%s sitten)",
"Calendar: %s" : "Kalenteri: %s",
"Date: %s" : "Päiväys: %s",
"Description: %s" : "Kuvaus: %s",
"Where: %s" : "Missä: %s",
"%1$s via %2$s" : "%1$s palvelun %2$s kautta",
"Cancelled: %1$s" : "Peruutettu: %1$s",
"\"%1$s\" has been canceled" : "\"%1$s\" on peruttu",
"%1$s has accepted your invitation" : "%1$s on hyväksynyt kutsusi",
"%1$s has declined your invitation" : "%1$s on kieltäytynyt kutsustasi",
"%1$s has responded to your invitation" : "%1$s on vastannut kutsuusi",
"Invitation updated: %1$s" : "Kutsu päivitetty: %1$s",
"%1$s updated the event \"%2$s\"" : "%1$s päivitti tapahtuman \"%2$s\"",
"Invitation: %1$s" : "Kutsu: %1$s",
"Organizer:" : "Järjestäjä:",
"Attendees:" : "Osallistujat:",
"Title:" : "Otsikko:",
"Time:" : "Aika:",
"Location:" : "Sijainti:",
"Link:" : "Linkki:",
"Accept" : "Hyväksy",
"Decline" : "Kieltäydy",
"More options …" : "Lisää valintoja…",
"More options at %s" : "Lisää valintoja kohteessa %s",
"Contacts" : "Yhteystiedot",
"{actor} created address book {addressbook}" : "{actor} loi osoitekirjan {addressbook}",
"You created address book {addressbook}" : "Loit osoitekirjan {addressbook}",
"{actor} deleted address book {addressbook}" : "{actor} poisti osoitekirjan {addressbook}",
"You deleted address book {addressbook}" : "Sinä poistit osoitekirjan {addressbook}",
"{actor} updated address book {addressbook}" : "{actor} päivitti osoitekirjaa {addressbook}",
"You updated address book {addressbook}" : "Sinä päivitit osoitekirjaa {addressbook}",
"{actor} shared address book {addressbook} with you" : "{actor} jakoi osoitekirjan {addressbook} kanssasi",
"You shared address book {addressbook} with {user}" : "Jaoit osoitekirjan {addressbook} käyttäjän {user} kanssa",
"{actor} shared address book {addressbook} with {user}" : "{actor} jakoi osoitekirjan {addressbook} käyttäjän {user} kanssa",
"{actor} unshared address book {addressbook} from you" : "{actor} lopetti osoitekirjan {addressbook} jakamisen kanssasi",
"You unshared address book {addressbook} from {user}" : "Lopetit osoitekirjan {addressbook} jakamisen käyttäjän {user} kanssa",
"{actor} unshared address book {addressbook} from {user}" : "{actor} lopetti osoitekirjan {addressbook} jakamisen käyttäjän {user} kanssa",
"You shared address book {addressbook} with group {group}" : "Jaoit osoitekirjan {addressbook} ryhmän {group} kanssa",
"{actor} shared address book {addressbook} with group {group}" : "{actor} jakoi osoitekirjan {addressbook} ryhmän {group} kanssa",
"You unshared address book {addressbook} from group {group}" : "Lopetit osoitekirjan {addressbook} jakamisen ryhmän {group} kanssa",
"{actor} unshared address book {addressbook} from group {group}" : "{actor} lopetti osoitekirjan {addressbook} jakamisen ryhmän {group} kanssa",
"{actor} created contact {card} in address book {addressbook}" : "{actor} loi yhteystiedon {card} osoitekirjaan {addressbook}",
"You created contact {card} in address book {addressbook}" : "Loit yhteystiedon {card} osoitekirjaan {addressbook}",
"{actor} deleted contact {card} from address book {addressbook}" : "{actor} poisti yhteystiedon {card} osoitekirjasta {addressbook}",
"You deleted contact {card} from address book {addressbook}" : "Poistit yhteystiedon {card} osoitekirjasta {addressbook}",
"{actor} updated contact {card} in address book {addressbook}" : "{actor} päivitti yhteystietoa {card} osoitekirjassa {addressbook}",
"You updated contact {card} in address book {addressbook}" : "Päivitit yhteystiedon {card} osoitekirjassa {addressbook}",
"A <strong>contact</strong> or <strong>address book</strong> was modified" : "<strong>Yhteystietoa</strong> tai <strong>osoitekirjaa</strong> muokattiin",
"Accounts" : "Tilit",
"File is not updatable: %1$s" : "Tiedosto ei ole päivitettävissä: %1$s",
"_%n byte_::_%n bytes_" : ["%n tavu","%n tavua"],
"Failed to check file size: %1$s" : "Tiedoston koon tarkistaminen epäonnistui: %1$s",
"Could not open file" : "Tiedoston avaaminen ei onnistunut",
"Encryption not ready: %1$s" : "Salaus ei ole valmis: %1$s",
"Failed to open file: %1$s" : "Tiedoston avaaminen epäonnistui: %1$s",
"File not found: %1$s" : "Tiedostoa ei löydy: %1$s",
"System is in maintenance mode." : "Järjestelmä on huoltotilassa",
"Upgrade needed" : "Päivitys tarvitaan",
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "%s tulee asettaa käyttämään HTTPS-yhteyttä, jotta CalDAVia ja CardDAVia voi käyttää iOSilla tai macOS:llä.",
"Configures a CalDAV account" : "Määrittää CalDAV-tilin",
"Configures a CardDAV account" : "Määrittää CardDAV-tilin",
"Events" : "Tapahtumat",
"Untitled task" : "Nimetön tehtävä",
"Contacts and groups" : "Yhteystiedot ja ryhmät",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "WebDAV-päätepiste",
"First day" : "Ensimmäinen päivä",
"Save" : "Tallenna",
"Time zone:" : "Aikavyöhyke:",
"to" : "Vastaanottaja",
"Delete slot" : "Poista aikarako",
"No working hours set" : "Työskentelytunteja ei ole asetettu",
"Add slot" : "Lisää aikarako",
"Monday" : "Maanantai",
"Tuesday" : "Tiistai",
"Wednesday" : "Keskiviikko",
"Thursday" : "Torstai",
"Friday" : "Perjantai",
"Saturday" : "Lauantai",
"Sunday" : "Sunnuntai",
"Failed to load availability" : "Saatavuuden lataaminen epäonnistui",
"Availability" : "Saatavuus",
"Calendar server" : "Kalenteripalvelin",
"Send invitations to attendees" : "Lähetä kutsut osallistujille",
"Automatically generate a birthday calendar" : "Luo syntymäpäiväkalenteri automaattisesti",
"Birthday calendars will be generated by a background job." : "Syntymäpäiväkalenterit luodaan taustatyön toimesta.",
"Hence they will not be available immediately after enabling but will show up after some time." : "Sen vuoksi ne eivät ole välittömästi saatavilla käyttöönoton jälkeen, vaan ne tulevat näkyviin pienellä viiveellä.",
"Send notifications for events" : "Lähetä ilmoitukset tapahtumista",
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Asenna myös {calendarappstoreopen}kalenterisovellus{linkclose}, tai {calendardocopen}yhdistä tietokoneesi ja mobiililaitteesi synkronointiyhteyteen ↗{linkclose}.",
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Varmista että määrität {emailopen}sähköpostipalvelimen{linkclose} asetukset oikein.",
"There was an error updating your attendance status." : "Osallistumisesi tilaa päivittäessä tapahtui virhe.",
"Please contact the organizer directly." : "Ota yhteys suoraan järjestäjään.",
"Are you accepting the invitation?" : "Hyväksytkö kutsun?",
"Tentative" : "Alustava",
"Your attendance was updated successfully." : "Osallistumisesi päivitettiin onnistuneesti.",
"To-dos" : "Tehtävät"
},
"nplurals=2; plural=(n != 1);");
+147
View File
@@ -0,0 +1,147 @@
{ "translations": {
"Calendar" : "Kalenteri",
"Tasks" : "Tehtävät",
"Personal" : "Henkilökohtainen",
"{actor} created calendar {calendar}" : "{actor} loi kalenterin {calendar}",
"You created calendar {calendar}" : "Loit kalenterin {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} poisti kalenterin {calendar}",
"You deleted calendar {calendar}" : "Poistit kalenterin {calendar}",
"{actor} updated calendar {calendar}" : "{actor} päivitti kalenterin {calendar}",
"You updated calendar {calendar}" : "Päivitit kalenterin {calendar}",
"{actor} restored calendar {calendar}" : "{actor} palautti kalenterin {calendar}",
"You restored calendar {calendar}" : "Palautit kalenterin {calendar}",
"You shared calendar {calendar} as public link" : "Jaoit kalenterin {calendar} julkisena linkkinä",
"You removed public link for calendar {calendar}" : "Poistit julkisen linkin kalenterilta {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} jakoi kalenterin {calendar} kanssasi",
"You shared calendar {calendar} with {user}" : "Jaoit kalenterin {calendar} käyttäjälle {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} jakoi kalenterin {calendar} käyttäjälle {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} lopetti kalenterin {calendar} jakamisen kanssasi",
"You unshared calendar {calendar} from {user}" : "Lopetit kalenterin {calendar} jakamisen käyttäjälle {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} lopetti kalenterin {calendar} jakamisen käyttäjälle {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} lopetti kalenterin {calendar} jakamisen itselleen",
"You shared calendar {calendar} with group {group}" : "Jaoit kalenterin {calendar} ryhmälle {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} jakoi kalenterin {calendar} ryhmälle {group}",
"You unshared calendar {calendar} from group {group}" : "Lopetit kalenterin {calendar} jakamisen ryhmälle {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} lopetti kalenterin {calendar} jakamisen ryhmälle {group}",
"Untitled event" : "Nimetön tapahtuma",
"{actor} created event {event} in calendar {calendar}" : "{actor} loi tapahtuman {event} kalenteriin {calendar}",
"You created event {event} in calendar {calendar}" : "Loit tapahtuman {event} kalenteriin {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} poisti tapahtuman {event} kalenterista {calendar}",
"You deleted event {event} from calendar {calendar}" : "Poistit tapahtuman {event} kalenterista {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} päivitti tapahtuman {event} kalenteriin {calendar}",
"You updated event {event} in calendar {calendar}" : "Päivitit tapahtuman {event} kalenteriin {calendar}",
"You moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "Siirsit tapahtuman {event} kalenterista {sourceCalendar} kalenteriin {targetCalendar}",
"Busy" : "Varattu",
"Calendar, contacts and tasks" : "Kalenteri, yhteystiedot ja tehtävät",
"A <strong>calendar</strong> was modified" : "<strong>Kalenteria</strong> on muokattu",
"A calendar <strong>event</strong> was modified" : "Kalenterin <strong>tapahtumaa</strong> on muokattu",
"Contact birthdays" : "Yhteystietojen syntymäpäivät",
"Death of %s" : "%s kuolema",
"Untitled calendar" : "Nimetön kalenteri",
"Calendar:" : "Kalenteri:",
"Date:" : "Päiväys:",
"Where:" : "Missä:",
"Description:" : "Kuvaus:",
"_%n year_::_%n years_" : ["%n vuosi","%n vuotta"],
"_%n month_::_%n months_" : ["%n kuukausi","%n kuukautta"],
"_%n day_::_%n days_" : ["%n päivä","%n päivää"],
"_%n hour_::_%n hours_" : ["%n tunti","%n tuntia"],
"_%n minute_::_%n minutes_" : ["%n minuutti","%n minuuttia"],
"%s (%s ago)" : "%s (%s sitten)",
"Calendar: %s" : "Kalenteri: %s",
"Date: %s" : "Päiväys: %s",
"Description: %s" : "Kuvaus: %s",
"Where: %s" : "Missä: %s",
"%1$s via %2$s" : "%1$s palvelun %2$s kautta",
"Cancelled: %1$s" : "Peruutettu: %1$s",
"\"%1$s\" has been canceled" : "\"%1$s\" on peruttu",
"%1$s has accepted your invitation" : "%1$s on hyväksynyt kutsusi",
"%1$s has declined your invitation" : "%1$s on kieltäytynyt kutsustasi",
"%1$s has responded to your invitation" : "%1$s on vastannut kutsuusi",
"Invitation updated: %1$s" : "Kutsu päivitetty: %1$s",
"%1$s updated the event \"%2$s\"" : "%1$s päivitti tapahtuman \"%2$s\"",
"Invitation: %1$s" : "Kutsu: %1$s",
"Organizer:" : "Järjestäjä:",
"Attendees:" : "Osallistujat:",
"Title:" : "Otsikko:",
"Time:" : "Aika:",
"Location:" : "Sijainti:",
"Link:" : "Linkki:",
"Accept" : "Hyväksy",
"Decline" : "Kieltäydy",
"More options …" : "Lisää valintoja…",
"More options at %s" : "Lisää valintoja kohteessa %s",
"Contacts" : "Yhteystiedot",
"{actor} created address book {addressbook}" : "{actor} loi osoitekirjan {addressbook}",
"You created address book {addressbook}" : "Loit osoitekirjan {addressbook}",
"{actor} deleted address book {addressbook}" : "{actor} poisti osoitekirjan {addressbook}",
"You deleted address book {addressbook}" : "Sinä poistit osoitekirjan {addressbook}",
"{actor} updated address book {addressbook}" : "{actor} päivitti osoitekirjaa {addressbook}",
"You updated address book {addressbook}" : "Sinä päivitit osoitekirjaa {addressbook}",
"{actor} shared address book {addressbook} with you" : "{actor} jakoi osoitekirjan {addressbook} kanssasi",
"You shared address book {addressbook} with {user}" : "Jaoit osoitekirjan {addressbook} käyttäjän {user} kanssa",
"{actor} shared address book {addressbook} with {user}" : "{actor} jakoi osoitekirjan {addressbook} käyttäjän {user} kanssa",
"{actor} unshared address book {addressbook} from you" : "{actor} lopetti osoitekirjan {addressbook} jakamisen kanssasi",
"You unshared address book {addressbook} from {user}" : "Lopetit osoitekirjan {addressbook} jakamisen käyttäjän {user} kanssa",
"{actor} unshared address book {addressbook} from {user}" : "{actor} lopetti osoitekirjan {addressbook} jakamisen käyttäjän {user} kanssa",
"You shared address book {addressbook} with group {group}" : "Jaoit osoitekirjan {addressbook} ryhmän {group} kanssa",
"{actor} shared address book {addressbook} with group {group}" : "{actor} jakoi osoitekirjan {addressbook} ryhmän {group} kanssa",
"You unshared address book {addressbook} from group {group}" : "Lopetit osoitekirjan {addressbook} jakamisen ryhmän {group} kanssa",
"{actor} unshared address book {addressbook} from group {group}" : "{actor} lopetti osoitekirjan {addressbook} jakamisen ryhmän {group} kanssa",
"{actor} created contact {card} in address book {addressbook}" : "{actor} loi yhteystiedon {card} osoitekirjaan {addressbook}",
"You created contact {card} in address book {addressbook}" : "Loit yhteystiedon {card} osoitekirjaan {addressbook}",
"{actor} deleted contact {card} from address book {addressbook}" : "{actor} poisti yhteystiedon {card} osoitekirjasta {addressbook}",
"You deleted contact {card} from address book {addressbook}" : "Poistit yhteystiedon {card} osoitekirjasta {addressbook}",
"{actor} updated contact {card} in address book {addressbook}" : "{actor} päivitti yhteystietoa {card} osoitekirjassa {addressbook}",
"You updated contact {card} in address book {addressbook}" : "Päivitit yhteystiedon {card} osoitekirjassa {addressbook}",
"A <strong>contact</strong> or <strong>address book</strong> was modified" : "<strong>Yhteystietoa</strong> tai <strong>osoitekirjaa</strong> muokattiin",
"Accounts" : "Tilit",
"File is not updatable: %1$s" : "Tiedosto ei ole päivitettävissä: %1$s",
"_%n byte_::_%n bytes_" : ["%n tavu","%n tavua"],
"Failed to check file size: %1$s" : "Tiedoston koon tarkistaminen epäonnistui: %1$s",
"Could not open file" : "Tiedoston avaaminen ei onnistunut",
"Encryption not ready: %1$s" : "Salaus ei ole valmis: %1$s",
"Failed to open file: %1$s" : "Tiedoston avaaminen epäonnistui: %1$s",
"File not found: %1$s" : "Tiedostoa ei löydy: %1$s",
"System is in maintenance mode." : "Järjestelmä on huoltotilassa",
"Upgrade needed" : "Päivitys tarvitaan",
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "%s tulee asettaa käyttämään HTTPS-yhteyttä, jotta CalDAVia ja CardDAVia voi käyttää iOSilla tai macOS:llä.",
"Configures a CalDAV account" : "Määrittää CalDAV-tilin",
"Configures a CardDAV account" : "Määrittää CardDAV-tilin",
"Events" : "Tapahtumat",
"Untitled task" : "Nimetön tehtävä",
"Contacts and groups" : "Yhteystiedot ja ryhmät",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "WebDAV-päätepiste",
"First day" : "Ensimmäinen päivä",
"Save" : "Tallenna",
"Time zone:" : "Aikavyöhyke:",
"to" : "Vastaanottaja",
"Delete slot" : "Poista aikarako",
"No working hours set" : "Työskentelytunteja ei ole asetettu",
"Add slot" : "Lisää aikarako",
"Monday" : "Maanantai",
"Tuesday" : "Tiistai",
"Wednesday" : "Keskiviikko",
"Thursday" : "Torstai",
"Friday" : "Perjantai",
"Saturday" : "Lauantai",
"Sunday" : "Sunnuntai",
"Failed to load availability" : "Saatavuuden lataaminen epäonnistui",
"Availability" : "Saatavuus",
"Calendar server" : "Kalenteripalvelin",
"Send invitations to attendees" : "Lähetä kutsut osallistujille",
"Automatically generate a birthday calendar" : "Luo syntymäpäiväkalenteri automaattisesti",
"Birthday calendars will be generated by a background job." : "Syntymäpäiväkalenterit luodaan taustatyön toimesta.",
"Hence they will not be available immediately after enabling but will show up after some time." : "Sen vuoksi ne eivät ole välittömästi saatavilla käyttöönoton jälkeen, vaan ne tulevat näkyviin pienellä viiveellä.",
"Send notifications for events" : "Lähetä ilmoitukset tapahtumista",
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Asenna myös {calendarappstoreopen}kalenterisovellus{linkclose}, tai {calendardocopen}yhdistä tietokoneesi ja mobiililaitteesi synkronointiyhteyteen ↗{linkclose}.",
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Varmista että määrität {emailopen}sähköpostipalvelimen{linkclose} asetukset oikein.",
"There was an error updating your attendance status." : "Osallistumisesi tilaa päivittäessä tapahtui virhe.",
"Please contact the organizer directly." : "Ota yhteys suoraan järjestäjään.",
"Are you accepting the invitation?" : "Hyväksytkö kutsun?",
"Tentative" : "Alustava",
"Your attendance was updated successfully." : "Osallistumisesi päivitettiin onnistuneesti.",
"To-dos" : "Tehtävät"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
+211
View File
@@ -0,0 +1,211 @@
OC.L10N.register(
"dav",
{
"Calendar" : "Agenda",
"Tasks" : "Tâches",
"Personal" : "Personnel",
"{actor} created calendar {calendar}" : "{actor} a créé l'agenda {calendar}",
"You created calendar {calendar}" : "Vous avez créé l'agenda {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} a supprimé l'agenda {calendar}",
"You deleted calendar {calendar}" : "Vous avez supprimé l'agenda {calendar}",
"{actor} updated calendar {calendar}" : "{actor} a mis à jour l'agenda {calendar}",
"You updated calendar {calendar}" : "Vous avez mis à jour l'agenda {calendar}",
"{actor} restored calendar {calendar}" : "{actor} a restauré l'agenda {calendar}",
"You restored calendar {calendar}" : "Vous avez restauré l'agenda {calendar}",
"You shared calendar {calendar} as public link" : "Vous avez partagé l'agenda {calendar} avec un lien public ",
"You removed public link for calendar {calendar}" : "Vous avez supprimé le lien public pour l'agenda {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} a partagé l'agenda {calendar} avec vous",
"You shared calendar {calendar} with {user}" : "Vous avez partagé l'agenda {calendar} avec {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} a partagé l'agenda {calendar} avec {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} a cessé de partager l'agenda {calendar} avec vous",
"You unshared calendar {calendar} from {user}" : "Vous avez cessé de partager l'agenda {calendar} avec {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} a cessé de partager l'agenda {calendar} avec {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} a cessé de partager l'agenda {calendar} avec lui-même",
"You shared calendar {calendar} with group {group}" : "Vous avez partagé l'agenda {calendar} avec le groupe {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} a partagé l'agenda {calendar} avec le groupe {group}",
"You unshared calendar {calendar} from group {group}" : "Vous avez cessé de partager l'agenda {calendar} avec le groupe {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} a cessé de partager l'agenda {calendar} avec le groupe {group}",
"Untitled event" : "Événement sans titre",
"{actor} created event {event} in calendar {calendar}" : "{actor} a créé l'évènement {event} dans l'agenda {calendar}",
"You created event {event} in calendar {calendar}" : "Vous avez créé l'évènement {event} dans l'agenda {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} a supprimé l'évènement {event} de l'agenda {calendar}",
"You deleted event {event} from calendar {calendar}" : "Vous avez supprimé l'évènement {event} de l'agenda {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} a mis à jour l'évènement {event} dans l'agenda {calendar}",
"You updated event {event} in calendar {calendar}" : "Vous avez mis à jour l'évènement {event} dans l'agenda {calendar}",
"{actor} moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "{actor} a déplacé l'événement {event} du calendrier {sourceCalendar} au calendrier {targetCalendar}",
"You moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "Vous avez déplacé l'événement {event} du calendrier {sourceCalendar} au calendrier {targetCalendar}",
"{actor} restored event {event} of calendar {calendar}" : "{actor} a restauré l'événement {event} dans l'agenda {calendar}",
"You restored event {event} of calendar {calendar}" : "Vous avez restauré l'événement {event} dans l'agenda {calendar}",
"Busy" : "Occupé",
"{actor} created to-do {todo} in list {calendar}" : "{actor} a créé la tâche {todo} dans la liste {calendar}",
"You created to-do {todo} in list {calendar}" : "Vous avez créé un pense-bête {todo} dans la liste {calendar}",
"{actor} deleted to-do {todo} from list {calendar}" : "{actor} a supprimé un pense-bête {todo} de la liste {calendar}",
"You deleted to-do {todo} from list {calendar}" : "Vous avez supprimé le pense-bête {todo} de la liste {calendar}",
"{actor} updated to-do {todo} in list {calendar}" : "{actor} a mis à jour le pense-bête {todo} dans la liste {calendar}",
"You updated to-do {todo} in list {calendar}" : "Vous avez mis à jour le pense-bête {todo} dans la liste {calendar}",
"{actor} solved to-do {todo} in list {calendar}" : "{actor} a résolu le pense-bête {todo} dans la liste {calendar}",
"You solved to-do {todo} in list {calendar}" : "Vous avez résolu le pense-bête {todo} dans la liste {calendar}",
"{actor} reopened to-do {todo} in list {calendar}" : "{actor} a réouvert le pense-bête {todo} dans la liste {calendar}",
"You reopened to-do {todo} in list {calendar}" : "Vous avez réouvert le pense-bête {todo} dans la liste {calendar}",
"{actor} moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "{actor} a déplacé le pense-bête {todo} de la liste {sourceCalendar} à la liste {targetCalendar}",
"You moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "Vous avez déplacé le pense-bête {todo} de la liste {sourceCalendar} à la liste {targetCalendar}",
"Calendar, contacts and tasks" : "Agenda, contacts et tâches",
"A <strong>calendar</strong> was modified" : "Un <strong>agenda</strong> a été modifié",
"A calendar <strong>event</strong> was modified" : "Un <strong>événement</strong> de l'agenda a été modifié",
"A calendar <strong>to-do</strong> was modified" : "Un calendrier <strong>de tâches</strong> a été modifié",
"Contact birthdays" : "Anniversaires des contacts",
"Death of %s" : "Mort de %s",
"Untitled calendar" : "Calendrier sans titre",
"Calendar:" : "Agenda :",
"Date:" : "Date :",
"Where:" : "Où :",
"Description:" : "Description :",
"_%n year_::_%n years_" : ["%n an","%n ans","%n ans"],
"_%n month_::_%n months_" : ["%n mois","%n mois","%n mois"],
"_%n day_::_%n days_" : ["%n jour","%n jours","%n jours"],
"_%n hour_::_%n hours_" : ["%n heure","%n heures","%n heures"],
"_%n minute_::_%n minutes_" : ["%n minute","%n minutes","%n minutes"],
"%s (in %s)" : "%s (dans %s)",
"%s (%s ago)" : "%s (il y a %s)",
"Calendar: %s" : "Agenda : %s",
"Date: %s" : "Date : %s ",
"Description: %s" : "Description : %s",
"Where: %s" : "Où : %s",
"%1$s via %2$s" : "%1$s via %2$s",
"Cancelled: %1$s" : "Annulé : %1$s",
"\"%1$s\" has been canceled" : "\"%1$s\" a été annulé(e)",
"Re: %1$s" : "Re : %1$s",
"%1$s has accepted your invitation" : "%1$s a accepté votre invitation",
"%1$s has tentatively accepted your invitation" : "%1$s a provisoirement accepté votre invitation",
"%1$s has declined your invitation" : "%1$s a décliné votre invitation",
"%1$s has responded to your invitation" : "%1$s a répondu à votre invitation",
"Invitation updated: %1$s" : "Invitation mise à jour : %1$s",
"%1$s updated the event \"%2$s\"" : "%1$s a mis à jour l'évènement %2$s",
"Invitation: %1$s" : "Invitation : %1$s",
"%1$s would like to invite you to \"%2$s\"" : "%1$s souhaite vous inviter à \"%2$s\"",
"Organizer:" : "Organisateur :",
"Attendees:" : "Participants :",
"Title:" : "Titre :",
"Time:" : "Heure :",
"Location:" : "Localisation :",
"Link:" : "Lien :",
"Accept" : "Accepter",
"Decline" : "Refuser",
"More options …" : "Plus d'options…",
"More options at %s" : "Plus d'options à %s",
"Contacts" : "Contacts",
"{actor} created address book {addressbook}" : "{actor} a créé le carnet d'adresses {addressbook}",
"You created address book {addressbook}" : "Vous avez créé le carnet d'adresses {addressbook}",
"{actor} deleted address book {addressbook}" : "{actor} a supprimé le carnet d'adresses {addressbook}",
"You deleted address book {addressbook}" : "Vous avez supprimé le carnet d'adresses {addressbook}",
"{actor} updated address book {addressbook}" : "{actor} a mis à jour le carnet d'adresses {addressbook}",
"You updated address book {addressbook}" : "Vous avez mis à jour le carnet d'adresses {addressbook}",
"{actor} shared address book {addressbook} with you" : "{actor} a partagé le carnet d'adresses {addressbook} avec vous",
"You shared address book {addressbook} with {user}" : "Vous avez partagé le carnet d'adresses {addressbook} avec {user}",
"{actor} shared address book {addressbook} with {user}" : "{actor} a partagé le carnet d'adresses {addressbook} avec {user}",
"{actor} unshared address book {addressbook} from you" : "{actor} a cessé de partager le carnet d'adresses {addressbook} vous appartenant",
"You unshared address book {addressbook} from {user}" : "Vous avez cessé de partager le carnet d'adresses {addressbook} appartenant à {user}",
"{actor} unshared address book {addressbook} from {user}" : "{actor} a cessé de partager le carnet d'adresses {addressbook} appartenant à {user}",
"{actor} unshared address book {addressbook} from themselves" : "{actor} a cessé de partager le carnet d'adresses {addressbook} lui appartenant",
"You shared address book {addressbook} with group {group}" : "Vous avez partagé le carnet d'adresses {addressbook} avec le groupe {group}",
"{actor} shared address book {addressbook} with group {group}" : "{actor} a partagé le carnet d'adresses {addressbook} avec le groupe {group}",
"You unshared address book {addressbook} from group {group}" : "Vous avez cessé de partager le carnet d'adresses {addressbook} appartenant au groupe {group}",
"{actor} unshared address book {addressbook} from group {group}" : "{actor} a cessé de partager le carnet d'adresses {addressbook} appartenant au groupe {group}",
"{actor} created contact {card} in address book {addressbook}" : "{actor} a créé le contact {card} dans le carnet d'adresses {addressbook}",
"You created contact {card} in address book {addressbook}" : "Vous avez créé le contact {card} dans le carnet d'adresses {addressbook}",
"{actor} deleted contact {card} from address book {addressbook}" : "{actor} a supprimé le contact {card} dans le carnet d'adresses {addressbook}",
"You deleted contact {card} from address book {addressbook}" : "Vous avez supprimé le contact {card} dans le carnet d'adresses {addressbook}",
"{actor} updated contact {card} in address book {addressbook}" : "{actor} a mis à jour le contact {card} dans le carnet d'adresses {addressbook}",
"You updated contact {card} in address book {addressbook}" : "Vous avez mis à jour le contact {card} dans le carnet d'adresses {addressbook}",
"A <strong>contact</strong> or <strong>address book</strong> was modified" : "Un <strong>contact</strong> ou <strong>carnet d'adresses</strong> a été modifié",
"Accounts" : "Comptes",
"System address book which holds all accounts" : "Annuaire système qui regroupe tous les comptes",
"File is not updatable: %1$s" : "Ce fichier ne peut pas être mis à jour : %1$s",
"Could not write to final file, canceled by hook" : "Impossible d'écrire dans le fichier final, annulé par le hook",
"Could not write file contents" : "Impossible d'écrire le contenu du fichier",
"_%n byte_::_%n bytes_" : ["%n octet","%n octets","%n octets"],
"Error while copying file to target location (copied: %1$s, expected filesize: %2$s)" : "Erreur en copiant le fichier à destination (copié : %1$s, taille du fichier attendue : %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." : "Taille du fichier attendue : %1$s mais taille du fichier lue (depuis le client Nextcloud) et écrit (dans le stockage Nextcloud) : %2$s. Cela peut être un problème de réseau au niveau du client ou un problème de stockage au niveau du serveur.",
"Could not rename part file to final file, canceled by hook" : "Impossible de renommer le fichier partiel en fichier final, annulé par le hook",
"Could not rename part file to final file" : "Impossible de renommer le fichier partiel en fichier définitif.",
"Failed to check file size: %1$s" : "Échec à la vérification de la taille du fichier : %1$s",
"Could not open file" : "Impossible d'ouvrir le fichier",
"Encryption not ready: %1$s" : "Encryption pas prête : %1$s",
"Failed to open file: %1$s" : "Échec à l'ouverture du fichier : %1$s",
"Failed to unlink: %1$s" : "Échec à la suppression :%1$s",
"Invalid chunk name" : "Nom de morceau invalide",
"Could not rename part file assembled from chunks" : "Impossible de renommer le fichier partiel à partir des morceaux",
"Failed to write file contents: %1$s" : "Échec à l'écriture du contenu du fichier : %1$s",
"File not found: %1$s" : "Fichier non trouvé : %1$s",
"System is in maintenance mode." : "Le système est en mode maintenance.",
"Upgrade needed" : "Mise à jour requise",
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Votre %s a besoin d'être configuré pour utiliser le HTTPS dans le but d'utiliser CalDAV et CardDAV avec iOS/macOS.",
"Configures a CalDAV account" : "Configure un compte CalDAV",
"Configures a CardDAV account" : "Configure un compte CardDAV",
"Events" : "Évènements",
"Untitled task" : "Tâche sans titre",
"Completed on %s" : "Terminé le %s",
"Due on %s by %s" : "Echéance le %s pour %s",
"Due on %s" : "Echéance le %s",
"DAV system address book" : "Carnet d'adresses système DAV",
"No outstanding DAV system address book sync." : "Pas de synchronisation DAV en cours du carnet d'adresses du système.",
"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\"." : "La synchronisation du carnet d'adresses système DAV n'a pas encore été effectuée car votre instance a plus de 1000 utilisateurs ou parce qu'une erreur est survenue. Merci de l'exécuter manuellement en tapant la commande \"occ dav:sync-system-addressbook\".",
"Migrated calendar (%1$s)" : "Agenda migré (%1$s)",
"Calendars including events, details and attendees" : "Calendriers incluant des événements, détails et participants",
"Contacts and groups" : "Contacts et groupes",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "Point d'accès WebDAV",
"First day" : "Premier jour",
"Last day (inclusive)" : "Dernier jour (inclus)",
"Short absence status" : "Résumé du message d'absence",
"Long absence Message" : "Message d'absence complet",
"Save" : "Enregistrer",
"Disable absence" : "Désactiver le message d'absence",
"Absence saved" : "Message d'absence sauvegardé",
"Failed to save your absence settings" : "L'enregistrement des paramètres d'absence a échoué",
"Absence cleared" : "Message d'absence supprimé",
"Failed to clear your absence settings" : "Les paramètres d'absence n'ont pas été effacés",
"Time zone:" : "Fuseau horaire :",
"to" : "à",
"Delete slot" : "Supprimer le créneau",
"No working hours set" : "Heures de travail non définies",
"Add slot" : "Ajouter un créneau",
"Weekdays" : "Jours de la semaine",
"Monday" : "Lundi",
"Tuesday" : "Mardi",
"Wednesday" : "Mercredi",
"Thursday" : "Jeudi",
"Friday" : "Vendredi",
"Saturday" : "Samedi",
"Sunday" : "Dimanche",
"Pick a start time for {dayName}" : "Choisissez une heure de début pour {dayName}",
"Pick a end time for {dayName}" : "Choisissez une heure de fin pour {dayName}",
"Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications." : "Définir automatiquement le statut « Ne pas déranger » en dehors des heures de disponibilités pour désactiver toutes les notifications.",
"Failed to load availability" : "Impossible de charger les disponibilités",
"Saved availability" : "Disponibilités sauvegardées",
"Failed to save availability" : "Impossible de sauvegarder les disponibilités",
"Availability" : "Disponibilités",
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Si vous configurez vos heures de travail, les autres personnes verront si vous êtes disponible quand ils planifient une réunion.",
"Absence" : "Absence",
"Configure your next absence period." : "Configurez votre prochaine période d'absence.",
"Calendar server" : "Serveur de calendrier",
"Send invitations to attendees" : "Envoyer des invitations aux participants",
"Automatically generate a birthday calendar" : "Générer automatiquement un agenda d'anniversaire",
"Birthday calendars will be generated by a background job." : "Les agendas d'anniversaire seront générés par une tâche de fond.",
"Hence they will not be available immediately after enabling but will show up after some time." : "Par conséquent, ils ne seront pas disponibles immédiatement après l'activation mais apparaîtront après un certain temps.",
"Send notifications for events" : "Envoyer une notification pour les évènements",
"Notifications are sent via background jobs, so these must occur often enough." : "Les notifications sont envoyées par des tâches de fond qui doivent, par conséquent, être exécutées régulièrement.",
"Send reminder notifications to calendar sharees as well" : "Envoyez également des notifications de rappel aux personnes partageant le calendrier",
"Reminders are always sent to organizers and attendees." : "Des rappels sont toujours envoyés aux organisateurs et aux participants.",
"Enable notifications for events via push" : "Activer les notifications push pour les évènements",
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Installer aussi {calendarappstoreopen}l'application Calendrier{linkclose}, ou {calendardocopen}connecter à votre PC & téléphone pour synchroniser ↗{linkclose}.",
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Merci de vérifier d'avoir correctement configuré {emailopen}le serveur de messagerie{linkclose}.",
"There was an error updating your attendance status." : "Une erreur s'est produite lors de la mise à jour de votre statut de présence.",
"Please contact the organizer directly." : "Merci de contacter l'organisateur directement.",
"Are you accepting the invitation?" : "Acceptez-vous l'invitation ?",
"Tentative" : "Provisoire",
"Your attendance was updated successfully." : "Votre présence a été mise à jour avec succès.",
"To-dos" : "Pense-bêtes",
"If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Si vous configurez vos heures de travail, les autres utilisateurs verront si vous êtes disponible quand ils planifient une réunion."
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
+209
View File
@@ -0,0 +1,209 @@
{ "translations": {
"Calendar" : "Agenda",
"Tasks" : "Tâches",
"Personal" : "Personnel",
"{actor} created calendar {calendar}" : "{actor} a créé l'agenda {calendar}",
"You created calendar {calendar}" : "Vous avez créé l'agenda {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} a supprimé l'agenda {calendar}",
"You deleted calendar {calendar}" : "Vous avez supprimé l'agenda {calendar}",
"{actor} updated calendar {calendar}" : "{actor} a mis à jour l'agenda {calendar}",
"You updated calendar {calendar}" : "Vous avez mis à jour l'agenda {calendar}",
"{actor} restored calendar {calendar}" : "{actor} a restauré l'agenda {calendar}",
"You restored calendar {calendar}" : "Vous avez restauré l'agenda {calendar}",
"You shared calendar {calendar} as public link" : "Vous avez partagé l'agenda {calendar} avec un lien public ",
"You removed public link for calendar {calendar}" : "Vous avez supprimé le lien public pour l'agenda {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} a partagé l'agenda {calendar} avec vous",
"You shared calendar {calendar} with {user}" : "Vous avez partagé l'agenda {calendar} avec {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} a partagé l'agenda {calendar} avec {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} a cessé de partager l'agenda {calendar} avec vous",
"You unshared calendar {calendar} from {user}" : "Vous avez cessé de partager l'agenda {calendar} avec {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} a cessé de partager l'agenda {calendar} avec {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} a cessé de partager l'agenda {calendar} avec lui-même",
"You shared calendar {calendar} with group {group}" : "Vous avez partagé l'agenda {calendar} avec le groupe {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} a partagé l'agenda {calendar} avec le groupe {group}",
"You unshared calendar {calendar} from group {group}" : "Vous avez cessé de partager l'agenda {calendar} avec le groupe {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} a cessé de partager l'agenda {calendar} avec le groupe {group}",
"Untitled event" : "Événement sans titre",
"{actor} created event {event} in calendar {calendar}" : "{actor} a créé l'évènement {event} dans l'agenda {calendar}",
"You created event {event} in calendar {calendar}" : "Vous avez créé l'évènement {event} dans l'agenda {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} a supprimé l'évènement {event} de l'agenda {calendar}",
"You deleted event {event} from calendar {calendar}" : "Vous avez supprimé l'évènement {event} de l'agenda {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} a mis à jour l'évènement {event} dans l'agenda {calendar}",
"You updated event {event} in calendar {calendar}" : "Vous avez mis à jour l'évènement {event} dans l'agenda {calendar}",
"{actor} moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "{actor} a déplacé l'événement {event} du calendrier {sourceCalendar} au calendrier {targetCalendar}",
"You moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "Vous avez déplacé l'événement {event} du calendrier {sourceCalendar} au calendrier {targetCalendar}",
"{actor} restored event {event} of calendar {calendar}" : "{actor} a restauré l'événement {event} dans l'agenda {calendar}",
"You restored event {event} of calendar {calendar}" : "Vous avez restauré l'événement {event} dans l'agenda {calendar}",
"Busy" : "Occupé",
"{actor} created to-do {todo} in list {calendar}" : "{actor} a créé la tâche {todo} dans la liste {calendar}",
"You created to-do {todo} in list {calendar}" : "Vous avez créé un pense-bête {todo} dans la liste {calendar}",
"{actor} deleted to-do {todo} from list {calendar}" : "{actor} a supprimé un pense-bête {todo} de la liste {calendar}",
"You deleted to-do {todo} from list {calendar}" : "Vous avez supprimé le pense-bête {todo} de la liste {calendar}",
"{actor} updated to-do {todo} in list {calendar}" : "{actor} a mis à jour le pense-bête {todo} dans la liste {calendar}",
"You updated to-do {todo} in list {calendar}" : "Vous avez mis à jour le pense-bête {todo} dans la liste {calendar}",
"{actor} solved to-do {todo} in list {calendar}" : "{actor} a résolu le pense-bête {todo} dans la liste {calendar}",
"You solved to-do {todo} in list {calendar}" : "Vous avez résolu le pense-bête {todo} dans la liste {calendar}",
"{actor} reopened to-do {todo} in list {calendar}" : "{actor} a réouvert le pense-bête {todo} dans la liste {calendar}",
"You reopened to-do {todo} in list {calendar}" : "Vous avez réouvert le pense-bête {todo} dans la liste {calendar}",
"{actor} moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "{actor} a déplacé le pense-bête {todo} de la liste {sourceCalendar} à la liste {targetCalendar}",
"You moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "Vous avez déplacé le pense-bête {todo} de la liste {sourceCalendar} à la liste {targetCalendar}",
"Calendar, contacts and tasks" : "Agenda, contacts et tâches",
"A <strong>calendar</strong> was modified" : "Un <strong>agenda</strong> a été modifié",
"A calendar <strong>event</strong> was modified" : "Un <strong>événement</strong> de l'agenda a été modifié",
"A calendar <strong>to-do</strong> was modified" : "Un calendrier <strong>de tâches</strong> a été modifié",
"Contact birthdays" : "Anniversaires des contacts",
"Death of %s" : "Mort de %s",
"Untitled calendar" : "Calendrier sans titre",
"Calendar:" : "Agenda :",
"Date:" : "Date :",
"Where:" : "Où :",
"Description:" : "Description :",
"_%n year_::_%n years_" : ["%n an","%n ans","%n ans"],
"_%n month_::_%n months_" : ["%n mois","%n mois","%n mois"],
"_%n day_::_%n days_" : ["%n jour","%n jours","%n jours"],
"_%n hour_::_%n hours_" : ["%n heure","%n heures","%n heures"],
"_%n minute_::_%n minutes_" : ["%n minute","%n minutes","%n minutes"],
"%s (in %s)" : "%s (dans %s)",
"%s (%s ago)" : "%s (il y a %s)",
"Calendar: %s" : "Agenda : %s",
"Date: %s" : "Date : %s ",
"Description: %s" : "Description : %s",
"Where: %s" : "Où : %s",
"%1$s via %2$s" : "%1$s via %2$s",
"Cancelled: %1$s" : "Annulé : %1$s",
"\"%1$s\" has been canceled" : "\"%1$s\" a été annulé(e)",
"Re: %1$s" : "Re : %1$s",
"%1$s has accepted your invitation" : "%1$s a accepté votre invitation",
"%1$s has tentatively accepted your invitation" : "%1$s a provisoirement accepté votre invitation",
"%1$s has declined your invitation" : "%1$s a décliné votre invitation",
"%1$s has responded to your invitation" : "%1$s a répondu à votre invitation",
"Invitation updated: %1$s" : "Invitation mise à jour : %1$s",
"%1$s updated the event \"%2$s\"" : "%1$s a mis à jour l'évènement %2$s",
"Invitation: %1$s" : "Invitation : %1$s",
"%1$s would like to invite you to \"%2$s\"" : "%1$s souhaite vous inviter à \"%2$s\"",
"Organizer:" : "Organisateur :",
"Attendees:" : "Participants :",
"Title:" : "Titre :",
"Time:" : "Heure :",
"Location:" : "Localisation :",
"Link:" : "Lien :",
"Accept" : "Accepter",
"Decline" : "Refuser",
"More options …" : "Plus d'options…",
"More options at %s" : "Plus d'options à %s",
"Contacts" : "Contacts",
"{actor} created address book {addressbook}" : "{actor} a créé le carnet d'adresses {addressbook}",
"You created address book {addressbook}" : "Vous avez créé le carnet d'adresses {addressbook}",
"{actor} deleted address book {addressbook}" : "{actor} a supprimé le carnet d'adresses {addressbook}",
"You deleted address book {addressbook}" : "Vous avez supprimé le carnet d'adresses {addressbook}",
"{actor} updated address book {addressbook}" : "{actor} a mis à jour le carnet d'adresses {addressbook}",
"You updated address book {addressbook}" : "Vous avez mis à jour le carnet d'adresses {addressbook}",
"{actor} shared address book {addressbook} with you" : "{actor} a partagé le carnet d'adresses {addressbook} avec vous",
"You shared address book {addressbook} with {user}" : "Vous avez partagé le carnet d'adresses {addressbook} avec {user}",
"{actor} shared address book {addressbook} with {user}" : "{actor} a partagé le carnet d'adresses {addressbook} avec {user}",
"{actor} unshared address book {addressbook} from you" : "{actor} a cessé de partager le carnet d'adresses {addressbook} vous appartenant",
"You unshared address book {addressbook} from {user}" : "Vous avez cessé de partager le carnet d'adresses {addressbook} appartenant à {user}",
"{actor} unshared address book {addressbook} from {user}" : "{actor} a cessé de partager le carnet d'adresses {addressbook} appartenant à {user}",
"{actor} unshared address book {addressbook} from themselves" : "{actor} a cessé de partager le carnet d'adresses {addressbook} lui appartenant",
"You shared address book {addressbook} with group {group}" : "Vous avez partagé le carnet d'adresses {addressbook} avec le groupe {group}",
"{actor} shared address book {addressbook} with group {group}" : "{actor} a partagé le carnet d'adresses {addressbook} avec le groupe {group}",
"You unshared address book {addressbook} from group {group}" : "Vous avez cessé de partager le carnet d'adresses {addressbook} appartenant au groupe {group}",
"{actor} unshared address book {addressbook} from group {group}" : "{actor} a cessé de partager le carnet d'adresses {addressbook} appartenant au groupe {group}",
"{actor} created contact {card} in address book {addressbook}" : "{actor} a créé le contact {card} dans le carnet d'adresses {addressbook}",
"You created contact {card} in address book {addressbook}" : "Vous avez créé le contact {card} dans le carnet d'adresses {addressbook}",
"{actor} deleted contact {card} from address book {addressbook}" : "{actor} a supprimé le contact {card} dans le carnet d'adresses {addressbook}",
"You deleted contact {card} from address book {addressbook}" : "Vous avez supprimé le contact {card} dans le carnet d'adresses {addressbook}",
"{actor} updated contact {card} in address book {addressbook}" : "{actor} a mis à jour le contact {card} dans le carnet d'adresses {addressbook}",
"You updated contact {card} in address book {addressbook}" : "Vous avez mis à jour le contact {card} dans le carnet d'adresses {addressbook}",
"A <strong>contact</strong> or <strong>address book</strong> was modified" : "Un <strong>contact</strong> ou <strong>carnet d'adresses</strong> a été modifié",
"Accounts" : "Comptes",
"System address book which holds all accounts" : "Annuaire système qui regroupe tous les comptes",
"File is not updatable: %1$s" : "Ce fichier ne peut pas être mis à jour : %1$s",
"Could not write to final file, canceled by hook" : "Impossible d'écrire dans le fichier final, annulé par le hook",
"Could not write file contents" : "Impossible d'écrire le contenu du fichier",
"_%n byte_::_%n bytes_" : ["%n octet","%n octets","%n octets"],
"Error while copying file to target location (copied: %1$s, expected filesize: %2$s)" : "Erreur en copiant le fichier à destination (copié : %1$s, taille du fichier attendue : %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." : "Taille du fichier attendue : %1$s mais taille du fichier lue (depuis le client Nextcloud) et écrit (dans le stockage Nextcloud) : %2$s. Cela peut être un problème de réseau au niveau du client ou un problème de stockage au niveau du serveur.",
"Could not rename part file to final file, canceled by hook" : "Impossible de renommer le fichier partiel en fichier final, annulé par le hook",
"Could not rename part file to final file" : "Impossible de renommer le fichier partiel en fichier définitif.",
"Failed to check file size: %1$s" : "Échec à la vérification de la taille du fichier : %1$s",
"Could not open file" : "Impossible d'ouvrir le fichier",
"Encryption not ready: %1$s" : "Encryption pas prête : %1$s",
"Failed to open file: %1$s" : "Échec à l'ouverture du fichier : %1$s",
"Failed to unlink: %1$s" : "Échec à la suppression :%1$s",
"Invalid chunk name" : "Nom de morceau invalide",
"Could not rename part file assembled from chunks" : "Impossible de renommer le fichier partiel à partir des morceaux",
"Failed to write file contents: %1$s" : "Échec à l'écriture du contenu du fichier : %1$s",
"File not found: %1$s" : "Fichier non trouvé : %1$s",
"System is in maintenance mode." : "Le système est en mode maintenance.",
"Upgrade needed" : "Mise à jour requise",
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Votre %s a besoin d'être configuré pour utiliser le HTTPS dans le but d'utiliser CalDAV et CardDAV avec iOS/macOS.",
"Configures a CalDAV account" : "Configure un compte CalDAV",
"Configures a CardDAV account" : "Configure un compte CardDAV",
"Events" : "Évènements",
"Untitled task" : "Tâche sans titre",
"Completed on %s" : "Terminé le %s",
"Due on %s by %s" : "Echéance le %s pour %s",
"Due on %s" : "Echéance le %s",
"DAV system address book" : "Carnet d'adresses système DAV",
"No outstanding DAV system address book sync." : "Pas de synchronisation DAV en cours du carnet d'adresses du système.",
"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\"." : "La synchronisation du carnet d'adresses système DAV n'a pas encore été effectuée car votre instance a plus de 1000 utilisateurs ou parce qu'une erreur est survenue. Merci de l'exécuter manuellement en tapant la commande \"occ dav:sync-system-addressbook\".",
"Migrated calendar (%1$s)" : "Agenda migré (%1$s)",
"Calendars including events, details and attendees" : "Calendriers incluant des événements, détails et participants",
"Contacts and groups" : "Contacts et groupes",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "Point d'accès WebDAV",
"First day" : "Premier jour",
"Last day (inclusive)" : "Dernier jour (inclus)",
"Short absence status" : "Résumé du message d'absence",
"Long absence Message" : "Message d'absence complet",
"Save" : "Enregistrer",
"Disable absence" : "Désactiver le message d'absence",
"Absence saved" : "Message d'absence sauvegardé",
"Failed to save your absence settings" : "L'enregistrement des paramètres d'absence a échoué",
"Absence cleared" : "Message d'absence supprimé",
"Failed to clear your absence settings" : "Les paramètres d'absence n'ont pas été effacés",
"Time zone:" : "Fuseau horaire :",
"to" : "à",
"Delete slot" : "Supprimer le créneau",
"No working hours set" : "Heures de travail non définies",
"Add slot" : "Ajouter un créneau",
"Weekdays" : "Jours de la semaine",
"Monday" : "Lundi",
"Tuesday" : "Mardi",
"Wednesday" : "Mercredi",
"Thursday" : "Jeudi",
"Friday" : "Vendredi",
"Saturday" : "Samedi",
"Sunday" : "Dimanche",
"Pick a start time for {dayName}" : "Choisissez une heure de début pour {dayName}",
"Pick a end time for {dayName}" : "Choisissez une heure de fin pour {dayName}",
"Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications." : "Définir automatiquement le statut « Ne pas déranger » en dehors des heures de disponibilités pour désactiver toutes les notifications.",
"Failed to load availability" : "Impossible de charger les disponibilités",
"Saved availability" : "Disponibilités sauvegardées",
"Failed to save availability" : "Impossible de sauvegarder les disponibilités",
"Availability" : "Disponibilités",
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Si vous configurez vos heures de travail, les autres personnes verront si vous êtes disponible quand ils planifient une réunion.",
"Absence" : "Absence",
"Configure your next absence period." : "Configurez votre prochaine période d'absence.",
"Calendar server" : "Serveur de calendrier",
"Send invitations to attendees" : "Envoyer des invitations aux participants",
"Automatically generate a birthday calendar" : "Générer automatiquement un agenda d'anniversaire",
"Birthday calendars will be generated by a background job." : "Les agendas d'anniversaire seront générés par une tâche de fond.",
"Hence they will not be available immediately after enabling but will show up after some time." : "Par conséquent, ils ne seront pas disponibles immédiatement après l'activation mais apparaîtront après un certain temps.",
"Send notifications for events" : "Envoyer une notification pour les évènements",
"Notifications are sent via background jobs, so these must occur often enough." : "Les notifications sont envoyées par des tâches de fond qui doivent, par conséquent, être exécutées régulièrement.",
"Send reminder notifications to calendar sharees as well" : "Envoyez également des notifications de rappel aux personnes partageant le calendrier",
"Reminders are always sent to organizers and attendees." : "Des rappels sont toujours envoyés aux organisateurs et aux participants.",
"Enable notifications for events via push" : "Activer les notifications push pour les évènements",
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Installer aussi {calendarappstoreopen}l'application Calendrier{linkclose}, ou {calendardocopen}connecter à votre PC & téléphone pour synchroniser ↗{linkclose}.",
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Merci de vérifier d'avoir correctement configuré {emailopen}le serveur de messagerie{linkclose}.",
"There was an error updating your attendance status." : "Une erreur s'est produite lors de la mise à jour de votre statut de présence.",
"Please contact the organizer directly." : "Merci de contacter l'organisateur directement.",
"Are you accepting the invitation?" : "Acceptez-vous l'invitation ?",
"Tentative" : "Provisoire",
"Your attendance was updated successfully." : "Votre présence a été mise à jour avec succès.",
"To-dos" : "Pense-bêtes",
"If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Si vous configurez vos heures de travail, les autres utilisateurs verront si vous êtes disponible quand ils planifient une réunion."
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}
+209
View File
@@ -0,0 +1,209 @@
OC.L10N.register(
"dav",
{
"Calendar" : "Calendario",
"Tasks" : "Tarefas",
"Personal" : "Persoal",
"{actor} created calendar {calendar}" : "{actor} creou o calendario {calendar}",
"You created calendar {calendar}" : "Creou o calendario {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} eliminou o calendario {calendar}",
"You deleted calendar {calendar}" : "Eliminou o calendario {calendar}",
"{actor} updated calendar {calendar}" : "{actor} actualizou o calendario {calendar}",
"You updated calendar {calendar}" : "Vde. actualizou o calendario {calendar}",
"{actor} restored calendar {calendar}" : "{actor} restaurou o calendario {calendar}",
"You restored calendar {calendar}" : "Vde. restaurou o calendario {calendar}",
"You shared calendar {calendar} as public link" : "Vde. compartiu o calendario {calendar} como ligazón pública",
"You removed public link for calendar {calendar}" : "Vde. retirou a ligazón pública do calendario {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} compartiu o calendario {calendar} con Vde.",
"You shared calendar {calendar} with {user}" : "Vde. compartiu o calendario {calendar} con {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} compartiu o calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} deixou de compartir o calendario {calendar} de Vde.",
"You unshared calendar {calendar} from {user}" : "Vde. deixou de compartir o calendario {calendar} de {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} deixou de compartir o calendario {calendar} de {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} deixou de compartir o seu propio calendario {calendar}",
"You shared calendar {calendar} with group {group}" : "Vde. compartiu o calendario {calendar} co grupo {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} compartiu o calendario {calendar} co grupo {group}",
"You unshared calendar {calendar} from group {group}" : "Vde. deixou de compartir o calendario {calendar} do grupo {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} deixou de compartir o calendario {calendar} do grupo {group}",
"Untitled event" : "Evento sen título",
"{actor} created event {event} in calendar {calendar}" : "{actor} creou o evento {event} no calendario {calendar}",
"You created event {event} in calendar {calendar}" : "Vde. creou o evento {event} no calendario {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} eliminou o evento {event} do calendario {calendar}",
"You deleted event {event} from calendar {calendar}" : "Vde. eliminou o evento {event} do calendario {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} actualizou o evento {event} no calendario {calendar}",
"You updated event {event} in calendar {calendar}" : "Vde. actualizou o evento {event} no calendario {calendar}",
"{actor} moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "{actor} moveu o evento {event} do calendario {sourceCalendar} ao calendario {targetCalendar}",
"You moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "Moveu o evento {evento} do calendario {sourceCalendar} ao calendario {targetCalendar}",
"{actor} restored event {event} of calendar {calendar}" : "{actor} restaurou o evento {evento} do calendario {calendar}",
"You restored event {event} of calendar {calendar}" : "Restaurou o evento {evento} do calendario {calendar}",
"Busy" : "Ocupado",
"{actor} created to-do {todo} in list {calendar}" : "{actor} creou a tarefa pendente {todo} na lista {calendar}",
"You created to-do {todo} in list {calendar}" : "Creou a tarefa pendente {todo} na lista {calendar}",
"{actor} deleted to-do {todo} from list {calendar}" : "{actor} eliminou a tarefa pendente {todo} da lista {calendar}",
"You deleted to-do {todo} from list {calendar}" : "Eliminou a tarefa pendente {todo} da lista {calendar}",
"{actor} updated to-do {todo} in list {calendar}" : "{actor} actualizou a tarefa pendente {todo} na lista {calendar}",
"You updated to-do {todo} in list {calendar}" : "Actualizou a tarefa pendente {todo} na lista {calendar}",
"{actor} solved to-do {todo} in list {calendar}" : "{actor} resolveu a tarefa pendente {todo} na lista {calendar}",
"You solved to-do {todo} in list {calendar}" : "Resolveu a tarefa pendente {todo} na lista {calendar}",
"{actor} reopened to-do {todo} in list {calendar}" : "{actor} reabriu a tarefa pendente {todo} na lista {calendar}",
"You reopened to-do {todo} in list {calendar}" : "Reabriu a tarefa pendente {todo} na lista {calendar}",
"{actor} moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "{actor} moveu a tarefa pendente {todo} da lista {sourceCalendar} á lista {targetCalendar}",
"You moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "Moveu a tarefa pendente {todo} da lista {sourceCalendar} á lista {targetCalendar}",
"Calendar, contacts and tasks" : "Calendario, contactos e tarefas",
"A <strong>calendar</strong> was modified" : "Foi modificado un <strong>calendario</strong>",
"A calendar <strong>event</strong> was modified" : "Foi modificado un <strong>evento</strong> do calendario",
"A calendar <strong>to-do</strong> was modified" : "Modificouse unha <strong>tarefa pendente</strong> do calendario",
"Contact birthdays" : "Aniversario do contacto",
"Death of %s" : "Falecemento de %s",
"Untitled calendar" : "Calendario sen título",
"Calendar:" : "Calendario:",
"Date:" : "Data:",
"Where:" : "Onde:",
"Description:" : "Descrición:",
"_%n year_::_%n years_" : ["%n ano","%n anos"],
"_%n month_::_%n months_" : ["%n mes","%n meses"],
"_%n day_::_%n days_" : ["%n día","%n días"],
"_%n hour_::_%n hours_" : ["%n hora","%n horas"],
"_%n minute_::_%n minutes_" : ["%n minuto","%n minutos"],
"%s (in %s)" : "%s (en %s)",
"%s (%s ago)" : "%s (hai %s)",
"Calendar: %s" : "Calendario: %s",
"Date: %s" : "Data: %s",
"Description: %s" : "Descrición: %s",
"Where: %s" : "Onde: %s",
"%1$s via %2$s" : "%1$s mediante %2$s",
"Cancelled: %1$s" : "Cancelado: %1$s",
"\"%1$s\" has been canceled" : "Cancelouse «%1$s»",
"Re: %1$s" : "Re: %1$s",
"%1$s has accepted your invitation" : "%1$s aceptou o seu convite",
"%1$s has tentatively accepted your invitation" : "%1$s aceptou provisionalmente o seu convite",
"%1$s has declined your invitation" : "%1$s declinou o seu convite",
"%1$s has responded to your invitation" : "%1$s respondeu ao seu convite",
"Invitation updated: %1$s" : "Convite actualizado: %1$s",
"%1$s updated the event \"%2$s\"" : "%1$s actualizou o evento «%2$s»",
"Invitation: %1$s" : "Convite: %1$s",
"%1$s would like to invite you to \"%2$s\"" : "%1$s quere convidalo a «%2$s»",
"Organizer:" : "Organizador:",
"Attendees:" : "Asistentes:",
"Title:" : "Título:",
"Time:" : "Hora:",
"Location:" : "Lugar:",
"Link:" : "Ligazón:",
"Accept" : "Aceptar",
"Decline" : "Declinar",
"More options …" : "Máis opcións…",
"More options at %s" : "Máis opcións en %s",
"Contacts" : "Contactos",
"{actor} created address book {addressbook}" : "{actor} creou o caderno de enderezos {addressbook}",
"You created address book {addressbook}" : "Vde. creou o caderno de enderezos {addressbook}",
"{actor} deleted address book {addressbook}" : "{actor} eliminou o caderno de enderezos {addressbook}",
"You deleted address book {addressbook}" : "Vde. eliminou o caderno de enderezos {addressbook}",
"{actor} updated address book {addressbook}" : "{actor} actualizou o caderno de enderezos {addressbook}",
"You updated address book {addressbook}" : "Vde. actualizou o caderno de enderezos {addressbook}",
"{actor} shared address book {addressbook} with you" : "{actor} compartiu o caderno de enderezos {addressbook} con Vde.",
"You shared address book {addressbook} with {user}" : "Vde. compartiu o caderno de enderezos {addressbook} con {user}",
"{actor} shared address book {addressbook} with {user}" : "{actor} compartiu o caderno de enderezos {addressbook} con {user}",
"{actor} unshared address book {addressbook} from you" : "{actor} deixou de compartir o seu caderno de enderezos {addressbook}",
"You unshared address book {addressbook} from {user}" : "Vde. deixou de compartir o caderno de enderezos {addressbook} de {user}",
"{actor} unshared address book {addressbook} from {user}" : "{actor} deixou de compartir o caderno de enderezos {addressbook} de {user}",
"{actor} unshared address book {addressbook} from themselves" : "{actor} deixaron de compartir o seu caderno de enderezos {addressbook}",
"You shared address book {addressbook} with group {group}" : "Vde. compartiu o caderno de enderezos {addressbook} co grupo {group}",
"{actor} shared address book {addressbook} with group {group}" : "{actor} compartiu o caderno de enderezos {addressbook} co grupo {group}",
"You unshared address book {addressbook} from group {group}" : "Vde. deixou de compartir o caderno de enderezos {addressbook} do grupo {group}",
"{actor} unshared address book {addressbook} from group {group}" : "{actor} deixou de compartir o caderno de enderezos {addressbook} do grupo {group}",
"{actor} created contact {card} in address book {addressbook}" : "{actor} creou o contacto {card} no caderno de enderezos {addressbook}",
"You created contact {card} in address book {addressbook}" : "Vde. creou o contacto {card} no caderno de enderezos {addressbook}",
"{actor} deleted contact {card} from address book {addressbook}" : "{actor} eliminou o contacto {card} do caderno de enderezos {addressbook}",
"You deleted contact {card} from address book {addressbook}" : "Vde. eliminou o contacto {card} do caderno de enderezos {addressbook}",
"{actor} updated contact {card} in address book {addressbook}" : "{actor} actualizou o contacto {card} no caderno de enderezos {addressbook}",
"You updated contact {card} in address book {addressbook}" : "Vde. actualizou o contacto {card} no caderno de enderezos {addressbook}",
"A <strong>contact</strong> or <strong>address book</strong> was modified" : "Foi modificado un <strong>contacto</strong> ou <strong>caderno de enderezos</strong>",
"Accounts" : "Contas",
"System address book which holds all accounts" : "Caderno de enderezos do sistema que contén todas as contas",
"File is not updatable: %1$s" : "Non é posíbel actualizar o ficheiro: %1$s",
"Could not write to final file, canceled by hook" : "Non foi posíbel escribir no ficheiro final, foi cancelado polo sistema",
"Could not write file contents" : "Non foi posíbel escribir o contido do ficheiro",
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
"Error while copying file to target location (copied: %1$s, expected filesize: %2$s)" : "Produciuse un erro ao copiar o ficheiro na localización de destino (copiado: %1$s, tamaño agardado do ficheiro: %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." : "Tamaño agardado do ficheiro %1$s mais lido (do cliente de Nextcloud) e escrito (no almacenamento de Nextcloud) %2$s. Pode ser un problema de rede no lado do envío ou un problema ao escribir no almacenamento no lado do servidor.",
"Could not rename part file to final file, canceled by hook" : "Non foi posíbel cambiar o nome do ficheiro parcial ao ficheiro final, foi cancelado polo sistema",
"Could not rename part file to final file" : "Non foi posíbel cambiar o nome do ficheiro parcial ao ficheiro final",
"Failed to check file size: %1$s" : "Produciuse un erro ao comprobar o tamaño do ficheiro: %1$s",
"Could not open file" : "Non foi posíbel abrir o ficheiro",
"Encryption not ready: %1$s" : "O cifrado non está preparado: %1$s",
"Failed to open file: %1$s" : "Produciuse un erro ao abrir o ficheiro: %1$s",
"Failed to unlink: %1$s" : "Produciuse un erro ao desligar: %1$s",
"Invalid chunk name" : "O nome do fragmento non é válido",
"Could not rename part file assembled from chunks" : "Non foi posíbel cambiar o nome do ficheiro de pezas ensamblados a partir de fragmentos",
"Failed to write file contents: %1$s" : "Produciuse un erro ao escribir o contido do ficheiro: %1$s",
"File not found: %1$s" : "Non se atopou o ficheiro: %1$s",
"System is in maintenance mode." : "O sistema está en modo de mantemento.",
"Upgrade needed" : "É necesario anovar",
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "É preciso configurar o seu %s para que empregue HTTPS para poder usar CalDAV e CardDAV con iOS / macOS.",
"Configures a CalDAV account" : "Configurar unha conta de CalDAV",
"Configures a CardDAV account" : "Configurar unha conta de CardDAV",
"Events" : "Eventos",
"Untitled task" : "Tarefa sen título",
"Completed on %s" : "Rematado o %s",
"Due on %s by %s" : "Caduca o %s por %s",
"Due on %s" : "Caduca o %s",
"DAV system address book" : "Caderno de enderezos do sistema DAV",
"No outstanding DAV system address book sync." : "Non hai sincronización pendente do caderno de enderezos do sistema 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\"." : "A sincronización do caderno de enderezos do sistema DAV aínda non foi executada aínda porque a súa instancia ten máis de 1000 usuarios ou porque se produciu un erro. Execútea manualmente con occ dav:sync-system-addressbook.",
"Migrated calendar (%1$s)" : "Calendario migrado (%1$s)",
"Calendars including events, details and attendees" : "Calendarios incluíndo eventos, detalles e asistentes",
"Contacts and groups" : "Contactos e grupos",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "Terminación WebDAV",
"First day" : "Primeiro día",
"Last day (inclusive)" : "Último día (inclusive)",
"Short absence status" : "Estado de ausencia breve",
"Long absence Message" : "Mensaxe de ausencia longa",
"Save" : "Gardar",
"Disable absence" : "Desactivar a ausencia",
"Absence saved" : "Ausencia gardada",
"Failed to save your absence settings" : "Produciuse un fallo ao gardar os axustes de ausencia",
"Absence cleared" : "Limpouse a ausencia",
"Failed to clear your absence settings" : "Produciuse un fallo ao limpar os axustes de ausencia",
"Time zone:" : "Fuso horario:",
"to" : "para",
"Delete slot" : "Eliminar franxa horaria",
"No working hours set" : "Sen horario de traballo estabelecido",
"Add slot" : "Engadir franxa horaria",
"Monday" : "luns",
"Tuesday" : "martes",
"Wednesday" : "mércores",
"Thursday" : "xoves",
"Friday" : "venres",
"Saturday" : "sábado",
"Sunday" : "domingo",
"Pick a start time for {dayName}" : "Escolla unha hora de inicio para {dayName}",
"Pick a end time for {dayName}" : "Escolla unha hora de finalización para {dayName}",
"Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications." : "Estabelecer automaticamente o estado do usuario en «Non molestar» fóra de dispoñibilidade para silenciar todas as notificacións.",
"Failed to load availability" : "Produciuse un erro ao cargar a dispoñibilidade",
"Saved availability" : "Dispoñibilidade gardada",
"Failed to save availability" : "Produciuse un erro ao gardar a dispoñibilidade",
"Availability" : "Dispoñibilidade",
"Absence" : "Ausencia",
"Configure your next absence period." : "Configurar o próximo período de ausencia.",
"Calendar server" : "Servidor do calendario",
"Send invitations to attendees" : "Enviar convites aos asistentes",
"Automatically generate a birthday calendar" : "Xerar automaticamente o calendario de aniversarios",
"Birthday calendars will be generated by a background job." : "O calendario de aniversarios xerase cun traballo en segundo plano",
"Hence they will not be available immediately after enabling but will show up after some time." : "Por isto, non estarán dispoñíbeis inmediatamente tras activalos, senón que aparecerán após certo tempo",
"Send notifications for events" : "Enviar notificacións para eventos",
"Notifications are sent via background jobs, so these must occur often enough." : "As notificacións enviaranse mediante procesos en segundo plano, polo que estes teñen que suceder con frecuencia.",
"Send reminder notifications to calendar sharees as well" : "Enviar notificacións de lembrete tamén aos que comparten calendario",
"Reminders are always sent to organizers and attendees." : "Os lembretes envíanselle sempre aos organizadores e aos asistentes.",
"Enable notifications for events via push" : "Activar o envío de notificacións do automáticas para eventos",
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Instale tamén a {calendarappstoreopen}aplicación do Calendario{linkclose} ou {calendardocopen}conecte os seus escritorio e móbil para sincronizalos ↗{linkclose}.",
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Asegúrese de ter configurado correctamente {emailopen}o servidor de correo-e{linkclose}.",
"There was an error updating your attendance status." : "Produciuse un erro ao actualizar o seu estado de asistencia.",
"Please contact the organizer directly." : "Contacte directamente co organizador.",
"Are you accepting the invitation?" : "Acepta Vde. o convite?",
"Tentative" : "Provisional",
"Your attendance was updated successfully." : "A súa asistencia foi actualizada satisfactoriamente.",
"To-dos" : "Tarefas pendentes",
"If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Se configura o seu horario de traballo, outros usuarios verán cando está fóra da oficina cando reserven unha xuntanza."
},
"nplurals=2; plural=(n != 1);");
+207
View File
@@ -0,0 +1,207 @@
{ "translations": {
"Calendar" : "Calendario",
"Tasks" : "Tarefas",
"Personal" : "Persoal",
"{actor} created calendar {calendar}" : "{actor} creou o calendario {calendar}",
"You created calendar {calendar}" : "Creou o calendario {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} eliminou o calendario {calendar}",
"You deleted calendar {calendar}" : "Eliminou o calendario {calendar}",
"{actor} updated calendar {calendar}" : "{actor} actualizou o calendario {calendar}",
"You updated calendar {calendar}" : "Vde. actualizou o calendario {calendar}",
"{actor} restored calendar {calendar}" : "{actor} restaurou o calendario {calendar}",
"You restored calendar {calendar}" : "Vde. restaurou o calendario {calendar}",
"You shared calendar {calendar} as public link" : "Vde. compartiu o calendario {calendar} como ligazón pública",
"You removed public link for calendar {calendar}" : "Vde. retirou a ligazón pública do calendario {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} compartiu o calendario {calendar} con Vde.",
"You shared calendar {calendar} with {user}" : "Vde. compartiu o calendario {calendar} con {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} compartiu o calendario {calendar} con {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} deixou de compartir o calendario {calendar} de Vde.",
"You unshared calendar {calendar} from {user}" : "Vde. deixou de compartir o calendario {calendar} de {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} deixou de compartir o calendario {calendar} de {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} deixou de compartir o seu propio calendario {calendar}",
"You shared calendar {calendar} with group {group}" : "Vde. compartiu o calendario {calendar} co grupo {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} compartiu o calendario {calendar} co grupo {group}",
"You unshared calendar {calendar} from group {group}" : "Vde. deixou de compartir o calendario {calendar} do grupo {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} deixou de compartir o calendario {calendar} do grupo {group}",
"Untitled event" : "Evento sen título",
"{actor} created event {event} in calendar {calendar}" : "{actor} creou o evento {event} no calendario {calendar}",
"You created event {event} in calendar {calendar}" : "Vde. creou o evento {event} no calendario {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} eliminou o evento {event} do calendario {calendar}",
"You deleted event {event} from calendar {calendar}" : "Vde. eliminou o evento {event} do calendario {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} actualizou o evento {event} no calendario {calendar}",
"You updated event {event} in calendar {calendar}" : "Vde. actualizou o evento {event} no calendario {calendar}",
"{actor} moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "{actor} moveu o evento {event} do calendario {sourceCalendar} ao calendario {targetCalendar}",
"You moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "Moveu o evento {evento} do calendario {sourceCalendar} ao calendario {targetCalendar}",
"{actor} restored event {event} of calendar {calendar}" : "{actor} restaurou o evento {evento} do calendario {calendar}",
"You restored event {event} of calendar {calendar}" : "Restaurou o evento {evento} do calendario {calendar}",
"Busy" : "Ocupado",
"{actor} created to-do {todo} in list {calendar}" : "{actor} creou a tarefa pendente {todo} na lista {calendar}",
"You created to-do {todo} in list {calendar}" : "Creou a tarefa pendente {todo} na lista {calendar}",
"{actor} deleted to-do {todo} from list {calendar}" : "{actor} eliminou a tarefa pendente {todo} da lista {calendar}",
"You deleted to-do {todo} from list {calendar}" : "Eliminou a tarefa pendente {todo} da lista {calendar}",
"{actor} updated to-do {todo} in list {calendar}" : "{actor} actualizou a tarefa pendente {todo} na lista {calendar}",
"You updated to-do {todo} in list {calendar}" : "Actualizou a tarefa pendente {todo} na lista {calendar}",
"{actor} solved to-do {todo} in list {calendar}" : "{actor} resolveu a tarefa pendente {todo} na lista {calendar}",
"You solved to-do {todo} in list {calendar}" : "Resolveu a tarefa pendente {todo} na lista {calendar}",
"{actor} reopened to-do {todo} in list {calendar}" : "{actor} reabriu a tarefa pendente {todo} na lista {calendar}",
"You reopened to-do {todo} in list {calendar}" : "Reabriu a tarefa pendente {todo} na lista {calendar}",
"{actor} moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "{actor} moveu a tarefa pendente {todo} da lista {sourceCalendar} á lista {targetCalendar}",
"You moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "Moveu a tarefa pendente {todo} da lista {sourceCalendar} á lista {targetCalendar}",
"Calendar, contacts and tasks" : "Calendario, contactos e tarefas",
"A <strong>calendar</strong> was modified" : "Foi modificado un <strong>calendario</strong>",
"A calendar <strong>event</strong> was modified" : "Foi modificado un <strong>evento</strong> do calendario",
"A calendar <strong>to-do</strong> was modified" : "Modificouse unha <strong>tarefa pendente</strong> do calendario",
"Contact birthdays" : "Aniversario do contacto",
"Death of %s" : "Falecemento de %s",
"Untitled calendar" : "Calendario sen título",
"Calendar:" : "Calendario:",
"Date:" : "Data:",
"Where:" : "Onde:",
"Description:" : "Descrición:",
"_%n year_::_%n years_" : ["%n ano","%n anos"],
"_%n month_::_%n months_" : ["%n mes","%n meses"],
"_%n day_::_%n days_" : ["%n día","%n días"],
"_%n hour_::_%n hours_" : ["%n hora","%n horas"],
"_%n minute_::_%n minutes_" : ["%n minuto","%n minutos"],
"%s (in %s)" : "%s (en %s)",
"%s (%s ago)" : "%s (hai %s)",
"Calendar: %s" : "Calendario: %s",
"Date: %s" : "Data: %s",
"Description: %s" : "Descrición: %s",
"Where: %s" : "Onde: %s",
"%1$s via %2$s" : "%1$s mediante %2$s",
"Cancelled: %1$s" : "Cancelado: %1$s",
"\"%1$s\" has been canceled" : "Cancelouse «%1$s»",
"Re: %1$s" : "Re: %1$s",
"%1$s has accepted your invitation" : "%1$s aceptou o seu convite",
"%1$s has tentatively accepted your invitation" : "%1$s aceptou provisionalmente o seu convite",
"%1$s has declined your invitation" : "%1$s declinou o seu convite",
"%1$s has responded to your invitation" : "%1$s respondeu ao seu convite",
"Invitation updated: %1$s" : "Convite actualizado: %1$s",
"%1$s updated the event \"%2$s\"" : "%1$s actualizou o evento «%2$s»",
"Invitation: %1$s" : "Convite: %1$s",
"%1$s would like to invite you to \"%2$s\"" : "%1$s quere convidalo a «%2$s»",
"Organizer:" : "Organizador:",
"Attendees:" : "Asistentes:",
"Title:" : "Título:",
"Time:" : "Hora:",
"Location:" : "Lugar:",
"Link:" : "Ligazón:",
"Accept" : "Aceptar",
"Decline" : "Declinar",
"More options …" : "Máis opcións…",
"More options at %s" : "Máis opcións en %s",
"Contacts" : "Contactos",
"{actor} created address book {addressbook}" : "{actor} creou o caderno de enderezos {addressbook}",
"You created address book {addressbook}" : "Vde. creou o caderno de enderezos {addressbook}",
"{actor} deleted address book {addressbook}" : "{actor} eliminou o caderno de enderezos {addressbook}",
"You deleted address book {addressbook}" : "Vde. eliminou o caderno de enderezos {addressbook}",
"{actor} updated address book {addressbook}" : "{actor} actualizou o caderno de enderezos {addressbook}",
"You updated address book {addressbook}" : "Vde. actualizou o caderno de enderezos {addressbook}",
"{actor} shared address book {addressbook} with you" : "{actor} compartiu o caderno de enderezos {addressbook} con Vde.",
"You shared address book {addressbook} with {user}" : "Vde. compartiu o caderno de enderezos {addressbook} con {user}",
"{actor} shared address book {addressbook} with {user}" : "{actor} compartiu o caderno de enderezos {addressbook} con {user}",
"{actor} unshared address book {addressbook} from you" : "{actor} deixou de compartir o seu caderno de enderezos {addressbook}",
"You unshared address book {addressbook} from {user}" : "Vde. deixou de compartir o caderno de enderezos {addressbook} de {user}",
"{actor} unshared address book {addressbook} from {user}" : "{actor} deixou de compartir o caderno de enderezos {addressbook} de {user}",
"{actor} unshared address book {addressbook} from themselves" : "{actor} deixaron de compartir o seu caderno de enderezos {addressbook}",
"You shared address book {addressbook} with group {group}" : "Vde. compartiu o caderno de enderezos {addressbook} co grupo {group}",
"{actor} shared address book {addressbook} with group {group}" : "{actor} compartiu o caderno de enderezos {addressbook} co grupo {group}",
"You unshared address book {addressbook} from group {group}" : "Vde. deixou de compartir o caderno de enderezos {addressbook} do grupo {group}",
"{actor} unshared address book {addressbook} from group {group}" : "{actor} deixou de compartir o caderno de enderezos {addressbook} do grupo {group}",
"{actor} created contact {card} in address book {addressbook}" : "{actor} creou o contacto {card} no caderno de enderezos {addressbook}",
"You created contact {card} in address book {addressbook}" : "Vde. creou o contacto {card} no caderno de enderezos {addressbook}",
"{actor} deleted contact {card} from address book {addressbook}" : "{actor} eliminou o contacto {card} do caderno de enderezos {addressbook}",
"You deleted contact {card} from address book {addressbook}" : "Vde. eliminou o contacto {card} do caderno de enderezos {addressbook}",
"{actor} updated contact {card} in address book {addressbook}" : "{actor} actualizou o contacto {card} no caderno de enderezos {addressbook}",
"You updated contact {card} in address book {addressbook}" : "Vde. actualizou o contacto {card} no caderno de enderezos {addressbook}",
"A <strong>contact</strong> or <strong>address book</strong> was modified" : "Foi modificado un <strong>contacto</strong> ou <strong>caderno de enderezos</strong>",
"Accounts" : "Contas",
"System address book which holds all accounts" : "Caderno de enderezos do sistema que contén todas as contas",
"File is not updatable: %1$s" : "Non é posíbel actualizar o ficheiro: %1$s",
"Could not write to final file, canceled by hook" : "Non foi posíbel escribir no ficheiro final, foi cancelado polo sistema",
"Could not write file contents" : "Non foi posíbel escribir o contido do ficheiro",
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
"Error while copying file to target location (copied: %1$s, expected filesize: %2$s)" : "Produciuse un erro ao copiar o ficheiro na localización de destino (copiado: %1$s, tamaño agardado do ficheiro: %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." : "Tamaño agardado do ficheiro %1$s mais lido (do cliente de Nextcloud) e escrito (no almacenamento de Nextcloud) %2$s. Pode ser un problema de rede no lado do envío ou un problema ao escribir no almacenamento no lado do servidor.",
"Could not rename part file to final file, canceled by hook" : "Non foi posíbel cambiar o nome do ficheiro parcial ao ficheiro final, foi cancelado polo sistema",
"Could not rename part file to final file" : "Non foi posíbel cambiar o nome do ficheiro parcial ao ficheiro final",
"Failed to check file size: %1$s" : "Produciuse un erro ao comprobar o tamaño do ficheiro: %1$s",
"Could not open file" : "Non foi posíbel abrir o ficheiro",
"Encryption not ready: %1$s" : "O cifrado non está preparado: %1$s",
"Failed to open file: %1$s" : "Produciuse un erro ao abrir o ficheiro: %1$s",
"Failed to unlink: %1$s" : "Produciuse un erro ao desligar: %1$s",
"Invalid chunk name" : "O nome do fragmento non é válido",
"Could not rename part file assembled from chunks" : "Non foi posíbel cambiar o nome do ficheiro de pezas ensamblados a partir de fragmentos",
"Failed to write file contents: %1$s" : "Produciuse un erro ao escribir o contido do ficheiro: %1$s",
"File not found: %1$s" : "Non se atopou o ficheiro: %1$s",
"System is in maintenance mode." : "O sistema está en modo de mantemento.",
"Upgrade needed" : "É necesario anovar",
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "É preciso configurar o seu %s para que empregue HTTPS para poder usar CalDAV e CardDAV con iOS / macOS.",
"Configures a CalDAV account" : "Configurar unha conta de CalDAV",
"Configures a CardDAV account" : "Configurar unha conta de CardDAV",
"Events" : "Eventos",
"Untitled task" : "Tarefa sen título",
"Completed on %s" : "Rematado o %s",
"Due on %s by %s" : "Caduca o %s por %s",
"Due on %s" : "Caduca o %s",
"DAV system address book" : "Caderno de enderezos do sistema DAV",
"No outstanding DAV system address book sync." : "Non hai sincronización pendente do caderno de enderezos do sistema 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\"." : "A sincronización do caderno de enderezos do sistema DAV aínda non foi executada aínda porque a súa instancia ten máis de 1000 usuarios ou porque se produciu un erro. Execútea manualmente con occ dav:sync-system-addressbook.",
"Migrated calendar (%1$s)" : "Calendario migrado (%1$s)",
"Calendars including events, details and attendees" : "Calendarios incluíndo eventos, detalles e asistentes",
"Contacts and groups" : "Contactos e grupos",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "Terminación WebDAV",
"First day" : "Primeiro día",
"Last day (inclusive)" : "Último día (inclusive)",
"Short absence status" : "Estado de ausencia breve",
"Long absence Message" : "Mensaxe de ausencia longa",
"Save" : "Gardar",
"Disable absence" : "Desactivar a ausencia",
"Absence saved" : "Ausencia gardada",
"Failed to save your absence settings" : "Produciuse un fallo ao gardar os axustes de ausencia",
"Absence cleared" : "Limpouse a ausencia",
"Failed to clear your absence settings" : "Produciuse un fallo ao limpar os axustes de ausencia",
"Time zone:" : "Fuso horario:",
"to" : "para",
"Delete slot" : "Eliminar franxa horaria",
"No working hours set" : "Sen horario de traballo estabelecido",
"Add slot" : "Engadir franxa horaria",
"Monday" : "luns",
"Tuesday" : "martes",
"Wednesday" : "mércores",
"Thursday" : "xoves",
"Friday" : "venres",
"Saturday" : "sábado",
"Sunday" : "domingo",
"Pick a start time for {dayName}" : "Escolla unha hora de inicio para {dayName}",
"Pick a end time for {dayName}" : "Escolla unha hora de finalización para {dayName}",
"Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications." : "Estabelecer automaticamente o estado do usuario en «Non molestar» fóra de dispoñibilidade para silenciar todas as notificacións.",
"Failed to load availability" : "Produciuse un erro ao cargar a dispoñibilidade",
"Saved availability" : "Dispoñibilidade gardada",
"Failed to save availability" : "Produciuse un erro ao gardar a dispoñibilidade",
"Availability" : "Dispoñibilidade",
"Absence" : "Ausencia",
"Configure your next absence period." : "Configurar o próximo período de ausencia.",
"Calendar server" : "Servidor do calendario",
"Send invitations to attendees" : "Enviar convites aos asistentes",
"Automatically generate a birthday calendar" : "Xerar automaticamente o calendario de aniversarios",
"Birthday calendars will be generated by a background job." : "O calendario de aniversarios xerase cun traballo en segundo plano",
"Hence they will not be available immediately after enabling but will show up after some time." : "Por isto, non estarán dispoñíbeis inmediatamente tras activalos, senón que aparecerán após certo tempo",
"Send notifications for events" : "Enviar notificacións para eventos",
"Notifications are sent via background jobs, so these must occur often enough." : "As notificacións enviaranse mediante procesos en segundo plano, polo que estes teñen que suceder con frecuencia.",
"Send reminder notifications to calendar sharees as well" : "Enviar notificacións de lembrete tamén aos que comparten calendario",
"Reminders are always sent to organizers and attendees." : "Os lembretes envíanselle sempre aos organizadores e aos asistentes.",
"Enable notifications for events via push" : "Activar o envío de notificacións do automáticas para eventos",
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Instale tamén a {calendarappstoreopen}aplicación do Calendario{linkclose} ou {calendardocopen}conecte os seus escritorio e móbil para sincronizalos ↗{linkclose}.",
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Asegúrese de ter configurado correctamente {emailopen}o servidor de correo-e{linkclose}.",
"There was an error updating your attendance status." : "Produciuse un erro ao actualizar o seu estado de asistencia.",
"Please contact the organizer directly." : "Contacte directamente co organizador.",
"Are you accepting the invitation?" : "Acepta Vde. o convite?",
"Tentative" : "Provisional",
"Your attendance was updated successfully." : "A súa asistencia foi actualizada satisfactoriamente.",
"To-dos" : "Tarefas pendentes",
"If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Se configura o seu horario de traballo, outros usuarios verán cando está fóra da oficina cando reserven unha xuntanza."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
+101
View File
@@ -0,0 +1,101 @@
OC.L10N.register(
"dav",
{
"Calendar" : "יומן",
"Personal" : "אישי",
"{actor} created calendar {calendar}" : "היומן {calendar} נוצר על ידי {actor}",
"You created calendar {calendar}" : "מחקת את היומן {calendar}",
"{actor} deleted calendar {calendar}" : "היומן {calendar} נמחק על ידי {actor}",
"You deleted calendar {calendar}" : "מחקת את היומן {calendar}",
"{actor} updated calendar {calendar}" : "היומן {calendar} עודכן על ידי {actor}",
"You updated calendar {calendar}" : "עדכנת את היומן {calendar}",
"You shared calendar {calendar} as public link" : "שיתפת את היומן {calendar} כקישור ציבורי",
"You removed public link for calendar {calendar}" : "הסרת את הקישור הציבורי ליומן {calendar}",
"{actor} shared calendar {calendar} with you" : "שותף אתך לוח השנה {calendar} על ידי {actor}",
"You shared calendar {calendar} with {user}" : "שיתפת לוח שנה {calendar} עם {user}",
"{actor} shared calendar {calendar} with {user}" : "לוח השנה {calendar} שותף על ידי {actor} עם {user}",
"{actor} unshared calendar {calendar} from you" : "השיתוף של לוח השנה {calendar} אתך הופסק על ידי {actor}",
"You unshared calendar {calendar} from {user}" : "ביטלת את שיתוף לוח השנה {calendar} עם {user}",
"{actor} unshared calendar {calendar} from {user}" : "השיתוף של לוח השנה {calendar} עם {user} הופסק על ידי {actor}",
"{actor} unshared calendar {calendar} from themselves" : "השיתוף של לוח השנה {calendar} עם עצמם הופסק על ידי {actor}",
"You shared calendar {calendar} with group {group}" : "שיתפת את לוח השנה {calendar} עם הקבוצה {group}",
"{actor} shared calendar {calendar} with group {group}" : "לוח השנה {calendar} שותף עם הקבוצה {group} על ידי {actor}",
"You unshared calendar {calendar} from group {group}" : "הפסקת את שיתוף לוח השנה {calendar} עם הקבוצה {group}",
"{actor} unshared calendar {calendar} from group {group}" : "השיתוף של לוח השנה {calendar} עם {group} הופסק על ידי {actor}",
"Untitled event" : "אירוע ללא כותרת",
"{actor} created event {event} in calendar {calendar}" : "האירוע {event} נוצר בלוח השנה {calendar} על ידי {actor}",
"You created event {event} in calendar {calendar}" : "יצרת אירוע {event} בלוח השנה {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "האירוע {event} נמחק מלוח השנה {calendar} על ידי {actor}",
"You deleted event {event} from calendar {calendar}" : "מחקת אירוע {event} מלוח השנה {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "האירוע {event} עודכן בלוח השנה {calendar} על ידי {actor}",
"You updated event {event} in calendar {calendar}" : "עדכנת את האירוע {event} בלוח השנה {calendar}",
"Busy" : "עסוק",
"A <strong>calendar</strong> was modified" : " <strong>יומן</strong> נערך",
"A calendar <strong>event</strong> was modified" : "<strong>אירוע</strong> ביומן נערך",
"Contact birthdays" : "ימי הולדת של אנשי קשר",
"Death of %s" : "הפטירה של %s",
"Untitled calendar" : "לוח שנה ללא כותרת",
"Calendar:" : "לוח שנה:",
"Date:" : "תאריך:",
"Where:" : "איפה:",
"Description:" : "תיאור:",
"_%n year_::_%n years_" : ["שנה","שנתיים","%n שנים","%n שנים"],
"_%n month_::_%n months_" : ["חודש","חודשיים","%n חודשים","%n חודשים"],
"_%n day_::_%n days_" : ["יום","יומיים","%n ימים","%n ימים"],
"_%n hour_::_%n hours_" : ["שעה","שעתיים","%n שעות","%n שעות"],
"_%n minute_::_%n minutes_" : ["דקה","%n דקות","%n דקות","%n דקות"],
"%s (in %s)" : "%s (בתוך %s)",
"%s (%s ago)" : "%s (לפני %s)",
"Calendar: %s" : "לוח שנה: %s",
"Date: %s" : "תאריך: %s",
"Description: %s" : "תיאור: %s",
"Where: %s" : "איפה: %s",
"%1$s via %2$s" : "%1$s דרך %2$s",
"Organizer:" : "ארגון:",
"Attendees:" : "משתתפים:",
"Title:" : "כותרת:",
"Time:" : "שעה:",
"Location:" : "מיקום:",
"Link:" : "קישור:",
"Accept" : "קבלה",
"Decline" : "דחייה",
"More options …" : "אפשרויות נוספות…",
"More options at %s" : "אפשרויות נוספים ב־%s",
"Contacts" : "אנשי קשר",
"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.",
"Configures a CalDAV account" : "מגדיר חשבון CalDAV",
"Configures a CardDAV account" : "מגדיר חשבון CardDAV",
"Events" : "אירועים",
"Tasks" : "משימות",
"Untitled task" : "משימה ללא כותרת",
"Completed on %s" : "הושלמה ב־%s",
"Contacts and groups" : "אנשי קשר וקבוצות",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "נקודת קצה WebDAV",
"to" : "אל",
"Monday" : "יום שני",
"Tuesday" : "יום שלישי",
"Wednesday" : "יום רביעי",
"Thursday" : "יום חמישי",
"Friday" : "יום שישי",
"Saturday" : "יום שבת",
"Sunday" : "יום ראשון",
"Save" : "שמירה",
"Calendar server" : "שרת לוח שנה",
"Send invitations to attendees" : "שליחת הזמנות למשתתפים",
"Automatically generate a birthday calendar" : "יצירת יומן ימי הולדת אוטומטית",
"Birthday calendars will be generated by a background job." : "יומני ימי הולדת ייווצרו על ידי משימה ברקע.",
"Hence they will not be available immediately after enabling but will show up after some time." : "לכן הם לא יהיה זמינים מיד לאחר ההפעלה אלא הם יופיעו לאחר זמן מה.",
"Send notifications for events" : "שליחת התראות לאירועים",
"Notifications are sent via background jobs, so these must occur often enough." : "התראות נשלחות באמצעות משימות רקע, לכן הבדיקה תתבצע יחסית לעתים קרובות.",
"Enable notifications for events via push" : "הפעלת התראות לאירועים בדחיפה",
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "עליך גם להתקין את {calendarappstoreopen}יישומון לוח שנה{linkclose}, או {calendardocopen}לחבר את שולחן העבודה והמכשיר הנייד שלך לסנכרון ↖{linkclose}.",
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "נא לוודא שהגדרת את {emailopen}שרת הדוא״ל{linkclose} כראוי.",
"There was an error updating your attendance status." : "אירעה שגיאה בעת עדכון מצב ההשתתפות שלך.",
"Please contact the organizer directly." : "נא ליצור קשר עם הגוף מארגן ישירות.",
"Are you accepting the invitation?" : "האם להיענות להזמנה?",
"Tentative" : "טנטטיבית",
"Your attendance was updated successfully." : "ההשתתפות שלך עודכנה בהצלחה."
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;");
+99
View File
@@ -0,0 +1,99 @@
{ "translations": {
"Calendar" : "יומן",
"Personal" : "אישי",
"{actor} created calendar {calendar}" : "היומן {calendar} נוצר על ידי {actor}",
"You created calendar {calendar}" : "מחקת את היומן {calendar}",
"{actor} deleted calendar {calendar}" : "היומן {calendar} נמחק על ידי {actor}",
"You deleted calendar {calendar}" : "מחקת את היומן {calendar}",
"{actor} updated calendar {calendar}" : "היומן {calendar} עודכן על ידי {actor}",
"You updated calendar {calendar}" : "עדכנת את היומן {calendar}",
"You shared calendar {calendar} as public link" : "שיתפת את היומן {calendar} כקישור ציבורי",
"You removed public link for calendar {calendar}" : "הסרת את הקישור הציבורי ליומן {calendar}",
"{actor} shared calendar {calendar} with you" : "שותף אתך לוח השנה {calendar} על ידי {actor}",
"You shared calendar {calendar} with {user}" : "שיתפת לוח שנה {calendar} עם {user}",
"{actor} shared calendar {calendar} with {user}" : "לוח השנה {calendar} שותף על ידי {actor} עם {user}",
"{actor} unshared calendar {calendar} from you" : "השיתוף של לוח השנה {calendar} אתך הופסק על ידי {actor}",
"You unshared calendar {calendar} from {user}" : "ביטלת את שיתוף לוח השנה {calendar} עם {user}",
"{actor} unshared calendar {calendar} from {user}" : "השיתוף של לוח השנה {calendar} עם {user} הופסק על ידי {actor}",
"{actor} unshared calendar {calendar} from themselves" : "השיתוף של לוח השנה {calendar} עם עצמם הופסק על ידי {actor}",
"You shared calendar {calendar} with group {group}" : "שיתפת את לוח השנה {calendar} עם הקבוצה {group}",
"{actor} shared calendar {calendar} with group {group}" : "לוח השנה {calendar} שותף עם הקבוצה {group} על ידי {actor}",
"You unshared calendar {calendar} from group {group}" : "הפסקת את שיתוף לוח השנה {calendar} עם הקבוצה {group}",
"{actor} unshared calendar {calendar} from group {group}" : "השיתוף של לוח השנה {calendar} עם {group} הופסק על ידי {actor}",
"Untitled event" : "אירוע ללא כותרת",
"{actor} created event {event} in calendar {calendar}" : "האירוע {event} נוצר בלוח השנה {calendar} על ידי {actor}",
"You created event {event} in calendar {calendar}" : "יצרת אירוע {event} בלוח השנה {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "האירוע {event} נמחק מלוח השנה {calendar} על ידי {actor}",
"You deleted event {event} from calendar {calendar}" : "מחקת אירוע {event} מלוח השנה {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "האירוע {event} עודכן בלוח השנה {calendar} על ידי {actor}",
"You updated event {event} in calendar {calendar}" : "עדכנת את האירוע {event} בלוח השנה {calendar}",
"Busy" : "עסוק",
"A <strong>calendar</strong> was modified" : " <strong>יומן</strong> נערך",
"A calendar <strong>event</strong> was modified" : "<strong>אירוע</strong> ביומן נערך",
"Contact birthdays" : "ימי הולדת של אנשי קשר",
"Death of %s" : "הפטירה של %s",
"Untitled calendar" : "לוח שנה ללא כותרת",
"Calendar:" : "לוח שנה:",
"Date:" : "תאריך:",
"Where:" : "איפה:",
"Description:" : "תיאור:",
"_%n year_::_%n years_" : ["שנה","שנתיים","%n שנים","%n שנים"],
"_%n month_::_%n months_" : ["חודש","חודשיים","%n חודשים","%n חודשים"],
"_%n day_::_%n days_" : ["יום","יומיים","%n ימים","%n ימים"],
"_%n hour_::_%n hours_" : ["שעה","שעתיים","%n שעות","%n שעות"],
"_%n minute_::_%n minutes_" : ["דקה","%n דקות","%n דקות","%n דקות"],
"%s (in %s)" : "%s (בתוך %s)",
"%s (%s ago)" : "%s (לפני %s)",
"Calendar: %s" : "לוח שנה: %s",
"Date: %s" : "תאריך: %s",
"Description: %s" : "תיאור: %s",
"Where: %s" : "איפה: %s",
"%1$s via %2$s" : "%1$s דרך %2$s",
"Organizer:" : "ארגון:",
"Attendees:" : "משתתפים:",
"Title:" : "כותרת:",
"Time:" : "שעה:",
"Location:" : "מיקום:",
"Link:" : "קישור:",
"Accept" : "קבלה",
"Decline" : "דחייה",
"More options …" : "אפשרויות נוספות…",
"More options at %s" : "אפשרויות נוספים ב־%s",
"Contacts" : "אנשי קשר",
"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.",
"Configures a CalDAV account" : "מגדיר חשבון CalDAV",
"Configures a CardDAV account" : "מגדיר חשבון CardDAV",
"Events" : "אירועים",
"Tasks" : "משימות",
"Untitled task" : "משימה ללא כותרת",
"Completed on %s" : "הושלמה ב־%s",
"Contacts and groups" : "אנשי קשר וקבוצות",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "נקודת קצה WebDAV",
"to" : "אל",
"Monday" : "יום שני",
"Tuesday" : "יום שלישי",
"Wednesday" : "יום רביעי",
"Thursday" : "יום חמישי",
"Friday" : "יום שישי",
"Saturday" : "יום שבת",
"Sunday" : "יום ראשון",
"Save" : "שמירה",
"Calendar server" : "שרת לוח שנה",
"Send invitations to attendees" : "שליחת הזמנות למשתתפים",
"Automatically generate a birthday calendar" : "יצירת יומן ימי הולדת אוטומטית",
"Birthday calendars will be generated by a background job." : "יומני ימי הולדת ייווצרו על ידי משימה ברקע.",
"Hence they will not be available immediately after enabling but will show up after some time." : "לכן הם לא יהיה זמינים מיד לאחר ההפעלה אלא הם יופיעו לאחר זמן מה.",
"Send notifications for events" : "שליחת התראות לאירועים",
"Notifications are sent via background jobs, so these must occur often enough." : "התראות נשלחות באמצעות משימות רקע, לכן הבדיקה תתבצע יחסית לעתים קרובות.",
"Enable notifications for events via push" : "הפעלת התראות לאירועים בדחיפה",
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "עליך גם להתקין את {calendarappstoreopen}יישומון לוח שנה{linkclose}, או {calendardocopen}לחבר את שולחן העבודה והמכשיר הנייד שלך לסנכרון ↖{linkclose}.",
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "נא לוודא שהגדרת את {emailopen}שרת הדוא״ל{linkclose} כראוי.",
"There was an error updating your attendance status." : "אירעה שגיאה בעת עדכון מצב ההשתתפות שלך.",
"Please contact the organizer directly." : "נא ליצור קשר עם הגוף מארגן ישירות.",
"Are you accepting the invitation?" : "האם להיענות להזמנה?",
"Tentative" : "טנטטיבית",
"Your attendance was updated successfully." : "ההשתתפות שלך עודכנה בהצלחה."
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"
}
+141
View File
@@ -0,0 +1,141 @@
OC.L10N.register(
"dav",
{
"Calendar" : "Kalendar",
"Tasks" : "Zadaci",
"Personal" : "Osobno",
"{actor} created calendar {calendar}" : "{actor} je stvorio kalendar {calendar}",
"You created calendar {calendar}" : "Stvorili ste kalendar {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} je izbrisao kalendar {calendar}",
"You deleted calendar {calendar}" : "Izbrisali ste kalendar {calendar}",
"{actor} updated calendar {calendar}" : "{actor} je ažurirao kalendar {calendar}",
"You updated calendar {calendar}" : "Ažurirali ste kalendar {calendar}",
"{actor} restored calendar {calendar}" : "{actor} je vratio kalendar {calendar}",
"You restored calendar {calendar}" : "Vratili ste kalendar {calendar}",
"You shared calendar {calendar} as public link" : "Podijelili ste kalendar {calendar} putem javne poveznice",
"You removed public link for calendar {calendar}" : "Uklonili ste javnu poveznicu na kalendar {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} dijeli kalendar {calendar} s vama",
"You shared calendar {calendar} with {user}" : "Podijelili ste kalendar {calendar} s {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} dijeli kalendar {calendar} s {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} više ne dijeli kalendar {calendar} s vama",
"You unshared calendar {calendar} from {user}" : "Više ne dijelite kalendar {calendar} s {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} više ne dijeli kalendar {calendar} s {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} više ne dijeli kalendar {calendar} sam sa sobom",
"You shared calendar {calendar} with group {group}" : "Podijelili ste kalendar {kalendar} s grupom {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} dijeli kalendar {calendar} s grupom {group}",
"You unshared calendar {calendar} from group {group}" : "Više ne dijelite kalendar {calendar} s grupom {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} više ne dijeli kalendar {calendar} s grupom {group}",
"Untitled event" : "Događaj bez naslova",
"{actor} created event {event} in calendar {calendar}" : "{actor} je stvorio događaj {event} u kalendaru {calendar}",
"You created event {event} in calendar {calendar}" : "Stvorili ste događaj {event} u kalendaru {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} je izbrisao događaj {event} iz kalendara {calendar}",
"You deleted event {event} from calendar {calendar}" : "Izbrisali ste događaj {event} iz kalendara {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} je ažurirao događaj {event} u kalendaru {calendar}",
"You updated event {event} in calendar {calendar}" : "Ažurirali ste događaj {event} u kalendaru {calendar}",
"{actor} restored event {event} of calendar {calendar}" : "{actor} je vratio događaj {event} kalendara {calendar}",
"You restored event {event} of calendar {calendar}" : "Vratili ste događaj {event} kalendara {calendar}",
"Busy" : "Zauzeto",
"Calendar, contacts and tasks" : "Kalendar, kontakti i zadaci",
"A <strong>calendar</strong> was modified" : "Izmijenjen je <strong>kalendar</strong>",
"A calendar <strong>event</strong> was modified" : "Izmijenjen je <strong>događaj</strong> u kalendaru",
"Contact birthdays" : "Rođendani kontakata",
"Death of %s" : "Smrt %s",
"Untitled calendar" : "Kalendar bez naslova",
"Calendar:" : "Kalendar:",
"Date:" : "Datum:",
"Where:" : "Gdje:",
"Description:" : "Opis:",
"_%n year_::_%n years_" : ["%n godina","%n godina","%n godina"],
"_%n month_::_%n months_" : ["%n mjesec","%n mjeseci","%n mjeseci"],
"_%n day_::_%n days_" : ["%n dan","%n dana","%n dana"],
"_%n hour_::_%n hours_" : ["%n sat","%n sati","%n sati"],
"_%n minute_::_%n minutes_" : ["%n minute/minuta","%n minuta","%n minuta"],
"%s (in %s)" : "%s (u %s)",
"%s (%s ago)" : "%s (prije %s)",
"Calendar: %s" : "Kalendar: %s",
"Date: %s" : "Datum: %s",
"Description: %s" : "Opis: %s",
"Where: %s" : "Gdje: %s",
"%1$s via %2$s" : "%1$s putem %2$s",
"Cancelled: %1$s" : "Otkazano: %1$s",
"Re: %1$s" : "Odgovor: %1 $ s",
"Invitation: %1$s" : "Pozivnica: %1$s",
"Organizer:" : "Organizator:",
"Attendees:" : "Polaznici:",
"Title:" : "Naslov:",
"Time:" : "Vrijeme:",
"Location:" : "Lokacija:",
"Link:" : "Poveznica:",
"Accept" : "Prihvati",
"Decline" : "Odbij",
"More options …" : "Više mogućnosti…",
"More options at %s" : "Više mogućnosti na %s",
"Contacts" : "Kontakti",
"{actor} created address book {addressbook}" : "{actor} je stvorio adresar {addressbook}",
"You created address book {addressbook}" : "Stvorili ste adresar {addressbook}",
"{actor} deleted address book {addressbook}" : "{actor} je izbrisao adresar {addressbook}",
"You deleted address book {addressbook}" : "Izbrisali ste adresar {addressbook}",
"{actor} updated address book {addressbook}" : "{actor} je ažurirao adresar {addressbook}",
"You updated address book {addressbook}" : "Ažurirali ste adresar {addressbook}",
"{actor} shared address book {addressbook} with you" : "{actor} dijeli adresar {addressbook} s vama",
"You shared address book {addressbook} with {user}" : "Dijelite adresar {addressbook} s {user}",
"{actor} shared address book {addressbook} with {user}" : "{actor} dijeli adresar {addressbook} s {user}",
"{actor} unshared address book {addressbook} from you" : "{actor} je prestao dijeliti adresar {addressbook} s vama",
"You unshared address book {addressbook} from {user}" : "Prestali ste dijeliti adresar {addressbook} s {user}",
"{actor} unshared address book {addressbook} from {user}" : "{actor} je prestao dijeliti adresar {addressbook} s {user}",
"{actor} unshared address book {addressbook} from themselves" : "{actor} je prestao dijeliti adresar {addressbook} sa sobom",
"You shared address book {addressbook} with group {group}" : "Dijelite adresar {addressbook} s grupom {group}",
"{actor} shared address book {addressbook} with group {group}" : "{actor} dijeli adresar {addressbook} s grupom {group}",
"You unshared address book {addressbook} from group {group}" : "Prestali ste dijeliti adresar {addressbook} s grupom {group}",
"{actor} unshared address book {addressbook} from group {group}" : "{actor} je prestao dijeliti adresar {addressbook} s grupom {group}",
"{actor} created contact {card} in address book {addressbook}" : "{actor} je stvorio kontakt {card} u adresaru {addressbook}",
"You created contact {card} in address book {addressbook}" : "Stvorili ste kontakt {card} u adresaru {addressbook}",
"{actor} deleted contact {card} from address book {addressbook}" : "{actor} je izbrisao kontakt {card} iz adresara {addressbook}",
"You deleted contact {card} from address book {addressbook}" : "Izbrisali ste kontakt {card} iz adresara {addressbook}",
"{actor} updated contact {card} in address book {addressbook}" : "{actor} je ažurirao kontakt {card} u adresaru {addressbook}",
"You updated contact {card} in address book {addressbook}" : "Ažurirali ste kontakt {card} u adresaru {addressbook}",
"A <strong>contact</strong> or <strong>address book</strong> was modified" : "Izmijenjen je <strong>kontakt</strong> ili <strong>adresar</strong>",
"Accounts" : "Korisnićki računi",
"System is in maintenance mode." : "Sustav je u načinu održavanja.",
"Upgrade needed" : "Potrebno nadograditi",
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Vaš %s treba konfigurirati za korištenje HTTPS-a kako bi se mogli upotrebljavati CalDAV i CardDAV s operacijskim sustavom iOS/macOS.",
"Configures a CalDAV account" : "Konfigurira CalDAV račun",
"Configures a CardDAV account" : "Konfigurira CardDAV račun",
"Events" : "Događaji",
"Untitled task" : "Zadatak bez naslova",
"Completed on %s" : "Završeno na %s",
"Due on %s by %s" : "%s treba završiti do %s",
"Due on %s" : "Treba završiti do %s",
"Contacts and groups" : "Kontakti i grupe",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "WebDAV krajnja točka",
"Save" : "Spremi",
"to" : "do",
"Delete slot" : "Izbriši mjesto",
"Add slot" : "Dodaj mjesto",
"Monday" : "Ponedjeljak",
"Tuesday" : "Utorak",
"Wednesday" : "Srijeda",
"Thursday" : "Četvrtak",
"Friday" : "Petak",
"Saturday" : "Subota",
"Sunday" : "Nedjelja",
"Availability" : "Raspoloživost",
"Calendar server" : "Poslužitelj kalendara",
"Send invitations to attendees" : "Pošaljite pozive sudionicima",
"Automatically generate a birthday calendar" : "Automatski generiraj kalendar rođendana",
"Birthday calendars will be generated by a background job." : "Kalendari rođendana generirat će se u pozadini.",
"Hence they will not be available immediately after enabling but will show up after some time." : "Stoga neće biti dostupni odmah nakon omogućivanja, ali će se pojaviti nakon nekog vremena.",
"Send notifications for events" : "Šalji obavijesti o događajima",
"Notifications are sent via background jobs, so these must occur often enough." : "Obavijesti se šalju putem pozadinskih zadataka koji se moraju dovoljno često izvoditi.",
"Enable notifications for events via push" : "Omogući slanje obavijesti o događajima putem push obavijesti",
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Također instalirajte {calendarappstoreopen}aplikaciju Kalendar{linkclose} ili {calendardocopen}povežite računalo i mobilni uređaj radi sinkroniziranja ↗{linkclose}.",
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Provjerite jeste li ispravno postavili {emailopen}poslužitelj e-pošte{linkclose}.",
"There was an error updating your attendance status." : "Došlo je do pogreške prilikom ažuriranja statusa prisutnosti.",
"Please contact the organizer directly." : "Izravno se obratite organizatoru.",
"Are you accepting the invitation?" : "Prihvaćate li poziv?",
"Tentative" : "Uvjetno",
"Your attendance was updated successfully." : "Vaša je prisutnost uspješno ažurirana.",
"If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Ako konfigurirate svoje radno vrijeme, drugi korisnici moći će vidjeti jeste li izvan ureda kada rezerviraju sastanak."
},
"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;");
+139
View File
@@ -0,0 +1,139 @@
{ "translations": {
"Calendar" : "Kalendar",
"Tasks" : "Zadaci",
"Personal" : "Osobno",
"{actor} created calendar {calendar}" : "{actor} je stvorio kalendar {calendar}",
"You created calendar {calendar}" : "Stvorili ste kalendar {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} je izbrisao kalendar {calendar}",
"You deleted calendar {calendar}" : "Izbrisali ste kalendar {calendar}",
"{actor} updated calendar {calendar}" : "{actor} je ažurirao kalendar {calendar}",
"You updated calendar {calendar}" : "Ažurirali ste kalendar {calendar}",
"{actor} restored calendar {calendar}" : "{actor} je vratio kalendar {calendar}",
"You restored calendar {calendar}" : "Vratili ste kalendar {calendar}",
"You shared calendar {calendar} as public link" : "Podijelili ste kalendar {calendar} putem javne poveznice",
"You removed public link for calendar {calendar}" : "Uklonili ste javnu poveznicu na kalendar {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} dijeli kalendar {calendar} s vama",
"You shared calendar {calendar} with {user}" : "Podijelili ste kalendar {calendar} s {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} dijeli kalendar {calendar} s {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} više ne dijeli kalendar {calendar} s vama",
"You unshared calendar {calendar} from {user}" : "Više ne dijelite kalendar {calendar} s {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} više ne dijeli kalendar {calendar} s {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} više ne dijeli kalendar {calendar} sam sa sobom",
"You shared calendar {calendar} with group {group}" : "Podijelili ste kalendar {kalendar} s grupom {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} dijeli kalendar {calendar} s grupom {group}",
"You unshared calendar {calendar} from group {group}" : "Više ne dijelite kalendar {calendar} s grupom {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} više ne dijeli kalendar {calendar} s grupom {group}",
"Untitled event" : "Događaj bez naslova",
"{actor} created event {event} in calendar {calendar}" : "{actor} je stvorio događaj {event} u kalendaru {calendar}",
"You created event {event} in calendar {calendar}" : "Stvorili ste događaj {event} u kalendaru {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} je izbrisao događaj {event} iz kalendara {calendar}",
"You deleted event {event} from calendar {calendar}" : "Izbrisali ste događaj {event} iz kalendara {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} je ažurirao događaj {event} u kalendaru {calendar}",
"You updated event {event} in calendar {calendar}" : "Ažurirali ste događaj {event} u kalendaru {calendar}",
"{actor} restored event {event} of calendar {calendar}" : "{actor} je vratio događaj {event} kalendara {calendar}",
"You restored event {event} of calendar {calendar}" : "Vratili ste događaj {event} kalendara {calendar}",
"Busy" : "Zauzeto",
"Calendar, contacts and tasks" : "Kalendar, kontakti i zadaci",
"A <strong>calendar</strong> was modified" : "Izmijenjen je <strong>kalendar</strong>",
"A calendar <strong>event</strong> was modified" : "Izmijenjen je <strong>događaj</strong> u kalendaru",
"Contact birthdays" : "Rođendani kontakata",
"Death of %s" : "Smrt %s",
"Untitled calendar" : "Kalendar bez naslova",
"Calendar:" : "Kalendar:",
"Date:" : "Datum:",
"Where:" : "Gdje:",
"Description:" : "Opis:",
"_%n year_::_%n years_" : ["%n godina","%n godina","%n godina"],
"_%n month_::_%n months_" : ["%n mjesec","%n mjeseci","%n mjeseci"],
"_%n day_::_%n days_" : ["%n dan","%n dana","%n dana"],
"_%n hour_::_%n hours_" : ["%n sat","%n sati","%n sati"],
"_%n minute_::_%n minutes_" : ["%n minute/minuta","%n minuta","%n minuta"],
"%s (in %s)" : "%s (u %s)",
"%s (%s ago)" : "%s (prije %s)",
"Calendar: %s" : "Kalendar: %s",
"Date: %s" : "Datum: %s",
"Description: %s" : "Opis: %s",
"Where: %s" : "Gdje: %s",
"%1$s via %2$s" : "%1$s putem %2$s",
"Cancelled: %1$s" : "Otkazano: %1$s",
"Re: %1$s" : "Odgovor: %1 $ s",
"Invitation: %1$s" : "Pozivnica: %1$s",
"Organizer:" : "Organizator:",
"Attendees:" : "Polaznici:",
"Title:" : "Naslov:",
"Time:" : "Vrijeme:",
"Location:" : "Lokacija:",
"Link:" : "Poveznica:",
"Accept" : "Prihvati",
"Decline" : "Odbij",
"More options …" : "Više mogućnosti…",
"More options at %s" : "Više mogućnosti na %s",
"Contacts" : "Kontakti",
"{actor} created address book {addressbook}" : "{actor} je stvorio adresar {addressbook}",
"You created address book {addressbook}" : "Stvorili ste adresar {addressbook}",
"{actor} deleted address book {addressbook}" : "{actor} je izbrisao adresar {addressbook}",
"You deleted address book {addressbook}" : "Izbrisali ste adresar {addressbook}",
"{actor} updated address book {addressbook}" : "{actor} je ažurirao adresar {addressbook}",
"You updated address book {addressbook}" : "Ažurirali ste adresar {addressbook}",
"{actor} shared address book {addressbook} with you" : "{actor} dijeli adresar {addressbook} s vama",
"You shared address book {addressbook} with {user}" : "Dijelite adresar {addressbook} s {user}",
"{actor} shared address book {addressbook} with {user}" : "{actor} dijeli adresar {addressbook} s {user}",
"{actor} unshared address book {addressbook} from you" : "{actor} je prestao dijeliti adresar {addressbook} s vama",
"You unshared address book {addressbook} from {user}" : "Prestali ste dijeliti adresar {addressbook} s {user}",
"{actor} unshared address book {addressbook} from {user}" : "{actor} je prestao dijeliti adresar {addressbook} s {user}",
"{actor} unshared address book {addressbook} from themselves" : "{actor} je prestao dijeliti adresar {addressbook} sa sobom",
"You shared address book {addressbook} with group {group}" : "Dijelite adresar {addressbook} s grupom {group}",
"{actor} shared address book {addressbook} with group {group}" : "{actor} dijeli adresar {addressbook} s grupom {group}",
"You unshared address book {addressbook} from group {group}" : "Prestali ste dijeliti adresar {addressbook} s grupom {group}",
"{actor} unshared address book {addressbook} from group {group}" : "{actor} je prestao dijeliti adresar {addressbook} s grupom {group}",
"{actor} created contact {card} in address book {addressbook}" : "{actor} je stvorio kontakt {card} u adresaru {addressbook}",
"You created contact {card} in address book {addressbook}" : "Stvorili ste kontakt {card} u adresaru {addressbook}",
"{actor} deleted contact {card} from address book {addressbook}" : "{actor} je izbrisao kontakt {card} iz adresara {addressbook}",
"You deleted contact {card} from address book {addressbook}" : "Izbrisali ste kontakt {card} iz adresara {addressbook}",
"{actor} updated contact {card} in address book {addressbook}" : "{actor} je ažurirao kontakt {card} u adresaru {addressbook}",
"You updated contact {card} in address book {addressbook}" : "Ažurirali ste kontakt {card} u adresaru {addressbook}",
"A <strong>contact</strong> or <strong>address book</strong> was modified" : "Izmijenjen je <strong>kontakt</strong> ili <strong>adresar</strong>",
"Accounts" : "Korisnićki računi",
"System is in maintenance mode." : "Sustav je u načinu održavanja.",
"Upgrade needed" : "Potrebno nadograditi",
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Vaš %s treba konfigurirati za korištenje HTTPS-a kako bi se mogli upotrebljavati CalDAV i CardDAV s operacijskim sustavom iOS/macOS.",
"Configures a CalDAV account" : "Konfigurira CalDAV račun",
"Configures a CardDAV account" : "Konfigurira CardDAV račun",
"Events" : "Događaji",
"Untitled task" : "Zadatak bez naslova",
"Completed on %s" : "Završeno na %s",
"Due on %s by %s" : "%s treba završiti do %s",
"Due on %s" : "Treba završiti do %s",
"Contacts and groups" : "Kontakti i grupe",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "WebDAV krajnja točka",
"Save" : "Spremi",
"to" : "do",
"Delete slot" : "Izbriši mjesto",
"Add slot" : "Dodaj mjesto",
"Monday" : "Ponedjeljak",
"Tuesday" : "Utorak",
"Wednesday" : "Srijeda",
"Thursday" : "Četvrtak",
"Friday" : "Petak",
"Saturday" : "Subota",
"Sunday" : "Nedjelja",
"Availability" : "Raspoloživost",
"Calendar server" : "Poslužitelj kalendara",
"Send invitations to attendees" : "Pošaljite pozive sudionicima",
"Automatically generate a birthday calendar" : "Automatski generiraj kalendar rođendana",
"Birthday calendars will be generated by a background job." : "Kalendari rođendana generirat će se u pozadini.",
"Hence they will not be available immediately after enabling but will show up after some time." : "Stoga neće biti dostupni odmah nakon omogućivanja, ali će se pojaviti nakon nekog vremena.",
"Send notifications for events" : "Šalji obavijesti o događajima",
"Notifications are sent via background jobs, so these must occur often enough." : "Obavijesti se šalju putem pozadinskih zadataka koji se moraju dovoljno često izvoditi.",
"Enable notifications for events via push" : "Omogući slanje obavijesti o događajima putem push obavijesti",
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Također instalirajte {calendarappstoreopen}aplikaciju Kalendar{linkclose} ili {calendardocopen}povežite računalo i mobilni uređaj radi sinkroniziranja ↗{linkclose}.",
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Provjerite jeste li ispravno postavili {emailopen}poslužitelj e-pošte{linkclose}.",
"There was an error updating your attendance status." : "Došlo je do pogreške prilikom ažuriranja statusa prisutnosti.",
"Please contact the organizer directly." : "Izravno se obratite organizatoru.",
"Are you accepting the invitation?" : "Prihvaćate li poziv?",
"Tentative" : "Uvjetno",
"Your attendance was updated successfully." : "Vaša je prisutnost uspješno ažurirana.",
"If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Ako konfigurirate svoje radno vrijeme, drugi korisnici moći će vidjeti jeste li izvan ureda kada rezerviraju sastanak."
},"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;"
}
+196
View File
@@ -0,0 +1,196 @@
OC.L10N.register(
"dav",
{
"Calendar" : "Naptár",
"Tasks" : "Feladatok",
"Personal" : "Személyes",
"{actor} created calendar {calendar}" : "{actor} létrehozta a naptárt: {calendar}",
"You created calendar {calendar}" : "Létrehozta a naptárt: {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} törölte a naptárt: {calendar}",
"You deleted calendar {calendar}" : "Törölte a naptárt: {calendar}",
"{actor} updated calendar {calendar}" : "{actor} frissítette a naptárt: {calendar}",
"You updated calendar {calendar}" : "Frissítette a naptárt: {calendar}",
"{actor} restored calendar {calendar}" : "{actor} helyreállította a naptárt: {calendar}",
"You restored calendar {calendar}" : "Helyreállította a naptárt: {calendar}",
"You shared calendar {calendar} as public link" : "Nyilvános hivatkozásként osztotta meg a naptárt: {calendar}",
"You removed public link for calendar {calendar}" : "Eltávolította a naptár nyilvános hivatkozását: {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} megosztotta Önnel a naptárt: {calendar}",
"You shared calendar {calendar} with {user}" : "Megosztotta a(z) {calendar} naptárt a következővel: {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} megosztotta a(z) {calendar} naptárt a következővel: {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} visszavonta Öntől a(z) {calendar} naptár megosztását",
"You unshared calendar {calendar} from {user}" : "Visszavonta a(z) {calendar} naptár megosztását a következőtől: {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} visszavonta a(z) {calendar} naptár megosztását a következőtől: {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} visszavonta saját magától a(z) {calendar} naptár megosztását",
"You shared calendar {calendar} with group {group}" : "Megosztotta a(z) {calendar} naptárt a következő csoporttal: {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} megosztotta a(z) {calendar} naptárt a következő csoporttal: {group}",
"You unshared calendar {calendar} from group {group}" : "Visszavonta a(z) {calendar} naptár magosztását a következő csoporttól: {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} visszavonta a(z) {calendar} naptár megosztását a következő csoporttól: {group}",
"Untitled event" : "Névtelen esemény",
"{actor} created event {event} in calendar {calendar}" : "{actor} létrehozta a(z) {event} eseményt a következő naptárban: {calendar}",
"You created event {event} in calendar {calendar}" : "Létrehozta a(z) {event} eseményt a következő naptárban: {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} törölte a(z) {event} eseményt a következő naptárból: {calendar}",
"You deleted event {event} from calendar {calendar}" : "Törölte a(z) {event} eseményt a következő naptárból: {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} frissítette a(z) {event} eseményt a következő naptárban: {calendar}",
"You updated event {event} in calendar {calendar}" : "Frissítette a(z) {event} eseményt a következő naptárban: {calendar}",
"{actor} moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "{actor} áthelyezte a(z) {event} eseményt a(z) {sourceCalendar} naptárból a(z) {targetCalendar} naptárba",
"You moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "Áthelyezte a(z) {event} eseményt a(z) {sourceCalendar} naptárból a(z) {targetCalendar} naptárba",
"{actor} restored event {event} of calendar {calendar}" : "{actor} helyreállította a(z) {calendar} naptár következő eseményét: {event}",
"You restored event {event} of calendar {calendar}" : "Helyreállította a(z) {calendar} naptár következő eseményét: {event}",
"Busy" : "Foglalt",
"{actor} created to-do {todo} in list {calendar}" : "{actor} létrehozta a(z) {todo} teendőt a következő listában: {calendar}",
"You created to-do {todo} in list {calendar}" : "Létrehozta a(z) {todo} teendőt a következő listában: {calendar}",
"{actor} deleted to-do {todo} from list {calendar}" : "{actor} törölte a(z) {todo} teendőt a következő listából: {calendar}",
"You deleted to-do {todo} from list {calendar}" : "Törölte a(z) {todo} teendőt a következő listából: {calendar}",
"{actor} updated to-do {todo} in list {calendar}" : "{actor} frissítette a(z) {todo} teendőt a következő listában: {calendar}",
"You updated to-do {todo} in list {calendar}" : "Frissítette a(z) {todo} teendőt a következő listában: {calendar}",
"{actor} solved to-do {todo} in list {calendar}" : "{actor} elintézte a(z) {todo} teendőt a következő listában: {calendar}",
"You solved to-do {todo} in list {calendar}" : "Elintézte a(z) {todo} teendőt a következő listában: {calendar}",
"{actor} reopened to-do {todo} in list {calendar}" : "{actor} újranyitotta a(z) {todo} teendőt a következő listában: {calendar}",
"You reopened to-do {todo} in list {calendar}" : "Újranyitotta a(z) {todo} teendőt a következő listában: {calendar}",
"{actor} moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "{actor} áthelyezte a(z) {todo} teendőt a(z) {sourceCalendar} listából a(z) {targetCalendar} listába",
"You moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "Áthelyezte a(z) {todo} teendőt a(z) {sourceCalendar} listából a(z) {targetCalendar} listába",
"Calendar, contacts and tasks" : "Naptár, címjegyzék és feladatok",
"A <strong>calendar</strong> was modified" : "Egy <strong>naptár</strong> megváltozott",
"A calendar <strong>event</strong> was modified" : "Egy <strong>naptáresemény</strong> megváltozott",
"A calendar <strong>to-do</strong> was modified" : "Egy <strong>naptárteendő</strong> megváltozott",
"Contact birthdays" : "Névjegyek születésnapjai",
"Death of %s" : "%s halála",
"Untitled calendar" : "Névtelen naptár",
"Calendar:" : "Naptár:",
"Date:" : "Dátum:",
"Where:" : "Hol:",
"Description:" : "Leírás:",
"_%n year_::_%n years_" : ["%n év","%n év"],
"_%n month_::_%n months_" : ["%n hónap","%n hónap"],
"_%n day_::_%n days_" : ["%n nap","%n nap"],
"_%n hour_::_%n hours_" : ["%n óra","%n óra"],
"_%n minute_::_%n minutes_" : ["%n perc","%n perc"],
"%s (in %s)" : "%s (%s múlva)",
"%s (%s ago)" : "%s (ennyi ideje: %s)",
"Calendar: %s" : "Naptár: %s",
"Date: %s" : "Dátum: %s",
"Description: %s" : "Leírás: %s",
"Where: %s" : "Hely: %s",
"%1$s via %2$s" : "%1$s %2$s",
"Cancelled: %1$s" : "Lemondva: %1$s",
"\"%1$s\" has been canceled" : "A következőt le lett mondva: „%1$s”",
"Re: %1$s" : "Vá: %1$s",
"%1$s has accepted your invitation" : "%1$s elfogadta a meghívását",
"%1$s has tentatively accepted your invitation" : "%1$s feltételesen elfogadta a meghívását",
"%1$s has declined your invitation" : "%1$s elutasította a meghívását",
"%1$s has responded to your invitation" : "%1$s válaszolt a meghívására",
"Invitation updated: %1$s" : "Meghívó frissítve: %1$s",
"%1$s updated the event \"%2$s\"" : "%1$s frissítette a következő eseményt: %2$s",
"Invitation: %1$s" : "Meghívó: %1$s",
"%1$s would like to invite you to \"%2$s\"" : "%1$s meg szeretné hívni a következőre: „%2$s”",
"Organizer:" : "Szervező:",
"Attendees:" : "Résztvevők:",
"Title:" : "Cím:",
"Time:" : "Idő:",
"Location:" : "Hely:",
"Link:" : "Hivatkozás:",
"Accept" : "Elfogadás",
"Decline" : "Elutasítás",
"More options …" : "További lehetőségek…",
"More options at %s" : "További lehetőségek itt: %s",
"Contacts" : "Névjegyek",
"{actor} created address book {addressbook}" : "{actor} létrehozta a következő címjegyzéket: {addressbook}",
"You created address book {addressbook}" : "Létrehozta a következő címjegyzéket: {addressbook}",
"{actor} deleted address book {addressbook}" : "{actor} törölte a következő címjegyzéket: {addressbook}",
"You deleted address book {addressbook}" : "Törölte a következő címjegyzéket: {addressbook}",
"{actor} updated address book {addressbook}" : "{actor} aktualizálta a következő címjegyzéket: {addressbook}",
"You updated address book {addressbook}" : "Aktualizálta a következő címjegyzéket {addressbook}",
"{actor} shared address book {addressbook} with you" : "{actor} megosztotta Önnel a következő címjegyzéket: {addressbook}",
"You shared address book {addressbook} with {user}" : "Megosztotta a(z) {addressbook} címjegyzéket a következővel: {user}",
"{actor} shared address book {addressbook} with {user}" : "{actor} megosztotta a(z) {addressbook} címjegyzéket a következővel: {user}",
"{actor} unshared address book {addressbook} from you" : "{actor} visszavonta Öntől a(z) {addressbook} címjegyzék megosztását",
"You unshared address book {addressbook} from {user}" : "Visszavonta a(z) {addressbook} címjegyzék megosztását a következőtől: {user}",
"{actor} unshared address book {addressbook} from {user}" : "{actor} visszavonta a(z) {addressbook} címjegyzék megosztását a következőtől: {user}",
"{actor} unshared address book {addressbook} from themselves" : "{actor} visszavonta saját magától a(z) {addressbook} címjegyzék megosztását",
"You shared address book {addressbook} with group {group}" : "Megosztotta a(z) {addressbook} címjegyzéket a következő csoporttal: {group}",
"{actor} shared address book {addressbook} with group {group}" : "{actor} megosztotta a(z) {addressbook} címjegyzéket a következő csoporttal: {group}",
"You unshared address book {addressbook} from group {group}" : "Visszavonta a(z) {addressbook} címjegyzék megosztását a következő csoporttól: {group}",
"{actor} unshared address book {addressbook} from group {group}" : "{actor} visszavonta a(z) {addressbook} címjegyzék megosztását a következő csoporttól: {group}",
"{actor} created contact {card} in address book {addressbook}" : "{actor} létrehozta a(z) {card} névjegyet a következő címjegyzékben: {addressbook}",
"You created contact {card} in address book {addressbook}" : "Létrehozta a(z) {card} névjegyet a következő címjegyzékben: {addressbook}",
"{actor} deleted contact {card} from address book {addressbook}" : "{actor} törölte a(z) {card} névjegyet a következő címjegyzékből: {addressbook}",
"You deleted contact {card} from address book {addressbook}" : "Törölte a(z) {card} névjegyet a következő címjegyzékből: {addressbook}",
"{actor} updated contact {card} in address book {addressbook}" : "{actor} aktualizálta a(z) {card} névjegyet a következő címjegyzékben: {addressbook}",
"You updated contact {card} in address book {addressbook}" : "Aktualizálta a(z) {card} névjegyet a következő címjegyzékben: {addressbook}",
"A <strong>contact</strong> or <strong>address book</strong> was modified" : "Egy <strong>névjegy</strong> vagy <strong>címjegyzék</strong> módosítva lett",
"Accounts" : "Fiókok",
"System address book which holds all accounts" : "A rendszer címjegyzéke, amely az összes fiókot tartalmazza",
"File is not updatable: %1$s" : "A fájl nem frissíthető: %1$s",
"Could not write to final file, canceled by hook" : "A végleges fájl nem írható, a hurok megszakította",
"Could not write file contents" : "A fájl tartalma nem írható",
"_%n byte_::_%n bytes_" : ["%n bájt","%n bájt"],
"Error while copying file to target location (copied: %1$s, expected filesize: %2$s)" : "Hiba történt a fájl célhelyre másolása során (másolva: %1$s, várt fájlméret: %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." : "A várt fájlméret %1$s, de %2$s lett beolvasva (a Nextcloud kliensből) és kiírva (a Nextcloud tárolóba). Ez lehet hálózati probléma a fájl küldése során, vagy írási hiba a tárolónál, a kiszolgáló oldalon.",
"Could not rename part file to final file, canceled by hook" : "A részleges fájl nem nevezhető át a végleges fájllá, a hurok megszakította",
"Could not rename part file to final file" : "A részleges fájl nem nevezhető át a végleges fájllá",
"Failed to check file size: %1$s" : "A fájlméret nem ellenőrizhető: %1$s",
"Could not open file" : "A fájl nem nyitható meg",
"Encryption not ready: %1$s" : "A titkosítás nincs kész: %1$s",
"Failed to open file: %1$s" : "A fájl megnyitása sikertelen: %1$s",
"Failed to unlink: %1$s" : "A hivatkozás eltávolítása sikertelen: %1$s",
"Invalid chunk name" : "Érvénytelen darabnév",
"Could not rename part file assembled from chunks" : "Nem lehet átnevezni a darabokból összeállított részleges fájlt",
"Failed to write file contents: %1$s" : "A fájl tartalmának kiírása sikertelen: %1$s",
"File not found: %1$s" : "A fájl nem található: %1$s",
"System is in maintenance mode." : "A rendszer karbantartási módban van.",
"Upgrade needed" : "Frissítés szükséges",
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "A %s kiszolgálót HTTPS használatára kell beállítani, hogy iOS-szel/macOS-szel használhassa CalDAV-ot és a CardDAV-ot.",
"Configures a CalDAV account" : "Beállítja a CalDAV-fiókot",
"Configures a CardDAV account" : "Beállítja a CardDAV-fiókot",
"Events" : "Események",
"Untitled task" : "Névtelen feladat",
"Completed on %s" : "Befejezve: %s",
"Due on %s by %s" : "Esedékesség: %s, %s által",
"Due on %s" : "Esedékesség: %s",
"No outstanding DAV system address book sync." : "Nincs kiemelkedő DAV rendszer címjegyzék szinkronizálás.",
"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\"." : "A DAV rendszer címjegyzék szinkronizációja még nem futott le, mert több, mint 1000 felhasználó található vagy hiba történt. Kérem futtassa manuálisan a következő paranccsal: \"occ dav:sync-system-addressbook\".",
"Migrated calendar (%1$s)" : "Átköltöztetett naptár (%1$s)",
"Calendars including events, details and attendees" : "Naptárak eseményekkel, részletekkel és résztvevőkkel",
"Contacts and groups" : "Névjegyek és csoportok",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "WebDAV végpont",
"First day" : "Első nap",
"Save" : "Mentés",
"Time zone:" : "Időzóna:",
"to" : "",
"Delete slot" : "Idősáv törlése",
"No working hours set" : "Nincs munkaidő beállítva",
"Add slot" : "Idősáv hozzáadása",
"Monday" : "Hétfő",
"Tuesday" : "Kedd",
"Wednesday" : "Szerda",
"Thursday" : "Csütörtök",
"Friday" : "Péntek",
"Saturday" : "Szombat",
"Sunday" : "Vasárnap",
"Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications." : "Az elérhetőségi időn túl, a felhasználói állapot automatikus beállítása „Ne zavarjanak” módba az összes értesítés némításához.",
"Failed to load availability" : "Az elérhetőség betöltése sikertelen",
"Saved availability" : "Elérhetőség mentve",
"Failed to save availability" : "Az elérhetőség mentése sikertelen",
"Availability" : "Elérhetőség",
"Calendar server" : "Naptárkiszolgáló",
"Send invitations to attendees" : "Meghívó küldése a résztvevőknek",
"Automatically generate a birthday calendar" : "Születésnapokat tartalmazó naptár automatikus létrehozása",
"Birthday calendars will be generated by a background job." : "A születésnapokat tartalmazó naptárakat egy háttérben futó folyamat fogja létrehozni.",
"Hence they will not be available immediately after enabling but will show up after some time." : "Nem lesznek elérhetők azonnal az engedélyezés után, de egy rövid idő múlva már láthatók lesznek.",
"Send notifications for events" : "Értesítések küldése az eseményekről",
"Notifications are sent via background jobs, so these must occur often enough." : "Az értesítéseket háttérfeladatok küldik, ezért ezeknek elég gyakran meg kell történniük.",
"Send reminder notifications to calendar sharees as well" : "Emlékeztető értesítések küldése azoknak is, akikkel a naptár meg van osztva",
"Reminders are always sent to organizers and attendees." : "Az értesítések mindig a szervezőknek és a résztvevőknek lesznek elküldve.",
"Enable notifications for events via push" : "Leküldéses értesítések engedélyezése az eseményekhez",
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Telepítse a {calendarappstoreopen}Naptár alkalmazást{linkclose}, vagy {calendardocopen}csatlakoztassa asztali számítógépét és mobilját a szinkronizáláshoz ↗{linkclose}.",
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Ne felejtse el megfelelően beállítani az {emailopen}e-mail kiszolgálót{linkclose}.",
"There was an error updating your attendance status." : "Hiba történt a részvételi állapotának frissítése során.",
"Please contact the organizer directly." : "Vegye fel a kapcsolatot közvetlenül a szervezővel.",
"Are you accepting the invitation?" : "Elfogadja az meghívást?",
"Tentative" : "Feltételes",
"Your attendance was updated successfully." : "A részvétele frissítése sikeres.",
"To-dos" : "Teendők",
"If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Ha beállítja a munkaidejét, akkor más felhasználók a megbeszélések létrehozásakor látni fogják, hogy Ön mikor nem érhető el."
},
"nplurals=2; plural=(n != 1);");
+194
View File
@@ -0,0 +1,194 @@
{ "translations": {
"Calendar" : "Naptár",
"Tasks" : "Feladatok",
"Personal" : "Személyes",
"{actor} created calendar {calendar}" : "{actor} létrehozta a naptárt: {calendar}",
"You created calendar {calendar}" : "Létrehozta a naptárt: {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} törölte a naptárt: {calendar}",
"You deleted calendar {calendar}" : "Törölte a naptárt: {calendar}",
"{actor} updated calendar {calendar}" : "{actor} frissítette a naptárt: {calendar}",
"You updated calendar {calendar}" : "Frissítette a naptárt: {calendar}",
"{actor} restored calendar {calendar}" : "{actor} helyreállította a naptárt: {calendar}",
"You restored calendar {calendar}" : "Helyreállította a naptárt: {calendar}",
"You shared calendar {calendar} as public link" : "Nyilvános hivatkozásként osztotta meg a naptárt: {calendar}",
"You removed public link for calendar {calendar}" : "Eltávolította a naptár nyilvános hivatkozását: {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} megosztotta Önnel a naptárt: {calendar}",
"You shared calendar {calendar} with {user}" : "Megosztotta a(z) {calendar} naptárt a következővel: {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} megosztotta a(z) {calendar} naptárt a következővel: {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} visszavonta Öntől a(z) {calendar} naptár megosztását",
"You unshared calendar {calendar} from {user}" : "Visszavonta a(z) {calendar} naptár megosztását a következőtől: {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} visszavonta a(z) {calendar} naptár megosztását a következőtől: {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} visszavonta saját magától a(z) {calendar} naptár megosztását",
"You shared calendar {calendar} with group {group}" : "Megosztotta a(z) {calendar} naptárt a következő csoporttal: {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} megosztotta a(z) {calendar} naptárt a következő csoporttal: {group}",
"You unshared calendar {calendar} from group {group}" : "Visszavonta a(z) {calendar} naptár magosztását a következő csoporttól: {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} visszavonta a(z) {calendar} naptár megosztását a következő csoporttól: {group}",
"Untitled event" : "Névtelen esemény",
"{actor} created event {event} in calendar {calendar}" : "{actor} létrehozta a(z) {event} eseményt a következő naptárban: {calendar}",
"You created event {event} in calendar {calendar}" : "Létrehozta a(z) {event} eseményt a következő naptárban: {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} törölte a(z) {event} eseményt a következő naptárból: {calendar}",
"You deleted event {event} from calendar {calendar}" : "Törölte a(z) {event} eseményt a következő naptárból: {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} frissítette a(z) {event} eseményt a következő naptárban: {calendar}",
"You updated event {event} in calendar {calendar}" : "Frissítette a(z) {event} eseményt a következő naptárban: {calendar}",
"{actor} moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "{actor} áthelyezte a(z) {event} eseményt a(z) {sourceCalendar} naptárból a(z) {targetCalendar} naptárba",
"You moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "Áthelyezte a(z) {event} eseményt a(z) {sourceCalendar} naptárból a(z) {targetCalendar} naptárba",
"{actor} restored event {event} of calendar {calendar}" : "{actor} helyreállította a(z) {calendar} naptár következő eseményét: {event}",
"You restored event {event} of calendar {calendar}" : "Helyreállította a(z) {calendar} naptár következő eseményét: {event}",
"Busy" : "Foglalt",
"{actor} created to-do {todo} in list {calendar}" : "{actor} létrehozta a(z) {todo} teendőt a következő listában: {calendar}",
"You created to-do {todo} in list {calendar}" : "Létrehozta a(z) {todo} teendőt a következő listában: {calendar}",
"{actor} deleted to-do {todo} from list {calendar}" : "{actor} törölte a(z) {todo} teendőt a következő listából: {calendar}",
"You deleted to-do {todo} from list {calendar}" : "Törölte a(z) {todo} teendőt a következő listából: {calendar}",
"{actor} updated to-do {todo} in list {calendar}" : "{actor} frissítette a(z) {todo} teendőt a következő listában: {calendar}",
"You updated to-do {todo} in list {calendar}" : "Frissítette a(z) {todo} teendőt a következő listában: {calendar}",
"{actor} solved to-do {todo} in list {calendar}" : "{actor} elintézte a(z) {todo} teendőt a következő listában: {calendar}",
"You solved to-do {todo} in list {calendar}" : "Elintézte a(z) {todo} teendőt a következő listában: {calendar}",
"{actor} reopened to-do {todo} in list {calendar}" : "{actor} újranyitotta a(z) {todo} teendőt a következő listában: {calendar}",
"You reopened to-do {todo} in list {calendar}" : "Újranyitotta a(z) {todo} teendőt a következő listában: {calendar}",
"{actor} moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "{actor} áthelyezte a(z) {todo} teendőt a(z) {sourceCalendar} listából a(z) {targetCalendar} listába",
"You moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "Áthelyezte a(z) {todo} teendőt a(z) {sourceCalendar} listából a(z) {targetCalendar} listába",
"Calendar, contacts and tasks" : "Naptár, címjegyzék és feladatok",
"A <strong>calendar</strong> was modified" : "Egy <strong>naptár</strong> megváltozott",
"A calendar <strong>event</strong> was modified" : "Egy <strong>naptáresemény</strong> megváltozott",
"A calendar <strong>to-do</strong> was modified" : "Egy <strong>naptárteendő</strong> megváltozott",
"Contact birthdays" : "Névjegyek születésnapjai",
"Death of %s" : "%s halála",
"Untitled calendar" : "Névtelen naptár",
"Calendar:" : "Naptár:",
"Date:" : "Dátum:",
"Where:" : "Hol:",
"Description:" : "Leírás:",
"_%n year_::_%n years_" : ["%n év","%n év"],
"_%n month_::_%n months_" : ["%n hónap","%n hónap"],
"_%n day_::_%n days_" : ["%n nap","%n nap"],
"_%n hour_::_%n hours_" : ["%n óra","%n óra"],
"_%n minute_::_%n minutes_" : ["%n perc","%n perc"],
"%s (in %s)" : "%s (%s múlva)",
"%s (%s ago)" : "%s (ennyi ideje: %s)",
"Calendar: %s" : "Naptár: %s",
"Date: %s" : "Dátum: %s",
"Description: %s" : "Leírás: %s",
"Where: %s" : "Hely: %s",
"%1$s via %2$s" : "%1$s %2$s",
"Cancelled: %1$s" : "Lemondva: %1$s",
"\"%1$s\" has been canceled" : "A következőt le lett mondva: „%1$s”",
"Re: %1$s" : "Vá: %1$s",
"%1$s has accepted your invitation" : "%1$s elfogadta a meghívását",
"%1$s has tentatively accepted your invitation" : "%1$s feltételesen elfogadta a meghívását",
"%1$s has declined your invitation" : "%1$s elutasította a meghívását",
"%1$s has responded to your invitation" : "%1$s válaszolt a meghívására",
"Invitation updated: %1$s" : "Meghívó frissítve: %1$s",
"%1$s updated the event \"%2$s\"" : "%1$s frissítette a következő eseményt: %2$s",
"Invitation: %1$s" : "Meghívó: %1$s",
"%1$s would like to invite you to \"%2$s\"" : "%1$s meg szeretné hívni a következőre: „%2$s”",
"Organizer:" : "Szervező:",
"Attendees:" : "Résztvevők:",
"Title:" : "Cím:",
"Time:" : "Idő:",
"Location:" : "Hely:",
"Link:" : "Hivatkozás:",
"Accept" : "Elfogadás",
"Decline" : "Elutasítás",
"More options …" : "További lehetőségek…",
"More options at %s" : "További lehetőségek itt: %s",
"Contacts" : "Névjegyek",
"{actor} created address book {addressbook}" : "{actor} létrehozta a következő címjegyzéket: {addressbook}",
"You created address book {addressbook}" : "Létrehozta a következő címjegyzéket: {addressbook}",
"{actor} deleted address book {addressbook}" : "{actor} törölte a következő címjegyzéket: {addressbook}",
"You deleted address book {addressbook}" : "Törölte a következő címjegyzéket: {addressbook}",
"{actor} updated address book {addressbook}" : "{actor} aktualizálta a következő címjegyzéket: {addressbook}",
"You updated address book {addressbook}" : "Aktualizálta a következő címjegyzéket {addressbook}",
"{actor} shared address book {addressbook} with you" : "{actor} megosztotta Önnel a következő címjegyzéket: {addressbook}",
"You shared address book {addressbook} with {user}" : "Megosztotta a(z) {addressbook} címjegyzéket a következővel: {user}",
"{actor} shared address book {addressbook} with {user}" : "{actor} megosztotta a(z) {addressbook} címjegyzéket a következővel: {user}",
"{actor} unshared address book {addressbook} from you" : "{actor} visszavonta Öntől a(z) {addressbook} címjegyzék megosztását",
"You unshared address book {addressbook} from {user}" : "Visszavonta a(z) {addressbook} címjegyzék megosztását a következőtől: {user}",
"{actor} unshared address book {addressbook} from {user}" : "{actor} visszavonta a(z) {addressbook} címjegyzék megosztását a következőtől: {user}",
"{actor} unshared address book {addressbook} from themselves" : "{actor} visszavonta saját magától a(z) {addressbook} címjegyzék megosztását",
"You shared address book {addressbook} with group {group}" : "Megosztotta a(z) {addressbook} címjegyzéket a következő csoporttal: {group}",
"{actor} shared address book {addressbook} with group {group}" : "{actor} megosztotta a(z) {addressbook} címjegyzéket a következő csoporttal: {group}",
"You unshared address book {addressbook} from group {group}" : "Visszavonta a(z) {addressbook} címjegyzék megosztását a következő csoporttól: {group}",
"{actor} unshared address book {addressbook} from group {group}" : "{actor} visszavonta a(z) {addressbook} címjegyzék megosztását a következő csoporttól: {group}",
"{actor} created contact {card} in address book {addressbook}" : "{actor} létrehozta a(z) {card} névjegyet a következő címjegyzékben: {addressbook}",
"You created contact {card} in address book {addressbook}" : "Létrehozta a(z) {card} névjegyet a következő címjegyzékben: {addressbook}",
"{actor} deleted contact {card} from address book {addressbook}" : "{actor} törölte a(z) {card} névjegyet a következő címjegyzékből: {addressbook}",
"You deleted contact {card} from address book {addressbook}" : "Törölte a(z) {card} névjegyet a következő címjegyzékből: {addressbook}",
"{actor} updated contact {card} in address book {addressbook}" : "{actor} aktualizálta a(z) {card} névjegyet a következő címjegyzékben: {addressbook}",
"You updated contact {card} in address book {addressbook}" : "Aktualizálta a(z) {card} névjegyet a következő címjegyzékben: {addressbook}",
"A <strong>contact</strong> or <strong>address book</strong> was modified" : "Egy <strong>névjegy</strong> vagy <strong>címjegyzék</strong> módosítva lett",
"Accounts" : "Fiókok",
"System address book which holds all accounts" : "A rendszer címjegyzéke, amely az összes fiókot tartalmazza",
"File is not updatable: %1$s" : "A fájl nem frissíthető: %1$s",
"Could not write to final file, canceled by hook" : "A végleges fájl nem írható, a hurok megszakította",
"Could not write file contents" : "A fájl tartalma nem írható",
"_%n byte_::_%n bytes_" : ["%n bájt","%n bájt"],
"Error while copying file to target location (copied: %1$s, expected filesize: %2$s)" : "Hiba történt a fájl célhelyre másolása során (másolva: %1$s, várt fájlméret: %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." : "A várt fájlméret %1$s, de %2$s lett beolvasva (a Nextcloud kliensből) és kiírva (a Nextcloud tárolóba). Ez lehet hálózati probléma a fájl küldése során, vagy írási hiba a tárolónál, a kiszolgáló oldalon.",
"Could not rename part file to final file, canceled by hook" : "A részleges fájl nem nevezhető át a végleges fájllá, a hurok megszakította",
"Could not rename part file to final file" : "A részleges fájl nem nevezhető át a végleges fájllá",
"Failed to check file size: %1$s" : "A fájlméret nem ellenőrizhető: %1$s",
"Could not open file" : "A fájl nem nyitható meg",
"Encryption not ready: %1$s" : "A titkosítás nincs kész: %1$s",
"Failed to open file: %1$s" : "A fájl megnyitása sikertelen: %1$s",
"Failed to unlink: %1$s" : "A hivatkozás eltávolítása sikertelen: %1$s",
"Invalid chunk name" : "Érvénytelen darabnév",
"Could not rename part file assembled from chunks" : "Nem lehet átnevezni a darabokból összeállított részleges fájlt",
"Failed to write file contents: %1$s" : "A fájl tartalmának kiírása sikertelen: %1$s",
"File not found: %1$s" : "A fájl nem található: %1$s",
"System is in maintenance mode." : "A rendszer karbantartási módban van.",
"Upgrade needed" : "Frissítés szükséges",
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "A %s kiszolgálót HTTPS használatára kell beállítani, hogy iOS-szel/macOS-szel használhassa CalDAV-ot és a CardDAV-ot.",
"Configures a CalDAV account" : "Beállítja a CalDAV-fiókot",
"Configures a CardDAV account" : "Beállítja a CardDAV-fiókot",
"Events" : "Események",
"Untitled task" : "Névtelen feladat",
"Completed on %s" : "Befejezve: %s",
"Due on %s by %s" : "Esedékesség: %s, %s által",
"Due on %s" : "Esedékesség: %s",
"No outstanding DAV system address book sync." : "Nincs kiemelkedő DAV rendszer címjegyzék szinkronizálás.",
"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\"." : "A DAV rendszer címjegyzék szinkronizációja még nem futott le, mert több, mint 1000 felhasználó található vagy hiba történt. Kérem futtassa manuálisan a következő paranccsal: \"occ dav:sync-system-addressbook\".",
"Migrated calendar (%1$s)" : "Átköltöztetett naptár (%1$s)",
"Calendars including events, details and attendees" : "Naptárak eseményekkel, részletekkel és résztvevőkkel",
"Contacts and groups" : "Névjegyek és csoportok",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "WebDAV végpont",
"First day" : "Első nap",
"Save" : "Mentés",
"Time zone:" : "Időzóna:",
"to" : "",
"Delete slot" : "Idősáv törlése",
"No working hours set" : "Nincs munkaidő beállítva",
"Add slot" : "Idősáv hozzáadása",
"Monday" : "Hétfő",
"Tuesday" : "Kedd",
"Wednesday" : "Szerda",
"Thursday" : "Csütörtök",
"Friday" : "Péntek",
"Saturday" : "Szombat",
"Sunday" : "Vasárnap",
"Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications." : "Az elérhetőségi időn túl, a felhasználói állapot automatikus beállítása „Ne zavarjanak” módba az összes értesítés némításához.",
"Failed to load availability" : "Az elérhetőség betöltése sikertelen",
"Saved availability" : "Elérhetőség mentve",
"Failed to save availability" : "Az elérhetőség mentése sikertelen",
"Availability" : "Elérhetőség",
"Calendar server" : "Naptárkiszolgáló",
"Send invitations to attendees" : "Meghívó küldése a résztvevőknek",
"Automatically generate a birthday calendar" : "Születésnapokat tartalmazó naptár automatikus létrehozása",
"Birthday calendars will be generated by a background job." : "A születésnapokat tartalmazó naptárakat egy háttérben futó folyamat fogja létrehozni.",
"Hence they will not be available immediately after enabling but will show up after some time." : "Nem lesznek elérhetők azonnal az engedélyezés után, de egy rövid idő múlva már láthatók lesznek.",
"Send notifications for events" : "Értesítések küldése az eseményekről",
"Notifications are sent via background jobs, so these must occur often enough." : "Az értesítéseket háttérfeladatok küldik, ezért ezeknek elég gyakran meg kell történniük.",
"Send reminder notifications to calendar sharees as well" : "Emlékeztető értesítések küldése azoknak is, akikkel a naptár meg van osztva",
"Reminders are always sent to organizers and attendees." : "Az értesítések mindig a szervezőknek és a résztvevőknek lesznek elküldve.",
"Enable notifications for events via push" : "Leküldéses értesítések engedélyezése az eseményekhez",
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Telepítse a {calendarappstoreopen}Naptár alkalmazást{linkclose}, vagy {calendardocopen}csatlakoztassa asztali számítógépét és mobilját a szinkronizáláshoz ↗{linkclose}.",
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Ne felejtse el megfelelően beállítani az {emailopen}e-mail kiszolgálót{linkclose}.",
"There was an error updating your attendance status." : "Hiba történt a részvételi állapotának frissítése során.",
"Please contact the organizer directly." : "Vegye fel a kapcsolatot közvetlenül a szervezővel.",
"Are you accepting the invitation?" : "Elfogadja az meghívást?",
"Tentative" : "Feltételes",
"Your attendance was updated successfully." : "A részvétele frissítése sikeres.",
"To-dos" : "Teendők",
"If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Ha beállítja a munkaidejét, akkor más felhasználók a megbeszélések létrehozásakor látni fogják, hogy Ön mikor nem érhető el."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

Some files were not shown because too many files have changed in this diff Show More