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
@@ -0,0 +1,39 @@
<?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>theming</id>
<name>Theming</name>
<summary>Adjust the Nextcloud theme</summary>
<description>Adjust the Nextcloud theme</description>
<version>2.3.0</version>
<licence>agpl</licence>
<author>Nextcloud</author>
<namespace>Theming</namespace>
<types>
<logging/>
</types>
<category>customization</category>
<bugs>https://github.com/nextcloud/server/issues</bugs>
<dependencies>
<nextcloud min-version="28" max-version="28"/>
</dependencies>
<settings>
<admin>OCA\Theming\Settings\Admin</admin>
<admin-section>OCA\Theming\Settings\AdminSection</admin-section>
<personal>OCA\Theming\Settings\Personal</personal>
<personal-section>OCA\Theming\Settings\PersonalSection</personal-section>
</settings>
<repair-steps>
<post-migration>
<step>OCA\Theming\Migration\InitBackgroundImagesMigration</step>
</post-migration>
</repair-steps>
<commands>
<command>OCA\Theming\Command\UpdateConfig</command>
</commands>
</info>
@@ -0,0 +1,119 @@
<?php
/**
* @copyright Copyright (c) 2016 Bjoern Schiessle <bjoern@schiessle.org>
* @copyright Copyright (c) 2016 Lukas Reschke <lukas@statuscode.ch>
*
* @author Bjoern Schiessle <bjoern@schiessle.org>
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
* @author Julius Haertl <jus@bitgrid.net>
* @author Julius Härtl <jus@bitgrid.net>
* @author Lukas Reschke <lukas@statuscode.ch>
* @author oparoz <owncloud@interfasys.ch>
*
* @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' => 'Theming#updateAppMenu',
'url' => '/ajax/updateAppMenu',
'verb' => 'PUT',
],
[
'name' => 'Theming#updateStylesheet',
'url' => '/ajax/updateStylesheet',
'verb' => 'POST'
],
[
'name' => 'Theming#undo',
'url' => '/ajax/undoChanges',
'verb' => 'POST'
],
[
'name' => 'Theming#undoAll',
'url' => '/ajax/undoAllChanges',
'verb' => 'POST'
],
[
'name' => 'Theming#uploadImage',
'url' => '/ajax/uploadImage',
'verb' => 'POST'
],
[
'name' => 'Theming#getThemeStylesheet',
'url' => '/theme/{themeId}.css',
'verb' => 'GET',
],
[
'name' => 'Theming#getImage',
'url' => '/image/{key}',
'verb' => 'GET',
],
[
'name' => 'Theming#getManifest',
'url' => '/manifest/{app}',
'verb' => 'GET',
'defaults' => ['app' => 'core']
],
[
'name' => 'Icon#getFavicon',
'url' => '/favicon/{app}',
'verb' => 'GET',
'defaults' => ['app' => 'core'],
],
[
'name' => 'Icon#getTouchIcon',
'url' => '/icon/{app}',
'verb' => 'GET',
'defaults' => ['app' => 'core'],
],
[
'name' => 'Icon#getThemedIcon',
'url' => '/img/{app}/{image}',
'verb' => 'GET',
'requirements' => ['image' => '.+']
],
[
'name' => 'userTheme#getBackground',
'url' => '/background',
'verb' => 'GET',
],
[
'name' => 'userTheme#setBackground',
'url' => '/background/{type}',
'verb' => 'POST',
],
[
'name' => 'userTheme#deleteBackground',
'url' => '/background/custom',
'verb' => 'DELETE',
],
],
'ocs' => [
[
'name' => 'userTheme#enableTheme',
'url' => '/api/v1/theme/{themeId}/enable',
'verb' => 'PUT',
],
[
'name' => 'userTheme#disableTheme',
'url' => '/api/v1/theme/{themeId}',
'verb' => 'DELETE',
],
]
];
@@ -0,0 +1,249 @@
{
"hashes": {
"appinfo\/info.xml": "cca004f15b946310c487942018b239c959f8a99d88268a5b9a7adb4c907797b6117ae88679bb3e5770e7b9b9ccb5d7f9ea323c0e154c2a278b928bd0c0e20651",
"appinfo\/routes.php": "58cf92289a64b328bcfdc56b7b5cac0b077026d3ec9d6033f22e996130ce087c655c0a50e873eaff81d20391dec7f3f61928dcc9fbfbd4b8d9fff7d28dbc4463",
"composer\/autoload.php": "1f66806f04dcf40d1eb3c5d6c06df16cca3708f54b1b07bdaad561f8ac070faf5b94084fee93077c3bea34430ddf4e0032903db02d1729c050e743ad7994d662",
"composer\/composer.json": "7b3e5b6e5cb55bb2097f368a10c719a17e0d5eaa6a30ef54b99ecdcb898d9e2aed277a8175b1624901fe5ad065106f3900675a23dce02923a3928fce6ec7d18c",
"composer\/composer.lock": "ff05b13233ad4e3365c2bdfd64abe5c05883d227b20303d35b50ae0f6415fb36a3f2c7d047b130bcafaeedb4a9231cdbafb81bdfc1a2f51746e008a7a68ad0b1",
"composer\/composer\/ClassLoader.php": "f73af132ef1159370f4da75d1477541c8fd55e82d64e1a29b199e8963597b3558853edd48f703118bb139680e80bbae5cd601580c9f62355f3e749214b40e162",
"composer\/composer\/InstalledVersions.php": "733e68c171cb9e44868bb0f105850fbd0e4f225c67235bf30fb2ac5c3443c6edfb722d4b33aa91c82bb600e937cb6392eb1883694d41616e66969d7d42e23b4f",
"composer\/composer\/LICENSE": "f3bb64009f41a425df5a9bbab53490f0eb9b74fa8d6aaa2f57efb928edc4ffff330260666edeaa04a91fed708c3663371cf01b284f3a08d6698aaef7a23f355a",
"composer\/composer\/autoload_classmap.php": "3984ba963f5ce578d77968d73c60f69086a7263ff025cd5c60f5f34cad7986816d06f1827d8f84f52d79379fb5ed9c9e7646afed25af26801f092df37898ab31",
"composer\/composer\/autoload_namespaces.php": "5b2571f3b573a778d362b8c7412787b4084c7f27d3f5bba1585243f3ccbb0b9054e68522a22a1ad59ec11097b03a0e343865c0188c65b25f0a97e24e120339d1",
"composer\/composer\/autoload_psr4.php": "ffe8e4bc6f051404e27f1b7d93bd9fbfb7f2b1f5195449cab0ee05289b2411ac13bebb8cd994bf6edf3e1093ca5ae1f64375e1b973e73fa51c3fe6f2926f6a38",
"composer\/composer\/autoload_real.php": "dceea6067c12e577b0bd0d7db8077ffff0338c4aaad75ad2fefb04d1ea9429512ed6400890c4b9eea0b1ac57b1904db098cf64f10edff53c54902991592ee1a6",
"composer\/composer\/autoload_static.php": "2eb39ccc5e39421ea5b84830e950e4d00c1b09fbfafc78c625f093c5745af03703ed19871d95d4c033dd27ab24b48326cdf483f9f55d0209317783464a79d999",
"composer\/composer\/installed.json": "0a3ed51f953eb945b970a8eb21957ca2beee4669c7d0d9be97b8259c391b60688f8abb78d4b1fae5e4e2ea5e3d8747f4d35f066a2605e9a76f5b45ec3f1da357",
"composer\/composer\/installed.php": "c57973ca45849c032eafb5bc98d48cdc58d4e7fedd3b1787a86cc11ffb4839a728ebd71277fc3ece9a13448e33dc40ebc1d61929360ed34150d7d8ef6e67c777",
"css\/default.css": "cd7ccb48ecfa108e4d337c53faa3dafa561de7f7e6405617928b3a79334db43d2fd9186bec1ceaec1700de41d40223bba46d143c30e2cf616bd9e78b264b7fb5",
"css\/theming.css": "5eda60d2a3435a25614ea22e9cbfa208709b10b3362bef943ff700e94bc282f6e0b7a70de5170e2153da466aa6c5d25926d3756492d334e415a7164a02184520",
"fonts\/OpenDyslexic-Bold.otf": "cf82c07917d26eaa797621243e665b70c41933b72ea86b4a386117174584e3538eeb08fdc01adb0904cb8d5ff9d0af85ca418482526b864143df0f496f05636a",
"fonts\/OpenDyslexic-Bold.ttf": "289e7090ff31fe466b52127a82ade1a541c8dca6bd26e364fcf22b7438f91a0f5b8e62d1d92864396957c76b24838269bd4680f52593dac0b258e7f99628dd48",
"fonts\/OpenDyslexic-Bold.woff": "e45df979f4dbd219eb1c1a9b1a947553f0045528dadf32d02d8d64d78e4bc27bd9a6a9a43e45305a2e3e4f5d469d8124a0c181fb0d90b5c8734eb1e0e293b18c",
"fonts\/OpenDyslexic-Regular.otf": "6e9a1e2fc079a9a3da4fa0e140a823c8bea9d39f937640dd4bd4a3c1f90fbf65a6e3218f979e85dc1e73de4f0ed45d78e50a5a55cc10f269430734a7b4451257",
"fonts\/OpenDyslexic-Regular.ttf": "45fec4606e8e640345f3b6a3e380e55c2505deb40e787ced513cead51a34cb4a3e766b04b12204e5e963e4289a3b61377ea65bf3f955038f26a177830ed546a5",
"fonts\/OpenDyslexic-Regular.woff": "36600bf9cd71acf78a4ae8ec772611775ceda19511d55cac088887577062a8f28046c6a930299cfcef3a103b77a01704c0f42b8612c90002fbbc3636307f1252",
"img\/accessibility-dark.svg": "e574d8e8f9c309306923cff0d3b9f13fc13237b020068d927e6f7057a3a5e5e4ef35e97a05b8027f77df546cc4c172166b660587eed9f8aa89842836c6d84266",
"img\/app-dark.svg": "6e365e72db3bc0842a3d872c9d3b359edf61e7757b0799d17d5c5027ee99460a4c354d8378f52a42d99417a84a2fd446dfe6499ccec7a7d5bbed0b2421563f69",
"img\/app.svg": "a03ad6dd32db4a1b9644b37b725ceafb3ed82b47b6f6115d1652655a24ffc96451cf4e91bef09cadf8bdc82909902c0673d1d651ac12858fc66567f87a46fd99",
"img\/background\/anatoly-mikhaltsov-butterfly-wing-scale.jpg": "8c3b325a60a1a9111a98a1131b874191640d58b0a859468823501f84faf14396202ac2d325f4aa43c5a2d6fe920f7dd23e4eb1562b0eab3c39d1f274bbe5d3b6",
"img\/background\/bernard-spragg-new-zealand-fern.jpg": "75dc5f0d163a5db10b2d256a0b0ea48aac068db8401f9b646c4b57aea25db435dd502aa21a8b7e2624e109b37bb06ff7124fc75e657efe8df2c5e77c685f6eaa",
"img\/background\/bernie-cetonia-aurata-take-off-composition.jpg": "38f2d9a4320b0835794f9b474286e5ebe8537fd80e091b4d755f927adfd82ecf34ab13a586c20db5a0f04baaba123ddf3d2f790b9196d7ab1bc12044a31d81fa",
"img\/background\/dejan-krsmanovic-ribbed-red-metal.jpg": "9b0f03bf1c7429480a326482252954e9d6b7a99baaadfe86122f03eb9451691baafbed6476f4ab1ce5de32b86aed141160eee4a2362dc0506f5e0a1cd43347e6",
"img\/background\/eduardo-neves-pedra-azul.jpg": "e196a9a2d5c42e9899f049c9d78f5ef6e734114d027b099413e1b51fdbdfd5dfe0fb0b4369f90d1afda321e1efb44d9e14abda65b691050375b4d1a84eca8ed4",
"img\/background\/european-space-agency-barents-bloom.jpg": "616f41fc55ad3d107fd51e72e1dc1cf46b5471abeded59b3a2d8579376315195dfdc4721d2a418f52777864bc262c2707cdb459ffd067da229cd05580bcb742f",
"img\/background\/hannah-maclean-soft-floral.jpg": "60929cb91ac908fee59d8afe0bd3cbfc306b36e0e7d6d6345c0ec988fc9babfdcdce5a2f17a024b6770123ad5a43bd261d2f70c2bcd9931588ad605ccf8c6ded",
"img\/background\/hannes-fritz-flippity-floppity.jpg": "4bd71e37e6325d6558f1251df6994ed7e6dee0d718d3060b9a16dd4be6473c0b3d49ebeeed87de3331319b8c51069a4cf7f03379aa8001ca9ebd0411ee90768d",
"img\/background\/hannes-fritz-roulette.jpg": "da9e4c7b158b5bb9a9d5abcf5de1ab40edbbf8f47f59daf4978bec12754580c64d4aa7a9c201e9e620a135f02941d73f08c0ed35dfeafb692f6a19f54369ae69",
"img\/background\/hannes-fritz-sea-spray.jpg": "e2e354319f78e152450c4ba8fb7e48a210250511002591adfe446b1927c6c23de696657ce1c7bad2b4f14f211229ffca526cb69a41263ede7d66be857e5985d1",
"img\/background\/kamil-porembinski-clouds.jpg": "238b362f2a4d98746fbed1fb9e9db9eb10130ad37a793184ff91d3d3c2d5ad1ca8b13313b0ba8cbdf95759049d482bbb0b3cf58903bf50cc7723fe0e4d6dff3b",
"img\/background\/lali-masriera-yellow-bricks.jpg": "dde065b10650bc25762e77a3225c8b130ee6e657ac3570d41249304a08e7279861adad8cf31e4c6bda62db6e378067d7a01cd4685a0487f90e2b8934b9d130c3",
"img\/background\/nasa-waxing-crescent-moon.jpg": "38b91ad022adff67c7e9b8b88101337bd62d2b572a3a998393112cf854f4d2132d3c3f1ef297a59d4daa85d64538c5a310725eb81d15e8b01810eb78c3ca42d4",
"img\/background\/preview\/anatoly-mikhaltsov-butterfly-wing-scale.jpg": "1b6079d4faf8a236275cb3544c91bbd7cca139191521768d881f7e2a2e001ed478222bd3ef93c846122c5d4001eea80bf54d328b669d0eda8630ede89bc7e9bb",
"img\/background\/preview\/bernard-spragg-new-zealand-fern.jpg": "213a597e009270438ec227bcea058049857670a634cbc0e4603c5a6c9241b5d141e056a3a4e3e9cbd3f211b90691a1bea4c50dd910e9b2df7e6a45ef24dcc101",
"img\/background\/preview\/bernie-cetonia-aurata-take-off-composition.jpg": "e4be2e497a74d769fd33a82ba8b44c189b53cf76f52d26eb4f22cb503f36e85a534f2fea3aafbb36df050e2b41407e98588adb84217f0e98a3b1472caa6d8f81",
"img\/background\/preview\/dejan-krsmanovic-ribbed-red-metal.jpg": "7829a365658e63d2312159b4cca1b72506bd57782f56dce7e7a716437b6404bcdbfa6385b414cbedca1768144d38945beff61c0f9c79e9eeca5964423e2d2c5c",
"img\/background\/preview\/eduardo-neves-pedra-azul.jpg": "7c2f84603a5912b2e2e05b056c507e771370fb1ed997a124c122837c8cfd8197b8f559bb61795e7f289d52a1ebaa1b4170c1ea07b51f03544a953215b397629c",
"img\/background\/preview\/european-space-agency-barents-bloom.jpg": "ccc35e59d41f34901952b1a3730567937924f7e135bbe0800b85fafd878f640de0914641ed0bd956355372662e9adce0128dd4605b1a9a5b7d602925420c9626",
"img\/background\/preview\/hannah-maclean-soft-floral.jpg": "193da94427879271da0f9f3764278dce67a1ad4f3f842a0365478580ee00e2343f5cc77bc957ea893997fdb2ea021de2709153c7b30d4184a8f1b92cca5d7a36",
"img\/background\/preview\/hannes-fritz-flippity-floppity.jpg": "11cd125b5a7bdc712f788c63ab5a284ffdf8349a92ebd0e5b6c9d2d72a4466436bc1ac7585013c702967230b102e4a3ffe1ae496ac3df5de1f3cda145cd028e8",
"img\/background\/preview\/hannes-fritz-roulette.jpg": "5dfc4ae4b3a89bd7fd0eeee6ff615f93b1aa9f4fb38d0e4c9f2bd4b5b47703793387f6060459890989ff76c3d09e0c05a8dcf1acebe74f48581d06fe16d7837d",
"img\/background\/preview\/hannes-fritz-sea-spray.jpg": "01f8161574c05ae4080e321656be2670ee8207520cb2c543caf059646d40e949c8374381d650895f5775227d00abf6b61e6f6367c83c87055c652f8ad7585638",
"img\/background\/preview\/kamil-porembinski-clouds.jpg": "fe223f4256eef7f98addb448a71e68c2bc3a99f739c0dc96704a936e08c6d9e79518e2bb19a1267b4d7a99b03c893474f86939a5abda7d0820833ed56547002d",
"img\/background\/preview\/lali-masriera-yellow-bricks.jpg": "d036b69fe89c8a91cea7ce21bef641e09bee7a427c05e3019568051a089c9bbac294f6919df06d8f809bc4a9a5bd84536f9eb79a7b69f2edf6f1e18ceff90dcb",
"img\/background\/preview\/nasa-waxing-crescent-moon.jpg": "1879b6f1d56c5cbc8ef8efa198e8fcc7e9a41191953bb11b88745439d9babab3704ab81c3e3dc6c511f9a79903c7404005a256edfd2521a8a1e7286c08e5d829",
"img\/background\/preview\/rawpixel-pink-tapioca-bubbles.jpg": "eb785e7deb6689013da554a11aad55100c97dbadcf016c3536273ed79e661f23cb8f1e5103f59435666c36aa1b8c1b05fb0b21f60edecc329efa2fa0d44c728f",
"img\/background\/preview\/stefanus-martanto-setyo-husodo-underwater-ocean.jpg": "e26bfe17aba1de5d5eb691576be68ac9b137cd6b3d51b85afdcffa93993a25c239004aaf3204c92abe2c4dcdd763a2bd7e859a4ce5525f5e5613e96ceb993080",
"img\/background\/preview\/ted-moravec-morning-fog.jpg": "7c7f0b69f3e5f9bff2de2be3575c6214c430376db2be9f78116389036d457b15d25d4b511835870bda5e70c923b0683ef21fddd34a9a636b39424a66c54c8b9a",
"img\/background\/preview\/tommy-chau-already.jpg": "9fa312bc9c8229ab9ed1f5634e049dfc54b498f5d699cfc5cbb677bd6a4f1598e21fdf5247664d20e98b8a1bfd4f9a4d43b398fffe4316ddc9770296532441a4",
"img\/background\/preview\/tommy-chau-lion-rock-hill.jpg": "72ba51d191efe6aa9df641345a35bcecfa405ee2e05fa42d6573bcae8499d7ea9551751fec125dbeb807a3ffa5b835ce70f92138e4630d79276b59dac3d8eb09",
"img\/background\/preview\/zoltan-voros-rhythm-and-blues.jpg": "30ba37704ccfd54ea2c8bd90442e283c955e06f87d1e922508bfc100a5dc15c4272284f94b0ec68b0bb5b89a1032d606ad94df3e085308b1a278c24004e669d4",
"img\/background\/rawpixel-pink-tapioca-bubbles.jpg": "744672fe0658844c7485f74b77b571f3aa69b820a59c46767b56657cad53c0af14ed89d92ce9183f37bb076292c1fedf44efb7c809c10cfda1df6d527ab467e7",
"img\/background\/stefanus-martanto-setyo-husodo-underwater-ocean.jpg": "5acf7f94d0f5da6ae3eccf0fedbadce7dbf4db6e71f9fa6872944e2d4d6e2f1244ffa05d97856f4f0d01daf9eed07c6c6335e300986bc13b931632d81fbc5c6e",
"img\/background\/ted-moravec-morning-fog.jpg": "44d1f22c730b6ac8d0792c08ea6adda79a4f21e538fd0a7b61c56d363efb09729718e7b3939ebde598a865f49063864243b7f3ff5826d37e3707770f5ac85c2b",
"img\/background\/tommy-chau-already.jpg": "65805270b800c2a2c2cae3482cb41c7fbf5e79cb75b929948c0675d94c3a62b679a2bd2535a700d923ef9e811f08d4a2645e5e7e453d83786e180c2eaea1bfca",
"img\/background\/tommy-chau-lion-rock-hill.jpg": "a7e784bb605128396d0fab41460f1aa6d0c48be6f4be678c019e5b1f2d8185050e33115bb45a70949323620b400f8ca213906939218b5e56b32089f8bb6f5d06",
"img\/background\/zoltan-voros-rhythm-and-blues.jpg": "ecec80c45ca37e9cd6f31ec0b99b8c63961a949d2f053d524d5e3b1a20383fec033e63b6407b4c30bd845beb599d8886b0968ac2f23985c7b1e7528fc0f28f57",
"img\/dark-highcontrast.jpg": "f110d5a482f9639c6b828e8bce2bd5199214e0194fae25c29f59ea41224865ed8d0527c993b6cd608a38f027d2c2b3e9c08aebe87ac5315663425744a14d619d",
"img\/dark.jpg": "b42ee88a41191d25df6052cbee184b9bd6e2c49cce662e3578346e07186bc8b38c7df5d4c10ce726b6b7838dbd796e3a3de873b943a788f4535c4e745f397ab6",
"img\/default-source.svg": "f0c877bc2f377ef98fa3694602046afe82218aeb95e80439fcefb8350cda4aadd6ae36592b895856725ea49e0228ff74dd3ec31c725bcd815f57e5d1cdbcadd4",
"img\/default.jpg": "cfe5b13871204ecaee7d080ddeb34d5122a2d53675769f9414ea8890c16a01e80c50270c42d35631889ebf7a30ab804e9a6ae44c89e52169f3d9a1fe0dc4159b",
"img\/light-highcontrast.jpg": "5b2dd4f5da37fc500c03f9f5f1d8caee9d26cad0e3f7b3740bbedd70967127d9bbe2cde851d9823e23ae55305ceb617b16ac6b9b09b5c169ec302c1da2940f96",
"img\/light.jpg": "23922de16894f3293910fdc2b31e6553f98d545b7abe98fc3e7b1291095d1e44a4b12617c1b601625444b3ba40cfc7176f38a55e72f24dda9eaf8017fab9ebc1",
"img\/opendyslexic.jpg": "0bd5e48e5473929607e5a05f61668bb46c3febd767c453e117d158a55ffe4d862dd70579a2cbdffe8855f916e0cd7efc409aa7ec325a699cd78048368b5adbed",
"js\/theming.js": "475648150e3a144444dab1f8e37eaa97e78aa810ae238308a5e49a84d187a28bc4e81cde24f0858edcd1c2be71f929000c9faf7bdbfcd96fae2accdc4cc32922",
"l10n\/af.js": "c5a3d3fcaf26e6963617221ab57d743d23fb2096e513d95951a018f23bd7c8ec511c35f4e9490d8862cf2ce568853e82289fe8fec61321b1d91ef0471c78a31d",
"l10n\/af.json": "808013703b30efcfad8f9b7fc5ea7b8a008db4de05c2f286d61149bebadb993eb4dd036037430746e8c93e7f90164a293241e74cdef9e485b68453a603c78a8a",
"l10n\/ar.js": "baf4101854fd32461aad28d78d022e697b795f40cb196dfc6008b07f3d9a199bd37cb1c3c74f49432c633f5774e1593e46b721e801cb36da5ff62485447e7b3e",
"l10n\/ar.json": "840b0c554ce36db10f99fb5d7c3e23c54aff2f3568f620fa33bdbe224f6950e7af2258a0bc4528be5b0e7089db16d711ea3f99adb96ccb96f7462a52cb6f4f6d",
"l10n\/ast.js": "8a51dac01a793b61368e74bfb5d6d896432684a9a4dbd52ce98f562587d0029102aa97e89225e66cf1c083bb06eb15976f5f5c0d61f3609ab8d90784f62e2849",
"l10n\/ast.json": "d864e8c70bc10961cf9bd8e6da0f2d174792ab40252bbf9ea4f118dd6f225a78702afcfd8d9b3f49116a83996a7ed3fb8fc4f0c8a55be87ef62e9a433075bee3",
"l10n\/bg.js": "d52ce8c4c0653ce6e69fc7082ca62592b4b9e1b169729306377c58983f14403d6f72f6afcfc6071dc7a444b545119c44cad75b1f40d3989560a2762991b46ca1",
"l10n\/bg.json": "92f7106b4ca3d904c3ae6f4eeba4533ed341d0be3b89b5c94166db0c88d03d040ea634b5efc2c9f4489732c656e9072e77c2c46f149d851b8932706652ab5a70",
"l10n\/ca.js": "620787ad40e8ace56212510cc141799d92c685602e87f130ab0da9a359919a5150037c7df1cc69667d47eb1bae4916282201f21109184e098e0784d4104b5aae",
"l10n\/ca.json": "2192c192593ecabfdf22f4362e947ef360a34cb5306b095a61a17c183eb90aa0af23fc81025293fb21e339459ae5c3a66a31650513a32559bc0ad4d56ae933eb",
"l10n\/cs.js": "5922f53bac4c6980cb0db212b49c889d267a266fddc300d189c706bc67122928630ca6665f76c5411b50d0d37a4f363024d303b98540a6dac0179b5d151efede",
"l10n\/cs.json": "e2c15993ea47442b7235d2b1da27e14fe2804a33bc6c367c09a27cd02cdf0955791c7f548abf369c34e73e67924e7ba672775224a6af7d188c3992c029a5c7e5",
"l10n\/da.js": "220f2f40c1898d6f8da297420054a4f4f070f529d85c6e05b90b6b75955b167d48e31aff725324c2c254480a85faf8ed791471f1781ab5aa1cb91201b59b8d43",
"l10n\/da.json": "a213f7056e22ce03de485c852834ac2c0add476d27dca30ab960d686be6b59c1477687fc4a206e22a5321d0d958da25bed65df3e6d424bd7c3284a2a2371d941",
"l10n\/de.js": "1ec2e927682357261727b6c601e8aa1993a1385a592071732c983ff3b5b8bdcbe7b80ffddcb8c4e494c48c6ff372895a196aecd443bd71ad138daf187fbb1810",
"l10n\/de.json": "763e73e7dd03d5a11e6f95237ae0f5dc6dac51eaf975d04fdcd6f0cf8ee944d9c18b026fadbfa046828e6f4c75b89352578f8a49cc4ac13ccccbf933b722baf5",
"l10n\/de_DE.js": "19c583bf3470604b8c92fc2a031ab084d09a6e50692d4a219d7a8442af58daff3deb6e26cd195d7d541d8262914347eedea2c5a91e726c45707a801bd9034865",
"l10n\/de_DE.json": "f9fc5def167f41c77aaf987529248b1613edec9e6baf3fdf2395bf24fdbe0ceb1399d371b30ae576db0e75dbd6dca869841b52b2691d549b262ca8595286aa6a",
"l10n\/el.js": "027e37f8ceb6fb4f1ad4dfbe4b417fb038972345c465c52b0c17977af4d607a53e67398ba2977225f65699a83b8ac3b883a2d2ff796e6e7f04ce3e76891a481f",
"l10n\/el.json": "57f747f6253f0fa5c959f71ed5cb65af8ecf4f9c42cf4d2d915c4a7f869e04cb0ffee11c90b20e5868d9e6a3a1090df46ca42c5c8b2756f47d12760e87557e65",
"l10n\/en_GB.js": "520940f797b432d756ca40b602a312455b5c466db025bafa275ccedad171c46ffed504342a5d6df2d629efe49e6c9110bb234fdd310652a9f77d21852091b202",
"l10n\/en_GB.json": "a22a6226f2948e55a6d52b249b5a10f5ba8b05d415b87d16ddf274c6465a169f8487054f92d5b73d9b853341a51d086ec4e8fbfceeca2aa7b1b6682cd0030b4e",
"l10n\/eo.js": "bc85d6ee3b760b14c8432648bf84617cef04e398f90f05c99d81600d5d514cd3154ed438466654c16219f1e5f1683b121f4778833b0dd7c3c0f69653b7de63e9",
"l10n\/eo.json": "f4508c7feb63587de542616b4a59dafc563d121bbfa26ae3b4e497e07b92e474061d71266e39092fdcdfba6a1f811059093be654c863a6f9cccf045ce267eb8e",
"l10n\/es.js": "6c0df0e650e22f21c26831ba8c5c94a3cae5ec132012cd672b515d2978f2ad6057eedf4923e226be7b73ba7c37dee8aa60c46145b7e61be2cde145623172722a",
"l10n\/es.json": "886f2d3a8ae3c28fad7b27fe55f3004fbddce8fd7aa631815f71461eb0e39d43e72abf773853a5ddbe52391aed46835f6291de8b532c96a60ce25b89a425a598",
"l10n\/es_419.js": "844bfddc476ac931e3a7c1a78d32d677cbd7047e11f13bcf050b02005e7ed19dcc0d15ba96b28e532f519a7e4ce3a976055714c770a4fa9bcd0f899aa707aba1",
"l10n\/es_419.json": "59d0631ad36466eb0d8d18004cb97efa63bdfdf34284ed7ae0f42e74012738ec34af0d86319d1a7510415f87f9a4fdbb5ce2b4965f9eb5a95163873442e3c1ed",
"l10n\/es_AR.js": "a03160828702955349e080bbc852740d249eab540de58d0d6eac72cd18b53a8ec4b8f09921d8c38b228938ae6658b9a651e1c798ef54a81a6e73fabdeebf7d59",
"l10n\/es_AR.json": "ba708f2778e0a019b0e9f68f1b33a2f021267c94770b882a386c15bacee969dde8bf41ce440717a24912dda18e36f7b3b6ae51f6f62f2032242bbe7ffb826fe4",
"l10n\/es_CL.js": "0f4377d0949de1a2040e47539b563609d908a1676b8cfab6f91f31c82059d587a7dbd62162226317f84e122d3e8c5737ca900ef8bf2eca1c4f3a045c624c63d7",
"l10n\/es_CL.json": "4fc051b8b6efe6204bebf041a5d816a72c3c4b815ed3d8edf00215535a39890f5bf2b1978550f4c2c04eca3982bc4ba7306d10e6f872371d7c59fcb267267b84",
"l10n\/es_CO.js": "5cea887b830df823e14dc370e0a43e2ecd6b1ac16fc31acc6f6489886fa7519121128ed87b86622111a2d643bad233f146e5de2ea358e0fe1b6c86f102f640e4",
"l10n\/es_CO.json": "f8ec2ec3d27ced42ea09ed12757fd47f2bcf304ad4d7e4497cc9afcd0bc679a4b3df4f86768db70f1a2f136ed3a5b0d990a3318fdaf890c3cebd268c7df2f5c7",
"l10n\/es_CR.js": "b7a8edd0b20720b943a72bb4130f9dde20928005ab74d9258a34bdaffe4255ebd3714735fe0c067356d19cf9f9c099057062e9455826b3a93bf9233c22515cea",
"l10n\/es_CR.json": "e59e94a87699ea28aa45872fafbed223dfaaa0df7ff3fbebd99b3c01e4da7fd78fa484ae78e89a83b915b059ac04fb6fea0e0966037d3a5d60b2c8c56477fa23",
"l10n\/es_DO.js": "04028573adbd6957c5e0d2480a248ae88675bad9b14c3a7f0fc8467611045376d42918c2ab86cc29de6d044d6615011df8c1d438f7d2237a080a9861b3e38569",
"l10n\/es_DO.json": "a622241a5a10358b3b00d738c339a0693a1c321d01bdb62ddfc8eaa291ace7b1a87427a9360f0ac050185ba633f9014771b1ac81286f25e70a544b6f7980d5df",
"l10n\/es_EC.js": "c854d685bf151850b2c0882c91747e9fc5c09f2a675850c901920ad28f937a244f056b34d3a4adea4970de2e9dc5b6a8a995adde192579b23ac2b4b0b2c7e21d",
"l10n\/es_EC.json": "5871c160734d783ef91b6c897922a580486202d748cf4626e9e00ff0c75e872d7adc13459eaf3d387e8df16d814fe7b5f5c4ce31f5a44991083ac79577bc36a1",
"l10n\/es_GT.js": "6a974155d1b8b95271c8452f24d0db92a664a803bec610ec076283d3fafbe732c3298f8a591ced17c198e5998c72ec7920f574e39f375a8a010cc09db63bd490",
"l10n\/es_GT.json": "40f79a8a256e114fdead4e0e79a7c0f9103d9cd4b484f743e55832c60184b408d4ef6161096110884968d5fb3724eb8c075bab603acd784ee6b8186ab8375b6c",
"l10n\/es_HN.js": "b46063387c531b978f04e3ef2c8735a3fe658c1aabca42290bb87ddeabdc931397f1804ee3d51acb855420b74d753a85754df85e3abbd8c3079446f70f159b27",
"l10n\/es_HN.json": "bb829b37657d769420b27e935ee425f6bb6fc9c4ecdae4527d0d20201e4bca9483c0d35bbd7d6fd707555c8984d2b19bce332cf53261365ecab101109fa19dbb",
"l10n\/es_MX.js": "ee02fc91ff3f04cd19a125a4433d8d2fd12d950f3e220ea56285ec176d56e3937ee70c15efbda0c8a36ec975e86a86f423bb1a0cc30d6e25c12d70201238608a",
"l10n\/es_MX.json": "b8dd54ea75bbc35307c1fd91926f3c06c064d02e648fe30ecdc1e1ba7d337717a18f1c9b42fb143f72e6742e3359055390775850dfb148f7d7f828f8908ef51b",
"l10n\/es_NI.js": "b46063387c531b978f04e3ef2c8735a3fe658c1aabca42290bb87ddeabdc931397f1804ee3d51acb855420b74d753a85754df85e3abbd8c3079446f70f159b27",
"l10n\/es_NI.json": "bb829b37657d769420b27e935ee425f6bb6fc9c4ecdae4527d0d20201e4bca9483c0d35bbd7d6fd707555c8984d2b19bce332cf53261365ecab101109fa19dbb",
"l10n\/es_PA.js": "b46063387c531b978f04e3ef2c8735a3fe658c1aabca42290bb87ddeabdc931397f1804ee3d51acb855420b74d753a85754df85e3abbd8c3079446f70f159b27",
"l10n\/es_PA.json": "bb829b37657d769420b27e935ee425f6bb6fc9c4ecdae4527d0d20201e4bca9483c0d35bbd7d6fd707555c8984d2b19bce332cf53261365ecab101109fa19dbb",
"l10n\/es_PE.js": "b46063387c531b978f04e3ef2c8735a3fe658c1aabca42290bb87ddeabdc931397f1804ee3d51acb855420b74d753a85754df85e3abbd8c3079446f70f159b27",
"l10n\/es_PE.json": "bb829b37657d769420b27e935ee425f6bb6fc9c4ecdae4527d0d20201e4bca9483c0d35bbd7d6fd707555c8984d2b19bce332cf53261365ecab101109fa19dbb",
"l10n\/es_PR.js": "b46063387c531b978f04e3ef2c8735a3fe658c1aabca42290bb87ddeabdc931397f1804ee3d51acb855420b74d753a85754df85e3abbd8c3079446f70f159b27",
"l10n\/es_PR.json": "bb829b37657d769420b27e935ee425f6bb6fc9c4ecdae4527d0d20201e4bca9483c0d35bbd7d6fd707555c8984d2b19bce332cf53261365ecab101109fa19dbb",
"l10n\/es_PY.js": "b46063387c531b978f04e3ef2c8735a3fe658c1aabca42290bb87ddeabdc931397f1804ee3d51acb855420b74d753a85754df85e3abbd8c3079446f70f159b27",
"l10n\/es_PY.json": "bb829b37657d769420b27e935ee425f6bb6fc9c4ecdae4527d0d20201e4bca9483c0d35bbd7d6fd707555c8984d2b19bce332cf53261365ecab101109fa19dbb",
"l10n\/es_SV.js": "8f712f944096dab2be85518a37ff6b37b3c92febcc556d0ac3e036d1bd664729f6b68de82b9ed9ff49a6e6431d453d95bc2084c5fcd6ac7e55da7990035014d3",
"l10n\/es_SV.json": "dc925a1d6e845c2657c1b4a989acf939511dd53ac3723646fbcc1458010f04a8d992595474dcc934c16225fa50b47e715c99b3dad018d2c7da38775cc8062261",
"l10n\/es_UY.js": "b46063387c531b978f04e3ef2c8735a3fe658c1aabca42290bb87ddeabdc931397f1804ee3d51acb855420b74d753a85754df85e3abbd8c3079446f70f159b27",
"l10n\/es_UY.json": "bb829b37657d769420b27e935ee425f6bb6fc9c4ecdae4527d0d20201e4bca9483c0d35bbd7d6fd707555c8984d2b19bce332cf53261365ecab101109fa19dbb",
"l10n\/et_EE.js": "7e75ed0fe5f537414aff8623ed24461b484372c638deee57469e6be358b38f0e0b4a3b28c93bda4b03d4afcd13ca63aa4b388bc83f571d192365b8cbbf4dc6af",
"l10n\/et_EE.json": "5c282e1b6eafcb2cd0b0043fec7db02602a2b0ad273f3fb7e9c4ee5869e7bfb980ee2ca96c94b3ffe34f64ae8e83eecc2dfa21465b7960cd5bfea5fef6be6a46",
"l10n\/eu.js": "cfd4f5ffae3a1e79329485140c8dcacf5ccdce3f52be2519accabb750caf4e51c1117028cf73d1ef2687f9115c169a34df8ef6a8a0160bde04ff65e537aa4d9a",
"l10n\/eu.json": "35a74aec7055df004c9823bf9d5a2fa9d1f2eab2d475057d1bbcc245a6038d41ad9ab6af1c50a098255e0a5ce27aa5bdf7dbb41af8cd614380610829d84a810e",
"l10n\/fa.js": "a1b2fc55c966e80cbafe4fc291d97d4f1973f21803dacfe77cec18767176bc7b9694b165d7a85a5d47f55031a3340bd155d5dbcaa480c3652292a9f93ddc8ea0",
"l10n\/fa.json": "f12e8914bc89c23c701ef5f352486299257153a76a551b6dd70c839648e14bf452b62d7726733746953e26d8aea7501946ac55b9033b314d55168d60ef58da5f",
"l10n\/fi.js": "462b6915707e1a48a12addb048f96e246e5e315f73015ab7ccde7bc08f402300ce8f71e6e1441e641907371baac3f50a1fe509d266c12a449c4d2d0272030a86",
"l10n\/fi.json": "83df11d3b65b23272d8a43f71cd592fc227385b27bed56aeabd5999b82b7d537232ea03c0e37728e14077b795aa2f9898af2710e42fe9f518017e63a8810b777",
"l10n\/fr.js": "55bae9b5037918261f07c09be6e3f2fe9835ee921143c39aab117a15ca00d02d3ff852f32400e0a45cabf5904bcfb6fa1e0588954714d3ea0ea64cf6ef00557d",
"l10n\/fr.json": "54d1018a5e929410bd2c5dde728a5010f9f94ba6e6f27634908f507b5080ee520f904a96ad21d83f1679d44c8c885372f33b08e6c9e7bcbfbcb54536a850d71e",
"l10n\/gl.js": "ded84c857439290043595ccd9ad24ef2d15cb68fc032f618921addd69de46f90efb48a78910f139cf732ebfb52c4844e5c227641a15aec584be870ed82ac4b5d",
"l10n\/gl.json": "fa642583d4de965364cd701a7378e86082af2887a135fa5e3b409da38dca3defcdff4bc78a24a3a68f02269ec05c36a56e577ba4310b02b7f3b7199215db579d",
"l10n\/he.js": "56c96d9fc7503674c4235d9da59faba54ec0af97b8e1b06800cd87ed23952533b55c937b7a968f89657209c9a028c31379761b94407cfbd1a9d4d09be55f0f4f",
"l10n\/he.json": "a1b804236c07c130b67fa6b63bc1df5cbf92457d5c66f2bfcfa06e17c96cffbf3e456ef01c3958f14cb8e2f2225bf2de8ec27e99a2da509c6a2baf50fb13cfe3",
"l10n\/hr.js": "a6db1fdc4cc932bc06368eec3fb07c800365a59bd6a2a1d211508a6f0131f48818bbafa64ba970e67e73bcf59ba3755337ead16ed4752daa84c8af40bcdda3ac",
"l10n\/hr.json": "11bc4ee751619376980ba4753cb983040242db9e65e7ecfa35d193c8221466f3b69cfb0712d2cc0695f4a49a364775ed542808107d835aa79682a00efa3871f0",
"l10n\/hu.js": "157996949c68fdc1295ec0edf1d47fb7be97412d942c335083bebb338be7f85409b3255a6212e2c69fb8adf97d700695b4cea83b2b0e5cd717e603c0ff99bb97",
"l10n\/hu.json": "37e48c830d2efd06d7830b7fc98b6b7492abb7c00f2c446b981f11e9dfd2f0638f27c909461a68be02f41d04aa1cd28039b9c15bfeacc41bf098ffd9aaab749a",
"l10n\/id.js": "fbdff4a1454dc0798954c30da93fbe00b1113d64e81d6236c103a6f67cbdbbf3749cdc1e64f3ea850887718304f98eb3d3729163818ce08f1897c2bb3484a85d",
"l10n\/id.json": "28020065463a649e7f3d55b62f10cc1bd564972579b7aa3e6f53f8eb21d2ffa553a6298aeadb1af7fa1e87339a817ad7e61a240dcbfcda8e9471297e859b1bbe",
"l10n\/is.js": "7d9dbc1ce2e2ffd406d21b6190be12230604cef338a2f9e49c76dfb0de2837838e11eb63be0670e7a3cbb9af708da57209fe5c59d6319f8dcb7931c1a0679c51",
"l10n\/is.json": "1598295e6cf828a9f39f54aa344498141b4ca3e1e3708a20ee2b65a3887efe9faf2de462fe56c4fa2404b20acacf791dc0b31ca3037500046af8bbcf85b76c49",
"l10n\/it.js": "0d473ae27d064d145312cfbbb58bf46c357ee271947b211b0c8639940c3011d2a3dc95efa1f1c42ce203982ddfd5b3e9e9ad687c6ff04650d1fed86f0d625c59",
"l10n\/it.json": "d96da916f866a883d50456f70c8afc39a6588dc0b7d1d27ba26986a20ba57045dd02c6447ea85265df43b3c83ef391630611493597390f4e79e151caab33b517",
"l10n\/ja.js": "f6049064be04d1c859bf2a64b86f0291ec72bb3a909c7d17e5513d5d377d29e6e3eae08926f8cae16e8e91f3f2c613e9e4df04070b33f80586cbce87d0ba2cb5",
"l10n\/ja.json": "e20065141a23d8b5eb5df32f2bd999344e993d8a51743b320274aa0b0cec2d042c71d0855fbefe0835c2c7174ee0608c51e048dbfa302032b685b0166a24bf3f",
"l10n\/ka.js": "6fd2c9b9c6220856a036920a098f3a4527e0b64c1e3215e9a08967663fd6040bff5d5092471b996a638c7ea84d117f23c7c9d3578d5637f529da28ec18e94063",
"l10n\/ka.json": "68311ff299cfe49106160577ab6a5b67e1c5e983e5b9f5fadc953730fb7e9eb12a9b79ca17ed6126793e18a9b0448d78dac8ecfeac2e2dfe43d825dfa0c6cd84",
"l10n\/ka_GE.js": "1771878e41e506710dfe1eac83571487c1ef2d74146edd8d8a0107b8f8e8db0039ad96fcef5092da9799dac976f2cfe0df52e8b298b8bb64adb7b3cca05465bd",
"l10n\/ka_GE.json": "b90cfa5e263c8803525bf6b4044a46bf1f69e78bfd98d59f564b9363c24b721a9cea8201a558febfbc793276234f5e8b9506d1537802c34a06651ba48612bd21",
"l10n\/ko.js": "de84c1c1c8c3a0e8de9ea789ee1ae41bddb734f9af38d8e5fedf4d9d94e82de5d411a3e57d4287c49d493af1cfefe3afc61ca702115179018b1aff7d81fd3652",
"l10n\/ko.json": "70c40cb5ed36a3230f386bbf4558d02e4a3fbe37235bedcd39257bd4d9acd381f7ee24fa2a24ed3e7d4c3f77a9a27226d97631a424f47a221731a48310b0d9c7",
"l10n\/lt_LT.js": "981dda276a99f10834a7651392df71bfdf39e202b930ec848ec4b2e20c3ccd5f24ea6d6532798b32aec72e2029bdb19d60065992502d2d425ae37b4c76ff5fd8",
"l10n\/lt_LT.json": "a0291fa3d09c264d4f2e6ab8c427e71a94c749975d7c5595d6631a18138c1e96b0faaacef8b1874f8b8823ab77ebd5396625969a8d27afe2424a9f51fce2de6b",
"l10n\/lv.js": "a80c6168f5321c429ef36d786ddd2373e3c55aad2db6592040b4545d1cfd79899663fff5a93b6a0a2856ce361dee2fafcd216a221f4db82a325a9dda2ef9fc9c",
"l10n\/lv.json": "4d67a2c0fa211d574291d45e3f5727e748e4770144226dbccde0be7d6b850b1eefc35772e6ac05599cae3282f119f952a6687b828b7f687089e252377c538338",
"l10n\/mk.js": "b38b08b634789a779009f09fb7e3db84bce0b093aae97dea303787f1cd146ae65b674fa9002bf42f6e015010f41bca62a700741d5de26daa0ed2aee3e6806edd",
"l10n\/mk.json": "b34b585a9848281ecce2d3cf8840f6e04d9ee04d39c5a1f314fb7992f93d69d3aa6d651a7698a9c9cdd036a86a3ef439c52ba77766b54fda9c688f9eecbb528a",
"l10n\/mn.js": "35676fa0ff0606610016ec03f0d0395a558061c5adb82b2b331206ced68f9a93c1827259e8909db0abbb33fe6cf2c8f044758a8ba6a35b4fd3da2b0f0955e333",
"l10n\/mn.json": "74870e1ce8801ff8dd1f55ab2504ace8434f286adcde32e87cef69c33ce3637ff933e9dc54ba9789ecb004ebb721536a83f398c2aea7e1494d69d9c92c142841",
"l10n\/nb.js": "28c66289a648d7b1f3abf639a21fcfe8faa3e9eead4f816bfa90a3dd2fd75e0c86ec80c207eca55e525ccc473ec26ef4fc680a35ddadf78fc3a6f2b3afda9294",
"l10n\/nb.json": "d452070bcd35e578ac236e4bcd39b8d4abe584401f4bbd6ddb17baf86389e5e0be9e3b241906544a0f19944de67137d3f256f02322c5cea98a66136fdf7276d9",
"l10n\/nl.js": "6685a754f8228eee2d57a285d33a11c6c65e14507ca34665d33e3f672ae814aa91d9e8eec956e45a46a2558e3dfae1a7b48ec11b07875a2e8a1ddf825c728385",
"l10n\/nl.json": "9b1579e716bb83f34a76509e1e9968be798c35fb4e93864c40bc0033505aa3c77c70bf858ff5094f16271ed4d6a00f5e9f615dde4b4c1d39f7fa7b5392f9dba3",
"l10n\/pl.js": "6723cd0ae6bae5873269ab00d0ba532a75438d5c72e6e674d4b895aae53144acc0a70085b105e42eb2d143188570d1ce99bde3c2c2f1502e53fb3e96e87e1bc1",
"l10n\/pl.json": "c1e9dd60728e9a2ecacc9768f7cf025d00de8761f453a515a50123abd52eefdc74316aafd7030b188805cd46874eccd14431ec5c5bdfbf381cfed6deea9a40f8",
"l10n\/pt_BR.js": "752b83fe3ceb46fed37d7e4826ed57fbb77655c8e4666fdf366af1d1330a58d09b7c407ac4cf8bebcb7e53a41f89957b4fb1eb32fe247a26bc653ea28f42396e",
"l10n\/pt_BR.json": "d296d54c48a7ad466202bfb8c64cb60cde474fb90d6f9cfee6056a7f811c0ffce65830fbc00fa9e03e415f4d85a9816d8e29b9f9c02aad39c1cde16dc8805102",
"l10n\/pt_PT.js": "bca6b08bbf9bd98569dfce6e33167bdb2b8f30989fc12a5f1f17108cde866ab4cfa341948e49860c53e51efd61e123bb83ad709b99092b215e9f6049b7958d93",
"l10n\/pt_PT.json": "881c9e5b6bdecf8610703b0d705d942af5d9e97400d1778595d0e3db6d2f68a6ea25d6467c213291667fe0c3475420f4e0eaa90e97967762d9b6f0573804f0f4",
"l10n\/ru.js": "65a9e10cc043bf15066669174fd350e8baf04c7a625e41b96a6066797c5b44be84482298988e9e4700e50616d9c1fc260722b03382c3f179be3c11393d2d3227",
"l10n\/ru.json": "45a35fbd6c099636e7e194203454f29109f65c2db6c6c0aefa3603587e2f1b841496443337a8ca02fa4fc6d76c10d48a1984c1a16ed1b497195652200f045f8b",
"l10n\/sc.js": "098929afe515c00e32f88f0397b5c8b7dcf5c66811a3182acfc6dd05b70e6fc23199e606ff79deb3db52099fb1cb36b0286581dab7f8c47697ccc60b72f92780",
"l10n\/sc.json": "a66725f7d065327c954713298666bd3cff0aa527ba704e0a95b66ba78b9c6c4d761780281ab1b7e57131660e265be370bd7eae19bd74dd842c3c0051d452c866",
"l10n\/sk.js": "24334c14482478d553014567cd0c60439b255de2009c9d9a9df2cfdc84252ad747a0ff06f3d96fea864fc7bce75f2543731afbe51a8d613199aad15f1992d652",
"l10n\/sk.json": "14ab134650cf5bfdc1a373674f4243d280ebeaf5f524778ff6a980ce30a3d5f79cd3de42a05e6321f92bb6b9c660ec15591e5621142233d594dcae9963604420",
"l10n\/sl.js": "ba9c6f573371dca177eb1f3a54e7a03de5d58b798c6e3a19fce3ab2ba8a92d88556c6d410b89d0bd4602afd7f3f5c7841b69c85feb341e789f25b71aa365d00e",
"l10n\/sl.json": "6859d6c80dd545b15c166d9ba0115395566a52cd1128f514feac842096f6ea51caf3d97518b34ba9d7411a2853ee32cfc8bf05f46d7edd877fd932359ed300b5",
"l10n\/sq.js": "9cd9d283aa74b452fc041fb3481790ddc8c1d4afa7cf65689c402371495a71c0072a3642059ae4661898121f9cca0efbeaa8c39fd8b85b3a7f828f3bf8b6db5e",
"l10n\/sq.json": "27a17a4e5bf9472aeb4817a2de693a41ad008db2e0c32a43484592d5b413060340a3501bc8c1e466f9a95f69eef83bf5eaf87397c90b2dad60b65b0ca272a464",
"l10n\/sr.js": "d1b9b102c1f861c82fb59e2c5ee86ec0027d7cef186242b6e172a100d170ee53b03d6c251e7ba67d26d8445cc4e4e55753c1fa8a80180c57958fcf1091bb8acc",
"l10n\/sr.json": "10bb020356d6720456ef88afa8ec3a0cc5d7deb58536a43d9c3c7e8fbd1d8cb283e9ffc89aa50615fb34dc7edd69aa4b067345dc21b9ec61420a908f335e3fd8",
"l10n\/sv.js": "6c8ff0a29faadd57e4906b71aa5c8cd5a147a2db9ed54c53da03402c98930b1017c76935a6e9bca6f3ea50ef3cb3234b8013a1920343ef428fbac66098e88054",
"l10n\/sv.json": "a238d77615e119784a1f30e58d77ad459066541346e6a2429c4dfcb5da4b1f2e20b56fc7c1352d2b8f1fe283eb4516612908bc04309c79cd2981946c375d6f3a",
"l10n\/tr.js": "4a9ba790101d708b7c1a85b2b90a5da8fe6fff40f2693a38facdec472d6350fac66b66bc02d15d29e7fc2baacbf0946ddcf80dd359de98de6afb919e207bc0da",
"l10n\/tr.json": "ae397cc16aa699aef11f6c65306202ceec6e04c7febcf94173e8b90637a7535510c6988925488de3f55207a0d31dc9b3d2f08990b3838d34d5ea7507c6b5d287",
"l10n\/uk.js": "242018a1ee905fe2c0c3ed292218d5f418ac2556be18b0ba4ad802172b5ef6e03632f9232ece19105c440a80c7bbae917d9f29e2314104a11bd882af41b8f402",
"l10n\/uk.json": "18584a5d45e5c9613ce118486f0068914ad75d62fdf7b9fd631c1e6125b3db7da83b60e2ecf15acfac17fdca31e57db0f486851d2772f8a2a859f4a45b739f95",
"l10n\/vi.js": "abfe0d31de3fc8d92b4ebd2806b34cbbaf71ea50d3f465400cb79d0d99edf1833543f36e1e6a4a588c0eaceb92fabf38c553b81867f59a48bb7478378f22f9f7",
"l10n\/vi.json": "395a6986354aa42cdcf5a90665d7315c98c3bfa34b521f6bf4b641396dbc6cf2bde697cc72684b5ccf645ac46b52c725d92f2db0015a9ab931fea4b6525aeaff",
"l10n\/zh_CN.js": "ba46074e65e00f561c1823d2d4093b9002223c243da586a8e80e029507523da0b6c8b0a4240e7a818d242cf2bdd195e30143726f0a88217705ecea2343c0e417",
"l10n\/zh_CN.json": "fa3aeda3f52a887b09f55c9bbfd9a14964ab14f9a8368ec237401121cda28c24a23d49684c47564a43fe4641621e4534754a121d8bc5eec0503343780ca3a3a4",
"l10n\/zh_HK.js": "235f7c4afe82414264054734f08dc2b98aea7cd108bac0b7bb2b95a75f6b0c414dff26463d10a72269b8e5c4cba9feb7554f1c2ed166d0442e9fdc97f37e8486",
"l10n\/zh_HK.json": "23d2fb939ec49120192127c15fbb7f24a0c89776e7059a9e063ee0e9b0618c7c10b2b8b2641a00efe57d2d8ef35dd262b2b1bc561e32eec3b2f2e779536c2b8a",
"l10n\/zh_TW.js": "7794b2a2b84a91a5aa3718294fcb334365ade5c6bea5f041b2053327bb54b002336915214abce65f9c4b47f31b331d97668598e04fbf38444a41f3bddc4fd6c2",
"l10n\/zh_TW.json": "f9a8bd251707b0f86f6bbb7cca5d953fffc7b51bb99c615556398bb10c989c8909175f9efafa5fbbcd036900123eeba84542d9ed41e0b0503e1de386ea33aa16",
"lib\/AppInfo\/Application.php": "c305bda2cd14fac403f0d5ddd58a4e5ad16339b2daf62868eb13158b05a914e92e99c9614215a1d8e2d42f0733ebb10ffcb15c2c7afa8fef05185a4d36497079",
"lib\/Capabilities.php": "c31aed10ac3db19d1eb0bff8b936bf04b917f22f0bb60f461d1829a62561b33070266c57a5e4c98b97842e4a1e7bfce98c60ded989f1bfd0c446b597baa55dde",
"lib\/Command\/UpdateConfig.php": "199feef7e58021355a6717ce3985169cc108bdac0953034781ea09adc541c718f2b22c77871e3f117f25dd8091bce27c2bf56da02a2f2fd62be48828223ddea3",
"lib\/Controller\/IconController.php": "aa4f3eb577727e305b86d7089d7315c265273b2fd14412a6cafbe66854d92b2f2f8d5bca0f15098020332e730d77eec9ea85accf349542fb5840c9eeccabdd00",
"lib\/Controller\/ThemingController.php": "b3006a29b4441d4ffc9f1c98543ada4088aed16fbf03d8d96a72a9da8c676c9b88b30e4ea2117c850ea45803ed4c0ab1b2d743b355ef9a70a71254f286177983",
"lib\/Controller\/UserThemeController.php": "3a6e5e92c894fb708d9b15544314aa108ce96758e7ddf7ebcbb3016d1ec5f9a4ab6d304453c166bc628c3fa6320d112daebfd3f83ad8ca65010130031cb8d227",
"lib\/ITheme.php": "010156c5cbf3da3dbfd601506ebc140538f9094bfe7416ec6deff43242c461d0ad6fedd754495fbc69f264c4193c267040fedc6f72c03d8604f596038211f56b",
"lib\/IconBuilder.php": "4f7f567d6301d5223beba043b85b47c10ae10a65b0f774c76384da2b329cdecddf14c93145d8eddb5fd8a0164a4584fd08cb15863816a3943ee01517268411d4",
"lib\/ImageManager.php": "978acc26d415287ea9495eb8eb40397a2d5609c3f6b6df283d000fbf3065960041b17881baa283d46f96bf9ab9cccb8b570ce4aeb1708261fe2c11a678b5524b",
"lib\/Jobs\/MigrateBackgroundImages.php": "445fbbc90f847cacb9705dac4d80e31c0ffca14ff57c47c9b623680ca744c34bc43a762c2b572b4ba16754898cec606fd5a1a4bf3c2d6098374118ce7536fc5a",
"lib\/Listener\/BeforePreferenceListener.php": "6ef7a2b7d7b0b7429114b428bdff3f02df36559afe0a1b59cd954b37b44e4c6e9bdc30e67640dd6f65327166c8be6f57d5f2233a972c12c91e6a373288af6e4c",
"lib\/Listener\/BeforeTemplateRenderedListener.php": "2a8fec57535acb3dcc5c174b9c56ed5556ab98ea52a67f382b219b3c31782217cbd1d24fa624bcdece4faa2f1b768542305cc5abeab9e81bbfffb56d015c47f5",
"lib\/Migration\/InitBackgroundImagesMigration.php": "6a3c7dd9f478ffab71486024b4ab18461307574fe5c4f51a8fa07346d419a4630d0371ec1c2cc6b9585798cd2984eb2cb6e29577e7f1290b680aac647e8185f7",
"lib\/ResponseDefinitions.php": "9182de7e79f92624cb705cfeba029f776922d33eea814679f3aaaaa14139674036adb0cedeb11ecd54507dd01608d39adffbf069bbd9a647c8f33c9a0300dc48",
"lib\/Service\/BackgroundService.php": "12edbb8793da7a2bcbeeee7c34e5ec7ec54238cd36399059241ddcfb555fece78fd388127ae3daba5e9163ab63640edd31c33ca17c291679a14080c2a148eea8",
"lib\/Service\/JSDataService.php": "60deab31ce398478ebd2dcc4c3a65ac32903e4a37b618785f2266d3a1eea1a7c367789c63b3e533604df9c1c2c8cac55eb5c640d9099a7563fb8275d0f07989b",
"lib\/Service\/ThemeInjectionService.php": "980cf17a59c0441cc4aeeeae94bc2612eeec8637bae70dddeb4a030fc7598fe9c66dbddbe67a7f270f48ce361c99a2354ab2d51a6cda6ae53e449a061189b42f",
"lib\/Service\/ThemesService.php": "9763aeb60e8f9bf6f2430412c435858b70bec3aa80f466c16d9c699c04e1d28fd4cfcbcc06c89fe8bb3dce48e0bf4daac4b631c375ddc60c7f3d1f4368148c4e",
"lib\/Settings\/Admin.php": "9711227fe8dfd3cc74c94871d54a67c2a2a548f874736b0ea250e7ad14885b23f64c4375b30f1be4c94338ce5def2dbcd7bfb638e1a9db1768849ec4c1157498",
"lib\/Settings\/AdminSection.php": "376e07d68ef9ce6a8a55623a75af314885464091321e0a8318fd481202b8505da63893953295ef2a9d2a02f847a48cc5367c1361f5be43de356fc3714ae54563",
"lib\/Settings\/Personal.php": "fd158c85b07a6e7031db807b805479ef179743f9bd18c13769003ef5bbcc5da0e6b5870c85fe06fa813ec43232a568b79163e0fd6870ca9cea66aec6e474555b",
"lib\/Settings\/PersonalSection.php": "4d82293c4edf54c342574b6e79364b18a7488acca6fda26be57b318d5eb7d8ee78b981c377dbcb8b6453592c555dc162e251f4798e89b5f35414a5b4f40b5550",
"lib\/SetupChecks\/PhpImagickModule.php": "380cd6752fd8285b4164d99617857c2b5b926abd475a9a3cd1b1c709567f11af4956f66fb16b4764a55750097e4ae13fed92a79ab33916fc515f95b94684ed95",
"lib\/Themes\/CommonThemeTrait.php": "3dceeb99b219cbfaed6094c5b1a364ea9683c598870a865e79fa204293961cab8f44871c2c49a1df3b7649e1de69e3aa4e839ac7219790a709f1b5c236e1f3a1",
"lib\/Themes\/DarkHighContrastTheme.php": "743c39fde02522534dfb3d1acef86bdac4ca104e91c0096f90462667f92c4799e1bab2cb10d179e15c7a1618c0b5d2ee03821fd1f1462b71b4e5c368deea048b",
"lib\/Themes\/DarkTheme.php": "740e765984f2f1b2bc57dde03d659816eb60169655453c8b4ab5ff1a0e497d30c4075ebd635023ce6bb3a3c0c981f69015bb4e4c2cb8d145830cc58d3d473e6f",
"lib\/Themes\/DefaultTheme.php": "d744ee0aca76f45963e62066bf29a6c4ef3ba14924ae72ad8057701e6b33cf7521c1943535572137c73b55ba5af92d1a7446ce101114fa1ca4fc86e8c45508a9",
"lib\/Themes\/DyslexiaFont.php": "f9d30996c2576e70a5885db7c90c7fa778568f1d212845c0aace1599065e3a1d9224558ed349ab5075c7dcac160fdace56f485a9fd753327eb7dee17fe4c130d",
"lib\/Themes\/HighContrastTheme.php": "e94cfee4f554651f9b9c713ef7d10fff8687e809512af984ec54184e9dfc67124e97f3d5b938d0be539c55c143745330a0a9d910d4829d9a1b6bae1e4d0f06e3",
"lib\/Themes\/LightTheme.php": "521c53eb14d3ab018379decf1a8d2e975fe0715f6e23905458b7ab3dabbbbe1a89016946fad9d4c3b7c6ac7a43dda84f231d08e255bfa8104706c8d6af6bfe71",
"lib\/ThemingDefaults.php": "8b3f00230b325642198c30fd83e9f5406d623a4786eb1fed05acb5a21d3839f2a3d34e2510e0163f472a335703ccbe009d93aace7075a89c1b7a24c978873c37",
"lib\/Util.php": "f1ba5b3726827fcfa5556cc01278eb8184a83cdd9317b501fba53b0990c0be946e90842457798afba449829170847b75a40fe1be73305fdf8ac606ac1f841794",
"openapi.json": "477f06c24b6d9cde532bef4868119939d2865f110a5af5489bbfe69aa8192705b9743421a9baa4b9aee15c29a5df41b69560c7a42ba39219f073f1d88d8ae66f",
"templates\/settings-admin.php": "59aa3202d4775a1b263da8b100eca9eb03b7c0e4fbf8990b60a76b1d4f912d35a5513063eafcaf262284433559fc83c3b43a5183764986ff53cac28750e6fb23",
"templates\/settings-personal.php": "40cb6ad355acbf976495a3f398f8bf93248b1e5d84f48824f89043f4b6d0451ee80a95dec563fd9105c970ead99a154d582cecec734cc1fa8f3d24b2dca31d24"
},
"signature": "e6tkiseUxfaVDpSOvqIDUP5IzXIbmiPZys3SpNCCdtqfaIS1It2Nm9zLJsLIFfK7LYtCme1Ad\/\/\/N\/A6R\/EUnjxcoEktrnuszsvf94EutOg+DDRCsCuocCIH3AGCJP9bqnWDWuxVlHnwGWqvUuxhThhbYvWYijcL7QC44z691IcYB0WntDbIV3atN\/auQmfdVxvcJjaRRChQ6mzGdsPAIncBmA0ZKF\/TEszxY\/jcFuSvfRhvRVc4BkHolB\/Ld\/kyIr2WWJG6ZoI8WYxk+gjJtb6oUbYcjz4DLyEM3hLXICyozz+mkjkz99T4yLYsUvrT7eLd3KXbVh41p70q0J1SKg==",
"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-----"
}
@@ -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 ComposerAutoloaderInitTheming::getLoader();
@@ -0,0 +1,13 @@
{
"config" : {
"vendor-dir": ".",
"optimize-autoloader": true,
"classmap-authoritative": true,
"autoloader-suffix": "Theming"
},
"autoload" : {
"psr-4": {
"OCA\\Theming\\": "../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.3.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,42 @@
<?php
// autoload_classmap.php @generated by Composer
$vendorDir = dirname(__DIR__);
$baseDir = $vendorDir;
return array(
'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php',
'OCA\\Theming\\AppInfo\\Application' => $baseDir . '/../lib/AppInfo/Application.php',
'OCA\\Theming\\Capabilities' => $baseDir . '/../lib/Capabilities.php',
'OCA\\Theming\\Command\\UpdateConfig' => $baseDir . '/../lib/Command/UpdateConfig.php',
'OCA\\Theming\\Controller\\IconController' => $baseDir . '/../lib/Controller/IconController.php',
'OCA\\Theming\\Controller\\ThemingController' => $baseDir . '/../lib/Controller/ThemingController.php',
'OCA\\Theming\\Controller\\UserThemeController' => $baseDir . '/../lib/Controller/UserThemeController.php',
'OCA\\Theming\\ITheme' => $baseDir . '/../lib/ITheme.php',
'OCA\\Theming\\IconBuilder' => $baseDir . '/../lib/IconBuilder.php',
'OCA\\Theming\\ImageManager' => $baseDir . '/../lib/ImageManager.php',
'OCA\\Theming\\Jobs\\MigrateBackgroundImages' => $baseDir . '/../lib/Jobs/MigrateBackgroundImages.php',
'OCA\\Theming\\Listener\\BeforePreferenceListener' => $baseDir . '/../lib/Listener/BeforePreferenceListener.php',
'OCA\\Theming\\Listener\\BeforeTemplateRenderedListener' => $baseDir . '/../lib/Listener/BeforeTemplateRenderedListener.php',
'OCA\\Theming\\Migration\\InitBackgroundImagesMigration' => $baseDir . '/../lib/Migration/InitBackgroundImagesMigration.php',
'OCA\\Theming\\ResponseDefinitions' => $baseDir . '/../lib/ResponseDefinitions.php',
'OCA\\Theming\\Service\\BackgroundService' => $baseDir . '/../lib/Service/BackgroundService.php',
'OCA\\Theming\\Service\\JSDataService' => $baseDir . '/../lib/Service/JSDataService.php',
'OCA\\Theming\\Service\\ThemeInjectionService' => $baseDir . '/../lib/Service/ThemeInjectionService.php',
'OCA\\Theming\\Service\\ThemesService' => $baseDir . '/../lib/Service/ThemesService.php',
'OCA\\Theming\\Settings\\Admin' => $baseDir . '/../lib/Settings/Admin.php',
'OCA\\Theming\\Settings\\AdminSection' => $baseDir . '/../lib/Settings/AdminSection.php',
'OCA\\Theming\\Settings\\Personal' => $baseDir . '/../lib/Settings/Personal.php',
'OCA\\Theming\\Settings\\PersonalSection' => $baseDir . '/../lib/Settings/PersonalSection.php',
'OCA\\Theming\\SetupChecks\\PhpImagickModule' => $baseDir . '/../lib/SetupChecks/PhpImagickModule.php',
'OCA\\Theming\\Themes\\CommonThemeTrait' => $baseDir . '/../lib/Themes/CommonThemeTrait.php',
'OCA\\Theming\\Themes\\DarkHighContrastTheme' => $baseDir . '/../lib/Themes/DarkHighContrastTheme.php',
'OCA\\Theming\\Themes\\DarkTheme' => $baseDir . '/../lib/Themes/DarkTheme.php',
'OCA\\Theming\\Themes\\DefaultTheme' => $baseDir . '/../lib/Themes/DefaultTheme.php',
'OCA\\Theming\\Themes\\DyslexiaFont' => $baseDir . '/../lib/Themes/DyslexiaFont.php',
'OCA\\Theming\\Themes\\HighContrastTheme' => $baseDir . '/../lib/Themes/HighContrastTheme.php',
'OCA\\Theming\\Themes\\LightTheme' => $baseDir . '/../lib/Themes/LightTheme.php',
'OCA\\Theming\\ThemingDefaults' => $baseDir . '/../lib/ThemingDefaults.php',
'OCA\\Theming\\Util' => $baseDir . '/../lib/Util.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\\Theming\\' => array($baseDir . '/../lib'),
);
@@ -0,0 +1,37 @@
<?php
// autoload_real.php @generated by Composer
class ComposerAutoloaderInitTheming
{
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('ComposerAutoloaderInitTheming', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
spl_autoload_unregister(array('ComposerAutoloaderInitTheming', 'loadClassLoader'));
require __DIR__ . '/autoload_static.php';
call_user_func(\Composer\Autoload\ComposerStaticInitTheming::getInitializer($loader));
$loader->setClassMapAuthoritative(true);
$loader->register(true);
return $loader;
}
}
@@ -0,0 +1,68 @@
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInitTheming
{
public static $prefixLengthsPsr4 = array (
'O' =>
array (
'OCA\\Theming\\' => 12,
),
);
public static $prefixDirsPsr4 = array (
'OCA\\Theming\\' =>
array (
0 => __DIR__ . '/..' . '/../lib',
),
);
public static $classMap = array (
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
'OCA\\Theming\\AppInfo\\Application' => __DIR__ . '/..' . '/../lib/AppInfo/Application.php',
'OCA\\Theming\\Capabilities' => __DIR__ . '/..' . '/../lib/Capabilities.php',
'OCA\\Theming\\Command\\UpdateConfig' => __DIR__ . '/..' . '/../lib/Command/UpdateConfig.php',
'OCA\\Theming\\Controller\\IconController' => __DIR__ . '/..' . '/../lib/Controller/IconController.php',
'OCA\\Theming\\Controller\\ThemingController' => __DIR__ . '/..' . '/../lib/Controller/ThemingController.php',
'OCA\\Theming\\Controller\\UserThemeController' => __DIR__ . '/..' . '/../lib/Controller/UserThemeController.php',
'OCA\\Theming\\ITheme' => __DIR__ . '/..' . '/../lib/ITheme.php',
'OCA\\Theming\\IconBuilder' => __DIR__ . '/..' . '/../lib/IconBuilder.php',
'OCA\\Theming\\ImageManager' => __DIR__ . '/..' . '/../lib/ImageManager.php',
'OCA\\Theming\\Jobs\\MigrateBackgroundImages' => __DIR__ . '/..' . '/../lib/Jobs/MigrateBackgroundImages.php',
'OCA\\Theming\\Listener\\BeforePreferenceListener' => __DIR__ . '/..' . '/../lib/Listener/BeforePreferenceListener.php',
'OCA\\Theming\\Listener\\BeforeTemplateRenderedListener' => __DIR__ . '/..' . '/../lib/Listener/BeforeTemplateRenderedListener.php',
'OCA\\Theming\\Migration\\InitBackgroundImagesMigration' => __DIR__ . '/..' . '/../lib/Migration/InitBackgroundImagesMigration.php',
'OCA\\Theming\\ResponseDefinitions' => __DIR__ . '/..' . '/../lib/ResponseDefinitions.php',
'OCA\\Theming\\Service\\BackgroundService' => __DIR__ . '/..' . '/../lib/Service/BackgroundService.php',
'OCA\\Theming\\Service\\JSDataService' => __DIR__ . '/..' . '/../lib/Service/JSDataService.php',
'OCA\\Theming\\Service\\ThemeInjectionService' => __DIR__ . '/..' . '/../lib/Service/ThemeInjectionService.php',
'OCA\\Theming\\Service\\ThemesService' => __DIR__ . '/..' . '/../lib/Service/ThemesService.php',
'OCA\\Theming\\Settings\\Admin' => __DIR__ . '/..' . '/../lib/Settings/Admin.php',
'OCA\\Theming\\Settings\\AdminSection' => __DIR__ . '/..' . '/../lib/Settings/AdminSection.php',
'OCA\\Theming\\Settings\\Personal' => __DIR__ . '/..' . '/../lib/Settings/Personal.php',
'OCA\\Theming\\Settings\\PersonalSection' => __DIR__ . '/..' . '/../lib/Settings/PersonalSection.php',
'OCA\\Theming\\SetupChecks\\PhpImagickModule' => __DIR__ . '/..' . '/../lib/SetupChecks/PhpImagickModule.php',
'OCA\\Theming\\Themes\\CommonThemeTrait' => __DIR__ . '/..' . '/../lib/Themes/CommonThemeTrait.php',
'OCA\\Theming\\Themes\\DarkHighContrastTheme' => __DIR__ . '/..' . '/../lib/Themes/DarkHighContrastTheme.php',
'OCA\\Theming\\Themes\\DarkTheme' => __DIR__ . '/..' . '/../lib/Themes/DarkTheme.php',
'OCA\\Theming\\Themes\\DefaultTheme' => __DIR__ . '/..' . '/../lib/Themes/DefaultTheme.php',
'OCA\\Theming\\Themes\\DyslexiaFont' => __DIR__ . '/..' . '/../lib/Themes/DyslexiaFont.php',
'OCA\\Theming\\Themes\\HighContrastTheme' => __DIR__ . '/..' . '/../lib/Themes/HighContrastTheme.php',
'OCA\\Theming\\Themes\\LightTheme' => __DIR__ . '/..' . '/../lib/Themes/LightTheme.php',
'OCA\\Theming\\ThemingDefaults' => __DIR__ . '/..' . '/../lib/ThemingDefaults.php',
'OCA\\Theming\\Util' => __DIR__ . '/..' . '/../lib/Util.php',
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInitTheming::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitTheming::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInitTheming::$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,
),
),
);
+89
View File
@@ -0,0 +1,89 @@
:root {
--color-main-background: #ffffff;
--color-main-background-rgb: 255,255,255;
--color-main-background-translucent: rgba(var(--color-main-background-rgb), .97);
--color-main-background-blur: rgba(var(--color-main-background-rgb), .8);
--filter-background-blur: blur(25px);
--gradient-main-background: var(--color-main-background) 0%, var(--color-main-background-translucent) 85%, transparent 100%;
--color-background-hover: #f5f5f5;
/** Can be used e.g. to colorize selected table rows */
--color-background-dark: #ededed;
/** This should only be used for elements, not as a text background! Otherwise it will not work for accessibility. */
--color-background-darker: #dbdbdb;
--color-placeholder-light: #e6e6e6;
--color-placeholder-dark: #cccccc;
--color-main-text: #222222;
--color-text-maxcontrast: #6b6b6b;
--color-text-maxcontrast-default: #6b6b6b;
--color-text-maxcontrast-background-blur: #595959;
/** @deprecated use ` --color-main-text` instead */
--color-text-light: var(--color-main-text);
/** @deprecated use `--color-text-maxcontrast` instead */
--color-text-lighter: var(--color-text-maxcontrast);
--color-scrollbar: rgba(34,34,34, .15);
--color-error: #DB0606;
--color-error-rgb: 219,6,6;
--color-error-hover: #df2525;
--color-error-text: #c20505;
--color-warning: #A37200;
--color-warning-rgb: 163,114,0;
--color-warning-hover: #8a6000;
--color-warning-text: #7f5900;
--color-success: #2d7b41;
--color-success-rgb: 45,123,65;
--color-success-hover: #428854;
--color-success-text: #286c39;
--color-info: #0071ad;
--color-info-rgb: 0,113,173;
--color-info-hover: #197fb5;
--color-info-text: #006499;
--color-loading-light: #cccccc;
--color-loading-dark: #444444;
--color-box-shadow-rgb: 77,77,77;
--color-box-shadow: rgba(var(--color-box-shadow-rgb), 0.5);
--color-border: #ededed;
--color-border-dark: #dbdbdb;
--color-border-maxcontrast: #7d7d7d;
--font-face: system-ui, -apple-system, 'Segoe UI', Roboto, Oxygen-Sans, Cantarell, Ubuntu, 'Helvetica Neue', 'Noto Sans', 'Liberation Sans', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
--default-font-size: 15px;
--animation-quick: 100ms;
--animation-slow: 300ms;
--border-radius: 3px;
--border-radius-large: 10px;
--border-radius-rounded: 28px;
--border-radius-pill: 100px;
--default-clickable-area: 44px;
--default-line-height: 24px;
--default-grid-baseline: 4px;
--header-height: 50px;
--navigation-width: 300px;
--sidebar-min-width: 300px;
--sidebar-max-width: 500px;
--list-min-width: 200px;
--list-max-width: 300px;
--header-menu-item-height: 44px;
--header-menu-profile-item-height: 66px;
--breakpoint-mobile: 1024px;
--background-invert-if-dark: no;
--background-invert-if-bright: invert(100%);
--background-image-invert-if-bright: no;
--primary-invert-if-bright: no;
--primary-invert-if-dark: invert(100%);
--color-primary: #00679e;
--color-primary-default: #0082c9;
--color-primary-text: #ffffff;
--color-primary-hover: #3285b1;
--color-primary-light: #e5eff5;
--color-primary-light-text: #00293f;
--color-primary-light-hover: #dbe4ea;
--color-primary-element: #00679e;
--color-primary-element-hover: #005a8a;
--color-primary-element-text: #ffffff;
--color-primary-element-text-dark: #f5f5f5;
--color-primary-element-light: #e5eff5;
--color-primary-element-light-hover: #dbe4ea;
--color-primary-element-light-text: #00293f;
--gradient-primary-background: linear-gradient(40deg, var(--color-primary) 0%, var(--color-primary-hover) 100%);
--image-background-default: url('/apps/theming/img/background/kamil-porembinski-clouds.jpg');
--color-background-plain: #00679e;
}
+17
View File
@@ -0,0 +1,17 @@
/* Error: Undefined variable.
* ,
* 38 | $invert: luma($color-primary) > 0.6;
* | ^^^^^^^^^^^^^^
* '
* apps/theming/css/theming.scss 38:15 root stylesheet */
body::before {
font-family: "Source Code Pro", "SF Mono", Monaco, Inconsolata, "Fira Mono",
"Droid Sans Mono", monospace, monospace;
white-space: pre;
display: block;
padding: 1em;
margin-bottom: 1em;
border-bottom: 2px solid black;
content: "Error: Undefined variable.\a \2577 \a 38 \2502 $invert: luma($color-primary) > 0.6;\a \2502 ^^^^^^^^^^^^^^\a \2575 \a apps/theming/css/theming.scss 38:15 root stylesheet";
}
@@ -0,0 +1 @@
<svg width="21" height="21" fill="#000000" version="1.1" viewBox="0 0 21 21" xmlns="http://www.w3.org/2000/svg"><path d="m-3-2h24v24h-24z" fill="none"/><path d="m19 4.5c-2.61 0.7-5.67 1-8.5 1s-5.89-0.3-8.5-1l-0.5 2c1.86 0.5 4 0.83 6 1v13h2v-6h2v6h2v-13c2-0.17 4.14-0.5 6-1zm-8.5 0c1.1 0 2-0.9 2-2s-0.9-2-2-2-2 0.9-2 2 0.9 2 2 2z"/></svg>

After

Width:  |  Height:  |  Size: 338 B

@@ -0,0 +1 @@
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M10.707 11.412l-.587-.587-.03-.03a.513.513 0 0 1-.074-.526L13.07 3.4l-1.5-1.498-.15.15-.708-.706.505-.505a.538.538 0 0 1 .224-.128c.04-.01.05-.01.087-.016h.087c.04.006.05.006.086.016.072.02.134.055.192.1.74.676 1.42 1.415 2.127 2.124a.503.503 0 0 1 .103.556l-3.053 6.87.344.343.49-.49 3.01 3.01a1.192 1.192 0 0 1-1.685 1.686l-3.012-3.01.49-.488zm-.533-10.217a.986.986 0 0 0-1.396 0l-7.582 7.58a.99.99 0 0 0 0 1.398l1.397 1.396a.986.986 0 0 0 1.396 0l7.58-7.583a.988.988 0 0 0 0-1.396l-1.396-1.395z"/></svg>

After

Width:  |  Height:  |  Size: 599 B

+1
View File
@@ -0,0 +1 @@
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M10.707 11.412l-.587-.587-.03-.03a.513.513 0 0 1-.074-.526L13.07 3.4l-1.5-1.498-.15.15-.708-.706.505-.505a.538.538 0 0 1 .224-.128c.04-.01.05-.01.087-.016h.087c.04.006.05.006.086.016.072.02.134.055.192.1.74.676 1.42 1.415 2.127 2.124a.503.503 0 0 1 .103.556l-3.053 6.87.344.343.49-.49 3.01 3.01a1.192 1.192 0 0 1-1.685 1.686l-3.012-3.01.49-.488zm-.533-10.217a.986.986 0 0 0-1.396 0l-7.582 7.58a.99.99 0 0 0 0 1.398l1.397 1.396a.986.986 0 0 0 1.396 0l7.58-7.583a.988.988 0 0 0 0-1.396l-1.396-1.395z" fill="#fff"/></svg>

After

Width:  |  Height:  |  Size: 611 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 249 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 523 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 635 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 934 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 279 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 454 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 611 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 772 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 239 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 396 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 419 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 410 KiB

@@ -0,0 +1,13 @@
<svg width="800" height="500" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg">
<!-- Use this file to generate the default.jpg theme preview -->
<!-- Half rectangle light mask -->
<defs><mask id="a"><path d="M0 0h800L0 500Z" fill="#fff"/></mask></defs>
<!-- Dark and light images link -->
<image width="800" height="500" xlink:href="dark.jpg"/>
<image width="800" height="500" xlink:href="light.jpg" mask="url(#a)" fill="#fff"/>
<!-- White opacity layer -->
<path fill="#fff" opacity=".35" d="M0 0h800v500H0z"/>
<!-- Moon/sun icon -->
<path d="M358.82 162.36a58 58 0 0 0-26.63 48.81c0 20.6 10.74 38.6 26.9 48.81A48.85 48.85 0 0 1 310 211.17a48.82 48.81 0 0 1 48.82-48.81m102.69 13.3 12.7 12.7L336 326.55l-12.7-12.7 138.2-138.18m-54.85 21.57-13.14-8.26-12.78 8.88 3.73-15.1-12.34-9.4 15.53-1.06 5.15-14.65 5.95 14.47 15.35.27-11.98 10.02 4.53 14.83m-29.3 32.04-10.29-6.48-9.94 6.92 3.02-11.72-9.68-7.36 12.07-.8 4-11.45 4.53 11.27 12.07.27-9.32 7.72 3.55 11.63m83.52 35.14a48.82 48.81 0 0 1-48.82 48.82 48.7 48.7 0 0 1-28.93-9.5l68.25-68.25a48.7 48.7 0 0 1 9.5 28.93m-39.06 58.4 24.59-10.2-2.13 29.73-22.46-19.53m38.44-23.96 10.2-24.59L490 296.82l-29.73 2.04m10.2-44.02-10.11-24.68L490 232.3l-19.53 22.55m-92.75 57.78 24.59 10.2-22.46 19.44z" stroke="#000"/>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 443 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 428 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

+1
View File
@@ -0,0 +1 @@
OCA.Theming = OCP.InitialState.loadState('theming', 'data')
+48
View File
@@ -0,0 +1,48 @@
OC.L10N.register(
"theming",
{
"Loading preview…" : "Laai voorskou…",
"Admin" : "Admin",
"Saved" : "Bewaar",
"a safe home for all your data" : "n veilige tuiste vir al u data",
"Name cannot be empty" : "Naam kan nie leeg wees nie",
"The given name is too long" : "Die gegewe naam is te lank",
"The given web address is too long" : "Die gegewe webadres is te lank",
"The given legal notice address is too long" : "Die gegewe regskennisgewingsadres is te lank",
"The given privacy policy address is too long" : "Die gegewe privaatheidsbeleidadres is te lank",
"The given slogan is too long" : "Gegewe slagspreuk is te lank",
"The given color is invalid" : "Die gegewe kleur is ongeldig",
"The file was uploaded" : "Die lêer is opgelaai",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Die opgelaaide lêer oorskry die upload_max_filesize riglyn in php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Die opgelaaide lêer oorskry die MAX_FILE_SIZE riglyn wat in die HTML vorm gespesifiseer is",
"The file was only partially uploaded" : "Die lêer is slegs gedeeltelik op gelaai",
"No file was uploaded" : "Geen lêer is opgelaai",
"Missing a temporary folder" : "Ontbrekende tydelike gids",
"A PHP extension stopped the file upload" : "n PHP-uitbreiding het die oplaai gestaak",
"No file uploaded" : "Geen lêer opgelaai",
"Dark theme" : "Donker Tema",
"Dyslexia font" : "Disleksie-font",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic is n gratis lettertipe/font wat ontwerp is om sommige van die algemene leesfoute wat deur disleksie veroorsaak word, te versag.",
"High contrast mode" : "Hoëkontrasmodus",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "n Hoëkontrasmodus om u navigasie te vergemaklik. Visuele kwaliteit sal verminder word, maar die duidelikheid sal verbeter.",
"Legal notice" : "Regskennisgewing",
"Privacy policy" : "Privaatheidsbeleid",
"Adjust the Nextcloud theme" : "Pas die Nextcloud-tema aan",
"Keyboard shortcuts" : "Sneltoetse",
"Background" : "Agtergrond",
"Open documentation" : "Open dokumentasie",
"Name" : "Naam",
"Reset to default" : "Herstel na verstek",
"Web link" : "Webskakel",
"Slogan" : "Slagspreuk",
"Color" : "Kleur",
"Logo" : "Logo",
"Upload new logo" : "Laai nuwe logo op",
"Login image" : "Aantekenbeeld",
"Upload new login background" : "Laai nuwe aantekenagtergrond op",
"Remove background image" : "Verwyder agtergrondbeeld",
"Advanced options" : "Gevorderde opsies",
"Legal notice link" : "Regskennisgewingskakel",
"Privacy policy link" : "Privaatheidsbeleidskakel"
},
"nplurals=2; plural=(n != 1);");
+46
View File
@@ -0,0 +1,46 @@
{ "translations": {
"Loading preview…" : "Laai voorskou…",
"Admin" : "Admin",
"Saved" : "Bewaar",
"a safe home for all your data" : "n veilige tuiste vir al u data",
"Name cannot be empty" : "Naam kan nie leeg wees nie",
"The given name is too long" : "Die gegewe naam is te lank",
"The given web address is too long" : "Die gegewe webadres is te lank",
"The given legal notice address is too long" : "Die gegewe regskennisgewingsadres is te lank",
"The given privacy policy address is too long" : "Die gegewe privaatheidsbeleidadres is te lank",
"The given slogan is too long" : "Gegewe slagspreuk is te lank",
"The given color is invalid" : "Die gegewe kleur is ongeldig",
"The file was uploaded" : "Die lêer is opgelaai",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Die opgelaaide lêer oorskry die upload_max_filesize riglyn in php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Die opgelaaide lêer oorskry die MAX_FILE_SIZE riglyn wat in die HTML vorm gespesifiseer is",
"The file was only partially uploaded" : "Die lêer is slegs gedeeltelik op gelaai",
"No file was uploaded" : "Geen lêer is opgelaai",
"Missing a temporary folder" : "Ontbrekende tydelike gids",
"A PHP extension stopped the file upload" : "n PHP-uitbreiding het die oplaai gestaak",
"No file uploaded" : "Geen lêer opgelaai",
"Dark theme" : "Donker Tema",
"Dyslexia font" : "Disleksie-font",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic is n gratis lettertipe/font wat ontwerp is om sommige van die algemene leesfoute wat deur disleksie veroorsaak word, te versag.",
"High contrast mode" : "Hoëkontrasmodus",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "n Hoëkontrasmodus om u navigasie te vergemaklik. Visuele kwaliteit sal verminder word, maar die duidelikheid sal verbeter.",
"Legal notice" : "Regskennisgewing",
"Privacy policy" : "Privaatheidsbeleid",
"Adjust the Nextcloud theme" : "Pas die Nextcloud-tema aan",
"Keyboard shortcuts" : "Sneltoetse",
"Background" : "Agtergrond",
"Open documentation" : "Open dokumentasie",
"Name" : "Naam",
"Reset to default" : "Herstel na verstek",
"Web link" : "Webskakel",
"Slogan" : "Slagspreuk",
"Color" : "Kleur",
"Logo" : "Logo",
"Upload new logo" : "Laai nuwe logo op",
"Login image" : "Aantekenbeeld",
"Upload new login background" : "Laai nuwe aantekenagtergrond op",
"Remove background image" : "Verwyder agtergrondbeeld",
"Advanced options" : "Gevorderde opsies",
"Legal notice link" : "Regskennisgewingskakel",
"Privacy policy link" : "Privaatheidsbeleidskakel"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
+117
View File
@@ -0,0 +1,117 @@
OC.L10N.register(
"theming",
{
"The given name is too long" : "هذا الاسم أطول مما يجب",
"The given web address is too long" : "هذا العنوان أطول مما يجب",
"The given web address is not a valid URL" : "عنوان الوب هذا ليس عنوان URL صحيح",
"The given legal notice address is too long" : "هذه الملاحظة القانونية أطول مما يجب",
"The given legal notice address is not a valid URL" : "عنوان الملاحظة القانونية هذه ليس عنوان URL صحيح",
"The given privacy policy address is too long" : "عنوان سياسة الخصوصية هذا أطول مما يجب",
"The given privacy policy address is not a valid URL" : "عنوان سياسة الخصوصية هذا ليس عنوان URL صحيح",
"The given slogan is too long" : "هذه الشارة slogan أطول مما يجب",
"The given color is invalid" : "هذا اللون غير صحيح",
"Disable-user-theming should be true or false" : "\"إيقاف ثيمة المستخدم\" Disable-user-theming يجب أن تكون إمّا صح أو خطأ",
"Saved" : "تم الحفظ",
"Invalid app given" : "التطبيق المُعطى غير صحيح",
"Invalid type for setting \"defaultApp\" given" : "النوع المُعطى للإعدادات \"defaultApp\" غير صحيح",
"Invalid setting key" : "مفتاح الإعدادات غير صحيح",
"The file was uploaded" : "الملف تم رفعه",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "حجم الملف المرفوع قد تجاوز upload_max_filesize الموجودة في ملف php.ini ",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "حجم الملف الذي تريد ترفيعه أعلى مما MAX_FILE_SIZE يسمح به في واجهة ال HTML.",
"The file was only partially uploaded" : "الملف قد رُفع جزءا منه فقط",
"No file was uploaded" : "لم يتم رفع أي ملف",
"Missing a temporary folder" : "المجلد المؤقت غير موجود",
"Could not write file to disk" : "لم يستطع كتابة ملف للقرص",
"A PHP extension stopped the file upload" : "اضافة البي اچ بي PHP اوقفت رفع الملف",
"No file uploaded" : "لم يتم رفع الملف",
"You are already using a custom theme. Theming app settings might be overwritten by that." : "أنت تستخدم الآن ثيمة مُخصّصة. إعدادات تطبيق الثيمات يُمكن أن يتم الكتابة عليها بسبب ذلك. ",
"Theming" : "تخصيص القالب",
"Appearance and accessibility" : "المظهر appearance، و سهولة الوصول accessibility",
"PHP Imagick module" : "جزئية PHP Imagick ",
"The PHP module \"imagick\" is not enabled although the theming app is. For favicon generation to work correctly, you need to install and enable this module." : "وحدة PHP ـ \"imahick\" غير مُفعّلة بالرغم من تفعيل تطبيق الثيمات theming. حتى يتم توليد الأيقونة الأساسية favicon بشكل صحيح يتوجب تنصيب و تفعيل هذه الوحدة.",
"The PHP module \"imagick\" in this instance has no SVG support. For better compatibility it is recommended to install it." : "جزئية PHP Imagick في هذا الخادوم لا تدعم خاصية SVG. لتوافق أفضل، يُنصح بتثبيتها",
"Dark theme with high contrast mode" : "ثيمة داكنة dark مع وضعية تباين عالي",
"Enable dark high contrast mode" : "فَعِّل وضعية التباين العالي الدّاكن",
"Similar to the high contrast mode, but with dark colours." : "مُماثلة لوضعية التباين العالي، لكن بألوان داكنة",
"Dark theme" : "مظهر داكن",
"Enable dark theme" : "تفعيل المظهر الداكن",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness." : "ثيمة داكنة تريح عينيك من خلال تقليل اللمعان والسطوع بشكل عام",
"System default theme" : "ثيمة النظام التلقائية",
"Enable the system default" : "تمكين ثيمة النظام التلقائية",
"Using the default system appearance." : "إستخدام المظهر التلقائي للنظام",
"Dyslexia font" : "خط خاص بالمصابين بعسر القراءة",
"Enable dyslexia font" : "تفعيل الخط الخاص بالمصابين بعسر القراءة",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic خط مجاني مصمم للمساعدة على تفادي الأخطاء لمن يعانون من عسر القراءة.",
"High contrast mode" : "وضع تباين الألوان العالي",
"Enable high contrast mode" : "تفعيل وضع تباين الألوان العالي",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "وضع تباين الألوان العالي يساعدك على التنقل في الموقع بسهولة. الجودة المرئية سوف تقل بينما الوضوح سيزداد.",
"Light theme" : "ثيمة فاتحة light",
"Enable the default light theme" : "مكّن الثيمة التلقائية الفاتحة",
"The default light appearance." : "المظهر الفاتح التلقائي",
"Legal notice" : "ملاحظة قانونية",
"Privacy policy" : "سياسة الخصوصية",
"Adjust the Nextcloud theme" : "تضبيط ثيمة نكست كلاود",
"Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "السمات تجعل من الممكن بسهولة تخصيص الشكل والمظهر لنموذجك ودعم العملاء. سيكون هذا مرئيا لجميع المستخدمين.",
"Advanced options" : "الخيارات المتقدمة",
"Install the ImageMagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "قم بتثبيت ImageMagick و التي هي امتداد لـ PHP مع دعم صور SVG لإنشاء الرموز المفضلة تلقائيًا بناءً على الشعار واللون اللذيْن تمّ تحميلهما.",
"Name" : "الاسم",
"Web link" : "رابط الويب",
"a safe home for all your data" : "مكان آمن لكل معلوماتك",
"Slogan" : "شعار",
"Color" : "لون",
"Logo" : "العلامة",
"Upload new logo" : "رفع شعار جديد",
"Background and login image" : "صورة الخلفية و تسجيل الدخول",
"Upload new background and login image" : "إرفع صورة جديدة للخلفية و لتسجيل الدخول",
"Legal notice link" : "رابط الإشعار القانوني",
"Privacy policy link" : "رابط سياسة الخصوصية",
"Header logo" : "شعار الرأسية",
"Upload new header logo" : "تحميل شعار رأسية جديد",
"Favicon" : "الأيقونة المفضلة",
"Upload new favicon" : "تحميل أيقونة مفضلة جديدة",
"User settings" : "إعدادات المستخدم",
"Disable user theming" : "إيقاف تصرف المستخدم في الثيمات",
"Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "على الرغم من أنه يمكنك تحديد وتخصيص الخادوم الخاص بك، فإنه يمكن للمستخدمين تغيير صور خلفيات شاشاتهم وألوانهم. إذا كنت تريد فرض التخصيص الخاص بك ، فيمكنك التبديل إلى هذا.",
"Appearance and accessibility settings" : "إعدادات المظهر و سهولة الوصول",
"Background" : "خلفية الشاشة",
"Customization has been disabled by your administrator" : "التخصيص موقوف من قِبَل المُشرف",
"Set a custom background" : "عيّن خلفيةً مُخصصةً",
"Keyboard shortcuts" : "إختصارات لوحة المفاتيح",
"In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "في بعض الحالات، يمكن أن تتداخل اختصارات لوحة المفاتيح مع أدوات تسهيل الوصول. للسماح بالتركيز على أداتك بشكل صحيح، يُمكنك تعطيل جميع اختصارات لوحة المفاتيح هنا. سيؤدي هذا أيضًا إلى تعطيل جميع الاختصارات المتاحة في التطبيقات.",
"Disable all keyboard shortcuts" : "إيقاف كل اختصارات لوحة المفاتيح",
"Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "الوصول الشامل مهم جدا بالنسبة لنا. نحن نتبع معايير ويب صارمة ونتأكد من أن كل شيء يمكن إستعماله حتى دون الحاجة للفأرة أو إلى أي برامج مساعدة مثل برامج قراءة الشاشة. هدفنا أن نكون متوافقين مع {guidelines} توجيهات تسهيل إستعمال محتوى الويب {linkend} 2.1 بمستوى AA، ومتوافقين مع مظهر تباين الألوان العالي بمستوى يصل حتى إلى AAA.",
"If you find any issues, do not hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "إذا واجهك أيّ إشكالٍ، فلا تتردد في الإبلاغ عنه على {issuetracker} تطبيقنا لمتابعة الإشكالات {linkend}. وإذا كنت ترغب في المشاركة، فانتقل إلى {designteam} فريق التصميم لدينا {linkend}!",
"Current selected app: {app}, position {position} of {total}" : "التطبيق المُحدّد حاليّاً: {app}, الموضع {position} من {total}",
"Move up" : "نقلٌ للأعلي",
"Move down" : "نقلٌ للأسفل",
"Custom background" : "خلفيّة مُخصّصة",
"Default background" : "الخلفية التلقائية",
"Change color" : "غيّر اللون",
"No background" : "لا خلفية",
"Select a background from your files" : "إختر خلفية من ملفاتك",
"Select background" : "إختَر الخلفية",
"No background has been selected" : "لم يتم اختيار أي خلفية بعد",
"Theme selection is enforced" : "تمّ فرض اختيار الثيمة",
"Navigation bar settings" : "إعدادات شريط التنقُّل",
"You can configure the app order used for the navigation bar. The first entry will be the default app, opened after login or when clicking on the logo." : "يمكنك تهيئة ترتيب التطبيق المستخدم لشريط التنقل. سيكون الإدخال الأول هو التطبيق الافتراضي الذي يتم فتحه بعد تسجيل الدخول أو عند النقر على الشعار.",
"The default app can not be changed because it was configured by the administrator." : "لا يمكن تغيير التطبيق الافتراضي لأنه تم تكوينه بواسطة المشرف.",
"The app order was changed, to see it in action you have to reload the page." : "ترتيب التطبيق تمّ تغييره. لرؤية أثر التغيير، يتوجب إعادة تحميل الصفحة.",
"Reset default app order" : "إعادة التعيين إلى الترتيب التلقائي للتطبيق",
"Could not set the app order" : "تعذّر تعيين ترتيب التطبيق",
"Could not reset the app order" : "تعذّرت إعادة تعيين ترتيب التطبيق",
"Default app" : "التطبيق التلقائي",
"The default app is the app that is e.g. opened after login or when the logo in the menu is clicked." : "التطبيق التلقائي هو التطبيق الذي يتم فتحه بمجرد الدخول أو بمجرد النقر على الشعار في الصفحة الرئيسية.",
"Use custom default app" : "إستخِدِم تطبيق تلقائي مخصص",
"Global default app" : "التطبيق التلقائي العام",
"Global default apps" : "التطبيقات التلقائية العامة",
"Default app priority" : "أسبقية التطبيق التلقائي",
"If an app is not enabled for a user, the next app with lower priority is used." : "إذا لم يكن التطبيق مخوَّلاً للمستخدِم، فإن التطبيق التالي في الأسبقية سيقع استعماله.",
"Could not set global default apps" : "تعذّر تعيين التطبيقات التلقائية العامة",
"Reset to default" : "اعادة تعيين الافتراضيات",
"Upload" : "تحميل",
"Remove background image" : "إزالة صورة الخلفية",
"Failed to clean up the old administration theming images folder" : "إخفاق في تنظيف مجلد صور ثيمات الإدارة القديمة",
"Failed to clean up the old administration image folder" : "إخفاق في تنظيف مجلد صور الإدارة القديمة",
"Select a custom color" : "إختر لوناً مُخصّصاً"
},
"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;");
+115
View File
@@ -0,0 +1,115 @@
{ "translations": {
"The given name is too long" : "هذا الاسم أطول مما يجب",
"The given web address is too long" : "هذا العنوان أطول مما يجب",
"The given web address is not a valid URL" : "عنوان الوب هذا ليس عنوان URL صحيح",
"The given legal notice address is too long" : "هذه الملاحظة القانونية أطول مما يجب",
"The given legal notice address is not a valid URL" : "عنوان الملاحظة القانونية هذه ليس عنوان URL صحيح",
"The given privacy policy address is too long" : "عنوان سياسة الخصوصية هذا أطول مما يجب",
"The given privacy policy address is not a valid URL" : "عنوان سياسة الخصوصية هذا ليس عنوان URL صحيح",
"The given slogan is too long" : "هذه الشارة slogan أطول مما يجب",
"The given color is invalid" : "هذا اللون غير صحيح",
"Disable-user-theming should be true or false" : "\"إيقاف ثيمة المستخدم\" Disable-user-theming يجب أن تكون إمّا صح أو خطأ",
"Saved" : "تم الحفظ",
"Invalid app given" : "التطبيق المُعطى غير صحيح",
"Invalid type for setting \"defaultApp\" given" : "النوع المُعطى للإعدادات \"defaultApp\" غير صحيح",
"Invalid setting key" : "مفتاح الإعدادات غير صحيح",
"The file was uploaded" : "الملف تم رفعه",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "حجم الملف المرفوع قد تجاوز upload_max_filesize الموجودة في ملف php.ini ",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "حجم الملف الذي تريد ترفيعه أعلى مما MAX_FILE_SIZE يسمح به في واجهة ال HTML.",
"The file was only partially uploaded" : "الملف قد رُفع جزءا منه فقط",
"No file was uploaded" : "لم يتم رفع أي ملف",
"Missing a temporary folder" : "المجلد المؤقت غير موجود",
"Could not write file to disk" : "لم يستطع كتابة ملف للقرص",
"A PHP extension stopped the file upload" : "اضافة البي اچ بي PHP اوقفت رفع الملف",
"No file uploaded" : "لم يتم رفع الملف",
"You are already using a custom theme. Theming app settings might be overwritten by that." : "أنت تستخدم الآن ثيمة مُخصّصة. إعدادات تطبيق الثيمات يُمكن أن يتم الكتابة عليها بسبب ذلك. ",
"Theming" : "تخصيص القالب",
"Appearance and accessibility" : "المظهر appearance، و سهولة الوصول accessibility",
"PHP Imagick module" : "جزئية PHP Imagick ",
"The PHP module \"imagick\" is not enabled although the theming app is. For favicon generation to work correctly, you need to install and enable this module." : "وحدة PHP ـ \"imahick\" غير مُفعّلة بالرغم من تفعيل تطبيق الثيمات theming. حتى يتم توليد الأيقونة الأساسية favicon بشكل صحيح يتوجب تنصيب و تفعيل هذه الوحدة.",
"The PHP module \"imagick\" in this instance has no SVG support. For better compatibility it is recommended to install it." : "جزئية PHP Imagick في هذا الخادوم لا تدعم خاصية SVG. لتوافق أفضل، يُنصح بتثبيتها",
"Dark theme with high contrast mode" : "ثيمة داكنة dark مع وضعية تباين عالي",
"Enable dark high contrast mode" : "فَعِّل وضعية التباين العالي الدّاكن",
"Similar to the high contrast mode, but with dark colours." : "مُماثلة لوضعية التباين العالي، لكن بألوان داكنة",
"Dark theme" : "مظهر داكن",
"Enable dark theme" : "تفعيل المظهر الداكن",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness." : "ثيمة داكنة تريح عينيك من خلال تقليل اللمعان والسطوع بشكل عام",
"System default theme" : "ثيمة النظام التلقائية",
"Enable the system default" : "تمكين ثيمة النظام التلقائية",
"Using the default system appearance." : "إستخدام المظهر التلقائي للنظام",
"Dyslexia font" : "خط خاص بالمصابين بعسر القراءة",
"Enable dyslexia font" : "تفعيل الخط الخاص بالمصابين بعسر القراءة",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic خط مجاني مصمم للمساعدة على تفادي الأخطاء لمن يعانون من عسر القراءة.",
"High contrast mode" : "وضع تباين الألوان العالي",
"Enable high contrast mode" : "تفعيل وضع تباين الألوان العالي",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "وضع تباين الألوان العالي يساعدك على التنقل في الموقع بسهولة. الجودة المرئية سوف تقل بينما الوضوح سيزداد.",
"Light theme" : "ثيمة فاتحة light",
"Enable the default light theme" : "مكّن الثيمة التلقائية الفاتحة",
"The default light appearance." : "المظهر الفاتح التلقائي",
"Legal notice" : "ملاحظة قانونية",
"Privacy policy" : "سياسة الخصوصية",
"Adjust the Nextcloud theme" : "تضبيط ثيمة نكست كلاود",
"Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "السمات تجعل من الممكن بسهولة تخصيص الشكل والمظهر لنموذجك ودعم العملاء. سيكون هذا مرئيا لجميع المستخدمين.",
"Advanced options" : "الخيارات المتقدمة",
"Install the ImageMagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "قم بتثبيت ImageMagick و التي هي امتداد لـ PHP مع دعم صور SVG لإنشاء الرموز المفضلة تلقائيًا بناءً على الشعار واللون اللذيْن تمّ تحميلهما.",
"Name" : "الاسم",
"Web link" : "رابط الويب",
"a safe home for all your data" : "مكان آمن لكل معلوماتك",
"Slogan" : "شعار",
"Color" : "لون",
"Logo" : "العلامة",
"Upload new logo" : "رفع شعار جديد",
"Background and login image" : "صورة الخلفية و تسجيل الدخول",
"Upload new background and login image" : "إرفع صورة جديدة للخلفية و لتسجيل الدخول",
"Legal notice link" : "رابط الإشعار القانوني",
"Privacy policy link" : "رابط سياسة الخصوصية",
"Header logo" : "شعار الرأسية",
"Upload new header logo" : "تحميل شعار رأسية جديد",
"Favicon" : "الأيقونة المفضلة",
"Upload new favicon" : "تحميل أيقونة مفضلة جديدة",
"User settings" : "إعدادات المستخدم",
"Disable user theming" : "إيقاف تصرف المستخدم في الثيمات",
"Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "على الرغم من أنه يمكنك تحديد وتخصيص الخادوم الخاص بك، فإنه يمكن للمستخدمين تغيير صور خلفيات شاشاتهم وألوانهم. إذا كنت تريد فرض التخصيص الخاص بك ، فيمكنك التبديل إلى هذا.",
"Appearance and accessibility settings" : "إعدادات المظهر و سهولة الوصول",
"Background" : "خلفية الشاشة",
"Customization has been disabled by your administrator" : "التخصيص موقوف من قِبَل المُشرف",
"Set a custom background" : "عيّن خلفيةً مُخصصةً",
"Keyboard shortcuts" : "إختصارات لوحة المفاتيح",
"In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "في بعض الحالات، يمكن أن تتداخل اختصارات لوحة المفاتيح مع أدوات تسهيل الوصول. للسماح بالتركيز على أداتك بشكل صحيح، يُمكنك تعطيل جميع اختصارات لوحة المفاتيح هنا. سيؤدي هذا أيضًا إلى تعطيل جميع الاختصارات المتاحة في التطبيقات.",
"Disable all keyboard shortcuts" : "إيقاف كل اختصارات لوحة المفاتيح",
"Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "الوصول الشامل مهم جدا بالنسبة لنا. نحن نتبع معايير ويب صارمة ونتأكد من أن كل شيء يمكن إستعماله حتى دون الحاجة للفأرة أو إلى أي برامج مساعدة مثل برامج قراءة الشاشة. هدفنا أن نكون متوافقين مع {guidelines} توجيهات تسهيل إستعمال محتوى الويب {linkend} 2.1 بمستوى AA، ومتوافقين مع مظهر تباين الألوان العالي بمستوى يصل حتى إلى AAA.",
"If you find any issues, do not hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "إذا واجهك أيّ إشكالٍ، فلا تتردد في الإبلاغ عنه على {issuetracker} تطبيقنا لمتابعة الإشكالات {linkend}. وإذا كنت ترغب في المشاركة، فانتقل إلى {designteam} فريق التصميم لدينا {linkend}!",
"Current selected app: {app}, position {position} of {total}" : "التطبيق المُحدّد حاليّاً: {app}, الموضع {position} من {total}",
"Move up" : "نقلٌ للأعلي",
"Move down" : "نقلٌ للأسفل",
"Custom background" : "خلفيّة مُخصّصة",
"Default background" : "الخلفية التلقائية",
"Change color" : "غيّر اللون",
"No background" : "لا خلفية",
"Select a background from your files" : "إختر خلفية من ملفاتك",
"Select background" : "إختَر الخلفية",
"No background has been selected" : "لم يتم اختيار أي خلفية بعد",
"Theme selection is enforced" : "تمّ فرض اختيار الثيمة",
"Navigation bar settings" : "إعدادات شريط التنقُّل",
"You can configure the app order used for the navigation bar. The first entry will be the default app, opened after login or when clicking on the logo." : "يمكنك تهيئة ترتيب التطبيق المستخدم لشريط التنقل. سيكون الإدخال الأول هو التطبيق الافتراضي الذي يتم فتحه بعد تسجيل الدخول أو عند النقر على الشعار.",
"The default app can not be changed because it was configured by the administrator." : "لا يمكن تغيير التطبيق الافتراضي لأنه تم تكوينه بواسطة المشرف.",
"The app order was changed, to see it in action you have to reload the page." : "ترتيب التطبيق تمّ تغييره. لرؤية أثر التغيير، يتوجب إعادة تحميل الصفحة.",
"Reset default app order" : "إعادة التعيين إلى الترتيب التلقائي للتطبيق",
"Could not set the app order" : "تعذّر تعيين ترتيب التطبيق",
"Could not reset the app order" : "تعذّرت إعادة تعيين ترتيب التطبيق",
"Default app" : "التطبيق التلقائي",
"The default app is the app that is e.g. opened after login or when the logo in the menu is clicked." : "التطبيق التلقائي هو التطبيق الذي يتم فتحه بمجرد الدخول أو بمجرد النقر على الشعار في الصفحة الرئيسية.",
"Use custom default app" : "إستخِدِم تطبيق تلقائي مخصص",
"Global default app" : "التطبيق التلقائي العام",
"Global default apps" : "التطبيقات التلقائية العامة",
"Default app priority" : "أسبقية التطبيق التلقائي",
"If an app is not enabled for a user, the next app with lower priority is used." : "إذا لم يكن التطبيق مخوَّلاً للمستخدِم، فإن التطبيق التالي في الأسبقية سيقع استعماله.",
"Could not set global default apps" : "تعذّر تعيين التطبيقات التلقائية العامة",
"Reset to default" : "اعادة تعيين الافتراضيات",
"Upload" : "تحميل",
"Remove background image" : "إزالة صورة الخلفية",
"Failed to clean up the old administration theming images folder" : "إخفاق في تنظيف مجلد صور ثيمات الإدارة القديمة",
"Failed to clean up the old administration image folder" : "إخفاق في تنظيف مجلد صور الإدارة القديمة",
"Select a custom color" : "إختر لوناً مُخصّصاً"
},"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;"
}
+33
View File
@@ -0,0 +1,33 @@
OC.L10N.register(
"theming",
{
"Loading preview…" : "Cargando previsualización...",
"Saved" : "Guardóse",
"Admin" : "Almin",
"a safe home for all your data" : "un llar seguru pa tolos tos datos",
"Name cannot be empty" : "El nome nun pue tar baleru",
"The given name is too long" : "El nome dau ye perllargu",
"The given web address is too long" : "La direición web dada ye perllarga",
"The given slogan is too long" : "La conseña dada ye perllarga",
"The given color is invalid" : "El color dau ye perllargu",
"The file was uploaded" : "Xubióse'l ficheru",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El ficheru xubíu perpasa la direutiva de xuba upload_max_filesize en php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El ficheru xubíu perpasa la direutiva \"MAX_FILE_SIZE\" especificada nel formulariu HTML",
"No file was uploaded" : "Nun se xubieron fichjeros",
"Missing a temporary folder" : "Falta un direutoriu temporal",
"Could not write file to disk" : "Nun pudo escribise nel discu'l ficheru",
"A PHP extension stopped the file upload" : "Una estensión de PHP paró la xuba de ficheros",
"No file uploaded" : "Nun se xubieron ficheros",
"Theming" : "Aspeutu",
"Open documentation" : "Abrir documentación",
"Name" : "Nome",
"Slogan" : "Conseña",
"Color" : "Color",
"Logo" : "Logu",
"Upload new logo" : "Xubir logu nuevu",
"Login image" : "Imaxe d'aniciu de sesión",
"Upload new login background" : "Xubir fondu nuevu d'aniciu de sesión",
"Remove background image" : "Desaniciar imaxe de fondu",
"Advanced options" : "Opciones avanzaes"
},
"nplurals=2; plural=(n != 1);");
+31
View File
@@ -0,0 +1,31 @@
{ "translations": {
"Loading preview…" : "Cargando previsualización...",
"Saved" : "Guardóse",
"Admin" : "Almin",
"a safe home for all your data" : "un llar seguru pa tolos tos datos",
"Name cannot be empty" : "El nome nun pue tar baleru",
"The given name is too long" : "El nome dau ye perllargu",
"The given web address is too long" : "La direición web dada ye perllarga",
"The given slogan is too long" : "La conseña dada ye perllarga",
"The given color is invalid" : "El color dau ye perllargu",
"The file was uploaded" : "Xubióse'l ficheru",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El ficheru xubíu perpasa la direutiva de xuba upload_max_filesize en php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El ficheru xubíu perpasa la direutiva \"MAX_FILE_SIZE\" especificada nel formulariu HTML",
"No file was uploaded" : "Nun se xubieron fichjeros",
"Missing a temporary folder" : "Falta un direutoriu temporal",
"Could not write file to disk" : "Nun pudo escribise nel discu'l ficheru",
"A PHP extension stopped the file upload" : "Una estensión de PHP paró la xuba de ficheros",
"No file uploaded" : "Nun se xubieron ficheros",
"Theming" : "Aspeutu",
"Open documentation" : "Abrir documentación",
"Name" : "Nome",
"Slogan" : "Conseña",
"Color" : "Color",
"Logo" : "Logu",
"Upload new logo" : "Xubir logu nuevu",
"Login image" : "Imaxe d'aniciu de sesión",
"Upload new login background" : "Xubir fondu nuevu d'aniciu de sesión",
"Remove background image" : "Desaniciar imaxe de fondu",
"Advanced options" : "Opciones avanzaes"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
+93
View File
@@ -0,0 +1,93 @@
OC.L10N.register(
"theming",
{
"The given name is too long" : "Името е прекалено дълго",
"The given web address is too long" : "Въведеният уеб адрес е твърде дълъг",
"The given web address is not a valid URL" : "Въведеният уеб адрес не е валиден URL адрес",
"The given legal notice address is too long" : "Въведеният адрес за юридическо уведомление е твърде дълъг",
"The given legal notice address is not a valid URL" : "Въведеният адрес за юридическо уведомление не е валиден URL адрес",
"The given privacy policy address is too long" : "Въведеният адрес на политиката за поверителност е твърде дълъг",
"The given privacy policy address is not a valid URL" : "Въведеният адрес на политиката за поверителност не е валиден URL адрес",
"The given slogan is too long" : "Избраният лозунг е твърде дълъг",
"The given color is invalid" : "Избраният цвят е невалиден",
"Disable-user-theming should be true or false" : "Опцията Деактивиране - на - тематични - настройки, би трябвало да е вярна или невярна",
"Saved" : "Запазено",
"The file was uploaded" : "Файлът е качен",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Размерът на каченият файл надвишава директивата upload_max_filesize в php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Размерът на файла надвишава максималния размер определен от MAX_FILE_SIZE в HTML формата.",
"The file was only partially uploaded" : "Файлът е качен частично",
"No file was uploaded" : "Нито един файл не е качен",
"Missing a temporary folder" : "Липсва временна папка",
"Could not write file to disk" : " Файлът не можа да бъде записан на диск",
"A PHP extension stopped the file upload" : "PHP разширение спря качването на файла",
"No file uploaded" : "Няма качен файл",
"You are already using a custom theme. Theming app settings might be overwritten by that." : "Вече използвате персонализирана тема. Настройките на приложението за теми могат да бъдат презаписани от това.",
"Theming" : "Теми",
"Appearance and accessibility" : "Изглед и достъпност",
"The PHP module \"imagick\" is not enabled although the theming app is. For favicon generation to work correctly, you need to install and enable this module." : "PHP модулът \"imagick\" не е активиран, въпреки че приложението за теми е активирано. За да работи правилно генерирането на аватари тип favicon, трябва да инсталирате и активирате този модул.",
"Dark theme with high contrast mode" : "Тъмна тема с режим на висок контраст",
"Enable dark high contrast mode" : "Активиране на тъмен режим с висок контраст",
"Similar to the high contrast mode, but with dark colours." : "Подобно на режима с висок контраст, но с тъмни цветове.",
"Dark theme" : "Tъмна Tема",
"Enable dark theme" : "Активиране на тъмна тема",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness." : "Тъмна тема, която да улесни очите ви, като намали общата осветеност и яркост.",
"System default theme" : "Системна тема по подразбиране",
"Enable the system default" : "Активиране на системата по подразбиране",
"Using the default system appearance." : "Използване на изглед на системата по подразбиране.",
"Dyslexia font" : "Шрифт за дислексия",
"Enable dyslexia font" : "Активирай шрифт за дислексия",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic е безплатен шрифт, предназначен за смекчаване на някои от често срещаните грешки при четенето, причинени от дислексия.",
"High contrast mode" : "Висок контраст",
"Enable high contrast mode" : "Активиране на режим с висок контраст",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Режим с висок контраст за улесняване на навигацията ви. Визуалното качество ще бъде намалено, но яснотата ще се увеличи.",
"Light theme" : "Светла тема",
"Enable the default light theme" : "Активиране на светлата тема по подразбиране",
"The default light appearance." : "Светъл изглед по подразбиране.",
"Legal notice" : "Правна информация",
"Privacy policy" : "Политика за поверителност",
"Adjust the Nextcloud theme" : "Коригиране на темата на Nextcloud",
"Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Чрез темите можете бързо и лесно за персонализирате вида на Nextcloud. Промените ще бъдат видими за всички потребители.",
"Advanced options" : "Допълнителни опции",
"Install the ImageMagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Инсталирайте разширението Imagemagick PHP с поддръжка за SVG изображения, за да генерирате автоматично фавикони въз основа на каченото лого и цвят.",
"Name" : "Име",
"Web link" : "URL",
"a safe home for all your data" : "безопасен дом за всички ваши данни",
"Slogan" : "Лозунг",
"Color" : "Цвят",
"Logo" : "Лого",
"Upload new logo" : "Качване на ново лого",
"Background and login image" : "Изображение за фон и вход",
"Upload new background and login image" : "Качване на нов фон и изображение за вход",
"Legal notice link" : "Връзка за правна информация",
"Privacy policy link" : "Връзка към политиката за поверителност",
"Header logo" : "Главно лого",
"Upload new header logo" : "Качване на ново лого на заглавката",
"Favicon" : "Фавиконка",
"Upload new favicon" : "Качване на нов фавикон",
"User settings" : "Потребителски настройки",
"Disable user theming" : "Деактивиране на тематичните настройки на потребителите",
"Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Въпреки че можете да изберете и персонализирате вашият екземпляр, потребителите могат да променят своя фон и цветове. Ако искате да наложите персонализирането си, можете да включите тази опция.",
"Background" : "Фон",
"Customization has been disabled by your administrator" : "Възможността за персонализация е била деактивирана от вашия администратор",
"Set a custom background" : "Задаване на персонализиран фон",
"Keyboard shortcuts" : "Бързи клавиши",
"In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "В някои случаи бързите клавишни комбинации могат да пречат на инструментите за достъпност. За да се позволи правилно фокусиране върху инструмента, можете да деактивирате всички клавишни комбинации тук. Това ще деактивира и всички налични преки пътища в приложенията.",
"Disable all keyboard shortcuts" : "Деактивиране на всички бързи клавишни комбинации",
"Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "Универсалният достъп е много важен за нас. Следваме уеб стандартите и проверяваме, за да направим всичко използваемо и без мишка, и помощен софтуер, като екранни четци. Ние се стремим да бъдем съобразени с {guidelines}Насоки за достъпност на уеб съдържанието {linkend} 2.1 на ниво АА, с темата за висок контраст дори на ниво AAA.",
"If you find any issues, do not hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "Ако откриете някакви проблеми, не се колебайте да ги съобщите на {issueetracker}, нашият тракер на проблеми {linkend}. И ако искате да се включите, елате да се присъедините {designteam} към нашия дизайнерски екип {linkend}!",
"Move up" : "Преместване нагоре",
"Move down" : "Преместване надолу",
"Custom background" : "Персонализиран фон",
"Default background" : "Фон по подразбиране",
"Change color" : "Промяна на цвета",
"No background" : "Без фон",
"Select a background from your files" : "Избор на фон от вашите файлове",
"Theme selection is enforced" : "Изборът на тема е приложен",
"Reset to default" : "Настройки по подразбиране",
"Upload" : "Качване",
"Remove background image" : "Премахни фоновото изображение",
"Failed to clean up the old administration theming images folder" : "Неуспешно почистване на папка със стари изображения на администраторски теми",
"Failed to clean up the old administration image folder" : "Неуспешно почистване на старата папка с изображения на администратора",
"Select a custom color" : "Избор на персонализиран цвят"
},
"nplurals=2; plural=(n != 1);");
+91
View File
@@ -0,0 +1,91 @@
{ "translations": {
"The given name is too long" : "Името е прекалено дълго",
"The given web address is too long" : "Въведеният уеб адрес е твърде дълъг",
"The given web address is not a valid URL" : "Въведеният уеб адрес не е валиден URL адрес",
"The given legal notice address is too long" : "Въведеният адрес за юридическо уведомление е твърде дълъг",
"The given legal notice address is not a valid URL" : "Въведеният адрес за юридическо уведомление не е валиден URL адрес",
"The given privacy policy address is too long" : "Въведеният адрес на политиката за поверителност е твърде дълъг",
"The given privacy policy address is not a valid URL" : "Въведеният адрес на политиката за поверителност не е валиден URL адрес",
"The given slogan is too long" : "Избраният лозунг е твърде дълъг",
"The given color is invalid" : "Избраният цвят е невалиден",
"Disable-user-theming should be true or false" : "Опцията Деактивиране - на - тематични - настройки, би трябвало да е вярна или невярна",
"Saved" : "Запазено",
"The file was uploaded" : "Файлът е качен",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Размерът на каченият файл надвишава директивата upload_max_filesize в php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Размерът на файла надвишава максималния размер определен от MAX_FILE_SIZE в HTML формата.",
"The file was only partially uploaded" : "Файлът е качен частично",
"No file was uploaded" : "Нито един файл не е качен",
"Missing a temporary folder" : "Липсва временна папка",
"Could not write file to disk" : " Файлът не можа да бъде записан на диск",
"A PHP extension stopped the file upload" : "PHP разширение спря качването на файла",
"No file uploaded" : "Няма качен файл",
"You are already using a custom theme. Theming app settings might be overwritten by that." : "Вече използвате персонализирана тема. Настройките на приложението за теми могат да бъдат презаписани от това.",
"Theming" : "Теми",
"Appearance and accessibility" : "Изглед и достъпност",
"The PHP module \"imagick\" is not enabled although the theming app is. For favicon generation to work correctly, you need to install and enable this module." : "PHP модулът \"imagick\" не е активиран, въпреки че приложението за теми е активирано. За да работи правилно генерирането на аватари тип favicon, трябва да инсталирате и активирате този модул.",
"Dark theme with high contrast mode" : "Тъмна тема с режим на висок контраст",
"Enable dark high contrast mode" : "Активиране на тъмен режим с висок контраст",
"Similar to the high contrast mode, but with dark colours." : "Подобно на режима с висок контраст, но с тъмни цветове.",
"Dark theme" : "Tъмна Tема",
"Enable dark theme" : "Активиране на тъмна тема",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness." : "Тъмна тема, която да улесни очите ви, като намали общата осветеност и яркост.",
"System default theme" : "Системна тема по подразбиране",
"Enable the system default" : "Активиране на системата по подразбиране",
"Using the default system appearance." : "Използване на изглед на системата по подразбиране.",
"Dyslexia font" : "Шрифт за дислексия",
"Enable dyslexia font" : "Активирай шрифт за дислексия",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic е безплатен шрифт, предназначен за смекчаване на някои от често срещаните грешки при четенето, причинени от дислексия.",
"High contrast mode" : "Висок контраст",
"Enable high contrast mode" : "Активиране на режим с висок контраст",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Режим с висок контраст за улесняване на навигацията ви. Визуалното качество ще бъде намалено, но яснотата ще се увеличи.",
"Light theme" : "Светла тема",
"Enable the default light theme" : "Активиране на светлата тема по подразбиране",
"The default light appearance." : "Светъл изглед по подразбиране.",
"Legal notice" : "Правна информация",
"Privacy policy" : "Политика за поверителност",
"Adjust the Nextcloud theme" : "Коригиране на темата на Nextcloud",
"Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Чрез темите можете бързо и лесно за персонализирате вида на Nextcloud. Промените ще бъдат видими за всички потребители.",
"Advanced options" : "Допълнителни опции",
"Install the ImageMagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Инсталирайте разширението Imagemagick PHP с поддръжка за SVG изображения, за да генерирате автоматично фавикони въз основа на каченото лого и цвят.",
"Name" : "Име",
"Web link" : "URL",
"a safe home for all your data" : "безопасен дом за всички ваши данни",
"Slogan" : "Лозунг",
"Color" : "Цвят",
"Logo" : "Лого",
"Upload new logo" : "Качване на ново лого",
"Background and login image" : "Изображение за фон и вход",
"Upload new background and login image" : "Качване на нов фон и изображение за вход",
"Legal notice link" : "Връзка за правна информация",
"Privacy policy link" : "Връзка към политиката за поверителност",
"Header logo" : "Главно лого",
"Upload new header logo" : "Качване на ново лого на заглавката",
"Favicon" : "Фавиконка",
"Upload new favicon" : "Качване на нов фавикон",
"User settings" : "Потребителски настройки",
"Disable user theming" : "Деактивиране на тематичните настройки на потребителите",
"Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Въпреки че можете да изберете и персонализирате вашият екземпляр, потребителите могат да променят своя фон и цветове. Ако искате да наложите персонализирането си, можете да включите тази опция.",
"Background" : "Фон",
"Customization has been disabled by your administrator" : "Възможността за персонализация е била деактивирана от вашия администратор",
"Set a custom background" : "Задаване на персонализиран фон",
"Keyboard shortcuts" : "Бързи клавиши",
"In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "В някои случаи бързите клавишни комбинации могат да пречат на инструментите за достъпност. За да се позволи правилно фокусиране върху инструмента, можете да деактивирате всички клавишни комбинации тук. Това ще деактивира и всички налични преки пътища в приложенията.",
"Disable all keyboard shortcuts" : "Деактивиране на всички бързи клавишни комбинации",
"Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "Универсалният достъп е много важен за нас. Следваме уеб стандартите и проверяваме, за да направим всичко използваемо и без мишка, и помощен софтуер, като екранни четци. Ние се стремим да бъдем съобразени с {guidelines}Насоки за достъпност на уеб съдържанието {linkend} 2.1 на ниво АА, с темата за висок контраст дори на ниво AAA.",
"If you find any issues, do not hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "Ако откриете някакви проблеми, не се колебайте да ги съобщите на {issueetracker}, нашият тракер на проблеми {linkend}. И ако искате да се включите, елате да се присъедините {designteam} към нашия дизайнерски екип {linkend}!",
"Move up" : "Преместване нагоре",
"Move down" : "Преместване надолу",
"Custom background" : "Персонализиран фон",
"Default background" : "Фон по подразбиране",
"Change color" : "Промяна на цвета",
"No background" : "Без фон",
"Select a background from your files" : "Избор на фон от вашите файлове",
"Theme selection is enforced" : "Изборът на тема е приложен",
"Reset to default" : "Настройки по подразбиране",
"Upload" : "Качване",
"Remove background image" : "Премахни фоновото изображение",
"Failed to clean up the old administration theming images folder" : "Неуспешно почистване на папка със стари изображения на администраторски теми",
"Failed to clean up the old administration image folder" : "Неуспешно почистване на старата папка с изображения на администратора",
"Select a custom color" : "Избор на персонализиран цвят"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
+117
View File
@@ -0,0 +1,117 @@
OC.L10N.register(
"theming",
{
"The given name is too long" : "El nom proporcionat és massa llarg",
"The given web address is too long" : "L'adreça web proporcionada és massa llarga",
"The given web address is not a valid URL" : "L'adreça web proporcionada no és un URL vàlid",
"The given legal notice address is too long" : "L'adreça d'avís legal proporcionada és massa llarga",
"The given legal notice address is not a valid URL" : "L'adreça d'avís legal proporcionada no és un URL vàlid",
"The given privacy policy address is too long" : "L'adreça de política de privadesa és massa llarga",
"The given privacy policy address is not a valid URL" : "L'adreça de la política de privadesa proporcionada no és un URL vàlid",
"The given slogan is too long" : "L'eslògan proporcionat és massa llarg",
"The given color is invalid" : "El color proporcionat no és vàlid",
"Disable-user-theming should be true or false" : "Disable-user-theming ha de ser «true» o «false»",
"Saved" : "S'ha desat",
"Invalid app given" : "S'ha indicat una aplicació no vàlida",
"Invalid type for setting \"defaultApp\" given" : "S'ha indicat un tipus no vàlid per al paràmetre «defaultApp»",
"Invalid setting key" : "La clau de paràmetre no és vàlida",
"The file was uploaded" : "S'ha pujat el fitxer",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El fitxer pujat supera la directiva upload_max_filesize del fitxer php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El fitxer pujat supera la directiva MAX_FILE_SIZE especificada en el formulari HTML",
"The file was only partially uploaded" : "El fitxer només s'ha pujat parcialment",
"No file was uploaded" : "No s'ha pujat cap fitxer",
"Missing a temporary folder" : "Falta una carpeta temporal",
"Could not write file to disk" : "No sha pogut escriure el fitxer en el disc",
"A PHP extension stopped the file upload" : "Una extensió del PHP ha aturat la pujada del fitxer",
"No file uploaded" : "No s'ha pujat cap fitxer",
"You are already using a custom theme. Theming app settings might be overwritten by that." : "Ja utilitzeu un tema personalitzat. És possible que aquest tema substitueixi els paràmetres de l'aplicació Aparença.",
"Theming" : "Aparença",
"Appearance and accessibility" : "Aparença i accessibilitat",
"PHP Imagick module" : "Mòdul Imagick del PHP",
"The PHP module \"imagick\" is not enabled although the theming app is. For favicon generation to work correctly, you need to install and enable this module." : "El mòdul del PHP «imagick» no està habilitat però l'aplicació Temes sí. Perquè la generació d'icones de lloc funcioni correctament, cal instal·lar i habilitar aquest mòdul.",
"The PHP module \"imagick\" in this instance has no SVG support. For better compatibility it is recommended to install it." : "El mòdul «imagick» del PHP d'aquesta instància no és compatible amb SVG. Per a millorar la compatibilitat, es recomana instal·lar-lo.",
"Dark theme with high contrast mode" : "Tema fosc amb mode de contrast alt",
"Enable dark high contrast mode" : "Habilita el mode fosc de contrast alt",
"Similar to the high contrast mode, but with dark colours." : "Similar al mode de contrast alt, però amb colors foscos.",
"Dark theme" : "Tema fosc",
"Enable dark theme" : "Habilita el tema fosc",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness." : "Un tema fosc que alleuja els ulls reduint la lluminositat i la brillantor generals.",
"System default theme" : "Tema per defecte del sistema",
"Enable the system default" : "Habilita el tema per defecte del sistema",
"Using the default system appearance." : "S'està utilitzant l'aparença per defecte del sistema.",
"Dyslexia font" : "Lletra per a la dislèxia",
"Enable dyslexia font" : "Habilita la lletra per a la dislèxia",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic és una lletra gratuïta dissenyada per a mitigar alguns dels errors de lectura habituals causats per la dislèxia.",
"High contrast mode" : "Mode de contrast alt",
"Enable high contrast mode" : "Habilita el mode de contrast alt",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Mode de contrast alt per a facilitar la navegació. La qualitat visual es reduirà, però s'incrementarà la claredat.",
"Light theme" : "Tema clar",
"Enable the default light theme" : "Habilita el tema clar per defecte",
"The default light appearance." : "Aparença clara per defecte.",
"Legal notice" : "Avís legal",
"Privacy policy" : "Política de privadesa",
"Adjust the Nextcloud theme" : "Ajusteu el tema del Nextcloud",
"Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Els temes us permeten personalitzar fàcilment l'aspecte de la instància i dels clients compatibles. Serà visible per a tots els usuaris.",
"Advanced options" : "Paràmetres avançats",
"Install the ImageMagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instal·leu l'extensió del PHP d'ImageMagick compatible amb imatges SVG per a generar automàticament icones de web a partir del logotip i del color pujats.",
"Name" : "Nom",
"Web link" : "Enllaç web",
"a safe home for all your data" : "Un lloc segur per a totes les vostres dades",
"Slogan" : "Eslògan",
"Color" : "Color",
"Logo" : "Logotip",
"Upload new logo" : "Puja un logotip nou",
"Background and login image" : "Imatge de fons i d'inici de sessió",
"Upload new background and login image" : "Puja una imatge de fons i inici de sessió nova",
"Legal notice link" : "Enllaç a l'avís legal",
"Privacy policy link" : "Enllaç a la política de privadesa",
"Header logo" : "Logotip de capçalera",
"Upload new header logo" : "Puja un logotip de capçalera nou",
"Favicon" : "Icona de web",
"Upload new favicon" : "Puja una icona de web nova",
"User settings" : "Paràmetres de l'usuari",
"Disable user theming" : "Inhabilita els temes d'usuari",
"Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Tot i que podeu seleccionar i personalitzar la instància, els usuaris poden canviar el fons i els colors. Si voleu forçar la vostra personalització, podeu activar-ho.",
"Appearance and accessibility settings" : "Paràmetres d'aparença i accessibilitat",
"Background" : "Fons",
"Customization has been disabled by your administrator" : "L'administrador ha inhabilitat la personalització",
"Set a custom background" : "Definiu un fons personalitzat",
"Keyboard shortcuts" : "Dreceres de teclat",
"In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "En alguns casos, les dreceres de teclat poden interferir amb les eines d'accessibilitat. Per a permetre centrar-vos correctament en la vostra eina, podeu inhabilitar totes les dreceres de teclat aquí. Això també inhabilitarà totes les dreceres disponibles en les aplicacions.",
"Disable all keyboard shortcuts" : "Inhabilita totes les dreceres de teclat",
"Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "L'accés universal és molt important per a nosaltres. Seguim els estàndards web i comprovem que tot es pugui utilitzar també sense el ratolí i amb programes d'assistència, com ara els lectors de pantalla. Volem complir les {guidelines}Pautes d'accessibilitat del contingut web{linkend} 2.1 a nivell AA i amb el tema de contrast alt fins i tot a nivell AAA.",
"If you find any issues, do not hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "Si trobeu cap problema, no dubteu a informar-ne en el {issuetracker}nostre seguiment de problemes{linkend}. A més, si voleu participar, uniu-vos al {designteam}nostre equip de disseny{linkend}!",
"Current selected app: {app}, position {position} of {total}" : "Aplicació seleccionada actualment: {app}, posició {position}/{total}",
"Move up" : "Mou amunt",
"Move down" : "Mou avall",
"Custom background" : "Fons personalitzat",
"Default background" : "Fons per defecte",
"Change color" : "Canvia el color",
"No background" : "Sense fons",
"Select a background from your files" : "Seleccioneu un fons dels fitxers",
"Select background" : "Selecciona un fons",
"No background has been selected" : "No s'ha seleccionat cap fons",
"Theme selection is enforced" : "Es força la selecció de tema",
"Navigation bar settings" : "Paràmetres de la barra de navegació",
"You can configure the app order used for the navigation bar. The first entry will be the default app, opened after login or when clicking on the logo." : "Podeu configurar l'ordre de les aplicacions en la barra de navegació. La primera entrada serà l'aplicació per defecte, que s'obrirà després d'iniciar la sessió o en fer clic en el logotip.",
"The default app can not be changed because it was configured by the administrator." : "No es pot canviar l'aplicació per defecte perquè l'ha configurat l'administrador.",
"The app order was changed, to see it in action you have to reload the page." : "L'ordre de les aplicacions ha canviat. Per a veure els canvis, cal que torneu a carregar la pàgina.",
"Reset default app order" : "Reinicialitza l'ordre de les aplicacions per defecte",
"Could not set the app order" : "No s'ha pogut definir l'ordre de les aplicacions",
"Could not reset the app order" : "No s'ha pogut reinicialitzar l'ordre de les aplicacions",
"Default app" : "Aplicació per defecte",
"The default app is the app that is e.g. opened after login or when the logo in the menu is clicked." : "L'aplicació per defecte és l'aplicació que s'obre després d'iniciar la sessió o quan feu clic en el logotip del menú.",
"Use custom default app" : "Utilitza una aplicació per defecte personalitzada",
"Global default app" : "Aplicació per defecte global",
"Global default apps" : "Aplicacions per defecte globals",
"Default app priority" : "Prioritat de l'aplicació per defecte",
"If an app is not enabled for a user, the next app with lower priority is used." : "Si un usuari no té habilitada una aplicació, s'utilitza l'aplicació següent amb una prioritat inferior.",
"Could not set global default apps" : "No s'han pogut definir les aplicacions per defecte globals",
"Reset to default" : "Reinicialitza els valors per defecte",
"Upload" : "Puja",
"Remove background image" : "Suprimeix la imatge de fons",
"Failed to clean up the old administration theming images folder" : "No s'ha pogut netejar la carpeta antiga d'imatges de temes d'administració",
"Failed to clean up the old administration image folder" : "No s'ha pogut netejar la carpeta antiga d'imatges d'administració",
"Select a custom color" : "Selecciona un color personalitzat"
},
"nplurals=2; plural=(n != 1);");
+115
View File
@@ -0,0 +1,115 @@
{ "translations": {
"The given name is too long" : "El nom proporcionat és massa llarg",
"The given web address is too long" : "L'adreça web proporcionada és massa llarga",
"The given web address is not a valid URL" : "L'adreça web proporcionada no és un URL vàlid",
"The given legal notice address is too long" : "L'adreça d'avís legal proporcionada és massa llarga",
"The given legal notice address is not a valid URL" : "L'adreça d'avís legal proporcionada no és un URL vàlid",
"The given privacy policy address is too long" : "L'adreça de política de privadesa és massa llarga",
"The given privacy policy address is not a valid URL" : "L'adreça de la política de privadesa proporcionada no és un URL vàlid",
"The given slogan is too long" : "L'eslògan proporcionat és massa llarg",
"The given color is invalid" : "El color proporcionat no és vàlid",
"Disable-user-theming should be true or false" : "Disable-user-theming ha de ser «true» o «false»",
"Saved" : "S'ha desat",
"Invalid app given" : "S'ha indicat una aplicació no vàlida",
"Invalid type for setting \"defaultApp\" given" : "S'ha indicat un tipus no vàlid per al paràmetre «defaultApp»",
"Invalid setting key" : "La clau de paràmetre no és vàlida",
"The file was uploaded" : "S'ha pujat el fitxer",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El fitxer pujat supera la directiva upload_max_filesize del fitxer php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El fitxer pujat supera la directiva MAX_FILE_SIZE especificada en el formulari HTML",
"The file was only partially uploaded" : "El fitxer només s'ha pujat parcialment",
"No file was uploaded" : "No s'ha pujat cap fitxer",
"Missing a temporary folder" : "Falta una carpeta temporal",
"Could not write file to disk" : "No sha pogut escriure el fitxer en el disc",
"A PHP extension stopped the file upload" : "Una extensió del PHP ha aturat la pujada del fitxer",
"No file uploaded" : "No s'ha pujat cap fitxer",
"You are already using a custom theme. Theming app settings might be overwritten by that." : "Ja utilitzeu un tema personalitzat. És possible que aquest tema substitueixi els paràmetres de l'aplicació Aparença.",
"Theming" : "Aparença",
"Appearance and accessibility" : "Aparença i accessibilitat",
"PHP Imagick module" : "Mòdul Imagick del PHP",
"The PHP module \"imagick\" is not enabled although the theming app is. For favicon generation to work correctly, you need to install and enable this module." : "El mòdul del PHP «imagick» no està habilitat però l'aplicació Temes sí. Perquè la generació d'icones de lloc funcioni correctament, cal instal·lar i habilitar aquest mòdul.",
"The PHP module \"imagick\" in this instance has no SVG support. For better compatibility it is recommended to install it." : "El mòdul «imagick» del PHP d'aquesta instància no és compatible amb SVG. Per a millorar la compatibilitat, es recomana instal·lar-lo.",
"Dark theme with high contrast mode" : "Tema fosc amb mode de contrast alt",
"Enable dark high contrast mode" : "Habilita el mode fosc de contrast alt",
"Similar to the high contrast mode, but with dark colours." : "Similar al mode de contrast alt, però amb colors foscos.",
"Dark theme" : "Tema fosc",
"Enable dark theme" : "Habilita el tema fosc",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness." : "Un tema fosc que alleuja els ulls reduint la lluminositat i la brillantor generals.",
"System default theme" : "Tema per defecte del sistema",
"Enable the system default" : "Habilita el tema per defecte del sistema",
"Using the default system appearance." : "S'està utilitzant l'aparença per defecte del sistema.",
"Dyslexia font" : "Lletra per a la dislèxia",
"Enable dyslexia font" : "Habilita la lletra per a la dislèxia",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic és una lletra gratuïta dissenyada per a mitigar alguns dels errors de lectura habituals causats per la dislèxia.",
"High contrast mode" : "Mode de contrast alt",
"Enable high contrast mode" : "Habilita el mode de contrast alt",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Mode de contrast alt per a facilitar la navegació. La qualitat visual es reduirà, però s'incrementarà la claredat.",
"Light theme" : "Tema clar",
"Enable the default light theme" : "Habilita el tema clar per defecte",
"The default light appearance." : "Aparença clara per defecte.",
"Legal notice" : "Avís legal",
"Privacy policy" : "Política de privadesa",
"Adjust the Nextcloud theme" : "Ajusteu el tema del Nextcloud",
"Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Els temes us permeten personalitzar fàcilment l'aspecte de la instància i dels clients compatibles. Serà visible per a tots els usuaris.",
"Advanced options" : "Paràmetres avançats",
"Install the ImageMagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instal·leu l'extensió del PHP d'ImageMagick compatible amb imatges SVG per a generar automàticament icones de web a partir del logotip i del color pujats.",
"Name" : "Nom",
"Web link" : "Enllaç web",
"a safe home for all your data" : "Un lloc segur per a totes les vostres dades",
"Slogan" : "Eslògan",
"Color" : "Color",
"Logo" : "Logotip",
"Upload new logo" : "Puja un logotip nou",
"Background and login image" : "Imatge de fons i d'inici de sessió",
"Upload new background and login image" : "Puja una imatge de fons i inici de sessió nova",
"Legal notice link" : "Enllaç a l'avís legal",
"Privacy policy link" : "Enllaç a la política de privadesa",
"Header logo" : "Logotip de capçalera",
"Upload new header logo" : "Puja un logotip de capçalera nou",
"Favicon" : "Icona de web",
"Upload new favicon" : "Puja una icona de web nova",
"User settings" : "Paràmetres de l'usuari",
"Disable user theming" : "Inhabilita els temes d'usuari",
"Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Tot i que podeu seleccionar i personalitzar la instància, els usuaris poden canviar el fons i els colors. Si voleu forçar la vostra personalització, podeu activar-ho.",
"Appearance and accessibility settings" : "Paràmetres d'aparença i accessibilitat",
"Background" : "Fons",
"Customization has been disabled by your administrator" : "L'administrador ha inhabilitat la personalització",
"Set a custom background" : "Definiu un fons personalitzat",
"Keyboard shortcuts" : "Dreceres de teclat",
"In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "En alguns casos, les dreceres de teclat poden interferir amb les eines d'accessibilitat. Per a permetre centrar-vos correctament en la vostra eina, podeu inhabilitar totes les dreceres de teclat aquí. Això també inhabilitarà totes les dreceres disponibles en les aplicacions.",
"Disable all keyboard shortcuts" : "Inhabilita totes les dreceres de teclat",
"Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "L'accés universal és molt important per a nosaltres. Seguim els estàndards web i comprovem que tot es pugui utilitzar també sense el ratolí i amb programes d'assistència, com ara els lectors de pantalla. Volem complir les {guidelines}Pautes d'accessibilitat del contingut web{linkend} 2.1 a nivell AA i amb el tema de contrast alt fins i tot a nivell AAA.",
"If you find any issues, do not hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "Si trobeu cap problema, no dubteu a informar-ne en el {issuetracker}nostre seguiment de problemes{linkend}. A més, si voleu participar, uniu-vos al {designteam}nostre equip de disseny{linkend}!",
"Current selected app: {app}, position {position} of {total}" : "Aplicació seleccionada actualment: {app}, posició {position}/{total}",
"Move up" : "Mou amunt",
"Move down" : "Mou avall",
"Custom background" : "Fons personalitzat",
"Default background" : "Fons per defecte",
"Change color" : "Canvia el color",
"No background" : "Sense fons",
"Select a background from your files" : "Seleccioneu un fons dels fitxers",
"Select background" : "Selecciona un fons",
"No background has been selected" : "No s'ha seleccionat cap fons",
"Theme selection is enforced" : "Es força la selecció de tema",
"Navigation bar settings" : "Paràmetres de la barra de navegació",
"You can configure the app order used for the navigation bar. The first entry will be the default app, opened after login or when clicking on the logo." : "Podeu configurar l'ordre de les aplicacions en la barra de navegació. La primera entrada serà l'aplicació per defecte, que s'obrirà després d'iniciar la sessió o en fer clic en el logotip.",
"The default app can not be changed because it was configured by the administrator." : "No es pot canviar l'aplicació per defecte perquè l'ha configurat l'administrador.",
"The app order was changed, to see it in action you have to reload the page." : "L'ordre de les aplicacions ha canviat. Per a veure els canvis, cal que torneu a carregar la pàgina.",
"Reset default app order" : "Reinicialitza l'ordre de les aplicacions per defecte",
"Could not set the app order" : "No s'ha pogut definir l'ordre de les aplicacions",
"Could not reset the app order" : "No s'ha pogut reinicialitzar l'ordre de les aplicacions",
"Default app" : "Aplicació per defecte",
"The default app is the app that is e.g. opened after login or when the logo in the menu is clicked." : "L'aplicació per defecte és l'aplicació que s'obre després d'iniciar la sessió o quan feu clic en el logotip del menú.",
"Use custom default app" : "Utilitza una aplicació per defecte personalitzada",
"Global default app" : "Aplicació per defecte global",
"Global default apps" : "Aplicacions per defecte globals",
"Default app priority" : "Prioritat de l'aplicació per defecte",
"If an app is not enabled for a user, the next app with lower priority is used." : "Si un usuari no té habilitada una aplicació, s'utilitza l'aplicació següent amb una prioritat inferior.",
"Could not set global default apps" : "No s'han pogut definir les aplicacions per defecte globals",
"Reset to default" : "Reinicialitza els valors per defecte",
"Upload" : "Puja",
"Remove background image" : "Suprimeix la imatge de fons",
"Failed to clean up the old administration theming images folder" : "No s'ha pogut netejar la carpeta antiga d'imatges de temes d'administració",
"Failed to clean up the old administration image folder" : "No s'ha pogut netejar la carpeta antiga d'imatges d'administració",
"Select a custom color" : "Selecciona un color personalitzat"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
+116
View File
@@ -0,0 +1,116 @@
OC.L10N.register(
"theming",
{
"The given name is too long" : "Daný název je příliš dlouhý",
"The given web address is too long" : "Daná webová adresa je příliš dlouhá",
"The given web address is not a valid URL" : "Daná webová adresa není platné URL",
"The given legal notice address is too long" : "Daná adresa právního upozornění je příliš dlouhá",
"The given legal notice address is not a valid URL" : "Daná adresa právního upozornění není platné URL",
"The given privacy policy address is too long" : "Daná adresa prohlášení o zásadách ochrany osobních údajů je příliš dlouhá",
"The given privacy policy address is not a valid URL" : "Daná adresa prohlášení o zásadách ochrany soukromí není platné URL",
"The given slogan is too long" : "Daný slogan je příliš dlouhý",
"The given color is invalid" : "Daná barva není platná",
"Disable-user-theming should be true or false" : "Volba „Vypnout opatřování vzhledem uživateli“ by měla být ano nebo ne",
"Saved" : "Uloženo",
"Invalid app given" : "Zadána neplatná aplikace",
"Invalid type for setting \"defaultApp\" given" : "Zadán neplatný typ nastavení pro „defaultApp",
"Invalid setting key" : "Neplatný klíč nastavení",
"The file was uploaded" : "Soubor byl nahrán",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Velikost nahrávaného souboru překračuje limit nastavený direktivou upload_max_filesize v php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Velikost nahrávaného souboru překračuje limit, nastavený direktivou MAX_FILE_SIZE, zadanou v HTML formuláři",
"The file was only partially uploaded" : "Soubor byl nahrán pouze z části",
"No file was uploaded" : "Nebyl nahrán žádný soubor",
"Missing a temporary folder" : "Chybí složka pro dočasné soubory",
"Could not write file to disk" : "Soubor se nedaří zapsat na datové úložiště",
"A PHP extension stopped the file upload" : "PHP rozšíření zastavilo nahrávání souboru",
"No file uploaded" : "Nenahrán žádný soubor",
"You are already using a custom theme. Theming app settings might be overwritten by that." : "Už používáte svůj vlastní motiv vzhledu. Nastavení aplikace pro změnu motivu vzhledu tím mohou být přepsána.",
"Theming" : "Motiv vzhledu",
"Appearance and accessibility" : "Vzhled a zpřístupnění",
"PHP Imagick module" : "PHP modul Imagick",
"The PHP module \"imagick\" is not enabled although the theming app is. For favicon generation to work correctly, you need to install and enable this module." : "Ačkoli je zapnutá aplikace pro opatřování motivem vzhledu, není zapnutý PHP modul „imagick“. Aby vytváření ikon webů správně fungovalo, je zapotřebí tento modul nainstalovat a zapnout.",
"Dark theme with high contrast mode" : "Tmavý motiv vzhledu s režimem vysokého kontrastu",
"Enable dark high contrast mode" : "Používat tmavý režim s vysokým kontrastem",
"Similar to the high contrast mode, but with dark colours." : "Podobné režimu s vysokým kontrastem, ale s tmavými barvami.",
"Dark theme" : "Tmavý motiv vzhledu",
"Enable dark theme" : "Používat tmavý motiv vzhledu",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness." : "Tmavý motiv vzhledu pro ulevení vašim očím pomocí omezení celkové svítivosti a jasu.",
"System default theme" : "Výchozí systémový vzhled",
"Enable the system default" : "Použít systémový výchozí",
"Using the default system appearance." : "Používá se výchozí systémový vzhled.",
"Dyslexia font" : "Písmo pro dyslektiky",
"Enable dyslexia font" : "Používat písmo pro dyslektiky",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic je bezplatné písmo (font) navržené tak, aby odpomáhalo od některých běžných chybování při čtení, způsobených dyslexií.",
"High contrast mode" : "Režim s vysokým kontrastem",
"Enable high contrast mode" : "Zapnout režim s vysokým kontrastem",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Režim s vysokým kontrastem pro usnadnění orientace při pohybu po aplikaci. Vizuální kvalita bude snížena, zato zřetelnost se zlepší.",
"Light theme" : "Světlý motiv vzhledu",
"Enable the default light theme" : "Používat výchozí světlý vzhled",
"The default light appearance." : "Výchozí světlý vzhled.",
"Legal notice" : "Právní upozornění",
"Privacy policy" : "Zásady ochrany soukromí",
"Adjust the Nextcloud theme" : "Upravit motiv vzhledu Nextcloud",
"Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Motivy umožňují jednoduše přizpůsobit vzhled a dojem z vaší instance a podporovaných klientů. Projeví se všem uživatelům.",
"Advanced options" : "Pokročilé předvolby",
"Install the ImageMagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Nainstalujte rozšíření ImageMagick PHP s podporou SVG obrázků, které automaticky vytváří favicon na základě nahraného loga a barvy.",
"Name" : "Název",
"Web link" : "Webový odkaz",
"a safe home for all your data" : "bezpečný domov pro všechna vaše data",
"Slogan" : "Slogan",
"Color" : "Barva",
"Logo" : "Logo",
"Upload new logo" : "Nahrát nové logo",
"Background and login image" : "Obrázek na pozadí a přihlašovací obrazovce",
"Upload new background and login image" : "Nahrát nový obrázek na pozadí a přihlašovací obrazovku",
"Legal notice link" : "Odkaz na právní upozornění",
"Privacy policy link" : "Odkaz na zásady ochrany osobních údajů",
"Header logo" : "Logo pro záhlaví",
"Upload new header logo" : "Nahrát nové logo pro záhlaví",
"Favicon" : "ikona webu",
"Upload new favicon" : "Nahrát novou ikonu webu",
"User settings" : "Nastavení pro uživatele",
"Disable user theming" : "Vypnout opatřování vzhledem uživateli",
"Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Ačkoli je možné vybrat a přizpůsobit si svou instanci, uživatelé si mohou změnit pozadí a barvy. Pokud chcete vámi nastavené přizpůsobení vynutit, můžete toto zapnout.",
"Appearance and accessibility settings" : "Nastavení vzhledu a zpřístupnění",
"Background" : "Pozadí",
"Customization has been disabled by your administrator" : "Přizpůsobení si bylo vypnuto správcem",
"Set a custom background" : "Nastavit uživatelsky určené pozadí",
"Keyboard shortcuts" : "Klávesové zkratky",
"In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "V některých případech mohou klávesové zkratky kolidovat s těmi v rámci nástrojů pro zpřístupnění. Aby tyto nástroje fungovaly správně, je možné zde vypnout veškeré klávesové zkratky pro Nextcloud. Toto také vypne veškeré klávesové zkratky v Nextcloud aplikacích.",
"Disable all keyboard shortcuts" : "Vypnout veškeré klávesové zkratky",
"Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "Přístupnost pro všechny je pro nás velmi důležitá. Splňujeme webové standardy a zajišťujeme, aby všechno bylo použitelné i bez myši a s asistenčním software, jako například čtečkami obrazovky. Máme za cíl být v souladu s doporučeními {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 na úrovni AA, při použití motivu vzhledu s vysokým kontrastem dokonce na úrovni AAA.",
"If you find any issues, do not hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "Pokud naleznete jakékoli problémy, neváhejte s jejich nahlášením do {issuetracker}našeho systému pro správu hlášení{linkend}. A pokud se chcete zapojit, přidejte se k {designteam}týmu našich designérů{linkend}!",
"Current selected app: {app}, position {position} of {total}" : "Nyní vybraná aplikace: {app}, pozice {position} z {total}",
"Move up" : "Přesunout výše",
"Move down" : "Přesunout dolů",
"Custom background" : "Uživatelsky určený obrázek na pozadí",
"Default background" : "Výchozí obrázek na pozadí",
"Change color" : "Změnit barvu",
"No background" : "Žádné pozadí",
"Select a background from your files" : "Vyberte obrázek na pozadí ze svých souborů",
"Select background" : "Vybrat pozadí",
"No background has been selected" : "Nevybráno žádné pozadí",
"Theme selection is enforced" : "Výběr motivu vzhledu je vynucen",
"Navigation bar settings" : "Nastavení pruhu navigace",
"You can configure the app order used for the navigation bar. The first entry will be the default app, opened after login or when clicking on the logo." : "Pořadí v liště navigace je možné nastavit. První položkou bude výchozí aplikace, otevíranou po přihlášení se nebo při kliknutí na logo.",
"The default app can not be changed because it was configured by the administrator." : "Výchozí aplikace nebude změněna protože byla nastavená správcem.",
"The app order was changed, to see it in action you have to reload the page." : "Pořadí aplikací bylo změněno aby se projevilo, je třeba stránku načíst znovu.",
"Reset default app order" : "Vrátit pořadí aplikací na výchozí",
"Could not set the app order" : "Nepodařilo se nastavit pořadí aplikací",
"Could not reset the app order" : "Nepodařilo se vrátit pořadí aplikací na výchozí",
"Default app" : "Výchozí aplikace",
"The default app is the app that is e.g. opened after login or when the logo in the menu is clicked." : "Výchozí aplikace je ta, která je např. otevřena po přihlášení se nebo po kliknutí na logo v nabídce.",
"Use custom default app" : "Použít uživatelsky určenou výchozí aplikaci",
"Global default app" : "Globálně výchozí aplikace",
"Global default apps" : "Globálně výchozí aplikace",
"Default app priority" : "Priorita výchozí aplikace",
"If an app is not enabled for a user, the next app with lower priority is used." : "Pokud aplikace není pro daného uživatele zapnutá, bude použita hned další aplikace v pořadí priority.",
"Could not set global default apps" : "Nepodařilo se nastavit globálně výchozí aplikace",
"Reset to default" : "Vrátit zpět na výchozí hodnoty",
"Upload" : "Nahrát",
"Remove background image" : "Odebrat obrázek z pozadí",
"Failed to clean up the old administration theming images folder" : "Nepodařilo se uklidit v původní složce s obrázky motivu vzhledu, určovaným správcem",
"Failed to clean up the old administration image folder" : "Nepodařilo se uklidit v původní složce s obrázky určovanými správcem",
"Select a custom color" : "Vybrat uživatelsky určenou barvu"
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");
+114
View File
@@ -0,0 +1,114 @@
{ "translations": {
"The given name is too long" : "Daný název je příliš dlouhý",
"The given web address is too long" : "Daná webová adresa je příliš dlouhá",
"The given web address is not a valid URL" : "Daná webová adresa není platné URL",
"The given legal notice address is too long" : "Daná adresa právního upozornění je příliš dlouhá",
"The given legal notice address is not a valid URL" : "Daná adresa právního upozornění není platné URL",
"The given privacy policy address is too long" : "Daná adresa prohlášení o zásadách ochrany osobních údajů je příliš dlouhá",
"The given privacy policy address is not a valid URL" : "Daná adresa prohlášení o zásadách ochrany soukromí není platné URL",
"The given slogan is too long" : "Daný slogan je příliš dlouhý",
"The given color is invalid" : "Daná barva není platná",
"Disable-user-theming should be true or false" : "Volba „Vypnout opatřování vzhledem uživateli“ by měla být ano nebo ne",
"Saved" : "Uloženo",
"Invalid app given" : "Zadána neplatná aplikace",
"Invalid type for setting \"defaultApp\" given" : "Zadán neplatný typ nastavení pro „defaultApp",
"Invalid setting key" : "Neplatný klíč nastavení",
"The file was uploaded" : "Soubor byl nahrán",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Velikost nahrávaného souboru překračuje limit nastavený direktivou upload_max_filesize v php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Velikost nahrávaného souboru překračuje limit, nastavený direktivou MAX_FILE_SIZE, zadanou v HTML formuláři",
"The file was only partially uploaded" : "Soubor byl nahrán pouze z části",
"No file was uploaded" : "Nebyl nahrán žádný soubor",
"Missing a temporary folder" : "Chybí složka pro dočasné soubory",
"Could not write file to disk" : "Soubor se nedaří zapsat na datové úložiště",
"A PHP extension stopped the file upload" : "PHP rozšíření zastavilo nahrávání souboru",
"No file uploaded" : "Nenahrán žádný soubor",
"You are already using a custom theme. Theming app settings might be overwritten by that." : "Už používáte svůj vlastní motiv vzhledu. Nastavení aplikace pro změnu motivu vzhledu tím mohou být přepsána.",
"Theming" : "Motiv vzhledu",
"Appearance and accessibility" : "Vzhled a zpřístupnění",
"PHP Imagick module" : "PHP modul Imagick",
"The PHP module \"imagick\" is not enabled although the theming app is. For favicon generation to work correctly, you need to install and enable this module." : "Ačkoli je zapnutá aplikace pro opatřování motivem vzhledu, není zapnutý PHP modul „imagick“. Aby vytváření ikon webů správně fungovalo, je zapotřebí tento modul nainstalovat a zapnout.",
"Dark theme with high contrast mode" : "Tmavý motiv vzhledu s režimem vysokého kontrastu",
"Enable dark high contrast mode" : "Používat tmavý režim s vysokým kontrastem",
"Similar to the high contrast mode, but with dark colours." : "Podobné režimu s vysokým kontrastem, ale s tmavými barvami.",
"Dark theme" : "Tmavý motiv vzhledu",
"Enable dark theme" : "Používat tmavý motiv vzhledu",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness." : "Tmavý motiv vzhledu pro ulevení vašim očím pomocí omezení celkové svítivosti a jasu.",
"System default theme" : "Výchozí systémový vzhled",
"Enable the system default" : "Použít systémový výchozí",
"Using the default system appearance." : "Používá se výchozí systémový vzhled.",
"Dyslexia font" : "Písmo pro dyslektiky",
"Enable dyslexia font" : "Používat písmo pro dyslektiky",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic je bezplatné písmo (font) navržené tak, aby odpomáhalo od některých běžných chybování při čtení, způsobených dyslexií.",
"High contrast mode" : "Režim s vysokým kontrastem",
"Enable high contrast mode" : "Zapnout režim s vysokým kontrastem",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Režim s vysokým kontrastem pro usnadnění orientace při pohybu po aplikaci. Vizuální kvalita bude snížena, zato zřetelnost se zlepší.",
"Light theme" : "Světlý motiv vzhledu",
"Enable the default light theme" : "Používat výchozí světlý vzhled",
"The default light appearance." : "Výchozí světlý vzhled.",
"Legal notice" : "Právní upozornění",
"Privacy policy" : "Zásady ochrany soukromí",
"Adjust the Nextcloud theme" : "Upravit motiv vzhledu Nextcloud",
"Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Motivy umožňují jednoduše přizpůsobit vzhled a dojem z vaší instance a podporovaných klientů. Projeví se všem uživatelům.",
"Advanced options" : "Pokročilé předvolby",
"Install the ImageMagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Nainstalujte rozšíření ImageMagick PHP s podporou SVG obrázků, které automaticky vytváří favicon na základě nahraného loga a barvy.",
"Name" : "Název",
"Web link" : "Webový odkaz",
"a safe home for all your data" : "bezpečný domov pro všechna vaše data",
"Slogan" : "Slogan",
"Color" : "Barva",
"Logo" : "Logo",
"Upload new logo" : "Nahrát nové logo",
"Background and login image" : "Obrázek na pozadí a přihlašovací obrazovce",
"Upload new background and login image" : "Nahrát nový obrázek na pozadí a přihlašovací obrazovku",
"Legal notice link" : "Odkaz na právní upozornění",
"Privacy policy link" : "Odkaz na zásady ochrany osobních údajů",
"Header logo" : "Logo pro záhlaví",
"Upload new header logo" : "Nahrát nové logo pro záhlaví",
"Favicon" : "ikona webu",
"Upload new favicon" : "Nahrát novou ikonu webu",
"User settings" : "Nastavení pro uživatele",
"Disable user theming" : "Vypnout opatřování vzhledem uživateli",
"Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Ačkoli je možné vybrat a přizpůsobit si svou instanci, uživatelé si mohou změnit pozadí a barvy. Pokud chcete vámi nastavené přizpůsobení vynutit, můžete toto zapnout.",
"Appearance and accessibility settings" : "Nastavení vzhledu a zpřístupnění",
"Background" : "Pozadí",
"Customization has been disabled by your administrator" : "Přizpůsobení si bylo vypnuto správcem",
"Set a custom background" : "Nastavit uživatelsky určené pozadí",
"Keyboard shortcuts" : "Klávesové zkratky",
"In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "V některých případech mohou klávesové zkratky kolidovat s těmi v rámci nástrojů pro zpřístupnění. Aby tyto nástroje fungovaly správně, je možné zde vypnout veškeré klávesové zkratky pro Nextcloud. Toto také vypne veškeré klávesové zkratky v Nextcloud aplikacích.",
"Disable all keyboard shortcuts" : "Vypnout veškeré klávesové zkratky",
"Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "Přístupnost pro všechny je pro nás velmi důležitá. Splňujeme webové standardy a zajišťujeme, aby všechno bylo použitelné i bez myši a s asistenčním software, jako například čtečkami obrazovky. Máme za cíl být v souladu s doporučeními {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 na úrovni AA, při použití motivu vzhledu s vysokým kontrastem dokonce na úrovni AAA.",
"If you find any issues, do not hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "Pokud naleznete jakékoli problémy, neváhejte s jejich nahlášením do {issuetracker}našeho systému pro správu hlášení{linkend}. A pokud se chcete zapojit, přidejte se k {designteam}týmu našich designérů{linkend}!",
"Current selected app: {app}, position {position} of {total}" : "Nyní vybraná aplikace: {app}, pozice {position} z {total}",
"Move up" : "Přesunout výše",
"Move down" : "Přesunout dolů",
"Custom background" : "Uživatelsky určený obrázek na pozadí",
"Default background" : "Výchozí obrázek na pozadí",
"Change color" : "Změnit barvu",
"No background" : "Žádné pozadí",
"Select a background from your files" : "Vyberte obrázek na pozadí ze svých souborů",
"Select background" : "Vybrat pozadí",
"No background has been selected" : "Nevybráno žádné pozadí",
"Theme selection is enforced" : "Výběr motivu vzhledu je vynucen",
"Navigation bar settings" : "Nastavení pruhu navigace",
"You can configure the app order used for the navigation bar. The first entry will be the default app, opened after login or when clicking on the logo." : "Pořadí v liště navigace je možné nastavit. První položkou bude výchozí aplikace, otevíranou po přihlášení se nebo při kliknutí na logo.",
"The default app can not be changed because it was configured by the administrator." : "Výchozí aplikace nebude změněna protože byla nastavená správcem.",
"The app order was changed, to see it in action you have to reload the page." : "Pořadí aplikací bylo změněno aby se projevilo, je třeba stránku načíst znovu.",
"Reset default app order" : "Vrátit pořadí aplikací na výchozí",
"Could not set the app order" : "Nepodařilo se nastavit pořadí aplikací",
"Could not reset the app order" : "Nepodařilo se vrátit pořadí aplikací na výchozí",
"Default app" : "Výchozí aplikace",
"The default app is the app that is e.g. opened after login or when the logo in the menu is clicked." : "Výchozí aplikace je ta, která je např. otevřena po přihlášení se nebo po kliknutí na logo v nabídce.",
"Use custom default app" : "Použít uživatelsky určenou výchozí aplikaci",
"Global default app" : "Globálně výchozí aplikace",
"Global default apps" : "Globálně výchozí aplikace",
"Default app priority" : "Priorita výchozí aplikace",
"If an app is not enabled for a user, the next app with lower priority is used." : "Pokud aplikace není pro daného uživatele zapnutá, bude použita hned další aplikace v pořadí priority.",
"Could not set global default apps" : "Nepodařilo se nastavit globálně výchozí aplikace",
"Reset to default" : "Vrátit zpět na výchozí hodnoty",
"Upload" : "Nahrát",
"Remove background image" : "Odebrat obrázek z pozadí",
"Failed to clean up the old administration theming images folder" : "Nepodařilo se uklidit v původní složce s obrázky motivu vzhledu, určovaným správcem",
"Failed to clean up the old administration image folder" : "Nepodařilo se uklidit v původní složce s obrázky určovanými správcem",
"Select a custom color" : "Vybrat uživatelsky určenou barvu"
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
}
+69
View File
@@ -0,0 +1,69 @@
OC.L10N.register(
"theming",
{
"The given name is too long" : "Navnet er for langt",
"The given web address is too long" : "Webadressen er for lang",
"The given web address is not a valid URL" : "Den angivne webadresse er ikke en gyldig URL",
"The given legal notice address is too long" : "Den angivne juridiske meddelelsesadresse er for lang",
"The given legal notice address is not a valid URL" : "Den angivne juridiske meddelelsesadresse er ikke en gyldig URL",
"The given privacy policy address is too long" : "Den angivne adresse til privatlivspolitikken er for lang",
"The given privacy policy address is not a valid URL" : "Den angivne adresse til privatlivspolitikken er ikke en gyldig URL",
"The given slogan is too long" : "Sloganet er for langt",
"The given color is invalid" : "Farven er ikke gyldig",
"Disable-user-theming should be true or false" : "Disable-user-theming skal være \"true\" eller \"false\"",
"Saved" : "Gemt",
"The file was uploaded" : "Filen blev uploadet",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Den uploadede fil overstiger upload_max_filesize direktivet i php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Den uploadede fil overstiger MAX_FILE_SIZE indstilingen, som specificeret i HTML formularen",
"The file was only partially uploaded" : "Filen blev kun delvist uploadet",
"No file was uploaded" : "Ingen fil uploadet",
"Missing a temporary folder" : "Manglende midlertidig mappe.",
"Could not write file to disk" : "Kunne ikke skrive fil til disk",
"A PHP extension stopped the file upload" : "En PHP-udvidelse stoppede filoverførslen",
"No file uploaded" : "Ingen fil uploadet",
"You are already using a custom theme. Theming app settings might be overwritten by that." : "Du bruger allerede et brugerdefineret tema. Theming app-indstillinger kan blive overskrevet af det.",
"Theming" : "Temaer",
"Appearance and accessibility" : "Udseende og tilgængelighed",
"The PHP module \"imagick\" is not enabled although the theming app is. For favicon generation to work correctly, you need to install and enable this module." : "PHP-modulet \"imagick\" er ikke aktiveret, selvom tema-appen er det. For at favicon-generering skal fungere korrekt, skal du installere og aktivere dette modul.",
"Dark theme with high contrast mode" : "Mørkt tema med høj kontrast",
"Enable dark high contrast mode" : "Aktiver mørkt høj kontrast tilstand",
"Similar to the high contrast mode, but with dark colours." : "Som høj kontrast tilstand, men med mørke farver.",
"Dark theme" : "Mørkt tema",
"Enable dark theme" : "Aktiver Mørkt tema",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness." : "Et mørkt tema der reducere den overordnede lysmængde.",
"System default theme" : "System standard tema",
"Enable the system default" : "Aktiver systemets standard",
"Using the default system appearance." : "Anvender systemets standard udseende.",
"Dyslexia font" : "Skrifftype for ordblinde",
"Enable dyslexia font" : "aktiver skrifftype for ordblinde",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic er en gratis skrifttype designet til at undgå læsefejl pga. ordblindhed",
"High contrast mode" : "Højkontrasttilstand",
"Enable high contrast mode" : "aktiver højkontrasttilstand",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "En højkontrasttilstand letter navigationen. Presentation af lavere kvalitet, men tydeligere.",
"Legal notice" : "Juridisk notits",
"Privacy policy" : "Fortrolighedspolitik",
"Adjust the Nextcloud theme" : "Juster Nextcloud-temaet",
"Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Temaer gør det muligt nemt at tilpasse udseendet på din installation og understøttede klienter. Dette vil være synlig for alle brugere.",
"Advanced options" : "Avancerede indstillinger",
"Name" : "Navn",
"Web link" : "Web link",
"a safe home for all your data" : "Et sikket hjem til alt dit data",
"Slogan" : "Slogan",
"Color" : "Farve",
"Logo" : "Logo",
"Upload new logo" : "Upload nyt logo",
"Legal notice link" : "Link til juridisk meddelelse",
"Privacy policy link" : "Fortrolighedspolitik link",
"Header logo" : "Overskriftslogo",
"Upload new header logo" : "Upload nyt header-logo",
"Favicon" : "Favicon",
"Upload new favicon" : "Upload nyt favicon",
"Keyboard shortcuts" : "Tastaturgenveje",
"Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "Universel adgang er meget vigtig for os. Vi følger web standarder og sikrer os at gøre alt tilgængeligt også uden mus, eller med hjælpesoftware såsom screenreaders. Vi søger at følge reglerne{guidelines}Web Content Accessibility Guidelines{linkend} 2.1 og AA endda med højt kontrast tema på AAA niveau.",
"Move up" : "Flyt op",
"Move down" : "Flyt ned",
"Reset to default" : "Nulstil",
"Upload" : "Send",
"Remove background image" : "Fjern baggrundsbillede"
},
"nplurals=2; plural=(n != 1);");
+67
View File
@@ -0,0 +1,67 @@
{ "translations": {
"The given name is too long" : "Navnet er for langt",
"The given web address is too long" : "Webadressen er for lang",
"The given web address is not a valid URL" : "Den angivne webadresse er ikke en gyldig URL",
"The given legal notice address is too long" : "Den angivne juridiske meddelelsesadresse er for lang",
"The given legal notice address is not a valid URL" : "Den angivne juridiske meddelelsesadresse er ikke en gyldig URL",
"The given privacy policy address is too long" : "Den angivne adresse til privatlivspolitikken er for lang",
"The given privacy policy address is not a valid URL" : "Den angivne adresse til privatlivspolitikken er ikke en gyldig URL",
"The given slogan is too long" : "Sloganet er for langt",
"The given color is invalid" : "Farven er ikke gyldig",
"Disable-user-theming should be true or false" : "Disable-user-theming skal være \"true\" eller \"false\"",
"Saved" : "Gemt",
"The file was uploaded" : "Filen blev uploadet",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Den uploadede fil overstiger upload_max_filesize direktivet i php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Den uploadede fil overstiger MAX_FILE_SIZE indstilingen, som specificeret i HTML formularen",
"The file was only partially uploaded" : "Filen blev kun delvist uploadet",
"No file was uploaded" : "Ingen fil uploadet",
"Missing a temporary folder" : "Manglende midlertidig mappe.",
"Could not write file to disk" : "Kunne ikke skrive fil til disk",
"A PHP extension stopped the file upload" : "En PHP-udvidelse stoppede filoverførslen",
"No file uploaded" : "Ingen fil uploadet",
"You are already using a custom theme. Theming app settings might be overwritten by that." : "Du bruger allerede et brugerdefineret tema. Theming app-indstillinger kan blive overskrevet af det.",
"Theming" : "Temaer",
"Appearance and accessibility" : "Udseende og tilgængelighed",
"The PHP module \"imagick\" is not enabled although the theming app is. For favicon generation to work correctly, you need to install and enable this module." : "PHP-modulet \"imagick\" er ikke aktiveret, selvom tema-appen er det. For at favicon-generering skal fungere korrekt, skal du installere og aktivere dette modul.",
"Dark theme with high contrast mode" : "Mørkt tema med høj kontrast",
"Enable dark high contrast mode" : "Aktiver mørkt høj kontrast tilstand",
"Similar to the high contrast mode, but with dark colours." : "Som høj kontrast tilstand, men med mørke farver.",
"Dark theme" : "Mørkt tema",
"Enable dark theme" : "Aktiver Mørkt tema",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness." : "Et mørkt tema der reducere den overordnede lysmængde.",
"System default theme" : "System standard tema",
"Enable the system default" : "Aktiver systemets standard",
"Using the default system appearance." : "Anvender systemets standard udseende.",
"Dyslexia font" : "Skrifftype for ordblinde",
"Enable dyslexia font" : "aktiver skrifftype for ordblinde",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic er en gratis skrifttype designet til at undgå læsefejl pga. ordblindhed",
"High contrast mode" : "Højkontrasttilstand",
"Enable high contrast mode" : "aktiver højkontrasttilstand",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "En højkontrasttilstand letter navigationen. Presentation af lavere kvalitet, men tydeligere.",
"Legal notice" : "Juridisk notits",
"Privacy policy" : "Fortrolighedspolitik",
"Adjust the Nextcloud theme" : "Juster Nextcloud-temaet",
"Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Temaer gør det muligt nemt at tilpasse udseendet på din installation og understøttede klienter. Dette vil være synlig for alle brugere.",
"Advanced options" : "Avancerede indstillinger",
"Name" : "Navn",
"Web link" : "Web link",
"a safe home for all your data" : "Et sikket hjem til alt dit data",
"Slogan" : "Slogan",
"Color" : "Farve",
"Logo" : "Logo",
"Upload new logo" : "Upload nyt logo",
"Legal notice link" : "Link til juridisk meddelelse",
"Privacy policy link" : "Fortrolighedspolitik link",
"Header logo" : "Overskriftslogo",
"Upload new header logo" : "Upload nyt header-logo",
"Favicon" : "Favicon",
"Upload new favicon" : "Upload nyt favicon",
"Keyboard shortcuts" : "Tastaturgenveje",
"Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "Universel adgang er meget vigtig for os. Vi følger web standarder og sikrer os at gøre alt tilgængeligt også uden mus, eller med hjælpesoftware såsom screenreaders. Vi søger at følge reglerne{guidelines}Web Content Accessibility Guidelines{linkend} 2.1 og AA endda med højt kontrast tema på AAA niveau.",
"Move up" : "Flyt op",
"Move down" : "Flyt ned",
"Reset to default" : "Nulstil",
"Upload" : "Send",
"Remove background image" : "Fjern baggrundsbillede"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
+114
View File
@@ -0,0 +1,114 @@
OC.L10N.register(
"theming",
{
"The given name is too long" : "Der eingegebene Name ist zu lang",
"The given web address is too long" : "Die eingegebene Adresse ist zu lang",
"The given web address is not a valid URL" : "Die eingegebene Web-Adresse ist keine gültige URL",
"The given legal notice address is too long" : "Die im Impressum angegebene Adresse ist zu lang",
"The given legal notice address is not a valid URL" : "Die eingegebene Impressums-Adresse ist keine gültige URL",
"The given privacy policy address is too long" : "Die eingegebene Adresse der Datenschutzerklärung ist zu lang",
"The given privacy policy address is not a valid URL" : "Die eingegebene Adresse der Datenschutzerklärung ist keine gültige URL",
"The given slogan is too long" : "Der eingegebene Slogan ist zu lang",
"The given color is invalid" : "Die gewählte Farbe ist ungültig",
"Disable-user-theming should be true or false" : "Benutzer-Design deaktivieren sollte wahr oder falsch sein",
"Saved" : "Gespeichert",
"Invalid app given" : "Ungültige App angegeben",
"Invalid type for setting \"defaultApp\" given" : "Ungültiger Typ für die Einstellung \"Standard-App“ angegeben",
"Invalid setting key" : "Falscher Konfigurationsschlüssel",
"The file was uploaded" : "Die Datei wurde hochgeladen",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Die hochgeladene Datei überschreitet die upload_max_filesize-Vorgabe in php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Die Datei ist größer, als die MAX_FILE_SIZE-Vorgabe erlaubt, die im HTML-Formular spezifiziert ist",
"The file was only partially uploaded" : "Die Datei konnte nur teilweise hochgeladen werden",
"No file was uploaded" : "Es wurde keine Datei hochgeladen",
"Missing a temporary folder" : "Kein temporärer Ordner vorhanden",
"Could not write file to disk" : "Die Datei konnte nicht auf die Festplatte geschrieben werden",
"A PHP extension stopped the file upload" : "Eine PHP-Erweiterung hat das Hochladen der Datei gestoppt",
"No file uploaded" : "Keine Datei hochgeladen",
"You are already using a custom theme. Theming app settings might be overwritten by that." : "Du benutzt bereits ein benutzerdefiniertes Design. Die App \"Theming\" würde dies überschreiben.",
"Theming" : "Design",
"Appearance and accessibility" : "Erscheinungsbild und Barrierefreiheit",
"The PHP module \"imagick\" is not enabled although the theming app is. For favicon generation to work correctly, you need to install and enable this module." : "Das PHP-Modul \"imagick\" ist nicht aktiviert, die Theming-App hingegen schon. Damit die Favicon-Generierung korrekt funktioniert, musst du dieses Modul installieren und aktivieren.",
"Dark theme with high contrast mode" : "Dunkles Design mit hohem Kontrastmodus",
"Enable dark high contrast mode" : "Kontrastreichen Modus aktivieren",
"Similar to the high contrast mode, but with dark colours." : "Ähnlich wie der Hochkontrastmodus, aber mit dunklen Farben",
"Dark theme" : "Dunkles Design",
"Enable dark theme" : "Dunkles Design aktivieren",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness." : "Ein dunkles Design zur Entlastung deiner Augen durch Verringerung der Gesamtleuchtkraft und -helligkeit.",
"System default theme" : "Standard-Design des Systems",
"Enable the system default" : "Systemstandard aktivieren",
"Using the default system appearance." : "Das Erscheinungsbild des Systemstandards verwenden",
"Dyslexia font" : "Legasthenie-Schriftart",
"Enable dyslexia font" : "Legasthenie-Schriftart aktivieren",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic ist eine freie Schriftart, die entwickelt wurde, um einige der häufigsten Lesefehler, die durch Legasthenie verursacht werden, zu reduzieren.",
"High contrast mode" : "Kontrastreicher Modus",
"Enable high contrast mode" : "Kontrastreichen Modus aktivieren",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Ein kontrastreicher Modus, der die Navigation erleichtert. Die Bildqualität wird reduziert, die Klarheit jedoch erhöht.",
"Light theme" : "Helles Design",
"Enable the default light theme" : "Helles Standarddesign aktivieren",
"The default light appearance." : "Das helle Standard-Erscheinungsbild",
"Legal notice" : "Impressum",
"Privacy policy" : "Datenschutzerklärung ",
"Adjust the Nextcloud theme" : "Passe das Design von Nextcloud an",
"Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Das Ändern des Designs ermöglicht es auf einfache Weise, das Aussehen deiner Installation und Clients anzupassen. Die Änderungen wirken sich auf alle Benutzer aus.",
"Advanced options" : "Erweiterte Optionen",
"Install the ImageMagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Installiere die ImageMagick PHP-Erweiterung mit Unterstützung für SVG-Bilder, um automatisch Favicons auf Basis des hochgeladenen Logos und der Farbe zu erstellen.",
"Name" : "Name",
"Web link" : "Internet-Link",
"a safe home for all your data" : "Ein sicheres Zuhause für deine Daten",
"Slogan" : "Slogan",
"Color" : "Farbe",
"Logo" : "Logo",
"Upload new logo" : "Neues Logo hochladen",
"Background and login image" : "Hintergrund und Login-Bild",
"Upload new background and login image" : "Ein neues Hintergrund- und Anmeldebild hochladen",
"Legal notice link" : "Link zum Impressum",
"Privacy policy link" : "Link zur Datenschutzerklärung",
"Header logo" : "Kopfbereichs-Logo",
"Upload new header logo" : "Neues Logo für den Kopfbereich hochladen",
"Favicon" : "Favicon",
"Upload new favicon" : "Neues Favicon hochladen",
"User settings" : "Benutzer-Einstellungen",
"Disable user theming" : "Benutzer-Design deaktivieren",
"Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Obwohl du deine Instanz auswählen und anpassen kannst, können Benutzer ihren Hintergrund und ihre Farben ändern. Wenn du deine Anpassung erzwingen möchtest, kannst du dies einschalten.",
"Background" : "Hintergrund",
"Customization has been disabled by your administrator" : "Das Ändern der Einstellungen wurde von deinem Administrator deaktiviert.",
"Set a custom background" : "Einen benutzerdefinierten Hintergrund setzen",
"Keyboard shortcuts" : "Tastaturkürzel",
"In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "In einigen Fällen können Tastenkombinationen Barrierefreiheits-Tools beeinträchtigen. Damit du dich richtig auf dein Werkzeug konzentrieren kannst, kannst du hier alle Tastaturkürzel deaktivieren. Dadurch werden auch alle verfügbaren Verknüpfungen in Apps deaktiviert.",
"Disable all keyboard shortcuts" : "Alle Tastenkombinationen deaktivieren",
"Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "Der unbeschränkte Zugang ist für uns sehr wichtig. Wir halten uns an Webstandards und prüfen, ob alles auch ohne Maus und unterstützende Software wie Screenreader nutzbar ist. Wir streben die Einhaltung der {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 auf AA-Niveau an, mit dem kontrastreichen Design sogar auf AAA-Niveau.",
"If you find any issues, do not hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "Wenn du Fehler findest, melde sie bitte im {issuetracker}Problemverfolgungssystem{linkend}. Und wenn du mithelfen willst, tritt dem {designteam}Designteam{linkend} bei!",
"Current selected app: {app}, position {position} of {total}" : "Aktuell ausgewählte App: {app}, Position {position} von {total}",
"Move up" : "Nach oben verschieben",
"Move down" : "Nach unten verschieben",
"Custom background" : "Benutzerdefinierter Hintergrund",
"Default background" : "Standardhintergrund",
"Change color" : "Farbe ändern",
"No background" : "Kein Hintergrund",
"Select a background from your files" : "Wähle einen Hintergrund aus deinen Dateien",
"Select background" : "Hintergrund wählen",
"No background has been selected" : "Es wurde kein Hintergrund ausgewählt.",
"Theme selection is enforced" : "Designauswahl wird erzwungen",
"Navigation bar settings" : "Einstellungen der Navigationsleiste",
"You can configure the app order used for the navigation bar. The first entry will be the default app, opened after login or when clicking on the logo." : "Du kannst die App-Reihenfolge für die Navigationsleiste konfigurieren. Der erste Eintrag ist die Standard-App, die nach der Anmeldung oder beim Klicken auf das Logo geöffnet wird.",
"The default app can not be changed because it was configured by the administrator." : "Die Standard-App kann nicht geändert werden, da sie vom Administrator konfiguriert wurde.",
"The app order was changed, to see it in action you have to reload the page." : "Die App-Reihenfolge wurde geändert. Um die Änderungen zu sehen, musst du die Seite neu laden.",
"Reset default app order" : "Standard App-Reihenfolge zurücksetzen",
"Could not set the app order" : "Die App-Reihenfolge konnte nicht festgelegt werden.",
"Could not reset the app order" : "Standard App-Reihenfolge konnte nicht zurückgesetzt werden.",
"Default app" : "Standard-App",
"The default app is the app that is e.g. opened after login or when the logo in the menu is clicked." : "Die Standard-App ist die App, die z. B. nach der Anmeldung oder nach Klicken auf das Logo im Menü geöffnet wird.",
"Use custom default app" : "Benutzerdefinierte Standard-App verwenden",
"Global default app" : "Globale Standard-App",
"Global default apps" : "Globale Standard-Apps",
"Default app priority" : "Standard-App-Priorität",
"If an app is not enabled for a user, the next app with lower priority is used." : "Wenn eine App für einen Benutzer nicht aktiviert ist, wird die nächste App mit niedrigerer Priorität verwendet.",
"Could not set global default apps" : "Globale Standard-Apps konnten nicht festgelegt werden.",
"Reset to default" : " Auf Standard zurücksetzen ",
"Upload" : "Hochladen",
"Remove background image" : "Hintergrundbild entfernen",
"Failed to clean up the old administration theming images folder" : "Fehler beim Bereinigen des alten Admin-Design-Bilderordners",
"Failed to clean up the old administration image folder" : "Fehler beim Bereinigen des alten Admin-Design-Bilderordners",
"Select a custom color" : "Eine benutzerdefinierte Farbe auswählen"
},
"nplurals=2; plural=(n != 1);");
+112
View File
@@ -0,0 +1,112 @@
{ "translations": {
"The given name is too long" : "Der eingegebene Name ist zu lang",
"The given web address is too long" : "Die eingegebene Adresse ist zu lang",
"The given web address is not a valid URL" : "Die eingegebene Web-Adresse ist keine gültige URL",
"The given legal notice address is too long" : "Die im Impressum angegebene Adresse ist zu lang",
"The given legal notice address is not a valid URL" : "Die eingegebene Impressums-Adresse ist keine gültige URL",
"The given privacy policy address is too long" : "Die eingegebene Adresse der Datenschutzerklärung ist zu lang",
"The given privacy policy address is not a valid URL" : "Die eingegebene Adresse der Datenschutzerklärung ist keine gültige URL",
"The given slogan is too long" : "Der eingegebene Slogan ist zu lang",
"The given color is invalid" : "Die gewählte Farbe ist ungültig",
"Disable-user-theming should be true or false" : "Benutzer-Design deaktivieren sollte wahr oder falsch sein",
"Saved" : "Gespeichert",
"Invalid app given" : "Ungültige App angegeben",
"Invalid type for setting \"defaultApp\" given" : "Ungültiger Typ für die Einstellung \"Standard-App“ angegeben",
"Invalid setting key" : "Falscher Konfigurationsschlüssel",
"The file was uploaded" : "Die Datei wurde hochgeladen",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Die hochgeladene Datei überschreitet die upload_max_filesize-Vorgabe in php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Die Datei ist größer, als die MAX_FILE_SIZE-Vorgabe erlaubt, die im HTML-Formular spezifiziert ist",
"The file was only partially uploaded" : "Die Datei konnte nur teilweise hochgeladen werden",
"No file was uploaded" : "Es wurde keine Datei hochgeladen",
"Missing a temporary folder" : "Kein temporärer Ordner vorhanden",
"Could not write file to disk" : "Die Datei konnte nicht auf die Festplatte geschrieben werden",
"A PHP extension stopped the file upload" : "Eine PHP-Erweiterung hat das Hochladen der Datei gestoppt",
"No file uploaded" : "Keine Datei hochgeladen",
"You are already using a custom theme. Theming app settings might be overwritten by that." : "Du benutzt bereits ein benutzerdefiniertes Design. Die App \"Theming\" würde dies überschreiben.",
"Theming" : "Design",
"Appearance and accessibility" : "Erscheinungsbild und Barrierefreiheit",
"The PHP module \"imagick\" is not enabled although the theming app is. For favicon generation to work correctly, you need to install and enable this module." : "Das PHP-Modul \"imagick\" ist nicht aktiviert, die Theming-App hingegen schon. Damit die Favicon-Generierung korrekt funktioniert, musst du dieses Modul installieren und aktivieren.",
"Dark theme with high contrast mode" : "Dunkles Design mit hohem Kontrastmodus",
"Enable dark high contrast mode" : "Kontrastreichen Modus aktivieren",
"Similar to the high contrast mode, but with dark colours." : "Ähnlich wie der Hochkontrastmodus, aber mit dunklen Farben",
"Dark theme" : "Dunkles Design",
"Enable dark theme" : "Dunkles Design aktivieren",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness." : "Ein dunkles Design zur Entlastung deiner Augen durch Verringerung der Gesamtleuchtkraft und -helligkeit.",
"System default theme" : "Standard-Design des Systems",
"Enable the system default" : "Systemstandard aktivieren",
"Using the default system appearance." : "Das Erscheinungsbild des Systemstandards verwenden",
"Dyslexia font" : "Legasthenie-Schriftart",
"Enable dyslexia font" : "Legasthenie-Schriftart aktivieren",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic ist eine freie Schriftart, die entwickelt wurde, um einige der häufigsten Lesefehler, die durch Legasthenie verursacht werden, zu reduzieren.",
"High contrast mode" : "Kontrastreicher Modus",
"Enable high contrast mode" : "Kontrastreichen Modus aktivieren",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Ein kontrastreicher Modus, der die Navigation erleichtert. Die Bildqualität wird reduziert, die Klarheit jedoch erhöht.",
"Light theme" : "Helles Design",
"Enable the default light theme" : "Helles Standarddesign aktivieren",
"The default light appearance." : "Das helle Standard-Erscheinungsbild",
"Legal notice" : "Impressum",
"Privacy policy" : "Datenschutzerklärung ",
"Adjust the Nextcloud theme" : "Passe das Design von Nextcloud an",
"Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Das Ändern des Designs ermöglicht es auf einfache Weise, das Aussehen deiner Installation und Clients anzupassen. Die Änderungen wirken sich auf alle Benutzer aus.",
"Advanced options" : "Erweiterte Optionen",
"Install the ImageMagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Installiere die ImageMagick PHP-Erweiterung mit Unterstützung für SVG-Bilder, um automatisch Favicons auf Basis des hochgeladenen Logos und der Farbe zu erstellen.",
"Name" : "Name",
"Web link" : "Internet-Link",
"a safe home for all your data" : "Ein sicheres Zuhause für deine Daten",
"Slogan" : "Slogan",
"Color" : "Farbe",
"Logo" : "Logo",
"Upload new logo" : "Neues Logo hochladen",
"Background and login image" : "Hintergrund und Login-Bild",
"Upload new background and login image" : "Ein neues Hintergrund- und Anmeldebild hochladen",
"Legal notice link" : "Link zum Impressum",
"Privacy policy link" : "Link zur Datenschutzerklärung",
"Header logo" : "Kopfbereichs-Logo",
"Upload new header logo" : "Neues Logo für den Kopfbereich hochladen",
"Favicon" : "Favicon",
"Upload new favicon" : "Neues Favicon hochladen",
"User settings" : "Benutzer-Einstellungen",
"Disable user theming" : "Benutzer-Design deaktivieren",
"Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Obwohl du deine Instanz auswählen und anpassen kannst, können Benutzer ihren Hintergrund und ihre Farben ändern. Wenn du deine Anpassung erzwingen möchtest, kannst du dies einschalten.",
"Background" : "Hintergrund",
"Customization has been disabled by your administrator" : "Das Ändern der Einstellungen wurde von deinem Administrator deaktiviert.",
"Set a custom background" : "Einen benutzerdefinierten Hintergrund setzen",
"Keyboard shortcuts" : "Tastaturkürzel",
"In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "In einigen Fällen können Tastenkombinationen Barrierefreiheits-Tools beeinträchtigen. Damit du dich richtig auf dein Werkzeug konzentrieren kannst, kannst du hier alle Tastaturkürzel deaktivieren. Dadurch werden auch alle verfügbaren Verknüpfungen in Apps deaktiviert.",
"Disable all keyboard shortcuts" : "Alle Tastenkombinationen deaktivieren",
"Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "Der unbeschränkte Zugang ist für uns sehr wichtig. Wir halten uns an Webstandards und prüfen, ob alles auch ohne Maus und unterstützende Software wie Screenreader nutzbar ist. Wir streben die Einhaltung der {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 auf AA-Niveau an, mit dem kontrastreichen Design sogar auf AAA-Niveau.",
"If you find any issues, do not hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "Wenn du Fehler findest, melde sie bitte im {issuetracker}Problemverfolgungssystem{linkend}. Und wenn du mithelfen willst, tritt dem {designteam}Designteam{linkend} bei!",
"Current selected app: {app}, position {position} of {total}" : "Aktuell ausgewählte App: {app}, Position {position} von {total}",
"Move up" : "Nach oben verschieben",
"Move down" : "Nach unten verschieben",
"Custom background" : "Benutzerdefinierter Hintergrund",
"Default background" : "Standardhintergrund",
"Change color" : "Farbe ändern",
"No background" : "Kein Hintergrund",
"Select a background from your files" : "Wähle einen Hintergrund aus deinen Dateien",
"Select background" : "Hintergrund wählen",
"No background has been selected" : "Es wurde kein Hintergrund ausgewählt.",
"Theme selection is enforced" : "Designauswahl wird erzwungen",
"Navigation bar settings" : "Einstellungen der Navigationsleiste",
"You can configure the app order used for the navigation bar. The first entry will be the default app, opened after login or when clicking on the logo." : "Du kannst die App-Reihenfolge für die Navigationsleiste konfigurieren. Der erste Eintrag ist die Standard-App, die nach der Anmeldung oder beim Klicken auf das Logo geöffnet wird.",
"The default app can not be changed because it was configured by the administrator." : "Die Standard-App kann nicht geändert werden, da sie vom Administrator konfiguriert wurde.",
"The app order was changed, to see it in action you have to reload the page." : "Die App-Reihenfolge wurde geändert. Um die Änderungen zu sehen, musst du die Seite neu laden.",
"Reset default app order" : "Standard App-Reihenfolge zurücksetzen",
"Could not set the app order" : "Die App-Reihenfolge konnte nicht festgelegt werden.",
"Could not reset the app order" : "Standard App-Reihenfolge konnte nicht zurückgesetzt werden.",
"Default app" : "Standard-App",
"The default app is the app that is e.g. opened after login or when the logo in the menu is clicked." : "Die Standard-App ist die App, die z. B. nach der Anmeldung oder nach Klicken auf das Logo im Menü geöffnet wird.",
"Use custom default app" : "Benutzerdefinierte Standard-App verwenden",
"Global default app" : "Globale Standard-App",
"Global default apps" : "Globale Standard-Apps",
"Default app priority" : "Standard-App-Priorität",
"If an app is not enabled for a user, the next app with lower priority is used." : "Wenn eine App für einen Benutzer nicht aktiviert ist, wird die nächste App mit niedrigerer Priorität verwendet.",
"Could not set global default apps" : "Globale Standard-Apps konnten nicht festgelegt werden.",
"Reset to default" : " Auf Standard zurücksetzen ",
"Upload" : "Hochladen",
"Remove background image" : "Hintergrundbild entfernen",
"Failed to clean up the old administration theming images folder" : "Fehler beim Bereinigen des alten Admin-Design-Bilderordners",
"Failed to clean up the old administration image folder" : "Fehler beim Bereinigen des alten Admin-Design-Bilderordners",
"Select a custom color" : "Eine benutzerdefinierte Farbe auswählen"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
+117
View File
@@ -0,0 +1,117 @@
OC.L10N.register(
"theming",
{
"The given name is too long" : "Der eingegebene Name ist zu lang",
"The given web address is too long" : "Die eingegebene Adresse ist zu lang",
"The given web address is not a valid URL" : "Die eingegebene Internet-Adresse ist keine gültige URL",
"The given legal notice address is too long" : "Die im Impressum angegebene Adresse ist zu lang",
"The given legal notice address is not a valid URL" : "Die eingegebene Impressums-Adresse ist keine gültige URL",
"The given privacy policy address is too long" : "Die eingegebene Adresse der Datenschutzbestimmungen ist zu lang",
"The given privacy policy address is not a valid URL" : "Die eingegebene Adresse der Datenschutzerklärung ist keine gültige URL",
"The given slogan is too long" : "Der eingegebene Slogan ist zu lang",
"The given color is invalid" : "Die gewählte Farbe ist ungültig",
"Disable-user-theming should be true or false" : "Benutzer-Design deaktivieren sollte wahr oder falsch sein",
"Saved" : "Gespeichert",
"Invalid app given" : "Ungültige App angegeben",
"Invalid type for setting \"defaultApp\" given" : "Ungültiger Typ für die Einstellung \"defaultApp“ angegeben",
"Invalid setting key" : "Ungültiger Einstellungsschlüssel",
"The file was uploaded" : "Die Datei wurde hochgeladen",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Die hochgeladene Datei überschreitet die upload_max_filesize-Vorgabe in php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Die Datei ist größer, als die MAX_FILE_SIZE-Vorgabe erlaubt, die im HTML-Formular spezifiziert ist",
"The file was only partially uploaded" : "Die Datei konnte nur teilweise hochgeladen werden",
"No file was uploaded" : "Es wurde keine Datei hochgeladen",
"Missing a temporary folder" : "Kein temporärer Ordner vorhanden",
"Could not write file to disk" : "Die Datei konnte nicht auf die Festplatte geschrieben werden",
"A PHP extension stopped the file upload" : "Eine PHP-Erweiterung hat das Hochladen der Datei gestoppt",
"No file uploaded" : "Keine Datei hochgeladen",
"You are already using a custom theme. Theming app settings might be overwritten by that." : "Sie benutzen bereits ein benutzerdefiniertes Design. Die App \"Theming\" würde dies überschreiben.",
"Theming" : "Design",
"Appearance and accessibility" : "Aussehen und Barrierefreiheit",
"PHP Imagick module" : "PHP Imagick-Modul",
"The PHP module \"imagick\" is not enabled although the theming app is. For favicon generation to work correctly, you need to install and enable this module." : "Das PHP-Modul \"imagick\" ist nicht aktiviert, die Theming-App hingegen schon. Damit die Favicon-Generierung korrekt funktioniert, müssen Sie dieses Modul installieren und aktivieren.",
"The PHP module \"imagick\" in this instance has no SVG support. For better compatibility it is recommended to install it." : "Das PHP-Modul \"imagick\" in dieser Instanz hat keine SVG-Unterstützung. Für eine bessere Kompatibilität empfiehlt es sich, es zu installieren.",
"Dark theme with high contrast mode" : "Dunkles Design mit hohem Kontrastmodus",
"Enable dark high contrast mode" : "Kontrastreichen Modus aktivieren",
"Similar to the high contrast mode, but with dark colours." : "Ähnlich wie der Hochkontrastmodus, aber mit dunklen Farben.",
"Dark theme" : "Dunkles Design",
"Enable dark theme" : "Dunkles Design aktivieren",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness." : "Ein dunkles Design zur Entlastung der Augen durch Verringerung der Gesamtleuchtkraft und -helligkeit.",
"System default theme" : "Standard-System-Design",
"Enable the system default" : "Systemstandard aktivieren",
"Using the default system appearance." : "Das Standard-System-Erscheinungsbild verwenden.",
"Dyslexia font" : "Legasthenie-Schriftart",
"Enable dyslexia font" : "Legasthenie-Schriftart aktivieren",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic ist eine freie Schriftart, die entwickelt wurde, um einige der häufigsten Lesefehler, die durch Legasthenie verursacht werden, zu reduzieren.",
"High contrast mode" : "Kontrastreicher Modus",
"Enable high contrast mode" : "Kontrastreichen Modus aktivieren",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Ein kontrastreicher Modus, der die Navigation erleichtert. Die Bildqualität wird reduziert, die Übersichtlichkeit jedoch erhöht.",
"Light theme" : "Helles Design",
"Enable the default light theme" : "Helles Standarddesign aktivieren",
"The default light appearance." : "Das Standard helle Aussehen.",
"Legal notice" : "Impressum",
"Privacy policy" : "Datenschutz",
"Adjust the Nextcloud theme" : "Passe das Design von Nextcloud an",
"Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Das Ändern des Designs ermöglicht es auf einfache Weise, das Aussehen Ihrer Installation und Clients anzupassen. Die Änderungen wirken sich auf alle Benutzer aus.",
"Advanced options" : "Erweiterte Optionen",
"Install the ImageMagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Installieren Sie die ImageMagick PHP-Erweiterung mit Unterstützung für SVG-Bilder, um automatisch Favicons auf Basis des hochgeladenen Logos und der Farbe zu erstellen.",
"Name" : "Name",
"Web link" : "Internet-Link",
"a safe home for all your data" : "Ein sicheres Zuhause für Ihre Daten",
"Slogan" : "Slogan",
"Color" : "Farbe",
"Logo" : "Logo",
"Upload new logo" : "Neues Logo hochladen",
"Background and login image" : "Hintergrund und Anmeldebild",
"Upload new background and login image" : "Ein neues Hintergrund- und Anmeldebild hochladen",
"Legal notice link" : "Link zum Impressum",
"Privacy policy link" : "Link zu den Datenschutzbestimmungen",
"Header logo" : "Kopfbereichs-Logo",
"Upload new header logo" : "Neues Logo für den Kopfbereich hochladen",
"Favicon" : "Favicon",
"Upload new favicon" : "Neues Favicon hochladen",
"User settings" : "Benutzer-Einstellungen",
"Disable user theming" : "Benutzer-Design deaktivieren",
"Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Trotz der von Ihnen vorgenommenen Auswahl und Anpassung, können Benutzer ihren Hintergrund und ihre Farben ändern. Wenn Sie Ihre Anpassung erzwingen möchten, können Sie dies hier aktivieren.",
"Appearance and accessibility settings" : "Aussehen- und Barrierefreiheitseinstellungen",
"Background" : "Hintergrund",
"Customization has been disabled by your administrator" : "Diese Anpassungsmöglichkeit wurde von Ihrer Administration deaktiviert",
"Set a custom background" : "Einen benutzerdefinierten Hintergrund setzen",
"Keyboard shortcuts" : "Tastaturkürzel",
"In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "In einigen Fällen können Tastenkombinationen Barrierefreiheits-Tools beeinträchtigen. Damit Sie sich richtig auf Ihr Werkzeug konzentrieren können, können Sie hier alle Tastaturkürzel deaktivieren. Dadurch werden auch alle verfügbaren Verknüpfungen in Apps deaktiviert.",
"Disable all keyboard shortcuts" : "Alle Tastenkombinationen deaktivieren",
"Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "Der universelle Zugang ist für uns sehr wichtig. Wir halten uns an Webstandards und prüfen, ob alles auch ohne Maus und unterstützende Software wie Screenreader nutzbar ist. Wir streben die Einhaltung der {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 auf AA-Niveau an, mit dem kontrastreichen Design sogar auf AAA-Niveau.",
"If you find any issues, do not hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "Wenn Sie Fehler finden, melden Sie diese bitte in {issuetracker}unserem Issue Tracker{linkend}. Und wenn Sie mithelfen möchten, treten Sie dem {designteam}Designteam{linkend} bei!",
"Current selected app: {app}, position {position} of {total}" : "Aktuell ausgewählte App: {app}, Position {position} von {total}",
"Move up" : "Nach oben verschieben",
"Move down" : "Nach unten verschieben",
"Custom background" : "Benutzerdefinierter Hintergrund",
"Default background" : "Standardhintergrund",
"Change color" : "Farbe ändern",
"No background" : "Kein Hintergrund",
"Select a background from your files" : "Wählen Sie einen Hintergrund aus Ihren Dateien",
"Select background" : "Hintergrund wählen",
"No background has been selected" : "Es wurde kein Hintergrund ausgewählt",
"Theme selection is enforced" : "Designauswahl wird erzwungen",
"Navigation bar settings" : "Einstellungen der Navigationsleiste",
"You can configure the app order used for the navigation bar. The first entry will be the default app, opened after login or when clicking on the logo." : "Sie können die App-Reihenfolge für die Navigationsleiste konfigurieren. Der erste Eintrag ist die Standard-App, die nach der Anmeldung oder beim Klicken auf das Logo geöffnet wird.",
"The default app can not be changed because it was configured by the administrator." : "Die Standard-App kann nicht geändert werden, da sie von der Administration konfiguriert wurde.",
"The app order was changed, to see it in action you have to reload the page." : "Die App-Reihenfolge wurde geändert. Um die Änderungen zu sehen, müssen Sie die Seite neu laden.",
"Reset default app order" : "Standard App-Reihenfolge zurücksetzen",
"Could not set the app order" : "Die App-Reihenfolge konnte nicht festgelegt werden",
"Could not reset the app order" : "Standard App-Reihenfolge konnte nicht zurückgesetzt werden",
"Default app" : "Standard-App",
"The default app is the app that is e.g. opened after login or when the logo in the menu is clicked." : "Die Standard-App ist die App, die z. B. nach der Anmeldung oder nach Klicken auf das Logo im Menü geöffnet wird.",
"Use custom default app" : "Benutzerdefinierte Standard-App verwenden",
"Global default app" : "Globale Standard-App",
"Global default apps" : "Globale Standard-Apps",
"Default app priority" : "Standard-App-Priorität",
"If an app is not enabled for a user, the next app with lower priority is used." : "Wenn eine App für einen Benutzer nicht aktiviert ist, wird die nächste App mit niedrigerer Priorität verwendet.",
"Could not set global default apps" : "Globale Standard-Apps konnten nicht festgelegt werden",
"Reset to default" : " Auf Standard zurücksetzen ",
"Upload" : "Hochladen",
"Remove background image" : "Hintergrundbild entfernen",
"Failed to clean up the old administration theming images folder" : "Fehler beim Bereinigen des alten Admin-Design-Bilderordners",
"Failed to clean up the old administration image folder" : "Fehler beim Bereinigen des alten Admin-Design-Bilderordners",
"Select a custom color" : "Eine benutzerdefinierte Farbe auswählen"
},
"nplurals=2; plural=(n != 1);");
+115
View File
@@ -0,0 +1,115 @@
{ "translations": {
"The given name is too long" : "Der eingegebene Name ist zu lang",
"The given web address is too long" : "Die eingegebene Adresse ist zu lang",
"The given web address is not a valid URL" : "Die eingegebene Internet-Adresse ist keine gültige URL",
"The given legal notice address is too long" : "Die im Impressum angegebene Adresse ist zu lang",
"The given legal notice address is not a valid URL" : "Die eingegebene Impressums-Adresse ist keine gültige URL",
"The given privacy policy address is too long" : "Die eingegebene Adresse der Datenschutzbestimmungen ist zu lang",
"The given privacy policy address is not a valid URL" : "Die eingegebene Adresse der Datenschutzerklärung ist keine gültige URL",
"The given slogan is too long" : "Der eingegebene Slogan ist zu lang",
"The given color is invalid" : "Die gewählte Farbe ist ungültig",
"Disable-user-theming should be true or false" : "Benutzer-Design deaktivieren sollte wahr oder falsch sein",
"Saved" : "Gespeichert",
"Invalid app given" : "Ungültige App angegeben",
"Invalid type for setting \"defaultApp\" given" : "Ungültiger Typ für die Einstellung \"defaultApp“ angegeben",
"Invalid setting key" : "Ungültiger Einstellungsschlüssel",
"The file was uploaded" : "Die Datei wurde hochgeladen",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Die hochgeladene Datei überschreitet die upload_max_filesize-Vorgabe in php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Die Datei ist größer, als die MAX_FILE_SIZE-Vorgabe erlaubt, die im HTML-Formular spezifiziert ist",
"The file was only partially uploaded" : "Die Datei konnte nur teilweise hochgeladen werden",
"No file was uploaded" : "Es wurde keine Datei hochgeladen",
"Missing a temporary folder" : "Kein temporärer Ordner vorhanden",
"Could not write file to disk" : "Die Datei konnte nicht auf die Festplatte geschrieben werden",
"A PHP extension stopped the file upload" : "Eine PHP-Erweiterung hat das Hochladen der Datei gestoppt",
"No file uploaded" : "Keine Datei hochgeladen",
"You are already using a custom theme. Theming app settings might be overwritten by that." : "Sie benutzen bereits ein benutzerdefiniertes Design. Die App \"Theming\" würde dies überschreiben.",
"Theming" : "Design",
"Appearance and accessibility" : "Aussehen und Barrierefreiheit",
"PHP Imagick module" : "PHP Imagick-Modul",
"The PHP module \"imagick\" is not enabled although the theming app is. For favicon generation to work correctly, you need to install and enable this module." : "Das PHP-Modul \"imagick\" ist nicht aktiviert, die Theming-App hingegen schon. Damit die Favicon-Generierung korrekt funktioniert, müssen Sie dieses Modul installieren und aktivieren.",
"The PHP module \"imagick\" in this instance has no SVG support. For better compatibility it is recommended to install it." : "Das PHP-Modul \"imagick\" in dieser Instanz hat keine SVG-Unterstützung. Für eine bessere Kompatibilität empfiehlt es sich, es zu installieren.",
"Dark theme with high contrast mode" : "Dunkles Design mit hohem Kontrastmodus",
"Enable dark high contrast mode" : "Kontrastreichen Modus aktivieren",
"Similar to the high contrast mode, but with dark colours." : "Ähnlich wie der Hochkontrastmodus, aber mit dunklen Farben.",
"Dark theme" : "Dunkles Design",
"Enable dark theme" : "Dunkles Design aktivieren",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness." : "Ein dunkles Design zur Entlastung der Augen durch Verringerung der Gesamtleuchtkraft und -helligkeit.",
"System default theme" : "Standard-System-Design",
"Enable the system default" : "Systemstandard aktivieren",
"Using the default system appearance." : "Das Standard-System-Erscheinungsbild verwenden.",
"Dyslexia font" : "Legasthenie-Schriftart",
"Enable dyslexia font" : "Legasthenie-Schriftart aktivieren",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic ist eine freie Schriftart, die entwickelt wurde, um einige der häufigsten Lesefehler, die durch Legasthenie verursacht werden, zu reduzieren.",
"High contrast mode" : "Kontrastreicher Modus",
"Enable high contrast mode" : "Kontrastreichen Modus aktivieren",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Ein kontrastreicher Modus, der die Navigation erleichtert. Die Bildqualität wird reduziert, die Übersichtlichkeit jedoch erhöht.",
"Light theme" : "Helles Design",
"Enable the default light theme" : "Helles Standarddesign aktivieren",
"The default light appearance." : "Das Standard helle Aussehen.",
"Legal notice" : "Impressum",
"Privacy policy" : "Datenschutz",
"Adjust the Nextcloud theme" : "Passe das Design von Nextcloud an",
"Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Das Ändern des Designs ermöglicht es auf einfache Weise, das Aussehen Ihrer Installation und Clients anzupassen. Die Änderungen wirken sich auf alle Benutzer aus.",
"Advanced options" : "Erweiterte Optionen",
"Install the ImageMagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Installieren Sie die ImageMagick PHP-Erweiterung mit Unterstützung für SVG-Bilder, um automatisch Favicons auf Basis des hochgeladenen Logos und der Farbe zu erstellen.",
"Name" : "Name",
"Web link" : "Internet-Link",
"a safe home for all your data" : "Ein sicheres Zuhause für Ihre Daten",
"Slogan" : "Slogan",
"Color" : "Farbe",
"Logo" : "Logo",
"Upload new logo" : "Neues Logo hochladen",
"Background and login image" : "Hintergrund und Anmeldebild",
"Upload new background and login image" : "Ein neues Hintergrund- und Anmeldebild hochladen",
"Legal notice link" : "Link zum Impressum",
"Privacy policy link" : "Link zu den Datenschutzbestimmungen",
"Header logo" : "Kopfbereichs-Logo",
"Upload new header logo" : "Neues Logo für den Kopfbereich hochladen",
"Favicon" : "Favicon",
"Upload new favicon" : "Neues Favicon hochladen",
"User settings" : "Benutzer-Einstellungen",
"Disable user theming" : "Benutzer-Design deaktivieren",
"Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Trotz der von Ihnen vorgenommenen Auswahl und Anpassung, können Benutzer ihren Hintergrund und ihre Farben ändern. Wenn Sie Ihre Anpassung erzwingen möchten, können Sie dies hier aktivieren.",
"Appearance and accessibility settings" : "Aussehen- und Barrierefreiheitseinstellungen",
"Background" : "Hintergrund",
"Customization has been disabled by your administrator" : "Diese Anpassungsmöglichkeit wurde von Ihrer Administration deaktiviert",
"Set a custom background" : "Einen benutzerdefinierten Hintergrund setzen",
"Keyboard shortcuts" : "Tastaturkürzel",
"In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "In einigen Fällen können Tastenkombinationen Barrierefreiheits-Tools beeinträchtigen. Damit Sie sich richtig auf Ihr Werkzeug konzentrieren können, können Sie hier alle Tastaturkürzel deaktivieren. Dadurch werden auch alle verfügbaren Verknüpfungen in Apps deaktiviert.",
"Disable all keyboard shortcuts" : "Alle Tastenkombinationen deaktivieren",
"Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "Der universelle Zugang ist für uns sehr wichtig. Wir halten uns an Webstandards und prüfen, ob alles auch ohne Maus und unterstützende Software wie Screenreader nutzbar ist. Wir streben die Einhaltung der {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 auf AA-Niveau an, mit dem kontrastreichen Design sogar auf AAA-Niveau.",
"If you find any issues, do not hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "Wenn Sie Fehler finden, melden Sie diese bitte in {issuetracker}unserem Issue Tracker{linkend}. Und wenn Sie mithelfen möchten, treten Sie dem {designteam}Designteam{linkend} bei!",
"Current selected app: {app}, position {position} of {total}" : "Aktuell ausgewählte App: {app}, Position {position} von {total}",
"Move up" : "Nach oben verschieben",
"Move down" : "Nach unten verschieben",
"Custom background" : "Benutzerdefinierter Hintergrund",
"Default background" : "Standardhintergrund",
"Change color" : "Farbe ändern",
"No background" : "Kein Hintergrund",
"Select a background from your files" : "Wählen Sie einen Hintergrund aus Ihren Dateien",
"Select background" : "Hintergrund wählen",
"No background has been selected" : "Es wurde kein Hintergrund ausgewählt",
"Theme selection is enforced" : "Designauswahl wird erzwungen",
"Navigation bar settings" : "Einstellungen der Navigationsleiste",
"You can configure the app order used for the navigation bar. The first entry will be the default app, opened after login or when clicking on the logo." : "Sie können die App-Reihenfolge für die Navigationsleiste konfigurieren. Der erste Eintrag ist die Standard-App, die nach der Anmeldung oder beim Klicken auf das Logo geöffnet wird.",
"The default app can not be changed because it was configured by the administrator." : "Die Standard-App kann nicht geändert werden, da sie von der Administration konfiguriert wurde.",
"The app order was changed, to see it in action you have to reload the page." : "Die App-Reihenfolge wurde geändert. Um die Änderungen zu sehen, müssen Sie die Seite neu laden.",
"Reset default app order" : "Standard App-Reihenfolge zurücksetzen",
"Could not set the app order" : "Die App-Reihenfolge konnte nicht festgelegt werden",
"Could not reset the app order" : "Standard App-Reihenfolge konnte nicht zurückgesetzt werden",
"Default app" : "Standard-App",
"The default app is the app that is e.g. opened after login or when the logo in the menu is clicked." : "Die Standard-App ist die App, die z. B. nach der Anmeldung oder nach Klicken auf das Logo im Menü geöffnet wird.",
"Use custom default app" : "Benutzerdefinierte Standard-App verwenden",
"Global default app" : "Globale Standard-App",
"Global default apps" : "Globale Standard-Apps",
"Default app priority" : "Standard-App-Priorität",
"If an app is not enabled for a user, the next app with lower priority is used." : "Wenn eine App für einen Benutzer nicht aktiviert ist, wird die nächste App mit niedrigerer Priorität verwendet.",
"Could not set global default apps" : "Globale Standard-Apps konnten nicht festgelegt werden",
"Reset to default" : " Auf Standard zurücksetzen ",
"Upload" : "Hochladen",
"Remove background image" : "Hintergrundbild entfernen",
"Failed to clean up the old administration theming images folder" : "Fehler beim Bereinigen des alten Admin-Design-Bilderordners",
"Failed to clean up the old administration image folder" : "Fehler beim Bereinigen des alten Admin-Design-Bilderordners",
"Select a custom color" : "Eine benutzerdefinierte Farbe auswählen"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
+81
View File
@@ -0,0 +1,81 @@
OC.L10N.register(
"theming",
{
"The given name is too long" : "Το όνομα που δόθηκε είναι πολύ μεγάλο",
"The given web address is too long" : "Η διεύθυνση ιστοσελίδας που δόθηκε είναι πολύ μεγάλη.",
"The given web address is not a valid URL" : "Η διεύθυνση ιστοχώρου δεν είναι έγκυρη URL",
"The given legal notice address is too long" : "Η διεύθυνση ειδοποίησης είναι πολύ μεγάλη",
"The given legal notice address is not a valid URL" : "Η διεύθυνση νομικής ειδοποίησης δεν είναι έγκυρη διεύθυνση URL",
"The given privacy policy address is too long" : "Η διεύθυνση πολιτικής απορρήτου είναι πολύ μεγάλη",
"The given privacy policy address is not a valid URL" : "Η διεύθυνση πολιτικής απορρήτου δεν είναι έγκυρη διεύθυνση URL",
"The given slogan is too long" : "Το ρητό που δόθηκε είναι πολύ μεγάλο",
"The given color is invalid" : "Δόθηκε μη έγκυρο χρώμα",
"Saved" : "Αποθηκεύτηκαν",
"The file was uploaded" : "Το αρχείο μεταφορτώθηκε",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Το μεταφορτωμένο αρχείο υπερβαίνει την οδηγία upload_max_filesize στο php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Το μεταφορτωμένο αρχείο υπερβαίνει την οδηγία MAX_FILE_SIZE που καθορίστηκε στην φόρμα HTML.",
"The file was only partially uploaded" : "Το αρχείο μεταφορτώθηκε εν μέρει",
"No file was uploaded" : "Δεν μεταφορτώθηκε κάποιο αρχείο",
"Missing a temporary folder" : "Λείπει κάποιος προσωρινός φάκελος",
"Could not write file to disk" : "Αδυναμία εγγραφής αρχείου στον δίσκο",
"A PHP extension stopped the file upload" : "Ένα πρόσθετο PHP διέκοψε την μεταφόρτωση του αρχείου",
"No file uploaded" : "Δεν έχει μεταφορτωθεί αρχείο",
"You are already using a custom theme. Theming app settings might be overwritten by that." : "Χρησιμοποιείτε ήδη προσαρμοσμένο θέμα. Οι ρυθμίσεις της εφαρμογής Θέματα μπορεί να αντικατασταθούν από αυτό.",
"Theming" : "Προσαρμογή θέματος",
"Appearance and accessibility" : "Εμφάνιση και προσβασιμότητα",
"The PHP module \"imagick\" is not enabled although the theming app is. For favicon generation to work correctly, you need to install and enable this module." : "Το άρθρωμα PHP \"imagick\" δεν είναι ενεργοποιημένο αν και η εφαρμογή θεματοποίησης είναι. Για να λειτουργήσει σωστά η δημιουργία favicon, πρέπει να εγκαταστήσετε και να ενεργοποιήσετε αυτό το άρθρωμα.",
"Dark theme with high contrast mode" : "Σκούρο θέμα με λειτουργία υψηλής αντίθεσης",
"Enable dark high contrast mode" : "Ενεργοποίηση σκοτεινής λειτουργίας υψηλής αντίθεσης",
"Similar to the high contrast mode, but with dark colours." : "Παρόμοιο με τη λειτουργία υψηλής αντίθεσης, αλλά με σκούρα χρώματα.",
"Dark theme" : "Σκούρο θέμα",
"Enable dark theme" : "Ενεργοποίηση σκούρου θέματος",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness." : "Ένα σκούρο θέμα που διευκολύνει τα μάτια σας μειώνοντας τη συνολική ακτινοβολία και φωτεινότητα.",
"System default theme" : "Προεπιλεγμένο θέμα συστήματος",
"Enable the system default" : "Ενεργοποίηση προεπιλογής συστήματος",
"Using the default system appearance." : "Χρήση της προεπιλεγμένης εμφάνισης του συστήματος.",
"Dyslexia font" : "Γραμματοσειρά για δυσλεκτικούς",
"Enable dyslexia font" : "Ενεργοποίηση γραμματοσειράς για δυσλεκτικούς",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "Η OpenDyslexic είναι μία δωρεάν γραμματοσειρά σχεδιασμένη ώστε να περιορίζει ορισμένα από τα πιο συνήθη λάθη που προκαλεί η δυσλεξία στην ανάγνωση",
"High contrast mode" : "Λειτουργία υψηλής αντίθεσης",
"Enable high contrast mode" : "Ενεργοποίηση λειτουργίας υψηλής αντίθεσης",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Λειτουργία με υψηλή αντίθεση για να διευκολύνει την πλοήγηση σας. Η οπτική ποιότητα θα είναι μειωμένη αλλά θα έχετε υψηλότερη ευκρίνεια.",
"Light theme" : "Φωτεινό θέμα",
"Enable the default light theme" : "Ενεργοποίηση φωτεινού θέματος",
"The default light appearance." : "Η προεπιλεγμένη ανοιχτόχρωμη εμφάνιση.",
"Legal notice" : "Νομική ειδοποίηση",
"Privacy policy" : "Πολιτική Απορρήτου",
"Adjust the Nextcloud theme" : "Προσαρμόστε το θέμα του Nextcloud",
"Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Η προσαρμογή θέματος καθιστά δυνατή την εύκολη προσαρμογή της εμφάνισης της εγκατάστασής σας καθώς και των υποστηριζόμενων πελατών. Θα είναι ορατή για όλους τους χρήστες.",
"Advanced options" : "Επιλογές για προχωρημένους",
"Name" : "Όνομα",
"Web link" : "Σύνδεσμος ιστού",
"a safe home for all your data" : "μια ασφαλής τοποθεσία για όλα σας τα δεδομένα",
"Slogan" : "Ρητό",
"Color" : "Χρώμα",
"Logo" : "Λογότυπο",
"Upload new logo" : "Μεταφόρτωση νέου λογοτύπου",
"Background and login image" : "Παρασκήνιο και εικόνα εισόδου",
"Legal notice link" : "Σύνδεσμος νομικής ειδοποίησης",
"Privacy policy link" : "Σύνδεσμος πολιτικής απορρήτου",
"Header logo" : "Λογότυπο επικεφαλίδας",
"Upload new header logo" : "Μεταφόρτωση νέου λογοτύπου επικεφαλίδας",
"Favicon" : "Favicon",
"Upload new favicon" : "Μεταφόρτωση νέου favicon",
"User settings" : "Ρυθμίσεις χρήστη",
"Disable user theming" : "Απενεργοποίηση θεμάτων χρήστη",
"Background" : "Φόντο",
"Set a custom background" : "Ορισμός προσαρμοσμένου φόντου",
"Keyboard shortcuts" : "Συντομεύσεις πληκτρολογίου",
"In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "Σε ορισμένες περιπτώσεις, οι συντομεύσεις πληκτρολογίου μπορεί να επηρεάσουν τα εργαλεία προσβασιμότητας. Για να επιτρέψετε τη σωστή εστίαση στο εργαλείο σας, μπορείτε να απενεργοποιήσετε όλες τις συντομεύσεις πληκτρολογίου εδώ. Αυτό θα απενεργοποιήσει επίσης όλες τις διαθέσιμες συντομεύσεις στις εφαρμογές.",
"Disable all keyboard shortcuts" : "Απενεργοποίηση των συντομεύσεων πληκτρολογίου",
"Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "Η πρόσβαση από όλους είναι πολύ σημαντική για εμάς. Ακολουθούμε τα πρότυπα του διαδικτύου και ελέγχουμε ότι τα πάντα μπορούν να χρησιμοποιηθούν χωρίς ποντίκι και βοηθητικό λογισμικό όπως προγράμματα ανάγνωσης οθόνης. Στόχος μας είναι να συμμορφωνόμαστε με τις {guidelines}Προδιαγραφές πρόσβασης περιεχομένου Ιστού{linkend} 2.1 σε επίπεδο AA, με το θέμα υψηλής αντίθεσης ακόμη και σε επίπεδο ΑΑΑ.",
"If you find any issues, do not hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "Εάν εντοπίσετε οποιοδήποτε πρόβλημα, μη διστάσετε να το αναφέρετε στον {issuetracker}ιχνηλάτη ζητημάτων μας{linkend}. Και εάν θέλετε να συμμετέχετε, ελάτε στην {designteam}ομάδα σχεδιασμού μας{linkend}!",
"Move up" : "Μετακίνηση επάνω",
"Move down" : "Μετακίνηση Κάτω",
"Change color" : "Αλλαγή χρώματος",
"Reset to default" : "Επαναφορά στα προεπιλεγμένα",
"Upload" : "Μεταφόρτωση",
"Remove background image" : "Αφαίρεση εικόνας παρασκηνίου",
"Select a custom color" : "Επιλογή προσαρμοσμένου χρώματος"
},
"nplurals=2; plural=(n != 1);");
+79
View File
@@ -0,0 +1,79 @@
{ "translations": {
"The given name is too long" : "Το όνομα που δόθηκε είναι πολύ μεγάλο",
"The given web address is too long" : "Η διεύθυνση ιστοσελίδας που δόθηκε είναι πολύ μεγάλη.",
"The given web address is not a valid URL" : "Η διεύθυνση ιστοχώρου δεν είναι έγκυρη URL",
"The given legal notice address is too long" : "Η διεύθυνση ειδοποίησης είναι πολύ μεγάλη",
"The given legal notice address is not a valid URL" : "Η διεύθυνση νομικής ειδοποίησης δεν είναι έγκυρη διεύθυνση URL",
"The given privacy policy address is too long" : "Η διεύθυνση πολιτικής απορρήτου είναι πολύ μεγάλη",
"The given privacy policy address is not a valid URL" : "Η διεύθυνση πολιτικής απορρήτου δεν είναι έγκυρη διεύθυνση URL",
"The given slogan is too long" : "Το ρητό που δόθηκε είναι πολύ μεγάλο",
"The given color is invalid" : "Δόθηκε μη έγκυρο χρώμα",
"Saved" : "Αποθηκεύτηκαν",
"The file was uploaded" : "Το αρχείο μεταφορτώθηκε",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Το μεταφορτωμένο αρχείο υπερβαίνει την οδηγία upload_max_filesize στο php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Το μεταφορτωμένο αρχείο υπερβαίνει την οδηγία MAX_FILE_SIZE που καθορίστηκε στην φόρμα HTML.",
"The file was only partially uploaded" : "Το αρχείο μεταφορτώθηκε εν μέρει",
"No file was uploaded" : "Δεν μεταφορτώθηκε κάποιο αρχείο",
"Missing a temporary folder" : "Λείπει κάποιος προσωρινός φάκελος",
"Could not write file to disk" : "Αδυναμία εγγραφής αρχείου στον δίσκο",
"A PHP extension stopped the file upload" : "Ένα πρόσθετο PHP διέκοψε την μεταφόρτωση του αρχείου",
"No file uploaded" : "Δεν έχει μεταφορτωθεί αρχείο",
"You are already using a custom theme. Theming app settings might be overwritten by that." : "Χρησιμοποιείτε ήδη προσαρμοσμένο θέμα. Οι ρυθμίσεις της εφαρμογής Θέματα μπορεί να αντικατασταθούν από αυτό.",
"Theming" : "Προσαρμογή θέματος",
"Appearance and accessibility" : "Εμφάνιση και προσβασιμότητα",
"The PHP module \"imagick\" is not enabled although the theming app is. For favicon generation to work correctly, you need to install and enable this module." : "Το άρθρωμα PHP \"imagick\" δεν είναι ενεργοποιημένο αν και η εφαρμογή θεματοποίησης είναι. Για να λειτουργήσει σωστά η δημιουργία favicon, πρέπει να εγκαταστήσετε και να ενεργοποιήσετε αυτό το άρθρωμα.",
"Dark theme with high contrast mode" : "Σκούρο θέμα με λειτουργία υψηλής αντίθεσης",
"Enable dark high contrast mode" : "Ενεργοποίηση σκοτεινής λειτουργίας υψηλής αντίθεσης",
"Similar to the high contrast mode, but with dark colours." : "Παρόμοιο με τη λειτουργία υψηλής αντίθεσης, αλλά με σκούρα χρώματα.",
"Dark theme" : "Σκούρο θέμα",
"Enable dark theme" : "Ενεργοποίηση σκούρου θέματος",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness." : "Ένα σκούρο θέμα που διευκολύνει τα μάτια σας μειώνοντας τη συνολική ακτινοβολία και φωτεινότητα.",
"System default theme" : "Προεπιλεγμένο θέμα συστήματος",
"Enable the system default" : "Ενεργοποίηση προεπιλογής συστήματος",
"Using the default system appearance." : "Χρήση της προεπιλεγμένης εμφάνισης του συστήματος.",
"Dyslexia font" : "Γραμματοσειρά για δυσλεκτικούς",
"Enable dyslexia font" : "Ενεργοποίηση γραμματοσειράς για δυσλεκτικούς",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "Η OpenDyslexic είναι μία δωρεάν γραμματοσειρά σχεδιασμένη ώστε να περιορίζει ορισμένα από τα πιο συνήθη λάθη που προκαλεί η δυσλεξία στην ανάγνωση",
"High contrast mode" : "Λειτουργία υψηλής αντίθεσης",
"Enable high contrast mode" : "Ενεργοποίηση λειτουργίας υψηλής αντίθεσης",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Λειτουργία με υψηλή αντίθεση για να διευκολύνει την πλοήγηση σας. Η οπτική ποιότητα θα είναι μειωμένη αλλά θα έχετε υψηλότερη ευκρίνεια.",
"Light theme" : "Φωτεινό θέμα",
"Enable the default light theme" : "Ενεργοποίηση φωτεινού θέματος",
"The default light appearance." : "Η προεπιλεγμένη ανοιχτόχρωμη εμφάνιση.",
"Legal notice" : "Νομική ειδοποίηση",
"Privacy policy" : "Πολιτική Απορρήτου",
"Adjust the Nextcloud theme" : "Προσαρμόστε το θέμα του Nextcloud",
"Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Η προσαρμογή θέματος καθιστά δυνατή την εύκολη προσαρμογή της εμφάνισης της εγκατάστασής σας καθώς και των υποστηριζόμενων πελατών. Θα είναι ορατή για όλους τους χρήστες.",
"Advanced options" : "Επιλογές για προχωρημένους",
"Name" : "Όνομα",
"Web link" : "Σύνδεσμος ιστού",
"a safe home for all your data" : "μια ασφαλής τοποθεσία για όλα σας τα δεδομένα",
"Slogan" : "Ρητό",
"Color" : "Χρώμα",
"Logo" : "Λογότυπο",
"Upload new logo" : "Μεταφόρτωση νέου λογοτύπου",
"Background and login image" : "Παρασκήνιο και εικόνα εισόδου",
"Legal notice link" : "Σύνδεσμος νομικής ειδοποίησης",
"Privacy policy link" : "Σύνδεσμος πολιτικής απορρήτου",
"Header logo" : "Λογότυπο επικεφαλίδας",
"Upload new header logo" : "Μεταφόρτωση νέου λογοτύπου επικεφαλίδας",
"Favicon" : "Favicon",
"Upload new favicon" : "Μεταφόρτωση νέου favicon",
"User settings" : "Ρυθμίσεις χρήστη",
"Disable user theming" : "Απενεργοποίηση θεμάτων χρήστη",
"Background" : "Φόντο",
"Set a custom background" : "Ορισμός προσαρμοσμένου φόντου",
"Keyboard shortcuts" : "Συντομεύσεις πληκτρολογίου",
"In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "Σε ορισμένες περιπτώσεις, οι συντομεύσεις πληκτρολογίου μπορεί να επηρεάσουν τα εργαλεία προσβασιμότητας. Για να επιτρέψετε τη σωστή εστίαση στο εργαλείο σας, μπορείτε να απενεργοποιήσετε όλες τις συντομεύσεις πληκτρολογίου εδώ. Αυτό θα απενεργοποιήσει επίσης όλες τις διαθέσιμες συντομεύσεις στις εφαρμογές.",
"Disable all keyboard shortcuts" : "Απενεργοποίηση των συντομεύσεων πληκτρολογίου",
"Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "Η πρόσβαση από όλους είναι πολύ σημαντική για εμάς. Ακολουθούμε τα πρότυπα του διαδικτύου και ελέγχουμε ότι τα πάντα μπορούν να χρησιμοποιηθούν χωρίς ποντίκι και βοηθητικό λογισμικό όπως προγράμματα ανάγνωσης οθόνης. Στόχος μας είναι να συμμορφωνόμαστε με τις {guidelines}Προδιαγραφές πρόσβασης περιεχομένου Ιστού{linkend} 2.1 σε επίπεδο AA, με το θέμα υψηλής αντίθεσης ακόμη και σε επίπεδο ΑΑΑ.",
"If you find any issues, do not hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "Εάν εντοπίσετε οποιοδήποτε πρόβλημα, μη διστάσετε να το αναφέρετε στον {issuetracker}ιχνηλάτη ζητημάτων μας{linkend}. Και εάν θέλετε να συμμετέχετε, ελάτε στην {designteam}ομάδα σχεδιασμού μας{linkend}!",
"Move up" : "Μετακίνηση επάνω",
"Move down" : "Μετακίνηση Κάτω",
"Change color" : "Αλλαγή χρώματος",
"Reset to default" : "Επαναφορά στα προεπιλεγμένα",
"Upload" : "Μεταφόρτωση",
"Remove background image" : "Αφαίρεση εικόνας παρασκηνίου",
"Select a custom color" : "Επιλογή προσαρμοσμένου χρώματος"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
+117
View File
@@ -0,0 +1,117 @@
OC.L10N.register(
"theming",
{
"The given name is too long" : "The given name is too long",
"The given web address is too long" : "The given web address is too long",
"The given web address is not a valid URL" : "The given web address is not a valid URL",
"The given legal notice address is too long" : "The given legal notice address is too long",
"The given legal notice address is not a valid URL" : "The given legal notice address is not a valid URL",
"The given privacy policy address is too long" : "The given privacy policy address is too long",
"The given privacy policy address is not a valid URL" : "The given privacy policy address is not a valid URL",
"The given slogan is too long" : "The given slogan is too long",
"The given color is invalid" : "The given colour is invalid",
"Disable-user-theming should be true or false" : "Disable-user-theming should be true or false",
"Saved" : "Saved",
"Invalid app given" : "Invalid app given",
"Invalid type for setting \"defaultApp\" given" : "Invalid type for setting \"defaultApp\" given",
"Invalid setting key" : "Invalid setting key",
"The file was uploaded" : "The file was uploaded",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "The uploaded file exceeds the upload_max_filesize directive in php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form",
"The file was only partially uploaded" : "The file was only partially uploaded",
"No file was uploaded" : "No file was uploaded",
"Missing a temporary folder" : "Missing a temporary folder",
"Could not write file to disk" : "Could not write file to disk",
"A PHP extension stopped the file upload" : "A PHP extension stopped the file upload",
"No file uploaded" : "No file uploaded",
"You are already using a custom theme. Theming app settings might be overwritten by that." : "You are already using a custom theme. Theming app settings might be overwritten by that.",
"Theming" : "Theming",
"Appearance and accessibility" : "Appearance and accessibility",
"PHP Imagick module" : "PHP Imagick module",
"The PHP module \"imagick\" is not enabled although the theming app is. For favicon generation to work correctly, you need to install and enable this module." : "The PHP module \"imagick\" is not enabled although the theming app is. For favicon generation to work correctly, you need to install and enable this module.",
"The PHP module \"imagick\" in this instance has no SVG support. For better compatibility it is recommended to install it." : "The PHP module \"imagick\" in this instance has no SVG support. For better compatibility it is recommended to install it.",
"Dark theme with high contrast mode" : "Dark theme with high contrast mode",
"Enable dark high contrast mode" : "Enable dark high contrast mode",
"Similar to the high contrast mode, but with dark colours." : "Similar to the high contrast mode, but with dark colours.",
"Dark theme" : "Dark theme",
"Enable dark theme" : "Enable dark theme",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness." : "A dark theme that is soothing for your eyes (by reducing the overall luminosity and brightness).",
"System default theme" : "System default theme",
"Enable the system default" : "Enable the system default",
"Using the default system appearance." : "Using the default system appearance.",
"Dyslexia font" : "Dyslexia font",
"Enable dyslexia font" : "Enable dyslexia font",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia.",
"High contrast mode" : "High contrast mode",
"Enable high contrast mode" : "Enable high contrast mode",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased.",
"Light theme" : "Light theme",
"Enable the default light theme" : "Enable the default light theme",
"The default light appearance." : "The default light appearance.",
"Legal notice" : "Legal notice",
"Privacy policy" : "Privacy policy",
"Adjust the Nextcloud theme" : "Adjust the Nextcloud theme",
"Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Theming makes it possible to easily customise the look and feel of your instance and supported clients. This will be visible for all users.",
"Advanced options" : "Advanced options",
"Install the ImageMagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Install the ImageMagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and colour.",
"Name" : "Name",
"Web link" : "Web link",
"a safe home for all your data" : "a safe home for all your data",
"Slogan" : "Slogan",
"Color" : "Colour",
"Logo" : "Logo",
"Upload new logo" : "Upload new logo",
"Background and login image" : "Background and login image",
"Upload new background and login image" : "Upload new background and login image",
"Legal notice link" : "Legal notice link",
"Privacy policy link" : "Privacy policy link",
"Header logo" : "Header logo",
"Upload new header logo" : "Upload new header logo",
"Favicon" : "Favicon",
"Upload new favicon" : "Upload new favicon",
"User settings" : "User settings",
"Disable user theming" : "Disable user theming",
"Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on.",
"Appearance and accessibility settings" : "Appearance and accessibility settings",
"Background" : "Background",
"Customization has been disabled by your administrator" : "Customization has been disabled by your administrator",
"Set a custom background" : "Set a custom background",
"Keyboard shortcuts" : "Keyboard shortcuts",
"In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps.",
"Disable all keyboard shortcuts" : "Disable all keyboard shortcuts",
"Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level.",
"If you find any issues, do not hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "If you find any issues, do not hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!",
"Current selected app: {app}, position {position} of {total}" : "Current selected app: {app}, position {position} of {total}",
"Move up" : "Move up",
"Move down" : "Move down",
"Custom background" : "Custom background",
"Default background" : "Default background",
"Change color" : "Change colour",
"No background" : "No background",
"Select a background from your files" : "Select a background from your files",
"Select background" : "Select background",
"No background has been selected" : "No background has been selected",
"Theme selection is enforced" : "Theme selection is enforced",
"Navigation bar settings" : "Navigation bar settings",
"You can configure the app order used for the navigation bar. The first entry will be the default app, opened after login or when clicking on the logo." : "You can configure the app order used for the navigation bar. The first entry will be the default app, opened after login or when clicking on the logo.",
"The default app can not be changed because it was configured by the administrator." : "The default app can not be changed because it was configured by the administrator.",
"The app order was changed, to see it in action you have to reload the page." : "The app order was changed, to see it in action you have to reload the page.",
"Reset default app order" : "Reset default app order",
"Could not set the app order" : "Could not set the app order",
"Could not reset the app order" : "Could not reset the app order",
"Default app" : "Default app",
"The default app is the app that is e.g. opened after login or when the logo in the menu is clicked." : "The default app is the app that is e.g. opened after login or when the logo in the menu is clicked.",
"Use custom default app" : "Use custom default app",
"Global default app" : "Global default app",
"Global default apps" : "Global default apps",
"Default app priority" : "Default app priority",
"If an app is not enabled for a user, the next app with lower priority is used." : "If an app is not enabled for a user, the next app with lower priority is used.",
"Could not set global default apps" : "Could not set global default apps",
"Reset to default" : "Reset to default",
"Upload" : "Upload",
"Remove background image" : "Remove background image",
"Failed to clean up the old administration theming images folder" : "Failed to clean up the old administration theming images folder",
"Failed to clean up the old administration image folder" : "Failed to clean up the old administration image folder",
"Select a custom color" : "Select a custom colour"
},
"nplurals=2; plural=(n != 1);");
+115
View File
@@ -0,0 +1,115 @@
{ "translations": {
"The given name is too long" : "The given name is too long",
"The given web address is too long" : "The given web address is too long",
"The given web address is not a valid URL" : "The given web address is not a valid URL",
"The given legal notice address is too long" : "The given legal notice address is too long",
"The given legal notice address is not a valid URL" : "The given legal notice address is not a valid URL",
"The given privacy policy address is too long" : "The given privacy policy address is too long",
"The given privacy policy address is not a valid URL" : "The given privacy policy address is not a valid URL",
"The given slogan is too long" : "The given slogan is too long",
"The given color is invalid" : "The given colour is invalid",
"Disable-user-theming should be true or false" : "Disable-user-theming should be true or false",
"Saved" : "Saved",
"Invalid app given" : "Invalid app given",
"Invalid type for setting \"defaultApp\" given" : "Invalid type for setting \"defaultApp\" given",
"Invalid setting key" : "Invalid setting key",
"The file was uploaded" : "The file was uploaded",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "The uploaded file exceeds the upload_max_filesize directive in php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form",
"The file was only partially uploaded" : "The file was only partially uploaded",
"No file was uploaded" : "No file was uploaded",
"Missing a temporary folder" : "Missing a temporary folder",
"Could not write file to disk" : "Could not write file to disk",
"A PHP extension stopped the file upload" : "A PHP extension stopped the file upload",
"No file uploaded" : "No file uploaded",
"You are already using a custom theme. Theming app settings might be overwritten by that." : "You are already using a custom theme. Theming app settings might be overwritten by that.",
"Theming" : "Theming",
"Appearance and accessibility" : "Appearance and accessibility",
"PHP Imagick module" : "PHP Imagick module",
"The PHP module \"imagick\" is not enabled although the theming app is. For favicon generation to work correctly, you need to install and enable this module." : "The PHP module \"imagick\" is not enabled although the theming app is. For favicon generation to work correctly, you need to install and enable this module.",
"The PHP module \"imagick\" in this instance has no SVG support. For better compatibility it is recommended to install it." : "The PHP module \"imagick\" in this instance has no SVG support. For better compatibility it is recommended to install it.",
"Dark theme with high contrast mode" : "Dark theme with high contrast mode",
"Enable dark high contrast mode" : "Enable dark high contrast mode",
"Similar to the high contrast mode, but with dark colours." : "Similar to the high contrast mode, but with dark colours.",
"Dark theme" : "Dark theme",
"Enable dark theme" : "Enable dark theme",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness." : "A dark theme that is soothing for your eyes (by reducing the overall luminosity and brightness).",
"System default theme" : "System default theme",
"Enable the system default" : "Enable the system default",
"Using the default system appearance." : "Using the default system appearance.",
"Dyslexia font" : "Dyslexia font",
"Enable dyslexia font" : "Enable dyslexia font",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia.",
"High contrast mode" : "High contrast mode",
"Enable high contrast mode" : "Enable high contrast mode",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased.",
"Light theme" : "Light theme",
"Enable the default light theme" : "Enable the default light theme",
"The default light appearance." : "The default light appearance.",
"Legal notice" : "Legal notice",
"Privacy policy" : "Privacy policy",
"Adjust the Nextcloud theme" : "Adjust the Nextcloud theme",
"Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Theming makes it possible to easily customise the look and feel of your instance and supported clients. This will be visible for all users.",
"Advanced options" : "Advanced options",
"Install the ImageMagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Install the ImageMagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and colour.",
"Name" : "Name",
"Web link" : "Web link",
"a safe home for all your data" : "a safe home for all your data",
"Slogan" : "Slogan",
"Color" : "Colour",
"Logo" : "Logo",
"Upload new logo" : "Upload new logo",
"Background and login image" : "Background and login image",
"Upload new background and login image" : "Upload new background and login image",
"Legal notice link" : "Legal notice link",
"Privacy policy link" : "Privacy policy link",
"Header logo" : "Header logo",
"Upload new header logo" : "Upload new header logo",
"Favicon" : "Favicon",
"Upload new favicon" : "Upload new favicon",
"User settings" : "User settings",
"Disable user theming" : "Disable user theming",
"Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on.",
"Appearance and accessibility settings" : "Appearance and accessibility settings",
"Background" : "Background",
"Customization has been disabled by your administrator" : "Customization has been disabled by your administrator",
"Set a custom background" : "Set a custom background",
"Keyboard shortcuts" : "Keyboard shortcuts",
"In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps.",
"Disable all keyboard shortcuts" : "Disable all keyboard shortcuts",
"Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level.",
"If you find any issues, do not hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "If you find any issues, do not hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!",
"Current selected app: {app}, position {position} of {total}" : "Current selected app: {app}, position {position} of {total}",
"Move up" : "Move up",
"Move down" : "Move down",
"Custom background" : "Custom background",
"Default background" : "Default background",
"Change color" : "Change colour",
"No background" : "No background",
"Select a background from your files" : "Select a background from your files",
"Select background" : "Select background",
"No background has been selected" : "No background has been selected",
"Theme selection is enforced" : "Theme selection is enforced",
"Navigation bar settings" : "Navigation bar settings",
"You can configure the app order used for the navigation bar. The first entry will be the default app, opened after login or when clicking on the logo." : "You can configure the app order used for the navigation bar. The first entry will be the default app, opened after login or when clicking on the logo.",
"The default app can not be changed because it was configured by the administrator." : "The default app can not be changed because it was configured by the administrator.",
"The app order was changed, to see it in action you have to reload the page." : "The app order was changed, to see it in action you have to reload the page.",
"Reset default app order" : "Reset default app order",
"Could not set the app order" : "Could not set the app order",
"Could not reset the app order" : "Could not reset the app order",
"Default app" : "Default app",
"The default app is the app that is e.g. opened after login or when the logo in the menu is clicked." : "The default app is the app that is e.g. opened after login or when the logo in the menu is clicked.",
"Use custom default app" : "Use custom default app",
"Global default app" : "Global default app",
"Global default apps" : "Global default apps",
"Default app priority" : "Default app priority",
"If an app is not enabled for a user, the next app with lower priority is used." : "If an app is not enabled for a user, the next app with lower priority is used.",
"Could not set global default apps" : "Could not set global default apps",
"Reset to default" : "Reset to default",
"Upload" : "Upload",
"Remove background image" : "Remove background image",
"Failed to clean up the old administration theming images folder" : "Failed to clean up the old administration theming images folder",
"Failed to clean up the old administration image folder" : "Failed to clean up the old administration image folder",
"Select a custom color" : "Select a custom colour"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
+64
View File
@@ -0,0 +1,64 @@
OC.L10N.register(
"theming",
{
"The given name is too long" : "Tiu nomo tro longas",
"The given web address is too long" : "Tiu TTT-adreso tro longas",
"The given web address is not a valid URL" : "Tiu TTT-adreso ne estas valida retadreso",
"The given legal notice address is too long" : "Tiu adreso pri leĝa regularo tro longas",
"The given legal notice address is not a valid URL" : "La adreso al leĝa regularo ne estas valida retadreso",
"The given privacy policy address is too long" : "Tiu adreso pri privateca regularo tro longas",
"The given privacy policy address is not a valid URL" : "La adreso al privateca regularo ne estas valida retadreso",
"The given slogan is too long" : "Tiu frapfrazo tro longas",
"The given color is invalid" : "Tiu koloro ne validas",
"Saved" : "Konservita",
"The file was uploaded" : "La dosiero alŝutiĝis.",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "La dosiero alŝutita superas la regulon „upload_max_filesize“ el „php.ini“",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "La dosiero alŝutita superas la regulon MAX_FILE_SIZE, kiu estas difinita en la HTML-formularo",
"The file was only partially uploaded" : "La dosiero alŝutiĝis nur parte",
"No file was uploaded" : "Neniu dosiero alŝutiĝis.",
"Missing a temporary folder" : "Mankas provizora dosierujo",
"Could not write file to disk" : "Ne eblis skribi dosieron sur diskon",
"A PHP extension stopped the file upload" : "PHP-modulo haltigis la dosieralŝuton",
"No file uploaded" : "Neniu dosiero alŝutiĝis",
"You are already using a custom theme. Theming app settings might be overwritten by that." : "Vi jam uzas propran etoson. Agordoj de la aplikaĵo „Etosoj“ povus esti anstataŭigitaj de ĝi.",
"Theming" : "Etosoj",
"Dark theme" : "Malhela etoso",
"Enable dark theme" : "Ŝaltu malhelan etoson",
"Dyslexia font" : "Tiparo por limigi vortblindecon",
"Enable dyslexia font" : "Ŝaltu disleksian tiparon",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic estas tiparo kreita por malpliigi legajn erarojn kaŭzitajn de vortblindeco (medicine „disleksio“).",
"High contrast mode" : "Altkontrasta reĝimo",
"Enable high contrast mode" : "Ŝaltu altkontrastan reĝimon",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Altkontrasta reĝimo, kiu faciligas vian navigadon. Vida kvalito malpliiĝos, sed klareco pliiĝos.",
"Legal notice" : "Leĝa regularo",
"Privacy policy" : "Privateca regularo",
"Adjust the Nextcloud theme" : "Modifi la Nextcloud-etoson",
"Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Etosoj ebligas facilan ŝanĝon en la fasado de via servilo kaj de subtenataj klientoj. Tion vidos ĉiuj uzantoj.",
"Advanced options" : "Detalaj agordoj",
"Name" : "Nomo",
"Web link" : "Reta ligilo",
"a safe home for all your data" : "sekura hejmo por ĉiuj viaj datumoj",
"Slogan" : "Frapfrazo",
"Color" : "Koloro",
"Logo" : "Emblemo",
"Upload new logo" : "Alŝuti novan emblemon",
"Legal notice link" : "Ligilo al leĝa regularo",
"Privacy policy link" : "Ligilo al privateca regularo",
"Header logo" : "Paĝokapa emblemo",
"Upload new header logo" : "Alŝuti novan paĝokapan emblemon",
"Favicon" : "Retpaĝsimbolo",
"Upload new favicon" : "Alŝuti novan retpaĝsimbolon",
"Keyboard shortcuts" : "Fulmoklavoj",
"Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "Universala aliro estas tre grava por ni. Ni sekvas la retejo-standardojn kaj kontrolas, ĉu ĉio estas uzebla eĉ sen muso, kaj per helpa programaro, kiel ekzemple ekranlegiloj. Ni celas esti kongruaj kun la {guidelines}Reteja alireblecaj reguloj{linkend} 2.1 je la AA nivelo, kun alta kontrasta temo eĉ ĉe la AAA nivelo.",
"Reset to default" : "Restarigi al defaŭltaj agordoj",
"Upload" : "Alŝuti",
"Remove background image" : "Forigi fonan bildon",
"Loading preview…" : "Ŝargo de antaŭrigardo...",
"Admin" : "Administranto",
"Name cannot be empty" : "Nomo ne povas mapleni",
"Open documentation" : "Malfermi la dokumentaron",
"https://…" : "https://…",
"Upload new login background" : "Alŝuti novan ensalutan fonan bildon",
"Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instalu la PHP-modulon „Imagemagick“ kun SVG-subteno por aŭtomate krei retpaĝsimbolon, kiu devenos de la alŝutita emblemo kaj koloro."
},
"nplurals=2; plural=(n != 1);");
+62
View File
@@ -0,0 +1,62 @@
{ "translations": {
"The given name is too long" : "Tiu nomo tro longas",
"The given web address is too long" : "Tiu TTT-adreso tro longas",
"The given web address is not a valid URL" : "Tiu TTT-adreso ne estas valida retadreso",
"The given legal notice address is too long" : "Tiu adreso pri leĝa regularo tro longas",
"The given legal notice address is not a valid URL" : "La adreso al leĝa regularo ne estas valida retadreso",
"The given privacy policy address is too long" : "Tiu adreso pri privateca regularo tro longas",
"The given privacy policy address is not a valid URL" : "La adreso al privateca regularo ne estas valida retadreso",
"The given slogan is too long" : "Tiu frapfrazo tro longas",
"The given color is invalid" : "Tiu koloro ne validas",
"Saved" : "Konservita",
"The file was uploaded" : "La dosiero alŝutiĝis.",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "La dosiero alŝutita superas la regulon „upload_max_filesize“ el „php.ini“",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "La dosiero alŝutita superas la regulon MAX_FILE_SIZE, kiu estas difinita en la HTML-formularo",
"The file was only partially uploaded" : "La dosiero alŝutiĝis nur parte",
"No file was uploaded" : "Neniu dosiero alŝutiĝis.",
"Missing a temporary folder" : "Mankas provizora dosierujo",
"Could not write file to disk" : "Ne eblis skribi dosieron sur diskon",
"A PHP extension stopped the file upload" : "PHP-modulo haltigis la dosieralŝuton",
"No file uploaded" : "Neniu dosiero alŝutiĝis",
"You are already using a custom theme. Theming app settings might be overwritten by that." : "Vi jam uzas propran etoson. Agordoj de la aplikaĵo „Etosoj“ povus esti anstataŭigitaj de ĝi.",
"Theming" : "Etosoj",
"Dark theme" : "Malhela etoso",
"Enable dark theme" : "Ŝaltu malhelan etoson",
"Dyslexia font" : "Tiparo por limigi vortblindecon",
"Enable dyslexia font" : "Ŝaltu disleksian tiparon",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic estas tiparo kreita por malpliigi legajn erarojn kaŭzitajn de vortblindeco (medicine „disleksio“).",
"High contrast mode" : "Altkontrasta reĝimo",
"Enable high contrast mode" : "Ŝaltu altkontrastan reĝimon",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Altkontrasta reĝimo, kiu faciligas vian navigadon. Vida kvalito malpliiĝos, sed klareco pliiĝos.",
"Legal notice" : "Leĝa regularo",
"Privacy policy" : "Privateca regularo",
"Adjust the Nextcloud theme" : "Modifi la Nextcloud-etoson",
"Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Etosoj ebligas facilan ŝanĝon en la fasado de via servilo kaj de subtenataj klientoj. Tion vidos ĉiuj uzantoj.",
"Advanced options" : "Detalaj agordoj",
"Name" : "Nomo",
"Web link" : "Reta ligilo",
"a safe home for all your data" : "sekura hejmo por ĉiuj viaj datumoj",
"Slogan" : "Frapfrazo",
"Color" : "Koloro",
"Logo" : "Emblemo",
"Upload new logo" : "Alŝuti novan emblemon",
"Legal notice link" : "Ligilo al leĝa regularo",
"Privacy policy link" : "Ligilo al privateca regularo",
"Header logo" : "Paĝokapa emblemo",
"Upload new header logo" : "Alŝuti novan paĝokapan emblemon",
"Favicon" : "Retpaĝsimbolo",
"Upload new favicon" : "Alŝuti novan retpaĝsimbolon",
"Keyboard shortcuts" : "Fulmoklavoj",
"Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "Universala aliro estas tre grava por ni. Ni sekvas la retejo-standardojn kaj kontrolas, ĉu ĉio estas uzebla eĉ sen muso, kaj per helpa programaro, kiel ekzemple ekranlegiloj. Ni celas esti kongruaj kun la {guidelines}Reteja alireblecaj reguloj{linkend} 2.1 je la AA nivelo, kun alta kontrasta temo eĉ ĉe la AAA nivelo.",
"Reset to default" : "Restarigi al defaŭltaj agordoj",
"Upload" : "Alŝuti",
"Remove background image" : "Forigi fonan bildon",
"Loading preview…" : "Ŝargo de antaŭrigardo...",
"Admin" : "Administranto",
"Name cannot be empty" : "Nomo ne povas mapleni",
"Open documentation" : "Malfermi la dokumentaron",
"https://…" : "https://…",
"Upload new login background" : "Alŝuti novan ensalutan fonan bildon",
"Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instalu la PHP-modulon „Imagemagick“ kun SVG-subteno por aŭtomate krei retpaĝsimbolon, kiu devenos de la alŝutita emblemo kaj koloro."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
+117
View File
@@ -0,0 +1,117 @@
OC.L10N.register(
"theming",
{
"The given name is too long" : "El nombre provisto es demasiado largo",
"The given web address is too long" : "La dirección web es demasiado larga",
"The given web address is not a valid URL" : "La dirección web indicada no es una URL válida",
"The given legal notice address is too long" : "El aviso legal dado es demasiado largo",
"The given legal notice address is not a valid URL" : "La dirección del aviso legal no es una URL válida",
"The given privacy policy address is too long" : "La dirección de la política de privacidad dada es demasiado larga",
"The given privacy policy address is not a valid URL" : "La directive de privacidad indicada no es una URL válida",
"The given slogan is too long" : "El eslogan provisto es demasiado largo",
"The given color is invalid" : "El color provisto es inválido",
"Disable-user-theming should be true or false" : "Deshabilitar-tematización-de-usuario debe ser verdadero o falso",
"Saved" : "Guardado",
"Invalid app given" : "Aplicación inválida seleccionada",
"Invalid type for setting \"defaultApp\" given" : "El ajuste \"defaultApp\" tiene un tipo incorrecto",
"Invalid setting key" : "Ajuste inválido",
"The file was uploaded" : "Se ha subido el archivo",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El archivo para subir excede la directiva upload_max_filesize en php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo para subir excede la directiva MAX_FILE_SIZE que se especificó en el formulario HTML",
"The file was only partially uploaded" : "El archivo se ha subido solo parcialmente",
"No file was uploaded" : "No se ha subido ningún archivo",
"Missing a temporary folder" : "Falta una carpeta temporal",
"Could not write file to disk" : "No se puede escribir el archivo en el disco",
"A PHP extension stopped the file upload" : "Una extensión PHP ha cancelado la subida de archivos",
"No file uploaded" : "No se ha subido archivo",
"You are already using a custom theme. Theming app settings might be overwritten by that." : "Ya estás usando un tema personalizado. La configuración de la aplicación de temas puede ser sobrescrita por el.",
"Theming" : "Tema",
"Appearance and accessibility" : "Apariencia y accesibilidad",
"PHP Imagick module" : "Módulo PHP imagick",
"The PHP module \"imagick\" is not enabled although the theming app is. For favicon generation to work correctly, you need to install and enable this module." : "El módulo PHP \"imagick\" no está habilitado, sin embargo la aplicación Temas sí lo está. Para que la generación de favicon funcione correctamente, es necesario instalar y habilitar este módulo.",
"The PHP module \"imagick\" in this instance has no SVG support. For better compatibility it is recommended to install it." : "El módulo PHP \"imagick\" de esta instancia no tiene soporte para SVG. Para una mejor compatibilidad es recomendable instalarlo.",
"Dark theme with high contrast mode" : "Tema oscuro con modo de alto contraste",
"Enable dark high contrast mode" : "Activar el modo oscuro de alto contraste",
"Similar to the high contrast mode, but with dark colours." : "Similar al modo de alto contraste, pero con colores oscuros",
"Dark theme" : "Tema oscuro",
"Enable dark theme" : "Activar tema oscuro",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness." : "Un tema oscuro para aliviar tu vista, reduciendo la luminosidad y el brillo de la pantalla",
"System default theme" : "Tema por defecto del sistema",
"Enable the system default" : "Habilitar el por defecto del sistema",
"Using the default system appearance." : "Utilizando la apariencia por defecto del sistema",
"Dyslexia font" : "Tipo de letra para dislexia",
"Enable dyslexia font" : "Activa tipo de letra para dislexia",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic es un tipo de letra libre diseñada para reducir algunos de los errores de lectura comunes causados por la dislexia.",
"High contrast mode" : "Modo de alto contraste",
"Enable high contrast mode" : "Activar modo de alto contraste",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Un modo de alto contraste para facilitar la navegación. Se reducirá la calidad visual pero se aumentará la claridad.",
"Light theme" : "Tema claro",
"Enable the default light theme" : "Activar el tema claro",
"The default light appearance." : "La apariencia clara por defecto",
"Legal notice" : "Aviso legal",
"Privacy policy" : "Política de privacidad",
"Adjust the Nextcloud theme" : "Ajusta el tema de Nextcloud",
"Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Los temas hacen posible personalizar fácilmente la apariencia de tu instancia y los clientes soportados. Esto será visible para todos los usuarios.",
"Advanced options" : "Opciones avanzadas",
"Install the ImageMagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instale la extensión PHP ImageMagick con soporte a imágenes SVG para generar automáticamente favicons basados en el logo cargado y el color.",
"Name" : "Nombre",
"Web link" : "Enlace web",
"a safe home for all your data" : "un hogar seguro para todos tus datos",
"Slogan" : "Eslogan",
"Color" : "Color",
"Logo" : "Logo",
"Upload new logo" : "Subir nuevo logo",
"Background and login image" : "Imágen de fondo y de ingreso",
"Upload new background and login image" : "Cargar una nueva imagen de fondo y de ingreso",
"Legal notice link" : "Enlace al aviso legal",
"Privacy policy link" : "Enlace a la política de privacidad",
"Header logo" : "Logo de la cabecera",
"Upload new header logo" : "Subir nuevo logo de la cabecera",
"Favicon" : "Favicon",
"Upload new favicon" : "Subir nuevo favicon",
"User settings" : "Configuración de usuario",
"Disable user theming" : "Deshabilitar tematización de usuario",
"Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Aunque puede seleccionar y personalizar su instancia, los usuarios pueden cambiar su fondo y colores. Si quiere forzar su personalización, puede activar esto.",
"Appearance and accessibility settings" : "Ajustes de apariencia y accesibilidad",
"Background" : "Imagen de fondo",
"Customization has been disabled by your administrator" : "La personalización ha sido deshabilitada por el administrador",
"Set a custom background" : "Establecer un fondo personalizado",
"Keyboard shortcuts" : "Atajos de teclado",
"In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "En algunos casos, los atajos de teclado pueden interferir con las herramientas de accesibilidad. De manera de permitir enfocar correctamente su herramienta, puede deshabilitar todos los atajos de teclado aquí. Esto también deshabilitará todos los atajos disponibles en las aplicaciones.",
"Disable all keyboard shortcuts" : "Deshabilitar todos los atajos de teclado",
"Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "El acceso universal es muy importante para nosotros. Seguimos los estándares web y verificamos para asegurarnos de que todo sea utilizable incluso sin ratón y con software de asistencia tales como lectores de pantalla. Nuestro objetivo es cumplir con las {guidelines}Directrices de Accesibilidad para el Contenido Web{linkend} 2.1 en el nivel AA, incluso con el tema de alto contraste en el nivel AAA.",
"If you find any issues, do not hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "Si encuentras cualquier problema, no dudes en informar de ellos en {issuetracker}nuestro tracker de problas{linkend}. Y si quieres involucrarte, ¡puedes unirte a {designteam}nuestro equipo de diseño{linkend}!",
"Current selected app: {app}, position {position} of {total}" : "Aplicación seleccionada: {app}, posición {position} de {total}",
"Move up" : "Mover arriba",
"Move down" : "Bajar",
"Custom background" : "Fondo personalizado",
"Default background" : "Fondo por defecto",
"Change color" : "Cambiar color",
"No background" : "Sin imagen de fondo",
"Select a background from your files" : "Seleccionar un fondo desde tus archivos",
"Select background" : "Seleccione fondo",
"No background has been selected" : "No se ha seleccionado un fondo",
"Theme selection is enforced" : "La selección del tema es forzada",
"Navigation bar settings" : "Ajustes de la barra de navegación",
"You can configure the app order used for the navigation bar. The first entry will be the default app, opened after login or when clicking on the logo." : "Puedes configurar el orden de las aplicaciones en la barra de navegación. La primera será la aplicación por defecto, que se muestra al iniciar sesión o al pulsar en el logo.",
"The default app can not be changed because it was configured by the administrator." : "La aplicación por defecto no se puede cambiar porque ha sido configurada por el administrador.",
"The app order was changed, to see it in action you have to reload the page." : "El orden de aplicaciones ha sido cambiado, para ver el cambio, recarga la página.",
"Reset default app order" : "Restaurar el orden de aplicaciones por defecto",
"Could not set the app order" : "No se pudo guardar el orden de aplicaciones",
"Could not reset the app order" : "No se pudo restaurar el orden de aplicaciones",
"Default app" : "Aplicación por defecto",
"The default app is the app that is e.g. opened after login or when the logo in the menu is clicked." : "La aplicación por defecto es la que se mostrará al iniciar sesión o al pulsar el logo en el menú.",
"Use custom default app" : "Usar aplicación por defecto personalizada",
"Global default app" : "Aplicación por defecto global",
"Global default apps" : "Aplicaciones por defecto globales",
"Default app priority" : "Prioridad de aplicaciones para mostrarse por defecto",
"If an app is not enabled for a user, the next app with lower priority is used." : "Si una aplicación no está habilitada para un usuario, la siguiente aplicación por orden de prioridad será seleccionada.",
"Could not set global default apps" : "No se pudo guardar los ajustes de aplicación por defecto global",
"Reset to default" : "Vovler a configuración por defecto",
"Upload" : "Subir",
"Remove background image" : "Eliminar imagen de fondo",
"Failed to clean up the old administration theming images folder" : "Fallo al limpiar la carpeta antigua del administrador con las imágenes de temas",
"Failed to clean up the old administration image folder" : "Fallo al limpiar la carpeta de imágenes de administración antigua",
"Select a custom color" : "Seleccionar un color personalizado"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
+115
View File
@@ -0,0 +1,115 @@
{ "translations": {
"The given name is too long" : "El nombre provisto es demasiado largo",
"The given web address is too long" : "La dirección web es demasiado larga",
"The given web address is not a valid URL" : "La dirección web indicada no es una URL válida",
"The given legal notice address is too long" : "El aviso legal dado es demasiado largo",
"The given legal notice address is not a valid URL" : "La dirección del aviso legal no es una URL válida",
"The given privacy policy address is too long" : "La dirección de la política de privacidad dada es demasiado larga",
"The given privacy policy address is not a valid URL" : "La directive de privacidad indicada no es una URL válida",
"The given slogan is too long" : "El eslogan provisto es demasiado largo",
"The given color is invalid" : "El color provisto es inválido",
"Disable-user-theming should be true or false" : "Deshabilitar-tematización-de-usuario debe ser verdadero o falso",
"Saved" : "Guardado",
"Invalid app given" : "Aplicación inválida seleccionada",
"Invalid type for setting \"defaultApp\" given" : "El ajuste \"defaultApp\" tiene un tipo incorrecto",
"Invalid setting key" : "Ajuste inválido",
"The file was uploaded" : "Se ha subido el archivo",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El archivo para subir excede la directiva upload_max_filesize en php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo para subir excede la directiva MAX_FILE_SIZE que se especificó en el formulario HTML",
"The file was only partially uploaded" : "El archivo se ha subido solo parcialmente",
"No file was uploaded" : "No se ha subido ningún archivo",
"Missing a temporary folder" : "Falta una carpeta temporal",
"Could not write file to disk" : "No se puede escribir el archivo en el disco",
"A PHP extension stopped the file upload" : "Una extensión PHP ha cancelado la subida de archivos",
"No file uploaded" : "No se ha subido archivo",
"You are already using a custom theme. Theming app settings might be overwritten by that." : "Ya estás usando un tema personalizado. La configuración de la aplicación de temas puede ser sobrescrita por el.",
"Theming" : "Tema",
"Appearance and accessibility" : "Apariencia y accesibilidad",
"PHP Imagick module" : "Módulo PHP imagick",
"The PHP module \"imagick\" is not enabled although the theming app is. For favicon generation to work correctly, you need to install and enable this module." : "El módulo PHP \"imagick\" no está habilitado, sin embargo la aplicación Temas sí lo está. Para que la generación de favicon funcione correctamente, es necesario instalar y habilitar este módulo.",
"The PHP module \"imagick\" in this instance has no SVG support. For better compatibility it is recommended to install it." : "El módulo PHP \"imagick\" de esta instancia no tiene soporte para SVG. Para una mejor compatibilidad es recomendable instalarlo.",
"Dark theme with high contrast mode" : "Tema oscuro con modo de alto contraste",
"Enable dark high contrast mode" : "Activar el modo oscuro de alto contraste",
"Similar to the high contrast mode, but with dark colours." : "Similar al modo de alto contraste, pero con colores oscuros",
"Dark theme" : "Tema oscuro",
"Enable dark theme" : "Activar tema oscuro",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness." : "Un tema oscuro para aliviar tu vista, reduciendo la luminosidad y el brillo de la pantalla",
"System default theme" : "Tema por defecto del sistema",
"Enable the system default" : "Habilitar el por defecto del sistema",
"Using the default system appearance." : "Utilizando la apariencia por defecto del sistema",
"Dyslexia font" : "Tipo de letra para dislexia",
"Enable dyslexia font" : "Activa tipo de letra para dislexia",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic es un tipo de letra libre diseñada para reducir algunos de los errores de lectura comunes causados por la dislexia.",
"High contrast mode" : "Modo de alto contraste",
"Enable high contrast mode" : "Activar modo de alto contraste",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Un modo de alto contraste para facilitar la navegación. Se reducirá la calidad visual pero se aumentará la claridad.",
"Light theme" : "Tema claro",
"Enable the default light theme" : "Activar el tema claro",
"The default light appearance." : "La apariencia clara por defecto",
"Legal notice" : "Aviso legal",
"Privacy policy" : "Política de privacidad",
"Adjust the Nextcloud theme" : "Ajusta el tema de Nextcloud",
"Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Los temas hacen posible personalizar fácilmente la apariencia de tu instancia y los clientes soportados. Esto será visible para todos los usuarios.",
"Advanced options" : "Opciones avanzadas",
"Install the ImageMagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instale la extensión PHP ImageMagick con soporte a imágenes SVG para generar automáticamente favicons basados en el logo cargado y el color.",
"Name" : "Nombre",
"Web link" : "Enlace web",
"a safe home for all your data" : "un hogar seguro para todos tus datos",
"Slogan" : "Eslogan",
"Color" : "Color",
"Logo" : "Logo",
"Upload new logo" : "Subir nuevo logo",
"Background and login image" : "Imágen de fondo y de ingreso",
"Upload new background and login image" : "Cargar una nueva imagen de fondo y de ingreso",
"Legal notice link" : "Enlace al aviso legal",
"Privacy policy link" : "Enlace a la política de privacidad",
"Header logo" : "Logo de la cabecera",
"Upload new header logo" : "Subir nuevo logo de la cabecera",
"Favicon" : "Favicon",
"Upload new favicon" : "Subir nuevo favicon",
"User settings" : "Configuración de usuario",
"Disable user theming" : "Deshabilitar tematización de usuario",
"Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Aunque puede seleccionar y personalizar su instancia, los usuarios pueden cambiar su fondo y colores. Si quiere forzar su personalización, puede activar esto.",
"Appearance and accessibility settings" : "Ajustes de apariencia y accesibilidad",
"Background" : "Imagen de fondo",
"Customization has been disabled by your administrator" : "La personalización ha sido deshabilitada por el administrador",
"Set a custom background" : "Establecer un fondo personalizado",
"Keyboard shortcuts" : "Atajos de teclado",
"In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "En algunos casos, los atajos de teclado pueden interferir con las herramientas de accesibilidad. De manera de permitir enfocar correctamente su herramienta, puede deshabilitar todos los atajos de teclado aquí. Esto también deshabilitará todos los atajos disponibles en las aplicaciones.",
"Disable all keyboard shortcuts" : "Deshabilitar todos los atajos de teclado",
"Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "El acceso universal es muy importante para nosotros. Seguimos los estándares web y verificamos para asegurarnos de que todo sea utilizable incluso sin ratón y con software de asistencia tales como lectores de pantalla. Nuestro objetivo es cumplir con las {guidelines}Directrices de Accesibilidad para el Contenido Web{linkend} 2.1 en el nivel AA, incluso con el tema de alto contraste en el nivel AAA.",
"If you find any issues, do not hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "Si encuentras cualquier problema, no dudes en informar de ellos en {issuetracker}nuestro tracker de problas{linkend}. Y si quieres involucrarte, ¡puedes unirte a {designteam}nuestro equipo de diseño{linkend}!",
"Current selected app: {app}, position {position} of {total}" : "Aplicación seleccionada: {app}, posición {position} de {total}",
"Move up" : "Mover arriba",
"Move down" : "Bajar",
"Custom background" : "Fondo personalizado",
"Default background" : "Fondo por defecto",
"Change color" : "Cambiar color",
"No background" : "Sin imagen de fondo",
"Select a background from your files" : "Seleccionar un fondo desde tus archivos",
"Select background" : "Seleccione fondo",
"No background has been selected" : "No se ha seleccionado un fondo",
"Theme selection is enforced" : "La selección del tema es forzada",
"Navigation bar settings" : "Ajustes de la barra de navegación",
"You can configure the app order used for the navigation bar. The first entry will be the default app, opened after login or when clicking on the logo." : "Puedes configurar el orden de las aplicaciones en la barra de navegación. La primera será la aplicación por defecto, que se muestra al iniciar sesión o al pulsar en el logo.",
"The default app can not be changed because it was configured by the administrator." : "La aplicación por defecto no se puede cambiar porque ha sido configurada por el administrador.",
"The app order was changed, to see it in action you have to reload the page." : "El orden de aplicaciones ha sido cambiado, para ver el cambio, recarga la página.",
"Reset default app order" : "Restaurar el orden de aplicaciones por defecto",
"Could not set the app order" : "No se pudo guardar el orden de aplicaciones",
"Could not reset the app order" : "No se pudo restaurar el orden de aplicaciones",
"Default app" : "Aplicación por defecto",
"The default app is the app that is e.g. opened after login or when the logo in the menu is clicked." : "La aplicación por defecto es la que se mostrará al iniciar sesión o al pulsar el logo en el menú.",
"Use custom default app" : "Usar aplicación por defecto personalizada",
"Global default app" : "Aplicación por defecto global",
"Global default apps" : "Aplicaciones por defecto globales",
"Default app priority" : "Prioridad de aplicaciones para mostrarse por defecto",
"If an app is not enabled for a user, the next app with lower priority is used." : "Si una aplicación no está habilitada para un usuario, la siguiente aplicación por orden de prioridad será seleccionada.",
"Could not set global default apps" : "No se pudo guardar los ajustes de aplicación por defecto global",
"Reset to default" : "Vovler a configuración por defecto",
"Upload" : "Subir",
"Remove background image" : "Eliminar imagen de fondo",
"Failed to clean up the old administration theming images folder" : "Fallo al limpiar la carpeta antigua del administrador con las imágenes de temas",
"Failed to clean up the old administration image folder" : "Fallo al limpiar la carpeta de imágenes de administración antigua",
"Select a custom color" : "Seleccionar un color personalizado"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}
+36
View File
@@ -0,0 +1,36 @@
OC.L10N.register(
"theming",
{
"Loading preview…" : "Cargando vista previa...",
"Saved" : "Guardado",
"Admin" : "Administración",
"a safe home for all your data" : "un lugar seguro para todos tus datos",
"The given name is too long" : "El nombre dado es demasiado largo",
"The given web address is too long" : "La dirección web dada es demasiado larga",
"The given slogan is too long" : "El lema dado es demasiado largo",
"The given color is invalid" : "El color dado es inválido",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El archivo cargado excede el valor establecido en la directiva upload_max_filesize en el archivo php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo cargado excede el valor especificado de la directiva MAX_FILE_SIZE en la forma de HTML",
"No file was uploaded" : "No se cargó el archivo",
"Missing a temporary folder" : "Falta una carpeta temporal",
"No file uploaded" : "No hay archivos cargados",
"Theming" : "Tematizar",
"Open documentation" : "Abrir documentación",
"Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "El tematizar hace posible personalizar facilmente la manera en que se ve tu instancia y clientes soportados. Esto será visible para todos los usuarios. ",
"Name" : "Nombre",
"Reset to default" : "Restablecer al predeterminado",
"Slogan" : "Lema",
"Color" : "Color",
"Logo" : "Logotipo",
"Upload new logo" : "Cargar nuevo logotipo",
"Login image" : "Imágen de inicio de sesión",
"Upload new login background" : "Cargar nueva imagen de fondo para inicio de sesión",
"Remove background image" : "Eliminar imagen de fondo",
"Advanced options" : "Opciones avanzadas",
"Legal notice link" : "Enlace de aviso legal",
"Privacy policy link" : "Enlace de política de seguridad",
"Header logo" : "Logo del encabezado",
"Upload new header logo" : "Subir nuevo logo de encabezado",
"Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instala la extensión Imagemagick de PHP con soporte a imagenes SVG para generar los favicons en automático con base en el logotipo cargado y el color."
},
"nplurals=2; plural=(n != 1);");

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